/* 폰트 */
@font-face {
    font-family: 'GangwonEduHyeonokT_OTFMediumA';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/GangwonEduHyeonokT_OTFMediumA.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.bg_gray {
    background:#f9f9f9;
}

html,body {
    height: 100%;
    scroll-behavior: smooth;
    background:#fff!important;
}
.bg_black {
    background:#000;
}
.color_white {
    color:#fff!important;
}
.color_black {
    color:#000!important;
}
.bg_white {
    background:#fff!important;
}
.b_tit {
    text-align: center;
    margin-top: 12px;
}
.mt0 {
    margin-top: 0px!important;
}
.mt20 {
    margin-top: 20px!important;
}
.mt30 {
    margin-top: 30px!important;
}
.mt60 {
    margin-top: 60px!important;
}
.mt100 {
    margin-top: 100px!important;
}
.mt120 {
    margin-top: 120px!important;
}
.mt160 {
    margin-top: 160px!important;
}
.pb120 {
    padding-bottom: 120px;
}
.pb160 {
    padding-bottom: 160px;
}

.pd60 {
    padding: 60px 0;;
    border-bottom:1px solid #ddd;
}
.color_black {
    color:#000;
}
.brand_color {
    color:#27983B;
}
.point_color {
    color:#FBFF94;
}
.dn {
    display: none!important;
}
.tac {
    text-align: center!important;
}
.bar {
    width: 40px;
    height: 4px;
    margin: 14px auto 0;

    background:#27983B;
}
.bar2 {
    display: inline-block;
    width: 50px;
    height: 2px;
    margin:20px 0 ;
    background:#62E0FF;
}
.bar5 {
    width: 50px;
    height: 2px;
    margin:20px auto;
    background:#27983B;
}
.tit {
    font-size: 34px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 20px;
    line-height: 42px;
}
.tit2 {
    font-size: 20px;
    font-weight: 700;
    color:#27983B;
}
.tit_desc {
    font-size: 18px;
    font-weight: 300;
    color:#666;
    margin-top: 18px;
    word-break: keep-all;
    line-height: 26px;
}
.sub_banner_wrap {
    overflow: hidden;
}
.sub_banner {
    background:url('../img/sub_banner.png') center no-repeat;
    background-size:cover;
    height: 500px;
    margin-top: 100px;
    animation : s-up 3s .2s both!important;

}
.sub_banner > .inner {
    position: relative;
    width: 100%;
    height: 100%;
    
}
.sub_banner_tit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color:#fff;
}

.sub_banner_tit > h2 {
    
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    animation : text 1s .2s both!important;
}

.sub_banner_tit > p {
    text-align: center;
    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 {
    border-bottom:1px solid #ddd;
}
.smenu {
    max-width: 1280px;
    display: flex;
    width: 100%;
    margin:0 auto;
    border-left:1px solid #ddd;

}
.smenu > li {
    width: 50%;
    height: 60px;
    background:#fff;
    border-right:1px solid #ddd;
}

.smenu > li.active {
    background:#27983B;
    border:0;
}
.smenu > li.active a {
    color:#fff;
}
.smenu > li > a {
    color:#000;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 60px;
}
.sub02_cate {
    max-width: 1280px;
    display: flex;
    justify-content: center;
    margin:0 auto;
}
.sub02_cate > li {
    width: 100%;
    height: 60px;
    border:1px solid #ddd;
    margin-right: 10px;
}
.sub02_cate > li.active {
    background:#0B1F3A;
}
.sub02_cate > li.active > a {
    color:#fff;
}
.sub02_cate > li:last-child {
    margin-right: 0;
}
.sub02_cate > li > a {
    display: block;
    text-align: center;
    line-height: 60px;
}
.sub_section {
    padding-top: 160px;
}
.hide {
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 1px;
    height: 1px;
    text-indent: -9999px;
}
.fw700 {
    font-weight: 700;
}
.board.inner {
    padding:120px 0;
}
.inner {
    max-width: 1280px;
    margin:0 auto;
}
.inner2 {
    max-width: 1520px;
    width: 100%;
    margin:0 auto;
}
.img_sub > h2 {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}

.section {
    padding-top: 120px;
}
.brand_stit {
    font-size: 18px;
    font-weight: 700;
    color:#27983B;
    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:#27983B;
}
#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;;
    height: 100px;
    background:#fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 100px;
    
}



.header.active {
    background:#fff;
    box-shadow: 2px 2px 10px rgba(0,0,0,.2);
}


.logo {
    width: 271px;
    height: 50px;
    background:url('../img/logo_eng.png') center no-repeat;
    background-size:contain;
}
.logo2 {
    width: 271px;
    height: 50px;
    background:url('../img/logo_eng.png') center no-repeat;
    background-size:contain;
    margin:0 auto;
}

.logo > a {
    display: block;
    width: 100%;
    height: 100%;
}

.nav {
    display: flex;
    align-items: center;
}

.nav > li {
    margin-right: 60px;
    position: relative;
    height: 100%;
    line-height: 100px;
}

.nav > li > a {
    font-family: 'pretendard',sans-serif;
    font-size: 18px;
    font-weight: 600;
    display: block;
    height: 100%;
    width: 100%;
}

.nav.sub > li > a {
    color:#000;
}
.header.active .nav > li > a {
    color:#000;
}


.header.active .nav > li > a:hover {
    color:#27983B;

}

.nav > li > a:hover {
    color:#27983B;
    position: relative;
}
.nav > li.active {
    position: relative;
}




.nav > li:last-child {
    margin-right: 0;
}

.snb {
    display: none;
    padding:20px;
    width: 200px;
    border:1px solid #ddd;
    background:#fff;
    border-top:0;
    position: absolute;
    top:100px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    line-height:normal;
    transition: all .4s;
}


.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;
    color:#666;
    font-size: 14px;
    font-weight: 300;
}
.nation_wrap {
    display: flex;
}
.nation_wrap .nation {
    
}
.nation_wrap .nation a {
    font-size: 14px;
    font-weight: 700;
    color:#aaa;
}
.nation_wrap .nation.kor a {
    color:#000;
}
.nation.kor {
    margin-right: 21px;
    position: relative;
}
.nation.kor:after {
    content:"";
    width: 1px;
    height: 10px;
    background:#ddd;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
}

/* 메인배너 */
.main_banner {
    height:100%;
    color:#fff;
    overflow: hidden;
}
.swiper-button-next, .swiper-button-prev {
    color:#fff!important;
}
.mySwiper.swiper {
    width: 100%;
    height: 100%;
}
.mySwiper .swiper-wrapper {
    height: 100%;
}
.mySwiper .swiper-slide {
    height: 100%;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mySwiper .swiper-slide.img01 {
    height: 100%;
    background:url('../img/main_banner.png') center no-repeat;
    background-size:cover;
}
.mySwiper .swiper-slide.img02 {
    height: 100%;
    background:url('../img/main_banner02.png') center no-repeat;
    background-size:cover;
}
.mySwiper .swiper-slide.img03 {
    height: 100%;
    background:url('../img/main_banner03.png') center no-repeat;
    background-size:cover;
}
.mySwiper .swiper-slide.img04 {
    height: 100%;
    background:url('../img/main_banner04.png') center no-repeat;
    background-size:cover;
}


.mySwiper .swiper-slide > .txt_wrap {
    width: 1280px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color:#fff;
    text-align: center;
}
.mySwiper .swiper-slide > .txt_wrap > h3 {
    font-size: 24px;
    font-weight: 600;
}
.mySwiper .swiper-slide > .txt_wrap > h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-top: 8px;
}
.mySwiper .swiper-slide > .txt_wrap > p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    margin-top: 20px;
}

.mySwiper .swiper_btn > .swiper-button-next {
    position: absolute;
    top: 50%!important;
    right: 2%!important;
    margin-top: 0;
    width: 50px;
    height: 50px;
    background:url('../img/btn_next.png') center no-repeat;
    background-size:contain;
}
.mySwiper .swiper_btn > .swiper-button-prev {
    position: absolute;
    top: 50%!important;
    left: 2%!important;
    margin-top: 0;

    width: 50px;
    height: 50px;
    background:url('../img/btn_prev.png') center no-repeat;
    background-size:contain;
}
.mySwiper .swiper_btn > .swiper-button-next:after,
.mySwiper .swiper_btn > .swiper-button-prev:after {
    display: none;
}
.mySwiper .swiper-slide-active .txt_wrap > h3 {
    animation : text 1s .2s both;
}
.mySwiper .swiper-slide-active .txt_wrap > h2 {
    animation : text 1s .4s both;
}
.mySwiper .swiper-slide-active .txt_wrap > p {
    animation : text 1s .6s both;
}
.mySwiper .swiper-slide-active .btn_more {
    animation : text 1s .8s both;
}

.btn_more {
    width: 200px;
    height: 60px;
    background:#27983B;
    margin:50px auto 0;
    border-radius: 30px;
}
.btn_more > a {
    display: block;
    text-align: center;
    line-height: 60px;
    color:#fff;
    font-size: 16px!important;
    font-weight: 300;
}

/* 메인배너 --*/


/* msec_01 */
.msec01_slide{
    margin-top: 60px;
    padding-bottom: 60px!important;
}
.msec01_slide .swiper-slide {
    width: 33.33%;
    text-align: center;
}
.msec01_slide .swiper-slide .busi_img {
    width: 100%;
    height: 300px;
    border-radius: 10px;
}
.msec01_slide .swiper-slide > h2 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 20px;
}
.msec01_slide .swiper-slide > p {
    font-size: 16px;
    font-weight: 300;
    color:#666;

    margin-top: 8px;
    display: none!important;
}
.msec01_slide .swiper-pagination-bullet-active {
    background:#27983B;
    width: 40px;
    border-radius: 10px;
    
}
.busi_img.img01 {background:url('../img/busi_img01.png') center no-repeat; background-size:cover;}
.busi_img.img02 {background:url('../img/busi_img02.png') center no-repeat; background-size:cover;}
.busi_img.img03 {background:url('../img/busi_img03.png') center no-repeat; background-size:cover;}
.busi_img.img04 {background:url('../img/busi_img04.png') center no-repeat; background-size:cover;}
.busi_img.img05 {background:url('../img/busi_img05.png') center no-repeat; background-size:cover;}
.busi_img.img06 {background:url('../img/busi_img06.png') center no-repeat; background-size:cover;}
.busi_img.img07 {background:url('../img/busi_img07.png') center no-repeat; background-size:cover;}
.busi_img.img08 {background:url('../img/img_product08.png') center no-repeat; background-size:cover;}
/* msec_01== */

/* msec_02 */
.msec_02 {
    background:url('../img/msec_02_bg.png') center no-repeat;
    background-size:cover;
    text-align: center;
    color:#fff!important;
    margin-top: 120px;
    padding:164px 0;
}
.msec_02 .tit,
.msec_02 .tit2, 
.msec_02 .tit_desc {
    color:#fff;
}
/* msec_02-- */

.msec_05 {
    padding-bottom: 120px;
}

/* 메인커뮤니티 */
.section.community {
    background:#f9f9f9;
    padding-bottom: 120px;
}
.comm_bg {
    width: 100%;
    height: 312px;
    background:#fff;
    border:1px solid #ddd;
    margin-top: 40px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    padding:40px;
    position: relative;
}
.comm_bg > div {
    width: calc(50% - 40px);
}
.comm_bg:after {
    content:"";
    width: 1px;
    height: 100%;
    background:#ddd;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.comm_tit_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.comm_tit_wrap > .btn_more2 {
    width: 35px;
    height: 35px;
    background:url('../img/btn_more.png') center no-repeat;
}
.comm_tit_wrap > .btn_more2 > a {
    display: block;
    width: 100%;
    height: 100%;
}

.banner_wrap {
    width: 100%;
    aspect-ratio: 1/.1054;
    background:#ddd;
    border-radius: 20px;
    margin-top: 50px;
    display: flex;
}
.banner_wrap > .banner.ban01 {
    width: 50%;
    height: 100%;
    background:#27983B;
    border-radius: 20px 0 0 20px;
    position: relative;
}
.banner_wrap > .banner > a {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner_wrap > .banner > a > .ico_banner {
    width: 48px;
    height: 48px;
    
    margin-right: 12px;
}
.ico_banner.img01 {background:url('../img/ico_banner01.png') center no-repeat;background-size:contain;}
.ico_banner.img02 {background:url('../img/ico_banner02.png') center no-repeat;background-size:contain;}
.banner_wrap > .banner.ban01 > a > h2,
.banner_wrap > .banner.ban02 > a > h2 {
    
    color:#fff;
    font-size: 24px;
    font-weight: 400;
}
.comm_tit_wrap > h2 {
    font-size: 20px;
    font-weight: 700;
}
.banner_wrap > .banner.ban02 {
    width: 50%;
    height: 100%;
    background:#006B5C;
    border-radius: 0 20px 20px 0;
    position: relative;
}

/* 메인커뮤니티-- */



/* sub1_1 */
.about_img {
    width: 100%;
    aspect-ratio: 1/0.3125;
    background:url('../img/about_img.png') center no-repeat;
    background-size:cover;
    border-radius: 10px;
    margin-top: 80px;
}
/* sub1_1 */

/* sub1_2 */
.his_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
}
.his_img_wrap {
    width: calc(50% - 20px);
}
.his_img {
    width: 100%;
    aspect-ratio: 1/0.5881774193548387;
    background:#ddd;
    border-radius: 10px;
    margin-bottom: 40px;
}
.his_img.img01 {background:url('../img/his_img01.png') center no-repeat; background-size:cover;}
.his_img.img02 {background:url('../img/his_img02.png') center no-repeat; background-size:cover;}
.his_img.img03 {background:url('../img/his_img03.png') center no-repeat; background-size:cover;}

.his_con_wrap {
    width: calc(50% - 20px);
}
.his_con {
    padding-bottom: 30px;
    border-bottom:1px dotted #ddd;
    margin-bottom: 40px;
}
.his_con > .years {
    font-size: 30px;
    font-weight: 700;
}
.his_con > ul {
    margin-top: 19px;
    padding-left: 10px;
}
.his_con > ul > li {
    font-size: 18px;
    font-weight: 300;
    color:#666;
    position: relative;
    padding-left: 10px;
    margin-bottom: 16px;
}
.his_con > ul > li:last-child {
    margin-bottom: 0;
}
.his_con > ul > li:before {
    content:"";
    width: 4px;
    height: 4px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background:#27983B;
}
/* sub1_2 */

/* sub1_3 */
.org_img {
    width: 100%;
    aspect-ratio: 1/0.36640625;
    background:url('../img/org2.png') center no-repeat;
    background-size:contain;
    margin-top: 80px;
}
/* sub1_3 */


/* sub2_1 */
.product_wrap {
    margin-top: 80px;
}
.product_wrap > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.product_wrap > li.reverse {
    flex-direction: row-reverse;
}
.img_product {
    width: calc(50% - 20px);
    aspect-ratio: 1/0.6451612903225806;
    background:#ddd;
    border-radius: 10px;
}
.img_product.img01 {background:url('../img/img_product01.png') center no-repeat;background-size:cover;}
.img_product.img02 {background:url('../img/img_product02.png') center no-repeat;background-size:cover;}
.img_product.img03 {background:url('../img/img_product03.png') center no-repeat;background-size:cover;}
.img_product.img04 {background:url('../img/img_product04.png') center no-repeat;background-size:cover;}
.img_product.img05 {background:url('../img/img_product05.png') center no-repeat;background-size:cover;}
.img_product.img06 {background:url('../img/img_product06.png') center no-repeat;background-size:cover;}
.img_product.img07 {background:url('../img/img_product07.png') center no-repeat;background-size:cover;}
.img_product.img08 {background:url('../img/img_product08.png') center no-repeat;background-size:cover;}
.product_con {
    width: calc(50% - 20px);
}
.product_con > h2 {
    font-size: 26px;
    font-weight: 700;
}
.product_con > h3 {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    margin-top: 8px;
}
.product_con > p {
    font-size: 18px;
    font-weight: 300;
    color:#666;
    margin-top: 26px;
    line-height: 26px;
    word-break: keep-all;
}
.product_con > .bar {
    margin:24px 0;
}
/* sub2_1 */


/* sub3_1 */
.line_wrap {
    margin-top: 80px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.line_wrap > li {
    width: 100%;
    aspect-ratio: 1/2.01;
    background:#000;
    color:#fff;
    position: relative;
}
.line_wrap > li > .txt_wrap {
    width: 90%;
    position: absolute;
    left: 50%;
    bottom: 150px;
    transform: translateX(-50%);
    height: 220px;
}
.line_wrap > li > .txt_wrap > h2 {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}
.line_detail {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.line_detail > li {
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    text-align: center;
}
.line_img.img01 {background:url('../img/line_img01.png') center no-repeat; background-size:cover;}
.line_img.img02 {background:url('../img/line_img02.png') center no-repeat; background-size:cover;}
.line_img.img03 {background:url('../img/line_img03.png') center no-repeat; background-size:cover;}
/* sub3_1 */

/* sub3_2 */
.sub_line_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}
.sub_line_wrap > li {
    width: calc(50% - 20px);
    margin-bottom: 20px;
}
.sub_line_img {
    width: 100%;
    aspect-ratio: 1/.75;
    background:#ddd;
}
.sub_line_img.img01 {background:url('../img/sub_line_img01.png') center no-repeat;background-size:cover;}
.sub_line_img.img02 {background:url('../img/sub_line_img02.png') center no-repeat;background-size:cover;}
.sub_line_wrap > li > h2 {
    font-size: 26px;
    font-weight: 700;
    margin-top: 20px;
}
.sub_line_wrap > li > p {
    font-size: 18px;
    font-weight: 300;
    color:#666;
    line-height: 26px;
    margin-top: 20px;
}
.sub_line_wrap > li > table {
    width: 100%;
    border-top:2px solid #000;
    margin-top: 20px;
}
.sub_line_wrap > li > table th {
    text-align: center;
    padding:14px 0;
    background:#27983B;
    color:#fff;

}
.sub_line_wrap > li > table td {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    text-align: center;
    padding:14px 0;
    border-bottom:1px solid #ddd;
}
/* 푸터 */


.q_menu {
    z-index: 9999;
    position: fixed;
    bottom: 100px;
    right: 10px;
}
.q_menu > li {
    width: 80px;
    height: 80px;
    border:1px solid rgba(0,0,0,0);
}

.qmenu01 {
    background:#6E0E10;
}
.qmenu02 {
    background:#27983B;
}
.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;
}
.ico_qmenu.img02 {
    background:url('../img/ico_qmenu02.png') center no-repeat;
}
.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 {
    padding:60px 0;
    border-top:1px solid #ddd;
}
footer .inner {
    display: flex;
    justify-content: space-between;
    text-align: right;
}


.footer_info > p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color:#666;
}
.footer_info > .copy {
    font-size: 13px;
    font-weight: 300;
    margin-top: 16px;
}




/* 입단 및 무료체험문의 */

.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 {}
.inquiry_list > li {
    display: flex;
    height: auto;
    margin-bottom: 12px;
    align-items: center;
    
}
.inquiry_01 {
    width: 10%;
    height: 40px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
}
.inquiry_02 {
    height: 40px;
    width: 100%;
}
.fr-con > input {
    background:#fff;
    width: 100%;
    height: 40px;
    border:1px solid #ddd;
    padding-left: 20px;
    font-size: 14px;
}

.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_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 20px;
}

.form-box .form-con ul li .fr-con textarea {
    height: 200px;
    width: 100%;
    border:1px solid #ddd;
    background:#f6f6f6;
    padding:40px;
    resize: none;
}

.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: 158px;
    height: 47px;
    margin: 40px auto 0;

}

.form-box .receive-btn input {
    width: 100%;
    height: 100%;
    color: #fff;
    background: #27983B !important;
    border: 0;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;


}

select {
    font-size: 16px;
}


