@charset "utf-8";
#container {
  position: relative;
  overflow: hidden;
}

#con-tit {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 42rem;
  background-repeat: no-repeat;
  background-position: center top;
}

#con-tit::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.00) 100%);
  z-index: -1;
}

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

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

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

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

#con-tit h2 {
  margin-bottom: 1.6rem;
  color: #FFF;
  font-family: var(--tt-typo-font-type);
  font-size: 5rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.9rem;
  text-shadow: 0.2rem 0.2rem 0.6rem rgba(0, 0, 0, 0.19);
}

#location {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 3rem;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

#location>li {
  display: flex;
  align-items: center;
  gap: 1rem;
}

#location > li:nth-child(1) {
  display: flex;
  width: 2.4rem;
  height: 2.4rem;
  mask-image: url(/share/images/icon/ico_bread_home.svg);
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100%;
  background-color: #FFF;
}

#location > li:nth-child(1)::before {
  display: none;
}

#location > li:nth-child(1) a {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

#location>li::before {
  content: '';
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/sub/ico-location-arr.svg) no-repeat 0 0 / 100%;
}

#shareSns {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 1.6rem;
}

#shareSns>li {
  position: relative;
}

#shareSns>li>a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.6rem;
  height: 4.6rem;
  padding: 1rem;
  border-radius: 3rem;
  background: rgba(0, 0, 0, 0.40);
}

#shareSns>li .ic-share i {
  width: 2.4rem;
  height: 2.4rem;
  mask-image: url(/share/images/icon/ico_share.svg);
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100%;
  background: #FFF;
}

#shareSns>li .ic-print i {
  width: 2.4rem;
  height: 2.4rem;
  mask-image: url(/share/images/icon/ico_print.svg);
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100%;
  background: #FFF;
}

#shareSns .shareSns-list {
  display: none;
  position: absolute;
  left: 6.1rem;
  top: 0;
  align-items: center;
  gap: 0.6rem;
  padding-right: 1rem;
  border-radius: 6rem;
  background: #FFF;
}

#shareSns .active+.shareSns-list {
  display: flex;
}

#shareSns .shareSns-list>li {
  border-radius: 50%;
  overflow: hidden;
  order: 1;
}

#shareSns .shareSns-list .sns-closebtn {
  order: 0;
}

#shareSns .shareSns-list a {
  display: block;
}

#shareSns .shareSns-list a i {
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  background: url(../img/sub/shareSns.png) no-repeat 0 0 / 22.6rem;
}

#shareSns .shareSns-list .sns-closebtn i {
  width: 4.6rem;
  height: 4.6rem;
}

#shareSns .shareSns-list .ic-blog i {
  background-position: -4.6rem 0;
}

#shareSns .shareSns-list .ic-kakaotalk i {
  background-position: -8.2rem 0;
}

#shareSns .shareSns-list .ic-facebook i {
  background-position: -11.8rem 0;
}

#shareSns .shareSns-list .ic-twitter i {
  background-position: -15.4rem 0;
}

#shareSns .shareSns-list .ic-linkcopy i {
  background-position: -19rem 0;
}

.side-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 36rem;
  background: rgba(255, 255, 255, 0.83);
}

.side-nav .snv-list {
  display: flex;
  height: 6rem;
}

.side-nav .snv-list>li {
  flex: 1 1 33.3%;
  text-align: center;
  height: 100%;
}

.side-nav .snv-list>li>a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #222;
  font-size: 1.8rem;
  line-height: 160%;
}

.side-nav .snv-list>li.active {
  background: #FFF;
}

.side-nav .snv-list>li a.selected span {
  font-weight: 700;
  background: var(--gra);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.krds-footer { 
  border-top: 1px solid #E1E1E1;
}

#detail_con {
  --krds-line-height-base: 1.7;

  margin-top: 7rem;
  margin-bottom: 10rem;
}

.bl01 { /*h3*/
  display: flex;
  gap: 1rem;
  margin-top: 5rem;
  margin-bottom: 1rem;
  font-size: 3.2rem;
  font-weight: 700;
}

.bl01::before {
  flex: 0 0 auto;
  content: '';
  width: 3rem;
  height: 3rem;
  margin-top: 1.2rem;
  background: url(../img/sub/bl01.svg) no-repeat 0 0 / 100%;
}

.bl02 {
  margin-top: 5rem;
  margin-bottom: 1rem;
  font-size: 1.9rem;
  font-weight: 700;
}

p.bl03,
.bl03>li {
  position: relative;
  margin-top: 0.6rem;
  padding-left: 2rem;
}

p.bl03::before,
.bl03>li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 0.3rem solid #464C53;
}

.bl-list {
  gap: 1rem;
}

.bl-list > li {
  padding-left: 1.5rem;
}

.bl-list.decimal > li::before {
  left: 0;
  top: 1.3rem;
  width: 0.5rem;
  height: 0.5rem;
}

.bl-list>li.nobl {
  padding-left: 0 !important;
}

.bl-list>li.nobl::before {
  display: none;
}

.krds-btn.tertiary.medium {
  height: var(--krds-size-height-7);
  min-width: 9.8rem;
  padding: 0 var(--krds-padding-8);
  align-items: center;
  gap: 0.8rem;
  font-weight: 600;
  line-height: 150%;
  border-radius: 0.8rem;
  border-color: var(--krds-light-color-text-basic);
}

/* mob */
@media (max-width: 767px) {
  #con-tit {
    height: 270px;
    background-size: auto 100%;
    background-position: 70% 0;
  }

  #con-tit h2 {
    font-size: 3.8rem;
    letter-spacing: 0.2rem;
  }

  #location>li {
    font-size: 13px;
  }

  #shareSns {
    z-index: 2;
  }

  #shareSns .shareSns-list {
    left: 0;
    top: 6.1rem;
    flex-direction: column;
    padding-right: 0;
    padding-bottom: 1rem;
  }

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