@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Nanum+Myeongjo|Noto+Sans+KR&display=swap');

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline; }

html, body {
  margin: 0;
  padding: 0;
 }

header, footer, main, nav, section, article, aside, figure, figcaption, hgroup {
  display: block; }

body {
  margin: 0;
  background: #efece5 url(/event/images/bg_body-4bc76b0d182d8d22fdf4a5c19cdf6c16.jpg);
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #777;
  }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  vertical-align: middle; }

blockquote,
em,
strong,
small,
p,
pre,
i {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal; }

strong {
  font-weight: 600; }

ul,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0; }

ul li,
ol li {
  list-style: none; }

a {
  color: #777;
  text-decoration: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  visibility: hidden;
  font-size: 0; }

th,
td {
  box-sizing: border-box;
  font-weight: normal;
  vertical-align: middle; }

label {
  display: inline-block;
  cursor: pointer; }

button {
  overflow: visible;
  background: none;
  border-radius: 0;
  white-space: nowrap;
  cursor: pointer; }
  button[disabled] {
    cursor: default; }

form,
fieldset,
button,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  border: 0; }

:focus {
  outline: none; }

input[type=radio] {
  vertical-align: top; }
input[type=file] {
  cursor: pointer; }

textarea {
  resize: none;
  line-height: 1.5; }

img {
  border: 0 none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

em,
address {
  font-style: normal; }

.blind {
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0; }

  /* layout */
.event_wrap {
  width: 100%;
  background: url(/event/images/bg_txt-84d88ed06a3c63d7e882fe068331cd1e.png) no-repeat 100% 910px;
}
.header, .container {
  position: relative;
  width: 1300px;
  margin: 0 auto;
  padding: 0 50px;
}
.header {
  margin-bottom: 140px;
}
.header .logo {
  position: absolute;
  left: 0;
  top: 50px;
}
.header .lnb {
  height: 110px;
  margin-left: 160px;
  border-bottom: 1px solid rgba(34,34,34,.2);
}
.header .lnb_list {
  float: right;
  margin-top: 35px;
}
.header .lnb li {
  float: left;
  padding-left: 30px;
  line-height: 75px;
}
.header .lnb li a {

}
.header .lnb li.active a {
  color: #a97c50;
  font-weight: 600;
}
.indicator {
  position: fixed;
  top: 440px;
  right: 15%;
  text-align: center;
}
.indicator li::after {
  display: block;
  content: "";
  width: 1px;
  height: 30px;
  margin: 5px auto;
  background-color: #a97c50;
  opacity: .3;
}
.indicator li:last-child::after {
  display: none;
}
.indicator .btn {
  display: block;
  width: 9px;
  height: 9px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #a97c50;
}
.indicator .active .btn {
  width: 11px;
  height: 11px;
  border: 2px solid #a97c50;
  background-color: transparent;
}

.cont {
  padding: 20px 0 110px;
}
.cont_photo {
  text-align: center;
}
.cont .tit {
  position: relative;
  margin-bottom: 50px;
}
.cont_video {

}
.cont .box {
  padding: 20px;
}
.video_box {
  background-color: #919191;
}
.video_box .tabs {
  text-align: center;
}
.video_box .tabs li {
  display: inline-block;
  padding: 0 20px;
}
.video_box .tabs li a {
  display: inline-block;
  color: rgba(255,255,255,.4);
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 50px;
}
.video_box .tabs li.on a,
.video_box .tabs li.ui-tabs-active a,
.video_box .tabs li.ui-state-active a{
  color: #fff;
  border-bottom: 2px solid #fff;
}
.video_box .tab_cont {
  position: relative;
  width: 100%;
  height: 665px;
  margin-top: 30px;
}
.video_box .video_cover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.video_box .btn_video {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 92px;
  height: 92px;
  background: url(/event/images/btn_video_play-9c81dcbe6370ac5d9e70d73858d64638.png) no-repeat 50% 50%;
  text-indent: -9999px;
}
.cont_slide {
  padding-bottom: 0;
}
.cont_slide .tit .btn_art {
  position: absolute;
  right: 0;
  bottom: 0;
}
.cont .slide_box {
  background-color: #a48d76;
}
.cont .slide_box .inner_box {
  position: relative;
  margin-bottom: 20px;
}
.cont .slide_box .slide_btns .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 44px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.cont .slide_box .slide_btns .btn.disabled {
  cursor: default;
  opacity: .3;
}
.cont .slide_box .slide_btns .btn_prev {
  left: 50px;
  background-image: url(/event/images/btn_chevron_l-6601c7e7c3d4369916f67b7fd606a5e9.png);
}
.cont .slide_box .slide_btns .btn_next {
  right: 50px;
  background-image: url(/event/images/btn_chevron_r-845648f6d421de033c63a1fdae3f9c1a.png);
}

.cont .slide_box .txt {
  margin: 56px 0;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.footer {
  min-width: 1300px;
  margin-top: 60px;
  padding-top: 60px;
  background-color: #111;
}
.footer .inner {
  width: 1300px;
  margin: 0 auto;
  padding: 30px 50px;
  color: rgba(255, 255, 255, .5);
}
.footer .group_view {
  padding: 40px 0 10px;
}
.footer .group_view dl::after {
  content: "";
  display: block;
  clear: both;
}
.footer .group_view .tit {
  float: left;
  width: 258px;
  color: inherit;
  font-weight: 600;
  font-size: 24px;
  font-family: 'Nanum Myeongjo';
}
.footer .group_list {
  float: left;
  width: calc(100% - 258px);
}
.footer .group_list ul::after {
  content: "";
  display: block;
  clear: both;
}
.footer .group_list li {
  float: left;
  padding-right: 28px;
  padding-bottom: 40px;
}
.footer .group_list li:last-child {
  padding-right: 0;
}
.footer .copyright {
  padding: 40px 0;
  border-top: 1px solid rgba(255,255,255,.1);
  color: inherit;
  font-size: 12px;
  text-align: center;
}

.btn_arrow {
  display: inline-block;
  height: 50px;
  border: 2px solid #a97c50;
  padding: 0 20px;
  color: #a97c50;
  font-weight: 600;
  font-size: 14px;
  line-height: 46px;
}
.btn_arrow::after {
  display: inline-block;
  content: "";
  width: 30px;
  height: 7px;
  margin-left: 40px;
  background: url(/event/images/img_arrow_r-f27f4f238a017676d4734621110e4e0d.png) no-repeat;
  vertical-align: middle;
}

@media (max-width: 1730px) {
  .indicator {
    right: 10px;
    z-index: 9;
  }
}
