@charset "UTF-8";
@import url("layout_respond.css");
/*-------------------------------------------------
title       : 메인
Author      : PLAN I
Create date : 2024-10-25
-------------------------------------------------*/
@media (max-width: 1400px) {
  #section1 .biz_swiper .swiper_wrap {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
  #section1 .visual_head .scroll_down {
    left: 1rem;
  }
}
@media (max-width: 1280px) {
  #section1 {
    padding-top: calc(8rem + var(--krds-header-height));
  }
  #section1 .visual_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  #section1 .biz_swiper .swiper-initialized {
    overflow: hidden !important;
  }
  #section1 .biz_swiper .swiper-slide {
    padding: 3rem 2rem;
  }
  #section1 .search_box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 62rem;
  }
  #section1 .search_box form {
    padding-right: 0;
  }
  #section3 .noti_swiper::before, #section3 .noti_swiper::after {
    display: none;
  }
  #section3 .noti_swiper {
    width: calc(100% + 4rem);
    margin-left: -2rem;
    padding-left: 0;
    padding-right: 0;
  }
  #section3 .noti_swiper .swiper {
    padding: 2rem;
  }
  #section5 .tit_box h3 {
    font-size: 3.8rem;
  }
  #section5 .link_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.2rem;
    padding: 2rem;
  }
  #section5 .link_box a {
    width: 100%;
  }
  #section5 .link_box a + a {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 1.2rem;
  }
}
@media (max-width: 1024px) {
  #section1 .sec_title {
    font-size: 4.8rem;
  }
  #section1 .search_box form {
    width: 100%;
    max-width: 60rem;
  }
  #section1 .search_box form p {
    width: 100%;
  }
  #section1 .biz_swiper .swiper_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #section1 .biz_swiper .swiper_head .control {
    margin-left: auto;
  }
  #section1 .biz_swiper .swiper_head .tit_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #section3 .tab_wrap {
    margin-top: 4rem;
  }
  #section3 .tab_wrap ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #section3 .tab_wrap ul li {
    width: 100%;
  }
  #section3 .tab_wrap ul li a {
    height: auto;
    padding: 2rem;
  }
  #section3 .tab_cont .title {
    margin: 1r em 0;
  }
}
@media (max-width: 960px) {
  #section1 .visual_head .scroll_down {
    display: none;
  }
}
@media (max-width: 768px) {
  #section1 .visual_head .tit_box p {
    word-break: keep-all;
  }
  #section1 .visual_head .tit_box p br {
    display: none;
  }
  #section1 .link_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.2rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #section1 .link_wrap .box {
    width: calc(50% - 0.6rem);
  }
  #section1 .link_wrap .box a {
    width: 100%;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 1rem;
    padding: 1.2rem;
    border-radius: 1.6rem;
  }
  #section1 .link_wrap .box a span {
    margin-top: 0;
  }
  #section1 .link_wrap .box a span br {
    display: none;
  }
  #section3 .noti_swiper {
    margin-top: 4rem;
  }
  #section3 .noti_swiper .control {
    top: -3rem;
  }
  #section3 .tab_cont .title {
    font-size: 2rem;
  }
  #section3 .tab_wrap .tab_btn {
    padding: 0 1.6rem;
    font-size: 1.7rem;
  }
}
@media (max-width: 680px) {
  #section1 .link_wrap .box {
    width: 100%;
  }
  #section2 {
    margin-top: -24rem;
    padding-bottom: 6rem;
  }
  #section2 .fixed_cont {
    padding-top: 0;
    position: static;
  }
  #section2 .tit_box {
    margin-bottom: 2rem;
  }
  #section2 .tit_box p {
    font-weight: 400;
  }
  #section2 .tit_box .sec_title {
    font-size: 2.6rem;
  }
  #section2 .scroll_list {
    padding-bottom: 0;
  }
  #section2 .scroll_list .control {
    display: none;
  }
  #section2 .scroll_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #section2 .scroll_wrap .box {
    border-radius: 1.6rem;
    padding: 1.6rem;
  }
  #section2 .scroll_wrap .box .txt .title {
    text-align: left;
    font-size: 1.8rem;
  }
  #section2 .scroll_wrap .box .txt .desc {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #section2.is-swiper-mode .fixed_cont,
  #section2.is-swiper-mode .scroll_wrap .box {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  #section2.is-swiper-mode .scroll_wrap {
    display: block;
    overflow: hidden;
  }
  #section2.is-swiper-mode .scroll_wrap .swiper-slide {
    width: 100%;
    height: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #section2.is-swiper-mode .scroll_wrap .swiper-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    grid-template-columns: none !important;
    gap: 0 !important;
  }
  #section2.is-swiper-mode .scroll_list .control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2rem;
  }
  #section2.is-swiper-mode .scroll_list .control .num {
    color: #fff;
  }
  #section2 .control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 600px) {
  #wrap {
    overflow: hidden;
  }
  #main {
    font-size: 1.6rem;
  }
  section h3 {
    font-size: 2.6rem;
    text-align: center;
  }
  #section1 {
    padding-top: calc(4rem + var(--krds-header-height));
  }
  #section1 .biz_swiper {
    position: relative;
    padding-bottom: 8rem;
  }
  #section1 .biz_swiper .swiper_head .tit_box {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #section1 .biz_swiper .swiper_head .tit_box h3 span {
    height: 2.7rem;
  }
  #section1 .biz_swiper .swiper_head .control {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #section1 .biz_swiper .swiper_head .control .num {
    color: #fff;
  }
  #section1 .biz_swiper .swiper_wrap {
    padding-top: 2.7rem;
  }
  #section1 .sec_title {
    font-size: 3.6rem;
    padding: 0 3rem;
  }
  #section1 .visual_head .tit_box p {
    font-size: 1.5rem;
  }
  #section1 .visual_head .tit_box p br {
    display: block;
  }
  #section1 .search_box form p {
    height: 6rem;
  }
  #section1 .search_box form input {
    padding: 1rem 2.4rem;
  }
  #section1 .search_box form button {
    height: 6rem;
  }
  #section1 .search_box form button i {
    line-height: 6rem;
  }
  .control .control_btn {
    height: 4rem;
    padding: 0 1.6rem;
  }
  .control .more {
    height: 4rem;
    width: 4rem;
    padding: 0;
  }
  #section3 {
    padding-top: 6rem;
  }
  #section3 .tab_wrap {
    margin-bottom: 6rem;
  }
  #section3 .tab_wrap .tab_btn {
    height: 4rem;
    width: calc((100% - 6rem) / 3);
    line-height: 4rem;
    font-size: 1.5rem;
  }
  #section3 .tab_wrap .tab_btn:first-of-type {
    margin-left: 0;
  }
  #section3 .tab_wrap .more {
    width: 4rem;
    height: 4rem;
    padding: 0;
    line-height: 4rem;
    min-width: 0;
  }
  #section3 .tab_wrap ul {
    gap: 1.6rem;
  }
  #section3 .tab_wrap ul li {
    position: relative;
  }
  #section3 .tab_wrap ul li::before {
    content: "\ea70";
    font-family: "remixicon";
    font-size: 2.4rem;
    position: absolute;
    top: 2rem;
    right: 2rem;
  }
  #section3 .tab_cont .category {
    margin-bottom: 3rem;
  }
  #section3 .tab_cont .title {
    margin-bottom: 1.2rem;
    font-size: 1.8rem;
  }
  #section3 .tab_cont ul li a::before {
    display: none;
  }
  #section3 {
    padding-bottom: 6rem;
  }
  #section3 .noti_swiper {
    margin-top: -2rem;
  }
  #section3 .noti_swiper .control {
    position: static;
    top: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #section5 {
    padding-top: 6rem;
  }
  #section5 .tit_box h3 {
    font-size: 2.4rem;
  }
  #section5 .tit_box h3 br {
    display: none;
  }
  #section5 .tit_box .btn {
    padding: 1.3rem 3rem;
  }
  #section5 .link_box a {
    padding: 0;
    font-size: 1.6rem;
  }
  #section5 .link_box {
    margin-top: 6rem;
  }
}