/* 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: 85vh;
}

@media screen and (max-width: 1024px) {
    .main .main-visual {
        margin-top: 118px;
    }
}

@media screen and (max-width: 767px) {
    .main .main-visual{
        height: 65vh;
    }
    .main .main-visual.login{
        height: 90vh;
    }
}


.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;
    background: #f2ede9;
}



/* @media screen and (max-width: 1024px) {
    .main .main-visual .swiper-container .swiper-slide .bg {
        padding-top: 65vh;
    }
}

@media screen and (max-width: 767px) {
    .main .main-visual .swiper-container .swiper-slide .bg {
       padding-top:100%;
    }
} */

.main .main-visual .swiper-container .swiper-slide .slide-inner{

}


.main .main-visual .swiper-container .swiper-slide .text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 1440px;
    transform: translate(-50%, -45%);
    padding: 0 16px;
    line-height: 1.5;
    display: flex;
    justify-content: space-between;
    height: 50vh;
    gap:20px;
}

.main .main-visual .swiper-container .swiper-slide .text .left_box{
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


@media screen and (max-width: 767px) {
    .main .main-visual .swiper-container .swiper-slide .text .left_box{
        position: relative;
    }   
}



.main .main-visual .swiper-container .swiper-slide .text .left_box .sign-wrap{
    display: flex;
    align-items: center;
    gap:10px;
}

.main .main-visual .swiper-container .swiper-slide .text .right_box {
    position: relative;
    flex:1;
}


.main .main-visual .swiper-container .swiper-slide .text .right_box ul{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    gap:20px;
}

.main .main-visual .swiper-container .swiper-slide .text .right_box li{
    width:100%;
}



.main .main-visual .right_box .result-table-wrap{
    position: relative;
}

.main .main-visual .right_box .result-title{
    font-size:32px;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    padding-bottom:10px;
    align-items: center;
}


.main .main-visual .right_box .result-title a{
    color:#1cb564;
    font-size:22px;
    padding-bottom: 1px;
    border-bottom: solid 1px  transparent;
    transition: all .2s;
    border-bottom: solid 1px  #1cb564;
}

.main .main-visual .right_box .result-title a:hover{
    padding-bottom: 1px;
    border-bottom: solid 1px  #1cb564;
}

 .result-table{
    position: relative;
    border-top:solid 3px #000;
    font-size:24px;
}

.result-table p{
    font-weight: 300;
}

.result-table em{
    font-weight: 600;
    color: #1cb564;
    font-size: 42px;
    text-align: center;
    display: block;
}

.result-date {
    display: flex;
    border-bottom: solid 1px #8e8c88;
}

.result-date > * {
    padding: 10px 20px;
}


.result-date p{
    border-right:solid 1px #8e8c88;
    flex:1;
}

.result-date span{
    font-weight: 600;
    flex:3;
}


.result-type-wrap{
    display: flex;
}

.result-type-wrap p{
    font-size:18px;
}

.result-type-wrap > div{
    flex:1;
    border:solid 1px #8e8c88;
    border-top:none;
    border-left:none;
    padding:10px;
}

.result-type{

}

.result-score{
    border-right:none !important;
}

.result-summary > *{
    padding:10px 20px;
}

.result-summary{
    display: flex;
    border-bottom: solid 1px #8e8c88;
}


.result-summary p{
    border-right:solid 1px #8e8c88;
    flex:1;
}

.result-summary span{
    font-weight: 600;
    flex:3;
	word-break:keep-all;
}

.result-summary span div{
	font-size: 16px;
}

.main .main-visual .swiper-container .swiper-slide .text .right_box .result-table-wrap ul{  
    position: relative;
    flex-direction: row;
    gap:20px;
    margin-top:30px;
    align-items: center;
}



.main .main-visual .swiper-container .swiper-slide .text .right_box .result-table-wrap .pill_btn .d-flex .pill_title{
    padding:15px;
    padding-left: 40px;
}
.main .main-visual .swiper-container .swiper-slide .text .right_box .result-table-wrap .pill_btn .d-flex .pill_title h2{
    font-size:20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.main .main-visual .swiper-container .swiper-slide .text .right_box .result-table-wrap .pill_btn .d-flex .pill_title p{
    font-size:16px;
}

.main .main-visual .swiper-container .swiper-slide .text .right_box .result-table-wrap .pill_btn .d-flex .pill_bg.green {
    background: url(/_image/icon/icon_path.png) center left 10px / contain no-repeat #1cb564;
    background-attachment: fixed;
    background-size: 10px;
}

.main .main-visual .swiper-container .swiper-slide .text .right_box .result-table-wrap .pill_btn .d-flex .pill_bg p{
    font-size:24px;
}


@media screen and (max-width: 1366px) {

    .main .main-visual .swiper-container .swiper-slide .text .right_box .result-table-wrap .pill_btn .d-flex .pill_bg{
        padding:10px;
    }
    .main .main-visual .swiper-container .swiper-slide .text .right_box .result-table-wrap .pill_btn .d-flex .pill_bg p{
        font-size:20px;
        word-break: auto-phrase;
    }
    
    .main .main-visual .swiper-container .swiper-slide .text .right_box .result-table-wrap .pill_btn .d-flex .pill_title p{
        font-size:16px;
    }
    
    .main .main-visual .right_box .result-title{
        font-size:28px;
    }

    .main .main-visual .right_box .result-title a{
        font-size:20px;
    }

    .main .main-visual .right_box .result-table{
        font-size:18px;
    }
    .result-table em{
        font-size:28px;
    }
}



@media screen and (max-width: 1024px) {

    .main .main-visual .swiper-container .swiper-slide .text .right_box .result-table-wrap ul{
        flex-direction: column;
    }

    .main .main-visual .swiper-container .swiper-slide .text .right_box .result-table-wrap .pill_btn .d-flex .pill_bg{
        background-size:6px !important;
    }
    .main .main-visual .swiper-container .swiper-slide .text .right_box .result-table-wrap .pill_btn .d-flex .pill_bg p{
        font-size:20px;
        word-break: auto-phrase;
    }
    
    .main .main-visual .swiper-container .swiper-slide .text .right_box .result-table-wrap .pill_btn .d-flex .pill_title p{
        font-size:15px;
    }
    
    .main .main-visual .right_box .result-title{
        font-size:24px;
    }

    .main .main-visual .right_box .result-title a{
        font-size:18px;
    }
}

@media screen and (max-width: 767px) {
    .main .main-visual .swiper-container .swiper-slide .text .right_box {
        flex:1;
    }
    .main .main-visual .right_box .result-title{
        font-size:20px;
    }
    .result-table p{
        font-size: 16px;
        padding: 10px 5px;
    }
    
    .result-date span{
        font-size:16px;
    }
    
    .result-summary span{
        font-size:15px;
    }

	.result-summary span div{
        font-size:13px;
    }
}


@media screen and (max-width: 1024px) {
    .main .main-visual .swiper-container .swiper-slide .text {
        transform: translate(-50%, -50%);
        padding: 0 20px;
    }
}


@media screen and (max-width: 767px) {
    .main .main-visual .swiper-container .swiper-slide .text {
        flex-direction: column;
        transform: unset;
        top: 0;
        left: 0;
        background: #f2ede9;
        height: 50%;
        padding: 20px;
    }
}

@media screen and (max-width: 520px) {
    .main .main-visual .swiper-container .swiper-slide .text .left_box{
        justify-content: flex-start;
        flex: unset;
    }
}







.main .main-visual .swiper-container .swiper-slide .text .eyebrow {
    font-size: 38px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

@media screen and (max-width: 1366px) {
    .main .main-visual .swiper-container .swiper-slide .text .eyebrow{
        font-size:28px;
    }
}


@media screen and (max-width: 1024px) {
    .main .main-visual .swiper-container .swiper-slide .text .eyebrow {
        font-size:24px;
    }
}


@media screen and (max-width: 767px) {
    .main .main-visual .swiper-container .swiper-slide .text .eyebrow {
        font-size:18px;
        margin-bottom: 20px;
    }
}




.main .main-visual .swiper-container .swiper-slide .text .desc {
    font-size: 24px;
    line-height: 26px;
    word-break: keep-all;
    font-weight: 400;
}


@media screen and (max-width: 1366px) {
    .main .main-visual .swiper-container .swiper-slide .text .desc {
        font-size: 18px !important;
        white-space: nowrap;
    }
}


@media screen and (max-width: 1024px) {
    .main .main-visual .swiper-container .swiper-slide .text .desc {
 
    }
}



@media screen and (max-width: 767px) {
    .main .main-visual .swiper-container .swiper-slide .text .desc {

    }
}


.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-visual path {
    stroke-dasharray: var(--length);
    stroke-dashoffset: var(--length);
}

.main-visual .svg-text {
    position: relative;
    max-width: 500px;
    width: 100%;
    height: auto;
    fill: none;
    stroke: #000;
    stroke-width: 3px;
    border-bottom: solid 1px #1a1a1a;
    padding-bottom: 10px;
}

@media screen and (max-width: 1366px) {
    .main-visual .svg-text {
        max-width: 150px;
    }
}

@media screen and (max-width: 767px) {
    .main-visual .svg-text {
        max-width: 150px;
    }
}


.main-visual .svg-text>path {
    stroke: #000;
    animation: path 1000ms var(--duration) forwards;
    animation-delay: var(--delay);
}

@keyframes path {
    0% {
        stroke-dashoffset: var(--length);
    }

    100% {
        stroke-dashoffset: 0;
    }
}


.pill_btn{
    position: relative;
    display: block;
}

.pill_btn .d-flex{
    position: relative;
    justify-content: center;
    border-radius: 100px;
    overflow: hidden;
    background: #fff;
}

.pill_btn .d-flex h2{
    font-weight:500;
    font-size:36px;
    margin-bottom: 20px;
}


.pill_btn .d-flex p{
    font-size:24px;
    font-weight: 500;
}

.pill_btn .d-flex .pill_title{
    position: relative;
    padding: 30px;
    padding-left: 100px;
    flex: 2;
}
.pill_btn .d-flex .pill_bg{
    position: relative;
    color: #fff;
    padding: 20px;
    flex: 1.1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pill_btn .d-flex .pill_bg.green{
    background: url(/_image/icon/icon_path.png) center left 20px / contain no-repeat #1cb564;
    background-size: 17px;
}

.pill_btn .d-flex .pill_bg.brown{
    background: #164622;
}

.pill_btn .d-flex .pill_bg p{
    font-size:34px;
}

@media screen and (max-width: 1366px) {
    .pill_btn .d-flex .pill_bg p{
        font-size:24px;
    }
    .pill_btn .d-flex .pill_bg.green {
        background-size: 14px;
    }
    .pill_btn .d-flex p{
        font-size:22px;   
    }
}

@media screen and (max-width: 1024px) {
    .pill_btn .d-flex .pill_title{
        padding: 25px;
        padding-left: 50px;
        flex: 2;
    }
    .pill_btn .d-flex p{
        font-size:20px;
    }
    .pill_btn .d-flex .pill_bg p{
        font-size:20px;
    }
}

@media screen and (max-width: 767px) {
    
    .pill_btn .d-flex .pill_title{
        padding: 15px;
        padding-left: 40px;
        flex: 2;
    }
    .main .main-visual .swiper-container .swiper-slide .text .right_box ul{
        gap:20px;
    }
    .pill_btn .d-flex h2 {
        font-size: 20px;
        margin-bottom: 10px;
        font-weight: 600;
    }
    .pill_btn .d-flex p{
        font-size:18px;
    }
    .pill_btn .d-flex .pill_bg.green{
        background: url(/_image/icon/icon_path.png) center left 15px / contain no-repeat #1cb564;
        background-size: 10px;
    }

}

@media screen and (max-width: 520px) {
    .main .main-visual .swiper-container .swiper-slide .text .right_box{
        flex: unset;
    }
    .main .main-visual .swiper-container .swiper-slide .text .right_box ul{
        justify-content: center;
        height: auto;
    }
    .pill_btn .d-flex p{
        font-size:15px;
    }
}



.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 .txt,
.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;
    color:#000;
}

.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: #000;
    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: 1366px) {
    .main-sect .flex-area .txt{
        font-size:18px;
    }
}



@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;
    }

    .main-sect .flex-area .eye {
        margin-top: 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 .txt,
    .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;
}

.main section.main-sect .area.half-bg{
    background-image: linear-gradient(to bottom, #fff 55%, #f2ede9 45%);
    /* background: linear-gradient(to bottom, #fff, #f2ede9 20%, #f2ede9 100%); */
}

@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("/_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 {
        
        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;
}


@media screen and (max-width: 767px) {
    .main section.main-sect .controller.main .control-btn.prev {
        left: 0;
    }

    
    .main section.main-sect .controller.main .control-btn.next {
        right: 0;
    }
    
}




.main section .sub-tit {
    color: #368556;
    font-size: 80px;
    text-transform: uppercase;
}

.main section.band_banner-wrap{
    position: relative;
    /*background: url(../_image/img/img-band_banner.png)center center /cover no-repeat;*/
    padding:0;
	text-align: center;
}

.main section.band_banner-wrap .area{
    height: 100%;
}

.main section.band_banner-wrap img {
	max-width:100%;
}

.main section.band_banner-wrap.mobile {
	display: none;
}

.main section .band_banner{
    position: relative;
    height: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding:50px 0;
}

.main-sect .band_banner h2{
    font-size:36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.main-sect .band_banner p{
    font-size:20px;
}

@media screen and (max-width: 767px) {

    .main section.band_banner-wrap{
        position: relative;
        /*background: url(../_image/img/img-band_banner.png)75% center /cover no-repeat;*/
    }

	.main section.band_banner-wrap.pc {
		display: none;
	}

	.main section.band_banner-wrap.mobile {
		display: block;
	}

    .main section .band_banner{
        padding:30px 12px;
    }

    .main-sect .band_banner h2{
        font-size:24px;
    }

    .main-sect .band_banner p{
        font-size:16px;
    }
    
    
}




.main section.sect00 {
    position: relative;
    margin: 80px 0;
    padding:0;
}

.main section.sect00::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 47.5%;
    height: 100%;
    border-radius: 0 20px 20px 0;
    z-index: -1;
}

.main section.sect00 .area {
    margin: 40px 0;
    padding: 50px 40px;
    text-align: center;
}

.main section.sect00 .left_box .d-flex{
    gap:50px;
}


@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;
    }

    .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;
    }
    .main section.sect00 .left_box .d-flex{
        gap:0;
    }
}


@media screen and (max-width: 520px) {
    .main section.sect00 .main-sect .flex-area .left_box {
        border: solid 1px blue;
    }
}

.main section.sect00 .content {
    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;
    justify-content: flex-end;
}



.main section.sect00 .btn-search {
    background: #fff url(/_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("/_image/icon/icon-main01.png");
}

.main section.sect00 .link-list li a.icon02::before {
    background-image: url("/_image/icon/icon-main02.png");
}

.main section.sect00 .link-list li a.icon03::before {
    background-image: url("/_image/icon/icon-main03.png");
}

.main section.sect00 .link-list li a.icon04::before {
    background-image: url("/_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 .content {
    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 .right_box .d-flex{
    gap:50px;
}

.main section .content .mobile-wrap {
    position: relative;
    text-align: left;
}

.main section .content .mobile {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 25px;
}

.main section .content .mobile .screen {
    margin-top: 35%;
}

.main section .content .mobile .screen p {
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0;
    width: 100%;
}

.main section .content .mobile .screen .skin_movie{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between;
    margin-bottom: 25px;
    height: 390px;
    max-height: 390px;
    overflow: hidden;
    border:solid 5px;
}

.main section .content .mobile .screen ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between;
    margin-bottom: 25px;
    max-height: 390px;
    overflow: auto;
}

.main section .content .mobile .screen ul li {
    display: flex;
    align-items: center;
    font-size: 12px !important;
    padding: 10px;
    flex-basis: 100%;
    gap: 10px;
}

.main section .content .mobile .screen ul li > div{
    flex:2;
}

.main section .content .mobile .screen ul li .imgbox{
    flex:1;
}

.main section .content .mobile .screen ul li .imgbox img {
    min-width: 70px;
    max-width: 70px;
}

.main section .content .mobile .screen ul li a {
    font-size: 12px;
    padding: 5px 10px;
    margin-left: auto;
    background: #f6f6f6;
}



.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: 1366px) {
    .main section.sect00 .content,
    .main section.sect01 .content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 767px) {
    
    .main section.sect01 .right_box .d-flex{
        gap:0;
    }

    .main section .content .mobile .screen .skin_movie{
        max-height: 360px;
    }
    
    .main section .content .mobile .screen ul {
        max-height: 360px;
    }

    .main section.sect01 .flex-area{
        flex-direction: column-reverse;
    }
  
    .main section .content .mobile .screen mark{
        background: linear-gradient(to top, #81d9ee 50%, transparent 50%);
        font-size:12px;
    }
    .main section .content .mobile .screen p{
        font-size:15px;
    }
}


/* 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;
}



.reviews-slider {
    position: relative;
    padding: 0 100px;
}

/* .reviews-slider .swiper-container {
    max-width: 1400px;   
} */

.reviews-slider .swiper-wrapper{
    align-items: center;
}

.reviews-slider .swiper-container .swiper-slide .img {
    display: block;
    border-radius: 20px;
    overflow: hidden;
}



.reviews-slider .swiper-container .swiper-slide .img img {
    aspect-ratio: 1/1;
    border-radius: 20px;
    display: none;
}


.reviews-slider .swiper-container .swiper-slide .info {
    margin: 20px 0;
    text-align: left;
}

.reviews-slider .swiper-container .swiper-slide .info .tit {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
}

.reviews-slider .swiper-container .swiper-slide .info .tit .star {
    color: #e40e4b;
}

.reviews-slider .swiper-container .swiper-slide .info .desc {
    margin: 20px 0;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.reviews-slider .swiper-container .swiper-slide .info .review_more {
    text-align: right;
    color:#808080;
    display: block;
}

.reviews-slider .swiper-container .swiper-slide .info .review_more:hover{
    text-decoration: underline;
}



.reviews-slider .controls .btn-control {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 30px;
    vertical-align: top;
}


.reviews-slider .controls .btn-control::before {
    content: ' ';
    position: absolute;
    margin-top: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.reviews-slider .controls .btn-control.prev::before {
    right: 6px;
    border-right: 12px solid #333;
}

.reviews-slider .controls .btn-control.prev:hover::before {
    border-right-color: #368556;
}

.reviews-slider .controls .btn-control.next::before {
    left: 6px;
    border-left: 12px solid #368556;
}

.reviews-slider .controls .btn-control.next:hover::before {
    border-left-color: #368556;
}

.reviews-slider .controls .btn-control.swiper-button-disabled {
    opacity: 0.3;
}

.main section.main-sect .reviews-slider .controller.main .control-btn.next,
.main section.main-sect .reviews-slider .controller.main .control-btn.prev{
    background: none;
    box-shadow: none;
}
.main section.main-sect .reviews-slider .controller.main .control-btn.next::before,
.main section.main-sect .reviews-slider .controller.main .control-btn.prev::before{
    border-color:#fff;
}


.main section.sect04 {
    position: relative;
    background: #e1dcd8;
    padding:0;
}

.main section.sect04::after,
.main section.sect04::after {
    content: "";
    position: absolute;
    top:0;
    bottom: 0;
    height: 100%;
    z-index: 1;
}

.main section.sect04::after {
    width: 300px;
    right:0px;
    background:url(/_image/bg/bg_review_right.png);
   
}



@media screen and (max-width: 1024px) {
    .reviews-slider {
        padding: 0 20px;
        /* margin: 0;
        margin-top: 50px; */
    }

    .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;
    }

    .reviews-slider .swiper-container .swiper-slide .info .tit {
        font-size: 17px;
    }

    .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;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.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 .notice-slider .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;
    }

}

.free-menu {
    position: fixed;
    top: 64.3%;
    right: 16px;    
    z-index: 200;
    width: 112px;
    height: 112px;
    opacity: 1;    
}

.free-menu a {
	display:inline-block;
	width:100%;
	height:100%;
}

.free-menu img {
	width:100%;
	height:100%;
}

.kakao-menu {
    position: fixed;
    top: 75.3%;
    right: 16px;    
    z-index: 200;
    width: 112px;
    height: 112px;
    opacity: 1;    
}

.kakao-menu a {
	display:inline-block;
	width:100%;
	height:100%;
}

.kakao-menu img {
	width:100%;
	height:100%;
}

.floating-menu {
    position: fixed;
    top: 87%;
    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) {
	.free-menu {
        width: 82px;
        height: 82px;
		top: 63.6%;
        right: 6px;
    }

	.kakao-menu {
        width: 82px;
        height: 82px;
		top: 75%;
        right: 6px;
    }

    .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 */