@charset "utf-8";

/***************************************************************************
*
* INDEX STYLE
*
***************************************************************************/
@import url('login.css');
@import url('registration.css');
.areaContactus.wrapInfo2{
    padding: 0;
    background: #fbf8f6;
}
#breadCrumbs.br_banner .breadC li a,
#breadCrumbs.br_banner .breadC li{
    color: #454545;
}
.areaRegister .wrapRegister{
    position: relative;
}
.areaRegister .wrapRegister .btnClose{
    position: absolute;
    top: 17px;
    right: 21px;
}
.popupRegis,
.popupLogin{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(215 245 255 / 78%);
    z-index: -999;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popupRegis.active,
.popupLogin.active{
    opacity: 1;
    visibility: visible;
    z-index: 99999;
}
.wpcr3_respond_1 p, .wpcr3_respond_2 p{
    line-height: inherit !important;
}
.wpcr3_respond_2 label.hiddne{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: -99999;
}
.btnFavorite a{
    display: block;
    position: relative;
}
.btnFavorite .fav-action,
.btnFavorite.fav-active img{
    display: none;
}

.btnFavorite img,
.btnFavorite.fav-active .fav-action{
    display: block;
}

.btnFavorite a:after{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #fff url(../images/common/loading.gif) no-repeat center;
    background-size: 100%;
    border-radius: 50%;
    display: none;
}
.btnFavorite a.loading{
    pointer-events: none;
}
.btnFavorite a.loading:after{
    display: block;
}

.areaReview .starReview .star{
    margin: -5px 0 0;
}

.starReview .star span.full {
    margin-right: 1px;
    margin-top: 0;
    width: 111px;
    position: relative;
    display: block;
}

.starReview .star span.full .bgColor{
    background: #ffd800;
    display: block;
    height: 21px;
}

.starReview .star span.full:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/common/icon_star_non-five.png) no-repeat top center;
    background-size: 100%;
    z-index: 2;
}


.areaReview .starReview .star span.full:after{
    background: url(../images/miteikei/icon_star_non-five.png) no-repeat top center;
    background-size: 100%;
}


.areaReview .areaTtl {
    position: relative;
    text-align: center;
    color: #fff;
    background: #2fa7e0;
    margin-top: 96px;
    padding-top: 13px;
    padding-bottom: 8px;
    border-bottom: 5px solid #0066cc;
}

.areaReview .areaTtl:before {
    content: "";
    position: absolute;
    top: 54%;
    left: 51px;
    transform: translateY(-50%);
    width: 62px;
    height: 62px;
    background: url(../images/miteikei/area-review-icon-1.png);
    z-index: 1;
}

.areaReview .areaTtl:after {
    content: "";
    position: absolute;
    top: 39px;
    right: 56px;
    transform: translateY(-50%);
    width: 328px;
    height: 111px;
    background: url(../images/miteikei/area-review-photo-1.png);
    z-index: 1;
}


.areaReview .areaTtl .small {
    font-size: 16px;
    letter-spacing: -0.4px;
}

.areaReview .areaTtl .large {
    display: block;
    font-weight: bold;
    font-size: 28px;
    margin-top: 2px;
    letter-spacing: -1px;
}

.areaReview .wrapReview {
    position: relative;
    padding: 50px 56px 38px;
    background: #fff;
}

.areaReview .wrapReview .boxReview {
    display: flex;
    justify-content: space-between;
    border: 2px solid #ffd800;
    border-radius: 5px;
    padding: 14px 32px 17px;
    background: #fffbc2;
}

.areaReview .wrapReview .boxReview .boxRate {
    width: calc(100% - 341px);
    display: flex;
    margin-top: 6px;
}

.areaReview .wrapReview .boxReview .txtRate {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.areaReview .wrapReview .boxReview .starReview {
    margin-left: 20px;
}

.areaReview .wrapReview .boxReview .starReview .score_avg {
    margin-left: 9px;
    font-size: 32px;
    margin-top: -11px;
}

.areaReview .wrapReview .boxReview .sumReview {
    font-weight: bold;
    margin-top: 8px;
    margin-left: 20px;
    color: #000;
}

.areaReview .wrapReview .boxReview .sumReview .number {
    font-size: 20px;
    line-height: 0.9;
}

.areaReview .wrapReview .boxReview .showForm {
    width: 341px;
}

.areaReview .wrapReview .boxReview .showForm a {
    display: block;
    width: 100%;
    border: 2px solid #000;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    padding: 5px 0 8px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    background: #fff;
    transition: all 0.3s;
}

.areaReview .wrapReview .boxReview .showForm a:hover {
    background: #fff050;
}

.areaReview .wrapReview .boxReview .showForm a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background: url(../images/miteikei/area-review-icon-2.png) no-repeat center;
    margin-right: 17px;
    margin-top: -5px;
}

.boxReview .starReview .star .starPoint {
    margin-top: -5px;
}

.boxReview .starReview .star .starPoint li .score-detail {
    background: url(../images/common/icon_star_non_2.png) no-repeat top left/contain;
}

.wrapReview .listReview {
    margin-top: 41px;
}

.wrapReview .listReview .itemReview {
    border: 2px solid #ffebaf;
    background: #fffdf7;
    border-radius: 5px;
    padding: 18px 33px 32px;
}

.wrapReview .listReview .itemReview+.itemReview {
    margin-top: 20px;
}

.wrapReview .listReview .itemReview .boxInfo {
    display: flex;
    flex-wrap: wrap;
	width: 100%!important;
}

.wrapReview .listReview .itemReview .boxInfo .avata {
    width: 66px;
}

.wrapReview .listReview .itemReview .boxInfo .avata img {
    width: 100%;
}

.wrapReview .listReview .itemReview .boxInfo .boxRate {
    padding-left: 20px;
}

.wrapReview .listReview .itemReview .boxInfo .atm {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-top: 6px;
}

.wrapReview .listReview .itemReview .boxInfo .atm .starReview {
    padding-left: 13px;
    display: flex;
    margin-top: 4px;
}
.wrapReview .listReview .itemReview .boxInfo .atm .starReview .score_avg {
    color: #cb3c3c;
}

.wrapReview .listReview .itemReview .boxInfo .atm .rateTitle {
    font-size: 20px;
    color: #000;
}

.wrapReview .listReview .starReview .star .starPoint li {
    width: 18px;
}

.wrapReview .listReview .starReview .star .starPoint li+li {
    margin-left: 1px;
}

.wrapReview .listReview .starReview .star .starPoint li .score-detail {
    height: 18px;
}

.wrapReview .listReview .starReview .score_avg {
    font-size: 16px;
}

.wrapReview .listReview .itemReview .boxInfo .listInfo {
    margin-top: 3px;
    display: flex;
}

.wrapReview .listReview .itemReview .boxInfo .listInfo li {
    font-size: 13px;
    letter-spacing: 0.2px;
    display: flex;
}

.wrapReview .listReview .itemReview .boxInfo .listInfo li+li {
    margin-left: 12px;
}

.wrapReview .listReview .itemReview .idea {
    display: flex;
    justify-content: space-between;
    padding-top: 35px;
    letter-spacing: 1px;
    background: url(../images/miteikei/border-icon.png) repeat-x top 14px left;
}

.wrapReview .listReview .itemReview .idea .media{
    width: 267px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wrapReview .listReview .itemReview .idea .media .imgTop{
    width: 130px;
}

.wrapReview .boxLogin {
    position: absolute;
    left: 0;
    bottom: 11px;
    width: 100%;
    background-image: linear-gradient(0deg, white 62%, rgba(255, 255, 255, 0.1));
    padding-bottom: 57px;
    padding-top: 185px;
    z-index: 9;
}

.wrapReview .boxLogin .statusLogin a {
    display: block;
    width: 459px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background: #ff6918;
    border-radius: 50px;
    padding: 13px 0;
    letter-spacing: 0.2px;
    transition: linear 0.25s;
}

.wrapReview .boxLogin .statusLogin a:hover {
    box-shadow: inset 0 0 0 2px #ff6918;
    color: #ff6918;
    background: #fff;
}

.wrapReview .boxLogin .statusLogin a span {
    display: block;
    font-weight: bold;
    margin-top: 4px;
    font-size: 24px;
}

.wrapReview .boxLogin .btnLogin {
    text-align: center;
    margin-top: 9px;
}

.wrapReview .boxLogin .btnLogin a {
    display: inline-block;
    font-weight: bold;
    letter-spacing: -1.2px;
    padding-bottom: 3px;
    border-bottom: 1px solid #000;
    transition: all 0.3s;
}

.wrapReview .boxLogin .btnLogin a:hover {
    border-color: transparent;
}


.wrapReview .wpcr3_respond_2 {
    padding-top: 61px;
}

.wrapReview .wpcr3_respond_2 .wpcr3_div_2{
    width: 100%;
}

.wrapReview .wpcr3_respond_2 .ttlFrm {
    color: #fff;
    background: #0066cc;
    border-radius: 5px;
    padding: 4px 0 6px !important;
    margin: 60px 0 30px !important;
    text-align: center;
    font-size: 20px;
}

.wrapReview .wpcr3_respond_2 .boxForm {
    margin-top: 30px;
}

.wrapReview .itemForm {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #cfe3ee;
}

.wrapReview .itemForm:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 178px;
    height: 1px;
    border-top: 1px solid #00b9dc;
}

.wrapReview .itemForm .ttl {
    width: 178px;
    font-weight: bold;
    font-size: 16px;
    margin-top: 32px !important;
    letter-spacing: 1px;
}

.wrapReview .itemForm .ttl .req {
    float: right;
    color: #fff;
    background: #de1919;
    font-weight: 100;
    font-size: 13px;
    letter-spacing: 3px;
    padding: 2px 5px 3px 7px;
    border-radius: 3px;
    margin-top: 1px;
}

.wrapReview .itemForm .ipt {
    width: calc(100% - 178px);
    padding: 21px 0 21px 32px !important;
}

.wrapReview .itemForm .ipt.avatar {
    padding-bottom: 18px;
}

.wrapReview .itemForm .ipt input,
.wrapReview .itemForm .ipt textarea {
    width: 100%;
    height: 48px;
    padding-left: 20px;
    border-radius: 4px;
    border: 2px solid #cfe3ee;
    background: #f0f7fb;
}

.wrapReview .itemForm .ipt input::placeholder,
.wrapReview .itemForm .ipt textarea::placeholder {
    color: #91b8ce;
    font-size: 16px;
    letter-spacing: 0.6px;
}

.wrapReview .itemForm .ipt textarea {
    height: 150px;
    padding-top: 12px;
}

div.wpcr3_rating_style1{
    width: 169px;
    position: relative;
}

div.wpcr3_rating_style1_status{
    height: auto;
    width: 100%;
}

div.wpcr3_rating_style1_score {
    background: url(../images/common/icon-star-no.png) 0 0 no-repeat;
    background-size: 166px;
    width: 100%;
    height: 39px;
    float: left;
    position: relative;
    margin-top: 9px;
}

div.wpcr3_rating_style1_score div {
    display: block;
    height: 31px;
    float: left;
    text-indent: -9999px;
    position: absolute;
    overflow: hidden;
    line-height: 17px;
}

div.wpcr3_rating_style1_score div:hover {
    background: url(../images/common/icon-star-yes.png) 0 0 no-repeat;
    background-size: 166px;
    width: 100%;
    height: 39px;

}

div.wpcr3_rating_style1_score div.wpcr3_rating_style1_score1 {
    width: 20%;
    z-index: 99;
}

div.wpcr3_rating_style1_score div.wpcr3_rating_style1_score2 {
    width: 40%;
    z-index: 98
}

div.wpcr3_rating_style1_score div.wpcr3_rating_style1_score3 {
    width: 60%;
    z-index: 97
}

div.wpcr3_rating_style1_score div.wpcr3_rating_style1_score4 {
    width: 80%;
    z-index: 96
}

div.wpcr3_rating_style1_score div.wpcr3_rating_style1_score5 {
    width: 100%;
    z-index: 95
}


div.wpcr3_rating_style1_base {
    position: absolute;
    top:  0;
    left:  0;
    margin-top: 9px;
    background: url(../images/common/icon-star-no.png) 0 0 no-repeat;
    background-size: 166px;
    width: 100%;
    height: 39px;
    line-height: 17px;
    float: left;
    padding-right: 4px;
    overflow: hidden;
    display: block;
    z-index: 1
}

div.wpcr3_rating_style1_average {
    background: url(../images/common/icon-star-yes.png) 0 0 no-repeat;
    background-size: 166px;
    text-indent: -9999px;
    height: 39px;
    line-height: 17px
}


.wrapReview .itemForm .chooseImg {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -10px;
    margin-left: -6px;
}

.wrapReview .itemForm .chooseImg li {
    width: 60px;
    height: 60px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 5px;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 0 0 2px transparent;
}

.wrapReview .itemForm .chooseImg li:hover,
.wrapReview .itemForm .chooseImg li.active {
    box-shadow: 0 0 0 2px #0096ff;
}

.wrapReview .itemForm .chooseImg li[data-img="1"] {
    background: url(../images/common/male1.png) 0 0 no-repeat;
    -moz-background-size: cover;
    background-size: cover
}

.wrapReview .itemForm .chooseImg li[data-img="2"] {
    background: url(../images/common/male2.png) 0 0 no-repeat;
    -moz-background-size: cover;
    background-size: cover
}

.wrapReview .itemForm .chooseImg li[data-img="3"] {
    background: url(../images/common/male3.png) 0 0 no-repeat;
    -moz-background-size: cover;
    background-size: cover
}

.wrapReview .itemForm .chooseImg li[data-img="4"] {
    background: url(../images/common/female1.png) 0 0 no-repeat;
    -moz-background-size: cover;
    background-size: cover
}

.wrapReview .itemForm .chooseImg li[data-img="5"] {
    background: url(../images/common/female2.png) 0 0 no-repeat;
    -moz-background-size: cover;
    background-size: cover
}

.wrapReview .itemForm .chooseImg li[data-img="6"] {
    background: url(../images/common/female3.png) 0 0 no-repeat;
    -moz-background-size: cover;
    background-size: cover
}

.wrapReview .submit {
    border-top: 1px solid #cfe3ee;
    padding-top: 26px;
    text-align: center;
    font-size: 15px;
}

.wrapReview .submit a {
    color: #0096ff;
    padding-bottom: 4px;
    border-bottom: 1px solid #0096ff;
    transition: all 0.3s;
}

.wrapReview .submit a:hover {
    border-color: transparent;
}

.wrapReview .submit .btnSubmit button {
    width: 320px;
    font-size: 20px;
    height: auto;
    padding: 17px 0 12px;
    border-radius: 30px;
    background: #003cec;
    transition: all 0.3s;
    border: none;
    color: #fff;
    margin-top: 26px;
}

.wrapReview .submit .btnSubmit button:hover {
    opacity: 0.8;
}

.wrapReview .wpcr3_respond_2 .btnClose {
    margin-top: 25px;
    text-align: center;
}

.wrapReview .wpcr3_respond_2 .btnClose a {
    font-size: 15px;
}

.wrapReview .wpcr3_respond_2 .btnClose a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 21px;
    background: url(../images/miteikei/area-review-close.png) no-repeat center;
    margin: -2px 2px 0 -3px;
}


/* REVIEW MEDIA */
.form_uploadfiles .formNote {
    font-size: 17px;
    color: #3a3a3a;
    margin-left: 5px;
}
.form_uploadfiles .ipt .iptFile {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.form_uploadfiles .uploadInputItem {
    margin-right: 10px;
}
.form_uploadfiles .uploadInputItem .uploadButton {
    display: block;
    width: 247px;
    text-align: center;
    font-size: 17px;
    color: #fff;
    border: 2px solid #d6e6ef;
    background: #90c1dd;
    border-radius: 2px;
    cursor: pointer;
    padding: 5px !important;
}
.form_uploadfiles .uploadInputItem .uploadButton:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 16px;
    background: url(../images/common/ic_download.png) no-repeat left center;
    background-size: 100%;
    margin-left: 10px;
}
.form_uploadfiles .uploadInputItem .uploadButton:hover {
    opacity: 0.8;
}
.form_uploadfiles .uploadInputItem.hasFile .uploadButton {
    background: #0063c0;
    color: #FFF;
}
.form_uploadfiles .uploadInputItem.hasFile .uploadButton:after {
    display: none;
}
.form_uploadfiles .uploadInputItem .uploadButton .uploadLabel {
    display: inline-block;
    vertical-align: middle;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.form_uploadfiles .uploadInputItem .crvUploadFile {
    display: none;
}

.wpcr3_review_item .rate_item .review_content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.wpcr3_review_item .rate_item .review_content .review_text {
    padding-right: 10px;
}
.wpcr3_review_item .rate_item .review_content .review_media {
    max-width: 324px;
    display: flex;
}
.wpcr3_review_item .rate_item .review_content .review_media .media_item {
    overflow: hidden;
}
.wpcr3_review_item .rate_item .review_content .review_media .media_item + .media_item {
    margin-left: 2px;
}
.wpcr3_review_item .rate_item .review_content .review_media .media_item.image {
    width: 85px;
}
.wpcr3_review_item .rate_item .review_content .review_media .media_item.video {
    width: 115px;
}
.wpcr3_review_item .rate_item .review_content .review_media .media_item video {
    width: 100%;
    height: 120px;
}


.pagingNav .navList{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.pagingNav .navList li {
    width: 35px;
    height: 35px;
    margin:  0 5px;
    border-radius: 50%;
}

.pagingNav .navList li a{
    width: 100%;
    height: 100%;
    background: #fff;
    color: #00b2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 1px #00b2f2;
}

.pagingNav .navList li.active a{
    color: #fff;
    background: #00b2f2;
}


@media( max-width: 768px ){
    .areaReview .wrapReview .boxReview .showForm {
        width: 100%;
    }

    .areaReview .wrapReview .boxReview .boxRate {
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 0;
    }

    .areaReview .wrapReview .boxReview .txtRate {
        font-size: 16px;
        font-weight: bold;
        padding-bottom: 3px;
        border-bottom: 2px solid #ffd800;
    }

    .areaReview .wrapReview .boxReview .starReview {
        width: 100%;
        margin-top: 16px;
        margin-left: 0;
        justify-content: center;
    }

    .areaReview .wrapReview .boxReview .starReview .star .starPoint li {
        width: 18px;
    }
    .areaReview .wrapReview .boxReview .starReview .star .starPoint li .score-detail {
        height: 18px;
    }

    .starReview .star .starPoint li .score-detail {
        height: 16px;
    }

    .areaReview .wrapReview .boxReview .starReview .score_avg .number {
        display: inline-block;
        font-size: 14px;
        margin-left: -12px;
    }

    .areaReview .wrapReview .boxReview .showForm {
        width: 100%;
        margin: 7px auto;
        max-width: 205px;
    }

    .areaReview .wrapReview .boxReview .showForm a {
        border-radius: 3px;
        font-size: 13px;
        padding: 4px 0 5px;
    }

    .areaReview .areaTtl {
        margin-top: 53px;
        padding: 4px 0 6px;
        border-width: 3px;
    }

    .areaReview .areaTtl:after {
        top: auto;
        bottom: -4px;
        right: 13px;
        transform: none;
        width: 70px;
        height: 72px;
        background: url(../images/miteikei/area-review-photo-1-sp.png) no-repeat center;
        background-size: 100%;
    }

    .areaReview .areaTtl:before {
        content: "";
        left: 30px;
        width: 38px;
        height: 41px;
        background: url(../images/miteikei/area-review-icon-1.png) no-repeat center;
        background-size: 100%;
    }

    .areaReview .areaTtl .small {
        font-size: 12px;
        letter-spacing: 0.5px;
        font-weight: normal;
    }

    .areaReview .areaTtl .large {
        font-size: 18px;
        margin-top: -2px;
    }

    .areaReview .wrapReview {
        padding: 23px 18px 38px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }

    .areaReview .wrapReview .boxReview {
        display: block;
        border-radius: 3px;
        padding: 4px 12px 5px;
    }

    .areaReview .wrapReview .boxReview .showForm a:before {
        width: 16px;
        height: 16px;
        background-size: 100%;
        margin-right: 10px;
        margin-top: -5px;
    }

    .wrapReview .listReview {
        margin-top: 17px;
    }

    .wrapReview .listReview .itemReview {
        border-radius: 2px;
        padding: 9px 9px 17px;
    }

    .wrapReview .listReview .itemReview .boxInfo .avata {
        width: 40px;
    }

    .wrapReview .listReview .itemReview .boxInfo .boxRate {
        padding-left: 0;
        width: calc(100% - 40px);
    }

    .wrapReview .listReview .itemReview .boxInfo .atm {
        flex-direction: column-reverse;
        margin-top: 0;
        padding-left: 14px;
    }

    .wrapReview .listReview .itemReview .boxInfo .atm .starReview {
        padding-left: 0px;
        margin-top: 0px;
    }

    .wrapReview .listReview .starReview .star .starPoint li {
        width: 12px;
    }

    .wrapReview .listReview .starReview .star .starPoint li+li {
        margin-left: 0;
    }

    .wrapReview .listReview .starReview .star .starPoint li .score-detail {
        height: 12px;
    }

    .wrapReview .listReview .itemReview .boxInfo .atm .rateTitle {
        font-size: 16px;
    }

    .wrapReview .listReview .starReview .score_avg {
        font-size: 14px;
        margin-left: 2px;
        margin-top: -3px;
    }

    .wrapReview .listReview .itemReview .boxInfo .listInfo {
        margin-top: 11px;
        margin-left: -40px;
        flex-wrap: wrap;
    }

    .wrapReview .listReview .itemReview .boxInfo .listInfo li {
        font-size: 11px;
    }

    .wrapReview .listReview .itemReview .boxInfo .listInfo li:first-child {
        width: 100%;
    }

    .wrapReview .listReview .itemReview .boxInfo .listInfo li+li {
        margin-left: 0;
        margin-right: 10px;
    }

    .wrapReview .listReview .itemReview .idea {
        display: block;
        padding-top: 18px;
        background: url(../images/miteikei/border-icon.png) repeat-x top left;
        background-size: 2px;
        margin-top: 12px;
        font-size: 13px;
        text-align: justify;
        line-height: 1.47;
    }

    .wrapReview .listReview .itemReview .idea .media{
        width: 100%;
        margin-top: 10px;
        justify-content: flex-start;
    }
    .wrapReview .listReview .itemReview .idea .media .imgTop{
        margin-right: 10px;
    }
    .wrapReview .listReview .itemReview+.itemReview {
        margin-top: 14px;
    }

    .wrapReview .boxLogin .statusLogin a {
        max-width: 281px;
        width: 100%;
        font-size: 9px;
        padding: 6px 0;
    }

    .wrapReview .boxLogin .statusLogin a span {
        margin-top: 4px;
        font-size: 16px;
    }

    .wrapReview .boxLogin {
        padding-bottom: 10px;
        margin-top: 5px;
    }

    .wrapReview .boxLogin .btnLogin {
        margin-top: 0;
    }

    .wrapReview .boxLogin .btnLogin a {
        font-size: 9px;
        letter-spacing: 0;
    }


    
    .wrapReview .wpcr3_respond_2 {
        padding-top: 19px;
    }

    .wrapReview .wpcr3_respond_2 .ttlFrm {
        border-radius: 2px;
        padding: 3px 0 5px !important;
        font-size: 16px;
    }

    .wrapReview .wpcr3_respond_2 .boxForm {
        margin-top: 4px;
    }

    .wrapReview .itemForm {
        margin-bottom: 14px;
    }

    .wrapReview .itemForm:before {
        width: 88px;
    }

    .wrapReview .itemForm .ttl {
        width: 100%;
        margin-top: 12px !important;
        font-size: 14px;
    }

    .wrapReview .itemForm .ipt {
        width: 100%;
        padding: 8px 2px 6px !important;
    }

    .wrapReview .itemForm .ttl .req {
        float: none;
        margin-left: 9px;
        font-size: 11px;
        padding: 2px 4px 3px 6px;
    }

    .wrapReview .itemForm .ipt input,
    .wrapReview .itemForm .ipt textarea {
        border-radius: 2px;
        border-width: 1px;
        padding-left: 10px;
        height: 43px;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        min-width: inherit;
    }

    .wrapReview .itemForm .ipt input::placeholder,
    .wrapReview .itemForm .ipt textarea::placeholder {
        font-size: 12px;
        letter-spacing: 2.5px;
    }

    .wrapReview .itemForm .ipt textarea {
        height: 93px;
    }

    div.wpcr3_rating_style1_score {
        background-size: 100%;
        width: 140px;
        height: 26px;
    }

    .wrapReview .itemForm .ipt.avatar {
        padding-bottom: 7px;
        padding-top: 10px;
    }

    .wrapReview .itemForm .chooseImg {
        margin-top: 0;
        margin-left: 0;
    }

    .wrapReview .itemForm .chooseImg li {
        position: relative;
        width: 47px;
        height: 47px;
        margin: 0;
    }

    .wrapReview .itemForm .chooseImg li:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    }

    .wrapReview .itemForm .chooseImg li+li {
        margin-left: 7px;
    }

    .wrapReview .submit {
        padding-top: 24px;
        font-size: 13px;
    }

    .wrapReview .submit .btnSubmit input {
        width: 272px;
        padding: 15px 0 12px;
        font-size: 15px;
    }

    .wrapReview .wpcr3_respond_2 .btnClose a {
        font-size: 13px;
    }


    /* REVIEW MEDIA */
    .wpcr3_review_item .rate_item .review_content {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .wpcr3_review_item .rate_item .review_content .review_text {
        width: 100%;
        margin-right: 0;
    }
    .form_uploadfiles .formNote {
        font-size: 3vw;
    }
    .form_uploadfiles .uploadInputItem {
        margin-right: 2vw;
    }
    .form_uploadfiles .uploadInputItem .uploadButton {
        width: 40vw;
        font-size: 2.9vw;
    }
    .form_uploadfiles .uploadInputItem .uploadButton:after {
        width: 3vw;
        height: 3.2vw;
        vertical-align: -0.7vw;
    }
    .wpcr3_review_item .rate_item .review_content .review_media {
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 5px 0 0;
    }
    .wpcr3_review_item .rate_item .review_content .review_media .media_item {
        width: 48%;
        height: auto;
    }
    .wpcr3_review_item .rate_item .review_content .review_media .media_item + .media_item {
        margin-left: 0;
    }
    .wpcr3_review_item .rate_item .review_content .review_media .media_item.image {
        width: 48%;
    }
    .wpcr3_review_item .rate_item .review_content .review_media .media_item video {
        height: 90px;
    }
    /* END REVIEW MEDIA */

    .areaBridge.edit{
        padding-bottom: 107px;
    }

    .areaContactus.wrapInfo2 .boxCompanyContact .phoneNumber a{
        margin-top: 0;
    }

}