a {
    color: white;
    text-decoration: none;
}

html {
    height: 100%;
}

body {
    background-color: #f9f9f9;
    height: 100%;
}

span {
    font-family: 'Noto Sans KR';
}

#main {
    height: 100%;
}

#ifr {
    width: 500px;
    height: 100%;
    display: block;
    position: relative;
    margin: 0 auto;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    z-index: 1;
}

#iframePayment {
    display: none;
    width: 820px;
    height: 720px;
    margin: 10px auto 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10000;
    border: none;
    transform: translate(-50%, -50%);
}

#main {
    display: flex;
    justify-content: space-around;
    width: 1200px;
    margin: 0 auto;
}

#main.kakaopayment { height:800px; }

.area {
    margin-top: 10%;
    width: 400px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#leftArea {
    width: 260px;
    height: 600px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#rightArea {
    width: 310px;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    /*overflow-y: scroll;*/
    /*overflow-x: hidden;*/
}

/*지우면 안됨*/
#ch-plugin-launcher {
    display: none;
}

#backgroundGradient {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.8;
    z-index: 9999;
    display: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.app-img {
    width: 260px;
}

.ps-img {
    margin-top: 10px;
    width: 273px;
    cursor: pointer;
    z-index: 3;
}

.star-title-img {
    width: 312px;
    position: fixed;
    z-index: 9;
}

.main-iframe-wrapper {
    display: flex;
}

.review-div {
    width: 100%;
    position: absolute;
    top: 95px;
    background-color: white;
    z-index: 10;
}

#type-selector {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 5px;
    position: fixed;
    z-index: 100;
    width: 19.4rem;
}

#type-selector > div {
    flex: 1;
    text-align: center;
    padding: 3px;
    border-bottom: 2px solid #b3b3b3;
    background-color: white;
}

#type-selector img {
    max-width: 24px;
    margin-top: 6px;
    opacity: 0.3;
}

#type-selector .type.on img{
    opacity: 1;
}

#type-selector > div.on {
    border-bottom: 2px solid #000;
}

#contents-list.grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: center;
    padding-left: 7px;
}

#contents-list.grid img, #contents-list.list img {
    width: 100%;
}

#contents-list.grid img {
    height: 7rem;
}

.review-div img {
    width: 100%;
    max-width: 100%;
}

.contents-header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 15px 15px;
    align-items: center;
}

.contents-header .contents-editor {
    font-size: 15px;
    font-weight: bold;
    color: black;
}

.contents-header .contents-reg-date {
    font-size: 14px;
    color: #999;
}

.contents-item .images {
    position: relative;
    touch-action: manipulation;
}

.contents-item .images .like-layer {
    position: absolute;
    float: left;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    height: 22rem;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    display: none;
}

.contents-item .images .like-icon-wrapper {
    width: 15rem;
}

.contents-item .images .swiper-container {
    max-height: 40rem;
}

.contents-body > .images .swiper-wrapper {
    display: flex;
    align-items: center;
}

.contents-body > .images .swiper-slide {
    max-height: 40rem;
    display: flex;
    align-items: center;
}

.swiper-slide img {
    display: block;
}

.contents-body > .images .swiper-pagination {
    bottom: 1rem;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    position: absolute;
    z-index: 10;
    bottom: 0.1rem;
    text-align: center;
    line-height: 0;
}

.contents-body > .images .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

.quickView .swiper-pagination-custom { line-height:normal; }
.quickView .swiper-pagination-custom span[class^='swiper-pagination-'] { margin:0 0.3rem; font-size:1.1rem; }
.quickView .swiper-pagination-custom span.swiper-pagination-current { color:#020202; }
.quickView .swiper-pagination-custom span.swiper-pagination-bar { color:#666666; }
.quickView .swiper-pagination-custom span.swiper-pagination-total { color:#666666; }

.contents-body > .info_bottom {
    padding: 14px 14px 14px 14px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.contents-body > .info_bottom .addons {
    display: flex;
    flex-flow: row nowrap;
}

.contents-body > .info_bottom .addons a {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-right: 1.2rem;
}

.contents-body > .info_bottom .addons a img {
    max-width: 25px;
}

.contents-body > .info_bottom .addons a span {
    margin-left: 0.6rem;
    color: #be9162;
    font-size: 15px;
    font-weight: bold;
}

.contents-body > .info_bottom .addons a {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-right: 1.2rem;
}

.contents-body > .info_bottom .save {
    max-width: 25px;
}

.contents-body > .best {
    padding: 0 10px 10px 16px;
    font-family: Lato;
    font-size: 13px;
    line-height: normal;
    color: #a05f22;
}

.contents-body > .hashtags {
    padding: 0 10px 0 15px;
    display: flex;
    flex-flow: row wrap;
}

.contents-body > .hashtags a {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
    margin-right: 0.6rem;
    letter-spacing: -0.025rem;
    color: #0c3053;
    word-break: break-all;
}

.contents-body > .content {
    padding: 14px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.025rem;
    white-space: pre-wrap;
    color: #333;
}

.contents-body > .desc {
    padding: 0 15px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: -0.025rem;
    color: #999;
}

.contents-item .info_top, .contents-item .hashtags, .contents-item .desc .size_goods, .addons span {
    font-family: Lato !important;
}

.contents-body > .desc .size_goods {
    word-break: keep-all;
}

.contents-item .goods_slide {
    /*margin-bottom: 2rem;*/
}

.contents-item .replys {
    padding: 15px 10px;
    background: #f9f9f9;
}

.contents-item .replys .item {
    margin-bottom: 10px;
}

.contents-item .replys .item .content {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
}

.contents-item .replys .item .content span {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -0.025rem;
    margin-right: 0.6rem;
}

.contents-item .replys .item .content div {
    display: inline-block;
    white-space: pre-wrap;
    word-break: break-word;
    width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.contents-item .replys .item .addons {
    font-size: 13px;
    margin-top: 0.4rem;
}

.contents-item .replys .item .addons .date {
    color: #999;
    margin-right: 1.7rem;
}

.contents-item .replys .item .addons .add {
    margin-right: 1.2rem;
}

.contents-item .replys .item .addons a {
    color: #999;
}

.contents-item .replys .input {
    display: flex;
    flex-flow: row nowrap;
}

.contents-item .replys .input input {
    border-radius: 4rem 0 0 4rem;
    border-right: 0;
    padding-left: 15px;
    width: 100%;
}


.contents-item .replys .input input, .contents-item .replys .input button {
    background: #fff !important;
    border: 1px solid #ddd;
    padding: 10px;
    display: block;
    font-size: 14px;
    color: #333;
}


.contents-item .replys .input input {
    padding-left: 15px;
}

.contents-item .replys .input input {
    border-radius: 4rem 0 0 4rem;
    border-right: 0;
    padding-left: 15px;
    width: 100%;
}

.contents-item .replys .input button {
    border-radius: 0 4rem 4rem 0;
    border-left: 0;
    padding-right: 3px;
    width: 7rem;
    cursor: pointer;
}

.contents-item .goods_slide .swiper-wrapper {
    padding: 1.5rem 0 1.5rem 0;
}
/*#contents-list {*/
/*    -ms-overflow-style: none; !* IE and Edge *!*/
/*    scrollbar-width: none; !* Firefox *!*/
/*}*/
#contents-list::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}
.contents-item .goods_slide .swiper-wrapper {
    /*overflow-x: auto;*/
    /*overflow-y: hidden !important;*/
    /*-ms-overflow-style: none;*/
}

.contents-item .goods_slide .swiper-slide:first-child {
    margin-left: 1.5rem;
}

.contents-item .goods_slide .swiper-slide.cur {
    margin-right: 10px;
    box-shadow: 0 0.2rem 0.8rem 1px rgba(0, 0, 0, 0.1);
    padding-top: 0;
    width: 120px;
}

.contents-item .goods_slide .swiper-slide.recommend-item {
    transition: opacity;
    transition-duration: 0.3s;
}

.contents-item .goods_slide .swiper-slide {
    margin-right: 5px;
    width: 140px;
    text-align: center;
    position: relative;
}

.contents-item .goods_slide .swiper-slide {
    min-height: 12rem;
}

.contents-item .goods_slide .swiper-slide > a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.contents-item .goods_slide .swiper-slide.cur .img {
    padding: 10px 15px;
}

.contents-item .goods_slide .swiper-slide .img {
    padding: 10px 28px;
}

.contents-item .goods_slide .swiper-slide .img img {
    width: 7.55rem;
    margin: auto;
}

.contents-item .goods_slide .swiper-slide .desc {
    padding: 0 4px;
}

.contents-item .goods_slide .swiper-slide .desc div.origin {
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: -0.025rem;
    color: #111111;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contents-item .goods_slide .swiper-slide .desc div.price {
    font-family: Lato;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: normal;
    color: #020202;
    margin-top: 0.15rem;
}

.contents-item .goods_slide .swiper-slide .desc div.current {
    margin-top: 7px;
    font-size: 15px;
    color: #666;
    text-align: center;
    padding: 0.3rem 0;
    width: 100%;
    border-top: 1px solid #f1f1f1;
    color: #be9162;
}

#contents-list {
    margin-top: 42px;
    height: 455px;
    overflow-x: hidden;
    overflow-y: scroll;
}

#contents-list.grid .contents-item:nth-child(3n+1) {
    margin-left: -0.7rem;
    border-left: 0;
}

#contents-list.grid .contents-item:nth-child(1), #contents-list.grid .contents-item:nth-child(2), #contents-list.grid .contents-item:nth-child(3) {
    border-top: 0;
}

#contents-list.grid .contents-item {
    max-width: 35.5%;
    width: 35.5%;
    max-height: 11rem;
    margin: -0.4rem;
    border: 1px solid #fff;
}

#contents-list.grid .contents-item .contents-for-list {
    display: none;
}

#contents-list.list .contents-item .contents-for-grid {
    display: none;
}

.sns_share_wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    z-index: 99999999;
}

.sns_share_wrap.on {
    display: flex;
}

.sns_share_wrap .layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.sns_share_wrap .content {
    position: absolute;
}

.sns_share_wrap .content a {
    display: block;
    width: 4rem;
    margin: 1rem 0;
}

.sns_share_wrap .content form[name=clipboard] {
    display: none;
}

.replys .content a {
    color: #000;
}

.contents-item .replys .item[data-depth='1'] .content {
    margin-left: 20px;
}

.contents-item .replys .item[data-depth='1'] .addons {
    margin-left: 20px;
}

#leftArea div {
    display: flex;
}
