html,body {
    height: 100%;
    scroll-behavior: smooth;
    background:#fff!important;
}
.reg_wrap {
    max-width: 900px;
    margin: 60px auto 70px;
    padding: 0 20px;
    text-align: center;
    box-sizing: border-box;
}

.reg_wrap * {
    box-sizing: border-box;
}

.reg_wrap > img {
    display: block;
    max-width: 100%;
    margin: 0 auto 45px;
}

.reg_intro {
    position: relative;
    padding: 48px 46px 42px;
    border-radius: 28px;
    background: linear-gradient(180deg, #f7fcfd 0%, #ffffff 100%);
    border: 1px solid #d9eef1;
    box-shadow: 0 18px 45px rgba(0, 111, 124, 0.08);
}

.reg_badge {
    display: inline-block;
    margin-bottom: 18px;
    padding: 9px 22px;
    border-radius: 50px;
    background: #0b7c89;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
}

.reg_intro h2 {
    margin: 0 0 18px;
    color: #111;
    font-size: 38px;
    line-height: 1.25;
    font-weight: 900;
    letter-spacing: -1.5px;
}

.reg_intro h2::after {
    content: "";
    display: block;
    width: 46px;
    height: 4px;
    margin: 18px auto 0;
    border-radius: 10px;
    background: #0b7c89;
}

.reg_sub {
    margin: 0 0 34px;
    color: #333;
    font-size: 19px;
    line-height: 1.7;
    font-weight: 500;
    letter-spacing: -0.5px;
}

.reg_merit {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    max-width: 720px;
    margin: 0 auto 34px;
    padding: 0;
    list-style: none;
}

.reg_merit li {
    position: relative;
    padding: 17px 18px 17px 48px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #cfe7ea;
    color: #111;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    box-shadow: 0 8px 20px rgba(0, 111, 124, 0.04);
}

.reg_merit li::before {
    content: "✓";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #0b7c89;
    font-size: 18px;
    font-weight: 900;
}

.reg_message {
    max-width: 720px;
    margin: 0 auto 18px;
    padding: 24px 20px;
    border-radius: 20px;
    background: #eef9fb;
    border: 1px solid #d5edf0;
}

.reg_message p {
    margin: 0;
    color: #222;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.reg_cta {
    display: inline-block;
    margin-top: 8px;
    padding: 17px 34px;
    border-radius: 50px;
    background: #16a6b9;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.7px;
    box-shadow: 0 12px 25px rgba(22, 166, 185, 0.25);
}

.reg_cta strong {
    color: #fff46b;
    font-weight: 900;
}

.mo_br {
    display: none;
}

@media (max-width: 640px) {
    .reg_wrap {
        margin: 35px auto 45px;
        padding: 0 15px;
    }

    .reg_wrap > img {
        margin-bottom: 28px;
    }

    .reg_intro {
        padding: 34px 18px 32px;
        border-radius: 22px;
    }

    .reg_badge {
        font-size: 11px;
        padding: 8px 16px;
    }

    .reg_intro h2 {
        font-size: 30px;
    }

    .reg_sub {
        font-size: 16px;
        margin-bottom: 26px;
    }

    .reg_merit {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 26px;
    }

    .reg_merit li {
        font-size: 15px;
        padding: 15px 15px 15px 43px;
    }

    .reg_message {
        padding: 20px 15px;
    }

    .reg_message p {
        font-size: 16px;
    }

    .reg_cta {
        width: 100%;
        padding: 16px 15px;
        font-size: 17px;
    }

    .mo_br {
        display: block;
    }
}
.bg_gray {
    background:#f9f9f9;
}
.mt0 {
    margin-top: 0!important;
}
.mt20 {
    margin-top: 20px!important;
}
.mt30 {
    margin-top: 30px!important;
}
.mt40 {
    margin-top: 40px!important;
}
.mt50 {
    margin-top: 50px!important;
}
.pd0 {
    padding: 0!important;
}

.bar {
    width: 100%;
    height: 1px;    
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin:30px 0;
}
.bar2 {
    width: 100%;
    height: 1px;
    background:#ddd;
    margin:20px 0 20px 0;
}
.bar4 {
    width: 100%;
    height: 1px;
    border-top:1px solid #ddd;
    margin:60px auto;
}

.desc_list {
    display: flex;
    margin-top: 20px;
}

.desc_list > li {
    width: calc(50% - 20px);
    font-size: 18px;
    line-height: 26px;
    color:#666;
}
.desc_list.type2 > li {
    width: 100%;
}

.tit {
    font-size: 50px;
    line-height: 60px;
    margin-top: 20px;
    text-align: center;
}
.tit > strong {
    font-weight: 700;
    color:#039293;
}
.tit2 {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 24px;
    color:#039293;
    text-align: center;
    letter-spacing: 5px;
}
.tit_desc {
    font-size: 20px;
    line-height: 28px;
    color:#666;
    margin-top: 24px;
    text-align: center;
    word-break: keep-all;
}
.s_tit {
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.s_tit2 {
    font-size: 40px;
    font-weight: 300;
    text-align: center;
}
.s_tit2.type2 {
    margin-top: 150px;
}

.s_tit_desc {
    font-size: 18px;
    font-weight: 300;
    color:#666;
    line-height: 26px;
    margin-top: 20px;
    word-break: keep-all;
    text-align: center;
}
.sub_banner_wrap {
    overflow: hidden;
}
.sub_banner {
    background:url('../img/sub_banner.png') center no-repeat;
    background-size:cover;
    height: 400px;
    margin-top: 100px;
    animation : s-up 3s .2s both!important;

}
.sub_banner > .inner {
    position: relative;
    width: 100%;
    height: 100%;
    color:#fff;
}
.sub_banner_tit {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    text-align: center;
}

.sub_banner_tit > h2 {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    animation : text 1s .2s both!important;
}

.sub_banner_tit > p {
    font-size: 20px;
    font-weight: 300;
    margin-top: 20px;
    line-height: 26px;
    animation : text 1s .4s both!important;
}

.sub_tit {
    font-size: 30px;
    font-weight: 700;
    position: relative;
    text-align: center;
}
.sub_tit2 {
    font-size: 30px;
    margin-top: 60px;
    font-weight: 700;
    color:#27983B;
    text-align: center;
}
.sub_tit3 {
    font-size: 30px;
    margin-top: 30px;
    text-align: center;
    line-height: 40px;
}
.sub_tit4 {
    font-size: 24px;
    margin-top: 40px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 32px;
}
.sub_desc {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    color:#666;
    margin-top: 20px;
    line-height: 26px;
}

.smenu_wrap {
    height: 60px;
    border-bottom:1px solid #ddd;
}
.smenu_wrap > .inner {
    max-width: 1280px;
    width: 100%;
    height: 60px;

}
.smenu {
    display: flex;
    justify-content: center;
    gap: 10px;
    height: 60px;
}
.smenu > li {
    width: 100%;
    height: 60px;    
}

.smenu > li:last-child {
}
.smenu > li.active {
    border-bottom:2px solid #5DA100;
}
.smenu > li.active a {
    font-weight: 700;
    color:#5DA100;
}
.smenu > li > a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color:#333;
}


.sub_section {
    padding:150px 0!important;
}
.sub_section.type2 {
    padding:50px 0!important;
}
.hide {
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 1px;
    height: 1px;
    text-indent: -9999px;
}
.fw700 {
    font-weight: 700;
}
.board.inner {
    padding: 150px 0;
    
}
.inner {
    max-width: 1280px;
    margin:0 auto;
}
.section {
    padding: 150px 0;
}

.brand_stit {
    font-size: 18px;
    font-weight: 700;
    color:#274AAF;
    text-transform: uppercase;
}
.brand_tit {
    font-size: 40px;
    line-height: 48px;
    margin-top: 30px;
}
.brand_desc {
    font-size: 20px;
    font-weight: 300;
    color:#666;
    margin-top: 30px;
    line-height: 26px;
}
.br_pc {
    display: block;
}
.br_m {
    display: none;
}

.b_color {
    color:#248332!important;
}
.b_color2 {
    color:#FFE600;
    font-weight: 700;
    
}
.b_color3 {
    color:#711880;
    
}
#bo_v_img {width:100%;overflow:hidden;text-align:center!important;zoom:1}


/* 헤더 */
.header {
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    transition: all .4s;;  
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 50px;
    background:#fff;
}


.header.active {
    background:#fff;
    box-shadow: 2px 2px 10px rgba(0,0,0,.1);
}


.logo {
    max-width: 225px;
    width: 100%;
    aspect-ratio: 225/54;
    background:url('../img/logo.png') center no-repeat;
    background-size:contain;
    transition: all .4s;
}
.logo > a {
    display: block;
    width: 100%;
    height: 100%;
}

.nav {
    display: flex;
    align-items: center;
}

.nav > li {
    margin-right: 30px;
    position: relative;
    height: 100%;
    line-height: 100px;
    transition: all .4s;
}
.header.active .nav > li {
    line-height: 70px;
}
.nav > li > a {
    font-size: 18px;
    font-weight: 400;
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}
.header.active .nav > li > a {
    color:#000;
}

.nav.sub > li > a {
    color:#000;
    
}


.nav > li > a:hover {
    color:rgba(255,255,255,.5);
    position: relative;
}
.nav > li.active {
    position: relative;
}


.nav > li:last-child {
    margin-right: 0;
}
.log_box {
    width: 120px;
    height: 40px;
    background:#039293;;
    line-height: 40px;
    text-align: center;
    border-radius: 30px;
}
.log_box > a {
    display: block;
    width: 100%;
    height: 100%;
    color:#fff;
}
.snb {
    display: none;
    padding:20px;
    width: 200px;
    background:#fff;
    border-top:0;
    position: absolute;
    top:70px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    line-height:normal;
    transition: all .4s;
    border-radius: 10px;
    box-shadow: 0 8px 10px -2px rgba(0,0,0,.15);
}


.nav > li.active > .snb {
    display: block;
}

.snb > li {
    margin-bottom: 20px;
    
}
.snb > li:last-child {
    margin-bottom: 0;
}
.snb > li > a {
    font-family: 'pretendard',sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.btn_contact {
    width: 260px;
    height: 60px;
    background:url('../img/btn_contact.png') center no-repeat;
    background-size:contain;
}
.btn_contact > a {
    display: block;
    width: 100%;
    height: 100%;
}




/* 메인배너 */
.main_banner {
    height: calc(100% - 100px);
    overflow: hidden;
    margin-top: 100px;
}
.main_bg {
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.9)
}
.swiper {
    width: 100%;
    height: 100%;
}

.mySwiper .swiper-slide {
    font-size: 18px;
    background: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mySwiper .swiper-slide.img01 {
    background:url('../img/mv01.jpg') center no-repeat;
    background-size:cover;
}
.mySwiper .swiper-slide.img02 {
    background:url('../img/mv02.jpg') center no-repeat;
    background-size:cover;
}
.mySwiper .swiper-slide > .inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.mySwiper .swiper-slide > .inner > .txt_wrap {
    text-align: center;
}
.mySwiper .swiper-slide > .inner > .txt_wrap > h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 5px;
    color:#fff;
}
.mySwiper .swiper-slide > .inner > .txt_wrap > h2 {
    font-size: 60px;
    margin-top: 30px;
    color:#fff;
    line-height: 70px;
}
.mySwiper .swiper-slide > .inner > .txt_wrap > h2 > strong {
    color:#2BC4BC;
    font-weight: 700;    
}

.mySwiper .swiper-slide > .inner > .txt_wrap > p {
    font-family: "Poppins", sans-serif;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    padding:30px 0;
    font-size: 20px;
    line-height: 30px;
    margin-top: 30px;
    color:#fff;
}

.mySwiper .swiper-slide-active .txt_wrap > h4{
    animation : text 1s .8s both;
}

.mySwiper .swiper-slide-active .txt_wrap > h2 {
    animation : text 1s 1s both;
}

.mySwiper .swiper-slide-active .txt_wrap > p {
    animation : text 1s 1.2s both;
}
.mySwiper .swiper-slide-active .txt_wrap > .btn_more {
    animation : text 1s 1.4s both;
}
/* 메인배너 --*/





/* msec_01 */
.msec_01 {
    background: url('../img/slide01_bg.png') no-repeat left top;
}
.slide01_wrap{
    position:relative;

    margin:0 auto;
    margin-top: 60px;
}
.slide01 {
    width:1280px;
    margin:0 auto;
}
.swiper-button-next,
.swiper-button-prev{
    width:60px!important;
    height:60px!important;
    background:red;
}
.swiper-button-next {
    background:url('../img/r_arrow.png') center no-repeat;
    background-size:contain;
}
.swiper-button-prev {
    background:url('../img/l_arrow.png') center no-repeat;
    background-size:contain;
}
/* 화살표 크기 */
.slide01_wrap .swiper-button-next:after,
.slide01_wrap .swiper-button-prev:after{
    display: none;
    font-size:20px;
    font-weight:bold;
}

/* 왼쪽 */
.swiper-button-prev{
    left:10%!important;
}

/* 오른쪽 */
.swiper-button-next{
    right:10%!important;
}
.slide01 .swiper-slide {
    aspect-ratio: 1/1;
    border-radius: 30px;
    background:#000;
}
.slide01 .swiper-slide:hover {
    border:5px solid #039293;;
}
.slide01 .swiper-slide  .txt_wrap {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color:#fff;
}
.slide01 .swiper-slide  .txt_wrap > h2 {
    font-size: 36px;
    font-weight: 700;
}
.slide01 .swiper-slide  .txt_wrap > p {
    font-size: 20px;
    line-height: 28px;
    margin-top: 30px;
}
.slide01 .swiper-slide.img01 {
    background:url('../img/c01.jpg') center no-repeat;
    background-size:cover;
}
.slide01 .swiper-slide.img02 {
    background:url('../img/c02.jpg') center no-repeat;
    background-size:cover;
}
.slide01 .swiper-slide.img03 {
    background:url('../img/c03.jpg') center no-repeat;
    background-size:cover;
}
.slide01 .swiper-slide.img04 {
    background:url('../img/c04.jpg') center no-repeat;
    background-size:cover;
}
.slide01 .swiper-slide.img05 {
    background:url('../img/c05.jpg') center no-repeat;
    background-size:cover;
}
.slide01 .swiper-slide.img06 {
    background:url('../img/c06.jpg') center no-repeat;
    background-size:cover;
}
.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.track {
    display: inline-block;
    animation: marquee 30s linear infinite;
}

.track span {
    font-size: 100px;
    text-transform: uppercase;
    font-weight: 900;
    color: rgba(3, 146, 147, 0.1);
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* msec_01 */


/* msec_02 */
.msec_02 {
    background:url('../img/msec02_bg.png') no-repeat 110% center;;
}
.msec_02 > .inner {
    position: relative;
}
.msec_02 .tit2,
.msec_02 .tit,
.msec_02 .tit_desc {
    text-align: left;
}
.dt_info {
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.dt_info > h2 {
    font-size: 40px;
    font-weight: 700;
}
.dt_info > h3 {
    font-size: 20px;
    color:#fff;
    background:#00a99f;
    width: 220px;
    aspect-ratio: 220/40;
    border-radius: 30px;
    text-align: center;
    line-height: 40px;
}
.dt_info2 {
    margin-top: 30px;
}
.dt_info2 > h2 {
    font-size: 20px;
    font-weight: 700;
}
.dt_info2 > ul {
    max-width:820px;
    padding-left: 20px;
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.dt_info2 > ul > li {
    list-style: circle;
    width: 50%;
    margin-bottom: 20px;
    font-size: 18px;
    color:#555;
}
.img_dr {
    max-width: 440px;
    width:100%;
    aspect-ratio: 440/577;
    background:url('../img/dr.jpg') center no-repeat;
    background-size:contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.img_dr.type2 {
    display: none;
}
/* msec_02 */


/* msec_03 */
.msec_03 .tit2,
.msec_03 .tit,
.msec_03 .tit_desc {
    text-align: left;
    color:#fff;
}
/* msec_03 */
.msec_03{
    position: relative;
    padding: 140px 0;
    background:url('../img/msec03_bg.jpg') no-repeat center;
    background-size:cover;
    overflow: hidden;
}

.msec_03 .inner{
    position: relative;

    display: flex;
    align-items: center;

    width: 100%;
    max-width: 1700px;

    margin: 0 auto;
    padding-left: 100px;
}

/* 왼쪽 텍스트 */
.msec_03 .left_area{
    position: relative;
    z-index: 10;

    width: 430px;
    flex-shrink: 0;
}

/* 화살표 */
.msec_03 .arrow_wrap{
    display: flex;
    margin-top: 40px;
}

.msec_03 .equip_prev,
.msec_03 .equip_next{
    position: relative;

    width: 60px;
    height: 60px;

    border: 1px solid rgba(255,255,255,0.2);
    cursor: pointer;

    transition: all .3s;
}

.msec_03 .equip_prev:hover,
.msec_03 .equip_next:hover{
    background: rgba(255,255,255,0.08);
}

.msec_03 .equip_prev::before,
.msec_03 .equip_next::before{
    content: '';

    position: absolute;
    top: 50%;
    left: 50%;

    width: 12px;
    height: 12px;

    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.msec_03 .equip_prev::before{
    transform: translate(-30%,-50%) rotate(-135deg);
}

.msec_03 .equip_next::before{
    transform: translate(-70%,-50%) rotate(45deg);
}

/* 오른쪽 슬라이드 */
.msec_03 .right_area{
    position: relative;
    z-index: 1;

    flex: 1;
    min-width: 0;
    overflow: hidden;

}

.msec_03 .equip_slide{
    overflow: visible;
    
}

.msec_03 .equip_slide .swiper-slide {
    width: 360px;
    border-radius: 10px;
    overflow: hidden;
}

.msec_03 .img_box{
    width: 360px;
    height: 450px;

    overflow: hidden;
    background: #fff;
}

.msec_03 .img_box img{
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}
.text_box {
    display: none;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.4);
    position: absolute;
    top: 0;
    left: 0;
}
.msec_03 .equip_slide .swiper-slide:hover .text_box {
    display: block;
}
.text_box > .txt_wrap {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color:#fff;
    text-align: center;
}
.text_box > .txt_wrap >  h2 {
    font-size: 24px;
    font-weight: 700;
}
.text_box > .txt_wrap >  p {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}
/* 반응형 */
@media screen and (max-width:1200px){

    .msec_03{
        padding: 100px 0;
    }

    .msec_03 .inner{
        display: block;
        padding: 0 20px;
    }

    .msec_03 .left_area{
        width: 100%;
        margin-bottom: 60px;
    }

    .msec_03 .right_area{
        margin-left: 0;
    }

    .msec_03 .tit{
        font-size: 42px;
    }

    .msec_03 .tit_desc{
        font-size: 18px;
    }

    .msec_03 .equip_slide .swiper-slide{
        width: 280px;
    }

    .msec_03 .img_box{
        width: 280px;
        height: 360px;
    }
}
/* msec_03 */



/* msec_04 */
.msec_04 {
    background: #eef6f6;
}
.slide03_tab_wrap{
    display:flex;
    justify-content:center;
    gap:70px;
    margin:60px 0;
}

.slide03_tab{
    position:relative;
    border:0;
    background:none;
    font-size:18px;
    color:#666;
    cursor:pointer;
}

.slide03_tab span{
    display:block;
    margin-bottom:10px;
    font-size:14px;
}

.slide03_tab.active{
    color:#008f97;
    font-weight:700;
}

.slide03_tab.active::after{
    content:'';
    position:absolute;
    left:50%;
    bottom:-25px;
    transform:translateX(-50%);
    width:8px;
    height:8px;
    border-radius:50%;
    background:#008f97;
}

.slide03_wrap{
    position:relative;
    width:1000px;
    margin:0 auto;
}
.slide03_swiper .swiper-slide.img01 {
    background:url('../img/t01.jpg') center no-repeat;
    background-size:cover;
}
.slide03_swiper .swiper-slide.img02 {
    background:url('../img/t02.jpg') center no-repeat;
    background-size:cover;
}
.slide03_swiper .swiper-slide.img03 {
    background:url('../img/t03.jpg') center no-repeat;
    background-size:cover;
}
.slide03_swiper .swiper-slide.img04 {
    background:url('../img/t04.jpg') center no-repeat;
    background-size:cover;
}
.slide03_swiper .swiper-slide.img05 {
    background:url('../img/t05.jpg') center no-repeat;
    background-size:cover;
}
.slide03_swiper .swiper-slide.img06 {
    background:url('../img/t06.jpg') center no-repeat;
    background-size:cover;
}
.slide03_swiper .swiper-slide {
    background:#fff;
    border-radius: 10px;
    height: 420px;
    padding:60px 50px;
}
.slide03_swiper .swiper-slide > h2 {
    font-size: 40px;
    font-weight: 700;
}
.slide03_swiper .swiper-slide > p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
    color:#666;
}
.slide03_icon_list {
    margin-top: 40px;
    display: flex;
    gap: 20px;
}
.slide03_icon_list > li {}
.slide03_icon_list > li > img {
    width: 76px;
    aspect-ratio: 1/1;
}
.slide03_icon_list > li > p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
    text-align: center;
}

.slide03_prev,
.slide03_next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:75px;
    height:75px;
    border-radius:50%;
    border:0;
    background:#aac1c2;
    color:#fff;
    font-size:46px;
    z-index:10;
    cursor:pointer;
}

.slide03_prev{
    left:-110px;
}

.slide03_next{
    right:-110px;
}

.slide03_prev:hover,
.slide03_next:hover{
    background:#008f97;
}
/* msec_04 */


/* msec_05 */
.msec_05 {
    background:url('../img/msec05_bg.jpg') no-repeat center;
    background-size:cover;
}
.msec_05 .tit2,
.msec_05 .tit,
.msec_05 .tit_desc {
    color:#fff;
}
.dr_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}
.dr_list > li {
    width: calc(25% - 10px);
    margin-bottom: 20px;
    position: relative;

}
.dr_list > li > .pic {
    border-radius: 10px;
    overflow: hidden;
}
.dr_list > li > .pic > img {
    width: 100%;
    height: 100%;
}
.dr_list > li > .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40%;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color:#024650;
}

/* msec_05 */


/* msec_06 */
.msec_06 {
    background: #eef3f3;
}
.slide04_wrap{
    position: relative;
    margin-top: 50px;
    
    overflow: hidden;
}

.slide04_swiper{
    overflow: visible;
}

.slide04_swiper .swiper-slide{
    width: 780px;
    opacity: .28;
    transition: opacity .4s;
}

.slide04_swiper .swiper-slide-active{
    opacity: 1;
}

.slide04_swiper .img_box{
    overflow: hidden;
}

.slide04_swiper .img_box img{
    display: block;
    width: 100%;
    height: 560px;
    object-fit: cover;
}

.slide04_prev,
.slide04_next{
    position: absolute;
    top: 50%;
    z-index: 20;

    width: 56px;
    height: 56px;

    border: 1px solid rgba(0,0,0,0.35);
    background: transparent;

    font-size: 32px;
    cursor: pointer;
    transform: translateY(-50%);
}

.slide04_prev{
    left: calc(50% - 430px);
}

.slide04_next{
    right: calc(50% - 430px);
}

/* 태블릿 */
@media screen and (max-width:1200px){
    .slide04_wrap{
        padding: 90px 0;
    }

    .slide04_swiper .swiper-slide{
        width: 75%;
    }

    .slide04_swiper .img_box img{
        height: 460px;
    }

    .slide04_prev{
        left: 30px;
    }

    .slide04_next{
        right: 30px;
    }
}

/* 모바일 */
@media screen and (max-width:768px){
    .slide04_wrap{
        padding: 60px 0;
    }

    .slide04_swiper .swiper-slide{
        width: 88%;
    }

    .slide04_swiper .img_box img{
        height: 300px;
    }

    .slide04_prev,
    .slide04_next{
        width: 44px;
        height: 44px;
        font-size: 26px;
    }

    .slide04_prev{
        left: 12px;
    }

    .slide04_next{
        right: 12px;
    }
}
/* msec_06 */


/* msec_077 */
.msec_07.type2 {
    padding-bottom: 0;
}
.hurb_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 50px;
}
.hurb_wrap > div {
    width: calc(40% - 10px);
    text-align: center;
    margin-bottom: 40px;
}
.img_hurb {
    width: 30%;
    aspect-ratio: 185/502;
    margin:0 auto;
}
.img_hurb.img01 {background:url('../img/img_hurb01.jpg') center no-repeat;background-size:contain;}
.img_hurb.img02 {background:url('../img/img_hurb02.jpg') center no-repeat;background-size:contain;}
.hurb_wrap > div > h2 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
}
.hurb_wrap > div > .bar {
    width: 40px;
    height: 2px;
    background:#ddd;
    margin:20px auto;
}
.hurb_wrap > div > p {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    margin-top: 12px;
    line-height: 26px;
    word-break: keep-all;
}
.hurb_wrap > div > p > span {
    display: inline-block;
    font-weight: 700;
    color:#000;
    margin-bottom: 10px;
}

@media screen and (max-width:768px){
    .hurb_wrap > div {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

    .hurb_wrap > div > h2 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
}
.hurb_wrap > div > p {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    margin-top: 12px;
    line-height: 24px;
    word-break: keep-all;
}
.hurb_wrap > div > p > span {
    display: inline-block;
    font-weight: 700;
    color:#000;
    margin-bottom: 10px;
}
}

/* msec_077 */

/* msec_07 */
.msec_07{
    position: relative;
    padding: 140px 0;
    background: url('../img/msec07_bg.jpg') no-repeat center center / cover;
}

/* 리스트 */
.msec_07 .con_wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 0;
    margin-top: 50px;
}

.msec_07 .con_wrap > .item{
    width: calc(25% - 15px);
    padding: 40px 0;

    border: 1px solid #87c4c4;
    border-radius: 5px;
    background: #fff;

    text-align: center;
    box-shadow: 0 7px 6px rgba(0,0,0,0.05);

    cursor: pointer;
    transition: all .3s;
}
.msec_07 .con_wrap > .item.type2 {
    width: calc(50% - 15px);
}
.msec_07 .con_wrap > .item:hover{
    transform: translateY(-6px);
    box-shadow: 0 14px 20px rgba(0,0,0,0.08);
}

.msec_07 .con_wrap > .item > img{
    display: block;
    width: 72px;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
}

.msec_07 .con_wrap > .item > p{
    padding-top: 14px;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    word-break: keep-all;
}

.msec_07 .con_wrap > .item > p span{
    color: #c60000;
}

/* popup */
.msec_07 .popup{
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.65);
}

.msec_07 .popup.active{
    display: block;
}

.msec_07 .popup .dim{
    position: absolute;
    inset: 0;
    background: transparent;
}

.msec_07 .popup .cont{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3vw;

    width: 1280px;
    max-width: calc(100% - 40px);
    padding: 80px 40px;

    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;

    transform: translate(-50%, -50%);
    background: #fff;
}

.msec_07 .popup .img_box{
    width: 390px;
    flex-shrink: 0;
}

.msec_07 .popup .img_box img{
    display: block;
    width: 100%;
    border-radius: 20px;
}

.msec_07 .popup .txt_box{
    flex: 1;
}

.msec_07 .popup .txt_box h2{
    margin-bottom: 25px;
    color: #111;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.35;
}

.msec_07 .popup .txt_box h2 span{
    color: #c60000;
}

.msec_07 .popup .txt_box p{
    color: #555;
    font-size: 18px;
    line-height: 1.9;
    word-break: keep-all;
}

.msec_07 .popup .close{
    position: absolute;
    top: 30px;
    right: 30px;

    width: 56px;
    height: 56px;

    border: 1px solid #6bc7c7;
    background: #fff;

    color: #6bc7c7;
    font-size: 42px;
    line-height: 1;
    cursor: pointer;
}

/* tablet */
@media screen and (max-width:1024px){

    .msec_07{
        padding: 100px 0;
    }

    .msec_07 .con_wrap > .item{
        width: calc(50% - 10px);
    }

    .msec_07 .con_wrap > .item > p{
        font-size: 20px;
        line-height: 28px;
    }

    .msec_07 .popup .cont{
        gap: 30px;
        padding: 60px 30px;
    }

    .msec_07 .popup .img_box{
        width: 320px;
    }

    .msec_07 .popup .txt_box h2{
        font-size: 28px;
    }

    .msec_07 .popup .txt_box p{
        font-size: 16px;
    }
}

/* mobile */
@media screen and (max-width:768px){

    .msec_07 .popup .cont{
        display: flex;
        flex-direction: column;

        width: calc(100% - 32px);
        height: calc(100vh - 64px);

        padding: 58px 20px 20px;
        box-sizing: border-box;

        position: absolute;
        top: 50%;
        left: 50%;

        transform: translate(-50%, -50%);
        background: #fff;

        overflow: hidden;
    }

    .msec_07 .popup .txt_box{
        order: 1;
        width: 100%;
        flex: 1;
        overflow: hidden;
    }

    .msec_07 .popup .img_box{
        order: 2;

        width: 100%;
        height: 220px;

        flex-shrink: 0;
        margin-top: 25px;
    }

    .msec_07 .popup .img_box img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 4px;
    }

    .msec_07 .popup .txt_box h2{
        margin-bottom: 18px;
        padding-right: 46px;

        font-size: 22px;
        line-height: 1.35;
    }

    .msec_07 .popup .txt_box p{
        font-size: 15px;
        line-height: 1.75;
    }

    .msec_07 .popup .close{
        top: 20px;
        right: 20px;

        width: 36px;
        height: 36px;
        font-size: 30px;
    }
}


/* msec_08 */
.msec_08 {
    background:#f1f5f5;
    overflow: hidden;
}
.msec_08  .tit,
.msec_08  .tit2,
.msec_08  .tit_desc {
    text-align: left;
}

.msec_08 .inner{
    overflow: visible;
}

.msec_08 .slide05_wrap{
    margin-top: 70px;

    width: calc(100vw - ((100vw - 1480px) / 2));
    overflow: hidden;
}

.msec_08 .slide05_swiper{
    overflow: visible;
}

.msec_08 .slide05_swiper .swiper-slide{
    width: 440px;
}

.msec_08 .slide05_swiper .swiper-slide a{
    display: block;
    position: relative;

    width: 440px;
    height: 640px;

    overflow: hidden;
}

.msec_08 .slide05_swiper .img_box{
    position: relative;
    width: 440px;
    height: 640px;
    overflow: hidden;
}

.msec_08 .slide05_swiper .img_box::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;

    width: 100%;
    height: 48%;

    background: linear-gradient(
        to top,
        rgba(0,77,86,0.98) 0%,
        rgba(0,77,86,0.75) 45%,
        rgba(0,77,86,0) 100%
    );
}

.msec_08 .slide05_swiper .img_box img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.msec_08 .slide05_swiper .txt_box{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;

    width: 100%;
    padding: 0 34px 38px;
    box-sizing: border-box;
}

.msec_08 .slide05_swiper .txt_box h2{
    margin-bottom: 18px;
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
}

.msec_08 .slide05_swiper .txt_box p{
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    word-break: keep-all;
}
/* progress */
.msec_08 .slide05_progress{
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;

    width: 1280px !important;
    max-width: calc(100% - 40px);

    height: 2px !important;

    margin: 60px 0 0 0;

    background: rgba(0,0,0,0.1);
    overflow: hidden;
}

.msec_08 .slide05_progress .swiper-pagination-progressbar-fill{
    background: #6f9477;
}
/* tablet */
@media screen and (max-width:1200px){

    .msec_08{
        padding: 100px 0;
    }

    .msec_08 .slide05_wrap{
        margin-top: 50px;
        width: calc(100vw - 20px);
    }

    .msec_08 .slide05_swiper .swiper-slide{
        width: 360px;
    }

    .msec_08 .slide05_swiper .swiper-slide a,
    .msec_08 .slide05_swiper .img_box{
        width: 360px;
        height: 540px;
    }

    .msec_08 .slide05_swiper .txt_box{
        padding: 0 26px 28px;
    }

    .msec_08 .slide05_swiper .txt_box h2{
        font-size: 34px;
    }

    .msec_08 .slide05_swiper .txt_box p{
        font-size: 16px;
    }
}

/* mobile */
@media screen and (max-width:768px){

    .msec_08{
        padding: 70px 0;
    }

    .msec_08 .slide05_wrap{
        margin-top: 35px;
        width: calc(100vw - 20px);
    }

    .msec_08 .slide05_swiper .swiper-slide{
        width: 270px;
    }

    .msec_08 .slide05_swiper .swiper-slide a,
    .msec_08 .slide05_swiper .img_box{
        width: 270px;
        height: 420px;
    }

    .msec_08 .slide05_swiper .txt_box{
        padding: 0 20px 24px;
    }

    .msec_08 .slide05_swiper .txt_box h2{
        margin-bottom: 12px;
        font-size: 26px;
    }

    .msec_08 .slide05_swiper .txt_box p{
        font-size: 15px;
        line-height: 1.6;
    }
}
@media screen and (max-width:768px){

    .msec_08 .slide05_progress{
        margin-top: 35px;
    }

}
/* msec_08 */

/* msec_09 */
.msec_09 {
    padding-bottom: 0px;
}
/* msec_09 */




/* map */
.map_wrap {
    display: flex;
    margin-top: 50px;
}
.map_img {
    height: 450px!important;
}
.map_wrap > div {
    width: 50%;
    background:#024650;
}
.map .cont {
    display: none;
}
.map_info {
    padding: 50px 0 0px 60px;
}
.map_info > .tel {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
}
.map_info > .tel > p {
    font-size: 50px;
    font-weight: 700;
    color:#fff;
}
.map_info > .tel > .icon {
    width: 50px;
    aspect-ratio: 1/1;
    background:#fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.address {
    margin-top: 40px;
    position: relative;
    padding-left: 24px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color:#fff;
}
.address:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 18px;
    height: 22px;
    background: url('../img/marker.png') no-repeat center center / contain;
}
.hours {
    margin-top: 20px;
}
.hours > dl {
    display: flex;
    font-size: 20px;
    line-height: 28px;
    color:#fff;
    margin-bottom: 10px;
}
.hours > dl > dt {
    width: 100px;
    
}
.hours > dl > dd {
    text-transform: uppercase;
}
.hours > p {
    font-size: 18px;
    line-height: 28px;
    color:#4fd2f2;
    margin-top: 20px;
}
/* map */

/* 푸터 */


.q_menu {
    z-index: 9999;
    position: fixed;
    bottom: 100px;
    right: 10px;
}
.q_menu > li {
    width: 60px;
    height: 60px;
    border:1px solid rgba(0,0,0,0);
}

.qmenu01 {
    background:url('../img/ico_you.png') center no-repeat;
    background-size:contain;
}
.qmenu04 {
    background:url('../img/ico_up.png') center no-repeat;
    background-size:contain;
}

.qmenu03 {
    background:#413F3C;
}
.qmenu04 {
    background:#000000;
}
.q_menu > li > a {
    display: block;
    width: 100%;
    height: 100%;
}
.ico_qmenu {
    width: 30px;
    height: 30px;
    background:#6E0E10;
    margin: 13px auto 0;
}
.ico_qmenu.img01 {
    background:url('../img/ico_qmenu01.png') center no-repeat;
    background-size:contain;
}
.ico_qmenu.img02 {
    background:url('../img/ico_qmenu02.png') center no-repeat;
    background-size:contain;
}
.ico_qmenu.img03 {
    background:url('../img/ico_qmenu03.png') center no-repeat;
}
.ico_qmenu.img04 {
    background:url('../img/ico_up.png') center no-repeat;
}
.q_menu > li > a > p,
.q_menu > li >  p {
    font-size: 14px;
    color:#fff;
    text-align: center;
    margin-top: 8px;
}
.login_box {
    display: flex;
    gap: 5px;
}
.login_box > li > a {
    font-size: 14px;
    background:#f1f1f1;
    padding:12px 20px;
    border-radius: 20px;
    color:#555;

}
.login_box > li.join > a {
    background:#039293;
    color:#fff;
}
.login_box > li.join2 > a {
    background:#ca1111;
    color:#fff;
}
.login_wrap {
    display: flex;
}

.login_wrap > li {
    margin-right: 10px;
}
.login_wrap > li > a {
    color:#fff;
}


.m_nav_btn,
.m_nav_wrap {
    display: none;
}
/* 1570 이하 */
@media screen and (max-width:1570px){
.header {
    padding:10px;
}
    .nav{
        display: none;
    }

    
/* 모바일메뉴 */
.m_nav_wrap {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 90%;
    height: 100%;
    background:#fff;
    border-left:1px solid #ddd;
    z-index: 9999;
 }
 
 .m_nav_wrap > .close_btn {
   position: absolute;
   top: 0;
   left: -41px;
   width: 40px;
   height: 40px;
   background:#222;
   cursor: pointer;
 }
 
 .material-icons.close {
   display: block;
   text-align: center;
   line-height: 40px;
   color:#fff;
 }
 
 
 .m_addr {
     border-top:1px solid #ddd;
     margin-top: 200px;
 }
.header.active .m_nav_btn {
    background:url('../img/m_nav_wrap_btn.png') center no-repeat;
}
.m_nav_btn {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 40px;
    height: 40px;
    background:url('../img/m_nav_wrap_btn.png') center no-repeat;
    border:0;
}
.m_nav_btn.btn2 {
    background:url('../img/m_nav_wrap_btn.png') center no-repeat;
}

.left_gnb {
    margin-top: 50px;
    border-top:1px solid #000;
    
}

.left_gnb > li{
    width: 100%;
    border-bottom:1px solid #ddd;
}
.left_gnb>li>a{
    display: block; ; line-height: 50px;
    width: 100%; height: 50px;
    color: black;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 600;
}
.left_gnb>li>a.on{
}
.left_gnb>li>ul{
    display: none;
    border-top:1px solid #ddd;
    background:#f9f9f9;
    padding-top: 20px;
    padding-bottom: 20px;
}

.left_gnb>li>ul>li>a{
    display: block;  line-height: 40px;
    width: 100%; height: 40px; 
    font-size: 15px;
    color: #666;
    padding-left:30px;
}

.dRSlBL {
    display: none!important;
    border:10px solid red;
}

}
footer {
    background: #222;
    padding:30px 0;
    margin-top: 100px;
}
footer > .inner {
    color:#fff;
}
.footer_info {
    display: flex;
    gap: 40px;
}
.footer_info > div {
    cursor: pointer;
}
.footer_info2 {}
.footer_info2 > p {
    font-size: 17px;
    line-height: 26px;
   color: rgba(255, 255, 255, 0.6);
}
.copy {
            font-size: 17px;
        line-height: 36px;
        margin-top: 10px;
        color: rgba(255, 255, 255, 0.2);
}

/* 입단 및 무료체험문의 */

.privacy {
}
.privacy > h2,
.inquiry_tit {
    font-family: 'pretendard',sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.inquiry_tit {
    margin: 50px 0;
}
.privacy_box {
    margin-top: 24px;
    border:1px solid #ddd;
    padding:15px;
}
.privacy_box > p {
    font-family: 'pretendard',sans-serif;
    font-size: 14px;
    font-weight: 300;
    color:#666;
    line-height: 22px;
}

.privacy_check {
    margin: 24px 0;;
}
.privacy_check span {
    color:#666;
    font-size: 16px;
    font-weight: 300;
}

.inquiry_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inquiry_list > li {
    width: calc(33.33% - 20px);
    margin-bottom: 20px;
    
}
.inquiry_list > .full_input {
    width: 100%;
}
.inquiry_01 {
    width: 100%;
    height: 40px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
}
.inquiry_01 > h2 {
    font-size: 18px;
    display: inline-block;
    position: relative;
}
.inquiry_01 > p {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    margin-left: 10px;
    display: inline-block;
    position: relative;
}
#radioSpan {
    display: block;
    line-height: 57px;
}
.input_radio {
    margin-right: 5px;
    width: 24px;
    height: 24px;
    border: 1px solid #dfdfdf;
    border-radius: 24px;
    cursor: pointer;
    margin-right: 9px;
}
.radio_tit {
    font-size: 15px;
    color:#666;
    display: inline-block;
    margin-right: 20px;
}
input[type='radio'] {
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none; 
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 50%;
    outline: none; 
    cursor: pointer;
}

input[type='radio']:checked {
    background-color: #2AA4FF; 
    border: 3px solid white; 
    box-shadow: 0 0 0 1.6px #2AA4FF;
}

/* input 숨겨준다 */
input#check_btn{
    display:none;
    }
  
  input#check_btn + label{
    cursor:pointer;
   }
  
  input#check_btn + label > span{
    vertical-align: middle;
    padding-left: 5px;
   }


.customer_bar {
    border-bottom:1px solid #ddd;
}
.inquiry_01 > h2:after {
    content:"";
    width: 6px;
    height: 6px;
    background:url('../img/star_ico.png') center no-repeat;
    background-size:contain;
    position: absolute;
    top: 10px;
    right: -10px;
}
.inquiry_02 {
    height: 57px;
    width: 100%;
}
.fr-con > input {
    background:#fff;
    width: 100%;
    height: 57px;
    border:1px solid #A9A9A9;
    padding-left: 20px;
    font-size: 14px;
    border-radius: 10px;
    background:#fbfbfb;
}
.fr-con.type2 {
    display: flex;
    align-items: center;
}
.fr-con.type2 .frm_file {

}
.fr-con.phone {
    display: flex;
    justify-content: space-between;
}

.phone_number {
    width: calc(33% - 10px)!important;
    border:1px solid red!important;
}

.fr-con.mail {
    display: flex;
}
.fr-con.mail > span {
    line-height: 50px;
    margin:0 10px;
}

.inquiry_con {
    /* display: none!important; */
    height: 240px;

    
}
.inquiry_con2 {
    height: 500px!important;
}
.inquiry_con > .inquiry_02 {
    height: 200px!important;
}

.check2 {
    width: 100%;
    height: 80px;
    background:#f6f6f6;
    padding:13px 30px;
    display: flex;
    justify-content: space-between;
}
.check2_img {
    width: 54px;
    height: 54px;
    background:url('../img/check2_img.png') center no-repeat;
}
.check2_info {
    width: 629px;
}
.check2_info > p {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    margin-top: 10px;
}



.form-box {}
.form-box .form-con {
    width: 100%;
    margin: 0px auto 0;
    padding:40px;
}

.form-box .form-con ul li {
    
}

.form-box .form-con ul li .fr-con {
    width: 100%;
    height: 100%;
}





.form-box .form-con ul li .fr-con .text-box {
    diaplay: table;
    width: 100%;
    height: 65px;
}

.form-box .form-con ul li .fr-con .text-box input {
    width: 34%;
    float: left;
    margin-left: 1%;
}

.form-box select {
    width: 50%;
    float: left;
    height: 100%;
    background: #fff;
}

.select2 {
    border:1px solid #ddd;
    padding:0 18px;
    font-size: 14px!important;
}

.form-box .form-con ul li .fr-con textarea {
    height: 200px;
    width: 100%;
    border:1px solid #ddd;
    background:#fff;
    padding:20px;
    resize: none;
    font-size: 14px;
}

.form-box .form-con .provision {
    display: table;
    width: 100%;
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
    font-family: 'Noto Sans KR', sans-serif;
}

.form-box .form-con .provision label {
    cursor: pointer;
    font-weight: 300;
}

.form-box .form-con .provision label input {
    width: 20px;
    height: 20px;
}

.form-box .form-con .provision label span {
    vertical-align: -2px;
    margin-left: 5px;
}

.form-box .form-con .provision a {
    padding: 0 15px;
    line-height: 65px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
}

.form-box .receive-btn {
    width: 100%;
    height: 60px;
    margin: 40px auto 0;

}

.form-box .receive-btn input {
    width: 100%;
    height: 100%;
    color: #fff;
    background: #3819d2 !important;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Noto Sans KR', sans-serif;
    border-radius: 10px;


}

select {
    font-size: 16px;
}