@charset "utf-8";

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

textarea, select {font-family:"Noto Sans JP",'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;max-width:calc(100% - 20px) !important;}
	.hd_pops_con iframe{width:100%;}
	.hd_pops_con {max-width:100% !important;height:auto !important;}
	.hd_pops_footer button{font-size:14px;}
}

/* 상단 레이아웃 */
#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}

/*신규 에디터 이미지 스타일*/
#bo_v_con figure {width:auto;display: inline-block;}
#bo_v_con figure.align-left {float: left;}
#bo_v_con figure.align-right {float: right;}
#bo_v_con figure.image.align-center {display: table;margin-left: auto;margin-right: auto;}

/* 버튼 */
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 {font-size:16px;width:100%;border-collapse:collapse;border-spacing:0 5px;background:#fff;border-top:1px solid #ececec;border-bottom:1px solid #ececec} 
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:20px 0;font-weight:normal;text-align:center;border-bottom:1px solid #ececec;height:40px}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-bottom:1px solid #e8e8e8}
.tbl_head01 td {color:#666;padding:10px 5px;border-top:1px solid #ecf0f1;border-bottom:1px solid #ecf0f1;line-height:1.4em;height:60px;word-break:break-all}
.tbl_head01 tbody tr:hover td {background:#fafafa}
.tbl_head01 a:hover {text-decoration:underline}

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

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:70px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input {font-size:16px;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 {font-size:16px;padding:50px 0 !important;font-size:15px;text-align:center}
.empty_list {font-size:16px;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;}

/* 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;}
#ctt_con .p02 {font-size:17px;line-height:19px;margin-bottom:10px;color:#000;}
#ctt_con .p03 {font-size:15px;line-height:25px;color:#333;}
#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;padding: 0;}
	.login_type02_wrap {width: 100%;margin: 0 auto;}
}

.inner {width:1600px;margin:0 auto; position:relative;}
@media screen and (max-width: 1640px){
	.inner {width:100%;}
}
.inner14 {width:1440px;margin:0 auto; position:relative;}
@media screen and (max-width: 1480px){
	.inner14 {width:100%;}
}
.inner_x{width:100%;}
.clearfix::after {content:'';display:block;clear:both;}

/* 상단 */
.header .inner {width: 100%;max-width:1480px;padding: 0 20px;margin:0 auto; position:relative;}
.header .inner2 {width: 100%;padding:0 100px;margin:0 auto; position:relative;}
.header .flexSb {display: flex;justify-content: space-between;}
.header .flex {display: flex;}
.header button {cursor: pointer;border: none;background-color: transparent;}

.header {position: fixed;top: 0;left: 0;z-index: 9;width:100%;transition:background 0.5s , transform 0.5s;background: rgba(0, 0, 0, 0.40);}
.header button {cursor: pointer;border: none;background-color: transparent;}
.header h1 a {display: block;width: 180px;height: 42px;background-image: url("../img/logo.svg");background-repeat: no-repeat;background-size: 100% 100%;}
.header .flexSb {align-items: center;}
.header nav {position: relative;display: flex;align-items: center;justify-content: space-between;}
.header .gnb {display: flex;}
.header .gnb > li {position: relative;transition: 0.5s}
.header .gnb > li > a {padding: 32.5px 62.5px;display: block;font-size: 18px;font-weight: 600;line-height: 1.4;color: #fff;}
.header .gnb > li:hover > a {color: var(--mainColor) !important;}
.header .gnb > li .gnb_a {display: flex;align-items: center;gap:5px;}
.header .gnb > li .gnb_a .ico {font-size: 20px;}
.header nav .lnb {border: 1px solid #4c9c2e;position: absolute;top:100%;left: 0;width: 100%;display: none;}
.header nav .lnb a {display: block;width: 100%;padding: 19px 5px;color: #626262;background: rgba(255,255,255,0.7);text-align: center;font-size:16px;font-weight: 500;transition: .3s;}
.header nav .lnb li:hover a{background: rgba(255,255,255,1);color: var(--mainColor);}
.header.scroll_down {transform: translateY(-120%);}
.header.scroll_up {transform: translateY(0);background:rgba(0, 0, 0, 0.40);}
.header.on /*, .header.scroll_up */{background: #fff;border-bottom: 1px solid #e5e5e5;}
.header.on h1 a /*, .header.scroll_up h1 a, .header.sb_hd h1 a */{background-image: url("../img/logo_b.svg");}
.header.on .gnb > li > a/* , .header.scroll_up .gnb > li > a, .header.sb_hd .gnb > li > a */{color: #3F3533;}
.header_right {display: flex;align-items: center;}
.header .lang {position: relative;}
.header .lang button {display: flex;gap:8px;align-items: center; font-size: 14px;font-weight: 600;color: #fff;  padding: 36px 0;}
.header .lang button .img1 {width: 18px;height: 18px;background: url(../img/lang.svg) no-repeat center / 100% auto;display: block;}
.header.on .lang button .img1/*, header.scroll_up .lang button .img1, header.sb_hd .lang button .img1*/ {background: url(../img/lang_b.svg) no-repeat center / 100% auto;}
.header .lang button .img2 {width: 6px;height: 6px;background: url(../img/lang_arrow.svg) no-repeat center / 100% auto;display: block;}
.header.on .lang button .img2/*, header.scroll_up .lang button .img2, header.sb_hd .lang button .img2*/ {background: url(../img/lang_arrow_b.svg) no-repeat center / 100% auto;}
.header .lang .langList {position: absolute;right:0;display: none;}
.header .lang .langList ul {background: var(--mainColor);border-radius: 0 0 8px 8px;width: 60px;padding: 4px;}
.header .lang .langList ul a {padding:4px;text-align: center;display: block;font-size:14px;opacity: 0.4;color: #fff;}
.header .lang .langList ul li:hover a {opacity: 1;}
.header.on .lang button/* , .header.scroll_up .lang button, .header.sb_hd .lang button*/ {color: #3F3533;}
.header .lang img {transition: 0.5s;}
.header #bar {display: block;margin-left: 30px;width: 27px;height: 15px;background-image: url("../img/bar.svg");background-repeat: no-repeat;background-size: 100% 100%;position: relative;z-index: 100;transition: 0.5s;}
.header.on #bar/* , .header.scroll_up #bar, .header.sb_hd #bar*/{background-image: url("../img/bar_b.svg");}

.mainMenu {opacity: 0;visibility: hidden;transition: all 0.3s;position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 11;display: flex;align-items: center;justify-content: center;background:#fff;}
.mainMenu:before {content:"";aspect-ratio:136/940;background : url(../img/mainMenu_bg02.jpg) no-repeat center/cover;height: 100%;position:absolute;top: 50%;transform: translateY(-50%);left: 0;z-index: -1;}
.mainMenu:after {content:"";aspect-ratio:1500/543;background : url(../img/mainMenu_bg01.jpg) no-repeat center/cover;width: 44%;position:absolute;bottom: 26px;right: 0;z-index: -1;}
.mainMenu.on {opacity: 1;visibility: visible;transition: all 0.3s;}
.mainMenu .close {position: fixed;top: 35px;right: 100px;opacity: 0;visibility: hidden;transition: all 0.3s;cursor: pointer;}
.mainMenu.on .close {opacity: 1;visibility: visible;}
.mainMenu > ul > li {display: flex;align-items: center;gap:70px;height: 120px;}
.mainMenu > ul > li > a {color: #000;font-size:24px;font-weight: 600;display: block;width: 134px;}
.mainMenu > ul > li > .center {display: flex;align-items: center;gap:5px;}

.mainMenu .lnb ul {display: flex;align-items: center;gap:55px;}
.mainMenu .lnb ul a {font-size:20px;color: #444;}
.mainMenu .lnb ul li:hover a {color: var(--mainColor);}

@media screen and (max-width: 1600px){
	.header .inner2 {padding:0 50px;}
	.mainMenu > ul > li {gap:50px;height:100px;}
	.mainMenu > ul > li > a {font-size:22px;width: 113px;}
	.mainMenu .close {right:50px;}
	.mainMenu .lnb ul {gap:30px;}
	.mainMenu .lnb ul a {font-size:18px;}
}
@media screen and (max-width: 1480px){
	.header .gnb > li > a {padding: 0 40px;line-height: 90px;}
}
@media screen and (max-width: 1200px){
	.header .gnb > li > a {padding: 0 20px;}
	.header #bar {margin-left:15px;}
	.mainMenu .close {right:20px;}
	.mainMenu > ul > li {gap:20px;height:80px;}
	.mainMenu > ul > li > a {font-size:20px;width: 101px;}
	.mainMenu .lnb ul a {font-size:16px;}
}
@media screen and (max-width: 1024px){
	.header .inner2 {padding:0 20px;}
	.header .gnb {display: none;}
	.header h1 a {width:160px;}
	.mainMenu:before {left:-20px;}
	.mainMenu .lnb ul {gap:15px;}
}
@media screen and (max-width: 480px){
	.header h1 a {width:140px;}
	.mainMenu > ul {width:100%;}
	.mainMenu > ul > li {gap: 10px;height: auto;flex-direction: column;align-items: initial;margin-bottom: 20px;padding: 0 20px;}
}
@media screen and (max-width: 320px){
	.header h1 a {width:120px;}
}

/* 메인 */
.main {background: #FAFAFA;overflow:hidden;}
.main img {max-width: 100%;}
.main .inner {width: 100%;max-width:1480px;padding: 0 20px;margin:0 auto; position:relative;}
.main .inner2 {width: 100%;padding:0 100px;margin:0 auto; position:relative;}
.main .flexSb {display: flex;justify-content: space-between;}
.main .flex {display: flex;}
.main button {cursor: pointer;border: none;background-color: transparent;}
.main .ellipsis {overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;white-space: normal;}
.main .tt h3 {font-size: 52px;font-weight: bold;line-height: 1.2;color: #231815;margin-bottom: 30px;}
.main .tt p {font-size: 20px;font-weight: 500;color: #5c5c5c;}
.main .ttIcon {position: relative;}
.main .ttIcon:after {content: '';display: block;position: absolute;width: 24px;height: 24px;background: url("../img/tt_icon.svg") no-repeat center / 100% auto;left: 0;top:-40px;}
.main h2 {white-space: pre-line;}
.main p {white-space: pre-line;}
.main .viewMore {width: 129px;}
.main .viewMore:hover {animation: viewUp 0.5s ease-in-out}
.main .color {color: var(--mainColor);}

.mid_1 {position: relative;overflow: hidden;}
.main_swiper .swiper-slide {height: 100vh;position: relative;}
.main_swiper .txt {position: absolute;width: 100%;left: 0;top: 50%;transform: translateY(-50%);color: #fff;}
.main_swiper .txt h2 {font-size: 58px;font-weight: 800;line-height: 1.2;color: #fff;margin-top: 25px;}
.main_swiper .txt h2 b {color: #95db68;}
.main_swiper .txt p {font-size: 22px;font-weight: 600;line-height: 1.5;color: #fff;margin-top: 25px;}
@keyframes txtleft{0%{transform:translateX(30px);opacity:0;}100%{transform:translateX(0);opacity:1;}}
.swiper-slide .bg{position: absolute;width: 100%;height: calc(100% + 1px);top: 50%;left: 50%;transform: translate(-50%, -50%) scale(1.2);transition: all 2s;background-repeat: no-repeat;background-position: center;background-size: cover;}
.swiper-slide01 .bg {background-image: url("../img/mainImg01.jpg");}
.swiper-slide02 .bg {background-image: url("../img/mainImg02.jpg");}
.swiper-slide03 .bg {background-image: url("../img/mainImg03.jpg");}
.main_swiper .swiper-slide.swiper-slide-active h2{animation:txtleft 2s ease both;}
.main_swiper .swiper-slide.swiper-slide-active img{animation:txtleft 2s ease both;}
.main_swiper .swiper-slide.swiper-slide-active p{animation:txtleft 2s 0.8s ease both;}
.main_swiper .swiper-slide.swiper-slide-active .bg{transform:translate(-50%, -50%) scale(1);}
.main_swiper .swiper-button-next:after, .main_swiper .swiper-button-prev:after {display: none;}
.main_swiper .swiper-button-next, .main_swiper .swiper-button-prev {position: static !important;margin-top: 0 !important;width: 50px;height: 50px;flex-grow: 0;display: flex;flex-direction: row;justify-content: center;align-items: center;gap: 10px;padding: 5px 6px;border-radius: 100px;border: solid 1px #fff;}
.main_swiper .swiper-button-next:hover, .main_swiper .swiper-button-prev:hover {border:1px solid var(--mainColor);background: var(--mainColor);}
.main_swiper .swiper-button-prev {transform: rotate(180deg);}
.main_arrow {position: absolute;left: 0;bottom: 16.388vh;z-index: 2;width: 100%;}
.main_arrow .inner {display: flex;gap: 15px;}

.main_right {position: absolute;z-index: 2;top:50%;transform: translateY(-50%);right: 112px;height: 59.739vh;}
.main_right img {height: 100%;}
.mid_1 .scroll {position: absolute;z-index: 2;bottom:0;right:295px;width: 17px;animation : dung 1s infinite alternate ease-in-out;}
@keyframes dung {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}

@media screen and (max-width: 1480px){
	.main .tt h3 {font-size: 42px;}
	.main .tt p {font-size: 18px;}
	.main_swiper .txt h2 {font-size: 48px;}
	.main_swiper .txt p {font-size: 20px;}
	.main_right {right:50px;}
	.main_swiper .txt {padding-right:20px;}
	.mid_1 .scroll {right:150px;}
}
@media screen and (max-width: 1024px){
	.main .tt h3 {font-size: 30px;}
	.main .tt p {font-size: 17px;}
	.main_swiper .txt h2 {font-size: 36px;}
	.main_swiper .txt p {font-size: 19px;}
	.main_right {right:20px;}
	.mid_1 .scroll {right:50px;bottom: -50px;}
	.main_swiper .swiper-button-next, .main_swiper .swiper-button-prev {padding:12px;width:40px;aspect-ratio: 1/1;height: auto;}
}
@media screen and (max-width: 768px){
	.main_swiper .txt br {display:none;}
}
@media screen and (max-width:480px){
	.main .tt h3 {font-size: 22px;}
	.main .tt p {font-size: 16px;}
	.main_swiper .txt h2 {font-size: 26px;}
	.main_swiper .txt p {font-size: 18px;}
	.main_swiper .swiper-slide {height:700px;}
	.main_arrow {bottom:40px;}
}

.mid_2 {padding: 130px 0 50px;position: relative;}
.mid_2 .tt p {font-weight: 400;line-height: 1.65;}
.mid_2 .inner {z-index: 2;}
.mid_2 .tt {padding-top: 40px;}
.mid_2 .mid02_left h3 {white-space: pre-line;font-size: 26px;font-weight: bold;line-height: 1.2;color: #111;margin-bottom: 63px;}
.mid_2 .mid02_left h3 b {display: block;margin-bottom: 20px;font-size:25px;}
.mid_2 .mid02_left span {display: block;width: 122.67px;aspect-ratio: 124/10;transition: 0.5s;background-image: url("../img/item_arrow_g.svg");background-repeat: no-repeat;background-size: 100% 100%;}
.mid_2 .img {width: 58%;}
.mid_2 ul {width: 100%;display: flex;flex-direction: column;gap:20px;}
.mid_2 ul li {flex:1;background: #fff;border-radius : 15px;}
.mid_2 li img {transition: 0.5s;}
.mid_2 li:hover img {transform: scale(1.1);}
.mid_2 li:hover span {background-image: url("../img/item_arrow.svg");}
.mid_2 li:first-child {padding: 40px 95px 40px 40px;}
.mid_2 li:first-child img {width: 230px;}
.mid_2 li:last-child {padding: 40px 116px 40px 40px;}
.mid_2 li:last-child img {width: 188px;}
.mid_2 li a {align-items: center;justify-content: space-between;}
.sec02_bg {width: 46%;position: absolute;bottom:-54.35px;left: 110px;z-index: 1;}

@media screen and (max-width: 1480px){
	.mid_2 {padding: 100px 0 50px;}
	.sec02_bg {left:50px;}
 	.main .mid_2 li {padding: 30px 60px 30px 30px;}
	.main .mid_2 li .mid02_right {width: 25%;}
	.main .mid_2 li img {width: 100%;}
	.mid_2 .mid02_left h3 {font-size:24px;}
	.mid_2 .mid02_left h3 b {font-size:23px;}
	.mid_2 .mid02_left span {width: 100px;}
}
@media screen and (max-width: 1200px){
	.main .tt br {display:none;}
}
@media screen and (max-width: 1024px){
	.mid_2 {padding: 50px 0 100px;}
	.mid_2 .tt {padding-top: 20px;width:100%;}
	.sec02_bg {left:20px; bottom: 0;}
	.mid_2 .flexSb {flex-direction:column;}
	.mid_2 .img {width: 100%;padding-top: 30px;}
	.mid_2 .mid02_left h3 {font-size:22px;margin-bottom: 40px;}
	.mid_2 .mid02_left h3 b {font-size:21px;margin-bottom: 10px;}
	.mid_2 .mid02_left span {width: 80px;}
}
@media screen and (max-width: 640px){
 	.main .mid_2 li {padding: 20px;}
	.mid_2 li a {gap:20px;}
	.main .mid_2 li .mid02_right {width: 110px;}
}
@media screen and (max-width:480px){
	.mid_2 .mid02_left h3 {font-size:20px;margin-bottom: 20px;white-space: initial;}
	.mid_2 .mid02_left h3 b {font-size:19px;}
	.mid_2 .mid02_left span {width: 100px;}
 	.main .mid_2 li a {flex-direction:column;}
	.sec02_bg {bottom:40px; }
}

.mid_3 {padding: 130px 0 170px;}
.sec_tt {display: flex;align-items: end;justify-content: space-between;}
.sec_tt .tt {display: flex;align-items: center;gap: 30px;}
.sec_tt .tt h3 {margin-bottom: 0;}
.sec_tt .tt p {margin-top: 8px;}
.mid_3 .sec_tt {margin-bottom: 100px;}
.sec03_swiper {transform: translateX(-40px);}
.mid_3 .swiper-slide {width: 26%;/* padding-left: 20px; */overflow: hidden;border-radius: 16px;position: relative;transition: 0.5s;aspect-ratio: 1/1;}
.mid_3 .swiper-slide a {pointer-events: none;cursor: initial;}
.mid_3 .swiper-hover {position: absolute;width: 100%;height: 100%;left: 0;top: 0;opacity: 0;transition: 0.5s;background: url("../img/sec03_hover.jpg") no-repeat center / 100% 100%;visibility: hidden;padding: 40px 24px;}
.mid_3 .swiper-slide:hover .swiper-hover {opacity: 1;visibility: visible;}
.mid_3 .swiper-slide:hover {transform: translateY(-40px);}
.mid_3 .swiper-slide img {transition: 0.5s;}
.mid_3 .swiper-slide:hover img {opacity: 0}
.mid_3 .swiper-hover h4 {font-size: 28px;font-weight: bold;line-height: 1.3;color: #fff;word-break: keep-all;}
.mid_3 .swiper-hover p {font-size: 22px;font-weight: 500;line-height: 1.5;color: #fff;margin-top: 60px;}
.mid_3 .swiper-pagination {display:none;}

@media screen and (max-width: 1480px){
	.mid_3 {padding: 100px 0 150px;}
	.mid_3 .sec_tt .tt {width:100%;}
	.mid_3 .swiper-hover {padding:30px 20px;}
	.mid_3 .swiper-hover h4 {font-size: 24px;}
	.mid_3 .swiper-hover p {font-size: 20px;margin-top: 40px;}
}
@media screen and (max-width: 1024px){
	.mid_3 {padding: 50px 0 100px;position: relative;}
	.mid_3 .sec_tt {margin-bottom:50px;}
	.sec_tt .tt {gap:20px;}
	.mid_3 .swiper-slide {width:36%;}
	.mid_3 .swiper-hover {background:none;padding: 20px;opacity:1;visibility: visible;}
	.mid_3 a:before {content:'';width:100%;height:100%;position:absolute;top:0;left:0;background: linear-gradient(147deg, #77ae23 5%, #4c9635 50%, #4c9635 100%);opacity: .6;}
	.mid_3 .swiper-hover h4 {font-size: 22px;}
	.mid_3 .swiper-hover p {font-size: 18px;margin-top: 20px;}
}
@media screen and (max-width: 640px){
	.mid_3 .swiper-slide {width:48%;}
}
@media screen and (max-width:480px){
	.sec_tt .tt {flex-direction:column;align-items: initial;gap: 5px;}
	.sec03_swiper {padding:0 20px;transform: initial;}
	.sec03_swiper .swiper-wrapper {gap:20px;}
	.mid_3 .swiper-hover h4 {font-size: 20px;}
	.mid_3 .swiper-hover p {font-size: 16px;}
	.mid_3 .swiper-slide {width:100%;}
	.mid_3 .swiper-pagination {display:block;bottom: 50px;}
	.mid_3 .swiper-slide.mo {display:none;}
}

.mid_4 {padding: 130px 0 273px;position: relative;background: #fff url("../img/enesol.png") no-repeat right bottom / 35% auto;}
.mid_4 .inner {position: static;}
.sec04_img{position: absolute;width: 48.582vw;bottom:160px;right:0;}
.mid_4 .tt h2 {font-size: 52px;font-weight: 800;line-height: 1.2;color: #231815;margin-bottom: 30px;}
.mid_4 .tt p {font-size: 20px;font-weight: 500;line-height: 1.5;color: #5c5c5c;}

@media screen and (max-width: 1480px){
	.mid_4 {padding: 100px 0 200px;}
	.mid_4 .tt h2 {font-size: 40px;}
	.mid_4 .tt p {font-size: 18px;}
	.sec04_img {bottom:120px;}

}
@media screen and (max-width: 1024px){
	.mid_4 .tt h2 {font-size: 36px;}
	.mid_4 .tt p {font-size: 17px;}
	.sec04_img {bottom:100px;}
}
@media screen and (max-width: 768px){
	.sec04_img {bottom:70px;}
}
@media screen and (max-width:480px){
	.mid_4 {background-size:60%}
	.sec04_img {width:65vw;bottom:50px;}
	.mid_4 .tt h2 {font-size: 24px;}
	.mid_4 .tt p {font-size: 16px;}
	.main h2 {white-space: initial;}
}

.mid_5 {padding: 130px 0;}
.mid_5 .sec_tt {margin-bottom: 90px;}
.mid_5 ul {display: flex;gap:20px;}
.mid_5 ul li {width:calc(100%/4);border-radius: 16px;overflow: hidden;position: relative;background: #fff;min-height: 395px;}
.mid_5 ul li a {display: block;padding: 60px 40px;position: relative;z-index: 2;}
.mid_5 ul li:after {background: url("../img/sec05_hover.jpg") no-repeat center / 100% 100%;position: absolute;left: 0;top: 0;width: 100%;height: 100%;content: '';opacity: 0;visibility: hidden;transition: 0.5s;}
.mid_5 ul li:hover:after {opacity: 1;visibility: visible;}
.mid_5 ul li span {display: inline-block;font-size: 16px;font-weight: 600;line-height: 1.5;color:var(--mainColor);}
.mid_5 ul li h4 {font-size: 28px;font-weight: bold;line-height: 1.3;margin: 24px 0;color: #231815;}
.mid_5 ul li p.ellipsis {font-size: 18px;min-height: 4.5em;font-weight: 500;line-height: 1.5;-webkit-line-clamp: 3;color: #5c5c5c;}
.mid_5 ul li:hover span , .mid_5 ul li:hover h4 , .mid_5 ul li:hover p {color: #fff;transition-delay: 0.3s;transition: 0.1s;}

@keyframes viewUp {
    0% {transform: translateY(0px)}
    50% {transform: translateY(-10px)}
    100% {transform: translateY(0px)}
}

@media screen and (max-width: 1480px){
	.mid_5 {padding: 100px 0;}
	.mid_5 ul li {min-height: 355px;}
	.mid_5 ul li a {padding: 40px 20px;}
	.mid_5 ul li h4 {font-size: 24px;}
	.mid_5 ul li p.ellipsis {font-size: 17px;}
}
@media screen and (max-width: 1024px){
	.mid_5 .sec_tt {margin-bottom: 50px;}
	.mid_5 ul li {min-height: auto;}
	.mid_5 ul li h4 {font-size: 22px;}
	.mid_5 ul li p.ellipsis {font-size: 16px;}
}
@media screen and (max-width: 768px){
	.mid_5 ul {flex-wrap: wrap;gap:20px;}
	.mid_5 ul li {width: calc(50% - 10px);}
	.mid_5 .sec_tt {flex-direction: column;align-items: initial;}
}
@media screen and (max-width:480px){
	.mid_5 ul li h4 {font-size: 20px;}
	.mid_5 ul li p.ellipsis {font-size: 15px;}
	.mid_5 ul li {width:100%;}
}

/* 하단 */
.footer .inner {width: 100%;max-width:1480px;padding: 0 20px;margin:0 auto; position:relative;}
.footer .inner2 {width: 100%;padding:0 100px;margin:0 auto; position:relative;}
.footer .flexSb {display: flex;justify-content: space-between;}
.footer .flex {display: flex;}
.footer button {cursor: pointer;border: none;background-color: transparent;}

.footer {position: relative;padding: 100px 0;background-color: #111;color: #fff;}
.footer a{ color:#fff;}
.footer_left {margin-right:30px;}
.footer_left h1 {font-size: 23px;font-weight: 700;margin-bottom: 10px;}
.footer_left h2 {width: 180px;min-height:42px;margin-bottom: 40px;}
.footer .fnb {margin-bottom: 40px;}
.footer .fnb li + li {margin-top: 10px;}
.footer .fnb li span {font-size: 16px;font-weight: 500;font-stretch: normal;font-style: normal;line-height: 1.5;letter-spacing: -0.32px;display: inline-block;}
.footer .fnb li span:first-child {width: 100px;margin-right: 15px;}
.footer .fnb li span:last-child {opacity: 0.6;}
.footer .term {gap: 30px;}
.footer .term a {font-size: 16px;font-weight: 600;font-stretch: normal;font-style: normal;line-height: 1.5;letter-spacing: -0.32px;}
.footer .family_site button{background-color: #111;position: relative;z-index: 3;display: flex;justify-content: space-between;align-items: center;padding: 12px 24px;border-radius: 12px;border: solid 1px #bcbcbc;width: 176px;font-size: 18px;font-weight: 600;line-height: 1.4;color: #fff;}
.footer .family_site button img {transform: rotate(180deg);transition: 0.3s;}
.footer .family_site {transition: 0.5s;position: relative;}
.footer .family_site.on button img {transform: rotate(0);}
.footer .family_site ul {position: absolute;top:40px;z-index: 2;width: 100%;border-radius:0 0 12px 12px;border: solid 1px #bcbcbc;background: #111;padding:20px 16px 12px;display: none;}
.footer .family_site ul li a {display: block;padding: 8px;font-size: 16px;letter-spacing: -0.32px;text-align: left;color: rgba(255, 255, 255, 0.6);}
.footer .family_site ul li:hover a {color: #fff;}
.footer_menu {margin: 25px 0;}
.footer_menu ul li a {display: block;font-size: 18px;font-weight: 600;font-stretch: normal;font-style: normal;line-height: 1.4;text-align: right;}
.footer_menu ul li a.flex {align-items: center;justify-content: flex-end;}
.footer_menu ul li a.flex .ico {font-size:18px;color:#fff;opacity: 1;}
.footer_menu ul li + li {margin-top: 12px;}
.footer_menu ul li span {transition: 0.5s;opacity: 0.6;display: inline-block;margin-left: 10px;}
.footer_menu ul li:hover span {opacity: 1;}
.footer p {font-size: 16px;letter-spacing: -0.32px;text-align: left;color: rgba(255, 255, 255, 0.6);}

@media screen and (max-width: 1200px){
	.footer .fnb li {display:flex;}
	.footer .fnb li span:first-child {width: 110px;margin-right: 0px;}
	.footer .fnb li span:last-child {width: calc(100% - 120px);}
}
@media screen and (max-width: 1024px){
	.footer .fnb li span,.footer .term a {font-size: 14px;}
	.footer_menu ul li a {font-size: 16px;}
	.footer {position: relative;padding: 80px 0;}
}
@media screen and (max-width: 640px){
	.footer .flexSb {flex-direction: column;gap:20px;}
	.footer .family_site button {width:100%;padding:10px;}
	.footer_menu ul {display:flex;gap:10px 20px;flex-wrap:wrap;}
	.footer_menu ul li + li {margin-top: 0;}
	.footer_menu ul li span:last-child {display:none;}
	.footer_left h2 img {width:100%;}
	.footer .fnb {margin-bottom: 20px;}
}
@media screen and (max-width:480px){
	.footer_left h2 {margin: 0 auto 40px;}
	.footer .fnb li span:first-child {width: 80px;margin-right: 0px;}
	.footer .fnb li span:last-child {width: calc(100% - 85px);}
}

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

.sub_box {position:relative;}
.sub_box .inner {padding:50px 0 100px;}
.sub_box .nav {display:flex;gap:20px;align-items:center}
.sub_box .nav .bar {width:150px;background:#222;height:1px;}
.sub_box .sub_tit {font-size:55px;font-weight:600;margin:20px 0;}
.sub_box .sub_txt {font-size:20px;color:#777;}
.sub_box .big_txt {font-size:150px;position: absolute;bottom: -22px;right: 50px;font-family: "Poppins","Noto Sans JP",'Pretendard', dotum, sans-serif;opacity: .05;line-height: 1;}
.sub_box .big_txt2 {bottom: 18px;}
.sub_img {height:calc(100vh - 400px);background:#ddd;overflow: hidden;}
.sub_img.none {display:none;}
.sub_img img {max-width:100%;}

@media screen and (max-width: 1640px){
	#sub_div > .inner {padding: var(--ctMargin100) 20px;}
	#sub_div > .inner_x {padding: 0px;}
	.sub_box .inner {padding:50px 20px 100px;}
	.sub_box .home img {width: 35px;}
	.sub_box .sub_tit {font-size:42px;}
	.sub_box .sub_txt {font-size:18px;}
	.sub_box .big_txt {font-size:120px;right:20px;}
	.sub_img {height:calc(100vh - 500px);}

	.fz18 {font-size:17px;}
}
@media screen and (max-width: 1024px){
	.sub_box .home img {width: 30px;}
	.sub_box .nav .bar {width:100px;}
	.sub_box .sub_tit {font-size:34px;}
	.sub_box .sub_txt {font-size:16px;}
	.sub_box .big_txt {font-size:80px;bottom: -12px;}
	.sub_img {height:300px;}
	.sub_img img {max-width: none;position: absolute;left: 50%;transform: translateX(-50%);height: 100%;}

	.fz18 {font-size:16px;}
}
@media screen and (max-width:480px){
	.sub_box .home img {width: 25px;}
	.sub_box .nav .bar {width:80px;}
	.sub_box .sub_tit {font-size:26px;}
	.sub_box .sub_txt {font-size:15px;}
	.sub_box .inner {padding:30px 20px 60px;}
	.sub_box .big_txt {font-size:50px;bottom: -6px;}
	.sub_img {height:200px;}

	.fz18 {font-size:15px;}
}
@media screen and (max-width: 320px){
	.sub_box .big_txt {font-size:35px;}
}

.sub * {line-height:1.65;letter-spacing:-0.02em;}
.sub img {max-width:100%;}
.sub .pt {color:var(--ptColor1);}
.sub .p01 {color:#222;}
.sub .p02 {color:#777;}
.sub .flex {display:flex;}
.sub .wrap {display:flex;flex-wrap:wrap;}

/**/
.greeting {overflow:hidden;}
.greeting .flex {display:flex;flex-wrap:wrap;gap:0 100px;}
.greeting .bg_box {width:40%;}
.greeting .bg_box img {border-radius: 40px;}
.greeting .txt_box {width:calc(60% - 100px);}
.greeting .txt_box .tit {font-weight: 400;line-height: 1.5;letter-spacing: -0.08em;}
.greeting .txt_box .txt {position: relative;margin-top: 60px;padding-top: 60px;font-weight: 400;line-height: 1.65;color:#777;letter-spacing: -0.03em;}
.greeting .txt_box .txt:not(.txt2)::before {content:'';position:absolute;top:0;left:0;width:100px;height:1px;background:var(--ptColor1);}
.greeting .txt_box2 {width:100%;padding-top:60px;}
.greeting .txt_box2 .txt {margin-top:0;padding-top:30px;width:100%;}

@media screen and (max-width:1640px){
	.greeting .flex {gap:0 50px;}
	.greeting .bg_box {width:45%;}
	.greeting .flex .txt_box {width:calc(55% - 50px);}
	.greeting .flex .txt_box .txt {margin-top:40px;padding-top:40px;}
	.greeting .flex .txt_box .tit br {display:none;}
	.greeting .txt_box2 .txt2 {padding-top:20px;}
}
@media screen and (max-width:1024px){
	.greeting .flex {gap:20px;}
	.greeting .flex .txt_box .txt {margin-top:25px;padding-top:25px;}
	.greeting .txt_box2 .txt2 {padding-top:25px;}
	.greeting .txt_box2 {width:100%;padding-top:20px;}
}
@media screen and (max-width:780px){
	.greeting .bg_box {border-radius:20px;}
	.greeting .flex {flex-direction:column;}
	.greeting .bg_box {width:100%;text-align: center;}
	.greeting .flex .txt_box {width:100%;}
}

/**/
.history {position:relative;}
.history .dot+p {padding-left:25px;}
.history .dot {position:absolute;left:0;font-weight: 900;font-size: 20px;}
.history .bar{position:absolute;width: 3px;height: 100%;background:#e5e5e5;top: 0;left: 50%;transform: translateX(-50%);}
.history .arrbox {position: sticky;left: 50%;transform: translate(-50%,-5%);top: 50%;width: 55px;}
.history .arr {width:100%;aspect-ratio: 1/1;border-radius:10px;box-shadow: 0px 5px 50px 0 rgba(0, 0, 0, 0.1);background: var(--ptColor1);display: flex;justify-content: center;align-items: center;transform:  rotate(45deg);}
.history.fixed .arrbox {position:fixed;top:50%;transform: translate(-50%,-50%);}
.history .arr span {transform:rotate(-45deg);font-size: 30px;color: #fff;}
.history > ul > li {gap:200px;justify-content:center;}
.history > ul > li+li {padding-top:100px;}
.history > ul > li:nth-child(even) {flex-direction:row-reverse;}
.history > ul > li > .year {flex:1;text-align:right;font-size: 65px;}
.history > ul > li > .year span {display:block;margin-top: -10px;}
.history > ul > li > .info_wrap {padding-top:30px;flex:1;max-width: 620px;}
.history > ul > li > .info_wrap .mon {width:120px;}
.history > ul > li > .info_wrap .info {padding-top:10px;width: calc( 100% - 80px);}
.history > ul > li .info > li{color: #777;position:relative;}
.history > ul > li .info > li+li {padding-top:10px;}
.history > ul > li .info_wrap > div+div {padding-top:50px;}
.history > ul > li:nth-child(even) > .year {text-align:left;}
.history > ul > li:nth-child(even) > .info_wrap {text-align:right;}
.history > ul > li:nth-child(even) .info_wrap > div{flex-direction:row-reverse;}
.history > ul > li:nth-child(even) .dot+p {padding:0 25px 0 0;}
.history > ul > li:nth-child(even) .dot {left:auto;right:0;}

@media screen and (max-width: 1640px){
	.history > ul > li {gap: 120px;}
	.history > ul > li > .info_wrap .mon {width:80px;}
	.history > ul > li > .year {font-size:52px;}
}
@media screen and (max-width: 1024px){
	.history > ul > li {gap:100px;}
	.history > ul > li > .info_wrap .mon {width:100px;}
	.history > ul > li > .info_wrap .info {padding-top: 5px;width: calc( 100% - 50px);}
	.history > ul > li > .info_wrap {padding-top:20px;}
	.history .arrbox {width:40px;}
	.history .arr span {font-size:25px;}
	.history .dot {font-size: 18px;line-height: 1.3;}
	.history > ul > li > .year {font-size:40px;}
}
@media screen and (max-width: 768px){
	.history {padding-left: 50px;}
	.history .bar {width:2px;left:20px;transform:initial;}
	.history .arrbox {left: 5px;transform:initial;width:30px;} 
	.history .arr {border-radius:5px;margin-left: -45px;}
	.history .arr span {font-size:20px;}
	.history.fixed .arrbox {margin-left: -44px;margin-bottom: -15px;position: sticky;top: 50%;transform: translateY(-50%);width: auto;}
	.history > ul > .flex {gap:20px;display: block;}
	.history > ul > li > .year {flex: 1 1 100%;text-align: left;}
	.history > ul > li > .info_wrap {flex: 1 1 100%;}
	.history > ul > li:nth-child(even) .info_wrap > div{flex-direction: initial;text-align: left;}
	.history > ul > li:nth-child(even) .dot {left:0;right:auto;}
	.history > ul > li:nth-child(even) .dot+p {padding:0  0 0 25px;}
}
@media screen and (max-width:480px){
	.history > ul > li > .info_wrap .flex {display: block;}
	.history > ul > li > .info_wrap .mon {width: 100%;}
	.history > ul > li > .info_wrap .info {width: 100%;}
	.history > ul > li > .year {font-size:32px;}
}

/**/
.cert {text-align:center;}
.cert .ct_ul{display:grid;grid-template-columns:repeat(4,1fr);gap: 50px;padding-top:50px;}
.cert .ct_ul li figure{position:relative;cursor:pointer;transition:all 0.2s; border-radius:5px;background: #f7f7f7;padding: 20px;border: 2px solid #fff;&:hover{border-color: var(--ptColor1);}}
.cert .ct_ul li figure::after {z-index:5;content:"";width: 80px;background: url(../img/search.png) no-repeat center / 17px var(--ptColor1);aspect-ratio:1/1;position:absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);border-radius: 100px;transition: .3s;opacity: 0;}
.cert .ct_ul li figure:hover::after {opacity:1;}
.cert .ct_ul li figure img{width:100%;}
.cert .ct_ul li p {padding-top:30px;color: #444;}
.cert .ct_ul+h4 {padding-top:100px;}
.cert .img_popup{display:none; width:100%; height:100%; background:rgba(0,0,0,0.5); position:fixed; top:50%; left:50%; transform:translate(-50%,-50%); z-index:9999;}
.cert .img_popup .pop_cont {display:flex; flex-direction:column;position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); }
.cert .img_popup .x_btn{margin-bottom:10px;color:#fff;margin-left:auto;cursor:pointer;border: 0;background: none;font-size: 18px;}
.cert .img_popup .content{display:flex;flex-direction:column;align-items: center;}
.cert .img_popup .content p{color:#fff;margin-top:10px;font-size: 16px;}
.cert .img_popup .content img{max-height: 80vh;}
@media screen and (max-width: 1640px){
	.fz31 {font-size:28px;}
	.cert .ct_ul {gap:20px;}
}
@media screen and (max-width: 1024px){
	.fz31 {font-size:24px;}
	.cert .ct_ul+h4 {padding-top:50px;}
	.cert .ct_ul {padding-top:30px;}
	.cert .ct_ul li figure::after {width:65px;}
}
@media screen and (max-width: 768px){
	.cert .ct_ul{grid-template-columns:repeat(2,1fr);}
	.cert .img_popup .pop_cont {width:90%;}
}
@media screen and (max-width:480px){
	.fz31 {font-size:20px;}
	.cert .img_popup .content img {width:auto;}
}

/**/
.products .txt {font-size:26px;}
.products .stit {font-size:26px;}
.products .desc {font-size:18px;}
.products .dot {position:relative;padding-left:30px;}
.products .dot span {position:absolute;left:0;top: 50%;transform: translateY(-50%);width:8px;height:8px;background:var(--ptColor1);border-radius:2px;}
.products .dot2 {position:relative;padding-left:15px;}
.products .dot2:before {content:'';position:absolute;left:0;top:15px;width:3px;height:3px;background:#777;border-radius:4px;}
.products .dwn_btn {max-width: 280px;width:100%;height: 65px;display:flex;justify-content:space-between;align-items:center;padding:0 20px;border-radius:10px;border:1px solid rgba(76, 156, 46, 0.30);background:rgba(76, 156, 46, 0.10);font-weight: 600;font-size: 18px;}
.products .dwn_btn .arr {background:var(--ptColor1);width: 35px;height:2px;display: block;position: relative;}
.products .dwn_btn .arr:after {background:var(--ptColor1);width: 15px;height:2px;content:'';position:absolute;right:-2px;transform: rotate(35deg);bottom: 4px;}
.products .titbox {margin-bottom:var(--ctMargin100);text-align:center;}
.products .titbox .tit {font-size:42px;}
.products {padding-top:var(--ctMargin100);}
.products .cont1 .cont1_flex {justify-content:space-between;align-items: flex-end;}
.products .cont1 .txtbox {width:60%;}
.products .cont1 .txtbox .p01 {line-height:1.2;font-size: 40px;}
.products .cont1 .txtbox .p01 * {line-height:1.2;}
.products .cont1 .txtbox .p01 span {font-weight:200;}
.products .cont1 .txtbox .p02 {margin:40px 0 60px;}
.products .cont1 .txtbox .flex {gap:10px;}
.products .cont1 figure img {border-radius : 20px;}
.products .img_wrap {text-align:center;gap:100px;border:1px solid #ddd;padding: 80px 100px 100px;margin:var(--ctMargin100) 0;border-radius: 20px;}
.products .img_wrap figcaption {margin-bottom:30px;}
.products .text_wrap {margin:var(--ctMargin100) 0;}
.products .text_wrap .title {width:33%;}
.products .text_wrap .title h4 {font-size:36px;}
.products .text_wrap .txtbox {width:67%;}
.products .text_wrap .txtbox figure img {border-radius:20px;margin-bottom:35px;}
.products .text_wrap .txtbox .pt {color:#5a9c30;}
.products .text_wrap .txtbox .stit {margin-top:75px;}
.products .text_wrap .txtbox .desc {margin-top:10px;}
.products .text_wrap .txtbox .txt {font-size:24px;}
.products .text_wrap .txtbox .txt + .desc {margin-top:15px;}
.products .text_wrap .txtbox .desc + .txt {margin-top:60px;}
.products .text_wrap .title .bar {line-height:1;}
.products .text_wrap .title .bar span {width: 3px;height: 100%;}
.products .text_wrap.bg {position:relative;background:#f8f8f8;padding:180px 70px 200px 70px;margin-bottom: 0;}
.products .text_wrap.bg:before { content:""; display:block; z-index:1; position:absolute; left:0; top:0; width:160px; height:160px; background:url(../img/pro_line.svg) no-repeat center; } 
.products .text_wrap.bg:after {content:"";display:block;z-index:2;position:absolute;left: 20px;top: 20px;width:80px;aspect-ratio: 1/1;border-radius: 80px;background:url(../img/pro_ico.png) no-repeat center;} 
.products .table {margin-top:30px;overflow-x: auto;}
.products .table table {border-collapse:collapse;border-spacing:0;table-layout:auto;width:100%;}
.products .table th {word-break: break-all;border-left:1px solid #e5e5e5;border-top:1px solid #111;text-align:center;height:62px;background:#f8f8f8;color:#111;line-height:1.3;font-weight: 500;letter-spacing:-0.02em;border-bottom:1px solid #e5e5e5;}
.products .table td {word-break: break-all;text-align:center; padding:20px 10px; color:#555; line-height:1.3; font-weight:400; letter-spacing:-0.02em; border-bottom:1px solid #e5e5e5; }
.products .table tr:first-child th:first-child{border-left:0;}
.products .cont2 .text_wrap .txtbox .txt {color:#5a9c30;}
.products .cont4 {margin:var(--ctMargin100) 0;}
.products .cont4 .title {text-align:center;padding-bottom:50px;}
.products .cont4 .table table th {padding: 10px 40px;position: relative;}
.products .cont4 .table table th span {vertical-align:middle;position: absolute;right: 5px;cursor: pointer;top: 50%;transform: translateY(-50%);}
.products .cont4 .table table td {padding:10px;vertical-align: top;width: calc(100% / 7);}
.products .cont4 .table table td.bottom {vertical-align:bottom;}
.products .cont4 .resule_table table {overflow-y:auto;max-height: 640px;display:block;position: relative;}
.products .cont4 .resule_table table thead {border:1px solid #e5e5e5;position: sticky;top: 0;}
.products .cont4 .resule_table table th {padding:10px;/*white-space: nowrap;*/}
.products .cont4 .resule_table table td {width: calc(100% / 9);font-size: 16px;vertical-align:middle;}
.products .cont4 .resule_table  table td .link {border:1px solid #555;border-radius:12px;display: inline-block;padding:4px 8px;white-space: nowrap;}
.products .search {display:flex;vertical-align:middle;overflow:hidden;width:400px; border:2px solid #f0f0f0;border-radius:8px;}
.products .search input{padding:0 25px;border:0;width:100%;/*width:calc(100% - 75px);*/height:50px;background:#fff;font-family:"Noto Sans JP",'Pretendard', 'Noto Sans KR', dotum, sans-serif;font-size:16px;font-weight:400;}
.products .search button {display: none;font-size:20px;border:0;background:url("../img/search_ico.png") no-repeat center;height:50px;width: 60px;line-height:63px;opacity: .9;color: #323135;}

.products .table::-webkit-scrollbar{height:5px;}
.products .table::-webkit-scrollbar-thumb{border-radius:5px;background:#aaa;}
.products1 .cont3 .desc {color:#777;}
.products .cr77 {color:#777;}

.products input[type="checkbox"]{display: none;}
.products input[type="checkbox"] + label{font-size:14px;margin-top:5px;display: flex;align-items:center;line-height: 16px;cursor: pointer;text-align: left;}
.products input[type="checkbox"] + label::before{font-size:14px;content: '';width: 16px;height: 16px;font-weight: 600;text-align: center;line-height: 14px;background-color: #fff;border: 1px solid #e6e6e6;margin-right: 5px;}
.products input[type="checkbox"]:checked + label::before{background: var(--ptColor1);content: '✓';border: 1px solid var(--ptColor1);color: #fff;}
.products .table1 table td {height:140px;}
.products .table1 table td .chkbox {max-height: 150px;overflow-y: auto;}
.products .table1 table td .slide_wrap + .chkbox {max-height: 88px;}
.products .table1 table td .slide_wrap + .chkbox2 {max-height: 150px;}
.products .table1 table td .chkbox::-webkit-scrollbar{width:5px;}
.products .table1 table td .chkbox::-webkit-scrollbar-thumb{border-radius:5px;background:#ddd;}
.products .slide_wrap {position:relative;padding: 0 7px;margin-bottom: 15px;}
.products .slide_wrap .flex {align-items:center}

.products .pd_slider {width:100%;position:relative;margin:10px 0;height: 3px;background:#f0f0f0;border: 0;box-shadow: none;}
.products .pd_slider:before{content:"";width: 0.1px;height: 12px;background: #bbb;position:absolute;top: -7px;left: 50%;transform: translateX(-50%);}
.products .pd_slider .noUi-connect {height: 3px;background: #aaa;}
.products .pd_slider .noUi-handle {right:-8px;background: #4b4b4b;border: 2px solid #ddd;z-index:5;width: 16px;aspect-ratio: 1/1;border-radius: 18px;height: auto;box-shadow: none;top: -7px;}
.products .pd_slider .noUi-handle:after,.products .pd_slider .noUi-handle:before {display:none;}
.products .slide_wrap .line_wrap {width:100%;position:relative;margin:10px 0;height: 3px;background:#f0f0f0;}
.products .slide_wrap .line_wrap:before{content:"";width: 0.1px;height: 12px;background: #bbb;position:absolute;top: -7px;left: 50%;transform: translateX(-50%);}
.products .slide_wrap .line_wrap .line {position:absolute;left: 0;width:70%;background: #aaa;height: 3px;}
.products .slide_wrap .slide_btn {background: #4b4b4b;border: 2px solid #ddd;z-index:5;width: 16px;aspect-ratio: 1/1;border-radius: 18px;cursor: pointer;position: absolute;left: 0;top: 4px;margin-left: 7px;}
.products .slide_wrap .slide_btn.end {left:60%;margin-left: 16px;}
.products .slide_wrap .iptbox {padding-top:5px;justify-content:space-between}
.products .slide_wrap .iptbox input {background:#f9f9f9;width: 40px;padding: 5px 0;height: 25px;border: 1px solid #ddd;border-radius: 3px;font-size: 11px;text-align: center;}
.products .filter_wrap {gap:20px;background:#fafafa;padding:30px;margin:30px 0;justify-content:center; align-items:center;}
.products .filter_wrap button {background:#5a9c30;border: 1px solid #5a9c30;color:#fff;border-radius: 12px;width:250px;padding: 10px 20px;display: flex;justify-content:center;gap: 10px;align-items: center;font-size: 20px;font-weight: 500;}
.products .filter_wrap .reset_btn {background:#fff;color:#5a9c30;}

@media screen and (max-width: 1640px){
	.products .inner14 {padding-left: 20px;padding-right: 20px;}
	.products .txt {font-size:24px;}
	.products .stit {font-size:24px;}
	.products .desc {font-size:17px;}
	.products .cont1 .txtbox .p01,.products .titbox .tit  {font-size:34px;}
	.products .cont1 .cont1_flex figure {width:40%;}
	.products .dwn_btn {gap:10px;max-width: 260px;height: 55px;padding: 0 15px;font-size: 16px;}
	.products .dwn_btn .arr {width:25px;}
	.products .dwn_btn .arr:after {width:10px;}
	.products .cont4 .table table th {padding:5px 30px;}
	.products .filter_wrap button {font-size:18px;}
	.products .cont4 .resule_table table th {padding:5px;}
	.products .cont4 .resule_table table td {font-size:15px;}
	.products .img_wrap {padding:50px;gap:50px;}
	.products .text_wrap .title h4 {font-size:30px;}
	.products .text_wrap .txtbox figure img {margin-bottom:20px;}
	.products .text_wrap .txtbox .stit {margin-top:50px;}
	.products .text_wrap .txtbox .txt {font-size:22px;}
	.products .dot2:before {top:12px;}
	.products .text_wrap.bg {padding: 150px 50px 150px 50px;}
}	
@media screen and (max-width: 1024px){
	.products .txt {font-size:22px;}
	.products .stit {font-size:22px;}
	.products .desc {font-size:16px;}
	.products .cont1 .cont1_flex {align-items:center;gap:20px;}
	.products .cont1 .txtbox .p01,.products .titbox .tit  {font-size:28px;}
	.products .table table {min-width:950px;}
	.products .filter_wrap {padding:20px;gap:10px;}
	.products .filter_wrap button {font-size:16px;padding: 10px;}
	.products .img_wrap {padding:20px;gap:20px;}
	.products .text_wrap .title h4 {font-size:26px;}
	.products .text_wrap .txtbox .txt {font-size:20px;}
	.products .dot2:before {top:10px;}
	.products .text_wrap .txtbox br {display:none;}
	.products .text_wrap .txtbox .desc + .txt {margin-top:30px;}
	.products .text_wrap.bg .table table {min-width:auto;}
	.products .text_wrap.bg {padding: 150px 0px 100px 0px;}
	.products .text_wrap.bg:before {width:100px;height:100px;background-size: cover;}
	.products .text_wrap.bg:after {width: 40px;background-size: cover;}
}
@media screen and (max-width: 768px){
	.products .cont1 .cont1_flex {flex-direction: column;gap: 20px;justify-content: initial;align-items: initial;}
	.products .cont1 .cont1_flex figure {width:100%;text-align: center;}
	.products .cont1 .txtbox {width:100%;}
}
@media screen and (max-width: 640px){
	.products .text_wrap ul .flex {flex-direction: column;gap:20px;}
	.products .text_wrap .title {width:100%;}
	.products .text_wrap .txtbox {width:100%;}
	.products .text_wrap.bg .table table td {width:50%;}
}
@media screen and (max-width:480px){
	.products .txt {font-size:20px;}
	.products .stit {font-size:20px;}
	.products .desc {font-size:15px;}
	.products .cont1 .txtbox br {display:none;}
	.products .cont1 .txtbox .p01,.products .titbox .tit  {font-size:26px;}
	.products .cont1 .txtbox .flex {flex-direction: column;}
	.products .dwn_btn {max-width:100%;}
	.products .search {width:100%;}
	.products .cont4 .table table th span {font-size:20px;}
	.products .cont4 .table table th {padding:5px 25px;}
	.products .table table {min-width:900px;}
	.products .cont4 .resule_table table td {font-size:14px;}
	.products .img_wrap {flex-direction: column;}
	.products .text_wrap .title h4 {font-size:22px;}
	.products .text_wrap .txtbox .txt {font-size:18px;}
	.products .dot2:before {top:8px;}
	.products .text_wrap.bg {padding: 100px 0px 50px 0px;}
	.products .text_wrap.bg .table table {min-width:auto;}
	.products .text_wrap.bg:before {width:70px;height:70px;}
	.products .text_wrap.bg:after {width: 30px;left:10px;top:10px;}
}

/**/
.res .titbox {margin-bottom:var(--ctMargin100);text-align:center;}
.res .sbm_btn {border:0; margin:0 auto; justify-content:center; align-items:center; display:flex; text-align:center; background-color:#5a9c30; min-width:250px; height:75px; color:#fff; font-size:21px; font-weight:700; border-radius:75px; }
.res ul {border-top:2px solid #000; }
.res ul > li { position:relative; display:flex; align-items:center; flex-wrap:wrap; width:100%; border-bottom:1px solid #e5e5e5; }
.res ul > li > p { width:250px; font-size:20px; color:#111; font-weight:500; letter-spacing:-0.04em; line-height:1.3; padding-left:20px; }
.res ul > li .iptbox { width:calc(100% - 250px); padding:20px; min-height:105px; background:#fff; }
.res ul > li input { height:65px; padding:0 20px; width:100%; font-size:19px; color:#333; font-weight:300; border:none; outline:none; background:#f8f8f8; border-radius:10px; }
.res ul > li .radio {display: flex;align-items: center;flex-wrap: wrap;}
.res ul > .textarea {align-items:start;}
.res ul > .textarea > p {padding: 35px 20px;}
.res ul > .textarea textarea { width:100%; height:280px; line-height:1.6; padding:20px; font-size:19px; color:#333; font-weight:300; border:none; outline:none; background:#f8f8f8; border-radius:10px; }
.res input[type="radio"]{display:none;}
.res input[type="radio"] + label {cursor:pointer; position:relative; padding:0 30px 0 30px; font-weight:300; font-size:19px; line-height:1.4 !important; display:inline-block; color:#333; }
.res input[type="radio"] + label:before { content:''; display:block; width:16px; height:16px; vertical-align:middle; background:#f8f8f8; border:1px solid #e5e5e5; border-radius:50px; position:absolute; left:0; top:6px; }
.res input[type="radio"] + label:after {content:'';display:block;width:6px;height:6px;vertical-align:middle;background:none;border:none;border-radius:50px;position:absolute;left: 5px;top: 53%;transform: translateY(-50%);}
.res input[type="radio"]:checked + label:after { background:var(--ptColor1); }
.res input[type="radio"]:checked + label:before { border:1px solid var(--ptColor1); }
.res .check_box {margin: 10px 0 100px;text-align: right;}
.res input[type="checkbox"]{display:none;}
.res input[type="checkbox"] + label { position:relative; padding:0 0 0 40px; font-weight:300; font-size:16px; line-height:1.4; display:inline-block; color:#777; }
.res input[type="checkbox"] + label:before  { content:''; display:block; width:20px; height:20px; vertical-align:middle; background:#f8f8f8; border:1px solid #e5e5e5; border-radius:4px; position:absolute; left:0; top:2px; }
.res input[type="checkbox"]:checked + label:before {background: #000;content:'✓';color: #fff;line-height: 17px;text-align: center;font-weight: 600;}
.res .privacy {width:calc(100% - 290px);margin:50px 20px 50px auto;background:#f7f7f7;border-radius:20px;max-height:300px;overflow-y:auto;padding:30px;}

@media screen and (max-width: 1480px){
	.res ul > .w50 {width:100%;}
	.res ul > .w50 +.w50 p {border-left:0; }
}
@media screen and (max-width: 1024px){
	.res ul > li .iptbox {min-height:80px;}
	.res ul > li > p { width:150px; font-size:18px;}
	.res ul > li .iptbox { width:calc(100% - 150px);font-size:18px;}
	.res ul > li input { height:55px; font-size:18px; }
	.res input[type="radio"] + label {font-size:18px; }
	.res .check_box {margin: 20px 0 50px;}
	.res input[type="checkbox"] + label {font-size:16px;}
	.res .privacy {width:calc(100% - 170px);}
}
@media screen and (max-width: 768px){
	.res .sbm_btn { min-width:180px; height:65px;font-size:18px;  }
}
@media screen and (max-width:480px){
	.res ul > li {flex-direction: column;padding: 10px;align-items: initial;}
	.res ul > li .iptbox {min-height:60px;}
	.res ul > li > p,.res ul > .textarea > p {width: 100%;font-size:16px;padding: 0 0 5px;}
	.res ul > li .iptbox {width: 100%;font-size:16px;padding: 0;}
	.res ul > li input,
	.res input[type="radio"] + label {font-size:16px;padding: 0 20px;}
	.res input[type="radio"] + label:after {top: 59%;}
	.res .privacy {width:100%;}
}

@keyframes move-a {
	0% { margin-left:-20px; opacity:0; }
	100% { margin-left:0;  opacity:1; }
}
@keyframes gnbSub {
	0% { transform:translateY(30px); opacity:0; }
	100% { transform:translateY(0); opacity:1; }
}
@keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}
@keyframes shine {
	100% { left: 125%; }
}

@keyframes spin {
	0% {
		transform:rotateY(0deg);
	}
	100% {
		transform:rotateY(360deg);
	}
}

@keyframes blur_txt {
	0% { filter:blur(10px); opacity:0; }
	100% { filter:blur(0); opacity:1; }
}


@keyframes bgs{
	0%{transform:scale(1.15); opacity:0;}
	100%{transform:scale(1.00); opacity:1;}
}
@keyframes bgs1{
	0%{transform:scale(1.25);}
	100%{transform:scale(1.00);}
}
@keyframes bgs1-1{
	0%{transform:scale(0.8);}
	100%{transform:scale(1.00);}
}
@keyframes bgs2{
	0%{transform:scale(1.00); }
	100%{transform:scale(1.15); }
}
@keyframes bgs3{
	0%{transform:scale(0.9); opacity:0;}
	100%{transform:scale(1.00); opacity:1;}
}
@keyframes bgs3-1{
	0%{transform:scale(0.7); opacity:0;}
	100%{transform:scale(1.00); opacity:1;}
}
@keyframes bgs4{
	0%{transform:scale(0); opacity:0;}
	100%{transform:scale(1.00); opacity:1;}
}
@keyframes bgs4_1{
	0%{transform:scale(0) translate(-50%, -50%); opacity:0;}
	100%{transform:scale(1.00) translate(-50%, -50%); opacity:1;}
}
@keyframes bgs4_b {
	0%{transform:scale(1.00); opacity:1;}
	100%{transform:scale(0.9); opacity:0;}
}
@keyframes bgs5{
	0%{transform:scale(1.15);}
	100%{transform:scale(1.00);}
}

@keyframes left30 {
  from {
    transform:translateX(30%);
    opacity:0;
  }
  to {
    transform:translateX(0);
    opacity:1;
  }
}
@keyframes left30_1 {
  from {
    transform:translateX(0);
    opacity:0;
  }
  to {
   transform:translateX(30%);
    opacity:1;
  }
}

@-webkit-keyframes txtLeft {
  from {
    -webkit-transform:translate3d(-100%, 0, 0);
    transform:translate3d(-100%, 0, 0);
    visibility:visible;
    opacity:0;
  }
  to {
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0);
    opacity:1;
  }
}

@keyframes txtLeft {
  from {
    -webkit-transform:translate3d(-100%, 0, 0);
    transform:translate3d(-100%, 0, 0);
    visibility:visible;
    opacity:0;
  }
  to {
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0);
    opacity:1;
  }
}


@-webkit-keyframes vmLeft {
  from {
    -webkit-transform:translate3d(-30%, 0, 0);
    transform:translate3d(-30%, 0, 0);
    visibility:visible;
    opacity:0;
  }
  to {
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0);
    opacity:1;
  }
}

@keyframes vmLeft {
  from {
    -webkit-transform:translate3d(-30%, 0, 0);
    transform:translate3d(-30%, 0, 0);
    visibility:visible;
    opacity:0;
  }
  to {
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0);
    opacity:1;
  }
}
@-webkit-keyframes txtUp {
  from {
    -webkit-transform:translate3d(0, 250%, 0);
    transform:translate3d(0, 250%, 0);
    visibility:visible;
    opacity:0;
  }
  to {
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0);
    opacity:1;
  }
}

@keyframes txtUp {
  from {
    -webkit-transform:translate3d(0, 250%, 0);
    transform:translate3d(0, 250%, 0);
    visibility:visible;
    opacity:0;
  }
  to {
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0);
    opacity:1;
  }
}
@-webkit-keyframes vm_txtUp {
  from {
    -webkit-transform:translate3d(0, 100%, 0);
    transform:translate3d(0, 100%, 0);
    visibility:visible;
    opacity:0;
  }
  to {
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0);
    opacity:1;
  }
}

@keyframes vm_txtUp {
  from {
    -webkit-transform:translate3d(0, 100%, 0);
    transform:translate3d(0, 100%, 0);
    visibility:visible;
    opacity:0;
  }
  to {
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0);
    opacity:1;
  }
}


/* keyframes animation */
@keyframes scroll {
	0% { transform:translateX(3px);}
	50% { transform:translateX(-3px);}
	100% { transform:translateX(3px);}
}


@keyframes vsImg {
	0% { -webkit-transform:scale(1.15); -ms-transform:scale(1.15); transform:scale(1.15); }
	100% { -webkit-transform:scale(1); -ms-transform:scale(1); transform:scale(1); }
}
@keyframes scaleY_bar {
	0% { -webkit-transform:scaleY(0); -ms-transform:scaleY(0); transform:scaleY(0); opacity:0; }
	100% { -webkit-transform:scaleY(1); -ms-transform:scaleY(1); transform:scaleY(1); opacity:1; }
}

@keyframes ani_1 {
	0% { -webkit-transform:translateX(-100px); -ms-transform:translateX(-100px); transform:translateX(-100px); opacity:0;}
	100% { -webkit-transform:translateX(0); -ms-transform:translateX(0); transform:translateX(0); opacity:1;}
}

@keyframes ani_2 {
	0% { -webkit-transform:translateX(100px); -ms-transform:translateX(100px); transform:translateX(100px); opacity:0;}
	100% { -webkit-transform:translateX(0); -ms-transform:translateX(0); transform:translateX(0); opacity:1;}
}

@keyframes ani_2-1 {
	0% { -webkit-transform:translateX(100px); -ms-transform:translateX(100px); transform:translateX(100px); opacity:0;}
	100% { -webkit-transform:translateX(0); -ms-transform:translateX(0); transform:translateX(0); opacity:0.2;}
}

@keyframes ani_3 {
	0% { -webkit-transform:translateY(100px); -ms-transform:translateY(100px); transform:translateY(100px); opacity:0;}
	100% { -webkit-transform:translateY(0); -ms-transform:translateY(0); transform:translateY(0); opacity:1;}
}

@keyframes ani_3_1 {
	0% { -webkit-transform:translate(-50%, 30px); -ms-transform:translate(-50%, 30px); transform:translate(-50%, 30px); opacity:0;}
	100% { -webkit-transform:translate(-50%, 0); -ms-transform:translate(-50%, 0); transform:translate(-50%, 0); opacity:1;}
}

@keyframes ani_4 {
	0% { -webkit-transform:translateY(-50px); -ms-transform:translateY(-50px); transform:translateY(-50px); opacity:0;}
	100% { -webkit-transform:translateY(0); -ms-transform:translateY(0); transform:translateY(0); opacity:1;}
}

@keyframes ani_5 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes ani_5-1 {
	0% {opacity:0;}
	100% {opacity:0.08;}
}
@keyframes ani_6 {
	0% {opacity:1;}
	100% {opacity:0;}
}
@keyframes ani_h100 {
	0% {height:100%;}
	100% {height:0;}
}
@keyframes ani_w100 {
	0% {width:100%;}
	100% {width:0;}
}
@keyframes ani_w {
	0% {width:0;}
	100% {width:100%;}
}
@keyframes ani_h0 {
	0% {height:0;}
	100% {height:0;}
}
@keyframes ani_h {
	0% {height:0;}
	100% {height:100%;}
}
@keyframes ani_h100 {
	0% {height:100%;}
	100% {height:0;}
}
@keyframes ani_w50 {
	0% { width:50%; }
	100% { width:0;}
}

@keyframes mv_scale{
	0%{transform:scale(0.85); opacity:0;}
	100%{transform:scale(1); opacity:1;}
}
@keyframes scale{
	0%{transform:scale(0.6); opacity:0;}
	100%{transform:scale(1); opacity:1;}
}

@keyframes ani_icon5 {
	0%{ border-radius:50%; transform:rotateZ(0); }
	50%{ border-radius:0; transform:rotateZ(180deg); }
	100%{ border-radius:50%; transform:rotateZ(360deg); }
}
@-webkit-keyframes ani_icon5 {
	0%{ border-radius:50%; transform:rotateZ(0); }
	50%{ border-radius:0; transform:rotateZ(180deg); }
	100%{ border-radius:50%; transform:rotateZ(360deg); }
}

@keyframes ani_s1 {
	0% { width:100%; }
	100% { width:0; }
}
@keyframes ani_s1_i {
	0% { transform:scale(1.3);}
	100% { transform:scale(1);}
}


@keyframes visual_bg {
  0% {
    background-position: top left;
  } 33% {
    background-position: bottom right;
  } 66% {
    background-position: top right;
  } 100% {
    background-position: bottom left;
  }
}

@keyframes arr_p {
	0% { transform:translateX(-100px) rotate(45deg); opacity:0;}
	100% { transform:translateX(0) rotate(45deg); opacity:1;}
}

@keyframes arr_n {
	0% { transform:translateX(100px) rotate(45deg); opacity:0;}
	100% { transform:translateX(0) rotate(45deg); opacity:1;}
}

.subTitle-box { text-align:center; }
.subTitle-box h2 { overflow:hidden; }
.subTitle-box h2 span { color:#111; font-size:80px; font-weight:700; line-height:1.3; letter-spacing:-0.02em; }
.subTitle-box .txtbox { margin-top:40px; }
.subTitle-box .txtbox .txt-1 { font-family:var(--subFont); color:#222; font-size:21px; font-weight:300; line-height:1.6; letter-spacing:-0.02em; }
@media screen and (max-width:1440px){
    .subTitle-box h2 span { font-size:65px; }
    .subTitle-box .txtbox { margin-top:35px; }
    .subTitle-box .txtbox .txt-1 { font-size:20px; }
    .subTitle-box .txtbox .txt-1 br { display:none }
}
@media screen and (max-width:1280px){
    .subTitle-box h2 span { font-size:52px; }
    .subTitle-box .txtbox { margin-top:30px; }
    .subTitle-box .txtbox .txt-1 { font-size:19px; }
}
@media screen and (max-width:1024px){
    .subTitle-box h2 span { font-size:40px; }
    .subTitle-box .txtbox { margin-top:25px; }
    .subTitle-box .txtbox .txt-1 { font-size:18px; }
}
@media screen and (max-width:640px){
    .subTitle-box h2 span { font-size:28px; }
    .subTitle-box .txtbox { margin-top:20px; }
    .subTitle-box .txtbox .txt-1 { font-size:16px; }
}

/* animation */
.subTitle-box h2 span { display:block; animation:ani_3 0.7s 0.01s; animation-fill-mode:both; }
.subTitle-box .txtbox { display:block; animation:ani_3 0.7s 0.1s; animation-fill-mode:both; }


.about-box .vision-box .vision-txtbox dt { color:var(--mainColor); font-size:24px; line-height:1.3; font-weight:700; letter-spacing:-0.04em; }
.about-box .vision-box .vision-txtbox dd { margin-top:20px; color:#111; font-size:48px; line-height:1.3; font-weight:700; letter-spacing:-0.04em; }
.about-box .vision-box .vision-txtbox p.txt { margin-top:20px; font-family:var(--subFont); color:#555; font-size:21px; line-height:1.3; font-weight:300; letter-spacing:-0.04em; }
.about-box .vision-box .top-img { position:relative; height:937px; margin-top:120px; overflow:hidden }
.about-box .vision-box .top-img .imgbox { width:100%; height:100%; background:linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.00) 47.72%), linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), url(/theme/basic/img/sub/vision_top_bg.jpg) center / cover, lightgray 50% / cover no-repeat;}
.about-box .vision-box .top-img .imgbox:after { content:""; display:block; width:100px; height:100%; background:#fff; position:absolute; right:0; top:0; }
.about-box .vision-box .top-img .imgbox:before { content:""; display:block; width:100px; height:100%; background:#fff; position:absolute; left:0; top:0; }
.about-box .vision-box .top-img .txtbox { position:absolute; left:0; top:0; width:100%; height:100%;}
.about-box .vision-box .top-img .txtbox .box { display:flex; align-items:center; justify-content:center; flex-direction:column; text-align:center; height:100%; }
.about-box .vision-box .top-img .txtbox .txt { position:absolute; left:0; top:0; width:100%; height:100%; }
.about-box .vision-box .top-img .txtbox .txt dt { color:#fff; font-size:24px; line-height:1.3; font-weight:700; letter-spacing:-0.04em; }
.about-box .vision-box .top-img .txtbox .txt dd { margin-top:40px; color:#fff; font-size:68px; line-height:1.3; font-weight:700; letter-spacing:-0.03em; }
.about-box .vision-box .top-img .txtbox .txt-over { opacity:0; position:absolute; left:0; top:0; width:100%; height:100%; }
.about-box .vision-box .top-img .txtbox .txt-over .txt-ov1 { color:#fff; font-size:54px; line-height:1.4; font-weight:600; letter-spacing:-0.04em; }
.about-box .vision-box .top-img .txtbox .txt-over .txt-ov2 { margin-top:100px; color:#fff; font-size:23px; line-height:1.7; font-weight:300; letter-spacing:-0.04em; }
.about-box .vision-box .top-img .txtbox .txt-over .txt-ov3 { position:absolute; left:0; bottom:-18px;  opacity:0.05; white-space:nowrap; }
.about-box .vision-box .top-img .txtbox .txt-over .txt-ov3 span { color:#fff; font-style:italic; font-size:150px; line-height:1.0; font-weight:800; letter-spacing:-0.04em; display:inline-block; margin-right:20px; }
.about-box .vision-box .vision-cont { margin-top:180px; }
.about-box .vision-box .vision-cont .listbox { margin-top:120px; padding:0 10%;}
.about-box .vision-box .vision-cont .listbox > ul { display:flex; flex-wrap:wrap; gap:90px; width:100%; justify-content:center; }
.about-box .vision-box .vision-cont .listbox > ul > li { position:relative; width:calc((100% - 180px) / 3); }
.about-box .vision-box .vision-cont .listbox > ul > li .circle-box { position:relative; width:100%; }
.about-box .vision-box .vision-cont .listbox > ul > li .circle-box:before { content:""; display:block; padding-bottom:100%; }
.about-box .vision-box .vision-cont .listbox > ul > li .circle-box .circle { position:absolute; left:0; top:0; width:100%; height:100%; border-radius:350px; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; background:url(/theme/basic/img/sub/vision_circle_line.svg) center / cover; box-shadow:0px 4px 4px 0px rgba(0, 0, 0, 0.25); }
.about-box .vision-box .vision-cont .listbox > ul > li .circle-box .circle:before { content:""; display:block; position:absolute; left:-5px; top:50%; transform:translateY(-50%); width:10px; height:10px; border-radius:10px; background:#000; }
.about-box .vision-box .vision-cont .listbox > ul > li .circle-box .circle:after { content:""; display:block; position:absolute; right:-5px; top:50%; transform:translateY(-50%); width:10px; height:10px; border-radius:10px; background:#000; }
.about-box .vision-box .vision-cont .listbox > ul > li:nth-child(2) .circle-box .circle { background:url(/theme/basic/img/sub/vision_circle_line_t.svg) center / cover;  }
.about-box .vision-box .vision-cont .listbox > ul > li:nth-child(2) .circle:before,
.about-box .vision-box .vision-cont .listbox > ul > li:nth-child(2) .circle:after { background:var(--mainColor); }
.about-box .vision-box .vision-cont .listbox > ul > li:nth-child(2) .circle-box:after,
.about-box .vision-box .vision-cont .listbox > ul > li:nth-child(3) .circle-box:after { content:""; display:block; position:absolute; left:-75px; top:50%; transform:translateY(calc(-50% + 0.5px)); width:calc(90px - 30px); height:1px; background:#000; }
.about-box .vision-box .vision-cont .listbox > ul > li .circle-box .circle span { display:block; margin-bottom:10px; color:#ccc; font-size:23px; line-height:1.3; font-weight:700; letter-spacing:-0.04em; }
.about-box .vision-box .vision-cont .listbox > ul > li .circle-box .circle strong { margin-bottom:10px; display:block; color:#111; font-size:42px; line-height:1.3; font-weight:700; letter-spacing:-0.04em; }
.about-box .vision-box .vision-cont .listbox > ul > li .circle-box .circle strong.txt-c { color:var(--mainColor); font-size:32px; font-weight:800; }
.about-box .vision-box .vision-cont .listbox > ul > li .txt { margin-top:40px; text-align:center; color:#333; font-size:21px; line-height:1.5; font-weight:400; letter-spacing:-0.04em; }
.about-box .vision-box .vision-list { margin-top:180px; padding-top:180px; padding-bottom:180px; margin-bottom:-200px; }
.about-box .vision-box .vision-list .listbox { margin-top:120px; }
.about-box .vision-box .vision-list .listbox > ul > li:not(:last-child) { margin-bottom:120px; }
.about-box .vision-box .vision-list .listbox > ul > li { display:flex; flex-wrap:wrap; align-items:center; }
.about-box .vision-box .vision-list .listbox > ul > li > div { width:50%; }
.about-box .vision-box .vision-list .listbox > ul > li > .imgbox { position:relative; }
.about-box .vision-box .vision-list .listbox > ul > li > .imgbox:before { content:""; display:block; padding-bottom:60%; }
.about-box .vision-box .vision-list .listbox > ul > li > .imgbox img { position:absolute; left:0; top:0; width:100%; height:100%; object-fit:cover; -o-object-fit:cover; border-radius:20px;}
.about-box .vision-box .vision-list .listbox > ul > li > .txtbox { padding-left:80px; }
.about-box .vision-box .vision-list .listbox > ul > li > .txtbox dt { margin-top:20px; color:#111; font-size:42px; line-height:1.3; font-weight:500; letter-spacing:-0.04em; }
.about-box .vision-box .vision-list .listbox > ul > li > .txtbox dd { margin-top:60px; font-family:var(--subFont); color:#555; font-size:19px; line-height:1.7; font-weight:300; letter-spacing:-0.03em; }
.about-box .vision-box .vision-list .listbox > ul > li:nth-child(2n) { flex-direction:row-reverse; }
.about-box .vision-box .vision-list .listbox > ul > li:nth-child(2n) .txtbox { padding:0 80px 0 0; }
@media screen and (max-width:1440px){
	.about-box .vision-box .vision-txtbox dt { font-size:22px; }
	.about-box .vision-box .vision-txtbox dd { margin-top:20px; font-size:40px; }
	.about-box .vision-box .vision-txtbox p.txt { margin-top:20px; font-size:20px; }
	.about-box .vision-box .top-img { height:820px; margin-top:100px; }
	.about-box .vision-box .top-img .txtbox .txt dt { font-size:21px; }
	.about-box .vision-box .top-img .txtbox .txt dd { margin-top:30px; font-size:58px; }
	.about-box .vision-box .top-img .txtbox .txt-over .txt-ov1 { font-size:46px; }
	.about-box .vision-box .top-img .txtbox .txt-over .txt-ov2 { margin-top:80px; font-size:21px; }
	.about-box .vision-box .top-img .txtbox .txt-over .txt-ov3 { bottom:-18px; }
	.about-box .vision-box .top-img .txtbox .txt-over .txt-ov3 span { font-size:120px; }
	.about-box .vision-box .vision-cont { margin-top:160px; }
	.about-box .vision-box .vision-cont .listbox { margin-top:100px; padding:0 10%;}
	.about-box .vision-box .vision-cont .listbox > ul { gap:80px; }
	.about-box .vision-box .vision-cont .listbox > ul > li { width:calc((100% - 160px) / 3); }
	.about-box .vision-box .vision-cont .listbox > ul > li:nth-child(2) .circle-box:after,
	.about-box .vision-box .vision-cont .listbox > ul > li:nth-child(3) .circle-box:after { left:-60px; width:calc(80px - 40px); }
	.about-box .vision-box .vision-cont .listbox > ul > li .circle-box .circle span { font-size:21px; }
	.about-box .vision-box .vision-cont .listbox > ul > li .circle-box .circle strong { font-size:36px; }
	.about-box .vision-box .vision-cont .listbox > ul > li .circle-box .circle strong.txt-c { font-size:28px; }
	.about-box .vision-box .vision-cont .listbox > ul > li .txt { margin-top:40px; font-size:20px; }
	.about-box .vision-box .vision-list { margin-top:160px; padding-top:160px; padding-bottom:160px; }
	.about-box .vision-box .vision-list .listbox { margin-top:100px; }
	.about-box .vision-box .vision-list .listbox > ul > li:not(:last-child) { margin-bottom:100px; }
	.about-box .vision-box .vision-list .listbox > ul > li > .txtbox dt { margin-top:20px; font-size:36px; }
	.about-box .vision-box .vision-list .listbox > ul > li > .txtbox dd { margin-top:50px; font-size:18px; }
}
@media screen and (max-width:1280px){
	.about-box .vision-box .vision-txtbox dt { font-size:20px; }
	.about-box .vision-box .vision-txtbox dd { margin-top:15px; font-size:34px; }
	.about-box .vision-box .vision-txtbox p.txt { margin-top:15px; font-size:18px; }
	.about-box .vision-box .top-img { height:750px; margin-top:80px; }
	.about-box .vision-box .top-img .txtbox .txt dt { font-size:20px; }
	.about-box .vision-box .top-img .txtbox .txt dd { margin-top:25px; font-size:46px; }
	.about-box .vision-box .top-img .txtbox .txt-over .txt-ov1 { font-size:34px; }
	.about-box .vision-box .top-img .txtbox .txt-over .txt-ov2 { margin-top:60px; font-size:20px; }
	.about-box .vision-box .top-img .txtbox .txt-over .txt-ov3 { bottom:-14px; }
	.about-box .vision-box .top-img .txtbox .txt-over .txt-ov3 span { font-size:100px; }
	.about-box .vision-box .vision-cont { margin-top:140px; }
	.about-box .vision-box .vision-cont .listbox { margin-top:80px; padding:0;}
	.about-box .vision-box .vision-cont .listbox > ul > li .txt { margin-top:30px; font-size:20px; }
	.about-box .vision-box .vision-list { margin-top:140px; padding-top:140px; padding-bottom:160px; }
	.about-box .vision-box .vision-list .listbox { margin-top:80px; }
	.about-box .vision-box .vision-list .listbox > ul > li:not(:last-child) { margin-bottom:80px; }
	.about-box .vision-box .vision-list .listbox > ul > li > .txtbox { padding-left:60px; }
	.about-box .vision-box .vision-list .listbox > ul > li > .txtbox dt { margin-top:15px; font-size:28px; }
	.about-box .vision-box .vision-list .listbox > ul > li > .txtbox dd { margin-top:30px; font-size:17px; }
	.about-box .vision-box .vision-list .listbox > ul > li:nth-child(2n) .txtbox { padding:0 60px 0 0; }
}
@media screen and (max-width:1024px){
	.about-box .vision-box .vision-txtbox dt { font-size:18px; }
	.about-box .vision-box .vision-txtbox dd { margin-top:12px; font-size:24px; }
	.about-box .vision-box .vision-txtbox p.txt { margin-top:12px; font-size:16px; }
	.about-box .vision-box .top-img { height:550px; margin-top:60px; }
	.about-box .vision-box .top-img .imgbox:after,
	.about-box .vision-box .top-img .imgbox:before { width:70px; }
	.about-box .vision-box .top-img .txtbox .txt dt { font-size:18px; }
	.about-box .vision-box .top-img .txtbox .txt dd { margin-top:20px; font-size:34px; }
	.about-box .vision-box .top-img .txtbox .txt-over .txt-ov1 { font-size:26px; }
	.about-box .vision-box .top-img .txtbox .txt-over .txt-ov2 { margin-top:50px; font-size:18px; }
	.about-box .vision-box .top-img .txtbox .txt-over .txt-ov3 { bottom:-12px; }
	.about-box .vision-box .top-img .txtbox .txt-over .txt-ov3 span { font-size:80px; }
	.about-box .vision-box .vision-cont { margin-top:100px; }
	.about-box .vision-box .vision-cont .listbox { margin-top:60px;}
	.about-box .vision-box .vision-cont .listbox > ul { gap:60px; }
	.about-box .vision-box .vision-cont .listbox > ul > li { width:calc((100% - 120px) / 3); }
	.about-box .vision-box .vision-cont .listbox > ul > li:nth-child(2) .circle-box:after,
	.about-box .vision-box .vision-cont .listbox > ul > li:nth-child(3) .circle-box:after { left:-45px; width:calc(60px - 30px); }
	.about-box .vision-box .vision-cont .listbox > ul > li .circle-box .circle span { font-size:20px; }
	.about-box .vision-box .vision-cont .listbox > ul > li .circle-box .circle strong { font-size:28px; }
	.about-box .vision-box .vision-cont .listbox > ul > li .circle-box .circle strong.txt-c { font-size:22px; }
	.about-box .vision-box .vision-cont .listbox > ul > li .txt { margin-top:20px; font-size:18px; }
	.about-box .vision-box .vision-list { margin-top:100px; padding-top:100px; padding-bottom:100px; margin-bottom:-150px; }
	.about-box .vision-box .vision-list .listbox { margin-top:60px; }
	.about-box .vision-box .vision-list .listbox > ul > li:not(:last-child) { margin-bottom:50px; }
	.about-box .vision-box .vision-list .listbox > ul > li:nth-child(2n) { flex-direction:row; }
	.about-box .vision-box .vision-list .listbox > ul > li > div { width:100%; }
	.about-box .vision-box .vision-list .listbox > ul > li .imgbox { margin:0 auto; }
	.about-box .vision-box .vision-list .listbox > ul > li .imgbox:before { content:""; display:block; padding-bottom:40%; }
	.about-box .vision-box .vision-list .listbox > ul > li .imgbox img { position:absolute; left:0; top:0; width:100%; height:100%; object-fit:cover; -o-object-fit:cover; border-radius:10px; }
	.about-box .vision-box .vision-list .listbox > ul > li > .txtbox { padding-left:0; margin-top:15px; }
	.about-box .vision-box .vision-list .listbox > ul > li > .txtbox dt { margin-top:15px; font-size:28px; }
	.about-box .vision-box .vision-list .listbox > ul > li > .txtbox dd { margin-top:30px; font-size:16px; }
	.about-box .vision-box .vision-list .listbox > ul > li:nth-child(2n) .txtbox { padding:0; }
}
@media screen and (max-width:760px){
	.about-box .vision-box .vision-cont .listbox > ul { gap:40px; }
	.about-box .vision-box .vision-cont .listbox > ul > li { width:calc((100% - 80px) / 3); }
	.about-box .vision-box .vision-cont .listbox > ul > li:nth-child(2) .circle-box:after,
	.about-box .vision-box .vision-cont .listbox > ul > li:nth-child(3) .circle-box:after { left:-30px; width:calc(40px - 20px); }
	.about-box .vision-box .vision-cont .listbox > ul > li .circle-box .circle span { margin-bottom:8px; font-size:19px; }
	.about-box .vision-box .vision-cont .listbox > ul > li .circle-box .circle strong { margin-bottom:8px; font-size:24px; }
	.about-box .vision-box .vision-cont .listbox > ul > li .circle-box .circle strong.txt-c { font-size:20px; }
	.about-box .vision-box .vision-cont .listbox > ul > li .txt { margin-top:15px; font-size:17px; }
}
@media screen and (max-width:640px){
	.about-box .vision-box .vision-txtbox dt { font-size:16px; }
	.about-box .vision-box .vision-txtbox dd { margin-top:10px; font-size:19px; }
	.about-box .vision-box .vision-txtbox p.txt { margin-top:10px; font-size:14px; }
	.about-box .vision-box .top-img { height:380px; margin-top:40px; }
	.about-box .vision-box .top-img .imgbox:after,
	.about-box .vision-box .top-img .imgbox:before { width:40px; }
	.about-box .vision-box .top-img .txtbox .txt dt { font-size:16px; }
	.about-box .vision-box .top-img .txtbox .txt dd { margin-top:15px; font-size:26px; }
	.about-box .vision-box .top-img .txtbox .txt-over .txt-ov1 { font-size:20px; }
	.about-box .vision-box .top-img .txtbox .txt-over .txt-ov2 { margin-top:35px; font-size:16px; }
	.about-box .vision-box .top-img .txtbox .txt-over .txt-ov3 { bottom:-6px; }
	.about-box .vision-box .top-img .txtbox .txt-over .txt-ov3 span { font-size:50px; }
	.about-box .vision-box .vision-cont { margin-top:60px; }
	.about-box .vision-box .vision-cont .listbox { margin-top:40px;}
	.about-box .vision-box .vision-cont .listbox > ul { gap:10px; }
	.about-box .vision-box .vision-cont .listbox > ul > li { width:calc((100% - 20px) / 3); }
	.about-box .vision-box .vision-cont .listbox > ul > li:nth-child(2) .circle-box:after,
	.about-box .vision-box .vision-cont .listbox > ul > li:nth-child(3) .circle-box:after { display:none }
	.about-box .vision-box .vision-cont .listbox > ul > li .circle-box .circle span { margin-bottom:5px; font-size:15px; }
	.about-box .vision-box .vision-cont .listbox > ul > li .circle-box .circle span span.m_br { display:block }
	.about-box .vision-box .vision-cont .listbox > ul > li .circle-box .circle strong { font-size:18px; }
	.about-box .vision-box .vision-cont .listbox > ul > li .circle-box .circle strong.txt-c { font-size:15px; }
	.about-box .vision-box .vision-cont .listbox > ul > li .txt { margin-top:10px; font-size:15px; }
	.about-box .vision-box .vision-cont .listbox > ul > li .circle-box .circle:before { left:-3px; width:6px; height:6px; }
	.about-box .vision-box .vision-cont .listbox > ul > li .circle-box .circle:after { right:-3px; width:6px; height:6px; }
    .about-box .vision-box .vision-list { margin-top:60px; padding-top:60px; padding-bottom:60px; margin-bottom:-120px; }
	.about-box .vision-box .vision-list .listbox > ul > li > .txtbox dt { margin-top:10px; font-size:24px; }
	.about-box .vision-box .vision-list .listbox > ul > li > .txtbox dd { margin-top:15px;}
}
@media screen and (max-width:520px){
	.about-box .vision-box .top-img .txtbox .txt-over { padding:0 20px; }
	.about-box .vision-box .top-img .txtbox .txt-over .txt-ov2 br { display:none }
}

/* animation */
.about-box .vision-box .vision-txtbox dt,
.about-box .vision-box .vision-txtbox dd { opacity:0; }
.about-box .vision-box .vision-txtbox.subOn dt { animation:ani_4 0.5s 0.1s; animation-fill-mode:both; }
.about-box .vision-box .vision-txtbox.subOn dd { animation:ani_4 0.5s 0.4s; animation-fill-mode:both; }
.about-box .vision-box .vision-cont .listbox li { opacity:0; }
.about-box .vision-box .vision-cont .listbox li:nth-child(1) { animation:ani_1 0.5s 0.5s; animation-fill-mode:both; }
.about-box .vision-box .vision-cont .listbox li:nth-child(2) { animation:bgs3 0.5s 0.2s; animation-fill-mode:both; }
.about-box .vision-box .vision-cont .listbox li:nth-child(3) { animation:ani_2 0.5s 0.5s; animation-fill-mode:both; }
.about-box .vision-box .top-img .txtbox .txt dl,
.about-box .vision-box .top-img .imgbox:after,
.about-box .vision-box .top-img .imgbox:before { transition:all 0.8s 0.8s; }
.about-box .vision-box .top-img.subOn .txtbox .txt dl { margin-top:-300px; opacity:0; }
.about-box .vision-box .top-img.subOn .imgbox:after,
.about-box .vision-box .top-img.subOn .imgbox:before { width:0; }
.about-box .vision-box .top-img .txtbox .txt-over,
.about-box .vision-box .top-img .txtbox .txt-over .box { transition:all 0.8s 1.3s;  }
.about-box .vision-box .top-img.subOn .txtbox .txt-over  { opacity:1; }
.about-box .vision-box .top-img .txtbox .txt-over .box { margin-top:300px; }
.about-box .vision-box .top-img.subOn .txtbox .txt-over .box { margin-top:0; }
.about-box .vision-box .top-img.subOn .txtbox .txt-over .txt-ov3 span  { animation:marquee 10s 1.3s infinite linear; }
.about-box .vision-box .vision-list .listbox > ul > li .imgbox:after { content:""; display:block; width:100%; height:100%; background:#f8f8f8; position:absolute; right:0; bottom:0; }
.about-box .vision-box .vision-list .listbox > ul > li:nth-child(2n) .imgbox:after { left:0; right:unset; }
.about-box .vision-box .vision-list .listbox > ul > li.subOn .imgbox:after { animation:ani_w100 1.0s 0.1s; animation-fill-mode:both; }
.about-box .vision-box .vision-list .listbox > ul > li .txtbox { opacity:0; }
.about-box .vision-box .vision-list .listbox > ul > li.subOn .txtbox { animation:ani_2 0.5s 0.4s; animation-fill-mode:both; }
.about-box .vision-box .vision-list .listbox > ul > li.subOn:nth-child(2n) .txtbox { animation:ani_1 0.5s 0.4s; animation-fill-mode:both; }
@media screen and (max-width:1024px){
	.about-box .vision-box .top-img.subOn .txtbox .txt dl { margin-top:-200px; }
	.about-box .vision-box .top-img .txtbox .txt-over .box { margin-top:200px; }
	.about-box .vision-box .vision-list .listbox > ul > li.subOn .imgbox:after { animation:ani_h100 0.8s 0.1s; animation-fill-mode:both; }
}
@media screen and (max-width:640px){
	.about-box .vision-box .top-img.subOn .txtbox .txt dl { margin-top:-100px; }
	.about-box .vision-box .top-img .txtbox .txt-over .box { margin-top:100px; }
}
@keyframes marquee {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-100%, 0, 0); }			
}



.about-box .value-box .listbox { padding-top:180px; padding-bottom:180px; position:relative; min-height:800px; }
.about-box .value-box .listbox.listbox-1 { padding-top:120px; }
.about-box .value-box .listbox.listbox-3 { padding-bottom:0; }
.about-box .value-box .listbox .imgbox { position:absolute; right:0; top:50%; transform:translateY(-50%); }
.about-box .value-box .listbox .imgbox img { width:650px; border-radius:650px; }
.about-box .value-box .listbox.listbox-1 .imgbox { top:120px; transform:translateY(0);}
.about-box .value-box .listbox .txtbox .top dt { color:var(--mainColor); font-size:21px; line-height:1.3; font-weight:700; letter-spacing:-0.04em; }
.about-box .value-box .listbox .txtbox .top dd { margin-top:20px; color:#111; font-size:54px; line-height:1.3; font-weight:700; letter-spacing:-0.04em; }
.about-box .value-box .listbox .txtbox .top p.txt { margin-top:20px; font-family:var(--subFont); color:#555; font-size:21px; line-height:1.3; font-weight:300; letter-spacing:-0.04em; }
.about-box .value-box .listbox .txtbox .keyword { margin-top:40px; width:50%; }
.about-box .value-box .listbox .txtbox .keyword span { margin-top:5px; padding:10px 28px; border:2px  solid #ccc; border-radius:30px; display:inline-block; font-family:var(--subFont); text-transform:uppercase; text-align:center; font-size:17px; color:#ccc; font-weight:600; letter-spacing:-0.06em; }
.about-box .value-box .listbox .txtbox .list { margin-top:120px; width:50%; }
.about-box .value-box .listbox .txtbox .list > ul > li:not(:last-child) { margin-bottom:60px; }
.about-box .value-box .listbox .txtbox .list > ul > li dt { position:relative; padding-left:45px; font-family:var(--subFont); color:#111; font-size:26px; line-height:1.3; font-weight:600; letter-spacing:-0.04em; }
.about-box .value-box .listbox .txtbox .list > ul > li dt > span { position:absolute; left:0; top:3px; width:30px; height:30px; display:flex; align-items:center; justify-content:center; background:var(--mainColor); border-radius:50px; color:#fff; font-size:15px; line-height:1.3; font-weight:700; letter-spacing:-0.04em; }
.about-box .value-box .listbox .txtbox .list > ul > li dd { margin-top:10px; font-family:var(--subFont); color:#555; font-size:19px; line-height:1.5; font-weight:300; letter-spacing:-0.03em; }
.about-box .value-box .full-page .listbox .imgbox { left:0; right:unset }
.about-box .value-box .full-page .listbox .txtbox { padding-left:50%; }
.about-box .value-box .full-page .listbox .txtbox .keyword,
.about-box .value-box .full-page .listbox .txtbox .list { width:100%; }
@media screen and (max-width:1720px){
	.about-box .value-box .listbox .imgbox img { width:520px; }
}
@media screen and (max-width:1600px){
	.about-box .value-box .listbox .imgbox img { width:500px; }
}
@media screen and (max-width:1500px){
	.about-box .value-box .listbox .txtbox .top dt { font-size:20px; }
	.about-box .value-box .listbox .txtbox .top dd { margin-top:15px; font-size:44px; }
	.about-box .value-box .listbox .txtbox .top p.txt { margin-top:15px; font-size:20px; }
	.about-box .value-box .listbox .txtbox .keyword { margin-top:30px; }
	.about-box .value-box .listbox .txtbox .keyword span { margin-top:5px; padding:10px 28px; font-size:16px; }
	.about-box .value-box .listbox .txtbox .list { margin-top:100px; }
	.about-box .value-box .listbox .txtbox .list > ul > li:not(:last-child) { margin-bottom:50px; }
	.about-box .value-box .listbox .txtbox .list > ul > li dt { padding-left:45px; font-size:24px; }
	.about-box .value-box .listbox .txtbox .list > ul > li dt > span { top:3px; width:30px; height:30px; font-size:15px; }
	.about-box .value-box .listbox .txtbox .list > ul > li dd { margin-top:10px; font-size:18px; }
}
@media screen and (max-width:1440px){
	.about-box .value-box .listbox { padding-top:160px; padding-bottom:160px; min-height:600px; }
	.about-box .value-box .listbox.listbox-1 { padding-top:100px; }
	.about-box .value-box .listbox.listbox-1 .imgbox { top:100px; }
}
@media screen and (max-width:1280px){
	.about-box .value-box .listbox { padding-top:140px; padding-bottom:140px; min-height:auto; }
	.about-box .value-box .listbox.listbox-1 { padding-top:90px; }
	.about-box .value-box .listbox.listbox-1 .imgbox { top:90px; }
	.about-box .value-box .listbox .imgbox img { width:420px; }
	.about-box .value-box .listbox .txtbox .top dt { font-size:19px; }
	.about-box .value-box .listbox .txtbox .top dd { margin-top:15px; font-size:36px; }
	.about-box .value-box .listbox .txtbox .top p.txt { margin-top:15px; font-size:19px; }
	.about-box .value-box .listbox .txtbox .keyword { margin-top:20px; }
	.about-box .value-box .listbox .txtbox .keyword span { margin-top:5px; padding:8px 20px; font-size:15px; }
	.about-box .value-box .listbox .txtbox .list { margin-top:70px; }
	.about-box .value-box .listbox .txtbox .list > ul > li:not(:last-child) { margin-bottom:40px; }
	.about-box .value-box .listbox .txtbox .list > ul > li dt { padding-left:40px; font-size:20px; }
	.about-box .value-box .listbox .txtbox .list > ul > li dt > span { top:1px; width:26px; height:26px; font-size:15px; }
	.about-box .value-box .listbox .txtbox .list > ul > li dd { margin-top:10px; font-size:17px; }
}
@media screen and (max-width:1024px){
	.about-box .value-box .listbox { padding-top:100px; padding-bottom:100px; }
	.about-box .value-box .listbox.listbox-1 { padding-top:90px; }
	.about-box .value-box .listbox.listbox-1 .imgbox { top:unset; }
	.about-box .value-box .listbox .imgbox { position:relative; left:unset; top:unset; transform:translateY(0); }
	.about-box .value-box .listbox .imgbox img { width:360px; }
	.about-box .value-box .listbox .txtbox { margin-top:40px; }
	.about-box .value-box .listbox .txtbox .top dt { font-size:18px; }
	.about-box .value-box .listbox .txtbox .top dd { margin-top:12px; font-size:28px; }
	.about-box .value-box .listbox .txtbox .top p.txt { margin-top:12px; font-size:18px; }
	.about-box .value-box .listbox .txtbox .keyword { margin-top:15px; width:100%; }
	.about-box .value-box .listbox .txtbox .keyword span { margin-top:5px; padding:6px 15px; font-size:14px; }
	.about-box .value-box .listbox .txtbox .list { margin-top:50px; width:100%; }
	.about-box .value-box .listbox .txtbox .list > ul > li:not(:last-child) { margin-bottom:30px; }
	.about-box .value-box .listbox .txtbox .list > ul > li dt { padding-left:34px; font-size:18px; }
	.about-box .value-box .listbox .txtbox .list > ul > li dt > span { top:0; width:24px; height:24px; font-size:14px; }
	.about-box .value-box .listbox .txtbox .list > ul > li dd { margin-top:10px; font-size:16px; }
	.about-box .value-box .full-page .listbox .imgbox { left:0; right:unset }
	.about-box .value-box .full-page .listbox .txtbox { padding-left:0; }
}
@media screen and (max-width:640px){
	.about-box .value-box .listbox { padding-top:60px; padding-bottom:60px; }
	.about-box .value-box .listbox.listbox-1 { padding-top:40px; }
	.about-box .value-box .listbox .imgbox img { width:260px; }
	.about-box .value-box .listbox .txtbox { margin-top:30px; }
	.about-box .value-box .listbox .txtbox .top dt { font-size:17px; }
	.about-box .value-box .listbox .txtbox .top dd { margin-top:10px; font-size:20px; }
	.about-box .value-box .listbox .txtbox .top p.txt { margin-top:10px; font-size:17px; }
	.about-box .value-box .listbox .txtbox .keyword { margin-top:12px; }
	.about-box .value-box .listbox .txtbox .keyword span {padding:6px 13px;}
	.about-box .value-box .listbox .txtbox .list { margin-top:40px; }
	.about-box .value-box .listbox .txtbox .list > ul > li dt { padding-left:30px; font-size:17px; }
	.about-box .value-box .listbox .txtbox .list > ul > li dt > span { font-size:13px; }
	.about-box .value-box .listbox .txtbox .list > ul > li dd { font-size:15px; }
}

/* animation */
.about-box .value-box .listbox .imgbox,
.about-box .value-box .listbox .txtbox { opacity:0; }
.about-box .value-box .listbox.subOn .txtbox { animation:ani_2 0.5s 0.1s; animation-fill-mode:both; }
.about-box .value-box .listbox.subOn .imgbox { animation:ani_5 0.5s 0.5s; animation-fill-mode:both; }
@media screen and (max-width:1024px){
	.about-box .value-box .listbox.subOn .txtbox { animation:ani_4 0.5s 0.4s; animation-fill-mode:both; }
	.about-box .value-box .listbox.subOn .imgbox { animation:ani_5 0.5s 0.3s; animation-fill-mode:both; }
}

.about-box .location-box .listbox h3 { color:#111; font-size:42px; font-weight:700; line-height:1.3; letter-spacing:-0.08em; margin-bottom:60px; }
.about-box .location-box .listbox h3 img { width:28px; vertical-align:middle; margin:-4px 10px 0 0; }
.about-box .location-box .listbox:not(:last-child) { margin-bottom:180px; }
.about-box .location-box .listbox > ul > li:not(:last-child) { margin-bottom:180px; }
.about-box .location-box .listbox > ul > li { border-bottom:1px solid #e5e5e5; }
.about-box .location-box .listbox > ul > li > p { color:#222; font-size:28px; font-weight:700; line-height:1.3; letter-spacing:-0.05em; } 
.about-box .location-box .listbox > ul > li .map-box { margin-top:30px; overflow:hidden; border-radius:40px; }
.about-box .location-box .listbox > ul > li .map-box iframe { width:100% !important; height:580px !important; }
.about-box .location-box .listbox > ul > li .info-box { padding:30px 60px; }
.about-box .location-box .listbox > ul > li .info-box * { font-family:var(--subFont); }
.about-box .location-box .listbox > ul > li .info-box li:not(:last-child) { margin-bottom:30px; }
.about-box .location-box .listbox > ul > li .info-box li { display:flex; font-size:21px; line-height:1.3; letter-spacing:-0.04em; }
.about-box .location-box .listbox > ul > li .info-box li strong { width:182px; color:#222; font-weight:500; } 
.about-box .location-box .listbox > ul > li .info-box li strong img { vertical-align:middle; margin:-4px 10px 0 0; }
.about-box .location-box .listbox > ul > li .info-box li span { width:calc(100% - 182px); color:#555; font-weight:300; } 
@media screen and (max-width:1280px){
	.about-box .location-box .listbox h3 { font-size:34px; margin-bottom:50px; }
	.about-box .location-box .listbox h3 img { width:26px; margin:-4px 10px 0 0; }
	.about-box .location-box .listbox:not(:last-child) { margin-bottom:160px; }
	.about-box .location-box .listbox > ul > li:not(:last-child) { margin-bottom:160px; }
	.about-box .location-box .listbox > ul > li > p { font-size:24px; } 
	.about-box .location-box .listbox > ul > li .map-box { margin-top:20px; }
	.about-box .location-box .listbox > ul > li .map-box iframe { height:500px !important; }
	.about-box .location-box .listbox > ul > li .info-box { padding:20px 40px; }
	.about-box .location-box .listbox > ul > li .info-box li:not(:last-child) { margin-bottom:20px; }
	.about-box .location-box .listbox > ul > li .info-box li { font-size:20px; }
	.about-box .location-box .listbox > ul > li .info-box li strong { width:150px; } 
	.about-box .location-box .listbox > ul > li .info-box li strong img { margin:-4px 10px 0 0; }
	.about-box .location-box .listbox > ul > li .info-box li span { width:calc(100% - 150px); } 
}
@media screen and (max-width:1024px){
	.about-box .location-box .listbox h3 { font-size:28px; margin-bottom:40px; }
	.about-box .location-box .listbox h3 img { width:24px; }
	.about-box .location-box .listbox:not(:last-child) { margin-bottom:100px; }
	.about-box .location-box .listbox > ul > li:not(:last-child) { margin-bottom:100px; }
	.about-box .location-box .listbox > ul > li > p { font-size:24px; } 
	.about-box .location-box .listbox > ul > li .map-box { margin-top:20px; border-radius:20px; }
	.about-box .location-box .listbox > ul > li .map-box iframe { height:420px !important; }
	.about-box .location-box .listbox > ul > li .info-box { padding:20px 30px; }
	.about-box .location-box .listbox > ul > li .info-box li { font-size:18px; }
	.about-box .location-box .listbox > ul > li .info-box li strong { width:100px; } 
	.about-box .location-box .listbox > ul > li .info-box li strong img { margin:-4px 10px 0 0; }
	.about-box .location-box .listbox > ul > li .info-box li span { width:calc(100% - 100px); } 
}
@media screen and (max-width:1024px){
	.about-box .location-box .listbox h3 { font-size:22px; margin-bottom:20px; }
	.about-box .location-box .listbox h3 img { width:20px; }
	.about-box .location-box .listbox:not(:last-child) { margin-bottom:60px; }
	.about-box .location-box .listbox > ul > li:not(:last-child) { margin-bottom:60px; }
	.about-box .location-box .listbox > ul > li > p { font-size:20px; } 
	.about-box .location-box .listbox > ul > li .map-box { margin-top:15px; }
	.about-box .location-box .listbox > ul > li .map-box iframe { height:320px !important; }
	.about-box .location-box .listbox > ul > li .info-box { padding:20px 10px; }
	.about-box .location-box .listbox > ul > li .info-box li { font-size:17px; }
	.about-box .location-box .listbox > ul > li .info-box li:not(:last-child) { margin-bottom:15px; }
	.about-box .location-box .listbox > ul > li .info-box li strong { width:80px; } 
	.about-box .location-box .listbox > ul > li .info-box li span { width:calc(100% - 80px); } 
}


/* animation */
.about-box .location-box .listbox > ul > li { opacity:0 }
.about-box .location-box .listbox > ul > li.subOn { animation:ani_4 0.5s 0.1s; animation-fill-mode:both; }

