@charset "utf-8";

/** Ultra Light */
@font-face {
  font-family: "San Francisco";
  font-weight: 100;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-ultralight-webfont.woff");
}

/** Thin */
@font-face {
  font-family: "San Francisco";
  font-weight: 200;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-thin-webfont.woff");
}

/** Regular */
@font-face {
  font-family: "San Francisco";
  font-weight: 400;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff");
}

/** Medium */
@font-face {
  font-family: "San Francisco";
  font-weight: 500;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-medium-webfont.woff");
}

/** Semi Bold */
@font-face {
  font-family: "San Francisco";
  font-weight: 600;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-semibold-webfont.woff");
}

/** Bold */ 
@font-face {
  font-family: "San Francisco";
  font-weight: 700;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-bold-webfont.woff");
}

/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:0.75em;font-family:'Poppins', 'Pretendard', sans-serif;background:#fff;letter-spacing:-0.03em;overflow:hidden}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-family:'Poppins', 'Pretendard', sans-serif}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

textarea, select {font-family:'Poppins', 'Pretendard', sans-serif}
select {margin:0}
p {margin:0;padding:0;word-break:keep-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}

*, :after, :before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

input[type=text],input[type=password], textarea {
-webkit-transition:all 0.30s ease-in-out;
-moz-transition:all 0.30s ease-in-out;
-ms-transition:all 0.30s ease-in-out;
-o-transition:all 0.30s ease-in-out;
outline:none;
}

input[type=text]:focus,input[type=password]:focus, textarea:focus,select:focus {}

.placeholdersjs {color:#aaa !important}

/* 레이아웃 크기 지정 */
#hd, #wrapper, #ft {min-width:1200px}

#hd_pop,
#hd_wrapper,
#tnb .inner,

#gnb .gnb_wrap,
#container_wr,
#ft_wr {width:1200px}

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff;}
.hd_pops img{display:block;max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding: 0;background:#000;color:#fff;text-align:center;position:relative;display:flex;}
/*.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}*/
.hd_pops_footer button {width:50%;padding:15px;border:0;font-size:17px;line-height:1.4;color:#fff;background:#1d1d1d;border-right:1px solid #999;word-break:keep-all;}
.hd_pops_footer button:last-child {border-right:0;}
.hd_pops_footer button:hover {background:#333;}
/*.hd_pops_footer .hd_pops_reject{background:#000;}
.hd_pops_footer .hd_pops_close{background:#393939;}*/

/* 상단 레이아웃 */
#hd {background:#212020}
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#tnb {border-bottom:1px solid #383838;margin:0 auto}
#tnb:after {display:block;visibility:hidden;clear:both;content:""}
#tnb .inner {margin:0 auto}

#hd_wrapper {position:relative;margin:0 auto;height:140px;zoom:1}
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#logo {float:left;padding:30px 0 0}

.hd_sch_wr {float:left;padding:30px 0;;width:445px;margin-left:65px}
#hd_sch h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_sch {border-radius:30px;overflow:hidden}
#hd_sch #sch_stx {float:left;width:385px;height:45px;padding-left:10px;border-radius:30px 0 0 30px;background:#2c2c2c;border:0;border-right:0;font-size:1.25em;color:#fff}
#hd_sch #sch_submit {float:left;width:60px;height:45px;border:0;background:#2c2c2c;color:#fff;border-radius:0 30px 30px 0;cursor:pointer;font-size:16px}

#hd_qnb {float:right;text-align:right}
#hd_qnb:after {display:block;visibility:hidden;clear:both;content:""}
#hd_qnb li {float:left;font-size:1.083em;line-height:14px;border-right:1px solid #4a4a4a;position:relative;text-align:center;margin:15px 10px 15px 0;padding-right:10px}
#hd_qnb li:last-child {padding-right:0;margin-right:0;border-right:0}
#hd_qnb li span {display:block;margin-top:5px;font-size:0.92em}
#hd_qnb li a {display:inline-block;color:#919191}
#hd_qnb .visit .visit-num {display:inline-block;line-height:16px;padding:0 5px;margin-left:5px;border-radius:10px;background:#da22f5;color:#fff;font-size:10px}


.hd_login {position:absolute;right:0;top:60px}
.hd_login li {float:left;margin:0 5px;border-left:1px solid #616161;padding-left:10px;line-height:13px}
.hd_login li:first-child {border-left:0}
.hd_login a {color:#fff}


/* 메인메뉴 */
#gnb {position:relative;background:#fff}
#gnb > h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#gnb .gnb_wrap {margin:0 auto;position:relative}
#gnb .gnb_wrap:hover, #gnb .gnb_wrap:focus, #gnb .gnb_wrap:active{z-index:3}
#gnb #gnb_1dul {font-size:1.083em;padding:0;border-bottom:1px solid #e0e2e5;zoom:1}
#gnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb .gnb_1dli {float:left;line-height:55px;padding:0px;position:relative}
#gnb .gnb_1dli:hover > a {color:#3a8afd;
-webkit-transition:background-color 2s ease-out;
-moz-transition:background-color 0.3s ease-out;
-o-transition:background-color 0.3s ease-out;
transition:background-color 0.3s ease-out}

.gnb_1dli .bg {position:absolute;top:24px;right:8px;display:inline-block;width:10px;height:10px;overflow:hidden;background:url('../img/gnb_bg2.gif') no-repeat 50% 50%;text-indent:-999px}
.gnb_1da {display:block;font-weight:bold;padding:0 15px;color:#080808;text-decoration:none}
.gnb_1dli.gnb_al_li_plus .gnb_1da{padding-right:25px}
.gnb_2dli:first-child {border:0}
.gnb_2dul {display:none;position:absolute;top:54px;min-width:140px;padding-top:2px}
.gnb_2dul .gnb_2dul_box {border:1px solid #e0e2e5;border-top:0;padding:0;
-webkit-box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2);
-moz-box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2);
box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2)}
.gnb_2da {display:block;padding:0 10px;line-height:40px;background:#fff;color:#080808;text-align:left;text-decoration:none}
a.gnb_2da:hover {color:#3a8afd;background:#f7f7f8;
-moz-transition:all 0.3s ease-out;
-o-transition:all 0.3s ease-out;
transition:all 0.3s ease-out}

.gnb_1dli_air .gnb_2da {}
.gnb_1dli_on .gnb_2da {}
.gnb_2da:focus, .gnb_2da:hover {color:#fff}
.gnb_1dli_over .gnb_2dul {display:block;left:0}
.gnb_1dli_over2 .gnb_2dul {display:block;right:0}
.gnb_wrap .gnb_empty {padding:10px 0;width:100%;text-align:center;line-height:2.7em;color:#080808}
.gnb_wrap .gnb_empty a {color:#3a8afd;text-decoration:underline}
.gnb_wrap .gnb_al_ul .gnb_empty, .gnb_wrap .gnb_al_ul .gnb_empty a {color:#555}

#gnb .gnb_menu_btn {background:#4158d1;color:#fff;width:50px;height:55px;border:0;vertical-align:top;font-size:18px}
#gnb .gnb_close_btn {background:#fff;color:#b6b9bb;width:50px;height:50px;border:0;vertical-align:top;font-size:18px;position:absolute;top:0;right:0}
#gnb .gnb_mnal {float:right;padding:0}

#gnb_all {display:none;position:absolute;border:1px solid #c5d6da;width:100%;background:#fff;z-index:1000;-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.2);
-moz-box-shadow:0 2px 5px rgba(0,0,0,0.2);
box-shadow:0 2px 5px rgba(0,0,0,0.2)}
#gnb_all h2 {font-size:1.3em;padding:15px 20px;border-bottom:1px solid #e7eeef}
#gnb_all .gnb_al_ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb_all .gnb_al_ul > li:nth-child(5n+1) {border-left:0}
#gnb_all .gnb_al_li {float:left;width:20%;min-height:150px;padding:20px;border-left:1px solid #e7eeef}
#gnb_all .gnb_al_li .gnb_al_a {font-size:1.2em;display:block;position:relative;margin-bottom:10px;font-weight:bold;color:#3a8afd}
#gnb_all .gnb_al_li li {line-height:2em}
#gnb_all .gnb_al_li li a {color:#555}
#gnb_all_bg {display:none;background:rgba(0,0,0,0.1);width:100%;height:100%;position:fixed;left:0;top:0;z-index:999}

/* 중간 레이아웃 */
#wrapper {}
#container_wr:after {display:block;visibility:hidden;clear:both;content:""}
#container_wr {margin:0 auto;height:100%;zoom:1}
#aside {float:right;width:235px;padding:0;height:100%;margin:20px 0 20px 20px}

#container {position:relative;float:left;min-height:500px;height:auto !important;margin:20px 0;height:500px;font-size:1em;width:930px;zoom:1}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {font-size:1.333em;margin:0 auto;font-weight:bold}
#container_title span {margin:0 auto 10px;display:block;line-height:30px}

.lt_wr {width:32%}
.lt_wr:nth-child(3n+1) {clear:both}
.latest_wr {margin-bottom:20px}
.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}
.latest_top_wr {margin:0 -10px 20px}
.latest_top_wr:after {display:block;visibility:hidden;clear:both;content:""}

/* 하단 레이아웃 */
#ft {background:#212020;margin:0 auto;text-align:center}
#ft h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ft_wr {max-width:1240px;margin:0;padding:40px 0;position:relative;display:inline-block;text-align:left}
#ft_wr:after {display:block;visibility:hidden;clear:both;content:""}
#ft_wr .ft_cnt {width:25%;float:left;padding:0 20px}

#ft_link {text-align:left}
#ft_link a {display:block;color:#fff;line-height:2em;font-weight:bold}
#ft_company h2 {font-size:1.2em;margin-bottom:20px}
#ft_company {font-weight:normal;color:#e3e3e3;line-height:2em}
#ft_catch {margin:20px 0 10px}
#ft_copy {text-align:center;width:1200px;margin:0 auto;padding:20px 0;color:#5b5b5b;font-size:0.92em;border-top:1px solid #383838}
#top_btn {position:fixed;bottom:20px;right:20px;width:50px;height:50px;line-height:46px;border:2px solid #333;color:#333;text-align:center;font-size:15px;z-index:90;background:rgba(255,255,255,0.5)}
#top_btn:hover {border-color:#3059c7;background:#3059c7;color:#fff}

/* 게시물 선택복사 선택이동 */
#copymove {}
#copymove .win_desc {text-align:center;display:block}
#copymove .tbl_wrap {margin:20px}
#copymove .win_btn {padding:0 20px 20px}
.copymove_current {float:right;background:#ff3061;padding:5px;color:#fff;border-radius:3px}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;width:0;height:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}

/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span {display:none}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../../../img/captcha2.png') no-repeat 0 0 ; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc {display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl {margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* ckeditor 태그 기본값 */
#bo_v_con ul {display:block;list-style-type:disc;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con ol {display:block;list-style-type:decimal;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con li {display:list-item}

/* 버튼 */
a.btn,.btn {display:inline-block;vertical-align:middle;line-height:40px;height:40px;padding:0 10px;border:none;text-align:center;font-size:13px;font-weight:400;transform:skew(-0.1deg);text-decoration:none;}

a.btn01 {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}

.btn_confirm {text-align:right} /* 서식단계 진행 */

.btn_submit {border:0;background:#333;color:#fff;cursor:pointer;}
.btn_close {border:1px solid #dcdcdc;cursor:pointer;background:#fff}
a.btn_close {text-align:center;line-height:50px}

a.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
a.btn_frmline, button.btn_frmline {display:inline-block;width:128px;padding:0 5px;height:40px;border:0;background:#434a54;border-radius:3px;color:#fff;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {background:#333;color:#fff;}
a.btn_b02,.btn_b02 {background:#2463a6;color:#fff;}
a.btn_b03, .btn_b03 {background:#fff;border:1px solid #b9bdd3;color:#646982;line-height:38px;}
a.btn_b04, .btn_b04 {background:#fff;border:1px solid #ccc;color:#707070;line-height:38px;}
a.btn_admin,.btn_admin {background:#333;color:#fff;} /* 관리자 전용 버튼 */


/* 기본테이블 */
.tbl_wrap {font-family:'Poppins', 'Pretendard', sans-serif;transform:skew(-0.1deg);}
.tbl_wrap table {width:100%;border-collapse:collapse;background:#fff;border-top:2px solid #ccc;}
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
.tbl_head01 {}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:15px 0;font-weight:500;color:#333;text-align:center;border-bottom:1px solid #ddd;background:#fff;font-size:16px;line-height:1.2;}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-bottom:1px solid #e8e8e8}
.tbl_head01 td {padding:15px 5px;font-weight:00;color:#333;border-bottom:1px solid #ecf0f1;background:#fff;font-size:16px;line-height:1.5;word-break:break-all}
.tbl_head01 a:hover {text-decoration:underline}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:70px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input {border:1px solid #d0d3db;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;
-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:40px;font-family:'Poppins', 'Pretendard', sans-serif;font-size:15px;transform:skew(-0.1deg);}

.full_input {width:100%}
.half_input {width:49.5%}
.twopart_input {width:385px;margin-right:10px}
.tbl_frm01 textarea, .write_div textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

/*기본 리스트*/
.list_01 ul {border-top:1px solid #ececec}
.list_01 li {border-bottom:1px solid #ececec;background:#fff;padding:10px 15px;list-style:none;position:relative}
.list_01 li:nth-child(odd) {background:#f6f6f6}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover {background:#f9f9f9}
.list_01 li.empty_li {text-align:center;padding:20px 0;color:#666}

/*폼 리스트*/
.form_01 h2 {font-size:1.167em}
.form_01 li {margin-bottom:10px}
.form_01 ul:after,
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 .left_input {float:left}
.form_01 .margin_input {margin-right:1%}
.form_01 textarea {height:100px;width:100%}
.form_01 .frm_label {display:inline-block;width:130px}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:50px 0 !important;color:#666;text-align:center;font-size:16px;transform:skew(-0.1deg);}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png') !important;background-repeat:no-repeat !important;background-position:right top !important}

/* 테이블 항목별 정의 */
.td_board {width:80px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:110px;text-align:center}
.td_group {width:80px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {position:relative}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.3em;height:50px;line-height:30px;padding:10px 20px;background:#fff;color:#000;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);
-moz-box-shadow:0 1px 10px rgba(0,0,0,.1);
box-shadow:0 1px 10px rgba(0,0,0,.1)}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin-bottom:15px;padding:0 20px}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;background:#fff;text-align:center;padding:0 10px;border:1px solid #d6e9ff;border-radius:30px;margin-left:5px}
.new_win .win_ul li:first-child {margin-left:0}
.new_win .win_ul li a {display:block;padding:8px 0;color:#6794d3}
.new_win .win_ul .selected {background:#3a8afd;border-color:#3a8afd;position:relative;z-index:5}
.new_win .win_ul .selected a {color:#fff;font-weight:bold}
.new_win .win_desc {position:relative;margin:10px;border-radius:5px;font-size:1em;background:#f2838f;color:#fff;line-height:50px;text-align:left;padding:0 20px}
.new_win .win_desc i {font-size:1.2em;vertical-align:baseline}
.new_win .win_desc:after {content:"";position:absolute;left:0;top:0;width:4px;height:50px;background:#da4453;border-radius:3px 0 0 3px}
.new_win .frm_info {font-size:0.92em;color:#919191}
.new_win .win_total {float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:#3a8afd;background:#f6f6f6;padding:0 10px;border-radius:5px}
.new_win .new_win_con {margin:20px 0;padding:20px}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .new_win_con2 {margin:20px 0}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn {text-align:center}
.new_win .btn_close {height:45px;width:60px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:45px;font-weight:bold;font-size:1.083em}

/* 검색결과 색상 */
.sch_word {color:#fff;background:#ff005a;padding:2px 5px 3px;line-height:18px;margin:0 2px}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;font-size:0.92em;background:#333;
-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2)}
.sv_wrap .sv:before {content:"";position:absolute;top:-6px;left:15px;width:0;height:0;border-style:solid;border-width:0 6px 6px 6px;border-color:transparent transparent #333 transparent}
.sv_wrap .sv a {display:inline-block;margin:0;padding:0 10px;line-height:30px;width:100px;font-weight:normal;color:#bbb}
.sv_wrap .sv a:hover {background:#000;color:#fff}
.sv_member {color:#333}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_area{width:100%;text-align:center;}
.pg_wrap {clear:both;/* float:left; */display:inline-block}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {text-align:center}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;background:#e6e6e6;border:1px solid #e6e6e6}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#000;font-size: 16px;height: 38px;line-height: 38px;padding:0 5px;min-width: 38px;text-decoration:none;border-radius:3px}
/* .pg_page:hover {background-color:#fafafa} */
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #e6e6e6;padding:0;border:1px solid #e6e6e6}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #e6e6e6;padding:0;border:1px solid #e6e6e6}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #e6e6e6;padding:0;border:1px solid #e6e6e6}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #e6e6e6;padding:0;border:1px solid #e6e6e6}
/* .pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {background-color:#fafafa} */

.pg_current {display:inline-block;background:#0061c2;border:1px solid #0061c2;color:#fff;height: 38px;line-height: 38px;padding:0 10px;min-width: 38px;border-radius:3px;font-size: 16px;font-weight: 400;}

/* cheditor 이슈 */
.cheditor-popup-window *, .cheditor-popup-window :after, .cheditor-popup-window :before {
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}

#bo_list_total {display:none !important;}
* { margin:0; padding:0; outline:none !important}
li {list-style:none;}

.inner {width:1300px;margin:0 auto; position:relative;}
.inner_x{width:100%;margin:0 auto; position:relative;}
.main_inner {width:1700px; margin:0 auto; position:relative;}
.clearfix::after {content:'';display:block;clear:both;}
.main_color {color:#2463a6;}
.font_pp {font-family:'Poppins', 'Pretendard', sans-serif;}
.upper {text-transform:uppercase;}


@media screen and (max-width:1750px){
	.main_inner {width:100%;padding:0 15px;}
}
@media screen and (max-width:1300px){
	.inner {width:100%;padding:0 15px;}
}
@media screen and (max-width:480px){
	a.btn, .btn{font-size:12px;margin: 5px 0;}
}

/* 로그인페이지 */
.login_type02_wrap {width:100%;}
.login_type02 {max-width: 520px;width: 100%;margin: 30px auto;padding: 70px 90px;border: 1px solid #e1e1e1;border-radius: 6px;}
.login_common_style {font-size: 15px;color: #666;line-height: 1.6;letter-spacing: -.3px;}
.login_type02 .tit {margin-bottom: 30px;font-size: 20px;font-weight: 700;color: #222;text-align: center;font-family: 'Poppins';}
.login_type02 .tit span {color: #0054a6;}
.login_type02 input[type=text], .login_type02 input[type=password] {width: 100%;height: 60px;padding: 0 20px;margin-bottom: 10px;border-radius: 3px;border: 1px solid #e1e1e1!important;font-size: 15px;background-image: none!important;}
.login_type02 .auto_ck {padding: 5px 0 15px;font-size: 14px;text-align: right;transform:skew(-0.1deg)}
.login_type02 input[type=submit] {width: 100%;height: 60px;border: none;border-radius: 3px;font-size: 15px;color: #fff;background-color: #1b2b51;-webkit-transition: all .2s;transition: all .2s;font-weight:500;}
.login_type02 input[type=submit]:hover {background-color: #0054a6;}
.login_type02 ul {/*overflow: hidden;*/display:flex;align-items:center;justify-content:space-around;margin: 20px 0 40px;text-align: center;}
.login_type02 ul li {/*float: left;*/position: relative;/*width: calc(100% / 3);*/font-size: 14px;transform:skew(-0.1deg)}
.login_type02 ul li a {color: #666;}
.login_type02 .bnr {position: relative;padding: 12px 10px 12px 110px;border-radius: 3px;border: 1px solid #e1e1e1;background-color: #f5f6f8;}
.login_type02 .bnr img {position: absolute;width: 70px;left: 20px;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
.login_type02 .bnr .txt {font-size: 13px;line-height: 1.5;font-weight:500;transform:skew(-0.1deg)}
.login_type02 .bnr .txt span {font-weight:600}
.login_type02 .bnr .txt p {color: #0054a6;}


.index_subtit {font-size:20px; color:#222; text-align:center; line-height:20px;margin-bottom:84px;margin-top:15px;}

.header {width:100%; max-width:1300px; height:85px; /* padding:0 50px; */  position:fixed; top:20px; left:50%; transform:translateX(-50%); background:#fff; z-index:1000; transition:all 0.3s;}
.header > .inner{display:flex; justify-content:space-between; align-items:center;}
.header .logo a {line-height:1;}
.header .gnb {display:flex;}
.header .gnb > li {position:relative;}
.header .gnb a {display:inline-block; padding:0 25px; font-size:16px; font-weight:500; transition:all 0.2s; cursor:pointer;}
.header .gnb .dep1_a {line-height:85px;}
.header .gnb > li:hover .dep1_a {color:#2463a6;}
.header .snb {min-width:160px; background-color:#fff; position:absolute; top:100%; left:0; opacity:0; transition:all 0.3s; transform-origin:top; transform:scaleY(0);}
.header .snb li a {display:block; padding:20px 25px; transition:all 0.3s; white-space:nowrap;}
.header .snb li a:hover {background-color:#2c4560; color:#fff;}
.header .gnb > li:hover .snb {transform:scaleY(1); opacity:1;}
.header .txt_tel {font-size:16px; font-weight:500; text-transform:uppercase;}
.header .txt_tel .main_color {display:inline-block; margin-right:10px;}
.header.scr {max-width:100%; top:0; border-bottom:1px solid #e1e1e1;}

.mb_bg {position:fixed;width:100%;height:100%;top:0;right:0;display:none;background:rgba(0,0,0,0.5);z-index:900;}
.mb_bg.on {display:block;}
.mb_gnb_wrap {display:none;position:fixed;transition:all .45s linear;right:-100%;top:59px;width:80%;background:#fff;z-index:1002;height:100%;}
.mb_gnb_wrap.on {right:0;}
.mb_gnb {padding:15px 20px;} 
.mb_gnb > li {border-bottom: 1px solid #efefef;}
.mb_gnb .dep1_p {font-size: 18px;display: flex;align-items: center;justify-content: space-between;line-height: 60px;padding: 0 6px;color: #1d1d1b;font-weight: 500;cursor:pointer;}
.mb_gnb .dep1_p i {position: relative;top: -5px;color: #333;}
.mb_gnb .snb {display: none;padding: 7.5px 0 20px;}
.mb_gnb .dep2_a {display: block;font-size: 14px;letter-spacing: -0.4px;padding-left: 10px;line-height: 40px;color: #1d1d1b;}
.mb_gnb > li.b_txt{border:0;}
.mb_gnb > li.b_txt .dep1_p{color: #0061c2;}

@media screen and (max-width:1300px){
	.header{max-width:90%;}
	.header > .inner{height:100%;}
}
@media screen and (max-width:1200px){
	.header .gnb a{padding: 0 20px;font-size:15px;}
	.header .txt_tel{font-size:15px;}
}
@media screen and (max-width:1024px){
	.header .gnb, .header .txt_tel{display:none;}
	.ham_btn, .ham_btn span {display: inline-block;transition: all 0.4s;box-sizing: border-box;cursor:pointer;}
	.ham_btn {position: relative;width: 25px;height: 20px;}
	.ham_btn span {position: absolute;left: 0;width: 100%;height: 3px;background-color: #1d1d1b;}
	.ham_btn span:nth-of-type(1) {top: 0;}
	.ham_btn span:nth-of-type(2) {top: 9px;}
	.ham_btn span:nth-of-type(3) {bottom: 0;}
	.ham_btn.active span:nth-of-type(1) {transform: translateY(8px) rotate(-45deg);}
	.ham_btn.active span:nth-of-type(2) {opacity: 0;}
	.ham_btn.active span:nth-of-type(3) {transform: translateY(-9px) rotate(45deg);}
}
@media screen and (max-width:970px){
	.header{height:60px;}
	.header img{width:100px;}
	.mb_gnb_wrap{display:block;}
}
@media screen and (max-width:640px){
	.login_type02{border:0;}
}
@media screen and (max-width:480px){
	.login_type02{padding: 70px 10%;}
}

.main_txt{margin-bottom: 50px;text-align: center;}
.main_txt .main_tit{margin-bottom:84px; font-size:33px; font-weight:700; text-align:center; line-height:1;}
.main_txt .main_desc{font-size: 18px;font-weight: 500;}

.main_bnr {width:100%; height:880px; overflow:hidden; position:relative;}
.main_bnr .vd_pos {width:100%; position:absolute; top:50%; left:0; transform:translateY(-50%);}
.main_bnr .vd_wrap {width:100%; padding-bottom:56.25%;position:relative;}
.main_bnr .vd_wrap iframe {width:100%; height:100%; position:absolute; top:0; left:0;}
.main_bnr .vd_wrap::after {content:''; display:block; width:100%; height:100%; background:rgba(0,0,0,0.2); position:absolute; top:0; left:0;}
.main_bnr .inner {height:100%;}
.main_bnr .txt_box {margin-top:330px; float:left;}
.main_bnr .txt_box .txt_big {font-size:84px; font-weight:600; color:#fff; line-height:1.1; text-transform:uppercase; text-shadow:0px 3px 9px rgba(0,0,0,0.6);}
.main_bnr .txt_box .txt_sml {font-size:30px; color:#fff; text-align:left; line-height:1.8;  text-shadow:0px 3px 9px rgba(0,0,0,0.6);}
.main_bnr .img_box {float:right;}
/* .main_bnr .main_txt{position:absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);} */
.main_bnr .main_txt{position:absolute;top:50%;left:0;transform:translateY(-50%);}

.main h2 {margin-bottom:90px; padding-bottom:27px; font-size:42px; font-weight:700; text-align:center; line-height:1; position:relative;}
.main h2::after {content:''; display:block; width:70px; height:4px; background:#0062c0; position:absolute; bottom:0; left:50%; transform:translateX(-50%);}
.main .txt_sml {font-size:15px; text-align:center; line-height:1.6;}
.mid01 {padding:150px 0; text-align:center;}
.mid01 .txt_sml {color:#666; }
.mid01 .mid01_ul {display:flex; justify-content:space-between;}
.mid01 .mid01_ul li {flex:1; height:520px; position:relative; overflow:hidden; transition:all 0.4s;}
.mid01 .mid01_ul li + li {margin-left:20px;}
.mid01 .mid01_ul li a {display:block; height:100%;}
.mid01 .mid01_ul li p {width:100%; height:66px; display:flex; flex-direction:column; justify-content:center; align-items:center; padding:20px 0; font-size:26px; font-weight:500; color:#fff; background:rgba(0,97,194,0.5); line-height:1; position:absolute; bottom:0; left:0; transition:all 0.4s;}
.mid01 .mid01_ul li .more {display:block; font-size:0; color:#f19516; line-height:1; transition:all 0.4s;}
.mid01 .mid01_ul li:hover p {height:100%; background:rgba(0,97,194,0.7);}
.mid01 .mid01_ul li:hover .more {margin-top:30px; font-size:16px;}

.mid01 .mid01_ul .card_li1 {background:url(../img/mid01_img1.png) no-repeat center/cover;}
.mid01 .mid01_ul .card_li2 {background:url(../img/mid01_img2.png) no-repeat center/cover;}
.mid01 .mid01_ul .card_li3 {background:url(../img/mid01_img3.png) no-repeat center/cover;}
.mid01 .mid01_ul .card_li4 {background:url(../img/mid01_img4.png) no-repeat center/cover;}

@media screen and (max-width:1600px){
	.main_bnr{position:relative;height: auto;padding-top: 56.25%;}
	.main_bnr .vd_pos{top: 0;transform: initial;}
	.main_bnr .inner{position:static;}
	.main_bnr .main_txt{left: 9%;}
}
@media screen and (max-width:1440px){
	.main_bnr .main_txt{left: 4%;}
}
@media screen and (max-width:1200px){
	.main_bnr .main_txt img{width:500px;}
	.main_bnr .main_txt{top: calc(50% + 30px);left: 20px;}
	.main h2{font-size:32px;}
	.mid01 .mid01_ul li{height:400px;}
	.mid01 .mid01_ul li p{font-size:22px;}
	.mid01 .mid01_ul li:hover .more{font-size:15px;}
}
@media screen and (max-width:1024px){
	.main_bnr {margin-top: 30px;}
	.mid01 .mid01_ul li p{font-size:18px;}
}
@media screen and (max-width:970px){
	.main_bnr {margin-top: 5px;}
}
@media screen and (max-width:768px){
	.main h2 {font-size: 22px;margin-bottom: 60px;padding-bottom: 20px;}
	.main_bnr .main_txt img{width:200px;}
	.mid01 .mid01_ul{flex-wrap:wrap;}
	.mid01 .mid01_ul > li{flex:inherit;height: 300px;width: calc(50% - 8px);}
	.mid01 .mid01_ul > li + li{margin-left:0;}
	.mid01 .mid01_ul > li:nth-child(n+3){margin-top:15px;}
	.mid01 .mid01_ul li p, .mid01 .mid01_ul li:hover p {height:100%; background:rgba(0,0,0,0.4);font-weight:600;}
	.mid01 .mid01_ul li .more, .mid01 .mid01_ul li:hover .more {margin-top:30px; font-size:16px;font-weight:500;}
}
@media screen and (max-width:480px){
	.main h2 {font-size: 20px;}
	.mid01 {padding: 100px 0;}
	.mid01 .mid01_ul > li{height:48vw;}
}

/*sec2_1*/
.section2{min-width:1300px;overflow-x:hidden;position:relative;}
.section2 h2 {font-weight:600; color:#fff;}
.section2 h2::after {background-color:#f19516;}
.section2::before {content:''; display:block; width:100%; height:480px; background:#0061c2; position:absolute; top:0; left:0; z-index:-1;}
.section2 .sec2_1{width:1300px;margin:0 auto;padding-top:100px;}
.section2 .ul_wrap {padding:40px; background:#f7f7f9;}
.section2 .service_ul {overflow:hidden;}
.section2 .service_ul li {float:left; width:calc(33.333% - (20px / 3)); height:250px;}
.section2 .service_ul li:first-child {height:510px;}
.section2 .service_ul li a {display:block; width:100%; height:100%; background:no-repeat center/cover; position:relative;}
.section2 .service_ul li:nth-child(1) a {background-image:url(../img/sec2_img1.png);}
.section2 .service_ul li:nth-child(2) a {background-image:url(../img/sec2_img5.png);}
.section2 .service_ul li:nth-child(3) a {background-image:url(../img/sec2_img3.png);}
.section2 .service_ul li:nth-child(4) a {background-image:url(../img/sec2_img4.png);}
.section2 .service_ul li:nth-child(5) a {background-image:url(../img/sec2_img2.png);}
.section2 .service_ul li + li {margin-left:10px;}
.section2 .service_ul li:nth-child(n+4) {margin-top:10px;}
.section2 .service_ul li a {display:block; position:relative;}
.section2 .service_ul .txt_box {width: 100%; height:66px; padding: 20px 0; display:flex; flex-direction:column; align-items:center; justify-content:center; background-color:#0061c2; position: absolute; bottom: 0; left: 0; font-size:18px; font-weight:500; color:#fff; text-align: center; line-height:1; transition: all 0.4s;}
.section2 .service_ul .txt_box i {font-size:14px; margin-left:10px;}
.section2 .service_ul .txt_box .more {display:block; font-size:0; color:#f19516; line-height:1; transition:all 0.2s;}
.section2 .service_ul li:hover .txt_box {height:100%; background:rgba(0,97,194,0.7);}
.section2 .service_ul li:hover .txt_box .more {margin-top:30px; font-size:16px;}

@media screen and (max-width:1300px){
	.section2 {min-width: 100%;}
	.section2 .sec2_1{width:100%;}
}
@media screen and (max-width:1300px){
	.section2 .service_ul .txt_box{font-size:16px;}
	.section2 .service_ul li:hover .txt_box .more{font-size:14px;}
}
@media screen and (max-width:1024px){
	.section2 .service_ul li{float:none;width:100%;}
	.section2 .service_ul li:first-child{height:250px;}
	.section2 .service_ul li + li{margin:0;margin-top:20px;}
}
@media screen and (max-width:768px){
	.section2 .service_ul li .txt_box, .section2 .service_ul li:hover .txt_box {height:100%; background:rgba(0,0,0,0.4);font-weight:600;}
	.section2 .service_ul li .txt_box .more, .section2 .service_ul li:hover .txt_box .more {margin-top:30px; font-size:16px;font-weight:500;}
}
@media screen and (max-width:480px){
	.section2 .ul_wrap{padding:40px 15px;}
	.section2 .service_ul li:first-child, .section2 .service_ul li{height:200px;}
}

/* 포트폴리오 */
.mid02{position:relative;padding:200px 0px 80px 0px;}
.mid02 .tit_box{font-size:20px;color:#222;text-align:center}
/*.mid02 .tit_box span{font-size:15px;font-weight:800;letter-spacing:1px;text-transform:uppercase;font-family:'mulish'}*/
.mid02 .tit_box p{font-size:42px;font-weight:600;}
.mid02 .mid02_swiper{width:100%;margin:0 auto;padding-bottom:70px}
.mid02 .mid02_swiper ul li{position:relative;width:100%;height:620px}
.mid02 .mid02_swiper ul li .txt_box{position:absolute;left:0;bottom:0;width:428px;height:328px;font-size:15px;background-color:#0061c2}
.mid02 .mid02_swiper ul li .txt_box a{display:block;height:100%;padding:80px 40px;color:rgba(255,255,255,.7)}
.mid02 .mid02_swiper ul li .txt_box a .tit{font-size:24px;color:#fff;font-weight:600; line-height:1; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.mid02 .mid02_swiper ul li .txt_box a .cont {margin-top:15px; margin-bottom:10px; padding-bottom:30px; font-size:20px; position:relative;}
.mid02 .mid02_swiper ul li .txt_box a .cont::after {content:''; display:block; width:100px; height:2px; background:#f19614; position:absolute; bottom:0; left:0;}
.mid02 .mid02_swiper ul li .txt_box a .more{display:inline-block;position:relative;margin-top:32px;padding:10px 20px;font-size:18px;line-height:1;color:#fff;overflow:hidden;border:1px solid #fff;border-radius:15px; transition:all 0.3s;}
.mid02 .mid02_swiper ul li .txt_box a .more .arr {display:inline-block; margin-left:10px; position:relative; left:0; transition:all 0.3s;}
.mid02 .mid02_swiper ul li .txt_box a:hover .more {background-color:#fff; color:#0061c2;}
.mid02 .mid02_swiper ul li .txt_box a:hover .more .arr {left:5px;}
.mid02 .mid02_swiper ul li .img{width:calc(100% - 422px);height:100%;margin:0 auto; overflow:hidden; position:relative;}
.mid02 .mid02_swiper ul li .img img {width:100%; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); transition:all 0.3s;}
.mid02 .mid02_swiper ul li .img:hover img {transform:translate(-50%,-50%) scale(1.05);}
.mid02 .swiper-button-next, .mid02 .swiper-button-prev {position:absolute;top:50%;background:none;}
.mid02 .swiper-button-next::after,.mid02 .swiper-button-prev::after{display:none}
.mid02 .next_btn,.mid02 .prev_btn{margin-top:-222px}
.mid02 .next_btn{width:55px;right:0}
.mid02 .prev_btn{width:55px;left:0}
.mid02 .swiper-pager{position:absolute;bottom:0;height:27px;text-align:center}
.mid02 .swiper-pagination-bullet{position:relative;margin:0 12px !important;width:6px;height:6px}
.mid02 .swiper-pagination-bullet:after{position:absolute;left:-9px;top:-9px;width:24px;height:24px;border:solid 1px #ff5a2b;border-radius:50%;content:'';opacity:0;transition:all .3s}
.mid02 .swiper-pagination-bullet-active{background-color:#ff5a2b}
.mid02 .swiper-pagination-bullet-active:after{opacity:1}
.mid02 .preview_img{right:0;bottom:70px;top:auto;width:211px;height:210px;background-color:#000;background-size:cover;background-repeat:no-repeat;background-position:center;filter:grayscale(100%);transition:all .5s}
 
/*.mid02 .mid02_swiper ul li .txt_box a span:before,.mid02 .mid02_swiper ul li .txt_box a span:after{position:absolute;bottom:0px;width:100%;height:2px;content:'';background-color:#fff;transition:all .2s}
.mid02 .mid02_swiper ul li .txt_box a span:before{left:0}
.mid02 .mid02_swiper ul li .txt_box a span:after{left:-100%;opacity:0} 
.mid02 .mid02_swiper ul li .txt_box:hover span:before{left:100%;opacity:0;transition-delay:0s}
.mid02 .mid02_swiper ul li .txt_box:hover span:after{left:0;opacity:1;transition-delay:.2s}*/

@media screen and (max-width:1440px){
	.mid02 .prev_btn, .mid02 .next_btn{width:auto;top:60%;}
	.mid02 .mid02_swiper ul li{height:auto;}
	.mid02 .mid02_swiper ul li .img{width: 80%;height: auto; padding-top: 50%;}
	.mid02 .mid02_swiper ul li .txt_box{width:30%;}
}
@media screen and (max-width:1300px){
	.mid02 .mid02_swiper ul li .txt_box a .tit{white-space: inherit;font-size:21px;}
	.mid02 .mid02_swiper ul li .txt_box a .cont, .mid02 .mid02_swiper ul li .txt_box a .more{font-size:16px;}
}
@media screen and (max-width:1200px){
	.mid02 .prev_btn, .mid02 .next_btn{display:none;}
}
@media screen and (max-width:970px){
	.mid02 .preview_img{display:none;}
	.mid02 .main_inner{padding:0 40px;}
	.mid02 .mid02_swiper ul li .txt_box {width: 100%;height: auto;bottom: -70px;}
	.mid02 .mid02_swiper ul li .txt_box a{padding:20px 40px;}
	.mid02 .mid02_swiper ul li .img img{display:none;}
	.mid02 .mid02_swiper ul li .img{width:100%;height:370px;}
	.mid02 .mid02_swiper ul li .img.next_thum1 {background:url(../img/port_img01.png) no-repeat center/cover;}
	.mid02 .mid02_swiper ul li .img.next_thum2 {background:url(../img/port_img02.png) no-repeat center/cover;}
	.mid02 .mid02_swiper ul li .img.next_thum3 {background:url(../img/port_img03.png) no-repeat center/cover;}
}
@media screen and (max-width:768px){
	.mid02 .mid02_swiper ul li .img:hover img{transform:translate(-50%,-50%) scale(1);}
	.mid02 .mid02_swiper ul li .txt_box a .cont{margin-bottom:5px;padding-bottom:10px;}
	.mid02 .mid02_swiper ul li .txt_box a .more{margin-top:20px;}
}
@media screen and (max-width:640px){
	.mid02{padding:150px 0px 80px 0px;}
	.mid02 .mid02_swiper ul li .img{height:300px;}
	.mid02 .mid02_swiper ul li .txt_box a .tit{font-size:18px;}
	.mid02 .mid02_swiper ul li .txt_box a .cont, .mid02 .mid02_swiper ul li .txt_box a .more{font-size:15px;}
}
@media screen and (max-width:480px){
	.mid02{padding:100px 0px 80px 0px;}
	.mid02 .main_inner{padding:0 15px;}
	.mid02 .mid02_swiper{padding-bottom:100px;}
	.mid02 .mid02_swiper ul li .txt_box{bottom:-100px;}
	.mid02 .mid02_swiper ul li .txt_box a{padding:20px;}
}


.mid03{position:relative;padding:80px 0;background:#f7f7f9}
.mid03 .tit_box{font-size:20px;color:#222;text-align:center}
.mid03 .tit_box span{font-size:15px;font-weight:800;letter-spacing:1px;text-transform:uppercase;font-family:'Poppins', 'Pretendard', sans-serif;}
.mid03 .tit_box p{font-size:42px;font-weight:600;}
.mid03 .board_box{padding:80px 0 100px;}
.mid03 .board_box .tit{margin-bottom:15px;font-size:28px;font-weight:800;color:#222; text-transform:uppercase;font-family:'Poppins', 'Pretendard', sans-serif;}

.mid03 .news{width:100%}
.mid03 .news .gall_thum{width:100%;height:340px;position:relative;}
.mid03 .news .gall_thum::before {content:''; display:block; width:calc(100% - 10px); height:calc(100% - 10px); border:1px solid #0061c2; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);transition:all 0.4s;}
.mid03 .news .gall_thum .gall_img_wrap {width:100%; height:100%; overflow:hidden;}
.mid03 .news .gall_thum .gall_img_wrap img {width:100%;}
.mid03 .news .gall_tit {margin-top:-20px;padding: 18px;font-size: 17px;color: #fff;font-weight:500;background:#0061c2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative;}
.mid03 .news .gall_cont {width:100%;height:150px;padding:18px;background:#fff;}
.mid03 .news .gall_cont > div{text-align:left !important;}
.mid03 .news .gall_cont > p {font-size:14px;line-height:1.6;word-break:keep-all;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.mid03 .news .board_news ul{display:flex; justify-content:center}
.mid03 .news .board_news ul li{width: calc(100% / 3 - 20px); box-shadow:2px 2px 5px rgba(0,0,0,0.2); transition:all 0.3s; transition-delay:0;}
.mid03 .news .board_news ul li:hover {box-shadow:5px 5px 10px rgba(0,0,0,0.2); transform:translate3d(-5px,-5px,3px); transition-delay:0;}
.mid03 .news .board_news ul li + li{margin-left:20px;}
.mid03 .news .board_news ul li a{display:block;}
.mid03 .news .board_news ul li .gall_tit .plus {display:inline-block; margin-right:8px; color:#7be0fc; transition:all 0.3s;}
.mid03 .news .board_news ul li:hover .gall_thum::before {width:100%; height:100%; border:5px solid #0061c2;}
.mid03 .news .board_news ul li:hover .gall_tit .plus {color:#f19516;}
.mid03 .news .board_news .more_wrap {margin-top:60px; text-align:center;}
.mid03 .news .board_news .more_wrap a {display:inline-block; padding:12px 18px; font-size:18px; color:#fff; border:1px solid #0061c2; line-height:1; background:#0061c2; border-radius:30px; transition:all 0.3s;}
.mid03 .news .board_news .more_wrap a:hover {background:#fff; color:#0061c2;}

@media screen and (max-width:1600px){
	.mid03 .news .board_news ul li{width:calc(33.333333% - 10px);}
	.mid03 .news .gall_thum{height:auto;}
}
@media screen and (max-width:768px){
	.mid03 .news .board_news ul li:hover {box-shadow:2px 2px 5px rgba(0,0,0,0.2); transform:translate3d(0,0,0); transition-delay:0;}
	.mid03 .news .board_news ul li:hover .gall_thum::before {width:calc(100% - 10px); height:calc(100% - 10px); border:1px solid #0061c2;}
}
@media screen and (max-width:640px){
	.mid03 .news .gall_tit{font-size:15px;padding: 15px;}
	.mid03 .news .gall_cont{height: 85px;-webkit-line-clamp: 3;line-height: 1.85;padding: 10px 18px;font-size: 13px;}
	.mid03 .news .board_news .more_wrap a{font-size:16px;}
}
@media screen and (max-width:480px){
	.mid03 .board_box {padding: 20px 0 100px;}
	.mid03 .news .board_news ul{flex-direction:column;}
	.mid03 .news .board_news ul li{width:100%;}
	.mid03 .news .board_news ul li + li{margin:0;margin-top:20px;}
	.mid03 .news .gall_thum {height: 200px;}
}
@media screen and (max-width:320px){
	.mid03 .news .gall_thum {height: auto;}
}

.mid05{padding: 150px 0;}
.mid05 .main_txt{color: #fff;margin-bottom:0px; font-size:33px; font-weight:700; text-align:center; line-height:1;}
.mid05 .main_txt .main_tit {margin-bottom:30px; font-size:44px; font-weight:500;}
.mid05ul{display: flex; justify-content:center; }
.mid05ul > li{width:200px;margin-left: -1px;transition:all 0.3s;}
.mid05ul > li + li {margin-left:10px;}
.mid05ul > li > a{width: 100%;height: 85px;display: flex; align-items:center; justify-content:center;font-size: 18px;color: #fff;background-color:#2463a6;transition: all 0.2s;position: relative;}
.mid05ul > li > a .arr {display:inline-block; margin-left:10px; position:relative; left:0; transition:all 0.2s;}
.mid05ul > li:hover > a{background-color: #fff;color:#2463a6;}
.mid05ul > li:hover > a .arr {left:5px;}

@media screen and (max-width:1440px){
	.mid05{padding: 100px 0;}
}
@media screen and (max-width:1200px){
	.mid05 .main_txt .main_tit{font-size:40px;}
	.mid05ul > li > a{height: 70px;font-size:16px;}
}
@media screen and (max-width:768px){
	.mid05 {padding: 100px 0;}
	.mid05 .main_txt .main_tit {font-size: 28px;}
}
@media screen and (max-width:480px){
	.mid05 {padding: 80px 0;}
	.mid05 .main_txt .main_tit {font-size: 24px;width: 80%;margin: 0 auto 30px;line-height: 1.5;}
	/* .mid05ul{flex-direction:column;width: 80%;margin:0 auto;}
	.mid05ul > li{width: 100%;}
	.mid05ul > li + li{margin:0;margin-top:10px;} */
	.mid05ul > li > a{height:60px;}
}
@media screen and (max-width:400px){
	.mid05 .main_txt .main_tit, .mid05ul{width:100%;}
}

/* 푸터 */
#footer {background: url(../img/footer_bg.png) no-repeat 50% 50%; background-size: cover;}
#footer .ft_mid {padding: 60px 0; color:#c3c3c3;}
#footer .ft_mid .main_inner {display: flex; justify-content: space-between;}
#footer .ft_mid .left_area {font-size:18px; line-height:1.8;text-align: center;}
#footer .ft_mid .left_area img{margin-bottom:20px;}
#footer .ft_mid .ft_gnb_wrap .ft_gnb {width:1200px; display:flex; justify-content:space-between;}
#footer .ft_mid .ft_gnb_wrap .ft_gnb .ft_snb {margin-top:10px;}
#footer .ft_mid .ft_gnb_wrap .ft_gnb a {font-size:16px; color:#e3e3e3; line-height:1.8;}
#footer .ft_mid .ft_gnb_wrap .ft_gnb .dep1_a {font-weight:500; color:#fff;}

#footer .ft_mid .ft_mid_right {text-align: right;}
#footer .ft_mid .ft_mid_right .main_tit_en {margin-bottom: 65px; font-size: 17px; color: #7e7e7e; letter-spacing: -.3px;}
#footer .ft_mid .ft_mid_right > h5 {margin-bottom: 30px; font-size: 25px; font-weight: 700; color: #fff;}
#footer .ft_mid .ft_mid_right .ft_right_txt {font-size: 14px; font-weight: 400; line-height: 1.71; color: #9a9a9a;}

#footer .ft_bottom .main_inner {padding:20px 0 45px; font-size:18px; color:#fff; line-height:1; border-top:1px solid #eaeaea; display:flex; justify-content:space-between;}
#footer .ft_bottom .copy {font-size:1em; font-weight:500;}
#footer .ft_bottom .co_a {display:inline-block; font-weight:500; color:#fff;}
#footer .ft_bottom .co_a + .co_a {margin-left:3px; padding-left:5px; border-left:2px solid #fff;}

/* 플로팅 메뉴 */
.floating {width:70px; height:70px; background:#2463a6; border-radius:50%; display:flex; flex-direction:column; justify-content:center; align-items:center; font-size:15px; font-weight:500; color:#fff; line-height:1; position:fixed; bottom:100px; right:120px; box-shadow:2px 2px 5px rgba(0,0,0,0.3); cursor:pointer; z-index:100;}
.floating i {margin-bottom:5px; position:relative; bottom:0; transition:all 0.3s;}
.floating:hover i {bottom:5px;}

@media screen and (max-width:1700px){
	#footer .ft_bottom .main_inner{width: calc(100% - 30px);margin:0 15px;}
	#footer .ft_mid .ft_gnb_wrap {width: 70%;}
	#footer .ft_mid .ft_gnb_wrap .ft_gnb{width: 100%;}

	.floating {right:15px;}
}
@media screen and (max-width:1600px){
	#footer .ft_mid .ft_gnb_wrap {width: 75%;}
}
@media screen and (max-width:1440px){
	#footer .ft_mid .left_area{font-size:16px;}
	#footer .ft_mid .ft_gnb_wrap .ft_gnb a{font-size:14px;}
}
@media screen and (max-width:1200px){
	#footer .ft_mid .main_inner{flex-direction:column;}
	#footer .ft_mid .left_area {margin-bottom: 30px;text-align:left;}
	#footer .ft_mid .ft_gnb_wrap {width: 100%;}
}
@media screen and (max-width:1024px){
}
@media screen and (max-width:970px){
	#footer .ft_mid {padding: 0;}
	#footer .ft_mid .ft_gnb_wrap .ft_gnb{display:none;}
	#footer .ft_mid .left_area{text-align:center;}
}
@media screen and (max-width:768px){
	.floating {width: 60px;height: 60px;}
}
@media screen and (max-width:640px){
	#footer .ft_bottom .main_inner{font-size:16px;}
}
@media screen and (max-width:480px){
	#footer .ft_bottom .main_inner{flex-direction: column-reverse;align-items: center;}
	#footer .ft_bottom .copy_wrap{margin-top:15px;}
	#footer .ft_mid .left_area, #footer .ft_bottom .main_inner{font-size:15px;}
	.floating {bottom:20px;font-size:12px;}
	#footer .ft_bottom .main_inner {font-size:13px;}
	#footer .ft_bottom .copy_wrap {margin-top: 10px;}
	#footer .ft_mid .left_area {margin-bottom: 20px;line-height:1.4;}
	#footer .ft_mid .left_area img {width: 50%; margin-bottom: 10px;}
}
@media screen and (max-width:320px){
	#footer .ft_mid .left_area img{width:60%;}
}

/* 서브 */
.sub_bg{position:relative;overflow: hidden;color:#0061c2;margin-top:85px;}
.bg_g{background:#f7f7f7;}
.bg_b{background:#0061c2;color:#fff;}
.sub_bg.bg_about_1{background:url(../img/bg_about_1.png) no-repeat center/cover;}
/* .sub_bg.bg_about_2{background:url(../img/bg_about_2_save.png) no-repeat center/cover;color:#fff;} */
.sub_bg.bg_about_2{background:url(../img/bg_about_2.png) no-repeat center/cover;color:#fff;}
.sub_bg.bg_about_3{background:url(../img/bg_about_3.png) no-repeat center/cover;color:#fff;}
.sub_bg.bg_about_4{background:url(../img/bg_about_4.png) no-repeat center/cover;color:#fff;}
.sub_bg.bg_careers_1{background:url(../img/bg_careers_1.png) no-repeat center/cover;color:#fff;}
.sub_bg.bg_careers_2{background:url(../img/bg_careers_2.png) no-repeat center/cover;color:#fff;}
.sub_bg.bg_careers_3{background:url(../img/bg_careers_3.png) no-repeat center/cover;color:#fff;}
.sub_bg .sub_icon{position:absolute;bottom:0;right:-50px;width:643px;height:716px;background:url(../img/sub_icon.png) no-repeat center/contain;}
.sub_topbox{padding-top:100px;height:743px;font-family: "San Francisco";}
.sub_topbox .sub_tit{font-size:92px;font-weight:600;margin-left: -10px;line-height: 1.2;}
.sub_topbox .sub_txt{position:relative;width: 60%;margin-top: 50px;font-size: 36px;line-height: 1.3;word-break: keep-all;}
.sub_topbox .sub_txt::before{content:'';position:absolute;left:0;bottom:-60px;width:147px;height:8px;background:#f19516;}

/* sub nav */
.top_nav_ul{display:flex;}
.top_nav_ul > li{flex:1;line-height:84px;position:relative;text-align:center;background:#9b9b9b;}
.top_nav_ul > li:nth-child(2){border-left:1px solid #fff;border-right:1px solid #fff;}
.top_nav_ul > li > a{display:block;height:100%;font-size:36px;color:#fff;transition:all 0.2s;}
.top_nav_ul > li > a.active{background:#0061c2;font-weight: 600;}
.top_nav_ul > li > a:hover{background:#0061c2;}

/* 서브 공통 */
#sub_div{}
#sub_div > .inner{padding:220px 0;}
#sub_div > .board_inner_x{width: 100%;overflow: hidden;padding:220px 0;}
#sub_div > .board_inner{max-width:1700px;width: 90%;margin:0 auto;overflow: hidden;padding:220px 0;}

.r1244{font-family: "San Francisco";}
.r1244 .bg_dg{background:#ececec;}
.r1244 .clr_lb{background:#00a1d6;color:#fff;}
.r1244 .tit_box{margin-bottom:100px;}
.r1244 .tit_box h1{font-size:58px;color:#3c3c3c;text-align:center;}
.r1244 .nemo_ul{display:flex;flex-wrap:wrap;}
.r1244 .nemo_ul > li{display:flex;align-items:center;position:relative;width:50%;height:813px;padding:0 108px;}
.r1244 .nemo_ul > li.clr_b{background:#0061c2;color:#fff;}
.r1244 .nemo_ul > li.clr_g{background:#f7f7f7;}
.r1244 .nemo_ul .img_box {background-repeat:no-repeat;background-position:center;background-size:cover;}
/* .r1244 .nemo_ul .desc{color:#3c3c3c;} */
.r1244 .txt{font-size:36px;line-height:1.5;word-break:keep-all;}
.r1244 .img_cont > .main_inner{padding:220px 0;}
.r1244 .img_cont .img_ul{margin-left:-40px;display:flex;flex-wrap:wrap;}
.r1244 .img_cont .img_ul > li{width:calc(33.333% - 40px);height:748px;margin-left:40px;background:#fff;}
.r1244 .img_cont .img_ul > li:nth-child(n+4){margin-top:80px;}
.r1244 .img_cont .img_ul > li .img_box img{width:100%;}
.r1244 .img_cont .img_ul > li .txt_box{padding:40px 70px;font-size:33px;line-height:1.4;color:#252525;text-align:center;word-break:keep-all;}
.r1244 .cont_c{padding:220px 0;}
.r1244 .c_ul{display:flex;flex-wrap:wrap;}
.r1244 .science_text_e{ font-size: 32px; }

@media screen and (max-width:1700px){
	.r1244 .img_cont > .main_inner {padding: 220px 15px;}
	/* .r1244 .nemo_ul .img_box {padding: 108px;} */
	.r1244 .c_ul> li{width:20%;}
	.r1244 .c_ul> li img{width:100%;}
	.r1244 .txt{ font-size: 34px; }
	.r1244 .science_text_e{ font-size: 30px; }
}
@media screen and (max-width:1600px){
	.r1244 .txt{ font-size: 32px; }
	.r1244 .science_text_e{ font-size: 28px; }
}
@media screen and (max-width:1440px){
	.sub_bg .sub_icon{width: 46%;height: 100%;right: 0;}
	.sub_topbox .sub_txt{width: 55%;font-size: 34px;}
	
	.r1244 .science_text_e{ font-size: 26px; }
	.r1244 .battery_text_e{ font-size: 30px; }
	/* .r1244 .txt,  */.top_nav_ul > li > a {font-size: 34px;}
	.r1244 .tit_box h1{font-size:50px;}
}
@media screen and (max-width:1300px){
	.sub_topbox .sub_tit {font-size: 80px;margin-left:-5px;}
	.r1244 .science_text_e{ font-size: 24px; }
	.r1244 .battery_text_e{ font-size: 24px; }
}
@media screen and (max-width:1200px){
	.sub_topbox{height:650px;}
	.sub_topbox .sub_tit {font-size: 64px;}
	.sub_topbox .sub_txt {font-size: 22px;}

	.r1244 .tit_box h1{font-size: 40px;}
	.r1244 .science_text_e{ font-size: 20px; }
	.r1244 .battery_text_e{ font-size: 22px; }
	/* .r1244 .txt, */ .top_nav_ul > li > a {font-size: 30px;}
	.r1244 .nemo_ul > li{height:620px;}
	.r1244 .img_cont .img_ul > li{height:auto;}
	.r1244 .img_cont .img_ul > li .txt_box{font-size:27px;}
}
@media screen and (max-width:1024px){
	.sub_topbox .sub_txt{font-size:25px;}

	.r1244 .nemo_ul > li{height:500px;}
	.r1244 .tit_box h1 {font-size: 40px;}
	.r1244 .science_text_e{ font-size: 18px; }
	.r1244 .battery_text_e{ font-size: 20px; }
	/* .r1244 .txt, */ .top_nav_ul > li > a {font-size: 25px;}
	.r1244 .nemo_ul > li{padding:0 80px;}
	.r1244 .img_cont .img_ul {margin-left: -20px;}
	.r1244 .img_cont .img_ul > li {width: calc(33.333% - 20px);margin-left:20px;}
	.r1244 .img_cont .img_ul > li .txt_box {padding: 40px 30px;font-size:22px;}
}
@media screen and (max-width:970px){
	#sub_div > .board_inner_x, #sub_div > .board_inner{padding:100px 0;}

	.sub_bg{margin-top:60px;}
	.sub_topbox{height:500px;}
	
	.top_nav_ul > li{line-height:60px;}

	.r1244 .science_text_e{ font-size: 16px; }
	.r1244 .battery_text_e{ font-size: 16px; }
	.r1244 .tit_box h1{font-size: 30px;}
	/* .r1244 .txt, */ .top_nav_ul > li > a {font-size: 22px;}
	.r1244 .img_cont .img_ul > li .txt_box{font-size: 19px;padding: 30px 15px}
}
@media screen and (max-width:768px){
	/* .sub_topbox {padding-top: 60px;height: 400px;}
	.sub_topbox .sub_tit {font-size: 60px;}
	.sub_topbox .sub_txt{width:80%;}
	.sub_topbox .sub_txt::before{bottom:-40px;width: 120px;height: 6px;} */
	.sub_topbox {padding-top: 45px;height: 300px;}
	.sub_topbox .sub_tit {font-size: 40px;}
	.sub_topbox .sub_txt{width:80%;font-size: 18px;margin-top: 30px;}
	.sub_topbox .sub_txt::before{bottom:-40px;width: 100px;height: 5px;}

	.r1244 .tit_box {margin-bottom: 80px;}
	.r1244 .tit_box h1 {font-size: 25px;}
	.r1244 .science_text_e{ font-size: 12px; }
	.r1244 .battery_text_e{ font-size: 12px; }
	/* .r1244 .txt, */ .top_nav_ul > li > a {font-size: 18px;}
	.r1244 .nemo_ul > li{height: 400px;}
	.r1244 .img_cont > .main_inner {padding: 150px 15px;}
	.r1244 .img_cont .img_ul > li .txt_box{font-size:15px;}
	.r1244 .cont_c {padding: 180px 0;}
}
@media screen and (max-width:640px){
	.sub_topbox {padding-top: 45px;height: 300px;}
	.sub_topbox .sub_tit {font-size: 40px;}

	.about_top_nav_ul {flex-wrap:wrap;}
	.about_top_nav_ul > li {flex:auto;width:50%;}
	.about_top_nav_ul > li:nth-child(2){border:inherit !important;}
	.about_top_nav_ul > li:nth-child(1) > a, .about_top_nav_ul > li:nth-child(2) > a {border:1px solid #fff;border-top:none;}
	.about_top_nav_ul > li:nth-child(3) > a, .about_top_nav_ul > li:nth-child(4) > a {margin-top: -1px;border:1px solid #fff;border-bottom:none;border-right:none;}
	.about_top_nav_ul > li:nth-child(even) > a {border-right:none;}
	.about_top_nav_ul > li > a {margin-left: -1px;}
	.about_top_nav_ul > li.active > a {margin: 0px;border-color:#0061c2;z-index:2;}
	.r1244 .battery_text_e{ font-size: 12px; }
	.r1244 .nemo_ul{flex-direction:column;}
	.r1244 .nemo_ul > li{width:100%;height:300px;padding:0 15px;}
	.r1244 .img_cont .img_ul > li{width:calc(50% - 20px);}
	.r1244 .img_cont .img_ul > li:nth-child(3){margin-top: 80px;}
	.r1244 .cont_c {padding: 100px 0;}
}
@media screen and (max-width:480px){
	#sub_div > .board_inner_x, , #sub_div > .board_inner {padding: 80px 0;}
	.sub_topbox{padding-top: 40px;height: 250px;}
	.sub_topbox .sub_tit {font-size: 24px;}
	.sub_topbox .sub_txt::before{bottom:-30px;width: 80px;}

	.sub_topbox .sub_txt{font-size:15px;}

	.top_nav_ul > li{line-height:50px;}

	.r1244 .tit_box h1 {font-size: 28px;}
	.r1244 .txt, .top_nav_ul > li > a {font-size: 15px;}
	.r1244 .img_cont .img_ul > li:nth-child(3), .r1244 .img_cont .img_ul > li:nth-child(n+4){margin-top:50px;}
}
@media screen and (max-width:400px){
	.sub_topbox .sub_tit {font-size: 20px;}
	.r1244 .img_cont .img_ul > li:nth-child(3), .r1244 .img_cont .img_ul > li:nth-child(n+4) {margin-top: 30px;}
	.top_nav_ul > li > a{font-size:13px;}
}
@media screen and (max-width:320px){
	.r1244 .img_cont .img_ul > li{width:100%;}
	.r1244 .img_cont .img_ul > li + li, .r1244 .img_cont .img_ul > li:nth-child(3), .r1244 .img_cont .img_ul > li:nth-child(n+4){margin-top:50px;}
	.top_nav_ul > li > a{font-size:12px;letter-spacing:-0.06em;}
}

/* 마켓 */
.r1244 .market{}
.r1244 .market.battery .nemo1 .img_box{background-image:url(../img/market_battery_nemo1.png);}
.r1244 .market.battery .nemo2 .img_box{background-image:url(../img/market_battery_nemo2.png);}

.r1244 .market.chemical .bg_cont{width:100%;padding:220px 0;background:url(../img/market_chemical_bg.png) no-repeat center/cover;}
.r1244 .market.chemical .bg_cont .txt{width: 50%;margin-left: auto;background:rgb(0 97 194 / 85%);padding:210px 0;padding-left:70px;color:#fff;}
.r1244 .market.chemical .img_cont .img_ul{margin:120px auto 120px -40px;}

.r1244 .market.life_science .nemo1 .img_box{background-image:url(../img/market_life_science_nemo1.png);}
.r1244 .market.life_science .nemo2 .img_box{background-image:url(../img/market_life_science_nemo2.png);}
.r1244 .market.life_science .txt_cont{padding:100px 108px 200px;}
.r1244 .market.life_science .c_ul{justify-content:space-between;margin: 90px -20px;}

.r1244 .market.automotive .nemo1 .img_box{background-image:url(../img/market_automotive_nemo1.png);}
.r1244 .market.automotive .nemo2 .img_box{background-image:url(../img/market_automotive_nemo2.png);}
.r1244 .market.automotive .c_ul{margin-top:70px;}
.r1244 .market.automotive .c_ul > li{width:33.333333%;}
.r1244 .market.automotive .c_ul img{width:100%;}

@media screen and (max-width:1700px){
	.r1244 .market.battery .nemo1{background-color:#f7f7f7;}
	.r1244 .market.battery .nemo1 .img_box, .r1244 .market.automotive .nemo2 .img_box{background-size: contain;}	
	.r1244 .market.chemical .bg_cont .txt{width:60%;}
	.r1244 .market.automotive .nemo2 .img_box{background-color:#ececec;}
}
@media screen and (max-width:1600px){
	.r1244 .market.automotive .nemo_ul > li{padding:0 60px;height: 900px;}
}
@media screen and (max-width:1300px){
	.r1244 .market.life_science .c_ul{margin: 90px -1%;}
}
@media screen and (max-width:1200px){
	.r1244 .market.chemical .bg_cont{padding:150px 0;}
	.r1244 .market.chemical .bg_cont .txt{padding:100px 20px 100px 60px;}
}
@media screen and (max-width:1024px){	
	.r1244 .market.chemical .bg_cont .txt {width: 80%;}
	.r1244 .market.chemical .img_cont .img_ul {margin: 100px auto 100px -20px;}
	.r1244 .market.chemical .img_cont .txt{width:85%;}
	.r1244 .market.life_science .txt_cont{padding:100px 80px 200px;}
	.r1244 .market.automotive .nemo_ul > li{height:620px;}
}
@media screen and (max-width:970px){
	.r1244 .market.life_science .txt_cont {padding: 100px 80px 180px;}
	.r1244 .market.chemical .img_cont > .main_inner {padding: 120px 15px;}
}
@media screen and (max-width:768px){
	.r1244 .market.automotive .nemo_ul > li {height: 450px;}
	.r1244 .market.chemical .bg_cont {padding: 100px 0;}
	.r1244 .market.chemical .bg_cont .txt {padding: 80px 20px 80px 60px;}
}
@media screen and (max-width:640px){
	.r1244 .market.life_science .nemo1, .r1244 .market.automotive .nemo1{flex-direction:column-reverse;}
	/* .r1244 .market.life_science .nemo2 .desc {height:calc(300px - 80px);} */
	.r1244 .market.life_science .txt_cont {padding: 0 15px 100px;}
	.r1244 .market.life_science .c_ul {margin: 50px -1%;}
	.r1244 .market.automotive .nemo_ul > li {height: 400px;}
}
@media screen and (max-width:480px){
	.r1244 .market.chemical .bg_cont {padding: 80px 0;}
	.r1244 .market.chemical .bg_cont .txt {padding: 40px 30px;}
}
@media screen and (max-width:400px){
	.r1244 .market.chemical .bg_cont .txt {width: 90%;}
	.r1244 .market.chemical .img_cont > .main_inner {padding: 100px 15px;}
	.r1244 .market.chemical .img_cont .img_ul {margin: 50px auto 50px -20px;}
}
@media screen and (max-width:320px){
	.r1244 .market.life_science .c_ul {margin: 30px -1%;}
	.r1244 .market.automotive .nemo1 > li.clr_lb {height: auto;padding: 50px;}
}

/* 서비스 */
.r1244 .services{}
.r1244 .services .bg_cont{position:relative;padding-top: 510px;}
.r1244 .services .bg_cont .img_box{width: 100%;position:absolute;top:0;left:0;z-index:-1;}
.r1244 .services .bg_cont .img_box img{width:100%;}
.r1244 .services .bg_cont .txt_box{width:90%;margin-left: auto;margin-right: 0;padding:100px;background:#fff;z-index: 10;}
.r1244 .services .clr_lb{padding: 120px 0;}
.r1244 .services .clr_lb .tit_box{margin-bottom:70px;}
.r1244 .services .clr_lb .tit_box h1{color:#fff;}
.r1244 .services .clr_ul1 > li{position:relative;font-weight:600;padding-left:30px;}
.r1244 .services .clr_ul1 > li::before{content:'';position:absolute;top:20px;left:0;width:20px;height:20px;background:url(../img/plus_icon.png) no-repeat center/contain;color:#0061c2;font-weight:600;}
.r1244 .services .clr_lb .clr_ul2{padding:30px 15px;}
.r1244 .services .clr_lb .clr_ul2 > li{position:relative;font-weight:400;padding-left:20px;}
.r1244 .services .clr_lb .clr_ul2 > li::before{content:'';position:absolute;top: 26px;left:0;width:8px;height:8px;border-radius:8px;background:#0061c2;}
.r1244 .services .nemo_ul > li{flex-direction: column;align-items: flex-start;justify-content: center;}
.r1244 .services .nemo_ul > li .tit{font-size:48px;font-weight:600;margin-bottom:80px;}
.r1244 .services .f_img_box img{width:100%;}
.r1244 .services .img_ul_h > li{display: flex;width:100%;height:580px;background: none;}
.r1244 .services .img_ul_h > li + li{margin-top:50px;}
.r1244 .services .img_ul_h > li .txt_box{display:flex;flex-direction:column;justify-content:center;padding:0 70px;text-align:inherit;background:#fff;}
.r1244 .services .img_ul_h > li .tit{font-size:48px;font-weight:600;margin-bottom:50px;}
.r1244 .services .img_ul_h > li .img_box img{width:auto;height:100%;}

.r1244 .services.engineering_consulting .nemo_cont .tit_box{text-align:center;margin:120px 0;}
.r1244 .services.engineering_consulting .nemo1 .img_box{background-image:url(../img/services_engineering_consulting_nemo1.png);}
.r1244 .services.engineering_consulting .nemo2 .img_box{background-image:url(../img/services_engineering_consulting_nemo2.png);}
.r1244 .services.engineering_consulting .nemo3 .img_box{background-image:url(../img/services_engineering_consulting_nemo3.png);}
.r1244 .services.engineering_consulting .nemo_cont .txt_box{padding:130px 108px;}

.r1244 .services.process .img_ul{width: 100%;}
.r1244 .services.process .img_ul > li{flex:1;width: 20%;height:990px;}
.r1244 .services.process .img_ul > li:nth-child(n+4){margin-top:0;}
.r1244 .services.process .img_ul > li + li{margin-left:10px;}
.r1244 .services.process .img_ul > li .txt_box{padding:80px 15px;}
.r1244 .services.process .img_ul > li .txt_box .tit{font-size:48px;font-weight:600;margin-bottom:30px;}

.r1244 .services.project .bg_cont{padding-bottom:150px;}
.r1244 .services.project .clr_lb .clr_ul1{width:90%;}

.r1244 .services.equipment .top_txt{margin-bottom:120px;}
/* .r1244 .services.equipment .img_cont .img_ul{margin-bottom:120px;} */

.r1244 .services.industry .bg_cont{padding-bottom:150px;}
.r1244 .services.industry .bg_b_cont .img_box{position:relative;}
.r1244 .services.industry .bg_b_cont .img_box img{width:100%;}
.r1244 .services.industry .bg_b_cont .img_box .bl_tit{position:absolute;top: 25%;/* transform:translateY(-50%); */display:flex;justify-content:space-between;align-items:center;flex-direction:column;width:50%;height:325px;padding:90px 0;font-size:72px;font-weight:600;line-height:1.2;background: rgb(0 97 194 / 85%);color:#fff;z-index:2;}
.r1244 .services.industry .bg_b_cont .img_box .bl_tit > p{font-size:34px;font-weight:400;}
.r1244 .services.industry .bg_b_cont .txt{padding:160px 0;}
.r1244 .services.industry .bg_b_cont .clr_ul1{padding:60px 0;}

@media screen and (max-width:1700px){
	.r1244 .services > .clr_lb{padding:120px 15px}
	.r1244 .services.engineering_consulting .nemo_ul > li{height:auto;padding:108px;}
	.r1244 .services.process .img_ul {margin-left:-10px;}
	.r1244 .services.process .img_ul > li{flex:auto;width:calc(20% - 20px);height:auto;margin-left:20px;}
	.r1244 .services.process .img_ul > li + li {margin-left: 20px;}
	.r1244 .services.process .img_ul > li .txt_box .tit{font-size:40px;}
	.r1244 .services.process .img_ul > li .txt_box{font-size:30px;}
	.r1244 .services.industry .bg_b_cont .txt{padding:160px 15px;}
	.r1244 .services.industry .bg_b_cont .img_box{width:100%; padding:150px 0;}
	.r1244 .services.industry .bg_b_cont .img_box .bl_tit{position:relative;height:auto;}
	.r1244 .services.industry .bg_b_cont .img_box .bl_tit > p{line-height:2;}
	.r1244 .services.industry .bg_b_cont .img_box img{display:none;}
	.r1244 .services.industry .bg_b_ul > li:nth-child(1) .img_box{background:url(../img/services_industry_bg1.png) no-repeat center/cover;}
	.r1244 .services.industry .bg_b_ul > li:nth-child(2) .img_box{background:url(../img/services_industry_bg2.png) no-repeat center/cover;}
	.r1244 .services.industry .bg_b_ul > li:nth-child(3) .img_box{background:url(../img/services_industry_bg3.png) no-repeat center/cover;}
	.r1244 .services .img_ul_h > li .tit{font-size:44px;}
	.r1244 .services .img_ul_h > li .txt_box{font-size:28px;}
}
@media screen and (max-width:1600px){
	.r1244 .services.industry .bg_b_cont .img_box .bl_tit{font-size:60px;}
	.r1244 .services.industry .bg_b_cont .img_box .bl_tit > p{font-size:30px;}
}
@media screen and (max-width:1440px){
	.r1244 .services .clr_lb .tit_box h1{font-size:68px;}
	.r1244 .services .bg_cont {padding-top: 30%;}
	.r1244 .services .nemo_ul > li .tit{font-size:46px;margin-bottom: 12%;}
	.r1244 .services.process .img_ul > li .txt_box .tit{font-size:36px;}
	.r1244 .services.process .img_ul > li .txt_box{font-size:26px;}
	.r1244 .services.project .bg_cont {padding-bottom: 0;}
	.r1244 .services.industry .bg_cont{padding-bottom:100px;}
	.r1244 .services.industry .bg_b_cont .img_box .bl_tit{font-size:50px;}
	.r1244 .services.industry .bg_b_cont .img_box .bl_tit > p{font-size:20px;}
}
@media screen and (max-width:1300px){
	.r1244 .services .img_ul_h > li{height:auto;}
	.r1244 .services .img_ul_h > li .txt_box{padding:50px;}
}
@media screen and (max-width:1200px){
	.r1244 .services .nemo_ul > li .tit{font-size:42px;}
	.r1244 .services .clr_lb .tit_box h1 {font-size: 60px;}
	.r1244 .services .clr_ul1 > li::before{width:17px;height:17px;top: 15px;}
	.r1244 .services.process .img_ul{flex-direction: column;}
	.r1244 .services.process .img_ul > li{display:flex;width:100%;height:auto;}
	.r1244 .services.process .img_ul > li + li, .r1244 .services.process .img_ul > li:nth-child(n+4){margin-top:30px;}
	.r1244 .services.process .img_ul > li .img_box{width:35%;}
	.r1244 .services.process .img_ul > li .txt_box {display: flex;flex-direction: column;justify-content: center;width: 65%;padding: 15px;text-align: left;}
	.r1244 .services.industry .bg_b_cont .img_box .bl_tit{font-size:40px;}
	.r1244 .services .img_ul_h{display:flex;}
	.r1244 .services .img_ul_h > li{flex:1;flex-direction:column-reverse;justify-content:flex-end;background:#fff;}
	.r1244 .services .img_ul_h > li .img_box img{width:100%;height:auto;}
	.r1244 .services .img_ul_h > li .tit{font-size:40px;margin-bottom:20px;}
	.r1244 .services .img_ul_h > li .txt_box{font-size:24px;}
	.r1244 .services .img_ul_h > li + li{margin-top:0;}
}
@media screen and (max-width:1024px){
	.r1244 .services .clr_lb .tit_box h1 {font-size: 50px;}
	.r1244 .services.engineering_consulting .nemo_ul > li{padding:80px;}
	.r1244 .services .nemo_ul > li .tit{font-size:36px;}
	.r1244 .services .clr_lb .clr_ul2 > li::before{top:17px;}
	.r1244 .services.process .img_ul > li .txt_box .tit{font-size:30px;}
	.r1244 .services.process .img_ul > li .txt_box{font-size:22px;}
	.r1244 .services.industry .bg_cont {padding-bottom: 0;}
	.r1244 .services .img_ul_h > li .tit{font-size:30px;}
	.r1244 .services .img_ul_h > li .txt_box{font-size:20px;}
}
@media screen and (max-width:970px){
	.r1244 .services .clr_lb .tit_box h1 {font-size: 44px;}
	.r1244 .services .nemo_ul > li .tit{font-size:34px;}
	.r1244 .services .clr_ul1 > li::before{width:15px;height:15px;top: 13px;}
	.r1244 .services.process .img_ul > li .txt_box .tit{font-size:28px;margin-bottom: 10px;}
	.r1244 .services.process .img_ul > li .txt_box{font-size:18px;}
	.r1244 .services.process .img_cont > .main_inner{padding:100px 15px;}
	.r1244 .services.industry .bg_b_cont .img_box .bl_tit{width:65%;}
}
@media screen and (max-width:768px){
	.r1244 .services.project > .clr_lb, .r1244 .services.engineering_consulting > .clr_lb {padding: 100px 15px;}
	.r1244 .services .clr_lb .tit_box{margin-bottom:50px;}
	.r1244 .services .clr_lb .tit_box h1 {font-size: 36px;}
	.r1244 .services .bg_cont .txt_box{padding:80px;}
	.r1244 .services.engineering_consulting .nemo_ul > li{padding:80px 15px;}
	.r1244 .services .nemo_ul > li .tit{font-size:30px;margin-bottom: 5%;}
	.r1244 .services .clr_lb .clr_ul2 > li::before{top:12px;}
	.r1244 .services.process .img_ul > li .txt_box .tit{font-size:25px}
	.r1244 .services.process .img_ul > li .txt_box{font-size:15px}
	.r1244 .services.industry .bg_b_cont .img_box{padding: 100px 0;}
	.r1244 .services.industry .bg_b_cont .img_box .bl_tit {width: 70%;padding:80px 0;}
	.r1244 .services.industry .bg_b_cont .txt {padding: 100px 15px;}
	.r1244 .services .img_ul_h > li .tit{font-size:25px;}
	.r1244 .services .img_ul_h > li .txt_box{font-size:15px;padding:30px;}
}
@media screen and (max-width:640px){
	.r1244 .services.engineering_consulting .nemo_ul > li.img_box{height:300px;}
	.r1244 .services.engineering_consulting .nemo2, .r1244 .services.engineering_consulting .nemo3{flex-direction:column-reverse;}
	.r1244 .services .clr_ul1 > li::before{width:12px;height:12px;top: 10px;}
	.r1244 .services.engineering_consulting .nemo_cont .txt_box {padding: 100px 15px;}
	.r1244 .services .clr_lb .clr_ul2 > li::before{top:12px;width:6px;height:6px;}
	.r1244 .services.process .img_ul > li .txt_box .tit{font-size:18px}
	.r1244 .services.process .img_ul > li .txt_box{font-size:13px}
	.r1244 .services.industry .bg_b_cont .img_box .bl_tit{font-size:32px;}
	.r1244 .services.industry .bg_b_cont .img_box .bl_tit > p{font-size:18px;}
	.r1244 .services.equipment .img_cont .img_ul > li{display:flex;flex:auto;width:50%;}
	.r1244 .services.equipment .img_cont .img_ul > li + li{margin-top:50px;}
	/* .r1244 .services.equipment .img_cont .img_ul {margin-bottom: 80px;} */
	.r1244 .services.equipment .top_txt{margin-bottom:80px;}
}
@media screen and (max-width:480px){
	.r1244 .services > .clr_lb{padding:80px 15px}
	.r1244 .services .clr_lb .main_inner{padding:0;}
	.r1244 .services .clr_lb .tit_box{margin-bottom:30px;}
	.r1244 .services .clr_lb .tit_box h1 {font-size: 30px;}
	.r1244 .services .nemo_ul > li .tit{font-size:22px;}
	.r1244 .services .bg_cont .txt_box {padding: 40px;}
	.r1244 .services .clr_ul1 > li{padding-left:20px;}
	.r1244 .services .clr_lb .clr_ul2 > li{padding-left:15px;}
	.r1244 .services.process .img_cont > .main_inner{padding:80px 15px;}
	.r1244 .services.process .tit_box {margin-bottom: 60px;}
	.r1244 .services.process .img_ul{margin-left:-20px;}
	.r1244 .services.process .img_ul > li{display:block}
	.r1244 .services.process .img_ul > li .img_box {width: 100%;}
	.r1244 .services.industry .bg_b_cont .img_box{padding:60px 0;}
	.r1244 .services.industry .bg_b_cont .img_box .bl_tit {width: 80%;font-size:24px;padding:60px 0;}
	.r1244 .services.industry .bg_b_cont .img_box .bl_tit > p{font-size:15px;}
	.r1244 .services.industry .bg_b_cont .txt {padding: 60px 15px;}
	.r1244 .services .img_ul_h > li{flex:auto;}
	.r1244 .services .img_ul_h > li .txt_box{padding:15px;}
	.r1244 .img_cont > .main_inner {padding: 100px 15px;}
	.r1244 .services.engineering_consulting .nemo_cont .tit_box{padding:0 15px;}
}
@media screen and (max-width:400px){
	.r1244 .services .bg_cont .txt_box {padding: 30px;}
	.r1244 .services .clr_ul1 > li::before{width:10px;height:10px;top: 8px;}
	.r1244 .services.industry .bg_b_cont .img_box .bl_tit {font-size: 20px;padding: 40px 0;}
	.r1244 .services.industry .bg_b_cont .img_box .bl_tit > p{font-size:12px;}
	.r1244 .services .img_ul_h > li + li{margin-top:50px;}
}

/* 포트폴리오 */
.r1244 .portfolio > .main_inner{padding:160px 0 150px;}
.r1244 .portfolio > .main_inner .img_box{margin-top:160px;}

/* 뉴스 */
.r1244 .news{}

@media screen and (max-width:1700px){
	.r1244 .portfolio > .main_inner{padding:160px 15px 150px;}
	.r1244 .portfolio > .main_inner .img_box{margin-top:160px;}
	.r1244 .portfolio > .main_inner .img_box img{width:100%;}
}
@media screen and (max-width:970px){
	.r1244 .portfolio > .main_inner{padding:80px 15px 90px;}
	.r1244 .portfolio > .main_inner .img_box{margin-top:80px;}
}
@media screen and (max-width:400px){
	.r1244 .portfolio > .main_inner{padding:60px 15px 70px;}
	.r1244 .portfolio > .main_inner .img_box{margin-top:60px;}
}

/* 어바웃 */
.sf_ft_m{font-family:'Pretendard', sans-serif;font-weight:600;}
.r1244 .about .main_inner{padding:160px 0;}

.r1244 .about.intro .sec01{position:relative;}
.r1244 .about.intro .sec01::before{content:'';position:absolute;top:0;right:0;width:33.333333%;height:100%;background:#0061c2;z-index:-1;}
.r1244 .about.intro .sec01 .main_inner{display:flex;justify-content:space-between;align-items: center;}
.r1244 .about.intro .sec01 .txt{padding-right:90px;}

.r1244 .about.intro .sec03 .clr_ul > li{padding:50px 60px;}
.r1244 .about.intro .sec03 .clr_ul > li + li{margin-top:70px;}
.r1244 .about.intro .sec03 .clr_ul > li .clr_icon{position:relative;padding-left:105px;}
.r1244 .about.intro .sec03 .clr_ul > li .clr_icon::before{content:'';position:absolute;left:0;top:20px;width:84px;height:56px;background:url(../img/about_intro_icon_w.png) no-repeat center/contain;}
.r1244 .about.intro .sec03 .clr_ul > li.bg_g .clr_icon::before{background:url(../img/about_intro_icon_b.png) no-repeat center/contain;}
.r1244 .about.intro .sec03 .clr_ul > li .clr_tit{font-weight:500;}
.r1244 .about.intro .sec03 .clr_ul > li .clr_txt{line-height:1.2;margin-bottom:50px;}
.r1244 .about.intro .sec03 .bg_g{color:#0061c2;background:#e8e8e8;}

.r1244 .about.history .tit_box{margin-bottom:70px;}
.r1244 .about.history .tit_box h1{color:#000;}

.r1244 .about.code .clr_ul1 > li{position:relative;font-weight:600;padding-left:30px;}
.r1244 .about.code .clr_ul1 > li::before{content:'';position:absolute;top:20px;left:0;width:20px;height:20px;background:url(../img/plus_icon.png) no-repeat center/contain;color:#0061c2;font-weight:600;}
.r1244 .about.code .sec03 .clr_ul > li a {color:#fff;text-decoration:underline;}
.r1244 .about.code .bg_cont{position:relative;padding-top: 510px;color:#2c2c2c;}
.r1244 .about.code .bg_cont .tit_box h1 {text-align:left;}
.r1244 .about.code .bg_cont .tit_box .txt {margin-top: 50px;}
.r1244 .about.code .bg_cont .img_box{width: 100%;position:absolute;top:0;left:0;z-index:-1;}
.r1244 .about.code .bg_cont .img_box img{width:100%;}
.r1244 .about.code .bg_cont .txt_box{width:90%;margin-left: auto;margin-right: 0;padding:100px;background:#fff;z-index: 10;}
.r1244 .about.code .bg_cont.lft .img_box{left:auto;right:auto;}
.r1244 .about.code .bg_cont.lft .txt_box{margin-left: 0;margin-right: auto;}
.r1244 .about.code .bg_cont .clr_ul1 > li {font-weight:400;}

.r1244 .about.location .map_wrap {display:flex;align-items:center;height:880px;}
.r1244 .about.location .map{flex:1;height: 100%;}
.r1244 .about.location .map iframe{width:100%;height:100%;}
.r1244 .about.location .txt{font-size:26px;padding:0 108px;flex:1;}
.r1244 .about.location .txt span{font-weight:600;}


@media screen and (max-width:1700px){
	.r1244 .about.intro .sec01 .main_inner{padding:220px 15px;}
	.r1244 .about.intro .sec01 .img_box, .r1244 .about.intro .sec01 .txt_box{width:50%;}
	.r1244 .about.intro .sec01 .img_box img{width:100%;}

	.r1244 .about .main_inner{padding:160px 15px;}
}
@media screen and (max-width:1440px){
	.r1244 .about.code .bg_cont {padding-top: 30%;padding-bottom:100px;}
}
@media screen and (max-width:1200px){
	.r1244 .about .tit_box {margin-bottom: 70px;}

	.r1244 .about.code .clr_ul1 > li::before{width:17px;height:17px;top: 15px;}
}
@media screen and (max-width:1024px){
	.r1244 .about.location .map_wrap{flex-direction:column;}
	.r1244 .about.location .map{width:100%;}
	.r1244 .about.location .txt {display: flex;flex-direction: column;justify-content: center;}
	.r1244 .about.location .txt br{display:none;}
	.r1244 .about.location .txt br.br_n{display:block;}

	.r1244 .about.code .bg_cont {padding-bottom: 0;}
}
@media screen and (max-width:970px){
	.r1244 .about.intro .sec01 .main_inner {padding: 100px 15px;}

	.r1244 .about .main_inner{padding:100px 15px;}
	.r1244 .about .tit_box {margin-bottom: 50px;}
	.r1244 .about.intro .sec03 .clr_ul > li .clr_icon::before{width:70px;top:auto;}
	.r1244 .about.history .tit_box {margin-bottom: 50px;}
	.r1244 .about.location .map_wrap{height:800px;}
	.r1244 .about.location .txt{font-size:22px; word-break:keep-all;}

	.r1244 .about.code .clr_ul1 > li::before{width:15px;height:15px;top: 13px;}
}
@media screen and (max-width:768px){
	.r1244 .about.intro .sec03 .clr_ul > li {padding: 30px;}
	.r1244 .about.history .tit_box {margin-bottom: 30px;}
	.r1244 .about.location .map_wrap{height:auto;}
	.r1244 .about.location .map {height: 300px;flex: auto;}
	.r1244 .about.location .txt {padding: 108px 20px; font-size:18px; flex:auto}
}
@media screen and (max-width:640px){
	.r1244 .about.intro .sec01 .main_inner{flex-direction:column-reverse;}
	.r1244 .about.intro .sec01 .main_inner > div{width:80%;}
	.r1244 .about.intro .sec01 .main_inner .img_box{margin-bottom:50px;}

	.r1244 .about.code .bg_cont .txt_box{padding:80px;}
	.r1244 .about.code .clr_ul1 > li::before{width:12px;height:12px;top: 10px;}
}
@media screen and (max-width:480px){
	.r1244 .about.intro .sec01 .main_inner > div{width:90%;}
	.r1244 .about.intro .sec01::before{width:20%;}
	.r1244 .about.intro .sec01 .txt {padding-right: 60px;}
	.r1244 .about .tit_box {margin-bottom: 30px;}
	.r1244 .about.intro .sec03 .clr_ul > li {padding: 20px;}
	.r1244 .about.intro .sec03 .clr_ul > li .clr_icon::before{width:50px;}
	.r1244 .about.intro .sec03 .clr_ul > li .clr_icon{padding-left:70px;}
	.r1244 .about.intro .sec03 .clr_ul > li .clr_txt{margin-bottom:30px;}
	.r1244 .about.intro .sec03 .clr_ul > li + li {margin-top: 30px;}
	.r1244 .about.location .txt{padding:50px 20px;}
	.r1244 .about.location .txt br.mb_n{display:block;}

	.r1244 .about.code .bg_cont .txt_box {padding: 40px;}
	.r1244 .about.code .clr_ul1 > li{padding-left:20px;}
}
@media screen and (max-width:400px){
	.r1244 .about.intro .sec01 .main_inner{padding:80px 15px;}
	.r1244 .about .main_inner{padding:80px 15px;}
	.r1244 .about.location .txt{font-size:13px;}

	.r1244 .about.code .bg_cont .txt_box {padding: 30px;}
	.r1244 .about.code .clr_ul1 > li::before{width:10px;height:10px;top: 8px;}
}
@media screen and (max-width:320px){
	.r1244 .about.location .txt{padding:50px 15px;}
	.r1244 .about.location .txt br.mb{display:none;}
}

/* 커리어 */
.r1244 .careers{}

.r1244 .careers.oppertunities .clr_cont{padding:160px 0;}
.r1244 .careers.oppertunities .clr_cont .tit_box, 
.r1244 .careers.oppertunities .clr_cont h1{text-align:left;margin-bottom:45px;}

.r1244 .careers.benefits .bene_ul{display:flex;padding:160px 0;}
.r1244 .careers.benefits .bene_ul > li{display:flex;justify-content:center;align-items:center;flex:1;width:calc(25% - 5px);height:490px;text-align: center;color:#fff;font-size: 30px;font-weight:600;}
.r1244 .careers.benefits .bene_ul > li + li{margin-left:10px;}
.r1244 .careers.benefits .bene_ul > li:nth-child(1){background:url(../img/careers_benefits_img1.png) no-repeat center/cover;}
.r1244 .careers.benefits .bene_ul > li:nth-child(2){background:url(../img/careers_benefits_img2.png) no-repeat center/cover;}
.r1244 .careers.benefits .bene_ul > li:nth-child(3){background:url(../img/careers_benefits_img3.png) no-repeat center/cover;}
.r1244 .careers.benefits .bene_ul > li:nth-child(4){background:url(../img/careers_benefits_img4.png) no-repeat center/cover;}
.r1244 .careers.benefits .bene_ul > li:nth-child(5){background:url(../img/careers_benefits_img5.png) no-repeat center/cover;}
.r1244 .careers.benefits .bene_ul > li:nth-child(6){background:url(../img/careers_benefits_img6.png) no-repeat center/cover;}
.r1244 .careers.benefits .bene_ul > li:nth-child(7){background:url(../img/careers_benefits_img7.png) no-repeat center/cover;}

.r1244 .careers.working .work_ul{padding:160px 0;}
.r1244 .careers.working .work_ul > li{display:flex;}
.r1244 .careers.working .work_ul > li .txt{width:50%;display:flex;justify-content:center;align-items:center;padding:0 66px;}
.r1244 .careers.working .work_ul > li .img_box{width:50%;}
.r1244 .careers.working .work_ul > li .img_box img{width:100%;}

@media screen and (max-width:1600px){
	.r1244 .careers.benefits .bene_ul{flex-wrap:wrap;}
	.r1244 .careers.benefits .bene_ul > li {flex: auto;width: calc(33.333333% - 12px);height:300px;max-width: calc(33.333333% - 17px);margin-left: 12px;}
	.r1244 .careers.benefits .bene_ul > li + li {margin-left: 12px;}
	.r1244 .careers.benefits .bene_ul > li:nth-child(n+4){margin-top:12px;}
}
@media screen and (max-width:1440px){
	.r1244 .careers.working .work_ul > li .txt{padding:30px;/* font-size: 25px; */}
	.r1244 .careers.working .work_ul > li .txt br{display:none;}
}
@media screen and (max-width:1024px){
	.r1244 .careers.working .work_ul > li .txt{/* font-size: 22px; */}
}
@media screen and (max-width:970px){
	.r1244 .careers.oppertunities .clr_cont{padding:100px 0;}

	.r1244 .careers.working .work_ul > li{flex-direction:column;}
	.r1244 .careers.working .work_ul > li:first-child{flex-direction:column-reverse;}
	.r1244 .careers.working .work_ul > li .txt, .r1244 .careers.working .work_ul > li .img_box{width:100%;}
	.r1244 .careers.working .work_ul > li .txt {padding: 100px 15px;/* font-size:22px; */}
	.r1244 .careers.working .work_ul > li:last-child .txt {padding: 100px 15px 0;}
}
@media screen and (max-width:768px){
	.r1244 .careers.oppertunities .clr_cont{padding:80px 0;}
	.r1244 .careers.benefits .bene_ul > li{font-size:20px;}
	.r1244 .careers.benefits .bene_ul {padding:100px 0;}
	.r1244 .careers.working .work_ul > li .txt{/* font-size:18px; */}
}
@media screen and (max-width:640px){
	.r1244 .careers.working .work_ul > li{flex-direction:column;}
	.r1244 .careers.working .work_ul > li:first-child{flex-direction:column-reverse;}
	.r1244 .careers.working .work_ul > li .txt, .r1244 .careers.working .work_ul > li .img_box{width:100%;}
	.r1244 .careers.working .work_ul > li .txt {padding: 100px 15px;}
	.r1244 .careers.working .work_ul > li:last-child .txt {padding: 100px 15px 0;}
}
@media screen and (max-width:480px){
	.r1244 .careers.benefits .bene_ul > li{width: calc(50% - 12px);max-width: calc(50% - 17px);height:200px;}
	.r1244 .careers.benefits .bene_ul > li:nth-child(n+3){margin-top:12px;}
	.r1244 .careers.benefits .bene_ul {padding:80px 0;}
	.r1244 .careers.working .work_ul > li .txt{/* font-size:15px; */}
}
@media screen and (max-width:400px){
	.r1244 .careers.benefits .bene_ul > li {font-size: 17px;}
}

/* contact us */
.r1244 .contact{}
.r1244 .contact .main_inner{padding:160px 0;}
.r1244 .contact #frm ul{font-size:30px;}
.r1244 .contact #frm ul > li{display:flex;justify-content:space-between;}
.r1244 .contact #frm ul > li .g_box{position:relative;padding: 0 40px 0 70px;flex:1;background:#f7f7f7;border:1px solid #e6e6e6;}
.r1244 .contact #frm ul > li:nth-child(-n+2) .g_box{flex:inherit;width:calc(50% - 25px);height:100px;}
.r1244 .contact #frm ul > li + li{margin-top:50px;}
.r1244 .contact #frm .b_req{position:relative;}
.r1244 .contact #frm .b_req::before{content:'(*)';position:absolute;top: 25px;left: 30px;color: #0061c2;font-size: 30px;z-index: 5;}
.r1244 .contact #frm ul > li .g_box input{width:100%;height:100%;border:0;background:none;}
.r1244 .contact #frm ul > li textarea.g_box{padding: 25px 70px;height:617px;font-size:30px}
.r1244 .contact #frm .chk_box label{padding-left:10px;color:#757575;}
.r1244 .contact #frm .chk_box input[type="checkbox"]{margin-top: 6px;width:27px;height:27px;border-radius:0;}
.r1244 .contact #frm .btn_box .contact_btn{width:285px;height:85px;color:#fff;background:#0061c2;border:0;border-radius:0;}

/* contact 게시판 */
.tbl001 .sol_li {margin:20px 0;}
.tbl001 .sol_li h5 {font-size:18px;color:#333;}
.tbl001 .sol_li p {font-size:16px;color:#000;}


@media screen and (max-width:1700px){
	.r1244 .contact .main_inner {padding: 160px 15px;}
}
@media screen and (max-width:1440px){
	.r1244 .contact #frm ul, .r1244 .contact #frm ul > li textarea.g_box, .r1244 .contact #frm .b_req::before {font-size: 28px;}
	.r1244 .contact #frm .b_req::before{top:27px;}
}
@media screen and (max-width:1200px){
	.r1244 .contact #frm ul, .r1244 .contact #frm ul > li textarea.g_box, .r1244 .contact #frm .b_req::before {font-size: 20px;}
	.r1244 .contact #frm ul > li:nth-child(-n+2) .g_box{height:80px;}
	.r1244 .contact #frm ul > li textarea.g_box{height:560px;}
}
@media screen and (max-width:768px){
	.r1244 .contact .main_inner {padding: 100px 15px;}
	.r1244 .contact #frm ul, .r1244 .contact #frm ul > li textarea.g_box, .r1244 .contact #frm .b_req::before {font-size: 18px;}
	.r1244 .contact #frm ul > li:nth-child(-n+2) .g_box {height: 60px;}
	.r1244 .contact #frm .b_req::before {top: 17px;}
	.r1244 .contact #frm ul > li:nth-child(-n+2) .g_box{padding:0 30px 0 60px;width:100%;}
	.r1244 .contact #frm ul > li textarea.g_box {padding: 25px 60px;}
	.r1244 .contact #frm .b_req{height:450px;}
	.r1244 .contact #frm ul > li.b_req::before {top: 26px;}
	.r1244 .contact #frm ul > li + li, .r1244 .contact #frm ul > li{flex-direction:column;}
	.r1244 .contact #frm ul > li .g_box + .g_box{margin-top:20px;}
	.r1244 .contact #frm ul > li + li {margin-top: 20px;}
	.r1244 .contact #frm .chk_box{font-size:18px;}
	.r1244 .contact #frm .chk_box input[type="checkbox"]{width:20px;height:20px;}
	.r1244 .contact #frm .btn_box {text-align: right;margin-top: 70px;}
	.r1244 .contact #frm .btn_box .contact_btn{width: 30%;height: 65px;}
}
@media screen and (max-width:480px){
	.r1244 .contact #frm ul > li:nth-child(-n+2) .g_box{height:50px;padding-left:50px;}
	.r1244 .contact #frm ul > li textarea.g_box {padding: 25px 50px;}
	.r1244 .contact #frm .b_req {height: 300px;}
	.r1244 .contact #frm ul, .r1244 .contact #frm ul > li textarea.g_box, .r1244 .contact #frm .b_req::before {font-size: 15px;}
	.r1244 .contact #frm .b_req::before { top: 15px;}
	.r1244 .contact #frm .chk_box{font-size:15px;}
	.r1244 .contact #frm .chk_box input[type="checkbox"]{margin:0;width:18px;height:18px;}
	.r1244 .contact .main_inner {padding: 80px 15px;}
}