@charset "utf-8";
/* SUIT font*/
@import url("https://cdn.jsdelivr.net/gh/sun-typeface/SUIT@2/fonts/static/woff2/SUIT.css");
/* dejaVu font */
/* @font-face {
  font-family: 'DejaVu Sans';
  src: url('/theme/basic/font/DejaVuSans.ttf') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'DejaVu Sans';
  src: url('/theme/basic/font/DejaVuSans-Bold.ttf') format('woff2');
  font-weight: 700;
  font-style: normal;
} */
/* G마켓산스 */
@import url('https://cdn.jsdelivr.net/gh/leetaewook/gmarket-sans-dynamic-subset/GmarketSans.css');

:root{
  --color-black: #101010;
  --color-white: #fafafa;
  --color-primary: #c0ff03;
  --point-font: 'Gmarket Sans', sans-serif;
}


/* 초기화 */
html {overflow-y:scroll; -webkit-tap-highlight-color: transparent;}
body {
  margin:0;
  padding:0;
  font-size:1rem;
  font-family: 'SUIT', sans-serif;
  background:#fff; 
  word-break: keep-all;
  overflow-x: hidden;
}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
img{
  width: 100%;
}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family: 'SUIT';}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1rem}
input, button {margin:0;padding:0;font-family: 'SUIT';font-size:1rem}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

textarea, select {font-family: 'SUIT';font-size:1rem}
select {margin:0}
p {
  margin:0;
  padding:0;
  /* word-break:break-all; */
  word-break: keep-all;
}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}

*, :after, :before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

input[type=text],input[type=password], textarea {
-webkit-transition:all 0.30s ease-in-out;
-moz-transition:all 0.30s ease-in-out;
-ms-transition:all 0.30s ease-in-out;
-o-transition:all 0.30s ease-in-out;
outline:none;
}

input[type=text]:focus,input[type=password]:focus, textarea:focus, select:focus {
/* -webkit-box-shadow:0 0 5px #9ed4ff;
-moz-box-shadow:0 0 5px #9ed4ff;
box-shadow:0 0 5px #9ed4ff; */
border-bottom:1px solid #132C6B;
}

.placeholdersjs {color:#aaa !important}
.sound_only{
  display: none;
}
#container_title{
  display: none;
}

/* 레이아웃 크기 지정 */
.centerbox{
  width: 90%;
  max-width: 1650px;
  margin: 0 auto;
}
.centerbox-80{
  width: 80%;
  margin: 0 auto;
}
.centerbox_2{
  width: 95%;
  margin: 0 auto;
}

/* 상단 레이아웃 */
#hd {
  background:rgba(16, 26, 52, 0.1);
  backdrop-filter: blur(4px);
  width: 100vw;
  position: fixed;
  left: 0;
  z-index: 99;
}

#hd.on{
  background-color: rgba(25, 24, 24, .9);
}

#hd_wrapper {
  position:relative;
  margin:0 auto;
  height:70px;
  zoom:1;
  display: flex;
  width: 90vw;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
#logo{
  z-index: 10;
}
#logo a{
  width: 180px;
  display: inline-block;
  position: relative;
}

#hd_wrapper > .menu{
  display: flex;
  align-items: center;
  gap: 50px;
  font-weight: 600;
}
#hd_wrapper > .menu > li:not(:last-child){
  padding: 0 20px;
}
#hd_wrapper > .menu > li .gnb_1da{
  padding: 0 5px 6px;
  position: relative;
  color: var(--color-white);
}
#hd_wrapper > .menu > li .gnb_1da::before{
  content: '';
  width: 0;
  height: 2px;
  background-color: var(--color-white);
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 2px;
  transition: all 0.2s ease-in;
}
#hd_wrapper > .menu > li .gnb_1da:hover::before{
  width: 100%;
}

.toggle-menu{
  opacity: 0;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--color-black);
  color: #000;
  transition: opacity 200ms ease-out;
  z-index: 9;
}
body:has(#ham:checked) .toggle-menu{
  opacity: 1;
  pointer-events: all;
}
label[for=ham]{
  z-index: 10;
  position: relative;
  width: 30px;
  height: 21px;
  cursor: pointer;
  display: none;
}
label[for=ham] input,
label[for=ham]::after,
label[for=ham]::before{
  position: absolute;
  width: 100%;
  height: 3px;
  display: inline-block;
  background-color: #fff;
  cursor: pointer;
  transition: all .2s ease-in-out;
}
label[for=ham]:has(#ham:checked) input,
label[for=ham]:has(#ham:checked)::after,
label[for=ham]:has(#ham:checked)::before{
  background-color: var(--color-primary);
}
label[for=ham] input{
  appearance: none;
  -webkit-appearance: none;
  top: 9px;
  left: 0;
}
label[for=ham]::after,
label[for=ham]::before{
  content: '';
}
label[for=ham]::before{
  top: 0;
}
label[for=ham]::after{
  bottom: 0;
}
label:has(#ham:checked) input{
  left: 100%;
  opacity: 0;
}
label:has(#ham:checked)::after{
  transform: rotate(45deg);
  top: 9px;
}
label:has(#ham:checked)::before{
  transform: rotate(-45deg);
  top: 9px;
}
.toggle-menu .menu{
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}
.toggle-menu .menu>li>ul{
  position: absolute;
  width: 300px;
  left: 30%;
  top:0;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  font-size: 1.5rem;
  font-weight: 300;
}

.toggle-menu .menu>li>a{
  font-size: 2.5rem;
  color: #fff;
  font-weight: 550;
}
.toggle-menu .menu>li>label input{
  display: none;
}
.toggle-menu .menu>li>label:has(input:checked){
  opacity: 1;
}
.toggle-menu .menu>li>ul{
  display: none;
}
.toggle-menu .menu>li:has(input:checked)>ul{
  display: flex;
}
@media screen and (max-width: 800px) {
  .toggle-menu .menu>li>ul{
    font-size: 1.5rem;
    gap: 20px;
  }
}
@media screen and (max-width: 500px) {
  #logo a{
    width: 100px;
  }
  .toggle-menu{
    background-position: 55vw bottom;
    background-size: 100%;
  }
  .toggle-menu .menu{
    background-size: 90%;
  }
  .toggle-menu .menu>li>label{
    font-size: 1.5rem;
  }
  .toggle-menu .menu>li>ul{
    font-size: 1.3rem;
    gap: 1rem;
    width: 55%;
    left: 45%;
  }
}
/* 서브헤더 */
.subhead_logo_b, .subhead_kolas_b{
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 200ms ease-out;
}
#hd.deactive{
  background-color: transparent;
  transition: all 0.5s;
}
#hd.active{
  background-color: #fff;
  transition: all 0.5s;
}
#hd.active .subhead_logo_b, #hd.active .subhead_kolas_b{
  opacity: 1;
}
#hd.active .subhead_logo_w, #hd.active .subhead_kolas_w{
  opacity: 0;
}
label[for=ham] input,
label[for=ham]::after,
label[for=ham]::before{
  background-color: #fff;
}
#hd.active label[for=ham] input,
#hd.active label[for=ham]::after,
#hd.active label[for=ham]::before{
  background-color: #000;
}
/* 푸터 */
#ft{
  background: var(--color-black);
  padding: 80px 0 40px;
  font-size: 14px;
  border-top: 1px solid #ffffff15;
}
#ft_wr, #ft_wr a{
  color: var(--color-white);
}
#ft_wr .ft_company{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
#ft_wr .f_logo{
  display: block;
  width: 100px;
}
#ft_wr .f_logo .m_f_logo{
  display: none;
}
#ft_wr .f_company_info li{
  display: flex;
  align-items: center;
  gap: 5px;
}
#ft_wr .f_company_info li:not(:last-child){
  margin-bottom: 10px;
}
#ft_wr .f_company_info li span{
  font-size: 1.2em;
}
#ft_wr .f_menu{
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 800;
  display: grid;
  gap: 10px;
}
#ft_wr .f_sns .sns_wrap{
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 5px 0;
}
#ft_wr .f_sns .sns_wrap span{
  display: inline-block;
  width: 18px;
}
#ft_wr .f_bottom{
  text-align: center;
}
#ft_wr .ft_cnt{
  margin-bottom: 10px;
}
/* 호버 */
@media (hover: hover) and (pointer: fine){
  
}
/* 공통 */
section{
  padding: 100px 0;
}
h1{
  font-size: 85px;
}
p{
  line-height: 1.5em;
}
.flex{
  display: flex;
}
.point-font{
  font-family: var(--point-font);
  text-transform: capitalize;
}
.in-block{
  display: inline-block;
}
.block{
  display: block;
}
.btn-view-w{
  display: inline-flex;
  background-color: var(--color-black);
  font-size: 22px;
  color: var(--color-white);
  font-weight: 600;
  padding: 15px 30px;
  border-radius: 50px;
  border: 2px solid var(--color-white);
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  transition: all 0.2s;
}
.btn-view-w > span{
  width: 22px;
}
.btn-view-w > span img{
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(82deg) brightness(106%) contrast(96%);
  display: block;
}
.btn-view-w:hover{
  border-color: var(--color-primary);
  color: var(--color-primary);
  background-color: transparent;
}
.btn-view-w:hover > span img{
  filter: invert(97%) sepia(41%) saturate(7495%) hue-rotate(16deg) brightness(101%) contrast(102%);
}
.btn-view-b{
  display: inline-flex;
  background-color: var(--color-white);
  font-size: 22px;
  color: var(--color-black);
  font-weight: 600;
  padding: 15px 30px;
  border-radius: 50px;
  border: 2px solid var(--color-black);
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  transition: all 0.2s;
}
.btn-view-b:hover{
  background-color: var(--color-primary);
}
/* 메인섹션 */
article.scroll-row{
  width: 100%;
  /* height: 100vh; */
  /* overflow: hidden; */
  /* display: flex;
  flex-direction: column; */
  background: url(/theme/basic/img/bg_universe.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
article.scroll-row::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(25, 24, 24, .90);
  z-index: 1;
}
/* sec_1 */
.sec_1{
  width: 100vw;
  height: 100vh;
  position: relative;
  color: var(--color-white);
  display: flex;
  align-items: center;
  z-index: 2;
}
/* .sec_1::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(25, 24, 24, .9);
  z-index: 1;
} */
.sec_1 > .centerbox{
  position: relative;
  z-index: 2;
  height: 100%;
  max-height: 580px;
  align-items: flex-end;
  justify-content: space-between;
}
.sec_1 .banner-title{
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.sec_1 .main-title{
  font-weight: 800;
  margin-bottom: 80px;
  line-height: 1.4em;
}
.sec_1 .sub-title{
  font-size: 32px;
  font-weight: 500;
}
.sec_1 .banner-logo{
  height: 200px;
}
.sec_1 .banner-logo img{
  height: 100%;
  object-fit: contain;
}
/* sec_2 */
.sec_2{
  width: 100vw;
  height: auto;
  position: relative;
  z-index: 2;
  color: var(--color-white);
}
.sec_2 .info-box{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
.sec_2 .info-title{
  margin-bottom: 80px;
  line-height: 1.4em;
}
.sec_2 .info-title > span{
  position: relative;
  color: var(--color-black);
  padding: 5px 20px;
  background-color: var(--color-primary);
  display: inline-block;
}
.sec_2 .info-detail{
  width: 100%;
  font-weight: 600;
  font-size: 28px;
}
.sec_2 .info-value{
  width: 100%;
}
.sec_2 .value-box{
  justify-content: flex-end;
  gap: 60px;
}
.sec_2 .value-box li{
  width: 250px;
}
.sec_2 .value-box li > span{
  font-size: 22px;
  font-weight: 600;
}
.sec_2 .value-box li > p{
  font-size: 100px;
  font-weight: 800;
  text-align: right;
}
.sec_2 .value-index{
  text-align: right;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #999;
}
/* sec_3 */
.sec_3{
  background: var(--color-black) url(/theme/basic/img/bg_blacktaxture.jpg) no-repeat;
  color: var(--color-white);
  text-transform: capitalize;
}
.sec_3 h1{
  line-height: 1.3em;
}
.sec_3 h1 > span{
  color: var(--color-primary);
}
.sec_3 .tab-wrapper{
  margin-top: 80px;
}
.sec_3 .tab-wrapper a{
  color: var(--color-white);
}
.sec_3 .tab-nav{
  font-size: 20px;
  border-bottom: #fefefe90 1px solid;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0 20px;
}
.sec_3 .tab-nav a{
  padding: 15px 30px;
  display: block;
  opacity: .4;
}
.sec_3 .tab-nav a.active{
  opacity: 1;
}
.sec_3 .tab-content{
  padding: 50px;
}
.sec_3 .port-list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.sec_3 .port-list .playground-no-data{
  grid-column: 1 / -1;
  grid-row: span 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 20px;
  color: var(--color-gray, #888);
  font-size: 18px;
}
.sec_3 .port-item{
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 0;
}
.sec_3 .port-item .item-thum{
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 10px;
}
.sec_3 .port-item .item-thum img{
  height: 100%;
  object-fit: cover;
}
.sec_3 .port-item .item-title{
  margin-top: 20px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.sec_3 .btn-wrapper{
  margin-top: 30px;
  justify-content: center;
}

/* sec_4 */
.sec_4{
  background-color: var(--color-black);
  color: var(--color-white)
}
.sec_4 .partner-title{
  text-align: center;
  font-size: 30px;
  margin-bottom: 80px;
}
.sec_4 .partner-title h1{
  padding: 10px 15px;
  margin-bottom: 30px;
  color: var(--color-black);
  background-color: var(--color-primary);
}
.sec_4 .marquee{
  width: 100%;
  overflow: hidden;
}
.sec_4 .partner-list{
  width: 400%;
  display: flex;
  gap: 20px;
  animation: marquee 25s linear infinite;
  list-style: none;
}
.sec_4 .partner-list li{
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_4 .partner-list li a{
  display: block;
  padding: 20px;
  text-align: center;
}
.sec_4 .partner-list li a img{
  display: inline-block;
  width: 100%;
  max-width: 260px;
  max-height: 45px;
  object-fit: contain;
}
@keyframes marquee {
  from{
    transform: translateX(0);
  }
  to{
    transform: translateX(-50%);
  }
}

/* sec_5 */
.sec_5{
  background-color: var(--color-black);
  color: var(--color-white);
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
.sec_5 > .centerbox{
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.sec_5 h1{
  line-height: 1.4em;
}
.sec_5 > .centerbox .btn-view-w{
  margin-top: 20px;
}

/* 서브페이지 */
article.sub-page{
  background-color: var(--color-black);
  color: var(--color-white);
}
h2{line-height: normal;}
.content{
  width: 80%;
  margin: 0 auto;
}
.point_b{
  color: #003764;
}
.point_r{
  color: #e4032e;
}
.ctt_b{
  width: 100%;
  height: 350px;
  padding: 70px 30px 30px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  color: #fff;
  background: url(../img/sub_b_1.jpg) no-repeat;
}
/* 게시판-내용입력칸 */
#bo_w .write_div.dis_none{
  display: none;
}
/* about */
.info_b{
  position: relative;
}
.info_b .background-video{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.info_b .background-video::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(25, 24, 24, .4);
  backdrop-filter: blur(2px);
}
.info_b .background-video video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info_b > .sub_b{
  position: relative;
  z-index: 2;
}
.sub_b{
  width: 100%;
  height: 100vh;
  padding: 100px 0;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.sub_b .sub_text{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.sub_b .sub_text img{
  width: 500px;
  display: block;
}
.sub_text{
  text-align: center;
}
.sub_text p{
  font-size: 90px;
  font-weight: 100;
  margin-bottom: 10px;
}
.sub_text h1{
  font-size: 100px;
}
.sub_1{
  height: auto;
  padding-bottom: 50px;
  background: url(/theme/basic/img/bg_taxture.png) no-repeat;
  background-size: cover;
}
.sub_1.sub_p .content > .sub-title:nth-of-type(1){
  margin-bottom: 150px;
}
.sub_1.sub_p .sub_title{
  gap: 50px;
  justify-content: space-between;
  align-items: center;
}
.sub_1.sub_p .sub_title h2{
  line-height: 1.5em;
}
.sub_1.sub_p .sub_title h2 > span{
  color: initial;
  background-color: var(--color-primary);
  font-weight: 800;
  padding: 0 10px;
}
.sub_1.sub_p .sub_title img{
  width: 500px;
}
.sub_title{
  margin: 100px 0;
}
.sub_title h2{
  margin-top: 30px;
  font-size: 2.5rem;
}
.sub_title h1{
  font-size: 3rem;
  text-align: initial;
}

.organ_wrap{
  text-align: center;
  margin-top: 150px;
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
}
.sub-section-label{
  text-align: left;
  height: fit-content;
  font-size: 40px;
  padding-left: 30px;
  position: relative;
}
.sub-section-label::before{
  content: '';
  width: 30px;
  height: 30px;
  background-color: var(--color-primary);
  mix-blend-mode: exclusion;
  position: absolute;
  top: -18px;
  left: 0;
  z-index: 0;
}
.c_organ{
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
  position: relative;
}
.c_organ::before{
  content: '';
  width: 1px;
  height: 50%;
  background-color: var(--color-white);
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.organ_item{
  width: 250px;
  padding: 15px 20px;
  font-size: 1.4em;
  font-weight: 700;
  background-color: var(--color-white);
  color: var(--color-black);
  border-radius: 50px;
  box-shadow: 0 5px 0 var(--color-primary);
  position: relative;
  z-index: 2;
}
.organ_step_1{
  display: flex;
  gap: 60px;
  padding: 60px 0;
  position: relative;
}
.organ_step_1::before{
  content: '';
  width: calc(100% - 250px);
  height: 60px;
  border: 1px solid var(--color-white);
  border-bottom: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.organ_step_1 > li > .organ_item{
  position: relative;
}
.organ_step_1 > li > .organ_item::before{
  content: '';
  width: 1px;
  height: 30px;
  background-color: var(--color-white);
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.organ_step_2{
  width: 90%;
  margin: 30px auto 0;
  padding: 20px 20px;
  background-color: #2e2e2e;
  border-radius: 20px;
  list-style: inside;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

.partner_wrap{
  margin: 120px 0;
  padding: 80px 0;
}
.partner_wrap .section-title{
  font-size: 40px;
  font-weight: 600;
}
.partner_wrap .sub-section-title{
  margin-top: 50px;
  text-align: center;
}
.partner_wrap .partner-list{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  justify-items: center;
  gap: 20px;
  padding: 50px 20px 0;
  list-style: none;
}
.partner_wrap .partner-list li img{
  width: 100%;
  max-width: 220px;
  max-height: 70px;
  object-fit: contain;
}
.partner_wrap .partner-list li{
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.partner_wrap .partner-list li a{
  display: flex;
  padding: 20px;
  height: 100%;
  align-items: center;
  justify-content: center;
}

/* contact */
article.padding-80{
  padding-top: 80px;
}
section:has(.contact-wrap){
  padding-bottom: 0;
}
.contact-title-wrap{
  padding-top: 100px;
}
.contact-title p{
  font-size: 30px;
  text-transform: capitalize;
}
.direction{
  display: flex;
  padding-bottom: 100px;
  flex-direction: column;
  gap: 30px;
}
.location-text-wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.map_wrap{
  width: 100%;
  height: 600px;
  margin-bottom: 30px;
  border-radius: 20px;
  overflow: hidden;
}
.root_daum_roughmap_landing{
  width: 100% !important;
  height: 100% !important;
}
.root_daum_roughmap .wrap_map{
  height: 100% !important;
}
.root_daum_roughmap .wrap_controllers{
  display: none;
}
.roughmap_maker_label .roughmap_lebel_text{
  display: none !important;
}
.direction_info{
  box-sizing: border-box;
  font-size: 1.25rem;
  line-height: 1.5em;
}
.direction_info ul{
  padding: 30px;
  box-sizing: border-box;
}
.company_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.direction_info li{
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 600;
}
.direction_info h6{
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.direc_icon{
  font-size: 1rem;
}
.contact-wrap{
  padding: 80px 0 0;
}
.contact-wrap .contact-title{
  margin-top: 60px;
  padding-bottom: 80px;
}
.contact-wrap .contact-title h1{
  font-size: 60px;
  margin-top: 20px;
}
.contact-form-wrap{
  background: url(/theme/basic/img/bg_astro.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0 150px;
  position: relative;
}
.contact-form-wrap::before{
  background-color: rgba(25, 24, 24, .3);
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-form-wrap .content{
  max-width: 1280px;
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.contact-form-wrap .content > div{
  width: 100%;
}
.contact-form-wrap .category{
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  padding: 50px;
  background-color: #01010130;
  backdrop-filter: blur(2px);
  border-radius: 20px;
  box-shadow: inset 0 0 20px #ffffff30;
}
.contact-form-wrap .category input[type="radio"]{
  display: none;
}
.contact-form-wrap .category input[type="radio"]:checked + label{
  background-color: var(--color-primary);
  color: var(--color-black);
  border-color: transparent;
}
.contact-form-wrap .category .choice-chip{
  border: 1px solid var(--color-white);
  width: 100%;
  height: 100px;
  display: inline-flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  border-radius: 20px;
  text-align: center;
}
.contact-form-wrap .personal{
  padding: 50px;
  background-color: #01010130;
  backdrop-filter: blur(2px);
  border-radius: 20px;
  box-shadow: inset 0 0 20px #ffffff30;
}
.contact-form-wrap .personal ul{
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}
.contact-form-wrap .personal li{
  display: flex;
  align-items: center;
  gap: 20px;
}
.contact-form-wrap .personal li label,
.contact-form-wrap .personal li input{
  font-size: 20px;
}
.contact-form-wrap .personal li label{
  font-weight: 600;
  width: 90px;
  display: inline-block;
}
.contact-form-wrap .personal li input,
.contact-form-wrap .personal li textarea{
  background-color: transparent;
  border: var(--color-white) 2px solid;
  border-radius: 10px;
  padding: 15px;
  color: var(--color-white);
  font-weight: 300;
  flex: 1;
}
.contact-form-wrap .personal li input:focus,
.contact-form-wrap .personal li textarea:focus
{
  border-color: var(--color-primary);
}
.contact-form-wrap .personal li:has(input:focus) label,
.contact-form-wrap .personal li:has(textarea:focus) label{
  color: var(--color-primary);
}
.contact-form-wrap .personal li input#tel::placeholder{
  font-size: 0.9em;
  font-weight: 400;
}
.contact-form-wrap .personal input[type="date"]::-webkit-calendar-picker-indicator{
  background: url(/theme/basic/img/calendar.png) no-repeat;
  filter: invert(95%) sepia(53%) saturate(3878%) hue-rotate(18deg) brightness(105%) contrast(106%);;
}
.contact-form-wrap .personal li textarea{
  width: 100%;
  font-size: 20px;
}
.contact-form-wrap .personal li.p-detail{
  grid-column: 1 / 3;
  flex-direction: column;
  align-items: flex-start;
}
.contact-form-wrap .personal li.p-detail {
  width: 100%;
  min-height: 200px;
}
.contact-form-wrap .btn-summit{
  display: inline-flex;
  background-color: transparent;
  font-size: 22px;
  color: var(--color-white);
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 50px;
  border: 2px solid var(--color-white);
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  transition: all 0.2s;
}
.contact-form-wrap .btn-summit:hover{
  box-shadow: none;
  background-color: transparent;
  border-color: var(--color-primary);
  color: var(--color-primary);
}

/* portfolio, news */
.board-title{
  padding: 180px 0 100px;
  background-color: rgb(25, 24, 24);
  position: relative;
  overflow: hidden;
}
.board-title::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/theme/basic/img/bg_news.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.7;
  animation: zoomout 1.5s ease-in-out;
}
@keyframes zoomout {
  from{
      transform: scale(1.05);
      opacity: 0.1;
  }
  to{
      transform: scale(1);
      opacity: 0.7;
  }
}
.board-title > .centerbox-90{
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 50px;
  position: relative;
  z-index: 5;
  color: var(--color-white);
}
.commu_title{
  font-size: 100px;
  width: 100%;
}
.board-title > .centerbox-90 p{
  font-size: 40px;
  line-height: 1.6em;
  font-weight: 500;
  text-align: right;
  padding-bottom: 30px;
  padding-left: 50px;
  width: 100%;
  max-width: 1000px;
  border-bottom: 2px solid var(--color-white);
}


/* 반응형 */

@media screen and (max-width:1280px) {
  h1{
    font-size: 4rem;
  }
  .btn-view-w, .btn-view-b{
    font-size: 18px;
  }
  .btn-view-w > span{
    width: 1.1em;
  }
  /* 헤더 */

  /* 메인 */
  .sec_1 .sub-title, .sec_4 .partner-title{
    font-size: 28px;
  }
  .sec_2 .info-box{
    gap: 40px;
  }
  .sec_2 .info-title{
    margin-bottom: 60px;
  }
  .sec_2 .value-box li > p{
    font-size: 80px;
  }
  .sec_3 .tab-nav{
    font-size: 18px;
  }
  .sec_3 .port-item{
    font-size: 1rem;
  }
  .sec_5{
    font-size: 35px;
  }

  /* 서브 */
  .sub_text h1,
  .commu_title
  {
    font-size: 80px;
  }
  /* 서브 - about*/
  .sub_b .sub_text img{
    width: 40%;
  }
  .sub_title h2,
  .sub-section-label,
  .partner_wrap .section-title{
    font-size: 2rem;
  }
  .sub_1.sub_p .sub_title img{
    width: 35%;
  }
  .organ_wrap{
    flex-direction: column;
    gap: 50px;
  }
  .c_organ{
    font-size: 18px;
  }
  /* 서브-게시판 배너 */
  .board-title > .centerbox-90 p{
    font-size: 2rem;
    line-height: 1.5em;
  }
}
@media screen and (max-width:1024px) {
  html{
    font-size: 15px;
  }
  h1{
    font-size: 3.5rem;
  }
  h2{
    font-size: 2rem;
  }
  .btn-view-w, .btn-view-b{
    font-size: 1.1rem;
  }
  /* 헤더 */
  #hd_wrapper > .menu.pc_block{
    display: none;
  }
  label[for=ham]{
    display: block;
  }

  /* 메인 */
  .sec_1{
    height: auto;
  }
  .sec_1 .banner-title{
    gap: 100px;
  }
  .sec_1 .banner-logo{
    height: 180px;
  }
  .sec_1 .sub-title, 
  .sec_4 .partner-title,
  .sec_2 .info-detail
  {
    font-size: 1.7rem;
  }
  .sec_2 .info-box{
    gap: 60px;
  }
  .sec_2 .value-box li > span{
    font-size: 1.25rem;
  }
  .sec_2 .value-box li > p{
    font-size: 4.5rem;
  }
  .sec_5{
    font-size: 2rem;
  }


  .sub_text h1, .commu_title{
    font-size: 4rem;
  }
  /* 서브 - about*/
  .organ_wrap{
    margin-top: 80px;
  }
  .c_organ{
    font-size: 1rem;
  }
  .organ_item{
    width: 170px;
  }
  .organ_step_1{
    width: 100%;
    gap: 40px;
  }
  .organ_step_1::before{
    width: calc(100% - ((100% - 80px) / 3));
  }
  .organ_step_1 > li{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .organ_step_2{
    text-align: left;
    width: 100%;
  }
  .partner_wrap{
    margin: 80px 0;
  }
  .partner_wrap .partner-list{
    grid-template-columns: repeat(3, 1fr);
  }
  .partner_wrap .partner-list li{
    height: 80px;
  }
  .partner_wrap .partner-list li img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  /* 서브-게시판 배너 */
  .board-title > .centerbox-90 p{
    font-size: 1.8rem;
    line-height: 1.5em;
    padding-left: 30px;
  }
  /* 서브-contact */
  .contact-wrap .contact-title h1{
    font-size: 3.5rem;
    margin-top: 15px;
  }
  .location-text-wrap{
    flex-direction: column;
  }
  .direction_info{
    display: flex;
    justify-content: flex-end;
  }
  .map_wrap{
    height: 400px;
  }
  .contact-form-wrap .category{
    grid-template-columns: repeat(3, 1fr);
  }
  .contact-form-wrap .category .choice-chip{
    height: 80px;
  }
  .contact-form-wrap .personal ul{
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  /* 푸터 */
  #ft_wr .ft_company{
    flex-wrap: wrap;
    gap: 20px;
  }
}
/* 테블릿 */
@media screen and (max-width: 800px) {
  h1{
    font-size: 3rem;
  }
  h2{
    font-size: 2rem;
  }
  h3{
    font-size: 1.5rem;
  }
  .centerbox-80,
  .content{
    width: 90%;
  }
  /* 푸터 */
  #ft_wr .ft_company{
    margin-bottom: 30px;
    justify-content: space-evenly;
  }
  #ft_wr .f_logo{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  #ft_wr .f_logo img{
    width: auto;
    height: 30px;
  }
  #ft_wr .f_logo .m_f_logo{
    display: inline-block;
  }
  #ft_wr .f_logo .d_f_logo{
    display: none;
  }
  #ft_wr .ft_company .f_sns{
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }
  /* 메인 */
  .sec_1 > .centerbox{
    flex-direction: column;
    gap: 80px;
  }
  .sec_1 .banner-title{
    gap: 0;
    width: 100%;
  }
  .sec_1 .sub-title, 
  .sec_4 .partner-title,
  .sec_2 .info-detail
  {
    font-size: 1.6rem;
  }
  .sec_3 .tab-nav{
    font-size: 1.1rem;
  }
  .sec_3 .tab-content{
    padding: 20px;
  }
  .sec_3 .port-list{
    grid-template-columns: repeat(2, 1fr);
  }
  .sec_4 .partner-title{
    margin-bottom: 50px;
  }
  .sec_4 .partner-list{
    width: 600%;
  }
  
  /* 서브페이지 */
  .sub_text p{
    font-size: 1.5rem;
    font-weight: 200;
  }
  .sub_text h1{
    font-size: 3rem;
  }
  section{
    padding: 80px 0;
  }
  /* 서브-about */
  .sub_b{
    height: 60vh;
  }
  .sub_1.sub_p .sub_title{
    margin: 4rem 0;
    flex-direction: column;
    gap: 30px;
  }
  .sub_1.sub_p .sub_title:nth-of-type(1){
    flex-direction: column-reverse;
  }
  .sub_title h2, 
  .sub-section-label, 
  .partner_wrap .section-title{
    font-size: 1.8rem;
  }
  .sub_title h2{
    text-align: center;
  }
  .c_organ{
    align-items: flex-start;
  }
  .c_organ::before{
    transform: translateX(0);
    left: 85px;
    height: 80%;
  }
  .organ_step_1{
    padding-top: 0;
    flex-direction: column;
  }
  .organ_step_1::before{
    display: none;
  }
  .organ_step_1 > li{
    flex-direction: row;
    gap: 30px;
  }
  .organ_step_1 > li > .organ_item::before{
    width: 30px;
    height: 1px;
    top: 50%;
    left: auto;
    right: -30px;
    transform: translate(0, -50%);
  }
  .organ_step_2{
    margin-top: 0;
    flex: 1;
  }
  .partner_wrap{
    margin: 0;
  }

  /* 서브-contact */
  .direction{
    gap: 0;
  }
  .direction_info ul{
    padding: 30px 10px;
  }
  .direction_info li{
    margin-bottom: 15px;
  }
  .map_wrap{
    height: 350px;
  }
  .contact-wrap .contact-title h1{
    font-size: 3rem;
  }
  .contact-form-wrap .category .choice-chip{
    font-size: 1.2rem;
  }
}
/* 모바일 */
@media screen and (max-width:500px) {
  html{
    font-size: 14px;
    -webkit-tap-highlight-color: transparent;
  }
  section{
    padding: 60px 0;
  }
  .centerbox{
    width: 90%;
  }
  h1{
    font-size: 2.8rem;
  }
  .sub_text{
    font-size: 2.8rem;
  }
  h2{
    font-size: 1.8rem;
    line-height: 1.4em;
    word-break: keep-all;
  }
  h3, .sub_title h3{
    font-size: 1.2rem;
  }
  .con_text{
    align-items: center;
  }
  .title{
    max-width: 100%;
  }
  .button_1{
    font-size: 1rem;
  }
  .button_1 .arrow{
    width: 20px;
  }
  /* 헤더 */
  #hd_wrapper{
    height: 60px;
  }
  
  
  
  /* 푸터 */
  #ft_wr .ft_company{
    flex-direction: column;
  }
  #ft_wr .f_company_info li{
    align-items: flex-start;
  }
  #ft_wr .f_menu{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
  }

  /* 메인 */
  .sec_1 .sub-title, 
  .sec_4 .partner-title, 
  .sec_2 .info-detail{
    font-size: 1.2rem;
  }
  .sec_1 > .centerbox{
    gap: 100px;
  }
  .sec_1 .main-title{
    margin-bottom: 30px;
  }
  .sec_1 .banner-logo{
    height: 130px;
  }
  .sec_2 .info-title{
    margin-bottom: 30px;
  }
  .sec_2 .info-detail .br-none{
    display: none;
  }
  .sec_2 .value-box li > p{
    font-size: 4rem;
  }
  .sec_2 .value-box li > span,
  .sec_2 .value-index{
    font-size: 1.2rem;
  }
  .sec_3 .tab-wrapper{
    margin-top: 60px;
  }
  .sec_3 .tab-nav{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 10px;
  }
  .sec_3 .tab-nav a{
    padding: 10px 20px;
    text-align: center;
  }
  .sec_3 .tab-content{
    padding: 20px 0;
  }
  .btn-view-w, .btn-view-b{
    padding: 12px 30px;
  }
  .sec_4 .partner-list{
    width: 900%;
  }
  .sec_5{
    font-size: 1.5rem;
  }

  

  /* 서브페이지 */
  .info_b{
    background-position: left center;
  }
  .sub_b{
    height: 450px;
    padding: 100px 20px;
  }
  .sub_b .sub_text{
    gap: 30px;
  }
  .sub_b .sub_text img{
    width: 50%;
  }
  .sub_center{
    width: 90vw;
  }
  .sub_text p{
    font-size: 1rem;
  }
  .sub_text h1{
    font-size: 2rem;
  }
  .content{
    width: 90%;
  }
  .commu_title{
    font-size: 3rem;
  }
  /* 서브-about */
  .sub_title h2, 
  .sub-section-label, 
  .partner_wrap .section-title{
    font-size: 1.5rem;
  }
  .c_organ{
    align-items: center;
  }
  .c_organ::before{
    transform: translateX(-50%);
    left: 50%;
  }
  .organ_item{
    padding: 10px 20px;
  }
  .organ_step_1 > li{
    flex-direction: column;
  }
  .organ_step_1 > li > .organ_item::before{
    display: none;
  }
  .organ_step_2{
    flex: auto;
    width: 200px;
  }
  .partner_wrap .partner-list{
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 30px 10px 0;
  }
  .partner_wrap .partner-list li{
    height: 60px;
  }
  .partner_wrap .partner-list li a{
    padding: 15px;
  }

  /* 서브-게시판 배너 */
  .board-title{
    padding: 100px 0 80px;
  }
  .board-title > .centerbox-90{
    gap: 0;
  }
  .board-title > .centerbox-90 p{
    font-size: 1.4rem;
    padding-left: 15px;
    padding-bottom: 20px;
  }

  /* 서브-contact */
  .contact-title p{
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .direction{
    padding-bottom: 60px;
  }
  .direction_info{
    font-size: 1rem;
  }
  .direction_info h6 .material-symbols-outlined{
    font-size: 1.2em;
  }
  .map_wrap{
    height: 290px;
  }
  .contact-wrap .contact-title{
    margin-top: 40px;
  }
  .contact-wrap .contact-title h1{
    font-size: 2.8rem;
  }
  .contact-form-wrap .category{
    grid-template-columns: repeat(2, 1fr);
    padding: 30px;
    gap: 15px;
  }
  .contact-form-wrap .category .choice-chip{
    font-size: 1rem;
    height: 60px;
    border-radius: 15px;
  }
  .contact-form-wrap .personal{
    padding: 30px;
  }
  .contact-form-wrap .personal li{
    flex-direction: column;
    gap: 15px;
  }
  .contact-form-wrap .personal li label, 
  .contact-form-wrap .personal li input{
    font-size: 1rem;
    width: 100%;
  }
  .contact-form-wrap .btn-summit{
    font-size: 1.2rem;
  }
}
