@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
@import url(../css/sub_.css);

/*=====[공통]폰트설정=====*/

@font-face {
    font-family: 'GmarketSansBold';
    src: local('GmarketSansBold'),url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.eot');
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSans/GmarketSansBold.eot?#iefix') format('embedded-opentype'),
       url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSans/GmarketSansBold.svg#GmarketSansBold') format('svg'),
       url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff'),
    url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff2') format('woff2'),
    url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSans/GmarketSansBold.svg#GmarketSansBold') format('svg'),
    url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSans/GmarketSansBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansMedium';
    src: local('GmarketSansMedium'),url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.eot');
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSans/GmarketSansMedium.eot?#iefix') format('embedded-opentype'),
       url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSans/GmarketSansMedium.svg#GmarketSansMedium') format('svg'),
    url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff'),
    url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff2') format('woff2'),
    url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSans/GmarketSansMedium.svg#GmarketSansMedium') format('svg'),
    url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSans/GmarketSansMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansLight';
    src: local('GmarketSansLight'),url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.eot');
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSans/GmarketSansLight.eot?#iefix') format('embedded-opentype'),
       url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSans/GmarketSansLight.svg#GmarketSansLight') format('svg'),
    url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff'),
    url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff2') format('woff2'),
    url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSans/GmarketSansLight.svg#GmarketSansLight') format('svg'),
    url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSans/GmarketSansLight.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
/*=====[공통]폰트설정=====*/
:root {
  --primary-color: #1b1f2b;
  --main-contents-max-width: 158rem;
}

/* 초기화 */
html {
    font-family: 'GmarketSansMedium';
  overflow-y: scroll;
  font-size: 10px;
}
.map_box { float:none; width:100%; height:420px; margin:20px auto; padding:0 0 0 0; clear:both; }
.map { float:none; width:100%; height:420px; text-align:center; margin:0 auto; padding:0; clear:both; }

.taleft{text-align:left;}
.taright{text-align:right;}
.tacenter{text-align:center;}
.fn100{float:none; width:100%; padding:0 0 0 0; margin: 0 auto; clear:both;}
.fr100{float:right; width:100%; padding:0 0 0 0; margin: 0 auto; clear:both;}
.fl{float:left; padding:0 0 0 0; margin: 0 auto;}
.fw100{width:100%;}
.fw90{width:90%;}
.fw80{width:80%;}
.fw75{width:75%;}
.fw70{width:70%;}
.fw60{width:60%;}
.fw50{width:50%;}
.fw40{width:40%;}
.fw33{width:33.33%;}
.fw30{width:30%;}
.fw25{width:25%;}
.fw20{width:20%;}
.fw15{width:15%;}
.fw10{width:10%;}

@media only screen and (max-width: 800px) {
  .mk_memphoto{width:130px;}
  .modal-wrapper {scroll-behavior: auto;overflow-y: auto;width: 100%;height: 100%;position: fixed;top: 0;left: 0;background:#1b1f2b;visibility: hidden;opacity: 0;transition: all 0.25s ease-in-out;}
  .modal-wrapper.open {opacity: 1;visibility: visible;}
  .modal {width: 100%;height: auto;display: block;margin: 50% 0 0 -50%;position: relative;top: 50%;left: 50%;background: #1b1f2b; opacity: 0;transition: all 0.5s ease-in-out;z-index:12;}
  .modal-wrapper.open .modal {margin-top: -400px;opacity: 1;}
  .btn-close {font-size: 28px;display: block;float: right;color: #fff;}
  .content {padding: 150px 10% 10% 10%;}

  .modal-wrapper::-webkit-scrollbar {width: 10px;}
  .modal-wrapper::-webkit-scrollbar-thumb {height: 30%; background: #1b1f2b; border-radius: 10px;}
  .modal-wrapper::-webkit-scrollbar-track {background: rgba(86, 79, 228, .1); }
}

@media only screen and (min-width: 800px) {
  .mk_memphoto{width:200px;}
.modal-wrapper {scroll-behavior: auto;overflow-y: auto;width: 100%;height: 100%;position: fixed;top: 0;left: 0;background:#1b1f2b;visibility: hidden;opacity: 0;transition: all 0.25s ease-in-out;}
.modal-wrapper.open {opacity: 1;visibility: visible;}
.modal {width: 100%;height: auto;display: block;margin: 50% 0 0 -50%;position: relative;top: 50%;left: 50%;background: #1b1f2b; opacity: 0;transition: all 0.5s ease-in-out;z-index:12;}
.modal-wrapper.open .modal {margin-top: -400px;opacity: 1;}
.btn-close {font-size: 28px;display: block;float: right;color: #fff;}
.content {padding: 10%;}

.modal-wrapper::-webkit-scrollbar {width: 10px;}
.modal-wrapper::-webkit-scrollbar-thumb {height: 30%; background: #1b1f2b; border-radius: 10px;}
.modal-wrapper::-webkit-scrollbar-track {background: rgba(86, 79, 228, .1); }
}

/*---모달팝업---*/
.mdpu_popup-wrap{
  background-color:rgba(0,0,0,.5);
  justify-content:center;
  align-items:center;
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  display:none;
  padding:0;
  z-index:96998;
}
.mdpu_popup{
  width:100%;
  height:100%;
  max-width:100%;
  border-radius:0;
  overflow:hidden;
  background-color:#1b1f2b;
}
.mdpu_popup-head{float:none;margin: 0 auto; padding:0;
  width:100%;
  height:50px;
  clear:both;
}

.head-title{float:none; width:100%; padding:15px 0 10px 0; text-align:center; font-size:1.0em; color:#ffffff; clear:both;}

.mdpu_popup-body{
  width:100%;
  height:100%;
  background-color:#1b1f2b;
}
.body-content{
  width:100%;
  height:100%;
  padding:10px;
}
.body-titlebox{
  text-align:center;
  width:100%;
  height:40px;
  margin-bottom:10px;
}
.body-contentbox{
  float:none;
  margin: 0 auto; padding:0;
  overflow-y:auto;
  width:94%;
  height:100%;
  clear:both;
}
.mdpu_popup-foot{
  width:100%;
  height:50px;
}
.pop-btn{
  float:none;
  width:calc(100% - 20px);
  height:50px;
  padding:20px 20px 0 0;
  text-align:right;
font-size:1.4em;
  color:#ffffff;
   clear:both;
}
.pop-btn.confirm{
  font-family: 'GmarketSansMedium';
  font-size:1.0rem;
  border:1px solid #fa6600;
  background-color:#fa6600;
}

.mkintro_wrap{float:none; width:100%; padding:0; margin:0 auto; clear:both;}
.mkintro_box{float:none; width:800px; padding:0; margin:0 auto;  clear:both;}
.mkclose{float:none; width:100%; padding:0; margin:0 auto; text-align:right; clear:both;}
.mkclose a{font-size:2.2em; color:#ffffff;}
.mkintro_box_left{float:left; width:30%; padding:0; margin:0 auto;}
.mkintro_box_right{float:left; width:calc(70% - 50px); padding:0 0 0 50px; margin:0 auto; }

.mkintro_face{float:none; width:100%; padding:20px 0 20px 0; margin:0 auto;  color:#ffffff; text-align:left; overflow: hidden; clear:both;}
.mkintro_face span{font-size:1.0em; color:#ffffff;}
.mkintro_face_under{border-bottom:1px solid #ffffff;}
.mkintro_face img{ max-height:300px; border:0 solid #000000; object-fit:cover;}
.mkintro_face_remark{float:none; width:100%; padding:20px 0 20px 0; margin:0 auto;  color:#ffffff; text-align:left; overflow: hidden; clear:both;}

@media only screen and (max-width: 395px) {
  html {
    font-size: 8px;
  }
}

body {
    font-family: 'GmarketSansMedium';
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 1.6rem;
}

@media only screen and (min-width: 1001px) and (max-width: 1259px) {
  body {
      font-family: 'GmarketSansMedium';
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 701px) and (max-width: 1000px) {
  body {
      font-family: 'GmarketSansMedium';
    font-size: 2rem;
  }
}

@media only screen and (max-width: 700px) {
  body {
      font-family: 'GmarketSansMedium';
    font-size: 1.6rem;
  }
}

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: 'GmarketSansMedium';
}

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

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

button {
  cursor: pointer;
}

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;
  box-sizing: border-box;
}

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

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  -webkit-box-shadow: 0 0 5px #9ed4ff;
  box-shadow: 0 0 5px #9ed4ff;
  border: 1px solid #558ab7 !important;
}

.placeholdersjs {
  color: #aaa !important;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

img {
  border: none;
  vertical-align: top;
}

/*  */
*.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

body {
  font-family: 'GmarketSansMedium';
}

*.text-white {
  color: white;
}

*.bg-dark {
  background-color: #222;
}

*.round-bar {
  padding: 10px 20px;
  border-radius: 20px;
}

*.btn {
  cursor: pointer;
}

*.w10 {
  width: 10px;
}

*.w15 {
  width: 15px;
}

*.w20 {
  width: 20px;
}

*.w30 {
  width: 30px;
}

*.w40 {
  width: 40px;
}

*.w50 {
  width: 50px;
}

*.h10 {
  height: 10px;
}

*.h15 {
  height: 15px;
}

*.h20 {
  height: 20px;
}

*.h30 {
  height: 30px;
}

*.h40 {
  height: 40px;
}

*.h50 {
  height: 50px;
}

.v-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

* > div.icon-x {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

*:hover > div.icon-x {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/**
 * S: 그누보드 관련 스타일
 **/
/* 초기화 */
html {
  overflow-y: scroll;
}

body {
  margin: 0;
  padding: 0;
}

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

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: 'GmarketSansMedium';
}

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

button {
  cursor: pointer;
}

select {
  margin: 0;
}

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

hr {
  display: none;
}

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

a {
  color: inherit;
  text-decoration: none;
}

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

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

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  -webkit-box-shadow: 0 0 5px #9ed4ff;
  box-shadow: 0 0 5px #9ed4ff;
  border: 1px solid #558ab7 !important;
}

.placeholdersjs {
  color: #aaa !important;
}

/* 레이아웃 크기 지정 */
/* 팝업레이어 */
#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 {
  background: #212020;
}

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

#tnb {
  border-bottom: 1px solid #383838;
  margin: 0 auto;
}

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

#tnb .inner {
  margin: 0 auto;
}

#hd_wrapper {
  position: relative;
  margin: 0 auto;
  height: 140px;
  zoom: 1;
}

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

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

.hd_sch_wr {
  float: left;
  padding: 30px 0;
  width: 445px;
  margin-left: 65px;
}

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

#hd_sch {
  border-radius: 30px;
  overflow: hidden;
}

#hd_sch #sch_stx {
  float: left;
  width: 385px;
  height: 45px;
  padding-left: 10px;
  border-radius: 30px 0 0 30px;
  background: #2c2c2c;
  border: 0;
  border-right: 0;
  font-size: 1.25em;
  color: #fff;
}

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

#hd_qnb {
  float: right;
  text-align: right;
}

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

#hd_qnb li {
  float: left;
  font-size: 1.083em;
  line-height: 14px;
  border-right: 1px solid #4a4a4a;
  position: relative;
  text-align: center;
  margin: 15px 10px 15px 0;
  padding-right: 10px;
}

#hd_qnb li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}

#hd_qnb li span {
  display: block;
  margin-top: 5px;
  font-size: 0.92em;
}

#hd_qnb li a {
  display: inline-block;
  color: #919191;
}

#hd_qnb .visit .visit-num {
  display: inline-block;
  line-height: 16px;
  padding: 0 5px;
  margin-left: 5px;
  border-radius: 10px;
  background: #da22f5;
  color: #fff;
  font-size: 10px;
}

.hd_login {
  position: absolute;
  right: 0;
  top: 60px;
}

.hd_login li {
  float: left;
  margin: 0 5px;
  border-left: 1px solid #616161;
  padding-left: 10px;
  line-height: 13px;
}

.hd_login li:first-child {
  border-left: 0;
}

.hd_login a {
  color: #fff;
}

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

/* 화면낭독기 사용자용 */
.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.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: 35px;
  height: 35px;
  padding: 0 10px;
  text-align: center;
  border: 0;
  font-size: 16px;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

a.btn01 {
  display: inline-block;
  padding: 7px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  text-decoration: none;
  vertical-align: middle;
}

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

button.btn01 {
  display: inline-block;
  margin: 0;
  padding: 7px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  text-decoration: none;
}

a.btn02 {
  display: inline-block;
  padding: 7px;
  border: 1px solid #3b3c3f;
  background: #4b545e;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}

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

button.btn02 {
  display: inline-block;
  margin: 0;
  padding: 7px;
  border: 1px solid #3b3c3f;
  background: #4b545e;
  color: #fff;
  text-decoration: none;
}

.btn_confirm {
  text-align: right;
}

/* 서식단계 진행 */
.btn_submit {
  border: 0;
  background: #3a8afd;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
}

.btn_submit:hover {
  background: #2375eb;
}

.btn_close {
  border: 1px solid #dcdcdc;
  cursor: pointer;
  border-radius: 3px;
  background: #fff;
}

a.btn_close {
  text-align: center;
  line-height: 50px;
}

a.btn_cancel {
  display: inline-block;
  background: #969696;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}

button.btn_cancel {
  display: inline-block;
  background: #969696;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}

.btn_cancel:hover {
  background: #aaa;
}

a.btn_frmline,
button.btn_frmline {
  display: inline-block;
  width: 128px;
  padding: 0 5px;
  height: 40px;
  border: 0;
  background: #434a54;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  vertical-align: top;
}

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

/* 게시판용 버튼 */
a.btn_b01,
.btn_b01 {
  display: inline-block;
  color: #bababa;
  text-decoration: none;
  vertical-align: middle;
  border: 0;
  background: transparent;
}

.btn_b01:hover,
.btn_b01:hover {
  color: #000;
}

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

a.btn_b02:hover,
.btn_b02:hover {
  background: #0025eb;
}

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

a.btn_b03:hover,
.btn_b03:hover {
  background: #ebedf6;
}

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

a.btn_b04:hover,
.btn_b04:hover {
  color: #333;
  background: #f9f9f9;
}

a.btn_admin,
.btn_admin {
  display: inline-block;
  color: #d13f4a;
  text-decoration: none;
  vertical-align: middle;
}

/* 관리자 전용 버튼 */
.btn_admin:hover,
a.btn_admin:hover {
  color: #ff3746;
}

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

.tbl_wrap caption {
  padding: 10px 0;
  font-weight: bold;
  text-align: left;
}

.tbl_head01 {
  margin: 0 0 10px;
}

.tbl_head01 caption {
  padding: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.tbl_head01 thead th {
  padding: 20px 0;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #ececec;
  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;
  padding: 10px 5px;
  border-top: 1px solid #ecf0f1;
  border-bottom: 1px solid #ecf0f1;
  line-height: 1.4em;
  height: 60px;
  word-break: break-all;
}

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

.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 #d0d3db;
  background: #fff;
  color: #000;
  vertical-align: middle;
  border-radius: 3px;
  padding: 5px;
  -webkit-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%;
}

.twopart_input {
  width: 385px;
  margin-right: 10px;
}

.tbl_frm01 textarea,
.write_div textarea {
  width: 100%;
  height: 100px;
}

.tbl_frm01 a {
  text-decoration: none;
}

.tbl_frm01 .frm_file {
  display: block;
  margin-bottom: 5px;
}

.tbl_frm01 .frm_info {
  display: block;
  padding: 0 0 5px;
  line-height: 1.4em;
}

/*기본 리스트*/
.list_01 ul {
  border-top: 1px solid #ececec;
}

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

.list_01 li:nth-child(odd) {
  background: #f6f6f6;
}

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

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

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

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

.form_01 li {
  margin-bottom: 10px;
}

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

.form_01 .left_input {
  float: left;
}

.form_01 .margin_input {
  margin-right: 1%;
}

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

.form_01 .frm_label {
  display: inline-block;
  width: 130px;
}

/* 자료 없는 목록 */
.empty_table {
  padding: 50px 0 !important;
  text-align: center;
}

.empty_list {
  padding: 20px 0 !important;
  color: #666;
  text-align: center;
}

/* 필수입력 */
.required,
textarea.required {
  background-image: url("../img/require.png") !important;
  background-repeat: no-repeat !important;
  background-position: right top !important;
}

/* 테이블 항목별 정의 */
.td_board {
  width: 80px;
  text-align: center;
}

.td_category {
  width: 80px;
  text-align: center;
}

.td_chk {
  width: 30px;
  text-align: center;
}

.td_date {
  width: 60px;
  text-align: center;
}

.td_datetime {
  width: 110px;
  text-align: center;
}

.td_group {
  width: 80px;
  text-align: center;
}

.td_mb_id {
  width: 100px;
  text-align: center;
}

.td_mng {
  width: 80px;
  text-align: center;
}

.td_name {
  width: 100px;
  text-align: left;
}

.td_nick {
  width: 100px;
  text-align: center;
}

.td_num {
  width: 50px;
  text-align: center;
}

.td_numbig {
  width: 80px;
  text-align: center;
}

.td_stat {
  width: 60px;
  text-align: center;
}

.txt_active {
  color: #5d910b;
}

.txt_done {
  color: #e8180c;
}

.txt_expired {
  color: #ccc;
}

.txt_rdy {
  color: #8abc2a;
}

/* 새창 기본 스타일 */
.new_win {
  position: relative;
}

.new_win .tbl_wrap {
  margin: 0 20px;
}

.new_win #win_title {
  font-size: 1.3em;
  height: 50px;
  line-height: 30px;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

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

.new_win .win_ul {
  margin-bottom: 15px;
  padding: 0 20px;
}

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

.new_win .win_ul li {
  float: left;
  background: #fff;
  text-align: center;
  padding: 0 10px;
  border: 1px solid #d6e9ff;
  border-radius: 30px;
  margin-left: 5px;
}

.new_win .win_ul li:first-child {
  margin-left: 0;
}

.new_win .win_ul li a {
  display: block;
  padding: 8px 0;
  color: #6794d3;
}

.new_win .win_ul .selected {
  background: #3a8afd;
  border-color: #3a8afd;
  position: relative;
  z-index: 5;
}

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

.new_win .win_desc {
  position: relative;
  margin: 10px;
  border-radius: 5px;
  font-size: 1em;
  background: #f2838f;
  color: #fff;
  line-height: 50px;
  text-align: left;
  padding: 0 20px;
}

.new_win .win_desc i {
  font-size: 1.2em;
  vertical-align: baseline;
}

.new_win .win_desc:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 50px;
  background: #da4453;
  border-radius: 3px 0 0 3px;
}

.new_win .frm_info {
  font-size: 0.92em;
  color: #919191;
}

.new_win .win_total {
  float: right;
  display: inline-block;
  line-height: 30px;
  font-weight: normal;
  font-size: 0.75em;
  color: #3a8afd;
  background: #f6f6f6;
  padding: 0 10px;
  border-radius: 5px;
}

.new_win .new_win_con {
  margin: 20px 0;
  padding: 20px;
}

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

.new_win .new_win_con2 {
  margin: 20px 0;
}

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

.new_win .win_btn {
  text-align: center;
}

.new_win .btn_close {
  height: 45px;
  width: 60px;
  overflow: hidden;
  cursor: pointer;
}

.new_win .btn_submit {
  padding: 0 20px;
  height: 45px;
  font-weight: bold;
  font-size: 1.083em;
}

/* 검색결과 색상 */
.sch_word {
  color: #fff;
  background: #ff005a;
  padding: 2px 5px 3px;
  line-height: 18px;
  margin: 0 2px;
}

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

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

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

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

.sv_wrap .sv {
  z-index: 1000;
  display: none;
  margin: 5px 0 0;
  font-size: 0.92em;
  background: #333;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  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;
  font-weight: 300;
  font-size: 1.3rem;
}

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

.sv_nojs .sv {
  display: block;
}

/* 페이징 */
.pg_wrap {
  clear: both;
  float: left;
  display: inline-block;
}

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

.pg {
  text-align: center;
}

.pg_page,
.pg_current {
  display: inline-block;
  vertical-align: middle;
  background: #eee;
  border: 1px solid #eee;
}

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

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

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

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

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

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

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

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

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

/* cheditor 이슈 */
.cheditor-popup-window *,
.cheditor-popup-window :after,
.cheditor-popup-window :before {
  -webkit-box-sizing: content-box;
  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;
}

div#hd_login_msg {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px;
  color: white;
  font-size: 14px;
  background: rgba(5, 36, 94, 0.9);
  z-index: 1000;
}

div#hd_login_msg > a {
  display: inline-block;
  padding: 5px;
  font-size: 12px;
  border: 1px solid #fff;
  border-radius: 3px;
}

/* 게시판용 버튼 */
a.btn_b01,
.btn_b01 {
  display: inline-block;
  color: #bababa;
  text-decoration: none;
  vertical-align: middle;
  border: 0;
  background: transparent;
}

.btn_b01:hover,
.btn_b01:hover {
  color: #000;
}

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

a.btn_b02:hover,
.btn_b02:hover {
  background: #0025eb;
}

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

a.btn_b03:hover,
.btn_b03:hover {
  background: #ebedf6;
}

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

a.btn_b04:hover,
.btn_b04:hover {
  color: #333;
  background: #f9f9f9;
}

a.btn_admin,
.btn_admin {
  display: inline-block;
  color: #d13f4a;
  text-decoration: none;
  vertical-align: middle;
}

/* 관리자 전용 버튼 */
.btn_admin:hover,
a.btn_admin:hover {
  color: #ff3746;
}

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

.tbl_wrap caption {
  padding: 10px 0;
  font-weight: bold;
  text-align: left;
}

.tbl_head01 {
  margin: 0 0 10px;
}

.tbl_head01 caption {
  padding: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.tbl_head01 thead th {
  padding: 20px 0;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #ececec;
  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;
  padding: 10px 5px;
  border-top: 1px solid #ecf0f1;
  border-bottom: 1px solid #ecf0f1;
  line-height: 1.4em;
  height: 60px;
  word-break: break-all;
}

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

.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 #d0d3db;
  background: #fff;
  color: #000;
  vertical-align: middle;
  border-radius: 3px;
  padding: 5px;
  -webkit-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%;
}

.twopart_input {
  width: 385px;
  margin-right: 10px;
}

.tbl_frm01 textarea,
.write_div textarea {
  width: 100%;
  height: 100px;
}

.tbl_frm01 a {
  text-decoration: none;
}

.tbl_frm01 .frm_file {
  display: block;
  margin-bottom: 5px;
}

.tbl_frm01 .frm_info {
  display: block;
  padding: 0 0 5px;
  line-height: 1.4em;
}

/*기본 리스트*/
.list_01 ul {
  border-top: 1px solid #ececec;
}

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

.list_01 li:nth-child(odd) {
  background: #f6f6f6;
}

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

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

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

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

.form_01 li {
  margin-bottom: 10px;
}

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

.form_01 .left_input {
  float: left;
}

.form_01 .margin_input {
  margin-right: 1%;
}

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

.form_01 .frm_label {
  display: inline-block;
  width: 130px;
}

/* 자료 없는 목록 */
.empty_table {
  padding: 50px 0 !important;
  text-align: center;
}

.empty_list {
  padding: 20px 0 !important;
  color: #666;
  text-align: center;
}

/* 필수입력 */
.required,
textarea.required {
  background-image: url("../img/require.png") !important;
  background-repeat: no-repeat !important;
  background-position: right top !important;
}

/* 테이블 항목별 정의 */
.td_board {
  width: 80px;
  text-align: center;
}

.td_category {
  width: 80px;
  text-align: center;
}

.td_chk {
  width: 30px;
  text-align: center;
}

.td_date {
  width: 60px;
  text-align: center;
}

.td_datetime {
  width: 110px;
  text-align: center;
}

.td_group {
  width: 80px;
  text-align: center;
}

.td_mb_id {
  width: 100px;
  text-align: center;
}

.td_mng {
  width: 80px;
  text-align: center;
}

.td_name {
  width: 100px;
  text-align: left;
}

.td_nick {
  width: 100px;
  text-align: center;
}

.td_num {
  width: 50px;
  text-align: center;
}

.td_numbig {
  width: 80px;
  text-align: center;
}

.td_stat {
  width: 60px;
  text-align: center;
}

.txt_active {
  color: #5d910b;
}

.txt_done {
  color: #e8180c;
}

.txt_expired {
  color: #ccc;
}

.txt_rdy {
  color: #8abc2a;
}

/* 새창 기본 스타일 */
.new_win {
  position: relative;
}

.new_win .tbl_wrap {
  margin: 0 20px;
}

.new_win #win_title {
  font-size: 1.3em;
  height: 50px;
  line-height: 30px;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

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

.new_win .win_ul {
  margin-bottom: 15px;
  padding: 0 20px;
}

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

.new_win .win_ul li {
  float: left;
  background: #fff;
  text-align: center;
  padding: 0 10px;
  border: 1px solid #d6e9ff;
  border-radius: 30px;
  margin-left: 5px;
}

.new_win .win_ul li:first-child {
  margin-left: 0;
}

.new_win .win_ul li a {
  display: block;
  padding: 8px 0;
  color: #6794d3;
}

.new_win .win_ul .selected {
  background: #3a8afd;
  border-color: #3a8afd;
  position: relative;
  z-index: 5;
}

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

.new_win .win_desc {
  position: relative;
  margin: 10px;
  border-radius: 5px;
  font-size: 1em;
  background: #f2838f;
  color: #fff;
  line-height: 50px;
  text-align: left;
  padding: 0 20px;
}

.new_win .win_desc i {
  font-size: 1.2em;
  vertical-align: baseline;
}

.new_win .win_desc:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 50px;
  background: #da4453;
  border-radius: 3px 0 0 3px;
}

.new_win .frm_info {
  font-size: 0.92em;
  color: #919191;
}

.new_win .win_total {
  float: right;
  display: inline-block;
  line-height: 30px;
  font-weight: normal;
  font-size: 0.75em;
  color: #3a8afd;
  background: #f6f6f6;
  padding: 0 10px;
  border-radius: 5px;
}

.new_win .new_win_con {
  margin: 20px 0;
  padding: 20px;
}

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

.new_win .new_win_con2 {
  margin: 20px 0;
}

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

.new_win .win_btn {
  text-align: center;
}

.new_win .btn_close {
  height: 45px;
  width: 60px;
  overflow: hidden;
  cursor: pointer;
}

.new_win .btn_submit {
  padding: 0 20px;
  height: 45px;
  font-weight: bold;
  font-size: 1.083em;
}

/* 검색결과 색상 */
.sch_word {
  color: #fff;
  background: #ff005a;
  padding: 2px 5px 3px;
  line-height: 18px;
  margin: 0 2px;
}

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

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

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

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

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

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

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

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

.sv_member {
  color: #333;
}

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

.sv_nojs .sv {
  display: block;
}

/* 페이징 */
.pg_wrap {
  clear: both;
  float: left;
  display: inline-block;
}

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

.pg {
  text-align: center;
}

.pg_page,
.pg_current {
  display: inline-block;
  vertical-align: middle;
  background: #eee;
  border: 1px solid #eee;
}

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

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

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

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

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

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

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

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

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

/* cheditor 이슈 */
.cheditor-popup-window *,
.cheditor-popup-window :after,
.cheditor-popup-window :before {
  -webkit-box-sizing: content-box;
  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;
}

/**
 * E: 그누보드 관련 스타일
 **/
/**
 * S: 그누보드 게시판 스타일
 **/
h2.bo_title_h2 {
  padding: 40px 0 10px 0px;
  font-size: 32px;
  font-weight: 500;
  background-image: url(../images/logo_uu_2color.png);
  background-repeat: no-repeat;
  background-position: 1px 15px;
  background-size: 30px;
}

#bo_list {
  padding-top: 50px;
}

ul.btn_bo_user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul.btn_bo_user > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

b.sound_only {
  display: none;
}

ul.more_opt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/**
 * E: 그누보드 게시판 스타일
 **/
#login_info .login_if_auto label {
  display: inline-block;
  padding-top: 0.5rem;
  vertical-align: baseline;
  padding-left: 3rem !important;
}

/* header */
header#main-header {
  position: fixed;
  width: 100vw;
  height: 15rem;
  z-index: 1000;
  color: white;
}

header#main-header div.header-container {
  max-width: var(--main-contents-max-width);
  margin: 0 auto;
}

header#main-header div#header-service-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 670px) {
  header#main-header div#header-service-bar {
    width: 100%;

  }
}

header#main-header div#header-service-bar div#header-service {
  height: 4.9rem;
  margin: 0 auto;
}

header#main-header div#header-service-bar div#header-service ul#relational-service-links {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 950px) {
  header#main-header div#header-service-bar div#header-service ul#relational-service-links {
    font-size: 1.4rem;
  }
  header#main-header div#header-service-bar div#header-service ul#relational-service-links a {
    padding: 1rem !important;
  }
}

header#main-header div#header-service-bar div#header-service ul#relational-service-links > li {
  position: relative;
}

header#main-header div#header-service-bar div#header-service ul#relational-service-links > li:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 1rem;
  background: #d4d4d4;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

header#main-header div#header-service-bar div#header-service ul#relational-service-links > li:nth-of-type(2) > a {
  background-color: var(--primary-color);
  position: relative;
}

header#main-header div#header-service-bar div#header-service ul#relational-service-links > li:nth-of-type(2) > a > i {
  position: absolute;
  left: 0.7rem;
  top: 0.7rem;
  font-size: 1.2rem;
}

@media only screen and (max-width: 950px) {
  header#main-header div#header-service-bar div#header-service ul#relational-service-links > li:nth-of-type(2) > a > i {
    font-size: 1rem;
    left: 0.5rem;
  }
}

header#main-header div#header-service-bar div#header-service ul#relational-service-links a {
  height: 4.9rem;
  padding: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1e237a;
}

header#main-header div#header-service-bar div#header-service ul#relational-service-links a:hover {
  background-color: #1c43a6;
}

header#main-header div#header-service-bar div#header-service ul#relational-xtra-sns {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1580px) {
  header#main-header div#header-service-bar div#header-service ul#relational-xtra-sns {
    padding-right: 2.5rem;
  }
}

@media only screen and (max-width: 950px) {
  header#main-header div#header-service-bar div#header-service ul#relational-xtra-sns > li {
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 670px) {
  header#main-header div#header-service-bar div#header-service ul#relational-xtra-sns {
    display: none;
  }
}

header#main-header div#header-service-bar div#header-service ul#relational-xtra-sns > li {
  height: 4.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header#main-header div#header-service-bar div#header-service ul#relational-xtra-sns > li:not(:last-child) {
  margin-right: 2rem;
}

header#main-header div#header-contents-bar {
  position: relative;
}

header#main-header div#header-contents-bar div#header-contents {
  height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1000px) {
  header#main-header div#header-contents-bar div#header-contents {
    height: 6rem;
  }
}

header#main-header div#header-contents-bar div#header-contents a#logo-a {
  display: block;
  width: 20rem;
}

@media only screen and (max-width: 1580px) {
  header#main-header div#header-contents-bar div#header-contents a#logo-a {
    padding-left: 2rem;
  }
}

@media only screen and (max-width: 1000px) {
  header#main-header div#header-contents-bar div#header-contents a#logo-a {
    width: 20rem;
    padding-left: 1rem;
  }
}

header#main-header div#header-contents-bar div#header-contents a#logo-a h1 {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1000px) {
  header#main-header div#header-contents-bar div#header-contents a#logo-a h1 {
    margin-top: 0.8rem;
  }
}

header#main-header div#header-contents-bar div#header-contents a#logo-a h1 div#logo-img img {
  height: 7rem;
}

@media only screen and (max-width: 1000px) {
  header#main-header div#header-contents-bar div#header-contents a#logo-a h1 div#logo-img img {
    height: 6rem;
  }
}

header#main-header div#header-contents-bar div#header-contents a#logo-a h1 div#logo-text {
  font-size: 1rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

header#main-header div#header-contents-bar div#header-contents a#logo-a h1 div#logo-text span {
  display: block;
  font-weight: 400;
}

header#main-header div#header-contents-bar div#header-contents a#logo-a h1 div#logo-text span#logo-text-kor {
  font-size: 2em;
  line-height: 2rem;
}

@media only screen and (max-width: 1000px) {
  header#main-header div#header-contents-bar div#header-contents a#logo-a h1 div#logo-text span#logo-text-kor {
    line-height: 1.8rem;
    font-size: 1.6rem;
  }
}

header#main-header div#header-contents-bar div#header-contents a#logo-a h1 div#logo-text span#logo-text-eng {
  font-size: 1em;
  line-height: 1.6rem;
  text-transform: uppercase;
  padding-left: 0.2em;
}

@media only screen and (max-width: 1000px) {
  header#main-header div#header-contents-bar div#header-contents a#logo-a h1 div#logo-text span#logo-text-eng {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
}

header#main-header div#header-contents-bar div#header-contents nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

header#main-header div#header-contents-bar div#header-contents nav ul#gnb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 1100px) {
  header#main-header div#header-contents-bar div#header-contents nav ul#gnb {
    display: none;
  }
}

header#main-header div#header-contents-bar div#header-contents nav ul#gnb li:not(:last-child) {
  margin-right: 0px;
}

header#main-header div#header-contents-bar div#header-contents nav ul#gnb > li:hover > a::before {
  opacity: 1;
}

header#main-header div#header-contents-bar div#header-contents nav ul#gnb > li:hover > a::after {
  opacity: 1;
}

header#main-header div#header-contents-bar div#header-contents nav ul#gnb > li > a {
  position: relative;
  height: 10rem;
  padding: 2.3rem 3rem;
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

header#main-header div#header-contents-bar div#header-contents nav ul#gnb > li > a::before {
  content: "";
  display: block;
  margin-bottom: 5px;
  border-radius: 50%;
  width: 0.7rem;
  height: 0.7rem;
  background: white;
  opacity: 0;
}

header#main-header div#header-contents-bar div#header-contents nav ul#gnb > li > a::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1rem;
  background-image: url(../images/ic_arrow_drop_down.png);
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  opacity: 0;
}

header#main-header div#header-contents-bar div#header-contents nav div#snb {
  width: 100vw;
  background: #141539;
  position: absolute;
  left: 0;
  top: 10rem;
  display: none;
}

header#main-header div#header-contents-bar div#header-contents nav div#snb-content {
  max-width: var(--main-contents-max-width);
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header#main-header div#header-contents-bar div#header-contents nav div#snb-content div#snb-col-1 {
  width: 40rem;
  font-size: 3.2rem;
  color: white;
  background-image: url(../images/bg_snb_col_1.png);
  background-size: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  header#main-header div#header-contents-bar div#header-contents nav div#snb-content div#snb-col-1 {
    width: 300px;
  }
}

header#main-header div#header-contents-bar div#header-contents nav div#snb-content div#snb-col-1-title {
  position: absolute;
  right: 3rem;
  top: 5px;
}

header#main-header div#header-contents-bar div#header-contents nav div#snb-content div#snb-col-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: white;
}

header#main-header div#header-contents-bar div#header-contents nav div#snb-content div#snb-col-2 ul,
header#main-header div#header-contents-bar div#header-contents nav div#snb-content div#snb-col-2 li {
  display: block;
  margin: 0;
  padding: 0;
}

header#main-header div#header-contents-bar div#header-contents nav div#snb-content div#snb-col-2 ul.snb-depth-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  background-color: #344060;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header#main-header div#header-contents-bar div#header-contents nav div#snb-content div#snb-col-2 ul.snb-depth-1 > li {
  width: 100%;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header#main-header div#header-contents-bar div#header-contents nav div#snb-content div#snb-col-2 ul.snb-depth-1 > li:hover > a {
  background-color: #2264a8;
}

header#main-header div#header-contents-bar div#header-contents nav div#snb-content div#snb-col-2 ul.snb-depth-1 > li > a {
  display: block;
  padding: 1.5rem 1rem 1.5rem 4rem;
  width: 25rem;
  height: 100%;
  font-size: 1.8rem;
  font-weight: 400;
  border-bottom: 1px solid #5b5b5b;
  background-color: #344060;
}

header#main-header div#header-contents-bar div#header-contents nav div#snb-content div#snb-col-2 ul.snb-depth-1 > li > ul.snb-depth-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  background: white;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

header#main-header div#header-contents-bar div#header-contents nav div#snb-content div#snb-col-2 ul.snb-depth-1 > li > ul.snb-depth-2 > li {
  padding: 1.5rem 1rem;
}

header#main-header div#header-contents-bar div#header-contents nav div#snb-content div#snb-col-2 ul.snb-depth-1 > li > ul.snb-depth-2 > li > a {
  display: block;
  padding: 0 5px;
  color: #2a2a2a;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: -1px;
}

header#main-header div#header-contents-bar div#header-contents nav div#snb-content div#snb-col-2 ul.snb-depth-1 > li > ul.snb-depth-2 > li > a:hover {
  font-weight: 300;
  color: #1324e1;
  letter-spacing: -1px;
}

header#main-header div#header-contents-bar div#header-contents nav div#search-sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1580px) {
  header#main-header div#header-contents-bar div#header-contents nav div#search-sitemap {
    padding-right: 2.5rem;
  }
}

@media only screen and (max-width: 1000px) {
  header#main-header div#header-contents-bar div#header-contents nav div#search-sitemap {
    padding-top: 0.5rem;
    padding-right: 2rem;
  }
}

header#main-header div#header-contents-bar div#header-contents nav div#search-sitemap a:last-child {
  display: none;
}

header#main-header div#header-contents-bar div#header-contents nav div#search-sitemap i {
  font-size: 2.8rem;
}

header#main-header div#header-contents-bar div#header-contents nav div#search-sitemap > a#btn-sitemap {
  display: black;
}

@media only screen and (max-width: 1100px) {
  header#main-header div#header-contents-bar div#header-contents nav div#search-sitemap > a#btn-sitemap {
    display: none;
  }
}

header#main-header div#header-contents-bar div#header-contents nav div#search-sitemap > a#btn-open-gnb-side {
  display: none;
}

@media only screen and (max-width: 1100px) {
  header#main-header div#header-contents-bar div#header-contents nav div#search-sitemap > a#btn-open-gnb-side {
    display: block;
  }
}

header#main-header div#header-contents-bar div#header-contents-bg {
  width: 100%;
  height: 10rem;
  background-color: var(--primary-color);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

@media only screen and (max-width: 1000px) {
  header#main-header div#header-contents-bar div#header-contents-bg {
    height: 6rem;
  }
}

div#sitemap-container {
  margin-top: 3rem;
  padding: 1rem 0;
  min-height: 10rem;
  border: 1px solid #ccc;
}

div.sitemap-container-0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px dashed #ccc;
}

div.sitemap-item-0 {
  width: calc(20% - 1rem);
  margin-right: 1rem;
  padding-right: 1.5rem;
  border-right: 1px solid #ccc;
  text-align: right;
}

div.sitemap-item-0 > a {
  font-size: 2.4rem;
}

div.sitemap-item-next0 {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

div.sitemap-container-1 {
  width: 25%;
  margin-bottom: 1rem;
  padding-right: 2rem;
}

div.sitemap-item-1 {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #555;
}

div.sitemap-item-1 > a {
  font-size: 2rem;
}

div.sitemap-item-2 > a {
  display: block;
  padding: 1rem 0;
  color: #999;
  letter-spacing: -0.1em;
  border-bottom: 1px dashed #ccc;
  font-weight: 300;
}

div.sitemap-item-2 > a:hover {
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
}

div#sitemap {
  display: none;
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

div#sitemap-body {
  width: 1580px;
  height: 100vh;
  background-color: white;
  margin: 0 auto;
  overflow: hidden;
  overflow-y: auto;
}

@media screen and (max-width: 1580px) {
  div#sitemap-body {
    width: 100%;
  }
}

div#sitemap-body-main {
  height: 3000px;
}

div#gnb-side {
  position: fixed;
  left: 0px;
  top: 0;
  width: 100vw;
  height: 100%;
  z-index: 9000;
  display: none;
}

div#gnb-side-contents {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
}

div#gnb-side-contents > div {
  width: 100%;
}

div#gnb-side-contents-header {
  height: 5rem;
  color: white;
  font-size: 2.5rem;
  background: #181938;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 3rem;
}

div#gnb-side-contents-body {
  height: calc(100% - 5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div#gnb-side-contents-body > div {
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
}

div#gnb-side-contents-body-left {
  width: 15rem;
  background: #efefef;
}

div#gnb-side-contents-body-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: white;
}

div#gnb-side-contents-footer {
  height: 0;
  background: blue;
}

div#gnb-side-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.gnb-side-li-d0 > a {
  background-size: 35%;
  background-position: center 2rem;
  background-repeat: no-repeat;
}

.gnb-side-li-d0:nth-of-type(1) > a {
  background-image: url(../images/icn1.png);
}

.gnb-side-li-d0:nth-of-type(2) > a {
  background-image: url(../images/icn2.png);
}

.gnb-side-li-d0:nth-of-type(3) > a {
  background-image: url(../images/icn3.png);
}

.gnb-side-li-d0:nth-of-type(4) > a {
  background-size: 30%;
  background-position: center 1.5rem;
  background-image: url(../images/icn4.png);
}

.gnb-side-li-d0:nth-of-type(5) > a {
  background-position: center 2.5rem;
  background-image: url(../images/icn5.png);
}

.gnb-side-li-d1 {
  width: 100%;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 1rem;
}

a.btn-gnb-side-d0 {
  display: block;
  padding: 8rem 0 1rem 0;
  text-align: center;
  font-size: 2rem;
  border-bottom: 1px dashed #999;
}

a.btn-gnb-side-d0:hover, a.btn-gnb-side-d0.active {
  color: white;
  background-color: #2c2f80;
}

a.btn-gnb-side-d1 {
  display: block;
  width: 100%;
  padding: 1rem;
  border-bottom: 1px solid #1b1f2b;
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #1b1f2b;
}

a.btn-gnb-side-d2 {
  display: block;
  width: 100%;
  padding: 0.6rem;
  font-size: 1.3rem;
}

div#side-nav {
  float:none;
  width:100%;
  padding-bottom: 0;
  clear:both;

}

div#side-nav ul.sub-nav-d1 a {
  color: white;
  display: block;
  letter-spacing: -0.05em;
}

div#side-nav ul.sub-nav-d1 > li {
  float:left;

}

div#side-nav ul.sub-nav-d1 > li:hover:hover > a {
  color: white;
  background-color: #f7941e;
}

div#side-nav ul.sub-nav-d1 > li:hover:hover > a > div.sub-d1-pm {
  color: white;
}

div#side-nav ul.sub-nav-d1 > li:hover:hover > a > div.sub-d1-minus {
  display: block;
}

div#side-nav ul.sub-nav-d1 > li:hover:hover > a > div.sub-d1-plus {
  display: none;
}

div#side-nav ul.sub-nav-d1 > li:hover > ul.sub-nav-d2 {
  display: block;
}

div#side-nav ul.sub-nav-d1 > li.active {
  padding-bottom: 1rem;
}

div#side-nav ul.sub-nav-d1 > li.active > ul.sub-nav-d2 {
  display: block;
}

div#side-nav ul.sub-nav-d1 > li.active > a {
  color: white;
  background-color: #f7941e;
}

div#side-nav ul.sub-nav-d1 > li.active > a > div.sub-d1-pm {
  color: white;
}

div#side-nav ul.sub-nav-d1 > li.active > a > div.sub-d1-minus {
  display: block;
}

div#side-nav ul.sub-nav-d1 > li.active > a > div.sub-d1-plus {
  display: none;
}

div#side-nav ul.sub-nav-d1 > li > a {
  font-size: 1.6rem;
  padding: 0 2.6rem 0 2.6rem;
  position: relative;
}

div#side-nav ul.sub-nav-d1 > li > a > div.sub-d1-pm {
  position: absolute;
  right: 1rem;
  top: 1.2rem;
  width: 3rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: lighter;
  color: #777;
  display: none;
}

div#side-nav ul.sub-nav-d1 > li > a > div.sub-d1-plus {
  display: block;
}

div#side-nav ul.sub-nav-d1 > li > ul.sub-nav-d2 {
  display: none;
}

div#side-nav ul.sub-nav-d2 > li.active > a {
  color: #111;
  font-weight: 500;
}

div#side-nav ul.sub-nav-d2 > li > a {
  color: #999;
  padding: 1rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div#side-nav ul.sub-nav-d2 > li > a:hover {
  color: #111;
  font-weight: 500;
}

div#side-nav ul.sub-nav-d2 > li > a > span {
  display: inline-block;
  padding-right: 0.8rem;
  font-size: 1.2rem;
}

footer#footer-container {
  font-family: 'GmarketSansMedium';
  color: white;
  background: #1b1f2b;
}

#footer-contents {
  padding-bottom: 5rem;
  background: #1b1f2b;
  border-top: 1px solid #ddd;
  color: #ddd !important;
  font-size: 1.0rem;
}

#footer-contents > div {
  margin: 0 auto;
}

@media only screen and (max-width: 1000px) {
  #footer-contents > div {
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  #footer-contents {
    font-size: 6px;
  }
}

@media only screen and (max-width: 700px) {
  #footer-contents {
    font-size: 0.8rem;
    border-top: none;
  }
}

#FooterCent {
  margin: 0 auto;
  padding: 2rem 1rem;
}

#FooterCent .ftmenu {
  width: 120rem;
font-family: 'GmarketSansMedium';
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 130rem;
  margin: 0 auto;
  font-weight: 300;
}

@media only screen and (max-width: 1280px) {
  #FooterCent .ftmenu {
    width: 100% !important;
  }
}

#FooterCent .ftmenu > li {
  width: 25%;
}

#FooterCent .ftmenu > li a {
  font-family: 'GmarketSansMedium';
  display: block;
  padding: 1rem 0;
  text-decoration: none;
  font-size: 1.4rem;
}

@media only screen and (max-width: 1000px) {
  #FooterCent .ftmenu > li a {
    font-size: 1.2rem;
    letter-spacing: -0.1em;
    text-align: center;
  }
}

#FooterCent .ftmenu > li a strong {
  color: #006699;
  letter-spacing: -0.05em;
}

#FooterCent .selectbtn {
  position: absolute;
  top: 1.3rem;
  right: 0;
}

#FooterCent .selectbtn .selectbox {
  display: inline-block;
  border: 1px solid #fff;
}

#FooterCent .selectbtn select {
  height: 2.7rem;
  margin-left: 5px;
}

#FooterCent .selectbtn input {
  display: inline-block;
}

#Copy {
  font-size: 1.4em;
  color: #ddd !important;
  background: #1b1f2b;
  padding: 2rem 0;
  margin: 0 auto;
  border-top: 1px solid #333333 !important;
  color: #999;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1340px;
}

@media only screen and (max-width: 1580px) {
  #Copy {
    font-size: 1.0em;
    width: 100%;
    font-weight: 300;
  }
}

#Copy .logobtm {
  width: 15rem;
  height: 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1rem;
}

#Copy .logobtm > img {
  height: 40%;
  -o-object-fit: contain;
     object-fit: contain;
}

#Copy .logobtm > span:nth-of-type(1) {
  display: block;
  padding: 5px;
  font-size: 2em;
}

#Copy .logobtm > span:nth-of-type(2) {
  font-size: 1em;
}

#Copy div#addr-copy {
  float:none;
  width:100%;
  text-align:center;
  clear:both;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}



#Copy div#addr-copy > p {
  padding: 1rem 1rem 0 0;
  font-size: 1.6rem;
  font-weight: 300;
  color: #959595;
}

@media only screen and (max-width: 1000px) {
  #Copy div#addr-copy > p {
    line-height: 2rem;
  }
}

#Copy a {
  display: inline-block;
  margin: 0 1rem 0 0;
  color: inherit;
}

#Copy .adminbox {
  padding-left: 1rem;
}

#Copy .adminbox a {
  color: red;
}

#Copy .adminbox a.adminlogin {
  color: #f7f7f7;
}

#Copy ul.social {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2rem;
}

#Copy ul.social > li {
  width: 5rem;
}

@media screen and (max-width: 1000px) {
  #Copy ul.social > li {
    width: 15%;
  }
}

#Copy ul.social > li img {
  width: 5rem;
  height: 5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 768px) {
  #Copy ul.social > li img {
    width: 5rem;
    height: 5rem;
  }
}

@media screen and (max-width: 768px) {
  #Copy ul.social {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #Copy div#addr-copy > p {
    line-height: 1.4rem;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  #Copy ul.social > li {
    width: 25%;
  }
}

.selectbtn .selectbox label {
  display: none;
}

.busdiv {
  text-align: center;
  padding: 1rem;
  line-height: 140%;
}

.busdiv p {
  line-height: 140%;
  margin-bottom: 1rem;
}

.tblbus {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-bottom: 2rem;
}

.tblbus caption {
  display: block;
  font-weight: bold;
}

.tblbus th {
  background: #ddd;
  text-align: center;
  padding: 5px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.tblbus td {
  text-align: center;
  padding: 5px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

div#footer-relation-area {
  background: #333;
  color: white;
}

div#footer-relation-area > div#footer-relation-menu {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 1000px) {
  div#footer-relation-area > div#footer-relation-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

div#footer-relation-area > div#footer-relation-menu > div.footer-relation-menu-item {
  width: 25%;
  height: 7rem;
  border-right: 1px solid #999;
  position: relative;
  font-size: 2em;
}

@media only screen and (max-width: 1000px) {
  div#footer-relation-area > div#footer-relation-menu > div.footer-relation-menu-item {
    width: 50%;
    border: 1px solid #444 !important;
    font-size: 2.5em;
  }
}

div#footer-relation-area > div#footer-relation-menu > div.footer-relation-menu-item:first-child {
  border-left: 1px solid #999;
}

div#footer-relation-area > div#footer-relation-menu > div.footer-relation-menu-item > div.footer-relation-menu-item-button {
  width: 100%;
  height: 7rem;
  cursor: pointer;
  padding: 1rem 2rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

div#footer-relation-area > div#footer-relation-menu > div.footer-relation-menu-item .relation-menu-list {
  position: absolute;
  top: -30rem;
  width: 100%;
  height: 30rem;
  background: #efefef;
  overflow-y: scroll;
  display: none;
  z-index: 3000;
}

div#footer-relation-area > div#footer-relation-menu > div.footer-relation-menu-item .relation-menu-list-button {
  display: block;
  padding: 1rem;
  color: black;
}

main div#header-media {
  position: relative;
  z-index: -1;
}

main div#header-media-contents {
  height: 45rem;

  background-size: cover;
  background-position: top;
}

@media only screen and (max-width: 1000px) {
  main div#header-media-contents {
    height: 35rem;
  }
}

main div#header-media-bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 7rem;
  background: rgba(27, 31, 43, 0.5);
}


.fn1555{float:none; width:1341px; padding:0 0 0 0; margin: 0 auto; clear:both;}
.sub-mnnav{}
main div#main-contents {
  float:none;
  clear:both;
  margin: -6.3rem auto 0 auto;
  width: 132rem;
  min-height: 70rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 1021px) and (max-width: 1340px) {
  .fn100{float:none; width:100%; padding:0 0 0 0; margin: 0 auto; clear:both;}
.fr100{float:right; width:100%; padding:0 0 0 0; margin: 0 auto; clear:both;}
  .fn1555{float:none; width:94%; padding:0 0 0 0; margin: 0 auto; clear:both;}
  .sub-mnnav{display:none;}
  main div#main-contents {
    width: 100%;
  }
}

@media only screen and (max-width: 1020px) {
  .fn100{float:none; width:100%; padding:0 0 0 0; margin: 0 auto; clear:both;}
  .fr100{float:right; width:100%; padding:0 0 0 0; margin: 0 auto; clear:both;}
  .fn1555{float:none; width:94%; padding:0 0 0 0; margin: 0 auto; clear:both;}
  .sub-mnnav{display:none;}
  main div#main-contents {
    width: 100%;
  }
}


div#CttDiv h1 {
  padding: 4rem 0 1rem 0px;
  font-size: 3.2rem;
  font-weight: 500;
  background-image: url(../images/logo_uu_2color.png);
  background-repeat: no-repeat;
  background-position: 1px 1.5rem;
  background-size: 3rem;
}

div#ctt_con h2 {
  padding: 1rem 0;
  font-size: 2.4rem;
  font-weight: 400;
}

div#ctt_con {
  color: #666;
  line-height: 150%;
  position: relative;
}

div#ctt_con .ctit1 {
  font-size: 1.667em;
  color: #333;
  font-weight: normal;
  margin-bottom: 5px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  div#ctt_con .ctit1 > img {
    width: 90%;
  }
}

div#ctt_con .ctit2 {
  font-size: 1.667em;
  color: #333;
  font-weight: normal;
  margin-bottom: 2rem;
}

div#ctt_con .ctit3 {
  font-size: 1.667em;
  color: #333;
  font-weight: normal;
  font-family: Nanum Myeongjo, "명조", myeongjo, serif;
  line-height: 120%;
}

div#ctt_con .cdl1 {
  padding: 2rem 1rem;
  background: #f5f5f5;
  border-top: 1px solid #1a70c8;
  border-bottom: 1px solid #e6e6e6;
  text-align: justify;
  margin-bottom: 4rem;
}

div#ctt_con .cdl2 {
  padding: 2rem 1rem;
  background: #fff;
  border-top: 1px solid #1a70c8;
  border-bottom: 1px solid #e6e6e6;
  text-align: justify;
  margin-bottom: 4rem;
}

div#ctt_con p.right {
  text-align: right;
}

div#ctt_con .cp1 {
  font-size: 1.7em;
margin-top:1.5em;
color:#000;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  div#ctt_con .cp1 {
    font-size: 1.3em;
    letter-spacing: -1px;
  }
}

div#ctt_con .cp1sub {
  font-size: 0.667em;
  color: #777;
  line-height: 200%;
}

div#ctt_con .cpem1 {
  font-size: 3em;
  color: #0e79e3;
  font-family: Nanum Myeongjo, "명조", myeongjo, serif;
  font-weight: bold;
  line-height: 100%;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  div#ctt_con .cpem1 {
    font-size: 2em;
    letter-spacing: -1px;
  }
}

div#ctt_con .cpem1sub {
  font-size: 0.458em;
  color: #999;
}

div#ctt_con .cp2 {
  font-size: 2em;
  color: #4a66ac;
  font-family: Nanum Myeongjo, "명조", myeongjo, serif;
  font-weight: bold;
  margin-bottom: 2rem;
}

div#ctt_con .cp2sub {
  font-size: 0.833em;
  color: #4a66ac;
  font-weight: normal;
  line-height: 180%;
}

div#ctt_con .rightname {
  font-size: 1.667em;
  color: #000;
  font-family: Nanum Myeongjo, "명조", myeongjo, serif;
  font-weight: bold;
  line-height: 120%;
  margin: 1rem 1rem 0px 0px;
}

div#ctt_con .rightnamesub {
  font-size: 0.667em;
  color: #333;
}

div#ctt_con .cul1 {
  margin-bottom: 4rem;
}

div#ctt_con .cul1 li {
  margin-bottom: 1rem;
  background: url(../images/ico_li1.gif) 0px 5px no-repeat;
  padding-left: 2rem;
  font-size: 1.6rem;
  color: #666;
}

div#ctt_con .cul1 .level2 {
  margin: 5px 0px 5px 0px;
}

div#ctt_con .cul1 .level2 li {
  margin-bottom: 3px;
  background: url(../images/ico_li2.gif) 0px 11px no-repeat;
  padding-left: 1rem;
  font-size: 1.6rem;
}

div#ctt_con .cul1 .level2a {
  margin: 5px 0px 5px 0px;
}

div#ctt_con .cul1 .level2a li {
  margin-bottom: 3px;
  background: url(../img/ico_li2.gif) 0px 11px no-repeat;
  padding-left: 1rem;
  width: 100%;
  float: left;
  font-size: 1.6rem;
}

div#ctt_con .cul1 .level3 {
  margin: 0px;
  padding: 0;
}

div#ctt_con .cul1 .level3 li {
  margin-bottom: 1px;
  list-style: square;
  background: none;
  padding: 0;
  text-align: left;
  margin: 1px 0px 1px 0px;
}

div#ctt_con .cul1 .level3a li {
  margin-bottom: 1px;
  list-style: square;
  background: none;
  padding: 0;
  text-align: left;
  margin: 1px 0px 1px 1.5rem;
}

div#ctt_con .cul1 .level4 li {
  margin-bottom: 1px;
  list-style: circle;
  background: none;
  padding: 0;
  text-align: left;
  margin: 1px 0px 1px 1.5rem;
}

div#ctt_con .cul2 li {
  margin-bottom: 10px;
  background: url(../img/ico_li2.gif) 0px 9px no-repeat;
  padding-left: 1rem;
  font-size: 1.6rem;
}

div#ctt_con .cul3 li {
  margin-bottom: 10px;
  background: url(../img/ico_li2.gif) 0px 9px no-repeat;
  padding-left: 1rem;
  font-size: 1.6rem;
  width: 23rem;
  float: left;
}

div#ctt_con .cul4 li {
  margin: 0px;
  background: none;
  padding: 0px;
  font-size: 1.3rem;
}

div#ctt_con .cul4 li a {
  background: #103184;
  padding: 2px 0.8rem 5px 0.8rem;
  color: #fff;
  float: left;
  margin-right: 5px;
}

div#ctt_con .imgbox {
  width: 100%;
  text-align: center;
}

div#ctt_con .exp1 {
  background: #fff;
  padding: 1rem;
  border: 1px solid #ccc;
}

div#ctt_con .col1 {
  margin-top: 1rem;
}

div#ctt_con .col1 li {
  background: none;
  margin-left: 1.5rem;
  padding: 0;
  list-style: decimal;
}

div#ctt_con div.historylayout {
  position: relative;
  height: 250rem;
}

div#ctt_con div.historylayout ul.history {
  width: 100%;
  height: 3.5rem;
  background: url(../img/bg_cbtm_line.png) left bottom repeat-x;
  margin-bottom: 2rem;
  position: relative;
}

div#ctt_con div.historylayout ul.history li {
  width: 100%;
}

div#ctt_con div.historylayout ul.history li .yeartab {
  width: 6rem;
  height: 2.7rem;
  font-size: 1.167em;
  color: #999;
  text-align: center;
  border-top: 1px solid #ababab;
  border-right: 1px solid #ababab;
  padding: 0.6rem 0px 0px 0px;
  cursor: pointer;
  background: #f5f5f5;
}

div#ctt_con div.historylayout ul.history li.on .yeartab {
  color: #1a70c8;
  border-top: 1px solid #1a70c8;
  border-right: 1px solid #1a70c8;
  border-left: 1px solid #1a70c8;
  border-bottom: 1px solid #fff;
  background: #fff;
}

div#ctt_con div.historylayout ul.history li.custom .yeartab {
  border-left: 1px solid #ababab;
  border-right: 0px;
}

div#ctt_con div.historylayout ul.history li.custom1 .yeartab {
  border-left: 1px solid #ababab;
  border-right: 1px solid #ababab;
}

div#ctt_con div.historylayout ul.history li.bef .yeartab {
  border-left: 0px;
  border-right: 0px;
}

div#ctt_con div.historylayout .year {
  font-size: 1.5em;
  color: #000;
  margin: 10px 0px;
}

div#ctt_con div.historylayout .yearbox {
  padding-top: 4rem;
  position: relative;
}

div#ctt_con div.historylayout table th,
div#ctt_con td {
  padding: 5px 0px;
  font-size: 1.6rem;
  color: #666;
}

div#ctt_con div.historylayout table td {
  border-bottom: 1px solid #ddd;
}

div#ctt_con div.inlinebox {
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  div#ctt_con div.inlinebox > img {
    width: 90%;
  }
}

div#ctt_con div.inlinebox2 {
  display: inline-block;
  vertical-align: top;
  width: 82rem;
}

@media screen and (max-width: 768px) {
  div#ctt_con div.inlinebox2 {
    width: 35rem;
  }
}

div#ctt_con div.inlinebox3 {
  display: inline-block;
  vertical-align: top;
  width: 15rem;
}

div#ctt_con div.inlinebox4 {
  display: inline-block;
  vertical-align: top;
  width: 25rem;
}

@media only screen and (max-width: 600px) {
  div#ctt_con div.inlinebox4 {
    width: 40%;
  }
  div#ctt_con div.inlinebox4 > img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

div#ctt_con div.inlinebox5 {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 26rem);
  position: relative;
}

@media only screen and (max-width: 600px) {
  div#ctt_con div.inlinebox5 {
    width: 65%;
  }
  div#ctt_con div.inlinebox5 h2 {
    padding-top: 3rem !important;
  }
}

div#ctt_con div.inlinebox6 {
  display: inline-block;
  vertical-align: top;
  width: 19rem;
}

div#ctt_con div.inlinebox7 {
  display: inline-block;
  vertical-align: top;
  width: 77rem;
}

@media screen and (max-width: 768px) {
  div#ctt_con div.inlinebox7 {
    width: 20rem;
  }
}

div#ctt_con div.inlinebox8 {
  display: inline-block;
  vertical-align: top;
  width: 27rem;
}

div#ctt_con div.inlinebox9 {
  display: inline-block;
  vertical-align: top;
  width: 46rem;
}

div#ctt_con div.inlinebox10 {
  display: inline-block;
  vertical-align: top;
  width: 27.6rem;
  margin-top: 20px;
}

div#ctt_con div.inlinebox11 {
  display: inline-block;
  vertical-align: top;
  width: 74rem;
  padding-right: 2rem;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  div#ctt_con div.inlinebox11 {
    width: 40rem;
  }
}

div#ctt_con .inlinebox50pst {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  font-weight: bold;
  text-align: center;
}

div#ctt_con div.underline {
  border-bottom: 1px solid #ddd;
  height: 6rem;
  margin-bottom: 1rem;
}

div#ctt_con a.homepagebtn {
  position: absolute;
  top: 0px;
  right: 0px;
}

div#ctt_con img.homepagebtn {
  position: absolute;
  top: 0px;
  right: 0px;
}

div#ctt_con p.datep {
  text-align: center;
  font-weight: bold;
}

div#ctt_con span.underline {
  text-decoration: underline;
}

div#ctt_con .g_blue {
  background: #0082f0;
  color: #fff;
  font-size: 1.333em;
  padding: 1rem;
  margin-bottom: 4rem;
}

div#ctt_con .tbl {
  width: 100%;
  font-size: 1.6rem;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

div#ctt_con .tbl th {
  width: 15rem;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #eee;
  padding: 5px 5px;
  color: #333;
}

@media only screen and (max-width: 1000px) {
  div#ctt_con .tbl th {
    width: 30% !important;
  }
}

div#ctt_con .tbl td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: left;
  padding: 5px 5px;
}

div#ctt_con .tbl .td150_left {
  width: 14rem;
  text-align: left;
}

div#ctt_con .tbl .td_left {
  text-align: left;
}

div#ctt_con .tbl .td_center {
  text-align: center;
}

div#ctt_con .tbl .td150_center {
  width: 14rem;
  text-align: left;
}

div#ctt_con .tbl_people_gigu {
  width: 100%;
  font-size: 1.6rem;
  border-top: 2px solid #4a66ac;
}

div#ctt_con .tbl_people_gigu th {
  border-bottom: 1px solid #ccc;
  background: #eee;
  padding: 5px 5px;
  color: #333;
}

div#ctt_con .tbl_people_gigu td {
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding: 5px 5px;
}

div#ctt_con .tbl_people_gigu div {
  text-align: left;
}

div#ctt_con .tbl_people {
  width: 100%;
  font-size: 1.6rem;
  border-top: 2px solid #4a66ac;
}

div#ctt_con .tbl_people th {
  border-bottom: 1px solid #ccc;
  background: #eee;
  padding: 5px 5px;
  color: #333;
}

div#ctt_con .tbl_people td {
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding: 5px 5px;
}

div#ctt_con .tblbox {
  width: 100%;
  margin-bottom: 2rem;
}

div#ctt_con .tbl_00 {
  width: 24rem;
  font-size: 1.6rem;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  display: inline-block;
  vertical-align: top;
  margin-right: 1.5rem;
}

div#ctt_con .tbl_00 th {
  width: 15rem;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #eee;
  padding: 5px 5px;
  color: #333;
}

div#ctt_con .tbl_00 td {
  width: 12rem;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: left;
  padding: 5px 5px;
}

div#ctt_con .tbl_00 th.td_left_p10 {
  background: none;
}

div#ctt_con .tbl_00 td.td_center_00 {
  text-align: center;
}

div#ctt_con .tbl_00 th.td_center_01 {
  text-align: center;
  background: #103184;
  color: #fff;
}

div#ctt_con .tbl_01 {
  width: 24rem;
  font-size: 16px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  display: inline-block;
  vertical-align: top;
}

div#ctt_con .tbl_01 th {
  width: 15rem;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #eee;
  padding: 5px 5px;
  color: #333;
}

div#ctt_con .tbl_01 td {
  width: 12rem;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: left;
  padding: 5px 5px;
}

div#ctt_con .tbl_01 th.td_left_p10 {
  background: none;
}

div#ctt_con .tbl_01 td.td_center_00 {
  text-align: center;
}

div#ctt_con .tbl_01 th.td_center_01 {
  text-align: center;
  background: #103184;
  color: #fff;
}

.tbl {
  width: 97%;
  letter-spacing: -0.065em;
  color: #333;
  font-size: 12px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.tbl {
  width: 97%;
  font-size: 12px;
  border-top: 1px solid #666666;
}

.tbl th {
  border-bottom: 1px solid #ccc;
  background: #eee;
  padding: 5px 5px;
  color: #333;
}

.tbl td {
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding: 5px 5px;
}

table caption {
  position: absolute;
  top: -10000px;
  left: 0px;
}

#HM16 .yeartab {
  position: absolute;
  top: 0px;
  left: 0px;
}

#HM15 .yeartab {
  position: absolute;
  top: 0px;
  left: 6.2rem;
}

#HM14 .yeartab {
  position: absolute;
  top: 0px;
  left: 12.3rem;
}

#HM13 .yeartab {
  position: absolute;
  top: 0px;
  left: 18.4rem;
}

#HM12 .yeartab {
  position: absolute;
  top: 0px;
  left: 24.5rem;
}

#HM11 .yeartab {
  position: absolute;
  top: 0px;
  left: 30.6rem;
}

#HM10 .yeartab {
  position: absolute;
  top: 0px;
  left: 36.7rem;
}

#HM09 .yeartab {
  position: absolute;
  top: 0px;
  left: 42.8rem;
}

#H16 {
  display: block;
}

#H15 {
  display: none;
}

#H14 {
  display: none;
}

#H13 {
  display: none;
}

#H12 {
  display: none;
}

#H11 {
  display: none;
}

#H10 {
  display: none;
}

#H09 {
  display: none;
}

@media screen and (max-width: 768px) {
  .m_size {
    width: 100%;
    height: 100%;
  }
}

.bizperson{width:25%; height:450px;padding:25px 0 15px 0;}
.bizperson img{width:240px;border:1px solid #e9e9e9;}

@media screen and (max-width: 1000px) {
.bizperson{width:50%; height:280px;padding:25px 0 15px 0; font-size:0.8em;}
.bizperson img{width:80%;border:1px solid #e9e9e9;}

.mkintro_wrap{float:none; width:100%; padding:0; margin:0 auto; clear:both;}
.mkintro_box{float:none; width:100%; padding:0; margin:0 auto;  clear:both;}
.mkclose{float:none; width:100%; padding:0; margin:0 auto; text-align:right; clear:both;}
.mkclose a{font-size:1.2em; color:#ffffff;}
.mkintro_box_left{float:none; width:100%; padding:0; margin:0 auto; clear:both;}
.mkintro_box_right{float:none; width:100%; padding:0 0 0 0; margin:0 auto; clear:both; }

.mkintro_face{float:none; width:100%; padding:20px 0 20px 0; margin:0 auto;  color:#ffffff; text-align:center; overflow: hidden; clear:both;}
.mkintro_face span{font-size:1.0em; color:#ffffff;}
.mkintro_face_under{border-bottom:1px solid #ffffff;}
.mkintro_face img{ max-height:250px; border:0 solid #000000; object-fit:cover;}
.mkintro_face_remark{float:none; width:100%; padding:20px 0 20px 0; margin:0 auto; font-size:0.8em; color:#ffffff; text-align:left; overflow: hidden; clear:both;}

}
