@media (max-width:481px){
    #header .hd-bottom {
        border-bottom: none;
    }
}

#content {
    padding-bottom: 0 !important;
}

#main {
    
}


/* main-top */
.main-top {
    background: url("../img/main_top_bg.png") repeat-x center bottom;    
    padding: 0 var(--home-padding);
    padding-bottom: 5rem;
}

.visual-news-wrap {
    display: flex;
    gap: 4rem;
    max-width: 155.2rem;
    margin:0 auto;
    padding-top: 3rem;
}
.visual-news-wrap .visual {
    width: calc(50% - 2rem);
    position: relative;
}
.visual-news-wrap .visual .visualSwiper {
    border-radius: 2rem;
    overflow: hidden;
}
.visual-news-wrap .visual .visualSwiper .swiper-slide {
    width: 100%;
    height: 32rem;
}
.visual-news-wrap .visual .visualSwiper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.visual-news-wrap .visual .visualSwiper .swiper-slide a:focus::after {
    content:"";
    display:block;    
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    border:solid 2px #000;
    border-radius: 2rem;
}
.visual-news-wrap .visual .visualSwiper .swiper-slide span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.visual-news-wrap .visual .visualSwiper .swiper-slide span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}
.visual-news-wrap .visual .visualSwiper .swiper-slide span.for-pc {
    display: block;
}
.visual-news-wrap .visual .visualSwiper .swiper-slide span.for-mobile {
    display: none;
}

.visual-news-wrap .visual .pager {
    position:absolute;
    left:4rem;
    bottom:4rem;
    z-index:101;
    width:max-content;
    background:#fff;
    border-radius:100vh;
    display:flex;
    align-items:center;
    padding:1.1rem 1rem;
    box-shadow:0 0.4rem 1.3rem rgba(0, 0, 0, 0.13);
}
.visual-news-wrap .visual .pager span {
    display: inline-block;
    width: 0.6rem;
    height: 0.6rem;
    background: #aaa;
    border-radius: 100vh;
    opacity: 0.3;
}
.visual-news-wrap .visual .pager span.on {
    width:3rem;
    background: var(--ccolor);
    opacity: 1;
}

/* control */
.visual-news-wrap .control {
    position:absolute;
    bottom:4rem;
    right:4rem;
    z-index:101;
    display:flex;
    align-items:center;
    gap:1rem;
    background:#fff;
    border-radius:100vh;
    padding:0.5rem 1rem;
    box-shadow:0 0.4rem 1.3rem rgba(0, 0, 0, 0.13);
}
.visual-news-wrap .control button {
    display:block;
    font-size:0;
    width:1.8rem;
    height:1.8rem;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
}
.visual-news-wrap .control button.prev {
    background-image:url("../img/vs-prev.svg");
}
.visual-news-wrap .control button.next {
    background-image:url("../img/vs-next.svg");
}
.visual-news-wrap .control button.pause {
    background-image:url("../img/vs-pause.svg");
}
.visual-news-wrap .control button.play {
    display:none;
    background-image:url("../img/vs-play.svg");
}



.visual-news-wrap .news {
    width: calc(50% - 2rem);
}
.visual-news-wrap .news .tab-menu {
    display: flex;
    gap: 0.5rem;
}
.visual-news-wrap .news .tab-menu a {
    display: inline-block;
    width:13.6rem;
    text-align: center;
    padding: 1.5rem;
    background-color: #fff;
    border-radius: 1.2rem 1.2rem 0 0;
    border:solid 1px #ddd;
    font-size: 1.8rem;
    color: #000;
    border-bottom: none;
}
.visual-news-wrap .news .tab-menu a.current {
    color: #008a3d;
    font-weight: 700;
}

.visual-news-wrap .news .tab-content {
    height: calc(100% - 5.136rem);
    margin-top: -1px;
    border:solid 1px #ddd;
    border-radius: 0 1.6rem 1.6rem 1.6rem;
    padding: 2.9rem 3rem 2rem;
}
.visual-news-wrap .news .tab-content .item {
    display: none;
}
.visual-news-wrap .news .tab-content .item.current {
    display: block;
}
.visual-news-wrap .news .tab-content .item .new {
    position: relative;
    background: #f5f5f5;
    border-radius: 0.8rem;
    overflow: hidden;
}
.visual-news-wrap .news .tab-content .item .new ol {
    flex-direction: column;
}
.visual-news-wrap .news .tab-content .item .new a {
    display: block;
    padding: 2rem 3rem;
    background: #f5f5f5;
    border-radius: 0.8rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 1.2rem;
}
.visual-news-wrap .news .tab-content .item .new a::before {
    display:block;
    content:"N";
    width: 2.2rem;
    height: 2.2rem;
    background-color: var(--ccolor);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 5px;
    text-align: center;
    line-height: 2.3rem;
}
.visual-news-wrap .news .tab-content .item .new a span {
    font-size: 1.6rem;
    color: #000;
    font-weight: 700;
    width:100%;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.visual-news-wrap .news .tab-content .item .notice-swiper {
    height: 6.4rem;
}
.visual-news-wrap .news .tab-content .item .news-swiper {
    height: 6.4rem;
}
.visual-news-wrap .news .tab-content .item .prev {
    font-size: 0;
    position: absolute;
    top: 30%;
    right: 3rem;
    width: 1.1rem;
    height: 0.7rem;
    background-image: url("../img/news_prev.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%);
    z-index: 101;
}
.visual-news-wrap .news .tab-content .item .next {
    font-size: 0;
    position: absolute;
    top: 70%;
    right: 3rem;
    transform: translateY(-50%);
    width: 1.1rem;
    height: 0.7rem;
    background-image: url("../img/news_next.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 101;
}
.visual-news-wrap .news .tab-content .item ul {
    display: flex;
    flex-direction: column;
}
.visual-news-wrap .news .tab-content .item ul li {
    border-bottom: dashed 1px #ddd;
    padding: 2rem 0;
}
.visual-news-wrap .news .tab-content .item ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.visual-news-wrap .news .tab-content .item ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6rem;
}
.visual-news-wrap .news .tab-content .item ul li a span.tit {
    font-size: 1.5rem;
    color: #000;
    width:100%;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.visual-news-wrap .news .tab-content .item ul li a span.date {
    font-size: 1.5rem;
    color: #666;
}

@media (max-width:850px){
    .visual-news-wrap {
        flex-direction: column;
    }
    .visual-news-wrap .visual {
        width: 100%;
    }
    .visual-news-wrap .news {
        width: 100%;
    } 
}
@media (max-width:640px){
    .visual-news-wrap .visual .visualSwiper .swiper-slide {
        height: auto;
    }
    .visual-news-wrap .visual .visualSwiper .swiper-slide span {
        position: relative;
    }
    .visual-news-wrap .visual .visualSwiper .swiper-slide span img {
        width: 100%;
        height: auto;
        object-fit: inherit;
    }
    .visual-news-wrap .visual .visualSwiper .swiper-slide span.for-pc {
        display: none;
    }
    .visual-news-wrap .visual .visualSwiper .swiper-slide span.for-mobile {
        display: block;
    }
}
@media (max-width:481px){
    .visual-news-wrap {
        padding-top: 1rem;
    }
    .visual-news-wrap .news .tab-content {
        padding:3rem 2rem;
    }
    .visual-news-wrap .news .tab-content .item .new a {
        padding: 2rem 2rem;
    }
    .visual-news-wrap .news .tab-content .item .new button {
        right: 2rem;
    }
    .visual-news-wrap .news .tab-content .item ul li a {
        gap: 3rem;
    }
}







.service-search-wrap {
    display:flex;
    max-width: 155.2rem;
    margin:0 auto;
    padding-top: 4rem;
    gap: 4rem;
}

@media (max-width:1260px){
    .service-search-wrap {
        flex-direction: column;
    }
}


/* 자주 찾는 서비스 */
.service {
    flex: 1;
}
.service .inner {
    max-width: 155.2rem;
    margin:0 auto;
    display: flex;
    gap: 3rem;
}
.service .inner .service-content {
    flex: 1;
}
.service .inner .service-content ul {
    display: flex;
}
.service .inner .service-content ul li {
    flex: 1;
}
.service .inner .service-content ul li a {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
}
.service .inner .service-content ul li a i {
    position: relative;
    width: 9rem;
    height: 9rem;
    box-shadow: 0 0.4rem 1.3rem rgba(0, 0, 0, 0.13);
    background-color: #fff;
    border-radius: 2rem;
}
.service .inner .service-content ul li.habit a i {
    background:#fff url("../img/icon_service_habit.svg") no-repeat center center;
    background-size: 3.6rem auto;
}
.service .inner .service-content ul li.allergy a i {
    background:#fff url("../img/icon_service_allergy.svg") no-repeat center center;
    background-size: 3.8rem auto;
}
.service .inner .service-content ul li.education a i {
    background:#fff url("../img/icon_service_education.svg") no-repeat center center;
    background-size: 3.8rem auto;
}
.service .inner .service-content ul li.ai a i {
    background:#fff url("../img/icon_service_ai.svg") no-repeat center center;
    background-size: 3.3rem auto;
}
.service .inner .service-content ul li.chatbot a i {
    background:#fff url("../img/icon_service_chatbot.svg") no-repeat center center;
    background-size: 4rem auto;
}
.service .inner .service-content ul li.diet a i {
    background:#fff url("../img/icon_service_diet.svg") no-repeat center center;
    background-size: 4.7rem auto;
}
/* 1차 메뉴 아이콘 미리 준비 */
/* 급식소식 */
.service .inner .service-content ul li.menu01 a i {
    background:#fff url("../img/menu01_icon.svg") no-repeat center center;
    background-size: 4.8rem auto;
}
/* 급식일반 */
.service .inner .service-content ul li.menu02 a i {
    background:#fff url("../img/menu02_icon.svg") no-repeat center center;
    background-size: 4.8rem auto;
}
/* 식생활 교육 */
.service .inner .service-content ul li.menu03 a i {
    background:#fff url("../img/menu03_icon.svg") no-repeat center center;
    background-size: 4.8rem auto;
}
/* 영양상담 */
.service .inner .service-content ul li.menu04 a i {
    background:#fff url("../img/menu04_icon.svg") no-repeat center center;
    background-size: 4.8rem auto;
}
/* 식재료정보 */
.service .inner .service-content ul li.menu05 a i {
    background:#fff url("../img/menu05_icon.svg") no-repeat center center;
    background-size: 4.8rem auto;
}
/* 정보마당 */
.service .inner .service-content ul li.menu06 a i {
    background:#fff url("../img/menu06_icon.svg") no-repeat center center;
    background-size: 4.8rem auto;
}

.service .inner .service-content ul li a:hover i {
    background-color: #fff;
    box-shadow: 0 0.4rem 1.3rem rgba(0, 0, 0, 0.13);
    border: solid 2px var(--ccolor);
}
.service .inner .service-content ul li a span {
    font-size: 2rem;
    color: #000;
    white-space: nowrap;
}
.service .inner .service-content ul li a:hover span {
    color: #008a3d;
    transition: all 0.3s;
}


@media (max-width:481px){    
    .service .inner .service-content ul {
        row-gap: 4rem;
        flex-wrap: wrap;
    }
    .service .inner .service-content ul li {
        flex: 1 1 50%;
    }
    .service .inner .service-content ul li a span {
        font-size: 1.8rem;
    }
}




/* 검색 폼 */
.search-form {
    flex: 1;
    
}
.search-form .inner {
    max-width: 155.2rem;
    margin:0 auto;
    background-color:var(--ccolor);
    padding: 3rem;
    border-radius: 2rem;
    display: flex;
    gap: 3rem;
    align-items: center;
    justify-content: space-between;
}
.search-form .inner .search-box {
    flex: 1;
    display: flex;
    gap: 1rem;
    align-items: center;
}
.search-form .inner .search-box .inp {
    flex: 1;
    position: relative;
}
.search-form .inner .search-box .inp::before {
    display:block;
    content:"";
    width:7.2rem;
    height:7.1rem;
    background-image: url("../img/main_search_bg1.png");
    background-size: 7.2rem auto;
    background-repeat: no-repeat;
    background-position: left top;
    position:absolute;
    top:0;
    left:1.5rem;
}
.search-form .inner .search-box .inp::after {
    display:block;
    content:"";
    width:1.8rem;
    height:2.3rem;
    background-image: url("../img/main_search_bg2.png");
    background-size: 1.8rem auto;
    background-repeat: no-repeat;
    background-position: left top;
    position:absolute;
    top:6.8rem;
    left:2.6rem;
}
.search-form .inner .search-box .inp input {
    width: 100%;
    height: 7rem;
    line-height: 7rem;
    background-color: #fff;
    border: none;
    border-radius: 1.6rem;
    font-size: 2rem;
    padding-left: 10rem;
}
.search-form .inner .search-box .inp input::placeholder {
    color: #666;
    opacity: 1;
    font-size: 2rem;
    line-height: normal !important;
}
.search-form .inner .search-box .inp input::-webkit-input-placeholder {
    color: #666;
    line-height: normal !important;
}
.search-form .inner .search-box .inp input:-ms-input-placeholder {
    color: #666;
    line-height: normal !important;
}
.search-form .inner .search-box .inp button {
    pointer-events: none;
    tabindex: -1;
    outline: none;
    user-select: none;
    /* 텝포커스 불가 (tabindex: -1; for accessibility, outline: none to hide focus, user-select: none to prevent selection) */
    position: absolute;
    top: 50%;
    right: 3rem;
    transform: translateY(-50%);
    font-size: 0;
    width: 26px;
    height: 26px;
    background-image: url(../img/icon_btn_search.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.search-form .inner .all-search {
    display:flex;
    align-items:center;
    gap: 1rem;
}
.search-form .inner .all-search button.btn-search {
    width: 8.5rem;
    height: 7rem;
    line-height: 7rem;
    font-size: 2rem;
    color: #fff;
    font-weight: 700;
    background-color: var(--ccolor);
    border:solid 2px #fff;
    border-radius: 1.6rem;
    text-align: center;
}
.search-form .inner .all-search button.btn-combine {
    display: inline-block;
    width: 11rem;
    height: 7rem;
    line-height: 7rem;
    font-size: 2rem;
    color: #008a3d;
    font-weight: 700;
    background-color: #fff;
    border-radius: 1.6rem;
}
.search-form .inner .hashtag {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}
.search-form .inner .hashtag a {
    display: inline-block;
    padding: 1rem 1.2rem;
    font-size: 1.5rem;
    color: #fff;
    border-radius: 5px;
    border: 1px dashed #fff;
}

@media (max-width:1320px){
    .search-form .inner {
        flex-direction: column;
    }
    .search-form .inner .search-box {
        width: 100%;
    }
    .search-form .inner .hashtag {
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media (max-width:720px){
    .search-form .inner {
        padding: 2.5rem 3rem;
    }
}
@media (max-width:620px){
    .search-form .inner {
        gap: 2rem;
    }
    .search-form .inner .search-box {
        flex-direction: column;
        gap: 1rem;
    }
    .search-form .inner .search-box .inp {
        width: 100%;
    }
    .search-form .inner .all-search {
        width: 100%;
    }
    .search-form .inner .all-search button {
        width: 50% !important;
    }
}
@media (max-width:481px){
    .search-form .inner {
        padding: 2.5rem 2rem;
    }
    .search-form .inner .search-box .inp button {
        right: 2rem;
    }
    .search-form .inner .all-search button {
        height: 5.5rem;
        line-height: 5.5rem;
    }
}






/* 우리학교 식단, 학교급식 식단정보 */
.school-menu-info {
    margin-top: 5rem;
    padding: 0 var(--home-padding);
}
.school-menu-info .inner {
    max-width: 155.2rem;
    margin:0 auto;
    display: flex;
    gap: 4rem;
}
.school-menu-info .inner .menu {
    position: relative;
    width: calc(50% - 2rem);
}
.school-menu-info .inner .info {
    position: relative;
    width: calc(50% - 2rem);
}
.school-menu-info .inner .mtit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 2rem;
    border-bottom: solid 2px #000;
}
.school-menu-info .inner .mtit h2 {
    font-size: 3.4rem;
    font-weight: 700;
}
.school-menu-info a.more {
    position: absolute;
    top:1.2rem;
    right:0;
    display: inline-block;
    width:1.8rem;
    height:1.8rem;
    background:url("../img/more_p.png") no-repeat center center;
    background-size: contain;
    font-size: 0;
}

/* 우리학교 식단 */
.school-menu-info .inner .menu ul {
    display: flex;
}
.school-menu-info .inner .menu ul li {
    display: flex;
    padding: 4rem 0;
}
.school-menu-info .inner .menu ul li a {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.school-menu-info .inner .menu ul li a .category span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8rem;
    height: 8rem;
    border-radius: 100vh;
    background-color: #fff;
    border: 2px solid #000;
    font-size: 2rem;
    font-weight: 700;
}
.school-menu-info .inner .menu ul li a .category span.kfood {
    border:solid 2px #008a3d;
    color: #008a3d;
}
.school-menu-info .inner .menu ul li a .category span.cfood {
    border:solid 2px #C84B00;
    color: #C84B00;
}
.school-menu-info .inner .menu ul li a .info {
    width: 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.school-menu-info .inner .menu ul li a .info .name {
    font-size: 2.2rem;
    font-weight: 700;
}
.school-menu-info .inner .menu ul li a .info .menu-list {
    font-size: 1.8rem;
    color: #000;
    line-height: 1.5;
    word-break: break-all;
    word-wrap: break-word;
    overflow-wrap: anywhere;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.school-menu-info .inner .menu ul li a .info .date {
    font-size: 1.6rem;
    color: #666;
}

.school-menu-info .inner .menu .swiper {

}
.school-menu-info .inner .menu .swiper .swiper-slide {

}

.school-menu-info .inner .menu .control-wrap {
    margin-top: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}
.school-menu-info .inner .menu .pager {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width:auto;
}
.school-menu-info .inner .menu .pager span {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background: #d9d9d9;
    border-radius: 100vh;
    opacity: 1;
}
.school-menu-info .inner .menu .pager span.swiper-pagination-bullet-active {
    width:3rem;
    background: var(--ccolor);
    opacity: 1;
}

/* control */
.school-menu-info .inner .menu .control-wrap .control {
    display:flex;
    align-items:center;
    gap:1rem;
}
.school-menu-info .inner .menu .control-wrap .control button {
    display:block;
    font-size:0;
    width:1.8rem;
    height:1.8rem;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
}
.school-menu-info .inner .menu .control-wrap .control button.prev {
    background-image:url("../img/vs-prev.svg");
}
.school-menu-info .inner .menu .control-wrap .control button.next {
    background-image:url("../img/vs-next.svg");
}
.school-menu-info .inner .menu .control-wrap .control button.pause {
    background-image:url("../img/vs-pause.svg");
}
.school-menu-info .inner .menu .control-wrap .control button.play {
    display:none;
    background-image:url("../img/vs-play.svg");
}


/* 학교급식 식단정보 */
.school-menu-info .inner .info .jump-menu {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
}
.school-menu-info .inner .info .jump-menu dt {
    font-size: 1.8rem;
    font-weight: 700;
    padding-left: 3.5rem;
    background: url("../img/icon_chart_updown.svg") no-repeat left center;
    background-size: 2.3rem auto;
}
.school-menu-info .inner .info .jump-menu dd {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.school-menu-info .inner .info .jump-menu dd span {
    display: inline-block;
    padding: 1rem 1.5rem;
    background-color: #fff;
    border-radius: 4px;
    border: 1px dashed #000;
    font-size: 1.6rem;
    color: #000;
}

.school-menu-info .inner .info .week-month-menu {
    margin-top: 2rem;
    display: flex;
    gap: 2rem;
}
.school-menu-info .inner .info .week-month-menu .week-menu {
    width: calc(50% - 1rem);
    background: #f5f5f5;
    border-radius: 1.6rem;
    padding: 3rem;
}
.school-menu-info .inner .info .week-month-menu .month-menu {
    width: calc(50% - 1rem);
    background: #f5f5f5;
    border-radius: 1.6rem;
    padding: 3rem;
}
.school-menu-info .inner .info .week-month-menu p.tit {
    margin-bottom: 3rem;
}
.school-menu-info .inner .info .week-month-menu p.tit span {
    font-size: 2.2rem;
    font-weight: 700;
    border-bottom: solid 1px #000;
}
.school-menu-info .inner .info .week-month-menu ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.school-menu-info .inner .info .week-month-menu ul li {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.school-menu-info .inner .info .week-month-menu ul li span.no {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background-color: #fff;
    border-radius: 8px;
    color: #000;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    line-height: 3rem;
}
.school-menu-info .inner .info .week-month-menu ul li span.name {
    font-size: 1.6rem;
    color: #666;
    line-height: 1.5;
    word-break: keep-all;
    word-wrap: break-word;
}
.school-menu-info .inner .info .week-month-menu ul li span.order {
    margin-left: auto;
    font-size: 0;
    width: 1rem;
    height: 1rem;
}
.school-menu-info .inner .info .week-month-menu ul li span.order.up {
    background: url("../img/order_up.png") no-repeat center center;
    background-size: contain;
}
.school-menu-info .inner .info .week-month-menu ul li span.order.down {
    background: url("../img/order_down.png") no-repeat center center;
    background-size: contain;
}
.school-menu-info .inner .info .week-month-menu ul li span.order.keep {
    background: url("../img/order_keep.png") no-repeat center center;
    background-size: contain;
}

@media (max-width:1025px){
    .school-menu-info {
        margin-top: 8rem;
    }
    .school-menu-info .inner .mtit h2 {
        font-size: 3rem;
    }
    .school-menu-info .inner {
        flex-direction: column;
        gap: 6rem;
    }
    .school-menu-info .inner .menu {
        width: 100%;
    }
    .school-menu-info .inner .info {
        width: 100%;
    }
    .school-menu-info .inner .menu .pager {
        margin-top: 2rem;
    }
    .school-menu-info .inner .menu .control-wrap .control {
        margin-top: 2rem;
    }
}
@media (max-width:481px){
    .school-menu-info {
        margin-top: 6rem;
    }
    .school-menu-info .inner .mtit h2 {
        font-size: 2.6rem;
    }
    .school-menu-info .inner .menu ul li a .category span {
        width: 7rem;
        height: 7rem;
    }
    .school-menu-info .inner .menu ul li a .info .name {
        font-size: 2rem;
    }
    .school-menu-info .inner .menu ul li a .info .menu-list {
        font-size: 1.6rem;
        word-break: break-all;
        overflow-wrap: anywhere;
    }
    .school-menu-info .inner .menu ul li a .info .date {
        font-size: 1.4rem;
    }
    .school-menu-info .inner .info .week-month-menu {
        gap: 1.5rem;
    }
    .school-menu-info .inner .info .week-month-menu p.tit span {
        font-size: 2rem;
    }
    .school-menu-info .inner .info .week-month-menu .week-menu {
        padding: 3rem 2rem;
    }
    .school-menu-info .inner .info .week-month-menu .month-menu {
        padding: 3rem 2rem;
    }
    .school-menu-info .inner .info .week-month-menu ul li {
        gap: 1rem;
    }
    .school-menu-info .inner .info .week-month-menu ul li span.no {
        width: 2.5rem;
        height: 2.5rem;
        line-height: 2.5rem;
        border-radius: 4px;
        font-size: 1.2rem;
    }
    .school-menu-info .inner .info .week-month-menu ul li span.name {
        font-size: 1.5rem;
    }
    .school-menu-info .inner .info .jump-menu {
        flex-wrap: wrap;
        gap: 2rem;
    }
}




/* 식단 및 레시피 */
.recipe-menu {
    margin-top: 10rem;
    padding: 0 var(--home-padding);
}
.recipe-menu .inner {
    position: relative;
    max-width: 155.2rem;
    margin:0 auto;
}

.recipe-menu .inner .mtit {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.recipe-menu .inner .mtit h2 {
    font-size: 3.4rem;
    font-weight: 700;
}
.recipe-menu .inner a.more {
    position: absolute;
    top:1.2rem;
    right:0;
    display: inline-block;
    width:1.8rem;
    height:1.8rem;
    background:url("../img/more_p.png") no-repeat center center;
    background-size: contain;
    font-size: 0;
}
.recipe-menu .inner .swiper {
    margin-top: 3rem;
    position: relative;
}
.recipe-menu .inner .swiper .swiper-slide {
    width:auto;
}
.recipe-menu .inner .swiper .swiper-slide .thumb {
    height: 28rem;
    border-radius: 2rem;
    overflow: hidden;
    border: 1px solid #ddd;
}
.recipe-menu .inner .swiper .swiper-slide .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.recipe-menu .inner .swiper .swiper-slide .info {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.recipe-menu .inner .swiper .swiper-slide .info .name {
    font-size: 2.2rem;
    font-weight: 700;
    color: #000;
    line-height: 1.5;
    word-break: keep-all;
    word-wrap: break-word;
}
.recipe-menu .inner .swiper .swiper-slide .info .component {    
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
.recipe-menu .inner .swiper .swiper-slide .info .component span {
    font-size: 1.6rem;
    color: #666;
}

/* control-wrap */
.recipe-menu .inner .control-wrap {
    margin-top: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.recipe-menu .inner .pager {   
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem; 
    width:auto;   
}
.recipe-menu .inner .pager span {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background: #d9d9d9;
    border-radius: 100vh;
    opacity: 1;
}
.recipe-menu .inner .pager span.swiper-pagination-bullet-active {
    width:3rem;
    background: var(--ccolor);
    opacity: 1;
}

/* control */
.recipe-menu .inner .control-wrap .control {
    display:flex;
    align-items:center;
    gap:1rem;
}
.recipe-menu .inner .control-wrap .control button {
    display:block;
    font-size:0;
    width:1.8rem;
    height:1.8rem;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
}
.recipe-menu .inner .control-wrap .control button.prev {
    background-image:url("../img/vs-prev.svg");
}
.recipe-menu .inner .control-wrap .control button.next {
    background-image:url("../img/vs-next.svg");
}
.recipe-menu .inner .control-wrap .control button.pause {
    background-image:url("../img/vs-pause.svg");
}
.recipe-menu .inner .control-wrap .control button.play {
    display:none;
    background-image:url("../img/vs-play.svg");
}


@media (max-width:1025px){
    .recipe-menu {
        margin-top: 8rem;
    }
    .recipe-menu .inner .mtit h2 {
        font-size: 3rem;
    }
}
@media (max-width:481px){
    .recipe-menu {
        margin-top: 6rem;
    }
    .recipe-menu .inner .mtit h2 {
        font-size: 2.6rem;
    }
}


/* 추천 재료,레시피 */
.recommend {
    margin-top: 10rem;    
}
.recommend .inner {
    display: flex;
}
.recommend .inner  h2 {
    position: relative;
    font-size: 3.4rem;
    font-weight: 700;
    color: #000;
    white-space: nowrap;
    z-index: 1;
}
/* 재료 */
.recommend .inner .ingredients {
    flex:1;
    padding-left:var(--home-padding);
    display: flex;
    justify-content: flex-end;    
    min-height: 26rem;
    background:url("../img/menu_bg.jpg") no-repeat center center;
    background-size: cover;
}
.recommend .inner .ingredients .indiv {
    max-width: 77.6rem;
    width: 100%;
    padding:5rem 32rem 5rem 0;
    position: relative;
}
.recommend .inner .ingredients .indiv::before {
    display:block;
    content:"";
    width: 28.9rem;
    height: 29.3rem;
    background:url("../img/main_menu_img.png") no-repeat left bottom;
    background-size: 100% auto;
    position: absolute;
    bottom:0;
    right:4rem;
    z-index: 0;
}
.recommend .inner .ingredients .indiv .menu-name {
    position: relative;
    margin-top: 4rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    z-index: 1;
}
.recommend .inner .ingredients .indiv .menu-name span {
    display: block;
    padding: 1rem 1.5rem 0.8rem;
    background-color: #fff;
    border-radius: 5px;
    border: 1px dashed #000;
    font-size: 1.6rem;
    font-weight: 700;
    color: #000;
    line-height: 1;
}

/* 레시피 */
.recommend .inner .recipe {
    flex:1;
    padding-right:var(--home-padding);
    display: flex;
    min-height: 26rem;
    background:url("../img/recipe_bg.jpg") no-repeat center center;
    background-size: cover;
}
.recommend .inner .recipe .indiv {
    max-width: 77.6rem;
    width: 100%;
    padding:5rem 0 5rem 4rem;
    position: relative;   
    display: flex;
    gap: 2rem;
}
.recommend .inner .recipe .indiv .left {
    flex: 2;
}
.recommend .inner .recipe .indiv .right {
    flex: 1;
    margin-left:auto;
    text-align: right;
}
.recommend .inner .recipe .indiv .right img {    
    max-width: 100%;
    height: auto;
    border-radius: 1.2rem;
    overflow: hidden;
}
.recommend .inner .recipe .indiv .recipe-name {
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.recommend .inner .recipe .indiv .recipe-name dt span {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #000;
    padding-left: 1.5rem;
    background: url("../img/r_bullet.png") no-repeat left center;
    background-size: 0.6rem auto;
    white-space: nowrap;
}
.recommend .inner .recipe .indiv .recipe-name dd {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.recommend .inner .recipe .indiv .recipe-name dd p {
    font-size: 1.5rem;
    color: #666;
    line-height: 1.5;
    word-break: keep-all;
    word-wrap: break-word;
    padding-left: 2.5rem;
    background: url("../img/r_check.svg") no-repeat left top 0.5rem;
    background-size: 1.4rem auto;
}

@media (max-width:1480px){
    .recommend .inner .recipe .indiv .recipe-name {
        flex-direction: column;
    }
}
@media (max-width:1025px){
    .recommend {
        margin-top: 8rem;
    }
    .recommend .inner {
        flex-direction: column;
    }
    .recommend .inner h2 {
        font-size: 3rem;
    }
    .recommend .inner .ingredients {        
        justify-content: flex-start;
        min-height: inherit;
    }
    .recommend .inner .ingredients .indiv {
        max-width: 100%;
    }
    .recommend .inner .ingredients .indiv::before {
        width: 23rem;
        height: 24.3rem;
        right: var(--home-padding);
    }
    .recommend .inner .recipe .indiv {
        max-width: 100%;
        padding-left: var(--home-padding);
    }
    .recommend .inner .recipe .indiv .recipe-name {
        flex-direction: row;
    }
    .recommend .inner .recipe .indiv .right {
        display: none;
    }
}
@media (max-width:580px){
    .recommend .inner .recipe .indiv .recipe-name {
        flex-direction: column;
    }
    .recommend .inner .ingredients .indiv {
        padding:5rem 20rem 5rem 0;
    }
}
@media (max-width:481px){
    .recommend {
        margin-top: 6rem;
    }
    .recommend .inner h2 {
        font-size: 2.6rem;
    }
    .recommend .inner .ingredients .indiv::before {
        width:20rem;
        height:20.3rem;
    }
    .recommend .inner .ingredients .indiv .menu-name {
        margin-top: 3rem;
    }
    .recommend .inner .recipe .indiv .recipe-name {
        margin-top: 3rem;
    }
}




/* 영양식생활 교육자료, 영상 교육자료 */
.education-mov {
    margin-top: 10rem;
    padding: 0 var(--home-padding);
}
.education-mov .inner {
    max-width: 155.2rem;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    gap: 4rem;
}
.education-mov .inner .left {
    position: relative;
    width: calc(50% - 2rem);
}
.education-mov .inner .right {
    position: relative;
    width: calc(50% - 2rem);
}
.education-mov .inner .mtit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 2rem;
    border-bottom: 2px solid #000;
}
.education-mov .inner .mtit h2 {
    font-size: 3.4rem;
    font-weight: 700;
}
.education-mov .inner a.more {
    position: absolute;
    top:1.2rem;
    right:0;
    display: inline-block;
    width:1.8rem;
    height:1.8rem;
    background:url("../img/more_p.png") no-repeat center center;
    background-size: contain;
    font-size: 0;
}
.education-mov .inner .left ul {
    margin-top: 1rem;
}
.education-mov .inner .left ul li {
    padding: 2.2rem 0;
    border-bottom: 1px dashed #ccc;
}
.education-mov .inner .left ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;    
}
.education-mov .inner .left ul li a span.tit {
    display: flex;
    gap: 0.5rem;
    font-size: 1.8rem;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: relative;
    padding-right: 3rem;
    overflow: hidden;
}
.education-mov .inner .left ul li.new a span.tit::after {
    display: block;
    content: "N";
    text-align: center;
    width: 2.2rem;
    height: 2.2rem;
    line-height: 2.35rem;
    background: #000;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    overflow: hidden;
}
.education-mov .inner .left ul li a span.date {
    font-size: 1.4rem;
    color: #666;
}

.education-mov .inner .right ul {
    margin-top: 3rem;
    display: flex;
    gap: 2rem;
}
.education-mov .inner .right ul li {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.education-mov .inner .right ul li .thumb {
    position: relative;
    width: 100%;
    height: 20.7rem;
    border-radius: 2rem;
    overflow: hidden;
}
.education-mov .inner .right ul li .thumb::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.education-mov .inner .right ul li .thumb::after {
    display: block;
    content: "";
    width: 7rem;
    height: 7.4rem;
    background: url("../img/mov_play.svg") no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}
.education-mov .inner .right ul li .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.education-mov .inner .right ul li .info {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.education-mov .inner .right ul li .info .name {
    font-size: 1.8rem;
    font-weight: 700;
    color: #000;
    line-height: 1.5;
    word-break: keep-all;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
    overflow: hidden;
}
.education-mov .inner .right ul li .info .date {
    font-size: 1.6rem;
    color: #666;
}

@media (max-width:1025px){
    .education-mov {
        margin-top: 8rem;
    }
    .education-mov .inner {
        flex-direction: column;
        gap: 6rem;
    }
    .education-mov .inner .left {
        width: 100%;
    }
    .education-mov .inner .left ul li:last-child {
        border-bottom: none;
    }
    .education-mov .inner .right {
        width: 100%;
    }
    .education-mov .inner .right .mtit {
        padding-bottom: 0;
        border-bottom: none;
    }
    .education-mov .inner .mtit h2 {
        font-size: 3rem;
    }
    .education-mov .inner .right ul li .thumb {
        height: auto;
    }
}
@media (max-width:520px){
    .education-mov .inner .right ul {
        flex-direction: column;
        gap: 4rem;
    }
    .education-mov .inner .right ul li {
        width: 100%;
    }
}
@media (max-width:481px){
    .education-mov {
        margin-top: 6rem;
    }
    .education-mov .inner {
        gap: 5rem;
    }
    .education-mov .inner .mtit h2 {
        font-size: 2.6rem;
    }
    .education-mov .inner .left ul li a {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
}









/* 급식위생, 식생활 습관 진단, 식중독현황 */
.menu-info {
    margin-top: 10rem;
    padding: 0 var(--home-padding);
}
.menu-info .inner {
    max-width: 155.2rem;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    gap: 4rem;
}
.menu-info .inner .left {
    flex: 1;
    width: calc(50% - 2rem);
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.menu-info .inner .left .hygiene {
    position: relative;
    padding: 4rem;
    padding-right: 18rem;
    background:#785f4e;
    border-radius: 1.6rem;
    height: 100%;
}
.menu-info .inner .left .hygiene::before {
    display:block;
    content:"";
    width: 10rem;
    height: 10rem;
    background:url("../img/icon_diagnosis.svg") no-repeat center center;
    background-size: contain;
    position: absolute;
    top:50%;
    right:4rem;
    transform: translateY(-50%);
}
.menu-info .inner .left .diagnosis {
    position: relative;
    padding: 4rem;
    padding-right: 18rem;
    background:#01a64a;
    border-radius: 1.6rem;
    height: 100%;
}
.menu-info .inner .left .diagnosis::before {
    display:block;
    content:"";
    width: 10rem;
    height: 10rem;
    background:url("../img/icon_hygiene.svg") no-repeat center center;
    background-size: contain;
    position: absolute;
    top:50%;
    right:4rem;
    transform: translateY(-50%);
}
.menu-info .inner .left h2 {
    font-size: 3.4rem;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
}
.menu-info .inner .left .link-banner {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}
.menu-info .inner .left .link-banner a {
    display: block;
    min-width: 19.8rem;
    padding: 1.2rem 1.5rem 1rem;
    background-color: transparent;
    border-radius: 0.8rem;
    border: 1px solid #fff;
    color: #fff;
    font-size: 1.5rem;
    white-space: nowrap;
}
.menu-info .inner .left .link-banner a span {
    display: block;
    padding-right: 2.5rem;
    background: url("../img/main_more_w.png") no-repeat right center;
    background-size: 0.8rem auto;
}
.menu-info .inner .right {
    position: relative;
    width: calc(50% - 2rem);
    background: #f5f5f5;
    border-radius: 1.6rem;
    padding:5rem 4rem;

}
.menu-info .inner .right > a { 
    display: block;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.menu-info .inner .right::after {
    display:block;
    content:"";
    width: 21.3rem;
    height: 16rem;
    background:url("../img/main_poisoning.svg") no-repeat center center;
    background-size: contain;
    position: absolute;
    bottom:5rem;
    right:4rem;
    z-index: 0;
    transition: all 0.3s;
}
.menu-info .inner .right h2 {
    font-size: 2.4rem;
    font-weight: 700;
    color: #000;
}
.menu-info .inner .right h3 {
    font-size: 3.4rem;
    font-weight: 700;
    color: #000;
}
.menu-info .inner .right h3 span {
    display: inline-block;
    border-bottom: 2px solid #000;
}
.menu-info .inner .right h3 span.attention {
    color: #4293d9;
    border-bottom: 2px solid #4293d9;
}
.menu-info .inner .right h3 span.caution {
    color: #70ad47;
    border-bottom: 2px solid #70ad47;
}
.menu-info .inner .right h3 span.alert {
    color: #ed7d31;
    border-bottom: 2px solid #ed7d31;
}
.menu-info .inner .right h3 span.danger {
    color: #c00000;
    border-bottom: 2px solid #c00000;
}
.menu-info .inner .right p {
    font-size: 2rem;
    color: #666;
    line-height: 1.5;
    margin-bottom: 1rem;
    padding-right: 21rem;
    word-break: keep-all;
    word-wrap: break-word;
}
.menu-info .inner .right .step-group {
    margin-top: auto;
    display: flex;
    gap: 3rem;
}
.menu-info .inner .right .step-group span {
    display: inline-block;
    font-size: 1.6rem;
    color: #000;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.menu-info .inner .right .step-group span::before {
    display:block;
    content:"";
    width: 1.2rem;
    height: 1.2rem;
    background-color: #000;
    border-radius: 100vh;
}
.menu-info .inner .right .step-group span.attention::before {
    background-color: #4293d9;
}
.menu-info .inner .right .step-group span.caution::before {
    background-color: #70ad47;
}
.menu-info .inner .right .step-group span.alert::before {
    background-color: #ed7d31;
}
.menu-info .inner .right .step-group span.danger::before {
    background-color: #c00000;
}

@media (max-width:1200px){
    .menu-info .inner {
        flex-direction: column;
        gap: 2rem;
    }
    .menu-info .inner .left {
        width: 100%;
    }
    .menu-info .inner .right {
        width: 100%;
    }
    .menu-info .inner .right::after {
        width: 18rem;
        height: 13rem;
    }
}
@media (max-width:1025px){
    .menu-info {
        margin-top: 8rem;
    }
    .menu-info .inner .left h2 {
        font-size: 3rem;
    }
    .menu-info .inner .right h2 {
        font-size: 2rem;
    }
    .menu-info .inner .right h3 {
        font-size: 3rem;
    }
    .menu-info .inner .right p {
        font-size: 1.8rem;
    }
}
@media (max-width:580px){
    .menu-info .inner .left .hygiene {
        padding: 3rem;
        padding-right: 15rem;
    }
    .menu-info .inner .left .hygiene::before {
        right: 3rem;
    }
    .menu-info .inner .left .diagnosis {
        padding: 3rem;
        padding-right: 15rem;
    }
    .menu-info .inner .left .diagnosis::before {
        right: 3rem;
    }
    .menu-info .inner .right {
        padding:4rem 3rem;
    }
    .menu-info .inner .right::after {
        width: 15rem;
        height: 10rem;
        bottom:4rem;
        right:3rem;
    }
    .menu-info .inner .right p {
        padding-right: 16rem;
    }
}
@media (max-width:481px){
    .menu-info {
        margin-top: 6rem;
    }
    .menu-info .inner .left .hygiene {
        padding:3rem 2rem;
        padding-right: 12rem;
    }
    .menu-info .inner .left .hygiene::before {
        right: 2rem;
    }
    .menu-info .inner .left .diagnosis {
        padding:3rem 2rem;
        padding-right: 12rem;
    }
    .menu-info .inner .left .diagnosis::before {
        right: 2rem;
    }
    .menu-info .inner .left h2 {
        font-size: 2.6rem;
    }
    .menu-info .inner .right {
        padding:3rem 2rem;
    }
    .menu-info .inner .right::after {
        width: 12rem;
        height: 8rem;
        bottom:3rem;
        right:1rem;
    }
    .menu-info .inner .right h2 {
        font-size: 1.8rem;
    }
    .menu-info .inner .right h3 {
        font-size: 2.6rem;
    }
    .menu-info .inner .right p {
        margin-top: -1rem;
        font-size: 1.6rem;
        padding-right: 10rem;
    }
    .menu-info .inner .right .step-group {
        gap: 2rem;
    }
    .menu-info .inner .right .step-group span {
        font-size: 1.4rem;
    }
}





/* 모달 레이어 */
.modal-wrap {
	background-color:rgba(0,0,0,0); 
	justify-content:center; /* 수평 중앙정렬 */
	align-items:center;     /* 수직 중앙정렬 */
	position:fixed;         /* 화면 고정 */
	top:0;
	left:0;
	right:0;
	bottom:0;       
	display:flex; 	/* 처음부터 보이게 하는 상황이라면 display:flex; */
	padding:5%;
	opacity:0;
    transition:all 0.3s ease;
    transform:scale(1.2);
    z-index:-1;
}
.modal-wrap.active {
    opacity:1;
    z-index:1000;
    transform:scale(1);
}
.modal-content {
    display:none;
    max-width:120rem;
	position:relative;
	top:0;
	bottom:0;
    width:100%;   
	background:#fff;
    border:solid 0.5rem #00a64b;
    padding:2rem;
	z-index:1001;
	overflow:hidden;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,1);
}
.modal-wrap.active .modal-content {
    display:block;
}

/* 인덱스 팝업 */
.indexPop {
    
}
.indexPop .modal-content {
    padding:0; 
    box-shadow: 0.4rem 0.4rem 3rem rgb(0 0 0 / 20%);
}
.indexPop .modal-body {
    padding:0;
}
.indexPop .modal-body img {position: relative; max-width:100%; z-index: 1;}
.indexPop .modal-body .sec1 {
    position: relative;
    padding:3rem;
    text-align: center;
}
.indexPop .modal-body .sec1::after {
    display:block;
    content:"";
    width: 100%;
    height: 76%;
    border-radius: 2rem;
    background-color: #fbf8f1;
    position: absolute;
    top:0;
    left:0;
    z-index: 0;
}
.indexPop .modal-body .sec1 .cloud {
    position: absolute;
    top:2.6rem;
    left:50%;
    width: 100%;
    transform: translateX(-50%);
    z-index: 2;
}
.indexPop .modal-body .sec1 .baby {
    position: absolute;
    bottom:3rem;
    right:3rem;
    z-index: 2;
}
.indexPop .modal-body .sec2 {
    width: 100%;
    max-width: 43rem;
    margin:0 auto;
    font-family: 'ONE Mobile OTF';
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.31;
    letter-spacing: -0.64px;
    text-align: left;
    color: #000;
    word-break: keep-all;
    word-wrap: break-word;
}
.indexPop .modal-body .sec2 span {
    color: #ca5400;
}
.indexPop .modal-body .sec3 {
    width: 100%;
    max-width: 43rem;
    margin:0 auto;
    margin-top: 2rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.63;
    letter-spacing: -0.32px;
    text-align: left;
    color: #666;
    word-break: keep-all;
    word-wrap: break-word;
}
.indexPop .modal-body .sec4 {
    width: 100%;
    max-width: 43rem;
    margin:0 auto;
    display: flex;
    gap: 1rem;
    margin-top: 3rem;
}
.indexPop .modal-body .sec4 a {
    display: inline-block;
    width: auto;
    height: 6.8rem;
    line-height: 6.8rem;
    padding:0 3rem;
    border-radius: 1.6rem;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);    
    font-family: 'ONE Mobile OTF';
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
}
.indexPop .modal-body .sec4 a.btn01 {
    background-color: #00a64b;
}
.indexPop .modal-body .sec4 a.btn02 {
    background-color: #ca5400;
}

.indexPop .modal-footer {
	position:relative;
	display:flex;
	justify-content:space-between;
	padding:2rem 2rem;
	align-items:center;
	background:#fff;
}
.indexPop .modal-footer input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    font-family: 'ONE Mobile OTF';
    font-size: 1.4rem;
    color: #666;
    line-height: 2rem;
    vertical-align: top;
    cursor: pointer;
    outline: none;
    padding-left: 2.4rem;
    text-indent: -2.4rem;
}
.indexPop .modal-footer input[type=checkbox] + label:before {
    display: inline-block;
    width: 1.9rem;
    height: 1.9rem;
    content: "";
    margin-right: 0.5rem;
    vertical-align: top;
    background: url("../img/checkbox.png") no-repeat center center;
    background-size: 1.9rem auto;
    transition: all 0.35s;
}
.indexPop .modal-footer input[type=checkbox]:checked + label:before {
	background:url('../img/checkbox_on.png') no-repeat center center; 
    background-size: 1.9rem auto;
}
/* label 포거스 표시 */
.indexPop .modal-footer input[type=checkbox]:focus + label:after {
	display:block; content:""; 
    position:absolute; 
    top:0;
    left:0;
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 100vh;
    border:solid 2px var(--ccolor);
    box-sizing: border-box;
}

.indexPop .modal-footer .close {
    display:inline-block;
    line-height: 1.9rem;
    padding-left: 2.4rem;
    font-family: 'ONE Mobile OTF';
    font-size: 1.4rem;
    color: #666;
	background:url("../img/modal_close.png") no-repeat left center;
    background-size: 1.9rem auto;
}

@media (max-width:481px){
    .indexPop .modal-body .sec2 {
        font-size: 2.4rem;
    }
    .indexPop .modal-body .sec4 a {
        height: 5.6rem;
        line-height: 5.6rem;
        padding:0 2.5rem;
        font-size: 1.6rem;
    }
}



/* 메인 배너 */
.main-banner {
    margin-top: 10rem;
    border-top:solid 1px #ccc;
    padding: 0 var(--home-padding);
}
.main-banner .inner {
    max-width: 155.2rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    column-gap: 5rem;
}

.main-banner .inner .left {
    flex: 1;
}
.main-banner .inner .left .swiper {
    max-width: 134rem;
}
.main-banner .inner .left .swiper .swiper-wrapper {

    
}
.main-banner .inner .left .swiper .swiper-slide {
    width: auto;
    height: 9rem;
    display: flex;
    align-items: center;
}
.main-banner .inner .left .swiper .swiper-slide img {
    max-width: 100%;
    height:auto;   
}
.main-banner .inner .right {
    border-radius: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.main-banner .inner .right .pager {
    padding:0 1.5rem;
    height: 4rem;    
    border:solid 1px #ccc;
    border-radius: 100vh;
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
}
.main-banner .inner .right .pager span {
    display: inline-block;
    font-size: 1.4rem;
    color: #000;
}
.main-banner .inner .right .pager span.current {
    font-weight: bold;
}
.main-banner .inner .right .control {
    display: flex;
    align-items: center;
    gap: 1rem;
    height: 9rem;
}
.main-banner .inner .right .control button {
    display: inline-block;
    width: 4rem;
    height: 4rem;
    font-size: 0;
    border:solid 1px #ccc;
    border-radius: 100vh;
    background-color: #fff;
}
.main-banner .inner .right .control button.pause {
    display: none;
    background:#fff url("../img/main-banner-pause.png") no-repeat center center;
    background-size: auto 1.6rem;
}
.main-banner .inner .right .control button.play {
    display: none;
    background:#fff url("../img/main-banner-play.png") no-repeat center center;
    background-size: auto 1.6rem;
}
.main-banner .inner .right .control button.prev {
    background:#fff url("../img/main-banner-prev.png") no-repeat center center;
    background-size: auto 1.6rem;
}
.main-banner .inner .right .control button.next {
    background:#fff url("../img/main-banner-next.png") no-repeat center center;
    background-size: auto 1.6rem;
}


@media (max-width:1200px){
    .main-banner .inner {
        flex-direction: column;
        gap: 0;
    }
    .main-banner .inner .left {
        width: 100%;
    }
    .main-banner .inner .left .swiper {
        max-width: 100%;
    }
    .main-banner .inner .right {
        width: 100%;
        max-width: 100%;
        justify-content: center;
        background:none;
        padding-bottom: 3rem;
    }
    .main-banner .inner .right .control {
        height: 4rem;
    }

}
@media (max-width: 1025px) {
    .main-banner {
        margin-top: 8rem;
    }
}
@media (max-width: 481px) {
    .main-banner {
        margin-top: 6rem;
    }
}


/* 로그인후 설정되지 않은 경우 */
.login-before-setting {
    height: calc(100% - 8rem);
    background:#f5f5f5;
    padding:2rem;
    border-radius: 1.6rem;
    margin-top: 2rem;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}
.login-before-setting p {
    font-size: 2.2rem;
    color: #666;
    line-height: 1.5;
    word-break: keep-all;
    word-wrap: break-word;
}

@media (max-width:1025px){
    .login-before-setting {
        height: auto;
        padding:6rem 2rem;
    }
    .login-before-setting p {
        font-size: 2rem;
    }
    .login-before-setting button {
        font-size: 1.5rem;
    }
}