@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/default_.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;
}

@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%;
    background-color: transparent;
  }
}

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

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: 1070px) {
  header#main-header div#header-service-bar div#header-service ul#relational-xtra-sns > li:nth-child(3),
  header#main-header div#header-service-bar div#header-service ul#relational-xtra-sns > li:nth-child(4),
  header#main-header div#header-service-bar div#header-service ul#relational-xtra-sns > li:nth-child(5),
  header#main-header div#header-service-bar div#header-service ul#relational-xtra-sns > li:nth-child(6) {
    display: none;
  }
}

@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: 3.6rem;
  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.0rem;

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

}

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 {


}

div#gnb-side-contents-body-left {
  width: 15rem;
  height:30px;
  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%;

  background-color: rgba(0, 0, 0, 0.7);
}


div#popup-indicator {
  width: 10rem;
  height: 10rem;
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  z-index: 500;
  left: calc(50% - 75rem);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1580px) {
  div#popup-indicator {
    left: 2rem;
  }
}

@media only screen and (max-width: 800px) {
  div#popup-indicator {
    width: 7rem;
    height: 7rem;
    font-size: 1rem;
    top: 43rem;
    left: 1rem;
  }
}

div#popup-indicator > div {
  color: white;
  text-align: center;
}

div#popup-indicator > div:nth-of-type(3) > span {
  color: yellow;
}

div#popup {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1010;
}

div#popup div#popup-body {
  height: 60rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 900px) {
  div#popup div#popup-body {
    width: 100%;
  }
}

div#popup div#popup-body div#popup-header {
  height: 10rem;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div#popup div#popup-body div#popup-header > span {
  font-size: 4.8rem;
}

@media only screen and (max-width: 800px) {
  div#popup div#popup-body div#popup-header > span {
    font-size: 4rem;
  }
}

div#popup div#popup-body div#popup-header > span:nth-of-type(1) {
  font-weight: 400;
}

div#popup div#popup-body div#popup-header > span:nth-of-type(2) {
  font-weight: 800;
}

div#popup div#popup-body div#popup-main {
  height: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 800px) {
  div#popup div#popup-body div#popup-main {
    height: auto;
  }
}

div#popup div#popup-body div#popup-footer {
  height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 500px) {
  div#popup div#popup-body div#popup-footer {
    height: auto;
  }
}

div#popup div#popup-body div#popup-footer ul#popup-footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 500px) {
  div#popup div#popup-body div#popup-footer ul#popup-footer-menu {
    padding-top: 2rem;
  }
}

div#popup div#popup-body div#popup-footer ul#popup-footer-menu > li:not(:last-child) {
  margin-right: 3rem;
}

@media only screen and (max-width: 500px) {
  div#popup div#popup-body div#popup-footer ul#popup-footer-menu > li:last-child {
    margin-top: 2rem;
  }
}

div#popup div#popup-body div#popup-footer ul#popup-footer-menu > li > div {
  padding: 1rem 2rem !important;
  height: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: normal !important;
}

div#popup div#popup-body div#popup-footer ul#popup-footer-menu > li > div > div.icon-x {
  margin-left: 1rem;
}

div#popup div#popup-body div#popup-footer ul#popup-footer-menu span#popup-num-ea {
  color: red;
}

.swiper-container {
  width: 90rem;
  height: 40rem;
}

@media only screen and (max-width: 900px) {
  .swiper-container {
    width: 100%;
    height: auto;
  }
}

.swiper-container .swiper-wrapper .swiper-slide img {
  width: 90rem;
}

@media only screen and (max-width: 900px) {
  .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

div.shortcuts-popup {
  position: relative;
}

@media only screen and (max-width: 600px) {
  div.shortcuts-popup > div.swiper-slide {
    padding-bottom: 1rem !important;
  }
}

@media only screen and (max-width: 600px) {
  div.shortcuts-popup img {
    width: 100% !important;
    height: 100% !important;
  }
}

body {
  /* 스크롤바 감추기 - 스크롤은 되도록*/
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

body::-webkit-scrollbar {
  display: none;
}

div#slogan {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50rem;
  height: 26.4rem;
  z-index: 10;
}

@media only screen and (max-width: 700px) {
  div#slogan {
    width: 70%;
    height: auto;
  }
}

div#slogan > img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

div#slide-meta {
  position: absolute;
  bottom: 10%;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}

div#slide-meta div.slide-progress {
  margin: 0 auto;
  width: 20rem;
  height: 2px;
  background: #ccc;
}

div#slide-meta div#slide-progress {
  position: relative;
  overflow: hidden;
}

div#slide-meta div#slide-progress div#slide-progress-bar {
  position: absolute;
  left: 0;
  background: red;
}

div#slide-meta div#slide-indicators-container {
  padding: 2rem 0;
}

div#slide-meta div#slide-indicators-container ul#slide-indicators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div#slide-meta div#slide-indicators-container ul#slide-indicators li {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: white;
  cursor: pointer;
}

div#slide-meta div#slide-indicators-container ul#slide-indicators li:not(:last-child) {
  margin-right: 10px;
}

div#slide-meta div#slide-indicators-container ul#slide-indicators li.slide-indicator-active {
  background: red;
}

div#slide-meta div#slide-controller {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div#slide-meta div#slide-controller div.btn-slide-controller {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  margin-right: 1rem;
  cursor: pointer;
  background-position: center;
  background-size: 30%;
  background-repeat: no-repeat;
}

div#slide-meta div#slide-controller div.btn-slide-controller:last-child {
  margin-right: 0;
}

div#slide-meta div#slide-controller div#btn-slide-controller-play-pause {
  background-image: url(../images/icon_pause.png);
}

div#slide-meta div#slide-controller div#btn-slide-controller-prev {
  background-image: url(../images/icon_arrow_left.png);
}

div#slide-meta div#slide-controller div#btn-slide-controller-next {
  background-image: url(../images/icon_arrow_right.png);
}

div#media-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--primary-color) url("../images/media_container_cover.jpg") no-repeat center center/cover;
}

div#media-container video,
div#media-container img {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

div#media-container img {
  display: block;
}

div#media-container.add-dot-pattern::after {
  content: '';
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/ptrn_main_slide.png);
  position: absolute;
}

div.section {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 1259px) {
  div.section {
    width: 100vw;
    padding: 2rem;
  }
}

div.section-body {
  margin: 0 auto;
}

@media only screen and (max-width: 1259px) {
  div.section-body {
    width: 100vw;
    padding: 2rem;
  }
}

div.section-body div.section-banner {
  margin-bottom: 2rem;
  height: 11.5rem;
  background: #ccc;
  color: white;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div.section-body div.section-banner > h3 {
  text-align: center;
}

div.section-body div.section-banner > h3 > p {
  font-size: 3.2rem;
  font-weight: 900;
}

div.section-body div.section-banner > h3 > p.middle {
  font-size: 2.2rem;
  font-weight: 700;
}

div.section-body div.section-banner > h3 > p.small {
  font-size: 1.6rem;
  font-weight: lighter;
}

div.section-body div.section-banner.bg-col-1 {
  background: -webkit-gradient(linear, left top, right top, from(#1a710b), color-stop(50%, #16a607), to(#1a710b));
  background: linear-gradient(to right, #1a710b 0%, #16a607 50%, #1a710b 100%);
}

div.section-body div.section-banner.bg-col-2 {
  background: -webkit-gradient(linear, left top, right top, from(#320b71), color-stop(50%, #4a06a6), to(#320b71));
  background: linear-gradient(to right, #320b71 0%, #4a06a6 50%, #320b71 100%);
}

div.section-body div.section-header {
  padding-bottom: 1rem;
}

@media only screen and (max-width: 1260px) {
  div.section-body div.section-header {
    width: 100%;
    height: auto;
  }
  div.section-body div.section-header > * {
    width: 100%;
  }
}

div.section-body div.section-header h2,
div.section-body div.section-header h3 {
  letter-spacing: -0.05em;
  text-align: center;
  color: white;
}

@media only screen and (max-width: 1240px) {
  div.section-body div.section-header h2,
  div.section-body div.section-header h3 {
    width: 100%;
  }
}

div.section-body div.section-header h2 {
  font-size: 3.2rem;
}

div.section-body div.section-header h3 {
  font-size: 2.4rem;
  font-weight: lighter;
}

div.section-body div.section-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div#section-main {
  height: 50rem;
  position: relative;
}

@media only screen and (min-width: 1025px) and (max-width: 1259px) {
  div#section-main {
    height: 100vh;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  div#section-main {
    height: 70rem;
  }
}

@media only screen and (max-width: 768px) {
  div#section-main {
    height: 50rem;
  }
}

div#section-uu-slogan-ad {
  background-image: url(../images/bg_uu_slogan_ad.jpg);
}

@media only screen and (max-width: 1240px) {
  div#section-uu-slogan-ad {
    padding: 4rem 0;
  }
}

div#section-uu-slogan-ad div#section-uu-slogan-ad-body {
  width: 124rem;
  position: relative;
}

@media only screen and (max-width: 1240px) {
  div#section-uu-slogan-ad div#section-uu-slogan-ad-body {
    width: 100vw;
    padding: 0;
  }
}

div#section-uu-slogan-ad div#section-uu-slogan-ad-body div.section-header > h2,
div#section-uu-slogan-ad div#section-uu-slogan-ad-body div.section-header > h3 {
  color: black;
}

div#section-uu-slogan-ad div#section-uu-slogan-ad-body div.section-header > h2 {
  padding-bottom: 1rem;
}

div#section-uu-slogan-ad div#section-uu-slogan-ad-body div.section-header > h3 {
  padding-bottom: 3rem;
}

div#section-uu-slogan-ad div#section-uu-slogan-ad-body .swiper-container-slogan-ad {
  width: 124rem;
  height: 46rem;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 1240px) {
  div#section-uu-slogan-ad div#section-uu-slogan-ad-body .swiper-container-slogan-ad {
    width: calc(100vw - 8rem);
    margin: 0 auto;
    height: auto;
  }
}

@media only screen and (max-width: 1000px) {
  div#section-uu-slogan-ad div#section-uu-slogan-ad-body .swiper-container-slogan-ad {
    width: calc(100% - 2rem);
  }
}

div#section-uu-slogan-ad div#section-uu-slogan-ad-body .swiper-container-slogan-ad .swiper-wrapper {
  width: 124rem;
  height: 46rem;
}

@media only screen and (max-width: 1240px) {
  div#section-uu-slogan-ad div#section-uu-slogan-ad-body .swiper-container-slogan-ad .swiper-wrapper {
    width: calc(100vw - 6rem);
    height: auto;
  }
}

div#section-uu-slogan-ad div#section-uu-slogan-ad-body .swiper-container-slogan-ad .swiper-wrapper .swiper-slide {
  width: 61rem;
}

@media only screen and (max-width: 1240px) {
  div#section-uu-slogan-ad div#section-uu-slogan-ad-body .swiper-container-slogan-ad .swiper-wrapper .swiper-slide {
    width: calc(50vw - 10rem);
  }
}

div#section-uu-slogan-ad div#section-uu-slogan-ad-body .swiper-container-slogan-ad .swiper-wrapper .swiper-slide > img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

div#section-uu-slogan-ad div#section-uu-slogan-ad-body .swiper-container-slogan-ad .swiper-button {
  z-index: 2000;
  top: calc(50%) !important;
}

div#section-uu-slogan-ad div#section-uu-slogan-ad-body .swiper-container-slogan-ad .swiper-button-prev {
  left: 1rem;
}

div#section-uu-slogan-ad div#section-uu-slogan-ad-body .swiper-container-slogan-ad .swiper-button-next {
  right: 1rem;
}

div#section-uu-slogan-ad div#section-uu-slogan-ad-body .swiper-container-slogan-ad .swiper-pagination {
  bottom: calc(50% - 40rem);
}

div#section-uu-news {
  background-image: url(../images/section_bg_1.jpg);
}

@media only screen and (max-width: 1260px) {
  div#section-uu-news {
    width: 100%;
    height: auto;
    padding: 0;
  }
  div#section-uu-news > * {
    width: 100%;
  }
}

div#section-uu-news-body {
  width: 140rem;
}

@media only screen and (max-width: 1260px) {
  div#section-uu-news-body {
    width: 100%;
    height: auto;
    padding: 2rem 0;
  }
  div#section-uu-news-body > * {
    width: 100%;
  }
}

div#section-uu-news-body h2,
div#section-uu-news-body h3 {
  color: var(--notice-border-color) !important;
}

div#section-uu-news-body div.section-header > h2 {
  padding-bottom: 3rem;
}

div#section-uu-news-body div#section-uu-news-header-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1000px) {
  div#section-uu-news-body div#section-uu-news-header-contents {
    width: 100%;
    margin: 0;
  }
}

div#section-uu-news-body div#section-uu-news-header-contents h3 {
  width: 60rem;
  font-size: 4.4rem;
  text-align: left;
  line-height: 4.4rem;
}

@media only screen and (max-width: 1000px) {
  div#section-uu-news-body div#section-uu-news-header-contents h3 {
    padding: 0 1rem;
    width: 55%;
    font-size: 2.7rem !important;
    line-height: 2.7rem !important;
  }
}

@media only screen and (max-width: 600px) {
  div#section-uu-news-body div#section-uu-news-header-contents h3 {
    font-size: 2rem !important;
    line-height: 2.2rem !important;
  }
}

div#section-uu-news-body div#section-uu-news-header-contents div#corona-chip {
  text-align: right;
}

@media only screen and (max-width: 1000px) {
  div#section-uu-news-body div#section-uu-news-header-contents div#corona-chip {
    width: 40%;
    padding-right: 1rem;
  }
  div#section-uu-news-body div#section-uu-news-header-contents div#corona-chip img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
}

div#section-uu-news-body div#section-uu-news-header-contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div#section-uu-news-body div#section-uu-news-contents {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

div#section-uu-news-body div#section-uu-news-contents > div {
  height: 48rem;
}

@media only screen and (max-width: 1000px) {
  div#section-uu-news-body div#section-uu-news-contents > div {
    height: auto;
  }
}

div#section-uu-news-body div#section-uu-news-contents > div:nth-of-type(1) {
  width: 68.5rem;
  border: 5px solid var(--notice-border-color);
}

@media only screen and (max-width: 1000px) {
  div#section-uu-news-body div#section-uu-news-contents > div:nth-of-type(1) {
    border-width: 2px;
  }
}

div#section-uu-news-body div#section-uu-news-contents > div:nth-of-type(2) {
  width: 33.5rem;
}

div#section-uu-news-body div#section-uu-news-contents > div:nth-of-type(3) {
  width: 33.5rem;
}

div#section-uu-news-body div#section-uu-news-contents div#uu-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 768px) {
  div#section-uu-news-body div#section-uu-news-contents div#uu-notice {
    margin-bottom: 20px;
  }
}

div#section-uu-news-body div#section-uu-news-contents div#uu-notice div.tabs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

div#section-uu-news-body div#section-uu-news-contents div#uu-notice div.tabs div.tab {
  min-width: 10rem;
  max-width: 20rem;
  height: 4.5rem;
  text-align: center;
  padding-top: 1rem;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

div#section-uu-news-body div#section-uu-news-contents div#uu-notice div.tabs div.tab:nth-of-type(6), div#section-uu-news-body div#section-uu-news-contents div#uu-notice div.tabs div.tab:last-child {
  border-right: none;
}

div#section-uu-news-body div#section-uu-news-contents div#uu-notice div.tabs div.tab.tab-row-1 {
  width: 16.66%;
}

div#section-uu-news-body div#section-uu-news-contents div#uu-notice div.tabs div.tab.tab-row-2 {
  width: 20%;
}

div#section-uu-news-body div#section-uu-news-contents div#uu-notice div.tabs div.tab.tab-active {
  background-color: #fa3c56;
  color: white;
}

div#section-uu-news-body div#section-uu-news-contents div#uu-notice div.tab-contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 4rem 3.5rem;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}




@media only screen and (max-width: 1000px) {
  div#section-uu-news-body div#section-uu-news-contents div#uu-notice div.tab-contents {
    padding: 1rem;
  }
}

div#section-uu-news-body div#section-uu-news-contents div#uu-notice div.tab-contents > ul.uu-notice-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

div#section-uu-news-body div#section-uu-news-contents div#uu-notice div.tab-contents > ul.uu-notice-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

div#section-uu-news-body div#section-uu-news-contents div#uu-notice div.tab-contents > ul.uu-notice-list > li > div:nth-of-type(1) {
  width: 70%;
}

div#section-uu-news-body div#section-uu-news-contents div#uu-notice div.tab-contents > ul.uu-notice-list > li > div:nth-of-type(2) {
  width: 30% !important;
}

:root {
  --notice-border-color: #2e3f81;
}

div.tab.tab-active {
  background-color: var(--notice-border-color) !important;
  border: none !important;
}

#notice_tabs div.tab {
  cursor: pointer;
}

#notice_tabs table#notice_table_type1,
#notice_tabs table#notice_table_type2 {
  border-collapse: collapse !important;
}

#notice_tabs table#notice_table_type1 td,
#notice_tabs table#notice_table_type2 td {
  border-color: var(--notice-border-color) !important;
}

@media only screen and (min-width: 1260px) {
  #notice_tabs table#notice_table_type1 td {
    height: 4.5rem;
  }
  #notice_tabs table#notice_table_type1 td > div {
    padding-top: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (min-width: 1260px) {
  #notice_tabs table#notice_table_type1 td:nth-child(8) {
    width: 100px !important;
  }
}

@media only screen and (max-width: 1000px) {
  div.news-panel {
    height: 36rem !important;
  }
  div.news-panel > div {
    height: 100% !important;
  }
  div.news-panel div.tabs {
    width: 100%;
    padding: 0.5rem !important;
  }
  div.news-panel img {
    width: calc(50vw - 1rem) !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media only screen and (max-width: 700px) {
  div#uu-news-panel div.news_item > div {
    line-height: 2.5rem;
    height: 7.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

div#section-uu-shortcuts {
  padding-top: 0 !important;
  background-image: url(../images/vis_uu_shortcuts.jpg);
}

div#section-uu-shortcuts div#section-uu-shortcuts-body {
  width: 132rem;
}

@media only screen and (max-width: 1259px) {
  div#section-uu-shortcuts div#section-uu-shortcuts-body {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
}

div#section-uu-shortcuts div#section-uu-shortcuts-body div.section-header {
  color: white;
}

div#section-uu-shortcuts div#section-uu-shortcuts-body div#section-uu-shortcuts-contents {
  width: 130rem;
  height: 44.4rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2rem;
}

@media only screen and (max-width: 1260px) {
  div#section-uu-shortcuts div#section-uu-shortcuts-body div#section-uu-shortcuts-contents {
    width: 100%;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 768px) {
  div#section-uu-shortcuts div#section-uu-shortcuts-body div#section-uu-shortcuts-contents {
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  div#section-uu-shortcuts div#section-uu-shortcuts-body div#section-uu-shortcuts-contents > div {
    width: 100%;
  }
}

div#section-uu-shortcuts div#section-uu-shortcuts-body div#section-uu-shortcuts-contents-popup {
  width: 57rem;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

div#section-uu-shortcuts div#section-uu-shortcuts-body div#section-uu-shortcuts-contents-popup > div {
  overflow: hidden;
}

@media only screen and (max-width: 1260px) {
  div#section-uu-shortcuts div#section-uu-shortcuts-body div#section-uu-shortcuts-contents-popup {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
  div#section-uu-shortcuts div#section-uu-shortcuts-body div#section-uu-shortcuts-contents-popup > div {
    width: 50%;
  }
}

@media only screen and (max-width: 1000px) {
  div#section-uu-shortcuts div#section-uu-shortcuts-body div#section-uu-shortcuts-contents-popup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  div#section-uu-shortcuts div#section-uu-shortcuts-body div#section-uu-shortcuts-contents-popup > div {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

div#section-uu-shortcuts div#section-uu-shortcuts-body div#section-uu-shortcuts-contents-popup > div {
  height: auto;
}

div#section-uu-shortcuts div#section-uu-shortcuts-body div#section-uu-shortcuts-contents-popup img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

div#section-uu-shortcuts div#section-uu-shortcuts-body div#section-uu-shortcuts-contents-shortcuts {
  width: 50%;
  background: rgba(67, 112, 187, 0.8);
  padding-top: 2rem;
}

@media only screen and (max-width: 1260px) {
  div#section-uu-shortcuts div#section-uu-shortcuts-body div#section-uu-shortcuts-contents-shortcuts {
    width: 100%;
    height: auto;
    margin: 0;
  }
}

div#section-uu-shortcuts div#section-uu-shortcuts-body div#section-uu-shortcuts-contents-shortcuts h3 {
  font-size: 4rem;
  color: white;
  text-align: center;
  letter-spacing: -0.05em;
  font-weight: 500;
}

@media only screen and (max-width: 600px) {
  div#section-uu-shortcuts div#section-uu-shortcuts-body div#section-uu-shortcuts-contents-shortcuts h3 {
    font-size: 3rem;
  }
}

div#section-uu-shortcuts div#section-uu-shortcuts-body div#section-uu-shortcuts-contents-shortcuts div#ql-container {
  width: 60rem;
  height: 32rem;
  margin: 1.5rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media only screen and (max-width: 1260px) {
  div#section-uu-shortcuts div#section-uu-shortcuts-body div#section-uu-shortcuts-contents-shortcuts div#ql-container {
    width: 100%;
    padding: 1.5rem 0 2rem 0;
    height: auto;
    margin: 0;
  }
}

div#section-uu-shortcuts div#section-uu-shortcuts-body div#section-uu-shortcuts-contents-shortcuts div#ql-container a.ql-item {
  display: block;
  width: 20rem;
  height: 4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  text-align: center;
  font-size: 1.8rem;
  font-weight: lighter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1000px) {
  div#section-uu-shortcuts div#section-uu-shortcuts-body div#section-uu-shortcuts-contents-shortcuts div#ql-container a.ql-item {
    width: 50%;
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 700px) {
  div#section-uu-shortcuts div#section-uu-shortcuts-body div#section-uu-shortcuts-contents-shortcuts div#ql-container a.ql-item {
    font-size: 1.8rem;
    height: 4rem;
  }
}

@media only screen and (max-width: 500px) {
  div#section-uu-shortcuts div#section-uu-shortcuts-body div#section-uu-shortcuts-contents-shortcuts div#ql-container a.ql-item {
    font-size: 1.6rem;
  }
}

div#section-uu-shortcuts div#section-uu-shortcuts-body div#section-uu-shortcuts-contents-shortcuts div#ql-container a.ql-item:hover {
  color: yellow;
}

div#section-uu-shortcuts div#section-uu-shortcuts-body div#section-uu-shortcuts-footer {
  margin: 3rem auto 0 auto;
  padding: 0 2.5rem;
  width: 124rem;
  height: 10.5rem;
  background: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1100px) {
  div#section-uu-shortcuts div#section-uu-shortcuts-body div#section-uu-shortcuts-footer {
    width: 100%;
    height: auto;
    margin: 2rem 0;
    padding: 0;
  }
}

@media only screen and (max-width: 900px) {
  div#section-uu-shortcuts div#section-uu-shortcuts-body div#section-uu-shortcuts-footer {
    padding: 0 2rem;
  }
}

@media only screen and (max-width: 768px) {
  div#section-uu-shortcuts div#section-uu-shortcuts-body div#section-uu-shortcuts-footer {
    display: none;
  }
}

@media only screen and (max-width: 700px) {
  div#section-uu-shortcuts div#section-uu-shortcuts-body div#section-uu-shortcuts-footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
  }
}

div#section-uu-shortcuts div#section-uu-shortcuts-body div#section-uu-shortcuts-footer > div.section-uu-shortcuts-footer-menu {
  width: 18.5rem;
  height: 6rem;
  background: #ccc;
}

@media only screen and (max-width: 1260px) {
  div#section-uu-shortcuts div#section-uu-shortcuts-body div#section-uu-shortcuts-footer > div.section-uu-shortcuts-footer-menu {
    width: 20%;
  }
  div#section-uu-shortcuts div#section-uu-shortcuts-body div#section-uu-shortcuts-footer > div.section-uu-shortcuts-footer-menu img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media only screen and (max-width: 700px) {
  div#section-uu-shortcuts div#section-uu-shortcuts-body div#section-uu-shortcuts-footer > div.section-uu-shortcuts-footer-menu {
    width: 33.33%;
  }
}

div#section-uu-services {
  background-image: url(../images/section_bg_2.jpg);
}

@media only screen and (max-width: 1260px) {
  div#section-uu-services {
  display:none;
    background-image: url(../images/bg_uu_slogan_ad1.jpg);
  }
}

@media only screen and (max-width: 1260px) {
  div#section-uu-services {
      display:none;
    width: 100%;
    height: auto;
  }
  div#section-uu-services > * {
    width: 100%;
  }
}

div#section-uu-services-body {
  width: 140rem;
  height: 64rem;
}

@media only screen and (max-width: 1260px) {
  div#section-uu-services-body {
    width: 100%;
    height: auto;
    padding: 0;
  }
  div#section-uu-services-body > * {
    width: 100%;
  }
}

div#section-uu-services-body div.section-header > h2 {
  padding-bottom: 2rem;
}

@media only screen and (max-width: 1000px) {
  div#section-uu-services-body div.section-header > h2 {
    padding-bottom: 1rem;
  }
}

div#section-uu-services-body div#section-uu-services-header-contents {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div#section-uu-services-body div#section-uu-services-header-contents h3 {
  font-size: 3.2rem;
}

@media only screen and (max-width: 1000px) {
  div#section-uu-services-body div#section-uu-services-header-contents h3 {
    font-size: 2.4rem;
  }
}

div#section-uu-services-body div#section-uu-services-header-contents ul#section-uu-services-sns-menu {
  padding: 2rem 0 0px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div#section-uu-services-body div#section-uu-services-header-contents ul#section-uu-services-sns-menu > li:not(:last-child) {
  margin-right: 2rem;
}

div#section-uu-services-body div#section-uu-services-contents {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div#section-uu-services-body div#section-uu-services-contents > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 40rem;
  background-color: red;
}

@media only screen and (max-width: 1230px) {
  div#section-uu-services-body div#section-uu-services-contents > div {
    height: 30rem !important;
  }
}

div#section-uu-services-body div#section-uu-services-contents > div:nth-of-type(1) {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

div#section-uu-services-body div#section-uu-services-contents > div:nth-of-type(1) > div {
  width: 49%;
  height: 100%;
  overflow: hidden;
}

div#section-uu-services-body div#section-uu-services-contents > div:nth-of-type(1) > div:nth-of-type(1) {
  background-color: rgba(255, 255, 255, 0.3);
}

@media only screen and (max-width: 1230px) {
  div#section-uu-services-body div#section-uu-services-contents > div:nth-of-type(1) > div:nth-of-type(2) {
    height: 30rem !important;
  }
}

div#section-uu-services-body div#section-uu-services-contents > div:nth-of-type(2) iframe {
  width: 100%;
}

@media only screen and (max-width: 1230px) {
  div#section-uu-services-body div#section-uu-services-contents > div:nth-of-type(2) iframe {
    height: 30rem !important;
  }
}

div#classes-zone {
  overflow: hidden;
  position: relative;
}

div#classes-zone div.swiper-slide {
  text-align: center;
}

div#classes-zone div.swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

div#classes-zone div.swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

div#section-uu-sns {
  background-image: url(../images/section_bg_3.jpg) !important;
  background-size: cover !important;
}

@media only screen and (max-width: 1260px) {
  div#section-uu-sns-body {
    width: 100% !important;
    padding: 2rem;
    overflow: hidden;
  }
}

div#section-uu-sns-body div#section-uu-sns-header-hot {
  right: 1rem;
  top: 8rem;
}

@media only screen and (max-width: 700px) {
  div#section-uu-sns-body div#section-uu-sns-header-contents h3 {
    font-size: 2.4rem !important;
  }
}

div#section-uu-sns-body div#section-uu-sns-contents > div {
  background: none !important;
}

div#section-uu-sns-body div#section-uu-sns-contents #sns_tabs {
  background: none !important;
}

div#section-uu-sns-body div#section-uu-sns-contents #sns_tabs .sns3-container {
  position: relative;
}

div#section-uu-sns-body div#section-uu-sns-contents #sns_tabs .sns3-container .swiper-button-prev,
div#section-uu-sns-body div#section-uu-sns-contents #sns_tabs .sns3-container .swiper-button-next {
  top: 5rem;
}

div#section-uu-sns-body table {
  width: 100% !important;
}

div.sns_img img {
  width: 100%;
  height: 16.5rem !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  background: none !important;
}

td.td_gap {
  background: none !important;
}

div#section-about-uu {
  background: #fff;
}

div#section-about-uu-body {
  width: 140rem;
}

@media only screen and (max-width: 1259px) {
  div#section-about-uu-body {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
}

div#section-about-uu-body div.section-header > h2 {
  padding-bottom: 0px;
}

div#section-about-uu-body div#section-about-uu-contents {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1259px) {
  div#section-about-uu-body div#section-about-uu-contents {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
}

@media only screen and (max-width: 1000px) {
  div#section-about-uu-body div#section-about-uu-contents {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

div#section-about-uu-body div#section-about-uu-contents > div {
  height: 55rem;
  background-color: red;
}

@media only screen and (max-width: 1200px) {
  div#section-about-uu-body div#section-about-uu-contents > div:nth-of-type(1) {
    margin-right: 2rem;
  }
  div#section-about-uu-body div#section-about-uu-contents > div:nth-of-type(2) iframe {
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  div#section-about-uu-body div#section-about-uu-contents > div {
    width: 100% !important;
  }
  div#section-about-uu-body div#section-about-uu-contents > div:nth-of-type(1) {
    margin-bottom: 2rem;
  }
  div#section-about-uu-body div#section-about-uu-contents > div:nth-of-type(2) iframe {
    width: 100%;
  }
}

div#section-about-uu-body div#section-about-uu-contents > div:nth-of-type(1) {
  width: 43rem;
}

div#section-about-uu-body div#section-about-uu-contents > div:nth-of-type(2) {
  width: 91rem;
}

@media only screen and (max-width: 1230px) {
  div#newsletter_tabs {
    margin-top: 0 !important;
  }
}

div#newsletter_tabs .swiper-container-newsletter {
  position: relative;
}

div#newsletter_tabs .swiper-container-newsletter .swiper-button-prev,
div#newsletter_tabs .swiper-container-newsletter .swiper-button-next {
  top: 15rem;
}

@media only screen and (max-width: 600px) {
  div.newsletter_element {
    padding: 1rem !important;
  }
  div.newsletter_element > .swipe_style1 {
    font-size: 2rem !important;
  }
}

div.newsletter_bg_img {
  width: 100% !important;
}

div.newsletter_bg_img img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

footer#footer-container {
  padding-top: 0 !important;
}

@media only screen and (max-width: 1000px) {
  footer#footer-container {
    margin-top: 0 !important;
  }
}

div#fp-nav > ul > li {
  margin: 1.5rem 1rem;
}

div#fp-nav > ul > li > a > span:nth-of-type(2) {
  background: rgba(0, 0, 0, 0.7);
}

div.fp-tooltip {
  background: #1b1f2b;
  display: block;
  padding: 0.5rem 1rem;
  border-radius: 0.7rem;
  font-size: 1.2rem !important;
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
}

footer#footer-container {
  color: white;
  background: #212121;
}

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

#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 {
    border-top: none;
  }
}

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

#FooterCent .ftmenu {
  width: 100%;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #666;
  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: 100%;
  margin: 0 auto;
  font-weight: 300;
}

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

#FooterCent .ftmenu > li {

  width: 25%;
  text-align:center;
}

#FooterCent .ftmenu > li a {

  padding: 1rem 0;
  text-decoration: none;
  font-size: 0.8rem;
}

@media only screen and (max-width: 1000px) {
  #FooterCent .ftmenu > li a {
    font-size: 0.8rem;
    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 {
  float:none;
  text-align:center;
  clear:both;
  color: #ddd !important;
  background: #212121;
  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 {
    float:none;
    text-align:center;
    clear:both;
    font-size: 2.4em;
    width: 100%;
    font-weight: 300;
  }
}

#Copy .logobtm {
  float:none;
  width:100%;
  text-align:center;
  clear:both;
  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: 36%;
  padding-right:30px;
  -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: #e9e9e9;
}

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




.fontsizebig{font-size:1.4em;}
.fontsize{font-size:1.2em;}
.fontsizenormal{font-size:1.0em;}
.fontsizesmall{font-size:0.8em;}

.fontcolor_or{color:#fa3500;}
.fontcolor_black{color:#000000;}
.fontcolor_white{color:#ffffff;}
.fontcolor_blue{color:#0054a6;}
.fontcolor_orange{color:#f7941e;}


.fl{float:left; margin:0 auto; padding:0; margin:0 auto; }
.fr{float:right; margin:0 auto; padding:0; margin:0 auto; }
.fn100{float:none; width:100%; margin:0 auto; padding:0; margin:0 auto; clear:both; }

.w95{width:95%;}
.w90{width:90%;}
.w80{width:80%;}
.w75{width:75%;}
.w70{width:70%;}
.w60{width:60%;}
.w50{width:50%;}
.w40{width:40%;}
.w33{width:33.33%;}
.w30{width:30%;}
.w25{width:25%;}
.w20{width:20%;}
.w15{width:15%;}
.w10{width:10%;}
.w05{width:5%;}


.subpage_ctbox{float:none; width:100%; margin:0 auto; padding:0; margin:0 auto; clear:both;}
.subpage_title{float:left; width:100%; margin:0 auto; padding:0; margin:0 auto; text-align:left;}

.subpage_line{float:none; width:100%; height:6px; margin:0 auto; padding:0; clear:both;}
.subpage_subject{float:none; width:100%; height:50px; font-size:1.6em; margin:0 auto; padding:0; margin:0 0 0; 0; text-align:left; clear:both;}
.subpage_contents{float:left; width:70%; margin:0 auto; padding:0; margin:0 auto; text-align:left;}
.subpage_contents span{color:#f7941e; font-weight:bold;}
.subpage_graphic{float:left; width:30%; margin:0 auto; padding:0; margin:0 auto; text-align:right;}
.subpage_graphic img{ width:90%; border:0; border-radius:22px; }
.subpage_hrbox{float:none; width:100%; height:50px; line-height:50px; margin:0 auto; padding:0; margin:0 auto; clear:both;}
.subpage_hrboxhr{width:100%; border-top:1px solid #e7e7e7; }
.subpage_contents_fn{float:none; width:100%; margin:0 auto; padding:0; text-align:left; font-size:1.4em; clear:both;}
.subpage_graphic_fn{float:none; width:100%; margin:0 auto; padding:0; text-align:left; clear:both;}
.subpage_graphic_flw20{float:left; width:20%; margin:0 auto; padding:0 0 0 0; margin:0 auto; text-align:center; }
.subpage_graphic_flw20 div{float:none; width:94%; height:120px; margin:0 auto; padding:22px 0 0 0; margin:0 auto; text-align:center; border-radius:12px; border:1px solid #e7e7e7;clear:both; }
.subpage_graphic_flw20 span{width:60px; height:60px; color:#0054a6; font-weight:bold; border-radius:30px; border:2px solid #0054a6;}


.prd_box_wrap {float:none; width:90%; margin:0 auto; padding:0; margin:0 auto; clear:both; }
.prd_box {
  position: relative;
  float:left;
  width: 50%;
}
.prd{float:left; width:100%; text-align:center; padding:0 0 0 0; margin:0 auto; }
.prd img{width:100%; }
.prd_box .prd_info {
  cursor: pointer;
  color: #ffffff;
  position: absolute; left: 0; bottom: 0;
  background: rgba(0,0,0,0.5);
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}
.prd_box:hover .prd_info {
  opacity: 1;
}
.prd_box .prd_info p {
  color: #ffffff;
  font-size: 1.0em;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
}

.promo_box_wrap{float:none; width:100%; margin:0 auto; padding:0 0 0 0; clear:both; }
.promo_box{float:left; width:25%; text-align:center; margin:0 auto; padding:0 0 0 0; }
.promo_one{float:none; width:240px; height:240px; line-height:30px; padding:70px 0 0 0; margin:0 auto; text-align:center; background-color:#87766a; border-radius:120px 120px 120px 120px; clear:both; }
.promo_one a{font-size:2.2rem; color:#ffffff;}
.promo_one i{font-size:6.0rem; color:#ffffff;}
.protitle{color:#87766a;}
.promo_one:hover {
 background-color:#1b1f2b;
}

.bizpromo_box_wrap{float:none; width:100%; margin:0 auto; padding:0 0 0 0; clear:both; }
.bizpromo_box{float:left; width:25%; text-align:center; margin:0 auto; padding:0 0 20px 0; color:#ffffff; }
.bizpromo_one{float:none; width:96%; height:174px;  line-height:174px; padding:0 0 0 0; margin:0 auto; text-align:center; font-size:2.2rem; background: rgba(255,255,255,0.1); border:1px solid #ffffff; clear:both; }
.bizpromo_two{float:none; width:96%; height:174px; line-height:174px;  padding:0 0 0 0; margin:0 auto; text-align:center;font-size:2.2rem; background: rgba(255,255,255,0.1); border:1px solid #ffffff; clear:both; }
.bizpromo_thr{float:none; width:96%; height:174px; line-height:174px;  padding:0 0 0 0; margin:0 auto; text-align:center;font-size:2.2rem; background: rgba(255,255,255,0.1); border:1px solid #ffffff; clear:both; }
.bizpromo_fou{float:none; width:96%; height:174px; line-height:174px;  padding:0 0 0 0; margin:0 auto; text-align:center;font-size:2.2rem; background: rgba(255,255,255,0.1); border:1px solid #ffffff; clear:both; }
.bizpromo_fiv{float:none; width:96%; height:174px; line-height:174px;  padding:0 0 0 0; margin:0 auto; text-align:center;font-size:2.2rem; background: rgba(255,255,255,0.1); border:1px solid #ffffff; clear:both; }
.bizpromo_blank{float:none; width:96%; height:174px; line-height:174px;  padding:0 0 0 0; margin:0 auto; text-align:center; background-color: #fcb040; border:0; clear:both; }
.bizpromo_blank img{width:75%;  }
.bizpromo_box a{font-size:2.2rem; color:#ffffff;}
.bizpromo_box i{font-size:6.0rem; color:#ffffff;}
.bizprotitle{color:#87766a;}
.bizpromo_one:hover {background:url(../images/biz01.jpg); background-size:cover; color:#ffffff;}
.bizpromo_two:hover {background:url(../images/biz02.jpg); background-size:cover; color:#ffffff;}
.bizpromo_thr:hover {background:url(../images/biz03.jpg); background-size:cover; color:#ffffff;}
.bizpromo_fou:hover {background:url(../images/biz04.jpg); background-size:cover; color:#ffffff;}
.bizpromo_fiv:hover {background:url(../images/biz05.jpg); background-size:cover; color:#ffffff;}

@media only screen and (max-width: 1000px) {
  .promo_box{float:left; width:50%; text-align:center; margin:0 auto; padding:10px 0 0 0;}
  .promo_one{float:none; margin:0 auto; width:120px; height:120px; line-height:20px; padding:30px 0 0 0; text-align:center; background-color:#87766a; border-radius:60px 60px 60px 60px; clear:both; }
  .promo_one a{font-size:1.7rem; color:#ffffff;}
  .promo_one i{font-size:3.8rem; color:#ffffff;}

  .bizpromo_box{float:left; width:50%; text-align:center; margin:0 auto; padding:0 0 6px 0; color:#ffffff; }
  .bizpromo_one{float:none; width:96%; height:80px;  line-height:80px; padding:0 0 0 0; margin:0 auto; text-align:center; font-size:1.6rem; background: rgba(255,255,255,0.1); border:1px solid #ffffff; clear:both; }
  .bizpromo_two{float:none; width:96%; height:80px; line-height:80px;  padding:0 0 0 0; margin:0 auto; text-align:center;font-size:1.6rem; background: rgba(255,255,255,0.1); border:1px solid #ffffff; clear:both; }
  .bizpromo_thr{float:none; width:96%; height:80px; line-height:80px;  padding:0 0 0 0; margin:0 auto; text-align:center;font-size:1.6rem; background: rgba(255,255,255,0.1); border:1px solid #ffffff; clear:both; }
  .bizpromo_fou{float:none; width:96%; height:80px; line-height:80px;  padding:0 0 0 0; margin:0 auto; text-align:center;font-size:1.6rem; background: rgba(255,255,255,0.1); border:1px solid #ffffff; clear:both; }
  .bizpromo_fiv{float:none; width:96%; height:80px; line-height:80px;  padding:0 0 0 0; margin:0 auto; text-align:center;font-size:1.6rem; background: rgba(255,255,255,0.1); border:1px solid #ffffff; clear:both; }
  .bizpromo_blank{float:none; width:96%; height:80px; line-height:80px;  padding:0 0 0 0; margin:0 auto; text-align:center; background-color: #fcb040; border:0; clear:both; }
  .bizpromo_blank img{width:80%;  }
  .bizpromo_box a{font-size:1.6rem; color:#ffffff;}
  .bizpromo_box i{font-size:6.0rem; color:#ffffff;}
  .bizprotitle{color:#87766a;}

}


.notice_box{float:none; width:100%; margin:0 auto; padding:0; margin:0 auto; clear:both; }
.not{float:none; width:100%; text-align:left; padding:0 0 0 0; margin:0 auto;  clear:both;}

.cutom_box{float:none; width:100%; margin:0 auto; padding:0; margin:0 auto; clear:both; }
.cutom{float:left; width:50%; text-align:left; padding:0 0 0 0; margin:0 auto; }

.ord{float:left; width:50%; text-align:left; padding:0 0 0 0; margin:0 auto; }

.bottom_blank{height:60px;padding:10px 0 15px 0;}
@media only screen and (max-width: 1000px) {
  .bottom_blank{display:none;}
  .not{float:none; width:100%; text-align:left; padding:0 0 0 0; margin:0 auto; clear:both; }
  .cutom{float:none; width:100%; text-align:left; padding:0 0 0 0; margin:0 auto; clear:both; }
  .ord{display:none; float:none; width:100%; text-align:left; padding:0 0 0 0; margin:0 auto; clear:both; }
}




.bbi_text_user{height:32px; border-top:solid 0px #474560;border-left:solid 0px #474560;border-right:solid 0px #474560; border-bottom:solid 1px #474560; text-align:left; background-color:#1d1c2c; padding:2px 0 0 4px; color:#ffffff;}
.bbi_text_pwd{height:32px; border-top:solid 0px #474560;border-left:solid 0px #474560;border-right:solid 0px #474560; border-bottom:solid 1px #474560; text-align:left; background-color:#1d1c2c; padding:2px 0 0 4px; color:#ffffff;}
.bbi_text_sub{width:94%;height:32px; border-top:solid 0px #474560;border-left:solid 0px #474560;border-right:solid 0px #474560; border-bottom:solid 1px #474560; text-align:left; background-color:#1d1c2c; padding:2px 0 0 4px; color:#ffffff;}
.bbi_textarea{width:94%; height:100px; border-top:solid 0px #474560;border-left:solid 0px #474560;border-right:solid 0px #474560; border-bottom:solid 1px #474560; text-align:left; background-color:#1d1c2c; padding:2px 0 0 4px;  color:#ffffff;}
.bbi_smn_btn{padding:10px 25px 10px 25px; text-align:center; border:1px solid #59afcf;  color:#ffffff; background-color:#59afcf; border-radius:2px; cursor:pointer; }

.inotice { float:none; width:100%; margin:0 auto; padding:0 0 0 0; clear:both; }
.ict{ float:none; width:100%; margin:0 auto; padding:0; border-bottom:solid 0px #474560; text-overflow:ellipsis; white-space:nowrap;overflow:hidden; clear:both; }
.notitle{ font-size:1.4em; color:#ffffff; }
.qatitle{ font-size:1.4em; color:#ffffff; }
.ict font{ font-size:0.7em; color:#ffffff;}
.ict a{  color:#ffffff; }
.iblank{ float:none; width:100%; height:20px;color:#ffffff; margin:0 auto; padding:0 0 0 0; clear:both; }
.iblank font{ font-size:0.7em; color:#ffffff;}


.ibbsNotice { float:none; width:100%; margin:0 auto; padding:0 0 0 0; clear:both; }
.ibbsList{ float:none; width:100%; height:80px;  background: rgba(0,0,0,0.2); border:1px solid #ffffff; margin:0 0 18px 0; padding:0 0 0 0; clear:both; }
.ibbsList:hover {background: rgba(0,0,0,0.5);}
.iDate{ float:none; width:90%; height:35px; line-height:35px; margin:0 auto; padding:0;  text-overflow:ellipsis; white-space:nowrap;overflow:hidden; clear:both; }
.ibbsCont{ float:none; width:90%;  height:45px; margin:0 auto; padding:0; font-size:1.2em; color:#ffffff; text-overflow:ellipsis; white-space:nowrap;overflow:hidden; clear:both; }
.iDate font{ font-size:0.8em; color:#ffffff;}


@media only screen and (max-width: 1000px) {

  .ibbsNotice { float:none; width:96%; margin:0 auto; padding:0 0 0 0; clear:both; }
  .ibbsList{ float:none; width:100%; height:60px;  background: rgba(0,0,0,0.2); border:1px solid #ffffff; margin:0 0 15px 0; padding:0 0 0 0; clear:both; }
  .ibbsList:hover {background: rgba(0,0,0,0.5);}
  .iDate{ float:none; width:90%; height:25px; line-height:25px; margin:0 auto; padding:0;  text-overflow:ellipsis; white-space:nowrap;overflow:hidden; clear:both; }
  .ibbsCont{ float:none; width:90%;  height:35px; margin:0 auto; padding:0; font-size:0.9em; color:#ffffff; text-overflow:ellipsis; white-space:nowrap;overflow:hidden; clear:both; }
  .iDate font{ font-size:0.8em; color:#ffffff;}
}


.imap_box{float:none; width:100%; height:360px; margin:0 auto; padding:0 0 0 0; clear:both;}
.imap{float:none; width:90%; height:360px; margin:0 auto; padding:0 0 0 0; clear:both;}
