@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: #000;
  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;
}
h1, h2, h3, h4, h5, h6{
  color: #000;
}
.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;
  background-image: linear-gradient(180deg, rgba(0,0,0,.5) 0, rgba(0,0,0,.7) 60%);
}
/* 브라우저 호환성을 위한 벤더 접두사 */
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-button-default{
  border: unset;
  color: inherit;
}
.uk-button-default:hover{
  color: inherit;
  border: none;
}
.uk-button{
  padding: 0;
}
.uk-navbar-container:not(.uk-navbar-transparent){
  background: transparent;
}
.uk-list>*>ul, .uk-list>:nth-child(n+2){
  margin-top: 0;
}
.swiper-button-next::after, .swiper-button-prev::after{
  display: none;
}
@media screen and (max-width : 768px){
  .swiper-button-prev,
  .swiper-button-next{
    display: none !important;
  }
}
.uk-accordion-title,
.uk-accordion-title:hover{
  color: #000;
}
/****************** up *******************/
body{
  position: relative;
}
#side{
  position: fixed;
  top: 85%;
  right: 2%;
  transform: translateY(-50%);
  z-index: 2000;
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
}
#side a:first-child{
  filter: drop-shadow(0px 4px 7px rgba(0, 0, 0, 0.24));
}
@media screen and (max-width : 768px){
  #side{
    top: 90%;
    right: 0%;
    gap: 5px;
  }
  #side img{
    width: 50%;
  }
}
/****************** header *******************/
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{
  align-items: center;
}
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;
  width: max-content;
}
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;
}
.uk-navbar-right{
  flex-wrap: nowrap;
}
@media screen and (max-width : 1024px){
  header .uk-logo{
    width: 94%;
  }
}
@media screen and (max-width : 768px){
  header{
    padding: 0px;
  }
  header .uk-logo{
    width: 90%;
  }
  header .call{
    width: 55%;
    margin-right: 10px;
  }
  header .uk-icon svg{
    width: 30px;
  }
  #offcanvas-nav .uk-nav>li>a{
    display: block;
    text-align: center;
    padding: 16px 0;
    font-size: 16px;
    color: #fff;
  }
}


/****************** footer *******************/
footer{
  background-color: #24252b;
  padding: 46px 0 49px 0;
}
footer *{
  color: #94959b;
}
footer .contents{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
footer .contents .uk-list li{
  display: flex;
  margin: 5px 0;
}
footer .contents .uk-list li > div:after{
  content: '|';
  display: inline-block;
  margin: 0 5px;
}
footer .contents .uk-list li > div:last-child::after{
  display: none;
}
footer .copy p{
  font-size: 16px;
}
@media screen and (max-width : 768px){
  footer{
    padding: 20px 0 40px 0;
  }
  footer .contents{
    flex-direction: column;
    align-items: unset;
    justify-content: left;
    gap: 10px;
  }
  footer .uk-logo{
    width: 40%;
  }
  footer .contents .uk-list li{
    flex-direction: column;
  }
  footer .contents .uk-list li > div:after{
    display: none;
  }
  footer *{
    font-size: 12px;
  }
  footer .copy p{
    font-size: 12px;
  }
}


.vertical-align{
  vertical-align: middle;
}
.ft-blue{
  color: #1255ed !important;
}
.ft-green{
  color: #52e32b !important;
}
.ft-green-bold{
  color: #52e32b !important;
  font-weight: 700 !important;
  font-family: "GmarketSans", "NanumSquare_T", Arial, sans-serif;
}
.ft-yellow{
  color: #e5f122 !important;
}
.ft-white{
  color: #fff !important;
}
.bold{
  font-weight: 700;
}
.gray{
  color: #6f6f6f;
}
.txt-bg-green{
  background: linear-gradient(0deg, transparent 10%, #52e32b 10%, #52e32b 40%, transparent 30%);
  font-family: "GmarketSans", "NanumSquare_T", Arial, sans-serif;
}
.text-center{
  text-align: center;
}
.mg-bottom-50{
  margin-bottom: 50px;
}
.mg-bottom-70{
  margin-bottom: 70px;
}
.pd-120-140{
  padding: 120px 0 140px 0;
}
@media screen and (max-width : 768px){
  .mg-bottom-50{
    margin-bottom: 25px;
  }
  .mg-bottom-70{
    margin-bottom: 35px;
  }
  .pd-120-140{
    padding: 60px 0 70px 0;
  }
}

.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;
  margin-top: 10px;
}
.des h3{
  font-weight: 700;
  font-family: "GmarketSans", "NanumSquare_T", Arial, sans-serif;
}
@media screen and (max-width : 768px){
  .title .main{
    font-size: 28px;
  }
  .title .sub{
    font-size: 18px;
  }
}
.ballon{
  font-family: "GmarketSans", "NanumSquare_T", Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  width: fit-content;
  background-color: #c60909;
  border-radius: 24px;
  padding: 8px 28px 6px;
  position: relative;
  margin-bottom: 30px;
}
.ballon::before{
  content: '';
  display: inline-block;
  background-image: url("/images/main/check_white.png");
  width: 26px;
  height: 21px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.ballon::after{
  content: '';
  position: absolute;
  bottom: -13px;
  left: 48px;
  border-width: 20px 13px 0 13px;
  border-style: solid;
  border-color: #c60909 transparent transparent transparent;
}

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;
}


#contact{
  background-image: url("/images/main/contact_bg.jpg");
}
#contact .uk-container{
  display: flex;
}
#contact .uk-container > div{
  width: 49%;
}
#contact .uk-container .contents{
  width: 60%;
  text-align: center;
  padding: 145px 0 95px 0;
}
#contact .contents .title .main{
  font-size: 60px;
}
#contact .contents .title .sub{
  font-size: 23px;
  /* width: max-content; */
}
#contact .name-tel{
  display: flex;
  gap: 10px;
  margin-top: 30px;
  margin-bottom: 10px;
}
#contact .name-tel > div{
  flex: 1;
}
#contact input, #contact textarea{
  width: 100%;
  height: 48px;
  padding: 13px 10px;
  font-size: 18px;
  border-radius: 10px;
  border: 2px solid #bbbbbe;
}
#contact textarea{
  height: 136px;
}
#contact input::placeholder, #contact textarea::placeholder{
  color: #333;
}
#contact input[type=checkbox]#is-privacy{
  display: none;
}
#contact input[type=checkbox]#is-privacy+label{
  display: inline-block;
  position: relative;
  width: 23px;
  height: 23px;
  background-color: rgba(255, 255, 255);
  border-radius: 3px;
  border: 1px solid #bbbbbe;
  vertical-align: middle;
  cursor: pointer;
}
#contact input[type=checkbox]#is-privacy+label::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 18px;
}
#contact input[type=checkbox]#is-privacy:checked+label::after{
  content: '✔';
}
#contact .check{
  margin-top: 10px;
  margin-bottom: 20px;
}
#contact .check span{
  font-size: 18px;
  color: #666;
  cursor: pointer;
}
#contact .check a.uk-button{
  font-size: 18px;
  color: #000;
  font-weight: 700;
  margin-left: 14px;
}
#contact .counsel .button{
  width: fit-content;
  margin: 0 auto;
  border-radius: 35px;
  overflow: hidden;
}
#contact .counsel .button button{
  background-color: #ed0c0c;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  padding: 18px 65px;
  cursor: pointer;
}
@media screen and (max-width : 768px){
  #contact{
    background-position: right;
  }
  #contact .uk-container > div:first-child{
    display: none;
  }
  #contact .uk-container > div{
    width: 100% !important;
  }
  #contact .uk-container .contents{
    padding: 30px 0 40px 0;
  }
  #contact .contents .title .main{
    font-size: 24px;
  }
  #contact .contents .title .sub{
    font-size: 16px;
  }
  #contact .name-tel{
    gap: 5px;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  #contact input, #contact textarea{
    height: 30px;
    padding: 5px;
    font-size: 12px;
    border-radius: 5px;
  }
  #contact textarea{
    height: 80px;
  }
  #contact input[type=checkbox]#is-privacy+label{
    width: 12px;
    height: 12px;
    border-radius: 1px;
  }
  #contact input[type=checkbox]#is-privacy+label::after{
    font-size: 16px;
  }
  #contact .check{
    margin-top: 0px;
    margin-bottom: 10px;
  }
  #contact .check span{
    font-size: 12px;
  }
  #contact .check a.uk-button{
    font-size: 12px;
    margin-left: 6px;
  }
  #contact .counsel .button button{
    font-size: 16px;
    padding: 9px 30px;
  }
}

#modal-overflow .uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve){
  stroke: #000;
}
#modal-overflow .uk-icon svg{
  width: 20px;
  height: 20px;
}
#modal-overflow .uk-icon{
  top: 15px;
  right: 20px;
}
#modal-overflow .uk-modal-title{
  font-size: 24px;
}
#modal-overflow .uk-modal-body{
  padding: 20px 30px;
}
#modal-overflow .uk-modal-body p{
  font-size: 18px;
}
@media screen and (max-width : 768px){
  #modal-overflow .uk-modal-title{
    font-size: 16px;
  }
  #modal-overflow .uk-modal-body{
    padding: 10px 20px;
  }
  #modal-overflow .uk-modal-body p{
    font-size: 12px;
  }
  #modal-overflow .uk-icon{
    top: 8px;
    right: 10px;
  }
  #modal-overflow .uk-icon svg{
    width: 14px;
    height: 14px;
  }
  .uk-modal{
    padding: 100px 10px;
  }
}
.triangle {
  width: 0;
  height: 0;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-top: 26px solid #3044a6; /* 아래쪽이 뾰족한 삼각형 */
  margin: 0 auto;
}
.around-triangle {
  width: 0;
  height: 0;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-top: 26px solid #eaedfc; /* 아래쪽이 뾰족한 삼각형 */
  margin: 0 auto;
}
@media screen and (max-width : 768px){
  .triangle {
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 13px solid #3044a6;
  }
  .around-triangle {
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 13px solid #eaedfc;
  }
}


/****************** aboutus *******************/
#aboutus{
  min-height: 810px;
  background-image: url("/images/main/aboutus_bg.jpg");
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#aboutus .uk-container{
  width: 100%;
  height: 100%;
}
#aboutus .title{
  text-align: left;
}
#aboutus .title .sub,
#aboutus .title .main,
#aboutus .title p,
#aboutus .title a{
  color: #fff;
}
#aboutus .title .main{
  margin: 15px 0;
}
#aboutus .title .main .small{
  font-family: "GmarketSans", "NanumSquare_T", Arial, sans-serif;
  font-size: 46px;
  font-weight: 500;
}
@media screen and (max-width : 768px){
  #aboutus{
    min-height: unset;
    height: 80vh;
    padding-top: 100px;
  }
  /* #aboutus .uk-container{
    display: flex;
    align-items: center;
  } */
  #aboutus .title .main{
    margin: 25px 0;
    line-height: 1;
  }
  #aboutus .title .main .small{
    font-size: 20px;
  }
  #aboutus .title p{
    font-size: 16px;
  }
  .ballon{
    font-size: 14px;
    border-radius: 24px;
    padding: 6px 14px 3px;
    margin-bottom: 20px;
  }
  .ballon::before{
    width: 18px;
    height: 13px;
  }
}


/****************** needs *******************/
#needs{
  background-image: url("/images/main/needs_bg.jpg");
  padding: 160px 0 126px 0;
}
#needs .uk-container{
  max-width: 1360px;
}
#needs .contents{
  display: flex;
  justify-content: space-between;
  margin-top: 75px;
  gap: 10px;
}
#needs .contents > div{
  border: 3px solid #52e32b;
  position: relative;
  height: fit-content;
}
#needs .contents > div p{
  color: #fff;
  font-family: "GmarketSans", "NanumSquare_T", Arial, sans-serif;
  font-weight: 700;
  font-size: 33px;
  position: absolute;
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
}
#needs .contents > div:nth-child(2n+1){
  margin-top: 36px;
}
#needs .title p{
  font-size: 23px;
}
@media screen and (max-width : 768px){
  #needs{
    height: 100vh;
    padding: 0;
    display: flex;
    align-items: center;
  }
  #needs .title p{
    font-size: 12px;
  }
  #needs .contents{
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
  }
  #needs .contents > div{
    width: 45%;
    border: 3px solid #52e32b;
  }
  #needs .contents > div:nth-child(2n+1){
    margin-top: 0px;
  }
  #needs .contents > div p{
    top: 26px;
    font-size: 20px;
  }
}


/****************** possible *******************/
#possible{
  background-color: #0d2d98;
  padding-top: 78px;
}
#possible .uk-container{
  max-width: 1360px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
#possible .person{
  width: 30%;
  display: flex;
  justify-content: flex-end;
}
#possible .contents{
  width: 70%;
}
#possible .person img{
  filter: drop-shadow(0px 8px 59px rgba(0, 0, 0, 0.33));
}
#possible .title .main{
  font-size: 53px;
}
#possible .contents{
  padding-top: 32px;
}
#possible .reduce{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #071440;
  border-radius: 30px;
  padding: 40px 110px;
  margin: 40px 0 46px 0;
}
#possible .reduce > div{
  position: relative;
  border-radius: 50%;
  width: 240px;
  aspect-ratio: 1/1;
}
#possible .reduce .high{
  border: 10px solid #00a8ff;
  box-shadow: 0 0 24px 4px rgba(0, 168, 255, 0.4);
}
#possible .reduce .low{
  border: 3px dotted #fff;
}
#possible .reduce > div .arc{
  position: absolute;
  inset: 0;
  width: 101%;
  height: 101%;
  display: block;
  pointer-events: none;
}
#possible .reduce > div .des{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#possible .reduce .des *{
  font-family: "GmarketSans", "NanumSquare_T", Arial, sans-serif;
  text-align: center;
}
#possible .reduce .des h4{
  color: #fff;
  font-size: 24px;
}
#possible .reduce .des p span{
  font-size: 43px;
  font-weight: 700;
}
/* 선이 '그려지는' 애니메이션 */
.draw{
  stroke-dasharray: 100;   /* pathLength(=100) 기준 전체 길이 */
  stroke-dashoffset: 100;  /* 처음엔 0% 보이게 */
  animation: drawHalf 1.8s ease forwards;
}
#possible .reduce .low .arc{
  position: absolute;
  inset: 0;
  width: 104%;
  max-width: 103%;
  height: 105%;
  display: block;
  pointer-events: none;
  top: -6px;
}
@keyframes drawHalf{
  to { stroke-dashoffset: 0; }
}
@media screen and (max-width : 1024px){
  #possible .person{
    flex-direction: column;
  }
  #possible .contents{
    padding-bottom: 20px;
  }
}
@media screen and (max-width : 768px){
  #possible{
    height: 100vh;
    padding: 0;
    display: flex;
    align-items: center;
  }
  #possible .person{
    display: none;
  }
  #possible .contents{
    width: 100%;
    padding-bottom: 0;
  }
  #possible .title .main{
    font-size: 28px;
  }
  #possible .reduce{
    flex-direction: column;
    align-items: center;
    padding: 30px 0px;
    margin: 20px 0 23px 0;
    gap: 20px;
  }
  #possible .reduce > div{
    width: 180px;
  }
  #possible .reduce .des h4{
    font-size: 18px;
  }
  #possible .reduce .des p span{
    font-size: 28px;
  }
  #possible .reduce > img{
    transform: rotate(90deg);
    width: 40px;
  }
}


/****************** why *******************/
#why{
  background-color: #e5e9fb;
  padding: 140px 0;
}
#why .title .main{
  font-size: 60px;
  margin-bottom: 10px;
}
#why .title .sub{
  font-weight: 700;
  color: #505050;
}
#why .title p{
  color: #000;
  border: 1px solid #1255ed;
  border-radius: 30px;
  box-shadow: 0 0 24px 5px rgba(18, 85, 237, 0.1);
  padding: 38px 0;
  margin: 60px 0 73px 0;
}
#why .title p span{
  font-weight: 700;
}
#why .contents{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 104px;
  row-gap: 64px;
}
#why .contents > div img{
  filter: drop-shadow(0px 6px 27px rgba(0, 0, 0, 0.2));
}
#why .des{
  margin-top: 24px;
}
#why .des h3{
  font-size: 32px;
  margin-bottom: 5px;
}
@media screen and (max-width : 1024px){
  #why .contents{
    column-gap: 64px;
  }
}
@media screen and (max-width : 768px){
  #why{
    padding: 60px 0;
  }
  #why .title .main{
    font-size: 28px;
    margin-bottom: 10px;
  }
  #why .title p{
    border-radius: 20px;
    padding: 20px 10px;
    margin: 20px 0 40px 0;
  }
  #why .contents{
    grid-template-columns: repeat(1, 1fr);
    column-gap: 10px;
    row-gap: 40px;
  }
  #why .des h3{
    font-size: 18px;
  }
}


/****************** benefit *******************/
#benefit{
  background-image: url("/images/main/benefit_bg.jpg");
  padding: 140px 0;
}
#benefit .contents > div{
  display: flex;
  align-items: center;
}
#benefit .contents > div{
  border: 2px solid #53e32c;
  border-radius: 30px;
  padding: 20px 0;
  box-shadow: 0 0 15px 5px rgba(82, 227, 43, 0.3);
  margin-bottom: 20px;
}
#benefit .contents > div:nth-child(2n){
  border: 2px solid #00a8ff;
  box-shadow: 0 0 15px 5px rgba(0, 168, 255, 0.4);
}
#benefit .contents > div:last-child{
  margin-bottom: 0px;
}
#benefit .contents > div > span{
  color: #fff;
  font-family: "GmarketSans", "NanumSquare_T", Arial, sans-serif;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  font-style: italic;
  width: 192px;
}
#benefit .contents > div .line{
  background-color: #fff;
  width: 1px;
  height: 83px;
  opacity: 0.3;
  margin-right: 76px;
}
#benefit .contents .des h3{
  font-size: 30px;
}
#benefit .contents .des h3 span{
  font-family: "GmarketSans", "NanumSquare_T", Arial, sans-serif;
}
@media screen and (max-width : 768px){
  #benefit{
    padding: 60px 0;
  }
  #benefit .contents > div{
    margin-bottom: 10px;
  }
  #benefit .contents > div > span{
    font-size: 24px;
    width: unset;
    min-width: 36px;
    text-align: right;
  }
  #benefit .contents > div .line{
    width: 1px;
    height: 50px;
    margin-right: 0px;
    margin: 0 20px;
  }
  #benefit .contents .des h3{
    font-size: 16px;
  }
}


/****************** banner *******************/
section.banner{
  background-image: url("/images/main/banner_bg.jpg");
  padding: 76px 0;
}
section.banner .title{
  margin-top: 24px;
}
section.banner .title .main{
  font-size: 53px;
  margin-bottom: 5px;
}
section.banner .title .sub{
  font-size: 33px;
}
@media screen and (max-width : 768px){
  section.banner{
    padding: 40px 0;
  }
  section.banner .title{
    margin-top: 10px;
  }
  section.banner img{
    width: 60px;
  }
  section.banner .title .main{
    font-size: 34px;
    margin-bottom: 0;
  }
  section.banner .title .sub{
    font-size: 18px;
  }
}


/****************** effect *******************/
#effect{
  background-color: #eaedfc;
  padding: 120px 0 140px 0;
}
#effect .title .main{
  font-size: 60px;
}
#effect .contents .point1,
#effect .contents .point2,
#effect .contents .point3,
#effect .contents .point4{
  background-color: #cdd3ec;
  border-radius: 30px;
  padding: 35px 0 40px 0;
}
#effect .contents .des h3{
  font-size: 33px;
  line-height: 1.2;
}
#effect .point1 .des h3 span,
#effect .points .des h3 span{
  font-size: 25px;
  color: #1255ed;
  font-style: italic;
}
#effect .contents .transform{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin-top: 20px;
}
#effect .contents .transform p{
  font-size: 30px;
  font-family: "GmarketSans", "NanumSquare_T", Arial, sans-serif;
  text-align: center;
  margin-top: 10px;
}
#effect .contents .points{
  display: flex;
  justify-content: space-between;
  gap: 21px;
  margin-top: 21px;
  margin-bottom: 50px;
}
#effect .contents .points > div{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
#effect .contents .checks > div{
  border-bottom: 1px solid #9799a5;
  padding: 26px 0 26px 22px;
}
#effect .contents .checks > div:last-child{
  border-bottom: none;
  padding-bottom: 0;
}
#effect .contents .checks .des h3::before{
  content: '';
  display: inline-block;
  background-image: url("/images/main/check.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 45px;
  height: 38px;
  vertical-align: middle;
  margin-right: 14px;
}
#effect .contents .checks .des p{
  margin-left: 59px;
}
@media screen and (max-width : 768px){
  #effect{
    padding: 60px 0;
  }
  #effect .title .main{
    font-size: 28px;
  }
  #effect .contents .transform{
    gap: 10px;
    margin-top: 20px;
  }
  #effect .contents .transform p{
    font-size: 16px;
  }
  #effect .contents .des h3{
    font-size: 18px;
  }
  #effect .point1 .des h3 span,
  #effect .points .des h3 span{
    font-size: 14px;
  }
  #effect .contents .point1,
  #effect .contents .point2,
  #effect .contents .point3,
  #effect .contents .point4{
    border-radius: 30px;
    padding: 20px 10px;
  }
  #effect .contents .points{
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  #effect .contents .checks > div{
    padding: 10px 0 10px 10px;
  }
  #effect .contents .checks .des h3::before{
    width: 20px;
    height: 17px;
    margin-right: 6px;
  }
  #effect .contents .checks .des p{
    margin-left: 26px;
  }
}


/****************** around *******************/
section.around{
  background-color: #06217a;
  padding-bottom: 150px;
}
section.around .title{
  margin: 90px 0 100px 0;
}
section.around .title .main{
  font-size: 60px;
  color: #fff;
}
section.around *{
  font-family: "GmarketSans", "NanumSquare_T", Arial, sans-serif;
}
section.around .bf-af{
  display: flex;
  justify-content: space-between;
  gap: 36px;
}
section.around .bf-af > div{
  flex: 1;
  text-align: center;
  /* border-radius: 30px;
  overflow: hidden; */
  position: relative;
}
section.around .bf-af > div .icon{
  position: absolute;
  top: -60px;
  left: -30px;
  filter: drop-shadow(0px 14px 27px rgba(7, 7, 7, 0.4));
}
section.around .bf-af > div p{
  font-size: 25px;
}
section.around .bf-af > div .top{
  background-color: #efefef;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 10px 0;
}
section.around .bf-af .after .top{
  background-color: #e8f7e4;
}
section.around .bf-af > div .top span{
  font-size: 35px;
}
section.around .bf-af > div .middle{
  background-color: #fff;
  padding: 25px 0;
}
section.around .bf-af > div .middle .bold{
  font-size: 48px;
}
section.around .bf-af > div .cost{
  font-size: 33px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding-top: 10px;
}
section.around .bf-af > div .cost span{
  font-size: 63px;
  font-weight: 700;
}
section.around .bf-af .before .cost{
  background-color: #7f7f7f;
}
section.around .bf-af .after .cost{
  background-color: #3fd018;
}
section.around .after{
  border: 4px solid #3fd018;
  border-radius: 36px;
  filter: drop-shadow(0px 14px 27px rgba(7, 7, 7, 0.4));
  /* box-shadow: 0 0 27px 14px rgba(7, 7, 7, 0.4); */
  box-shadow: 0 0 20px 8px rgba(63, 208, 24, 0.5);
}
section.around .arrow{
  margin: 14px 0;
}
section.around .reduction{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 46px;
  border: 4px solid #fff;
  border-radius: 30px;
  box-shadow: 0 0 21px 0px rgba(255, 255, 255, 0.8);
  padding-top: 15px;
}
section.around .reduction .left{
  font-size: 35px;
}
section.around .reduction .left span{
  font-size: 45px;
  font-weight: 700;
}
section.around .reduction .right{
  font-size: 65px;
  font-weight: 700;
}
section.around .reduction .right span{
  font-size: 130px;
  color: #ed0c0c;
}
@media screen and (max-width : 1024px){
  section.around .reduction{
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width : 768px){
  section.around{
    padding-bottom: 60px;
  }
  section.around .title{
    margin: 60px 0;
  }
  section.around .title .main{
    font-size: 28px;
  }
  section.around .bf-af{
    gap: 10px;
  }
  section.around .bf-af > div p{
    font-size: 12px;
  }
  section.around .bf-af > div .top{
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 10px 0;
  }
  section.around .bf-af > div .top span{
    font-size: 16px;
  }
  section.around .bf-af > div .middle{
    padding: 15px 0;
  }
  section.around .bf-af > div .middle .bold{
    font-size: 24px;
  }
  section.around .bf-af > div .cost{
    font-size: 20px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    padding-top: 10px;
  }
  section.around .bf-af > div .cost span{
    font-size: 28px;
  }
  section.around .after{
    border: 2px solid #3fd018;
    border-radius: 18px;
  }
  section.around .bf-af > div .icon{
    top: -40px;
    left: -16px;
    width: 48px;
  }
  section.around .arrow img{
    width: 40px;
  }
  section.around .reduction{
    gap: 20px;
    border: 2px solid #fff;
    border-radius: 15px;
    padding-top: 10px;
  }
  section.around .reduction .left{
    font-size: 12px;
  }
  section.around .reduction .left span{
    font-size: 16px;
  }
  section.around .reduction .right{
    font-size: 20px;
    font-weight: 700;
  }
  section.around .reduction .right span{
    font-size: 34px;
  }
}


/****************** cost-ex *******************/
#cost-ex{
  background-color: #eaedfc;
}
#cost-ex .uk-container{
  max-width: 1360px;
}
#cost-ex table{
  width: 100%;
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
  border-bottom: 1px solid #9799a5;
}
#cost-ex table th{
  height: 75px;
  background-color: #1255ed;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  font-family: "GmarketSans", "NanumSquare_T", Arial, sans-serif;
}
#cost-ex table th:first-child{
  border-right: 1px solid #9799a5;
  width: 30%;
}
#cost-ex table td{
  height: 100px;
  font-size: 30px;
  font-weight: 500;
  font-family: "GmarketSans", "NanumSquare_T", Arial, sans-serif;
}
#cost-ex table td span{
  color: #ed0c0c;
  font-size: 45px;
  font-weight: 900;
}
#cost-ex table td:last-child{
  border-left: 1px solid #9799a5;
  background-color: #ffdede;
}
#cost-ex .contents{
  position: relative;
}
#cost-ex .swiper-pagination{
  top: -30px;
  bottom: unset;
  left: unset;
  right: 80px;
  text-align: right;
}
#cost-ex .swiper-pagination-bullet,
#build-ex .swiper-pagination-bullet{
  width: 15px;
  height: 15px;
  background-color: #9d9d9d;
}
#cost-ex .swiper-pagination-bullet-active,
#build-ex .swiper-pagination-bullet-active{
  background-color: #6a6f89;
}
#cost-ex .swiper-button-prev,
#cost-ex .swiper-button-next{
  top: 36%;
}
@media screen and (max-width : 768px){
  #cost-ex table{
    margin-top: 10px;
  }
  #cost-ex table th{
    height: unset;
    font-size: 12px;
    padding: 10px 0;
  }
  #cost-ex table td{
    height: unset;
    font-size: 12px;
    padding: 10px 0;
  }
  #cost-ex table td span{
    font-size: 18px;
  }
  #cost-ex .swiper-pagination{
    top: -25px;
    right: 0px;
  }
  #cost-ex .swiper-pagination-bullet,
  #build-ex .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
  }
}


/****************** build-ex *******************/
#build-ex{
}
#build-ex .uk-container{
  max-width: 1200px;
}
#build-ex .contents{
  position: relative;
}
#build-ex .swiper-button-prev{
  left: -70px;
}
#build-ex .swiper-button-next{
  right: -70px;
}
#build-ex .swiper-slide{
  width: auto;
}
#build-ex .swiper-slide p{
  margin-top: 10px;
}
#build-ex .swiper-grid-column>.swiper-wrapper{
  flex-direction: unset;
  row-gap: 30px;
  align-items: flex-end;
}
#build-ex .swiper-pagination{
  top: -20px;
  bottom: unset;
  left: unset;
  right: 0px;
  text-align: right;
}
@media screen and (max-width : 768px){
  #build-ex .swiper-grid-column>.swiper-wrapper{
    row-gap: 0px;
  }
  #build-ex .swiper-slide p{
    margin-top: 5px;
  }
}


/****************** history *******************/
#history{
  background-color: #06217a;
}
#history .uk-container{
  max-width: 1200px;
}
#history .title h2{
  color: #fff;
}
#history .contents{
  position: relative;
}
#history .contents .tab{
  text-align: center;
  margin-bottom: 27px;
}
#history .contents .tab a{
  font-family: "GmarketSans", "NanumSquare_T", Arial, sans-serif;
  font-weight: 500;
  font-size: 28px;
  color: #fff;
  display: inline-block;
  padding: 10px 30px 6px;
  border-radius: 30px;
}
#history .contents .tab a.active{
  background-color: #1255ed;
}
#history .contents .tab a.active::after{
  content: '';
  display: inline-block;
  background-image: url("/images/main/tab_arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 21px;
  vertical-align: middle;
  margin-left: 6px;
}
#history .contents .images > div{
  max-height: 528px;
  overflow-y: auto;
  border-radius: 10px;
  border: 6px solid #6a6f89;
  display: none;
}
#history .contents .images > div.active{
  display: block;
}
#history .contents .images > div:last-child img{
  width: 100%;
}
/* #history .swiper-button-prev{
  left: -70px;
  filter: brightness(100);
}
#history .swiper-button-next{
  right: -70px;
  filter: brightness(100);
}
#history .swiper-slide div{
  max-height: 528px;
  overflow-y: auto;
  border-radius: 10px;
  border: 6px solid #6a6f89;
}
#history .swiper-slide div img{
  width: 100%;
}
#history .swiper-slide p{
  font-size: 35px;
  color: #fff;
  font-family: "GmarketSans", "NanumSquare_T", Arial, sans-serif;
  margin-bottom: 5px;
}
#history .swiper-pagination{
  top: 15px;
  bottom: unset;
  left: unset;
  right: 0px;
  text-align: right;
}
#history .swiper-pagination-bullet{
  width: 15px;
  height: 15px;
  background-color: #9d9d9d;
}
#history .swiper-pagination-bullet-active{
  background-color: #fff;
} */
@media screen and (max-width : 768px){
  #history .contents .tab{
    margin-bottom: 10px;
  }
  #history .contents .tab a{
    font-size: 14px;
    padding: 5px 15px 0px;
    border-radius: 15px;
  }
  #history .contents .tab a.active::after{
    width: 7px;
    height: 10px;
    margin-left: 4px;
    vertical-align: unset;
  }
  /* #history .swiper-slide p{
    font-size: 16px;
    margin-bottom: 0px;
  }
  #history .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
  }
  #history .swiper-pagination{
    top: 0px;
  } */
}


/****************** docs *******************/
#docs{
  background-image: url("/images/main/docs_bg.jpg");
  min-height: 1000px;
  padding: 90px 0 60px 0;
}
#docs .title .sub{
  margin-bottom: 30px;
}
@media screen and (max-width : 768px){
  #docs{
    min-height: unset;
    padding: 60px 10px;
  }
  #docs .title{
    margin-bottom: 10px;
  }
  #docs .title .sub{
    margin-bottom: 10px;
  }
}


/****************** faq *******************/
#faq{
  background-color: #eaedfc;
  padding: 113px 0;
}
#faq .uk-container{
  max-width: 1200px;
}
#faq .contents li{
  border: 2px solid #06217a;
  border-radius: 30px;
  padding: 16px 26px;
}
#faq .contents li a{
  font-family: "GmarketSans", "NanumSquare_T", Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
}
#faq .contents li span{
  font-family: "GmarketSans", "NanumSquare_T", Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #06217a;
}
#faq .contents li.uk-open{
  background-color: #06217a;
}
#faq .contents li.uk-open a,
#faq .contents li.uk-open p{
  color: #fff;
}
#faq .contents li.uk-open span{
  color: #fcff2a;
}
#faq .uk-open>.uk-accordion-title::before{
  background-image: url("/images/main/minus.png");
}
#faq .uk-accordion-title::before{
  background-image: url("/images/main/plus.png");
}
/* 버튼 라벨 전환: aria-expanded 값으로 제어 */
#faq button[aria-expanded="false"] .label-more {
  display: none;
}
#faq button[aria-expanded="true"]  .label-less {
  display: none;
}
#faq button{
  width: 188px;
  font-size: 22px;
  background-color: #202228;
  border-radius: 30px;
  padding: 10px 65px;
  color: #fff;
}
#faq .button{
  margin-top: 40px;
}
@media screen and (max-width : 768px){
  #faq{
    padding: 60px 0;
  }
  #faq .contents li{
    border-radius: 15px;
    padding: 8px 13px;
    margin-top: 10px;
  }
  #faq .contents li a{
    font-size: 16px;
  }
  #faq .contents li span{
    font-size: 16px;
  }
  #faq .uk-accordion-title::before{
    width: 14px;
    height: 14px;
    margin-top: 2px;
  }
  #faq button{
    width: fit-content;
    font-size: 16px;
    padding: 3px 40px;
  }
  #faq .button{
    margin-top: 20px;
  }
}



/****************** process *******************/
#process{
  background-color: #3044a6;
  padding: 110px 0 136px 0;
}
#process .uk-container{
  max-width: 1360px;
}
#process .contents{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#process .title{
  margin-bottom: 64px;
}
#process .title .main{
  font-size: 60px;
}
#process .des{
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
#process .des h3{
  color: #fff;
  font-size: 30px;
}
#process .contents > div > div{
  text-align: center;
}
#process .des p{
  font-weight: 300;
}
@media screen and (max-width : 768px){
  #process{
    padding: 60px 0;
  }
  #process .title{
    margin-bottom: 30px;
  }
  #process .title .main{
    font-size: 28px;
  }
  #process .des h3{
    font-size: 20px;
  }
  #process .contents{
    flex-direction: column;
  }
  #process .contents .arrow{
    transform: rotate(90deg);
    width: 6%;
  }
}
