section, section *{ 
    box-sizing:border-box; 
}
*{ 
    box-sizing:border-box; 
}
section{ 
    overflow:hidden; 
}

.mc-con{ 
    max-width:1470px; 
    width:100%; 
    margin:0 auto; 
    padding: 0 15px;
    position: relative;
    z-index: 3;
}

.main_sc{
    width: 100%; 
    position: relative; 
    background-repeat: no-repeat; 
    background-position: center; 
    background-size: cover;
}

.mb-0{
    margin-bottom: 0 !important;
}

/* 메인 섹션 */
#sc01{ 
    padding: 30px 0;
    border-bottom: 1px solid #f2f2f2;
}
.sc01swiper{
    /* max-width: 960px; */
    margin: 0 auto;
    position: relative;
}
.sc01-img{
    display: flex;
    max-width: 960px;
}
.sc01-img img{
    width: 100%;
    border-radius: 10px;
}

.sc01-wrap{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 30px;
}
.sc01-btn{
    text-align: center;
    padding: 0 15px;
}
.sc01-icon{
    display: flex;
    margin-bottom: 10px;
    transition: .3s;
}
.sc01-icon img{
    width: 100%;
    border-radius: 20px;
    max-width: 100px;
}
.sc01-btn > h5{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    transition: .3s;
}
.sc01-btn:hover .sc01-icon{
    transform: translateY(-5px);
}
.sc01-btn:hover > h5{
    color: #004EA2;
}

.banner-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}
.banner-box{
    width: 49%;
}
.banner-img{
    width: 100%;
    display: flex;
}
.banner-img img{
    width: 100%;
}

/* 상품 위젯 섹션 */
.wz-sect{
    padding: 3rem 0;
    background-color: #fff;
}
.wz-sect-grey{
    padding: 3rem 0;
    background-color: #F8F9FD;
}
.sect-tit{
    text-align: center;
    margin-bottom: 1.5rem;
}
.sect-tit > h3{
    font-size: 26px;
    font-weight: 800;
    color: #000;
    text-align: left;
}
.sect-tit > h3 > span{
    color: #092F9E;
}

.wz-wrap{
    width: 100%;
    display: flex;
    gap: 30px;
    margin-bottom: 3rem;
}
.wz-cont{
    width: 18.5%;
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 20px;
    transition: .3s;
}
.wz-cont:hover{
    transform: translateY(-5px);
}
.wz-thum{
    width: 100%;
    display: flex;
}
.wz-thum img{
    width: 100%;
}
.wz-caption{
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 1px solid #ddd;
    text-align: center;
    position: relative;
    width: 100%;
}
.wz-caption > h5{
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}
.wz-caption > ol{
    padding-left: 0;
    margin-bottom: 0;
}
.wz-caption > ol > li{
    display: inline-block;
    font-size: 14px;
}
.wz-caption > ol > li.op{
    position: relative;
    color: #ddd;
}
.wz-caption > ol > li.op::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.wz-caption > ol > li.sp{
    color: #000;
    margin: 0 10px 0 5px;
}
.wz-caption > ol > li.pp{
    color: #ff0000;
    font-weight: 500;
}
.wz-caption > span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: #092F9E;
    position: absolute;
    top: 18px;
    right: 0;
    border-radius: 50%;
}
.wz-caption > span > img{
    width: 16px;
}
.wz-btn{
    text-align: center;
}
.wz-btn > a{
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    padding: 1rem;
    min-width: 230px;
    border: 1px solid #5b5b5b;
    border-radius: 10px;
    text-align: center;
    transition: .3s;
}
.wz-btn > a:hover{
    color: #fff;
    background-color: #004EA2;
    border-color: #004EA2;
}

@media(min-width:1200px){

	.ani.up.delay{
        transition: 1s opacity 0.2s, 1s transform 0.2s;
    }
    .ani.up.delay2{
        transition: 1s opacity 0.5s, 1s transform 0.5s;
    }
    .ani.up.delay3{
        transition: 1s opacity 0.8s, 1s transform 0.8s;
    }
    
    .sc01-img-mo{
        display: none;
    }
}
@media(max-width:1499px){
    .mc-con{
        padding: 0 2rem;
    }
}
@media(max-width:1199px){

    .mc-con{
        padding: 0 15px;
    }
    .sc01-img{
        display: none;
    }
    .sc01-img-mo{
        display: flex;
    }
    .sc01-img-mo img{
        width: 100%;
        border-radius: 10px;
    }
    #sc01{
        padding: 0 0 30px;
    }
    .sc01-slide{
        padding: 0 15px;
    }
    .sc01-wrap{
        justify-content: center;
        padding: 16px 0 16px 15px;
        overflow-x: auto;
        -ms-overflow-style:none; /* IE and Edge */
        scrollbar-width:none; /* Firefox */
    }
    .sc01-wrap::-webkit-scrollbar{
        display: none;
      }
    .sc01-btn{
        padding: 0;
        width: 100px;
        flex: 0 0 auto;
        margin-right: 15px;
    }
    .sc01-btn:last-child{
        margin-right: 0;
    }
    .sc01-icon{
        margin-bottom: 5px;
    }
    .sc01-btn > h5{
        font-size: 13px;
    }
    .banner-wrap{
        flex-direction: column;
    }
    .banner-box{
        width: 100%;
        margin-bottom: 16px;
    }
    .banner-box:last-child{
        margin-bottom: 0;
    }

    .wz-sect{
        padding: 1.5rem 0;
    }
    .wz-sect-grey{
        padding: 1.5rem 0;
    }
    .sect-tit{
        margin-bottom: .5rem;
    }
    .sect-tit > h3{
        font-size: 20px;
    }
    

}
@media(max-width:573px){
    .sc01-wrap{
        justify-content: flex-start;
    }
}

/* animation */

.ani.up{
    transform: translateY(100px);
    opacity: 0;
    transition: 1s;
}

.ani.up.act{
    transform: translateY(0);
    opacity: 1;
}

@keyframes blink{
    50% {
      opacity: 0;
    }
}

@keyframes rotate{
    0% {
      transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
