@charset "utf-8";

@font-face {
  font-family: 'CormorantGaramond';
  src: url('../../font/CormorantGaramond-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CormorantGaramond';
  src: url('../../font/CormorantGaramond-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSansKR';
  src: url('../../font/NotoSansKR-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
}

@font-face {
  font-family: 'SUIT-Variable';
  src: url('../../font/SUIT-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
}
/* 초기화 */
html {overflow-y:scroll; }
body {margin:0;padding:0;font-size:0.75em;font-family: 'SUIT-Variable', 'NotoSansKR', sans-serif;background:#fff;letter-spacing: -0.05em;}
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:'SUIT-Variable', 'Malgun Gothic', dotum, sans-serif}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

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

textarea, select {font-family:'Malgun Gothic', 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:inherit;text-decoration:none}
img{width: auto;}
*, :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:950px}

#hd_pop,

#tnb .inner,

#gnb .gnb_wrap,

#ft_wr {width:100%;overflow: hidden;}
#container_wr{width:100%;}

/* 팝업레이어 */
#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}

/* 상단 레이아웃 */
#hd {background:#373737}
#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:100%;    width: 100%;zoom:1}
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}
#hd_wrapper .main_top{/*position: absolute;    top: calc(50% + 40px);    left: 50%;    transform: translate(-50%, -50%);*/     text-align: center;margin-top: 58px;}
#hd_wrapper .main_top img{width: 100%;}

#logo {position: absolute;  top: 14px;  left: 10px;}
#logo img{    max-width: 300px;}

.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}


/* 메인메뉴 */


/* 중간 레이아웃 */
#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;display: none;}

#container {position:relative;float:left;height:auto !important;margin:0px 0;font-size:1em;width:100%;zoom:1;overflow: hidden;}
#container:last-child{}
#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 {margin:0 auto;text-align:center;color: #aca59d;border-top: 1px solid #aca59d;}
#ft h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ft_wr {margin:0;padding:20px 0 50px;position:relative;display:inline-block;text-align:left;}
#ft_wr:after {display:block;visibility:hidden;clear:both;content:""}
#ft_wr .ft_cnt {padding:0 20px}

#ft_link {text-align:left;display: flex;gap: 20px;}
#ft_link .ft_page{font-size: 2em;}
#ft_link a {display:block;line-height:2em;color: #aca59d;}
#ft_company h2 {font-size:1.3em;margin-top:20px;font-weight: 400;}
#ft_company {font-weight:normal;line-height:2em; display: flex;justify-content: space-between;}
#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:80px;right:80px;width:78px;height:78px;line-height:46px;border-radius: 50%;}
#top_btn:hover {border-color:#3059c7;background:#dddcdc;color:#fff;}
.fa-arrow-up{font-style: normal;color:#969696}





/* 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 태그 기본값 */
#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 {line-height:35px;height:35px;padding:0 10px;text-align:center;font-weight:bold;border:0;font-size:1.4em;
-webkit-transition:background-color 0.3s 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}

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:#3a8afd;color:#fff;cursor:pointer;border-radius:3px}
.btn_submit:hover {background:#2375eb}
.btn_close {border:1px solid #dcdcdc;cursor:pointer;border-radius:3px;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}
.btn_cancel:hover {background:#aaa}
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}








/*기본 리스트*/
.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:20px 0 !important;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 {clear:both;float:left;display:inline-block}
.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:#eee;border:1px solid #eee}
.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:3px}
.pg_page:hover {background-color:#fafafa}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {background-color:#fafafa}

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

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

/*index 메인페이지 css*/
#container.bg_blck {background: #373737;}
.content{max-width:  min(80%, 1620px);margin: 50px auto 50px;position: relative; }
.content.on_air{    margin: 0px auto 0px;}
.content.vol{    margin: 0px auto 50px;}
.row {  transform: translateY(100px);  transition: all 0.5s ease;  opacity: 1;}
  
  
#container_wr > #container:last-child .content{    margin: 50px auto 20px;}

.font_title{font-family: 'CormorantGaramond', serif; font-weight: bold;}
.tile{color: #c79f6f;font-size: 7em;}
.swiper-slide {width: auto; flex-shrink: 0; }
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {content: none;}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {content: none;}


/*.ver_link{ width: calc(100% - 100px);  height: 100%;  display: flex;  justify-content: space-between;  padding: 30px;  align-items: center;    }*/

/*on air*/
.content.event{margin: 00px auto 50px;}
.on_air .tile{padding-bottom: 20px;}
.on_air .swiper1{}
.on_air .swiper1 .swiper-slide .slide-content .main{width:100%;max-width: 680px;}
.on_air .swiper1 .swiper1-prev{display:none;}
.on_air .swiper1 .swiper1-next{top: 50px;font-size: 10em;color: #c79f6f;right: 4%;}
.on_air .swiper1 h3{font-size: 1.7em;font-weight: 500;padding: 20px 0;color: #e2e0d5;display: flex;align-items: center;}
.on_air .swiper1 .on_air_icon_01{max-width: 35px;margin-left: 30px;}

/*News*/
.content.news{}
.news .swiper2{}
.news .swiper2 .swiper2-next{font-size: 3em;color:#fff;background: #c79f6f;border-radius: 50%;width: 1.5em;height: 1.5em;top: 90%;align-items: flex-start;line-height: 1.5;}
.news .swiper2 .swiper2-prev{right:2em;left:unset;font-size: 3em;color:#fff;background: #aca59d;border-radius: 50%;width: 1.5em;height: 1.5em;top: 90%;align-items: flex-start;line-height: 1.5;}
.news .swiper2 .swiper-slide{border-bottom: 1px solid;}
.news .swiper2 .swiper-slide .slide-content{width:100%;max-width: 460px;}
.news .swiper2 .news_tile{overflow-wrap: break-word;word-break: keep-all;font-size: 1.3em;padding: 1.3em 0;color:#373737;    height: 9.4em;display: -webkit-box;
  -webkit-box-orient: vertical;  overflow: hidden;  text-overflow: ellipsis;  -webkit-line-clamp: 3;  line-height: 1.25;  max-height: 5em;letter-spacing: -0.7px;}
  .news .swiper2 .news_tile.top_s{max-height: calc(3em* 2);padding: 1.3em 0 0;}
  .news .swiper2 .swiper-slide .slide-content .main{width: 100%;}
.news .swiper2 .news_tile b{font-size: 1.3em;}
.news .swiper2 .news_date{color:#373737;padding: 3em 0 1em;font-size: 1.5em;}
.news .news_big_ul {display: flex;justify-content: space-between;position: relative;    overflow: hidden; }
.news .news_big_ul > li {flex-shrink: 0;flex-grow: 0;min-width: 200px;max-width: 75%;box-sizing: border-box;overflow: hidden; }

/*event */
.event .event_ul{display: flex;justify-content: space-between;    gap: 20px;}
.event .event_ul .box{color:#fff;width: 49%;position: relative;display: flex;align-items: flex-start;flex-direction: column;justify-content: center;}
.event .event_ul .box.bg_1{background: #da8e39;}
.event .event_ul .box.bg_2{background: #133250;}
.event .event_ul .box .ver_link{}
.event .event_ul .box .ver_link img{width: 100%;}
.event .event_ul .box .big{font-size: 4em;font-weight: 600;margin-top: 20px;}
.event .event_ul .box .small{font-size: 2em;font-weight: 400;    margin-top: 20px;}
.event .event_ul .box .icon{position: absolute;bottom: 8%;right: 3%;}

/* vol */

.vol .what{font-size: 3.5em;font-weight: 600;padding: 0px 0 20px;letter-spacing: -0.1em;}
.vol ul{display: flex;gap: 20px;justify-content: flex-start;   flex-wrap: wrap;}
.vol ul li{border-top: 2px solid;width: calc((100% / 4) - 20px);margin-top: 3em;}
.vol ul li a img{width: 100%;}
.vol ul li:last-child{border-bottom: 2px solid;}
.vol ul li:last-child a{    display: flex
  ;
      align-items: flex-end;
      flex-direction: column;    justify-content: space-between;
      height: 90%;height: 100%;
      margin: auto 0;}
.vol ul li .small{font-size: 2.5em;max-width: 100%;word-break: keep-all;padding: 0.8em 0;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;line-height: 1.2;max-height: calc(1.6em * 2); height: 2.7em;letter-spacing: -0.1em;}
.vol ul li .small.list{padding: 0;}
.vol ul li .big{font-size: 2.5em;font-weight: 600;padding: 20px 0 10px;}

/* blog */
.blog .blog_ul{display: flex;justify-content: flex-start;gap: 20px;}
.blog .blog_ul .box{}
.blog .blog_ul .box .ver_link{  }
.blog .blog_ul .box .icon{ max-width: 68px;}
.blog .blog_ul .box .small{font-size: 2em;width: 100%;font-weight: bold;}
.blog .what{color:#aca59d;font-size: 3em;font-weight: 600;margin: 80px 0 0px;}


/*top_center*/
.top_center .top_text{display: flex;justify-content: space-between;margin-bottom: 1em;
  gap: 10px;}
.top_center .top_text > li {      width: 50%;}
.top_center .top_text .text_area{position: relative;}
.top_center .top_text.top_01 .text_area{width: 50%;}
.top_center .top_text .text_area ul{    display: flex;justify-content: space-between;gap:10px;    overflow: hidden;}
.top_center .top_text.left_img  .text_area ul{flex-direction: row-reverse;}

.top_center .top_text.left_img .text_area .big{right:0;}
.top_center .top_text .text_area .big{color: #c79f6f;font-size:8em;line-height: 1.2;position: absolute;  z-index: 1;}
.top_center .top_text .text_area .small{font-size: 2.2em;line-height: 1.2;    letter-spacing: -1.5px;    padding-top: 30px;}
.top_center .top_text .text_area .top_icon{    position: absolute;bottom: 0;    width: auto;}
.top_center .top_text .text_area .text_img{    max-width: 79%;}
.top_center .top_text.top_03 .text_area .small{}

/*마우스 오버 배경경*/
/* 기본 설정 */
.hover_effect {  position: relative;  overflow: hidden;}
.hover_effect img {  display: block;  width: 100%;  height: auto;  transition: transform 0.6s ease; /* 이미지 확대 효과 */}

.hover_effect .overlay {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  color: #fff;  display: flex;  align-items: center;justify-content: center;  opacity: 0; /* 초기에는 숨김 */  transition: opacity 0.6s ease;flex-direction: column;    z-index: 1;justify-content: flex-end;}
.hover_effect .overlay.bg_1{background: rgba(0, 0, 0, 0.7);   }
.hover_effect .overlay.bg_2{background: rgb(19, 50, 80, 0.7);   }
.hover_effect .overlay.bg_3{background: rgb(126, 73, 41, 0.8);   }
.hover_effect .overlay.bg_4{background: rgb(19, 50, 80, 0.7);   }
.hover_effect .overlay .over_text{font-size: 1.3em;text-align: left;line-height: 1.4;padding: 10px 15px;}
.hover_effect .overlay .over_text_title{font-size: 2.3em;font-weight: 600;text-align: left;position: absolute;top: 20px;left: 15px;}
.text_area .hover_effect .overlay{max-width: 79%;}
.right_img .text_area .hover_effect .overlay{right: 0;    left: unset;}
.hover_effect:hover img{}
.top_text:hover > .text_area > .row > .text_img img {
  /*transform: translate(-100%, 0) scale(3.4);
  transition: transform 0.6s ease-in-out;*/
}
.top_text.left_img:hover > .text_area > .row > .text_img img {
  /*transform: translate(100%, 0) scale(3.4);
  transition: transform 0.6s ease-in-out;
  position: relative;
  z-index: 1;*/
}

 .hover_effect:hover .overlay {  opacity: 1;}

.hover_effect .overlay.over_rate_01{}
.hover_effect .overlay.over_rate_02{}
.hover_effect .overlay.over_rate_03{padding: 0 110px 0 340px;}

  .pc{display: block !important;}
  .mo{display: none !important;}



  /*menu*/

.navbar {padding: 0;position: fixed;    max-width: 1430px;
  margin: 0 auto;width: 100%;
  left: 50%;top: 0;
  transform: translateX(-50%);
  background: #373737;    z-index: 1;}
.menu {list-style: none;margin: 0;padding: 0;display: flex;transition: max-height 0.3s ease;font-size: 1.7em;    font-weight: 300;justify-content: flex-end;}
.menu-item {position: relative;min-width: 80px;}
.menu-item > a {display: block;color: white;text-decoration: none;padding: 15px 25px;transition: background-color 0.3s;}
.menu-item > a.search_start{padding: 13px 20px;}
.menu-item > a.search_start img{    max-width: 27px;}
.menu-item > a:hover {background-color: #444;color:  yellow;}
.dropdown {list-style: none;position: absolute;top: 100%;left: 0;background-color: #444;min-width: 410px;display: none;opacity: 0;transform: translateY(-10px);transition: opacity 0.3s, transform 0.3s;font-size: 0.7em;    padding-bottom: 6px;padding-top: 10px;}
.dropdown li a {display: block;color: white;text-decoration: none;padding: 6px 15px;transition: background-color 0.3s;}
.dropdown li a:hover {background-color: #555;color:  yellow;}
.menu-item:hover .dropdown, .menu-item.active .dropdown {display: block;opacity: 1;transform: translateY(0);}

.menu-toggle {display: none;flex-direction: column;cursor: pointer;padding: 10px;}
.menu-toggle span {background: white;height: 3px;margin: 5px 0;width: 25px;}
.menu-item a {color: white;}
.menu-item.col a {color: #c79f6f;}
.content.page_cate{    margin: 0 auto;    background: #fff;    display: flex  ;      justify-content: space-between;max-width: 1250px;font-size: 1.4em;padding: 1.7em 0 1.7em;font-weight: 500;}
.content.page_cate .welcome{}
.content.page_cate .present{}
.content.subcri_banner{max-width: 920px;}



/*search*/

.content.search_list{max-width: 1150px;}
.space_search{position: fixed;box-sizing: border-box;max-width: 999999px;width: 100% !important;height: auto ! Important;padding: 0;padding-bottom: 60px !important;text-align: center;background: #fff;z-index: 99999999999999;top: 0;}
	.search-field::-webkit-search-cancel-button {display: none; /* 크롬, 사파리 */}
	.search-field::-moz-search-cancel-button {display: none; /* 파이어폭스 (구버전) */}
	.space_search .dim{    height: 100vh;background: rgba(0, 0, 0, 0.3);position: absolute;top: 252px;   		z-index: -1;    width: 100%;
    left: 0;}
	.space_search .space_search_child{position: relative;margin: 0 auto !important;padding-top: 100px;z-index: 2; }
	.space_search .space_search_child .space_search_exam{display: flex;align-items: center;justify-content: center;flex-wrap: wrap;gap: 20px;padding: 20px;font-size: 1.3em;color: #333;}
	.space_search .space_search_child form{position: relative;}
	.space_search .space_search_child form .search_end{position: absolute;top: -50%;    right: 2em;}
	.space_search .space_search_child form label{position: relative;}
	.space_search .space_search_child form label .search-field{box-shadow: none;box-sizing: border-box;padding: 10px 12px;line-height: normal;transition: 0.3s ease;outline: none;    -webkit-appearance: none;font-weight: 300 !important;color: #555 !important;font-size: 22px ! Important;width: 40%;min-width: 300px;}
	.space_search .search_close{position: absolute;top: 42%;left: 75%; z-index: 3; }



  



	@media only all and (max-width:1430px) {
    /*.content{    max-width: 860px;}
    .content.on_air{    max-width: 860px;}*/

    .right_img .text_area .hover_effect .overlay{}
    /*.hover_effect .overlay .over_text_title{font-size: 1.5em;}
    .hover_effect .overlay .over_text{    font-size: 1.2em;}*/
    .top_center .top_text .text_area .big{    font-size: 6em;}
    .top_center .top_text{}
    .top_center .top_text.top_01 .text_area .top_icon{    max-width: 320px;}

    .vol ul li img{width: 100%;}

    .news .news_big_ul > li{max-width: calc(100% - 25%);}
   
    .event .event_ul .box .big{    font-size: 3.5em;}
    
   
   .event .event_ul .box{    width: 100%;justify-content: flex-start;}

    #ft_wr{max-width:1240px;}
	}
  @media only all and (max-width:1230px){
/*menu*/
.navbar{padding: 0px 10px;    background: #373737;}
.menu {  flex-direction: column;  max-height: 0;  overflow: hidden;    font-size: 2.4em;padding-top: 10px;}
.menu-item{    min-width: 180px;       }
  .menu-item > a{    padding: 10px 25px;}
.menu.open {  max-height: 800px;    }
.menu-item > a.search_start{    padding: 10px 20px 70px;}
.menu-toggle {  display: flex;align-items: flex-end;}
.dropdown {    display: none !important;     position: static;    margin-top: -20px;  }
.dropdown li a{    margin-left: 2em;}
.menu-item.active .dropdown {    display: block;  }
.dim_2{    height: 100vh;background: rgba(0, 0, 0, 0.3);position: fixed;top: 59px;   		z-index: -1;    width: 100%;
  left: 0; display: none;}
  .dim_2.open {      display: block;       transition: display 0.3s ease; }
  
  .space_search .search_close{top: 10%;left: 80%;}
  
  }
	@media only all and (max-width:1024px) {

    body{font-size: 0.75em;}
    
    #hd, #wrapper, #ft{min-width: 1020px;}
    #hd_wrapper{width: 100%;overflow: unset;z-index: 1;transition: height 0.5s ease;}
    #hd_wrapper .main_top{ z-index: -1;top: calc(50% + 40px);width: 100%;}
    
    #container{    padding: 0 20px;  }
    .main{width: 100%;}
    

    .on_air .swiper1{overflow: hidden;}

    .on_air .swiper1 .swiper1-next{    right: 10%;       }

    .news .news_big_ul > li{ max-width: 950px;}
 /*top_center*/
 .top_center .top_text{    gap: 10px;height:auto;}
 .top_center .top_text > li {width: 100%;}
 .top_center .top_text li{    flex: unset;}
 
 .top_center .top_text .text_area .big{    font-size:5em;}
 .top_center .top_text .text_area .small{    font-size:1.7em;}
 .top_center .top_text .text_area .top_icon{}
 .top_center .top_text.top_01 .text_area .top_icon{width: auto;display: block;max-height: 220px;}
 .top_center .top_text.top_01 .text_area{    width: 100%;}
 .top_center .top_text .text_area ul{    gap: 10px;}
 .top_center .top_text.top_03 .text_area .small{}

 .hover_effect .overlay {  opacity: 0;    padding: 20px;}
 .hover_effect .overlay .over_text_title{  font-size: 1.6em;  }
 .hover_effect .overlay .over_text{font-size: 1.2em;padding: 0px;}
 .hover_effect .overlay.over_rate_03{padding: 20px;}
  
  /*tail*/
  #ft_link{flex-wrap: wrap;    gap: 10px;}
  #ft_link a{line-height: 1.2em;}
  #ft_company{flex-direction: column;}
  }
  @media only all and (max-width:1290px) {



   /*event*/
  
  }

  @media only all and (max-width:1024px) {
    #hd, #wrapper, #ft{min-width: 720px;}
    #hd_wrapper .main_top{}
    .content{      max-width: 100%;}
/*news*/
.tile{font-size: 5em;} 
.news .news_big_ul{flex-direction: column-reverse;}
  .news .swiper2 .news_tile{font-size: 1.5em;    padding: 20px 0;    height: 9.4em;max-height: 4.7em;}
  .news .swiper2 .news_date{font-size: 1em;}
  .news .swiper2 .swiper2-prev{            top:  1em;      right: 2em;width: 1.4em;    height: 1.4em;        line-height: 1.4;}
  .news .swiper2 .swiper2-next{top: 1em;width: 1.4em;    height: 1.4em;        line-height: 1.4;}
    

  }

@media screen and (max-width:768px) {
  .pc{display: none !important;}
  .mo{display: block !important;}


  /*기본틀*/
  #ft_link .ft_page{    font-size: 1em;}
  #ft_company h2{    font-size: 1.1em;}
  #hd, #wrapper, #ft{min-width: 320px;}
  #hd_wrapper{width: 100%;overflow: unset;z-index: 1;}
  .content{    max-width: 100%;width: 100%;margin: 40px auto 25px;}
  .content.vol{margin: 00px auto 25px;}
  #ft_wr{    width: 100%;}#ft_copy{width: 0;}
  #container{    padding: 0 20px;  }
  #logo{max-width: 200px;    padding: 0;top: 25px;}
  .row {
    transform: translateY(00px);
    transition: all 0.5s ease;
    opacity: 1;
  }
  
  img{width: 100%;}
  #top_btn{bottom: 40px;    right: 40px;    width: 40px;    height: 40px;line-height:0;}
  .content.page_cate{padding: 0 20px;    font-size: 1.4em;}
  .space_search .space_search_child form .search_end{  }
  


  /*on_air*/
  
  .on_air .swiper1 .swiper1-next{font-size: 6em;    top: 9%;    right: 10%;}
  .on_air .swiper1 h3{    font-size: 1em;}

  /*event*/
  
  .event .event_ul{flex-direction: column;}
  .event .event_ul .box{    width: 100%;justify-content: flex-start;}
  .event .event_ul .box .icon{width: 100px;}
  .event .event_ul .box .big{    font-size: 2em;}
  .event .event_ul .box .small{font-size: 1.2em;}
  .event .event_ul .box .ver_link{width: 100%;}

  /*vol*/
  .vol .what{    font-size: 2.5em;padding: 0px 0 30px;}
  .vol ul{flex-direction: column;}
  .vol ul li:first-child,  .vol ul li:last-child { }
  .vol ul li{width: 100%;}
  .vol ul li .big{    font-size: 1.5em;}
  .vol ul li .small{font-size: 2em;}


  /*blog*/
  .blog .blog_ul{flex-wrap: wrap;}
  .blog .blog_ul .box{height: auto;}
  .blog .what{font-size: 2em;}
  .blog .blog_ul .box .small{font-size: 1.3em;}
  .blog .blog_ul .box .ver_link img{ max-width: 60px; }

/*news*/
.news .swiper2 .swiper-slide{border-bottom: none;}

  
/*top_center*/
.top_center .top_text{margin-bottom: 1em;flex-direction: column;}
.top_center .top_text .text_area .big{    font-size:3em;}
.top_center .top_text .text_area .small{    font-size: 1.7em;}
.top_center .top_text .text_area .top_icon{}
.top_center .top_text.left_img{flex-direction: column-reverse;}
.top_center .top_text .text_area .text_img{max-width: 86%;}
.text_area .hover_effect .overlay{max-width: 86%;}
.hover_effect .overlay {  opacity: 1;    padding: 20px;height: 60px;top: unset;bottom: 0;}
.top_center .top_text.top_01 .text_area .top_icon{max-height: 80px;}


.top_center .top_text li{}
.hover_effect .over_text_title.mo{font-weight: 600;font-size: 1.5em;position: absolute;  top: 10px;  left: 15px;  color: #fff;}
.hover_effect .overlay .over_text_title{font-size: 1.3em;    transform: translateY(-50%);    top: 50%;}
  .hover_effect .overlay .over_text{font-size: 1.1em;padding-top: 10px;}
}