section, section *{ 
    box-sizing:border-box; 
}
*{ 
    box-sizing:border-box; 
}

.mc-con{ 
    max-width:1630px; 
    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%;
    margin-bottom: 3rem;
    color: #000;
    text-align: center;
}
.sect-tit > h3{
    font-size: 50px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 1rem;
}
.sect-tit > h3 > span{
    color: #cd2420;
}
.sect-tit > h5{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}
.sect-tit > p{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}

/* 메인 섹션 */
.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;
}
.sc01::before{
    content: "";
    width: 100%;
    z-index: 3;
    height: 30%;
    border-radius: 5%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    background: linear-gradient(transparent, #000000), linear-gradient(transparent, #000000);
}

.main-caption{
    width: 100%; 
    padding: 0 15px; 
    position: absolute; 
    top: 50%; 
    left: 0; 
    transform: translateY(-50%); 
    z-index: 99; 
    color: #fff;
    text-align: center;
}
.main-caption > h2{
    font-size: 85px;
    line-height: 1.2; 
    margin-bottom: 2rem;
    font-weight: 800;
}
.main-caption > p{
    font-size: 28px; 
    font-weight: 400;
    line-height: 1.6;
}

.count{
    width: 100%;
    padding: 0 15px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 100px;
    z-index: 99;
}
.count > h5{
    font-size: 30px;
    font-weight: 300;
}

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

/* sc02 */
.sc02{
    background-color: #000;
    position: relative;
    overflow: hidden;
    padding: 200px 0 0;
}
.sc02 .sect-tit{
    color: #fff;
    margin-bottom: 100px;
}
.sc02-wrap{
    width: 100%;
    display: flex;
    background-color: #f1f1f1;
    align-items: center;
    margin-bottom: 50px;
}
.sc02-box{
    width: 50%;
}
.sc02-caption{
    padding-left: 200px;
}
.sc02-caption > h5{
    font-size: 24px;
    color: #cd2420;
    margin-bottom: 1rem;
}
.sc02-caption > h3{
    font-size: 36px;
    color: #000;
    font-weight: 800;
    margin-bottom: 1.5rem;
}
.sc02-caption > p{
    font-size: 18px;
    color: #000;
    line-height: 1.6;
}
.sc02-img{
    display: flex;
}
.sc02-img img{
    width: 100%;
}

/* sc03 */
.sc03{
    padding: 150px 0 50px;
    background-color: #000;
}
.sc03 .sect-tit{
    color: #fff;
    margin-bottom: 2rem;
}
.sc03 .sect-tit > h2{
    font-size: 70px;
    font-weight: 800;
}
.sc03 .sect-tit > h2 > span{
    color: #cd2420;
}
.sc03 .sect-tit > h3{
    font-size: 60px;
    font-weight: 600;
}

.count-wrap{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.count-wrap > h5{
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    margin-right: 1.5rem;
}
.count-box{
    display: flex;
    align-items: flex-end;
}
.count-cont{
    display: flex;
}
.count-cont > span{
    display: inline-flex;
    padding: 10px 10px 15px 10px;
    border-radius: 15px;
    border: 2px solid #707070;
    color: #000;
    font-weight: 800;
    font-size: 55px;
    background-color: #fff;
    line-height: 1;
    width: 60px;
    height: 75px;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
}
.count-cont > span:first-child{
    margin-left: 0;
}
.count-q{
    color: #fff;
    font-size: 40px;
    padding: 0 5px;
    transform: translateY(5px);
}

.sc03-bg{
    width: 100%;
    height: 1000px;
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}
.sc03-bg::after{
    content: "";
    width: 100%;
    z-index: 3;
    height: 5%;
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    border-radius: 5%;
    z-index: 4;
    background: linear-gradient(transparent, #000000), linear-gradient(transparent, #000000);
    transform: rotate(180deg);
}
.sc03-bg::before{
    content: "";
    width: 100%;
    z-index: 3;
    height: 35%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    border-radius: 5%;
    z-index: 4;
    background: linear-gradient(transparent, #000000), linear-gradient(transparent, #000000);
}
.sc03-con{
    width: 100%;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
}
.sc03-line{
    width: 2px;
    height: 150px;
    background-color: rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
}
.sc03-line::before{
    content: "";
    width: 100%;
    height: 150px;
    position: absolute;
    background-color: #fff;
    top: -100%;
    left: 0;
    transition: 2s;
}
.sc03-line.ani.act::before{
    top: 0;
}
.sc03-con .sect-tit{
    color: #fff;
}
.sc03-con .sect-tit > h3{
    font-size: 50px;
}
.sc03-cf{
    width: 100%;
    display: flex;
    max-width: 400px;
}
.sc03-cf img{
    width: 100%;
}
.sc03-cont{
    width: 100%;
    padding-bottom: 20px;
    position: relative;
}
.sc03-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.sc03-box{
    width: 32%;
}
.sc03-card{
    width: 100%;
    border: 1px solid rgba(255,255,255,0.3);
    padding: 2rem;
    text-align: center;
}
.sc03-caption{
    color: #fff;
    margin-bottom: 1.5rem;
    min-height: 172px;
}
.sc03-caption > h5{
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.2;
}
.sc03-caption > p{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}
.sc03-img{
    display: flex;
    justify-content: center;
}
.sc03-img img{
    width: 100%;
    max-width: 250px;
}
.bean{
    display: flex;
    max-width: 850px;
    position: absolute;
    bottom: -150px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.bean img{
    width: 100%;
}

/* sc04 */
.sc04{
    padding: 200px 0 100px;
    background-color: #fff;
}
.sc04-tab{
    width: 100%;
}
.tab_con > .tab{
    display: none;
}
.tab_con > .tab:first-child{display: block;}
.tab_tit{
    margin-top: 50px;
    width: 100%;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    
}
.tab_tit > ul{
    display: flex;
    align-items: center;
    position: relative;
}
.tab_tit > ul > li{
    cursor: pointer;
    padding: 0 25px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    transition: .3s;
}
.tab_tit > ul > li.on{
    color: #ff0000;
}
.tab .swiper{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.sc04-img{
    display: flex;
}
.sc04-img img{
    width: 100%;
}

.sc04-more{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 170px;
}
.sc04-more > h5{
    font-size: 18px;
    font-weight: 400;
    color: #000;
    transition: .4s;
}
.sc04-more > div{
    width: 100px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    margin-top: 5px;
}
.sc04-more > div::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #ff0000;
    position: absolute;
    top: 0;
    left: -100%;
    transition: .4s;
}
.sc04-more:hover > div::before{
    left: 0;
}
.sc04-more:hover > h5{
    color: #ff0000;
}

/* sc05 */
.sc05{
    padding: 100px 0;
    background-color: #f1f1f1;
}
.sc05-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.sc05-box{
    width: 32%;
}
.sc05-img{
    display: flex;
    position: relative;
    overflow: hidden;
}
.sc05-img::after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.sc05-img img{
    width: 100%;
    display: block;
    transition: .4s;
}
.sc05-caption{
    text-align: center;
    padding: 0 15px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 2;
    width: 100%;
}
.sc05-caption > h5{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 1rem;
    transform: translateY(2rem);
    transition: .4s;
}
.sc05-caption > p{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    transform: translateY(2rem);
    opacity: 0;
    transition: .4s;
    transition-delay: .2s;
}

/* sc06 */
.sc06{
    padding: 100px 0;
    background-color: #0f0f0f;
}
.sc06-tit{
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}
.sc06-tit > h3{
    font-size: 24px;
    font-weight: 400;
}
.sc06-wrap{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 100px;
}
.sc06-logo{
    display: flex;
    margin-right: 2rem;
}
.sc06-logo img{
    width: 350px;
}
.sc06-wrap > h3{
    font-size: 65px;
    color: #fff;
    font-weight: 100;
    line-height: 1;
}
.sc06-wrap > h3 > span{
    display: inline-block;
    position: relative;
}
.sc06-wrap > h3 > span::after{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ff0000;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: .3s;
}
.sc06-wrap > h3 > span:nth-child(1)::after{
    transition-delay: .5s;
}
.sc06-wrap > h3 > span:nth-child(2)::after{
    transition-delay: .7s;
}
.sc06-wrap > h3 > span:nth-child(3)::after{
    transition-delay: .9s;
}
.sc06-wrap > h3 > span:nth-child(4)::after{
    transition-delay: 1.1s;
}
.sc06-wrap.ani.act > h3 > span::after{
    opacity: 1;
}
.sc06-line{
    width: 2px;
    height: 200px;
    border-radius: 10px;
    margin: 0 auto 100px;
    background-color: rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}
.sc06-line::after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    transition: 3s ease;
    transition-delay: 1s;
    position: absolute;
    left: 0;
    top: -100%;
}
.sc06-line.ani.act::after{
    top: 0;
}
.point-tit{
    width: 100%;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}
.point-tit > h5{
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #cd2420;
}
.point-tit > h3{
    font-size: 50px;
    margin-bottom: 1rem;
    font-weight: 800;
    line-height: 1.3;
}
.point-tit > p{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}
.sc06c-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.sc06-box{
    width: 32%;
}
.sc06-img{
    display: flex;
    margin-bottom: 1rem;
}
.sc06-img img{
    width: 100%;
}
.sc06-box > h5{
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: 500;
}

/* sc07 */
.sc07{
    padding: 100px 0;
    background-color: #fff;
}
.sc07-wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sc07-box:nth-child(1){
    width: 100%;
    margin-bottom: 2rem;
}
.sc07-box:nth-child(2), .sc07-box:nth-child(3){
    width: 49%;
}
.sc07-img{
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
}
.sc07-img::before{
    content: "";
    width: 100%;
    z-index: 2;
    height: 15%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(transparent, #000000), linear-gradient(transparent, #000000);
}
.sc07-img img{
    width: 100%;
}
.sc07-img > h5{
    font-size: 28px;
    padding: 2rem;
    text-align: right;
    width: 100%;
    color: #fff;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.sc07-bg{
    padding: 100px 0;
    width: 100%;
    background-color: #000;
}
.sc07-point .sc07-caption{
    width: 100%;
    color: #fff;
    margin-bottom: 50px;
    text-align: center;
}
.sc07-point .sc07-img{
    width: 100%;
}
.sc07 .point-tit{
    color: #000;
}

/* sc08 */
.sc08{
    padding: 100px 0;
    background-color: #000;
}
.sc08 .sect-tit{
    color: #fff;
}
.sc08 .sect-tit > h3{
    margin-bottom: 0;
}
.sc08-slide{
    position: relative;
    overflow: hidden;
}
.sc08-box{width: 100%; position: relative; text-align: center;}
.sc08-box > .rc-bg{width: 100%;}
.sc08-box > .rc-cp-wrap{width: 100%; position: absolute; top: -40px; right: 0;}
.sc08-box > .rc-cp-wrap .rc-cp{width: 100%;}
.sc08-box > .rc-cp-wrap h5{font-size: 18px; color: #000; line-height: 1.3; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.sc08-caption{position: absolute; top: 60px; left: 50%; transform: translateX(-50%); padding: 0 15px; width: 100%; }
.rc-tit{text-align: center; padding: 1.5rem 0; border-bottom: 1px solid #ddd; color: #000;}
.rc-tit > h3{font-size: 22px; font-weight: 500;}
.rc-cont{text-align: center; padding: 1rem 0; color: #000;}
.rc-cont > p{font-size: 24px; font-weight: 700;}
.rc-cont > h3{font-size: 32px; font-weight: 800; margin: 10px 0 0; line-height: 1;}

.sc08-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 150px;
}
.sc08-cont{
    width: 49%;
}
.sc08-img{
    display: flex;
}
.sc08-img img{
    width: 100%;
}

.sc08 .point-tit{
    margin-bottom: 100px;
}

/* sc09 */
.sc09{
    padding: 100px 0;
    background-color: #000;
}
.sc09 .sect-tit{
    color: #fff;
}
.sc09 .sect-tit > h3{
    margin-bottom: 0;
}

.cost-table{
    width: 100%;
}
.cost-table > p{
    font-size: 16px;
    color: #fff;
    text-align: right;
    margin-bottom: 1rem;
    font-weight: 300;
}
.cost-table > table{
    width: 100%;
    border-spacing: 0;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.cost-table > table thead th{
    padding: 1rem;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.cost-table > table tbody th{
    padding: 1rem;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.cost-table > table tbody td{
    padding: 1rem;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: 1.6;
}
.cost-table > table tbody td.whole{
    padding: 1.5rem;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    background-color: #cd2420;
    border-right: 0;
}
.cost-table > table tbody td.whole.br{
    border-right: 1px solid #ddd;
}
.cost-table > table tbody td.whole.sm{
    font-size: 16px;
}
.cost-table > table tbody td > .etc{
    font-size: 12px;
    color: #cd2420;
    line-height: 1.4;
    display: inline-block;
    padding-top: 10px;
}
.cost-table > table tbody td > .rd{
    color: #cd2420;
    display: inline-block;
    font-weight: 600;
    margin-right: 10px;
}
.cost-table > table tbody td > .line{
    display: inline-block;
    position: relative;
}
.cost-table > table tbody td > .line::after{
    content: "";
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

/* sc10 */
.sc10{
    padding: 100px 0 200px;
    background-color: #000;
}
.sc10 .sect-tit{
    color: #fff;
    margin-bottom: 100px;
}
.sc10 .sect-tit > h3{
    margin-bottom: 0;
}
.sc10-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.sc10-wrap::after{
    content: "";
    width: 0%;
    height: 1px;
    border-bottom: 1px dashed #fff;
    position: absolute;
    left: 65px;
    top: 87px;
    z-index: -1;
    transition: 3.5s;
}
.sc10-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    text-align: center;
}
.sc10-box > h5{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 2rem;
}
.circle{
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #000;
    position: relative;
    margin-bottom: 2rem;
}
.circle::after{
    content: "";
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    transition: 1s;
}
.sc10-box > p{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}
.sc10-wrap.ani.act::after{
    width: 93%;
}
.circle.cc2::after{
    transition-delay: 1s;
}
.circle.cc3::after{
    transition-delay: 2s;
}
.circle.cc4::after{
    transition-delay: 3s;
}
.sc10-wrap.ani.act .circle::after{
    transform: translate(-50%,-50%) scale(1);
}

@media (min-width:786px){
    .sc09-img{
        display: flex;
    }
    .sc09-img img{
        width: 100%;
    }
    .sc09-img-m{
        display: none;
    }
}
@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;
    }
    .sc05-img:hover img{
        transform: scale(1.1);
    }
    .sc05-img:hover .sc05-caption > h5{
        transform: translateY(0);
    }
    .sc05-img:hover .sc05-caption > p{
        transform: translateY(0);
        opacity: 1;
    }

    .sc10-mo{
        display: none;
    }
    
}

@media(max-width:1630px){
  .mc-con{
    padding: 0 3rem;
  }
}
@media(max-width:1280px){
    
}
@media(max-width:1199px){
	.sc01_fr{ 
        padding:150px 15px; 
    }
	.sc01_nav{ 
        display:none; 
    }
    .main-banner{
        padding: 1rem 15px;
    }
    .main-banner > h5{
        font-size: 20px;
    }

    .bar.scr{
        background-color: #000;
    }
    .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: 34px;
        margin-bottom: 10px;
    }
    .sect-tit > h5{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .sect-tit > h3 > span{
        font-size: 34px;
    }
    .sect-tit > p{
        font-size: 14px;
        margin-bottom: 0;
    }

    .main-caption{
        padding: 0 15px;
    }
    .main-caption > h2{
        font-size: 40px; 
        margin-bottom: 1rem;
    }
    .main-caption > p{
        font-size: 20px;
    }
    
    .sc02 .sect-tit{
        margin-bottom: 50px;
    }
    .sc02-wrap{
        flex-direction: column;
        margin-bottom: 2rem;
    }
    .sc02-box{
        width: 100%;
    }
    .sc02-caption{
        padding: 30px 15px;
    }
    .sc02-caption > h5{
        font-size: 20px;
    }
    .sc02-caption > h3{
        font-size: 28px;
    }
    .sc02-caption > p{
        font-size: 16px;
    }
    
    .sc03-bg{
        height: 675px;
    }
    .sc03{
        padding: 100px 0 50px;
    }
    .sc03 .sect-tit{
        margin-bottom: 50px;
    }
    .sc03 .sect-tit > h2{
        font-size: 40px;
    }
    .sc03 .sect-tit > h3{
        font-size: 34px;
    }
    .count-wrap{
        flex-direction: column;
    }
    .count-wrap > h5{
        font-size: 22px;
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .count-cont > span{
        padding: 0 0 5px 0;
        border-radius: 7px;
        font-size: 28px;
        width: 30px;
        height: 40px;
    }
    .count-q{
        font-size: 24px;
    }
    .sc03-cont{
        padding-top: 50px;
    }
    .sc03-wrap{
        flex-direction: column;
    }
    .sc03-box{
        width: 100%;
        margin-bottom: 10px;
    }
    .sc03-bg::before{
        height: 10%;
    }
    .sc03-cf{
        max-width: 200px;
    }
    .sc03-card{
        padding: 1.5rem;
    }
    .sc03-caption > h5{
        font-size: 34px;
    }
    .sc03-caption > p{
        font-size: 16px;
    }
    .bean{
        bottom: -85px;
        width: 80%;
    }

    .sc04-more{
        top: auto;
        left: 50%;
        transform: translate(-50%,0);
        bottom: 0;
        flex-direction: column;
    }
    .sc04-more > div{
        margin-top: 0;
        margin-bottom: 10px;
    }
    .sc04{
        padding: 100px 0 50px;
    }
    .sc04-tab{
        padding: 0 15px;
    }
    .tab_tit{
        margin-top: 20px;
        padding: 0;
    }
    .tab_tit > ul{
        width: 100%;
        justify-content: space-between;
        padding-bottom: 60px;
    }
    .tab_tit > ul > li{
        padding: 0 5px;
        font-size: 16px;
    }
    
    .sc05{
        padding: 50px 0;
    }
    .sc05-wrap{
        flex-direction: column;
    }
    .sc05-box{
        width: 100%;
    }
    .sc05-caption > h5{
        font-size: 20px;
        transform: translateY(0);
    }
    .sc05-caption > p{
        font-size: 14px;
        line-height: 1.4;
        transform: translateY(0);
        opacity: 1;
    }

    .sc06{
        padding: 100px 0 50px;
    }
    .sc06-tit{
        margin-bottom: 20px;
    }
    .sc06-tit > h3{
        font-size: 20px;
    }
    .sc06-wrap{
        margin-bottom: 50px;
    }
    .sc06-logo{
        margin-right: 1rem;
    }
    .sc06-logo img{
        width: 100%;
        max-width: 130px;
    }
    .sc06-wrap > h3{
        font-size: 30px;
    }
    .sc06-wrap > h3 > span::after{
        width: 4px;
        height: 4px;
        top: -8px;
    }
    .sc06-line{
        height: 150px;
        margin: 0 auto 30px;
    }

    .point-tit > h5{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .point-tit > h3{
        font-size: 28px;
    }
    .point-tit > p{
        font-size: 16px;
        line-height: 1.4;
    }
    .sc06c-wrap{
        flex-direction: column;
    }
    .sc06-box{
        width: 100%;
        margin-bottom: 1.5rem;
    }
    .sc06-box:last-child{
        margin-bottom: 0;
    }
    .sc06-img{
        margin-bottom: 10px;
    }
    .sc06-box > h5{
        font-size: 18px;
    }

    .sc07-img > h5{
        font-size: 16px;
        padding: 10px 15px;
    }
    .sc07{
        padding: 50px 0;
    }
    .sc07-box:nth-child(2), .sc07-box:nth-child(3){
        width: 100%;
    }
    .sc07-box:nth-child(1){
        margin-bottom: 1rem;
    }
    .sc07-box:nth-child(2){
        margin-bottom: 1rem;
    }
    .sc07-img::before{
        height: 20%;
    }
    .sc07-bg{
        padding: 50px 0;
    }

    .sc08{
        padding: 0 0 50px 0;
    }
    .sc08 .point-tit{
        margin-bottom: 50px;
    }
    .sc08-wrap{
        flex-direction: column;
        margin-bottom: 100px;
    }
    .sc08-cont{
        width: 100%;
        margin-bottom: 3rem;
    }
    .sc08-cont:last-child{
        margin-bottom: 0;
    }
    .sc08-caption{
        top: 10px;
    }
    .rc-tit{
        padding: 1rem 0;
    }
    .rc-tit > h3{
        font-size: 14px;
    }
    .rc-cont > p{
        font-size: 16px;
    }
    .rc-cont > h3{
        font-size: 24px;
    }
    .cost-table{
        position: relative;
        overflow-x: scroll;
    }
    .cost-table > table{
        min-width: 700px;
    }

    .sc09{
        padding: 50px 0;
    }

    .sc10{
        padding: 50px 0 100px;
    }
    .sc10 .sect-tit{
        margin-bottom: 50px;
    }
    .sc10-wrap{
        display: none;
    }
    .sc10-mo{
        display: block;
    }
    .sc10-mo > ul > li{
        padding-left: 35px;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        position: relative;
        color: #fff;
        border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
    }
    .sc10-mo > ul > li:last-child{
        margin-bottom: 0;
    }
    .sc10-mo > ul > li::before{
        content: "";
        width: 14px;
        height: 14px;
        background-color: #fff;
        position: absolute;
        top: 8px;
        left: 4px;
        border-radius: 50%;
    }
    .sc10-mo > ul > li::after{
        content: "";
        width: 20px;
        height: 20px;
        border: 1px solid #fff;
        position: absolute;
        top: 4px;
        left: 0;
        border-radius: 50%;
    }
    .sc10-mo > ul > li > h5{
        font-size: 16px;
        font-weight: 800;
        margin-bottom: 10px;
    }
    .sc10-mo > ul > li > p{
        font-size: 18px;
        font-weight: 400;
    }
}

@media(max-width:786px){
    .sc09-img-m{
        display: flex;
    }
    .sc09-img-m img{
        width: 100%;
    }
    .sc09-img{
        display: none;
    }

    .m-screen {
        overflow-x: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(0,0,0,0.6);
    }
    .m-txt {
        text-align: center;
        padding: 2rem 1rem;
        background-color: #000;
        border-radius: 10px;
        color: #fff ;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 90%;
        font-size: 16px;
        font-weight: 500;
    }
    .cost-table > table thead th{
        padding: 1rem 5px;
        font-size: 16px;
    }
    .cost-table > table tbody th{
        padding: 12px 5px;
        font-size: 14px;
    }
    .cost-table > table tbody td{
        padding: 12px 5px;
        font-size: 14px;
    }
    .cost-table > table tbody td.whole{
        padding: 1rem 5px;
        font-size: 20px;
    }
}

/* animation */

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

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

.ani.blur{
	transition-duration: 1s; transition-property: opacity, filter, -webkit-filter, border-radius, color; transition-timing-function: cubic-bezier(.165,.84,.44,1); will-change: auto; opacity: 0; filter: blur(1rem) brightness(1.3);
}
.ani.blur.act{
	filter: blur(0) brightness(1); opacity: 1;
}

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

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