<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

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

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

textarea, select {font-family:'Pretendard', dotum, sans-serif;}
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 {}

.placeholdersjs {color:#aaa !important}

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

#hd_wrapper,
#tnb .inner,

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

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

/* 팝업반응형 */
@media (max-width:1600px) {
	#hd_pop {width:100%;}
	.hd_pops {top:100px !important;left:10px !important;}
	.hd_pops_con iframe{width:100%;}
}
@media (max-width:780px) {
	.hd_pops {max-width:calc(100% - 20px) !important;}
	.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_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 &gt; 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 &gt; 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 &gt; li:nth-child(5n+1) {border-left:0}
#gnb_all .gnb_al_li {float:left;width:20%;min-height:150px;padding:20px;border-left:1px solid #e7eeef}
#gnb_all .gnb_al_li .gnb_al_a {font-size:1.2em;display:block;position:relative;margin-bottom:10px;font-weight:bold;color:#3a8afd}
#gnb_all .gnb_al_li li {line-height:2em}
#gnb_all .gnb_al_li li a {color:#555}
#gnb_all_bg {display:none;background:rgba(0,0,0,0.1);width:100%;height:100%;position:fixed;left:0;top:0;z-index:999}

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

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

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

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

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

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

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

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

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

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

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_audio {height:40px;background: #f2f4f5;width: 190px;}
#captcha.m_captcha #captcha_img {width:190px;height:40px;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:147px;height:40px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../../../img/captcha2.png') no-repeat 0 0 ; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 페이징 */
.pg_wrap {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:1.083em;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;background:#00215b;border:1px solid #00215b;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}

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

.inner {width:1400px;margin:0 auto; position:relative;}
.inner_x{width:100%;}
.clearfix::after {content:'';display:block;clear:both;}

@media screen and (max-width: 1440px){
p, a, div, input, body {word-break:keep-all;}
.inner {width:100%;}
}

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

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

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

:root {--pt1:#0000ff;--pt2:#ff0000;}
.header{transition:all 0.8s ease-out; position:fixed;width:100%; z-index:500; top:0; left:0; right:0;}
.header.on, .header.scroll, .header.sub{background:rgba(0,0,0,0.8); transition:all 0.2s ease-in;}
.header::after{content:''; width:100%; height:1px; background:#eee; bottom:0; left:0; right:0;display:none; transition:all 0.2s;z-index:100; position:absolute; opacity:0.3;}
.header.on::after{display:block;}
.header .logo_box img{height:45px;}
.header .logo_box2 img{height:40px;}
.header .logo_box .Wh{display:none;}
.header.on .logo_box .Wh, .header.scroll .logo_box .Wh, .header.sub_hd .logo_box .Wh{display:block;}
.header.on .logo_box .Bl, .header.scroll .logo_box .Bl, .header.sub_hd .logo_box .Bl{display:none;}
.header .inner_x{width:100%;display:flex;padding:0 100px;height:95px;align-items:center;}
.header .hd_view{margin: 0 auto;display:flex;justify-content:center;}
.header .main_menu{display:flex;}
.header .main_menu &gt; li{position:relative;}
.header .main_menu &gt; li &gt; a{padding: 0 30px;font-size:18px;transition:all 0.5s;line-height:95px;color:#fff;height:100%;display:block;position:relative;font-weight:600}
.header .main_menu &gt; li::after{display:block; content:''; width:0; height:2px; background:var(--pt1); position:absolute; bottom:0; left:50%; transform:translateX(-50%); opacity:0; transition:all 0.2s; }
.header .main_menu &gt; li:hover::after{opacity:1; width:100%; display:none}
.header .sub_menu{display:none; position:absolute; width:100%;padding:35px 0;z-index:500; height:195px;}
.header .sub_menu::after{content:''; display:block; width:1px; height:100%;background:#eee; opacity:0.3; position:absolute; left:0; top:0; bottom:0;}
.header .main_menu &gt; li:last-child .sub_menu::before{content:''; display:block; width:1px; height:195px; background:#eee; opacity:0.3; position:absolute; right:0; top:0; bottom:0;}
/*.header .sub_menu li{width:100%;}
.header .sub_menu a{text-align:center; display:block; width:100%; font-size:16px; padding:10px 0; word-break:keep-all; color:#fff; transition:all 0.1s;}
.header .sub_menu a br {display:none;}
.header .sub_menu a:hover{font-weight:700;}*/
.header .hd_bg{display:none; width:100%; height:195px; background:rgba(0,0,0,0.8); position:fixed;z-index:99; top:95px; left:0; right:0;}
/* sub_menu 변경시 주의사항 .hd_bg 높이값과 .sub_menu의 높이값을 똑같이 할것 */
.header .main_menu .adm {position:absolute;right:50px;top:0;}
.header .main_menu .adm a {padding:0 !important;}

@media screen and (max-width: 1800px){
	.header .inner_x {padding:0 50px;} 
	.header .hd_view{width:calc(100% - 100px);}
	.header .sub_menu a br {display:block;}
}
@media screen and (max-width: 1440px){
	.header .inner_x {padding:0 20px;} 
	.header .hd_view{width:calc(100% - 60px);}
}
@media screen and (max-width: 1024px){
	.header .inner_x {justify-content:space-between;}
	.header .logo_box2 {display:none;}
	.header .hd_bg{display:none;width: 100%;height: 100%;position: fixed;top: 0;left: 0;background:rgba(0,0,0,.5);}
	.header .hd_view{display:block;transition:0.3s;position:fixed;width:90%;padding:80px 20px 0; height:100%;background:rgba(0,0,0,.85);z-index:300;right:-90%;top: 0; }
	.header .hd_view.on{right:0;}
	.mn_btn{cursor:pointer;transition: all .2s;position: relative;z-index: 500;}
	.mn_btn span{display:block;width:30px;height:2px; background:#fff;transition: all .2s;border-radius:2px;}
	.mn_btn span:nth-child(2) {margin:8px 0;}
	.mn_btn.active span:nth-child(1) {-webkit-transform : translateY(10px) rotate(-45deg);transform : translateY(10px) rotate(-45deg);}
	.mn_btn.active span:nth-child(2) {opacity : 0;}
	.mn_btn.active span:nth-child(3) {-webkit-transform : translateY(-10px) rotate(45deg);transform : translateY(-10px) rotate(45deg);} 

	.header .main_menu {display:block;}
	.header .main_menu &gt; li {padding:0;line-height: 70px;border-bottom:1px solid #ccc;}
	.header .main_menu &gt; li &gt; a {line-height: 70px;color:#fff;padding:0 ;padding-left: 20px;;width: auto;display: block;height: auto;}
	/* .header .main_menu &gt; li::after {opacity:1;content:"";width:12px;height:7px;background : url(../img/drop2.png) no-repeat center/cover;position:absolute;top: 32px;right:13px;left: auto;transform: initial;} */
	.header .main_menu &gt; li:hover::after {opacity:1;width:12px;}
	.header .main_menu &gt; li .sub_menu {background: rgba(255,255,255,.3);padding:5px 20px 5px 35px;position: initial;width: 100%;transform: initial;text-align: left;height: auto;}
	.header .main_menu &gt; li .sub_menu &gt; li &gt; a {padding-left:20px;display:block;padding: 0;line-height: 50px;text-align: left;}
	.header .menu:hover .main_menu &gt; li &gt; a{padding:0 0 0 20px;}
	.header .sub_menu::after {display:none;}
	.header .main_menu .adm {position:initial;padding:0 0 0 20px !important;}
	.header .main_menu .adm a{display:block;}
	.header .main_menu .adm::after {display:none;}
	.header .main_menu &gt; li:last-child .sub_menu::before {display:none;}
}
@media screen and (max-width: 500px){
	.mn_btn span{width: 24px;}
	.mn_btn span:nth-child(2) {margin: 5px 0;}
	.mn_btn.active span:nth-child(1) {-webkit-transform: translateY(7px) rotate(-45deg);transform: translateY(7px) rotate(-45deg);}
	.mn_btn.active span:nth-child(3) {-webkit-transform: translateY(-7px) rotate(45deg);transform: translateY(-7px) rotate(45deg);} 
}

/**/
.ft_en{font-family: 'Montserrat', sans-serif;}
.t80{font-size:80px;}
.t65{font-size:65px;}
.t25{font-size:25px;}
.t20{font-size:20px;}
.t16{font-size:16px;}
.color_fff{color:#fff;}
.color_point {color:#00215b}

@media screen and (max-width: 1440px){
	.t80{font-size:68px;}
	.t65{font-size:56px;}
	.t25{font-size:22px;}
	.t20{font-size:18px;}
	.t16{font-size:14px;}
}
@media screen and (max-width: 1024px){
	.t80{font-size:50px;}
	.t65{font-size:44px;}
	.t25{font-size:21px;}
	.t20{font-size:17px;}
	.t16{font-size:13px;}
}
@media screen and (max-width:480px){
	.t80{font-size:40px;}
	.t65{font-size:32px;}
	.t25{font-size:19px;}
	.t20{font-size:16px;}
	.t25{font-size:12px;}
}

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

.main .cont1 .main_br_swiper{height:100vh;}
.main .cont1 .main_br_swiper .swiper-slide{overflow:hidden;text-align:center;}
.main .cont1 .main_br_swiper img {width:100%;}
.main .cont1 .inner{position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); z-index:50;}
.main .cont1 .txt {display:none;}
.main .cont1 .txt.on {display:block;}
.main .cont1 .txt .t30{font-size:50px;padding-bottom:20px;font-weight:700; letter-spacing:-0.06em;line-height:1.1; animation:up 1s both;}
.main .cont1 .txt .t65{font-weight:700; letter-spacing:-0.06em;line-height:1.1; animation:up 1s 0.3s both; }
.main .cont1 .txt .t20{margin-top:25px; line-height:1.5;  animation:up 1s 0.6s both; letter-spacing:-0.04em;}
.main .cont1 .swiper-progress-bar {position: relative;width: 250px;display: block;z-index: 1;height: 2px;}
.main .cont1 .swiper-progress-bar .slide_progress-bar {position: absolute;height: 2px;background: rgba(0, 0, 0, 0.2); width: auto;clear: both;opacity: 0;top: 50px;left: 0;right: 0;}
.main .cont1 .swiper-progress-bar .slide_progress-bar:after {position: absolute;top: 0;left: 0;background: #fff;height: 100%;width: 0;content: "";transition: 0.1s width linear;}
.main .cont1 .swiper-progress-bar.active .slide_progress-bar {opacity: 1;}
.main .cont1 .swiper-progress-bar.animate .slide_progress-bar:after {transition: width linear;transition-delay: unset;width: 100%;transition-duration: 5s;}
.main .cont1 .slide_btn{position:absolute; left:270px; bottom:-58px;}
.main .cont1 .slide_btn i{font-size:17px; cursor:pointer;}
.main .cont1 .slide_btn .start{display:none;}
.main .cont1 .sw_btn {position:absolute;right: 35px;bottom:20px;display: flex;align-items: center;gap:20px;}
.main .cont1 .sw_btn &gt; div {color:#fff;position:initial;background:none !important;width: auto;height: auto;margin-top: 0;}
.main .cont1 .sw_btn &gt; div span {font-size:35px;font-weight:300;}

@media screen and (max-width: 1920px){
	.main .cont1 .main_br_swiper img {width:auto;min-height:100%;position: absolute;left: 50%;transform: translateX(-50%);}
}
@media screen and (max-width: 1440px){
	.main .cont1 .inner {padding:0 20px;}
	.main .cont1 .swiper-progress-bar {width:200px;}
	.main .cont1 .slide_btn {left:240px;}
	.main .cont1 .sw_btn {right:20px;}
	.main .cont1 .sw_btn &gt; div span {font-size:30px;}
	.main .cont1 .txt .t30{font-size:46px;}
}
@media screen and (max-width:1024px){
	.main .cont1 .txt .t30{font-size:34px;}
}
@media screen and (max-width:500px){
	.main .cont1 {text-align:center;}
	.main .cont1 .txt .t20 br {display:none;}
	.main .cont1 .sw_btn {gap:10px;}
	.main .cont1 .sw_btn &gt; div span {font-size:24px;}
	.main .cont1 .swiper-progress-bar {width:160px; left: 50%;transform: translateX(-50%);}
	.main .cont1 .slide_btn{left: 80%;transform: translateX(-50%);}
	.main .cont1 .txt .t30{font-size:24px;}
}

.main .cont2{background:#f8fafc;}
.main .cont2 .inner{padding: 160px 0;}
.main .cont2 .sec_desc{display: flex; justify-content: space-between; flex-direction:column; margin-bottom: 60px;}
.main .cont2 .sec_desc .sec_tit{font-weight: 800; margin-bottom:20px}
.main .cont2 .sec_desc .sec_txt{font-weight: 300;letter-spacing: -.03em;line-height: 1.45;}
.main .cont2 .sec_desc .sec_txt strong{font-weight: 600;}
.main .cont2 .sec_btm{display: flex; justify-content: space-between;gap:20px;overflow: hidden;}
.main .cont2 .sec_btm .sec_pos{border-radius:10px;width: 430px; aspect-ratio: 430 / 480; padding: 32px 24px;  position: relative; display: flex; flex-direction:column; justify-content: space-between; cursor: pointer;}
.main .cont2 .sec_btm .sec_rt01{background: url('../img/cont2_img01.jpg') no-repeat center/cover;}
.main .cont2 .sec_btm .sec_rt02{background: url('../img/cont2_img02.jpg') no-repeat center/cover;}
.main .cont2 .sec_btm .sec_rt03{background: url('../img/cont2_img03.jpg') no-repeat center/cover;}
.main .cont2 .sec_btm .sec_rt04{background: url('../img/cont2_img04.jpg') no-repeat center/cover;}
.main .cont2 .sec_btm .sec_rt05{background: url('../img/cont2_img05.jpg') no-repeat center/cover;}
.main .cont2 .sec_btm .sec_pos::before{content: ""; position: absolute; top: 0; left:  0; width: 100%; height: 100%; background: rgba(0,0,0,0); border-radius:10px; transition: all .3s; z-index: 1;}
.main .cont2 .sec_btm .sec_pos_desc{position: relative; display: flex; flex-direction:column;  color: #fff;}
.main .cont2 .sec_btm .sec_pos_desc .sec_tit{font-size:31px; line-height: 1.25; z-index: 99; font-weight:600; letter-spacing:-1.2px; color:#111}
.main .cont2 .sec_btm .sec_pos_desc .sec_txt{font-size: 22px; line-height: 1.5; z-index: 99; font-weight: 400; margin-top:10px; color:#111}
.main .cont2 .sec_btm .sec_rt .rt_desc{position: absolute;}
.main .cont2 .sec_btm .sec_rt01 .rt_desc{position: absolute;}
.main .cont2 .sec_btm .plus_wrap{width: 64px;height: 64px;border-radius:50%;background: rgba(255,255,255,0.25);position: relative;margin: 0 auto;margin-right: 0;transition: all .3s;z-index: 99;display: flex;justify-content: center;align-items: center;}
.main .cont2 .sec_btm .plus_wrap i{transition: all .4s;font-size: 38px;}
.main .cont2 .sec_btm .sec_pos:hover::before{background: rgba(0,0,0,0.2);}
.main .cont2 .sec_btm .sec_pos:hover .plus_wrap{background: rgba(255,255,255,0.5);}
.main .cont2 .sec_btm .sec_pos:hover .plus_wrap i{transform:rotate(90deg); transform-origin:center;}

.main .cont5 .sec_btm .sec_pos {padding:0;background: none;height:auto;justify-content:initial;gap:30px;}
.main .cont5 .sec_btm .sec_pos::before {display: none;}
.main .cont5 .sec_btm .sec_pos_desc {color: #000;text-align:center;}
.main .cont5 .sec_btm .sec_pos_desc .sec_tit {font-size:25px;}
.main .cont5 .sec_btm .sec_pos .img {border: 1px solid #f1f1f1;overflow:hidden;width:100%;aspect-ratio: 430/480;}
.main .cont5 .sec_btm .sec_pos .img img {width:100%;transition: all .4s;}
.main .cont5 .sec_btm .sec_pos:hover .img img {transform:scale(1.1);}

@media screen and (max-width: 1440px){	
	.main .cont2 .inner{width: 100%; padding:100px 20px;}
	.main .cont2 .sec_btm .sec_pos_desc .sec_tit {font-size: 28px;}
	.main .cont2 .sec_btm .sec_pos_desc .sec_txt {font-size: 20px;}
	.main .cont2 .sec_btm .plus_wrap {width:50px;height:50px;}
	.main .cont2 .sec_btm .plus_wrap i {font-size: 28px;}
	.main .cont5 .sec_btm .sec_pos_desc .sec_tit {font-size:23px;}
}
@media screen and (max-width: 1024px){
	.main .cont2 .inner{padding:50px 20px;}
	.main .cont2 .sec_btm .sec_pos_desc .sec_tit {font-size: 24px;}
	.main .cont2 .sec_btm .sec_pos_desc .sec_txt {font-size: 18px;}
	.main .cont5 .sec_btm .sec_pos_desc .sec_tit {font-size:21px;}
}
@media screen and (max-width: 768px){
	.main .cont2 .sec_btm{flex-direction:column;}
	.main .cont2 .sec_btm .sec_pos{width: 100%; height: 300px;aspect-ratio:auto;}
	.main .cont2 .sec_btm .plus_wrap{width: 40px; height: 40px;}
	.main .cont2 .sec_btm .sec_pos .plus_wrap i{font-size: 24px;}
	.main .cont2 .sec_btm .sec_pos_desc .sec_tit br {display:none;}
	.main .cont2 .sec_btm .sec_rt01 .sec_tit br {display:block;}
	.main .cont5 .sec_btm{flex-direction:initial;}
	.main .cont5 .sec_btm .sec_pos {height:auto;}
}
@media screen and (max-width: 640px){
	.main .cont5 .sec_btm{flex-direction:column;}
}
@media screen and (max-width: 500px){
	.main .sec_desc {text-align:center;}
	.main .sec_desc br {display:none;}
	.main .cont2 .sec_btm .sec_pos_desc .sec_tit {font-size: 20px;}
	.main .cont2 .sec_btm .sec_pos_desc .sec_txt {font-size: 16px;}
	.main .cont5 .sec_btm .sec_pos_desc .sec_tit {font-size:18px;}
}

/* mid_banner */
.main .mid_banner .inner_x{padding: 65px 0; background-image: linear-gradient(-65.5deg, #000 -18%, #000 70%);}
.main .mid_banner .sec_desc .inner{display: flex; justify-content: space-between; align-items: center;}
.main .mid_banner .sec_desc .sec_tit{color: #fff; font-size: 28px; font-weight: 600; line-height: 1.5;}
.main .mid_banner .sec_desc a{color: #fff; font-size: 16px; border: 2px solid #fff; border-radius: 5px; width: 150px; height: 50px; display: flex;  font-weight: 600; padding: 16px 20px 16px; align-items: center;}
.main .mid_banner .sec_desc a i{padding-left: 25px; transition: all .3s;}
.main .mid_banner .sec_desc a:hover{background: #00215B; transition: all .3s;}
.main .mid_banner .sec_desc a:hover i{padding-left: 30px;}

@media screen and (max-width:1600px){
	.main .mid_banner .sec_desc .inner{width: 100%; padding-left: 20px; padding-right: 20px;}
	.main .mid_banner .sec_desc .sec_tit{word-break:keep-all;}
}
@media screen and (max-width:1024px){
	.main .mid_banner .sec_desc .sec_tit{font-size: 22px;}
}
@media screen and (max-width:860px){
	.main .mid_banner .sec_desc .sec_tit{width: calc(100% - 150px);}
	.main .mid_banner .sec_desc a{word-break:keep-all;}
}
@media screen and (max-width:640px){
	.main .mid_banner .sec_desc .sec_tit{font-size: 20px;}
	.main .mid_banner .sec_desc a{width: 130px;}
}
@media screen and (max-width:500px){
	.main .mid_banner br {display:block;}
	.main .mid_banner .inner_x{padding: 35px 0;}
	.main .mid_banner .sec_desc .sec_tit{font-size: 18px;}
	.main .mid_banner .sec_desc .inner{flex-direction:column; align-items: flex-start;}
	.main .mid_banner .sec_desc .sec_tit{width: 100%;}
	.main .mid_banner .sec_desc a{margin: 20px auto 0;}
}

/* cont3 */
.main .cont3 .inner{padding: 0px 0; padding-top: 160px; overflow:hidden;}
.main .cont3 .sec_tit{margin-bottom: 20px; font-weight: 800;}
.main .cont3 .sec_lst{display: flex; justify-content: space-between;gap:24px;}
.main .cont3 .sec_lst .sec_txt_lst {max-width:340px;}
.main .cont3 .sec_lst .sec_lst_txt{font-weight: 300;letter-spacing: -.03em;line-height: 1.45;}
.main .cont3 .sec_lst .sec_lst_txt strong{font-weight: 600;}
.main .cont3 .sec_lst .sec_txt_lst a{font-size: 16px; color: #00215b; border: 1px solid #00215b; padding: 16px 20px 16px; transition: all .3s; width: 150px; display: block; margin-top: 57px; font-weight:600}
.main .cont3 .sec_lst .sec_txt_lst a .fa-chevron-right:before{font-size: 14px; padding-left: 15px; transition: all .3s;}
.main .cont3 .sec_lst .sec_txt_lst a:hover{background-color: #00215b; color: #fff;}
.main .cont3 .sec_lst .sec_txt_lst a:hover .fa-chevron-right:before{padding-left: 20px;}

.main .cont3 .sec_lst li+li {width:70%;}
.main .cont3 .sec_lst li+li a .sec_tit{font-size:25px;padding-top:20px;line-height: 1.25; z-index: 99; font-weight: 600;margin-bottom: 0px;}
.main .cont3 .sec_lst li+li a .sec_txt{font-size:18px;padding-top:20px;line-height: 1.55; z-index: 99; font-weight: 400;margin-bottom: 0px;}
.main .cont3 .sec_lst .plus_wrap{width: 64px; height: 64px; border-radius:50%; background: rgba(255,255,255,0.25); position: relative; margin: 0 auto; margin-right: 0; transition: all .3s; z-index: 99;}
.main .cont3 .sec_lst .plus_wrap i{color:#fff;position: absolute; left: 24%; top: 20%; font-size: 38px; transition: all .4s;}
.main .cont3 .sec_lst li:hover .plus_wrap{background: rgba(255,255,255,0.5);}
.main .cont3 .sec_lst li:hover .plus_wrap i{transform:rotate(90deg); transform-origin:center;}

.main #rgt_cont {width:100%;}
.main #rgt_cont .rgt_swiper, .main #rgt_cont .mid3_img img {width:100%; border-radius:10px}

@media screen and (max-width: 1440px){
	.main .cont3 .inner{width: 100%; padding-left: 20px; padding-right: 20px;padding-top: 100px}
	.main .cont3 .sec_lst li+li a .sec_tit {font-size: 22px;}
	.main .cont3 .sec_lst li+li a .sec_txt {font-size: 16px;}
}
@media screen and (max-width:1024px){
	.main .cont3 .inner {padding-top: 50px;}
	.main .cont3 .sec_tit{font-size: 28px;}
	.main .cont3 .sec_lst .sec_txt_lst a {}
	.main .cont3 .sec_lst .sec_lst_txt br {display:none;}
	.main .cont3 .sec_lst .sec_txt_lst a {margin-top:30px;}
	.main .cont3 .sec_lst li+li {width:60%;}
	.main .cont3 .sec_lst li+li a .sec_tit {font-size: 20px;}
	.main .cont3 .sec_lst li+li a .sec_txt {font-size: 14px;}
}	
@media screen and (max-width: 768px){
	.main .cont3 .sec_lst{flex-wrap:wrap;}
	.main .cont3 .sec_lst li+li {width:100%;}
	.main .cont3 .sec_lst .sec_txt_lst{margin-bottom: 20px; width: 100%;}
	.main .cont3 .sec_lst .sec_txt_lst a{font-size: 14px;width: 130px;padding: 12px 12px 12px 15px;}
}
@media screen and (max-width: 500px){
	.main .cont3 .sec_lst .sec_txt_lst {max-width:100%;text-align:center;}
	.main .cont3 .sec_lst .sec_txt_lst a {margin:20px auto 0;}
	.main .cont3 .sec_lst li+li a .sec_tit {font-size: 18px;}
	.main .cont3 .sec_lst li+li a .sec_tit {font-size: 12px;}
}

.main .cont4 .inner_x{overflow:hidden; padding:100px 0; margin-top:35px;}
.main .cont4{padding-top:160px; position:relative;}
.main .cont4 .t80 img{width:190px;opacity:.2;}
.main .cont4 .t20{margin-top:25px; letter-spacing:-0.03em; color:#777; font-weight:300}
.main .cont4 .main_cont4_swiper {overflow:inherit}
.main .cont4 .main_cont4_swiper .swiper-wrapper{transition-timing-function:ease-in-out;}
.main .cont4 .swiper-slide .img_box{position:relative; overflow:hidden; transition:all 1s ease-in-out; z-index:2;}
.main .cont4 .swiper-slide .img_box .tit{font-weight:700; letter-spacing:-0.06em;position:absolute; right:0;bottom:-4px; transform:translateX(100%); transition:all 0.8s ease-in-out; text-align:right;}
.main .cont4 .swiper-slide.swiper-slide-next .img_box{transform:translateY(-100px);}
.main .cont4 .swiper-slide.swiper-slide-next .tit{transform:translateX(0)}
.main .cont4 .swiper-slide.swiper-slide-next .img_box p:not(.tit){transform:translateY(calc(100% + 30px));}
.main .cont4 .swiper-slide .img_box p:not(.tit){position:absolute; left:40px; bottom:30px; font-size:45px; font-weight:700; letter-spacing:-0.06em;transform:translateY(0);transition:all 1.2s ease-in-out;}
.main .cont4 .swiper-slide .img_box img{width:100%; border-radius:15px;}
.main .cont4 .swiper-slide .txt_box{position:absolute;bottom:0; left:40px}
.main .cont4 .swiper-slide .txt_box .t1{font-size:30px; color:#111; font-weight:700; margin-bottom:15px;}
.main .cont4 .swiper-slide .txt_box .t2{font-size:18px; color:#111; font-weight:300;}
.main .cont4 .swiper-navigation{width:200px; height:200px; position:absolute;  top:70px; right:0; z-index:10; transform:translateX(50%);display:flex; justify-content:center; align-items:center;}
.main .cont4 .swiper-navigation::before{content:''; background:url(../img/cont4_txt_cir.svg) no-repeat 50% 50% / cover; width:100%; height:100%; position:absolute;top:0; left:0; animation:rotate 10s linear infinite; z-index:-1;}
@keyframes rotate{0%{transform:rotate(0);}100%{transform:rotate(360deg);}}
.main .cont4 .swiper-button-next2,.main .cont4 .swiper-button-prev2{position:static; width:auto; height:auto; background:none;}
.main .cont4 .swiper-button-next2 i{margin-left:5px;}
.main .cont4 .swiper-button-prev2 i{margin-right:5px;}
.main .cont4 .swiper-button-next2 i, .main .cont4 .swiper-button-prev2 i{font-size:20px; color:#00215a; cursor:pointer;}

@media screen and (max-width: 1440px){
	.main .cont4{padding:100px 20px 0;}
	.main .cont4 .inner_x{ padding:100px 0px 50px;}
	.main .cont4 .swiper-slide .txt_box .t1{font-size:26px; margin-bottom:10px;}
	.main .cont4 .swiper-slide .txt_box .t2{font-size:17px;}
	.main .cont4 .t80 img{width:150px;}
	.main .cont4 .swiper-slide .img_box p:not(.tit){font-size:35px;}
}
@media screen and (max-width: 1024px){
	.main .cont4 .t80 img{width:120px;}
	.main .cont4 .swiper-slide .txt_box {left:20px;}
	.main .cont4 .swiper-slide .txt_box .t1{font-size:24px;}
	.main .cont4 .swiper-slide .txt_box .t2{font-size:16px;}
	.main .cont4 .swiper-slide.swiper-slide-next .img_box{transform:translateY(-60px);}
	.main .cont4 .swiper-slide .img_box p:not(.tit) {left:20px;bottom:20px;}
	.main .cont4 .swiper-slide .txt_box {left:20px;}
}
@media screen and (max-width: 768px){
	.main .cont4 .swiper-slide.swiper-slide-next .img_box{transform:translateY(-0px);}
	.main .cont4 .swiper-slide.swiper-slide-active .img_box{transform:translateY(-80px);}
}
@media screen and (max-width:500px){
	.main .cont4 .t80 img{width:100px;}
	.main .cont4 .swiper-slide .img_box p:not(.tit){font-size:28px;}
	.main .cont4 .swiper-slide .txt_box .t1{font-size:22px;}
}

/**/
.footer{background:#f9f9f9; position:relative;}
.footer .ft_top{padding:40px 100px;}
.footer .ft_top {display:flex; justify-content:space-between; align-items:center;}
.footer .ft_top .ft_logo{margin-bottom: 20px;display: flex;align-items: center;gap: 35px;}
.footer .ft_top .ft_logo img{width:115px;}
.footer .info .ft_tit{font-size:22px;color:#111;font-weight:700;}
.footer .info ul{display:flex;}
.footer .info ul + ul {margin-top:10px;}
.footer .info ul li{font-size:16px; color:#777; font-weight:300;}
.footer .info ul li + li{margin-left:40px;}
.footer .pri{display:flex;align-items: flex-end; position:relative; bottom:-40px}
.footer .pri a{font-size:16px; color:#777; font-weight:300}
.footer .copy{width:100%; line-height:80px; text-align:center; color:rgba(255,255,255,0.5); background:#111; font-size:14px; letter-spacing:0.05em; font-weight:200;}

.footer .scrl_top{position:absolute; cursor:pointer;right:30px; top:30px; width:45px; height:45px; background:#00215b; border-radius:100px; display:flex; align-items:center; justify-content:center;}
.footer .scrl_top i{color:#fff; font-size:16px;}

@media screen and (max-width: 1640px){
	.footer .ft_top {flex-direction:column;gap: 20px;text-align: center;}
	.footer .ft_top .ft_logo {justify-content:center;}
	.footer .pri {bottom:auto;}
}
@media screen and (max-width: 1440px){
	.footer .info {/* margin:0 auto 0 0; */}
	.footer .ft_top {gap:20px;padding:40px 20px;}
	.footer .ft_top .ft_logo {left:0;}
}
@media screen and (max-width: 1200px){
	.footer .ft_top .ft_logo{/* width:95px; */}
}
@media screen and (max-width: 1024px){
	.footer .ft_top {flex-direction: column;}
	.footer .info {margin:0;text-align:center;}
	.footer .info ul {flex-wrap:wrap;justify-content:center;gap:10px;}
	.footer .info ul li + li{margin-left:0px;}
	.footer .pri {bottom:0;}
}
@media screen and (max-width: 768px){
	.footer .ft_top .ft_logo{/* width:75px; */}
}
@media screen and (max-width:500px){
	.footer .ft_top {gap:30px;}
	.footer .ft_top .ft_logo {flex-direction:column;gap: 10px;margin-bottom: 10px;}
	.footer .info ul {gap:5px;}
	.footer .info ul + ul {margin-top:5px;}
	.footer .info .ft_tit{font-size:20px; margin-bottom:10px;}	
	.footer .copy {height:60px;line-height: 1.2;display: flex;justify-content: center;align-items: center;}
}

/**/
.sub .fz40{font-size:40px;}
.sub .fz35{font-size:35px;}
.sub .fz26{font-size:26px;}
.sub .fz25{font-size:25px;}
.sub .fz22{font-size:22px;}
.sub .fz20{font-size:20px;}
.sub .fz18{font-size:18px;}
.sub .fz17{font-size:17px;}
.sub .fz16{font-size:16px;}
.sub .fz15{font-size:15px;}

.sub .sub_title{margin-bottom:60px;}
.sub .sub_title h3{font-weight:700; line-height:1.2; text-align:center;}
.sub .sub_title h3 span{font-size:30px;line-height:1.2;}
.sub .sub_title h3 img {width:160px;}

:root{--sub-padding:150px;}
@media screen and (max-width:1440px){
	:root{--sub-padding:100px;}
	.sub .fz35{font-size:28px;}
	.sub .fz20 {font-size:19px;}
}
@media screen and (max-width:1024px){
	:root{--sub-padding:50px;}
	.sub .fz35{font-size:24px;}
	.sub .fz20 {font-size:18px;}
}
@media screen and (max-width:500px){
	.sub .fz35{font-size:22px;}
	.sub .fz20 {font-size:17px;}
	.sub .fz16 {font-size:15px;}
}

#sub_top {position:relative;overflow:hidden;}
#sub_top .sb_bg {position:absolute;top:0;left:0;width:100%;height:100%;background:no-repeat center/cover #ccc;animation: bgScale 4s forwards}
#sub_top.bg1 .sb_bg {background-image:url("../img/bg1.jpg");}
#sub_top.bg2 .sb_bg {background-image:url("../img/bg2.jpg");}
#sub_top.bg3 .sb_bg {background-image:url("../img/bg3.jpg");}
#sub_top.bg4 .sb_bg {background-image:url("../img/bg4.jpg");}
#sub_top.bg5 .sb_bg {background-image:url("../img/bg5.jpg");}
#sub_top.bg6 .sb_bg {background-image:url("../img/bg6.jpg");}
#sub_top.bg7 .sb_bg {background-image:url("../img/bg7.jpg");}
#sub_top &gt; .inner {display:flex;flex-direction:column;justify-content:center;align-items:center;height: 550px;color:#fff;}
#sub_top .sub_top_box {text-align:center;}
#sub_top .sub_top_box .sub_top_txt {margin-bottom: 10px;font-size: 20px;}
#sub_top .sub_top_box .sub_top_tit {font-size: 65px;}
#sub_top .sub_nav {position: absolute;bottom: 50px;display:flex;align-items: center;gap:10px;font-size:18px;}
#sub_top .sub_nav a {color:#fff;}
#sub_top .sub_nav .st_arr {display:flex;align-items: center;justify-content:center;}

@keyframes bgScale {
    0% {transform: scale(1)}
    to {transform: scale(1.05)}
}

#sub_div &gt; .inner {overflow:hidden;padding: 160px 0;}
#sub_div &gt; .inner_x {padding: 0px;}
#sub_div img {max-width:100%;}

#sub_div .sb_tit {font-size:36px;line-height: 1.5;}
#sub_div .sb_desc {font-size:18px;line-height: 1.8;word-break: keep-all;}

@media screen and (max-width:1640px){
	#sub_top &gt; .inner {height: 450px;}
	#sub_top .sub_top_box .sub_top_txt {font-size:18px;}
	#sub_top .sub_top_box .sub_top_tit {font-size: 55px;}
	#sub_top .sub_nav {font-size:16px;}

	#sub_div &gt; .inner{padding: 100px 20px;}
	#sub_div &gt; .inner_x {padding: 0px;}
	#sub_div &gt; .inner.bk {margin-top:100px;}
	#sub_div .sb_tit {font-size:32px;}
}
@media screen and (max-width:1024px){
	#sub_top &gt; .inner {height: 350px;}
	#sub_top .sub_top_box .sub_top_txt {font-size:16px;}
	#sub_top .sub_top_box .sub_top_tit {font-size: 42px;}
	
	#sub_div &gt; .inner {padding: 50px 20px;}
	#sub_div &gt; .inner_x {padding: 0px;}
	#sub_div .sb_tit {font-size:26px;}
	#sub_div .sb_desc {font-size:16px;}
}
@media screen and (max-width:500px){
	#sub_top &gt; .inner {height: 300px;padding-top:50px;}
	#sub_top .sub_top_box .sub_top_txt {font-size: 16px;margin-bottom: 5px;}
	#sub_top .sub_top_box .sub_top_tit {font-size: 26px;}
	#sub_top .sub_nav {font-size: 14px;bottom: 20px;flex-wrap: wrap;padding:0 20px;justify-content:center;}
	#sub_div .sb_tit {font-size:22px;line-height:1.5;}
}

/* sejong.php 세종*/
#sejong .txt{margin-top:45px; display:flex;}
#sejong .txt &gt; div{width:50%;}
#sejong .txt .left h3 {font-weight:500; letter-spacing:-0.8px; line-height:1.5}
#sejong .txt .left h3 b{font-weight:700;}
#sejong .txt .left h3 span {font-family: 'Montserrat', sans-serif; }
#sejong .txt .left h3 img {width: 200px;}

#sejong .txt .right p{line-height:1.6;}
#sejong .txt .right p + p{margin-top:30px;}
#sejong .txt .right .t1{font-weight:700; font-size:20px}

/* rexpin.php 렉스핀*/
#rexpin {position:relative;overflow:hidden;}
#rexpin::before {content:'';position:fixed;top: 57%;left: 50%;transform: translate(-50%, -50%);width: 40%;height: auto;aspect-ratio: 71/80;background:url("../img/rexpin_sec02_img05.jpg") no-repeat center/contain;opacity:0.1;z-index: -1;}
#rexpin .txt{margin-top:45px; display:flex;}
#rexpin .txt &gt; div{width:50%;}
#rexpin .txt .left h3 {font-weight:500; letter-spacing:-0.8px; line-height:1.5}
#rexpin .txt .left h3 b{font-weight:700;}
#rexpin .txt .left h3 span {font-family: 'Montserrat', sans-serif; }
#rexpin .txt .right p{line-height:1.6;}
#rexpin .txt .right p + p{margin-top:30px;}
#rexpin .txt .right .t1{font-weight:700; font-size:20px}
#rexpin .sec02 {margin-top:100px; padding-top:100px; border-top:1px solid #e6e6e6}
#rexpin .sec02 .cont{display:flex; gap:120px;}
#rexpin .sec02 .cont + .cont{margin-top:100px}
#rexpin .sec02 .cont .txtbox {padding:10px 0 0; width:100%}
#rexpin .sec02 .cont .txtbox .tit{font-weight:700; margin-bottom:20px; position:relative; padding-left:10px;}
#rexpin .sec02 .cont .txtbox .tit::after{width:5px; height:5px; background:#000; border-radius:5px; position:absolute; left:0;top:14px; content:'';display:block;}
#rexpin .sec02 .cont .txtbox .tit span {font-size:20px; font-weight:500}
#rexpin .sec02 .cont .img{width:20%; padding:20px; flex-shrink:0; display:flex; justify-content:center; align-items:center;}
#rexpin .sec02 .cont .img img{width:100%;}
#rexpin .sec02 .cont ul li{line-height:2;padding-left:10px;}
#rexpin .sec02 .cont ul li span {color:#c43030; font-size:15px; line-height:1.55; padding-left:23px; display:block}

#rexpin .sec02 .cont .table_wrap table{width:100%; text-align:left; border-collapse:collapse;}
#rexpin .sec02 .cont .table_wrap table tr:first-child th{border-top:1px solid #fff}
#rexpin .sec02 .cont .table_wrap table tr:first-child td{border-top:1px solid #fff}
#rexpin .sec02 .cont .table_wrap table th{width:170px; height:75px; color:#000; font-size:19px; border-top:1px solid #ececec}
#rexpin .sec02 .cont .table_wrap table tr:nth-child(2) th{border-top:1px solid #ececec;}
#rexpin .sec02 .cont .table_wrap table tr:nth-child(3) th{border-bottom:1px solid #ececec;}
#rexpin .sec02 .cont .table_wrap table td{height:75px; font-size:17px; border-bottom:1px solid #ececec; line-height:1.4}
#rexpin .sec02 .cont .table_wrap table td + td{border-left:1px solid #ececec;}

/* 이미지 팝업 */
.sub .img_ul {display:flex;gap:50px;flex-wrap: wrap;}
.sub .img_ul li {cursor:pointer;width: calc(100%/3 - 33.4px);}
.sub .img_ul li img {width:100%;}
.sub .img_ul li p { font-size:22px; font-weight:600; letter-spacing:-1px; margin:30px 0 0px;text-align:center;}

@media screen and (max-width: 1440px){
	.sub .img_ul {gap:20px;}
	.sub .img_ul li {cursor:pointer;width:calc(33.333% - 13px);}
}
@media screen and (max-width: 640px){
	.sub .img_ul li {width:100%;}
	.sub .img_ul {flex-direction: column;}
}

.img_popup{transition:0.2s;display:none;position:fixed;z-index:599;background:rgba(0,0,0,0.5);width:100%;height:100%;top: 0;left: 0;}
.img_popup .pop_cont {overflow-y: auto;position:relative;margin: 0  auto;top: 50%;transform: translateY(-50%);max-width: 650px;border-radius:0px;background:#fff;padding:50px;max-height: 95vh;}
.img_popup .pop_cont &gt; button {right: 20px;top: 20px;position: absolute;border: none;background: none;}
.img_popup .pop_cont &gt; button i {color: #000;font-size: 20px;}
.img_popup .pop_cont img {max-height: 100%;max-width: 100%;height: 100%;width: auto;}
.img_popup .pop_cont p {font-size: 20px;padding-top:20px;text-align:center;}

@media screen and (max-width:768px){
	.img_popup .pop_cont {padding:30px;max-width:95%;}
	.img_popup .pop_cont &gt; button {right: 10px;top: 10px;}
	.img_popup .pop_cont &gt; button i {font-size: 20px;}
	.img_popup .pop_cont p {font-size: 18px;}
}

/*product.php 자체제작상품*/
.product .sp_title {font-size:22px; font-weight:400; margin-bottom:20px; color:#00215b}
.product .title {font-size:40px; font-weight:700;padding-bottom:50px; }
.product .wrap {display:flex;gap:266px;}
.product .wrap + .wrap {padding-top:100px;}
.product .cont {width: calc(100% - 850px);}
.product .swiper {max-width:865px;}
.product .desc {line-height:1.6;font-size: 18px;color:#555;padding: 20px 0; word-break: keep-all;border-top: 1px solid #ececec;border-bottom: 1px solid #ececec;}
.product .desc span {display:block;}
.product .desc span + span {padding-top:20px;}

.product3 .content {display:none;}
.product3 .content.on {display:block;}
.product3 .tabbox {display:flex;justify-content: center;gap: 40px;padding-bottom:50px;font-size: 20px;}
.product3 .tabbox a {position:relative;cursor:pointer;}
.product3 .tabbox a.on {font-weight: 600;color:var(--pt1);}
.product3 .tabbox a+a::before {position:absolute;left:-20px;content:'';width:1px;height:100%;background:#000;}


@media screen and (max-width: 1440px){
	.product .wrap .img {width:60%;}
	.product .swiper {max-width:60%;}
	.product .wrap .img img {width:100%;}
	.product .swiper img {width:100%;}
	.product .cont {width: calc(40% - 60px);}
	.product .sp_title {margin-bottom:10px; font-size:17px}
	.product .title {padding-bottom:30px;font-size:32px;}
	.product .desc {font-size: 17px;}
}
@media screen and (max-width: 1200px){
	.business2 .desc br {display:none;}
}
@media screen and (max-width: 1024px){
	.product .wrap { gap:20px;}
	.product .cont {width: calc(40% - 20px);}
	.product .wrap + .wrap {padding-top:50px;}
	.product table td br {display:block;}
	.product .sp_title {font-size:14px}
	.product .title {font-size:26px;}
	.product .desc {height:auto;}
}
@media screen and (max-width: 768px){
	.product .wrap {display:block;}
	.product .wrap .img {width:100%;}
	.product .swiper {max-width:100%;}
	.product .cont {width:100%;}
	.product .title {padding:20px 0 15px;;}
	.product .desc {font-size: 16px;}
}
@media screen and (max-width: 500px){
	.product .wrap + .wrap {padding-top:20px;}
	.product .sp_title {font-size:12px}
	.product .title {font-size:22px;}
}

/*ride.php 놀이기구시설*/
#ride .ride_ul {display:flex; gap:60px; flex-wrap:wrap}
#ride .ride_ul li {width:calc(100%/2 - 60px/2);cursor:pointer;}
#ride .ride_ul li .youtube {width:100%;}
#ride .ride_ul li .youtube iframe {width:100%;height:auto;aspect-ratio:16/9;}
#ride .ride_ul li p {font-size:22px; font-weight:500; letter-spacing:-1px; margin:30px 0 0px;text-align:center;}
#ride .img_ul {margin-top: 160px;}
#ride .tit {margin-top: 60px;font-size:32px;text-align:center;}

/*res.php 문의하기*/
.res {margin-top:150px;padding-bottom:150px;}
.res .res_wrap{display: flex;justify-content: space-between;position: relative;}
.res::before{content: ""; position: absolute; width: 40px; height: 100%; top: 0; right: 120px; background-color: #d9d9d9;}
.res::after{content: ""; position: absolute; width: 120px; height: 100%; top: 0; right: 0; background-color: #00215b;z-index: -1;}
.res .sec_top .sec_tit{font-size: 32px; font-weight: bold; letter-spacing: -0.04em; line-height: 1.4; padding-bottom: 25px;}    

.res .res_tit {font-size:50px;font-weight:700;color:#202020;line-height:1;}
.res .res_tit .mg_tp {display:block;margin-top:20px;}
.res .form {max-width:940px;}
.res .form .res_ul {display:flex;flex-wrap:wrap;justify-content:space-between;}
.res .form .res_ul li {width:100%;margin-bottom:30px;}
.res .form .res_ul li.w50{width:450px;}
.res .form .res_ul li p {margin-bottom:20px;font-size:20px;font-weight:bold;color:#000;line-height:1;letter-spacing: -0.04em;}
.res .form .res_ul li p.rq {background:none !important; }
.res .form .res_ul li p.rq::after {content:"(필수)";padding-left: 5px;}
.res .form .res_ul li input {width:100%;height:60px;padding:20px 12px;font-family:'Pretendard',sans-serif;font-size:17px;border:1px solid #cbcbcb;border-radius:0;}
.res .form .res_ul li textarea {width:100%; height: 120px; padding: 20px 13px;font-family:'Pretendard',sans-serif;font-size:16px;border:1px solid #cbcbcb;border-radius:0;resize:none;}
.res .form .res_ul li input::placeholder, .res .form .res_ul li textarea::placeholder {color:#999999;}
.res .form .submit_wrap{width: 100%; display: flex; justify-content: flex-end;align-items: center;}
.res .form .btn_submit {width:180px;height:60px;background:#00215b;font-family:'Pretendard',sans-serif;font-size:17px;color:#fff;text-align:center;border:none;border-radius:0; margin: 0 auto; margin-right: 0; letter-spacing: -0.04em;}
.res .check_box {width: 100%;font-size:16px;}

@media screen and (max-width: 1440px){
	.res {margin-top:100px;padding:0 100px 100px 20px;}
	.res .res_wrap{width:100%;gap:50px;}
	.res .sec_top {width:400px;}
	.res .sec_top .sec_tit{font-size: 38px;}
	.res::before {width:20px;right: 60px; }
	.res::after {width:60px;}
	.res .form .res_ul {gap:20px;}
	.res .form .res_ul li.w50 {flex:1 1 45%;margin-bottom:20px;}
	.res .form .res_ul li p {font-size:18px;}
}
@media screen and (max-width: 1300px){
	.res .res_wrap {gap:20px;}
	.res .sec_top {width:500px;}
	.res .sec_top .sec_tit {font-size: 32px;}
}
@media screen and (max-width: 1024px){
	.res {margin-top:50px;padding:0 100px 50px 20px;}
	.res .res_wrap {flex-direction:column;gap:20px;}
	.res .form .res_ul li .ipt_label {font-size:18px;}
	.res .form .res_ul li input {font-size:16px;height:50px;}
	.res .sec_top .sec_tit br {display:none;}
	.res .form .btn_submit {width:130px;height:50px}
	.res .sec_top {width:100%;}
}
@media screen and (max-width: 768px){
	.res .sec_top .sec_tit{font-size: 32px;}
	.res .form .submit_wrap {flex-direction:column;gap:20px;}
	.res .form .res_ul li textarea {padding:14px;}
}
@media screen and (max-width:500px){
	.res {padding:0 50px 50px 20px;}
	.res::before {width:10px;right: 20px; }
	.res::after {width:20px;}
	.res .sec_top .sec_tit{font-size:24px;}
	.res .form .res_ul li.w50 {flex:1 1 100%;margin-bottom: 0px;}
}</pre></body></html>