@charset "utf-8";
:root {
	--main-color: #16335b;
	--second-color: #e94630;
	--line-color: #ddd;
	--radius: 12px;
	--sub-radius: 8px;
	--font-color: #6b7684;
}

body {
	min-width: 1200px;
}

/* ---------- top message alarm ---------- */
#message-unread {
	position: absolute;
	padding: 5px 80px 5px 25px;
	left: 100px;
	top: 0;
	color: #fff;
	background-color: #333;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	animation-name: message-unread;
	animation-duration: 2s;
	z-index: 100;
	line-height: normal;
	font-size: 14px;
}
#message-unread a {
	font-size: 11px;
	padding: 3px 5px 2px;
	vertical-align: middle;
	text-decoration: none;
	position: absolute;
	right: 15px;
	top: 4px;
	line-height: normal;
	background: var(--second-color);
	color: #fff;
}
@keyframes message-unread {
	from {
		top: -30px;
	}
	to {
		top: 0;
	}
}

.coupon-apply-list {
	max-height: 150px;
	overflow-y: auto;
}
.label.orderType {
	white-space: normal;
	line-height: 16px;
}

/* ---------- layout ---------- */
.container {
	width: 1150px;
	margin: 0 auto;
}
#column-global {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-top: 70px;
}
.column-left {
	display: table-cell;
	width: 290px;
	vertical-align: top;
}
.column-left .wrap {
	width: 230px;
}
.column-center {
	display: table-cell;
	width: 100%;
	vertical-align: top;
	padding-bottom: 100px;
}
#common-error {
	min-width: 500px;
	padding: 10px;
}
#common-error h4 {
	font-size: 11pt;
}
#common-error .alert {
	margin-bottom: 0;
}

/* ---------- header ---------- */
#header {
	margin-bottom: 40px;
	background: #fff;
	position: fixed;
	width: 100%;
	z-index: 10;
	left: 0;
	top: 0;
	right: 0;
}
#header .container {
	margin: 0 auto;
	position: relative;
	width: 1200px;
}
.header-top {
	height: 70px;
	position: relative;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.04);
	z-index: 20;
}
.header-top ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.header-top .action {
	position: absolute;
	right: 15px;
	top: 15px;
}
.header-top .action ul {
	display: flex;
	align-items: center;
	gap: 5px;
}
.header-top .action li {
	position: relative;
}
.header-top .action li > a {
	display: block;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	color: var(--font-color);
	padding: 10px 12px;
	border: 1px solid var(--line-color);
	border-radius: var(--sub-radius);
	height: 40px;
	transition: opacity 0.3s ease-in-out;
	text-align: center;
}
.header-top .action li > a:hover {
	opacity: 0.7;
}
.header-top .action li.apply > a {
	background: var(--second-color);
	border-color: var(--second-color);
	color: #fff;
}
.header-top .action li.user > a {
	background: #f7f7f7;
	min-width: 105px;
}
.header-top .action li .sub {
	border: 1px solid var(--line-color);
	border-radius: var(--radius);
	background: #fff;
	position: absolute;
	right: 0;
	top: 45px;
	padding: 15px 12px;
	width: 100%;
	display: none;
}
.header-top .action li .sub a {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: var(--font-color);
	letter-spacing: -1px;
}
.header-top .action li .sub a:not(:last-child) {
	margin-bottom: 10px;
}
.header-top h1 {
	position: absolute;
	left: 15px;
	top: 13px;
	margin: 0;
	padding: 0;
}
.header-top .lnb {
	display: flex;
	align-items: center;
	width: fit-content;
	gap: 10px;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0 auto;

}
.header-top .lnb li {
	width: 130px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	font-weight: 600;
	letter-spacing: -0.5px;
}
.header-bottom {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
}
.header-bottom {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
}
#header.open .header-bottom {
	max-height: 400px;
	border-bottom: 1px solid var(--line-color);
}
#header.open .header-top {
	box-shadow: none;
	border-bottom: 1px solid var(--line-color);
}
#header.open .lnb {
}
.header-bottom .inner {
	max-width: 690px;
	margin: 0 auto;
}
.header-bottom .inner .all {
	display: flex;
	justify-content: space-between;
	height: 250px;
}
.header-bottom .inner .all ul {
	text-align: center;
	width: 130px;
	list-style: none;
	padding: 20px 0 0;
	margin: 0;
}
.header-bottom .inner .all a {
	color: var(--font-color);
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 15px;
}
.header-bottom .inner .all li + li {
	margin-top: 13px;
}
.header-top li.active {
	color: var(--main-color);
}
.header-top li.active:before {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: var(--main-color);
	position: absolute;
	left: 0;
	bottom: 0;
}
.header-bottom ul.active {
	background: rgba(242, 244, 246, 0.5);
}
.header-bottom .notice {
	border-top: 1px solid var(--line-color);
	padding: 14px 0;
}
.header-bottom .inner .all li:hover a {
	color: var(--main-color);
}




/* ---------- footer ---------- */
#footer {
	clear: both;
	background: var(--main-color);
	padding: 60px 0;
	font-size: 14px;
	color: #949faf;
}
#footer .container {
	margin: 0 auto;
	position: relative;
	width: 1200px;
}
#footer a {
	color: #949faf;
}
#footer .footer-top ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer .footer-top .fnb {
	display: flex;
	gap: 40px;
	margin-bottom: 40px;
}
#footer .footer-top .fnb li a {
	font-weight: 600;
	color: #fff;
}
#footer .footer-top address ul {
	display: flex;
}
#footer .footer-top address ul + ul {
	margin-top: 6px;
}
#footer .footer-top address li {
	display: flex;
	align-items: center;
	gap: 10px;
	padding-right: 10px;
	margin-right: 10px;
	position: relative;
}
#footer .footer-top address li:before {
	content: '';
	display: block;
	width: 1px;
	height: 10px;
	background: #26456f;
	position: absolute;
	right: 0;
	top: 5px;
}
#footer .footer-top address li:last-child:before {
	display: none;
	padding-right: 0;
	margin-right: 0;
}
#footer .footer-top address li .title {
	color: #fff;
}
#footer .footer-top .pg {
	position: absolute;
	right: 15px;
	bottom: 0;
}
#footer .footer-top .pg img {
	height: 20px;
}

/* ---------- 신청서 리스트 공통 ---------- */
.order-item-list {
	width: 100%;
}
.order-item-list .item + .item {
	margin-top: 14px;
}
.order-item-list .item {
	border: 1px solid var(--line-color);
	border-radius: var(--radius);
}
.order-item-list .divider {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.order-item-list .divider li {
	padding-right: 12px;
	margin-right: 12px;
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
}
.order-item-list .divider li .title {
	color: var(--font-color);
	font-weight: 500;
}
.order-item-list .divider li .bar {
	color: var(--line-color);
}
.order-item-list .divider li a {
	color: #222;
	transition: all 0.3s;
}
.order-item-list .divider li a:hover {
	opacity: 0.7;
}
.order-item-list .divider li:not(:last-child)::before {
	content: '';
	display: block;
	width: 1px;
	height: 10px;
	background: var(--line-color);
	position: absolute;
	right: 0;
	transform: translateY(-50%);
	top: 50%;
}
.order-item-list .iso {
	font-weight: 600;
	color: #222;
	padding-right: 0;
	margin-right: 30px;
	padding-left: 30px;
	position: relative;
}
.order-item-list .iso:after {
	content: '';
	display: block;
	width: 25px;
	height: 17px;
	position: absolute;
	left: 0;
	top: 2px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
}
.order-item-list .iso.kr:after {
	background-image: url('../imgs/order-iso-kr@2x.png?v=1');
	border: 1px solid var(--line-color);
}
.order-item-list .iso.vn:after {
	background-image: url('../imgs/order-iso-vn@2x.png?v=1');
}
.order-item-list .iso:before {
	display: none !important;
}
.order-item-list .group-item {
	display: flex;
	align-items: center;
	position: relative;
}
.order-item-list .group-item .link-wrap {
	padding-left: 30px;
}
.order-item-list .group-item .link-wrap .btn {
	min-width: 75px;
	max-width: 100%;
	font-weight: 500;
}
.order-item-list .group-item .link-wrap .btn-white.on {
	border-color: #ff9634;
	background-color: #ff9634;
	color: #fff !important;
}
.order-item-list .group-item .info-wrap {
	padding: 30px;
	display: flex;
	align-items: center;
	gap: 30px;
	color: var(--font-color);
	border-right: 1px solid var(--line-color);
}
.order-item-list .group-item .info-wrap .thumb {
	width: 120px;
	height: 120px;
	background-color: #fafafa;
	border-radius: var(--sub-radius);
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 120px;
	max-height: 120px;
	overflow: hidden;
}
.order-item-list .group-item .info-wrap .thumb img {
	max-width: 100%;
	max-height: 100%;
}
.order-item-list .group-item .info-wrap .top {
	font-size: 14px;
	font-weight: 500;
}
.order-item-list .group-item .info-wrap .label-type {
	font-weight: bold;
}
.order-item-list .group-item .info-wrap .goodsname {
	margin: 5px 0;
}
.order-item-list .group-item .info-wrap .goodsname a {
	font-size: 16px;
	font-weight: 600;
	color: #222;
}
.order-item-list .group-item .info-wrap .middle {
	font-size: 12px;
	color: #222;
}
.order-item-list .group-item .info-wrap .bottom {
	background: #f7f7f7;
	border-radius: var(--sub-radius);
	padding: 10px 20px;
	font-size: 12px;
	color: #222;
	margin-top: 15px;
	word-break: keep-all;
}
.order-item-list .group-item .info-wrap .service {
	margin-top: 5px;
}
.order-item-list .group-item .submit-wrap {
	flex: 0 0 250px;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}
.order-item-list .group-item .submit-wrap .btn {
	flex: 0 0 48.5%;
	font-weight: 500;
	letter-spacing: -0.5px;
}
.order-item-list .group-item .submit-wrap .event-click-tracking-number {
	color: var(--main-color);
	background: #f2f4f6;
	border-color: var(--line-color);
}
.order-item-list .group-order {
	border-top: 1px solid var(--line-color);
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.order-item-list .group-order .info-wrap {
	flex: 1;
	font-size: 14px;
	padding: 10px 30px;
}
.order-item-list .group-order .submit-wrap {
	flex: 0 0 250px;
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}
.order-item-list .group-order .submit-wrap .btn {
	font-size: 13px;
	font-weight: 500;
}

/* -- 묶음번호별 보기 추가 */
.order-item-list .bundle .group-order {
	border-top: none;
	border-bottom: 1px solid var(--line-color);
	height: auto;
	position: relative;
}
.order-item-list .bundle .group-order:before {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: var(--line-color);
	position: absolute;
	right: 250px;
	top: 0;
}
.order-item-list .bundle .group-order .info-wrap {
	padding: 20px 30px;
}
.order-item-list .bundle .group-order .info-wrap .bottom {
	background: #f7f7f7;
	padding: 10px 20px;
	border-radius: var(--sub-radius);
	font-size: 13px;
	color: #222;
	margin-top: 20px;
	word-break: keep-all;
}
.order-item-list .bundle .group-order .submit-wrap {
	padding: 20px 30px;
}
.order-item-list .bundle .group-item:not(:last-child):before {
	content: '';
	display: block;
	width: calc(100% - 60px);
	border-bottom: 1px dashed var(--line-color);
	position: absolute;
	bottom: 0;
	left: 30px;
}
.order-item-list .bundle .group-item .info-wrap {
	border-right: none;
}
table.order-item-list td {
	padding: 8px 5px;
}
table.order-item-list .thumb {
	width: 70px;
	height: 70px;
	background-color: #fafafa;
	border-radius: var(--sub-radius);
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 120px;
	max-height: 120px;
	overflow: hidden;
}
table.order-item-list .thumb img {
	max-width: 100%;
	max-height: 100%;
}
table.order-item-list .group-item {
	display: table-cell;
}
table.order-item-list .group-item .info-wrap {
	padding: 10px 0;
	border-right: none;
}

body.desktop .table-scroll-wrap .fixed-wrap {
	display: none;
}
body.desktop .table-scroll-wrap .scroll-wrap {
	margin-left: 0;
}
