@charset "utf-8";
:root {
  --sub-ic: url(../../img/sub/sub-ic.svg) no-repeat 0 0 / 4.8rem;
  --share-sns: url(../../img/sub/share-sns.svg) no-repeat 0 0 / 21.6rem;
}

#contents {
  flex: 1 1 auto;
  width: 100%;
  overflow: hidden;
}

#con-tit {
  position: relative;
  padding-top: 3.6rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--b-gray);
  z-index: 9;
}

#con-tit h3 {
  margin-bottom: 1rem;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: normal;
}

#location {
  display: flex;
  justify-content: space-between;
  align-items: center;  
}

#location>ol {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

#location>ol>li {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.8rem;
  line-height: normal;
}

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

#location>ol>li:first-child::before {
  content: '';
  display: block;
  width: 2.1rem;
  height: 2.1rem;
  background: var(--sub-ic);
  background-position: 0 -2.4rem;
}

#location>ol>li::after {
  content: '';
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background: var(--sub-ic);
  background-position: -2.1rem -2.4rem;
}

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

#share-sns {
  position: relative;
  display: inline-flex;
  gap: 0.6rem;
}

#share-sns a {
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
}

#share-sns>li>a {
  background: var(--b-gray) var(--share-sns);
}

#share-sns .share {
  background-position: 0 0;
}

#share-sns .on .share {
  background-position: calc(-3.6rem * 2) 0;
}

#share-sns .print {
  background-position: -3.6rem 0;
}

#share-sns>li>ul {
  display: none;
}

#share-sns .on ul {
  position: absolute;
  display: flex;
  gap: 0.6rem;
  top: 0;
  right: calc(7.8rem + 0.6rem);
}

#share-sns ul>li>a {
  border: none;
  width: 3.6rem;
  height: 3.6rem;
}

#share-sns .blog {
  background: #1ea754 var(--share-sns);
  background-position: 0 -3.6rem;
}

#share-sns .kakaotalk {
  background: #FAE215 var(--share-sns);
  background-position: calc(-3.6rem * 2) -3.6rem;
}

#share-sns .facebook {
  background: #4868AC var(--share-sns);
  background-position: calc(-3.6rem * 3) -3.6rem;
}

#share-sns .twitter {
  background: #1DA1F3 var(--share-sns);
  background-position: calc(-3.6rem * 4) -3.6rem;
}

#share-sns .link {
  background: #666666 var(--share-sns);
  background-position: calc(-3.6rem * 5) -3.6rem;
}

#tab {
  display: flex;
  padding: 1rem;
  margin-top: 6rem;
  margin-bottom: 3.6rem;
  border-radius: 0.8rem;
  background: #F6F7FA;
}

#tab>li {
  flex: 1 1 auto;
  text-align: center;
}

#tab>li>a {
  display: block;
  padding: 1.6rem 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 130%; 
  letter-spacing: 0.04em;
  border-radius: 0.8rem;
}

#tab>li>a:hover {
  color: var(--main);
  background: #fff;
}

#tab>li.select>a {
  color: #fff;
  background: var(--main);
}

#tab+#detail_con {
  margin-top: 0;
}

#detail_con {
  margin-top: 6rem;
  margin-bottom: 6rem;
  word-break: keep-all;
}

.tbox {
  padding: 4.8rem 4rem 4.8rem 13.2rem;
  font-size: 1.7rem;
  line-height: 180%;
  border-radius: 0.8rem;
  border-top: 0.3rem solid var(--main,);
  border-left: 0.3rem solid var(--main);
  background: #F6F7FA url(../../img/sub/tbox.svg) no-repeat 2rem center / 10rem;
}

.info {
  display: flex;
  align-items: center;
  padding: 1.3rem 2rem 1.3rem 5.2rem;
  min-height: 5rem;
  color: #4E63A1;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal;
  border-radius: 0.8rem;
  background: #F6F7FA url(../../img/sub/info-ic.svg) no-repeat 2rem 1.3rem / 2.4rem;
}

.tbox+.info {
  margin-top: 1rem;
}

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

.con-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.7rem;
  padding: 1.2rem 2rem 1.2rem 2.4rem;
  min-width: 18.6rem;
  color: #FFF;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  border-radius: 5.1rem;
  background-color: var(--main);
}

.con-btn::after {
  content: '';
  width: 1.6rem;
  height: 1.6rem;
  background: url(../../img/sub/con-btn-link.svg) no-repeat 0 0 / 100%;
}

.con-btn+.con-btn {
  background-color: var(--sub);
}

.para01 {
  margin-top: 3.6rem;
  margin-left: 2rem;
}

.link-box {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 3.6rem;
}

.link-box>li {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 4rem 3.2rem;
  width: calc(50% - 1rem);
  border-radius: 0.8rem;
  border: 1px solid rgba(58, 103, 234, 0.25);
}

.link-box>li .con h4 {
  margin-top: 0;
  margin-bottom: 2rem;
}

.link-box>li .con .bl02 {
  margin-left: 1.2rem;
  margin-bottom: 0;
}

.link-box>li .con .bl02>li:nth-last-child(1) {
  margin-bottom: 0;
}

.link-box>li .btn-box {
  justify-content: flex-start;
  margin: 0;
}

h4 {
  position: relative;
  padding-left: 3.4rem;
  margin-top: 6rem;
  color: #252525;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: normal;
  background: url(../../img/sub/bl.svg) no-repeat 0 0.2rem / 2.4rem;
}

.bl02,
.bl02>li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1.2rem;
  font-size: 1.5rem;
  line-height: 160%;
}

p.bl02 {
  margin-top: 1.8rem;
}

ul.bl02 {
  padding-left: 0;
}

.bl02>li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 1.3rem;
  height: 1.3rem;
  border: 0.4rem solid var(--main);
  border-radius: 50%;
  box-sizing: border-box;
}

.bl02>li dl {
  display: flex;
  gap: 2.5rem;
}

.bl02>li dt {
  flex: 0 0 auto;
  min-width: 10rem;
  color: var(--main);
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2.4rem;
  font-style: normal;
}

.bl02>li dd {
  font-size: 1.5rem;
  line-height: 160%;
}

.bl02>li dl:has(.bl03) {
  display: block;
  margin-bottom: 3.6rem;
}

.bl03 {
  margin-top: 1.6rem;
}

.bl03>li {
  position: relative;
  padding-left: 1.6rem;
  margin-top: 0.8rem;
  font-size: 1.5rem;
  line-height: normal;
}

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

/* contents_str */
.map-box .map {
  margin-top: 3.6rem;
  width: 100%;
  height: 48rem;
  border: 0.2rem solid rgba(0, 0, 0, 0.20);
}

.map-box .addr {
  margin-top: 1rem;
  padding-left: 3.4rem;
  color: #252525;
  font-size: 1.7rem;
  line-height: 160%; 
  background: url(../../img/sub/map-addr.svg) no-repeat 0 0 / 2.4rem;
}

.seogu_1939-img {
  text-align: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.jeongseojin .para01.sblet {
  position: relative;
  padding-left: 2rem;
  margin-top: 1.8rem;
  margin-left: 0;
  margin-bottom: 1.2rem;
  font-size: 1.5rem;
  line-height: 160%;
}

.jeongseojin #map { 
  margin-top: 3.6rem;
  width: 100%;
  height: 48rem;
  border: 0.2rem solid rgba(0, 0, 0, 0.20);
}

.jeongseojin .tbox {
  margin-top: 1rem;
  margin-bottom: 3rem;
  padding: 3rem ;
  min-height: 5rem;
  font-size: 1.5rem;
  border-radius: 0.8rem;
  border: none;
  background: #F6F7FA;
}

.jeongseojin .tbox .para02+.para02 {
  margin-top: 1rem;
}

.jeongseojin .search div,
.jeongseojin .search .entertxt  {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 65rem;
  width: 100%;
}

.jeongseojin .search .dp_pc>span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.jeongseojin .search .dp_pc input[type=text] {
  font-size: 1.3rem;
}

.jeongseojin .search .dp_pc>span img {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
}

.jeongseojin .board_list table.general_board tbody td.title {
  width: auto;
}

.jeongseojin .con_box {
  padding: 0 !important;
}

.jeongseojin .con_box .para01 {
  margin: 0;
  border-top: none !important;
}

.jeongseojin .con_box .para01 .sblet {
  position: relative;
  padding-left: 3.4rem;
  margin-top: 6rem;
  color: #252525;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: normal;
  background: url(../../img/sub/bl.svg) no-repeat 0 0.2rem / 2.4rem;
}

.jeongseojin .con_box .para02 {
  margin-top: 3.6rem;
  margin-left: 2rem;
}


.jeongseojin .con_box .para02>li.sssblet,
.jeongseojin .con_box .para02 .ssblet {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1.2rem;
  font-size: 1.5rem;
  line-height: 160%;
}

.jeongseojin .con_box .para02>.sssblet::before,
.jeongseojin .con_box .para02 .ssblet::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 1.3rem;
  height: 1.3rem;
  border: 0.4rem solid var(--main);
  border-radius: 50%;
  box-sizing: border-box;
}

.jeongseojin .con_box .para03>.sssblet {
  position: relative;
  padding-left: 1.6rem;
  margin-top: 0.8rem;
  font-size: 1.5rem;
  line-height: normal;
}

.jeongseojin .con_box .para03>.sssblet::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #999;
}

.jeongseojin .dock_info {
  margin: 2rem 0;
  padding: 2rem;
  line-height: 160%;
  border-radius: 0.8rem;
  background: #F6F7FA;
}

.gourl {
  display: inline-block;
  padding-left: 24px;
  font-weight: 400;
  font-size: 15px;
  text-decoration: underline;
  background: url(/open_content/main/images/sub/ic_url.gif) no-repeat 5px 6px;
  word-break: break-all;
}
/* contents_end */

/*pc*/
@media screen and (min-width:1025px) {
  #container {
    display: flex;
    align-items: flex-start;
    gap: 7.2rem;
    padding-bottom: 10rem;
  }

  #lmenu {                      
    flex: 0 0 auto;
    width: 28rem;
    border-radius: 2.8rem;
    background: var(--gra);
    box-shadow: 0 0.4rem 2rem 0 rgba(0, 0, 0, 0.10);
  }

  #lmenu h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 14.8rem;
    color: #FFF;
    font-size: 3rem;
    font-weight: 800;
    line-height: normal;
  }

  #lmenu .sub-menu {
    padding: 3.2rem 2.8rem;
    border-radius: 2rem;
    background: #FFF;
  }

  #lmenu .sub-menu>li {
    border-bottom: 1px solid #ececec;
  }
  
  #lmenu .sub-menu>li:nth-last-child(1) {
    border-bottom: none;
  }

  #lmenu .sub-menu>li>a {
    position: relative;
    display: block;
    padding: 1.3rem 0.8rem;
    color: #444;
    font-size: 1.8rem;
    line-height: normal;
  }
  
  #lmenu .sub-menu>li>a:hover,
  #lmenu .sub-menu>li.select>a {
    color: var(--main);
    font-weight: 600;
  }
  
  #lmenu .sub-menu>li>a::before {
    content: '';
    position: absolute;
    right: 0.8rem;
    top: 1.3rem;
    width: 2.4rem;
    height: 2.4rem;
    background: var(--sub-ic);
  }

  #lmenu .sub-menu>li>a:hover::before,
  #lmenu .sub-menu>li.select>a::before {
    background-position: -2.4rem 0;
  }

  #lmenu .sub-menu>li:has(.sub-depth)>a::before {
    transform: rotate(90deg);
  }
  
  #lmenu .sub-menu>li.select:has(.sub-depth)>a::before {
    transform: rotate(-90deg);
  }

  #lmenu .sub-depth {
    display: none;
    padding: 2rem;
    border-radius: 0.8rem;
    background: #F5F5F5;
  }

  #lmenu .sub-depth>li {
    margin-top: 0.5rem;
  }
  
  #lmenu .sub-depth>li:nth-child(1) {
    margin-top: 0;
  }
  
  #lmenu .sub-depth>li>a {
    position: relative;
    display: block;
    padding-left: 0.9rem;
    color: #444;
    font-size: 1.6rem;
    line-height: normal;
  }
  
  #lmenu .sub-depth>li>a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.75rem;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: var(--main);
  }
  
  #lmenu .sub-depth>li>a:hover,
  #lmenu .sub-depth>li.select>a {
    color: var(--main);
  }
}

/* mb */
@media screen and (max-width:1024px) {
  #lmenu {
    display: none;
  }
  
  .tbox {
    padding-left: 4rem;
    background-image: none;
  }

  .jeongseojin .search div {
    padding: 3.5%;
  }

  .jeongseojin .search .dp_pc {
    display: none;
  }

  .jeongseojin .board_list table.general_board tbody td.title {
    width: 100%;
  }
}

/* min-mb */
@media screen and (max-width:500px) {
  #con-tit {
    text-align: center;
  }

  #location {
    flex-direction: column;
    gap: 2rem;
  }

  #share-sns .on ul {
    flex-direction: column;
    top: calc(3.6rem + 0.6rem);
    right: 0;
    left: 0;
  }

  #tab {
      flex-wrap: wrap;
  }

  #tab>li {
    flex: none;
    width: 50%;
  }

  #tab>li>a {
    font-size: 1.6rem;
  }

  #detail_con {
    word-break: break-all;
  }

  .tbox {
    padding: 2rem 4rem;
  }
  
  .link-box {
    gap: 6rem;
  }

  .link-box>li {
    gap: 1rem;
    width: 100%;
    padding: 0;
    border-radius: 0;
    border:none;
  }

  .bl02>li dl {
    display: block;
  }

  .con-btn {
    line-height: normal;
  }  
  
  .jeongseojin #map,
  .map-box .map {
    height: 30rem;
  }

}