@charset "UTF-8";
/* CSS Document */

:root {
  --color-main: #2C84C7;
  --color-sub: #e0efff;
  --color-accent: #3B4D9D;
  --color-accent2: #E99908;
}

body {
  background-color: var(--color-sub);
  height: 100%;
}

body#main-index {
  background-color: var(--color-main);
}

.no-pc {
  display: none;
}

.del {
  text-decoration: line-through;
}

.construction {
  color: indianred;
}

/*-------------------------------
  header
-------------------------------*/

.header-upper {
  box-sizing: border-box;
  height: 50px;
  text-align: right;
  position: relative;
  line-height: 1;
  background-color: var(--color-accent);
  z-index: 5;
}

.header-nav {
  position: absolute;
  top: 0;
  right: 80px;
}

.header-nav li {
  display: inline-block;
  text-align: center;
}

.header-nav li a {
  color: #fff;
  display: block;
  width: 186px;
  background-color: #ccc;
  box-sizing: border-box;
  height: 50px;
  padding-top: 14px;
  font-weight: bold;
}

.header-nav li a.access,
.header-nav li a.contact {
  background-color:#FFF;
  color: #000;
}

.header-nav li a.lang {
  background-color: var(--color-accent2);
}

.material-symbols-outlined {
  vertical-align: text-top;
  font-size: 18px;
  margin-right: 2px;
}

.header-lower {
  background-color: var(--color-main);
  text-align: center;
  padding-top: 12px;
  box-sizing: border-box;
  height: 50px;
}

.header-lower img {
  width: 100%;
  max-width: 520px;
  height: auto;
  vertical-align: bottom;
}

/*-------------------------------
  section
-------------------------------*/

section {
  position: relative;
  box-sizing: border-box;
}

.sec-00 {
  background-color: #FFF;
}

.sec-sub {
  background-color: var(--color-sub);
  border-bottom: var(--color-accent) 50px solid;
  z-index: 5;
}

#sec-about p {
  color: #FFF;
}

.sec-sub .inner,
.sec-06 .inner {
  min-height: auto;
}

.sec-00 img { width: 100%; height: auto;}

.sec-05 {
  background-color: #73BFC0;
}
.sec-06 {
  background-color: #fff;
}

.fix-bg {
  background-attachment: fixed;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #FFF;
}

@media screen and (min-width:1700px){
  .fix-bg {
    background-size: cover;
  }
}

.bg-01 { background-image: url("../img2025/fixbg01.jpg");}
.bg-02 { background-image: url("../img2025/fixbg02.jpg");}
.bg-03 { background-image: url("../img2025/fixbg03.jpg");}
.bg-04 { background-image: url("../img2025/fixbg04.jpg");}
.bg-05 { background-image: url("../img2025/fixbg05.jpg");}

@media screen and (max-width:640px){
.fix-bg {
    background-size: 100% auto;
    background-attachment: scroll;
}
}

/*sub-nav*/

.sub-nav {
  position: relative;
  height: 50px;
}

.sub-nav ul {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  /*top: 20px;*/
  left: 0;
  width: 100%;
  max-width: 1200px;
  z-index: 2;
}

.sub-nav li {
  width: 25%;
  font-weight: bold;
  text-align: center;
}

.sub-nav li a {
  display: flex;
  background-color: #fff;
  margin: 0 5px 5px;
  box-sizing: border-box;
  line-height: 1.5;
  height: 56px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.sub-nav li a.row2 {
  flex-direction: row;
}

.sub-nav li a.feature {
  background-color: #4394D0;
  color: #FFF;
}

.sub-nav li a.kpop {
  font-size: 1.5rem;
}

.sub-nav li img {
  width: 100%;
  max-width: 180px;
  height: auto;
  vertical-align: bottom;
}

/*news*/

.news-list li {
  border-bottom: 1px dashed #fff;
  padding:0.5em; 
  line-height: 1.8;
}

.news-list li a {
  color: #fff;
}

.entry-date {
  font-weight: bold;
  margin-right: 1em;
  color: #fff;
}

/*inner*/

.inner {
  width: 100%;
  max-width: 1200px;
  min-height: 400px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 60px 0;
  z-index: 1;
  position: relative;
}

.inner.home-slider {
  position: relative;
  padding: 30px 0 0;
/*  padding-top: 100px;*/
}

.inner.home-slider .main {
  width: 80%;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 2;
}

/* .inner.home-slider .flower {
  max-width: 400px;
  display: block;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  opacity: .9;
  animation: animate-flo 50s linear infinite;
}

@keyframes animate-flo {

  0%{
    transform: rotate(0);
  }

  100%{
    transform: rotate(360deg);
  }

} */

.inner.live-ban {
  padding: 0 34px;
  min-height: auto;
}

.inner div {
  box-sizing: border-box;
}

.flex-cont {
  display:-webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.col-s {
  width: 30%;
  text-align: center;
}

.col-s img {
  width: 100%;
  max-width: 176px;
  height: auto;
}

.col-l {
  width: 65%;
}

.col-l p {
  line-height: 1.8;
  text-align: justify;
  padding-bottom: .5em;
}

.ban-booth p{
  width: 50%;
}

.ban-booth p img{
  padding: 10px 5px;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  transition: opacity .5s;
}

.ban-booth p img:hover{
  opacity: .6;
}

.col-l p.more {
  text-align: right;
}

.more a {
  color: #fff;
  display: inline-block;
  background-color:var(--color-accent);
  padding: 5px 10px;
  margin-top: 20px;
  font-weight: bold;
}

.underline:hover {
  text-decoration: underline;
}

/*-------------------------------
  footer
-------------------------------*/

.ban-seoul img {
  width: 100%;
  height: auto; 
}

.banner-outer img {
  width: 100%;
  height: auto; 
}

footer {
  background-color: var(--color-accent);
  color: #fff;
}

.copy {
  text-align: center;
  padding: 1em 0;
}

/*-------------------------------
  page-format
-------------------------------*/

.header-logo {
  text-align: center;
  padding: 16px 10px 30px;
}

.header-logo img {
  width: 100%;
  max-width: 470px;
  height: auto;
  vertical-align: bottom;
}

.page-format .inner {
  background-color: #FFF;
  min-height: 800px;
  padding-top: 40px;
}

.sec-page-hd {
  text-align: center;
  padding-bottom: 60px;
}

.sec-page-hd img {
  width: 100%;
  max-width: 155px;
}

.page-nav {
  width: 24%;
  text-align: center;
  background-color: var(--color-sub);
  margin: 0 4% 0 2%;
}

.page-nav ul {
  padding: 20px;
}

.page-nav li a {
  display: block;
  padding: 14px 0;
  font-weight: bold;
  color: #666;
}

.page-nav li a:hover,
.page-nav li a.selected {
  background-color: #F9B700;
  color: #000;
}

.page-body {
  width: 65%;
}

.page-body.col1 {
  width: 90%;
  margin: 0 auto;
}

.page-body img {
  width: 100%;
  height: auto;
}

.page-body h1 {
  border-bottom: 1px solid #333;
  margin-bottom: 1em;
  padding: 0 0 8px 8px;
}

.page-body h2 {
  padding: 24px 0 8px;
}

.page-body h3 {
  padding: 20px 0 8px;
}

.page-body h3.quiz-title {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  padding-bottom: 30px;
}

.page-body p {
  line-height: 1.8;
  text-align: justify;
  padding-bottom: .5em;
}

.page-body p.aligncenter {
  text-align: center;
}

.page-body ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 1.5em;
  padding-bottom: .5em;
}

.page-body ol.abc {
  list-style-type: upper-alpha;
  padding: 1em 2em;
}

.page-body ul {
  list-style-type: circle;
  list-style-position: outside;
  padding-left: 1.5em;
  padding-bottom: .5em;
}

.page-body ul li ul {
  list-style-type: disc;
}

.page-body ul.flex-direction-nav {
  list-style-type: none;
  padding-left: 0;
  padding-bottom: 0;
}

.page-body li {
  line-height: 2;
  text-align: justify;
}

.page-body li.flex-nav-next,
.page-body li.flex-nav-prev {
  line-height: 1;
}

.link-btn {
  color: #fff;
  display: inline-block;
  background-color:#75a7da;
  padding: 0 10px;
  font-weight: bold;
}

.frame {
  margin: 20px 10px;
  border:1px solid #333;
  padding: 20px;
}

.page-body h2.faq-title {
  background-color: #ffebcd;
  padding: .25rem .75rem;
  margin-top: 3rem;
  margin-bottom: .75rem;
}

.question {
  font-weight: bold;
  color: #555;
  padding-left: 1.2em;
  position: relative;
  border-top: 1px solid #ccc;
  padding-top: 1rem;
  margin-top: 1rem;
}

h2.faq-title + .question {
    border-top: 0;
}

.question::before {
  content: "Q.";
  display: block;
  position: absolute;
  left: 0;
}

.quiz {
  font-weight: bold;
  color: #555;
}

.answer {
  padding-left: 1.2em;
  position: relative;
}

.answer::before {
  content: "A.";
  display: block;
  position: absolute;
  left: 0;
}

.quiz-app {
  padding-top: 1em;
}

.page-body .quiz-app p {
  text-align: center;
}

/*booth*/

.page-body .booth-title h2 {
  background-color: #ffebcd;
  padding: .25rem .75rem;
  margin-top: 10rem;
}

.page-body .booth-title p a {
  display: block;
  background-color: #F9BF00;
  padding: .25rem .75rem;
  transition: background-color 0.5s;
  margin-bottom: .75rem;
}

.booth-img img {
  width: 80%;
  margin: 0 auto;
  display: block;
}

/*about*/

.about-img {
  margin: 20px auto 0;
  width: 100%;
  max-width: 380px;/*180*/
}

.about-img p {
  text-align: center;
  font-weight: bold;
}

.img-box {
  width: 50%;/*100*/
}

.img-box img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 10px;
}

/*home youtube*/

.youtube-outer {
  padding-right:24px;
  padding-left:24px;
  clear: both;
}

.youtube {
  position:relative;
  width:100%;
  height:0;
  padding-top:56.25%;
  padding-right: 10px;
  padding-left: 10px;
  box-sizing: border-box;
}

.youtube iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  padding: 0 10px 20px;
  box-sizing: border-box;
  border: none;
}

.youtube-live {
  margin-left: 34px;
  background-color: #0080A0;
  display: inline-block;
  color: #FFF;
  padding: 4px 8px;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  border-radius: 4px;
}

/*program*/

.program-table {
  box-sizing: border-box;
  background-color: #FFF;
  width: 100%;
}

.program-table th {
  text-align: center;
  width: 25%;
}

.program-table .program-genre {
  width:30%;
}

.program-table th,
.program-table td {
  border-top:1px solid #CCC;
  padding:10px 0;
  border-right: 1px solid #CCC;
  vertical-align: middle;
  padding:10px;
}

.program-table th:first-of-type
.program-table td:first-of-type {
  border-top: none;
}

.program-table td {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.program-table td a {
  color: #3998DB;
  text-decoration: none;
}

.program-table td:last-of-type {
  border-right: none;
}

.program-table tr:last-of-type {
  border-bottom: 1px solid #CCC;
}

.program-table .namae {
  width: 25%;
}

/*download button*/

.download-button {
  font-weight: bold;
  color: #FFF;
  background-color: #CCC;
  display: inline-block;
  padding: 5px 25px 5px 15px;
  border-radius: 6px;
  position: relative;
  transition: background-color, .5s;
  margin-top:10px;
  margin-bottom:10px;
}

.download-button:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #FFF;
}

.download-button.pdf { background-color: #E60012; }
.download-button.word { background-color: #004CA1; }
.download-button.hwp { background-color: #004CA1; }
.download-button.excel { background-color: #094; }

.download-button.link { 
  background-color: var(--color-accent2);
  padding: 5px 15px;
}

.download-button.pdf:after,
.download-button.word:after,
.download-button.hwp:after,
.download-button.excel:after {
  display: inline-block;
  margin-left: 1em;
}

.download-button.pdf:after { content: 'PDF'; }
.download-button.word:after { content: 'word'; }
.download-button.hwp:after { content: 'hwp'; }
.download-button.excel:after { content: 'excel'; }

.download-button:hover {
  opacity: .6;
}

/*oubo*/

.oubo-table {
border:1px solid #666;
border-collapse:collapse;
margin-top:10px;
width: 100%;
}

.oubo-table td,
.oubo-table th {
border:1px solid #666;
vertical-align:middle;
}

.oubo-table th p {
text-align: center;
}

.oubo-table p {
padding-right: 1em;
padding-left: 1em;
}

.oubo-table p:first-of-type {
padding-top: .5em;
}

.attention {
  padding: 10px;
  font-weight: bold;
  border: 2px solid #D85328;
  margin-bottom: 1em;
}

.kpop-break {
  margin-left: 16rem;
}

.kpop-break-kr {
  margin-left: 14rem;
}

/*-------------------------------
  mobile
-------------------------------*/

@media screen and (max-width:900px){
  .no-pc {
    display: block;
  }
  .no-mobile {
    display: none;
  }
  .sec-00::before,
  .sec-00::after,
  .page-format::before,
  .page-format::after {
    display: none; /*Chinese astrology*/
  }
  .header-nav {
    display: none;
  }
  .header-upper {
    height: 20px;
  }
  .header-lower img {
    max-width: 250px;
  }
  .sec-sub {
    height: 85px;
  }
  .sub-nav {
    height: auto;
  }
  .sub-nav ul {
    flex-wrap: wrap;
  top: 10px;
  }
  .sub-nav li {
    width: 50%;
  }
  .sub-nav li a.small {
    padding-top: 10px;
  }

  .fix-bg {
    height: auto;
  padding-top: 150px;
  }
  .inner {
    height: auto;
  min-height: auto;
  padding: 20px 0;
  }
  .sec-sub .inner {
    padding: 0;
  }
  .flex-cont {
    display: block;
  }
  .about-img.flex-cont {
    display:-webkit-box;
    display: flex;
  }
  .col-s {
    width: 100%;
  padding: 10px 0 20px;
  }
  .page-format .inner {
    padding-top: 20px;
  }
  .sec-page-hd {
    padding-bottom: 40px;
  }
  .page-nav {
    display: none;
  }
  .col-l,
  .page-body {
    width: 100%;
  padding: 0 20px;
  }
  .page-body.col1 {
    width: 100%;
  }
  .page-body ol,.page-body ul {
    padding-left: 1em;
  }
  .ban-booth p {
    width: auto;
  }
  .coupon-box {
    background-image: none;
    padding-left: 20px;
}
  .page-body .cp-info li {
    text-align: left;
  }
  .youtube-outer {
    padding-right: 0;
    padding-left: 0;
  }
  .youtube {
    padding-right: 0;
    padding-left: 0;
  }
  .youtube iframe{
    padding: 0;
  }
  .cp-list li {
  width: 50%;
  }
  .cp-list li:nth-of-type(3n){
    border-right: 1px solid #CCC;
  }
  .cp-list li:nth-of-type(3n+1){
    border-left: 1px solid #CCC;
  }
  .cp-list li:nth-of-type(2n){
    border-right: 2px solid #CCC;
  }
  .cp-list li:nth-of-type(2n-1){
    border-left: 2px solid #CCC;
  }
  .cp-list li:last-of-type{
    border-right: 2px solid #CCC;
  }
  .youtube-live {
    margin-top: 10px;
    margin-left: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .inner.live-ban {
    padding: 0 0 20px;
  }

  .program-table .namae {
    width: 27.5%;
  }

}/*900px*/

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

.sub-nav li a.kpop {
    display: block;
    font-size: 1.6rem;
  }

  .sub-nav li a.row2 {
    flex-direction: column;
  }

  .program-table span {
    display: block;
  }

  .program-table th,
  .program-table td {
    padding:6px;
    font-size: 1.3rem;
  }

  .booth-img img {
    width: 100%;
  }  

  .inner.home-slider {
    padding-top: 30px;
  }

  .inner.home-slider .flower {
    max-width: 150px;
  }

.kpop-c {
font-size: 70%;
}

.kpop-break {
  margin-left: 0;
}

}