    @import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);

@font-face {
    font-family: 'Malgun Sam';
    src: url('font/NUSKINBook.eot');
    src: url('font/NUSKINBook.eot?#iefix') format('embedded-opentype'),
         url('font/NUSKINBook.woff2') format('woff2'),
         url('font/NUSKINBook.woff') format('woff'),
         url('font/NUSKINBook.ttf') format('truetype'),
         url('font/NUSKINBook.svg#nanum-barun-gothic-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, textarea, button, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-break: normal;
}
body {
    height: 100%;
    font-size:13px;
    line-height: 1.3;
    font-family: 'Nanum Gothic',sans-serif, Dotum,'돋움';
    /*font-family: 'Noto Sans KR', sans-serif, Dotum,'돋움',Helvetica,"Apple SD Gothic Neo";*/
    background: #fafafa;
    color: #444;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
em, i {
    font-style: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:link, a:visited, a:active, a:hover {
    text-decoration: none
}
a {color: #777;}
/*legend {
    text-indent: -99999px;
    line-height: 0;
    font-size: 0;
    color: transparent;
}*/
button {
    -webkit-appearance:none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    font-family: inherit;
    font: inherit;
    color: inherit;
    background: transparent;
    overflow: visible;
    cursor: pointer;
    line-height: 1;
    vertical-align: middle;
    outline: 0;
}
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input::-ms-clear {display: none;}

/* 인풋속성 ****************************************************************************************************************************************************************************************/
input[type="text"] {font-size:.875rem;}
input[type="text"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, input[type="date"]:focus,input[type="text"]:focus, input[type="password"]:focus {outline:none; border-color:#332f21}
input[type="text"], input[type="password"] {height:35px; border:1px solid #d1d1d1; text-indent:10px;border-radius: 0}
input[type="text"]:disabled, input[type="password"]:disabled {background:#f8f8f8; border-color:#d1d1d1}

input[type="checkbox"] {position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0}
input[type="checkbox"] + label {display:inline-block; position:relative; cursor:pointer; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; font-size:12px; color:#777;}
input[type="checkbox"] + label:before {content:' '; display:inline-block; width:17px; height:17px; line-height:17px; margin:-2px 8px 0 0; text-align:center; vertical-align:middle; background:#fff; color:#777; border:1px solid #cacece}
input[type="checkbox"]:checked + label:before {content:' '; border-color:#585858; background:url(../images/icon_check.png) no-repeat center; background-size:9px 7px}

input[type="radio"] {position:absolute;width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0; }
input[type="radio"] + label {display:inline-block;position:relative; font-size:12px;  line-height:17px; color:#777; padding-left:25px; cursor:pointer; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none;}
input[type="radio"] + label:before {content:''; position:absolute; left:0; top:0; width:18px; height:18px; text-align:center; background:#fff; border:2px solid #d1d1d1; color:#777; border-radius:100%}
input[type="radio"] + label:active:before, .checks input[type="radio"]:checked + label:active:before  {}
input[type="radio"]:checked + label:before {background:#fff; border-color:#d1d1d1}
input[type="radio"]:checked + label:after {content:''; position:absolute; top:4px; left:4px; width:10px; height:10px; background:#363636; border-radius:100%}

input.error,select.error,textarea.error {background-color:#fff;border:solid 1px #d0021b;/*border-left:solid 6px #d0021b;*/margin-bottom:.25rem}
input.error:focus,input.error:active,select.error:focus,select.error:active,textarea.error:focus,textarea.error:active{border-color:#d0021b;outline:0}
textarea {border:1px solid #d1d1d1; padding:20px; box-sizing:border-box;}
textarea:focus, textarea:active {outline:none; border-color:#332f21}
input::-webkit-input-placeholder {color:#acacac;}
input:-ms-input-placeholder {color:#acacac;}
textarea::-webkit-input-placeholder {color:#acacac;}
textarea:-ms-input-placeholder {color:#acacac;}

/* select ****************************************************************************************************************************************************************************************/
select {width:100%; height:35px; background:#fff url(../images/select.png) no-repeat right 10px center; background-size:15px 7px; display:inline-block; text-overflow:ellipsis; white-space:nowrap; -webkit-appearance:none; -moz-appearance:none; appearance:none;  border:1px solid #d1d1d1; color:#727272; cursor:pointer; text-indent:10px; border-radius:0}
select:focus, select:active {outline:none; border-color:#332f21}
select::-ms-expand{display:none; border:none}

/* 공통레이아웃 ****************************************************************************************************************************************************************************************/
#bodyWrapper, .bodyWrapper {position:relative; min-width:320px;width:100%;background-color: #fff;border-left:solid 1px #ddd;border-right:solid 1px #ddd;}
#bodyWrapper:after{content: "";clear:both;display:block;height:0;visibility:hidden}
#skipNav{position:relative;z-index:9999}
#skipNav a{display:block; height:1px; width:1px; margin-bottom:-1px; overflow:hidden; font-size:16px; color:#fff; font-weight:bold; background:#fff; white-space:nowrap;text-align:center}
#skipNav a:focus, #skipNav a:active{height:auto; width:100%; padding:5px; margin-bottom:10px; position:absolute; left:0; top:0}
.contents, #content {position: relative;}

.kp a {background:url(../images/icon_social_kakao_plus.png) no-repeat center;}
.fb a {background:url(../images/icon_facebook.png) no-repeat center;}
.ins a {background:url(../images/icon_instar.png) no-repeat center;}
.blg a {background:url(../images/icon_social_blog.png) no-repeat center;}
.ytb a {background:url(../images/icon_social_youtu.png) no-repeat center;}

/*star*/
.star-rating {margin:0 auto 10px;width:101px;height:16px;background:url(../images/icon/star_icon_bg.png) no-repeat 0 0; background-size:cover;}
.star-rating .star-icon {background-image:url(../images/icon/star_icon.png); height:100%;text-indent:-9999px; overflow:hidden; background-size:cover;}
.star-rating .star-icon[data-star="0"] {width:0}
.star-rating .star-icon[data-star="1"] {width:20%;}
.star-rating .star-icon[data-star="2"] {width:40%;}
.star-rating .star-icon[data-star="3"] {width:60%;}
.star-rating .star-icon[data-star="4"] {width:80%;}
.star-rating .star-icon[data-star="5"] {width:100%;}

/*table*/
.tbl_style {width:100%; table-layout:fixed;}
.tbl_style th {padding:20px 0; background-color:#f7f7f7; font-size:15px; font-weight:normal; text-align:center; color:#444;border-bottom:1px solid #cccccc;border-top:2px solid #363636;}
.tbl_style td {padding:21px 0; font-size:14px; color:#444; text-align:center; border-bottom:1px solid #cccccc;}
.tbl_style td.btn_td {padding:7px 0;}
.tbl_style.rowSt {border-top:2px solid #363636;width:100%;}
.tbl_style.rowSt th {border-top: 0}
.tbl_style.rowSt td {text-align: left;padding-left: 20px;}

@media (max-width: 600px) {
             .tbl_style th {font-size:14px;}
             .tbl_style td {font-size:13px;}
}

/*header*/
header, .header-body {position:relative;width:100%;height:100px;background-color: #fff}
header:after, .header.login-header:after {position:absolute;content: "";display: block;width:100%;height:5px;background:url(../images/after_header.png) repeat-x 0 0;bottom:-5px;left:0;z-index: 99}

.header {position:relative;height:100%;}
.header.login-header .nav-header-logo {width:100%}
.header:after{content: "";clear:both;display:block}
.header .mMenu {float:left;width:33%;height:100%}
.header .mMenu a {display:block;padding: 1em 1.3em 0;width: 50%;height: 100%;background-image: url(../images/icon/icon-hamburger.png);background-repeat: no-repeat;background-size:19px 13px;background-position:center 26px;text-align:center} /* 1012 */
.header h1 {float:left;display:table;height:100%;width:33%}
.header h1 a {display:table-cell;vertical-align:middle;height:100%;text-align: left}
.header h1.nav-header-logo a.logo-mobile {display:table-cell;height:29px}
.header h1.nav-header-logo a.logo-mobile img {width:29px;height:29px}
.header h1.nav-header-logo a.logo-pc {display:none}
.header h1.nav-header-logo a.logo-pc img {margin-left:20px;width:118px;height:62px;}
.header.login-header h1.nav-header-logo a.logo-pc img {margin-left:0}
.header .nav-header-center-menu{float:left;width:58%;height:73px}
.header .nav-header-center-menu .wMenu {width:100%;padding-left:0%;height:50px;z-index:2;margin-top:20px;}
.header .nav-header-center-menu .wMenu li {position:relative;display:table;text-align:center;height:100%;float:left;width:25%;}
.header .nav-header-center-menu .wMenu li a{display:table-cell;vertical-align:middle;font-size:15px;color:#444}
.header .nav-header-center-menu .wMenu li a.active{color:#332f21;border-top:3px solid #fff;border-bottom:3px solid #332f21;font-weight: bold}
.header .nav-header-center-menu .wMenu li a:hover{color:#332f21;border-top:3px solid #fff;border-bottom:3px solid #332f21;font-weight: bold}
.header .nav-header-center-menu .menu-search {position:relative;width:100%;top:18px;z-index:3}
.header .nav-header-center-menu .menu-search .center-menu-search-form {margin:0}
.header .nav-header-center-menu .menu-search .center-menu-search-form .search-icon{border:0;right:0;top:0;position:absolute;width:95px;height:30px;-webkit-appearance: none;text-align: center;color:#bbbcbc;border-left: 1px solid #bbbcbc;line-height: 30px}
.header .nav-header-center-menu .menu-search .center-menu-search-form input{margin-bottom:0;font-size:14px;color:#bbbcbc;border:0;text-indent:0;border: 1px solid #bbbcbc;border-radius: 0;height:30px;background:url(../images/icon/rew_search.png) no-repeat 7px center;text-indent: 12px;background-size: 12px 12px}
.header .nav-header-center-menu .menu-search .center-menu-search-form input::-webkit-input-placeholder{color:#bbbcbc}
.header .nav-header-center-menu .menu-search .center-menu-search-form input:-moz-placeholder{color:#bbbcbc}
.header .nav-header-center-menu .menu-search .center-menu-search-form input::-moz-placeholder{color:#bbbcbc}
.header .nav-header-center-menu .menu-search .center-menu-search-form input:-ms-input-placeholder{color:#bbbcbc}
.header .account {position:absolute; width:100px; top:0; right:50px; height:100%}
.header .account li {position:relative;float:left;height:64px; width:50%}
.header .account li a {color:#008ab0;display:block;line-height:64px;text-align:center}
.header .account li a:after {content:"";display:block;clear:both}
.header .account li a .txt {display:none; word-break:break-all;}
.header .account li a .icon {height:100%}
.header .account li a .icon img {width:32px;height:32px;vertical-align: middle}
.header .account li.cart a .icon {display:inline-block;width:32px;height:68px;background:url(../images/icon/n_cart.png) no-repeat center; background-size:100%}
/*.header .account li.cart a .icon .cart_val {display:none;font-size: 12px;text-align:center;position: relative;top: -3px}*/
.header .account li.cart a .icon .cart_val {left: 50%;top: 50%; color: #ee2164; position: absolute; width: 32px; height: 16px; display: inline-block; line-height: 16px;font-size:14px;text-align:center;margin-top:-4px;margin-left: -16px;font-weight: bold}
.header .account li.cart a .icon .hide {display: none;}
.header .account.login .log .icon {background:none}
.header .account.login .log .icon img{border-radius:50%}
.header .modal-header {padding:1em}
.header .dropdown-menu-modal {position:absolute;top:100px;left:0;width:100%;min-height:470px;z-index:1000;background:url(../images/after_header.png),url(../images/after_header.png) #fff;background-repeat: repeat-x, repeat-x;background-position: bottom right, top, right;}
.header .dropdown-menu-modal .sub-category{padding:20px 30px;position:relative;}
.header .dropdown-menu-modal .sub-category:before {min-height:470px;position:absolute;content: "";display: block;width:100%;height:100%;top:0px;left:-100%;z-index: 99;background-color: #fff;background:url(../images/after_header.png),url(../images/after_header.png) #fff;background-repeat: repeat-x, repeat-x;background-position: bottom right, top, right;}
.header .dropdown-menu-modal .sub-category:after {min-height:470px;position:absolute;content: "";display: block;width:100%;height:100%;top:0px;right:-100%;z-index: 99;background-color: #fff;background:url(../images/after_header.png),url(../images/after_header.png) #fff;background-repeat: repeat-x, repeat-x;background-position: bottom right, top, right;}
.header .dropdown-menu-modal .sub-category .sub-category-content:after {content:"";display:block;clear:both}
.header .dropdown-menu-modal .sub-category .sub-category-deps {float:left;width:25%}
.header .dropdown-menu-modal .sub-category .list-header{font-size:15px;font-weight:700;line-height:1.69;letter-spacing:.8px;color:#000;margin-bottom:10px;text-align:left}
.header .dropdown-menu-modal .sub-category .list-header a{color:#fff}
.header .dropdown-menu-modal .sub-category .list-header a:hover{text-decoration:underline}
.header .dropdown-menu-modal .sub-category .list-item {padding-right:15px;margin-bottom:10px}
.header .dropdown-menu-modal .sub-category .list-item a{font-size:15px;font-weight:400;line-height:1.47;color:#444}
.header .dropdown-menu-modal .sub-category .list-item a:hover {text-decoration:underline}
.header .dropdown-menu-modal .sub-category .menu-promotion{position:absolute;top:0;right:0;height:100%;width:20%;background-color:#00799b}
.header .dropdown-menu-modal .sub-category .menu-promotion .promotion-image{max-width:250px;left:50%;position:relative;transform:translateX(-50%)}
.header .dropdown-menu-modal .sub-category .menu-promotion .promotion-header{font-size:22px;color:#fff;margin-top:32px;padding:0 30px}
.header .dropdown-menu-modal .sub-category .menu-promotion .promotion-content{font-size:16px;color:#fff;margin-top:10px;padding:0 30px}
.header .dropdown-menu-modal .sub-category .menu-promotion .promotion-link{display:block;font-size:14px;font-weight:600;color:#fff;margin-top:32px;padding:0 0 0 30px}

.header .account .acc-info-arrow{display:none;position:absolute;bottom:-1px;width:0;height:0;border-bottom:.5rem solid rgba(114,114,114,0.95);border-left:.5rem solid transparent;border-right:.5rem solid transparent;left:50%;transform:translateX(-50%);margin-left: 9px}
.header .account li.active .acc-info-arrow{display:block}
.header .account-info{display:none;position:absolute;background-color:rgba(114,114,114,0.95);transition:all .25s,opacity .25s;opacity:0;overflow:hidden;z-index:-1;margin-top:-1px}
.header .account-info.show-info{display:block;min-height:320px;opacity:1;z-index:100}
.header .account-info .customer-distributor-info{overflow:auto}
.header .account-info .customer-distributor-info .profile-info {padding:25px}
.header .account-info .customer-distributor-info .profile-info .profile-distributor {display:table;width:100%;}
.header .account-info .customer-distributor-info .profile-info .profile-distributor .acc-img {padding-left:8%;width:33%;position:relative;display:table-cell;}
.header .account-info .customer-distributor-info .profile-info .profile-distributor .acc-img img {width:50px;height:50px;;border-radius:50%}
.header .account-info .customer-distributor-info .profile-info .profile-distributor .acc-name {display:table-cell;width:59%;vertical-align:middle;}
.header .account-info .customer-distributor-info .profile-info .profile-distributor,.header .account-info .customer-distributor-info .profile-info .profile-customer{height:50px}
.header .account-info .customer-distributor-info .profile-info .profile-distributor .acc-img,.header .account-info .customer-distributor-info .profile-info .profile-customer .acc-img{height:100%;text-align:center}
.header .account-info .customer-distributor-info .profile-info .profile-distributor .acc-img .acc-level,.header .account-info .customer-distributor-info .profile-info .profile-customer .acc-img .acc-level{position:absolute;width:24px;height:24px;top:35px;left:40px}
.header .account-info .customer-distributor-info .profile-info .profile-distributor .acc-name,.header .account-info .customer-distributor-info .profile-info .profile-customer .acc-name{font-size:16px;font-weight:400;line-height:20px;color:#fff}
.header .account-info .customer-distributor-info .profile-info .profile-distributor .acc-name span,.header .account-info .customer-distributor-info .profile-info .profile-customer .acc-name span{font-size:13px;line-height:24px}
.header .account-info .customer-distributor-info .distributor-placeholder-links{display:table;width:100%;padding:0 24px 24px}
.header .account-info .customer-distributor-info .distributor-placeholder-links div{width:32.33%;float:left;margin-right:1.5%;border-radius:3px;background-color:#363636;text-align:center;display:table;height:32px}
.header .account-info .customer-distributor-info .distributor-placeholder-links div a{display:table-cell;vertical-align:middle;font-size:13px;font-weight:400;line-height:24px;color:#fff}
.header .account-info .customer-distributor-info .distributor-placeholder-links div:last-child{margin-right:0}
.header .account-info .customer-distributor-info .acc-tabs {margin:0 24px 40px;z-index:1;background-color:rgba(114,114,114,0.95);border-left:solid 1px #fff;border-bottom:solid 1px #fff}
.header .account-info .customer-distributor-info .acc-tabs:after {content:"";display:block;clear:both;}
.header .account-info .customer-distributor-info .acc-tabs a {font-size:13px; line-height:24px; font-weight:400;}
.header .account-info .customer-distributor-info .acc-tabs .acc-settings{display:table; width:100%; text-align:center; height:47px}
.header .account-info .customer-distributor-info .acc-tabs .acc-settings a{display:table-cell;vertical-align:middle;line-height:1.38;text-align:center;color:#fff}
.header .account-info .customer-distributor-info .acc-tabs .acc-links{float:left;width:33.3%;height:110px;border-top:1px solid #fff;border-right:1px solid #fff}
.header .account-info .customer-distributor-info .acc-tabs .acc-links:nth-child(3n+1) {/*border-right:0;*/}
.header .account-info .customer-distributor-info .acc-tabs .acc-links a{display:block;line-height:24px;color:#fff;position:relative;top:50%;transform:translateY(-50%);text-align:center;height:60px;}
.header .account-info .customer-distributor-info .acc-tabs .acc-links a .acc-link-img{width:32px;height:32px;margin:0 auto 4px;background-repeat:no-repeat;background-position:50%;background-size:contain}
.header .account-info .customer-distributor-info .acc-tabs .acc-links a .prospecting-link{background-image:url(../images/svg/prospecting.svg)}
.header .account-info .customer-distributor-info .acc-tabs .acc-links a .media-center-link{background-image:url(../images/svg/media-centre.svg)}
.header .account-info .customer-distributor-info .acc-tabs .acc-links a .my-store-link{background-image:url(../images/svg/my-store.svg)}
.header .account-info .customer-distributor-info .acc-tabs .acc-links a .my-office-link{background-image:url(../images/svg/my-office.svg)}
.header .account-info .customer-distributor-info .acc-tabs .acc-links a .training-link{background-image:url(../images/svg/training.svg)}
.header .account-info .customer-distributor-info .acc-tabs .acc-links a .orders-link{background-image:url(../images/svg/order.svg)}
.header .account-info .customer-distributor-info .acc-tabs .acc-links a .shipping-link{background-image:url(../images/svg/shipping.svg)}
.header .account-info .customer-distributor-info .acc-tabs .acc-links a .payment-link{background-image:url(../images/svg/payment.svg)}
.header .account-info .customer-distributor-info .acc-tabs .acc-links a .mbs-share-link{background-image:url(../images/icon/mbs-share.png)}
.header .account-info .customer-distributor-info .acc-tabs .acc-links a .underline-link{background-image:url(../images/svg/ico_64.svg)}
.header .account-info .customer-distributor-info .acc-tabs .acc-links a .nuSkin-link{background-image:url(../images/svg/ic-nuskin-fountain-mark.svg)}
.header .account-info .customer-distributor-info .acc-tabs .acc-links a img {width:32px;height:32px;margin-bottom:4px}
.header .account-info .customer-distributor-info .acc-tabs .acc-links-single-option{height:47px}
.header .account-info .distributor-links{overflow:auto;padding:0 24px;margin-top:-8px}
.header .account-info .distributor-links div{margin-bottom:20px;text-align:center}
.header .account-info .distributor-links div a{font-size:16px;font-weight:400;line-height:20px;color:#fff}
.header .account-info .acc-sign-out{width:100%;background-color:#363636;display:table;text-align:center;height:44px}
.header .account-info .acc-sign-out span{display:table-cell;vertical-align:middle;font-size:13px;font-weight:600;line-height:22px;text-align:center;color:#fff;cursor:pointer}

/* header modal */
.header .modal-dialog {color:#727272;width:100%;min-height:100%;margin:0 auto}
.header .modal-dialog .modal-content{width:100%;overflow-x:hidden;border-radius: 0}
.header .modal-dialog .side-menu{background-color: rgba(114,114,114,0.95);}
.header .modal-dialog .side-menu .modal-header{border:0;position:absolute;top:0;width:100%}
.header .modal-dialog .side-menu .side-menu-back{display:none;position:absolute;font-size:14px;font-weight:600;color:#fff;width:50px;}
.header .modal-dialog .side-menu .side-menu-back .back-icon{vertical-align:baseline;margin-right:8px}
.header .modal-dialog .side-menu .close{width:16px;height:16px;opacity:1;color:#fff;background:url(../images/svg/cancel@1.5x.svg) no-repeat;background-size:contain;background-position:50%;margin:0}
.header .modal-dialog .side-menu .side-menu-search {width:275px;margin:64px auto 0}
.header .modal-dialog .side-menu .side-menu-search .side-menu-search-form{margin:0}
.header .modal-dialog .side-menu .side-menu-search .side-menu-search-form .form-group{position:relative;margin-bottom:0}
.header .modal-dialog .side-menu .side-menu-search .side-menu-search-form .search-icon {position:absolute;left:0;top:0;width:24px;height:44px;margin-left:4px;background-image:url(../images/svg/search.svg);background-size:contain;background-repeat:no-repeat;background-position:50%;text-indent:-999px;overflow:hidden}
.header .modal-dialog .side-menu .side-menu-search .side-menu-search-form .searchInput{height:44px;padding:0 30px;background:transparent;border-width:0;border-bottom:1px solid #fff;color:#fff;text-align:center;font-size:14px;font-weight:600;border-radius:0}
.header .modal-dialog .side-menu .side-menu-search .side-menu-search-form .searchInput:focus{text-align:left}
.header .modal-dialog .side-menu .side-menu-search .side-menu-search-form .searchInput:focus + .clear-input {display:block}
.header .modal-dialog .side-menu .side-menu-search .side-menu-search-form .searchInput::-webkit-input-placeholder {color:#fff}
.header .modal-dialog .side-menu .side-menu-search .side-menu-search-form .side-menu-search-form .searchInput:-moz-placeholder {color:#fff}
.header .modal-dialog .side-menu .side-menu-search .side-menu-search-form .side-menu-search-form .searchInput::-moz-placeholder {color:#fff}
.header .modal-dialog .side-menu .side-menu-search .side-menu-search-form .side-menu-search-form .searchInput:-ms-input-placeholder {color:#fff}
.header .modal-dialog .side-menu .side-menu-search .side-menu-search-form .clear-input{display:none;height:12px;width:12px;right:5px;top:50%;margin-top:-6px;position:absolute;background:url(../images/svg/ic-close-small-white.svg) center no-repeat;z-index:100;text-indent:999px;overflow:hidden}
.header .modal-dialog .side-menu .side-menu-search .side-menu-search-form .search-mode {transition:opacity .5s;-webkit-transform:translateY(-100%);transform:translateY(-100%);opacity:0;height:0;overflow:hidden}
.header .modal-dialog .side-menu .side-menu-search .side-menu-search-form .search-mode.show-search-mode{-webkit-transform:translateY(0);transform:translateY(0);opacity:1;height:auto}
.header .modal-dialog .side-menu .side-menu-search .side-menu-search-form .search-mode .search-optional-fields {margin-top:2em}
.header .modal-dialog .side-menu .side-menu-search .side-menu-search-form .search-mode .search-optional-fields .input-box{border-bottom:1px solid #fff}
.header .modal-dialog .side-menu .side-menu-search .side-menu-search-form .search-mode .search-optional-fields .input-box.invalid{border:solid 1px #d0021b;border-left:solid 6px #d0021b;margin-bottom:.25rem}
.header .modal-dialog .side-menu .side-menu-search .side-menu-search-form .search-mode .search-optional-fields .searchInput{height:1.9em;text-align:left;opacity:.3;padding:0;border-bottom:0}
.header .modal-dialog .side-menu .side-menu-search .side-menu-search-form .search-mode .search-optional-fields .searchInput,.header .modal-dialog .side-menu .side-menu-search .side-menu-search-form .search-mode .search-optional-fields .to-text{font-size:1rem;font-weight:300;line-height:1.38;color:#fff}
.header .modal-dialog .side-menu .side-menu-search .side-menu-search-form .search-mode .search-optional-fields .to-text{text-align:center;padding-top:.25em}
.header .modal-dialog .side-menu .side-menu-search .side-menu-search-form .search-mode .search-history .margin-search{font-size:.875rem;font-weight:600;line-height:1.23;letter-spacing:.5px;color:#fff;margin-top:3em}
.header .modal-dialog .side-menu .side-menu-search .side-menu-search-form .search-mode .search-history .searched-items{margin:.5em 0}
.header .modal-dialog .side-menu .side-menu-search .side-menu-search-form .search-mode .search-history .searched-items a{font-size:1rem;font-weight:300;line-height:1.5;color:#fff}
.header .modal-dialog .side-menu .side-menu-content.hide-content{-webkit-transform:translateY(100%);transform:translateY(100%);opacity:0}
.header .modal-dialog .side-menu .side-menu-content {width:200%;margin:0 auto;overflow:hidden;transition:transform .5s,opacity .5s;opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}
.header .modal-dialog .side-menu .side-menu-content .content-page1,.header .modal-dialog .side-menu .side-menu-content .content-page2{width:50%;float:left}
.header .modal-dialog .side-menu .side-menu-content .content-page1{padding-top:8em;transition:transform .5s,opacity .5s;-webkit-transform:translateX(0);transform:translateX(0);opacity:1}
.header .modal-dialog .side-menu .side-menu-content .content-page1 .side-menu-category{width:275px;margin:0 auto}
.header .modal-dialog .side-menu .side-menu-content .content-page1 .side-menu-category .list-item a{display:block;border:0;font-size:24px;text-align:center;color:#fff}
.header .modal-dialog .side-menu .side-menu-content .content-page1 .side-menu-category .seperator{width:45px;height:3px;opacity:.26;background-color:#fff;margin:28px auto}
.header .modal-dialog .side-menu .side-menu-content .content-page1.category-hidden{-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:0}
.header .modal-dialog .side-menu .side-menu-content .content-page2 {height:0;padding-top:3.15em;transition:transform .5s,opacity .5s;-webkit-transform:translateX(0);transform:translateX(0);opacity:0;overflow:hidden}
.header .modal-dialog .side-menu .side-menu-content .content-page2 .side-menu-subCategory{width:275px;margin:0 auto}
.header .modal-dialog .side-menu .side-menu-content .content-page2 .side-menu-subCategory .side-menu-subCategory-header{font-size:24px;font-weight:100;line-height:1.17;text-align:center;color:#fff}
.header .modal-dialog .side-menu .side-menu-content .content-page2 .side-menu-subCategory .seperator{width:45px;height:3px;opacity:.26;background-color:#fff;margin:16px auto 30px}
.header .modal-dialog .side-menu .side-menu-content .content-page2 .side-menu-subCategory .sub-category-deps {margin-bottom:40px}
.header .modal-dialog .side-menu .side-menu-content .content-page2 .side-menu-subCategory .sub-category-deps .list-header{opacity:.6;font-size:13px;font-weight:700;line-height:1.69;letter-spacing:.8px;color:#fff;border-bottom:solid 1px rgba(212,212,212,0.2);padding:10px 0}
.header .modal-dialog .side-menu .side-menu-content .content-page2 .side-menu-subCategory .sub-category-deps .list-item{border-bottom:solid 1px rgba(212,212,212,0.2);padding:10px 0}
.header .modal-dialog .side-menu .side-menu-content .content-page2 .side-menu-subCategory .sub-category-deps .list-item a{font-size:18px;font-weight:400;line-height:1.22;color:#fff;border:0}
.header .modal-dialog .side-menu .side-menu-content .content-page2 .side-menu-subCategory .sub-category-deps .list-item:last-child{border-bottom:0}
.header .modal-dialog .side-menu .side-menu-content .content-page2 .side-menu-subCategory .sub-category-deps:last-child{margin-bottom:80px}
.header .modal-dialog .side-menu .side-menu-content .content-page2.subCategory-shown{height:auto;-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:1}

.modal-content.header-search .modal-header {display: none}
.modal-content.header-search .search-content {padding:5px 80px 5px 5px;position:relative;}
.modal-content.header-search .search-btn {width:80px;position: absolute;right:0;top:0;line-height: 55px;text-align: center}
.modal-content.header-search .search-btn a {color:#332f21;}
.modal-content.header-search .center-menu-search {height:40px;}
.modal-content.header-search .form-group input[type="text"] {height: 45px;border: 1px solid #332f21;border-radius: 0;background: url(../images/icon/rew_btn_search.png) #fff no-repeat 10px center;text-indent: 18px;background-size: 12px 12px}
.modal-content.header-search .search-history {background-color: #fff;margin: 5px 0}
.modal-content.header-search .search-history li {line-height: 44px;border-top:1px solid #f6f7f7;padding-left:20px;}
.modal-content.header-search .search-history li a {color:#332f21;font-size: 15px;}

@media (max-width:767px){

header, .header-body, .header .nav-header-center-menu {height:65px;}
.header .nav-header-center-menu{width: 100%;height: 65px;padding-left: 80px;padding-right: 100px;float:inherit;}
.header .mMenu {width:35px}
.header h1.nav-header-logo {width:30px;}
.header h1.nav-header-logo .logo-mobile {position:relative;padding-top: 6px;}
.header .nav-header-center-menu .wMenu, .center-menu-search-form .search-icon {display: none}
.header .account {right:0;}
.header .account li.log a {text-align: right}
.header .nav-header-logo .logo-pc {display:none}
.header .header-center-menu,.header .dropdown-menu-modal {display:none}
.header .account-info{right:0;top:63px;width:100%;max-width:375px;}
}

@media screen and (min-width:768px) and (max-width:1023px){
header, .header-body, .header .nav-header-center-menu {height:65px;}
.header .nav-header-center-menu{width: 100%;height: 65px;padding-left: 180px;padding-right: 100px;float:inherit;}
.header .mMenu {width:35px}
.header h1.nav-header-logo {width:140px;}
.header h1.nav-header-logo .logo-mobile {position:relative;padding-top: 6px;}
.header h1.nav-header-logo .logo-mobile:after {position:absolute;content: "";width:97px;height:22px;display: block;left:40px;top:22px;background:url(../images/rew_logo_mb.png) no-repeat center center;}
.header .nav-header-center-menu .wMenu {display: none}
.header .account {right:0;}
.header .account li.log a {text-align: right}
.header .account-info {right:0;/*width:375px;*/ top:63px;}
.header .nav-header-logo .logo-pc {display:none}
.header .header-center-menu, .header .dropdown-menu-modal {display:none}
}

@media screen and (min-width:1024px) {
#headerSearch {display:show}
#bodyWrapper {position:relative; max-width:1440px; margin:0 auto;}
.header {height:100%;padding-right:200px}
.header.login-header {padding-right:0}
.header.login-header .nav-header-logo {width:100%}
.header.login-header h1.nav-header-logo a.logo-pc {text-align:center}
.header .mMenu {display:none}
.header .nav-header-center-menu {display:block;width:73%}
.header .account .acc-info-arrow {margin-left: 0}
.header .account {width:100px}
.header .account li {height:68px}
.header .account li a {padding:0 9px;height:100%;line-height:inherit;display:table}
.header .account li.log {width:50px}
.header .account li.cart {width:50px}
.header .account li a .txt {float:none;width:63px;display:table-cell;vertical-align:middle;}
.header .account li a .icon {float:none;display:table-cell;vertical-align:middle;height:100%}
.header .account li.log a .icon {width:37px}
.header .account li.cart a .icon {position:relative;width:32px;height:68px;background:url(../images/icon/n_cart.png) no-repeat center; background-size:100%}
/*.header .account li.cart a .icon .cart_val {position:absolute;font-size: 12px;text-align: center;left:0;top: 50%;margin-top:-6px;width:100%;}*/
.header .account-info {right: 5%;width: 24.125rem; top:70px;}
.header h1.nav-header-logo {width:19%}
.header h1.nav-header-logo a.logo-mobile {display:none}
.header h1.nav-header-logo a.logo-pc {margin-left:1.8em;display:table-cell}
.header .dropdown-menu-modal {opacity:1}
}


@media screen and (min-width:1024px) and (max-width:1439px){
.header .menu-promotion {display:none}
}

@media screen and (min-width:1440px){
.header .nav-header-center-menu {width:80%;}
.header .dropdown-menu-modal .sub-category-content {width:100%;}
.header .nav-header-center-menu .wMenu {width: 100%;padding-left: 0%;height: 50px;z-index: 2;margin-top:20px;}
.header .nav-header-center-menu .wMenu li {position:relative;display:table;text-align:center;height:100%;float:left;width:25%;}
.header .nav-header-center-menu .wMenu li a{display:table-cell;vertical-align:middle;font-size:16px;color:#333}
.header .nav-header-center-menu .wMenu li a.active{color:#332f21;border-top:3px solid #fff;border-bottom:3px solid #332f21}
.header .nav-header-center-menu .wMenu li a:hover{color:#332f21;border-top:3px solid #fff;border-bottom:3px solid #332f21}
}

.swiper-slide {text-align: center;background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
}

/*main contents*/
.main {overflow-x: hidden;background-color: #fff}
.main #bodyWrapper, .main .bodyWrapper {border: 0}
.ns-sf-banner {height: calc(100px + 32vw);min-height: 183px;max-height: 435px;display: flex;align-items: center;width: 100%;font-size: calc(4px + 1.1vw);text-align: left;flex-direction:row;}
.ns-sf-banner .right-column {-webkit-flex: 1 1;flex: 1 1;padding-right: 3vw;}
.ns-sf-banner .right-column h1, .ns-sf-banner .right-column p {font-family: 'Malgun Sam';}
.ns-sf-banner h1 {font-weight: 500;font-size: 1.8em;letter-spacing: -0.8px;line-height: 1.5em;text-transform: none;}
.ns-sf-banner .right-column p {font-weight: 300;font-size: 1rem;line-height: 1.375rem;margin-top: 0.75rem;}
.ns-sf-banner .left-column {-webkit-flex: 1 1;flex: 1 1;height: 100%;margin-right: 2em;}
@media (max-width: 600px){
	.ns-sf-banner {flex-direction: column; height: 400px;}
	.ns-sf-banner .left-column {width: 100%; height: 100%;}
	.ns-sf-banner .right-column {width: 100%; margin-top: 20px; text-align: center;}
	.ns-sf-banner h1 {font-size: 1.48rem; padding: 0 15px;}
	.ns-sf-banner p {display: block; font-size: 10px; padding: 0 15px;}
}
.slide_main_btnNext, .slide_main_btnPrev {position:absolute;top:50%;margin-top:-39px;z-index: 9}
.slide_main_btnNext {display: block;width:38px;height:74px;background:url(../images/icon/slide_main_btnNext.png) no-repeat 0 0;right:0;}
.slide_main_btnPrev {display: block;width:38px;height:74px;background:url(../images/icon/slide_main_btnPrev.png) no-repeat 0 0;left:0;}
@media (max-width: 1023px){.slide_main_btnNext, .slide_main_btnPrev {display: none}}
.swiper-pagination-bullet {width:16px;height:16px;background: #fff;opacity:1;border: 1px solid #363636;}
.swiper-pagination-bullet-active {background: #363636;border: 1px solid #363636;}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 8px;}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {position:absolute;bottom:5%;text-align: center;z-index: 99}
.store-info-wrapper {background-color: #f1f1f1;min-height: 50px;text-align: center;padding: 35px 0;}
.store-info h2 {font-weight: 100;font-size: 1.5rem;line-height: 1.75rem;color:#444;}
.full-width {width: 100vw;position: relative;left: 50%;right: 50%;margin-left: -50vw;margin-right: -50vw;}
.container_wrap {max-width: 64rem;padding-top: 0;padding-bottom: 0;padding-right: .9375rem;padding-left: .9375rem;margin-right: auto;margin-left: auto;text-align: center;}
@media (min-width: 1024px) {.container_wrap {max-width: 73.125rem;}}
@media (min-width: 768px) {.container_wrap {width: 93.75%;max-width: 60rem;}}

.store-info {max-width: 500px;margin: 0 auto;}
.store-info p {color:#464646;margin-top:0.75rem;font-size: 0.95rem;line-height: 1.6rem;word-break: break-all;}
/** Featured Products Styles **/
.featured-products-wrapper {width:100%;padding-left: 295px;position: relative;}
.featured-products-wrapper p {font-size: 1rem;line-height: 1.375rem;}
.featured-products-wrapper h4 {font-size: 1.125rem;line-height: 50px;font-weight: 600;text-transform: uppercase;}
.featured_product_wrapper {width:100%;}
.featured_product_wrapper:after{content: "";clear:both;display:block;height:0;visibility:hidden}
.featured-products-info {text-align: left;position:absolute;width:295px;left:0;top:0;}
.featured-products-info p {margin-bottom: 15px;max-width: 300px;color:#464646;}
.featured-products-info a {color: #000;text-decoration: none;background: linear-gradient(180deg, transparent 50%, #F1D6F1 50%);}
/*.featured-product {flex: 1;text-align: center;padding-left: 15px;}*/
.featured-product {float: left;width: 33.33%;display: block}
.featured-product .img_wrap {margin-bottom: 15px;max-width: 90%;position:relative;margin-left:5%;}
.featured-product .img_wrap:before {content: ""; display: block; padding-top: 100%;}
.featured-product img {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.product-name {margin-bottom: 3px;line-height: 18px;height:45px;overflow:hidden;padding:0 10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;}
.product-price {font-weight: 700;margin-bottom: 3px;}
.product-price em, .product-pv em {font-size:14px;color:#6c848c;display: inline-block;min-width:45%;text-align: right;padding-right: 2%;font-weight: normal;}
.product_value {display: inline-block;min-width:50%;text-align: left}
.product-price .product_value {color:#272525;font-weight: bold;font-size:18px;}
.product-pv .product_value {color:#464646}
.slide_product_btnNext, .slide_product_btnPrev {position:absolute;top:50%;margin-top:-17px;z-index: 99}
.slide_product_btnNext {display: block;width:18px;height:35px;background:url(../images/icon/slide_product_btnNext.png) no-repeat 0 0;right:-18px;}
.slide_product_btnPrev {display: block;width:18px;height:35px;background:url(../images/icon/slide_product_btnPrev.png) no-repeat 0 0;left:280px;}
@media (max-width: 767px) {
    .featured-products-wrapper {padding-left: 0}
    .featured-product {padding-left: 0;margin-top: 15px;}
    .featured-products-info {text-align: center;position: relative;width:100%;display: block}
    .featured-products-info p {max-width: 100%;}
    .slide_product_btnNext {right:0;}
    .slide_product_btnPrev {left:0;}
    .ns-sf-banner .right-column h1 {}
}
@media (min-width:768px) {
    .featured-products-wrapper{margin-top:50px;}
    .featured-products-wrapper h4 {padding-top:50px;}
}
@media (max-width:414px){
    .featured-product {/*width:100% !important;9/11*/width:60%;}
    /*.featured-product img {min-width: 300px;}*/
    .slide_product {overflow-x: auto;}
    .slide_product_btnNext, .slide_product_btnPrev {display: none}
    .ns-sf-banner .left-column {flex: 1 1;}
}

@media (max-width:767px){
    .swiper-pagination-bullet {width:10px;height:10px;}
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 5px;}
    .store-info p {padding: 0 20px;font-size:14px;line-height: 24px;}
    .featured-products-wrapper{margin-top:20px;}
}

@media screen and (min-width:768px) and (max-width:1023px){ /*여기부터 헤더 모바일*/
    .featured-products-wrapper {padding-left: 12rem;}
    .slide_product_btnPrev {left:12rem;}
    .featured-products-info {width:12rem;}
}

@media screen and (min-width:1024px) {
    .bodyWrapper, .header-body, .footer_wrap, .footer_bottom {position:relative; max-width:1440px; margin:0 auto;} /* bodyWrapper class는 메인만*/
    #bodyWrapper {position:relative; max-width:1440px; margin:0 auto;}
    .header.login-header {padding-top:10px;height:80px;background-color: #fff}
}

@media (max-width:1023px){
    .header.login-header {height:50px;padding-left:10px;background-color: #fff}
    .header.login-header h1.nav-header-logo .logo-mobile:after {position:absolute;content: "";width:97px;height:22px;display: block;left:40px;top:14px;background:url(../images/rew_logo_mb.png) no-repeat center center;}
}

/** Better Together Styles **/
.better-together-wrapper {border: 2px solid #d9d9d9;border-radius: 2px;margin: 100px auto 0 auto;padding: 15px;max-width: 80%;position: relative;}
.better-together-header {margin: -32px auto 15px;background: #fff;max-width: 55%;}
.better-together-subheader {max-width: 450px;padding: 0 15px;margin: 0 auto;}
.product-bundle {display: table;margin: 15px 0;width:100%;}
.bundle-item {display: table-cell;width:20%;}
.bundle-item .product-name {font-size: 1rem;line-height: 1.375rem;}
.bundle-item .product-img-wrapper{position: relative; min-height: 160px;}
.bundle-item .product-img{margin-top: 15px;max-width: 90%;max-height: 170px;}
.bundle-info{margin:50px 0 20px 0;}
.bundle-total {font-weight: 700;margin: 0 0 15px;}
.add-to-cart-btn {border-color: #000;background-color: #000;color: #fff;padding: 5px 20px;border-radius: 3px;}
.slide_bundle {width:100%;overflow-x: hidden}
.slide_bundle_btnNext, .slide_bundle_btnPrev {position:absolute;z-index: 9}
.slide_bundle_btnNext {display: block;background:url(../images/icon/slide_bundle_btnNext.png) #eee no-repeat center center;}
.slide_bundle_btnPrev {display: block;background:url(../images/icon/slide_bundle_btnPrev.png) #eee no-repeat center center;}
.better-together-subheader p {font-size:14px;line-height: 20px;}
.better-together-subheader p em {font-size:15px;color:#464646;font-weight:bold;}

@media(max-width: 768px) {.better-together-wrapper{max-width: 100%;margin-top:50px;}
                          .better-together-header h4 {font-size:21px;color:#373a3c;}
                          .bundle-info {margin:25px 0 15px 0;}
                          .total-items, .calculated-total {display: inline-block;font-size: 13px;}
                          .total-items em {font-size: 16px;font-weight: bold}
                          .total-items {padding-right:8px;position:relative;}
                          .calculated-total {padding-left:8px;}
                          .total-items:after {content: "";display: block;width:1px;height:15px;background-color: #ddd;right:-1px;top:3px;position:absolute;}
                          .add-to-cart-btn {line-height: 25px;min-width:195px;font-size:14px;}
}
@media(min-width:768px) {.slide_bundle_btnNext, .slide_bundle_btnPrev {width:60px;height:50px;top:10px;}
                         .slide_bundle_btnNext {right:10px;}
                         .slide_bundle_btnPrev {right:72px;}
                         .better-together-header h4 {font-size:24px;}
                         .total-items, .calculated-total {display: inline-block;font-size: 14px;}
                         .total-items em {font-size: 18px;font-weight: bold}
                         .total-items {padding-right:10px;position:relative;}
                         .calculated-total {padding-left:10px;}
                         .total-items:after {content: "";display: block;width:1px;height:17px;background-color: #ddd;right:-1px;top:5px;position:absolute;}
                         .add-to-cart-btn {line-height: 30px;min-width:165px;font-size:16px;}
                         .product-img-wrapper {margin-bottom:15px;}
}
@media(max-width: 767px) {.break-tag {display: none;}
                          .featured-products-info {flex: 1 1 100%;text-align: center;}
                          .featured-products-info p {max-width: 100%;}
                          .featured-product {padding-left: 0;margin-top: 15px;}
                          .store-info p {padding: 0 20px;}
                          .better-together-header {max-width: 80%;}
                          .product-bundle {display: block}
                          .product-bundle:after {content: "";visibility: hidden;display: block;height: 0;clear: both;}
                          .bundle-item {width:33%;display: block;float:left;}
                          .slide_bundle_btnNext, .slide_bundle_btnPrev {top:50%;margin-top:-25px;width:1rem;height:50px;}
                          .slide_bundle_btnNext {right:-1.1rem;}
                          .slide_bundle_btnPrev {left:-1.1rem;}
}
@media(max-width: 414px) {.bundle-item {width:50%;display: block;float:left;}
                          /*.featured-product {flex: 1 1 100%;}*/
}
@media(max-width: 320px) {.bundle-info{border-width: 2px 0;border-color: #d9d9d9;border-style: solid;padding: 15px 0;margin-bottom: 0;}
                          .better-together-wrapper{max-width: none;width: 100vw;position: relative;left: 50%;right: 50%;margin-left: -50vw;margin-right: -50vw;margin-bottom: 15px;border-width: 2px 0 0;}
}

footer {background: #444;color: white;font-size: 1rem;padding: 30px 10px 30px 40px;text-align: left;position: relative;}
footer .footer_wrap > h2 {color: white;font-size: 1.2em;font-weight: bold;text-transform: uppercase;}
footer .avatar-tag {background: #888;border-radius: 100%;display: block;flex: 0 0 80px;height: 80px;margin: 0 1em 1em 0;width: 80px;}
footer .avatar-tag img {display:inline-block;width:80px;height:80px;border-radius: 100%;}
.contact-info-tag {display: flex;align-items: flex-start;}
.info-wrapper-tag > h2 {color: white;font-size: 1.4em;line-height: 1em;margin: 0 0 0.5em;width: 100%;font-weight: normal;}
footer .info-wrapper-tag {display: flex;flex-wrap: wrap;}
footer .contact-tag {display: inline-block;padding-right: 25px;margin-bottom: 10px;}
footer .contact-tag div {word-break: break-all;color:#fff;}
footer .soc-media-tag {display: inline-block;min-width: 166px;max-width: 350px;}
footer[slot] .soc-media-tag a {background: no-repeat 0 50%;color: white;display: inline-block;font-weight: 100;min-width: 165px;padding: 0 0 0 25px;}
footer .soc-media-tag a.fb {background-image: url('../images/icon/fb.png');}
footer .soc-media-tag a.tw {background-image: url('../images/icon/tw.png');}
footer .soc-media-tag a.pin {background-image: url('../images/icon/pin.png');}
footer .soc-media-tag a.inst {background-image: url('../images/icon/inst.png');}
footer .soc-media-tag a.yt {background-image: url('../images/icon/yt.png');}
footer .footer_logo {color:#fff;position:absolute;right:0;bottom:0;}
footer .footer_logo h2 {font-weight:normal;position: relative;margin-top:8px;}
.footer_bottom_wrap {width:100%;background-color: #fff}
.footer_bottom li {float:left;}
.footer_bottom li select {display: inline-block;position:relative;color:#444;padding:0 10px;}
.footer_bottom li a {display: inline-block;position:relative;color:#444;padding:0 10px;}
.footer_bottom li a:after {content: "";display: block;width:1px;height:15px;background-color: #ddd;right:-1px;top:5px;position:absolute;}
.footer_bottom li:last-child a:after {width:0;background-color:transparent; }

@media (max-width: 600px) {
                          footer .soc-media-tag a {margin-bottom: 10px;}
}
@media (max-width: 375px) {
	footer .avatar-tag {flex-basis: 60px;height: 60px;margin: 0 1em 1em 0;width: 60px;}
	footer .avatar-tag img {width:60px;height:60px;}
}
@media(min-width:768px) {
                          .main footer {margin-top: 65px;}
                          .contact-info-tag {margin-top:20px;}
                          .contact-tag, .soc-media-tag {line-height: 25px;}
                          .info-wrapper-tag {padding-right: 150px}
                          footer .footer_logo {display:block;padding:0 25px 24px 0;}
                          footer .footer_logo h2:before {content: "";display: block;width:36px;height:35px;position:absolute;left:-45px;top:-2px;background-image: url('../images/icon/logo.png');background-size: 100%}
                          .footer_bottom {padding:45px 10px}
                          .footer_bottom li a {line-height: 25px;font-size: 14px;}

}
@media(max-width: 767px) {
                          .main footer {margin-top: 35px;}
                          .contact-info-tag {margin-top:12px;}
                          footer {padding-bottom:100px;}
                          footer .footer_logo {display:block;padding:30px 25px 24px 0;}
                          footer .footer_logo span {font-size: 13px;display: inline-block;width:88px;text-align: right;}
                          footer .footer_logo h2 {font-size: 20px;}
                          footer .footer_logo h2:before {content: "";display: block;width:23px;height:22px;position:absolute;left:-33px;top:2px;background-image: url('../images/icon/logo.png');background-size: 100%}
                          .footer_bottom {padding:20px;}
                          .footer_bottom li a {line-height: 25px;font-size: 14px;}
}
@media(min-width:1024px) {footer .footer_logo {padding:0 25px 0 0;}}

.rew18_noTxt {color:transparent;font-size: 0;line-height: 0;text-indent: -99999px;}
.rew18_clear:after{content: "";visibility: hidden;display: block;height: 0;clear: both;}
.rew18_clear{line-height: 35px;}
.back-to-top-circle {
    position: absolute;
    right: 6.1rem;
}
.back-to-top-icon.back-to-top-is-visible {
    visibility: visible;
    opacity: 1;
    transition: opacity .3s 0,visibility 0 0;
}
.back-to-top-icon {
    background: url(../images/icon/go_top.png) no-repeat center;
    width: 72px;
    height: 72px;
    bottom: 1.4375rem;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    transition: opacity .3s 0,visibility 0 .3s;
    cursor: pointer;
    z-index: 1052;
}
.back-to-top-icon.stick-to-footer {
    position: absolute;
    bottom: 1rem;
    z-index: 1001;
}
@media (min-width:768px){
.footer_wrap .back-to-top-icon.stick-to-footer {bottom: -0.7rem;}
}
@media (max-width:767px){
    .back-to-top-circle {right: 4rem;}
    .back-to-top-icon {width: 50px;height: 50px;background-size: 100%;}
    .back-to-top-icon.stick-to-footer {bottom: -1.6rem;}
}