@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: 22px; line-height: 1.3; margin-top:40px;}
.container .title_box .sub_text{font-size: 26px; line-height: 1.5; font-weight: 400; color: var(--gray-color-800); letter-spacing: -1px;margin-top:36px;}

.m_color{color:var(--woman-color-main);}

.tab{display: none;}
.tab.active{display: block;}
.section01 .tabs-container{width: calc(1136/1368 * 100%);margin: 0 auto;display: flex; align-items: center;}
.section01 .tabs{flex:1;font-size: 24px;font-weight: 600;line-height: 1.4; letter-spacing: -0.02em;background: var(--man-color-04); color: var(--black-color-200);border-right:1px solid var(--black-color-200);text-align: center;padding: 12px 8px;
    cursor:pointer;position: relative;}
.section01 .tabs span::after{ content: '';display: inline-block; margin-left: 8px;border-top: 8px solid transparent;border-right: 8px solid transparent;border-bottom: 8px solid transparent;
    border-left: 10px solid var(--black-color-200);z-index: 1;}
.section01 .tabs:last-of-type{border-right: none;}
.section01 .tabs.active{background:var(--woman-color-main); color: #fff; }
.section01 .tab-content{width: calc(1136/1368 * 100%);margin: 80px auto 0;}
.tab .text_box{margin:40px 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;}
/* 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%;}



}
/* 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: 0}

    /* content */
    .container .title_box h4{font-size: 44px;}

    .section01 .tabs-container{display: grid; grid-template-columns: repeat(3, 1fr);min-width:375px;}
    .section01 .tabs{border-bottom: 1px solid #ddd;font-size: 18px;padding: 8px 6px;}
    .section01 .tabs:nth-of-type(3n){border-right:none;}
    .section01 .tabs span::after{right: 24px;}
    .tab .text_box{margin:48px 0;}
    .tab{padding: 0 5%;}
    .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;}

    .tabs-container.sticky {width: 100%; position: fixed; top: 94px; left: 50%; transform: translateX(-50%); z-index: 90; }
}

/* 모바일 가로, 모바일 세로 (해상도 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: 0;}


    /* content */
    .container .title_box .sub_title{font-size:18px;margin-top: 24px;}
    .container .title_box h4{font-size: 34px; }
    .container .title_box .sub_text{font-size: 16px}


    .section01 .tab-content{margin:47px auto 0;}
    .tab .text_box{margin:24px 0 32px;}
    .tab .main_text{font-size:16px;}

    .tabs-container.sticky {top: 63px;}
    .tabs-container.sticky.on{top: 0;}

}