body {
    font-family: 'NanumSquare', 'Malgun Gothic', Helvetica, Apple Gothic, Arial, sans-serif;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
time,
mark,
audio,
video,
input,
button {
    font-size: 100%;
}

.proDetail .l_inner {
    position: relative;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 3vw 0;
    box-sizing: border-box;
}

.proDetail .l_inner .promotion_list {
    background: #fff;
    margin: 2vw 0;
    border-radius: 10px;
}

.proDetail .l_inner .btn_box button {
    border: 1px solid #666;
    color: #666;
    /* padding: 5px 10px; */
    width: calc(100% / 2 - 10px);
    font-size: 1.2rem;
    padding: 0.7vw 1vw;
    border-radius: 8px;
    transition: .3s;
}

.proDetail .l_inner .btn_box button:hover {
    background: #505050;
    color: #ffffff;
    transition: .3s;
}

.proDetail .section {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
}

.proDetail .main_txt_box {
    padding-bottom: 3vw;
    padding: 3vw 0;
}

.proDetail .main_txt_box h2 {
    /*padding-top: 4vw;*/
    font-size: 2rem;
    color: #000;
}

.proDetail .main_txt_box span {
    padding-top: 1vw;
    font-size: 1.2rem;
    display: inline-block;
}

.proDetail .l_inner .proBox {
    margin: 0 auto;
    text-align: left;
}

.proDetail .l_inner .pro_sec_tit h3 {
    font-size: 1.2rem;
    background: #5a5a5a;
    color: #fff;
    padding: 0.6vw 0;
    border-radius: 10px;
}

.proDetail .l_inner .pro_sec_tit .pro_detail {
    position: relative;
    margin: 0.5vw 0;
    background: #eee;
    border-radius: 10px;
    padding: 1vw;
}

.proDetail .l_inner .pro_sec_tit .pro_detail .list {
    display: flex;
    padding: 0.6vw 0;
    border-bottom: 1px dashed #ababab;
}

.proDetail .l_inner .pro_sec_tit .pro_detail .list:last-child {
    border-bottom: 0;
}

.proDetail .l_inner .pro_sec_tit .pro_detail .list p {
    font-size: 1.1rem;
    width: 30%;
    font-weight: bold;
    color: #000;
}

.proDetail .l_inner .pro_sec_tit .pro_detail .list span {
    width: 70%;
    text-align: left;
}



/*visual*/
.proDetail .visual {
    background: #0a2b6d url(../images/bg_pro_visual_H700.png) center 0 no-repeat;
    background-size: cover;
    padding: 2vw 0;
}

.proDetail .visual .month_tit {
    display: block;
    font-size: 3rem;
    line-height: 3rem;
    width: 100%;
    color: #000;
}

.proDetail .visual .sub_tit {
    font-size: 1.1rem;
    margin-top: 10px;
    display: block;
    color: #d2d2d2;
}


/*nav_promo*/
/*
.proDetail .nav_promo {
    background: #994bfb;
    background: #000;
}
*/

.nav_promo .l_inner {
    padding: 0;
}

.proDetail .nav_promo .nav_box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    /*
    max-width: 800px;
    margin: 0 auto;
    */
}

.proDetail .nav_promo .nav_box > li {
    width: calc(100% / 2 - 20px);
    margin: 10px;
}

.proDetail .nav_promo .nav_box .nav_list {
    display: block;
    background: linear-gradient(317deg, #dcdcdc, #fff);
    padding: 20px;
    border-radius: 10px;
    text-align: left;
    /*
    border: 1px solid #fff;
    box-shadow: 4px 4px 12px #565656;
    flex-grow: 1;
    max-width: calc(100% / 2 - 20px);
    width: 100%;
    */
    transition: .3s;
    cursor: pointer;
    color: #fff;
    position: relative;
    overflow: hidden;
    min-height: 142px;
}

.proDetail .nav_promo .nav_box .nav_list:hover {
    background: linear-gradient(0deg, #fff, #fff);
    box-shadow: 4px 4px 12px #b6b6b6;
    transition: .3s;
}
/*
.proDetail .nav_promo .nav_box .nav_list:hover::after {
    content: '\203A';
    position: absolute;
    right: 0;
    top: 0;
    background: rgb(0 0 0 / 52%);
    width: 15%;
    height: 100%;
    font-size: 50px;
    padding-top: 7%;
    text-align: center;
}
*/

.proDetail .nav_promo .nav_box .nav_list h4 {
    font-size: 1.2rem;
    margin-bottom: 1vw;
    color: #000;
}

.proDetail .nav_promo .nav_box .nav_list.bgdark h4 {
    color: #ffffff;
    text-shadow: 0 0 3px black;
}


.proDetail .nav_promo .nav_box .nav_list .subticon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.proDetail .nav_promo .nav_box .nav_list .subticon span {
    color: #ff5000;
    margin-right: 25px;
}

.proDetail .nav_promo .nav_box .nav_list .pro_detail {
    padding: 0;
    font-size: .9rem;
    color: #000;
}

.proDetail .nav_promo .nav_box .nav_list.bgdark .pro_detail {
    text-shadow: 0 0 3px black;
    color: #fff;
}

.proDetail .nav_promo .nav_box .nav_list .pro_detail li {
    padding-top: 4px;
}

.proDetail .nav_promo .nav_box .nav_list .pro_detail li p {
    display: inline-block;
    margin-right: 7px;
}
.proDetail .scroll {
    position: relative;
    width: 100%;
    background: #2e2e2e;
    text-align: center;
    z-index: 1 !important;
}

.proDetail .scroll .l_inner {
    width: 100%;
    padding: 0;
    height: auto;
}

.proDetail .scroll .event_list {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}


.proDetail .scroll .event_list {
    margin: 0;
    padding: 12px 0;
    display: flex;
    justify-content: center;
    max-width: 1080px;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
}

.proDetail .scroll .event_list .list_item::after {
    height: 18px;
    top: 5px;
}

.proDetail .scroll .event_list .list_item {
    height: auto;
    position: relative;
}

.proDetail .scroll .event_list .list_item::after {
    content: '';
    width: 1px;
    height: 18px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
}
.proDetail .scroll .event_list .list_item:last-child::after {
	display: none;
}
.proDetail .scroll .event_list .list_item a:hover span {
    font-size: 17px;
    color: #ffe855;
    transition: .3s;
}

.proDetail .scroll .event_list .list_item img {
    width: 100%;
}

.proDetail .scroll .event_list .list_item:last-child .pro_top_menu {
    border-right: 0;
}


.list_promotion {
    color: #fff;
    font-size: 19px;
    transition: .3s;
    line-height: 30px;
}


.promotionNew {
    width: 1008px;
    margin: 0 auto;
}


.proDetail .content .pro_sec_tit .pro_period span {
    background: #ff3636;
    color: #fff;
    border: 4px solid #fff;
    padding: 7px 28px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 1.1rem;
}

.bgcW {
    background: #fff;
}

.promolistW {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.pb0 {
    padding-bottom: 0;
}

.poption.popQty.n20 a.cartButton {
    background: #fff;
    padding: 5px 18px;
    color: #ff6600;
    border-radius: 15px;
    font-size: 14px;
    border: 0;
}

.poption.popQty.n20 a.cartButton:hover {
    background: #ff6600;
    color: #fff;
}



.proDetail .pro_top_menu {
    display: block;
    padding: 0 25px;
    
}


.sebu_list {
    border-radius: 10px;
    padding: 2vw;
}

.sebu_list .main_txt_box {
    color: #000;
    padding: 1vw 0;
    /* text-shadow: 0 0 3px black; */
    max-width: 1100px;
    margin: 0 auto;
}

.sebu_list .main_txt_box h2 {
    padding-top: 0;
    color: #000;
}

.sebu_list .main_txt_box span {
    padding-top: 4px;
}

.sebu_list .content_box {
    max-width: 800px;
    margin: 0 auto;
}

.sebu_list .pro_detail {
    padding: 0;
}

.sebu_list .pro_detail .list {
    padding-top: 6px;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}

.sebu_list .pro_detail li p {
    margin-right: 10px;
    background: #fff;
    padding: 5px 8px;
    border-radius: 5px;
    width: 100px;
    text-align: center;
}

.sebu_list .noticeArea {
    background: none;
    color: #f00;
    padding: 0;
}

@media only screen and (max-width: 768px) {
    .proDetail .l_inner {
        padding: 6vw 0;
    }

    .proDetail .main_txt_box {
        padding: 6vw 0;
    }

    .proDetail .main_txt_box h2 {
        font-size: 1.5rem;
    }

    .proDetail .main_txt_box span {
        font-size: 1rem;
    }

    .proDetail .visual .l_inner .month_tit {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .proDetail .nav_promo .nav_box {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .proDetail .nav_promo .nav_box > li {
        width: 95%;
    }

    .proDetail .promotion_month .l_inner {
        padding: 0;
    }

    .proDetail .l_inner .pro_sec_tit .pro_detail {
        margin: 2vw 0;
        padding: 4vw;
    }

    .proDetail .l_inner .pro_sec_tit .pro_detail .list {
        display: flex;
        padding: 2.3vw 0;
        flex-direction: column;
    }

    .proDetail .l_inner .pro_sec_tit .pro_detail .list p {
        width: 100%;
        text-align: left;
    }

    .proDetail .l_inner .pro_sec_tit .pro_detail .list span {
        width: 100%;
    }

    .proDetail .l_inner .pro_sec_tit {
        padding: 0 4vw;
    }

    .proDetail .l_inner .pro_sec_tit h3 {
        padding: 2.6vw 0;
    }

    .proDetail .nav_promo .nav_box .nav_list .subticon {
        align-items: flex-end;
    }

    .proDetail .l_inner .proBox {
        margin: 0 auto;
		text-align: center;
		width: auto;
		padding-bottom: 60px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
    }
	.pBox4.n20 {
		/*flex-grow: 1;*/
		width: 47%;
		margin: 3px;
	}
	.pBox4.n20:hover {
		margin: 3px;
	}
    .proDetail .scroll .l_inner {
        width: 100%;
        padding: 0;
        height: auto;
    }

    .proListBox {
        width: 100%;
    }

    .sebu_list {
        border-radius: 0;
        padding: 6vw 2vw;
    }

    .sebu_list .content_box {
        margin-top: 20px;
        font-size: .9rem;
    }

    .sebu_list .pro_detail .list {
        display: flex;
        flex-direction: row;
    }
    
    .sebu_list .pro_detail li p {
        width: 26%;
    }
    
    .sebu_list .pro_detail li span {
        width: calc(100% - 26% - 10px);
    }
    
    .proDetail .l_inner .promotion_list {
        margin: 0;
        border-radius: 0;
    }

    .proDetail .scroll .event_list {
        padding: 0;
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
    }

    .proDetail .scroll .event_list .list_item {
		/*width: auto;
		flex-grow: 1;*/
		padding: 9px 0;
		width: 33.3%;
		/*border-bottom: 1px solid #ddd;*/
    }
	
	.proDetail .scroll .event_list .list_item::after {
		top: 10px;
		height: 34px;
	}
	
    .proDetail .pro_top_menu {
        border-right: 0;
    }
	.proDetail .l_inner.content .pro_sec_tit {
		width: auto;
		margin-bottom: 20px;
		padding: 20px 0;
	}
    .proDetail .l_inner.content .pro_sec_tit p {
        font-size: 1.5rem;
        margin: 0px 15px;
        line-height: 1.8rem;
    }

    .proDetail .l_inner.content .pro_sec_tit .pro_period {
        margin-top: 9px;
    }
	
	.list_promotion {
		font-size: 15px;
	    line-height: 19px;
	}
	
	.proDetail .l_inner.content .pro_sec_tit .pro_period span {
		margin: 0px 20px;
		line-height: 20px;
		display: block;	
	}
}

/* ??? 쿠폰 */
.colorFFF {color: #fff !important;}

.proDetail .oneday {
    background: #fff3bf;
}

.proDetail .oneday_coupon {
    background: #fff3bf url(../images/bg_pro_oneday.jpg) bottom no-repeat;
    height: 555px;
    max-width: 800px;
    padding: 0;
}

.oneday_box {
	display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}

.oneday_box .list_type_header {
    width: 30%;
	text-align: left;
}
.oneday_box .list_type_header .see_info {
	color: red;
    margin-top: 10px;
	font-weight: bold;
}
.oneday_box .list_type_header .see_info::before {
    content: '';
    display: inline-block;
    background: url(../images/icon_qustion.png) no-repeat;
    width: 17px;
    height: 17px;
    background-size: 100%;
    vertical-align: text-top;
    margin-right: 3px;
}
.oneday_box .list_type_header p {
    font-size: 22px;
    text-align: left;
    font-weight: 900;
	line-height: 28px;
}
.oneday_box .list_type_header .infoWrap {
	text-align: left;
	font-size: 13px;
    color: #f00;
    margin-top: 19px;
}
.oneday_box .list_type_header .infoWrap li {
    margin-bottom: 4px;
}

.oneday_box .box_item {
    display: flex;
    /* flex-grow: 1; border: 1px solid #669fe2;*/
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: 0.3s;
    flex-direction: row;
    width: calc(100% / 2 - 20px);
    background: #fff;
    margin: 10px;
	background: #fff;
}

.oneday_box .box_item:hover {
    border: 1px solid #1276e8;
    transition: 0.3s;
    box-shadow: 3px 3px 11px 3px #33333357;
}

.oneday_box .box_item .box_item_image {
    display: block;
    width: 104px;
    height: 104px;
    overflow: hidden;
    cursor: pointer;
}


.oneday_box .box_item .box_item_image .box_thumbnail .thumbnail {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 99.2%;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
}

.oneday_box .box_item .text_box {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
	text-align: left;
	margin-left: 15px;
}

.oneday_box .box_item .text_box .text_main_title {
    display: block;
	font-weight: 900;
	margin-bottom: 5px;
    min-width: 173px;
}

.oneday_box .box_item .text_box .list_type_button_buy {
    background: #1276e8;
    border-radius: 30px;
    padding: 7px 18px;
    color: #fff;
    font-size: 15px;
	margin-top: 11px;
}

.noticeArea {
    overflow: hidden;
    padding: 3vw 0;
    margin: 0 auto;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background: #833f00;
    color: #fff;
}

.noticeArea b {
    font-size: 17px;

}

.noticeArea .infoWrap {
	margin-left: 35px;
}

.noticeArea .infoWrap li {
    margin-bottom: 4px;
}
.mb0 {margin-bottom:0 !important;}
.mt0 {margin-top:0 !important;}
.only-mo {display: none;}
@media only screen and (max-width: 768px) {
	.only-mo {display: block;}
	.section.coupon {
		padding: 0 10px;
	}
	.l_inner.oneday {
		width: auto;
	}
	.oneday_box {
		display: flex;
		flex-direction: column;
		width: 100%;
		align-items: center;
	}
	
	.oneday_box .list_type_header {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.oneday_box .box_item {
		margin: 5px 0;
		padding: 13px;
		width: 87%;
	}
	.oneday_box .box_item .text_box {
		min-width: 160px;
	}
	
	.oneday_box .box_item .text_box .list_type_button_buy {
		padding: 4px 15px;
	}
	
	.l_inner.oneday .coupon_online {
		margin-bottom: 10px;
	}

    .proDetail .oneday_coupon {
        background-size: cover;
    }

    .oneday_box .box_item .text_box .text_main_title {
        min-width: auto;
    }
	/* ?? 리스? */
	.pBox4.n20 .ptitle {
		margin: 5px;
		font-size: 14px;
		height: 39px;
	}
	.pBox4.n20 .pprice {
    margin: 5px;
	}
	.pBox4 .pprice span {
		font-size: 16px;
	}
	.pBox4.n20 .pprice .psubtit {
		font-size: 13px;
		padding: 2px 6px;
		margin-right: 5px;
	}
	.pBox4.n20 .ppoint {
		padding: 5px;
	}
	.poption.popQty.n20 a.cartButton {
		padding: 3px 11px;
	}
	.EA_TotalHap.n20 {
		font-size: 15px;
	}
	
	.noticeArea {
		width: 100%;
		flex-direction: column;
		padding: 4vw;
	}
	
	.noticeArea .infoWrap {
		margin-top: 15px;
		margin-left: 0;
	}
	.noticeArea .infoWrap li {
		font-size: 13px;
	}
}


.discolor{color:#f8297f !important;}
.product_wrap .product_box{margin:0 10px 10px 10px;}
@media only screen and (min-width: 769px) {
    .plistSlide li:first-child{margin-left:10px !important;}
}
@media only screen and (max-width: 768px) {
    [data-slide] .product_wrap .product_box, .swiper-container-initialized .product_wrap.swiper-wrapper .product_box, .product_wrap .product_box {
        width: 48% !important;
        margin: 0 1% !important;
    }
}
