@media all and (min-width:0px) and (max-width:768px) {
	.frm_head {
		overflow: hidden;
		padding: 20px 0 20px 15px;
		font-size: 13px;
		background-color: #f6f6f6;
	}

	.frm_title {
		font-size: 1.5em;
		height: 50px;
		line-height: 50px;
	}

	.frm_screen {
		width: 100%;
	}

	.frm_screen_mid {
		/* position:relative; */
		margin: 0px auto;
		width: 100%;
		padding-top: 40px;
		/* padding-bottom: 104px; */
		/* height: 3000px; */
	}

	.frm_list {
		/* display:block; */
		/* margin:0px auto; */
		width: 100%;
		/* background-color:#fff; */
		/* margin-top:10px; */
		padding-bottom: 200px;
		float: left;
	}

	.frm_table_box {}

	.frm_table {
		width: 100%;
		border-collapse: collapse;
		border-top: 1px solid #ccc;
		border-spacing: 0px;
		margin-bottom: 20px;
		line-height: 28px;
	}

	.frm_table>tbody.frm_col_title {
		display: none;
		border-bottom: 1px solid #ccc;
	}

	.frm_item {
		border-bottom: 1px solid #ccc
	}

	.item {
		padding: 20px 8px 0px 0;
		/* width: 100%; */
		display: block;
		position: relative;
	}

	.item_anc {
		display: table-cell;
		/* padding-right: 20px; */
		/* position: static; */
		vertical-align: top;
		width: 1%;
	}

	.frm_deal_img {
		position: absolute;
		width: 35px;
		margin-top: -8px;
		margin-left: -4px;
	}

	.item_photo {
		width: 60px;
		height: 60px;
		margin: 0px 10px;
	}

	.item_detail {
		display: table-cell;
		padding-bottom: 0px;
		vertical-align: top;
		white-space: normal;
		width: 99%;
	}

	.col.title,
	.col.val {
		padding: 10px 10px;
	}

	.col.title {
		display: none;
		width: 150px;
	}

	.col.val {
		width: 60%;
	}

	.col.val span {
		/* color:red; */
		/*width: 140px;*/
		display: inline-block;
	}

	.clr_line {
		display: block;
	}

	.split {
		display: none !important;
	}

	.col.val spt {
		width: 90px;
		display: block;
	}

	.col.price,
	.col.qty,
	.col.subtotal {
		display: block;
		float: left;
		width: 33.333%;
		text-align: right;
		box-sizing: border-box;
		padding: 10px;
		border-top: 1px solid #eee;
	}

	.frm_table tr {
		display: block;
		overflow: hidden;
	}

	.item_action {
		text-align: right;
		width: 100%;
		box-sizing: border-box;
		display: block;
		float: left;
		white-space: nowrap;
	}


	.col.title[data-th]:before,
	.col.val[data-th]:before,
	.col.subtotal[data-th]:before {
		content: attr(data-th);
		display: block;
		font-weight: 600;
		padding-bottom: 4px;
	}

	.text_frm {
		text-align: left;
		font-size: 1em;
		width: 95%;
		height: 33px;
		border: 0px;
		border-bottom: 1px solid;
	}

	.price_frm {
		text-align: right;
		font-size: 1.2em;
		width: 90px;
		height: 30px;
		border: 0px;
		border-bottom: 1px solid;
	}

	.qty_frm {
		text-align: right;
		font-size: 1em;
		width: 58px;
		height: 30px;
		border: 0px;
		border-bottom: 1px solid;
	}

	.sp_frm {
		text-align: left;
		font-size: 1.2em;
		width: 100px;
		height: 30px;
		border: 0px;
		border-bottom: 1px solid;
	}

	.txtarea {
		width: 90%;
		padding: 1rem;
		resize: none;
		line-height: 1.35;
	}

	#att_zone {
		width: 100%;
		margin: 0px auto;
		min-height: 70px;
		border: 1px dotted #00f;
	}

	#att_zone:empty:before {
		content: attr(data-placeholder);
		color: red;
		font-size: 1.2em;
	}

	.txtarea::placeholder {
		color: red;
		font-size: 1.2em;
	}

	.div_thumb {
		width: 120px;
		height: 90px;
	}

	.sel_frm {
		text-align: left;
		font-size: 1em;
		width: 90%;
		height: 34px;
		margin-right: 5px;
	}

	.toolbar {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}

	.frm_head>h3 {
		float: left;
		margin-right: 10px;
	}

	.frm_head>h2 {
		float: right;
		padding-right: 10px;
	}


	.ord_table th {
		border-bottom: 1px solid #e5e5e5;
		background-color: #f6f6f6;
	}

	.ord_table td {
		/* border-bottom: 1px solid #e5e5e5; */
	}


	.ord_title {
		position: relative;
		z-index: 1;
		overflow: hidden;
		/*cursor: pointer;*/
		font-size: 1.2em;
		line-height: 1.3;
		-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
		display: -webkit-flex;
		display: -ms-flex;
		display: -moz-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		-moz-justify-content: space-between;
		justify-content: space-between;
		padding: 20px 0;
	}

	th,
	td {
		border: 0px;
	}

	.colOrd {
		width: 200px;
	}

	.ord_table {
		width: 100%;
		border: 0;
		border-spacing: 0;
		border-collapse: collapse;
		border-top: 2px solid;
		margin-bottom: 55px;
	}

	.ord_table th {
		width: 94%;
		border-bottom: 1px solid #e5e5e5;
		background-color: #f6f6f6;
		/* float: left; */
		display: block;
	}

	.ord_table td {
		width: 100%;
		/* border-bottom: 1px solid #e5e5e5; */
		float: left;
	}

	.ord_table th,
	.ord_table td {
		height: 21px;
		padding: 10px 12px;
		line-height: 22px;
		vertical-align: middle;
	}

	.item_detail>.guide_ipdate {
		display: none;
	}

	.item>.guide_ipdate {
		width: 100%;
		float: left;
		font-weight: bold;
		color: red;
		text-align: left;
		line-height: 1.3em;
		margin: 10px 0px;
	}

	.payment_method_wrapper {
		display: flex;
		flex-direction: column;
		gap: 12px;
		margin-top: 10px;
	}

	.payment_option {
		display: flex;
		align-items: center;
		cursor: pointer;
		line-height: 1.5;
	}

	.payment_option input[type="radio"] {
		margin-right: 8px;
		flex-shrink: 0;
	}

}


@media all and (min-width:768px) {
	.item>.guide_ipdate {
		display: none;
	}

	.item_detail>.guide_ipdate {
		width: 100%;
		float: left;
		font-weight: bold;
		color: red;
		text-align: left;
		margin: 10px 0px;
		line-height: 1.4em;
	}

	.ord_title {
		position: relative;
		z-index: 1;
		overflow: hidden;
		/*cursor: pointer;*/
		font-size: 1.2em;
		line-height: 1.3;
		-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
		display: -webkit-flex;
		display: -ms-flex;
		display: -moz-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		-moz-justify-content: space-between;
		justify-content: space-between;
		padding: 20px 0;
	}

	th,
	td {
		border: 0px;
	}

	.colOrd {
		width: 200px;
	}

	.ord_table {
		width: 100%;
		border: 0;
		border-spacing: 0;
		border-collapse: collapse;
		border-top: 2px solid;
		margin-bottom: 55px;
	}

	.ord_table th {
		border-bottom: 1px solid #e5e5e5;
		background-color: #f6f6f6;
	}

	.ord_table td {
		border-bottom: 1px solid #e5e5e5;
	}

	.ord_table th,
	.ord_table td {
		height: 29px;
		padding: 14px 20px;
		line-height: 22px;
		vertical-align: middle;
	}

	.frm_head {
		overflow: hidden;
		padding: 20px 0 20px 15px;
		font-size: 13px;
		background-color: #f6f6f6;
	}

	.frm_title {
		font-size: 1.5em;
		height: 50px;
		line-height: 50px;
	}

	.frm_screen {
		width: 100%;
	}

	.frm_screen_mid {
		position: relative;
		margin: 0px auto;
		width: 1200px;
		padding-top: 40px;
		/* padding-bottom: 104px; */
		/* height: 3000px; */
	}

	.frm_list {
		/* display:block; */
		/* margin:0px auto; */
		width: 75%;
		/* background-color:#fff; */
		/* margin-top:10px; */
		padding-bottom: 200px;
		float: left;
	}

	.frm_table_box {
		padding-right: 30px;
	}

	.frm_table {
		width: 100%;
		border-collapse: collapse;
		border-top: 1px solid #ccc;
		border-spacing: 0px;
		margin-bottom: 20px;
		line-height: 28px;
	}

	.frm_table>tbody.frm_col_title {
		border-bottom: 1px solid #ccc;
		height: 35px;
	}

	.frm_item {
		border-bottom: 1px solid #ccc
	}

	.item {
		padding: 20px 8px 0px 0;
	}

	.item_anc {
		display: table-cell;
		/* padding-right: 20px; */
		/* position: static; */
		vertical-align: top;
		width: 1%;
	}

	.frm_deal_img {
		position: absolute;
		width: 40px;
		margin-top: -8px;
		margin-left: -4px;
	}

	.item_photo {
		width: 120px;
		height: 120px;
		margin-right: 12px;
		margin-bottom: 12px;
	}

	.item_detail {
		display: table-cell;
		padding-bottom: 35px;
		vertical-align: top;
		white-space: normal;
		width: 99%;
	}

	.col.title,
	.col.val {
		padding: 15px 10px;
	}

	.col.title {
		width: 150px;
	}

	.col.val {
		/* width: 70%; */
	}

	/* PC Column Widths */
	.frm_table_tr1_th1,
	.item {
		width: 50%;
	}

	.frm_table_tr1_th2,
	.col.price {
		width: 20%;
	}

	.frm_table_tr1_th3,
	.col.qty {
		width: 10%;
	}

	.frm_table_tr1_th4,
	.col.subtotal {
		width: 20%;
	}

	/*.col.title span{color:red;}*/
	.col.val span {
		/* color: red; */
		display: none;
	}

	.clr_line {
		display: none;
	}

	.split {
		color: black !important;
		width: 30px;
		display: inline-block !important;
		text-align: center;
	}

	.col.val spt {
		width: 90px;
		display: none;
	}

	.frm_total {
		background-color: #fff;
		width: 25%;
		float: right;
		/* padding: 14px 17px; */
	}

	.frm_bottom_action {
		/* float: right; */
		width: 100%;
		text-align: right;
		margin: 20px 0px;
	}

	.breakline>h3 {
		float: left;
		margin-right: 30px;
	}

	.breakline>h2 {
		float: right;
	}

	.frm_head>h3 {
		float: left;
		margin-right: 30px;
	}

	.frm_head>h2 {
		float: right;
		padding-right: 20px;
	}

	.sel_frm {
		text-align: left;
		font-size: 1em;
		width: 90%;
		height: 34px;
		margin-right: 5px;
	}

	.text_frm {
		text-align: left;
		font-size: 1em;
		width: 90%;
		height: 30px;
		/* margin: 5px; */
	}

	.price_frm {
		text-align: right;
		font-size: 1em;
		width: 80px;
		padding-right: 10px;
		height: 30px;
		/* margin:5px; */
	}

	.qty_frm {
		text-align: right;
		font-size: 1em;
		padding-right: 10px;
		width: 80px;
		height: 30px;
		/* margin:5px; */
	}

	.sp_frm {
		text-align: left;
		font-size: 1.2em;
		width: 100px;
		height: 28px;
		margin-bottom: 5px;
	}

	.txtarea {
		width: 90%;
		padding: 5px;
		resize: none;
		line-height: 1.35;
	}

	#att_zone {
		width: 90%;
		/* margin:0px auto; */
		min-height: 60px;
		border: 1px dotted #494949;
	}

	#att_zone:empty:before {
		content: attr(data-placeholder);
		color: red;
		font-size: 1.2em;
	}

	.txtarea::placeholder {
		color: red;
		font-size: 1.2em;
	}

	.div_thumb {
		width: 150px;
		height: 120px;
	}

	.toolbar {
		width: 100%;
		/* height: 35px; */
	}

}

/*min width 768px;*/

.col.val sp {
	width: 90px;
	display: inline-block;
}

.btn_submit {
	height: 3.5rem;
	width: 120px;
	color: rgb(255, 255, 255);
	font-size: 20px;
	font-weight: 700;
	border: 0px;
	border-radius: 2px;
	background: rgb(255, 80, 88);
}

.btn_close {
	height: 3.5rem;
	width: 120px;
	color: rgb(255, 255, 255);
	font-size: 20px;
	font-weight: 700;
	border: 0px;
	border-radius: 2px;
	background: rgb(210, 210, 210);
}

.div_thumb {
	display: inline-block;
	position: relative;
	margin: 5px;
	border: 1px solid #a8a8a8;
	z-index: 1
}

.img_thumb {
	width: 100%;
	height: 100%;
	z-index: none
}

.btn_del_thumb {
	width: 30px;
	height: 30px;
	position: absolute;
	font-size: 24px;
	right: 0px;
	bottom: 0px;
	z-index: 999;
	background-color: rgb(255 255 255 / 100%);
	color: #000;
}

.cancel_order {
	text-decoration: line-through;
	color: red;
	font-weight: bolder
}

.icoArrow {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	display: inline-block;
	overflow: hidden;
	width: 12px;
	height: 12px;
	text-indent: 120%;
	white-space: nowrap;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
}

.listback_btn {
	font-size: 1.6em;
	font-weight: 900;
	background-color: #07345e;
	color: #fff;
	border: 0px;
	width: 200px;
	padding: 10px;
	display: block;
	margin: 0px auto;
}

/* 검색 영역 스타일 */
.search_area {
	margin: 20px 0 30px 0;
	padding: 0;
}

.search_form {
	width: 100%;
}

.search_input_wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
	max-width: 600px;
	background-color: #fff;
	border: 2px solid #e5e5e5;
	border-radius: 8px;
	padding: 8px 12px;
	transition: all 0.3s ease;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.search_input_wrapper:focus-within {
	border-color: #07345e;
	box-shadow: 0 4px 8px rgba(7, 52, 94, 0.15);
}

.search_input {
	flex: 1;
	border: none;
	outline: none;
	font-size: 15px;
	padding: 8px 12px;
	color: #333;
	background-color: transparent;
}

.search_input::placeholder {
	color: #999;
}

.search_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 10px 20px;
	background-color: #07345e;
	color: #fff;
	border: none;
	border-radius: 6px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.search_btn:hover {
	background-color: #052a4a;
	transform: translateY(-1px);
	box-shadow: 0 4px 8px rgba(7, 52, 94, 0.2);
}

.search_btn:active {
	transform: translateY(0);
}

.search_btn svg {
	width: 18px;
	height: 18px;
	stroke: currentColor;
}

.search_btn span {
	line-height: 1;
}

@media all and (min-width:0px) and (max-width:768px) {
	.search_input_wrapper {
		max-width: 100%;
		padding: 6px 10px;
	}

	.search_input {
		font-size: 14px;
		padding: 6px 10px;
	}

	.search_btn {
		padding: 8px 16px;
		font-size: 14px;
	}

	.search_btn svg {
		width: 16px;
		height: 16px;
	}

	.search_btn span {
		display: none;
	}
}


.order_status_section {
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
	margin: 20px 0;
	padding: 20px;
	background: #f8f9fa;
	border-radius: 12px;
	justify-content: flex-start;
}

.status_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	padding: 12px 10px;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	cursor: pointer;
	width: calc((100% - 70px) / 8);
	min-width: 0;
	max-width: none;
	flex: 0 0 calc((100% - 70px) / 8);
	box-sizing: border-box;
}

.status_item.active {
	border: 2px solid #667eea;
	box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.status_item.active .status_icon {
	transform: scale(1.1);
}

.status_item:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.status_icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	border-radius: 10px;
	color: #ffffff;
	padding: 8px;
}

.status_item:nth-child(1) .status_icon {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.status_item:nth-child(2) .status_icon {
	background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.status_item:nth-child(3) .status_icon {
	background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.status_item:nth-child(4) .status_icon {
	background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}

.status_item:nth-child(5) .status_icon {
	background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}

.status_item:nth-child(6) .status_icon {
	background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
}

.status_text {
	font-size: 13px;
	font-weight: 600;
	color: #333;
	text-align: center;
	white-space: nowrap;
}

@media (max-width: 768px) {
	.order_status_section {
		justify-content: flex-start;
		gap: 8px;
		padding: 15px 10px;
		flex-wrap: wrap;
	}

	.status_item {
		width: calc((100% - 24px) / 4);
		min-width: 0;
		max-width: none;
		padding: 10px 6px;
		flex: 0 0 calc((100% - 24px) / 4);
		box-sizing: border-box;
	}

	.status_icon {
		width: 36px;
		height: 36px;
		padding: 8px;
	}

	.status_text {
		font-size: 11px;
	}
}

@media (max-width: 480px) {
	.order_status_section {
		gap: 6px;
		padding: 12px 8px;
	}

	.status_item {
		width: calc((100% - 18px) / 4);
		flex: 0 0 calc((100% - 18px) / 4);
		padding: 8px 4px;
		min-width: 0;
		box-sizing: border-box;
	}

	.status_icon {
		width: 32px;
		height: 32px;
		padding: 6px;
	}

	.status_text {
		font-size: 10px;
	}
}