@charset "utf-8";

@font-face {
	font-family: 'ASICS 3.0';
	font-weight: 400;
	font-display: swap;
	src: url("/data/font/ASICSFont3.0-Regular.woff") format('woff'), url("/data/font/ASICSFont3.0-Regular.woff2") format('woff2');
}

@font-face {
	font-family: 'ASICS 3.0';
	font-weight: 700;
	font-display: swap;
	src: url("/data/font/ASICSFont3.0-Bold.woff") format('woff'), url("/data/font/ASICSFont3.0-Bold.woff2") format('woff2');
}

@font-face {
	font-family: 'ASICS SPORTSTYLE';
	font-weight: 400;
	font-display: swap;
	src: url("/data/font/ASICSSportstyle_W_Rg.woff") format('woff'), url("/data/font/ASICSSportstyle_W_Rg.woff2") format('woff2');
}

@font-face {
	font-family: 'Graphik';
	font-weight: 400;
	font-display: swap;
	src: url("/data/font/Graphik-Regular.otf") format('opentype');
}

@font-face {
	font-family: 'Graphik';
	font-weight: 600;
	font-display: swap;
	src: url("/data/font/Graphik-Bold.otf") format('opentype');
}

@font-face {
	font-family: "Graphik Semibold";
	font-style: normal;
	font-display: swap;
	src: url("/data/font/Graphik-Semibold.otf") format('opentype');
}

*/ @font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: url('/data/font/Noto-Sans-KR-100.woff2') format('woff2');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url('/data/font/Noto-Sans-KR-200.woff2') format('woff2');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('/data/font/Noto-Sans-KR-300.woff2') format('woff2');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('/data/font/Noto-Sans-KR-400.woff2') format('woff2');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('/data/font/Noto-Sans-KR-500.woff2') format('woff2');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('/data/font/Noto-Sans-KR-600.woff2') format('woff2');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('/data/font/Noto-Sans-KR-700.woff2') format('woff2');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url('/data/font/Noto-Sans-KR-800.woff2') format('woff2');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url('/data/font/Noto-Sans-KR-900.woff2') format('woff2');
}

/* common */
.showDesignTemplate * {
	word-break: break-word;
}

.showDesignTemplate *,
.showDesignTemplate h1,
.showDesignTemplate h2,
.showDesignTemplate h3,
.showDesignTemplate h4,
.showDesignTemplate h5,
.showDesignTemplate h6,
#layout_topBar *,
#layout_header .nav_wrap .nav li a,
#layout_topBar .category_wrap .categoryDepth1>a,
#layout_footer .cs_wrap .info .info_list a {
	font-family: 'ASICS 3.0', 'Noto Sans KR', 'Roboto', 'Arial', sans-serif !important;
	letter-spacing: 0;
	box-sizing: border-box;
}

#layout_footer * {
	font-family: 'Noto Sans KR', sans-serif !important;
}

img {
	max-width: 100%;
}

input:focus {
	outline: none;
}

body {
	width: 100%;
	height: 100%;
	max-width: 4000px;
	margin: auto;
	overflow-x: hidden;
}

#layout_header,
#layout_header #header__nav.flying,
#layout_footer {
	min-width: 1400px;
}

#layout_config,
#layout_header .header__gnb-contents,
#layout_footer .cs_wrap .footer__cs--container,
#layout_footer .copy_wrap .footer__copy--container {
	max-width: calc(100% - 100px);
}

#layout_footer .cs_wrap .footer__cs--container>ul {
	display: flex;
	justify-content: space-between;
}

#layout_footer .cs_wrap .cs_sns {
	width: auto;
}

.floating-wrap {
	right: 50px;
	padding-right: 0;
}

/* 상단 띠배너 */
.header__banner {
	height: auto;
}

.header__banner-item {
	width: 100%;
}

.header__banner-contents {
	right: 2.6042vw;
}

/* 상단 메뉴 */
#layout_header .header__gnb-contents {
	height: 60px;
}

#layout_body #layout_header .header__gnb-logo {
	margin-right: 29px;
}

#layout_header .logo_wrap .top_bnr {
	display: flex;
	align-items: center;
	height: inherit;
}

#layout_header .logo_wrap form {
	right: 97%;
	width: 230px;
	height: 30px;
	display: flex;
	align-items: center;
	border-radius: 50px;
	border: 1px solid #001e63;
	overflow: hidden;
}

#layout_header .logo_wrap form input[name="search_text"] {
	width: 190px;
	border: none;
	padding-left: 10px;
	padding-bottom: 2px;
}

#layout_header .logo_wrap form button {
	border: none;
	background: transparent;
	padding-top: 0;
}

#layout_header .header__nav-link {
	padding-top: 8px !important;
}

#layout_header .header__nav-item+.header__nav-item {
	position: relative;
}

#layout_header .header__nav-item+.header__nav-item:before {
	content: '';
	position: absolute;
	left: -12px;
	top: 8px;
	width: 1px;
	height: 12px;
	background: #001e6330;
}

#layout_header .header__nav-title {
	font-size: 12px;
}

#layout_header .header__gnb-search-icon {
	width: 24px;
	height: 24px;
	background: url('../images/design/2024/gnb_search.svg') no-repeat;
}

#layout_header .header__nav-list {
	margin-right: 12px !important;
}

#layout_header .header__gnb-mypage {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-left: 12px;
	background: url('../images/design/2024/gnb_mypage.svg') no-repeat;
	background-size: cover;
}

#layout_header .header__gnb-cart {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-left: 12px;
	background: url('../images/design/2024/gnb_cart.svg') no-repeat;
	background-size: cover;
}

#layout_header .header__gnb-cart span {
	position: absolute;
	right: -6px;
	top: -4px;
	width: 16px;
	height: 16px;
	line-height: 18px;
	border-radius: 100%;
	background: #BD411D;
	text-align: center;
	font-family: 'Graphik', sans-serif !important;
	font-size: 10px;
	font-weight: 400;
	color: #fff;
}

/* 서브 메뉴 */
#layout_topBar .category_wrap .categoryDepth1 {
	height: 62px;
	padding: 0 29px;
}

#layout_topBar .category_wrap .categoryDepth1>a {
	position: relative;
	display: block;
	margin: 0;
	padding: 26px 0 20px;
}

#layout_topBar .category_wrap .categoryDepth1>a.header__nav--active {
	border-bottom: none;
}

#layout_topBar .category_wrap .categoryDepth1:hover>a:before,
#layout_topBar .category_wrap .categoryDepth1.header__nav--active>a:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0px;
	right: 0;
	width: 100%;
	height: 2px;
	background: #011E62;
}

#layout_topBar .category_wrap .categoryDepth1 .categorySub2 {
	position: absolute;
	left: 30px;
	top: 62px;
	width: 1020px;
	padding: 10px 0 30px;
	overflow: hidden;
}

#layout_topBar .category_wrap .categoryDepth1 .categorySub2 .default {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

#layout_topBar .category_wrap .categoryDepth1 .categorySub2 .default .last-featured {
	width: 210px;
	margin-right: 0;
}

#layout_topBar .category_wrap .categoryDepth1 .categorySub2 .default .last-featured {
	position: relative;
}

#layout_topBar .category_wrap .categoryDepth1 .categorySub2 .default .last-featured:before {
	content: '';
	position: absolute;
	right: 50px;
	top: 12px;
	width: 1px;
	height: 100vh;
	background: #6a6a6a30;
}

#layout_topBar .category_wrap .categoryDepth1 .categorySub2 .categorySub2-item {
	position: relative;
	padding: 10px 0;
}

#layout_topBar .category_wrap .categoryDepth1 .categorySub2 .categorySub2-item a {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #011e62;
	line-height: 22px;
}

#layout_topBar .category_wrap .categoryDepth1 .categorySub2 .categorySub2-item>a {
	position: absolute;
	display: block;
	top: 12px;
	font-weight: 700;
}

#layout_topBar .category_wrap .categoryDepth1 .categorySub2 .run .categorySub2-item,
#layout_topBar .category_wrap .categoryDepth1 .categorySub2 .event .categorySub2-item {
	padding: 0 0 22px;
}

#layout_topBar .category_wrap .categoryDepth1 .categorySub2 .run .categorySub2-item a,
#layout_topBar .category_wrap .categoryDepth1 .categorySub2 .event .categorySub2-item a {
	position: relative;
	font-weight: 700;
}

#layout_topBar .category_wrap .categoryDepth1 .categorySub2 .categorySub3 {
	position: relative;
	left: 0;
	top: 42px;
	width: auto;
	margin-right: 80px;
}

#layout_topBar .category_wrap .categoryDepth1 .categorySub2 .categorySub3 .categorySub3-item {
	padding: 6px 0;
}

#layout_topBar .category_wrap .categoryDepth1 .categorySub2 .categorySub3 .categorySub3-item a {
	display: block;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 500;
	color: #011e62;
	line-height: 22px;
}

#layout_topBar .category_wrap .categoryDepth1 .categorySub2 .categorySub3.multiple {
	float: left;
}

#layout_topBar .category_wrap .categoryDepth1 .categorySub2 .categorySub3.multiple+.multiple {
	margin-left: 150px;
}

#layout_topBar .category_wrap .categoryDepth1 .categorySub2 .sports .categorySub2-item:not(.featured) {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	width: 450px;
}

#layout_topBar .category_wrap .categoryDepth1 .categorySub2 .sports .categorySub2-item:not(.featured) .categorySub3 {
	width: 150px;
	padding: 6px 0;
}

#layout_topBar .categorySub2_bg {
	left: -50px;
	right: -50px;
	transform: translateX(0);
	width: calc(100% + 100px);
	min-width: 1400px;
	min-height: 425px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 0;
	transition: all 0.5s linear;
	overflow: hidden;
}

#layout_topBar .categorySub2_img_banner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: 100%;
	max-width: calc(100% - 100px);
	margin: 0 auto;
}

#layout_topBar .categorySub2_img_banner-wrap .category2_img_banner {
	display: block;
	max-width: 300px;
	margin-top: 20px;
	margin-right: 150px;
	text-align: left;
	transition:all 0.5s ease;
}

#layout_topBar .categorySub2_img_banner-wrap .category2_img_banner img {
	width: 300px;
	height: 150px;
	background: #f4f4f4;
}

#layout_topBar .categorySub2_img_banner-wrap .category2_img_banner p {
	margin-top: 8px;
	font-size: 14px;
	font-weight: 700;
	color: #001E62;
	line-height: 27px;
}

#layout_topBar .categorySub2_img_banner-wrap .category2_img_banner+.category2_img_banner {
	margin-top: 18px;
}
@media (max-width:1600px) {
	#layout_topBar .categorySub2_img_banner-wrap .category2_img_banner {		
		margin-right:0;
	}
}
/*#layout_topBar .categoryDepth1[data-category="0018"] .categorySub2 {display:block !important;}
#layout_topBar .categorySub2_bg {display:block !important; background:#fff;}*/

/* 하단 메뉴 */
#layout_footer .cs_wrap .wrap_inner {
	width: 1400px;
}

#layout_footer .cs_wrap .wrap_inner>ul {
	padding: 40px 0;
}

#layout_footer .cs_wrap * {
	color: #fff;
}

#layout_footer .cs_wrap .wrap_inner>ul li {
	position: relative;
	box-sizing: border-box;
}

#layout_footer .cs_wrap .cs_logo {
	width: 160px;
	margin-right: 0;
}

#layout_footer .cs_wrap .cs_info {
	width: 320px;
	margin-right: 0;
}

#layout_footer .cs_wrap .cs_menu {
	width: 576px;
	margin-right: 0;
	border-left: 1px solid #FFFFFF50;
	padding-left: 75px;
}

#layout_footer .cs_wrap .cs_copy {
	width: 344px;
	border-left: 1px solid #FFFFFF50;
	padding-left: 60px;
}

#layout_footer .cs_wrap .info li p {
	font-size: 13px;
	font-weight: 300;
}

#layout_footer .cs_wrap .info .info_list {
	margin-bottom: 0;
}

#layout_footer .cs_wrap .info .info_list p {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.8;
}

#layout_footer .cs_wrap .info .info_list a {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.8;
}

#layout_footer .cs_wrap .info .info_list a+a {
	position: relative;
	padding-left: 20px;
}

#layout_footer .cs_wrap .info .info_list a+a:before {
	content: '';
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-60%);
	width: 1px;
	height: 15px;
	background: #FFFFFF80;
}

#layout_footer .cs_wrap .sns {
	margin-left: 0;
	margin-top: 20px;
}

#layout_footer .cs_wrap .menu {
	display: flex;
	justify-content: space-between;
	margin: 0;
}

#layout_footer .cs_wrap .menu li {
	float: none;
	margin: 0;
}

#layout_footer .cs_wrap .menu li a {
	width: auto;
	height: auto;
	font-size: 15px;
	font-weight: 500;
}

#layout_footer .cs_menu .menu .menu_item {
	margin-bottom: 0;
}

#layout_footer .cs_wrap .copy {
	padding-top: 3px;
}

#layout_footer .cs_wrap .copy li {
	float: none;
	font-size: 12px;
	font-weight: 300;
}

#layout_footer .cs_wrap .escrow {
	position: absolute;
	right: 0;
	top: 0;
}

/* 히어로 배너 */
.slider_wrap {
	padding: 100px 0;
}

.slider_wrap:first-child {
	padding-top: 0;
}

.slider {
	max-width: 100%;
}

.slider .slide_image {
	position: relative;
	background: #F5F5F5;
	text-align: center;
	overflow: hidden;
}

.slider .slide_image .video {
	position: relative;
	height: 0;
	padding-bottom: 36.5%;
	background: #000;
}

.slider .slide_image .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slider .slide_image img {
	width: 100%;
}

.slider .slide_content {
	background: #fff;
	padding: 30px 50px 0;
	text-align: center;
}

.slider .slide_content h3 {
	font-size: 35px;
	font-weight: 700;
	color: #001E63;
	line-height: 1.0;
	word-break: break-word;
}

.slider .slide_content p {
	height: 22px;
	margin-top: 10px;
	font-family: 'Noto Sans KR', sans-serif !important;
	font-size: 22px;
	font-weight: 500;
	color: #001E63;
	line-height: 1.0;
	word-break: break-word;
}

.slider .slide_content a.line {
	display: inline-block;
	width: 165px;
	height: 41px;
	margin: 30px 5px 0;
	border: 2px solid #001E63;
	border-radius: 50px;
	background: #fff;
	text-align: center;
	font-family: 'Noto Sans KR', sans-serif !important;
	font-size: 15px;
	font-weight: 700;
	color: #001E63;
	line-height: 36px;
}

.slider .slide_content a.line.full {
	background: #001E63;
	color: #fff;
}

.slider .swiper-button-disabled {
	opacity: 0;
}

.slider .swiper-button-prev {
	left: var(--swiper-navigation-sides-offset, 0rem);
	background: url('../images/design/2024/slider_prev.svg') no-repeat center;
}

.slider .swiper-button-next {
	right: var(--swiper-navigation-sides-offset, 0rem);
	background: url('../images/design/2024/slider_prev.svg') no-repeat center;
	transform: rotate(-180deg);
}

.slider .swiper-button-prev,
.slider .swiper-button-next {
	width: 84px;
	height: 84px;
	color: #fff;
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2) - 6.7rem);
}

.slider .swiper-button-prev:after,
.slider .swiper-button-next:after {
	display: none;
}

.slider .swiper-pagination {
	display: flex;
	justify-content: space-between;
}

.slider .swiper-pagination-bullet {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
	transition: all 0.3s ease;
}

.slider .swiper-pagination-bullet-active {
	flex-grow: 3;
}

.slider .swiper-pagination {
	bottom: 12.5rem;
	left: 50%;
	transform: translateX(-50%);
	max-width: 500px;
}

.slider .swiper-pagination .swiper-pagination-bullet {
	width: 85px;
	height: 6px;
	margin: 0 !important;
	border-radius: 0;
	background: #fff;
	opacity: 0.5;
}

.slider .swiper-pagination .swiper-pagination-bullet-active {
	width: 170px;
	opacity: 1;
}

.slider .swiper-scrollbar {
	bottom: 12.5rem;
	left: 50%;
	transform: translateX(-50%);
	max-width: 500px;
	height: 6px;
	border-radius: 0;
	background: #FFFFFF90;
	opacity: 1;
}

.slider .swiper-scrollbar .swiper-scrollbar-drag {
	border-radius: 0;
	background: #FFFFFF;
	opacity: 1;
}

.swiper-lazy-preloader {
	width: 2.1875vw;
	height: 2.1875vw;
	margin-left: -1.0938vw;
	margin-top: -1.0938vw;
	border-width: 0.2083vw;
	--swiper-preloader-color: #001E63;
}

/* 탭메뉴 */
.tab_menu {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 30px 50px 0;
}

.tab_menu.center {
	justify-content: center;
}

.tab_menu.right {
	justify-content: flex-end;
}

.tab_menu .tab_item {
	min-width: 78px;
	height: 33px;
	margin-left: 17px;
	border: 1px solid #ccc;
	border-radius: 50px;
	padding: 0 18px;
	text-align: center;
	font-family: 'Noto Sans KR', sans-serif !important;
	font-size: 15px;
	font-weight: 500;
	color: #555;
	letter-spacing: -0.05em;
	line-height: 30px;
	cursor: pointer;
}

.tab_menu .tab_item:first-child {
	margin-left: 0;
}

.tab_menu .tab_item.active {
	display: inline-block;
	border: 1px solid #001E63;
	background: #001E63;
	font-weight: 700;
	color: #fff;
}

.tab_content {
	display: none;
}

.tab_content.active {
	display: block;
}

/* 썸네일상품 */
.display_wrap {
	padding: 100px 0;
}

.display_wrap .title {
	max-width: 100%;
	padding: 0 50px;
}

.display_wrap .title h3 {
	font-size: 35px;
	font-weight: 700;
	color: #001E63;
	line-height: 1.0;
}

.display_wrap a.line {
	display: block;
	width: 320px;
	height: 41px;
	margin: 50px auto 0;
	border: 2px solid #001E63;
	border-radius: 50px;
	background: #fff;
	text-align: center;
	font-family: 'Noto Sans KR', sans-serif !important;
	font-size: 15px;
	font-weight: 700;
	color: #001E63;
	line-height: 36px;
}

.display {
	max-width: 100%;
	margin-left: 50px;
	padding: 40px 0 0;
}

.display .swiper-slide a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-indent: -9999px;
	z-index: 1;
}

.display .swiper-slide a:hover {
	border: 0 solid #001E6350;
}

.display .slide_image {
	position: relative;
	background: #F5F5F5;
	text-align: center;
}

.display .slide_image img {
	width: 100%;
}

.display .slide_content {
	background: #fff;
	padding: 22px 0 0;
	text-align: left;
}

.display .slide_content .goods_name span {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	overflow: hidden;
	font-size: 16px;
	font-weight: 500;
	color: #001E63;
	line-height: 1.2;
}

.display .slide_content .goods_name p {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	overflow: hidden;
	font-size: 20px;
	font-weight: 700;
	color: #001E63;
	line-height: 1.2;
}

.display .slide_content .goods_info {
	margin-top: 8px;
	display: flex;
	align-items: center;
}

.display .slide_content .goods_info .sales_price,
.display .slide_content .goods_info .sales_price em,
.display .slide_content .goods_info .sales_percent,
.display .slide_content .goods_info .sales_percent em {
	font-family: 'Graphik Semibold', sans-serif !important;
}

.display .slide_content .goods_info .consumer_price,
.display .slide_content .goods_info .consumer_price em {
	font-family: 'Graphik', sans-serif !important;
}

.display .slide_content .goods_info .sales_price {
	font-size: 18px;
	font-weight: 600;
	color: #001E63;
}

.display .slide_content .goods_info .consumer_price {
	margin-left: 15px;
	font-size: 16px;
	font-weight: 400;
	color: #6A6A6A;
	text-decoration: line-through;
}

.display .slide_content .goods_info .sales_percent {
	margin-left: 20px;
	font-size: 18px;
	font-weight: 600;
	color: #B9411D;
}

.display .slide_content .goods_icon {
	height: 25px;
	margin-top: 25px;
}

.display .slide_content .goods_icon span {
	display: inline-block;
	vertical-align: top;
	height: 25px;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	color: #001E63;
	line-height: 25px;
	letter-spacing: 0;
}

.display .slide_content .goods_icon span+span {
	margin-left: 8px;
}

.display .slide_content .goods_icon span img {
	height: 100%;
	vertical-align: top;
}

.display .swiper-button-disabled {
	opacity: 0;
}

.display .swiper-button-prev {
	left: var(--swiper-navigation-sides-offset, 1.3rem);
	background: #CCCCCC99 url('../images/design/2024/display_prev.svg') no-repeat center;
}

.display .swiper-button-next {
	right: var(--swiper-navigation-sides-offset, 3.9rem);
	background: #CCCCCC99 url('../images/design/2024/display_prev.svg') no-repeat center;
	transform: rotate(-180deg);
}

.display .swiper-button-prev,
.display .swiper-button-next {
	width: 65px;
	height: 65px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 50px;
	/*background:#fff;*/
	color: #555;
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2) - 3.2rem);
}

.display .swiper-button-prev:after,
.display .swiper-button-next:after {
	display: none;
	font-size: calc(var(--swiper-navigation-size) - 1rem);
}

.display .swiper-pagination {
	display: flex;
	justify-content: space-between;
}

.display .swiper-pagination-bullet {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
	transition: all 0.3s ease;
}

.display .swiper-pagination-bullet-active {
	flex-grow: 3;
}

.display .swiper-pagination {
	bottom: 1rem;
}

.display_wrap .swiper-module .swiper-slide {width:20.6782vw; margin-right:25px;}
.display_wrap .swiper-module.v2 .swiper-slide {width:22.7515vw; margin-right:20px;}
	
/* 배너&상품 */
.thumb_wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	padding: 40px 50px 0;
}

.thumb_wrap .slider .swiper-button-disabled {
	opacity: 0;
}

.thumb_wrap .slider .swiper-button-prev {
	left: var(--swiper-navigation-sides-offset, 2.0rem);
	background: #CCCCCC99 url('../images/design/2024/display_prev.svg') no-repeat center;
}

.thumb_wrap .slider .swiper-button-next {
	right: var(--swiper-navigation-sides-offset, 2.0rem);
	background: #CCCCCC99 url('../images/design/2024/display_prev.svg') no-repeat center;
	transform: rotate(-180deg);
}

.thumb_wrap .slider .swiper-button-prev,
.thumb_wrap .slider .swiper-button-next {
	width: 65px;
	height: 65px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 50px;
	color: #555;
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2) - 0.7rem);
}

.thumb_wrap .slider .swiper-button-prev:after,
.thumb_wrap .slider .swiper-button-next:after {
	font-size: calc(var(--swiper-navigation-size) - 1rem);
}

.thumb_wrap .slider .swiper-pagination {
	bottom: 2rem;
}

.thumb_wrap .slider .swiper-scrollbar {
	display: none;
	bottom: 2rem;
	max-width: 500px;
	height: 6px;
}

.thumb_wrap .slide-image {
	position: relative;
	width: calc(52% + 4px);
	margin-left: 0;
}

.thumb_wrap .slide-image a {
	display: block;
}

.thumb_wrap .slide-image img {
	width: 100%;
}

.thumb_wrap .slide-content {
	width: calc(45% + 9px);
	margin-right: 0;
}

.thumb_wrap .slide-content .display {
	margin-left: 0;
	padding: 0;
}

.thumb_wrap .slide-content .display-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: -36px 0 0 -30px;
}

.thumb_wrap .slide-content .display-slide {
	position: relative;
	width: calc(50% - 30px);
	margin: 36px 0 0 30px;
}

.thumb_wrap .slide-content .display-slide a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-indent: -9999px;
	z-index: 1;
}

.thumb_wrap .slide-content .display-slide .slide_content {
	padding-bottom: 0;
}

/* 이미지 배너 */
.display.v2 {
	padding-bottom: 80px;
}

.display.v2 .swiper-slide .slide_image {
	opacity: 1;
}

.display.v2 .swiper-slide-active .slide_image {
	opacity: 1;
}

.display.v2 .swiper-button-prev,
.display.v2 .swiper-button-next {
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2) - 3.2rem);
}

.display.v2 .swiper-pagination {
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: 935px;
	margin-left: -1.3021vw;
}

.display.v2 .swiper-pagination .swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 4.4271vw));
	height: 6px;
	margin: 0 !important;
	border-radius: 0;
	background: #D9D9D9;
	opacity: 0.6;
	transition: all 0.1s ease;
}

.display.v2 .swiper-pagination .swiper-pagination-bullet-active {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8.8542vw));
	background: #001E63;
	opacity: 1;
}

.display.v2 .swiper-scrollbar {
	display: none;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: 935px;
	height: 8px;
	border-radius: 0;
	background: #D9D9D990;
}

.display.v2 .swiper-scrollbar .swiper-scrollbar-drag {
	border-radius: 0;
	background: #001E63;
}

/* 띠배너 */
.band_wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin: auto;
}

.band_wrap>div {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	font-weight: 500;
	color: #011E63;
}

.band_wrap>div a {
	display: block;
	width: 100%;
	text-align: center;
	font-family: 'Noto Sans KR', sans-serif !important;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}

.band_wrap>div img {
	width: 100%;
}

.band_wrap.x2>div {
	width: 50%;
}

/* 1번째이미지, 2번째 이미지 교차 */
.goodsDisplayImage.item2cut {
	display: none;
}

.itemcut:hover .goodsDisplayImage.item1cut {
	display: none;
}

.itemcut:hover .goodsDisplayImage.item2cut {
	display: inline;
}

/* 모듈간 간격 */
.slider_wrap+.slider_wrap {
	padding-top: 50px;
}

/* 좌우 네비게이션 위치 확인
.slider .slide_image:before,
.display .slide_image:before,
.thumb_wrap .slide-image:before {content:''; position:absolute; bottom:0; left:0; width:100%; height:50%; background:#00000050; z-index:2;} */

/* 슬라이드 하단 라인 확인
.slider .slide_content,
.display .swiper-slide a,
.display .slide_content,
.thumb_wrap .slide-content .display-slide a,
.thumb_wrap .slide-content .display-slide .slide_content {border:1px solid #f00;} */

/* 슬라이드 아이콘 감추기
.display .slide_content .goods_icon {display:none;}
.thumb_wrap .slide-content .display-slide .display .slide_content .goods_icon {display:block;} */

@media (max-width:1903px) {

	/* 히어로 배너 */
	.slider_wrap {
		padding: 5.2083vw 0;
	}

	.slider .slide_content {
		padding: 1.5625vw 2.6042vw 0;
	}

	.slider .slide_content h3 {
		font-size: 1.8229vw;
	}

	.slider .slide_content p {
		height: 2.2917vw;
		margin-top: 0.6771vw;
		font-size: 1.1458vw;
	}

	.slider .slide_content a.line {
		width: 8.5938vw;
		height: 2.1354vw;
		margin: 1.3542vw 0.2604vw 0;
		border: 0.1042vw solid #001E63;
		border-radius: 2.6042vw;
		font-size: 0.7813vw;
		line-height: 1.8750vw;
	}

	.slider .swiper-button-prev {
		left: var(--swiper-navigation-sides-offset, 0rem);
		background-size: 1.6667vw 3.1250vw;
	}

	.slider .swiper-button-next {
		right: var(--swiper-navigation-sides-offset, 0rem);
		background-size: 1.6667vw 3.1250vw;
		transform: rotate(-180deg);
	}

	.slider .swiper-button-prev,
	.slider .swiper-button-next {
		width: 4.3750vw;
		height: 4.3750vw;
		margin-top: -7.0625vw;
	}

	.slider .swiper-pagination {
		bottom: 11.5729vw;
		max-width: 26.0417vw;
	}

	.slider .swiper-pagination .swiper-pagination-bullet {
		width: 4.4271vw;
		height: 0.3125vw;
	}

	.slider .swiper-pagination .swiper-pagination-bullet-active {
		width: 8.8542vw;
	}

	/* 탭메뉴 */
	.tab_menu {
		padding: 0.8333vw 2.6042vw 0;
	}

	.tab_menu .tab_item {
		min-width: 4.0625vw;
		height: 1.7188vw;
		margin-left: 0.8854vw;
		border: 0.0521vw solid #ccc;
		border-radius: 2.6042vw;
		padding: 0 0.9375vw;
		font-size: 0.7813vw;
		line-height: 1.5625vw;
	}

	.tab_menu .tab_item.active {
		border: 0.0521vw solid #001E63;
	}

	/* 썸네일상품 */
	.display_wrap {
		padding: 5.2083vw 0;
	}

	.display_wrap .title {
		padding: 0 2.6042vw;
	}

	.display_wrap .title h3 {
		font-size: 1.8229vw;
	}

	.display_wrap a.line {
		width: 16.6667vw;
		height: 2.1354vw;
		margin: 2.6042vw auto 0;
		border: 0.1042vw solid #001E63;
		border-radius: 2.6042vw;
		font-size: 0.7813vw;
		line-height: 1.8750vw;
	}

	.display {
		margin-left: 2.6042vw;
		padding: 2.0833vw 0 0;
	}

	.display .slide_content {
		padding: 1.1458vw 0 0;
	}

	.display .slide_content .goods_name span {
		font-size: 0.8333vw;
	}

	.display .slide_content .goods_name p {
		font-size: 1.0417vw;
	}

	.display .slide_content .goods_info {
		margin-top: 0.4167vw;
	}

	.display .slide_content .goods_info .sales_price {
		font-size: 0.9375vw;
	}

	.display .slide_content .goods_info .consumer_price {
		margin-left: 0.7813vw;
		font-size: 0.8333vw;
	}

	.display .slide_content .goods_info .sales_percent {
		margin-left: 1.0417vw;
		font-size: 0.9375vw;
	}

	.display .slide_content .goods_icon {
		height: 1.3021vw;
		margin-top: 1.3021vw;
	}

	.display .slide_content .goods_icon span {
		height: 1.3021vw;
		font-size: 0.6250vw;
		line-height: 1.2458vw;
	}

	.display .slide_content .goods_icon span+span {
		margin-left: 0.4167vw;
	}

	.display .swiper-button-prev {
		left: var(--swiper-navigation-sides-offset, 1.3021vw);
		background-size: 0.8854vw 1.4063vw;
	}

	.display .swiper-button-next {
		right: var(--swiper-navigation-sides-offset, 3.9063vw);
		background-size: 0.8854vw 1.4063vw;
		transform: rotate(-180deg);
	}

	.display .swiper-button-prev,
	.display .swiper-button-next {
		width: 3.3854vw;
		height: 3.3854vw;
		box-shadow: 0 0 0.5208vw rgba(0, 0, 0, 0.1);
		border-radius: 2.6042vw;
		margin-top: -3.8594vw;
	}

	/* 배너&상품 */
	.thumb_wrap {
		padding: 2.0833vw 2.6042vw 0;
	}

	.thumb_wrap .slider .swiper-button-prev {
		left: var(--swiper-navigation-sides-offset, 2.0833vw);
		background-size: 0.8854vw 1.4063vw;
	}

	.thumb_wrap .slider .swiper-button-next {
		right: var(--swiper-navigation-sides-offset, 2.0833vw);
		background-size: 0.8854vw 1.4063vw;
		transform: rotate(-180deg);
	}

	.thumb_wrap .slider .swiper-button-prev,
	.thumb_wrap .slider .swiper-button-next {
		width: 3.3854vw;
		height: 3.3854vw;
		box-shadow: 0 0 0.5208vw rgba(0, 0, 0, 0.1);
		border-radius: 2.6042vw;
		margin-top: -1.6927vw;
	}

	.thumb_wrap .slider .swiper-pagination {
		bottom: 1.8750vw;
	}

	.thumb_wrap .slider .swiper-scrollbar {
		bottom: 1.8750vw;
		max-width: 26.0417vw;
		height: 0.3125vw;
	}

	.thumb_wrap .slide-image {
		width: calc(52% + 0.2083vw);
	}

	.thumb_wrap .slide-content {
		width: calc(45% + 0.4688vw);
	}

	.thumb_wrap .slide-content .display-wrapper {
		margin: -1.7750vw 0 0 -1.5625vw;
	}

	.thumb_wrap .slide-content .display-slide {
		width: calc(50% - 1.5625vw);
		margin: 1.7750vw 0 0 1.5625vw;
	}

	/* 이미지 배너 */
	.display.v2 {
		padding-bottom: 4.1667vw;
	}

	.display.v2 .swiper-button-prev,
	.display.v2 .swiper-button-next {
		margin-top: -3.8594vw;
	}

	.display.v2 .swiper-pagination {
		max-width: 48.6979vw;
	}

	.display.v2 .swiper-pagination .swiper-pagination-bullet {
		width: 4.4271vw;
		height: 0.3125vw;
	}

	.display.v2 .swiper-pagination .swiper-pagination-bullet-active {
		width: 8.8542vw;
	}

	.display.v2 .swiper-scrollbar {
		max-width: 48.6979vw;
		height: 0.4167vw;
	}

	/* 띠배너 */
	.band_wrap>div {
		font-size: 1.12vw;
	}

	/* 모듈간 간격 */
	.slider_wrap+.slider_wrap {
		padding-top: 2.6042vw;
	}
}

@media (max-width:1139px) {

	/* 띠배너 */
	.band_wrap {
		width: 100% !important;
	}
}

/* ASICS Sporstyle 웹폰트 적용 */
.showDesignTemplate.sportstyle .slider .slide_content h3,
.showDesignTemplate.sportstyle .display_wrap .title h3 {
	font-size: 2vw;
	font-weight: 100;
	font-family: 'ASICS SPORTSTYLE', 'ASICS 3.0', 'Noto Sans KR', 'Roboto', 'Arial', sans-serif !important;
}