.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;
}

.stop-scroll {
  overflow: hidden !important;
  height: 100% !important;
}

span.bold{
  font-weight: 700;
}



:root {
  --white: #ffffff;
  --black: #000000;
  --color1C: #1C1C1E;
  --color22: #222222;
  --color23: #232323;
  --color4C:  #4C4C4E;
  --color66: #666666;
  --color99: #999999;
  --coloraa: #aaaaaa;
  --colordd: #dddddd;
  --color-main: #8F0024;
}
.main-color{
  color: var( --color-main) !important;
}

.view-more{
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; 
  letter-spacing: -0.36px;
  padding: 16px 34px;
  border: 1px solid #fff;
  border-radius: 4px;
  transition: all 0.3s;
}

.view-more.type02{
background: #8F0024;
color: #FFF;
}


.cont +.cont {
  margin-top: 120px;
}
.sub-page{
  padding-top: 100px;
}

@media all and (max-width:1023px) {
  .sub-page{
    padding-top: 90px;
  }
}


.sub-visual{
  overflow: hidden;
}

/* ------------------scroll-motion*/
.scroll-motion {
  opacity: 0;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
@media all and (max-width: 1023px) {
  .scroll-motion {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
    transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
    transition: opacity 0.8s ease, transform 0.8s ease;
    transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
  }
}

.scroll-motion.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media all and (min-width: 1024px) {
  .scroll-list .scroll-motion:nth-child(3n-1) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .scroll-list .scroll-motion:nth-child(3n) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}
@media all and (max-width: 1023px) {
  .scroll-list .scroll-motion:nth-child(2n) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
@media all and (max-width: 599px) {
  .scroll-list .scroll-motion:nth-child(2n) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

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

.scroll-motion.scroll-each > * {
  opacity: 0;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
@media all and (max-width: 1023px) {
  .scroll-motion.scroll-each > * {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
    transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
    transition: opacity 0.8s ease, transform 0.8s ease;
    transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
  }
}

.scroll-motion.scroll-each.active > * {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

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

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

@media all and (min-width: 599px) {
  .scroll-motion.scroll-order .scroll-motion {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
    transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
    transition: opacity 0.8s ease, transform 0.8s ease;
    transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
  }
  .scroll-motion.scroll-order.active .scroll-motion {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .scroll-motion.scroll-order.active .scroll-motion:nth-child(2) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .scroll-motion.scroll-order.active .scroll-motion:nth-child(3) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .scroll-motion.scroll-order.active .scroll-motion:nth-child(4) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}


/* ------------------content */
.content{
  padding: 170px 0 160px;
}
.content.type02{
  padding: 250px 0 160px;
}

.content .sub-title{
  word-break: break-all;
}
.content .sub-title.sz38{
  color: #000;
font-size: 38px;
font-weight: 700;
line-height: 130%; /* 49.4px */
letter-spacing: -1.52px;
margin-bottom: 40px;
}
.content .sub-title.sz36{
  color: #000;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -1.44px;
}
.content .sub-title.sz28{
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: 130%; /* 36.4px */
  letter-spacing: -1.12px;
}
.content .sub-title.sz20{
  color: #222;
font-size: 20px;
font-weight: 700;
line-height: 130%; /* 26px */
letter-spacing: -0.8px;
}

@media all and (max-width:768px) {
  .content .sub-title.sz38{
 font-size: 28px;
  }

  .content .sub-title.sz38 {
    margin-bottom: 20px;
}

.content .sub-title.sz36{
  font-size: 28px;
}


.content .sub-title.type02{
  margin-bottom: 10px !important;
}
}






.content .sub-title.type02{
  margin-bottom: 20px;
}
.content .sub-title.type03{
  margin-bottom: 40px;
}
.content .sub-title.type04{
  margin-bottom: 10px;
}
/* 탑버튼 */

.fixed-btn{
  position: fixed !important;
  right: 100px;
  bottom:60px !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index:900;
 }
 .fixed-btn .btn-quick{
  position: relative;
  width: 80px;
  height: 80px;          
  border-radius: 80px;
  overflow: hidden;
  transition: height 0.5s ease;
 }
 .fixed-btn .btn-quick a{
  opacity: 0;
 }
 .fixed-btn .btn-quick.active a{
  opacity: 1;
  transition: all 0.5s;
 }
 .fixed-btn .btn-quick.active {
  height: 232px;
}
 .fixed-btn button{
  width: 80px;
  height: 80px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 50%;
 }
 .btn-quick .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 80px;
  z-index: 10;       
  cursor: pointer;
}
 .fixed-btn .btn-quick{
  display: flex;
  flex-direction: column;
  gap: 26px;
  align-items: center;
  background: #8F0024;
  padding: 28px 15px;
 }
 .fixed-btn .btn-quick a{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;

 }
 .fixed-btn .btn-quick a span{
  color: #FFF;
font-size: 14px;
font-weight: 700;
line-height: 110%;
 }
 .fixed-btn .btn-top{
  background: #FFF;
  border: 1px solid #DDD;
  transition: all 0.3s;
 }
 .fixed-btn .btn-top.is-top img{
  transform: rotate(180deg);
  transition: all 0.3s;
 }
 .fixed-btn button span{
  color: #FFF;
  font-size:  14px;
  font-weight: 700;
  line-height: 160%; 
  letter-spacing: -0.28px;
 }

 @media all and (min-width:768px) {
  .fixed-btn .btn-top:hover{
    background: #8F0024;
    border: 1px solid #8F0024;
}
 .fixed-btn .btn-top:hover img{
  filter: brightness(0) invert(1);
 }
 }



/* 서브탑 */
.sub-tit-wrap{
  padding: 170px 0 80px;
}
.sub-tit-wrap h2{
  color: #000;
font-family: Pretendard;
font-size: 68px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 88.4px */
letter-spacing: -2.72px;
text-transform: capitalize;
margin-bottom: 54px;
}
/* 타블렛 세로 */
@media all and (max-width:1023px) {
  .sub-tit-wrap h2{
  font-size: 58px;
  }
}

/* 타블렛 가로 미만 ~ 모바일 */
@media all and (max-width:768px) {
  .sub-tit-wrap h2{
    font-size: 32px;
    }
    .sub-tit-wrap {
      padding: 150px 0px 60px;
  }
  
}





.sub-2depth-list ul{
  display: flex;
  align-items: center;
  gap: 2px;
}
.sv{
  position: relative;
  height: 640px;
}
.sv .thumb{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sv .thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sv .flex{
  width: 100%;
  height: 100%;
  align-items: center;
}
.sv .flex .col-left{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  height: 100%;
  max-width: 761px;
}
.sv .flex .col-left strong{
  color: #FFF;
font-size: 48px;
font-weight: 700;
line-height: 130%;
letter-spacing: -1.92px;
}

.sv .flex .col-left p{
  color: #FFF;
font-size: 18px;
font-weight: 500;
line-height: 160%; /* 28.8px */
letter-spacing: -0.72px;
}
.sub-3depth-list{
  display: flex;
  flex-direction: column;
}
.sub-3depth-list li{
  min-width: 200px;
}
.sub-3depth-list a{
  display: flex;
  align-items: center;
  justify-content: center;
 height: 64px;
 width: 100%;
  /* width: 200px; */
  background: rgba(0, 0, 0, 0.20);
backdrop-filter: blur(4px);
color: #FFF;
text-align: center;
font-family: Pretendard;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 20.8px */
letter-spacing: -0.64px;
text-transform: capitalize;
transition: all 0.5s;
}

.sub-3depth-list li.on a{
  background: #FFF;
  color: #8F0024;
}

.tab-item-on {
  display: none;
}
@media all and (max-width:768px) {
  .sv .flex .col-left strong {
    font-size: 26px;
}
.sv .flex .col-left p {
  font-size: 15px;
  }
}



/* kv */
.kv{
  position: relative;
  height: 340px;
  width: 100%;
  margin-bottom: 80px; 
}
.kv .inner-1400{
  width: 100%;
}
.kv .thumb{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 340px;
  overflow: hidden;
  border-radius: 16px;
}
.kv .desc{
  padding: 0 60px;
  display: flex;
  align-items: center;
  height: 340px;
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  line-height: 160%; 
  letter-spacing: -0.88px;
}

























@media screen and (max-width:768px) {
  .sub-4depth-list ul {
    align-items: stretch
  }

  .sub-4depth-list .tab-item-on {
    border-radius: 1000px;
    background: #000;
    color: #FFF;
    font-family: Pretendard;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.48px;
  }

  .sub-4depth-list .tab-item-on::after {
    background: url(/image/common/ico_arrow_w.svg) no-repeat center;
  }
  .inner-740{display: block;}
  .sub-4depth-list>.inner {
    padding: 0;
    background: transparent;
    border-radius: 0;
  }

  .sub-4depth-list{
    position: absolute;
    top: 110%;
    flex-direction: column;
    justify-content: flex-start;
    width: calc(100% - 40px);
    height: auto;
    border: 1px solid #000;
    border-radius: 24px;
    background: #fff;
    overflow: hidden;
    z-index: 999;
  }
  .sub-4depth-list li{
    flex: 1;
    width: 100%;
  }

  .sub-4depth-list li.on {
    border-radius: 0;
  }



  .tab-item-on {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding: 1rem 2.5rem;
    border-radius: 24px;
    border: 1px solid #000;
    background: #FFF;
    color: #000;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.48px;
    box-sizing: border-box;
    margin-bottom: 140px;
  }

  .tab-item-on::after {
    content: "";
    width: 24px;
    height: 24px;
    background: url(/image/sub/arrow-down.svg)no-repeat center;
    transition: .2s;
  }

  .tab-item-on.on::after {
    transform: rotate(180deg);
  }


  .tab_cont ul {
    position: absolute;
    top: 110%;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    border: 1px solid #000;
    border-radius: 10px;
    background: #fff;
    z-index: 20;
  }


  .tab_cont ul li:last-child button.on,
  .tab_cont ul li:first-child button.on,
  .tab_cont ul li button.on,
  .tab_cont ul li:last-child a.on,
  .tab_cont ul li:first-child a.on,
  .tab_cont ul li a.on,
  .tab_cont ul li {
    border: none;
  }


  .tab_cont ul li {
    width: 100%;
    padding: 10px;
  }

  .tab_cont ul li button.on,
  .tab_cont ul li button,
  .tab_cont ul li a.on,
  .tab_cont ul li a {
    display: block;
    width: 100%;
    font-size: 1.125rem;
    text-align: center;
  }
}





.sub-4depth-list{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-radius: 50px;
  padding: 10px 16px;
  background: #F6F6F6;
  margin-bottom: 140px;
}
.sub-4depth-list li{
  flex: 1;
}
.sub-4depth-list li button{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
padding: 14px 34px;
  color: #999;
font-size: 18px;
font-weight: 700;
line-height: 130%; /* 23.4px */
letter-spacing: -0.72px;
transition: all 0.3s;
border-radius: 50px;
background: #F6F6F6;
}
.sub-4depth-list button.active {
  background: #000;
  color: #fff;

}
@media all and (max-width:1200px) {
  .sv .flex {
    flex-direction: column;
    align-items: unset;
  }
  .sub-3depth-list {
    display: flex;
    flex-direction: row;
  }

}






/* table */
.form-table .need-scroll {
  overflow-x: auto;
  padding-bottom: 8px;
}

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

.form-table .need-scroll::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: transparent;
}

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

.form-table .need-scroll::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 12px;
}

.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;
  width: 100%;
}

.form-table .table-wrap table:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}

.form-table .bdr {
  border-right: 1px solid  #DDD !important;
}

.form-table .bdb {
  border-bottom: 1px solid  #DDD !important;
}

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

.form-table thead {
  background: #F5F5F5;
  border-bottom: 1px solid #ddd;
}


.form-table thead th {
  padding: 18px 20px;
  border-right: 1px solid #DDD;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 160%; /* 28.8px */
  letter-spacing: -0.72px;
}
.form-table tbody td p{
  color: #444;
font-size: 18px;
font-weight: 500;
line-height: 160%; /* 28.8px */
letter-spacing: -0.72px;
word-break: break-all;
}
.form-table thead th:last-child {
  border-right: none !important;
}

.form-table tbody tr {
  border-bottom: 1px solid #ddd;
}

.form-table tbody th {
  border-right: 1px solid 1px solid #ddd;
}

.form-table tbody td {
  padding: 30px 40px;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
  border-right: 1px solid #ddd;
}

.form-table tbody td:last-child {
  border-right: 0;
  border-left: 1px solid #ddd;
}

.form-table tbody td:only-child {
  border-left: 0;
}

.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 .table-wrap table:before {
  display: none;
}

.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;
}


.tac-left{
  text-align: left;
}


.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mb40{margin-bottom: 40px;}



 @media all and (max-width: 1600px) {
  .fixed-btn{
    right: 20px;
    bottom: 30px !important;
   }
 }

@media all and (max-width:768px) {
  .btn-quick .icon,
  .fixed-btn button,
  .fixed-btn .btn-quick{
    width: 65px;
    height: 65px;
   }
}
@media all and (min-width:768px) {
  .view-more:not(.type02):hover{
    border: 1px solid var( --color-main) !important;
    background: var( --color-main) !important;
    color: #FFF !important;
  }

}


@media all and (max-width: 1300px) {
  .show-1300 {
    display: block !important;
  }
  .hide-1300 {
    display: none !important;
  }
}
@media all and (max-width: 1199px) {
  .show-1199 {
    display: block !important;
  }
  .hide-1199 {
    display: none !important;
  }
}
@media all and (max-width: 1024px) {
  .show-1024 {
    display: block !important;
  }
  .hide-1024 {
    display: none !important;
  }
}
@media all and (max-width: 900px) {
  .show-900 {
    display: block !important;
  }
  .hide-900 {
    display: none !important;
  }
}

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

@media all and (max-width: 640px) {
  .show-640 {
    display: block !important;
  }
  .hide-640 {
    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;
  }
}
