@import url('https://fonts.googleapis.com/css?family=Noto+Serif+KR:500');


#contents {
    padding: 0;
}

.scroll_wrap {
    top: 1041px;
}

#scroll_right{
    opacity: 0 !important;
    visibility: hidden;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
	-ms-transition: all 0.35s;
}

#scroll_right.ban_fixed{
    opacity: 1 !important;
    visibility: visible;
}

.main-content {
    position: relative;
    background: #fff;
    z-index: 10;
}

/* 공통 버튼 스타일 */

a.btn-link:after {
    content: "";
    display: block;
    width: 0;
    height: calc(100% + 2px);
    background: #1b1b1b;
    position: absolute;
    top: -1px;
    left: -1px;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

a.btn-link:hover:after {
    width: calc(100% + 2px);
}

a.btn-link span {
    display: block;
    width: 100%;
    height: 100%;
    color: #1e1e1e;
    position: relative;
    z-index: 10;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

a.btn-link:hover span {
    color: #fff;
}

/* 메인 상단 컨텐츠 */

.only-main-wrap {
    display: block;
    width: 100%;
    height: 100vh;
}

.only-main-wrap .main-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-position: 50% 60% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;    
}

.only-main-wrap .main-logo {
    position: fixed;
    top: 36px;
    left: 50%;
    margin-left: -66px;
    width: 132px;
}

.only-main-wrap.transform .main-logo {
    opacity: 0;
    visibility: hidden;
}

.only-main-wrap .content-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.only-main-wrap .box-container {
    width: 100%;
    height: 100%;
    display: table;
}

.only-main-wrap .box-inner {
    display: table-cell;
    vertical-align: middle;
}


.only-main-wrap .btns {
    margin-top: 38px;
}

.only-main-wrap .btns a {
    width: 160px;
    height: 50px;
    line-height: 50px;
    color: #1b1b1b;
    background: #fff;
    margin: 0px 6px;
    font-size: 15px;
    border-radius: 5em;
}

.only-main-wrap .btns a:hover {
    color: #fff;
    background: #1b1b1b;
}

.only-main-wrap .scroll-down {
    position: absolute;
    bottom: 44px;
    left: 50%;
    margin-left: -52px;
    background: url(../img/icon/icon-scroll.png) no-repeat bottom center;
    height: 37px;
    cursor: pointer;
}

.only-main-wrap .scroll-down p {
    font-size: 15px;
    color: #fff;
    font-weight: 100;
    line-height: 1;
}

/* 컨텐츠 배너 */

.content-banner-wrap {
    margin-bottom: 55px;
}

.content-banner-wrap .description {
    display: table;
}

.content-banner-wrap .description .inner {
    display: table-cell;
    vertical-align: middle;
}

.content-banner-wrap h1.subject {
    font-size: 45px;
    color: #1e1e1e;
    margin-bottom: 13px;
    font-weight: normal;
}

.content-banner-wrap p.category {
    font-size: 15px;
    color: #1e1e1e;
}

.content-banner-wrap p.caption {
    font-size: 15px;
    color: #858585;
    line-height: 25px;
    font-weight: 100;
    margin: 10px 0px 67px;
}

.content-banner-wrap a.btn-link {
    font-size: 14px;
    color: #1e1e1e;
    display: inline-block;
    width: 159px;
    line-height: 44px;
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
    position: relative;
}

.first.content-banner-wrap .banner {
    width: 50%;
    height: 596px;
    overflow: hidden;
}

.first.content-banner-wrap .banner img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -480px;
    width: 960px;
}

.first.content-banner-wrap .description {
    height: 596px;
    width: 50%;
}

.first.content-banner-wrap .description .inner {
    padding-left: 9%;
}

.second.content-banner-wrap .banner {
    width: calc(50% - 25px);
    height: 538px;
    overflow: hidden;
}

.second.content-banner-wrap .banner img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -269px;
    width: 538px;
}

.second.content-banner-wrap .description {
    width: 50%;
    height: 538px;
}

.second.content-banner-wrap .description .inner {
    padding-right: 21%;
}

.third.content-banner-wrap .banner {
    padding: 0 2% 0 6%;
    text-align: right;
    width: 48%;
    box-sizing: border-box;
    height: 538px;
    overflow: hidden;    
}

.third.content-banner-wrap .banner img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -269px;
    width: 538px;
}


.third.content-banner-wrap .description {
    width: 50%;
    height: 538px;
}

.third.content-banner-wrap .description .inner {
    padding-left: 15%;
}

/* 슬라이드 상품 */

.slide-prd-wrap {
    padding-bottom: 150px;
}

.slide-prd-wrap .goods_list_tit {
    border: none;
    padding: 0;
    margin: 140px 0px 33px;
}

.slide-prd-wrap .goods_list_tit h3 {
    text-align: center;
    font-size: 40px;
    color: #1e1e1e;
    font-weight: normal;
}

.slide-prd-wrap .btn_goods_more {
    top: 50%;
    right: 0;
    margin-top: -10.5px;
}

.slide-prd-wrap .btn_goods_more .btn_goods_view_more {
    padding: 0;
    margin: 0;
    border: none;
    font-size: 15px;
    color: #1e1e1e;
    font-weight: normal;
}

.slide-prd-wrap .slick-slider {
    overflow: visible;
}

.slide-prd-wrap .slick-list {
    width: 1300px;
    position: relative;
}

.slide-prd-wrap .slick-list:after {
    content: "";
    display: block;
    width: 22px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
}

.slide-prd-wrap.basic-product .goods_list_cont ul li {
padding-right: 22px;
margin: 0px;
box-sizing: border-box;
}

.slide-prd-wrap .slick-arrow {
    font-size: 0;
    display: block;
    width: 26px;
    height: 51px;
    position: absolute;
    top: 50%;
    margin-top: -42px;
}

.slide-prd-wrap .slick-arrow:focus {
    outline: none;
}

.slide-prd-wrap .slick-arrow.slick-next {
    right: -66px;
    background: url(../img/icon/icon_arrow_next_m.png) no-repeat;
}

.slide-prd-wrap .slick-arrow.slick-prev {
    left: -66px;
    background: url(../img/icon/icon_arrow_prev_m.png) no-repeat;
}

/* 동영상 영역 */

.video-wrap {
    background: #f9f9f9;
    padding: 126px 0px 120px;
}

.video-wrap .content-box {
    max-width: 1045px;
    margin: 0 auto;
}

.video-wrap .content-box .banner:before {
    content: "";
    display: block;
    width: 90px;
    height: 90px;
    background: rgba(255,255,255,.8);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.video-wrap .content-box .banner:hover:before {
    width: 120px;
    height: 120px;
    opacity: 0;
    visibility: hidden;
}


.video-wrap .content-box .banner:after {
    content: "";
    display: block;
    width: 90px;
    height: 90px;
    background: url(../img/icon/icon-play.png) no-repeat center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -45px 0px 0px -45px;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.video-wrap .content-box .banner:hover:after {
    background: rgba(255,255,255,.8) url(../img/icon/icon-play.png) no-repeat center;
}

.video-wrap .content-box .banner img {
    width: 100%;
    height: auto;
}

.video-wrap .description {
    margin-top: 30px;
}

.video-wrap h2.subject {
    font-size: 25px;
    color: #1e1e1e;
    font-weight: normal;
    margin-bottom: 5px;
}

.video-wrap p {
    font-size: 15px;
    color: #858585;
    font-weight: 100;
    line-height: 25px;
}

.video-wrap a.btn-link {
    display: block;
    width: 183px;
    line-height: 53px;
    border: 1px solid #b1b1b1;
    text-align: center;
    box-sizing: border-box;
    color: #353535;
    font-size: 15px;
    position: relative;
}

.video-box {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    z-index: 150;
    display: none;
}

.video-box .video {
    width: 950px;
    height: 540px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-box .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.video-box .embed-container iframe,
.video-box .embed-container object,
.video-box .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-box a.btn-close {
    display: block;
    width: 41px;
    height: 42px;
    position: absolute;
    top: -70px;
    right: 0;
    font-size: 0;
    background: url(../img/icon/icon_close_w.png) no-repeat;
}

/* 후기 */

.review-wrap {
    padding: 160px 0px 205px;
}

.review-wrap .header h2.title {
    font-size: 40px;
    color: #1e1e1e;
    font-weight: normal;
    line-height: 45px;
    margin-bottom: 35px;
}

.review-wrap .header h2.title.mobile_block{
	display: none;
}

.review-wrap .header a {
    font-size: 15px;
    color: #585858;
}

.review-wrap .feeds {
    width: 996px;
}

.review-wrap .feeds .slick-slider {
    overflow: visible;
}

.review-wrap .feeds .slick-list:after {
    content: "";
    display: block;
    width: 32px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.review-wrap .feeds li a {
    display: block;
    padding-left: 32px;
}

.review-wrap .feeds li .thumb {
    overflow: hidden;
}

.review-wrap .feeds li .thumb img {
    width: 100%;
}

.review-wrap .feeds li:hover .thumb img {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12);
}

.review-wrap .feeds li .info-wrap {
    margin-top: 19px;
    text-align: left;
}

.review-wrap .feeds li span.rating-star {
    display: block;
    width: 74px;
    height: 14px;
    background: url(../img/icon/icon-star-g.png) no-repeat left top;
    background-size: 74px;
    vertical-align: middle;
    text-indent: -9999px;
}

.review-wrap .feeds li span.rating-star span {
    display: block;
    width: 74px;
    height: 14px;
    background: url(../img/icon/icon-star-b.png) no-repeat left top;
    background-size: 74px;
    vertical-align: middle;
    text-indent: -9999px;
}

.review-wrap .feeds li p.tit {
    font-size: 15px;
    color: #353535;
    margin: 7px 0px 4px;
    width: 300px;
}

.review-wrap .feeds li p.tit~p {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #8f8f8f;
    margin-right: 6px;
}

.review-wrap .slick-arrow {
    font-size: 0;
    display: block;
    width: 26px;
    height: 51px;
    position: absolute;
    top: 50%;
    margin-top: -42px;
}

.review-wrap .slick-arrow:focus {
    outline: none;
}

.review-wrap .slick-arrow.slick-next {
    right: -66px;
    background: url(../img/icon/icon_arrow_next_m.png) no-repeat;
}

.review-wrap .slick-arrow.slick-prev {
    left: -34px;
    background: url(../img/icon/icon_arrow_prev_m.png) no-repeat;
}

/* 인스타그램 */

.instagram-wrap .title h2 {
    font-size: 40px;
    color: #1e1e1e;
    text-align: center;
    font-weight: normal;
    margin-bottom: 29px;
}

.instagram-wrap .title .summary {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -19.5px;
}

.instagram-wrap .title .summary span.account {
    font-size: 15px;
    color: #686868;
    margin-right: 15px;
    line-height: 39px;
}

.instagram-wrap .title .summary a.btn-link {
    width: 104px;
    line-height: 37px;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    font-size: 15px;
    color: #1e1e1e;
    position: relative;
}

.instagram-wrap .title .summary a.btn-link span {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.instagram-wrap ul#insta li {
    width: 238px;
	width:238px !ie;
}

.instagram-wrap ul#insta li .image-layer {
    overflow: hidden;
}

.instagram-wrap ul#insta li img {
    width: 100%;
}

.instagram-wrap ul#insta li:hover img {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12);
}