@charset "UTF-8";
/* absolute-center */
/* transition */
/************************************************************************************/
/************************************* Varibles *************************************/
/************************************************************************************/
:root {
  /* 메인 공간 */
  --main-title-bottom:15vh;
  /* 콘텐츠 공간 */
  --content-space:3.5vw;
  /* padding */
  --input-padding-width:10px;
  --input-padding-height:5px;
}
@media screen and (max-width: 1024px) {
  :root {
    /* 메인 공간 */
    --main-title-bottom:25vh;
  }
}
@media screen and (max-width: 1023px) {
  :root {
    /* 메인 공간 */
    --main-title-bottom:5rem;
  }
}

/************************************************************************************/
/************************************* Colors *************************************/
/************************************************************************************/
:root {
  --white:#fff;
  --black:#000;
  --red:#d12b2b;
  --main-gray:#cecfcf;
  --sub-gray:#484848;
  --con-gray:#777777;
  --point-color:#313c90;
  --border-color:#bbbbbb;
  --border-color2:#dbdbdb;
  --box-color:#f9f9f9;
  --mainmore-color:#e7e7e7;
  --mainborder-color:#b3b3b3;
  --mainp-color:#aeaeaf;
  --main-blue:#313c90;
  --main-purple:#6b2383;
  --main-yellow:#f7a519;
  --gray-f5:#f5f5f5;
}

/* font-size */
/* common */
html {
  font-size: 62.5%;
}

body {
  font-family: "Pretendard", "NotoSansLight", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 160%;
}
body a {
  color: var(--black);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}
@media (max-width: 1024px) {
  body {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

table {
  width: 100%;
}

.wrap {
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1480px) {
  .wrap {
    max-width: 96%;
  }
}
@media (max-width: 768px) {
  .wrap {
    max-width: 92%;
  }
}

@media (max-width: 768px) {
  .none-mobile {
    display: none;
  }
}

/* header */
body > header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid var(--mainborder-color);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
}
body > header::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid var(--border-color);
  position: absolute;
  top: 88px;
  left: 0;
}
body > header::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--white);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
body > header:has(.gnb-wrap-2.show)::after {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
body > header:has(.gnb-wrap-2.show).scrolled {
  background: transparent;
  -webkit-transition: none;
  transition: none;
}
body > header.scrolled {
  background: var(--white);
}
@media (max-width: 1480px) {
  body > header {
    padding: 0 2%;
  }
}
@media (max-width: 1280px) {
  body > header {
    height: 76px;
  }
}
@media (max-width: 768px) {
  body > header {
    height: 56px;
    padding: 0 4%;
  }
}
body > header .header {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
body > header .logo {
  width: 214px;
  height: 53px;
  padding: 5px 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body > header .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
body > header .logo a img {
  height: 100%;
}
@media (max-width: 1280px) {
  body > header .logo {
    width: 171.2px;
    height: 34.4px;
  }
}
@media (max-width: 768px) {
  body > header .logo {
    width: 128.4px;
    height: 25.8px;
    padding: 0;
  }
}
body > header .nav nav .gnb-wrap-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body > header .nav nav .gnb-wrap-1 > li {
  position: relative;
}
body > header .nav nav .gnb-wrap-1 > li > a {
  font-family: "Jost", "Pretendard", "NotoSansLight", sans-serif;
  font-weight: 600;
  text-align: center;
  display: block;
  padding: 10px 40px;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}
body > header .nav nav .gnb-wrap-1 > li > a:hover {
  text-decoration: underline;
}
@media (max-width: 1480px) {
  body > header .nav nav .gnb-wrap-1 > li > a {
    padding: 10px 35px;
  }
}
body > header .nav nav .gnb-wrap-1 > li:first-child > ul {
  border-left: 1px solid var(--border-color);
}
@media (max-width: 1280px) {
  body > header .nav nav .gnb-wrap-1 > li:first-child > ul {
    border-left: 0;
  }
}
body > header .nav nav .gnb-wrap-1:has(.gnb-wrap-2.show) > li > a {
  padding: 10px 60px;
}
@media (max-width: 1280px) {
  body > header .nav nav .gnb-wrap-1 {
    display: block;
    width: calc(100% - 40px);
    margin: 0 auto;
    border-top: 1px solid var(--gray-c2);
  }
  body > header .nav nav .gnb-wrap-1 > li {
    width: 100%;
  }
}
body > header .nav nav .gnb-wrap-2 {
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  text-align: left;
  border-right: 1px solid var(--border-color);
  padding: 1em;
  margin-top: 2.5rem;
  display: none;
}
@media (max-width: 1280px) {
  body > header .nav nav .gnb-wrap-2 {
    position: static;
    background-color: var(--gray-f8);
    -webkit-box-shadow: none;
            box-shadow: none;
    display: none;
    text-align: left;
    border-right: 0;
    margin-top: 0;
  }
}
body > header .nav nav .gnb-wrap-2.show {
  display: block !important;
}
body > header .nav nav .gnb-wrap-2 li {
  margin-bottom: 2rem;
}
body > header .nav nav .gnb-wrap-2 li a {
  font-weight: 400;
  color: var(--gray-7c);
  text-align: center;
  line-height: 130%;
  display: block;
  padding: 4px 5px;
}
body > header .nav nav .gnb-wrap-2 li a:hover {
  color: var(--gray-0e);
  text-decoration: underline;
}
@media (max-width: 1280px) {
  body > header .nav {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.8);
  }
  body > header .nav.show {
    display: block !important;
  }
  body > header .nav nav {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    padding-top: 150px;
    background-color: var(--white);
  }
}
@media (max-width: 768px) {
  body > header .nav nav {
    width: 80%;
  }
}
body > header .login-icon {
  display: block;
  height: 40px;
  margin-top: 7px;
  margin-left: 20px;
  background: #fff;
  border-radius: 20px;
  padding: 5px 32px;
  border: 1px solid var(--mainborder-color);
  font-size: 1.5rem;
}
@media screen and (max-width: 1280px) {
  body > header .login-icon {
    width: 46%;
    position: absolute;
    right: 0;
    margin: 8% 2% 0;
    text-align: center;
  }
}
@media (max-width: 768px) {
  body > header .login-icon {
    width: 76%;
    margin-top: 10%;
  }
}
body > header .burger {
  display: block;
  margin-left: auto;
  margin-top: 3px;
}
@media (max-width: 1280px) {
  body > header .burger-menu {
    width: 24px;
    height: 18px;
    z-index: 9;
  }
  body > header .burger-menu span {
    background-color: var(--black);
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    right: 0;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  body > header .burger-menu span:first-child {
    top: 0;
  }
  body > header .burger-menu span:nth-child(2) {
    opacity: 1;
    top: calc(50% - 1px);
  }
  body > header .burger-menu span:nth-child(3) {
    bottom: 0;
  }
}
body > header .close span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  right: -3px;
}
body > header .close span:nth-child(2) {
  opacity: 0;
}
body > header .close span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  right: -3px;
}

/* footer */
footer {
  margin-top: 120px;
  border-top: 1px solid var(--mainmore-color);
  position: relative;
  padding-bottom: 3.4em;
  background-color: var(--gray-0e);
}
@media (max-width: 1280px) {
  footer {
    padding-bottom: calc(5em + 94px + 72px);
  }
}
@media (max-width: 1024px) {
  footer {
    padding-bottom: 2.85em;
  }
}
footer .logo {
  width: 214px;
  height: 43px;
  background: url("/images/hbm/common/logo.svg") no-repeat center/100%;
  margin-bottom: 2rem;
}
footer p {
  font-size: 0.85em;
  font-weight: 500;
  margin-bottom: 0;
}
footer .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .sns a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e1e1e1;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
}
footer .sns a:last-child {
  margin-right: 0;
}
footer .sns a.instagram {
  background-image: url("/images/hbm/common/sns_insta.png");
}
footer .sns a.youtube {
  background-image: url("/images/hbm/common/sns_youtube.svg");
}
@media (max-width: 1024px) {
  footer .sns a {
    width: 40px;
    height: 40px;
  }
}
footer .f-cont {
  padding-top: 225px;
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  footer .f-cont {
    font-size: 1.2rem;
    text-align: center;
    padding-top: 5rem;
  }
}
footer .footer-contact {
  border: 1px solid var(--border-color);
  border-width: 1px 0;
  margin-bottom: 3.4em;
}
footer .footer-contact .footer-banner {
  max-width: 1440px;
  margin: 0 auto;
}
footer .footer-contact div:has(> a) {
  text-align: center;
  line-height: 100%;
  padding: 2rem 1rem;
}
footer .footer-contact div:has(> a) a {
  display: inline-block;
}
footer .footer-contact div:has(> a) a img {
  height: 30px;
}
@media screen and (max-width: 500px) {
  footer .footer-contact div:has(> a) a img {
    height: auto;
  }
}

footer {
  margin-top: 0;
}

.c-scrollbar {
  z-index: 200;
}

.main-section {
  z-index: 20;
}

.main-section-under {
  z-index: 10;
}

/* thumbnail */
li:has(.thumb):hover .thumb figure {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}

.thumb {
  position: relative;
  margin-bottom: 3rem;
  position: relative;
  overflow: hidden;
}
.thumb:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 50%;
}
.thumb > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.thumb figure {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* btn */
.more::before {
  content: "";
  display: block;
  width: 37px;
  height: 37px;
  background: url("/images/hbm/common/icon_point.svg") no-repeat center/100%;
  margin-right: 2rem;
}
.more a {
  padding: 6px 30px;
  border-radius: 5rem;
  background-color: var(--mainmore-color);
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.more a::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: var(--black);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.more a span {
  position: relative;
  z-index: 20;
}
.more a:hover {
  color: var(--white);
}
.more a:hover::before {
  width: 100%;
}

.more-notice {
  display: inline-block;
}
.more-notice::before {
  display: none;
}

.btn-more {
  position: absolute;
  bottom: 25px;
  right: 25px;
  width: 37px;
  height: 37px;
  font-size: 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-more::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: var(--white);
  width: 1px;
  height: 18px;
}
.btn-more::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: var(--white);
  width: 18px;
  height: 1px;
}

li:has(.stretched-link:hover) .btn-more,
.notice-content:has(.stretched-link:hover) .btn-more {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  background: var(--black);
}

/* 정지영역 */
.hold-section::after {
  content: "";
  display: block;
  height: 70vh;
}

/* header */
header {
  background-color: var(--main-gray);
}

/* visual */
.visual {
  width: 100%;
  background-color: var(--main-gray);
  padding-top: 88px;
}
.visual .vi-wrap {
  height: 60vh;
  position: relative;
  max-width: 1440px;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto;
}
.visual .vi-wrap .visual-subtitle {
  position: absolute;
  bottom: 20%;
  left: 1rem;
}
.visual .vi-wrap .visual-subtitle figure {
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.visual .vi-wrap .visual-subtitle figure:first-child {
  -webkit-animation-name: circle-rotate;
          animation-name: circle-rotate;
}
.visual .vi-wrap .visual-subtitle figure:last-child {
  -webkit-animation-name: circle-rotate-inverte;
          animation-name: circle-rotate-inverte;
}
.visual .vi-wrap .visual-subtitle figure img {
  height: 8vh;
}
@-webkit-keyframes circle-rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes circle-rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes circle-rotate-inverte {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes circle-rotate-inverte {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.visual .vi-wrap .txt {
  font-size: 5vh;
  padding-top: 100px;
  line-height: 120%;
  font-weight: 700;
}
.visual .vi-wrap .txt span {
  color: var(--white);
}
.visual .vi-wrap .sub-ti {
  font-size: 1.6vh;
  line-height: 150%;
  position: absolute;
  bottom: 156px;
  right: 1rem;
  text-align: right;
}

/* sec01 */
.sec01-banner {
  /*height:80vh;*/
  margin-top: -20vh;
}
.sec01-banner img {
  width: 100%;
}
.sec01-banner .video-wrap {
  position: relative;
}
.sec01-banner .video-wrap:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.sec01-banner .video-wrap > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sec01-banner .video-wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sec01-banner .video-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sec01-banner .video-wrap iframe.mobile {
  display: none;
}

/* 초중고 문화교육 */
.sec02-con {
  height: 100vh;
  background: var(--white);
  padding: 15vh 0;
  margin-bottom: 100vh;
}
.sec02-con .sec02-cont {
  padding-bottom: var(--main-title-bottom);
}
.sec02-con .sec02-txt .sec02-tit {
  font-size: 3rem;
  font-weight: 600;
  padding-bottom: 25px;
}
@media (max-width: 1024px) {
  .sec02-con .sec02-txt .sec02-tit {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .sec02-con .sec02-txt .sec02-tit {
    font-size: 2rem;
  }
}
.sec02-con .sec02-txt p {
  font-size: 2rem;
  font-weight: 300;
  line-height: 150%;
}
@media (max-width: 1024px) {
  .sec02-con .sec02-txt p {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .sec02-con .sec02-txt p {
    font-size: 1.7rem;
  }
}
.sec02-con .sec02-img li {
  width: 47%;
  position: relative;
}
.sec02-con .sec02-img li .m-content {
  position: static;
}
.sec02-con .sec02-img .s-tit {
  font-size: 1.8rem;
  padding-bottom: 12px;
}
@media (max-width: 1024px) {
  .sec02-con .sec02-img .s-tit {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .sec02-con .sec02-img .s-tit {
    font-size: 1.5rem;
  }
}
.sec02-con .sec02-img .category {
  font-size: 1.8rem;
  color: var(--mainp-color);
  font-weight: 300;
}
@media (max-width: 1024px) {
  .sec02-con .sec02-img .category {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .sec02-con .sec02-img .category {
    font-size: 1.5rem;
  }
}

/* 한복문화행사 */
#event-hanbok {
  border-top: 1px solid var(--border-color);
}
#event-hanbok::after {
  content: "";
  display: block;
  height: 100vh;
}

.sec03-con {
  background: var(--white);
  padding: 15vh 0;
}
.sec03-con .sec03-cont {
  padding-bottom: var(--main-title-bottom);
}
.sec03-con .sec03-txt .sec03-tit {
  font-size: 3rem;
  font-weight: 600;
  padding-bottom: 25px;
}
@media (max-width: 1024px) {
  .sec03-con .sec03-txt .sec03-tit {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .sec03-con .sec03-txt .sec03-tit {
    font-size: 2rem;
  }
}
.sec03-con .sec03-txt p {
  font-size: 2rem;
  font-weight: 300;
  line-height: 150%;
}
@media (max-width: 1024px) {
  .sec03-con .sec03-txt p {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .sec03-con .sec03-txt p {
    font-size: 1.7rem;
  }
}
.sec03-con .sec03-img li {
  width: 31.3%;
  position: relative;
}
.sec03-con .sec03-img li .thumb {
  position: relative;
  margin-bottom: 0;
}
.sec03-con .sec03-img li .thumb:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.sec03-con .sec03-img li .thumb > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sec03-con .sec03-img li .m-content {
  border: 1px solid var(--border-color);
  height: 15vh;
  padding: 10px 20px;
  position: static;
}
.sec03-con .sec03-img li .m-content .s-tit {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 150%;
}
@media (max-width: 1024px) {
  .sec03-con .sec03-img li .m-content .s-tit {
    font-size: 2.1rem;
  }
}
@media (max-width: 768px) {
  .sec03-con .sec03-img li .m-content .s-tit {
    font-size: 1.9rem;
  }
}
.sec03-con .sec03-img li .m-content span {
  font-size: 1.8rem;
  font-weight: 300;
  color: var(--mainp-color);
  bottom: 40px;
  position: absolute;
}
@media (max-width: 1024px) {
  .sec03-con .sec03-img li .m-content span {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .sec03-con .sec03-img li .m-content span {
    font-size: 1.5rem;
  }
}

/* sec04 */
.sec04-con {
  padding: 130px 0 100px;
  background-color: var(--main-gray);
}
.sec04-con .sec04-cont {
  padding-bottom: 160px;
}
.sec04-con .sec04-txt .sec04-tit {
  font-size: 3rem;
  font-weight: 600;
  padding-bottom: 25px;
}
@media (max-width: 1024px) {
  .sec04-con .sec04-txt .sec04-tit {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .sec04-con .sec04-txt .sec04-tit {
    font-size: 2rem;
  }
}
.sec04-con .sec04-txt p {
  font-size: 2rem;
  font-weight: 300;
  line-height: 150%;
}
@media (max-width: 1024px) {
  .sec04-con .sec04-txt p {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .sec04-con .sec04-txt p {
    font-size: 1.7rem;
  }
}
.sec04-con .notice-wrap {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0 0 0 22%;
  z-index: 1;
}
.sec04-con .notice-wrap .notice {
  padding-top: 5rem;
}
.sec04-con .notice-wrap .notice .slick-prev,
.sec04-con .notice-wrap .notice .slick-next {
  width: 35px;
  height: 35px;
  text-indent: -1000px;
  border-radius: 50%;
  background-color: #bbb;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.sec04-con .notice-wrap .notice .slick-prev::after,
.sec04-con .notice-wrap .notice .slick-next::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/images/hbm/main/prev_icon.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.sec04-con .notice-wrap .notice .slick-prev:hover::after,
.sec04-con .notice-wrap .notice .slick-next:hover::after {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: arrow-prev;
          animation-name: arrow-prev;
}
.sec04-con .notice-wrap .notice .slick-next {
  left: 40px;
}
.sec04-con .notice-wrap .notice .slick-next::after {
  background-image: url("/images/hbm/main/next_icon.png");
}
.sec04-con .notice-wrap .notice .slick-next:hover::after {
  -webkit-animation-name: arrow-next;
          animation-name: arrow-next;
}
@-webkit-keyframes arrow-prev {
  from {
    left: 0;
    opacity: 1;
  }
  to {
    left: -5px;
    opacity: 0;
  }
}
@keyframes arrow-prev {
  from {
    left: 0;
    opacity: 1;
  }
  to {
    left: -5px;
    opacity: 0;
  }
}
@-webkit-keyframes arrow-next {
  from {
    left: 0;
    opacity: 1;
  }
  to {
    left: 5px;
    opacity: 0;
  }
}
@keyframes arrow-next {
  from {
    left: 0;
    opacity: 1;
  }
  to {
    left: 5px;
    opacity: 0;
  }
}
.sec04-con .notice-wrap .notice .notice-content {
  height: 35vh;
  background-color: var(--white);
  padding: 5.5vh 4vh;
  margin-right: 40px;
  position: relative;
}
.sec04-con .notice-wrap .notice .notice-content .notice-box {
  height: 100%;
}
.sec04-con .notice-wrap .notice .notice-content .notice-box h3 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .sec04-con .notice-wrap .notice .notice-content .notice-box h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .sec04-con .notice-wrap .notice .notice-content .notice-box h3 {
    font-size: 2rem;
  }
}
.sec04-con .notice-wrap .notice .notice-content .notice-box p {
  height: 75%;
  -webkit-line-clamp: 8;
  font-weight: 300;
  color: var(--sub-gray);
  line-height: 160%;
}

.icon-point {
  width: 37px;
  height: 37px;
}

/* popup */
.popupDiv {
  max-width: calc(100% - 20px);
  position: absolute;
  top: 67px;
  left: 10px;
  z-index: 900;
}
.popupDiv .popup-control {
  color: var(--white);
  background: var(--black);
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popupDiv .popup-control input[type=checkbox] + label {
  padding-left: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popupDiv .popup-control input[type=checkbox] + label::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--white) url("/images/common/unchecked.png") no-repeat center;
  background-size: 50%;
  margin-right: 1rem;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
}
.popupDiv .popup-control input[type=checkbox]:checked + label::before {
  background: var(--point-color) url("/images/common/checked.png") no-repeat center;
}
.popupDiv .popup-control button {
  margin-left: auto;
  display: block;
}

@media screen and (width: 1400px) {
  .sec02-con,
  .sec03-con,
  .sec04-con {
    padding: 10% 0;
  }
}
@media screen and (max-width: 1200px) {
  .sec04-con .notice-wrap .notice .notice-content {
    padding: 2rem;
  }
  .sec04-con .notice-wrap .notice .notice-content .notice-box h3 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .sec02-con,
  .sec03-con {
    padding: 12vh 0;
  }
  .sec02-con {
    margin-bottom: 50vh;
  }
  #event-hanbok::after {
    height: 50vh;
  }
}
@media screen and (max-width: 1023px) {
  .sec02-con,
  .sec03-con,
  .sec04-con {
    height: auto;
    padding: 5rem 0;
  }
  .sec02-con {
    margin-bottom: 0;
  }
  .sec04-con .sec04-cont {
    padding-bottom: var(--main-title-bottom);
  }
  #event-hanbok::after {
    display: none;
  }
}
footer .footer-contact {
  border-top: none;
}

@media screen and (max-width: 768px) {
  .btn-more {
    bottom: 10px;
    right: 10px;
  }
  .more, .icon-point {
    margin-bottom: 3rem;
  }
  .sec01-banner {
    margin-top: 0;
  }
  .sec01-banner .video-wrap {
    position: relative;
  }
  .sec01-banner .video-wrap:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 133.3333333333%;
  }
  .sec01-banner .video-wrap > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .sec01-banner .video-wrap iframe.pc {
    display: none;
  }
  .sec01-banner .video-wrap iframe.mobile {
    display: block;
  }
  .sec03-con .sec03-img ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec03-con .sec03-img li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    position: relative;
  }
  .sec03-con .sec03-img li:last-child {
    margin-bottom: 0;
  }
  .sec03-con .sec03-img li .m-content {
    height: auto;
    min-height: 20vh;
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .sec04-con .notice-wrap {
    padding: 0 10px;
  }
  .sec04-con .notice-wrap .notice .notice-content {
    margin-right: 20px;
  }
}
@media screen and (max-width: 680px) {
  /* visual */
  .visual .vi-wrap .sub-ti {
    text-align: left;
    margin: 3rem 0;
    position: relative;
    bottom: auto;
    right: auto;
  }
}
@media screen and (max-width: 620px) {
  .visual {
    padding-top: 0;
  }
  .visual .vi-wrap {
    height: auto;
    padding-bottom: 6rem;
  }
  .visual .vi-wrap .visual-subtitle {
    position: relative;
    bottom: auto;
    left: auto;
  }
}
@media screen and (max-width: 480px) {
  .visual .vi-wrap .txt {
    font-size: 3rem;
    word-break: keep-all;
  }
  .sec04-con .notice-wrap .notice .notice-content {
    margin-right: 5px;
    margin-left: 5px;
  }
}
