<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#order{
	background:#f7f7f7;
	width:100%;
	padding:80px 0px;
}

#order .cart{
	width:1180px;
	margin:0 auto;
}






#order .title{
	width:100%;
	font-size:30px;
}




#order .pro_table{
	width:100%;
	border-top:1px solid #222;
	margin-top:20px;
}

#order .pro_table thead{
	width:100%;
	border-bottom:1px solid #e5e5e5;
}

#order .pro_table thead th{
	padding:15px 0px 15px 0px;
	font-family:'noto sans kr';
	border-bottom:1px solid #e5e5e5;
	color:#737373;
	font-size:15px;
}

#order .pro_table tbody th{
	padding:15px 0px 15px 0px;
	font-family:'noto sans kr';
	border-bottom:1px solid #e5e5e5;
	color:#737373;
	font-size:15px;
	font-weight:normal;
}

#order .pro_table tbody td{
	padding:15px 10px 15px 10px;
	font-family:'noto sans kr';
	border-bottom:1px solid #e5e5e5;
	color:#737373;
	font-size:15px;
	font-weight:bold;
	box-sizing:border-box;
}



#order .pro_table tbody td .pro_name{
	font-size:15px;
	color:#444444;
	font-weight:bold;
	font-family:'noto sans kr';
}
#order .pro_table tbody td .pro_option{
	font-size:14px;
	color:#a7a7a7;
	margin-top:5px;
	font-family:'noto sans kr';
}



#order .pro_table tbody th .change{
	width:70%;
	border:1px solid #e5e5e5;
	padding:3px;
	box-sizing:border-box;
	text-align:center;
	color:#737373;
	font-size:13px;
	margin-top:5px;
	cursor:pointer;
	margin:8px auto 0;
	font-family:'noto sans kr';
	background:#fff;
}

#order .pro_table tbody th .buy{
	width:70%;
	border:1px solid #252525;
	padding:3px;
	box-sizing:border-box;
	text-align:center;
	background-color:#252525;
	color:#fff;
	font-size:13px;
	cursor:pointer;
	margin:4px auto 0;
	font-family:'noto sans kr';
}

#order .pro_table tbody th .etc_bu{
	width:70%;
	border:1px solid #e5e5e5;
	padding:3px;
	box-sizing:border-box;
	text-align:center;
	color:#757575;
	font-size:13px;
	margin-top:5px;
	cursor:pointer;
	margin:4px auto 0;
	font-family:'noto sans kr';
}


#order .reckoner{
	width:100%;
	padding:20px;
	border-bottom:1px solid #e5e5e5;
	box-sizing:border-box;
	text-align:right;
	color:#545454;
	font-size:15px;
	font-family:'noto sans kr';
}

#order .reckoner span{
	font-size:20px;
}


#order .amount{
	border:1px solid #e5e5e5;
	border-radius:5px 0px 0px 5px;
	box-sizing:border-box;
	display:inline-block;
	vertical-align:middle;
	background:#fff;
}


#order .amount .count{
	display:inline-block;
	width:30px;
	font-size:12px;
	vertical-align:middle;
}


#order .amount .modifyCount{
	width:20px;
	display:inline-block;
	vertical-align:middle;
	background:#fff;
}


#order .amount .modifyCount div{
	width:100%;
	border-bottom:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
}

#order .amount .modifyCount div:last-child{
	border-bottom:0px solid #e5e5e5;
}



#order .op_buttonarea{
	width:100%;
	display:inline-block;
	padding:20px 0px 20px 0px;
	border-bottom:1px solid #e5e5e5;
}

#order .op_buttonarea .bl_button{
	width:120px;
	display:inline-block;
	padding:8px;
	font-size:13px;
	color:#fff;
	text-align:center;
	background-color:#000;
	box-sizing:border-box;
	cursor:pointer;
	font-family:'noto sans kr';
}

#order .op_buttonarea .right_button{
	display:inline-block;
	float:right;
}

#order .op_buttonarea .wh_button{
	width:120px;
	display:inline-block;
	padding:8px;
	font-size:13px;
	color:#525252;
	text-align:center;
	border:1px solid #e5e5e5;
	box-sizing:border-box;
	cursor:pointer;
	font-family:'noto sans kr';
	background:#fff;
}


#order .buttonCline{
	margin-top:50px;
}




#order .sec{
	width:100%;
	margin-top:50px;
}


#order .sec .subject{
	font-size:24px;
	color:#444;
}


#order .sec .subject span{
	font-size:16px;
	color:#777;
}

#order .sec .deRadio{
	display:inline-block;
	margin-right:20px;
}

#order .sec .deRadio label{
	font-weight:normal;
}


#order .sec .norTd td{
	font-weight:normal;
}


#order .sec .RDbtn{
	display:inline-block;
	padding:10px 20px;
	border:1px solid #d82221;
	color:#d82221;
	background:#fff;
}


#order .sec  .GRbtn{
	display:inline-block;
	padding:10px 20px;
	border:1px solid #222;
	color:#222;
	width:130px;
}


#order .completeText{
	font-size:24px;
	text-align:center;
	margin-top:50px;
}







</pre></body></html>