@font-face {
    font-family: 'KOTRA_SONGEULSSI';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10-21@1.0/KOTRA_SONGEULSSI.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/***********************************************************************************/
html, body {
    scroll-behavior: smooth;
    font-family: 'Malgun Gothic';
}

.lock {
    overflow-y: hidden;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.popup-area {
    width: 50%;
    position: fixed;
    left: 5%;
    top: 30px;
    z-index: 1000;
}

.popup {
    width: 100%;
}

.popup img {
    width: 60%;
}

.popup-btn {
    width: 60%;
    border: none;
    background: transparent;
    display: flex;
}

.popup-btn button {
    width: 60%;
}

.popup-btn button a {
    display: inline-block;
    width: 100%;
    height: 54px;
    line-height: 54px;
    background: #fff;
    font-size: 18px;
    color: #222;
}

.popup-btn button a:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.popup-btn button.detail a:after {
    display: none;
}

.popup-btn button a:hover {
}

/* header */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #111;
    padding: 0 1rem;
    z-index: 3000;
}

header button {
    color: #111;
    background-color: inherit;
    outline: none !important;
    cursor: pointer;
}

header button i.fa {
    font-size: 26px;
    color: #fff;
    text-shadow: 2px 2px 2px #333;
}

header a.go-area img {
    width: 130px;
    cursor: pointer;
    position: absolute;
    left: 3px;
    top: 0;
}

/* side */
.side-nav {
    position: fixed;
    top: 50px;
    right: 0;
    width: 245px;
    color: #fff;
    background-color: rgba(34, 31, 32, .8);
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 1px 2px rgb(0 0 0 / 23%);
    transform: translateX(200%);
    transition: all ease-in-out .3s;
    border-top: 1px solid #deb37b;
    font-family: 'KOTRA_SONGEULSSI';
    z-index: 3001;
    height: 100%;
    overflow-y: scroll !important;

}

.side-nav.active {
    transform: translateX(0);
    height: 100%;
}

.side-nav.active::after {
    display: block;
}

.side-nav li {
    padding: .5rem 1rem;
}

.side-nav > ul {
    border-top: 1px solid #deb37b;
}

.side-nav > ul > li {
    border-bottom: 1px solid #deb37b;
}

.side-nav ul li p {
    position: relative;
    padding: 4px 0;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
}

.side-nav ul li p i {
    transition: all ease-in-out .2s;
    line-height: 1;
}

.side-nav ul li p i.active {
    transform: rotate(-540deg);
}

.side-nav > ul > li > ul {
    position: relative;
    padding-top: 1rem;
    padding-bottom: .5rem;
    min-width: 100% !important;
}

.side-nav > ul > li > ul::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 76px;
    height: 1px;
    background-color: #deb37b;
    display: block;
    content: '';
}

.side-nav > ul > li > ul > li a {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 4px;
}

.side-nav ul.th2 li span.sns {
    text-indent: 10px;
}

/* dimmed */
#dimmed {
    content: '';
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 1000;
}

/* container */
.container {
    text-align: center;
    overflow: hidden;
    background: #faf8f5;
}

.cont img {
    max-width: 100%;
}

.cont1 img.pc-visual {
    display: none;
}

.go-item {
    width: 100%;
    background: #FFCC35;
}

.go-item img.product {
    width: 60px;
    transform: rotate(-35deg);
    position: relative;
    left: 30px;
    top: 5px;
}

.go-item img.product.p-2 {
    transform: rotate(-15deg);
    position: relative;
    left: -15px;
}

.go-item img.go-store {
    width: 40%;
    position: relative;
    left: -25px;
    top: -5px;
}

.go-item img.click-btn {
    width: 17%;
    position: relative;
    left: -32px;
    top: 0
}


.cont2 {
    width: 100%;
    height: 900px;
    position: relative;
    overflow: hidden;
}

.cont2 ul {
    display: flex;
    justify-content: center;
    padding: 200px 0;
}

.cont2 ul li {
    width: 28%;
    margin: 0 20px;
    transform: translateY(300px);
    transition: all 1s;
    opacity: 0;
}

.cont2.active ul li {
    transform: translateY(0px);
    opacity: 1;
}

.cont2 ul li.box1 {
    transition-delay: 0s;
}

.cont2 ul li.box2 {
    transition-delay: 0.3s;
}

.cont2 ul li.box3 {
    transition-delay: 0.6s;
}

.cont2 img.mo-company {
    display: none
}

.cont3 {
    position: relative;
}

.cont3 .pc-mo-char {
    display: none;
}

.cont3 button.details {
    position: absolute;
    z-index: 100;
    top: 50%;
    right: 0;
    background: transparent;
    cursor: pointer;
}

.cont3 button.details img {
    width: 70%;
}

.cont3 button.details.girl {
    top: 30px;
    right: -15px;
    animation-name: aeju;
    animation-duration: 3s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
}

.cont3 button.details.man {
    top: 50%;
    right: -15px;
    animation-name: juhwang;
    animation-duration: 3s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
}

.imgServGroup {
    width: 100%;
    position: fixed;
    z-index: 1001;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.x-btn {
    float: right;
    background: #fff;
    border-radius: 20px;
    margin-right: 10px;
    padding: 5px 10px;
    margin-bottom: 5px;
    color: #333;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
}

@keyframes aeju {
    0% {
        transform: translateY(5px);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translateY(0);
        opacity: 0;
    }
}

@keyframes juhwang {
    0% {
        transform: translateY(5px);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translateY(0);
        opacity: 0;
    }
}

.cont3-1 {
    position: relative
}

.cont3-1 img.emt-btn {
    width: 100%;
    height: auto;
    margin-top: -0.5px;
    cursor: pointer;
}

.cont3-1 img.emt-img {
    width: 100%;
    height: auto;
    display: none;
}


/* 영상 */
/* Layout */
section.videos {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
    width: 100%;
    display: none;
    z-index: 20000;
}
section.videos:before {
    content: '';
    display: block;
    position: fixed;
    background: #000;
    width: 100%;
    height: 100%;

}

section.videos.active {
    display: block;
}
section article.video-inner {
    width: calc(100% - 530px);
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: scroll;
}
.content-area {
    overflow: scroll;
}
.content-area > div {
    width: 600px;
    float: left;
    height: 400px;
    box-sizing: border-box;
}

.accordion {
    position: relative;
}

.title {
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 3px;
    cursor: pointer;
    padding-left: 15px;
    color: #fff;
    /* position: relative; */
    transition: 0.3s;
    margin-bottom: 10px;
}

.title:after {
    content: '\f105';
    font-family: fontawesome;
    /* position: absolute;
    right: 10px;
    top: 7px; */
    float: right;
    margin-right: 5px;
    margin-top: 3px;
    transition: 0.3s;
}

.title.active:after {
    transform: rotate(90deg);
    color: orange;
}

.title:hover,
.title.active {
    background-color: #203049;
    color: #fff;
}

.desc {
    padding: 15px;
    color: #fff;
    display: none;
}

.desc.active {
    display: block;
}

.video {
    width: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 30px;
    display: none;
}

.video.active {
    display: block;
    z-index: 3000;
    position: fixed;
    left: 52%;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
}

.video iframe {
    width: 550px;
    height: 400px;
    margin-top: -40px;
}

.trigger:after {
    content: '\f00d';
    font-family: fontawesome;
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    position: absolute;
    top: 30px;
    right: 55px;
    cursor: pointer;
}

/************************/
video {
    width: 100%;
    display: block;
}

.vd-title {
    text-align: center;
    display: inline-block;
    margin-top: 30px;
}

.vd-title img {
    width: 80px;
}

.main-video {
    width: 100%;
    background: #fff;
    position: relative;
    padding: 10px 0;
    display: block;
}

.main-video.my-1 {
    margin-top: 35px;
}

.main-video.my-1 img.film-top {
    width: 100%;
    height: 40px !important;
}

.main-video.my-1 img.film-bottom {
    width: 100%;
    height: 40px !important;
    margin-top: -2px !important;
}


.cont15 {
    margin-top: 30px;
}

.cont17 {
    margin: 40px 0;
}

.cont19 {
    margin-top: 40px;
}

/* footer */
footer {
    width: 100%;
    text-align: center;
    background-color: #262626;
    padding: 30px 0;
}

footer .logo {
    margin-bottom: 16px;
    color: #6c6c6c;
    font-size: 32px;
    font-weight: bold;
}

.copy-info li {
    display: inline-block;
    color: #6c6c6c;
    font-size: 12px;
    position: relative;
    padding: 0 8px;
    letter-spacing: -1px
}

.copy-info li::after {
    display: block;
    content: '';
    width: 1px;
    height: 12px;
    background-color: #6c6c6c;
    position: absolute;
    right: 0;
    top: 3px;
}

.copy-info li:last-child::after {
    display: none;
}

.top-btn {
    width: 100px;
    height: 0;
    display: block
}

.top-btn a {
    display: block;
    width: 100px;
    color: #000;
    line-height: 100px;
    background: rgba(255, 255, 0, 0.5);
    border-radius: 50%;
    position: fixed;
    right: 50px;
    bottom: 50px;
    text-align: center;
}

/* 아코디언 상품 후기 */
.review {
    padding: 130px 0;
}

.review h2.review-title {
    font-size: 34px;
    padding-bottom: 50px;
    letter-spacing: 3px;

}

.gallery {
    display: flex;
    height: 70vh;

}

.gallery li {
    border-right: 5px solid #000;
    flex: 1;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.gallery li:last-child {
    border-right: none;
}

.gallery li:nth-child(1) {
    background: url('../images/test/blog_1.jpg') no-repeat center 30%/cover;
}

.gallery li:nth-child(2) {
    background: url("../images/test/blog_3.jpg") no-repeat center center/cover;
}

.gallery li:nth-child(3) {
    background: url("../images/test/blog_2.jfif") no-repeat center center/cover;
}

.gallery li:nth-child(4) {
    background: url("../images/test/blog_5.jfif") no-repeat center center/cover;
}

.gallery li:nth-child(5) {
    background: url("../images/test/blog_4.jpg") no-repeat center center/cover;
}

.gallery:hover li {
    flex: 1;
}

.gallery li:hover {
    flex: 1.2;
    filter: grayscale(1);
}

/* content */
.content {
    position: absolute;
    background-color: #000;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 160px;
    bottom: -230px;
    padding: 20px;
    transition: 0.5s;
    box-sizing: border-box;
    padding-top: 40px;
}

.gallery li:hover .content {
    bottom: 0;
    transition-delay: 0.5s;
}

.content:before {
    content: '';
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 50px;
    left: 0;
    top: -10px;
    transform-origin: left bottom;
    transform: rotate(-3deg) scale(1.3);
}

.read-more {
    text-align: center;
    margin-top: 50px;
    display: inline-block;
}

.read-more a {
    font-family: "Noto Sans KR";
    letter-spacing: 1.5px;
    font-weight: 300;
    width: 200px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border: 1px solid #000;
    box-sizing: border-box;
    background-color: #fff;
    transition: 0.5s;
}

.read-more a:hover {
    background-color: #000;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1.7px;
}
.read-more a i {
    font-style: normal;
}
.read-more a i:before {
    font-family: Fontawesome;
    content: '\f00e';
    font-size: 14px;
    font-weight: 300;
    vertical-align: top;
    padding-right: 2px;
}
.desc a {
    position: relative;
    display: block;
    color: #ccc;
    font-size: 14px;
    transition: 0.3s;
    margin: 5px 0;
}
.desc a:hover {
    color: #fff;
}
.desc a:before {
    content: '';
    width: 25px;
    height: 25px;
    background: url('../images/test/insta.png') no-repeat center center/cover;
    position: absolute;
    left: calc(50% - 69px);
    top: -3px;

}

/* media query */
@media (min-width: 1000px) {
    .go-item {
        width: 100%;
        height: 230px;
        background: #FFCC35;
    }

    .go-item img.product {
        width: 180px;
        transform: rotate(-35deg);
        position: relative;
        left: 100px;
        top: -15px;
    }

    .go-item img.product.p-2 {
        transform: rotate(-15deg);
        position: relative;
        left: -25px;
    }

    .go-item img.go-store {
        width: 22%;
        position: relative;
        left: -70px;
        top: -50px;
    }

    .go-item img.click-btn {
        width: 10%;
        position: relative;
        left: -77px;
        top: -40px;
    }


    /* 공통 */
    body, html {
        margin: 0 auto !important;
        overflow-x: hidden;
    }

    header {
        /*max-width: 860px;*/
        left: 50%;
        transform: translateX(-50%) !important;
    }

    header a.go-area img {
        width: 190px;
        left: 15px;
    }

    header button i.fa {
        font-size: 35px;
        position: relative;
        left: -15px;
        top: 15px;
    }

    .side-nav {
        width: 330px;
    }

    .side-nav > ul > li > ul > li a {
        font-size: 20px;
    }

    /****************/
    .container {
        background: #fff !important;
    }

    .cont1 img.mo-visual {
        display: none;
    }

    .cont1 img.pc-visual {
        display: block;
        width: 100%;
    }

    .cont3 img.mo-char {
        display: none
    }

    .cont3 img.pc-mo-char {
        width: 100%;
        display: block;
    }

    .cont3 button.details.girl {
        z-index: 1000;
        top: 80px;
        right: 27%;
    }

    .cont3 button.details.man {
        top: 51%;
        right: 28%;
        z-index: 1000;
    }

    .cont3 button.details img {
        width: 180px;
        z-index: 1000;
    }

    .cont4 .vd-title img {
        width: 200px;
    }

    .imgServGroup {
        max-width: 900px !important;
        z-index: 9999;
    }

    .imgServGroup .x-btn {
        padding: 10px 25px;
        font-size: 16px;
    }

    .main-video.my-1 img.film-top,
    .main-video.my-1 img.film-bottom {
        height: 80px !important;
    }

    .main-video {
        width: 860px;
        margin: 0 auto;
        padding: 10px 0;
        display: block;
    }

    .main-video iframe {
        height: 500px
    }


    .cont3-1 {
        width: 860px;
        margin: 0 auto
    }

    .cont11 {
        background: #faf8f5
    }

    .cont12 {
        background: #faf8f5
    }

    .cont13 {
        background: #faf8f5
    }

    .cont14 {
        background: #faf8f5
    }

    .cont5 img {
        width: 1000px;
        margin: 0 auto
    }

    .cont7 img {
        width: 1000px;
        margin: 0 auto
    }

    .cont8 img {
        width: 1000px;
        margin: 0 auto
    }

    .cont9 img {
        width: 1000px;
        margin: 0 auto
    }

    .cont10 img {
        width: 1000px;
        margin: 0 auto
    }

    .cont11 img {
        width: 1000px;
        margin: 0 auto
    }

    .cont12 img {
        width: 1000px;
        margin: 0 auto
    }

    .cont13 img {
        width: 1000px;
        margin: 0 auto
    }

    .cont14 img {
        width: 1000px;
        margin: 0 auto
    }

    .cont15 img {
        width: 1100px;
        margin: 0 auto
    }

    .cont16 img {
        width: 1100px;
        margin: 0 auto
    }

    .cont17 img {
        width: 1000px;
        margin: 0 auto
    }

    .cont18 img {
        width: 1000px;
        margin: 0 auto
    }

    .cont19 img {
        width: 1000px;
        margin-top: -40px
    }

    .cont20 img {
        width: 1000px;
        margin: 0 auto
    }

    footer .logo img {
        width: 130px !important;
    }

    .copy-info li {
        font-size: 18px;
    }

    .copy-info li::after {
        top: 8px;
    }
}


@media (min-width: 1200px) and (max-width: 1600px) {
    .cont3 button.details.girl {
        top: 35px;
        right: 24%;
    }

    .cont3 button.details img {
        width: 150px !important;
    }

    .cont3 button.details.man {
        top: 50%;
        right: 28%;
    }
}

@media (min-width: 1001px) and (max-width: 1199px) {
    .cont3 button.details.girl {
        top: 40px;
        right: 25%;
    }

    .cont3 button.details img {
        width: 120px !important;
    }

    .cont3 button.details.man {
        right: 27%;
    }
}

@media all and (max-width: 640px) {
    .popup-area {
        width: 80%;
        position: fixed;
        left: 50%;
        top: 50px;
        transform: translateX(-50%);
        z-index: 1000;
    }

    .popup {
        width: 100%;
    }

    .popup img {
        width: 100%;
    }

    .popup-btn {
        width: 100%;
        border: none;
        background: transparent;
        display: flex;
    }

    .popup-btn button {
        width: 100%;
    }

    .popup-btn button a {
        display: inline-block;
        position: relative;
        width: 100%;
        height: 30px;
        line-height: 30px;
        font-weight: bold;
        background: #fff;
        font-size: 10px;
        color: #222;
    }

    .popup-btn button a:hover {
    }

    .cont2 {
        height: 100% !important;
    }

    .cont2 ul {
        display: none !important;
    }

    .cont2 img.mo-company {
        display: block !important;
    }

    footer .logo img {
        width: 80px !important;
    }

    .copy-info li {
        display: inline-block;
        margin-bottom: 4px;
    }

    .copy-info li::after {
        display: none;
    }

    .copy-info br {
        display: none
    }

    .top-btn {
        display: none !important;
    }

    /* video */
    section.videos {
        height: auto;
    }
    .video.active {
        position: unset;
        left: 0;
        top: 0;
        transform: none;
    }

    section article.video-inner {
        width: 100%;
        align-items: stretch;
    }
    .content-area {
        margin: 30px 0;
    }
    .accordion {
        width: 100%;
    }
    .content-area > div {
        width: 100%;
    }
    .video {
        position: static;
        margin-left: 0;
    }
    .video iframe {
        margin-top: 0;
        width: 100vw;
        height: 300px;
    }
    video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .video iframe {}
    .read-more {
        margin: 20px 0;
    }
    .read-more a {
        font-size: 14px;
        width: 150px;
        height: 40px;
        line-height: 40px;
        border-radius: 5px;
        font-weight: 400;
    }
    .trigger:after {
        right: 100%;
        left: 10px;
        top: 5px;
        font-size: 30px;
    }

    /* Review */
    .review {
        padding: 50px 0;
    }

    .review h2.review-title {
        font-size: 20px;
        letter-spacing: 2px;
        padding-bottom: 30px;
    }

    .gallery {
        flex-direction: column;
        height: 165vh !important;
    }

    .gallery li {
        margin: 10px 15px;
        animation-fill-mode: both;
    }

    .gallery li:hover {
        flex: 1;
        filter: grayscale(1);
    }

    .gallery li:nth-child(1) {
        animation: review1 1s linear;
        animation-delay: 0.2s;
        animation-fill-mode: both;

    }

    .gallery li:nth-child(2) {
        animation: review2 1s linear;
        animation-delay: 0.4s;
        animation-fill-mode: both;

    }

    .gallery li:nth-child(3) {
        animation: review1 1s linear;
        animation-delay: 0.6s;
        animation-fill-mode: both;

    }

    .gallery li:nth-child(4) {
        animation: review2 1s linear;
        animation-delay: 0.8s;
        animation-fill-mode: both;

    }

    .gallery li:nth-child(5) {
        animation: review1 1s linear;
        animation-delay: 1s;
        animation-fill-mode: both;

    }

    @keyframes review1 {
        0% {
            transform: translateX(-300px);
            opacity: 0;
        }
        100% {
            transform: translateX(0px);
            opacity: 1;
        }
    }
    @keyframes review2 {
        0% {
            transform: translateX(300px);
            opacity: 0;
        }
        100% {
            transform: translateX(0px);
            opacity: 1;
        }
    }
    .content {
        display: none !important;
    }
}
