@charset "utf-8";

/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:0.8em;font-family:'Poppins','Pretendard', dotum, sans-serif;background:#fff}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:'Poppins','Pretendard', dotum, sans-serif}
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', dotum, sans-serif;font-size:1em}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

textarea, select {font-family:'Poppins','Pretendard', dotum, sans-serif;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-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 {
-webkit-box-shadow:0 0 5px #9ed4ff;
-moz-box-shadow:0 0 5px #9ed4ff;
box-shadow:0 0 5px #9ed4ff;
border:1px solid #558ab7 !important;
} */

.placeholdersjs {color:#aaa !important}

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

#hd_pop,
#hd_wrapper,
#tnb .inner,

#gnb .gnb_wrap,
#container_wr,
#ft_wr {max-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 {max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;position:relative}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject {background:#000;text-align:left}
.hd_pops_footer .hd_pops_close {background:#393939;position:absolute;top:0;right:0}

/* 팝업 반응형 */
@media (max-width:1600px) {
	#hd_pop {width:100%;}
	.hd_pops {top:100px !important;left:10px !important;}
	.hd_pops_con iframe{width:100%;}
}
@media (max-width:780px) {
	.hd_pops {max-width:500px;width:calc(100% - 20px) !important;}
	.hd_pops_con {width:100% !important;height:auto !important;}	
	.hd_pops_con img {width:100%;height:auto;}
	.hd_pops_footer button{font-size:13px;}
}

/* 상단 레이아웃 */
#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_define {float:left}
#hd_define:after {display:block;visibility:hidden;clear:both;content:""}
#hd_define 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_define li:last-child {padding-right:0;margin-right:0;border-right:0}
#hd_define li a {display:inline-block;color:#919191}
#hd_define li.active a {color:#fff}


#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;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;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;border-radius: 8px;}
#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: 8px;}
#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: 8px;}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width: 317px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius: 8px;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: 45px;height: 45px;padding:0 10px;border:none;text-align:center;font-size: 15px;font-weight:400;transform:skew(-0.1deg);text-decoration:none;}

/* 버튼 반응형 */
@media screen and (max-width:350px){
	a.btn,.btn {font-size:13px;line-height: 40px;height: 40px;padding:0 8px;}
}

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 #000;background: #000;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: 1px solid #000;cursor:pointer;color:#fff;background:#000;}
body:not(:has(.sb_sts)) .btn_close {border:1px solid #dcdcdc;cursor:pointer;background:#fff}
body:not(:has(.sb_sts)) 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}

/* 게시판용 버튼 */
#bo_w .btn_cancel, #bo_w .btn_submit {border: 1px solid #d1d1d1;color:#777;background:#fff;}
a.btn_b01,.btn_b01 {background:#fff;color:#777;border:1px solid #d1d1d1;}
a.btn_b02,.btn_b02 {background:#fff;color:#777;border:1px solid #d1d1d1;}
a.btn_b03, .btn_b03 {background:#fff;border:1px solid #b9bdd3;color:#646982;line-height:43px;}
a.btn_b04, .btn_b04 {background:#fff;border:1px solid #ccc;color:#707070;line-height:43px;}
a.btn_admin,.btn_admin {background:#fff;color:#777;border:1px solid #d1d1d1;} /* 관리자 전용 버튼 */


/* 기본테이블 */
.tbl_wrap table {font-size:15px;width:100%;border-collapse:collapse;border-spacing:0 5px;background:#fff;border-top:1px solid #ececec;border-bottom:1px solid #ececec} 
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:20px 0;font-weight:normal;text-align:center;border-bottom:1px solid #ececec;height:40px}
.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 {color:#666;padding:10px 5px;border-top:1px solid #ecf0f1;border-bottom:1px solid #ecf0f1;line-height:1.4em;height:60px;word-break:break-all}
.tbl_head01 tbody tr:hover td {background:#fafafa}
.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 {font-size:15px;border: 2px solid #eee;background:#fff;color:#000;vertical-align:middle;border-radius: 10px;padding:5px 20px;box-shadow: none;-webkit-box-shadow: none;}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:45px}

.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;color:#777 !important}
.empty_list, .empty_li {padding:50px 0 !important;text-align:center !important;color:#777 !important}

.no_sch figure img{display:block;margin:0 auto;max-width: 100px;}
.no_sch h3{font-size: 22px;font-weight:300;color:#000;margin-top: 20px;word-break:keep-all;}
.no_sch h3 .pt{color:var(--ptColor1); font-weight:700;}
.no_sch h3 .bold{font-weight:700;}
.no_sch p{color:#999;margin-top: 12px;font-size: 15px;word-break:keep-all;}

/* 자료 없는 목록 반응형 */
@media screen and (max-width:480px){
	.no_sch figure img{max-width: 70px;}
	.no_sch h3{font-size:18px;}
	.no_sch p{font-size:11px;}
}

/* 필수입력 */
.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;background:#fff}
.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 0}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn {text-align:center;/* padding-top: 30px; */}
.new_win .btn_close {padding:0 20px;height:40px;font-size:1.083em;font-weight: 600;overflow:hidden;cursor:pointer;border-radius: 8px;}
.new_win .btn_submit {padding:0 20px;height: 40px;font-weight:bold;font-size:1em;border-radius: 8px;}

#find_info #info_fs {font-size:16px;}
#find_info .win_btn {position:absolute;bottom: 40px;right: 20px;}

/* 새창 기본 스타일 반응형 */
@media screen and (max-width: 500px){
	#find_info #info_fs {font-size:14px;}
	#find_info .win_btn {position:relative;bottom: auto;right: auto;}
}

/* 검색결과 색상 */
.sch_word {color:#fff;background:var(--ptColor1);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_wrap {margin-top: 50px;text-align: center;}
.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:transparent;border:1px solid transparent}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#959595;font-size:14px;height:30px;line-height:28px;padding:0 5px;min-width:30px;text-decoration:none;border-radius:30px}
/* .pg_page:hover {background-color:#fafafa} */
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% transparent;padding:0;border:1px solid transparent}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% transparent;padding:0;border:1px solid transparent}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% transparent;padding:0;border:1px solid transparent}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% transparent;padding:0;border:1px solid transparent}
/* .pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {background-color:#fafafa} */

.pg_current {display:inline-block;font-size:14px;background:#333;border:1px solid #333;color:#fff;font-weight:bold;height:30px;line-height:28px;padding:0 10px;min-width:30px;border-radius:30px}

/* 팁 */
.tooltip_icon {display:inline-block;vertical-align:middle;color:var(--ptColor1);border:0;font-size:1em;background:transparent;cursor:pointer}
.tooltip_icon:hover {color::var(--ptColor1)}
.tooltip {position:relative;width:auto;color:#fff;background:#000;padding:10px;font-size:small;line-height:18px;display:none;position:absolute;z-index:9;font-weight:normal;margin-left:15px;margin-top:20px}
.tooltip:before {content:"";position:absolute;top:0;left:-10px;width:0;height:0;border-style:solid;border-top:0px solid transparent;border-bottom:10px solid transparent;border-left:0;border-right:10px solid #000}

.tooltip_txt {position:relative;text-align:left;color:#fff;height:50px;line-height:50px;font-size:1.1em;background:#f2838f;margin:0 0 10px;padding:0 20px;border-radius:5px;font-weight:bold}
.tooltip_txt:before {content:"";position:absolute;top:0;left:0;width:5px;height:50px;border-radius:5px 0 0 5px;background:#da4453}
.tooltip_txt i {font-size:1.2em;vertical-align:middle}

/* 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}

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

/* input, radio */
.selec_chk {position:absolute;top:0;left:0;width:0;height:0;opacity:0;outline:0;z-index:-1;overflow:hidden}
.chk_box {position:relative}
.chk_box input[type="checkbox"] {display:none;}
.chk_box input[type="checkbox"] {position:absolute;top:0;left:0;width:0;height:0;opacity:0;outline:0;z-index:-1;overflow:hidden}
.chk_box input[type="checkbox"] + label {position:relative;padding-left:20px;color:#676e70;}
.chk_box input[type="checkbox"] + label:hover{color:var(--ptColor1)}
.chk_box input[type="checkbox"] + label span {position:absolute;top:0;left:0;width:15px;height:15px;display:block;margin:0;background:#fff;border:1px solid #d0d4df;border-radius:3px;cursor:pointer;}
.chk_box input[type="checkbox"]:checked + label {color:#000;cursor:pointer;}
.chk_box input[type="checkbox"]:checked + label span {background:url('../img/chk.png') no-repeat 50% 50% var(--ptColor1);border-color:var(--ptColor1);border-radius:3px}

.chk_box input[type="radio"] {position:absolute;top:0;left:0;width:0;height:0;opacity:0;outline:0;z-index:-1;overflow:hidden}
.chk_box input[type="radio"] + label {position:relative;padding-left:23px;display:inline-block;color:#676e70}
.chk_box input[type="radio"] + label span {position:absolute;top:0;left:0;width:15px;height:15px;display:block;background:#fff;border:1px solid #cdd6df;border-radius:50%;cursor:pointer;}
.chk_box input[type="radio"]:checked + label {color:var(--ptColor1);cursor:pointer;}
.chk_box input[type="radio"]:checked + label span:before {width:7px;height:7px;background:var(--ptColor1);content:'';position:absolute;top:3px;left:3px;border-radius:50%}

/* 게시판 목록 */
#bo_gall .pt_btn {margin-bottom: 20px;margin-left: auto;display: block;width: fit-content;padding: 10px 15px;background:var(--ptColor1);font-weight: 600;color:#FFF;border-radius: 5px;}
#bo_list .chk_box input[type="checkbox"] + label, #bo_gall .chk_box input[type="checkbox"] + label {padding-left: 23px;font-size:14px;}
#bo_list .chk_box input[type="checkbox"] + label span, #bo_gall .chk_box input[type="checkbox"] + label span {width:16px;height:16px;}
#bo_list .cnt_cmt{background:var(--ptColor1);flex-shrink:0;margin-left:5px;box-shadow: none;}

/* 게시판 상세 */
#bo_v iframe {width:100% !important;height:auto !important;aspect-ratio:16/9;}
#bo_v .comment_wrap{border:1px solid #ececec; padding:20px;padding-top:0px;margin-top:20px;padding-bottom:0;}
#bo_vc .cmt_contents{padding:0;border:0;background:transparent;}
#bo_vc article{padding:15px; border:1px solid #ececec;}
#bo_v .bo_vc_w{margin:0;margin-top:20px;}
#bo_v .bo_vc_w .btn_submit{padding:0; width:50px; height:50px; display:flex; justify-content:center; align-items:center;}
#bo_v .bo_vc_w .btn_confirm{margin:0;position: absolute;top: 0;right: 0;}
#bo_v .bo_vc_w textarea{height:50px;border:1px solid #ececec;box-shadow:none;background:#fff !important;resize:none;padding-right: 60px;}
#bo_v .bo_vc_hdinfo{font-style:normal;}
#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest{font-size:16px;}
#bo_v .bo_vc_hdinfo{color:#999; font-size:14px;}
#bo_vc .cmt_contents{line-height:1.6; font-size:14px;color:#3d3d3d;}
#bo_vc_w .bo_vc_w_info .frm_input {border:1px solid #ececec;border-radius:0;}
#bo_vc_w #captcha #captcha_img, #bo_vc_w #captcha #captcha_key, #bo_vc_w #captcha #captcha_mp3, #bo_vc_w #captcha #captcha_reload {border-radius:0;}

#bo_vc > article .bo_vc_w{margin-top:0;}
#bo_vc > article .bo_vc_w > form{margin-top:20px;}

/* 게시판 상세 반응형 */
@media screen and (max-width:480px){
	#bo_v .comment_wrap{padding:10px; padding-top:0; padding-bottom:0;}
	#bo_v .bo_vc_w{margin-top:10px;}
	#bo_v .bo_vc_w form{gap:10px;}
	#bo_vc article{margin:10px 0;}
	#bo_vc article{padding:10px;}
	#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest{font-size:14px;}
	#bo_vc header span{font-size:10px;}
	#bo_vc .cmt_contents{font-size:12px;}
	#bo_v .bo_vc_w textarea{font-size:14px;}
}

/* 게시판 글쓰기 */
#bo_w .bo_w_flie .file_wr{border: 2px solid #eee;border-radius: 10px;height: 45px;padding: 6px;}
#bo_w .bo_w_link label,#bo_w .bo_w_flie .lb_icon {background: #eee;color: #222;border-radius: 8px 0 0 8px;height: 43px;line-height: 43px;width: 45px;}
#bo_w .bo_w_select select{background: #fff;border: 2px solid #eee;height:45px;font-size: 15px;border-radius: 10px;padding: 0 35px 0 20px;background:url(../img/select_arr.png) no-repeat center right 18px;  -webkit-appearance:none;  -moz-appearance:none; appearance:none;}
#bo_w .bo_w_tit #btn_autosave {background: #eee;color: #222;border-radius: 10px;top:8px;right:8px;}
#bo_w .option_div input[type='checkbox'] {position:relative;top: -1px;}
#bo_w .option_div input[type='checkbox']{display: none;}
#bo_w .option_div input[type='checkbox'] + label{display: flex;align-items:center;line-height: 16px;cursor: pointer;gap: 5px;}
#bo_w .option_div input[type='checkbox'] + label::before{content: '';width: 14px;height: 14px;font-weight: 600;text-align: center;line-height: 12px;background-color: #fff;border: 2px solid #eee;border-radius: 5px;font-size: 13px;}
#bo_w .option_div input[type='checkbox'] + label + input[type='checkbox'] + label {margin-top: 10px;}
#bo_w .option_div input[type='checkbox']:checked + label::before{background: var(--ptColor1);content: '✓';border: 1px solid var(--ptColor1);color: #fff;}
#bo_w .bo_w_link .frm_input{padding-left: 55px;}

/* 약관 */
#ctt_con .cont_box {margin-bottom:25px;padding-bottom:25px;border-bottom:1px solid #dfdfdf;}
#ctt_con .cont_box:last-child {margin-bottom:0;padding-bottom:0;border-bottom:none;}
#ctt_con .p01 {font-size:19px;line-height:27px;margin-bottom:20px;font-weight:600;color:#000;word-break:keep-all;}
#ctt_con .p02 {font-size:17px;line-height:19px;margin-bottom:10px;color:#000;word-break:keep-all;}
#ctt_con .p03 {font-size:15px;line-height:25px;color:#333;word-break:keep-all;}
#ctt_con a {color:#333;}

/* 약관 반응형 */
@media screen and (max-width:1200px){
	#ctt {padding:0;}
}
@media screen and (max-width:1024px){
	#ctt_con .p01 {font-size:18px; line-height:1.3;}
	#ctt_con .cont_box {padding-bottom:20px; margin-bottom:20px;}
	#ctt_con .p02 {font-size:16px;}
	#ctt_con .p03 {font-size:14px; line-height:1.6;}
}
@media screen and (max-width:640px){
	#ctt_con .p01 {font-size:16px;}
	#ctt_con .cont_box {padding-bottom:15px; margin-bottom:15px;}
	#ctt_con .p02 {font-size:13px;}
	#ctt_con .p03 {font-size:12px;}
}

/* 로그인 페이지 */
.login_type02_wrap{margin:0 auto;padding:28px; max-width:476px; width:100%; border-radius:20px; background: #FFF;box-shadow: 0px 4px 25px 0px rgba(190, 190, 190, 0.25);}
.login_type02_wrap .tit{text-align:center; color:#000; font-size:28px; font-weight:700; line-height:1.38;margin-bottom:24px;}
.login_type02_wrap .frm_input{width:100%; height:58px; padding:8px 8px 8px 20px; border-radius:8px; border:1px solid #e5e5e5; background:#f7f7f7;margin-bottom:12px; font-size:16px; font-weight:500;box-shadow:none; background-image:none !important;}
.login_type02_wrap .chk_box input[type="checkbox"] + label span{width:18px; height:18px; border-radius:20px;background:url('../img/chk_ed.png') no-repeat 50% 50%;}
.login_type02_wrap .chk_box input[type="checkbox"]:checked + label span{border-color:#000;background:url('../img/chk.png') no-repeat 50% 50% #000;}
.login_type02_wrap .chk_box input[type="checkbox"] + label{font-size:15px; color:#3c3c3c !important; font-weight:500;padding-left:28px; cursor:pointer;}
.login_type02_wrap input[type="submit"]{margin-top:24px;line-height:58px;border: 0;background:#000;text-align:center;border-radius:8px;font-size:18px;color:#fff;font-weight:600;width:100%;}
.login_type02_wrap .find_info{display:flex; justify-content:space-between; align-items:flex-end;margin:24px 0;}
.login_type02_wrap .find_info .t1{/* margin-bottom:12px; */ font-size:18px; color:#000; font-weight:600;}
.login_type02_wrap .find_info .t2{font-size:15px; color:#434343; font-weight:400;}
.login_type02_wrap .find_info #login_password_lost{color:#434343;text-decoration:underline;font-size:14px;font-weight:500;line-height: normal;padding: 0;border: 0;}
.login_type02_wrap .regi_btn{line-height:58px; border:1px solid #000; border-radius:8px; background:#fff ;text-align:Center; font-size:18px; font-weight:500;display:block; width:100%;}
.login_type02_wrap #sns_login{margin:0; border-top:0;}
.login_type02_wrap .sns-wrap{display:flex; flex-direction:column-reverse;}
.login_type02_wrap #sns_login h3{display:none;}
.login_type02_wrap #sns_login .sns-icon{padding:0 28px; line-height:58px; border-radius:8px; height:auto; text-align:center;margin:0;margin-top:8px;}
.login_type02_wrap #sns_login .txt{display:inline;padding-left:0; border-left:0; font-size:18px; font-weight:500;}
.login_type02_wrap #sns_login .txt:hover{background:transparent;}
.login_type02_wrap #sns_login.sns-wrap-over .sns-kakao,
.login_type02_wrap #sns_login.sns-wrap-over .sns-naver{background-position:28px center;}
.login_type02_wrap #mb_login_od_wr{width:100%;margin-top:48px; padding-top:49px; border-top:1px solid #d9d9d9;}
.login_type02_wrap #mb_login_od_wr h2{text-align:center; color:#000; font-size:28px; font-weight:700; line-height:1.38;margin-bottom:24px;margin-top:0;}
.login_type02_wrap #mb_login_od_wr .frm_input{margin:0;width:100%; height:58px; padding:8px 8px 8px 20px; border-radius:8px; border:1px solid #e5e5e5; background:#f7f7f7;margin-bottom:12px; font-size:16px; font-weight:500;box-shadow:none; background-image:none !important;}
.login_type02_wrap #mb_login_od_wr p{display:none;}
.login_type02_wrap #mb_login_od_wr .btn_submit{margin-top:0; line-height:58px; background:#000; border-radius:8px; font-size:18px; font-weight:600; color:#fff; height:auto;}

.new_login .rgs_ul {margin: 30px 0 20px;display:flex;justify-content:center;line-height: 1;}
.new_login .rgs_ul > li + li {padding-left:10px;margin-left:10px;border-left: 1px solid rgb(85 85 85 / 34%);}
.new_login .rgs_ul > li > a {color:#555;font-weight:300;}
.new_login .sns-wrap {margin-top: 30px;padding-top: 20px;display:flex;align-items: center;flex-direction: row;gap: 10px;border-top: 1px solid #e5e5e5;}
.new_login .sns-wrap .sns_tt {flex-shrink: 1;margin-right:auto;font-size: 18px;font-weight: 300;line-height: 1.5;text-align: left;}
.new_login .sns-wrap .sns_tt strong {font-weight:600;}
.new_login .sns-icon .txt i {display:none;}
.new_login #sns_login.sns-wrap-over .sns-kakao,
.new_login #sns_login.sns-wrap-over .sns-naver{background-position:center;}
.new_login #sns_login .sns-icon {padding: 0;width: 50px;line-height: 50px;height: 50px;}
.new_login #sns_login .txt {opacity:0;display: inline-block;}

/* 로그인 페이지 반응형 */
@media screen and (max-width: 500px){
	.login_type02_wrap .find_info {flex-direction:column;gap: 20px;text-align: center;}
	.login_type02_wrap .find_info * {word-break:keep-all}
	.login_type02_wrap .find_info .txt {width:100%;}
	.login_type02_wrap .find_info #login_password_lost {margin:0 auto;word-break:keep-all}
	.sns-wrap-over .sns-kakao, .sns-wrap-over .sns-naver {background-position-x:10px !important;}
}
@media screen and (max-width: 400px){
	.new_login .rgs_ul {flex-direction:column;align-items:center;text-align:center;gap:10px;}
	.new_login .rgs_ul > li + li {padding:0;margin:0;border:0;}
	.new_login .sns-wrap {flex-wrap:wrap;justify-content: center;}
	.new_login .sns-wrap .sns_tt {width:100%;text-align:center;}
}

.inner {max-width:1540px;width:100%;padding-left: 20px;padding-right: 20px;margin:0 auto; position:relative;}
.inner_1320 {max-width:1360px;width:100%;padding-left: 20px;padding-right: 20px;margin:0 auto; position:relative;}
.inner_x{max-width:100%;width:100%;padding-left: 0px;padding-right: 0px;}
.clearfix::after {content:'';display:block;clear:both;}

/* 상단 */
.header{position:fixed;width:100%;height:100px; top:0; left:0; transition:all 0.3s; z-index:1000;background-color: rgba(0,0,0,0); border-bottom: 1px solid rgba(225,225,225,0.1);}
.header .hd_wrap{position:relative;max-width:1800px;margin:0 auto;width: calc(100% - 40px);height: 100%;display: flex;justify-content:space-between;align-items: center;}
.header .logo {width:230px;text-align: center;}
.header .nav {position:absolute;left: 50%; transform: translateX(-50%);}
.header .menu{display: flex;align-items:center;}
.header .menu > li{position:relative;}
.header .menu > li > a{text-align:center;display:block;width:180px;color:#fff;line-height:100px;width:180px;font-size:20px;font-weight: 700;transition: all 0.3s; }
.header .menu li:hover > a {color:var(--ptColor1) !important;}
.header .submenu_wrap {display: none;position: fixed;top: 100px;left: 50%; transform: translateX(-50%); width: 1320px;height: 440px; max-width: 147%; z-index: 1;}
.header .submenu_wrap .view {height:100%;display:flex;}
.header .submenu_wrap .submenu {width:300px;height:100%;background: #f8f8f8;padding: 53px 35px;float: left;}
.header .submenu_wrap .submenu > li > a{line-height:1;border-bottom:1px solid #ddd ;position:relative;display:block;padding:20px 0;font-size:18px;font-weight:600;color:#666;transition: all 0.3s;}
.header .submenu_wrap .submenu > li > a:hover {border-color:var(--ptColor1);}
.header .submenu_wrap .imgbox {position:relative;flex: 1;height: 100%;background: #f8f8f8;}
.header .submenu_wrap .imgbox .hv_img {display:none;position:absolute;top:0;left:0;}
.header .submenu_wrap .imgbox .title {display:flex;background: #fff;align-items: center;}
.header .submenu_wrap .imgbox .title h3 {color: #222;flex:1;padding:0 40px;font-weight:500;}
.header .side {display: flex;align-items:center;gap:60px;}
.header .side .lang {display: flex;align-items:center;gap:10px;}
.header .side .lang a {line-height:1;color:#979696;font-weight:700;}
.header .side .lang .on {color:#fff;}
.header .side .mn_btn {cursor:pointer;filter: invert(1) brightness(100);}

.header.on {background:#fff;}
.header.on .menu > li > a {color:#000;}
.header.on .lang .on {color:#000;}
.header.on .side .mn_btn {filter:initial;}

.header.scroll, .header.sub_hd {background:#fff;}
.header.scroll .menu > li > a, .header.sub_hd .menu > li > a {color:#000;}
.header.scroll .lang .on, .header.sub_hd .lang .on {color:#000;}
.header.scroll .side .mn_btn, .header.sub_hd .side .mn_btn {filter:initial;}

.all_menu {position: fixed;top: 0;width: 480px;right:-480px;height: 100vh;padding-top: 100px;z-index: 500;transition: .3s;}
.all_menu.on {right: 0;}
.all_menu:before {content:'';background-color: rgba(255,255,255,0.8);width:100%;height:100px;position: absolute;top: 0;right: 0;z-index: 5;}
.all_menu .mn_btn{cursor:pointer;transition: all .2s;position: absolute;top: 0;z-index: 105;right: 0;width: 100px;height: 100px;}
.all_menu .mn_btn .bar {display:block;width: 3px;height: 45px;background: #333;transition: all .2s;border-radius:2px;transform:rotate(-45deg);transition:.3s;position: absolute;top: 25px;right: 50px;}
.all_menu .mn_btn .bar:nth-child(2) {transform:rotate(45deg);}
.all_menu .mn_btn:hover .bar:nth-child(1) {height:30px;top:25px;}
.all_menu .mn_btn:hover .bar:nth-child(2) {height:30px;top:45px;}

.all_menu .all_bg{position: fixed;top: 0;right:0;width: 100%;height: 100%;background: rgba(0,0,0,0.5);z-index: 1;display: none;}
.all_menu .all_bg.on{opacity: 1;}
.all_menu .all_menu_wrap {background: #fff;height: 100%;padding: 30px 0 100px;position: relative;z-index: 50;} 
.all_menu .all_menu_wrap:before {content:'';width:60%;height:100%;border-left: 1px solid #ddd;background:#f5f5f5;position: absolute;right: 0;top: 0;}
.all_menu .all_menu_wrap:after{position: absolute;content:'';width: 20px;height: 20px;background: #fff;border-top: 1px solid #ddd;border-right: 1px solid #ddd;transform:rotate(45deg);left: calc(40% - 9px);top: 38px;}
.all_menu .all_menu_wrap li {display:flex;align-items: center;}
.all_menu .all_menu_wrap li > a {width: 40%;display: flex;align-items: center;padding: 0 40px 0 20px;justify-content: space-between;height: 50px;font-weight: 400;transition: .3s;cursor: pointer;}
.all_menu .all_menu_wrap li > a i {font-size: 12px;}
.all_menu .all_menu_wrap li .submenu {padding:30px 0 50px 25px;width: 60%;right: -60%;position: absolute;transition: .5s;opacity: 0;top: 0;}
.all_menu .all_menu_wrap li.active .submenu{right: 0%;opacity: 1;}
.all_menu .all_menu_wrap li .submenu li > a {width: 100%;}
.all_menu .all_menu_wrap li > a:hover {color:var(--ptColor1);}

@media screen and (max-width:1320px){
	.header img {max-width:100%;}
	.header .menu > li > a {width: 100%;font-size:17px;}
	.header .nav {margin-right:0;max-width:65%;width: 100%;}
	.header .menu {width:100%;}
	.header .menu > li {width:100%;}
	.header .submenu_wrap {height:380px;}
	.header .submenu_wrap .submenu {width: 22.7273%;}
	.header .submenu_wrap .imgbox {width: 77.2728%;}
}
@media screen and (max-width:1024px){
	.header .logo {width:auto;}
	.header .nav {display:none;}
	.header .side {gap:50px;}
}
@media screen and (max-width:780px){
	.header {height:79px;}
	.header .logo img {width:75px;}
	.all_menu:before {height:70px;}
	.all_menu {padding-top:70px;}
	.all_menu .mn_btn {width:70px;height:70px;}
	.all_menu .mn_btn .bar {top: 24px;height: 25px;right: 35px;}
	.all_menu .mn_btn:hover .bar:nth-child(1) {height:24px;top:16px;}
	.all_menu .mn_btn:hover .bar:nth-child(2) {height:24px;top:32px;}
}
@media screen and (max-width:500px){
	.header .logo img {width:50px;}
	.header .side {gap:30px;}
	.header .side .mn_btn img {width:30px;}	
	.all_menu {max-width: 480px;width: 80%;right: -100%;}
	.all_menu * {word-break:keep-all;}
	.all_menu .all_menu_wrap li > a {padding: 0 15px 0 15px;}
	.all_menu .all_menu_wrap {font-size:16px;}
}
@media screen and (max-width:400px){
	.all_menu {width:100%;}
}

/* 메인 */
.swiper-container {margin:0 auto;width:100%;overflow:hidden;position:relative;}
.main .banner .banner_swiper {width:100%;height:100vh;overflow:hidden;}
.main .banner .banner_swiper .swiper-slide {display:grid;align-content: center;color:#fff; width:100%; height:100% ;}
.main .banner .banner_swiper .swiper-slide .bg {background : no-repeat center/cover;position:absolute;top: 50%;left: 50%;transform: translate(-50%, -50%) scale(1);transition: 5s;width: 100%;height: 100%;}
.main .banner .banner_swiper .swiper-slide.slide1 .bg {background-image : url(../img/main_banner01.jpg);}
.main .banner .banner_swiper .swiper-slide.slide2 .bg {background-image : url(../img/main_banner02.jpg);}
.main .banner .banner_swiper .swiper-slide.slide3 .bg {background-image : url(../img/main_banner03.jpg);}
.main .banner .banner_swiper .swiper-slide-active .bg {animation:5s ease forwards bg_ani;} 
.main .banner .banner_swiper .swiper-slide .inner {height: 100%;}
.main .banner .banner_swiper .swiper-slide .txtbox {text-align: center;}
.main .banner .banner_swiper .swiper-slide .txtbox .tit {line-height:1.2;}
.main .banner .banner_swiper .swiper-slide .txtbox .txt {padding-top:20px;}
.main .banner .banner_swiper .swiper-slide .txtbox .desc {padding-top:40px;}
.main .banner .swiper-nav{position: absolute;left: 50%;bottom: 80px;transform: translateX(-50%);z-index: 10;align-items: center;justify-content: center;display: flex;gap: 40px;}
.main .banner .swiper-nav .btns{width:20px;height:20px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all 0.3s;}
.main .banner .swiper-nav .btns span{font-size:18px;font-variation-settings:'FILL'1,'wght'200; color:#fff;}
.main .banner .swiper-nav .btns span.play{display:none;}
.main .banner .swiper-nav .btns span.pause{display:block;}
.main .banner .swiper-nav .btns.on span.play{display:block;}
.main .banner .swiper-nav .btns.on span.pause{display:none;}
.main .banner .swiper-nav .sw_btn {width:auto;height:auto;margin:auto;position:initial;}
.main .banner .swiper-nav .sw_btn:after {font-size:12px;color: #fff;opacity: 1;}
.main .m_ani1 {opacity:0;transition: transform 0.4s ease, opacity 0.4s ease;}
.main .m_ani2 {opacity:0;transition: transform 0.4s ease, opacity 0.4s ease;}
.main .m_ani3 {opacity:0;transition: transform 0.4s ease, opacity 0.4s ease;}
.main .ani1 {opacity:0;transition: transform 0.4s ease, opacity 0.4s ease;}
.main .ani2 {opacity:0;transition: transform 0.4s ease, opacity 0.4s ease;}
.main .ani3 {opacity:0;transition: transform 0.4s ease, opacity 0.4s ease;}
.main .ani4 {opacity:0;transition: transform 0.4s ease, opacity 0.4s ease;}
.main .ani5 {opacity:0;transition: transform 0.4s ease, opacity 0.4s ease;}
.main .ani_r {opacity:0;transform:translateX(50px);transition: transform 0.4s ease, opacity 0.4s ease;}
.main .ani_l {opacity:0;transform:translateX(-50px);transition: transform 0.4s ease, opacity 0.4s ease;}
.main .section.on .m_ani1 {animation:0.4s ease 0.2s forwards textAnim;}
.main .section.on .m_ani2 {animation:0.4s ease 0.4s forwards textAnim;}
.main .section.on .m_ani3 {animation:0.4s ease 0.8s forwards textAnim;}
.main .section.on .ani_r {animation:0.4s ease forwards aniRight;}
.main .section.on .ani_l {animation:0.4s ease forwards aniLeft;}
.main .swiper-slide-active .ani1 {animation:0.4s ease 0.2s forwards textAnim;}
.main .swiper-slide-active .ani2 {animation:0.4s ease 0.4s forwards textAnim;}
.main .swiper-slide-active .ani3 {animation:0.4s ease 0.8s forwards textAnim;}
.main .swiper-slide-active .ani4 {animation:0.4s ease 1.2s forwards textAnim;}
.main .swiper-slide-active .ani5 {animation:0.4s ease 1.6s forwards textAnim;}

@keyframes textAnim{
	from{ transform:translateY(50px);opacity:0; }
	to{ transform:translateY(0);opacity:1; }
} 
@keyframes bg_ani{
	from{ transform: translate(-50%, -50%) scale(1); }
	to{ transform: translate(-50%, -50%) scale(1.1); }
} 
@keyframes aniRight{
	from{ transform:translateX(50px);opacity:0; }
	to{ transform:translateY(0);opacity:1; }
} 
@keyframes aniLeft{
	from{ transform:translateX(-50px);opacity:0; }
	to{ transform:translateY(0);opacity:1; }
} 

.main .padd .inner {padding-top:100px;}
.main .flex {display:flex;}
.main .flexsb {display:flex;justify-content:space-between;}
.main .pt {color:var(--ptColor1);}
.main .titbox{margin-bottom:50px;}
.main .titbox .tit {line-height:1;}
.main .titbox .desc {margin-top:20px;color:#666;line-height: 1.6;}
.main .titbox .pt {margin-bottom:20px;}

.main .view {margin:50px auto 0;font-weight: 700; line-height: 1; color: #fff; width: 240px; height:70px; background-color: #00aeef; border-radius: 30px; display: flex; align-items: center; justify-content: center; position: relative;}
.main .sec01 .sec01_swiper {width:100%;height:100vh;overflow:hidden;}
.main .sec01 .sec01_swiper .swiper-slide {display:grid;align-content: center;color:#fff; width:100%; height:100% ;}
.main .sec01 .sec01_swiper .swiper-slide .bg {background : no-repeat center/cover;position:absolute;top: 50%;left: 50%;transform: translate(-50%, -50%) scale(1);transition: 5s;width: 100%;height: 100%;}
.main .sec01 .sec01_swiper .swiper-slide.slide1 .bg {background-image : url(../img/main_s1_bg01.jpg);}
.main .sec01 .sec01_swiper .swiper-slide.slide2 .bg {background-image : url(../img/main_s1_bg02.jpg);}
.main .sec01 .sec01_swiper .swiper-slide.slide3 .bg {background-image : url(../img/main_s1_bg03.jpg);}
.main .sec01 .sec01_swiper .swiper-slide.slide4 .bg {background-image : url(../img/main_s1_bg04.jpg);}
.main .sec01 .sec01_swiper .swiper-slide-active .bg {animation:5s ease forwards bg_ani;} 
.main .sec01 .sec01_swiper .swiper-slide .cont {text-align: center;}
.main .sec01 .sec01_swiper .swiper-slide .inner {height: 100%;}
.main .sec01 .sec01_swiper .swiper-slide .tit {padding:30px 0 20px;}
.main .sec01 .sec01_swiper .swiper-slide p {padding-top:10px;word-break:keep-all;}
.main .sec01 .s1_ul {padding-top:50px;justify-content: center;}
.main .sec01 .s1_ul li {width: fit-content;padding: 0 50px;}
.main .sec01 .s1_ul li + li {border-left: 1px solid #353447;}
.main .sec01 .s1_ul li p {font-weight:500;}
.main .sec01 .s1_ul li h3 {line-height:1;}
.main .sec01 .swiper-pagination {bottom:100px;}
.main .sec01 .swiper-pagination span {width:40px;background: #fff;opacity: .8;border-radius: 0;height: 7px;}
.main .sec01 .swiper-pagination .swiper-pagination-bullet-active {background:var(--ptColor1);}
.main .sec01 .sec01_swiper .swiper-slide.slide2 {color:#000;}
.main .sec01 .sec01_swiper .swiper-slide.slide2 * {text-shadow: 0px 0px 5px rgba(108, 111, 125, 0.35);}
.main .sec01 .sec01_swiper .swiper-slide.slide2 p {color:#444;}
.main .sec01 .sec01_swiper .swiper-slide.slide4 h4 {text-shadow: 0px 0px 5px rgba(108, 111, 125, 0.35);}

@media screen and (max-width:1800px){
	.main img {max-width:100%;}
}
@media screen and (max-width:1320px){
	.main .view {width:220px;height:65px;}

	.main .sec01 .s1_ul li {padding:0;width:100%;}
}
@media screen and (max-width:1024px){
	.main .sec01 .sec01_swiper .swiper-slide .tit{padding: 20px 0 10px;}
	.main .sec01 .sec01_swiper .s1_ul br {display:none;}
}
@media screen and (max-width:780px){
	.main {overflow:hidden;}
	.main .padd .inner {padding-top: var(--ctMargin);padding-bottom:var(--ctMargin);}
	.main .view {width:180px;height:50px;}
}
@media screen and (max-width: 500px){
	.main .view {margin-top:30px;width:150px;height:44px;}

	.main .sec01 .sec01_swiper p br {display:none;}
	.main .sec01 .s1_ul {display:grid;gap:10px 0;grid-template-columns:repeat(2,1fr);}
	.main .sec01 .s1_ul li + li:nth-child(3) {border:0;}
	.main .sec01 .s1_ul p {padding:0 20px;font-size:12px;}
}
@media screen and (max-width: 360px){
	.main .sec01 .s1_ul p {padding:0 8px;}
}

.main .sec02 {background-color:#f8f8f8;text-align: center;}
.main .sec02 ul {gap:70px;}
.main .sec02 ul li {flex:1; position: relative; border-bottom: 1px solid #ddd; transition: all 0.3s;}
.main .sec02 ul li p {color:#333;line-height: 1; font-weight: 500; color:#333;  transition: all 0.3s; padding: 30px 0; width: 100%;  position: relative;}
.main .sec02 ul li p span {opacity: 0; transition: all 0.3s; position: absolute; top: 50%; right: 0; transform: translateY(-50%);}
.main .sec02 ul li:hover {border-color:var(--ptColor1);}
.main .sec02 ul li:hover p {color: var(--ptColor1);}
.main .sec02 ul li:hover p span {opacity: 1;}

@media screen and (max-width:1024px){
	.main .sec02 ul {gap:30px;}
}
@media screen and (max-width:780px){
	.main .sec02 ul {flex-direction:column;max-width:450px;margin: 0 auto;}
	.main .sec02 ul li p {padding: 15px 0;}
}

.main .sec03:before {content:'';background : url(../img/main_s3_bg.jpg) no-repeat center/cover;width:100%;height:100%;position:absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);opacity: 0;transition: .9s 1.6s;}
.main .sec03.active:before {opacity:1;}
.main .sec03 * {word-break:keep-all;}
.main .sec03 .titbox{margin-bottom:0px;}
.main .sec03 .titbox .tit {line-height:1.5;}
.main .sec03 .flexsb {gap: 130px;align-items:center;}
.main .sec03 .flexsb figure {flex:1;border-radius: 5px;/* box-shadow: 6px 10px 18px 0px rgba(135, 135, 135, 0.27); */}
.main .sec03 .flexsb .titbox {width: 43%;}
.main .sec03 .view {margin:50px 0 0;display:flex;padding: 0 30px;justify-content: space-between;}
.main .sec03 .view span {transition:all 0.3s;position: relative;right: 0;}
.main .sec03 .view:hover span {right: -20px;}

@media screen and (max-width:1320px){
	.main .sec03 .flexsb {gap:100px;}
}
@media screen and (max-width:1024px){
	.main .sec03 .flexsb {gap:50px;}
	.main .sec03 .titbox .tit br {display:none;}
}
@media screen and (max-width:780px){
	.main .sec03 .flexsb {flex-direction:column;}
	.main .sec03 .flexsb .titbox {width: 100%;}
}
@media screen and (max-width:780px){
	.main .sec03 .view {padding: 0 20px;}
}

.main .sec04 {background : url(../img/main_s4_bg.jpg) no-repeat center/cover;text-align: center;}
.main .sec04 ul {gap:60px; position: relative; }
.main .sec04 ul li {flex:1; background-color: #fff; transition: all 0.3s; border-radius: 5px; overflow: hidden; box-shadow: 0px 0px 46px 0px rgba(209, 211, 211, 0.3);}
.main .sec04 ul li a {padding:70px 0 80px;display: block;}
.main .sec04 ul li .ico {max-width:120px;width: 40%;margin: 0 auto 2em;transition: all 0.3s;border-radius: 50%;overflow: hidden;background-color: var(--ptColor1);}
.main .sec04 ul li .ico img {display: block; max-width: 100%;}
.main .sec04 ul li h5 {font-weight: 700; line-height: 1; color: #000; transition: all 0.3s;}
.main .sec04 ul li p {line-height: 1.6667; margin-top:15px;letter-spacing: -0.02em; transition: all 0.3s; text-align: center; color: #606060;}
.main .sec04 ul li:hover {background-color:var(--ptColor1);}
.main .sec04 ul li:hover .ico {background-color: #27c1fa;}
.main .sec04 ul li:hover h5 {color: #fff;}
.main .sec04 ul li:hover p {color: #fff;}

@media screen and (max-width:1320px){
	.main .sec04 ul {gap:30px;}
}
@media screen and (max-width:1024px){
	.main .sec04 ul br {display:none;}
}
@media screen and (max-width:780px){
	.main .sec04 ul {flex-wrap:wrap;gap: 20px;}
	.main .sec04 ul li {flex: auto;width:calc(100%/2 - 50px/2);}
	.main .sec04 ul li a {padding:50px 20px;}
}
@media screen and (max-width:500px){
	.main .sec04 ul li .ico {width: 50%;}
	.main .sec04 ul li a {padding:40px 10px;}
}

.main .sec05 {background-color: #f8f8f8;}
.main .sec05 * {word-break:keep-all;}
.main .sec05 .titbox {text-align: center;}
.main .sec05 .cont {gap:50px;}
.main .sec05 .news {padding:60px;width: 57%; background-color: #fff; border-radius: 5px; }
.main .sec05 .news .news_tit {align-items: flex-end;}
.main .sec05 .news .news_tit a {align-items: center;gap:15px;transition: all 0.3s;display: flex;}
.main .sec05 .news .news_tit h4 {line-height: 1;}
.main .sec05 .news .news_tit span {transition: all 0.3s;font-size: 15px;}
.main .sec05 .news ul {border-top: 1px solid #000; margin-top: 1.875em;}
.main .sec05 .news ul li {border-bottom: 1px solid #ddd;}
.main .sec05 .news ul li a {padding: 23px 0}
.main .sec05 .news ul li p {line-height: 1}
.main .sec05 .news ul li p.name {flex:1; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; transition: all 0.3s;}
.main .sec05 .news ul li p.date {}
.main .sec05 .link {width: 40%; position: relative;}
.main .sec05 .link .box {background: no-repeat center center; border-radius: 5px; }
.main .sec05 .link .box01 {background-image: url(../img/main_s5_bg01.png);}
.main .sec05 .link .box02 {background-image: url(../img/main_s5_bg02.png); margin-top:25px;}
.main .sec05 .link a {padding:50px 60px;; align-items: center; }
.main .sec05 .link .ico img {max-width: 100%; transition: all 0.3s;}
.main .sec05 .link .txtbox {flex:1;}
.main .sec05 .link .txtbox a {color:#fff;}
.main .sec05 .link .txtbox h4 {line-height: 1; color: #fff; }
.main .sec05 .link .txtbox p {line-height: 1.66667; color: #fff; margin-top: 15px; opacity: 0.8;}
.main .sec05 .news .news_tit a:hover {color:var(--ptColor1);}
.main .sec05 .news ul li:hover p.name {color:var(--ptColor1);}
.main .sec05 .link .box:hover .ico img {transform: rotateZ(-15deg);}
.main .sec05.on .ani_r {animation-delay:1s;}
.main .sec05.on .ani_l {animation-delay:1s;}

@media screen and (max-width:1024px){
	.main .sec05 .link a {padding: 50px 30px;}
}
@media screen and (max-width:780px){
	.main .sec05 .cont {flex-direction:column;gap: 25px;}
	.main .sec05 .news, .main .sec05 .link {width:100%;}
	.main .sec05 .news {padding:50px 30px;}
	.main .sec05 .link .box {background-size:cover;}
}
@media screen and (max-width:500px){
	.main .sec05 .link .ico img {width:50px;}
	.main .sec05 .news {padding:30px;}
	.main .sec05 .link a {padding:30px;gap: 20px;}
}

/* 하단 */
.footer{color: #606060;background-color: #191919; padding:60px 0;}
.footer .infobox {border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom:20px; margin-bottom: 30px;}
.footer .infobox p {font-size: 1em; color: #606060; line-height: 1.8;}
.footer .infobox p span + span::before {content: "ㅣ"; display:inline-block;margin:0 5px;}
.footer .copybox{justify-content: space-between;display: flex;}
.footer .copybox p {line-height: 1;  font-weight: 400;}
.footer .privacy {margin-left:auto;display:flex;gap:20px;}
.footer .privacy li a {cursor:pointer;line-height: 1; color: #fff; font-weight: 500;}
.footer .privacy li:first-child a {color: #148dd6;}

@media screen and (max-width:780px){
	.footer{padding: 45px 0;}
	.footer .infobox {padding-bottom: 15px;margin-bottom: 20px;}
	.footer .copybox {flex-direction:column;gap: 15px;}
	.footer .privacy {margin:0;}
}
@media screen and (max-width:500px){
	.footer .infobox span {display:block;}
	.footer .infobox p span + span::before {display:none;}
	.footer .copybox p {line-height:1.3;}
	.footer .infobox .bar {display:block;line-height:0;opacity:0;}
}

/* body:has(#sub_div) .top_btn, body:has(#sub_div) .lnk_btn {display:block;} */
.top_btn {/* display:none; */cursor:pointer;background:#3c3e3d;width: 45px;aspect-ratio: 1/1;position: fixed;right: 45px;bottom: 70px;z-index: 100;border-radius: 50px;color: #FFF;}
.top_btn > div {display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;}
.top_btn span {color:#fff;font-size:25px;font-weight:100;}
.lnk_btn {/* display:none; */position: fixed;right: 45px;bottom: 130px;z-index: 100;}
.lnk_btn img {width: 45px;}

.popup{transition:0.2s;display:none;position:fixed;z-index:500;width:100%;height:100%;top: 0;left: 0;}
.popup .pop_bg {position: absolute;background:rgba(0,0,0,0.4);width:100%;height:100%;top: 0;left: 0;}
.popup .pop_cont {position:relative;margin: 0 auto;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 100%;display: inline-block;max-width: 1000px;background: #fff;border-radius: 20px;padding: 40px;max-height: 596px;}
.popup .pop_cont > button {right: 30px;position: absolute;top: 30px;border: none;background: none;}
.popup .pop_cont > button span {color: #000;font-size: 50px;}
.popup .pop_cont .content {display:none;}
.popup .pop_cont .txtbox {border:1px solid #ddd;overflow-y: auto;padding: 20px;height: 450px;margin-top: 20px;}

@media screen and (max-width:1320px){
	.top_btn {bottom:20px;right:20px}
	.lnk_btn {bottom:80px;right:20px}
}
@media screen and (max-width:1024px){
	.popup .pop_cont > button {top:20px;right:20px;}
	.popup .pop_cont {max-width: inherit;width: 90%;}
}
@media screen and (max-width:500px){
	.popup .pop_cont {padding: 20px;}
	.popup .pop_cont > button span {font-size: 30px;}
	.pop .cont {width:100%;padding:0 20px;}
	.pop .cont .img_wrp img {width:100%;}
}

/* 서브 */
/* #sub_div {margin-top: var(--hdHeight);} */
#sub_div:not(:has(.sb_bg )) {margin-top: var(--hdHeight);}
#sub_div > .inner_1320 {padding-top: var(--ctMargin);padding-bottom: var(--ctMargin);}
#sub_div > .inner_x {padding: 0px;}

.hd_top {position: absolute;top: var(--hdHeight);left: 0;width: 100%;border-bottom: 1px solid rgba(255,255,255,0.2);z-index: 10;}
.hd_top ul {margin: 0px auto;max-width:1500px;display:flex;justify-content: center;}
.hd_top ul > li {position:relative;}
.hd_top ul > li::before {content: '';display: block;width: 14px;height: 9px;background: url(../img/hdt_arr.png) no-repeat center center;position: absolute;left: 50%;bottom: 0px;transform: translateX(-50%);transition: var(--trsAni);opacity: 0;}
.hd_top ul a {display:block;padding: 0 30px;line-height: 70px;color:#FFF;opacity: 0.5;text-align:center;transition: var(--trsAni);}
.hd_top ul a:hover, .hd_top ul > li.on a {color:var(--ptColor1);opacity:1;}
.hd_top ul > li:hover::before, .hd_top ul > li.on::before {opacity:1;}

@media screen and (max-width:1520px){
	#sub_div {overflow:hidden;}
}
@media screen and (max-width:1024px){
	.hd_top ul a {padding: 0 25px;line-height:60px;}
}
@media screen and (max-width:780px){
	.hd_top ul a {padding: 0 6px;line-height:55px;}
}
@media screen and (max-width:500px){
	.hd_top ul {flex-wrap:wrap;}
	.hd_top ul a {font-size:12px;padding: 0 5px;line-height:50px;}
}

.sb_bg {color:#FFF;background:no-repeat center/cover #000;}
.sb_bg.sb_abt {background-image:url("../img/sb_abt.jpg");}
.sb_bg.sb_str {background-image:url("../img/sb_str.jpg");}
.sb_bg.sb_csr {background-image:url("../img/sb_csr.jpg");}
.sb_bg.sb_ogz {background-image:url("../img/sb_ogz.jpg");}
.sb_bg.sb_sts {background-image:url("../img/sb_sts.jpg");}
.sb_bg.sb_dsf {background-image:url("../img/sb_dsf.jpg");}
.sb_bg.sb_smd {background-image:url("../img/sb_smd.jpg");}
.sb_bg.sb_cmr {background-image:url("../img/sb_cmr.jpg");}
.sb_bg.sb_inv {background-image:url("../img/sb_inv.jpg");}
.sb_bg.sb_cti {background-image:url("../img/sb_cti.jpg");}
.sb_bg.sb_tlt {background-image:url("../img/sb_tlt.jpg");}
.sb_bg.sb_bnf {background-image:url("../img/sb_bnf.jpg");}
.sb_bg.sb_rcu {background-image:url("../img/sb_rcu.jpg");}
.sb_bg.sb_jpn {background-image:url("../img/sb_jpn.jpg");}
.sb_bg.sb_frw {background-image:url("../img/sb_frw.jpg");}
.sb_bg.sb_nsr {background-image:url("../img/sb_nsr.jpg");}
.sb_bg.sb_onl {background-image:url("../img/sb_onl.jpg");}
.sb_bg > .inner {padding-top: var(--hdHeight);display:flex;flex-direction:column;justify-content: center;align-items: center;height:100vh;text-align: center;z-index: 5;}
.sb_bg .inner > *:last-child {margin-bottom: 20px;}
.sb_bg .sb_num {color:var(--ptColor1);line-height:1;}
.sb_bg .sb_tit {margin-top: 40px;line-height:1;word-break:keep-all;}
.sb_bg .sb_txt {margin-top: 40px;line-height: 1.75;word-break:keep-all;}
.sb_bg .sb_cate {background:var(--ptColor1);}
.sb_bg .sb_cate > ul {margin: 0px auto;display:flex;max-width:1500px;}
.sb_bg .sb_cate > ul > li {flex:1;/* border-right: 1px solid rgba(255, 255, 255, 0.3); */}
.sb_bg .sb_cate > ul > li:last-child {border:0;}
.sb_bg .sb_cate a {padding: 15px 5px;display: flex;align-items: center;justify-content: center;color:#FFF;font-weight: 600;text-align:center;transition:var(--trsAni);word-break: keep-all;}
.sb_bg .sb_cate a:hover, .sb_bg .sb_cate .on a {color:var(--ptColor1);background:#FFF;}

@media screen and (max-width:780px){
	.sb_bg.sb_abt {background-position: 100%;}
}
@media screen and (max-width:500px){
	.sb_bg1 .sb_cate a {height:72px;font-size:14px;}
	.sb_bg2 .sb_txt br {display:none;}
}

.sb_bg .bg_swiper {position:absolute;top:0;left:0;width:100%;height:100vh;overflow:hidden;}
.sb_bg .bg_swiper .swiper-slide {display:grid;align-content: center;color:#fff; width:100%; height:100% ;}
.sb_bg .bg_swiper .swiper-slide .bg {background : no-repeat center/cover;position:absolute;top: 50%;left: 50%;transform: translate(-50%, -50%) scale(1);transition: 5s;width: 100%;height: 100%;}
.sb_bg .bg_swiper .swiper-slide-active .bg {animation:5s ease forwards bg_ani;} 
.sb_bg .bg_swiper .swiper-slide.slide1 .bg {background-image : url("../img/sb_sts01.jpg");}
.sb_bg .bg_swiper .swiper-slide.slide2 .bg {background-image : url("../img/sb_sts02.jpg");}
.sb_bg .bg_swiper .swiper-slide.slide3 .bg {background-image : url("../img/sb_sts03.jpg");}
.sb_bg .bg_swiper .swiper-slide.slide4 .bg {background-image : url("../img/sb_sts04.jpg");}

.sb_bg .bg_swiper .swiper-slide.area_slide1 .bg {background-image : url("../img/area_slide01.jpg");}
.sb_bg .bg_swiper .swiper-slide.area_slide2 .bg {background-image : url("../img/area_slide02.jpg");}

.sb_bg .bg_swiper .swiper-nav{position: absolute;left: 50%;bottom: 80px;transform: translateX(-50%);z-index: 10;align-items: center;justify-content: center;display: flex;gap: 40px;}
.sb_bg .bg_swiper .swiper-nav .btns{width:20px;height:20px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all 0.3s;}
.sb_bg .bg_swiper .swiper-nav .btns span{font-size:18px;font-variation-settings:'FILL'1,'wght'200; color:#fff;}
.sb_bg .bg_swiper .swiper-nav .btns span.play{display:none;}
.sb_bg .bg_swiper .swiper-nav .btns span.pause{display:block;}
.sb_bg .bg_swiper .swiper-nav .btns.on span.play{display:block;}
.sb_bg .bg_swiper .swiper-nav .btns.on span.pause{display:none;}
.sb_bg .bg_swiper .swiper-nav .sw_btn {width:auto;height:auto;margin:auto;position:initial;}
.sb_bg .bg_swiper .swiper-nav .sw_btn:after {font-size:12px;color: #fff;opacity: 1;}

.sub {letter-spacing: -0.02em;line-height: 1.63;}
.sub * {word-break:keep-all;}
.sub img {max-width:100%;}
.sub h1, .sub h2, .sub h3, .sub h4, .sub h5, .sub h6 {letter-spacing:-0.02em;}
.sub .pt {color:var(--ptColor1);}
.sub .flex {display:flex;}
.sub .pg_tit {line-height: 1.4;text-align: center;margin-bottom: 30px;}
.sub .ln_tit {position: relative;margin-bottom: calc(var(--ctMargin)/2);padding-left: 24px;font-weight: 600;line-height: 1;}
.sub .ln_tit::before {content: '';width: 5px;height: 34px;background: var(--ptColor1);position: absolute;left: 0;top: 4px;}
.sub .ln_tit.fz28::before {top:0;height: 28px;}
.sub .ln_tit span {margin-top: 10px;display:block;}
.sub .tc_stit {margin-bottom:50px;line-height: 1.38;text-align: center;}
.sub .spg_lne {color: var(--ptColor1); text-align: center; line-height: 1; margin-bottom: 25px;}
.sub .spg_lne span {line-height: 1; display: inline-block;}
.sub .spg_lne span::before {content: ''; display: block; width: calc(100% + 1px); height: 4px; background: var(--ptColor1); margin: 0 auto 13px; position: relative; left: -1px;}
.sub .mt100 {margin-top: calc(var(--ctMargin) - 20px);}

.ysb .flex_bx {display: flex; flex-flow: row wrap;}
.ysb > article {margin-top: var(--ctMargin);}
.ysb > article:last-child {margin-bottom: var(--ctMargin);}

@media screen and (max-width:1320px){
	.sub .ln_tit::before {top: 0;height: 24px;}
	.sub .ln_tit.fz42::before {height: 32px;}
}
@media screen and (max-width:1024px){
	.sub .ln_tit::before {height: 22px;}
	.sub .mt100 {margin-top:var(--ctMargin);}
}
@media screen and (max-width:780px){
	.sub .ln_tit::before {height: 20px;}
}
@media screen and (max-width:500px){
	.sub .ln_tit::before {height: 18px;}
	.sub .ln_tit.fz42::before {height: 22px;}
}

/* 에스알 소개 - 우리의 가치 */
.about > section {padding: var(--ctMargin) 0;}
.about .sec1 .txt_box {width:calc(100% - 525px);}
.about .sec1 .txt_box h4 {line-height:1.45;}
.about .sec1 .txt_box h5 {margin: 30px 0;font-weight: 500;line-height: 1.36;}
.about .sec1 .txt_box p {line-height:1.8;color:var(--tc6);}
.about .sec1 .ceo {margin-top: 50px;padding-right: 90px;align-items:center;justify-content:flex-end;gap:25px;color:var(--tc3);}
.about .sec1 .ceo * {font-weight:500;}
.about .sec2 {background:#f9f9f9;}
.about .s2_lst {margin-top:45px;padding:calc(var(--ctMargin)/2) 0;background:#fff;text-align: center;}
.about .s2_lst > li {flex: 1;background: url(../img/about/about_s2_dot.jpg) repeat-y top right;padding: 0 10px;}
.about .s2_lst > li:last-child {background: none;}
.about .s2_lst h4 {margin:30px 0 15px;}
.about .s2_lst p {color: var(--tc6);line-height: 1.6;letter-spacing: -0.02em;}
.about .sec3 .txt_box {position:relative;text-align: center;}
.about .sec3 .txt_box h3 {position:absolute;top: -20px;left: 50%;transform: translateX(-50%);line-height:1;opacity: 0.05;}
.about .sec3 .txt_box h4 {padding-top:35px;letter-spacing: 0.05em;line-height: 1.38;}
.about .sec3 .cont2 {margin-top:calc(var(--ctMargin) + 20px);}
.about .sec3 .s3_lst {flex-wrap:wrap;text-align: center;box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.03);}
.about .sec3 .s3_lst > li {position:relative;width:calc(100%/3);padding:60px 0 55px;background: url(../img/about/about_s3_dot_l.jpg) no-repeat top right;}
.about .sec3 .s3_lst > li:nth-child(3n){background: none;}
.about .sec3 .s3_lst > li:nth-child(n+4)::before {content: '';width: 100%;height: 1px;background: url(../img/about/about_s3_dot_t.jpg) no-repeat top left;position: absolute;top: 0;left: 0;}
.about .sec3 .s3_lst h4 {margin: 20px 0 10px;}
.about .sec3 .s3_lst h5 {font-weight: 500;}
.about .sec3 .s3_lst p {margin-top: 20px;color:var(--tc6);line-height: 1.6;}

@media screen and (max-width:1024px){
	.about .sec1 .flex {margin-left: auto;margin-right: auto;max-width: 530px;flex-direction:column;gap: calc(var(--ctMargin) / 2);}
	.about .sec1 .txt_box, .about .sec1 .img_wrap {width:100%;}
	.about .sec1 .ceo {padding:0;}
}
@media screen and (max-width:780px){
	.about .s2_lst p br {display:none;}
	.about .s2_lst .ico_box img {width:50%;}
	.about .s2_lst h4 {margin:20px 0 10px;}
	.about .sec3 .s3_lst > li {padding: 50px 5px 55px;width:calc(100%/2);}
	.about .sec3 .s3_lst > li:nth-child(3) {background: url(../img/about/about_s3_dot_l.jpg) no-repeat top right;}
	.about .sec3 .s3_lst > li:nth-child(3)::before {content: '';width: 100%;height: 1px;background: url(../img/about/about_s3_dot_t.jpg) no-repeat top left;position: absolute;top: 0;left: 0;}
	.about .sec3 .s3_lst > li:nth-child(2n) {background:none;}
	.about .sec3 .s3_lst .ico_box img {width:50%;}
	.about .sec3 .s3_lst h4 {margin: 15px 0 5px;}
	.about .sec3 .s3_lst p {margin-top:10px;}
}
@media screen and (max-width:500px){
	.about .sec3 .s3_lst br {display:none;}
	.about .sec3 .txt_box h3 {font-size:30vw;top: 3vw;}
}

/* 에스알 소개 - 스토리와 고객 */
.story > section {padding: var(--ctMargin) 0;}
.story .sec1 .txt {margin-top: -20px;margin-bottom: 90px;color:var(--tc6);text-align: center;}
.story .history {display: flex;flex-flow: column wrap;align-items: flex-end;}
.story .history .box {position: relative;border-bottom: 4px solid var(--ptColor1);margin: -4px 0 0;background-color: #fff;}
.story .history .box.bt_box {margin-top: 0;}
.story .history .box.r_l_box {align-self: flex-start;}
.story .history .box01 {width: 95.606061%;}
.story .history .box02 {width: 73.484849%;}
.story .history .box02.r_l_box {width: 70.454546%;}
.story .history .box03 {width: 51.515152%;}
.story .history .box03.r_l_box {width: 48.484849%;}
.story .history .box04 {width: 29.545455%;}
.story .history .box04.r_l_box {width: 26.515152%;}
.story .history .box04.r_l_box {margin-right: 0;}
.story .history .box h4 {font-weight:600;line-height: 1;color: #fff;width: 120px;height: auto;aspect-ratio: 1/1;border-radius: 50%;background-color: var(--ptColor1);border: 10px solid #badfed;display: flex;align-items: center;justify-content: center;position: absolute;top: 0;}
.story .history .box.l_r_box h4 {left: 0;transform: translate(-50%,-50%);}
.story .history .box.r_l_box h4 {right: 0;transform: translate(50%,-50%);}
.story .history .box ul {padding: 70px 0 88px;}
.story .history .box.l_r_box ul {border-left: 4px solid var(--ptColor1);padding-left: 40px;}
.story .history .box.r_l_box ul {border-right: 4px solid var(--ptColor1);padding-right: 2.5em;}
.story .history .box:last-child ul {padding-bottom: 2.5625em;}
.story .history .box ul li {display: flex;flex-flow: row wrap;font-weight: 500;line-height: 1.388889;margin-bottom: 0.777778em;}
.story .history .box ul li h5 {font-weight: 500;color: var(--ptColor1);width: 40px;}
.story .history .box ul li p {width: calc(100% - 40px);font-weight: 400;color: var(--tc6);}
.story .history .box.r_l_box ul li h5 {order: 2;text-align: right;}
.story .history .box.r_l_box ul li p {order: 1;text-align: right;}
.story .sec2 {background: #f9f9f9;}
.story .s2_lst {display:grid;grid-template-columns:repeat(4,1fr);gap:0 40px;}
.story .s2_lst img {transition:var(--trsAni);}
.story .s2_lst li:hover img {transform: scale(1.3);}

@media screen and (max-width:1024px){
	.story .history .box h4 {width:105px;}
	.story .history .box ul {padding: 50px 0 68px;border: 0;border-left: 4px solid #00adef;}
	.story .history .box.l_r_box ul {width:calc(100% - 45px);padding-left:30px;}
	.story .history .box, .story .history .box {width:95.606061%;border: 0;}
	.story .history .box.r_l_box {width: 95.606061%;align-self: flex-end;border: 0;}
	.story .history .box.r_l_box ul {padding-right:0;padding-left:30px;border-right: 0;}
	.story .history .box.r_l_box:last-child ul {border-bottom:4px solid #00adef;}
	.story .history .box.r_l_box li {flex-direction:row-reverse;}
	.story .history .box.r_l_box ul li h5, .story .history .box.r_l_box ul li p {text-align:left;}
	.story .history .box.r_l_box h4 {left:0;right:auto;transform: translate(-50%, -50%);}
	.story .s2_lst {gap:0;}
}
@media screen and (max-width:780px){
	.story .history .box h4 {width:80px;}
	.story .s2_lst {grid-template-columns:repeat(3,1fr);}
}
@media screen and (max-width:500px){
	.story .history .box, .story .history .box, .story .history .box.r_l_box {width:90%;}
	.story .history .box ul {padding: 40px 0;}
	.story .history .box h4 {width:75px;}
	.story .history .box.l_r_box ul {width:100%;}
	.story .s2_lst {grid-template-columns:repeat(2,1fr);}
	.story .sec2 .tc_stit br {display:none;}
}
@media screen and (max-width:400px){
	.story .sec1 .tc_stit br {display:none;}
}

/* 에스알 소개 - 지속가능 및 환경경영 - SR의 CSR원칙 */
.csr > section {margin-top: var(--ctMargin);}
.csr > section:first-child {margin-top: 0px;}
.csr .sec1 .img_box {max-width: 315px;padding: 50px;background: #fff;border-radius: 5px;overflow: hidden;}
.csr .sec1 .bg_box {padding: calc(var(--ctMargin)/2);flex-wrap:wrap;align-items: center;gap:calc(var(--ctMargin)/2);background: #f9f9f9;border-radius: 10px;overflow: hidden;}
.csr .sec1 .bg_box h4 {position:relative;margin-bottom: 21px;padding-bottom: 24px;color:var(--tc3);line-height:1.4;border-bottom: 1px solid #ddd;}
.csr .sec1 .bg_box h4::after {content: '';display: block;width: 32px;height: 3px;background:var(--ptColor1);position: absolute;bottom: -1px;right: 0;}
.csr .sec1 .bg_box p {color:var(--tc6);line-height:1.9;}
.csr .sec1 .bot_box {width:100%;padding: 35px 10px;border-radius: 5px;color:var(--tc3);background: #f1f1f1;text-align:center;}
.csr .sec1 .bot_box h5 {font-weight:600;}
.csr .s2_lst {display:grid;grid-template-columns:repeat(2,1fr);gap: 50px 30px;}
.csr .s2_lst .tit_box {position: relative;border-bottom: 1px solid #ddd;align-items: center;padding-bottom: 20px;margin-bottom: 17px;}
.csr .s2_lst .tit_box h5 {position: relative;margin-left: 20px;padding-left: 20px;font-weight: 400;line-height: 1;color: var(--tc6);}
.csr .s2_lst .tit_box h5::before {content: '';display: block;width: 1px;height: 16px;background: #ddd;position: absolute;top: 50%;left: 0;transform: translateY(-50%);}
.csr .s2_lst .tit_box::after {content: '';display: block;width: 32px;height: 3px;background: var(--ptColor1);position: absolute;bottom: -1px;right: 0;}
.csr .s2_lst p {color:var(--tc6);line-height: 1.88;}
.csr .sec2 .cont1 {margin-top: 50px;padding: 10px;background: url("../img/about/csr_s2_img01.jpg") no-repeat center/cover;text-align:center;}
.csr .sec2 .cont1 p {padding: 25px 0;background-color: #fff;border-radius: 5px;overflow: hidden;display: flex;align-items: center;justify-content: center;font-weight: 500;}
.csr .sec2 .img_box {border: 1px solid #ddd;border-radius: 5px;overflow: hidden;text-align:center;}
.csr .sec2 .img_box img {padding: calc(var(--ctMargin)/2) 0;}
.csr .sec2 .img_box h5 {padding: 15px 0;color: var(--tc3);font-weight: 600;background: #f9f9f9;}
.csr .sec3 p {margin-top: -20px;color:var(--tc6);line-height:1.8;}
.csr .s3_lst {margin-top:60px;justify-content:space-between;text-align:center;}
.csr .s3_lst h5 {margin-top:8px;font-weight:500;}
.csr .sec3 .s3_lst + .img_box {padding: var(--ctMargin) 0;background: url("../img/about/csr_s3_img01.jpg") no-repeat bottom center;text-align:center;}
.csr .sec4 .cnt_wrp {gap:60px;}
.csr .sec4 .cnt_wrp .img_box {margin: 0;display: flex;justify-content: center;align-items: center;padding: 80px 0;background: url("../img/about/csr_s4_img02.jpg") no-repeat center center;border-radius: 5px;overflow: hidden;width:370px;}
.csr .sec4 .cnt_wrp .box {position: relative;padding: 35px 20px;background-color: #f9f9f9;border-radius: 5px;}
.csr .s4_lst {width: calc(100% - 430px);display:grid;grid-template-columns: repeat(2,1fr);gap: 40px 20px;}
.csr .s4_lst .step {position: absolute;top: 0;left: 20px;transform: translateY(-50%);padding: 7px 20px;display: block;width: fit-content;color: #FFF;border-radius: 5px;background: var(--ptColor1);}
.csr .s4_lst h4 {color: var(--tc3);text-align:center;}
.csr .s4_lst ul li {line-height: 1.56;text-align: left;position: relative;padding-left: 13px;color:var(--tc6);}
.csr .s4_lst ul li::before {content: '·';display: block;position: absolute;top: 0;left: 0;}
.csr .sec4 .img_box {margin-top: calc(var(--ctMargin)/2);padding: calc(var(--ctMargin)/2) 0px;border: 1px solid #ddd;border-radius: 5px;overflow: hidden;text-align:center;}

@media screen and (max-width:1200px){
	.csr .sec2 .img_box img {padding: calc(var(--ctMargin)/2);}
	.csr .s2_lst .tit_box {padding-bottom:15px;margin-bottom:15px;}
}
@media screen and (max-width:1024px){
	.csr .sec4 .cnt_wrp {flex-direction:column;}
	.csr .sec4 .cnt_wrp .img_box, .csr .s4_lst {width:100%;background-size: cover;}
}
@media screen and (max-width:780px){
	.csr .sec1 br {display:none;}
	.csr .sec1 .bg_box {justify-content: center;}
	.csr .sec1 .img_box {width:100%;max-width:100%;text-align:center;}
	.csr .s2_lst {grid-template-columns:repeat(1,1fr);}
	.csr .s3_lst {margin: var(--ctMargin) 0;flex-wrap:wrap;justify-content:center;gap:20px;}
	.csr .s3_lst > li {width:calc(100%/3 - 40px/2);}
}
@media screen and (max-width:500px){
	.csr .sec1 .bg_box {padding: 30px 20px;}
	.csr .sec1 .bot_box {padding: 20px 10px;}
	.csr .sec2 .img_box img {padding:30px;}
	.csr .s4_lst {grid-template-columns:repeat(1,1fr);}
	.csr .s4_lst h4 {margin-bottom:10px;}
	.csr .sec4 .cnt_wrp .box {padding:30px 20px;}
}

/* 에스알 소개 - 지속가능 및 환경경영 - 인권 */
.hr > section {margin-top: var(--ctMargin);}
.hr > section:last-child {margin-bottom: var(--ctMargin);}
.hr p {color:var(--tc6);}
.hr .bg_box {margin-top: var(--ctMargin);}
.hr .sec1 {text-align:center;}
.hr .sec2 p {line-height:1.88;}
.hr .s3_lst {display:grid;grid-template-columns:repeat(2,1fr);gap: 50px 30px;}
.hr .s3_lst .tit_box {position: relative;border-bottom: 1px solid #ddd;align-items: center;padding-bottom: 15px;margin-bottom: 15px;}
.hr .s3_lst .tit_box h5 {position: relative;margin-left: 20px;padding-left: 20px;font-weight: 400;line-height: 1;color: var(--tc6);}
.hr .s3_lst .tit_box h5::before {content: '';display: block;width: 1px;height: 16px;background: #ddd;position: absolute;top: 50%;left: 0;transform: translateY(-50%);}
.hr .s3_lst .tit_box::after {content: '';display: block;width: 32px;height: 3px;background: var(--ptColor1);position: absolute;bottom: -1px;right: 0;}
.hr .s3_lst p {color:var(--tc6);line-height: 1.88;}

@media screen and (max-width:1024px){
	.hr .s3_lst p br {display:none;}
}
@media screen and (max-width:780px){
	.hr .s3_lst {grid-template-columns:repeat(1,1fr);}
}
@media screen and (max-width:500px){
	.hr .sec1 br {display:none;}
}

/* 에스알 소개 - 지속가능 및 환경경영 - 윤리경영 */
.ethical > section {padding: var(--ctMargin) 0;}
.ethical .sec1 .gr_box {align-items: center;gap: calc(var(--ctMargin)/2);background: #f9f9f9;padding: calc(var(--ctMargin)/2);border-radius: 10px;overflow: hidden;}
.ethical .sec1 .img_box {padding: 50px;width:315px;text-align:center;background:#fff;}
.ethical .sec1 .txt_box h4 {line-height: 1.4; color: var(--tc3); display: inline-block; border-bottom: 1px solid #ddd; position: relative; padding-bottom: 24px; margin-bottom: 21px;}
.ethical .sec1 .txt_box h4::after {content: ''; display: block; width: 32px; height: 3px; background: var(--ptColor1); position: absolute; bottom: -1px; right: 0;}
.ethical .sec1 .txt_box p {line-height:1.89;color:var(--tc6)}
.ethical .sec1 .box_lst {margin-top:40px;display:grid;grid-template-columns:repeat(3,1fr);gap:40px;}
.ethical .sec1 .box_lst > li {padding: 50px 40px;border: 10px solid #ddd;border-radius: 5px;}
.ethical .sec1 .box_lst p {margin-top: 15px;color:var(--tc6);line-height: 1.56;}
.ethical .sec2 {background: url("../img/about/ethical_s2_bg01.jpg") no-repeat center/cover;}
.ethical .sec2 .bx_wrp .bx + .bx {margin-top:40px;}
.ethical .sec2 .bx_wrp ul {margin-top:12px}
.ethical .sec2 .bx_wrp li {position:relative;padding-left: 15px;color: var(--tc6);line-height: 1.89;}
.ethical .sec2 .bx_wrp li::before {content: "·"; display: block; position: absolute; top: 0; left: 0;}
.ethical .s3_lst {display:grid;grid-template-columns:repeat(2,1fr);gap:40px;}
.ethical .s3_lst h4 {position: relative;border-bottom: 1px solid #ddd;align-items: center;padding-bottom: 20px;margin-bottom: 15px;}
.ethical .s3_lst h4::after {content: ''; display: block; width: 32px; height: 3px; background: var(--ptColor1); position: absolute; bottom: -1px; right: 0;}
.ethical .s3_lst p {color:var(--tc6);line-height: 1.89;}

@media screen and (max-width:1024px){
	.ethical .sec1 .box_lst {gap:30px;}
	.ethical .s3_lst p br {display:none;}
}
@media screen and (max-width:780px){
	.ethical .sec1 .gr_box {flex-direction:column;}
	.ethical .sec1 .img_box, .ethical .sec1 .txt_box {width:100%;}
	.ethical .sec1 .box_lst {gap: 15px;grid-template-columns:repeat(2,1fr);}
	.ethical .sec1 .box_lst > li {padding:30px;}
	.ethical .s3_lst {grid-template-columns:repeat(1,1fr);}
}
@media screen and (max-width:500px){
	.ethical .sec1 .gr_box {padding:30px 20px;}
	.ethical .sec1 .box_lst {gap:8px;}
	.ethical .sec1 .box_lst > li {padding: 20px;}
}

/* 에스알 소개 - 지속가능 및 환경경영 - 환경경영 */
.environmental > section {margin: var(--ctMargin) 0;}
.environmental .sec1 .gr_box {align-items: center;gap: calc(var(--ctMargin)/2);background: #f9f9f9;padding: calc(var(--ctMargin)/2);border-radius: 10px;overflow: hidden;}
.environmental .sec1 .img_box {padding: 50px;width:315px;text-align:center;background:#fff;}
.environmental .sec1 .txt_box {width:calc(100% - 315px - calc(var(--ctMargin)/4));}
.environmental .sec1 .txt_box h4 {line-height: 1.4; color: var(--tc3); display: inline-block; border-bottom: 1px solid #ddd; position: relative; padding-bottom: 24px; margin-bottom: 21px;}
.environmental .sec1 .txt_box h4::after {content: ''; display: block; width: 32px; height: 3px; background: var(--ptColor1); position: absolute; bottom: -1px; right: 0;}
.environmental .sec1 .txt_box p, .environmental .sec2 p {line-height:1.89;color:var(--tc6);}
.environmental .sec3 .bg_box {text-align: center;}
.environmental .sec3 .flex {margin-top:-80px;align-items: center;padding:calc(var(--ctMargin)/2);padding-left: var(--ctMargin);background:#fff;gap: var(--ctMargin);box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.03);}
.environmental .sec3 h5 {font-weight:500;}
.environmental .sec3 p {margin-top:15px;line-height:1.89;color:var(--tc6);}

@media screen and (max-width:1400px){
	.environmental .sec3 .flex {max-width:calc(100% - 40px);}
}
@media screen and (max-width: 1200px){
	.environmental .sec3 .flex {gap:20px;justify-content: center;}
}
@media screen and (max-width:1024px){
	.environmental .sec3 p br {display:none;}
	.environmental .sec3 .img_box {width:161px;}
	.environmental .sec3 .txt_box {width:calc(100% - 181px);}
}
@media screen and (max-width:800px){
	.environmental .sec1 .gr_box {flex-direction:column;}
	.environmental .sec1 .img_box, .environmental .sec1 .txt_box {width:100%;}
}
@media screen and (max-width:780px){
	.environmental .sec3 .flex {padding:40px;}
}
@media screen and (max-width:500px){
	.environmental .sec1 .gr_box {padding:30px 20px;}
	.environmental .sec1 br {display:none;}
	.environmental .sec3 .flex {margin-top: -30px;padding:30px 20px;}
	.environmental .sec3 .img_box {width:30%;}
	.environmental .sec3 .txt_box {width:calc(70% - 20px);}
}
@media screen and (max-width:400px){
	.environmental .sec3 .flex {flex-direction:column;text-align: center;}
	.environmental .sec3 .img_box, .environmental .sec3 .txt_box {width:100%;}
}

/* 에스알 소개 - 지속가능 및 환경경영 - 사회공헌 */
.social > section {margin: var(--ctMargin) 0;}
.social .sec1 .gr_box, .social .sec3 .gr_box {align-items: center;gap: calc(var(--ctMargin)/2);background: #f9f9f9;padding: calc(var(--ctMargin)/2);border-radius: 10px;overflow: hidden;}
.social .sec1 .img_box {padding: 50px;width:315px;text-align:center;background:#fff;}
.social .sec1 .txt_box {width:calc(100% - 315px - calc(var(--ctMargin)/4));}
.social .sec1 .txt_box h4 {line-height: 1.4; color: var(--tc3); display: inline-block; border-bottom: 1px solid #ddd; position: relative; padding-bottom: 24px; margin-bottom: 21px;}
.social .sec1 .txt_box h4::after {content: ''; display: block; width: 32px; height: 3px; background: var(--ptColor1); position: absolute; bottom: -1px; right: 0;}
.social .sec1 .txt_box p, .social .sec2 p, .social .sec3 p {line-height:1.89;color:var(--tc6);}
.social .sec2 .img_box {margin-top: calc(var(--ctMargin)/2);text-align: center;background: url("../img/about/social_s2_bg01.jpg") no-repeat center/cover;}

@media screen and (max-width:780px){
	.social .sec1 .gr_box, .social .sec3 .gr_box {flex-direction:column;}
	.social .sec1 .img_box, .social .sec1 .txt_box {width:100%;}
	.social .sec1 .gr_box br {display:none;}
}
@media screen and (max-width:500px){
	.social .sec1 .gr_box, .social .sec1 .gr_box, .social .sec3 .gr_box {padding:30px 20px;}
	.social .sec3 .mbr {display:none;}
}

/* 에스알 소개 - 조직과 위치 */
.organization > section {margin: var(--ctMargin) 0;}
.organization > section:first-child {margin-top: 0px;}
.organization > section:last-child {margin-bottom: 0px;}
.organization .s2_lst {display:grid;grid-template-columns: repeat(2,1fr);gap: 50px 25px;}
.organization .s2_lst > li h4 {position: relative;padding-bottom: 25px;margin-bottom: 15px;border-bottom: 1px solid #ddd;align-items: center;line-height: 1;color: #000;}
.organization .s2_lst > li h4::after {content: '';display: block;width: 32px;height: 3px;background: #02346f;position: absolute;bottom: -1px;right: 0;}
.organization .s2_lst > li h5 {line-height: 1; color: #000; margin-left: 0.83334em; padding-left: 0.833334em; position: relative;}
.organization .s2_lst > li h5::before {content: ''; display: block; width: 1px; height: 16px; background: #ddd; position: absolute; top: 50%; left: 0; transform: translateY(-50%);}
.organization .s2_lst > li p {line-height: 1.89;color:var(--tc6);}
.organization .s2_lst dl {display: flex;flex-wrap:wrap;line-height: 1.89;}
.organization .s2_lst dt {position: relative;padding-left: 13px;width: 95px;font-weight: 700;color: #02346f;}
.organization .s2_lst dt::before {content: "";display: block;width: 3px;height: 3px;background-color: #02346f;position: absolute;left: 0;top: 15px;}
.organization .s2_lst dd {width:calc(100% - 95px);color: var(--tc6);}
.organization .s3_lst {display:grid;grid-template-columns: repeat(2,1fr);border-top: 1px solid var(--ptColor1);}
.organization .s3_lst > li {position:relative;padding: 50px;}
.organization .s3_lst > li.gr_li {background:#fafafa;}
.organization .s3_lst h4 {margin-bottom: 10px;}
.organization .s3_lst h5 {position: relative;font-weight: 500;line-height: 1.5;margin-bottom: 15px;padding-left: 12px;}
.organization .s3_lst h5:before {position: absolute; top: 14px; left: 0; content: ''; width: 3px; height: 3px; background: #000; border-radius: 50%; }
.organization .s3_lst dl {display:flex;flex-wrap:wrap;}
.organization .s3_lst dt {width:30px;}
.organization .s3_lst dd {width:calc(100% - 30px);color: var(--tc6);}
.organization .s3_lst .ico_box {position:absolute;bottom:40px;right:40px;}
.organization .sec4 {display:grid;grid-template-columns: repeat(2,1fr);gap:20px;}
.organization .sec4 .map_wrp {width:100%;height:400px;}
.organization .sec4 .map_wrp .root_daum_roughmap, .organization .sec4 .map_wrp .root_daum_roughmap iframe {width: 100%;height: 100%;}
.organization .sec4 .map_wrp iframe {width:100%;height:100% !important;border:0;}
.organization .sec4 .root_daum_roughmap .wrap_map {height:368px !important;}
.organization .sec4 dl {display: flex;flex-wrap:wrap;line-height: 1.75; margin: 35px 0 50px;}
.organization .sec4 dl dt {width: 90px; font-weight: 700; color: #111;}
.organization .sec4 dl dd {width: calc(100% - 90px); color: var(--tc3);}

@media screen and (max-width:1024px){
	.organization .s2_lst dt {width:80px;}
	.organization .s2_lst dd {width:calc(100% - 80px);}
}
@media screen and (max-width:780px){
	.organization .s2_lst, .organization .s3_lst, .organization .sec4 {grid-template-columns: repeat(1,1fr);}
	.organization .s3_lst > li {border-bottom:1px solid #ddd;}
}
@media screen and (max-width:500px){
	.organization .s2_lst dt {width:70px;}
	.organization .s2_lst dd {width:calc(100% - 70px);}
	.organization .s3_lst > li {padding: 30px 20px;}
	.organization .s3_lst .ico_box {bottom:30px;right:30px;width: 12%;}
	.organization .sec4 dl dt {width: 40px;}
	.organization .sec4 dl dd {width: calc(100% - 40px);}
}

/* 사업영역 - 철도신호시스템 - 공통 */
.str .left_bx {max-width: 978px; width: 75%; position: relative;}
.str .inner_1320 {justify-content: space-between;padding: 0px;}
.str .left_bx {max-width: 978px; width: 75%; position: relative;}
.str .plus_cont{position: absolute; top: 0%; left: 0%; width: 100%; height: 100%;}
.str .plus_box{position: absolute; width: 25px; height: 25px; z-index: 1;}
.str .plus_box1 {top: 3%; left: 51%;}
.str .plus_box2 {top: 5%; left: 54%;}
.str .plus_box3 {top: 12%; left: 59%;}
.str .plus_box4 {top: 20%; left: 70%;}
.str .plus_box5 {top: 40%; left: 80%;}
.str .plus_box6 {top: 50%; left: 90%;}
.str .plus_box .plus_btn {width: 25px; height: 25px; position: relative; cursor: pointer; z-index: 1;}
.str .plus_box .plus_btn span {display: block;width: 25px;height: 25px;line-height: 1px;font-size: 1em;font-weight: 500;color: #fff;background-color: #00adef;border-radius: 3px;border: 2px solid #fff;display: flex;align-items: center;justify-content: center;position: relative;z-index: 2;padding-bottom: 1px;}
.str .plus_btn::before,
.str .plus_btn::after {content: ''; position: absolute; z-index: 1;top: -10px; left: -10px; opacity: 0; margin: 0; width: 45px;height: 45px;border-radius: 3px; background-color: rgba(0,173,239,0.5); animation: scale 1s 0s linear infinite;}
.str .plus_btn:after {top: -15px; left: -15px; width: 55px; height: 55px;background-color: rgba(0,173,239,0.5);animation: scale 2s -1s linear infinite;}
.str .plus_box figure {opacity: 0; position: absolute; z-index: -1; transition: 0.3s;left: 50%; transform: translate(-50%,-50%);  top: 50%;width: 120px; background-color: #41cdce; border-radius: 5px;; padding-top: 3px;}
.str .plus_box figure img {display: block; max-width: 114px; width: 95%; margin: 0 auto;}
.str .plus_box figure figcaption {font-size: 0.875em; font-weight: 500; color: #fff; text-align: center; margin-top: 7px; padding-bottom: 9px; line-height: 1.428572;}
.str .rgt_bx {max-width: 280px;width: 22%;color: var(--tc6);}
.str .cont_nav {width: 100%;}
.str .cont_nav h3 {font-size: 1.875em; font-weight: 700; line-height: 1; color: #fff; padding: 0 1em; background-color: #00adef; height: 5.3334em; display: flex; align-items: center; justify-content: flex-start; border-top-right-radius: 20px;}
.str .cont_nav ul {width: 100%; border: 1px solid #ddd;}
.str .cont_nav li{position: relative; display: flex; padding: 1em 5px 1em 1.1875em; cursor: pointer; transition: 0.3s; align-items: center; border-bottom: 1px solid #ddd;}
.str .cont_nav li:last-child {border-bottom: 0;}
.str .cont_nav h4{font-size: 0.875em; font-weight: 500; color: #fff; width: 1.78572em; height: 1.78572em; border-radius: 50%; background-color: #cdcecf; display: flex; align-items: center; justify-content: center; transition: all 0.3s;}
.str .cont_nav span {width: calc(100% - 1.875em); font-weight: 400; transition: all 0.3s; line-height: 1.5; padding-left: 11px; display: block; margin-top: -3px;}

.str .plus_box.on {width: auto; height: auto; z-index: 2;}
.str .plus_box.on .plus_btn{display: none;}
.str .plus_box.on figure{opacity: 1;  z-index: 2; cursor: pointer;}
.str .cont_nav li.on {background-color: #41cdce;}
.str .cont_nav li.on h4{background-color: #61dedf;}
.str .cont_nav li.on span {color: #fff;}

@media (max-width:1024px){
    .str .inner_1320 {flex-direction:column;justify-content: center;}
    .str .left_bx {width: 100%;}
    .str .rgt_bx {width: 100%; margin-top: 3em; max-width: none;}
    .str .cont_nav h3 {height: auto; padding: 1em ; text-align: center;}
    .str .cont_nav ul {display: flex; flex-flow: row wrap; border-bottom: 0; border-right: 0;}
    .str .cont_nav ul li {width: 25%; border-right: 1px solid #ddd;}
    .str .cont_nav li:last-child {border-bottom: 1px solid #ddd;}
}
@media (max-width:780px){
	.str .cont_nav ul li {width: 50%;}
    .str .plus_box figure {width: 100px;}
}
@media (max-width:400px){
	.str .cont_nav ul li {width: 100%;}
}

.s2_1_popup {display: none;max-width: 1000px;width: 80%;max-height: 700px;height: 80%;background: #fff;position: fixed;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 3;border-radius: 10px;overflow: hidden;z-index: 9999;color: var(--tc6);}
.s2_1_popup * {word-break:keep-all;}
.s2_1_popup img {max-width:100%;}
.s2_1_popup .flex_bx {display: flex; flex-flow: row wrap;}
.s2_1_popup .pop_tit {height: 3.75em; background-color: #00adef; display: flex; align-items: center; justify-content: space-between; padding: 0 1.875em;}
.s2_1_popup .pop_tit h4 {font-size: 1.25em; font-weight: 700; color: #fff; }
.s2_1_popup .pop_tit a {font-size: 1.875em; color: #fff; transform: rotate(45deg);}
.s2_1_popup .pop_cont {width: 100%; height: calc(100% - 3.75em); overflow: hidden; overflow-y: auto;}
.s2_1_popup .pop_cont figure {width: 43.9%; border-right: 1px solid #ddd; padding: 1.875em;}
.s2_1_popup .pop_cont .txt_box {width: 56.1%; display: flex; align-items: center; justify-content: center; padding-left: 4.375em; padding-right: 5px;}
.s2_1_popup .pop_cont .txt_box h3 {font-size: 2.1875em; font-weight: 700; line-height: 1.428572; color: #000;}
.s2_1_popup .pop_cont .txt_box p {font-size: 1.125em; line-height: 1.77778; margin-top: 0.77778em;}
.s2_1_popup .pop_cont .txt_box a {font-size: 1em; font-weight: 700; line-height: 1; color: #00aeef; background-color: #fff; border: 1px solid #00aeef; border-radius: 5px; display: flex; align-items: center; justify-content: center; width: 12.5em; max-width: 70%; height: 3.4375em; transition: all 0.3s; margin-top: 2em;}
.s2_1_popup .pop_cont .txt_box a .arr_box {width: 14px; height: 8px; background: url(../img/business/s2_1_pop_arr.png) no-repeat center center; transition: all 0.3s; margin-left:1.875em ;}
.s2_1_popup .pop_cont .txt_box a:hover {background-color: #00aeef; color: #fff;}
.s2_1_popup .pop_cont .txt_box a:hover .arr_box {background-image: url(../img/business/s2_1_pop_arr_h.png);}
.s2_1_popup .pop_cont .dl_box {width: 100%; border-top: 1px solid #ddd; padding: 3.625em 3.75em;}
.s2_1_popup .pop_cont .dl_box dl {display: flex; flex-flow: row wrap; align-items: flex-start;}
.s2_1_popup .pop_cont .dl_box dl dt {font-size: 1.5625em; font-weight: 700; line-height: 1; color: #000; padding-left: 18px; position: relative; width: 6.6em;}
.s2_1_popup .pop_cont .dl_box dl dt::before {content: ""; display: block; width: 4px; height: 22px; background-color: #00aeef; position: absolute; top: 50%; left: 0; transform: translateY(-50%);}
.s2_1_popup .pop_cont .dl_box dl dd {font-size: 1.125em; line-height: 1.77778; width: calc(100% - 9.16667em); margin-bottom: 2.22223em;}
.s2_1_popup .pop_cont .dl_box dl dd:last-of-type {margin-bottom: 0;}
.s2_1_popup .pop_cont .dl_box dl ul li {display: flex;}
.s2_1_popup .pop_cont .dl_box dl ul li h6 {font-size: 1em; font-weight: 700; color: #00adef; width: 2.11112em;}
.s2_1_popup .pop_cont .dl_box dl ul li span {width: calc(100% - 2.11112em);}

.s2_1_popup .new_small ol {display:flex;}
.s2_1_popup .new_small ol li figure {width: 100%; height: 130px; border:0; padding: 0; border:1px solid #ddd; border-right: 0;}
.s2_1_popup .new_small ol li:last-child figure {border-right: 1px solid #ddd;}
.s2_1_popup .new_small ol li h1 {font-size: 18px; font-weight: 400; border-right: 1px solid #ddd; background: #f5f5f5; text-align: center; padding:15px 10px;}

.s2_1_popup .pop_cont .dl_box .new_dd ol {margin-bottom:2em;}
.s2_1_popup .pop_cont .dl_box .new_dd  li p {box-sizing:border-box; padding-left: 10px; position: relative;}
.s2_1_popup .pop_cont .dl_box .new_dd  li p:before {content: '-'; display: block; position: absolute; left: 0; top: 0; } 
.s2_1_popup .pop_cont .dl_box .new_dd  ul li {flex-wrap:wrap;}
.s2_1_popup .pop_cont .dl_box .new_dd  ul li > div {width: 100%; display:flex;}
.s2_1_popup .pop_cont .dl_box .new_dd  ul li  p {margin-left: 5.5%;}


@keyframes scale {
	0% {
		-webkit-transform:scale(0.33);
		transform:scale(0.33);
		opacity: 0.5; 
	}
	5% {
		opacity: 1; 
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0; 
	}  
}

@media (max-width:780px){
	.s2_1_popup .pop_cont figure {width: 100%; border-bottom: 1px solid #ddd; display: flex; align-items: center; justify-content: center; height: 250px;}
    .s2_1_popup .pop_cont figure img {max-height: 100%; max-width: 70%; width: auto; height: auto;}
    .s2_1_popup .pop_cont .txt_box {width: 100%; border-left: 0; padding: 3em 3em;}
    .s2_1_popup .pop_cont .dl_box {padding: 3em 3em;}
    .s2_1_popup .pop_cont .dl_box dl dt {width: 100%; margin-bottom: 15px;}
    .s2_1_popup .pop_cont .dl_box dl dd {width: 100%; padding-left: 0;}
	.s2_1_popup .new_small {text-align:center;width: 100%;}
	.s2_1_popup .new_small ol {margin-bottom:20px;padding:0 20px;flex-direction:column;align-items: center;justify-content:center;gap:20px;}
	.s2_1_popup .new_small ol li {width:100%;}
	.s2_1_popup .new_small ol li figure, .s2_1_popup .new_small ol li h1 {border: 1px solid #ddd;}
	.s2_1_popup .new_small ol li h1 {border-top:0;}
}
@media (max-width:500px){
	.s2_1_popup {width:90%;}
	.s2_1_popup .pop_cont .txt_box, .s2_1_popup .pop_cont .dl_box {padding:30px 20px;}
}

.pop_bg {position:fixed;display:none;left:0;right:0;top:0;bottom:0;background:rgba(0,0,0,0.4);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#70000000,endColorstr=#70000000);z-index: 9999;}
.layer_box {display: none; position:fixed; left:0; right:0; top:0; bottom:0; width:980px; max-width:980px; height:609px; max-height:609px; margin:auto auto; padding:30px; background:#fff; z-index:1001111;box-sizing:border-box; }
.layer_box > h3 { margin-bottom:40px; font-size:30px; color:#111; font-weight:700; }
.layer_box .btn_close { position:absolute; display:block; width:60px; height:56px; right:-60px; top:0; background:url(/img/btn_close.jpg) no-repeat center center; overflow:hidden; font-size:0;line-height:0;}
.layer_box .div_outline { display:block; /*height:360px; overflow-y:auto;*/ border:1px solid #ddd; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.layer_box .div_outline:after { display:block; content:""; clear:both; }
.layer_box .div_outline_padding { display:block; height:360px; padding:20px; border:1px solid #ddd; overflow-y:auto; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.layer_box .div_outline_padding:after { display:block; content:""; clear:both; }
.layer_box textarea,
.layer_box .email_area {width:100%; height:450px; padding:10px; border:0; overflow-y:auto; resize:none; outline:0; box-sizing:border-box; }
.layer_box.layer_pat {top:auto;bottom:20px;width:600px;height:800px;max-height:800px;padding:30px 30px 0;}
.layer_box.layer_pat .pop_name {display:table;position:relative;width:93%;height:72px;margin:-36px auto 0;background:#49494b;border-radius:10px 10px 0 0;table-layout:fixed;}
.layer_box.layer_pat .pop_name > span {display:table-cell;padding:0 20px;font-size:17px;font-weight:400;color:#fff;line-height:27px;text-align:center;vertical-align:middle;}
.layer_box.layer_pat .div_outline {height:734px;border:none;text-align:center;}
.layer_box.layer_pat .div_outline img {width:auto;max-width:100%;height:100%;box-shadow:0 0 5px rgba(100,100,100,0.5);} 
.layer_privacy { display:none; }		 
.layer_privacy2 { display:none; }
.layer_email { display:none; }
.layer_pat { display:none; }
.layer_regis { display:none; }
.layer_video { display:none; width:1280px;max-width:1280px;height: 720px;max-height: 720px;padding: 0;}

@media(max-width:1400px){
	.layer_box.layer_sitemap .div_outline_padding {width: 100%;}	
}
@media(max-width:1024px){
	.layer_box { width:auto; max-width:90%; height:auto; padding:10px; }
	.layer_box > h3 { margin-bottom:10px; padding:10px 0; font-size:1.4em; }
	.layer_box .btn_close { position:absolute; display:block; width:35px; height:35px; right:0; top:0; overflow:hidden; }
	.layer_box .div_outline { display:block; height:auto; border:1px solid #ddd; overflow-y:auto; }
	.layer_box .div_outline:after { display:block; content:""; clear:both; }
}
@media(max-width:800px){
	.layer_box.layer_sitemap .div_outline_padding{box-sizing: border-box; padding: 0 20px;}
	.layer_sitemap{width: 87%; top: 80px;}
	.layer_sitemap .layer_sitemap_top{top: -80px; height: 80px;}
	.layer_sitemap .site_close{width: 80px; height: 80px;}
	.layer_sitemap .site_close:before, .layer_sitemap .site_close:after{top: 20px;}
	.layer_sitemap .site_close:hover:before{top: 18px;}
	.layer_sitemap .site_close:hover:after {top: 38px;}
}
@media(max-width:640px){
	.layer_box .email_box {height: auto;}
	.layer_sitemap {max-width: 85%;height: 100%;top: 15vw;}
	.layer_sitemap .layer_sitemap_top {top: -15vw;height: 15vw;}
	.layer_sitemap .site_close {width: 15vw;height: 15vw;}
	.layer_sitemap .site_close:before, .layer_sitemap .site_close:after {left: 7vw;height: 5vw;}
	.layer_box .btn_close {background-size:100%;background-position:top right;}
	.site_cnt_wrap .left_menu > ul > li > a:before, .site_cnt_wrap .left_menu > ul > li > a:after {background-size:50%;}
}
@media(max-width:480px){
	.layer_box > h3{font-size: 5vw !important; font-weight: 500 !important;}
	.layer_box textarea{font-size: 3.2vw; line-height: 1.7;}
}

/* 사업영역 - 철도신호시스템 - 현장용 시스템 */
.onsite_system .plus_box1 {top: 70%; left: 90%;}
.onsite_system .plus_box2 {top: 16%; left: 22%;}
.onsite_system .plus_box3 {top: 84%; left: 66%;}
.onsite_system .plus_box4 {top: 77%; left: 58%;}
.onsite_system .plus_box5 {top: 26%; left: 9%;}
.onsite_system .plus_box6 {top: 49.5%; left: 28%;}
.onsite_system .plus_box7 {top: 3%; left: 53%;}
.onsite_system .plus_box8 {top: 49.5%; left: 50%}

@media (max-width:1024px){
	.onsite_system .cont_nav ul li {width: 33.33334%;}
}
@media (max-width:780px){
	.onsite_system .cont_nav ul li {width: 50%;}
}
@media (max-width:400px){
	.onsite_system .cont_nav ul li {width: 100%;}
}

/* 사업영역 - 철도 엔지니어링 서비스 - 설계·안전진단 */
.design_safety > article p {color:var(--tc6);}
.design_safety .arti01 {text-align:center;}
.design_safety .img_wrap {margin-top:var(--ctMargin);}
.design_safety .new_con_sw {max-width: 1320px; width: 100%; margin: auto; position: relative;}
.design_safety .new_con_sw ul {display: flex; flex-flow: row wrap; justify-content: center;}
.design_safety .new_con_sw li {width: 20%;  border:1px solid #ddd; border-right: 0; padding:65px 0;}
.design_safety .new_con_sw li:last-child {border-right: 1px solid #ddd;}
.design_safety .icon_wrap_new {text-align: center;}
.design_safety .icon_wrap_new img { max-width: 100%;}
.design_safety .new_con_sw ul li h5 {font-weight: 700; line-height: 1.5; color: #000; text-align: center; margin-top: 1em;}
.design_safety .new_con_sw ul li:nth-child(5) {margin-right: 0;}
.design_safety .img_wrap {margin-top: var(--ctMargin);}
.design_safety .num {display:flex; flex-wrap:wrap; margin-top: 85px;}
.design_safety .num li {width: 18.56%; margin-right: 1.51%; height: 115px; border-radius:5px; margin-bottom: 40px; background: #f9f9f9; text-align: center;}
.design_safety .num li:nth-child(5n) {margin-right: 0;}
.design_safety .num li h1 {font-weight: 700; color: #fff; width: 46px; height: 35px; border-radius:5px; background: #00aeef; margin-top:-20px; margin-left: 20px; margin-bottom: 25px; line-height: 35px; text-align: center;}
.design_safety .num li h2 {font-weight: 700; color: #000;}
.design_safety .arti03 {text-align:center;}
.design_safety ul.new {margin-top: 40px;display:flex; flex-wrap:wrap; justify-content:center;}
.design_safety ul.new li {text-align: center; display:flex; justify-content:center; align-items:center; width: 32.12%; margin-right: 1.5%; height: 70px; box-sizing:border-box; border:1px solid #00adef; border-radius:5px; color: #00adef; font-weight: 500;}
.design_safety ul.new li:last-child {margin-right: 0;}
.design_safety .arti03 .img_wrap {margin-top: calc(var(--ctMargin) + 40px);}
.design_safety .arti04 .inner_1320 {display:grid;grid-template-columns:repeat(2,1fr);gap: 30px;}
.design_safety .arti04 .box {width: 100%;max-width: none;align-items: center;box-shadow: none;height: auto;padding: 0;}
.design_safety .arti04 .box:last-child {margin-bottom: 0;}
.design_safety .arti04 .box .icon_wrap {width: 150px;position: relative;z-index: 1;}
.design_safety .arti04 .box .icon_wrap::before {content: ""; display: block; width: 45%; height: 1px; background-color: #00aeef; position: absolute; top: 50%; right: -30px; transform: translateY(-50%);}
.design_safety .arti04 .box .icon_wrap img {display: block; width: 100%;}
.design_safety .arti04 .box .txt_wrap {margin-left: auto;width: calc(100% - 179px);display: flex;flex-flow: column wrap;align-items: flex-start;min-height: 220px;justify-content: center;box-shadow: 0px 0px 30px 0px rgba(209, 211, 211, 0.1);border: 1px solid #eee;position: relative;z-index: 2;padding: 20px 3.75em;padding-right: 2.5em;border-radius: 5px;}
.design_safety .arti04 .box .txt_wrap h4 {font-weight: 700; line-height: 1; color: #000; text-align: left; width: 100%;}
.design_safety .arti04 .box .txt_wrap p {line-height: 1.77778; letter-spacing: -0.02em; margin-top: 1.1112em;}
.design_safety .arti04 .arti04ul {margin-top: 10px;color: var(--tc6);}

@media screen and (max-width:780px){
	.design_safety br {display:none;}
	.design_safety .new_con_sw ul {flex-direction:column;}
	.design_safety .new_con_sw ul li {width:100%;padding: 40px 20px;border: 1px solid #ddd;border-bottom: 0;}
	.design_safety .new_con_sw ul li:last-child {border-bottom: 1px solid #ddd;}
	.design_safety .num li {width:100%;height: 100px;}
	.design_safety ul.new li {width:100%;margin:0;padding: 20px;height: auto;}
	.design_safety ul.new li + li {margin-top:10px;}
}
@media screen and (max-width:1024px){
	.design_safety .arti04 .inner_1320 {grid-template-columns:repeat(1,1fr)}
	.design_safety .arti04 .box .icon_wrap {width:15%;}
	.design_safety .arti04 .box .txt_wrap {width: calc(100% - 15% - 30px);min-height: 13em;}
}
@media screen and (max-width:780px){
	.design_safety .arti04 .box .txt_wrap {min-height: 15em;}
}
@media screen and (max-width:500px){
	.design_safety .arti04 .box .txt_wrap {width: calc(100% - 15%);padding: 20px;margin: 0;}
	.design_safety .arti04 .box .icon_wrap::before {right: auto;left: -20px;}
}

/* 사업영역 - 철도 엔지니어링 서비스 - 감리·전기공사 */
.supervision .arti01 {text-align:center;}
.supervision .arti01 p {margin-bottom: var(--ctMargin);color:var(--tc6);}
.supervision > article.arti02 {margin: 0px;padding:var(--ctMargin) 0;background: #f9f9f9;}
.supervision .new_list {display:flex; flex-wrap:wrap; margin-top: 50px;}
.supervision .new_list li { width: 49.24%; margin-right: 1.51%; margin-bottom: 20px; box-sizing:border-box; background: #fff; border-radius:5px; box-shadow:5px 5px 15px rgba(0,0,0,0.1); padding:40px;}
.supervision .new_list li:nth-child(2n) {margin-right: 0;}
.supervision .new_list li h1 {position: relative;font-weight: 700; color: #00adef; display: inline-block; margin-bottom: 10px;}
.supervision .new_list li h1:before {content: ''; display: none; position: absolute; left: 50%; transform:translate(-50%,0); bottom: 0; width: 18px; height: 4px; background: #00adef;}
.supervision .new_list li p {text-align: left; margin-bottom: 0;}
.supervision .arti01 ul {margin-bottom: var(--ctMargin);justify-content: space-between;}
.supervision .arti01 ul li {width: 49.2425%; font-weight: 500; text-align: center; line-height: 1.7; padding: 0.9em 0.5em; border: 1px solid #00adef; color: #00adef; background-color: #fff; border-radius: 5px; box-shadow: 0px 0px 30px 0px rgba(209, 211, 211, 0.1);}
.supervision .arti01 ul li:nth-child(n+3) {margin-top: 1.5152%;}
.supervision .arti03 .tb_line {border-top: 1px solid #00aeef;}
.supervision .arti03 table {width:100%;text-align: center;border-spacing:0px;border-collapse:collapse;}
.supervision .arti03 table colgroup col:nth-child(1) {width: 18.75em;}
.supervision .arti03 table colgroup col:nth-child(2) {width: calc(100% - 18.75em);}
.supervision .arti03 table tr {border-bottom: 1px solid #ddd;}
.supervision .arti03 table thead tr th { line-height: 1.88889; font-weight: 500; color: #00adef; background-color: #f9f9f9; padding: 1em 0.5em;}
.supervision .arti03 table tbody tr th { line-height: 1.88889; font-weight: 500; color: #000; background-color: #f9f9f9; padding: 1em 0.5em;}
.supervision .arti03 table tbody tr td {padding: 2em 0 2em 3.75em;}
.supervision .arti03 table tbody tr td ul {display: flex; flex-flow: column wrap; height: 4.25em;}
.supervision .arti03 table tbody tr td ul li {line-height: 1.88889;text-align: left;position: relative;padding-left: 15px;color: var(--tc6);}
.supervision .arti03 table tbody tr td ul li::before {content: "·"; position: absolute; top: 0; left: 0;}
.supervision .arti03 table tbody tr td ul li:nth-child(1),
.supervision .arti03 table tbody tr td ul li:nth-child(2) {width: 37.5%;}
.supervision .arti03 table tbody tr td ul li:nth-child(3),
.supervision .arti03 table tbody tr td ul li:nth-child(4) {width: 29.27084%;}
.supervision .arti03 table tbody tr td ul li:nth-child(5),
.supervision .arti03 table tbody tr td ul li:nth-child(6) {width: 33.229167%;}

@media screen and (max-width:1200px){
	.supervision .arti03 table colgroup col:nth-child(1), .supervision .arti03 table colgroup col:nth-child(2) {width:auto;}
	.supervision .arti03 table tbody tr td {padding:15px;}
}
@media screen and (max-width:1024px){
	.supervision .arti03 table tbody tr td ul {display: block;height: auto;}
	.supervision .arti03 table tbody tr td ul li {width:100% !important;}
}
@media screen and (max-width:780px){
	.supervision .new_list li {margin-right: 0;width:100%;}
	.supervision br {display:none;}	
}
@media screen and (max-width:500px){
	.supervision .new_list li {padding:30px 20px;}
	.supervision .arti01 ul li {width:100%;margin:0;}
	.supervision .arti01 ul li + li, .supervision .arti01 ul li:nth-child(n+3) {margin-top:10px;}
}

/* 사업영역 - 철도 엔지니어링 서비스 - 컨설팅 */
.consulting .arti01 {text-align:center;}
.consulting .arti01 p {color:var(--tc6);}
.consulting .arti01 .img_wrap {margin-top: var(--ctMargin);}
.consulting .arti02 .box {width: 100%; max-width: none; align-items: center; box-shadow: none; height: auto; padding: 0; margin-bottom: 1.875em;}
.consulting .arti02 .box:last-child {margin-bottom: 0;}
.consulting .arti02 .box .icon_wrap {width: 150px;position: relative;z-index: 1;}
.consulting .arti02 .box .icon_wrap::before {content: ""; display: block; width: 50%; height: 1px; background-color: #00aeef; position: absolute; top: 50%; right: -30px; transform: translateY(-50%);}
.consulting .arti02 .box .icon_wrap img {display: block; width: 100%;}
.consulting .arti02 .box .txt_wrap {margin-left: auto;width: calc(100% - 179px);display: flex;flex-flow: column wrap;align-items: center;height: 13.75em;justify-content: center;box-shadow: 0px 0px 30px 0px rgba(209, 211, 211, 0.1);border: 1px solid #eee;position: relative;z-index: 2;padding: 20px 60px;padding-right: 2.5em;border-radius: 5px;color: var(--tc6);}
.consulting .arti02 .box .txt_wrap h4 {font-weight: 700; line-height: 1; color: #000; text-align: left; width: 100%;}
.consulting .arti02 .box .txt_wrap p {line-height: 1.77778; letter-spacing: -0.02em; margin-top: 1.1112em;}
.consulting > article.arti03 {margin: var(--ctMargin) 0 0;padding: var(--ctMargin) 0;background-color: #f9f9f9;}
.consulting .arti03 .box_wrap {justify-content: space-around; align-items: center;}
.consulting .arti03 .box {width: 21.22%; max-width: 280px; background-color: #fff; padding: 3.3125em 0; height: 12.5em; border-radius: 5px; box-shadow: 0px 0px 46px 0px rgba(209, 211, 211, 0.1); border-radius: 5px; box-shadow: 0px 0px 30px 0px rgba(209, 211, 211, 0.1);}
.consulting .arti03 .box h5 {font-weight: 700; letter-spacing: -0.02em; line-height: 1; color: #00aeef; text-align: center; margin-bottom: 0.9375em;}
.consulting .arti03 .box h4 {font-weight: 700; color: #000; text-align: center; line-height: 1.36;}
.consulting .arti03 .box p {line-height: 1; text-align: center; margin-top: 0.93334em;color:var(--tc6);}
.consulting .arti03 .box04 {background-color: #00adef;}
.consulting .arti03 .box04 h5,
.consulting .arti03 .box04 h4 {color: #fff;}
.consulting .arti03 .arr {max-width: 30px; width: 2.3%;}
.consulting .arti03 .arr img {max-width: 100%;}

@media screen and (max-width:1024px){
	.consulting .arti02 .inner_1320 {grid-template-columns:repeat(1,1fr)}
	.consulting .arti02 .box .icon_wrap {width:15%;}
	.consulting .arti02 .box .txt_wrap {width: calc(100% - 15% - 30px);min-height: inherit;height: auto;}
}
@media screen and (max-width:780px){
	.consulting br {display:none;}	
	.consulting .arti03 .box_wrap {gap:30px 0;}
	.consulting .arti02 .box .txt_wrap {padding: 30px;}
	.consulting .arti03 .box {max-width: none;width: 44%;}
	.consulting .arti03 .arr:nth-child(4) {display:none;}
}
@media screen and (max-width:500px){
	.consulting .arti03 .box_wrap {gap:20px;}
	.consulting .arti02 .box {flex-direction:column;align-items: baseline;gap: 20px;}
	.consulting .arti02 .box .txt_wrap {width: 100%;padding: 20px;margin: 0;}
	.consulting .arti02 .box .icon_wrap::before {top: auto;bottom: -20px;right: auto;left: 50%;width: 1px;height: 30px;transform: translateX(-50%);}
	.consulting .arti03 .box {width: 100%;height: auto;}
	.consulting .arti03 .arr {transform:rotate(90deg)}
	.consulting .arti03 .arr:nth-child(4) {display:block;}
}

/* 사업영역 - 반도체부품유통 */
.semiconductor > section {padding-top:var(--ctMargin);}
.semiconductor .sec1 p {margin: 40px 0 var(--ctMargin);color:var(--tc6);text-align:center;}
.semiconductor .sec2 {padding-bottom:var(--ctMargin);background:#f8f8f8;}
.semiconductor .s2_lst {display:grid;grid-template-columns:repeat(3,1fr);gap:calc(var(--ctMargin)/2);}
.semiconductor .s2_lst > li {padding: calc(var(--ctMargin)/2);background:#FFF;color:var(--tc6);line-height: 1.75;}
.semiconductor .s2_lst h5 {margin-bottom: 15px;position:relative;display:inline-block;border-bottom:3px solid;}
.semiconductor .sec3 {padding-bottom:var(--ctMargin);color:#FFF;background:url("../img/business/smd_s3_bg01.jpg") no-repeat center/cover;}

@media screen and (max-width:780px){
	.semiconductor br {display:none;}
	.semiconductor .s2_lst {grid-template-columns:repeat(1,1fr);}
}
@media screen and (max-width:500px){
	.semiconductor .s2_lst {gap:20px;}
	.semiconductor .s2_lst > li {padding:20px;}
}

/* 사업영역 - 상업용 모터 사업 */
.commercial .sec1 {padding-top:var(--ctMargin);text-align:center;}
.commercial .sec1 p {margin-bottom:var(--ctMargin);color:var(--tc6);line-height:1.75;}
.commercial .sec1 .img_box {margin-bottom:var(--ctMargin);}
.commercial .sec2 {padding: var(--ctMargin) 0 calc(var(--ctMargin) * 2);color:#fff;background: url("../img/business/cmr_s2_bg01.jpg") no-repeat center/cover;text-align:center;}
.commercial .sec2 h4 {line-height:1.4;font-weight:600;}
.commercial .sec2 p {margin-top:40px;line-height:1.75;}
.commercial .sec3 .logo_wrp {margin-bottom: calc(var(--ctMargin)/2);text-align:center;}
.commercial .sec3 .logo_box {margin-top: -120px;padding: 53px 0;border-radius: 5px;overflow: hidden;background: #fff;}
.commercial .sec3 .flex {padding: 10.5px 0;justify-content:center;align-items:center;gap: 12px;color:#fff;background:#47bec0;}
.commercial .s3_lst {display:grid;grid-template-columns: repeat(2,1fr);gap: 40px;}
.commercial .s3_lst > li {height: 210px;display: flex;gap: 12px;padding: 40px;color: var(--tc6);background:#f8f8f8;border-radius: 5px;}
.commercial .s3_lst p {width: calc(100% - 92px);line-height: 1.78;color:var(--tc6);}
.commercial .s3_lst .icon_box {margin-top: auto;width: 80px;}
.commercial .sec4 {margin-top:var(--ctMargin);padding:var(--ctMargin) 0;color:#fff;background:url("../img/business/cmr_s4_bg01.jpg") no-repeat center/cover;}

@media screen and (max-width:1024px){
	.commercial .sec1 .img_box + p {padding-left:20px;padding-right:20px;}
}
@media screen and (max-width:780px){
	.commercial .sec1 br, .commercial br.mbr {display:none;}
	.commercial .sec1 .img_box + p br {display:block;}
	.commercial .s3_lst {grid-template-columns: repeat(1,1fr);}
	.commercial .s3_lst > li {height:auto;}
}
@media screen and (max-width:500px){
	.commercial .s3_lst > li {padding:30px 20px;flex-direction:column;}
	.commercial .s3_lst .icon_box {margin-left:auto;}
	.commercial .s3_lst p {width:100%;}
	.commercial .sec3 .logo_box {padding:40px;}
}

/* R&D - 미래철도기술개발 */
#sub_div:has(.future_railway) {overflow:hidden;}
.future_railway > section {margin:var(--ctMargin) 0;}
.future_railway .sec2 {padding:var(--ctMargin) 0;background:url("../img/rnd/frw_s2_bg01.jpg") no-repeat center/cover;}
.future_railway .s2_lst {display: grid;grid-template-columns: repeat(3,1fr);}
.future_railway .sec3 .img_box {width:1620px;}
.future_railway .sec3 h4 {margin-bottom:20px}
.future_railway .sec3 p {margin:35px 0 70px;color:var(--tc6);line-height:1.75;}

@media screen and (max-width:1360px){
	.future_railway .sec3 .img_box {width:calc(100% + 20px);}
}
@media screen and (max-width:780px){
	.future_railway br {display:none;}
}
@media screen and (max-width:500px){
	.future_railway .s2_lst {text-align: center;grid-template-columns:repeat(1,1fr);gap: 20px;}
	.future_railway .s2_lst img {max-width:250px;}
}

/* R&D - 혁신기술개발 */
.innovative .sec1 h4 {width:570px;line-height:1.4}
.innovative .sec1 p {width:calc(100% - 570px);color:var(--tc6);line-height: 1.75;}

@media screen and (max-width:1200px){
	.innovative .sec1 h4 {width:300px;}	
	.innovative .sec1 p {width:calc(100% - 300px);}
}
@media screen and (max-width:780px){
	.innovative .sec1 {flex-direction:column;gap: 20px;}
	.innovative .sec1 h4, .innovative .sec1 p {width:100%;}
}

/* 인재 - 인재상 */
.talent .sec1 {padding-top: var(--ctMargin);}
.talent .sec2 {margin-top: var(--ctMargin);background:url("../img/people/talent_s2_bg01.jpg") no-repeat center/cover;}

@media screen and (max-width:780px){
	.talent br {display:none;}
}

/* 인재 - 복리후생 */
.benefits > section {padding-top: var(--ctMargin);}
.benefits > section:last-child {padding-bottom: var(--ctMargin);}
.benefits .s2_lst {gap:40px;flex-wrap:wrap;text-align:center;}
.benefits .s2_lst > li {padding: 50px 0;width:calc(100%/4 - (40px * 3)/4);border: 1px solid #ddd;border-radius: 3px;}
.benefits .s2_lst h5 {margin-top: 25px;}
.benefits .sec1 .img_box {margin-top: var(--ctMargin);}

@media screen and (max-width:1024px){
	.benefits .s2_lst {gap:20px;}
	.benefits .s2_lst > li {width:calc(100%/4 - (20px * 3)/4);}
}
@media screen and (max-width:780px){
	.benefits br {display:none;}
	.benefits .s2_lst > li {padding:30px 0;width:calc(100%/2 - 20px/2);}
	.benefits .s2_lst .ico_box img {width:70%;max-width:100px;}
}

/* 인재 - 채용안내 */
.recruitment > section {padding-top: var(--ctMargin);}
.recruitment > section:last-child {padding-bottom: var(--ctMargin);}
.recruitment .sec1 .img_box {margin-top: var(--ctMargin);}
.recruitment .s2_lst {justify-content: space-between;align-items: center;}
.recruitment .s2_lst li.txt_li {position: relative;width: 15.757576%;height: auto;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;text-align:center;border-radius: 50%;background-color: var(--ptColor1);border: 10px solid #90dffc;color:#FFF;}
.recruitment .s2_lst h4 {margin-top: 5px;}
.recruitment .ln_wrp {margin-top: 40px;border-top: 1px solid #ddd;}
.recruitment .ln_dl {padding: 40px;border-bottom: 1px solid #ddd;display:flex;align-items: flex-start;gap:20px;}
.recruitment .ln_dl dt {width: 40px;height: auto;aspect-ratio:1/1;border-radius: 50%;border: 2px solid #5b7fa9;background-color: #02346f;letter-spacing: 0;font-weight:700;color: #fff;display: flex;align-items: center;justify-content: center;padding-top: 1px;margin-top: -6px;}
.recruitment .ln_dl dd {width:calc(100% - 60px);}
.recruitment .ln_dl h4 {font-;margin-bottom: 20px;line-height: 1;font-weight: 500;color: var(--tc3);}
.recruitment .ln_dl p {position: relative;padding-left: 13px;color:var(--tc6)}
.recruitment .ln_dl p::before {content: '·'; display: block; position: absolute; top: 0; left: 0;}
.recruitment .s3_dl {align-items: flex-start;flex-wrap: wrap;}
.recruitment .s3_dl dt {width: 140px;font-weight: 500; line-height: 1; color: var(--ptColor1); padding-left: 24px; position: relative;}
.recruitment .s3_dl dt::before {content: '·'; display: block; position: absolute; top: 0; left: 0;}
.recruitment .s3_dl dt::after {content: ''; display: block; width: 1px; height: 16px; background: #ddd; position: absolute; top: 50%; right: -1px; transform: translateY(-50%);}
.recruitment .s3_dl dd {width: calc(100% - 140px); line-height: 1.8; padding-left: 22px; margin-top: -3px; margin-bottom: 40px;}
.recruitment .s3_dl dd ul li {margin-right: 10px;color:var(--tc6);}
.recruitment .s3_dl dd ul li .arr {color:var(--tc6);}
.recruitment .s3_dl dd ul li.txt {padding: 0; color: var(--ptColor1); font-weight: 500;}
.recruitment .s3_dl dd ul li:last-child {margin-right: 0;}

@media screen and (max-width:780px){
	.recruitment br {display:none;}
	.recruitment .s2_lst {flex-wrap:wrap;justify-content: center;gap: 20px 0;}
	.recruitment .s2_lst li.txt_li {width:30%;}
	.recruitment .s2_lst li.arr_li {width: 3%; margin: 15px 1% 0; line-height: 1;}
	.recruitment .s2_lst li.arr_li:nth-child(6) {display:none;}
}
@media screen and (max-width:640px){
	.recruitment .s3_dl {flex-direction:column;gap:20px;}
	.recruitment .s3_dl dt, .recruitment .s3_dl dd {width:100%;}
	.recruitment .s3_dl dt {padding-left:10px;}
	.recruitment .s3_dl dt::after {display:none;}
	.recruitment .s3_dl dd {padding:0;}
}
@media screen and (max-width:400px){
	.recruitment .s2_lst {max-width:180px;margin:0 auto;}
	.recruitment .s2_lst li.txt_li {width:100%;}
	.recruitment .s2_lst li.arr_li {width:auto;margin:0;transform:rotate(90deg);max-width:20px;}
	.recruitment .s2_lst li.arr_li:nth-child(6) {display:block;}
	.recruitment .ln_dl {padding:30px 0;}
	.recruitment .s3_lst {gap:5px;}
	.recruitment .s3_dl dd ul li.txt, .recruitment .s3_dl dd ul li {margin:0;}
}

/* 공지·문의 - 온라인문의 */
.online ul{display:flex; flex-wrap:wrap; border-top:1px solid #ccc;}
.online ul li{width: calc(100%/2);position:relative;align-items:center; display:flex;padding: 20px 10px;border-bottom: 1px solid #ccc;}
.online ul li.full{width:100%;}
.online ul li .ipt{width: calc(100% - 130px);border: 1px solid #ddd;border-radius: 0;padding: 15px;height: 48px;font-size: 16px;color: #444;font-weight: 300;}
.online ul li .tit{font-size: 20px;font-weight: 600;width: 130px;flex-shrink:0;color: #222;}
.online ul li .phone_btn{position:absolute; right:20px; height:30px;padding:0 15px; border-radius:40px;background:var(--ptColor2); font-size:18px; color:#fff;border:0;}

.online ul li .chk_box{display:flex;gap:20px;padding:0 10px; height:48px; align-items:center;}
.online ul li .chk_box label{font-size:18px;cursor:pointer;color: #444;}
.online ul li .chk_box input[type="checkbox"] + label:hover{color:#444;}
.online ul li .chk_box input[type="radio"] + label span{top:7px;}
.online ul li .chk_box input[type="checkbox"]:checked + label span {background:url('../img/chk.png') no-repeat 50% 50% var(--ptColor2);border-color:var(--ptColor2);}
.online ul li .chk_box input[type="radio"]:checked + label {color:#444;}
.online ul li .chk_box input[type="radio"]:checked + label span{border: 1px solid var(--ptColor2);}
.online ul li .chk_box input[type="radio"]:checked + label span::before {background:var(--ptColor2);}
.online ul li  textarea{width:100%; height:250px;border: 1px solid #ddd;border-radius:0;font-size:16px; background:transparent;padding:10px; resize:none;}
.online ul li .view_btn{font-size: 20px;display: block;margin: 0 auto;width: 240px;height: 50px;background: var(--ptColor2);border: 0;color: #fff;letter-spacing: 0;border-radius: 50px;}
.online .file_box {width: calc(100% - 130px);display:flex;}
.online .btn_file{padding: 0 20px;font-size: 15px;width: fit-content;font-weight:400;line-height: 40px;color:#fff;background:#555;text-align:center;cursor: pointer;}
.online .filename{padding: 0 10px;width: calc(100% - 95px);height: 40px;color: var(--tc6);border-radius: 0;border: 1px solid #ddd;}
.online .upfilebtn{ position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0); }
.online #captcha #captcha_img, .online #captcha #captcha_key, .online #captcha #captcha_mp3, .online #captcha #captcha_reload {border-radius:0;}
.online #captcha #captcha_info {color:var(--tc6);display:none;}
.online .agree{text-align:center;padding:50px; font-size:18px;}
.online .agree input[type="checkbox"] + label{padding-left:0;padding-right: 30px;}
.online .agree input[type="checkbox"] + label span{left:auto;right:0;top: 4px;width: 18px;height: auto;aspect-ratio: 1/1;}
.online .submit_btn{font-size: 20px;display: block;margin: 0 auto;width: 240px;height: 50px;background: var(--ptColor1);border: 0;color: #fff;letter-spacing: 0;border-radius: 50px;}
.online .chk_inquiry{font-size: 20px;display: flex;justify-content:center;align-items:center;margin: 50px auto 0;width: 240px;height: 50px;background: var(--ptColor2);border: 0;color: #fff;letter-spacing: 0;border-radius: 50px;}

@media screen and (max-width: 1520px){
	.online ul li .tit {font-size:18px;}
	.online .submit_btn {font-size:18px;}
	.online .chk_inquiry {font-size:18px;}
	.online .agree {padding:30px;font-size:16px;}
}
@media screen and (max-width: 1024px){
	.online ul li {width:100%;}
}
@media screen and (max-width:480px){
	.online ul li {padding: 20px 0;flex-direction: column;align-items: initial;gap: 10px;}
	.online ul li .tit {font-size:16px;}
	.online ul li .ipt {padding: 0 10px;width:100%;}
	.online ul li textarea {height:200px;}
	.online .submit_btn {font-size:16px;}
	.online .chk_inquiry {font-size:16px;}
	.online .agree {padding: 20px 0;font-size:14px;}
	.online .submit_btn, .online .file_box {width:100%;}
}
@media screen and (max-width: 320px){
	.online br{display: none;}
}

/* .online {padding: var(--ctMargin) 0;}
.online .tb_wrp {border-top:1px solid #000;}
.online .tb_wrp .cl_1 {width:264px;}
.online .tb_wrp .cl_2 {width:calc(100% - 264px);}
.online .tb_wrp table {width:100%;border-spacing:0px;border-collapse:collapse;}
.online .tb_wrp tbody th {color:var(--tc3);padding:10px;background: #f4f4f4;border: 1px solid #ddd;}
.online .tb_wrp tbody td {padding:10px;background: #fff;border: 1px solid #ddd;}
.online .tb_wrp .ipt {padding: 10px;width:100%;height: 40px;color:var(--tc6);border-radius:0;border:1px solid #ddd;}
.online .tb_wrp textarea.ipt {height:300px;resize:none;}
.online .tb_wrp .rq {color:red;}
.online .tb_wrp .btn_file{float:left;padding: 0 20px;width: fit-content;font-weight:400;line-height: 40px;color:#fff;background:#555;text-align:center;cursor: pointer;}
.online .tb_wrp .filename{float: right;padding: 0 10px;width: calc(100% - 98px);height: 40px;color: var(--tc6);border-radius: 0;border: 1px solid #ddd;}
.online .tb_wrp .upfilebtn{ position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0); }
.online .cnt {margin: 20px 0 30px;}
.online .cnt h5 {color:var(--tc6);}
.online .cnt textarea {margin: 10px 0;padding: 10px;width:100%;height:200px;resize:none;color:var(--tc6);border:1px solid #ddd;}
.online .agree_box {display:flex;justify-content: flex-end;gap:5px;}
.online .agree_box label {cursor:pointer;color: var(--tc6);}
.online .agree_box label + input {margin-left:20px;}
.online #captcha #captcha_img, .online #captcha #captcha_key, .online #captcha #captcha_mp3, .online #captcha #captcha_reload {border-radius:0;}
.online #captcha #captcha_info {color:var(--tc6);}
.online .sbm_btn {margin: auto;display: block;width:100px;height: 40px;background:var(--ptColor1);border:0;color:#FFF;} */