﻿/* layout.css */
/* 레이아웃 크기 지정 */
#hd,
#wrapper,
#ft {
  width: 100%;
}

#gnb .gnb_wrap,
#tnb .inner,
#hd_wrapper {
  width: 1200px;
}

#hd_pop,
#ft_wr,
#board_wrap {

  margin: 0px auto;
}

/* 팝업레이어 */
#hd_pop {
  z-index: 1000;
  position: relative;
  margin: 0 auto;
  height: 0;
}

#hd_pop h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.hd_pops {
  position: absolute;
  border: 1px solid #e9e9e9;
  background: #fff;
}

.hd_pops img {
  max-width: 100%;
}

.hd_pops_con {}

.hd_pops_footer {
  padding: 0;
  background: #000;
  color: #fff;
  text-align: left;
  position: relative;
}

.hd_pops_footer:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: '';
}

.hd_pops_footer button {
  padding: 10px;
  border: 0;
  color: #fff;
}

.hd_pops_footer .hd_pops_reject {
  background: #000;
  text-align: left;
}

.hd_pops_footer .hd_pops_close {
  background: #393939;
  position: absolute;
  top: 0;
  right: 0;
}

#left-wrap {
  width: 300px;
  padding: 0px 30px 0 0;
}

#left-wrap .left-sticky {
  position: sticky;
  top: 76px;
}

#left-wrap img {
  display: inline;
}

#left-wrap .left-title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.5px;
  padding: 20px 0px 20px 0px;
  border-bottom: 1px solid #999;
  height: 70px;
}

#left-wrap .sub-list p {
  padding: 10px;
  font-size: 14px;
  letter-spacing: -0.5px;
  border-bottom: 1px solid #eee;
  transform: rotate(0.04deg);
}

#left-wrap .sub-list p.active {
  color: #b20088;
  font-weight: bold;
}

/* 2026-03-09 관리자 메뉴 전용 색상 */
#left-wrap .left-title.admin-menu {
  color: #a472ef;
}

#left-wrap .sub-list p.admin-menu {
  color: #a472ef;
}

#left-wrap .sub-list p.admin-menu.active {
  color: #b20088;
}
#left-wrap .sub-list p.left-menu-disabled {
  color: #ccc !important;
  cursor: default;
  pointer-events: none;
  padding-left: 10px;
}

/* 상단 레이아웃 */
#hd {
  background: #b20088;
  border-bottom: 1px solid #ba3b9c;
  min-width: 1200px;
  position: fixed;
  z-index: 10000;
}

#hd_h1 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#tnb {
  height: 34px;
  border-bottom: 1px solid #ba3b9c;
  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: 65px;
  zoom: 1;
}

#hd_wrapper:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: '';
}

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

#logo img {
  max-width: 150px;
}

.hd_sch_wr {
  float: left;
  padding: 30px 0;
  width: 284px;
}

#hd_sch h3 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#hd_sch {
  border-radius: 30px;
  overflow: hidden;
  float: right;
  margin-top: 5px;
}

#hd_sch #sch_stx {
  float: left;
  width: 200px;
  height: 30px;
  padding-left: 20px;

  border-radius: 30px 0 0 30px;
  background: #fff;
  border: 0;
  /*  font-size: 1.1em;*/
  color: #000;
}

*:focus {
  outline: none;
}

#hd_sch #sch_submit {
  float: left;
  width: 60px;
  height: 30px;
  border: 0;
  background: #fff;
  color: #fff;
  border-radius: 0 30px 30px 0;
  cursor: pointer;
  font-size: 16px;
}

#hd_sch .fa-search {
  color: #b20088;
}

#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;
  border-left: 1px solid #ba3b9c;
  border-right: 1px solid #ba3b9c;
}

#hd_qnb:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: '';
}

#hd_qnb li {
  float: left;
  font-size: 1.083em;
  line-height: 14px;
  position: relative;
  height: 34px;
  text-align: center;
  padding: 5px 10px 5px 10px;
  border-left: 1px solid #ba3b9c;
}

#tnb .number_wrap {
  color: #b20088;
  vertical-align: bottom;
  background-color: #fff;
  border-radius: 8px;
  padding: 0px 3px;
  font-size: 12px;
  display: inline-block;
  height: 20px;
  line-height: 20px;
}

#hd_qnb li span {
  display: inline-block;
  font-size: 0.92em;
  background: #fff;
  color: #b20088;
  border-radius: 7px;
  padding: 0px 2px 1px 1.8px;
}

#hd_qnb li span.arm_time {
  background: none;
  color: #aaa;
}

#hd_qnb li>a {
  display: inline-block;
  color: #fff;
  line-height: 21px;
  height: 16px;
  font-size: 0.85em;
}

#hd_qnb li a.nolh {
  line-height: 0px;
}

#hd_qnb li a .box {
  overflow: hidden;
  margin-top: 1px;
}

#hd_qnb li a .box img {
  width: 20px;
  height: 20px;
}

#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 .lock {
  margin-right: 2px;
}

/* #gnb ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: '';
} */
#gnb .gnb_1dli {
  float: left;
  color: red;
  line-height: 55px;
  padding: 0px;
  position: relative;
}

#gnb .gnb_1dli:hover>a {
  color: #3a8afd;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.gnb_1dli .bg {
  position: absolute;
  top: 24px;
  right: 8px;
  display: inline-block;
  width: 10px;
  height: 10px;
  overflow: hidden;
  background: url('../img/gnb_bg2.gif') no-repeat 50% 50%;
  text-indent: -999px;
}

.gnb_1da {
  display: block;
  font-weight: bold;
  padding: 0 15px;
  color: #080808;
  text-decoration: none;
}

.gnb_1dli.gnb_al_li_plus .gnb_1da {
  padding-right: 25px;
}

.gnb_2dli:first-child {
  border: 0;
}

.gnb_2dul {
  display: none;
  position: absolute;
  top: 54px;
  min-width: 140px;
  padding-top: 2px;
}

.gnb_2dul .gnb_2dul_box {
  border: 1px solid #e0e2e5;
  border-top: 0;
  padding: 0;
  -webkit-box-shadow: 0px 1px 5px rgba(97, 97, 97, 0.2);
  -moz-box-shadow: 0px 1px 5px rgba(97, 97, 97, 0.2);
  box-shadow: 0px 1px 5px rgba(97, 97, 97, 0.2);
}

.gnb_2da {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  background: #fff;
  color: #080808;
  text-align: left;
  text-decoration: none;
}

a.gnb_2da:hover {
  color: #3a8afd;
  background: #f7f7f8;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.gnb_1dli_air .gnb_2da {}

.gnb_1dli_on .gnb_2da {}

.gnb_2da:focus,
.gnb_2da:hover {
  color: #fff;
}

.gnb_1dli_over .gnb_2dul {
  display: block;
  left: 0;
}

.gnb_1dli_over2 .gnb_2dul {
  display: block;
  right: 0;
}

.gnb_wrap .gnb_empty {
  padding: 10px 0;
  width: 100%;
  text-align: center;
  line-height: 2.7em;
  color: #080808;
}

.gnb_wrap .gnb_empty a {
  color: #3a8afd;
  text-decoration: underline;
}

.gnb_wrap .gnb_al_ul .gnb_empty,
.gnb_wrap .gnb_al_ul .gnb_empty a {
  color: #555;
}

#gnb .gnb_menu_btn {
  background: #4158d1;
  color: #fff;
  width: 50px;
  height: 55px;
  border: 0;
  vertical-align: top;
  font-size: 18px;
}

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

#gnb .gnb_mnal {
  float: right;
  padding: 0;
}

#gnb_all {
  display: none;
  position: absolute;
  border: 1px solid #c5d6da;
  width: 100%;
  background: #fff;
  z-index: 1000;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

#gnb_all h2 {
  font-size: 1.3em;
  padding: 15px 20px;
  border-bottom: 1px solid #e7eeef;
}

#gnb_all .gnb_al_ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: '';
}

#gnb_all .gnb_al_ul>li:nth-child(5n + 1) {
  border-left: 0;
}

#gnb_all .gnb_al_li {
  float: left;
  width: 20%;
  min-height: 150px;
  padding: 20px;
  border-left: 1px solid #e7eeef;
}

#gnb_all .gnb_al_li .gnb_al_a {
  font-size: 1.2em;
  display: block;
  position: relative;
  margin-bottom: 10px;
  font-weight: bold;
  color: #3a8afd;
}

#gnb_all .gnb_al_li li {
  line-height: 2em;
}

#gnb_all .gnb_al_li li a {
  color: #555;
}

#gnb_all_bg {
  display: none;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

/* 중간 레이아웃 */
#wrapper {
  width: 100%;
}

#container_wr:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: '';
}

.wrapper_member {
  padding: 5px;
  max-width: 1200px;
  margin: 0px auto;
}

#aside {
  float: right;
  width: 235px;
  padding: 0;
  height: 100%;
  margin: 20px 0 20px 20px;
}

#container {
  width: 100%;
  max-width: 900px;
  margin-bottom: 40px;
  padding: 10px 5px 0px 5px;
}

.mobile-writer {
  display: none !important
}

@media (max-width: 768px) {
  #container {
    max-width: 100%;
    padding: 10px 10px 0 10px;
  }

  .pc-writer {
    display: none !important
  }

  .mobile-writer {
    display: inline-block !important
  }

  #bo_list thead th {
    display: none
  }

  #bo_list thead th:nth-last-child(2) {
    display: table-cell;
    width: 100%;
    text-align: center
  }

  #bo_list .td_subject {
    padding: 8px 5px !important
  }

  #bo_list .bo_notice .td_subject {
    padding: 12px 5px !important;
    min-height: 54px;
    height: 54px
  }

  #bo_list .td_chk {
    display: none
  }

  #bo_list .td_num2 {
    display: none
  }

  #bo_list .top {
    display: none
  }

  #bo_list a.bo_cate_link {
    display: none
  }
}

/* #container {
  position: relative;
  float: left;
  min-height: 500px;
  height: auto !important;
  margin: 20px 0;
  height: 500px;
  font-size: 1em;
  width: 100%;
  zoom: 1;
}
#container:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: '';
} */

#container_title {
  /* font-size: 1.333em;
  margin: 0 auto;
  font-weight: bold; */
  display: none;
}

#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 {
  height: 200px;
  background: #f5f5f5;
  margin: 0 auto;
  text-align: center;
  min-width: 1200px;
}

#ft h1 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#ft_wr {
  width: 1200px;
  margin: 0;
  padding: 25px 0 10px 0;
  position: relative;
  display: inline-block;
  text-align: left;
}

#ft_wr:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: '';
}

#ft_wr .ft_cnt {
  float: left;
}

#visit {
  display: none;
}

#ft_link {
  width: 163px;
  text-align: left;
  margin-right: 40px;
}

#ft_link img {
  position: relative;
  top: -15px;
}

/* 이용약관 */
#ft_company .links {
  margin-bottom: 20px;
}

#ft_company .links a {
  margin: 0 10px;
  font-size: 1.1em;
  font-weight: 400;
  color: #888;
}

#ft_company .links a:first-of-type {
  margin-left: 0;
}

/*모든문의는 채팅상담 */
#ft_company h2 {
  margin-bottom: 15px;
  font-size: 1.1em;
  line-height: 160%;
  font-weight: 600;
  color: #b20088;
}

/* 사업자 정보*/
#ft_company .ft_info {
  width: 960px;
  margin-bottom: 10px;
}

#ft_company .ft_info span {
  margin-right: 10px;
  font-size: 0.9em;
  letter-spacing: -0.5px;
  line-height: 150%;
  color: #aaa;
}

#ft_company .copyright p {
  font-size: 1.2em;
  font-weight: 500;
  color: #888888;
}

#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: 900;
  background: #fff;
}

#top_btn:hover {
  border-color: #8f0064;
  background: #b20088;
  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;
}