@charset "utf-8";

/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:0.75em;font-family:'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, figure {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 {width:1200px}

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops img {max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;position:relative}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject {background:#000;text-align:left}
.hd_pops_footer .hd_pops_close {background:#393939;position:absolute;top:0;right:0}

/* 팝업반응형 */
@media (max-width:1600px) {
	#hd_pop {width:100%;}
	.hd_pops {top:100px !important;left:10px !important;}
	.hd_pops_con iframe{width:100%;}
}
@media (max-width:780px) {
	.hd_pops {max-width:500px;width:calc(100% - 20px) !important;}
	.hd_pops_con {width:100% !important;height:auto !important;}
	.hd_pops_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}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

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

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

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

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

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

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

.btn_submit {border: 1px solid #333;cursor:pointer;color:#fff;background:#333;}
.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 {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 {border:1px solid #d0d3db;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;
-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:40px;font-size:15px;}

.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;font-size:15px;text-align:center}
.empty_list {padding:20px 0 !important;font-size:15px;color:#666;text-align:center}

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

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

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

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

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

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

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

/* 페이징 */
.pg_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}

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

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

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

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

/* 로그인반응형 */
@media screen and (max-width:480px){
	.login_type02{border:0;}
	.login_type02_wrap {width: 80%;margin: 0 auto;}
	.login_type02{padding:0;}
}

.top__btn { position: fixed; bottom: 2rem; right: 2rem; z-index: 3; opacity: 0.4; }
.top__btn:hover { opacity: 1; transition: 0.2s; }
.modal--active { overflow: hidden; position: absolute; height: 100vh; }
.modal { display: none; }
.modal.active { display: block; position: fixed; z-index: 999; width: 100%; height: 100vh; background-color: #ffffff;top:0; }
.modal.active .site-modal__wrap { display: flex; justify-content: center; align-items: center; position: relative; height: 100%; }
.modal.active .site-modal__wrap.pop-sm { max-width: 60rem; }
.modal.active .site-modal__inner { display: flex; flex-direction: column; align-items: center; position: relative; min-width: 32rem; width: 140rem; height: auto; }
.modal-btn--close { display: inline-block; transition: 0.2s ease; background-color: transparent; border: 0; }
.modal-wrap { display: none; justify-content: center; align-items: center; position: fixed; top: 0; left: 0; z-index: 9998; width: 100vw; height: 100vh; background-color: #ffffff; }
.modal-wrap.active { display: flex; }
.modal-wrap.active .modal { min-width: 350px; max-width: 350px; width: 100%; padding: 2rem; border: 1px solid var(--bd-basic2); border-radius: 2rem; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); animation: over-ani 0.4s ease-out; background-color: #fff; }
.modal-wrap .modal .modal-cont { display: flex; flex-flow: column; justify-content: center; align-items: center; padding: 3rem; }
.modal-wrap .modal .modal-cont p { font-size: 1.6rem; text-align: center; color: #333; }
.modal-wrap .modal .modal-btn { display: flex; justify-content: center; }
.modal-wrap .modal .modal-btn a { height: 50px; line-height: 50px; }
.modal-wrap .modal .modal-btn02 { display: flex; justify-content: center; gap: 1rem; }

/*=============================================
=               사이트맵 - modal              =
=============================================*/
#siteMap .modal-btn--close {}
#siteMap .site-modal__gnb {width: 80%;margin-top: 55px;line-height: 1;color: #000000;display: flex;flex-direction: column;gap: 50px;}
#siteMap.modal.active .site-modal__inner {width: 100%;height: 100%;padding: 12px 40px;}

.site-modal__top{width: 100%;display: flex;align-items: center;justify-content: space-between;}
.site-modal__top .modal_logo{width:186px}
.site-modal__top .modal_logo img{width:100%;}

/* 사이트맵 메뉴 */
.modal__gnb_inner{display: flex;width:100%;}
.modal__visual{width:50%;height:315px;background-image: url(../img/all_menu_visual.png);background-size: cover;background-repeat: no-repeat;border-radius: 20px;}
.depth_area{display: flex;}
.modal_section01.depth_area{width:50%;}
.modal_section01.depth_area .depth1{width:50%;padding:0 5rem;}
.modal_section02.depth_area{width:100%;}
.modal_section02.depth_area .depth1{width:25%;padding: 0 5rem;}

.modal_section02.depth_area .depth1:nth-child(1){padding-left: 0;}
.depth_area .depth1{border-right: 1px solid #CECECE;}
.depth_area .depth1:last-child{border: 0;}
.depth_area .depth1 h2{font-size:30px;margin-bottom: 2rem;pointer-events:none;}
.depth_area .depth2 li{line-height: 300%;}
.depth_area .depth2 li a{display: block;font-size:17px;font-weight: 300;color:#595959; }
.depth_area .depth2 li a:hover{color:#327454;}

/* 사이트맵 스크롤 커스텀 */
#siteMap .mCustomScrollBox {height: 100%;}
#siteMap .mCSB_inside > .mCSB_container ul.scroll__inner {display: flex;flex-wrap: wrap;min-width: 102.4rem;margin-left: 10rem;gap: 6rem 0;}
#siteMap .mCSB_inside > .mCSB_container ul.scroll__inner > li {width: 25rem;}
#siteMap .mCSB_inside > .mCSB_container a {text-align: left;}
#siteMap .mCSB_inside > .mCSB_container a:hover {text-decoration: underline;opacity: 1;}
#siteMap .mCSB_scrollTools .mCSB_draggerRail {display: none;}
#siteMap .mCSB_scrollTools .mCSB_draggerContainer {background-color: rgba(0, 0, 0, 0.3) !important;}

/* 상단 */
.header {position: fixed;top: 0;width:100%;transition: box-shadow 0.3s ease; z-index:999;}
.header .depth1 > li > a > span,
.header .lang span {transition: color 0.3s ease;}
.header .inner{width:100%;max-width:100%;padding:0;}
.header .b_header{position:relative; width:100%;display: flex;align-items: center;justify-content:space-between;padding:12px 40px;}
.header .b_header .logo{width:186px;}
.header .b_header .logo img{width:100%;}
.header .b_header .nav{width:40%;height:100%;position: absolute;top:50%;left: 50%;transform: translate(-50%, -50%);}
.header .b_header .nav .depth1{display: flex;width:100%;height: 100%;}
.header .b_header .nav .depth1 > li{width:20%;height:100%;font-size:18px;font-weight: 300;}
.header .b_header .nav .depth1 > li > a{display: flex;height: 100%;align-items: center;justify-content: center;color:#ffffff;}
.header .depth2 {width:186px;max-height: 0;overflow: hidden;opacity: 0;transform: translateX(-50%) translateY(10px);transition: all 0.3s ease;border-radius: 20px;position: absolute;top: 80%;left: 50%;background: #fff;padding: 1rem 1.45rem;margin: 0;z-index: 10;list-style: none;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);}
.depth1 > li {position: relative;}
.header .depth2.show {max-height: 500px;opacity: 1;transform: translateX(-50%) translateY(0);padding: 12px 0;}
.header .depth2 > li{width:100%;text-align:center;}
.header .depth2 > li > a{display: block;width:100%;font-size:17px;font-weight: 300;padding:0.5rem 1rem;color:#595959;text-align:center;}
.header .depth2 > li > a:hover{color:#327454;}
.header .depth2 > li > a span{display: block;width:100%;}
.header .depth2 > .nav_bar span{color:#999999;}

.header.dark .nav a span {color: #212121;}
.header.dark .lang span {color: #fff;}
.header .right_wrap{display: flex;align-items: center;gap: 0.89rem;}
.header .right_wrap .lang span{padding: 0.4rem 0.8rem;border:1px solid #ffffff;font-size:0.75rem;color:#ffffff;}
.header .right_wrap .lang span a {color:inherit;}
.header .right_wrap .modal-btn--open{background-color: transparent;border: 0;}
.sr-only{display: none;}

.header.sub_hd{background:#fff;}
.header.sub_hd .right_wrap .lang span{border:1px solid #212121;color:#212121;}
.header.sub_hd .b_header .nav a span{color:#212121;}
.header.sub_hd .right_wrap .lang span a {color:#212121;}

/* 전체메뉴 */
.fullscreen_menu { display:none; position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.7); }
.menu_wrap { position:absolute; top:50%; left:50%; margin:-82px 0 0 -35px; }
.close_btn { text-align:right; }
.close_btn a { display:inline-block; color:#fff; margin:10px; }

@media screen and (max-width:1400px){
	#siteMap.modal.active .site-modal__inner {height:100dvh;overflow-y:auto;}
	#siteMap .site-modal__gnb, .modal_section01.depth_area {width: 100%;gap: 0;}
	.modal_section01.depth_area .depth1, .modal_section02.depth_area .depth1 {width:100%;padding: 30px 0;border-bottom:  1px solid #CECECE;}
	.depth_area .depth1 {border:0;}
	.modal__visual {display:none;}
	.modal__gnb_inner, .depth_area {flex-direction:column;}
	.depth_area .depth1 h2 {font-size: 28px;margin-bottom: 0;pointer-events:inherit;cursor: pointer;}
	.depth_area .depth2 {display: none;margin-top: 20px;margin-left: -15px;}
	.depth_area .depth2 li {display:inline-block;margin-top: 0;margin-left: 15px;}
}
@media screen and (max-width:1024px){
	#siteMap.modal.active .site-modal__inner {min-width: auto;padding: 20px;justify-content: flex-start;}
	#siteMap .site-modal__gnb {margin-top: 40px;}
	.site-modal__top .modal_logo {width: 140px;}
	.modal_section01.depth_area .depth1, .modal_section02.depth_area .depth1 {padding:25px 0;}
	.depth_area .depth1 h2 {font-size:24px;}
	.depth_area .depth2 li a {font-size:15px;}
	
	.header .b_header {padding: 12px 20px;}
	.header .b_header .logo {width:150px;}
	#mainNav {display:none;}

	.top__btn {bottom:15px;right:15px;}
	.top__btn img {width:50px;}
}
@media screen and (max-width:500px){
	.depth_area .depth1 h2 {font-size:20px;}
	.depth_area .depth2 li a {font-size:14px;}

	.header .b_header .logo, .site-modal__top .modal_logo {width: 135px;}
}

/* 메인 */
.product_sec .fp-overflow{height: 107%;overflow: hidden;}
.product_sec .inner .con{position: absolute;justify-content: center;overflow: hidden;width: 100%;height:100%;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.main .inner { text-align: center; }
h1 { font-size: 6em; font-size: calc(2em + 2vw); font-family: arial, helvetica; margin: 0; }
.mid_1 .intro { height: 100vh; overflow: hidden; }
.mid_1 .intro p { width: 100%; margin: 0.5em auto; font-size: 1.65em; }
.section { color: #fff; text-align:center;height: 100vh; }
main#main_slider { height: 100%; position: relative; }
.m_slide { height:100%; width: 100%; position: absolute; top: 0; opacity: 0; transition: all 1s ease; display: flex; align-items: center; justify-content: center; font-size: 3em; background-repeat: no-repeat; background-size: cover; }
.m_slide:nth-child(1) { background-image: url('../img/m_visual_bg01.jpg'); }
.m_slide:nth-child(2) { background-image: url('../img/m_visual_bg02.jpg'); }
.m_slide:nth-child(3) { background-image: url('../img/m_visual_bg03.jpg'); }
.m_slide.active { left: 0; opacity: 1; z-index: 1; }

.m_slide__title .b_tit h2{font-family: "Outfit", sans-serif;font-size:88px;font-weight: 600;}
.m_slide__title .s_tit{padding-top:2rem;}
.m_slide__title .s_tit p{font-size:22px;font-weight: 300;}

.mid_1 .controls { position: absolute; bottom: 80px; left: 100px; z-index: 200; display: flex; align-items: center; gap: 20px; }
.mid_1 #prev, #next { font-size: 2em; background: none; border: none; cursor: pointer; }
.mid_1 #slide-number { font-family: "Outfit", sans-serif;font-size: 1.3em; }
.mid_1 .progress-bar { width: 360px; height: 3px;background: rgba(255, 255, 255, 0.26);overflow: hidden; position: relative; }
.mid_1 .progress { height: 100%; width: 0%; background: #ffffff; transition: width linear; }

.fp-section { background-repeat: no-repeat; background-size: cover; overflow:hidden;}
.fp-section:nth-child(2) { background-image: url('../img/m_section01_bg.jpg'); }
.fp-section:nth-child(3) { background-image: url('../img/m_section02_bg.jpg'); }
.fp-section:nth-child(4) { background-image: url('../img/m_section03_bg.jpg'); }
.fp-section:nth-child(5) { background-image: url('../img/m_section04_bg.jpg'); }
.fp-section:nth-child(6) { background-image: url('../img/m_section05_bg.jpg'); }

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.b_tit, .s_tit{opacity: 0;}
.m_slide.active .b_tit{font-family: "Outfit", sans-serif;animation: fadeUp 0.8s ease-out forwards; animation-delay: 0.2s;}
.m_slide.active .s_tit{animation: fadeUp 0.8s ease-out forwards; animation-delay: 0.5s;}

/* scroll down */
.scrollDown{position: absolute; bottom: 2rem; right: 2rem; z-index: 2;}
.scrollDown__inner{display: flex; align-items: center; gap: 8px;}
.scrollDown h4{font-family: "Outfit", sans-serif;font-size: 14px; font-weight: 200;transform: rotate(90deg); transform-origin: left; white-space: nowrap; margin-bottom: 7rem;}
.animated-bar{position: relative; width: 2px; height: 100px; background-color: rgba(225, 225, 225, 0.4); overflow: hidden;}
.white-line{position: absolute; top: -100%; left: 0; width: 100%; height: 100%; background-color: white; opacity: 0.6; animation: scrollDown 1.5s ease-in-out infinite;}

@keyframes scrollDown {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}

@media screen and (max-width:1560px){
	.product_sec .inner .con {padding-left: 20px;padding-right: 20px;}
}
@media screen and (max-width:1400px){
	.m_slide__title .b_tit h2 {font-size: 78px;}
	.m_slide__title .s_tit p {font-size: 20px;}
}
@media screen and (max-width:1024px){
	.m_slide__title .b_tit h2 {font-size: 65px;}
	.m_slide__title .s_tit p {font-size: 18px;}
	
	.mid_1 .controls {left:20px;bottom:20px;}
	.mid_1 .progress-bar {width:30vw;}
	
	.scrollDown {right:0;}
}
@media screen and (max-width:780px){
	.m_slide__title .b_tit h2 {font-size: 40px;}
	.m_slide__title .s_tit p {font-size: 16px;}

	.mid_1 #slide-number {font-size:14px;}
	.mid_1 .controls {gap:10px;}
	.mid_1 .controls img {width:10px;}
	
	.scrollDown h4 {font-size:12px;margin-bottom: 95px;}
	.animated-bar {height:80px;}
	
}
@media screen and (max-width:500px){
	.m_slide__title {padding-bottom: 10dvh;}
	.m_slide__title .b_tit h2 {font-size: 8vw;}
	.m_slide__title .s_tit p {font-size: 4vw;}
	.m_slide__title .s_tit {padding-top:3vw;}

	.scrollDown {bottom:80px;right:-60px;}
}

/* content common */
.flex{display: flex;}
.flex-column{display: flex;flex-direction: column;}
.flex-center{display: flex;align-items: center;}

.font_b{font-weight: 600 !important;}

.section .inner{text-align: left;height: 100%;}
.main_tit_wrap{gap: 4rem;}
.main_tit_wrap .p_tit__area h2{margin-top: 0.25rem;font-size:22px; font-weight: 600;color:#327454;}
.main_tit_wrap .b_tit__area .tit{display:flex;flex-direction:column;font-size:44px; font-weight: 200;color:#1C1D1D;letter-spacing : -0.02em;}
.main_tit_wrap .b_tit__area .txt{line-height: 1.65rem;margin-top: 3rem;font-size:18px; font-weight: 300;color:#6C6C6C;}

@media screen and (max-width:1200px){
	.main_tit_wrap .p_tit__area h2 {font-size:20px;}
	.main_tit_wrap .b_tit__area .tit {font-size:34px;}
	.main_tit_wrap .b_tit__area .txt {margin-top: 30px;font-size:16px;}
}
@media screen and (max-width:1024px){
	.main_tit_wrap .p_tit__area h2 {font-size:18px;}
	.main_tit_wrap .b_tit__area .tit {font-size:30px;}
	.main_tit_wrap .b_tit__area .txt {margin-top: 25px;font-size:15px;}
}
@media screen and (max-width:780px){
	.main_tit_wrap {gap:30px;}
	.main_tit_wrap .p_tit__area h2 {font-size:16px;}
	.main_tit_wrap .b_tit__area .tit {font-size:25px;}
	.main_tit_wrap .b_tit__area .txt {margin-top: 20px;font-size:14px;}
}
@media screen and (max-width:500px){
	.main_tit_wrap {flex-direction:column;gap:15px;}
	.main_tit_wrap .p_tit__area h2 {font-size:13px;}
	.main_tit_wrap .b_tit__area .tit {font-size:20px;line-height:1.5;}
	.main_tit_wrap .b_tit__area .txt {margin-top: 15px;font-size:13px;line-height:1.5;}
}

/* 제품소개 : start */
.item_area .item_inner{display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; margin-top: 6rem;}
.item_area .item_inner .item{width: 100%; height: 340px; border-radius: 20px; position: relative; background-size: cover; background-position: center; overflow: hidden;}
.item_area .item_inner .item01{background-image: url('../img/section01_itemImg01.png');}
.item_area .item_inner .item02{background-image: url('../img/section01_itemImg02.png');}
.item_area .item_inner .item a{height: 100%; display: flex; flex-direction: column; justify-content: space-between; padding: 2rem 2rem 3rem 3rem; color: #ffffff; position: relative; z-index: 1;}
.item_area .item_inner .item .overlay{content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0); transition: background-color 0.3s ease; z-index: -1;}
.item_area .item_inner .item:hover .g_overlay{background-color: rgba(23, 64, 44, 0.9);}
.item_area .item_inner .item:hover .b_overlay{background-color: rgba(48, 60, 55, 0.9) !important;}
.item_area .item_inner .item:hover a span img{transform: rotate(45deg);transition: 0.3s;}

.item_area .item_inner .item a .item__con{display: none; flex-direction: column; position: relative; z-index: 2;}
.item_area .item_inner .item:hover a .item__con{display: flex;}
.item_area .item_inner .item a .item__con h3{font-size: 36px; font-weight: 600; margin-bottom: 2.25rem;}
.item_area .item_inner .item a .item__con .txt{font-size: 18px;font-weight: 300;line-height: 140%;}
.item_area .item_inner .item a span{display: flex; justify-content: flex-end;}

@media screen and (max-width:1600px){
	.item_area .item_inner .item {height:40dvh;}
}
@media screen and (max-width:1200px){
	.item_area .item_inner {margin-top:50px;}
	.item_area .item_inner .item a .item__con h3 {margin-bottom: 25px;font-size:32px;}
	.item_area .item_inner .item a .item__con .txt {font-size:16px;}
}
@media screen and (max-width:1024px){
	.item_area .item_inner {gap:20px;}
	.item_area .item_inner .item a span img {width:50px;}
	.item_area .item_inner .item a {padding:20px 20px 30px 30px;}
	.item_area .item_inner .item a .item__con h3 {margin-bottom: 20px;font-size:30px;}
	.item_area .item_inner .item a .item__con .txt {font-size:15px;}
}
@media screen and (max-width:780px){
	.item_area .item_inner .item a {padding:15px 15px 20px 20px;}
	.item_area .item_inner .item a .item__con {display:flex;}
	.item_area .item_inner .item a .item__con h3 {margin-bottom: 15px;font-size:25px;}
	.item_area .item_inner .item a .item__con .txt {font-size:14px;}
	.item_area .item_inner .item .g_overlay{background-color: rgba(23, 64, 44, 0.9);}
	.item_area .item_inner .item .b_overlay{background-color: rgba(48, 60, 55, 0.9) !important;}
}
@media screen and (max-width:500px){
	.mid_2 .inner .con {padding-top: 10vw;}
	.item_area .item_inner {margin-top: 30px;grid-template-columns: repeat(1,1fr);}
	.item_area .item_inner .item {height:auto;}	
	.item_area .item_inner .item a .item__con h3 {font-size:20px;}
	.item_area .item_inner .item a .item__con .txt {font-size:13px;}
	.item_area .item_inner .item a span img {width:40px;}
}
/* 제품소개 : end */

/* 기술 : start */
.technology_sec .fp-overflow{height: 100%; overflow: hidden;}
.technology_sec .inner{padding-top: 10%;}
.technology_sec .tit h2{margin-bottom: 44px; font-size: 18px; font-weight: 600; color: #327454;}
.technology_sec .tit{margin-bottom: 26px;}
.technology_sec .tit .tit__b{font-size: 44px; font-weight: 200;}
.technology_sec .txt{font-size: 18px;font-weight: 300;color:#e1e1e1; line-height: 160%;}
.technology_sec .tech__swiper{overflow: hidden;}
.technology_sec .swiper-slide{position: relative;background-size: cover; background-position: center; height: 300px;}
.technology_sec .slide_wrap{display: flex; justify-content: space-between; align-items: center;}
.technology_sec .paging_wrap{display: flex; flex-direction: column; margin-top: 8rem;}
.technology_sec .progress{width: 12rem;background: #DCDCDC;height: 3px;margin-top: 8px;overflow: hidden;}
.technology_sec .progress .bar{height: 100%; background: #327454; width: 0%; transition: width 0.3s ease;}
.technology_sec .paging_wrap .swiper_btn_wrap{display: flex;gap: 1rem;}
.technology_sec .paging_wrap .swiper_btn_wrap .swiper_btn{cursor: pointer;}
.paging_wrap .paging{display: flex; justify-content: space-between; width: 100%;margin-top: 2rem;font-size:1rem;font-weight: 600;}
.paging_wrap .paging span{font-family: "Outfit", sans-serif;font-weight: 600;}
.paging_wrap .paging .current{color:#327454;}
.slide_wrap{position: relative;}
.slide_wrap .swiper{position: absolute; width: 98%; right: -28%; top: -32%;}
.slide_wrap .swiper-slide{border-radius: 20px; overflow: hidden;background-color:#000000;transition: opacity 0s ease;opacity: 0;}
.swiper-slide.active {height: 440px;margin-top: 7rem;transform: scale(1.05);transition: height 0.3s ease, margin-top 0.3s ease, transform 0.3s ease;box-shadow: 0 10px 20px rgba(0,0,0,0.15);z-index: 2;}

.side_tBox .tBox__tit p{font-size:1.25rem;font-weight: 600;}
.side_tBox { position: absolute;bottom: 20px;left: 20px;color: #fff;z-index: 3;width: calc(100% - 40px);padding: 1rem;border-radius: 10px;}

.side_tBox .tBox__active h4{font-size: 18px;font-weight: 500;}
.side_tBox .tBox__active .txtBox{margin:1rem 0;}
.side_tBox .tBox__active .txtBox p{font-size: 28px;font-weight: 600;}
.side_tBox .tBox__active .more_btn{display: flex;align-items: center; gap: 10px;border: 1px solid rgba(255,255,255,0.24);border-radius: 40px;width: 7rem;padding: 0.7rem 1.45rem;justify-content: space-between;}
.side_tBox .tBox__active .more_btn .btn_txt{color: #ffffff;font-size:16px;font-weight: 300;}
.side_tBox .tBox__active .more_btn:hover{background-color:#327454;transition: 0.3s;border:1px solid #327454;}
.slide_wrap .swiper-slide > img{width:100%;height: 120%;opacity: 0.5;}
.slide_wrap .swiper-slide.active img{opacity: 1;}

.tBox__active {display: none;}
.side_tBox.active .tBox__tit {display: none;}
.side_tBox.active .tBox__active {display: block;}

.btn_wrap a.a_link{width:160px;margin: 4% auto;border-radius:50px;height:50px;overflow:hidden; line-height:50px; display:block; padding-left:30px;transition:color 0.5s, transform 0.4s cubic-bezier(0.4,0,0.1,1);border:1px solid #ffffff;position:relative;}
.btn_wrap a.a_link span{display: flex;gap: 1rem;font-size:16px;font-weight: 300; color:#fff; font-family: "Lato", sans-serif;}
.btn_wrap a.a_link span:nth-child(1){transform:translate3d(-50%, 0, 0);position: absolute;left: 50%;z-index: 1;transition:transform .4s cubic-bezier(0.4,0,0.1,1), left .4s cubic-bezier(0.4,0,0.1,1);}
.btn_wrap a.a_link span:nth-child(2){position: absolute;left: 0;z-index: 1;transform: translate3d(-7em, 0, 0);transition:transform .4s cubic-bezier(0.4,0,0.1,1), left .4s cubic-bezier(0.4,0,0.1,1);}
.btn_wrap a.a_link:hover{background:#327454; transition:1s;border:0;}
.btn_wrap a.a_link:hover span:nth-child(1){transform: translate3d(14em, 0, 0);}
.btn_wrap a.a_link:hover span:nth-child(2){transform: translate3d(-50%, 0, 0); left:50%;}

@media screen and (max-width:1600px){
	.swiper-slide.active {height: 50dvh;}
}
@media screen and (max-width:1200px){
	.technology_sec .tit .tit__b {font-size: 34px;}
	.technology_sec .tit h2, .technology_sec .txt, .side_tBox .tBox__active h4 {font-size:16px;}
	.side_tBox .tBox__active .txtBox p {font-size: 26px;}
	.side_tBox .tBox__active .more_btn .btn_txt, .btn_wrap a.a_link span {font-size: 15px;}
	.side_tBox .tBox__tit p {font-size:18px;}
	.side_tBox {padding:0;}
	.technology_sec .tit h2 {margin-bottom:30px;}
}
@media screen and (max-width:1024px){
	.technology_sec .tit .tit__b {font-size: 30px;}
	.technology_sec .tit h2, .technology_sec .txt, .side_tBox .tBox__active h4 {font-size:15px;}
	.side_tBox .tBox__active .txtBox p {font-size: 24px;}
	.side_tBox .tBox__active .more_btn .btn_txt, .btn_wrap a.a_link span {font-size:14px;}
	.technology_sec .paging_wrap .swiper_btn_wrap img {width:50px;}
	.slide_wrap .swiper-slide > img {width:auto;height:100%;}
}
@media screen and (max-width:780px){
	.technology_sec .tit .tit__b {font-size: 25px;}
	.technology_sec .tit h2, .technology_sec .txt, .side_tBox .tBox__active h4 {font-size:14px;}
	.side_tBox .tBox__active .txtBox p {font-size: 22px;}
	.side_tBox .tBox__active .more_btn .btn_txt, .btn_wrap a.a_link span {font-size:13px;}
	.slide_wrap .swiper {margin: 0;margin-left: auto;width: 100%;position: relative;top:auto;left:auto;right: auto;}
	.slide_wrap .swiper-slide > img {height:auto;}
	.technology_sec .swiper-slide {height: max-content;aspect-ratio: 16/10;}
	.swiper-slide.active {margin: 0px;height: auto;max-height: 50dvh;aspect-ratio:auto;}
	.technology_sec .slide_wrap {flex-direction:column;align-items: baseline;gap: 30px;}
	.technology_sec .paging_wrap {margin-top: 20px;}
	.slide_wrap .swiper-slide > img {width:100%;height:auto;}
	.technology_sec .tit h2, .technology_sec .tit {margin-bottom:20px}
	.paging_wrap .paging {margin:0;}
}
@media screen and (max-width:500px){
	.mid_3  .tit_wrap {margin-top: 50px;}
	.technology_sec .tit .tit__b {font-size:23px;}
	.technology_sec .tit h2, .technology_sec .txt {font-size: 13px;}
	.side_tBox .tBox__active .txtBox p {font-size: 4.5vw;line-height: 1.5;}
	.side_tBox .tBox__active .more_btn .btn_txt, .btn_wrap a.a_link span {font-size:12px;}
	.technology_sec .tit h2, .technology_sec .tit {margin-bottom:15px}
	.paging_wrap .paging {margin-top: 15px;}
	.side_tBox {left: 15px;width: calc(100% - 30px);}
	.side_tBox .tBox__active .txtBox {margin:3vw 0;}
	.side_tBox .tBox__active .more_btn {padding:3vw 5vw;}
	.side_tBox .tBox__active h4 {font-size: 3vw;}
}
/* 기술 : end */

/* 회사소개 : start */
.fp-section{color:#ffffff;}
.mid_4 .fp-overflow{height: 100%; overflow: hidden;}
.mid_4 .main_tit_wrap{text-align: center; padding-top: 20%;}
.mid_4 .main_tit_wrap .tit{font-size: 22px; font-weight: 600; margin-bottom: 2rem;}
.mid_4 .main_tit_wrap .txt{font-size: 44px;font-weight: 200;}
.btn_wrap .more_btn{width: 160px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1rem 2rem; margin: 4rem auto; color: #ffffff; border-radius: 50px; border: 1px solid #ffffff;}
.btn_wrap .more_btn .btn_txt{font-size: 18px;}
.flow-bg__area{position: absolute; left: -100%; bottom: 2rem;}
.flow-bg__area .flow-bg__wrap{display: flex; flex: 0 0 auto; overflow: hidden; transition: 0.3s; gap:40px;}
.flow-bg__area .item{width: 300rem; height: 10rem; line-height: 1; animation: flowAni 50s linear infinite;}
.flow-bg__area .item:before{position: absolute; width: 100%; height: 100%; background: url(../img/section03_txtEfect.png) center / contain no-repeat; content: ""; left: 0;}

@media screen and (max-width:1200px){
	.mid_4 .main_tit_wrap .tit {font-size:20px;}
	.mid_4 .main_tit_wrap .txt {font-size:40px;}
}
@media screen and (max-width:1024px){
	.mid_4 .main_tit_wrap {padding-top: 20vw;}
	.mid_4 .main_tit_wrap .tit {font-size:19px;}
	.mid_4 .main_tit_wrap .txt {font-size:38px;}
	.flow-bg__area .item {}
}
@media screen and (max-width:780px){
	.mid_4 .main_tit_wrap {padding-top: 35vw;}
	.mid_4 .main_tit_wrap .tit {font-size:17px;}
	.mid_4 .main_tit_wrap .txt {font-size:5.8vw;line-height:1.5;}
}
@media screen and (max-width:500px){
	.mid_4 .main_tit_wrap {padding-top: 44vw;}
	.mid_4 .main_tit_wrap .tit {font-size:15px;}
	.mid_4 .btn_wrap a.a_link {margin:10vw auto;}
}
/* 회사소개 : end */

/* 소식 : start */
.news_sec{color: #1C1D1D;}
.news_sec .inner{display:flex; align-items:center; height:100%;}
.news_sec .p_tit__area{margin-top:2rem;}
.news_sec .b_tit__area{display: flex; flex-direction: column; font-size: 44px; font-weight: 200;}
.news_sec .p_tit__area h2{margin-bottom: 1.2rem;}
.news_sec .inner .con{display: flex; justify-content: space-between;width:100%;}
.btn__view_more{display: flex; align-items: center; gap: 10px; margin-top: 75px; font-weight: 400;font-size: 18px; color: #327454; cursor: pointer;}
.btn__view_more strong{position: relative;border-radius: 50%;width:36px;height:36px;border: 1px solid #327454;background-color: #ffffff;transition: 0.3s;}
.btn__view_more strong img{position: absolute;width:8px;height:8px;left: 50%;top: 50%;transform: translate(-50%, -50%);transition: 0.3s;}
.btn__view_more strong:hover img{transform: translate(3px, -5px);transition: 0.3s;}

.list_wrap{width: 55%;}
.list_con{width: 100%; display: flex; align-items: center; flex-direction: column;}
.list_item{width: 100%; padding: 2rem 0; border-bottom: 1px solid #CACACA; display: flex; align-items: center; justify-content: space-between;}
.list_item .txt{display: flex; gap: 1rem; flex-direction: column;font-family: "Outfit", sans-serif;}
.list_item .txt .tit{font-size: 22px; font-weight: 600;}
.list_item .txt .day{font-size: 17px; font-weight: 400;color: #6C6C6C;font-family: 'Pretendard', sans-serif;}
.list_item .img{position: relative;width: 260px; height: 140px; border-radius: 20px; overflow: hidden;}
.list_item .img::after{content: "";display: block;position: absolute;top: 0; right: 0;width: 3.5em; height: 3.5em; border-radius: 0 0 0 3.5em;background: #10442b;pointer-events: none;z-index: 10;opacity: 0;-webkit-transform-origin: top right;transform-origin: top right;-webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;transition: opacity 0.3s ease-out, transform 0.3s ease-out;transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;}
.list_item:hover .img::after { opacity: 1;-webkit-animation: circleExpand 2s ease forwards;animation: circleExpand 2s ease forwards;}
.list_item .img img{width: 100%;}

@-webkit-keyframes circleExpand {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(20);
            transform: scale(20);
    opacity: 0;
  }
}
@keyframes circleExpand {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(20);
            transform: scale(20);
    opacity: 0;
  }
}

@media screen and (max-width:1200px){
	.list_wrap{width: auto;}
	.list_item {gap:100px;}
	.news_sec .b_tit__area {font-size: 34px;}
	.btn__view_more {font-size: 17px;}
	.list_item .txt .tit {font-size: 20px;}
	.list_item .txt .day {font-size: 15px;}
}
@media screen and (max-width:1024px){
	.news_sec .b_tit__area {font-size: 30px;}
	.btn__view_more {font-size: 16px;}
	.list_item .txt .tit {font-size: 18px;}
	.list_item .txt .day {font-size: 14px;}
}
@media screen and (max-width:780px){
	.news_sec .b_tit__area {font-size: 25px;}
	.btn__view_more {margin-top: 20px;font-size: 15px;}
	.list_item .txt .day {width: max-content;}
	.news_sec .inner .con {flex-direction:column;gap: 30px;}
}
@media screen and (max-width:500px){
	.news_sec .b_tit__area {font-size:23px;}
	.list_item .txt .tit {font-size:17px;}
	.list_item {padding:20px 0;}
	.list_item .img {width:60%;height:auto;border-radius: 10px;}
}
/* 소식 : end */

/* 고객지원 : start */
.customer_sec .fp-overflow{height: 100%;overflow: hidden;}
.customer_sec .con{/* position: absolute; */width: 100%;height: 100%;display: flex;justify-content: space-between;align-items: flex-end;}
.customer_sec .b_array{width:100%;height: 13rem;overflow: hidden;margin-bottom: 80px;display: flex; align-items: flex-end; justify-content: space-between;}

.customer_sec .b_array .main_tit_wrap h2{font-size:22px;margin-bottom: 2rem;}
.customer_sec .b_array .main_tit_wrap .txt{font-size:44px;font-weight: 300;margin-bottom: 2rem;color:#e1e1e1;}

.go_menu { display: flex; gap: 3rem; margin-bottom: 2rem; overflow: hidden; }
.go_menu .element { position: relative; width: 20rem; color: #ffffff; display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; padding-bottom: 2rem; border-bottom: 1px solid #ffffff; }
.go_menu .element::after { content: ""; position: absolute; bottom: -1px; left: 0; height: 2px; width: 0%; background-color: #327454; z-index: 1; }
.go_menu .element:hover::after { animation: underlineGrow 1s forwards; }
.go_menu .element:hover {border-bottom: 1px solid #FFFFFF;}

@keyframes underlineGrow {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.go_menu h2 {font-size: 30px;font-weight: 600;margin-bottom: 12px;}

.go_menu .go_btn {font-size: 17px;font-weight: 300;color: #e1e1e1;}

@media screen and (max-width:1200px){
	.customer_sec .b_array .main_tit_wrap .txt {font-size:34px;}
	.customer_sec .b_array .main_tit_wrap h2 {font-size:20px;}
	.go_menu h2 {font-size: 25px;}
	.go_menu .go_btn {font-size:16px;}
}
@media screen and (max-width:1024px){
	.customer_sec .b_array .main_tit_wrap .txt {font-size:30px;}
	.customer_sec .b_array .main_tit_wrap h2 {font-size:18px;}
	.go_menu h2 {font-size: 24px;}
	.go_menu .go_btn {font-size:15px;}
	.customer_sec .b_array {flex-direction:column;height:auto;gap: 80px;}
	.customer_sec .main_tit_wrap {margin-left:0;margin-right:auto;}
}
@media screen and (max-width:780px){
	.customer_sec .b_array .main_tit_wrap .txt {font-size:25px;}
	.customer_sec .b_array .main_tit_wrap h2 {font-size:16px;}
	.go_menu h2 {font-size: 22px;}
	.go_menu .go_btn {font-size:14px;}
	.go_menu {width:100%;gap: 30px;}
	.go_menu .element {width:calc(100%/2);}
}
@media screen and (max-width:500px){
	.customer_sec .b_array .main_tit_wrap .txt {font-size:23px;}
	.customer_sec .b_array .main_tit_wrap h2 {font-size:15px;}
	.go_menu h2 {font-size: 20px;}
	.go_menu {flex-direction:column;}
	.go_menu .element {width:100%;}
}
/* 고객지원 : end */

/* 하단 */
#footer{min-height:auto !Important;}
#footer.section.fp-auto-height .fp-tableCell{height:auto !important;}
.footer { background-color: #121212;}
.footer .inner{padding:80px 20px;color:#ffffff;display: flex;justify-content: space-between;gap: 3rem;}
.footer .inner .f_logo{width:216px;}
.footer .inner .f_logo img{width:100%;}
.footer .inner .f_content{width:80%;display: flex;justify-content: space-between;}
/* .footer .inner .f_content .info{display: flex;flex-direction: column;gap: 8px;} */
.footer .inner .f_content p{font-size:16px;font-weight: 300;line-height: 180%;display: flex;align-items: center;}
.footer .inner .f_content .copy{font-size:14px;margin-top:1rem;font-weight: 300;}
.footer .inner .f_content p span{display: block;width:1px; height:12px;background-color: #ffffff;margin:0px 8px;}
.footer .inner .f_content a{font-size:16px;font-weight:500;color:#ffffff}

@media screen and (max-width:1024px){
	.footer .inner .f_logo {width:150px;}
	.footer .inner .f_content p, .footer .inner .f_content a {font-size:14px;}
}
@media screen and (max-width:640px){
	.footer .inner {padding:50px 20px;}
	.footer .inner .f_content {width: 100%;flex-direction:column-reverse;gap:30px;;}
}
@media screen and (max-width:500px){
	.footer .inner {flex-direction:column;align-items: baseline;text-align: left;gap: 40px;}
	.footer .inner .f_content p span {display:none;}
	.footer .inner .f_content p {flex-direction:column;align-items: baseline;}
}


/* ==================================
animation area
================================== */
/* Scroll Down(Animation) - arrow */
@keyframes scrollIcon {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(60%);
  }
  100% {
    transform: translateY(0);
  }
}
/* 흐르는 배경 */
@keyframes flowAni {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

.back-to-position {opacity: 0;transition: 1s;}

.back-to-position.to-right {transform: translateX(-150px);}
.back-to-position.to-left {transform: translateX(150px);}
.back-to-position.to-top {transform: translateY(150px);}
.back-to-position.to-btm {transform: translateY(-150px);}
.show .back-to-position {opacity: 1;transform: translateX(-150px);}
.show .back-to-position {opacity: 1;transform: translateY(0);}
.show .back-to-position.delay-0 {transition-delay: 0s;}
.show .back-to-position.delay-1 {transition-delay: 0.3s;}
.show .back-to-position.delay-2 {transition-delay: 0.6s;}
.show .back-to-position.delay-3 {transition-delay: 0.9s;}
.show .back-to-position.delay-4 {transition-delay: 1.2s;}
.show .back-to-position.delay-5 {transition-delay: 1.5s;}
.show .back-to-position.delay-6 {transition-delay: 1.8s;}

#fp-nav ul li a span,
.fp-slidesNav ul li a span { position:absolute; z-index:1; height:11px; width:12px; border:0; background-image: url(../img/dot_img_w.svg);background-size: cover; left:0; top:0; margin:-2px 0 0 -2px; transition:all .1s ease-in-out; opacity: 0.3;}

/* ==================================
animation area : end
================================== */

/* 서브 */
#sub_div {margin-top: var(--hdHeight);}
#sub_div .inner{max-width:1440px;}
#sub_div > .inner {padding-top: var(--ctMargin120);padding-bottom: var(--ctMargin120);}
#sub_div > .inner_x {padding: 0px;max-width:100%;}

#sub_div > .sub_top{padding:50px 0 100px; position:relative;}
#sub_div > .sub_top .top{display:flex; align-items:center; gap:20px;}
#sub_div > .sub_top .top img{height:40px;}
#sub_div > .sub_top .top .line{width:150px; display:block; background:#000;height:1px;}
#sub_div > .sub_top .top p{font-size:18px;}
#sub_div > .sub_top .txt h2{font-size:55px; font-weight:600;margin:20px 0; font-family:"Outfit",'Pretendard', dotum, sans-serif;}
#sub_div > .sub_top .txt p{font-size:20px; color:var(--txtColor2);line-height: 1.5;word-break:keep-all;}
#sub_div > .sub_top .big_txt{font-size: 150px;position: absolute;bottom: -22px;right: 50px;opacity: .05;line-height: 1;}

#sub_div > .sub_bg{width:100%; height:540px; position:relative; z-index:2;}
#sub_div > .sub_bg.sub_bg01{background:url(../img/sub_bg01.jpg)no-repeat center/cover;display:none;}
#sub_div > .sub_bg.sub_bg02{background:url(../img/sub_bg02.jpg)no-repeat center/cover;}
#sub_div > .sub_bg.sub_bg03{background:url(../img/sub_bg03.jpg)no-repeat center/cover;height:200px;}
#sub_div > .sub_bg.sub_bg04{background:url(../img/sub_bg04.jpg)no-repeat center/cover;}
#sub_div > .sub_bg.sub_bg05{background:url(../img/sub_bg05.jpg)no-repeat center/cover;}

#sub_div > .sub_bg{display:flex; justify-content:center; align-items:center;}
#sub_div > .sub_bg p{color:#fff; text-align:center; line-height:1.65;word-break:keep-all;}
#sub_div > .sub_bg p + p{margin-top:20px;}
#sub_div > .sub_bg p b{font-weight:700;}

.sub * {word-break:keep-all;line-height:1.65;letter-spacing:-0.02em;}
.sub img {max-width:100%;}
.sub .pt {color:var(--ptColor1);}

#sub_div > .inner.inner_x .sub .sub_title{margin-top: var(--ctMargin120);}
.sub .sub_title{margin-bottom:120px;}
.sub .sub_title h3{font-size:38px; font-weight:600; color:var(--txtColor1); position:Relative;}
.sub .sub_title h3::after{content: '';display: block;width: 15px;height: 15px;border: 2px solid var(--ptColor1);position: absolute;left: -15px;top: -6px;border-radius: 30px;}

@media screen and (max-width:1560px){
	#sub_div > .sub_bg {height:calc(100vh - 500px);}
	#sub_div > .sub_top .top img {height:35px;}
	#sub_div > .sub_top .top p {font-size:17px;}
	#sub_div > .sub_top .txt h2 {font-size:42px;}
	#sub_div > .sub_top .txt p {font-size:18px;}
	#sub_div > .sub_top .big_txt {font-size: 120px;right: 20px;}
}
@media screen and (max-width:1024px){
	#sub_div > .sub_bg {height:300px;}
	#sub_div > .sub_top .top img {height:30px;}
	#sub_div > .sub_top .top .line {width:100px;}
	#sub_div > .sub_top .top p {font-size:16px;}
	#sub_div > .sub_top .txt h2 {font-size:34px;}
	#sub_div > .sub_top .txt p {font-size:16px;}
	#sub_div > .sub_top .big_txt {font-size: 80px;bottom: -12px;}

	.sub .sub_title h3 {padding-left:10px;font-size:24px;}
	.sub .sub_title h3::after {left:0;width:10px;height:10px;}
}
@media screen and (max-width:500px){
	#sub_div > .sub_bg {height:200px;}
	#sub_div > .sub_top{padding:30px 0 60px;}
	#sub_div > .sub_top .top img {height:25px;}
	#sub_div > .sub_top .top .line {width:80px;}
	#sub_div > .sub_top .top p {font-size:15px;}
	#sub_div > .sub_top .txt h2 {font-size:26px;}
	#sub_div > .sub_top .txt p {font-size:15px;}
	#sub_div > .sub_top .big_txt {font-size: 50px;bottom: -6px;}
}

.about .cont{padding:170px 0; color:#fff; position:Relative; overflow:hidden;}
.about .cont .bg{position:absolute; width:calc(100% + 1px); height:calc(100% + 1px); background:url(../img/about_bg.jpg)no-repeat center/cover; top:50%;left:50%; /* transform:translate(-50%,-50%)scale(2);  */transform:translate(-50%,-50%)scale(1); transition:10s;}
/* .about .cont.cont-view .bg{transform:translate(-50%,-50%)scale(1);} */
.about .cont .title{margin-bottom:70px;}
.about .cont .title h3{line-height:1.2;}
.about .cont .title p{margin-top:50px; line-height:1.4; font-weight:600;}
.about .cont .txt{padding-left:20vw;}
.about .cont .txt p + p{margin-top:30px;}
.about .cont .txt p b{font-weight:700;}

@media screen and (max-width:1024px){
	.about .cont {padding: 120px 0;}
	.about .cont .title {margin-bottom: 35px;}
	.about .cont .title p {margin-top: 25px;}	
}
@media screen and (max-width:500px){
	.about .cont {padding: 100px 0;}
}

.history .history_wrap{display:flex;align-items: flex-start; position:relative;}
.history .history_wrap .history_bar{width:1px; height:100%; position:absolute;left:350px;top:33px;}
.history .history_wrap .history_bar .all_bar{width:100%; height:98%; background:#ccc;}
.history .history_wrap .history_bar .height_bar{position:absolute;width:100%; top:0; left:0; background:var(--ptColor1);}
.history .history_wrap .nav_wrp {position:sticky;top:160px; left:0;}
.history .history_wrap .history_nav{display:flex; flex-direction:column;gap:20px; font-size:20px;width:350px;}
.history .history_wrap .history_nav a{font-size:20px; font-weight:500; line-height:1.4; padding:14px 0; text-align:center;color:var(--txtColor2); width:150px; background:#eee;border-radius:100px; transition:all 0.2s;}
.history .history_wrap .history_nav a.on{background:var(--ptColor1); color:#fff;}
.history .history_wrap .history_list{padding-left:80px;}
.history .history_wrap .history_list .box{position:relative;z-index: 2;}
.history .history_wrap .history_list .box::after{width: 11px;height: 11px;content: '';display: block;position: absolute;left: -85px;top: 27px;background: var(--ptColor1);border-radius: 10px;}
.history .history_wrap .history_list .box + .box{margin-top:70px;}
.history .history_wrap .history_list .box .cont + .cont{margin-top:70px;}
.history .history_wrap .history_list .box .cont h3.year{line-height:1.2; font-weight:700;margin-bottom:30px;}
.history .history_wrap .history_list .box .cont ul li .tit{margin-bottom:10px; color:var(--ptColor1); font-weight:600;}
.history .history_wrap .history_list .box .cont ul li .desc{color:var(--txtColor2); font-weight:300;}
.history .history_wrap .history_list .box .cont ul li + li{margin-top:30px;}

@media screen and (max-width:1024px){
	.history .history_wrap {flex-direction:column;gap:40px;}
	.history .history_wrap .nav_wrp {width: 100%;top: var(--hdHeight);background: #fff;z-index: 5;}
	.history .history_wrap .history_nav {padding: 10px 0 20px;width: 100%;flex-direction: row;gap: 8px;}
	.history .history_wrap .history_nav a {font-size:16px;line-height: 1;padding: 12px 20px;}
	.history .history_wrap .history_bar {top: 60px;left: 30px;}
	.history .history_wrap .history_list::before, .history .history_wrap .history_list::after {content:'';position: absolute;left: 0;width:100%;height: 70px;background:#fff;z-index: 2;}
	.history .history_wrap .history_list::before {top: 60px;}
	.history .history_wrap .history_list::after {bottom:-100px;height:100px;}
	.history .history_wrap .history_list .box::after {width:10px;height:10px;top: 13px;left: -55px;}
}
@media screen and (max-width:500px){
	.history .history_wrap .nav_wrp {margin-left: -20px;width: 100vw;}
	.history .history_wrap .history_nav {padding-left:20px;overflow-x:auto;white-space:nowrap;gap: 0;}
	.history .history_wrap .history_nav a {margin-left:8px;}
	.history .history_wrap .history_bar {left:0;}
	.history .history_wrap .history_list {padding-left:25px;}
	.history .history_wrap .history_list::before, .history .history_wrap .history_list::after {left:-1px;}
	.history .history_wrap .history_list::after {bottom:-80px;height:80px;}	
	.history .history_wrap .history_list .box::after {left: -29px;}
}

.certificate ul{display:grid; grid-template-columns:repeat(4,1fr);column-gap: 40px;row-gap: 80px;}
.certificate ul li figure{border: 1px solid #e9e9e9;border-radius: 20px;overflow: hidden;}
.certificate ul li img{width:100%;}

.partner ul{display:flex;gap: 55px;flex-wrap: wrap;justify-content: space-between;}

@media screen and (max-width:1024px){
	.certificate ul {gap: 40px 20px;}
}
@media screen and (max-width:780px){
	.certificate ul {grid-template-columns:repeat(2,1fr);}

	.partner ul {gap:30px;}
	.partner img {width:150px;}
}
@media screen and (max-width:640px){
	.partner ul {gap:20px;justify-content:center;}
}
@media screen and (max-width:320px){
	.certificate ul {grid-template-columns:repeat(1,1fr);}
}

.location{overflow:hidden; padding-bottom:var(--ctMargin120);}
.location .sub_title{margin-bottom:0;padding-bottom:60px; border-bottom:1px solid #000;}
.location .cont1 address{padding:60px 100px; font-style:normal; display:flex;flex-wrap:wrap;}
.location .cont1 address .wrap{width:33.3333%; display:flex; gap:20px;}
.location .cont1 address .wrap.wd100{width:100%;margin-bottom:40px;}
.location .cont1 address .wrap .ico{width:60px; height:60px; display:flex; justify-content:center; align-items:center; background:#f5f5f5; border-radius:60px;margin-top:5px;font-weight: 300;color: var(--ptColor1);font-size: 28px;}
.location .cont1 address .wrap .t1{color:var(--txtColor1); margin-bottom: 5px;font-weight:600;}
.location .cont1 address .wrap .t2{color:var(--txtColor2); font-weight:300;}
/* .location .img_wrap{width: calc(100% - ((100% - 1400px) / 2));margin-left:auto;overflow:hidden;margin-top:70px;}
.location .img_wrap .swiper-slide{width:fit-content;border-radius:15px; overflow:hidden;}
.location .img_wrap .swiper-nav {margin-top:40px;display:flex; align-items:center;}
.location .img_wrap .swiper-nav .swiper-pagination{width:auto; position:static;display:flex; align-items:center;gap:20px;margin-right:30px;}
.location .img_wrap .swiper-nav .swiper-pagination span:not(.line){font-size:18px; color:var(--txtColor2);}
.location .img_wrap .swiper-nav .swiper-pagination span:last-child{opacity:0.5}
.location .img_wrap .swiper-nav .swiper-pagination .line{width:130px; height:2px;background:#e6e6e6; position:relative;}
.location .img_wrap .swiper-nav .swiper-pagination .line::after{position: absolute;top: 0;left: 0;background: var(--ptColor1);height: 100%;width: 0;content: "";transition: 0.1s width linear;}
.location .img_wrap .swiper-nav .swiper-pagination .line.animate::after{transition: width linear;transition-delay: unset;width: 100%;transition-duration: 5s;}
.location .img_wrap .swiper-nav .swiper-button-prev,
.location .img_wrap .swiper-nav .swiper-button-next{margin-top:0; width:auto; height:auto;position:static;color:var(--txtColor2);margin:0 10px; &::after{display:none;}} */
.location .map{margin-top:var(--ctMargin120);}
.location .map h3{margin-bottom:20px;}
.location .map .map_wrap{height:600px; border-radius:15px;overflow:hidden;}
.location .map .map_wrap iframe{width:100%; height:100%;}

@media screen and (max-width:1640px){
	.location .cont1 address{padding:60px;}
	.location .cont1 address .wrap:nth-child(3){margin-left:0;}
}
@media screen and (max-width:1024px){
	.location .sub_title {padding-bottom:30px;}
	.location .cont1 address{padding:40px; gap:30px 80px;}
	.location .cont1 address .wrap.wd100{width:auto;}
}
@media screen and (max-width:768px){
	.location .cont1 address{padding:20px;gap:20px 40px;}
	.location .cont1 address .wrap {width: 100%;}
	.location .cont1 address .wrap .ico {width:40px;height:40px;font-size: 22px;}
	.location .cont1 address a {font-size: 18px;width: 150px;height: 55px;}
	.location .map .map_wrap{height:360px;}
	.location .cont.cont2{margin-top:100px;}
}
@media screen and (max-width:500px){
	.location .cont1 address .wrap.wd100 {margin:0;}
	.location .cont1 address{padding:20px 0;}
	.location .cont1 address a {font-size: 16px;width: 100%;height: 50px;}
	.location .cont1 address .txt {width: calc(100% - 60px);}
}
@media screen and (max-width:360px){
	.location .map .map_wrap{height:280px;}
}

/* technology table */
/*.technology table{border-collapse: collapse;width:100%;}
.technology table thead th{padding: 20px;background: var(--ptColor1);color: #fff;text-align: center;border: 1px solid #ddd;}
.technology table tbody th{background: #f8f8f8;padding: 20px;border: 1px solid #ddd;}
.technology table tbody td{padding: 20px;color: var(--txtColor1);border: 1px solid #ddd; text-align:center;}*/
.technology .table_wrap{padding: 50px;border-radius: 20px;border: 1px solid #cecece;background:#fff;}
.technology .table_wrap table{table-layout:fixed;width:100%;border-spacing:0;}
.technology .table_wrap table thead th{width:50%;padding: 15px 20px;color: #fff;background:var(--ptColor1);text-align: center;font-weight: 600;border-right: 1px solid #fff; border-bottom:1px solid #fff;}
.technology .table_wrap table tbody td{padding: 15px 20px;color:#666;font-weight:300;border: 1px solid #ddd;border-left: 0;border-top: 0;text-align:center;}
.technology .table_wrap table tbody th{background: #f8f8f8;font-weight:500;padding: 15px 20px;color: var(--txtColor1);border: 1px solid #ddd;border-left: 0;border-top: 0; text-align:center;}
.technology .table_wrap table tbody td:last-child{border-right:0;}
.technology .table_wrap table tbody td.left{text-align:left;}
.technology .table_wrap table tbody td p.dot{position:relative; padding-left:10px;}
.technology .table_wrap table tbody td p.dot::after{content:'';display:block; border-radius:3px; width:3px; height:3px; background:var(--txtColor2); position:absolute; left:0;top:12px;}
.technology .table_wrap table tbody th {width:20%;}
.technology .table_wrap table tbody td {width:40%;}

.polpack{padding-bottom:var(--ctMargin120);}
.polpack .intro{padding:200px 0; text-align:center; background:url(../img/polpack_bg.jpg)no-repeat center/cover;}
.polpack .intro img{height:50px;}
.polpack .intro h3{margin:20px 0; coloR:#fff;}
.polpack .intro p{color:#fff;}
.polpack .cont{margin-top:var(--ctMargin120);}
.polpack .cont figure.img{margin-top:70px;border-radius:20px; overflow:hidden; border:1px solid #cecece;& img{width:100%;}}
.polpack .cont figure.img .mo {display:none;}

.film .sub_title{margin-bottom:50px;}
.film .imgs{border-radius:20px; overflow:hidden; border:1px solid #cecece;}
.film figure.img{& img{width:100%;}}
/* .film figure.img + figure.img{margin-top:var(--ctMargin120);} */

@media screen and (max-width:1024px){
	.polpack .intro {padding: 100px 0;}
	.polpack .intro img{height:30px;}
	.technology .table_wrap {padding: 20px;}
	.technology .table_wrap table tbody td p.dot::after {top:9px;}
}
@media screen and (max-width:780px){
	.technology .table_wrap table * {word-break:break-all;}
	.technology .table_wrap table thead th {padding: 10px 0;}
	.technology .table_wrap table tbody td {padding: 10px;}
	.technology .table_wrap table tbody th {padding: 10px;}
}
@media screen and (max-width:500px){
	.technology .table_wrap table {font-size:12px;}
	.technology .table_wrap table tbody td p.dot::after {top:7px;}
	.polpack .cont figure.img {padding:20px;display: grid;gap: 40px;}
	.polpack .cont figure.img .pc {display:none;}
	.polpack .cont figure.img .mo {display:block;}
}

.facilities .sub_title{margin-bottom:50px;}
.facilities .img_wrap{padding:var(--ctMargin120) 0; margin-top:var(--ctMargin120); background:#f5f5f5;}
.facilities .img_wrap .bg{background:#fff; border-radius:20px; padding:40px; display:grid; grid-template-columns:repeat(4,1fr); gap:40px 20px;}
.facilities .img_wrap .bg figure img{border-radius:20px;width:100%;}
.facilities .img_wrap .bg figure figcaption{text-align:center; color:var(--txtColor2);margin-top:20px;}

@media screen and (max-width:1024px){
	.facilities .img_wrap .bg {padding: 20px;}
}
@media screen and (max-width:780px){
	.facilities .img_wrap .bg figure img {border-radius:15px;}
}
@media screen and (max-width:500px){
	.facilities .img_wrap .bg {grid-template-columns:repeat(2,1fr);}
}
@media screen and (max-width:360px){
	.facilities .img_wrap .bg {grid-template-columns:repeat(1,1fr);}
}

/* product 공통 */
.product{padding:var(--ctMargin120) 0 0;}
.product .intro{text-align:center;}
.product .intro h3{font-size:38px; font-weight:600; color:var(--txtColor1); line-height:1.2;}
.product .intro .line{display:block; width:1px; height:120px; margin:20px auto;background:var(--ptColor1);}
.product .intro .t1{color:var(--txtColor2); font-weight:600; font-size:20px;}
.product .intro .t2{color:var(--txtColor2);margin-top:20px;font-weight:300; font-size:18px;}
.product .intro a{display:inline-flex; align-items:center; margin-top:20px; color:var(--txtColor2);}

.product .prd_title{margin-bottom:50px;}
.product .prd_title h3{font-size: 35px;font-weight: 700;color:var(--txtColor1);position:Relative;line-height: 1.4;}
.product .prd_title h3::after{content: '';display: block;width: 15px;height: 15px;border: 2px solid var(--ptColor1);position: absolute;left: -25px;top: -6px;border-radius: 30px;}

.product .prd_icons{margin-top:var(--ctMargin120);}
.product .prd_icons .icon_ul{border:1px solid #ddd; border-radius:20px; padding:40px; display:flex; justify-content:center;}
.product .prd_icons .icon_ul li{margin:0 40px;}
.product .prd_icons .icon_ul li .bg{width:180px; height:180px; display:flex; justify-content:center; align-items:center;}
.product .prd_icons .icon_ul li.prd_cir0 .bg{background:url(../img/product/prd_cir0.png)no-repeat center/contain;}
.product .prd_icons .icon_ul li.prd_cir1 .bg{background:url(../img/product/prd_cir1.png)no-repeat center/contain;}
.product .prd_icons .icon_ul li.prd_cir2 .bg{background:url(../img/product/prd_cir2.png)no-repeat center/contain;}
.product .prd_icons .icon_ul li.prd_cir3 .bg{background:url(../img/product/prd_cir3.png)no-repeat center/contain;}
.product .prd_icons .icon_ul li.prd_cir4 .bg{background:url(../img/product/prd_cir4.png)no-repeat center/contain;}
.product .prd_icons .icon_ul li.prd_cir5 .bg{background:url(../img/product/prd_cir5.png)no-repeat center/contain;}
.product .prd_icons .icon_ul li figure{width:130px; height:130px; background:#e8e8e8; border-radius:200px; display:flex; justify-content:center; align-items:center;}
.product .prd_icons .icon_ul li figcaption{margin-top:15px; text-align:center; font-weight:500; font-size:18px;}

.product .prd_info{margin-top:var(--ctMargin120); padding:var(--ctMargin120) 0; background:#f9f9f9;}
.product .prd_info .field{padding:40px; background:#fff; border-radius:30px;}
.product .prd_info .field .cont{display:flex; align-items:center;}
.product .prd_info .field .cont + .cont{margin-top:50px;}
.product .prd_info .field .cont h3{width:220px;flex-shrink:0;padding-left:30px;position:relative;line-height:1.4;font-size: 23px;}
.product .prd_info .field .cont h3::after{width:10px; height:10px; content:'';display:block; position:absolute; left:0; top:50%; transform:translateY(-50%); border-radius:10px; border:2px solid var(--ptColor1);}
.product .prd_info .field .cont .right{/* margin-left:70px; */position:relative; width:100%; border:1px solid var(--ptColor1); border-radius:20px; display:flex;}
/* .product .prd_info .field .cont .right::after{content:'';display:block; width:1px; height:100%; background:#ddd; position:absolute ;left:-50px; top:50%; transform:translateY(-50%);} */
.product .prd_info .field .cont .right figure{background:var(--ptColor1); width:200px; display:flex; justify-content:center; align-items:center; flex-shrink:0; border-radius:19px 0 0 19px;}
.product .prd_info .field .cont .right .txt{padding:30px 40px; width:100%;}
.product .prd_info .field .cont .right .txt .tit{margin-bottom:24px;font-weight:600;color:var(--txtColor1);font-size: 22px;position:relative;}
.product .prd_info .field .cont .right .txt .tit::after{content: '';display: block;width: 10px;height: 10px;border: 2px solid var(--ptColor1);position: absolute;left: -13px;top: -2px;border-radius: 30px;}
.product .prd_info .field .cont .right .txt .tit2{margin-bottom:10px;}
.product .prd_info .field .cont .right .txt .desc{color:var(--txtColor2); font-weight:300;}
.product .prd_info .field .cont .right .txt .dot{position:relative; padding-left:10px;}
.product .prd_info .field .cont .right .txt .dot::after{content:'';display:block; width:3px; height:3px; background:var(--txtColor2); border-radius:2px; position:absolute; left:0; top:13px;}

.product .prd_info .info_swiper_wrap{margin-top:var(--ctMargin120); padding:70px 30px; background:#fff; border-radius:30px; display:flex; align-items:center; gap:30px;}
.product .prd_info .info_swiper_wrap .info_swiper{overflow:hidden;width:100%;}
.product .prd_info .info_swiper_wrap .info_swiper .swiper-slide img{border-radius:20px;width:100%;}
.product .prd_info .info_swiper_wrap .swiper-pagination{bottom:30px;}
.product .prd_info .info_swiper_wrap .swiper-pagination .swiper-pagination-bullet{background:var(--ptColor1);}
.product .prd_info .info_swiper_wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{}
.product .prd_info .info_swiper_wrap .swiper-button-prev,
.product .prd_info .info_swiper_wrap .swiper-button-next{flex-shrink:0;position:static;width:60px; height:60px; color:#ccc; border:1px solid #ccc;display:flex; justify-content:center; align-items:center; border-radius:60px; &::after{display:none;}}

.product .tab_cont .info{background:#fff;border-radius:20px;padding:50px;display:flex;gap:50px;align-items: flex-start;}
.product .tab_cont .info .big_img{width:calc(50% - 25px);border-radius:20px; overflow:hidden; border:1px solid #ddd;}
.product .tab_cont .info .right{width:calc(50% - 25px); padding-top:20px; display:flex; flex-direction:column;}
.product .tab_cont .info .right .title{margin-bottom:35px; padding-bottom:25px; border-bottom:1px solid #ddd;}
.product .tab_cont .info .right .title h3{font-weight:600; color:var(--ptColor1); line-height:1.2;}
.product .tab_cont .info .right .title h3 span{font-weight:300;margin-left:20px;}
.product .tab_cont .info .right .txt .tit{font-weight:600; color:var(--txtColor1);}
.product .tab_cont .info .right .txt .desc{margin-top:20px; font-weight:300; color:var(--txtColor2);}
.product .tab_cont .info .right .txt .dot{margin-top:20px; font-weight:300; color:var(--txtColor2);}
.product .tab_cont .info .right .txt .dot li{position:relative; padding-left:10px;}
.product .tab_cont .info .right .txt .dot li::after{content:'';display:block; width:3px; height:3px; background:var(--txtColor2); border-radius:2px; position:absolute; left:0; top:13px;}
.product .tab_cont .info .right .img_box{display:grid; grid-template-columns:repeat(2,1fr); margin-top:auto; gap:20px;}
.product .tab_cont .info .right .img_box img{border-radius:20px; border:1px solid #ddd;}
.product .tab_cont .info + figure{margin-top:40px; border-radius:20px; overflow:hidden;}

@media screen and (max-width:1400px){
	.product .prd_title h3 {padding-left: 20px;}
	.product .prd_title h3::after {left:0;}
	.product .prd_icons .icon_ul li {margin: 0 20px;width:calc(100%/5);}
	.product .prd_icons .icon_ul li .bg {width:100%;height:auto;aspect-ratio:1/1}
	.product .prd_icons .icon_ul li figure {width:70%;height:auto;aspect-ratio:1/1}
	.product .prd_icons .icon_ul li figure img {width:50%;}
}
@media screen and (max-width:1200px){
	.product .tab_cont .info .big_img, .product .tab_cont .info .right {max-width: 625px;width:100%;}
	.product .tab_cont .info .right {padding: 0px;}
	.product .tab_cont .info .right .img_box {margin-top: 25px;}
}
@media screen and (max-width:1024px){
	.product .intro h3 {font-size:26px;}
	.product .intro .t1 {font-size:14px;}
	.product .prd_title h3 {padding-left: 10px;font-size:23px;}
	.product .prd_icons .icon_ul li figcaption, .product .intro .t2 {font-size:14px;}
	.product .prd_info .field .cont .right .txt .tit {font-size:18px;}
	.product .prd_icons .icon_ul, .product .prd_info .field {padding:20px;}
	.product .prd_title h3::after {width:10px;height:10px;}
	.product .prd_info .info_swiper_wrap {padding: 40px 20px 70px;}
	.product .intro .line {height:100px;}
	.product .prd_info .info_swiper_wrap .swiper-button-prev, .product .prd_info .info_swiper_wrap .swiper-button-next {width:50px;height:50px;}
	.product .tab_cont .info {padding:30px;gap: 40px;}
}
@media screen and (max-width:780px){
	.product .tab_cont .info {flex-direction:column;}
	.product .prd_icons .icon_ul {flex-wrap:wrap;gap:30px;}
	.product .prd_icons .icon_ul li {width:calc(100%/3 - 100px/3);margin:0;}	
	.product .prd_info .info_swiper_wrap {gap:20px;}
}
@media screen and (max-width:500px){
	.product .prd_icons .icon_ul {gap:20px;}
	.product .prd_icons .icon_ul li {width:calc(100%/3 - 40px/3);}
	/*.product .prd_icons .icon_ul li {width: 140px;}*/
	.product .prd_info .field .cont .right {overflow:hidden;}
	.product .prd_info .field .cont .right {flex-direction:column;}
	.product .prd_info .field .cont .right figure {padding: 20px;width:100%;border-radius:0;}
	.product .prd_info .field .cont .right .txt {padding:20px 30px;}
	.product .prd_info .info_swiper_wrap .swiper-button-prev, .product .prd_info .info_swiper_wrap .swiper-button-next {display:none;width:30px;height:30px;}
	.product .tab_cont .info .right .img_box {margin-top: 20px;grid-template-columns:repeat(1,1fr); }
	.product .tab_cont .info .right .title h3 {display:flex;}
}

.strong .swiper_wrap{margin-top:var(--ctMargin120);}
.strong .swiper_wrap .swiper-wrapper{transition-timing-function:linear;}
.strong .swiper_wrap .swiper-container{ overflow:hidden;}
.strong .swiper_wrap .swiper-slide{width:fit-content;}
.strong .swiper_wrap .swiper-slide img{width:100%; border-radius:20px;}
.strong .swiper_wrap .strong_swiper1{margin-bottom:20px;}

@media screen and (max-width:1400px){
	.strong .swiper_wrap .inner {padding-left: 0px;padding-right: 0px;}
}
@media screen and (max-width:500px){
	.strong .swiper_wrap .swiper-slide {width:50%;}
}

.easy .link_wrap{margin-top:var(--ctMargin120);}
.easy .link_wrap .inner{display:grid; grid-template-columns:repeat(3,1fr); gap:40px 20px;}
.easy .link_wrap a{position:relative; overflow:hidden; border-radius:20px;}
.easy .link_wrap a::after{content:'';display:block; width:100%; height:100%; transition:all 0.3s; opacity:0; background:#000;position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.easy .link_wrap a .txt{position:absolute; display:flex; flex-direction:column;justify-content:center;align-items:center; gap:20px; top:50%; left:50%; transform:translate(-50%,-50%); transition:all 0.3s; opacity:0; z-index:2;}
.easy .link_wrap a:hover .txt{opacity:1;}
.easy .link_wrap a:hover::after{opacity:0.3;}
.easy .link_wrap a img{transition:all 0.5s;width:100%;}
.easy .link_wrap a:hover img{transform:scale(1.4);}
.easy .link_wrap a .t1{font-weight:600; color:#fff;}
.easy .link_wrap a .t2{display:flex; align-items:center; font-weight:300; color:#fff; line-height:1; gap:5px;}
.easy .prd_icons .icon_ul li{margin:0 20px;}

@media screen and (max-width:500px){
	.easy .link_wrap .inner {grid-template-columns:repeat(2,1fr); gap:40px 20px;}
	.easy .link_wrap a .txt {gap:2vw;}
	.easy .link_wrap a .t1 {font-size:5vw;}
	.easy .link_wrap a .t2 {font-size:3vw;width: max-content;}
	.easy .prd_icons .icon_ul li{margin:0 ;}
	.easy .link_wrap a .txt{opacity:1;}
	.easy .link_wrap a::after{opacity:0.3;}
	.easy .link_wrap a img{transform:scale(1.4);}
}

/* easy pack 공통 */
.easy_nav{border-bottom:1px solid #ddd; padding-top:50px;}
.easy_nav .inner{display:flex;}
.easy_nav a{font-size:20px;padding:20px;display:block; color:var(--txtColor2); font-weight:300;}
.easy_nav a.on{font-weight:600; color:var(--ptColor1);position:relative;}
.easy_nav a.on::after{content:'';display:block; width:10px; height:10px; border:2px solid var(--ptColor1); background:#fff; bottom:-5px;left:50%; transform:translateX(-50%); position:absolute; border-radius:10px;}
.easy_pack .ep_intro .title{margin-bottom:90px; text-align:center; position:relative;}
.easy_pack .ep_intro .title h3{font-weight:600; position:relative; color:var(--ptColor1); line-height:1.2;}
.easy_pack .ep_intro .title h3::after{content:'';display:block; width:15px; height:15px; border:2px solid var(--ptColor1); position:absolute; left:50%; transform:translateX(-50%); top:-30px;border-radius:20px;}
.easy_pack .ep_intro .title p{margin-top:30px;font-weight:600; color:var(--txtColor1);}
.easy_pack .ep_intro .title a.back{position:absolute; bottom:0; left:20px; font-size:18px; padding:5px 25px;padding-left:20px; background:var(--ptColor1); color:#fff; border-radius:100px;display:flex; align-items:center; gap:5px;}
.easy_pack .ep_intro .bg{padding:var(--ctMargin120) 0;text-align:center;}
.easy_pack .ep_intro .bg h3{color:#fff;}
.easy_pack .ep_intro .bg p{margin:20px 0; color:#fff;}
.easy_pack .ep_intro .bg a{display:flex; align-items:center;gap:5px; justify-content:center; color:#fff;}

.wine .ep_intro .bg{background:url(../img/product/wine_intro_bg.jpg)no-repeat center/cover;}
.wine .prd_info{margin-top:0;}
.wine .txt_wrap{padding:var(--ctMargin120) 0;}
.wine .txt_wrap .prd_title{flex-shrink:0;margin-bottom:0;}
.wine .txt_wrap .prd_title h3{width:fit-content;}
.wine .txt_wrap .inner{display:flex;gap:20px;flex-direction:column;}
.wine .txt_wrap .left{display:flex; gap:20px;}
.wine .txt_wrap .left .box_wrap{/* width:max-content; */width:60%;display:flex;flex-direction:column;padding-top:50px;}
.wine .txt_wrap .left .box_wrap p{color:var(--txtColor2);}
.wine .txt_wrap .left .box_wrap p + p{margin-top:20px;}
.wine .txt_wrap .left .box_wrap .img_wrap{display:flex; gap:20px;margin-top:20px;margin-top:auto;}
.wine .txt_wrap .left .box_wrap .img_wrap figure{/* width:50%; */ border-radius:15px; overflow:hidden; & img{width:100%;}}
.wine .txt_wrap .left > figure{/* width:auto; */margin-top: -10%;width:40%;border-radius:15px;overflow:hidden;}
.wine .txt_wrap .left .box_wrap .img_wrap figure:nth-child(1) {width: 47%;}
.wine .txt_wrap .left .box_wrap .img_wrap figure:nth-child(2) {width: 25%;}
.wine .txt_wrap .left .box_wrap .img_wrap figure:nth-child(3) {width: 27%;}
.wine .prd_info .desc{display:flex; gap:100px; align-items:center;}
.wine .prd_info .desc figure {border: 1px solid #ddd;border-radius: 10px; overflow:hidden; flex-shrink:0;}
.wine .prd_info .desc .txt{width:100%;}
.wine .prd_info .desc .txt .t1{font-weight:600; margin-bottom:20px; color:var(--txtColor1);}
.wine .prd_info .desc .txt .t2{font-weight:300; color:var(--txtColor2);}

.gift .ep_intro .bg{background:url(../img/product/gift_intro_bg.jpg)no-repeat center/cover;}
.gift .prd_info{margin-top:0;}

.fruit .ep_intro .bg{background:url(../img/product/fruit_intro_bg.jpg)no-repeat center/cover;}
.fruit .prd_info{margin-top:0;}

.egg .ep_intro .bg{background:url(../img/product/egg_intro_bg.jpg)no-repeat center/cover;}
.egg .prd_info{margin-top:0;}

.bottle .ep_intro .bg{background:url(../img/product/bottle_intro_bg.jpg)no-repeat center/cover;}
.bottle .prd_info{margin-top:0;}

@media screen and (max-width:1200px){
	.wine .prd_info .desc {gap:50px;}
	.wine .prd_info .desc figure, .wine .prd_info .desc .txt {width:50%;}
	.egg .ep_intro .bg {background-position:left 10% center;}
}
@media screen and (max-width:1024px){
	.easy_nav a {padding: 10px;font-size:14px;}
	.easy_pack .ep_intro .title a.back {bottom: -70px;font-size: 15px;padding: 2px 15px 2px 5px;}
	.easy_pack .ep_intro .title a.back .material-symbols-outlined {font-size:18px;}
}
@media screen and (max-width:780px){
	.wine .txt_wrap .left {gap:10px;align-items:flex-end;}
	.wine .txt_wrap .left .box_wrap .img_wrap {margin-top: 30px;gap:10px;}
	.wine .prd_info .desc {flex-direction:column;gap:30px;}	
	.wine .prd_info .desc figure, .wine .prd_info .desc .txt {width:100%;max-width:630px;}
}
@media screen and (max-width:500px){
	.easy_nav a {padding: 8px;font-size:13px;text-align:center;word-break:keep-all;}

	.wine .txt_wrap .left {flex-direction:column;gap: 20px;}
	.wine .txt_wrap .left .box_wrap {width:auto}
	.wine .txt_wrap .left .box_wrap .img_wrap {flex-direction:column;;gap:20px;}
	.wine .txt_wrap .left .box_wrap .img_wrap figure {width:100%;}
	.wine .txt_wrap .left > figure {margin: 0px;width:auto;max-width:560px;}
	.wine .txt_wrap .left .box_wrap .img_wrap figure:nth-child(1) {width: 100%;}
	.wine .txt_wrap .left .box_wrap .img_wrap figure:nth-child(2) {width: 100%;}
	.wine .txt_wrap .left .box_wrap .img_wrap figure:nth-child(3) {width: 100%;}
	
	.egg .ep_intro .bg {background-position:left 0% center;}
}

.eco .tab_wrap{margin-top:var(--ctMargin120); padding:var(--ctMargin120) 0; background:#f9f9f9;}
.eco .tab_wrap .eco_nav{border-bottom:1px solid #ddd;margin-bottom:70px;}
.eco .tab_wrap .eco_nav .tabs{display:flex;}
.eco .tab_wrap .eco_nav .tabs li{font-size:20px;padding:20px;display:block; color:var(--txtColor2); font-weight:300;transition:all 0.2s; cursor:pointer;position:relative;}
.eco .tab_wrap .eco_nav .tabs li.on{font-weight:600; color:var(--ptColor1);}
.eco .tab_wrap .eco_nav .tabs li::after{opacity:0; transition:all 0.2s;content:'';display:block; width:10px; height:10px; border:2px solid var(--ptColor1); background:#fff; bottom:-5px;left:50%; transform:translateX(-50%); position:absolute; border-radius:10px;}
.eco .tab_wrap .eco_nav .tabs li.on::after{opacity:1;}

@media screen and (max-width:1024px){
	.eco .tab_wrap .eco_nav .tabs li {padding: 10px;font-size:14px;}
}

.ppl{padding-bottom:var(--ctMargin120);}
.ppl .videos{margin-top:var(--ctMargin120);}
.ppl .videos .video_wrap {border-radius:20px;position:relative;overflow: hidden;aspect-ratio: 16 / 9;width:100%; height:auto;}
.ppl .videos .video_wrap .video{height:100%;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.ppl .videos .video_wrap .video {position:absolute;aspect-ratio: 16 / 9;overflow: hidden;pointer-events: none;width: 100%; z-index:-2;}
/* .ppl .videos .video_wrap .video::after{width:100%; height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:rgba(0,0,0,0.3); content:'';display:block;} */
.ppl .videos .video_wrap .video iframe {aspect-ratio: 16 / 15;min-width: 100%;min-height: 100%;width: auto;height: auto;object-fit: cover;position: absolute;top: 50%;left:50%;transform: translate(-50%,-50%);}

.ppl .tab_cont{margin-top:var(--ctMargin120);}
.ppl .tab_cont .info{border:1px solid #ddd;background: #f9f9f9;}
.ppl .tab_cont .info .right .list_box{}
.ppl .tab_cont .info .right .list_box dl{display:flex;}
.ppl .tab_cont .info .right .list_box dl + dl{margin-top:20px;}
.ppl .tab_cont .info .right .list_box dl dt{width:150px;}
.ppl .tab_cont .info .right .list_box dl dd{}
.ppl .tab_cont .info .right .list_box dl dd .dot{color:var(--txtColor2); position:relative; padding-left:10px;}
.ppl .tab_cont .info .right .list_box dl dd .dot::after{content:'';display:block; width:3px; height:3px; background:var(--txtColor2); border-radius:2px; position:absolute; left:0; top:13px;}


@media screen and (max-width:480px){
	.ppl .tab_cont .info .right .list_box dl dt{width:100px;}
	.ppl .tab_cont .info .right .list_box dl dd {flex:1;}
}
@media screen and (max-width:410px){
	.product .intro .t2 .mbr {display:none;}
}
@media screen and (max-width:360px){
	.ppl .tab_cont .info .right .list_box dl {flex-direction:column;gap:10px;}
}

.auto{padding-bottom:var(--ctMargin120);}
.auto .videos{margin-top:var(--ctMargin120);}
.auto .videos .video_wrap {border-radius:20px;position:relative;overflow: hidden;aspect-ratio: 16 / 9;width:100%; height:auto;}
.auto .videos .video_wrap .video{height:100%;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.auto .videos .video_wrap .video {position:absolute;aspect-ratio: 16 / 9;overflow: hidden;pointer-events: none;width: 100%; z-index:-2;}
/* .auto .videos .video_wrap .video::after{width:100%; height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:rgba(0,0,0,0.3); content:'';display:block;} */
.auto .videos .video_wrap .video iframe {aspect-ratio: 16 / 15;min-width: 100%;min-height: 100%;width: auto;height: auto;object-fit: cover;position: absolute;top: 50%;left:50%;transform: translate(-50%,-50%);}

.auto .tab_wrap{margin-top:var(--ctMargin120);}
.auto .tab_wrap .top{background:#f9f9f9;padding:70px 0;}
.auto .tab_wrap .auto_nav{border-bottom:1px solid #ddd;margin-bottom:70px;}
.auto .tab_wrap .auto_nav .tabs{display:flex;}
.auto .tab_wrap .auto_nav .tabs li{font-size:20px;padding:20px;display:block; color:var(--txtColor2); font-weight:300;transition:all 0.2s; cursor:pointer;position:relative;}
.auto .tab_wrap .auto_nav .tabs li.on{font-weight:600; color:var(--ptColor1);}
.auto .tab_wrap .auto_nav .tabs li::after{opacity:0; transition:all 0.2s;content:'';display:block; width:10px; height:10px; border:2px solid var(--ptColor1); background:#fff; bottom:-5px;left:50%; transform:translateX(-50%); position:absolute; border-radius:10px;}
.auto .tab_wrap .auto_nav .tabs li.on::after{opacity:1;}
.auto .tab_wrap .auto_nav .tabs li br, .auto .tab_wrap .tab_cont .tit br {display:none;}
.auto .tab_wrap .tab_cont .tit{margin-bottom:50px;}
.auto .tab_wrap .tab_cont .cont{display:flex; align-items:center; gap:50px;}
.auto .tab_wrap .tab_cont .cont figure{width:calc(50% - 25px); border-radius:20px; overflow:hidden;border:1px solid #ddd;}
.auto .tab_wrap .tab_cont .cont .txt{width:calc(50% - 25px);}
.auto .tab_wrap .tab_cont .cont .txt p:not(.t1){font-weight:600; margin-bottom:35px; padding-bottom:25px; border-bottom:1px solid #ddd; position:relative;}
.auto .tab_wrap .tab_cont .cont .txt p:not(.t1)::after{content: '';display: block;width: 12px;height: 12px;border: 2px solid var(--ptColor1);position: absolute;left: -17px;top: -2px;border-radius: 30px;}
.auto .tab_wrap .tab_cont .cont .txt p.t1{color:var(--txtColor1);margin-bottom:20px;}
.auto .tab_wrap .tab_cont .cont .txt ul.dot li{color:var(--txtColor2); position:relative; padding-left:10px; font-weight:300; margin-top:5px}
.auto .tab_wrap .tab_cont .cont .txt ul li{color:var(--txtColor2);}
.auto .tab_wrap .tab_cont .cont .txt ul.dot li::after{content:'';display:block; width:3px; height:3px; background:var(--txtColor2); border-radius:2px; position:absolute; left:0; top:13px;}
.auto .tab_wrap .tab_cont .img_wrap{margin-top:70px;display:flex;}
.auto .tab_wrap .tab_cont .img_wrap .box{width:50%;display:flex;gap:20px;align-items: flex-start;}
.auto .tab_wrap .tab_cont .img_wrap .box:nth-child(1){padding-right:20px;}
.auto .tab_wrap .tab_cont .img_wrap .box:nth-child(2){padding-left:20px;}
.auto .tab_wrap .tab_cont .img_wrap .box figure{border-radius:20px; overflow:hidden; flex-shrink:0;}
.auto .tab_wrap .tab_cont .img_wrap .box .txt{width:100%;padding:10px 0;}
.auto .tab_wrap .tab_cont .img_wrap .box .txt h3{margin-bottom:20px; font-weight:600;}
/* .auto .tab_wrap .tab_cont .img_wrap .box table{width:100%;border-collapse: collapse; color:var(--txtColor2);}
.auto .tab_wrap .tab_cont .img_wrap .box table th{padding: 15px 0;border: 1px solid #ddd;background: #fff; width:100px;}
.auto .tab_wrap .tab_cont .img_wrap .box table td{padding: 15px 25px;text-align: left;border: 1px solid #ddd; background:#fff;}
.auto .tab_wrap .tab_cont .img_wrap .box table td span{font-size:16px;display:block;} */
.auto .tab_wrap .tab_cont .img_wrap .box ul.dot li{color:var(--txtColor2);position:relative; padding-left:13px;font-weight: 300;}
.auto .tab_wrap .tab_cont .img_wrap .box ul.dot li + li{margin-top:5px;}
.auto .tab_wrap .tab_cont .img_wrap .box ul.dot li::after{content:'';display:block; width:3px; height:3px; border-radius:3px; background:var(--txtColor2);position:absolute; left:0; top:13px;}
.auto .tab_wrap .tab_cont .img_wrap .box ul.dot li span{margin-right:10px; font-weight:600;}
.auto .tab_wrap .tab_cont .img_wrap .box ul.dot li span.sm{font-size:16px; font-weight:300;margin-right:0; display:block;}

.auto .tab_wrap .bot{margin-top:70px;}
.auto .tab_wrap .tab_cont2 h3{margin-bottom:20px;}
.auto .tab_wrap .tab_cont2 .img_grid{display:grid; grid-template-columns:repeat(3,1fr);gap:20px;}
.auto .tab_wrap .tab_cont2 .img_grid figure{border-radius:20px; overflow:hidden;}

@media screen and (max-width:1024px){
	.auto .tab_wrap .auto_nav .tabs li {padding: 10px;font-size:14px;}
	.auto .tab_wrap .tab_cont .img_wrap {flex-direction:column;gap:20px;}
	.auto .tab_wrap .tab_cont .img_wrap .box:nth-child(1), .auto .tab_wrap .tab_cont .img_wrap .box:nth-child(2) {padding: 0px;width:100%;}
}
@media screen and (max-width:780px){
	.auto .tab_wrap .tab_cont .cont {flex-direction:column;}
	.auto .tab_wrap .tab_cont .cont figure, .auto .tab_wrap .tab_cont .cont .txt {max-width:675px;width:100%;}
	.auto .tab_wrap .tab_cont .cont .txt p:not(.t1) {padding-left: 15px;}
	.auto .tab_wrap .tab_cont .cont .txt p:not(.t1)::after {left:0;width:10px;height:10px;}
}
@media screen and (max-width:500px){
	.auto .tab_wrap .tab_cont .img_wrap .box {flex-direction:column;}
	.auto .tab_wrap .tab_cont2 .img_grid {grid-template-columns:repeat(1,1fr);}
	.auto .tab_wrap .auto_nav .tabs li br, .auto .tab_wrap .tab_cont .tit br {display:block;}
	.auto .tab_wrap .tab_cont .img_wrap .box figure {width:100%;}
	.auto .tab_wrap .tab_cont .img_wrap .box figure img {width:100%;}
}

/* auto랑 공통으로 사용 */
.soft{padding-bottom:0;}
.soft .tab_wrap{background:#f9f9f9;padding:var(--ctMargin120) 0;}
.soft .prd_info{background:transparent;padding:0;}

/* ppl과 공통소스 사용 */
.sp .sp_swiper_wrap{width:calc(50% - 25px); position:relative;}
.sp .sp_swiper_wrap .swiper-pagination{bottom:-30px;}
.sp .sp_swiper_wrap .sp_swiper{overflow:hidden;}
.sp .sp_swiper_wrap .swiper-slide{border-radius: 20px;overflow: hidden;border: 1px solid #ddd;}
.sp .sp_swiper_wrap .swiper-pagination .swiper-pagination-bullet{background:var(--ptColor1);}

@media screen and (max-width:1024px){
	.sp .sp_swiper_wrap {width:100%;max-width: 50%;}
}
@media screen and (max-width:768px){
	.sp .sp_swiper_wrap {max-width: 100%;}
}

/* paper soft와 auto 공통으로 소스 사용 */
.paper .prd_info{margin-top:70px;}
.paper .prd_info .field + .field{margin-top:70px;}
.paper .prd_info .field .cont .paper_swiper_wrap{width:330px;flex-shrink:0; position:relative;}
.paper .prd_info .field .cont .paper_swiper_wrap .paper_swiper{overflow:hidden; border-radius:15px; overflow:hidden; border:1px solid #ddd;}
.paper .prd_info .field .cont .paper_swiper_wrap .swiper-pagination .swiper-pagination-bullet{background:var(--ptColor1);}
.paper .prd_info .field .cont .paper_swiper_wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{}
.paper .prd_info .field .cont .right{margin-left:50px;}
.paper .prd_info .field .cont .right .txt{display:flex; flex-direction:column; justify-content:center;}
.paper .prd_info .field .cont .right .txt .tit{border-bottom:0;padding-bottom:0; &::after{display:none;}}
.paper .prd_info .field .cont .right .txt .tit2{border-bottom:0;padding-bottom:0; font-weight:300; color:var(--txtColor1);&::after{display:none;}}
.paper .prd_info .field .cont .right .txt .desc{border-bottom:0;padding-bottom:0;margin-bottom:0;font-weight:300;}
.paper .prd_info .field .cont .left{background: var(--ptColor1);width: 200px;display: flex;justify-content: center;align-items: center;flex-shrink: 0;border-radius: 19px 0 0 19px;}
.paper .prd_info .field .cont .left p{text-align:center;color:#fff; font-weight:600;}
.paper .tab_wrap .prd_info .field .cont{align-items:normal;}
.paper .tab_wrap .prd_info .field{padding:0; background:transparent;}
.paper .tab_wrap .prd_info .field .cont .right{margin-left:0; background:#fff;}
.paper .tab_wrap .prd_info .field .cont .right::after{display:none;}

.paper .item{margin-top:70px; display:flex; gap:20px;}
.paper .item + .item{margin-top:70px;}
.paper .item > *{width:calc(50% - 10px);border-radius:20px; overflow:hidden; border:1px solid #ddd;}
.paper .item .txt{padding:40px; background:#fff;display:flex; flex-direction:column; justify-content:center;}
.paper .item .txt h3{margin-bottom:10px; color:var(--ptColor1);}
.paper .item .txt ul li{color:var(--txtColor2); position:relative; padding-left:10px;}
.paper .item .txt ul li::after{content:'';display:block; width:3px; height:3px; background:var(--txtColor2); border-radius:2px; position:absolute; left:0; top:13px;}

@media screen and (max-width:1024px){
	.paper .prd_info .field .cont {gap:20px;}
	.paper .prd_info .field .cont .left {width:120px;}
	.paper .item{align-items: flex-start;}
}
@media screen and (max-width:780px){
	.paper .prd_info .field .cont .paper_swiper_wrap {max-width:400px;margin:0 auto;width: 100%;}
	.paper .prd_info .field .cont .paper_swiper_wrap img {width:100%;}
	.paper .prd_info .field .cont .right .txt .tit {padding: 0px;}
	.paper .item{flex-direction: column;width:100%;}
	.paper .item > * {width:100%;}
}
@media screen and (max-width:500px){
	.paper .tab_wrap .auto_nav .tabs li {font-size:3vw;text-align:center;}
	.paper .prd_info .field .cont .left {padding: 20px;width:100%;border-radius:0;}
}

/*cargo, soft와 auto, paper 소스 공통 사용 */
.cargo .tab_wrap .top{padding:0; background:transparent; position:relative;}
.cargo .tab_wrap .cont1 .hover{border-radius:20px;overflow:hidden; border:1px solid #ddd;width:fit-content; /* cursor:pointer; */}
.cargo .tab_wrap .cont1 .hv_img{position:absolute; top:50%; right:0; transform:translateY(-50%); z-index:2; transition:all 0.5s; opacity:0;}
.cargo .tab_wrap .cont1 .hv_img.on{opacity:1;}
.cargo .tab_wrap .cont1 .hv_img img{border-radius:20px;border:1px solid #ddd;}
.cargo .tab_wrap .cont1 .hv_img::after{content: "";display: block;width: 0;height: 0;border-left: 321px solid transparent;border-right: 255px solid transparent;border-bottom: 660px solid #eee;position: absolute;left: -419px;top: 95px;transform: rotate(-121deg); z-index:-1; opacity:0.8;}
.cargo .tab_wrap .cont1 .cont{gap:50px;}
.cargo .tab_wrap .auto_nav{margin-top:var(--ctMargin120);}
.cargo .tab_wrap .cont1 .prd_info .field .cont .paper_swiper_wrap{width:400px;}
.cargo .tab_wrap .tab_cont .tab_cont_swiper_wrap{width:calc(50% - 25px);position:relative;border:1px solid #ddd;border-radius: 20px;border: 1px solid #ddd; overflow:hidden;}
.cargo .tab_wrap .tab_cont .tab_cont_swiper_wrap .tab_swiper{overflow:hidden;}
.cargo .tab_wrap .tab_cont .tab_cont_swiper_wrap .tab_swiper figure{width:100%; border:0; border-radius:0;}
.cargo .tab_wrap .tab_cont .tab_cont_swiper_wrap .swiper-pagination .swiper-pagination-bullet{background:var(--ptColor1);}
.cargo .tab_wrap .prd_info .field .cont .txt p.desc:not(.dot)::after{display:none;}
.cargo .tab_wrap .tab_cont .prd_info figure{width:330px; flex-shrink:0;}
.cargo .prd_info .field.ver2 .cont .paper_swiper_wrap{width:330px;}
.cargo .prd_info .field .cont .right .txt .tit2.tit3{margin-bottom:0;margin-top:10px;}

@media screen and (max-width:1200px){
	.cargo .tab_wrap .top {width:100%;height:auto;aspect-ratio: 632/317;background:url('../img/cargo_cont1_mb.png') no-repeat center/contain;}
	.cargo .tab_wrap .top img, .cargo .tab_wrap .cont1 .hv_img::after {display:none;}
}
@media screen and (max-width:1024px){
	.cargo .tab_wrap .prd_info .field .cont {flex-direction:column;}
	.cargo .tab_wrap .cont1 .prd_info .field .cont .paper_swiper_wrap {width:100%;max-width:400px;}
}
@media screen and (max-width:780px){
	.cargo .prd_info .field .cont .right .txt .tit2 {padding-left: 0px;}
	.cargo .tab_wrap .tab_cont .tab_cont_swiper_wrap {width:100%;max-width: 675px;}
	.cargo .tab_wrap .tab_cont .prd_info figure, .cargo .prd_info .field.ver2 .cont .paper_swiper_wrap {width:100%;max-width: 330px;}
}

.contact {overflow:hidden;}
.contact .sub_title{margin-bottom:70px;}
.contact .cont{display:flex;}
.contact .cont .left{width:450px;}
.contact .cont .left .t1{color:var(--txtColor1); font-weight:600; line-height:1.2;}
.contact .cont .left .t2{margin:20px 0 40px; font-weight:600; color:var(--txtColor1); line-height:1.4;}
.contact .cont .left .t3{color:var(--txtColor2); font-weight:300;}
.contact .cont .right{width:calc(100% - 450px);font-size:16px;}
.contact .cont .agree_info {padding: 30px 30px;border-radius: 25px;background: #f5f5f5; height:300px; overflow-y:scroll; margin-bottom:15px;}
.contact .cont .agree_info .cont_box + .cont_box{margin-top:20px;}
.contact .cont .agree_info h3 { padding-bottom:20px;color:#333;line-height:1.3;}
.contact .cont .agree_info p {padding-left:15px;color:#555;line-height:1.8;}
.contact .cont .chk_box{font-size:15px; padding:15px 0 30px;}
.contact .cont ul{display:flex; flex-wrap:wrap;gap:20px;}
.contact .cont ul li{display:flex;align-items:flex-start;flex:1 1 45% ;border:1px solid #e2e2e2;border-radius: 10px; overflow:hidden; transition:all 0.2s;}
.contact .cont ul li.on{border-color:var(--ptColor1);}
.contact .cont ul li.wd100{flex:0 0 100%;}
.contact .cont ul li p{ flex-shrink:0;padding: 15px 10px; line-height:1.2; color:var(--txtColor2); width:80px;}
.contact .cont ul li p span{line-height:1.2; position:relative;}
.contact .cont ul li p.rq span::after{content:'*'; color:red;  position:absolute; right:-10px; top:-7px;}
.contact .cont ul li .ipt{width:100%; height:100%;border:0;padding: 15px 10px; }
.contact .cont ul li .ipt::placeholder{ color:var(--txtColor2);}
.contact .cont ul li textarea{resize:none;}
.contact .cont ul li.ck_li p {width:120px;}
.contact .cont ul li.ck_li .chk_box {padding: 11.9px 0;padding-right: 10px;margin-left:-15px;}
.contact .cont ul li.ck_li .chk_box input[type="radio"] + label {margin-left:15px;display:inline-block}
.contact .cont ul li.ck_li .chk_box input[type="radio"] + label span {top: 5px;}
.contact .cont ul li.file{position:relative;}
.contact .cont ul li.file input[type="file"]{display:none;}
.contact .cont ul li.file label{position:absolute; right:10px; top:50%; transform:translateY(-50%);  background:#f9f9f9; border:1px solid #ddd;padding:5px 15px;border-radius:5px; cursor:pointer; z-index:2;}
.contact .cont ul li.file .file_name1{background:transparent; border:0; padding:15px 10px; width:100%;}
.contact .cont button{display:block;margin-top: 30px;transition: all 0.5s;width: 250px;background: var(--ptColor1);height: 60px;color: #fff;font-size: 18px;font-weight: 600;border-radius: 20px;border: 1px solid transparent;align-self: end;margin-left:auto;}

.bot_link{display:flex; justify-content:space-between; padding-top:15px; border-top:1px solid #919197}
.bot_link .btn_list{font-size:14px; color:#666; font-weight:400;}
.bot_link .btn_list i{margin-right:8px;}
.bot_link .bo_v_nb{display:flex; align-items:center;}
.bot_link .bo_v_nb .bar{width:1px; height:12px; display:block; background:#dbdbdb;margin:0 12px;}
.bot_link .bo_v_nb a{ font-size:14px; color:#212126; font-weight:500; display:flex; align-items:center; gap:8px; opacity:0.5;}
.bot_link .bo_v_nb a.on{opacity:1;}

@media screen and (max-width: 1560px){
	.contact .cont .left {width:35%;}
	.contact .cont .right {width: 60%;}
}
@media screen and (max-width: 1200px){
	.contact .cont .left br {display:None;}
	.contact .cont ul li textarea {height:240px;}
}
@media screen and (max-width: 1024px){
	.contact .cont {flex-direction:column;}
	.contact .cont .left {width:100%;padding-bottom:50px;}
	.contact .cont .left br {display:None;}
	.contact .cont .right {width: 100%;font-size:14px;}
	.contact .cont .chk_box {font-size:13px;}
	.contact .cont ul li.ck_li .chk_box {font-size:14px;}
}
@media screen and (max-width:500px){
	.contact .res_wrap{margin-top:30px;}
	.contact .cont .left { padding-bottom:20px;}
	.contact .cont ul li .ipt {padding:10px;}
	.contact .cont ul li{flex:1 1 100%;}
	.contact .cont ul li textarea {height:200px;}
	.contact .cont .agree_info {padding:20px;border-radius:10px;}
	.contact .cont button {width:100%;}
}