.wrap {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	max-width: 100%;
}

.sub_wrap {
	position: relative;
	margin: 0 auto;
	width: 1220px;
	max-width: 100%;
}

/* head */
.t_head {
    display: flex;
    align-items: center;
	width: 100%;
    height: 40px;
    background: #f4f4f4;
}

.t_head .wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

ul.smenu {
    display: flex;
    align-items: center;
}

ul.smenu li {
	position: relative;
    padding: 0 15px;
}

ul.smenu li:last-child {
    padding-right: 0px;
}

ul.smenu li:after {
    content:'';
	position: absolute;
	right: 0px;
	top: 15%;
	width: 1px;
	height: 70%;
	background: #aaa;
}

ul.smenu li:last-child:after { display: none; }

.m_head .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.m_head .wrap > div { flex: 1; }
.m_head .wrap > div.logo { text-align: center; }

.telbox {
	display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}

span.tel_title {
    display: inline-block;
    margin-bottom: 3px;
    padding: 4px 20px;
	background: #ffbe0f;    
    border-radius: 500px;
    color: #fff;
	font-size: 0.9em;
}

.telbox a {
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -2px;
}

.telbox p {
    color: #888;
    font-size: 0.9em;
}

.hd_sch_wr {
    display: flex;
    justify-content: flex-end;
}

#hd_sch h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_sch { overflow:hidden; }
#hd_sch #sch_str {
    float: left;
    width: 175px;
    height: 45px;
    padding-left: 15px;
    background: #fff;
    border: 1px solid #820000;
    border-right: 0;
    color: #000;
	font-size: 1em;
}

#hd_sch #sch_submit {
    float: left;
    width: 45px;
    height: 45px;
    border: 0;
    background: #820000;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
}

.b_head {
	width: 100%;
	height: 50px;
    background: #810000;
}

ul.menu {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    align-items: center;
	width: 100%;
    height: 50px;
}

ul.menu li {
    position: relative;
    flex: 1;
    /* width: 20%; */
    height: 100%;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    transition: 0.3s;
}

ul.menu li:hover {
    background: rgba(0, 0, 0, 0.2);
}

ul.menu li:after {
	content:'';
	position: absolute;
	right: 0px;
	top: 0px;
	width: 1px;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
}

ul.menu li:first-child:before {
	content:'';
	position: absolute;
	left: -2px;
	top: 0px;
	width: 1px;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
}

ul.menu li:last-child:before {
	content:'';
	position: absolute;
	right: -1px;
	top: 0px;
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, 0.2);
}

ul.menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

/* footer */
.footer_inner01 {
    display: flex;
    align-items: center;
    justify-content: center;
	width: 100%;
    height: 50px;
    background: #444;
}

.footer_inner01 a {
    position: relative;
    padding: 0 15px;
	color: #fff;
}

.footer_inner01 a:after {
	content:'';
	position: absolute;
	right: 0px;
	top: 20%;
	width: 1px;
	height: 60%;
	background: #aaa;
}

.noline:after { display: none; }

.footer_inner02 {
    padding: 50px 0;
    text-align: center;
    line-height: 1.5;
}

.footer_inner02 span {
    position: relative;
    padding: 0 10px;
}

.footer_inner02 span:after {
	content:'';
	position: absolute;
	right: 0px;
	top: 20%;
	width: 1px;
	height: 60%;
	background: #666;
}

p.copyright_text {
    color: #999;
    margin-top: 15px;
}

.quick {
    position: absolute;
    left: -220px;
    top: 0px;
    width: 200px;
}

.quick.sub_quick {
    position: relative;
	top: 0px;
    left: -110px;
    margin-right: 20px;
}

.quick_inner { margin-bottom: 10px; }

.quick_inner01 h3 { display: flex; justify-content: center; align-items: center; width: 100%; height: 50px; margin-bottom: 5px; background: linear-gradient(90deg, #f6a70c, #ffbe0c, #f6a70c); border-radius: 5px; color: #fff; font-size: 1.5em; letter-spacing: -1px; text-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
.quick_inner01 h3.quick_title_red { background: linear-gradient(90deg, #810000, #d30000, #810000); }

.quick_menulist { overflow: hidden; border: 1px solid #ddd; border-bottom: none; border-radius: 5px; }
.quick_menulist.mb10 { margin-bottom: 10px; }

.quick_menulist li {
	background: #fff;
	border-bottom: 1px solid #ddd;
}

.quick_menulist li a {
	display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 0 15px;
	font-weight: 500;
    letter-spacing: -1px;
	transition: 0.3s;
}

.quick_menulist li a:hover {
    background: #293462;
    color: #fff;
}

.quick_inner02 {
	display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
	width: 100%;
	height: 150px;
	background: url('../image/bottom/quick_bg02.png') center center no-repeat;
	color: #fff;
}

.quick_inner02 h2 {
    text-align: center;
    font-size: 1.5em;
    font-weight: 400;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.quick_inner02 h2 span {
    font-weight: 700;
}

a.quick02_more {
    margin-top: 10px;
    padding: 6px 15px;
    background: #8c0000;
	border-radius: 500px;
    color: #fff;
	font-size: 0.8em;
	font-weight: 600;
	transition: 0.3s;
}

a.quick02_more:hover {
    background: #640000;
}

.quick_inner03 {
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #ddd;
}

.quick_inner03 h2 {
    margin-bottom: 15px;
	font-size: 1.4em;
}

.tel_btn {
    display: block;
    color: #8c0000;
	font-size: 1.5em;
    font-weight: 800;
    letter-spacing: -1px;
}

p.stext {
    margin: 20px 0;
	font-size: 1em;
    font-weight: 500;
	line-height: 1.3;
	letter-spacing: -1px;
    opacity: 0.8;
}

.stext span {
    text-decoration: underline;
}

.customer_time {
    text-align: right;
	font-size: 0.9em;
    font-weight: 600;
}

.customer_time span { color: #aaa; }

.quick_inner04 {
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #ddd;
}

.quick_inner04 h2 {
    margin-bottom: 15px;
    font-size: 1.4em;
}

.bank_num {
    margin-bottom: 10px;
	font-size: 1.2em;
    font-weight: 700;
}

.bank_num span {
    display: block;
    margin-bottom: 5px;
	font-size: 0.9em;
}

.bank_name {
    text-align: right;
	font-weight: 600;
}

.bank_name span { color: #aaa; }

/* 오늘 본 상품 */

#stv_main, #stv_sub {
	position: absolute;
    right: -130px;
    top: 0px;
    width: 110px;
    background: #fff;
    border: 1px solid #ccc;
}

#stv_sub {
    right: -20px;
}

#stv { }

#stv h2 {
    padding: 10px 0;
    margin-bottom: 10px;
	background: #293462;
    text-align: center;
	color: #fff;
}

#stv .li_empty {
    text-align: center;
    margin-bottom: 10px;
	font-weight: 600;
}

.prd_img { margin-bottom: 5px; text-align: center; }

.prd_name {
	display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	font-size: 0.9em;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.prd_cost {
	display: none;
    font-size: 0.9em;
}

.stv_item {
    display: none;
    margin-bottom: 10px;
	padding: 0 9px;
    word-break: break-all;
    text-align: center;
}

#stv_pg {
    display: block;
    margin: 10px 0 0;
    text-align: center;
	border-top: 1px solid #ccc;
    color: #000;
    font-size: 12px;
    font-weight: 600;
	line-height: 28px;
}

#up {
	position:absolute;
	bottom: -1px;
	left: -1px;
	background:#fff url('../img/btn_sb_prev.png') no-repeat 50% 50%;
	width:30px;
	height:30px;
	text-indent:-999px;
	overflow:hidden;
	border:1px solid #ccc;
}
#down {
	position:absolute;
	bottom: -1px;
	right: -1px;
	background:#fff url('../img/btn_sb_next.png') no-repeat 50% 50%;
	width:30px;
	height:30px;
	text-indent:-999px;
	overflow:hidden;
	border:1px solid #ccc;
}

/* main */
.main_vis {
	display: flex;
    align-items: center;
    justify-content: center;
	text-align: center;
    width: 100%;
    height: 650px;
    background: url('../image/main/main_vis01.jpg') center center no-repeat;
}

.main_label {
    margin-bottom: 30px;
}

.main_text h2 {
    color: #fff;
    font-size: 3.5em;
	font-weight: 200;
	line-height: 1.3;
}

.main_text h2 span {
    color: #ffbe0f;
    font-weight: 800;
}

.main_con {
	padding: 50px 0;
}

.main_con01_list01 { display: flex; justify-content: space-between; }
.main_con01_list01 li { position: relative; }
.main_con01_list01 li h3 { position: absolute; left: 0; top: 45%; width: 100%; text-align: center; color: #fff; font-size: 2em; font-weight: 600; letter-spacing: -1px; text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;  }
.main_con01_list01 li img { max-width: 100%; }

.main_con01_textbox {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.customer_info .list_inner {
	width: 50%;
	color: #fff;
}

.customer_info .list_inner01 { margin-bottom: 20px; }

.customer_info .list_inner dd a {
    color: #fff;
    font-size: 1.5em;
    font-weight: 600;
}

.customer_info .list_inner .stitle {
    display: inline-block;
    margin-bottom: 10px;
	padding: 5px 20px;
    border-radius: 5px;
}

.customer_info .list_inner01 .stitle { background: #8c0000; }
.customer_info .list_inner02 .stitle { background: #00218c; }

.customer_info .list_inner .bank_title {
    display: block;
    margin-bottom: 5px;
    font-size: 0.7em;
    font-weight: 400;
}

.customer_info .list_inner02 dd {
	font-size: 1.5em;
	font-weight: 600;
}

.main_con02 {
	background: url('../image/main/main_con02_bg01.jpg') center center no-repeat;
	background-size: cover;
	font-family: 'MaruBuri';
}

.main_con02_inner {
    padding: 140px 140px;
    background: url('../image/main/main_con02_bg02.png') center center no-repeat;
}

.main_con02 h3 {
	position: relative;
    display: inline-block;
    margin-bottom: 30px;
    border-bottom: 2px solid #000;
    font-family: 'Daehan';
    font-size: 1.8em;
}

.main_con02 h3 span {
    position: relative;
	color: #8c0000;
}

.main_con02 h3 span:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background: #8c0000;
}

.main_con02 p {
    font-family: 'Daehan';
	font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
	word-break: keep-all;
}

.main_con02 p span {
    color: #8c0000;
    font-weight: 700;
}

/* sub */
.pcver { display: block; }
.tbl_wrap table.pcver { display: table; }

.mobilever { display: none; }

.sub_contents {
    margin-top: 50px;
    margin-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.sub_contents_inr {
    margin-left: -110px;
}

.sub_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 10px;
	margin-bottom: 50px;
	width: 100%;
	border-bottom: 2px solid #810000;
}

.sub_title h2 {
    font-size: 2.5em;
}

p.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

p.breadcrumb > a, p.breadcrumb > span {
	margin: 0 5px;
	color: #666;
	font-weight: 500;
}

p.breadcrumb > a span {
    position: relative;
    margin-top: 3px;
}

p.breadcrumb .navi_right { margin: 0px; }

.service h4, .privacy h4 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
    color: #cf0319;
}

.service p, .privacy p {
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 28px;
    background: #f4f4f4;
    padding: 20px;
    border: 1px solid #ddd;
}

/* shop_img */
.cover {
    position: absolute;
    z-index: 9;
	width:100%;
	display:none;
}

.cover img {
	max-width:100%;
	height:auto;
	border: none;
}

#sit_inf_basic img {
    max-width: 100%;
}

.sod_list_new li.sod_list_new_inr { display: flex; flex-wrap: wrap; margin-bottom: 15px; padding: 20px 10px 10px; background: #fff; border: 1px solid #d9dde3; }
.sod_list_new .li_prqty { width: 100%; }
.sod_list_new .li_prqty dl { display: flex; flex-wrap: wrap; margin-bottom: 5px; padding: 15px 20px; background: #f7f7f7; }
.sod_list_new .li_prqty dl dd { position: relative; width: 25%; padding: 0 15px; }
.sod_list_new .li_prqty dl dd:after { content:''; position: absolute; left: 0px; top: 0px; width: 1px; height: 100%; background: #ccc; }
.sod_list_new .li_prqty dl dd:first-child:after { display: none; }
.sod_list_new .li_prqty dl dd span { display: flex; flex-wrap: wrap; justify-content: space-between; }
.sod_list_new .li_prqty dl dd span i { margin-right: 20px; font-style: normal; font-weight: 500; }
.sod_list_new .li_prqty .total_pricebox { display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%; padding: 15px 35px; background: #eee; }
.sod_list_new .li_prqty .total_pricebox i { font-style: normal; font-weight: 500; }
.sod_list_new .li_prqty .total_pricebox .total_price { font-weight: 700; }