@charset "utf-8";

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body,
input,
textarea,
select,
button,
table {
  font-family: "Noto Sans Korean", "Noto Sans", -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.05em;
  -webkit-font-smoothing: antialiased;
}

body {
  overflow-y: scroll;
}

a {
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

.container {
    box-sizing: border-box;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.container.container-full-width {
  min-width: 100%;
  width: 100%;
}

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

.wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.header {
  display: block;
  width: 100%;
  height: 120px;
  padding: 50px 0 0;
}

.brand {
    position: relative;
  display: block;
  width: 100%;
    height: 50px;
  cursor: pointer;
    font-size: 50px;
    font-family: "YanoljaYacheR";
}
.brand h1{
  font-size: 5rem;
    font-weight: normal;
}
.brand .logo-num{
    color: #6a00d9;
}
.brand .logo-point{
    color: #b40088;
}
.tobagi-before{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: auto;
    height: 50px;
    font-size: 2.5rem;
    font-family: "YanoljaYacheR";
    line-height: 50px;
    border-radius: 25px;
    color: white;
    background-color: #9ed866;
    padding: 0 38px;
}

.topnav {
  display: block;
  float: right;
  height: 50px;
}

.topnav .btn-login {
  display: block;
  float: left;
  width: 302px;
  height: 50px;
  text-indent: -999999px;
  background: url(../images/login.png) 0 0 no-repeat;
}

.navigation {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: auto;
  align-content: start;
  margin: 25px 0 0;
}

.navigation li {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
}

.navigation a {
  display: block;
  color: #000000;
  font-size: 16px;
}

.navigation li.active a,
.navigation a:hover {
  color: rgb(91, 186, 243);
  font-weight: 700;
}

.navigation li.active a:after,
.navigation a:hover:after {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: rgb(91, 186, 243);
  left: 50%;
    top: -5px;
  margin-left: -2.5px;
}
.icon-menu {
  display: none;
}
.banners {
  display: block;
  padding: 25px 0;
}

.banners .container {
  position: relative;
}

.banners .biz-partner {
  margin-left: 130px;
}

.banners .slick-control.type-s {
  position: absolute;
  top: 10px;
  left: 25px;
  width: 30px;
}

.banners .slick-control.type-s button {
  text-indent: -9999px;
  text-align: left;
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  display: block;
}

.banners .slick-control.type-s .slick-prev {
  background: url(../images/ico-prev-s.png) no-repeat 50% 50%;
}

.banners .slick-control.type-s .slick-next {
  background: url(../images//ico-next-s.png) no-repeat 50% 50%;
  margin-right: -8px;
}

.banners .slick-control.type-s .slick-stop {
  background: url(../images//ico-stop-s.png) no-repeat 50% 50%;
  margin-left: 4px;
}

.banners .slick-control.type-s .slick-play {
  background: url(../images/ico-play-s.png) no-repeat 50% 50%;
  display: none;
  margin-left: 4px;
}

.footer {
  display: block;
  padding: 45px 0;
  background-color: rgb(186, 228, 255);
}

.copyright-brand {
  display: block;
  float: left;
  font-size: 2.6rem;
    font-family: "YanoljaYacheR";
  width: 290px;
  height: 30px;
    color: #666;
}

.copyright {
  display: block;
  margin-left: 40px;
  float: left;
}

.copyright .address,
.copyright .tel {
  font-size: 15px;
  color: #444444;
}

.copyright .copy {
  font-size: 13px;
  margin-top: 10px;
}

/*
.placeholder {
    position: relative;
    display: block;
    width: 1920px;
    height: 1545px;
    margin: 0 auto;
}

.placeholder .alive {
    position: absolute;
    width: 268px;
    height: 248px;
    border: 3px solid rgba(0, 0, 0, 0.75);
    border-radius: 15px;
    z-index: 3;
    cursor: pointer;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.75);
}

.placeholder .alive.alive-1 {
    left: 970px;
    top: 487px;
    background: url(../images/layout-alive.png) 0 0 no-repeat;
}

.placeholder .alive.alive-2 {
    left: 1260px;
    top: 487px;
    background: url(../images/layout-alive2.png) 0 0 no-repeat;
}

.placeholder .alive:hover {
    border-color: #ffffff;
}

.placeholder .pattern {
    position: absolute;
    width: 100%;
    height: 780px;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 2;
}

.placeholder .background {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/layout.png) top center no-repeat;
    z-index: 1;
} */

/* 일정표 임시 위젯 */

/* 메인 */
.main-visual {
  background: url(../images/main/main-visual-bg-9.png) top center no-repeat;
  background-size: cover;
  z-index: 1;
  font-family: "YanoljaYacheR";
  position: relative;
  height: 665px;
}
.main-visual .title {
  margin: 0 auto;
  text-align: center;
  padding-top: 9rem;
}
.main-visual .title h1 {
  font-size: 7.4rem;
  line-height: 9rem;
    color: #b40088;
    margin-bottom: 10px;
}
.main-visual .title h1 .color-main {
  color: #6a00d9;
}
.main-visual .text h5 {
  font-size: 3.5rem;
  line-height: 4.4rem;
  color: #272727;
}

.widget-quickmenu {
  position: absolute;
  z-index: 100;
  margin-top: -18rem;
  display: flex;
}
.widget-box {
  width: 27rem;
  height: 25rem;
  border-radius: 1rem;
  display: block;
  margin-right: 2rem;
}
.widget-box a {
  padding-top: 20px;
  text-align: center;
}
.widget-box:nth-child(4n) {
  margin-right: 0;
}
.widget01 {
  background-color: #fb8b6d;
}
.widget02 {
  background-color: #92ccf5;
}
.widget03 {
  background-color: #de7c83;
}
.widget04 {
  background-color: #7cb86a;
}

.main-program {
  background: url(../images/main/main-program-bg-2024.png) top center no-repeat;
  z-index: 1;
  position: relative;
  height: auto;
  background-size: cover;
  /* margin-bottom: -60px; */
}
.main-program .title {
  padding-top: 15rem;
  text-align: center;
  margin: 0 auto;
}
.main-program .title h2 {
  font-size: 6rem;
  line-height: 6.5rem;
  font-family: "YanoljaYacheR";
}
.main-program .text p {
  text-align: center;
}

.widget-schedule {
    width: 940px;
    height: auto;
    background: transparent;
    margin: 40px auto 0;
    padding-bottom: 40px;
}

.widget-schedule .widget-schedule-tabs{
    box-sizing: border-box;
  float: left;
    width: 280px;
  height: 100%;
    margin-right: 40px;
}
.widget-schedule .widget-schedule-tabs ul{
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.widget-schedule .widget-schedule-tabs ul li {
    text-align: center;
    width: 100%;
    height: 60px;
    font-size: 35px;
    font-family: "YanoljaYacheR";
    line-height: 60px;
    border-radius: 10px;
    color: #5d5d5d;
    background-color: #dedede;
    padding: 0;
    margin: 0 0 15px;
}

.widget-schedule .widget-schedule-tabs ul li.active {
  color: #000;
    background-color: #f4d37c;
}
.widget-schedule .widget-schedule-content {
    position: relative;
    float: left;
    width: calc(100% - 320px);
    height: 530px;
}
.schedule-list{
    box-sizing: border-box;
    width: 100%;
    min-height: 590px;
    background: #ffffff;
    border-radius: 20px;
    padding: 50px 55px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.15);   
}
.schedule-item > div > h5{
    font-size: 40px;
    font-family: "YanoljaYacheR";
    margin-bottom: 20px;
}

.schedule-item > div > p{
    position: relative;
    font-size: 20px;
    line-height: 35px;
    padding-left: 15px;
}
.schedule-item > div > p::before{
    position: absolute;
    content: '-';
    left: 4px;
}

.schedule-item > div > p > span{
    display: block;
    font-size: 16px;
    font-weight: 300;
}
.schedule-item .schedule-con{
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

/* 메인 */

.navigation2 {
  display: none;
}
a,
a:visited,
a:hover,
a:active {
  color: inherit;
}

/*토박이말 가기*/
.five-tobagi {
  float: right;
}
/*아홉돌 230901*/
.sub-program-box h6.sm-tit{
  font-size: 22px;
  padding-left: 30px;
  margin-top: 20px;
}

.sub-program-box .sm-sub-dot p{
  position: relative;
  padding-left: 45px;
  font-size: 15px;
}
.sub-program-box .sm-sub-dot p::before{
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 4px;
  background-color: #333;
  left: 35px;
  top: 14px;
}
.sub-program-table tr.bd_top{
  border-top: 2px solid #333;
}
.downFile{
  background-color: #408ab3;
  color: #fff !important;
  border-radius: 5px;
  padding: 5px 15px;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 600;
}
.downFile svg{
  height: 13px;
  margin-left: 5px;
}
@media (max-width: 768px) {
  /*다섯돌토박이말 가기*/
  .five-tobagi {
    float: left;
  }
  .five-tobagi img {
    width: 200px;
  }

  .mobile-menu {
    display: block;
  }
  .navigation2 {
    display: block !important;
  }

  .navigation2 {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(100%, 0);
    background: #fff;
    overflow: scroll;
    bottom: 0;
    padding-bottom: 50px;
    width: 100%;
    transition: transform 0.5s;
  }

  .navigation2 .separator {
    position: absolute;
    width: 1px;
    height: 100%;
    border-right: 1px solid #f4f4f4;
    left: 130px;
    top: 67px;
  }

  .navigation2 .top {
    height: 60px;
  }

  .navigation2 .top > h1 {
    font-size: 20px;
    font-family: "Noto Sans Korean", "Noto Sans";
    font-weight: 600;
    padding: 0;
    padding-left: 0;
    margin: 0;
    margin-left: 20px;
    padding-top: 15px;
  }

  .navigation2 .top {
    position: relative;
    background: #fff;
    border-bottom: 2px solid #63bef4;
  }

  .navigation2 .top .util-box {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
  }
  .navigation2 .top .util-box ul {
    overflow: hidden;
  }
  .navigation2 .top .util-box ul li {
    float: left;
    border: 1px solid #ccc;
  }
  .navigation2 .top .util-box ul li > a {
    padding: 0 12px 0 13px;
    line-height: 30px;
    display: block;
    text-align: center;
  }
  .navigation2 .top .util-box ul li + li {
    border-left: 0;
  }

  .navigation2 .top .close {
    position: absolute;
    right: 15px;
    top: 17px;
    width: 25px;
    height: 25px;
    opacity: 0.3;
  }
  .navigation2 .top .close:hover {
    opacity: 1;
  }
  .navigation2 .top .close:before,
  .close:after {
    position: absolute;
    left: 15px;
    content: " ";
    height: 25px;
    width: 2px;
    background-color: #333;
  }
  .navigation2 .top .close:before {
    transform: rotate(45deg);
  }
  .navigation2 .top .close:after {
    transform: rotate(-45deg);
  }

  .navigation2.open {
    transform: translate(0, 0);
    opacity: 1;
  }

  .navigation2 h1 {
    font-size: 18px;
    padding: 15px 0;
    padding-left: 15px;
  }
  .navigation2 > ul {
    position: relative;
  }
  .navigation2 > ul > li {
    margin-left: 150px;
  }
  .navigation2 > ul > li > a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70px;
    box-sizing: border-box;
    font-size: 15px;
    padding: 23px 0;
    display: block;
    text-align: center;
    color: #1a1a1a;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    background: #f4f4f4;
  }
  .navigation2 > ul > li.is_mobile {
    display: block;
  }
  .navigation2 ul li.active > a {
    color: #fff;
    background: #63bef4;
  }
  .navigation2 > ul > li.active ul {
    display: block;
    border-left: 1px solid #f4f4f4;
  }

  .navigation2 > ul > li.active ul li {
    height: 70px;
  }
  .navigation2 > ul > li:nth-child(1) > a {
    line-height: 1.2;
    top: 0px;
  }
  .navigation2 > ul > li:nth-child(2) > a {
    line-height: 1.2;
    top: 70px;
  }
  .navigation2 > ul > li:nth-child(3) > a {
    line-height: 1.2;
    top: 140px;
  }
  .navigation2 > ul > li:nth-child(4) > a {
    line-height: 1.2;
    top: 210px;
  }
  .navigation2 > ul > li:nth-child(5) > a {
    line-height: 1.2;
    top: 280px;
  }
  .navigation2 > ul > li:nth-child(6) > a {
    line-height: 1.2;
    top: 350px;
  }
  .navigation2 > ul > li:nth-child(7) > a {
    line-height: 1.2;
    top: 420px;
  }
  .navigation2 > ul > li:nth-child(8) > a {
    line-height: 1.2;
    top: 490px;
  }
  .navigation2 > ul > li:nth-child(9) > a {
    line-height: 1.2;
    top: 560px;
  }
  .navigation2 > ul > li:nth-child(10) > a {
    line-height: 1.2;
    top: 630px;
  }
  .navigation2 > ul > li:nth-child(11) > a {
    line-height: 1.2;
    top: 700px;
  }
  .navigation2 > ul ul {
    display: none;
  }
  .navigation2 > ul ul li a {
    padding: 22px 10px 22px 32px;
    font-size: 16px;
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
    display: block;
    height: 25px;
  }
  .navigation2 > ul ul ul {
    background: #fff;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
  }
  .navigation2 > ul ul ul li a {
    padding: 8px 0;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
    border-bottom: none;
    font-size: 15px;
    color: #666;
  }
  .mobile-menu {
    display: block;
    position: absolute;
    right: 20px;
    top: 26px;
  }
  .mobile-menu .bar {
    width: 25px;
    height: 2px;
    background: #333;
    display: block;
    margin-bottom: 5px;
  }

  .brand {
    width: 70%;
    height: auto;
    padding: 20px 0;
    background-size: contain;
  }
    .brand h1 {
    font-size: 2.4rem;
    }
  .banners .biz-partner {
    margin-left: 10.5rem;
  }
  .copyright-brand {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    float: none;
    background-size: 100% auto;
  }
  .copyright {
      float: unset;
      margin-left: 0;
  }
  .copyright .address,
  .copyright .tel {
    text-align: center;
    font-size: 1.6rem;
  }

  .container {
    position: relative;
  }
  .block {
    display: none;
  }
  .header {
    position: relative;
    height: unset;
    padding: 0;
  }
  .icon-menu {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .topnav,
  .navigation {
    display: none;
  }
  .main-visual {
    background-size: cover;
    background-position: center;
    height: 40rem;
    word-break: keep-all;
  }
  .main-visual .title h1 {
    font-size: 5rem;
    line-height: 5.5rem;
  }
  .main-visual .text h5 {
    font-size: 2.2rem;
    line-height: 2.6rem;
    text-align: center;
  }
  .main-quickmenu {
    width: 100%;
    height: auto;
    padding-top: 2rem;
    padding-bottom: 1rem;
    position: relative;
  }
  .widget-quickmenu {
    margin-top: 0;
    display: block;
    position: relative;
  }
  .widget-box {
    width: 47%;
    height: calc(100% - 1rem);
    display: inline-block;
    float: none;
    margin-right: 3%;
    margin-bottom: 1rem;
  }
  .widget-box img {
    width: 100%;
  }
  .widget-box:nth-child(2n) {
    margin-right: 0;
  }

  .main-program {
    height: unset;
    padding-bottom: 4rem;
  }
  .main-program .title {
    padding-top: 4rem;
  }
  .main-program .title h2 {
    font-size: 3.5rem;
  }
  .main-program .text p {
    font-size: 1.6rem;
  }
  .widget-schedule {
    position: relative;
    width: 100%;
    height: auto;
    bottom: auto;
    left: 0;
    margin-left: 0;
    margin-top: 2rem;
    background: transparent;
  }

  .widget-schedule .widget-schedule-tabs {
    position: relative;
    float: unset;
    width: 100%;
    height: 120px;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
    .widget-schedule .widget-schedule-tabs ul li{
        float: left;
        width: calc((100% - 30px)/3);
        height: 46px;
        padding: 0;
        margin: 0;
        font-size: 24px;
        line-height: 46px;
        margin-right: 15px;
        margin-bottom: 15px;
  }
  .widget-schedule .widget-schedule-tabs ul li:nth-child(3n) {
    margin-right: 0;
  }
  .widget-schedule .widget-schedule-content {
    float: none;
    width: 100%;
    height: auto;
    box-shadow: 0;
  }
  .five-tobagi {
    display: none;
  }
    .schedule-list {
        height: auto;
        border-radius: 10px;
        padding: 35px;
    }
    .schedule-item .schedule-con {
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    .schedule-item > div > h5 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .schedule-item > div > p {
        font-size: 16px;
        line-height: 30px;
        padding-left: 12px;
    }
    
}

.MOBILE_MODE {
  display: none !important;
}

/* Category Tab */
.cTab {
  display: flex;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
  border: 0;
}
.cTab:after {
  content: "";
  display: block;
  clear: both;
}
.cTab li {
  flex: 1;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #ececec;
  padding: 10px 20px;
}

.cTab li:first-child {
  border-left: 1px solid #ececec;
}
.cTab li.on {
  border-top: 2px solid #bae4ff;
}

.cTab li a {
  display: block;
  text-align: center;
  color: #454545;
}

/* .cTab li:hover a, .cTab li.on a{
	border-top:3px solid red;
} */

.cTab li em {
  color: #767676;
  padding: 0 0 0 2px;
}

.cTab ul {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  margin: 0;
  padding: 0;
}
.cTab li.on ul {
  display: block;
  overflow: hidden;
  white-space: nowrap;
}
.cTab li.on ul li {
  position: relative;
  left: 1px;
  float: none;
  display: inline;
  margin: 0;
  padding: 0 15px;
  list-style: none;
  border: 0;
  border-right: 1px solid #d0d0d0;
}
.cTab li.on ul li a {
  border: 0;
  top: 0;
  float: none;
  line-height: none;
  padding: 0;
  font-weight: normal;
}
.cTab li.on ul li.on_ a {
  font-weight: bold;
  color: #3912b3;
}

@media (max-width: 768px) {
  .cTab {
    display: block;
  }

  .cTab li {
    box-sizing: border-box;
    width: 100%;
    font-size: 13px;
    margin-bottom: 20px;
  }

  .copyright .copy {
    font-size: 11px;
    text-align: center;
    margin: 0 auto;
  }
}
