@charset "utf-8";

/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:0.8em;font-family:'Nunito','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:'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:'Pretendard', dotum, sans-serif;font-size:1em}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

textarea, select {font-family:'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;right:auto !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_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: 120px;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;}
.btn_close {border:1px solid #dcdcdc;cursor:pointer;background:#fff}
a.btn_close {text-align:center;line-height:50px}

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

/* 게시판용 버튼 */
#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_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{}
#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:1520px;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;}
@media screen and (max-width: 1520px){
	.main p, .main a, .main div, body {word-break:keep-all;}
	.sub p, .sub a, .sub div {word-break:keep-all;}
	.inner {width:100%;}
}

/* 상단 */
.header {position:fixed;z-index:1000;top:0;left:0;width:100%;transition: all 500ms;}
.header .inner{position:relative;display:flex;align-items:center;justify-content: center;max-width:100%;width:100%;height:100px;z-index:1000;flex-wrap: wrap;}
header .logo{position: absolute;top: 50%;left: 60px;transform: translateY(-50%);}
header .logo a{display:block;width: 200px;height: 35px;background: url("../img/logo_w.svg") no-repeat center / contain;}
.header .nav{position:relative;z-index:5;}
.header .nav .dp1{display:flex;align-items:center;gap:20px;text-align:center;flex-wrap: wrap;}
.header .nav .dp1 .dl1{position:relative;min-width: 180px;}
.header .nav .dp1 .dl1 .da1{display:block;line-height: 100px;font-size: 18px;color:#fff;transition: all 500ms;}
.header .nav .dp1 .dl1.on .da1{color:#fe6a28;}
.header .nav .dp1 .dl1.on .da1:before{content:'';position:absolute;bottom:0;left:0;width:100%;height:3px;background:#fe6a28;}
.header .nav .dp2{position:absolute;top:calc(100% + 20px);left: 50%;min-width: 100%;padding: 30px 0 0 0;transition: all 500ms;transform: translateX(-50%);opacity:0;visibility:hidden;display: none;}
.header .nav .dp2 .dl2{position:relative;}
.header .nav .dp2 .dl2 .da2{display:block;line-height: 46px;font-size: 16px;font-weight:400;color:#525252;white-space:nowrap;transition: all 500ms;text-align: center;}
.header .nav .dp2 .dl2 .da2:hover{color:#fe6a28;}
header .language{position:absolute;top:50%;right:60px;transform:translateY(-50%);z-index: 6;}
header .language .language-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:0;background:transparent;}
header .language .language-btn:before{content:'';width:24px;height:24px;background:url("../img/ic_globus_w.svg") no-repeat center / contain;}
header .language .language-box{position:absolute;top:100%;left:50%;transform:translateX(-50%);border-radius:5px;border:2px solid #e5e5e5;background:#ffffff;padding:10px 0;width:50px;opacity:0;visibility:hidden;transition:all 500ms;z-index: 5;}
header .language .language-box>li{}
header .language .language-box>li>a{display:block;padding:5px 0;line-height:14px;font-size:14px;font-weight:700;color:#ccc;text-align:center;}
header .language .language-box>li>a:hover{color:#666;}
header .language .language-box>li.on>a{color:#fe6a28;}
header .language.active .language-box{opacity:1;visibility:visible;}
header .dim{position:absolute;top:100px;left:0;width:100%;height:244px;background:#fff;transition: all 500ms;opacity:0;visibility:hidden;z-index:4;border-top:1px solid #dfdfdf;}

.header.active{background:#fff;}
.header.active .logo{}
.header.active .logo a{background: url("../img/logo.svg") no-repeat center / contain;}
.header.active .nav .dp1 .dl1 .da1{color:#000000;}
.header.active .nav .dp1 .dl1.on .da1{color:#fe6a28;}
.header.active .nav .dp1 .dl1 .dp2{display:block;opacity:1;visibility:visible;top:100%;height:100%;}
.header.active .language .language-btn:before{background:url("../img/ic_globus.svg") no-repeat center / contain;}
.header.active .dim{opacity:1;visibility:visible;}
.header.active:not(.active) .nav .dp1 .dl1 .dp2 {pointer-events: none;}
.header.active:not(.active) .dim {pointer-events: none;}
.header.fixed{background:#fff;}
.header.fixed .logo a{background: url("../img/logo.svg") no-repeat center / contain;}
.header.fixed .nav .dp1 .dl1 .da1{color:#000;}
.header.fixed .language .language-btn:before{background:url("../img/ic_globus.svg") no-repeat center / contain;}

.header.sub_hd{background:#fff;}
.header.sub_hd .logo a{background: url("../img/logo.svg") no-repeat center / contain;}
.header.sub_hd .nav .dp1 .dl1 .da1{color:#000;}
.header.sub_hd .language .language-btn:before{background:url("../img/ic_globus.svg") no-repeat center / contain;}

#header_mo {display:none;}

@media screen and (max-width: 1520px){
	.header .logo {left:20px;}
	header .logo a {width:170px;}
	.header .language {right:20px;}
	.header .nav .dp1 {gap:0px;}
	.header .nav .dp1 .dl1 {min-width:150px;}
	.header .nav .dp1 .adm {position: fixed;right: 50px;}
}
@media screen and (max-width: 1024px){
	.pc_header {display:none;}
	header .logo a {width:150px;}
	#header_mo {display:block;z-index:999;position: fixed;width: 100%;height:var(--hdHeight);top: 0;left: 0;border-bottom:1px solid transparent;transition: all 0.2s; text-align:center;}
	.mb_header {height:100%;}
	.mb_header * {color:#FFF;}
	.mb_header .hd_wrap{position:relative;width:100%;padding:0 20px;height: 100%;display: flex;justify-content: space-between;align-items: center;}
	.mb_header .logo{left: 20px;}
	.mb_header .hd_bg{display:none;z-index:200;width: 100%;height: 100vh;position: fixed;top: 0;left: 0;background: rgba(0,0,0,0.7);}
	.mb_header .hd_view{position:fixed;width:80%;padding:15px;height:100vh;background: rgba(255, 255, 255, 0.10);border: 1px solid rgba(255, 255, 255, 0.1);transition: all 0.3s ease-out;backdrop-filter: blur(10px);z-index:210;left:-80%;top: 0;}
	.mb_header .hd_view > a{margin: 12px 0 35px 0px;filter: invert(1) brightness(100);display: block;text-align: left;}
	.mb_header .hd_view.on{left:0;}
	.mb_header .hd_view .logo {position:initial;margin: 7px 0 20px;transform: initial;}
	.mb_header .dp1 {max-height:calc(100vh - 100px);overflow:auto}
	.mb_header .dp1 > li{text-align:left;position:relative; }
	.mb_header .dp1 > li.on > a{color:#fff;}
	.mb_header .dp1 > li > a{padding:0 10px;display: flex;justify-content: space-between;position:relative;line-height: 55px;font-size: 16px;font-weight: 500;color: #fff;transition: all 0.2s;cursor:pointer;}
	.mb_header .dp1 > li .dp2{display:none;padding: 10px 0;border-radius: 10px;background: rgba(255, 255, 255, 0.10);border: 1px solid rgba(255, 255, 255, 0.1);backdrop-filter: blur(10px);}
	.mb_header .dp1 > li .dp2 > li{margin: 10px 16px;}
	.mb_header .dp1 > li .dp2 > li > a{display: block;font-size: 14px;font-weight: 500;white-space:nowrap;cursor: pointer;}
	.mb_header .dp1 > li > a .bar{right:0;top: 25px;background:#bbb;transition:0.2s;position:relative;width:20px;height:2px;display: inline-block}
	.mb_header .dp1 > li > a .bar2{top:0px;position:absolute;transform:rotate(90deg);left:0px;}
	.mb_header .dp1 > li.on > a .bar{right:5px;background:#bfc5cc;}
	.mb_header .dp1 > li.on > a .bar2{position:absolute;top:0px;transform: rotate(0deg);}
	.mb_header::before {content:'';width:100%;height:var(--hdHeight);position:fixed;top:0;left:0;width:100%;transition:all 0.4s ease-in-out;}
	.mb_header .mn_btn{position:absolute;z-index:55;top:50%;transform: translateY(-50%);right:20px;transition: all 0.2s;width:25px;height:22px;cursor:pointer;transition: all .2s;}
	.mb_header .mn_btn .bar{width:25px;height:2px;z-index:30;background: #fff;position: absolute;top: 10px;left: 0;transition: all .2s;}
	.mb_header .mn_btn .bar:first-child{top:2px;}
	.mb_header .mn_btn .bar:nth-child(2n){width:15px;left:auto;right:0;}
	.mb_header .mn_btn .bar:last-child{top:18px;}
	.mb_header.scroll::before {background: #fff;}
	.mb_header.scroll .hd_wrap > .logo a{background-image: url("../img/logo.svg");}
	.mb_header.scroll .language .language-btn:before {background-image: url("../img/ic_globus.svg");}
	.mb_header.scroll .mn_btn .bar {background: #111;}
	#header_mo.sub_hd::before {background: #fff;}
	#header_mo.sub_hd .hd_wrap > .logo a{background-image: url("../img/logo.svg");}
	#header_mo.sub_hd .language .language-btn:before {background-image: url("../img/ic_globus.svg");}
	#header_mo.sub_hd .mn_btn .bar {background: #111;}
}
@media screen and (max-width:768px){
	.mb_header .hd_logo{width:120px;}
}

/* 메인 */
.main {}
.main .mid_1{position:relative;overflow:hidden;}
.main .mid_1 .visual-slider{height:960px;}
.main .mid_1 .visual-slider .swiper-slide{width:100%;height:100%;display:flex;flex-direction:column;padding:264px 0 0;}
.main .mid_1 .visual-slider .icon{position:relative;margin-bottom:85px;z-index:2;}
.main .mid_1 .visual-slider .text{position:relative;line-height:1.5;font-size:62px;font-weight:300;color:#fff;z-index:2;}
.main .mid_1 .visual-slider .text strong{font-weight:700;}
.main .mid_1 .visual-slider .image{position:absolute;top:0;left:0;width:100%;height:100%;}
.main .mid_1 .visual-slider .image img{width:100%;height:100%;object-fit:cover;}
.main .mid_1 .visual-slider.animated{}
.main .mid_1 .visual-slider.animated .visual-button>a{width:420px;}
.main .mid_1 .visual-slider.animated .visual-button>a span{left:0;opacity:1;visibility:visible;transition-delay:200ms;}
.main .mid_1 .visual-control{position:absolute;bottom:264px;left: 50%;max-width: 1520px;width: 100%;display: flex;align-items: center;justify-content: flex-start;transform: translateX(-50%);gap: 18px;z-index:2;padding-left: 20px;padding-right: 20px;}
.main .mid_1 .visual-control .swiper-pagination-bullet{position:relative;width:60px;height:60px;border-radius:60px;border:1px solid transparent;background:transparent;opacity:1;}
.main .mid_1 .visual-control .swiper-pagination-bullet:before{content:'';position:absolute;top:50%;left:50%;width:12px;height:12px;border-radius:12px;transform:translate(-50%,-50%);background:rgb(255 255 255 / 40%);}
.main .mid_1 .visual-control .swiper-pagination-bullet-active{border:1px solid #fff;}
.main .mid_1 .visual-control .swiper-pagination-bullet-active:before{background:#ffffff;}
.main .mid_1 .visual-button{position:absolute;bottom:95px;right:60px;display:flex;gap:10px;z-index:5;}
.main .mid_1 .visual-button>a{display:flex;align-items:center;justify-content:flex-end;width: 106px;height:106px;max-width:100%;border-radius:106px;background:rgb(255 255 255 / 12%);backdrop-filter: blur(20px);-webkit-backdrop-filter: blur(20px);padding:16px;transition:all 500ms;}
.main .mid_1 .visual-button>a span{padding:0 28px;font-size:22px;font-weight:700;color:#fff;position: absolute;white-space: nowrap;width: auto;left:20px;opacity: 0;visibility: hidden;transition: all 300ms;}
.main .mid_1 .visual-button>a i{display:flex;align-items:center;justify-content:center;width:74px;height:74px;border-radius:74px;background:#fe6a28;}
.main .mid_1 .visual-button>a i:before{content:'';width:34px;height:34px;background:url("../img/ic_call.svg") no-repeat center / contain;}
.main .mid_1 .visual-button>a:hover{width:420px;}
.main .mid_1 .visual-button>a:hover span{left:0;opacity:1;visibility:visible;transition-delay:200ms;}
.main .mid_1 .scroll-down{position:absolute;bottom:0;left:50%;width:140px;height:120px;z-index: 99;transform: translateX(-50%);}
.main .mid_1 .scroll-down span:nth-child(1){position:absolute;bottom: 0;right: 0;left: 0;height: 120px;background: #fff;border-radius: 70px 70px 0 0;}
.main .mid_1 .scroll-down span:nth-child(1):before{content:"";position:absolute;bottom:0;left: -63px;width: 63px;height: 63px;box-sizing:content-box;background: radial-gradient(circle at 0 0,transparent 72%,#fff 0);}
.main .mid_1 .scroll-down span:nth-child(1):after{content:"";position:absolute;bottom: 0;right: -63px;width: 63px;height: 63px;box-sizing:content-box;background: radial-gradient(circle at 100% 0,transparent 72%,#fff 0);}
.main .mid_1 .scroll-down span:nth-child(2){display:block;position:absolute;bottom:0;left: calc(50% - 43px);width: 86px;height: 86px;z-index:10;cursor: pointer;}
.main .mid_1 .scroll-down span:nth-child(2):before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;background-color: #fe6a28;z-index:-1;}
.main .mid_1 .scroll-down span:nth-child(2):after{content:"";position:absolute;top: 50%;left: 50%;width: 30px;height: 17px;background: url("../img/btn_scroll_down.svg") no-repeat center;transform: translate(-50%,-50%);}
.main .mid_2{position:relative;padding:140px 0;background:#ffffff;}
.main .mid_3{position:relative;padding:140px 0;background:#f8f7f6;}
.main .mid_4{position:relative;padding:140px 0;background:#ffffff;overflow:hidden;}

@media screen and (max-width: 1520px){
	.main .mid_1 .visual-slider{height:800px;}
	.main .mid_1 .visual-slider .swiper-slide {padding-top:200px;}
	.main .mid_1 .visual-slider .text {font-size:48px;}
	.main .mid_1 .visual-slider .icon {margin-bottom: 40px;}
	.main .mid_1 .visual-slider .icon img {width:250px;}
	.main .mid_1 .visual-control {bottom:200px;}
	.main .mid_1 .visual-control .swiper-pagination-bullet {width:50px;height:50px;}
	.main .mid_1 .visual-control .swiper-pagination-bullet:before {width:10px;height:10px;}
	.main .mid_1 .scroll-down {zoom:.8;}
	.main .mid_2 {padding:100px 0;}
	.main .mid_3 {padding:100px 0;}
	.main .mid_4 {padding:100px 0;}
}
@media screen and (max-width: 1024px){
	.main .mid_1 .visual-slider{height:700px;}
	.main .mid_1 .visual-slider .text {font-size:36px;}
	.main .mid_1 .visual-slider .icon {margin-bottom: 20px;}
	.main .mid_1 .visual-slider .icon img {width:200px;}
	.main .mid_1 .visual-control {bottom:150px;}
	.main .mid_1 .scroll-down {zoom:.6;width: 130px;height: 110px;}
	.main .mid_1 .scroll-down span:nth-child(1) {height: 100%}
	.main .mid_1 .scroll-down span:nth-child(1):after{right: -48px;width: 50px;height: 50px;}
	.main .mid_1 .scroll-down span:nth-child(1):before{left: -48px;width: 50px;height: 50px;}
	.main .mid_1 .visual-button {right:50px;bottom:50px;}
	.main .mid_1 .visual-button>a {width: 78px;height: auto;padding: 10px;}
	.main .mid_1 .visual-button>a i {width:58px;height:58px;}
	.main .mid_1 .visual-button>a i:before {width:30px;height:30px;}
	.main .mid_1 .visual-button>a:hover{width: 320px;}
	.main .mid_1 .visual-button>a span {padding:0 20px;font-size:20px;}
	.main .mid_1 .visual-slider.animated .visual-button>a{width:320px;}
	.main .mid_2 {padding:70px 0;}
	.main .mid_3 {padding:70px 0;}
	.main .mid_4 {padding:70px 0;}
}
@media screen and (max-width: 768px){
	.main .mid_1 .visual-button {right:20px;bottom:20px;}
	.main .mid_1 .visual-button>a:hover{width: 78px;}
	.main .mid_1 .visual-button>a:hover span {opacity: 0;visibility: hidden;}
	.main .mid_1 .visual-slider.animated .visual-button>a{width:78px;}
	.main .mid_1 .visual-slider.animated .visual-button>a span {opacity: 0;visibility: hidden;}
}
@media screen and (max-width: 640px){
	.main .mid_1 .visual-slider .slide1 .image img {transform: translateX(-50%);position: relative;left: 37%;object-fit: initial;width: auto;}
	.main .mid_1 .visual-button>a {width: 60px;}
	.main .mid_1 .visual-button>a:hover{width: 60px;}
	.main .mid_1 .visual-button>a i {width:40px;height:40px;}
	.main .mid_1 .visual-button>a i:before {width:20px;height:20px;}
	.main .mid_1 .visual-slider.animated .visual-button>a{width:60px;}
}
@media screen and (max-width:480px){
	.main .mid_1 br {display:none;}
	.main .mid_1 .visual-slider{height:500px;}
	.main .mid_1 .visual-slider .swiper-slide {padding-top:150px;}
	.main .mid_1 .visual-slider .slide1 .image img {left: 34%;}
	.main .mid_1 .visual-slider .text {font-size:26px;}
	.main .mid_1 .visual-slider .icon {width:200px;}
	.main .mid_1 .visual-control {bottom: 100px;gap: 10px;}
	.main .mid_1 .visual-control .swiper-pagination-bullet {width:30px;height:30px;}
	.main .mid_1 .visual-control .swiper-pagination-bullet:before {width:7px;height:7px;}
	.main .mid_1 .scroll-down {zoom:.5;}
}

.main .mid_5{position:relative;padding:140px 0;background:#f8f7f6;}
.main .mid_5 .head{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin-bottom:96px;}
.main .mid_5 .head .icon{margin-bottom:16px;}
.main .mid_5 .head .title{margin-bottom:16px;line-height:1.5;font-size:48px;font-weight:700;color:#000;}
.main .mid_5 .head .text{line-height:1.5;font-size:22px;font-weight:500;color:#000;}
.main .mid_5 .brand{padding:210px 90px 70px 90px;border-radius:34px;background:url("../img/brand_bg.png") no-repeat center / cover;}
.main .mid_5 .brand .img{display:flex;gap:38px;margin-bottom:92px}
.main .mid_5 .brand .img a{display:block;}
.main .mid_5 .brand .img img{display:block;max-height:56px;}
.main .mid_5 .brand .txt{line-height:1.5;font-size:18px;color:#fff;}
.main .mid_5 .brand .txt a{text-decoration:underline;color:#fff;}

@media screen and (max-width: 1520px){
	.main .mid_5 {padding:100px 0;}
	.main .mid_5 .head .icon img {width:240px;}
	.main .mid_5 .head .title {font-size:36px;}
	.main .mid_5 .head .text {font-size:20px;}
	.main .mid_5 .brand{padding: 170px 70px 50px 70px}
	.main .mid_5 .brand .img {gap:20px;}
	.main .mid_5 .brand .img img {max-height:50px;}
	.main .mid_5 .brand .txt {font-size:17px;}
}
@media screen and (max-width: 1024px){
	.main .mid_5 {padding:70px 0;}
	.main .mid_5 .head {margin-bottom:50px;}
	.main .mid_5 .head .icon img {width:200px;}
	.main .mid_5 .head .title {font-size:28px;}
	.main .mid_5 .head .text {font-size:18px;}
	.main .mid_5 .brand{padding: 120px 50px 40px 50px}
	.main .mid_5 .brand .img {margin-bottom:50px;}
	.main .mid_5 .brand .txt {font-size:16px;}
	.main .mid_5 .brand .txt br {display:none;}
	.main .mid_5 .brand .img img {max-height:45px;}
}
@media screen and (max-width: 640px){
	.main .mid_5 .brand{padding: 80px 30px 20px 30px}
	.main .mid_5 .brand .img {flex-direction:column;}
	.main .mid_5 .brand .img img {max-height:40px;}
}
@media screen and (max-width:480px){
	.main .mid_5 .head .icon img {width:140px;}
	.main .mid_5 .head .title {font-size:24px;}
	.main .mid_5 .head .text {font-size:17px;}
	.main .mid_5 .brand .txt {font-size:15px;}
}

.main .mid_6{position:relative;padding:140px 0;background:#ffffff;overflow:hidden;}
.main .mid_6 .company{display:flex;gap:30px;align-items:flex-start;}
.main .mid_6 .company .box{display:flex;flex-direction:column;border-radius:34px;overflow:hidden;box-shadow: 11px 8px 42px rgb(201 201 201 / 25%);transition: all 500ms;}
.main .mid_6 .company .box:hover .con{}
.main .mid_6 .company .box:hover .eng{color:#ffffff;}
.main .mid_6 .company .box:hover .tit{color:#ffffff;}
.main .mid_6 .company .box:hover .tit:before{background:#fff;}
.main .mid_6 .company .box:hover .txt{color:#ffffff;}
.main .mid_6 .company .con{position:relative;z-index:7;padding:44px 34px;transition: all 500ms;}
.main .mid_6 .company .eng{position:relative;z-index:8;margin-bottom:36px;line-height:27px;font-size:18px;font-weight:700;color:#fe6a28;transition:all 500ms;}
.main .mid_6 .company .tit{position:relative;z-index:8;margin-bottom:15px;display: flex;line-height:39px;font-size:26px;font-weight: 700;color:#000;transition:all 500ms;}
.main .mid_6 .company .tit:before{content:'';margin:15px 10px 0 0;width:8px;height:8px;border-radius:8px;background:#009f9e;transition:all 500ms;}
.main .mid_6 .company .txt{position:relative;z-index:8;line-height:1.6;font-size:18px;font-weight: 300;color:#656565;transition:all 500ms;}
.main .mid_6 .company .img{position:relative;width: 100%;height:auto;aspect-ratio:474/315;z-index: 4;}
.main .mid_6 .company .img img {max-width:100%;}
.main .mid_6 .company .box:before{content:'';position:absolute;z-index:5;top:0;left:0;width:100%;height:100%;background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 0) 65%);transition: all 500ms;}
.main .mid_6 .company .box .con:before{content:'';position:absolute;z-index:6;top:0;left:0;width:100%;height: 130%;background: linear-gradient(to bottom,rgba(213 137 104 / 1) 0%,rgba(213 137 104 / 1) 80%,rgba(213 137 104 / 0) 100%);opacity:0;transition: all 500ms;}
.main .mid_6 .company .box:hover .con:before{opacity:1;}

@media screen and (max-width: 1520px){
	.main .mid_6 {padding:100px 0;}
	.main .mid_6 .company .con {padding:35px 25px;}
	.main .mid_6 .company .eng {margin-bottom:20px;font-size:17px;}
	.main .mid_6 .company .tit {font-size:23px;}
	.main .mid_6 .company .txt {font-size:17px;}
	.main .mid_6 .company .box:before{background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 65%);}
}
@media screen and (max-width: 1024px){
	.main .mid_6 {padding:70px 0;}
	.main .mid_6 .company {gap:20px;}
	.main .mid_6 .company .eng {font-size:15px;}
	.main .mid_6 .company .tit {font-size:20px;}
	.main .mid_6 .company .txt {font-size:15px;}
	.main .mid_6 .company .txt br {display:none;}
	.main .mid_6 .company .box:before{background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0) 65%);}
}
@media screen and (max-width: 768px){
	.main .mid_6 {padding:70px 0;}
	.main .mid_6 .company {flex-direction:column;align-items: center;}
	.main .mid_6 .company .box {position:relative;}
	.main .mid_6 .company .box:before{background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 0) 65%);}
	.main .mid_6 .company .txt br {display: block;}
}
@media screen and (max-width:480px){
	.main .mid_6 .company .con {padding: 25px 20px;}
	.main .mid_6 .company .eng {font-size:14px;}
	.main .mid_6 .company .tit {font-size:20px;}
	.main .mid_6 .company .txt {font-size:14px;}
}
@media screen and (max-width:400px){
/*	.main .mid_6 .company .box:before{top: 10%;}*/
}


.main .mid_7{position:relative;margin:20px;padding: 140px 0;background:url("../img/inquiry_bg.png") no-repeat center / cover;border-radius:50px;overflow:hidden;}
.main .mid_7 .inquiry{display:flex;justify-content:space-between;flex-wrap:wrap;}
.main .mid_7 .inquiry .left{max-width:100%;}
.main .mid_7 .inquiry .left .tit{margin-bottom:32px;padding-left:29px;position:relative;line-height:54px;font-size:48px;font-weight:700;color:#fff;}
.main .mid_7 .inquiry .left .tit:before{content:'';position:absolute;top:21px;left:0;width:12px;height:12px;border-radius:12px;background:#009f9e}
.main .mid_7 .inquiry .left .txt{padding-left:29px;line-height:24px;font-size:16px;font-weight:400;color:#fff;}
.main .mid_7 .inquiry .right{width: 50%;max-width:100%;}
.main .mid_7 .inquiry .right .form{display:flex;flex-wrap:wrap;gap:12px;margin-bottom: 28px;}
.main .mid_7 .inquiry .right .form dl{width:calc(50% - 6px);display:flex;border-radius:12px;background: rgb(255 255 255 / 28%);backdrop-filter: blur(20px);-webkit-backdrop-filter: blur(20px);height: 68px;align-items: center;}
.main .mid_7 .inquiry .right .form dl dt{padding-left: 30px;line-height:20px;font-size:18px;color:#fff;width: 120px;white-space: nowrap;}
.main .mid_7 .inquiry .right .form dl dt.req:after{content:'*';margin-left:4px;color:#fec828;}
.main .mid_7 .inquiry .right .form dl dd{flex:1;padding: 10px 12px;}
.main .mid_7 .inquiry .right .form dl dd input[type="text"]{width:100%;height: 48px;font-size:16px;color:#fff;border:0;background:transparent;}
.main .mid_7 .inquiry .right .form dl dd select{width:100%;height: 48px;font-size:16px;color:#fff;border:0;background:transparent;background: transparent url("../img/ic_dropdown.svg") no-repeat right 12px center;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
.main .mid_7 .inquiry .right .form dl dd select>option{color:#333;padding:0 10px;}
.main .mid_7 .inquiry .right .form dl dd label{cursor:pointer;display: flex;align-items: center;justify-content: flex-end;}
.main .mid_7 .inquiry .right .form dl dd label input[type=file]{display:none;}
.main .mid_7 .inquiry .right .form dl dd label input[type=file] ~ p{flex: 1;font-size:16px;color:#fff;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.main .mid_7 .inquiry .right .form dl dd label input[type=file] ~ span{height: 48px;width: 96px;display: flex;align-items: center;justify-content: center;border-radius: 10px;background: #fff;font-size: 15px;}
.main .mid_7 .inquiry .right .form dl dd textarea{width:100%;height: 217px;border: 0;background: transparent;font-size: 16px;color: #fff;}
.main .mid_7 .inquiry .right .form dl.w100p{width:100%;display: block;height:auto;padding: 24px 0;}
.main .mid_7 .inquiry .right .form dl.w100p dd{padding:24px 30px 0;}
.main .mid_7 .inquiry .right .agree{margin-bottom:28px;display:flex;justify-content:flex-end;}
.main .mid_7 .inquiry .right .agree label{display:flex;align-items:center;justify-content:center;gap:8px;cursor: pointer;}
.main .mid_7 .inquiry .right .agree label input{display:none;}
.main .mid_7 .inquiry .right .agree label input ~ i{width:16px;height:16px;background:url("../img/ic_checkbox.svg") no-repeat center / contain;}
.main .mid_7 .inquiry .right .agree label input ~ span{font-size:15px;font-weight:500;color:#fff;}
.main .mid_7 .inquiry .right .agree label input:checked ~ i{background:url("../img/ic_checkbox_on.svg") no-repeat center / contain;}
.main .mid_7 .inquiry .right .button{display:flex;justify-content:flex-end;}
.main .mid_7 .inquiry .right .button button{display:flex;align-items:center;justify-content:space-between;width:168px;max-width:100%;height:56px;border-radius:56px;padding:8px 8px 8px 22px;border:1px solid #fe6a28;font-size:15px;font-weight:500;color:#fe6a28;transition:all 500ms;background: #fff;}
.main .mid_7 .inquiry .right .button button:after{content:'';width:40px;height:40px;border-radius:40px;background: #fe6a28 url("../img/ic_button_arrow.svg") no-repeat left 16px center;transition:all 500ms;}
.main .mid_7 .inquiry .right .button button:hover{background:#fe6a28;color:#fff;}
.main .mid_7 .inquiry .right .button button:hover:after{background-color:#fff;background-image:url("../img/ic_button_arrow_on.svg");}

@media screen and (max-width: 1520px){
	.main .mid_7 {padding:100px 0;}
	.main .mid_7 .inquiry .left .tit {font-size:36px;line-height: 1.3;}
	.main .mid_7 .inquiry .left .txt {font-size:15px;}
	.main .mid_7 .inquiry .right {width:60%}
	.main .mid_7 .inquiry .right .form dl dt {padding-left: 20px;width: 95px;font-size: 16px;}
	.main .mid_7 .inquiry .right .form dl dd label input[type=file] ~ span{height: 40px;width: 80px;font-size:14px;}
	.main .mid_7 .inquiry .right .form dl dd input[type="text"] {font-size:14px;}
}
@media screen and (max-width: 1024px){
	.main .mid_7 {padding:70px 0;}
	.main .mid_7 .inquiry .left br {display:none;}
	.main .mid_7 .inquiry .left .tit {font-size:28px;margin-bottom: 12px;}
	.main .mid_7 .inquiry .left .tit:before {top:13px;width:8px;height:8px;}
	.main .mid_7 .inquiry .right {width:100%;margin-top:20px;}
	.main .mid_7 .inquiry .right .form dl {height:55px;}
	.main .mid_7 .inquiry .right .button button {width:130px;height:auto;padding:8px 8px 8px 15px;font-size:14px;}
	.main .mid_7 .inquiry .right .button button:after {width: 25px;height: 25px;background-position: left 10px center;background-size: 7px;}
}
@media screen and (max-width: 768px){
	.main .mid_7 .inquiry .right .form dl dd label input[type=file] ~ span{height: 30px;width: 70px;font-size: 13px;}
	.main .mid_7 .inquiry .right .form dl.w100p dd{padding: 20px 20px 0;}
	.main .mid_7 .inquiry .right .form dl dd textarea {height:150px;}
}
@media screen and (max-width: 640px){
	.main .mid_7 .inquiry .right .form dl {width:100%;}
}
@media screen and (max-width:480px){
	.main .mid_7 .inquiry .left .tit {font-size:24px;}
	.main .mid_7 .inquiry .left .txt {font-size:14px;}
}

.main .title-wrap{position:relative;margin-bottom:96px;}
.main .title-wrap .eng{margin-bottom:30px;line-height:1.3;font-size:18px;font-weight:700;color:#fe6a28;}
.main .title-wrap .tit{line-height:1.4;font-size:48px;font-weight:300;color:#000;letter-spacing: -0.02em;}
.main .title-wrap .tit strong{font-weight:700;}
.main .title-wrap .img{position:absolute;top:50%;right:0;transform:translateY(-50%);}
.main .title-wrap .act{position:absolute;bottom:0;right:0;display:flex;flex-direction:column;gap:10px;}
.main .title-wrap .act>a{display:flex;align-items:center;justify-content:space-between;width:168px;max-width:100%;height:56px;border-radius:56px;padding:8px 8px 8px 22px;border:1px solid #fe6a28;font-size:15px;font-weight:500;color:#fe6a28;transition:all 500ms;}
.main .title-wrap .act>a:after{content:'';width:40px;height:40px;border-radius:40px;background: #fe6a28 url("../img/ic_button_arrow.svg") no-repeat left 16px center;transition:all 500ms;}
.main .title-wrap .act>a:hover{background:#fe6a28;color:#fff;}
.main .title-wrap .act>a:hover:after{background-color:#fff;background-image:url("../img/ic_button_arrow_on.svg");}

@media screen and (max-width: 1520px){
	.main .title-wrap .tit {font-size:36px;}
	.main .title-wrap .eng {font-size:17px;}
	.main .title-wrap .img img {width:200px;}
}
@media screen and (max-width: 1024px){
	.main .title-wrap {margin-bottom:50px;}
	.main .title-wrap .tit {font-size:28px;}
	.main .title-wrap .eng {font-size:16px;}
	.main .title-wrap .img img {width:150px;}
	.main .title-wrap .act>a {width:130px;height:auto;padding:8px 8px 8px 15px;font-size:14px;}
	.main .title-wrap .act>a:after {width: 25px;height: 25px;background-position: left 10px center;background-size: 7px;}
}
@media screen and (max-width:480px){
	.main .title-wrap .tit {font-size:24px;position: relative;z-index: 1;}
	.main .title-wrap .eng {font-size:15px;}
	.main .title-wrap .img img {width:100px;opacity: .6;}
	.main .title-wrap .act {position:initial;flex-direction: initial;justify-content: flex-end;margin-top: 20px;}
}
@media screen and (max-width:320px){
	.main .title-wrap .tit br {display:none;}
}

.main .product-wrap{position:relative;}
.main .product-wrap .product-slider{overflow:hidden;}
.main .product-wrap .product-slider .item{display:flex;gap:96px;min-height:575px;opacity: 0 !important;transition:all 500ms;}
.main .product-wrap .product-slider .item.swiper-slide-active{opacity:1 !important;}
.main .product-wrap .product-slider .item .image{width:530px;aspect-ratio:530/575;border-radius:34px;border:1px solid #eae7e1;background: #fff;display:flex;align-items:center;justify-content:center;overflow: hidden;background: linear-gradient(to top, #F8F4ED 0%, #FFFFFF 100%);}
.main .product-wrap .product-slider .item .image img{width: 100%;height: 100%;object-fit: contain;display: block;}
.main .product-wrap .product-slider .item .cont{width:854px;max-width:100%;}
.main .product-wrap .product-slider .item .cont .flex-box{display:flex;justify-content:space-between;padding:18px 0;}
.main .product-wrap .product-slider .item .cont .category{margin-bottom:30px;line-height:1.3;font-size:16px;font-weight:700;color:#009f9e;}
.main .product-wrap .product-slider .item .cont .name{margin-bottom: 20px;line-height: 1;font-size:30px;font-weight:700;color:#000;}
.main .product-wrap .product-slider .item .cont .text{line-height:1.5;font-size:18px;color:#656565;margin-top: 20px;}
.main .product-wrap .product-slider .item .cont .button{display:flex;flex-direction:column;gap:10px;}
.main .product-wrap .product-slider .item .cont .button>a{display:flex;align-items:center;justify-content:space-between;width:168px;max-width:100%;height:56px;border-radius:56px;padding:8px 8px 8px 22px;border:1px solid #fe6a28;font-size:15px;font-weight:500;color:#fe6a28;transition:all 500ms;}
.main .product-wrap .product-slider .item .cont .button>a:after{content:'';width:40px;height:40px;border-radius:40px;background: #fe6a28 url("../img/ic_button_arrow.svg") no-repeat left 16px center;transition:all 500ms;}
.main .product-wrap .product-slider .item .cont .button>a:hover{background:#fe6a28;color:#fff;}
.main .product-wrap .product-slider .item .cont .button>a:hover:after{background-color:#fff;background-image:url("../img/ic_button_arrow_on.svg");}
.main .product-wrap .product-paging{position:absolute;bottom:0;right:0;width:854px;max-width:100%;display:flex;align-items:center;padding:24px;border-radius:34px;background:#fcf6ed;gap:20px;z-index: 5;}
.main .product-wrap .product-paging>button{position:relative;width: 150px;aspect-ratio: 19/21;border: 1px solid #EAE7E1;border-radius:20px;background:#fff;overflow: hidden;transition:all 500ms;}
.main .product-wrap .product-paging>button:before{content:'';position:absolute;inset:0;border-radius:20px;border:2px solid #fe6a28;opacity:0;visibility:hidden;}
.main .product-wrap .product-paging>button img{width:100%;height:100%;object-fit:contain;}
.main .product-wrap .product-paging>button.on,
.main .product-wrap .product-paging>button:hover{transform: translateY(-5px);box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.10);}
.main .product-wrap .product-paging>button.on:before{opacity:1;visibility:visible;}
.main .product-wrap .product-arrow{}
.main .product-wrap .product-arrow .prev-btn{position:absolute;top:50%;left:-90px;width:50px;height:50px;border-radius:50px;border:1px solid #dfdfdf;background:#fff;display:flex;align-items:center;justify-content:center;z-index:5;}
.main .product-wrap .product-arrow .prev-btn:before{content:'';width:8px;height:16px;background:url("../img/ic_swiper_l.svg") no-repeat center / contain;}
.main .product-wrap .product-arrow .next-btn{position:absolute;top:50%;left: calc(100% + 45px);width:50px;height:50px;border-radius:50px;border:1px solid #dfdfdf;background:#fff;display:flex;align-items:center;justify-content:center;z-index:5;}
.main .product-wrap .product-arrow .next-btn:before{content:'';width:8px;height:16px;background:url("../img/ic_swiper_r.svg") no-repeat center / contain;}

@media screen and (max-width: 1700px){
	.main .product-wrap .product-arrow {display:flex;position: absolute;right: 20px;bottom: 20px;gap: 10px;}
	.main .product-wrap .product-arrow > .swbtn {margin:0;position: initial;left: auto;top: auto;transition: initial;}
}
@media screen and (max-width: 1520px){
	.main .product-wrap .product-slider .item {gap:50px;}
	.main .product-wrap .product-paging {width:63%;}
	.main .product-wrap .product-slider .item .image {width:35%;}
	.main .product-wrap .product-slider .item .cont {width:65%;}
	.main .product-wrap .product-paging>button {width: 140px;height:auto;aspect-ratio: 190/210;}
	.main .product-wrap .product-slider .item .cont .category{margin-bottom:20px;font-size:15px;}
	.main .product-wrap .product-slider .item .cont .name{margin-bottom:15px;font-size:26px;}
	.main .product-wrap .product-slider .item .cont .text{font-size:17px;}
	.main .product-wrap .product-arrow {bottom: 220px;right:0;}
}
@media screen and (max-width: 1024px){
	.main .product-wrap .product-slider .item {gap:20px;min-height:475px;}
	.main .product-wrap .product-arrow > .swbtn {width:40px;height:40px;}
	.main .product-wrap .product-slider .item .cont .name{font-size:23px;}
	.main .product-wrap .product-slider .item .cont .text{font-size:16px;}
	.main .product-wrap .product-paging>button {width: 100px;}
	.main .product-wrap .product-arrow {bottom:180px;}
}
@media screen and (max-width: 768px){
	.main .product-wrap .product-slider .item {min-height: auto;}
	.main .product-wrap .product-paging {width: 100%;position: initial;margin-top: 20px;padding: 20px;}
	.main .product-wrap .product-slider .item .cont .right {position:absolute;right:0;bottom:0px;}
	.main .product-wrap .product-slider .item .cont .button>a {width:130px;height:auto;padding:8px 8px 8px 15px;font-size:14px;}
	.main .product-wrap .product-slider .item .cont .button>a:after {width: 25px;height: 25px;background-position: left 10px center;background-size: 7px;}
	.main .product-wrap .product-paging>button {width:100px;}
	.main .product-wrap .product-arrow {bottom:-50px;}
}
@media screen and (max-width:480px){
	.main .product-wrap .product-slider .item {flex-direction:column;}
	.main .product-wrap .product-slider .item .cont .category{font-size:14px;}
	.main .product-wrap .product-slider .item .cont .name{font-size:20px;}
	.main .product-wrap .product-slider .item .cont .text{font-size:15px;}
	.main .product-wrap .product-slider .item .image {width:100%;}
	.main .product-wrap .product-slider .item .cont {width:100%;}
	.main .product-wrap .product-paging {gap:10px;flex-wrap: wrap;}
	.main .product-wrap .product-paging>button {width:80px;border-radius: 10px;}
	.main .product-wrap .product-paging>button:before {border-radius: 10px;}
	.main .product-wrap .product-arrow {bottom: -50px;}
	.main .product-wrap .product-slider .item .cont .right {bottom: 20px;}
}

.main .news-wrap{overflow:hidden;}
.main .news-wrap .news-slider{}
.main .news-wrap .news-slider .swiper-slide{width: 400px;}
.main .news-wrap .news-slider .box{position:relative;display:block;border-radius:20px;overflow:hidden;}
.main .news-wrap .news-slider .box:before{content:'';position:absolute;inset:0;border:1px solid #f1f1f1;border-radius:20px;pointer-events:none;}
.main .news-wrap .news-slider .con{position:relative;padding:36px 28px;background:#f7f7f7;overflow:hidden;}
.main .news-wrap .news-slider .dim{content:'';position: absolute; display: block; width: 0px; height: 0px; transform: translate(-50%,-50%); border-radius: 50%; background: #f1f1f1; transition: width 0.5s ease-out, height 0.5s ease-out;pointer-events:none;left: var(--mouse-x, 50%);top: var(--mouse-y, 50%);}
.main .news-wrap .news-slider .dim.active{width: 75vw;height: 75vw;}
.main .news-wrap .news-slider .img{overflow:hidden;width:100%;height:auto;aspect-ratio:4/3;}
.main .news-wrap .news-slider .img img{width:100%;height:100%;object-fit:cover;display:block;transition: .5s;}
.main .news-wrap .news-slider .swiper-slide:hover .img img {transform:scale(1.1);}
.main .news-wrap .news-slider .subject{position:relative;z-index:2;display:-webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;line-height: 27px;font-size: 18px;font-weight: 600;color: #000;overflow: hidden;height: 54px;}
.main .news-wrap .news-slider .date{position:relative;z-index:2;margin: 22px 0 0 0;line-height: 1.5;font-size: 14px;font-weight: 500;color: #939393;}

@media screen and (max-width: 1520px){
	.main .news-wrap .news-slider .swiper-slide{width: 25%;}
	.main .news-wrap .news-slider .subject {font-size:17px;}
}
@media screen and (max-width: 1024px){
	.main .news-wrap .news-slider .swiper-slide{width: 33%;}
	.main .news-wrap .news-slider .con {padding:20px;}
	.main .news-wrap .news-slider .subject {font-size:16px;}
	.main .news-wrap .news-slider .date {font-size:13px;}
}
@media screen and (max-width: 768px){
	.main .news-wrap .news-slider .swiper-slide{width: 50%;}
}
@media screen and (max-width:480px){
	.main .news-wrap .news-slider .swiper-slide{width:90%;}
	.main .news-wrap .news-slider .subject {font-size:15px;}
}

/* 하단 */
.footer {position:relative;padding:140px 0;background:#111 url("../img/footer_bg.png") no-repeat center / cover;border-radius: 50px 50px 0 0;}
.footer .inner{max-width: 1600px;}
.footer .footer_top{display:flex;justify-content:space-between;}
.footer .footer_bottom{display:flex;justify-content:space-between;}
.footer .logobox {margin-bottom:50px;}
.footer .logo {margin-bottom:20px;}
.footer .logo a{display:block;}
.footer .logo img{display:block;width:305px;height:auto;}
.footer .logo2 {color:#fff;text-align: right;}
.footer .logo2 img {width:120px;}
.footer .cite{margin-top:auto;line-height:1.3;font-size:15px;color:#fff;opacity:0.4;}
.footer .info{max-width:532px;display:flex;flex-wrap:wrap;gap:12px;}
.footer .info ul{display:flex;flex-wrap:wrap;width:100%;}
.footer .info li{display:flex;align-items:center;line-height:1.3;font-size: 18px;color:#fff;}
.footer .info li:after{content:'';width:1px;height:15px;margin:0 24px;background:#fff;opacity: 0.5;}
.footer .info li:last-of-type:after{display:none;}
.footer .info li strong{min-width:70px;font-weight: 500;}
.footer .info li span{margin-left:12px;opacity:0.8;}
.footer .link{margin-top: 28px;display:flex;flex-wrap:wrap;gap:12px;justify-content: flex-end;}
.footer .link a{display:block;line-height: 1.3;font-size:17px;font-weight: 500;color:#fff;opacity:0.6;}
.footer .link a:hover{opacity:1;}
.footer .gotop{position:absolute;top: 40px;right: 60px;width:64px;height:64px;border-radius:64px;border: 1px solid #fe6a28;background:#ffffff;cursor:pointer;display:flex;align-items:center;justify-content:center;}
.footer .gotop:before{content:'';width: 15px;height: 10px;background:url("../img/gotop.svg") no-repeat center / contain;}

.mouse-pointer{position: fixed;top: 0px;left: 0px;z-index: 10000;pointer-events: none;}
.mouse-pointer .pointer-circle{position: absolute;top: 50%;left: 50%;width: 8rem;height: 8rem;border-radius: 50%;transform: translate(-50%, -50%) scale(0);border: 2px solid #fff;box-sizing: border-box;background: rgba(255, 255, 255, 0.05);backdrop-filter: blur(1.5rem);}
.mouse-pointer.active .pointer-circle{opacity:1;transform: translate(-50%, -50%) scale(1);}

@media screen and (max-width: 1520px){
	.footer {padding:100px 0;}
	.footer .info li {font-size:16px;}
	.footer .info li strong{min-width: 60px;}
	.footer .info {width:460px;}
	.footer .link a {font-size:15px;}
	.footer .gotop {right:20px;width:50px;height:50px;}
}
@media screen and (max-width: 1024px){
	.footer {padding:70px 0;}
	.footer .logobox {margin-bottom: 30px;width: fit-content;}
	.footer .logo img {width:240px;}
	.footer .info {width: 370px;}
	.footer .info li strong{min-width: 30px;}
	.footer .gotop {width:45px;height:45px;}
}
@media screen and (max-width: 768px){
	.footer .inner > div{flex-direction: column;justify-content: center;align-items: center;text-align: center;}
	.footer .footer_bottom {margin-top:20px;}
	.footer .info ul {justify-content: center;}
}
@media screen and (max-width:480px){
	.footer .logo img {width: 200px;margin: 0 auto;}
	.footer .logo2 img {width: 100px;}
	.footer .info {width: 100%;gap: 5px;}
	.footer .info ul  {flex-direction: column}
	.footer .info li {font-size: 14px;justify-content: center;}
	.footer .info li:after {display:none;}
	.footer .gotop {top:20px;width:40px;height:40px;}
}

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

.sub * {word-break:keep-all;line-height:1.65;letter-spacing:-0.02em;}
.sub img {max-width:100%;}
.sub .flex {display:flex;}
.sub .flex .w50 {flex:1;}
.sub .flexsb {display:flex;justify-content:space-between;}
.sub .img img {border-radius:20px;}
.sub_top {text-align:center;padding-top: var(--ctMargin);}
.sub_top .sub_tit {font-size:48px;line-height:1.4;color:#000;}
.sub_top .sub_tit span {font-size:40px;}
.sub_top .sub_txt {margin-top:30px;font-size:20px;line-height:1.8;color:#888;font-weight:300;}

.sub .tit {font-size:48px;line-height:1.4;color:#000;}
.sub .tit2 {font-size:34px;line-height:1.4;color:#000;}
.sub .desc {font-size:18px;line-height:1.8;color:#656565;font-weight:300;}
.sub .desc strong {font-weight:700;}
.sub .tit2.dot {position:relative;padding-left: 20px;}
.sub .tit2.dot:before {content:'';width: 8px;border: 1px solid var(--ptColor1);aspect-ratio: 1/1;position:absolute;top:18px;left: 0px;border-radius: 16px;}
.sub .titbox {margin-bottom:50px;}
.sub .titbox p {padding-top:20px;}
.sub .cont + .cont {margin-top: var(--ctMargin);}
.sub .pt {color:var(--ptColor1);}
.sub .pt100 {margin-top: var(--ctMargin);}

@media screen and (max-width: 1520px){
	.sub_top .sub_tit {font-size:36px;}
	.sub_top .sub_tit span {font-size:34px;}
	.sub_top .sub_txt {font-size:18px;margin-top:20px;}
	.sub .tit {font-size:36px;}
	.sub .tit2 {font-size:28px;}
	.sub .desc {font-size:17px;}
	.sub .tit2.dot:before {top:14px;}
}
@media screen and (max-width: 1024px){
	.sub_top .sub_tit {font-size:28px;}
	.sub_top .sub_tit span {font-size:24px;}
	.sub_top .sub_txt {font-size:17px;}
	.sub .titbox {margin-bottom:30px;}
	.sub .tit {font-size:28px;}
	.sub .tit2 {font-size:24px;}
	.sub .desc {font-size:16px;}
	.sub .tit2.dot:before {top: 12px;width: 6px;}
}
@media screen and (max-width:480px){
	.sub_top .sub_tit {font-size:24px;}
	.sub_top .sub_tit span {font-size:20px;}
	.sub_top .sub_txt {font-size:16px;margin-top:15px;}
	.sub .tit {font-size:24px;}
	.sub .tit2 {font-size:20px;}
	.sub .desc {font-size:15px;}
}

/**/
.sub.company {overflow:hidden;padding: var(--ctMargin) 0;}
.company .cont1 .br {display:none;}
.company .cont1 .ani {transition:all 1.3s ease-in-out;white-space: nowrap;letter-spacing: 10px;}
.company .cont1 .ani1 {transform: translateX(-40%);}
.company .cont1 .ani2 {transform: translateX(40%);}
.company .cont1 .aos-animate .ani {transform: translateX(0%);letter-spacing:-0.02em;}
.company .cont1 .ani2 {text-align:right;}
.company .cont1 .ani3 {margin-top:20px;text-align:center;}
.company .cont1 figure {margin-top: var(--ctMargin);}
.company .cont2 img {width:100%;}
.company .cont2 .pt {padding-bottom:20px;}
.sub .scrolltxt{position: relative;overflow:hidden;right: 0;height: 130px;font-size:128px;color:#f7f7f7;margin: var(--ctMargin) 0;}
.sub .scrolltxt h1 {line-height:1;white-space: nowrap;animation: movetxt 30s linear infinite;position: absolute;left: 0;}
@keyframes movetxt {from {transform: translateX(0);}  to {transform: translateX(-50%);}}
.company .cont3 .inner > .flex {gap:100px;}
.company .cont3 .txtbox p + p {margin-top:30px;}
.company .cont3 .key {margin-top:50px;background:#f7f7f7;padding: 40px;border-radius: 20px;display: grid;gap: 20px;}
.company .cont3 .key .ico_ul {gap:20px;}
.company .cont3 .key li {gap:20px;align-items:center;}

.company .cont4 .img_ul {align-items:flex-start;gap:30px;}
.company .cont4 .img_ul li {overflow:hidden;border-radius: 34px;box-shadow: 11px 8px 42px 0 rgba(201, 201, 201, 0.25);}
.company .cont4 .img_ul .li1 {margin-top:80px;}
.company .cont4 .img_ul .li3 {margin-top:74px;}
.company .cont4 .img_ul li .txtbox {background:#fff;transition:.5s;padding: 44px 34px;}
.company .cont4 .img_ul li figure {position:relative;}
.company .cont4 .img_ul li figure:before {content:'';background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);position: absolute;top:0;left: 0;width: 100%;height: 100px;z-index: 10;transition:.5s;}
.company .cont4 .img_ul li figure:after {opacity:0;content:'';background: linear-gradient(180deg, #FE6A28 0%, rgba(254, 106, 40, 0.00) 100%);position: absolute;top:0;left: 0;width: 100%;height: 100px;z-index: 10;transition:.5s;}
.company .cont4 .img_ul li .dot {margin:36px 0 15px;position:relative;padding-left:18px;}
.company .cont4 .img_ul li .dot:before {content:'';width: 8px;background:var(--ptColor2);aspect-ratio: 1/1;position:absolute;top: 15.5px;left: 0px;border-radius: 16px;}
.company .cont4 .img_ul li:hover .txtbox {background:var(--ptColor1);}
.company .cont4 .img_ul li:hover figure:after {opacity:1;}
.company .cont4 .img_ul li:hover * {color:#fff;}
.company .cont4 .img_ul li:hover .dot:before {background:#fff;}

.company .cont4 .titbox {margin-bottom:100px;text-align:center;}
.company .cont4 .value_ul {text-align:center;}
.company .cont4 .value_ul li {padding: 68px 32px;flex:1;border-radius: 34px;box-shadow: 0 4px 44px 0 rgba(227, 221, 214, 0.40);background: #fff;transition: .5s;}
.company .cont4 .value_ul h4 {transition:.5s;margin:36px 0 12px;font-family: 'Nunito','Pretendard', sans-serif;}
.company .cont4 .value_ul .ft_en {font-size: 80px;color: #F4E7E1;line-height: 1;margin-top:36px;}
.company .cont4 .value_ul li * {transition: .5s;}
.company .cont4 .value_ul li figure img {transition: .3s;}
.company .cont4 .value_ul li:hover {color:#fff;background:var(--ptColor1);}
.company .cont4 .value_ul li:hover figure img {filter: brightness(100);}
.company .cont4 .value_ul li:hover .ft_en {opacity:1;}
.company .cont4 .value_ul li:hover p {color:#fff;}

@media screen and (max-width: 1520px){
	.company .cont2 .flex {gap:20px;}
	.company .cont2 h2 br {display:none;}
	.sub .scrolltxt {height:100px;font-size:90px;}
	.company .cont3 .inner > .flex {gap: 50px;}
	.company .cont3 .txtbox p + p {margin-top:20px;}
	.company .cont3 .txtbox br {display:none;}
	.company .cont3 .txtbox .br {display:block;}
	.company .cont3 .key {padding:30px;}
	.company .cont3 .key .ico_ul {flex-wrap: wrap;gap: 10px 20px;}
	.company .cont4 .value_ul li {padding:50px 20px;}
	.company .cont4 .value_ul li figure img {width: 75px;}
	.company .cont4 .value_ul h4 {margin:25px 0 10px;}
	.company .cont4 .value_ul .ft_en {font-size: 70px;margin-top:25px;}
}
@media screen and (max-width: 1024px){
	.sub .scrolltxt {height:70px;font-size:65px;}
	.company .cont3 .inner > .flex {gap: 20px;}
	.company .cont3 .key li {gap: 10px;}
	.company .cont3 .key li img {width: 35px;}
	.company .cont3 .key .ico_ul li h4{flex:1;}
	.company .cont4 .value_ul li {padding:35px 20px;}
	.company .cont4 .value_ul li figure img {width: 55px;}
	.company .cont4 .value_ul h4 {margin:15px 0 5px;}
	.company .cont4 .value_ul .ft_en {font-size: 45px;margin-top:15px;}
}
@media screen and (max-width: 768px){
	.company .cont1 figure {display: flex;justify-content: center;align-items: center;height: 350px;overflow: hidden;border-radius: 20px;}
	.company .cont1 figure img {max-width:none;height:100%;}
	.company .cont1 .aos-animate .fz65 {font-size:26px;}
	.company .cont2 .flex {flex-direction: column;}
	.company .cont3 .inner > .flex { flex-direction: column; }
	.company .cont3 .flex > .img img {width:100%;}
	.company .cont4 .value_ul {flex-wrap: wrap;}
	.company .cont4 .value_ul li {flex: 1 1 45%;}
	.company .cont1 .ani {letter-spacing:0;}
}
@media screen and (max-width:480px){
	.company .cont1 figure {height: 250px;}
	.company .cont1 .br {display:block;}
	.company .cont1 .fz65 {font-size:22px;}
	.company .cont1 .aos-animate .fz65 {font-size:22px;white-space: initial;text-align: center;}
	.company .cont1 .aos-animate .ani2 {padding-top:20px;}
	.sub .scrolltxt {height:40px;font-size:35px;}
	.company .cont3 .key {padding:20px;}
	.company .cont3 .key li img {width: 30px;}
	.company .cont4 .value_ul li {flex: 1 1 100%;}
}

/**/
.location > .flex {gap:50px;}
.location .tabbox {width:35%;background:#f7f7f7;padding:30px;border-radius: 20px;padding-bottom: 200px;}
.location .tabbox .tab {background:#fff;padding:30px;border-radius: 20px;cursor: pointer;border: 2px solid #fff;}
.location .tabbox .tab + .tab {margin-top:20px;}
.location .tabbox .tab.active {border: 2px solid var(--ptColor1);}
.location .tabbox .tab h3 {display:flex;align-items: center;gap: 10px;padding-bottom: 15px;margin-bottom: 15px;border-bottom: 1px solid #333;}
.location .tabbox .tab ul li {margin-top:5px;display:flex;}
.location .tabbox .tab ul li p:first-child {width:100px;}
.location .tabbox .tab ul li p + p {flex:1;}
.location .tab_wrap {flex:1;}
.location .tab_wrap .tabcont {display:none;width:100%;height:100%;}
.location .tab_wrap .tabcont iframe {border-radius: 20px;width:100%;height:100%;}

@media screen and (max-width: 1520px){
	.location > .flex {gap:20px;}
	.location .tabbox {padding:20px;padding-bottom:150px;}
	.location .tabbox br {display:none;}
	.location .tabbox .tab {padding:20px;}
	.location .tabbox .tab ul li p:first-child {width: 70px;}
}
@media screen and (max-width: 1024px){
	.location .tabbox {padding-bottom:100px;}
	.location .tabbox .tab ul li {flex-direction: column;}
}
@media screen and (max-width: 768px){
	.location > .flex {flex-direction: column;}
	.location .tabbox {width: 100%;display: flex;gap: 20px;padding-bottom:20px;}
	.location .tabbox .tab ul li {flex-direction: initial;}
	.location .tabbox .tab + .tab {margin-top:0px;}
	.location .tab_wrap .tabcont iframe {height:400px;}
}
@media screen and (max-width: 640px){
	.location .tabbox {flex-direction: column;}
}

/**/
.partners .list {text-align: center;gap:50px;display: grid; grid-template-columns: repeat(3,1fr);}
.partners .list a figure {border: 1px solid #ddd;aspect-ratio: 480/180;border-radius: 20px;display: grid;align-content: center;justify-content: center;padding: 30px;}
.partners .list a h4 {margin-top:20px}

@media screen and (max-width: 1520px){
	.partners .list a figure {padding:20px;}
}
@media screen and (max-width: 1024px){
	.partners .list {gap:20px;}
}
@media screen and (max-width: 768px){
	.partners .list {grid-template-columns: repeat(2,1fr);}
	.partners .list a figure {padding:10px;}
}
@media screen and (max-width:480px){
	.partners .list a figure {padding: 5px;}
	.partners .list a h4 {margin-top: 10px;}
}
@media screen and (max-width: 330px){
	.partners .list {grid-template-columns: repeat(1,1fr);}
}

/**/
.product.padd {padding: var(--ctMargin) 0;}
.product_list .inner {padding:0;}
.product {padding-bottom:600px;overflow:hidden;}
.product .dot {position:relative;padding-left:15px;}
.product .dot span {position:absolute;left:0;}
.product .dot.pt span {position:absolute;left:0; top:4px;}
.product .titbox.center {text-align:center;}
.product .flex {display:flex;}
.product .flex .left {width:40%;color: #fff;}
.product .flex .left .tit2 {font-size:28px;}
.product .flex .right {width:60%;color: #ececec;}
.product .flex .right.text p + p {margin-top:10px}
.product .flex .right p + img {margin-top:30px}
.product .flex .right.imgbox {gap:20px;}
.product .flex .right.imgbox figure {width:calc(33.33% - 13.333px);border-radius: 20px;overflow: hidden;}
.product .bgtxt {padding: 150px;border: 1px solid #ddd;background:url("../img/pd_bg.jpg") no-repeat center /cover;border-radius: 20px;color: #fff;}
.product2 .bgtxt {background-image:url("../img/pd_bg2.jpg");}
.product3 .bgtxt {background-image:url("../img/pd_bg3.jpg");}
.product4 .bgtxt {background-image:url("../img/pd_bg4.jpg");}
.product .bgtxt p+p {margin-top:40px;}
.product .pd_wrap {gap:50px;margin-top:50px;flex-wrap: wrap;}
.product .pd_wrap .pd_box {padding:50px;border: 1px solid #ddd;gap:50px;border-radius: 20px;position: relative;width: calc(50% - 25px);align-items: center;}
.product .pd_wrap .pd_box figure {width:50%;}
.product .pd_wrap .pd_box figure img {width:100%;}
.product .pd_wrap .pd_box:before {content:'';border: 3px solid var(--ptColor1);opacity: 0;transition: .5s;width: 100%;height: 100%;position: absolute;top: 0;left: 0;border-radius: 20px;}
.product .pd_wrap .pd_box p {margin-top:20px}
.product .pd_wrap .pd_box .add {position:absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 50px;aspect-ratio: 1/1;background: var(--ptColor1);border-radius: 50px;display: flex;justify-content: center;align-items: center;color: #fff;opacity: 0;transition: .5s;}
.product .pd_wrap .pd_box:hover .add {opacity:1;}
.product .pd_wrap .pd_box:hover:before {opacity:1;}

@media screen and (max-width: 1520px){
	.product .bgtxt {padding:100px;gap:20px;}
	.product .bgtxt br {display:none;}
	.product .pd_wrap {gap: 35px;margin-top: 35px;}
	.product .pd_wrap .pd_box {padding: 30px;gap: 30px;width: calc(50% - 17.5px);}
	.product .pd_wrap .pd_box br {display:none;}
	.product .pd_wrap .pd_box .img,
	.product .pd_wrap .pd_box .txtbox {flex:1;}
}
@media screen and (max-width: 1024px){
	.product {padding-bottom:500px;}
	.product .bgtxt {padding:50px;}
	.product .bgtxt p+p {margin-top: 30px;}
	.product .pd_wrap {gap: 20px;margin-top: 20px;}
	.product .pd_wrap .pd_box {padding: 20px;gap: 20px;width: calc(50% - 10px);flex-direction: column;}
	.product .pd_wrap .pd_box figure {width:100%;}
}
@media screen and (max-width: 768px){
	.product {padding-bottom:350px;}
	.product .bgtxt {flex-direction: column;padding:50px 20px;}
	.product .flex .left {width:100%;}
	.product .flex .right {width:100%;}
}
@media screen and (max-width: 640px){
	.product .pd_wrap {flex-direction: column;}
	.product .pd_wrap .pd_box {width:100%;flex-direction:initial;}
}
@media screen and (max-width:480px){
	.product {padding-bottom:200px;}
	.product .pd_wrap .pd_box {flex-direction: column;}
	.product .pd_wrap .pd_box p {margin-top: 10px;}
}

.product .pd_view {gap:100px;}
.product .pd_view .txtbox {flex:1;}
.product .pd_view .txtbox .tit2 {font-size:30px;}
.product .pd_view .txtbox h3 {margin-top:40px}
.product .pd_view .txtbox p {margin-top:20px}
.product .tbtxt {margin-top:30px;text-align:center;}
.product .table table{border-collapse: collapse;width: 100%;}
.product .table table th {padding:10px;text-align:left;border-bottom: 1px solid var(--ptColor1);}
.product .table table th p  {font-size:20px;}
.product .table table td:first-child {width:180px;}
.product .table table td {padding:10px;}
.product .table2 {margin:50px 0;}
.product .table2 table th {text-align:center;}
.product .table2 table td + td {text-align:center;}
.product .point_ul {flex-wrap: wrap;gap:30px;justify-content: center;}
.product .point_ul li {width: calc(25% - 22.5px);background: #fe6a280d;border-radius: 20px;padding: 60px 30px;text-align: center;display: grid;align-content: center;}
.product .point_ul li .num {width:40px;aspect-ratio: 1/1;background: var(--ptColor1);color: #fff;line-height: 40px;border-radius: 50px;margin: 0 auto 20px;}
.product .point_ul2 li {width: calc(50% - 15px);}
.product .point_ul2 li p {line-height: 1.65;padding-top:15px;}
.product .youtube_box {margin:50px 0;gap:50px;width:100%;background:#fe6a280d;border-radius: 20px;padding: 50px;}
.product .youtube {flex:1;aspect-ratio: 16/9;width: 100%;height: auto;}
.product .youtube iframe {aspect-ratio: 16/9;width: 100%;height: auto;}
.product .icon_ul {margin:100px auto 100px;display:flex;justify-content: center;position:relative;}
.product .icon_ul li {aspect-ratio:1/1;width:33.333%;padding: 25px;border-radius: 50%;position:relative;display: grid;align-content: center;text-align: center;}
.product .icon_ul li::after {content: "";position: absolute;top: 0;left: -1px;width: calc(100% + 3px);height: 100%;border-radius: 50%;border: 1px solid var(--ptColor1);transform: rotate(45deg);z-index: -1;}
.product .icon_ul li:nth-child(even)::after {border-top-color:#fff;border-left-color:#fff;}
.product .icon_ul li:nth-child(odd)::after {border-bottom-color:#fff;border-right-color:#fff;}
.product .icon_ul li::before {z-index:5;content:"";height: 36px;width: 10px;background: #fff;position:absolute;top:50%;transform: translateY(-50%);left: -3px;border-radius: 3px;} 
.product .icon_ul::after {content:"";height: 36px;width: 10px;background: #fff;;position:absolute;top:50%;transform: translateY(-50%);right: -3px;border-radius: 3px;left: auto;z-index: 15;} 
.product .icon_ul li > div {background: linear-gradient(180deg, #ffd2bf 10%, transparent);width: 100%;height: 100%;border-radius: 300px;aspect-ratio: 1/1;display: grid;align-content: center;gap: 20px;}
.product .icon_ul li .txt {padding-bottom:0;font-weight:500;}
.product .icon_ul li .txt1 {font-size:18px}
.product .Process {text-align:center;}

@media screen and (max-width: 1520px){
	.product {overflow:hidden;}
	.product .pd_view {gap:50px;}
	.product .pd_view figure {width:35%;}
	.product .pd_view .txtbox .tit2 {font-size:26px;}
	.product .pd_view .txtbox h3 {margin-top:30px}
	.product .pd_view .txtbox p {margin-top:15px}
	.product .pd_view .txtbox h3 br {display:none;}
	.product .pd_view .txtbox p br {display:none;}
	.product .pd_view .txtbox p span {display:block;}
	.product .icon_ul {margin:50px 0;}
	.product .icon_ul li {padding:15px;}
	.product .icon_ul li > div {gap:10px;}
	.product .icon_ul li .txt1 {font-size: 16px;}
	.product .table table td:first-child {width: 140px;}
	.product .flex .left .tit2 {font-size:24px;}
	.product .point_ul li {padding:40px 20px;}
	.product .table table th {padding: 5px;}
	.product .table table th p  {font-size:18px;}
	.product .table table td {padding:10px 5px;}
	.product .youtube_box {padding:35px;gap:35px;}
}
@media screen and (max-width: 1200px){
	.product .icon_ul li > div {gap:5px;}
	.product .icon_ul li .desc {font-size:14px;}
}
@media screen and (max-width: 1024px){
	.product .pd_view {gap:20px;}
	.product .pd_view figure {width:45%;}
	.product .pd_view .txtbox .tit2 {font-size:22px;}
	.product .icon_ul {max-width:500px;margin:50px auto;flex-wrap: wrap;}
	.product .icon_ul li {padding:15px;width: 50%;}
	.product .table table td:first-child {width: 120px;}
	.product .flex .left .tit2 {font-size:22px;}
	.product .point_ul {gap:20px;}
	.product .point_ul li {padding: 30px 20px;width: calc(33.333% - 13.5px);}
	.product .table2 {overflow-x:auto;}
	.product .table table th p  {font-size:16px;}
	.product .youtube_box {padding:20px;gap:20px;}
	.product .point_ul li {width: calc(50% - 10px);}
	.product .point_ul2 li br {display:none;}
}
@media screen and (max-width: 768px){
	.product .pd_view {flex-direction: column;}
	.product .pd_view figure {width: 100%;text-align: center;}
	.product .cont3 .flex {flex-direction: column;gap:20px;}
	.product .point_ul li {padding: 20px 0;width: calc(50% - 10px);}
	.product .point_ul2 li {padding:20px;}
}
@media screen and (max-width: 640px){
	.product .table2 {position: relative;padding-bottom: 20px;}
	.product .table2::after {font-size:12px;content:'* 좌우 스크롤 시 다음 내용이 노출됩니다.';position:absolute;bottom: -5px;}
	.product .table2 table {min-width:580px;}
}
@media screen and (max-width: 480px){
	.product .pd_view .txtbox h3 {margin-top:20px}
	.product .pd_view .txtbox p {margin-top:10px}
	.product .icon_ul {max-width:300px;}
	.product .icon_ul li {width:100%;}
	.product .icon_ul li:nth-child(even)::after {border-top-color: var(--ptColor1);border-left-color: var(--ptColor1);border-bottom-color: #fff;border-right-color: #fff;}
	.product .flex .right.imgbox {flex-direction: column;}
	.product .flex .right.imgbox figure {width:100%;}
	.product .flex .left .tit2 {font-size:20px;}
	.product .point_ul li {width:100%;}
}
@media screen and (max-width: 380px){
	.product .point_ul li {width:100%;}
}
@media screen and (max-width: 340px){
	.product .table {position: relative;overflow-x:auto;padding-bottom: 20px;}
	.product .table::after {font-size:12px;content:'* 좌우 스크롤 시 다음 내용이 노출됩니다.';position:absolute;bottom: -5px;}
	.product .table table {min-width:340px;}
}

/**/
.GEN {border-top: 2px solid #000;padding-top:30px;}
.GEN ul {padding-bottom:60px;margin-bottom:60px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.GEN ul li {margin:20px 0;display: flex;align-items: flex-start;gap: 20px;justify-content: flex-end;position: relative;}
.GEN ul li h2 {flex:1;line-height: 1;}
.GEN ul li p {font-weight:600;line-height: 60px;width: 120px;}
.GEN ul li .ipt {width: 50%;height: 60px;background: #f7f7f7;border: 0;border-radius: 10px;padding:  20px;}
.GEN ul li select.ipt {color:#777;background:url(../img/drop.png) no-repeat center right 20px #f7f7f7;  -webkit-appearance:none;  -moz-appearance:none; appearance:none;}
.GEN ul li select.ipt:selected {color:#000;}
.GEN ul li .textarea {height:250px;resize:none;}
.GEN .filebox .none{display:none;}
.GEN .filebox .quick_input{background: none;width: 100%;border: 0;height: auto;line-height: 1;}
.GEN .filebox .wr_file{position: absolute;cursor:pointer;top: 50%;transform: translateY(-50%);right: 10px;font-weight:500;padding: 10px 20px;border: 1px solid #555;color:#fff;text-align:center;line-height: 1;color: #666;border-radius: 5px;transition: .3s;}
.GEN .filebox .wr_file:hover {color: #fff;background: var(--ptColor1);border-color: var(--ptColor1);}
.GEN .filebox .ipt {display: grid;align-content: center;}
.GEN .privacy input[type="checkbox"]{display: none;}
.GEN .privacy input[type="checkbox"] + label{display: flex;align-items:center;line-height: 16px;cursor: pointer;}
.GEN .privacy input[type="checkbox"] + label::before{content: '';width: 20px;height: 20px;font-size: 18px;font-weight: 600;text-align: center;line-height: 14px;background-color: #fff;border: 1px solid #d0d0d0;margin-right: 10px;margin-top: -1px;}
.GEN .privacy input[type="checkbox"]:checked + label::before{border: 1px solid #000;color:#333;content: '✓';}
.GEN .privacy .pv_btn {gap:20px;cursor:pointer;}
.GEN .sbm_btn {width:360px;height:60px;border-radius: 10px;color:#fff;margin: 50px auto 0;position:relative;background:transparent;background: #000;border: 1px solid #000;transition:all 0.3s ease-in-out;overflow:hidden;display: block; & span{transition:all 0.7s ease-in-out; color:#111;}}
/*.GEN .sbm_btn:before {content:'';width:100%;height:100%;position: absolute;top: 0;left: 0;background: #000;}
.GEN .sbm_btn:hover{border-color: #000;color: #fff;background: #000;}
.GEN .sbm_btn .cir{position:absolute;transition:width 0.7s, height 0.7s;background: #fff;display:block;width:0;height:0;z-index: 1;border-radius:500px;transform:translate(-50%,-50%);}
.GEN .sbm_btn:hover .cir{width:1200px; height:1200px;}
.GEN .sbm_btn strong {z-index: 5;position:relative;transition:all 0.7s ease-in-out;}
.GEN .sbm_btn:hover strong {color:#000;}*/
.GEN .sbm_btn:hover {color: #fff;background: var(--ptColor1);border-color: var(--ptColor1);}
.GEN #ctt_con {border-radius :20px;border:1px solid #0000001a;margin-top:30px;padding:30px;}

@media screen and (max-width: 1024px){
	.GEN ul li p {width: 80px;line-height: 50px;}
	.GEN ul li .ipt {height: 50px;padding:0 15px;}
	.GEN ul li .textarea {height: 150px;padding:15px;}
	.GEN .filebox .wr_file {padding:8px 10px;}
	.GEN .sbm_btn {width: 300px;height: 50px;}
}
@media screen and (max-width: 768px){
	.GEN {padding-top: 10px;}
	.GEN ul li {flex-wrap:wrap;margin: 15px 0;gap: 15px 0;}
	.GEN ul li h2 {width:100%;flex:none;margin-bottom:10px;}
	.GEN ul li .ipt {width: calc(100% - 80px);}
	.GEN #ctt_con {margin-top:20px;padding:20px;}
}
@media screen and (max-width:480px){
	.GEN .privacy .flexsb {flex-wrap:wrap;gap:20px;}
	.GEN .privacy .pv_btn {margin-left: auto;}
	.GEN .sbm_btn {width:200px;}
}

/* 게시판 공통 */
.bo_v_com {margin:20px 0;display:flex;justify-content: flex-end;}
.bo_v_com li a{display:block;width: 160px;line-height: 48px;text-align:center;border:1px solid transparent;background:var(--ptColor1);color:#fff;font-size:18px;font-weight:500;transition:all 0.5s;border-radius: 10px; &:hover{border:1px solid var(--ptColor1);background:#fff; color:var(--ptColor1);}}

.bo_v_left {margin:20px 0;display:flex;}
.bo_v_left li {margin-right:5px}

#bo_v_top{display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:30px;border-top: 1px solid #ddd;}
#bo_v_top ul {width:100%;}
#bo_v_top li{display:flex;padding: 20px;border-bottom: 1px solid #ddd;}
#bo_v_top li span.arr a {display: flex;flex-shrink:0;font-size:18px;font-weight:600;letter-spacing:-0.5px;color:#333;width:140px;flex-direction: row-reverse;justify-content: space-between;align-items: center;}
#bo_v_top li span.arr i{margin-right:20px;font-size:16px;border-right: 1px solid #ddd;padding-right: 20px;}
#bo_v_top li span.subject{font-size:18px;color: #333;letter-spacing:-0.5px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;}
#bo_v_top li span.subject a {color:#333;}
#bo_v_top li span.subject a:hover{text-decoration:underline;}

#bo_v_con {padding:20px;}
#bo_v_img {margin:0 auto;}
#bo_v_img .view_image {margin-top: 50px;}

#bo_cate ul {border:0;display:flex; width:max-content; margin:0px auto 50px ;background:#f7f7f7;border-radius:100px;padding:10px;}
#bo_cate li {margin-right:0;display:inline-block;}
#bo_cate li:last-child{border-left: 0;}
#bo_cate a {display:block;width:200px;line-height:50px;border-radius:100px;text-align:center;font-size:16px;opacity: 1;color: #000;font-weight: 400;}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none;opacity:1;}
#bo_cate #bo_cate_on {color:#fff;background:#1a1a1a;font-weight: 400;} 

.bo_sch_wrap {text-align:center;/* margin-top:45px; */transform:skew(-0.1deg);}
.bo_sch {padding:0;display:flex;vertical-align:middle;overflow:hidden;width:400px; border:2px solid #fe6a28;border-radius:50px;}
.bo_sch form{display:flex; align-items:center; width:100%;}
.bo_sch:after {display:block;visibility:hidden;clear:both;content:""}
.bo_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
.bo_sch .sch_input{padding:0 25px;border:0;width: calc(100% - 65px);height:50px;background:#fff;font-family:'Pretendard', 'Noto Sans KR', dotum, sans-serif;font-size:16px;font-weight: 300;color: #656565;}
.bo_sch .sch_btn{font-size:20px;border:0;background: #eee;height: 40px;width: 40px;border-radius: 50px;position: relative;}
.bo_sch .sch_btn::after {content:'';width:40px;background:url("../img/search.png") no-repeat center / auto;filter: brightness(0) saturate(100%) invert(47%) sepia(95%) saturate(1711%) hue-rotate(343deg) brightness(101%) contrast(99%);position: absolute;right: 0;top: 0;aspect-ratio: 1/1;}
.bo_sch .sch_bar{width:100%;}
.bo_sch select {
-moz-appearance:none; /* Firefox */
-webkit-appearance:none; /* Safari and Chrome */
appearance:none;
outline:none;
}
.bo_sch select::-ms-expand {display:none}

#bo_v_title {text-align:left;padding: 20px 20px 0;color:#111;border-top: 2px solid #111;}
#bo_v_title .bo_v_tit{display:block;font-size: 28px;line-height: 1.4;font-weight: 600;}
#bo_v_info {padding: 20px;border-bottom:1px solid #ddd;color: #888;font-size: 14px;transform:skew(-0.1deg);display: flex;flex-wrap: wrap;gap: 20px;justify-content: flex-start;}

@media screen and (max-width:1024px){
	#bo_v_title .bo_v_tit{font-size:22px;padding:0;}
	#bo_v_info {gap:10px;margin-bottom: 20px;padding-bottom: 20px;flex-wrap: wrap;}
	#bo_v_top li span.arr a, #bo_v_top li span.arr {width:90px;font-size: 16px;}
	#bo_v_top li span.arr i{margin-right:10px;font-size:14px;}
	#bo_v_top li span.subject{font-size: 16px;}
}
@media screen and (max-width:768px){
	#bo_v_title{padding:10px 0 0;}
	#bo_v_title .bo_v_tit{font-size:20px;}
	#bo_v_info{padding:10px 0;}
	#bo_v_con{padding:0;}
	.bo_v_com li a{width:100px; line-height:38px; font-size:16px;}
	#bo_v_top li{padding:10px 0;}
	#bo_v_top li span.arr a, #bo_v_top li span.arr{width:100px; font-size:16px;}
	#bo_v_top li span.arr i{margin-right:15px; font-size:14px; padding-right:15px;}
	#bo_v_top li span.subject{font-size:16px;}
	#bo_cate ul {width:80%;}
	#bo_cate li {flex:1;}
	#bo_cate a {width:auto;padding:0 15px;line-height: 1.2;font-size: 14px;height: 40px;display: grid;align-content: center;}
}
@media screen and (max-width:480px){
	#bo_v_top li span.arr a, #bo_v_top li span.arr{font-size:14px; width:80px;}
	#bo_v_top li span.arr i{font-size:12px;margin-right:10px; padding-right:10px;}
	#bo_v_top li span.subject{font-size:14px;}
	.bo_sch {width:100%;}
	.bo_sch .sch_input {padding:0 15px;font-size: 14px;}
	#bo_cate ul {width:100%;}
}
@media screen and (max-width:320px){
	#bo_v_info {text-align:left;align-items: flex-start;}
}