@font-face {
 font-family: 'Pretendard-Regular';
 font-weight: 300;
 src: local('☺'),
      url(/fonts/pretendard/Pretendard-Light.woff2) format('woff2'),
      url(/fonts/pretendard/Pretendard-Light.woff) format('woff'),
      url(/fonts/pretendard/Pretendard-Light.ttf) format('truetype');
}
@font-face {
 font-family: 'Pretendard-Regular';
 font-weight: 400;
 src: local('☺'),
      url(/fonts/pretendard/Pretendard-Regular.woff2) format('woff2'),
      url(/fonts/pretendard/Pretendard-Regular.woff) format('woff'),
      url(/fonts/pretendard/Pretendard-Regular.ttf) format('truetype');
}
@font-face {
 font-family: 'Pretendard-Regular';
 font-weight: 500;
 src: local('☺'),
      url(/fonts/pretendard/Pretendard-Medium.woff2) format('woff2'),
      url(/fonts/pretendard/Pretendard-Regular.woff) format('woff'),
      url(/fonts/pretendard/Pretendard-Regular.ttf) format('truetype');
}
@font-face {
 font-family: 'Pretendard-Regular';
 font-weight: 700;
 src: local('☺'),
      url(/fonts/pretendard/Pretendard-Bold.woff2) format('woff2'),
      url(/fonts/pretendard/Pretendard-Bold.woff) format('woff'),
      url(/fonts/pretendard/Pretendard-Bold.ttf) format('truetype');
}
@font-face {
 font-family: 'Pretendard-Regular';
 font-weight: 800;
 src: local('☺'),
      url(/fonts/pretendard/Pretendard-ExtraBold.woff2) format('woff2'),
      url(/fonts/pretendard/Pretendard-ExtraBold.woff) format('woff'),
      url(/fonts/pretendard/Pretendard-ExtraBold.ttf) format('truetype');
}
@font-face {
 font-family: 'Pretendard-Regular';
 font-weight: 900;
 src: local('☺'),
      url(/fonts/pretendard/Pretendard-Black.woff2) format('woff2'),
      url(/fonts/pretendard/Pretendard-Black.woff) format('woff'),
      url(/fonts/pretendard/Pretendard-Black.ttf) format('truetype');
}
@font-face {
    font-family: 'GmarketSans';
    font-weight: 300;
    font-style: light;
    src: url('/fonts/gmarket/GmarketSansLight.otf');
    src: url('/fonts/gmarket/GmarketSansLight.otf'),
        url('/fonts/gmarket/GmarketSansLight.eot?#iefix') format('embedded-opentype'),
        url('/fonts/gmarket/GmarketSansLight.woff2') format('woff2'),
        url('/fonts/gmarket/GmarketSansLight.woff') format('woff'),
        url('/fonts/gmarket/GmarketSansLight.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'GmarketSans';
    font-weight: 500;
    font-style: medium;
    src: url('/fonts/gmarket/GmarketSansMedium.otf');
	src: url('/fonts/gmarket/GmarketSansMedium.otf'),
        url('/fonts/gmarket/GmarketSansMedium.eot?#iefix') format('embedded-opentype'),
        url('/fonts/gmarket/GmarketSansMedium.woff2') format('woff2'),
        url('/fonts/gmarket/GmarketSansMedium.woff') format('woff'),
		url('/fonts/gmarket/GmarketSansMedium.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'GmarketSans';
    font-weight: 700;
    font-style: bold;
    src: url('/fonts/gmarket/GmarketSansBold.otf');
    src: url('/fonts/gmarket/GmarketSansBold.otf'),
        url('/fonts/gmarket/GmarketSansBold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/gmarket/GmarketSansBold.woff2') format('woff2'),
        url('/fonts/gmarket/GmarketSansBold.woff') format('woff'),
        url('/fonts/gmarket/GmarketSansBold.ttf') format("truetype");
    font-display: swap;
}


/* =======================================================
*
* 	Template Style
*
* ======================================================= */
* {
  font-family: "Pretendard-Regular", Arial, sans-serif;
  /* margin: 0; */
  /* padding: 0; */
  box-sizing: border-box;
}
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{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    word-break: keep-all;
    /* font: inherit; */
    /* vertical-align: middle; */
}
html, body{
  width: 100%;
  height: 100%;
}
body {
  font-weight: 500;
  font-size: 16px;
  /* line-height: 1.7; */
  color: #111;
  background: #fff;
}
main{
  overflow: hidden;
}
p{
  font-size: 20px;
}
@media screen and (max-width : 768px){
  p{
    font-size: 12px;
  }
}
html.uk-modal-page {
  overflow: auto !important;
  padding-right: 0 !important;
}
.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle{
  min-height: 65px;
}
img{
  max-width: 100%;
}
a{
  color: #000;
  text-decoration: none;
}
a:hover, a:focus{
  color: unset;
  text-decoration: none;
}
ul{
  list-style-type: none;
}
table{
  border-spacing: unset;
}
hr{
  margin: 0;
}
.is-pc{
  display:none !important;
}
.is-m{
  display:block !important;
}
@media (min-width: 768px){
	.is-pc{
    display:block !important;
	}
	.is-m{
    display:none !important;
	}
}
.is-bg{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* 브라우저 호환성을 위한 벤더 접두사 */
input::-webkit-input-placeholder {
	color: #868686;
}
input::-moz-placeholder {
	color: #868686;
}
input:-ms-input-placeholder {
	color: #868686;
}
input::-ms-input-placeholder {
	color: #868686;
}
.uk-container{
  padding-left: 0;
  padding-right: 0;
  max-width: 1200px;
}
.uk-navbar-nav{
  gap: 0;
}
.uk-section{
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width : 1820px){
  .uk-container{
    padding-left: 10px;
    padding-right: 10px;
  }
}

.uk-navbar-container:not(.uk-navbar-transparent){
  background: transparent;
}
header{
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
header{
  padding-top: 11px;
}
header.scrolled{
  background: rgba(0, 0, 0, 0.7) !important;
  backdrop-filter: blur(10px) !important;
  transition: all 0.2s ease;
  padding-bottom: 10px;
}
header .uk-container{
  max-width: 1820px;
}
header .uk-navbar-nav>li{
  padding: 0 19px;
}
header .uk-navbar-nav>li:last-child{
  padding-right: 0;
}
header .uk-navbar-nav>li>a{
  color: #fff;
  font-size: 18px;
  position: relative;
}
header .uk-navbar-nav>li:hover>a{
  color: #fff;
}
header .uk-navbar-nav>li>a::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width 0.2s ease;
}
header .uk-navbar-nav>li>a:hover::before{
  width: 100%;
}
.uk-navbar-toggle,
.uk-navbar-toggle:hover{
  color: #fff;
}
.uk-offcanvas-bar{
  padding: 60px 40px;
  background: #000;
}
.uk-offcanvas-close{
  top: 24px;
  right: 16px;
}
.uk-offcanvas-close svg{
  width: 16px;
  height: 16px;
  fill: #fff;
}
.uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve){
  stroke: #fff;
}
@media screen and (max-width : 768px){
  header{
    padding: 5px;
  }
  header .uk-logo{
    width: 80%;
  }
  #offcanvas-nav .uk-nav>li>a{
    display: block;
    text-align: center;
    padding: 16px 0;
    font-size: 16px;
    color: #fff;
  }
}

.ft-blue{
  color: #1255ed !important;
}
.ft-green{
  color: #52e32b !important;
}
.ft-green-bold{
  color: #52e32b !important;
  font-weight: 700 !important;
}
.ft-yellow{
  color: #e5f122 !important;
}
.txt-bg-green{
  background: linear-gradient(0deg, transparent 10%, #52e32b 10%, #52e32b 30%, transparent 30%);
}

.title{
  color: #fff;
}
.title .sub{
  font-family: "GmarketSans", "NanumSquare_T", Arial, sans-serif;
  font-size: 35px;
  font-weight: 500;
}
.title .main{
  font-family: "GmarketSans", "NanumSquare_T", Arial, sans-serif;
  font-weight: 700;
  font-size: 70px;
}
.des h3{
  font-weight: 700;
  font-family: "GmarketSans", "NanumSquare_T", Arial, sans-serif;
}


section.video{
  /* width: 100vw;
  height: 100vh; */
  overflow: hidden;
  position: relative;
}
section.video video{
  /* width: 100%;
  height: 100%; */
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}
