/* 메인팝업 */
.main_pop_wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.main_pop_wrap .popslde_wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pop_box {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 25px;
}
.pop_box .pop_top {
  /* position: relative; */
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.pop_box .pop_top .pop_tit {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  width: 100%;
}
.pop_box .pop_top .pop_cnt {
  display: inline-block;
  margin-left: auto;
  margin-right: 20px;
  /* position: absolute;
  top:5px;
  right:23px; */
  color: #000;
  font-size: 16px;
  background-color:#fff ;
  padding: 10px 25px;
  border-radius: 25px;
}
.pop_box .pop_btnWrap {
  display: flex;
  justify-content: center;
  gap:10px;
  margin-top: 30px;
}
.pop_box .pop_btnWrap button {
  display: inline-block;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  height: 40px;
  padding: 0 20px;
  border-radius: 20px;
}
.pop_box .pop_btnWrap button.today_close {
  background-color: #ee7700;
}
.pop_box .pop_btnWrap button.close {
  background-color: #006bcc;
}
.pop_box .pop_btnWrap button .material-symbols-outlined {
  font-size: 20px;
}
.pop_slide .slick-slide img {
  margin: 0 auto;
  /* max-width: 400px; */
  /* width: 100%; */
  height: auto !important;
  max-height: 400px;
}
.pop_slide .slick-slide {
  margin: 0 23px;
}
.pop_slide .slick-arrow {
  display: block;
  width: 15px;
  height: 27px;
  background: url(../img/main/pop_arrow_prev.png) no-repeat;
  font-size: 0;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
}
.pop_slide .slick-prev{
  left: -10px;
}
.pop_slide .slick-next{
  background-image: url(../img/main/pop_arrow_next.png);
  right: -10px;
}
@media screen and (max-width: 768px) {
  .pop_box .pop_top .pop_tit {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .pop_box .pop_top .pop_cnt {
    font-size: 14px;
    margin-bottom: 17px;
    margin: 0 auto;
  }
  .pop_box .pop_btnWrap {
    margin-top: 15px;
  }
}
/* ====================<anchor start>==================== */
.main-anchor {
  position: fixed;
  right: 50px;
  top: calc(50% + calc(var(--hd_height) / 2));
  transform: translateY(-50%);
  z-index: 9;
  color: #fff;
  padding: 20px 12px;
  background-color: #1c3957;
  border-radius: 18px;
}
.main-anchor.on {
  color: #222;
}
.main-anchor.on li a::before {
  border: 3px solid #eee;
}
.main-anchor li+li {
  margin-top: 16px;
}
.main-anchor li a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}
.main-anchor li {
  opacity: 0.6;
  transition: 0.3s;
  position: relative;
}
.main-anchor li.active {
  opacity: 1;
  color: #1adff6;
}
.main-anchor li.active a::before {
  border: 6px solid #1adff6;
}
.main-anchor li a::before {
  content: '';
  display: block;
  width: 12px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 3px solid #fff;
  transition: 0.3s;
}
.main-anchor li a span {
  padding-top: 4px;
  position: absolute;
  left: 0px;
  padding-right: 25px;
  transform: translateX(-100%) scaleX(0%);
  white-space: nowrap;
  transition: 0.5s;
  transform-origin: right;
}
@media screen and (hover:hover) {
  .main-anchor li:hover {
    opacity: 0.8;
  }
  .main-anchor li:hover a span {
    transform: translateX(-100%) scaleX(100%);
  }
  .main-anchor li.current_sc:hover {
    opacity: 1;
  }
}
/* ====================<anchor start>==================== */
.current_sc .sc_inner {
  opacity: 1;
}
.sc_inner {
  max-width: 1540px;
  margin: 0 auto;
  padding: var(--hd_height) 20px 0;
  opacity: 0;
  transition: 0.3s;
}
.sc_title {
  font-size: 36px;
  text-align: center;
  margin-bottom: 30px;
}
.menu_frame,
.menu_frame .left {
  display: flex;
  gap: var(--sc02_gap);
}
.menu_frame .left {
  width: 882px;
}
.menu_frame+.menu_frame {
  margin-top: var(--sc02_gap);
}
.menu_frame .right,
.menu_frame .menu_item01 {
  flex: 2;
  min-width: 0;
}
.menu_frame .item_title {
  text-align: center;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 30px;
}
@media screen and (max-width:1200px) {
  .menu_frame .item_title {
    font-size: 18px;
    line-height: 23px;
  }
}
@media screen and (max-width:1024px) {
  section,
  .fp-tableCell {
    height: auto !important;
  }
  .sc_inner {
    padding: 50px 20px 40px;
  }
  .sc_title {
    margin-bottom: 25px;
    font-size: 28px;
  }
  .menu_frame .left {
    width: 100%;
  }
  .menu_frame {
    flex-direction: column;
    /* max-width: 580px; */
    margin: 0 auto;
  }
}
@media screen and (max-width:768px) {
  .menu_frame .item_title {
    font-size: 16px;
  }
  .sc_title {
    font-size: 24px;
  }
}
/* ====================<section01 start>==================== */
.side_area {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-top: var(--hd_height);
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: none;
  background-color: transparent;
  opacity: 0;
  transition: 0.3s;
}
.current_sc .side_area {
  opacity: 1;
}
@media screen and (max-width:1800px) {
  .back_area {
    padding-left: 0px;
  }
  .main-anchor {
    display: none;
  }
}
.side_area .top {
  text-align: center;
}
.side_area .text_box {
  max-height: 920px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 40px 50px 160px 50px;
}
.text_box .text01 {
  font-size: 22px;
  opacity: 0;
  font-weight: 300;
}
.text_box .text02 {
  font-size: 58px;
  opacity: 0;
}
.srh_form,
.hash_list {
  max-width: 530px;
  margin: 0 auto;
}
.srh_form {
  margin-top: 40px;
}
.current_sc .text_box .text01 {
  animation: fade_up 0.4s ease-out both;
  animation-delay: 0.2s;
}
.current_sc .text_box .text02 {
  animation: fade_up 0.4s ease-out both;
  animation-delay: 0.3s;
}
.current_sc .text_box .more_view02 {
  animation: fade_up 0.4s ease-out both;
  animation-delay: 0.5s;
}
.current_sc .text_box .slide_control {
  animation: fade_up 0.4s ease-out both;
  animation-delay: 0.6s;
}
.current_sc .quick_area {
  animation: fade_up 0.4s ease-out both;
  animation-delay: 0.7s;
}
.current_sc .aside_area {
  animation: fade_in 0.4s ease-out both;
  animation-delay: 0.2s;
}
.text_box .text02+.text01 {
  margin-top: 10px;
}
.text_box .main_logo {
  margin-top: 23px;
}
.text_box .main_logo+.srh_form {
  margin-top: 40px;
}
.text_box .srh_form+.hash_list {
  margin-top: 23px;
}
.text_box .hash_list+.scroll_box {
  margin-top: 40px;
}
#section1 .back_area {
  position: absolute;
  inset: 0;
  padding-top: var(--hd_height);
  background-color: #000;
}
#section1:has(.movie_wrap) .side_area{
  display: none;
}
#section1:has(.movie_wrap) .slide_box{
  display: none;
}
/* #section1 .back_area:has(.movie_wrap) {
  padding-top:0;
} */
#section1 .movie_wrap {
  width: 100%;
  height: 100%;
}
#section1 .movie_wrap video {
  object-fit: cover;
}
#section1 .movie_wrap .youtube_bg {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#section1 .movie_wrap .youtube_bg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 178%;
  pointer-events: none;
}
#section1 .slide_box,
#section1 .slick-list,
#section1 .slick-track,
#section1 .slick-slide>div {
  width: 100%;
  height: 100%;
}
#section1 {
  --sc_point01: #0e54aa;
}
#section1 .slide_item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#section1 .slide_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.more_view02::after {
  content: '';
  display: block;
  width: 17px;
  height: 10px;
  background-image: url(../img/main/ico_more_view.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.more_view02 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 30px;
  font-size: 19px;
  height: 55px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 27px;
  transition: 0.3s;
  margin-top: 50px;
}
.more_view02>span {
  margin-top: 2px;
}
.more_view02:hover {
  border: 1px solid #ee9d00;
  background-color: #ee9d00;
  color: #fff;
  gap: 25px;
}
#section1 .slide_control {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
#section1 .slide_control .progress_box {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  line-height: 21px;
}
#section1 .slide_control .current {
  display: flex;
  width: 22px;
  height: 21px;
  overflow: hidden;
}
#section1 .slide_control .current ul {
  transition: 1s;
}
#section1 .slide_control .current .sec {
  transform: translateY(-21px);
}
#section1 .slide_control .current li {
  min-width: 11px;
  text-align: center;
}
#section1 .slide_control .progress_stick {
  width: 98px;
  height: 2px;
  margin: 0 15px;
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
}
#section1 .slide_control .progress_ing {
  position: absolute;
  width: 0%;
  height: 100%;
  background-color: #fff;
}
#section1 .slide_control .progress_ing.on {
  animation: progress01 5s linear infinite;
}
@keyframes progress01 {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
#section1 .slide_btn{
  width: 30px;
  aspect-ratio: 1 / 1;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: 0.3s;
}
#section1 .slide_btn:hover{
  border: 1px solid #fff;
}
#section1 .slide_btn.prev{
  background-image: url(../img/main/ico_prev01.png);
}
#section1 .slide_btn.next{
  background-image: url(../img/main/ico_next01.png);
}
#section1 .ctrl_btn{
  width: 40px;
  aspect-ratio: 1 / 1;
  border: 1px solid #fff;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  display: none;
  transition: 0.3s;
}
#section1 .ctrl_btn:hover{
  background-color: #fff;
}
#section1 .ctrl_btn.on{
  display: block;
}
#section1 .ctrl_btn.pause{
  background-image: url(../img/main/ico_pause.png);
}
#section1 .ctrl_btn.pause:hover{
  background-image: url(../img/main/ico_pause_on.png);
}
#section1 .ctrl_btn.play{
  background-image: url(../img/main/ico_play.png);
}
#section1 .ctrl_btn.play:hover{
  background-image: url(../img/main/ico_play_on.png);
}
.quick_area{
  font-family: 'NotoSansKR';
  position: absolute;
  background-color: rgba(14, 84, 170, 0.8);
  inset: auto 0 0 0;
  width: 100%;
  display: flex;
  justify-content: center;
  color: #fff;
  min-height: 160px;
  z-index: 5;
  transition: 0.3s;
}
.quick_area:hover{
  background-color: rgba(14, 84, 170, 1);
}
.quick_area .inner{
  max-width: 1320px;
  padding: 0 20px;
  width: 100%;
  display: flex;
}
.quick_area .title_box{
  width: 130px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
}
.quick_area .title_box::before{
  content: '';
  display: block;
  background-color: #fff;
  width: 21px;
  height: 2px;
}
.quick_area .title{
  font-size: 26px;
}
.quick_area .quick_list{
  display: flex;
  width: calc(100% - 130px);
}
.quick_area .quick_list > li{
  flex: 1;
  min-width: 0;
}
.quick_area .quick_link{
  font-family: 'KIMM_Bold';
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 21px;
  gap: 20px;
  transition: 0.3s;
}
.quick_area .quick_link::before{
  content: '';
  display: block;
  width: 46px;
  aspect-ratio: 1 / 1;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.quick_area .quick_link.type01::before{
  background-image: url(../img/main/ico_quick01.png);
}
.quick_area .quick_link.type02::before{
  background-image: url(../img/main/ico_quick02.png);
}
.quick_area .quick_link.type03::before{
  background-image: url(../img/main/ico_quick03.png);
}
.quick_area .quick_link.type04::before{
  background-image: url(../img/main/ico_quick04.png);
}
.quick_area .quick_link.type05::before{
  background-image: url(../img/main/ico_quick05.png);
}
.quick_area .quick_link.type01:hover::before{
  background-image: url(../img/main/ico_quick01_on.png);
}
.quick_area .quick_link.type02:hover::before{
  background-image: url(../img/main/ico_quick02_on.png);
}
.quick_area .quick_link.type03:hover::before{
  background-image: url(../img/main/ico_quick03_on.png);
}
.quick_area .quick_link.type04:hover::before{
  background-image: url(../img/main/ico_quick04_on.png);
}
.quick_area .quick_link.type05:hover::before{
  background-image: url(../img/main/ico_quick05_on.png);
}
.quick_area .quick_link:hover::before{
  transform: translateY(-10px);
}
.quick_area .quick_link:hover{
  color: #ee9d00;
}
.aside_area{
  background-color: rgba(0,0,0,0.7);
  padding: 35px 20px;
  position: absolute;
  right: calc(calc(100% - 1500px)/2);
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
}
.aside_area .point{
  color: #ee9d00;
}
.aside_area .title{
  font-size: 26px;
  text-align: center;
}
.aside_area .text{
  font-size: 21px;
  color: #fff;
}
.aside_area .text > span{
  display: inline-block;
  min-width: 75px;
  padding: 0 5px;
  text-align: right;
  font-size: 32px;
}
.aside_area .aside_list > li{
  padding: 10px 5px;
}
.aside_area .aside_list > li::before{
  content: '';
  display: block;
  width: 46px;
  aspect-ratio: 1 / 1;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto 4px;
  transition: 0.3s;
}
.aside_area .aside_list > li.type01::before{
  background-image: url(../img/main/ico_side01.png);
}
.aside_area .aside_list > li.type02::before{
  background-image: url(../img/main/ico_side02.png);
}
.aside_area .aside_list > li.type03::before{
  background-image: url(../img/main/ico_side03.png);
}
#section1 .more_view02,
.quick_area,
.aside_area{
  opacity: 0;
}
@media screen and (hover:hover) {
  .hash_list>li:hover a {
    background-color: #222;
    color: #fff;
    padding-right: 40px;
  }
  .hash_list>li:hover::after {
    transform: scale(1);
  }
  #section1 .ctrl_list button:hover {
    border-color: var(--k_color1);
  }
  #section1 .ctrl_list button:hover>span {
    color: var(--k_color1);
  }
}
@media screen and (max-width:1520px){
  .aside_area{
    right: 20px;
  }
  .side_area .text_box{
    padding-right: 300px;
  }
}
@media screen and (max-width:1024px) {
  .side_area,
  .sc_inner {
    opacity: 1;
  }
  .text_box .text01 {
    font-size: 16px;
  }
  .text_box .text02 {
    font-size: 29px;
  }
  #section1:has(.movie_wrap) .side_area {
    display: block;
  }
  .side_area {
    background-color: transparent;
    color: #fff;
    text-align: center;
    max-width: none;
    justify-content: center;
    padding-top: 80px;
  }
  #section1 .back_area{
    padding-top: 80px;
  }
  #section1 .back_area .slide_box{
    display: block;
  }
  #section1 .movie_wrap {
    display: none;
  }
  #section1 .slide_item img {
    opacity: 0.9;
  }
  .side_area .text_box {
    max-height: none;
    padding: 45px 20px 20px;
    width: 100%;
  }
  .text_box .main_logo+.srh_form {
    margin-top: 30px;
  }
  .hash_list>li {
    line-height: 29px;
    border-radius: 15px;
    font-size: 14px;
  }
  .hash_list>li::after {
    top: 4px;
  }
  .text_box .srh_form+.hash_list {
    margin-top: 15px;
  }
  .hash_list {
    gap: 8px;
  }
  .scroll_box {
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    text-align: center;
    margin-bottom: 0px;
  }
  #section1 .ctrl_list {
    gap: 8px;
    justify-content: center;
  }
  .side_area .top {
    width: 100%;
  }
  .text_box .main_logo,
  .text_box .text01,
  .text_box .text02 {
    padding-left: 0;
  }
  #section1 .aside_area{
    position: static;
    transform: none;
    margin: 0 auto;
    width: max-content;
    margin-bottom: 35px;
    padding: 25px 40px;
  }
  .aside_list{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
  }
  .quick_area{
    position: static;
  }
  #section1 .more_view02{
    display: none;
  }
  #section1 .slide_control{
    margin-top: 20px;
  }
  #section1 .slide_btn{
    width: 20px;
  }
  #section1 .ctrl_btn{
    width: 20px;
    border: none;
    opacity: 1;
  }
  #section1 .ctrl_btn:hover{
    background-color: transparent;
  }
  .aside_area .title{
    font-size: 20px;
  }
  .aside_area .text{
    font-size: 14px;
  }
  .aside_area .text > span{
    font-size: 22px;
    min-width: 50px;
  }
  .aside_area .aside_list > li::before{
    transform: scale(0.75);
  }
  .quick_area .title_box{
    display: none;
  }
  .quick_area .inner{
    max-width: 100%;
    padding: 0;
  }
  .quick_area .quick_list{
    width: 100%;
  }
  .quick_area{
    min-height: auto;
  }
  .quick_area .quick_list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .quick_area .quick_link{
    font-size: 14px;
    gap: 0px;
    padding: 8px 10px 15px;
  }
  .quick_area .quick_link::before,
  .quick_area .quick_link:hover::before{
    transform: scale(0.5);
  }
}
@media screen and (max-width: 768px) {
  .current_sc .text_box .main_logo img {
    max-width: 295px;
  }
  .srh_form .input_box {
    line-height: 61px;
    height: 61px;
  }
  .side_area .text_box {
    gap: 90px;
  }
  .aside_list{
    flex-direction: column;
  }
  #section1 .aside_area{
    padding: 30px;
    width: calc(100% - 140px);
    margin-left: 70px;
    margin-right: 70px;
  }
}
/* ====================<section01 end>==================== */
/* ====================<section02 start>==================== */
#section2 {
  background: #f2fbff;
  background-image: url(../img/main/main01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#section2 .menu_frame {
  gap: 36px;
}
#section2 .news_menu{
  width: 100%;
}
#section2 .menu_frame+.menu_frame {
  margin-top: 25px;
}
#section2 .title_box {
  height: 60px;
  display: flex;
  justify-content: space-between;
  font-size: 24px;
}
#section2 .title_box .menu_title {
  padding: 10px 0;
}
#section2 .menu_frame.type01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr)
}
#section2 :is(.tab_menu, .youtube_menu, .popup_menu, .news_menu) {
  position: relative;
  min-width: 0;
  opacity: 0;
}
#section2.current_sc .tab_menu {
  animation: fade_up 0.4s ease-out both;
  animation-delay: 0.4s;
}
#section2.current_sc .youtube_menu {
  animation: fade_up 0.4s ease-out both;
  animation-delay: 0.5s;
}
#section2.current_sc .popup_menu {
  animation: fade_up 0.4s ease-out both;
  animation-delay: 0.6s;
}
#section2.current_sc .news_menu {
  animation: fade_up 0.4s ease-out both;
  animation-delay: 0.7s;
}
#section2 :is(.tab_menu, .youtube_menu, .popup_menu, .news_menu) .more_view {
  position: absolute;
  top: 0px;
  right: 0;
}
.tab_btn_list {
  display: flex;
  gap: 15px;
  border-bottom: 2px solid var(--k_color1);
  width: 100%;
}
.tab_btn_list li {
  position: relative;
}
.tab_btn_list li::before {
  content: '';
  width: 22px;
  height: 10px;
  border-bottom: 10px solid var(--k_color1);
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: scale(0) translateX(-50%);
  transform-origin: bottom;
  transition: 0.3s;
}
.tab_btn_list li:has(.on)::before {
  transform: scale(1) translateX(-50%);
}
.tab_btn_list .tab_btn {
  padding: 10px;
  transition: 0.3s;
}
.tab_btn_list .tab_btn.on {
  color: var(--k_color1);
}
#section2 .notice_list .date {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 5px;
  color: #555555;
}
#section2 .notice_list .notice_title {
  font-size: 18px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 300;
  transition: 0.3s;
}
#section2 .notice_list>li:first-of-type {
  padding: 20px 4px 15px;
  border-bottom: 1px solid var(--k_color1);
  margin-bottom: 20px;
}
#section2 .notice_list>li:first-of-type .notice_title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}
#section2 .notice_list>li:not(:first-of-type) {
  position: relative;
  padding-left: 20px;
  margin-top: 10px;
}
#section2 .notice_list>li:not(:first-of-type)::before {
  content: '';
  display: block;
  position: absolute;
  left: 3px;
  top: 7px;
  width: 5px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  transition: 0.3s;
  background-color: #000;
}
#section2 .notice_list .notice_text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 20px;
  line-height: 28px;
  min-height: 56px;
  font-weight: 300;
}
#section2 .youtube_menu .cont_box {
  width: 100%;
  aspect-ratio: 473 / 244;
  position: relative;
  overflow: hidden;
}
#section2 .youtube_menu .cont_box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 2px;
  width: 100%;
  height: 100%;
  border-top: 2px solid #e60013;
  border-left: 2px solid #e60013;
  visibility: hidden;
}
#section2 .youtube_menu .cont_box:after {
  content: "";
  position: absolute;
  bottom: 0;
  padding-right: 2px;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 2px solid #e60013;
  border-right: 2px solid #e60013;
  visibility: hidden;
}
#section2 .youtube_menu .cont_box:hover {
  transition: color 0.75s ease-in-out;
}
#section2 .youtube_menu .cont_box:hover::before {
  animation: topleft 0.5s ease-in-out forwards;
}
#section2 .youtube_menu .cont_box:hover::after {
  animation: bottomright 0.5s ease-in-out forwards;
}
@keyframes bottomright {
  0% {
    width: 0;
    height: 0;
    padding-top: 0;
    visibility: visible;
  }
  25% {
    width: 100%;
    height: 0;
    padding-top: 0;
    visibility: visible;
  }
  50% {
    height: 100%;
    width: 100%;
    visibility: visible;
  }
  75% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
@keyframes topleft {
  0% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  25% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  50% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  75% {
    width: 100%;
    height: 0;
    padding-bottom: 0;
    visibility: visible;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
  }
}
#section2 .youtube_btn {
  display: block;
  width: 100%;
  height: 100%;
}
#section2 .youtube_menu .cont_box img,
#section2 .news_item .img_box img,
#section2 .popup_menu .cont_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#section2 .news_item .img_box img {
  object-fit: contain;
}
#section2 .popup_menu .cont_box {
  width: 100%;
  aspect-ratio: 470 / 254;
  position: relative;
  overflow: hidden;
}
#section2 .popup_menu .slide_box {
  width: 100%;
}
#section2 .news_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  gap: 30px;
}
#section2 .news_list>li {
  min-width: 0;
  overflow: hidden;
}
#section2 .news_item {
  display: block;
  width: 100%;
  height: 100%;
}
#section2 .news_item .img_box {
  width: 100%;
  aspect-ratio: 351 / 180;
  overflow: hidden;
  border: 2px solid transparent;
  background-color: #fff;
}
#section2 .news_item:hover .img_box{
  border: 2px solid #ee9d00;
}
#section2 .news_item .img_box img {
  transition: 0.3s;
  transform-origin: center center;
}
#section2 .news_item .news_title {
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  display: block;
  text-overflow: ellipsis;
  font-size: 18px;
  margin: 10px 0 8px;
  transition: 0.3s;
}
#section2 .news_item .date {
  font-size: 16px;
  font-weight: 300;
}
#section2 .slide_ctrl_box .on button.play {
  display: none;
}
#section2 .slide_ctrl_box .on button.pause {
  display: flex;
}
#section2 .slide_ctrl_box button.play {
  display: flex;
}
#section2 .slide_ctrl_box button.pause {
  display: none;
}
#section2 .slick-dots_box {
  padding-bottom: 10px;
  margin-left: 15px;
}
#section2 .slick-dots{
  display: flex;
  gap: 15px;
  align-items: center;
  height: 100%;
}
#section2 .slick-dots_box button {
  display: block;
  width: 10px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #3c3c3c;
  font-size: 0;
}
#section2 .slick-dots_box .slick-active button {
  background-color: #0b7be0;
}
#section2 .slick-slide>div {
  height: 100%;
}
#section2 .slide_item {
  height: 100%;
  aspect-ratio: 470 / 244;
}
#section2 .notice_list .notice_title,
#section2 .news_item .news_title{
  position: relative;
  display: inline-block;
  max-width: 100%;
  width: max-content;
}
#section2 .notice_list .notice_title::before,
#section2 .news_item .news_title::before{
  content: '';
  display: block;
  position: absolute;
  width: 0%;
  background-color: rgba(238, 157, 0, 0.5);
  height: 11px;
  border-radius: 6px;
  bottom: 0px;
  z-index: -1;
  left: 0;
  transition: 0.3s;
}
@media screen and (hover:hover) {
  #section2 .notice_list .notice_title:hover::before,
  #section2 .news_item:hover .news_title::before {
    width: 100%;
  }
  #section2 .notice_list>li:not(:first-of-type):hover::before {
    background-color: var(--k_color2);
  }
  #section2 .news_item:hover .img_box img {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 1400px) {
  #section2 .menu_frame,
  #section2 .news_list {
    gap: 24px;
  }
  #section2 .notice_list .notice_title {
    font-size: 16px;
    word-break: break-all;
  }
  #section2 .notice_list .notice_text {
    font-size: 15px;
    line-height: 24px;
    min-height: 48px;
    word-break: break-all;
  }
  #section2 .title_box {
    font-size: 20px;
  }
  #section2 .news_item .news_title {
    font-size: 16px;
    margin-bottom: 4px;
  }
  #section2 .news_item .date {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  #section2 .notice_list>li:first-of-type {
    padding: 16px 4px 10px;
    margin-bottom: 20px;
  }
  #section2 .notice_list>li:first-of-type .notice_title {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .tab_btn_list .tab_btn {
    padding: 4px;
  }
  #section2 .title_box .menu_title {
    padding: 4px 0;
  }
  #section2 .menu_frame+.menu_frame {
    margin-top: 20px;
  }
  #section2 .notice_list>li:not(:first-of-type) {
    padding-left: 15px;
  }
  #section2 .notice_list>li:not(:first-of-type){
    margin-top: 5px;
  }
  #section2 .notice_list>li:not(:first-of-type)::before {
    top: 8px;
  }
  #section2 .title_box {
    height: 50px;
  }
  #section2 :is(.tab_menu, .youtube_menu, .popup_menu, .news_menu) .more_view,
  #section2 .slide_ctrl_box ul {
    top: -5px;
  }
  #section2 .slide_ctrl_box ul {
    position: relative;
  }
  #section2 .slick-dots_box{
    padding-bottom: 15px;
    margin-left: 15px;
  }
}
@media screen and (max-width:1024px) {
  #section2 .menu_frame.type01 {
    display: flex;
  }
  #section2 .news_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 24px;
  }
}
@media screen and (max-width:768px) {
  #section2 .title_box .tab_btn_list {
    font-size: 18px;
  }
  #section2 .title_box {
    font-size: 22px;
    height: 45px;
  }
  #section2 .menu_frame.type01 {
    gap: 40px;
  }
  #section2 .menu_frame+.menu_frame {
    margin-top: 40px;
  }
  #section2 .news_item .img_box {
    aspect-ratio: 280 / 190;
  }
  #section2 .slick-dots_box{
    padding-bottom: 8px;
  }
}
@media screen and (max-width:460px) {
  #section2 .news_list>li:not(:first-of-type, :nth-of-type(2)) {
    display: none;
  }
}
#section2 .notice_list>li {
  transform: translateX(-15px);
  opacity: 0;
}
#section2 .on .notice_list>li {
  animation: fade_left 0.3s ease-out both;
}
#section2 .on .notice_list>li:nth-of-type(2) {
  animation-delay: 0.2s;
}
#section2 .on .notice_list>li:nth-of-type(3) {
  animation-delay: 0.4s;
}
@keyframes fade_up {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_left {
  0% {
    opacity: 0;
    transform: translateX(-15px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

/* ====================<section02 end>==================== */
/* ====================<section03 start>==================== */
#section3 {
  position: relative;
  overflow: hidden;
  background: url(../img/main/main02.jpg) no-repeat center;
  background-size: cover;
}
#section3 .sc_inner {
  position: relative;
  z-index: 4;
}
#section3 .sc_title {
  margin-bottom: 60px;
}
#section3 .slide_ctrl_box {
  margin-bottom: 13px;
}
#section3.current_sc .sc_cont {
  animation: fade_up 0.4s ease-out both;
  animation-delay: 0.4s;
}
#section3 .slide_ctrl_box ul,
#section2 .slide_ctrl_box ul {
  display: flex;
  gap: 5px;
  justify-content: flex-end;
}
#section3 .slide_ctrl_box :is(button, a),
#section2 .slide_ctrl_box :is(button, a),
#section2 .more_view {
  width: 40px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: block;
  background-repeat: no-repeat;
  border: 1px solid #dcdcdc;
  transition: 0.3s;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section3 .slide_ctrl_box :is(button, a)>span,
#section2 .slide_ctrl_box :is(button, a)>span,
#section2 .more_view>span {
  color: #000;
  font-size: 32px;
  transition: 0.3s;
  font-variation-settings:
    'FILL'1,
    'wght'100,
    'GRAD'0,
    'opsz'24
}
.object_wrap{
  display: grid;
  gap: 35px;
  grid-template-columns: repeat(4, 1fr);
}
.object_wrap .object_item{
  min-width: 0;
  height: 420px;
  padding: 55px 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.object_wrap .object_item:hover {
  transform: scale(1.02);
  box-shadow: 6px 5px 8px rgba(0, 0, 0, .6);
}
.object_wrap .object_item::before{
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s;
}
.object_wrap .object_item::after{
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 2;
  transition: 0.3s;
}
.object_wrap .object_item.type01::before{
  background-image: url(../img/main/img_object01.jpg);
}
.object_wrap .object_item.type02::before{
  background-image: url(../img/main/img_object02.jpg);
}
.object_wrap .object_item.type03::before{
  background-image: url(../img/main/img_object03.jpg);
}
.object_wrap .object_item.type04::before{
  background-image: url(../img/main/img_object04.jpg);
}
.object_wrap .object_item .text_box::before{
  content: '';
  display: block;
  width: 52px;
  aspect-ratio: 1 / 1;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto 25px;
  transition: 0.3s;
}
.object_wrap .object_item.type01 .text_box:before{
  background-image: url(../img/main/ico_object01.png);
}
.object_wrap .object_item.type02 .text_box::before{
  background-image: url(../img/main/ico_object02.png);
}
.object_wrap .object_item.type03 .text_box::before{
  background-image: url(../img/main/ico_object03.png);
}
.object_wrap .object_item.type04 .text_box::before{
  background-image: url(../img/main/ico_object04.png);
}
.object_wrap .object_item.type01:hover .text_box:before{
  background-image: url(../img/main/ico_object01_on.png);
}
.object_wrap .object_item.type02:hover .text_box::before{
  background-image: url(../img/main/ico_object02_on.png);
}
.object_wrap .object_item.type03:hover .text_box::before{
  background-image: url(../img/main/ico_object03_on.png);
}
.object_wrap .object_item.type04:hover .text_box::before{
  background-image: url(../img/main/ico_object04_on.png);
}
.object_wrap .inner{
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  color: #fff;
  z-index: 3;
}
.object_wrap .title{
  font-size: 27px;
  margin-bottom: 15px;
  transition: 0.3s;
}
.object_wrap .text{
  font-size: 20px;
  transition: 0.3s;
}
.object_wrap .object_item:hover::before{
  transform: scale(1.1);
  transform-origin: center center;
}
.object_wrap .object_item:hover::after{
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(3px);
}
.object_wrap .object_item:hover .title,
.object_wrap .object_item:hover .text{
  color: #ee9d00;
}
.object_wrap .more_view02{
  margin-top: 0;
}
@media screen and (hover:hover) {
  #section3 .slide_ctrl_box :is(button, a):hover,
  #section2 .slide_ctrl_box :is(button, a):hover,
  #section3 .slide_item:hover .img_box,
  #section2 .more_view:hover {
    border: 1px solid #ee9d00;
    background-color: #ee9d00;
  }
}
@media screen and (max-width: 1300px){
  .object_wrap .title{
    font-size: 23px;
    margin-bottom: 10px;
  }
  .object_wrap .text{
    font-size: 18px;
  }
  .object_wrap .more_view02{
    height: 40px;
    padding: 10px 20px;
  }
  .object_wrap{
    gap: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .object_wrap{
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .object_wrap{
    grid-template-columns: repeat(1, 1fr);
  }
  .object_wrap .object_item{
    height: auto;
    min-height: 370px;
    padding: 50px 20px;
  }
  .object_wrap .more_view02 > span{
    font-size: 16px;
  }
  .object_wrap .inner{
    gap: 20px;
  }
  #section3 .slide_ctrl_box :is(button, a)>span, #section2 .slide_ctrl_box :is(button, a)>span, #section2 .more_view>span{
    font-size: 30px;
  }
  #section3 .slide_ctrl_box :is(button, a), #section2 .slide_ctrl_box :is(button, a), #section2 .more_view,
  #section3 .slide_ctrl_box :is(button, a):hover, #section2 .slide_ctrl_box :is(button, a):hover, #section3 .slide_item:hover .img_box, #section2 .more_view:hover{
    background-color: transparent;
    border: none;
    width: 25px;
  }
  #section2 :is(.tab_menu, .youtube_menu, .popup_menu, .news_menu) .more_view, #section2 .slide_ctrl_box ul{
    top: 5px
  }
  #section3 .sc_title{
    margin-bottom: 25px;
  }
}
/* ====================<section03 end>==================== */
.footer_tab{
  position: absolute;
  width: 100%;
  bottom: calc(100% - 55px);
}
.footer_wrap{
  padding-top: 75px;
}
@media screen and (max-width:1024px){
  .footer_tab{
    position: static;
  }
  .footer_wrap{
    padding-top: 20px;
  }
}