@charset "utf-8";

/* 220315 카카오 채널 쿠폰 */
.p_kakao_cpn {
    position: absolute;
    top: 90px;
}

.p_kakao_cpn_ddobak {
    position: absolute;
    bottom: 187px;
    left: 295px;
}
.titTipNew_mask {
    font-weight: normal;
    color: #333;
    font-size: 14px;
    line-height: 20px;
}
/* 20220503 상품 뷰 카테고리  */
.pageNavi {
    width: 1100px;
    margin:0 auto;
    position:relative
}
.pageNavi .pageNavi_list {
    position: relative;
    float: right;
}
.pageNavi .pageNavi_list ul:after {
    clear: both;
    display: block;
    content: "";
}
.pageNavi .pageNavi_list ul li {
    float: left;
    vertical-align: middle;
    display: inline-block;
    color: #5d5d5d;
    font-size: 13px;
    position: relative;
    margin-left: 10px;
    padding-left: 15px;
    background: url('/static/images/p_images/view/p_ico_location.png') no-repeat 0 -26px;
}
.pageNavi .pageNavi_list ul li.cb3b3b3 {
    color: #b3b3b3 !important;
}
.pageNavi .pageNavi_list ul li a {
    display: block;
}
.pageNavi .pageNavi_list ul li:first-child {
    background: none
}

/* 220608 관련상품추천 팝업 */
#view_dim {
    display: none;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    opacity: 0.5;
    z-index: 9999;
}
.relation_goodsPop {
    width: 450px;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    z-index: 10000;
    position: absolute;
    left: 50%;
    margin-left: -275px;
    top: 10px;
    box-sizing: border-box;
    display: none;
}
.relation_p30 {
    padding: 30px;
}
.relation_goodsPop .relation_goodsTit {
    position: relative;
    text-align: center;
    padding-top: 18px;
    margin-bottom: 37px;
}
.relation_goodsPop .relation_goodsTit img {
    display: inline-block;
    vertical-align: middle;
}
.relation_goodsPop .relation_goodsTit h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.45;
    letter-spacing: normal;
    text-align: center;
    color: #111;
    display: inline-block;
    vertical-align: middle;
}
.relation_goodsPop .relation_goodsBtn {
    display: flex;
}
.relation_btn01 {
    width: 190px;
    height: 60px;
    line-height: 60px;
    border-radius: 3px;
    border: solid 1px #01abce;
    background-color: #fff;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: normal;
    text-align: center;
    color: #01abce;
    box-sizing: border-box;
    margin-right: 10px;
}
.relation_btn02 {
    width: 190px;
    height: 60px;
    line-height: 60px;
    border-radius: 3px;
    border: solid 1px #01abce;
    background-color: #01abce;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
}
.relation_goodsPop .relation_goodsRecom {
    background-color: #f8f8f8;
    padding: 30px 40px 30px 30px;
    border-radius: 0 0 16px 16px;
}
.relation_goodsPop .relation_goodsRecom h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #111;
    margin-bottom: 16px;
}
.relation_goodsList .product_img {
    width: 180px;
    height: 180px;
    box-sizing: border-box;
    background: #fff;
}
.relation_goodsList .product_img img {
    width: 180px;
    height: 180px;
    box-sizing: border-box;
    border: solid 1px #e1e1e1;
    background: #fff;
}
.relation_goodsList .product_name {
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #111;
    padding-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
    width: 180px
}
.relation_goodsList .price_area {
    padding-top: 2px;
}
.relation_goodsList .price_area .normal_price {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.32;
    letter-spacing: normal;
    text-align: left;
    color: #111;
    display: inline-block;
}
.relation_goodsList .price_area .percent_price {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #01abce;
    display: inline-block;
    padding-left: 8px;
}
.relation_goodsList .price_area .discount_price {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #999;
    text-decoration: line-through;
}
.f16 {
    font-size: 16px
}
.goods_swiper_next {
    background: url('/static/images/p_images/view/p_relation_icon03.png');
    width: 45px;
    height: 45px;
    background-size: 45px 45px;
    position: absolute;
    top: 355px;
    right: 17px;
    z-index: 99;
    cursor: pointer;
    margin-top: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    text-indent: -999px;
}
.goods_swiper_prev {
    background: url('/static/images/p_images/view/p_relation_icon02.png');
    width: 45px;
    height: 45px;
    background-size: 45px 45px;
    position: absolute;
    top: 355px;
    left: 7px;
    z-index: 99;
    cursor: pointer;
    margin-top: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    text-indent: -999px;
}
.goods_swiper_next.swiper-button-disabled, .goods_swiper_prev.swiper-button-disabled
{
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

/* 220627 약정또박 블랙리스트 */
.ddobak_blackList {
    width: 520px;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    z-index: 10000;
    position: fixed;
    left: 50%;
    margin-left: -260px;
    top: 10px;
    box-sizing: border-box;
    display: none;
}
.ddobak_blackList .ddobak_blackCont {
    padding: 39px 20px 30px 20px;
}
.ddobak_blackCont .black_tit {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.56;
    letter-spacing: -1.4px;
    text-align: left;
    color: #111;
    padding:0 21px;
}
.ddobak_blackCont .black_cont {
    border-radius: 10px;
    background-color: #f5f5f5;
    margin-top: 12px;
    padding: 17px 21px;
}
.black_cont h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #111;
}
.black_cont .black_cause {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: -0.5px;
    text-align: left;
    color: #111;
}
.blackList_btn {
    margin: 24px auto 0;
    width: 190px;
    height: 60px;
    line-height: 60px;
    border-radius: 3px;
    background-color: #01abce;
    font-size: 18px;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    display: block;
}

/* 220817 개월별 결제 예시 추가 */
.cycle_table{
    margin-top:25px;
}
.cycle_title {
    font-size: 16px;
    color: #f7715b;
    text-align: center;
    padding: 10px;
    border: 1px solid #e5e5e5;
}
.cycle_month{
    background-color: #f8f8f8;
}
.cycle_amount{
    border-top: 1px solid #e5e5e5;
}
.cycle_table ul{
    display: grid;
    grid-template-columns: repeat(6, auto);
}
.cycle_table ul li{
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.cycle_table ul li:nth-child(6n){
    border-right: 1px solid #e5e5e5;
}
.cycle_table ul li p{
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    color: #555;
}
.cycle_table ul li:nth-child(even) .cycle_month{
    background-color: #e8edef;
}
.cycle_table ul li:nth-child(even) .cycle_amount{
    background-color: #eff4f6;
}