@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/sub03/Mainbanner/mb_bg.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: 250px;
    color: #fff;
    animation: up 1s;
    float: left;
}

@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;
}

/* default */
.subtitle {
    font-size: 24px;
    font-weight: 700;
    padding: 10px 0;
    line-height: 34px;
}

.title {
    font-size: 36px;
    font-weight: 900;
    padding: 10px 0;
}

.b {
    color: #5986c7;
}

.button_b {
    background-color: #5986c7;
    border-radius: 30px;
    text-align: center;
    display: inline-block;
    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;
}

.button{
    background-color: #fff;
    border-radius: 30px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
}
.button a{
    padding: 5px 15px;
    display: inline-block;
    font-weight: 900;
}

.w {
    color: #fff;
}

.mgt {
    margin-top: 20px;
}

/* section1 */
#section1_wrap {
    background: url(../images/sub03/section1/bg.png) no-repeat center bottom;
    padding: 250px 0 100px 0;
    height: 637px;
    overflow: hidden;
    margin-bottom: 100px;
}

.section1 {
    position: relative;
}

.section1_txt {
    position: relative;
}

.po {
    position: absolute;
    left: 586px;
    bottom: -10px;
    z-index: 3;
}

.item {
    margin-top: 260px;
}

.item li {
    float: left;
    position: relative;
    margin-right: 20px;
    width: 216px;
}

.item li:nth-child(3) {
    margin-right: 0;
}

.item_img {
    border-radius: 30px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    height: 216px;
    overflow: hidden;
}

.item_img img {
    transform: scale(1);
    transition: all 0.5s;
    display: block;
    width: 100%;
}

.item li:hover img {
    transform: scale(1.1);
}

.circle {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 10px;
    text-align: center;
    padding-top: 5px;
    box-sizing: border-box;
}

.item li:hover .new {
    animation: flip 1s infinite;
    background-color: #faf074;
    color: #5986c7;
}

@keyframes flip {
    0% {
        perspective: 0px;
    }

    50% {
        transform: rotateY(180deg);
        perspective: 150px;
    }

    100% {
        perspective: 0px;
    }
}

.new {
    background-color: #5986c7;
    color: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
}

.swimwear_w {
    position: absolute;
    top: -270px;
    right: 30px;
    z-index: 8;
}

.swimwear_w img {
    transform: scale(1);
    transition: all 0.5s;
}

.swimwear_w img:hover {
    transform: scale(1.05);
}

.swimwear_m {
    position: absolute;
    top: 0px;
    right: -200px;
    z-index: 9;
}

.swimwear_m img {
    transform: scale(1);
    transition: all 0.5s;
}

.swimwear_m img:hover {
    transform: scale(1.05);
}

/* section2 */
.section2 {
    overflow: hidden;
}

.section2 h2 {
    margin: 30px;
}

.news_left {
    width: 900px;
    float: left;
    position: relative;
}

.news_left_img {
    width: 900px;
    overflow: hidden;
    border-radius: 30px;
}

.news_left_img img {
    transform: scale(1);
    transition: all 0.5s;
}

.news_left_img:hover img {
    transform: scale(1.05);
}

.news_left h3 {
    font-size: 30px;
    font-weight: bold;
    padding: 30px;
}

.news_left_txt {
    margin-left: 30px;
}

.news_right li {
    float: right;
    position: relative;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.9);
    border-radius: 30px;
    width: 457px;
    height: 331px;
}

.news_right li:nth-child(1) {
    margin-bottom: 40px;
}

.date {
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 9;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 30px;
    padding: 5px 15px;
    display: inline-block;
    color: #5986c7;
    font-weight: bold;
}

.news_right h3 {
    font-size: 20px;
    position: absolute;
    left: 30px;
    bottom: 30px;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.5s;
}

.news_right li:hover h3 {
    transform: translateY(0px);
    opacity: 1;
}


/* section3 */
#section3_banner_wrap {
    margin: 160px 0;
    background: url(../images/sub03/section3/bg.png) no-repeat center;
    height: 441px;
    position: relative;
    width: 100%;
}

.s3_left {
    width: 70%;
}

.box_l {
    position: absolute;
    left: 250px;
    top: 285px;
    z-index: 2;
}

.box_r {
    position: absolute;
    left: 650px;
    top: -65px;
    z-index: 2;
}

.sticker1 {
    position: absolute;
    left: 280px;
    top: 200px;
    z-index: 3;
    animation: hw 3s infinite;
}

.sticker2 {
    position: absolute;
    left: 700px;
    top: 130px;
    z-index: 3;
    animation: huwa 4s infinite;
}

.sticker3 {
    position: absolute;
    left: 100px;
    bottom: -194px;
    z-index: 5;
    animation: huwa 3s infinite;
}

.sticker_txt {
    color: #5986c7;
    position: absolute;
    left: 480px;
    top: 215px;
    z-index: 4;
    animation: hw 3s infinite;
}

.ecobag_txt {
    color: #5986c7;
    position: absolute;
    left: 725px;
    top: 295px;
    z-index: 4;
    animation: huwa 4s infinite;
}

@keyframes huwa {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes hw {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.s3_right {
    float: right;
    width: 30%;
    padding: 147.5px 0;
    box-sizing: border-box;
}

/* Section4 */

.section4{
    overflow: hidden;
    margin-bottom: 160px;
}

.swiper {
    width: 437px;
    height: 636px;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    position: relative;
}
.spo{
    position: absolute;
    left: 165px;
    bottom: 50px;
}
.pink a{
    color: #ff82ac;
}
.blue a{
    color: #1e7dbf;
}

.swiper-slide:nth-child(1n) {
    background: url(../images/sub03/section4/thumbnail_left.png) no-repeat center;
}

.swiper-slide:nth-child(2n) {
    background: url(../images/sub03/section4/thumbnail_center.png) no-repeat center;

}

.swiper-slide:nth-child(3n) {
    background: url(../images/sub03/section4/thumbnail_right.png) no-repeat center;

}

/* section5 */
.section5{
    margin-top: 160px;
    height: 800px;
    margin-bottom: 160px;
}
.poolyday_t{
    height: 411px;
    text-align: center;
}
.box{
    width: 311px;
    height: 311px;
    border-radius: 30px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}
.left{
    float: left;
    margin-top: 50px;
    position: relative;
}
.left img{
    margin-top: 30px;
}
.center{
    display: inline-block;
    width: 700px;
    height: 448px;
    background:url(../images/sub03/section5/confeti.png) no-repeat center ;
    position: relative;

}
.outlet{
    position: absolute;
    top: 56px;
    left: 43px;
}
.sk_l{
    position: absolute;
    left: 0;
    bottom: 60px;
    animation: huwa 3s infinite;
}
.sk_r1{
    position: absolute;
    right: 130px;
    top: 0;
    animation: hw 3s infinite;
}
.sk_r2{
    position: absolute;
    right: 54px;
    top: 44px;
    animation: huwa 5s infinite;
}
.right{
    float: right;
    margin-top: 50px;
    position: relative;
}
.right img{
    margin-top: 30px;
}

.sale{
    background-color: #5986c7;
    color: #fff;
}

.poolyday_b li{
    float: left;
    position: relative;
    margin-right: 52px;
}
.poolyday_b li:nth-child(4){
    margin-right: 0;
}
.sale{
    position: absolute;
    top: 30px;
    right: 30px;
}

.left:hover .sale{
    animation: flip 1s infinite;
    color: #5986c7;
    background-color: #faf074;
}
.right:hover .sale{
    animation: flip 1s infinite;
    color: #5986c7;
    background-color: #faf074;
}
.poolyday_b li:hover .sale{
    animation: flip 1s infinite;
    color: #5986c7;
    background-color: #faf074;
}

.box img{
    transform: scale(1);
    transition: all 0.5s;
}
.box:hover img{
    transform: scale(1.05);
}

/* 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;
}
