@charset "UTF-8";

body {
  font-family: 'Noto Sans KR', sans-serif;
  background-color: #fff !important;
}

section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
section.sec_main {
  background-image: url('../img/main_bg.png');
}
section.sec_debut {
  background: rgb(1,1,1);
  background: linear-gradient(180deg, rgba(1,1,1,1) 0%, rgba(44,44,44,1) 100%);
}
section.sec_theme {
  background: rgb(44,44,44);
  background: linear-gradient(180deg, rgba(44,44,44,1) 0%, rgba(154,154,154,1) 100%);
}
section.sec_genre {
  background-image: url('../img/genre_bg.png'), linear-gradient(180deg, rgba(154,154,154,1) 0%, rgba(210,210,210,1) 100%);
  background-position-y: bottom;
}
section.sec_vision {
  background-image: url('../img/vision_bg.png');
  background-color: #fff;
}
section.sec_news {
  background-color: #fff;
  padding-top: 24px;
}
section > .row {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.sec_title {
  position: absolute;
  top: 96px;
  left: 0;
  font-weight: 700;
}

/* News section specific title position */
section.sec_news .sec_title {
  position: relative;
  top: 0;
}

.sec_title span {
  display: inline-block;
  padding: 0 8px;
}

/* Main */
.sec_main {
  text-align: center;
}
.sec_main h1 {
  font-weight: 700;
  line-height: 1.5;
  margin-top: 40px;
  margin-bottom: 45px;
}
.sec_main .top_ab{
  position: absolute;
  top: 110px;
  left: 0;
  width: 100%;
  text-align: center;
}
.sec_main .bottom_ab {
  position: absolute;
  bottom: 75px;
  left: 0;
  width: 100%;
  text-decoration: none;
}
.sec_main .bottom_ab a:focus, .sec_main .bottom_ab a:hover {
  cursor: pointer;
}
.sec_main .bottom_ab span {
  font-size: 90px;
}

/* Debut */
.sec_debut .subtitle {
  font-weight: 500;
}
.sec_debut .title {
  margin: 10px 0 80px;
  font-weight: 700;
}

/* Theme */
.sec_theme .d-flex > .theme_flex {
  flex: 0 0 50%;
  padding: 0 12px;
}
.sec_theme .content{
  margin-top: 100px;
  display: inline-block;
}
.sec_theme .theme_card {
  position: relative;
  min-height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  margin-top: 48px;
}
.sec_theme .theme_card p {
  position: absolute;
  bottom: 40px;
  left: 40px;
  margin-bottom: 0;
}


/* News */
.news_ul {
  margin-top: 0;
}
.news_ul li {
  position: relative;
  border-bottom: 1px solid #ddd;
  list-style: none;
  margin-bottom: 20px;
}
.news_ul li a {
  display: inline-block;
  width: 100%;
  padding: 40px 30px;
  text-decoration: none!important;
}
.news_ul li .news_sub {
  font-weight: 700;
}
.news_ul li .news_sub span {
  margin-left: 16px;
  font-weight: 500;
}
.news_ul li a .arrow_btn {
  position: absolute;
  margin-top: -30px;
  top: 50%;
  right: 30px;
  font-size: 60px;
  transition: 300ms;
}
.news_ul li a:hover .arrow_btn, .news_ul li a:focus .arrow_btn {
  transform: translateX(5px);
}

/* Footer */
.sec_footer {
  padding-top: 60px;
  background-color: #f6f6f8;
  margin-top: 40px;
}
.sec_footer p:first-child {
  font-weight: 700;
}
.sec_footer .logo_ft {
  position: absolute;
  right: 12px;
  top: 70px;
}

/* ETC */
h2 {
  font-size: 64px;
}

.text_light_gray {
  color: #b1b2ba;
}
.text_gray {
  color: #87878a;
}
.text_dark_gray {
  color: #403f44;
}
.text_navy {
  color: #00437b;
}

.vertical_divider {
  margin: 0 5px;
}

p, span, h1, h2 {
  word-break: keep-all;
}


@media (min-width: 992px) {
  body, html {
    height: 100%!important;
  }
  body.viewing-page-7 .main {
    transform: translate3d(0px, -530%, 0px)!important;
  }
    section > .row {
    min-width: 960px;
  }
  .font_lg_72 { font-size: 72px; }
  .font_lg_64 { font-size: 64px; }
  .font_lg_28 { font-size: 28px; }
  .font_lg_24 { font-size: 24px; }
  .font_lg_18 { font-size: 18px; }
  .font_lg_16 { font-size: 16px; }
  .font_lg_14 { font-size: 14px; }
}

@media (max-width: 991px) {
  body, html {
    height: auto!important;
    min-height: 100vh;
    overflow: auto!important;
  }
  .onepage-wrapper.main {
    height: auto!important;
    transform: none!important;
  }
  .onepage-wrapper .ops-section {
    height: auto!important;
    min-height: 100vh;
    padding: 0 10px;
  }
  .onepage-wrapper .ops-section .row {
    min-height: 100vh;
  }
  .onepage-wrapper .ops-section.sec_footer, .onepage-wrapper .ops-section.sec_footer .row {
    min-height: 200px;
  }
  
  .sec_title {
    top: 50px;
  }

  .sec_main .top_ab {
    top: 60px;
  }
  .logo img {
    height: 20px!important;
  }
  .sec_main .bottom_ab {
    bottom: 35px;
  }
  .sec_main .bottom_ab span {
    font-size: 70px;
  }
  .sec_main h1 {
    margin-bottom: 30px;
  }
  .logo_debut {
    margin-top: 130px;
    height: 45px;
  }
  .sec_debut .title {
    margin-bottom: 50px;
  }
  .sec_theme .font_lg_64 {
    margin-top: 130px;
  }
  .sec_theme .content {
    margin-top: 10px;
  }
  .sec_theme .theme_card {
    min-height: 90vw;
  }
  .sec_theme .col-12:last-child .theme_card {
    margin-top: 20px;
    margin-bottom: 60px;
  }
  .sec_theme .theme_card p {
    bottom: 20px;
    left: 20px;
  }
  section.sec_genre {
    background-image: url('../img/genre_bg_m.png'), linear-gradient(180deg, rgba(154,154,154,1) 0%, rgba(210,210,210,1) 100%);
    background-size: contain;
    background-size: 100% auto;
  }
  .sec_genre .row {
    padding-top: 20vh;
  }
  .sec_vision {
    margin: -1px 0;
  }
  .onepage-wrapper .ops-section.sec_news, .onepage-wrapper .ops-section.sec_news .row {
    min-height: auto;
  }
  .onepage-wrapper .ops-section.sec_news .row {
    padding: 24px 0 0;
  }
  .news_ul {
    margin-top: 0;
  }
  .news_ul li a {
    padding: 30px 50px 30px 0;
  }
  .news_ul li a .arrow_btn {
    font-size: 40px;
    margin-top: -20px;
    right: 5px;
    font-size: 40px;
  }

  .onepage-wrapper .ops-section.sec_footer {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .sec_footer .logo_ft {
    height: 15px;
    top: unset;
    bottom: -30px;
    left: 12px;
    right: unset;
  }

  .font_32 { font-size: 32px; }
  .font_26 { font-size: 26px; }
  .font_18 { font-size: 18px; }
  .font_16 { font-size: 16px; }
  .font_14 { font-size: 14px; }
  .font_12 { font-size: 12px; }
}