/*========================================================
 visual-area
========================================================*/
.visual-area {
	position: relative;
	display: table;
	table-layout: fixed;
	padding-top: 90px;
	width: 100%;
	min-height: 625px;
	max-height: 750px;
	transition: .3s;
	-webkit-transition: .3s;
}

.visual-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #03010f;
	background-size: cover;
	background-position: center top;
}

.screen-md-full {
	position: relative;
}

/*.screen-md-full.dim:after{display:block; content:''; position:absolute; top:0; left:0; width:100%; height:100%; background:#03010f; opacity:0; transition:.2s; -webkit-transition:.2s;}*/
.visual-area[class*="bg-type-"] {
	min-height: 700px;
	max-height: 850px;
	overflow: hidden
}

.visual-area.bg-type-white .visual-bg {
	background-color: #fff;
}

/**** background ****/
.visual-bg.mag-news {
	background-image: url("../images/bg_magazine_news.jpg")
}

.visual-bg.mag-knowhow {
	background-image: url("../images/bg_magazine_knowhow.jpg")
}

.visual-bg.pro-list {
	background-position: right bottom
}

.visual-bg.pro-list-kr {
	background-position: right 80px
}

.visual-bg.aca-off,
.visual-bg.pro-detail,
.visual-bg.sub-bg,
.visual-bg.seminar-list {
	background-position: center bottom;
}

.visual-bg.sub-bg.only-pc {
	background-position: 50% 50%;
}

.visual-bg.pro-sips {
	background-image: url("../images/bg_pro_sips.jpg")
}

.visual-bg.item-detail {
	background-position: center -380px;
	background-repeat: no-repeat;
	background-size: auto;
}

.visual-bg.aca-intro {
	background-image: url("../images/bg_aca_intro.jpg")
}

.visual-bg.store-center {
	background-image: url("../images/bg_store.jpg")
}

.visual-bg.sitemap {
	background-image: url("../images/bg_sitemap.jpg")
}

/* 간격 */
.visual-bg.aca-off,
.visual-bg.pro-detail,
.visual-bg.pro-detail~h2.v-hidden {
	padding-bottom: 23.94%;
	min-height: 540px;
}

/**** page-list-head ****/
.page-list-head {
	position: relative;
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	height: 540px;
}

.page-list-head .ico-arr-down.sign-scroll {
	z-index: 2;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -30px
}

/**** page-list-title ****/
.page-list-title {
	color: #fff;
	text-align: center;
}

.page-list-title h2 {
	-webkit-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
}

.page-list-title h2 small {
	display: block;
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 25px;
	opacity: .6;
	transition: .3s;
	-webkit-transition: .3s;
	text-transform: capitalize;
}

.page-list-title h2 span {
	display: block;
	font-size: 52px;
	line-height: 1;
	transition: .3s;
	-webkit-transition: .3s;
}

.page-list-title .sub-txt {
	width: 340px;
	min-height: 72px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.55;
	font-weight: 300
}

/* 예외 */
.page-list-head.type2 .page-list-title h2 {
	margin: -90px auto 0;
	word-break: keep-all;
	max-width: 580px;
}

.page-list-head.type2 .page-list-title h2 span {
	font-size: 36px;
	line-height: 1.4;
}

.academy-slide-view .page-list-title h2 span {
	line-height: 1.4;
}

/* 간격 */
.page-list-title h2+.sub-txt {
	margin-top: 35px;
}

.page-list-title .sub-txt+.btn-area {
	margin-top: 17px;
}

.page-list-title~.top-slide-area {
	margin-top: 8px;
}

.visual-area[class*="bg-type-"] .page-list-title {
	margin-top: 107px;
}

/**** page-view-head ****/
.page-view-head {
	position: relative;
	padding: 0;
}

.page-view-title {
	padding: 100px 0;
}

.page-view-title .page-img {
	width: 35.5%;
	max-width: 460px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	padding-bottom: 29.08%;
	transition: .3s;
	-webkit-transition: .3s;
}

.page-view-title .tit-area {
	width: 64.42%;
	vertical-align: middle
}

.page-view-title .tit-area .inner {
	position: relative;
	padding-left: 40px;
	color: #fff;
}

.page-view-title .tit-area h2 {
	opacity: .6;
	color: #999;
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 17px;
}

.page-view-title .tit-area h3 {
	font-weight: 700;
	font-size: 28px;
	line-height: 1.5
}

/* 유튜브 */
.page-top-ytb {
	position: relative;
	width: 100%;
	padding-bottom: 56.14%
}

.page-top-ytb iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/**** page-detail-head ****/
.page-detail-head {
	position: relative;
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	height: 600px;
}

.page-detail-title .txt1 {
	color: #fff;
	font-size: 20px;
}

.page-detail-title .txt2 {
	color: #e75300;
	font-size: 40px;
	font-weight: 300
}

.page-detail-title .tit {
	color: #fff;
	font-size: 52px;
	font-weight: bold
}

.page-detail-title h2 {
	color: #fff;
	font-size: 90px;
}

.page-detail-title .btn-primary-line {
	padding-top: 18px;
	padding-bottom: 17px;
}

.page-detail-title .btn-primary-line>span {
	font-size: 18px;
}

/* 예외 (제품정보) */
.visual-area.bg-type-white .page-detail-title .txt1 {
	color: #03010f;
}

.visual-area.bg-type-white .page-detail-title .txt2 {
	color: #e75300;
}

.visual-area.bg-type-white .page-detail-title h2 {
	color: #03010f;
}

/**** sub-main-detail (이벤트) ****/
.sub-main-detail {
	position: relative;
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	height: 600px;
}

.sub-main-detail .sub-txt {
	color: #fff;
	opacity: .6;
	font-size: 20px;
}

.sub-main-detail .tit {
	color: #fff;
	font-size: 52px;
	font-weight: bold
}

.sub-main-detail .sub-txt+.tit {
	margin-top: 20px;
}

.sub-main-detail .txt-area-type2~.text-more-link {
	margin-top: 70px;
}

/****  간격,정렬 ****/
.page-list-title~.search-area {
	margin-top: 61px;
}

.sorting-list~.search-box {
	margin-top: 47px;
}

.page-detail-title .txt-area+.btn {
	margin-top: 70px;
}

@media screen and (max-width:1024px) {
	.visual-area:not(.visual-sub-main) {
		max-height: none;
		min-height: auto;
		padding-top: 0;
	}

	.visual-area[class*="bg-type-"] {
		min-height: 600px;
		max-height: 600px;
	}

	.visual-bg {
		background-position: center top
	}

	.screen-md-full.dim:after {
		opacity: 0;
	}

	/**** background ****/
	.visual-area.screen-md-full {
		max-height: none;
		min-height: auto;
	}

	.visual-area.bg-type-white .visual-bg {
		background-color: #fff;
	}

	.visual-bg.pro-list,
	.visual-bg.seminar-list {
		background-position: 85% bottom;
		min-height: 328px;
	}

	.visual-bg.pro-list.center-type,
	.visual-bg.seminar-list.center-type {
		background-position: 50% bottom;
	}

	/* 배경이미지 센터 */
	.visual-bg.aca-off,
	.visual-bg.pro-detail,
	.visual-bg.pro-detail~h2.v-hidden {
		padding-bottom: 48.15%;
		min-height: 328px;
	}

	.visual-bg.pro-sips {
		background-image: url("../images/bg_pro_sips_m.jpg");
		background-position: center bottom
	}

	.visual-bg.pro-list-kr {
		background-position: 68% top
	}

	.visual-bg.item-detail {
		background-position: center -280px;
		background-repeat: no-repeat;
		background-size: auto 900px
	}

	.visual-bg.aca-intro {
		background-image: url("../images/bg_aca_intro_m.jpg")
	}

	.visual-bg.store-center {
		background-image: url("../images/bg_store_m.jpg")
	}

	.visual-bg.sitemap {
		background-position: center bottom
	}

	/**** page-list-head ****/
	.page-list-head {
		padding: 177px 0 80px;
	}

	.screen-md-full .page-list-head {
		padding: 0;
		z-index: 3;
	}

	.screen-md-full .page-list-head .page-list-title {
		position: relative;
		padding: 0 20px;
	}

	.screen-md-full .page-list-head .page-list-title h2 {
		margin-top: -20px;
	}

	.visual-bg.seminar-list~.page-list-head {
		height: 328px;
		padding: 0;
	}

	/**** page-list-title ****/
	.page-list-title h2 small {
		font-size: 14px;
		margin-bottom: 13px;
	}

	.page-list-title h2 span {
		font-size: 36px;
		line-height: 1.4;
	}

	.page-list-title .sub-txt {
		opacity: .6;
		font-size: 14px;
		width: 240px
	}

	/* 예외 (제품정보) */
	.visual-area[class*="bg-type-"] .page-list-title h2 span {
		line-height: 1;
	}

	.visual-area[class*="bg-type-"] .page-list-title {
		margin-top: 10px;
	}

	.visual-area[class*="bg-type-"] .page-list-head {
		padding: 120px 0 20px;
	}

	/**** page-view-head ****/
	.page-view-title {
		padding: 0;
	}

	.page-view-head {
		position: relative;
		top: 0;
		padding: 0;
	}

	.page-view-title .page-img {
		max-width: none;
		background-position: center top;
		padding-bottom: 75%;
	}

	.page-view-title .tit-area {
		display: none;
	}

	/* 유튜브 */
	.page-top-ytb {
		padding-top: 60px;
	}

	.page-top-ytb iframe {
		padding-top: 60px;
	}

	/**** sub-main-detail (이벤트) ****/
	.sub-main-detail {
		vertical-align: bottom;
		height: 502px;
		padding-bottom: 87px;
	}

	.sub-main-detail .sub-txt {
		font-size: 16px;
	}

	.sub-main-detail .tit {
		font-size: 36px;
	}

	.sub-main-detail .sub-txt+.tit {
		margin-top: 15px;
	}

	.sub-main-detail .txt-area-type2~.text-more-link {
		margin-top: 40px;
	}

	/****  간격,정렬 ****/
	.page-list-title~.search-area {
		margin-top: 85px;
	}

	.sorting-list~.search-box {
		margin-top: 32px;
	}

	.page-list-title h2~.sub-txt {
		margin-top: 25px;
	}

	.page-list-title .sub-txt~.btn-area {
		margin-top: 95px;
	}
}

@media screen and (max-width:768px) {

	/**** page-list-head ****/
	.page-list-head {
		position: relative;
		padding: 177px 0 50px;
	}

	.page-list-head.type2 {
		height: 328px;
		padding: 0;
	}

	.screen-md-full .page-list-head {
		padding: 0;
	}

	/* 유튜브 */
	.page-top-ytb {
		padding-bottom: 58.15%;
	}

	/**** page-list-title ****/
	.page-list-head.type2 .page-list-title h2 {
		margin: 0;
		max-width: none;
		padding: 0 40px;
	}

	.page-list-head.type2 .page-list-title h2 span {
		font-size: 28px;
	}

	/**** page-detail-head ****/
	.page-detail-head {
		display: block;
		padding: 0;
		height: 600px;
	}

	.page-detail-head .page-detail-title {
		position: relative;
		height: 100%;
		text-align: center;
		margin-top: 0;
	}

	.page-detail-head .page-detail-title .txt-area {
		position: absolute;
		top: 124px;
		left: 0;
		width: 100%;
	}

	.page-detail-title .txt1 {
		font-size: 12px;
	}

	.page-detail-title .txt2 {
		font-size: 21px;
	}

	.page-detail-title h2 {
		font-size: 56px;
	}

	.page-detail-title .txt-area+.btn {
		margin-top: 0;
		position: absolute;
		bottom: 25px;
		left: 50%;
		padding: 0;
		transform: translate(-50%, 0);
		border: 1px solid transparent;
		white-space: nowrap;
	}

	.page-detail-title .btn-primary-line {
		padding-top: 0;
		padding-bottom: 0;
	}

	.page-detail-title .btn-primary-line>span {
		font-size: 14px;
	}

	/**** background ****/
	.visual-bg.item-detail {
		width: 768px;
		overflow: hidden;
		background-position: right -50px;
		background-size: auto 665px;
		background-repeat: no-repeat;
		left: 50%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
	}
}

@media screen and (max-width:640px) {

	/**** background ****/
	.visual-bg.item-detail {
		background-size: auto 600px;
		background-position: right top;
		transform: translate(-55%, 0);
		-webkit-transform: translate(-55%, 0);
	}
}

@media screen and (max-width:480px) {

	/**** page-list-title ****/
	.page-list-title .sub-txt {
		width: 100%;
		padding: 0 35px;
	}
}


/*========================================================
 visual-area (sub-slide)
========================================================*/
.sub-slide-view {
	position: relative;
	height: 100%;
}

.sub-slide-item {
	position: relative;
	vertical-align: top;
	height: 100%;
}

.sub-slide-item .slide-txt-area {
	display: table;
	width: 100%;
	height: 100%;
}

.sub-slide-view .sub-slide-dots {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
}

.sub-slide-view .page-list-head {
	height: 610px;
	padding-top: 170px;
	vertical-align: top
}

.sub-slide-view .page-list-title {
	position: relative;
	top: -20px;
}

.sub-slide-view .page-list-title .sub-txt {
	width: 385px;
}

/**** 카테고리메뉴 드랍다운 ****/
.menu-head-wrap.hide {
	display: none
}

.menu-head-wrap {
	position: relative;
	width: 100%;
	padding-top: 90px;
	background: #2b2f3a;
	transition: .3s;
	-webkit-transition: .3s
}

.menu-head-wrap .menu-head {
	width: 100%;
	padding: 90px 0 63px;
	text-align: center
}

.menu-head-wrap .menu-head.type2 {
	padding: 90px 0;
}

.menu-head-wrap .menu-head>h2 {
	color: #fff;
	font-size: 36px;
}

.menu-head-wrap .menu-head .notice-txt {
	color: #fff;
	font-size: 36px;
	font-weight: bold
}

.menu-head-wrap .menu-head .notice-txt-sub {
	color: #fff;
	opacity: .6;
	font-size: 18px;
}

.menu-head-wrap .menu-head .notice-txt.type2 {
	max-width: 860px;
	margin: 0 auto;
}

/* 간격 */
.notice-txt+.notice-txt-sub {
	margin-top: 30px;
}

/* 반응형 드랍다운 */
.menu-head-wrap.rwd-dropdown {
	height: 330px;
}

.menu-head-wrap.rwd-dropdown .menu-head {
	position: absolute;
	top: 55%;
	left: 0;
	padding: 0;
}

.menu-head-wrap.rwd-dropdown .menu-dropdown {
	display: none;
}

.visual-area.visual-sub-main {
	background: #000;
}

.visual-bg.only-mo-view {
	display: none;
}

.visual-bg.sub-main {
	background-position: center top;
}

/**** 메뉴 별도 배너 ****/
.menu-top-banner {
	height: 260px;
	background: #050505;
}

.menu-top-banner .inner-banner {
	height: 100%;
}

@media screen and (max-width:1024px) {
	.sub-slide-view .sub-slide-dots.pos-right {
		text-align: right;
		padding: 0 20px;
	}

	.sub-slide-view .page-list-head {
		height: 502px;
		padding: 100px 0 65px;
	}

	.sub-slide-view .page-list-title {
		top: 0;
		height: 100%;
	}

	.sub-slide-view .page-list-title h2 {
		margin-top: 0;
		padding: 0 20px;
	}

	.sub-slide-view .page-list-title .sub-txt {
		width: 100%;
		padding: 0 20px;
	}

	.sub-slide-view .page-list-title .btn-area {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}

	/**** 카테고리메뉴 드랍다운 ****/
	.menu-head-wrap {
		padding-top: 60px;
	}

	.menu-head-wrap .menu-head {
		padding: 60px 0 30px;
	}

	.menu-head-wrap .menu-head.type2 {
		padding: 60px 0;
	}

	.menu-head-wrap .menu-head>h2 {
		font-size: 28px
	}

	.menu-head-wrap .menu-head .notice-txt {
		font-size: 28px;
		padding: 0 20px;
	}

	.menu-head-wrap .menu-head .notice-txt-sub {
		font-size: 14px;
		padding: 0 20px;
	}

	.notice-txt+.notice-txt-sub {
		margin-top: 30px;
	}

	/* 반응형 드랍다운 */
	.menu-head-wrap.rwd-dropdown,
	.menu-head-wrap.hide {
		display: block;
		position: fixed;
		z-index: 1002;
		top: 60px;
		left: 0;
		width: 100%;
		padding-top: 0;
		height: 64px;
	}

	.menu-head-wrap.rwd-dropdown .menu-head {
		display: none;
	}

	.menu-head-wrap.rwd-dropdown .menu-dropdown {
		display: block;
		height: 100%;
	}

	.ui-upper-cnt~.visual-area.visual-sub-main {
		padding-top: 124px;
	}

	.visual-area.visual-sub-main~.content-area {
		padding-top: 0;
	}

	/* 카테고리메뉴 드랍다운 하위 메뉴 */
	.menu-dropdown .list-area {
		position: relative;
		height: 100%
	}

	.list-area .menu-txt {
		position: relative;
		display: block;
		height: 100%;
		color: #fff;
		font-size: 20px;
		text-align: center;
		padding: 17px 0;
	}

	.list-area .menu-list {
		display: none;
		position: absolute;
		top: 64px;
		left: 0;
		width: 100%;
		background: #ebebeb;
	}

	.list-area .menu-list li {
		text-align: center;
		border-top: 1px solid #b5b1b2;
	}

	.list-area .menu-list li:first-child {
		border-top: 0
	}

	.list-area .menu-list li>a {
		display: block;
		color: #2b2f3a;
		font-size: 20px;
		padding: 20px 0;
	}

	/**** 메뉴 별도 배너 ****/
	.menu-top-banner {
		height: 288px;
		padding-top: 124px;
	}

	.menu-top-banner .frame-mid {
		padding: 0;
	}

	.menu-top-banner .inner-banner {
		height: 100%;
	}
}

@media screen and (max-width:768px) {
	.visual-bg.only-mo-view {
		display: block;
	}

	.visual-bg.only-pc-view {
		display: none;
	}

	.visual-bg.sub-main {
		background-position: center bottom;
	}
}


/*========================================================
 search-area
========================================================*/
.search-area {
	max-width: 550px;
	margin: 0 auto;
}

.sorting-list {}

.sorting-list ul {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.sorting-list ul li {
	display: table-cell;
	width: 25%;
	text-align: center
}

.custom-sort-btn .sort-btn {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.custom-sort-btn>label {
	display: block;
	opacity: .7;
}

.custom-sort-btn>label>.txt {
	display: block;
	color: #fff;
	font-size: 16px;
	margin-top: 7px;
}

.custom-sort-btn .sort-btn+label .ico-cate {
	transition: background-color .2s;
	-webkit-transition: background-color .2s;
	cursor: pointer;
}

.custom-sort-btn .sort-btn:checked+label {
	opacity: 1
}

.custom-sort-btn .sort-btn:checked+label .ico-cate {
	background-position: right 0;
	border: 2px solid rgba(255, 255, 255, 1);
	background-color: rgba(255, 255, 255, 1);
}

.search-box {
	background: #fff;
}

.search-box .input-group.input-lg .custom-select {
	border: 0;
}

.search-box .btn-search {
	height: 55px;
	background: #fff;
}

.list-top-search {
	text-align: right;
}

.list-top-search .search-box {
	display: inline-block;
	vertical-align: top;
	border-bottom: 3px solid #03010f;
	max-width: 370px;
}

.list-top-search .search-box .input-group.input-sm .custom-select {
	border: 0;
}

.list-top-search .search-box .input-group.input-sm .input-text {
	border: 0;
	padding: 0;
}

.list-top-search .input-group .custom-select>.select {
	font-size: 16px;
	padding: 0 40px 0 0;
	color: #6f6f75;
}

.list-top-search .search-box .btn-search {
	height: 29px;
	background: #fff;
	padding: 0;
}

/* 간격 */
.list-top-search+.event-list-table {
	margin-top: 30px;
}

.list-content .list-top-search:first-child {
	margin-top: -11px
}

@media screen and (max-width:1024px) {
	.search-area {
		padding: 0 20px;
		max-width: 100%
	}
}

@media screen and (max-width:768px) {
	.list-top-search .search-box {
		max-width: 100%;
	}
}


/*========================================================
 top-search-area
========================================================*/
.top-search-area {
	background: #2b2f3a;
	padding: 160px 0 65px;
}

.top-search-area .frame-inner {
	max-width: 770px;
	margin: 0 auto;
}

.top-search-area .search-form-group .input-group.input-lg .input-text {
	padding: 0 10px;
}

.result-message {
	color: #fff;
	font-size: 20px;
	text-align: center;
	margin-top: 40px;
}

@media screen and (max-width:768px) {
	.top-search-area {
		padding: 110px 0 35px;
	}

	.top-search-area .frame-inner {
		padding: 0 20px;
	}

	.result-message {
		font-size: 14px;
		margin-top: 20px;
	}
}


/*========================================================
 content-area
========================================================*/
/**** 별도 배너 ****/
.banner-item {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover
}

.banner-item .banner-txt {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}

.banner-item .banner-txt .sub-txt {
	font-size: 20px;
	color: #999;
}

.banner-item .banner-txt .main-txt {
	font-size: 28px
}

/* 온라인 아카데미 */
.banner-item.online-aca {
	background-image: url("../images/bg_online_top.jpg");
}

.banner-item.online-aca .banner-txt {
	padding-left: 60px
}

.banner-item.online-aca .main-txt {
	max-width: 600px;
}

/**** list-content ****/
.content-area .list-content {
	position: relative;
	padding-top: 70px;
	padding-bottom: 80px
}

/* 200310 */
.content-area .list-content.notice-type {
	padding-top: 60px;
}

.list-notice {
	padding-bottom: 60px;
	text-align: center;
}

.list-notice h3 {
	font-size: 16px;
}

.list-notice p {
	margin-top: 10px;
}

.list-notice p.first {
	margin-top: 20px;
}

/* //200310 */

/**** view-content ****/
.content-area .view-content {
	background: #f3f4f6;
	padding-bottom: 150px
}

/**** section-content ****/
.section-content {
	padding: 120px 0;
	transition: .2s;
	-webkit-transition: .2s
}

.section-content.sec-head {
	padding: 120px 0 65px;
	border-bottom: 1px solid #b5b1b2;
}

.section-content.sec-head.type2 {
	padding: 60px 0;
	border: 0;
}

.section-content.sec-head-top {
	padding: 120px 0 80px;
}

.section-content.sec-top {
	padding: 0;
}

.section-content.sec-bottom {
	padding: 60px 0 150px;
}

.section-content:not(.sec-bottom):last-child,
.visual-area.visual-sub-main~.content-area .section-content {
	padding: 120px 0 150px;
}

/* title */
.section-title {
	line-height: 1.5;
	color: #03010f;
	font-size: 36px;
	text-align: center;
	margin-top: -11px;
}

.section-title-sub {
	line-height: 1;
	color: #03010f;
	font-size: 36px;
	text-align: left;
	font-weight: normal;
}

.section-desc {
	color: #6f6f75;
	font-size: 16px;
	line-height: 1.55;
}

.section-desc.text-center {
	max-width: 640px;
	margin: 0 auto;
}

.section-desc+.section-desc {
	margin-top: 8px;
}

/* 예외 */
.section-title.type2 {
	font-weight: normal;
	max-width: 820px;
	margin: 0 auto;
}

.section-title.txt-white {
	color: #fff;
}

.section-title.list-type {
	font-weight: 700;
	margin-top: -15px;
}

.section-title.img-type {
	margin-top: -50px;
}

.section-title.img-type .tit-img {
	display: block;
	margin-bottom: 4px;
}

.section-title.img-type .tit-img-sub {
	color: #03010f;
	opacity: .75;
	font-size: 20px;
}

.section-title.img-type .tit-img.gmaster {
	height: 71px;
	background: url("../images/tit_gmaster.png") no-repeat center top;
	background-size: contain;
}

.banner-img-area {
	text-align: center;
}

/* 간격 */
.section-title+.section-desc {
	margin-top: 25px;
}

.section-title~.item-list {
	margin-top: 50px;
}

.section-title~.slider-view-wrap,
.section-title~.aca-artist-list,
.section-title~.map-box,
.section-title~.service-list,
.section-title~.goods-list {
	margin-top: 30px;
}

.section-desc+.btn-area {
	margin-top: 57px;
}

.section-title.img-type+.banner-img-area {
	margin-top: 20px
}

.slider-view-wrap~.btn-link-area {
	margin-top: 80px;
}

.frame-slider3~.btn-area {
	margin-top: 60px;
}

.section-title-sub~.cnt-box {
	margin-top: 20px;
}

/**** apply-content ****/
.content-area .apply-content {
	padding-top: 0;
}

.content-area .apply-content .content:first-child {
	padding-top: 120px;
}

.content-area .apply-content .content:last-child {
	padding-bottom: 150px;
}

.content-area .apply-content .content[class*="rwd-bg"] {
	padding-bottom: 80px
}

.content-area .apply-content .content[class*="rwd-bg"]:last-child {
	padding-bottom: 150px
}

/* title */
.content .content-title {
	margin-top: -7px;
}

.content:first-child .content-title {
	margin-top: 0;
}

.content-title {
	font-size: 28px;
	font-weight: normal;
}

.content-title-sub {
	font-size: 20px;
	font-weight: normal;
}

.content-title-list {
	font-size: 16px;
	font-weight: normal;
}

/* 간격 */
.rwd-bg4~.content,
.content~.content {
	margin-top: 80px;
}

.content-title~.inner-content {
	margin-top: 14px;
}

.content-title-sub+.content-title-list {
	margin-top: 25px;
}

/**** 반응형 title / txt ****/
.rwd-block-txt>.txt-block {
	display: block;
}

.rwd-block-txt>.txt-inline+.txt-block {
	margin-top: 0;
}

/**** cnt-box ****/
.cnt-box {
	background: #fff;
	padding: 60px 10.25%;
}

.cnt-box .inner-title {
	font-size: 20px;
	color: #e75300;
}

.cnt-box .check-div+.bl-list-type3 {
	border-top: 1px solid #f0f0f0;
	padding-top: 15px;
	margin-top: 20px;
}

.cnt-box-bottom {
	border-top: 1px solid #999;
	padding-top: 15px;
}

/**/
.section-title+.cnt-box {
	margin-top: 55px;
}

.cnt-box~.cnt-box {
	margin-top: 20px;
}

.cnt-box .inner-title~.view-type-table {
	margin-top: 15px;
}

.cnt-box~.btn-area {
	margin-top: 60px;
}

.cnt-box~.section-title-sub {
	margin-top: 76px;
}

.cnt-box~.cnt-box-bottom {
	margin-top: 40px;
}

/**** info-bar ****/
.info-bar {
	background: #504d56;
}

.info-bar .info-detail {
	position: relative;
	padding: 14px 0;
}

.info-bar .info-detail .right {
	position: absolute;
	top: 14px;
	right: 0;
}

.info-detail ul {
	overflow: hidden;
}

.info-detail ul li {
	float: left;
	color: #fff;
	font-size: 14px;
	margin-right: 14px;
	line-height: 2.8
}

.info-detail ul li.date {
	color: #999;
}

.info-detail ul li>span {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 0 0
}

.info-detail ul li>.ico-author {
	margin: 2px 10px 3px 0;
}

/**** view-box ****/
.view-box {
	background: #fff;
	padding: 120px 0;
}

.view-box .post-inner {
	padding: 0 8.547%;
}

.view-box .box-inner {
	padding: 0 3.84%;
}

.view-box .view-box-tit {
	line-height: 1;
	color: #03010f;
	font-size: 36px;
	text-align: center;
	margin-bottom: 40px;
}

/* article-title */
.article-title {
	text-align: center;
	padding-bottom: 55px;
	border-bottom: 5px solid #e0e0e0;
}

.article-title .category {
	display: block;
	margin-bottom: 14px;
	font-size: 15px;
	font-weight: 300;
	line-height: 1;
	margin-top: -3px;
}

.article-title .tit,
.article-title .sub-txt {
	display: block;
	font-size: 28px;
	padding: 0 35px;
	line-height: 1.5;
	font-weight: bold
}

/* article-summery */
.article-summery {
	background: #f3f4f6;
	padding: 21px 30px;
	font-size: 14px;
	line-height: 1.65
}

.article-summery>ul>li,
.article-summery>p,
.article-summery>div {
	padding-left: 10px;
}

.article-summery>ul>li:before,
.article-summery>p:before,
.article-summery>div:before {
	display: inline-block;
	vertical-align: top;
	content: '-';
	margin: -2px 4px 0 -10px;
}

.article-summery>ul>li+li,
.article-summery>p+p {
	margin-top: 7px;
}

/* article-body */
.article-body {
	padding-top: 55px;
	font-size: 16px;
	line-height: 1.55
}

.article-body .sns-div {
	text-align: center;
	margin-top: 20px
}

.article-body .sns-div iframe {
	width: 500px;
	height: 600px
}

/* 연관제품 목록 */
.view-box .product-list {
	padding: 0 45px;
}

/* 간격 */
.view-box~.view-box {
	margin-top: 30px;
}

.post-inner~.btn-area {
	margin-top: 60px;
}

.article-title~.article-summery {
	margin-top: 60px;
}

/**** 매거진 :: 어드민 등록영역 공통 class ****/
.article-body p {
	padding-bottom: 10px;
	word-break: break-all;
}

.article-body p.txt_ub {
	font-size: 18px;
	font-weight: bold;
}

.article-body p.txt_underline {
	text-decoration: underline;
}

.ac {
	text-align: center
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

/**** freegift-area ****/
.freegift-area {
	text-align: center
}

.freegift-area .head-txt {
	color: #03010f;
	font-size: 20px;
	text-align: center;
	font-weight: bold
}

.gift-view {
	max-width: 472px;
	margin: 30px auto 0;
}

.gift-txt {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	max-width: 470px;
	margin-top: 25px;
}

.gift-txt li {
	color: #6f6f75;
	font-size: 16px
}

.gift-txt li:first-child {
	float: left;
	width: 40%;
}

.gift-txt li:last-child {
	float: right;
	width: 30%;
}

.gift-txt.single {}

.gift-txt.single li {
	width: auto;
}

.gift-txt.single li:first-child {
	float: none;
	width: auto;
}

.gift-txt.single li:last-child {
	float: none;
	width: auto;
}

/**** consult-area ****/
.section-content.type2 {
	padding: 64px 0 71px;
}

.section-content.bg-consult {
	background: url("../images/bg_sips_guide.jpg") no-repeat center top;
	background-size: cover;
}

.section-content.bg-consult-new {
	background: url("../images/bg_sips_guide_new.jpg") no-repeat center top;
	background-size: cover;
}

.consult-area {
	max-width: 1170px;
	margin: 0 auto;
}

.consult-area .section-title {
	color: #fff;
}

.consult-area .middle-title {
	margin-top: 32px;
	color: #03010f;
	font-size: 16px;
	font-weight: bold;
}

.consult-area .section-desc {
	max-width: 420px;
	color: #fff;
	opacity: .7;
}

.consult-area.type2 .section-title {
	color: #03010f;
}

.consult-area.type2 .section-desc {
	max-width: 642px;
	margin-top: 25px;
	color: #03010f;
}

.consult-area.type2 .section-desc+.section-desc {
	margin-top: 25px;
}

.consult-area.type2 .section-desc+.btn-area {
	margin-top: 35px;
}

/**** video-area ****/
.section-content .figure-zone {
	width: 964px;
	height: 542px;
	margin: 0 auto;
}

.section-content .figure-video {
	width: 100%;
	height: 542px;
}

/**** support-area ****/
.section-content.support-area {
	padding: 105px 0 109px;
}

.support-area .section-title {
	color: #fff;
}

.support-area .section-desc {
	color: #fff;
	opacity: .8;
}

.support-area .section-desc+.section-desc {
	margin-top: 23px;
}

.support-area .section-desc+.btn-area {
	margin-top: 25px;
}

/* 간격 */
.guide-box>p+.sep-list {
	margin-top: 15px;
}

.consult-area .section-desc+.guide-box {
	margin: 60px auto 0;
	max-width: 530px;
}

@media screen and (max-width:1210px) {

	/**** info-bar ****/
	.info-bar .info-detail {
		padding: 14px 20px;
	}

	.info-bar .info-detail .right {
		right: 20px;
	}
}

@media screen and (max-width:1024px) {
	.content-area.fix-gap {
		padding-top: 124px;
	}

	.content-area.scroll-end {
		padding-bottom: 60px;
	}

	/* 스크롤시 하단 영역 고정 */
	.scroll-md-fix {
		width: 100%;
		background: rgba(6, 3, 1, .7);
		padding: 30px 20px;
		position: absolute;
		width: 100%;
		left: 0;
		bottom: 0;
		transition: .2s;
		-webkit-transition: .2s
	}

	.scroll-md-fix.on {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 10;
	}

	.content-area.scroll-md-end .list-content {
		padding-bottom: 180px;
	}

	/**** 별도 배너 ****/
	.banner-item .banner-txt .sub-txt {
		font-size: 14px;
	}

	.banner-item .banner-txt .main-txt {
		font-size: 16px
	}

	/* 온라인 아카데미 */
	.banner-item.online-aca .banner-txt {
		padding-left: 20px
	}

	.banner-item.online-aca .main-txt {
		max-width: 200px;
	}

	/**** list-content ****/
	.content-area .list-content {
		padding-top: 60px;
		padding-bottom: 80px
	}

	.top-cnt-bar~.list-content {
		border-top: 12px solid #f0f0f0
	}

	/**** view-content ****/
	.content-area .view-content {
		padding-bottom: 0
	}

	/**** section-content ****/
	.section-content,
	.visual-area.visual-sub-main~.content-area .section-content {
		padding: 60px 0;
	}

	.section-content.sec-head,
	.section-content.sec-head-top {
		padding: 60px 0;
	}

	.section-content.sec-head.type2 {
		padding: 40px 0;
	}

	.section-content.sec-bottom {
		padding: 0 0 90px;
	}

	.section-content:not(.sec-bottom):not(.bg-aca-map):last-child {
		padding: 60px 0 80px;
	}

	.frame-slider3:not(.frame-mid) .slider-view-wrap {
		padding-left: 12px;
	}

	/* title */
	.section-title {
		font-size: 28px;
		margin-top: -6px;
		line-height: 1.4
	}

	.section-title.type2 {
		font-size: 20px;
	}

	.section-title-sub {
		font-size: 28px;
		text-align: center
	}

	.section-desc {
		font-size: 14px;
		line-height: 1.5;
	}

	.rwd-bg3 .section-title {
		color: #fff;
	}

	.section-desc.text-center {
		padding: 0 20px;
	}

	/* 예외 */
	.section-title.img-type {
		margin-top: 0
	}

	.section-title.img-type .tit-img.gmaster {
		height: 35px;
	}

	.section-title.img-type .tit-img-sub {
		font-size: 16px;
	}

	/* 간격 */
	.section-desc+.btn-area {
		margin-top: 50px;
	}

	.section-title~.item-list {
		margin-top: 30px;
	}

	.slider-view-wrap~.btn-link-area {
		margin-top: 35px;
	}

	.section-title~.slider-view-wrap {
		margin-top: 20px;
	}

	.frame-slider3~.btn-area {
		margin-top: 32px;
	}

	/**** apply-content ****/
	.content-area .apply-content {
		padding-top: 0;
	}

	.content-area .apply-content .content[class*="rwd-bg"]:last-child {
		padding-bottom: 80px;
	}

	.content-area .apply-content .rwd-area-line {
		border-top: 12px solid #f0f0f0;
		padding-top: 20px;
	}

	/* title */
	.content-title {
		font-size: 20px;
	}

	.content-title-sub {
		font-size: 16px;
	}

	.content-title.rwd-align-title {
		text-align: center;
		padding: 20px 0;
		background: #fff;
	}

	/* 간격 */
	.content-title.rwd-align-title~.inner-content {
		margin-top: 0;
	}

	.content-area .apply-content .content:first-child {
		padding-top: 0;
		padding-bottom: 0;
	}

	.content-area .apply-content .content:last-child {
		padding-bottom: 80px
	}

	.rwd-bg4~.content,
	.content~.content {
		margin-top: 60px;
	}

	.content.result-content {
		margin-top: 20px;
		padding-top: 60px;
		border-top: 12px solid #f0f0f0
	}

	/**** 반응형 title / txt ****/
	.rwd-block-txt>.txt-inline.md-block {
		display: block;
	}

	/**** cnt-box ****/
	.cnt-box .inner-title {
		font-size: 16px;
	}

	.section-title+.cnt-box {
		margin-top: 30px;
	}

	/**** info-bar ****/
	.info-bar .info-detail {
		padding: 10px 20px 11px;
	}

	.info-bar .info-detail .right {
		top: 0;
		right: 0;
		height: 100%;
	}

	.info-bar .info-detail .right .btn {
		height: 100%;
	}

	.info-detail ul li>.ico-imgs {
		display: none;
	}

	/**** view-box ****/
	.view-box {
		background: #fff;
		padding: 80px 0 80px;
	}

	.view-content .view-box:first-child {
		padding: 60px 0 80px;
	}

	.view-content .view-box:last-child {
		padding: 80px 0;
	}

	.view-box .post-inner {
		padding: 0 20px;
	}

	.view-box .box-inner {
		padding: 0 20px;
	}

	.view-box .view-box-tit {
		font-size: 28px;
		margin-bottom: 20px;
	}

	/* article-title */
	.article-title {
		padding: 0 10px 35px;
	}

	.article-title .category {
		font-size: 16px;
	}

	.article-title .tit,
	.article-title .sub-txt {
		font-size: 20px;
		padding: 0;
		line-height: 1.3;
	}

	/* article-summery */
	.article-summery {
		padding: 20px;
	}

	/* article-body */
	.article-body {
		font-size: 14px;
		padding-top: 35px;
	}

	.article-body p.txt_ub {
		font-size: 16px;
	}

	/* 연관제품 목록 */
	.view-box .product-list {
		padding: 0 5px;
	}

	/* 간격 */
	.view-box~.view-box {
		margin-top: 12px;
	}

	.post-inner~.btn-area {
		margin-top: 40px;
	}

	.article-title~.article-summery {
		margin-top: 40px;
	}

	.view-box .btn-area.rwd-block-btns {
		padding: 0 20px;
	}

	/**** freegift-area ****/
	.freegift-area .head-txt {
		font-size: 16px;
	}

	.gift-view {
		max-width: 100%;
		margin: 20px auto 0;
	}

	.gift-txt {
		margin-top: 5px;
	}

	.gift-txt li {
		color: #6f6f75;
		font-size: 14px
	}

	/**** video-area ****/
	.section-content .figure-zone {
		width: 100%;
		height: 400px;
	}

	.section-content .figure-video {
		width: 100%;
		height: 100%;
	}
}

@media screen and (max-width:768px) {
	.content-area.scroll-end {
		padding-bottom: 120px;
	}

	/**** 반응형 title / txt ****/
	.rwd-block-txt>.txt-inline.sm-block {
		display: block;
	}

	/**** cnt-box ****/
	.cnt-box {
		padding: 40px 20px;
	}

	/**** event-content ****/
	.event-content .event-area>img {
		width: 100%;
		max-width: none
	}

	/**** view-box ****/
	/* 연관제품 목록 */
	.view-box .product-list {
		padding: 0 20px;
	}

	/**** consult-area ****/
	.section-content.type2 {
		padding: 60px 0;
	}

	.section-content.bg-consult {
		background: url("../images/bg_sips_guide_m.jpg") no-repeat center bottom;
		background-size: cover;
	}

	.section-content.bg-consult-new {
		background: url("../images/bg_sips_guide_m_new.jpg") no-repeat center bottom;
		background-size: cover;
	}

	.consult-area {
		max-width: 1170px;
		margin: 0 auto;
		padding: 0 20px;
	}

	.consult-area .section-desc {
		max-width: 420px;
	}

	.consult-area .middle-title {
		margin-top: 24px;
		font-size: 14px;
	}

	.consult-area.type2 .section-desc {
		padding: 0;
	}

	/* 간격 */
	.guide-box>p+.sep-list {
		margin-top: 15px;
	}

	.consult-area .section-desc+.guide-box {
		margin: 30px auto 0;
		max-width: 100%;
	}

	/* 온라인 아카데미 */
	.banner-item.online-aca {
		background-position: 40% top
	}

	/**** video-area ****/
	.section-content .figure-zone {
		height: 188px;
	}

	.section-content .figure-video {}

	/**** support-area ****/
	.section-content.support-area {
		padding: 64px 0 72px;
	}

	.support-area .section-title {
		font-size: 25px;
	}

	.support-area .section-desc {
		padding: 0 10px;
	}
}


/*========================================================
 list (Photo)
========================================================*/
/**** box-list (slick) ****/
.box-list:after {
	display: block;
	content: '';
	clear: both
}

.box-list .slick-slide {
	padding: 0;
	transition: margin .3s;
	-webkit-transition: margin .3s;
}

.box-list .slick-slide>div {
	padding: 20px;
}

.box-list .list-item {
	position: relative;
	min-height: 440px;
	vertical-align: top;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	transition: margin .3s;
	-webkit-transition: margin .3s;
	overflow: hidden;
}

.box-list .list-item>a {
	display: block;
	width: 100%;
	height: 100%;
}

.box-list .list-item .img {
	position: relative;
	display: block;
	height: 300px;
}

.box-list .list-item .img img {
	position: absolute;
	top: 0;
	left: 50%;
	max-width: none;
	height: 100%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}

.box-list .list-item .ico-cate {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 10
}

.box-list .list-item .desc {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	max-height: 140px;
	height: 140px;
	padding: 25px 8.77%;
}

.box-list .list-item .desc .date {
	display: block;
	font-size: 14px;
	font-weight: 300;
	white-space: nowrap;
}

.box-list .list-item .desc>p:not(.date) {
	font-size: 20px;
	line-height: 30px;
}

.box-list .list-item .desc>.text-elps2 {
	height: 55px;
}

/* Color Set */
.box-list .list-item .desc.bg-dark-opt .date {
	color: #bcbccc;
}

.box-list .list-item .desc.bg-dark .date {
	color: #999;
}

/* Animation */
.box-list .list-item>a:hover .ico-arr-right {
	transform: translateX(7px);
	-webkit-transform: translateX(7px);
}

/* 간격 */
.box-list .list-item .desc .date+p {
	margin-top: 11px;
}

/* 예외 (아카데미 메인) */
.box-list.type2 .list-item {
	-webkit-box-shadow: none;
	box-shadow: none;
	min-height: auto;
	height: auto;
}

.box-list.type2 .slick-slide>div {
	padding: 0;
}

.box-list.type2 .slick-slide {
	padding: 0 1.18%;
}

.box-list.type2 .list-item .img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding-bottom: 100%;
	overflow: hidden;
}

.box-list.type2 .list-item .img img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	max-width: none;
	height: 100%;
}

.box-list.type2 .list-item .desc {
	position: static;
}

.box-list.type2 .list-item .desc>p+.date {
	margin-top: 15px;
}

.box-list.type2 .list-item .desc .date>span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
}

.box-list.type2 .list-item .desc .date>span:after {
	position: absolute;
	top: 4px;
	left: 0;
	content: '';
	width: 1px;
	height: 12px;
	background: #999;
}

.box-list.type2 .list-item .desc .date>span:first-child {
	padding: 0 6px 0 0;
}

.box-list.type2 .list-item .desc .date>span:first-child:after {
	content: none
}

/**** product-list (slick) ****/
.product-list .slick-track {
	margin: 0;
}

.product-list:after {
	display: block;
	content: '';
	clear: both
}

.product-list .slick-slide>div {
	padding: 0 4.21%;
}

.product-list .list-item {
	position: relative;
	vertical-align: top;
	text-align: center;
	width: 33.3333%;
	float: left;
	margin-top: 30px;
}

.product-list .list-item:nth-child(-n+3) {
	margin-top: 0
}

.product-list .list-item>a {
	display: block;
	width: 100%;
	height: 100%;
}

.product-list .list-item .img-box {
	position: relative;
	background: #e4e7ec;
	margin: 0 10px;
}

.product-list .list-item .img {
	display: block;
	max-height: 240px;
}

.product-list .list-item .img img {
	position: relative;
	transition: .3s;
	-webkit-transition: .3s;
	margin: 0 auto;
}

.product-list .list-item .name {
	display: block;
	position: absolute;
	bottom: 5.3%;
	left: 0;
	width: 100%;
	padding: 0 4.82%;
	font-size: 16px;
	color: #2f353d;
	text-align: left
}

.product-list .list-item .text-more-link {
	font-size: 16px;
	margin-top: 20px;
}

/* 간격 */
.view-box .product-list~.product-list {
	margin-top: 60px;
}

/**** major-list (slick) ****/
.top-slide-area {
	max-width: 990px;
	margin: 0 auto;
	padding-bottom: 30px
}

.major-list .list-item {
	height: 385px;
	padding: 0 30px;
}

.major-list .list-item>a {
	display: block;
	width: 100%;
	height: 100%;
}

.major-list .list-item .img-box {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 50px;
}

.major-list .list-item .img-box .name {
	display: block;
	position: absolute;
	top: 28px;
	left: 0;
	color: #fff;
	width: 100%;
	text-align: center;
	font-size: 28px;
	line-height: 1;
}

.major-list .list-item .img {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	text-align: center
}

.major-list .list-item .img img {
	display: inline-block;
	max-width: none;
	height: 100%;
}

.major-list .list-item .text-more-link {
	display: block;
	position: absolute;
	bottom: 41px;
	left: 0;
	width: 100%;
	text-align: center;
}

.major-list .slick-list+.bottom-dots {
	margin-top: 8px
}

/**** goods-list (slick) ****/
.goods-list .slick-slide {
	padding: 0 0.68%;
	transition: margin .3s;
	-webkit-transition: margin .3s;
}

.goods-list:not(.type2) .slick-slide {
	padding: 0 15px;
}

.goods-list .list-item {
	background: #e4e7eb;
	max-height: 580px;
}

.goods-list .img {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: auto;
	padding-bottom: 68.965%;
	transition: height .6s;
	-webkit-transition: height .6s
}

.goods-list .img img {
	position: absolute;
	top: 0;
	left: 50%;
	max-width: none;
	height: 100%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}

/* desc */
.goods-list .desc {
	padding: 29px 6.486% 38px;
	max-height: 180px;
	background: #2b2f3a;
	color: #fff;
	text-align: center
}

.goods-list .desc .name {
	display: block;
	font-size: 32px;
	font-weight: normal;
}

.goods-list .desc .txt {
	display: block;
	font-size: 16px;
	margin-top: 6px;
}

.goods-list .desc .txt2 {
	display: block;
	font-size: 20px;
	text-align: left;
	line-height: 1.6
}

.goods-list .desc .text-more-link {
	display: block;
	margin-top: 23px;
}

/* 예외 */
.goods-list.type2 .slick-slide {
	padding: 0 1.18%;
}

.goods-list.type2 .list-item {
	background: #fff;
}

.goods-list.type2 .img {
	padding-bottom: 56.10%;
}

.goods-list.type2 .desc {
	padding: 33px 6.486% 34px;
	min-height: 140px;
}

.goods-list.type2 .img img {
	position: absolute;
	top: 0;
	left: 50%;
	max-width: 100%;
	height: auto;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}

.frame-mid .goods-list.acc-list {
	margin-left: -15px;
	margin-right: -15px;
}

/**** item-list ****/
/* img */
.item-list .grid-img {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: auto;
	padding-bottom: 56.37%;
	transition: height .6s;
	-webkit-transition: height .6s
}

.item-list .grid-img.type2 {
	padding-bottom: 0;
	height: 300px;
}

.item-list .grid-img.type3 {
	padding-bottom: 0;
	height: 270px;
}

.item-list .grid-img img {
	position: absolute;
	top: 0;
	left: 50%;
	max-width: none;
	width: auto;
	height: 100%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}

/* desc- 공통 */
.item-list .inner .tit {
	display: block;
	font-size: 20px;
	color: #03010f;
	width: 100%;
}

.item-list .inner .date {
	display: block;
	font-size: 14px;
	color: #6f6f75;
	font-weight: 300;
}

.item-list .inner .txt {
	color: #6f6f75;
	font-size: 16px;
	line-height: 1.55
}

.item-list .inner .desc-list {
	margin-top: 10px;
}

.item-list .inner .desc-list li {
	color: #6f6f75;
	font-size: 14px;
	margin-top: 6px;
}

.item-list .inner .desc-list li:first-child {
	margin-top: 0;
}

.item-list .inner .info {
	position: relative;
}

.item-list .inner .info [class*="label-"] {
	margin-bottom: 3px;
}

/* desc-wrap */
.item-list .desc-wrap {
	height: 215px
}

.item-list .grid-img.type3+.desc-wrap {
	height: 207px;
}

.item-list .desc-wrap .tit {
	display: block;
	line-height: 1.5;
	max-height: 70px;
}

.item-list .desc-wrap .txt.text-elps3 {
	max-height: 72px;
}

.item-list .desc-wrap .info+.tit {
	padding: 6px 0 0;
}

.item-list .desc-wrap .tit+.txt {
	margin-top: 9px;
}

.item-list .desc-wrap .txt+.date {
	margin-top: 18px;
}

/* desc-box */
.item-list .desc-box {
	border: 1px solid #d5d4d9;
	border-top: 0;
	padding: 23px 8.10% 21px;
	background: #fff;
	min-height: 130px;
	max-height: 130px
}

.item-list .desc-box .cls {
	display: block;
	color: #706f75;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 5px;
}

.item-list .desc-box .tit {
	max-height: 60px;
	line-height: 1.45;
}

.item-list .desc-box .tit+.date,
.item-list .desc-box.bg-dark .tit+.desc-list {
	margin-top: 8px;
}

/* bg color */
.item-list .desc-box.bg-dark {
	background-color: #2b2a32;
	border: 1px solid #2b2a32;
	border-top: 0;
	min-height: 185px;
	max-height: 185px;
}

.item-list .desc-box.bg-dark .desc-list li {
	color: #999;
}

.item-list .desc-box.bg-dark .desc-list li .date {
	color: #999;
	display: inline
}

.item-list .inner .desc-box.bg-dark .tit {
	color: #fff;
}

/* 카테고리,태그 위치 */
.item-list .inner .ico-cate {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 1;
}

.item-list .inner .tags-div {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

/**** store-list ****/
.store-list .grid-img {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: auto;
	padding-bottom: 54.17%;
	transition: height .6s;
	-webkit-transition: height .6s;
}

.store-list .grid-img img {
	position: absolute;
	top: 0;
	left: 50%;
	max-width: none;
	height: 100%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}

.store-list .desc-box {
	position: relative;
	background: #eee;
	padding: 25px 8.10% 0;
	min-height: 200px;
}

.store-list .desc-box.type2 {
	min-height: 180px;
}

.store-list .desc-box .tit {
	display: block;
	font-size: 20px;
	margin-bottom: 10px;
}

.store-list .desc-box .desc-info li {
	font-size: 16px;
	color: #6f6f75;
	line-height: 1.45
}

.store-list .desc-box .text-more-link {
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}

/**** pro-list ****/
/* img */
.pro-list .grid-img {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: auto;
	padding-bottom: 94.17%;
}

.pro-list .grid-img img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}

.pro-list .desc-pro {
	position: relative;
	padding: 15px 20px 29px;
	background: #eee;
	max-height: 85px;
}

.pro-list .desc-pro .pro-img {
	position: absolute;
	top: -15px;
	left: 20px;
	display: block;
	width: 80px;
	height: 80px;
	overflow: hidden;
	border-radius: 100%;
}

.pro-list .desc-pro .pro-info {
	padding-left: 92px
}

.pro-list .desc-pro .pro-info .name {
	display: block;
	color: #03010f;
	max-height: 40px;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pro-list .desc-pro .pro-info .nation {
	display: block;
	margin-top: 3px;
	color: #6f6f75;
	font-weight: 300
}

/* hover-obj */
.grid-img .hover-poly {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

.hover-poly .text-more-link {
	display: none;
	position: absolute;
	top: 40%;
	left: 50%;
	color: #fff;
	transform: translate(-50%, 40%);
	-webkit-transform: translate(-50%, 40%);
}

.hover-poly .text-more-link .more-arrow .ico-more {
	background: #fff
}

.hover-poly .text-more-link .more-arrow .ico-more:after {
	border-color: #fff;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

/* motion */
.hover-poly .poly-img {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
}

.hover-poly .poly-obj {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background: rgba(231, 83, 0, .9);
	opacity: 0;
	transition: .2s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.hover-poly:hover .poly-img {
	clip-path: polygon(8% 14%, 86% 2%, 100% 86%, 5% 95%);
}

.hover-poly:hover .poly-obj {
	opacity: 1;
	clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}

.hover-poly:hover .text-more-link {
	display: block;
}

.list-nav-top:after {
	clear: both;
	display: block;
	content: '';
}

.list-nav-top>.right {
	float: right;
}

/* 간격 */
.item-list .colum .grid-img+.desc-wrap {
	margin-top: 20px;
}

.item-list~.pagination {
	margin-top: 55px;
}

.item-list~.btn-area {
	margin-top: 44px;
}

.slick-list+.slick-dots {
	margin-top: 30px;
}

.goods-list~.btn-area {
	margin-top: 40px;
}

.btn-area~.section-title {
	margin-top: 120px
}

.flex-tab-menu~.list-nav-top,
.flex-tab-menu~.item-list {
	margin-top: 80px;
}

.list-nav-top~.item-list {
	margin-top: 15px;
}

@media screen and (max-width:1280px) {

	/**** box-list (slick) ****/
	.box-list .slick-slide {
		padding: 0 1%;
	}

	.box-list .list-item .desc>p:not(.date) {
		font-size: 16px;
		line-height: 25px;
	}

	.box-list .list-item .desc>p .ico-arr-right {
		vertical-align: middle;
		margin-top: -2px;
	}

	.box-list .slick-slide>div {
		padding: 20px 8px;
	}

	.box-list .list-item .desc .date>span:after {
		top: 7px;
	}

	/* 예외 (아카데미 메인) */
	.box-list.type2 .list-item .desc>p+.date {
		margin-top: 5px;
	}

	/* 간격 */
	.slick-list+.slick-dots {
		margin-top: 20px;
	}

	/**** item-list ****/
	/* desc-wrap */
	.item-list .grid-img.type3+.desc-wrap {
		height: 215px;
	}
}

@media screen and (max-width:1030px) {
	.item-list .desc-box.bg-dark {
		min-height: 220px;
		max-height: 220px;
	}
}

@media screen and (max-width:1024px) {

	/**** box-list (slick) ****/
	.box-list .slick-slide {
		padding: 0;
	}

	.box-list .list-item {
		max-width: 276px;
		height: 400px;
		min-height: 400px;
		-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
	}

	.box-list .list-item .desc {
		padding: 23px 8.77%;
		max-height: 120px;
		height: 120px;
	}

	.box-list .list-item .img {
		height: 280px;
	}

	.box-list .list-item .img img {
		position: relative;
	}

	/* 예외 (아카데미 메인) */
	.box-list.type2 .list-item {
		min-width: 276px;
	}

	.box-list.type2 .slick-slide {
		padding: 0;
	}

	.box-list.type2 .slick-slide>div {
		padding: 0 8px;
	}

	.box-list.type2 .list-item .desc>p+.date {
		margin-top: 5px;
	}

	/**** product-list (slick) ****/
	.product-list .list-item .img-box {
		max-height: none;
	}

	/**** major-list (slick) ****/
	.top-slide-area {
		max-width: 100%;
		padding-bottom: 0
	}

	/**** goods-list (slick) ****/
	/* desc */
	.goods-list .desc {
		padding: 19px 6.486% 28px;
	}

	.goods-list .desc .txt2 {
		font-size: 16px;
	}

	.goods-list.type2 .desc {
		padding: 21px 6.486% 22px;
		min-height: 95px;
	}

	/**** item-list ****/
	/* 카테고리 위치 */
	.item-list .inner .ico-cate {
		top: 20px;
		left: 20px;
	}

	.item-list .grid-img.type2 {
		padding-bottom: 0;
	}

	/* desc-wrap */
	.item-list .grid-img.type3+.desc-wrap,
	.item-list .grid-area.span4.col-mix-push>.colum:nth-last-child(-n+4) .desc-wrap {
		height: 180px;
	}

	/**** pro-list ****/
	.pro-list .grid-img {
		padding-bottom: 70.32%
	}

	.pro-list .grid-img img {
		top: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
	}

	/* hover-obj */
	.hover-poly:hover .poly-img {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}

	.hover-poly:hover .poly-obj {
		opacity: 0;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}

	.list-nav-top>.right {
		float: none;
		padding-bottom: 15px;
		border-bottom: 2px solid #b5b1b2;
		margin-top: 53px;
	}

	/**** major-list ****/
	.major-list .list-item .img-box .name {
		font-size: 25px;
	}

	/* 간격 */
	.flex-tab-menu~.list-nav-top,
	.flex-tab-menu~.item-list {
		margin-top: 40px;
	}

	.list-nav-top~.item-list {
		margin-top: 15px;
	}
}

@media screen and (max-width:768px) {

	/**** box-list (slick) ****/
	.box-list .list-item .desc {
		padding: 23px 8.06%;
	}

	.box-list .list-item>a:hover .ico-arr-right {
		transform: none;
		-webkit-transform: none;
	}

	/**** product-list (slick) ****/
	.product-list .slick-slide>div {
		padding: 0;
	}

	.product-list .list-item .img-box {
		padding: 0 11.89%;
		margin: 0;
	}

	.product-list .list-item .img {
		height: 230px;
	}

	.product-list .list-item .img img {
		max-width: none;
		height: 100%;
	}

	.product-list .list-item .name {
		bottom: 6.5%;
	}

	.product-list .list-item .text-more-link {
		position: absolute;
		bottom: 8.5%;
		right: 6.36%;
		margin-top: 0;
	}

	.product-list .list-item .text-more-link>span:not(.more-arrow) {
		display: none;
	}

	.product-list .slick-dots {
		margin-top: 15px;
	}

	/**** major-list (slick) ****/
	.major-list .list-item {
		height: 235px;
		padding: 0;
	}

	.major-list .list-item .img-box .name {
		top: 10px;
	}

	.major-list .list-item .text-more-link {
		bottom: 22px;
	}

	.major-list .list-item .img-box {
		padding: 30px
	}

	/**** goods-list (slick) ****/
	.goods-list .slick-slide {
		padding: 0;
	}

	.goods-list .img {
		padding-bottom: 71.645%;
	}

	.goods-list .img img {
		position: absolute;
		top: 0;
		left: 50%;
		max-width: none;
		height: 100%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
	}

	/* desc */
	.goods-list .desc {
		padding: 17px 6.486% 23px;
		max-height: 180px;
		background: #2b2f3a;
		color: #fff;
		text-align: center
	}

	.goods-list .desc .name {
		font-size: 20px;
	}

	.goods-list .desc .txt {
		font-size: 14px;
		margin-top: 2px;
	}

	.goods-list .desc .text-more-link {
		display: block;
		margin-top: 17px;
	}

	/* 예외 (아카데미 메인) */
	.goods-list.type2 .slick-slide {
		padding: 0;
	}

	.goods-list.type2 .img img {
		max-width: 100%;
		width: 100%;
	}

	/**** item-list ****/
	/* 카테고리 위치 */
	.item-list .inner .ico-cate {
		top: auto;
		left: auto;
		right: 20px;
		bottom: 20px
	}

	/**** item-list ****/
	/* item-list (rwd) */
	.item-list .colum.rwd-col1 .grid-img {
		float: left;
		width: 46.34%;
		height: 100%;
		min-height: 130px;
		padding: 0;
	}

	.item-list .colum.rwd-col1 .grid-img img {
		top: 50%;
		left: 50%;
		max-width: 100%;
		height: auto;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.item-list .colum.rwd-col1 .desc-box {
		float: left;
		width: 53.65%;
		padding: 14px 20px 21px;
		border: 1px solid #d5d4d9;
		border-left: 0;
		min-height: 130px;
		max-height: 130px;
	}

	/* bg-color */
	.item-list .colum.rwd-col1 .desc-box.bg-dark {
		border: 1px solid #2b2a32;
	}

	.item-list .desc-box.bg-dark .desc-list li {
		white-space: nowrap;
	}

	/* desc- 공통 */
	.item-list .inner .tit {
		font-size: 16px;
	}

	.item-list .inner .date {
		font-size: 12px;
	}

	.item-list .inner .txt {
		font-size: 14px;
		line-height: 1.55
	}

	.item-list .inner .info+.tit {
		padding: 5px 0 0;
	}

	/* desc-box */
	.item-list .desc-box .cls {
		font-size: 14px;
		margin-bottom: 7px;
	}

	.item-list .desc-box .tit {
		height: auto;
		max-height: 50px;
	}

	/* desc-wrap */
	.item-list .desc-wrap,
	.item-list .grid-img.type3+.desc-wrap,
	.item-list .grid-area.span4.col-mix-push>.colum:nth-last-child(-n+4) .desc-wrap {
		height: auto;
	}

	.item-list .desc-wrap .txt.text-elps3 {
		max-height: 72px;
	}

	.item-list .desc-wrap .tit+.txt {
		margin-top: 12px;
	}

	.item-list .desc-wrap .txt+.date {
		margin-top: 8px;
	}

	/* img */
	.item-list .grid-img.type2 {
		padding-bottom: 59.85%;
		height: auto;
	}

	.item-list .grid-img.type2 img {
		top: 0;
		height: 100%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
	}

	.item-list .grid-img.type3 {
		padding-bottom: 59.85%;
		height: auto;
	}

	.item-list .grid-img.type3 img {
		top: 0;
		height: 100%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
	}

	.item-list .grid-area.type-1>li>.inner {
		height: auto;
		max-height: none;
	}

	/**** store-list ****/
	.store-list .desc-box,
	.store-list .desc-box.type2 {
		min-height: auto;
		padding: 20px 8.10%;
		text-align: center
	}

	.store-list .desc-box .tit {
		font-size: 20px;
		margin-bottom: 10px;
		text-align: center
	}

	.store-list .desc-box .desc-info li {
		font-size: 14px;
		text-align: center;
		opacity: .8
	}

	.store-list .desc-box .text-more-link {
		position: static;
		transform: none;
		-webkit-transform: none;
		margin-top: 10px;
		margin-bottom: -5px
	}

	/**** pro-list ****/
	.pro-list .grid-img {
		padding-bottom: 94.17%
	}

	.pro-list .grid-img img {
		top: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
	}

	/* 간격 */
	.slick-list+.slick-dots {
		margin-top: 15px
	}

	.section-title~.goods-list {
		margin-top: 20px;
	}

	.goods-list~.btn-area {
		margin-top: 35px;
	}

	.btn-area~.section-title {
		margin-top: 60px
	}
}

@media screen and (max-width:580px) {

	/**** item-list  ****/
	/* item-list (rwd) */
	.item-list .colum.rwd-col1 .grid-img img {
		max-width: none;
		width: auto;
		height: 100%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}


/*========================================================
 pro / 아카데미
========================================================*/
/**** profile-box ****/
.artist-info {
	position: relative;
}

.artist-info.type2 {
	padding-bottom: 80px;
}

.artist-info .profile-box {
	position: absolute;
	top: -170px;
	left: 0;
	width: 31.62%;
	transition: .3s;
	-webkit-transition: .3s;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.profile-box {
	background: #fff;
	padding: 60px 0 55px;
	text-align: center;
	max-height: 575px;
	min-height: 575px;
}

.profile-box .inner {
	position: relative;
	padding: 0 9.45%;
}

.profile-box .photo {
	position: relative;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	border: 1px solid #f0f0f0;
	border-radius: 100%;
	overflow: hidden;
}

.profile-box .artist .name {
	display: block;
	font-size: 20px;
	line-height: 1;
	font-weight: 700
}

.profile-box .artist .nation,
.profile-box .artist .eng {
	display: block;
	font-size: 16px;
	color: #6f6f75;
	line-height: 1;
	font-weight: 300;
	margin-top: 16px;
}

.profile-box .comment {
	color: #03010f;
	font-size: 14px;
	border-top: 1px solid #e4e7ec;
	padding: 24px 10px 0;
	line-height: 1.6;
	margin-top: 26px;
}

.profile-box .career-list {
	color: #03010f;
	border-top: 1px solid #e4e7ec;
	padding: 24px 10px 0;
	margin-top: 26px;
	text-align: left
}

.profile-box .career-list ul li {
	font-size: 14px;
	line-height: 1.6;
}

.profile-box .career-list ul li+li {
	margin-top: 8px;
}

/* 간격 */
.profile-box .photo+.artist {
	margin-top: 36px;
}

.profile-box .artist+.sns-list {
	margin-top: 48px;
}

.artist-info.type2 .btn-area {
	width: 100%;
	margin-top: 60px;
}

.artist-info.type2 .btn-area+.bl-list-type2 {
	margin: 40px auto 0;
	max-width: 490px;
}

.artist-info.type2 .profile-box {
	max-height: none;
	min-height: 553px
}

/**** info-detail-view ****/
.info-detail-view {
	padding: 65px 0 65px 37.60%;
	min-height: 534px;
	transition: .3s;
	-webkit-transition: .3s
}

.info-detail-view h2 {
	font-size: 20px;
	margin-bottom: 16px;
}

.info-detail-view h3 {
	font-size: 20px;
	margin-bottom: 16px;
}

/* 프로 */
.info-detail-view .in-txt {
	font-size: 16px;
	line-height: 1.55;
}

.info-detail-view .in-txt>p+p,
.info-detail-view .in-txt>div+div {
	margin-top: 16px
}

/* 아카데미 */
.info-detail-box {
	padding: 70px 0 0 37.60%;
	min-height: 380px;
	transition: .3s;
	-webkit-transition: .3s
}

.info-grid-box {
	background: #52565e;
	color: #fff;
}

.info-grid-box .colum .inner {
	padding: 38px 0 0;
	text-align: center;
	height: 156px;
	border-left: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	transition: .3s;
	-webkit-transition: .3s
}

.info-grid-box .colum .inner .tit {
	color: #d1d2d4;
	font-size: 14px;
	display: block;
}

.info-grid-box .colum .inner .txt {
	display: block;
	font-size: 16px;
	height: 44px;
	padding: 0 10px;
}

/* 아이콘 */
[class*="ico-class-type"] {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 auto;
}

.ico-class-type1 {
	background-image: url("../images/ico_class_type1.png");
	background-size: 60px auto;
}

.ico-class-type2 {
	background-image: url("../images/ico_class_type2.png");
	background-size: 60px auto;
}

.ico-class-type1.date {
	background-position: left top;
}

.ico-class-type1.time {
	background-position: right top;
}

.ico-class-type1.people {
	background-position: left bottom;
}

.ico-class-type1.place {
	background-position: right bottom;
}

.ico-class-type2.artist {
	background-position: left top;
}

.ico-class-type2.pay {
	background-position: right top;
}

.ico-class-type2.period {
	background-position: left bottom;
}

/* 간격 */
.info-grid-box .colum .inner [class*="ico-class-type"]+.tit {
	margin-top: 8px;
}

.info-grid-box .colum .inner .tit+.txt {
	margin-top: 18px;
}

/* sns-list */
.sns-list {
	text-align: center
}

.sns-list li {
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
}

.sns-list li:first-child {
	margin-left: 0;
}

.sns-list li a {
	display: block;
	padding: 0 5px;
}

/* exp-box */
.exp-box {
	border-top: 2px solid #03010f;
}

.exp-div {
	padding: 30px 0;
	font-size: 16px;
	border-bottom: 1px solid #e4e7ec;
}

.exp-div .exp-tit {
	padding-left: 30px;
	font-size: 18px
}

.exp-div .exp-txt {
	font-size: 16px;
	line-height: 24px;
	padding-right: 75px;
}

.exp-div .exp-txt .figure-video {
	width: 600px;
	height: 340px;
}

.exp-div:last-child {
	border-bottom: 0;
	padding: 30px 0 0;
}

.exp-div .text-box .bl-list li {
	color: #6f6f75;
}

/* 간격 */
.exp-txt+.text-box {
	margin-top: 25px;
}

/**** sips-list ****/
.sips-list [class*="sips-bnr"] {
	display: block;
	padding-bottom: 41.82%;
	background-repeat: no-repeat;
	background-size: cover;
}

.sips-list [class*="sips-bnr"]>span {
	display: block;
	position: absolute;
	top: 40px;
	left: 40px;
	z-index: 1;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}

.sips-list [class*="sips-bnr"]:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	transition: .3s;
	-webkit-transition: .3s
}

.sips-list [class*="sips-bnr"]:hover:after {
	background: rgba(0, 0, 0, .6);
}

.sips-list .sips-bnr1 {
	background-image: url("../images/img_sips01.jpg");
}

.sips-list .sips-bnr2 {
	background-image: url("../images/img_sips02.jpg");
}

.sips-list .sips-bnr3 {
	background-image: url("../images/img_sips03.jpg");
}

.sips-list .sips-bnr4 {
	background-image: url("../images/img_sips04.jpg");
}

.sips-list .sips-bnr5 {
	background-image: url("../images/img_sips05.jpg");
}

.sips-list .sips-bnr6 {
	background-image: url("../images/img_sips06.jpg");
}

.sips-list .sips-bnr7 {
	background-image: url("../images/img_sips07.jpg");
}

.sips-list .sips-bnr8 {
	background-image: url("../images/img_sips08.jpg");
}

/**** service-list ****/
.service-list .box-in {
	position: relative;
	height: 190px;
	background: #fff;
	padding: 35px 80px 35px 40px;
	font-size: 18px;
}

.service-list .box-in .ico-sips {
	position: absolute;
	top: 50%;
	margin-top: -32px;
	right: 20px;
}

.service-list .box-in .ico-sips-new {
	position: absolute;
	top: 50%;
	margin-top: -32px;
	right: 20px;
}

.service-list .box-in .num {
	display: block;
	color: #e75300;
	font-weight: bold;
	margin-bottom: 7px;
	font-size: 17px;
}
.service-list .box-in .txt{
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
}

.service-list~.btn-area {
	margin-top: 60px;
}

/**** service-banner ****/
.service-banner {
	max-width: 710px;
	margin: 0 auto;
	padding: 35px 0;
}

.service-banner .inner {
	padding: 0 75px;
	border-right: 1px solid #c8c7c9;
}

.service-banner .service-txt {
	padding-left: 29px;
	position: relative
}

.service-banner .service-txt .ico-service {
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
}

.service-banner .grid-area .colum:last-child .inner {
	border-right: 0;
}

.service-banner .service-txt .emp {
	display: block;
	font-size: 20px;
}

.service-banner .service-txt .emp.number {
	font-size: 24px;
	margin-top: -4px;
}

.service-banner .service-txt .desc {
	margin-bottom: 4px;
}

.service-banner .service-txt .desc+.desc-sub {
	color: #6f6f75;
	font-size: 14px;
}

.service-banner .service-txt .ico-arr-right {
	width: 10px;
	height: 10px;
	margin-left: 6px;
	vertical-align: middle;
	margin-top: -3px;
}

.service-banner .service-txt .ico-arr-right:before,
.service-banner .service-txt .ico-arr-right:after {
	background-color: #bfc1c7;
}

/**** map-box ****/
/* .bg-aca-map {
	background: url("../images/bg_aca_map.jpg") no-repeat;
	background-size: cover;
} */

.bg-aca-map .section-title {
	color: #fff;
}

.map-box {
	position: relative;
	padding: 40px;
	background: #fff;
	height: 100%;
}

.map-box .grid-area {
	position: relative;
	height: 660px;
	padding-right: 66.66666667%;
}

.map-box .grid-area .colum {
	position: relative;
	height: 100%;
}

.map-box .grid-area .colum.col-left {
	z-index: 1;
}

.map-box .grid-area .colum.col-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	padding-left: 33.33333333%;
}

.map-box .grid-area .colum.col-right .inner {
	width: 100%;
	padding-left: 20px;
}

.map-box .map-area {
	position: relative;
	text-align: right;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.map-box .map-area .map-btn {
	position: absolute;
	bottom: 15px;
	right: 0;
	width: 100%;
	max-width: 690px;
	padding: 0 20px;
	text-align: center;
}

.map-box .map-area .map-btn .btn-dark {
	background-color: rgba(3, 1, 5, .86);
}

.map-box .map-area img {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	max-width: none;
	height: 100%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}

.map-txt-area {
	font-size: 16px;
	padding-right: 15px
}

.map-txt-area .map-tit {
	font-size: 36px
}

.map-txt-area .map-txt {
	color: #444;
	margin: 10px 0 10px;
}

.map-txt-area .map-info-list li {
	border-bottom: 1px solid #e5e5e7;
	padding: 20px 0;
}

.map-txt-area .map-info-list li:last-child {
	border-bottom: 0
}

.map-txt-area .map-info-list .txt {
	color: #444;
	margin-top: 10px;
}

.map-box .grid-area .map-store-img {
	/* position: absolute;
	bottom: 0;
	left: 0; */
	width: 100%;
}

.map-box .grid-area>.map-store-img {
	display: none;
}

/* 팝업 */
.pop-content .map-box {
	padding: 0;
}

/* 슬라이드 */
.map-store-slide {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 360px;
}

.store-view .inner-item {
	width: 100%;
	height: 100%;
}

.store-thum {
	width: 100%;
	overflow: hidden;
	margin-top: -4px;
}

.store-thum .thum-item {
	float: left;
	position: relative;
	width: 25%;
	height: 70px;
	overflow: hidden;
}

.store-thum .thum-item img {
	height: 100%;
	max-width: none;
}

.store-thum.col3 .thum-item {
	width: 33.33%;
}

.store-thum.col3 .thum-item img {
	width: 100%
}

.store-thum .thum-item a {
	position: relative;
	display: block;
	height: 100%;
}

.store-thum .thum-item.active a:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: block;
	content: '';
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border: 3px solid #e75300;
	background: rgba(231, 83, 0, .6);
}

@media screen and (max-width:1024px) {

	/* exp-box */
	.exp-div {
		padding: 14px 0;
		font-size: 16px;
		border-bottom: 1px solid #e4e7ec;
	}

	.exp-div:last-child {
		padding: 14px 0 0;
	}

	.exp-div .colum+.colum {
		margin-top: 13px
	}

	.exp-div .exp-tit {
		padding-left: 0;
		font-size: 16px
	}

	.exp-div .exp-txt {
		font-size: 14px;
		padding: 0;
	}

	.exp-div .exp-txt .figure-video {
		width: 100%;
		height: 188px;
	}

	.artist-info.type2 .btn-area+.bl-list-type2 {
		margin: 25px auto 0;
	}
}

@media screen and (max-width:960px) {

	/**** profile-box ****/
	.artist-info.type2 {
		padding-bottom: 40px;
	}

	.artist-info .profile-box {
		position: relative;
		top: -75px;
		left: 0;
		width: 100%;
		max-height: none;
		min-height: auto
	}

	.artist-info.type2 .profile-box {
		top: 0;
		min-height: auto
	}

	.profile-box .photo {
		width: 125px;
		height: 125px;
	}

	.profile-box .artist {
		margin: 22px 0 38px;
	}

	.profile-box .artist .nation {
		margin-top: 11px;
	}

	.profile-box .comment {
		margin-top: 20px;
		padding: 20px 0 0;
	}

	/* 간격 */
	.artist-info.type2 .info-detail-box~.profile-box {
		margin-top: 20px;
		box-shadow: none
	}

	.artist-info.type2 .profile-box~.btn-area {
		position: static;
		bottom: 0;
		left: 0;
		margin-top: 20px
	}

	/**** info-detail-view ****/
	.info-detail-view {
		padding: 0 0 65px 0;
		min-height: auto;
	}

	.info-detail-view .in-txt {
		font-size: 14px;
	}

	/* 아카데미 */
	.info-detail-box {
		padding: 60px 0 0 0;
		min-height: auto;
	}

	.info-grid-box {
		background: #52565e;
		color: #fff;
	}

	.aca-artist-list .profile-box {
		padding: 40px 0 55px;
	}

	/**** map-box ****/
	.bg-aca-map {
		background: none;
		padding: 0 0 80px !important;
	}

	.bg-aca-map .section-title {
		display: none;
	}

	.map-box {
		padding: 30px 0 0;
	}

	.map-box .grid-area {
		padding: 0;
		height: auto;
	}

	.map-box .grid-area .colum.col-left,
	.map-box .grid-area .colum.col-right {
		display: block;
		padding: 0;
		position: static;
	}

	.map-box .grid-area .colum.col-right .inner {
		padding: 0;
	}

	.map-box .grid-area .map-store-img {
		position: static;
	}

	.map-box .map-area {
		height: 400px;
	}

	.map-box .map-area img {
		max-width: 100%;
		height: auto;
		top: 50%;
		left: 50%;
		max-width: none;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
	}

	.map-box .map-area .map-btn {
		max-width: 100%;
	}

	.map-box .map-area .map-btn .btn {
		width: 100%;
	}

	.map-box .grid-area .colum.col-left .map-store-img {
		display: none;
	}

	.map-box .grid-area>.map-store-img {
		display: block;
		margin-top: 20px;
		max-height: 300px;
		overflow: hidden;
	}

	.map-box .grid-area>.map-store-img img {
		max-width: none;
		width: 100%;
	}

	.map-txt-area {
		font-size: 14px;
	}

	.map-txt-area .map-tit {
		font-size: 28px;
	}

	/* 슬라이드 */
	.map-store-slide {
		position: static;
		margin: 0 auto;
		padding-bottom: 40px;
	}
}

@media screen and (max-width:768px) {

	/* 아카데미 */
	.info-grid-box .colum .inner {
		height: 130px;
		border-left: 1px solid #f0f0f0;
		border-bottom: 1px solid #f0f0f0;
		padding: 20px 0 0;
	}

	.info-grid-box .colum .inner .txt {
		font-size: 14px;
		height: 34px;
		display: table;
		width: 100%;
	}

	.info-grid-box .colum .inner .txt .in-area {
		display: table-cell;
		vertical-align: middle
	}

	/* 간격 */
	.info-grid-box .colum .inner [class*="ico-class-type"]+.tit,
	.info-grid-box .colum .inner .tit+.txt {
		margin-top: 8px;
	}

	.profile-box {
		max-height: none;
		min-height: auto;
	}

	/**** sips-list ****/
	.sips-list [class*="sips-bnr"] {
		padding-bottom: 31.82%;
		min-height: 160px;
	}

	.sips-list [class*="sips-bnr"]>span {
		top: 25px;
		left: 25px;
		font-size: 18px;
	}

	/**** service-list ****/
	.service-list .box-in {
		height: 205px;
		padding: 30px 10px;
		font-size: 14px;
		text-align: center
	}

	.service-list .box-in .ico-sips {
		position: static;
		margin-top: 0;
		margin-bottom: 5px;
	}

	.service-list .box-in .ico-sips-new {
		position: static;
		margin-top: 0;
		margin-bottom: 5px;
	}

	.service-list .box-in .num {
		margin-bottom: 7px;
		font-size: 16px;
	}

	.service-list~.btn-area {
		margin-top: 40px;
	}

	/**** service-banner ****/
	.service-banner {
		padding: 20px;
	}

	.service-banner .inner {
		border: 0;
		border-bottom: 1px solid #c8c7c9;
		padding: 40px 0;
	}

	.service-banner .grid-area .colum:last-child .inner {
		border-bottom: 0;
	}

	.service-banner .service-txt {
		padding-left: 0;
		text-align: center;
	}

	.service-banner .service-txt .ico-service {
		display: inline-block;
		vertical-align: top;
		position: static;
	}

	.service-banner .service-txt .emp {
		font-size: 16px;
		margin-top: 6px;
	}

	.service-banner .service-txt .emp.number {
		font-size: 20px;
		margin-top: 4px;
	}

	.service-banner .service-txt .desc {
		margin-bottom: 16px;
	}

	.service-banner .service-txt .desc+.desc-sub {
		font-size: 14px;
	}

	.map-box .map-area {
		height: 225px;
	}
}


/*========================================================
 장바구니
========================================================*/
/* payment-step */
.payment-step-area {
	background: #2b2f3a;
	padding-bottom: 45px;
}

.payment-step {
	max-width: 730px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

.payment-step .grid-area {
	display: inline-block;
	white-space: nowrap;
}

.payment-step .grid-area>.colum {
	text-align: center;
	display: inline-block;
	float: none;
	vertical-align: top
}

.payment-step li .ico-pay-step {
	display: block;
	margin: 0 auto;
}

.payment-step li .txt {
	display: block;
	color: #6f6f75;
	font-size: 20px;
	margin-top: 15px;
	white-space: normal;
}

.payment-step li.current .txt {
	color: #fff;
	font-weight: bold;
}

.payment-step li:first-child .inner:before {
	content: none
}

.payment-step li .inner:before {
	position: absolute;
	top: 36px;
	left: -11px;
	display: block;
	width: 22px;
	height: 27px;
	content: '';
	background: url("../images/ico_step_arrow.png");
	background-size: cover;
}

.payment-step li.current .inner:before {
	background-position: right top;
}

/* message-bar */
.message-bar {
	background: #fff;
	padding: 30px 0 32px;
}

.mileage-txt .txt {
	font-size: 28px;
	text-align: center;
	color: #333;
}

.mileage-txt .txt .name {
	color: #03010f;
}

/* list-info-area */
.list-info-area .content-title {
	margin-top: -7px !important
}

.list-info-area .total {
	font-size: 18px;
}

.list-info-area .total .number {
	font-weight: 700
}

.list-info-area .guide-txt {
	color: #6f6f75;
	font-size: 16px;
	text-align: right
}

/* 간격 */
.list-info-area~.apply-list-wrap {
	margin-top: 7px;
}

/* agree-area */
.agree-area {
	max-width: 730px;
	margin: 0 auto;
}

.agree-area>.txt {
	font-size: 18px;
	color: #6f6f75;
	text-align: center;
	line-height: 1.55
}

.agree-area .check-div {
	text-align: center;
}

/* 간격 */
.agree-area>.txt~.check-div {
	margin-top: 20px
}

.agree-area~.btn-area {
	margin-top: 60px
}

/* apply-item */
.apply-item {
	background: #fff;
	padding: 20px 30px;
}

.apply-item .inner {
	position: relative;
}

.apply-item .apply-title {
	color: #03010f;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #dad8d8;
	padding-bottom: 24px;
	padding-right: 90px
}

.apply-item .inner .btn {
	position: absolute;
	top: 0;
	right: 0;
}

/* apply-item-group */
.apply-item-group {
	background: #fff;
}

.apply-item-group .inner {
	position: relative;
	display: table;
	width: 100%;
}

.apply-item-group .apply-colum {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	border-left: 1px solid #ecebeb;
}

.apply-item-group .apply-title {
	color: #03010f;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.apply-colum .inner-colgroup {
	width: 100%;
	height: 100%;
	/*position:absolute; top:0; left:0; overflow:hidden;*/
}

.apply-colum .inner-colgroup [class*="inner-col"] {
	float: left;
	height: 100%;
	text-align: center
}

.apply-colum .inner-colgroup [class*="inner-col"]>.txt,
.apply-colum .inner-colgroup [class*="inner-col"]>.btn {
	position: relative;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.apply-colum .inner-colgroup .inner-col {
	width: 53.62%;
	/*border-right:1px solid #ecebeb;*/
}

.apply-colum .inner-colgroup .inner-col>.txt {
	display: block;
	padding: 8px 20px;
	color: #6f6f75;
	font-size: 16px;
}

.apply-colum .inner-colgroup .inner-col>.txt .order-num {
	font-size: 14px;
	display: block;
}

.apply-colum .inner-colgroup .inner-col-btn {
	width: 46.37%;
}

.apply-colum .inner-row {
	padding: 25px 30px;
}

.apply-colum .inner-row+.inner-row {
	border-top: 1px solid #f0f0f0
}

.apply-colum.col-num {
	width: 6.58%;
	border-left: 0;
	text-align: center;
	color: #6f6f75;
}

.apply-colum.col-desc {
	width: 63.93%;
}

.apply-colum.col-cur {
	width: 29.48%;
}

.desc-div>ul {
	position: relative;
	padding-right: 20%
}

.desc-div .grid-area .colum {
	font-size: 16px;
}

.desc-div .grid-area:not(.rwd-last-colum) .col-tit {
	color: #03010f;
	width: 80px;
}

.desc-div .grid-area .col-txt {
	color: #6f6f75;
	padding-left: 15px;
}

.desc-div .grid-area.rwd-last-colum {
	position: absolute;
	top: 40%;
	right: 0;
	margin: 0;
	width: auto;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	font-size: 18px;
}

.desc-div .grid-area.rwd-last-colum .colum {
	font-size: 18px;
}

.desc-div .grid-area+.grid-area {
	margin-top: 6px;
}

.total-result {
	background: #fff;
	text-align: center;
	font-size: 20px;
}

.total-result .inner {
	overflow: hidden;
	padding: 25px 0;
}

.total-result .rwd-txt-left {
	display: inline-block;
	vertical-align: top
}

.total-result .rwd-txt-right {
	display: inline-block;
	vertical-align: top
}

/* 간격 */
.apply-list~.total-result {
	margin-top: 10px;
}

.apply-list-wrap~.bl-list-type2 {
	margin-top: 15px
}

.apply-item+.apply-item,
.apply-item-group+.apply-item-group {
	margin-top: 12px;
}

.apply-list-wrap~.pagination {
	margin-top: 30px;
}

.apply-list-wrap~.btn-area {
	margin-top: 60px;
}

.apply-item .apply-title+.desc-div {
	margin-top: 16px;
}

/* complete-div */
.complete-div {
	text-align: center
}

.complete-div .tit {
	font-size: 36px;
	color: #e75300;
}

.complete-div .txt {
	color: #333;
	font-size: 18px;
	line-height: 1.6
}

.complete-div .tit+.txt {
	margin-top: 18px;
}

.complete-div+.btn-area {
	margin-top: 56px;
}

.mile-input .input-group.input-lg .input-text {
	padding: 4px 0 8px 20px;
	text-align: right;
	font-weight: 700;
	font-size: 20px
}

/* none-div */
.none-div {
	text-align: center;
	background: #fff;
	padding: 75px 0;
}

.none-div .txt {
	color: #6f6f75;
	font-size: 18px;
	line-height: 1.6
}

.none-message .ico-cart+.txt {
	margin-top: 25px;
}

.none-message+.btn-area {
	margin-top: 56px;
}

.none-div+.bl-list-type2 {
	margin-top: 15px;
}

/* account-area */
.account-head {
	border-top: 2px solid #2b2f3a;
	border-bottom: 1px solid #b5b1b2;
	font-size: 16px;
	padding: 19px 0;
}

.account-info {
	border-bottom: 1px solid #b5b1b2;
	padding: 30px 0;
}

.account-info .colum {
	padding-right: 33px;
}

.account-info .colum:first-child .input-group>.input-group-add.txt {
	padding: 0 10px 0 0;
}

.account-info .colum .input-group>.input-group-add.txt {
	color: #6f6f75;
	font-size: 16px;
}

/* 간격 */
.account-info~.bl-list-type2 {
	margin-top: 15px
}

.account-area~.btn-area {
	margin-top: 56px;
}

.account-head~.content-title-sub {
	margin-top: 25px
}

/* 간격 */
.grid-wrap[class*="rwd-block-"]+.guide-view-txt {
	margin-top: 17px;
}

.guide-view-txt+.bl-list-type2 {
	margin-top: 22px;
}

.view-type-table~.agree-area {
	margin-top: 35px
}

.inner-content .btn-area~.bl-list-type2 {
	margin-top: 40px;
	text-align: center;
	font-size: 16px
}

.exp-guide+.exp-guide {
	margin-top: 75px;
}

.input-group~.exp-view,
.exp-guide .bl-list-type2+.btn-area {
	margin-top: 30px;
}

.view-type-table~.bl-list-type2,
.content-title-sub+.bl-list-type2,
.content-title-list~.bl-list-type2,
.bl-list-type2+.guide-view-txt {
	margin-top: 15px;
}

@media screen and (max-width:1280px) {

	/* account-area */
	.account-info .colum {
		padding-right: 10px;
	}
}


@media screen and (max-width:1024px) {

	/* payment-step */
	.payment-step-area {
		padding-bottom: 20px;
	}

	.payment-step li .txt {
		display: block;
		color: #6f6f75;
		font-size: 16px;
		margin: 5px auto 0;
		max-width: 70px;
	}

	.payment-step li .inner:before {
		top: 25px;
		width: 17px;
		height: 20px;
		left: -8px;
	}

	/* message-bar */
	.message-bar {
		padding: 35px 0 37px;
		background: #ebebeb;
	}

	.mileage-txt .txt {
		font-size: 20px;
	}

	/* list-info-area */
	.list-info-area {
		padding: 22px 0;
	}

	.list-info-area .colum {
		text-align: center;
	}

	.list-info-area .total {
		font-size: 14px
	}

	.list-info-area .guide-txt {
		font-size: 14px;
		text-align: center;
		margin-top: 6px;
		padding: 0 20px;
	}

	/* 간격 */
	.list-info-area~.apply-list-wrap {
		margin: 0;
	}

	/* agree-area */
	.agree-area>.txt {
		font-size: 14px;
	}

	.agree-area~.btn-area {
		margin-top: 25px
	}

	.inner-content .btn-area~.bl-list-type2 {
		margin-top: 20px;
		font-size: 14px
	}

	/* apply-item */
	.apply-list-wrap {
		padding: 12px 0 0;
		background: #f0f0f0;
	}

	.apply-item {
		padding: 20px;
	}

	.total-result {
		border-bottom: 12px solid #f0f0f0;
	}

	.total-result .inner {
		padding: 25px 20px;
	}

	/* apply-item-group */
	.apply-item-group .inner {
		padding-top: 50px
	}

	.apply-item-group .apply-title {
		font-size: 14px;
	}

	.apply-colum .inner-colgroup {
		position: relative;
		padding: 12px 85px 12px 0;
		max-height: 52px;
		margin: 0 20px;
		width: auto;
		border-bottom: 2px solid #03010f;
		overflow: hidden
	}

	.apply-colum .inner-colgroup [class*="inner-col"]>.txt,
	.apply-colum .inner-colgroup [class*="inner-col"]>.btn {
		position: relative;
		top: 0;
		transform: none;
		-webkit-transform: none
	}

	.apply-colum .inner-colgroup .inner-col {
		position: relative;
		width: 100%;
		min-height: 28px;
		text-align: left;
		border-right: 0;
		line-height: 1.2
	}

	.apply-colum .inner-colgroup .inner-col>.txt {
		position: absolute;
		top: 40%;
		width: 100%;
		display: block;
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		padding: 0;
		/*line-height:28px; */
		color: #03010f;
	}

	.apply-colum .inner-colgroup .inner-col-btn {
		width: auto;
		float: right;
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -14px;
	}

	.apply-colum .inner-colgroup .inner-col>.txt .order-num {
		display: inline;
	}

	.apply-colum .inner-row {
		padding: 20px 0;
		margin: 0 20px;
	}

	.apply-colum .inner-row+.inner-row {
		border-top: 1px solid #f0f0f0
	}

	.apply-colum.col-num {
		display: none
	}

	.apply-colum.col-desc {
		width: 100%
	}

	.apply-colum.col-cur {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
	}

	/* 간격 */
	.apply-list-wrap~.bl-list-type2 {
		padding: 0 20px;
	}

	.apply-list~.total-result {
		margin-top: 12px;
	}

	.apply-list-wrap~.btn-area {
		margin-top: 20px;
	}

	/* complete-div */
	.complete-div .tit {
		font-size: 28px;
	}

	.complete-div .txt {
		font-size: 14px;
		padding: 0 20px;
	}

	.complete-div .tit+.txt {
		margin-top: 18px;
	}

	.complete-div+.btn-area {
		margin-top: 56px;
	}

	.apply-content .content:first-child .complete-div {
		padding-top: 80px
	}

	/* none-div */
	.none-wrap {
		padding-top: 20px;
	}

	.none-div {
		padding: 40px 0;
	}

	.none-div .txt {
		font-size: 14px;
	}

	.none-message .ico-cart+.txt {
		margin-top: 20px;
	}

	.none-message+.btn-area {
		margin-top: 40px;
	}

	.none-div+.bl-list-type2 {
		margin-top: 15px;
	}

	/* account-area */
	.account-head {
		font-size: 14px;
		padding: 19px 0;
	}

	.account-info {
		border-bottom: 0;
		padding-bottom: 0
	}

	.account-info .colum {
		padding-right: 0;
	}

	.account-info .colum .input-group>.input-group-add.txt {
		font-size: 14px;
	}

	/* 간격 */
	.account-info .colum+.colum {
		margin-top: 25px;
	}

	.account-area~.btn-area {
		margin-top: 20px;
	}

	/* 간격 */
	.grid-wrap[class*="rwd-block-"]+.guide-view-txt {
		margin-top: 15px;
	}

	.guide-view-txt+.bl-list-type2 {
		margin-top: 10px;
	}

	.view-type-table~.agree-area,
	.agree-area>.txt~.check-div {
		margin-top: 20px
	}

	.exp-guide+.exp-guide {
		margin-top: 60px;
	}
}

@media screen and (max-width:768px) {

	/* apply-list-wrap */
	.apply-item .apply-title {
		font-size: 14px;
		padding-bottom: 17px;
	}

	.desc-div>ul {
		padding: 0;
	}

	.desc-div .grid-area .colum {
		font-size: 14px;
	}

	.desc-div .grid-area .col-tit {
		width: 80px;
		float: left;
	}

	.desc-div .grid-area .col-txt {
		float: right;
	}

	.desc-div .grid-area.rwd-last-colum {
		position: static;
		top: 0;
		transform: none;
		-webkit-transform: none
	}

	.desc-div .grid-area.rwd-last-colum .colum {
		font-size: 14px;
	}

	.desc-div .grid-area+.grid-area {
		margin-top: 13px;
	}

	.apply-item .inner .btn {
		position: absolute;
		top: 0;
		right: 0;
		padding: 4px 13px 3px;
		font-size: 12px;
	}

	.total-result {
		font-size: 14px;
	}

	.total-result .inner {
		padding: 15px 20px;
	}

	.total-result .rwd-txt-left {
		float: left;
	}

	.total-result .rwd-txt-right {
		float: right;
	}

	/* apply-item-group */
	.apply-colum .inner-colgroup .inner-col>.txt {
		font-size: 14px;
	}
}

@media screen and (max-width:340px) {
	.apply-colum .inner-colgroup .inner-col>.txt .order-num {
		display: block;
	}
}


/*========================================================
 Table List
========================================================*/
/**** view-type-table ****/
.view-type-table {
	border-top: 2px solid #2b2f3a;
}

.view-type-table table {
	width: 100%;
	table-layout: fixed
}

.view-type-table table thead th {
	background: #f0f0f0;
	color: #03010f;
}

.view-type-table table th,
.view-type-table table td {
	border-left: 1px solid #b5b1b2;
	border-bottom: 1px solid #b5b1b2;
	font-size: 16px;
	color: #6f6f75;
	text-align: center;
	padding: 10px;
	vertical-align: top;
}

.view-type-table table th {
	font-weight: normal;
}

.view-type-table table th.tit-bg {
	color: #03010f;
	background: #f0f0f0;
}

.view-type-table table tr.result-line th {
	background: #f0f0f0;
	color: #03010f;
}

.view-type-table table tr.result-line td {
	background: #f0f0f0;
	font-weight: bold
}

.view-type-table table tr.result-line td .num {
	font-weight: 700
}

.view-type-table table .in-txt {
	padding: 9px 0;
}

.view-type-table table td .input-group[class*="rwd-block-"] {
	margin: 0 auto;
}

.view-type-table tr th:first-child,
.view-type-table tr td:first-child {
	border-left: 0;
}

/**** event-list-table ****/
.event-list-table {
	border-top: 2px solid #2b2f3a
}

.event-list-table table {
	width: 100%;
	table-layout: fixed
}

.event-list-table table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	box-sizing: border-box;
}

.event-list-table th,
.event-list-table td {
	padding: 23px 20px;
	border-bottom: 1px solid #b5b1b2;
	font-size: 16px;
	vertical-align: middle;
	color: #6f6f75;
	text-align: center
}

.event-list-table .title {
	text-align: left;
	padding-left: 50px;
	line-height: 1.6;
	margin: -10px 0;
}

.event-list-table .title .url {
	margin-top: 4px;
	word-break: break-all;
}

.event-list-table .rwd-right-cell {
	text-align: center
}

.event-list-table .rwd-right-cell .btn-tb-toggle {
	margin: -18px 0;
	position: relative;
	z-index: 1
}

/* 상세 */
tr.list-detail-div td {
	padding: 0;
}

tr.list-detail-div .in-txt.detail {
	position: relative;
	z-index: 1;
	margin-top: -1px;
	text-align: left
}

tr.list-detail-div .text-box .added-right {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

tr.list-detail-div .detail-img {
	padding: 0 0 20px;
	text-align: center
}

tr.list-detail-div .detail-line .tit,
tr.list-detail-div .detail-line .desc {
	display: inline;
}

/* 간격 */
tr.list-detail-div .text-box+.detail-img {
	margin-top: 20px;
}

tr.list-detail-div .in-txt.detail ul li+li {
	margin-top: 6px;
}

tr.list-detail-div .in-txt.detail ul~.detail-line {
	margin-top: 13px;
}

/**** list-type-table ****/
.list-type-table {
	border-top: 2px solid #2b2f3a
}

.list-type-table table {
	width: 100%;
	table-layout: fixed
}

.list-type-table table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	box-sizing: border-box;
}

.list-type-table th,
.list-type-table td {
	padding: 10px 25px;
	border-bottom: 1px solid #b5b1b2;
	border-left: 1px solid #b5b1b2;
	font-size: 16px;
	vertical-align: middle;
	color: #6f6f75;
	text-align: center;
}

.list-type-table thead th {
	background-color: #f0f0f0;
	color: #03010f;
	padding: 10px 25px;
}

.list-type-table tr th:first-child,
.list-type-table tr td:first-child {
	border-left: 0;
}

.list-type-table .in-txt {
	padding: 10px 0;
}

.list-type-table .title {
	text-align: left
}

.list-type-table .rwd-right-cell {
	text-align: center
}

/**** 간격 ****/
.list-tb~.pagination {
	margin-top: 30px;
}

.list-tb~.btn-area {
	margin-top: 60px;
}

/**** rwd-tb-grid ****/
.rwd-tb-grid {
	border-top: 2px solid #2b2f3a;
}

.rwd-tb-grid .colum {
	border-right: 1px solid #b5b1b2;
	border-bottom: 1px solid #b5b1b2;
}

.rwd-tb-grid .colum:nth-child(even) {
	border-right: 0;
}

.rwd-tb-grid .colum .inner {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.rwd-tb-grid .colum .inner .th-div {
	display: table-cell;
	width: 50%;
	text-align: center;
	background: #f0f0f0;
	border-right: 1px solid #b5b1b2;
	padding: 19px 0;
}

.rwd-tb-grid .colum .inner .td-div {
	display: table-cell;
	width: 50%;
	text-align: center;
	color: #6f6f75;
	padding: 19px 0;
}

.rwd-tb-grid .colum .inner .in-txt {
	font-size: 16px;
}

/* 간격 */
.rwd-tb-grid~.btn-area {
	margin-top: 60px
}

/* colgroup */
.rwd-col-tb1 {
	width: 35%;
}

.rwd-col-tb2 {
	width: 65%;
}

.rwd-col-tb3 {
	width: 70%;
}

.rwd-col-tb4 {
	width: 15%;
}

.rwd-col-tb5 {
	width: 50%;
}

.rwd-col-type1 {
	width: 120px;
}

.rwd-col-type2 {
	width: 180px;
}

@media screen and (max-width:1024px) {

	/* colgroup */
	.event-list-table .rwd-col-tb3 {
		width: 60%;
	}

	.event-list-table .rwd-col-tb4 {
		width: 20%;
	}

	/**** 간격 ****/
	.list-tb~.pagination {
		margin-top: 20px;
	}

	.list-tb~.btn-area {
		margin-top: 30px;
	}
}

@media screen and (max-width:768px) {

	/**** view-type-table ****/
	.view-type-table table th,
	.view-type-table table td {
		font-size: 14px;
		padding: 5px;
	}

	/**** event-list-table, list-type-table 공통 ****/
	.list-tb td,
	.list-tb th {
		font-size: 14px;
		border-bottom: 0
	}

	/**** event-list-table ****/
	.event-list-table tr:not(.list-detail-div) td:first-child:not(.result-line) {
		padding: 13px 15px 0;
	}

	.event-list-table .rwd-low-line {
		border-bottom: 1px solid #b5b1b2;
		border-left: 0;
		padding: 14px 15px 13px;
		text-align: left;
	}

	.event-list-table .result-line {
		border-bottom: 1px solid #b5b1b2;
		border-left: 0;
	}

	.event-list-table .rwd-right-cell {
		padding: 0;
	}

	.event-list-table .title {
		padding-left: 0;
		margin: 0;
		line-height: 1.6
	}

	.event-list-table .title .url {
		margin: 0;
	}

	.event-list-table .rwd-right-cell .btn-tb-toggle {
		margin: 0;
	}

	/* 상세 */
	tr.list-detail-div.hide {
		display: none
	}

	tr.list-detail-div .in-txt.detail {
		position: relative;
		z-index: 1;
		margin-top: -1px;
		text-align: left
	}

	tr.list-detail-div .text-box .added-right {
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
	}

	tr.list-detail-div .detail-img {
		padding: 0 0 20px;
	}

	tr.list-detail-div .text-box+.detail-img {
		margin-top: 20px;
	}

	/**** list-type-table ****/
	.list-type-table thead th {
		padding: 5px 25px;
	}

	.list-type-table tr td:first-child {
		padding: 5px 15px 0;
	}

	.list-type-table .rwd-low-line {
		border-bottom: 1px solid #b5b1b2;
		border-left: 0;
		padding: 0 15px 5px;
		text-align: left;
	}

	.list-type-table .rwd-low-line>.in-txt {
		padding: 0 0 10px;
	}

	.list-type-table .rwd-right-cell {
		padding: 0;
	}

	/* 반응형 테이블 레이아웃 */
	.rwd-table,
	.rwd-table thead,
	.rwd-table tbody,
	.rwd-table tr,
	.rwd-table th,
	.rwd-table td {
		display: block;
	}

	.rwd-table thead tr th {
		border-bottom: 1px solid #b5b1b2;
	}

	.rwd-table .rwd-hidden {
		position: absolute;
		left: -9999px;
		top: -9999px
	}

	.rwd-table tr:after {
		content: "";
		display: block;
		clear: both
	}

	.rwd-table tr {
		position: relative;
	}

	.rwd-table td {
		position: relative;
	}

	.rwd-table .rwd-right-cell {
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		border-left: 0;
	}

	.rwd-table .rwd-right-cell>.in-txt {
		position: relative;
		width: 100%;
		height: 100%;
		padding: 0 15px;
	}

	.rwd-table .rwd-right-cell>.in-btn {
		position: relative;
		width: 100%;
		height: 100%;
		border-left: 1px solid #b5b1b2;
		padding: 0 15px;
	}

	.rwd-table .rwd-right-cell>.in-btn .btn,
	.rwd-table .rwd-right-cell>.in-txt .btn-icon {
		position: relative;
		top: 50%;
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
	}

	.rwd-table .rwd-right-cell>.in-txt .btn-icon {
		right: -20px;
	}

	.rwd-table .in-txt.title {
		width: 100%;
	}

	.rwd-table .in-txt.title.type1 {
		width: calc(100% - 30px);
	}

	.rwd-table .in-txt.title.type2 {
		width: calc(100% - 145px);
	}

	.rwd-table .in-txt.title.type3 {
		width: calc(100% - 100px);
	}

	/* colgroup */
	.rwd-col-tb1 {
		width: 50%;
	}

	.rwd-col-tb2 {
		width: 50%;
	}

	/**** rwd-tb-grid ****/
	.rwd-tb-grid .colum {
		border-right: 0;
	}

	.rwd-tb-grid .colum .inner .th-div,
	.rwd-tb-grid .colum .inner .td-div {
		padding: 17px 0 18px;
	}

	.rwd-tb-grid .colum .inner .in-txt {
		font-size: 14px;
	}

	/* 간격 */
	.rwd-tb-grid~.btn-area {
		margin-top: 20px
	}
}


/*========================================================
 text-box / list
========================================================*/
.text-box {
	background: #f0f0f0;
	padding: 25px 30px;
}

.text-box>.in-txt {
	line-height: 1.75;
	font-size: 14px;
}

.text-box.added-area {
	position: relative;
	padding-right: 140px;
	word-break: break-all;
}

.text-line-box {
	border: 1px solid #e4e7ec;
	padding: 35px 30px;
}

.guide-box {
	padding: 35px 0;
	text-align: center
}

.service-list .guide-box {
	margin: 60px auto 0;
	max-width: 530px;
	background: #484651;
}

.sep-list {
	text-align: center
}

.sep-list>li {
	display: inline-block;
	vertical-align: top;
	padding-left: 20px;
}

.sep-list>li:first-child {
	padding-left: 0;
}

.sep-list>li>div:after {
	display: inline-block;
	vertical-align: top;
	content: '|';
	padding-left: 20px;
}

.sep-list>li:last-child>div:after {
	content: none
}

/**** bullet 목록 ****/
/*.bl-list > li{padding-left:10px; line-height:1.6;}
.bl-list > li:before{display:inline-block; vertical-align:middle; content:''; margin:-4px 7px 0 -10px; width:3px; height:3px; background:#706f75;}
.bl-list > li + li{margin-top:6px;}*/
.bl-list>li {
	padding-left: 10px;
	line-height: 1.6;
}

.bl-list>li:before {
	display: inline;
	content: '-';
	margin: 0 4px 0 -10px;
	font-family: "맑은고딕", Malgun Gothic;
}

.bl-list>li+li {
	margin-top: 3px;
}

.bl-list>li.empty {
	padding-left: 0;
}

.bl-list>li.empty:before {
	display: none;
}

.bl-list-type2>li {
	padding-left: 10px;
	line-height: 1.6;
	color: #6f6f75;
	font-size: 16px
}

.bl-list-type2>li:before {
	display: inline;
	content: '*';
	margin: 0px 4px 0 -10px;
	font-family: "맑은고딕", Malgun Gothic
}

.bl-list-type2>li+li {
	margin-top: 3px;
}

.bl-list-type3 {
	font-size: 16px;
	line-height: 1.6;
	color: #6f6f75;
}

.bl-list-type3>li {
	padding-left: 10px;
}

.bl-list-type3>li:before {
	display: inline;
	content: '-';
	margin: 0px 4px 0 -10px;
	font-family: "맑은고딕", Malgun Gothic
}

.bl-list-type3>li+li {
	margin-top: 3px;
}

/**** result-title ****/
.result-title .tit {
	line-height: 1;
	font-size: 28px;
	font-weight: normal
}

.result-list {
	border-top: 2px solid #000;
}

.result-list ul li {
	border-bottom: 1px solid #b5b1b2;
	color: #6f6f75;
	font-size: 20px;
	padding: 20px 0;
}

.result-none {
	border-bottom: 1px solid #b5b1b2;
	color: #6f6f75;
	font-size: 20px;
	padding: 20px 0;
}

.search-word {
	color: #e75300;
	font-weight: normal;
}

/* 예외 */
.list-tb td>.in-txt.result-none {
	text-align: center;
	border: 0;
	padding: 0;
}

/* 간격 */
.result-title~.result-list {
	margin-top: 20px
}

.result-list~.btn-area {
	margin-top: 30px
}

.result-area:not(.hide)~.result-area {
	margin-top: 80px;
}

/**** step box ****/
.step-box {
	border: 1px solid #e4e7ec;
	padding: 19px 0;
}

.step-box .colum .inner {
	position: relative;
	height: 100%;
	text-align: center;
	padding: 0 25px;
}

.step-box .colum .inner .txt {
	display: block;
}

.step-box .colum .inner .step-desc {
	line-height: 1.6;
	font-weight: bold
}

.step-box .colum .inner .ico-arr-right {
	position: absolute;
	top: 35px;
	right: -6px;
	width: 14px;
	height: 14px;
}

.step-box .colum .inner [class*="ico-arr-"]:after,
.step-box .colum .inner [class*="ico-arr-"]:before {
	background-color: #999;
}

/* 간격 */
.step-box .colum .inner [class*="ico-step-"]+.txt {
	margin-top: 5px;
}

/**** warining-list ****/
.warining-list>li {
	padding-left: 18px;
	line-height: 1.6;
}

.warining-list>li:before {
	display: inline-block;
	vertical-align: top;
	content: '※';
	margin: 0 6px 0 -18px;
}

.warining-list>li+li {
	margin-top: 6px;
}

.warining-list>li .ico-excl {
	display: none
}

/* 일반 텍스트 */
.guide-view-txt {
	font-size: 16px;
	padding-left: 15px;
}

.guide-view-txt>.bl {
	margin: 0 0px 0 -15px;
}

/**** 레이어팝업 - 상담안내 ****/
.cs-box {
	padding: 15px 0;
}

.txt-head {
	color: #03010f;
	font-size: 18px;
	font-weight: bold;
}

.pop-content .text-box+.text-line-box {
	margin-top: 50px
}

.pop-content .txt-head+.in-txt {
	margin-top: 14px
}

.pop-content .in-txt+.cs-list {
	margin-top: 35px
}

.pop-content .cs-list+.btn-area {
	margin-top: 30px
}

.pop-content .cs-list+.btn-area>.btn,
.txt-head+.btn-area>.btn {
	min-width: 340px;
}

.txt-head+.btn-area {
	margin-top: 40px
}

@media screen and (max-width:1024px) {
	.text-box {
		padding: 15px 20px;
	}

	.text-box .in-txt {
		font-size: 12px
	}

	.text-box.added-area {
		padding-right: 100px;
	}

	.sep-list>li {
		display: block;
		padding-left: 0;
	}

	.sep-list>li>div:after {
		content: none;
		padding-left: 0;
	}

	.guide-box>p+.sep-list {
		margin-top: 0;
	}

	/**** bullet 목록 ****/
	.bl-list>li {
		font-size: 14px;
	}

	.bl-list-type2>li {
		font-size: 14px;
		line-height: 1.5
	}

	.bl-list-type2>li+li {
		margin-top: 7px;
	}

	.guide-view-txt {
		font-size: 14px
	}

	/**** result-title ****/
	.result-title .tit {
		font-size: 20px;
	}

	.result-list ul li,
	.result-none {
		font-size: 14px;
		padding: 15px 0;
	}

	.result-area:not(.hide)~.result-area {
		margin-top: 60px
	}

	/**** warining-list ****/
	.warining-list>li {
		font-size: 14px;
	}
}

@media screen and (max-width:768px) {
	.bl-list-type3 {
		font-size: 14px;
	}

	/**** step box ****/
	.step-box {
		border: 0;
		padding: 0;
	}

	.step-box .colum {
		border: 1px solid #e4e7ec;
		padding: 20px 0 15px;
		font-size: 12px;
	}

	.step-box .colum .inner .ico-arr-right {
		display: none;
	}

	/* 간격 */
	.step-box .colum+.colum {
		margin-top: 8px;
	}

	/**** 레이어팝업 - 상담안내 ****/
	.txt-head,
	.cs-list {
		font-size: 14px;
	}

	.text-line-box {
		padding: 35px 20px;
	}

	.pop-content .cs-list+.btn-area>.btn,
	.txt-head+.btn-area>.btn {
		min-width: 100%;
	}

	.service-list .guide-box {
		margin-top: 40px;
	}
}


/*========================================================
구매처 안내
========================================================*/
.sony-store {
	padding-top: 90px;
	background: #000;
}

.sony-store .grid-area {
	height: 100%;
}

.sony-store .grid-area .colum {
	height: 570px;
}

.sony-store .grid-area .colum.last {
	height: 500px;
}

.sony-store .grid-area .inner {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.sony-store .bg-store-online {
	background: url("../images/bg_store_online.jpg") center top;
	background-size: cover;
}

.sony-store .bg-store-agj {
	background: url("../images/bg_store_agj.jpg") center top;
	background-size: cover;
}

.sony-store .bg-store-center {
	background: url("../images/bg_store_center.jpg") center top;
	background-size: cover;
}

.sony-store .bg-store-consult {
	background: url("../images/bg_store_consult.jpg") center top;
	background-size: cover;
}

.store-con-wrap {
	padding-top: 143px;
}

.store-con {
	position: relative;
	width: 100%;
	height: 307px;
	text-align: center;
	color: #fff;
}

.sony-store .grid-area .colum.last .store-con {
	height: 257px;
}

.store-con .store-tit+.store-txt {
	margin-top: 36px;
}

.store-con .store-tit {
	padding: 0 20px
}

.store-con .store-tit>small {
	font-size: 18px;
	display: block;
	font-weight: 300;
	opacity: .6;
	margin-bottom: 25px
}

.store-con .store-tit>strong {
	font-size: 52px;
	display: block;
	line-height: 1
}

.store-con .store-txt {
	line-height: 1.65;
	font-size: 16px;
}

.store-con .btn-area {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.store-con .btn-area .btn {
	display: block;
	max-width: 300px;
	min-width: 300px;
	margin: 0 auto;
}

.store-con .btn-area .btn+.btn {
	margin-top: 10px;
}

@media screen and (max-width:1320px) {
	.store-con .store-tit>strong>.rwd-md-block {
		display: block;
		margin-top: 10px
	}
}

@media screen and (max-width:1024px) {
	.sony-store {
		position: static;
		padding-top: 0;
		height: auto;
	}

	.sony-store .grid-area {
		height: auto;
	}

	.sony-store .grid-area .colum {
		height: 540px;
	}

	.sony-store .grid-area .colum.last {
		height: 415px;
	}

	.sony-store .bg-store-online {
		background: url("../images/bg_store_online_m.jpg") center bottom;
		background-size: cover;
	}

	.sony-store .bg-store-agj {
		background: url("../images/bg_store_agj_m.jpg") center top;
		background-size: cover;
	}

	.sony-store .bg-store-center {
		background: url("../images/bg_store_center_m.jpg") center top;
		background-size: cover;
	}

	.sony-store .bg-store-consult {
		background: url("../images/bg_store_consult_m.jpg") center top;
		background-size: cover;
	}

	.store-con-wrap {
		padding-top: 120px;
	}

	.store-con {
		padding: 0 20px;
		height: auto;
	}

	.sony-store .grid-area .colum.last .store-con {
		height: auto;
	}

	.store-con .btn-area {
		position: static;
	}

	.store-con .store-tit>small {
		font-size: 14px;
		margin-bottom: 20px
	}

	.store-con .store-tit>strong {
		font-size: 36px;
		line-height: 1.3
	}

	.store-con .store-txt {
		line-height: 1.55;
		font-size: 14px;
	}

	.store-con .store-tit+.store-txt {
		margin-top: 30px
	}

	.store-tit~.btn-area {
		margin-top: 60px;
	}
}

@media screen and (max-width:768px) {
	.store-con .store-tit {
		margin: 0 auto;
	}

	.store-con .btn-area .btn {
		display: block;
		max-width: 100%;
		min-width: 100%;
		margin: 0 auto;
	}

	.store-con .store-tit>strong>.rwd-sm-block {
		display: block;
	}

	.store-con .store-tit>strong>.rwd-md-block {
		margin-top: 5px
	}
}


/*========================================================
 사이트맵
========================================================*/
.sitemap-list {
	margin-top: -7px;
}

.sitemap-list .colum {
	min-height: 300px
}

.sitemap-list .map-tit {
	font-size: 28px;
	font-weight: normal;
	border-bottom: 4px solid #e75300;
	padding-bottom: 9px;
}

.sitemap-list .map-menu {
	padding-top: 17px;
}

.sitemap-list .map-menu li {
	font-size: 18px;
	color: #6f6f75;
}

.sitemap-list .map-menu>li+li {
	margin-top: 18px;
}

@media screen and (max-width:1024px) {
	.sitemap-list {
		padding: 0 20px;
	}
}

@media screen and (max-width:768px) {
	.sitemap-list {
		padding: 0;
	}

	.sitemap-list .colum .inner {
		padding: 0 20px;
	}

	.sitemap-list .colum {
		min-height: auto
	}

	.sitemap-list .colum+.colum {
		border-top: 12px solid #f0f0f0;
	}

	.sitemap-list .map-menu {
		padding-bottom: 40px
	}

	.sitemap-list .map-tit {
		font-size: 20px;
	}

	.sitemap-list .map-menu li {
		font-size: 14px;
	}
}


/*========================================================
이용약관
========================================================*/
.scroll-text-box {
	border: 1px solid #f0f0f0;
	min-height: 280px;
	max-height: 280px;
	overflow-y: auto;
	padding: 30px 40px 30px 30px;
}

.scroll-text-box>.inner {
	color: #6f6f75;
	font-size: 14px;
	line-height: 1.6
}

.tit-term {
	font-size: 18px;
	margin-bottom: 25px;
}

.tit-term-sub {
	font-size: 14px;
	margin-bottom: 6px;
	font-weight: bold
}

/* 목록형 텍스트 */
.txt-order>li {
	padding-left: 20px;
}

.txt-order>li>span {
	display: inline;
	vertical-align: top;
	margin: 0 6px 0 -20px;
}

.txt-term,
.txt-order li {
	font-size: 14px;
	line-height: 1.6
}

/* 테이블 */
.tb-term {
	width: 100%;
	table-layout: fixed;
	border-top: 2px solid #2b2f3a;
	border-collapse: separate;
}

.tb-term th,
.tb-term td {
	border-left: 1px solid #b5b1b2;
	border-bottom: 1px solid #b5b1b2;
	padding: 10px;
	vertical-align: middle;
}

.tb-term th {
	font-weight: normal;
	background: #f0f0f0;
	color: #03010f;
}

.tb-term tr th:first-child,
.tb-term tr td:first-child {
	border-left: 0;
}

/* 간격 */
.check-div+.check-div {
	margin-top: 10px;
}

.check-div~.scroll-text-box {
	margin-top: 20px;
}

.tit-term:not(:first-child) {
	margin-top: 50px;
}

.tit-term-sub+.txt-term,
.txt-order>li+li {
	margin-top: 6px;
}

.txt-term~.tit-term-sub {
	margin-top: 25px;
}

.txt-term+.tb-term {
	margin-top: 10px;
}


/*========================================================
 이벤트 (어드민 등록)
========================================================*/
.event-wrap {
	min-width: 1170px
}

.event-content {
	padding: 170px 0 0;
	min-width: 1170px
}

.event-content:last-child,
.event-content:only-child {
	padding: 170px 0 150px;
}

/*.event-content .event-area{text-align:center;}*/
.event-content>.frame-mid {
	padding: 0;
}

.event-content>.frame-mid~.btn-area {
	margin-top: 60px;
}

.parti-box {
	background: url("../images/bg_parti_box.jpg") no-repeat right top;
	padding: 45px 30px 40px;
}

.parti-box .txt {
	color: #fff;
	font-size: 20px;
	text-align: center
}

.event-bottom {
	position: relative;
	width: 100%;
}

.banner-txt-box {
	background: #2b2f3a;
	padding: 75px 0;
}

.banner-txt-box .inner {
	max-width: 1170px;
	margin: 0 auto;
	text-align: center
}

.banner-txt-box .inner .tit {
	color: #fff;
	font-size: 36px;
}

.banner-zone .video-zone {
	width: 100%;
	background: #000;
	overflow: hidden;
}

.event-video {
	padding-bottom: 0;
}

.event-video .figure-zone {
	padding: 0 100px;
}

.event-video .figure-video {
	height: 542px;
}

.event-video .thumb-zone {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 60px;
	padding: 0 100px 42px;
}

.event-video .thumb-list {
	width: 218px;
	margin-left: 32px;
}

.event-video .thumb-list:nth-child(4n-3) {
	margin-left: 0;
}

.event-video .thumb-list>a {
	display: block;
	width: 100%;
	opacity: .5;
}

.event-video .thumb-list>a.on {
	opacity: 1;
}

.event-video .thumb-list>a:focus {
	outline: 0 none;
}

.event-video .thumb-list figure figcaption {
	margin-top: 14px;
	padding-bottom: 34px;
	font-size: 21px;
	font-weight: 500;
}

.event-video .thumb-list figure .sub-tit {
	display: block;
	font-size: 18px;
	font-weight: bold;
}

/* 간격 */
.parti-box .txt+.btn-area {
	margin-top: 30px;
}

.event-text-box {
	background: #f3f3f3;
	padding: 55px 60px;
}

.event-text-box .bl-list li+li {
	margin-top: 10px;
}

.event-area .banner-zone~.frame-mid:not(.view-box) {
	margin-top: 80px
}

.banner-zone+.btn-area {
	margin-top: 40px;
	padding: 0 20px;
}

@media screen and (max-width:1024px) {
	.event-content {
		padding: 60px 0 80px;
	}

	.parti-box {
		padding: 45px 30px 40px;
	}

	.parti-box .txt {
		font-size: 16px;
	}

	.banner-txt-box {
		padding: 38px 0 40px;
	}

	.banner-txt-box .inner {
		max-width: 1170px;
	}

	.banner-txt-box .inner .tit {
		font-size: 28px;
	}

	/* 간격 */
	.parti-box .txt+.btn-area {
		margin-top: 30px;
	}

	.event-video .thumb-zone {
		justify-content: space-between;
		margin-top: 48px;
		padding: 0 100px;
	}

	.event-video .thumb-list {
		width: 33.3%;
		margin-left: 0;
		padding: 0 10px;
	}

	.event-video .thumb-list figure figcaption {
		padding-bottom: 20px;
		font-size: 14px;
	}

	.event-video .thumb-list figure img {
		width: 100%;
	}

	.event-video .thumb-list figure .sub-tit {
		font-size: 13px;
	}
}

@media screen and (max-width:769px) {
	.banner-zone img {
		width: 100%;
	}

	.event-wrap {
		min-width: 100%
	}

	.event-content {
		padding: 60px 0 0;
	}

	.event-content:last-child,
	.event-content:only-child {
		padding: 60px 0 80px;
	}

	.event-content {
		min-width: 100%
	}

	.event-content .view-box {
		padding: 30px 0 0;
	}

	.event-text-box {
		background: #f3f3f3;
		padding: 15px 20px;
	}

	.event-area .banner-zone~.frame-mid:not(.view-box) {
		margin-top: 30px
	}

	.banner-zone+.btn-area {
		margin-top: 20px;
	}
}

@media screen and (max-width:768px) {
	.event-video {
		padding-bottom: 30px;
	}

	.event-video .figure-zone {
		padding: 0 20px;
	}

	.event-video .figure-video {
		height: 188px;
	}

	.event-video .figure-list {
		background: none;
	}

	.event-video .thumb-zone {
		justify-content: space-between;
		margin-top: 30px;
		padding: 0 15px;
	}

	.event-video .thumb-list {
		width: 50%;
		margin-left: 0;
		padding: 0 5px;
	}

	.event-video .thumb-list>a.on {
		opacity: 1;
	}

	.event-video .thumb-list figure figcaption {
		padding-bottom: 20px;
		font-size: 14px;
	}

	.event-video .thumb-list figure .sub-tit {
		font-size: 13px;
	}
}


/*========================================================
 Calendar
========================================================*/
/**** Web ****/
.calendar-wrap {
	max-width: 1280px;
	margin: 0 auto;
}

.date-nav {
	position: relative;
	text-align: center
}

.date-nav .current-date {
	font-size: 28px;
	color: #03010f;
	line-height: 1;
	padding: 0 30px;
}

.date-nav .btn-calendar {
	width: 22px;
	height: 22px;
	vertical-align: top;
	margin-top: 4px;
}

/* button */
.btn-calendar>[class*="ico-arr-"] {
	/*width:22px; height:22px;*/
	width: 100%;
	height: 100%;
}

.btn-calendar>[class*="ico-arr-"]:after,
.btn-calendar>[class*="ico-arr-"]:before {
	background-color: #999;
	width: 2px;
	box-shadow: none
}

/* dot-label */
.table-calendar+.calendar-tip {
	margin-top: 15px;
}

.tip-list {
	text-align: right
}

.tip-list li {
	display: inline-block;
	vertical-align: top;
	padding-left: 30px;
}

.tip-list li>span {
	display: inline-block;
	vertical-align: top;
}

.tip-list li>[class^="dot-label-"] {
	margin-top: 3px;
	width: 10px;
	height: 10px;
}

.tip-list li>.in-txt {
	line-height: 1;
	font-size: 14px;
	color: #03010f;
	padding-left: 5px;
}

/* 달력테이블 */
.table-calendar {
	border-top: 2px solid #03010f;
}

.table-calendar table {
	border-left: 1px solid #e4e7ec;
	width: 100%;
	table-layout: fixed
}

.table-calendar table thead th {
	background-color: #f0f0f0;
	padding: 17px 0;
}

.table-calendar table thead th>.sun {
	color: #fe3640;
}

.table-calendar table th,
.table-calendar table td {
	border-right: 1px solid #e4e7ec;
	border-bottom: 1px solid #e4e7ec;
	font-size: 16px;
}

.table-calendar table td .in-txt {
	color: #6f6f75;
	min-height: 197px;
	padding: 14px 10px 14px 20px;
}

.table-calendar table td .in-txt.has-event .date {
	color: #03010f;
	display: block;
}

.table-calendar table td .event-list li {
	color: #6f6f75;
	font-size: 14px;
	padding-left: 20px;
	line-height: 1.6;
	margin-bottom: 6px;
	height: 44px;
}

.table-calendar table td .event-list li:last-child {
	margin-bottom: 0;
}

.table-calendar table td .event-list li>a {
	display: block;
}

.table-calendar table td .event-list li .event-title {
	vertical-align: top
}

.table-calendar table td .event-list li [class^="dot-label-"] {
	margin: 7px 7px 0 -20px;
}

/* 간격 */
.table-calendar table td .in-txt .date+.event-list {
	margin-top: 8px;
}

.flex-tab-menu~.calendar-wrap {
	margin-top: 77px;
}

.date-nav~.table-calendar {
	margin-top: 40px;
}

.flex-tab-menu~.complete-div {
	margin-top: 80px;
}

@media screen and (max-width:1280px) {
	.calendar-wrap {
		padding: 0 20px;
	}
}

@media screen and (max-width:1024px) {
	.date-nav .current-date {
		font-size: 20px;
		padding: 0 30px;
	}

	.date-nav .btn-calendar {
		position: absolute;
		top: -1px;
		margin: 0;
	}

	.date-nav .btn-calendar.prev-month {
		left: -6px;
	}

	.date-nav .btn-calendar.next-month {
		right: -4px;
	}
}


/**** Mobile ****/
.calendar-wrap-mo {
	max-width: 1170px;
	margin: 0 auto;
}

.calendar-wrap-mo .date-nav {
	position: relative;
	text-align: center
}

.calendar-wrap-mo .date-nav .current-date {
	font-size: 20px;
	color: #03010f;
	line-height: 1;
	padding: 0 30px;
}

.calendar-wrap-mo .date-nav .btn-calendar {
	width: 22px;
	height: 22px;
	vertical-align: top;
	position: absolute;
	top: 0;
	margin-top: 0;
}

.calendar-wrap-mo .date-nav .btn-calendar.prev-month {
	left: 0;
}

.calendar-wrap-mo .date-nav .btn-calendar.next-month {
	right: 0;
}

/* 달력테이블 */
.table-calendar-mo {
	border-top: 2px solid #03010f;
}

.table-calendar-mo table {
	border-left: 1px solid #e4e7ec;
	width: 100%;
	table-layout: fixed
}

.table-calendar-mo table thead th {
	background-color: #f0f0f0;
	padding: 9px 0;
}

.table-calendar-mo table thead th>.sun {
	color: #fe3640;
}

.table-calendar-mo table th,
.table-calendar-mo table td {
	border-right: 1px solid #e4e7ec;
	border-bottom: 1px solid #e4e7ec;
	font-size: 12px;
}

.table-calendar-mo table td .in-txt {
	color: #999;
	padding: 0;
	text-align: center;
	padding-top: 8px;
}

.table-calendar-mo table td .in-txt>a {
	display: block;
}

.table-calendar-mo table td .in-txt .date {
	display: block;
	width: 28px;
	height: 28px;
	margin: 0 auto;
	border-radius: 100%;
	line-height: 1.9;
	font-size: 14px;
}

.table-calendar-mo table td .in-txt.has-event .date {
	color: #03010f;
	display: block;
}

.table-calendar-mo table td .event-list {
	margin-top: 7px;
	padding: 0 5px;
}

.table-calendar-mo table td .event-list ul {
	display: inline-block;
	overflow: hidden;
	vertical-align: top
}

.table-calendar-mo table td .event-list li {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
}

.table-calendar-mo table td .event-list li [class^="dot-label-"] {
	width: 6px;
	height: 6px;
}

/* 클릭 활성화 */
.table-calendar-mo table td .in-txt.has-event .calendar-active .date {
	color: #fff;
	background-color: #e75300;
}

/* 간격 */
.flex-tab-menu~.calendar-wrap-mo {
	margin-top: 42px;
}

.date-nav~.table-calendar-mo {
	margin-top: 10px;
}

.calendar-wrap-mo~.calendar-bottom-list {
	margin-top: 40px;
}

@media screen and (max-width:1280px) {
	.calendar-wrap-mo {
		padding: 0 20px;
	}
}

@media screen and (max-width:340px) {
	.table-calendar-mo table td .event-list {
		padding: 0 2px;
	}
}


/*========================================================
 Slick Slider
========================================================*/
/**** Base ****/
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

/* custom */
.slick-list,
.slick-track,
.slick-slide>div {
	position: relative;
	height: 100%;
}

/**** Arrows ****/
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	border: none;
	outline: none;
	background: transparent;
	z-index: 20;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
	font-size: 20px;
	line-height: 1;
	color: white;
}

.slick-prev {
	left: 20px;
}

.slick-next {
	right: 20px;
}

.slick-next:before {
	content: '';
}

.slick-prev:before {
	content: '';
}

/* slick-arrow */
.slick-arrow {
	position: absolute;
	display: inline-block;
	width: 36px;
	height: 70px;
	transition: .2s;
	-webkit-transition: .2s;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}

.slick-arrow:after,
.slick-arrow:before {
	position: absolute;
	display: block;
	content: '';
	background-color: #fff;
}

/* right */
.slick-arrow.slick-next:before {
	top: -1px;
	left: 50%;
	width: 2px;
	height: 59.45%;
	transform: rotate(135deg);
}

.slick-arrow.slick-next:after {
	bottom: 0;
	left: 50%;
	width: 2px;
	height: 59.45%;
	transform: rotate(-135deg);
}

/* before */
.slick-arrow.slick-prev:before {
	top: -1px;
	left: 50%;
	width: 2px;
	height: 59.45%;
	transform: rotate(-135deg);
}

.slick-arrow.slick-prev:after {
	bottom: 0;
	left: 50%;
	width: 2px;
	height: 59.45%;
	transform: rotate(135deg);
}

/* layer-set-3  arrow */
.layer-set-3 .slick-arrow {
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	margin-top: 40px;
}

.layer-set-3 .slick-arrow:after,
.layer-set-3 .slick-arrow:before {
	background-color: #2f353d;
}

/**** Dots ****/
.slick-dotted.slick-slider {}

.slick-dots {
	display: block;
	width: auto;
	vertical-align: top;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	padding: 0;
	margin: 0 2px;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #6f6f75;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: .3s;
	-webkit-transition: .3s;
}

.slick-dots li button:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border: 2px solid transparent;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	transition: .3s;
	-webkit-transition: .3s;
	box-sizing: border-box;
}

.slick-dots li.slick-active button:before {
	background: #e75300;
}

.slick-dots li.slick-active button:after {
	border: 2px solid #e75300;
}

/* slide-dots-area */
.slide-dots-area {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	padding: 0 20px;
	text-align: right
}

.slide-dots-area .slick-dots {
	display: inline-block;
}

.slide-dots-area .slick-func {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

/* 정지/플레이 */
.slide-dots-area .slick-dots+.slick-func {
	margin-left: 5px;
}

.slide-dots-area .btn-slick-func {
	position: relative;
	display: inline-block;
	width: 8px;
	height: 10px;
	text-align: left
}

.slide-dots-area .btn-slick-func.pause:after {
	display: inline-block;
	position: relative;
	content: '';
	width: 2px;
	height: 100%;
	background: #6f6f75;
	margin-left: 2px;
}

.slide-dots-area .btn-slick-func.pause:before {
	display: inline-block;
	position: relative;
	content: '';
	width: 2px;
	height: 100%;
	background: #6f6f75
}

.slide-dots-area .btn-slick-func.play:after {
	display: block;
	position: absolute;
	top: -1px;
	right: 0;
	content: '';
	background: none;
	border: solid #6f6f75;
	border-width: 6px 0 6px 9px;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

.slide-dots-area .btn-slick-func.play:before {
	content: none;
}

/**** layerd-slider ****/
/* 기본 영역 */
.layerd-slider {
	height: 596px;
	transition: .3s;
	-webkit-transition: .3s
}

.layerd-slider .slick-list {
	padding-top: 56px !important;
	padding-bottom: 0 !important;
}

.layerd-slider .slick-slide {
	position: relative;
	transition: .3s;
	-webkit-transition: .3s;
}

.layerd-slider .slick-slide>div {
	overflow: visible;
}

.layerd-slider .slick-slide>div .list-item {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 850px !important;
	height: 100%;
}

.layerd-slider .slick-slide .list-item .inner {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.layerd-slider .slick-slide .list-item .inner:after {
	display: block;
	content: '';
	position: absolute;
	top: -2px;
	left: 0;
	width: 100%;
	height: calc(100% + 4px);
	background: rgba(0, 0, 0, .5);
}

/* z-index */
.layerd-slider .slick-active.slick-current+.slick-slide+.slick-slide {
	z-index: 1;
}

.layerd-slider .slick-active.slick-current+.slick-slide,
.layerd-slider .slick-current+.slick-cloned {
	z-index: 2;
}

.layerd-slider .slick-current {
	z-index: 3;
}

/* 크기 */
.layerd-slider .slick-slide:not(.slick-current),
.layerd-slider .slick-active.slick-current+.slick-slide:not(.next-layerd)+.slick-slide {
	transform: scale(.64);
	-webkit-transform: scale(.64);
	transition: .3s;
	-webkit-transition: .3s
}

.layerd-slider .slick-slide.slick-cloned+.slick-slide.slick-active:not(.slick-current),
.layerd-slider .slick-slide:not(.slick-cloned)+.slick-slide.slick-active:not(.slick-current),
.layerd-slider .slick-current+.slick-slide.slick-active {
	transform: scale(.8);
	-webkit-transform: scale(.8);
}

.layerd-slider .slick-slide.slick-current:not(.slick-cloned) {
	transform: scale(1);
	-webkit-transform: scale(1);
	z-index: 10;
	padding: 0;
}

.layerd-slider .prev-layerd.slick-center {
	z-index: 10;
	transform: scale(.8);
	-webkit-transform: scale(.8);
}

.layerd-slider .next-layerd.slick-center {
	z-index: 10;
	transform: scale(.8);
	-webkit-transform: scale(.8);
}

/**** layerd-slider - youtube ****/
.slick-slide .list-item .inner .video-area {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 100%;
	width: 100%;
	background-color: #000;
}

/* 활성화 */
.layerd-slider .slick-slide.slick-current .list-item .inner:after {
	content: none
}

.layerd-slider .slick-slide.slick-current .video-area .video-tit {
	display: block;
	width: 100%;
	padding: 0 40px;
}

.layerd-slider .slick-slide.slick-current .video-area .btn-video-play {
	display: block;
	z-index: 100;
}

.layerd-slider .slick-slide.slick-current .video-area.on .btn-video-play {
	display: none;
}

/* scale에 따른 폰트 및 버튼 사이즈 조정 */
.layerd-slider .slick-slide.slick-current .video-area .video-tit {
	padding: 0 20px;
	font-size: 16px;
	padding: 0 20px;
	bottom: 20px;
}

/**** 비디오 영역 공통 ****/
.video-area {
	position: relative;
}

.video-area .video-cover {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	transition: .3s;
	-webkit-transition: .3s;
	opacity: 1;
	overflow: hidden;
	/*overflow:visible*/
}

.video-area .video-cover img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 100%;
	max-width: none;
	/*height:100%; max-width:none;*/
}

/* 예외(메인) */
.video-area .video-tit {
	display: none;
	position: absolute;
	left: 0;
	bottom: 40px;
	font-size: 20px;
	color: #fff;
}

.video-area .btn-video-play {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-area iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-area .btn-video-close {
	display: none;
	position: absolute;
	top: 0;
	right: 10px;
	-webkit-animation: videobtn .3s;
	animation: videobtn .3s
}

.video-area.on .btn-video-close {
	display: block;
	top: -30px;
}

.video-area.on .video-cover {
	opacity: 0
}

/* 닫기버튼 컬러 */
.layerd-slider.layer-set-3 .video-area.on .ico-close:before,
.layerd-slider.layer-set-3 .video-area.on .ico-close:after {
	background: #000;
}

/**** layerd-slider - 3개짜리 ****/
.layerd-slider.layer-set-3 {
	height: 706px;
}

.layerd-slider.layer-set-3 .slick-slide {
	width: auto;
	max-width: 756px;
	min-width: 400px
}

.layerd-slider.layer-set-3 .slick-slide>div .list-item {
	width: 940px !important;
	overflow: hidden;
}

.layerd-slider.layer-set-3 .slick-slide>div .list-item.video {
	overflow: visible;
}

.layerd-slider.layer-set-3 .slick-slide .list-item .inner:after {
	background: rgba(255, 255, 255, .75);
}

.layerd-slider.layer-set-3 .slick-slide .list-item .inner>img {
	max-width: none;
	height: 100%;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

/* 크기 */
.layerd-slider.layer-set-3 .slick-slide,
.layerd-slider.layer-set-3 .slick-active.slick-current+.slick-slide+.slick-slide {
	transform: scale(.8);
	-webkit-transform: scale(.8);
}

.layerd-slider.layer-set-3 .slick-slide.slick-current {
	transform: scale(1);
	-webkit-transform: scale(1);
	z-index: 10;
	padding: 0;
}

@keyframes videobtn {
	0% {
		top: 0;
		opacity: 0;
	}

	100% {
		top: -30px;
		opacity: 1;
	}
}

@media screen and (max-width:1340px) {

	/**** Arrows ****/
	.slick-prev {
		left: 40px;
	}

	.slick-next {
		right: 40px;
	}
}

@media screen and (max-width:1024px) {

	/**** Dots ****/
	/* slide-dots-area */
	.slide-dots-area {
		bottom: -50px;
	}

	/**** layerd-slider ****/
	/* 기본 영역 */
	.layerd-slider .slick-list {
		padding-top: 45px !important;
		padding-bottom: 16px !important;
	}

	.layerd-slider .slick-slide>div .list-item {
		position: static;
		left: 0;
		transform: none;
		-webkit-transform: none;
		width: 100% !important;
	}

	/* layerd-slider - youtube */
	.layerd-slider .slick-slide.slick-current {
		transform: none;
		-webkit-transform: none;
	}

	.layerd-slider .slick-slide.slick-current .list-item .inner .video-area {
		left: 0;
		transform: none;
		height: 100%;
		width: 100%;
		overflow: visible;
	}

	/* 크기 */
	.layerd-slider .slick-slide:not(.slick-current),
	.layerd-slider .slick-active.slick-current+.slick-slide:not(.next-layerd)+.slick-slide,
	.layerd-slider .slick-slide.slick-cloned+.slick-slide.slick-active:not(.slick-current),
	.layerd-slider .slick-slide:not(.slick-cloned)+.slick-slide.slick-active:not(.slick-current),
	.layerd-slider .slick-current+.slick-slide.slick-active,
	.layerd-slider .slick-slide.slick-current,
	.layerd-slider .prev-layerd.slick-center,
	.layerd-slider .next-layerd.slick-center {
		transform: none;
		-webkit-transform: none;
	}

	/* scale에 따른 폰트 및 버튼 사이즈 */
	.layerd-slider .slick-slide.slick-current .video-area .video-tit {
		font-size: 16px;
		padding: 0 15px;
		bottom: 15px;
	}

	/**** layerd-slider - 3개짜리 ****/
	.layerd-slider.layer-set-3 {
		height: auto;
	}

	.layerd-slider.layer-set-3 .slick-list {
		padding-bottom: 16px !important;
	}

	.layerd-slider.layer-set-3 .slick-slide {
		width: 100%;
		max-width: none;
		min-width: auto
	}

	.layerd-slider.layer-set-3 .slick-slide.slick-current {
		transform: none;
		-webkit-transform: none
	}

	.layerd-slider.layer-set-3 .slick-slide .list-item .inner {
		height: 412px;
	}

	.layerd-slider.layer-set-3 .slick-slide .list-item .inner:after {
		content: none;
	}

	.layerd-slider.layer-set-3 .slick-slide>div .list-item {
		width: 100% !important;
	}

	/* 크기 */
	.layerd-slider.layer-set-3 .slick-slide,
	.layerd-slider.layer-set-3 .slick-active.slick-current+.slick-slide+.slick-slide,
	.layerd-slider.layer-set-3 .slick-slide.slick-current {
		transform: none;
		-webkit-transform: none;
	}

	/**** 비디오 영역 공통 ****/
	.video-area .btn-video-close {
		right: 20px;
	}

	.video-area .video-cover {
		overflow: hidden
	}
}

@media screen and (max-width:768px) {

	/**** layerd-slider ****/
	/* 기본 영역 */
	.layerd-slider {
		height: 424px
	}

	/**** 비디오 영역 공통 ****/
	.video-area .video-cover img {
		height: auto;
		max-width: 100%
	}
}

@media screen and (max-width:640px) {

	/**** 비디오 영역 공통 ****/
	.video-area .video-cover img {
		height: 100%;
		max-width: none;
		width: auto;
	}
}

@media screen and (max-width:480px) {

	/**** layerd-slider ****/
	/* 기본 영역 */
	.video-list.layerd-slider {
		height: 266px
	}

	.layerd-slider .slick-slide.slick-current .video-area .video-tit {
		padding: 0 25px;
	}

	/**** 비디오 영역 공통 ****/
	.video-area .video-tit {
		left: 0;
		bottom: 25px;
		font-size: 18px;
	}

	.video-area .ico-play {
		width: 60px;
		height: 60px;
	}

	.video-area .ico-play:before {
		border-width: 14px 0 14px 18px;
		margin-top: -14px;
	}

	.video-area .video-cover img {
		height: auto;
		max-width: none;
		width: 100%;
	}

	/**** layerd-slider - 3개짜리 ****/
	.layerd-slider.layer-set-3 .slick-slide .list-item .inner {
		height: 212px;
	}
}


/*========================================================
 Login
========================================================*/
.login-wrap {
	position: relative;
	height: 100%;
}

.login-area {
	padding: 170px 0 150px;
	background: #f0f0f0;
}

.login-box {
	max-width: 700px;
	margin: 0 auto;
	padding: 78px 150px;
	background: #fff
}

.login-box .title-area {
	text-align: center;
	margin-bottom: 39px;
}

.login-box .title-area .title {
	font-size: 36px;
	line-height: 1
}

.login-box .title-area p {
	font-size: 16px;
	line-height: 1.45;
	margin-top: 25px;
	padding: 0 40px;
	word-break: keep-all;
}

.login-box .input-group~.input-group {
	margin-top: 20px;
}

.login-box .input-group~.check-div {
	margin-top: 20px;
}

.login-box .btn-login {
	margin-top: 40px;
	width: 100%;
	display: block
}

.login-box .input-group .input-text {
	padding: 6px 27px;
}

.log-util {
	position: relative;
	margin-top: 16px;
	padding-bottom: 27px;
	border-bottom: 1px solid #d5d4d9;
}

.log-util .find-info {
	overflow: hidden;
	text-align: center
}

.find-info li {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #706f75;
	padding: 0 20px;
}

.find-info li:after {
	position: absolute;
	top: 5px;
	right: 0;
	display: block;
	content: '';
	width: 1px;
	height: 14px;
	background: #d5d4d9;
}

.find-info li:last-child {
	padding: 0 0 0 16px;
}

.find-info li:last-child:after {
	content: none;
}

.log-sns-box {
	margin-top: 36px;
}

.log-sns-box .colum {
	vertical-align: middle
}

.log-sns-box h3 {
	font-size: 18px;
	font-weight: normal
}

.sns-login {
	overflow: hidden;
}

.sns-login li {
	border: 1px solid #b5b1b2;
}

.sns-login li>a {
	position: relative;
	display: block;
	padding: 15px 18px;
	font-size: 16px;
	color: #6f6f75;
}

.sns-login li>a>.ico-sns-login {
	position: absolute;
	top: 15px;
	left: 18px;
	margin-right: 18px;
}

.sns-login li>a>.txt {
	position: relative;
	line-height: 1.8;
	display: block;
	margin-left: 47px;
	text-align: center;
}

.sns-login li>a>.txt:before {
	position: absolute;
	top: 4px;
	left: 0;
	display: inline-block;
	content: '';
	width: 1px;
	height: 20px;
	background: #b5b1b2;
}

.login-bottom {
	max-width: 700px;
	margin: 20px auto 0;
}

.join-box {
	padding: 35px 20px 40px;
	background: url("../images/bg_joinbox.jpg");
	background-size: cover;
	text-align: center;
}

.join-box .tit {
	display: block;
	margin-bottom: 10px;
	color: #fff;
	font-size: 20px;
}

.join-box p {
	max-width: 385px;
	margin: 0 auto 27px;
	color: #b8b8ba;
	font-size: 14px;
	line-height: 1.6
}

.join-box .btn {
	width: 210px;
}

/* 간격 */
.log-sns-box h3+.sns-login {
	margin-top: 11px;
}

.sns-login li+li,
.sns-login+.bl-list-type2 {
	margin-top: 10px;
}

.login-bottom .bl-list-type3 {
	line-height: 1.4
}

.login-bottom .bl-list-type3 li+li {
	margin-top: 0;
}

.log-sns-box~.text-box {
	margin-top: 10px;
}

.join-box~.bl-list-type3 {
	margin-top: 15px;
}

@media screen and (max-width:1024px) {
	.login-wrap .header {
		background: #03010f;
	}

	.login-box .title-area {
		margin-bottom: 30px
	}

	.login-box .title-area .title {
		font-size: 28px;
	}

	.login-box .input-group~.input-group {
		margin-top: 12px
	}

	.login-box .btn-login {
		margin-top: 28px;
	}

	.login-box .input-group .input-text {
		padding: 6px 18px;
	}

	.login-area {
		padding: 100px 20px 80px;
		background: #f0f0f0;
	}

	.login-box {
		padding: 40px 20px;
		max-width: none;
	}

	.find-info li {
		font-size: 14px;
	}

	.find-info li:after {
		top: 3px;
	}

	.sns-login li>a {
		padding: 14px 18px 15px;
		font-size: 14px;
	}

	.sns-login li+li {
		margin-top: 8px;
	}

	.join-box {
		padding: 20px 20px 24px;
		background-position: right top;
	}

	.join-box .tit {
		margin-bottom: 8px;
		font-size: 16px;
	}

	.join-box p {
		margin: 0 auto 20px;
		font-size: 14px;
	}

	.join-box .btn {
		width: 100%;
	}

	.sns-login li>a>.ico-sns-login {
		top: 13px;
	}
}




/*========================================================
 ERROR
========================================================*/
.error_content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 200px 0;
	font-size: 16px;
	text-align: center;
	background: none;
}

.error_content .icon_notice {
	margin-bottom: 30px;
}

.error_content .title {
	font-size: 36px;
}

.error_content .eng {
	font-size: 22px;
}

.error_content p {
	margin-top: 20px;
}

.error_content .btn_box {
	margin-top: 50px;
}

@media screen and (max-width:768px) {
	.error_content.sony-store {
		max-width: unset;
		padding: 100px 0;
		font-size: 14px;
	}

	.error_content .title {
		font-size: 26px;
	}

	.error_content .eng {
		font-size: 16px;
	}
}