@charset "utf-8";
/* CSS Document */

/* 초기화 */
html { overflow-y: scroll; }
body { background: url("../image/main_background01.jpg"); margin: 0; padding: 0; font-family: 'Malgun Gothic', dotum, sans-serif; }

a { color: #000000; text-decoration: none; }
ul, ol { padding-inline-start: 0; margin: 0; }
li { list-style: none; }
/* 초기화 끝 */


/* HEADER*/ 

header { background: #000000;  }
#header_wrapper { display: flex; align-items: center; }
#header_msg { display: none; }
#header_logo { padding: 5px; order: 1; flex-grow: 1; text-align: center; }
#header_logo img { width: 60px; }

nav { display: none; position: absolute; top: 70px; left: 0px; width: 100%; border-bottom: 1px solid #000000; } 
nav ul { background: #777777; }
nav ul li { }
nav ul li a { display: block; font-size: 0.8rem; padding: 5px; color: #FFFFFF; border-bottom: 1px solid #AAAAAA; font-weight: 500; }
nav ul li a:hover { background: #E0600B; }
#header_menu { order: 0; display: block; cursor: pointer; }
#header_menu img { width: 30px; padding: 10px;  }
#header_login { position: relative; order: 2; }
#header_login img { width: 30px; padding: 10px; }

.nav { }
.nav ul { }
.nav li { }

/* HEADER 끝 */

/* MAIN */
main { overflow-y: auto; overflow-x: hidden; -webkit-overflow-scrolling: touch; }
main::-webkit-scrollbar { }
.category_title { margin-top: 20px; padding: 20px; width: 100%; }
.category_title img { width: 300px; }
.section_wrapper { display: flex; flex-wrap: wrap; justify-content: center; text-align: center; }
.section { display: flex; flex-wrap: wrap; justify-content: center; text-align: center; }
.item { width: 90%; border-radius: 10px; background: #FFFFFF; box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1); margin: 0 auto; margin-bottom: 40px; }
.item_img { width: 90%; padding: 10px;  margin: 0 auto;  border-radius: 10px; border: 1px solid #EEEEEE; } 
.item_img img { width: 100%;}

.item_name { font-size: 1rem; font-weight: 700; padding: 20px; }
.item_detail { width: 60%; display: flex; flex-direction: column; }
.item_basic { width: 90%; font-size: 0.8rem; font-weight:200; border-bottom: 1px dotted #CCCCCC; text-align: left; padding: 10px; margin: 0 auto; }
.size-options { display: flex; justify-content: space-around; align-items: center; font-size: 0.7rem; padding: 10px; border: 1px dotted #EEEEEE; }
.item_price { width: 40%; font-size: 1.5rem; font-weight: 800; color: red; padding: 10px; }
.addBtn { background: #598257; font-size: 1.4rem; color: #FFFFFF; margin: 0 auto; margin: 10px; padding: 10px; border-radius: 5px; border: none; cursor: pointer;  margin-left: 10px; }

/*.item_img img {cursor: pointer;}
.item_img img:active { transform: scale(0.95);}
*/
/*


#main_wrapper { max-width: 1200px; margin: 0 auto; }



.item { width: 18%; box-sizing: border-box; border: 1px solid #EEEEEE; text-align: center; margin: 5px; margin-bottom: 50px; background: #FFFFFF; }

.item_img img { width: 100%; border: 1px #EEEEEE solid; }

*/
/* MAIN 끝 */

/* FOOTER */

footer { position: fixed; width: 100%; bottom: 0; right: 0; background: #c7b299; z-index: 100; }

footer::after { position: absolute; font-size: 0; line-height: 0; overflow: hidden; }

#order_title { background: #3cb878; background: #736357; width: 100%; text-align: center; }
#order_updown { background: transparent; border: 0; padding: 0; margin: 0; box-shadow: none; outline: none; line-height: 0; }
#order_updown img { display: block; cursor: pointer; }

#order_wrapper { position: relative; margin: 10px; }
.order_list { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; }
.order-item { background: #FFFFFF; margin: 5px; border-radius: 10px; padding: 5px; text-align: center; }
.order-name { font-size: 1rem; color: #000000; padding: 5px; margin: 5px; }
.order-qty { display: block; padding: 5px; font-size: 1.5rem; }
.qty-btn { display: inline-block; background: #598257; color: #FFFFFF; width: 30px; height: 30px; font-size: 1.5rem; border: none; padding: 5px; border-radius: 10px; line-height: 10px; font-weight: 800; }
.qty-value { border: 1px dotted #FF0000; }
.order_price { width: 30px; text-align: right; color: #FF0000; }

.total_area { width: 80%; font-size: 0.8rem; background: #FFFFFF; color: #000000; padding: 5px; border-radius: 5px; text-align: center; margin: 0 auto; margin-top: 10px; margin-bottom: 10px; }
.total_area span { font-size: 1.5rem; color: #000000; font-weight: bold; }
#totalPrice { color: #FF0000; }
#priceformat { }
.pay_btn { background: #FF0000; color: #FFFFFF; border: none; padding: 10px; border-radius: 10px; font-size: 1.2rem; cursor: pointer; margin: 1%; font-weight: bold; text-align: center; }
.pay_btn:hover { background: #FFFFFF; color: #598527; }
/*#footer_wrapper { width: 100%; max-width: 1200px; margin: 0 auto; }
#bottom_logo img { width: 80px; padding: 10px; }
#order-title { width: 80%; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; color: #FFFFFF; text-align: center; font-weight: bold; padding: 10px; border-bottom: 1px dotted #DDDDDD; margin: 0 auto; }
#order_updown { background: none; border: none; margin: 10px; }


*/
/* FOOTER 끝 */

/* RESPONSIVE */
.hsp { height: 100px; }

@media (min-width: 470px)
{

	header { }
	header-wrapper { }
	nav { top: 90px;}
	#header_logo { padding: 10px; }
	#header_logo img { width: 70px; }
	#header_login   { } 
	#header_menu { }
	.category_title img { }

	
	.section_wrapper { }
	.category_title img { width: 400px; }
	.item { }
	.item_img { }
	.item_img img { }
	.item_name { }
	.item_detail { }
	.item_basic { }
	.size-options { }
	.item_price { }
	.addBtn { }

}

@media (min-width: 769px)
{

	header { }
	header-wrapper { }
	#header_logo { order: 0; text-align: left; padding: 14px; }
	#header_logo img { width: 80px; }
	#header_login   { order: 2; } 
	#header_login img { width: 40px; } 
	#header_menu { display: none!important; }
	
	nav { position: relative; display: block; top: auto; left: auto; width: auto; border-bottom: none; }
	nav ul { display: flex; justify-content: flex-end; background: none;  }
	nav ul li { padding: 4px; }
	nav ul li a { background: #FFFFFF; font-size: 0.8rem; padding: 10px; color: #000000; border-bottom: none; font-weight: 500; border-radius: 10px; }
	nav ul li a:hover { background: #E0600B; color: #FFFFFF; }
	
	.category_title img { width: 500px; }
	
	.section_wrapper { }
	.category_title img { }
	.item { width: 47%; }
	.item_img { }
	.item_img img { }
	.item_name { }
	.item_detail { }
	.item_basic { }
	.size-options { }
	.item_price { }
	.addBtn { }


}

@media (min-width: 1024px)
{

	header { }
	header-wrapper { }
	#header_logo { }
	#header_logo img { width: 90px; }
	#header_login   { order: 2; } 
	#header_login img { width: 40px; } 
	#header_menu { }
	
	nav { }
	nav ul { }
	nav ul li { }
	nav ul li a { font-size: 1rem; font-weight: 700; }
	nav ul li a:hover { background: #E0600B; color: #FFFFFF; }
	
	.category_title img { width: 700px; }
	
	.section_wrapper { }
	.category_title img { }
	.item { width: 32%; }
	.item_img { }
	.item_img img { }
	.item_name { }
	.item_detail { }
	.item_basic { }
	.size-options { }
	.item_price { }
	.addBtn { }

}

@media (min-width: 1200px)
{

	header { }
	header-wrapper { }
	#header_msg  { display: block; }
	#header_logo { padding: 20px; }
	#header_logo img { width: 100px; }
	#header_login   { order: 2; } 
	#header_login img { width: 40px; } 
	#header_menu { }
	
	nav { }
	nav ul { }
	nav ul li { }
	nav ul li a { font-size: 1.1rem; font-weight: 700; }
	nav ul li a:hover { }
	
	.category_title img { width: 800px; }
	
	.section_wrapper { }
	.category_title img { }
	.item { width: 18%; }
	.item_img { }
	.item_img img { }
	.item_name { }
	.item_detail { }
	.item_basic { }
	.size-options { }
	.item_price { }
	.addBtn { }

}


/*  RESPONSIVE END */