section, section *{ 
    box-sizing:border-box; 
}
*{ 
    box-sizing:border-box; 
}
section{ 
    overflow:hidden; 
}
section:last-child{ 
    padding-bottom:150px !important; 
}
.mc-con{ 
    max-width:1430px; 
    width:100%; 
    margin:0 auto; 
    padding: 0 15px;
    position: relative;
    z-index: 3;
}

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

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

.sect-tit{
    width: 100%;
    text-align: center;
    margin-bottom: 3rem;
    color: #fff;
}
.sect-tit > h3{
    font-size: 43px;
    font-weight: 600;
    line-height: 1.3;
}
.sect-tit > h3 > span{
    font-size: 53px;
    display: inline-block;
    margin-right: 5px;
    font-weight: 700;
    padding: 0 5px;
    position: relative;
}
.sect-tit > h3 > span::before{
    content: "";
    width: 0%;
    height: 20px;
    background-color: #78161B;
    border-radius: 3px;
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: -1;
    opacity: 0.9;
    backdrop-filter: blur(5px);
    transition: .5s;
    transition-delay: .8s;
}
.sect-tit > h3.ani.act > span::before{
    width: 100%;
}
.sect-tit > h5{
    font-size: 25px;
    font-weight: 500;
    margin-top: 1rem;
    line-height: 1.4;
}
.sect-tit > p{
    font-size: 25px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 1.5rem;
}

/* 중간 배너 */
.main-banner{
    width: 100%;
    padding: 2.5rem 15px;
    color: #fff;
    background-color: #78161B;
    text-align: center;
}
.main-banner > h5{
    font-size: 30px;
    font-weight: 600;
}

/* 메인 섹션 */
#sc01{ 
    background-color:#333; 
    height: 100vh; 
    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 4rem; 
    position: absolute; 
    top: 50%; 
    left: 0; 
    transform: translateY(-50%); 
    z-index: 99; 
    color: #fff;
    text-align: center;
}
.main-caption > h2{
    font-size: 60px; 
    margin-bottom: 3rem;
}

.counter-wrap{
    display: flex; 
    width: 100%; 
    max-width: 750px; 
    margin: 0 auto 3rem;
}
.counter-box{
    flex: 1 1 auto; 
    padding: 0 15px; 
    color: #fff; 
    text-align: center; 
    position: relative;
}
.counter-box::before{
    content: ""; 
    width: 1px; 
    height: 70px; 
    background-color: rgba(255, 255, 255, 0.2); 
    position: absolute; 
    top: 50%; 
    right: -1px; 
    transform: translateY(-50%);
}
.counter-box:last-child::before{
    display: none;
}
.counter-box > h5{
    font-size: 22px; 
    font-weight: 600; 
    margin-bottom: 5px;
}
.counter-box > h2{
    font-size: 45px; 
    font-weight: 700; 
    margin-bottom: 10px;
}
.counter-box > p{
    font-size: 16px; 
    font-weight: 400;
}

.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;
}


/* mouse-s */
.mouse-s{
    width: 100%; 
    text-align: center; 
    z-index: 8; 
    color: #fff; 
    position: absolute; 
    left: 0; 
    bottom: 3rem;
}
.mouse{
    position: relative; 
    border: 2px solid rgba(255, 255, 255, 0.8); 
    width: 24px; 
    height: 40px; 
    border-radius: 30px; 
    margin: 0 auto;
}
.mouse .wheel{
    position: absolute; 
    left: 50%; 
    margin-left: -2px; 
    width: 4px; 
    height: 8px; 
    background-color: rgba(255, 255, 255, 0.9); 
    border-radius: 3px; 
    animation: wheel 1.5s ease infinite;
}

@keyframes wheel{
	0%{
        opacity: 0; 
        top: 2px;
    }
	100%{
        opacity: 1; 
        top: 10px;
    }
}

/* 변호사소개 */
#sc02{
    padding: 100px 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #A8A8A8;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
#sc02::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 1;
}
.sc02-tit{
    margin-bottom: 3rem;
    position: relative;
    width: 100%;
    color: #fff;
}
.sc02-tit::before{
    content: "";
    width: calc(100% - 622px);
    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: 43px;
    font-weight: 600;
    display: inline-block;
    padding: 0 1.5rem 1rem 0;
    position: relative;
    z-index: 4;
}
.sc02-tit > h5{
    font-size: 25px;
    font-weight: 500;
}
.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: 300px;
    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;
}
.sc02-box > p > span{
    font-weight: 600;
}
.sc02-img{
    display: flex;
    margin-bottom: 1rem;
}
.sc02-img img{
    width: 100%;
}
.sc02-swiper{
    width: 55%;
    position: relative;
    padding-top: 4rem;
}
.swiper-button-next.sc02nv::after{
    display: none;
}
.swiper-button-next.sc02nv{
    right: 20px;
    top: 20px;
}
.swiper-button-next.sc02nv > span{
    display: inline-block;
    padding: 8px 1.5rem;
    text-align: center;
    border-radius: 30px;
    background-color: #78161B;
    color: #fff;
    font-size: 20px;
    transition: .5s;
}
 

/* 성공사례 */
#sc03{
    padding: 100px 0 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #000;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#sc03::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 1;
}
.sc03-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.sc03-box{
    width: 48%;
}
.sc03-tit{
    margin-bottom: 2rem;
    color: #fff;
}
.sc03-tit > h3{
    font-size: 43px;
    font-weight: 600;
}
.sc03-tit > h3 > span{
    display: inline-block;
    font-weight: 700;
    font-size: 53px;
    position: relative;
    padding: 0 5px;
    margin-right: 3px;
}
.sc03-tit > h3 > span::before{
    content: "";
    width: 0%;
    height: 20px;
    background-color: #78161B;
    border-radius: 3px;
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: -1;
    opacity: 0.9;
    backdrop-filter: blur(5px);
    transition: .5s;
    transition-delay: .8s;
}
.sc03-tit > h3.ani.act > span::before{
    width: 100%;
}

.sc03-cont > a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 40px;
    padding: 2rem;
    background-color: #fff;
    color: #000;
    transition: .3s;
}
.sc03-cont > a > h5{
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #888;
    margin-bottom: 1rem;
}
.sc03-cont > a > h3{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}
.sc03-cont > a > p{
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}
.sc03-cont > a > span{
    display: inline-block;
    padding: 8px 1.5rem;
    text-align: center;
    border-radius: 30px;
    background-color: #e8e8e8;
    color: #000;
    position: absolute;
    bottom: -20px;
    right: 1.5rem;
    font-size: 20px;
    transition: .5s;
}
.sc03-cont > a:hover{
    color: #fff;
    background-color: #78161B;
}
.sc03-cont > a:hover > span{
    right: 0;
    color: #78161B;
}
.sc03-cont > a:hover > h5{
    border-color: #ddd;
}
.sc03-slide{
    width: 100%;
    padding: 90px 0 70px;
    position: relative;
    z-index: 2;
}
.sc03-con{
    width: 100%;
    max-width: 1430px;
    padding: 0 15px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

/* 선율로 강점 */
#sc04{
    padding: 100px 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #000;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#sc04::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 1;
}
.sc04-wrap{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sc04-box{
    width: 44%;
}
.sc04-vs{
    width: 10%;
    text-align: center;
    color: #fff;
}
.sc04-vs > h2{
    font-size: 100px;
    font-weight: 700;
}
.sc04-img{
    display: flex;
}
.sc04-img > img{
    width: 100%;
}

.sc04-caption{
    text-align: center;
    color: #fff;
    margin-top: 2rem;
}
.sc04-caption > h5{
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 1rem;
}
.sc04-caption > p{
    font-size: 16px;
    font-weight: 100;
}

/* 선율로 차별화 */
#sc05{
    padding: 100px 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #000;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#sc05::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 1;
}
.sc05-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* margin-bottom: 5rem; */
}
.sc05-box{
    width: 24%;
}
.sc05-cont{
    padding: 2rem 1rem;
    background-color: #fff;
    border-radius: 40px;
    text-align: center;
    color: #000;
    transition: .4s;
}
.sc05-icon{
    display: flex;
    margin-bottom: 1rem;
    justify-content: center;
}
.sc05-icon > img{
    max-width: 54px;
}
.sc05-cont > h5{
    font-size: 20px;
    margin-bottom: 1rem;
}
.sc05-cont > p{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}
.sc05-cont:hover{
    background-color: #78161B;
    color: #fff;
}

.sc05-tit{
    margin-bottom: 3rem;
    text-align: center;
    color: #fff;
}
.sc05-tit > h3{
    font-size: 37px;
    font-weight: 600;
    position: relative;
}
.sc05-tit > h3 > span{
    font-size: 43px;
    display: inline-block;
    margin-right: 5px;
    font-weight: 700;
    padding: 0 5px;
    position: relative;
}
.sc05-tit > h3 > span::before{
    content: "";
    width: 0%;
    height: 20px;
    background-color: #78161B;
    border-radius: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.9;
    backdrop-filter: blur(5px);
    transition: .5s;
    transition-delay: .8s;
}
.sc05-tit > h3.ani.act > span::before{
    width: 100%;
}
.sc05-tit > h3 > img{
    display: inline-block;
    max-width: 50px;
    margin-right: 5px;
    transform: translateY(7px);
    animation: blink 1s infinite;
}

.sc05b-bg{
    width: 100%;
    min-height: 100vh;
    padding: 100px 0;
    background-color: #333;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
}
.sc05b-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 2rem;
}
.sc05b-box{
    width: 24%;
    text-align: center;
    position: relative;
}
.sc05b-box.ani{
    transform: translateY(100px);
    opacity: 0;
    transition: 1s;
}
.sc05b-box.ani.act{
    transform: translateY(0);
    opacity: 1;
}
.sc05b-box > span{
    display: inline-block;
    font-size: 45px;
    color: #fff;
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
}

.sc05b-img{
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
}
.sc05b-img img{
    width: 100%;
    max-width: 80px;
}
.sc05b-box > h5{
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    position: relative;
    margin-bottom: 1.5rem;
}
/* .sc05b-box > h5::after{
    content: "";
    width: 50px;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
} */
.sc05b-box > p{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 1.6;
}

.sc05b-caption{
    margin-top: 3rem;
    text-align: center;
}
.sc05b-caption > p{
    font-size: 24px;
    font-weight: 400;
    color: #fdcd00;
    animation: blink 1s infinite;
}

/* 선율로 유튜브 */
#sc07{
    padding: 100px 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #000;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#sc07::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 1;
}
.sc07-img{
    display: flex;
    width: 100%;
    height: 100%;
}
.sc07-img img{
    width: 100%;
}
.sc07-slide{
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 4;
}

.sc07-btn{
    padding-top: 3rem;
    text-align: center;
    position: relative;
    z-index: 4;
}
.sc07-btn > a{
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    padding: 10px 1.5rem;
    border: 1px solid #fff;
    border-radius: 30px;
    transition: .4s;
}
.sc07-btn > a:hover{
    background-color: #fff;
    color: #78161B;
}

/* 실시간 상담 */
#sc06{
    padding: 100px 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #000;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#sc06::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 1;
}

.form-bg{
    width: 100%;
    padding: 3rem;
    border-radius: 40px;
    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;
    }
    .counter-box{
        width: 250px;
    }
    .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;
    }
    .sc03-tit > h3.lt > span::before{
        transition-delay: .8s;
    }
    .sc03-tit > h3.rt > span::before{
        transition-delay: 1.2s;
    }

    .sc05b-box.ani.delay{
        transition: 1s opacity 0.4s, 1s transform 0.4s;
    }
    .sc05b-box.ani.delay2{
        transition: 1s opacity 0.8s, 1s transform 0.8s;
    }
    .sc05b-box.ani.delay3{
        transition: 1s opacity 1.2s, 1s transform 1.2s;
    }

    .swiper-pagination.sc02pn{
        display: none;
    }
    .sc03-cont:nth-child(3), .sc03-cont:nth-child(4){
        margin-bottom: 0;
    }
    .sc03-cont-wrap{
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .sc03-cont{
        width: 48%;
        margin-bottom: 3rem;
    }
    .sc03mswiper1, .sc03mswiper2{
        display: none;
    }
    .sc03-cont > a{
        min-height: 278px;
    }

    .sc07swiper .swiper-slide{
        width: 31%;
        transform: scale(0.7);
        transition: .3s;
        opacity: 0.5;
    }
    .sc07swiper .swiper-slide-active{
        transform: scale(1);
        opacity: 1;
    }
    .swiper-button-next.sc07nv:after, .swiper-button-prev.sc07nv:after{
        display: none;
    }
    .swiper-button-next.sc07nv, .swiper-button-prev.sc07nv{
        width: auto;
        height: auto;
    }
    .swiper-button-next.sc07nv span, .swiper-button-prev.sc07nv span{
        display: inline-block;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.5);
        font-size: 22px;
        color: #fff;
        line-height: 50px;
        text-align: center;
        transition: .4s;
    }
    .swiper-button-next.sc07nv:hover span, .swiper-button-prev.sc07nv:hover span{
        background-color: #78161B;
    }
    .swiper-button-next.sc07nv{
        right:calc((100% - 41%) / 2);
    }
    .swiper-button-prev.sc07nv{
        left:calc((100% - 41%) / 2);
    }
    .swiper-pagination.sc07pn{
        display: none;
    }
}
@media(max-width:1499px){
    .mc-con{
        padding: 0 2rem;
    }
}
@media(max-width:1199px){
	.sc01_fr{ 
        padding:150px 15px; 
    }
	.sc01_nav{ 
        display:none; 
    }
    .main-banner{
        padding: 1rem 15px;
    }
    .main-banner > h5{
        font-size: 20px;
    }

    .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;
    }

    .sect-tit{
        margin-bottom: 2rem;
    }
    .sect-tit > h3{
        font-size: 26px;
    }
    .sect-tit > h5{
        font-size: 16px;
        margin-top: 10px;
    }
    .sect-tit > h3 > span{
        font-size: 34px;
    }
    .sect-tit > p{
        font-size: 16px;
        margin-bottom: 1rem;
    }

    .main-caption{
        padding: 0 15px;
    }
    .main-caption > h2{
        font-size: 30px; 
        margin-bottom: 2rem;
    }
    
    .counter-wrap{
        max-width: 100%;
        margin: 0 auto 2rem;
    }
    .counter-box{
        padding: 0;
    }
    .counter-box > h5{
        font-size: 14px; 
        margin-bottom: 2px;
    }
    .counter-box > h2{
        font-size: 25px; 
        margin-bottom: 4px;
    }
    .counter-box > p{
        font-size: 12px;
    }
    .mouse-s{
        display: none;
    }
    .counter-box::before{
        height: 50px;
    }

    .sc01-img{width: 100%; justify-content: center;}
    .sc01-img img{max-width: 200px;}

    #sc02{
        padding: 50px 0;
    }
    .sc02-tit{
        margin-bottom: 2rem;
        text-align: center;
    }
    .sc02-tit > h3{
        font-size: 26px;
        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: 3rem;
    }
    .swiper-button-next.sc02nv > span{
        display: none;
    }
    .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;
    }

    .sc03-cont-wrap{
        display: none;
    }
    #sc03{
        padding: 50px 0 0;
    }
    .sc03-wrap{
        flex-direction: column;
    }
    .sc03-box{
        width: 100%;
    }
    .sc02-sb img{
        max-width: 50%;
    }
    .sc03-box:first-child{
        margin-bottom: 2rem;
    }
    .sc03-tit{
        text-align: center;
        margin-bottom: 3rem;
    }
    .sc03-tit > h3{
        font-size: 26px;
    }
    .sc03-tit > h3 > span{
        font-size: 34px;
    }
    .sc03-tit > h3 > span::before{
        height: 15px;
        bottom: 1px;
    }
    .sc03-cont{
        width: 100%;
    }
    .sc03mswiper1, .sc03mswiper2{
        padding-bottom: 3rem;
    }
    .sc03-cont > a{
        padding: 1.5rem;
        border-radius: 20px;
        min-height: 262px;
    }
    .swiper-pagination.sc03mpn1, .swiper-pagination.sc03mpn2{
        bottom: 0;
    } 
    .swiper-pagination.sc03mpn1 .swiper-pagination-bullet, .swiper-pagination.sc03mpn2 .swiper-pagination-bullet{
        background: #fff;
    }
    .swiper-pagination.sc03mpn1 .swiper-pagination-bullet-active, .swiper-pagination.sc03mpn2 .swiper-pagination-bullet-active{
        background: #78161B;
    }
    .sc03-slide{
        padding: 70px 0 50px;
    }
    .sc03-con{
        padding: 0 0 0 15px;
    }
	
    #sc04{
        padding: 50px 0;
    }
    .sc04-wrap{
        flex-direction: column;
    }
    .sc04-box{
        width: 100%;
    }
    .sc04-vs{
        width: 100%;
        padding: 1rem 0;
    }
    .sc04-vs > h2{
        font-size: 43px;
    }
    .sc04-caption > h5{
        font-size: 18px;
    }
    .sc04-caption > p{
        font-size: 14px;
    }

    #sc05{
        padding: 50px 0;
    }
    .sc05-wrap{
        flex-direction: column;
        margin-bottom: 3rem;
    }
    .sc05-box{
        width: 100%;
        margin-bottom: 1rem;
    }
    .sc05-box:last-child{
        margin-bottom: 0;
    }
    .sc05-cont{
        padding: 1.5rem 15px;
        border-radius: 20px;
    }
    .sc05-cont > h5{
        font-size: 20px;
    }
    .sc05-cont > p{
        font-size: 14px;
    }
    .sc05-tit{
        margin-bottom: 1.5rem;
    }
    .sc05-tit > h3{
        font-size: 24px;
    }
    .sc05-tit > h3 > span{
        font-size: 28px;
        padding: 0;
    }
    .sc05b-wrap{
        flex-wrap: wrap;
    }
    .sc05b-box{
        width: 49%;
        margin-bottom: 1.5rem;
    }
    .sc05b-box:last-child{
        margin-bottom: 0;
    }
    .sc05b-img{
        margin-bottom: 1.5rem;
    }
    .sc05b-img img{
        max-width: 50px;
    }
    .sc05b-box > h5{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .sc05b-box > p{
        font-size: 14px;
        line-height: 1.4;
        word-break: keep-all;
    }
    .sc05b-box > span{
        display: none;
    }
    .sc05b-caption{
        margin-top: 2rem;
    }
    .sc05b-caption > p{
        font-size: 18px;
    }

    #sc06{
        padding: 50px 0;
    }

    .sc07-slide{
        padding: 0 15px;
    }
    .swiper-button-next.sc07nv, .swiper-button-prev.sc07nv{
        display: none;
    }
    .swiper-pagination.sc07pn{
        display: block;
        bottom: 0;
    }
    .sc07swiper{
        padding-bottom: 2rem;
    }
    .swiper-pagination.sc07pn .swiper-pagination-bullet{
        background: #fff;
    }
    .swiper-pagination.sc07pn .swiper-pagination-bullet-active{
        background: #78161B;
    }

    .form-bg{
        padding: 1rem;
        border-radius: 20px;
    }
    .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 3rem;
    }
}

/* 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);
    }
}
