.screen--out{
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	overflow: hidden !important;
	white-space: nowrap !important;
}
.marker__number {
	display: block;
	width: 36px;
	height: 37px;
	margin-left: -8px;
	padding-bottom: 8px;
	background: top/contain no-repeat url("../img/sub/bg_map_marker.png");
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}


/* 매장찾기 */
.store-map__wrap {
	overflow: hidden;
	position: relative;
	background: #f2f2f2;
}

@media all and (min-width: 1024px) {
	.store-map__wrap {
		height: calc(100vh - 468rem);
		min-height: 660rem;
		padding-left: 400rem;
	}
}

@media all and (min-width: 1024px) {
	.store-map__wrap .popup__full {
		border-left: 1px solid #ddd;
		left: 400rem;
		min-height: 660rem;
		box-shadow: 5rem 0 5rem rgba(0,0,0,0.1);
	}
}

.store-map__map {
	overflow: hidden;
	height: 250rem;
}

@media all and (min-width: 1024px) {
	.store-map__map {
		height: 100%;
	}
}

.store-map__map:before {
	content: '';
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	box-shadow: 0 1px 2rem rgba(0, 0, 0, 0.35);
	z-index: 2;
}

@media all and (min-width: 1024px) {
	.store-map__map:before {
		top: 0;
		left: -1px;
		width: 1px;
		height: 100%;
		box-shadow: 1px 0 4rem rgba(0, 0, 0, 0.7);
	}
}

.store-map__location {
	display: none;
}

@media all and (max-width: 1023px) {
	.store-map__location {
		border-top: 1px solid #eee;
	}
}

.location__step {
	display: none;
	position: relative;
	padding: 0 15rem;
	/* border-bottom: 1px solid #ddd; */
	background: #fff;
	vertical-align: middle;
}

@media all and (min-width: 1024px) {
	.location__step {
		padding: 0 30rem;
	}
}

.location__step.active {
	display: block;
}

.location__step .btn__link--back {
	display: block;
	position: relative;
	padding-left: 15rem;
	font-size: 18rem;
	line-height: 50rem;
	color: #222;
}

@media all and (min-width: 1024px) {
	.location__step .btn__link--back {
		padding-left: 25rem;
		line-height: 60rem;
		font-size: 20rem;
	}
}

.location__step .btn__link--back::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 2.5rem;
	width: 6rem;
	height: 6rem;
	border-left: 1px solid #222;
	border-top: 1px solid #222;
	transform: rotate(-45deg) translateY(-50%);
}

@media all and (min-width: 1024px) {
	.location__step .btn__link--back::before {
		left: 5rem;
		width: 7rem;
		height: 7rem;
	}
}

.search__category,
.search__count {
	display: inline-block;
	font-size: inherit;
	color: #222;
}

.location__text {
	line-height: 50rem;
	height: 50rem;
	color: #767676;
	font-size: 16rem;
}

@media all and (min-width: 1024px) {
	.location__text {
		line-height: 60rem;
		height: 60rem;
	}
}

.store-map__detail {
	padding: 15rem;
}

@media all and (min-width: 1024px) {
	.store-map__detail {
		padding: 20rem 30rem;
	}
}

.store-map__search {
    border-bottom: 1px solid #ddd;
	background: #fff;
}

@media all and (max-width: 1023px) {
	.store-map__search {
		border-top: 1px solid #eee;
	}
}

.store-map__search .search--large {
	border: 0;
}

@media all and (max-width: 1023px) {
	.store-map__search .input__wrap input {
		height: 50rem;
		padding: 0 15rem;
		background: #fff;
        margin: 0;
		font-size: 16rem;
	}
	.store-map__search .input__wrap input::placeholder{
		font-size: 16rem;
	}
}

@media all and (min-width: 1024px) {
	.store-map__search .input__wrap input {
		width: 100%;
        height: 60rem;
        background: #fff;
		padding: 0;
        margin: 0;
	}
}

@media all and (min-width: 1024px) {
	.map-nav__wrap {
		position: absolute;
		top: 0;
		left: 0;
		width: 400rem;
		border: 1px solid #DADADA;
	}
}

.map-nav__wrap .tab__inner {
    background: #fff;
}

@media (max-width: 1023px) {
	.map-nav__wrap .tab__menu {
		flex: 1;
		height: 50rem;
	}
}

.map-tab__body {
	background: #fff;
}

@media all and (min-width: 1024px) {
	.map-tab__body {
		display: flex;
		flex-wrap: wrap;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		position: absolute;
		left: 0;
		top: 120rem;
		width: 400rem;
		height: calc(100vh - 655rem);
		min-height: 473rem;
		margin-top: 67rem;
		border: 1px solid #DADADA;
	}
	.area-list__body {
		height: calc(100vh - 595rem);
		min-height: 533rem;
		margin-top: 7rem;
	}
}

@media all and (min-width: 1024px) {
	.map-tab__inner {
		flex: 1;
		overflow-y: auto;
	}
}

.map-tab__content {
	display: none;
}

.map-tab__content.active {
	display: block;
}

@media all and (max-width: 1023px) {
	.map-tab__content {
		position: relative;
		box-shadow: 0 -1rem 2rem rgba(0, 0, 0, 0.2);
		z-index: 1;
	}
}

.map-tab__list {
	height: 100%;
}

.map-tab__result {
	position: relative;
	background: #fff;
	border-bottom: 1px solid #ddd;
	z-index: 1;
}

.map-result__text {
	font-weight: 400;
	color: #555;
}

@media all and (max-width: 1023px) {
	.map-tab__result {
		margin-top: 8rem;
	}
	.map-result__text {
		padding: 0 15rem;
		line-height: 50rem;
		font-size: 16rem;
	}
}

@media all and (min-width: 1024px) {
	.map-tab__result {
		margin-top: 6rem;
		padding: 0 30rem;
	}
	.map-result__text {
		line-height: 60rem;
	}
}

.map-result__count {
	color: #4D87FF;
}

.store-search__list.search__area {
	position: relative;
}

@media all and (max-width: 1023px) {
	.store-search__list.search__area {
		margin-top: 8rem;
	}
}

[data-select-step] {
	display: none;
}

.store-search__list.search__area::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
}

@media all and (max-width: 1023px) {
	.store-search__list.search__area::before {
		top: -8rem;
		height: 8rem;
		background: #f2f2f2;
		z-index: -1;
	}
}

@media all and (min-width: 1024px) {
	.store-search__list.search__area::before {
		bottom: 0;
		height: 1px;
		background: #DADADA;
		z-index: 1;
	}
}

.store-search__list.search__area::after {
	content: '';
	display: block;
	clear: both;
}

.store-search__item {
	text-align: left;
	border-bottom: 1px solid #DADADA;
	padding: 17rem 25rem 17rem 15rem;
	background: url("../img/sub/arrow_gray.svg") 98% center no-repeat;
	
}

@media all and (min-width: 1024px) {
	.store-search__item {
		padding: 22rem 40rem 22rem 28rem;
	}
}

.store-search__item:last-child {
	/* border-color: #fff; */
}

.store-search__item:hover, 
.store-search__item:focus {
	background-color: #fafafa;
}

.store-search__item:focus-within {
	background-color: #fafafa;
}

.store-search__list.search__area .store-search__item {
	position: relative;
	display: table;
	float: left;
	width: 50%;
	padding: 0;
}

.store-search__list.search__area .store-search__item:nth-child(odd)::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #ddd;
}

.store-search__list.search__area .store-search__link {
	display: table-cell;
	position: relative;
	padding: 11rem 14rem;
	vertical-align: middle;
}
.store-search__list[data-select-step="1"] .store-search__item, .store-search__list[data-select-step="2"] .store-search__item{
	background-image: none;
}

@media (hover: hover) {
	.store-search__list.search__area .store-search__link:hover * {
		color: #4D87FF;
		text-decoration: underline;
	}
}

.store-search__list.search__area .store-search__link:focus * {
	color: #4D87FF;
	text-decoration: underline;
}

.store-search__list.search__area .store-search__link:active * {
	color: #4D87FF;
	text-decoration: none;
}

@media all and (min-width: 1024px) {
	.store-search__list.search__area .store-search__link {
		padding: 13rem 28rem;
		box-sizing: border-box;
	}
}

.store-search__name * {
	vertical-align: middle;
}

.store-search__title {
	color: #222;
	font-weight: 500;
}

.store-search__link {
	display: block;
	width: 100%;
	text-align: left;
}

.store-search__tel {
	letter-spacing: 0;
}

.store-search__address, 
.store-search__tel {
	margin-top: 8rem;
}

@media all and (min-width: 1024px) {
	.store-search__address, 
	.store-search__tel {
		margin-top: 4rem;
		font-size: 15rem;
	}
}

.store-search__address {
	display: block;
	font-weight: 300;
	white-space: normal;
}

.store-search__tel {
	display: block;
	color: #7DACF2;
}

.store-search__button {
	position: relative;
	display: table;
	width: 100%;
	margin-top: 10rem;
	text-align: right;
}

@media all and (min-width: 1024px) {
	.store-search__button {
		height: 36rem;
		margin-top: 12rem;
	}
}

.store-search__button .button__unit {
	display: table-cell;
	vertical-align: middle;
}

.store-search__button .button__unit:nth-of-type(1) {
	text-align: left;
}

.store-search__button .button__unit:nth-last-of-type(1) {
	text-align: right;
}

@media all and (min-width: 1024px) {
	.store-search__list .no-data__wrap {
		padding: 166rem 0;
	}
}
.no-data__wrap {
	padding: 75rem 0;
	text-align: center;
}

@media all and (min-width: 1024px) {
	.no-data__wrap {
		padding: 150rem 0;

	}
}

.no-data__box {
	position: relative;
	margin: 0 auto;
}

@media all and (max-width: 1023px) {
	.no-data__box {
		width: 70%;
		padding-top: 75rem;
	}
}

@media all and (min-width: 1024px) {
	.no-data__box {
		width: 330rem;
		padding-top: 90rem;
	}
}

.no-data__box::before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	width: 53rem;
	height: 50rem;
	transform: translateX(-50%);
	background: center/contain no-repeat url("../img/sub/no-data_search.svg");
}

@media all and (min-width: 1024px) {
	.no-data__box::before {
		width: 73rem;
		height: 67rem;
	}
}
.no-data__title {
	color: #222;
	font-size: 18rem;
}

@media all and (min-width: 1024px) {
	.no-data__title {
		font-size: 18rem;
	}
}

.no-data__title .pointColor1 {
	font-size: inherit;
}

.no-data__desc {
	margin-top: 8rem;
	color: #777;
	font-size: 14rem;
}

@media all and (min-width: 1024px) {
	.no-data__desc {
		margin-top: 12rem;
		font-size: 16rem;
	}
}

/* 20240507 */

@media all and (min-width: 1024px) {
	.tab__wrap {
		display: flex;
		flex-wrap: wrap;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		position: relative;
	}
}

.tab__wrap.top-fixed {
	display: inline-block;
	position: relative;
	right: inherit;
	width: 100%;
}

@media all and (max-width: 1023px) {
	.tab__wrap.top-fixed {
		height: calc(50rem - 1px);
		overflow-y: hidden;
	}
}

@media all and (min-width: 1024px) {
	.tab__wrap.top-fixed {
		position: absolute;
		top: 88rem;
		right: 0;
		justify-content: flex-start;
		width: 74%;
	}
}

@media all and (min-width: 1500px) {
	.tab__wrap.top-fixed {
		right: 30rem;
		width: 75%;
		max-width: 1080rem;
	}
}

@media all and (min-width: 1440px) {
	.content--wide .tab__wrap.top-fixed {
		right: calc(50vw - 722rem);
	}
}

.tab__wrap.top-menu {
	justify-content: flex-end;
	overflow-y: hidden;
}

.title__wrap + .section__whole .tab__wrap.top-menu {
	margin-top: 5rem;
}

@media all and (min-width: 1024px) {
	.title__wrap + .section__whole .tab__wrap.top-menu {
		margin-top: -20rem;
	}
}

@media all and (min-width: 1024px) {
	.tab__wrap.top-menu {
		padding-left: 25%;
	}
	.tab__wrap.top-menu .tab__inner {
		display: flex;
		position: relative;
		flex-wrap: wrap;
		border: 1px solid #ddd;
	}
}

@media (max-width: 1023px) {
	.tab__wrap.top-menu,
	.tab__wrap.top-menu .slick-list {
		height: calc(40rem + 2px);
	}
	.tab__wrap.top-menu[data-js] {
		height: calc(56rem + 2px);
	}
}

.tab__wrap.top-menu .tab__button {
	flex: 1;
	float: left;
}

@media (max-width: 1023px) {
	.tab__wrap.top-menu .tab__button {
		border: 1px solid #ddd;
		height: calc(40rem + 2px);
	}
}

@media all and (min-width: 1024px) {
	.tab__wrap.top-menu .tab__button {
		position: relative;
	}
}

@media all and (min-width: 1024px) {
	.tab__wrap.top-menu .tab__button + .tab__button::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		width: 1px;
		height: 100%;
		background: #ddd;
	}
}

.tab__button button:not(.btn__round) {
	width: 100%;
}

.tab__wrap + .section__wrap {
	margin-top: 30rem;
}

@media all and (min-width: 1024px) {
	.tab__wrap + .section__wrap {
		margin-top: 60rem;
	}
}

.tab__inner {
	width: 100%;
}

.tab__menu {
	display: block;
	position: relative;
	text-align: center;
}

@media all and (max-width: 1023px) {
	.tab__menu {
		height: calc(50rem - 1px);
		min-width: 36rem;
		padding: 0 10rem;
		line-height: calc(50rem - 1px);
	}
}

@media all and (min-width: 1024px) {
	.tab__menu {
		display: flex;
		flex-wrap: wrap;
		flex: 1;
		justify-content: center;
		align-items: center;
		height: 60rem;
		padding: 0 25rem;
	}
}

@media (hover: hover) {
	.tab__menu:hover {
		background: #222;
	}
	.tab__menu:hover * {
		font-weight: 700;
		color: #fff;
	}
}

.tab__menu:focus, 
.tab__menu.active, 
.ie_browser .tab__menu:hover {
	background: #222;
}

.tab__menu:focus *, 
.tab__menu.active *, 
.ie_browser .tab__menu:hover * {
	font-weight: 700;
	color: #fff;
}

.top-menu .tab__menu {
	white-space: nowrap;
}

@media all and (max-width: 1023px) {
	.top-menu .tab__menu {
		height: 40rem;
		line-height: 40rem;
	}
}

@media all and (min-width: 1024px) {
	.top-menu .tab__menu {
		padding: 0 15rem;
	}
}

.tab__button {
	display: inline-block;
}

@media (max-width: 1023px) {
	.tab__button:nth-child(n+2) {
		margin-left: 5rem;
	}
}

.tab__text {
	font-weight: 500;
	color: #555;
}

.tab--basic::before {
	content: '';
	z-index: 1;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #ddd;
}

.tab--basic .tab__inner {
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

@media all and (min-width: 1024px) {
	.tab--basic .tab__menu {
		text-align: center;
	}
}

@media (hover: hover) {
	.tab--basic .tab__menu:hover {
		background: transparent;
	}
	.tab--basic .tab__menu:hover * {
		color: #4D87FF;
	}
}

.tab--basic .tab__menu:focus, 
.tab--basic .tab__menu.active, 
.ie_browser .tab--basic .tab__menu:hover {
	background: transparent;
}

.tab--basic .tab__menu:focus *, 
.tab--basic .tab__menu.active *, 
.ie_browser .tab--basic .tab__menu:hover * {
	color: #4D87FF;
}

.tab--basic .tab__menu::before {
	content: '';
	z-index: 2;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 2px;
}

@media (hover: hover) {
	.tab--basic .tab__menu:hover::before {
		background: #4D87FF;
	}
}

.tab--basic .tab__menu:focus::before, 
.tab--basic .tab__menu.active::before, 
.ie_browser .tab--basic .tab__menu:hover::before {
	background: #4D87FF;
}

@media (hover: hover) and (min-width: 1024px) {
	.tab--basic .tab__menu:hover::before {
		max-width: 100%;
	}
}

@media all and (min-width: 1024px) {
	.tab--basic .tab__menu::before {
		height: 2px;
	}
	.tab--basic .tab__menu:focus::before, 
	.tab--basic .tab__menu.active::before, 
	.ie_browser .tab--basic .tab__menu:hover::before {
		max-width: 100%;
	}
}

.tab--basic .tab__text {
	display: block;
	position: relative;
	flex: 1;
}

@media all and (max-width: 1023px) {
	.tab--basic .tab__text {
		font-size: 16rem;
	}
}

.tab__content {
	display: none;
}

.tab__content.active {
	display: block !important;
}

.tab__wrap.top-full {
    display: inline-block;
    width: 100%;
    position: relative;
    right: 0;
}

@media all and (min-width: 1024px) {
   .tab__wrap.top-full {
       margin-top: 48rem;
    }
}

.tab__wrap.top-fixed + .tab__wrap.top-menu,
.inner > .tab__wrap.top-menu {
	margin-top: 26rem;
	padding-left: 15rem;
	padding-right: 15rem;
}

@media all and (min-width: 1024px) {
	.tab__wrap.top-fixed + .tab__wrap.top-menu,
	.inner > .tab__wrap.top-menu {
		margin-top: 0;
		padding: 50rem 0 0 25%;
	}
}

.tab__wrap.top-menu + .section__whole {
	margin-top: 30rem;
	padding-top: 0;
}

@media all and (min-width: 1024px) {
	.tab__wrap.top-menu + .section__whole {
		margin-top: 60rem;
	}
}

.search__wrap {
	display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.search__wrap .btn__search--black {
	width: 50rem;
	height: 50rem;
}

@media all and (min-width: 1024px) {
	.search__wrap .btn__search--black {
		position: absolute;
		top: 0;
		right: 0;
	}
}

.search__inner {
	position: relative;
	width: 100%;
	padding-right: 50rem;
}

.search__inner .btn__search {
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
}

@media all and (min-width: 1024px) {
	.search__inner .btn__search {
		height: 50rem;
	}
}

.search--large {
	position: relative;
	border-bottom: 1px solid #ddd;
}

.search--large .input__wrap {
	flex: 1;
}

@media all and (min-width: 1024px) {
	.search--large .input__wrap {
		height: 60rem;
		padding-left: 30rem;
		padding-right: 60rem;
	}
}

@media all and (min-width: 1024px) {
	.search--large .btn__search--black {
		width: 60rem;
		height: 60rem;
	}
}

.btn__search--black {
	position: relative;
}

.btn__search--black::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 15rem;
	width: 20rem;
	height: 20rem;
	transform: translateY(-50%);
	background: center/contain no-repeat url("../img/sub/bg_search_black.svg");
}

@media all and (min-width: 1024px) {
	.btn__search--black::before {
		right: 20rem;
	}
}



/*  */

/* 팝업 */
.dimm {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 155;
}

.scroll_no {
	overflow: hidden;
}

.popup__wrap {
	display: none;
	position: fixed;
	max-width: 100vw;
	max-height: 100vh;
	background: #fff;
	overflow: hidden;
	z-index: 160;
}

@media (max-width: 1023px) {
	.popup__wrap {
		width: 100%;
	}
}
.popup__wrap.active {
	display: block;
}

.popup__wrap.active:not(.popup__full) {
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
}

.popup__wrap .btn__popup--close {
	display: block;
	width: 15rem;
	height: 15rem;
}

@media all and (min-width: 1024px) {
	.popup__wrap .btn__popup--close {
		width: 18rem;
		height: 18rem;
	}
}

.popup__wrap .btn__popup--close::before, 
.popup__wrap .btn__popup--close::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background: #555;
}

.popup__wrap .btn__popup--close::before {
	transform: rotate(45deg);
}

.popup__wrap .btn__popup--close::after {
	transform: rotate(-45deg);
}

.popup__inner {
	width: 100%;
	height: 100%;
}

@media all and (min-width: 1024px) {
	.popup__type--small {
		width: 360rem;
	}
}

.popup__alert {
	position: fixed;
	max-width: calc(100vw - 8.3333vmin);
	max-height: calc(100vh - 8.3333vmin);
}

@media all and (max-width: 1023px) {
	.popup__alert {
		width: 100%;
		height: auto;
	}
}

@media all and (min-width: 1024px) {
	.popup__alert {
		width: 360rem;
		height: 295rem;
	}
}

.popup__alert .popup__inner {
	position: relative;
	width: 100%;
	height: 100%;
	overflow-y: auto;
}

.popup__alert .popup__header {
    position: sticky;
    top: 0;
}

.popup__alert .popup__title {
	position: relative;
	width: 100%;
	padding: 0 20rem;
	background: #fff;
	font-weight: 500;
	font-size: 20rem;
	line-height: 3.5;
	color: #222;
	text-align: center;
}

.popup__alert .popup__title::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #DADADA;
}

@media all and (min-width: 1024px) {
	.popup__alert .popup__title {
		padding: 0 30rem;
		font-size: 18rem;
        font-weight: 700;
	}
}

.popup__body {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
}

.popup__alert .popup__body {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: calc(100% - 11.11vw);
	text-align: center;
}

.popup__alert .popup__header + .popup__body {
	/* height: calc(100% - 25vw); */
	height: auto;
    padding: 50px 0;
}

@media all and (min-width: 1024px) {
	.popup__alert .popup__body {
		height: calc(100% - 56rem);
		min-height: 120rem;
	}
	.popup__alert .popup__header + .popup__body {
		height: calc(100% - 116rem);
		min-height: 120rem;
	}
}

.popup__alert .popup-alert__basic {
	color: #777;
	font-size: 16rem;
}

@media all and (min-width: 1024px) {
	.popup__alert .popup-alert__basic {
		font-size: 16rem;
	}
}

.popup__alert .popup-alert__basic * {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}

.popup__alert .popup__footer {
	position: sticky;
	left: 0;
	bottom: 0;
	width: 100%;
}

.popup__full {
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
}

.popup__full::before {
	display: none;
}

@media (max-width: 1023px) {
	.popup__full.active {
		z-index: 160;
	}
}

@media all and (min-width: 1024px) {
	.popup__full {
		position: absolute;
		width: 400rem;
	}
}

.popup__full .popup__header {
	position: relative;
	width: 100%;
	height: 50rem;
	padding: 0 15rem;
	border-bottom: 1px solid #eee;
}

@media all and (min-width: 1024px) {
	.popup__full .popup__header {
		padding: 0 60rem 0 30rem;
		height: 60rem;
	}
}

.popup__full .popup__header .btn__popup--close {
	position: absolute;
	top: 15rem;
	right: 15rem;
}

@media all and (min-width: 1024px) {
	.popup__full .popup__header .btn__popup--close {
		top: 20rem;
		right: 30rem;
	}
}

.popup__full .popup__title {
	color: #222;
}

@media all and (max-width: 1023px) {
	.popup__full .popup__title {
		font-size: 20rem;
		line-height: calc(50rem - 1px);
	}
}

@media all and (min-width: 1024px) {
	.popup__full .popup__title {
		line-height: calc(60rem - 1px);
	}
}

.popup__full .popup__body {
	overflow-y: auto;
	height: calc(100% - 50rem);
}

@media all and (min-width: 1024px) {
	.popup__full .popup__body {
		height: calc(100% - 60rem);
	}
}

.popup__basic {
	position: fixed;
	width: 100%;
	height: 90%;
	max-height: calc(100vh - 8.3333vmin);
}

@media all and (max-width: 1023px) {
	.popup__basic {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}	
}

@media all and (min-width: 1024px) {
	.popup__basic {
		width: auto;
		height: 800rem;
		min-width: 560rem;
		max-width: 970rem;
		border-radius: 8rem;
	}
}

.popup__basic .popup__inner {
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.popup__basic .popup__header {
	position: relative;
}

.popup__basic .popup__header .btn__close {
	position: absolute;
	top: 22rem;
	right: 15rem;
	width: 16rem;
	height: 16rem;
	background: center/contain no-repeat url("../images/common/btn_close_white.svg");
}

@media all and (min-width: 1024px) {
	.popup__basic .popup__header .btn__close {
		top: 50%;
		transform: translateY(-50%);
		right: 30rem;
		width: 18rem;
		height: 18rem;
	}
}

.popup__basic .popup__title {
	position: relative;
	width: 100%;
	background: #222;
	font-weight: 500;
	color: #fff;
}

@media all and (max-width: 1023px) {
	.popup__basic .popup__title {
		padding: 18rem 75rem 18rem 22rem;
		font-size: 18rem;
		line-height: 1.3333;
	}
}

@media all and (min-width: 1024px) {
	.popup__basic .popup__title {
		padding: 20rem 120rem 20rem 30rem;
		font-size: 30rem;
	}
}

.popup__basic .popup__body {
	overflow-y: auto;
	width: 100%;
	height: 100%;
	padding: 20rem 15rem 0;
}

@media all and (min-width: 1024px) {
	.popup__basic .popup__body {
		padding: 30rem 30rem 0;
		height: 100%;
		max-height: 760rem;
	}
}

.popup__small {
	position: fixed;
	left: 0;
	width: 100%;
	height: 90%;
	max-height: calc(100vh - 8.3333vmin);
}

@media all and (min-width: 1024px) {
	.popup__small {
		width: 702rem;
		height: 800rem;
		border-radius: 8rem;
	}
}

.popup__small .popup__inner {
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.popup__small .popup__header {
	position: relative;
}

.popup__small .popup__header .btn__close {
	position: absolute;
	top: 22rem;
	right: 15rem;
	width: 16rem;
	height: 16rem;
	background: center/contain no-repeat url("../images/common/btn_close_white.svg");
}

@media all and (min-width: 1024px) {
	.popup__small .popup__header .btn__close {
		top: 50%;
		transform: translateY(-50%);
		right: 30rem;
		width: 18rem;
		height: 18rem;
	}
}

.popup__small .popup__title {
	position: relative;
	width: 100%;
	font-weight: 500;
	color: #fff;
	background: #222;
}

@media all and (max-width: 1023px) {
	.popup__small .popup__title {
		padding: 18rem 75rem 18rem 22rem;
		line-height: 1.3333;
		font-size: 18rem;
	}
}

@media all and (min-width: 1024px) {
	.popup__small .popup__title {
		padding: 22rem 120rem 22rem 30rem;
		font-size: 30rem;
	}
}

.popup__small .popup__body {
	overflow-y: auto;
	width: 100%;
	height: 100%;
	padding: 20rem 15rem 0;
}

@media all and (min-width: 1024px) {
	.popup__small .popup__body {
		padding: 30rem 30rem 0;
	}
}

.popup__small .popup__img {
	height: 25rem;
	margin-bottom: 15rem;
	background: left/contain no-repeat url("../images/content/company/img_ci_en.png");
}

@media all and (min-width: 1024px) {
	.popup__small .popup__img {
		height: 32rem;
		margin-bottom: 20rem;
	}
}

.popup__img img {
    display: none;
}

.popup__footer .btn__wrap {
	width: 100%;
	margin-top: 0;
	text-align: center;
}

.popup__footer .btn__wrap a, 
.popup__footer .btn__wrap button, 
.popup__footer .btn__wrap .btn__popup,
.popup__footer .btn__wrap .btn__popup--blue {
	width: 50%;
	float: left;
}

.popup__footer .btn__wrap [class^="btn__"] + [class^="btn__"] {
    margin-left: 0;
}

.popup__notice {
	max-width: calc(100vw - 8.3333vmin);
	max-height: calc(100vh - 8.3333vmin);
	overflow: hidden;
}

@media (max-width: 1023px) {
	.popup__notice {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 330rem;
		/*height: 458.5rem;*/
		height: 440rem;
		border-radius: 5rem;
	}
}

@media all and (min-width: 1024px) {
	.popup__notice {
		width: 560rem;
		height: 760rem;
		border-radius: 8rem;
	}
}

.popup__notice .popup__inner {
	position: relative;
	width: 100%;
	height: 100%;
}

.popup__notice .btn__close {
	position: absolute;
	bottom: 0;
	right: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	width: 40rem;
	height: 40rem;
}

@media all and (min-width: 1024px) {
	.popup__notice .btn__close {
		width: 50rem;
		height: 50rem;
	}
}

.popup__notice .btn__close::before {
	content: '';
	display: block;
	position: absolute;
	right: 14rem;
	width: 12rem;
	height: 12rem;
	top: 50%;
	transform: translateY(-50%);
	background: center/contain no-repeat url("../images/main/bg_popup_close.gif");
}

@media all and (min-width: 1024px) {
	.popup__notice .btn__close::before {
		right: 17rem;
		width: 16rem;
		height: 16rem;
	}
}

.popup__notice .slick-wrap {
	width: 100%;
}

.popup__notice .slick-wrap .slick-slider {
	/*height: 418.5rem;*/
	height: 400rem;
	overflow-y: auto;
}

@media all and (min-width: 1024px) {
	.popup__notice .slick-wrap .slick-slider {
		height: 710rem;
	}
}

.popup__notice .slick-dots {
	transform: none;
	width: auto;
	min-height: 6px;
	z-index: 1;
}

@media all and (max-width: 1023px) {
	.popup__notice .slick-dots {
		left: 25rem;
		bottom: -24rem;
		height: 8rem;
	}
}

@media all and (min-width: 1024px) {
	.popup__notice .slick-dots {
		left: 30rem;
		bottom: -30rem;
	}
}

.popup__notice .slick-dots li {
	min-width: 12px;
	text-align: right;
}

@media all and (max-width: 1023px) {
	.popup__notice .slick-dots li {
		width: calc(4px + 14rem);
	}
}

@media all and (min-width: 1024px) {
	.popup__notice .slick-dots li {
		width: 20rem;
	}
}

.popup__notice .slick-dots li button {
	display: inline-block;
	min-width: 6px;
	vertical-align: top;
}

@media all and (max-width: 1023px) {
	.popup__notice .slick-dots li button {
		width: 8rem;
	}
}

.popup__notice .slick-dots li.slick-active button {
	border-color: #fff;
	background: #fff;
}

.popup__notice .slick-dots li button::before {
	display: none;
}

.popup__notice .slick-control {
	position: absolute;
	left: 16rem;
	bottom: 16rem;
	width: 8rem;
	height: 8rem;
	min-width: 6px;
	min-height: 6px;
	z-index: 1;
}

@media all and (min-width: 1024px) {
	.popup__notice .slick-control {
		left: 20rem;
		bottom: 20rem;
		width: 10rem;
		height: 10rem;
	}
}

.popup__notice .btn__pause {
	display: inline-block;
	width: 100%;
	height: 100%;
	background: center/contain no-repeat url("../images/main/bg_pause.gif");
	vertical-align: top;
}

.popup__notice .btn__pause.active {
	background-image: url("../images/main/bg_play.gif");
}

.popup__notice .slick-dotted.slick-slider {
	position: absolute;
	margin: 0;
	padding: 0;
}

.popup__notice .main__notice a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.popup__notice .banner__image img {
	display: inline-block;
	width: 100%;
	height: auto;
	min-height: 100%;
	object-fit: contain;
	object-position: top;
}

.popup__youtube {
	width: 100%;
	height: 56.25vw;
	max-width: 1024rem;
	max-height: 576rem;
	background: #000;
	border-radius: 0;
	overflow: visible;
	aspect-ratio: 16 / 9;
}

.popup__youtube .popup__inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.popup__youtube .btn__close {
	position: absolute;
	top: -45rem;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 30rem;
	height: 30rem;
	border-radius: 50%;
	overflow: hidden;
}

@media all and (min-width: 1024px) {
	.popup__youtube .btn__close {
		top: -54rem;
		width: 36rem;
		height: 36rem;
	}
}

.popup__youtube .btn__close::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	height: 50%;
	background: center/contain no-repeat url("../images/common/btn_close_white.svg");
}

@media all and (min-aspect-ratio: 16/9) {
	.popup__youtube {
		width: calc(100vh * 16/9);
		height: 100vh;
	}
}

@media all and (max-width: 1023px) {
	.popup__youtube.active ~ .dimm {
		background: rgba(0, 0, 0, 0.8);
	}
}

@media all and (max-width: 1023px) and (min-aspect-ratio: 16/9) {
	.popup__youtube.active ~ .dimm {
		background: rgba(0, 0, 0, 0.9);
	}
	.popup__youtube .btn__close {
		top: 50%;
		left: auto;
		right: calc(100vmin / 360 * -50);
		transform: translateY(-50%);
		width: calc(100vmin / 360 * 40);
		height: calc(100vmin / 360 * 40);
	}
}

.popup__alert *::-webkit-scrollbar {
 	width: 0;
 	height: 0;
}
.popup__alert *::-webkit-scrollbar-track {
	background: transparent;
}
.popup__alert *::-webkit-scrollbar-thumb {
	background: transparent;
}
.popup__alert *::-webkit-scrollbar-button {
 	width: 0;
 	height: 0;
}

.popup__notice .slick-wrap .slick-slider::-webkit-scrollbar {
	width: 0;
}
.popup__notice .slick-wrap .slick-slider::-webkit-scrollbar-track {
	background: transparent;
}
.popup__notice .slick-wrap .slick-slider::-webkit-scrollbar-thumb {
	background: transparent;
}
.popup__notice .slick-wrap .slick-slider::-webkit-scrollbar-button {
	width: 0;
	height: 0;
}

.popup__alert *,
.popup__notice .slick-wrap .slick-slider {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

@media all and (orientation: landscape) and (max-width: 1023px) {
	.popup__basic, .popup__small {
		height: 100%;
		max-height: 100vh;
	}
}

.popup__basic .popup__body .table__wrap,
.popup__small .popup__body .table__wrap {
    margin-bottom: 20rem;
}

@media all and (min-width: 1024px) {
    .popup__basic .popup__body .table__wrap,
    .popup__small .popup__body .table__wrap {
        margin-bottom: 30rem;
    }
}
.btn__wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-top: 30rem;
	text-align: center;
}

@media all and (min-width: 1024px) {
	.btn__wrap {
		margin-top: 60rem;
	}
}

.btn__align--left,
.btn__wrap.align--left {
	justify-content: flex-start;
	text-align: left;
}

.btn__align--right,
.btn__wrap.align--right {
	justify-content: flex-end;
	text-align: right;
}

.btn__wrap [class^="btn__"] + [class^="btn__"] {
	margin-left: 15rem;
}

@media all and (min-width: 1024px) {
	.btn__wrap [class^="btn__"] + [class^="btn__"] {
		margin-left: 35rem;
	}
}


.btn__popup, .btn__popup--blue {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 40rem;
	background: #E6E6E6;
	font-weight: 700;
	color: #898989 !important;
}

@media all and (min-width: 1024px) {
	.btn__popup, .btn__popup--blue {
		height: 56rem;
	}
}

.btn__popup--blue {
	background: #4D87FF;
	color: #fff !important;
}
@media all and (max-width: 1023px) {
	.btn__popup .btn__text, .btn__popup--blue .btn__text {
		font-size: 15rem;
	}
}