html,body {
    height: 100%;
    scroll-behavior: smooth;
    background:#fff!important;
}

.brand_color {
    color:#274AAF;
}
.color_black {
    color:#000!important;
}
.test_box {
    width: 200px;
    height: 50px;
    background:red;
    color:#fff;
}

.bg_gray {
    background:#f9f9f9;
    padding:100px 0px!important;
}
.mt0 {
    margin-top: 0!important;
}
.mt20 {
    margin-top: 20px!important;
}
.mt30 {
    margin-top: 30px!important;
}
.mt40 {
    margin-top: 40px!important;
}
.mt60 {
    margin-top: 60px!important;
}
.pd0 {
    padding: 0!important;
}
.tal {
    text-align: left!important;
}
.tac {
    text-align: center!important;
}
.bar {
    width: 1px!important;
    margin:0px 10px!important;
    height: 20px!important;
    background:#ddd!important;
}
.bar2 {
    width: 1px!important;
    margin:0px 15px!important;
    height: 10px!important;
    background:#fff!important;
}
.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%;
}


.sub_banner_wrap {
    overflow: hidden;
}
.sub_banner {
    background:url('../img/sub_banner.png') center no-repeat;
    background-size:cover;
    height: 400px;
    animation : s-up 3s .2s both!important;
    margin-top: 100px;

}
.sub_banner > .inner {
    position: relative;
    width: 100%;
    height: 100%;
    
}
.sub_banner_tit {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    color:#fff;
    text-align: center;
}

.sub_banner_tit > h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    animation : text 1s .2s both!important;
}

.sub_banner_tit > p {
    font-size: 18px;
    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 {
    margin-top: 100px;
}
.smenu_wrap > .inner {

}
.smenu {
    display: flex;
    justify-content: center;
}
.smenu > li {
    max-width: 200px;
    width: 100%;
    height:50px;
    background:#fff;
    border:1px solid #ddd;
    border-radius: 30px;
    margin-right:10px!important;
}

.smenu > li:last-child {
    border-right:1px solid #ddd;
}
.smenu > li.active {
    background:#65BD17;
    border:0;
}
.smenu > li.active a {
    color:#fff;
    font-weight: 700;
}
.smenu > li > a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
}




.sub_section {
    padding:100px 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;
}
.fw900 {
    font-weight: 900;
}
.board.inner {
    margin-top: 80px;
    margin-bottom: 120px;
}
.inner {
    max-width: 1520px;
    margin:0 auto;
}
.section {
    max-width: 1820px;
    width: 100%;
    margin:50px auto 0;
    border-radius: 30px;
    padding:100px 0;
}
.section2 {
    padding: 100px 0;
}
.section2.bg_gray {
    padding: 100px 0!important;
    background:#f2f2f2;
}
.br_pc {
    display: block;
}
.br_m {
    display: none;
}

.b_color {
    color:#00B098;
}
.b_color2 {
    color:#001969;
}
.b_color3 {
    color:#FFDD35;
}
#bo_v_img {width:100%;overflow:hidden;text-align:center!important;zoom:1}


/* 헤더 */
.header {
    max-width: 1820px;
    width: 100%;
    height: 80px;
    position: fixed;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    transition: all .4s;;  
    display: flex;
    align-items: center;
    justify-content: space-between;
    background:#00B098;
    border-radius: 40px;
    padding:0 15px 0 60px;
}

.logo {
    width: 300px;
    height: 39px;
    background:url('../img/logo.png') left center no-repeat;
    background-size:contain;
    transition: all .4s;
    margin-top: -10px;
}

.logo > a {
    font-family: 'SCoreDream'!important;
    font-size: 30px;
    font-weight: 700;
    display: block;
    width: 100%;
    height: 100%;
}

.header > h2 {
    font-size: 24px;
    font-weight: 600;
    color:#fff;
}

.btn_contact {
    width: 300px;
    height: 50px;
    background:#fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_contact > a {
    display: block;
    font-size: 18px;
    line-height: 55px;
    text-align: center;
    color:#4f4f4f;
}

.tit {
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    margin-top: 12px;
}
.tit2 {
    font-size: 18px;
    font-weight: 700;
    color:#00B098;
    text-transform: uppercase;
    text-align: center;
}
.tit_desc {
    font-size: 18px;
    line-height: 26px;
    word-break: keep-all;
    margin-top: 18px;
    text-align: center;
    color:#666;
}

/* 메인배너 */
.main_banner {
    max-width: 1820px;
    width: 100%;
    margin:130px auto 0;
    height: calc(100% - 130px);
    overflow: hidden;
    border-radius: 30px;
    background: linear-gradient(130deg, #F9F9ED, #C3E7E2);

}
.swiper {
    width: 100%;
    height: 100%;
}

.mySwiper .swiper-slide {
}
.mySwiper .swiper-slide > .inner {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}


.btn_more {
    width: 280px;
    height: 60px;
    background-color: #00B098;
    border-radius: 30px;
    margin-top: 60px;
}
.btn_more.type2 {
    margin:60px auto 0;
}
.btn_more.type3 {
    margin:80px auto 0;
}
.btn_more > a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-weight: 600;
    color:#fff;
    text-align: center;
    line-height: 60px;
}

.mySwiper .swiper-slide > .inner >.txt_wrap {
    margin-left: 100px;
}
.mySwiper .swiper-slide > .inner >.txt_wrap > .m_point {
    width: 217px;
    aspect-ratio: 1/0.1981566820276498;
    background:url('../img/m_point.png') center no-repeat;
    background-size:contain;
}
.mySwiper .swiper-slide > .inner >.txt_wrap > h2 {
    font-size: 60px;
    line-height: 70px;
    margin-top: 14px;
}
.mySwiper .swiper-slide > .inner >.txt_wrap > p {
    font-size: 18px;
    color:#666;
    line-height: 26px;
    margin-top: 20px;
}

.mySwiper .swiper-slide-active > .inner > .txt_wrap > .m_point {
    animation : text 1s .2s both;
}
.mySwiper .swiper-slide-active > .inner > .txt_wrap > h2 {
    animation : text 1s .4s both;
}
.mySwiper .swiper-slide-active > .inner > .txt_wrap > p {
    animation : text 1s .6s both;
}
.mySwiper .swiper-slide-active > .inner > .txt_wrap > .btn_more {
    animation : text 1s .8s both;
}
.mySwiper .achieve.type2 {
    animation : text2 1s 1.6s both;
}
.main_img_wrap {
    position: absolute;
    bottom: 0;
    right: 93px;
    max-width: 622px;
    max-height: 646px;
    height: 100%;
    width: 100%;
}
.main_img_wrap > .round {
    display: block;
    width: 509px;
    aspect-ratio: 1/1;
    background:#A1E9DF;
    border-radius: 50%;
    margin:0 auto!important;
    animation: size 2s linear infinite;
}
.phone {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 343px;
    height: 646px;
    background:url('../img/phone.png') center no-repeat;
    background-size:contain;
}
.m_wrap {
    width: 100%;
}
.m1 {
    position: absolute;
    bottom: 34px;
    left: 0;
    width: 192px;
    aspect-ratio: 1/0.6041666666666667;
    background:url('../img/m1.png') center no-repeat;
    background-size:contain;
    opacity: .9;
    animation: updown 2s linear infinite;
}
.m2 {
    position: absolute;
    left: 142px;
    bottom: 21px;
    width: 116px;
    aspect-ratio: 1/1.853448275862069;
    background:url('../img/m2.png') center no-repeat;
    background-size:contain;
    opacity: .9;
    animation: updown 1s linear infinite;

}
.m3 {

    position: absolute;
    left: 232px;
    bottom: 28px;
    width: 180px;
    aspect-ratio: 1/0.9277777777777778;
    background:url('../img/m3.png') center no-repeat;
    background-size:contain;
    opacity: .9;
    animation: updown 1.5s linear infinite;

} 
.m4 {
    position: absolute;
    bottom: 5px;
    left: 382px;
    width: 133px;
    aspect-ratio: 1/1.857142857142857;
    background:url('../img/m4.png') center no-repeat;
    background-size:contain;
    opacity: .9;
    animation: updown 2s linear infinite;
}

.m5 {
    position: absolute;
    bottom: 15px;
    left: 489px;
    width: 131px;
    aspect-ratio: 1/1;
    background:url('../img/m5.png') center no-repeat;
    background-size:contain;
    opacity: .9;
    animation: updown 1.2s linear infinite;
}


/* 메인배너 --*/

.on2 {
    position: relative;
    display: inline-block;
}

.on2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    color:#fff;
    background-color: rgba(0, 176, 152, 0.3); /* 자주색 형광펜 색상 */
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 1s ease;
}

.on2.active::after {
    transform: scaleX(1);
    color:#fff;
}

/* msec_01 */
.msec_01 {
    background-color: #F4F8FB;
}
.select_box {
    /* overflow: hidden;
    margin-top: 60px;
    margin-bottom: 20px;
    height: 80px;
    position: relative; */
    margin-top: 60px;
}
.select_wrap {
    width: 100%;
    /* position: absolute; */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* gap: 0 40px; */
    /* width: max-content; */
    /* animation: roll 20s linear infinite; */
    padding:0 20px;
}

.select_wrap.type2 {
    /* animation: roll2 20s linear infinite; */
}

.select_wrap > li {
    margin-bottom: 20px;
    width: calc(33.33% - 20px);
    height: 80px;
    background:#fff;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ico_select {
    width: 37px;
    aspect-ratio: 1/1;
    background:red;
    margin-right: 10px;
}
.ico_select.img01 {background:url('../img/ico_select01.png') center no-repeat;background-size:contain;}
.ico_select.img02 {background:url('../img/ico_select02.png') center no-repeat;background-size:contain;}
.ico_select.img03 {background:url('../img/ico_select03.png') center no-repeat;background-size:contain;}
.ico_select.img04 {background:url('../img/ico_select04.png') center no-repeat;background-size:contain;}
.ico_select.img05 {background:url('../img/ico_select05.png') center no-repeat;background-size:contain;}
.ico_select.img06 {background:url('../img/ico_select06.png') center no-repeat;background-size:contain;}
.select_wrap > li > h2 {
    font-size: 22px;
    font-weight: 700;
}



.select_box2 {
    overflow: hidden;
    margin-top: 0px;
    height: 80px;
    position: relative;
}
.select_wrap2 {
    position: absolute;
    display: flex;
    gap: 0 40px;
    width: max-content;
    animation: roll3 20s linear infinite;
    padding:0 20px;
}

.select_wrap2.type2 {
    animation: roll4 20s linear infinite;
}

.select_wrap2 > li {
    width: 480px;
    height: 80px;
    background:#fff;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ico_select {
    width: 37px;
    aspect-ratio: 1/1;
    background:red;
    margin-right: 10px;
}
.ico_select.img01 {background:url('../img/ico_select01.png') center no-repeat;background-size:contain;}
.ico_select.img02 {background:url('../img/ico_select02.png') center no-repeat;background-size:contain;}
.ico_select.img03 {background:url('../img/ico_select03.png') center no-repeat;background-size:contain;}
.ico_select.img04 {background:url('../img/ico_select04.png') center no-repeat;background-size:contain;}
.ico_select.img05 {background:url('../img/ico_select05.png') center no-repeat;background-size:contain;}
.ico_select.img06 {background:url('../img/ico_select06.png') center no-repeat;background-size:contain;}
.select_wrap2 > li > h2 {
    font-size: 22px;
    font-weight: 700;
}

/* msec_01 */


/* msec_02 */
.msec_02 {
    background:#F5F2EB;
}
.review_slide {
    margin-top: 60px;
}
.review_slide .swiper-slide {
    aspect-ratio: 1/1.097916666666667;
    background:#ddd;
}
.review_slide .swiper-slide.img01 {background:url('../img/img_review01.png') center no-repeat;background-size:contain;}
.review_slide .swiper-slide.img02 {background:url('../img/img_review02.png') center no-repeat;background-size:contain;}
.review_slide .swiper-slide.img03 {background:url('../img/img_review03.png') center no-repeat;background-size:contain;}
.review_slide .swiper-slide.img04 {background:url('../img/img_review04.png') center no-repeat;background-size:contain;}
.review_slide .swiper-slide.img05 {background:url('../img/img_review05.png') center no-repeat;background-size:contain;}
.review_slide .swiper-slide.img06 {background:url('../img/img_review06.png') center no-repeat;background-size:contain;}

/* msec_02 */


/* msec_03 */
.msec_03 {
    background:#F5F8FF;
}
.check_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}
.check_wrap > li {
    width: calc(20% - 10px);
    aspect-ratio: 1/1;
    background:#fff;
    border-radius: 10px; 
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.check_wrap > li:nth-child(2),
.check_wrap > li:nth-child(4),
.check_wrap > li:nth-child(7),
.check_wrap > li:nth-child(9) {
    transform: translateY(50px);
}
.ico_check {
    width: 90px;
    aspect-ratio: 1/1;
    background:red;
}
.ico_check.img01 {background:url('../img/ico_check01.png') center no-repeat;background-size:contain;}
.ico_check.img02 {background:url('../img/ico_check02.png') center no-repeat;background-size:contain;}
.ico_check.img03 {background:url('../img/ico_check03.png') center no-repeat;background-size:contain;}
.ico_check.img04 {background:url('../img/ico_check04.png') center no-repeat;background-size:contain;}
.ico_check.img05 {background:url('../img/ico_check05.png') center no-repeat;background-size:contain;}
.ico_check.img06 {background:url('../img/ico_check06.png') center no-repeat;background-size:contain;}
.ico_check.img07 {background:url('../img/ico_check07.png') center no-repeat;background-size:contain;}
.ico_check.img08 {background:url('../img/ico_check08.png') center no-repeat;background-size:contain;}
.ico_check.img09 {background:url('../img/ico_check09.png') center no-repeat;background-size:contain;}
.ico_check.img10 {background:url('../img/ico_check10.png') center no-repeat;background-size:contain;}

.check_wrap > li > h2 {
    font-size: 20px;
    margin-top: 20px;
}
/* msec_03 */

/* msec_04 */
.msec_04 {
    background:#E8EFEA;
}
/* msec_04 */

/* msec_05 */
.msec_05 {
    padding:32px 0;
    background:#00574B;
    margin: 50px auto 0!important;
    text-align: center;
    color:#fff;
}
.msec_05 a {
    color:#fff;
}
.msec_05 .logo {
    width: 109px;
    margin:0 auto;
}

.msec_05 p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
}

.msec_05 span {
    display: inline-block;
    font-size: 16px;
    margin-top: 40px;
}
/* msec_04 */


/* 푸터 */


.q_menu {
    z-index: 9999;
    position: fixed;
    bottom: 100px;
    right: 40px;
}
.q_menu > li {
    width: 80px;
    height: 80px;
    border:1px solid rgba(0,0,0,0);
    border-radius: 10px;
}

.qmenu01 {
    background:url('../img/q01.png') center no-repeat;
    background-size:contain;
}
.qmenu02 {
    background:url('../img/q02.png') center no-repeat;
    background-size:contain;
}
.qmenu01:hover {
    background:url('../img/q011.png') center no-repeat;
    background-size:contain;
}
.qmenu02:hover {
    background:url('../img/q022.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_qmenu04.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_wrap {
    display: flex;
}

.login_wrap > li {
    margin-right: 10px;
}
.login_wrap > li > a {
    color:#fff;
}


.m_nav_btn,
.m_nav_wrap {
    display: none;
}


footer {
    background:#000;
    padding:60px 0;
    background-size:cover;
}
footer > .inner {
    display: flex!important;
}

footer > .inner >  .logo {
    width: 229px;
    height: 36px;
    background:url('../img/logo2.png') center no-repeat;
    background-size:contain;
    margin-right: 110px;
}
.cate_wrap2 {
    display: flex;
}
.cate_wrap2 > li {
    margin-right: 40px;
}
.cate_wrap2 > li > a {
    font-size: 16px;
    font-weight: 700;
    color:#fff;
}
footer > .inner > .footer_info > p {
    font-size: 16px;
    font-weight: 300;
    color:#8D8D8D!important;
    line-height: 24px;
    margin-top: 20px;
}
footer > .inner > .footer_info > p > .loca {
    font-weight: 600;
    color:#fff;
    margin-right: 20px;
}
footer > .inner > .footer_info >  .copy {
    font-size: 14px;
    font-weight: 300;
    color:#8D8D8D;
    line-height: 26px;
}
.q_link {
    display: flex;
    justify-content: center;
}
.q_link > li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background:#fff;
}
.q_link > li:last-child {
    margin-right: 0;
}
.q_link > li > a {
    display: block;
    width: 100%;
    height: 100%;
}
.q_link > li.img01 {background:url('../img/q_link01.png') center no-repeat; background-size:contain;}
.q_link > li.img02 {background:url('../img/q_link02.png') center no-repeat; background-size:contain;}








/* 입단 및 무료체험문의 */

.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% - 10px);    
}
.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;
    padding-left: 20px;
    font-size: 14px;
    border-radius: 30px;
    background:#fbfbfb;
    border:0;
}
.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: 20px auto 0;

}

.form-box .receive-btn input {
    width: 100%;
    height: 100%;
    color: #fff;
    background: #00B098 !important;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Noto Sans KR', sans-serif;
    border-radius:30px;


}

select {
    font-size: 16px;
}