html,body {
    height: 100%;
    scroll-behavior: smooth;
    background:#fff!important;
}

@import url(//fonts.googleapis.com/earlyaccess/nanumpenscript.css);

.nanumpenscript * {
 font-family: 'Nanum Pen Script', cursive;
}
.brand_color {
    color:#CE221F;
}
.bg_gray {
    background:#f9f9f9;
    padding:40px 10px!important;
    margin-top:100px;
}
.mt0 {
    margin-top: 0!important;
}
.mt40 {
    margin-top: 40px!important;
}
.btn_more {
    width: 200px;
    height: 60px;
    border-radius: 0px;
    border:1px solid #fff;
    margin:50px auto 0;
}
.btn_more > a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    color:#fff;
}
.bar {
    display: inline-block;
    width: 1px;
    margin:0 10px;
    height: 7px;    
    background:#7A7A7A;
}
.bar2 {
    width: 100%;
    height: 1px;
    border-top:1px dotted #ddd;
    margin:12px auto 26px;
}
.tit {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color:#CE221F;
}
.tit2 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
}
.tit_desc {
    font-size: 18px;
    font-weight: 300;
    color:#666;
    margin-top: 14px;
    line-height: 26px;
    text-align: center;
}
.sub_banner_wrap {
    overflow: hidden;
    margin-top: 100px;
}
.sub_banner {

    background-size:cover;
    height: 160px;
    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%);

}

.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: 1160px;
    display: flex;
    width: 100%;
    margin:0 auto;

}
.smenu > li {
    width: 50%;
    height: 60px;
    background:#fff;
    position: relative;
}
.smenu > li:after {
    content:"";
    width: 1px;
    height: 30px;
    background:#ddd;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.smenu > li:last-child::after {
    display: none;
}
.smenu > li.active {
    
    border:0;
}
.smenu > li.active a {
    color:#000;
}
.smenu > li > a {
    color:#666;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 60px;
}
.sub02_cate {
    max-width: 1160px;
    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 {
    margin-top: 100px;
}
.hide {
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 1px;
    height: 1px;
    text-indent: -9999px;
}
.fw700 {
    font-weight: 700;
}
.board.inner {
    margin-top: 80px;
    margin-bottom: 120px;
}
.inner {
    max-width: 1160px;
    margin:0 auto;
}
.section {
    padding: 80px 0;
}
.brand_stit {
    font-size: 18px;
    font-weight: 700;
    color:#CE221F;
    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:#CE221F;
}
#bo_v_img {width:100%;overflow:hidden;text-align:center!important;zoom:1}


/* 헤더 */
.header {
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    transition: all .4s;;
    background:#fff;
    box-shadow: 2px 2px 10px rgba(0,0,0,.1);
}
.header > .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header.active {
    background:#fff;
    box-shadow: 2px 2px 10px rgba(0,0,0,.1);
}

.logo {
    width: 180px;
    height: 50px;
    background:url('../img/logo.JPG') center no-repeat;
    background-size:contain;
}


.logo.sub {

}
.logo > a {
    font-family: 'SCoreDream'!important;
    font-size: 30px;
    font-weight: 700;
    color:#fff;

    display: block;
    width: 100%;
    height: 100%;
}

.nav {
    display: flex;
    align-items: center;
}

.nav > li {
    margin-right: 60px;
    position: relative;
    height: 100%;
    line-height: 70px;
    
}

.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;
}

.nav > li > a:hover {
    color:#EB2929;
    position: relative;
}
.nav > li.active {
    position: relative;
    transition: all .4s;
    
}


.nav > li.active:after {
    content:"";
    width: 100%;
    height: 2px;
    border-radius:50%;
    position: absolute;
    bottom: 16px;
    left: 0;
    background:#EB2929;
}

.nav > li:last-child {
    margin-right: 0;
}

.snb {
    display: none;
    padding:20px;
    width: 200px;
    background:#EB2929;
    border-top:0;
    border-radius: 10px;
    position: absolute;
    top:60px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    line-height:normal;
    transition: all .4s;
}


.nav > li.active > .snb {
    display: block;
}

.snb > li {
    padding: 10px 0;
    border-bottom:1px solid #ff5151;
}
.snb > li:last-child {
    margin-bottom: 0;
}
.snb > li > a {
    font-family: 'pretendard',sans-serif;
    color:#fff;
    font-size: 16px;
    font-weight: 300;
}

/* 메인배너 */
.main_banner {
    height: calc(112% - 70px);
    color:#fff;
    text-align: center;
    overflow: hidden;
    margin-top: 70px;
    z-index: 888;
    background:red;
}
.swiper {
    width: 100%;
    height: 100%;
}

.mySwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}


.mySwiper .swiper-slide > .txt_wrap {
    color:#fff;
    text-align: center;
    margin:20% auto;
}
.mySwiper .swiper-slide > .txt_wrap > h2 {
    font-size: 50px;
    font-weight: 700;
}

.mySwiper .swiper-slide > .txt_wrap > p {
    font-size: 18px;
    font: 300px;
    color:#fff;
    line-height: 26px;
    margin-top: 16px;
}
.mySwiper .swiper-slide-active .txt_wrap > h2 {
    animation : text 1s .2s both;
}

.mySwiper .swiper-slide-active .txt_wrap > p {
    animation : text 1s .4s both;
}

.mySwiper .swiper-slide-active .txt_wrap > .btn_more {
    animation : text 1s .6s both;
}
/* 메인배너 --*/

/* msec_01 */
.msec_01 {
    padding:0;
    position: relative;
}
.msec_01 > .inner {
    position: relative;
}
.m_merit_slide .swiper-slide {
    width: 100%;
}
.m_merit_slide .swiper-slide.img01 {
    background:url('../img/m_merit_slide01.png') center no-repeat;
    background-size:cover;
}
.m_merit_slide .swiper-slide.img02 {
    background:url('../img/m_merit_slide02.png') center no-repeat;
    background-size:cover;
}
.m_merit_slide .swiper-slide.img03 {
    background:url('../img/m_merit_slide03.png') center no-repeat;
    background-size:cover;
}
.m_merit_slide .swiper-slide.img04 {
    background:url('../img/m_merit_slide04.png') center no-repeat;
    background-size:cover;
}
.m_merit_wrap {
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1000px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin:0 auto;
    padding:40px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.2);
    background:#fff;
    z-index: 9999;
}
.m_merit_img_box {
    width: calc(30% - 20px);
    background:#ddd;

}
.m_merit_txt_box {
    width: calc(70% - 20px);
}
.m_merit_txt_box > li {
    display: flex;
    align-items: center;
    border-bottom:1px solid #333;
    padding:20px 0;
}
.m_merit_txt_box > li > h2 {
    font-size: 24px;
    font-weight: 700;
    margin-right: 20px;
    color:#CE221F;
}
.m_merit_txt_box > li > p {
    font-size: 18px;
    font-weight: 300;
    color:#666;
}
/* msec_01 */


/* msec_02 */
.msec_02 {
    padding-top: 240px;
}
.service_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}
.service_wrap > li {
    width: calc(33.33% - 20px);
    aspect-ratio: 1/0.7466666666666667;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}
.img_service {
    width: 100%;
    aspect-ratio: 1/0.7466666666666667;
    background:#ddd;
    transition: all .4s;
}
.img_service.img01 {background:url('../img/img_service01.png') center no-repeat;background-size:cover;}
.img_service.img02 {background:url('../img/img_service02.png') center no-repeat;background-size:cover;}
.img_service.img03 {background:url('../img/img_service03.png') center no-repeat;background-size:cover;}
.img_service.img04 {background:url('../img/img_service04.png') center no-repeat;background-size:cover;}
.img_service.img05 {background:url('../img/img_service05.png') center no-repeat;background-size:cover;}
.img_service.img06 {background:url('../img/img_service06.png') center no-repeat;background-size:cover;}
.img_service.img07 {background:url('../img/img_service07.png') center no-repeat;background-size:cover;}
.img_service.img08 {background:url('../img/img_service08.png') center no-repeat;background-size:cover;}
.img_service.img09 {background:url('../img/img_service09.png') center no-repeat;background-size:cover;}
.img_service:hover {
    transform: scale(1.1);
}
.service_wrap > li  .txt_wrap {
    width: 90%;
    height: 40px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background:rgba(255,255,255,.8);
    transition: all .4s;
}
.service_wrap > li:hover .txt_wrap {
    background:#CE221F;
}
.service_wrap > li:hover .txt_wrap > h2 {
    color:#fff;
}
.service_wrap > li .txt_wrap > h2 {
    font-size: 16px;
    text-align: center;
    color:#333;
    line-height: 40px;
}
/* msec_02 */

/* msec_03 */
.msec_03 {
    padding:40px 0;
    background:url('../img/msec_03_bg.png') center no-repeat;
    background-size:cover;
}
.msec_03 > .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.vision_box1 {
    width: calc(50% - 20px);
    display: flex;
    justify-content: space-between;
}
.vision_box1 > li:hover .ico_vision {
    background:#CE221F;
}
.vision_box1 > li:hover .ico_vision > span {
    color:#fff;
}
.vision_box1 > li {
    width: calc(33.33% - 5px);
    aspect-ratio: 1/1;
    background:none;
    border:1px solid #CE221F;
    border-radius: 10px;
    text-align: center;
}
.ico_vision {
    width: 60px;
    height: 60px;
    border:2px solid #CE221F;
    position: relative;
    border-radius: 50%;
    margin:30px auto 0;
    transition: all .4s;
}
.ico_vision > span {
    position: absolute;
    color:#CE221F;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 30px;
    transition: all .4s;
}
.vision_box1 > li > h2 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
}
.vision_box1 > li > p {
    font-size: 18px;   
    font-weight:500;
    color:#CE221F;
    margin-top: 12px;
}
.vision_box2 {
    width: calc(50% - 20px);
}
.vision_box2 > h3 {
    font-size: 20px;
    font-weight: 700;
    color:#CE221F;
    margin-top: 12px;
}
.vision_box2 > h2 {
    font-size: 30px;
    font-weight: 700;
    
}
.vision_box2 > p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin-top: 20px;
    color:#333;
}
/* msec_03 */

/* msec_04 */
.msec_04 {
    padding:80px 0;
    background:#666;
}
.group_wrap {
    display: flex;
    justify-content: space-between;
}
.group_box {
    width: calc(50% - 20px);
}
.group_box > h2 {
    font-size: 27px;
    font-weight: 700;
    color:#ffe44a;
}
.group_box > p {
    font-size: 16px;
    line-height: 24px;
    word-break: keep-all;
    font-weight: 300;
    color:#fff;
    margin-top: 20px;
}
.group_bar {
    width: 100%;
    height: 2px;
    background:#ffe44a;
    margin:20px 0;
}
.group_img_box {
    width: 100%;
    aspect-ratio: 1/.6;
    background:#fff;
    margin-top: 40px;
    overflow: hidden;
}
.group_img_box.type2 {
    margin-top: 0;
}
.group_img_box:hover .group_img {
    transform:scale(1.1);
}
.group_img  {
    width: 100%;
    aspect-ratio: 1/.6;
    background:#fff;
    transition: all .4s;
}
.group_img.img01 {
    background:url('../img/group_img01.JPG') center no-repeat;
    background-size:cover;
}
.group_img.img02 {
    background:url('../img/group_img02.png') center no-repeat;
    background-size:cover;
}
.group_cont_wrap {
    display: flex;
    justify-content: space-between;
}
.group_cont_wrap > li {
    width: calc(50% - 10px);
    display: flex;
}
.ico_group {
    width: 50px!important;
    height: 50px!important;
    background:#fff;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
}
.ico_group > span {
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.group_con {
    width: calc(100% - 55px);
    color:#fff;
}
.group_con > h2 {
    font-size: 18px;
    font-weight: 700;
}
.group_con > p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    word-break: keep-all;
    margin-top: 10px;
}
/* msec_04 */

/* msec_05 */
.msec_05 {
    background:#f9f9f9;
}
/* msec_05 */


/* msec_06 */
.msec_06 {
    padding:80px 0;
}
.member_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}
.member_wrap > li {
    width: calc(20% - 20px);
}
.img_member_box {
    width: 100%;
    aspect-ratio: 1/1.495;
    overflow: hidden;
}
.img_member {
    width: 100%;
    aspect-ratio: 1/1.495;
    transition: all .4s;
}

.member_wrap > li:hover .img_member {
    transform: scale(1.1);
}
.member_wrap > li:hover .member_cont_box {
    transform: translateY(-10px);
}

.img_member.img01 {background:url('../img/img_member01.png') center no-repeat;background-size:contain;}
.img_member.img02 {background:url('../img/img_member02.png') center no-repeat;background-size:contain;}
.img_member.img03 {background:url('../img/img_member03.png') center no-repeat;background-size:contain;}
.img_member.img04 {background:url('../img/img_member04.png') center no-repeat;background-size:contain;}
.img_member.img05 {background:url('../img/img_member05.png') center no-repeat;background-size:contain;}

.member_cont_box {
    background:#CE221F;
    padding:14px 0;
    text-align: center;
    color:#fff;
    transition: all .4s;
}
.member_cont_box > h2 {
    font-size: 16px;
}
.member_cont_box > p {
    font-size: 14px;
    margin-top: 6px;
}
/* msec_06 */

/* msec_07 */
.msec_07 {
    background:url('../img/msec_07_bg.png') center no-repeat;
    background-size:cover;
}
.msec_07 > .inner {
    color:#fff;
    text-align: center;
}
.msec_07 > .inner > h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}
.msec_07 > .inner > p {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    margin-top: 12px;
}
.msec_07 .btn_more {
    border:1px solid #eb4a47;
    transition: all .4s;
}
.msec_07 .btn_more > a {
    font-size: 16px;
    font-weight: 300;
    transition: all .4s;
    color:#eb4a47;
}
.msec_07 .btn_more:hover {
    background:#CE221F;
}
.msec_07 .btn_more > a:hover {
    color:#fff;
}
/* msec_07 */

/* msec_08 */
.msec_08 {
    background:#f9f9f9;
}
.community_wrap {
    display: flex;
    justify-content: space-between;
}
.community_wrap > div {
    width: calc(50% - 20px);
}
.community_wrap > div > h2 {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}
.community_wrap > div > h2:after {
    content:"";
    width: 100%;
    height: 2px;
    background:#333;
    position: absolute;
    bottom: -10px;
    left: 0;
}

/* msec_08 */

/* msec_09 */
.partner_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.partner_wrap > li {
    width: calc(16.66% - 20px);
    aspect-ratio: 1/0.9091018179636407;
    background:#ddd;
    margin-bottom: 40px;
    transition: all .4s;
    border:0px solid #ddd;
    border-radius: 10px;
}
.partner_wrap > li:hover {
    border:1px solid #ddd;
    transform: translateY(-5px);
    
}
.partner_wrap > li.img01 {background:url('../img/1.jpg') center no-repeat;background-size:contain;}
.partner_wrap > li.img02 {background:url('../img/2.jpg') center no-repeat;background-size:contain;}
.partner_wrap > li.img03 {background:url('../img/3.jpg') center no-repeat;background-size:contain;}
.partner_wrap > li.img04 {background:url('../img/4.jpg') center no-repeat;background-size:contain;}
.partner_wrap > li.img05 {background:url('../img/5.jpg') center no-repeat;background-size:contain;}
.partner_wrap > li.img06 {background:url('../img/6.jpg') center no-repeat;background-size:contain;}
.partner_wrap > li.img07 {background:url('../img/7.jpg') center no-repeat;background-size:contain;}
.partner_wrap > li.img08 {background:url('../img/8.jpg') center no-repeat;background-size:contain;}
.partner_wrap > li.img09 {background:url('../img/9.jpg') center no-repeat;background-size:contain;}
.partner_wrap > li.img10 {background:url('../img/10.jpg') center no-repeat;background-size:contain;}
.partner_wrap > li.img11 {background:url('../img/11.jpg') center no-repeat;background-size:contain;}
.partner_wrap > li.img12 {background:url('../img/12.jpg') center no-repeat;background-size:contain;}
.partner_wrap > li.img13 {background:url('../img/13.jpg') center no-repeat;background-size:contain;}
.partner_wrap > li.img14 {background:url('../img/14.jpg') center no-repeat;background-size:contain;}
.partner_wrap > li.img15 {background:url('../img/15.jpg') center no-repeat;background-size:contain;}
.partner_wrap > li.img16 {background:url('../img/16.jpg') center no-repeat;background-size:contain;}
.partner_wrap > li.img17 {background:url('../img/17.jpg') center no-repeat;background-size:contain;}
.partner_wrap > li.img18 {background:url('../img/18.jpg') center no-repeat;background-size:contain;}
.partner_wrap > li.img19 {background:url('../img/19.jpg') center no-repeat;background-size:contain;}
.partner_wrap > li.img20 {background:url('../img/20.jpg') center no-repeat;background-size:contain;}
.partner_wrap > li.img21 {background:url('../img/21.jpg') center no-repeat;background-size:contain;}
.partner_wrap > li.img22 {background:url('../img/22.jpg') center no-repeat;background-size:contain;}
.partner_wrap > li.img23 {background:url('../img/23.jpg') center no-repeat;background-size:contain;}
.partner_wrap > li.img24 {background:url('../img/24.jpg') center no-repeat;background-size:contain;}

/* msec_09 */

/* 푸터 */


.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:#CE221F;
}
.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:40px 0;
    background:url('../img/footer_bg.png') center no-repeat;
    background-size:cover;
}
footer > .inner {
    display: flex;
}
.t_logo {
    width: 231px;
    height: 87px;
    background:url('../img/t_logo.png') center no-repeat;
    background-size:contain;
    margin-right: 100px;
}
.footer_info {}
.info_1 {
    display: flex;
    margin-bottom: 20px;
}
.info_1 > h2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-right: 20px;
    color:#fff;
}
.info_1 > p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color:#fff;
}
.info_2 {}
.info_box {
    display: flex;
    margin-bottom: 10px;

}
.info_box > h2 {
    font-size: 14px;
    font-weight: 700;
    width: 75px;
    color:#fff;
}
.info_box > p {
    font-size: 14px;
    font-weight: 300;
    color:#fff;
}



.footer2 {
    background:#6E0E10;
    text-align: center;
    padding:12px 0;
    color:#fff;
    font-size: 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: 26%;
    height: 40px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
}
.inquiry_01 > h2 {
    display: inline-block;
    position: relative;
}
.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: 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_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: 158px;
    height: 47px;
    margin: 40px auto 0;

}

.form-box .receive-btn input {
    width: 100%;
    height: 100%;
    color: #fff;
    background: #CE221F !important;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Noto Sans KR', sans-serif;
    border-radius: 10px;


}

select {
    font-size: 16px;
}



.brand_site {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.brand_site > li {
    width: calc(10% - 20px);
    aspect-ratio: 1/.4;
    background:#ddd;
    margin-bottom: 20px;
}


.swiper-slide.project {
    
}

.swiper-slide.project > a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    
}
.swiper-slide.project img {
    transition: all .4s;
}

.swiper-slide.project > a > .img_sub_wrap {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 50px;
    left: 0;
    background:rgba(255,255,255,.8);
    text-align: center;
    line-height: 40px;
    transition:  all .4s;
}

.swiper-slide.project > a:hover  .img_sub_wrap {
    background:#EB2929;
    color:#fff;

}

.swiper-slide.project > a:hover img {
    transform: scale(1.1);
}

.qa_table {
    width: 100%;
    border-top:2px solid #000;
}
.qa_table tr {
}
.qa_table .td1 {
    padding:20px 0;
    font-size: 16px;
    font-weight: 700;
    background:#f9f9f9;
    width: 40%;
    text-align: center;
}

.qa_table td {
    width: 60%;
    padding:20px;
    font-size: 16px;
    font-weight: 300;
    border:1px solid #ddd;
}