@import url(../reset.css?0);
@import url(../common.css?2);
@import url(../header.css?0);
@import url(../footer.css?0);
@import url(/css/business/common.css?0);

header {
	background: #252a2f;
}
.main {
	display: grid;
	display: -ms-grid;
	grid-template-columns: auto 1140px auto;
	-ms-grid-columns: auto 1140px auto;
	grid-template-rows: 400px auto auto auto;
	-ms-grid-rows: 400px auto auto auto;
	overflow-x: hidden;
}
/* .banner-top {
	grid-column: 1/4;
	-ms-grid-column: 1/4;
	position: relative;
	margin-top: 100px;
	background: rgba(0, 0, 0, 0.7);
}
.banner-top__content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;

	color: #fff;
	text-align: center;
}
.banner-top__content h1 {
	font-size: 36px;
	font-weight: 500;
	line-height: 42px;
	letter-spacing: 0px;
}
.banner-top__content p {
	font-size: 24px;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 0px;
}
.inner-sub-nav {
	grid-column: 1/4;
	-ms-grid-column: 1/4;
	height: 70px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.13);
}
.inner-sub-nav ul {
	height: 100%;
	display: flex;
	display: -ms-flexbox;

	text-align: center;
}
.inner-sub-nav__item {
	width: 33%;
	padding: 1px;

	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0px;
}
.inner-sub-nav__item a {
	position: relative;
	display: inline-block;
	height: 100%;
	width: 100%;
	padding-top: 22px;

	color: #1e1e1e;
}
.inner-sub-nav__item a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -1px;
	transform: translateY(-50%);
	width: 1px;
	height: 80%;
	background: #626262;
}
.inner-sub-nav__item:nth-last-child(1) a::after {
	content: none;
}
.inner-sub-nav__item--active {
	background: #014783;
}
.inner-sub-nav__item--active a {
	color: #fff;
	font-weight: 500;
}

.inner-sub-nav__item--active a::after {
	right: -2px;
} */

/* golf wear contents S */
.bogner-banner {
	background-image: url(/images/business/golfwear/banner_top_bogner.jpg);
}
.golfwear__contents {
	grid-column: 2/3;
	-ms-grid-column: 2/3;
	margin-bottom: 150px;
}
/* .top-box {
	position: relative;
	height: 120px;
	width: 100%;
}
.top-box::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 100%;
	background: #084a8a;
} */
.contents__title {
	margin-bottom: 50px;

	/* font-family: Noto Sans KR; */
	font-size: 48px;
	font-weight: 500;
	line-height: 56px;
	letter-spacing: 0px;
	text-align: center;
	color: #084a8a;
}
.contents__subtitle {
	margin-bottom: 50px;

	/* font-family: Noto Sans KR; */
	font-size: 36px;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 0px;
	text-align: center;
	color: #084a8a;
}
.content__itr-img {
	width: 100%;
	margin-bottom: 70px;
}
.content__itr-img img {
	width: 100%;
}
.golf-content__description {
	display: grid;
	display: -ms-grid;
	grid-template-columns: 50% 50%;
	-ms-grid-columns: 50% 50%;
}
.golf-content__description-img img {
	width: 100%;
}
.golf-content__description-txt:nth-child(2) {
	padding-left: 20px;
}
.golf-content__description-txt:nth-child(3) {
	padding-top: 50px;
	padding-right: 20px;
}
.golf-content__description-txt h3 {
	margin-bottom: 10px;

	/* font-family: Noto Sans KR; */
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
	letter-spacing: 0px;
	color: #084a8a;
}
.golf-content__description-txt p {
	/* font-family: Noto Sans KR; */
	font-size: 18px;
	font-weight: 500;
	line-height: 36px;
	letter-spacing: 0px;
}
/* golf wear contents E */

/* golf-offline__contents S */
.golf-offline__contents {
	position: relative;
	grid-column: 2/3;
	-ms-grid-column: 2/3;
	padding-top: 50px;
	padding-bottom: 150px;
}
.golf-offline__contents::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 100%;
	background: #fafafc;
	z-index: -1;
}
.golf-offline__title {
	margin-bottom: 120px;

	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
	letter-spacing: 0px;
}
.golf-offline__spec {
	width: 100%;
	margin-bottom: 100px;
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-ms-text-justify: space-between;
}
.golf-offline__spec-item {
	width: auto;
	text-align: center;
}
.golf-offline__spec-item dt {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #084a8a;

	/* font-family: Noto Sans KR; */
	font-size: 48px;
	font-weight: 500;
	line-height: 56px;
	letter-spacing: 0px;
	color: #084a8a;
}
.golf-offline__spec-item dd {
	/* font-family: Noto Sans KR; */
	font-size: 14px;
	font-weight: 500;
	line-height: 36px;
	letter-spacing: 0px;
}
:lang(en) .golf-offline__spec-item dd {
	line-height: 21px;
}
.golf-offline__itr {
	/* font-family: Noto Sans KR; */
	font-size: 18px;
	font-weight: 500;
	line-height: 29px;
	letter-spacing: 0px;
	text-align: center;
}
.golf-offline__itr-title {
	margin-bottom: 40px;

	font-size: var(--font-size-h3);
	font-weight: 500;
	line-height: var(--font-lh-h3);
	letter-spacing: var(--font-ls-h3);
	color: #626262;
}
.golf-offline__itr-title + p {
	font-size: 18px;
	font-weight: 500;
	line-height: 29px;
	letter-spacing: 0px;
	text-align: center;
	color: #626262;
}
/* golf-offline__contents E */
