@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

/* reset css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}


:root {
  line-height: 1;
  font-family: pretendard, 'sans-serif';
  letter-spacing: -.02em;
	word-break: keep-all;

}
body { min-height: 100vh; /* mobile viewport bug fix */ min-height: -webkit-fill-available; } html { height: -webkit-fill-available; }

body.modal-open {
	width: 100%;
	overflow: hidden;
}
ol, ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: #212529;
}
a:active {
	color: #212529;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
	display: block;
}
b {
	font-weight: bold;
}
.customoverlay {
	background: #fff;
	font-size: 13px;
	padding: 6px 8px;
	border-radius: 3px;
	font-weight: 500;
	border: 1px solid #464ea3;
}
.customoverlay a {
	color: #464ea3;
}
@font-face {
	font-family: "NotoSans";
	src: url(font/NotoSansTC-Medium-Alphabetic.woff) format('woff');
	font-weight: 500;
}

/* color */
.c-color1 {
	color: #464ea3;
}
.c-color2 {
	color: #000000;
}
.c-color3 {
	color: #212529;
}
.c-color4 {
	color: #343a40;
}
.c-color5 {
	color: #495057;
}
.c-color6 {
	color: #808080;
}
.c-color7 {
	color: #868e96;
}
.c-color8 {
	color: #adb5bd;
}
.bg-color1 {
	background-color: #f5f5f5;
}
.bg-color2 {
	background-color: #eeeeee;
}
.mg-b-60 {
	margin-bottom: 60px;
}
/* font */
h1 {
	font-size: 32px;
	font-family: pretendard;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: .02em;
}
h2 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
}
h3 {
	font-size: 22px;
	font-weight: 500;
}
h4 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
}
p {
 	font-size: 14px;
 	font-weight: 400;
	line-height: 1.7;
}
p.tiny-p {
	font-size: .8rem;
}
a.tiny-p {
	font-size: 12px;
	color: #464ea3;
	position: absolute;
	top: 42px;
	left: 121.45px;
}
strong {
	 color: #343a40;
}
/* header */
header {
	position: relative;
	width: 100%;
	height: 94px;
	padding: 0px 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 10;
}
nav li:first-child {
	/* a[href="play/event.html"] */
	display: none;
}
nav ul{
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
header nav ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 160px;
	padding: 24px 0px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: .02em;
}
header img {
	height: 48px;
}
.c-header-left {
	width: 200px;
	display: flex;
	justify-content: flex-start;
}
.c-header-logo {
	display: flex;
	justify-content: flex-end;
	width: 200px;
}
.c-header-logo a {
	display: flex;
}
.header-wrap {
	background: #ffffff;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
}
.c-menu-wrap a {
	font-weight: 700;
}
.header-wrap.global {
	position: absolute;
	background: none;
}
.header-wrap.global .lang-dropdown {
	border: 1px solid hsla(100%,0%,100%,.0);
}
.header-wrap.global .lang-dropdown:hover {
	border: 1px solid hsla(100%,0%,100%,1)
	background: hsla(0,0%,100%,.05);
}
.sub-nav-wrap {
	position: absolute;
	top: 0;
	height: 200px;
	width: 100%;
	display: none;
	justify-content: center;
	background: #ffffff;
	border-bottom: 1px solid #e4e4e4;
	z-index: 1;
}
.header-btn-ham {
	display: none;
}
.sub-nav-link-wrap {
	margin-top: 80px;
	padding-left: calc((160px - 45.17px)/2);
	width: 640px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.sub-nav-link {
	font-size: 16px;
	padding: 8px 0px;
	color: #adb5bd;
	font-weight: 600;
	letter-spacing: .02em;
	transition: color .3s ease
}
.sub-nav-link:hover {
	color: #212529;
}
.lang-dropdown {
	font-size: 12px;
	position: absolute;
	top: 24px;
	padding: 8px 12px;
	line-height: 14px;
	border: 1px solid #ffffff;
	transition: all .3s ease;

}
.global .lang-dropdown {
	border: 1px solid hsla(0,0%,100%,0);
}
.global .c-header-left {
	display: flex;
}
.lang-dropdown:hover {
	border: 1px solid #e4e4e4;
}
.lang-dropdown-link-active-wrap {
	display: flex;
	align-items: center;
	padding: 4px 0px;
}
.lang-dropdown-link-active-wrap img {
	width: 16px;
	height: 16px;
	min-height: 16px;
	min-width: 16px;
	margin-left: 2px;
}
.lang-dropdown-link-wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.lang-dropdown-link-active-wrap {

}
.lang-dropdown-link-wrap a {
	color: #868e96;
}

.lang-dropdown-link-wrap a:hover {
	color: #212529;
}
.header-wrap.global .lang-dropdown-link-active-wrap a{
	color: #ffffff;
	line-height: 14px;
}
.header-wrap.global .lang-dropdown-link-wrap a{
	color: hsla(0,0%,100%,.5);
}
.header-wrap.global .lang-dropdown-link-wrap a:hover{
	color: hsla(0,0%,100%,.8);
}

.lang-dropdown-link {
	padding: 4px 0px;
	font-family: pretendard;
	font-weight: 400;

}
/*.lang-dropdown-link:after {
    background:url('../images/svg/dropdown-arrow.svg') center no-repeat;
  	background-size:cover;
  	z-index:0;
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;    
    margin: 0 3px 0 8px;
}*/
/*  */
.padding-2rem {
	padding: 2rem;
}
/* home */
.main-image {
	display: flex;
}
.m-main-image {
	display: none;
}
section {
	width: 100%;
}
.container {
	width: 1024px;
	margin: 0 auto;
}
.container.small {
	width: 800px;
}
.main-image {
	width: 100%;
	margin-top: 94px;
	display: flex;
}
#global-section1 {
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
	height:  30rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
#global-section1 img{
	width:  100%;
	max-width: 25rem;
}
#home-section2, #global-section2 {
	text-align: center;
}
#home-section2 h1, #global-section2 h2 {
	margin-bottom: 24px;
}
#home-section2 > div, #global-section2 > div, #global-section4 > div {
	padding: 80px 0;
}
#global-section2 > div > h2 {
	line-height: 140%;
}
#home-section2 > div > p{
	line-height: 175%;
	word-break:  keep-all;
}
#global-section2 > div > p{
	line-height: 150%;
	word-break:  keep-all;
}
#global-section3 .video-out {
	width: 100%;
}
.video-out.margin-top-bottom {
	margin-top: 60px;
	margin-bottom: 60px;
}
.c-content-area img.margin-top-bottom {
	margin-top: 60px;
	margin-bottom: 60px;
}
#home-section3 .container {
	padding: 24px 0px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
#home-section3 .container div {
	width: 33.3333%;
	padding: 24px;
}
#home-section3 .container div img {
	width: 100%;
}
#home-section3 > div {
	margin: 0 1rem;
	text-align: right;
}
#home-section3 > .container > div > p {
	padding: 16px 0px;
}
#home-section4 {
	display: flex;
	justify-content: center;
	align-items: center;
}
#home-section4 .container {
	padding: 24px 0px;
	margin: 0;
}

#home-section4 .c-about-wrap {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
}
#home-section4 .c-about-wrap > div {
	width: 33.33%;
	height:  100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 40px;
}
#home-section4 .c-about-wrap > div:nth-child(2) {
	border-right: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
}

#home-section4 .c-about-wrap h3 {
	margin-top: 25px;
    margin-bottom: 18px;
    font-weight: 500;
    letter-spacing: -0.0375em;
}
#home-section4 .c-about-wrap p {
	line-height: 166%;
}
#global-section4 img {
	width: 100%;
}
#global-section4 .bulid-info-inner1, #global-section4 .bulid-info-inner1 ul {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
}
#global-section4 .bulid-info-inner1 {
	border-bottom: #dee2e6 solid 1px;
	padding: 24px;
}
#global-section4 .bulid-info-inner1 ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	padding-top: 2px;
}

#global-section4 .bulid-info-inner1 ul span {
	background-color:  #bba25f;
	color: white;
	width: 20px;
	height: 20px;
	line-height: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius:  50%;
	margin-right: 4px;
	font-weight: 400;
	padding-top: 2px;
	margin-bottom: 2px;
}

#global-section4 .bulid-info-inner2 > div, #global-section4 .bulid-info-inner3 > div  {
	flex: 1;
}
#global-section4 h4 {
	color: #000000;
}
#global-section4 p {
	color: #495057;
	line-height: 1.5;
}
#global-section4 .bulid-info-inner3 {
		display: flex;
	align-items: stretch;
	justify-content: flex-start;
	box-shadow: 0 0 0 0.3rem #e9ecef;
	padding: 8px;
}
#global-section4 .floor-guide, #global-section4 .hours-guide {
	flex-flow: column nowrap;
}
#global-section4 .floor-guide .s-info-loca {
	display: flex;
	width: 100%;
}
#global-section4 .floor-guide .s-info-loca div {
	color: #fff;	
	flex: 1;
	display: flex;
	padding: 10px;
	justify-content: center;
	align-items: center;
	background-color: #464ea3;
	border-radius: 4px;
	margin-right: 12px;
}
#global-section4 .bulid-info-inner3 > div > h3 {
	margin-bottom: 24px;
}
.contact-back {
	background-image: url('../images/global/global-img.png');
	background-size: cover;
	background-position: center;
	height: 320px;
	width: 100%;
}

#home-section5 {
	height:  20.75rem;
	background-color: gray;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact {
	display: flex;
}
.contact > div {
	flex: 1;
}
/* play-event-page */
.c-title-area {
	margin-top: 100px;
}
.c-title-area h1 {
	letter-spacing: .05em;
    padding: 0 1.75rem 2rem;
    text-transform: uppercase;
}
.c-title-line {
	display: flex;
    height: .4rem;
    padding: 0 1.75rem;
}
.c-title-line div:first-of-type {
	background-color: #464ea3;
    flex: 1;
}
.c-title-line div {
	width: .75rem;
}
.c-title-line div:last-of-type {
	background-color: #464ea3;
    flex: 1;
}
.done-events, .doing-events {
	margin:  0px -16px;
	display:  flex;
	flex-wrap: wrap;

}
.c-thumbnail {
	background-position: 50% 50%;
    background-size: cover;
    border-radius: 8px;
    height: auto;
    transition: box-shadow .3s;
    width: 100%;
	display: flex;
}
.c-thumbnail:before {
	content:'';
	float:left;
	padding-top:100%;
}
#event-section1 {
	width: 100%;
}
.doing-events-wrap h2 {
	letter-spacing: -.0375em
}
.c-view-list {
	cursor: pointer;
}

/*글로벌 페이지*/
#global-section3 .video-out {
	margin-top: 0px;
}

#home-section2 > div,  #global-section4 > div h1 {
	margin-bottom: 40px;
}
#global-section4 .bulid-info-inner2 {
	padding: 60px 0px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
#global-section4 .c-color2 div:nth-child(1) h4 {
	margin-top: 0px;
}

#global-section4 .bulid-info-inner2 p {
	margin-top: 24px;
}
.floor-guide,.hours-guide {
	padding: 24px;
}
.floor-guide {
	display: flex;
	justify-content: space-around;
}
.hours-guide p {
	margin-top: 0px;
}
#global-section4 .container img {
	height: 320px;
}
#global-section4 .contact {
	margin-top: 60px;
}
#global-section4 .contact div {
	padding-right: 32px;
}
#global-section4 h5 {
	margin-top: 24px;
}
#global-section4 .contact h4:first-child {
	margin-top: 0px;
}
#global-section4 h4 {
	margin-top: 40px;
}
#global-section4 p {
	margin-top: 16px;
}
#global-section5 h1 {
	margin-bottom: 40px;
}
#global-section5 .contact {
	margin-top: 60px;
}
#global-section5 p {
	color: #495057;
}
#global-section5 .contact h3 {
	margin-bottom: 24px;
}
#global-section5 .contact strong {
	margin-bottom: 16px;
	margin-top: 6px;
	display: block;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.4;
}
#global-section5 .contact  div:last-child p {
	margin-bottom: 32px;
}
#global-section5 .contact  div {
	padding: 0px 40px;
}
#global-section5 .contact  div:nth-child(2) {
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
}
#global-section5 .contact ul {
	list-style: disc;
}
#global-section5 .contact ul li{
	font-size: 14px;
	line-height: 1.4;
	margin-left: 20px;
	margin-bottom: 8px;
	color: #495057;
}

/* event */
.c-content-title-area {
	display:  flex;
	justify-content:  center;
	align-items: center;
}
.contents-section.events-section {
	padding: 40px 0px;
}
.contents-section.events-section h2 {
	margin-bottom: 32px;
}
.event-card h4 {
	margin-top: 20px;
	line-height: 1.3;
}
.event-card p {
	margin-top: 4px;
}
.event-card {
	 margin-bottom: 40px;
	padding: 16px;
	flex: 1 0 33.3333%;
}


/* pow wow korea */
.pow_wow_korea_logo {
	width: 140px;
}


/*  footer */ 
footer {
	margin-top: 60px;
	padding: 24px;
}
.c-footer-line {
	height: .5rem;
	position: relative;
}
.divider {
	background: url('../images/footer-point.png');
	background-size: cover;
	bottom: 0;
	content: ;
	display: block;
	height: 14px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 28px;
}
footer nav .c-footer-logo-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 1.5rem;
}
footer nav .c-footer-logo img {
	height: 2.1rem;
}
footer nav .c-sns-wrap:before {
	content: "";
	background-color: #dee2e6;
	height: 1.5rem;
    margin: 0 1.25rem 0 1.6rem;
    width: 1px;
    display: inline-block;
}
footer nav .c-sns-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer nav .c-sns-wrap div {
	width: 40px;
}
footer nav .c-sns-wrap img {
	width: 24px;
	height: 24px;
}
footer nav .c-address {
	padding:  3rem 0 1rem;
}
footer nav .c-address p {
	font-size: 12px;
}
footer nav ul, .select-info-wrap ul  {
	display: flex;
	justify-content: flex-start;
	align-items: center;

}
footer nav ul li, .select-info-wrap ul li, .contact li {
	font-size: 12px;
}
footer nav ul li:after, .select-info-wrap ul li:after {
	content: "";
	display: inline-block;
	height: .8rem;
  margin: 0 .5rem;
  vertical-align: top;
  width: 1px;
	background-color: #dee2e6;
}
footer nav ul li:last-child:after, .select-info-wrap ul li:last-child:after, .select-info-wrap ul li:nth-child(3):after {
	content: none;
}
.select-info-wrap ul li, .select-info-wrap ul li a {
	color: #495057;
	font-size: 12px;
	font-weight:  400;
}
address {
	font-size: 12px;
	padding-top: 3.75rem;
}
.video-out.no-topmargin-video {
	margin-top: 0px;
	margin-bottom: 60px;
}
.go-top {
	opacity: 0;
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	right: 32px;
	bottom: 32px;
	width: 48px;
	height: 48px;
	background: #212529;
}
.go-top img {
	width: 32px;
}

/*pow wow*/
.top-text-wrap {
	width: 80%;
	margin: 80px auto 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.top-text-wrap h3 {
	margin-top: 32px;
}

.top-text-wrap h1 {
	margin-top: 8px;
}
.top-text-wrap p {
	max-width: 600px;
	text-align: center;
	margin-top: 24px;
}
.video-out {
	width: 800px;
	margin: 60px auto 0px;
}
.video-wrap {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mid-text-wrap {
	margin: 60px auto 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 100px;
	border-bottom: 1px solid #e4e4e4;
}
.mid-text-wrap p {
	max-width: 600px;
	text-align: center;
	margin-top: 24px;
}
.card-wrap, .select-info-wrap {
	margin-top: 100px;
}
.card-flex {
	margin: 24px -16px 0;
	display: flex;
	justify-content: center;
}
.card-flex h6 {
	margin-top: 16px;
}
.card-outer {
	flex: 1;
}

.card {
	border-radius: 8px;
	background-position: 50% 50%;
	background-size: cover;
	height: 340px;
	cursor:pointer;
}

/*이벤트 상세*/
.c-event-content-wrap {
	margin-top: 24px;
}
.c-content-title-area a, .c-content-title-area h4, .c-content-title-area p {
	flex: 1;
	display: flex;
}
.c-content-title-area a {
	justify-content: flex-start;
	font-size: 14px;
}
.c-content-title-area h4 {
	text-align: center;
	justify-content: center;
}
.c-content-title-area p {
	justify-content: flex-end;
}
.c-content-area {
	padding: 60px 0px;
}
.c-content-area.pow-wow .c-text{
	display: flex;
	flex-direction: column;	
	justify-content: center;
	align-items: center;
	padding-top: 120px;
}
.c-content-area.pow-wow .c-text:first-child {
	padding-top: 60px;
}
.c-text {
	max-width: 620px;
	margin: 0px auto;
	padding-top: 0px;
}
.c-text ul li {
	list-style: disc;
	font-size: 15px;
	line-height: 1.6;
	margin-left: 20px;
}
.c-text ul.order li {
	list-style: decimal;
}

.c-text ul li:first-child {
	margin-top: 12px;
}
.c-text h2 {
	font-weight: 600;
	margin-bottom: 24px;
}
.c-text h4 {
	margin-bottom: 24px;
	font-weight: 500;
}
.pow-wow .c-text p {
	text-align: center;
}
.pow-wow .c-text p:nth-of-type(2) {
	margin-top: 24px;
	
}
.pow-wow .c-text a {
	margin-top: 24px;
}
.c-text a {
	text-decoration: underline;
}
.c-content-area.pow-wow {
	padding: 0;
}

.c-content-area img {
	margin-top: 60px;
	width: 100%;
}
.c-content-area img.logo {
	width: 160px;
	margin: 60px 0px 20px;
}
.c-content-area img.no-margintop-img {
	margin-top: 0px;
}
.c-text.no-paddingtop-text {
	padding-top: 0px;
}
.c-content-area p {
	font-size: 15px;
	line-height: 1.8;
	max-width: 620px;
}
.c-content-share-area {
	display: flex;
		justify-content: center;
	align-items: center;
	margin-top: 60px;
}
a.link-icon {
	background-color: #464ea3;
	display: inline-flex;
	justify-content: center;
	align-items: center;
    height: 48px;
    margin-right: 12px;
    width: 48px;
}
a.link-icon svg {
		fill: #fff;
    height: 28px;
    width: 28px;
  }

	/*select*/
.select-info-wrap {
	width: 100%;
	display: flex;
}
.select-info-wrap > div {
	width: 50%;
	flex-direction: column;
  justify-content: center;
  display: flex;
  padding-right:  40px;
}
.select-info-wrap > div:nth-child(2) {
	padding-right: 0px;
}
.select-info-wrap .select-img {
	background-image: url('../images/select/select-img.jpg');
	background-size: cover;
	background-position: center;
	height: 380px;
	border-radius: 8px;
}
.card-flex.mini.select {
	gap: 16px;
	margin: 32px 0 0;
}
.card-outer.mini.logo {
	flex-basis: calc(20% - 16px + 16px / 5);
	width: calc(20% - 16px + 16px / 5);
}
.select-info-wrap h2 {
	margin-top:  16px;
}
.select-info-wrap p {
	margin-top: 16px;
}
.select-info-wrap ul {
	margin-top: 16px;
}
.select-info-wrap li {
	margin-top: 8px;
}
.select-shop-logo {
	width:  64px;
	padding-bottom:  16px;
}
.select-section {
	padding-bottom: 100px;
}
.select-section .card{
	cursor: auto;
}
.select-info-wrap ul {
	flex-wrap:  wrap;
}
.card-flex.mini.logo {
	height: auto;
    object-fit: cover;
}
/*shop*/
.card-flex.mini {
	margin: 24px 0 0;
	flex-wrap: wrap;
	display: flex;
	justify-content: flex-start;
	gap: 24px;
}
.card-outer.mini {
	flex-grow: 0;
	flex-basis: calc(20% - 24px + 24px / 5);
}
.card-outer.mini .card {
	background: #e4e4e4;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-position: 50% 50%;
}
.card-outer.mini .card:before {
	content:'';
	float:left;
	padding-top:100%;
}
.card.s01 {
	height: 400px;
}
.s-modal-wrap, .a-loca-modal-wrap {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	padding: 40px;
	display: none;
	opacity: 0;
	justify-content: center;
	align-items: center;
	background: rgba(0 0 0 / 40%);
}
.s-modal-wrap .s-modal {
	width: 100%;
	height: 100vh;
	max-height: 900px;

}
.s-modal{
	background: #ffffff;
	box-shadow: 0 20px 40px 0 rgb(0 0 0 / 20%);
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.a-loca-modal-wrap .s-modal, .global .s-modal {
	padding:  48px;
	width: 100%;
	max-width: 1100px;
}
.a-loca-wrap img {
	width: 100%;
	max-height: 600px;
}
.a-loca-wrap {
	display: flex;
}
.a-loca-wrap div {
	display: flex;
	flex-direction: column;
	padding: 20px;
	flex: 1;
}
.a-loca-wrap div h4 {
	margin-bottom: 16px;
}
.a-loca-wrap div.loca-store-info1 ul:nth-child(2) h4 {
	color:white;
}
.a-loca-wrap div ul li {
	margin-bottom: 8px;
	color: #495057;
	font-size: 14px;
}
.a-loca-wrap .loca-store-info1, .a-loca-wrap .loca-store-info2 {
	display:  flex;
	flex-direction: row;
}
.a-loca-wrap .loca-store-info1 ul, .a-loca-wrap .loca-store-info2 ul {
	flex: 1;
}
.global .loca-store-info {
	display: flex;
	width: 100%;
	padding:  48px 0;
}
.global .loca-store-info h4 {
	margin-bottom: 20px;
}
.global .loca-store-info ul {
	flex: 1;
}
.global .loca-store-info ul li {
	font-size: 12px;
	color: #495057;
	line-height: 1.6;
}
.s-modal-inner {
	width: 50%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.s-modal-inner.right {
	padding: 80px;
	position: relative;
}
.s-modal-text-wrap {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}
.s-modal-text-wrap-bottom h6 {
	font-weight: 600;
	margin-bottom: 24px;
}
.s-modal-text-wrap-bottom p {
	max-width: 600px;
}
.s-modal-text-info {
	margin-top: 60px;
	display: flex;
	flex-direction: column;
}
.s-modal-logo {
	height: 40px;
}
.s-modal-logo#paws, .s-modal-logo#ABC, .s-modal-logo#amazon  {
	height: 52px;
}
.s-modal-logo#theyellow {
	height: 65px;
}
.s-modal-logo#foot, .s-modal-logo#converse, .s-modal-logo#nikkori, .s-modal-logo#cloud, .s-modal-logo#charlie {
    height: 85px;
}
.s-modal-logo#newtro {
	height: 80px;
}
.s-modal-logo#myeongwol {
	height: 130px;
}
.s-info-link, .s-info-loca, .s-info-sns, .s-info-youtube {
	font-size: 13px;
	font-weight: 600;
	width: fit-content;
}
.s-info-sns {
	margin-top: 8px;
}
.s-info-loca {
	margin-top: 8px;
	cursor:  pointer;
}
.s-info-sub {
	margin-top: 8px;
	font-size: 13px;
	font-width: 400;
}
.s-close {
	background: #ffffff;
	border-radius: 4px;
	position: absolute;
	top: 16px;
	right: 16px;
	height: 56px;
	width: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition:  background-color .3s ease;
	cursor: pointer;
	z-index: 1;
}
.s-close svg, .s-back svg {
	width: 24px;
	transition: fill .3s ease;
}
.s-close:hover, .s-back:hover {
	background: #000000;
}

.s-close:hover svg, .s-back:hover svg {
	fill: #ffffff;
}
.s-slick {
	width: 100%;
	height: 100%;
	border-radius: 8px 0px 0px 8px;
	overflow: hidden;
}
.s-slick div {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.s-arrow {
	cursor: pointer;
	width: 40px;
	height: 40px;
	background: rgba(0 0 0 / 16%);
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.s-arrow img {
	width: 20px;
}
.s-arrow.prev {
	left: 20px;
}
.s-arrow.next {
	right: 20px;
}

.s-modal-loca-wrap {
	display: none;
}
.s-modal-loca-wrap img {
	width: 100%;
}
.s-back {
	background: #ffffff;
	border-radius: 4px;
	position: absolute;
	left: 80px;
	top: 16px;
	height: 56px;
	width: 56px;
	display: none;
	justify-content: center;
	align-items: center;
	transition:  background-color .3s ease;
	cursor: pointer;
	z-index: 1;
}
.s-back svg {
	fill: #000;
}
.ie-wrap {
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 100vh;
	background:url('../images/c-main-image.jpg') center no-repeat;
	background-size:cover;
	text-align: center;
}
.ie-wrap::after {
	content: '\A';
	position: absolute;
	z-index: ;
	width: 100%;
	height:100%;
	top:0; left:0;
	background:rgba(0,0,0,0.6);
}
.ie-wrap p {
	margin-top: 24px;
}
.ie-wrap a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
	padding: 0px 24px;
	height: 48px;
	font-size: 14px;
	background: #464ea3;
	font-weight: 500;
	color: white;
	border: none;
}
.ie-text-wrap {
 	position: relative;
 	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}




/*반응형 css*/
@media ( max-width: 768px ) {

	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 22px;
	}
	h3 {
		font-size: 18px;
	}
	h4 {
		font-size: 16px;
	}

	.container {
		width: 100%;
	}

	/*홈*/
	.main-image {
		display: none;
	}
	.m-main-image {
		margin-top: 60px;
		width: 100%;
		display: flex;
	}
	#home-section2 > div {
		padding: 60px 32px;
	}
	#global-section2 > div, #global-section4 > div {
		padding: 60px 20px;
	}
	#home-section3 .container {
		flex-direction: column;
		padding: 32px 32px;
	}
	#home-section3 .container div {
		padding: 0px;
		width: 100%;
		margin-bottom: 24px;

	}
	#home-section3 .container div:last-child {
		margin-bottom: 0px;
	}
	#home-section4 .c-about-wrap {
		flex-direction: column;
	}
	#home-section4 .container {
		padding: 0px 32px;
	}
	#home-section4 .c-about-wrap > div {
		width: 100%;

	}
	#home-section4 .c-about-wrap > div:nth-child(2) {
		border: 1px solid #e4e4e4;
		border-right: none;
		border-left: none;
	}
	#home-section4 .c-about-wrap > div {
		padding: 32px;
	}

	/*헤더*/
	.c-header-left {
		display: none;
	}
	.c-menu-wrap {
		display: none;
	}
	.c-header-logo {
		width: auto;
	}
	header img {
		height: 32px;
	}
	header {
		height: 60px;
		padding: 0px 20px;
	}
	.header-btn-wrap {
		padding: 0 16px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.header-btn-ham {
		width: 28px;
		height: 18px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.header-btn-ham div {
		background: #464ea3;
		width: 28px;
		height: 1px;
		margin: 4px 0;
	}
	.m-header-nav {
		position: fixed;
		padding: 80px 0px;
		z-index: 4;
		width: 100%;
		height: 100vh;
		background: #464ea3;
		display: none;
		opacity: 0;

	}
	.m-nav-drop {
		width: 100%;
		height: auto;
	}
	.m-nav-drop a {
		margin: 8px 0px;
		display: block;
	}
	.m-nav-drop a:first-child {
		display: none;
	}
	.m-header-nav a {
		margin: 12px 0px;
		padding: 0px 20px;
		font-size: 24px;
		font-weight: 500;
		color: #ffffff;
		letter-spacing: .02em;
	}
	.m-header-nav a:first-child {
		padding-top: 16px;
	}
	.m-header-nav a:last-child {
		padding-bottom: 16px;
	}
	.m-nav-wrap {
		width: 100%;
		align-items: flex-start;
		display: flex;
		flex-direction: column;
	}
	.m-header-nav select {
		margin-left: 20px;
		margin-bottom: 24px;
		border: 1px solid #ffffff;
		font-size: 14px;
		font-weight: 500;
		color: #ffffff;
		padding: 14px 32px 14px 20px;
		background: url('../images/svg/dropdown-arrow-white.svg') 90% center no-repeat;
		-webkit-appearance: none;
		background-size: 25%;
		-moz-appearance: none;
		appearance: none;
	}
	.m-header-nav a.mobilelink {
		font-size: 14px;
    font-weight: 500;
		color: #ffffff;
		position: absolute;
		padding: 14px 20px;
		right: 20px;
		line-height: 18px;
		margin: 0;
		background-color: #343F7F;
	}
	.m-nav-inner {
		display: flex;
		flex-direction: column;
		overflow: hidden;
		background-color: rgba(0,0,0,.2);
	}
	.m-nav-inner a {
		font-size: 16px;
	}
	.sub-nav-wrap {
		display: none;
	}

	/*푸터*/
	footer {
		padding-top: 0px;
	}
	footer nav ul, .select-info-wrap ul {
		flex-direction: column;
		align-items: flex-start;
	}
	footer nav ul li, .select-info-wrap ul li, .contact li {
		margin-bottom: 12px;
		margin-top: 0px;
	}
	footer nav ul li:after, .select-info-wrap ul li:after {
		display: none;
	}
	address {
		padding-top: 32px;
	}
	.go-top {
		bottom: 24px;
		right: 24px;
	}

	/*이벤트*/
	.c-title-area h1 {
		padding: 0 20px;
		margin-bottom: 16px;
	}
	.c-title-line {
		padding: 0 20px;
	}
	.container.small {
		width: 100%;
		padding: 0px 20px;
	}
	.contents-section.events-section h2 {
		margin-bottom: 24px;
	}
	.event-card {
		padding: 8px;
		margin-bottom: 32px;
		flex: 1 0 50%;
	}
	.done-events, .doing-events {
		margin: 0px -8px;
	}

	/*pow wow korea*/
	.top-text-wrap {
		margin: 60px auto 0;
		text-align: center;
	}
	.pow_wow_korea_logo {
		width: 120px;
	}
	.video-out {
		width: 100%;
	}

	.container {
		padding: 0px 20px;
	}
	.mid-text-wrap {
		padding-bottom: 80px;
	}
	.card-wrap {
		margin-top: 80px;
	}
	.card-wrap:first-child, .select-info-wrap {
		margin-top: 40px;
	}
	.card-outer {
		padding: 0px;
		margin-bottom: 32px;
	}
	.card-outer:last-child {
		margin-bottom: 0px;
	}
	.card-flex {
		flex-direction: column;
		margin: 24px 0px;
	}

	/*shop*/
	.card-outer.mini {
		flex: 0 1 calc(50% - 8px);
		margin-bottom: 0px;
	}
	.card-flex.mini {
		margin: 24px 0 0;
		flex-wrap: wrap;
		flex-direction: row;
		gap: 16px;
	}
	.card-outer.mini .card {
		width: 100%;
	}
	/*셀렉트*/
	.select-info-wrap {
		flex-direction: column-reverse;
		
	}
	.select-info-wrap > div {
		width: 100%;
	}
	.select-info-wrap .select-img {
		height: auto;
		width: 100%;
	}
	.select-shop-logo {
		margin-top: 40px;
	}
	.select-info-wrap h2 {
		margin-top: 24px;
		line-height: 1.3;
	}
	.select-info-wrap p {
		margin-top: 24px;
	}
	.select-info-wrap ul {
		margin-top: 32px;
	}
	.card-outer.mini.logo {
		flex-basis: calc(50% - 4px);
		width: calc(50% - 4px);
	}
	.card-flex.mini.select {
		gap: 8px;
	}

	/*모달*/
	.s-modal-wrap .s-modal, .a-loca-modal-wrap .s-modal {
		max-height: 100%;
	}
	.s-modal-wrap,.a-loca-modal-wrap {
		padding: 0px;
	}
	.s-modal {
		max-height: 100vh;
		height: 100vh;
		flex-direction: column;
		justify-content: flex-start;
		border-radius: 0px;
	}
	.a-loca-modal-wrap .s-modal, .global .s-modal {
		padding: 0px;
	}
	.s-modal-inner {
		width: 100%;
		max-height: 50%;
	}
	.s-modal-inner.right {
		padding: 40px;
		height: 50%;
		overflow-y: scroll;
	}
	.s-modal-text-wrap {
		justify-content: flex-start;
	}
	.s-modal-logo {
		margin-bottom: 24px;
		height: 36px;
	}
    .s-modal-logo#shop018, .s-modal-logo#shop004, .s-modal-logo#shop006 {
    height: 60px;
}
	.s-modal-text-info {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.s-slick {
		border-radius: 0px;
	}
	.s-info-loca {

	}
	.s-back {
		left: 16px;
	}
	.a-loca-wrap {
		padding: 20px;
	}
	.a-loca-wrap img {
		width: 100%;
		margin-top: 40px;
	}
	.s-info-loca, .s-info-link, .s-info-sub {
		margin-top: 12px;
	}


	/*글로벌*/
	#global-section2.jp > div > p, .jp,	#global-section2.cn > div > p, .cn {
	word-break:  break-all;
	}
	#global-section5 .contact {
		flex-direction: column;
	}
	#global-section1 {
		height: 400px;
	}
	#global-section1 img {
		width: 300px;
		max-width: 80%;
	}
	#global-section4 .bulid-info-inner1, #global-section4 .bulid-info-inner1 ul {
		flex-direction: column;
	}
	#global-section4 .bulid-info-inner1 ul li {
		padding: 8px;
	}
	#global-section4 .container img {
		height: auto;
		width: 100%;
	}
	#global-section4 .bulid-info-inner2 {
		flex-direction: column;
	}
	#global-section4 .bulid-info-inner2 p {
		margin-top: 16px;
	}
	#global-section4 .bulid-info-inner2 h2 {
		margin-bottom: 24px;
	}
	#global-section4 .bulid-info-inner3 {
		flex-direction: column;
	}
	#global-section4 .floor-guide .s-info-loca {
		margin-top: 0px;
	}
	#global-section4 .contact {
		flex-direction: column;
	}
	#global-section4 h4 {
		margin-top: 32px;
	}
	#global-section4 .contact h4:first-child {
		margin-top:  32px;
	}
	#global-section5 .contact div {
		padding: 0px 20px 32px;
	}
	#global-section5 .contact div:nth-child(2) {
		border: none;
	}
	#global-section5 .contact h3 {
		margin-bottom: 16px;
	}
	#global-section5 .contact strong:last-child {
		margin-bottom: 0px;
	}
	.a-loca-wrap {
		flex-direction: column;
		overflow-y: scroll;
		padding-bottom: 40px;
	}
	.a-loca-wrap div {
		padding: 0px;
	}
	.a-loca-wrap .loca-store-info1 ul, .a-loca-wrap .loca-store-info2 ul {
		padding-right: 16px;
	}
	.a-loca-wrap div ul li {
		line-height: 1.4;
	}

	.pow-wow .c-text a {
		font-size: 14px;
	}
	.c-content-title-area {
		flex-direction: column;
	}
	.c-content-title-area h4 {
		margin: 8px 0px;
	}
	.c-content-title-area a {
		line-height: 1.4;
	}
	.c-content-area p {
		font-size: 14px;
	}
	.c-content-area img {
		margin-top: 40px;
	}
	.c-content-share-area {
		margin-top: 40px;
	}
}

/*ie만 작동*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.event-card {
		width: 33.3333%;
		flex: none;
	}
	.s-modal-text-wrap-bottom {
		max-width: 100%;
	}
	.card-outer.mini {
		flex-grow: 1;
		width: 20%;
		max-width: 20%;
	}
	.s-modal-wrap, .s-modal-wrap, .a-loca-modal-wrap {
		background: rgba(0,0,0, 0.4);
	}
	.s-slick div {
		min-width: 100%;
	}
	.a-loca-wrap {
		width: 100%;
	}
	.a-loca-wrap img {
		margin: auto;
		max-width: 500px;
    	width: 100%; 
    	height: auto;
	}
	#global-section4 p {
		word-break: normal;
	}
	.a-loca-wrap div {
		flex: none;
		width: 50%;
	}
	.a-loca-wrap .loca-store-info1, .a-loca-wrap .loca-store-info2 {
		width: 100%;
	}
	.a-loca-wrap {
		align-items: flex-start;
	}
	
	
}