@charset "UTF-8";

/*=========================================================
  Reset  
=========================================================*/
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,button, select, option {
	margin:0; 
	padding:0; 
	border:0; 
	font-size:100%; 
	vertical-align:baseline; 
	box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	-ms-box-sizing:border-box;
}

body{
	position:relative; 
	background:#070F2F; 
	line-height:1.7; 
	color:#000;
	font-family:'CookieRun', Helvetica, "Apple SD Gothic Neo",Dotum, 돋움, sans-serif; 
	word-break: keep-all;
	overflow-wrap: break-word;
	text-size-adjust:none; 
	-webkit-text-size-adjust:none; 
	-moz-text-size-adjust:none;
	font-weight:400;
}

/*언어별*/
body:lang(ja){
	font-family:'Noto Sans JP', Helvetica, "Apple SD Gothic Neo",Dotum, 돋움, sans-serif; 
	line-break: strict;
}

body:lang(zh-Hant){
	font-family:'Noto Sans TC', Helvetica, "Apple SD Gothic Neo",Dotum, 돋움, sans-serif; 
	line-break: strict;
}

body:lang(th){
	font-family:'Noto Sans TH', Helvetica, "Apple SD Gothic Neo",Dotum, 돋움, sans-serif; 
	word-break: normal;
}

input[type="search"],input[type="text"],input[type="email"],input[type="number"],button,input[type="submit"],input[type="reset"],button,input[type="tel"],button,input[type="password"],input[type="url"],input[type="search"],input[type="file"],button,textarea {
	box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	margin:0; 
	padding:0; 
	border:none; 
	border-radius:0; 
	background:none; 
	font-size:100%;
	font-family:'CookieRun', Helvetica, "Apple SD Gothic Neo",Dotum, 돋움, sans-serif; 
	-webkit-appearance:none; 
	appearance:none; 
	-moz-appearance:none; 
	-o-appearance:none; 
	-webkit-border-radius:0; 
	-moz-border-radius:0; 
}

/*언어별*/
body:lang(ja) input[type="search"],
body:lang(ja) input[type="text"],
body:lang(ja) input[type="email"],
body:lang(ja) input[type="number"],
body:lang(ja) input[type="tel"],
body:lang(ja) input[type="password"],
body:lang(ja) input[type="url"],
body:lang(ja) input[type="file"],
body:lang(ja) input[type="submit"],
body:lang(ja) input[type="reset"],
body:lang(ja) button,
body:lang(ja) textarea {
    font-family:'Noto Sans JP', Helvetica, "Apple SD Gothic Neo",Dotum, 돋움, sans-serif; 
}

body:lang(zh-Hant) input[type="search"],
body:lang(zh-Hant) input[type="text"],
body:lang(zh-Hant) input[type="email"],
body:lang(zh-Hant) input[type="number"],
body:lang(zh-Hant) input[type="tel"],
body:lang(zh-Hant) input[type="password"],
body:lang(zh-Hant) input[type="url"],
body:lang(zh-Hant) input[type="file"],
body:lang(zh-Hant) input[type="submit"],
body:lang(zh-Hant) input[type="reset"],
body:lang(zh-Hant) button,
body:lang(zh-Hant) textarea {
    font-family:'Noto Sans TC', Helvetica, "Apple SD Gothic Neo",Dotum, 돋움, sans-serif; 
}

body:lang(th) input[type="search"],
body:lang(th) input[type="text"],
body:lang(th) input[type="email"],
body:lang(th) input[type="number"],
body:lang(th) input[type="tel"],
body:lang(th) input[type="password"],
body:lang(th) input[type="url"],
body:lang(th) input[type="file"],
body:lang(th) input[type="submit"],
body:lang(th) input[type="reset"],
body:lang(th) button,
body:lang(th) textarea {
	font-family:'Noto Sans TH', Helvetica, "Apple SD Gothic Neo",Dotum, 돋움, sans-serif; 
}

label{
	cursor:pointer;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

blockquote,q {
	quotes:none;
}

input:focus,button:focus {
	border:none;
}

table {
	border-spacing:0;
}

ul,ol,li {
	margin:0; 
	padding:0;
}

li {
	list-style:none;
}

a:focus {
	outline:none !important;
}

a {
	text-decoration:none;
}

:invalid {
	box-shadow:none;
}

:-moz-submit-invalid {
	box-shadow:none;
}

:-moz-ui-invalid {
	box-shadow:none;
}

button::-moz-focus-inner {
	margin-top:-2px; 
	margin-bottom:-2px;
	padding:0; 
	border:0;
}

input::-moz-focus-inner {
	margin-top:-2px; 
	margin-bottom:-2px;
	padding:0; 
	border:0;
}

img {
	max-width:100%;
	height:auto;
}

button:hover {
	cursor:pointer;
}

button {
	background:transparent;
}

textarea:focus {
	outline:none;
}

:focus {
	outline:none;
}

html {
	overflow-y:scroll;
	-webkit-font-smoothing:antialiased; 
	-moz-osx-font-smoothing:grayscale;
}

input[type=text]::-ms-clear {
	display:none;
}

input[type=email]::-ms-clear {
	display:none;
}

input[type=number]::-ms-clear {
	display:none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

sup{
	font-size:0.75em;
	vertical-align: top;
}

sub{
	font-size:0.75em;
	vertical-align: bottom;
}

select{
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	padding:0; 
	border:none; 
	border-radius:0; 
	background:none;
	font-size:100%;
	-webkit-appearance:none ;
	appearance:none; 
	-moz-appearance:none; 
	-ms-appearance:none;
	-o-appearance:none; 
	-webkit-border-radius:0;
	-moz-border-radius:0; 
	-o-box-sizing:border-box;
}

select::-ms-expand {
	display: none;
}

::-webkit-file-upload-button {
	cursor:pointer;
}

html {
	font-size:16px;
}

.ab-text{
	overflow: hidden; 
	display:block; 
	position:absolute; 
	border: 0; 
	width: 1px; 
	height: 1px;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

html.is-Hidden{
	overflow:hidden;
}

.text-bold{
	font-weight:bold;
}

.text-center{
	text-align:center !important;
}

#wpadminbar{
	position:fixed !important;
}

body .Lang-ko,
body .Lang-en{
	font-family:'CookieRun', Helvetica, "Apple SD Gothic Neo",Dotum, 돋움, sans-serif; 
}

body .Lang-ja{
	font-family:'Noto Sans JP', Helvetica, "Apple SD Gothic Neo",Dotum, 돋움, sans-serif; 
}

body .Lang-zh{
	font-family:'Noto Sans TC', Helvetica, "Apple SD Gothic Neo",Dotum, 돋움, sans-serif; 
}

body .Lang-th{
	font-family:'Noto Sans TH', Helvetica, "Apple SD Gothic Neo",Dotum, 돋움, sans-serif; 
}

/*=========================================================
  변수값
=========================================================*/
:root {
   --vh: 100%;
   --site-header: 4rem;
}

/*=========================================================
  Layout
=========================================================*/
.site{
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	width:100%;
	max-width:1920px;
	margin:0 auto;
	position:relative;
}

.SiteSec{
	overflow:hidden;
}

.site-content {
	flex: 1;
}

.site-content:after{
	content:"";
	display:table;
	clear:both;
}

.site-container{
	margin:0 auto;
	position: relative;
	padding:0 1.563rem;
	max-width:78.126rem;
}

.site-container:after{
	content: "";
	display: table;
	clear: both;
}

.site-footer{
	flex-shrink: 0;
}

.admin-bar .site-header{
	top:32px;
}

@media screen and (max-width: 782px){
    .admin-bar .site-header{
		top:46px !important;
	}
}

/*=========================================================
  Swiper Basic CSS
=========================================================*/
.swiper-horizontal {
	touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  transform: translate3d(0px, 0, 0);
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-fade .swiper-slide{
    transition-property: opacity;
}

.swiper-fade .swiper-slide:not(.swiper-slide-active){
	opacity:0 !important;
}

.swiper-fade .swiper-slide.swiper-slide-active{
	z-index:10;
}

.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
}

.is-slide_disable .swiper-button-prev {
  display: none;
}

.is-slide_disable .swiper-button-next {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background-color: rgba(0, 0, 0, 0.3);
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 1px;
  height: 98%;
}

.swiper-scrollbar-drag {
  opacity:0;
  height: 0px;
  width: 100%;
  position: relative;
  background-color: #000;
  border-radius: 10px;
  left: -1px;
  top: 0;
  width: 3px;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-button-lock {
  display: none !important;
}

/* ============================================================
   Responsive Html Font
==============================================================*/
@media screen and (max-width:1920px) and (min-width:1200px){
	html{
		font-size:0.83333vw;
	}
	
	.site-container{
		padding:0 1.302vw;
	}
}

@media screen and (max-width:1199px) and (min-width:500px){
	html{
		font-size:16px;
	}
	
	.site-container{
		padding:0 16px;
	}
	
	.site{
		max-width:500px;
	}
}

@media screen and (max-width:499px) and (min-width:1px){
	html{
		font-size:4.444vw;
	}
	
	.site-header .site-container{
		padding:0 1rem;
	}
	
	.site-container{
		padding:0 1.25rem;
	}
}