@charset "utf-8";

@font-face {
	font-family: 'Spoqa Han Sans Neo';
	font-style: normal;
	font-weight: 100;
	src: url(../font/SpoqaHanSansNeo-Thin.woff2) format('woff2'),
	url(../font/SpoqaHanSansNeo-Thin.woff) format('woff'),
	url(../font/SpoqaHanSansNeo-Thin.otf) format('opentype');
}

@font-face {
	font-family: 'Spoqa Han Sans Neo';
	font-style: normal;
	font-weight: 300;
	src: url(../font/SpoqaHanSansNeo-Light.woff2) format('woff2'),
	url(../font/SpoqaHanSansNeo-Light.woff) format('woff'),
	url(../font/SpoqaHanSansNeo-Light.otf) format('opentype');
}

@font-face {
	font-family: 'Spoqa Han Sans Neo';
	font-style: normal;
	font-weight: 400;
	src: url(../font/SpoqaHanSansNeo-Regular.woff2) format('woff2'),
	url(../font/SpoqaHanSansNeo-Regular.woff) format('woff'),
	url(../font/SpoqaHanSansNeo-Regular.otf) format('opentype');
}

@font-face {
	font-family: 'Spoqa Han Sans Neo';
	font-style: normal;
	font-weight: 500;
	src: url(../font/SpoqaHanSansNeo-Medium.woff2) format('woff2'),
	url(../font/SpoqaHanSansNeo-Medium.woff) format('woff'),
	url(../font/SpoqaHanSansNeo-Medium.otf) format('opentype');
}

@font-face {
	font-family: 'Spoqa Han Sans Neo';
	font-style: normal;
	font-weight: 700;
	src: url(../font/SpoqaHanSansNeo-Bold.woff2) format('woff2'),
	url(../font/SpoqaHanSansNeo-Bold.woff) format('woff'),
	url(../font/SpoqaHanSansNeo-Bold.otf) format('opentype');
}

@font-face {
	font-family:'SCDream';
	font-style:normal;
	font-weight:400;
	src: url(../font/SCDream4.woff2) format('woff2'),
		url(../font/SCDream4.woff) format('woff'),
		url(../font/SCDream4.otf) format('opentype');
}

@font-face {
	font-family:'SCDream';
	font-style:normal;
	font-weight:500;
	src: url(../font/SCDream5.woff2) format('woff2'),
		url(../font/SCDream5.woff) format('woff'),
		url(../font/SCDream5.otf) format('opentype');
}

@font-face {
	font-family:'SCDream';
	font-style:normal;
	font-weight:600;
	src:
		url(../font/SCDream6.woff) format('woff'),
		url(../font/SCDream6.otf) format('opentype');
}


/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:1.5rem;font-family:'Spoqa Han Sans Neo','Malgun Gothic', dotum, sans-serif;background:#fff}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1.5rem;font-family:'Spoqa Han Sans Neo','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:1.5rem}
input, button {margin:0;padding:0;font-family:'Spoqa Han Sans Neo','Malgun Gothic', dotum, sans-serif;font-size:1.5rem}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

textarea, select {font-family:'Spoqa Han Sans Neo','Malgun Gothic', dotum, sans-serif;font-size:1.5rem}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.5rem}
a {color:#000;text-decoration:none}

*, :after, :before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

input[type=text],
input[type=password], textarea {
-webkit-transition:all 0.30s ease-in-out;
-moz-transition:all 0.30s ease-in-out;
-ms-transition:all 0.30s ease-in-out;
-o-transition:all 0.30s ease-in-out;
outline:none;
}

input[type=text]:focus,
input[type=password]:focus, 
textarea:focus,
select:focus {
-webkit-box-shadow:0 0 5px #aaa;
-moz-box-shadow:0 0 5px #aaa;
box-shadow:0 0 5px #aaa;
border:1px solid #000 !important;
}

.placeholdersjs {color:#acacac !important}




html{
  font-size:62.5%;
  overflow-x:hidden;
}
/*
html { font-size:62.5%; }, 또는 html { font-size:10px; }로 하면 
10px은 1rem,
12px은 1.2rem,
14px은 1.4rem 
이 되기 때문에 따로 계산할 필요가 없어 px을 사용 할때 처럼 사용 할 수 있다
*/

/* media queries  */
@media all and (max-width:1260px) {
  html{font-size:55%;}
}

/* media queries  */
@media (max-width:500px){
  html{font-size:50%;}
}









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

/* #hd_pop,
#hd_wrapper,
#tnb .inner,

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

/* 팝업레이어 */
#hd_pop {
  z-index:1000;position:relative;margin:0 auto;height:0;
}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {
  position:absolute;background:#fff;
  -webkit-box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.3);
  box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.3);
}
.hd_pops img {max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding:0;background:#555;color:#fff;text-align:center;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:#555;text-align:center; font-size:1.4rem;}
#hd_pop .hd_pops_close {
  position:absolute; top:2rem; right:2rem; width:23px; height:23px;
  background:url("/img/notice_close.png") no-repeat center;
  border:0; outline-style:none; font-size:0;
}

@media all and (max-width:825px) {
  .hd_pops {left:50px !important;}
}

@media all and (max-width:520px) {
  .hd_pops {top:2rem !important; left:4rem !important; right:4rem;}
  #hd_pops_1 {top:26rem !important; left:9rem !important; right:9rem;}
  #hd_pops_4 {top:25rem !important; left:4rem !important; right:4rem;}
  #hd_pops_2 {top:22rem !important;}
  .hd_pops .hd_pops_con {width:100% !important; height:auto !important;}
  .hd_pops .hd_pops_con img {width:100%; max-width:inherit !important; height:auto;}
}





/* 상단 레이아웃 */
#hd {background:#212020}
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#tnb {border-bottom:1px solid #383838;margin:0 auto}
#tnb:after {display:block;visibility:hidden;clear:both;content:""}
#tnb .inner {margin:0 auto}

#hd_wrapper {position:relative;margin:0 auto;height:140px;zoom:1}
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#logo {float:left;padding:30px 0 0}

.hd_sch_wr {float:left;padding:30px 0;width:445px;margin-left:65px}
#hd_sch h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_sch {border-radius:30px;overflow:hidden}
#hd_sch #sch_stx {float:left;width:385px;height:45px;padding-left:10px;border-radius:30px 0 0 30px;background:#2c2c2c;border:0;border-right:0;font-size:1.25em;color:#fff}
#hd_sch #sch_submit {float:left;width:60px;height:45px;border:0;background:#2c2c2c;color:#fff;border-radius:0 30px 30px 0;cursor:pointer;font-size:16px}

#hd_define {float:left}
#hd_define:after {display:block;visibility:hidden;clear:both;content:""}
#hd_define li {float:left;font-size:1.083em;line-height:14px;border-right:1px solid #4a4a4a;position:relative;text-align:center;margin:15px 10px 15px 0;padding-right:10px}
#hd_define li:last-child {padding-right:0;margin-right:0;border-right:0}
#hd_define li a {display:inline-block;color:#919191}
#hd_define li.active a {color:#fff}

#hd_qnb {float:right;text-align:right}
#hd_qnb:after {display:block;visibility:hidden;clear:both;content:""}
#hd_qnb li {float:left;font-size:1.083em;line-height:14px;border-right:1px solid #4a4a4a;position:relative;text-align:center;margin:15px 10px 15px 0;padding-right:10px}
#hd_qnb li:last-child {padding-right:0;margin-right:0;border-right:0}
#hd_qnb li span {display:block;margin-top:5px;font-size:0.92em}
#hd_qnb li a {display:inline-block;color:#919191}
#hd_qnb .visit .visit-num {display:inline-block;line-height:16px;padding:0 5px;margin-left:5px;border-radius:10px;background:#da22f5;color:#fff;font-size:10px}


.hd_login {position:absolute;right:0;top:60px}
.hd_login li {float:left;margin:0 5px;border-left:1px solid #616161;padding-left:10px;line-height:13px}
.hd_login li:first-child {border-left:0}
.hd_login a {color:#fff}


/* 메인메뉴 */
#gnb {position:relative;background:#fff}
#gnb > h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#gnb .gnb_wrap {margin:0 auto;position:relative}
#gnb .gnb_wrap:hover, #gnb .gnb_wrap:focus, #gnb .gnb_wrap:active{z-index:3}
#gnb #gnb_1dul {font-size:1.083em;padding:0;border-bottom:1px solid #e0e2e5;zoom:1}
#gnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb .gnb_1dli {float:left;line-height:55px;padding:0px;position:relative}
#gnb .gnb_1dli:hover > a {color:#3a8afd;
-webkit-transition:background-color 2s ease-out;
-moz-transition:background-color 0.3s ease-out;
-o-transition:background-color 0.3s ease-out;
transition:background-color 0.3s ease-out}

.gnb_1dli .bg {position:absolute;top:24px;right:8px;display:inline-block;width:10px;height:10px;overflow:hidden;background:url('./images/gnb_bg2.gif') no-repeat 50% 50%;text-indent:-999px}
.gnb_1da {display:block;font-weight:bold;padding:0 15px;color:#080808;text-decoration:none}
.gnb_1dli.gnb_al_li_plus .gnb_1da{padding-right:25px}
.gnb_2dli:first-child {border:0}
.gnb_2dul {display:none;position:absolute;top:54px;min-width:140px;padding-top:2px}
.gnb_2dul .gnb_2dul_box {border:1px solid #e0e2e5;border-top:0;padding:0;
-webkit-box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2);
-moz-box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2);
box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2)}
.gnb_2da {display:block;padding:0 10px;line-height:40px;background:#fff;color:#080808;text-align:left;text-decoration:none}
a.gnb_2da:hover {color:#3a8afd;background:#f7f7f8;
-moz-transition:all 0.3s ease-out;
-o-transition:all 0.3s ease-out;
transition:all 0.3s ease-out}

.gnb_1dli_air .gnb_2da {}
.gnb_1dli_on .gnb_2da {}
.gnb_2da:focus, .gnb_2da:hover {color:#fff}
.gnb_1dli_over .gnb_2dul {display:block;left:0}
.gnb_1dli_over2 .gnb_2dul {display:block;right:0}
.gnb_wrap .gnb_empty {padding:10px 0;width:100%;text-align:center;line-height:2.7em;color:#080808}
.gnb_wrap .gnb_empty a {color:#3a8afd;text-decoration:underline}
.gnb_wrap .gnb_al_ul .gnb_empty, .gnb_wrap .gnb_al_ul .gnb_empty a {color:#555}

#gnb .gnb_menu_btn {background:#4158d1;color:#fff;width:50px;height:55px;border:0;vertical-align:top;font-size:18px}
#gnb .gnb_close_btn {background:#fff;color:#b6b9bb;width:50px;height:50px;border:0;vertical-align:top;font-size:18px;position:absolute;top:0;right:0}
#gnb .gnb_mnal {float:right;padding:0}

#gnb_all {display:none;position:absolute;border:1px solid #c5d6da;width:100%;background:#fff;z-index:1000;-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.2);
-moz-box-shadow:0 2px 5px rgba(0,0,0,0.2);
box-shadow:0 2px 5px rgba(0,0,0,0.2)}
#gnb_all h2 {font-size:1.3em;padding:15px 20px;border-bottom:1px solid #e7eeef}
#gnb_all .gnb_al_ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb_all .gnb_al_ul > li:nth-child(5n+1) {border-left:0}
#gnb_all .gnb_al_li {float:left;width:20%;min-height:150px;padding:20px;border-left:1px solid #e7eeef}
#gnb_all .gnb_al_li .gnb_al_a {font-size:1.2em;display:block;position:relative;margin-bottom:10px;font-weight:bold;color:#3a8afd}
#gnb_all .gnb_al_li li {line-height:2em}
#gnb_all .gnb_al_li li a {color:#555}
#gnb_all_bg {display:none;background:rgba(0,0,0,0.1);width:100%;height:100%;position:fixed;left:0;top:0;z-index:999}

/* 중간 레이아웃 */
/* #wrapper {}
#container_wr:after {display:block;visibility:hidden;clear:both;content:""}
#container_wr {margin:0 auto;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:1000px;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:1.5rem;
  color:#999;
}

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

/* ckeditor 단축키 */
.cke_sc {display:none; 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 {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:#e61e2b;color:#fff;cursor:pointer;border-radius:3px}
.btn_submit:hover {background:#e61e2b}
.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}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;color:#bababa;text-decoration:none;vertical-align:middle;border:0;background:transparent}
.btn_b01:hover, .btn_b01:hover {color:#000}
a.btn_b02,.btn_b02 {display:inline-block;background:#253dbe;padding:0 10px;color:#fff;text-decoration:none;border:0;vertical-align:middle}
a.btn_b02:hover, .btn_b02:hover {background:#0025eb}
a.btn_b03, .btn_b03 {display:inline-block;background:#fff;border:1px solid #b9bdd3;color:#646982;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {background:#ebedf6}
a.btn_b04, .btn_b04 {display:inline-block;background:#fff;border:1px solid #ccc;color:#707070;text-decoration:none;vertical-align:middle}
a.btn_b04:hover, .btn_b04:hover {color:#333;background:#f9f9f9}
a.btn_admin,.btn_admin {display:inline-block;color:#d13f4a;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {color:#ff3746}


/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0 5px;background:#fff;border-top:1px solid #eee;border-bottom:1px solid #eee} 
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {
  padding:20px 0;
  font-size:1.6rem;
  font-weight:500;
  text-align:center;
  border-bottom:1px solid #000;
  height:40px;
}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-bottom:1px solid #eee}
.tbl_head01 td {
  font-size:1.6rem;
  color:#757575; padding:20px 5px;
  border-top:1px solid #eee;
  border-bottom:1px solid #eee;
  line-height:1.4;height:7rem;
  word-break:break-all
}
.tbl_head01 td a {color:#757575;}
.tbl_head01 tbody tr:hover td {color:#000; background:#eee;}
.tbl_head01 tbody tr:hover td a {color:#000;}
.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 #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:1.5rem;
  -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:5rem; line-height:5rem;}

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


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















/* 커스텀 */
.clear {}
.clear:after {clear:both; content:""; display:block;}
.fl {float:left;}
.fr {float:right;}

.dn {display:none;}


/* margin-top */
.mt0 {margin-top:0px !important;}
.mt5 {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:1.5rem !important;}
.mt18 {margin-top:1.8rem !important;}
.mt20 {margin-top:2rem !important;}
.mt25 {margin-top:2.5rem !important;}
.mt30 {margin-top:3rem !important;}
.mt40 {margin-top:4rem !important;}
.mt45 {margin-top:4.5rem !important;}
.mt50 {margin-top:5rem !important;}
.mt55 {margin-top:5.5rem !important;}
.mt60 {margin-top:6rem !important;}
.mt65 {margin-top:6.5rem !important;}
.mt70 {margin-top:7rem !important;}
.mt75 {margin-top:7.5rem !important;}
.mt80 {margin-top:8rem !important;}
.mt90 {margin-top:9rem !important;}
.mt100 {margin-top:10rem !important;}

/* margin-left */
.ml-10 {margin-left:-10px !important;}
.ml-5 {margin-left:-5px !important;}
.ml5 {margin-left:5px !important;}
.ml10 {margin-left:10px !important;}
.ml20 {margin-left:2rem !important;}
.ml30 {margin-left:3rem !important;}

/* margin-right */
.mr10 {margin-right:10px;}
.mr20 {margin-right:2rem;}
.mr30 {margin-right:3rem;}
.mr40 {margin-right:4rem;}
.mr50 {margin-right:5rem;}




/* select 스타일 */
select {
  -webkit-appearance:menulist;
  box-sizing:border-box;
  align-items:center;
  white-space:pre;
  -webkit-rtl-ordering:logical;
  color: black;
  background-color:white;
  cursor:default;
  border-width:1px;
  border-style:solid;
  border-color:initial;
  border-image:initial;
}
select.sel {
  display:inline-block; width:100%;
  border:solid 1px #ccc; outline-style:none; vertical-align:middle;
  padding:0 4.5rem 0 1.5rem; height:5rem; line-height:5rem; border-radius:4px;
  color:#797878; font-size:1.6rem; font-weight:400;
  background-color:#fff;
  background-image:url("../img/sel.png"); background-size:1.4rem auto;
  background-repeat:no-repeat;    
  background-position-x:90%;
  background-position-y:50%;
  background-position:right 1.5rem center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; 
}
select::-ms-expand {display:none;}
select::-webkit-expand {display:none;}
select::-moz-expand {display:none;}
select::-o-expand {display:none;}





/* 상단 */
#header {position:relative; padding:2.5rem 3.125% 0; height:10rem; background:#fff; border-bottom:solid 1px #f1f1f1; z-index:99;}
#header h1.logo {}
#header h1.logo a img {width:15rem; height:auto;} 

#header .top_menu {
  position:absolute; top:4rem; left:45%; transform:translateX(-50%);
  font-size:0; text-align:center;
}
#header .top_menu li {position:relative; display:inline-block; margin:0 3rem;}
#header .top_menu li > a {display:block; font-size:2rem; line-height:1; color:#000; font-weight:700; padding-bottom:1rem; border-bottom:solid 2px #fff;}
#header .top_menu li > a.on,
#header .top_menu li:hover > a {color:#e60024; border-bottom:solid 2px #e60024;}
#header .top_menu li > .submenu {
  display:none;
  position:absolute; top:99%; left:0; margin-left:-5rem;
  padding-top:1rem;
  width:26.5rem; white-space:nowrap;
  z-index:100;
}
#header .top_menu li:hover .submenu {display:block;}
#header .top_menu li > .submenu a {display:inline-block; width:13rem; height:5rem; line-height:4.8rem; text-align:center; font-size:1.6rem; color:#fff; background:#7f7f7f;}
#header .top_menu li > .submenu a + a {margin-left:5px;}
#header .top_menu li > .submenu a:hover {background:#4c4c4c;}

#header .top_gnb {position:absolute; top:50%; transform:translateY(-50%); right:3.125%; font-size:0;}
#header .top_gnb .log {font-size:1.6rem; margin-top:1.8rem; margin-right:1rem; line-height:2.8rem;}
#header .top_gnb .log a {color:#aaa;}
#header .top_gnb .dday span.tit {margin-right:1rem; vertical-align:top;}
#header .top_gnb .dday span.tit img {width:6.6rem; height:2.5rem;}

#header .top_gnb .dday {margin-top:18px !important;} /* 펀드용 스타일 */
#header .top_gnb .dday .day {
  display:inline-block; 
  font-family:'SCDream';
  font-size:2.4rem; color:#e60024; font-weight:600; line-height:1.2;
}
#header .top_gnb a.supp {
  margin-left:4rem;
  display:inline-block; width:12rem; height:4.4rem; line-height:4.4rem; text-align:center; font-size:1.5rem; color:#fff; font-weight:500;
  background:url("../img/sbtn_bg.png") no-repeat center;
  background-size:12rem auto;
}

#header .top_gnb .fund {margin-left:4rem; margin-top:-1.2rem; margin-right:-3rem;} /* 펀드용 스타일 */
#header .top_gnb .fund img {width:29.1rem; height:auto;}

#header .top_gnb .mcate {display:none;}
#header .top_gnb .mcate img {width:8rem; height:4.6rem;}


/* 반응형 */
@media all and (max-width:1430px) {
  #header .top_menu li {margin:0 1rem;}
}
@media all and (max-width:1260px) {

}
@media all and (max-width:1100px) {
  #header .top_menu {display:none;}
  #header .top_gnb .log {display:none;}
  #header .top_gnb .dday {display:none;}
  #header .top_gnb a.supp {display:none;}

  #header .top_gnb .fund {display:none;}

  #header .top_gnb .mcate {display:block;}
  #header .top_gnb .mcate img {width:30px; height:auto;}
}
@media all and (max-width:500px) {  
  #header {padding:1.8rem 3.125% 0; height:8rem;}
  #header h1.logo a img {width:12rem; height:auto;}
  #header h1.logo .fl:nth-child(2) {margin-top:2px; width:20rem; height:1.9rem; background-size:20rem auto;}
}








/** aside */
.body-fixed {overflow-y:hidden; position:fixed; width:100%;}
.category_mask {display:none; position:fixed; width:100%; height:100%; top:0; right:0; background:rgba(0,0,0,0.5); z-index:1000;}
aside {
    background:#fff; position:fixed; top:0; left:100%; transition:all 0.3s; width:100%; height:100%; z-index:1001; overflow-y:auto; 
} 
aside .aside_conts {                    
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  height:100%;
  position:relative; 
  padding-top:12rem;
}
aside .aside_conts .cate_close {
    position:absolute; top:4.8rem; right:3.125%; 
	-ms-transform:translateY(-50%); 
	-webkit-transform:translateY(-50%); 
	-moz-transform:translateY(-50%); 
	-o-transform:translateY(-50%); 
    transform:translateY(-50%); 
    width:20px; height:20px;
    background:url("../img/cate_close.png") no-repeat center; font-size:0;
    background-size:20px auto;
}
aside .aside_conts div.mmtop {position:absolute; left:0; top:7rem; width:100%; text-align:center;}
aside .aside_conts div.mmtop a {display:inline-block; font-size:2rem; color:#000; font-weight:bold;}
aside .aside_conts div.mmtop a:nth-child(1) {color:#e60024;}
/* aside .aside_conts div.mmtop a:nth-child(1):after {
  display:inline-block; width:1px; height:12px; background:#eee; margin:0 2rem; vertical-align:middle; content:"";
} */
aside .aside_conts ul {
  display:flex;
  flex-direction:column;
  flex-basis:100%;
}
aside .aside_conts ul li {}
aside .aside_conts ul li > a {
    display:block; padding:0 25px; height:60px; line-height:60px; font-size:2.8rem; color:#000; font-weight:700; text-align:center;
}

aside .aside_conts ul li > .sub_layer {display:none;}
aside .aside_conts ul li > .sub_layer a {
    text-align:center;
    display:block; padding:0 30px; height:60px; line-height:60px; font-size:1.8rem; color:#666; font-weight:400;
}

aside .aside_conts .abottom {
  align-self:flex-end;
  width:100%; padding:2rem; padding-top:5rem;                     
}
aside .aside_conts .abottom .msns {
  text-align:center;
}
aside .aside_conts .abottom .msns a {display:inline-block; margin:0 1rem;}
aside .aside_conts .abottom .msns img {height:20px; width:auto;}



/* 반응형 */
@media all and (min-width:1100px) {
    .body-fixed {position:relative; overflow-y:inherit;}
    .category_mask {display:none !important;}
    aside {display:none;}
}






















.top_notice {padding:2rem 3.125%;}
.top_notice span.tit {margin-right:2rem; height:3rem; line-height:3rem;  font-size:1.3rem; color:#000; font-weight:500;}
.top_notice span.tit:before {
  display:inline-block; width:4px; height:4px; background:#e60024; border-radius:4px; content:"";
  margin-right:3px; vertical-align:middle;
}
.top_notice ul li {font-size:1.3rem; color:#666; height:3rem; line-height:3rem;}
.top_notice ul li span {display:inline-block; margin-right:1rem; font-size:1.3rem; color:#e60024; font-weight:500;}
.top_notice .control {margin-left:10rem; font-size:0;}
.top_notice .control button {display:inline-block; width:3rem; height:3rem; border:solid 1px #ccc; outline-style:none; font-size:0;}
.top_notice .control button.pause {margin-right:5px; background:url("../img/pause.png") no-repeat center; border-radius:2px;}
.top_notice .control button.prev {background:url("../img/prev.png") no-repeat center; border-radius:2px 0 0 2px;}
.top_notice .control button.next {margin-left:-1px; background:url("../img/next.png") no-repeat center; border-radius:0 2px 2px 0;}








/* 하단 */
#footer {padding:5rem 3.125%; background:#f5f5f5;}
#footer .fl {}
#footer .fl h2 {
  font-size:2.2rem; line-height:1; color:#000; font-weight:500; letter-spacing:1px;
  padding-left:3rem; background:url("../img/tel_black.png") no-repeat left center; background-size:1.8rem;
}
#footer .fl p {margin-top:2rem; font-size:1.4rem; color:#888; letter-spacing:0.5px;}
#footer .fl p a {font-size:1.4rem; color:#888;}
#footer .fr {font-size:0;}
#footer .fr a {display:inline-block;}
#footer .fr a + a {margin-left:1rem;}
#footer .fr img {width:4.8rem; height:auto;}






#quick {position:absolute; top:40rem; right:0; z-index:299; padding-right:2rem;} /* 윤집 노출시 top:40rem, 없을시 top:55rem;*/
#quick.fixed {position:fixed; top:2rem;}

#quick > div + div {margin-top:5px;}
#quick .qmenu a {
  display:inline-block; width:16rem; height:6rem; line-height:6rem; background:#00b5e2; color:#fff; font-size:1.8rem; text-align:center;
  border-radius:6rem;
}
#quick > div.q3 a {
  padding-top:1rem; padding-left:5.5rem; text-align:left; line-height:1.1; 
  background:#e60024 url("../img/quick_icon1.png") no-repeat left 2rem center;
  background-size:2.8rem auto;
}
#quick > .song a {
  background:#e60024; 

}
#quick > div.q4 a {
  padding-left:5.5rem; text-align:left;
  background:#e60024 url("../img/quick_icon2.png") no-repeat left 2.4rem center;
  background-size:2.2rem auto;
}

@media all and (max-width:1260px) {
  #quick {display:none;}
}

@media all and (max-width:640px) {
  #footer .fr {width:100%; margin-top:3rem;}
}



/* 스크롤 TOP */
#scroll_top {  
  position:fixed;
  bottom:2rem; right:3.125%;
  text-align:center;
}
#scroll_top button {
  display:none;
  width:4.8rem; height:4.8rem;
  border:0; outline-style:none;
  z-index:90;
  background:rgba(0,0,0,0.3) url("../img/scroll_top.png") no-repeat center;
  border-radius:2px;
}
#scroll_top.on {bottom:18rem;}

#scroll_top .yzip {display:none; margin-bottom:1rem;}
#scroll_top .yzip img {width:10rem; height:auto;}

@media all and (max-width:1260px) {
  #scroll_top .yzip {display:block;}
}








/* 레이아웃 크기 지정 */
#wrapper {min-width:124rem;}
#container_wr {width:124rem;}

@media all and (max-width:1260px) {
  #wrapper {min-width:100%;}
  #container_wr {width:100%;}
}

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

#container {
  position:relative;
  min-height:1000px;
  height:auto !important;
  padding:4rem 0 10rem;
  font-size:1.5rem;
  width:100%;
  zoom:1;
}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {padding:0 0 4rem; font-size:4.8rem; margin:0 auto; font-weight:bold; line-height:1;}
#container_title span {}

@media all and (max-width:1260px) {
  #container {min-height:auto;}
}
@media all and (max-width:1100px) {
  #container_title {font-size:3.8rem;}
}






/* 메인 */
main {}
main .mvs {position:relative; height:98rem; background:#f8f8f8;}
main .mvs > div {transition:all 0.3s;}
main .mvs .pcenter {position:absolute; left:50%; top:50%; transform:translate(-35%, -50%); z-index:20;}
main .mvs .pcenter .vs_txt {
  position:absolute; top:56%; left:-10%;
}
main .mvs .pcenter .vs_txt img {width:14.3rem; height:auto;}
main .mvs .pcenter span {
  position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); margin-left:-2rem; margin-top:-5rem;
  display:inline-block; padding:1.5rem 3rem; font-size:1.6rem; color:#fff; background:rgba(255,255,255,0.1);
  border-radius:200px; white-space:nowrap;

  cursor:pointer;
}
main .mvs .pcenter .ht4 img {width:50.6rem; height:auto;}

main .mvs .text {
  position:absolute; left:6.25%; top:5.10%;
  font-size:5.2rem; color:#000; font-weight:400; line-height:1.2;
}
main .mvs .text strong {font-weight:700;}


main .mvs .post {position:absolute; left:6.25%; top:67.34%;}
main .mvs .cat1 {position:absolute; left:63.54%; top:72.44%;}
main .mvs .cat2 {position:absolute; left:70.57%; top:72.44%;}
main .mvs .people1 {position:absolute; left:74.47%; top:33.36%; z-index:2;}
main .mvs .people2 {position:absolute; left:4.87%; top:35.51%;}
main .mvs .people3 {position:absolute; left:21.35%; top:30.51%;}
main .mvs .people4 {position:absolute; left:13%; top:9%;}
main .mvs .people5 {position:absolute; left:27.02%; top:7%;}
main .mvs .people6 {position:absolute; left:33.33%; top:39.69%;}
main .mvs .people7 {position:absolute; left:32%; top:10%;}
main .mvs .people8 {position:absolute; left:70.83%; top:7.02%;}
main .mvs .people9 {position:absolute; left:80.20%; top:17.75%;}
main .mvs .people10 {position:absolute; left:86.97%; top:24.48%;}
main .mvs .people11 {position:absolute; left:64%; top:24.59%;}

main .mvs .pcenter .img {width:35.2rem; height:auto;}
main .mvs .post .img {width:17.9rem; height:auto;}
main .mvs .cat1 .img {width:13.4rem;}
main .mvs .cat2 .img {width:12.4rem;}
main .mvs .people1 .img {width:16.5rem;}
main .mvs .people2 .img {width:13.6rem;}
main .mvs .people3 .img {width:9.2rem;}
main .mvs .people4 .img {width:7rem;}
main .mvs .people5 .img {width:7.1rem;}
main .mvs .people6 .img {width:10.1rem;}
main .mvs .people7 .img {width:10.2rem;}
main .mvs .people8 .img {width:6.5rem;}
main .mvs .people9 .img {width:8rem;}
main .mvs .people10 .img {width:6.5rem;}
main .mvs .people11 .img {width:8.1rem;}

@media all and (max-width:1100px) {
  main .mvs .pcenter .ht3 img {width:40.1rem;}
  main .mvs .text {left:3.125%;}
  main .mvs .post {left:3.125%; top:75.34%;}
  main .mvs .cat1 {left:71.54%;}
  main .mvs .cat2 {left:inherit; right:3.125%;}
  main .mvs .people1 {left:77.47%; top:33.36%;}
  main .mvs .people2 {left:3.125%;}
  main .mvs .people4 {left:13.04%;}
  main .mvs .people5 {left:26.02%; top:3.2%;}
  main .mvs .people6 {left:29.33%; top:53.69%;}
  main .mvs .people7 {left:28%; top:24.53%;}
  main .mvs .people8 {left:69.83%; top:4.02%;}
  main .mvs .people9 {left:84.2%; top:8.75%;}
  main .mvs .people10 {left:inherit; right:3.125%; top:24.48%;}
  main .mvs .people11 {left:69.33%; top:34.59%;}
}
@media all and (max-width:825px) {
  main .mvs {height:73rem;}
  main .mvs .text {font-size:4.2rem;}
  main .mvs .pcenter {
    left: 50%;
    top: inherit;
    bottom:3.125%;
    transform:translate(-35%);
  }
  main .mvs .pcenter .vs_txt img {width:11rem;}
  main .mvs .pcenter .ht4 img {width:28.1rem;}
  main .mvs .pcenter .img {width:27.2rem;}
  main .mvs .post {top:78.34%;}
  main .mvs .post .img {width:13.9rem;}
  main .mvs .cat1 {top:79.44%;}
  main .mvs .cat1 .img {width:9.4rem;}
  main .mvs .cat2 {top:78.44%;}
  main .mvs .cat2 .img {width:8.4rem;}
  main .mvs .people1 {top:39.36%;}
  main .mvs .people1 .img {width:12.5rem;}
  main .mvs .people2 {display:none;}
  main .mvs .people3 {left:7.35%;}
  main .mvs .people4 {left:19%; top:6.75%;}
  main .mvs .people4 .img {width:5rem;}
  main .mvs .people3 .img {width:7.2rem;}
  main .mvs .people4 {left:26.04%;}
  main .mvs .people5 {display:none;}
  main .mvs .people6 {left:17.33%}
  main .mvs .people6 .img {width:7.1rem;}
  main .mvs .people7 {left:25%;}
  main .mvs .people7 .img {width:7.2rem;}
  main .mvs .people8 .img {width:3.5rem;}
  main .mvs .people9 .img {width:5rem;}
  main .mvs .people10 {display:none;}
  main .mvs .people11 .img {width:5.1rem;}
}
@media all and (max-width:500px) {
  main .mvs {height:65rem;}
  main .mvs .text {font-size:3.2rem;}
  main .mvs .pcenter .vs_txt img {width:8rem;}
  main .mvs .pcenter .ht4 img {display:none;}
  main .mvs .pcenter .img {width:21.2rem;}
  main .mvs .pcenter span {margin-left:-0.5rem; font-size:1.5rem;}
  main .mvs .post {top:inherit; bottom:3.125%;}
  main .mvs .post .img {width:10.9rem;}
  main .mvs .cat1 {top:inherit; bottom:3.125%;}
  main .mvs .cat1 .img {width:7.4rem;}
  main .mvs .cat2 .img {width:7.4rem;}
  main .mvs .people1 .img {width:8.5rem;}
  main .mvs .people3 .img {width:4.2rem;}
  main .mvs .people4 {left:20.04%;}
  main .mvs .people4 img {width:4rem;}
  main .mvs .people6 {left:13.3%;}
  main .mvs .people6 .img {width:5.1rem;}
  main .mvs .people7 .img {width:5.2rem;}
  main .mvs .people9 .img {width:4rem;}
  main .mvs .people11 .img {width:3.5rem;}
}




main .mvs .heart {animation:heartbeat 1s infinite; font-size:0;}
main .mvs .heart_s {
  display:inline-block; vertical-align:top;
  width:2rem; height:1.8rem;
  background:url("../img/heart1.png") no-repeat center;
  background-size:2rem auto;
}
main .mvs .heart_b {
  display:inline-block; vertical-align:top;
  width:2.9rem; height:2.5rem;
  background:url("../img/heart2.png") no-repeat center;
  background-size:2.9rem auto;
}
main .mvs .post .heart1 {position:absolute; left:43%; transform:translateX(-50%); top:-1rem;}
main .mvs .post div {
  position:absolute; top:2rem; left:4rem;
  padding:0.8rem 2rem; white-space:nowrap;
  border:solid 2px #989898; background:#fff; border-radius:200px;
  font-size:2rem; color:#000; font-weight:bold;
  display:none;

  -webkit-box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.2);
  box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.2);
}
main .mvs .post .heart1:hover ~ div {display:block;}
main .mvs .people1 .heart2 {position:absolute; left:44%; transform:translateX(-50%); top:3.5rem;}
main .mvs .people1 div {
  position:absolute; top:6rem; left:4rem;
  padding:0.8rem 2rem; white-space:nowrap;
  border:solid 2px #989898; background:#fff; border-radius:200px;
  font-size:2rem; color:#000; font-weight:bold;
  display:none;

  -webkit-box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.2);
  box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.2);
}
main .mvs .people1 .heart2:hover ~ div {display:block;}
/* main .mvs .pcenter .ht3 {position:absolute; left:51.97%; top:2.42%;}
main .mvs .pcenter .ht3 .heart3 {}
main .mvs .pcenter .ht3 div {
  position:absolute; top:-2rem; left:100%; transition:all 0.3s;
  display:none;
}
main .mvs .pcenter .ht3 .heart3:hover ~ div {display:block;} */
main .mvs .pcenter .ht4 {position:absolute; left:-2.5rem; top:18.18%;}
main .mvs .pcenter .ht4 .heart4 {}
main .mvs .pcenter .ht4 div {  
  position:absolute; top:-15rem; left:20rem;
  display:none;
}
main .mvs .pcenter .ht4 .heart4:hover ~ div {display:block;}
/* main .mvs .pcenter .ht5 {position:absolute; left:45.45%; top:23.63%;}
main .mvs .pcenter .ht5 .heart5 {}
main .mvs .pcenter .ht5 div {
  position:absolute; top:3rem; left:-3.5rem;
  padding:0.8rem 2rem; white-space:nowrap;
  border:solid 2px #989898; background:#fff; border-radius:200px;
  font-size:2rem; color:#000; font-weight:bold;
  display:none;

  -webkit-box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.2);
  box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.2);
}
main .mvs .pcenter .ht5 .heart5:hover ~ div {display:block;}
main .mvs .pcenter .ht6 {position:absolute; left:21.87%; top:88.87%;}
main .mvs .pcenter .ht6 .heart6 {}
main .mvs .pcenter .ht6 div {
  position:absolute; top:3rem; left:-3rem;
  padding:0.8rem 2rem; white-space:nowrap;
  border:solid 2px #989898; background:#fff; border-radius:200px;
  font-size:2rem; color:#000; font-weight:bold;
  display:none;

  -webkit-box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.2);
  box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.2);
}
main .mvs .pcenter .ht6 .heart6:hover ~ div {display:block;} */

@keyframes heartbeat
{
  0%
  {
    transform: scale( 1 );
  }
  20%
  {
    transform: scale( 1.25 );
  }
  40%
  {
    transform: scale( 1 );
  }
  60%
  {
    transform: scale( 1.25 );
  }
  80%
  {
    transform: scale( 1 );
  }
  100%
  {
    transform: scale( 1 );
  }
}

@media all and (max-width:825px) {
  main .mvs .people1 .heart2 {top:2.5rem;}
  main .mvs .people1 div {top:5rem; left:2.5rem;}
}
@media all and (max-width:500px) {
  main .mvs .people1 .heart2 {top:1rem; left:40%;}
  main .mvs .people1 div {top:4rem; left:1rem;}
}



main .slogon {text-align:center;}
main .slogon img {max-width:100%;}




main h2.mtit {margin-bottom:2rem; font-size:2rem; color:#000; font-weight:bold; text-align:center;}
main div.mtxt {font-size:4.8rem; color:#000; font-weight:bold; text-align:center; line-height:1.3;}
main div.mtxt span {color:#999;}

main .daily {margin-top:10rem;}
main .daily .dslider {margin-top:5rem;}

main .daily .control {margin-top:6rem; font-size:0; text-align:center;}
main .daily .control button {
  display:inline-block; border:solid 1px #000; outline-style:none;
  width:6rem; height:6rem; background:#fff; font-size:0;
}
main .daily .control button.prev {
  background:#fff url("../img/vs_prev.png") no-repeat center;
}
main .daily .control button.next {
  margin-left:-1px;
  background:#fff url("../img/vs_next.png") no-repeat center;
}

main .daily .more {position:relative; width:124rem; margin:0 auto; margin-top:6rem; text-align:right; font-size:0;}
main .daily .more .pause {
  position:absolute; top:0; left:50%; transform:translateX(-50%);
  display:inline-block; border:solid 1px #00b5e2; outline-style:none; font-size:0; vertical-align:top;
  width:6rem; height:6rem;
  background:#00b5e2 url("../img/slick_pause.png") no-repeat center;
  background-size:0.8rem auto;
}
main .daily .more a {
  display:inline-block; width:12rem; height:6rem; line-height:6rem; text-align:center; background:#555;
  font-size:1.5rem; color:#fff; font-weight:500;
}
main .daily .more a span {
  display:inline-block; padding-right:3rem;
  background:url("../img/news_arr.png") no-repeat right center;
  background-size:0.7rem auto;
}


@media all and (max-width:1260px) {
  main .daily .more {width:100%; padding:0 3.125%;}
}
@media all and (max-width:1100px) {
  main div.mtxt {padding:0 3.125%; font-size:3.8rem;}
}
@media all and (max-width:825px) {
  main div.mtxt {font-size:2.8rem;}
}
@media all and (max-width:550px) {
  main .daily .more {padding-top:8rem; text-align:center;}
}
@media all and (max-width:500px) {
  main .daily {margin-top:5rem;}
  main div.mtxt {font-size:2.4rem;}
}





@media (max-width:500px){
  
}





main .keyword {margin-top:5rem; padding:5rem 0; background:#f5f5f5; text-align:center;}
main .keyword h2 {margin-bottom:4rem; font-size:3.2rem; color:#000; font-weight:700;}
main .keyword ul {width:124rem; margin:0 auto; font-size:0;}
main .keyword ul li {
  display:inline-block; margin:1rem 1rem; 
}
main .keyword ul li a {
  display:block;
  padding:0 2rem; border:solid 1px #000;
  border-radius:4.8rem;
  height:4.8rem; line-height:4.8rem;
  font-size:2rem; color:#000;
}





main .mchr {margin-top:10rem; padding-bottom:5rem;}
main .mchr .ch_wrap {width:124rem; margin:5rem auto 0;}




@media all and (max-width:1260px) {
  main .keyword ul {width:100%;}
  main .mchr .ch_wrap {width:100%; padding:0 3.125%;}
}
@media all and (max-width:1100px) {
  main .keyword h2 {font-size:2.8rem;}
}
@media all and (max-width:825px) {
  main .keyword h2 {font-size:2.4rem;}
}
@media all and (max-width:500px) {
  main .mchr {margin-top:5rem; padding-bottom:3rem;}
  main .keyword ul li a {font-size:1.8rem;}
}






















/* [공통] input */
.inp {
  height:4.8rem; line-height:4.8rem; padding:0 1rem; border:solid 1px #555;
  font-size:1.5rem;
}




/* [공통] 버튼 */
.pbtn {
  display:inline-block; 
  height:4.8rem; line-height:4.8rem; padding:0 2rem; border:solid 2px #555; outline-style:none;
  font-size:1.5rem; color:#fff; background:#555; text-align:center;
}
.pbtn.gry {border:solid 1px #555; background:#555;}
.pbtn.red {border:solid 1px #e60024; background:#e60024;}





/* [공통] checkbox */
.selec_chk {position:absolute;top:0;left:0;width:0;height:0;opacity:0;outline:0;z-index:-1;overflow:hidden}
.chk_box {position:relative}
.chk_box input[type="checkbox"] + label {
  position:relative; line-height:1; padding-left:25px !important; font-size:1.5rem; color:#666;vertical-align:top; 
  cursor:pointer;
}
.chk_box input[type="checkbox"] + label:hover{color:#e60024}
.chk_box input[type="checkbox"] + label span {
  position:absolute;top:4px;left:0;width:18px;height:18px;
  display:block;background:#fff;border:1px solid #000;
}
.write_div .chk_box input[type="checkbox"] + label, 
.bo_vc_w .chk_box input[type="checkbox"] + label {padding-left:30px}
.write_div .chk_box input[type="checkbox"] + label span, 
.bo_vc_w .chk_box input[type="checkbox"] + label span {
  position:absolute;top:2px;left:0;width:18px;height:18px;
  display:block;margin:0;background:#fff;border:1px solid #000;
}
.chk_box input[type="checkbox"]:checked + label {color:#000}
.chk_box input[type="checkbox"]:checked + label span {background:url(../img/chk.png) no-repeat 50% 50% #e60024;border-color:#e60024;}
.all_chk.chk_box input[type="checkbox"] + label span {top:3px;left:0}




/* 게시판 목록 공통 */
#bo_btn_top {margin:10px 0}
#bo_btn_top:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx {margin-bottom:5px;float:right;zoom:1}
.bo_fx:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx ul {margin:0;padding:0;list-style:none}
#bo_list_total {float:left;line-height:34px;font-size:0.92em;color:#4e546f}

.btn_bo_user {float:right;margin:0;padding:0;list-style:none}
.btn_bo_user li {float:left;width:40px;text-align:center;margin-left:5px;background:#fff}
.btn_bo_user > li {position:relative}
.btn_bo_adm {float:left}
.btn_bo_adm li {float:left;margin-right:5px}
.btn_bo_adm input {padding:0 8px;border:0;background:#d4d4d4;color:#666;text-decoration:none;vertical-align:middle}
.bo_notice td {background:#fff6fa !important;border-bottom:1px solid #f8e6ee}
.bo_notice td a {font-weight:bold}
.bo_notice .notice_icon {display:inline-block;line-height:25px;border-radius:5px;font-weight:bold;color:#f9267f}


span.secret {
  display:inline-block; font-size:0; vertical-align:middle; margin-right:0.5rem;
  width:1.8rem; height:2.1rem;
  background:url("../img/icon_rock.png") no-repeat center;
  background-size:1.8rem auto;
}



/* [공통] 게시판 옵션 */
.more_opt {display:none;position:absolute;top:45px;right:0;background:#fff;border:1px solid #b8bfc4;z-index:999}
.more_opt:before {content:"";position:absolute;top:-8px;right:13px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #b8bfc4 transparent}
.more_opt:after {content:"";position:absolute;top:-6px;right:13px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #fff transparent}
.more_opt li {border-bottom:1px solid #f1f1f1;padding:10px;float:inherit;width:100px;margin:0;color:#6b757c;text-align:left}
.more_opt li:last-child {border-bottom:0}
.more_opt li button, .more_opt li a {width:100%;border:0;background:#fff;color:#6b757c}
.more_opt li:hover a,
.more_opt li:hover button {color:#000}
.more_opt li i {float:right;line-height:20px}





/* 검색 */
.bo_search {}
.bo_search .inp {width:33rem;}
.bo_search .pbtn {margin-left:1rem; width:10rem;/* background:#555; border:solid 1px #555; */}




/* 안내 멘트 */
.nt_txt p {
  font-size:1.6rem; color:#757575;
  padding-left:2.5rem;
  background:url("../img/bell.png") no-repeat left center;
  background-size:1.8rem 2.2rem;
}


















/* 페이징 */
.pg_wrap {clear:both; display:block; text-align:center; padding-top:3rem;}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {text-align:center; font-size:0;}
.pg_page, 
.pg_current {display:inline-block;vertical-align:top;background:#fff;border:1px solid #ccc}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#999;font-size:1.6rem; width:4.8rem; height:4.8rem;line-height:4.6rem;text-decoration:none;border-radius:3px;text-align:center;}
.pg_page:hover {}
.pg_page + .pg_page {margin-left:1rem; margin-bottom:0.5rem;}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50%;padding:0;border:1px solid #ccc}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/paging_prev.png') no-repeat 50% 50%;padding:0;border:1px solid #ccc}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50%;padding:0;border:1px solid #ccc}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/paging_next.png') no-repeat 50% 50%;padding:0;border:1px solid #ccc}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {}

.pg_current {
  display:inline-block;background:#fff;border:2px solid #868686;
  font-size:1.6rem;color:#000;font-weight:500; 
  width:4.8rem;height:4.8rem;line-height:4.6rem;border-radius:3px;text-align:center;
}
.pg_current ~ .pg_page {margin-left:1rem; margin-bottom:0.5rem;}
.pg_page ~ .pg_current {margin-left:1rem; margin-bottom:0.5rem;}






/* 게시판 보기 */
#bo_v {}
#bo_v_title {padding:2rem; border-top:solid 1px #000; border-bottom:solid 1px #eee;}
.bo_v_tit {font-size:2rem; color:#000; font-weight:500;}


/* 게시판 읽기 */
.profile_info_ct {text-align:right; padding:1rem; font-size:0;}
.profile_info_ct span {display:inline-block; font-size:1.6rem; color:#666;}
.profile_info_ct span strong {font-weight:400;}
.profile_info_ct span:after {
  display:inline-block; content:""; width:1px; height:1.2rem; background:#ccc;
  margin:0 1.5rem;
}
.profile_info_ct span:last-child:after {display:none;}


/* 추천하기 */
#bo_v_act {margin-top:-4rem; margin-bottom:2rem; text-align:right;}
#bo_v_act .bo_v_act_gng {}
#bo_v_act .bo_v_act_gng a {
  display:inline-block; color:#fff; font-size:1.5rem; font-weight:500;
  padding-left:2rem; background:url("../img/heart.png") no-repeat left center;
}


/* 내용 */
#bo_v_con {margin:2rem 0 3rem; padding:0 2rem; width:100%; font-size:1.8rem; color:#666; line-height:1.7;min-height:20rem;word-break:break-all;overflow:hidden}
#bo_v_con a {color:#000;text-decoration:underline}
#bo_v_con img {max-width:100%;height:auto}


/* 하단 버튼 */
.brd_btn {margin-top:8rem; text-align:center; font-size:0;}
.brd_btn a {
  display:inline-block; margin:0 0.5rem; padding:0 4rem;
  height:7rem; line-height:6.8rem; font-size:1.8rem; color:#fff; font-weight:500;
  background:#555555; border:solid 3px #555555;
}
.brd_btn a.white {
  background:#fff; border:solid 3px #00b5e2; color:#000;
}


/* 이전/다음글 */
.bo_v_nb {margin-top:5rem; padding:2rem 0;}
.bo_v_nb a {display:inline-block; width:12rem; height:5rem; line-height:5rem; font-size:1.6rem; color:#fff; background:#00b5e2;}
.bo_v_nb .fl a {padding-left:4rem; background:#00b5e2 url("../img/arr_prev.png") no-repeat left 2rem center;}
.bo_v_nb .fr a {padding-right:4rem; text-align:right; background:#00b5e2 url("../img/arr_next.png") no-repeat right 2rem center;}









/* 후원 */
.ct_support {}
.ct_support .s0 img {max-width:100%; height:auto;}
.ct_support .s1 {
  height:38rem;
  background:url("../img/support_img.jpg") no-repeat center;
  background-size:cover;
}
.ct_support .s1 > div {position:relative; width:50%; top:50%; transform:translateY(-50%);}
.ct_support .s1 > div h2 {
  font-size:4.8rem; color:#000; font-weight:700;
}
.ct_support .s1 > div p {
  margin-top:3rem;
  font-size:2.4rem; color:rgba(0,0,0,0.8);
}

.ct_support .s2 {margin-top:5rem; padding-left:3rem;}
.ct_support .s2 .fl:nth-child(1) {margin-right:5rem;}
.ct_support .s2 .fl:nth-child(1) span {
  display:inline-block; height:6rem; line-height:6rem; background:#000; border-radius:200px;
  font-size:2.4rem; color:#fff; font-weight:700; padding:0 3rem;
}
.ct_support .s2 .fl:nth-child(2) {margin:3rem 0 1rem; margin-right:5rem; font-size:0; border-top:solid 1px #000; width:18rem;} 
.ct_support .s2 .fl:nth-child(3) {margin:1rem 0; margin-right:5rem;}
.ct_support .s2 .fl:nth-child(3) img {width:9.2rem; height:7.4rem;}
.ct_support .s2 .fl:nth-child(4) {font-size:3rem; color:#000;}
.ct_support .s2 .fl:nth-child(4) strong {color:#e61e2b;}
.ct_support .s2 .fl:nth-child(4) p {margin-top:0.5rem; font-size:2.4rem;}

.ct_support .s3 {margin:5rem 0; padding:5rem 3rem; border-top:solid 1px #eee; border-bottom:solid 1px #eee;}
.ct_support .s3 dl {display:table; width:100%;}
.ct_support .s3 dl dt {display:table-cell; width:10rem;}
.ct_support .s3 dl dt span {
  display:inline-block; background:#555; width:10rem; height:4rem; line-height:4rem; border-radius:200px;
  text-align:center; font-size:1.8rem; color:#fff; font-weight:700;
}
.ct_support .s3 dl dt span.dn {display:none !important;}
.ct_support .s3 dl dd {display:table-cell; padding-left:2rem;}
.ct_support .s3 dl dd strong {font-size:2rem; color:#e61e2b;}
.ct_support .s3 dl dd b {font-size:2rem; color:#3e3e3e; font-weight:500;}
.ct_support .s3 dl dd p {font-size:1.8rem; color:#757575;}

.ct_support .s3 a.red {display:inline-block; font-size:1.6rem; padding-right:2rem; color:#e61e2b; text-decoration:underline;}
.ct_support .s3 .red.down {padding-right:2.5rem; color:#000; background:url("../img/icon_down.png") no-repeat right center;}

.ct_support .s4 .btn_center {font-size:0; text-align:center;}
.ct_support .s4 .btn_center a {
  display: inline-block;
  width: auto;
  padding: 2rem 2rem 0;
  margin: 0 1rem;
  border: solid 3px #555;
  text-align: left;
  vertical-align: top;
}
.ct_support .s4 .btn_center a span {
  display:inline-block; height:7rem; line-height:1.2; font-size:1.8rem; color:#000; font-weight:700; 
}
.ct_support .s4 .btn_center a.s1_link span {
  padding-left:4rem;
  background:url("../img/icon_sp1.png") no-repeat left top 1.5rem;
  background-size:2.6rem auto;
}
.ct_support .s4 .btn_center a.s2_link span {
  padding-left:3rem; line-height:5rem;
  background:url("../img/icon_sp2.png") no-repeat left top 1.5rem;
  background-size:2.2rem auto;
}
.ct_support .s4 .btn_center a.s3_link span {
  padding-left:4rem;
  background:url("../img/icon_sp3.png") no-repeat left top 1.5rem;
  background-size:2.6rem auto;
}
.ct_support .s4 p {text-align:center; font-size:1.6rem; color:#757575;}

@media all and (max-width:1100px) {
  .ct_support .s1 > div h2 {font-size:3.8rem;}
  .ct_support .s1 > div p {font-size:2rem;}
}

@media all and (max-width:820px) {
  .ct_support .s4 .btn_center a {display:block; width:100%; margin:0 0 1rem;}
}
@media all and (max-width:720px) {
  .ct_support .s1 {
    height:38rem;
    background:url("../img/support_img.jpg") no-repeat left center;
    background-size:cover;
  }
  .ct_support .s1 > div {width:100%; text-align:center; top:70%;}
  .ct_support .s1 > div h2 {font-size:3rem;}

  .ct_support .s2 .fl:nth-child(3) {float:right !important;}
  .ct_support .s2 .fl:nth-child(4) {width:100%; margin-top:2rem;}

}

@media all and (max-width:560px) {
  .ct_support .s2 {padding-left:0;}
  .ct_support .s2 .fl:nth-child(1),
  .ct_support .s2 .fl:nth-child(2),
  .ct_support .s2 .fl:nth-child(3) {width:100%; text-align:center; margin-right:0;}
  .ct_support .s2 .fl:nth-child(4) {text-align:center; font-size:2.4rem;}

  .ct_support .s3 {padding:5rem 0;}
}

@media all and (max-width:480px) {
  .ct_support .s3 dl {display:block;}
  .ct_support .s3 dl dt {display:block; width:100%;}
  .ct_support .s3 dl dd {display:block; width:100%; padding-left:0; padding-top:1rem;}
}







/* [공통] 모달 레이어 */
.popup-wrap {
	background-color:rgba(0,0,0,.3); 
	justify-content:center; /* 수평 중앙정렬 */
	align-items:center;     /* 수직 중앙정렬 */
	position:fixed;         /* 화면 고정 */
	top:0;
	left:0;
	right:0;
	bottom:0;       /* 모든 방향에 0 (화면에 꽉차게) */
	display:none; 	/* 처음부터 보이게 하는 상황이라면 display:flex; */
	padding:2rem;   /* 반응형 */
	z-index:8888;
}
.layerbox {
	position:relative;
	padding:3rem 2rem;
	top:0;
  width:100%;               /* 반응형 */
  border:solid 1px #e60024;
	border-radius:1rem;     /* 라운드 */	
	background:#fff;
  box-shadow: .5rem .5rem .5rem .5rem rgba(0,0,0,.16); /* 그림자 효과 */
	z-index:8889;
}

.layerbox .ltit {position:relative; padding-bottom:2rem;}
.layerbox .ltit h2 {font-size:2.2rem; font-weight:500; line-height:1.2; color:#000; text-align:left;}
.layerbox .ltit p {margin-top:.5rem; font-size:1.6rem; color:#666;}
.layerbox .ltit a {
    display:block; width:2.3rem; height:2.3rem; position:absolute; top:-0.5rem; right:0; font-size:0;
    background:url("../img/layer_close.png") no-repeat center; background-size:2.3rem; 
}

.layerbox .ly_body {max-height:50rem; overflow-y:auto; border:solid 1px #ccc;}

@media screen and (max-width:1024px) {
    .layerbox {
        width:100% !important; 
    }
    .layerbox .ly_body {
        max-height:calc(100vh - 25rem);
    }
    .popup-wrap {padding:1rem 1rem;}
}









/** 개인정보 활용 동의 **/
.agree_box {padding:1rem 0;}
.agree_box > h2 {font-size:2.4rem; color:#222; font-weight:700; line-height:1;}
.agree_box > dl {}

.agree_box > dl > dd {display:block; padding:3rem;}
.agree_box > dl > dd h3 {font-size:1.7rem; color:#363636; font-weight:500;}
.agree_box > dl > dd p {margin-top:5px; font-size:1.6rem; color:#363636; line-height:1.5;}
.agree_box > dl > dd p.lst {margin-top:1.8rem; padding-left:2rem; text-indent:-2rem;}
.agree_box > dl > dd .h3_sub {}
.agree_box > dl > dd .h3_sub h4 {margin-top:1.5rem; font-size:1.7rem; color:#363636; font-weight:500;}
.agree_box > dl > dd .h3_sub p {padding-left:2rem; text-indent:-1rem; font-size:1.5rem; color:#363636;}
.agree_box > dl > dd .agree_tbl {margin-top:1.5rem; padding:0 1.5rem;}
.agree_box > dl > dd .agree_tbl table {width:100%;}
.agree_box > dl > dd .agree_tbl th {font-size:1.6rem; text-align:center; color:#414141; font-weight:500; border-top:solid 1px #ccc; border-bottom:solid 1px #ccc; background:#f5f5f5; height:4.8rem;}
.agree_box > dl > dd .agree_tbl td {font-size:1.6rem; text-align:center; color:#646464; border-bottom:solid 1px #ccc; height:4.8rem; line-height:1.5;}
.agree_box > dl > dd .agree_tbl table tr th + th,
.agree_box > dl > dd .agree_tbl table tr td + td {border-left:solid 1px #ccc;}
.agree_box > dl > dd .agree_tbl p.enc {margin-top:5px; font-size:1.4rem; color:#666; font-weight:300; text-align:right; font-style:italic;}
.form-agree .agree_info {border-top:solid 1px #ccc; margin-top:4rem; padding-top:4rem; font-size:1.6rem; color:#363636; line-height:1.5;}
.form-agree .btn_center .btn {width:15rem;}

.form-agree .agree_box > dl > dd {}

.agree_box .ntbox {
	padding:2rem;
	background:#f4f6fa; font-size:1.6rem;
	border-radius:4px;
}