@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

*{
    font-family: 'Pretendard-Regular'!important;
    color:#333D4B;
    transition: all .3s;
}

body{
    max-width:inherit;
}

#right_bn, #ft_menu{
    #display:none!important;
}

#hd_wrapper{
    padding: 5px 15px;
}

#hd_wrapper .row{
    max-width:1240px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

#hd #logo{
    font-size:1.8em;
}

.col-xs-4{
    width:inherit;
}

.renewal_head{
    display:flex;
    gap:20px;
}

#logo{
    width:86px;
}

.renewal_head div{
    font-size:16px;
    color:white;
}

.main_swiper {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #000d2b;
}

.main_swiper .swiper {
    width: 100%;
    height: 100%;
}

.main_swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.main_swiper .swiper-slide img {
    width: 100%; 
    height: 300px; 
    object-fit: cover;
}

.swiper-slide img{
    width:100%;
    object-fit: contain;
}

/* .main_swiper .swiper-slide1{
    background:url(../img/visual_bg1.png)!important;
    width:100%;
    height:100%;
    background-repeat: no-repeat;
    background-size:100%;
} */

.main_swiper .contents {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    color: white;
    z-index: 10;
}

.main_swiper .title {
    font-size: 48px;
    font-weight: bold;
    margin-bottom:0;
}

.main_swiper .desc {
    margin-top: 10px;
    font-size: 20px;
}

.compare-btn {
    margin-top: 20px;
    padding: 12px 24px;
    font-size: 16px;
    background-color: #00cfff;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.swiper-button-prev,
.swiper-button-next {
  color: white;
}

#container{
    padding:0;
    position:inherit;
    min-height:inherit;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

.swiper-pagination{
    width: 100%;
    max-width: 80px;
    border-radius: 50px;
    transform: translate(-50%, -50%)!important;
    bottom: 1%!important;
    left: 50%!important;
}

.swiper-pagination-bullet{
    background:white!important;
    opacity: 1!important;
    width:5px!important;
    height: 5px!important;
    margin-bottom: 2px !important;
    transition: .1s;
}

.swiper-pagination-bullet-active{
    background: #00B5D0!important;
    width: 34px!important;
    height: 5px!important;
    border-radius: 4px!important;
    transition: .1s;
}

.main-swiper .swiper-button-next{
    margin-right:20px;
}

.main-swiper .swiper-button-prev{
    margin-left:20px;
}

.contents{
    position:absolute;
    z-index: 1;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width:100%;
    max-width:1240px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap:16px;
}

.contents *{
    color:white;
}

.contents strong{
    font-size:46px;
}

.contents p{
    font-size:20px;
}

.sd_btn{
    display: flex;
    font-size: 16px;
    color: white!important;
    font-weight: 100;
    padding: 14px 50px;
    background: #00B5D0;
    border-radius: 6px;
    margin-top: 20px;
}

#idx_cate ul.sup{
    border:0;
    background:none;
    color:#00B5D0;
}

#idx_cate h2, #review h2{
    color:#00B5D0;
    font-size:30px;
    margin-top:80px;
    margin-left:0;
    font-weight: 600;
}

#container #idx_cate ul.sup{
    margin-top:30px;
    padding:0;
    justify-content: flex-start;
    gap:20px;
}

#idx_cate li{
    width: 190px;
    height: 190px;
    border: 1px solid #f0f0f0;
    border-radius: 6px;
    display:flex;
    align-items: center;
    justify-content: center;
    position:relative;
}

.none_wrap{
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(000, 000, 000, 0.4);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.none_wrap p{
    width:119px;
    padding:9px 20px;
    color:white;
    font-size:16px;
    border:1px solid white;
    border-radius: 6px;
}

#idx_cate li:hover{
    border:1px solid #00B5D0;
}

#idx_cate li:hover .none_wrap{
    opacity: 1;
}

#idx_cate ul.sup li a{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}


#idx_cate li a p{
    margin-top: 12px;
    font-size: 18px;
}

.sb_tit{
    font-size:20px;
    margin-top:10px;
    margin-left: 2px;
}

#review{
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

.reviewItem{
    margin:0 auto;
    width:100%;
    padding:0;
}

#review .swiper-wrapper{
    display:flex;
    _gap:20px;
}

.review_tit_wrap{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 14px;
    padding-bottom:0;
}

.reviewImg{
    border-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding-top:0;
}

.reviewId{
    font-size:16px;
}

.review_span, .reviewCon{
    padding: 0 14px;
    margin-left: 2px;
    font-size: 14px;
    color:#7F8894;
}

.reviewImg{
    height:295px;
    object-fit: cover;
}

.swiper-horizontal{
    margin-top:30px;
}

.reviewCon{
    margin-top: 20px;
    min-height: 70px;
    max-height: 70px;
}

/* 푸터 */
.footer-wrap{margin-top:80px;}
.footer-wrap .footer-top {padding:17px 0;border-top:1px solid #f0f0f0;}
.footer-wrap .footer-top .container {display:flex;justify-content:space-between;align-items:center; width: 100%; max-width: 1240px; justify-content: space-between; padding:0;}
.footer-wrap .footer-top .sns-list {display:flex;gap:20px;}
.footer-wrap .footer-top .sns-list a {display:block;width:30px;height:30px;font-size:0;text-indent:-9999px;overflow:hidden;white-space:nowrap;}
.footer-wrap .footer-top .sns-list a.sns-facebook {background:url(../img/sns_facebook.svg) no-repeat center/contain;}
.footer-wrap .footer-top .sns-list a.sns-x {background:url(../img/mdi_twitter.svg) no-repeat center/contain;}
.footer-wrap .footer-top .sns-list a.sns-instagram {background:url(../img/ri_instagram-line.svg) no-repeat center/contain;}
.footer-wrap .footer-top .sns-list a.sns-youtube {background:url(../img/mdi_youtube.svg) no-repeat center/contain;}
.footer-wrap .footer-top .quick-links {position:relative;}
.footer-wrap .footer-top .quick-links-btn {display:inline-flex;font-size:18px;font-weight:600;align-items:center; border:0; background:none;}
.footer-wrap .footer-top .quick-links-btn img {margin-left:8px;}
.footer-wrap .footer-top .quick-links-list {margin-top:10px;width:100%;position:absolute;border-radius:6px;border: 1px solid #F0F0F0;background: #FFF;overflow:hidden;z-index:10;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s ease;}
.footer-wrap .footer-top .quick-links-list.active {opacity:1;visibility:visible;transform:translateY(0);}
.footer-wrap .footer-top .quick-links-list li {border-bottom:1px solid #f0f0f0;padding:12px 12px;}
.footer-wrap .footer-top .quick-links-list li:last-child {border-bottom:0;}
.footer-wrap .footer-top .quick-links-list li a {color:#7F8894;}
.footer-wrap .footer-btm {padding:40px 0;border-top:1px solid #f0f0f0;}
.footer-wrap .footer-btm .corp-lr {display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;}
.footer-wrap .footer-btm .footer-links button {color:#7F8894;font-size:14px;margin-right:12px;}
.footer-wrap .footer-btm .footer-links button:last-child {margin-right:0;}
.footer-wrap .footer-btm .corp-text {color:#7F8894;line-height:1.35;font-weight:300;margin-bottom:20px;}
.footer-wrap .footer-btm .corp-info {margin-bottom:40px;}
.footer-wrap .footer-btm .corp-info-item {display:flex;align-items:center;gap:9px;margin-bottom:6px;color:#7F8894; font-weight: 100; font-size:16px;}
.footer-wrap .footer-btm .corp-info-item:last-child {margin-bottom:0;}
.footer-wrap .footer-btm .copyright {color:#7F8894;font-size:13px;font-weight:300;}
.container::before, .container::after{display:none;}
.container{width:100%; max-width:1240px; padding:0;}

.footer-logo{
    font-weight: 600;
    font-size: 1.8em;
    color: #bbb;
    margin-bottom: 20px;
}

/* floating navigation bar */
.fnb {position:fixed;right:20px;bottom:20px;display:flex;flex-direction:column;gap:10px;z-index:10;}
.fnb .fnb-btn {width:56px;height:56px;border-radius:6px;font-size:0;text-indent:-9999px;overflow:hidden;white-space:nowrap;}
.fnb .fnb-kakao {background:#FACC15 url(../images/fnb_kakao.svg) no-repeat center/70% auto;}
.fnb .fnb-call {background:#2C2C2C url(../images/fnb_call.svg) no-repeat center/56% auto;}
.fnb .fnb-top {border:1px solid #F0F0F0;background:#fff url(../images/fab_top.svg) no-repeat center/45% auto;}


.line-banner{
    width: 100%;
    max-width:1240px;
    margin:0 auto;
}

.line-banner .swiper-pagination{
    background:none;
    left: 96% !important;
}

.line-banner .swiper-pagination-bullet{
    width:10px!important;
    height:10px!important;
}

.corp-info_wrap{
    display:flex;
    gap: 10px;
    margin-top: 40px;
}

.corp-info_wrap .corp-info-item{
    margin-bottom:0!important;
}

/* 헤더메뉴 */
.renewal_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  position: relative;
  z-index: 1000;
}

.menu-items {
  display: flex;
  gap: 20px;
}

/* 햄버거 버튼 기본 숨김 */
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 25px;
  height: 18px;
  cursor: pointer;
  z-index: 1100;
}

.menu-toggle span {
  height: 3px;
  background: white;
  border-radius: 2px;
  transition: 0.4s;
}

/* X로 변환 */
.menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.home_btn, .mb_img{
    display:none;
}

.ft_wrap{
    display: flex;
    justify-content: space-between;
}

.ft_right{
    display:flex;
    flex-direction: column;
    text-align: center;
}

.ft_right .footer-logo{
    margin-bottom:10px;
}

.ft_right_text{
    color:#7F8894;
    line-height: 20px;
}

#idx_cate li img{
    height:110px;
}


@media (max-width:1240px) {
    #hd_wrapper{
        padding:15px 40px;
    }
    .contents{
        padding: 0 120px;
        gap:0;
    }
    .contents strong{
        font-size:32px;
        margin-bottom: 12px;
    }
    .sd_btn{
        font-size:14px;
        padding: 8px 24px;
    }
    #container, #review, .line-banner{
        padding:0 20px;
    }
    #idx_cate h2, #review h2{
        font-size: 26px;
        margin-top:60px;
        margin-bottom: 0;
    }
    .sb_tit{
        font-size: 16px;
        margin-top: 4px;
        margin-left: 2px;
    }
    #container #idx_cate ul.sup{
        margin-top:20px;
    }
    #idx_cate li{
        width: 165px;
        height: 165px;
    }
    #idx_cate li a p{
        margin-top: 12px;
        font-size: 14px;
    }
    .swiper-horizontal{
        margin-top:20px;
    }
    .line-banner img{
        width:100%;
    }
    .footer-wrap .footer-top{
        padding:17px 40px!important;
    }
    .footer-wrap .footer-btm{
        padding:40px 40px!important;
    }
    #review .swiper-pagination{
        display:none!important;
    } 
}

@media (max-width:620px) {
    #container #idx_cate ul.sup{
        justify-content: center;
    }
    #idx_cate li{
        width: 47.5%;
        height:inherit;
        aspect-ratio: 1 / 1; /* 정사각형 유지 */
    }
    #idx_cate li img{
        height:12vh;
    }
    .contents{
        padding:0 54px;
    }
    .main-swiper .swiper-button-prev{
        margin-left:-10px;
    }
    .main-swiper .swiper-button-next{
        margin-right:-10px;
    }
    .reviewImg{
        height:182px;
    }
    .reviewItem{
        min-height: inherit;
    }
    .reviewCon{
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3; /* 최대 3줄 */
        -webkit-box-orient: vertical; 
        min-height: 54px;
    }

    .menu-toggle {
        display: flex;
    }

    .menu-items {
        position: fixed;
        top: 0;
        right: -100%;
        width: 200px;
        height: 100vh;
        background: white;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 20px;
        gap: 20px;
        box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
        transition: right 0.4s ease;
        z-index: 1000;
    }

    .menu-items.active {
        right: 0;
        width:100%;
        justify-content: flex-start;
        padding-top: 120px;
        padding-left: 40px;
        gap: 60px;
    }

    .renewal_head{
        position: absolute;
        right: 0;
    }
    .renewal_head div{
        color:#333D4B;
        font-size:24px;
        font-weight: 600;
    }
    .menu-toggle.active span{
        background:#333D4B;
    }
    .col-xs-4{
        width:86px;
    }
    #hd_wrapper .row{
        margin:0 auto;
    }
    .home_btn{
        position:absolute;
        margin-left:-20px;
    }

    .home_btn{
        display:block;
    }
    .mb_img{
        display:block;
    }
    .pc_img{
        display:none;
    }

    .ft_wrap{
        flex-direction: column;
    }

    .footer-wrap .footer-btm .corp-info{
        margin-bottom:20px;
    }

    .corp-info_wrap{
        margin-top:20px;
    }

    .ft_right{
        text-align: left;
    }

    .footer-wrap .footer-btm .copyright{
        margin-top:40px;
    }
    .swiper-slide {
        object-fit: contain;
    }
}

@media (max-width:480px){
    .contents strong{
        font-size:3vh;
    }
    .contents p{
        font-size:2vh;
    }
    .swiper-backface-hidden .swiper-slide img{
        width:100%;
        height: 100% !important;
        object-fit: contain !important;
    }
    #idx_cate li{
        width:47%;
    }
    .footer-wrap .footer-btm .corp-info-item{
        font-size:12px;
    }
    .footer-wrap .footer-top{
        padding:17px 20px!important;
    }
    .footer-wrap .footer-btm{
        padding: 20px 20px!important;
    }
    .review_span, .reviewCon{
        font-size:12px;
    }
    .reviewCon{
        min-height:47px;
    }
    .reviewId{
        font-size:14px;
    }
    .review_tit_wrap{
        align-items: center;
        padding:8px;
    }

    .review_span, .reviewCon{
        padding:0 8px;
    }
    .reviewImg{
        height:160px;
    }

    .footer-wrap .footer-btm .copyright{
        margin-top:20px;
    }
}