@charset "utf-8";
:root {
  --bg: url(/literature/img/sub/sub.svg) no-repeat 0 0 / 12.6rem;
}

#con-tit {
  height: 28.9rem;
  background-position: center;
  background-size: cover;
}

.sub01 #con-tit {
  background-image: url(/literature/img/sub/con-tit01.png);
}

.sub02 #con-tit {
  background-image: url(/literature/img/sub/con-tit02.png);
}

.sub03 #con-tit {
  background-image: url(/literature/img/sub/con-tit03.png);
}

.sub04 #con-tit {
  background-image: url(/literature/img/sub/con-tit04.png);
}

.sub05 #con-tit {
  background-image: url(/literature/img/sub/con-tit05.png);
}

.sub06 #con-tit {
  background-image: url(/literature/img/sub/con-tit06.png);
}

.sub07 #con-tit {
  background-image: url(/literature/img/sub/con-tit07.png);
}

#con-tit .wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.8rem;
  height: 100%;
}

#con-tit h3 {
  text-align: center;
  color: #FFF;
  font-size: 5rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.1rem;
}

#location {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 3.1rem;
}

#location>li {
  position: relative;
  color: #FFF;
  font-size: 1.8rem;
  line-height: normal;
  letter-spacing: -0.036rem;
}

#location>li::before {
  content: '';
  position: absolute;
  left: -1.6rem;
  top: 0.4rem;
  width: 0.8rem;
  height: 1.3rem;
  background: var(--bg);
  background-position: -2rem 0;
}

#location>li:nth-child(1) {
  width: 2rem;
  height: 1.8rem;
}

#location>li:nth-child(1)::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 0 0;
}

#location>li:nth-last-child(1) {
  font-weight: 600;
  text-decoration: underline;
}

#shareSns {
  position: absolute;
  right: 0.7rem;
  bottom: 1.3rem;
  display: flex;
  gap: 1.2rem;
  z-index: 2;
}

#shareSns a {
  position: relative;
  display: block;
}

#shareSns>li>a {      
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.20);
  overflow: hidden;
}

#shareSns a::before {
  content: '';
  display: block;
  background: var(--bg);
}

#shareSns .print::before {
  width: 100%;
  height: 100%;
  background-position: 0 -1.8rem;
}

#shareSns .share {
  position: relative;
}

#shareSns .share::before {
  width: 100%;
  height: 100%;
  background-position: -4.2rem -1.8rem;
}

#shareSns .share+ul {
  position: absolute;
  right: -0.7rem;
  top: 4.5rem;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem 1.4rem;
  border-radius: 1rem;
  border: 0.1rem solid #4E433C;
  background: #FFF;
}

#shareSns .share+ul a {
  width: 2.5rem;
  height: 2.5rem;
  background: var(--bg);
}

#shareSns .share+ul .blog {
  background-position: 0 -6rem;
}

#shareSns .share+ul .kakao {
  background-position: -2.5rem -6rem;
}

#shareSns .share+ul .facebook {
  background-position: calc(-2.5rem * 2) -6rem;
}

#shareSns .share+ul .twitter {
  background-position: calc(-2.5rem * 3) -6rem;
}

#shareSns .share+ul .link {
  background-position: calc(-2.5rem * 4) -6rem;
}

#shareSns .share.on::before {
  background-position: -8.4rem -1.8rem;
}

#shareSns .share.on+ul {
  display: flex;
}

#container>.wrap {
  display: flex;
  gap: 8.5rem;
}

#contents {
  flex: 1 1 auto;
  width: calc(100% - 31.5rem - 8.5rem);
  margin-top: 8rem;
  margin-bottom: 12rem;
  word-break: keep-all;
}

h4 {
  padding-left: 3.9rem;
  margin-bottom: 3rem;
  margin-top: 6rem;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.064rem;
  background: url(/literature/img/sub/bl.svg) no-repeat 0 0.6rem / 2.9rem;
}

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

.bl02 {
  margin-top: 3rem;
  margin-left: 2rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.04rem;
}

.bl02 .sfont {
  display: block;
  margin-top: 1rem;
  font-size: 1.6rem;
}

.bl03 {
  margin-top: 2rem;
}

.bl03>li {
  position: relative;
  margin-top: 0.6rem;
  padding-left: 1.5rem;
  line-height: normal;
  letter-spacing: -0.02em;
  background: url(/literature/img/sub/bl03.svg) no-repeat 0 0.6rem / 0.9rem;
}

.bl03>li:first-child {
  margin-top: 0;
}

.bl02>.bl03>li {
  font-size: 2rem;
  background-position: 0 0.8rem;
}

.bl04 {
  margin-top: 1rem;
  line-height: 130%;
}

.bl04>li {
  position: relative;
  padding-left: 1.2rem;
  margin-top: 0.5rem;
}

.bl04>li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 0.5rem;
  height: 0.1rem;
  background: #505050;
}

.conbtn {
  display: inline-block;
  padding: 1rem 2rem;
  color: #FFF;
  font-weight: 500;
  border-radius: 0.5rem;
  background-color: #363636;
}

.conbtn.down {
  padding-left: 4.5rem;
  background-image: url(/literature/img/sub/conbtn-down.svg);
  background-position: 2rem 1.6rem;
  background-repeat: no-repeat;
}

table.data {
  text-align: center;
  width: 100%;
}

table.data th,
table.data td {
  padding: 1.2rem 2rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.032rem;
}

table.data thead {
  border-top: 0.2rem solid #3C3733;
}

table.data thead th {
  border-left: 1px solid rgba(0, 0, 0, 0.10);
  background: #F2F0EF;
}

table.data tbody th,
table.data tbody td {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #DDD;
}

table.data thead th:first-child,
table.data tbody tr th:first-child,
table.data tbody tr td:first-child {
  border-left: none;
}

table.data ul {
  margin-top: 0 !important;
  text-align: left;
}

.tbox {
  padding: 3.25rem 2rem;
  color: #181818;
  font-size: 2rem;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: -0.04rem;
  border-radius: 1rem;
  background-color: #F5F5F5;
}

.tbox span {
  font-weight: 600;
  text-decoration-line: underline;
}

#tab {
  display: flex;
  margin-bottom: 7rem;
  width: 100%;
}

#tab>li {
  flex: 1 1 auto;
  text-align: center;
  color: #4E433C;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: -0.036rem;
  border: 1px solid #4E433C;
  border-left: none;
}

#tab>li:first-child {
  border-left: 1px solid #4E433C;
}

#tab a {
  display: block;
  padding: 1.6rem 1rem;
}

#tab>li.select a {
  color: #fff;
  background: #4E433C;
}

#stab {
  display: flex;
  gap: 1rem;
  width: 100%;
}

#stab li {  
  max-width: calc(50% - 0.5rem);
}

#stab a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 6rem;
  color: #888;
  font-size: 2.2rem;
  line-height: 150%;
  letter-spacing: -0.044rem;
  border-radius: 5rem;
  border: 1px solid #C5C5C5;
}


#stab .select a {
  color: #FFF;
  font-size: 2.2rem;
  font-weight: 700;
  border-color: #4E433C;
  background: #4E433C;
}

.step {
  display: flex;
  flex-wrap: wrap;
  gap: 2.7rem 3.1rem;
}

.step>li {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 1rem;
  text-align: center;
  margin-right: 6.3rem;
  padding-top: 18rem;
  width: 15rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.036rem;
}

.step>li::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 1rem;
  margin: 0 auto;
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  border: 0.3rem solid #ABA096;
  box-sizing: border-box;
}

.step>li::after {
  content: '';
  position: absolute;
  right: -6.3rem;
  top: 7.1rem;
  width: 3.2rem;
  height: 2rem;
  background: url(/literature/img/contents/step-arr.svg) no-repeat 0 0 / 100%;
}

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

.step>li span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  width: 2.2rem;
  height: 2.2rem;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  border-radius: 50%;
  background: #ABA096;
  z-index: 1;
}

/*** pc ***/
@media all and (min-width:1101px) {
  #lmenu {
    flex: 0 0 auto;
    margin-top: -5.2rem;
    width: 31.5rem;
  }

  #lmenu h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 15rem;
    color: #FFF;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.072rem;
    border-radius: 4rem 0rem 0rem 0rem;
    background: #544A44 url(/literature/img/sub/lmenu-bg.png) no-repeat right top;
  }

  #lmenu .sub-menu {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0.5rem;
  }
  
  #lmenu .sub-menu a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.6rem 2rem;
    font-size: 2rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.04rem;
    border: 1px solid #DCD8D5;
    background: #FFF;
  }
  
  #lmenu .sub-menu a::after {
    content: '';
    display: block;
    width: 0.9rem;
    height: 1.6rem;
    background: var(--bg);
    background-position: -2.8rem 0;
  }

  #lmenu .sub-menu .select a {
    color: #fff;
    font-weight: 700;
    border-color: #F09F26;
    background: #f09f26;
  }

  #lmenu .sub-menu .select a::after {
    background-position: -3.7rem 0;
  }
}

/*** min-pc ***/
@media screen and (max-width:1300px) {
}

/*** tablet ***/
@media screen and (max-width:1100px) {
  #lmenu {
    display: none;
  }
}

/*** mobile ***/
@media screen and (max-width:840px) {
  header h1 a {
    background-position: 0 -3.5rem;
  }

  #con-tit {
    height: 20rem;
  }

  #con-tit .wrap {
    gap: 1rem;
  }
  
  #stab a {
    padding-left: 5rem;
    padding-right: 5rem;
    width: 100%;
  }
  
  .tbox {
    padding-left: 2rem !important;
    background-image: none !important;
  }
}