@charset "utf-8";

#gnb{
    position: absolute;
    width: 100%;
}
#pc_navi .main_navi > li > a{
    color: #fff;
}
#gnb #logo .white{
    display: block !important;
}
#gnb #logo .black{
    display: none !important;
}

/* page 1 ///////////// */

.sw1 .swiper-slide{
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.sw1 .swiper-slide video{
    width: 100%; /* 비디오도 이미지와 같이 얇은 여백이 생겨 필요 시 버티컬 얼라인 탑 사용 */
    height: 100%;
    object-fit: cover; /* 화면 크기에 맞게 해 줌 */
}

.sw1 .swiper-slide a h2{
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
}
.sw1 .swiper-slide a h3{
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
}
.sw1 .swiper-slide a:hover h3{
    text-decoration: underline;
}

.sw1 .swiper-button-next span, .sw1 .swiper-button-prev span{
    font-size: 25px;
    color: #fff;
    font-weight: 700;
}
.sw1 .swiper-button-next span:nth-child(2){
    width: 50px;
    height: 50px;
    background: url(../img/main/arrow/arrow_sprite.png) no-repeat 0 0;
}

.sw1 .swiper-button-prev span:nth-child(1) {
    width: 50px;
    height: 50px;
    background: url(../img/main/arrow/arrow_sprite.png) no-repeat -50px 0;
}

.sw1 .swiper-button-next, .sw1 .swiper-button-prev{
    opacity: 0.5;
}

.sw1 .swiper-button-next:after, .sw1 .swiper-rtl .swiper-button-prev:after{
    display: none;
}
.sw1 .swiper-button-next:after, .sw1 .swiper-button-prev:after{
    display: none;
}


.sw1 .swiper-pagination-bullet{
    width: 60px;
    height: 5px;
    border-radius: 0;
    opacity: 0.4;
    background: #fff;
    transition: 0.5s;
}

.sw1 .swiper-pagination-bullet-active{
    opacity: 1;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 40px);
}

/* ////////// 2page //////////// */

#contents_2{
    margin: 120px 0;
}
.a_title{
    margin-top: 50px;
    text-align: center;
}

.a_title h1{
    font-size: 45px;
    font-weight: 900;
    margin-bottom: 15px;
}

.a_title h3 span{
    font-size: 18px;
    font-weight: 400;
    color: #989898;
    position: relative;
}

.a_title h3 span::before{
    width: 250px;
    content: '';
    top: 55%;
    left: 110%;
    border-bottom: 1px solid #989898;
    position: absolute;
}
.a_title h3 span::after{
    width: 250px;
    content: '';
    top: 55%;
    right: 110%;
    border-bottom: 1px solid #989898;
    position: absolute;
}

#contents{
    overflow: hidden;
}

#list_top ul{
    display: flex;
    margin-top: 100px;
}

#list_top ul li{
    margin-right: 40px;
    position: relative;
}

#list_top ul li, #list_bottom ul li{
    margin: 15px;
}

#list_top ul li img, #list_bottom ul li img{
    max-width: 160px;
    width: 100%;
    vertical-align: top;
    border-radius: 50%;
    box-shadow: 4px 6px 10px rgba(138, 137, 137, 0.7);
}


#list_bottom ul{
    display: flex;
    justify-content: end;
    margin-top: 60px;
}

#list_bottom ul li{
    position: relative;
}

.m_a_btn{
    text-align: center;
    margin-top: 50px;
}
.m_a_btn .btn a{
    display: inline-block;
    position: relative;
}

.m_a_btn .btn a span:nth-child(1){
    width: 115px;
    height: 115px;
    background: #FFBF75;
    border-radius: 50%;
    display: block;
}

.m_a_btn .btn a span:nth-child(2){
    font-size: 20px;
    font-weight: 500;
    color: black;
    position: absolute;
    top: 22px;
    left: 29%;
}
.m_a_btn .btn a span:nth-child(3){
    font-size: 20px;
    font-weight: 500;
    color: black;
    position: absolute;
    top: 48px;
    left: 27%;
}
.m_a_btn .btn a span:nth-child(4){
    width: 120px;
    height: 20px;
    background: url(../img/main/arrow/main_arrow_sprite.png) no-repeat 0 0;
    position: absolute;
    top: 75px;
    left: 23%;
    transition: 0.4s;
}

/* page 3///////////////////// */
#contents_3{
    margin: 170px 0 120px;
    padding: 80px 80px 70px;
    background: #FFDAB2;
    
}
#contents_3 .row{
    position: relative;
}
#contents_3 .title_3{
    height: 145px;
    position: absolute;
    top: -160px;
    left: 0;
    z-index: 100;
    background: url(../img/main/page_3/goodspage_deco.png) no-repeat left;

}
#contents_3 .title_3 h1{
    font-size: 43px;
    font-weight: 900;
    color: #504234;
    padding: 32px 30px 0;
}
#contents_3 .title_3 h4{
    font-size: 16px;
    font-weight: 500;
    margin-top: -5px;
    padding-left: 30px;
}

.sw2{
    padding-bottom: 40px;
    overflow: visible;
}
.sw2 .swiper-slide{
    height: auto;
    border-radius: 25px;
    overflow: hidden;
}

.sw2 .swiper-slide .sw-img img{
    width: 100%;
    vertical-align: top;
    border-radius: 0;
}

.sw2 .sw-name-price .name{
    background: #FF9523;
    font-size: 16px;
    text-align: center;
    padding: 23px 20px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 0 0 25px 25px;
}

.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
    width: 50%;
    left: 25%;
    height: 8px;
}



.swiper-scrollbar-drag{
    background: #FF8400;
}


/* page 4 //////////////////// */

#new_r{
    margin: 120px 0;
}

#releases_contents h2{
    margin-bottom: 100px;
    text-align: center;
    font-size: 55px;
    font-weight: 900;
    color: #504234;
    text-shadow: 2px 2px 0 #ffbf75;
}
#slide_r .sw3{
    padding-bottom: 110px;
}
#slide_r .sw3 .swiper-wrapper .swiper-slide{
width: 30%;
height: auto;
}
#slide_r .sw3 .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: top;
}
.sw3 .swiper-pagination-bullet{
    width: 13px;
    height: 13px;
    transition: 0.3s;
}

.sw3 .swiper-pagination-bullet-active{
    border-radius: 20px;
    width: 23px;
    height: 13px;
    background: #FFBF75;
}




/* 버튼 영역 */
.m_a_btn_2{
    text-align: right;
    margin-top: 70px;
    margin-right: 10%;
}
.m_a_btn_2 .btn{
    display: inline-block;
    position: relative;
}

.m_a_btn_2 .btn a span:nth-child(1){
    width: 85px;
    height: 85px;
    background: #FFBF75;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: -38px;
}
.m_a_btn_2 .btn a span:nth-child(2){
    width: 60px;
    height: 60px;
    background: rgb(249, 221, 190, 0.7);
    border-radius: 50%;
    position: absolute;
    bottom: 5px;
    right: -81px;
}
.m_a_btn_2 .btn a span:nth-child(3){
    font-size: 18px;
    font-weight: 700;
    color: #000;
    position: absolute;
    bottom: 29px;
    right: -114px;
    width: 150px;
    text-align: left;
}

.m_a_btn_2 .btn a span:nth-child(4){
    width: 152px;
    height: 20px;
    background: url(../img/main/arrow/main_arrow_sprite.png) no-repeat -139px 0;
    position: absolute;
    bottom: 13px;
    right: -107px;
    transition: 0.4s;
}


/* page 5 ///////////// */

#content_5{
    background: url(../img/main/page_5/page_5_bg.png) no-repeat center /cover;
    padding: 120px 0;
}


.a_p img{
    max-width: 847px;
    width: 100%;
}

.a_new{
    transform: translateY(20px);
    padding-left: 22px;
}
.a_new span:nth-child(1) img{
    animation: new_n 1s ease-in infinite alternate;
}
.a_new span:nth-child(2) img{
    padding-bottom: 15px;
    animation: new_e 1s ease-in infinite alternate;
}
.a_new span:nth-child(3) img{
    animation: new_w 1s ease-in infinite alternate;
}

.a_text{
    text-align: center;
}
.m_a_btn_3{
    text-align: right;
    margin-bottom: 60px;
}
.m_a_btn_3 .btn_3{
    display: inline-block;
    position: relative;
}
.m_a_btn_3 a span:nth-child(1){
    width: 100px;
    height: 100px;
    background: #FFA339;
    border-radius: 50%;
    position: absolute;
    bottom: -85px;
    right: 235px;
}
.m_a_btn_3 a span:nth-child(2){
    width: 80px;
    height: 80px;
    background: rgba(249, 221, 190, 0.7);
    border-radius: 50%;
    position: absolute;
    bottom: -80px;
    right: 172px;
}

.m_a_btn_3 a span:nth-child(3){
    font-size: 25px;
    font-weight: 700;
    color: #000;
    position: absolute;
    bottom: -52px;
    right: 168px;
    width: 150px;
    text-align: left;
}

.m_a_btn_3 a span:nth-child(4){
    width: 165px;
    height: 20px;
    background: url(../img/main/arrow/main_arrow_sprite.png) no-repeat -295px 0;
    position: absolute;
    bottom: -69px;
    right: 159px;
    transition: 0.5s;
}

@keyframes new_n{
    0%{
        transform:  translate(0, 0);
    }
   
    100%{
        transform:  translate(-15px, -15px);
    }
}

@keyframes new_e{
    0%{
        transform: translateY(0);
    }
    100%{
        transform: translateY(-15px);
    }
}




@keyframes new_w{

    0%{
        transform:  translate(0, 0);
    }
   
    100%{
        transform:  translate(15px, -15px);
    }
}

/* 반응형 웹 */
@media screen and (max-width: 499px){
    .m_a_btn .btn a span:nth-child(1){
        width: 85px;
        height: 85px;
    }

    .m_a_btn .btn a span:nth-child(2){
        font-size: 14px;
        top: 19px;
        left: 26px;
    }
    .m_a_btn .btn a span:nth-child(3){
        font-size: 14px;
        top: 35px;
        left: 24px;
    }
    .m_a_btn .btn a span:nth-child(4){
        width: 80px;
        top: 51px;
        left: 26%;
        background-position-y: -50px;
    }


    .m_a_btn_2{
        transition: 0.3s;
        margin-left: -52px;
    }
}

@media screen and (max-width: 768px){

/* page 1 ////////////////////*/
    #gnb{
        position: static;
        background: #000;
        padding: 3px 0 7px;
        border-bottom: none;

    }
    #menu span{
        background: #fff;
    }
    .sw1 .swiper-slide {
        height: auto;
    }
    .sw1 .swiper-slide video{
        vertical-align: top;
        height: 350px;
    }
    

    .sw1 .swiper-slide a h2{
        font-size: 15px;
        bottom: 21%;
    }

    .sw1 .swiper-slide a h3{
        font-size: 20px;
        bottom: 11%;
    }
    .sw1 .swiper-button-next span:nth-child(2){
        background-position-x: -21px;
    }
    .sw1 .swiper-button-next span:nth-child(1), .sw1 .swiper-button-prev span:nth-child(2){
        display: none;
    }
    .sw1 .swiper-pagination-bullet{
        width: 25px;
        height: 2px;
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: var(--swiper-pagination-bottom, 17px);
    }

    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 2px);
    }

    

/* page 2 ////////////////////*/


    #contents_2 {
        margin-top: 80px;
    }

    .a_title{
        text-align: left;
        margin-left: 15px;
    }
    .a_title h1{
        font-size: 20px;
    }
    .a_title h3 span{
        font-size: 13px;
    }
    .a_title h3 span::before{
        
        width: 753px;
    }
    .a_title h3 span::after{
        display: none;
    }
    
    .actor_contents{
        position: relative;
    }

    #a_list ul{
        flex-wrap: wrap;
        justify-content: left;
    }
    #list_top ul{
        margin-top: 50px;
    }
    #list_top ul li{
        text-align: center;
        width: 26%;
        margin: 0 3.6% 30px;
    }
    #list_top ul li img{
        max-width: 260px;
    }

    #list_top ul li div, #list_bottom ul li div{
        display: none;
    }

    #list_bottom{
        display: none;
    }
    
    .m_a_btn{
        position: absolute;
        bottom: 30px;
        right: 0;
        width: 37%;
    }
    
    

/* page 3 ////////////////////*/


    #contents_3{
        margin: 80px 0;
        padding: 40px;
    }

    #contents_3 .title_3{
        background-image: none;
        top: -98px;

    }

    #contents_3 .title_3 h1{
        font-size: 34px;
        padding-left: 0;
    }
    #contents_3 .title_3 h4{
        display: none;
    }
    .sw2 .swiper-wrapper{
        align-items: flex-end;
    }

    .sw2 .swiper-slide{
        transition: 0.3s;
        transform: scale(0.9);
        transform-origin: right bottom;
    }
    .sw2 .swiper-slide-active{
        transform: scale(1) translateX(10px);
    }

    .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
        width: 90%;
        left: 5%;
    }
    .sw2 .swiper-slide{
        border-radius: 18px;
    }
    .sw2 .sw-name-price .name{
        font-size: 13px;
        padding: 13px;
    }

    .sw2 .swiper-slide a span{
        display: none;

    }



/* page 4 ////////////////////*/

    #new_r{
        margin: 80px 0 110px;
    }

    #releases_contents h2 {
        margin-bottom: 50px;
        font-size: 30px;
        font-weight: 900;
        text-shadow: none;
    }

    .sw3 .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
    }
    .sw3 .swiper-pagination-bullet-active {
        border-radius: 20px;
        width: 18px;
    }
    #slide_r .sw3{
        padding-bottom: 65px;
    }
    #slide_r .sw3 .swiper-wrapper .swiper-slide{
        width:  60%;
        height: auto;
    }
    
    .m_a_btn_2{
        text-align: center;
        margin-top: 35px;
    }
    .m_a_btn_2 .btn a span:nth-child(1) {
        width: 65px;
        height: 65px;
        bottom: -33px;
        right: -58px;
    }
    .m_a_btn_2 .btn a span:nth-child(2) {
        width: 50px;
        height: 50px;
        bottom: -31px;
        right: -94px;
    }
    .m_a_btn_2 .btn a span:nth-child(3) {
        font-size: 15px;
        right: -150px;
        bottom: -10px;
    }
    .m_a_btn_2 .btn a span:nth-child(4) {
        width: 135px;
        background-position-y: -50px;
        bottom: -24px;
        right: -124px;
    }
    
    /* page 5 ////////////////////*/

    #content_5{
        padding: 80px 0 90px;
    }

    .a_new{
        padding-left: 0;
        transform: translateY(15px);
    }
    .a_new span img{
        width: 100px;
    }
    .a_new span:nth-child(2) img{
        width: 80px;
    }
    
    .a_text .a_p{
        text-align: center;
        margin-left: -20px;
    }
    
    .m_a_btn_3{
        margin-top: 5px;
    }
    .m_a_btn_3{
        text-align: center;

    }
    .m_a_btn_3 a span:nth-child(1){
        width: 70px;
        height: 70px;
        right: -14px;
        bottom: -76px;
    }
    .m_a_btn_3 a span:nth-child(2){
        width: 55px;
        height: 55px;
        right: -56px;
        bottom: -75px;
    }
    .m_a_btn_3 a span:nth-child(3){
        font-size: 17px;
        right: -107px;
        bottom: -52px;
    }
    .m_a_btn_3 a span:nth-child(4){
        background-position-y: -50px;
        width: 115px;
        right: -67px;
        bottom: -68px;
    }
}

@media screen and (max-width: 1000px){
    #list_top ul li div span, #list_bottom ul li div span{
        display: block;
        text-align: center;
    }


    
    

}



@media screen and (min-width: 769px){
    .sw1 .swiper-button-next {
        right: 30px;
        width: 140px;
    }
    .sw1 .swiper-button-prev{
        left: 30px;
        width: 140px;
    }

    .sw1 .swiper-button-next:hover span:nth-child(2), .sw1 .swiper-button-prev:hover span:nth-child(1){
        background-position-y: -49px;
    }
    .sw1 .swiper-button-next:hover, .sw1 .swiper-button-prev:hover{
        opacity: 1;
    }
    .sw1 .swiper-button-next:hover span, .sw1 .swiper-button-prev:hover span{
        color: #FF8400;
    }

    .sw1 .swiper-slide a:hover h2, .sw1 .swiper-slide a:hover h3{
        text-decoration: underline 1.5px;
        text-underline-offset: 8px;
    }

    #a_list ul li{
        transition: 0.5s;
    }
    #a_list ul li:hover{
        transform: scale(1.2) translateY(-20px);
    }
    #a_list ul li:hover img{
        filter: brightness(0.5);
    }

    #list_top ul li div, #list_bottom ul li div{
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-weight: 500;
        font-size: 14px;
        text-align: center;
    }

    #list_top ul li div, #list_bottom ul li div{
        display: none;
    }
    
    #list_top ul li:hover div, #list_bottom ul li:hover div{
        display: block;
    }

    #list_top ul li:last-child{
        display: none;
    }

    .sw2 .swiper-slide{
        position: relative;
    }
    .sw2 .swiper-slide a span{
        display: none;

    }
    .sw2 .swiper-slide a:hover span{
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        text-decoration: underline 2px #fff;
        text-underline-offset: 3px;
        display: block;
        font-size: 30px;
        font-weight: 900;
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 10;
        
    }

/* 버튼 영역 */

    .m_a_btn .btn a.on span:nth-child(4){
        left: 50%;
    }

    .m_a_btn_2 .btn a.on span:nth-child(4){
        right: -150px;
    }
    
    .m_a_btn_3 a.on span:nth-child(4){
        right: 105px;
    }

}
