section, section *{ 
    box-sizing:border-box; 
}
*{ 
    box-sizing:border-box; 
}
section{ 
    overflow:hidden; 
}
.mc-con{  
    width:100%; 
    margin:0 auto; 
    padding: 100px 200px 0;
    position: relative;
    z-index: 4;
}

.main_sc{
    width: 100%; 
    position: relative; 
    background-repeat: no-repeat; 
    background-position: center; 
    background-size: cover;
}

.sect-tit{
    width: 100%;
    text-align: center;
    margin-bottom: 3rem;
    color: #fff;
}
.sect-tit > h3{
    font-size: 45px;
    font-weight: 700;
}
.sect-tit > h3 > span{
    color: #78161B;
}
.sect-tit > p{
    font-size: 22px;
    font-weight: 700;
    margin-top: 1rem;
}

.mb-0{
    margin-bottom: 0 !important;
}

/* 메인 섹션 */
#sc01{ 
    background-color:#333; 
    position: relative; 
    overflow: hidden;
}
#sc01::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
}

.main-caption{
    width: 100%; 
    padding: 0 200px; 
    position: absolute; 
    top: 50%;
    transform: translateY(-50%); 
    left: 0;  
    z-index: 99; 
    color: #fff;
    font-family: 'ns' !important;
}
.main-caption > h5{
    font-size: 22px; 
    font-weight: 400;
    margin-bottom: 1.5rem;
    letter-spacing: -2px;
}
.main-caption > h2{
    font-size: 54px; 
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    letter-spacing: -2px;
}
.main-caption > p{
    font-size: 22px; 
    font-weight: 400;
    line-height: 1;
}
.main-caption > p > span{
    font-size: 26px;
}
.main-caption > p > span > b{
    display: inline-block;
    padding: 5px 5px 2px;
    position: relative;
    background-color: #e9be48;
}
.mc-sign{
    display: flex;
    width: 100%;
    justify-content: center;
}
.mc-sign img{
    width: 100%;
    max-width: 400px;
}

.sc01-img{
    display: inline-flex; 
    width: 400px;
}
.sc01-img img{
    width: 100%;
}

.sc01Sli{ 
    position:relative; 
    z-index:1; 
    background-color:#333; 
    overflow:hidden; 
}
.sc01_bg{ 
    position:absolute; 
    z-index:1; 
    top:0; 
    bottom:0; 
    left:0; 
    right:0; 
    background-color:#333; 
    background-position:center; 
    background-size:cover; 
    background-repeat:no-repeat; 
}
.sc01_mbg{ 
    display:none; 
    position:absolute; 
    z-index:1; 
    top:0; 
    bottom:0; 
    left:0; 
    right:0; 
    background-color:#333; 
    background-position:center; 
    background-size:cover; 
    background-repeat:no-repeat; 
}
.sc01_fr{ 
    position:relative; 
    z-index:1; 
    min-height:max(600px,36.4583333vw); 
    padding:150px 70px; 
    display:flex; 
    align-items:center; 
    /*background-color:rgba(0,0,0,.35);*/ 
}

.sc01mw{ 
    position:relative; 
    z-index:1; 
    overflow:hidden; 
    background-color:#333; 
    width: 100%; 
    height: 100%;
}
.sc01mw > .sc01_bdo{ 
    position:absolute; 
    z-index:1; 
    top:50%; 
    left:50%; 
    min-width:100%; 
    height:155%; 
    transform:translate(-50%,-50%); 
}

.vimeo_player_wrapper{
    opacity: 1 !important;
}

/* 등록증서 */
#sc09{
    background-color: #f1f1f1;
}
.sc09-wrap{
    width: 100%;
    display: flex;
    justify-content: center;
}
.sc09-caption{
    text-align: left;
    padding-right: 300px;
}
.sc09-caption .sect-tit{
    text-align: left;
}
.sc09-caption .sect-tit > h5{
    color: #232323;
    font-size: 36px;
    margin-bottom: 1rem;
    line-height: 1;
}
.sc09-caption .sect-tit > h3{
    color: #232323;
}
.sc09-caption .sect-tit > p{
    color: #666;
    font-weight: 400;
    font-size: 20px;
    margin-top: 1.5rem;
    line-height: 1.6;
}
.sc09-img{
    display: flex;
}
.sc09-img img{
    width: auto;
    max-height: 700px;
}

/* 변호사소개 */
#sc02{
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #232323;
}
#sc02::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 1;
}
.sc02-tit{
    margin-bottom: 2rem;
    position: relative;
    width: 100%;
    color: #fff;
}
.sc02-tit::before{
    content: "";
    width: calc(100% - 677px);
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 3;
}
.sc02-tit::after{
    content: "";
    width: 1px;
    height: 70%;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 30px;
    right: 0;
}
.sc02-tit > h3{
    font-size: 45px;
    font-weight: 700;
    display: inline-block;
    padding: 0 1.5rem 1rem 0;
    position: relative;
    z-index: 4;
}
.sc02-tit > h5{
    font-size: 22px;
    font-weight: 700;
}
.sc02-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.sc02-cont{
    width: 40%;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.sc02-sb{
    width: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    text-align: center;
    z-index: 1;
}
.sc02-sb img{
    max-width: 250px;
    display: inline-block;
}
.sc02-cont > .sc02-box{
    width: 48%;
    position: relative;
    z-index: 2;
}
.sc02-box{
    text-align: center;
    color: #fff;
}
.sc02-box > P{
    font-size: 22px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sc02-box > p > span{
    font-weight: 700;
    margin-right: 15px;
}
.sc02-img{
    display: flex;
    margin-bottom: 1rem;
}
.sc02-img img{
    width: 100%;
    border-radius: 45px 0 45px 0;
}
.sc02-swiper{
    width: 100%;
    position: relative;
}

.sc02-btn{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 1.5rem;
}
.sc02-btn > h5{
    font-size: 22px;
    color: #f9f9f9;
    font-weight: 700;
}
.sc02-btn > a{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 20px;
    background-color: #78161B;
    border-radius: 10px;
    box-shadow: 6px 6px 4px 0px rgba(0, 0, 0, 0.25);
    margin-left: 1rem;
}

.swiper-button-next:after, .swiper-button-prev:after{
    display: none;
}
.swiper-button-next.sc02nv{
    right: 0;
    top: 0;
}
.swiper-button-next, .swiper-button-prev{
    width: auto;
    height: auto;
    margin-top: 0;
    top: auto;
}
.swiper-button-next > span, .swiper-button-prev > span{
    display: inline-block;
    width: 48px;
    height: 48px;
    text-align: center;
    border-radius: 50%;
    background-color: #78161B;
    color: #fff;
    font-size: 20px;
    transition: .5s;
    line-height: 48px;
}
 

/* sc03 */
#sc03{
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #f9f9f9;
}
#sc03::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 3;
}

.sc03-vimeo{width: 100%; padding-top: 56.25%; position: absolute; z-index: 2;}
.sc03-vimeo iframe{position: absolute; top: -0%; width: 100%; height: 100%; object-fit: cover;}

#sc03 .sect-tit{
    margin-bottom: 4rem;
    color: #232323;
}
.sc03-caption{
    width: 100%;
    max-width: 996px;
    margin: 0 auto;
}
.sc03-caption > ul > li{
    font-size: 25px;
    color: #232323;
    font-weight: 300;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #c8c8c8;
    text-align: center;
}
.sc03-caption > ul > li:last-child{
    margin-bottom: 0;
}
.sc03-caption > ul > li > span{
    display: inline-block;
    color: #232323;
    font-size: 30px;
    font-weight: 700;
    position: relative;
}
.sc03-caption > ul > li > span::before{
    content: "";
    width: 0%;
    height: 35%;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .7s ease-in;
    transition-delay: 1s;
    background-color: rgba(120, 22, 27, 0.2);
    z-index: -1;
}
.sc03-caption > ul > li > span.ani.act::before{
    width: 100%;
}
.sc03-caption > p{
    text-align: center;
    margin-top: 3rem;
    font-size: 30px;
    font-weight: 700;
    color: #232323;
}

#sc03.active .sc03-caption > ul > li > span::before{
    width: 100%;
}

/* sc04 */
#sc04{
    background-color: #fff;
}
.sc04-tit{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}
#sc04 .sect-tit{
    display: flex;
    align-items: flex-end;
    color: #232323;
    margin-bottom: 0;
}
#sc04 .sect-tit > h3{
    line-height: 1;
}
#sc04 .sect-tit > p{
    margin-top: 0;
    margin-left: 1.5rem;
}
.sc04-btn{
    width: 120px;
    height: 48px;
    position: relative;
}
.swiper-button-next.sc04nv{
    right: 0;
}
.swiper-button-prev.sc04nv{
    left: 0;
}
.sc04-swiper{
    overflow: hidden;
}
.sc04-img{
    display: flex;
    margin-bottom: 1rem;
    border: 1px solid #ddd;
}
.sc04-img img{
    width: 100%;
}
.sc04-box > ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.sc04-box > ul > li{
    font-size: 18px;
    color: #232323;
    font-weight: 400;
}
.sc04-box > ul > li:first-child{
    color: #78161B;
    font-weight: 700;
}
.more-btn{
    padding-top: 3rem;
    text-align: center;
    position: relative;
    z-index: 4;
}
.more-btn > a{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 20px;
    background-color: #78161B;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

/* sc05 */
#sc05{
    background-color: #232323;
}
.sc05_mq{ width:3500px; display:flex; transform:translate(0, 0); animation:40s marquee infinite linear; -webkit-animation:40s marquee infinite linear; -moz-animation:40s marquee infinite linear; -o-animation:40s marquee infinite linear; }
.sc05_mq > li{margin: 0 10px; background-repeat: no-repeat; background-position: center; background-size: cover; padding: 5px; border-radius: 10px; border: 1px solid rgba(255, 255, 255, 0.7);}
.sc05_mq > li > img{ display:block; width:100%; height:auto; border-radius: 5px;}
@keyframes marquee{
	from{ transform:translate(0, 0); }
	to{ transform:translate(-1280px, 0); }
}

/* 선율로 유튜브 */
#sc07{
    background-color: #fff;
}
#sc07 .mc-con{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3rem;
}
#sc07 .sect-tit{
    display: flex;
    align-items: flex-end;
    margin-bottom: 0;
    color: #000;
}
#sc07 .sect-tit > h3{
    line-height: 1;
}
#sc07 .sect-tit > p{
    margin-top: 0;
    margin-left: 1.5rem;
}
.sc07-btn{
    width: 120px;
    height: 48px;
    position: relative;
}
.swiper-button-next.sc07nv{
    right: 0;
}
.swiper-button-prev.sc07nv{
    left: 0;
}
.sc07-slide{
    width: 100%;
    padding: 0 200px;
}
.sc07swiper{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.sc07-wrap{
    width: 100%;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.sc07-box{
    width: calc((100% - 60px) / 3);
}
.sc07-img{
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
}
.sc07-img img{
    width: 100%;
}
.sc07-caption{
    width: 100%;
    display: flex;
    align-items: center;
}
.sc07-icon{
    display: flex;
    margin-right: 1rem;
}
.sc07-icon img{
    width: 100%;
    max-width: 37px;
    border-radius: 50%;
}
.sc07-cont > h5{
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
    transition: .4s;
}
.sc07-cont > p{
    font-size: 12px;
    font-weight: 400;
    color: #666;
}

/* 실시간 상담 */
#sc06{
    background-color: #fff;
}
#sc06 .sect-tit{
    color: #000;
}
.sc06-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.sc06-box{
    width: 49%;
}

.tab_tit ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.tab_tit li{
    width: 49%;
    padding: 30px;
    background-color: #f5f5f5;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
}
.tab_tit li.on{
    background-color: #78161B;
    color: #fff;
}

.tab_con > div{
    width: 100%;
}
.tab_con > div:last-child{
    display: none;
}

.root_daum_roughmap{
    width: 100% !important;
}
.root_daum_roughmap .wrap_controllers{
    display: none;
}
.root_daum_roughmap .cont{
    display: none;
}
.sc06-map{
    width: 100%;
    position: relative;
}

/* sc08 */
#sc08{
    background-color: #f9f9f9;
}
#sc08 .sect-tit{
    color: #000;
}
.sc08-wrap{width: 100%; display: flex; justify-content: center; margin-bottom: 3rem;}
.sc08-wrap:last-child{margin-bottom: 0;}
.sc08-box{width: 33.3333%; padding: 0 15px;}
.sc08-card{position: relative; min-height: 256px; padding: 2.5rem; display: flex; border-radius: 20px; background-color: #fff; box-shadow: 5px 8px 25px -5px rgba(0,0,0,0.1); justify-content: space-between; transition: .5s;}
.sc08-card:hover{background-color: #ebf2ff; box-shadow: 5px 8px 25px -5px rgba(0,0,0,0.2);}
.sc08-cont{width: 70%;}
.sc08-cont > h5{font-size: 22px; color: #2a2a2a; margin-bottom: 1rem; line-height: 1.2;}
.sc08-cont > p{font-size: 16px; color: #2a2a2a; font-weight: 400; line-height: 1.4;}
.sc08-etc{width: 29%; font-size: 16px; color: #9b9b9b; font-weight: 400; text-align: right; line-height: 1.4;}
.sc08-face{position: absolute; bottom: -25px; right: 10px;}
.sc08-face img{width: auto;}

@keyframes shake{
    0%{transform: rotate(0);}
    20%{transform: rotate(-5deg);}
    60%{transform: rotate(8deg);}
    100%{transform: rotate(0);}
}

.sc08-card:hover .sc08-face{animation: shake 1s ease-in-out;}

.form-bg{
    width: 100%;
    background-color: #fff;
}
.form-con{
    width: 100%;
    max-width: 1037px;
    margin: 0 auto;
}
.form-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.form-box{
    width: 49%;
}
.form-box input{
    width: 100%;
    padding: 1rem;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    font-size: 16px;
}
.form-box input::placeholder{
    font-size: 16px;
    color: #666;
}
.form-box label{
    width: 100%;
    display: block;
}
.form-box label p.on{
    width: 100%;
    padding: 1rem;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    font-size: 16px;
    display: block;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.form-box label p.on > span{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: calc(50% - 38px);
    transform: translateY(-50%);
    opacity: 0;
}
.form-box label [type="radio"]{
    display: none;
}
.form-box label [type="radio"]:checked + .on{
    background-color: #78161B;
    border-color: #78161B;
    color: #fff;
}
.form-box label [type="radio"]:checked + .on > span{
    opacity: 1;
}
.form-textarea{
    width: 100%;
    margin-bottom: 1rem;
}
.form-textarea textarea{
    width: 100%;
    height: 150px;
    padding: 1rem;
    color: #000;
    outline: none;
    border: 1px solid #d5d5d5;
    resize: none;
    font-size: 16px;
    border-radius: 10px;
}
.form-textarea textarea::placeholder{
    font-size: 16px;
    color: #666;
}
.submit-wrap{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.submit-caption{
    display: flex;
    align-items: center;
}
.submit-caption label{
    font-size: 16px;
}
.sbtn{
    border: 1px solid #78161B;
    padding: 1rem 4rem;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
    background-color: #78161B;
    cursor: pointer;
}
.pol-btn{
    display: inline-block;
    font-size: 14px;
    padding: 10px 1rem;
    border-radius: 5px;
    background-color: #78161B;
    color: #fff;
    margin-left: 10px;
    cursor: pointer;
}

#modal{
    position: fixed; top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}
.modal_content{
    width: 80%;
    max-width: 1000px;
    background-color: #fff;
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}
.modal_body{
    padding: 2rem 2rem 80px;
    height: 600px;
    overflow-y: auto;
}
.modal_body > p{
    font-size: 16px;
    line-height: 1.5;
}
.modal_foot{
    width: 100%;
    height: 50px;
    position: absolute; bottom: 0; left: 0;
    background-color: #f5f5f5;
    text-align: center;
}
.modal_foot .pol-close{
    padding: 10px 20px;
    background-color: #f5f5f5;
    color: #000;
    margin-top: 5px;
    font-size: 18px;
    cursor: pointer;
}

@media(min-width:1200px){
	.ms-img{
        display: block; 
        width: 100%; 
        height: 100vh; 
        background-repeat: no-repeat; 
        background-position: center; 
        background-size: cover;
    }
	.ms-img-m{
        display: none;
    }
    .swiper-pagination.sc02pn{
        display: none;
    }
    .swiper-pagination.sc04pn{
        display: none;
    }

	.ani.up.delay{
        transition: 1s opacity 0.2s, 1s transform 0.2s;
    }
    .ani.up.delay2{
        transition: 1s opacity 0.5s, 1s transform 0.5s;
    }
    .ani.up.delay3{
        transition: 1s opacity 0.8s, 1s transform 0.8s;
    }

    .swiper-pagination.sc07pn{
        display: none;
    }
    .pc-con{display: block;}
    .mo-con{display: none;}

}

@media(max-width:1630px){
    .mc-con{
      padding: 0 100px;
    }
    .main-caption{
        padding: 0 100px;
    }

    .sc07-slide{
        padding: 0 100px;
    }

    .sc08-box{padding: 0 5px;}
    .sc08-card{padding: 2rem;}
    .sc08-cont{width: 71%;}
    .sc08-cont > h5{font-size: 18px;}
    .sc08-cont > p{font-size: 14px;}
    .sc08-etc{width: 28%; font-size: 14px;}

    .sc09-img img{
        max-height: 550px;
    }
}
@media(max-width:1499px){
    .mc-con{
        padding: 0 40px;
    }
    .main-caption{
        padding: 0 40px;
    }

    .sc07-slide{
        padding: 0 40px;
    }
    .main-caption > h5{
        font-size: 18px;
    }
    .main-caption > h2{
        font-size: 60px;
    }
    .main-caption > p{
        font-size: 18px;
    }
    .sect-tit > h3{
        font-size: 38px;
    }
    .sect-tit > p{
        font-size: 20px;
    }

    .sc03-caption{
        max-width: 850px;
    }
    .sc03-caption > ul > li{
        font-size: 24px;
    }
    .sc02-tit > h3{
        font-size: 38px;
    }
    .sc02-tit > p{
        font-size: 20px;
    }
    .sc02-tit::before{
        width: calc(100% - 575px);
    }

    #sc07 .mc-con{
        margin-bottom: 2rem;
    }
    .sect-tit{
        margin-bottom: 2rem;
    }
    .sc08-card{
        min-height: 210px;
    }
    .sc08-face img{
        max-width: 100px;
    }

}
@media(max-width:1199px){

    .fp-tableCell{
        height: auto !important;
    }
    .fp-section{
        height: auto !important;
    }

	.sc01_fr{ 
        padding:150px 15px; 
    }
	.sc01_nav{ 
        display:none; 
    }

    .pc-con{display: none;}
    .mo-con{display: block;}
    .mc-con{
        padding: 0 15px;
    }

	.ms-img{
        display: none;
    }
	.ms-img-m{
        display: block; 
        width: 100%; 
        height: 100vh; 
        background-repeat: no-repeat; 
        background-position: center; 
        background-size: cover;
    }

    .main-caption{
        padding: 0 15px;
    }
    .main-caption > h5{
        margin-bottom: 1.5rem;
    }
    .main-caption > h2{
        font-size: 40px; 
        margin-bottom: 1.5rem;
    }
    .main-caption > p{
        font-size: 16px;
        line-height: 1.4;
    }
    .mc-sign img{
        max-width: 200px;
    }
    
    .sc01-img{width: 100%; justify-content: center;}
    .sc01-img img{max-width: 200px;}

    #sc03{
        padding: 80px 0;
    }
    #sc03 .sect-tit{
        margin-bottom: 3rem;
    }
    .sect-tit > h3{
        font-size: 30px;
        line-height: 1.4;
    }
    .sect-tit > p{
        font-size: 18px;
        margin-top: 10px;
    }
    .sc03-caption > ul > li{
        font-size: 16px;
        line-height: 1.4;
    }
    .sc03-caption > ul > li > span{
        font-size: 18px;
    }
    .sc03-caption > p{
        margin-top: 2rem;
        font-size: 20px;
    }

    #sc02{
        padding: 80px 0;
    }
    .sc02-tit{
        margin-bottom: 1.5rem;
        text-align: center;
    }
    .sc02-tit > h3{
        font-size: 30px;
        line-height: 1.4;
        padding: 0 0 10px 0;
    }
    .sc02-tit > h5{
        font-size: 16px;
    }
    .sc02-tit::before, .sc02-tit::after{
        display: none;
    }
    .sc02-wrap{
        flex-direction: column;
        align-items: center;
    }
    .sc02-cont{
        width: 100%;
    }
    .sc02-swiper{
        width: 100%;
        padding-top: 0;
    }
    .sc02-img img{
        border-radius: 25px 0 25px 0;
    }

    .sc02swiper{
        padding-bottom: 2rem;
    }
    .swiper-pagination.sc02pn{
        bottom: 0;
    }
    .swiper-pagination.sc02pn .swiper-pagination-bullet{
        background: #fff;
    }
    .swiper-pagination.sc02pn .swiper-pagination-bullet-active{
        background: #78161B;
    }
    .sc02-box > P{
        font-size: 18px;
    }
    .sc02-sb img{
        width: 120px;
    }
    .sc02-btn{
        flex-direction: column;
        margin-bottom: 2rem;
    }
    .sc02-btn > h5{
        font-size: 20px;
        text-align: center;
        margin-bottom: 1rem;
        line-height: 1.4;
    }
    .sc02-btn > a{
        font-size: 14px;
        padding: 13px 20px;
        border-radius: 5px;
    }

    #sc04{
        padding: 80px 0;
    }
    .sc04-tit{
        flex-direction: column;
    }
    #sc04 .sect-tit{
        margin-bottom: 1rem;
        justify-content: center;
    }
    .swiper-button-next > span, .swiper-button-prev > span{
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 41px;
    }
    .sc04-btn{
        width: 90px;
        height: 40px;
    }
    .sc04-box > ul > li{
        font-size: 16px;
    }
    .more-btn{
        padding-top: 2rem;
    }
    .more-btn > a{
        font-size: 14px;
        padding: 13px 20px;
        border-radius: 5px;
    }
    #sc04 .sect-tit > h3{
        line-height: 1.4;
    }

    #sc05{
        padding: 80px 0;
    }
    .sc05_mq{
        width: 1750px;
    }
    .sc05_mq > li{
        margin: 0 5px;
        padding: 2px;
        border-radius: 5px;
    }
    .sc05_mq > li > img{
        border-radius: 2px;
    }

    #sc06{
        padding: 80px 0;
    }

    #sc07{
        padding: 80px 0;
    }
    .sc07-slide{
        padding: 0 15px;
    }
    #sc07 .sect-tit > h3{
        line-height: 1.4;
    }

    .swiper-pagination.sc07pn{
        display: block;
        bottom: 0;
    }
    .sc07swiper{
        padding-bottom: 2rem;
    }
    .swiper-pagination.sc07pn .swiper-pagination-bullet-active{
        background: #78161B;
    }
    #sc07 .mc-con{
        flex-direction: column;
    }
    #sc07 .sect-tit{
        justify-content: center;
        margin-bottom: 1rem;
    }
    .sc07-btn{
        width: 90px;
        height: 40px;
    }
    .sc07-box{
        width: 100%;
    }
    .sc07-box:last-child{
        margin-bottom: 0;
    }
    .sc07-caption{
        align-items: flex-start;
    }
    .sc07-icon{
        margin-right: 10px;
    }

    #sc08{padding: 80px 0;}
    .sc08 .sect-tit{margin-bottom: 2rem;}
    .sc08Swiper{position: relative; padding-bottom: 35px;}
    .swiper-pagination.sc08btn{bottom: 0;}
    .swiper-pagination.sc08btn .swiper-pagination-bullet-active{background: #4351d4;}
    .sc08-card{padding: 2rem 1.5rem; min-height: 220px;}
    .sc08-etc{font-size: 12px;}
    .sc08-face{max-width: 90px; bottom: -10px;}

    .sc06-wrap{
        flex-direction: column;
    }
    .sc06-box{
        width: 100%;
        margin-bottom: 2rem;
    }
    #sc06 .sect-tit{
        margin-bottom: 1.5rem;
    }
    .sc06-box:last-child{
        margin-bottom: 0;
    }
    .tab_tit ul{
        margin-bottom: 1.5rem;
    }
    .tab_tit ul li{
        font-size: 16px;
        padding: 1rem;
    }
    .sc06-map iframe{
        height: 300px;
    }
    .form-bg{
        padding: 0;
    }
    .form-wrap.mo{
        flex-direction: column;
    }
    .form-wrap.mo .form-box{
        width: 100%;
        margin-bottom: 1rem;
    }
    .form-wrap.mo .form-box:last-child{
        margin-bottom: 0;
    }
    .form-box input{
        font-size: 14px;
    }
    .form-box input::placeholder{
        font-size: 14px;
    }
    .form-box label p.on{
        font-size: 14px;
    }
    .form-box label p.on > span{
        left: calc(50% - 34px);
    }
    .form-textarea textarea{
        font-size: 14px;
    }
    .form-textarea textarea::placeholder{
        font-size: 14px;
    }
    .submit-wrap{
        flex-direction: column;
    }
    .submit-caption{
        margin-bottom: 1rem;
        width: 100%;
        justify-content: space-between;
    }
    .submit-caption label{
        font-size: 14px;
    }
    .pol-btn{
        font-size: 12px;
        padding: 8px 16px;
        margin-left: 3px;
    }
    .submit-caption label input{
        margin: 0;
    }
    .modal_body{
        height: 400px;
        padding: 1rem 1rem 60px;
    }
    .modal_foot{
        height: 45px;
    }
    .modal_foot .pol-close{
        margin-top: 3px;
        font-size: 16px;
    }
    .modal_body > p{
        font-size: 14px;
    }
    .sbtn{
        padding: 1rem 2rem;
        border-radius: 5px;
    }

    #sc09{
        padding: 80px 0;
    }
    .sc09-wrap{
        flex-direction: column;
    }
    .sc09-caption{
        padding-right: 0;
        width: 100%;
    }
    .sc09-caption .sect-tit > p{
        font-size: 16px;
        margin-top: 10px;
    }
    .sc09-caption .sect-tit > h5{
        font-size: 26px;
        margin-bottom: 10px;
    }

    .main-caption > p > span{
        font-size: 18px;
    }
    .main-caption > p > span > b{
        padding: 3px 3px 0;
    }
}

/* animation */

.ani.up{
    transform: translateY(100px);
    opacity: 0;
    transition: 1s;
}

.ani.up.act{
    transform: translateY(0);
    opacity: 1;
}

@keyframes blink{
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

@keyframes rotate{
    0% {
      transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
