body, html {
    font-family: 'Noto Sans KR', sans-serif;
}

p {
    line-height: 1.5;
}

a {
    transition: color .4s ease-in-out, background .5s ease-in-out, transform .3s ease-in-out;
}

button:hover {
}

button {
    outline: none;
    cursor: pointer;
}

#top-banner {
    width: 100%;
    /*height: 75px;*/
    background-color: #212121;
}

.top-banner-wrapper {
    max-width: 100%;
    height: 100%;
    display: block;
    text-align:center;
}

.top-banner-wrapper > img {
    /*width: 100%;*/
    height: 100%;
    /*object-fit: cover;*/
}

.container {
    max-width: 1220px;
    width: 100%;
    min-width: 960px;
    margin: 0 auto;
}

#navbar-global {
    border-top: solid 1px #ededed;
    border-bottom: solid 1px #ededed;
}

.navbar-top {
    height: 48px;
    margin: 0;
}

.navbar-top > .container {
}

.navbar-top-left {
    float: left;
    margin: 0 0 0 -10px;
} 

.navbar-top-right {
    float: right;
    margin: 0 -10px 0 0;
}

.navbar-top-left, .navbar-top-right {
    font-size: 12px;
    line-height: 48px;
    padding: 0;
    list-style: none;
}

.navbar-top-left > li, .navbar-top-right > li {
    display: inline-block;
}

.navbar-top-left > li > a, .navbar-top-right > li > a {
    display: block;
    padding: 0 10px;
    color: #212121;
    text-decoration: none;
}

.navbar-top-left > li > a:hover, .navbar-top-right > li > a:hover {
    font-weight: bold;
}

.navbar-middle {
    height: 148px;
    border-top: solid 1px #ededed;
    border-bottom: solid 1px #ededed;
}

.navbar-middle .container {
    position: relative;
    padding: 53px 0;
}

.navbar-brand {
    width: 340px;
    /*height: 42px;*/
    display: block;
    /*margin: 0 auto;*/
    /*margin: -20px auto 0px;*/
    margin-top:-20px;
    vertical-align: middle;
}

.navbar-middle-right {
    position: absolute;
    top: 50px;
    right: 0px;
}

.navbar-middle-right > a {
    float: left;
    display: block;
}

.navbar-middle-right a {
    transition: all .4s ease-in-out;
}

.navbar-middle-right a:hover {
    transform: scale(1.1);
}

.nav-search-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.94);
    display: none;
}

.nav-search-wrapper h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    position: absolute;
    top: calc(50% - 64px);
    left: calc(50% - 330px);
}

.nav-search-form {
    width: 660px;
    height: 64px;
    top: calc(50% - 32px);
    left: calc(50% - 330px);
    position: absolute;
}

.nav-search-input {
    width: 100%;
    height: 100%;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: solid 1px #212121;
    font-size: 18px;
    font-weight: normal;
    color: #212121;
    padding-left: 12px;
    background: none;
    outline: none;
}

.nav-search-input-button {
    position: absolute;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    display: block;
    top: 8px;
    right: 0;
    background: none;
    border: none;
    font-size: 20px;
    color: #212121;
}

.navbar-brand > img {
    width: 340px;
    /*height: 42px;*/
    object-fit: contain;
}

.navbar-bottom {
    height: 62px;
    background:#000;
}

.navbar-bottom .container {
    position: relative;
    text-align: center;
}

#navbar-hamburger {
    display: block;
    box-sizing: border-box;
    width: 62px;
    height: 62px;
    background: none;
    border: none;
    padding: 16px 17px;
    border-left: solid 1px #ededed;
    border-right: solid 1px #ededed;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
}

#navbar-hamburger .bar1,
#navbar-hamburger .bar2,
#navbar-hamburger .bar3 {
    display: block;
    width: 28px;
    height: 2px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

#navbar-hamburger.active .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 5px);
  transform: rotate(-45deg) translate(-6px, 5px);
}

#navbar-hamburger.active .bar2 {opacity: 0;}

#navbar-hamburger.active .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -6px);
  transform: rotate(45deg) translate(-6px, -6px);
}

#navbar-hamburger .bar2 {
    width: 18px;
}

.navbar-full-dropdown {
    position: absolute;
    top: 63px;
    left: 0px;
    margin-left: -1px;
    background-color: #fff;
    width: 1220px;
    border: 0;
    box-shadow: 0px 10px 12px rgba(0,0,0,0.12);
    text-align: left;
    visibility: hidden;
    z-index: 1600;
    opacity: 0;
    transition: opacity .3s ease-in;
}

#navbar-hamburger.active .navbar-full-dropdown {
    visibility: visible;
    opacity: 1;
}

.navbar-full-dropdown > section {
    width: 204px;
    padding: 20px;
    float: left;
}

.navbar-full-dropdown > section > h3 {
    font-size: 14px;
    color: #212121;
    margin: 0;
    padding: 0 4px 12px 4px;
    border-bottom: solid 1px #ededed;
    font-weight: 400;
}

.navbar-full-dropdown > section > h3 a {
    text-decoration: none;
    color: #212121;
}

.navbar-full-dropdown > section > .navbar-full-dropdown-list {
    list-style: none;
    margin: 4px 0 0 0;
    padding: 0;
}

.navbar-full-dropdown > section > .navbar-full-dropdown-list > .navbar-full-dropdown-list-item {
}

.navbar-full-dropdown > section > .navbar-full-dropdown-list > .navbar-full-dropdown-list-item > a {
    font-size: 14px;
    color: #888888;
    padding: 8px 4px;
    display: block;
    font-weight: 300;
    text-decoration: none;
}

.navbar-full-dropdown > section > .navbar-full-dropdown-list > .navbar-full-dropdown-list-item > a:hover {
    border-radius: 4px;
    background-color: #f3f3f3;
}

.navbar-category {
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.navbar-category-item {
    line-height: 62px;
    font-size: 16px;
    display: inline-block;
}

.navbar-category-item a {
    color: #212121;
    text-decoration: none;
}

.navbar-category-item.active {
}

.navbar-category-item:hover {
    font-weight: bold;
    background:#e31937;
}

/*
.navbar-category-item:hover::before {
    content: '';
    display: block;
    position: absolute;
    left: calc(50% - 12px);
    bottom: 0;
    margin-bottom: -3px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #dedede;
    pointer-events: none;
}

.navbar-category-item:hover::after {
    content: '';
    display: block;
    position: absolute;
    left: calc(50% - 11px);
    bottom: 0;
    margin-bottom: -3px;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #ffffff;
    pointer-events: none;
}
*/

.navbar-category-item > a {
    display: block;
    padding: 0 45px;
    text-decoration: none;
    color: #fff;
}

.navbar-category-item .navbar-dropdown:hover {
    height: 320px;
}

.navbar-category-item:hover .navbar-dropdown {
    height: 320px;
    box-shadow: 0px 10px 12px rgba(0,0,0,0.12);
}

.navbar-dropdown {
    position: absolute;
    top: 63px;
    left: calc(50% - 419px);
    width: 837px;
    height: 0px;
    background-color: #fff;
    border: 0;
    display: block;
    z-index: 1602;
    box-shadow: none;
    transition: all .3s ease-in;
    overflow: hidden;
}

.navbar-dropdown-list {
    margin: 0;
    padding: 12px;
    border-right: solid 1px #dedede;
    width: 200px;
    height: 100%;
    box-sizing: border-box;
    float: left;
}

.navbar-dropdown-list-item {
    display: block;
    width: 100%;
    padding: 0 6px;
    line-height: 36px;
    font-size: 14px;
    text-align: left;
    color: #212121;
    border-radius: 4px;
    font-weight: 400;
    box-sizing: border-box;
    transition: all .4s ease-in-out;
}

.navbar-dropdown-list-item:hover {
    background-color: #f3f3f3;
}

.navbar-dropdown-list-item a {
    display: block;
    width: 100%;
}

.navbar-dropdown-img {
    width: 637px;
    height: 100%;
    object-fit: cover;
    float: left;
}

.hero-image {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.glide__slides {
    margin: 0 !important;
}

.area-container {
    padding: 50px 0;
    overflow:hidden;
}

.area-title-ko {
    color: #212121;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

.area-title {
    color: #212121;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

.product-list {
    display: block;
    padding: 50px 0 0 0;
    list-style: none;
    overflow:hidden;	/* added roland - 2109.11.06 */
}

.product-list-item {
    display: inline-block;
    box-sizing: border-box;
    float:left;	/* added roland - 2109.11.06 */
}

.product-list.grid-3 {
    margin: 0 -12.5px;
}

.product-list.grid-3 .product-list-item {
    padding: 0 12.5px 20px;
    width: 33.333%;
    min-height: 570px;
}

.product-list.grid-4 {
    margin: 0 -10px;
}

.product-list.grid-4 .product-list-item {
    padding: 0 10px 20px;
    width: 25%;
    min-height: 490px;
}

.product-list.grid-6 {
    margin: 0 -10px;
}

.product-list.grid-6 .product-list-item {
    padding: 0 10px 20px;
    width: 16.666%;
}

.product-thumbnail {
    background-color: #fff;
    position: relative;
}

.product-thumbnail:hover {
/*
    animation-name: bounce;
    animation-duration: .5s;
    animation-delay: 0s;
*/
}

.product-thumbnail.brand-logo {
    background-color: #ffffff;
    border: solid 1px #ededed;
    transition: all .4s ease-in-out;
}

.product-thumbnail.brand-logo:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.product-thumbnail > a {
    position: relative;
}

.product-thumbnail-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-thumbnail-brand {
    width: 78px;
    height: 26px;
    background-color: #fff;
    border: solid 1px #ededed;
    position: absolute;
    bottom: 16px;
    left: 16px;
    object-fit: contain;
    padding: 6px;
    box-sizing: border-box;
}

.best-category-info {
    background-color: rgba(255,255,255,0.8);
    display: flex;
    visibility: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transition: all .4s ease-in;
}

.best-category-info span {
    color: #212121;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    vertical-align: middle;
}

.product-thumbnail.best-category:hover .best-category-info {
    visibility: visible;
    height: 100%;
}

.special-info {
    background-color: rgba(255,255,255,0.9);
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    border: solid 1px #ededed;
}

.special-info > div {
    text-align: center;
    vertical-align: middle;
}

.special-info .special-title {
    color: #212121;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 4px 0;
    padding: 0;
}

.special-info .special-price {
    color: #212121;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.product-thumbnail.special:hover .special-info {
    display: flex;
}


.product-info {
    padding: 20px 0 10px;
    position: relative;
}

.product-info-title {
    font-size: 13px;
    margin: 0;
}

.product-info-brand {
    color: #727272;
}

.product-info-name {
    color: #212121;
    /*padding-left: 8px;*/	/* deleted roland - 2109.11.06 */
    height:40px;			/* added roland - 2109.11.06 */
    display:block;	/* added roland - 2109.11.06 */
    text-decoration: none;
}

.product-info-subtitle {
    color: #727272;
    font-size:12px;
    /*padding-left: 8px;*/	/* deleted roland - 2109.11.06 */
    height:16px;			/* added roland - 2109.11.06 */
    display:block;	/* added roland - 2109.11.06 */
    text-decoration: none;
}

.product-info-hr {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: solid 1px #ededed;
    margin: 13px 0;
}

.product-info-model {
    margin: 0;
    font-size: 12px;
    color: #727272;
}

.product-info-price {
    margin: 4px 0 0 0;
    font-size: 12px;
    color: #212121;
    font-weight: bold;
}

.product-info-price .regular-price {
    color: #888888;
    font-weight: 400;
    text-decoration: line-through;
}

.product-info-btn {
    border: solid 1px #ededed;
    width: 30px;
    height: 30px;
    background: #fff;
    padding: 0;
    box-sizing: content-box;
    position: absolute;
    transition: all .3s ease-in;
}

.product-info-btn:hover {
    background-color: #f3f3f3;
    border-radius: 4px;
}

.product-info-btn > img { 
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-info-btn-cart {
    right: 36px;
    bottom: 14px;
}

.product-info-btn-wishlist {
    right: 0px;
    bottom: 14px;
}

.product-info-btn-wishlist i.far{
	color:#ccc;
}


.front-banner {
    display: block;
    width: 100%;
    height: 310px;
    position: relative;
}

.front-banner.banner-boxbreak {
    height: 310px;
    position: relative;
}

.front-banner-image {
    margin: -10px 0;
    width: 50%;
    height: 330px;
    object-fit: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .4s ease-in-out;
}

.front-banner-content {
    position: absolute;
    top: 48%;
    left: 50%;
    right: 0;
    bottom: 0;
    display: table-cell;
    vertical-align: middle;
    transform: translate(0%, -48%);
}

.front-banner-content.content-free {
    top: 38%;
    transform: translate(0%, -38%);
}

.front-banner-title-sub {
    color: #212121;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.front-banner-title {
    color: #212121;
    font-size: 29px;
    font-weight: 300;
    margin: 0;
    padding-bottom: 38px;
    position: relative;
}

.front-banner-title::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 18px;
    left: 0;
    width: 16px;
    height: 2px;
    background-color: #212121;
}

.front-banner-text {
    color: #727272;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.front-banner-btn {
    background-color: #212121;
    padding: 9px 16px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    width: auto;
    vertical-align: middle;
    transition: all .4s ease-in-out;
}

.front-banner-btn.banner-btn-blue {
	background-color: #025b9f;
}

.banner-compact-black {
    background-color: #212121;
    padding: 9px 16px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.front-banner-btn > img {
    object-fit: contain;
}

.banner-carousel {
    margin: 0;
    padding: 0;
    list-style: none;
}

#banner-gift {
    background-color: #f9f9f9;
    transition: all .4s ease-in-out;
}

#banner-gift:hover {
    background-color: #efefef;
    border-radius: 24px;
}

#banner-gift:hover .front-banner-btn {
    border-radius: 6px;
}

#banner-gift:hover .front-banner-image {
    transform: scale(1.1);
}

#banner-free {
    background-color: #f0f8fc;
    transition: all .4s ease-in-out;
}

#banner-free:hover {
    background-color: #DEEAF0;
    border-radius: 24px;
}

#banner-free:hover .front-banner-btn {
    border-radius: 6px;
}

#banner-free:hover .front-banner-image {
    transform: scale(1.1);
}

.brand-best-icons {
    margin: 50px 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0;
}

.brand-best-icons > li {
    display: inline-block;
    height: 57px;
    margin: 0 2px;
}

.brand-best-icons > li > a {
    
}

.brand-best-icons > li > a > img {
    vertical-align: top;
}

.brand-best-icons > li > a > img.logo-best-selected {
    display: none;
}

.brand-best-icons > li > a > img.logo-best-default {
    display: inline-block;
}

.brand-best-icons > li.active > a > img.logo-best-default {
    display: none;
}

.brand-best-icons > li.active > a > img.logo-best-selected {
    display: inline-block;
}

.brand-best-items {
}

.brand-best-items-left {
    width: 50%;
    float: left;
    padding-right: 10px;
    box-sizing: border-box;
}

.brand-best-items-right {
    width: 50%;
    float: left;
    padding-left: 10px;
    box-sizing: border-box;
}

.brand-best-item {
    background-color: #f9f9f9;
    height: 230px;
    float: left;
}

.brand-best-item.compact {
    width: calc(50% - 10px);
    margin-right: 20px;
}

.brand-best-item.compact:last-child {
    margin-right: 0;
}

.brand-best-item.wide {
    width: 100%;
    margin-bottom: 20px;
    padding: 46px 70px;
    box-sizing: border-box;
}

.brand-best-right-info {
    padding: 20px 30px;
    box-sizing: border-box;
}

.brand-best-right-thumbnail {
    background-color: #f9f9f9;
    height: 318px;
}

.brand-best-right-info-subtitle {
    color: #212121;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 22px;
    position: relative;
}

.brand-best-right-info-subtitle::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 16px;
    height: 2px;
    background-color: #212121;
}

.brand-best-right-info-title {
    font-size: 22px;
    color: #212121;
    font-weight: 700;
    margin: 0 0 4px 0;
}

.brand-best-right-info-contents {
    font-size: 14px;
    color: #727272;
    margin: 0;
}

#receipt-container {
    background-color: #212121;
    padding: 74px 0;
    margin: 50px 0;
}

#receipt-container .container {
    color: #fff;
    position: relative;
}

#review-container {
    background-color: #2C5ED8;
    padding: 74px 0;
    margin: 50px 0;
}

#review-container .container {
    color: #fff;
    position: relative;
}

.front-wide-container-left {
    margin-left: 70px;
}

.front-wide-container-subtitle {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 0 0;
}

.front-wide-container-title {
    font-size: 29px;
    font-weight: 200;
    margin: 0 0 16px 0;
    padding: 0 0 18px 0;
    position: relative;
}

.front-wide-container-title::after {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 2px;
    background-color: #fff;
    left: 0;
    bottom: 0;
}

.front-wide-container-text {
    font-size: 14px;
    font-weight: 400;
}

.front-wide-container-right {
    position: absolute;
    top: 8px;
    right: 70px;
    overflow: hidden;
    max-height: 174px;
}

.front-wide-container-right.review-right-container {
    position: absolute;
    top: 8px;
    right: 10px;
    height: 200px;
    width: 50vh;
    overflow: visible;
}

.review-glide-item > img {
    width: 100%;
    object-fit: contain;
    height: 200px;
}


.receipt-list {
    color: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
}

.receipt-list-item {
    margin: 0;
    padding: 8px 0;
    font-size: 16px;
    font-weight: 300;
}

.receipt-list-new {
    padding-right: 8px;
}

.receipt-list-complete {
    padding-left: 12px;
    font-weight: bold;
}

.img-banner-container {
    width: 100%;
    margin: 0 -10px;
}

.front-banner-compact {
    display: inline-block;
    width: 50%;
    object-fit: contain;
    padding: 0 10px;
    box-sizing: border-box;
    float:left;
}

.front-banner-compact > img {
    width: 100%;
}

.button-expand-list {
    width: 100%;
    color: #212121;
    border: solid 1px #ededed;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: #fff;
    font-size: 16px;
    outline: none;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

.button-expand-list:hover {
    border-radius: 8px;
    background-color: #efefef;
}

.button-expand-list > img {
    vertical-align: middle;
    padding-left: 4px;
}

.image-full-width {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.image-partners {
    margin-top: 50px;
}


/* product list start */

.prod-wrapper {
    position: relative;
}

.list-nav {
    position: absolute;
    top: 20px;
    right: 0;
    list-style: none;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.list-nav > li {
    display: block;
    float: left;
    color: #212121;
    padding-left: 4px;
}

.list-nav > li > a {
    text-decoration: none;
    color: #212121;
}

.prod-list-area-title {
    font-size: 16px;
    color: #212121;
    padding: 0;
    margin: 50px 0 20px 0;
    font-weight: 400;
}

.prod-category-list {
    margin: -5px;
    padding: 0;
    overflow:hidden;	/* added roland - 2109.11.06 */
}

.prod-category-list-item {
    padding: 5px;
    margin: 0;
    color: #888888;
    width: 16.666%;
    box-sizing: border-box;
    display: inline-block;
    float:left;	/* added roland - 2109.11.06 */
}

.prod-category-list-item.active > a {
    border: solid 1px #212121;
    color: #212121;
}

.prod-category-list-item > a {
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 0 15px;
    color: #888888;
    border: solid 1px #e4e4e4;
    height: 42px;
    line-height: 42px;
    box-sizing: border-box;
    font-size: 14px;
    transition: all .4s ease-in-out;
}

.prod-category-list-item > a:hover {
    border-color: #bababa;
    border-radius: 8px;
    color: #212121;
}

.prod-list-hr {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: solid 1px #ededed;
    margin: 0 0 30px 0;
}

.prod-list-head {
    position: relative;
}

.prod-list-sort {
    position: absolute;
    right: 0;
    top: 16px;
    list-style: none;
    padding: 0;
    margin: -16px 0;
}

.prod-list-sort > li {
    font-size: 14px;
    float: left;
}

.prod-list-sort > li.active > a {
    color: #212121;
    font-weight: bold;
}

.prod-list-sort > li > a {
    text-decoration: none;
    color: #888888;
    font-weight: 400;
    position: relative;
    margin: 0;
    padding: 0 16px;
}

.prod-list-sort > li > a::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 14px;
    background-color: #ededed;
    right: 0;
    top: 4px;
}

.prod-list-sort > li:last-child > a::after {
    display: none;
}

.prod-detail-left {
    width: 53.27%;
    float: left;
}

.prod-detail-right {
    width: 41.8%;
    float: right;
    border-top: solid 2px #212121;
}

.prod-detail-title {
    margin: 20px 0 0 0;
    padding: 0;
    font-size: 20px;
    color: #212121;
}

.prod-info {
    margin: -6px 0;
    padding: 0;
    font-size: 16px;
    color: #212121;
}

.prod-info .input-select-prod-detail{
    padding:5px;border:1px solid #888;
    max-width:100%;
}


.prod-info dd {
    width: 150px;
}

.prod-info dt {
    width: calc(100% - 164px);
}

.prod-info dd, .prod-info dt {
    margin: 6px 0;
    display: inline-block;
    vertical-align:top;
}

.prod-info-regular-price {
    text-decoration: line-through;
    color: #888888;
    font: 400;
}

.prod-info-price {
    font-weight: bold;
}

.prod-info-discount-price {
    font: 400;
}

.prod-detail-hr {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: solid 1px #ededed;
    margin: 20px 0;
}

.btn-prod-info-detail {
    height: 24px;
    padding: 0 8px;
    line-height: 24px;
    color: #212121;
    border: solid 1px #212121;
    font-size: 12px;
    margin-left: 16px;
    background-color: #fff;
}

.prod-info dd.prod-info-discount-info {
    width: 100%;
    box-sizing: border-box;
    background-color: #f5f5f5;
    padding: 8px 16px;
}

.prod-info dd.prod-info-discount-info > dl {
    color: #888888;
    margin: 0;
    font-size: 12px;
}

.prod-info dd.prod-info-discount-info > dl > dd {
    width: 114px;
    height: 20px;
    margin:4px 0px;
    font-weight:bold;
}

.prod-info dd.prod-info-discount-info > dl > dt {
    width: calc(100% - 118px);
    height: 20px;
    margin:0px;
    margin:4px 0px;
}

.prod-info dd.prod-info-discount-info > dl > dd.active,.prod-info dd.prod-info-discount-info > dl > dt.active {
	color:#C81022;
}

.prod-option-alert {
    color: #FF3939;
    font-size: 12px;
    line-height: 18px;
    height: 18px;
}

.prod-option-alert > img {
    vertical-align: top;
}

.prod-option-container {
    margin: 20px 0;
    border-top: solid 1px #212121;
    border-bottom: solid 1px #212121;
    padding: 0;
}

.prod-option-item {
    height: 44px;
    width: 100%;
    position: relative;
    padding: 20px 0;
    border-bottom: solid 1px #ededed;
}

.prod-option-item:last-child {
    border: none;
}

.prod-option-item > p {
    font-size: 14px;
    margin: 0;
}

.prod-option-title {
    position: absolute;
    top: 20px;
    left: 0;
    color: #212121;
}

.prod-option-info {
    position: absolute;
    bottom: 20px;
    left: 0;
    color: #888888;
}

.prod-option-price {
    position: absolute;
    top: 48px;
    right: 0;
    color: #212121;
    font-weight: bold;
    width: 110px;
}

.btn-prod-option-remove {
    position: absolute;
    top: 50px;
    right: 150px;
    background: none;
    border: none;
}

.prod-price-sum {
    font-size: 14px;
    color: #212121;
    margin: 0 0 20px 0;
}

.prod-price-sum-value {
    font-size: 24px;
    font-weight: bold;
}

#btn-request-consult,#btn-request-consult2 {
    width: calc(100% - 121px);
    height: 60px;
    line-height: 60px;
    font-size: 18px;
	padding: 0;
}

.btn-request-consult > img {
	width: 18px;
	height: 18px;
}

.prod-sub-btns {
    width: 100%;
    height: 60px;
    border: none;
    box-sizing: border-box;
    overflow: hidden;
}

.prod-sub-btns button {
    background: none;
    border: none;
    float: left;
    box-sizing: border-box;
    transition: background .4s ease-in-out;
    background-color: #fff;
}

.prod-sub-btns button:hover {
    background-color: #f3f3f3;
}

.prod-sub-btns button > img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

#prod-btn-buynow {
    width: calc(100% - 180px);
    color: #212121;
    border-right: solid 1px #ededed;
    line-height: 60px;
    font-size: 18px;
    float: left;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    font-weight: 300;
}

#prod-btn-cart {
    width: 60px;
    height: 60px;
    border-right: solid 1px #ededed;
}

#prod-btn-wishlist {
    width: 60px;
    height: 60px;
    border: solid 1px #ededed;
}

#prod-btn-wishlist i {
	font-size: 20px;
}

#prod-btn-wishlist .far {
	color: #ccc;
}

#prod-btn-share {
	width: 60px;
	height: 60px;
	border: solid 1px #ededed;
	border-left: 0;
}

#prod-btn-share i {
	font-size: 20px;
	color: #ccc;
}

.prod-image-big {
    background-color: #fff;
    width: 100%;
    height: auto;
    text-align:center; /* added roland 2020.07.22 */
}

.prod-other-info div {
    box-sizing: border-box;
}

.prod-other-info {
    text-align: center;
    font-size:12px;
    margin:10px 0px;
    line-height:18px;
}

.prod-other-left {
    width: 50%;
    float: left;
} 

.prod-sell-count {
    padding: 30px 20px;
    /*border-bottom: solid 1px #ededed;*/
}

.prod-sell-count-number {
    font-size: 52px;
    color: #c81022;
    font-weight: bold;
    margin: 4px 0 0 0;
    text-align:center;
}

.prod-sell-count-number span {
    font-size: 16px;
    font-weight: bold;
    vertical-align: baseline;
}

.prod-rating {
    padding: 30px 20px;
}

.prod-rating-score {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 0 0;
}

.rating-number {
    padding-left: 8px;
}

.star-filled {
    color: #ffd300;
}

.star-empty {
    color: #dedede;
}

.prod-receipt {
    width: 50%;
    float: left;
    padding: 30px 20px;
    position: relative;
}

.prod-receipt-container {
    overflow: hidden;
    margin-top: 20px;
    height: 140px;
}

.prod-receipt-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.prod-receipt-list-item {
    height: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #212121;
}

.prod-receipt-list-new {
    color: #C81022;
    padding-right: 8px;
}

.prod-receipt .prod-other-info-title {
    padding-bottom: 20px;
    border-bottom: solid 1px #ededed;
}

.prod-other-info-title {
    font-size: 16px;
    padding-bottom: 20px;
    color: #212121;
    margin: 0 0 10px 0;
    border-bottom: solid 1px #ededed;
}

.prod-image-big > img {
    /*min-width: 100%;*/ /* 일단 주석 */
    max-width:500px; /* added roland 2020.07.22 */
    width:100%; /* added roland 2020.07.22 */
    height: 100%;
    object-fit: contain;
}

.prod-image-thumbs {
    margin: 10px -5px;
    text-align:center; /* added roland 2020.07.22 */
}

.prod-image-thumbnail {
    width: 20%;
    height: auto;
    padding: 0 5px;
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
}

.prod-image-thumbnail-image {
    background-color: #f9f9f9;
    object-fit: contain;
    width: 100%;
}

.prod-tab {
    display: block;
    text-align: center;
    margin-bottom:10px;
    border-bottom:solid 1px #ededed;
}

.prod-tab-btn {
    font-size: 16px;
    color: #888888;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    text-decoration: none;
    /*border-bottom: solid 1px #ededed;*/
    width: 33.3333%;
    /*float: left;*/
    text-align: center;
}

.prod-tab-btn.active {
    border-bottom: solid 2px #212121;
    color: #212121;
}

.prod-content-area {
    text-align: center;
    word-break: break-word;
}

.prod-content-area img {
    /*width: 100%;*/
    object-fit: contain;
    display:inherit;
    margin:0px auto;
}

#modal-receipt-container {
    display: none;
}

#modal-receipt-container-complete {
    display: none;
}

.modal-receipt {
    top: 5vh;
    max-height: 80vh;
    overflow-y: scroll;
}

.modal-title {
    font-size: 24px;
    font-weight: 200;
    color: #888888;
    margin: 0;
    padding: 0;
}

.btn-modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 0;
    width: 62px;
    height: 62px;
    border: none;
    background: none;
}

.btn-modal-close > img {
    width: 100%;
    height: 100%;
}

.modal-prod-thumbnail {
    width: 100%;
    margin: 20px 0;
    background: #f9f9f9;
    height: 200px;
    object-fit: contain;
    border: none;
}

.modal-prod-title {
    font-size: 24px;
    font-weight: bold;
    color: #212121;
    margin: 0 0 30px 0;
}

#btn-receipt-submit {
    height: 60px;
    width: 100%;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
}

.eula-contents.consult-eula {
    margin-bottom: 20px;
    height: auto;
    overflow-y: visible;
    padding: 10px;
    display: none;
}

.eula-contents.consult-eula > .eula-text {
    margin-bottom: 4px;
}

.eula-contents.consult-eula > .eula-text:last-child {
    margin-bottom: 0;
}

button.show-eula-button {
    border: none;
    color: #C81022;
    background: none;
    font-size: 14px;
}

/* product list end */

/* login, join start */

.login-cotainer {
    width: 640px;
    margin: 0 auto;
    border: solid 1px #dedede;
    border-top: solid 1px #212121;
    padding: 30px 45px;
}

.login-container-title {
    font-size: 40px;
    font-weight: 900;
    margin: 0 0 10px 0;
    padding: 0;
}

.login-container-subtitle {
    font-size: 14px;
    color: #727272;
    margin: 0 0 30px 0;
    padding: 0;
    font-weight: 300;
}

.login-input-wrapper {
    width: 100%;
    position: relative;
}

.login-input-group {
    width: 100%;
    position: relative;
    display: block;
}

.login-input-group span {
    display: block;
    font-size: 14px;
    color: #212121;
    padding: 0 0 0 12px;
    width: 80px;
    height: 48px;
    line-height: 48px;
    position: absolute;
    top: 0;
    left: 0;
}

.login-input-group input {
    width: 540px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    color: #727272;
    padding: 0 12px 0 80px;
    outline: none !important;
    border: solid 1px #dedede;
    box-sizing: border-box;
}

.login-input-id {
    margin-bottom: 10px;
}

.login-input-pw {
    
}

.login-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    height: 106px;
}

.login-hr {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: solid 1px #ededed;
    margin: 30px 0;
}

.login-join-wrapper {
    position: relative;
    padding: 20px 0;
}

.login-join-title {
    font-size: 14px;
    font-weight: bold;
    color: #212121;
    margin: 0px 0 4px 0;
}

.login-join-text {
    font-size: 12px;
    font-weight: 300;
    color: #212121;
    margin: 0;
}

.login-join-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    height: 100px;
    line-height: 100px;
    opacity: 1;
    transition: all .5s ease-in-out;
}

.login-join-btn:hover {
    border-radius: 12px;
    opacity: 0.8;
}

.eula-container {
    width: 100%;
    padding: 20px;
    background-color: #fbfbfb;
    border: solid 1px #dedede;
    box-sizing: border-box;
}

.eula-container.eula-2 {
    border-top: none;
    margin-bottom: 50px;
}

.eula-title {
    font-size: 14px;
    color: #212121;
    margin: 0 0 16px 0;
}

.eula-contents {
    padding: 20px;
    border: solid 1px #dedede;
    height: 160px;
    background-color: #fff;
    overflow-y: scroll;
    box-sizing: border-box;
}

.eula-text {
    font-size: 12px;
    color: #727272;
    margin: 0 0 16px 0;
}

.eula-checkbox {
    display: block;
    margin: 10px 0 0 0;
    font-size: 14px;
    color: #212121;
}

.join-table {
    width: 100%;
    border-collapse: collapse;
}

.join-table tr, .join-table th, .join-table td {
    border: solid 1px #dedede;
    border-collapse: collapse;
    font-size: 14px;
    height: 48px;
    padding: 5px 16px;
    color: #212121;
    text-align: left;
}

.join-table th {
    background-color: #fbfbfb;
    width: 150px;
}

.join-table td {
}

.join-table input[type=text], .join-table input[type=password] {
    border: solid 1px #dedede;
    border-radius: 4px;
    height: 32px;
    line-height: 32px;
    padding: 0 6px;
    font-size: 14px;
    color: #212121;
    outline: none;
    width: 240px;
}

.join-table-hint {
    color: #727272;
    padding-left: 8px;
}

.join-table button {
    width: 100px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    color: #fff;
    background-color: #212121;
    border: none;
    margin: 0 0 0 10px;
}

.join-table input[type=text].join-address-input.address-first {
    width: 250px;
    margin-top: 0;
}

.join-table input[type=text].join-address-input {
    width: 360px;
    margin-top: 5px;
}

.join-radio {
    margin-right: 10px;
}

.join-checkbox {
    margin-bottom: 10px;
}

.join-checkbox:last-child {
    margin: 0;
}

.join-submit-button {
    margin-top: 30px;
    width: 300px;
    height: 56px;
    line-height: 56px;
}

/* login, join end */

/* mypage start */

.mypage-container-title {
    font-size: 24px;
    font-weight: 900;
    margin: 0 0 10px 0;
    padding: 0;
}

.mypage-list {
    margin: 16px -5px 0 -5px;
    padding: 0;
    overflow:hidden;
}

.mypage-list-item {
    padding: 5px;
    margin: 0;
    color: #212121;
    width: 25%;
    box-sizing: border-box;
    display: inline-block;
    float:left;	
}

.mypage-list-item > a {
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 0 15px;
    color: #212121;
    border: solid 1px #212121;
    height: 58px;
    line-height: 58px;
    box-sizing: border-box;
    font-size: 16px;
}

.mypage-list-item > a:hover {
    border-color: #bababa;
    color: #727272;
}

/* mypage end */

/* cart start */

.cart-table {
    width: 100%;
}

.cart-table tr {
    
}

.cart-table tr th, .cart-table tr td {
    border-collapse: collapse;
    border-top: solid 1px #dedede;
    border-bottom: solid 1px #dedede;
    font-size: 14px;
    color: #212121;
    height: 16px;
    text-align: center;
    padding: 12px 12px;
}

.cart-table tr th {
    background-color: #fafafa;
}

.cart-table tr td {
    
}

.cart-table tr td.cart-thumb {
    padding-left: 0;
}

.cart-table tr td.cart-thumb a > img {
    width: 160px;
    height: 160px;
    object-fit: contain;
    background-color: #fafafa;
}

.cart-table tr td.cart-thumb > img {
    width: 160px;
    height: 160px;
    object-fit: contain;
    background-color: #fafafa;
}

.cart-table tr td.cart-title {
    text-align: left;
    color: #212121;
    font-weight: bold;
    text-decoration: none;
}

.cart-table tr td.cart-title a {
    color: #212121;
    font-weight: bold;
    text-decoration: none;
}

.cart-title a:hover {
    text-decoration: none;
    color: #525252;
}

.cart-table tr td.cart-price {
    font-weight: bold;
}

.cart-table tr td.cart-count {
    
}

.cart-table tr td.cart-delete {
    
}

.button-cart-delete {
    padding: 8px 0;
    width: 100%;
}

.cart-sum-wrapper {
    margin-top: 40px;
    position: relative;
}

.cart-price-sum {
    font-size: 18px;
    font-weight: 300;
    color: #212121;
    margin: 0;
}

.cart-price-sum-value {
    font-size: 28px;
    font-weight: bold;
    height: 58px;
    line-height: 58px;
}

.cart-price-sum-suffix {
    font-size: 16px;
    font: 300;
}

.button-cart-submit-order {
    width: 148px;
    height: 58px;
    line-height: 58px;
    position: absolute;
    top: 0;
    right: 0;
}

/* cart end */

/* order start */

.order-complete-title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 40px 0;
    position: relative;
}

.order-complete-title span {
    color: #C81022;
    font-weight: 900;
}


/* order end */

/* global style */

.bg-dim {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 2000;
    display:none;
}

.modal-basic {
    width: 480px;
    padding: 30px;
    position: fixed;
    left: calc(50% - 240px);
    box-shadow: 0px 4px 16px rgba(0,0,0,0.5);
    z-index: 2010;
    background-color: #fff;
}

.modal-basic fieldset {
    border: none;
    padding: 0;
    margin: 0;
    background: none;
}

.button-primary {
    color: #fff;
    background-color: #C81022 !important;
    text-align: center;
    border: none;
    text-decoration: none;
    display: block;
    transition: all .4s ease-in-out !important;
}

.button-primary:hover {
    border-radius: 12px;
    background-color: #AD0C1B !important;
}

.button-secondary {
    color: #212121;
    background-color: #ffffff;
    text-align: center;
    border: solid 1px #ededed;
    text-decoration: none;
    display: block;
    transition: all .4s ease-in-out;
}
.button-secondary:hover {
    border-radius: 12px;
    background-color: #f3f3f3;
}

.button-outlined-black {
    color: #212121;
    background-color: #ffffff;
    text-align: center;
    border: solid 1px #212121;
    text-decoration: none;
    display: block;
    transition: all .5s ease-in-out;
}

.button-outlined-black:hover {
    background-color: #212121;
    color: #fff;
    border-radius: 12px;
}

.button-black {
    color: #fff;
    background-color: #212121;
    text-align: center;
    border: none;
    text-decoration: none;
    display: block;
}

.button-primary:disabled,.button-secondary:disabled,.button-black:disabled{
	background-color:#bbb;	
}

.input-group {
    margin-bottom: 16px;
    width: 100%;
}

.input-group > label {
    font-size: 14px;
    color: #212121;
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}

.input-group > input[type=text], .input-group > input[type=tel], .input-group > input[type=password] {
    border: none;
    border-bottom: solid 1px #bababa;
    height: 48px;
    width: 100%;
    line-height: 48px;
    font-size: 16px;
    color: #212121;
    outline: none;
}

.input-group > input[type=text]:focus, .input-group > input[type=tel]:focus, .input-group > input[type=password]:focus {
    border-bottom: solid 1px #C81022;
}

#footer-global {
    background-color: #444645;
    padding: 74px 0px 40px;
}

#footer-global p {
    margin: 0 0 5px 0;
    font-size: 12px;
}

#footer-global p.footer-company-name {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 30px 0;
    display: inline-block;
    position: relative;
}

#footer-global p.footer-company-name::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 6px;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #C81022;
    margin-right: -8px;
}

#footer-global .footer-customer{color:#d1d1d1;}
#footer-global .footer-customer h1{margin:10px 0px;}

    /*
    #footer-global p:last-child {
        margin: 30px 0 0 0;
    }
    */

.footer-title {
    color: #d1d1d1;
    padding-right: 4px;
}

.footer-text {
    color: #d1d1d1;
    padding-right: 20px;
}

.foot-kakao{background:#f4e12b;text-align:Center;}

.clearfix::after {
    content: '';
    display: table;
    clear: both;
}

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.ml-0 {
    margin-left: 0;
}

.mr-0 {
    margin-right: 0;
}

.mx-0 {
    margin-right: 0;
    margin-left: 0;
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.pt-0 {
    padding-top: 0;
}

.pb-0 {
    padding-bottom: 0;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.px-0 {
    padding-right: 0;
    padding-left: 0;
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.text-black {
    color: #212121;
}

.text-gray {
    color: #727272;   
}

.text-white {
    color: #ffffff;
}

.wt-t {
    font-weight: 200;
}

.wt-l {
    font-weight: 300;
}

.wt-r {
    font-weight: 400;   
}

.wt-b {
    font-weight: 700;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fw-200 {
    font-weight: 200;
}
.fw-300 {
    font-weight: 300;
}
.fw-400 {
    font-weight: 400;
}
.fw-600 {
    font-weight: 600;
}

.inner-section-title {
    font-size: 18px;
    font-weight: bold;
    color: #212121;
    margin: 0 0 12px 0;
}

.form-table {
    width: 100%;
    border-collapse: collapse;
}

.form-table tr, .form-table th, .form-table td {
    border: solid 1px #dedede;
    border-collapse: collapse;
    font-size: 14px;
    height: 48px;
    padding: 5px 16px;
    color: #212121;
    text-align: left;
}

.form-table th {
    background-color: #fbfbfb;
    width: 150px;
}

.form-table td {
}

.form-table input[type=text], .form-table input[type=password], .form-table input[type=tel], .form-table input[type=email] {
    border: solid 1px #dedede;
    border-radius: 4px;
    height: 32px;
    line-height: 32px;
    padding: 0 6px;
    font-size: 14px;
    color: #212121;
    outline: none;
    width: 240px;
}

.form-table-hint {
    font-size: 14px;
    color: #727272;
    padding-left: 8px;
}

.form-table button {
    width: 120px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    color: #fff;
    background-color: #212121;
    border: none;
    margin: 0 0 0 10px;
    transition: all .4s ease-in-out;
}

.form-table button:hover {
    background-color: #343434;
    border-radius: 8px;
}

.form-table input[type=text].form-address-input.address-first {
    width: 230px;
    margin-top: 0;
}

.form-table select {
    border: solid 1px #dedede;
    border-radius: 4px;
    height: 32px;
    line-height: 32px;
    padding: 0 6px;
    font-size: 14px;
    color: #212121;
    outline: none;
    width: 100%;
}

.form-table input[type=text].form-address-input {
    width: 360px;
    margin-top: 5px;
}

.form-radio {
    margin-right: 10px;
}

.form-checkbox {
    margin-bottom: 10px;
    display: block;
}

.form-checkbox:last-child {
    margin: 0;
}

.form-submit-button {
    margin-top: 30px;
    width: 300px;
    height: 56px;
    line-height: 56px;
    margin-left: auto;
    margin-right: auto;
}

.marquee-top {
    top: 0;
    position: relative;
    animation: marquee-top 10s linear infinite;
}

.marquee-top-prod {
    top: 0;
    position: relative;
    animation: marquee-top-prod 10s linear infinite;
}

@keyframes marquee-top {
    0% {
        top: 0
    }

    100% {
        top: -170px
    }
}

@keyframes marquee-top-prod {
    0% {
        top: 0
    }

    100% {
        top: -150px
    }
}

.pagination-wrapper {
    margin: 0 auto;
    text-align: center;
}

.pagination-wrapper::after {
    content: '';
    display: table;
    clear: both;
}

.pagination {
    list-style: none;
    padding: 0px;
    margin: 0px;
    border: solid 1px #ededed;
    display: inline-block;
}

.pagination li {
    float: left;
    margin: 0;
    padding: 0;
    border-right: solid 1px #ededed;
}

.pagination li:last-child{
    border-right: none;
}

.pagination li a {
    padding: 0;
    font-size: 14px;
    color: #212121;
    text-decoration: none;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #fff;
    transition: all .5s ease-in-out;
    box-sizing: border-box;
}

.pagination li a:hover {
    background-color: #efefef;
}

.pagination li.active a {
    border-bottom: solid 2px #212121;
}

/* 공유하기 / 주소 복사하기 */
.share-box-wrap {
	position: relative;
}

.share-box-wrap .share-box {
	position: absolute;
	border: none;
	padding: 10px;
	background: #fff;
	box-sizing: border-box;
	z-index: 9999;
	text-align: center;
	display: none;
	margin: 0px;
	top: -4px;
	left: -8px;
	width: calc(100% + 16px);
	box-shadow: 0px 4px 12px rgba(0,0,0,0.12);
	transition: all .5s linear;
}

.share-box-wrap .share-box button {
	width: auto;
	height: 32px;
	min-height: 32px;
	padding: 0px 12px;
}

.share-box-wrap .share-box input[type='text'] {
	background: #eee;
}


/* hover css */

.hover-grow {
    transition: all .3s ease-in-out;
}

.hover-grow:hover {
    transform: scale(1.1);
}

.subtop{height:220px;background-repeat:no-repeat;background-position:center center;clear:both;margin-top:-1px;}