h1 {
	display: none;
}

.top-mainvisual {
	overflow: hidden;
}

.top-mainvisual .top-mainvisual__inner {
	transition: .3s opacity;
	opacity: 0;
}

.loaded .top-mainvisual .top-mainvisual__inner {
	opacity: 1;
}

.loaded .top-mainvisual .loader {
	pointer-events: none;
	opacity: 0;
}

.top-mainvisual .slide {
	float: left;
}

.top-mainvisual .bx-wrapper img {
	height: auto;
	margin: 0 auto;
}

.top-products {
	margin-top: 70px;
}

.top-products .top-products-list {
	margin-top: 30px;
}

.top-products .top-products-list .main-product-list .top-products-list__image img {
	max-width: 100%;
	height: auto;
}

.top-products .top-products-list .main-product-list .top-products-list__detail dt {
	font-weight: bold;
}

.top-products .top-products-list .main-product-list .top-products-list__detail dt a {
	position: relative;
	padding-right: 15px;
}

.top-products .top-products-list .main-product-list .top-products-list__detail dt a:before {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 11px;
	height: 7px;
	content: "";
	transform: translate(0, -50%);
	background-image: url("/assets/img/sprite.png");
	background-size: 812% 780%;
	background-position-x: 100%;
	background-position-y: 19.48529%;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.top-products .top-products-list .main-product-list .top-products-list__detail dt a:before:after {
	content: '';
	display: block;
	padding-top: 80%;
}

.top-products .top-products-list .main-product-list .top-products-list__detail dd {
	margin-top: 15px;
}

.top-products .top-products-list .main-product-list .top-products-list__detail dd li {
	font-size: 12px;
}

.top-products .top-products-list .main-product-list .top-products-list__detail dd li:not(:first-child) {
	margin-top: 3px;
}

.top-products .top-products-list .main-product-list .top-products-list__detail dd li a {
	position: relative;
	padding-left: 15px;
}

.top-products .top-products-list .main-product-list .top-products-list__detail dd li a:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 6px;
	height: 6px;
	content: "";
	transform: translate(0, -50%) rotate(45deg);
	border-top: 1px solid #3e8bd5;
	border-right: 1px solid #3e8bd5;
}

.top-products .top-products-list .sub-product-list .top-products-list__item {
	border: 1px solid #d6d7d8;
	background-repeat: no-repeat;
}

.top-products .top-products-list .sub-product-list .top-products-list__item a {
	display: flex;
	align-items: center;
}

.top-products .top-products-list .sub-product-list .other-company {
	background-image: url(/assets/img/top/pct_top-products4.png);
	background-position: 100% center;
}

.top-products .top-products-list .sub-product-list .accessories {
	background-image: url(/assets/img/top/pct_top-products5.png);
	background-position: 80% center;
}

.top-products .top-products-list .sub-product-list .end-of-sale {
	background-image: url(/assets/img/top/pct_top-products6.png);
	background-position: 100% center;
}

.top-leaders-mind {
	margin-top: 50px;
}

.top-leaders-mind .top-leaders-mind__inner {
	display: flex;
}

.top-leaders-mind .top-leaders-mind__detail {
	color: #353738;
}

.top-leaders-mind .top-leaders-mind__detail h2 span {
	font-family: "Barlow";
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	display: block;
	color: #808283;
}

.top-leaders-mind .top-leaders-mind__detail .btn-normal {
	margin-top: 36px;
}

.top-leaders-mind .top-leaders-mind__detail .btn-normal a {
	width: 240px;
	height: 45px;
}

.top-leaders-mind .top-leaders-mind__image img {
	width: 100%;
	height: auto;
}

.top-brand-story {
	padding-top: 50px;
}

.top-brand-story .top-brand-story__detail {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: url(/assets/img/top/pct_brand-story.jpg) no-repeat 0 0;
}

.top-brand-story .top-brand-story__detail h2 {
	background-repeat: no-repeat;
	background-position: center 0;
}

.top-brand-story .top-brand-story__detail .btn-normal a {
	color: #fff;
}

.top-entries {
	margin-top: 50px;
}

.top-news .head-wrap {
	margin-bottom: 16px;
}

.top-event .head-wrap {
	margin-bottom: 20px;
}

.top-event .news-list__item {
	display: flex;
	border: none;
}

.top-event .news-list__item .news-list__media {
	padding: 0;
}

.top-event .news-list__item .news-list__media img {
	max-width: 100%;
	height: auto;
}

.top-event .news-list__item .news-list__detail {
	margin-left: 20px;
}

.top-event .news-list__item .news-list__detail .news-list__title {
	font-size: 20px;
	font-weight: bold;
}

.top-event .news-list__item .news-list__detail .news-info__date {
	font-size: 12px;
	color: #3e8bd5;
}

.top-event .news-list__item .news-list__detail .news-list__text {
	font-size: 12px;
	margin-top: 12px;
	color: #353738;
}

/*# sourceMappingURL=../maps/page/top.css.map */

@media (min-width: 767px) {

.top-mainvisual {
	position: relative;
	max-height: 600px;
	background: #040505;
}

.top-mainvisual .for-sp {
	display: none;
}

.top-products .top-products-list {
	margin-top: 55px;
	padding-bottom: 98px;
	border-bottom: 1px solid #e4e7eb;
}

.top-products .top-products-list .main-product-list {
	display: flex;
	justify-content: space-between;
}

.top-products .top-products-list .main-product-list .top-products-list__item {
	width: calc(100% / 3);
}

.top-products .top-products-list .main-product-list .top-products-list__image {
	position: relative;
	display: flex;
	align-items: flex-end;
	padding-top: 47.5%;
}

.top-products .top-products-list .main-product-list .top-products-list__image img {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

.top-products .top-products-list .main-product-list .top-products-list__detail {
	margin-top: 35px;
}

.top-products .top-products-list .sub-product-list {
	display: flex;
	max-width: 1020px;
	margin: 45px auto 0;
}

.top-products .top-products-list .sub-product-list .top-products-list__item {
	width: 100%;
	max-width: 320px;
}

.top-products .top-products-list .sub-product-list .top-products-list__item:not(:first-child) {
	margin-left: 30px;
}

.top-products .top-products-list .sub-product-list .top-products-list__item a {
	height: 70px;
	padding-left: 36px;
}

.top-products .top-products-list .sub-product-list .other-company {
	background-position: 90% center;
}

.top-products .top-products-list .sub-product-list .accessories {
	background-position: 90% center;
}

.top-products .top-products-list .sub-product-list .end-of-sale {
	background-position: 90% center;
}

.top-topics {
	padding-top: 64px;
}

.top-topics .head-wrap {
	min-height: 36px;
	margin-bottom: 30px;
	padding-top: 6px;
}

.top-topics .btn-normal {
	position: absolute;
	top: 0;
	right: 0;
}

.top-leaders-mind {
	position: relative;
	overflow: hidden;
	height: 800px;
	margin-top: 100px;
	padding: 140px 0;
}

.top-leaders-mind:before {
	position: absolute;
	top: 0;
	width: 63.7%;
	height: 800px;
	content: "";
	background: #f0f0f0;
}

.top-leaders-mind .top-leaders-mind__inner {
	position: relative;
	justify-content: flex-end;
}

.top-leaders-mind .top-leaders-mind__detail {
	position: absolute;
	top: 0;
	left: 100px;
	width: calc(100% - 60% - 100px);
}

.top-leaders-mind .top-leaders-mind__detail h2 {
	margin-bottom: 35px;
}

.top-leaders-mind .top-leaders-mind__detail h2 span {
	font-size: 14px;
	padding-bottom: 5px;
}

.top-leaders-mind .top-leaders-mind__detail p {
	line-height: calc(30/14);
}

.top-leaders-mind .top-leaders-mind__detail .btn-normal {
	margin-top: 40px;
}

.top-leaders-mind .top-leaders-mind__detail .btn-normal a {
	width: 180px;
	height: 48px;
}

.top-leaders-mind .top-leaders-mind__image {
	width: 58%;
}

.top-brand-story {
	padding: 120px 0 135px;
}

.top-brand-story .top-brand-story__detail {
	max-width: 1020px;
	height: 360px;
	margin: 0 auto;
	padding-left: 120px;
}

.top-brand-story .top-brand-story__detail h2 {
	font-size: 0;
	width: 256px;
	height: 62px;
	background-image: url(/assets/img/top/ti_brand-story.png);
}

.top-brand-story .top-brand-story__detail .btn-normal {
	margin-top: 42px;
}

.top-brand-story .top-brand-story__detail .btn-normal a {
	width: 180px;
	height: 48px;
}

.top-entries {
	display: flex;
	max-width: 1220px;
	margin: 0 auto;
}

.top-news {
	width: calc((100% - 60px) / 2);
}

.top-news .head-wrap {
	margin-bottom: 42px;
	padding-top: 5px;
}

.top-news .btn-normal {
	position: absolute;
	top: 0;
	right: 0;
}

.top-news .news-list .news-list__item:first-child {
	border-top: none;
}

.top-news .news-list .news-list__item:last-child {
	border-bottom: none;
}

.top-news .news-list .news-list__item a {
	padding-right: 0;
	padding-left: 0;
}

.top-event {
	width: calc((100% - 60px) / 2);
	margin-left: 60px;
}

.top-event .head-wrap {
	margin-bottom: 42px;
	padding-top: 5px;
}

.top-event .btn-normal {
	position: absolute;
	top: 0;
	right: 0;
}

.top-event .news-list__item {
	align-items: center;
}

.top-event .news-list__item .news-list__image {
	width: 180px;
	margin: 0;
}

.top-event .news-list__item .news-list__detail .news-list__text {
	line-height: 2;
	margin-top: 20px;
}

.page-top-cn .top-products .main-product-list {
	display: flex;
	justify-content: left;
}

.page-top-en .top-products .main-product-list {
	display: flex;
	justify-content: left;
}

.page-top-kr .top-products .main-product-list {
	display: flex;
	justify-content: left;
}

}

@media (min-width: 767px) and (max-width: 1024px) {

.top-products .top-products-list .sub-product-list .top-products-list__item a {
	font-size: 10px;
	padding-left: 12px;
}

.top-products .top-products-list .sub-product-list .other-company {
	background-position: 100% center;
}

.top-products .top-products-list .sub-product-list .accessories {
	background-position: 100% center;
}

.top-products .top-products-list .sub-product-list .end-of-sale {
	background-position: 100% center;
}

.top-leaders-mind {
	height: 500px;
	padding: 70px 0;
}

.top-leaders-mind .top-leaders-mind__detail {
	width: calc(100% - 46% - 100px);
}

.top-leaders-mind .top-leaders-mind__image {
	width: 44%;
}

.top-news {
	width: calc((100% - 40px) / 2);
}

.top-event {
	width: calc((100% - 20px) / 2);
	margin-left: 20px;
}

.top-event .news-list__item .news-list__image {
	max-width: 100px;
}

}

@media (max-width: 767px) {

.top-mainvisual .for-pc {
	display: none;
}

.top-products .top-products-list .main-product-list .top-products-list__item {
	display: flex;
	align-items: center;
}

.top-products .top-products-list .main-product-list .top-products-list__item:not(:first-child) {
	margin-top: 40px;
}

.top-products .top-products-list .main-product-list .top-products-list__image {
	width: 150px;
	flex-shrink: 0;
}

.top-products .top-products-list .sub-product-list {
	margin-top: 40px;
}

.top-products .top-products-list .sub-product-list .top-products-list__item:not(:first-child) {
	margin-top: 10px;
}

.top-products .top-products-list .sub-product-list .top-products-list__item a {
	height: 72px;
	padding-left: 27px;
}

.top-topics {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #e4e7eb;
}

.top-topics .heading-top {
	margin-bottom: 20px;
}

.top-topics .btn-normal {
	margin-top: 24px;
	text-align: center;
}

.top-topics .btn-normal a {
	width: 240px;
	height: 45px;
}

.top-leaders-mind .top-leaders-mind__inner {
	flex-direction: column;
}

.top-leaders-mind .top-leaders-mind__detail {
	padding: 24px 24px 40px;
	background: #f0f0f0;
	order: 2;
}

.top-leaders-mind .top-leaders-mind__detail h2 {
	margin-bottom: 25px;
}

.top-leaders-mind .top-leaders-mind__detail .btn-normal {
	text-align: center;
}

.top-brand-story .top-brand-story__detail {
	padding-top: 45.87%;
}

.top-brand-story .top-brand-story__detail h2 {
	position: absolute;
	top: 23.33%;
	left: 50%;
	width: 205px;
	height: 51px;
	transform: translate(-50%, 0);
	background-image: url(/assets/img/top/ti_brand-story_sp.png);
	background-size: 100% auto;
}

.top-brand-story .top-brand-story__detail .btn-normal {
	position: absolute;
	bottom: 22px;
	left: 50%;
	transform: translate(-50%, 0);
}

.top-brand-story .top-brand-story__detail .btn-normal a {
	width: 120px;
	height: 30px;
}

.top-news .btn-normal {
	margin-top: 20px;
	text-align: center;
}

.top-news .btn-normal a {
	width: 240px;
	height: 45px;
}

.top-news .news-list {
	padding: 0;
}

.top-event {
	margin-top: 50px;
}

.top-event .btn-normal {
	margin-top: 20px;
	text-align: center;
}

.top-event .btn-normal a {
	width: 240px;
	height: 45px;
}

.top-event .news-list {
	padding: 0;
}

.top-event .news-list__item .news-list__media {
	position: relative;
	width: 100%;
	padding-bottom: 40px;
	flex-shrink: 0;
}

.top-event .news-list__item .news-list__detail {
	position: static;
	width: 100%;
}

.top-event .news-list__item .news-list__detail .news-list-btns {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.top-event .news-list__item .news-list__detail .news-list-btns ul {
	display: flex;
	justify-content: center;
}

.top-event .news-list__item .news-list__detail .news-list-btns .news-list-btns__item {
	width: calc((100% - 10px)/2);
	margin-top: 0;
}

.top-event .news-list__item .news-list__detail .news-list-btns .news-list-btns__item:not(:first-child) {
	margin-left: 10px;
}

}

@media (max-width: 359px) {

.top-brand-story .top-brand-story__detail h2 {
	background-size: 80% auto;
}

}

