@charset "utf-8";

.fit{
    width:100%;
    max-width:fit-content;
    height: auto;
    object-fit: contain;
}

.sub {
    font-family: 'BMJUA';
    padding-top: 13rem;
}

.sub .font {
    font-family: '굴림';
}
.sub-wrap {
    display: flex;
    flex-flow: column wrap;
    margin: 0 4%;
    background: #fff;
    padding-bottom: 11rem;
}

.sub-bg {
    margin: 0 4%;
    text-align: center;
    height: 14.5rem;
    background: url(../images/sub/sub_bg.png) repeat-x center 105% / auto 65%;
}
.sub-bg img {
    height: 100%;
}

.sub-top {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.sub-top .tag {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    gap: 2.5rem;
    margin-bottom: 5rem;
}   
.sub-top .tag li {
    font-size: 2.5rem;
}

.sub-top .title h4 {
    font-size: 3.2rem;
    margin-bottom: 4rem;
}
.sub-top .title h2,
.sub-top .title h3 {
    font-size: 5rem;
}
.sub-top .title h2 strong {
    font-size: 1.35em;
}
.sub-top .title .highlight span {
    display: inline;
    position: relative;
    z-index: 2;
    box-shadow: inset 0 -2.6rem 0 #faf6ce;
}

.sub-cont .cont-tit {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    margin-bottom: 7rem;
    position:relative;
}
.sub-cont .cont-tit .num{
    font-size: 3.5rem;
    width: 4.2rem;
    height: 4.2rem;
    border-radius: 50%;
    background: #000;
    color: #fff;
    text-align: center;
    margin-bottom: 2rem;
}
.sub-cont .cont-tit h3 {
    font-size: 5.4rem;
}

.sub-navi {
    width: 92%;
    max-width: 1280px;
    margin: 7rem auto 0;
    padding-block: 2.5rem 6.5rem;
    border-top: 1px solid #9a9a9a;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.sub-navi ul,
.sub-navi ul li a  {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.sub-navi .sub-navi-page {
    font-family: 'GangwonEdu_OTFBoldA';
    font-size: 2.3rem;
    position: relative;
}
.sub-navi .sub-navi-page p{
    margin-top: 0.5rem;
    padding-inline: 2rem;
    color: #9a9a9a;
    transition: all .2s;
}

.sub-navi .sub-navi-page::before {
    content: '';
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 1px;
    height: 60%;
    background: #9a9a9a;
}
.sub-navi .sub-navi-page img {
    width: 2.1rem;
    filter: invert(66%) sepia(0%) saturate(0%) hue-rotate(199deg) brightness(93%) contrast(94%);
    transition: all .2s;
}
.sub-navi .sub-navi-page .prev img{
    transform: scale(-1,1);
}
.sub-navi .sub-navi-page a:hover p {
    color: #000;
}
.sub-navi .sub-navi-page a:hover img {
    filter: none;
}
.sub-navi-btn {gap: 1rem;}
.sub-navi-btn li a {
    width: 4.5rem;
    height: 4.5rem;
    background: #000;
    border-radius: 50%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}
.sub-navi-btn li a img {
    filter: invert(100%) sepia(10%) saturate(7472%) hue-rotate(222deg) brightness(112%) contrast(108%);
    width: 65%;
}
.view-800{
    display: none;
}

/* .sub-cont:not(:nth-of-type(1)){
    margin-top:8rem;
} */
.sub-cont:not(:nth-of-type(1)){
    margin-top:14rem;
}

@media (max-width:1400px) {

}
@media (max-width:1080px) {
    .sub-bg {
        height: 12rem;
    }
    .sub-top .title h2,
    .sub-top .title h3,
    .sub-cont .cont-tit h3 {
        font-size: 4.5rem;
    }

    .hide-1080{
        display: none;
    }
}
@media (max-width:800px) {
    .sub-bg {
        height: 10rem;
    }
    .sub-top .title h4 {
        font-size: 3rem;
    }
    .sub-top .title h2,
    .sub-top .title h3,
    .sub-cont .cont-tit h3 {
        font-size: 4rem;
    }
    .hide-800{
        display: none;
    }
    .view-800{
        display: block;
    }
}

/* 카테고리 */

.sub-category_box{
    margin:0 auto 7rem;
}

.sub-category_box ul{
    display:flex;
    flex-flow:row wrap;
    align-items:center;
    justify-content: center;
    gap:5rem;
    position:relative;
}

.sub-category_box li{
    cursor:pointer;
}

/* 인터뷰 css */


.interviewee-box{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
}

.interviewee-intro{
    margin-left: 7rem;
}

.interviewee-txt{
    font-size: 3.3rem;
}

.interviewee-name{
    display: block;
    margin: 2.5rem 0;
    font-size: 3.5rem;
}

.interviewee-name .name{
    font-size:4rem;
}

.interviewee-career li{
    position:relative;
    font-size: 1.9rem;
    font-family: 'Pretendard';
    display:flex;
    align-items: center;
    padding-left:1.2rem;
}

.interviewee-career li + li{
    margin:1rem 0;
}

.interviewee-career li .career-year{
    font-weight: 700;
    display:inline-block;
    margin-right:0.5rem;
}

.interviewee-career li:not(:last-child)::after{
    content:'';
    position:absolute;
    left:0;
    width:4px;
    height:4px;
    border-radius: 100%;
    background-color:#000;
}

.interview_box{
    width: 100%;
    max-width: 1100px;
    margin:0 auto;
    margin-top:10rem;
}

.interview-list > li+li{
    margin-top: 8rem;
}

.interview-list .interview-tit h4{
    border-bottom: 2px solid #cecece;
    padding-bottom:2rem;
    position: relative;
}

.interview-list .interview-tit h4 span.Q{
    font-size: 6rem;
    display: inline-block;
    margin-right: 1rem;
    position: absolute;
    top: 5px;
    left: 0;
}

.interview-list .interview-tit h4 span.Q-tit{
    font-family: 'Pretendard';
    font-size: 2.5rem;
    font-weight: 600;
    padding-block: 3.5rem 1rem;
    padding-left: 10rem;
    display:block;
    line-height:1.5;
}

.interview-list li:nth-child(n+10) .interview-tit h4 span.Q-tit{
    padding-left: 12.5rem;
}

.interview-list .interview-cont{
    margin-top:3rem;
}

.interview-list .interview-cont .interview-txt{
    font-size: 2rem;
    font-family: 'Pretendard';
    line-height: 1.8;
}

.interview-list .interview-cont .interview-txt b{
    font-weight: 700;
}

@media screen and (max-width:1080px) {
    .interviewee-box{
        flex-flow: column wrap;
        align-items: center;
    }
    .interviewee-intro{
        margin-left: 0;
        margin-top: 3rem;
    }
}
@media screen and (max-width:800px) {
    .sub-category_box ul::before,
    .sub-category_box ul::after{
        display: none !important;
    }

    .interviewee-txt{
        font-size:4.3rem;
    }
    .interviewee-name{
        font-size:4.5rem;
    }
    .interviewee-career li{
        font-size:2.5rem;
    }
    .interview-list .interview-tit h4 span.Q-tit{
        font-size:3rem;
    }

    .interviewee-career li:not(:last-child)::after{
        top:1.6rem;
    }
    .interviewee-career li{
        font-size: 2.5rem;
        flex-direction: column;
        align-items: start;
    }
    .interviewee-career li + li {
        margin: 2rem 0;
    }

    .interview-list .interview-cont .interview-txt{
        font-size: 2.5rem;
    }
}

/* 서브1 */

.sub1 {
    background: #e0f6ff;
}

.sub1 .sub-top .title h2{
    line-height: 1.5;
}

.sub1 .sub-inner {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
}

.sub1 .sub-inner{
    margin-top: 5rem;
}

.sub1 .sub-container {
    margin-top: 11rem;
}

.sub1 .color {
    color: #4ab7f0;
}

.sub1 .sub-top .title{
    padding-left: 7rem;
}

.sub1 .sub-top .title .highlight span {
    box-shadow: inset 0 -2.6rem 0 #deffed;
}


.sub1 .sub-category_box ul::before{
    content: '';
    position: absolute;
    top: -25rem;
    right: 0;
    background: url(../images/sub/icon_gear.png) no-repeat center / cover;
    width: 21.4rem;
    height: 16.7rem;
}

.sub1 .sub-category_box li{
    width:27rem;
    padding:1rem;
    border:1.5px solid #000;
    border-radius: 30px;
    text-align: center;
    font-weight:500;
    font-size:2.6rem;
}

.sub1 .sub-category_box li{
    background-color:#d1d1d1;
}

.sub1 .sub-category_box li.active{
    background-color:#85d5ff;
}

.sub1 .cont-tit{
    text-align: center;
}

.sub1 .cont1 p{
    width:100%;
    max-width: 1100px;
    margin-inline: auto;
}

.sub1 .cont1 p+p{
    margin-block:5rem;
}
.sub1 .cont1 p:last-child{
    margin-top:5rem;
}
.sub1 .cont1 .chart-box{
    margin-block: 3rem;
    background-color: #f5f5f5;
    border-radius: 15px;
    padding-block: 6rem;
    position:relative;
}

.sub1 .cont1 .chart-box ul{
    display: flex;
    align-items: start;
    flex-flow: row wrap;
    justify-content: space-evenly;
    position:relative;
}

.sub1 .cont1 .chart-box ul li{
    display: flex;
    flex-flow: column wrap;
    align-items: center;
}

.sub1 .cont1 .chart-box ul li .chart-tit{
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 2rem;
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid #e9e9e9;
    padding: 1rem 5rem;
}

.sub1 .cont1 .chart-box .chart-caption{
    align-self: end;
    margin-bottom:2rem;
}


.sub1 .cont1 .chart-box:last-child{
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}

.sub1 .cont1 .chart-box .chart-source,
.sub1 .cont1 .chart-box .chart-en-source,
.sub1 .cont1 .chart-box .chart-desc{
    font-family: 'Pretendard';
    font-size: 1.7rem;
    margin-top: 3rem;
}
.sub1 .cont1 .chart-box .chart-desc {
    color: #6b6b6b;
}
.sub1 .cont1 .chart-box:first-child .chart-source{
    text-align: center;
}

.sub1 .cont1 .chart-box:nth-of-type(2) .chart-en-source{
    font-weight: 400;
    color: #487cfe;
    margin-top: 3rem;
    align-self: start;
    font-style: italic;
}

.sub1 .cont1 .chart-box:nth-of-type(2) .chart-source{
    position: absolute;
    bottom: 0;
    right: 6rem;
    font-family: 'Pretendard';
}

.sub1 .cont1 p{
    font-family: 'Pretendard';
    font-size:1.9rem;
    line-height: 1.8;
}


.sub1 .interviewee-txt{
    color:#ff6a8e;
}

.sub1 .img-box_caption{
    display: flex;
    flex-direction: column;
}

.sub1 .img-box_caption img{
    border:1px solid #000;
}

.sub1 .img-box{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
}

.sub1 .img-box,
.sub1 .interview-list li:nth-child(5) .img{
    margin-top:10rem;
}

.sub1 .img-caption{
    padding: 1rem 11rem;
    background: #ececec;
    display: inline-block;
    font-family: 'Pretendard';
    font-size: 2rem;
    margin: 3rem auto;
    border-radius: 5px;
}

.sub1 .img{
    text-align: center;
}

.sub1 .tip-box{
    background-color:#fdeff2;
    padding: 3.5rem 4.5rem;
    position: relative;
    margin-top: 5rem;
}

.sub1 .tip-box::after{
    content: '';
    position: absolute;
    top: -3rem;
    right: 50%;
    background: url(../images/sub/icon_tape-pink.png) no-repeat center / cover;
    width: 12rem;
    height: 6.5rem;
    transform: translate(50%);
}

.sub1 .tip-tit {
    margin-bottom: 3rem;
}

.sub1 h5.tip-tit {
    font-size: 2.5rem;
}

.sub1 h5.tip-tit .tip {
    color: #fff;
    background-color: #ff5e85;
    border-radius: 100%;
    width: 4.5rem;
    height: 4.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.8rem;
}

.sub1 .tip-box .tip-cont > ul > li{
    display: flex;
    gap: 2rem;
}

.sub1 .tip-box .tip-cont .check-txt{
    font-family: 'Pretendard';
    font-size: 1.9rem;
    line-height: 1.7;
}

.sub1 .tip-box .tip-cont .check-txt .check-txt-tit{
    display: inline-block;
    margin-bottom: 1rem;
    font-weight: 700;
}

.sub1 .tip-box .tip-cont .color{
    color:#ff6a8e;
}

.sub1 .interview-list li:nth-of-type(2) .img-box .img:first-child{
    position:relative;
}

.sub1 .interview-list li:nth-of-type(2) .img-box .img:first-child::after{
    content:'';
    position:absolute;
    bottom: 5rem;
    left: -4.5rem;
    background:url(../images/sub/icon_shining.png) no-repeat center / cover;
    width: 9.2rem;
    height: 11rem;
}


.sub1 .interview-list li:nth-of-type(6) .img-box .img:last-child{
    position:relative;
}
.sub1 .interview-list li:nth-of-type(6) .img-box .img:last-child::before{
    content: '';
    position: absolute;
    top: 2rem;
    right: -6rem;
    background: url(../images/sub/icon_electric-bulb.png) no-repeat center / cover;
    width: 8.8rem;
    height: 16.5rem;
}
.sub1 .interview-list li:nth-of-type(6) .img-box .img:last-child::after{
    content: '';
    position: absolute;
    top: -10rem;
    right: 1.5rem;
    background: url(../images/sub/icon_shining.png) no-repeat center / cover;
    width: 9.2rem;
    height: 11rem;
}

@media screen and (max-width:1380px) {
    .sub1 .sub-inner{
        padding-inline: 4%;
    }
    .sub1 .sub-top .img{
        width: 24%;
    }
    .sub1 .sub-top .title{
        width: 76%;
    }
}
@media screen and (max-width:1080px) {
    .sub1 .sub-category_box li{
        font-size:3rem;
    }
    .sub1 .cont1 .chart-box:nth-of-type(1) ul{
        flex-flow: column wrap;
        align-items: center;
    }
    .sub1 .cont1 .chart-box:nth-of-type(1) ul li:last-child{
        margin-top: 6rem;
    }
    .sub1 .sub-category_box li {
        width: 30rem;
        padding: 1.5rem;
    }
    .sub1 .img-box{
        align-items: center;
        justify-content: center;
    }
}
@media screen and (max-width:800px) {
    .sub1 .sub-top .img,
    .sub1 .sub-top .title{
        width: 100%;
    }
    .sub1 .sub-category_box li {
        width: 40rem;
    }
    .sub1 .sub-top .title{
        padding-left: 0;
        text-align: center;
        margin-top: 3rem;
    }
    .sub1 .cont1 p{
        font-size: 2.5rem;
    }
    .sub1 .cont1 .chart-box{
        padding-inline: 4%;
    }
    .sub1 .cont1 .chart-box ul li .chart-tit{
        font-size:3rem;
    }
    .sub1 .cont1 .chart-box .chart-source, .sub1 .cont1 .chart-box .chart-en-source, .sub1 .cont1 .chart-box .chart-desc{
        font-size:2.2rem;
        text-align: center;
    }

    .sub1 .cont1 .chart-box:nth-of-type(2) .chart-en-source{
        align-self:center;
    }

    .sub1 .cont1 .chart-box:nth-of-type(2) .chart-source {
        position: relative;
        bottom: 0;
        right:0;
    }
    .sub1 h5.tip-tit {
        font-size: 3.5rem;
    }

    .sub1 h5.tip-tit .tip{
        width: 6.5rem;
        height: 6.5rem;
    }
    .sub1 .tip-box .tip-cont .check-txt{
        font-size:2.5rem;
        width:calc(100% - 36px);
    }

    .sub1 .tip-box .tip-cont .check-box{
        width:22px;
    }


    .sub1 .tip-box {
        margin-top: 8rem;
    }

    .sub1 .tip-box::after {
        top: -4rem;
        width: 14rem;
        height: 7.5rem;
    }

    .sub1 .img-caption{
        padding: 1rem 5vw;
        font-size: 2.5rem;
        text-align: center;
    }
}

/* 서브2 */
.sub2 {
    background: #e0f6ff;
}

.sub2 .sub-top .title h2{
    line-height: 1.5;
}

.sub2 .sub-inner {
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
}

.sub2 .sub-top .title{
    padding-left: 7rem;
}

.sub2 .color {
    color: #4ab7f0;
}

.sub2 .sub-top .title .highlight span {
    box-shadow: inset 0 -2.6rem 0 #deffed;
}

.sub2 .sub-container{
    margin-top:12rem;
}

.sub2 .sub-top .img{
    width:30%;
}

.sub2 .sub-top .title{
    width:70%;
}

.sub2 .sub-category_box ul::before{
    content:'';
    position:absolute;
    left: 0;
    width: 11.2rem;
    height: 14.7rem;
    background:url(../images/sub/icon_sparkle1.png) no-repeat center / contain;
    top: 11.5rem;
}

.sub2 .sub-category_box ul::after{
    content:'';
    position:absolute;
    top:-25rem;
    right:0;
    width:21.2rem;
    height:24rem;
    background:url(../images/sub/icon_sparkle2.png) no-repeat center / contain;
}


.sub2 .sub-category_box li{
    width:38.5rem;
    height: 6rem;
    padding:1rem;
    border:1.5px solid #000;
    border-radius: 30px;
    text-align: center;
    font-weight:500;
    font-size:2.6rem;
    cursor:pointer;
}

.sub2 .sub-category_box li:first-child{
    padding-right: 1rem;
    padding-top: 1.2rem;
}

.sub2 .sub-category_box li{
    background-color:#d1d1d1;
}

.sub2 .sub-category_box li.active{
    background-color:#c6eb6d;
}


.sub2 .cont1 b{
    font-weight: 700;
}

.sub2 .cont1-box{
    width: 100%;
    max-width:1100px;
    margin:0 auto;
}

.sub2 .cont1-img .img-box{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: 5rem;
}

.sub2 .cont1-img .txt-box{
    text-align: center;
    margin-top:3rem;
}

.sub2 .cont1-txt,
.sub2 .cont1-img .txt-box,
.sub2 .deco-cont{
    font-size:1.9rem;
}

.sub2 .deco-cont > span{
    font-size:1.8rem;
}

.sub2 .cont1-txt{
    line-height: 1.8;
}

.sub2 .cont1-img .txt-box,
.sub2 .cont1-txt,
.sub2 .deco-cont{
    font-family:'Pretendard';
}

.sub2 .cont1-txt,
.sub2 .cont1-bgBox{
    margin-top: 6rem;
}

.sub2 .cont1-bgBox{
    background: url(../images/sub/book.png) no-repeat center / contain;
    padding: 8rem 0 13rem;
    margin-inline: auto;
}

.sub2 .cont1-decoTxtBox{
    width:fit-content;
    margin:0 auto;
}

.sub2 .cont1-decoTxtBox .deco-tit{
    display:flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 1rem;
    position:relative;
    width:100%;
    border-bottom: 2px solid #d2e5e5;
}

.sub2 .cont1-decoTxtBox .deco-tit .img{
    width: 4.2rem;
    height: 4.2rem;
    background-color:#f16701;
    border-radius: 100%;
    display:flex;
    align-items: center;
    justify-content: center;
    position:absolute;
    top:-0.6rem;
    left:0;
}

.sub2 .cont1-decoTxtBox .deco-tit h4{
    font-size:2.7rem;
    padding-left: 4.5rem;
    padding-bottom:3rem;
}

.sub2 .cont1-decoTxtBox .deco-tit .point-txt{
    color:#f16701;
    font-size:2.1rem;
    padding-left: 1em;
}

.sub2 .deco-cont{
    margin-top:6rem;
}

.sub2 .cont-list{
    display: flex;
    gap: 3rem;
}

.sub2 .cont-list > span{
    font-weight: 700;
}

.sub2 .cont-list .list-item{
    display: flex;
    gap: 1rem;
}

.sub2 .cont-list:nth-child(2){
    margin-block:4rem;
}

.deco-cont .color{
    color:#f16701;
    font-weight: 600;
}


.sub2 .interviewee-txt{
    color: #f16701;
}

.sub2 .interview-list li:nth-child(2) .interview-cont .interview-img{
    display:flex;
    flex-flow:row wrap;
    align-items: center;
    justify-content: center;
    gap:2rem;
    margin-block:9rem;
}

.sub2 .interview-list li:nth-child(6) .interview-cont p:last-child{
    text-align: center;
    font-family:'GangwonEdu_OTFBoldA';
    font-size: 2.3rem;
    margin-top: 6rem;
}

.sub2 .tip-box{
    background-color: #f2f2f2;
    padding: 3.5rem 4.5rem;
    position:relative;
    margin-top: 10rem;
}

.sub2 .tip-box::before{
    content:'';
    position:absolute;
    top: -11.5%;
    right: 16rem;
    width: 7.1rem;
    height: 7.1rem;
    background: url(../images/sub/icon_clip.png) no-repeat center / cover;
}

.sub2 .tip-tit{
    margin-bottom: 3rem;
}

.sub2 .tip-tit h4{
    font-size: 2.5rem;
}

.sub2 .tip-tit h4 .tip{
    color: #fff;
    background-color: #f16701;
    border-radius: 100%;
    width: 4.5rem;
    height: 4.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.8rem;
}

.sub2 .tip-cont{
    background-color: #fff;
    padding: 5rem 0;
    display: flex;
    justify-content: center;
    gap: 3rem;
    position: relative;
}

.sub2 .tip-cont .tip-img:first-child{
    position: absolute;
    top: 4rem;
    left: 8rem;
}

.sub2 .tip-cont .tip-txt{
    font-size: 2rem;
    font-family: 'GangwonEdu_OTFBoldA';
    line-height: 1.7;
}

.sub2 .tip-cont .tip-img:last-child{
    position: absolute;
    right: 14rem;
    bottom: 4rem;
}

@media screen and (max-width:1420px) {
    .sub2 .sub-inner{
        padding-inline: 4%;
    }
}

@media screen and (max-width:1080px) {
    .sub2 .sub-category_box li{
        width: 50rem;
        height: auto;
        padding: 1.5rem;
        font-size:3rem;
    }
    .sub2 .sub-category_box li:first-child{
        padding-top:1.5rem;
    }
    .sub2 .cont1-bgBox{
        padding:8rem;
    }
    .sub2 .cont1-decoTxtBox .deco-tit h4{
        padding-bottom: 1rem;
    }
    .sub2 .deco-cont {
        margin-top: 3rem;
    }
    .sub2 .tip-box::before {
        right: 6rem;
        top:-9%;
    }

    .sub2 .tip-cont .tip-txt{
        padding-inline: 5.5vw;
        padding-block: 4vh;
    }
    .sub2 .tip-cont .tip-img:first-child {
        left: 5vw;
    }
    .sub2 .tip-cont .tip-img:last-child {
        right: 5vw;
    }

    .sub2 .cont1-txt, .sub2 .cont1-img .txt-box, .sub2 .deco-cont{
        font-size:2.2rem;
    }
}

@media screen and (max-width:800px) {
    .sub-top{
        flex-flow: column wrap;
    }
    .sub2 .sub-top .title{
        padding-left: 0;
        width: 100%;
        text-align: center;
        margin-top: 3rem;
    }
    .sub2 .cont1-bgBox{
        background:none;
    }
    .sub2 .sub-top .img{
        width: 100%;
        text-align: center;
    }
    .sub2 .cont1-txt, .sub2 .cont1-img .txt-box, .sub2 .deco-cont {
        font-size: 2.5rem;
    }
    
    .sub2 .interview-list li:nth-child(6) .interview-cont p:last-child {
        font-size: 2.5rem;
    }
    .sub2 .tip-cont .tip-txt{
        font-size:2.7rem;
    }
    .sub2 .tip-tit h4 .tip{
        width: 6.5rem;
        height: 6.5rem;
    }
    .sub2 .tip-tit h4{
        font-size:3.5rem;
    }
    .sub2 .tip-box.tip-box::before{
        top:6.5%
    }
    .sub2 .sub-category_box ul::before{
        top:28rem;
    }

    .sub2 .cont1-bgBox{
        padding:0;
    }

    .sub2 .tip-box::before{
        top:-6.5%;
    }
}

@media screen and (max-width:500px) {
    .sub2 .tip-box::before{
        top:-5%;
    }
}
/* 서브3 */

.sub3 {
    background: #fff7e0;
}

.sub3 .sub-inner {
    width: 100%;
    max-width: 1345px;
    margin: 0 auto;
}

.sub3 .sub-inner{
    margin-top: 5rem;
}

.sub3 .sub-container {
    margin-top: 11rem;
}

.sub3 .color {
    color: #fe6a36;
}

.sub3 .sub-top .title{
    padding-left: 7rem;
}

.sub3 .sub-top .title .highlight span {
    box-shadow: inset 0 -2.6rem 0 #fef2e3;
}

.sub3 .sub-category_box li{
    width:34rem;
    padding:1rem;
    border:1.5px solid #000;
    border-radius: 30px;
    text-align: center;
    font-weight:500;
    font-size:2.6rem;
}

.sub3 .sub-category_box li{
    background-color:#d1d1d1;
}

.sub3 .sub-category_box li.active{
    background-color:#ff936d;
}

.sub3 .cont-tit{
    text-align: center;
}

.sub3 .cont1 p{
    width:100%;
    max-width: 1100px;
    margin-inline: auto;
    margin-block:5rem;
    font-family: 'Pretendard';
    font-size:2rem;
    line-height: 1.8;
}

.sub3 .interviewee-txt{
    color:#ff6028;
}

.sub3 .img-box_caption{
    display: flex;
    flex-direction: column;
}
.sub3 .img-box_caption .img{
    position:relative;
}

.sub3 .img-box_caption img{
    border:1px solid #000;
}

.sub3 .img-box_caption .img:last-child::after{
    content:'';
    position:absolute;
    top: 5rem;
    right: -4.5rem;
    background:url(../images/sub/icon_shining.png) no-repeat center / cover;
    width: 9.2rem;
    height: 11rem;
}


.sub3 .img-box{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 3.5rem;
    margin-top:6rem;
    justify-content: center;
}

.sub3 .img-caption{
    padding: 1rem 20rem;
    background: #ececec;
    display: inline-block;
    font-family: 'Pretendard';
    font-size: 2rem;
    margin: 3rem auto;
    border-radius: 5px;
}

.sub3 .img{
    text-align: center;
}

.sub3 .tip-box{
    background-color:#fff3e4;
    padding: 3.5rem 4.5rem;
    position: relative;
    margin-top: 5rem;
}

.sub3 .tip-box::after{
    content: '';
    position: absolute;
    top: -3rem;
    right: 50%;
    background: url(../images/sub/icon_tape-orange.png) no-repeat center / cover;
    width: 12rem;
    height: 6.5rem;
    transform: translate(50%);
}

.sub3 .tip-tit {
    margin-bottom: 3rem;
}

.sub3 h5.tip-tit {
    font-size: 2.5rem;
}

.sub3 h5.tip-tit .tip {
    color: #fff;
    background-color: #ff7e51;
    border-radius: 100%;
    width: 4.5rem;
    height: 4.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.8rem;
}

.sub3 .tip-box .tip-cont > ul > li{
    display: flex;
    gap: 2rem;
}

.sub3 .tip-box .tip-cont > ul > li + li{
    margin-top:3rem;
}

.sub3 .tip-box .tip-cont .check-txt {
    font-family: 'Pretendard';
    font-size: 1.9rem;
    line-height: 1.7;
}

.sub3 .interview-list > li:nth-of-type(4) .tip-box .tip-cont .check-txt .check-txt-tit *{
    font-size:2rem;
    color:#ff6833;
}

.sub3 .interview-list > li:nth-of-type(7) .tip-box .tip-cont .check-txt  p{
    margin-top:0.5rem;
    line-height:1.8;
}

.sub3 .interview-list > li:nth-of-type(7) .tip-box .tip-cont .check-list{
    margin-block:3rem 4rem;
}
.sub3 .interview-list > li:nth-of-type(7) .tip-box .tip-cont .check-list > li+li{
    margin-top:0.5rem;
}

.sub3 .interview-list > li:nth-of-type(7) .tip-box .tip-cont .check-quote {
    display:flex;
    gap:1rem;
}

.sub3 .interview-list > li:nth-of-type(7) .tip-box .tip-cont .check-quote img:first-child{
    position: relative;
    top: -1.1rem;
}

.sub3 .interview-list > li:nth-of-type(7) .tip-box .tip-cont .check-quote img:last-child{
    position: relative;
    bottom: -1.1rem;
}

.sub3 .interview-list > li:nth-of-type(7) .tip-box .tip-cont .check-quote span{
    font-family: 'GangwonEdu_OTFBoldA';
    font-size:2.2rem;
    color:#f24b11;
}

.sub3 .tip-box .tip-cont > ul > li .check-box.finger-tip .img{
    position: relative;
    bottom: -5px;
}

.sub3 .tip-box .tip-cont > ul > li:last-child .check-box.finger-tip .img{
    position: relative;
    bottom: -10px;
}

.sub3 .tip-box .tip-cont .check-txt b,
.sub3 .tip-box .tip-cont .check-txt .check-txt-tit *{
    font-weight:600;
}

.sub3 .interview-list .desc{
    font-size: 1.8rem;
    display: inline-block;
    margin-top: 1em;
}

.sub3 .interview-cont .desc-box .desc-tit .img {
    width: 4.2rem;
    height: 4.2rem;
    background-color: #ff7e51;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -0.6rem;
    left: 0;
}

.sub3 .interview-cont .desc-box {
    background-color:#f5f4f3;
    border: 1px solid #777777;
    padding: 3rem 4rem;
}
.sub3 .interview-cont .desc-box .desc-tit{
    position:relative;
}
.sub3 .interview-cont .desc-box .desc-tit h4{
    font-size: 2.7rem;
    padding-left: 5.5rem;
    padding-bottom: 3rem;
}
.sub3 .interview-cont .desc-box  .desc-cont > span{
    display:block;
    font-family: 'Pretendard';
    font-size: 1.9rem;
}
.sub3 .interview-cont .desc-box  .desc-cont .desc-subTit{
    font-weight:600;
}
.sub3 .interview-cont .desc-box  .desc-cont > span + span{
    margin-top:1rem;
}
.sub3 .interview-cont .desc-box  .desc-cont span.color{
    color:#ff612a;
    font-size:2.2rem;
    font-weight:600;
}
.sub3 .interview-list li:nth-child(2) .interview-txt{
    margin-top:3rem;
}
.sub3 .sub-top .title h2 {
    line-height: 1.5;
}

@media screen and (max-width:1345px) {
    .sub3 .sub-inner{
        padding-inline: 4%;
    }
    .sub3 .sub-top .img {
        width: 32%;
    }
    .sub3 .sub-top .title {
        width: 66%;
    }
}

@media screen and (max-width:1080px) {
    .sub3 .sub-category_box li {
        font-size: 3rem;
        padding: 1.5rem;
        width: 38rem;
    }
}

@media screen and (max-width:800px) {
    .sub3 .sub-top .img,
    .sub3 .sub-top .title {
        width: 100%;
    }
    .sub3 .sub-top .img{
        position: relative;
        right: -4vw;
    }
    .sub3 .sub-top .title{
        padding-left: 0;
        margin-top: 5rem;
        text-align: center;
    }
    .sub3 .cont1 p {
        font-size: 2.5rem;
    }
    .sub3 .sub-category_box li {
        width: 40rem;
    }
    .sub3 .interview-cont .desc-box .desc-tit .img{
        width: 5.5rem;
        height: 5.5rem;
        top: -1rem;
    }
    .sub3 .interview-cont .desc-box .desc-cont span.color{
        font-size:3rem;
    }
    .sub3 .interview-cont .desc-box .desc-cont > span{
        font-size: 2.5rem;
    }
    .sub3 .img-caption {
        padding: 1rem 20vw;
        font-size: 2.2rem;
    }

    .sub3 h5.tip-tit .tip {
        width: 6.5rem;
        height: 6.5rem;
    }

    .sub3 h5.tip-tit {
        font-size: 3.5rem;
    }

    .sub3 .tip-box .tip-cont > ul > li .check-box.finger-tip .img{
        width:30px;
    }
    .sub3 .interview-list > li:nth-of-type(4) .tip-box .tip-cont .check-txt .check-txt-tit *{
        font-size:2.7rem;
    }
    .sub3 .tip-box .tip-cont .check-txt {
        font-size: 2.5rem;
        width: calc(100% - 40px);
    }

    .sub3 .interview-list > li:nth-of-type(7) .tip-box .tip-cont .check-quote span{
        font-size:2.7rem;
    }
    .sub3 .interview-list .desc{
        font-size:2.1rem;
    }
}

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

/* 서브4 */
.sub4 {
    background: #e9f9d8;
}
.sub4 .color {
    color: #2bb528;
}
.sub4 .sub-inner {
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
}

.sub4 .sub-top .title h2 {
    position: relative;
}
.sub4 .sub-top .title h2::before {
    content: '';
    position: absolute;
    top:0; 
    right:0;
    height: 5.7rem;
    width: 7.2rem;
    background: url(../images/sub/icon_bubble.png) no-repeat center / contain;
    transform: translateY(-100%);
}
.sub4 .sub-top .img {
    width: 22%;
}
.sub4 .sub-top .title {
    width: 78%;
    padding-left: 4rem;
}
.sub4 .sub-top .title img {
    margin-bottom: 1.5rem;
}
.sub4 .sub-container {
    padding-top: 11rem;
}

/* 탭 */
/* .sub4 .sub-cont .tab {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap:11rem;
}
.sub4 .sub-cont .tab li {
    width: 24rem;
    height: 24rem;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #000;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.sub4 .sub-cont .tab li::before {
    content: '';
    position: absolute;
    top:0;
    left:50%;
    width: 2.2rem;
    height: 2.2rem;
    background: #67ca3f;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
}

.sub4 .sub-cont .tab li div {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    width: 20rem;
    height: 20rem;
    border-radius: 50%;
    color: #646464;
    text-align: center;
    background: #d8f7cb;
}
.sub4 .sub-cont .tab li p {
    color: inherit;
    font-size: 2.1rem;
    margin-bottom: .5rem;
}
.sub4 .sub-cont .tab li h4 {
    font-size: 2.7rem;
}
.sub4 .sub-cont .tab li.on div {
    color: #fff;
    background: #67ca3f;
}
.sub4 .sub-cont .tab li.on::before {
    opacity: 1;
}
.sub4 .sub-cont .tab-cont {
    margin-top: 7rem;
}
.sub4 .sub-cont .tab-cont .tab-box {
    display: none;
}

.sub4 .sub-cont .tab-cont .tab-box.on {
    display: block;
}

.sub4 .sub-cont  {
    margin-top: 10rem;
} */

/* 탭 슬라이드 */

.sub4 .cont1 .tab {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap:11rem;
}
.sub4 .cont1 .tab li {
    width: 24rem;
    height: 24rem;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #000;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.sub4 .cont1 .tab li::before {
    content: '';
    position: absolute;
    top:0;
    left:50%;
    width: 2.2rem;
    height: 2.2rem;
    background: #67ca3f;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
}

.sub4 .cont1 .tab li div {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    width: 20rem;
    height: 20rem;
    border-radius: 50%;
    color: #646464;
    text-align: center;
    background: #d8f7cb;
}
.sub4 .cont1 .tab li p {
    color: inherit;
    font-size: 2.1rem;
    margin-bottom: .5rem;
}
.sub4 .cont1 .tab li h4 {
    font-size: 2.7rem;
}
.sub4 .cont1 .tab li.swiper-slide-active div {
    color: #fff;
    background: #67ca3f;
}
.sub4 .cont1 .tab li.swiper-slide-active::before {
    opacity: 1;
}
.sub4 .cont1 .tab-cont-slider {
    overflow: hidden;
    margin-top: 7rem;
    position: relative;
}
.sub4 .tab-cont-slider .swiper-button-prev,
.sub4 .tab-cont-slider .swiper-button-next {
    background:#fff;
    width: 6.4rem;
    height: 6.4rem;
    border-radius: 50%;
    border: 1px solid #cec7b8;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin:0 3%;
    transform: translateY(-50%);
}
.sub4 .tab-cont-slider .swiper-button-prev img {
    transform: scale(-1,1);
    margin-right: 1rem;
    max-width: 35%;
}
.sub4 .tab-cont-slider .swiper-button-next img {
    margin-left: 1rem;
    max-width: 35%;
}
.sub4 .sub-cont  {
    margin-top: 10rem;
}

@media (max-width:1500px) {
    .sub4 .sub-inner {
        padding-inline: 4%;
    }
}

@media (max-width:1080px) {
    .sub4 .sub-top .img {
        width: 30%;
   }
   .sub4 .sub-top .title {
    width: 70%;
    }
    .sub4 .sub-top .title h2::before {
        width: 5.4rem;
        top: 1rem;
    }
    .sub4 .sub-cont .tab {
       gap: 0;
       justify-content: space-evenly;
    }
    .sub4 .cont1 .tab li {
        width: 22vw;
        height: 22vw;
    }
    .sub4 .cont1 .tab li div {
        width: 18.5vw;
        height: 18.5vw;
    }
}
@media (max-width:800px) {
    .sub4 .sub-top .img {
        width: 100%;
        text-align: center;
   }
   .sub4 .sub-top .title {
        width: 100%;
        padding-left: 0;
        margin-top: 5rem;
    }
    .sub4 .cont1 .tab {
        gap: 0;
        justify-content: space-between;
     }
    .sub4 .cont1 .tab li {
        width: 26vw;
        height: 26vw;
    }
    .sub4 .cont1 .tab li::before {
        width: 2.6vw;
        height: 2.6vw;
    }
    .sub4 .cont1 .tab li div {
        width: 22vw;
        height: 22vw;
    }
    .sub4 .cont1 .tab li h4 {
        font-size: 2.5rem;
    }
    .sub4 .cont1 .tab li p {
        font-size: 1.9rem;
    }

    .sub4 .tab-cont-slider .swiper-button-prev,
    .sub4 .tab-cont-slider .swiper-button-next {
        width: max(30px,6vw);
        height: max(30px,6vw);
        margin: 0 1%;
    }
}
@media (max-width:500px) {
    .sub4 .cont1 .tab li {
        width: 25.5vw;
        height: 25.5vw;
    }
    .sub4 .cont1 .tab li div {
        width: 22vw;
        height: 22vw;
    }
    .sub4 .cont1 .tab li h4 {
        font-size: 2.3rem;
    }
    .sub4 .tab-cont-slider .swiper-button-prev,
    .sub4 .tab-cont-slider .swiper-button-next {
        margin: 0 ;
    }
}