@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.7/dist/web/static/pretendard.css");

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

input:not([type="checkbox"], [type="radio"], [type="submit"]), textarea { height: 40px; line-height: 40px; background: #f0f0f0; text-indent: 0; padding: 0 10px; border-radius: 4px; border: 0; font-size: .95em; }
textarea, select {font-family: Pretendard, 'Malgun Gothic', dotum, sans-serif;font-size:.95em; border-radius: 4px;}
select {margin:0; padding-left: 10px; border: 1px solid #ddd; background:#fff url(../img/tag.svg) no-repeat right 10px center; background-size: 20px; border-radius: 4px; -webkit-appearance: none; -moz-appearance: none; appearance: none; font-size: .95em; outline: none; height: 40px; }
textarea { padding: 10px; line-height: 1.4; }
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}
b { font-weight: 500;}

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

input[type=text], input[type=password], textarea { outline: none; }

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; }
input:not([type="checkbox"], [type="radio"]):focus { background: #eee; }

*:-webkit-input-placeholder { color:#bbb; font-weight: normal !important; }
*:-ms-input-placeholder { color:#bbb; font-weight: normal !important }
*:-moz-placeholder { color:#bbb; font-weight: normal !important }

input::-ms-clear, select::-ms-expand { display: none; }

.placeholdersjs {color:#bbb !important}
.fa { font-size: 14px !important }

/* 레이아웃 설정 */
#header, #gnb, #contents, #footer { min-width:1180px }
#hd_pop, .wrap { width:1180px }
.wrap { margin: 0 auto; position: relative; }
.rows { display: flex; }
.rows_bc { display: flex; justify-content: space-between; align-items: center; }
.rows_c { display: flex; justify-content: center; align-items: center; }
.mobile_aid { display: none; }

/* 팝업레이어 */
#hd_pop {z-index:2000;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_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}

/***** 상단 레이아웃 *****/
#header { background: #fff; }
#header .wrap { height: 140px;}
#header .btn_mobile { display: none; }
#header .logo { flex: 0 1 200px; font-size: 2.4em; }
#header .logo a { color: #444; }
#header .logo img:nth-of-type(2) { display: none; }
#header .top_banner { width: 260px; padding: 0 30px }
#header .top_banner .item img { max-height: 100px; }
#header .top_banner .owl-nav button { position: absolute; top: 50%; right: -30px; width: 20px; height: 20px; background: #fff url(/theme/ws01/img/btn_slide_b.png) no-repeat 7px center/6px; border-radius: 50%; border: 1px solid #e0e0e0; transform: translateY(-50%); }
#header .top_banner .owl-nav button span { display: none; }
#header .top_banner .owl-nav button.owl-prev { transform: translateY(-50%) rotate(180deg); left: -30px;}
#header .top_banner .owl-dots { display: none; }
#header .user_area { display: none; }

.hd_sch_wr { flex: 0 1 500px; position: relative; }
.hd_sch_wr .btn_home { display: none; }
.hd_sch_wr .btn_mobile { display: none; }
#hd_sch form { display: flex;}
#hd_sch h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_sch #sch_stx { border: 1px solid #e0e0e0; height: 46px; line-height: 44px; padding: 0 20px; font-size: 1.05em; font-family: Pretendard; font-weight: 500; border-radius: 23px; width: 100%; background: #fff; }
#hd_sch #sch_stx:focus, #hd_sch #sch_stx:active { border: 1px solid #e0e0e0 !important; background: none !important; box-shadow: none !important;  }
#hd_sch #sch_submit { border: 0; height: 46px; border-left: 0; background: transparent url(/theme/ws01/img/icon_search.png) no-repeat center; background-size: 21px; width: 60px; color: #0085FF; font-size: 0; position: absolute; right: 0; top: 0;}
#hd_sch #sch_submit i { font-size: 0 !important; }

#header.scroll .hd_sch_wr { position: fixed; width: 100%; height: 70px; border-bottom: 1px solid #666; background: #fff; z-index: 1000; left: 0; top: 0; display: flex; align-items: center; animation: drop-down .3s; box-shadow: 0 5px 10px rgba(0,0,0,0.1) }
#header.scroll .hd_sch_wr > div { width: 1180px; margin: 0 auto; position: relative; display: flex; align-items: center; justify-content: space-between; }
#header.scroll #hd_sch { position: relative; width: 500px; }
#header.scroll #popular { position: relative; margin-left: 10px; flex: 1; }
#header.scroll .hd_sch_wr .btn_home { display: flex; font-size: 12px; align-items: center; padding: 10px; background-color: #f3f3f3; border-radius:50% }
#header.scroll .hd_sch_wr .btn_home i { font-size: 18px !important; color: #222; }
@keyframes drop-down {
    0% { top: -70px; }
    100% { top: 0; }    
}

/* 메인메뉴 */
#gnb { background: #465A66; height: 50px; }
#gnb .btn_close { display: none; }
#gnb > h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#gnb_1dul { display: flex; }
.gnb_1dli { color: #fff; position: relative; padding: 0 40px; }
.gnb_1dli:after { content: ""; display: block; width: 0; height: 2px; background: radial-gradient(#fffc00,#ff0000); bottom:0; position: absolute; left: 50%; opacity: 0; transform: translateX(-50%); transition: .3s all; }
.gnb_1dli > a { color: rgba(255,255,255,.7); font-family: Pretendard; font-size: 1rem; font-weight: 500; height: 50px; display: flex; align-items: center; }
.gnb_1dli.on > a { color: #fff; }
@media (hover: hover) and (pointer: fine) {
    .gnb_1dli:hover > a { color: #fff; }
}
.gnb_1dli .gnb_2dul { position: absolute; left: 50%; transform: translateX(-50%); top: 49px; background: #fff; width: 100%; height: 0; overflow: hidden; opacity: 0; transition: .3s all; }
.gnb_1dli .gnb_2dul ul { border: 1px solid #000 }
@media (hover: hover) and (pointer: fine) {
    .gnb_1dli:hover .gnb_2dul { height: auto; opacity: 1 }
    .gnb_1dli:hover:after { width: 100%; opacity: 1; }
}
#gnb_1dul ul li a { display: block; padding: 12px 15px; border-top: 1px solid #e0e0e0; font-family: Pretendard; font-size: .9rem; font-weight: 500; background-color: #fff; transition: .3s all; }
#gnb_1dul ul li.on a { background-color: #f4f4f4; }
@media (hover: hover) and (pointer: fine) {
    #gnb_1dul ul li a:hover { background-color: #f4f4f4; }
}
#gnb_1dul ul li:first-child a { border: 0; }

#gnb .gnb_menu_btn { font-family: Pretendard; font-size: .95rem; color: #fff; font-weight: 500; height: 18px; line-height: 18px; display: flex; align-items: center; padding-right: 5px; }
#gnb .gnb_menu_btn:before { content: ""; width: 18px; height: 16px; background: url(/theme/ws01/img/icon_hamberg_w.png) no-repeat 0 center/18px; margin-right: 6px; transition: .3s all; }
#gnb .gnb_menu_btn.on:before { transform: rotate(90deg);}
#gnb .gnb_close_btn {background: url(/theme/ws01/img/icon_close.png) no-repeat center center/16px; width:50px; height:50px; border:0; position:absolute; top:0; right:0; font-size: 0; }
#gnb .gnb_mnal {float:right;padding:0}

#gnb_all {display:none;position:absolute;border:1px solid #ccc;width:100%;background:#fff;z-index:1000; border-top: 0;}
#gnb_all h2 {font-size:1.05rem;padding:15px 20px;border-bottom:1px solid #e0e0e0; font-family: Pretendard; font-weight: 700;}
#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:50px;padding:20px}
#gnb_all .gnb_al_li .gnb_al_a {font-size:1rem; font-family: Pretendard; display: block; position:relative;margin-bottom:10px;font-weight:700;}
#gnb_all .gnb_al_li li {line-height:2.5em}
#gnb_all .gnb_al_li li a {color:#555; font-size:.95rem; font-family: Pretendard; }
#gnb_all .gnb_al_li li a:hover { color: #000; }
#gnb_all .gnb_empty { text-align: center; padding: 30px; }

#gnb .ol { display: none; }

/* 중간 레이아웃 */
#contents { margin: 30px 0 50px 0; }
#aside { width:260px; margin-right: 40px; }
#aside .side_banner { margin-bottom: 20px; }
#aside .side_banner img { border-radius: 10px }
#aside .side_banner .owl-nav button { position: absolute; top: 50%; right: 5px; width: 40px; height: 40px; background: #000 url(/theme/ws01/img/btn_slide_w.png) no-repeat 16px center/10px; border-radius: 50%; transform: translateY(-50%); }
#aside .side_banner .owl-nav button span { display: none; }
#aside .side_banner .owl-nav button.owl-prev { transform: translateY(-50%) rotate(180deg); left: 5px;}
#aside .side_banner .owl-dots { display: none; }

#aside + section { width: calc(100% - 300px);}
#contents.main .wrap.rows { flex-direction: row-reverse; }
#contents.main #aside { margin-left: 20px; margin-right: 0; width: 280px; }
#contents.main #aside + section { width: calc(100% - 300px);}

#contents .main_banner { margin-bottom: 30px; }
#contents .main_banner img { border-radius: 10px }
#contents .main_banner .owl-nav { display: none; }
#contents .main_banner .owl-nav button span { display: none; }
#contents .main_banner .owl-dots { position: absolute; top: 10px; right: 15px; text-align: right; }
#contents .main_banner .owl-dots button { width: 10px; height: 10px; border-radius: 50%; background: rgba(0,0,0,0.2); margin-left: 5px;}
#contents .main_banner .owl-dots button.active { background: rgba(0,0,0,0.8);}

#snb .h2_header { justify-content: center }
#snb ul { margin: 0 -20px -15px -20px; }
#snb li { border-top: 1px solid #e0e0e0; padding: 10px 20px; font-weight: 500; }
#snb li.on a { color: #0085FF; }

#container_title {font-size:1.625em;margin:0 auto;font-weight:bold; margin-bottom: 20px; margin-top: 5px;}
#container_title span {margin:0 auto 10px;display:block;line-height:30px}

.latest_wr { margin-bottom:40px; }
.latest_wr.rows > div { width: 49%; margin-left: 20px; margin-bottom: 0; }
.latest_wr.rows > div:first-child { margin-left: 0; }

/* 하단 레이아웃 */
#footer { border-top: 1px solid #e0e0e0; padding: 30px 0; font-size: .95em; }
#ft_link { display: flex; margin-bottom: 20px; }
#ft_link > * { margin-right: 20px; }
#ft_company { line-height: 1.5; font-size: .95em; }
#ft_copy { margin-top: 20px; color: #666; font-size: .9em; font-weight: 300;  }
.fix_btn { position: fixed; right: 50px; bottom: 50px; z-index: 2; }
.fix_btn a { display: block; border: 1px solid #e0e0e0; width: 50px; height: 50px; margin-top: -1px; display: flex; align-items: center; justify-content: center; background: #fff; }
.fix_btn .btn_theme i:last-child { display: none; }


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

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

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

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

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

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

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right; display: none;}
.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-color:#0085FF;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}

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

.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 {background:#f3f3f3;vertical-align:middle;border-radius:3px;padding:0 10px; border: 1px solid transparent; font-size: .95em;}
.tbl_frm01 textarea {padding:10px}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .tbl_frm01 textarea {padding-top:10px; padding-bottom: 10px;}
.frm_input {height:40px}

.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:100px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center; font-size: .8em;}
.td_datetime {width:60px;text-align:center; font-size: .8em;}
.td_group {width:100px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:140px;text-align:left; font-size: .9em; }
.td_nick {width:100px;text-align:center; font-size: .9em; }
.td_num {width:60px;text-align:center; font-size: .8em;}
.td_numbig {width:80px;text-align:center; font-size: .8em;}
.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; font-size: .95em;}
.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); font-weight: 500;}
.new_win #win_title .sv_member { font-weight: 700; }
.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 #e0e0e0;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:#999}
.new_win .win_ul .selected {background:#000;border-color:transparent;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:#f0f0f0;color:#222;line-height:50px;text-align:left;padding:0 20px; font-weight: 500;}
.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:3px;height:50px;background:#444;border-radius:2px 0 0 2px}
.new_win .frm_info {font-size:0.92em;color:#919191; margin: 3px; display: inline-block;}
.new_win .win_total {float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:#000;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:500;}

/* 검색결과 색상 */
.sch_word {color:#FF2E00;}

/* 자바스크립트 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;}
.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 {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; font-size: .85em;}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;background:#fff;border:1px solid #e0e0e0}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#959595;height:30px;line-height:28px;padding:0 5px;min-width:30px;text-decoration:none;border-radius:3px}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #e0e0e0}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #e0e0e0}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #e0e0e0 }
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #e0e0e0}
.pg_page:hover, .pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {background-color:#eee}

.pg_current {display:inline-block;background:#000;border:1px solid #000;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}


/***** theme common, costomize *****/
img { max-width: 100% !important; }
a.btn, .btn { font-size: 1.1em; font-weight: 500; }
#bo_w .btn_submit, #bo_w .btn_cancel { font-size: 1.05em !important; }

.ibtn { display: inline-flex; align-items: center; justify-content: center; border-radius:5px; height: 42px; padding: 0 20px; border: 1px solid #e0e0e0; color: #444; font-family: Pretendard; font-weight: 500; }
.ibtn-primary { background-color: #0085FF !important; border-color: #0085FF !important; color: #fff !important; }

.c_primary { color: #0085FF !important; }
.c_gray { color: #999 !important; }
.c_red { color: #f83737 !important; }
.c_blue { color: #0085FF !important; }

.box_basic { border: 1px solid #e0e0e0; border-radius: 10px; padding: 20px; margin-bottom: 20px; }
.h2_header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; margin-top: 3px; }
.h2_header h2 { line-height: 1; font-size: 1.25em; display: flex; align-items: center; letter-spacing: -.5px; }

.btn_more { text-indent: -9000px; font-size: 0; background: url(/theme/ws01/img/icon_more.png) no-repeat center/12px; display: flex; width: 18px; height: 18px; transition: all .3s; }
.btn_more:hover { transform: rotate(90deg); }

.tab_menu ul { display: flex; margin-bottom: 20px; }
.tab_menu li { margin-right: 5px; }
.tab_menu li a { display: flex; align-items: center; justify-content: center; background: #cfcfcf; color: #fff; font-weight: 500; height: 42px; padding: 0 20px; min-width: 100px; border-radius: 5px; transition: all .2s; }
.tab_menu li a:hover { background-color: #c0c0c0; }
.tab_menu li.on a { background: #0085FF !important; color: #fff !important; }

.chk_label { position: relative; display: flex; }
.chk_label input { opacity:0; position: absolute; }
.chk_label i { width:18px; height: 18px; border-radius:3px; background: #e4e4e4; border: 1px solid transparent; }
.chk_label input:checked + i { border-color: #0085FF; background-color: #0085FF; padding: 1px; position: relative; }
.chk_label input:checked + i:before { content: ""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: 2px solid #fff;  background-color: #0085FF; border-radius:2px}
.chk_label span { margin-left: 5px; }

.board_top { margin-bottom: 1.3em; word-break: keep-all; }


/***** Dark Mode *****/
body.dark, body.dark .fix_btn a { background: #333436; }
body.dark a, body.dark #bo_v_title .bo_v_tit, body.dark #bo_v_info .sv_guest, body.dark #bo_v_con a, body.dark #bo_v_info .profile_info .info i, body.dark .new_win .win_desc, body.dark #arm_list .btn, body.dark .new_win .win_total, body.dark .tbl_head02 tbody th, body.dark .pl_rank li > :nth-child(3), body.dark #poll_result_list h2, body.dark #poll_result .poll_all, body.dark #bo_v_title, body.dark #bo_v_ans h2, body.dark #faq_con b { color: rgba(255,255,255,.75); }

body.dark, body.dark #popular li a, body.dark #ol_after_hd p .win_point, body.dark #ol_after_hd #ol_after_logout, body.dark .best_rank .sort li, body.dark .sv_member, body.dark .pic_list li .con, body.dark .main_lists_cont, body.dark #bo_v_act a, body.dark .sch_res_list p, body.dark #reg_result .result_txt, body.dark #snb li, body.dark .new_win .win_ul li a, body.dark #bo_list .txt_rdy, body.dark #bo_v_info, body.dark #bo_v_title .bo_v_cate, body.dark #bo_v_ans #ans_datetime { color: rgba(255,255,255,.55); }

body.dark .h2_header h2, body.dark .h2_header h2 a, body.dark #ol_after_hd .user, body.dark #ol_after_hd p strong, body.dark #ol_after_private li strong, body.dark #ol_arm #arm_cnt.arm0, body.dark #container_title span, body.dark .btn_bo_user .btn_b01, body.dark #bo_cate #bo_cate_on, body.dark .cate_div ul li #bo_cate_on, body.dark .list_good strong, body.dark .bbs_w_tit, body.dark #sch_res_board .sch_on, body.dark #fregister_private table th, body.dark .fregister_agree input[type="checkbox"] + label, body.dark #register_form h2, body.dark #reg_result .reg_result_p, body.dark #faq_wrap li h3 .tit_bg, body.dark .bo_notice .notice_icon, body.dark #ol_before p strong, body.dark .new_win #win_title, body.dark .btn_close, body.dark .new_win .win_ul .selected a, body.dark #bo_v_ans_form h2, body.dark .bo_sch h3, body.dark .bo_sch .sch_btn { color: #fff; }

body.dark #ol_after footer, body.dark .pic_rank .lt_info .lt_date, body.dark .pic_rank .lt_info .lt_hit, body.dark #bo_list_total, body.dark .pg_page, body.dark .pg_end, body.dark #bo_v_info .profile_info .info, body.dark #bo_vc_empty, body.dark .tbl_head01 td, body.dark .memo_from li.memo_view_date, body.dark #poll_other_q h3 span, body.dark #poll_other_q h3 span { color: #888; }

body.dark .box_basic, body.dark #ol_after_private, body.dark .best_rank .sort, body.dark #visit dl > *, body.dark .fix_btn a, body.dark .pic_slide .galley_li .lt_info, body.dark .pic_slide .galley_li, body.dark .pic_lt .galley_li .lt_info, body.dark .pic_lt .galley_li, body.dark #footer, body.dark .tbl_head01 thead th, body.dark .tbl_head01 td, body.dark .tbl_wrap table, body.dark .pg_page, body.dark #bo_v_info, body.dark #bo_v_atc, body.dark #bo_v_act .bo_v_good, body.dark .bo_v_nb li, body.dark .comment_divs, body.dark #bo_list .td_chk, body.dark .view_img_cont, body.dark #bo_vc article, body.dark .file_divs, body.dark #bo_vc article.indent:before, body.dark #new_sch, body.dark #sch_res_detail, body.dark .sch_res_list li, body.dark .sch_res_list ul, body.dark .login-sns, body.dark #fregister section, body.dark #fregister h2, body.dark #fregister_private table td, body.dark #fregister_private table th, body.dark #fregister_chkall, body.dark .btn_close, body.dark #bo_v_link ul, body.dark #bo_v_file ul, body.dark #faq_sch, body.dark #faq_wrap li, body.dark #mb_confirm p, body.dark #contents, body.dark #bo_list .tbl_head01 tr, body.dark #snb li, body.dark #arm_list li, body.dark .arm_list_header, body.dark #arm_list .btn, body.dark #scrap li, body.dark .memo_list li, body.dark .memo_list, body.dark .new_win .win_ul li, body.dark #memo_view_contents, body.dark .memo_from, body.dark #memo_write .form_01, body.dark .tbl_head02 tbody th, body.dark .tbl_head02 tbody td, body.dark #profile section, body.dark #poll_other_q h3, body.dark #poll_result_wcmt, body.dark #poll_result_oth ul li, body.dark #poll_result_oth ul, body.dark #poll_result_list, body.dark #poll_result_list h2, body.dark #poll_result_cmt article, body.dark #bo_v header, body.dark #bo_v_ans #ans_datetime, body.dark .bo_sch h3 { border-color: #555 }

body.dark #ol_after_private li i, body.dark #new_sch .btn_submit, body.dark .new_win .win_total, body.dark .new_win .win_ul .selected, body.dark .poll_result_graph, body.dark #poll_result .poll_all { background-color: #000; }

body.dark .btn_bo_user li, body.dark .tbl_wrap table, body.dark .tbl_head01 tbody tr:hover td, body.dark .pg_page, body.dark #bo_v, body.dark #bo_v_top ul, body.dark .bo_v_nb li:hover, body.dark #ctt, body.dark #new_sch, body.dark #sch_res_detail, body.dark .sch_res_list li, body.dark #fregister p, body.dark .login-sns, body.dark #fregister_private div, body.dark #fregister_private table th, body.dark #fregister_chkall, body.dark .btn_close, body.dark #register_form, body.dark #faq_wrap li, body.dark #faq_wrap li h3 .tit_btn, body.dark #bo_list tbody .even td, body.dark #arm_list .btn, body.dark .memo_list li, body.dark .new_win .win_ul li a, body.dark .new_win .win_ul li, body.dark #memo_view_ul, body.dark .memo_from, body.dark .tbl_head02 tbody th, body.dark .tbl_head02 tbody td, body.dark #profile section, body.dark #poll_result_oth ul, body.dark #poll_other_q h3 span, body.dark #bo_list .txt_rdy { background-color: transparent; }

body.dark .new_win .win_ul li.selected, body.dark #bo_w .bo_w_select select { border-color: transparent; }

body.dark .sch_res_list .sch_info .sv_member { font-weight: 500; }

body.dark .box_basic { background-color: #2e2f31; }
body.dark *::-webkit-input-placeholder { color:rgba(255,255,255,0.25); }
body.dark *:-ms-input-placeholder { color:rgba(255,255,255,0.25) !important; }
body.dark *:-moz-placeholder { color:rgba(255,255,255,0.25); }
body.dark #header { background: #333436; }
body.dark #header .logo a { color: #fff; }
body.dark #header .logo img { display: none; }
body.dark #header .logo img:nth-of-type(2) { display: block; }
body.dark #hd_sch #sch_stx { border-color: transparent !important; background-color: #000 !important; color: #fff; }
body.dark #header .top_banner .owl-nav button { background-color: #000; background-image: url(/theme/ws01/img/btn_slide_w.png); border-color: transparent; }
body.dark #gnb_all { background-color: #28292b; color: rgba(255,255,255,1); border-color: rgba(255,255,255,0.2); }
body.dark #gnb_all h2 { border-color: rgba(255,255,255,0.2); }
body.dark #gnb .gnb_close_btn { background-image: url(/theme/ws01/img/icon_close_w.png);}
body.dark #gnb_all .gnb_al_li .gnb_al_a { color: #fff; }
body.dark #gnb_all .gnb_al_li li a { color: rgba(255,255,255,.5); }
body.dark #gnb_all .gnb_al_li li a:hover { color: #fff; }
body.dark .sv_wrap .sv { background-color: #111; }
body.dark .pl_rank li .rank_bg { background-color: #111;}
body.dark .tab_menu li a { background-color: #222; color: rgba(255,255,255,.3); }
body.dark .tab_menu li a:hover, body.dark #bo_v_act a:hover { background-color: #111; }
body.dark .pic_rank li .rank { background-color: #111;}
body.dark #ol_after_hd .profile_img a { border-color: transparent; background-color: #fff; color: #000; }
body.dark #ft_copy { color: rgba(255,255,255,.4); }
body.dark #ft_copy strong { color: rgba(255,255,255,.8); }
body.dark #header.scroll .hd_sch_wr { background-color: #2a2a2a; border-color: #666; box-shadow: 0 5px 10px rgba(0,0,0,0.5)}
body.dark .titles { color: rgba(255,255,255,.85) !important; }
body.dark .gnb_1dli .gnb_2dul , body.dark #gnb_1dul ul li a { background-color: #1f1f1f }
body.dark .gnb_1dli .gnb_2dul ul { border-color: transparent; }
body.dark #gnb_1dul ul li a { border-color: rgba(255,255,255,0.1)}
body.dark #gnb_1dul ul li a:hover { background-color: #000; }
body.dark .tbl_head01 thead th { background-color: rgba(0,0,0,0.1);}
body.dark #bo_cate #bo_cate_on, body.dark .cate_div ul li #bo_cate_on, body.dark #sch_res_board .sch_on { border-color: #fff; }
body.dark #bo_cate a:focus, body.dark #bo_cate a:hover, body.dark #bo_cate a:active, body.dark .cate_div ul li a:hover, body.dark #sch_res_board a {color:#bbb;}
body.dark .pg_page:hover, body.dark .pg_start:hover, body.dark .pg_prev:hover, body.dark .pg_end:hover,.pg_next:hover {background-color:#2f2f2f}
body.dark #bo_v_top .more_opt { background-color: #fff; }
body.dark #bo_v_act .btn_scrap { background-color: #222; color: rgba(255,255,255,.3); }
body.dark #bo_v_act .btn_scrap:hover { background-color: #000; color: rgba(255,255,255,1); }
body.dark .bo_notice td { background-color: #222 !important;}
body.dark #bo_vc .member, body.dark #bo_vc .guest, body.dark #bo_vc .sv_member, body.dark #bo_vc .sv_guest { color: #ccc;}
body.dark .bbs_w_btn1, body.dark .bo_vc_w .btn_submit { background-color: #000;}
body.dark .bbs_w_btn2 { background-color: #222; }
body.dark .bbs_w_btn2:hover { background-color: #111;}
body.dark .bo_vc_w textarea, body.dark #fregister textarea { background-color: #222 !important; color: #ccc; }
body.dark input:not([type="checkbox"], [type="radio"], [type="submit"]), body.dark select, body.dark textarea, body.dark .form_01 textarea{ background-color: #2a2a2a; color: #ccc; border: transparent; }
body.dark select:focus { -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; border: transparent !important; }
body.dark .btn_more { background-image: url(/theme/ws01/img/icon_more_w.png);}
body.dark #captcha #captcha_key { color: #222; }
body.dark .fix_btn a i[class*=sun] { color: #ffe600;}
body.dark .fix_btn i { display: none; }
body.dark .fix_btn i:last-child { display: block; }
body.dark .btn_mobile { background-image: url(/theme/ws01/img/icon_hamberg_w.png) !important;}
body.dark .new_win #win_title { border-bottom: 1px solid rgba(255,255,255,0.2); background-color: rgba(0,0,0,0.2);}
body.dark .new_win .win_desc, body.dark #memo_view p, body.dark #poll_result_list { background-color: rgba(0,0,0,0.2);}
body.dark .btn_b01:hover, body.dark .btn_b01:hover {color:#fff}
body.dark #poll_result_list h2 { background-color: rgba(0,0,0,0.4);}
body.dark .poll_result_graph { box-shadow: none;}
body.dark .bo_sch { background: #444 }
body.dark .bo_sch_bg { background: rgba(0,0,0,0.5);}
body.dark .bo_sch .sch_btn { background-color: #2a2a2a;}



/* ie 대응 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
}

