/* #content */
section .more_btn {display: inline-block; font-weight: 500; font-size: 24px; color: #8556E3; padding: 24px 36px;
    border: 1px solid #8556E3; border-radius: 8px; box-sizing: border-box;}
.block {display: block;}
.p_color{color: #FF7A00 !important;}

section .main_title {letter-spacing: -0.02em; line-height: 56px; margin-bottom: 20px; color: #29203B;}
section .sub_text {letter-spacing: -0.02em; color: #29203B;}
/* tab1 */
.necessity {background: #F5F5F5}
.necessity .inner{padding: 120px 16.66%;}
.necessity .inner .top_box{display: flex; justify-content: space-between; align-items: center;}
.necessity .inner .main_title .block {display: block;}
.necessity .inner ul {display: flex;}
.necessity .inner ul.top_box {justify-content: space-between;align-items: center;/* margin-bottom: 40px; */}
.necessity .inner ul.top_box li {width: 48%;}
.necessity .inner ul.top_box li .sub_text {margin-bottom: 1em;}
.necessity .inner ul.top_box .img_box img {width: 100%; border-radius: 16px;}

.tab_area {background: #E8E8E8;}
.tab_area.sticky {width: 100%; position: fixed; top: 100px; left: 50%; transform: translateX(-50%); z-index: 90;}
.tab_area .inner {padding: 0 16.66%; display: flex;}
.tab_area .inner li {width: 50%;}
.tab_area .inner li a {display: block; color: #B7B7B7; font-weight: 700; font-size: 32px; text-align: center; transition: all .2s;
    padding: 28px 0 18px; border-bottom: 10px solid #E8E8E8;}
.tab_area .inner li a.on {color: #8556E3; border-bottom: 10px solid #8556E3;}
.tab_area .inner li a:active {color: #8556E3; border-bottom: 10px solid #8556E3;}
/* hover */
@media (hover:hover) {
    .tab_area .inner li a:hover {color: #8556E3; border-bottom: 10px solid #8556E3;}
}

.interference {background: #F5F5F5;}
.interference .inner {padding: 120px 16.66%;}
.interference .inner .main_title .block {display: block;}
.interference .inner > ul {display: flex; justify-content: space-between; align-items: center; margin-bottom: 40px;}
.interference .inner > ul > li {width: 48%;}
.interference .inner > ul > li .sub_text {margin-bottom: 1em;}
.interference .inner > ul > .img_box img {width: 100%; border-radius: 16px;}
.interference .inner .bottom_box {flex-direction: row-reverse;}
.interference .inner .text_box {background: #fff; border-radius: 16px; padding: 68px 4%; position: relative;}
.interference .inner .text_box::after {content: ''; width: 90%; height: 1px; background: #8556E3; position: absolute; top: 96px; left: 5%;}
.interference .inner .text_box .main_title {font-size: 32px; margin-bottom: 50px; padding-right: 20px; background: #fff; display: inline-block; position: relative; z-index: 10;}
.interference .inner .text_box ul {display: flex; justify-content: space-between; gap: 5%;}
.interference .inner .text_box ul li {flex:1;}
.interference .inner .text_box ul li dl dt {font-weight: 700; font-size: 32px; letter-spacing: -0.02em; margin-bottom: 16px; color: #29203B;}
.interference .inner .text_box ul li dl dt span {display: block;font-family: 'Inter';font-size: 28px;color: #7435FF;letter-spacing: 0;margin-bottom: 8px;}
.interference .inner .text_box ul li dl dd {font-weight: 300; font-size: 18px; line-height: 26px; letter-spacing: -0.02em; color: #29203B;}

.tab1 .method_banner:nth-of-type(1){background-image: url(../images/sub02_05_bg_method01.jpg) }
.tab1 .method_banner:nth-of-type(2){background-image: url(../images/sub02_05_bg_method02.jpg) }
.tab1 .method_banner:nth-of-type(3){background-image: url(../images/sub02_05_bg_method03.jpg) }
.tab2 .method_banner:nth-of-type(1){background-image: url(../images/sub02_05_bg_method01.jpg) }
.tab2 .method_banner:nth-of-type(2){background-image: url(../images/sub02_05_bg_method04.jpg) }
.tab2 .method_banner:nth-of-type(3){background-image: url(../images/sub02_05_bg_method03.jpg) }
.tab2 .method_banner:nth-of-type(4){background-image: url(../images/sub02_05_bg_method05.jpg) }
.bookmark{background-color: #FF7A00;}

.card_banner {background: #EAE2FA;}
.card_banner .inner {padding: 0 16.66%;}
.card_banner .inner ul {display: flex; justify-content: space-between; align-items: center;}
.card_banner .inner ul li p {font-weight: 700; font-size: 32px; line-height: 42px; letter-spacing: -0.02em;}
.card_banner .inner ul .img_box {width: 35%; padding: 60px 0;}
.card_banner .inner ul .img_box img {width: 100%;}

/* tab2 부평점 */
.tab2 .method.incheon .step_box > li:nth-child(2) {background: rgba(0,0,0,0); border-radius: 0; padding: 0; display: flex; justify-content: space-between;}
.tab2 .method.incheon .step_box > li:nth-child(2) .daeat_step {width: 48%; margin: 0;}
.tab2 .method.incheon .step_box > li:nth-child(2) .daeat_step::after {right: 4%; top: calc(100% - 136px);}
.tab2 .method.incheon .step_box > li:nth-child(2) .daeat_step dl {padding: 40px 5%;}
.tab2 .method.incheon .step_box > li:nth-child(2) .img_box {width: 48%;}

.banner_area {background: #F5F5F5;}
.banner_area .inner {padding: 0 16.66%;}
.banner_area .inner ul {display: flex; align-items: end; justify-content: space-between;}
.banner_area .inner ul li.text_box {padding: 120px 0;}
.banner_area .inner ul li.img_box {background: url(../images/sub02_05_img_model.png) left bottom no-repeat; width: 40%; padding-top: 40%; background-size: contain;}
/* PC (해상도 1440px ~ 1540px) */
@media screen and (max-width:1540px) {
    .tab_area .inner {padding: 0 12%;}
    .interference .inner {padding: 120px 12%;}

    .necessity .inner {padding: 120px 12%;}
    .card_banner .inner {padding: 0 12%;}
    .banner_area .inner {padding: 0 12%;}
}
/* PC (해상도 1058px ~ 1440px) */
@media screen and (max-width:1440px) {
    .tab_area .inner {padding: 0 8%;}
    .interference .inner {padding: 120px 8%;}

    .necessity .inner {padding: 120px 8%;}
    .card_banner .inner {padding: 0 8%;}
    .banner_area .inner {padding: 0 8%;}
    .banner_area .inner .main_title i{display: block}
}
/* PC (해상도 1024px ~ 1058px) */
@media screen and (max-width:1058px) {
    .tab_area .inner {padding: 0 6%;}

    .necessity .inner {padding: 120px 6%;}
    .card_banner .inner {padding: 0 6%;}
    .banner_area .inner {padding: 0 6%;}

    .tab1 .method_banner:nth-of-type(1){background-image: url(../images/sub02_05_bg_method01_tab.jpg) }
    .tab1 .method_banner:nth-of-type(2){background-image: url(../images/sub02_05_bg_method02_tab.jpg) }
    .tab1 .method_banner:nth-of-type(3){background-image: url(../images/sub02_05_bg_method03_tab.jpg) }
    .tab2 .method_banner:nth-of-type(1){background-image: url(../images/sub02_05_bg_method01_tab.jpg) }
    .tab2 .method_banner:nth-of-type(2){background-image: url(../images/sub02_05_bg_method04_tab.jpg) }
    .tab2 .method_banner:nth-of-type(3){background-image: url(../images/sub02_05_bg_method03_tab.jpg) }
    .tab2 .method_banner:nth-of-type(4){background-image: url(../images/sub02_05_bg_method05_tab.jpg) }
}


/* 태블릿 (해상도 769px ~ 1024px) */
@media screen and (max-width:1024px) {
    /* content */
    section .main_title {font-size: 28px; margin-bottom: 12px; line-height: 36px;}
    section .sub_text {font-size: 14px; line-height: 20px;}
    section .more_btn {font-size: 18px; line-height: 26px; padding: 22px 36px;}

    .childbirth .inner {padding: 0 5% 80px;}
    .childbirth .inner ul li .main_title .block {display: inline;}
    .childbirth .inner ul li .main_title i {display: block;}
    .childbirth .inner ul li.img_box {width: 48%;}

    .tab_area .inner {padding: 0 5%;}
    .tab_area.sticky {top: 98px;}
    .tab_area .inner li a {font-size: 26px; padding: 23px 0 21px; border-bottom: 8px solid #E8E8E8;}
    .tab_area .inner li a.on {border-bottom: 8px solid #8556E3;}
    .tab_area .inner li a:active {border-bottom: 8px solid #8556E3;}
    /* hover */
    @media (hover:hover) {
        .tab_area .inner li a:hover {border-bottom: 8px solid #8556E3;}
    }

    .interference .inner {padding: 80px 6%;}
    .interference .inner .top_box .img_box {display: none;}
    .interference .inner .top_box li {width: 100%;}
    .interference .inner > ul li .sub_text span {display: inline;}
    .interference .inner > ul li .sub_text i {display: block;}
    .interference .inner .text_box::after {top: 58px;}
    .interference .inner .text_box .main_title {font-size: 28px; margin-bottom: 20px;}
    .interference .inner .text_box {padding: 40px 5%;}
    .interference .inner .text_box ul li dl dt {font-size: 18px; letter-spacing: -0.02em; margin-bottom: 4px;}
    .interference .inner .text_box ul li dl dt span {font-size: 20px;margin-bottom: 6px;}
    .interference .inner .text_box ul li dl dd {font-size: 13px; line-height: 18px;}

    .necessity .inner {padding: 80px 6%;}
    .necessity .inner > ul li .sub_text span {display: inline;}
    .necessity .inner > ul li .sub_text i {display: block;}

    .card_banner .inner {padding: 0 5%;}
    .card_banner .inner ul {gap: 30px;}
    .card_banner .inner ul li p {font-size: 28px; line-height: 36px;}
    .card_banner .inner ul li p .block {display: inline;}
    .card_banner .inner ul li p i {display: block;}
    .card_banner .inner ul .img_box {width: 40%;}

    /* tab2 부평점 */
    .tab2 .method.incheon .step_box > li:nth-child(1) {grid-column: 1/2; grid-row: 1/2;}
    .tab2 .method.incheon .step_box > li:nth-child(1) .daeat_step dl {min-height: 230px; padding: 40px 5%;}
    .tab2 .method.incheon .step_box > li:nth-child(1) .img_box img {width: 80%;}
    .tab2 .method.incheon .step_box > li:nth-child(1) .daeat_step::after {top: 30px;}
    .tab2 .method.incheon .step_box > li:nth-child(2) {grid-column: 2/3; grid-row: 1/2; border-radius: 16px; flex-direction: column; justify-content: flex-start; background: #fff;}
    .tab2 .method.incheon .step_box > li:nth-child(2) .daeat_step {width: 100%;}
    .tab2 .method.incheon .step_box > li:nth-child(2) .daeat_step::after {top: 30px;}
    .tab2 .method.incheon .step_box > li:nth-child(2) .daeat_step dl {padding: 40px 5%; min-height: 230px;}
    .tab2 .method.incheon .step_box > li:nth-child(2) .img_box {width: 100%;}
    .tab2 .method.incheon .step_box > li:nth-child(2) .img_box img {border-radius: 0 0 16px 16px;}
    .tab2 .method.incheon .step_box > li:nth-child(3) .daeat_step::after {top: 30px;}

    .banner_area .inner {padding: 0 5%;}
    .banner_area .inner ul li.text_box .main_title {margin-bottom: 24px;}
    .banner_area .inner ul li.img_box {width: 50%; padding-top: 50%;}
}

/* 모바일 가로, 모바일 세로 (해상도 375px ~ 768px)*/
@media screen and (max-width:768px) {
    #wrap { min-width: 375px; }
    /* content */
    section .more_btn {font-size: 14px; padding: 18px 28px;}

    .necessity .inner {padding: 60px 5%;}
    .necessity .inner .sub_text span {display: inline;}
    .necessity .inner .top_box {flex-direction: column;/* margin-bottom: 30px; */}
    .necessity .inner .top_box .img_box {display: block;}
    .necessity .inner ul.top_box .img_box img{border-radius: 8px;}
    .necessity .inner ul.top_box li, .necessity .inner .text_box li {width: 100%;}
    .necessity .inner .main_title i{display:block;}
    .necessity .inner ul .img_box {width: 100%; margin: 0;}

    .tab_area.sticky {top: 107px;}
    .tab_area.sticky.on{top: 47px;}
    .tab_area .inner li a {padding: 13.5px 0 16.5px; font-size: 14px; border-bottom: 4px solid #E8E8E8;}
    .tab_area .inner li a.on {border-bottom: 4px solid #8556E3;}
    .tab_area .inner li a:active {border-bottom: 4px solid #8556E3;}
    /* hover */
    @media (hover:hover) {
        .tab_area .inner li a:hover {border-bottom: 4px solid #8556E3;}
    }


    .interference .inner {padding: 20px 5% 60px;}
    .interference .inner .sub_text span {display: inline;}
    .interference .inner .top_box, .interference .inner .bottom_box {flex-direction: column; margin-bottom: 30px;}
    .interference .inner .top_box .img_box {display: block;}
    .interference .inner ul.top_box li, .interference .inner .text_box li {width: 100%;}
    .interference .inner ul .img_box {width: 100%; margin: 0;}
    .interference .inner .bottom_box li {width: 100%;}
    .interference .inner .text_box {padding: 30px 5%;border-radius: 8px;}
    .interference .inner .text_box i {display: block;}
    .interference .inner .text_box::after {top: 62px;}
    .interference .inner .text_box .main_title {font-size: 24px; line-height: 32px;}
    .interference .inner .text_box ul {gap: 20px; flex-direction: column;}
    .interference .inner .text_box ul li {width: 100%;}
    .interference .inner .text_box ul li dl dt {font-size: 18px; margin-bottom: 4px;}
    .interference .inner .text_box ul li dl dd {font-size: 13px; line-height: 18px;}

    .method .inner {padding: 60px 5%;}
    .tab1 .method_banner:nth-of-type(1){background-image: url(../images/sub02_05_bg_method01_mo.jpg) }
    .tab1 .method_banner:nth-of-type(2){background-image: url(../images/sub02_05_bg_method02_mo.jpg) }
    .tab1 .method_banner:nth-of-type(3){background-image: url(../images/sub02_05_bg_method03_mo.jpg) }
    .tab2 .method_banner:nth-of-type(1){background-image: url(../images/sub02_05_bg_method01_mo.jpg) }
    .tab2 .method_banner:nth-of-type(2){background-image: url(../images/sub02_05_bg_method04_mo.jpg) }
    .tab2 .method_banner:nth-of-type(3){background-image: url(../images/sub02_05_bg_method03_mo.jpg) }
    .tab2 .method_banner:nth-of-type(4){background-image: url(../images/sub02_05_bg_method05_mo.jpg) }

    .card_banner .inner {padding: 60px 5%;}
    .card_banner .inner ul {flex-direction: column; align-items: flex-start; gap: 40px;}
    .card_banner .inner ul li p {font-size: 24px; line-height: 32px;}
    .card_banner .inner ul .img_box {width: 100%; padding: 0;}

    /* tab2 부평점 */
    .tab2 .method.incheon .step_box > li:nth-child(1) {grid-column: 1/3; grid-row: 1/2;}
    .tab2 .method.incheon .step_box > li:nth-child(1) .daeat_step dl {min-height: auto;}
    .tab2 .method.incheon .step_box > li:nth-child(2) {grid-column: 1/3; grid-row: 2/3; border-radius: 8px;}
    .tab2 .method.incheon .step_box > li:nth-child(2) .daeat_step {width: 100%;}
    .tab2 .method.incheon .step_box > li:nth-child(2) .daeat_step dl {min-height: auto;}
    .tab2 .method.incheon .step_box > li:nth-child(2) .img_box img {border-radius: 0 0 8px 8px;}
    .tab2 .method.incheon .step_box > li:nth-child(3) .daeat_step dl {padding: 40px 5%;}

    .banner_area .inner ul {align-items: center; flex-direction: column;}
    .banner_area .inner ul li {width: 100%; text-align: center;}
    .banner_area .inner ul li.text_box {padding: 60px 0 24px;}
    .banner_area .inner ul li.img_box {background: url(../images/sub02_05_img_model_mo.png) center bottom no-repeat; background-size: contain; width: 100%; padding-top: 100%;}
}
