@charset "UTF-8";

@font-face {
  font-family: "Chosunilbo_myungjo";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Chosunilbo_myungjo.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

/* Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
}

q:before,
q:after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  overflow-x: hidden;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
  background: #fff;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 13px;
  letter-spacing: -0.05em;
}

input,
select,
textarea,
select {
  font-size: 12px;
}

label {
  cursor: pointer;
}

b,
strong {
  font-weight: 600;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #666;
}

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

.blind {
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
}

.iframe {
  background: #fff;
}

.photo_none {
  display: none !important;
}

body,
button,
input,
select,
table,
textarea {
  font-family: "Noto Sans Korean", sans-serif !important;
}

/* Skin to content */
.skip {
  margin: 0;
  position: absolute;
  top: 0;
}
.skip > a {
  display: block;
  text-align: center;
  line-height: 28px;
  height: 1px;
  overflow: hidden;
}
.skip > a:focus {
  height: auto;
  background: #000;
  color: #fff;
}

/*사이트맵*/
#sitemap {
  display: none;
  position: fixed;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  z-index: 490;
  background: #222163 url("./images/site-map-bg.png") 50% 50% no-repeat;
  background-size: cover;
  padding: 160px 0 80px; /*overflow: hidden;*/
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#sitemap.open {
  top: 0;
  display: block;
}
#sitemap .inner {
  display: table;
  max-width: 1200px;
  margin: 0 auto;
  height: calc(100vh - 240px);
  letter-spacing: -0.05em;
}
#sitemap .sitemap-nav {
  display: table-cell;
  vertical-align: middle;
}
#sitemap .sitemap-nav > li {
  position: relative;
  border-bottom: rgba(255, 255, 255, 0.1) 1px solid;
  padding: 28px 0 28px 256px;
}
#sitemap .sitemap-nav > li:after {
  content: "";
  position: absolute;
  width: 122px;
  height: 1px;
  background-color: #fff;
  display: block;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
#sitemap .sitemap-nav > li:hover:after {
  opacity: 1;
}
#sitemap .sitemap-nav > li > a {
  font-family: "Chosunilbo_myungjo";
  font-weight: bold;
  position: absolute;
  top: 18px;
  left: 0;
  font-size: 20px;
  color: #fff;
}
#sitemap .sitemap-nav > li > ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
}
#sitemap .sitemap-nav > li > ul > li {
  float: left;
}
#sitemap .sitemap-nav > li > ul > li + li {
  margin-left: 25px;
}
#sitemap .sitemap-nav > li > ul > li > a {
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  opacity: 0.5;
}
#sitemap .sitemap-nav > li > ul > li > a:hover {
  opacity: 1;
}
#sitemap .sitemap-nav > li > ul > li > ul {
  margin-top: 20px;
}
#sitemap .sitemap-nav > li > ul > li > ul > li > a {
  color: #989898;
  display: block;
}
#sitemap .sitemap-nav > li > ul > li > ul > li > a:hover {
  color: #fff;
}
#sitemap .sitemap-nav > li > ul > li > ul > li + li {
  margin-top: 10px;
}
#sitemap .close {
  display: none;
  position: absolute;
  right: 10%;
  margin-top: 5%;
  width: 50px;
  height: 50px;
}
#sitemap .close:before {
  content: "";
  width: 50px;
  height: 1px;
  display: block;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sitemap .close:after {
  content: "";
  width: 50px;
  height: 1px;
  display: block;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#sitemap .mall {
  display: none;
}
#sitemap .lnk {
  display: none;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 3px;
  border-radius: 0;
  background-color: #fff;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 3px;
  background-color: rgba(255, 255, 255, 0.1);
}

/* Layout */
#wrap {
  position: relative;
  background: no-repeat center top;
  min-width: 1200px;
  overflow: hidden;
}

.footer-static {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

#container {
  position: relative;
}
#container.sub {
  background: #eef1f2;
}
#container:after {
  content: "";
  clear: both;
  display: table;
}
#container.sub .contents {
  /* max-width: 1200px; */
  margin: 0 auto;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#container.sub .contents:after,
#container.sub .contents:before {
  content: "";
  display: block;
  clear: both;
}

/* Header */
#header {
  position: fixed;
  top: 0;
  z-index: 500;
  width: 100%;
  transition: height 300ms, top 290ms, box-shadow 400ms;
}
#header.fixed {
  top: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}
#header.fixed .header-static {
  margin: 0;
  background: #fff;
}
#header.fixed .header-static > h1 > a > img {
  display: none;
}
#header.fixed .header-static > h1 > a > img + img {
  display: block;
}
#header.fixed .navigation_bg {
  left: 0;
  right: 0;
}
#header.fixed .site-map img {
  display: none;
}
#header.fixed .site-map img + img {
  display: block;
}

.header-static {
  position: relative;
  height: 100%; /* margin-left: 90px; margin-right: 90px; */
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  transition: all 300ms;
}
.header-static:after {
  display: block;
  content: "";
  clear: both;
}
.header-static > h1 {
  position: absolute;
  width: 250px;
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -24.5px;
  z-index: 551;
}
.header-static > h1 > a {
  display: inline-block;
  text-decoration: none;
}
.header-static > h1 > a > img {
  width: 100%;
  display: block;
}
.header-static > h1 > a > img + img {
  display: none;
}
.header-static .btn_gnb {
  display: none;
  position: absolute;
  height: 30px;
  padding: 0 5px 0 0;
  font-size: 13px;
  font-weight: 600;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: 0;
  cursor: pointer;
  background: transparent;
  top: 50%;
  left: 15px;
  transform: translate(0, -50%);
  border: 1px solid #cccccc;
}
.header-static .btn_gnb .btn_gnb_inner {
  position: relative;
  padding-left: 25px;
}
.header-static .btn_gnb .icon {
  position: absolute;
  left: 5px;
  top: 50%;
  width: 14px;
  height: 10px;
  transform: translate(0, -50%);
}
.header-static .btn_gnb .icon div {
  position: relative;
  width: 14px;
  height: 10px;
}
.header-static .btn_gnb .icon div:before,
.header-static .btn_gnb .icon div:after {
  content: "";
  display: block;
}
.header-static .btn_gnb .icon div .bar,
.header-static .btn_gnb .icon div:before,
.header-static .btn_gnb .icon div:after {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 8px;
  transition: all 0.2s;
  display: block;
  background-color: #333;
}
.header-static .btn_gnb .icon div:before {
  top: 0;
}
.header-static .btn_gnb .icon div:after {
  top: 4px;
}
.header-static .btn_gnb .icon div .bar {
  color: transparent;
  line-height: 0;
  text-indent: -9999px;
}
.header-static .btn_gnb.on:before {
  transform: rotate(45deg);
  top: 18px;
}
.header-static .btn_gnb.on:after {
  transform: rotate(-45deg);
  bottom: 20px;
}
.header-static .btn_gnb.on .bar {
  background-color: transparent;
}
.header-static .sns-links {
  position: absolute;
  top: 50%;
  right: 15px;
  height: 30px;
  margin-top: -15px;
  overflow: hidden;
}
.header-static .sns-links li {
  float: left;
  width: 30px;
  height: 30px;
  margin: 0 4px;
  background: url(images/common/sp_sns.png);
  background-size: auto 30px;
}
.header-static .sns-links li a {
  display: block;
  width: 30px;
  height: 30px;
}
.header-static .sns-links li.facebook {
  background-position: 0 0;
}
.header-static .sns-links li.instagram {
  background-position: 30px 0;
}

/* Footer */
#footer {
  background: #08112a;
  padding: 38px 0 28px;
}
#footer {
  background: url(images/static/main/footer-bg.png);
  position: relative;
  padding: 50px;
}

footer .with {
  display: flex;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 30px;
}
footer .with li {
  flex: 1;
  color: #fff;
  font-size: 18px;
  line-height: 1.5em;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 30px;
}
footer .with li img {
  display: block;
  margin: 0 auto;
}
footer .with li:first-child {
  line-height: 1.4em;
  flex: none;
  width: 12%;
}
footer .with li:last-child {
  border: 0;
  line-height: 1.4em;
}
footer .foo-info {
  line-height: 1.9em;
  width: 100%;
  margin: 40px auto 0;
}
footer .foo-info a {
  color: #fff;
}
footer .foo-info li {
  color: #fff;
}
footer .foo-info li:last-child {
  color: rgba(255, 255, 255, 0.5);
}
footer .foo-info span {
  color: rgba(255, 255, 255, 0.5);
  margin: 0 20px;
}
.fc-v {
  color: #8974d8 !important;
  font-weight: bold;
}

.footer-link {
  margin: 0 auto 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-link a {
  font-weight: bold;
  font-size: 16px;
  padding-right: 10px;
  margin-right: 10px;
  color: #fff;
}
.footer-link a.last {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.footer_static {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  padding-bottom: 18px;
  font-size: 16px;
}
.footer_static .f_logo {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  left: 0;
}
.footer_static .address {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
.footer_static .info,
.footer_static .copyright {
  text-align: left;
  padding-top: 10px;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: -0.25px;
  color: #fff;
}
.footer_static .info a,
.footer_static .copyright a {
  color: #767676;
}
.footer_static .info {
  position: relative;
}
.family_site {
  position: absolute;
  top: 0;
  right: 0;
  height: 35px;
  line-height: 35px;
  width: 137px;
  padding-left: 18px;
  border: 1px solid #d9dadc;
  letter-spacing: 0.7px;
  font-size: 15px;
  z-index: 500;
}
.family_site.open > a:after {
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #fff transparent;
}
.family_site > a {
  display: block;
  position: relative;
  color: #fff;
}
.family_site > a:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -2px;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
}
.family_site ul {
  position: absolute;
  bottom: 35px;
  left: -1px;
  border: 1px solid #d9dadc;
  width: 155px;
  background: #fff;
}
.family_site ul li {
  height: 35px;
}
.family_site ul li a {
  color: #222 !important;
  padding-left: 18px;
  display: block;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.family_site #family_list {
  font-family: "NanumGothic";
  font-size: 12px;
  color: #555;
  border: 1px solid #bbb;
  height: 22px;
}

.section {
  margin-top: 38px;
  margin-bottom: 42px;
  font-size: 9pt;
}

.topline_ad {
  position: relative;
  z-index: 600;
  min-width: 1200px;
  text-align: center;
  border-bottom: 1px solid #dddddd;
}
#topline_banner:before {
  display: none;
}
.topline_ad .inner {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
}
.topline_ad .inner .close {
  display: none;
  width: 30px;
  height: 39px;
  position: absolute;
  right: 10px;
  top: 15px;
  background: url(images/common/btn_close.png) no-repeat;
  z-index: 1;
  text-indent: -9999em;
  display: block;
  cursor: pointer;
}

.icon-arrow {
  width: 22px;
  height: 18px;
  display: inline-block;
  background: url(images/common/icon_arrow.png) no-repeat;
}
.icon-arrow.black {
  background: url(images/common/icon_arrow_black.png) no-repeat;
}
.icon-arrow.yellow {
  background: url(images/common/icon_arrow_yellow.png) no-repeat;
}

/* GNB영역 재정의 */
.globalHeader {
  position: relative;
  z-index: 1001;
  border-bottom: 1px solid #ddd;
}

.globalArea {
  position: relative;
  z-index: 1000;
  width: 1200px;
  height: 44px;
  margin: 0 auto;
  padding-top: 9px;
  padding-bottom: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tlogo {
  position: absolute;
  width: 56px;
  height: 32px;
  top: 50%;
  left: 0;
  margin-top: -16px;
}

.gnb {
  float: left;
  display: block;
  overflow: hidden;
}
.gnb a {
  text-decoration: none;
  white-space: nowrap;
  color: #aaa;
  font-size: 12px;
  text-transform: uppercase;
}

/* 
.lang { position: absolute; top: 50%; right: 25px; margin-top: -15px; z-index: 551; }
.lang .iList li { float: left; padding: 0 5px; background-size: 30px 30px; background-repeat: no-repeat; }
.lang .iList li a { width: 30px; height: 30px; display: block; }
.lang .iList li.kr { width: 30px; height: 30px; background-image: url(images/common/kr.png); }
.lang .iList li.us { width: 30px; height: 30px; background-image: url(images/common/us.png); }
.lang .iList li.jp { width: 30px; height: 30px; background-image: url(images/common/jp.png); }
.lang .iList li.ch { width: 30px; height: 30px; background-image: url(images/common/ch.png); }
 */
#gnb-right {
  position: absolute;
  right: 120px;
  top: 50%;
  height: 55px;
  transform: translate(0, -50%);
  z-index: 999;
}
#gnb-right .lang {
  text-align: center;
}
#gnb-right .lang .lang-en {
  display: block;
  position: relative;
  width: 70px;
  height: 35px;
  border: 3px solid #333333;
  transition: all 0.3s;
  box-sizing: border-box;
}
#gnb-right .lang:hover .lang-en {
  box-shadow: inset 0 0 0 2px #333333;
}
#gnb-right .lang .lang-en span {
  font-size: 14px;
  font-weight: 700;
  line-height: 27px;
  color: #333333;
  letter-spacing: -0.5px;
}
#gnb-right .lang button {
  display: block;
  position: relative;
  width: 130px;
  height: 55px;
  border-radius: 30px;
  border: 0;
  text-align: center;
  background-color: #1a1045;
  cursor: pointer;
  z-index: 10;
  letter-spacing: 0;
}
#gnb-right .lang button span {
  font-size: 14px;
  font-weight: 700;
  line-height: 35px;
  color: #ffffff;
  background: url(images/static/main/lang-ico.png) no-repeat;
  padding: 0 0 5px 28px;
}
#gnb-right .lang button span:after {
  content: "";
  display: block;
  position: absolute;
  top: 27px;
  right: 22px;
  width: 7px;
  height: 4px;
  background: url(images/static/main/arrow_off.png) 50% 50% no-repeat;
}
#gnb-right .lang:hover button span:after {
  background: url(images/static/main/arrow_on.png) 50% 50% no-repeat;
}
#gnb-right .lang #list {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 130px;
  height: 0;
  margin-top: -35px;
  padding: 0 15px;
  overflow: hidden;
  background: #1a1045;
  border-radius: 0 0 30px 30px;
  text-align: center;
  z-index: 1;
}
#gnb-right .lang:hover #list {
  height: auto;
}
#gnb-right .lang #list ul {
  padding: 39px 0 10px 0;
  letter-spacing: 0;
}
#gnb-right .lang #list ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
}
#gnb-right .lang #list ul li:last-child {
  border: 0;
}
#gnb-right .lang #list ul li a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.7);
}
#gnb-right .lang #list ul li a:hover {
  color: rgba(255, 255, 255, 1);
}

.site-map {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  z-index: 999;
}
.site-map img {
  height: 33px;
}
.site-map img + img {
  display: none;
}

.globalArea {
  display: block;
  overflow: hidden;
}
.globalArea ul:after {
  content: "";
  display: block;
  clear: both;
}
.globalArea li {
  position: relative;
  display: block;
  float: left;
  line-height: 27px;
  margin-right: 10px;
  padding-right: 10px;
  background: url(images/common/gnb_l_slice.png) right center no-repeat;
}
.globalArea li > a {
  color: #535353;
  display: inline-block;
}
.globalArea li:last-child {
  margin: 0;
  padding: 0;
  background: none;
}
.globalArea li:last-child a {
  border: 0;
  margin: 0;
  border: 0;
}

.navigation {
  display: block;
  width: 100%;
  position: relative;
  font-size: 0;
  line-height: 1;
  text-align: center;
  z-index: 550;
}
.navigation:after {
  content: "";
  display: block;
}

.overlay_banner {
  position: absolute;
  right: 0;
  top: 300px;
  text-align: center;
  animation: reservation 2.5s infinite ease-in-out;
}
.overlay_banner .overlay_banner_slider {
  border-radius: 50%;
  overflow: hidden;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  border: 4px solid #ed6d00;
}
.overlay_banner p {
  font-size: 21px;
  line-height: 1.5;
  color: #fff;
  padding: 12px 16px;
  background: rgba(0, 0, 0, 0.5);
  margin-top: 15px;
  border-radius: 6px;
}
.overlay_banner p b {
  font-size: 23px;
}

@keyframes reservation {
  0% {
    transform: translateY(5%);
  }
  50% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}
.lnb {
  text-align: center;
  vertical-align: top;
}
.lnb > li {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
.lnb > li:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  border-radius: 50%;
  margin-top: -2px;
}
.lnb > li:last-child:after {
  display: none;
}
.lnb > li > a {
  display: block;
  font-size: 20px;
  font-weight: 300;
  line-height: 120px;
  color: #fff;
}
.lnb > li > ul {
  position: absolute;
  z-index: 101;
  left: 0;
  right: 0;
  display: none;
  height: 370px;
}
.lnb > li > ul li {
  display: block;
  font-size: 16px;
}
.lnb > li > ul li a {
  line-height: 45px;
  color: #fff;
  transition: all 0.3s;
}
.lnb > li > ul li:first-child {
  padding-top: 24px;
}
.lnb > li > ul > li:hover > a {
  color: #fff;
}

#header.fixed .lnb > li > a {
  color: #000;
  line-height: 80px;
}
#header.fixed .lnb > li:after {
  background-color: #000;
}

.navigation_bg {
  position: absolute;
  display: none;
  z-index: 102;
  left: 90px;
  right: 90px;
  top: 100px;
  height: 370px;
  background: #08112a;
  transition: height 300ms, top 290ms, box-shadow 400ms;
}
.navigation_bg .navigation_bg_static {
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  z-index: 101;
}
.navigation_bg .navigation_shadow {
  position: absolute;
  height: 100%;
  margin: 0 auto;
  z-index: 100;
  background: #08112a;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  -webkit-box-shadow: 0 14px 13px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 14px 13px rgba(0, 0, 0, 0.5);
  box-shadow: 0 14px 13px rgba(0, 0, 0, 0.5);
}

.navigation_submenu {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.navigation_submenu .dep2_item {
  position: absolute;
  left: 0;
  top: 0;
}
.navigation_submenu .dep2_item + .dep2_item {
  display: none;
}
.navigation_submenu .dep2_item:nth-child(4) .dep2_img,
.navigation_submenu .dep2_item:nth-child(5) .dep2_img {
  float: right;
}
.navigation_submenu .dep2_item .dep2_img {
  float: left;
}
.navigation_submenu ul {
  float: left;
  width: 825px;
  height: 280px;
  z-index: 101;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.navigation_submenu ul:first-child {
  border-left: 1px solid #d4d4d4;
}
.navigation_submenu ul:nth-child(3) {
  margin-right: 305px;
}
.navigation_submenu ul:nth-child(4) {
  border-left: 1px solid #d4d4d4;
}
.navigation_submenu ul li {
  display: block;
  width: 33.3%;
  font-size: 14px;
  line-height: 36px;
  text-align: left;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 0 15px 27px;
}
.navigation_submenu ul li a {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 28px;
  padding: 15px 0 15px 27px;
  font-size: 15px;
  color: #fff;
}
.navigation_submenu ul li a:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  background: #ff0000;
  left: 0;
  top: 50%;
  margin-top: -2px;
  border-radius: 50%;
}

#sidebarMenu {
  position: fixed;
  top: 0;
  bottom: 0;  
  background: #222163 url(https://yudeung.com/layouts/default/images/site-map-bg.png) 50% 50%;
  background-size: auto 100%;
  display: block;
  overflow: scroll;
  right: -50000px;
}
#sidebarMenu:before {
  display: none;
  content: "";
  position: absolute;
  bottom: 8px;
  width: 72px;
  height: 48px;
  left: 50%;
  margin-left: -42.5px;
  opacity: 0.5;
  background: url(images/common/logo@2x_gray.png) no-repeat;
  background-size: 200px auto;
}
#sidebarMenu .top {
  height: 50px;
  padding-left: 21px;
  position: relative;
  color: #fff;
}
#sidebarMenu .top h1 {
  width: 200px;
  line-height: 50px;
  font-size: 0;
}
#sidebarMenu .top .btn_close {
  position: absolute;
  right: 16px;
  font-size: 16px;
  height: 20px;
  top: 50%;
  color: #fff;
  transform: translateY(-50%);
}
#sidebarMenu .lang {
  left: 0;
  right: 0;
  top: 0;
  margin-top: 0;
  position: absolute;
  padding: 10px 16px;
  z-index: 100;
}
#sidebarMenu .lang .iList {
  text-align: center;
  overflow: hidden;
}
#sidebarMenu .lang .iList li {
  float: none;
  display: inline-block;
}
#sidebarMenu .mobile_navi {
  z-index: 100;
  position: relative;
  padding: 0 20px;
}
#sidebarMenu .mobile_navi > li {  
  border-top: 1px solid #423668;
  font-size: 18px;
}
#sidebarMenu .mobile_navi > li.open > a i {
  transform: rotateX(180deg);
}
#sidebarMenu .mobile_navi > li > a {
  position: relative;
  padding-left: 15px;
  padding-top: 21px;
  font-weight: 500;
  display: block;
  float: left;
  width: 40%;
  color: #fff;
}
#sidebarMenu .mobile_navi > li > a i {
  display: none;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -7px;
}
#sidebarMenu .mobile_navi > li.active > ul {
  display: block;
}
#sidebarMenu .mobile_navi > li > ul {
  padding-bottom: 21px;
  padding-left: 40%;
}
#sidebarMenu .mobile_navi > li > ul > li {
  margin: 0 21px 0 21px;
  padding-top: 21px;
  font-size: 15px;
  line-height: 16px;
  font-weight: normal;
}
#sidebarMenu .mobile_navi > li > ul > li a {
  color: #fff;
}
#sidebarMenu .mobile_navi > li > ul > li.active a {
  color: #fff;
  font-weight: bold;
}
#sidebarMenu .util {
  display: none;
  padding: 15px 0;
  text-align: center;
}
#sidebarMenu .util li {
  display: inline-block;
  position: relative;
  width: 60px;
  padding-top: 69px;
  margin: 0 6px;
  font-size: 12px;
  color: #fff;
}
#sidebarMenu .util li a {
  color: #fff;
}
#sidebarMenu .util li i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 28px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  color: #b8b8b8;
  border: 1px solid #858585;
}

/* Visial */
/* Visial */
.over_wrap {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1006;
  height: 100%;
}
.over_wrap .close_btn {
  width: 30px;
  height: 30px;
  position: fixed;
  top: 40px;
  right: 50px;
  z-index: 1000;
  font-size: 30px;
  color: #777;
}
.over_wrap .board_detail_wrap {
  width: 1100px;
  position: relative;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 50px;
}
.over_wrap .board_detail_wrap .xe-widget-wrapper {
  overflow: visible;
}
.over_wrap .board_detail_wrap .title_wrap p {
  padding: 5px 10px;
  margin-bottom: 10px;
  font-size: 16px;
}

.visual {
  position: relative;
}

#main_visual {
  position: relative;
}
#main_visual #scroll_down {
  position: absolute;
  bottom: 20%;
  left: 50%;
  width: 60px;
  height: 70px;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-align: center;
  display: block;
  color: #fff;
  z-index: 220;
  margin-left: -37px; /* transform: translateX(-50%); */
  transition: 600ms;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background: url(images/main/ic_mouse_scroll.png) top repeat-y;
}
#main_visual #scroll_down p {
  position: absolute;
  width: 150px;
  left: 50%;
  margin-left: -75px;
  bottom: -40px;
  font-size: 14px;
}
#main_visual #scroll_down:hover {
  background-position: center 85px;
}
#main_visual .rsTxt {
  display: table;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 500;
}
#main_visual .rsTxt .rsABlock-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-top: 6px;
}
#main_visual .rsTxt .rsABlock-cell h1 {
  font-size: 90px;
  font-weight: 300;
}
#main_visual .rsTxt .rsABlock-cell p {
  display: block;
  padding-bottom: 5px;
  font-size: 26px;
  line-height: 1.4;
  color: #fff;
}
#main_visual .royalSlider {
  width: 100%;
  height: -webkit-calc(100vh + 206px);
  height: calc(100vh + 206px);
}
#main_visual .royalSlider .rsOverflow {
  background: #000;
}
#main_visual .royalSlider.rsDefault .rsBullets {
  z-index: 120;
  position: absolute;
  left: auto;
  bottom: auto;
  right: 90px;
  top: 50%;
  width: auto;
  padding: 0;
  margin-top: -145px;
  background: transparent;
}
#main_visual .royalSlider.rsDefault .rsBullet {
  display: block;
  height: auto;
}
#main_visual .royalSlider.rsDefault .rsBullet:first-child span {
  margin-top: 0;
}
#main_visual .royalSlider.rsDefault .rsBullet.rsNavSelected span {
  height: 30px;
  border-radius: 15px;
}
#main_visual .royalSlider.rsDefault .rsBullet span {
  background-color: #fff;
  margin-top: 12px;
  transition: height 400ms ease;
}

#visual.main {
  position: relative;
  width: 1200px;
  height: 476px;
  margin: -80px auto 0;
  z-index: 40;
}
#visual.main .rsDefault .rsBullets {
  z-index: 1000;
  width: 565px;
  margin: 0;
  padding: 0;
  background: transparent;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 80px;
  text-align: left;
}
#visual.main .rsDefault .rsBullets .rsBullet {
  width: 10px;
  height: 10px;
}
#visual.main .rsDefault .rsBullets .rsBullet span {
  width: 10px;
  height: 10px;
  background: #b9b9b9;
}
#visual.main .rsDefault .rsBullets .rsBullet.rsNavSelected {
  width: 30px;
}
#visual.main .rsDefault .rsBullets .rsBullet.rsNavSelected span {
  width: 30px;
  height: 10px;
  border-radius: 15px;
  background: #ed6d00;
}
#visual .visual-countdown {
  display: none;
  position: absolute;
  width: 1920px;
  height: 864px;
  left: 50%;
  margin-left: -960px;
  right: 0;
}
#visual .visual-countdown .visual-countdown-wrep {
  color: #fff;
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
}
#visual .visual-countdown .visual-countdown-wrep .player_mute {
  position: absolute;
  bottom: 10px;
  left: 67%;
  width: 24px;
  height: 24px;
  z-index: 1001;
  display: block;
  background: url(images/common/btn_mute.png) 0 -24px no-repeat;
}
#visual .visual-countdown .visual-countdown-wrep .player_mute.isMute {
  background-position: 0 0;
}
#visual .visual-countdown .visual-countdown-wrep h1 {
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 60px;
  letter-spacing: -1px;
  font-family: "Nanum Square", sans-serif;
  font-weight: bold;
}
#visual .visual-countdown .visual-countdown-wrep h1 img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -397px;
  margin-top: -139px;
  border: 2px solid rgba(102, 102, 102, 0.4);
}
#visual .visual-slide {
  width: 100%;
  height: 476px;
  position: absolute;
}
#visual .visual-slide .rsContent {
  background: #fff !important;
  position: relative;
}
#visual .visual-slide .rsContent .rsFestivalContent {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  color: #000;
  overflow: hidden;
}
#visual .visual-slide .rsContent .rsFestivalContent .rsFestivalImg {
  float: left;
  width: 580px;
  height: 476px;
  overflow: hidden;
}
#visual .visual-slide .rsContent .rsFestivalContent .rsFestivalInfo {
  float: left;
  width: 565px;
  padding: 22px 0 22px 54px;
}
#visual .visual-slide .rsContent .rsFestivalContent .rsFestivalInfo:before {
  content: "";
  border: 10px solid #ed6d00;
  border-left: 0;
  position: absolute;
  left: 578px;
  top: 0;
  bottom: 0;
  right: 0;
}
#visual .visual-slide .rsContent .rsFestivalContent .rsFestivalInfo .category {
  font-size: 20px;
  font-weight: 500;
  padding: 20px 0;
  display: inline-block;
  color: #ed6d00;
}
#visual
  .visual-slide
  .rsContent
  .rsFestivalContent
  .rsFestivalInfo
  .heading01
  h1 {
  position: relative;
  font-size: 38px;
  font-weight: 600;
  padding: 10px 20px;
  display: inline-block;
}
#visual
  .visual-slide
  .rsContent
  .rsFestivalContent
  .rsFestivalInfo
  .heading01
  h1:before,
#visual
  .visual-slide
  .rsContent
  .rsFestivalContent
  .rsFestivalInfo
  .heading01
  h1:after {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  left: 0;
  top: 50%;
  border-radius: 50%;
  margin-top: -3px;
  background: #ed6d00;
}
#visual
  .visual-slide
  .rsContent
  .rsFestivalContent
  .rsFestivalInfo
  .heading01
  h1:after {
  left: auto;
  right: 0;
}
#visual .visual-slide .rsContent .rsFestivalContent .rsFestivalInfo .heading02 {
  padding-left: 20px;
  font-size: 16px;
}
#visual .visual-slide .rsContent .rsFestivalContent .rsFestivalInfo p {
  font-size: 16px;
  line-height: 1.6;
  padding-left: 20px;
  margin-top: 24px;
  margin-bottom: 36px;
  border-left: 1px solid #d2d2d2;
  color: #606060;
}
#visual .visual-slide .rsContent .rsFestivalContent .rsFestivalInfo a {
  padding: 10px 18px;
  font-size: 16px;
  border: 1px solid #bfbfbf;
}
#visual .visual-slide .rsContent .rsFestivalContent .rsFestivalInfo a span {
  position: relative;
  padding-right: 30px;
  display: inline-block;
}
#visual .visual-slide .rsContent .rsFestivalContent .rsFestivalInfo a span i {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  background-size: 16px;
  height: 16px;
  background-position: center;
}
#visual .visual-slide .rsContent.player_warp {
  overflow: hidden;
}
#visual .visual-slide .rsContent.player_warp #player {
  position: absolute;
  width: 2560px;
  margin-left: -1280px;
  left: 50%;
}
#visual .visual-slide .rsContent img {
  opacity: 0.95;
  vertical-align: top;
}
#visual .visual-slide .rsContent .rsInfo {
  position: absolute;
  z-index: 101;
  width: 500px;
  right: 50%;
  margin-right: -600px;
  bottom: 150px;
  transform: skew(-10deg, 0);
}
#visual .visual-slide .rsContent .rsInfo h1 {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 16px;
  text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.8);
}
#visual .visual-slide .rsContent .rsInfo a {
  background-color: #d17824;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
}
#visual .visual-slide .rsContent .rsTxt {
  position: absolute;
  z-index: 100;
  width: 1000px;
  left: 50%;
  margin-left: -500px;
  bottom: 0;
  padding-bottom: 16px;
  font-size: 17px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.65);
}
#visual .visual-slide .rsContent .rsTxt > span {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.8);
  background: rgba(0, 0, 0, 0.5);
}
#visual .visual-slide .rsContent .rsTxt h1 {
  text-align: right;
  font-size: 35px;
  font-weight: 800;
  color: #fff;
  padding-bottom: 10px;
}
#visual .visual-slide .rsContent .rsTxt h1:after {
  content: "";
  position: absolute;
  display: block;
  width: 132px;
  height: 2px;
  right: 0;
  margin-top: 10px;
  background-color: #fff;
}
#visual .visual-slide .rsContent .rsTxt p {
  color: #fff;
  font-size: 23px;
  text-align: right;
  line-height: 1.5em;
  padding-top: 5px;
}

/* 시계 */
figure,
figcaption {
  display: block;
}

.transition {
  -webkit-transition: top 400ms linear;
  -moz-transition: top 400ms linear;
  -ms-transition: top 400ms linear;
  -o-transition: top 400ms linear;
  transition: top 400ms linear;
}

.timeTo {
  display: inline-block;
  font-family: "Nanum Square", sans-serif;
  line-height: 108%;
  height: 98px;
  text-align: center;
}
.timeTo span {
  vertical-align: top;
  margin: 0 14px;
  font-size: 0;
  width: 1px;
  height: 100%;
  display: inline-block;
  background: rgba(255, 255, 255, 0.3);
}
.timeTo figure {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.timeTo figcaption {
  text-align: center;
  line-height: 80%;
  font-weight: normal;
  color: #fff;
  font-family: "Nanum Square", sans-serif;
}
.timeTo div {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.timeTo ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 3px;
}
.timeTo div.first li {
  margin: 0 0 0 0;
  position: relative;
  right: 0;
}
.timeTo ul li {
  color: #fff;
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
  font-family: "Nanum Square", sans-serif;
  font-weight: bold;
}

.visual.sub {
  position: relative;
  height: 480px;
  margin-bottom: -78px;
  background: #000;
}
.visual.sub .visual-content {
  position: absolute;
  left: 50%;
  padding-top: 90px;
  margin-left: -600px;
  width: 1200px;
  height: 280px;
  color: #fff;
  z-index: 100;
  text-align: center;
}
.visual.sub .visual-content .hgroup {
  padding: 130px 0 0 0;
}
.visual.sub .visual-content .hgroup h1 {
  font-size: 40px;
  padding-bottom: 20px;
  font-family: "Chosunilbo_myungjo";
}
.visual.sub .visual-static {
  position: absolute;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  height: 360px;
}
.visual.sub .visual-static img {
  opacity: 0.6;
  width: 1920px;
  height: 480px;
  object-fit: cover;
}
.visual.sub .rsContent {
  width: 1200px;
  margin: 0 auto;
}
.visual.sub .rsImg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2000px;
  height: 200px;
  margin-left: -1000px;
  display: block;
}
.visual.sub .rsImg img {
  display: block;
}
.visual.sub .rsImg:before {
  display: none;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  background: url(images/sub_visual_overlay.png) 0 bottom no-repeat;
}
.visual.sub .subnav {
  position: absolute;
  width: 100%;
  z-index: 100;
  right: 0;
  bottom: 60px;
  text-align: center;
}
.visual.sub .subnav .hgroup {
  color: #fff;
}
.visual.sub .subnav .hgroup h1 {
  position: relative;
  font-size: 45px;
  padding-bottom: 20px;
  text-shadow: 0 5px 3px rgba(0, 0, 0, 0.3);
}
.visual.sub .subnav .hgroup h1:after {
  content: "";
  display: block;
  width: 66px;
  height: 5px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 8px;
  margin-left: -33px;
}
.visual.sub .subnav .hgroup p {
  font-size: 16px;
  line-height: 22px;
  text-shadow: 0 5px 3px rgba(0, 0, 0, 0.3);
}

.popup-layer {
  border: #0068b7 solid 1px;
  background: #fff;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
}
.popup-layer img {
  vertical-align: top;
}

.popclose {
  position: relative;
  height: 30px;
  background: #fff;
  color: #000;
  text-align: left;
  padding: 4px;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
}

.popclose .btn-close {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 6px;
  padding: 0 4px 0 4px;
  border: 1px solid #ddd;
  background: transparent;
  vertical-align: middle;
}

.popclose .btn-close i {
  display: inline-block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}

.popclose .checkbox {
  display: block;
  position: relative;
}

.popclose .checkbox label {
  line-height: 20px;
  min-height: 20px;
  padding-left: 30px;
  cursor: pointer;
}

.popclose .checkbox .input-style {
  position: absolute;
  width: 16px;
  height: 16px;
  margin-top: 3px;
  left: 0;
  cursor: pointer;
}

.mobile_mode {
  display: none;
}

/* LNB */
.body.sub #sidebar {
  max-width: 1200px;
  margin: 0 auto;
  clear: both;
  display: block;
  position: relative;
  font-family: "Noto Sans Korean", sans-serif;
}
.body.sub #sidebar h1 {
  font-size: 22px;
  font-weight: 800;
  text-align: left;
  background: #4c4c4c;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  line-height: 100px;
  border-bottom: 6px solid #666;
  background: #4c4c4c url(images/sub/lnb_headline_bg.png);
}
.body.sub #sidebar h1 .logo {
  font-size: 16px;
  color: #828281;
  display: block;
  padding-bottom: 6px;
}
.body.sub #sidebar ul {
  position: relative;
}
.body.sub #sidebar ul li {
  display: block;
  font-size: 18px;
  color: #777;
  letter-spacing: -1px;
  font-family: "Noto Sans Korean", sans-serif;
  width: 33.3333%;
  box-sizing: border-box;
  text-align: center;
  float: left;
  background-color: rgba(104, 76, 184, 0.8);
  border-right: 1px solid #2c3445;
}
.body.sub #sidebar ul li a {
  color: #fff;
  display: block;
  padding: 30px 19px;
}
.body.sub #sidebar ul li:last-child {
  border-right: 0;
}
.body.sub #sidebar ul li.active,
.body.sub #sidebar ul li:hover {
  background: #fff;
  border-right: 0;
}
.body.sub #sidebar ul li.active a,
.body.sub #sidebar ul li:hover a {
  color: #000;
  position: relative;
  font-weight: bold;
}
.body.sub #sidebar ul:after {
  content: "";
  display: block;
  clear: both;
}
.body.sub #sidebar ul.sidebar-3 li {
  width: 33.3333%;
}
.body.sub #sidebar ul.sidebar-1 li {
  width: 100%;
}
.body.sub #sidebar ul.sidebar-2 li {
  width: 50%;
}
.body.sub #sidebar ul.sidebar-3 li {
  width: 33.33333%;
}
.body.sub #sidebar ul.sidebar-4 li {
  width: 25%;
}
.body.sub #sidebar ul.sidebar-5 li {
  width: 20%;
}
.body.sub #sidebar ul.sidebar-6 li {
  width: 16.66667%;
}
.body.sub #sidebar ul.sidebar-7 li {
  width: 14.28571%;
}
.body.sub #sidebar ul.sidebar-8 li {
  width: 12.5%;
}
.body.sub #sidebar ul.sidebar-9 li {
  width: 11.11111%;
}
.body.sub #sidebar ul.sidebar-10 li {
  width: 10%;
}
.body.sub #sidebar ul.sidebar-11 li {
  width: 9.09091%;
}
.body.sub #sidebar ul.sidebar-12 li {
  width: 8.33333%;
}
.body.sub #sidebar .sidebar-banner {
  width: 170px;
  margin-top: 16px;
  text-align: center;
  background: transparent;
  letter-spacing: -1px;
  font-family: "Noto Sans Korean", sans-serif;
  box-sizing: border-box; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e2e2+0,dbdbdb+50,d1d1d1+51,fefefe+100;Grey+Gloss+%231 */
  background: #e2e2e2; /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    #e2e2e2 0%,
    #dbdbdb 50%,
    #d1d1d1 51%,
    #d1d1d1 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    #e2e2e2 0%,
    #dbdbdb 50%,
    #d1d1d1 51%,
    #d1d1d1 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    #e2e2e2 0%,
    #dbdbdb 50%,
    #d1d1d1 51%,
    #d1d1d1 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.body.sub #sidebar .sidebar-banner h1 {
  font-size: 18px;
  color: #404041;
  border: none;
  text-align: center;
  font-weight: bold;
  width: auto;
  padding: 8px 0 !important;
}
.body.sub #sidebar .sidebar-banner .contact_open_time {
  padding: 4px;
}
.body.sub #sidebar .sidebar-banner dl.opentime {
  padding: 0;
  background: #f9f9f9;
  border: 1px solid #dddddd;
}
.body.sub #sidebar .sidebar-banner dl.opentime dd {
  padding: 5px 15px;
  line-height: 1.5em;
  text-align: center;
}
.body.sub #sidebar .sidebar-banner dl dt {
  font-size: 15px;
  font-weight: 600;
  color: #5d207d;
  padding-bottom: 6px;
}
.body.sub #sidebar .sidebar-banner dl dd {
  padding-bottom: 12px;
  font-size: 11px;
  color: #666;
}
.body.sub #sidebar .sidebar-banner dl dd.tel,
.body.sub #sidebar .sidebar-banner dl dd.fax {
  font-size: 23px;
  letter-spacing: -0.5px;
  color: #5d207d;
  font-weight: 800;
}
.body.sub #sidebar .sidebar-banner dl dd.tel {
  padding-top: 10px;
}
.body.sub #sidebar .sidebar-banner dl dd.fax {
  font-size: 13px;
  font-weight: normal;
}
.body.sub #contents {
  position: relative;
  z-index: 101;
  min-height: 400px;
}
.body.sub #contents > .content {
  background: #fff;
  min-height: 500px; /* padding: 60px; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
