<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@media screen and (min-width: 900px) {
  br.br_m {
    display: none; } }
@media screen and (max-width: 900px) {
  br.br_d {
    display: none; } }
button:focus {
  outline: none; }

.section_title {
  font-family: 'Raleway', sans-serif;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 1.7em;
  margin-bottom: 50px;
  letter-spacing: 1px; }
  .section_title small {
    display: block;
    font-size: 0.6em;
    padding: 20px;
    font-family: 'S-CoreDream-3Light';
    font-weight: bold; }

@font-face {
  font-family: 'S-CoreDream-3Light';
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* 초기화 */
html {
  overflow-y: scroll; }

body {
  margin: 0;
  padding: 0;
  font-size: 0.75em;
  font-family: "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", sans-serif;
  background: #fff; }

html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-family: "Apple SD Gothic Neo", "Nanum Square", sans-serif; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

header {
  z-index: 100;
  background: white;
  width: 100%;
  position: relative; }

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: "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", sans-serif;
  font-size: 1em; }

input[type="submit"] {
  cursor: pointer; }

button {
  cursor: pointer; }

textarea,
select {
  font-family: "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", sans-serif;
  font-size: 1em; }

select {
  margin: 0; }

p {
  margin: 0;
  padding: 0;
  word-break: break-all; }

hr {
  display: none; }

pre {
  overflow-x: scroll;
  font-size: 1.1em; }

a {
  color: #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 #9ed4ff;
  -moz-box-shadow: 0 0 5px #9ed4ff;
  box-shadow: 0 0 5px #9ed4ff;
  border: 1px solid #558ab7 !important; }

.placeholdersjs {
  color: #aaa !important; }

/* 레이아웃 크기 지정 */
#hd {
  z-index: 2;
  position: relative; }

#hd,
#wrapper,
#ft {
  min-width: 1100px; }

#hd_pop,
#hd_wrapper,
#gnb .gnb_wrap {
  width: 1100px;
  background: white; }

.search_container {
  width: 1100px;
  margin: 0 auto; }
  .search_container .submit_btn {
    background: #3e0c83;
    color: white;
    font-weight: 300;
    width: 70px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px; }
  .search_container .ccc_border {
    border: 1px solid #ccc; }
  .search_container .div-title {
    font-size: 16px; }
  .search_container .div-title-wrap {
    border-top: 1px solid #ccc;
    padding-top: 10px; }

.tbl_head01 thead th {
  background: #3e0c83 !important;
  color: white;
  font-size: 16px; }

.pc-header {
  padding: 0px !important; }
  .pc-header .at-container {
    margin-top: 15px; }
  .pc-header.active {
    position: fixed;
    top: -96px;
    left: 0; }

.at-menu.active {
  position: fixed;
  top: 0px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  z-index: 100; }

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

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

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

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

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

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

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

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

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

/* 상단 레이아웃 */
#hd {
  border-bottom: 1px solid #666; }

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

#hd_admin {
  background: #4051b3;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); }

#hd_admin .hello_adm {
  display: inline-block;
  padding: 15px;
  color: #fff; }

#hd_admin .hello_adm b {
  color: #fff79d; }

#hd_admin a.admin_btn {
  float: right;
  padding: 15px;
  border-left: 1px solid #1c3675;
  background: #30409d;
  color: #fff; }

#hd_wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 60px; }

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

#hd_wr {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  height: 100%;
  text-align: center; }
  #hd_wr #logo {
    box-sizing: border-box; }
    #hd_wr #logo a {
      display: block;
      height: 40px;
      line-height: 60px; }

#sbn_side {
  position: absolute;
  top: 20px;
  right: 0; }

#hd_qnb {
  margin-top: 15px;
  position: absolute;
  right: 0;
  top: 0; }

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

#hd_qnb li {
  float: left;
  font-size: 1.083em;
  line-height: 15px;
  position: relative;
  text-align: center;
  margin: 0 10px; }

#hd_qnb li span {
  display: block;
  font-size: 0.92em; }

#hd_qnb a {
  display: inline-block; }

.hd_cnt_sch {
  display: none;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999; }

.hd_cnt_sch_innr {
  position: absolute;
  top: 35%;
  left: 38%;
  width: 35%;
  overflow: hidden;
  margin-top: -100px;
  margin-left: -100px; }

.hd_cnt_sch .bg {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%; }

#hd_sch .sch_ipt {
  position: relative; }

#hd_sch .sch_ipt:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 3px solid #fff; }

#hd_sch #sch_stx {
  width: 100%;
  height: 50px;
  padding-left: 10px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 2em; }

#hd_sch ::-webkit-input-placeholder {
  color: #fff;
  opacity: 1; }

#hd_sch ::-moz-placeholder {
  color: #fff;
  opacity: 1; }

#hd_sch ::-moz-placeholder {
  color: #fff;
  opacity: 1; }

#hd_sch ::-ms-input-placeholder {
  color: #fff;
  opacity: 1; }

#hd_sch ::placeholder {
  color: #fff;
  opacity: 1; }

#hd_sch #sch_stx:focus-within {
  padding: 5px 0; }

#hd_sch #sch_submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 35px;
  border: 0;
  color: #fff;
  background: transparent;
  cursor: pointer;
  font-size: 2em; }

.sch_close_btn {
  position: absolute;
  right: 50px;
  top: 50px;
  background: transparent;
  color: #fff;
  border: 0;
  font-size: 2.5em; }

.tnb_sub {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 30px;
  background: #f7f6fc;
  border-bottom: 1px solid #ccc; }
  .tnb_sub .hd_cnt_login {
    width: 95%;
    max-width: 1100px;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
    font-size: 12px; }

.hd_cnt_login {
  position: relative; }
  .hd_cnt_login button:first-child::before {
    display: none !important; }

.hd_cnt_login .sch_btn,
.hd_cnt_login .login_btn {
  border: 0;
  background: transparent; }

.hd_cnt_login button,
.hd_cnt_login .qa2 {
  float: right;
  position: relative;
  padding: 0 10px;
  font-weight: 400;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #000;
  font-family: 'Noto Sans KR', sans-serif; }
  .hd_cnt_login button::before,
  .hd_cnt_login .qa2::before {
    content: "";
    width: 1px;
    height: 15px;
    background: #ccc;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    position: absolute; }
  .hd_cnt_login button:first-child::before,
  .hd_cnt_login .qa2:first-child::before {
    display: none; }

.hd_cnt_login .tnb_regis a {
  color: #3e0c83;
  font-weight: bold; }
  .hd_cnt_login .tnb_regis a::after {
    display: none; }

.hd_cnt_login .login_btn:hover,
.hd_cnt_login .tnb_regis:hover a,
.hd_cnt_login .qn2:hover a,
.qa2:hover span {
  text-decoration-line: underline; }

.tnb_sub .qa2 {
  position: relative; }
  .tnb_sub .qa2 b {
    display: block;
    text-align: center;
    width: 100%;
    height: 30px;
    line-height: 30px; }
  .tnb_sub .qa2 ul {
    position: absolute;
    width: 150px;
    border: 1px solid #ccc;
    top: 30px;
    right: -50px;
    display: none;
    background: white;
    box-sizing: content-box;
    padding: 5px 8px; }
    .tnb_sub .qa2 ul li {
      height: 30px;
      line-height: 30px;
      width: 50px;
      text-align: center;
      float: left; }
  .tnb_sub .qa2:hover ul {
    display: block;
    z-index: 100; }
    .tnb_sub .qa2:hover ul li:hover {
      text-decoration-line: underline; }

.hd_cnt_login #member_menu {
  display: none;
  width: 320px;
  position: fixed;
  padding: 20px;
  box-sizing: content-box;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background: #fff;
  border-radius: 3px;
  -moz-box-shadow: 6px 6px 10px -4px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 6px 6px 10px -4px rgba(0, 0, 0, 0.28);
  box-shadow: 6px 6px 10px -4px rgba(0, 0, 0, 0.28);
  border: 1px solid #ebebeb; }

#ol_svc {
  width: 290px !important;
  margin: 0 auto !important; }

#ol_submit {
  background: #3e0c83 !important; }

#ol_svc b {
  color: #3e0c83 !important; }

.hd_cnt_login .login_cls_btn {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  background: transparent;
  font-size: 1.4em; }

.hd_cnt_login .login_cls_btn i {
  color: #b1b8c0;
  padding: 15px; }

/* 메인메뉴 */
#gnb {
  position: absolute;
  width: 100%;
  font-size: 12px;
  background: white;
  border-bottom: 1px solid #999;
  z-index: 100; }

#undefined-sticky-wrapper {
  position: relative;
  z-index: 100; }

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

#gnb .gnb_wrap {
  margin: 0 auto;
  position: relative;
  height: 55px; }

#gnb button.sch_btn {
  float: right;
  margin-right: 5px;
  display: inline-block;
  height: 50px;
  color: #909090;
  padding: 0px 20px;
  border: 0;
  background: transparent; }

#gnb button.sch_btn i {
  display: inline-block;
  font-size: 18px;
  color: #333;
  line-height: 50px;
  text-align: center;
  margin: 0; }

#gnb #gnb_1dul {
  font-size: 1.083em;
  display: inline-block;
  opacity: 1;
  transition: all 0.3s; }

#gnb ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""; }

#gnb #gnb_1dul {
  height: 55px; }

#gnb .gnb_1dli {
  float: left;
  width: 150px;
  height: 100%;
  background: none;
  position: relative;
  font-size: 16px;
  font-weight: bold; }
  #gnb .gnb_1dli::before {
    content: "";
    height: 15px;
    width: 1px;
    background: #ccc;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
  #gnb .gnb_1dli:last-child {
    background: #3e0c83;
    float: right;
    width: 120px;
    border-radius: 20px;
    height: 40px;
    margin-top: 8px;
    margin-left: 40px;
    line-height: 40px; }
    #gnb .gnb_1dli:last-child:hover {
      background: #5a20aa;
      transition: all 0s;
      box-shadow: 0 0px 5px rgba(62, 12, 131, 0.3); }
      #gnb .gnb_1dli:last-child:hover::after {
        display: none; }
    #gnb .gnb_1dli:last-child::before {
      display: none; }
    #gnb .gnb_1dli:last-child a {
      display: block;
      line-height: 40px;
      color: white !important;
      font-weight: 400; }

#gnb #gnb_1dul.active {
  opacity: 0 !important; }

#gnb .gnb_1dli::after {
  width: 100%;
  height: 3px;
  background: #3e0c83;
  content: "";
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%, 2px);
  transition: all 0.3s; }

#gnb .gnb_1dli:hover::after {
  display: block; }

#gnb .gnb_1dli &gt; a {
  display: block;
  text-align: center;
  line-height: 55px;
  font-weight: 500; }

#gnb .gnb_1dli:hover {
  -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 {
  display: inline-block;
  width: 10px;
  height: 10px;
  overflow: hidden;
  background: url("../img/gnb_bg2.png") no-repeat 50% 50%;
  text-indent: -999px; }

.gnb_1da {
  display: inline-block;
  font-weight: 400;
  color: #000;
  text-decoration: none; }

#gnb .gnb_2dul {
  display: none;
  position: absolute;
  top: 50px;
  min-width: 140px;
  background: #4051b3;
  padding: 0;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); }

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

.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: 2em;
  color: #fff; }

.gnb_wrap .gnb_empty a {
  color: #fff;
  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: #fff;
  color: #888;
  width: 180px;
  height: 55px;
  border: 0;
  vertical-align: top;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  float: left; }
  #gnb .gnb_menu_btn .mbtn {
    width: 20px;
    height: 21px;
    float: left;
    top: 57%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 10; }
    #gnb .gnb_menu_btn .mbtn &gt; span {
      display: block;
      width: 20px;
      height: 2px;
      background: #3e0c83;
      transform-origin: 0.5px;
      position: absolute; }
      #gnb .gnb_menu_btn .mbtn &gt; span.bar1 {
        top: 0;
        transition: top 0.3s, transform 0.3s, background 0.3s;
        transition-delay: 0.3s, 0s,0s; }
      #gnb .gnb_menu_btn .mbtn &gt; span.bar2 {
        top: 7px;
        transition: opacity 0.3s; }
      #gnb .gnb_menu_btn .mbtn &gt; span.bar3 {
        top: 14px;
        transition: top 0.3s, transform 0.3s, background 0.3s;
        transition-delay: 0.3s, 0s,0s; }
  #gnb .gnb_menu_btn:hover .bar1 {
    animation: mbtnhover 0.4s;
    animation-delay: 0s; }
  #gnb .gnb_menu_btn:hover .bar2 {
    animation: mbtnhover 0.4s;
    animation-delay: 0.2s; }
  #gnb .gnb_menu_btn:hover .bar3 {
    animation: mbtnhover 0.4s;
    animation-delay: 0.4s; }
  #gnb .gnb_menu_btn.active .bar1 {
    top: 7px;
    transform: rotate(45deg);
    transition-delay: 0s, 0.3s; }
  #gnb .gnb_menu_btn.active .bar2 {
    opacity: 0; }
  #gnb .gnb_menu_btn.active .bar3 {
    top: 7px;
    transform: rotate(-45deg);
    transition-delay: 0s, 0.3s; }
  #gnb .gnb_menu_btn.active:hover span {
    animation: none !important; }

@keyframes mbtnhover {
  0% {
    width: 20px; }
  50% {
    width: 0; }
  100% {
    width: 20px; } }
@keyframes mbtnhover2 {
  0% {
    width: 20px; }
  50% {
    width: 20px; }
  100% {
    width: 20px; } }
#gnb .gnb_menu_btn i {
  display: inline-block;
  padding-right: 15px; }

#gnb .gnb_menu_btn &gt; span {
  font-size: 18px;
  color: #333;
  font-weight: 500;
  display: inline-block;
  margin-left: 50px;
  color: #3e0c83; }

#gnb .gnb_close_btn {
  background: #fff;
  color: #4158d1;
  width: 52px;
  height: 50px;
  border: 0;
  vertical-align: top;
  font-size: 18px;
  position: absolute;
  top: -50px;
  left: 0;
  display: none; }

#gnb .gnb_mnal {
  padding: 0; }

#gnb_all {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 99; }
  #gnb_all.active {
    display: block; }

#gnb_all .innr {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: white;
  margin-top: 1px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1); }

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

#gnb_all .gnb_al_ul {
  background: #fff;
  padding: 20px 30px;
  padding-left: 52px;
  margin-top: 1px;
  width: 1100px;
  margin: 0 auto;
  height: 270px; }

#gnb_all .gnb_al_li {
  background: #fff;
  float: left;
  min-width: 20%;
  padding: 5px;
  position: relative;
  height: 100%;
  border-right: 1px solid #ccc; }

#gnb_all .gnb_al_li:first-child {
  border-left: 1px solid #ccc; }

#gnb_all .gnb_al_li &gt; ul.active {
  display: block; }

#gnb_all .gnb_al_li .gnb_al_a {
  font-size: 18px;
  display: block;
  position: relative;
  margin-bottom: 20px;
  margin-left: 30px;
  font-weight: 500;
  color: #3e0c83;
  width: 100%; }

#gnb_all .gnb_al_li:last-child {
  display: none; }

#gnb_all .gnb_al_li li i {
  color: #9ca6cc;
  display: none; }

#gnb_all .gnb_al_li li a {
  color: #555;
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
  margin-left: 30px;
  position: relative; }

#gnb_all .gnb_al_li li:hover a {
  font-weight: bold; }

#bo_gall {
  padding-bottom: 150px; }

#gnb_all .gnb_al_li li:hover a {
  font-weight: bold; }

.splash,
.splash2 {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  display: none; }

.splash {
  z-index: 1; }

.splash2 {
  z-index: 101; }

.splash.active,
.splash2.active {
  display: block; }

.main_slide {
  width: 100%;
  height: 500px;
  position: relative;
  border-bottom: 1px solid #ccc; }
  .main_slide .slide {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden; }
    .main_slide .slide .img_container {
      width: 300%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
      .main_slide .slide .img_container li {
        float: left;
        width: 33.33%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center; }
        .main_slide .slide .img_container li figure {
          width: 1100px;
          margin: 0 auto;
          display: flex;
          align-items: center;
          height: 100%; }
          .main_slide .slide .img_container li figure img {
            transform: translateX(-40px);
            opacity: 0; }
        .main_slide .slide .img_container li.active img {
          transition: all 1s ease-in-out;
          transition-delay: 0.2s;
          transform: translateX(0px);
          opacity: 1; }
        .main_slide .slide .img_container li.imgbox1 {
          background-image: url(../img/main_banner1.png); }
        .main_slide .slide .img_container li.imgbox2 {
          background-image: url(../img/main_banner2.png); }
        .main_slide .slide .img_container li.imgbox3 {
          background-image: url(../img/main_banner3.png); }
    .main_slide .slide .prev,
    .main_slide .slide .next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 30px;
      height: 50px; }
      .main_slide .slide .prev img,
      .main_slide .slide .next img {
        display: block;
        width: 100%; }
    .main_slide .slide .prev {
      left: 10%; }
    .main_slide .slide .next {
      right: 10%; }
      .main_slide .slide .next img {
        transform: scaleX(-1); }
  .main_slide .small_btn {
    position: absolute;
    width: 1100px;
    transform: translateX(-50%);
    left: 50.5%;
    bottom: 12%;
    display: flex;
    align-items: center; }
    .main_slide .small_btn .slide_count {
      font-size: 18px;
      position: relative;
      display: inline-block; }
      .main_slide .small_btn .slide_count span {
        color: #3e0c83;
        font-weight: bold; }
      .main_slide .small_btn .slide_count::after {
        content: "";
        height: 2px;
        width: 100px;
        background: #666;
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateX(110%); }
    .main_slide .small_btn ul {
      padding-left: 125px; }
      .main_slide .small_btn ul::after {
        content: "";
        clear: both;
        display: block; }
    .main_slide .small_btn li {
      width: 8px;
      height: 8px;
      background: #ccc;
      border-radius: 8px;
      float: left;
      margin: 0 5px; }
      .main_slide .small_btn li.active {
        background: #3e0c83; }

/* 중간 레이아웃 */
#container:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""; }

#container.container {
  margin: 0 auto;
  padding-bottom: 30px; }

.section_center {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto; }

#main_bn {
  position: relative;
  overflow: auto;
  width: 100%;
  max-height: 460px;
  overflow: hidden;
  border-bottom: 1px solid #ccc; }

#main_bn .bn_ul {
  margin: 0;
  padding: 0;
  text-align: center; }

#main_bn .bn_ul li {
  float: left;
  list-style: none; }

#main_bn .bn_ul &gt; li {
  position: relative;
  height: 500px; }
  #main_bn .bn_ul &gt; li &gt; div {
    display: block;
    width: 100%; }
    #main_bn .bn_ul &gt; li &gt; div &gt; a {
      display: block;
      width: 100%;
      height: 100%;
      position: relative; }
      #main_bn .bn_ul &gt; li &gt; div &gt; a .container {
        height: 500px; }
        #main_bn .bn_ul &gt; li &gt; div &gt; a .container &gt; img {
          width: 100%;
          height: auto; }
        #main_bn .bn_ul &gt; li &gt; div &gt; a .container span {
          display: block;
          position: absolute;
          width: 1100px;
          height: 500px;
          left: 45%;
          top: 0;
          transition: all 0.4s ease-in-out;
          opacity: 0;
          transform: translateX(-50%);
          display: flex;
          align-items: center; }
          #main_bn .bn_ul &gt; li &gt; div &gt; a .container span img {
            float: left; }

#main_bn .bx-controls {
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: 100%; }

#main_bn .bx-controls .bx-pager-item {
  display: inline-block;
  margin: 0 5px; }

#main_bn .bx-controls .bx-pager-link {
  display: inline-block;
  cursor: pointer;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 15px;
  border: 1px solid #666;
  background: white;
  overflow: hidden;
  transition: all 0.3s; }

#main_bn .bx-controls .active {
  background: #3e0c83;
  border: none; }

#main_bn .bx-controls-auto,
#main_bn .bx-controls-direction {
  display: none; }

#container_middle {
  margin-bottom: 50px; }

.idx_section:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""; }

.idx_section .innr {
  width: 100%; }

.idx_section .innr:after,
.idx_section2:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""; }

.welcome {
  width: 100%;
  display: none;
  color: white;
  text-align: center;
  position: relative;
  font-size: 30px; }
  .welcome .container {
    margin: 0 auto;
    width: 100%;
    height: 400px; }

.welcome span.bg {
  background-image: url(../img/welcome_bg.jpg); }

.welcome_summary {
  width: 100%;
  height: 1000px;
  padding-top: 100px;
  box-sizing: border-box;
  position: relative;
  background: #3e0c83; }
  .welcome_summary &gt; .innr {
    width: 1100px;
    margin: 0 auto;
    height: 800px;
    position: relative; }
    .welcome_summary &gt; .innr &gt; ul {
      width: 1100px;
      height: 280px;
      position: absolute;
      bottom: 0px;
      background: white;
      display: flex;
      border: 1px solid #3e0c83; }
      .welcome_summary &gt; .innr &gt; ul li {
        width: 33.33%;
        border-right: 1px solid #3e0c83;
        height: 100%;
        display: flex;
        align-items: center; }
        .welcome_summary &gt; .innr &gt; ul li:last-child {
          border-right: 0; }
        .welcome_summary &gt; .innr &gt; ul li .container {
          width: 100%;
          text-align: center; }
          .welcome_summary &gt; .innr &gt; ul li .container h4 {
            margin-bottom: 20px; }
            .welcome_summary &gt; .innr &gt; ul li .container h4 span {
              display: block;
              width: 30px;
              height: 30px;
              line-height: 30 px;
              text-align: center;
              margin-bottom: 5px;
              background: #3e0c83;
              color: white;
              margin: 0 auto;
              font-size: 16px;
              border-radius: 8px;
              border-bottom-left-radius: 0; }
            .welcome_summary &gt; .innr &gt; ul li .container h4 small {
              color: #3e0c83; }
          .welcome_summary &gt; .innr &gt; ul li .container p {
            font-size: 24px; }
            .welcome_summary &gt; .innr &gt; ul li .container p b {
              font-weight: bold;
              text-decoration: underline; }
  .welcome_summary h3 {
    padding-top: 100px;
    font-size: 38px;
    font-family: 'nanumsquare';
    margin-bottom: 30px;
    position: relative; }
    .welcome_summary h3 b {
      color: #3e0c83;
      font-weight: bold; }
    .welcome_summary h3::before {
      content: "";
      width: 70px;
      height: 2px;
      background: #3e0c83;
      position: absolute;
      top: 40%;
      left: 0;
      display: block; }
  .welcome_summary p {
    font-size: 16px; }

.right_menu {
  position: absolute;
  width: 120px;
  right: 10%;
  top: 714px;
  z-index: 100;
  transition: top 0.5s; }
  .right_menu.active {
    position: fixed;
    top: 165px; }
  .right_menu .membership {
    width: 120px;
    height: 130px;
    display: block;
    margin-bottom: 0px; }
    .right_menu .membership img {
      display: block;
      width: 100%; }
  .right_menu &gt; ul {
    width: 120px;
    height: 300px;
    border-top: 1px solid #3e0c83;
    border-bottom: 1px solid #3e0c83;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    box-sizing: content-box; }
    .right_menu &gt; ul li {
      background: rgba(255, 255, 255, 0.8);
      width: 120px;
      height: 100px;
      border-bottom: 1px solid #ccc;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      padding: 15px;
      box-sizing: border-box;
      transition: all 0.2s;
      position: relative; }
      .right_menu &gt; ul li:first-child::before, .right_menu &gt; ul li:first-child::after {
        content: "";
        top: 0;
        width: 1px;
        height: 20px;
        background: #3e0c83;
        position: absolute; }
      .right_menu &gt; ul li:first-child::before {
        left: -1px; }
      .right_menu &gt; ul li:first-child::after {
        right: -1px; }
      .right_menu &gt; ul li:last-child::before, .right_menu &gt; ul li:last-child::after {
        content: "";
        bottom: -1px;
        width: 1px;
        height: 20px;
        background: #3e0c83;
        position: absolute; }
      .right_menu &gt; ul li:last-child::before {
        left: -1px; }
      .right_menu &gt; ul li:last-child::after {
        right: -1px; }
      .right_menu &gt; ul li:hover {
        background: #f7f6fc; }
      .right_menu &gt; ul li a {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center; }
        .right_menu &gt; ul li a &gt; img {
          width: 40px; }
        .right_menu &gt; ul li a p {
          width: 100%;
          margin-top: 10px;
          text-align: center; }

.welcome_summary span.bg {
  width: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0; }
  .welcome_summary span.bg &gt; img {
    display: block;
    width: 100%;
    min-width: 1680px; }

.welcome .innr b {
  background: #3e0c83;
  color: white;
  padding: 5px 20px;
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 14px;
  font-family: 'roboto';
  letter-spacing: 1px; }

.welcome .innr h3 {
  color: white;
  font-weight: 500;
  font-family: 'nanumsquare';
  font-size: 32px;
  border-right: 1px solid #ccc; }

.welcome .innr {
  width: 1100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.last_section {
  padding-bottom: 80px;
  background: #3e0c83;
  box-sizing: border-box; }
  .last_section .container {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .last_section .container figure {
      width: 200px; }
      .last_section .container figure img {
        display: block; }
    .last_section .container p {
      width: 700px;
      padding-left: 50px;
      box-sizing: border-box;
      color: white;
      font-size: 20px; }
      .last_section .container p b {
        font-size: 1.5em; }
        .last_section .container p b span {
          font-weight: bold; }
    .last_section .container button {
      width: 200px;
      height: 75px;
      display: block;
      border: 1px solid white;
      background: white;
      color: #3e0c83;
      box-sizing: border-box;
      transition: all 0.3s;
      border-radius: 10px;
      border-bottom-left-radius: 0px; }
      .last_section .container button span {
        transition: all 0.3s;
        font-size: 18px;
        font-weight: 1000;
        display: block;
        text-align: center;
        font-family: 'nanumsquare';
        transform: rotate(-0.01deg);
        position: relative; }
        .last_section .container button span::after {
          content: "&gt;";
          visibility: hidden;
          opacity: 0;
          display: inline-block;
          color: #3e0c83;
          position: absolute;
          right: 30px;
          width: 8px;
          top: 50%;
          transform: translateY(-50%);
          transition: all 0.3s; }
      .last_section .container button:hover span {
        padding-right: 10px; }
        .last_section .container button:hover span::after {
          opacity: 1;
          visibility: visible;
          padding-left: 7px; }

section.tail_quik {
  width: 100%;
  height: 100px;
  background: white;
  border-top: 1px solid #ccc; }

section.tail_quik .container {
  display: flex;
  width: 1100px;
  height: 100%;
  margin: 0 auto; }

section.tail_quik &gt; .container &gt; h3,
section.tail_quik &gt; .container &gt; div {
  width: 366px;
  height: 100%;
  position: relative;
  padding: 20px 30px;
  box-sizing: border-box; }

section.tail_quik &gt; .container &gt; h3 {
  position: relative; }

section.tail_quik &gt; .container &gt; h3::after,
section.tail_quik &gt; .container &gt; div::after {
  content: "";
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  right: 0;
  position: absolute;
  background: #ccc; }

.tail_quik &gt; .container &gt; div &gt; a {
  display: flex;
  align-items: center; }

.tail_quik &gt; .container &gt; div:hover a {
  text-decoration: underline; }

section.tail_quik &gt; .container &gt; h3 {
  font-size: 20px;
  line-height: 120%;
  font-weight: bold;
  color: #333;
  font-family: 'roboto';
  padding-left: 0; }

section.tail_quik &gt; .container &gt; div p {
  padding-left: 30px; }

section.tail_quik &gt; .container &gt; div p small {
  font-size: 14px;
  color: #333;
  display: block; }

section.tail_quik &gt; .container &gt; div p b {
  font-size: 22px;
  font-family: 'nanumsquare';
  color: #333;
  display: block;
  font-weight: 1000; }

section.tail_quik &gt; .container &gt; div:last-child {
  border-right: none; }

#contact h2 {
  margin-bottom: 60px;
  font-size: 2.4em;
  text-align: center; }

#contact p {
  margin-top: 15px;
  margin-right: 20px;
  font-size: 1.4em;
  font-family: 'Nanum Square';
  float: left;
  display: inline-block;
  color: #677bd2; }

.block h3 {
  color: #fff;
  font-size: 1.6em; }

.block1 {
  padding: 0;
  width: 720px;
  margin-right: 25px;
  margin-bottom: 25px;
  height: 350px;
  float: left; }

span.bg {
  width: 100%;
  height: 100%;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.content {
  padding: 10px;
  box-sizing: border-box;
  background-color: none;
  border: none; }

.short_banner {
  padding: 0; }

.short_banner &gt; span.bg {
  background-image: url(../img/shortcut.jpg); }

.block2 {
  float: left;
  background: white;
  border: 1px solid #CCC;
  width: 350px;
  height: 350px;
  margin-right: 0;
  color: #999;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1); }

.block2 .info_container {
  height: 230px;
  box-sizing: border-box;
  padding: 30px;
  position: relative; }
  .block2 .info_container::after {
    content: "";
    height: 1px;
    width: 300px;
    background: #ccc;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block; }

.block2 .info_container h3 {
  font-size: 18px; }

.block2 .info_container h3 b {
  font-weight: bold;
  display: inline-block;
  color: #333; }

.block2 .info_container h3 small {
  font-size: 0.7em;
  color: #666;
  display: inline-block;
  margin-left: 10px;
  box-sizing: border-box; }

.block2 .info_container h3 small::before {
  content: "|";
  display: inline-block;
  margin-right: 10px; }

.block2 .quik_menu {
  height: 110px;
  margin: 0 auto;
  width: 300px; }

.block2 .quik_menu ul {
  width: 100%;
  display: flex;
  height: 100%; }

.block2 .quik_menu ul li {
  width: 100px;
  text-align: center;
  padding-top: 20px;
  line-height: 100px;
  color: #333;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  font-family: 'nanumsquare'; }
  .block2 .quik_menu ul li &gt; a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    line-height: 80%;
    font-weight: 500;
    color: #666;
    font-size: 14px; }
    .block2 .quik_menu ul li &gt; a figure {
      display: block;
      width: 100%; }
      .block2 .quik_menu ul li &gt; a figure &gt; img {
        display: block;
        margin: 0 auto;
        width: 50px;
        margin-bottom: 7px; }

.block2 .quik_menu ul li:last-child {
  border: none; }

.block2 p {
  margin: 0;
  margin-bottom: 20px;
  width: 100%; }

.block2 p b {
  display: block;
  text-align: center;
  margin-bottom: 5px;
  font-size: 36px;
  font-family: 'noto sans kr';
  font-weight: 900;
  color: #333; }

.block2 p small {
  font-family: 'noto sans kr';
  font-size: 14px;
  color: #777;
  display: block;
  text-align: center;
  font-weight: 400; }

.block2 a.go_bd {
  display: block;
  width: 100%;
  font-size: 16px;
  height: 40px;
  padding: 0;
  line-height: 40px;
  box-sizing: border-box;
  text-align: center;
  background: #3e0c83;
  font-family: 'noto sans kr';
  border-radius: 5px;
  border-bottom-left-radius: 0; }
  .block2 a.go_bd:hover {
    background: #5a20aa;
    box-shadow: 0 0px 8px rgba(62, 12, 131, 0.3); }

.section2 {
  width: 100%;
  padding: 90px 0;
  box-sizing: border-box;
  background-image: url(../img/main_sec2_bg.png);
  background-size: cover; }
  .section2 .content_container {
    clear: both;
    position: relative;
    box-sizing: border-box;
    width: 1100px;
    margin: 0 auto; }
    .section2 .content_container::after {
      content: "";
      clear: both;
      display: block; }
    .section2 .content_container .leftside {
      width: 100%;
      position: relative; }
      .section2 .content_container .leftside .title {
        width: 1100px;
        height: 150px;
        display: flex;
        align-items: center;
        margin-bottom: 30px; }
        .section2 .content_container .leftside .title .main_content_h2 {
          width: 400px;
          margin: 0 auto;
          clear: both;
          font-size: 38px;
          padding-bottom: 30px;
          font-weight: 500;
          font-family: 'nanumsquare' !important;
          color: #333;
          position: relative;
          padding-top: 50px; }
          .section2 .content_container .leftside .title .main_content_h2::before {
            content: "";
            display: block;
            width: 70px;
            height: 2px;
            background: #3e0c83;
            position: absolute;
            top: 20px;
            left: 0; }
          .section2 .content_container .leftside .title .main_content_h2 b {
            font-weight: 1000;
            color: #3e0c83;
            font-family: 'nanumsquare' !important; }
        .section2 .content_container .leftside .title .topbtn {
          width: 700px; }
          .section2 .content_container .leftside .title .topbtn .topbtn_container {
            width: 100%; }
            .section2 .content_container .leftside .title .topbtn .topbtn_container::after {
              content: "";
              clear: both;
              display: block; }
            .section2 .content_container .leftside .title .topbtn .topbtn_container li {
              width: 100px;
              height: 100px;
              padding: 8px;
              box-sizing: border-box;
              float: left;
              opacity: 1;
              transition: all 0.2s;
              display: flex;
              align-items: center; }
              .section2 .content_container .leftside .title .topbtn .topbtn_container li:hover b, .section2 .content_container .leftside .title .topbtn .topbtn_container li.active b {
                opacity: 1; }
              .section2 .content_container .leftside .title .topbtn .topbtn_container li:hover img, .section2 .content_container .leftside .title .topbtn .topbtn_container li.active img {
                opacity: 1; }
              .section2 .content_container .leftside .title .topbtn .topbtn_container li button {
                margin: 0 auto;
                display: block;
                box-sizing: border-box; }
                .section2 .content_container .leftside .title .topbtn .topbtn_container li button img {
                  display: block;
                  width: 45px;
                  margin: 0 auto;
                  opacity: 0.5; }
                .section2 .content_container .leftside .title .topbtn .topbtn_container li button b {
                  opacity: 0.6;
                  display: block;
                  width: 100%;
                  padding-top: 8px;
                  font-weight: 600;
                  font-family: 'noto sans kr';
                  font-size: 12px; }
    .section2 .content_container .btn_container {
      position: absolute;
      left: 0%;
      bottom: 40%;
      width: 1100px;
      cursor: pointer; }
      .section2 .content_container .btn_container &gt; button {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        opacity: 1;
        transition: opacity 0.2s; }
        .section2 .content_container .btn_container &gt; button:hover {
          opacity: 1; }
        .section2 .content_container .btn_container &gt; button &gt; img {
          display: block;
          width: 100%; }
        .section2 .content_container .btn_container &gt; button.prev {
          left: 0; }
        .section2 .content_container .btn_container &gt; button.next {
          right: 0; }
    .section2 .content_container .slide2 {
      width: 700px;
      position: relative;
      height: 350px;
      margin: 0 auto;
      box-sizing: content-box; }
      .section2 .content_container .slide2::after {
        content: "";
        clear: both;
        display: block; }
      .section2 .content_container .slide2 p.summary {
        float: left;
        width: 300px;
        font-size: 16px;
        display: none; }
      .section2 .content_container .slide2 .moreview {
        position: absolute;
        bottom: 0;
        right: -200px;
        width: 150px;
        height: 50px;
        overflow: hidden;
        transition: all 0.3s; }
        .section2 .content_container .slide2 .moreview:hover {
          border-radius: 15px; }
        .section2 .content_container .slide2 .moreview a {
          width: 100%;
          height: 100%;
          display: block; }
          .section2 .content_container .slide2 .moreview a img {
            display: block;
            width: 100%; }
      .section2 .content_container .slide2 .obj1 {
        position: absolute;
        z-index: 1;
        bottom: 50px;
        left: -50px;
        height: 250px; }
        .section2 .content_container .slide2 .obj1 img {
          display: block;
          width: 100%; }
      .section2 .content_container .slide2 .slide2_container {
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        box-sizing: content-box;
        width: 700px;
        height: 350px;
        background: white;
        margin-right: 3px;
        position: relative;
        margin: 0 auto;
        border: 1px solid #4c0bb0;
        overflow: hidden; }
        .section2 .content_container .slide2 .slide2_container &gt; li {
          width: 100%;
          height: 350px;
          position: absolute;
          left: 0;
          top: 0; }
          .section2 .content_container .slide2 .slide2_container &gt; li &gt; img {
            float: right;
            width: 350px;
            display: block;
            transition: all 0.3s;
            opacity: 0; }
          .section2 .content_container .slide2 .slide2_container &gt; li &gt; div.text_container {
            width: 350px;
            height: 350px;
            float: left;
            text-align: center;
            padding: 40px;
            padding-top: 70px;
            box-sizing: border-box; }
            .section2 .content_container .slide2 .slide2_container &gt; li &gt; div.text_container .num, .section2 .content_container .slide2 .slide2_container &gt; li &gt; div.text_container h3, .section2 .content_container .slide2 .slide2_container &gt; li &gt; div.text_container p {
              transform: translateY(-20px);
              opacity: 0;
              transition: all 0.3s; }
            .section2 .content_container .slide2 .slide2_container &gt; li &gt; div.text_container .num {
              display: block;
              color: #3e0c83;
              width: 100px;
              height: 100px;
              border-radius: 100px;
              background: #f7f6fc;
              line-height: 100px;
              text-align: center;
              position: relative;
              display: block;
              margin: 0 auto;
              padding-left: 5px;
              box-sizing: border-box;
              margin-bottom: 15px; }
              .section2 .content_container .slide2 .slide2_container &gt; li &gt; div.text_container .num span {
                position: absolute;
                top: 0;
                left: 50%;
                font-size: 16px;
                font-weight: bold;
                color: #3e0c83;
                transform: translate(-50%, -50%); }
              .section2 .content_container .slide2 .slide2_container &gt; li &gt; div.text_container .num img {
                width: 50px;
                text-align: center; }
            .section2 .content_container .slide2 .slide2_container &gt; li &gt; div.text_container h3 {
              font-size: 24px;
              margin-bottom: 10px; }
            .section2 .content_container .slide2 .slide2_container &gt; li &gt; div.text_container p {
              font-size: 14px;
              margin-bottom: 20px; }
          .section2 .content_container .slide2 .slide2_container &gt; li.active .num, .section2 .content_container .slide2 .slide2_container &gt; li.active h3, .section2 .content_container .slide2 .slide2_container &gt; li.active p {
            transform: translateY(0) !important;
            opacity: 1 !important; }
          .section2 .content_container .slide2 .slide2_container &gt; li.active &gt; img {
            opacity: 1 !important; }

.block3 {
  clear: both;
  width: 1100px;
  position: relative;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 40px;
  box-sizing: border-box; }
  .block3 &gt; figure {
    width: 1100px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    color: #ccc;
    display: block;
    margin: 0 auto; }

.block4 {
  clear: both; }

.block &gt; img {
  display: block;
  width: 100%; }

.block6 {
  margin-right: 0; }

.block9 {
  margin-right: 0; }

.info_container p {
  color: #fff;
  line-height: 19px;
  font-size: 1.1em;
  font-weight: normal; }

.block .go_bd {
  display: inline-block;
  padding: 10px 20px;
  background: red;
  font-size: 1.2em;
  color: #fff; }

.block1 .go_bd {
  background: #1b8de0; }

.block2 .go_bd {
  background: #2655ab; }

.block3 .go_bd {
  background: #369480; }

.block6 .go_bd {
  background: #2c8eb5; }

.block7 .go_bd {
  background: #677ee0; }

#aside {
  clear: both;
  width: 305px;
  padding: 0;
  background: #e7ebf3;
  height: 100%;
  border: 1px solid #adbfd2;
  margin: 20px 0 20px 20px; }

/* 하단 레이아웃 */
#ft {
  background: #211c28;
  padding: 30px 0;
  box-sizing: border-box;
  border-top: 1px solid #ccc; }

#ft_wr figure {
  width: 200px;
  margin-right: 100px;
  margin-top: 15px; }

#ft_wr figure img {
  width: 100%;
  display: block; }

#ft #ft_wr {
  display: flex; }

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

#ft_wr {
  position: relative;
  width: 1100px;
  margin: 0 auto; }

#ft_menu {
  display: inline-block;
  float: left; }

#ft_menu:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""; }

#ft_menu li {
  display: inline-block;
  float: left;
  margin-left: 8px;
  background: url(../img/division_bg.png) right 23px no-repeat; }

#ft_menu li:first-child {
  margin-left: 0; }

#ft_menu li:last-child {
  background: none; }

#ft_menu li a {
  padding: 15px 8px 15px 0px;
  display: inline-block;
  color: white;
  font-family: 'noto sans kr'; }

#ft_link {
  clear: both;
  margin: 0 auto;
  padding: 15px 0;
  text-align: left; }

#ft_link:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""; }

#ft_link a {
  display: inline-block;
  margin-right: 5px;
  padding-right: 8px;
  line-height: 1.083em;
  font-size: 1em;
  color: #ccc;
  background: url(../img/division_bg.png) right 0 no-repeat; }

#ft_link a:last-of-type {
  background: none; }

.ft_adds {
  padding: 5px 0;
  color: #b0b4bb; }

#ft_copy {
  padding: 5px 0 10px;
  color: #b0b4bb;
  margin-bottom: 10px; }

#ft_fix {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #474c59;
  border-top: 1px solid #3c414e; }

#ft_fix:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""; }

#ft_fix .innr {
  width: 100%; }

.top_blocks {
  width: 1100px;
  padding-top: 70px;
  box-sizing: border-box;
  margin: 0 auto; }
  .top_blocks::after {
    content: "";
    clear: both;
    display: block; }

#ft_fix ul li a,
#ft_fix .quick_tit {
  float: left;
  padding: 15px;
  color: #fff; }

#ft_fix .quick_tit {
  background: #323641; }

#ft_fix ul li a {
  border-right: 1px solid #3c414e; }

#top_btn {
  position: fixed;
  bottom: 65px;
  right: 15px; }

.top_btn_wp a {
  display: block;
  width: 25px;
  height: 30px;
  line-height: 36px;
  color: #bbb;
  text-align: center;
  font-size: 0.85em;
  z-index: 90; }

.top_btn_wp a.scroll-center {
  line-height: 28px; }

.top_btn_wp a:hover {
  color: #43a48f; }

/* 게시물 선택복사 선택이동 */
#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;
  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 #c2c9d9;
  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; }

#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; }

#captcha #captcha_key {
  margin: 0 0 0 3px;
  padding: 0 5px;
  width: 90px;
  height: 40px;
  border: 1px solid #c2c9d9;
  background: #fff;
  font-size: 1.333em;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
  margin-left: 50px; }

#captcha #captcha_info {
  display: block;
  margin: 5px 0 0;
  font-size: 0.95em;
  letter-spacing: -0.1em; }

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {
  display: block;
  margin: 0 0 5px;
  width: 187px; }

#captcha.m_captcha #captcha_img {
  width: 160px;
  height: 60px;
  border: 1px solid #e9e9e9;
  margin-bottom: 3px;
  margin-top: 5px;
  display: block; }

#captcha.m_captcha #captcha_reload {
  position: static;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  background: url("../../../img/captcha2.png") no-repeat 0 -40px;
  text-indent: -999px; }

#captcha.m_captcha #captcha_reload span {
  display: none; }

#captcha.m_captcha #captcha_key {
  margin: 0;
  padding: 0 5px;
  width: 115px;
  height: 29px;
  border: 1px solid #b8c9c2;
  background: #f7f7f7;
  font-size: 1.333em;
  font-weight: bold;
  text-align: center;
  line-height: 29px;
  margin-left: 3px; }

#captcha.m_captcha #captcha_info {
  display: block;
  margin: 5px 0 0;
  font-size: 0.95em;
  letter-spacing: -0.1em; }

#captcha.m_captcha #captcha_mp3 {
  width: 31px;
  height: 31px;
  background: url("../../../img/captcha2.png") no-repeat 0 0;
  vertical-align: top;
  overflow: hidden;
  cursor: pointer;
  text-indent: -9999px;
  border: none; }

/* ckeditor 단축키 */
.cke_sc {
  margin: 0 0 5px;
  text-align: right; }

.btn_cke_sc {
  display: inline-block;
  padding: 0 10px;
  height: 23px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  text-decoration: none;
  line-height: 1.9em;
  vertical-align: middle;
  cursor: pointer; }

.cke_sc_def {
  margin: 0 0 5px;
  padding: 10px;
  border: 1px solid #ccc;
  background: #f7f7f7;
  text-align: center; }

.cke_sc_def dl {
  margin: 0 0 5px;
  text-align: left;
  zoom: 1; }

.cke_sc_def dl:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""; }

.cke_sc_def dt,
.cke_sc_def dd {
  float: left;
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px solid #e9e9e9; }

.cke_sc_def dt {
  width: 20%;
  font-weight: bold; }

.cke_sc_def dd {
  width: 30%; }

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

#bo_v_con ol {
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px; }

#bo_v_con li {
  display: list-item; }

/* 버튼 */
a.btn,
.btn {
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  text-align: center;
  font-weight: bold;
  border: 0;
  -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 {
  height: 40px;
  line-height: 35px;
  padding: 0 10px;
  color: #fff;
  cursor: pointer;
  border: 1px solid #4051b3;
  background: #3e0c83;
  border-radius: 3px; }

a.btn_cancel {
  display: inline-block;
  border-radius: 3px;
  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;
  padding: 0 5px;
  height: 40px;
  border: 0;
  background: #3c3c3c;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  vertical-align: top; }

/* 우편번호검색버튼 등 */
button.btn_frmline {
  font-size: 1em; }

/* 게시판용 버튼 */
a.btn_b01,
.btn_b01 {
  display: inline-block;
  border: 1px solid #c1c1c1;
  border-radius: 3px;
  color: #767676;
  text-decoration: none;
  vertical-align: middle; }

a.btn_b02,
.btn_b02 {
  display: inline-block;
  background: #3e0c83;
  border-radius: 3px;
  padding: 0 10px;
  color: #fff;
  text-decoration: none;
  border: 0;
  vertical-align: middle; }

a.btn_b03,
.btn_b03 {
  display: inline-block;
  border: 1px solid #4051b3;
  border-radius: 3px;
  color: #4051b3;
  background: #fff;
  text-decoration: none;
  vertical-align: middle; }

a.btn_b04,
.btn_b04 {
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #4051b3;
  color: #4051b3;
  background: #fff;
  text-decoration: none;
  vertical-align: middle; }

a.btn_admin,
.btn_admin {
  display: inline-block;
  background: #474c59;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  vertical-align: middle; }

/* 관리자 전용 버튼 */
a.btn_admin2,
.btn_admin2 {
  display: inline-block;
  background: #fff;
  color: #000;
  border: 1px solid #c1c1c1;
  border-radius: 3px;
  text-decoration: none;
  vertical-align: middle; }

/* 관리자 전용 버튼 */
/*컬러*/
.color_1 {
  background: #169dd6; }

.color_2 {
  background: #14d53d; }

.color_3 {
  background: #3814ff; }

.color_4 {
  background: #7520c5; }

/* 기본테이블 */
.tbl_wrap table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0 5px;
  border-top: 2px solid #000;
  border-bottom: 1px solid #f0f0f0; }

.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: 15px 0;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #ddd;
  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 #e8e8e8; }

.tbl_head01 td {
  color: #666;
  background: #fff;
  padding: 10px 5px;
  border-top: 1px solid #ecf0f1;
  line-height: 1.4em;
  height: 60px;
  font-size: 1.2em;
  word-break: break-all; }

.tbl_head01 tbody tr:hover td {
  background: #f9f9f9; }

.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_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;
  padding: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.tbl_frm01 textarea {
  padding: 2px 2px 3px; }

.frm_input {
  height: 40px; }

.full_input {
  width: 100%; }

.half_input {
  width: 49.5%; }

.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 li {
  border: 1px solid #dbdbdb;
  background: #fff;
  border-radius: 3px;
  margin: 3px 0;
  padding: 10px 15px;
  list-style: none;
  position: relative; }

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

/* 쪽지 리스트 */
.list_02 ul {
  border: 1px solid #d9dee9; }

.list_02 li {
  position: relative;
  border-bottom: 1px solid #d9dee9;
  background: #fff;
  list-style: none; }

.list_02 li:last-child {
  border-bottom: 0; }

.list_02 li:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""; }

.list_02 li:hover {
  background: #f9f9f9; }

.list_02 li.empty_li {
  padding: 20px 0;
  text-align: center;
  color: #666; }

.list_03 li {
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #d9dee9;
  background: #fff;
  list-style: none; }

.list_03 li:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""; }

.list_03 li:hover {
  background: #f9f9f9; }

.list_03 li.empty_li {
  padding: 20px 0;
  text-align: center;
  color: #666; }

/*폼 리스트*/
.form_01 h2 {
  margin: 0 0 10px;
  font-size: 1.167em; }

.form_01 li {
  margin: 10px 0; }

.form_01 li:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""; }

.form_01 li .right_input {
  float: right; }

.form_01 textarea {
  height: 100px;
  width: 100%; }

/* 자료 없는 목록 */
.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: 120px;
  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: 120px;
  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 #win_title {
  height: 50px;
  line-height: 30px;
  padding: 10px;
  font-size: 1.25em; }

.new_win #win_title .sv {
  font-size: 0.75em;
  line-height: 1.2em; }

.new_win_con {
  margin: 0 10px 10px; }

.new_win .win_ul {
  margin: 0 0 10px 1px; }

.new_win .win_ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""; }

.new_win .win_ul li {
  float: left;
  width: 33.333%;
  margin-left: -1px;
  text-align: center;
  background: #fff; }

.new_win .win_ul li a {
  display: block;
  padding: 10px 0;
  color: #667287;
  border: 1px solid #dedede; }

.new_win .win_ul .selected {
  position: relative;
  color: #4158d1;
  z-index: 5; }

.new_win .win_ul .selected a {
  font-weight: bold;
  background: #17bb9c;
  color: #fff; }

.new_win .win_desc {
  padding: 10px 0;
  margin: 10px 0;
  font-size: 0.92em;
  font-weight: bold;
  color: #364154;
  background: #dfe3ea;
  text-align: center; }

.new_win .frm_info {
  display: block;
  margin: 3px 0 0 0;
  text-align: right;
  font-size: 0.92em;
  color: #707e8b; }

.new_win .win_total {
  text-align: left;
  margin: 10px 0;
  background: #e6f4ff;
  border: 1px solid #d5dcff;
  padding: 10px 15px; }

.new_win .win_total span {
  display: inline-block;
  font-size: 0.92em;
  color: #4158d1; }

.new_win .win_total span.win_total_r {
  float: right; }

.new_win .win_btn {
  text-align: center;
  margin-bottom: 10px; }

.new_win .memo_view_opt {
  padding: 10px;
  border: 1px solid #d9dee9;
  border-top: 0;
  text-align: left;
  background: #f7f7f9; }

.new_win .memo_view_opt:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""; }

.new_win .memo_view_opt .btn_right {
  float: right;
  margin-left: 5px; }

.new_win .memo_view_btn {
  margin: 25px 0;
  text-align: center; }

.new_win .btn_close {
  height: 40px;
  border: 1px solid #ccc;
  padding: 0 10px;
  line-height: 35px;
  border-radius: 3px;
  background: #fff;
  color: #000;
  cursor: pointer; }

.new_win .btn_submit {
  height: 40px;
  font-weight: bold;
  font-size: 1.083em; }

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

/* 자바스크립트 alert 대안 */
#validation_check {
  margin: 100px auto;
  width: 500px; }

#validation_check h1 {
  margin-bottom: 20px;
  font-size: 1.3em; }

#validation_check p {
  margin-bottom: 20px;
  padding: 30px 20px;
  border: 1px solid #e9e9e9;
  background: #fff; }

/* 사이드뷰 */
.sv_wrap {
  position: relative;
  font-weight: normal; }

.sv_wrap .sv {
  z-index: 1000;
  display: none;
  margin: 5px 0 0;
  font-size: 0.92em;
  background: #333;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2); }

.sv_wrap .sv:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #333 transparent; }

.sv_wrap .sv a {
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  line-height: 30px;
  width: 100px;
  font-weight: normal;
  color: #bbb; }

.sv_wrap .sv a:hover {
  background: #000;
  color: #fff; }

.sv_member {
  color: #333; }

.sv_on {
  display: block !important;
  position: absolute;
  top: 23px;
  left: 0px;
  width: auto;
  height: auto; }

.sv_nojs .sv {
  display: block; }

/* 페이징 */
.pg_wrap {
  clear: both;
  margin: 30px 0;
  text-align: center; }

.pg_wrap:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""; }

.pg_page,
.pg_current {
  display: inline-block;
  vertical-align: middle; }

.pg a:focus,
.pg a:hover {
  text-decoration: none; }

.pg_page {
  color: #555;
  font-size: 1.083em;
  height: 30px;
  line-height: 28px;
  padding: 0 5px;
  min-width: 30px;
  text-decoration: none;
  border-radius: 50%; }

.pg_page:hover {
  background-color: #ddd; }

.pg_start {
  text-indent: -999px;
  overflow: hidden;
  background: url("../img/btn_first.gif") no-repeat 50% 50% #fff;
  padding: 0; }

.pg_prev {
  text-indent: -999px;
  overflow: hidden;
  background: url("../img/btn_prev.gif") no-repeat 50% 50% #fff;
  padding: 0; }

.pg_end {
  text-indent: -999px;
  overflow: hidden;
  background: url("../img/btn_end.gif") no-repeat 50% 50% #fff;
  padding: 0; }

.pg_next {
  text-indent: -999px;
  overflow: hidden;
  background: url("../img/btn_next.gif") no-repeat 50% 50% #fff;
  padding: 0; }

.pg_start:hover,
.pg_prev:hover,
.pg_end:hover,
.pg_next:hover {
  background-color: #fafafa; }

.pg_current {
  display: inline-block;
  background: #5a5f6b;
  color: #fff;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  min-width: 30px;
  border-radius: 50%; }

/* cheditor 이슈 */
.cheditor-popup-window *,
.cheditor-popup-window:after,
.cheditor-popup-window:before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* Mobile화면으로 */
#device_change {
  display: block;
  margin: 0.3em;
  padding: 0.5em 0;
  border: 1px solid #eee;
  border-radius: 2em;
  background: #fff;
  color: #000;
  font-size: 2em;
  text-decoration: none;
  text-align: center; }

#bo_list,
#bo_w,
#register_form,
#fregister,
#bo_v,
.mbskin,
#bo_list,
.center {
  width: 1100px !important;
  margin: 0 auto !important;
  padding: 50px 0;
  box-sizing: border-box; }

.ctt_admin,
#bo_list .bo_tit .title_icon {
  display: none; }

#container.container {
  padding: 0;
  margin: 0; }

@media screen and (max-width: 1100px) {
  .right_menu {
    display: none !important; } }

/*# sourceMappingURL=default.css.map */
</pre></body></html>