@charset "utf-8";

/* 각 레이어 width */
#agency-tracking-number-modify {
	width: 500px;
}
#agency-shopping-payment-with {
	width: 990px;
}
#agency-shipping-payment-with {
	width: 990px;
}
#agency-shipping-item-write-with {
	width: 990px;
}
#agency-shipping-payment-coupon {
	width: 700px;
}
#agency-shopping-payment-coupon {
	width: 700px;
}
#agency-check-confirm {
	width: 990px;
}
#agency-crash-confirm {
	width: 990px;
}
#agency-exclude-confirm {
	width: 990px;
}
#agency-join {
	width: 1100px;
}
#agency-join .submit-wrap {
	margin-top: 30px;
}
#agency-consignee-modify {
	width: 1100px;
}
#agency-item-modify {
	width: 1100px;
}
#agency-item-back {
	width: 1100px;
}
#agency-image {
	width: 400px;
}
#agency-inventory-item-modify {
	width: 1100px;
}

/* common */
.warehouse-image-list {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.warehouse-image-list a {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.warehouse-image-list a img {
	max-width: 100%;
	max-height: 100%;
}


/* item */
#items .item-info {
	margin-bottom: 20px;
}
#items .item-info + .item-info {
	border-top: 1px dashed var(--line-color);
	margin-top: 20px;
	padding-top: 20px;
}
#items ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}
#items ul li {
	flex: 1 0 49.5%;
	display: flex;
	border: 1px solid var(--line-color);
	border-radius: var(--sub-radius);
	height: 50px;
	align-items: center;
	padding: 5px 14px;
}
#items ul li.half {
	flex-basis: 24.2%;
}
#items ul li.full {
	flex-basis: 100%;
}
#items ul li .title {
	flex: 0 0 150px;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: -0.5px;
	padding-top: 3px;
}
#items ul li input {
	border: none;
	width: 100%;
	height: 100%;
	flex: 1;
	font-size: 14px;
	padding: 5px 10px;
}
#items ul li input[readonly] {
	opacity: 0.7;
}
#items ul li .input-group .addon {
	flex: 0 0 auto;
}
#items ul li .input-group.image {
	justify-content: flex-end;
}
#items ul li.half .title {
	flex-basis: 50px;
}
#items ul li.half .input-group {
	text-align: right;
}
#items ul li.half .input-group .addon {
	font-size: 12px;
	font-weight: normal;
	color: #b0b0b0;
}
#items ul li .help-category {
	font-size: 14px;
	flex: 1;
	padding: 5px 10px;
}
#items ul li .help-image {
	font-size: 14px;
	flex: 1;
	padding: 5px 10px;
}
#items ul li .help-image img {
	max-width: 50px;
	max-height: 40px;
}
#items ul li .li_deliveryName {
	border: 0;
}
#items .copy-del {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-top: 20px;
}

/* agency-order */
#agency-order .report-box {
	border: 1px solid var(--line-color);
	border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	padding: 30px;
	margin-bottom: 80px;
}
#agency-order .change-ui-bundle {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
#agency-order .change-ui-bundle .menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
}
#agency-order .change-ui-bundle .menu li {
	flex: 1;
}
#agency-order .change-ui-bundle .menu li:not(:last-child) {
	margin-right: 25px;
	padding-right: 25px;
	position: relative;
}
#agency-order .change-ui-bundle .menu li:not(:last-child):before {
	content: '';
	display: block;
	width: 1px;
	height: 18px;
	background: var(--line-color);
	position: absolute;
	right: 0;
	top: 7px;
}
#agency-order .change-ui-bundle .menu li a {
	color: #bec3cc;
	font-size: 22px;
	font-weight: 600;
	display: block;
	white-space: nowrap;
	text-decoration: none;
}
#agency-order .change-ui-bundle .menu li.active a {
	color: #222;
	font-weight: bold;
}
#agency-order .change-ui-bundle label {
	font-size: 14px;
	font-weight: 600;
	color: var(--second-color);
	margin-bottom: 3px;
}
#agency-order .change-ui-bundle .help {
	text-align: right;
	font-size: 13px;
	color: var(--font-color);
	line-height: 150%;
}
#agency-order .search-box {
	background: #f7f7f7;
	border: 1px solid var(--line-color);
	border-radius: var(--radius);
	padding: 30px;
	margin-bottom: 10px;
}
#agency-order .search-box form {
	display: flex;
	align-items: center;
}
#agency-order .search-box .option-wrap {
	flex: 1;
}
#agency-order .search-box .option-wrap ul + ul {
	margin-top: 10px;
}
#agency-order .search-box .option-wrap ul {
	display: flex;
	gap: 10px;
}
#agency-order .search-box .option-wrap li {
	flex: 1;
}
#agency-order .search-box .option-wrap li .title {
	flex-basis: 90px;
}
#agency-order .search-box .option-wrap li .content {
	padding: 0 10px;
}
#agency-order .search-box .option-wrap li .type-select {
	padding-left: 0;
}
#agency-order .search-box .option-wrap li .type-select {
	color: var(--font-color);
}
#agency-order .search-box .option-wrap li.keyword {
	flex: 2;
}
#agency-order .search-box .option-wrap li.keyword .type-select {
	max-width: 150px;
}
#agency-order .search-box .option-wrap li.date {
	flex: 1.5;
}
#agency-order .search-box .submit-wrap {
	flex: 0 0 120px;
	margin-left: 30px;
}
#agency-order .csv-download {
	margin-bottom: 20px;
}
#agency-order .csv-download form {
	display: flex;
	gap: 10px;
	justify-content: flex-end;
}
#agency-order .csv-download .btn {
	background: #f2f4f6;
	border: 1px solid var(--line-color);
	color: var(--main-color);
	transition: opacity 0.3s;
}
#agency-order .csv-download .btn:hover {
	opacity: 0.7;
}
#agency-order .csv-download .box {
	display: flex;
	border: 1px solid var(--line-color);
	border-radius: var(--sub-radius);
	width: 400px;
	overflow: hidden;
}
#agency-order .csv-download .box .type-select,
#agency-order .csv-download .box .type-text {
	border: none;
	height: 38px;
	width: 100%;
	border-radius: 0;
	font-size: 14px;
}
#agency-order .csv-download .box .type-select {
	flex: 0 0 110px;
	padding: 0 15px;
	border-right: 1px solid var(--line-color);
}
#agency-order h3.current-status {
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 14px;
}
#agency-order .btn-customs-check {
	color: var(--font-color);
	font-size: 13px;
	font-weight: 500;
	text-decoration: underline;
	margin-top: 15px;
	background: none;
	border: none;
	padding: 0;
	outline: none;
	transition: all 0.3s;
}
#agency-order .btn-customs-check:hover {
	color: var(--main-color);
}

/* order-view */
	/* -- common */
#agency-order-view h3 {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 15px;
}
#agency-order-view .thumb img {
	max-width: 100%;
	max-height: 100%;
}
	/* -- table-view */
#agency-order-view table.table-view .thumb {
	width: 250px;
	height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--radius);
	overflow: hidden;
	margin: 0 auto;
}
#agency-order-view table.table-view {
	margin-bottom: 30px;
}
#agency-order-view table.table-view th {
	text-align: left;
}
#agency-order-view table.table-view tr.part-space td {
	border: none;
	height: 20px;
}
#agency-order-view .order-item-list {
	margin-bottom: 15px;
}
#agency-order-view .total-price {
	display: flex;
	justify-content: space-between;
	border: 1px solid #111;
	border-width: 1px 0;
	font-weight: 600;
	height: 70px;
	align-items: center;
	margin: 40px 0;
}
#agency-order-view .total-price .title {
	font-size: 16px;
}
#agency-order-view .total-price .content {
	font-size: 25px;
}
#agency-order-view .submit-wrap {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 15px;
}
#agency-order-view .submit-wrap .left,
#agency-order-view .submit-wrap .right {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
}
#agency-order-view .submit-wrap .right {
	justify-content: flex-end;
}
#agency-order-view .submit-wrap .btn-tracking {
	color: var(--main-color);
	background-color: #f2f4f6;
	border-color: var(--line-color);
}

/* order-select */
#agency-order-select .search-box {
	background: #f7f7f7;
	border: 1px solid var(--line-color);
	border-radius: var(--radius);
	padding: 30px;
	margin-bottom: 30px;
}
#agency-order-select .search-box form {
	display: flex;
	align-items: center;
	gap: 30px;
}
#agency-order-select .search-box .option-wrap {
	flex: 1;
}
#agency-order-select .search-box .option-wrap ul {
	display: flex;
	align-items: center;
	gap: 20px;
}
#agency-order-select .search-box .option-wrap li {
	flex: 1;
}
#agency-order-select .search-box .option-wrap .title {
	flex-basis: 80px;
}
#agency-order-select .search-box .option-wrap .content {
	padding: 0;
}
#agency-order-select .search-box .submit-wrap {
 	flex: 0 0 240px;
	display: flex;
	align-items: center;
	gap: 5px;
 }

/* 신청서 작성 - gate */
#agency-shipping,
#agency-shopping {
	margin-top: 50px;
	padding-bottom: 100px;
}
#agency-shopping .delivery-center-list,
#agency-shipping .delivery-center-list {
	display: flex;
	gap: 20px;
	max-width: 600px;
	margin: 60px auto 30px;
	justify-content: center;
}
#agency-shopping .delivery-center-list label,
#agency-shipping .delivery-center-list label {
	flex: 1;
	margin: 0;
}
#agency-shopping .delivery-center-list label.iso-kr div,
#agency-shipping .delivery-center-list label.iso-kr div {
	background-image: url('../imgs/write-iso-kr.png');
}
#agency-shopping .delivery-center-list label.iso-vn div,
#agency-shipping .delivery-center-list label.iso-vn div {
	background-image: url('../imgs/write-iso-vn.png');
}
#agency-shopping .delivery-center-list label div,
#agency-shipping .delivery-center-list label div {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	height: 120px;
	font-size: 16px;
	font-weight: bold;
	color: #888;
	position: relative;
	align-items: center;
	cursor: pointer;
	margin-bottom: 0;
	border: 1px solid var(--line-color);
	padding-top: 40px;
	background: #f2f4f6;
	background-repeat: no-repeat;
	background-position: 50% 35px;
	overflow: hidden;
	border-radius: var(--radius);
	background-size: 35px;
}
#agency-shopping .delivery-center-list label input,
#agency-shipping .delivery-center-list label input {
	position: absolute;
	right: 0;
	top: 0;
	width: 18px;
	height: 18px;
	margin: 0;
	opacity: 0;
}
#agency-shopping .delivery-center-list label div img,
#agency-shipping .delivery-center-list label div img {
	margin-bottom: 10px;
}
#agency-shopping .delivery-center-list label input:checked + div,
#agency-shipping .delivery-center-list label input:checked + div {
	border-color: var(--main-color);
	color: var(--main-color);
}
#agency-shipping  .delivery-center-list .delivery-center-info {
	font-size: 12px;
	position: absolute;
	bottom: 10px;
}
#agency-shopping .delivery-center-guide,
#agency-shipping .delivery-center-guide {
	display: flex;
	justify-content: center;
	margin: 0 auto 60px;
}
#agency-shopping .delivery-center-guide ul,
#agency-shipping .delivery-center-guide ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#agency-shopping .delivery-center-guide li,
#agency-shipping .delivery-center-guide li {
	color: var(--font-color);
	font-size: 14px;
	font-weight: normal;
	padding-left: 10px;
	position: relative;
	margin-bottom: 1px;
}
#agency-shopping .delivery-center-guide li:before,
#agency-shipping .delivery-center-guide li:before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background: var(--font-color);
	position: absolute;
	left: 0;
	top: 7px;
}

/* 신청서 작성 - config */
#agency-shipping-config h4 {
	font-size: 22px;
	font-weight: bold;
	color: #222;
	padding: 0;
	margin: 0 0 14px;
	position: relative;
}
#agency-shipping-config .submit-wrap {
	display: flex;
	margin: 60px auto;
	gap: 10px;
	max-width: 570px;
}
#agency-shipping-config section {
	margin-bottom: 60px;
}
#agency-shipping-config h4 .link-excel {
	height: 33px;
	line-height: 33px;
	position: absolute;
	right: 0;
	top: -4px;
	background: #f2f4f6;
	color: var(--font-color);
	border: 1px solid var(--line-color);
	transition: all 0.3s;
}
#agency-shipping-config h4 .link-excel:hover {
	border-color: var(--main-color);
	color: var(--main-color);
}
#agency-shipping-config .item-wrap {
	border: 1px solid var(--line-color);
	border-radius: var(--radius);
	background: #fff;
	padding: 20px;
	margin-top: 20px;
}
#agency-shipping-config .item-wrap .action {
	display: flex;
	align-items: center;
	gap: 5px;
	justify-content: flex-end;
}
#agency-shipping-config .item-wrap .item-auto-save-message {
	color: #007aff;
	text-align: right;
	font-size: 13px;
	margin-right: 20px;
}
#agency-shipping-config .agree-wrap {
	border: 1px solid var(--line-color);
	border-radius: var(--radius);
	padding: 30px;
}
#agency-shipping-config .agree-wrap .title {
	background: #f7f7f7;
	border-radius: var(--radius);
	height: 64px;
	display: flex;
	align-items: center;
	padding: 3px 25px 0;
	position: relative;
}
#agency-shipping-config .agree-wrap .title .custom-input {
	font-size: 16px;
	font-weight: bold;
	color: #222;
}
#agency-shipping-config .agree-wrap .title:before {
	content: '';
	display: block;
	width: 10px;
	height: 6px;
	background: url('../imgs/config-agree.png') no-repeat 0 0;
	position: absolute;
	right: 25px;
	top: 28px;
	transition: transform 0.2s;
}
#agency-shipping-config .agree-wrap.fold .title:before {
	transform: rotate(180deg);
}
#agency-shipping-config .agree-wrap .content {
	font-size: 14px;
	font-weight: normal;
	padding-top: 15px;
	line-height: 150%;
}
	/* -- shopping : 구매대행 */
#agency-shopping .delivery-center-list {
	max-width: 450px;
}
	/* -- shipping : 배송대행*/
#agency-shipping-config .get-order a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	height: 49px;
	gap: 6px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #ee4d2d;
	border: 1px solid #ee4d2d;
	width: 273px;
}
#agency-shipping-config .customs-wrap {
	border: 1px solid var(--line-color);
	border-radius: var(--radius);
	padding: 30px;
}
#agency-shipping-config .customs-wrap .inner {
	display: flex;
	gap: 10px;
}
#agency-shipping-config .customs-wrap .event-click-customs-real-price {
	min-width: 100px;
}
#agency-shipping-config .customs-wrap .total-price {
	gap: 15px;
}
#agency-shipping-config .customs-wrap .input-group {
	border: 1px solid var(--line-color);
	border-radius: var(--sub-radius);
	height: 50px;
	padding: 5px 14px;
}
#agency-shipping-config .customs-wrap .input-group .title {
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
	color: #222;
	letter-spacing: -0.5px;
}
#agency-shipping-config .customs-wrap .input-group .type-text {
	border: none;
	border-radius: none;
	height: 100%;
}
#agency-shipping-config .customs-wrap .input-group .addon {
	flex-basis: 30px;
	text-align: right;
	color: #b0b0b0;
	font-size: 12px;
	padding-top: 4px;
	font-weight: normal;
}
#agency-shipping-config .customs-wrap .input-group .price {
	width: 100%;
	text-align: right;
	font-weight: bold;
	font-size: 17px;
}
#agency-shipping-config .customs-wrap .input-group .price span {
	margin-right: 5px;
}
#agency-shipping-config .customs-wrap .unipass {
	border-color: var(--second-color);
	color: var(--second-color);
	background: #f7f7f7;
}
#agency-shipping-config .customs-wrap .help {
	text-align: right;
	font-size: 13px;
	color: var(--font-color);
	margin-top: 20px;
}
#agency-shipping-config .customs-wrap .help strong {
	font-weight: normal;
	color: #222;
	text-decoration: underline;
}
#agency-shipping-config .customs-wrap .after-order {
	margin-top: 20px;
	text-align: right;
}
#agency-shipping-config .customs-wrap .after-order label {
	color: #222;
}
#agency-shipping-config .service-wrap .inner {
	margin-bottom: 60px;
	border: 1px solid var(--line-color);
	border-radius: var(--radius);
	display: flex;
}
#agency-shipping-config .service-wrap .group {
	flex: 1;
	padding: 30px 30px 15px;
}
#agency-shipping-config .service-wrap .group + .group {
	border-left: 1px solid var(--line-color);
}
#agency-shipping-config .service-wrap h5 {
	font-size: 15px;
	font-weight: 600;
	margin: 0 0 15px;
}
#agency-shipping-config .service-wrap .radio,
#agency-shipping-config .service-wrap .checkbox {
	display: flex;
	justify-content: space-between;
	margin: 10px 0;
	align-items: center;
}
#agency-shipping-config .service-wrap .service-price {
	font-size: 12px;
	font-weight: 500;
	color: #007aff;
	background: rgba(0, 122, 255, 0.05);
	border-radius: 4px;
	padding: 1px 5px;
}

/* 재고관리 inventory - 리스트 공통 */
/* -- 공통 */
.inventory-module {
	background: #f2f4f6;
	margin-bottom: -100px;
	padding: 100px 0;
}
.inventory-module.popup {
	background-color: #fff;
	margin: 0;
	padding: 0;
}
.inventory-module .widget-location {
	padding: 0;
}
.inventory-module .widget-location h3 {
	font-size: 30px;
	font-weight: bold;
	color: #222;
	padding: 0;
	margin: 0 0 60px;
}
.inventory-module .custom-input + .custom-input {
	margin-left: 20px;
}
.inventory-module section.group {
	margin-bottom: 10px;
	border: 1px solid var(--line-color);
	border-radius: var(--radius);
	padding: 30px;
	background: #fff;
}
.inventory-module .submit-wrap {
	margin-top: 30px;
}
/* -- xls upload */
.inventory-module .group-xls ul li {
	display: flex;
	border: 1px solid var(--line-color);
	background: #fff;
	border-radius: var(--sub-radius);
	height: 50px;
}
.inventory-module .group-xls ul li:not(:last-child) {
	margin-bottom: 10px;
}
.inventory-module .group-xls ul li.inquiry {
	height: 80px;
}
.inventory-module .group-xls ul li.inquiry .content {
	flex-wrap: wrap;
}
.inventory-module .group-xls ul li.inquiry .btn {
	margin-right: 5px;
}
.inventory-module .group-xls ul .category-guide {
	flex: 0 0 100%;
	color: var(--second-color);
	font-size: 13px;
	margin-top: -10px;
}
/* -- search */
.inventory-module .group-search .inner {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}
.inventory-module .group-search .keyword {
	flex: 1;
	display: flex;
	gap: 10px;
}
.inventory-module .group-search .keyword .type-text {
	flex: 1;
}
.inventory-module .group-search .keyword input[name=goodsName] {
	flex: 1.5;
}
.inventory-module .group-search .submit {
	flex: 0 0 250px;
}
.inventory-module .group-search .select-wrap {
	border: 1px solid var(--line-color);
	border-radius: var(--sub-radius);
	display: flex;
}
.inventory-module .group-search .select-wrap input,
.inventory-module .group-search .select-wrap select {
	border: none;
}
.inventory-module .group-search .select-wrap select {
	border-right: 1px solid var(--line-color);
	border-radius: 0;
}
/* -- list */
.inventory-module .group-list table th {
	font-size: 13px;
}
.inventory-module .group-list table td {
	font-size: 14px;
}
.inventory-module .group-list .thumb {
	border: 1px solid var(--line-color);
	border-radius: var(--sub-radius);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	overflow: hidden;
}
.inventory-module .group-list .thumb img {
	max-width: 80px;
	max-height: 80px;
}
.inventory-module .group-list a {
	text-decoration: none;
	transition: opacity 0.3s;
}
.inventory-module .group-list a:hover {
	opacity: 0.7;
}
.inventory-module .group-list .option {
	background: #f7f7f7;
	border-radius: var(--sub-radius);
	padding: 10px 15px;
	font-size: 12px;
	color: #222;
	margin-top: 10px;
	word-break: keep-all;
	list-style: none;
}
.inventory-module .group-list .option .item-option {
	color: #222;
	font-weight: normal;
}
.inventory-module .group-list .option .divider {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0 10px;
}
.inventory-module .group-list .option .divider li {
	display: flex;
	align-items: center;
	gap: 8px;
}
.inventory-module .group-list .option .divider li .title {
	color: var(--font-color);
	font-weight: 500;
}
.inventory-module .group-list .option .divider li .bar {
	color: var(--line-color);
}
.inventory-module .group-list .option .divider li a {
	color: #222;
	transition: all 0.3s;
}
.inventory-module .group-list .option .divider li a:hover {
	opacity: 0.7;
}
.inventory-module .group-list .option .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%;
}
.inventory-module .group-write .help {
	margin: 8px 0 0;
	font-size: 14px;
	color: var(--font-color);
}
/* -- inventory / write */
#agency-inventory-item-write #items ul li.half .title {
	flex-basis: 50px;
}
#agency-inventory-warehouse-write #items ul li .title {
	flex-basis: 100px;
}
#agency-inventory-packing-write .group-search .inner {
	margin-bottom: 30px;
}
#agency-inventory-packing-write .checkbox input.type-checkbox {
	margin-top: 1px;
}
#agency-inventory-item .btn.csv {
	color: var(--main-color) !important;
	background-color: rgba(22, 51, 91, 0.1) !important;
}

/* 구매+배송대행 결제 시 + 쿠폰 */
#agency-shopping-payment .table-form-wrap,
#agency-shipping-payment .table-form-wrap {
	margin-top: 60px;
}
#agency-shopping-payment-coupon .thumb,
#agency-shipping-payment-coupon .thumb {
	width: 60px;
	height: 60px;
	background-color: #fafafa;
	border-radius: var(--sub-radius);
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 60px;
	max-height: 60px;
	overflow: hidden;
}
#agency-shopping-payment-coupon .thumb img,
#agency-shipping-payment-coupon .thumb img {
	max-width: 100%;
	max-height: 100%;
}
#agency-shopping-payment-coupon table.table-list td.coupon-area,
#agency-shipping-payment-coupon table.table-list td.coupon-area {
	padding: 5px 10px;
	background: #f2f4f6;
	border-bottom: 1px solid #888;
}
#agency-shopping-payment-coupon .submit-wrap,
#agency-shipping-payment-coupon .submit-wrap {
	margin-top: 30px;
}

/* 품목분류 */
#agency-category {
	width: 800px;
}
#agency-category .guide-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
#agency-category .guide-wrap h4 {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
}
#agency-category .guide-wrap .type span {
	font-size: 14px;
	font-weight: normal;
	color: var(--font-color);
	position: relative;
	padding-left: 24px;
	margin-left: 14px;
}
#agency-category .guide-wrap .type span:before {
	content: '';
	width: 18px;
	height: 18px;
	border-radius: 4px;
	position: absolute;
	left: 0;
	top: 0;
	background: #ff6565;
}
#agency-category .guide-wrap .type .type-simple:before {
	background-color: #007aff;
}
#agency-category .search-wrap {
	height: 30px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
#agency-category .search-wrap .search {
	display: flex;
	gap: 4px;
}
#agency-category .search-wrap .search input[type=text] {
	width: 250px;
	height: 30px;
}
#agency-category .search-wrap .submit {
	display: flex;
	gap: 5px;
}
#agency-category .sort-wrap {
	margin-bottom: 15px;
	font-size: 14px;
}
#agency-category .sort-wrap > div {
	display: flex;
	margin-bottom: 10px;
}
#agency-category .sort-wrap .title {
	font-weight: 600;
	flex: 0 0 120px;
}
#agency-category .sort-wrap .content {
	font-size: 13px;
	line-height: 160%;
}
#agency-category .sort-wrap .content a {
	white-space: nowrap;
	margin-right: 5px;
}
#agency-category .category-search {
	border: 1px solid #e0e0e0;
	border-left-width: 0;
	border-right-width: 0;
	padding: 12px 0;
	margin: 0 0 30px;
}
#agency-category-list {
	max-height: 500px;
	overflow: auto;
	margin-top: 30px;
}
#agency-category-list ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
#agency-category-list li.depth1 {
	list-style: none;
	padding: 0;
	margin: 0 0 14px;
	border-radius: var(--radius);
	border: 1px solid var(--line-color);
}
#agency-category-list li.depth1 .title {
	font-size: 14px;
	font-weight: 600;
	color: var(--font-color);
	background: #f7f7f7;
	border-bottom: 1px solid var(--line-color);
	border-radius: var(--radius);
	height: 50px;
	line-height: 50px;
	padding: 0 14px;
	width: 100%;
	display: block;
}
#agency-category-list ol ol {
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
#agency-category-list li.depth2 {
	font-size: 14px;
	font-weight: normal;
	flex: 0 0 32%;
	display: flex;
	align-items: flex-start;
	gap: 5px;
}
#agency-category-list li.depth2 .custom-input {
	margin-top: 1px;
}
#agency-category-list li.depth2 a.type-simple {
	color: #007aff;
}
#agency-category-list li.depth2 a.type-formal {
	color: #ff6565;
}

/* 트래킹넘버 입력 */
#agency-tracking-number-modify h4 {
	font-size: 16px;
}
#agency-tracking-number-modify .box {
	background: #f2f4f6;
	border: 1px solid var(--line-color);
	border-radius: var(--radius);
	padding: 20px;
	margin-bottom: 20px;
}
#agency-tracking-number-modify .box .radio {
	margin: 0 0 10px;
}
#agency-tracking-number-modify .box input[name=trackingNo] {
	height: 40px;
}

/* 이미지 입력 */
#agency-image .box {
	background: #f2f4f6;
	border: 1px solid var(--line-color);
	border-radius: var(--radius);
	padding: 20px;
	margin-bottom: 20px;
}
#agency-image .box .radio {
	margin: 0 0 20px;
}
#agency-image .box input[name=trackingNo] {
	height: 40px;
}

/* 고시환율 */
#agency-customs-exchange-view .help {
	margin: 10px 0 30px;
	font-size: 14px;
	color: var(--font-color);
}

/* 엑셀업로드 */
#agency-xls-upload section {
	border: 1px solid var(--line-color);
	background: #f7f7f7;
	padding: 30px;
	border-radius: var(--radius);
	margin-bottom: 10px;
}
#agency-xls-upload li:not(:last-child) {
	margin-bottom: 10px;
}
#agency-xls-upload li.inquiry {
	height: 80px;
}
#agency-xls-upload li.inquiry .content {
	flex-wrap: wrap;
}
#agency-xls-upload li.inquiry .btn {
	margin-right: 5px;
}
#agency-xls-upload .category-guide {
	flex: 0 0 100%;
	color: var(--second-color);
	font-size: 13px;
	margin-top: -20px;
}
#agency-xls-upload .submit {
	margin-top: 30px;
}

/* 배송요금 */
#agency-delivery-price .currency {
	text-align: right;
	font-weight: 500;
	margin-bottom: 5px;
}
#agency-delivery-price a.event-click-unlimit {
	min-width: 130px;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 500;
}
#agency-delivery-price .delivery-code {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	margin-bottom: 15px;
}
#agency-delivery-price .delivery-code li {
	float: left;
	margin-right: 5px;
}
#agency-delivery-price .delivery-code li a {
	text-decoration: none;
	padding: 7px 18px 6px;
	color: #333;
	display: block;
	background: #e7e7e7;
}
#agency-delivery-price .delivery-code li.active a {
	color: #fff;
	background: #7b7b7b;
	font-weight: 500;
}
#agency-delivery-price table {
	width: 100%;
}
#agency-delivery-price table th,
#agency-delivery-price table td {
	border: 1px solid var(--line-color);
	border-width: 1px 0;
	height: 48px;
	text-align: center;
}
#agency-delivery-price table th {
	background: #f2f4f6;
	border-right: 1px solid var(--line-color);
	color: var(--font-color);
	font-size: 15px;
	font-weight: 500;
}
#agency-delivery-price table td:not(:last-child) {
	border-right: 1px solid var(--line-color);
}
#agency-delivery-price table thead th {
	border-top: 2px solid #000;
}
#agency-delivery-price table thead th strong {
	font-size: 16px;
	color: #222;
}
#agency-delivery-price table thead th strong .normal {
	font-size: 14px;
	font-weight: normal;
}

/* 마이페이지 배송수단 변경 */
#agency-global-method-modify table th,
#agency-global-method-modify table td {
	border: 1px solid #e3e3e3;
}

/* 노데이터 */
#agency-nodata-view table {
	margin-bottom: 30px;
}
#agency-nodata-view .nodata-image-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
#agency-nodata-view .nodata-image-list a {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#agency-nodata-view .nodata-image-list a img {
	max-width: 100%;
	max-height: 100%;
}

/* 계산기 */
#agency-expect .form-capsule {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#agency-expect .form-capsule li {
	flex: 0 0 100%;
	margin-bottom: 10px;
}
#agency-expect .form-capsule li.half {
	flex: 0 0 49%;
}
#agency-expect .form-capsule li .event-set-currency,
#agency-expect .form-capsule li .event-set-weightUnit {
	font-size: 12px;
	font-weight: normal;
	color: #b0b0b0;
}
#agency-expect .form-capsule li .help {
	font-size: 14px;
	font-weight: normal;
	color: #b0b0b0;
	margin-left: 20px;
}
#agency-expect .submit-wrap {
	margin: 30px 0;
}
#agency-expect .submit-wrap .btn-default {
	width: 80px;
	padding: 0 10px;
	min-width: auto;
}
#agency-expect table.table-view th {
	text-align: left;
}

/* xls업로드 품목분류 전체보기 */
#agency-category-code table th,
#agency-category-code table td {
	height: auto;
	padding: 5px;
}

#agency-inventory-item-view table.table-view .thumb {
	width: 250px;
	height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--radius);
	overflow: hidden;
	margin: 0 auto;
}
#agency-inventory-item-view table.table-list td {
	font-size: 14px;
}