@charset "utf-8";
:root {
	--sub-main: linear-gradient(281deg, #06107B 30.1%, #1D4BBE 64.77%);
  --sub-main-c: #1536A6;
  --sub-bg-height: 30rem;
  --side-nav-height: 6.6rem;
}

#container {
  position: relative;
  padding-top: var(--sub-bg-height);
}

#container::before,
#container::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: var(--sub-bg-height);
}

#container::after {
  content: '';
  background: linear-gradient(90deg, rgba(226, 232, 245, 0.98) 24.71%, rgba(255, 255, 255, 0.00) 54.38%);
  z-index: 1;
}

#container::before {
  content: '';
  background-repeat: no-repeat;
  background-position: right 0;
  background-size: auto 100%;
  z-index: 0;
}

:has(.main-nav .gnb-menu>li:nth-child(1) .selected) #container::before {
  background-image: url(../img/sub/sub01-visual.png);
}

:has(.main-nav .gnb-menu>li:nth-child(1) .selected) #container::before {
  background-image: url(../img/sub/sub01-visual.png);
}

:has(.main-nav .gnb-menu>li:nth-child(2) .selected) #container::before {
  background-image: url(../img/sub/sub02-visual.png);
}

:has(.main-nav .gnb-menu>li:nth-child(3) .selected) #container::before {
  background-image: url(../img/sub/sub03-visual.png);
}

:has(.main-nav .gnb-menu>li:nth-child(4) .selected) #container::before {
  background-image: url(../img/sub/sub04-visual.png);
}

.in-between {
  position: relative;
  flex-direction: column;
  padding-top: 0;
}

.side-nav {
  position: absolute;
  left: 0;
  top: calc(-1 * var(--sub-bg-height));
  width: 100% !important;
  overflow: visible;
  z-index: 2;
}

.side-nav .snv-tit {
  display: inline-block;
  margin-top: 12rem;
  padding: 0;
  font-family: var(--font-elicedx);
  font-size: 3.5rem;
  font-weight: 700;
  border-bottom: none;
  background: var(--sub-main);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.side-nav .snv-list {
  position: absolute;
  left: 0;
  top: var(--sub-bg-height);
  display: flex;
  flex-direction: row;
  width: 100%;
}

.side-nav .snv-list::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  background: rgba(255, 255, 255, 0.83);
  box-shadow: 0.2rem 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.08);
  transform: translateX(-50%);
}

.side-nav .snv-list .snv-li {
  flex: 1 1 auto;
  text-align: center;
  height: var(--side-nav-height);
  border-bottom: none;
}

.side-nav .snv-list .snv-li .snv-li-btn {
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  font-weight: 400;
  line-height: 0;
}

.side-nav .snv-list .snv-li.active .snv-li-btn {
  color: #fff;
  font-weight: 700;
  background: var(--sub-main);
}

.side-nav .snv-list .snv-li.active .snv-li-btn:hover {
  background: var(--sub-main);
}

.side-nav .snv-list .snv-li .snv-li-btn:hover,
.side-nav .snv-list .snv-li .snv-li-btn:active {
  background: #fff;
}

.side-nav .snv-list > li > .snv-li-btn::before {
  left: auto;
  right: auto;
  width: 0;
  background: var(--sub-main);
}

.side-nav .snv-list > li.active > .snv-li-btn::before,
.side-nav .snv-list > li > .snv-li-btn:hover::before {
  left: auto;
  right: auto;
  width: 100%;
}

.side-nav .snv-list .snv-li [class*=snv-toggle]::after {
  display: none;
}

.side-nav .snv-list .snv-li .snv-li-btn {
  width: auto;
}

#contents {
  padding-top: calc(var(--side-nav-height) + 7rem);
}

#con-tit {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  gap: 1rem;
  margin-bottom: 3rem;
}

.page-title-wrap {
  margin-bottom: 0;
}

.page-title-wrap .h-tit {
  margin-top: 0;
  font-size: 3.5rem;
  font-weight: 700;
}

.krds-breadcrumb-wrap .breadcrumb .home {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: none;
}

.krds-breadcrumb-wrap .breadcrumb .home::after {
  margin-top: 0.2rem;
}

.krds-breadcrumb-wrap .breadcrumb .home a {
  display: block;
  width: 2rem;
  height: 2rem;
  font-size: 0;
  background: url(/share/images/krds/ico_location_home01.svg) no-repeat center / 100%;
}

#con-tit #shareSns {
  position: absolute;
  top: 0.5rem;
  right: 0;
  gap: 1rem;
}

#con-tit #shareSns > li > a {
  display: block;
  width: 4.6rem !important;
  height: 4.6rem !important;
  border-radius: 3rem;
  font-size: 0;
  background-color: #EEE;
  background-position: center;
  background-size: 2.4rem !important;
}

#con-tit #shareSns > li::before {
  display: none;
}

#tab {
  flex-wrap: nowrap;
  gap: 0;
  margin-bottom: 1rem;
  width: 100%;
  background: #F6F6F6;
}

#tab li {
  flex: 1 1 auto;
  max-width: 100%;
  width: auto;
}

#tab li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-align: center;
  padding: 1.6rem;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid var(--sub-main-c);
  transition: none;
  word-break: keep-all;
}

#tab li.select a {
  color: var(--sub-main-c);
  font-weight: 700;
  border-radius: 1rem 1rem 0 0;
  border-top: 1px solid var(--sub-main-c);
  border-right: 1px solid var(--sub-main-c);
  border-left: 1px solid var(--sub-main-c);
  border-bottom: none;
  background: #FFF;
}

#tab li:hover a {
  color: var(--sub-main-c);
  font-weight: 700;
}

#tab li.select a::before {
  content: '';
  width: 2.4rem;
  height: 2.4rem;
  background-color: var(--sub-main-c);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../img/sub/tab-ic.svg);
  mask-image: url(../img/sub/tab-ic.svg);
}

.krds-btn {
  color: var(--krds-light-color-text-basic);
  border-color: #58616A;
  background: #fff;
}

.krds-btn .svg-icon {
  background-color: var(--krds-light-color-text-basic);
}

.krds-btn:hover {
  background: var(--krds-light-color-surface-gray-subtler);
}


@media (max-width: 1023px) {
  #container::before {
    background-position: 60% 0;
  }

  .in-between .side-nav {
    display: block;
  }

  .side-nav .snv-tit {
    padding-left: 16px;
  }
}

@media (max-width: 767px) {
  :root {
    --sub-bg-height: 160px;
  }

  .side-nav .snv-list {
    display: none;
  }

  .side-nav .snv-tit {
    margin-top: 60px;
  }

  .page-title-wrap .h-tit {
    padding-right: 5rem;
  }

  #contents {
    padding-top: 5rem;
  }

  .tab-box>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.6rem;
    width: 100%;
    color: var(--sub-main-c);
    font-weight: 700;
    border-radius: 1rem;
    border: 1px solid var(--sub-main-c);
    background: #FFF;
  }

  .tab-box>a::after {
    content: '';
    width: 2.4rem;
    height: 2.4rem;
    background-color: var(--sub-main-c);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: contain;
    -webkit-mask-image: url(../img/sub/tab-ic.svg);
    mask-image: url(../img/sub/tab-ic.svg);
  }

  #tab {
    display: none;
    flex-direction: column;
    border-radius: 1rem;
    background: #F6F6F6;
    overflow: hidden;
  }

  #tab.on {
    display: flex;
  }

  #tab li a {
    justify-content: flex-start;
    border-bottom: 1px solid #D9D9D9;
  }

  #tab li.select a {
    border: none;
    background: #F6F6F6;
    border-bottom: 1px solid #D9D9D9;
  }
  
  #tab li.select a::before {
    display: none;
  }

  #tab li:nth-last-child(1) a {
    border-bottom: none;
  }
}