.main-logo {
    width: 166px;
}

.head {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 0 40px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

@media (max-width: 768px) {
    .head {
        padding: 0 20px;
    }
}

.head.shadow {
    -webkit-box-shadow: 3px 3px 15px #c4c4c485;
    box-shadow: 3px 3px 15px #c4c4c485;
}

.head .head-detail {
    height: 100%;
    max-width: 1280px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 576px) {
    .head .head-detail .main-logo {
        width: 120px;
    }
}

@media (min-width: 1025px) {
    .head .nav-makeup {
        margin-left: auto;
    }
}

@media (max-width: 1024px) {
    .head .nav-makeup {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        overflow-y: auto;
        background-color: rgba(0, 0, 0, 0.2);
        height: calc(100vh - 80px);
    }
    .head .nav-makeup:not(.show) {
        height: 0;
    }
}

@media (max-width: 768px) {
    .head .nav-makeup {
        height: calc(100vh - 60px);
    }
}

@media (max-width: 576px) {
    .head .nav-makeup {
        height: calc(100vh - 60px);
    }
}

.head .nav-clo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.head .nav-detail {
    display: block;
}

@media (min-width: 1025px) {
    .head .nav-detail::after {
        display: block;
        content: "";
        clear: both;
    }
}

@media (max-width: 1024px) {
    .head .nav-detail {
        position: relative;
        background-color: #ffffff;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    .head .nav-detail:not(.show) {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.head .nav-detail li {
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media (min-width: 1025px) {
    .head .nav-detail li {
        float: left;
    }
    .head .nav-detail li:not(:last-child) {
        margin-right: 21px;
    }
}

.head .nav-detail li > a {
    padding: 20px 0;
    position: relative;
    font-size: 16px;
    display: block;
    color: #222222;
}

@media (max-width: 1024px) {
    .head .nav-detail li > a {
        padding: 12px 0;
        margin-left: 40px;
    }
    .head .nav-detail li > a:hover {
        text-decoration: underline;
    }
}

@media (max-width: 768px) {
    .head .nav-detail li > a {
        margin-left: 20px;
    }
}

@media (min-width: 1025px) {
    .head .nav-detail li > a.login-btn {
        padding: 20px;
    }
}

.head .navbtn {
    cursor: pointer;
    margin-left: auto;
}

.head .navbtn .navline {
    width: 32px;
    height: 3px;
    background-color: #29354c;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.head .navbtn .navline:not(:last-child) {
    margin-bottom: 8px;
}

.head .navbtn .navline:nth-child(1) {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
}

.head .navbtn .navline:nth-child(3) {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.head .navbtn.show {
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
}

.head .navbtn.show .navline:nth-child(1) {
    -webkit-transform: rotate(-42deg);
    -ms-transform: rotate(-42deg);
    transform: rotate(-42deg);
}

.head .navbtn.show .navline:nth-child(2) {
    opacity: 0;
}

.head .navbtn.show .navline:nth-child(3) {
    -webkit-transform: rotate(42deg);
    -ms-transform: rotate(42deg);
    transform: rotate(42deg);
}

.head,
.head-fill {
    height: 80px;
}

@media (max-width: 1024px) {
    .head,
    .head-fill {
        height: 80px;
    }
}

@media (max-width: 768px) {
    .head,
    .head-fill {
        height: 60px;
    }
}

@media (max-width: 576px) {
    .head,
    .head-fill {
        height: 60px;
    }
}

.footer {
    background-color: #FED602;
    padding: 60px 0;
    text-align: center;
}

.footer .footer-main-logo {
    margin-bottom: 4px;
    width: 166px;
}

.footer .footer-main-title {
    font-size: 16px;
    margin-bottom: 60px;
}

.footer .footer-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer .line-link {
    position: fixed;
    bottom: 12px;
    right: 0;
    z-index: 999;
}

.footer .line-link-icon-mobile {
    display: none;
}

.footer .line-link-icon-desktop {
    width: 200px;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.footer .line-link-icon-desktop:hover .line-link-textBlock {
    /**background-color: #169b16;*/
}

.footer .line-link-icon-desktop .cb-icon {
    width: 120px;
    height: auto;
    margin-bottom: -15px;
    z-index: 99;
}

.footer .line-link-textBlock {
    /**background-color: #00b900;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05),
        0px 4px 16px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
	*/
    width: 75px;
    height: 42px;
    color: white;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer .line-link-textBlock .line-icon {
    margin: 0;
    content: "";
    background-image: url(../img/whatsapp-logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 50px;
    height: 50px;
}

.footer .line-link-icon-desktop:hover .line-link-textBlock .line-icon {
    background-image: url(../img/whatsapp-logo.svg);
	width: 56px;
    height: 56px;
}

.footer .line-link-textBlock .chatbot-icon {
    margin: 0;
    content: "";
    background-image: url(../img/chatbot-logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 50px;
    height: 50px;
}

.footer .line-link-icon-desktop:hover .line-link-textBlock .chatbot-icon {
    background-image: url(../img/chatbot-logo.svg);
	width: 56px;
    height: 56px;
}

.footer .line-link-textBlock .line-text {
    margin: 0;
}



.footer .line-link-icon-desktop {
    width: 75px;
	margin-right: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.footer .line-link-icon-desktop:hover .line-link-textBlock {
    /**background-color: #169b16;*/
}

.footer .line-link-icon-desktop .cb-icon {
    width: 120px;
    height: auto;
    margin-bottom: -15px;
    z-index: 99;
}


@media (max-width: 768px) {
    .footer .footer-group {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 350px;
        margin: auto;
    }
}

.footer .footer-item {
    width: 235px;
    margin-bottom: 60px;
}

@media (min-width: 769px) {
    .footer .footer-item {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .footer .footer-item {
        width: 50%;
    }
    .footer .footer-item .footer .footer-item .footer-title {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .footer .footer-item {
        width: 100%;
    }
    .footer .footer-item .footer .footer-item .footer-title {
        font-size: 20px;
    }
}

@media (max-width: 415px) {
    .footer .line-link {
        right: 12px;
    }
    .footer .line-link-icon-desktop {
        display: none;
    }
	
    .footer .line-link-icon-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /**background-color: #00b900;
        height: 88px;
        width: 88px;*/
        border-radius: 50%;
    }
	
	.footer .line-link-icon-mobile:hover {
        /**background-color: #169b16;*/
    }
	
    .footer .line-link-icon-mobile .line-text-mobile {
        font-weight: 500;
        font-size: 12px;
        line-height: 14px;
        color: white;
    }
	
	
    .footer .line-link-icon-mobile .cb-icon {
        width: 56px;
        height: auto;
        margin: 0;
		
    }
	svg {
	  filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
	}
	
}

@media (min-width: 1025px) {
    .footer .footer-item:not(:last-child) {
        margin-right: 16px;
    }
    .footer .footer-item:not(:last-child) .footer .footer-item .footer-title {
        font-size: 16px;
    }
}

.footer .footer-item .footer-title {
    font-weight: bold;
    margin-bottom: 16px;
}

.footer .footer-item > a {
    font-size: 14px;
    display: block;
}

.footer .footer-item > a:not(:last-child) {
    margin-bottom: 8px;
}

.footer .footer-address {
    font-size: 14px;
    margin-bottom: 32px;
    line-height: 1.8;
}

.footer .footer-copyright {
    font-size: 14px;
}

.star-rank {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.star-rank.white > div {
    background-image: url("../img/star_white.png");
}

.star-rank.white > div.highlight-half {
    background-image: url("../img/star_white_half_highlight.png");
}

.star-rank > div {
    width: 20px;
    height: 20px;
    background: url("../img/star_normal.png") no-repeat center;
}

.star-rank > div:not(:last-child) {
    margin-right: 4px;
}

.star-rank > div.highlight {
    background-image: url("../img/star_highlight.png");
}

.star-rank > div.highlight-half {
    background-image: url("../img/star_normal_half_highlight.png");
}

/*------------------------------------*\
  NAV
\*------------------------------------*/
.topnav-cdbar {
    overflow: hidden;
}

.topnav-cdbar a {
    float: left;
    display: block;
    color: #222222;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}


.topnav-cdbar .icon {
    display: none;
}

.dropdown-cdbar {
    float: left;
    overflow: hidden;
}

.dropdown-cdbar .dropbtn {
    font-size: 17px;
    border: none;
    outline: none;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.topnav-cdbar a:hover,
.dropdown-cdbar:hover .dropbtn {
    background-color: #FED602;
    color: #222222;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

.dropdown-cdbar:hover .dropdown-content {
    display: block;
}

@media screen and (max-width: 1024px) {
    .topnav-cdbar a:not(:first-child),
    .dropdown-cdbar .dropbtn {
        display: none;
    }
    .topnav-cdbar a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .topnav-cdbar.responsive {
        position: relative;
		background-color: #ffffff;
    }
    .topnav-cdbar.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav-cdbar.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
    .topnav-cdbar.responsive .dropdown-cdbar {
        float: none;
    }
    .topnav-cdbar.responsive .dropdown-content {
        position: relative;
    }
    
    .topnav-cdbar.responsive .dropdown-content .sub-text{
        margin-left: 20px;
    }
    
    .topnav-cdbar.responsive .dropdown-cdbar .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
    }
}

.footer .contact-container {
    background-color: #FED602;
    padding: 0 80px 50px 80px;
    text-align: center;
    font-size: 14px;
    font-weight:500;
}

.footer .contact-container h2 + p {
    margin-bottom: 60px;
}

@media (min-width: 768px) {
    .footer .contact-container .contact-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 768px) {
    .footer .contact-container .contact-box .box {
        width: 50%;
    }
    .footer .contact-container .contact-box .box._1 {
        padding-right: 8px;
    }
    .footer .contact-container .contact-box .box._2 {
        padding-left: 8px;
    }
}

@media (max-width: 767px) {
    .footer .contact-container .contact-box .box {
        max-width: 334px;
        margin: 0 auto;
    }
    .footer .contact-container .contact-box .box:not(:last-child) {
        margin-bottom: 32px;
    }
}

.footer .contact-container .contact-box .title {
    font-size: 20px;
    margin-bottom: 12px;
}

.footer .contact-container .contact-box .card {
    border: 1px solid rgb(198, 210, 66);
    background-color:#FEFAA1;
    border-radius: 4px;
    padding: 32px 0;
}

@media (max-width: 576px) {
    .footer .contact-container .contact-box .card {
        padding: 32px 28px;
    }
}

.footer .contact-container .contact-box .tel {
    font-size: 20px;
    margin-bottom: 4px;
}

.footer .contact-container .contact-box .date {
    margin-bottom: 20px;
}

.footer .contact-container .contact-box .blue-button {
    max-width: 300px;
}

@media (max-width: 576px) {
    .footer .contact-container .contact-box .blue-button {
        max-width: 280px;
    }
}

.footer .row {
    padding: 0 40px;
}

@media (max-width: 768px) {
    .footer .row {
        padding: 0 20px;
    }
}

.footer .col2 {
    max-width: 836px;
    margin: auto;
  }

@media (max-width: 1023px) and (min-width: 768px) {
    .footer .box {
        max-width: 336px;
        margin-left: auto;
    }
}

@media (max-width: 767px) {
    .footer .box._1 {
        display: none;
    }
}

@media (min-width: 768px) {
    .footer .box._2 > img {
        display: none;
    }
}
  
