@font-face {
    font-family: 'Pretendard';
    src: url('../../inc/font/PretendardGOV-Regular.subset.woff') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../../inc/font/PretendardGOV-Medium.subset.woff') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../../inc/font/PretendardGOV-Bold.subset.woff') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'GyeonggiTitle';
    src: url('../../inc/font/Title_Light.woff') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'GyeonggiTitle';
    src: url('../../inc/font/Title_Medium.woff') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'GyeonggiTitle';
    src: url('../../inc/font/Title_Bold.woff') format('opentype');
    font-weight: 600;
    font-style: normal;
}

body {
    font-family: "Pretendard", sans-serif;
}

#header .header__inner #nav {
    position: absolute;
    top: 40px;
    right: 85px;
}

#header .header__inner #nav ul li a {
    text-shadow: none;
}
.sub-nav dt{
    text-indent:-9999px;
    font-size: 0;
    position: absolute;
    overflow: hidden;
    height: 0;
}
.sub-nav{
    padding:0 0 0 10px;
    display: none;
}
li.sub-active .sub-nav{
    display: block;
}
#header .header__inner #nav ul li ul li a.open-sub{
    display: flex;
    justify-content: space-between;
}
.open-sub:after{
    content:'+';
}
li.sub-active .open-sub:after{
    content:'-';
}
.sub-nav dd>a{
    display:flex;
}
#header .header__inner #nav ul li ul li dd a{
    display: flex;
}
#header .header__inner #nav ul li ul li dd a:before{
content: '·';
    display: block;
    position: relative;
    height: auto;
    width: 5px;
    left: auto;
    bottom: auto;
    transform: none;
    background: none;
}

.main-visual__content-title {
  font-size: 62px;
  font-weight: 600;
  line-height: 60px;
  opacity: 0;
  font-family: 'GyeonggiTitle';
  text-shadow: 2px 2px 60px rgba(0, 0, 0, 1);
}
.main-visual__content-title br {
  display: none;
}
.main-visual__content-inner {
  top: calc(40% - 88px);
  width: 100%;
  bottom: auto;
}
.main-visual__content-desc {
  font-size: 36px;
  font-weight: 600;
  text-shadow: 2px 2px 60px rgba(0, 0, 0, 1);
}


.main-both {
  display: flex;
  height: 295px;
  position: absolute;
  width: 100%;
  z-index: 10;
  bottom: 0;
}

.main-both .main-direct {
  background: rgba(11, 44, 79, 0.7);
  color: #fff;
  width: 50%;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  padding: 55px 100px 60px;
}

.main-both .main-direct.musium {
  background: rgba(206, 165, 18, 0.7);
}

.main-both .main-direct .tit {
  font-size: 38px;
  font-family: 'GyeonggiTitle';
  margin: 0 0 12px 0;
}

.main-both .main-direct .btn {
  display: flex;
  width: 255px;
  height: 62px;
  margin: 16px 0 0 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  align-items: center;
  background: url(../img/main/arrow-direct.svg) right center no-repeat;
}

.swiper-ctrl--bullets {
  left: auto;
  right: 28px;
  top: auto;
  bottom: calc(50% + 50px);
  transform: translateY(-50%);
  max-width: 50px;
  background: transparent;
  height: auto;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.swiper-ctrl--bullets .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
    margin: 0 4px;
    display: block;
}

.scroll-down {
    position: absolute;
    left: auto;
    right: 20px;
    bottom: 313px;
    transform: none;
    background: none;
}

.cal {
    padding: 0;
}

.cal h2 {
    font-size: 52px;
    font-weight: 600;
    font-family: 'GyeonggiTitle';
    padding: 160px 0 0;
    margin: 0 0 25px 0;
}

.cal h2+p {
    font-size: 28px;
    text-align: center;
    padding: 0 0 100px 0;
}

.info_txt .info_tit {
    font-weight: bold;
    margin: 0 0 36px 0;
    font-size: 28px;
    color: #484848;
}

.info-tit-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.info-tit-list li {
    font-size: 22px;
    color: #666666;
    display: flex;
}

.info-tit-list li:before {
    content: '·';
    display: block;
    margin: 0 10px 0 0;
}

.cal_inner .cal_box {
    display: flex;
    width: 100%;
    float: none;
    gap: 78px;
    padding: 24px 0;
    justify-content: space-between;
}

.cal_b tr td .icon01,
.cal_b tr td .icon02,
.cal_b tr td .icon03 {
    width: 52px;
    height: 52px;
    padding: 12px 0;
    border-radius: 50%;
    color: #000;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0 auto;
}

.cal_b tr td .icon01 {
    background: #0A427D;
    border: none;
    color: #fff;
}

.cal_b tr td .icon02 {
    background: #EBEBEB;
    border: none;
    color: #8B8B8B;
}

.cal_b tr td .icon03 {
    background: #F9AE56;
    color: #fff;
}

.cal_b tr td {
    font-size: 20px;
    text-align: center;
    height: 78px;
    border: none;
}

.cal_b tr th {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 8px 0;
    border: none;
    background: none;
    color: #626262;
}

.cal_inner {
    background: none;
    max-width: 1556px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto 110px;
}

.cal_inner .cal_box .cal_m {
    float: none;
    width: 40%;
    max-width: 587px;
    border-right: none;
    background: #fff;
    box-shadow: 0 4px 37px rgba(0, 0, 0, 0.07);
}

.cal-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.cal .cal_t {
    width: 60%;
    padding: 0;
    float: none;
    height: 100%;
    display: flex;
}

.direct-link {
    flex-wrap: wrap;
    width: 100%;
    gap: 40px;
    display: flex;
}

.direct-link li {
    width: calc(50% - 20px);
}

.direct-link li a {
    display: flex;
    width: 100%;
    height: 92px;
    border-bottom: 1px solid #2B2B2B;
    color: #000;
    align-items: center;
    background: url(../img/main/arrow-direct-b.svg) right center no-repeat;
    font-size: 24px;
}

.yy-move {
    position: relative;
}

.cal-header {
    display: flex;
    align-items: center;
    height: 76px;
    border-bottom: 1px solid #EBE2E2;
}

.cal_inner .cal_box .cal_m .mm .yydd {
    width: auto;
    text-align: center;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
}

.cal_inner .cal_box .cal_m .mm .yydd .dd {
    font-size: 26px;
    font-weight: bold;
    padding: 0 12px;
    line-height: 60px;
    vertical-align: bottom;
}

.yy-move {
    width: 22px;
    height: 22px;
    display: block;
}

.yy-move:before {
    content: '';
    background: url(../img/main/arrow-right-black.svg) center center no-repeat;
    width: 22px;
    height: 22px;
    display: block;
}

.yy-move.prev-year:before {
    transform: rotateY(180deg);
}

.others-m {
    color: #EBEBEB;
}

.cal_point {
    display: inline-block;
    width: 100%;
    padding: 0;
    border-bottom: none;

}

.cal_point ul {
    display: flex;
    float: none;
    justify-content: flex-end;
    gap: 16px;
}

.cal_point ul li {
    float: none;
    margin: 0;
    font-size: 16px;
    color: #2B2B2B;
}

.cal_point ul li>span {
    width: 16px;
    height: 16px;
    margin-right: 6px !important;
    border: none;
    border-radius: 50%;
}

.cal_point ul li .icon_b01 {
    background: #0a427d;
    width: 16px;
}

.cal_point ul li .icon_b02 {
    background: #ebebeb;
    width: 16px;
}

.cal_point ul li .icon_b03 {
    background: #f9ae56;
    width: 16px;
}

.main-center {
    padding: 122px 0;
    background: #0B2C4F;
}

.main-section__head h2 {
    font-size: 52px;
    font-family: 'GyeonggiTitle';
    text-align: center;
    color: #fff;
    margin: 0 0 25px 0;
}

.main-section__head h2+p {
    font-size: 28px;
    color: #fff;
    text-align: center;
    padding: 0 0 43px 0;
}

.main-section__head ul.nav-middle {
    display: flex;
    justify-content: center;
    position: relative;
    gap: 36px;
    padding: 0;
}

.main-section__head ul.nav-middle:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.2);
}

.main-section__head ul.nav-middle li {
    float: none;
    padding: 0;
    margin: 0;
}

.main-section__head ul.nav-middle li a {
    color: #747D8F;
    font-size: 20px;
    height: 64px;
    display: flex;
    align-items: center;
}

.main-section__head ul.nav-middle li.on a {
    font-weight: 400;
    border-bottom: 2px solid #fff;
    padding-bottom: 0;
    color: #fff;
}

.main-center__item--entrance,
.main-center__item--testing,
.main-center__item--fermenting,
.main-center__item--greeting {
    height: 448px;
}

.main-center__link {
    display: block;
    width: 100%;
    height: 404px;
}

.main-center__link .jt-lazyload img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.main-center__item {
    transition: all .4s ease-out;
}

.main-center__item:hover {
    margin-top: -61px;
}

.main-center__list-wrap {
    margin: 64px 0 80px;
    padding: 64px 0 110px 0;
    overflow: hidden;
}

.main-center__item figcaption {
    position: absolute;
    z-index: 1;
    top: 0;
    width: calc(100% - 68px);
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 34px;
    background: rgba(0, 0, 0, 0.5);
    gap: 45px;
    color: #fff;
}

.main-center__item figcaption p {
    text-align: center;
    line-height: 1.5;
    font-size: 18px;
    color: #fff;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.main-center__item:hover figcaption {
    display: flex;
}

.main-center__title {
    display: block;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    margin-top: 20rem;
    font-family: 'GyeonggiTitle';
}

.main-center__item:hover span:after {
    content: none;
}

html.desktop .swiper-container:hover .swiper-navigation,
html.desktop .swiper-container:hover .swiper-navigation.swiper-button-disabled,
.swiper-navigation.swiper-button-disabled {
    opacity: 1;
    transform: scale(1);
    transition: none;
}

html.desktop .swiper-container:hover .swiper-navigation.swiper-button-disabled,
.swiper-navigation.swiper-button-disabled {
    opacity: .4;
}

html.desktop .main-center__link:hover .main-center__thumb:after,
html.desktop .main-center__link:focus .main-center__thumb:after {
    opacity: .5;
}

html.desktop .main-center__link:hover .main-center__thumb-map {
    opacity: 1;
    visibility: visible;
}


.main-center__item figcaption strong {
    font-size: 28px;
}

.main-center__thumb,
.main-center__thumb-img,
.main-center__item--entrance .main-center__thumb-img .jt-lazyload {
    padding-top: 0;
    height: 100%;
}

html.desktop .swiper-navigation,
html.desktop .swiper-navigation:hover,
.main-center__list-wrap .swiper-navigation,
.main-center__list-wrap .swiper-navigation:hover {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-center__list-wrap .swiper-navigation:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/main/arrow-direct.svg) center center no-repeat;
    background-size: 24px;
}

.main-center__list-wrap .swiper-navigation.swiper-button-prev {
    right: 90px !important;
}

.main-center__list-wrap .swiper-navigation.swiper-button-prev:before {
    transform: rotateY(180deg);
}

.main-center__list-wrap.swiper-container-horizontal>.swiper-pagination-bullets,
.main-center__list-wrap .swiper-pagination-custom,
.swiper-pagination-fraction {
    left: 0;
    bottom: 26px;
    width: calc(100% - 260px);
    display: flex;
}

.main-center__list-wrap.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
    width: 100%;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.4);
    height: 2px;
}

.main-center__list-wrap .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.main-center__list-wrap .main-center__link:hover {
    border-bottom: 1px solid #fff;
}

.main-center__list-wrap .main-center__link:hover .main-center__title {
    display: none;
}

.main-center__thumb:after {
    content: none;
}

.notice_z {
    background: none;
    height: auto;
}

.notice_z .notice_inner {
    max-width: 1556px;
    width: 100%;

    margin: 0 auto;
    padding: 130px 20px;
    display: flex;
    flex-direction: column;
}

.notice_z .notice_inner .notice {
    float: none;
    width: 100%;
    margin-right: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.notice_z .notice_inner .notice .tab {
    width: 60%;
}

.notice_title {
    padding: 40px 0 0 0;
}

.notice_title h3 {
    font-size: 52px;
    font-weight: bold;
    color: #2B2B2B;
    font-family: 'GyeonggiTitle';
    margin-bottom: 30px;
}

.notice_title p {
    font-size: 24px;
    color: #000;
    font-weight: 400;
}

.notice_z .notice_inner .notice ul li a .notice_tit {
    font-size: 24px;
    color: #000;
}

.notice_z .notice_inner .notice ul li a .notice_date {
    font-size: 18px;
    color: #666;
}

.tabcontent ul li,
.notice_z .notice_inner .notice ul li:last-child {
    width: 100%;
    clear: both;
    margin: 5px 0;
    padding: 10px 0;
    border-bottom: 1px solid #2B2B2B;
}

.tabcontent ul li a {
    background: url(../img/main/arrow-direct-b.svg) right center no-repeat;
    background-size: 33px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 120px;
}

.notice_z .notice_inner .notice .tab .tabnav {
    display: none;
}


.notice_z .notice_inner .sns {
    float: none;
    width: 100%;
}

.main-section .sns {
    background: rgba(50, 54, 58, 0.07);
    width: 100%;
}

.main-section .sns-wrap {
    max-width: 1556px;
    width: 100%;
    padding: 120px 0;
    text-align: center;
    margin: 0 auto;
}

.notice_title01 {
    margin-bottom: 50px;
}

.notice_title01 h3 {
    font-size: 52px;
    font-weight: bold;
    color: #2B2B2B;
    font-family: 'GyeonggiTitle';
    margin: 0 0 30px;
}

.notice_title01 p {
    color: #2B2B2B;
    font-size: 28px;
    font-weight: 400;
}

.main_sns {
    font-size: 50px;
    padding: 64px 0 107px 0;
}

.sns_inner {
    padding: 0 22px
}

.insta-slide-wrap {
    display: block;
    width: auto;
    height: 424px;
    padding: 16px;
    background-color: #fff;
}

.insta-img {
    aspect-ratio: 1/1;

}

.insta-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.insta-text {
    font-size: 17px;
    color: #484848;
    margin: 16px 0 0 0;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 144px;
}

.camp-insta {
    font-size: 16px;
    color: #1C5796;
    background: url(../img/main/ico-instagram.svg) left center no-repeat;
    padding: 0 0 0 22px;
    margin: 3px 0 0 0;
}

.main_sns .swiper-button-next,
.main_sns .swiper-button-prev {
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
    width: 60px;
    height: 60px;
    border: 1px solid #2B2B2B;
    border-radius: 50%;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_sns .swiper-button-next:before,
.main_sns .swiper-button-prev:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/main/arrow-direct-b.svg) center center no-repeat;
    background-size: 24px;
}

.main_sns .swiper-button-prev {
    right: 90px;
    left: auto;
}

.main_sns .swiper-button-prev:before {
    transform: rotateY(180deg);
}

.main_sns .swiper-pagination {
    left: 0;
    bottom: 26px;
    width: calc(100% - 260px);
    display: flex;
}

.main_sns .swiper-pagination-bullet {
    margin: 0;
    width: 100%;
    border-radius: 0;
    background: rgba(43, 43, 43, 0.4);
    height: 2px;
}

.main_sns .swiper-pagination-bullet-active {
    opacity: 1;
    background: #2B2B2B;
}

.main_sns.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}

.main_sns .swiper-slide {
    transition: all .3s ease-in-out;
}

.main_sns .swiper-slide:hover {
    margin-top: -61px;
    box-shadow: 0 4px 37px rgba(0, 0, 0, 0.11);
}

footer {
    padding: 45px 0 0 0;
}

.foot_logo {
    background: url(../img/common/logo.png) center center no-repeat;
    width: 192px;
    height: 52px;
    margin: 0 auto;
}

.footer_inner {
    text-align: center;
    height: auto;
}

.footer_inner ul.foot_link {
    width: auto;
    padding: 20px 0;
    display: flex;
    gap: 20px;
    justify-content: center;
}

.footer_inner ul.foot_link li {
    float: none;
    margin-right: 0;
}

.footer_inner ul.foot_link li a {
    text-decoration: underline;
}

.footer_inner ul.foot_link li:first-child a {
    font-weight: bold;
    color: #F9AE56;

}

.footer_inner ul.footer_add {
    display: flex;
    flex-direction: column;
    float: none;
    padding: 0 0 20px 0;
}

.footer_copy {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 300;
    display: flex;
    padding: 15px 0;
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, 0.3);


}

.footer_inner {
    width: 100%;
}

.cal_point.mo {
    display: none;
}

.banner {
    width: 100% !important;
    overflow: hidden;
    max-width: 1556px;
}

#logo {
    top: 27px;
}
.all-menu a{
    display: block;
    width: 37px;
    height: 37px;
    background: url(../img/main/btn_menu.png) center center no-repeat;
}
.global-navigation-btn {
        top: 40px;
        right: 40px;
    }
@media (max-width: 1800px) {

    .main-center__item--entrance,
    .main-center__item--testing,
    .main-center__item--fermenting {
        width: 363px;
    }

    .main-center__item--greeting,
    .main-center__item--beginning {
        width: 363px;
    }
    .global-navigation-btn {
        top: 40px;
        right: 40px;
    }
}

@media (max-width: 1480px) {

    .global-navigation-btn {
        top: 40px;
        right: 40px;
    }
    .main-center__item--entrance,
    .main-center__item--testing,
    .main-center__item--fermenting {
        width: 363px;
    }

    .main-center__item--greeting,
    .main-center__item--beginning {
        width: 363px;
    }

    #logo {
        top: 27px;
        left: 40px;
    }
}


@media (max-width:1023px) {
    .scroll-down {
        display: none;
    }

    .main-both {
        flex-direction: column;
        height: auto;
    }

    .main-both .main-direct {
        background: rgba(11, 44, 79, 0.7);
        color: #fff;
        width: 100%;
        display: flex;
        flex-direction: column;
        font-size: 16px;
        padding: 32px;
    }

    .main-both .main-direct .tit {
        font-size: 24px;
    }

    .main-visual__content-inner {
        top: calc(30% - 80px);
        width: 100%;
        bottom: auto;
        padding-top: 0;
    }

    .main-visual__content-title {
        font-size: 32px;
        line-height: 1.2;
    }

    .main-visual__content-desc {
        font-size: 18px;
        line-height: 1.3;
        margin-top: 10px;
    }

    .main-both .main-direct p {
        font-weight: 200;
        margin-top: 8px;
    }

    .swiper-ctrl--bullets {
        left: auto;
        right: 8px;
        top: 23%;
        bottom: auto;
        transform: translateY(-50%);
        max-width: 26px;
    }

    .main-visual__content-title br {
        display: block;
    }

    .main-both .main-direct .btn {
        display: flex;
        width: 65%;
        height: 62px;
        background-size: 26px;
    }

    .main-visual__container {
        width: 100%;
        min-height: 784px;
    }

    .main-visual {
        position: relative;
        height: auto !important;
        overflow: visible;
    }

    #header .header__inner {
        width: 100%;
        padding: 0 20px;
    }

    #header h1 a img {
        width: 160px;
    }

    #logo a {
        font-size: 17px;
        padding: 0;
    }

    #header h1 {
        left: 20px;
        top: 20px;
    }

    .global-navigation-btn {
        right: 20px;
        top: 31px;
        width: 37px;
        height: 25px;
    }

    .all-menu a {
        display: block;
        height: 1px;
        width: 37px;
        padding: 0;
        position: absolute;
        top: 50%;
        transition: all 0.5s;
                background: none;
    }

    .all-menu a:before {
        content: '';
        display: block;
        height: 100%;
        width: 100%;
        background: #fff;
        position: absolute;
        top: -6px;
        transform: rotate(0deg);
        transition: all 0.5s;
    }

    .all-menu a:after {
        content: '';
        display: block;
        height: 100%;
        width: 100%;
        background: #fff;
        position: absolute;
        top: 6px;
        transform: rotate(0deg);
        transition: all 0.5s;
    }

    .open-menu .all-menu a {
        background: transparent;
    }

    .open-menu .all-menu a:before {
        transform: rotate(135deg);
        top: 0;
    }

    .open-menu .all-menu a:after {
        transform: rotate(-135deg);
        top: 0;
    }

    .open-menu .all-menu a span {
        font-size: 0;
    }

    .swiper-ctrl--bullets .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        margin: 12px auto;
    }

    .swiper-ctrl--bullets .swiper-pagination-bullet:before {
        width: 4px;
        height: 4px;
        margin-left: -2px;
    }

    .swiper-ctrl--bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
        width: 6px;
        height: 6px;
        margin-left: -3px;
    }

    .swiper-play-state.swiper-play-state--play .swiper-play-state__btn--pause {
        transform: rotate(90deg);
    }

    .fa-pause:before {
        font-size: 11px;
        font-weight: 600;
    }

    .cal {
        padding: 0 20px;
        background: rgba(247, 247, 247, 1);
    }

    .cal h2 {
        font-size: 24px;
        padding: 60px 0 0;
        margin: 0 0 10px 0;
    }

    .cal h2+p {
        font-size: 18px;
        text-align: center;
        padding: 0 0 38px 0;
        font-weight: 300;
    }

    .cal_inner {
        margin: 0 auto 70px;
        padding: 0;
    }

    .cal_inner .cal_box {
        width: 100%;
        float: none;
        gap: 16px;
        padding: 0;
        justify-content: flex-start;
        flex-direction: column;
    }

    .cal_inner .cal_box .cal_m {
        width: 100%;
        max-width: 100%;
    }

    .cal_b tr td .icon01,
    .cal_b tr td .icon02,
    .cal_b tr td .icon03 {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .cal_b tr td {
        height: 38px;
    }

    .minimize#header {
        height: 80px;
    }

    .minimize .global-navigation-btn {
        top: 20px;
    }

    .cal-header .cal_point {
        display: none;
    }

    .cal_point.mo {
        display: block;
    }

    .cal_inner .cal_box .cal_m .mm .yydd {
        align-items: center;
        margin: 0 auto;
    }

    .cal_inner .cal_box .cal_m .mm .yydd .dd {
        font-size: 18px;
        padding: 0 12px;
        line-height: 32px;
        vertical-align: bottom;
    }

    .cal-header {
        height: 42px;
    }

    .cal_point ul li {
        font-size: 12px;
    }

    .cal .cal_t {
        width: 100%;
    }

    .cal-info {
        flex-direction: column-reverse;
    }

    .direct-link {
        flex-wrap: wrap;
        gap: 0;
    }

    .direct-link li {
        width: 100%;
    }

    .direct-link li a {
        font-size: 18px;
        background-size: 25px;
    }

    .info_txt {
        margin-top: 50px;
    }

    .info_txt .info_tit {
        margin: 0 0 20px 0;
        font-size: 20px;
    }

    .info-tit-list li {
        font-size: 16px;
    }

    .info-tit-list {
        gap: 6px;
    }

    .main-center {
        padding: 50px 0;
    }

    .main-section__head h2 {
        font-size: 24px;
        margin: 0 0 16px 0;
    }

    .main-section__head h2+p {
        font-size: 18px;
        padding: 0 0 43px 0;
    }

    .main-section__head ul.nav-middle {
        gap: 18px;
        padding: 0;
        flex-wrap: wrap;
    }

    .main-section__head ul li {
        width: calc(50% - 10px);
        margin: 0;
        height: 43px;
    }

    .main-section__head ul.nav-middle li a {
        border-bottom: 1px solid rgba(235, 235, 235, 0.3);
        font-size: 16px;
    }

    .main-center__list-wrap {
        margin: 24px 0 80px;
        padding: 0;
        overflow: hidden;
    }

    html.desktop .swiper-navigation,
    html.desktop .swiper-navigation:hover,
    .main-center__list-wrap .swiper-navigation,
    .main-center__list-wrap .swiper-navigation:hover {
        width: 44px;
        height: 44px;
    }

    .main-center__list-wrap .swiper-navigation.swiper-button-prev {
        right: 60px !important;
    }

    .main-center__list-wrap {
        padding: 24px 0;
        margin: 24px 0 0;
    }

    .main-center__title {
        display: block;
        font-size: 20px;
    }

    .main-center__list-wrap.swiper-container-horizontal>.swiper-pagination-bullets,
    .main-center__list-wrap .swiper-pagination-custom,
    .swiper-pagination-fraction {
        display: none;
    }

    .main-section__head ul.nav-middle:after {
        content: none;
    }

    .main-center__item--entrance,
    .main-center__item--testing,
    .main-center__item--fermenting {
        margin: 0;
    }

    .notice_z .notice_inner {
        padding: 60px 0;
    }

    .notice_z .notice_inner .notice {
        flex-direction: column;
        padding: 0;
    }

    .notice_title {
        padding: 0;
    }

    .notice_title h3 {
        font-size: 24px;
        margin-bottom: 16px;
        text-align: center;
    }

    .notice_title p {
        font-size: 18px;
        text-align: center;
    }

    .notice_z .notice_inner .notice .tab {
        width: 100%;
    }

    .notice_z .notice_inner {
        padding: 60px 20px;
    }

    .tabcontent ul li a {
        height: 100px;
        gap: 5px;
        justify-content: center;
    }

    .notice_z .notice_inner .notice ul li {
        margin: 0;
        padding: 0;
    }

    .notice_z .notice_inner .notice ul li a .notice_tit {
        font-size: 16px;
        width: calc(100% - 50px);
    }

    .notice_z .notice_inner .notice ul li a .notice_date {
        font-size: 14px;
    }

    .notice_z .notice_inner .notice ul li:last-child {
        display: block;
        margin: 0;
        padding: 0;
    }

    .main-section .sns-wrap {
        padding: 50px 0;
    }

    .notice_title01 h3 {
        font-size: 24px;
        margin: 0 0 16px;
    }

    .notice_title01 p {
        font-size: 18px;
        font-weight: 400;
    }

    .insta-text {
        font-size: 14px;
        margin: 16px 12px 10px 12px;
        -webkit-line-clamp: 3;
        min-height: 63px;
    }

    .insta-slide-wrap {
        height: 276px;
        padding: 0;
    }

    .camp-insta {
        font-size: 12px;
        background-size: 12px;
        padding: 0 0 0 15px;
    }

    .main_sns .swiper-pagination {
        display: none;
        ;
    }

    .main_sns .swiper-button-next,
    .main_sns .swiper-button-prev {
        width: 44px;
        height: 44px;
    }

    .main_sns .swiper-button-prev {
        right: 60px;
    }

    .main_sns {
        padding: 0 0 66px 0;
    }

    .notice_title01 {
        margin-bottom: 35px;
    }

    .notice_z {
        padding: 0;
    }

    .foot_logo {
        width: 135px;
        background-size: 100%;
    }

    .footer_inner ul.footer_add {
        letter-spacing: 0;
    }

    .footer_copy {
        font-size: 13px;
    }

    .main_sns .swiper-slide:hover {
        margin-top: 0;
        box-shadow: none;
    }

    .main-center__item:hover {
        margin-top: 0;
    }

    .banner {
        display: block;
        width: calc(100% - 20px) !important;

        overflow: hidden;
    }

    .main-center__item--entrance,
    .main-center__item--testing,
    .main-center__item--fermenting {
        width: 100%;
    }

    .main-center__item--greeting,
    .main-center__item--beginning {
        width: 100%;
    }

    .global-navigation__primary {
        padding: 0 0 0 16px;
    }

}