section, section *{ 
    box-sizing:border-box; 
}
*{ 
    box-sizing:border-box; 
}
section{ 
    overflow:hidden; 
}
.mc-con{ 
    max-width:1550px; 
    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;
}

/* 메인 섹션 */
#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%;
    text-align: left;
    color: #fff;
    max-width: 1550px;
    padding: 0 15px;
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}
.main-caption > h2{
    font-size: 60px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}
.main-caption > h5{
    font-size: 16px;
    font-weight: 300;
}

/* mouse */
.mouse {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    bottom: 20%;
    right: calc((100% - 1520px) / 2);
}
.mouse .wheel {
    position: absolute;
    display: inline-block;
    font-size: 18px;
    animation: wheel 1.4s infinite;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
}
@keyframes wheel {
    0% {
        top: 8px;
        transform: translateX(-50%, 20px);
        opacity: 1;
    }
    100% {
        top: 1.2rem;
        transform: translateX(-50%, -2.5rem);
        opacity: 0;
    }
}

.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-bg{
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #ddd;
}
.sc02-bg::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
}
.sc02-caption{
    width: 100%;
    max-width: 1550px;
    padding: 0 15px;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.sc02-caption > h5{
    color: #f2f2f2;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 1.5rem;
}
.sc02-caption > h3{
    color: #f2f2f2;
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 1.5rem;
}
.sc02-caption > p{
    color: #f2f2f2;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
}
.sc02-caption.lt{
    text-align: left;
}
.sc02-caption.ct{
    text-align: center;
}
.sc02-caption.rt{
    text-align: right;
}
.sc02-caption.lt > h3 > span{
    color: #5F5DAF;
}
.sc02-caption.ct > h3 > span{
    color: #FFC700;
}
.sc02-caption.rt > h3 > span{
    color: #0064FF;
}

.sc02-slide{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.sc02-pn{
    width: 100%;
    max-width: 1550px;
    padding: 0 15px;
    position: absolute;
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.swiper-pagination.menupn{
    width: 100%;
    position: relative;
    display: flex;
    overflow: hidden;
}
.swiper-pagination.menupn .swiper-pagination-bullet{
    width: 33.33333%;
    height: auto;
    background: none;
    display: block;
    text-align: center;
    padding: 0 15px 2rem;
    transition: .3s;
    border-radius: 0;
    border: none;
    color: #fff;
    flex: 0 0 auto;
    opacity: 0.3;
    position: relative;
}
.swiper-pagination.menupn .swiper-pagination-bullet::after{
    content: "";
     width: 100%;
  height: 2px;
  background: linear-gradient(to right,
    rgba(255,255,255,0), 
    rgba(255,255,255,0.5) 40%,
    rgba(255,255,255,0.8) 50%,
    rgba(255,255,255,0.5) 60%,
    rgba(255,255,255,0)
  );
    position: absolute;
    bottom: 0;
    left: 0;
}
.swiper-pagination.menupn .swiper-pagination-bullet > h3{
    font-size: 20px;
    font-weight: 600;
    transition: .3s;
}
.swiper-pagination.menupn .swiper-pagination-bullet:hover{
    opacity: 1;
}
.swiper-pagination.menupn .swiper-pagination-bullet-active{
    opacity: 1;
}


/* sc03 */
#sc03{
    position: relative;
    padding: 100px 0;
    background-color: #121212;
}
#sc03::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
}
.sc03-slide{
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
}
.sc03-wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.sc03-box{
    display: block;
    width: calc((100% - 80px) / 5);
    padding: 30px 20px;
    border-radius: 16px;
    background-color: #1d1d1d;
    margin-bottom: 10px;
    color: #fff;
    transition: .3s;
}
.sc03-box > span{
    display: inline-block;
    width: 85px;
    padding: 10px;
    font-size: 13px;
    border-radius: 30px;
    margin-bottom: 1rem;
    font-weight: 700;
    text-align: center;
}
.sc03-box > h3{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
    transition: .3s;
}
.sc03-box > p{
    font-size: 13px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 1rem;
    transition: .3s;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sc03-box > h5{
    font-size: 13px;
    font-weight: 700;
    padding: 8px 15px 10px;
    background-color: #2a2a2a;
    transition: .3s;
    margin-top: 10px;
}
.sc03-box.cl1 > span{
    background-color: #5F5DAF;
}
.sc03-box.cl2 > span{
    background-color: #FFC700;
    color: #121212;
}
.sc03-box.cl3 > span{
    background-color: #0064FF;
}
.sc03-box.cl1 > h5{
    color: #5F5DAF;
}
.sc03-box.cl2 > h5{
    color: #FFC700;
}
.sc03-box.cl3 > h5{
    color: #0064FF;
}
.sc03-box:hover{
    transform: translateY(-10px);
    background-color: #fff;
}
.sc03-box:hover > h3{
    color: #121212;
}
.sc03-box:hover > p{
    color: #121212;
}
.sc03-box:hover > h5{
    color: #fff;
    background-color: #1d1d1d;
}

.sc03-tit{
    width: 100%;
    margin-bottom: 50px;
    position: relative;
    z-index: 3;
}
.sc03thum{
    position: relative;
    width: 33.333333%;
    margin: 0 auto;
}
.sc03thum .swiper-slide{
    opacity: 0.2;
    transition: .5s;
}
.sc03thum .swiper-slide-active{
    opacity: 1;
}
.sc03-thum{
    color: #fff;
    text-align: center;
}
.sc03-thum > h3{
    font-size: 65px;
    font-weight: 800;
    margin-bottom: 10px;
}
.sc03-thum > p{
    font-size: 20px;
    font-weight: 300;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display: none;
}
.swiper-button-next > span, .swiper-button-prev > span{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    color: #121212;
}
.swiper-button-next{
    right: -30px;
}
.swiper-button-prev{
    left: -30px;
}
.swiper-button-next, .swiper-button-prev{
    width: auto;
    height: auto;
}

/* sc04 */
#sc04{
    padding: 100px 0;
    background-color: #121212;
}
#sc04::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
}
.sc04-tit{
    width: 100%;
    margin-bottom: 50px;
}
.sc04-tit > h3{
    font-size: 40px;
    color: #fff;
    font-weight: 800;
    line-height: 1.4;
}
.sc04-tit > h3 > span{
    color: #ebb738;
}
.sc04-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.sc04-box{
    width: 32%;
}
.sc04-img{
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
    transition: .3s;
}
.sc04-img img{
    width: 100%;
}
.sc04-caption{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 40px;
}
.sc04-icon{
    display: flex;
    width: 50px;
    margin-right: 1rem;
}
.sc04-ctt{
    color: #fff;
}
.sc04-ctt > p{
    font-size: 14px;
    font-weight: 600;
    margin-bottom:5px;
}
.sc04-ctt > h5{
    font-size: 20px;
    font-weight: 700;
}
.sc04-img:hover{
    border-radius: 180px;
}

/* sc05 */
#sc05{
    padding: 100px 0;
    background-color: #E6E6E6;
}
.sc05-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.sc05-box{
    width: 50%;
}
.sc05-map-area{
    width: 48%;
}
.sc05-map{
    width: 100%;
}
.map-area{
    width: 100%;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 1.5rem;
    border: 1px solid #d9d9d9;
}
.map-caption > ul > li{
    font-size: 14px;
    color: #000;
    font-weight: 300;
    margin-bottom: 1rem;
}
.map-caption > ul > li:last-child{
    margin-bottom: 0;
}
.map-caption > ul > li > span{
    font-weight: 600;
}
.root_daum_roughmap{
    width: 100% !important;
}
.root_daum_roughmap .cont, .root_daum_roughmap .wrap_controllers{
    display: none;
}
.tab_tit{
  width: 100%;
  margin-bottom: 30px;
}
.tab_tit > ul{
  width: 100%;
  display: flex;
}
.tab_tit > ul > li{
  flex: 0 0 auto;
  width: 50%;
  padding: 20px 5px;
  background-color: #fcfcfc;
  font-size: 16px;
  color: #323130;
  font-weight: 700;
  text-align: center;
  transition: .3s;
  cursor: pointer;
  border: 1px solid #dedede;
}
.tab_tit > ul > li.on{
  background-color: #3E4C59;
  color: #fff;
  border-color: #3E4C59;
}
.tab{
  display: none;
}
.tab:first-child{
  display: block;
}

.form-bg{
    width: 100%;
    padding: 50px 25px;
    border-radius: 20px;
    background-color: #fcfcfc;
    border: 1px solid #dedede;
}
.form-con{
    width: 100%;
}
.form-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}
.form-wrap.radio .form-box{
    width: 24%;
}
.form-box{
    width: 32.33333%;
}
.form-box input{
    width: 100%;
    padding: 1rem;
    border: 1px solid #d5d5d5;
    border-radius: 6px;
    font-size: 14px;
    transition: .3s;
}
.form-box h5{
    font-size: 14px;
    color: #0e0e0e;
    font-weight: 600;
    margin-bottom: 10px;
}
.form-tit{
    font-size: 14px;
    color: #0e0e0e;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    width: 100%;
    align-items: center;
}
.form-tit > span{
    display: inline-block;
    font-size: 12px;
    color: #C06C84;
    margin-left: 10px;
}
.form-box:hover input{
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.10);
}
.form-box label{
    width: 100%;
    display: block;
}
.form-box label p.on{
    width: 100%;
    padding: 1rem;
    border: 1px solid #d5d5d5;
    border-radius: 6px;
    font-size: 14px;
    display: block;
    text-align: center;
    cursor: pointer;
    position: relative;
    color: #000;
    font-weight: 600;
    transition: .3s;
}
.form-box label p.on > span{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
    opacity: 0;
}
.form-box label p.on:hover{
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.10);
}
.form-box label [type="checkbox"]{
    display: none;
}
.form-box label [type="checkbox"]:checked + .on{
    background-color: #121212;
    border-color: #121212;
    color: #fff;
}
.form-box label [type="checkbox"]: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: 14px;
    border-radius: 6px;
    transition: .3s;
}
.form-textarea textarea:hover{
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.10);
}
.form-textarea textarea::placeholder{
    font-size: 14px;
    color: #000;
}
.submit-caption > p{
    font-size: 14px;
    font-weight: 600;
    color: #C06C84;
}
.submit-wrap{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.submit-btn-wrap{
    display: flex;
    align-items: center;
}
.submit-btn-wrap label{
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.submit-btn{
    position: relative;
}
.sbtn{
    padding: 1rem 1.5rem;
    width: 150px;
    font-size: 16px;
    color: #fff;
    background-color: #121212;
    cursor: pointer;
    position: relative;
    border: none;
    text-align: left;
    margin-left: 1rem;
    font-weight: 700;
}
.submit-btn > span{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 16px;
    right: 24px;
    transition: .2s;
}
.submit-btn:hover > span{
    right: 18px;
}

.pol-btn{
    display: inline-block;
    font-size: 14px;
    padding: 10px 1rem;
    border-radius: 5px;
    background-color: #4FACBB;
    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;
}

.map-area{
    width: 100%;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
    border: 1px solid #d9d9d9;
}
.map-caption > ul > li{
    font-size: 14px;
    color: #000;
    font-weight: 300;
    margin-bottom: 1rem;
}
.map-caption > ul > li:last-child{
    margin-bottom: 0;
}
.map-caption > ul > li > span{
    font-weight: 600;
}
.root_daum_roughmap{
    width: 100% !important;
}
.root_daum_roughmap .cont, .root_daum_roughmap .wrap_controllers{
    display: none;
}
@media ( max-width: 1400px ) {
    .sc03-box{
        width: calc(100% / 4 - 20px);
    }
    .sc03-thum > h3{
        font-size: 45px;
    }
    .sc03-thum > p{
        font-size: 18px;
    }
}
@media ( max-width: 1200px ) {
    .sc03-box{
        width: calc(100% / 3 - 15px);
    }
    .sc03-thum > h3{
        font-size: 35px;
    }
    .sc03-thum > p{
        font-size: 15px;
    }
}
@media ( max-width: 900px ) {
    .sc03-box{
        width: calc(100% / 2 - 10px);
    }
    .sc03-thum > h3{
        font-size: 25px;
    }
    .sc03-thum > p{
        font-size: 14px;
    }
    .swiper-button-next > span, .swiper-button-prev > span{
        font-size: 20px;
        width: 40px;
        height: 40px;
    }
}
@media ( max-width: 650px ) {
    .sc03-box{
        width: 100%;
    }
    .sc03-thum > h3{
        font-size: 20px;
    }
    .sc03-thum > p{
        font-size: 13px;
    }
    .swiper-button-next > span, .swiper-button-prev > span{
        font-size: 16px;
        width: 30px;
        height: 30px;
    }
}

@media(min-width:1200px){
    .d-lg-none{ 
        display:none; 
    }
    .d-lg-block{ 
        display:block; 
    }
    
	.ms-img{
        display: block; 
        width: 100%; 
        height: 100vh; 
        background-repeat: no-repeat; 
        background-position: center; 
        background-size: cover;
    }
	.ms-img-m{
        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;
    }
    
}

@media(max-width:1600px){
    .mc-con{
        padding: 0 3rem;
    }
    .sc02-pn{
        padding: 0 3rem;
    }
    .sc02-caption{
        padding: 0 3rem;
    }
    .main-caption{
        padding: 0 3rem;
    }
}

@media(max-width:1366px){
    .mc-con{
        padding: 0 15px;
    }
    .sc02-pn{
        padding: 0 15px;
    }
    .sc02-caption{
        padding: 0 15px;
    }
    .main-caption{
        padding: 0 15px;
    }
}

@media(max-width:1199px){
	.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 > h2{
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 1rem;
    }

    .sc02-bg{
        height: 70vh;
    }
    .sc02-pn{
        display: none;
    }
    .sc02-caption{
        top: 50%;
        transform: translate(-50%,-50%);
    }
    .sc02-caption > h5{
        font-size: 13px;
        margin-bottom: 1rem;
    }
    .sc02-caption > h3{
        font-size: 24px;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid rgba(255,255,255,0.5);
    }
    .sc02-caption > p{
        font-size: 13px;
    }

    #sc03{
        padding: 70px 0;
    }
    .sc03-tit{
        margin-bottom: 20px;
    }
    .sc03thum{
        width: 60%;
    }
    .swiper-button-next, .swiper-button-prev{
        margin-top: 0;
        transform: translateY(-50%);
    }

    #sc04{
        padding: 70px 0;
    }
    .sc04-tit{
        margin-bottom: 20px;
    }
    .sc04-tit > h3{
        font-size: 24px;
    }
    .sc04-wrap{
        display: none;
    }
    .sc04-slide{
        width: 100%;
        position: relative;
        display: block;
        padding: 0;
    }
    .sc04Swiper{
        padding-bottom: 35px;
        position: relative;
    }
    .swiper-pagination{
        bottom: 0 !important;
    }
    .sc04-img{
        border-radius: 20px;
    }
    .sc04-mo{
        text-align: center;
    }
    .sc04-mo > h5{
        font-size: 14px;
        color: #fff;
        font-weight: 400;
        margin-top: 1rem;
    }
    .sc04-mo > h3{
        font-size: 20px;
        color: #fff;
        font-weight: 600;
        margin-top: 5px;
    }
    .sc04Swiper .swiper-pagination-bullet{
        background: #fff;
    }

    #sc05{
        padding: 70px 0;
    }
    .sc05-wrap{
        flex-direction: column-reverse;
    }
    .sc05-box{
        width: 100%;
        margin-bottom: 2rem;
    }
    .sc05-map{
        width: 100%;
    }
    .sc05-map-area{
        width: 100%;
    }
    .tab_tit{
        margin-bottom: 20px;
    }
    .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: 15px;
    }
    .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;
        width: 100%;
        margin-left: 0;
        margin-top: 1rem;
        text-align: center;
    }
    .submit-btn > span{
        top: 32px;
    }
    .submit-btn{
        width: 100%;
    }
    .form-wrap.radio{
        flex-wrap: wrap;
        gap: 10px;
    }
    .form-wrap.radio .form-box{
        width: calc((100% - 10px) / 2);
    }
    .submit-btn-wrap{
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }

    .root_daum_roughmap .wrap_map{
        height: 300px !important;
    }
    .map-area{
        margin-bottom: 1rem;
    }
}

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