:root {

  --basic-text: #222;
  --black: #000;
  --black40: rgba(0, 0, 0, 0.40);
  --white: #fff;
  --white10: rgba(255, 255, 255, 0.10);
  --white20: rgba(255, 255, 255, 0.20);
  --white40: rgba(255, 255, 255, 0.40);
  --white60: rgba(255, 255, 255, 0.60);
  --white80: rgba(255, 255, 255, 0.80);


  --color11: #111;
  --color22: #222;
  --color44: #444444;
  --color66: #666666;
  --color88: #888888;
  --color99: #999999;
  --colorf7: #F7F8F9;


  --coloraa: #AAAAAA;
  --colordd: #dddddd;
  
  
  --color02: #022856;
  --color16: #000016;
  --color27: #27C4D5;
  --color78: #000078;

}

.main-color{
  color: var( --color02) !important;
}


.content{
  background-color: var(--color16);
  padding-bottom: 160px;
}
.content.type02{
  padding: 160px 0;

}
.content.type03{
  padding: 210px 0 160px;

}
.content.type04{
  padding: 0 0;

}
.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.headline{
  font-family: Orbitron;
  font-size: 4.88rem;
  font-weight: 700;
  letter-spacing: -3.12px;
}
.sub-tit{
  color: var(--black);
  font-size: 1rem;
  font-weight: 700;
  line-height: 100%;
}
.tit-64{
  color:  #fff;
  font-size: 4rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.08rem;
}
.tit-56{
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 150%; 
}
.tit-48{
  font-size: 3rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.12px;
}
.tit-26{
  font-size: 1.63rem;
  font-weight: 700;
  line-height: 100%; 
}






@media all and (max-width:1300px) {
  .headline{
    font-size: 4.58rem;
  }
}
@media all and (max-width:1199px) {
  .headline{
    font-size: 4.08rem;
  }
}
@media all and (max-width:768px) {
  .headline{
   
    line-height: 130%;
  }
  .tit-64{
    font-size: 3rem;
  }
}
@media all and (max-width:500px) {
  .headline{
    font-size: 3.68rem;
  }
}
@media all and (max-width:460px) {
  .tit-64{
    font-size: 2.5rem;
  }
}
@media all and (max-width:400px) {
  .headline{
    font-size: 3.08rem;
  }
}

/* outline-btn */
.outline-btn {
  position: relative;
  width: fit-content;
  z-index: 5;
}
.outline-btn button.w160{
  width: 160px;
}
.outline-btn a,
.outline-btn button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 36px;

}

.outline-btn a span:not(.btn-title),
.outline-btn button span:not(.btn-title) {
  position: absolute;
  width: 12px;
  height: 12px;
  transition: .3s;
  z-index: -1;
}

.outline-btn:hover a span:not(.btn-title),
.outline-btn:hover button span:not(.btn-title) {
  width: 50%;
  height: 50%;
  background: var(--color27);
  border: 1px solid var(--color27);
}

.outline-btn a .box-line-tl,
.outline-btn button .box-line-tl {
  top: 0;
  left: 0;
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
}

.outline-btn a .box-line-tr,
.outline-btn button .box-line-tr {
  top: 0;
  right: 0;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}

.outline-btn a .box-line-bl,
.outline-btn button .box-line-bl {
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #FFF;
  border-left: 1px solid #FFF;
}

.outline-btn a .box-line-br,
.outline-btn button .box-line-br {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
}

.outline-btn a .btn-title,
.outline-btn button .btn-title {
  color: var(--white);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.36px;
}






/* sub-visual */



.sv{
  position: relative;
  height: 100vh;
  background-color: var(--color16);
}
.sv .thumb{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sv .thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sv .flex{
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.sv .flex .col-left {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 20px;
  width: 100%;
  height: 100%;
  align-items: flex-start;
  justify-content: flex-end;
  padding-bottom: 127px;
}
.sv .flex .col-left strong{
  color: var(--white);
  font-family: SUIT;
  font-size: 4rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -1.28px;
}

.sv .flex .col-left p{
  color:  rgba(255, 255, 255, 0.80);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 160%; 
  letter-spacing: -0.4px;
}

.sv .flex .col-right{
  display: flex;
  align-items: flex-end;
  position: relative;
    height: 100%;
    padding-bottom: 127px;
}

.lnb_wrap {
  position: sticky;
  top: 0;
  z-index: 1000;
  margin-bottom: 160px;
  transition: all 0.4s;
}


.lnb{
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.lnb>li {
width: 100%;
}

.lsnb {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  z-index: 90;
  padding: 27px 20px;
  background: #000078;
  z-index: 9999;
}

.lsnb li>a {
  color:  rgba(255, 255, 255, 0.60);
  font-family: SUIT;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.36px;
  display: block;
  transition: all 0.5s;
  white-space: nowrap;
}

.lsnb li.active a{
  color: #FFF;
}
.lsnb::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.20);
}

.lsnb::-webkit-scrollbar-track {
  display: none;
}

.lsnb::-webkit-scrollbar-thumb {
  background-color: var(--white);
}

@media all and (max-width: 1024px) {
  .sv .flex {
    align-items: flex-start;
    flex-direction: column;
  }
.sv .flex .col-left {
  padding-bottom: 60px;
}
.lsnb {
  gap: 40px;
}
}
@media all and (max-width: 1500px) {
  .sv .flex .col-right {
    width: 100%;
  }

  .sv .flex .col-left strong {
    font-size: 3.2rem;
}

.lsnb {
  justify-content: flex-start;
  overflow-x: auto;
  gap: 60px;
}

}
@media all and (max-width: 568px) {
  .sv .flex .col-left strong {
    font-size: 2.8rem;
}

}
@media all and (max-width: 460px) {
  .sv .flex .col-left strong {
    font-size: 2.2rem;
}
}

/* table */
.form-table {
 margin: 40px 0;
}
.form-table.type02 {
 margin: 80px 0 0;
}
.form-table .need-scroll {
  overflow-x: auto !important;
  padding-bottom: 8px;
}

.form-table .need-scroll .basic-table {
  table-layout: fixed;
}

.form-table .need-scroll::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.20);
}

.form-table .need-scroll::-webkit-scrollbar-track {
  display: none;
}

.form-table .need-scroll::-webkit-scrollbar-thumb {
  background-color: var(--white);
}

.form-table .need-scroll table {
  min-width: 1100px;
}

.form-table .none-scroll table p {
  word-break: break-word;
  word-wrap: break-word;
}

.form-table .table-wrap table {
  position: relative;
}

.form-table .table-wrap table:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--color27);
  z-index: 50;
}

.form-table .bdr {
  border-right: 1px solid rgba(255, 255, 255, 0.20) !important;
}

.form-table .bdb {
  border-bottom: 1px solid rgba(255, 255, 255, 0.20) !important;
}

.form-table .no-bdr {
  border-right: 0 !important;
}

.form-table thead {
  background: #0D0D22;
}

.form-table thead tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.form-table thead th {
  padding: 18px 20px;
  color: var(--white);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%; 
  letter-spacing: -0.28px;
  border-right: 1px solid rgba(255, 255, 255, 0.20);
}

.ta-left{
  text-align: left !important;
}
.form-table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.form-table tbody th {
  color: var(--white);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%; 
  letter-spacing: -0.28px;
  border-right: 1px solid rgba(255, 255, 255, 0.20);
  background: rgba(13, 13, 34, 0.60);
}

.form-table tbody td {
  padding: 18px 15px;
  color: rgba(255, 255, 255, 0.80);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%; 
  letter-spacing: -0.28px;
  word-wrap: break-word;
  word-break: break-word;
  border-right: 1px solid rgba(255, 255, 255, 0.20);
}
.form-table tbody td:has(.thumb){
  padding: 24px;
}
.bdn{
  border:  none !important;
}
.form-table tbody td:last-child {
  border-left: 1px solid rgba(255, 255, 255, 0.20);
}

.form-table tbody td:only-child {
  border-left: 0;
}
.form-table tbody:has(th) td.etc{
  color: var(--color27);
font-weight: 700;
}
.form-table tbody:has(th) td {
  color: rgba(255, 255, 255, 0.80);
text-align: center;
font-size: 0.88rem;
font-weight: 400;
line-height: 140%; 
letter-spacing: -0.02rem;
}

.form-table .no-data-area {
  height: 284px;
  border: 0;
}

.form-table.no-border .table-wrap table {
  border-top: 0;
}

.form-table.no-border table {
  table-layout: fixed;
}

.form-table.no-border thead {
  border-bottom: 0;
}

.form-table.no-border thead tr {
  border-bottom: 0;
}

.form-table.no-border thead th {
  border-right: 0;
}

.form-table.no-border thead th:first-child {
  padding-left: 40px;
}

.form-table.no-border thead th:last-child {
  padding-right: 40px;
}

.form-table.no-border tbody td {
  border-right: 0;
}

.form-table.no-border tbody td {
  padding: 40px 20px
}

.form-table.no-border:has(.need-scroll) tbody td {
  padding: 18px 20px;
}

.form-table.no-border tbody td:first-child {
  padding-left: 35px;
}

.form-table.no-border tbody td:last-child {
  padding-right: 35px;
}

.form-table.no-border .f-h3 {
  color: var(--Color-Gray-900)
}

.form-table.no-border:has(:not(.link)) .f-h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  max-width: 100%;
}

.form-table.no-border .f-h3+.f-b4-r {
  margin-top: 8px;
  color: var(--Color-Gray-700)
}

.form-table.no-border .table-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
}

.form-table.no-border .table-list.link .f-h3 {
  width: 90%;
  text-align: left;
}

.form-table.no-border .table-list.link .f-b4-r {
  margin-top: 0;
  width: 10%;
  text-align: center;
  color: var(--Color-Gray-700);
}

@media all and (max-width: 1024px) {
  .form-table .table-wrap {
    width: 100%;
  }

  .form-table.no-border:not(:has(.need-scroll)) table{table-layout: auto;}
 

  .form-table.no-border thead {
    display: none;
  }

  .form-table.no-border tbody td {
    padding: 24px 16px;
  }

  .form-table.no-border:has(.need-scroll) tbody td {
    padding: 18px 20px;
  }

  .form-table.no-border tbody td:first-child {
    padding-left: 16px;
  }

  .form-table.no-border tbody td:last-child {
    padding-right: 16px;
  }

  .form-table.no-border:has(.need-scroll) tbody td:first-child {
    padding-left: 40px;
  }

  .form-table.no-border:has(.need-scroll) tbody td:last-child {
    padding-right: 40px;
  }


  .form-table.no-border .table-list {
    flex-direction: column;
    gap: 8px;
  }

  .form-table.no-border .table-list.link .f-h3 {
    width: 100%;
  }

  .form-table.no-border .table-list.link .f-b4-r {
    width: 100%;
    text-align: left;
  }

  .form-table.no-border:has(.need-scroll) thead {
    display: table-header-group;
  }

  .form-table.no-border:has(.need-scroll) .table-wrap table:before {
    display: none;
  }
}

















































.show-default {
  display: block !important;
}

.hide-default {
  display: none !important;
}
.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
:root {
  --white: #ffffff;
  --black: #000000;
  --color1C: #1C1C1E;
  --color22: #222222;
  --color23: #232323;
  --color4C:  #4C4C4E;
  --color66: #666666;
  --color99: #999999;
  --coloraa: #aaaaaa;
  --colordd: #dddddd;
  --color-main: #8F0024;
}


@media all and (max-width: 1350px) {
  .show-1350 {
    display: block !important;
  }
  .hide-1350 {
    display: none !important;
  }
}
@media all and (max-width: 1200px) {
  .show-1200 {
    display: block !important;
  }
  .hide-1200 {
    display: none !important;
  }
}
@media all and (max-width: 1100px) {
  .show-1100 {
    display: block !important;
  }
  .hide-1100 {
    display: none !important;
  }
}
@media all and (max-width: 1024px) {
  .show-1024 {
    display: block !important;
  }
  .hide-1024 {
    display: none !important;
  }
}

@media all and (max-width: 800px) {
  .show-800 {
    display: block !important;
  }
  .hide-800 {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  .show-768 {
    display: block !important;
  }
  .hide-768 {
    display: none !important;
  }
}
@media all and (max-width: 720px) {
  .show-720 {
    display: block !important;
  }
  .hide-720 {
    display: none !important;
  }
}

@media all and (max-width: 640px) {
  .show-640 {
    display: block !important;
  }
  .hide-640 {
    display: none !important;
  }
}
@media all and (max-width: 600px) {
  .show-600 {
    display: block !important;
  }
  .hide-600 {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .show-568 {
    display: block !important;
  }
  .hide-568 {
    display: none !important;
  }
}
@media all and (max-width: 540px) {
  .show-540 {
    display: block !important;
  }
  .hide-540 {
    display: none !important;
  }
}
@media all and (max-width: 500px) {
  .show-500 {
    display: block !important;
  }
  .hide-500 {
    display: none !important;
  }
}
@media all and (max-width: 460px) {
  .show-460 {
    display: block !important;
  }
  .hide-460 {
    display: none !important;
  }
}
@media all and (max-width: 425px) {
  .show-425 {
    display: block !important;
  }
  .hide-425 {
    display: none !important;
  }
}




/* --------------------------------------------- ScrollMotion Start --------------------------------------------- */
/* scroll-motion */
/* @ 기본 모션 */
.scroll-motion:not(.each) {
  position: relative;
  opacity: 0;
  top: 80px;
  transition: top 1s ease, opacity 1s ease;
}

.scroll-motion.active:not(.each) {
  opacity: 1;
  top: 0;
}

/* scroll-motion each */
/* @ scroll-motion.each 바로 아래 컨텐츠들이 각각 딜레이로 모션 */
.scroll-motion.each>* {
  position: relative;
  opacity: 0;
  top: 80px;
  transition: top 1s ease, opacity 1s ease;
}

.scroll-motion.active>* {
  opacity: 1;
  top: 0;
}

.scroll-motion.each>*:nth-child(2) {
  transition-delay: .15s;
}

.scroll-motion.each>*:nth-child(3) {
  transition-delay: .3s;
}

.scroll-motion.each>*:nth-child(4) {
  transition-delay: .45s;
}

.scroll-motion.each>*:nth-child(5) {
  transition-delay: .6s;
}

/* scroll-motion list 3단 */
/* @ 3단 item 부모에 scroll-scrol클래스 추가하고, item에 scroll-motion클래스 추가 : 아이템들이 각각 딜레이로 모션 */
.scroll-3col .scroll-motion:nth-child(3n-1) {
  transition-delay: .15s;
}

.scroll-3col .scroll-motion:nth-child(3n) {
  transition-delay: .3s;
}

@media all and (max-width: 1280px) {
  .scroll-3col .scroll-motion:nth-child(3n-1) {
    transition-delay: 0s;
  }

  .scroll-3col .scroll-motion:nth-child(3n) {
    transition-delay: 0s;
  }

  .scroll-3col .scroll-motion:nth-child(2n-1) {
    transition-delay: .15s;
  }

  .scroll-3col .scroll-motion:nth-child(2n) {
    transition-delay: .3s;
  }
}

@media all and (max-width: 600px) {
  .scroll-3col .scroll-motion:nth-child(2n-1) {
    transition-delay: 0s;
  }

  .scroll-3col .scroll-motion:nth-child(2n) {
    transition-delay: 0s;
  }
}

/* scroll-motion list 2단 */
/* @ 2단 item 부모에 scroll-scrol클래스 추가하고, item에 scroll-motion클래스 추가 : 아이템들이 각각 딜레이로 모션 */
.scroll-2col .scroll-motion:nth-child(2n) {
  transition-delay: .15s;
}

@media all and (max-width: 600px) {
  .scroll-2col .scroll-motion:nth-child(2n) {
    transition-delay: 0s;
  }
}

/* --------------------------------------------- ScrollMotion End --------------------------------------------- */


