a,
a:hover,
a:focus {
  color: #333333;
}

body,
button,
input,
select,
textarea {
	font-family: "BasicFont", "Noto Sans KR", Roboto, "Spoqa Han Sans Neo", "Spoqa Han Sans", BlinkMacSystemFont, -apple-system, "Segoe UI", "¸¼Àº °íµñ", "Malgun Gothic", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 400;
}


.header {
  height: auto !important;
	border-bottom: 1px solid #e4e4e4 !important;
	z-index: 7;
}
#order_top {
	position: relative;
}
.quick_bottom {
	position: absolute !important;
	top: auto !important;
}
.magnifier {
	left: 258px !important;
}
#main-products {
	background-color: #ffffff;
}
#information {
	margin-bottom: 110px;
}
/* #information ul {
	border-bottom: 1px solid #eaeaea;
} */
#information ul:first-child {
	border-top: 1px solid #cccccc;
}
#information li {
	/* width: -webkit-calc((100%)/ 5);
	width: calc((100%)/ 5); */
	width: 240px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
/* #information li:first-child {
	border-left: 1px solid #cccccc;
} */
#information li:nth-child(1), #information li:nth-child(6) {
	border-left: 1px solid #cccccc;
}
#information ul:first-child li:nth-child(7) a,
#information ul:first-child li:nth-child(8) a {
	padding-top: 15px;
}
#information li:last-child {
	border-right: 1px solid #cccccc;
}
#information li a {
	padding-top: 15px;
	padding-left: 0;
	text-align: center;
}
#information li a p {
	padding-top: 5px;
	font-size: 16px;
	color: #000000;
}
#information li a span {
	font-size: 13px;
	color: #777777;
}
#information li a .icon-maininfo {
	margin: 0 auto;
	width: 85px;
	height: 50px;
	background-image: url('/images/main/new_main.png?v1');
}
#information li a .icon-maininfo.webhard {
	background-position: -127px 293px;
}
#information li a .icon-maininfo.default {
	background-position: -220px 293px;
}
#information li a .icon-maininfo.illegal {
	background-position: -315px 293px;
}
#information li a .icon-maininfo.delivery {
	background-position: -424px 293px;
}
#information li a .icon-maininfo.time {
	background-position: -531px 293px;
}
#information li a .icon-maininfo.faq {
	background-position: -631px 293px;
}
#information li a .icon-maininfo.map {
	background-position: -729px 293px;
}
#information li a .icon-maininfo.program {
	background-position: -825px 293px;
}
#information li a .icon-maininfo.cal {
	background-position: -923px 293px;
}
#information li a .icon-maininfo.tel {
	background-position: -1012px 293px;
}
.footer {
	background-color: #ffffff;
}
.footer-bottom {
	border-top: 1px solid #f1f1f1;
	z-index: 1;
}


.reset-font {
	font-family: "BasicFont", 'Noto Sans KR', sans-serif !important;
	font-weight: 400;
}
#header-new {
	height: 40px;
	line-height: 40px;
	background-color: #f5f5f5;
	border-bottom: 0px solid #eaeaea;
	font-size: 13px;
	font-weight: 500;
}
#header-new .header-top-bar {
	/* overflow: hidden; */
	width: 1200px;
	margin: 0 auto;
}
#header-new .header-top-bar .site-tabs {
	float: left;
	font-size: 16px;
}
#header-new .header-top-bar .site-tabs ul {
	overflow: hidden;
	display: flex;
	margin: 0;
	padding: 0;
}
#header-new .header-top-bar .site-tabs ul li {
	display: inline-block;
	text-align: center;
	border-left: 1px solid #eaeaea;
}
#header-new .header-top-bar .site-tabs ul li a {
	display: block;
	padding: 0 13px;
	text-decoration: none;
}
#header-new .header-top-bar .site-tabs ul li:last-child {
	border-right: 1px solid #eaeaea;
}
#header-new .header-top-bar .site-tabs ul li.on {
	background-color: #ffffff;
	color: #333333;
	font-weight: 800;
}
#header-new .header-top-bar .header-top-loginbox {
	float: right;
	margin-top: 0;
	line-height: 30px;
}
#header-new .header-top-bar .header-top-loginbox strong {
	font-weight: 700;
}
#header-new .header-top-bar .header-top-loginbox .top-nav>li>a {
	display: inline !important;
}
#header-new .header-top-bar .header-top-loginbox>ul {
	/* overflow: hidden; */
	display: flex;
}
#header-new .header-top-bar .header-top-loginbox>ul>li {
	position: relative;
	float: left;
}
#header-new .header-top-bar .header-top-loginbox>ul>li>a>span.button {
	display: inherit !important;
	line-height: inherit;
	font-size: 12px;
	padding: 3px 6px;
}
#header-new .header-top-bar .header-top-loginbox>ul>li:first-child:before {
	display:none;
}
#header-new .header-top-bar .header-top-loginbox>ul>li::before {
	display: inline-block;
	width: 1px;
	height: 11px;
	margin: 0 6px;
	border-left: 1px solid #cccccc;
	vertical-align: middle;
	content: '';
}

#header-new .header-top-bar .customer-top-button .sub-util {
	position: absolute;
	left: 0;
	top: 28px;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 10px 0 8px 10px;
	width: 96px;
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
	z-index: 1300;
	display: none;
}
#header-new .header-top-bar .customer-top-button.show .sub-util {
	display: block !important;
}
#header-new .header-top-bar .customer-top-button .sub-util>ul>li:first-child {
	margin-top: 0;
}
#header-new .header-top-bar .customer-top-button .sub-util>ul>li {
	width: 100%;
	float: unset;
	margin-top: 6px;
	padding: 0;
	height: auto;
	line-height: 18px;
}
#header-new .header-top-bar .customer-top-button .sub-util>ul>li>a {
	display: inline-block;
	padding: 0;
	height: auto;
	line-height: inherit;
	color: #666;
	font-size: 13px;
	letter-spacing: -0.1em;
}
#header-new .header-top-bar .customer-top-button .sub-util>ul>li>a:hover {
	color: #335c72;
	background-color: transparent;
	text-decoration: underline;
}

.header-middle-box {
	height: 136px;
}
.header-middle {
	position: relative;
	/* display: table; */
	width: 100%;
	height: 120px;
	/* height: 136px; */
	margin: 0;
	padding: 0;
	/* line-height: 60px; */
}
.header-middle .header-middle-wrap {
	/* width: 1200px; */
	height: 100%;
	margin: 0 auto;
	/* margin: 47px auto 0px; */
}

.header-middle .header-middle-left {
	float: left;
	position: relative;
	/* display: table-cell; */
	width: 320px; 
	/* width: 230px;  */
	margin-top: 50px;
	padding-left: 10px;
	font-size: 14px;
}
.header-middle .header-middle-left .link-header-logo {
	display: flex;
	position: absolute;
	top: 0;
	left: 4px;
}
.header-middle .header-middle-left.hide {
	display: none;
}
.header-middle .header-middle-left i {
	font-style: normal;
	font-size: 10px;
	position: absolute;
	top: 2px;
	right: 8px;
	color: #cccccc;
}
.header-middle .header-middle-left ul {
	margin: 0;
	padding: 0;
}
.header-middle .header-middle-left > ul > li {
	display: inline-block;
	position: relative;
	padding-right: 20px;
	padding-bottom: 10px;
	/* cursor: pointer; */
}
.header-middle .header-middle-left .dot {
	font-size: 16px;
	font-weight: bold;
	padding: 0 3px;
}
.header-middle .header-middle-left .header-middle-guide {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	width: max-content;
	line-height: 26px;
	border: 1px solid #eaeaea;
	background-color: #ffffff;
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
	z-index: 9;
}
.header-middle .header-middle-left .header-middle-guide.show {
	display: block;
}
.header-middle .header-middle-left .header-middle-guide .header-middle-guide-field {
	/* float: left; */
	display: table-cell;
	/* padding: 10px 15px; */
}
.header-middle .header-middle-left .header-middle-guide .header-middle-guide-field:not(:last-child) {
	border-right: 1px solid #f5f5f5;
}
.header-middle .header-middle-left .header-middle-guide p {
	padding: 8px 0 8px 15px;
	font-size: 13px;
	color: #315d78;
}
.header-middle .header-middle-left .header-middle-guide ul {
	margin: 0;
	padding: 0 0 10px 0;
}
.header-middle .header-middle-left .header-middle-guide ul li {
	width: 120px;
	padding: 0 0 0 15px;
	font-size: 13px;
}
.header-middle .header-middle-left .header-middle-guide ul li a {
	letter-spacing: -0.1em;
}
.header-middle .header-middle-left .header-middle-guide ul li a:hover {
	color: #335c72;
	text-decoration: underline;
}
.header-middle .header-middle-center {
	float: left;
	/* display: table-cell; */
	width: 560px;
	/* width: 650px; */
	text-align: center;
}
.header-middle .header-middle-center.only {
	display: block;
	margin: 0 auto;
}
.header-middle .header-middle-center .main_search {
	position: relative;
	width: 400px;
	height: 42px;
	margin-left: 32px;
	padding-left: 16px;
	border-radius: 22px;
	border: 1px solid #2b5a7a;
}
.header-middle .header-middle-center .main_search input {
	width: 330px;
	margin-top: 1px;
	color: #2b5a7a;
}
.header-middle .header-middle-center .main_search input:focus {
	outline: none;
}


.header-middle .header-middle-center .main_search .search_btn {
	position: absolute;
	top: 7px;
	right: 20px;
	width: auto;
	height: auto;
	background: none;
	background-color: transparent;
}
.header-middle .header-middle-center .main_search #dispsearch_log {
	position: absolute;
	top: 0;
	right: -175px;
	width: 160px;
	height: 40px;
	overflow: hidden;
	border: 0;
	line-height: 40px;
	padding: 0;
}
.header-middle .header-middle-center .main_search #dispsearch_log .close_btn {
	display: none;
}
.header-middle .header-middle-center .main_search #dispsearch_log .sh_log_disp li {
	-webkit-animation: scroll 20s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
	animation: scroll 20s cubic-bezier(0.645, 0.045, 0.355, 1) infinite
}
.header-middle .header-middle-center .main_search #dispsearch_log .sh_log_disp li:hover {
	background-color: transparent;
	text-decoration: underline;
}

@-webkit-keyframes scroll {
	0.0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
	3.7037037037037037% {
			-webkit-transform: translateY(0px);
			transform: translateY(0px)
	}
	11.11111111111111% {
			-webkit-transform: translateY(-40px);
			transform: translateY(-40px)
	}
	14.814814814814815% {
			-webkit-transform: translateY(-40px);
			transform: translateY(-40px)
	}
	22.22222222222222% {
			-webkit-transform: translateY(-80px);
			transform: translateY(-80px)
	}
	25.925925925925927% {
			-webkit-transform: translateY(-80px);
			transform: translateY(-80px)
	}
	33.333333333333336% {
			-webkit-transform: translateY(-120px);
			transform: translateY(-120px)
	}
	37.03703703703704% {
			-webkit-transform: translateY(-120px);
			transform: translateY(-120px)
	}
	44.44444444444444% {
			-webkit-transform: translateY(-160px);
			transform: translateY(-160px)
	}
	48.148148148148145% {
			-webkit-transform: translateY(-160px);
			transform: translateY(-160px)
	}
	55.55555555555556% {
			-webkit-transform: translateY(-200px);
			transform: translateY(-200px)
	}
	59.25925925925926% {
			-webkit-transform: translateY(-200px);
			transform: translateY(-200px)
	}
	66.66666666666667% {
			-webkit-transform: translateY(-240px);
			transform: translateY(-240px)
	}
	70.37037037037037% {
			-webkit-transform: translateY(-240px);
			transform: translateY(-240px)
	}
	77.77777777777777% {
			-webkit-transform: translateY(-280px);
			transform: translateY(-280px)
	}
	81.48148148148148% {
			-webkit-transform: translateY(-280px);
			transform: translateY(-280px)
	}
	88.88888888888889% {
			-webkit-transform: translateY(-320px);
			transform: translateY(-320px)
	}
	92.5925925925926% {
			-webkit-transform: translateY(-320px);
			transform: translateY(-320px)
	}
	100.0% {
			-webkit-transform: translateY(-360px);
			transform: translateY(-360px)
	}
}

@keyframes scroll {
	0.0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
	3.7037037037037037% {
			-webkit-transform: translateY(0px);
			transform: translateY(0px)
	}
	11.11111111111111% {
			-webkit-transform: translateY(-40px);
			transform: translateY(-40px)
	}
	14.814814814814815% {
			-webkit-transform: translateY(-40px);
			transform: translateY(-40px)
	}
	22.22222222222222% {
			-webkit-transform: translateY(-80px);
			transform: translateY(-80px)
	}
	25.925925925925927% {
			-webkit-transform: translateY(-80px);
			transform: translateY(-80px)
	}
	33.333333333333336% {
			-webkit-transform: translateY(-120px);
			transform: translateY(-120px)
	}
	37.03703703703704% {
			-webkit-transform: translateY(-120px);
			transform: translateY(-120px)
	}
	44.44444444444444% {
			-webkit-transform: translateY(-160px);
			transform: translateY(-160px)
	}
	48.148148148148145% {
			-webkit-transform: translateY(-160px);
			transform: translateY(-160px)
	}
	55.55555555555556% {
			-webkit-transform: translateY(-200px);
			transform: translateY(-200px)
	}
	59.25925925925926% {
			-webkit-transform: translateY(-200px);
			transform: translateY(-200px)
	}
	66.66666666666667% {
			-webkit-transform: translateY(-240px);
			transform: translateY(-240px)
	}
	70.37037037037037% {
			-webkit-transform: translateY(-240px);
			transform: translateY(-240px)
	}
	77.77777777777777% {
			-webkit-transform: translateY(-280px);
			transform: translateY(-280px)
	}
	81.48148148148148% {
			-webkit-transform: translateY(-280px);
			transform: translateY(-280px)
	}
	88.88888888888889% {
			-webkit-transform: translateY(-320px);
			transform: translateY(-320px)
	}
	92.5925925925926% {
			-webkit-transform: translateY(-320px);
			transform: translateY(-320px)
	}
	100.0% {
			-webkit-transform: translateY(-360px);
			transform: translateY(-360px)
	}
}

/* Çì´õ °Ë»ö */
.main_search {
	width: 320px;
	height: 40px;
	padding: 0 20px;
	border: 2px solid #00078e;
	border-radius: 40px;
	background-color: #fff;
}
.main_search a {
  float: right;
}
.main_search input {
  width: 250px;
  height: 32px;
  margin-top : 2px;
  font-size:16px; 
  padding-right: 0px; 
  color:blue;
  border: 0px solid #ffffff;
}

.main_search input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  background-color: transparent !important;
  color: #000 !important;
}

.main_search .icon {
	padding-top:7px;
	font-size:22px;
	float:right;
	/*
	background: url(https://www.printbank.co.kr/images/main/btn_search.png) no-repeat; 
	background-color: #00078e; 
	display: block;
	background-position: 10px 5px; 
	*/
}

.header-middle .header-middle-right {
	float: right;
	position: relative;
	/* display: table-cell; */
	width: 320px;
	margin-top: 38px;
	
	/* padding-right: 10px;
	text-align: right; */
}
.header-middle .header-middle-right.hide {
	display: none;
}

.header-middle .header-middle-right .box-header-icon {
	position: absolute;
	top: 0;
	right: 16px;
}
.header-middle .header-middle-right .box-header-icon .list-icon li {
	float: left;
	padding-left: 40px;
}
.header-middle .header-middle-right .box-header-icon .list-icon a {
	width: 44px;
	height: 44px;
	background-image: url('/images/main/new_main.png');
}
.header-middle .header-middle-right .box-header-icon .list-icon .icon-mypage a {
	background-position: -141px -234px;
}
.header-middle .header-middle-right .box-header-icon .list-icon .icon-latest a {
	background-position: -213px -234px;
}
.header-middle .header-middle-right .box-header-icon .list-icon .icon-cart a {
	background-position: -286px -234px;
}

.header-middle .header-middle-center a, .header-middle .header-middle-right a {
	display: inline-block;
}
.header-middle .header-middle-center a img, .header-middle .header-middle-right a img {
	vertical-align: middle;
}

#new { 
	position: relative;
	background-color: #e50000;   
	color: white;  
	/* border-color: transparent;  
	padding:0 5px; 
	font-size:9pt; */
	display: inline-block;
	/* width: 13px; */
	height: 13px;
	/* margin-left: 4px; */
	margin-top: 1px;
	padding: 0 3px;
	font-size: 10px;
	line-height: 12px;
	vertical-align: top;
	text-align: center;
	border-radius: 3px;
}

#main-wrap {
	min-width: 1200px;
}

#main-wrap 
	.main-slider-wrap {
		position: relative;
		z-index: 5;
	}

#main-wrap 
	.main-slider-wrap 
		.slider-banner {
			position: relative;
			max-width: 1920px;
			min-width: 1200px;
			height: 480px;
			margin: 0 auto;
			overflow: hidden;
		}

#main-wrap 
	.main-slider-wrap 
		.slider-banner 
			img {
				width: 1920px;
				height: 650px;
				aspect-ratio: auto 1920 / 650;
				object-fit: cover;

			}

#main-wrap 
	.main-slider-wrap 
		.slider-banner 
			.swiper-container-new {
				width: 100%;
				height: 100%;
			}

#main-wrap 
	.main-slider-wrap 
		.slider-banner 
			.swiper-container-new 
				.swiper-pagination {
					position: absolute;
					right: 50%;
					bottom: 16px;
					width: 80px;
					height: 33px;
					margin-right: -506px;
					line-height: 33px;
					font-size: 18px;
					text-align: center;
					border-radius: 18px;
					background-color: rgba(0, 0, 0, 0.25);
					color: #ffffff;
					z-index: 1;
				}

#main-wrap 
	.main-slider-wrap 
		.slider-banner 
			.swiper-container-new 
				.swiper-pagination-switch {
					display: none;
				}

#main-wrap 
	.main-slider-wrap 
		.slider-banner 
			.swiper-container-new 			
				.swiper-active-switch {
					display: block;
				}

#main-wrap 
	.main-slider-wrap 
		.slider-banner 
			.swiper-slide {
				text-align: center;
				font-size: 18px;
				background: #fff;
				background-size: cover;
				background-position: center center;

				/* Center slide text vertically */
				display: -webkit-box;
				display: -ms-flexbox;
				display: -webkit-flex;
				display: flex;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				-webkit-justify-content: center;
				justify-content: center;
				-webkit-box-align: center;
				-ms-flex-align: center;
				-webkit-align-items: center;
				align-items: center;
			}

#main-wrap 
	.main-slider-wrap 
		.slider-banner 
			.swiper-slide a {
				width: 1200px;
			}

.slider-banner 
	.swiper-slide a {
		display: inline-block;
		height: 100%;
		line-height: 0;
	}

.gnb_wrap {
	width: 100%;
	height: 50px;
	/* border-style: solid;
	border-color: #ddd;
	border-width: 1px 0 0; */
}
/* .gnb_wrap .inner {
	border-bottom: 1px solid #ccc;
} */
.gnb_wrap .cate_inner {
	/* position: relative; */
	height: 49px;
}
.container .container_inner .content_main, .gnb_wrap .cate_inner, .footer_menu .footer_menu_inner, .footer_company, .footer_etc .footer_etc_inner {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.gnb_wrap .gnb {
	height: 50px;
	margin-left: 170px;
	/* padding-right: 20px; */
}
.gnb_wrap .gnb:after {
	content: "";
	display: table;
	clear: both;
}
.gnb_wrap .gnb>ul>li {
	/* position: relative; */
	float: left;
	height: 50px;
}
.gnb_wrap .gnb>ul>li:first-child {
	width: 100px;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
}
.gnb_wrap .gnb>ul>li .category-group-icon {
	position: absolute;
	top: -22px;
	left: 0;
	width: 100%;
	text-align: center;
}
.gnb_wrap .gnb>ul>li:first-child .category-group-icon {
	animation: doong2 0.8s infinite forwards ease-in;
}
.gnb_wrap .gnb>ul>li.right {
	float: right;
	width: 100px;
	font-size: 18px;
	
}
.gnb_wrap .gnb>ul>li.right a {
	display: inline;
	padding: 0 21px;
	font-weight:700;
	border-left: 1px solid #e4e4e4;
}
.gnb_wrap .gnb>ul>li>a {
	position: relative;
	display: block;
	padding: 0 11px;
	font-size: 15px;
	text-align: center;
	line-height: 51px;
	letter-spacing: -0.6px;
	color: #4a4a4a;
}
.gnb_wrap .gnb ul li .gnb-sub {
	display: none;
	position: absolute;
	top: 51px;
	left: 0;
	width: 100%;
	min-width: 250px;
	height: 400px;
	/* border: 1px solid #e4e4e4; */
	background-color: #fff;
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.gnb_wrap .gnb ul li.gnb-sub-open {
	/* background-color: #335c72; */
	font-weight:700;
	border-bottom: 3px solid #335c72 !important;
}
.gnb_wrap .gnb ul li.active {
	/* background-color: #335c72; */
	font-weight:700;
	border-bottom: 3px solid #335c72;
}
.gnb_wrap .gnb ul li.active.activeHide {
	/* font-weight:400; */
	border-bottom: 0;
}
/* .gnb_wrap .gnb ul li.gnb-sub-open > a, .gnb_wrap .gnb ul li.active > a {
	color: #ffffff;
} */
.gnb_wrap .gnb ul li.gnb-sub-open .gnb-sub {
	display: block;
	color: #333333;
	z-index: 1002;
}
.gnb_wrap .gnb ul li .gnb-sub .gnb-sub-box {
	position: relative;
	width: 1200px;
	height: inherit;
	margin: 0 auto;
	padding: 25px 0;
}
.gnb_wrap .gnb ul li .gnb-sub ul {
	float: left;
	width: 370px;
	height: 100%;
	padding-left: 37px;
}
.gnb_wrap .gnb ul li .gnb-sub ul:first-child {
	border-right: 1px solid #eee;
}
.gnb_wrap .gnb ul li .gnb-sub ul li {
	height: 39px;
	line-height: 39px;
	font-size: 15px;
}
.gnb_wrap .gnb ul li .gnb-sub ul:first-child li:first-child .box-category-ad {
	display: block;
}
.gnb_wrap .gnb ul li .gnb-sub ul li.over {
	background-color: #f2f2f2;
}
.gnb_wrap .gnb ul li .gnb-sub ul li a {
	display: block;
	color: #808080;
	/* padding: 9px 9px 9px 0; */
}
.gnb_wrap .gnb ul li .gnb-sub ul li a.over {
	color: #2b5a7a;
}
.gnb_wrap .gnb ul li .gnb-sub ul li a.link-gnb-sub-list {
	font-weight:400;
}
.gnb_wrap .gnb ul li .gnb-sub ul li a.link-gnb-sub-list img {
	vertical-align: sub;
}
.gnb_wrap .gnb ul li .gnb-sub ul li a.link-gnb-sub-list img:first-child {
	margin-left: 8px;
}
.gnb_wrap .gnb ul li .gnb-sub .gnb-sub-inner #new {
	position: relative;
	top: 3px;
	left: 4px;
}

.gnb_wrap .gnb ul li .gnb-sub .gnb-sub-box .box-category-ad {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 460px;
	height: 400px;
	border-left: 1px solid #eee;
	box-sizing: border-box;
}
.gnb_wrap .gnb ul li .gnb-sub .gnb-sub-box .box-category-ad .link-category-ad {
	display: block;
	width: 370px;
	height: 100%;
	margin: 0 auto;
	padding-top: 38px;
}
.gnb_wrap .gnb ul li .gnb-sub .gnb-sub-box .box-category-ad .link-category-ad .box-ad-image {
	position: relative;
	width: 100%;
	height: 220px;
}
.gnb_wrap .gnb ul li .gnb-sub .gnb-sub-box .box-category-ad .link-category-ad .box-ad-image::after {
	content: '';
	opacity: 0.1;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #000;
}
.gnb_wrap .gnb ul li .gnb-sub .gnb-sub-box .box-category-ad .link-category-ad .box-ad-image img {
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: opacity 0.2s;
	object-fit: cover;
}
.gnb_wrap .gnb ul li .gnb-sub .gnb-sub-box .box-category-ad .link-category-ad .box-ad-info {
	/* margin-top: 16px; */
	height: 116px;
	padding: 16px 8px;
	font-size: 16px;
	line-height: 1.5;
}
.gnb_wrap .gnb ul li .gnb-sub .gnb-sub-box .box-category-ad .link-category-ad .box-ad-info h3 {
	margin-bottom: 8px;
	font-size: 18px;
	color: #4a4a4a;
}
.gnb_wrap .gnb ul li .gnb-sub .gnb-sub-box .box-category-ad .link-category-ad .box-ad-info p {
	overflow: hidden;
	display: -webkit-box;
	white-space: normal;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #777;
}
.gnb_wrap .gnb ul li .gnb-sub .gnb-sub-box .box-category-ad .link-category-ad .box-ad-info .text-ad-title {
	font-size: 18px;
}
.gnb_wrap .gnb ul li .gnb-sub .gnb-sub-box .box-category-ad .link-category-ad .box-ad-info .text-ad-detail {
	margin-top: 0;
	line-height: 26px;
	color: #808080;
}

.gnb_wrap .t_bold {
	font-weight: 500;
}

.gnb_wrap .box-category-right-menu {
	float: left;
	/* height: 60px;
	line-height: 60px; */
}
.gnb_wrap .box-category-right-menu ul li {
	position: relative;
	float: left;
	height: 60px;
	padding-left: 32px;
	line-height: 60px;
}
.gnb_wrap .box-category-right-menu ul li:first-child {
	padding-left: 0;
}
.gnb_wrap .box-category-right-menu ul li a {
	display: block;
	font-size: 15px;
}
.gnb_wrap .box-category-right-menu ul li a::after {
	content: '';
	position: absolute;
	left: 0;
	top: 23px;
	right: -16px;
	bottom: 23px;
	border-right: 1px solid #c1c1c1;
}
.gnb_wrap .box-category-right-menu ul li:last-child a::after {
	border: 0;
}

.gnb_wrap .category-menu-wrap {
	display: none;
	position: absolute;
	top: 60px;
	height: 450px;
}
.gnb_wrap .category-menu-wrap .list-category-all {
	width: 224px;
}
/* .gnb_wrap .category-menu-wrap .list-category-all .list-item-1depth {
	border-bottom: 1px solid rgba(255, 255, 255, .05);
} */
.gnb_wrap .category-menu-wrap .list-category-all .link-item-1depth {
	position: relative;
	display: block;
	height: 45px;
	font-size: 15px;
	text-indent: 24px;
	line-height: 44px;
	border-bottom: 1px solid rgba(255, 255, 255, .05);
	background-color: rgba(0, 0, 0, 0.25);
	color: #ffffff;
	cursor: pointer;
}
.gnb_wrap .category-menu-wrap .list-category-all .link-item-1depth:hover {
	background-color: rgba(0, 0, 0, 0.5);
}
.gnb_wrap .category-menu-wrap.sub .list-category-all .link-item-1depth {
	background-color: rgba(74, 113, 140, 1);
}
.gnb_wrap .category-menu-wrap.sub .list-category-all .link-item-1depth:hover {
	background-color: rgb(115, 149, 173);
}
.gnb_wrap .category-menu-wrap .list-category-all .box-category-2depth {
	display: none;
	position: absolute;
	top: 1px;
	left: 224px;
	width: 976px;
	height: 450px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	background-color: #ffffff;
	box-sizing: border-box;
}
.gnb_wrap .category-menu-wrap .list-category-all .box-category-2depth.over {
	display: block;
}
.gnb_wrap .category-menu-wrap .list-category-all .box-category-2depth .box-2depth-list {
	float: left;
	width: 280px;
	height: 450px;
}
.gnb_wrap .category-menu-wrap .list-category-all .box-category-2depth .box-2depth-list + .box-2depth-list {
	border-left: 1px solid #eee;
}
.gnb_wrap .category-menu-wrap .list-category-all .box-category-2depth .box-2depth-list .text-category {
	display: block;
	padding: 22px 0 0 35px;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	color: #000000;
}
.gnb_wrap .category-menu-wrap .list-category-all .box-category-2depth .box-2depth-list .list-category-2depth {
	padding: 8px 0 0 35px;
}
.gnb_wrap .category-menu-wrap .list-category-all .box-category-2depth .box-2depth-list .list-category-2depth .list-item-2depth {
}
.gnb_wrap .category-menu-wrap .list-category-all .box-category-2depth .box-2depth-list .list-category-2depth .list-item-2depth .link-item-2depth {
	font-size: 15px;
	line-height: 37px;
}
.gnb_wrap .category-menu-wrap .list-category-all .box-category-2depth .box-2depth-list .list-category-2depth .list-item-2depth .link-item-2depth:hover {
	text-decoration: underline;
}

.gnb_wrap .category-menu-wrap .list-category-all .box-category-2depth .box-category-ad {
	position: absolute;
	top: 0;
	right: 0;
	width: 416px;
	height: 450px;
	border-left: 1px solid #eee;
	box-sizing: border-box;
}
.gnb_wrap .category-menu-wrap .list-category-all .box-category-2depth .box-category-ad .link-category-ad {
	display: block;
	/* width: 340px; */
	height: 450px;
	padding: 38px 38px 0;
}
.gnb_wrap .category-menu-wrap .list-category-all .box-category-2depth .box-category-ad .link-category-ad .box-ad-image {
	position: relative;
	width: 340px;
	height: 235px;
}
.gnb_wrap .category-menu-wrap .list-category-all .box-category-2depth .box-category-ad .link-category-ad .box-ad-image::after {
	content: '';
	opacity: 0.1;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #000;
}
.gnb_wrap .category-menu-wrap .list-category-all .box-category-2depth .box-category-ad .link-category-ad .box-ad-image img {
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: opacity 0.2s;
	object-fit: cover;
}
.gnb_wrap .category-menu-wrap .list-category-all .box-category-2depth .box-category-ad .link-category-ad .box-ad-info {
	margin-top: 16px;
}
.gnb_wrap .category-menu-wrap .list-category-all .box-category-2depth .box-category-ad .link-category-ad .box-ad-info .text-ad-title {
	font-size: 18px;
}
.gnb_wrap .category-menu-wrap .list-category-all .box-category-2depth .box-category-ad .link-category-ad .box-ad-info .text-ad-detail {
	margin-top: 8px;
	/* line-height: 26px; */
	color: #808080;
}

.gnb_wrap .cate_wrap .all_cate_open {
	position: absolute;
	top: 0;
	/* left: 0; */
	width: 170px;
	height: 50px;
	color:#003CB4;
	font-size:16px;
	font-weight:700;
	/* border-style: solid;
	border-color: #ddd;
	border-width: 0 1px; */
	/* background-color: #2b5a7a;
	color: #ffffff; */
}
.gnb_wrap .cate_wrap .all_cate_open span {
	margin: 16px auto 0;
}
.gnb_wrap .cate_wrap.show .all_cate_open {
	height: 51px;
	border-style: solid;
	border-color: #2b5a7a;
	border-width: 0 1px;
	background-color: #2b5a7a;
	color: #ffffff;
	/* margin-top: -1px;
	border-top: 1px solid #2f5b76;
	border-left: 1px solid #2f5b76;
	border-right: 1px solid #2f5b76;
	background-color: #ffffff; */
	z-index: 1001;
}
.gnb_wrap .cate_wrap.show .burger-new i, 
.gnb_wrap .cate_wrap.show .burger-new i:before, 
.gnb_wrap .cate_wrap.show .burger-new i:after {
	background-color: #ffffff;
}

.gnb_wrap .cate_wrap .all_cate_close {
	position: absolute;
	bottom: -1px;
	right: -1px;
	width: 40px;
	height: 40px;
	padding: 0;
	font-size: 20px;
	font-weight: 100;
	line-height: 38px;
	text-align: center;
	cursor: pointer;
	background-color: #325a73;
	color: #ffffff;
	z-index: 1001;
}
.gnb_wrap .cate_wrap .all_cate_wrap {
	/*font-family:-apple-system,BlinkMacSystemFont,"Malgun Gothic",helvetica,"Apple SD Gothic Neo",Roboto, "Spoqa Han Sans Neo",sans-serif;*/
	position: relative;
	display: none;
	overflow: hidden;
	background-color: #ffffff;
	border: 1px solid #335c72;
	z-index: 1000;
	
	padding-left: 0;
}

.gnb_wrap .cate_wrap .all_cate_wrap .article {
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: -webkit-calc((100%)/ 5);
	width: -o-calc((100%)/ 5);
	width: -moz-calc((100%)/ 5);
	width: calc((100%)/ 5);
	height: 390px;
	vertical-align: top;
}
.gnb_wrap .cate_wrap .all_cate_wrap .article::after {
	position: absolute;
	right: -100%;
	bottom: 0;
	left: 0;
	border-bottom-width: 1px !important;
}
.gnb_wrap .cate_wrap .all_cate_wrap .article::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: -100%;
	border-right-width: 1px !important;
}
.gnb_wrap .cate_wrap .all_cate_wrap .article::after, .gnb_wrap .cate_wrap .all_cate_wrap .article::before {
	border-width: 0;
	border-style: solid;
	border-color: #f0f2f5;
	content: "";
}

.gnb_wrap .cate_wrap .all_cate_wrap .article .cate-tit {
	display: block;
	overflow: hidden;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 35px;
	margin-top: 11px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 10px;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: -0.2px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.gnb_wrap .cate_wrap .all_cate_wrap .article ul {
	margin-top: 8px;
}
.gnb_wrap .cate_wrap .all_cate_wrap .article ul li {
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 22px;
	/* padding-top: 6px; */
	padding-right: 15px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 1;
	letter-spacing: -.28px;
	vertical-align: top;
}
.gnb_wrap .cate_wrap .all_cate_wrap .article ul li a {
	display: inline-block;
	overflow: hidden;
	position: relative;
	width: 100%;
	width: auto;
	max-width: 100%;
	padding-bottom: 2px;
	border-bottom: 1px solid transparent;
	font-size: 13px;
	letter-spacing: -0.2px;
	color: #7d7e80;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.gnb_wrap .cate_wrap .all_cate_wrap .article ul li a.over {
	border-bottom: 1px solid #4a4a4a;
	color: #4a4a4a;
}

.side-wrap {
	position: relative;
	display: none;
	width: 1200px;
	margin: 0 auto;
	font-size: 14px;
}
#quick-wrap {
	position: absolute;
	top: 115px;
	right: 0;
	bottom: 0;
	left: 50%;
	/* width: 200px; */
	margin: 0 0 0 610px;
	white-space: nowrap;
}
#quick-customer {
	width: 168px;
	/* position: fixed;
	top: 15px; */
	
	background-color: #ffffff;
	/* color: #ffffff; */
}
#quick-customer.fixed {
	top: 10px;
	position: fixed;
}
#quick-customer h2:first-child {
	border-top: 0;
}
#quick-customer h2 {
	font-size: 14px;
	font-weight: 500;
	padding: 5px 6px;
	background-color: #f8f8f8;
}
#quick-customer .customer-info {
	position: relative;
	margin-bottom: 5px;
	border: 1px solid #eaeaea;
}
#quick-customer .customer-tel {
	margin-bottom: 10px;
	padding: 10px 0;
	font-size: 18px;
	text-align: center;
	background-color: #f8f8f8;
	border: 1px solid #f1f1f1;
	color: #555555;
}
#quick-customer .customer-tel h1 {
	font-size: 26px;
	font-weight: 600;
	font-family: tahoma;
	letter-spacing: -2px;
}
#quick-customer .customer-info ul {
	overflow: hidden;
	margin-top: 10px;
}
#quick-customer .customer-info ul li {
	margin: 0 6px 10px;
}

#quick-customer .customer-info ul li.under-solid {
	margin-bottom: 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #f1f1f1;
}

#main-content-wrap {
	position: relative;
	width: 1200px;
	margin: 50px auto 30px;
}
#main-content-wrap.setList {
	width: 612px;
}
#main-content-wrap .best-product {
	position: relative;
	margin-bottom: 30px;
}
#main-content-wrap .best-product .best-title {
	margin-bottom: 25px;
	font-size: 36px;
	font-weight: 300;
	text-align: center;
	letter-spacing: -2px;
	border-bottom: 1px solid #eaeaea;
}

#main-content-wrap .product-menu {
	position: relative;
}
#main-content-wrap .product-menu .menu-list {
	position: relative;
	height: 144px;
	margin-left: -2px;
	border-bottom: 1px solid #999999;
}
#main-content-wrap .product-menu .menu-list>ul {
	height: 100%;
}
#main-content-wrap .product-menu .menu-list>ul>li {
	float: left;
	width: 100px;
	/* height: 120px; */
	margin-right: 23px;
	text-align: center;
	/* border: 1px solid #eaeaea; */
	border-left: 0;
}
#main-content-wrap .product-menu .menu-list>ul>li.over {
	color: #2c83e9;
	border-bottom: 3px solid #2c83e9;
}
#main-content-wrap .product-menu .menu-list>ul>li.over .icon-product {
	background-color: #f4f4f4;
	border-radius: 20px;
}
/* #main-content-wrap .product-menu .menu-list>ul>li.over {
	background-color: #315b73;
	color: #ffffff;
} */
#main-content-wrap .product-menu .menu-list>ul>li::after {
	content: "";
	clear: both;
}
/* #main-content-wrap .product-menu .menu-list>ul>li:first-child {
	border-left: 1px solid #eaeaea;
} */
#main-content-wrap .product-menu .menu-list>ul>li:last-child {
	margin-right: -5px;
}
#main-content-wrap .product-menu .menu-list>ul>li:last-child .icon-txt {
	letter-spacing: -2px;
}
#main-content-wrap .product-menu .menu-list>ul>li img {
	display: block;
	margin: 0 auto;
}

#main-content-wrap .product-menu .menu-list>ul>li .icon-product {
	width: 90px !important;
	height: 90px !important;
	margin: 0 auto;
	/* border: 1px solid #e4e4e4 !important; */
	background-image: url('/images/main/new_main.png');
}
#main-content-wrap .product-menu .menu-list>ul>li .icon-background-card,
#main-content-wrap .product-menu .menu-list>ul>li .icon-background-group-1 {
	background-position: -25px -128px;
}
#main-content-wrap .product-menu .menu-list>ul>li.over .icon-background-card,
#main-content-wrap .product-menu .menu-list>ul>li.over .icon-background-group-1 {
	background-position: -25px -26px;
}
#main-content-wrap .product-menu .menu-list>ul>li .icon-background-sticker,
#main-content-wrap .product-menu .menu-list>ul>li .icon-background-group-3 {
	background-position: -140px -125px;
}
#main-content-wrap .product-menu .menu-list>ul>li.over .icon-background-sticker,
#main-content-wrap .product-menu .menu-list>ul>li.over .icon-background-group-3 {
	background-position: -140px -25px;
}
#main-content-wrap .product-menu .menu-list>ul>li .icon-background-calendar,
#main-content-wrap .product-menu .menu-list>ul>li .icon-background-group-8 {
	background-position: -255px -127px;
}
#main-content-wrap .product-menu .menu-list>ul>li.over .icon-background-calendar,
#main-content-wrap .product-menu .menu-list>ul>li.over .icon-background-group-8 {
	background-position: -255px -27px;
}
#main-content-wrap .product-menu .menu-list>ul>li .icon-background-paper,
#main-content-wrap .product-menu .menu-list>ul>li .icon-background-group-4 {
	background-position: -370px -127px;
}
#main-content-wrap .product-menu .menu-list>ul>li.over .icon-background-paper,
#main-content-wrap .product-menu .menu-list>ul>li.over .icon-background-group-4 {
	background-position: -370px -27px;
}
#main-content-wrap .product-menu .menu-list>ul>li .icon-background-envelope,
#main-content-wrap .product-menu .menu-list>ul>li .icon-background-group-2 {
	background-position: -485px -126px;
}
#main-content-wrap .product-menu .menu-list>ul>li.over .icon-background-envelope,
#main-content-wrap .product-menu .menu-list>ul>li.over .icon-background-group-2 {
	background-position: -485px -26px;
}
#main-content-wrap .product-menu .menu-list>ul>li .icon-background-digitalprint,
#main-content-wrap .product-menu .menu-list>ul>li .icon-background-group-7 {
	background-position: -600px -127px;
}
#main-content-wrap .product-menu .menu-list>ul>li.over .icon-background-digitalprint,
#main-content-wrap .product-menu .menu-list>ul>li.over .icon-background-group-7 {
	background-position: -600px -27px;
}
#main-content-wrap .product-menu .menu-list>ul>li .icon-background-book {
	background-position: -715px -127px;
}
#main-content-wrap .product-menu .menu-list>ul>li.over .icon-background-book {
	background-position: -715px -27px;
}
#main-content-wrap .product-menu .menu-list>ul>li .icon-background-print,
#main-content-wrap .product-menu .menu-list>ul>li .icon-background-group-5 {
	background-position: -830px -127px;
}
#main-content-wrap .product-menu .menu-list>ul>li.over .icon-background-print,
#main-content-wrap .product-menu .menu-list>ul>li.over .icon-background-group-5 {
	background-position: -830px -27px;
}
#main-content-wrap .product-menu .menu-list>ul>li .icon-background-master,
#main-content-wrap .product-menu .menu-list>ul>li .icon-background-group-6 {
	background-position: -945px -127px;
}
#main-content-wrap .product-menu .menu-list>ul>li.over .icon-background-master,
#main-content-wrap .product-menu .menu-list>ul>li.over .icon-background-group-6 {
	background-position: -945px -27px;
}
#main-content-wrap .product-menu .menu-list>ul>li .icon-background-shopping_bag,
#main-content-wrap .product-menu .menu-list>ul>li .icon-background-group-9 {
	background-position: -1060px -127px;
}
#main-content-wrap .product-menu .menu-list>ul>li.over .icon-background-shopping_bag,
#main-content-wrap .product-menu .menu-list>ul>li.over .icon-background-group-9 {
	background-position: -1060px -27px;
}
#main-content-wrap .product-menu .menu-list>ul>li .icon-product-ani,
#main-content-wrap .product-menu .menu-list>ul>li .icon-background-group-10 {
	background-image: url('/images/main/background_special.gif');
}
#main-content-wrap .product-menu .menu-list>ul>li .icon-txt {
	height: 52px;
	padding-top: 16px;
	font-size: 15px;
}
#main-content-wrap .product-content {
	position: relative;
	margin-top: 30px;
}
#main-content-wrap .product-list {
	margin-left: -31px;
}
#main-content-wrap .product-list>ul {
	display: none;
}
#main-content-wrap .product-list>ul>li {
	display: inline-block;
	width: 270px;
	/* width: -webkit-calc((100% - 72px)/ 4);
	width: calc((100% - 72px)/ 4); */
	/* height: 300px; */
	margin: 0 0 30px 36px;
	/* border: 1px solid #ffffff; */
	vertical-align: top;
}

/* #main-content-wrap .product-list>ul>li.over {
	border: 1px solid #eaeaea;
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
} */
#main-content-wrap .product-list .detail-view {
	width: 200px;
	height: 36px;
	margin: 0 auto 15px;
	font-size: 13px;
	font-weight: 300;
	line-height: 36px;
	text-align: center;
	border: 1px solid #f1f1f1;
	/* background-color: #f8f8f8; */
}
#main-content-wrap .product-list>ul>li.over .detail-view {
	background-color: #f8f8f8;
}
/* #main-content-wrap .product-list>ul>li:first-child {
	margin-left: 0;
} */
#main-content-wrap .product-list>ul>li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	/* overflow: hidden; */
}
#main-content-wrap .product-list>ul>li a:hover img {
	transform: scale(1.1);
}
#main-content-wrap .product-list>ul>li .box-thumb {
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #f5f5f5;
}
#main-content-wrap .product-list>ul>li img {
	display: block;
	/* width: 293px; */
	width: 100%;
	height: 200px;
	transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
	transition: transform .2s cubic-bezier(.165,.84,.44,1);
	transition: transform .2s cubic-bezier(.165,.84,.44,1),-webkit-transform .2s cubic-bezier(.165,.84,.44,1);
	object-fit: cover;
}
#main-content-wrap .product-list .product-desc {
	overflow: hidden;
	/* height: 100px; */
	padding: 12px;
	font-size: 13px;
	text-align: center;
	letter-spacing: -0.2px;
}
#main-content-wrap .product-list .product-desc h3 {
	/* margin-bottom: 10px; */
	font-size: 17px;
	letter-spacing: -1px;
}
#main-content-wrap .product-list .product-desc p {
	overflow: hidden;
	display: -webkit-box;
	white-space: normal;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #777;
}


#main-content-wrap .weekly-best-product {
	/* overflow: hidden; */
	margin-bottom: 64px;
	padding: 0;
}
#main-content-wrap .weekly-best-product .product-list {
	/* overflow: hidden; */
	width: 1224px;
	margin-left: -12px;
}
/* #main-content-wrap .weekly-best-product .product-list ul {
	overflow: hidden;
} */
#main-content-wrap .weekly-best-product .product-list ul::after {
	display: block;
	content: "";
	clear: both;
}

/* ÃßÃµ»óÇ° »çÀÌÁî */
#main-content-wrap .weekly-best-product .product-list>ul>li {
	float: left;
	position: relative;
	/* width: 262px; */
	/* width: -webkit-calc((100%)/ 3);
	width: -o-calc((100%)/ 3);
	width: -moz-calc((100%)/ 3);
	width: calc((100%)/ 3); */
	width: 384px;
	height: 345px;
	margin: 0 12px 45px;
}
#main-content-wrap .weekly-best-product .product-list>ul>li img {
	height: 100%;
	transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
	transition: transform .2s cubic-bezier(.165,.84,.44,1);
	transition: transform .2s cubic-bezier(.165,.84,.44,1),-webkit-transform .2s cubic-bezier(.165,.84,.44,1);
	object-fit: cover;
}
#main-content-wrap .weekly-best-product .product-list>ul>li a:hover img {
	transform: scale(1.1);
}
#main-content-wrap .weekly-best-product .product-list .box-thumb {
	height: 240px;
	border-radius: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}
#main-content-wrap .weekly-best-product .product-list .box-thumb-banner {
	height: 100%;
	border-radius: 10px;
	border: 0;
}
#main-content-wrap .weekly-best-product .product-list .product-desc {
	height: 145px;
	padding: 16px 8px;
	font-size: 16px;
	border: 1px solid #e1e1e1;
	border-top: 0;
	-webkit-box-shadow: 0px 2px 4px rgb(0 0 0 / 5%);
	box-shadow: 0px 2px 4px rgb(0 0 0 / 5%);
	text-align: left;
}
#main-content-wrap .weekly-best-product .product-list .product-desc h3 {
	/* margin-top: 16px; */
	margin-bottom: 8px;
	font-size: 18px;
}

#main-content-wrap .weekly-best-product .product-list .product-desc .text-description {
	height: 25px;
	overflow: hidden;
	display: -webkit-box;
	white-space: normal;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}



#main-content-wrap .weekly-best-product .product-list .product-desc .circle-right-arrow {
	display: inline-block;
	width: 23px;
	height: 23px;
	font-size: 15px;
	text-align: center;
	border-radius: 50%;
	background-color: #2c83e9;
	color: #ffffff;
}


#main-content-wrap .weekly-best-product.recently-viewed .product-list {
	width: 1224px;
	margin-left: -12px;
}
#main-content-wrap.setList .weekly-best-product.recently-viewed .product-list {
	width: 612px;
	margin-left: 0;
}
#main-content-wrap .weekly-best-product.recently-viewed .product-list>ul>li {
	width: 25%;
	height: 316px;
	margin: 0 0 24px;
}
#main-content-wrap.setList .weekly-best-product.recently-viewed .product-list>ul>li {
	width: 50%;
}
#main-content-wrap .weekly-best-product.recently-viewed .product-list>ul>li a {
	padding: 0 12px;
}
#main-content-wrap .weekly-best-product.recently-viewed .product-list .product-desc {
	height: 116px;
}

.product-group {
	overflow: hidden;
	position: relative;
	width: 1240px;
	margin-left: -20px;
	padding: 0 20px;
}
.product-group::after {
	display: block;
	content: "";
	clear: both;
}
.new-product {
	float: left;
	width: 574px;
}
.ready-product {
	float: left;
	width: 574px;
	margin-left: 52px;
	/* overflow: hidden;
	padding-left: 46px; */
}

.pick-slider-wrap {
	/* overflow: hidden; */
	position: relative;
}
.pick-slider-wrap .slider-banner {
	position: relative;
	/* min-width: 1212px; */
	/* height: 200px; */
	margin: 0 auto;
	/* margin-left: -6px;
	overflow: hidden; */
}
.pick-slider-wrap .slider-thumb {
	position: relative;
	min-width: 565px;
	margin: 0 auto;
	margin-left: -6px;
  /* margin-right: 2px; */
	overflow: hidden;
}
.pick-slider-wrap .slider-banner .swiper-container-popular .swiper-button-prev {
	left: -10px;	
}
.pick-slider-wrap .slider-banner .swiper-container-popular .swiper-button-next {
	right: -10px;
}
.pick-slider-wrap .slider-banner .swiper-container-newProduct .swiper-button-prev,
.pick-slider-wrap .slider-banner .swiper-container-readyProduct .swiper-button-prev {
	left: 0;	
}
.pick-slider-wrap .slider-banner .swiper-container-newProduct .swiper-button-next,
.pick-slider-wrap .slider-banner .swiper-container-readyProduct .swiper-button-next {
	right: 0;
}
.pick-slider-wrap .slider-banner .swiper-container-popular .swiper-button-small,
.pick-slider-wrap .slider-banner .swiper-container-newProduct .swiper-button-small,
.pick-slider-wrap .slider-banner .swiper-container-readyProduct .swiper-button-small {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	color: #000000;
	--swiper-navigation-size: 18px;
}
.pick-slider-wrap .slider-banner .swiper-container-newProduct .swiper-button-small,
.pick-slider-wrap .slider-banner .swiper-container-readyProduct .swiper-button-small {
	background-color: transparent;
	border: 0;
	color: #ffffff;
	--swiper-navigation-size: 44px;
}
.pick-slider-wrap .slider-banner .swiper-container-popular .swiper-button-small {
	top: 0;
	margin-top: 90px;
}
.pick-slider-wrap .slider-banner .swiper-container-newProduct .swiper-button-small,
.pick-slider-wrap .slider-banner .swiper-container-readyProduct .swiper-button-small {
	margin-top: -22px;
}
.swiper-container-popular .swiper-button-prev.over::after, 
.swiper-container-popular .swiper-button-next.over::after,
.swiper-container-popular .swiper-button-prev.on::after, 
.swiper-container-popular .swiper-button-next.on::after {
	padding: 14px 18px !important;
	border-radius: 50%;
	width: inherit;
	height: inherit;
}
.swiper-container-newProduct .swiper-button-prev.over::after, 
.swiper-container-newProduct .swiper-button-next.over::after,
.swiper-container-newProduct .swiper-button-prev.on::after, 
.swiper-container-newProduct .swiper-button-next.on::after,
.swiper-container-readyProduct .swiper-button-prev.over::after, 
.swiper-container-readyProduct .swiper-button-next.over::after,
.swiper-container-readyProduct .swiper-button-prev.on::after, 
.swiper-container-readyProduct .swiper-button-next.on::after {
	width: inherit;
	height: inherit;
	/* padding: 14px 18px !important;
	border-radius: 50%; */
	padding: 0 0 0 11px !important;
	border-radius: 0;
	background-color: transparent;
}
.pick-slider-wrap .slider-banner .swiper-container-newProduct .img-field,
.pick-slider-wrap .slider-banner .swiper-container-readyProduct .img-field {
	margin: 0;
	font-size: 0;
}
.pick-slider-wrap .slider-banner .swiper-container-popular .img-field a {
	width: 100%;
	line-height: normal;
	text-align: center;
	font-size: 20px;
}
.pick-slider-wrap .slider-banner .swiper-container-popular .img-field a .box-thumb {
	overflow: hidden;
	position: relative;
	width: 224px;
	height: 224px;
	margin: 0 auto;
	border-radius: 38px;
	background: lightgray 50% / cover no-repeat;
}
.pick-slider-wrap .slider-banner .swiper-container-popular .img-field a .box-thumb:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
	border: 1px solid #e1e1e1;
	border-radius: 38px;
}
.pick-slider-wrap .slider-banner .swiper-container-newProduct .img-field a .box-thumb,
.pick-slider-wrap .slider-banner .swiper-container-readyProduct .img-field a .box-thumb {
	width: 574px;
	height: 240px;
}
.pick-slider-wrap .slider-banner .swiper-container-popular .img-field a:hover img {
	transform: scale(1.1);
}
.pick-slider-wrap .slider-banner .swiper-container-newProduct .img-field a:hover img,
.pick-slider-wrap .slider-banner .swiper-container-readyProduct .img-field a:hover img {
	transform: scale(1.05);
}

.pick-slider-wrap .slider-banner .swiper-container-popular .img-field img,
.pick-slider-wrap .slider-banner .swiper-container-newProduct .img-field img,
.pick-slider-wrap .slider-banner .swiper-container-readyProduct .img-field img {
	width: 100%;
	height: 100%;
	transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
	transition: transform .2s cubic-bezier(.165,.84,.44,1);
	transition: transform .2s cubic-bezier(.165,.84,.44,1),-webkit-transform .2s cubic-bezier(.165,.84,.44,1);
}
.pick-slider-wrap .slider-banner .swiper-container-popular .product-desc {
	padding-top: 22px;
}
.pick-slider-wrap .slider-banner .swiper-container-popular .product-desc h3 {
	color: #333333;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding-bottom: 6px;
}
.pick-slider-wrap .slider-banner .swiper-container-popular .product-desc p {
	overflow: hidden;
	display: -webkit-box;
	height: 66px;
	font-size: 14px;
	white-space: normal;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pick-slider-wrap .slider-banner .swiper-container-newProduct,
.pick-slider-wrap .slider-banner .swiper-container-readyProduct {
	border-radius: 15px;
}
.pick-slider-wrap .slider-thumb .swiper-container-order-thumb {
	height: 108px;
}
.pick-slider-wrap .slider-thumb .swiper-container-order-thumb .swiper-button-prev.over::after, 
.pick-slider-wrap .slider-thumb .swiper-container-order-thumb .swiper-button-prev.on::after,
.pick-slider-wrap .slider-thumb .swiper-container-order-thumb .swiper-button-next.over::after, 
.pick-slider-wrap .slider-thumb .swiper-container-order-thumb .swiper-button-next.on::after {
		height: 108px;
		padding: 42px 15px;
		background-color: rgba(112,112,112,0.5) !important;
	}
.pick-slider-wrap .slider-thumb .swiper-container-order-thumb 
  .thumb-box {
    padding-left: 6px;
    height: 108px;
  }
.pick-slider-wrap .slider-thumb .swiper-container-order-thumb .thumb-box 
  img {
    height: 100% !important;
  }
.pick-slider-wrap .img-field {
	/* overflow: hidden; */
	position: relative;
	height: 100%;
	margin: 0 19px;
}
.pick-slider-wrap .img-title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 35px;
	line-height: 35px;
	color: #ffffff;
	text-align: center;
	background:transparent;
	background: rgba(10,10,10,0.4);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr=#660a0a0a,endColorStr=#660a0a0a)";
	zoom:1;
}
.pick-slider-wrap .over-bg-view {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 140px;
	height: 35px;
	margin: -17px 0 0 -70px;
	font-size: 16px;
	line-height: 35px;
	border: 1px solid #ffffff;
	/* background: #f5f5f5;
	color: #555555; */
}
.pick-slider-wrap .img-field>a.over .img-title {
	height: 100%;
}
.pick-slider-wrap .img-field>a.over .img-title>p {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.pick-slider-wrap .img-field>a.over .over-bg-view {
	display: block;
}
.pick-slider-wrap .swiper-container-popular, 
.pick-slider-wrap .swiper-container-newProduct, 
.pick-slider-wrap .swiper-container-readyProduct, 
.pick-slider-wrap .swiper-container-order-thumb {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.pick-slider-wrap .swiper-container-popular .slider-banner .swiper-slide img, .swiper-container-popular .img-title {
	max-width: -webkit-calc(1200px / 4);
	max-width: -o-calc(1200px / 4);
	max-width: -moz-calc(1200px / 4);
	max-width: calc(1200px / 4);
}
.pick-slider-wrap .swiper-container-newProduct .slider-banner .swiper-slide img, 
.swiper-container-newProduct .img-title,
.pick-slider-wrap .swiper-container-readyProduct .slider-banner .swiper-slide img, 
.swiper-container-readyProduct .img-title {
	max-width: -webkit-calc(600px / 1);
	max-width: -o-calc(600px / 1);
	max-width: -moz-calc(600px / 1);
	max-width: calc(600px / 1);
}
.pick-slider-wrap .swiper-container-order-thumb .slider-thumb .swiper-slide img {
	max-width: -webkit-calc(600px / 6);
	max-width: -o-calc(600px / 6);
	max-width: -moz-calc(600px / 6);
	max-width: calc(600px / 6);
}
.swiper-button-small {
	--swiper-navigation-size: 24px;
}
.swiper-button-small.swiper-button-prev.over::after, .swiper-button-small.swiper-button-next.over::after,
.swiper-button-small.swiper-button-prev.on::after, .swiper-button-small.swiper-button-next.on::after {
	/* width: 40px;
	height: 40px;
	margin-top: -20px !important; */
	/* height: 108px;
	padding: 42px 15px; */
	padding: 15px;
}

.swiper-container-newProduct .swiper-pagination-newProduct .swiper-pagination-switch,
.swiper-container-readyProduct .swiper-pagination-readyProduct .swiper-pagination-switch {
	width: 14px;
	height: 14px;
	display: inline-block;
	margin: 0 5px;
	border-radius: 100%;
	background: #000;
	opacity: .5
}
.swiper-container-newProduct .swiper-pagination-newProduct .swiper-active-switch,
.swiper-container-readyProduct .swiper-pagination-readyProduct .swiper-active-switch {
	width: 18px;
	height: 18px;
	vertical-align: text-top;
	opacity: 1;
	background: #ffffff;
	border: 1px solid #a8a8a8;
}
.swiper-container-newProduct .swiper-pagination-newProduct,
.swiper-container-readyProduct .swiper-pagination-readyProduct {
	position: absolute;
	bottom: 5px;
	width: 100%;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	z-index: 10
}

.pick_category {
		height: 65px;
		/* text-align: center; */
		background: none;
}
.pick_category li {
		float: left;
		position: relative;
		width: 1200px;
		/* margin-top: 10px; */
		padding-right: 1px;
}
.pick_category li:before {
		width: 100%;
		height: 2px;
		/* position: absolute; */
		top: 50%;
		right: 0;
		margin-top: 3px;
		background: #ccc;
}
.pick_category ul:before, .pick_category li:before {
		content: '';
}
.pick_category .pick_txt {
		font-size: 26px;
		line-height: 58px;
		font-weight: 600;
}
.pick_category .pick_txt span {
	position: relative;
	display: inline-block;
	/* margin-left: 16px; */
	/* background: #fff; */
}
.new-product .pick_category .pick_txt span,
.ready-product .pick_category .pick_txt span {
	margin-left: 0;
}
.popular-product .pick-slider-wrap .img-field {
	margin: 0;
}
/* .popular-product .pick_category {
	margin-bottom: 32px;
} */
/* .popular-product .pick_category .pick_txt {
	font-size: 38px;
	font-weight: 800;
	color: #000000;
} */
.popular-product .background-bar {
	position: absolute;
	top: -50px;
	left: -352px;
	width: 1920px;
	height: 306px;
	background-color: #ffda00;
}

#MainProduct_Table td {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
}
#MainProduct_Table .product_bg {
	background: white;
	border: 1px solid #e4e4e4;
	overflow:hidden;
	margin:0px;
	border-radius:10px;
	behavior: url(/css/PIE.htc);	
}

#MainProduct_Table .ptitle {
	padding:5px 5px 5px 13px ;
	color:#666;
}

#MainProduct_Table .pmemo {
	padding:0px 10px 20px 13px;
	font-size:12px;
	color: #666;
}
#MainProduct_Table .pprice {
	padding:10px;
	text-align:right;
	border-top: 1px solid #e4e4e4;
	color: #999;
	letter-spacing:0px;
	font-weight:bold
}

/*tab*/
#tabs-1 {
  margin-bottom:40px;
}

ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  /*height: 32px;*/
  /*border-bottom: 1px solid #eee;*/
  border-left: 1px solid #e4e4e4;
  width: 100%;
  /*font-family:"dotum";*/
  font-size: 16px;
}

ul.tabs li {
  float: left;
  padding: 12px 17px;
  cursor: pointer;
  width: 20%;
  /*height: 31px;
  line-height: 31px;*/
  border: 1px solid #e4e4e4;
  /*border-top: none;*/
  border-left: none;
  font-weight: normal;
  background: #fafafa;
  overflow: hidden;
  position: relative;
}

#tabs-2 ul.tabs li {
  width:25%;
}
ul.tabs li.active {
  color: #363636;
  background: #FFFFFF;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #FFFFFF;
}

.tab_container {
  border: 1px solid #e4e4e4;
  border-top: none;
  clear: both;
  float: left;
  width: 100%;
  background: #FFFFFF ;
  padding:15px;
}

.tab_content {
  padding: 16px 8px 0 8px;
  font-size: 16px;
  display: none;
}

.tab_container .tab_content ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.tab_container .tab_content ul li {
  padding: 5px;
  list-style: none
}

#Main_Notice_Table h2 {
	margin-top: 140px;
	margin-bottom: 20px;
	font-size: 40px;
	font-weight:300;
	letter-spacing:-2px;
	line-height: 50px;
	text-align: center;
}
#Main_Notice_Table h4 {
	margin-bottom: 64px;
	font-size:16px;
	/* font-weight:300; */
	letter-spacing:-1px;
	line-height: 24px;
	color:#666;
	text-align: center;
}

#Main_Notice_Table .infoTitle {
	float:left;
	font-size:14px;
	font-weight:400;
	letter-spacing:-1px;
	padding-bottom:10px;
	color:#666
}
#Main_Notice_Table .infoMore {
	float:right;
	font-size:14px;
	font-weight:400;
	letter-spacing:-1px;
	padding-bottom:10px;
	padding-right:20px;
	color:#666
}
#Main_Notice_Table .Content {
	clear:both;
}

#Main_Notice_Table .left_line {
	border-left: 1px solid #E6E6E6;
	padding :0 10px 0 15px;
}

.inquiry-wrap {
	margin-top: 64px;
}

.inquiry-wrap>h3 {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}
.inquiry-wrap>p {
	font-size: 17px;
	text-align: center;
	color: #808080;
}
.inquiry-wrap .inquiry-board .board-top {
	margin-top: 55px;
	text-align: right;
}
.inquiry-wrap .inquiry-board .board-top a {
	display: inline-block;
	width: 150px;
	height: 40px;
	border-radius: 10px;
	border: 1px solid #2c83e9;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	color: #2c83e9;
}
.inquiry-wrap .inquiry-board .inquiry-board-table {
	width: 100%;
	margin-top: 20px;
	border-top: 1px solid #cccccc;
}
.inquiry-wrap .inquiry-board .inquiry-board-table tr {
	height: 65px;
	border-bottom: 1px solid #cccccc;
}
.inquiry-wrap .inquiry-board .inquiry-board-table tr td {
	width: 10%;
	font-size: 18px;
	text-align: center;
	color: #808080;
}
.inquiry-wrap .inquiry-board .inquiry-board-table tr td:nth-child(1) {
	width: 8%;
	padding-left: 10px;
	text-align: left;
}
.inquiry-wrap .inquiry-board .inquiry-board-table tr td:nth-child(2) {
	width: 42%;
	text-align: left;
}

.latest-board {
	/* margin-left: -14px; */
	margin: 0 0 30px -14px;
}
.latest-board>ul>li {
	display: inline-block;
	width: 299px;
	padding: 0 14px 0;
	vertical-align: top;
	border-left: 1px solid #e1e1e1;
}
.latest-board>ul>li:first-child {
	border-left: 0;
}
.latest-title {
	margin-bottom: 10px;
}
.latest-title ul>li {
	display: inline-block;
	width: 130px;
	font-size: 14px;
	text-align: right;
}
.latest-title ul>li:first-child {
	text-align: left;
}
.footer-banner {
	height: 55px;
	font-size: 23px;
	line-height: 55px;
	text-align: center;
	color: #ffffff;
	background-color: #003b6f;
}
.footer-bottom-nav {
	position: relative;
	height: 70px;
	font-size: 16px;
	line-height: 70px;
	border: solid 1px #e6e6e6;
}
.footer-bottom-nav ul {
	width: 1200px;
	margin: 0 auto;
}
.footer-bottom-nav ul>li {
	display: inline-block;
	margin: 0 31px;
}

.footer .wrapper {
	position: relative;
}
.footer .copyright-desc {
	position: relative;
	/* margin: 0 31px 30px; */
	margin-bottom: 30px;
}
.footer .copyright-desc img {
	margin-top: 24px;
	/* position: absolute;
	top: 20px;
	left: 0; */
}
/* .footer .copyright-desc>p, .footer .copyright-desc>ul {
	margin-left: 200px;
} */
.footer .copyright-desc>p {
	font-size: 16px;
}
.footer .copyright-desc>ul {
	margin-top: 16px;
	line-height: 24px;
}
.footer .customer-bottom-tel {
	/* position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -240px; */
	font-size: 15px;
	color: #4a4a4a;
}
/* .footer .customer-bottom-tel ul {
	margin-bottom: 25px;
} */
.footer .customer-bottom-tel h1 {
	font-size: 38px;
	font-weight: 600;
	/* font-family: tahoma; */
}
.footer .customer-bottom-tel h4 {
	padding-bottom: 4px;
	font-size: 18px;
	font-weight: 400;
}
.footer .customer-bottom-tel .bottom-menu-list {
	position: absolute;
	top: 0;
	right: 0;
	width: 650px;
	font-size: 13px;
	line-height: 23px;
}
.footer .customer-bottom-tel .bottom-menu-list h4 {
	margin-bottom: 8px;
}
.footer .company-info {
	/* position: absolute;
	top: 0;
	right: 0; */
	position: relative;
	padding-top: 16px;
	font-size: 13px;
	border-top: 0.8px solid #cccccc;
}
.footer .company-info h4 {
	margin-bottom: 8px;
}
.footer .company-info .terms-menu-list {
	position: absolute;
	top: 16px;
	right: 0;
}
.footer .company-info .terms-menu-list .contour {
	padding: 0 8px;
}
.footer .company-info .certification-logo {
	overflow: hidden;
	margin-top: 8px;
	margin-right: -10px;
}
.footer .company-info .certification-logo li {
	float: left !important;
	padding-left: 8px;
	padding-right: 0;
}
.footer .company-info .certification-logo .fsc-logo {
	font-size: 10px;
	text-align: center;
}
.footer .company-info .certification-logo .fsc-logo img {
	margin: 0;
}
.footer .company-info .certification-logo .fsc-logo p {
	line-height: 11px;
}


.footer .button-top-move {
	position: fixed;
	bottom: 30px;
	right: 85px;
	width: 40px;
	height: 40px;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	text-align: center;
	line-height: 18px;
	border: 1px solid #e4e4e4;
	background-color: #ffffff;
}
.footer .button-top-move a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.footer .button-top-move.over {
	background-color: #f8f8f8;
}

.burger-new {
	width: 40px;
	height: 17px;
	position: relative;
	display:inline-block;
	padding-top:16px;
	left: 10px;
	color:#333333;
	font-size:16px;
	cursor: pointer;
}

.burger-new i {
	position: absolute;
	margin-top: 8px;
	margin-bottom: 8px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	top: 58%;
	left: 50%;
	margin-left: -12px;
	margin-top: -1.5px;
}

.burger-new i,
.burger-new i:before,
.burger-new i:after {
	display: block;
	width: 23px;
	height: 3px;
	background-color: #585858;
	outline: 1px solid transparent;
	-webkit-transition-property: background-color, -webkit-transform;
	-moz-transition-property: background-color, -moz-transform;
	-o-transition-property: background-color, -o-transform;
	transition-property: background-color, transform;
}

.burger-new i:before,
.burger-new i:after {
	position: absolute;
	content: "";
}

.burger-new i:before {
	top: -8px;
}

.burger-new i:after {
	top: 8px;
}

.swiper-container-order-thumb .swiper-button-prev {
  left: 18px;
	/* left: 50% !important;
	margin-left: -587px !important; */
}
.swiper-button-prev.over::after, .swiper-button-prev.on::after {
	/* margin-left: -600px !important;
	margin-top: -30px !important;
	width: 53px;
	height: 60px;
	border-radius: 50%; */
	padding: 15px 20px;
	background-color: rgba(35, 82, 109, 1);
	color: #ffffff;
}
.swiper-container-order-thumb .swiper-button-next {
	/* right: 50%;
	margin-right: -587px !important; */
	right: 14px;
}
.swiper-button-next.over::after, .swiper-button-next.on::after {
	/* margin-right: -600px !important;
	margin-top: -30px !important;
	width: 53px;
	height: 60px; */
	/* border-radius: 50%; */
	padding: 15px 20px;
	background-color: rgba(35, 82, 109, 1);
	color: #ffffff;
}
.swiper-button-prev,
.swiper-button-next {
	z-index: 2;
}

/* new ÁÖ¹®ÆäÀÌÁö */
#order-page-new {
	position: relative;
}

#order-page-new h1 {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 600;
	color: #000000;
}
#order-page-new h3 {
	margin-top: 8px;
	font-size: 18px;
	font-weight: 400;
	color: #000000;
}
#order-page-new h3 span {
	font-size: 14px;
}
#order-page-new input[type="text"] {
  padding: 0 8px;
}
#order-page-new input[type="text"], #order-page-new select {
	width: 100%;
	height: 40px;
	font-size: 16px;
	border-color: #dddddd;
	box-shadow: none;
}
#order-page-new input:read-only {
	background-color: #f7f8f9;
}

#order-page-new .order-wrap {
	position: relative;
	clear: both;
	margin-bottom: 50px;
	padding-top: 20px;
}
/* #order-page-new .order-wrap::after {
	display: block;
	clear: both;
	content: '';
} */

#order-page-new .order-wrap img {
	display: block;
	z-index: 1;
}

#order-page-new .order-wrap .order-box::after {
	display: block;
	clear: both;
	content: '';
}

#order-page-new .order-wrap .order-box .order-thumbnail {
	display: inline-block;
	width: 600px;
}

#order-page-new .order-wrap .order-box .order-thumbnail 
	.thumbnail-view {
		position: relative;
    overflow: hidden;
		width: 600px;
		height: 600px;
		margin-bottom: 8px;
		z-index: 1;
	}
#order-page-new .order-wrap .order-box .order-thumbnail 
	.thumbnail-view img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		z-index: 1;
	}

#order-page-new .order-wrap .order-box .order-thumbnail 
	.thumbnail-scroll { 
		position: relative;
	}
#order-page-new .order-wrap .order-box .order-thumbnail 
	.thumbnail-scroll ul {
		overflow: hidden;
		margin-left: -8px;
	}
#order-page-new .order-wrap .order-box .order-thumbnail 
	.thumbnail-scroll ul li {
		float: left;
		width: -webkit-calc((100%)/ 6);
		width: -moz-calc((100%)/ 6);
		width: -o-calc((100%)/ 6);
		width: calc((100%)/ 6);
		/* width: 100px; */
		height: 92px;
		margin-bottom: 8px;
		padding-left: 8px;
		cursor: pointer;
	}
/* #order-page-new .order-wrap .order-box .order-thumbnail 
	.thumbnail-scroll ul li:nth-child(6n+0) {
		padding-right: 0;
	} */
#order-page-new .order-wrap .order-box .order-thumbnail 
	.thumbnail-scroll ul li img {
		width: 100%;
		height: 100%;
	}

#order-page-new .order-wrap .order-box .order-guide {
	position: relative;
	float: right !important;
	width: 565px !important;
	background-color: #fff;
	z-index: 6;
}
#order-page-new .order-wrap .order-box .order-guide .pick-slider-wrap {
	overflow: hidden;
}
#order-page-new .order-wrap .order-box .order-notice {
	margin-top: 15px;
}
#order-page-new .order-wrap .order-box .order-notice 
	.order-notice-description {
		overflow-y: scroll;
		height: 273px;
		/* max-height: 235px; */
    padding: 8px;
    font-size: 16px;
		border: 1px solid #e4e4e4;
	}

#order-page-new .order-wrap .order-box .order-form-content {
	/* overflow: hidden; */
	position: relative;
}
#order-page-new .order-wrap .order-box .order-form-content::after {
	display: block;
	content: "";
	clear: both;
}
#order-page-new .order-wrap .order-box .order-form-content .order-background-banner {
	position: absolute;
	top: 16px;
	right: 0;
	width: 330px;
}
#order-page-new .order-wrap .order-box .order-form {
	float: left;
	width: 835px;
}
#order-page-new .order-wrap .order-box .order-form 
	.order-form-desc {
		font-size: 16px;
		color: #555555;
	}
#order-page-new .order-wrap .order-box .order-form hr,
#order-page-new .order-wrap .order-box .order-guide hr {
		margin: 16px 0;
		border-width: 1px;
		border-style: solid;
		border-color: #adadad;
		border-bottom: 0;
	}
#order-page-new .order-wrap .order-box .order-form .order-form-wrap {
		position: relative;
		display: block;
		margin: 0;
		padding: 0;
	}
#order-page-new .order-wrap .order-box .order-form .order-form-wrap 
  #PaperName {
		line-height: 32px;
	}
#order-page-new .order-wrap .order-box .order-form .order-form-wrap 
		hr {
			border-color: #dddddd;
		}
#order-page-new .order-wrap .order-box .order-form .order-form-wrap 
	.order-form-field {
		font-size: 0;
		padding-bottom: 20px;
	}
#order-page-new .order-wrap .order-box .order-form .order-form-wrap 
	.order-form-field 
		.form-title {
			display: inline-block;
			width: 120px;
			padding-top: 8px;
			vertical-align: top;
		}
#order-page-new .order-wrap .order-box .order-form .order-form-wrap 
	.order-form-field 
		.form-title 
			.title {
				font-size: 16px;
			}
#order-page-new .order-wrap .order-box .order-form .order-form-wrap 
	.order-form-field 
		.form-input {
			position: relative;
			display: inline-block;
			width: -webkit-calc(100% - 120px);
			width: -o-calc(100% - 120px);
			width: -moz-calc(100% - 120px);
			width: calc(100% - 120px);
		}


#order-page-new .order-wrap .order-box .order-form.order-guide .order-form-wrap 
	.order-form-field {
		padding-bottom: 10px;
	}
#order-page-new .order-wrap .order-box .order-form.order-guide .order-form-wrap 
	.order-form-field .form-title {
		padding-top: 0;
	}
#order-page-new .order-wrap .order-box .order-form.order-guide .order-form-wrap 
	.order-form-field .input-text {
		padding-top: 0;
	}
#order-page-new .order-wrap .order-box .order-form.order-guide .order-form-wrap 
	.order-form-field 
		.form-title {
			width: 160px;
		}

#order-page-new .order-wrap .order-box .order-form.order-guide .order-form-wrap 
	.order-form-field 
		.form-input {
			position: relative;
			display: inline-block;
			width: -webkit-calc(100% - 160px);
			width: -o-calc(100% - 160px);
			width: -moz-calc(100% - 160px);
			width: calc(100% - 160px);
		}
#order-page-new .order-wrap .order-box .order-form .order-form-wrap 
	.input-text {
		padding-top: 8px;
		font-size: 16px;
	}
#order-page-new .order-wrap .order-box .order-form .order-form-wrap 
	.input-text#info3_date {
		font-size: 13px;
		letter-spacing: -1px;
	}
#order-page-new .order-wrap .order-box .order-form .order-form-wrap 
	.input-text#info3_date span {
		font-size: 16px;
		letter-spacing: normal;
	}
#order-page-new .order-wrap .order-box .order-form .order-form-wrap 
	.order-option-group {
		position: relative;
		margin-top: 8px;
		font-size: 0;
	}
#order-page-new .order-wrap .order-box .order-form .order-form-wrap 
	.order-option-group 
		ul {
			overflow: hidden;
			margin: 0;
			padding: 0;
		}
#order-page-new .order-wrap .order-box .order-form .order-form-wrap 
	.order-option-group 
		ul 
			li {
				display: inline-block;
				width: 20%;
				height: 40px;
				line-height: 38px;
				margin-top: 8px;
				margin-right: -1px;
				padding: 0;
				border: 1px solid #e4e4e4;
				text-align: center;
				font-size: 15px;
				cursor: pointer;
				-webkit-touch-callout: none;
				-webkit-user-select: none;
				-khtml-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
			}

#order-page-new .order-wrap .order-box .order-form .order-form-wrap 
	.order-option-group 
		ul 
			li.on {
				background-color: #333333 !important;
				color: #ffffff !important;
			}
#order-page-new .order-wrap .order-box .order-form .order-form-wrap 
	.order-option-group 
		ul 
			li:hover {
				background-color: #f5f5f5;
			}

#order-page-new .order-wrap .order-box .order-form .order-form-wrap 
	.order-option-head {
		font-size: 14px;
	}
#order-page-new .order-wrap .order-box .order-form .order-form-wrap 
	.order-option-head::after {
		display: block;
		clear: both;
		content: '';
	}
#order-page-new .order-wrap .order-box .order-form .order-form-wrap .order-option-head 
	.head-label {
		display: inline-block;
    /* width: 60px; */
    padding-top: 6px;
    vertical-align: top;
    font-size: 18px;
	}
#order-page-new .order-wrap .order-box .order-form .order-form-wrap .order-option-head 
	.head-label span {
		font-size: 14px;
	}	
#order-page-new .order-wrap .order-box .order-form .order-form-wrap .order-option-head 
	.head-price {
		float: right;
    width: 170px;
    text-align: right;
    font-size: 0;
	}
#order-page-new .order-wrap .order-box .order-form .order-form-wrap .order-option-head 
	.head-price input {
		width: 150px;
		text-align: right;
	}
#order-page-new .order-wrap .order-box .order-form .order-form-wrap .order-option-head 
	.head-price em {
		padding-left: 5px;
		font-size: 16px;
    font-style: normal;
	}

#order-page-new .order-wrap .order-box .order-form .order-form-wrap .order-option-select {
		display: none;
		position: relative;
		margin-top: 8px;
		padding-top: 8px;
		border-top: 1px solid #e4e4e4;
		/* font-size: 0; */
	}
#order-page-new .order-wrap .order-box .order-form .order-form-wrap .order-option-select::after {
		display: block;
		clear: both;
		content: '';
	}
#order-page-new .order-wrap .order-box .order-form .order-form-wrap .order-option-select select,
	#order-page-new .order-wrap .order-box .order-form .order-form-wrap .order-option-select input {
			width: auto;
			margin-right: 4px;
		}

#order-page-new .order-wrap .order-box .order-form .order-form-wrap .order-option-select 
	.option-label {
		display: inline-block;
		width: 100px;
		padding-top: 8px;
		vertical-align: top;
		font-size: 16px;
	}
#order-page-new .order-wrap .order-box .order-form .order-form-wrap .order-option-select 
	.option-select {
		display: inline-block;	
		max-width: 400px;
		line-height: 40px;
		/* width: 70%; */
		font-size: 16px;
	}
#order-page-new .order-wrap .order-box .order-form .order-form-wrap .order-option-select 
	.rounding-checkbox {
		padding-top: 8px;
	}
#order-page-new .order-wrap .order-box .order-form .order-form-wrap .order-option-select 
	.rounding-checkbox input {
		margin-left: 8px;
	}
#order-page-new .order-wrap .order-box .order-form .order-form-wrap .order-option-select .option-price {
		/* position: relative; */
		/* display: inline-block;	 */
		/* margin-right: 40px; */
		float: right;
		/* width: 170px; */
		text-align: right;
		font-size: 0;
	}
#order-page-new .order-wrap .order-box .order-form .order-form-wrap .order-option-select .option-price 
	.btn {
		position: relative;
		bottom: 5px;
		margin-left: 4px;
		margin-right: 10px; 
	}
#order-page-new .order-wrap .order-box .order-form .order-form-wrap .order-option-select 
	.detail {
		display: block;
		margin-top: 8px;
		font-size: 16px;
		/* margin-left: 100px; */
	}
#order-page-new .order-wrap .order-box .order-form .order-form-wrap .order-option-select 
	.detail img {
		border: 1px solid #e4e4e4;
	}
#order-page-new .order-wrap .order-box .order-form .order-form-wrap .order-option-select .option-price 
	.detail {
		display: none;
		position: absolute;
		top: 0;
    right: 152px;
		padding: 10px;
		font-size: 14px;
		white-space: nowrap;
    border: 5px solid #5a5a5a;
		background-color: #ffffff;
    z-index: 9;
	}	
#order-page-new .order-wrap .order-box .order-form .order-form-wrap .order-option-select .option-price 
	.detail a.button {  
    width: max-content;
  }
#order-page-new .order-wrap .order-box .order-form .order-form-wrap .order-option-select .option-price 
	.detail img {
		width: auto;
		max-width: none;
	}
#order-page-new .order-wrap .order-box .order-form .order-form-wrap .order-option-select .option-price 
	input {
		width: 86px;
		text-align: right;
	}
#order-page-new .order-wrap .order-box .order-form .order-form-wrap .order-option-select .option-price 
	em {
		padding: 0 8px;
		font-size: 16px;
		font-style: normal;
	}
#order-page-new .order-wrap .order-box .order-form .order-form-wrap .order-option-select .option-price 
	.option-close {
		position: absolute;
		top: 16px;
		right: 0;
		width: 26px;
		height: 26px;
		text-align: center;
		border: 1px solid #F44336;
		border-radius: 3px;
		background-color: #ffffff;
		color: #F44336;
		cursor: pointer;
	}
#order-page-new .order-wrap .order-box .order-form .order-form-wrap .order-option-select .option-price .option-close::before,
#order-page-new .order-wrap .order-box .order-form .order-form-wrap .order-option-select .option-price .option-close::after {
	position: absolute;
	top: 2px;
	left: 11px;
	content: ' ';
	height: 20px;
	width: 2px;
	background-color: #F44336;
}
#order-page-new .order-wrap .order-box .order-form .order-form-wrap .order-option-select .option-price .option-close::before {
	transform: rotate(45deg);
}
#order-page-new .order-wrap .order-box .order-form .order-form-wrap .order-option-select .option-price .option-close::after {
	transform: rotate(-45deg);
}
#order-page-new .order-wrap .order-box .order-form .order-btn-guide {
  position: relative;
	text-align: right;	
}
#order-page-new .order-wrap .order-box .order-form .order-btn-guide 
	.btn {
		width: 110px;
		margin-left: 5px;
	}
#order-page-new .order-wrap .order-box .order-form .order-btn-guide
  .detail {
    display: none;
    position: absolute;
    top: 30px;
    right: -50%;
		margin-right: 418px;
    padding: 10px;
    font-size: 14px;
    border: 5px solid #e50000;
    background-color: #ffffff;
    z-index: 9;
  }
#order-page-new .order-wrap .order-box .order-form .order-btn-guide
  .detail img {
    width: auto;
    max-width: none;
  }

#order-page-new .order-wrap .order-box .order-form .size-swap {
  position: relative;
  margin-top: 10px;
}
#order-page-new .order-wrap .order-box .order-form .size-swap 
  .button.bt_width {
    bottom: 19px;
    font-size: 12px;
    padding: 19px 0 0;
    line-height: 12px;
    width: 70px;
    height: 50px;
  }
#order-page-new .order-wrap .order-box .order-form .size-swap 
  .button.bt_height {
    font-size: 12px;
    padding: 0;
    line-height: 19px;
    width: 50px;
    height: 70px;
    margin-left: 8px;
  }
#order-page-new .order-wrap .order-box .order-form .size-swap 
  .button.bt_height em {
    font-style: normal;
    margin-top: 16px;
    display: block;
  }
#order-page-new .order-wrap .order-box .order-form .size-swap 
  .button.on {
    background-color: #2196F3;
    color: white;
  }

#order-page-new .order-wrap .order-box .order-history-box {
	position: relative;
	float: right;
	width: 330px;
	background-color: #ffffff;
	z-index: 5;
}
#order-page-new .order-wrap .order-box .order-history-box hr {
	/* margin: 0 0 16px; */
	border-width: 1px;
	border-style: solid;
	border-color: #cdcdcd;
	border-bottom: 0;
}
#order-page-new .order-wrap .order-box .order-history-box h2 {
	padding: 12px;
	font-size: 20px;
	text-align: center;
	letter-spacing: -1px;
	/* border-top-left-radius: 30px;
	border-top-right-radius: 30px; */
	background-color: #f1f1f1;
	color: #4A4A4A;
}
#order-page-new .order-wrap .order-box .order-history-box .order-history {
	position: relative;
	padding: 4px 16px;
	font-size: 0;
	border-bottom: 1px solid #F1F1F1;
}
#order-page-new .order-wrap .order-box .order-history-box .order-history .label {
	display: inline-block;
	width: 32%;
	/* padding-left: 14px; */
	font-size: 15px;
}
#order-page-new .order-wrap .order-box .order-history-box .order-history .content {
	display: inline-block;
	width: 68%;
	font-size: 15px;
	text-align: right;
}
#order-page-new .order-wrap .order-box .order-history-box .order-history.takbae .label {
	width: 65%;
	vertical-align: top;
}
#order-page-new .order-wrap .order-box .order-history-box .order-history.takbae .label em {
	font-size: 13px;
	font-style: normal;
}
#order-page-new .order-wrap .order-box .order-history-box .order-history.takbae .content {
	width: 35%;
}
#order-page-new .order-wrap .order-box .order-history-box .order-history-option {
	display: none;
	position: relative;
	font-size: 17px;
	background-color: #ffffff;
	color: #4A4A4A;
}
#order-page-new .order-wrap .order-box .order-history-box .order-history-option h4 {
	padding: 8px;
	text-align: center;
	border-bottom: 1px solid #ffffff;
	background-color: #F1F1F1;
}
/* #order-page-new .order-wrap .order-box .order-history-box .order-history-option .content {
	padding: 8px 16px;
	font-size: 17px;
} */
#order-page-new .order-wrap .order-box .order-history-box .order-history-option .option-box {
	padding: 4px 16px;
	border-bottom: 1px solid #f1f1f1;
}
#order-page-new .order-wrap .order-box .order-history-box .order-history-option .option-box:last-child {
	border: 0;
}
#order-page-new .order-wrap .order-box .order-history-box .order-history-option .option-box .label {
	vertical-align: top;
}
#order-page-new .order-wrap .order-box .order-history-box .order-history-option .order-history {
	padding: 0;
}
#order-page-new .order-wrap .order-box .order-history-box .order-history-price {
	position: relative;
	padding: 8px 16px;
}
#order-page-new .order-wrap .order-box .order-history-box .order-history-price .label {
	font-size: 15px;
}
#order-page-new .order-wrap .order-box .order-history-box .order-history-price .label em {
	font-size: 13px;
	font-style: normal;
}
#order-page-new .order-wrap .order-box .order-history-box .order-history-price .content {
	font-size: 20px;
	color: #F44336;
}
#order-page-new .order-wrap .order-box .order-history-box .order-history-price .content #DTotalPrice,
#order-page-new .order-wrap .order-box .order-history-box .order-history-price .content #info2_total {
	position: relative;
	top: 2px;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 28px;
	font-weight: 600;
}
#order-page-new .order-wrap .order-box .order-history-box .order-history-button {
	position: relative;
	margin-top: 16px;
}
#order-page-new .order-wrap .order-box .order-history-box .order-history-button .button.is-big {
	float: left;
	width: 33.3%;
	height: 53px;
	padding: 0;
	line-height: 53px;
	font-size: 17px;
	font-weight: normal;
	border: 0;
}
#order-page-new .order-wrap .order-box .order-history-box .order-history-button .button.is-big.soldout {
	width: 100%;
}
#order-page-new .order-wrap .order-box .order-history-box .order-history-button .is-grey {
	background-color: #F1F1F1;
	color: #4A4A4A;
}
#order-page-new .order-wrap .order-box .order-history-box .order-history-button .is-red {
	background-color: #2196F3;
	color: #ffffff;
}
#order-page-new .order-wrap .order-box .order-history-box .order-history-button .is-blue {
	/* height: 63px !important;
	line-height: 63px !important;
	border-end-start-radius: 30px;
	border-end-end-radius: 30px; */
	background-color: #003B6F;
	color: #ffffff;
}
#order-page-new .order-wrap .order-box .order-history-box.fixed {
	position: fixed;
	bottom: 16px;
	left: 50%;
	margin-left: 270px;
}

#order-page-new .order-infomation-tabs {
	position: relative;
	font-size: 0;
}
#order-page-new .order-infomation-tabs .tabs {
	margin: 30px 0;
}
#order-page-new .order-infomation-tabs .tabs ul {
	overflow: hidden;
}
#order-page-new .order-infomation-tabs .tabs ul.tab-3 li {
	width: -webkit-calc(100% / 3);
	width: -moz-calc(100% / 3);
	width: -o-calc(100% / 3);
	width: calc(100% / 3);
}
#order-page-new .order-infomation-tabs .tabs ul.tab-5 li {
	width: -webkit-calc(100% / 5);
	width: -moz-calc(100% / 5);
	width: -o-calc(100% / 5);
	width: calc(100% / 5);
}
#order-page-new .order-infomation-tabs .tabs ul li {
	display: inline-block;
	width: 25%;
	height: 45px;
	line-height: 45px;
	margin-right: -1px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #bbbbbb;
	cursor: pointer;
}
#order-page-new .order-infomation-tabs .tabs ul li.on {
	background-color: #37475a;
	border-color: #37475a;
	color: #ffffff;
}
#order-page-new .order-infomation > div {
	display: none;
}
#order-page-new .order-infomation > div.show {
	display: block;
}

#order-page-new .wing-left {
	position: absolute;
	top: -1px;
	left: 0;
	width: 100px;
	text-align: center;
	z-index: 9;
}
#order-page-new .wing-left .wing-left-box {
	border: 1px solid #e4e4e4;
	background-color: #ffffff;
}
#order-page-new .wing-left .wing-left-box 
	.icon-title {
		font-size: 12px;
		color: #bcbcbc;
	}
#order-page-new .wing-left .wing-left-box 
	a {
		display: inline-block;
		width: 80px;
		padding: 8px 0;
		/* height: 80px; */
		/* border-top: 1px solid #e4e4e4; */
	}
#order-page-new .wing-left .wing-left-box 
	a:first-child {
		border-top: none;
	}
#order-page-new .wing-left .wing-left-box img, 
#order-page-new .wing-right img {
		display: block;
		margin: 0 auto;
	}
#order-page-new .customer-field {
	position: relative;
	text-align: left;
}
#order-page-new .customer-info {
	margin-top: 8px;
	border: 1px solid #e4e4e4;
	background-color: #ffffff;
}
#order-page-new .customer-info ul {
	overflow: hidden;
	margin-top: 10px;
}
#order-page-new .customer-info ul li {
	margin: 0 8px 5px;
	font-size: 14px;
	/* letter-spacing: -1px; */
}
#order-page-new .customer-info ul li.under-solid {
	margin-bottom: 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #f1f1f1;
}

#order-page-new .customer-info h2 {
	padding: 5px 6px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: -1px;
	background-color: #f8f8f8;
}

#order-page-new .wing-right {
	position: absolute;
	top: 123px;
	right: 50%;
	width: 200px;
	margin-right: -835px;
	z-index: 3;
}
#order-page-new .wing-right.fixed {
	position: fixed;
	top: -1px;
}
#order-page-new .wing-right .wing-box {
	border: 1px solid #e4e4e4;
	/* background-color: #f5f5f5; */
}
#order-page-new .wing-right .wing-box 
	.order-history-title {
		margin: 0 !important;
		padding: 5px 0;
		font-size: 16px;
		text-align: center;
		/* border-bottom: 1px solid #e4e4e4; */
		background-color: #f5f5f5;
	}

#order-page-new .wing-right .wing-box .order-history {
	position: relative;
	font-size: 0;
	/* height: 30px;
	line-height: 30px; */
	border-top: 1px solid #e4e4e4;
	background-color: #f5f5f5;
}
#order-page-new .wing-right .wing-box .order-history 
	.label {
		display: inline-block;
		width: 20%;
		padding: 5px 5px;
		font-size: 14px;
		vertical-align: top;
	}
#order-page-new .wing-right .wing-box .order-history 
	.content {
		display: inline-block;
		width: 80%;
		padding: 5px 5px;
		font-size: 14px;
		letter-spacing: -1px;
		background-color: #ffffff;
	}
#order-page-new .wing-right .wing-box .order-history 
	.grid {
		padding: 4px 5px;
		font-size: 14px;
		background-color: #ffffff;
	}

#order-page-new .wing-right .wing-box .order-history-price {
	padding: 3px 0;
	border-top: 1px solid #e4e4e4;
	background-color: #ffffff;
	font-size: 0;
}
#order-page-new .wing-right .wing-box .order-history-price 
	.label {
		display: inline-block;
		width: 35%;
		padding: 1px 5px;
		font-size: 14px;
		vertical-align: top;
	}
#order-page-new .wing-right .wing-box .order-history-price 
	.content {
		display: inline-block;
		width: 65%;
		padding: 1px 5px;
		font-size: 14px;
		/* letter-spacing: -1px; */
		background-color: #ffffff;
	}

#order-page-new .wing-right .order-history-info {
	margin-top: 8px;
	padding: 0 10px;
	border: 1px solid #e4e4e4;
}
#order-page-new .wing-right .order-history-info 
	ul {
		padding: 8px 0;
		border-bottom: 1px solid #e4e4e4;
	}
#order-page-new .wing-right .order-history-info 
	ul:last-child {
		border-bottom: 0;
	}
#order-page-new .wing-right .order-history-info 
	ul li {
		position: relative;
		font-size: 14px;
	}
#order-page-new .wing-right .order-history-member {
	margin-top: -1px;
	padding: 5px;
	text-align: center;
	font-size: 14px;
	letter-spacing: -1px;
	border: 1px solid #e4e4e4;
}
#order-page-new .wing-right .order-history-button {
	margin-top: 8px;
}
#order-page-new .wing-right .order-history-button .btn {
	width: 100%;
}
#order-page-new .wing-right .wing-banner {
	margin-top: 8px;
}

.button.is-big {
  /* padding: 0 50px; */
  width: 182px;
  height: 64px;
  line-height: 64px;
  font-size: 18px;
  font-weight: 500;
}

.order-form .price-box {
  margin: 32px 0;
}
.order-form .price-box .total {
  line-height: 1;
}
.order-form .price-box .total::after {
  display: block;
  clear: both;
  content: '';
}
.order-form .price-box .total .tit {
  float: left;
  margin-top: 10px;
  font-size: 20px;
}
.order-form .price-box .total .tit em {
  margin-left: 4px;
  font-style: normal;
  font-size: 13px;
}
.order-form .price-box .total .num {
  float: right;
  font-size: 20px;
  color: #f44336;
}
.order-form .price-box .total #DTotalPrice {
  position: relative;
  top: 2px;
  font-size: 32px;
  font-family: Tahoma, Verdana, Geneva, sans-serif;
}
.order-form .price-box .detail {
  margin-top: 16px;
  text-align: right;
}
.order-form .price-box .detail .blue9bo_board {
  font-family: Tahoma, Verdana, Geneva, sans-serif;
}

.tab-download-btngroup {
	padding-top: 16px;
	border-top: 2px solid #666666;
}
.tab-download-btngroup a {
	width: 200px !important;
	padding: 0 4px !important;
	font-size: 18px !important;
	letter-spacing: -0.5px;
}

.magnifier-thumb-wrapper img, .magnifier-preview img {
  max-width: none;
}
.lens-box {
	width: auto;
	height: inherit;
	background-color: rgba(0, 0, 0, 0.1);
}
.lens-text {
  position: absolute;
  top: 0;
  width: 100%;
  font-size: 12px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  z-index: 999;
}
.preview-box-solid {
	right: 0 !important;
	border: 1px solid #e4e4e4;
	z-index: 10;
}


#main-best {
  padding: 48px 0 100px 0;
  background-color: #54c3f1;
}
#main-best .sec-title {
  color: white;
}
#main-best .main-best-list {
	position: relative;
}
#main-best .main-best-list ul {
	overflow: hidden;
}
#main-best .main-best-list ul li {
	float: left;
	width: 20%;
	padding: 0 10px;
}
#main-best .main-best-list ul li .product_bg {
	background: white;
	border: 1px solid #e4e4e4;
	overflow:hidden;
	margin:0px;
	border-radius:10px;
	behavior: url(/css/PIE.htc);
}
#main-best .main-best-list ul li .ptitle {
	padding:10px 5px 0px 20px ;
	color:#54c3f1;
}
#main-best .main-best-list ul li .pcount {
	padding:0px 5px 5px 5px;
	padding-left:20px;
	padding-bottom:20px ;
	font-size:50px;
	letter-spacing:-1px;
	font-weight:bold;
	color:#54c3f1;
}
#main-best .main-best-list ul li .picon {
	padding:10px;
	text-align:right;
	border-top: 1px solid #e4e4e4;
	color:#54c3f1;
	letter-spacing:2px;
}


.businesscard-wrap {
	margin-bottom: 64px;
}
.businesscard-wrap .businesscard-field {
	position: relative;
}
.businesscard-wrap .businesscard-field ul {
	overflow: hidden;
}
.businesscard-wrap .businesscard-field ul li {
	float: left;
	text-align: center;
}
.businesscard-wrap .businesscard-field ul li:first-child {
	width: 75%;
}
.businesscard-wrap .businesscard-field ul li a i.fa-2x {
	display: block;
}
.businesscard-wrap .businesscard-field ul li img {
	margin: 0 16px;
}


.join-agree-top {
	position: relative;
	overflow: hidden;
}
.join-agree-top .top-title {
	float: left;
}
.join-agree-top .top-breadcrumb {
	float: right;
	margin-top: 16px;
}




.color-circle-group {
	display: inline-block;
	margin-top: 20px;
	padding-right: 10px;
	font-size: 12px;
	text-align: center;
}
.color-circle-group p {
	margin-bottom: 4px;
}
.color-circle {
	display: inline-block;
	width: 50px;
	height: 30px;
	line-height: 30px;
	/* border-radius: 50%; */
}
.color-circle-black {
	background-color: #000000;
	color: #ffffff;
}
.color-circle-darkblue {
	background-color: #0a405b;
	color: #ffffff;
}
.color-circle-white {
	background-color: #ffffff;
	border: 1px solid #e4e4e4;
}
.color-circle-red {
	background-color: #ad0000;
	color: #ffffff;
}
.color-circle-silver {
	background-color: #e3e3e3;
}
.color-circle-orange {
	background-color: #d76c03;
	color: #ffffff;
}
.color-circle-lightgreen {
	background-color: #0fa704;
	color: #ffffff;
}


#full-layer-wrap, #main_popup_3 {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	z-index: 99999;
}
#full-layer-wrap .layer-info, #main_popup_3 #page {
	width: 550px;
	height: 650px;
	/* background-color: #ffffff; */
	/* border: 1px solid #e4e4e4; */
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 0;
	border: 0;
	/* border-radius: 5px;
	box-shadow: 0 0 10px -4px; */
}
#full-layer-wrap .layer-info, #main_popup_3 #page #viewport #box {
	overflow: hidden;
	width: 550px;
	height: 600px;
}
#main_popup_3 .dimmed {
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
	z-index: -1;
}
#main_popup_3 #page #viewport #box img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
#main_popup_3 .main-popup-bottom {
	position: relative;
	height: 40px;
}
#main_popup_3 .main-popup-bottom .main-popup-today-cookie {
	position: absolute;
	top: 8px;
	left: 8px;
	font-size: 13px;
	font-weight: 100;
	color: #ffffff;
}
#main_popup_3 .main-popup-bottom #controls {
	position: absolute;
	top: -30px;
	left: 0;
	width: 100%;
	text-align: center;
}
#main_popup_3 .main-popup-bottom #controls li {
	display: inline-block;
	vertical-align: middle;
}
#main_popup_3 .main-popup-bottom #controls li .goto-slide {
	width: 14px;
	height: 14px;
	margin: 0 4px;
	padding: 0;
	font-size: 0;
	border-radius: 50%;
	border: 0;
	box-shadow: none;
	background-color: rgba(0, 0, 0, 0.5);
}
#main_popup_3 .main-popup-bottom #controls li .goto-slide.current {
	width: 18px;
	height: 18px;
	border: 1px solid #a8a8a8;
	background-color: #ffffff;
}
#main_popup_3 #viewport #prev {
	left: -76px;
	--swiper-navigation-size: 100px;
	--swiper-navigation-color: #ffffff;
}
#main_popup_3 #viewport #next {
	right: -77px;
	--swiper-navigation-size: 100px;
	--swiper-navigation-color: #ffffff;
}
#main_popup_3 .main-popup-bottom .main-popup-btn-close {
	position: absolute;
	top: 8px;
	right: 25px;
	width: 25px;
	height: 25px;
}
#main_popup_3 .main-popup-bottom .main-popup-btn-close a {
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff;
}
#main_popup_3 .main-popup-btn-close2 a {
	position: absolute;
	width: 50px;
	height: 50px;
	top: -22px;
	right: -22px;
	margin-left: -25px;
	line-height: 50px;
	font-size: 30px;
	text-align: center;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 1);
	color: #000000;
	z-index: 999;
}
#main_popup_3 .main-popup-btn-close2 a:before, 
#main_popup_3 .main-popup-btn-close2 a:after {
	position: absolute;
	top: 12px;
	left: 24px;
	content:' ';
	height: 25px;
	width: 2px;
	background-color: #000000;
}

#main_popup_3 .main-popup-bottom .main-popup-btn-close a:before, 
#main_popup_3 .main-popup-bottom .main-popup-btn-close a:after {
	position: absolute;
	left: 12px;
	content:' ';
	height: 25px;
	width: 2px;
	background-color: #ffffff;
}
#main_popup_3 .main-popup-bottom .main-popup-btn-close a:before,
#main_popup_3 .main-popup-btn-close2 a:before {
	transform: rotate(45deg);
}
#main_popup_3 .main-popup-bottom .main-popup-btn-close a:after,
#main_popup_3 .main-popup-btn-close2 a:after {
	transform: rotate(-45deg);
}

.circle-number {
	position: absolute;
	top: 0px;
	left: 3px;
	width: 34px;
	height: 34px;
	padding-top:0px;
	padding-left:0px;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	font-style: normal;
	line-height: normal;
	border-radius: 128px;
	background-color: #003CB4;
	color: #ffffff;
	z-index: 21;
}


.right-scroll-button {
	position: fixed;
	bottom: 85px;
	z-index: 900;
	font-size:22px;
	line-height:11px;	
	text-align:center;
	padding-top:10px;
	right:25px;

	width: 55px;
	height: 55px;
	border-radius: 34%;
	background-color: #333333;
}

.right-scroll-button .phone {
	color: #ffffff;
}

.right-scroll-button .txt {
	font-size:11px;
	color: #ffffff;
}

/*
.right-scroll-button .txt-help {
	position: absolute;
	top: 4px;
	left: -170px;
	padding: 4px;
	font-size: 16px;
	border-radius: 4px;
	border: 1px solid #808080;
	background-color: #ffffff;
	color: #808080;
	z-index: 9;
}
.right-scroll-button .txt-help::before {
	border-top: 6px solid transparent;
	border-left: 6px solid #484848;
	border-right: 0px solid transparent;
	border-bottom: 6px solid transparent;
	content: "";
	position: absolute;
	top: 10px;
	left: 154px;
}
.right-scroll-button .txt-help:after {
	border-top: 6px solid transparent;
	border-left: 6px solid #ffffff;
	border-right: 0px solid transparent;
	border-bottom: 6px solid transparent;
	content: "";
	position: absolute;
	top: 10px;
	left: 153px;
}
.right-scroll-button .button-customer {
	display: block;
	width: 66px;
	height: 91px;
	background-image: url('/images/main/new_main.png');
	background-position: -31px -269px;
}
*/

.main-scroll-product-wrap {
	overflow: hidden;
	white-space: nowrap;
	height: 550px;
	margin: 60px 0;
	padding: 80px 0;
	background-color: #2c83e9;
}
.main-scroll-product-wrap ul {
	/* overflow: hidden; */
	animation:text-scroll 15s linear infinite;		
}
.main-scroll-product-wrap ul li {
	overflow: hidden;
	display: inline-block;
	padding: 0 25px;
	/* font-size: 0; */
}
.main-scroll-product-wrap ul li img {
	border-radius: 10px;
}
@keyframes text-scroll{
  from{
    /* transform:translateX(-40%); */
    /* -moz-transform:translateX(0); */
    -webkit-transform:translateX(0%);
    /* -o-transform:translateX(-40%);
    -ms-transform:translateX(-40%); */
  }
  to{
    /* transform:translateX(-100%); */
    /* -moz-transform:translateX(-100%); */
    -webkit-transform:translateX(-100%);
    /* -o-transform:translateX(-100%);
    -ms-transform:translateX(-100%); */
  }
}
.banner_wraper { 
	position: absolute; 
	overflow: hidden; 
	width: 100%;
	height: 390px; 
}
.banner_wraper img { 
	position: absolute; 
	border-radius: 10px;
}

.season-product-wrap {
	min-width: 1200px;
	margin-top: 100px;
}
.season {
	overflow: hidden;
	min-width: 1200px;
	max-width: 1920px;
	height: 500px;
	margin: 0 auto;
	background-image: url('/images/main/season_background.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.season-product-field {
	position: relative;
	width: 1200px;
	height: inherit;
	margin: 0 auto;
}
.season-product {
	position: absolute;
	top: 0;
	right: -20px;
	width: 924px;
	height: 465px;
	padding-top: 75px;
	overflow: hidden;
}
.season-product .img-field a {
	display: inline-block;
	height: 390px;
}
.season-product .box-thumb {
	overflow: hidden;
	height: 270px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.season-product .product-desc {
	height: 120px;
	padding: 20px 20px 0;
	line-height: normal;
	background-color: #ffffff;
}
.season-product .product-desc h3 {
	margin-bottom: 12px;
	font-size: 19px;
}
.season-product .product-desc p {
	overflow: hidden;
	display: -webkit-box;
	font-size: 15px;
	white-space: normal;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.season-product .swiper-button-prev, 
.season-product .swiper-container-rtl .swiper-button-next {
	top: -30px;
	left: unset;
	right: 75px;
}
.season-product .swiper-button-next, 
.season-product .swiper-container-rtl .swiper-button-prev {
	top: -30px;
	right: 32px;
}

/* ¸ÞÀÎ¹è³Ê °ü·Ã */
.main-slider-btngroup {
	position: absolute;
	bottom: 16px;
	right: 50%;
	margin-right: -600px;
	text-align: center;
	color: #ffffff;
	z-index: 1;
}
.main-slider-btngroup .btn-auto-toggle,
.main-slider-btngroup .btn-main-all-banner {
	display: inline-block;
	width: 33px;
	height: 33px;
	margin: 0 4px;
	line-height: 33px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.25);
	cursor: pointer;
}
.main-all-banner-layer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 6000;
}
.main-all-banner-layer .box-item {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	padding: 0 55px;
}
.main-all-banner-layer .box-item .list-item-field {
	max-width: 1440px;
	margin: 0 auto;
}
.main-all-banner-layer .box-item .list-item-field .list-item {
	float: left;
	max-width: 719px;
	width: 50%;
}
.main-all-banner-layer .box-item .list-item-field .list-item .link-item {
	display: block;
	padding: 0 2px 2px 0;
}
.main-all-banner-layer .box-item .list-item-field .list-item .link-item img {
	vertical-align: top;
}
.main-all-banner-layer .box-item .button-closed {
	position: absolute;
	top: 0;
	margin-left: -2px;
	width: 55px;
	height: 55px;
	padding: 0;
	background-color: rgba(0,0,0, 0.7);
	border: 0 none;
	cursor: pointer;
}
.main-all-banner-layer .box-item .button-closed::before,
.main-all-banner-layer .box-item .button-closed::after {
	position: absolute;
	top: 12px;
	left: 24px;
	content: ' ';
	height: 25px;
	width: 2px;
	background-color: #ffffff;
}
.main-all-banner-layer .box-item .button-closed::before {
	transform: rotate(45deg);
}
.main-all-banner-layer .box-item .button-closed::after {
	transform: rotate(-45deg);
}


.header-middle.header-fixed {
	position: fixed;
	top: 0;
	height: auto;
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 4px rgb(0 0 0 / 5%);
	box-shadow: 0px 2px 4px rgb(0 0 0 / 5%);
	z-index: 5100;
}
.header-middle.header-fixed .header-middle-wrap {
	margin: 16px auto;
}
.header-middle.header-fixed .header-middle-wrap .header-middle-left {
	width: 300px;
}
.header-middle.header-fixed .header-middle-wrap .header-middle-left .link-header-logo {
	left: 74px;
}
.gnb_wrap .cate_wrap.header-fixed {
	position: fixed;
	top: 8px;
} 
.gnb_wrap .cate_wrap.header-fixed .all_cate_open {
	width: 72px;
	height: 65px;
	border: 0;
	background-color: transparent;
} 
.gnb_wrap .cate_wrap.header-fixed .category-menu-wrap {
	top: 65px;
} 
.gnb_wrap .cate_wrap.header-fixed .burger-new i, 
.gnb_wrap .cate_wrap.header-fixed .burger-new i:before, 
.gnb_wrap .cate_wrap.header-fixed .burger-new i:after {
	background-color: #2b5a7a;
}
.gnb_wrap .cate_wrap .header-fixed .all-cate-txt {
	display: none;
}

#default_center_table #tab_menu td:hover, #default_center_table #tab_menu .active {
	padding: 10px;
}

.board-pagination::before, .board-pagination::after {
	display: block;
	content: "";
	clear: both;
}

/* .mypage-wrap {
	position: relative;
} */
.mypage-wrap .menu {
	position: relative;
	padding-right: 32px;
}
.mypage-wrap .menu .menu__header {
	width: 100%;
	height: 100px;
	font-size: 24px;
	text-align: center;
	line-height: 100px;
	background-color: #2196F3;
	color: #fff;
}
.mypage-wrap .menu .menu__box {
	border: 1px solid #e4e4e4;
	padding: 16px;
}
.mypage-wrap .menu .menu__box .list {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #eaeaea;
}
.mypage-wrap .menu .menu__box .list:last-child {
	margin: 0;
	padding: 0;
	border: 0;
}
.mypage-wrap .menu .menu__box .list a:hover {
	color: #2196F3;
}
.mypage-wrap .menu .menu__box .list .list__title {
	font-size: 18px;
	font-weight: 500;
}
.mypage-wrap .menu .menu__box .list .list__item {
	margin-top: 8px;
	font-size: 15px;
}
.mypage-wrap .menu .menu__box .list .list__item .item {
	padding: 4px 0;
}
.mypage-wrap .menu .menu__box .list .list__item .item a.active {
	font-weight: 500;
	color: #2196F3;
}

.mypage-wrap #jb-content-100 {
  padding: 0;
	border: 0;
	box-shadow: none;
}
.mypage-wrap #jb-content-100-03 {
  padding: 16px;
	float: unset;
}
.mypage-wrap #Div_CardPayment {
  width: 1000px;
	left: 50%;
  margin-left: -400px;
}

.mypage-wrap .pstateBox {
	position: relative;
	margin-bottom: 32px;
}
.mypage-wrap .pstateBox .list {
	/* overflow: hidden; */
	border: 1px solid #e4e4e4;
	border-radius: 10px;
	background-color: #f8f8f8;
}
.mypage-wrap .pstateBox .list::after {
	content: "";
	display: block;
	clear: both;
}
.mypage-wrap .pstateBox .list .list__item {
	float: left;
	width: calc(100% / 9); 
	padding: 16px 0 8px;
	/* line-height: 100px; */
	text-align: center;
	border-right: 1px solid #e4e4e4;
}
.mypage-wrap .pstateBox .list .list__item p {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 32px;
	font-weight: 600;
	cursor: pointer;
}
.mypage-wrap .pstateBox .list .list__item:last-child {
	border-right: 0;
}
.mypage-wrap .noticeList {
	background-color: #ffefef;
}
.mypage-wrap .noticeList td, .mypage-wrap .noticeList td a {
	font-weight: 500;
	color: #ed143d;
}
.mypage-wrap #default_paging {
	display: flex;
	justify-content: center;
	font-weight: normal;
}
.mypage-wrap #default_paging a {
	float: left;
	margin-left: -1px;
	border: 1px solid #e4e4e4;
	background-color: transparent;
	color: #444;
	width: 34px;
	height: 34px;
	line-height: 34px;
	padding: 0;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.mypage-wrap #default_paging a:hover {
	background-color: #f1f1f1;
}
.mypage-wrap #default_paging a.active {
	font-weight: 600;
	background-color: #2196F3;
	border-color: #2196F3;
	color: #fff;
}
.mypage-wrap #default_paging a:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.mypage-wrap #default_paging a:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.boardViewBox {
	position: relative;
	padding: 8;
	/* border: 1px solid #e4e4e4; */
}
.boardViewBox .boardViewBox__bread {
	margin-bottom: 8px;
	color: #2196F3;
}
.boardViewBox .boardViewBox__subject {
	margin-bottom: 8px;
	font-size: 27px;
	font-weight: 400;
}
.boardViewBox .boardViewBox__profile .name {
	font-size: 16px;
}
.boardViewBox .boardViewBox__profile .date {
	margin-left: 8px;
	font-size: 13px;
}
.boardViewBox .boardViewBox__content {
	margin-top: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}

.notice-view-list {
	position: relative;
}
.notice-view-list h3 {
	padding-bottom: 16px;
	font-size: 20px;
	border-bottom: 1px solid #e4e4e4;
}
.notice-view-list tr.selected {
	background-color: #f8f8f8;
}
.notice-view-list tr.selected td, .notice-view-list tr.selected td a {
	font-weight: 500;
	color: #000;
}

.top-banner-wrap {
	display: none;
	position: relative;
	max-width: 1920px;
	height: 70px;
	margin: 0 auto;
}
.top-banner-wrap img {
	width: 100%;
	height: 70px;
}
.top-banner-wrap .button-closed {
	position: absolute;
	top: 21px;
	right: 50%;
	margin-right: -574px;
	width: 30px;
	height: 30px;
	padding: 0;
	background-color: rgba(0,0,0, 0.3);
	border: 0 none;
	border-radius: 2px;
	cursor: pointer;
}
.top-banner-wrap .button-closed::before,
.top-banner-wrap .button-closed::after {
	position: absolute;
	top: 2px;
	left: 14px;
	content: ' ';
	height: 25px;
	width: 2px;
	background-color: #ffffff;
}
.top-banner-wrap .button-closed::before {
	transform: rotate(45deg);
}
.top-banner-wrap .button-closed::after {
	transform: rotate(-45deg);
}

.product_box01 {
	border-top: 2px solid #37475A;
	border-radius: 0px;
	margin-bottom: 50px;
	margin-top: 10px;
}

.board-list-tab {
	margin: 16px 0;
}
.board-list-tab ul {
	overflow: hidden;
}
.board-list-tab ul li {
	float: left;
	height: 42px;
	line-height: 39px;
	text-align: center;
	border-top: 2px solid #dddddd;
	border-bottom: 2px solid #777;
}
.board-list-tab ul.tab-3 li {
	width: -webkit-calc((100%)/ 3);
	width: -moz-calc((100%)/ 3);
	width: -o-calc((100%)/ 3);
	width: calc((100%)/ 3);
}
.board-list-tab ul.tab-4 li {
	width: -webkit-calc((100%)/ 4);
	width: -moz-calc((100%)/ 4);
	width: -o-calc((100%)/ 4);
	width: calc((100%)/ 4);
}
.board-list-tab ul.tab-5 li {
	width: -webkit-calc((100%)/ 5);
	width: -moz-calc((100%)/ 5);
	width: -o-calc((100%)/ 5);
	width: calc((100%)/ 5);
}
.board-list-tab ul.tab-6 li {
	width: -webkit-calc((100%)/ 6);
	width: -moz-calc((100%)/ 6);
	width: -o-calc((100%)/ 6);
	width: calc((100%)/ 6);
}
.board-list-tab ul.tab-7 li {
	width: -webkit-calc((100%)/ 7);
	width: -moz-calc((100%)/ 7);
	width: -o-calc((100%)/ 7);
	width: calc((100%)/ 7);
}
.board-list-tab ul.tab-8 li {
	width: -webkit-calc((100%)/ 8);
	width: -moz-calc((100%)/ 8);
	width: -o-calc((100%)/ 8);
	width: calc((100%)/ 8);
}
.board-list-tab ul li:last-child a {
	border-right: 2px solid #dddddd;
}
.board-list-tab ul li a {
	display: block;
	width: 100%;
	height: 100%;
	border-left: 2px solid #dddddd;
}
.board-list-tab ul li.active {
	border-top: 2px solid #777;
	border-right: 2px solid #777;
	border-left: 2px solid #777;
	border-bottom: 0;
	font-weight: 500;
}
.board-list-tab ul li.active a, .board-list-tab ul li.active + li a  {
	border: 0;
}
.board-list-tab ul.tab-3 li.active:nth-child(2) + li a,
.board-list-tab ul.tab-4 li.active:nth-child(3) + li a,
.board-list-tab ul.tab-5 li.active:nth-child(4) + li a,
.board-list-tab ul.tab-6 li.active:nth-child(5) + li a,
.board-list-tab ul.tab-7 li.active:nth-child(6) + li a,
.board-list-tab ul.tab-8 li.active:nth-child(7) + li a {
	border-right: 2px solid #dddddd;
}

@keyframes doong2{ 0%,100%{transform:translate(0%, 2px);} 50%{transform:translate(0%, -2px);}}


.rules_service {
	padding: 0;
	border-top: 0;
	background: #fff;
	color: #555;
	line-height: 22px;
	font-size: 12px;
	font-family: Dotum,"Apple SD Gothic Neo",sans-serif;
}
.rules_service h4 {
	margin: 30px 0 5px;
	font-weight: bold;
}
.rules_service table {
	width: 100%;
	border: 1px solid #b3b3b3 !important;
	background: #fff;
}

.rules_service tbody th {
	background: #f8f8f8;
	text-align: left;
	font-weight: bold;
}
.rules_service th {
	background: #eee;
	padding: 5px 10px 5px 10px;
	border: 1px solid #d9d8d8 !important;
}
.rules_service td {
	padding: 5px 10px 5px 10px;
	font-size: 12px !important;
	border: 1px solid #d9d8d8 !important;
}

.tg  {width: 100%; border-collapse:collapse;border-spacing:0;}
.tg td{border-color:#cacaca !important;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
	overflow:hidden;padding:10px 5px;word-break:normal;}
.tg th{border-color:#cacaca !important;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:15px;
	font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
.tg .tg-9wq8{border-color:inherit;text-align:center;vertical-align:middle}
.tg .tg-baqh{text-align:center;vertical-align:top}
.tg .tg-qbk9{background-color:#efefef;border-color:inherit;font-weight:bold;text-align:center;vertical-align:middle}
.tg .tg-c3ow{border-color:inherit;text-align:center;vertical-align:top}
.tg .tg-nrix{text-align:center;vertical-align:middle}

.table-delivery-info-01 {
	margin-bottom: 16px;
}
.table-delivery-info-01 tr {
	border-bottom: 1px solid #e4e4e4;
}
.table-delivery-info-01 tr:first-child,
.table-delivery-info tr:first-child {
	border-top: 2px solid #666;
}
.table-delivery-info-01 th, .table-delivery-info-01 td,
.table-delivery-info th, .table-delivery-info td {
	border-right: 1px solid #e4e4e4;
}
.table-delivery-info td:nth-child(1), .table-delivery-info td:nth-child(2), .table-delivery-info td:nth-child(3) {
	width: 130px;
	padding: 0 !important;
	/* line-height: 42px; */
}
.table-delivery-info th:nth-child(4), .table-delivery-info td:nth-child(4) {
	width: 250px;
	padding: 8px !important;
}
.table-delivery-info-01 th:last-child, .table-delivery-info-01 td:last-child,
.table-delivery-info th:last-child, .table-delivery-info td:last-child {
	border-right: 0;
}

.table-logen-info tr:first-child {
	border-top: 2px solid #666;
}
.table-logen-info th, .table-logen-info td {
	font-size: 15px !important;
	text-align: center;
	border-right: 1px solid #e4e4e4;
}
.table-logen-info th:last-child, .table-logen-info td:last-child {
	border-right: 0;
}



.font-size-12 { font-size: 12px !important }
.font-size-13 { font-size: 13px !important }
.font-size-14 { font-size: 14px !important }
.font-size-15 { font-size: 15px !important }
.font-size-16 { font-size: 16px !important }
.font-size-18 { font-size: 18px !important }
.font-size-20 { font-size: 20px !important }

.vertical-align-top {
	vertical-align: top;
}
.letter-spacing-0-5 {
	letter-spacing: -0.5px;
}
.letter-spacing-1 {
	letter-spacing: -1px;
}
.letter-spacing-1-2 {
	letter-spacing: -1.2px;
}

.padding-right-4 {
	padding-right: 4px;
}
.padding-left-4 {
	padding-left: 4px;
}
.padding-top-4 {
	padding-top: 4px;
}
.padding-bottom-4 {
	padding-bottom: 4px;
}

.margin-right-4 {
	margin-right: 4px;
}
.margin-left-4 {
	margin-left: 4px;
}
.margin-top-4 {
	margin-top: 4px;
}
.margin-bottom-4 {
	margin-bottom: 4px;
}

.padding-right-8 {
	padding-right: 8px;
}
.padding-left-8 {
	padding-left: 8px;
}
.padding-top-8 {
	padding-top: 8px;
}
.padding-bottom-8 {
	padding-bottom: 8px;
}

.margin-right-8 {
	margin-right: 8px;
}
.margin-left-8 {
	margin-left: 8px;
}
.margin-top-8 {
	margin-top: 8px;
}
.margin-bottom-8 {
	margin-bottom: 8px;
}

.padding-right-10 {
	padding-right: 10px;
}
.padding-left-10 {
	padding-left: 10px;
}
.padding-top-10 {
	padding-top: 10px;
}
.padding-bottom-10 {
	padding-bottom: 10px;
}

.margin-right-10 {
	margin-right: 10px;
}
.margin-left-10 {
	margin-left: 10px;
}
.margin-top-10 {
	margin-top: 10px;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}

.padding-right-16 {
	padding-right: 16px;
}
.padding-left-16 {
	padding-left: 16px;
}
.padding-top-16 {
	padding-top: 16px;
}
.padding-bottom-16 {
	padding-bottom: 16px;
}

.margin-right-16 {
	margin-right: 16px;
}
.margin-left-16 {
	margin-left: 16px;
}
.margin-top-16 {
	margin-top: 16px;
}
.margin-bottom-16 {
	margin-bottom: 16px;
}

.margin-right-20 {
	margin-right: 20px;
}
.margin-left-20 {
	margin-left: 20px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}

.padding-right-32 {
	padding-right: 32px;
}
.padding-left-32 {
	padding-left: 32px;
}
.padding-top-32 {
	padding-top: 32px;
}
.padding-bottom-32 {
	padding-bottom: 32px;
}

.margin-right-32 {
	margin-right: 32px;
}
.margin-left-32 {
	margin-left: 32px;
}
.margin-top-32 {
	margin-top: 32px;
}
.margin-bottom-32 {
	margin-bottom: 32px;
}

.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}

.float-right {
	float: right
}
.float-left {
	float: left
}

.grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.grid {
	display: flex;
}
.grid .grid-col-1 {
	flex: 0 0 auto;
	width: 8.33333333%;
}
.grid .grid-col-2 {
	flex: 0 0 auto;
	width: 16.66666667%;
}
.grid .grid-col-3 {
	flex: 0 0 auto;
	width: 25%;
}
.grid .grid-col-4 {
	flex: 0 0 auto;
	width: 33.33333333%;
}
.grid .grid-col-5 {
	flex: 0 0 auto;
	width: 41.66666667%;
}
.grid .grid-col-6 {
	flex: 0 0 auto;
	width: 50%;
}
.grid .grid-col-7 {
	flex: 0 0 auto;
	width: 58.33333333%;
}
.grid .grid-col-8 {
	flex: 0 0 auto;
	width: 66.66666667%;
}
.grid .grid-col-9 {
	flex: 0 0 auto;
	width: 75%;
}
.grid .grid-col-10 {
	flex: 0 0 auto;
	width: 83.33333333%;
}
.grid .grid-col-11 {
	flex: 0 0 auto;
	width: 91.66666667%;
}
.grid .grid-col-12 {
	flex: 0 0 auto;
	width: 100%;
}

.btn-box {
	position: relative;
	width: 100%;
	height: 100%;
}
.btn-guideInfo {
	position: relative;
	display: inline-block;
	/* position: absolute;
	top: 50%;
	left: 10px; */
	width: 17px;
	height: 17px;
	margin-left: 5px;
	/* margin-top: -10px; */
	line-height: 17px;
	border-width: 1px;
	border-style: solid;
	border-color: #a1a1a1;
	border-radius: 50%;
	text-align: center;
	font-size: 11px;
	color: #a1a1a1;
	cursor: pointer;
}
/* .btn-guideInfo .detail::before {
	position: absolute;
	bottom: -10px;
	left: 50%;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 7px solid #a7a7a7;
}
.btn-guideInfo .detail::after {
	position: absolute;
	bottom: -6px;
	left: -webkit-calc(50% + 1px);
	left: calc(50% + 1px);
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #fff;
	z-index: 101;
}
.btn-guideInfo .detail::before,
.btn-guideInfo .detail::after {
	content: "";
	width: 0;
	height: 0;
	-webkit-transform: translateX(-6px);
	-ms-transform: translateX(-6px);
	-o-transform: translateX(-6px);
	transform: translateX(-6px);
} */
.btn-guideInfo .detail {
	display: none;
	position: absolute;
	bottom: 25px;
	right: 0;
	padding: 8px;
	white-space: nowrap;
	font-size: 14px;
	border: 3px solid #a7a7a7;
	background-color: #ffffff;
	color: #4a5055;
	z-index: 100;
}
.form-content .btn-guideInfo .detail {
	right: auto;
	left: 0;
}
.btn-guideInfo .detail.detail-sm {
	right: 50%;
	width: 150px;
	margin-right: -75px;
	white-space: normal;
}
.btn-guideInfo .detail.detail-md {
	right: 50%;
	width: 450px;
	margin-right: -125px;
	white-space: normal;
}
.btn-guideInfo .detail.detail-lg {
	right: 50%;
	width: 700px;
	margin-right: -175px;
	white-space: normal;
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	cursor: pointer;
}
.btn-sm {
	padding: 0.25rem 0.5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}
.btn-lg {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem;
}
.btn-dark {
	background-color: #5a5a5a;
	border-color: #5a5a5a;
	color: #ffffff;
}
.btn-red {
	background-color: #e50000;
	border-color: #e50000;
	color: #ffffff;
}
.btn-red.outline {
  background-color: transparent;
  color: #e50000;
}
.btn-blue {
	background-color: #2196f3;
	border-color: #2196f3;
	color: #ffffff;
}
.btn-solid-blue {
	background-color: #ffffff;
	color: #2196f3;
}
.btn-gray {
	background-color: #9e9e9e;
	border-color: #9e9e9e;
	color: #ffffff;
}
.btn-solid-gray {
	border-color: #cccccc;
}
a:hover.btn-dark,
a:hover.btn-red,
a:hover.btn-blue,
a:hover.btn-gray {
	color: #ffffff;
}
.text-color-red {
	color: #ff0000;
}
.text-color-blue {
	color: #0000ff;
}
.text-color-skyblue {
	color: #2c83e9;
}


/* IE9,10 */
@media screen and (min-width:0\0){
	/* Enter your style code */
	.grid-col-1 { display: inline-block }
	.grid-col-2 { display: inline-block }
	.grid-col-3 { display: inline-block }
	.grid-col-4 { display: inline-block }
	.grid-col-5 { display: inline-block }
	.grid-col-6 { display: inline-block }
	.grid-col-7 { display: inline-block }
	.grid-col-8 { display: inline-block }
	.grid-col-9 { display: inline-block }
	.grid-col-10 { display: inline-block }
	.grid-col-11 { display: inline-block }
	.grid-col-12 { display: inline-block }
} 

@media all and (max-width: 1474px) {
	.wing-left {
		left: 50%;
		margin-left: -729px;
	}
}

@media all and (max-width: 1220px) {
	body {
		padding: 0;
	}
	.side-wrap {
		display: none !important;
	}
	#order-page-new .order-wrap .order-box .order-history-box.fixed {
		position: relative;
    left: auto;
    bottom: auto;
    margin-left: 0;
	}
}

@media all and (-ms-high-contrast:none) {
	.swiper-button-prev,
	.swiper-button-next {
		position: absolute;
		top: 50%;
		width: 27px;
		height: 44px;
		margin-top: -22px;
		z-index: 10;
		cursor: pointer;
		background-size: 27px 44px;
		background-position: center;
		background-repeat: no-repeat;
	}
	.swiper-button-prev.swiper-button-small, .swiper-button-next.swiper-button-small {
		width: 27px !important;
		height: 22px !important;
		margin-top: -11px !important;
		background-size: 27px 22px !important;
	}
	.swiper-button-prev.swiper-button-disabled,
	.swiper-button-next.swiper-button-disabled {
		opacity: 0.35;
		cursor: auto;
		pointer-events: none;
	}
	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
		/* left: 10px; */
		right: auto;
		left: 50% !important;
		margin-left: -587px !important;
	}
	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
		/* right: 10px; */
		left: auto;
		right: 50% !important;
		margin-right: -587px !important;
	}
	#main_popup_3 #viewport #prev {
		left: 0;
		margin-left: -350px !important;
	}
	#main_popup_3 #viewport #next {
		right: 0;
		margin-right: -350px !important;
	}
  .swiper-container-order-thumb .swiper-button-prev,
	.swiper-container-order-thumb .swiper-container-rtl .swiper-button-next {
    margin-left: -295px !important;
  }
  .swiper-container-order-thumb .swiper-button-next,
	.swiper-container-order-thumb .swiper-container-rtl .swiper-button-prev {
    margin-right: -300px !important;
  }
	.swiper-button-prev.swiper-button-white,
	.swiper-container-rtl .swiper-button-next.swiper-button-white {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	}
	.swiper-button-next.swiper-button-white,
	.swiper-container-rtl .swiper-button-prev.swiper-button-white {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	}
	.swiper-button-prev.swiper-button-black,
	.swiper-container-rtl .swiper-button-next.swiper-button-black {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
	}
	.swiper-button-next.swiper-button-black,
	.swiper-container-rtl .swiper-button-prev.swiper-button-black {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
	}
	.swiper-button-lock {
		display: none;
	}
}