/* main */
.main .video-area {
    z-index: 20;
}

.main .video-area .area {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
}

.main .video-area .area iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main .main-visual {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

@media screen and (max-width: 1024px) {
    .main .main-visual {
        margin-top: 118px;
        height: auto !important;
    }
}

.main .main-visual .swiper-container {
    position: relative;
    margin: 0;
    height: 100%;
}

.main .main-visual .swiper-container .swiper-slide {
    position: relative;
}

.main .main-visual .swiper-container .swiper-slide .bg {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}



@media screen and (max-width: 1024px) {
    .main .main-visual .swiper-container .swiper-slide .bg {
        padding-top: 100%;
    }
}



.main .main-visual .swiper-container .swiper-slide .text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 1440px;
    transform: translate(-50%, 0%);
    padding: 0 16px;
}

@media screen and (max-width: 1024px) {
    .main .main-visual .swiper-container .swiper-slide .text {
        transform: translate(-50%, -50%);
        padding: 0 20px;
    }
}

.main .main-visual .swiper-container .swiper-slide .text .eyebrow {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .main .main-visual .swiper-container .swiper-slide .text .eyebrow {
        font-size: 14px;
    }
}



.main .main-visual .swiper-container .swiper-slide .text .tit {
    font-family: 'NanumMyeongjo';
    font-size: 50px;
    line-height: 1.2;
    margin: 20px 0;
}

@media screen and (max-width: 1024px) {
    .main .main-visual .swiper-container .swiper-slide .text .tit {
        font-size: 30px;
    }
}

.main .main-visual .swiper-container .swiper-slide .text .tit em {
    display: block;
    font-weight: 900;
}

.main .main-visual .swiper-container .swiper-slide .text .desc {
    margin-top: 20px;
    font-size: 18px;
    line-height: 26px;
    word-break: keep-all;
    color: #646363;
}

@media screen and (max-width: 767px) {
    .main .main-visual .swiper-container .swiper-slide .text .desc {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width: 1024px) {
    .main .main-visual .swiper-container .swiper-slide .text .desc {
        margin-top: 15px;
    }
}

@media screen and (max-width: 767px) {
    .main .main-visual .swiper-container .swiper-slide .text .desc {
        font-size: 14px;
    }
}

.main .main-visual .swiper-container .swiper-slide .text .btn.btn-lg {
    margin-top: 20px;
    width: 210px;
}

.main .main-visual .swiper-pagination {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1440px;
    text-align: left;
    padding: 0 16px;
}

@media screen and (max-width: 1024px) {
    .main .main-visual .swiper-pagination {
        bottom: 20px;
    }
}

.main .main-visual .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: transparent;
    width: 18px;
    height: 18px;
    color: #828282;
    border-radius: 0;
    border: none;
}

@media screen and (max-width: 1024px) {
    .main .main-visual .swiper-pagination .swiper-pagination-bullet {
        /* width: 10px;
        height: 10px; */
    }
}

.main .main-visual .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {

    font-weight: bold;
    border-bottom: solid 1px #000;
    color: #000;
}


.main .main-visual .video-area {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 44.791667%;
    height: 330px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main .main-visual .video-area .area {
    position: absolute;
    top: 0;
    right: 0;
    width: 590px;
    padding-top: 330px;
}

@media screen and (max-width: 1024px) {
    .main .main-visual .video-area {
        display: none !important;
    }
}


.main-sect .flex-area {
    position: relative;
    top: 0;
    width: 100%;
    max-width: 1440px;
    display: flex;
    overflow: hidden;
    margin: 0 auto;
    align-items: center;
    padding:0 16px;
}

.main-sect .flex-area img {
    align-items: center;
}

.main-sect .flex-area .left_box {
    position: relative;
    width: 50%;
    height: 100%;
    margin: 30px 0;
    flex: 1;
}


.main-sect .flex-area .right_box {
    position: relative;
    width: 50%;
    height: 100%;
    margin: 30px 0;
    flex: 1;
}

.ai-slider {
    position: relative;
}

.main-sect .flex-area .eye {
    color: #646363;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}

.main-sect .flex-area .tit {
    font-family: 'NanumMyeongjo';
    font-size: 38px;
    line-height: 1.2;
    color: #000;
}

.main-sect .flex-area .txt {
    line-height: 1.5;
    color: #646363;
    font-weight: 500;
    font-size: 20px;
    word-break: keep-all;
}

.main-sect .flex-area .chab {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 30px 0;
}

.main-sect .flex-area .chab_type {
    position: relative;
    overflow: hidden;
    min-width: 120px;
}

.main-sect .flex-area .chab_type p {
    position: absolute;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
}

.main-sect .flex-area .chab>.desc {
    font-size: 16px;
    color:#595959;
}

.main-sect .flex-area .chab>.desc strong{
    font-weight: bold;
    display: block;
    font-size: 20px;
}

.main-sect .flex-area .day {
    color: #2b2b2b;
    font-size: 16px;
    font-weight: bold;
}

.main-sect .flex-area .day strong {
    font-size: 20px;
    word-break: keep-all;
}

.main-sect .flex-area .txt-point {
    font-weight: bold;
    color: #318f4c;
    line-height: 1.2;
}

.main-wrap {
    position: relative;
    text-align: center;
    margin: 100px 0;
}

.main-wrap h1 {
    font-size: 40px;
    font-weight: bold;
    color: #111;
    line-height: 1.2;
    margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
    .main-sect .flex-area {
        max-width: inherit;
        padding:0 16px;
    }

    .main-wrap {
        margin: 50px 0;
    }

    .main-wrap h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .main-sect .flex-area .tit {
        font-size: 32px;
    }

    .main-sect .flex-area .day strong {
        font-size: 16px;

    }
}


@media screen and (max-width: 767px) {

    .main-wrap {
        margin: 0;
    }

    .main-wrap h1 {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .main-sect .flex-area {
        flex-direction: column;
        gap: 20px;
    }

    .main-sect .flex-area .tit {
        font-size: 25px;
    }

    .main-sect .flex-area .txt {
        font-size: 16px;
    }

    .main-sect .flex-area .left_box,
    .main-sect .flex-area .right_box {
        width: 100%;
    }

    .main-sect .flex-area .chab_type {
        min-width: 100px;
    }
}


.main-content {
    position: relative;
    margin: 0 auto;
}

.main-content.middle-title::before {
    content: 'turn back your time';
    color: #e5e5e5;
    margin: 0 auto;
    position: absolute;
    top: 10%;
    font-size: 72px;
    text-transform: uppercase;
    font-weight: 100;
    writing-mode: vertical-lr;
    left: 50%;
    transform: translate(-50%, 0);
    animation: emergency 5s ease-in-out infinite;
}



@keyframes emergency {

    0%,
    100% {
        opacity: 1;
        color: #e5e5e5;
    }

    50% {
        opacity: 0.5;
        color: #000;
    }
}

@media screen and (max-width: 1366px) {
    .main-content.middle-title::before {
        display: none;
    }
}



.main-box {
    position: relative;
    display: flex;
    margin: 50px 0;
    gap: 50px;
}

.main-box.start {
    justify-content: flex-start;
}

.main-box.center {
    justify-content: center;
}

.main-box.between {
    justify-content: space-between;
}

.main-box.end {
    justify-content: flex-end;
}


.main-desc {
    position: relative;
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    color: #646363;
}



.main-desc .sub-eyebrow {
    margin: 0;
    padding: 0;
}


.main-desc ul {
    position: relative;
    margin: 10px 0;
    padding-left: 90px;
}


@media screen and (max-width: 1024px) {
    .main-desc ul {
        font-size: smaller;
        padding: 0;
    }

    .main-desc ul::before {
        display: none;
    }

    .main-box:nth-of-type(2),
    .main-box:nth-of-type(4) {

        flex-direction: column-reverse;
    }

    .main-box.end {
        flex-direction: column-reverse;
    }
    .container .contents .sect .main-box:nth-of-type(2){
        flex-direction: column;
    }
}

@media screen and (max-width: 767px) {
    .main-desc ul li {
        display: contents;
        word-break: keep-all;
        font-size: 14px;
    }

    .main-box {
        margin: 0;
    }
}

.main-desc ul.bn {
    padding: 0;
}

.main-desc ul.bn:before {
    display: none;
}

.main-desc ul::before {
    position: absolute;
    content: '';
    top: 15px;
    left: 0;
    width: 75px;
    height: 1px;
    border-top: solid 1px #898989;
}

@media screen and (max-width: 1024px) {
    .main-box {
        gap: 20px;
        align-items: center;
    }

}




.main-quick {
    position: relative;
    padding: 40px 0 30px;
    background: #362d2b;
    z-index: 15;
    position: fixed;
    bottom: 0;
    width: 100%;
}

@media screen and (max-width: 1024px) {
 .main-quick {
        padding: 20px 0;
    }
}

@media screen and (max-width: 767px) {
.main-quick {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: transparent;
        padding: 0 0 20px;
    }
}

.main-quick .flex-area {
    display: flex;
    align-items: center;
    margin-left: calc(50% - 100px);
    max-width: 820px;
    padding-left: 50px;
    padding-right: 20px;
}

@media screen and (max-width: 1024px) {
.main-quick .flex-area {
        width: 100%;
        max-width: none;
        margin-left: 0;
        padding: 0 12px;
    }
}

 .main-quick .main-quick-form {
    width: 100%;
}

@media screen and (max-width: 767px) {
.main-quick .main-quick-form {
        display: none;
    }
}

 .main-quick .main-quick-form .form-title-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.main-quick .main-quick-form .form-title-wrap .form-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.main-quick .main-quick-form .main-forms {
    position: relative;
    padding-right: 148px;
}

 .main-quick .main-quick-form .main-forms .lists {
    display: flex;
    width: 100%;
}

 .main-quick .main-quick-form .main-forms .lists>li {
    padding-right: 4px;
}

 .main-quick .main-quick-form .main-forms .lists>li:nth-child(1),
 .main-quick .main-quick-form .main-forms .lists>li:nth-child(2) {
    width: 25%;
}

.main-quick .main-quick-form .main-forms .lists>li:nth-child(3) {
    width: 20%;
}

@media screen and (max-width: 1024px) {
    .main-quick .main-quick-form .main-forms .lists>li {
        flex: 1;
    }
}

 .main-quick .main-quick-form .main-forms .lists>li .form-control {
    border-color: #fff;
    border-radius: 0;
    background: #fff;
    min-height: 32px;
    height: 32px;
    padding: 3px 10px;
}

 .main-quick .main-quick-form .main-forms .btn-submit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 148px;
    border-radius: 0;
    line-height: 30px;
}

.main-quick .main-quick-form .txt {
    margin-top: 10px;
    font-size: 14px;
    transform: skew(-0.05deg);
    color: rgba(255, 255, 255, 0.5);
}

.main section.main-sect {
    overflow: hidden;
}

@media screen and (max-width: 1024px) {
    .main section.main-sect {
        padding: 60px 16px;
    }
}

@media screen and (max-width: 767px) {
    .main section.main-sect {
        padding: 30px 0px;
    }
}

.main section.main-sect .sect-title {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .main section.main-sect .sect-title {
        margin-bottom: 20px;
    }
}

.main section.main-sect .sect-title.eyebrow {
    font-family: 'yg-mj';
    margin-bottom: 10px;
    font-size: 24px;
    color: #515151;
    font-weight: 900;
}

@media screen and (max-width: 767px) {
    .main section.main-sect .sect-title.eyebrow {
        font-size: 14px;
    }
}

.main section.main-sect .sect-title .title {
    color: #555;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -1.5px;
    font-weight: 100;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .main section.main-sect .sect-title .title {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -0.8px;
        font-weight: 400;
    }
}

.main section.main-sect .sect-title .view-more {
    margin-top: 35px;
}

@media screen and (max-width: 767px) {
    .main section.main-sect .sect-title .view-more {
        margin-top: 15px;
    }
}

.main section.main-sect .area {
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}

.main section.main-sect .area.full {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 1024px) {
    .main section.main-sect .area {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 767px) {
    .main section.main-sect .area {
        padding-left: 12px;
        padding-right: 12px;
    }
}

.main section.main-sect .view-more {
    display: inline-block;
    color: #999;
    font-size: 14px;
    line-height: 39px;
    transform: skew(-0.05deg);
}

.main section.main-sect .view-more::after {
    content: ' ';
    display: inline-block;
    width: 78px;
    height: 39px;
    margin-left: 10px;
    vertical-align: top;
    background: url("https://acehs91.com/dukheerx/_image/icon/icon-btn02.png") no-repeat;
}

@media screen and (max-width: 767px) {
    .main section.main-sect .view-more {
        font-size: 13px;
        line-height: 26px;
    }

    .main section.main-sect .view-more::after {
        width: 52px;
        height: 26px;
        background-size: 100%;
    }
}

.main section.main-sect .controller.main {
    width: 100%;
    max-width: 1480px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
}

.main section.main-sect .controller.main .control-btn {
    position: absolute;
    top: 50%;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.23);
    transform: translateY(-50%);
    cursor: pointer;
}

@media screen and (max-width: 1024px) {
    .main section.main-sect .controller.main .control-btn {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 767px) {
    .main section.main-sect .controller.main .control-btn {
        background: transparent;
        box-shadow: none;
    }
}

.main section.main-sect .controller.main .control-btn::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    margin-top: -5px;
    border: 2px solid #333;
    border-top: none;
    border-right: none;
}



.main section.main-sect .controller.main .control-btn.prev {
    left: 11px;
}

.main section.main-sect .controller.main .control-btn.prev::before {
    transform: rotate(45deg);
    margin-left: -5px;
}



.main section.main-sect .controller.main .control-btn.next {
    right: 11px;
}

.main section.main-sect .controller.main .control-btn.next::before {
    transform: rotate(-135deg);
    margin-left: -10px;
}




.main section .sub-tit {
    color: #368556;
    font-size: 80px;
    text-transform: uppercase;
}


.main section.sect00 {
    position: relative;
    margin: 80px 0;
}

.main section.sect00::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 47.5%;
    height: 100%;
    background: #f1ece8;
    border-radius: 0 20px 20px 0;
    z-index: -1;
}

.main section.sect00 .area {
    margin: 40px 0;
    padding: 50px 40px;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .main section.sect00 .area {
        padding: 40px 20px;
    }
}

@media screen and (max-width: 767px) {
    .main section.sect00 .area {
        padding: 20px 12px;
        flex-wrap: wrap;
    }

    .main section.sect00 {
        margin: 0;
    }
    .main section.sect00::before {
        width: 100%;
        border-radius: 0;
        background: linear-gradient(to bottom, #f1ece8 , #ffffff );
        height: 40%;
    }
    .main section.sect00 .right_box{
        position: relative;
        background: #fff;
    }
    .main section.sect00 .right_box::before,
    .main section.sect00 .right_box::after{
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: -9999px;
        right: 0;
        background-color: #fff;
        z-index: -1;
    }
    .main section.sect00 .right_box::after{
        right: -9999px;
    }
}


@media screen and (max-width: 520px) {
    .main section.sect00 .main-sect .flex-area .left_box{
        border:solid 1px blue;
    }
}


.main section.sect00 .btn-search {
    background: #fff url(/dukheerx/_image/icon/icon-search2.png) left center no-repeat;
}

.main section.sect00 .area .list-filter {
    width: 100%;
    margin: 0;
    padding: 0;
}

.main section.sect00 .area .search-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin: 0 auto;
    width: 100%;
    border: solid 2px #368556;
    max-width: 768px;
    padding: 5px 20px;
    background: #fff;
}

.main section.sect00 .area .input-wrap {
    background: #fff;
}

.main section.sect00 .area .input-wrap input {
    max-width: inherit;
}

.main section.sect00 .link-list {
    display: flex;
    justify-content: space-between;
    width: 340px;
    margin: 0 40px;
}

@media screen and (max-width: 767px) {
    .main section.sect00 .link-list {
        width: 100%;
        margin-top: 20px;
    }
}

.main section.sect00 .link-list li a {
    display: block;
    font-size: 15px;
    font-weight: 700;
    transform: skew(-0.05deg);
    text-align: center;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .main section.sect00 .link-list li a {
        font-size: 13px;
    }
}

.main section.sect00 .link-list li a::before {
    content: ' ';
    display: block;
    width: 44px;
    height: 44px;
    margin: 0 auto 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

@media screen and (max-width: 767px) {
    .main section.sect00 .link-list li a::before {
        width: 30px;
        height: 30px;
    }
}

.main section.sect00 .link-list li a.icon01::before {
    background-image: url("https://acehs91.com/dukheerx/_image/icon/icon-main01.png");
}

.main section.sect00 .link-list li a.icon02::before {
    background-image: url("https://acehs91.com/dukheerx/_image/icon/icon-main02.png");
}

.main section.sect00 .link-list li a.icon03::before {
    background-image: url("https://acehs91.com/dukheerx/_image/icon/icon-main03.png");
}

.main section.sect00 .link-list li a.icon04::before {
    background-image: url("https://acehs91.com/dukheerx/_image/icon/icon-main04.png");
}

.skin_box {
    position: relative;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 20px;
    width: 85%;
    padding: 50px 30px;
    font-weight: bold;
    font-size: 20px;
    box-shadow: 3px 7px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.skin_tit {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.skin_tit a {
    font-size: 16px;
    color: #464646;
    text-decoration: underline;
    text-underline-position: under;
}

.skin_tit a:hover {
    color: #00b760;
}

.skin_box strong {
    font-size: 43px;
}

.skin_bar {
    position: relative;
    display: flex;
    margin: 20px 0 10px 0;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
}

.skin_bar::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #e3e3e3;
    border-radius: 20px;
}

.skin_name {
    position: relative;
    /* width: 100px;
    min-width: 100px; */
    font-size: 17px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    background: inherit;
    border-radius: 20px;
}

.skin_value {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 12px;
    text-indent: -9999px;
}

.skin_parcent::before {
    position: relative;
    content: "";
    display: block;
    /* width: inherit; */
    height: 100%;
    background: inherit;
    border-radius: 0 10px 10px 0;
    border-radius: 20px;
    background: linear-gradient(45deg, #07b5dc, #318e4b);
}

.skin_care {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size:14px;
    color:#999;
    font-weight: normal;
}

@media screen and (max-width: 1024px) {
    .skin_box {
        width: 100%;
    }
}


@media screen and (max-width: 520px) {
    .skin_box {
        padding:30px;
    }
}






.main section.sect01 {
    position: relative;
    text-align: center;
}

.main section.sect01 .tit-eye{
    font-family: "Nanum Myeongjo", serif;
}


.main section.sect01 .bg {
    position: relative;
    width: 100%;
}

.main section.sect01 .bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}



.main section.sect01 .content {
    padding: 100px 16px;
    position: relative;
    z-index: 1;
    position: relative;
    top: 0;
    width: 100%;
    max-width: 1440px;
    display: flex;
    overflow: hidden;
    margin: 0 auto;
    align-items: flex-end;
    gap: 50px;
}

.main section.sect01 .content .mobile-wrap {
    position: relative;
    text-align: left;
}

.main section.sect01 .content .mobile {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 25px;
}

.main section.sect01 .content .mobile .screen {
    margin-top: 40%;
}

.main section.sect01 .content .mobile .screen p {
    font-weight: bold;
    font-size: 18px;
    margin:10px 0;
    width:100%;
}

.main section.sect01 .content .mobile .screen ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between;
    margin-bottom: 25px;
    max-height: 380px;
    overflow: auto;
}

.main section.sect01 .content .mobile .screen ul li{
    display: flex;
    align-items: center;
    font-size:12px !important;
    padding:10px;
    flex-basis: 100%;
    gap:10px;
}
.main section.sect01 .content .mobile .screen ul li .imgbox img{
    min-width: 70px;
    max-width: 70px;
}

.main section.sect01 .content .mobile .screen ul li a{
    font-size:12px;
    padding:5px 10px;
    margin-left: auto;
}


.main section.sect01 .content .desc {
    text-align: left;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}



.main section.sect01 .content .desc .sub-page-title {
    padding: 0;
}


@media screen and (max-width: 1024px) {
    .main section.sect01 .content .mobile .screen{
        margin-top:40%;
    }
    .main section.sect01 .content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 767px) {
    .main section.sect01 .content .mobile .screen ul {
        max-height: 360px;
    }
    .main section.sect01 .tit-eye {
        font-family: 'Pretendard';
        color: #646363;
        font-size: 17px;
        font-weight: bold;
        margin-bottom: 10px;
    }
}


/* sect02 */
.main section.sect02 {
    position: relative;
    margin: 150px 0;
}

.sequence-tab {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.sequence-list {
    position: relative;
}

.sequence-list .cate-tabs {
    box-shadow: none;
}

.sequence-list .cate-tabs .tabs li a {
    border-radius: 30px;
    border: solid 1px #ddd;
}

.sequence-list .cate-tabs .tabs li {
    border: none;
}

.sequence-list h1 {
    text-wrap: nowrap;
    font-size: 36px;
    margin-bottom: 50px;
    text-align: left;

}

.sequence-tab .cate-tabs ul {
    display: flex;
    flex-direction: column;
    /* width: 50%; */
    gap: 20px;
}


.main .cate-tabs {
    padding-top: 50px;
    margin-bottom: 60px;
    overflow-x: auto;
}

.main .cate-tabs .tabs {
    display: flex;
    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
    gap: 20px;
}

.main .cate-tabs .tabs li {
    flex: 1;
}

.main .cate-tabs .tabs.wrap {
    flex-wrap: wrap;
}

.main .cate-tabs .tabs.wrap li {
    flex: 0 0 20%;
    cursor: pointer;
}


.main .cate-tabs .tabs li a {
    border-radius: 30px;
    border: solid 1px #ddd;
}

.main .cate-tabs .tabs li a {
    display: flex;
    height: 50px;
    font-size: 16px;
    justify-content: center;
    line-height: 1.2;
    align-items: center;
    font-weight: 700;
    text-align: center;
    background: #fff;
}

.main .cate-tabs .tabs li.active a {
    background: #368556;
    color: #fff;
}



@media screen and (max-width: 1024px) {
    .main section.sect02 {
        margin: 100px 0;
    }

    .main .cate-tabs .tabs {
        overflow-x: scroll;
        gap: 10px;
    }

    .main .cate-tabs .tabs::-webkit-scrollbar {
        display: none;
    }

    .sequence-tab {
        flex-direction: column;
    }

    .sequence-tab .tabs {
        flex-direction: inherit !important;
        overflow: visible !important;
        gap: 10px !important;
    }

    .sequence-tab .cate-tabs {
        padding: 0;
        margin: 0;
    }
}


@media screen and (max-width: 767px) {
    .main section.sect02 {
        margin: 0;
    }

    .main .cate-tabs .tabs li a {
        font-size: 14px;
        padding: 0 10px;
        height: 40px;
    }
}



@media screen and (max-width: 767px) {
    .main .cate-tabs .tabs.wrap li {
        flex: 0 0 33%;
    }
}

@media screen and (max-width: 520px) {
    .main .cate-tabs .tabs.wrap li {
        flex: unset;
        width: 50%;
    }
}


.main .cate-tabs .tabs.wrap .tabs li {
    width: 10%;
}

/* //sect02 */


/* sect03 */

/* tab_default */
.tab_inner {
    display: none;
}

.tab_inner.active {
    display: block;
}

.main section.sect03 {
    position: relative;
    margin: 80px 0;
}

.main section.sect03::before {
    position: absolute;
    content: '';
    top: 50%;
    right: -5%;
    background-size: 500px;
    width: 50%;
    height: 50%;
    transform: translate(0, -25%);
    z-index: -1;
    display: block;
}


.dukhee-story {
    margin: 40px 0;
    position: relative;
    display: flex;
    justify-content: center;
    gap: 20px;
}


@media screen and (max-width: 1366px) {
    .dukhee-story {
        flex-direction: column;
    }
}

@media screen and (max-width: 767px) {
    .dukhee-story {}

    .main section.sect03 {
        margin: 0;
    }
}


.main section.sect03 .story-control {
    flex: 1;
}

.main section.sect03 .story-item {
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    border-bottom: solid 1px #eee;
    cursor: pointer;
    gap: 10px;
    word-break: keep-all;
    line-height: 1.5;
}





.main section.sect03 .story-item.active {
    position: relative;
    font-weight: bold;
    border-color: #368553;
}

.main section.sect03 .story-item.active::after {
    content: ' ';
    position: absolute;
    right: -3px;
    bottom: 6px;
    vertical-align: middle;
    width: 20px;
    height: 1px;
    background: #368553;
    transform: rotate(45deg);
}



@media screen and (max-width: 1366px) {
    .story-control {
        display: flex;
        font-size: 0;
        white-space: nowrap;
        overflow-x: scroll;
        gap: 20px;
    }

    .story-control::-webkit-scrollbar {
        display: none;
    }

    .story-item em {
        font-size: 12px;
    }

    .story_content img {
        max-width: 250px;
    }
}

@media screen and (max-width: 1024px) {
    .main section.sect03 .story-item
}

@media screen and (max-width: 767px) {}



.main section.sect03 .story_content {
    flex: 2;
    text-align: left;
}

.story_iteam.active {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.story_iteam img {
    /* max-width: 500px; */
    /* flex:1; */

}
a.story_desc:hover p{
    text-decoration: underline;
}

.story_desc {
    position: relative;
    flex: 1;
    margin-bottom: 50px;
}

.story_content .eyebrow {
    color: #5e5e5e;
    font-weight: bold;
    text-transform: uppercase;
}

.story_content .title {
    font-family: 'NanumMyeongjo';
    font-weight: bold;
    margin: 20px 0;
    font-size: 28px;
    line-height: 1.3;
    word-break: keep-all;
}

.story_content .desc {
    position: relative;
    color: #646363;
    padding-left: 20px;
}

.story_content .desc::before {
    content: ' ';
    position: absolute;
    left: -50%;
    top: 5%;
    vertical-align: middle;
    width: 50%;
    height: 1px;
    background: #828282;
}



.main-sect .reviews-slider {
    position: relative;
    margin: 50px 0;
    padding: 0 80px;
}

.main-sect .reviews-slider .swiper-container {
    max-width: 1400px;
    margin: 0 auto;
}

.main-sect .reviews-slider .swiper-container .swiper-slide .img {
    display: block;
    border-radius: 20px;
    overflow: hidden;
}

.main-sect .reviews-slider .swiper-container .swiper-slide .img img {
    width: 100%;
    height: 300px;
    aspect-ratio: 1/1;
    border-radius: 20px;
}


.main-sect .reviews-slider .swiper-container .swiper-slide .info {
    margin: 20px 0;
    text-align: left;
}

.main-sect .reviews-slider .swiper-container .swiper-slide .info .tit {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
}

.main-sect .reviews-slider .swiper-container .swiper-slide .info .tit .star {
    
}

.main-sect .reviews-slider .swiper-container .swiper-slide .info .desc {
    margin: 20px 0;
    line-height: 1.2;
}



.main-sect .reviews-slider .controls .btn-control {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 30px;
    vertical-align: top;
}


.main-sect .reviews-slider .controls .btn-control::before {
    content: ' ';
    position: absolute;
    margin-top: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.main-sect .reviews-slider .controls .btn-control.prev::before {
    right: 6px;
    border-right: 12px solid #333;
}

.main-sect .reviews-slider .controls .btn-control.prev:hover::before {
    border-right-color: #368556;
}

.main-sect .reviews-slider .controls .btn-control.next::before {
    left: 6px;
    border-left: 12px solid #368556;
}

.main-sect .reviews-slider .controls .btn-control.next:hover::before {
    border-left-color: #368556;
}

.main-sect .reviews-slider .controls .btn-control.swiper-button-disabled {
    opacity: 0.3;
}


.main section.sect04 {
    position: relative;
    background: #efe7da;
    padding: 75px 0;
}

.main section.sect04::before,
.main section.sect04::after {
    content: "";
    position: absolute;
    top: 300px;
    bottom: 0;
    left: -9999px;
    right: 0;
    background-color: #f6f6f6;
    z-index: -1111;
}


.main section.sect04::after {
    right: -9999px;
}



@media screen and (max-width: 1024px) {
    .main-sect .reviews-slider {
        padding: 0;
        margin: 0;
        margin-top:50px;
    }

    .main-sect .reviews-slider .controller {
        display: none;
    }

    .main section.sect04::before,
    .main section.sect04::after {
        top: 250px;
    }

    .story_content .title {
        font-size: 24px;
    }

    .story_content .desc {
        padding: 0;

    }

    .story_desc {
        margin: 0;
    }

    .story_content .desc::before {
        display: none;
    }
}

@media screen and (max-width: 768px) {

    .main section.sect04::before,
    .main section.sect04::after {
        top: 210px;
    }

    .main-sect .reviews-slider .swiper-container .swiper-slide .info .tit {
        font-size: 17px;
    }
    .main-sect .reviews-slider .swiper-container .swiper-slide .img img{
        height: auto;
    }
}




.main section.sect05 {
    position: relative;
    margin: 80px auto;
}


.main-sect .instagram-slider {
    position: relative;
}

.main-sect .instagram-slider .swiper-slide {
    position: relative;
}

/* 
.main-sect .instagram-slider .swiper-slide:nth-child(odd) {
    margin-bottom: 30px;
}

.main-sect .instagram-slider .swiper-slide:nth-child(even) {
    margin-top: 30px;
} */


.main-sect .instagram-slider .swiper-slide i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mmain-sectain .sect05 .instagram-slider .swiper-slide img {
    width: 100%;
}

.main-sect .instagram-slider .swiper-slide:hover .info {
    opacity: 1;
}

.main-sect .instagram-slider .swiper-slide .info {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: middle;
    text-align: center;
    background: rgba(17, 17, 17, 0.2);
    overflow: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    border-radius: 20px;
    padding: 20px;
    display: block;
    border-radius: 5px;
}

.main-sect .instagram-slider .swiper-slide .info::before {
    content: ' ';
    display: inline-block;
    width: 1px;
    height: 100%;
    margin-left: -1px;
    vertical-align: middle;
}

.main-sect .instagram-slider .swiper-slide .info p {
    position: absolute;
    text-align: left;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    vertical-align: middle;
    bottom: 30px;
}

.main-sect .instagram-slider .swiper-slide img{
    border-radius: 5px;
}

.main-sect .instagram-slider .swiper-slide .info p em {
    display: block;
    color: #fff;
    font-size: 16px;
}

@media screen and (max-width: 1024px) {
    .main-sect::after {
        font-size: 60px;
        top: 25%;
    }
}

@media screen and (max-width: 520px) {
    .main-sect::after {
        font-size: 30px;
        top: 35%;
    }
}


.main section.sect06 {
    position: relative;
    padding: 0;
    margin: 80px 0;
}

@media screen and (max-width: 520px) {
    .main section.sect06 .sub-page-title-wrap{
        padding: 10px;
    }
    .main section.sect06 .sub-page-title-wrap a{
        text-align: right;
    }
}


.main section.sect07 {
    border-top: solid 1px #ddd;
    position: relative;
    margin: 0;
    padding: 0;
}


.main section.sect07 .flex-area {
    position: relative;
    align-items: center;
}

.main section.sect07 .flex-area h1 {
    font-weight: bold;
    padding-right: 50px;
}

.main section.main-sect .notice-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
    padding-right: 100px;
    line-height: 1.2;
}

.main section.main-sect .notice-slider .controller.main {
    position: absolute;
    left: 50%;
    z-index: 20;
    width: fit-content;
    max-width: unset;
    right: 5px;
    left: unset;
    display: flex;
    gap: 10px;
    top: 50%;
    transform: translate(0, -50%);
}

.main section.main-sect .notice-slider .controller.main .control-btn {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.23);
    cursor: pointer;
    transform: unset;
}

.main section.main-sect .notice-slider .controller.main .control-btn.prev {
    left: 0;
}

.main section.main-sect .controller.main .control-btn.next {
    right: 0;
}


@media screen and (max-width: 767px) {
    .main section.sect07 .flex-area {
        align-items: flex-start;
        padding: 30px 0;
        gap: 0;
    }

    .main section.main-sect .notice-slider {
        padding: 20px 0;
        position: unset;
    }

    .main section.main-sect .notice-slider .controller.main {
        width: fit-content;
        right: 10px;
        top: 40px;
    }

}



.floating-menu {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 200;
    width: 100px;
    height: 100px;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
    animation: shiver 0.4s forwards linear infinite;
}

@keyframes shiver {

    0% {
        transform: rotate(0deg);
    }
    
    20% {
        transform: rotate(-6deg);
    }
    50% {
        transform: rotate(6deg);
    }
    80% {
        transform: rotate(-6deg);
    }
    100% {
        transform: rotate(0deg);
    }

    
}


.floating-menu.on {
    opacity: 1;
}


.floating-menu .floating-quick-forms .main-forms ul.lists li {
    margin-top: 5px;
}

.floating-menu .floating-quick-forms .main-forms ul.lists li:first-child {
    margin-top: 0;
}

.floating-menu .floating-quick-forms .main-forms ul.lists li .form-control {
    border-color: #fff;
    border-radius: 0;
    background: #fff;
    min-height: 32px;
    height: 32px;
    padding: 3px 10px;
}

.floating-menu .floating-quick-forms .main-forms .btn-point2 {
    margin-top: 10px;
    width: 100%;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 0;
}

.floating-menu .totop {
    position: relative;
    display: block;
    margin: -20px auto 0;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
}

.floating-menu .totop::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    margin-top: -2px;
    margin-left: -4px;
    border: 2px solid #333;
    border-top: none;
    border-right: none;
    transform: rotate(135deg);
}

.floating-menu .test {
    border: 1px solid #ddd;
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.floating-menu .test .tit {

    font-size: 18px;
    line-height: 54px;
    text-align: center;
    font-weight: 700;
}


.floating-menu .free {

    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.floating-menu .free .tit {
    font-size: 18px;
    line-height: 54px;
    text-align: center;
    font-weight: 700;
}

.floating-menu .ai {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #00ae41;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    font-size:18px;
}

.floating-menu .ai .tit {
    font-weight: 700;
    font-size:40px;
}


@media screen and (max-width: 767px) {

    .floating-menu{
        width: 75px;
        height: 75px;
        right:10px;
    }

    .floating-menu .ai{
        font-size:16px;
    }
    .floating-menu .ai .tit {
        font-weight: 700;
        font-size:28px;
    }
    

}




/*# sourceMappingURL=maps/main.css.map */