@charset "UTF-8";
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, etails, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button, hr {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

/* main color */
br {
  font-family: "Noto Sans KR", sans-serif !important;
}

.visible-sm {
  display: none !important;
}
@media (max-width: 1024px) {
  .visible-sm {
    display: block !important;
  }
}

.visible-lg {
  display: block !important;
}
@media (max-width: 1024px) {
  .visible-lg {
    display: none !important;
  }
}

body {
  min-width: 360px;
  width: 100%;
  font-size: 16px;
  color: #555;
  line-height: 1;
  font-weight: 300;
  font-family: "Pretendard", sans-serif;
  letter-spacing: -0.3px;
  word-break: break-all;
  box-sizing: border-box;
}
body *, body *::before, body *::after {
  box-sizing: border-box;
}

input, select, textarea {
  font-family: inherit;
  outline: none;
  resize: none;
}

a, button {
  color: #000;
  border: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  background: none;
}
a:hover, button:hover {
  color: #000;
}

.container {
  display: block;
  width: 100%;
  max-width: 1430px;
  padding: 0 15px;
  margin: 0 auto;
}

.container-fluid {
  display: block;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

/* common */
section {
  padding: 80px 0 200px !important;
}
section .container {
  max-width: 1230px;
}
@media (max-width: 1024px) {
  section {
    padding: 60px 0 160px !important;
  }
}

#content {
  position: relative;
  font-size: 20px;
  line-height: 1.6;
  color: #000;
}
@media (max-width: 1024px) {
  #content {
    font-size: 16px;
  }
}

.gowun {
  display: block;
  font-size: 30px;
  font-weight: 400;
  font-family: "GowoonDodum";
}
@media (max-width: 1024px) {
  .gowun {
    font-size: 20px;
  }
}

.dl-list dt {
  font-size: 26px;
  font-weight: 600;
}
.dl-list dd {
  margin-top: 15px;
}
@media (max-width: 1024px) {
  .dl-list dt {
    font-size: 20px;
  }
  .dl-list dd {
    margin-top: 10px;
  }
}

@media (max-width: 1024px) {
  .quick-top.active {
    bottom: 244px !important;
  }
}

figure {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
figure img {
  max-width: 100%;
}
figure figcaption {
  display: block;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  padding-top: 5px;
}
figure .caption {
  display: block;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  padding-top: 5px;
}

.img-list {
  display: table;
  width: calc(100% + 30px);
  margin: 0 -15px;
}
.img-list > figure {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}
.img-list > figure img {
  display: block;
  width: 100%;
}
@media (max-width: 1024px) {
  .img-list {
    display: block;
    width: 100%;
    margin: 0;
  }
  .img-list > figure {
    display: block;
  }
  .img-list > figure ~ figure {
    margin-top: 30px;
  }
}

.page-controls {
  position: absolute;
  bottom: 90px;
  width: 100%;
}
.page-controls .container {
  display: block;
  max-width: 1230px;
  padding: 0 15px;
  overflow: hidden;
}
.page-controls .container > a {
  display: inline-block;
  color: #fff;
  line-height: 40px;
  border-radius: 100px;
  padding: 0 15px;
  background-color: #333;
}
.page-controls .container > a:first-child {
  float: left;
}
.page-controls .container > a:last-child {
  float: right;
}
@media (max-width: 1024px) {
  .page-controls {
    bottom: 35px;
  }
  .page-controls .container > a {
    font-size: 12px;
    line-height: 32px;
    padding: 0 10px;
  }
}

/* page-header */
.page-header .container-fluid {
  display: table;
  width: 100%;
  height: 700px;
  table-layout: fixed;
  padding: 0;
}
.page-header .container-fluid > div {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.page-header .container-fluid > div.details {
  position: relative;
}
.page-header .container-fluid > div.details .container {
  max-width: 715px;
  margin-right: 0;
}
.page-header .container-fluid > div.details .container .img-txt {
  position: absolute;
  left: 0;
}
.page-header .container-fluid > div.details .container .img-txt img {
  max-width: 100%;
}
.page-header .container-fluid > div.details .container .img-txt.on-txt {
  top: 0;
}
.page-header .container-fluid > div.details .container .img-txt.off-txt {
  bottom: 0;
}
.page-header .container-fluid > div.details .container .label {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  border-radius: 100px;
  color: #fff;
  padding: 0 10px 0 24px;
  background-color: #000;
}
.page-header .container-fluid > div.details .container .label:before {
  position: absolute;
  top: 50%;
  left: 6px;
  width: 12px;
  height: 12px;
  display: block;
  content: "";
  border-radius: 50%;
  background-color: #fff;
  transform: translateY(-50%);
}
.page-header .container-fluid > div.details .container small {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 24px;
  margin-top: 20px;
}
.page-header .container-fluid > div.details .container h3 {
  position: relative;
  z-index: 1;
  font-size: 50px;
  line-height: 70px;
  font-weight: bold;
  font-family: "GMarketSans";
  margin-top: 20px;
}
.page-header .container-fluid > div.details .container p {
  position: relative;
  z-index: 1;
  letter-spacing: -1px;
  margin-top: 30px;
}
.page-header .container-fluid > div.details .container .writer {
  position: relative;
  z-index: 1;
  font-size: 0;
  margin-top: 30px;
}
.page-header .container-fluid > div.details .container .writer span {
  display: inline-block;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.page-header .container-fluid > div.details .container .writer span b {
  font-weight: bold;
}
.page-header .container-fluid > div.details .container .writer span ~ span {
  margin-left: 30px;
}
.page-header .container-fluid > div.backdrop {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.page-header .container-fluid > div.backdrop > figure {
  display: none;
}
.page-header .container-fluid > div.backdrop > figure img {
  width: 100%;
}
.page-header .container-fluid > div.backdrop .caption {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 1430px) {
  .page-header .container-fluid > div.details .container h3 {
    font-size: 36px;
    line-height: 56px;
  }
}
@media (max-width: 1024px) {
  .page-header .container-fluid {
    display: block;
    height: auto;
  }
  .page-header .container-fluid > div.details {
    display: table;
    width: 100%;
    height: 430px;
    text-align: center;
  }
  .page-header .container-fluid > div.details .container {
    display: table-cell;
    vertical-align: middle;
  }
  .page-header .container-fluid > div.details .container .img-txt {
    left: 50%;
    transform: translateX(-50%);
  }
  .page-header .container-fluid > div.details .container .img-txt.on-txt {
    top: auto;
    bottom: 0;
  }
  .page-header .container-fluid > div.details .container small {
    font-size: 18px;
    margin-top: 10px;
  }
  .page-header .container-fluid > div.details .container h3 {
    font-size: 30px;
    line-height: 42px;
    margin-top: 20px;
  }
  .page-header .container-fluid > div.details .container p {
    margin-top: 20px;
  }
  .page-header .container-fluid > div.details .container .writer {
    margin-top: 30px;
  }
  .page-header .container-fluid > div.backdrop {
    background: none !important;
  }
  .page-header .container-fluid > div.backdrop > figure {
    display: block;
  }
  .page-header .container-fluid > div.backdrop > figure img {
    display: block;
    width: 100%;
  }
  .page-header .container-fluid > div.backdrop .caption {
    font-size: 14px;
  }
}

/* news */
.news {
  background-color: #ece9e6;
}
.news .container .section-header {
  position: relative;
  padding: 0 20px 10px;
  border-bottom: 3px solid #000;
}
.news .container .section-header h3 {
  font-size: 60px;
  line-height: 1;
  font-weight: bold;
  font-family: "GMarketSans";
}
.news .container .section-header .date {
  position: absolute;
  bottom: 13px;
  right: 20px;
  font-weight: 500;
}
.news .container .section-content {
  padding-top: 60px;
}
.news .container .section-content > ul > li figure {
  display: block;
  margin-bottom: 30px;
}
.news .container .section-content > ul > li figure img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.news .container .section-content > ul > li ~ li {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #000;
}
@media (max-width: 1024px) {
  .news .container .section-header {
    padding: 0 0 10px 0;
  }
  .news .container .section-header h3 {
    font-size: 30px;
  }
  .news .container .section-header .date {
    right: 0;
    bottom: 8px;
  }
  .news .container .section-content {
    padding-top: 30px;
  }
  .news .container .section-content > ul > li figure {
    margin-bottom: 15px;
  }
  .news .container .section-content > ul > li ~ li {
    padding-top: 30px;
    margin-top: 30px;
  }
}

/* local-header */
.local-header .container-fluid > div.details .container small {
  color: #fff;
  font-family: "GowoonDodum";
}
.local-header .container-fluid > div.details .container h3 {
  color: #fff;
  line-height: 1;
  font-family: "GowoonDodum";
  margin-top: 10px;
}
.local-header .container-fluid > div.details .container p {
  color: #fff;
}
.local-header .container-fluid > div.details .container .writer span {
  color: #fff;
}

/* local */
.local {
  padding-bottom: 0;
}
.local .section-content .container .summary-list {
  margin-bottom: 100px;
}
.local .section-content .container .summary-list > li {
  letter-spacing: -0.6px;
}
.local .section-content .container .summary-list > li > figure {
  display: block;
  margin-bottom: 30px;
}
.local .section-content .container .summary-list > li .img-list {
  margin-bottom: 30px;
}
.local .section-content .container .summary-list > li ~ li {
  margin-top: 60px;
}
.local .section-content .container .info-list {
  width: calc(100% + 30px);
  overflow: hidden;
  margin: 0 -15px;
}
.local .section-content .container .info-list > li {
  float: left;
  width: 50%;
  padding: 0 15px;
}
.local .section-content .container .info-list > li .item-img {
  font-size: 0;
}
.local .section-content .container .info-list > li .item-img img {
  width: 100%;
}
.local .section-content .container .info-list > li .item-img b {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 60px;
  line-height: 1.6;
  border-radius: 0 0 60px 60px;
  background-color: #e83522;
}
.local .section-content .container .info-list > li .details {
  margin-top: 30px;
}
.local .section-content .container .info-list > li .details > ul > li {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: 0 6px;
  background-size: 20px auto;
}
.local .section-content .container .info-list > li .details > ul > li b {
  font-weight: 600;
}
.local .section-content .container .info-list > li .details > ul > li.hour {
  background-image: url(../images/sub/ico_local_info_list01.png);
}
.local .section-content .container .info-list > li .details > ul > li.ticket {
  background-image: url(../images/sub/ico_local_info_list02.png);
}
.local .section-content .container .info-list > li .details > ul > li.attention {
  background-image: url(../images/sub/ico_local_info_list03.png);
}
.local .section-content .container .info-list > li:nth-of-type(2) ~ li {
  margin-top: 60px;
}
.local .section-content .container .info-list > li:nth-of-type(2n + 1) {
  clear: left;
}
.local .local-interview {
  position: relative;
  margin-top: 100px;
  padding: 60px 0 100px;
  background-color: #fde7db;
}
.local .local-interview .local-txt {
  position: absolute;
  top: 60px;
  right: 100px;
}
.local .local-interview .local-txt:before {
  position: absolute;
  top: -60px;
  left: 50%;
  width: 1px;
  height: 65px;
  content: "";
  transform: translateX(-50%);
  background-color: #fff;
}
.local .local-interview .local-txt img {
  display: block;
  max-width: 100px;
}
.local .local-interview .container {
  max-width: 1230px;
}
.local .local-interview .container .article-header {
  padding-bottom: 60px;
}
.local .local-interview .container .article-header strong {
  display: inline-block;
  font-size: 24px;
  font-family: "GMarketSans";
  color: #fff;
  height: 40px;
  line-height: 46px;
  font-weight: bold;
  padding: 0 10px;
  background-color: #ca6656;
}
.local .local-interview .container .article-header h4 {
  display: block;
  font-size: 30px;
  color: #ca6656;
  font-family: "GowoonDodum";
  margin-top: 10px;
}
.local .local-interview .container .article-header span {
  display: block;
  margin-top: 20px;
}
.local .local-interview .container .article-header span b {
  font-weight: bold;
}
@media (max-width: 1600px) {
  .local .local-interview .local-txt {
    right: 15px;
  }
  .local .local-interview .local-txt img {
    width: 60px;
  }
}
@media (max-width: 1024px) {
  .local .section-content .container .summary-list {
    margin-bottom: 60px;
  }
  .local .section-content .container .summary-list > li ~ li {
    margin-top: 30px;
  }
  .local .section-content .container .info-list {
    width: 100%;
    margin: 0;
  }
  .local .section-content .container .info-list > li {
    float: none;
    width: 100%;
    padding: 0;
  }
  .local .section-content .container .info-list > li .item-img b {
    display: block;
    padding: 5px 30px;
    font-size: 14px;
  }
  .local .section-content .container .info-list > li .details {
    margin-top: 15px;
  }
  .local .section-content .container .info-list > li ~ li {
    margin-top: 30px;
  }
  .local .local-interview {
    margin-top: 60px;
    padding: 60px 0;
  }
  .local .local-interview .container .article-header {
    padding-bottom: 30px;
  }
  .local .local-interview .container .article-header strong {
    font-size: 18px;
    height: 30px;
    line-height: 34px;
  }
  .local .local-interview .container .article-header h4 {
    font-size: 26px;
    margin-top: 5px;
  }
  .local .local-interview .container .article-header span {
    margin-top: 10px;
  }
}

/* trend-header */
.trend-header .container-fluid > div.details .container small {
  font-weight: 500;
  font-family: "GMarketSans";
}
.trend-header .container-fluid > div.details .container h3 {
  line-height: 50px;
  margin-top: 10px;
}

/* trend */
.trend {
  position: relative;
  background-image: url(../images/sub/bg_trend.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.trend:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/sub/bg_trend_content.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
}
.trend .container {
  position: relative;
  z-index: 1;
}
.trend .container > ul > li ~ li {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .trend:before {
    display: none;
  }
  .trend .container > ul > li ~ li {
    margin-top: 30px;
  }
}

/* select */
.select .section-content .container {
  max-width: 1130px;
}
.select .section-content .container > ul > li .white {
  color: #fff !important;
}
.select .section-content .container > ul > li .box {
  display: table;
  width: calc(100% + 30px);
  table-layout: fixed;
  padding: 20px 5px;
}
.select .section-content .container > ul > li .box > div {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}
.select .section-content .container > ul > li .box > div.item-img {
  width: 30%;
}
.select .section-content .container > ul > li .box > div.item-img img {
  width: 100%;
}
.select .section-content .container > ul > li .box > div.details .top {
  position: relative;
}
.select .section-content .container > ul > li .box > div.details .top span {
  display: block;
  color: #1a2b51;
  font-weight: bold;
}
.select .section-content .container > ul > li .box > div.details .top span b {
  font-size: 90px;
  line-height: 80px;
  letter-spacing: -6px;
}
.select .section-content .container > ul > li .box > div.details .top span.inline {
  display: inline-block;
  vertical-align: top;
}
.select .section-content .container > ul > li .box > div.details .top span.inline ~ .inline {
  margin-left: 30px;
}
.select .section-content .container > ul > li .box > div.details .top strong {
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
}
.select .section-content .container > ul > li .box > div.details .top.type-2 {
  padding-top: 0;
}
.select .section-content .container > ul > li .box > div.details p {
  display: block;
  margin-top: 20px;
}
.select .section-content .container > ul > li .box > div.details .attention {
  position: relative;
  display: block;
  font-size: 18px;
  padding-left: 15px;
  margin-top: 30px;
}
.select .section-content .container > ul > li .box > div.details .attention:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
.select .section-content .container > ul > li ~ li {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 2px solid #000;
}
.select .section-content .container > ul > li:nth-of-type(1) .box {
  background-color: #9ed8f6;
}
.select .section-content .container > ul > li:nth-of-type(2) .box {
  background-color: #c7e8fa;
}
.select .section-content .container > ul > li:nth-of-type(3) .box {
  background-color: #c7e8fa;
}
.select .section-content .container > ul > li:nth-of-type(4) .box {
  background-color: #dff2fc;
}
.select .section-content .container > ul > li:nth-of-type(5) .box {
  background-color: #8ed3f5;
  padding-bottom: 0;
}
.select .section-content .container > ul > li:nth-of-type(5) .box > div {
  vertical-align: bottom;
}
.select .section-content .container > ul > li:nth-of-type(5) .box > div.item-img {
  font-size: 0;
}
.select .section-content .container > ul > li:nth-of-type(5) .box > div.details {
  padding-bottom: 20px;
}
.select .section-content .container > ul > li:nth-of-type(6) .box {
  background-color: #dff2fc;
}
.select .section-content .container > ul > li:nth-of-type(7) .box {
  background-color: #8ed3f5;
}
.select .section-content .container > ul > li:nth-of-type(8) .box {
  background-color: #dff2fc;
}
.select .section-content .container > ul > li:nth-of-type(9) .box {
  background-color: #8ed3f5;
}
.select .section-content .container > ul > li:nth-of-type(10) .box {
  background-color: #c7e8fa;
}
@media (max-width: 1024px) {
  .select .section-content .container > ul > li .box {
    display: block;
    width: 100%;
    padding: 20px;
  }
  .select .section-content .container > ul > li .box > div {
    display: block;
    padding: 0;
    width: 100% !important;
  }
  .select .section-content .container > ul > li .box > div img {
    width: 100%;
    margin-bottom: 30px;
  }
  .select .section-content .container > ul > li .box > div.details .top span b {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -2px;
  }
  .select .section-content .container > ul > li .box > div.details .top span.inline ~ .inline {
    margin-left: 20px;
  }
  .select .section-content .container > ul > li .box > div.details .top strong {
    font-size: 22px;
    margin-top: 10px;
  }
  .select .section-content .container > ul > li .box > div.details .attention {
    font-size: 14px;
    padding-left: 12px;
    margin-top: 15px;
  }
  .select .section-content .container > ul > li ~ li {
    margin-top: 30px;
    padding-top: 30px;
  }
  .select .section-content .container > ul > li:nth-of-type(2n + 2) > .box > div.item-img {
    display: none;
  }
}/*# sourceMappingURL=sub.css.map */