@font-face { 
    font-family: 'Palatino Linotype'; 
    font-style: normal; 
    font-weight: 700; 
    src: url(../font/palab.woff2) format('woff2'), 
}
@font-face { 
    font-family: 'Calibri'; 
    font-style: normal; 
    font-weight: 300; 
    src: url(../font/calibri.woff2) format('woff2'), 
}

html,body {
    height: 100%;
    scroll-behavior: smooth;
    background:#fff!important;
}
.color_white {
    color:#fff!important;
}
.b_tit {
    text-align: center;
    margin-top: 12px;
}
.pd120 {
    padding: 120px 0;
}
.m120 {
    margin:120px 0;
}
.mt0 {
    margin-top: 0px!important;
}
.mt30 {
    margin-top: 30px!important;
}
.mt100 {
    margin-top: 100px!important;
}
.brand_color {
    color:#2138DF;
}
.point_color {
    color:#FBFF94;
}
.dn {
    display: none!important;
}
.tac {
    text-align: center!important;
}
.bar {
    display: inline-block;
    width: 1px;
    margin:0 10px;
    height: 7px;    

    background:#7A7A7A;
}
.tit {
    font-family: 'Palatino Linotype'!important;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
}
.tit2 {
    font-family: 'Palatino Linotype'!important;
    font-size: 26px;
    font-weight: 700;
    color:#4D5694;
    text-align: center;
    margin-top: 40px;
}
.tit3 {
    font-family: 'Palatino Linotype'!important;
    font-size: 60px;
    font-weight: 700;
    margin-top: 30px;
    text-align: center;
}

.tit_desc {
    font-family: 'Calibri';
    font-size: 18px;
    font-weight: 300;
    color:#666;
    margin-top: 10px;
    text-align: center;
    line-height: 26px;
    word-break: keep-all;
}
.sub_banner {
    background:url('../img/sub_banner.png') center no-repeat;
    background-size:cover;
    height: 300px;   
}
.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: 50px;
    font-weight: 700;
    animation : text 1s .2s both!important;
}

.sub_banner_tit > p {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    margin-top: 18px;
    line-height: 24px;
    animation : text 1s .4s both!important;
}
.sub_tit {
    font-family: 'Palatino Linotype'!important;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
}
.sub_tit_desc {
    font-family: 'Calibri';
    font-size: 22px;
    font-weight: 300;
    color:#666;
    margin-top: 10px;
    text-align: center;
    line-height: 26px;
    word-break: keep-all;
}
/*
.sub_tit {
    font-size: 60px;
    font-weight: 700;
    text-align: center;
}
.sub_tit2 {
    font-size: 30px;
    margin-top: 40px;
    text-align: center;
}
.sub_tit3 {
    font-size: 24px;
    margin-top: 40px;
    text-align: center;
    line-height: 32px;
}
.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 {
    position: absolute;
    bottom: -1px;
    left: 0;
    display: flex;
    width: 100%;
}
.smenu > li {
    width: 50%;
    height: 60px;
    background:#0B1F3A;
}

.smenu > li.active {
    background:#fff;
    border:0;
}
.smenu > li.active a {
    color:#000;
}
.smenu > li > a {
    color:#fff;
    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:120px 0;
}
.hide {
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 1px;
    height: 1px;
    text-indent: -9999px;
}
.fw700 {
    font-weight: 700;
}
.board.inner {
    padding:120px 0 0 0;
}
.inner {
    max-width: 1280px;
    margin:0 auto;
}
.img_sub > h2 {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}

.section {
    padding: 120px 0;
}
.brand_stit {
    font-size: 18px;
    font-weight: 700;
    color:#2138DF;
    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:#2138DF;
}
#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;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
}
.header.active {
    background:#070E43;
}

.logo {
    width: 168px;
    height: 50px;
    background:url('../img/logo.png') center no-repeat;
    background-size:contain;
}
.header.active .logo a {
    color:#000;
}

.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: 100px;
}

.nav > li > a {
    font-family: 'Calibri';
    font-size: 20px;
    font-weight: 600;
    display: block;
    height: 100%;
    width: 100%;
    color:#fff;
}

.nav.sub > li > a {
    color:#000;
}
.header.active .nav > li > a {
    color:#fff;
}
.header.active .nav > li > a:hover {
    color:#eaf588;

}

.nav > li > a:hover {
    color:#eaf588;
    position: relative;
}
.nav > li.active {
    position: relative;
}


.nav > li.active:after {
    display: none;
    content:"";
    width: 3px;
    height: 3px;
    border-radius:50%;
    position: absolute;
    top: 26px;
    left: 50%;
    transform: translateX(-50%);
    background:#eefd65;
}

.nav > li:last-child {
    margin-right: 0;
}

.snb {
    display: none;
    padding:20px;
    width: 200px;
    background:#070E43;
    border-top:0;
    position: absolute;
    top:100px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    line-height:normal;
    transition: all .4s;
    border-radius:0 0 10px 10px;
}


.nav > li.active > .snb {
    display: block;
}

.snb > li {
    margin-bottom: 20px;
}
.snb > li:last-child {
    margin-bottom: 0;
}
.snb > li > a {
    font-family: 'Calibri';
    color:#fff;
    font-size: 18px;
    font-weight: 300;
}
.snb > li > a:hover {
    color:#eefd65;
}

/* 메인배너 */
.main_banner {
    height:100%;
    color:#fff;
    
    text-align: center;
    overflow: hidden;
}
.mySwiper {
    height: 100%;
}
.mySwiper .swiper {
    width: 100%;
    height: 100%;
}

.mySwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mySwiper .swiper-slide.img01 {
    background:url('../img/main_banner.png') center no-repeat;
    background-size:cover;
}
.mySwiper .txt_wrap {
}
.mySwiper .txt_wrap > h3 {
    font-size: 24px;
    font-weight: 300;
}
.mySwiper .txt_wrap > h2 {
    font-size: 60px;
    font-weight: 700;
    margin-top: 10px;
    font-family: 'Palatino Linotype'!important;
}
.mySwiper .txt_wrap > .btn_more {
    width: 180px;
    height: 50px;
    background:#2138DF;
    border-radius: 30px;
    margin:60px auto 0;
}
.mySwiper .txt_wrap > .btn_more > a {
    font-family: 'Calibri';
    display: block;
    width: 100%;
    height: 100%;
    line-height: 50px;
    font-size: 18px;
    font-weight: 300;
    color:#fff;
}

.swiper-slide-active .txt_wrap > h3 {
    animation : text 1s .2s both;
}
.swiper-slide-active .txt_wrap > h2 {
    animation : text 1s .4s both;
}
.swiper-slide-active .txt_wrap > .btn_more {
    animation : text 1s .6s both;
}

/* 메인배너 --*/

.b_tail {
    margin-top: 0;
}
/* msec_01 */
.msec_01 {
}

.msec01_img {
    width: 100%;
    aspect-ratio: 1/.2859375;
    background:url('../img/msec01_img.png') center no-repeat;
    background-size:cover;
    margin:60px auto 0;
    border-radius: 10px;;
}
.msec_01 h4 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-top: 40px;
}
/*
.msec_01 ul {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    
}*/
/*
.msec_01 ul > li {
    background:#4D5694;
    border-radius: 20px;;
    padding:10px 20px;
    
    text-align: center;
    color:#fff;
    font-size: 14px;
    font-weight: 300;
    margin-right: 10px;
}
.msec_01 ul > li:last-child {
    margin-right: 0;
}
*/



/* msec_01== */


/*msec_02*/
.m_sec02 {
    
}
.btn_more2 {
    width: 450px;
    height: 50px;
    margin:0px auto 0;
    background:#131f79;
}
.btn_more2 > a {
    font-family: 'Calibri';
    display: block;
    width: 100%;
    height: 100%;
    color:#fff;
    line-height: 50px;
    text-align: center;

}
/*msec_02*/


/* msec_03== */
.msec_03 {
    padding: 0;
}
.service_box {
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin:80px auto 0;
}
.service_box > li {
    width: calc(50% - 20px);
    position: relative;
    padding: 0;
    margin-bottom: 40px;
}
.service_img {
    width: 100%;
    aspect-ratio: 1/0.75;
    background:#000;
    border-radius: 10px;
    width: 400px;
    height: 300px;
    border-radius: 10px;
    border:1px solid #ddd;
    margin:0 auto;


}
.service_img.img01 {
    background:url('../img/service_img01.png') center no-repeat;
    background-size:cover;
    transition: all .4s;
}


.service_img.img02 {
    background:url('../img/service_img02.png') center no-repeat;
    background-size:cover;
    transition: all .4s;
}

.service_img.img03 {
    background:url('../img/service_img03.png') center no-repeat;
    background-size:cover;
    transition: all .4s;
}


.service_img.img04 {
    background:url('../img/service_img04.png') center no-repeat;
    background-size:cover;
    transition: all .4s;
}
.job_board_txt {
    margin-top: 20px;
    margin-bottom: 120px;
}
.job_board_txt > .inner {
    border:1px solid #ddd;
    padding:40px;
    text-align: center;
}
.job_board_txt > .inner > h2 {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Palatino Linotype'!important;
}
.job_board_txt > .inner > p {
    font-family: 'Calibri';
    margin-top: 18px;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color:#666; 
}
.job_board_txt .btn_more {
    background:#131f79;
    width: 300px;
    height: 50px;
    margin:20px auto 0;
}

.job_board_txt .btn_more > a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: 700;
    color:#fff;
    line-height: 50px;
}

.service_box > li > .txt_wrap {
    width:100%;
    text-align: center;
    

}
.service_box > li > .txt_wrap > h2 {
    font-family: 'Palatino Linotype';
    font-size: 30px;
    font-weight: 700;
    margin-top: 20px;
   
}
.service_box > li > .txt_wrap > p {
    font-family: 'Calibri';
    font-size: 18px;
    font-weight: 300;
    margin-top: 14px;
    line-height: 22px;

    transition: all .4s;
    word-break: keep-all;
    color:#666;
}
.service_box > li.active p {
    height: 100px;
}
/* msec_03== */

/* msec_04== */
.map {
    margin-top: 80px;
}
.map_info {
    margin-top: 40px;
}
.map_info > li {
    text-align: center;
    margin-bottom: 20px;
}
.map_info > li > h2 {
    font-family: 'Palatino Linotype';
    font-size: 20px;
    font-weight: 700;
}
.map_info > li > p {
    font-family: 'Calibri';
    font-size: 18px;
    font-weight: 300;
    color:#666;
    margin-top: 10px;
    line-height: 26px;

}
/* msec_04== */



/* 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;
    position: relative;
    margin-top: 80px;
}
.about_img > div {
    background:#fff;
    border-radius: 10px;
    width: calc(100% - 280px);
    position: absolute;
    bottom: -130px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding:50px 30px;
}
.about_img > div > h2 {
    font-family: 'Palatino Linotype';
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
    
}
.sub_section.sec01_2 {
    margin-top: 120px!important;
}

.business_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 80px;
}
.business_wrap > li {
    width: calc(33.33% - 20px);
    margin-right: 20px;
    margin-bottom: 40px;
}
.business_wrap > li:nth-child(4n) {
    margin-right: 20px;
}
.busi_img {
    width: 100%;
    aspect-ratio: 1/0.75;
    background:#000;
    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;
}
.business_wrap > li > h2 {
    font-family: 'Calibri';
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
}
/* sub1_1-- */

/*sub2_1*/
.company_service {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 80px;
}

.company_service > li {
    width: calc(33.33% - 20px);
    border:1px solid #ddd;
    margin-bottom: 40px;
    text-align: center;
    border-radius: 10px;
    margin-right: 30px;
    padding:80px 40px;
}
.company_service > li:nth-child(3n) {
    margin-right: 0;
}
.ico_company {
    width: 80px;
    height: 80px;  
    background:red;
    margin:0 auto;
}
.ico_company.img01 {
    background:url('../img/ico_company01.png') center no-repeat;
    background-size:contain;
}
.ico_company.img02 {
    background:url('../img/ico_company02.png') center no-repeat;
    background-size:contain;
}
.ico_company.img03 {
    background:url('../img/ico_company03.png') center no-repeat;
    background-size:contain;
}
.ico_company.img04 {
    background:url('../img/ico_company04.png') center no-repeat;
    background-size:contain;
}
.ico_company.img05 {
    background:url('../img/ico_company05.png') center no-repeat;
    background-size:contain;
}
.ico_company.img06 {
    background:url('../img/ico_company06.png') center no-repeat;
    background-size:contain;
}
.company_service > li > h3 {
    font-family: 'Calibri';
    background:#070E43;
    border-radius: 30px;
    display: inline-block;
    padding:10px 20px;
    color:#fff;
    font-size: 14px;
    margin-top: 20px;
    
}
.company_service > li > h2 {
    font-family: 'Palatino Linotype';
    font-size: 22px;
    font-weight: 700;
    margin-top: 20px;
    border-bottom:1px solid #ddd;
    padding-bottom: 20px;
    line-height: 30px;
    
    height: 60px;
}
.company_service > li > p {
    font-family: 'Calibri';
    font-size: 18px;
    font-weight: 300;
    color:#666;
    line-height: 24px;
    margin-top: 14px;
    word-break: keep-all;
}


.sub_section.sec02_2 {
    background:#f9f9f9;
}
.Candidate_service {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
    align-items: center;
}

.Candidate_service > li {
    width: calc(23% - 20px);
    aspect-ratio: 1/1;
    border:1px solid #ddd;
    margin-bottom: 40px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    background:#fff;
}

.Candidate_service > li > .txt_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.dotted {
    width: 40px!important;
    height: 1px;
    border:0!important;
    border-bottom:1px solid #ddd!important;
    border-radius: 0!important;
}
.dotted:last-child {
    display: none;
}

.ico_Candidate {
    width: 80px;
    height: 80px;  
    background:red;
    margin:0 auto;
}
.ico_Candidate.img01 {
    background:url('../img/ico_company01.png') center no-repeat;
    background-size:contain;
}
.ico_Candidate.img02 {
    background:url('../img/ico_company02.png') center no-repeat;
    background-size:contain;
}
.ico_Candidate.img03 {
    background:url('../img/ico_company03.png') center no-repeat;
    background-size:contain;
}
.ico_Candidate.img04 {
    background:url('../img/ico_company04.png') center no-repeat;
    background-size:contain;
}

.Candidate_service li h2 {
    font-family: 'Palatino Linotype';
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin-top: 20px;
}
.Candidate_service2 {}
.Candidate_service2 > li {
    display: flex;
    
    border-bottom:1px solid #ddd;
    padding:30px 0;
}
.Candidate_service2 > li > h3 {
    font-family: 'Palatino Linotype';
    font-size: 20px;
    font-weight: 700;
    color:#2138DF;
    margin-right: 10px;
}
.Candidate_service2 > li > h2 {
    font-family: 'Palatino Linotype';
    font-size: 20px;
    font-weight: 700;
    width: 240px;
    margin-right: 20px;
}
.Candidate_service2 > li > p {
    font-family: 'Calibri';
    font-size: 18px;
    font-weight: 300;
    color:#666;
    line-height: 26px;
}
.refer_txt {
    font-family: 'Calibri';

    font-size: 18px;
    font-weight: 300;
    color:#666;
    line-height: 24px;
    word-break: keep-all;
    margin-top: 20px;
}
/*sub2_1*/


/* sub4_1 */
.resume_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}
.resume_info {
    width: calc(60% - 20px);
}
.resume_info > h2 {
    font-size:40px;
    font-weight: 900;
    color: #131f79;
    text-transform: uppercase;
    line-height: 48px;
    word-break: keep-all;
}
.resume_info > h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    margin-top: 60px;
    word-break: keep-all;
}
.resume_info > p {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 300;
    color:#666;
    line-height: 26px;
    word-break: keep-all;
}
.resume_info2 {
    width: 100%;
}
.resume_info > .btn_more {
    padding:30px;
    background:#131f79;
    border:1px solid #ddd;
    margin:40px auto;
}
.resume_info > .btn_more > a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
}
.resume_info > .btn_more > a > span {
    font-size: 20px;
    margin-right: 10px;
}
.resume_info > .btn_more > a > p {
    font-size: 30px;
}

.mail_tit {
    font-family: 'Palatino Linotype';
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-top: 80px;
}
.resume_info2 > .btn_more {
    background:#131f79;
    border:1px solid #ddd;
    margin:40px auto;
}
.resume_info2 > .btn_more > a {
    padding:30px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
}
.resume_info2 > .btn_more > a > span {
    font-size: 30px;
    margin-right: 10px;
}
.resume_info2 > .btn_more > a > p {
    font-size: 30px;
    font-family: 'Calibri';
}

.resume_img {
    width: calc(40% - 20px);
    background:url('../img/resume_img.png') center no-repeat;
    background-size:contain;
}
/* sub4_1-- */

.bo_con {
    border:1px solid #ddd!important;
    padding:20px;
    margin-top: 20px;
}

.bo_tit {
    font-size: 24px!important;
    font-weight: 700!important;
}
.job_section {
    display: flex;
    align-items: center;
    color:#333;
    margin-top: 40px;
}
.job_section > span {
    margin-right: 5px;
}
.job_section > h2 {
    font-size: 18px;
    font-weight: 700;
}
.job_table {
    width: 100%;
    margin-top: 20px;
}
.job_table tr {}
.job_table td {
    width: 40%;
    border:1px solid #ddd;
    padding:12px 10px;
    font-size: 14px;
    color:#666;
}
.job_table .td1 {
    width: 10%;
    background:#f9f9f9;
    font-weight: 700;
    color:#000;
    font-size: 14px;
}
.job_list {
    width: 100%;
}
.job_list th {
    border:1px solid #ddd;
    padding:14px 0;
    font-size: 14px;
    font-weight: 700;
    background:#f9f9f9;
}
.job_list td {
    text-align: center;
    border:1px solid #ddd;
    padding:12px 0;
    font-size: 14px;
    font-weight: 300;
    color:#666;
}
.bo_cate_ul2 {
    width: 100%;
    display: flex;
    
}
.bo_cate_ul2 > li {
    width: 14.28571428571429%;
    border:1px solid #ddd;
    text-align: center;
    height: 50px;
    background:#f9f9f9;
    line-height: 50px;
    font-size: 18px;
    border-right:0;
}
.bo_cate_ul2 > li > a {
    display: block;
    width: 100%;
    height: 100%;
}
.bo_cate_ul2 > li:last-child {
    border-right:1px solid #ddd;
}
.half_input2 {
    width: calc(33.33% - 5px);
}
.mt20 {
    margin-top: 20px!important;
}
.candidate_img {
    width: 100%;
    background:url('../img/candidate_img.png') center no-repeat;
    background-size:cover;
    color:#fff;
    margin-top:40px;
    padding:80px;
    margin-bottom: 0px;
    text-align: center;
}
.candidate_img > h2 {
    font-family: 'Palatino Linotype';
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
}
.candidate_img > p {
    font-family: 'Calibri';
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    margin-top: 20px;
}
.candidate_img > .btn_more {
    width: 150px;
    height: 50px;
    background:#070E43;
    margin:20px auto 0;
}
.candidate_img > .btn_more > a {
    font-family: 'Calibri';
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    font-weight: 300;
    color:#fff;
}
/* 푸터 */


.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:#2138DF;
}
.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:80px 0px;
    background:#070E43;
}




.footer_info {
    display: flex!important;
    justify-content: space-between;
    border-bottom:1px solid #fff;
    padding-bottom: 20px;
}
.footer_info > p {
    margin-bottom: 14px;
}
.footer_info > ul {}
.footer_info > ul > li {
    display: flex;
    color:#fff;
    margin-bottom: 12px;
}
.footer_info > ul > li > h2 {
    font-family: 'Calibri';
    width: 200px;
    font-size: 18px;
    font-weight: 300;
}
.footer_info > ul > li > h3 {
    font-family: 'Calibri';
    font-size: 18px;
    font-weight: 300;
}
.tlogo {
    width: 286px;
    height: 99px;
    background:url('../img/tlogo.png') center no-repeat;
    background-size:contain;
}
.tlogo > a {
    display: block;
    width: 100%;
    height: 100%;
}
.copy {
    font-family: 'Calibri';
    font-size: 18px;
    font-weight: 300;
    color:#fff;
    margin-top: 40px;
}

.btn_up {
    width: 90px;
    height: 90px;
    background:url('../img/btn_up.png') center no-repeat;
    background-size:contain;
    cursor: pointer;
}






/* 입단 및 무료체험문의 */

.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: 18px;
    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: 18px;
    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: 18px;
    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: #2138DF !important;
    border: 0;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;


}

select {
    font-size: 18px;
}




.news_wrap {
    border:1px solid #ddd;
    padding:40px 30px;
    border-radius: 10px;
}
.news_wrap > a > h2 {
    font-size: 18px!important;
    font-weight: 300!important;
    line-height: 26px!important;
    height: 50px;
    
    overflow: hidden;
}
.news_wrap > a > h4 {
    font-size: 18px;
    font-weight: 700;
    color:#4D5694
}
.news_wrap > a > h3 {
    font-size: 18px;
    font-weight: 300;
    color:#666;
    line-height: 24px;
    word-break: keep-all;
    margin-top: 10px;
}
.news_wrap > a > p {
    font-size: 18px;
    font-weight: 300;
    color:#666;
    padding-top: 12px;
    border-top:1px solid #ddd;
    margin-top: 30px;
}