@charset "utf-8";
footer .top-con .family ul {
  border : 1px solid #2f2926
}

#sub-visual {
  height: 43rem;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
}

.sub01 #sub-visual {
  background-image: url(../../img/sub/sub01-visual.png);
}

.sub02 #sub-visual {
  background-image: url(../../img/sub/sub02-visual.png);
}

.sub03 #sub-visual {
  background-image: url(../../img/sub/sub03-visual.png);
}

.sub04 #sub-visual {
  background-image: url(../../img/sub/sub04-visual.png);
}

#con-tit {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 6.1rem);
}

#con-tit h3 {
  text-align: center;
  color: #FFF;
  font-family: var(--manse);
  font-size: 8rem;
  font-weight: 400;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.30);
}

#tmenu {
  height: 6.1rem;
  background: rgba(0, 0, 0, 0.25);
  --sub: url(../../img/sub/sub.png) no-repeat 0 0 / 22.5rem;
}

#tmenu .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#location {
  display: flex;
  gap: 2rem;
}

#location>li {
  position: relative;
  width: 23rem;
  z-index: 1;
}

#location li.home {
  width: 4rem;
  height: 4rem;
  border-radius: 1.5rem;
  background: #FFF var(--sub);
}

#location>li>a {
  display: block;
  position: relative;
  padding: 1rem;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 600;
  z-index: 1;
}

#location>li>a::before {
  content: '';
  position: absolute;
  right: 1rem;
  top: calc(50% - 0.4rem);
  width: 1.4rem;
  height: 0.8rem;
  background: var(--sub);
  background-position: -5rem 0;
}

#location>li.on>a {
  color: #222;
}

#location>li.on>a::before {
  background-position: -7.4rem 0;
}

#location>li.on>a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1rem;
  width: 100%;
  border-bottom: 1px solid #C9C9C9;
  z-index: 1;
}

#location li>ul {
  display: none;
  position: absolute;
  left: 0;
  top: 6.1rem;
  width: 100%;
  padding: 1rem;
}

#location li>ul:before {
  content: '';
  position: absolute;
  left: -1rem;
  top: -7.1rem;
  width: 25rem;
  height: calc(100% + 8.1rem);
  background: #fff;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.10);
}

#location li>ul li {
  position: relative;
  margin-top: 0.5rem;
}

#location li>ul li:first-child {
  margin-top: 0;
}

#location li>ul a {
  display: block;
  line-height: 140%; /* 2.24rem */
}

#location li>ul ul {
  display: none !important;
}

#share-sns {
  display: flex;
  gap: 1rem;
}

#share-sns>li {
  position: relative;
}

#share-sns>li>a {
  position: relative;
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 1.5rem;
  z-index: 1;
}
#share-sns>li>a.print {
  background: rgba(0, 0, 0, 0.70) var(--sub);
  background-position: -9.9rem 0;
}

#share-sns>li>a.share {
  background: rgba(0, 0, 0, 0.70) var(--sub);
  background-position: -14.9rem 0;
}

#share-sns>li.on>a.share {
  background-color: #fff;
  background-position: 0 -5rem;
}

#share-sns>li.on ul {
  display: flex;
}

#share-sns>li ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 4rem;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem;
  padding-bottom: 1rem;
}

#share-sns>li.on ul::before {
  content: '';
  position: absolute;
  left: 0;
  top: -4rem;
  width: 100%;
  height: calc(100% + 4rem);
  border-radius: 1.5rem;
  border: 1px solid #DDD;
  background: #FFF;
  box-sizing: border-box;
}


#share-sns>li ul a {
  display: block;
  position: relative;
  width: 2.7rem;
  height: 2.7rem;
  background: var(--sub);
  z-index: 1;
}

#share-sns>li ul a.blog {
  background-position: -5rem -5rem;
}

#share-sns>li ul a.kakaotalk {
  background-position: -8.7rem -5rem;
}

#share-sns>li ul a.facebook {
  background-position: -12.4rem -5rem;
}

#share-sns>li ul a.twitter {
  background-position: -16.1rem -5rem;
}

#share-sns>li ul a.link {
  background-position: -19.8rem -5rem;
}

#detail_con {
  padding: 10rem 0rem 15rem 0rem;
  word-break: keep-all;
}

#detail_con .tab {
  display: flex;
  gap: 0.4rem;
  width: 100%;
}

#detail_con .tab>li {
  flex: 1 1 25%;
  text-align: center;
}

#detail_con .tab>li>a {
  display: block;
  padding: 1rem;
  color: #666;
  font-size: 2rem;
  font-weight: 500;
  line-height: 160%;
  border-radius: 0.3rem;
  border: 1px solid #CCC;
  box-sizing: border-box;
}

#detail_con .tab>li.select>a {
  color: #FFF;
  font-weight: 600;
  border-color: #114D16;
  background: #114D16;
}

.c-blue {
  color: #1B43A7;
}

.c-red {
  color: #C21212;
}

.bl02 .sfont {
  font-size: 1.6rem;
}

.btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 7rem;
}

.arr::after {
  content: '';
  flex: 0 0 auto;
  display: block;
  background: url(../../img/sub/ic-arr.svg) no-repeat 0 0 / 100%;
}

.link::after {
  content: '';
  flex: 0 0 auto;
  display: block;
  background: url(../../img/sub/ic-link.svg) no-repeat 0 0 / 100%;
}

.reserve::before {
  content: '';
  flex: 0 0 auto;
  display: block;
  background: url(../../img/sub/ic-reserve.svg) no-repeat 0 0 / 100%;
}

.kakao::before {
  content: '';
  flex: 0 0 auto;
  display: block;
  background: url(../../img/sub/ic-kakao.png) no-repeat 0 0 / 100%;
}

.con-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.5rem 2rem;
  min-width: 23rem;
  color: #FFF;
  font-size: 2rem;
  font-weight: 600;
  border-radius: 3rem;
  background: #083218;
}


.con-btn.kakao {
  color: #050708;
  background: #FCDE07;
}

.con-btn.reserve::before,
.con-btn.kakao::before {
  width: 2.5rem;
  height: 2.7rem;
}

.con-mbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 1.5rem;
  color: #FFF;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 0.6rem;
  border: 1px solid #FFF;
  background: var(--main);
}

.con-mbtn.link::after {
  margin-top: 0.2rem;
  width: 1.8rem;
  height: 1.8rem;
}

.con-mbtn.white {
  color: #222;
  background: #FFF;
}

.con-mbtn.white.link::after {
  background-image: url(../../img/sub/ic-link-b.svg);
}

.con-sbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  padding: 0rem 1rem 0.1rem 1rem;
  color: #FFF;
  border-radius: 0.4rem;
  background: #083218;
}

.con-sbtn.link::after {
  width: 1.4rem;
  height: 1.4rem;
  background-image: url(../../img/sub/ic-link-s.svg);
}

.con-sbtn.arr {
  gap: 1rem;
  padding: 0.8rem 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 3rem;
}

.con-sbtn.arr::after {
  width: 0.7rem;
  height: 1.3rem;
}

.step {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}

.step>li {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #666;
  line-height: 160%; /* 2.56rem */
}

.step>li::after {
  flex: 0 0 auto;
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 2rem;
  background: #979797 url(../../img/sub/step.svg) no-repeat 0 0 / 2rem;
}

.step>li:nth-last-child(1)::after {
  display: none;
}

.para01 {
  margin-top: 3rem;
  margin-left: 4.5rem;
}

table.data {
  margin-top: 1rem;
  width: 100%;
}

table.data th,
table.data td {
  text-align: center;
  padding: 1rem;
  border: 1px solid #CECFCC;
  line-height: 160%;
}

table.data thead th {
  border-bottom: none;
}

table.data thead th,
table.data.no-thead th {
  font-weight: 600;
  background: #F1F4EE;
}

table.data tbody th {
  font-weight: 400;
  background: #F5F5F5;
}

table.data td {
  padding-left: 2rem;
  padding-right: 2rem;
}

table.data.no-thead td,
table.data td ul {
  text-align: left;
}

table.data td .bl03 {
  margin: 0;
}

.h4-con {
  font-size: 2rem;
  font-weight: 600;
  line-height: 160%;
}

h4 {
  position: relative;
  padding-left: 4.3rem;
  margin-top: 7rem;
  font-size: 2.8rem;
  font-weight: 700;
  background: url(../../img/sub/bl01.svg) no-repeat 0 0.6rem / 3.3rem;
}

h4:first-child {
  margin-top: 0;
}

.bl02 {
  position: relative;
  padding-left: 2.75rem;
  margin-top: 2.5rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 160%;
}

.bl02::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1.1rem;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: #5E675E;
  box-shadow: 0.55rem 0 0 #AAC09F;
}

.bl03 {
  position: relative;
  margin-top: 1rem;
  color: #222;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 160%;
}

ul.bl03 {
  margin-left: 1rem;
}

ul.bl03::before {
  display: none;
}

.bl03>li {
  position: relative;
  margin-top: 0.3rem;
  padding-left: 1.3rem;
}

.bl03>li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.9rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #666;
}


.bl04>li,
p.bl04 {
  color: #666;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 160%;
}

.bl04>li::before {
  content: '- ';
}

/* mid-mb */
@media screen and (max-width:800px) {
  #location>li {
    width: 18rem;
  }

  #location li>ul:before {
    width: 20rem;
  }

  #detail_con {
    padding: 5rem 0rem 10rem 0rem;
  }

  .para01 {
    margin-left: 2rem;
  }

  .tableBox {
    position: relative;
    display: block;
    overflow-x: auto
  }
  
  .tableBox.no-ic .dataScroll {
    display: none !important;
  }

  .tableBox table {
    min-width: 80rem;
    -webkit-text-size-adjust: 100%
  }

  .dataScroll {
    position: absolute;
    left: calc(50% - 6rem);
    top: calc(50% - 6rem);
    display: block;
    text-align: center;
    width: 12rem;
    height: 12rem;
    padding-top: 8rem;
    font-size: 1.4rem;
    color: #fff;
    border-radius: 50%;
    background: rgba(0,0,0,.7) url(../images/program/ic_scroll.png) no-repeat center 2.3rem / 4.3rem;
    z-index: 9;
  }

  .btn-box {
    gap: 1rem;
  }

  .con-btn {
    padding: 1rem 3rem;
    min-width: auto;
  }

  .con-mbtn.link::after {
    width: 1.4rem;
    height: 1.4rem;
  }
  
  .bl02::before {
    top: 0.8rem; 
  }
}

/* min-mb */
@media screen and (max-width:500px) {
  #sub-visual {
    height: 250px;
  }

  #con-tit h3 {
    font-size: 50px;
    word-break: keep-all;
  }

  #location {
    gap: 1rem;
  }

  #location>li {
    width: auto;
  }

  #location>li>a {
    cursor: pointer;
    text-decoration: none;
  }
  
  #location>li>a::before {
    top: calc(50% - 0.5rem);
    right: -1rem;
    transform: rotate(-90deg);
  }
  
  #location>li:nth-last-child(1)>a::before {
    display: none;
  }
}