@charset "utf-8";
/* #content */
.img_box img{width: 100%; }
.sub_visual {width: 100%; height:48.5vw; position: relative; background-image: url(../images/img_visual_bg.jpg);
    background-repeat: no-repeat;  background-position: center bottom; background-size: cover;/*background-attachment: fixed;*/ }
.sub_visual .inner{padding: 0 19.06% }
.sub_visual .text_box {text-align: left; }
.sub_visual .text_box h3{font-size: 64px; font-weight: 700; margin-bottom: 24px;line-height: 1.2;}
.sub_visual .text_box .add_text{font-size: 22px; font-weight: 300;line-height: 1.4; }

[class*="section"] .inner{padding: 160px 14.7%;}
.container .title_box{text-align: center;}
.container .title_box h4{font-size: 54px; line-height: 1.5; font-weight: 700; color: var(--gray-color-1000);}
.container .title_box .sub_title{font-size: 24px; line-height: 1.3; margin-top:40px;}
.container .content_box{margin-top: 80px;}

.m_color {color: var(--man-color-main);}

.tab{display: none;}
.tab.active{display: block;}

.section01 .main_text{font-size: 24px; line-height: 1.5; font-weight: 400;letter-spacing: -1px;text-align: center;margin-bottom: 80px;}
.container .section01 .title_box{text-align: left;margin-bottom: 12px;}
.tab-box-01,.tab-box-02{display: grid;gap: 24px;  }
.tab-box-01{grid-template-columns: repeat(2, 1fr);margin-bottom: 60px;}
.tab-box-02{ grid-template-columns: repeat(3, 1fr);}
.section01 .tabs-container{width: calc(1136/1368 * 100%);margin: 0 auto;}
.section01 .tabs{flex:1;font-size: 24px;font-weight: 600;line-height: 1.4; letter-spacing: -0.02em;background: var(--man-color-05); color: var(--black-color-400);text-align: center;padding: 12px 8px;
    cursor:pointer;position: relative;}
.section01 .tabs.active{background:var(--man-color-02); color: #fff; }
.section01 .tab-content{width: calc(1136/1368 * 100%);margin: 80px auto 0;}
.tab .text_box{width: calc(1136/1368 * 100%);margin: 80px auto 0;}
.tab .main_text{font-size: 22px;line-height:1.5;text-align: center;letter-spacing: -0.02em}
.tab .main_text b{font-weight: 600;}

.section02{background: #F8F8F8;}
.section02 .inner{padding: 120px 14.7%;}
.section02 h5{font-size: 32px;text-align: center;line-height: 1.2;letter-spacing: -0.02em;margin-bottom: 60px; display: flex; justify-content: center; align-items: center; gap: 12px;}
.guide_list{width: calc(986/1136 * 100%);margin: 0 auto;}
.guide_item{font-size: 18px; letter-spacing: -0.02em;line-height: 1.6;position: relative;padding-left:32px;margin-bottom: 24px;}
.guide_item::before{content:''; display: inline-block; width: 18px; height: 18px; background: url(../../../common/images/ico_check_main.svg)no-repeat top center;background-size: contain;position: absolute; left: 0; top:0;margin: 5px 0;}
.guide_title{font-weight: 700; color: var(--man-color-02);}
.guide_desc b{font-weight: 600;}
.guide_sublist li::before{content:'•';padding-right: 8px;}
.icon_check{width: 30px;height: 30px;background-color: var(--man-color-02);border-radius: 50%;position: relative;display: inline-block;}
.icon_check::after {content: "";position: absolute;left: 11px;top: 8px;width: 6px;height: 10px;border: solid #fff;border-width: 0 3px 3px 0;transform: rotate(45deg);}
.progress_box{background: var(--man-color-05);padding: 60px 0;width: calc(1136/1368 * 100%);margin: 0 auto;}
.progress_box .guide_list{width: calc(850/1136 * 100%);margin: 0 auto; }
.progress_box .guide_item{padding-left:0;}
.progress_box .guide_item::before{content:none;}
.guide_item .guide_desc + .guide_desc ,.guide_item .guide_sublist + .guide_desc {margin-top: 24px;}
.section02 .text_box + .video_box{margin-top:80px;}
.guide_notice{text-align: right;font-size: 16px; color: var(--man-color-02);}
.video_box {width: calc(1136 / 1368 * 100%);height: 0;overflow: hidden;padding-top: calc(618 / 1368 * 100%);position: relative;z-index: 50;margin: 0 auto;}

#tab1 .text_box.top{border-bottom:1px solid var(--black-color-200);padding-bottom: 60px;}
#tab1 h5{font-size: 44px;font-weight: 600;}
#tab1 .icon_check{width: 44px;height: 44px;}
#tab1 .icon_check::after{width:10px; height: 20px;left:15px;;border-width: 0 4px 4px 0;}

.section03{background: var(--man-color-04);}
.section03 .inner{padding: 60px 14.7%;}
.section03 .content_box{width: calc(1136/1368 * 100%);margin: 0 auto; display: flex; justify-content: space-between; align-items:center;}
.section03 h4{font-size: 30px;letter-spacing: -0.02em;}
.section03 .btn-link{background:var(--man-color-02);color: #fff; }
.section03 .btn-link::after{border-color: #fff;}

/* PC (해상도 1540 ~ 1800px) */
@media screen and (max-width:1800px) {
}
@media screen and (max-width:1640px) {
    .section01 .tabs-container{ width:100%; }

}
/* PC (해상도 1440px ~ 1540px) */
@media screen and (max-width:1540px) {
    .container .title_box .sub_title{font-size: 20px;margin-top: 32px;}
    .container .title_box h4{font-size: 54px;}

    /* content */
    [class*="section"] .inner{padding:160px 8%;}
    .video_box{width: 100%;}
    .progress_box{width: 100%;}
    .tab .text_box{width: 100%;}
    .section03 .inner{padding: 60px 8%;}
    .section03 .content_box{width:100%}

}
/* PC (해상도 1058px ~ 1440px) */
@media screen and (max-width:1440px) {
    .container .section05::after{content:none;}
    .section01 .tab-content{width:100%;margin: 80px auto 0;}
    .section01 .tabs{font-size:20px}

}
/* PC (해상도 1024px ~ 1058px) */
@media screen and (max-width:1058px) {
    .container .title_box .sub_text{font-size: 20px}
    /* content */

}


/* 태블릿 (해상도 769px ~ 1024px) */
@media screen and (max-width: 1024px) {
    .sub_visual {padding: 0 5%;height: calc(144vw - 94px);background-image: url(../images/img_visual_bg_tb.jpg);background-position: center bottom;}
    .sub_visual .inner{padding: 0;}
    .sub_visual .text_box h3{font-size: 44px; }
    .sub_visual .text_box .add_text{font-size:22px;}
    [class*="section"] .inner{padding: 80px 5%;}

    /* content */
    .container .title_box h4{font-size: 44px;}

    .section01 .tabs-container{padding: 0 5%;}
    .section01 .tabs span::after{right: 24px;}
    .tab .text_box{margin:48px auto;}
    .tab{padding: 0;}
    .section01 .tabs span::after{border-top: 6px solid transparent;border-right: 6px solid transparent;border-bottom: 6px solid transparent; border-left: 8px solid var(--black-color-200);}
    .tab .main_text{font-size: 20px;text-wrap: balance;word-break: keep-all;}
    #tab1 h5{font-size: 32px;}
    #tab1 .icon_check{width: 30px;height: 30px;}
    #tab1 .icon_check::after {content: "";position: absolute;left: 11px;top: 8px;width: 6px;height: 10px;border: solid #fff;border-width: 0 3px 3px 0;transform: rotate(45deg);}

    .tab-box-01,.tab-box-02{gap: 12px;}

    .section03 .inner{padding: 50px 0;}
    .section03 .content_box{flex-direction:column;gap: 12px; margin:0 auto;}
    .section03 h4{font-size: 28px; text-align: center;}
}

/* 모바일 가로, 모바일 세로 (해상도 375px ~ 768px)*/
@media screen and (max-width:767px) {
    .sub_visual {padding: 0 8%;height: calc(180vw - 64px);background-image: url(../images/img_visual_bg_mo.jpg);}
    .sub_visual .text_box h3{font-size: 34px;margin-bottom: 16px; }
    .sub_visual .text_box .add_text{font-size:18px;}
    [class*="section"] .inner{padding: 48px 0 0;}


    /* content */
    .container .title_box .sub_title{font-size:18px;margin-top: 24px;}
    .container .title_box h4{font-size: 36px;}
    .container .title_box .sub_text{font-size: 16px}

    .section01 .main_text{font-size: 18px;margin-bottom: 40px;}
    .section01 .tab-content{margin:47px auto 0;}
    .section01 .tabs-container .title_box h4{font-size: 24px;}
    .tab-box-01,.tab-box-02{gap:8px;margin-bottom: 40px;}
    .section01 .tabs{font-size: 14px;padding: 16px 4px;}
    .tab-box-02 .tabs:last-of-type{grid-column: span 3;}
    .tab .text_box{margin: auto;width: 100%;padding:40px 24px;}
    .tab .main_text{font-size:16px;}

    .tabs-container.sticky {top: 63px;}
    .tabs-container.sticky.on{top: 0;}

    .section02 h5,#tab1 h5{font-size: 20px; margin-bottom:40px;}
    .icon_check,#tab1 .icon_check{width: 24px;height: 24px;}
    .icon_check::after,#tab1 .icon_check::after{width: 4px;height: 10px;border-width: 0 3px 3px 0;left: 9px;top: 4px;}

    .guide_item{font-size:16px;}
    .guide_item:last-of-type{margin-bottom:0;}

    .progress_box{padding: 40px 24px;}
    .progress_box .guide_list{width:100%;}
    .guide_list{width: 100%;}
    .container .content_box{margin-top: 40px;}
    .text_box + .video_box{margin-top: 40px;}

    .section03 .inner{padding: 60px 0;}
    .section03 .content_box{margin-top:0;}

}