section, section *{ 
    box-sizing:border-box; 
}
*{ 
    box-sizing:border-box; 
}
section{ 
    overflow:hidden; 
}
.mc-con{ 
    max-width:1350px; 
    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: 60px;
}
.sect-tit > h5{
    font-size: 13px;
    color: #2D5A3D;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.sect-tit > h3{
    font-size: 36px;
    color: #1a1a1a;
    font-weight: 700;
}
.sect-tit > p{
    font-size: 16px;
    color: #7a7a7a;
    font-weight: 400;
    margin-top: 1.5rem;
}

/* 메인 섹션 */
#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%;
    max-width: 1350px;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
}
.main-caption > h5{
    font-size: 13px;
    color: #2D5A3D;
    font-weight: 600;
    margin-bottom: 24px;
    display: inline-block;
    padding: 10px 15px 10px 32px;
    border-radius: 30px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
}
.main-caption > h5::before{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #c9a962;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}
.main-caption > h2{
    font-size: 56px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
}
.main-caption > h2 > span{
    display: inline-block;
    position: relative;
}
.main-caption > h2 > span::before{
    content: "";
    width: 100%;
    height: 12px;
    background-color: #e5d4a1;
    opacity: 0.6;
    position: absolute;
    bottom: 2px;
    left: 0;
    z-index: -1;
}
.main-caption > h3{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 45px;
    line-height: 1.8;
}
.main-btn{
    display: flex;
    align-items: center;
}
.main-btn > a{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    padding: 20px 30px;
    border-radius: 50px;
    background-color: #2D5A3D;
    border: 1px solid #2D5A3D;
    margin-right: 1rem;
    transition: .2s;
}
.main-btn > a > span{
    display: inline-block;
    margin-right: 8px;
}
.main-btn > a:last-child{
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    color: #1a1a1a;
}
.main-btn > a:hover{
    background-color: #1e3d29;
    border-color: #1e3d29;
    transform: translateY(-2px);
    box-shadow: 0 8px 40px rgba(0,0,0,0.12);
}
.main-btn > a:last-child:hover{
    border-color: #2D5A3D;
    background-color: #fff;
    color: #2D5A3D;
}

.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%; 
    transform:translate(-50%,-50%); 
}

.vimeo_player_wrapper{
    opacity: 1 !important;
}

/* sc02 */
#sc02{
    width: 100%;
    padding: 100px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background: #FFF;
}
.sc02-wrap{
    width: 100%;
    display: flex;
    gap: 60px;
}
.sc02-box{
    width: calc((100% - 60px) / 2);
}
.sc02-tit{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
}
.sc02-tit > h3{
    font-size: 24px;
    color: #1a1a1a;
    font-weight: 700;
}
.sc02-tit > a{
    font-size: 14px;
    color: #7a7a7a;
    font-weight: 500;
    transition: .2s;
}
.sc02-tit > a > span{
    display: inline-block;
    margin-left: 4px;
}
.sc02-tit > a:hover{
    color: #2D5A3D;
}
.mpr_table{
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}
.mpr_table caption{
    display: none;
}
.mpr_table thead{
    display: none;
}
.mpr_table tbody tr{
    background-color: #faf8f5;
    transition: .3s;
}
.mpr_table tbody tr:hover{
    background-color: #F5F1EB;
}
.mpr_table tbody tr td{
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.mpr_table tbody tr:last-child td{
    border-bottom: 0;
}
.mpr_table tbody tr td.date{
    width: 17%;
    vertical-align: middle;
    font-size: 13px;
    color: #7a7a7a;
    padding: 23px 0 23px 24px;
}
.mpr_table tbody tr td.title{
    width: 83%;
}
.mpr_table tbody tr td.title p{
    display: none;
}
.mpr_table tbody tr td.title a{
    text-decoration: none;
    transition: .4s;
    display: block;
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 400;
    padding: 23px 24px 23px 0;
}
.mpr_gl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.mpr_gl > li {
    width: calc((100% - 2rem) / 3);
}
.mpr_gl > li .txt{
    display: none;
}
.mpr_gl > li > .tmb > a{
    display: flex;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.mpr_gl > li > .tmb > a::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.30);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: .3s;
}
.mpr_gl > li > .tmb:hover > a::after{
    opacity: 0;
}
.mpr_gl > li > .tmb{
    display: flex;
}
.mpr_gl > li > .tmb img{
    width: 100%;
}

/* sc03 */
#sc03{
    width: 100%;
    padding: 120px 0;
    background: #FAF8F5;
}
.sc03-wrap{
    width: 100%;
    display: flex;
    gap: 30px;
}
.sc03-box{
    width: calc((100% - 60px) / 3);
    border-radius: 24px;
    background-color: #fff;
    overflow: hidden;
    border: 2px solid transparent;
    transition: .3s;
}
.sc03-box:hover{
    border-color: #2D5A3D;
    box-shadow: 0 8px 40px rgba(0,0,0,0.12);
}
.sc03-tp{
    width: 100%;
    display: flex;
}
.sc03-tp > img{
   width: 100%;
}
.sc03-caption{
    width: 100%;
    padding: 30px;
}
.sc03-caption > span{
    display: inline-block;
    padding: 6px 12px;
    font-size: 12px;
    color: #2D5A3D;
    font-weight: 600;
    border-radius: 30px;
    background-color: #E5D4A1;
    margin-bottom: 1rem;
}
.sc03-caption > h5{
    font-size: 22px;
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 20px;
}
.sc03-caption > p{
    font-size: 14px;
    color: #7a7a7a;
    font-weight: 400;
    line-height: 1.6;
}

/* sc04 */
#sc04{
    width: 100%;
    padding: 120px 0;
    background: #1E3D29;
}
#sc04 .sect-tit > h5, #sc04 .sect-tit > h3, #sc04 .sect-tit > p{
    color: #fff;
}
.sc04-wrap{
    width: 100%;
    display: flex;
    gap: 20px;
}
.sc04-box{
    width: calc((100% - 80px) / 5);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(5px);
    transition: .3s;
    padding: 30px 15px;
    text-align: center;
}
.sc04-box:hover{
    background: rgba(255,255,255,0.12);
}
.sc04-box > span{
    display: inline-flex;
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background-color: #C9A962;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    margin-bottom: 20px;
}
.sc04-box > h5{
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}
.sc04-box > p{
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
}

/* sc05 */
#sc05{
    width: 100%;
    padding: 100px 0;
    background: #fff;
}
.sc05-wrap{
    width: 100%;
    display: flex;
    gap: 24px;
}
.sc05-box{
    display: block;
    width: calc((100% - 72px) / 4);
    border-radius: 16px;
    border: 2px solid rgba(0, 0, 0, 0.00);
    background-color: #F5F1EB;
    transition: .4s;
    padding: 40px 15px;
    text-align: center;
}
.sc05-box > span{
    display: inline-flex;
    width: 72px;
    height: 72px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background-color: #FFF;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
    font-size: 28px;
    color: #2D5A3D;
    margin-bottom: 20px;
    transition: .4s;
}
.sc05-box > h5{
    font-size: 18px;
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 10px;
}
.sc05-box > p{
    font-size: 14px;
    color: #7a7a7a;
    font-weight: 400;
}
.sc05-box:hover{
    border-color: #2D5A3D;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    background-color: #fff;
}
.sc05-box:hover > span{
    background-color: #2D5A3D;
    color: #fff;
}

/* sc06 */
#sc06{
    width: 100%;
    padding: 100px 0;
    background: #F5F1EB;
}
.sc06-wrap{
    width: 100%;
    display: flex;
    gap: 40px;
}
.sc06-box{
    width: calc((100% - 40px) / 2);
}
.sc06-caption-wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.sc06-caption{
    width: 100%;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
    padding: 30px 28px;
    position: relative;
}
.sc06-caption.half{
    width: calc((100% - 24px) / 2);
}
.sc06-caption > h5{
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 20px;
}
.sc06-caption > h5 > span{
    display: inline-block;
    color: #2D5A3D;
    margin-right: 5px;
}
.sc06-caption > ul > li{
    font-size: 14px;
    color: #4a4a4a;
    font-weight: 400;
    margin-bottom: 10px;
}
.sc06-caption > ul > li:last-child{
    margin-bottom: 0;
}
.sc06-caption > ul > li > span{
    color: #2D5A3D;
}
.sc06-caption > h3{
    font-size: 28px;
    color: #1a1a1a;
    font-weight: 700;
}
.sc06-caption > h4{
    font-size: 20px;
    color: #4a4a4a;
    font-weight: 600;
    margin-top: 1rem;
}
.sc06-caption > p{
    font-size: 14px;
    color: #4a4a4a;
    font-weight: 400;
    margin-bottom: 20px;
}
.sc06-caption > a{
    display: inline-block;
    font-size: 13px;
    color: #2D5A3D;
    font-weight: 500;
    position: absolute;
    top: 30px;
    right: 28px;
}
.sc06-map{
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}
.root_daum_roughmap .cont, .root_daum_roughmap .wrap_controllers{
    display: none;
}
.root_daum_roughmap{
    width: 100% !important;
}

.form-bg{
    width: 100%;
    padding: 74px 40px;
    border-radius: 24px;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
}
.form-con{
    width: 100%;
}
.form-tit{
    width: 100%;
    margin-bottom: 32px;
}
.form-tit > h3{
    font-size: 28px;
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 12px;
}
.form-tit > p{
    font-size: 15px;
    color: #7a7a7a;
    font-weight: 400;
}
.form-wrap{
    width: 100%;
}
.form-box{
    width: 100%;
    margin-bottom: 27px;
}
.form-box input{
    width: 100%;
    padding: 1rem;
    border-radius: 8px;
    border: 1px solid #E0E0E0;
    background: #FFF;
    font-size: 14px;
    transition: .3s;
}
.form-box input::placeholder{
    color: #757575;
}
.form-box h5{
    font-size: 14px;
    color: #1a1a1a;
    font-weight: 600;
    margin-bottom: 10px;
}
.form-box h5 span{
    color: #E53935;
}
.form-box:hover input{
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.10);
}

.submit-btn-wrap{
    width: 100%;
}
.submit-btn-wrap label{
    font-size: 14px;
    color: #4a4a4a;
    font-weight: 400;
}
.submit-btn{
    margin-top: 32px;
}
.sbtn{
    padding: 1rem;
    width: 100%;
    font-size: 16px;
    color: #fff;
    border-radius: 8px;
    background-color: #2D5A3D;
    cursor: pointer;
    position: relative;
    border: none;
    text-align: center;
    font-weight: 600;
    transition: .3s;
}
.sbtn:hover{
    background-color: #1E3D29;
}



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

    .d-lg-flex{
        display: flex;
    }

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

    
}
@media(max-width:1600px){
    .main-caption > h5{
        margin-bottom: 1rem;
    }
    .main-caption > h2{
        font-size: 50px;
        margin-bottom: 24px;
    }
    .main-caption > h3{
        margin-bottom: 30px;
        line-height: 1.6;
    }
    .main-btn > a{
        font-size: 15px;
        padding: 1rem 24px;
    }
    .sc02-wrap{
        gap: 40px;
    }
    .sc02-box{
        width: calc((100% - 40px) / 2);
    }
    .mpr_gl{
        gap: 12px;
    }
    .mpr_gl > li{
        width: calc((100% - 24px) / 3);
    }
    .mpr_table tbody tr td.title a{
        padding: 24px 24px 23px 0;
    }
    .sc03-wrap{
        gap: 20px;
    }
    .sc03-box{
        width: calc((100% - 40px) / 3);
    }
    .sc04-wrap{
        gap: 1rem;
    }
    .sc04-box{
        width: calc((100% - 4rem) / 5);
    }
    .sect-tit{
        margin-bottom: 45px;
    }
    .sc05-wrap{
        gap: 20px;
    }
    .sc05-box{
        width: calc((100% - 60px) / 4);
    }
}
@media(max-width:1440px){
    .main-caption{
        max-width: 1230px;
    }
    .mc-con{
        max-width: 1230px;
    }
    .sect-tit > h5{
        margin-bottom: 12px;
    }
    .sect-tit > h3{
        font-size: 32px;
    }
    .sect-tit > p{
        margin-top: 1rem;
        font-size: 15px;
    }
    .main-caption > h2{
        font-size: 46px;
    }
    .main-caption > h3{
       font-size: 16px;
    }
    .main-btn > a{
        font-size: 14px;
    }
    .sc02-tit{
        margin-bottom: 20px;
    }
    .sc02-tit > h3{
        font-size: 22px;
    }
    .sc02-tit > a{
        font-size: 13px;
    }
    .mpr_gl{
        gap: 10px;
    }
    .mpr_gl > li{
        width: calc((100% - 20px) / 3);
    }
    .mpr_table tbody tr td.date{
        font-size: 12px;
        padding: 20px 0 20px 24px;
    }
    .mpr_table tbody tr td.title a{
        font-size: 14px;
        padding: 22px 20px 21px 10px;
    }
    .sc03-wrap{
        gap: 1rem;
    }
    .sc03-box{
        width: calc((100% - 2rem) / 3);
    }
    .sc03-caption > h5{
        font-size: 20px;
        margin-bottom: 1rem;
    }
    .sc04-wrap{
        gap: 10px;
    }
    .sc04-box{
        width: calc((100% - 40px) / 5);
    }
    .sc05-wrap{
        gap: 1rem;
    }
    .sc05-box{
        width: calc((100% - 3rem) / 4);
    }
    .sc06-wrap{
        gap: 20px;
    }
    .sc06-box{
        width: calc((100% - 20px) / 2);
    }
    .sc06-caption-wrap{
        gap: 1rem;
    }
    .sc06-caption.half{
        width: calc((100% - 1rem) / 2);
    }
    .form-bg{
        padding: 70px 40px;
    }
    .form-tit > h3{
        font-size: 24px;
    }
    .form-tit > p{
        font-size: 14px;
    }
    .sc06-caption > h5{
        margin-bottom: 1rem;
    }
    .sc06-caption > h3{
        font-size: 24px;
    }
}
@media(max-width:1199px){
    .d-none{
        display: none;
    }
	.sc01_fr{ 
        padding:150px 15px; 
    }
	.sc01_nav{ 
        display:none; 
    }
    
    .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 > h5{
        font-size: 12px;
        padding: 8px 12px 8px 23px;
    }
    .main-caption > h5::before{
        width: 4px;
        height: 4px;
        left: 13px;
    }
    .main-caption > h2{
        font-size: 40px;
        margin-bottom: 1rem;
    }
    .main-btn > a{
        padding: 12px 20px;
        margin-right: 10px;
    }

    #sc02, #sc03, #sc04, #sc05, #sc06{
        padding: 60px 0;
    }
    .sc02-wrap{
        gap: 30px;
        flex-wrap: wrap;
    }
    .sc02-box{
        width: 100%;
    }
    .sc02-tit{
        margin-bottom: 1rem;
        align-items: center;
    }
    .sc02-tit > h3{
        font-size: 20px;
    }
    .mpr_table tbody tr td.date{
        font-size: 12px;
        padding: 16px 0 16px 20px;
        width: 15%;
    }
    .mpr_table tbody tr td.title{
        width: 85%;
    }
    .mpr_table tbody tr td.title a{
        font-size: 13px;
        padding: 1rem 1rem 1rem 0;
    }
    .sect-tit{
        margin-bottom: 30px;
    }
    .sect-tit > h3{
        font-size: 28px;
    }
    .sect-tit > p{
        font-size: 14px;
    }
    .sc03-wrap{
        gap: 10px;
    }
    .sc03-box{
        width: calc((100% - 20px) / 3);
        border-radius: 16px;
    }
    .sc03-caption{
        padding: 20px;
    }
    .sc03-caption > span{
        margin-bottom: 10px;
    }
    .sc03-caption > h5{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .sc03-caption > p{
        line-height: 1.4;
    }
    .sc04-wrap{
        flex-wrap: wrap;
        justify-content: center;
    }
    .sc04-box{
        width: calc((100% - 20px) / 3);
        border-radius: 12px;
    }
    .sc05-wrap{
        gap: 10px;
        flex-wrap: wrap;
    }
    .sc05-box{
        width: calc((100% - 10px) / 2);
        padding: 30px 15px;
        border-radius: 12px;
    }
    .sc06-wrap{
        flex-wrap: wrap;
    }
    .sc06-box{
        width: 100%;
    }

    .form-bg{
        padding: 30px 28px;
        border-radius: 16px;
    }
    .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;
    }
    .submit-wrap{
        flex-direction: column;
    }
    .submit-caption{
        margin-bottom: 1rem;
        width: 100%;
        justify-content: space-between;
    }
    .submit-caption label{
        font-size: 14px;
    }
    .sbtn{
        padding: 1rem 3rem;
        width: 100%;
        margin-left: 0;
        margin-top: 1rem;
        text-align: center;
        font-size: 15px;
    }
    .submit-btn{
        width: 100%;
        margin-top: 0;
    }
    .submit-btn-wrap{
        width: 100%;
        margin-top: 1rem;
    }
    
    .sc06-caption{
        border-radius: 16px;
    }
}

@media(max-width:800px){
    
}
@media(max-width:586px){
    .main-caption{
        text-align: center;
    }
    .main-caption > h2{
        font-size: 34px;
        line-height: 1.3;
    }
    .main-caption > h2 > span{
        padding: 0 5px;
    }
    .main-caption > h2 > span::before{
        height: 100%;
        opacity: 0.8;
        bottom: 0;
    }
    .main-btn{
        justify-content: center;
    }
    .main-btn > a{
        padding: 10px 18px;
    }
    .main-btn > a:last-child{
        margin-right: 0;
    }
    .main-btn > a > span{
        margin-right: 5px;
    }
    .mpr_table{
        border-radius: 8px;
    }
    .mpr_table tbody tr td.date{
        padding: 1rem 0 1rem 1rem;
    }
    .mpr_table tbody tr td.title a{
        padding: 1rem;
    }
    .mpr_gl{
        gap: 8px;
    }
    .mpr_gl > li{
        width: calc((100% - 8px) / 2);
    }
    .mpr_gl > li > .tmb > a{
        border-radius: 5px;
    }
    .sc03-wrap{
        flex-wrap: wrap;
    }
    .sc03-box{
        width: 100%;
        border-radius: 12px;
    }
    .sc03-caption{
        padding: 20px 15px;
    }
    .sect-tit > p{
        line-height: 1.4;
        margin-top: 10px;
    }
    .sc04-box{
        width: calc((100% - 10px) / 2);
        padding: 20px 10px;
    }
    .sc04-box > p{
        line-height: 1.4;
    }
    .sc04-box > span{
        width: 58px;
        height: 58px;
        border-radius: 12px;
        font-size: 24px;
    }
    .sc05-box > span{
        width: 64px;
        height: 64px;
        font-size: 26px;
        border-radius: 16px;
    }
    .sc05-box > p{
        line-height: 1.4;
    }
    .sc05-box{
        padding: 20px 10px;
    }
    .form-bg{
        border-radius: 12px;
        padding: 24px 20px;
    }
    .form-tit > h3{
        font-size: 20px;
    }
    .sc06-caption.half{
        width: 100%;
    }
    .sc06-caption{
        border-radius: 12px;
        padding: 24px 20px;
    }
    .sc06-caption > h3{
        font-size: 20px;
    }
    .sc06-caption > a{
        top: 26px;
        right: 20px;
    }
}

/* 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);
    }
}
@keyframes scroll{
    0%{
        top: -100%;
    }
    100%{
        top: 100%;
    }
}