
    .full-pos, .product-list li.active: before, .product-list li>a:focus:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.best-seller .desc, .break-word, .detail-concept h2, .detail-content h2, .detail-content h3, .detail-content p {
    word-break: keep-all;
    word-wrap: break-word;
}
.sort-area.skin-45 {
    margin-top: -8px;
    padding-bottom: .8em;
}
.product-list-container {
    margin-top: 0;
}
.product-list-container .selectbox {
    width: 200px;
    margin-left: 1em;
}
.product-list-container .selectbox:first-child {
    float: left;
    margin-left: 0;
}
.product-list {
    zoom: 1;
    position: relative;
    margin: 0 -8px 0;
}
.product-list:before {
    content: '';
    display: block;
}
.product-list:after {
    content: '';
    display: table;
    clear: both;
}
.product-list li {
    float: left;
    width: 25%;
    text-align: center;
    text-transform: none;
    -webkit-backface-visibility: hidden;
    background-color: #fff;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    z-index: 1;
}
.product-list a {
    display: block;
    text-decoration: none;
    padding: 8px;
}
.no-touch .product-list li.blur {
    opacity: .5;
    z-index: -1;
    filter: blur(.5px);
    -webkit-filter: blur(.5px);
    -moz-filter: blur(.5px);
    -o-filter: blur(.5px);
    -ms-filter: blur(.5px);
}
.product-list li.active, .product-list li>a:focus {
    position: relative;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .8);
    box-shadow: 0 0 10px rgba(0, 0, 0, .8);
    opacity: 1;
    z-index: 101;
}
.product-list li.active:before, .product-list li>a:focus:before {
    content: '';
    z-index: 2;
    border: 1px solid #333;
}
.product-list li.active a, .product-list li>a:focus a {
    position: relative;
    z-index: 3;
}
.product-list .thumb {
    display: block;
    position: relative;
    padding-bottom: 100%;
    margin-bottom: 8px;
}
.product-list .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.product-list .cont {
    display: block;
    height: 7em;
}
.product-name {
    display: block;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-wrap: normal;
    font: normal 1.6em/1.4 Buri, serif;
    color: #333;
}
.product-effect {
    display: block;
    font-size: 1.2em;
}
.product-txt {
    display: block;
    font-size: 1.4em;
}
@media only all and (max-width:1023px) {
    .product-list-container .sort-area {
    text-align: center;
}
.product-list-container .selectbox {
    width: 31%}
.product-list-container .selectbox:last-child {
    float: right;
}
.product-list li {
    width: 33.33333333%}
}@media only all and (max-width:599px) {
    .product-list-container .selectbox {
    width: auto;
    margin-left: 0;
}
.product-list-container .selectbox:first-child, .product-list-container .selectbox:last-child {
    float: none;
}
.product-list li {
    width: 50%;
    text-align: left;
}
}@media only all and (max-width:384px) {
    .product-list-container .selectbox: first-child {
    float: none;
}
.product-list {
    margin-left: -5px;
    margin-right: -5px;
}
.product-list a {
    padding: 5px;
}
.product-list .cont {
    height: 6.5em;
}
.product-name {
    font-size: 1.4em;
}
}@media only all and (min-width:1440px) {
    .product-list-container .selectbox {
    min-width: 200px;
}
}:root .product-list-container-list li.blur {
    filter: none;
}
.detail-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 50%;
    bottom: 0;
    font-size: .9em;
}
.detail-info-container {
    zoom: 1;
    position: relative;
    height: 0;
    padding-bottom: 50%;
    font-size: 1em;
    background: #444 url(../image/detail_bg.jpg);
}
.detail-info-container:before {
    content: '';
    display: block;
}
.detail-info-container:after {
    content: '';
    display: table;
    clear: both;
}
.detail-info-slider {
    -webkit-transition: all .5s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .5s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .5s cubic-bezier(.445, .05, .55, .95);
    transition: all .5s cubic-bezier(.445, .05, .55, .95);
}
.detail-info-label {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}
.detail-info-label .icon-label {
    width: 75px;
    height: 110px;
    background-image: url(../image/icons_label.png);
    background-repeat: no-repeat;
}
.detail-info-label .icon-label-best {
    background-position: 0 0;
}
.detail-info-thumb {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    z-index: 2;
}
.detail-info-thumb .bx-pager {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.detail-info-thumb .bx-pager-item {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    font-size: 0;
    text-align: center;
}
.detail-info-thumb .bx-pager-item:first-child {
    margin-left: -12px;
}
.detail-info-thumb .bx-pager-link {
    overflow: hidden;
    display: inline-block;
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    text-indent: 20px;
    -webkit-transition: width .2s;
    -moz-transition: width .2s;
    -o-transition: width .2s;
    transition: width .2s;
}
.detail-info-thumb .bx-pager-link.active {
    width: 25px;
}
.detail-info-thumb .bx-controls-direction {
    position: absolute;
    top: 50%;
    width: 100%}
.detail-info-thumb .bx-controls-direction a {
    position: absolute;
    top: 0;
    display: block;
    font-family: fontello;
    font-size: 0;
    text-decoration: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.detail-info-thumb .bx-controls .bx-prev {
    left: 0;
}
.detail-info-thumb .bx-controls .bx-prev:after {
    content: '\e80a';
    font-size: 50px;
}
.detail-info-thumb .bx-controls .bx-next {
    right: 0;
}
.detail-info-thumb .bx-controls .bx-next:after {
    content: '\e80b';
    font-size: 50px;
}
.detail-info-pd {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding: 9% 8% 2.1em;
}
.detail-info .h {
    margin-bottom: 2em;
    color: #fff;
    font: normal 1em/1.25 Buri, serif;
}
.detail-info .h-ko {
    display: block;
    font-weight: 400;
    font-size: 3.2em;
    margin-bottom: .25em;
}
.detail-info .h-en {
    display: block;
    line-height: 1.2;
    color: #999;
    font-size: 2.4em;
}
.detail-info .store-container {
    clear: both;
    position: relative;
    z-index: 10;
    text-align: left;
}
.detail-info .store-link {
    position: relative;
    display: block;
    padding: 1em 0;
    border-top: 1px solid #666;
    border-bottom: 2px solid #666;
    color: #fff;
    font-size: 1.8em;
}
.detail-info .store-link .f-icon {
    position: absolute;
    top: 50%;
    right: 3px;
    margin-top: -16px;
    font-size: 21px;
}
.detail-info .store-link .icon-arr-up-big {
    display: none;
}
.detail-info .store-link.toggle-on .icon-arr-down-big {
    display: none;
}
.detail-info .store-link.toggle-on .icon-arr-up-big {
    display: block;
}
.detail-info .store-link:focus, .detail-info .store-link:hover {
    text-decoration: none;
}
.detail-info .store-guide {
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    border: 1px solid #191919;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .6);
    box-shadow: 0 0 3px rgba(0, 0, 0, .6);
}
.detail-info .store-guide-close {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: .5em 0;
    background: #000;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}
.detail-info .store-ap {
    background: url(../image/bg_line45.jpg) center center no-repeat;
    font-size: 1.6em;
    font-weight: 700;
}
.detail-info .store-ap-link {
    display: inline-block;
    width: 45%;
    padding: 1.6em 0;
    background-color: #fff;
    color: #333;
    line-height: 1.2;
    text-align: center;
}
.detail-info .store-ap-link:focus, .detail-info .store-ap-link:hover {
    text-decoration: none;
}
.detail-info .store-ap-link:first-child {
    border-left: 0;
}
.detail-info .store-online {
    zoom: 1;
    padding: 1em;
    border-top: 1px solid #ccc;
    background: #eee;
    font-size: 12px;
}
.detail-info .store-online:before {
    content: '';
    display: block;
}
.detail-info .store-online:after {
    content: '';
    display: table;
    clear: both;
}
.detail-info .store-online-item {
    float: left;
    width: 20%;
    margin: .4em 2.5% .4em;
    vertical-align: middle;
}
.detail-info .store-online-item:first-child {
    width: 45%}
.detail-info .store-online-link {
    display: block;
    padding: .3em 0 .3em;
    border: 1px solid #ccc;
    background: #fff;
    color: #767676;
    line-height: 1.3;
}
.detail-info .store-online-link:focus, .detail-info .store-online-link:hover {
    border-color: #333;
    color: #000;
    text-decoration: none;
}
.detail-colors .color-chip-list {
    zoom: 1;
    padding: 14px 0;
    border-bottom: 1px solid #666;
}
.detail-colors .color-chip-list:before {
    content: '';
    display: block;
}
.detail-colors .color-chip-list:after {
    content: '';
    display: table;
    clear: both;
}
.detail-colors .color-chip {
    position: relative;
    float: left;
    width: 10%;
    margin-right: 8px;
    font-size: 12px;
    border: 1px solid transparent;
    border-radius: 1px;
    z-index: 10;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.detail-colors .color-chip.is-current {
    border-color: #fff;
}
.detail-colors .color-chip:hover {
    border-color: #fff;
}
.detail-colors .color-chip:hover .color-name {
    display: block;
}
.detail-colors .color-chip:focus .color-name {
    display: block;
}
.detail-colors .color-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    border: 1px solid #191919;
}
.detail-colors .color-name {
    display: none;
    position: absolute;
    left: 50%;
    top: -36px;
    background: #fff;
    text-align: center;
    white-space: nowrap;
    width: 125px;
    margin-left: -55px;
    padding: 5px 0;
    border: 1px solid #191919;
    -webkit-animation: colorCode .2s linear forwards;
    animation: colorCode .2s linear forwards;
}
@keyframes colorCode {
    from {
    opacity: 0;
}
to {
    opacity: 1;
}
}.detail-colors .color-name:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -5px;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    width: 0;
    height: 0;
}
.detail-phrase {
    margin-top: 0;
    color: #eee;
    font-size: 1.64em;
    font-family: Buri, serif;
}
.detail-bottom {
    position: absolute;
    width: 84%;
    bottom: 20px;
    left: 8%;
    right: 8%;
    text-align: right;
}
.detail-sharing {
    position: absolute;
    right: 0;
    bottom: 85px;
}
.detail-sharing-link {
    display: inline-block;
    width: 1em;
    height: 1em;
    padding: 0 3px;
    margin-left: 5px;
    font-size: 2.4em;
    line-height: 1.2;
    text-align: center;
}
.detail-sharing-link:focus, .detail-sharing-link:hover {
    color: #fff;
    text-decoration: none;
}
.detail-sharing-link .icon-twitter {
    font-size: .9em;
}
.detail-sharing .sharing-mo {
    display: none;
}
.detail-points {
    padding: 1px 0;
    font-size: 1.4em;
    text-align: left;
}
.detail-points-section {
    padding: 1em 0 1.5em 0;
    width: 80%}
.detail-points>li {
    display: inline-block;
    margin: .5em .3em 0 0;
    padding: .34em 1.2em;
    background-color: #555;
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid #666;
    color: #aaa;
    line-height: 1.2;
    vertical-align: middle;
}
.detail-points .vol {
    background: 0 0;
}
.detail-concept {
    margin-top: 5em;
    font-size: 1.8em;
}
.detail-concept h2 {
    margin-bottom: 1em;
    color: #191919;
    font-size: 1.67em;
    font-weight: 400;
    font-family: Buri, serif;
    line-height: 1.3;
    text-align: center;
}
.detail-concept h2.type_02 {
    text-align: left;
    padding: 0 8.5%}
.detail-concept h2>span {
    white-space: nowrap;
}
.detail-concept-visual {
    margin-bottom: 2.2em;
}
.detail-concept-visual.visual-center {
    text-align: center;
}
.detail-content {
    position: relative;
    padding: 0 8.5%;
    font-size: 18px;
}
.detail-content h2, .detail-content h3 {
    margin-bottom: .4em;
    color: #555;
    font-size: 1em;
    color: #333;
}
.detail-content p {
    margin-top: 0;
    margin-bottom: 1.8em;
    color: #555;
}
.detail-content p.style1 {
    font-family: Buri, serif;
    font-size: 22px;
    text-align: center;
}
@media only all and (max-width:599px) {
    .detail-content p.style1 {
    font-size: 16px;
    text-align: left;
}
}.detail-content ul {
    margin-top: 0;
    margin-bottom: 1.8em;
    color: #999;
}
.detail-content ul li {
    position: relative;
    padding-left: 13px;
}
.detail-content ul li:before {
    content: '-';
    position: absolute;
    left: 0;
    margin-top: -3px;
}
.detail-content p+ul {
    margin-top: -1.4em;
}
.detail-content .use-list li {
    zoom: 1;
    padding-left: 230px;
    margin-left: 0;
    margin-bottom: 1.8em;
}
.detail-content .use-list li:before {
    content: '';
    display: block;
}
.detail-content .use-list li:after {
    content: '';
    display: table;
    clear: both;
}
.detail-content .use-list li:before {
    display: none;
}
.detail-content .use-list li>img {
    float: left;
    margin-left: -230px;
    width: 210px;
}
.detail-content .use-list li>h4 {
    color: #333;
    margin-bottom: .8em;
}
.detail-content .use-list li>p {
    margin-bottom: .8em;
}
.detail-content .color-list {
    zoom: 1;
    border: 1px solid #eee;
    padding: 1em;
    margin-bottom: 1.8em;
}
.detail-content .color-list:before {
    content: '';
    display: block;
}
.detail-content .color-list:after {
    content: '';
    display: table;
    clear: both;
}
.detail-content .color-list li {
    float: left;
    width: 50%;
    padding-left: 0;
    margin: 0;
}
.detail-content .color-list li:before {
    display: none;
}
.detail-content .color-list li p {
    display: inline-block;
    font-size: .9em;
    margin: 0;
}
.detail-content .color-item {
    display: inline-block;
    width: 200px;
    height: 100px;
    vertical-align: bottom;
    margin-right: .5em;
}
.detail-content .color-item span {
    display: inline-block;
    width: 50%;
    height: 100%;
    vertical-align: top;
}
.detail-section {
    margin-top: 5em;
    font-size: 1.8em;
}
.detail-section-header {
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
    font-family: Buri, serif;
    text-align: center;
}
.detail-section-header .h {
    padding-bottom: .5em;
    color: #191919;
    font-weight: 400;
    font-size: 1.15em;
}
.detail-video {
    margin-top: 6em;
    font-size: 1.5em;
}
.detail-video .video-link {
    display: block;
    position: relative;
}
.detail-video .flexible-obj {
    background: #000;
}
.detail-video .f-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -48px 0 0 -32px;
    color: #fff;
    font-size: 64px;
    line-height: 1;
}
.detail-video .video-iframe {
    border: 0;
}
.detail-video .video-player-desc {
    display: none;
    overflow-y: scroll;
    max-height: 135px;
    padding: 2.72727273% 2.72727273%;
    color: #aaa;
    text-align: left;
}
.detail-video .video-player-desc p {
    margin-top: 0;
    margin-bottom: 1em;
}
.detail-video .video-player+.video-player-desc {
    display: block;
}
@media only all and (min-width:768px) and (max-width:1023px) {
    .detail-info {
    font-size: .68em;
}
.detail-info .h {
    margin-bottom: 2em;
}
.detail-phrase, .detail-summary {
    font-size: 2em;
}
}@media only all and (max-width:1023px) {
    .detail-info .store-link {
    padding: 7px 0;
}
.detail-info .store-link .f-icon {
    margin-top: -12px;
    font-size: 16px;
}
.detail-info .store-online {
    padding: .5em;
}
.detail-info .store-online-item {
    width: 22%;
    margin: .3em 1.5% .3em;
}
.detail-info .store-online-item:first-child {
    width: 47%}
.detail-colors .color-chip-list {
    padding: 10px 0;
}
.detail-colors .color-chip {
    width: 10%;
    margin-right: 7px;
}
.detail-sharing {
    bottom: 45px;
}
.detail-points-section {
    padding: 8px 0;
}
.detail-points>li {
    padding: .3em .8em;
}
.detail-concept {
    margin-top: 3.5em;
    font-size: 1.4em;
}
.detail-concept-visual {
    overflow: hidden;
    position: relative;
    margin-bottom: 2.2em;
}
.detail-concept-visual.visual-left {
    height: 0;
    padding-bottom: 25%}
.detail-concept .visual-left .detail-concept-img, .detail-concept .visual-right .detail-concept-img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    height: 100%}
.detail-concept .visual-center .detail-concept-img {
    max-width: none;
    width: 120%;
    margin-left: -10%}
.detail-content {
    font-size: 15px;
}
.detail-content .use-list li {
    padding-left: 180px;
}
.detail-content .use-list li>img {
    margin-left: -180px;
    width: 160px;
}
.detail-content .use-list li>h4 {
    margin-bottom: .5em;
}
.detail-content .use-list li>p {
    margin-bottom: .5em;
}
.detail-content .color-item {
    width: 150px;
    height: 75px;
}
.detail-video {
    font-size: 1.4em;
}
.detail-video .f-icon {
    margin: -20px 0 0 -15px;
    font-size: 30px;
}
.detail-video .video-player-desc {
    display: block;
    overflow-y: initial;
    max-height: initial;
}
}@media only all and (max-width:767px) {
    .detail-info {
    font-size: .8em;
}
.detail-info-pd {
    padding: 18.75px 15px;
}
.detail-info .h {
    margin-bottom: 1.4em;
    font-size: .76em;
}
.detail-info .store-link {
    padding: 1em 0;
}
.detail-info .store-online {
    padding: 1em;
}
.detail-info .store-online-item {
    width: 30%;
    margin: .3em 1.53% .3em;
}
.detail-info .store-online-item:first-child {
    width: 63.06%}
.detail-info .store-online-link {
    padding: .6em 0;
}
.detail-colors .color-chip-list {
    padding: 7px 0;
}
.detail-phrase {
    font-size: 1.6em;
}
.detail-sharing {
    bottom: 65px;
}
.detail-bottom {
    left: 15px;
    right: 15px;
    bottom: 15px;
    width: auto;
}
.detail-video {
    font-size: 1.3em;
}
.detail-video .video-player-desc {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.detail-video .video-player-desc br {
    display: none;
}
.detail-video .video-player-desc+.video-link {
    margin-top: 4em;
}
}@media only all and (max-width:599px) {
    .detail-info {
    position: relative;
    height: auto;
    padding-bottom: 0;
}
.detail-info.has-colorchip {
    padding-top: 50px;
}
.detail-info-container {
    height: auto;
    padding-bottom: 0;
}
.detail-info-thumb {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
}
.detail-info-img {
    width: 100%}
.detail-info .h {
    font-size: .8em;
}
.detail-info .h-en {
    font-size: 2.6em;
    letter-spacing: 0;
}
.detail-phrase {
    display: block;
    margin-bottom: 2em;
    font-size: 2em;
}
.detail-summary {
    font-size: 2em;
}
.detail-bottom {
    position: static;
    width: auto;
    font-size: 1em;
    bottom: 7.5%}
.detail-colors {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #666;
}
.detail-colors .color-chip-list {
    padding: 12px 15px;
    border-bottom: 0;
}
.detail-concept {
    margin-top: 10%}
.detail-concept h2 {
    padding-right: 10%;
    font-size: 1.6em;
    text-align: left;
}
.detail-concept h2 br {
    display: block;
}
.detail-concept-visual.visual-left, .detail-concept-visual.visual-right {
    padding-bottom: 30%}
.detail-content {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
}
.detail-content .use-list li {
    padding-left: 130px;
}
.detail-content .use-list li>img {
    margin-left: -130px;
    width: 110px;
}
.detail-content .color-item {
    width: 100px;
    height: 50px;
}
.detail-section {
    margin-top: 10%}
.detail-section-header {
    margin-bottom: 5%}
.detail-section-header .h {
    font-size: 1.1em;
}
.detail-sharing {
    right: 20px;
    bottom: 80px;
}
.detail-video {
    margin-top: 3.2em;
}
}@media only all and (max-width:384px) {
    .detail-info {
    font-size: .75em;
}
.detail-info-pd {
    padding: 15px;
}
.detail-info .h-en {
    font-size: 2.4em;
}
.detail-phrase, .detail-summary {
    font-size: 4vw;
}
.detail-bottom {
    left: 4%;
    right: 4%}
.detail-colors .color-chip {
    margin-right: 8px;
}
.detail-concept .h {
    font-size: 1.25em;
}
.detail-concept-visual.visual-left, .detail-concept-visual.visual-right {
    padding-bottom: 36%}
.detail-content .use-list li {
    padding-left: 0;
}
.detail-content .use-list li>img {
    float: none;
    width: auto;
    margin-left: 0;
    margin-bottom: .5em;
}
.detail-content .color-list li p {
    display: block;
    margin-top: .5em;
}
}@media only all and (min-width:1280px) {
    .detail-info {
    font-size: 1em;
}
.detail-info .h {
    margin-bottom: 3em;
}
.detail-info .h-ko {
    font-size: 3.4em;
}
.detail-info .h-en {
    font-size: 2.6em;
}
.detail-phrase {
    font-size: 1.8em;
}
}.relation-list-container {
    position: relative;
    background: url(../image/btn-stop-mo.jpg) center bottom no-repeat;
}
.relation-list-container .bx-next, .relation-list-container .bx-prev {
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 60px;
    margin-top: -30px;
    text-indent: 100px;
    -webkit-transition: background-color .1s ease-out;
    -moz-transition: background-color .1s ease-out;
    -o-transition: background-color .1s ease-out;
    transition: background-color .1s ease-out;
}
.relation-list-container .bx-next.disabled, .relation-list-container .bx-prev.disabled {
    display: none;
}
.relation-list-container .bx-next:before, .relation-list-container .bx-prev:before {
    position: absolute;
    top: 0;
    left: 0;
    color: #d5d5d5;
    font-size: 36px;
    font-family: fontello;
    line-height: 1.7;
    text-indent: 0;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
}
.relation-list-container .bx-next:focus, .relation-list-container .bx-next:hover, .relation-list-container .bx-prev:focus, .relation-list-container .bx-prev:hover {
    background: rgba(0, 0, 0, .7);
    text-decoration: none;
}
.relation-list-container .bx-next:focus:before, .relation-list-container .bx-next:hover:before, .relation-list-container .bx-prev:focus:before, .relation-list-container .bx-prev:hover:before {
    color: #fff;
}
.relation-list-container .bx-prev {
    left: 0;
}
.relation-list-container .bx-prev:before {
    content: '\e80a'}
.relation-list-container .bx-next {
    right: 0;
}
.relation-list-container .bx-next:before {
    content: '\e80b'}
.relation-list {
    font-size: 14px;
    text-align: center;
}
.relation-item {
    display: inline-block;
    font-family: Buri, serif;
    text-align: center;
}
.relation-item .name {
    font-weight: 400;
}
.relation-link {
    display: block;
}
.relation-link:focus, .relation-link:hover {
    text-decoration: none;
}
.relation-img, .relation-thumb {
    display: block;
}
.ritual-section {
    padding-left: 0;
    padding-right: 0;
}
.ritual-box-fake {
    height: 0;
    padding-bottom: 43.6%}
.ritual-box {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 43.6%;
    background: #000;
}
.ritual-box .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%}
.ritual-box .veil {
    position: absolute;
    width: 50%;
    top: 0;
    right: 0;
}
.ritual-box .f-icon {
    position: absolute;
    top: 50%;
    left: 25%;
    margin: -32px 0 0 -32px;
    color: #fff;
    font-size: 64px;
    line-height: 1;
}
.ritual-box .video-iframe {
    border: 0;
}
.ritual-desc {
    white-space: nowrap;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    color: rgba(255, 255, 255, .9);
    font-size: .95em;
    text-align: center;
}
.ritual-desc-cell {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}
.ritual-desc:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.ritual-desc h3 {
    color: #fff;
    font-size: 1.2em;
    font-family: Buri, serif;
    font-weight: 400;
}
.ritual-desc h3 br {
    display: none;
}
.ritual-desc .hr {
    height: 50px;
    margin-top: 10px;
    background: url(../image/ritual_hr.png) center 30% no-repeat;
}
.ritual-desc p {
    margin: 0;
    color: #fff;
    color: rgba(255, 255, 255, .7);
    font-size: .86em;
}
.ritual-subtitle {
    padding: 1.5em 1em 1em 2em;
    background-color: #f5f5f5;
    font-size: .9em;
}
.ritual-subtitle p {
    margin: 0 0 1em;
}
.ritual-subtitle-box {
    overflow-y: auto;
    max-height: 7.8em;
}
.ritual-subtitle.is-hidden {
    display: none;
}
@media only all and (max-width:767px) {
    .ritual-box .f-icon {
    margin: -24px 0 0 -24px;
    font-size: 48px;
}
.ritual-desc h3 br {
    display: block;
}
.ritual-desc .hr, .ritual-desc p {
    display: none;
}
}@media only all and (max-width:599px) {
    .ritual-desc {
    font-size: .8em;
}
}@media only all and (max-width:384px) {
    .ritual-box .f-icon {
    margin: -16px 0 0 -16px;
    font-size: 32px;
}
.ritual-desc {
    font-size: .64em;
    font-size: 3vw;
}
}.best-seller {
    position: relative;
    z-index: 10;
    margin: 8.18181818% 3.63636364% 8.18181818% 7.27272727%;
    font-size: .9em;
}
.best-seller-item {
    overflow: hidden;
    position: relative;
    display: block;
    float: left;
    vertical-align: top;
    width: 50%}
.best-seller-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
    z-index: 101;
}
.best-seller-item .cover {
    content: '';
    position: absolute;
    top: 100%;
    left: 100%;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    z-index: 1;
}
.best-seller-item:focus .btn, .best-seller-item:hover .btn {
    background-color: #333;
    color: #fff;
}
.best-seller-box {
    overflow: hidden;
    position: relative;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.best-seller-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    background: #ddd;
    z-index: 101;
}
.best-seller .h {
    color: #191919;
    font-weight: 400;
    font-size: 2.6em;
    font-family: Buri, serif;
}
.best-seller .h-sub {
    color: #333;
    font-size: 1.8em;
    font-family: Buri, serif;
}
.best-seller .cont {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%}
.best-seller .desc {
    width: 60%;
    margin-top: 1em;
    margin-bottom: 0;
    font-size: 1.5em;
    letter-spacing: -.099em;
}
.best-seller .desc>span {
    white-space: nowrap;
}
.best-seller .goods {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 300px;
}
.best-seller .goods-desc {
    display: table-cell;
    vertical-align: bottom;
}
.best-seller .goods-thumb {
    display: table-cell;
    position: relative;
    width: 39.3%;
    vertical-align: bottom;
}
.best-seller .goods-thumb img {
    position: absolute;
    bottom: -20px;
    right: 0;
}
.best-seller .goods ul {
    color: #333;
    font-size: 1.6em;
    font-family: Buri, serif;
}
.best-seller .goods ul li {
    position: relative;
    padding-left: 10px;
}
.best-seller .goods ul li>span {
    white-space: nowrap;
}
.best-seller .goods ul li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 3px;
    height: 3px;
    background: #767676;
}
.best-seller .func {
    margin-top: 12px;
    font-size: 1.5em;
    text-align: left;
}
.best-seller .btn {
    padding-left: 2.7em;
    padding-right: 2.7em;
    background-color: transparent;
}
.best-seller p.btn {
    margin: 0;
}
.best-seller .btn:focus, .best-seller .btn:hover {
    background-color: #333;
    color: #fff;
}
@media only all and (max-width:1023px) {
    .best-seller {
    margin: 20px 20px 40px 25px;
    font-size: 1em;
}
.best-seller .cont {
    width: auto;
}
.best-seller .h {
    font-size: 2.2em;
}
.best-seller .h-sub {
    font-size: 1.6em;
}
.best-seller .desc {
    width: auto;
    font-size: 1.5em;
}
.best-seller .goods ul {
    font-size: 1.5em;
}
.best-seller .goods ul br {
    display: none;
}
}@media only all and (max-width:767px) {
    .best-seller {
    margin: 20px 15px 20px 15px;
    font-size: .96em;
}
.best-seller .desc {
    font-size: 1.4em;
}
.best-seller .goods {
    height: 270px;
}
.best-seller .goods-thumb {
    width: 37%}
.best-seller .goods-thumb img {
    bottom: -10px;
}
.best-seller .goods ul {
    font-size: 1.4em;
}
}@media only all and (max-width:599px) {
    .best-seller {
    margin: 20px 0 20px 15px;
    font-size: 1em;
}
.best-seller-item {
    float: none;
    width: 100%}
.best-seller-item:last-child:after {
    display: none;
}
.best-seller-box {
    border: 0 none;
}
.best-seller-box:before {
    display: none;
}
.best-seller .cont {
    position: static;
}
.best-seller .desc {
    width: auto;
    padding-right: 20px;
}
.best-seller .goods {
    zoom: 1;
    position: static;
    display: block;
    height: auto;
}
.best-seller .goods:before {
    content: '';
    display: block;
}
.best-seller .goods:after {
    content: '';
    display: table;
    clear: both;
}
.best-seller .goods-desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 65%}
.best-seller .goods-thumb {
    display: block;
    float: right;
    width: 35%;
    padding-right: 20px;
}
.best-seller .goods-thumb img {
    position: relative;
}
}@media only all and (max-width:384px) {
    .best-seller .desc {
    font-size: 1.4em;
}
.best-seller .goods-desc {
    width: 60%}
.best-seller .goods-thumb {
    width: 40%;
    padding-right: 10px;
}
}@media only all and (min-width:1280px) {
    .best-seller {
    font-size: 1em;
}
}.best-new-box {
    overflow: hidden;
    position: relative;
    margin: 52px 0;
}
.best-new-item {
    overflow: hidden;
    position: relative;
    display: block;
    vertical-align: top;
}
.best-new {
    width: 100%;
    max-width: 856px;
    margin: 0 auto;
    z-index: 10;
    font-size: .9em;
}
.best-new .best-new-list .item-inner {
    display: table;
    position: relative;
    table-layout: fixed;
    height: 100%}
.best-new .best-new-list .item-inner>div {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}
.best-new .pdt-thumb {
    padding-right: 8px;
}
.best-new .pdt-thumb img {
    width: 100%}
.best-new .pdt-cont {
    padding-left: 7.01%;
    padding-top: 3.04%}
.best-new .pdt-info {
    font-family: Buri, serif;
}
.best-new .sec-tit {
    line-height: 20px;
    font-family: Buri, serif;
    color: #c18652;
    font-size: 20px;
    font-weight: 400;
}
.best-new .pdt-caption {
    margin-top: 25px;
}
.best-new .pdt-title {
    display: block;
    margin-bottom: 17px;
    line-height: 44px;
    font-weight: 400;
}
.best-new .name {
    display: block;
    font-size: 36px;
    font-weight: 400;
    color: #191919;
}
.best-new .pdt-desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 30px;
    font-size: 18px;
    color: #555;
}
.best-new .btn-detail {
    display: inline-block;
    width: 133px;
    height: 40px;
    margin-top: 42px;
    line-height: 38px;
    font-family: NotoSans;
    font-size: 15px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #333;
    color: #333;
    font-weight: 700;
}
.best-new .btn-detail:focus, .best-new .btn-detail:hover {
    text-decoration: none;
}
.best-new .slick-slider {
    position: static;
}
.best-new .slick-prev {
    display: block;
    overflow: hidden;
    top: 57%;
    left: 20px;
    width: 50px;
    height: 86px;
    margin-top: -30px;
    text-indent: -999px;
    -webkit-transition: background-color .1s ease-out;
    -moz-transition: background-color .1s ease-out;
    -o-transition: background-color .1s ease-out;
    transition: background-color .1s ease-out;
    z-index: 1;
}
.best-new .slick-prev:before {
    content: '\e80a';
    position: absolute;
    top: 0;
    left: 0;
    color: #666;
    font-size: 52px;
    font-family: fontello;
    line-height: 1.7;
    text-indent: 0;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
}
.best-new .slick-next {
    display: block;
    overflow: hidden;
    top: 57%;
    right: 20px;
    width: 50px;
    height: 86px;
    margin-top: -30px;
    text-indent: -999px;
    -webkit-transition: background-color .1s ease-out;
    -moz-transition: background-color .1s ease-out;
    -o-transition: background-color .1s ease-out;
    transition: background-color .1s ease-out;
    z-index: 1;
}
.best-new .slick-next:before {
    content: '\e80b';
    position: absolute;
    top: 0;
    right: 0;
    color: #666;
    font-size: 52px;
    font-family: fontello;
    line-height: 1.7;
    text-indent: 0;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
}
.best-new .slick-next:hover, .best-new .slick-prev:hover {
    background: rgba(0, 0, 0, .7);
    text-decoration: none;
}
.best-new .slick-disabled {
    display: none!important;
}
@media only all and (min-width:1280px) {
    .best-new {
    font-size: 1em;
}
}@media only all and (max-width:1023px) {
    .best-new .sec-tit {
    line-height: 18px;
    font-size: 18px;
}
.best-new .pdt-title {
    line-height: 40px;
}
.best-new .name {
    font-size: 34px;
}
.best-new .slick-prev {
    left: 0;
}
.best-new .slick-next {
    right: 0;
}
}@media only all and (max-width:767px) {
    .best-new .sec-tit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 16px;
    font-size: 16px;
    text-align: center;
}
.best-new .pdt-caption {
    position: absolute;
    bottom: 12%;
    left: 0;
    width: 100%;
    text-align: center;
}
.best-new .pdt-cont {
    padding-left: 0;
    padding-top: 0;
}
.best-new .pdt-title {
    margin-bottom: 15px;
}
.best-new .pdt-thumb {
    padding-right: 0;
}
.best-new .name {
    font-size: 34px;
}
.best-new .pdt-desc {
    display: none;
    font-size: 16px;
    line-height: 24px;
}
.best-new .btn-detail {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-top: 0;
    margin-left: -65.5px;
}
.best-new .best-new-list .item-inner {
    margin: 0 auto;
}
.best-new .best-new-list .item-inner>div {
    display: block;
    width: 75%;
    margin: 21px auto 22%}
.best-new .best-new-list .item-inner>div.cont {
    margin: -10px auto 0;
}
}@media only all and (max-width:599px) {
    .best-new-box {
    margin: 1em 0;
}
.best-new .pdt-caption {
    margin-top: 5px;
}
.best-new .pdt-title {
    display: block;
    margin-bottom: .5em;
    line-height: 3em;
}
.best-new .name {
    font-size: 2.5em;
}
.best-new .pdt-desc {
    font-size: 1.4em;
    line-height: 1.8em;
}
.best-new .pdt-desc br {
    display: none;
}
.best-new .btn-detail {
    width: 151px;
    height: 34px;
    margin-left: -75.5px;
    line-height: 32px;
    font-size: 14px;
}
.best-new .best-new-list .item-inner>div {
    width: 70%}
.best-new .slick-prev {
    width: 40px;
    height: 60px;
}
.best-new .slick-prev:before {
    color: #d5d5d5;
    font-size: 36px;
}
.best-new .slick-next {
    width: 40px;
    height: 60px;
}
.best-new .slick-next:before {
    left: 0;
    color: #d5d5d5;
    font-size: 36px;
}
}@media(max-width:375px) {
    .best-new .best-new-list {
    text-align: center;
}
.best-new .slick-slide {
    width: 290px;
    opacity: .4;
}
.best-new .slick-slide.slick-current {
    opacity: 1;
}
.best-new .slick-list {
    text-align: left;
}
.best-new .slick-dots {
    position: relative;
    display: inline-block;
    width: inherit;
    margin: 2em 0;
}
.best-new .slick-dots:after {
    display: block;
    content: "";
    clear: both;
}
.best-new .slick-dots>li {
    float: left;
    margin: 0 2px;
    background: 0;
}
.best-new .slick-dots button {
    overflow: hidden;
    width: 5px;
    height: 5px;
    text-indent: -999px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: url(../image/bg_btn_rolling.png) no-repeat 0 0;
    background-size: contain;
}
.best-new .slick-dots .slick-active button {
    width: 12px;
    height: 5px;
    background: url(../image/bg_btn_rolling_on.png) no-repeat 0 0;
    background-size: contain;
}
}.newissue {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 1.81818182% 0;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.newissue:focus, .newissue:hover {
    text-decoration: none;
}
.newissue-section {
    overflow: hidden;
}
.newissue-section:first-child .newissue {
    padding-top: 0;
}
.newissue-item {
    outline: 0 none;
}
.newissue-item:focus .newissue, .newissue-item:hover .newissue {
    border-color: #333;
}
.newissue-item:focus .icon-more:after, .newissue-item:focus .icon-more:before, .newissue-item:hover .icon-more:after, .newissue-item:hover .icon-more:before {
    background: #333;
}
.newissue-item:focus .newissue {
    border-bottom: 2px solid #333;
}
.newissue-item:focus .icon-more:after {
    width: 2px;
}
.newissue-item:focus .icon-more:before {
    height: 2px;
}
.newissue-thumb {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}
.newissue-desc {
    display: table-cell;
    width: 50%;
    padding: 1em 5.18181818% 0;
    font-size: 2em;
    vertical-align: top;
}
.newissue-detail {
    position: relative;
}
.newissue-detail-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 200%;
    height: 100%;
    margin: auto;
}
.newissue-detail-bg img {
    position: absolute;
    top: 0;
    left: -50%;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: initial;
}
.newissue-detail .l-wrap {
    z-index: 10;
}
.newissue-video {
    margin-top: 4.54545455%}
.newissue-cont {
    position: relative;
    width: 100%;
    height: 797px;
}
.newissue-cont:after {
    display: inline-block;
    content: '';
    height: 100%;
    vertical-align: middle;
}
.no-media .newissue-cont {
    height: 680px;
}
.newissue-cont .btn-close {
    position: absolute;
    top: 20px;
    right: 30px;
    margin: auto;
    padding: 0;
    z-index: 99;
}
.newissue-cont .btn-close .icon-close {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.newissue-cont .btn-close:focus .icon-close:before, .newissue-cont .btn-close:hover .icon-close:before {
    top: -1px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.newissue-cont .btn-close:focus .icon-close:after, .newissue-cont .btn-close:hover .icon-close:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.alt .newissue-cont .icon-close:after, .alt .newissue-cont .icon-close:before {
    background: #333;
}
.newissue-cell {
    display: inline-block;
    position: relative;
    left: 50%;
    width: 50%;
    font-size: 2.6em;
    vertical-align: middle;
}
.no-media .newissue-cell {
    margin-top: 3em;
    vertical-align: top;
}
.newissue-cell .h {
    color: #fff;
    font-weight: 400;
    font-size: 1em;
    font-family: Buri, serif;
}
.newissue-cell .h span {
    display: block;
    margin-top: 1.4em;
    font-size: .77em;
}
.alt .newissue-cell .h {
    color: #000;
}
.newissue-cell .h3 {
    margin-top: 1.2em;
    color: #333;
    font-weight: 700;
    font-size: .7em;
}
.newissue-cell .h3+.p {
    margin-top: .5em;
}
.newissue-cell .p {
    margin-top: 2em;
    color: #999;
    font-size: .57em;
}
.alt .newissue-cell .p {
    color: #555;
}
.newissue-cell .video-iframe {
    border: 0 none;
}
.newissue-cell .func {
    font-size: 15px;
    margin-top: 2.5em;
    text-align: left;
}
.newissue-cell .func .btn {
    padding: .6em 2.6em;
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}
.newissue-cell .func .btn:focus, .newissue-cell .func .btn:hover {
    color: #333;
    background-color: #fff;
}
.alt .newissue-cell .func .btn:focus, .alt .newissue-cell .func .btn:hover {
    color: #fff;
    background-color: #333;
}
.alt .newissue-cell .func .btn {
    color: #000;
    border-color: #000;
}
.newissue-list {
    margin-top: 15px;
    color: #555;
    font-size: .57em;
}
.newissue-list li {
    margin-top: 1.5em;
}
.newissue-list.hydro-aid-list li {
    position: relative;
    padding-left: 95px;
}
.newissue-list.hydro-aid-list li .icon-hydro-aid {
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 66px;
    height: 66px;
    margin: auto;
    background-image: url(../image/btn-stop-mo.png);
    background-repeat: no-repeat;
}
.newissue-list.hydro-aid-list li:first-child {
    margin-top: 0;
}
.newissue-list.hydro-aid-list li:first-child .icon-hydro-aid {
    background-position: 0 0;
}
.newissue-list.hydro-aid-list li:first-child+li .icon-hydro-aid {
    background-position: 0 -97px;
}
.newissue-list.hydro-aid-list li:first-child+li+li .icon-hydro-aid {
    background-position: 0 -193px;
}
.newissue-list strong {
    display: block;
    margin-bottom: .5em;
    color: #333;
    font-weight: 400;
}
.newissue-list .strong {
    margin-bottom: .2em;
    color: #a77264;
    font-weight: 700;
    font-size: 1.2em;
}
.newissue .sort {
    display: inline-block;
    width: 45px;
    padding: 1px 2px;
    margin-bottom: 2em;
    border: 1px solid #767676;
    color: #555;
    font-size: 11px;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 0;
}
.newissue .sort-new {
    background: #767676;
    color: #fff;
}
.newissue .sort-issue {
    width: 75px;
}
.newissue .h {
    color: #191919;
    font-weight: 400;
    font-size: 1.5em;
    font-family: Buri, serif;
}
.newissue .h-sub {
    display: block;
    color: #333;
    font-weight: 400;
    font-family: Buri, serif;
}
.newissue .p {
    font-size: .75em;
}
.newissue .more {
    position: absolute;
    bottom: 7.27272727%;
    right: 30px;
    width: 50px;
    height: 50px;
    color: #191919;
    font-size: 1.3em;
}
@media only all and (max-width:1023px) {
    .newissue {
    display: block;
    padding: 0;
    border: 0 none;
}
.newissue-section {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0 none;
}
.newissue-thumb {
    display: block;
    width: 100%}
.newissue-thumb img {
    width: 100%}
.newissue-desc {
    display: block;
    width: auto;
    padding: 1em 4.6875% 5em;
}
.on .newissue-desc {
    padding-bottom: 2em;
}
.newissue-cont {
    height: auto;
}
.no-media .newissue-cont {
    height: auto;
}
.newissue-cont .btn-close {
    top: -5em;
    right: 0;
}
.newissue-cont .icon-close {
    width: 30px;
    height: 30px;
}
.newissue-detail {
    padding: 7em 0 2em;
    margin-bottom: 0;
    background-image: none;
    border-bottom: 0 none;
}
.newissue-detail-bg {
    display: none;
}
.newissue-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
}
.newissue-video img {
    width: 100%;
    max-width: initial;
}
.newissue-cell {
    left: 0;
    width: auto;
    padding-top: 56.17%;
    padding-left: 0;
}
.newissue-cell .h {
    margin-top: .8em;
}
.newissue-cell .p {
    margin: 1em 0 1.5em;
}
.newissue-cell .func {
    margin-top: 0;
}
.no-media .newissue-cell {
    padding-top: 0;
    margin-top: 0;
}
.no-media .newissue-cell .h {
    margin-top: 0;
}
.newissue-list {
    margin-bottom: 1.5em;
}
.newissue-list.hydro-aid-list li {
    min-height: 73.5px;
}
.newissue-list br {
    display: none;
}
.newissue .sort {
    margin-bottom: .7em;
}
.newissue .more {
    right: 4.6875%;
    bottom: 1.5em;
    width: 25px;
    height: 25px;
}
.newissue .p {
    display: none;
}
}@media only all and (max-width:599px) {
    .newissue-desc {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.6em;
}
.newissue-desc .h {
    font-size: 1.375em;
}
.newissue-cell {
    font-size: 1.6em;
}
.newissue-cell .h {
    font-size: 1.375em;
}
.newissue-cell .p {
    font-size: .875em;
}
.newissue-list {
    font-size: .875em;
}
.newissue-list.hydro-aid-list li {
    padding-left: 80px;
}
.newissue .more {
    right: 15px;
    bottom: 1.5em;
}
}.product-map {
    position: relative;
    padding-top: 300px;
}
.product-map.is-done {
    padding-top: 260px;
}
.product-map .ing-loading {
    z-index: 2;
}
.product-map .ing-loading:after {
    background-position: center center;
}
@media only all and (max-width:599px) {
    .product-map {
    padding-top: 240px;
}
.product-map.is-done {
    padding-top: 200px;
}
.product-map .ing-loading {
    z-index: 2;
}
.product-map .ing-loading:after {
    background-position: center 0;
}
}.ordering-top {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 300px;
}
.ordering-top.is-fixed {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 160px;
    background-position: center 70%;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .25);
}
.no-boxshadow .ordering-top.is-fixed {
    border-bottom: 1px solid #999;
}
.ordering-top.is-fixed .ordering-header {
    height: 100px;
}
.ordering-top.is-fixed .ordering-header .h {
    float: left;
    margin-right: 1em;
}
.ordering-top.is-fixed .ordering-guide {
    text-align: left;
}
.ordering-top.is-fixed .func {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -1.3em;
}
.ordering-top.is-fixed+.ordering-body-wa .ordering-btn-wa {
    position: fixed;
    top: -10px;
    width: 86%;
    padding: 0 7%;
    z-index: 100;
}
@media only all and (max-width:1023px) {
    .ordering-top.is-fixed+.ordering-body-wa .ordering-btn-wa {
    top: -20px;
    width: 94%;
    padding: 0 3%}
}.ordering-top.is-fixed+.ordering-body-wa .ordering-btn-wa .func {
    text-align: right;
}
@media only all and (max-width:384px) {
    .ordering-top.is-fixed+.ordering-body-wa .ordering-btn-wa {
    top: 3px;
}
}.is-done .ordering-top {
    height: 260px;
}
.ordering-done {
    display: none;
}
.ordering-header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
    height: 240px;
    margin-bottom: 2em;
    background: #999 url(../image/productmap_bg.jpg) no-repeat center 40%;
    color: #fff;
    font-size: 1.4em;
    text-align: center;
}
.ordering-header-pd {
    height: 100%;
    white-space: nowrap;
}
.ordering-header-pd-cell {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}
.ordering-header-pd-cell-wa .btn-ghost {
    border-color: transparent;
}
.ordering-header-pd-cell-wa .btn-ghost:focus, .ordering-header-pd-cell-wa .btn-ghost:hover {
    background-color: transparent;
}
.ordering-header-pd:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.ordering-header-pd-cell {
    position: relative;
    width: 100%}
.ordering-header .h {
    color: #fff;
    font: normal 2.86em/1.3 Buri, serif;
    letter-spacing: -.06em;
}
.ordering-header .p {
    margin-top: 0;
    line-height: 1.7;
    letter-spacing: -.03em;
}
.ordering-header .func {
    margin-top: 1.3em;
}
.ordering-tab {
    max-width: 380px;
    margin: 0 auto;
    font-size: 1.8em;
    font-family: Buri, serif;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
}
.ordering-tab li {
    width: 45%;
    margin: 0 1.6%;
    display: inline-block;
}
.ordering-tab a {
    display: block;
    padding: .2em 1em;
    border-bottom: 2px solid #999;
    color: #999;
}
.ordering-tab a:focus, .ordering-tab a:hover {
    text-decoration: none;
    color: #555;
    border-bottom-color: #555;
}
.ordering-tab .is-current a {
    border-bottom: 2px solid #333;
    color: #333;
    background: url(../image/bul-icon.png) no-repeat 14% center;
}
.ordering-body {
    min-width: 1100px;
    min-height: 200px;
    margin-top: 2em;
}
.ordering-body-wa {
    position: relative;
}
.ordering-body-wa .ordering-btn-wa {
    position: absolute;
    top: -186px;
    left: 0;
    width: 100%;
    z-index: 2;
}
.ordering-body-wa button.btn {
    font-size: 1.4em;
}
@media only all and (max-width:767px) {
    .ordering-body-wa button.btn {
    font-size: 1.2em;
}
}@media only all and (max-width:599px) {
    .ordering-body-wa .ordering-btn-wa {
    top: -165px;
}
}@media only all and (max-width:390px) {
    .ordering-body-wa .ordering-btn-wa {
    top: -144.6px;
}
}.ordering-body-wa #ordering-done-wa {
    position: absolute;
    top: -147px;
    left: 0;
    width: 100%;
    z-index: 2;
}
@media only all and (max-width:599px) {
    .ordering-body-wa #ordering-done-wa {
    top: -111px;
}
}@media only all and (max-width:390px) {
    .ordering-body-wa #ordering-done-wa {
    top: -90.6px;
}
}.ordering-list {
    zoom: 1;
    margin: -6px;
}
.ordering-list:before {
    content: '';
    display: block;
}
.ordering-list:after {
    content: '';
    display: table;
    clear: both;
}
.ordering-list-wrap {
    display: none;
}
.ordering-item {
    float: left;
    width: 33.33333333%;
    vertical-align: top;
    font-size: 12px;
    line-height: 1.3;
}
.ordering-item-pd {
    position: relative;
    overflow: hidden;
    margin: 6px;
}
.ordering-item-pd:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 42%;
    height: 100%;
    background-color: #333;
    opacity: 0;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}
.is-ready .ordering-item {
    cursor: pointer;
}
.ordering-item.is-selected .ordering-thumb:before {
    content: 'selected'}
.opacity .ordering-item.is-selected .ordering-item-pd:after {
    opacity: .5;
}
.opacity .ordering-item.is-selected .ordering-thumb:after, .opacity .ordering-item.is-selected .ordering-thumb:before {
    opacity: 1;
}
.no-opacity .ordering-item.is-selected .ordering-item-pd {
    outline: 1px solid #000;
}
.no-opacity .ordering-item.is-selected .ordering-thumb:before {
    visibility: visible;
}
.no-opacity .ordering-item.is-selected .ordering-thumb:after {
    visibility: visible;
}
.ordering-n {
    overflow: hidden;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 2;
    width: 36px;
    height: 36px;
    background: #786457 url(../image/productmap_n_bg.jpg);
    color: #fff;
    font-family: Buri, serif;
    font-size: 1.5em;
    line-height: 36px;
    vertical-align: middle;
    font-weight: 400;
    text-align: center;
}
.ordering-thumb {
    position: relative;
    float: left;
    width: 42%;
    color: #fff;
    text-align: center;
}
.ordering-thumb:after, .ordering-thumb:before {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
    opacity: 0;
}
.ordering-thumb:before {
    content: 'select';
    top: 0;
    padding-top: 60%;
    letter-spacing: .02em;
    text-transform: uppercase;
    vertical-align: middle;
}
.ordering-thumb:after {
    top: 30%;
    font-size: 28px;
    font-family: fontello;
    content: '\e818'}
.is-disabled .ordering-thumb:after, .is-disabled .ordering-thumb:before {
    display: none;
}
.no-opacity .ordering-thumb:after, .no-opacity .ordering-thumb:before {
    visibility: hidden;
}
.no-opacity .ordering-thumb:after {
    top: 0;
}
.ordering-img {
    display: block;
}
.ordering-cont {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    border: 1px solid #d5d5d5;
    width: 100%;
    height: 100%;
    padding-left: 42%;
    white-space: nowrap;
    -webkit-transition: border .3s;
    -moz-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
}
.ordering-cont-cell {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}
.ordering-cont:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.ordering-cont-cell {
    position: relative;
    width: 82%;
    padding-left: 8.5%;
    height: 66%}
.ordering-category {
    color: #767676;
}
.ordering-check {
    position: absolute;
    visibility: hidden;
}
.ordering-label {
    overflow: hidden;
    display: block;
    margin-top: 3.5%;
    margin-left: -.1em;
    color: #555;
    font-family: Buri, serif;
    font-size: 1.27em;
}
.ordering-keywords {
    position: absolute;
    top: 100%;
    margin-top: -1.2em;
    display: block;
    color: #767676;
}
.no-touch .ordering-item.is-ready:hover .ordering-item-pd, .ordering-item:focus .ordering-item-pd {
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, .25);
    box-shadow: 0 0 7px rgba(0, 0, 0, .25);
}
.no-touch .ordering-item.is-ready:hover .ordering-cont, .ordering-item:focus .ordering-cont {
    border-color: #555;
}
@media only all and (max-width:1023px) {
    .ordering-top {
    height: 285px;
}
.ordering-top.is-fixed {
    height: 120px;
    background-position: center 70%}
.ordering-top.is-fixed .ordering-header {
    height: 75px;
}
.ordering-top.is-fixed .ordering-header .h {
    margin-top: .25em;
}
.ordering-top.is-fixed .ordering-guide .p {
    visibility: hidden;
    height: 3em;
}
.ordering-top.is-fixed .func {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -1.2em;
}
.ordering-header {
    margin-bottom: 17px;
    font-size: 1.3em;
}
.ordering-header .h {
    font-size: 2em;
}
.ordering-body {
    margin-top: 0;
}
.ordering-tab {
    max-width: 320px;
    font-size: 1.6em;
}
.ordering-item {
    font-size: 11px;
}
}@media only all and (max-width:767px) {
    .ordering-list {
    margin: -8px;
}
.ordering-item {
    width: 50%;
    font-size: 12px;
}
.ordering-item-pd {
    margin: 8px;
}
}@media only all and (max-width:599px) {
    .ordering-top {
    height: 240px;
}
.ordering-top.is-fixed {
    height: 120px;
}
.is-done .ordering-top {
    height: 180px;
}
.ordering-header {
    height: 180px;
    margin-bottom: 20px;
    background-size: auto 100%;
    font-size: 1.25em;
}
.ordering-header .h {
    font-size: 1.67em;
}
.is-fixed .ordering-header {
    background-size: auto 300%;
    background-position: center 80%}
.ordering-header .br {
    display: block;
}
.ordering-tab {
    margin-bottom: 12px;
    font-size: 1.4em;
}
.ordering-tab li {
    width: 40%}
.ordering-list {
    margin: 0;
}
.ordering-item {
    float: none;
    width: auto;
}
.ordering-item-pd {
    margin: 0 0 10px;
}
.ordering-item-pd:after {
    width: 120px;
}
.ordering-thumb {
    width: 120px;
}
.ordering-cont {
    padding-left: 120px;
}
.ordering-cont-cell {
    height: 84px;
}
}@media only all and (max-width:384px) {
    .ordering-tab {
    max-width: none;
    margin-left: 15px;
    margin-right: 15px;
    overflow: hidden;
}
.ordering-tab li {
    float: left;
    width: 50%;
    margin: 0;
}
.ordering-tab li:first-child a {
    margin-left: 0;
    margin-right: 5px;
}
.ordering-tab a {
    margin-left: 5px;
}
.ordering-item {
    font-size: 11px;
}
.ordering-item-pd {
    margin-bottom: 8px;
}
.ordering-cont-cell {
    width: 78%;
    padding-left: 12%}
.ordering-keywords {
    margin-top: -1.6em;
}
}@media only all and (min-width:1280px) {
    .ordering-list {
    margin: -8px;
}
.ordering-item {
    font-size: 13px;
}
.ordering-item-pd {
    margin: 8px;
}
.ordering-cont-cell {
    height: 8em;
}
.ordering-label {
    margin-bottom: 10%}
}.detail-info .h-ko em, .detail-info .h-ko em.fss {
    display: inline-block;
    margin-top: 4px;
    margin-left: 5px;
    padding: 1px 10px;
    background: #fff;
    color: #333;
    font-size: 11px;
    line-height: 1.6;
    font-weight: 700;
    text-align: center;
    vertical-align: top;
    letter-spacing: 0;
    font-family: NotoSans, 'Malgun Gothic', '맑은 고딕', 'Nanum Gothic', '나눔 고딕', '돋움', dotum, sans-serif;
}
.detail-info .h-ko em.fss {
    background: #f1dfd3;
    color: #333;
}
.product-list .product-name em, .product-list .product-name i {
    display: inline-block;
    width: 45px;
    margin-right: 5px;
    padding: 1px 0;
    background: #916e5a;
    color: #fff;
    font-size: 11px;
    line-height: 1.6;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0;
    font-family: NotoSans, 'Malgun Gothic', '맑은 고딕', 'Nanum Gothic', '나눔 고딕', '돋움', dotum, sans-serif;
}
.product-list .product-name i {
    width: 102px;
    background: #bb817f;
}
.product-list .product-name i b {
    padding-left: 5px;
}
.product-list .product-name p {
    display: inline;
}
.product-list .product-name p em, .product-list .product-name p i {
    width: 68px;
    background: #ccc;
}
.product-list .product-name p i {
    width: 110px;
    background: #d5b2a0;
}
@media only all and (max-width:599px) {
    .detail-info .h-ko em, .detail-info .h-ko em.fss {
    margin-top: 2px;
    padding: 1px 8px;
    font-size: 10px;
    line-height: 1.4;
}
.product-list .product-name em, .product-list .product-name i {
    margin-left: 0;
    margin-bottom: 5px;
    line-height: 1.4;
}
}.new_text_add li span {
    display: block;
    padding: 2.4em 0;
    border-top: 1px solid #ccc;
    background: #eee;
    color: #333;
    font-size: 1.35em;
    font-family: NotoSans, 'Malgun Gothic', '맑은 고딕', 'Nanum Gothic', '나눔 고딕', '돋움', dotum, sans-serif;
}
.ordering-list-wrap {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
.table-result {
    table-layout: fixed;
    position: relative;
    border: 0;
}
.table-result caption {
    position: absolute;
    width: 1px;
    height: 1px;
    text-indent: -9999px;
}
.table-result:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 82px;
    width: 1px;
    height: 100%;
    background: #ddd;
}
.table-result:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 82px;
    width: 1px;
    height: 100%;
    background: #ddd;
}
.table-result td, .table-result th {
    font-size: 15px;
    font-weight: 400;
    border-collapse: collapse;
}
.table-result td, .table-result th {
    width: 104px;
}
.table-result thead td, .table-result thead th {
    font-family: Buri, Sans-serif;
    color: #fff;
    border-left: 3px solid #fff;
}
.table-result .th-ctg, .table-result .th-empty {
    background: #929395;
}
.table-result .th-empty {
    width: 23px;
}
.table-result .th-step {
    height: 27px;
    line-height: 27px;
}
.table-result .th-step-1 {
    background: #673c17;
}
.table-result .th-step-2 {
    background: #8a694d;
}
.table-result .th-step-3 {
    background: #a48a74;
}
.table-result .th-step-4 {
    background: #cebcad;
}
.table-result .th-second {
    height: 39px;
    border-top: 3px solid #fff;
    line-height: 39px;
}
.table-result .th-first {
    border-left: 0;
}
.table-result .th-ls {
    letter-spacing: -1px;
}
.table-result tbody td {
    position: relative;
    padding: 0;
    border-left: 3px solid #fff;
    vertical-align: top;
    background: url(../image/product_map_line.jpg) repeat-y 100% 0;
}
.table-result .td-first-border {
    border-left: 0;
    background: 0;
}
.table-result .td-wrap {
    border-right: 1px solid rgba(255, 255, 255, .002);
    text-align: center;
}
.table-result .td-first-border .td-wrap {
    border-right: 0;
}
.table-result .td-last-border .td-wrap {
    border-right: 0;
}
.table-result .skin-ctg {
    width: 28px;
    vertical-align: middle;
    border-left: 3px solid #fff;
    background: 0;
}
.table-result .skin-ctg .v-txt {
    display: block;
    width: 12px;
    margin: 0 auto;
    line-height: 18px;
    word-wrap: break-word;
    white-space: pre-line;
    font-family: Buri;
    color: #fff;
    text-align: center;
}
.table-result .skin-ctg.skin-ctg-1 {
    background: #a6bfca;
}
.table-result .skin-ctg.skin-ctg-2 {
    background: #bcbec0;
}
.table-result .skin-ctg.skin-ctg-3 {
    background: #edb28c;
}
.table-result .skin-ctg.skin-ctg-4 {
    background: #d09497;
}
.table-result .skin-ctg.skin-ctg-5 {
    background: #978970;
}
.table-result .td-product-wrap {
    padding: 10px 0;
}
.table-result .td-product-wrap+.td-product-wrap {
    padding: 20px 0 10px;
}
.table-result .td-product {
    width: 100%;
    height: 168px;
}
.table-result .td-product .a-product {
    display: block;
    width: 100%;
    line-height: 1.5;
    text-align: center;
}
.table-result .td-cleansing .td-product {
    width: 100%;
    height: 168px;
}
.table-result .tbody-padding-tr {
    height: 10px;
    line-height: 10px;
}
.table-result .tbody-empty-tr {
    height: 10px;
    line-height: 10px;
}
.table-result .tbody-empty-tr .skin-ctg {
    background: 0;
}
.table-result .td-left-border {
    position: relative;
}
.table-result .td-left-border:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 742px;
    height: 2px;
}
.table-result .td-left-border.td-left-border-1:after {
    background: #a6bfca;
}
.table-result .td-left-border.td-left-border-2:after {
    background: #bcbec0;
}
.table-result .td-left-border.td-left-border-3:after {
    background: #edb28c;
}
.table-result .td-left-border.td-left-border-4:after {
    background: #d09497;
}
.table-result .td-left-border.td-left-border-5:after {
    background: #978970;
}
.table-result.make-up-result:before {
    display: none;
}
.table-result.make-up-result:after {
    right: 0;
}
.table-result.make-up-result .th-empty {
    border-left: 0;
}
.table-result.make-up-result .skin-ctg {
    border-left: 0;
}
.table-result.make-up-result .td-product .a-product {
    width: auto;
    padding: 0 33px;
}
.table-result.make-up-result .th-step-1 {
    border-left: 5px solid #fff;
}
.table-result.make-up-result .th-left-border {
    border-left: 5px solid #fff;
}
.table-result.make-up-result .th-step {
    height: 28px;
    line-height: 28px;
}
.table-result.make-up-result .th-second {
    height: 38px;
    line-height: 38px;
}
.table-result.make-up-result .td-bottom-border {
    position: relative;
}
.table-result.make-up-result .td-bottom-border:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: -4px;
    width: 179px;
    height: 1px;
    background: #ddd;
}
.table-result.make-up-result .td-bottom-border.first:after {
    left: -3px;
}
.best-seller-hero {
    position: relative;
    height: 575px;
    line-height: 575px;
    text-align: center;
    overflow: hidden;
}
.best-seller-hero .hero-text {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 1100px;
    padding: 0 5.4%;
    line-height: 1.1;
    color: #fff;
    font-family: Buri, serif;
    text-align: left;
    vertical-align: middle;
    box-sizing: border-box;
}
.best-seller-hero .main-title {
    font-size: 7em;
}
.best-seller-hero .desc-text {
    margin-top: 9px;
    margin-bottom: 0;
    font-size: 1.6em;
    line-height: 1.5;
}
.best-seller-hero h1.desc-text {
    font-weight: 400;
}
.best-seller-hero .desc-text br {
    display: none;
}
.best-seller-hero .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #130a03;
}
.best-seller-hero .hero-bg img {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    max-width: inherit;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.best-seller-hero .hero-bg img.only-pc {
    display: block;
}
.best-seller-hero .hero-bg img.only-mobile {
    display: none;
}
.best-seller-list {
    position: relative;
    margin-top: 80px;
    border: 1px solid #e2e2e2;
    border-top: 0;
    overflow: hidden;
}
.best-seller-list:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    background: #ddd;
}
.best-seller-list .best-seller-item {
    border-top: 1px solid #e2e2e2;
}
.best-seller-list .best-seller-item:after {
    content: none;
}
.best-seller-list .best-seller-item:nth-child(2n+1) {
    clear: both;
}
.best-seller-list .best-seller-item .cover {
    display: none;
}
.best-seller-inner {
    position: relative;
    line-height: 1.6;
    color: #888;
    word-break: keep-all;
    word-wrap: break-word;
}
.best-seller-inner a {
    display: block;
    padding: 40px 7.4% 108px 7.4%;
    text-decoration: none;
}
.best-seller-inner .main-title {
    font-size: 3.2em;
    line-height: 1.1;
    color: #000;
    font-family: BuriSB, serif;
}
.best-seller-inner .sub-title {
    margin-top: 7px;
    display: block;
    height: 40px;
    font-size: 1.6em;
    line-height: 1.3;
    color: #000;
    font-family: Buri, serif;
}
.best-seller-inner .desc-text {
    margin-top: 26px;
    margin-bottom: 0;
    height: 48px;
    font-size: 15px;
    font-family: Buri, serif;
}
.best-seller-inner .desc-list {
    margin-top: 6px;
    margin-bottom: 0;
    height: 0px;
    font-size: 1.3em;
}
.best-seller-inner .desc-list li {
    position: relative;
    padding-left: 9px;
}
.best-seller-inner .desc-list li:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 5px;
    height: 1px;
    background: #888;
}
.best-seller-inner .desc-list li, .best-seller-inner .desc-text, .best-seller-inner .sub-title {
    padding-right: 43.8%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-all;
}
.best-seller-inner .img {
    position: absolute;
    bottom: 40px;
    right: 2%;
    width: 42%}
.best-seller-inner .box {
    position: absolute;
    bottom: 40px;
    left: 7.4%;
    display: inline-block;
    width: 130px;
    padding: 0;
    height: 38px;
    font-size: 1.5em;
    line-height: 38px;
    color: #666;
    text-align: center;
    border: 1px solid #aaa;
    background-color: #fff;
}
.best-seller-inner .box-gray {
    left: 7.4%;
    margin-left: 135px;
    color: #fff;
    border-color: #555;
    background-color: #555;
}
@media only all and (max-width:1023px) {
    .best-seller-inner .sub-title {
    padding-right: 0;
}
.best-seller-inner .img {
    bottom: 80px;
}
}@media only all and (max-width:599px) {
    .best-seller-hero {
    height: 360px;
    line-height: inherit;
}
.best-seller-hero .hero-text {
    padding: 36px 15px;
    text-align: center;
}
.best-seller-hero .main-title {
    font-size: 3.5em;
}
.best-seller-hero .desc-text {
    font-size: 1.2em;
}
.best-seller-hero .desc-text br {
    display: block;
}
.best-seller-hero .hero-bg img.only-pc {
    display: none;
}
.best-seller-hero .hero-bg img.only-mobile {
    display: block;
}
.best-seller-list {
    margin-top: 0;
    border: 0;
}
.best-seller-list:before {
    content: none;
}
.best-seller-list .best-seller-item:first-child {
    border-top: 0;
}
.best-seller-inner a {
    padding: 30px 4.8% 62px 4.8%}
.best-seller-inner .main-title {
    font-size: 2.2em;
}
.best-seller-inner .sub-title {
    margin-top: 5px;
    height: 30px;
    font-size: 1.2em;
}
.best-seller-inner .desc-text {
    margin-top: 22px;
    height: 30px;
    font-size: 1.1em;
    line-height: 1.4;
}
.best-seller-inner .desc-list {
    margin-top: 3px;
    height: 60px;
    font-size: .9em;
    line-height: 1.5;
}
.best-seller-inner .desc-list li {
    padding-left: 6px;
}
.best-seller-inner .desc-list li:before {
    width: 2px;
}
.best-seller-inner .desc-list li, .best-seller-inner .desc-text, .best-seller-inner .sub-title {
    padding-right: 42.4%}
.best-seller-inner .img {
    bottom: 56px;
    right: 4.8%;
    width: 115px;
}
.best-seller-inner .box {
    left: 4.8%;
    bottom: 20px;
    width: 44%;
    height: 34px;
    font-size: 1.1em;
    line-height: 34px;
}
.best-seller-inner .box-gray {
    left: auto;
    right: 4.8%;
    margin-left: 0;
}
}.detail-video {
    margin-top: 6em;
    font-size: 1em;
}
.detail-video .video-link {
    display: block;
    position: relative;
}
.detail-video .flexible-obj {
    background: #000;
}
.detail-video .f-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -48px 0 0 -32px;
    color: #fff;
    font-size: 64px;
    line-height: 1;
}
.detail-video .video-iframe {
    border: 0;
}
.detail-video .video-player-desc {
    display: none;
    overflow-y: scroll;
    max-height: 135px;
    padding: 2.72727273% 2.72727273%;
    color: #aaa;
    text-align: left;
}
.detail-video .video-player-desc p {
    margin-top: 0;
    margin-bottom: 1em;
}
.detail-video .video-player+.video-player-desc {
    display: block;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:after, .slick-track:before {
    display: table;
    content: ''}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir=rtl] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
}
.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: 0;
    background: 0 0;
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    color: transparent;
    background: 0 0;
}
.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
    opacity: 1;
}
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25;
}
.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir=rtl] .slick-prev {
    right: -25px;
    left: auto;
}
.slick-prev:before {
    content: '←'}
[dir=rtl] .slick-prev:before {
    content: '→'}
.slick-next {
    right: -25px;
}
[dir=rtl] .slick-next {
    right: auto;
    left: -25px;
}
.slick-next:before {
    content: '→'}
[dir=rtl] .slick-next:before {
    content: '←'}
.renewal .slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.renewal .slick-dots {
    position: absolute;
    bottom: 6px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: -5%;
    list-style: none;
    text-align: center;
}
.renewal .slick-dots li {
    position: relative;
    display: inline-block;
    background: url(../image/bg_btn_rolling.png) no-repeat 0 0;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.renewal .slick-dots li.slick-active {
    background: url(../image/bg_btn_rolling_on.png) no-repeat 0 0;
}
.renewal .slick-dots li.slick-active button {
    width: 24px;
}
.renewal .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    text-indent: -9999px;
}
.renewal .slick-dots li button:focus, .renewal .slick-dots li button:hover {
    outline: 0;
}
.renewal .slick-dots li button:focus:before, .renewal .slick-dots li button:hover:before {
    opacity: 1;
}
.renewal .slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.renewal .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000;
}
.renewal a:hover {
    text-decoration: none;
}
.en-letter {
    letter-spacing: 1px;
}
.renewal>div {
    width: 100%;
    background: url(../image/bg_top_product.png) repeat-x center 0;
}
.l-renewal .l-header, .l-renewal .l-wrap {
    max-width: 1280px;
    padding: 0 90px;
}
.renewal .l-pdt-wrap {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 8px 90px 50px;
    background: url(../image/bg_product.png) repeat-x center 100%;
    color: #555;
}
.renewal .l-pdt-inner {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    font-size: 15px;
    text-align: center;
}
.renewal .color-chip {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    box-sizing: border-box;
}
.renewal .detail-video .f-icon {
    margin: -21px 0 0 -20px;
    font-size: 40px;
}
.renewal .pdt-show {
    position: relative;
}
.renewal .pdt-show .info-box {
    position: absolute;
    top: 25px;
    left: 0;
    max-width: 27%;
    min-height: auto;
    text-align: left;
    z-index: 21;
}
.renewal .pdt-show .pdt-tit-box {
    padding: 36px 0 27px;
}
.renewal .pdt-show .pdt-tit {
    line-height: 50px;
    font-size: 38px;
    color: #191919;
    font-weight: 400;
    font-family: Buri, serif;
}
.renewal .pdt-show .sum-name {
    display: block;
    margin-top: 11px;
    line-height: 21px;
    font-family: Buri, serif;
    font-size: 18px;
    font-weight: 400;
}
.renewal .pdt-show .btn-detail {
    display: inline-block;
    line-height: 1.2em;
    margin-top: 21px;
    padding-right: 22px;
    border-bottom: 1px solid #555;
    background: url(../image/btn-stop-mo.png) no-repeat 100% 50%;
    font-size: 16px;
}
.renewal .pdt-show .color-box+.btn-detail {
    margin-top: 42px;
}
.renewal .pdt-show .badge {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    line-height: 17px;
    padding: 0 11px;
    border: 1px solid #555;
    background: #fff;
    font-size: 12px;
    text-align: center;
    letter-spacing: -.05em;
}
.renewal .pdt-show .badge.new {
    width: 48px;
    padding: 0;
}
.renewal .pdt-show .badge.special {
    width: 66px;
    padding: 0;
}
.renewal .pdt-show .badge.flagship {
    width: 108px;
    padding: 0;
}
.renewal .pdt-show .badge.limited {
    width: 108px;
    padding: 0;
}
.renewal .pdt-show .pdt-badge-box .badge {
    position: static;
}
.renewal .pdt-show .pdt-badge-box+.pdt-tit-box {
    padding-top: 14px;
}
.renewal .l-pdt-detail {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 90px;
    font-size: 15px;
    color: #555;
    box-sizing: border-box;
}
.renewal .l-pdt-inner .color-box ul {
    margin-left: -6px;
}
.renewal .l-pdt-inner .color-box ul:after {
    content: "";
    display: block;
    clear: both;
}
.renewal .l-pdt-inner .color-box li {
    position: relative;
    float: left;
    margin: 0 6px;
}
.renewal .l-pdt-inner .color-chip {
    overflow: hidden;
    width: 28px;
    height: 28px;
    text-indent: -9999px;
}
.renewal .l-pdt-inner .color-chip:hover {
    border: 1px solid #555;
}
.renewal .l-pdt-inner .color-chip:hover+.color-name {
    display: inline-block;
}
.renewal .l-pdt-inner .color-chip:focus {
    border: 1px solid #555;
}
.renewal .l-pdt-inner .color-chip:focus+.color-name {
    display: inline-block;
}
.renewal .l-pdt-inner .color-name {
    display: none;
    position: absolute;
    bottom: 31px;
    left: 50%;
    width: 92px;
    padding: 2px;
    margin-left: -48px;
    background: #fff;
    border: 1px solid #555;
    font-size: 13px;
    text-align: center;
    z-index: 5;
}
.renewal .l-pdt-inner .color-name:after {
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -5px;
    content: "";
    display: inline-block;
    width: 10px;
    height: 6px;
    background: url(../image/bg_product_arrow.png) no-repeat 0;
}
.renewal .l-pdt-inner .detail-box>ul>li {
    display: table;
    width: 100%}
.renewal .l-pdt-inner .detail-box>ul>li.color-box {
    display: none;
}
.renewal .l-pdt-inner .info-tit {
    display: table-cell;
    width: 18%;
    padding-right: 10px;
    font-weight: 400;
    vertical-align: top;
    box-sizing: border-box;
}
.renewal .l-pdt-inner .info-desc {
    display: table-cell;
    vertical-align: top;
    width: 82%}
.renewal .pdt-rolling, .renewal .pdt-rolling-dy {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.renewal .pdt-rolling .btn-rolling-wrap, .renewal .pdt-rolling-dy .btn-rolling-wrap {
    position: absolute;
    left: 50%;
    bottom: -6px;
    margin-left: -23px;
    z-index: 10;
}
.renewal .pdt-rolling .btn-rolling+.btn-rolling, .renewal .pdt-rolling-dy .btn-rolling+.btn-rolling {
    margin-left: 8px;
}
.renewal .pdt-rolling .btn-rolling span, .renewal .pdt-rolling-dy .btn-rolling span {
    display: inline-block;
}
.renewal .pdt-rolling .pdt-img, .renewal .pdt-rolling-dy .pdt-img-dy {
    position: relative;
    width: 580px;
    height: 580px;
    margin: 0 auto 30px;
    z-index: 20;
}
.renewal .pdt-rolling .pdt-img:after, .renewal .pdt-rolling-dy .pdt-img-dy:after {
    content: "";
    display: block;
    clear: both;
}
.renewal .pdt-rolling .img-box, .renewal .pdt-rolling-dy .img-box {
    float: left;
}
.renewal .pdt-rolling .pdt-shadow-img, .renewal .pdt-rolling-dy .pdt-shadow-img {
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 100%;
    height: 159px;
    z-index: 1;
}
.renewal .pdt-rolling .pdt-shadow-img img, .renewal .pdt-rolling-dy .pdt-shadow-img img {
    width: auto;
    height: 100%}
.renewal .pdt-detail-info {
    position: relative;
    display: table;
    width: 100%;
    z-index: 5;
}
.renewal .pdt-detail-info .detail-box {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.renewal .pdt-detail-info .detail-list {
    width: 48.9%}
.renewal .pdt-detail-info .detail-guide {
    width: 51.1%;
    padding-left: 20px;
}
.renewal .pdt-detail-info .space {
    margin-top: 22px;
}
.renewal .pdt-detail-info .detail-guide>ul>li {
    margin-top: 0;
    border-top: 1px solid #ddd;
}
.renewal .pdt-detail-info .detail-guide>ul>li.on .acc-tit {
    background: url(../image/icon_minus.png) no-repeat 100% 50%}
.renewal .pdt-detail-info .acc-box {
    display: none;
}
.renewal .pdt-detail-info .acc-tit {
    displaY: block;
    padding: 14px 0;
    background: url(../image/btn-stop-mo.png) no-repeat 100% 50%;
    color: #555;
}
.renewal .pdt-detail-info .acc-tit:hover {
    text-decoration: none;
}
.renewal .pdt-detail-info .color-box {
    display: none;
}
.renewal .pdt-detail-info.two-info .detail-list .color-box+li {
    margin-top: 14px;
}
.renewal .pdt-detail-info.two-info .detail-list .color-box+li+li {
    margin-top: 28px;
}
.renewal .pdt-detail-info.two-info .detail-box {
    vertical-align: top;
}
.renewal .pdt-detail-info.two-info .detail-list li {
    margin-top: 14px;
}
.renewal .pdt-detail-info .commerce-area {
    padding-top: 10px;
}
.renewal .pdt-detail-info .commerce-area:after {
    display: block;
    content: "";
    clear: both;
}
.renewal .pdt-detail-info .commerce-area a {
    float: left;
    display: block;
    width: 48.8%;
    height: 40px;
    border: 1px solid #555;
    box-sizing: border-box;
    text-align: center;
    line-height: 38px;
}
.renewal .pdt-detail-info .commerce-area .store-online {
    margin-right: 2.4%;
    font-weight: 400;
    color: #fff;
    background: #555;
}
.renewal .pdt-detail-info .commerce-area .store-offline {
    color: #555;
}
.renewal .sns-box {
    position: absolute;
    bottom: 28px;
    right: 0;
    display: inline-block;
    z-index: 23;
}
.renewal .sns-box a {
    display: inline-block;
    width: 36px;
    height: 36px;
    text-indent: -9999px;
}
.renewal .sns-box a+a {
    margin-left: 5px;
}
.renewal .sns-box .facebook {
    background: url(../image/icon_facebook.png) no-repeat 0 0;
}
.renewal .sns-box .facebook:hover {
    background: url(../image/btn-stop-mo.png) no-repeat 0 0;
}
.renewal .sns-box .twitter {
    background: url(../image/icon_twitter.png) no-repeat 0 0;
}
.renewal .sns-box .twitter:hover {
    background: url(../image/icon_twitter_on.png) no-repeat 0 0;
}
.renewal .pdt-desc-wrap .sec-box:first-child .sec-tit {
    border-top: 0;
}
.renewal .pdt-desc-wrap .sec-tit {
    line-height: 1.3em;
    margin-bottom: 19px;
    padding-top: 56px;
    border-top: 1px solid #eee;
    color: #191919;
    font-size: 30px;
    font-family: Buri, serif;
    font-weight: 400;
}
.renewal .pdt-desc-wrap .detail-video {
    margin-top: 0;
}
.renewal .pdt-desc-wrap .detail-video img {
    width: 100%}
.renewal .pdt-desc-wrap .detail-video .video_img_mobile {
    display: none;
}
.renewal .pdt-desc-wrap .beauty-way .sec-tit {
    margin-bottom: 23px;
    padding-top: 0;
    border: 0;
}
.renewal .pdt-tab.on {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 90px;
    box-sizing: border-box;
    z-index: 99;
}
.renewal .pdt-tab h2 {
    font-size: 15px;
    font-weight: 400;
}
.renewal .pdt-tab ul {
    max-width: 1100px;
    margin-left: -640px;
    margin: 0 auto;
}
.renewal .pdt-tab ul:after {
    content: "";
    display: block;
    clear: both;
}
.renewal .pdt-tab li {
    display: none;
    float: left;
    width: 25%}
.renewal .pdt-tab li:first-child a {
    border-left: 1px solid #ddd;
}
.renewal .pdt-tab a {
    display: block;
    height: 50px;
    line-height: 50px;
    border: 1px solid #ddd;
    border-left: 0;
    background: #fff;
    color: #555;
    text-align: center;
}
.renewal .pdt-tab li.on a {
    background: #caa58e;
    color: #fff;
    border: 1px solid #caa58e;
}
.renewal .pdt-tab li.on+li a {
    border-left: 1px solid #ddd;
}
.renewal .pdt-tab.three_list li {
    width: 33.3%}
.renewal .pdt-tab.three_list li:first-child {
    width: 33.4%}
.renewal .pdt-tab.two_list li {
    width: 50%}
.renewal .sec-box {
    padding-bottom: 60px;
}
.renewal .sec-box .sub-txt {
    line-height: 26px;
    margin: 0 0 26px;
    font-size: 18px;
}
.renewal .sec-box .line {
    display: block;
    margin: 0;
}
.renewal .pdt-feature .sec-tit {
    margin-bottom: 16px;
}
.renewal .pdt-feature .btn-view-detail {
    margin-top: 30px;
    text-align: center;
}
.renewal .pdt-feature .btn-view-detail a {
    display: inline-block;
    width: 224px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #333;
    color: #333;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}
.renewal .feature-wrap {
    margin-top: 30px;
}
.renewal .feature-wrap .row-box {
    display: table;
}
.renewal .feature-wrap .row-box+.row-box {
    margin-top: 30px;
}
.renewal .feature-wrap .feature-img {
    display: table-cell;
    vertical-align: top;
    width: 38.2%}
.renewal .feature-wrap .feature-txt {
    display: table-cell;
    vertical-align: middle;
    width: 61.8%;
    padding: 0 0 0 44px;
}
.renewal .feature-wrap .txt-tit {
    display: block;
    margin-bottom: 10px;
    font-size: 21px;
    color: #191919;
    font-weight: 400;
}
.renewal .feature-wrap .txt-desc {
    display: block;
}
.renewal .feature-wrap .txt-info-gray {
    display: block;
}
.renewal .txt-info-gray {
    color: #999;
}
.renewal .txt-info-gray i {
    vertical-align: middle;
}
.renewal .color-shade.sec-box .sub-txt {
    margin-bottom: 25px;
}
.renewal .color-shade .sec-tit {
    margin-bottom: 17px;
}
.renewal .color-type-view {
    height: 142px;
    margin-bottom: 30px;
    background-size: cover;
    background: url(../image/img_color_system.gif) no-repeat 50% center;
}
.renewal .type-box {
    overflow: hidden;
    display: table;
    width: 100%}
.renewal .show-type {
    display: table-cell;
    vertical-align: middle;
    width: 38.2%}
.renewal .show-type img {
    display: none;
    width: 100%}
.renewal .show-type img.on {
    display: block;
}
.renewal .view-type-wrap {
    display: table-cell;
    vertical-align: middle;
    padding-left: 45px;
}
.renewal .view-type-wrap .grouping:after {
    display: block;
    content: "";
    clear: both;
}
.renewal .view-type-wrap .is-mobile .slick-list {
    display: none;
}
.renewal .view-type:after {
    content: "";
    display: block;
    clear: both;
}
.renewal .view-type .color-list {
    float: left;
    width: 20%;
    padding: 18px 0;
    text-align: center;
}
.renewal .view-type .color-list.on .color-name {
    color: #191919;
}
.renewal .view-type .color-list.on .color-chip {
    border: 1px solid #cca790;
    box-sizing: border-box;
}
.renewal .view-type .color-list.on .color-chip:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 3px solid #fff;
    box-sizing: border-box;
    border-radius: 50%}
.renewal .view-type .color-list.on .color-num {
    line-height: 42px;
}
.renewal .view-type .color-system-type {
    display: table;
    width: 100%}
.renewal .view-type .color-chip {
    display: table-cell;
    vertical-align: middle;
    width: 46px;
    height: 46px;
}
.renewal .view-type .color-chip.on+.color-name {
    color: #191919;
}
.renewal .view-type .color-num {
    display: block;
    line-height: 46px;
    font-size: 21px;
    color: #fff;
}
.renewal .view-type .color-name {
    display: table-cell;
    vertical-align: middle;
    padding-left: 12px;
    line-height: 19px;
    text-align: left;
    cursor: pointer;
}
.renewal .view-type .slick-dots {
    position: absolute;
    top: 0;
    left: -9999px;
    overflow: hidden;
    width: 0;
    height: 0;
}
.renewal .view-type .next-group {
    padding-left: 20%}
.renewal .view-type .next-group .color-list {
    width: 25%}
.renewal .sec-box .txt-list {
    margin: 0;
}
.renewal .sec-box .txt-list strong {
    font-weight: 400;
}
.renewal .user-way .user-txt {
    line-height: 1.6em;
    margin: 0;
}
.renewal .user-step {
    padding: 26px 0 42px;
}
.renewal .user-step ul:after {
    content: "";
    display: block;
    clear: both;
}
.renewal .user-step ul {
    border-top: 1px solid #c5c5c5;
}
.renewal .user-step li {
    float: left;
    width: 33.3%;
    text-align: center;
}
.renewal .user-step li.on .step-txt:before {
    background: url(../image/bg_step_circle_on.png) no-repeat 0 0;
}
.renewal .user-step li.on .step-txt {
    color: #a58a7a;
}
.renewal .user-step .step-txt {
    position: relative;
    display: inline-block;
    padding-top: 18px;
    color: #888;
}
.renewal .user-step .step-txt:before {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: -7px;
    background: url(../image/bg_step_circle.png) no-repeat 0 0;
}
.renewal .user-step.four-step li {
    width: 25%}
.renewal .sec-sub-tit {
    padding-top: 22px;
    font-size: 26px;
    color: #191919;
    font-weight: 400;
}
.renewal .beauty-way {
    position: relative;
    margin-top: 50px;
}
.renewal .beauty-step .tab-wrap .beauty-step-list {
    display: none;
}
.renewal .beauty-step .tab-wrap .beauty-step-list.on {
    display: block;
}
.renewal .beauty-step .sum-title {
    display: block;
    margin: 20px 0 18px;
    font-size: 22px;
}
.renewal .beauty-step .sum-title+.beauty-step-way {
    margin-top: 0;
}
.renewal .beauty-step .beauty-step-way {
    overflow: hidden;
    max-width: 1120px;
    margin: 10px -10px 0;
}
.renewal .beauty-step .beauty-step-way:after {
    content: "";
    display: block;
    clear: both;
}
.renewal .beauty-step .beauty-step-way .way-thumb {
    float: left;
    margin: 0 10px;
}
.renewal .beauty-step .beauty-step-way .way-thumb>p {
    margin: 10px 0 0;
    line-height: 23px;
}
.renewal .beauty-step .beauty-step-list {
    position: static;
    text-align: left;
}
.renewal .beauty-step .slick-next, .renewal .beauty-step .slick-prev {
    position: absolute;
    top: 9px;
    width: 17px;
    height: 33px;
    z-index: 10;
}
.renewal .beauty-step .slick-next:before, .renewal .beauty-step .slick-prev:before {
    content: ""}
.renewal .beauty-step .slick-prev {
    left: inherit;
    right: 60px;
    background: url(../image/btn-stop-mo.png) no-repeat 0 0;
}
.renewal .beauty-step .slick-next {
    right: 18px;
    background: url(../image/btn-stop-mo.png) no-repeat 0 0;
}
.renewal .beauty-step .way_disc {
    margin: 13px 0 0;
}
.renewal .beauty-step .thumb-title {
    display: block;
    margin-top: 15px;
    line-height: 24px;
    font-size: 21px;
    font-weight: 400;
    color: #191919;
}
.renewal .beauty-step .thumb-title.list {
    font-size: 18px;
}
.renewal .beauty-step .way-thumb>p.line {
    margin: 0;
}
.renewal .beauty-step-box {
    position: relative;
}
.renewal .beauty-step-box+.beauty-step-box {
    margin-top: 44px;
}
.renewal .beauty-step-box .tab-list {
    margin: 0 10px 14px;
}
.renewal .beauty-step-wrap+.beauty-step-wrap {
    margin-top: 33px;
}
.renewal .beauty-way-desc {
    margin-top: 33px;
}
.renewal .beauty-way-desc .beauty-step-box {
    display: table;
    width: 100%;
    margin-top: 43px;
}
.renewal .beauty-way-desc .beauty-step-way {
    display: table-cell;
    vertical-align: middle;
    padding-left: 7px;
}
.renewal .beauty-way-desc .beauty-way-img {
    display: table-cell;
    vertical-align: middle;
    width: 49.2%}
.renewal .beauty-way-desc .beauty-way-img img {
    width: 100%}
.renewal .beauty-way-desc .step-num {
    display: block;
    color: #191919;
}
.renewal .beauty-way-desc .thumb-title {
    margin: 0 0 10px;
}
.renewal .beauty-way-desc .way-thumb+.way-thumb {
    margin-top: 41px;
}
.renewal .btn-view-beauty {
    margin-top: 19px;
    text-align: right;
}
.renewal .btn-view-beauty a {
    display: inline-block;
    line-height: 29px;
    padding-right: 38px;
    background-size: 29px;
    background: url(../image/bg_btn_beauty_open.png) no-repeat 100% 50%;
    font-size: 21px;
    color: #555;
}
.renewal .btn-view-beauty a.on {
    background: url(../image/bg_btn_beauty_close.png) no-repeat 100% 50%}
.renewal .video-title {
    position: absolute;
    top: 90px;
    right: 30px;
    color: #fff;
    text-align: right;
    font-family: Buri, serif;
}
.renewal .video-title>span {
    display: block;
}
.renewal .video-title .name-ko {
    line-height: 29px;
    font-size: 26px;
}
.renewal .video-title .name-en {
    margin-top: 2px;
    font-size: 16px;
}
.renewal .face-care-box {
    margin: 43px auto 33px;
    background: url(../image/btn-stop-mo.png) no-repeat center 0;
    background-size: contain;
}
.renewal .face-care-box .care-thumb {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
    text-align: center;
    box-sizing: border-box;
}
.renewal .face-care-box .left-cont {
    padding: 30px 17% 55px 10%}
.renewal .face-care-box .right-cont {
    padding: 30px 9% 55px 17%}
.renewal .face-care-box p {
    margin: 0;
}
.renewal .face-care-box .thumb-title {
    margin: 18px 0 12px;
}
.renewal .tab-list {
    margin-bottom: 14px;
}
.renewal .tab-list ul:after {
    content: "";
    display: block;
    clear: both;
}
.renewal .tab-list ul li {
    float: left;
}
.renewal .tab-list ul li a {
    font-size: 21px;
    color: #888;
}
.renewal .tab-list ul li+li {
    margin-left: 20px;
    padding-left: 20px;
    background: url(../image/btn-stop-mo.gif) no-repeat 0 50%}
.renewal .tab-list ul li.active a {
    color: #191919;
}
.renewal .pdt-together .relation-list-container {
    margin-left: -10px;
    margin-right: -10px;
    background: 0;
}
.renewal .pdt-together .sec-tit {
    text-align: center;
}
.renewal .pdt-together.sec-box {
    padding-bottom: 0;
}
.renewal .pdt-together .relation-item .name {
    font-family: NotoSans;
    text-align: center;
}
.renewal .pdt-together .relation-item {
    margin: 0 7.5px;
}
.renewal .pdt-together .relation-item .relation-img {
    width: 100%;
    max-width: 263px;
}
.renewal .pdt-together .relation-list .slick-disabled {
    display: none!important;
}
.renewal .pdt-together .relation-list .slick-prev {
    display: block;
    overflow: hidden;
    top: 50%;
    left: -40px;
    width: 40px;
    height: 60px;
    margin-top: -30px;
    text-indent: -999px;
    -webkit-transition: background-color .1s ease-out;
    -moz-transition: background-color .1s ease-out;
    -o-transition: background-color .1s ease-out;
    transition: background-color .1s ease-out;
    z-index: 1;
}
.renewal .pdt-together .relation-list .slick-prev:before {
    content: '\e80a';
    position: absolute;
    top: 0;
    left: 0;
    color: #d5d5d5;
    font-size: 36px;
    font-family: fontello;
    line-height: 1.7;
    text-indent: 0;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
}
.renewal .pdt-together .relation-list .slick-next {
    display: block;
    overflow: hidden;
    top: 50%;
    right: -40px;
    width: 40px;
    height: 60px;
    margin-top: -30px;
    text-indent: -999px;
    -webkit-transition: background-color .1s ease-out;
    -moz-transition: background-color .1s ease-out;
    -o-transition: background-color .1s ease-out;
    transition: background-color .1s ease-out;
    z-index: 1;
}
.renewal .pdt-together .relation-list .slick-next:before {
    content: '\e80b';
    position: absolute;
    top: 0;
    left: 0;
    color: #d5d5d5;
    font-size: 36px;
    font-family: fontello;
    line-height: 1.7;
    text-indent: 0;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
}
.renewal .pdt-together .relation-list .slick-next:hover, .renewal .pdt-together .relation-list .slick-prev:hover {
    background: rgba(0, 0, 0, .7);
    text-decoration: none;
}
.renewal .pdt-together .relation-list .slick-track a {
    display: block;
    color: #888;
}
.renewal .pdt-together .relation-list a:hover {
    text-decoration: none;
}
.renewal .pdt-together .relation-list .name-eng {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #888;
}
.renewal .pdt-together .relation-list .name-tit {
    display: block;
    color: #555;
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    margin: 14px 0 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.renewal .pdt-together .relation-thumb {
    display: block;
}
.renewal .pdt-together .slick-slider {
    max-width: 940px;
    margin: 0 auto;
}
.renewal .pdt-together .relation-list-container {
    display: block;
    background: url(../image/btn-stop-mo.jpg) no-repeat 50% 96%}
.renewal .pdt-together .relation-list .name-eng {
    display: none;
}
.renewal .pdt-together .relation-list .name-tit {
    margin-top: 0;
    font-family: Buri, serif;
    font-size: 14px;
}
.renewal .slick-slider {
    text-align: center;
}
.renewal .slick-track {
    display: inline-block;
}
.renewal .ingredient {
    padding: 0 0 20px;
}
.renewal .ingredient a {
    display: block;
    height: 160px;
    line-height: 24px;
    margin: 0;
    font-size: 14px;
    color: #555;
    overflow-y: scroll;
    cursor: auto;
}
.renewal .buy-store .store-desc {
    margin: 17px 0 16px;
}
.renewal .buy-store .store-cate {
    width: 100%;
    margin-bottom: 10px;
}
.renewal .buy-store .store-cate:after {
    display: block;
    content: "";
    clear: both;
}
.renewal .buy-store .store-list {
    margin-left: -10px;
}
.renewal .buy-store .store-list:after {
    display: block;
    content: "";
    clear: both;
}
.renewal .buy-store .store-list li {
    float: left;
    width: 143px;
    height: 30px;
    margin: 0 0 10px 10px;
    line-height: 28px;
    background: #fff;
    border: 1px solid #555;
    box-sizing: border-box;
    text-align: center;
}
.renewal .buy-store .store-list li a {
    display: block;
}
.renewal .buy-store .find-tit {
    float: left;
    text-align: center;
}
.renewal .buy-store .find-tit+.find-tit {
    margin-left: 10px;
}
.renewal .buy-store .find-tit a {
    display: inline-block;
    width: 143px;
    height: 30px;
    line-height: 30px;
    background: #555;
    color: #fff;
    font-weight: 400;
}
.renewal .sum-title {
    display: block;
    margin-bottom: 5px;
    line-height: 26px;
    color: #191919;
    font-size: 21px;
    font-weight: 400;
}
.renewal .bullet {
    display: block;
}
.renewal .bullet i {
    display: inline-block;
    vertical-align: middle;
}
.renewal .title-box {
    margin-bottom: 30px;
}
.renewal .graph-box .value {
    font-family: Buri, serif;
    color: #000;
}
.renewal .graph-box .value em {
    padding-right: 2px;
    line-height: 1em;
    color: #000;
}
.renewal .sec-tit.bd-none {
    border-top: 0;
}
.renewal .effect-img {
    text-align: center;
}
.renewal .effect-graph-in-wrap+.effect-graph-in-wrap, .renewal .effect-graph-wrap+.effect-graph-wrap {
    margin-top: 50px;
}
.renewal .anti-care .title-box {
    margin-bottom: 72px;
}
.renewal .graph-cate {
    position: absolute;
    bottom: 0;
    right: 0;
}
.renewal .graph-cate:after {
    content: "";
    display: block;
    clear: both;
}
.renewal .graph-cate .cate {
    float: left;
    margin: 0;
}
.renewal .graph-cate .cate i {
    position: relative;
    top: 2px;
    margin-right: 10px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.renewal .graph-cate .cate+.cate {
    padding-left: 30px;
}
.renewal .graph-cate .circle {
    background: url(../image/bg_graph_line_circle.png) no-repeat 0 0;
}
.renewal .graph-cate .rectangular {
    background: #caa58e;
}
.renewal .circle-graph.graph-box {
    text-align: center;
}
.renewal .circle-graph .graph-list {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 160px;
}
.renewal .circle-graph .graph-list+.graph-list {
    margin-left: 57px;
}
.renewal .circle-graph .effect-box {
    position: relative;
    display: table;
    width: 160px;
    height: 160px;
    margin: 0 auto;
    box-sizing: border-box;
}
.renewal .circle-graph .effect-box canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.renewal .circle-graph .effect-txt {
    display: table-cell;
    vertical-align: middle;
    line-height: inherit!important;
}
.renewal .circle-graph .effect-title {
    display: table;
    width: 100%;
    margin: 0 0 18px;
    line-height: 22px;
    color: #ab7655;
    font-size: 21px;
}
.renewal .circle-graph .effect-title>span {
    display: table-cell;
    vertical-align: middle;
    line-height: 22px;
    font-size: 21px;
}
.renewal .circle-graph .effect-title.line-two {
    height: 50px;
    margin-bottom: 13px;
}
.renewal .circle-graph .value {
    font-size: 21px;
    font-weight: 400;
}
.renewal .circle-graph .value em {
    font-size: 40px;
}
.renewal .circle-graph .effect-desc {
    margin: 17px auto 0;
    line-height: 20px;
}
.renewal .control-graph {
    margin-top: 15px;
    background: #f7f7f7;
    padding: 45px 60px;
}
.renewal .control-graph:after {
    content: "";
    display: block;
    clear: both;
}
.renewal .control-graph .sum-title {
    margin-bottom: 20px;
    font-size: 21px;
}
.renewal .control-graph .graph-list {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
.renewal .control-graph .cont-top {
    display: table;
    width: 100%}
.renewal .control-graph .control-tit {
    display: table-cell;
    vertical-align: middle;
    width: 90%;
    padding-right: 10px;
    font-size: 16px;
}
.renewal .control-graph .control-txt {
    margin: 0;
    display: inline-block;
}
.renewal .control-graph .value {
    display: table-cell;
    vertical-align: bottom;
    font-size: 18px;
    text-align: right;
}
.renewal .control-graph .value em {
    font-size: 30px;
}
.renewal .control-graph .graph-cont+.graph-cont {
    margin-top: 24px;
}
.renewal .control-box {
    margin-top: 9px;
}
.renewal .controller-back {
    position: relative;
    width: 100%;
    height: 6px;
    background: #dcdcdc;
}
.renewal .controller-back:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -5px;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(../image/btn-stop-mo.png);
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 5;
}
.renewal .controller {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    background: url(../image/bg_graph_percent.png) repeat-x 0 0;
    background-size: cover;
}
.renewal .control-graph.col-two {
    padding: 20px 0 30px;
    font-size: 0;
}
.renewal .control-graph.col-two .graph-list {
    width: 50%;
    padding: 25px 6.2% 25px 5.5%}
.renewal .control-graph.full .sum-title {
    display: inline-block;
    padding-right: 5px;
}
.renewal .control-graph.full .graph-list+.graph-list {
    margin-top: 45px;
}
.renewal .stick-graph {
    position: relative;
}
.renewal .stick-graph.caption-have {
    padding-top: 40px;
}
.renewal .stick-graph:after {
    content: "";
    display: block;
    clear: both;
}
.renewal .stick-graph .value-num {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40px;
    text-align: center;
}
.renewal .stick-graph .value-num span {
    display: block;
}
.renewal .stick-graph .value-num span+span {
    margin-top: 29px;
}
.renewal .stick-graph .graph-area {
    float: left;
    height: 308px;
    background: url(../image/bg_stick_graph.png) repeat-x 50% 100%;
    box-sizing: border-box;
}
.renewal .stick-graph .graph-area:after {
    content: "";
    display: block;
    clear: both;
}
.renewal .stick-graph .graph-area.graph-left {
    width: 60%;
    padding-left: 13%}
.renewal .stick-graph .graph-area.graph-left .graph-list {
    width: 33.3%}
.renewal .stick-graph .graph-area.graph-right {
    width: 40%;
    padding-right: 13%}
.renewal .stick-graph .graph-area.graph-right .graph-list {
    width: 50%}
.renewal .stick-graph .graph-list {
    float: left;
    position: relative;
    width: 20%;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
}
.renewal .stick-graph .stick-box {
    position: absolute;
    height: 100%;
    width: 10px;
    left: 50%;
    bottom: 0;
    margin-left: -5px;
}
.renewal .stick-graph .stick {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 10px;
    background: #cba58e;
}
.renewal .stick-graph .stick:after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    width: 18px;
    height: 9px;
    margin: -5px 0 0 -9px;
    background: url(../image/btn-stop-mo.png) no-repeat;
}
.renewal .stick-graph .stick-tit {
    position: absolute;
    width: 54%;
    left: 50%;
    margin-left: -26%;
    line-height: 24px;
    color: #ab7655;
    font-size: 21px;
    text-align: center;
    opacity: 0;
}
.renewal .stick-graph .graph-value {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -16px;
    font-family: Buri, serif;
    font-size: 22px;
    color: #000;
    opacity: 0;
}
.renewal .stick-graph.caption-have .graph-area {
    position: relative;
}
.renewal .stick-graph.caption-have .caption-title {
    position: absolute;
    top: -20px;
    left: 50%;
    display: block;
    width: 50%;
    height: 39px;
    background: #f7f7f7;
    color: #191919;
    text-align: center;
    line-height: 39px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 400;
}
.renewal .stick-graph.caption-have .graph-left {
    width: 50%;
    padding: 0 7% 0 12%}
.renewal .stick-graph.caption-have .graph-left .caption-title {
    margin-left: -20%}
.renewal .stick-graph.caption-have .graph-right {
    width: 50%;
    padding: 0 12% 0 7%}
.renewal .stick-graph.caption-have .graph-right .caption-title {
    margin-left: -31%}
.renewal .stick-graph.caption-have .graph-right .graph-list {
    width: 33.3%}
.renewal .stick-graph.caption-have .stick-tit {
    width: 72%;
    margin-left: -36%}
.renewal .semi-circle-graph {
    text-align: center;
}
@media(width:1280px) and (min-height:648px) and (orientation:landscape) {
    .renewal .control-graph.col-two .graph-list {
    width: 49.9%}
.renewal .pdt-tab.on {
    top: 48px;
}
}@media(width:800px) and (min-height:1128px) and (orientation:portrait) {
    .renewal .control-graph.col-two .graph-list {
    width: 49.9%}
.renewal .pdt-tab.on {
    top: 48px;
}
}@media only all and (max-width:1101px) {
    .renewal .pdt-detail-info .detail-list {
    width: 48%}
.renewal .pdt-detail-info .detail-guide {
    width: 52%;
    padding-left: 1%}
.renewal .buy-store .find-tit+.find-tit {
    margin-left: 9px;
}
.renewal .buy-store .find-tit a, .renewal .buy-store .store-list li {
    width: 138px;
    height: 29px;
    line-height: 27px;
}
.renewal .buy-store .store-list {
    margin-left: -9px;
}
.renewal .buy-store .store-list li {
    margin: 0 0 9px 9px;
}
.renewal .ingredient {
    padding-top: 6px;
}
.renewal .view-type-wrap {
    padding-left: 0;
}
}@media only all and (max-width:1024px) {
    .l-renewal .l-header, .l-renewal .l-wrap {
    padding: 0 72px;
}
.renewal .l-pdt-inner {
    max-width: 1024px;
}
.renewal .l-pdt-inner .info-tit {
    width: 20%}
.renewal .l-pdt-inner .info-desc {
    width: 80%}
.renewal .l-pdt-detail {
    max-width: 1024px;
    padding: 0 72px;
}
.renewal .l-pdt-wrap {
    padding: 6px 72px 33px;
    background-size: cover;
}
.renewal .pdt-detail-info {
    margin-top: 8px;
}
.renewal .pdt-show .info-box {
    max-width: 32%}
.renewal .pdt-show .pdt-tit {
    margin-bottom: 2px;
    line-height: 50px;
    font-size: 36px;
}
.renewal .pdt-show .sum-name {
    font-size: 17px;
}
.renewal .pdt-show .btn-detail {
    margin-top: 19px;
    font-size: 15px;
}
.renewal .pdt-show .color-box+.btn-detail {
    margin-top: 43px;
}
.renewal .pdt-rolling .pdt-img, .renewal .pdt-rolling-dy .pdt-img-dy {
    overflow: hidden;
    width: 480px;
    height: 480px;
    margin-bottom: 0;
}
.renewal .pdt-rolling .pdt-shadow-img, .renewal .pdt-rolling-dy .pdt-shadow-img {
    bottom: -56px;
}
.renewal .slick-dots {
    bottom: 26px;
}
.renewal .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.renewal .sns-box {
    bottom: 20px;
}
.renewal .pdt-tab.on {
    padding: 0 72px;
}
.renewal .sec-box .sub-txt {
    line-height: 26px;
    margin-bottom: 26px;
}
.renewal .sec-box .txt-list strong {
    display: block;
}
.renewal .sec-sub-tit {
    font-size: 24px;
}
.renewal .feature-wrap .feature-img {
    width: 42.2%}
.renewal .feature-wrap .feature-txt {
    padding: 0 3px 0 30px;
}
.renewal .show-type {
    width: 39.3%}
.renewal .color-type-view {
    height: 114px;
}
.renewal .view-type-wrap {
    padding-left: 9px;
}
.renewal .view-type .color-chip {
    width: 37px;
    height: 37px;
}
.renewal .view-type .color-num {
    line-height: 37px;
    font-size: 16px;
}
.renewal .view-type .color-list.on .color-num {
    line-height: 34px;
}
.renewal .view-type .color-list {
    padding: 14px 0;
}
.renewal .view-type .color-name {
    line-height: 16px;
    padding-left: 8px;
}
.renewal .user-way .user-txt {
    padding-right: 35px;
}
.renewal .user-step {
    padding: 30px 0 44px;
}
.renewal .pdt-together .relation-item {
    margin: 0 7px;
}
.renewal .pdt-together .relation-list .name-tit {
    margin: 11px 0 0;
}
.renewal .beauty-step .beauty-step-way {
    margin-top: 24px;
}
.renewal .beauty-step .thumb-title.list {
    font-size: 21px;
}
.renewal .beauty-way-desc .beauty-step-box {
    margin-top: 24px;
}
.renewal .beauty-way .sec-tit+.beauty-step {
    margin-top: -9px;
}
.renewal .face-care-box {
    margin: 40px auto 27px;
}
.renewal .face-care-box .care-thumb img {
    width: 140px;
    height: 140px;
}
.renewal .face-care-box .left-cont {
    padding: 15px 17% 24px 0;
}
.renewal .face-care-box .right-cont {
    padding: 15px 0 24px 17%}
}@media only all and (max-width:890px) {
    .renewal .l-pdt-inner .info-tit {
    width: 75px;
}
.renewal .l-pdt-wrap {
    padding: 8px 50px 43px;
}
.renewal .l-pdt-detail {
    max-width: 890px;
    padding: 0 50px;
}
.renewal .pdt-tab.on {
    padding: 0 50px;
}
.renewal .pdt-rolling .pdt-img, .renewal .pdt-rolling-dy .pdt-img-dy {
    width: 400px;
    height: 400px;
}
.renewal .pdt-rolling-dy .pdt-shadow-img {
    bottom: -69px;
}
.renewal .pdt-show .pdt-tit {
    line-height: 33px;
    font-size: 25px;
}
.renewal .pdt-show .btn-detail {
    margin-top: 15px;
}
.renewal .view-type-wrap {
    padding: 0;
}
.renewal .show-type {
    width: 35%}
}@media only all and (max-width:767px) {
    .l-renewal .l-header, .l-renewal .l-wrap {
    padding: 0 15px;
}
.renewal .l-pdt-wrap {
    padding: 17px 0 30px;
}
.renewal .l-pdt-detail {
    padding: 0;
    font-size: 13px;
}
.renewal .l-pdt-inner {
    font-size: 13px;
}
.renewal .pdt-tab.on {
    padding: 0;
}
.renewal .pdt-tab a {
    height: 38px;
    line-height: 38px;
    font-size: 13px;
}
.renewal .pdt-tab li.on a {
    font-weight: 400;
}
.renewal .pdt-show .pdt-tit-box {
    padding: 33px 0 13px;
}
.renewal .pdt-show .info-box {
    position: relative;
    top: 0;
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    min-height: auto;
    box-sizing: border-box;
}
.renewal .pdt-show .pdt-tit {
    margin-bottom: 3px;
    line-height: 25px;
    font-size: 18px;
}
.renewal .info-box .sum-name {
    display: block;
    margin-top: 5px;
    line-height: 15px;
    font-size: 12px;
}
.renewal .pdt-show .color-box {
    display: none;
}
.renewal .pdt-show .btn-detail {
    margin-top: 6px;
    padding-right: 19px;
    font-size: 13px;
}
.renewal .pdt-show .color-box+.btn-detail {
    margin-top: 4px;
}
.renewal .pdt-show .badge {
    margin-left: 15px;
    margin-right: 15px;
}
.renewal .pdt-show .pdt-badge-box .badge {
    margin: 0;
}
.renewal .pdt-show .pdt-badge-box+.pdt-tit-box {
    padding-top: 12px;
}
.renewal .pdt-desc-wrap .color-shade .sec-tit {
    padding: 28px 0 5px;
}
.renewal .pdt-desc-wrap .beauty-way .sec-tit {
    margin-bottom: 11px;
}
.renewal .pdt-detail-info {
    display: block;
    width: auto;
    margin: 30px 15px 0;
    border-top: 1px solid #ddd;
}
.renewal .pdt-detail-info.two-info .detail-list .color-box+li {
    margin: 0 0 8px;
}
.renewal .pdt-detail-info.two-info .detail-list .color-box+li+li {
    margin: 0 0 8px;
}
.renewal .pdt-detail-info.two-info .detail-list li {
    margin: 0 0 8px;
}
.renewal .pdt-detail-info.two-info .detail-list li+li {
    margin: 0 0 8px;
}
.renewal .pdt-detail-info.two-info .detail-list .color-box li {
    margin-bottom: 0;
}
.renewal .pdt-detail-info .acc-tit {
    padding: 10px 0 11px;
    background-size: 20px!important;
}
.renewal .pdt-detail-info .detail-box {
    display: block;
    width: 100%}
.renewal .pdt-detail-info .detail-guide {
    padding: 0;
}
.renewal .pdt-detail-info .detail-list>ul>li {
    margin: 0 0 8px;
}
.renewal .pdt-detail-info .detail-list {
    padding: 10px 0 4px;
}
.renewal .pdt-detail-info .color-box {
    display: block;
}
.renewal .pdt-rolling, .renewal .pdt-rolling-dy {
    margin-top: -13px;
}
.renewal .pdt-rolling .btn-rolling-wrap, .renewal .pdt-rolling-dy .btn-rolling-wrap {
    bottom: 100px;
}
.renewal .pdt-rolling .pdt-img, .renewal .pdt-rolling-dy .pdt-img-dy {
    width: 290px;
    height: 290px;
    margin-bottom: 0;
}
.renewal .pdt-rolling .pdt-shadow-img, .renewal .pdt-rolling-dy .pdt-shadow-img {
    overflow: hidden;
    bottom: -86px;
}
.renewal .pdt-rolling .pdt-shadow-img img, .renewal .pdt-rolling-dy .pdt-shadow-img img {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: inherit;
    margin-left: -659px;
}
.renewal .pdt-desc-wrap .sec-tit {
    line-height: 25px;
    margin: 0 15px;
    padding: 28px 0 8px;
    font-size: 18px;
}
.renewal .pdt-feature .btn-view-detail a {
    width: 161px;
    height: 37px;
    line-height: 37px;
    font-size: 15px;
}
.renewal .sns-box {
    bottom: -6px;
    right: 15px;
}
.renewal .sns-box a {
    width: 30px;
    height: 30px;
}
.renewal .sns-box .facebook, .renewal .sns-box .twitter {
    background-size: contain;
}
.renewal .sns-box .facebook:hover, .renewal .sns-box .twitter:hover {
    background-size: contain;
}
.renewal .sec-box {
    padding-bottom: 30px;
}
.renewal .sec-box .sub-txt {
    line-height: 19px;
    margin-bottom: 12px;
    padding: 0 15px;
    font-size: 13px;
}
.renewal .feature-wrap {
    margin: 0;
    padding: 15px 15px 0;
}
.renewal .feature-wrap .feature-img {
    display: block;
    width: 100%}
.renewal .feature-wrap .feature-img img {
    width: 100%}
.renewal .feature-wrap .feature-txt {
    display: block;
    width: 100%;
    padding: 0;
}
.renewal .feature-wrap .txt-tit {
    margin: 13px 0 4px;
    line-height: 17px;
    font-size: 14px;
}
.renewal .feature-wrap .row-box {
    display: block;
}
.renewal .feature-wrap .row-box+.row-box {
    margin-top: 22px;
}
.renewal .color-type-view {
    height: 103px;
    margin-bottom: 15px;
}
.renewal .view-type .color-system-type {
    display: block;
    text-align: center;
}
.renewal .color-shade.sec-box {
    padding-bottom: 16px;
}
.renewal .color-shade.sec-box .sub-txt {
    margin-bottom: 22px;
}
.renewal .type-box {
    display: block;
}
.renewal .show-type {
    display: block;
    width: 77.7%;
    padding: 0;
    margin: 0 auto 27px;
}
.renewal .view-type-wrap {
    overflow: hidden;
}
.renewal .view-type-wrap .is-pc {
    display: none;
}
.renewal .view-type-wrap .is-mobile .slick-list {
    display: block;
}
.renewal .view-type {
    display: block;
    width: 100%;
    padding-right: 0;
}
.renewal .view-type {
    margin: 0 auto;
    text-align: center;
}
.renewal .view-type .slick-list {
    overflow: visible;
}
.renewal .view-type .color-list {
    padding: 0;
}
.renewal .view-type .color-list.on .color-num {
    line-height: 47px;
}
.renewal .view-type .color-list.on .color-name {
    display: block;
}
.renewal .view-type .color-chip {
    display: block;
    width: 49px;
    height: 49px;
    margin: 0 auto;
}
.renewal .view-type .color-name {
    display: none;
    line-height: 18px;
    padding: 6px 0 0;
    text-align: center;
}
.renewal .view-type .color-num {
    line-height: 49px;
}
.renewal .stick-graph .graph-area {
    float: none;
    height: 246px;
    background-size: contain;
}
.renewal .stick-graph .graph-area.graph-left, .renewal .stick-graph .graph-area.graph-right {
    width: 100%;
    padding: 0 10%}
.renewal .stick-graph .graph-area.graph-right {
    margin-top: 25px;
}
.renewal .stick-graph .graph-area.graph-right .graph-list {
    width: 33%}
.renewal .stick-graph .stick-tit {
    width: 100%;
    margin-left: -50%;
    font-size: 14px;
    line-height: 17px;
}
.renewal .stick-graph .graph-value {
    width: 100%;
    margin-left: -50%;
    font-size: 17px;
}
.renewal .stick-graph.caption-have {
    padding-top: 25px;
}
.renewal .stick-graph.caption-have .graph-left {
    width: 100%;
    padding: 0 7% 0 12%}
.renewal .stick-graph.caption-have .graph-right {
    margin-top: 45px;
}
.renewal .stick-graph.caption-have .graph-left .caption-title, .renewal .stick-graph.caption-have .graph-right .caption-title {
    margin-left: -25%}
.renewal .user-step {
    padding: 18px 15px 19px;
}
.renewal .user-step li {
    text-align: left;
}
.renewal .user-step li .step-txt:before {
    top: -6px;
    width: 10px;
    height: 10px;
    background-size: 10px;
}
.renewal .user-step li.on .step-txt:before {
    background-size: 10px;
}
.renewal .user-step li:first-child span:before {
    left: 0;
    margin-left: 0;
}
.renewal .user-step li:last-child span:before {
    left: auto;
    right: -1px;
    margin-left: 0;
}
.renewal .user-step .ta-left {
    text-align: left;
}
.renewal .user-step .ta-center {
    text-align: center;
}
.renewal .user-step .ta-right {
    text-align: right;
}
.renewal .user-step .step-txt {
    padding-top: 6px;
}
.renewal .user-way .user-txt {
    margin: 0;
    padding: 0 15px;
}
.renewal .beauty-way {
    margin-top: 26px;
}
.renewal .beauty-step {
    margin: 0;
    padding: 15px 15px 0;
}
.renewal .relation-list a {
    font-size: 12px;
}
.renewal .relation-list .name-tit {
    margin-top: 6px;
    font-size: 13px;
}
.renewal .l-pdt-inner .color-box li {
    height: 23px;
    margin: 0;
}
.renewal .l-pdt-inner .detail-list .color-box li+li {
    margin-left: 11px;
}
.renewal .l-pdt-inner .color-chip {
    width: 23px;
    height: 23px;
}
.renewal .l-pdt-inner .chip-inner, .renewal .l-pdt-inner .color-chip:hover>.chip-inner {
    background-size: contain;
}
.renewal .l-pdt-inner .info-tit {
    width: 10%}
.renewal .l-pdt-inner .info-desc {
    width: 90%}
.renewal .l-pdt-inner .color-box .info-tit {
    line-height: 23px;
}
.renewal .l-pdt-inner .color-box ul {
    display: table-cell;
    width: 90%;
    margin: 0;
    height: 23px;
}
.renewal .l-pdt-inner .color-name {
    width: 80px;
    bottom: 31px;
    margin-left: -40px;
    padding: 2px 1px;
    font-size: 11px;
    box-sizing: border-box;
}
.renewal .l-pdt-inner .detail-box>ul>li.color-box {
    display: table;
    margin-bottom: 6px;
}
.renewal .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.renewal .slick-dots {
    bottom: 1px;
}
.renewal .slick-dots li button:before {
    width: 6px;
    height: 6px;
}
.renewal .slick-dots li {
    margin: 0 3px;
}
.renewal .slick-dots li button {
    width: 6px;
    height: 6px;
}
.renewal .slick-dots li, .renewal .slick-dots li.slick-active {
    background-size: contain;
}
.renewal .slick-dots li.slick-active button {
    width: 15px;
    height: 6px;
}
.renewal .detail-video .video-player-desc p {
    font-size: 13px;
}
.renewal .detail-video .video-player-desc {
    padding: 2.72727273% 15px 0;
}
.renewal .detail-video .video-player-desc br {
    display: none;
}
.renewal .detail-video .f-icon {
    margin: -15px 0 0 -15px;
    font-size: 30px;
}
.renewal .pdt-together .relation-list-container {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
}
.renewal .pdt-together .relation-list .slick-prev {
    left: 10px;
}
.renewal .pdt-together .relation-list .slick-next {
    right: 10px;
}
.renewal .pdt-together .relation-list .name-tit {
    margin: 5px 0 1px;
    font-size: 13px;
}
.renewal .pdt-together .relation-list .name-eng {
    font-size: 12px;
}
.renewal .pdt-together .sec-tit {
    margin-bottom: 11px;
}
.renewal .pdt-together .relation-thumb {
    width: 140px;
    height: 153px;
    margin: 0 auto;
}
.renewal .sec-box .line {
    display: inline;
}
.renewal .txt-info-gray {
    display: block;
}
.renewal .ingredient a {
    height: auto;
    max-height: 245px;
    line-height: 18px;
    font-size: 12px;
}
.renewal .ingredient {
    padding-top: 2px;
}
.renewal .buy-store .store-cate {
    width: 98%;
    margin-bottom: 15px;
    padding-right: 2%}
.renewal .buy-store .find-tit {
    width: 47%}
.renewal .buy-store .find-tit+.find-tit {
    margin-left: 6%}
.renewal .buy-store .store-cate .find-tit a {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 8px 3px 7px;
    line-height: 20px;
}
.renewal .buy-store .store-list {
    width: 98%;
    margin-left: 0;
    padding-right: 2%}
.renewal .buy-store .store-list ul {
    margin-left: -6%}
.renewal .buy-store .store-list li {
    width: 44%;
    height: auto;
    margin: 0 0 15px 6%;
    line-height: auto;
    border-color: #333;
}
.renewal .buy-store .store-list li a {
    padding: 8px 5px 7px!important;
    line-height: 19px;
}
.renewal .user-step.four-step li {
    width: 25%}
.renewal .user-step.four-step li+li {
    padding-left: 2%;
    box-sizing: border-box;
}
.renewal .tab-list ul li a {
    font-size: 13px;
}
.renewal .tab-list ul li+li {
    background-size: 1px 7px;
}
.renewal .sec-sub-tit {
    padding-top: 0;
    font-size: 14px;
}
.renewal .beauty-way .sec-tit+.beauty-step {
    margin-top: -27px;
}
.renewal .beauty-way .detail-video {
    margin-top: -8px;
}
.renewal .beauty-step-box .tab-list {
    margin-bottom: 6px;
}
.renewal .beauty-step .sum-title {
    margin: 7px 0;
    font-size: 13px;
}
.renewal .beauty-step .way_disc {
    margin: 10px 0 0;
}
.renewal .beauty-step-box+.beauty-step-box {
    margin-top: 15px;
}
.renewal .beauty-step .beauty-step-way .way-thumb>p {
    line-height: 18px;
}
.renewal .beauty-step .slick-slide {
    text-align: left;
}
.renewal .beauty-step .slick-slide img {
    display: inline-block;
    width: 100%}
.renewal .beauty-step .slick-dots {
    position: relative;
    bottom: 0;
}
.renewal .beauty-step .slick-dots li {
    width: auto;
}
.renewal .beauty-step .slick-dots li+li {
    margin: 0 3px;
}
.renewal .beauty-step .slick-dots {
    margin: 0;
}
.renewal .beauty-step .beauty-step-way {
    margin-top: 6px;
}
.renewal .beauty-step .thumb-title {
    margin-top: 15px;
    font-size: 13px;
    line-height: 18px;
}
.renewal .beauty-step .beauty-step-way .way-thumb .thumb-title+p {
    margin-top: 3px;
}
.renewal .beauty-step .line {
    display: block;
}
.renewal .beauty-step .thumb-title.list {
    font-size: 13px;
}
.renewal .beauty-step .face-care-box.care-pc {
    display: none;
}
.renewal .beauty-step .face-care-box {
    background: 0;
    margin: 6px 0 22px;
}
.renewal .beauty-step .face-care-box .care-thumb img {
    width: 100%;
    height: 100%}
.renewal .beauty-step .face-care-box .thumb-title {
    margin: 15px 0 3px;
}
.renewal .beauty-way-desc .beauty-step-box {
    display: block;
    width: 100%;
    margin-top: 7px;
}
.renewal .beauty-way-desc .beauty-step-way {
    display: block;
}
.renewal .beauty-way-desc .beauty-way-img {
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
}
.renewal .beauty-way-desc .thumb-title {
    margin: 6px 0 8px;
}
.renewal .beauty-way-desc .step-num {
    margin-bottom: 3px;
}
.renewal .beauty-way-desc .way-thumb+.way-thumb {
    margin-top: 19px;
}
.renewal .video-title {
    top: 50px;
    right: 14px;
}
.renewal .video-title .name-ko {
    line-height: 15px;
    font-size: 14px;
}
.renewal .video-title .name-en {
    margin-top: 0;
    font-size: 12px;
}
.renewal .pdt-desc-wrap .pdt-effect .sec-tit {
    margin-bottom: 0;
}
.renewal .sum-title {
    margin-bottom: 9px;
    line-height: 20px;
    font-size: 15px;
}
.renewal .title-box .sub-txt {
    padding: 0;
}
.renewal .title-box {
    padding: 0 15px;
}
.renewal .bullet {
    margin-left: 6px;
    line-height: 13px;
    text-indent: -3px;
    font-size: 10px;
}
.renewal .circle-graph .graph-list+.graph-list {
    margin-left: 18px;
}
.renewal .circle-graph .effect-title {
    margin-bottom: 8px;
    line-height: 18px;
    font-size: 14px;
}
.renewal .circle-graph .effect-title span {
    line-height: 18px;
    font-size: 14px;
}
.renewal .circle-graph .value {
    position: relative;
    top: 3px;
    font-size: 15px;
}
.renewal .circle-graph .value em {
    font-size: 24px;
}
.renewal .circle-graph .graph-list {
    width: 80px;
}
.renewal .circle-graph .effect-box {
    width: 80px;
    height: 80px;
}
.renewal .control-graph.col-two .graph-list {
    width: 100%;
    padding: 0;
}
.renewal .control-graph .sum-title {
    margin-bottom: 4px;
    font-size: 16px;
}
.renewal .control-graph, .renewal .control-graph.col-two {
    padding: 21px 15px 29px;
}
.renewal .control-graph .graph-list+.graph-list, .renewal .control-graph.full .graph-list+.graph-list {
    margin-top: 30px;
}
.renewal .control-graph .value {
    font-size: 14px;
}
.renewal .control-graph .value em {
    font-size: 24px;
}
.renewal .controller, .renewal .controller-back {
    height: 5px;
}
.renewal .controller-back:before {
    width: 13px;
    height: 13px;
    top: -4px;
    background-size: contain;
}
.renewal .control-graph .control-txt {
    line-height: 18px;
    font-size: 13px;
}
.renewal .control-graph.full .sum-title {
    display: block;
    margin-bottom: 9px;
}
.renewal .control-box {
    margin-top: 9px;
}
.renewal .control-graph .graph-cont+.graph-cont {
    margin-top: 11px;
}
.renewal .circle-graph .effect-box canvas, .renewal .circle-graph .effect-txt {
    width: 80px!important;
    height: 80px!important;
}
.renewal .circle-graph .effect-desc {
    margin-top: 7px;
    line-height: 17px;
    font-size: 12px;
}
.renewal .circle-graph .effect-title, .renewal .circle-graph .effect-title.line-two {
    height: 38px;
    margin-bottom: 7px;
}
.renewal .stick-graph.caption-have .caption-title {
    top: -14px;
    height: 31px;
    line-height: 31px;
    font-size: 14px;
}
.renewal .graph-cate {
    position: static;
    margin-top: 22px;
}
.renewal .graph-cate .cate+.cate {
    padding-left: 14px;
}
.renewal .graph-cate .cate i {
    width: 13px;
    height: 13px;
    margin-right: 8px;
    background-size: contain;
    top: 1px;
}
.renewal .line-graph img {
    display: block;
    width: 290px;
    height: 259px;
    margin: 0 auto;
}
.renewal .line-graph img+img {
    margin-top: 25px;
}
.renewal .pc-graph {
    display: none;
}
.renewal .semi-circle-graph {
    width: 290px;
    height: 95px;
    margin: 0 auto;
}
.renewal .effect-graph-in-wrap+.effect-graph-in-wrap, .renewal .effect-graph-wrap+.effect-graph-wrap {
    margin: 0;
}
.renewal .btn-view-beauty {
    display: none;
}
.renewal .beauty-step {
    height: auto!important;
    overflow: inherit!important;
}
.renewal .pdt-together .relation-item .name {
    width: auto;
}
.renewal .pdt-together .relation-list-container {
    background-position: 50% 100%}
}@media screen and (max-width:767px) {
    .renewal .type-box {
    display: block;
}
.renewal .show-type {
    display: block;
    width: 290px;
    height: 190px;
    margin: 0 auto 26px;
    padding-right: 0;
    text-align: center;
}
.renewal .view-type-wrap {
    display: block;
    width: 100%;
    padding-right: 0;
}
}@media(max-width:500px) {
    .renewal .l-pdt-inner .info-tit {
    width: 15%}
.renewal .l-pdt-inner .info-desc {
    width: 85%}
}@media(max-width:450px) {
    .renewal .pdt-desc-wrap .detail-video .video-link {
    overflow: hidden;
    height: 180px;
}
.renewal .pdt-desc-wrap .detail-video img {
    position: absolute;
    top: 0;
    left: 50%;
    width: inherit;
    height: 100%;
    max-width: inherit;
    margin-left: -75%}
.renewal .pdt-desc-wrap .detail-video>img {
    position: inherit;
    width: 100%;
    margin: 0;
}
.renewal .pdt-desc-wrap .flexible-obj {
    padding-bottom: 56.5%}
.renewal .pdt-together .relation-item {
    margin: 0 3px;
}
}@media(max-width:374px) {
    .renewal .pdt-together .slick-slider {
    text-align: center;
}
.renewal .pdt-together .slick-slide {
    width: 170px;
}
.renewal .pdt-together .slick-dots {
    position: relative;
    display: inline-block;
    width: inherit;
    margin: 13px auto 0;
}
.renewal .pdt-together .slick-dots:after {
    display: block;
    content: "";
    clear: both;
}
.renewal .pdt-together .slick-dots>li {
    float: left;
    margin: 0 2px;
    background: 0;
}
.renewal .pdt-together .slick-dots button {
    overflow: hidden;
    width: 5px;
    height: 5px;
    text-indent: -999px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: url(../image/bg_btn_rolling.png) no-repeat 0 0;
    background-size: contain;
}
.renewal .pdt-together .slick-dots .slick-active button {
    width: 12px;
    height: 5px;
    background: url(../image/bg_btn_rolling_on.png) no-repeat 0 0;
    background-size: contain;
}
.renewal .pdt-together .relation-list-container {
    background-position: 50% 87%}
}@media(max-width:320px) {
    .renewal .pdt-together .slick-slide {
    opacity: .4;
}
.renewal .pdt-together .slick-slide.slick-current {
    opacity: 1;
}
.renewal .pdt-together .relation-list .name-eng, .renewal .pdt-together .relation-list .name-tit {
    opacity: 0;
}
.renewal .pdt-together .relation-list .slick-current .name-eng, .renewal .pdt-together .relation-list .slick-current .name-tit {
    opacity: 1;
}
}@media(min-width:768px) {
    .renewal .face-care-box.care-mobile {
    display: none;
}
.renewal .mobile-graph {
    display: none;
}
}@media \0screen {
    .renewal {
    min-width: 1280px;
}
.renewal .face-care-box.care-mobile {
    display: none!important;
}
.renewal .mobile-graph {
    display: none!important;
}
.renewal .beauty-step .slick-next, .renewal .beauty-step .slick-prev {
    top: -6px;
}
}.renewal .radiance-mask .title-box {
    margin-bottom: 42px;
}
.renewal .radiance-mask .effect-graph-wrap {
    margin-top: 35px;
}
.renewal .radiance-mask .effect-graph-wrap+.effect-graph-wrap {
    margin-top: 93px;
}
.renewal .radiance-mask .pdt-effect .sum-title {
    margin-bottom: 8px;
    font-size: 22px;
}
.renewal .radiance-mask .buy-store .store-desc {
    display: none;
}
@media only all and (max-width:767px) {
    .renewal .radiance-mask .title-box {
    margin-bottom: 21px;
}
.renewal .radiance-mask .effect-graph-wrap {
    margin-top: 5px;
}
.renewal .radiance-mask .effect-graph-wrap+.effect-graph-wrap {
    margin-top: 23px;
}
.renewal .radiance-mask .circle-graph .effect-title {
    width: 77%;
    margin: 0 auto 7px;
}
.renewal .radiance-mask .pdt-effect .sum-title {
    font-size: 15px;
}
}.renewal .hydroAid .title-box {
    margin-bottom: 38px;
}
.renewal .hydroAid .sum-title {
    font-size: 22px;
}
.renewal .hydroAid .pdt-effect .sub-txt {
    margin-bottom: 40px;
}
.renewal .hydroAid .pdt-feature .f-icon {
    display: none;
}
.renewal .hydroAid .buy-store .store-desc {
    display: none;
}
@media only all and (max-width:1024px) {
    .renewal .hydroAid .sec-box .txt-list+.txt-list {
    margin-top: 24px;
}
}@media only all and (max-width:767px) {
    .renewal .hydroAid .pdt-desc-wrap .pdt-effect .sec-tit {
    padding-bottom: 4px;
}
.renewal .hydroAid .title-box .sub-txt {
    margin-bottom: 25px;
}
.renewal .hydroAid .title-box {
    margin-bottom: 20px;
}
}@media only all and (max-width:450px) {
    .renewal .hydroAid .pdt-feature .video {
    position: relative;
    overflow: hidden;
    height: 180px;
}
}.renewal .activation-serum .title-box {
    position: relative;
    margin-bottom: 0;
}
.renewal .activation-serum .line-graph {
    margin-top: 45px;
}
.renewal .activation-serum .pdt-effect .sub-txt {
    margin-bottom: 40px;
}
.renewal .activation-serum .pdt-effect .sec-tit {
    margin-bottom: 9px;
}
.renewal .activation-serum .effect-graph-wrap+.effect-graph-wrap {
    margin-top: 36px;
}
.renewal .activation-serum .buy-store .store-desc {
    display: none;
}
@media only all and (max-width:1024px) {
    .renewal .activation-serum .sum-name {
    width: 75%;
    line-height: 21px;
}
}@media only all and (max-width:767px) {
    .renewal .activation-serum .pdt-effect .sub-txt {
    margin-bottom: 19px;
}
.renewal .activation-serum .pdt-effect .sec-tit {
    margin-bottom: 0;
}
.renewal .activation-serum .line-graph {
    margin-top: 13px;
}
.renewal .activation-serum .effect-graph-wrap+.effect-graph-wrap {
    margin-top: 36px;
}
}.renewal .concentrated .pdt-effect .sec-tit.bd-none {
    margin-bottom: 44px;
}
.renewal .concentrated .effect-graph-wrap+.effect-graph-wrap {
    margin-top: 6px;
}
.renewal .concentrated .buy-store .store-desc {
    display: none;
}
@media only all and (max-width:767px) {
    .renewal .concentrated .pdt-effect .sec-tit.bd-none {
    margin-bottom: 8px;
}
.renewal .concentrated .anti-care .effect-img {
    width: 291px;
    height: 161px;
    margin: 0 auto 29px;
}
.renewal .concentrated .anti-care .title-box {
    margin-bottom: 22px;
}
.renewal .concentrated .effect-graph-wrap+.effect-graph-wrap {
    margin-top: 0;
}
}.renewal .timetreasure .pdt-desc-wrap .pdt-effect .sec-tit {
    margin-bottom: 38px;
}
.renewal .timetreasure .title-box {
    margin-bottom: 38px;
}
.renewal .timetreasure .buy-store .store-desc {
    display: none;
}
@media only all and (max-width:890px) {
    .renewal .timetreasure .circle-graph .graph-list+.graph-list {
    margin-left: 10px;
}
}@media only all and (max-width:767px) {
    .renewal .timetreasure .pdt-desc-wrap .pdt-effect .sec-tit {
    margin-bottom: 8px;
}
.renewal .timetreasure .title-box {
    margin-bottom: 12px;
}
.renewal .timetreasure .circle-graph .graph-list+.graph-list {
    margin-left: 0;
}
.renewal .timetreasure .circle-graph.graph-box {
    width: 320px;
    margin: 0 auto;
}
.renewal .timetreasure .circle-graph .graph-list {
    padding: 8px 20px;
}
}.renewal .capsulized-serum .title-box .bullet {
    margin-top: 19px;
}
.renewal .capsulized-serum .title-box {
    margin-bottom: 14px;
}
.renewal .capsulized-serum .semi-circle-graph {
    margin-top: 44px;
}
.renewal .capsulized-serum .buy-store .store-desc {
    display: none;
}
@media only all and (max-width:767px) {
    .renewal .capsulized-serum .semi-circle-graph {
    height: 210px;
    margin-top: 22px;
}
.renewal .capsulized-serum .title-box .bullet {
    margin-top: 0;
}
.renewal .capsulized-serum .effect-graph-wrap+.effect-graph-wrap .bullet {
    margin-top: 11px;
}
.renewal .capsulized-serum .control-graph .control-txt {
    width: 60%}
}.renewal .snowise .pdt-effect .sec-tit {
    margin-bottom: 5px;
}
.renewal .snowise .pdt-feature .f-icon {
    display: none;
}
.renewal .snowise .title-box {
    margin-bottom: 44px;
}
.renewal .snowise .buy-store .store-desc {
    display: none;
}
@media only all and (max-width:767px) {
    .renewal .snowise .semi-circle-graph {
    height: 122px;
}
.renewal .snowise .title-box {
    margin-bottom: 39px;
}
.renewal .snowise .beauty-way .beauty-step {
    margin-top: -27px;
}
}@media only all and (max-width:450px) {
    .renewal .snowise .pdt-feature .video {
    position: relative;
    overflow: hidden;
    height: 180px;
}
}.renewal .perfecting-cushion .view-type .next-group {
    padding-left: 40%}
.renewal .perfecting-cushion .view-type .next-group .color-list {
    width: 33.3%}
@media only all and (max-width:890px) {
    .renewal .perfecting-cushion .pdt-show .info-box {
    width: 29%}
}@media only all and (max-width:767px) {
    .renewal .perfecting-cushion .pdt-show .info-box {
    width: auto;
}
}@media only all and (max-width:1024px) {
    .renewal-light .info-box {
    max-width: 29%}
}.area-dy-product {
    overflow: hidden;
}
.list-dy-product {
    position: relative;
    border: 1px solid transparent;
}
.list-dy-product.zoom:before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    font-size: 14px;
    color: #999;
    text-align: center;
    content: 'Mouse over to zoom'}
.list-dy-product.off:before {
    display: none;
}
.box-dy-product {
    overflow: hidden;
    position: relative;
}
.box-dy-product .dy-zoom-info {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    width: 236px;
    height: 220px;
    margin: auto;
    background-position: 0 -30px;
}
.box-dy-product .dy-360-info {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    width: 236px;
    height: 220px;
    margin: auto;
    background-position: -240px -30px;
}
.area-dy-360 .btn-default button:before, .area-dy-pop .btn-dy-zoom>:before, .box-dy-product .dy-360-info, .box-dy-product .dy-zoom-info, .btn-dy-360-pop button:after, .btn-dy-close button:before, .btn-dy-zoom-pop button:after {
    background-image: url(../image/sp_dynamic.png);
    background-repeat: no-repeat;
    background-size: 480px 250px;
}
.list-dy-product>* {
    display: none;
    overflow: hidden;
    position: relative;
    width: 100%;
    text-align: center;
}
.list-dy-product>* img {
    width: 100%}
.list-dy-product>*>* {
    margin: 0;
    padding: 0;
}
.list-dy-product>* .add-dy-Img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin: auto;
}
.list-dy-product>.on {
    display: block;
}
.list-dy-product>.ready {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
}
.btn-dy-360-pop, .btn-dy-zoom-pop {
    transform-style: preserve-3d;
    transform: translate3d(0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.btn-dy-zoom-pop {
    display: block;
}
.btn-dy-zoom-pop+.btn-dy-360-pop {
    left: 80px;
}
.btn-dy-360-pop, .off.area-dy-product .btn-dy-360-pop, .off.area-dy-product .btn-dy-zoom-pop, .off.btn-dy-360-pop, .off.btn-dy-zoom-pop {
    display: none;
}
.btn-dy-360-pop button, .btn-dy-zoom-pop button {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 5000;
    width: 60px;
    height: 0;
    padding-top: 60px;
    border: 0;
    background-color: transparent;
    text-indent: -9999px;
}
.btn-dy-360-pop button.off, .btn-dy-zoom-pop button.off {
    display: none;
}
.btn-dy-360-pop button:before, .btn-dy-zoom-pop button:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    border-radius: 48px;
    background-color: #666;
    content: ''}
.btn-dy-360-pop button:after, .btn-dy-zoom-pop button:after {
    display: block;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: absolute;
    top: 50%;
    left: 50%;
    background-repeat: no-repeat;
    content: ''}
.btn-dy-360-pop button:after {
    width: 26px;
    height: 22px;
    margin: -13px 0 0 -11px;
    background-position: -120px 0;
}
.btn-dy-zoom-pop button:after {
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    background-position: 0 0;
}
.btn-dy-close button:hover:before, .btn-dy-zoom-pop button:hover:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.box-thumb-dy {
    position: relative;
    z-index: 1000;
    top: -10px;
    margin-bottom: 10px;
    font-size: 0;
    text-align: center;
    vertical-align: top;
}
.box-thumb-dy>button.dy-btn-arrow {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 60px;
    height: 60px;
    vertical-align: top;
}
.box-thumb-dy>button.dy-btn-arrow span {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 60px;
    text-indent: -9999px;
}
.box-thumb-dy>button.dy-btn-arrow span:after, .box-thumb-dy>button.dy-btn-arrow span:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 14px;
    background-color: #111;
    content: ''}
.box-thumb-dy>button.dy-btn-arrow.type-next span:after, .box-thumb-dy>button.dy-btn-arrow.type-prev span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -11px;
    margin-left: -1px;
}
.box-thumb-dy>button.dy-btn-arrow.type-next span:before, .box-thumb-dy>button.dy-btn-arrow.type-prev span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -2px;
    margin-left: -1px;
}
.box-thumb-dy>button.dy-btn-arrow.type-next span:before {
    margin-top: -11px;
}
.box-thumb-dy>button.dy-btn-arrow.type-next span:after {
    margin-top: -1px;
}
.box-thumb-dy>button.dy-btn-arrow.type-prev:hover span, .list-dy-arrow li.li_next:hover {
    -webkit-animation: iconMove1 .5s ease-in alternate infinite;
    animation: iconMove1 .5s ease-in alternate infinite;
}
.box-thumb-dy>button.dy-btn-arrow.type-next:hover span, .list-dy-arrow li.li_prev:hover {
    -webkit-animation: iconMove2 .5s ease-in alternate infinite;
    animation: iconMove2 .5s ease-in alternate infinite;
}
.thumb-dy-product {
    display: inline-block;
}
.thumb-dy-product>* {
    display: inline-block;
    overflow: hidden;
    width: 62px;
    height: 62px;
    margin: 0 4px;
}
.thumb-dy-product>* button {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, .2);
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 100% 100%}
.thumb-dy-product>* button span {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    text-indent: -9999px;
}
.area-dy-layer .area-dy-select .dy-view-list button:after, .area-dy-layer .area-dy-select .dy-view-list button:before, .area-dy-layer .list-dy-select li a, .area-dy-layer .list-dy-select li button, .area-dy-select.type-1 .dy-view-list button:after, .area-dy-select.type-1 .dy-view-list button:before, .area-dy-texture .dy-view-list button:after, .area-dy-texture .dy-view-list button:before, .list-dy-select.type-1 li a, .list-dy-select.type-1 li button, .thumb-dy-product>* button {
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.thumb-dy-product>* button:hover {
    border-color: rgba(0, 0, 0, .6);
}
.thumb-dy-product>.on button {
    border-color: #111;
}
.thumb-dy-product>* img {
    width: 100%}
.area-dy-layer .area-dy-select, .area-dy-select.type-1 {
    position: relative;
}
.area-dy-layer .area-dy-select {
    margin-top: 30px;
    text-align: center;
}
.area-dy-layer .list-dy-select, .list-dy-select.type-1 {
    overflow: hidden;
    max-height: 32px;
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
    font-size: 0;
}
.area-dy-layer .list-dy-select, .area-dy-layer .list-dy-select li, .list-dy-select.type-1, .list-dy-select.type-1 li {
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.area-dy-layer .list-dy-select.on, .list-dy-select.type-1.on {
    max-height: 300px;
}
.area-dy-layer .list-dy-select li, .list-dy-select.type-1 li {
    display: inline-block;
    margin: 2px;
    padding: 10px;
    border: 2px solid transparent;
}
.area-dy-layer .list-dy-select li a, .area-dy-layer .list-dy-select li button, .list-dy-select.type-1 li a, .list-dy-select.type-1 li button {
    display: block;
    overflow: hidden;
    width: 23px;
    height: 23px;
    background-color: #fff;
}
.area-dy-layer .list-dy-select li.on, .list-dy-select.type-1 li.on {
    border-color: #111;
}
.area-dy-layer .list-dy-select li a img, .area-dy-layer .list-dy-select li button img, .list-dy-select.type-1 li a img, .list-dy-select.type-1 li button img {
    width: 100%;
    border: 0;
}
.area-dy-layer .list-dy-select.type-circle li, .list-dy-select.type-1.type-circle li {
    overflow: hidden;
    border-radius: 100%}
.area-dy-layer .area-dy-select .dy-view-list, .area-dy-select.type-1 .dy-view-list, .area-dy-texture .dy-view-list {
    width: 400px;
    margin: 10px 0;
    text-align: center;
}
.area-dy-layer .area-dy-select .dy-view-list button, .area-dy-select.type-1 .dy-view-list button, .area-dy-texture .dy-view-list button {
    display: inline-block;
    overflow: hidden;
    position: relative;
    padding-right: 25px;
    line-height: 30px;
    color: #338ed4;
}
.area-dy-layer .area-dy-select .dy-view-list button:after, .area-dy-layer .area-dy-select .dy-view-list button:before, .area-dy-select.type-1 .dy-view-list button:after, .area-dy-select.type-1 .dy-view-list button:before, .area-dy-texture .dy-view-list button:after, .area-dy-texture .dy-view-list button:before {
    display: block;
    position: absolute;
    top: 11px;
    width: 2px;
    height: 8px;
    background-color: #338ed4;
    content: ''}
.area-dy-layer .area-dy-select .dy-view-list button:before, .area-dy-select.type-1 .dy-view-list button:before, .area-dy-texture .dy-view-list button:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 16px;
}
.area-dy-layer .area-dy-select .dy-view-list button:after, .area-dy-select.type-1 .dy-view-list button:after, .area-dy-texture .dy-view-list button:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 11px;
}
.area-dy-layer .area-dy-select .dy-view-list.on button:before, .area-dy-select.type-1 .dy-view-list.on button:before, .area-dy-texture .dy-view-list.on button:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 16px;
}
.area-dy-layer .area-dy-select .dy-view-list.on button:after, .area-dy-select.type-1 .dy-view-list.on button:after, .area-dy-texture .dy-view-list.on button:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 11px;
}
.area-dy-layer {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    min-height: 620px;
}
.area-dy-layer:before {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    content: ''}
.area-dy-pop {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    max-width: 1100px;
    height: 100%;
    margin: auto;
    padding: 0;
    background-color: #fff;
    text-align: center;
}
.area-dy-pop-product {
    height: 100%}
.area-dy-pop .area-dy-slide {
    overflow: hidden;
    position: relative;
    height: 100%;
    text-align: center;
}
.area-dy-pop .list-dy-product {
    height: 100%;
    margin-top: 0;
}
.area-dy-pop .list-dy-product:before {
    display: none;
}
.area-dy-pop .list-dy-product>*, .area-dy-pop .list-dy-product>*>* {
    height: 100%}
.area-dy-pop .list-dy-product>* img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: 100%;
    margin: auto;
    vertical-align: middle;
}
.area-dy-pop .box-thumb-dy {
    position: absolute;
    top: 50%;
    right: 40px;
    width: 62px;
    margin-top: -153px;
    text-align: center;
}
.area-dy-pop .box-thumb-dy>button.dy-btn-arrow {
    display: none;
}
.area-dy-pop .list-dy-select {
    width: auto;
    max-height: none;
}
.area-dy-pop .list-dy-select li {
    margin: 0 10px;
    padding: 5px;
    border-radius: 100%}
.area-dy-pop .list-dy-select li.off {
    display: none;
}
.area-dy-pop .list-dy-select li a, .area-dy-pop .list-dy-select li button {
    width: 28px;
    height: 28px;
    border-radius: 100%}
.area-dy-pop .dy-view-list {
    display: none;
}
.area-dy-pop .area-dy-select {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 50px;
    border-bottom: 0;
}
.area-dy-pop .product-colorchip-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 14px;
    color: #111;
    text-align: center;
}
.area-dy-pop .thumb-dy-product>* {
    margin: 1px 0;
}
.area-dy-pop .thumb-dy-product>.off {
    display: none;
}
.btn-dy-zoom {
    position: absolute;
    bottom: 0;
    left: 20px;
    z-index: 1;
    font-size: 0;
    vertical-align: top;
}
.area-dy-360 .btn-default button, .btn-dy-zoom>* {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 40px;
    height: 0;
    padding-top: 38px;
    border: 1px solid rgba(0, 0, 0, .2);
    background-color: transparent;
    text-indent: -9999px;
}
.btn-dy-zoom .dy-reset, .btn-dy-zoom .dy-zoom-out {
    border-left: none;
}
.area-dy-360 .btn-default button, .btn-dy-zoom .dy-reset {
    height: 40px;
    padding: 0;
    font-size: 12px;
    color: #111;
    text-align: center;
    text-indent: 0;
    vertical-align: top;
}
.btn-dy-zoom .dy-zoom-in:after, .btn-dy-zoom .dy-zoom-in:before, .btn-dy-zoom .dy-zoom-out:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 1px;
    margin-left: -8px;
    background-color: #111;
    content: ''}
.btn-dy-zoom .dy-zoom-in:after {
    width: 1px;
    height: 15px;
    margin-top: -7px;
    margin-left: -1px;
}
.btn-dy-close {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 10;
    width: 40px;
    height: 40px;
}
.btn-dy-close button {
    overflow: hidden;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    text-indent: -9999px;
}
.area-dy-pop .btn-dy-zoom {
    bottom: 40px;
    left: 0;
    width: 100%;
    height: 40px;
    text-align: center;
}
.area-dy-360 .btn-default button, .area-dy-pop .btn-dy-zoom>* {
    width: 40px;
    height: 40px;
    margin: 0 5px;
    padding-top: 0;
    border: 0;
    border-radius: 40px;
    background-color: #767573;
    color: #fff;
    text-indent: -9999px;
}
.btn-dy-close button:before {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.area-dy-360 .btn-default button:before, .area-dy-pop .btn-dy-zoom>:before, .btn-dy-close button:before {
    display: block;
    position: absolute;
    content: ''}
.area-dy-pop .btn-dy-close button:before {
    top: 10px;
    left: 10px;
    width: 21px;
    height: 21px;
    background-position: -90px 0;
}
.area-dy-360 .btn-default button:before, .area-dy-pop .btn-dy-zoom>:before {
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    background-color: transparent;
}
.area-dy-pop .btn-dy-zoom>.dy-zoom-in:before {
    background-position: 0 0;
}
.area-dy-pop .btn-dy-zoom>.dy-zoom-out:before {
    background-position: -30px 0;
}
.area-dy-360 .btn-default button:before, .area-dy-pop .btn-dy-zoom>.dy-reset:before {
    background-position: -60px 0;
}
.area-dy-layer .btn-dy-zoom-pop, .area-dy-pop .btn-dy-zoom>:after {
    display: none;
}
@-webkit-keyframes iconMove1 {
    form {
    transform: translate3d(0, 0, 0);
    opacity: 0;
}
to {
    transform: translate3d(-5px, 0, 0);
    opacity: .5;
}
}@keyframes iconMove1 {
    form {
    transform: translate3d(0, 0, 0);
    opacity: 0;
}
to {
    transform: translate3d(-5px, 0, 0);
    opacity: .5;
}
}@-webkit-keyframes iconMove2 {
    form {
    transform: translate3d(0, 0, 0);
    opacity: 0;
}
to {
    transform: translate3d(5px, 0, 0);
    opacity: .5;
}
}@keyframes iconMove2 {
    form {
    transform: translate3d(0, 0, 0);
    opacity: 0;
}
to {
    transform: translate3d(5px, 0, 0);
    opacity: .5;
}
}.zoomContainer {
    z-index: 100;
}
@media only all and (max-width:560px) {
    .area-dy-layer {
    min-height: 380px;
}
.area-dy-layer .area-dy-select .dy-view-list, .area-dy-layer .list-dy-select, .area-dy-select.type-1 .dy-view-list, .list-dy-select.type-1 {
    width: 100%;
    text-align: center;
}
.area-dy-layer .list-dy-select {
    margin-bottom: 15px;
}
.area-dy-layer .list-dy-select, .list-dy-select.type-1 {
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    max-height: none;
}
.area-dy-layer .area-dy-product .list-dy-select li, .area-dy-product .list-dy-select.type-1 li {
    display: -webkit-box;
    display: box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-pack: center;
    box-pack: center;
    display: -ms-flexbox;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -ms-box-orient: horizontal;
}
.area-dy-layer .list-dy-select.on, .list-dy-select.type-1.on {
    display: block;
    overflow: hidden;
    text-align: left;
}
.area-dy-layer .list-dy-select.on li, .list-dy-select.type-1.on li {
    display: inline-block;
}
.area-dy-pop .list-dy-product>* img {
    width: 100%;
    height: auto;
}
.area-dy-pop .area-dy-slide {
    overflow: hidden;
    height: 100%}
.area-dy-pop {
    top: 0;
    left: 0;
    max-width: none;
    width: 100%;
    margin-left: 0;
}
.btn-dy-zoom {
    bottom: auto;
    top: 10px;
}
.area-dy-pop .box-thumb-dy {
    top: auto;
    right: auto;
    bottom: 0;
    z-index: 3;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.area-dy-pop .thumb-dy-product>* {
    width: 45px;
    height: 45px;
    margin: 3px;
}
.list-dy-arrow, .list-dy-product:before {
    display: none;
}
.area-dy-layer .list-dy-select, .list-dy-select.type-1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}
.area-dy-layer .list-dy-select {
    text-align: center;
}
.area-dy-pop-product .box-360 img {
    width: 100%}
}.product-simplewrap {
    max-width: 900px;
    margin: 0 auto;
}
.box-thumb-dy>button.dy-btn-arrow {
    display: none;
}
.area-dy-product {
    overflow: inherit;
}
.area-dy-product:not(.area-dy-layer) .thumb-dy-product>* {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 10px;
}
.area-dy-product:not(.area-dy-layer) .thumb-dy-product>* {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.area-dy-product:not(.area-dy-layer) .thumb-dy-product>.on {
    width: 24px;
}
.area-dy-product:not(.area-dy-layer) .thumb-dy-product>* a, .area-dy-product:not(.area-dy-layer) .thumb-dy-product>* button {
    position: relative;
    border: 0;
    width: 100%;
    height: 100%;
    background: 0;
    background-color: #999;
}
.area-dy-product:not(.area-dy-layer) .thumb-dy-product>* a:after, .area-dy-product:not(.area-dy-layer) .thumb-dy-product>* button:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #999;
    content: ''}
.box-dy-product {
    width: 100%}
.btn-dy-360-pop, .btn-dy-zoom-pop {
    display: none;
    left: auto;
    right: 0;
}
.btn-dy-360-pop {
    display: none;
}
.renewal .l-pdt-inner .color-box .list-dy-select.type-1 {
    margin: 0 auto;
    font-size: 0;
}
.renewal .l-pdt-inner .color-box .list-dy-select.type-1 li {
    display: inline-block;
    float: none;
    padding: 15px;
    -webkit-border-radius: 62px;
    border-radius: 62px;
}
.renewal .l-pdt-inner .color-box .list-dy-select.type-1 li.on {
    border: 2px solid #000;
}
.product-colorchip-info {
    margin-top: 25px;
    font-size: 14px;
    color: #111;
    text-align: center;
}
.area-dy-select.type-1 {
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c8c8c8;
}
.renewal .l-pdt-inner .color-name {
    bottom: 31px;
    min-width: 92px;
    width: auto;
    white-space: nowrap;
}
.list-dy-arrow {
    display: none;
}
.list-dy-arrow li {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 26px;
    margin-top: -13px;
}
.list-dy-arrow li button {
    overflow: hidden;
    width: 40px;
    height: 0;
    margin: 0;
    padding: 26px 0 0 0;
    background: url(../image/sp_arrow.png) no-repeat;
    text-indent: -9999px;
}
.list-dy-arrow.type-1 li.li_next, .list-dy-arrow.type-1 li.li_prev {
    display: none;
}
.list-dy-arrow li.li_prev {
    left: 0;
}
.list-dy-arrow li.li_next {
    right: 0;
}
.list-dy-arrow li.li_prev button {
    background-position: 0 0;
}
.list-dy-arrow li.li_next button {
    background-position: -40px 0;
}
.area-dy-layer .list-dy-select, .list-dy-select.type-1 {
    max-height: 62px;
}
.area-dy-slide {
    margin-bottom: 25px;
}
.renewal .l-pdt-inner .list-dy-select li.on .color-chip {
    border: 1px solid #555;
}
.area-dy-select {
    position: relative;
    z-index: 10000;
}
@media only all and (max-width:560px) {
    .btn-dy-zoom-pop {
    display: block;
    right: auto;
    left: -12px;
    top: auto;
    bottom: -38px;
}
.btn-dy-360-pop {
    display: none;
    right: auto;
    left: 32px;
    top: auto;
    bottom: -38px;
}
.btn-dy-zoom-pop+.btn-dy-360-pop {
    left: 32px;
}
.list-dy-product.zoom:before, .pdt-tit-box+.area-dy-select {
    display: none;
}
.renewal .l-pdt-inner .color-chip:hover+.color-name {
    display: none;
}
.renewal .l-pdt-inner .color-box ul {
    display: -webkit-box;
    display: box;
}
.renewal .l-pdt-inner .color-box .list-dy-select.type-1 {
    width: 100%;
    height: auto;
}
.renewal .l-pdt-inner .color-box .list-dy-select.type-1 li {
    display: -webkit-box;
    display: box;
    height: auto;
    padding: 10px;
}
.area-dy-select>.info-tit {
    display: none;
}
.btn-dy-360-pop button:before, .btn-dy-zoom-pop button:before {
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    border-radius: 30px;
    background-color: #999;
}
.btn-dy-zoom-pop button:after {
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background-size: 240px 125px;
}
.renewal .area-dy-slide .pdt-shadow-img img {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: inherit;
    width: auto;
    height: 100%;
    margin-left: -659px;
}
.area-dy-pop .list-dy-product {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
}
.area-dy-pop .btn-dy-zoom {
    top: 49px;
    left: 30px;
    width: 100%;
    height: 40px;
    text-align: left;
}
.area-dy-360 .btn-default button, .area-dy-pop .btn-dy-zoom>* {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    padding-top: 0;
    border: 0;
    border-radius: 30px;
    background-color: #999;
    color: #fff;
    text-indent: -9999px;
}
.btn-dy-close {
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: 10;
    width: 40px;
    height: 40px;
}
.area-dy-layer .thumb-dy-product {
    position: fixed;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
}
.area-dy-layer .area-dy-select .info-tit, .area-dy-layer div.color-box.area-dy-select {
    display: none;
}
}.btn-dy-360-pop, .btn-dy-zoom-pop+.btn-dy-360-pop {
    left: auto;
    right: 90px;
}
.detail-concept {
    margin-top: 3.5em;
    font-size: 1.8em;
}
.detail-concept h2 {
    margin-bottom: 1em;
    color: #191919;
    font-size: 1.12em;
    font-weight: 400;
    font-family: Buri, serif;
    line-height: 1.3;
    text-align: center;
}
.detail-concept h2>span {
    white-space: nowrap;
}
.detail-concept-visual {
    margin-bottom: 2.2em;
}
.detail-content {
    position: relative;
    padding: 0 8.5%;
    font-size: 18px;
}
.detail-content h2, .detail-content h3 {
    margin-bottom: .4em;
    color: #555;
    font-size: 1em;
    color: #333;
}
.detail-content p {
    margin-top: 0;
    margin-bottom: 1.8em;
    color: #555;
}
.detail-content ul {
    margin-top: 0;
    margin-bottom: 1.8em;
    color: #999;
}
.detail-content ul li {
    position: relative;
    padding-left: 13px;
}
.detail-content ul li:before {
    content: '-';
    position: absolute;
    left: 0;
    margin-top: -3px;
}
.detail-content p+ul {
    margin-top: -1.4em;
}
.detail-section {
    margin-top: 3.5em;
    font-size: 1.8em;
}
.detail-section-header {
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
    font-family: Buri, serif;
    text-align: center;
}
.detail-section-header .h {
    padding-bottom: .5em;
    color: #191919;
    font-weight: 400;
    font-size: .75em;
}
.renewal .pdt-together.sec-box {
    margin-top: 60px;
}
@media only all and (min-width:768px) {
    .renewal .pdt-together .sec-tit {
    margin-left: 90px;
    margin-right: 90px;
    padding-bottom: .5em;
    border-top: 0;
    border-bottom: 1px solid #eee;
    font-size: 1.4em;
}
}@media only all and (max-width:599px) {
    .detail-concept {
    margin-top: 10%}
.detail-content {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
}
.detail-concept h2 {
    padding-right: 10%;
    font-size: .9em;
    text-align: left;
}
.detail-section-header {
    margin-bottom: 5%}
.detail-section {
    margin-top: 10%}
}@media only all and (max-width:767px) {
    .renewal .pdt-together.sec-box {
    margin-top: 30px;
}
}.area-dy-pop .btn-dy-zoom>.dy-zoom-in, .area-dy-pop .btn-dy-zoom>.dy-zoom-out {
    display: none;
}
.dy-view-list {
    display: none;
}
.area-dy-360 .btn-default button:before, .area-dy-pop .btn-dy-zoom>:before, .box-dy-product .dy-360-info, .box-dy-product .dy-zoom-info, .btn-dy-360-pop button:after, .btn-dy-close button:before, .btn-dy-zoom-pop button:after {
    background-image: url(../image/sp_dynamic.png);
}