@charset "utf-8";

/*sub common*/

.inner{
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
}

.inner-1100{
    max-width: 1200px;
    padding-left: 50px;
    padding-right: 50px;
}

.inner-1000{
    max-width: 1100px;
    padding-left: 50px;
    padding-right: 50px;
}

.inner-960{
    max-width: 1060px;
    padding-left: 50px;
    padding-right: 50px;
}

.sub-visual{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1100px;
    background-image: url(../images/a1_visual.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.sub-visual .tit{
    width: auto;
    max-height: 100%;
}

.sub-wrap h3 .view-768{
    margin: 0 auto;
}

#sub-a1 .sub-visual{
    background-image: url(../images/a1_visual.jpg);
}

#sub-a2 .sub-visual,
#sub-a3 .sub-visual{
    background-image: url(../images/a2_visual.jpg);
}

#sub-b1 .sub-visual{
    background-image: url(../images/b1_visual.jpg);
}

#sub-b2 .sub-visual{
    background-image: url(../images/b2_visual.jpg);
}

#sub-b3 .sub-visual{
    background-image: url(../images/b3_visual.jpg);
}

#sub-c1 .sub-visual{
    background-image: url(../images/c1_visual.jpg);
}

#sub-c2 .sub-visual{
    background-image: url(../images/c2_visual.jpg);
}

@media (max-width:576px) {
    .sub-visual {
        height: 450px;
    }

    .sub-visual .tit{
        max-height: 70%;
    }

    .interview .sub-visual .tit,
    #sub-b3 .sub-visual .tit{
        max-height: 90%;
    }

    #sub-a1 .sub-visual{
        background-image: url(../images/a1_visual_m.jpg);
    }
    
    
    #sub-a2 .sub-visual,
    #sub-a3 .sub-visual{
        background-image: url(../images/a2_visual_m.jpg);
    }
    

    #sub-b1 .sub-visual{
        background-image: url(../images/b1_visual_m.jpg);
    }

    #sub-b2 .sub-visual{
        background-image: url(../images/b2_visual_m.jpg);
    }
    
    #sub-b2 .sub-visual .tit{
        max-height: 65%;
    }
    
    #sub-b3 .sub-visual{
        background-image: url(../images/b3_visual_m.jpg);
    }
    
    #sub-c1 .sub-visual{
        background-image: url(../images/c1_visual_m.jpg);
    }
    
    #sub-c2 .sub-visual{
        background-image: url(../images/c2_visual_m.jpg);
    }
}

[id*='sub-a'] .sub-visual{
    background-color: #1d65a8;
}

.sub-menu{
    background: #e1e1e1;
}
.sub-menu>ul{
    justify-content: center;
}
.sub-menu li{
    flex: 1 1 0;
    max-width: 33.33%;
}
.sub-menu li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    color: #989898;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    background: #fff;
}

.sub-menu li:first-child a{
    border-left: 1px solid #e1e1e1;
}

.sub-menu li.active a{
    color: #fff;
    font-weight: 700;
    background: #3eb134;
}

.row-24{
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: -12px;
}

.row-24>*{
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 12px;
}

.sub-footer {
    padding: 50px 0;
    background: #fff;
}

.sub-footer [class*="page"] a{
    display: block;
    position: relative;
}

.sub-footer [class*="page"] .txt{
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 29px;
    color: #fff;
    font-size: 20px;
}

.sub-footer [class*="page"] .txt span{
    display: flex;
}

.sub-footer .page-prev .txt{
    left: 38px;
}

.sub-footer .page-prev .txt img{
    transform: scaleX(-1);
}

.sub-footer .page-next .txt{
    right: 38px;
}

.sub-footer .center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 460px;
}

.sub-footer .center p{
    margin-bottom: 20px;
    color: #152c4d;
    font-size: 20px;
    text-align: center;
    letter-spacing: -0.04em;
}

.sub-footer .center p b{
    font-weight: 500;
}

.sub-footer .center .share{
    margin-bottom: 65px;
}
.sub-footer .center .share ul>li a{
    display: block;
    width: 46px;
    height: 46px;
    background-position: center;
    background-repeat: no-repeat;
    transition: background 0.2s;
}

.sub-footer .center .share ul>li:not(:last-child){
    margin-right: 10px;
}

.sub-footer .center .share ul>li a.print{
    background-image: url(../images/f_print.png);
}
.sub-footer .center .share ul>li a.copy{
    background-image: url(../images/f_copy.png);
}
.sub-footer .center .share ul>li a.kako{
    background-image: url(../images/f_kakao.png);
}
.sub-footer .center .share ul>li a.facebook{
    background-image: url(../images/f_facebook.png);
}
.sub-footer .center .share ul>li a.blog{
    background-image: url(../images/f_blog.png);
}
.sub-footer .center .share ul>li a.twitter{
    background-image: url(../images/f_twitter.png);
}

.sub-footer .center .share ul>li a.print:hover{
    background-image: url(../images/f_print_on.png);
}
.sub-footer .center .share ul>li a.copy:hover{
    background-image: url(../images/f_copy_on.png);
}
.sub-footer .center .share ul>li a.kako:hover{
    background-image: url(../images/f_kakao_on.png);
}
.sub-footer .center .share ul>li a.facebook:hover{
    background-image: url(../images/f_facebook_on.png);
}
.sub-footer .center .share ul>li a.blog:hover{
    background-image: url(../images/f_blog_on.png);
}
.sub-footer .center .share ul>li a.twitter:hover{
    background-image: url(../images/f_twitter_on.png);
}

.sub-footer .center .subscribe{
    width: 100%;
}

.sub-footer .center .subscribe .mail-form-wrap{
    display: flex;
    border: 1px solid #e1e1e1;
}

.sub-footer .center .subscribe .mail-form-wrap input[type="email"]{
    padding: 0 20px;
    width: calc(100% - 100px);
    height: 50px;
    font-size: 17px;
    border: none;
}

.sub-footer .center .subscribe .mail-form-wrap input[type="email"]::placeholder{
    color: #999;
}

.sub-footer .center .subscribe .mail-form-wrap input[type="submit"]{
    width: 100px;
    color: #fff;
    font-size: 17px;
    text-align: center;
    border-left: 1px solid #e1e1e1;
    background: #3eb134;
}


.heart-ico{
    display: inline-block;
    transform: translateY(8px);
}

@media (max-width:1920px){
    .sub-visual{
        height: 740px;
    }

}

@media (max-width:1699px){
    .sub-footer>ul{
        align-items: center;
    }
    .sub-footer>ul>li{
        width: 33.33% !important;
    }

    .sub-footer .center{
        padding: 0 10px;
    }

}

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

    .sub-footer{
        margin-top: 10px;
    }

    .sub-footer>ul{
        flex-direction: column;
    }

    .sub-footer>ul>li{
        display: block;
        width: auto !important;
    }

    .sub-footer .center p{
        font-size: 18px;
    }

    .sub-footer .center{
        order: 1;
        margin-bottom: 120px;
    }

    .sub-footer .page-prev{
        order:2;
        margin-bottom: 5px;
    }
    
    .sub-footer .page-next{
        order:3;
    }

    .sub-footer [class*="page"] .txt{
        font-size: 18px;
    }
    
    .sub-footer .center .subscribe .mail-form-wrap input[type="email"],
    .sub-footer .center .subscribe .mail-form-wrap input[type="submit"]{
        height: 46px;
        font-size: 16px;
    }

    .sub-footer .center .subscribe .mail-form-wrap input[type="email"]{
        width: calc(100% - 93px);
        padding: 0 15px;
    }
    
    .sub-footer .center .subscribe .mail-form-wrap input[type="email"]::placeholder{
        color: #999;
    }
    
    .sub-footer .center .subscribe .mail-form-wrap input[type="submit"]{
        width: 93px;
    }


}

@media (max-width:767px){

    .sub-wrap p{
        word-break: break-all;
    }

    .inner-1100,
    .inner-1000{
        padding-left: 25px;
        padding-right: 25px;
    }
    .sub-menu{
        display: none;
    }

    .sub-visual{
        height: 600px;
    }

}

@media (max-width:575px){
    .inner-1200{
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

}


/*animation*/
[data-aos="ani-translate"]{
    opacity: 0;
    transform: translate(-30%, 30%)
}

[data-aos^=ani-translate].aos-animate{
    opacity: 1;
    transform: translate(0, 0)
}

@keyframes rotate-ani {
    0%,
    100%{
        transform: rotate(0deg)
    }
    50%{
        transform: rotate(-5deg)
    }
}
@keyframes rotate-ani2 {
    0%,
    100%{
        transform: rotate(0deg)
    }
    50%{
        transform: rotate(-10deg)
    }
}



[data-aos="ani-zoom"]{
    opacity: 0;
    transform: scale(0.8);
}

[data-aos^=ani-zoom].aos-animate{
    opacity: 1;
    transform: scale(1);
}

.sub-content.interview  h3{
    margin: 0 auto 80px;
}

.sub-content.interview  h3 img{
    margin: 0 auto;
}

.sub-content.interview  .content-list{
    text-align: left;
}

.sub-content.interview  .content-list>li{
    margin-bottom: 60px;
}

.sub-content.interview  .content-list p{
    color: #444;
    font-size: 18px;
    line-height: 1.9;
    text-align: justify;
    letter-spacing: -0.04em;
}

.sub-content.interview  .content-list .content-txt{
    margin-top: 8px;
}

.sub-content.interview  .content-list .content-mb{
    margin-bottom: 10px;
}

.sub-content.interview  .content-list .big-txt{
    color: #3eb134;
    font-size: 1.2em;
    line-height: 1.4;
}

.sub-content.interview  .content-list u{
    text-decoration: none;
    border-bottom: 1px solid #444;
}

.sub-content.interview  .content-list .point-box{
    display: inline-block;
    padding: 0 5px;
    color: #fff;
    font-weight: 300;
    background: #3eb134;
}

.sub-content.interview  .content-list [class*='bubble-wrap-']{
    position: relative;
    margin-top: 10px;
    padding: 20px 30px;
    border: 2px solid #212121;
    border-radius: 25px;
}

.sub-content.interview  .content-list [class*='bubble-wrap-']::after{
    position: absolute;
    
    width: 139px;
    height: 45px;
    background: url(../images/bubble_arr.png) no-repeat;
    content: '';
    
}

.sub-content.interview  .content-list .bubble-wrap-t::after{
    top:0;
    right:59px;
    transform: translateY(-45px);
}

.sub-content.interview  .content-list .bubble-wrap-b::after{
    bottom:0;
    left: 56px;
    transform: scale(-1) translateY(-44px);
}

[id*='a'].sub-wrap .sub-content .content-list>li:first-child{
    margin-bottom: 0;
}

.sub-content.interview  .content-list>li:first-child .left{
    position: relative;
    width: 54.5%;
    padding-bottom: 154px;
}

.sub-content.interview  .content-list>li:first-child .left::after{
    position: absolute;
    bottom: 0;
    right: 15.9%;
    width: 246px;
    height: 156px;
    background: url(../images/sub_content_bg2.png) center / 100% no-repeat;
    transform: translateY(30px);
    content: '';
}

.sub-content.interview  .content-list>li:first-child .img{
    position: relative;
    width: 45.5%;
}

.sub-content.interview  .content-list>li:first-child .img img{
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-108px);
}

.sub-content.interview  .layout::after{
    clear: both;
    content: '';
}

.sub-content.interview  .content-list>li ul.half-txt>li:not(:last-child){
    margin-bottom: 45px;
}

.sub-content.interview  .content-list>li .bd-box{
    margin-top: 20px;
    padding: 20px 30px;
    border-radius: 20px;
    border: 2px dashed #3eb134;
    background: #f2f8f1;
}

.sub-content.interview  .content-list>li:nth-child(2){
    margin-top: 20px;
    margin-bottom: 70px;
}

.sub-content .ani-img{
    position: relative;
}

.sub-content .ani-img [class*='part']{
    position: absolute;   
}

/*a1*/

#sub-a1 .sub-content{
    padding-top: 114px;
    padding-bottom: 178px;
    max-width: 1040px;
    letter-spacing: -0.03em;
}

#sub-a1 .sub-content h3{
    margin-bottom: 70px;
}

#sub-a1 .sub-content  b{
    display: block;
    margin-top: 60px;
    margin-bottom: 34px;
    font-size: 20px;
    line-height: 1.8;
}

#sub-a1 .sub-content .txt p:not(:last-child){
    margin-bottom: 17px;
}

/*a2*/

#sub-a2 .sub-content{
    padding-top: 113px;
    padding-bottom: 220px;
}

#sub-a2 .sub-content h4{
    margin-bottom: 18px;
}

#sub-a2 .sub-content .content-txt p{
    letter-spacing: -0.09em;
}

#sub-a2 .sub-content .content-txt p:not(:last-child){
    margin-bottom: 15px;
}

#sub-a2 .sub-content .qna-list>li:not(:last-child){
    margin-bottom: 52px;
}


#sub-a2 .sub-content .cont1{
    padding-bottom: 82px;
    margin-bottom: 93px;
    border-bottom: 2px dashed #e1e1e1;
}

#sub-a2 .sub-content .layout h4{
    padding-top: 68px;
}

#sub-a2 .sub-content .float-right{
    width: 43.8%;
    padding-left: 3.4%;
    padding-right: 0.7%;
    padding-bottom: 20px;
}

/* #sub-a2 .sub-content .cont1 .q1 .ani-img .part{
    top: 2.3%;
    left: 4.1%;
    width: 92.4%;
}

#sub-a2 .sub-content .cont1 .q1 .ani-img>img{
    position: relative;
} */

#sub-a2 .sub-content .cont2 .q2 .half-img{
    width: 354px;
}

#sub-a2 .sub-content .cont2 .q2 .half-txt{
    width: calc(100% - 354px);
    padding-left: 64px;
}

#sub-a2 .sub-content .cont2 .q2 .ani-img .part{
    top: 0;
    left: 11.6%;
    width: 50%;
    z-index: -1;
}
#sub-a2 .sub-content .cont2 .float-right{
    max-width: calc(100% - 673px);
}

@media (max-width:991px) {
    #sub-a2 h3{
        margin-bottom: 30px;
    }

    #sub-a2 .sub-content .cont1 .q1 .layout{
        display: flex;
        flex-direction: column;
    }

    #sub-a2 .sub-content .layout h4{
        padding-top: 0;
    }

    #sub-a2 .sub-content .float-right{
        float: none;
        width: 100% !important;
        max-width: none !important;
        text-align: center;
        margin-bottom: 20px;
        padding: 0 !important;
    }

    /* #sub-a2 .sub-content .cont1 .q1 .content-txt{
        order: 1;
    } */

    #sub-a2 .sub-content .cont2 .q2 .half-img{
        display: flex;
        justify-content: center;
        width: 100%;
    }

    #sub-a2 .sub-content .cont2 .q2 .half-txt{
        width: 100%;
        padding-left:0;
    }
}


/*a3*/
#sub-a3 .sub-content{
    padding-top: 101px;
    padding-bottom: 213px;
}

#sub-a3 .sub-content h3{
    margin-bottom: 102px;
}

#sub-a3 .sub-content .content-list>li:not(:last-child){
    margin-bottom: 60px;
}

#sub-a3 .sub-content .content-list h4{
    margin-bottom: 32px;
}

#sub-a3 .sub-content .content-list .a-cont{
    display: flex;
    justify-content: space-between;
    max-width: 1145px;
    margin-left: auto;
}

#sub-a3 .sub-content .content-list .a-cont .img{
    width: 180px;
}

#sub-a3 .sub-content .content-list .a-cont .txt-box{
    width: calc(100% - 180px);
    max-width: 912px;
    padding: 28px 30px;
    
    border-radius: 20px;
    border: 2px dashed #3eb134;
    background: #f2f8f1;
}

#sub-a3 .sub-content .content-list .a-cont .name{
    position: relative;
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
    color: #333;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

#sub-a3 .sub-content .content-list .a-cont .name .point{
    margin-left: 5px;
    color: #3eb134;
}

#sub-a3 .sub-content .content-list .a-cont p{
    text-align: justify;
}

#sub-a3 .sub-content .content-list .a-cont.type2 .txt-box{
    border-color: #4fa2dc;
    background: #f1faff;
}

#sub-a3 .sub-content .content-list .a-cont.type3{
    margin-top: 30px;
}

#sub-a3 .sub-content .content-list .a-cont.type3 .txt-box{
    border-color: #d58176;
    background: #fff5f3;
}


@media (max-width:767px) {
    #sub-a3 .sub-content .content-list .a-cont{
        flex-direction: column;
    }

    

    #sub-a3 .sub-content .content-list .a-cont .a-ico{
        display: inline-block;
        width: 30px;
    }

    #sub-a3 .sub-content .content-list .a-cont .txt-box{
        margin-top: 20px;
        width: 100%;
    }

    #sub-a3 .sub-content .content-list .a-cont.type3{
        align-items: flex-end;
    }

    #sub-a3 .sub-content .content-list .a-cont.type3 .txt-box{
        order: 2;
    }

    #sub-a3 .sub-content .content-list .a-cont.type3 .img{
        order: 1;
    }
}

@media (max-width:575px){
    #sub-a3 .sub-content .content-list .a-cont .name{
        font-size: 21px;
        letter-spacing: -0.09em;
    }
}

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


    /* .sub-content.interview  .content-list>li:first-child{
        flex-direction: column;
        margin-bottom: 35px;
    }

    .sub-content.interview  .content-list>li:first-child .left{
        padding-bottom: 45px;
    }

    .sub-content.interview  .content-list>li:first-child .left::after{
        display: none;
    }

    .sub-content.interview  .content-list>li:first-child>div{
        width: 100% !important;
    }

    .sub-content.interview  .content-list>li:first-child .bubble-wrap-b{
        background: #fff;
        z-index: 1;
    }

    .sub-content.interview  .content-list>li:first-child .img{
        text-align: center;
    }

    .sub-content.interview  .content-list>li:first-child .img img{
        position: relative;
        top:auto;
        margin-top: -85px;
        transform: none !important;
    }

    .sub-content.interview  .content-list>li:first-child{
        margin-bottom: 35px !important;
    } */

    /* .interview .content-list .layout{
        float: none !important;
        margin: 0 auto;
        text-align: center;
    } */

    .interview .content-list  .layout [class*='float-']{
        float: none !important;
        margin: 0 auto;
        text-align: center;
    }

    /* .interview .content-list :nth-child(2) .layout .img{
        width: 100% !important;
        height: auto !important;
        padding: 0 !important;
    } */

    /* .sub-content.interview >div{
        padding-bottom: 140px;
        background-position: right 20px bottom;
    } */

    .sub-content.interview  .content-list .layout3{
        flex-direction: column;
    }

    .sub-content.interview  .content-list .layout3>div{
        width: 100% !important;
    }

    .sub-content.interview  .content-list .layout3 .img{
        order: 1;
        text-align: center;
    }

    .sub-content.interview  .content-list .layout3 .ani-img>div{
        position: relative !important;
        margin: 0 auto;
        text-align: center;
        transform: none;
    }

    .sub-content.interview  .content-list .layout3 .txt{
        order: 2;
    }

    .sub-content.interview  .content-list [class*='bubble-wrap-']::after{
        width: 104px;
        height: 34px;
        background-size: 100%;
    }

    .sub-content.interview  .content-list .bubble-wrap-t{
        margin-top: 25px;
    }
    
    .sub-content.interview  .content-list .bubble-wrap-t::after{
        right: 44px;
        transform: translateY(-34px);
    }

    .sub-content.interview  .content-list .bubble-wrap-b::after{
        transform: scale(-1) translateY(-34px);
    }

    /* .sub-content.interview >div{
        background-size: 220px;
    } */

    /* .sub-content.interview  .content-list>li.half{
        flex-direction: column;
    }

    .sub-content.interview  .content-list>li .half-txt{
        width: 100% !important;
    }

    .interview .content-list>li .ani-img{
        margin-bottom: 30px;
    }

    #sub-a1 .sub-content .content-list>li:first-child{
        margin-bottom: 0;
    }

    #sub-a1 .sub-content .content-list>li:first-child .img img{
        margin-top: -117px;
    }

    #sub-a1 .content-list>li:nth-child(2) .layout .img img{
        position: relative;
        bottom: auto;
    }

    #sub-a1 .content-list>li:nth-child(4) .layout2{
        flex-direction: column;
    }

    #sub-a1 .content-list>li:nth-child(4) .layout2 .left{
        width: 100%;
        padding-right: 0;
    }

    #sub-a1 .content-list>li:nth-child(4) .layout2 .ani-img{
        margin-top: 25px;
        text-align: center;
        margin-bottom: 0;
    }

    #sub-a1 .content-list>li:nth-child(4) .layout2 .ani-img>div{
        position: relative;
        display: inline-block;
    }

    #sub-a1 .content-list>li:nth-child(6) h4{
        padding-right: 0;
    }
    

    #sub-a1 .content-list>li:nth-child(7)>div{
        flex-direction: column;
    }

    #sub-a1 .content-list>li:nth-child(7) .ani-img,
    #sub-a1 .content-list>li:nth-child(7) .txt{
        width: 100%;
    }

    #sub-a1 .content-list>li:nth-child(7) .txt{
        padding-left: 0;
    }

    #sub-a1 .content-list>li:nth-child(7) .ani-img{
        text-align: center !important;
    }

    #sub-a1 .content-list>li:nth-child(7) .ani-img>div{
        position: relative;
        display: inline-block;
    } */

    /* #sub-a2 .sub-content .content-list>li:nth-child(6) h4{
        padding-right: 0;
    }

    #sub-a2 .sub-content .content-list>li:first-child .img img{
        left: auto;
        transform: none;
    }

    #sub-a2 .sub-content .content-list>li:nth-child(3) .img{
        margin-bottom: 30px;
    } */

    /* #sub-a2 .sub-content .content-list>li:nth-child(7) .ani-img>div{
        width: 576px;
        transform: none;
    } */

    
    

    /* #sub-a3 .sub-content .content-list>li:nth-child(4) .half-txt{
        margin-top: 30px;
        padding-left: 0;
    }

    #sub-a3 .sub-content .content-list>li:nth-child(5) .img{
        order: 1;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    #sub-a3 .sub-content .content-list>li:nth-child(5) .half-txt{
        order: 2;
    } */

}

@media (max-width:767px){

    

    .sub-content.interview  h3{
        padding: 0;
        line-height: 1.5;
    }
    .sub-content.interview  h3>span{
        position: relative;
    }
    .sub-content.interview  h3>span::after{
        top: auto;
        bottom: 0;
        transform: translateX(calc(100% + 5px));
    }
    /* .sub-content.interview  .content-list h4{
        font-size: 27px;
    } */
    .sub-content.interview  .content-list h4{
        margin-bottom: 15px;
    }

    .sub-content.interview  .content-list p{
        font-size: 16px;
    }
}

@media (max-width:575px){

    /* .sub-content.interview  .content-list>li,
    .sub-content.interview  .content-list>li:nth-child(2){
        margin-bottom: 35px;
    } */

    .sub-content.interview >div{
        padding-top: 50px;
    }
    .sub-content.interview  h3{
        margin-bottom: 50px;
    }

    .sub-content.interview  .content-list .bubble-wrap-t::after{
        width: 80px;
        background-size: 100% auto;
        background-position: center bottom;
    }

    /* .interview .content-list>li:nth-child(2) .layout .img{
        margin-bottom: 20px;
    } */

    /* #sub-a3 .sub-content .content-list>li:nth-child(4) .ani-img>div,
    #sub-a2 .sub-content .content-list>li:nth-child(7) .ani-img>div{
        width: 340px;
    }

    #sub-a2 .sub-content .content-list>li:nth-child(7) .ani-img .part2{
        bottom: 28.9%;
    } */
    
}

/*b1*/
#sub-b1 .sub-content{
    padding-top: 115px;
    padding-bottom: 116px;
}

#sub-b1 .sub-content h3 img{
    margin: 0 auto;
}

#sub-b1 .sub-content p.w-txt{
    max-width: 950px;
    margin: 63px auto;
    letter-spacing: -0.06em;
    word-break: keep-all;
}

#sub-b1 .sub-content p{
    font-size: 18px;
    line-height: 1.9;
}

#sub-b1 .sub-content p span{
    color: #f65856;
    font-size: 24px;
    font-weight: 700;
}

#sub-b1 .sub-content p:last-of-type{
    margin-top: 65px;
    margin-bottom: 35px;
}

#sub-b1 .sub-content ul{
    max-width: 1065px;
    margin: 0 auto -30px;
}

#sub-b1 .sub-content ul>li{
    padding: 0 10px;
    margin-bottom: 30px;
}

#sub-b1 .sub-content .cont1 .img1{
    margin-bottom: 48px;
}

#sub-b1 .sub-content .cont1{
    padding-bottom: 80px;
    margin-bottom: 60px;
    border-bottom: 1px dashed #f96969;
}

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

    #sub-b1 .sub-content ul{
        margin-bottom: -20px;
    }

    #sub-b1 .sub-content ul>li{
        margin-bottom: 20px;
    }

}

/*b2*/
#sub-b2 .sub-content{
    padding: 60px 0 100px;
    background: url(../images/b2_bg.jpg);
}

#sub-b2 .content-list{
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
}

#sub-b2 .cont1 .article-list>li h4 .view-768{
    margin: 0 auto;
}

#sub-b2 .content-list>li:not(:last-child)::after{
    display: block;
    width: calc(100% - 100px);
    height: 0;
    margin: 50px auto;
    border-bottom: 1px dashed #e1e1e1;
    content: '';
}

#sub-b2 .content-list>li .inner-box{
    padding: 50px;
}

#sub-b2 .content-list>li.cont1 .inner-box{
    padding-bottom: 0;
}

#sub-b2 .cont1 .tit{
    padding-bottom: 5px;
    margin-bottom: 55px;
    border-bottom: 1px solid #333;
}

#sub-b2 .cont1 .tit::after{
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 6px;
    background: #333;
    content: '';
}

#sub-b2 .cont1 .tit>*{
    color: #333;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
}

#sub-b2 .cont1 .article-list>li:not(:last-child){
    padding-bottom: 50px;
    margin-bottom: 48px;
    border-bottom: 1px dashed #e1e1e1;
}

#sub-b2 .cont1 .article-list>li h4{
    margin-bottom: 40px;
}

#sub-b2 .cont1 .img-bd{
    border: 6px solid #dbdde4;
}

#sub-b2 .cont1 .img-list{
    margin-left: -27px;
    margin-right: -27px;
    margin-bottom: -30px;
}

#sub-b2 .cont1 .img-list>li{
    padding-left: 27px;
    padding-right: 27px;
    margin-bottom: 30px;
}

#sub-b2 .cont1 .img-list h5{
    margin-top: 15px;
    margin-bottom: 14px;
    font-size: 20px;
    font-weight: 700;
}

#sub-b2 .cont1 .img-list p{
    text-align: justify;
}

#sub-b2 .cont1 .cont-layout2>*{
    width: 50%;
}

#sub-b2 .cont1 .img-wrap{
    padding-right: 27px;
}

#sub-b2 .cont1 .txt-wrap{
    padding-left: 27px;
    text-align: right;
}

#sub-b2 .cont1 .cont-layout1::before,
#sub-b2 .cont1 .txt-wrap .txt::before{
    display: block;
    width: 100%;
    height: 8px;
    margin-bottom: 32px;
    border-radius: 4px;
    background: #1c2e65;
    content: '';
}

#sub-b2 .cont1 .txt-wrap p{
    text-align: justify;
    letter-spacing: -0.08em;
    line-height: 32px;
}

#sub-b2 .cont1 .txt-wrap p:not(:last-child){
    margin-bottom: 22px;
}

#sub-b2 .cont1 .letter-1{
    letter-spacing: -1px !important;
}

#sub-b2 .cont1 .img-slider .slide-bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 23px;
}

#sub-b2 .cont1 .img-slider .slide-bottom .swiper-button-prev, 
#sub-b2 .cont1 .img-slider .slide-bottom .swiper-button-next{
    position: relative;
    width: 18px;
    height: 18px;
    top: auto;
    left: auto;
    right: auto;
    margin: 0;
    background: url(../images/arr_green.png) center no-repeat;
}

#sub-b2 .cont1 .img-slider .slide-bottom .swiper-button-prev{
    transform: scale(-1);
}

#sub-b2 .cont1 .img-slider .slide-bottom .swiper-button-disabled{
    opacity: 1;
    background: url(../images/arr_gray.png) center no-repeat;
}

#sub-b2 .cont1 .img-slider .slide-bottom .swiper-button-prev.swiper-button-disabled{
    transform: scale(1);
}

#sub-b2 .cont1 .img-slider .slide-bottom .swiper-button-next.swiper-button-disabled{
    transform: scale(-1);
}

#sub-b2 .cont1 .img-slider .swiper-pagination{
    position: relative;
    display: flex;
    justify-content: center;
    
}

#sub-b2 .cont1 .img-slider .swiper-pagination .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    margin: 0 6px;
    border: 1px solid #b4b4b4;
    border-radius: 100%;
}

#sub-b2 .cont1 .img-slider .swiper-pagination .swiper-pagination-bullet-active{
    border: 1px solid #3eb134;
    background: #3eb134;
}

#sub-b2 .cont1 .article1 .cont-layout1{
    width: 100%;
    max-width: 964px;
    margin: 0 auto;
}

#sub-b2 .cont1 .article1 .cont-layout1>ul{
    width: auto;
}

#sub-b2 .cont1 .article1 .img1 span{
    display: block;
    margin-top: auto;
    margin-bottom: 4.7%;
    width: 70.2%;
    margin-left: 15.1%;
}

#sub-b2 .cont1 .article1 .img2 span{
    display: block;
    margin-left: auto;
    width: 61.5%;
    margin-top: auto;
    margin-right: 17%;
    margin-bottom: 4.7%;
}

#sub-b2 .cont1 .article2 .img-wrap>li{
    border: 2px solid #e1e1e1;
}

#sub-b2 .cont1 .article2 .img-wrap>li:not(:last-child){
    margin-bottom: 8px;
}

#sub-b2 .cont1 .article2 .txt::before{
    background: #3eb134;
}

#sub-b2 .cont1 .article3 .img-wrap>li{
    border: 1px solid #f1f1f1;
}

#sub-b2 .cont1 .article3 .img-wrap>li:not(:last-child){
    margin-bottom: 10px;
}


#sub-b2 .cont2 .inner-box{
    color: #fff;
    background: #3eb134;
}

#sub-b2 .cont2 .article-list h3{
    padding-bottom: 8px;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 1px solid #fff;
}

#sub-b2 .cont2 .article-list .cont-wrap{
    padding: 50px 58px 50px;
}

#sub-b2 .cont2 .article-list h4{
    position: relative;
    color: #1c2e65;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.04em;
}

#sub-b2 .cont2 .article-list h4::after{
    display: block;
    width: 8px;
    height: 8px;
    margin: 23px auto;
    border-radius: 100%;
    background: #fff;
    content: '';
}

#sub-b2 .cont2 .article-list p{
    text-align: justify;
    line-height: 1.8;
}

#sub-b2 .cont2 .article-list .box{
    margin-top: 30px;
    padding: 40px;
    border: 6px solid #c8c8c8;
    color: #444;
    letter-spacing: -0.05em;
    background: #f5f5f5;
}

#sub-b2 .cont2 .article-list>li:first-child h4+p{
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

#sub-b2 .cont2 .article-list>li:first-child p:last-child{
    position: relative;
    padding-left: 45px;
}

#sub-b2 .cont2 .article-list>li:first-child p:last-child span{
    position: absolute;
    top: 0;
    left: 0;
}

#sub-b2 .cont2 .article-list>li:nth-child(2) p:not(:last-child){
    margin-bottom: 25px;
}

#sub-b2 .content-list>li.cont3 .inner-box{
    padding-top: 85px;
    padding-bottom: 100px;
    background: url(../images/b2_cont3_bg.jpg) top center / 100% auto;
}

#sub-b2 .cont3 .article-list{
    padding-left: 50px;
    padding-right: 50px;
}

#sub-b2 .cont3 .article-list>li{
    position: relative;
    padding: 20px 25px 30px;
    margin-bottom: 70px;
    border: 1px solid #1c2e65;
    background: #f8f8f8;
}

#sub-b2 .cont3 .article-list>li:last-child{
    margin-bottom: 50px;
}

#sub-b2 .cont3 .article-list h3{
    display: inline-block;
    position: relative;
    margin-bottom: 25px;
}

#sub-b2 .cont3 .article-list h3 span{
    position: relative;
    z-index: 1;
}


#sub-b2 .cont3 .article-list h3 b{
    font-size: 40px;
    font-weight: 400;
}

#sub-b2 .cont3 .article-list p{
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}

#sub-b2 .cont3 .article-list p>span{
    font-size: 18px;
    color: #01bf7d;
}

#sub-b2 .cont3 .article-list [class^='list-wrap']{
    display: flex;
    flex-wrap: wrap;
}

#sub-b2 .cont3 .article-list [class^='list-wrap'] .list{
    width: 33.3%;
    padding-right: 10px;
    margin-bottom: 14px;
}

/* #sub-b2 .cont3 .article-list [class^='list-wrap'] .list:first-child{
    
}

#sub-b2 .cont3 .article-list [class^='list-wrap'] .list:nth-child(2){
    width: 35.4%;
}

#sub-b2 .cont3 .article-list [class^='list-wrap'] .list:nth-child(3){
    width: 27.7%;
} */

#sub-b2 .cont3 .article-list [class^='list-wrap'] .list>li{
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: -0.8px;
    
}

#sub-b2 .cont3 .article-list .list-wrap1 .list>li{
    padding-left: 15px;
    /* font-size: 18px; */
}

#sub-b2 .cont3 .article-list .list-wrap1 .list>li::before{
    position: absolute;
    top:0;
    left: 0;
    content: '·';
}

#sub-b2 .cont3 .article-list .list-wrap2 .list>li{
    padding-left: 55px;
}

#sub-b2 .cont3 .article-list .list-wrap2 .list>li .date{
    position: absolute;
    top:0;
    left: 0;
    width: 55px;
    color: #1c2e65;
    font-weight: 500;
}

#sub-b2 .cont3 .article-list>li .img{
    position: absolute;
    top: 0;
}

#sub-b2 .cont3 .article-list>li:first-child .img{
    right: 8.2%;
    transform: translateY(-43px);
}

#sub-b2 .cont3 .article-list>li:first-child h3{
    margin-bottom: 20px;
}

/* #sub-b2 .cont3 .article-list>li:first-child p{
    transform: translateX(-10px);
} */

#sub-b2 .cont3 .article-list>li:nth-child(2) .img{
    right: 50%;
    transform: translate(50%, -52px);
}

#sub-b2 .cont3 .article-list>li:nth-child(3) .img{
    right: 8.2%;
    transform: translateY(-43px);
}

#sub-b2 .cont3 .article-list>li:last-child .list-wrap2 .list{
    width: 50%;
}

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

    #sub-b2 .content-list>li .inner-box{
        padding: 50px 25px;
    }

    #sub-b2 .cont1 .cont-layout2{
        flex-direction: column;
        align-items: center !important;
    }

    #sub-b2 .cont1 .img-wrap{
        width: auto !important;
        padding-right: 0;
    }

    #sub-b2 .cont1 .txt-wrap{
        width: 100% !important;
        padding-left: 0;
        margin-top: 30px;
    }

    #sub-b2 .cont3 .article-list{
        padding-left: 25px;
        padding-right: 25px;
    }

    #sub-b2 .cont1 .article-list>li:nth-child(4) .txt-wrap{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #sub-b2 .cont1 .article-list>li:nth-child(4) .cont-wrap>.img-wrap{
        width: 100% !important;
        text-align: center;
    }

    #sub-b2 .cont2 .article-list .cont-wrap{
        padding: 50px 25px 50px;
    }

    #sub-b2 .cont3 .article-list [class^='list-wrap'] .list{
        width: 50% !important;
    }

    #sub-b2 .cont3 .article-list>li:first-child .img{
        width: 135px;
    }
    
    #sub-b2 .cont3 .article-list>li:nth-child(2) .img{
        width: 165px;
        transform: translate(50%, -60px);
    }

    #sub-b2 .cont3 .article-list>li:nth-child(3) .img{
        width: 140px;
    }

}

@media (max-width:767px){

    #sub-b2 .cont2 .article-list .box{
        padding-left: 25px;
        padding-right: 25px;
    }

    #sub-b2 .cont2 .article-list>li:first-child h4+p,
    #sub-b2 .cont3 .article-list p>span{
        word-break: keep-all;
    }

    #sub-b2 .cont3 .article-list [class^='list-wrap'] .list{
        width: 100% !important;
    }

    #sub-b2 .cont1 .article-list>li .img-wrap img{
        width: 100%;
    }

    #sub-b2 .cont3 .article-list [class^='list-wrap'] .list>li{
        letter-spacing: -0.05em;
    }
}

@media (max-width:575px){

    #sub-b2 .cont3 .article-list p{
        line-height: 1;
        margin-bottom: 17px;
    }

    #sub-b2 .cont3 .article-list p>span{
        display: block;
    }

    #sub-b2 .cont3 .article-list>li:first-child .img{
        width: 100px;
    }

    #sub-b2 .cont3 .article-list>li:nth-child(3) .img{
        width: 103px;
        transform: translateY(-70px);
    }
    
}

/*b3*/
#sub-b3 p{
    word-break: keep-all;
}

#sub-b3 .tit-under{
    margin-bottom: 30PX;
}

#sub-b3 .tit-under span{
    padding: 0 16px;
    color: #333;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    background: url(../images/b3_cont1_txt_bg.jpg) left bottom / 100% 11px repeat-x;
}

#sub-b3 .content-list [class^='cont']{
    padding-top: 95px;
    padding-bottom: 100px;
}

#sub-b3 [class*="img-slider"] .swiper-pagination{
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

#sub-b3 [class*="img-slider"] .swiper-pagination-bullet{
    width: 11px;
    height: 12px;
    margin: 0 7.5px;
    background: #ccc;
    opacity: 1;
}

#sub-b3 [class*="img-slider"] .swiper-pagination-bullet-active{
    background: #3eb134 !important;
}

#sub-b3 .content-list>li.cont1{
    padding-bottom: 118px;
}

#sub-b3 .cont1 .img{
    margin-top: 33px;
    margin-bottom: 27px;
}

#sub-b3 .cont1 .img-list{
    display: flex;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -20px;
}

#sub-b3 .cont1 .img-list li:nth-child(2n){
    margin-top: 48px;
}

#sub-b3 .cont1 .img-list li .box{
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

#sub-b3 .cont1 .img-list li .part{
    display: block;
    position: absolute;
    z-index: 1;
}

#sub-b3 .cont1 .img-list li:first-child .part{
    width: 24.7%;
    bottom: 6.1%;
    right: 0;
    transform: translateY(9.4%);
}

#sub-b3 .cont1 .img-list li:first-child .part{
    width: 24.7%;
    bottom: 6.1%;
    right: 0;
    transform: translateY(9.4%);
}

#sub-b3 .cont1 .img-list li:nth-child(2) .part{
    width: 28.6%;
    top: 0;
    right: 7.7%;
    transform: translateY(-15.2%);
}

#sub-b3 .cont2{
    background: url(../images/b3_cont2_bg.jpg) top center no-repeat;
}

#sub-b3 .cont2 .inner{
    max-width: 1183px;
    padding-left: 50px;
    padding-right: 50px;
}

#sub-b3 .cont2 h3{
    margin-bottom: 38px;
}

/* #sub-b3 .cont2 .img-slider .swiper-container{
    max-width: 824px;
    margin: 0 auto;
    padding-bottom: 12px;
    text-align: left;
} */

#sub-b3 .cont2 .img-slider-wrap{
    margin-top: 48px;
}

#sub-b3 .cont2 .img-slider-wrap>.img{
    max-width: 22.7%;
    margin: 0 auto;
}

#sub-b3 .cont2 .img-slider .swiper-button-next,
#sub-b3 .cont2 .img-slider .swiper-button-prev{
    width: 65px;
    height: 65px;
    border-radius: 100%;
    background: url(../images/b3_cont2_arr.png) #fff right 19px center no-repeat;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.04);
}

#sub-b3 .cont2 .img-slider .swiper-button-prev{
    transform: scale(-1);
    left: 0;
    box-shadow: -4px -4px 5px rgba(0, 0, 0, 0.04);
}

#sub-b3 .cont2 .img-slider .swiper-button-next{
    right: 0;
}

#sub-b3 .cont3{
    padding-top: 98px;
    padding-bottom: 139px;
    background: url(../images/b3_cont3_bg.jpg) top center;
}

#sub-b3 .cont3 .inner{
    max-width: 1410px;
    padding-left: 50px;
    padding-right: 50px;
}

#sub-b3 .cont3 .img-list-wrap{
    position: relative;
}

#sub-b3 .cont3 .img-list-wrap::before,
#sub-b3 .cont3 .img-list-wrap::after{
    position: absolute;
    width: 196px;
    height: 198px;
    background: url(../images/b3_cont3_tape.png) center / cover no-repeat;
    content: '';
}

#sub-b3 .cont3 .img-list-wrap::before{
    top: 0;
    left: 0;
    transform: translate(-92px, -88px);
}

#sub-b3 .cont3 .img-list-wrap::after{
    bottom: 0;
    right: 0;
    transform: translate(92px, 88px);
}

#sub-b3 .cont3 .img-list{
    margin-top: 78px;
    margin-left: -10.5px;
    margin-right: -10.5px;
    margin-bottom: -21px;
}

#sub-b3 .cont3 .img-list>li{
    padding-left: 10.5px;
    padding-right: 10.5px;
    margin-bottom: 21px;
}

#sub-b3 .cont3 .img-list .box{
    padding-top: 3.7%;
    padding-left: 13.5%;
}

#sub-b3 .cont4{
    padding-top: 95px;
    padding-bottom: 116px;
    background: url(../images/b3_cont4_bg.jpg) top center / cover no-repeat;
}

#sub-b3 .cont4>div{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#sub-b3 .cont4 p{
    margin-bottom: 60px;
}

#sub-b3 .cont4>.inner{
    max-width: 1070px;
}

#sub-b3 .cont4 .img-bd{
    border: 10px solid #fff;
}

#sub-b3 .cont4 .top-img{
    margin-bottom: 50px;
}

#sub-b3 .cont4 .img-list{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -30px;
}

#sub-b3 .cont4 .img-list>li{
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
}

#sub-b3 .cont4 .img-list>li:nth-child(2n) .img-bd{
    margin-top: 50px;
}

#sub-b3 .cont4 .img-list>li .img{
    text-align: center;
    margin-top: 38px;
    padding-left: 1.2%;
}

#sub-b3 .cont4 .img-list>li:first-child .img-bd,
#sub-b3 .cont4 .img-list>li:last-child .img-bd{
    border-color: #3d2f40;
}

#sub-b3 .cont4 .top-img.img-bd,
#sub-b3 .cont4 .img-list>li:nth-child(5) .img-bd{
    border-color: #7891d4;
}

#sub-b3 .cont4 .img-list>li:nth-child(5) .img-bd{
    transform: translateY(-4px);
}

#sub-b3 .cont4 .img-list>li:last-child .img-bd{
    margin-top: 44px;
}

@media (max-width:767px) {
    #sub-b3 .content-list>[class^='cont']{
        padding-top: 93px !important;
        padding-bottom: 100px !important;
    }

    #sub-b3 .cont2 .inner{
        padding-left: 20px;
        padding-right: 20px;
    }

    #sub-b3 [class*="img-slider"] .swiper-pagination{
        margin-top: 20px;
    }

    #sub-b3 [class*="img-slider"] .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
        margin: 0 5px;
    }

    #sub-b3 .cont1 .img-list{
        flex-wrap: wrap;
    }

    #sub-b3 .cont1 .img-list>li{
        width: 50%;
    }

    #sub-b3 .cont2 .img-slider-wrap>.img{
        max-width: 30%;
    }

    #sub-b3 .cont3 .img-list .box{
        padding-top: 0;
        padding-left: 0;
    }

    #sub-b3 .cont2 .img-slider .swiper-button-next, 
    #sub-b3 .cont2 .img-slider .swiper-button-prev{
        width: 40px;
        height: 40px;
        background-size: 12px auto;
        background-position: left 15px center;
    }

    #sub-b3 .cont2 .img-slider .swiper-button-prev{
        margin-left: 4px;
    }
    
    #sub-b3 .cont2 .img-slider .swiper-button-next{
        margin-right: 4px;
    }

    #sub-b3 .cont3 .img-list-wrap::before,
    #sub-b3 .cont3 .img-list-wrap::after{
        width: 106px;
        height: 109px;
    }

    #sub-b3 .cont3 .img-list-wrap::before{
        transform: translate(-50px, -60px);
    }

    #sub-b3 .cont3 .img-list-wrap::after {
        transform: translate(50px, 0);
    }

    #sub-b3 .cont4 p{
        margin-bottom: 36px;
    }

    #sub-b3 .cont4 .img-bd{
        width: 100%;
        margin-top: 0 !important;
        border-width: 6px;
    }

    #sub-b3 .cont4 .img-bd img{
        width: 100%;
    }

    #sub-b3 .cont4 .top-img,
    #sub-b3 .cont4 .img-list>li{
        margin-bottom: 20px;
    }

    #sub-b3 .cont4 .img-list>li:nth-child(3),
    #sub-b3 .cont4 .img-list>li:nth-child(4){
        margin-bottom: 0;
    }

    #sub-b3 .cont4 .img-list>li:nth-child(5) .img-bd{
        transform: none;
    }

    #sub-b3 .cont4 .img-list>li .img{
        padding-left: 0;
        margin: 10% auto -5.2%;
    }
    
}



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

   

    /* #sub-b3 .cont1 ul{
        flex-direction: column;
    }

    #sub-b3 .cont1 ul>li{
        width: 100% !important;
        margin-bottom: 30px;
        padding: 0 50px;
    }

    #sub-b3 .cont1 ul>li .box{
        max-width: 434px;
        margin: 0 auto;
    }

    #sub-b3 .cont1 ul>li .box .img img{
        width: 100%;
    }

    #sub-b3 .cont1 ul>li:nth-child(1){
        position: relative;
        top: auto;
        left: auto;
    }

    #sub-b3 .cont1 ul>li:nth-child(1) .ani-img{
        top: 43px;
        left: 0;
        right: auto;
        transform: translateX(-20px);
        z-index: 1;
    }

    #sub-b3 .cont1 ul>li:nth-child(1) .ani-img .part{
        top: auto;
        left: 15.9%;
        bottom: 0;
        transform: translateY(83px);
    }
    
    #sub-b3 .cont1 ul>li:nth-child(2){
        transform: none;
    }

    #sub-b3 .cont1 ul>li:nth-child(3){
        margin-top: 0;
    }

    #sub-b3 .cont1 ul>li:nth-child(3) .ani-img.img1{
        left: auto;
        right: 0;
        transform: translateY(-105px);
        z-index: 1;
    }

    #sub-b3 .cont1 ul>li:nth-child(3) .ani-img .part{
        left: auto;
        right: 10%;
        transform: translateY(-65px);
    }

    #sub-b3 .cont1 ul>li:nth-child(3) .ani-img.img2{
        top: 50%;
        left: 0;
        transform: translateY(calc(-50% + 65px));
        animation: twinkle infinite 1s 0.4s;
    }

    #sub-b3 .cont3 .article-list>li:not(:last-child){
        margin-bottom: 60px;
    }

    #sub-b3 .cont3 .article-list>li:first-child p,
    #sub-b3 .cont3 .article-list>li:nth-child(2)>p{
        margin-bottom: 35px;
    }

    #sub-b3 .cont3 .article-list>li:nth-child(2) .img-list-wrap p{
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #sub-b3 .cont3 .article-list>li:nth-child(2) .img-slider .swiper-button-prev,
    #sub-b3 .cont3 .article-list>li:nth-child(2) .img-slider .swiper-button-next{
        width: 21px;
    }
    
    #sub-b3 .cont4{
        background-image: url(../images/b3_cont4_bg1_m.png), url(../images/b3_cont4_bg2_m.png);
    }

    #sub-b3 .cont4 .article-list [class*="img-slider"] .swiper-button-next, 
    #sub-b3 .cont4 .article-list [class*="img-slider"] .swiper-button-prev{
        width: 40px;
        height: 40px;
        background-size: 12px auto;
        background-position: left 15px center;
    }

    #sub-b3 .cont5 .hashtag{
        margin-top: 30px;
        margin-left: -5px;
        margin-right: -5px;
        margin-bottom: 47px;
    }
    
    #sub-b3 .cont5 .hashtag>li{
        padding: 0 5px;
    } */
}

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

    #sub-b3 .tit-under span{
        font-size: 33px;
    }

    /* #sub-b3 .cont1 ul>li{
        padding: 0 30px;
    }

    #sub-b3 .cont1 ul>li:nth-child(1) .ani-img{
        top: 10%;
        width: 100px;
    }

    #sub-b3 .cont1 ul>li:nth-child(1) .ani-img .part{
        width: 20px;
        transform: translateY(70px);
    }

    #sub-b3 .cont1 ul>li:nth-child(3) .ani-img.img1{
        width: 100px;
        transform: translateY(-70px);
    }

    #sub-b3 .cont1 ul>li:nth-child(3) .ani-img .part{
        transform: translateY(-35px);
    }
    #sub-b3 .cont2>div>p{
        margin-bottom: 30px;
    }

    #sub-b3 .cont2 .img-wrap2 .img1{
        width: 56px;
    }

    #sub-b3 .cont2 .img-wrap2 .img2{
        width: 226px;
        margin: 0 auto;
    }

    #sub-b3 .cont2 .img-wrap .img3{
        top: 10px;
        width: 66px;
    }

    #sub-b3 .cont2 .img-wrap .img4{
        width: 210px;
        transform: translateY(-35px);
    }

    #sub-b3 .cont2 .btns{
        margin-top: 120px;
    } */

}

/*sub-c common*/
[id^='sub-c'] .content-top-txt{
    padding-top: 83px;
    padding-bottom: 83px;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}

[id^='sub-c'] .content-top-txt .point{
    color: #3eb134;
}

/*c1*/

#sub-c1 .point{
    display: block;
    margin-bottom: 12px;
    font-size: 24px;
    color: #ff6585;
}

#sub-c1 .sub-content>article{
    padding: 100px 0;
}


#sub-c1 .sub-content>article h3{
    position: relative;
    padding-bottom: 59px;
    margin-bottom: 30px;
    background: url(../images/c1_cont2_ico.png) bottom center no-repeat;
}

#sub-c1 .sub-content>article h3::after{
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 41px;
    background: #ff6585;
    transform: translateX(-50%) rotate(45deg);
    content: '';
}

#sub-c1 .sub-content>article .info{
    color: #333;
    font-size: 18px;
    text-align: center;
    letter-spacing: normal;
    line-height: 1.9;
}


#sub-c1 .sub-content>article .img-list .box{
    padding: 15px 15px 0;
    background: #fff;
}

#sub-c1 .sub-content>article .img-list .box .info{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 135px;
}

#sub-c1 .sub-content .cont1{
    background: url(../images/c1_cont1_bg.jpg)#d3f0bd top center / auto 100% no-repeat;
}

#sub-c1 .sub-content .cont1 .img-list{
    max-width: 800px;
    margin: 0 auto;
}

#sub-c1 .sub-content .cont1 .img-list>li:not(:last-child){
    margin-bottom: 39px;
}

#sub-c1 .sub-content .cont2{
    background: url(../images/c1_cont2_bg.jpg) top center / auto 100% no-repeat;
}

#sub-c1 .sub-content .cont2 .info{
    margin-top: 30px;
    margin-bottom: 30px;
}

#sub-c1 .sub-content .cont3{
    background: url(../images/c1_cont3_bg.jpg)#fdf1ff top center / cover;
}

#sub-c1 .sub-content .cont3 .img{
    margin-bottom: 93px;
}

#sub-c1 .sub-content .cont3 .img-list .box{
    position: relative;
    height: 100%;
}

#sub-c1 .sub-content .cont3 .img-list .box::before{
    display: block;
    position: absolute;
    top: 0;
    right:14.3%;
    width: 7.6%;
    height: 28.2%;
    background: #87be5f;
    opacity: 0.8;
    transform: translateY(-54px) rotate(45deg);
    content: '';
}

#sub-c1 .sub-content .cont3 .img-list>li:nth-child(2) .box::before{
    background: #ff92a9;
}


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

    #sub-c1 .sub-content .cont3 .img-list>li:not(:last-child){
        margin-bottom: 80px;
    }
}

/*c2*/
#sub-c2 .sub-content{
    padding: 112px 0 175px;
    background-image: url(../images/c2_bg.png), url(../images/c2_bg2.png);
    background-position: left top, left bottom -204px;
    /* background-size: auto 175px; */
    background-repeat: repeat-x;
    background-color: #fdeca7;
}

#sub-c2 .sub-content [class^="cont"]{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#sub-c2 .sub-content h3{
    border-radius: 5.5px;
    overflow: hidden;
}

#sub-c2 .sub-content .restaurant{
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #444;
    font-size: 22px;
    font-weight: 700;
}

#sub-c2 .sub-content .restaurant span{
    position: relative;
    z-index: 1;
}

#sub-c2 .sub-content .restaurant::before{
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 15px;
    border-radius: 7px;
    background: #fff;
    content: '';
}

#sub-c2 .sub-content .info{
    width: 100%;
    max-width: 548px;
    text-align: left;
}

#sub-c2 .sub-content .info>li:not(:last-child){
    margin-bottom: 5px;
}

#sub-c2 .sub-content .img-list{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 34px;
    margin-bottom: 31px;
}

#sub-c2 .sub-content .txt-box{
    display: flex;
    align-items: flex-end;
    line-height: 1.7;
    letter-spacing: -0.08em;
    border: 2px solid #efbb70;
    background: #fdeca7;
}

#sub-c2 .sub-content .txt-box .txt{
    width: calc(100% - 250px);
    padding: 23px 30px;
    padding-right: 0;
}

#sub-c2 .sub-content .txt-box .txt>b{
    display: block;
    text-align: left;
    margin-bottom: 14px;
}

#sub-c2 .sub-content .txt-box .txt>p{
    text-align: justify;
}

#sub-c2 .sub-content .txt-box .img{
    width: 250px;
    text-align: right;
}

#sub-c2 .sub-content .cont1{
    padding-bottom: 64px;
    margin-bottom: 65px;
    border-bottom: 2px dashed #6d4c32;
}

#sub-c2 .sub-content .cont1 .txt-box .img{
    padding-right: 20px;
}

/* #sub-c2 .sub-content p{
    font-size: 22px;
}

#sub-c2 .sub-content .chef{
    margin-bottom: 50px;
}

#sub-c2 .sub-content .chef h3{
    padding: 0 20px;
    color: #fe717a;
}

#sub-c2 .sub-content .chef p{
    font-size: 22px;
    font-weight: 700;
}

#sub-c2 .sub-content .bubble-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 940px;
    margin: 0 auto 53px;
}

#sub-c2 .sub-content .bubble-wrap .bubble{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin-bottom: 23px;
    padding: 30px 40px;
    min-height: 200px;
    background: url(../images/c2_bubble.png) center / 100% 100% no-repeat;
}

#sub-c2 .sub-content .bubble-wrap .bubble::after{
    position: absolute;
    bottom: 0;
    left: 35%;
    width: 58px;
    height: 56px;
    background: url(../images/c2_bubble_arr.png) center / 100% 100% no-repeat;
    content: '';
    transform: translateY(30px);
}

@media (max-width:575px) {
    #sub-c2 .sub-content .bubble-wrap .bubble{
        background-image: url(../images/c2_bubble_m.png);
    }
}

#sub-c2 .sub-content .bubble-wrap .bubble p{
    font-size: 18px;
    line-height: 1.9;
}

#sub-c2 .sub-content .bubble-wrap .bubble p b{
    color: #fe717a;
}

#sub-c2 .sub-content .bubble-wrap .ani-img{
    position: relative;
}

#sub-c2 .sub-content .bubble-wrap .ani-img .base{
    animation: c2-ani infinite 1s;
}

#sub-c2 .sub-content .bubble-wrap .ani-img .part{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    animation: c2-ani2 infinite 1s;
}

@keyframes c2-ani {
    0%, 49%,100%{
        opacity: 1;
    }
    50%, 99%{
        opacity: 0;
    }
}
@keyframes c2-ani2 {
    0%, 49%, 100%{
        opacity: 0;
    }
    
    50%, 99%{
        opacity: 1;
    }
}

#sub-c2 .sub-content .ingredients{
    margin-bottom: 70px;
}

#sub-c2 .sub-content .ingredients p{
    margin-bottom: 35px;
}

#sub-c2 .sub-content .recipe{
    margin-bottom: 130px;
}

#sub-c2 .sub-content .recipe .tit{
    margin-bottom: 40px;
}

#sub-c2 .sub-content .recipe ul{
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: -65px;
}

#sub-c2 .sub-content .recipe ul>li{
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 65px;
}

#sub-c2 .sub-content .recipe p{
    position: relative;
    
    margin-top: 10px;
    padding-left: 60px;
    text-align: left;
}

#sub-c2 .sub-content .recipe .num{
    position: absolute;
    display: block;
    top: 0;
    left: 13px;
    width: 31px;
    height: 31px;
    margin-right: 14px;
    padding-bottom: 5px;
    color: #fff;
    text-align: center;
    line-height: 27px;
    border-radius: 100%;
    background: #fe717a;
}
*/

@media (max-width:767px){

    #sub-c2 .sub-content .img-list{
        flex-direction: column;
    }

    #sub-c2 .sub-content .img-list>li:not(:last-child){
        margin-bottom: 20px;
    }
    
    #sub-c2 .sub-content .txt-box{
        flex-direction: column;
    }

    #sub-c2 .sub-content .txt-box .txt{
        width: 100%;
        padding-right: 30px;
    }
} 
