@charset "UTF-8";

/* 웹폰트 링크연결 */
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
}

a {
    color: #000;
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

body {
    color: #000;
    font-family: 'Pretendard-Regular';
    font-size: 16px;
    line-height: 26px;
    min-width: 1500px;
}

/* main banner */
#banner_wrap {
    background: url(../images/sub02/MainBanner/mb.png) no-repeat center;
    width: 100%;
    height: 902px;
}

.default {
    width: 1400px;
    margin: 0 auto;
}

.nav_wrap {
    text-align: center;
}

.nav {
    display: inline-block;
    margin-top: 50px;
}

.nav li {
    float: left;
}

.nav li a:hover {
    font-weight: 900;
    color: #faf074;
}

.nav li a {
    color: #fff;
    display: block;
    padding: 10px 60px;
    font-weight: 800;
}

.nav li:nth-child(3) a {
    padding: 0 60px;
}

.mb {
    margin-top: 200px;
    color: #fff;
    animation: up 1s;
    float: right;
    text-align: right;
}

@keyframes up {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.mb h3 {
    font-weight: 600;
    font-size: 24px;
}

.mb h2 {
    font-size: 57px;
    padding: 40px 0;
}

.button {
    background-color: #fff;
    border-radius: 30px;
    text-align: center;
    margin-top: 20px;
    display: inline-block;
}

.button a {
    padding: 5px 15px;
    display: inline-block;
    color: #003864;
    font-weight: 900;
}

.button:hover {
    background-color: #5986c7;
    transition: all 0.3s;
}

.button:hover a {
    color: #fff;
    transition: all 0.3s;
}

/* section1 bestseller */
.section1 {
    overflow: hidden;
}

.BestSeller {
    margin: 120px 0 200px 0;
    height: 732px;
}

.BS_l {
    float: left;
    transform: scale(1);
    width: 558px;
    height: 732px;
    overflow: hidden;
    border-radius: 30px;
}
.BS_l img{
    width: 100%;
    transition: all 0.3s;
    
}
.BS_l:hover img{
    transform: scale(1.1);
}

.BS_r {
    float: right;
    height: 732px;
    overflow: hidden;
}

.BS_img {
    display: block;
    overflow: hidden;
}

.BS_img li {
    width: 367px;
    height: 482px;
    float: left;
    overflow: hidden;
    border-radius: 30px;
}

.BS_img li:nth-child(1) {
    margin-right: 30px;
}
.BS_img img{
    transform: scale(1);
    transition: all 0.3s;
}
.BS_img li:hover img{
    transform: scale(1.1);
}

.BS_txt {
    height: 250px;
    box-sizing: border-box;
    padding: 38px;
    background: url(../images/sub02/Section1/bg.png) no-repeat right bottom;
}

.BS_t {
    padding: 20px 0;
}

.subtitle {
    font-size: 24px;
    font-weight: 700;
    padding: 10px 0;
    line-height: 34px;
}

.title {
    font-size: 36px;
    font-weight: 900;
    padding: 10px 0;
}

.button_b {
    background-color: #5986c7;
    border-radius: 30px;
    text-align: center;
    display: inline-block;
    margin-bottom: 90px;
    border: #5986c7 2px solid;
}

.button_b a {
    padding: 5px 15px;
    display: inline-block;
    color: #fff;
    font-weight: 900;
}
.button_b:hover{
    background-color: #fff;
    border: #5986c7 2px solid;
}
.button_b:hover a{
    color: #5986c7;
}

/* banner swiper */
.event_banner {
    position: relative;
    margin: 100px 0;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    /* custom */
    position: relative;
}

.banner_bg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* custom */
.bn_bg {
    position: relative;
}

.banner_txt {
    position: absolute;
    top: 85px;
    left: 445px;
    z-index: 2;
}

.banner_left {
    position: absolute;
    top: -50px;
    left: 130px;
    z-index: 3;
}

.banner_icon_l {
    position: absolute;
    top: -70px;
    left: 0;
    z-index: 4;
    animation: huwa 2.5s infinite;
}

.banner_right {
    position: absolute;
    bottom: -70px;
    right: 100px;
    z-index: 3;
}

.banner_icon_r {
    position: absolute;
    bottom: -100px;
    right: 0px;
    z-index: 4;
    animation: huwa 3s infinite;
}

@keyframes huwa {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

.button_n {
    background-color: #003864;
    border-radius: 30px;
    text-align: center;
    display: inline-block;
    margin-top: 35px;
    border: #003864 2px solid;
}

.button_n a {
    padding: 5px 15px;
    display: inline-block;
    color: #fff;
    font-weight: 900;
    font-size: 16px;
}
.button_n:hover{
    border: #003864 2px solid;
    background-color: rgba(255, 255, 255, 0.1);
}
.button_n:hover a{
    color: #003864;
}

.n {
    color: #003864;
}

.pd {
    margin-top: 10px;
}

/* section2 banner */
#section2_banner_wrap {
    background: url(../images/sub02/Section2_Signiture/banner.png) no-repeat center;
    height: 376px;
    width: 100%;
    margin-top: 100px;
    padding: 127.5px 0;
    box-sizing: border-box;
}

.w {
    color: #fff;
}

/* section2 Gradient*/
#gradient {
    overflow: hidden;
    padding-top: 100px;
}

#gradient h2 {
    text-align: center;
    margin-bottom: 100px;
}

.GT {
    overflow: hidden;
    margin-bottom: 30px;
}

.GL {
    float: left;
    position: relative;
}

.GL:hover .G1 {
    transform: scale(1);
}

.G1 {
    position: absolute;
    left: -90px;
    top: -90px;
    transform: scale(0.9);
    transition: all 0.8s;
}

.GR {
    float: right;
}

.GR_T {
    background: #f9f9f9;
    width: 685px;
    height: 327.5px;
    border-radius: 30px;
    margin-bottom: 30px;
    box-sizing: border-box;
    position: relative;
}
.GR_T_txt{
    position: absolute;
    top: 90px;
    left: 90px;
    z-index: 4;
}
.GR_T_hover{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
    border-radius: 30px;
    z-index: 3;
}
.GR_T:hover .GR_T_hover{
    opacity: 0.8;
}

.GR_T h3 {
    margin-bottom: 10px;
}
/* dot */
.DR_T {
    background: #f9f9f9;
    width: 685px;
    height: 327.5px;
    border-radius: 30px;
    margin-bottom: 30px;
    box-sizing: border-box;
    position: relative;
    transition: all 0.5s;
}
.DR_T:hover{
    background-color: rgba(250, 240, 116, 0.5);
}
.DR_T_txt{
    position: absolute;
    top: 90px;
    left: 90px;
    z-index: 4;
}
.DR_T h3 {
    margin-bottom: 10px;
}

.GRB_shop li {
    float: left;
    position: relative;
}

.GRB_shop li:nth-child(1) {
    margin-right: 30px;
}

.GRB_shop li:hover .s_hover_txt {
    transform: translateY(0px);
    opacity: 1;
}

.GRB_shop li:hover .s_hover_bg {
    opacity: 0.8;
}

.s_hover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.s_hover_bg {
    opacity: 0;
    transition: all 0.8s;
}

.s_hover_txt {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 4;
    transition: all 0.8s;
    transform: translateY(20px);
    opacity: 0;
}

.s_hover_txt img {
    padding-bottom: 10px;
}

.GB_shop li {
    float: left;
    margin-right: 30px;
    position: relative;
}

.GB_shop li:nth-child(4) {
    margin-right: 0;
}

.GB_shop li:hover .hover_txt {
    transform: translateY(0);
    opacity: 1;

}

.GB_shop li:hover .hover_bg {
    opacity: 0.8;

}

.hover {
    position: absolute;
    top: 0;
    left: 0;

}

.hover_bg {
    opacity: 0;
    transition: all 0.8s;

}

.hover_bg img {
    border-radius: 30px;
}

.hover_txt {
    width: 100%;
    position: absolute;
    top: 180px;
    left: 0;
    z-index: 4;
    text-align: center;
    transition: all 0.8s;
    transform: translateY(20px);
    opacity: 0;
}

.hover_txt img {
    padding-bottom: 20px;
}

.bold {
    font-weight: 600;
}

/* section2 Dot */
#dot {
    overflow: hidden;
}

#dot h2 {
    text-align: center;
    margin: 100px 0;
}

/* section3 banner */
#section3_banner_wrap {
    background: url(../images/sub02/Section3_Acc/banner.png) no-repeat center;
    height: 348px;
    margin-top: 200px;
    margin-bottom: 150px;
}

/* section3 */
.section3{
    overflow: hidden;
    margin-bottom: 150px;
}
.Left{
    float: left;
}
.Right{
    float: right;
}
.block{
    margin: 18.5px 0;
}
.block li{
    float: left;
    margin-right: 18.5px;
}
.acc{
    border-radius: 30px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.acc_box{
    position: relative;
    text-align: center;
}
.acc_hover_bg{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.8s;
}
.acc_hover_txt{
    width: 100%;
    position: absolute;
    left: 0;
    top: 100px;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.8s;

}
.acc_hover_txt img{
    padding-bottom: 10px;
}

.block li:hover .acc_hover_txt{
    transform: translateY(0);
    opacity: 1;
}
.block li:hover .acc_hover_bg{
    opacity: 0.8;
}
.dustyblue{
    color: #5986c7;
}

/* footer */
#footer_wrap{
    background: url(../images/footer/background.png) center bottom no-repeat;
    height: 338px;
    padding-top: 170px;
    box-sizing: border-box;
}
.footer{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.f_left{
    float: left;
}
.f_left h2{
    float: left;
    margin-right: 100px;
}
.f_txt{
    float: right;
}
.f_txt p{
    float: left;
    color: #fff;
    font-size: 10px;
    font-weight: 200;
    line-height: 18px;
}

.foot_link li{
    float: left;
}
.foot_link li a:nth-child(1){
    padding-left: 0;
}
.foot_link li a{
    display: block;
    color: #fff;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 700;
}

.f_right{
    float: right;
}
.f_right p{
    color: #fff;
    font-size: 10px;
    float: right;
}
.foot_sns li{
    float: left;
}
.foot_sns li a{
    display: block;
    padding: 5px;
}
.foot_sns li a:nth-child(3){
    padding-right: 0;
}
