@charset "utf-8";
@import url('common.css');

/********** header **********/
header {
    height: 100px;
}
header .inner {
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
header .inner h1 a img {
    width: 238px;
}
header .inner .pc ul {
    display: inline-block;
}
header .inner .pc ul.user {
    margin-left: 50px;
}
header .inner .pc ul.user li:first-child {
    margin-right: 20px;
}
header .inner .pc ul.user li a img {
    width: 16px;
}
header .inner .pc ul li {
    display: inline-block;
    font-size: 16px; 
    /* font-family: 'Nanum Myeongjo', serif;  */
    font-family: 'NanumMyeongjo';
}
header .inner .pc ul.gnb li {
    margin-left: 40px;
}

/********** .main_visual **********/
.main_visual {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    /* font-family: 'Nanum Myeongjo', serif; */
    font-family: 'NanumMyeongjo';
    word-break: keep-all;
}
.main_visual figure:first-child {
    width: 55.88%;  
    /* width: 1073 / 1920 x 100 */
}
.main_visual figure:first-child p {
    text-align: right;
    margin-right: 35.41%;
    /* 380 / 1073 * 100 */
    /* 380px */
}
.main_visual figure:first-child img {
    width: 100%; 
}
.main_visual figure:last-child {
    /* width: 32.03%; */
    width: calc(100% - 55.88% - 232px);
}
.main_visual figure:last-child img {
    width: 100%;
}

/********** .vie ***********/
.vie .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.vie .inner > div {
    width: calc(100% / 3 - 12.5px);
    position: relative;
    margin-bottom: 25px;
}
.vie .inner > div.title {
    background: url('../img/vie_text_img.jpg') center center / cover no-repeat; 
    /* vie_text_img.jpg */
    display: flex;
    flex-direction: column;
    /* 자식들의 공간이 남아도 
    세로로 나열시켜주는 역할 
    justify-content: 수직;
    align-items: 수평;*/
    justify-content: center;
    text-align: center;
}
.vie .inner > div.title p {
    font-size: 16px;
    line-height: 1.5;
    padding: 0 2rem;
}
.vie .inner > div a figure img {
    width: 100%;
}
.vie .inner > div:nth-child(2) {
    order: -1;
}
.vie .inner > div div {
    /* 이미지위에서 50px 
    텍스트 가운데 정렬 */
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    /* transform: translateX(-50%); */
    text-align: center;
    font-size: 16px;
    display: none;
}
.vie .inner > div div h4 {
    font-weight: 400;
    margin-bottom: 10px;
}
.vie .inner > div.item a {
    position: relative;
}
.vie .inner > div.item a::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #ffffff9e;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
} 
.vie .inner > div.item:hover div {
    display: block;
}
.vie .inner > div.item:hover a::before {
    display: block;
}

/* .editor */
.editor .inner .list {
    display: flex;
    justify-content: space-between;
}
.editor .inner .list figure,
.editor .inner .list .list_text {
    width: calc(100% / 2 - 12.5px);
    max-height: 670px;
}
.editor .inner .list figure img {
    width: 100%;
}
.editor .inner .list .list_text > div {
    height: 33.33%;
    /* 아래쪽으로 테두리 : 1xp 실선 #333 */
    border-bottom: 1px solid #333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 15px;
}
.editor .inner .list .list_text > div:first-child {
    border-top: 1px solid #333;
}
.editor .inner .list .list_text > div div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* 가로의 양끝으로 붙여서 정렬
    세로의 가운데 정렬 */
}
.editor .inner .list .list_text > div div h4 {
    /* 폰트크기 rem */
    font-size: 2rem;
    /* font-family: 'Nanum Myeongjo', serif; */
    font-family: 'NanumMyeongjo';
     font-weight: normal;

}
.editor .inner .list .list_text > div div a {
    padding-right: 10px;
    /* 폰트크기 px */
    font-size: 14px;
    /* font-family: 'Nanum Myeongjo', serif; */
    font-family: 'NanumMyeongjo';
    position: relative;

}
.editor .inner .list .list_text > div div a::before {
    content: '';
    width: 6px;
    height: 10px;
    background-image: url('../img/next_icon.png');
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    /* icon size =>  6px x 10px*/
    /* 전체보기 아이콘 작성 */
}
.editor .inner .list .list_text > div p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 2rem;
    word-break: keep-all;
}


/*********** .best ***********/
.best {
    background-color: #EEEDE9;
    padding: 18rem 0;
}
.best .inner {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.best .inner .left {
    width: 32.13%;
    /* 437px => %*/
    position: relative;
    margin-top: 5rem;
}
.best .inner .left ul li {
    display: inline-block;
    padding: 0 5px;
    margin-right: 20px;
    margin-bottom: 3rem;
    font-size: 14px;
    color: #888;
}
.best .inner .left ul li.on {
    color: #333;
    border-bottom: 1px solid #333;
}
.best .inner .best_slide_cont {
    width: 66.10%;
    /* 899px */
}
.best .inner .best_slide_cont .mySwiper {
    display: none;
}
.best .inner .best_slide_cont .mySwiper.on {
    display: block;
}
.best .inner .best_slide_cont .swiper-slide figure {
    max-height: 442px;
    height: 32.5vw;
    /* 442  / 1360 * 100  */
}
.best .inner .best_slide_cont .swiper-slide figure img {
    width: 100%;
    height: 100%;
    border: 1px solid #333;
    object-fit: cover;  
}
.best .inner .best_slide_cont .swiper-slide .info > p {
    margin: 25px 0 7px;
    font-size: 14px;
    color: #555555;
}
.best .inner .best_slide_cont .swiper-slide .info h4 {
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 25px;
    border-bottom: 1px solid #333;
    margin-bottom: 25px;
}
.best .inner .best_slide_cont .swiper-slide .info > div {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}
.best .inner .best_slide_cont .swiper-slide .info > div > p {
    color: #555555;
    text-decoration: line-through;
}
.best .inner .best_slide_cont .swiper-slide .info > div > strong span {
    color: #995727;
    margin-left: 25px;
}
.best .swiper-button-next, 
.best .swiper-button-prev {
    left: 40px;
    background: url('../img/arrow-right.png') 0 0 / 100% no-repeat;
    width: 30px;
    height: 30px;
    top: 257px;
    margin-top: 0;

}
.best .swiper-button-prev {
    background: url('../img/arrow-left.png') 0 0 / 100% no-repeat;
    left: 0;
}
.best .swiper-button-next::after,
.best .swiper-button-prev::after {
    display: none;
}





/*********** .brand ***********/
.brand .inner .brand_list {
    display: flex;
    justify-content: space-between;
}
.brand .inner .brand_list > div {
    width: calc(100% / 2 - 12.5px);
    max-height: 877px;
    /* height: 64.48vw; */
    position: relative;
}
.brand .inner .brand_list > .left_item figure {
    width: 100%;
    height: 100%;
}
.brand .inner .brand_list > .left_item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.brand .inner .brand_list > .left_item div {
    width: calc(100% - 100px);
    position: absolute;
    bottom: 50px;
    left: 50px;
}
.brand .inner .brand_list > div h4 {
    font-size: 2rem;
    font-family: 'NanumMyeongjo';
    margin-bottom: 10px;
    margin-top: 2.5rem;
}
.brand .inner .brand_list > div p {
    font-size: 16px;
    line-height: 1.5;
}
.brand .inner .brand_list > div  a.btn {
    font-size: 14px;
    margin-top: 40px;
    display: block;
}
.brand .inner .brand_list > .right_item_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
}
.brand .inner .brand_list > .right_item_list .item {
    width: calc(100% / 2 - 12.5px); 
}
.brand .inner .brand_list > .right_item_list .item figure {
    width: 100%;
}
.brand .inner .brand_list > .right_item_list .item figure img {
    width: 100%;
}

/* archive */
.archive {
    height: 500px; 
    position: relative;
}
.archive img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.archive .inner {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}
.archive .inner div {  
    height: 100%; 
    width: 580px;
    padding: 50px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
}
.archive .inner div h4 {
    font-size: 2rem;
    font-weight: 400;
}
.archive .inner div  p {
    font-size: 16px;
    line-height: 1.5;
    margin: 10px 0 5rem;
}
.archive .inner div a {
    font-size: 14px;
    font-family: 'NanumMyeongjo';
}


/* .insta  */
.insta {
    display: flex;
    justify-content: flex-end;
}
.insta .inner { 
    max-width: 1655px;
    width: calc(100% - 20px);
    margin: 18rem 0;
    /* background-color: antiquewhite;  */
    display: flex;
    justify-content: space-between;
}
.insta .inner .left {
    width: 26.40%;
    /* 437 */
    /* 1655 */
    position: relative;
    margin-top: 5rem;
}
.insta .swiper-insta-next {
    width: 30px;
    height: 30px;
    background: url('../img/arrow-right.png') 0 0 / 100% no-repeat;
    position: absolute;
    left: 40px;
    top: 130px;
}
.insta .swiper-insta-prev {
    width: 30px;
    height: 30px;
    background: url('../img/arrow-left.png') 0 0 / 100% no-repeat;
     
    position: absolute;
    left: 0;
    top: 130px;
}
.insta .inner .left h3 {
    margin-bottom: 20px;
}
.insta .inner .left p {
    font-size: 16px;
}
.insta .inner .insta_slide_list {
    width: calc(100% - 26.40% - 12.5px);
}
.insta .inner .insta_slide_list figure img {
    width: 100%;
}
.insta .inner .insta_slide_list .swiper-slide .insta_info h4 {
    font-size: 16px;    
    font-weight: bold;
    margin: 20px 0 10px;
}
.insta .inner .insta_slide_list .swiper-slide .insta_info p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.insta .inner .insta_slide_list .swiper-slide .insta_info > div {
    font-size: 14px;
}


@media screen and (max-width:1210px) {
    .main_visual figure:first-child p {
        margin-right: 0;
    }
    .main_visual figure:first-child {
        width: 65.31%;
        /* 627px / 1210 * 100*/
    }
    .main_visual figure:last-child {
        width: calc(100% - 65.31% - 20px);
    }
}

@media screen and (max-width:1024px) {
    html, body {
        font-size: 50%;
    }
    header {
        height: 70px;
    }
    header .open img {
        width: 25px;
    }
    header .m_nav {
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 99;
        text-align: center;
        font-size: 25px;
        font-family: 'NanumMyeongjoBold';
        padding: 10rem;
        display: none;
        /* 🎁 */
    }
    header .m_nav .close {
        width: 30px;
        height: 30px;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    header .m_nav .close img {
        width: 100%;
    }
    header .m_nav .gnb li {
        padding: 15px 0;
    }
    header .m_nav .user {
        display: flex;
        justify-content: center;
        margin-top: 5rem;
        padding-top: 5rem;
        border-top: 1px solid #333;
    }
    header .m_nav .user li {
        width: 20px;
        margin: 0 10px;
    }
    header .m_nav .user li img {
        width: 100%;
    }

    /* .vie */
    .vie .inner > div div {
        display: block;
        position: static;
        margin-top: 15px;
    }
    .vie .inner > div div h4 {
        margin-bottom: 7px;
    }
    .editor .inner .list figure, .editor .inner .list .list_text {
        height: 530px;
         
    }
    .editor .inner .list figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    .brand .inner .brand_list {
        display: block;
    }
    .brand .inner .brand_list > div {
        width: 100%;
        max-height: 438px;
        height: 47.60vw;
    }
    .brand .inner .brand_list > div.left_item {
        margin-bottom: 25px;
    }
    .brand .inner .brand_list > div.right_item_list {
        max-height: none;
        height: auto;
    }
    .brand .inner .brand_list > .right_item_list .item {
        width: calc(100% / 2 - 10px);
        margin-bottom: 40px;
    }
    .brand .inner .brand_list > .right_item_list .item figure {
        max-height: 280px;
        height: 29.16vw;
    }
    .brand .inner .brand_list > .right_item_list .item figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .brand .inner .brand_list > div p br {
        display: none;
    }
    .insta .inner {
        display: block;
    }
    .insta .inner .left {width: 100%; 
        display: flex;
        align-items: center;
        
    }
    .insta .inner .left h3 {margin-bottom: 0; margin-right: 15px;}
    .insta .swiper-insta-next {top: 0; right: 0; left: auto;}
    .insta .swiper-insta-prev {top: 0; right: 40px; left: auto;}
    .insta .inner .insta_slide_list {width: 100%; margin-top: 25px;}
}


@media screen and (max-width:850px) {
    .editor .inner .list {display: block;}
    .editor .inner .list figure, 
    .editor .inner .list .list_text {width: 100%;}
    .editor .inner .list figure {
        max-height: 334px;
        height: 80vw;
        /* 334 / 414 * 100 */
    }
    .editor .inner .list .list_text {height: auto;}
    .editor .inner .list .list_text > div {
        height: auto;
        padding: 25px 0;
    }
}

@media screen and (max-width:640px) {
    html, body {font-size: 37.5%;}
    .main_visual {font-size: 16px;}
    .main_visual figure:first-child {width: 49%;}
    .main_visual figure:last-child {width: 48%;}

    .vie .inner > div.title {width: 100%; padding: 47px 0;}
    .vie .inner > div {width: calc(100% / 2 - 7.5px);}
    .vie .inner > div:nth-child(2) {order: 0;}
    .vie .inner > div:last-child {display: none;}

    .editor .inner .list .list_text > div div h4 {font-size: 16px;}
    .editor .inner .list .list_text > div p {font-size: 14px;}

    .best .inner {display: block;}
    .best .inner .left {width: 100%; display: flex;  flex-wrap: wrap;}
    .best .swiper-button-next, 
    .best .swiper-button-prev {position: static; margin-top: 40px; margin-bottom: 20px;}
    .best .swiper-button-next { order: 1; margin-left: 10px;}
    .best .inner .best_slide_cont {width: 100%;}
    .best .inner .best_slide_cont .swiper-slide figure {
        height: 297px;
         
    }
    .brand .inner .brand_list > div.left_item {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .brand .inner .brand_list > .left_item figure {
        width: calc(100% / 2 - 10px);
    }
    .brand .inner .brand_list > .left_item div {
        position: static;
        width: calc(100% / 2 - 10px);
    }
    .brand .inner .brand_list > .left_item div h4 {margin-top: 0;}
    .brand .inner .brand_list > div a.btn {margin-top: 17px;}
    .brand .inner .brand_list > div p {
        font-size: 14px;
    }
    .archive {
        height: auto;
        display: flex;
        flex-direction: column;
        
    }
    .archive img {
        width: calc(100% - 40px);
        margin: 0 auto;
        position: relative;
        margin-top: -50px;
        z-index: 99;
        height: 250px;
    }
    .archive .inner {width: 100%; position: static;transform: translateX(0); order: -1; background-color: #995727; color: #fff;}
    .archive .inner div {
        width: 100%;
        padding: 30px 30px 60px;
    }
}

@media screen and (max-width:400px) {
     
    .editor .inner .list .list_text > div div a {font-size: 12px;}
    .vie .inner > div.title p {font-size: 13px;}
    .vie .inner > div div h4 {font-size: 13px;}
    .best .inner .best_slide_cont .swiper-slide .info h4 {font-size: 14px;}
    .best .inner .best_slide_cont .swiper-slide .info > div {font-size: 14px;}
    .best .inner .left ul li {font-size: 13px; margin-bottom: 15px;}

    .best .swiper-button-next, .best .swiper-button-prev {margin-top: 20px;}

    .archive .inner div p {font-size: 12px;}
    .archive .inner div a {font-size: 12px;}

    .insta .inner .left p {font-size: 12px;}
    .insta .inner .insta_slide_list .swiper-slide .insta_info p {
        font-size: 13px;
    }
    .insta .inner .insta_slide_list .swiper-slide .insta_info > div {
        font-size: 12px;
    }
}


/* pc footer */
footer {
   
    margin-bottom: 6rem;
}
footer .footer_top {
    border-top: 1px solid #838383;
    border-bottom: 1px solid #838383;
    
}
footer .footer_top .top_menu {
    max-width: 1360px;
    width: calc(100% - 40px);
    margin: 0 auto;
}
footer .inner {
    margin: 0 auto;
}
footer .top_menu {
     display: flex;
     justify-content: space-between;
     line-height: 60px;
     font-size: 16px;
}
footer .top_menu ul li {
    display: inline-block;
    margin-right: 30px;
}
footer .top_menu div {
    color: #995727;
}
footer .top_menu div strong {
    margin-left: 30px;
    
}
footer .top_menu div strong span {
    margin-left: 10px;
}

footer .footer_info {
    display: flex;
    margin: 5rem 0;
    font-size: 14px;
}
footer .footer_info ul {
    width: calc(100% / 3);
}
footer .footer_info ul:nth-child(2) {
    border-left: 1px solid #838383;
    border-right: 1px solid #838383;
    padding: 0 7.27%;
}
footer .footer_info ul:last-child {
    padding-left: 7.27%;
}
footer .footer_info ul li {
    line-height: 1.8 ;
}
footer .footer_info ul li:first-child {
    margin-bottom: 2rem;
    /* font-weight: bold; */
}
footer p {
    font-size: 14px;
    color: #858585;
    margin-top: 10px;
}

@media screen and (max-width:1230px) {
    footer .top_menu {display: block;}
    footer .footer_top {border-bottom: 0; position: relative;}
    footer .footer_top::before {
        content: '';
        width: 100%;
        height: 1px;
        background-color: #838383;
        display: block;
        position: absolute;
        top: 60px;
        left: 0;
    }
}
@media screen and (max-width:1024px) { 
    html,body {font-size: 50%;}
    footer .top_menu {font-size: 14px;}
    footer .footer_info {flex-wrap: wrap;}
    footer .footer_info ul {width: 50%;}
    footer .footer_info ul:first-child {width: 100%; margin-bottom: 40px;}
    footer .footer_info ul:nth-child(2) {border-left: 0; padding-left: 0;}
}

@media screen and (max-width:680px) {   
    html, body {font-size: 37.5%;}
    footer .footer_top::before {top: 82px;}
    footer .top_menu {font-size: 13px;}
    footer .top_menu {line-height: 1.8;}
    footer .top_menu ul {
        height: 82px;
        display: flex;
        flex-wrap: wrap; 
        align-content: center;
    }
    footer .top_menu div {
        margin-top: 20px;
        display: flex;
    }
    footer .top_menu div strong span {display: block; margin-left: 0;}
    footer .footer_info {display: block;}
    footer .footer_info ul {width: 100%;}
    footer .footer_info ul:nth-child(2) {border: 0;}
    footer .footer_info ul:last-child {padding: 0;}
    footer .footer_info ul {margin-bottom: 25px !important;}
    footer .footer_info ul li:first-child {margin-bottom: 10px;}
}

@media screen and (max-width:400px) {
    footer .footer_info {font-size: 12px;}
    footer p {font-size: 12px;}
}