@charset "UTF-8";

body, html {
  width:100%;
}

html.ov_h {
  overflow: hidden;
}

#wrap {
  width:100%;
  overflow: hidden;
}

/* #wrap.open::after {
  content:"";
  position:absolute;
  left:0;
  top:0;
  display:block;
  background-color:rgba(0,0,0,0.7);
  width:100%;
  height:100%;
  z-index:100;
} */

#skipNav {
  position: relative;
  width: 100%;
  height: 0px;
  z-index: 9999;
}

#skipNav a {
  position: absolute;
  left: 0px;
  top: -1000px;
  display: block;
  width: 100%;
  padding: 10px 0px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background: #000000;
}

#skipNav a:active,
#skipNav a:focus {
  top: 0px;
  text-decoration: none;
  color: #ffffff;
}

#seoul-common-gnb {
  position:relative;
  z-index:101;
}

#seoul-gnb-plugin.white {
  background-color:#f6f6f6 !important;
  border-bottom:1px solid #e5e5e5
}

header {
  position:relative;
  display:flex;
  align-items: center;
  justify-content: space-between;
  width:100%;
  max-width:1920px;
  padding:0 35px;
  box-sizing: border-box;
  height:95px;
  z-index:101;
  background-color:#ffffff;
  margin:0 auto;
}

header .h-left {
  display:flex;
  align-items: center;
}

header .h-left #hlogo a {
  display:block;
}

header .weather {
  margin-left:35px;
}

header .weather .weather-top {
  display:flex;
  align-items: center;
}

header .weather .weather-top .weather-temp {
  font-weight:700;
  font-size:1.25rem;
}

header .weather .weather-top .weather-state {
  width:32px;
  height:32px;
  font-size:0;
  text-indent:-99999999em;
  background-position:center;
  background-repeat:no-repeat;
  margin-left:10px;
}

header .weather .weather-top .weather-state.type2 {
  background-image:url(../images/weather_type2.png)
}

header .weather .weather-bottom dl {
  display:flex;
  align-items: center;
  color:#555555;
}

header .weather .weather-bottom dl dt {
  margin-right:4px;
}

header .weather .weather-bottom dl dd {
  margin-right:8px;
  padding-right:8px;
  position:relative;
}

header .weather .weather-bottom dl dd::after {
  content:"";
  display:block;
  width:1px;
  height:12px;
  background-color:#555555;
  position:absolute;
  right:-1px;
  top:50%;
  transform: translateY(-50%);
}

header .weather .weather-bottom dl dd:last-of-type {
  margin-right:0;
  padding-right:0;
}

header .weather .weather-bottom dl dd:last-of-type::after {
  display:none;
}

header #nav {
  height:100%;
}

header #nav > ul {
  display:flex;
  align-items: center;
  height:100%;
}

header #nav > ul > li {
  height:100%;
  position:relative;
}

header #nav > ul > li a.depth1 {
  color:#222222;
  letter-spacing: -0.03em;
  font-size:1.25rem;
  font-weight:700;
  padding:0 25px;
  position:relative;
  height:100%;
  display:flex;
  align-items: center;
}


.navbg {
  position:absolute;
  top:95px;
  display:block;
  width:100%;
  height:0;
  background-color:#ffffff;
  left:0;
}

header.open .navbg {
  border-top:1px solid #d4d8d6;
}

header #nav > ul > li.on a.depth1 {
  color:#1b9e89;
}

header #nav > ul > li a.depth1::after {
  content:"";
  position:absolute;
  bottom:0;
  left:50%;
  transform: translateX(-50%);
  display:block;
  width:0;
  height:4px;
  background-color:#1b9e89;
  transition: all 0.2s;
}

header #nav > ul > li.on a.depth1::after {
  width:100%;
  transition: all 0.2s;
}

header #nav > ul > li .depth2 {
  position:absolute;
  width:100%;
  z-index:1;
  display:none;
  padding:20px 0;
  box-sizing: border-box;
}

header #nav > ul > li.on .depth2 {
  background-color:#f1f9f8
}

header.open #nav > ul > li .depth2 {
  display:block;
}

header #nav > ul > li .depth2 .depth2-link {
  display:flex;
  align-items: center;
  justify-content: center;
  padding:10px;
  text-align: center;
  word-break: keep-all;
  color:#222222;
  font-weight:500;
}

header #nav > ul > li .depth2 .depth2-link.blank::after {
  content:"";
  display:block;
  width:10px;
  height:10px;
  background-image:url(../images/ico_blank.png);
  background-repeat:no-repeat;
  background-position:center;
  margin-left:4px;
}

header #nav > ul > li .depth2 .depth2-link:hover {
  color:#1b9e89;
  font-weight:700;
}

header #nav > ul > li .depth2 .depth2-link:hover.blank::after {
  background-image:url(../images/ico_blank_hover.png);
}

header #nav > ul > li .depth3 {
  height:0;
  overflow: hidden;
  box-sizing: border-box;
  background-color:#f9f9f9;
  display:none;
}

header #nav > ul > li .depth3.on {
  height:100%;
  padding:8px 0;
  border-top:1px solid #dddddd;
  border-bottom:1px solid #dddddd;
  display:block;
}

header #nav > ul > li.on .depth3.on {
  border-top:1px solid #1b9e89;
  border-bottom:1px solid #1b9e89;
  background-color:#fafdfd;
}

header #nav > ul > li .depth3 > ul > li a {
  font-size:0.9375rem;
  display:flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  word-break: keep-all;
  padding:5px 10px;
  color:#222222;
}

header #nav > ul > li .depth3 > ul > li a:hover{
  color:#1b9e89;
  font-weight:500;
}

header #mnav {
  display: none;
  position: fixed;
  right: -100%;
  top: 0;
  height: 100%;
  background-color: #ffffff;
  border-left: 1px solid #dddddd;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.1);
  z-index:105;
  width:100%;
}

header #mnav .mnav-top {
  display:flex;
  align-items: center;
  justify-content: space-between;
  height:65px;
  padding:0 15px;
  box-sizing: border-box;
  width:100%;
  border-bottom:1px solid #dddddd;
}

header #mnav .mquick-links {
  height:45px;
  padding: 0 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #dddddd;
  display: flex;
  align-items: center;
  background-color:#f9f9f9;
}

header #mnav .mquick-links ul {
  display:flex;
  align-items: center;
}

header #mnav .mquick-links ul li {
  margin-right:4px;
}

header #mnav .mquick-links ul li:last-child {
  margin-right:0;
}

header #mnav .mquick-links ul li a {
  letter-spacing: -0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 8px;
}

header #mnav .mquick-links ul li.active a {
  font-weight:700;
  color:#149d88
}

header #mnav .mnav-left {
  display:flex;
}

header #mnav .mnav-right {
  display:flex;
  align-items: center;
}

header #mnav .mnav-right .m-language ul {
  display:flex;
  align-items: center;
}

header #mnav .mnav-right .m-language ul li {
  margin-right:5px;
}

header #mnav .mnav-right .m-language ul li:last-child {
  margin-right:0;
}

header #mnav .mnav-right .m-language ul li a {
  font-size:0.9125rem;
}

header #mnav .mnav-right .mnav-close {
  margin-left:10px;
  width:32px;
  height:32px;
  box-sizing: border-box;
  background-color:transparent;
  border:none;
  font-size:0;
  text-indent:-9999999em;
  border-radius:4px;
  border:1px solid #aaaaaa;
  background-image:url(../images/mnav_close.png);
  background-repeat:no-repeat;
  background-position:center;
  cursor: pointer;
}

header #mnav > ul {
  padding:15px 0 15px 15px;
  width:35%;
  box-sizing: border-box;
}

header #mnav > ul > li {
  margin-bottom:5px;
}

header #mnav > ul > li .depth1 {
  display:flex;
  align-items: center;
  height:55px;
  padding:0 12px;
  font-size:1.125rem;
  color:#333333;
  font-weight:600;
}

header #mnav > ul > li.on .depth1 {
  background-color:#1b9e89;
  color:#ffffff;
  border-radius:8px;
}

header #mnav > ul > li .depth2 {
  display:none;
  position:absolute;
  right:0;
  top:111px;
  width:65%;
  height:100%;
  padding:15px;
  box-sizing: border-box;
  overflow-y: scroll;
}

header #mnav > ul > li.on .depth2 {
  display:block;
}

header #mnav > ul > li .depth2 ul {
  border-top:2px solid #1b9e89;
}


header #mnav > ul > li .depth2 ul li {
  border-bottom:1px solid #d2d2d2;
}

header #mnav > ul > li .depth2 ul li.on {
  border-bottom:1px solid #1b9e89
}

header #mnav > ul > li .depth2 ul li a {
  font-size:1.125rem;
  display:flex;
  align-items: center;
  height:55px;
  padding:0 8px;
  box-sizing: border-box;
  color:#333333;
}

header #mnav > ul > li .depth2 ul li a.depth2-link {
  position:relative;
}

header #mnav > ul > li .depth2 ul li a.depth2-link.has::after {
  content:"+";
  display:block;
  position:absolute;
  right:8px;
  top:50%;
  transform: translateY(-50%);
  font-size:1.2rem;
  color:#999999;
}

header #mnav > ul > li .depth2 ul li.on a.depth2-link {
  font-weight:600;
  color:#1b9e89;
}

header #mnav > ul > li .depth2 ul li.on a.depth2-link.has::after {
  content:"-";
  font-weight:400;
  color:#1b9e89;
}

header #mnav > ul > li .depth3 {
  display:none;
}

header #mnav > ul > li .depth3.on {
  display:block;
  background-color:#f9f9f9;
}

header #mnav > ul > li .depth3 > ul > li:last-of-type {
  border-bottom:0;
}

header #mnav > ul > li .depth3 > ul > li a {
  font-size: 1rem;
  color: #000;
  height: 45px;
  padding: 0 15px;
}

header .h-util {
  display:flex;
  align-items: center;
}

header .h-util .language {
  display:flex;
  align-items: center;
}

header .h-util .language .lang-select {
  position:relative;
  z-index:102;
}

header .h-util .language .lang-select button {
  font-family: 'Pretendard','Noto Sans CJK KR',sans-serif;
  background-color:#222222;
  padding:0;
  margin:0;
  display:flex;
  align-items: center;
  justify-content: center;
  color:#fff;
  border:none;
  width:70px;
  height:30px;
  border-radius:15px;
  position:relative;
  z-index:1;
  font-size:1em;
}

header .h-util .language .lang-select button img {
  margin-left:6px;
}

header .h-util .language .lang-select .lang-options {
  display:none;
  position:absolute;
  top:10px;
  width:100%;
  background-color:#ffffff;
  border:1px solid #dddddd;
  padding-top:20px;
  box-sizing: border-box;
  border-radius:0 0 15px 15px;
}

header .h-util .language .lang-select .lang-options ul li a { 
  text-align: center;
  display:block;
  color:#222222;
  padding:4px;
  font-size:0.9375rem;
}

header .h-util .language .loc-homepage {
  display:flex;
  align-items: center;
  justify-content: center;
  color:#555555;
  border-radius:15px;
  font-weight:500;
  height:30px;
  padding:0 10px;
  margin-left:4px;
  position:relative;
  box-sizing: border-box;
  border:1px solid #dddddd;
  font-size:0.875rem;
}

header .h-util .h-search {
  margin:0 0 0 25px;
}

header .h-util .h-search a.h-search-btn {
  display:block;
  width:20px;
  height:20px;
  font-size:0;
  text-indent:-9999999em;
  background-image:url(../images/h_search.png);
  background-repeat:no-repeat;
  background-position:center;
}

header .h-util .h-quick {
  width:94px;
  height:95px;
  display:flex;
  align-items: center;
  justify-content: center;
  position:relative;
}

header .h-util .h-quick .h-quick-btn {
  display:block;
  width:43px;
  height:41px;
  background-image:url(../images/h_quick.png);
  background-position:center;
  background-repeat:no-repeat;
  font-size:0;
  text-indent:-9999999em;
}

header .h-util .h-quick .quick-list {
  position:absolute;
  top:95px;
  display:none;
  z-index:1;
}

header .h-util .h-quick .quick-list.open {
  display:block;
}

header .h-util .h-quick .quick-list::before {
  content:"";
  position:absolute;
  left:50%;
  top:-12px;
  transform: translateX(-50%);
  display:block;
  width:14px;
  height:12px;
  background-image:url(../images/quick_before.png);
  background-repeat:no-repeat;
  background-position:center;
}

header .h-util .h-quick .quick-list ul li a {
  display:flex;
  align-items: center;
  justify-content: center;
  width:94px;
  height:80px;
  background-color:rgba(0,0,0,0.7);
  color:#ffffff;
  text-align: center;
  transition:all 0.2s;
  position:relative;
}

header .h-util .h-quick .quick-list ul li a::after {
  content:"";
  position:absolute;
  display:block;
  left:50%;
  transform: translateX(-50%);
  bottom:0;
  width:35px;
  height:1px;
  background-color:rgba(255,255,255,0.2)
}

header .h-util .h-quick .quick-list ul li:last-child a::after {
  display:none;
}

header .h-util .h-quick .quick-list ul li.active a {
  background-color:#149d88;
}

header .h-util .h-quick .quick-list ul li.active a::after {
  display:none;
}

header .h-util .h-quick .quick-list ul li a:hover {
  background-color:#149d88;
  transition:all 0.2s;
}

header .h-util .h-quick .quick-list ul li a:hover::after {
  display:none;
}

header .h-util .m-menu {
  display:none;
  font-size:0;
  text-indent:-999999em;
  width:32px;
  height:32px;
  border-radius:4px;
  border:1px solid #aaaaaa;
  background-color:transparent;
  margin-left:10px;
  background-position:center;
  background-image:url(../images/mnav_open.png);
  background-repeat:no-repeat;
}

footer {
  background-color:#222222;
  padding:50px 0;
}

footer .inner {
  box-sizing: border-box;
}

footer .footer-links {
  display:flex;
  align-items: center;
  justify-content: space-between;
}

footer .footer-links ul {
  display:flex;
  align-items: center;
}

footer .footer-links ul.simple li {
  margin-right:15px;
  padding-right:15px;
  position:relative;
}

footer .footer-links ul.simple li:last-child {
  padding-right:0;
  margin-right:0;
}

footer .footer-links ul.simple li a {
  color:#bcbcbc;
  font-size:0.9375rem;
}

footer .footer-links ul.simple li a:hover {
  color:#ffffff;
}

footer .footer-links ul.simple li:first-child a {
  color:#ffffff;
  font-weight:700;
}

footer .footer-links ul.simple li::after {
  content:"";
  display:block;
  width:1px;
  height:12px;
  background-color:#bcbcbc;
  position:absolute;
  right:-0.5px;
  top:50%;
  transform: translateY(-50%);
}

footer .footer-links ul.simple li:last-child::after {
  display:none;
}

footer .footer-links ul.sns {
  display:flex;
  align-items: center;
}

footer .footer-links ul.sns li {
  margin-right:15px;
}

footer .footer-links ul.sns li:last-child {
  margin-right:0;
}

footer .footer-links ul.sns li a {
  display:block;
  /* width:24px;
  height:24px; */
  font-size:0;
  text-indent:-99999999em;
  background-position:center;
  background-repeat:no-repeat;
}

/* footer .footer-links ul.sns li a.sns-fb {
  background-image:url(../images/sns_fb.png)
}

footer .footer-links ul.sns li a.sns-twitter {
  background-image:url(../images/sns_twitter.png)
}

footer .footer-links ul.sns li a.sns-youtube {
  background-image:url(../images/sns_youtube.png)
}

footer .footer-links ul.sns li a.sns-insta {
  background-image:url(../images/sns_insta.png)
}

footer .footer-links ul.sns li a.sns-blog {
  background-image:url(../images/sns_blog.png)
} */

footer .footer-info {
  display:flex;
  align-items: center;
  justify-content: space-between;
  margin-top:25px;
}

footer .footer-info .info-left {
  display:flex;
  align-items: center;
}

footer .footer-info .info-left address {
  font-style:normal;
  color:#bcbcbc;
  font-size:0.9375rem;
  line-height:1.5;
  margin-left:45px;
}

footer .footer-info .info-right {
  display:flex;
  align-items: center;
}

footer .footer-info .info-right .family-site-select-wrap {
  position:relative;
  display:flex;
  align-items: center;
}

footer .footer-info .info-right .family-site-select-wrap .family-site-select {
  position:relative;
  display:flex;
  align-items: center;
}

footer .footer-info .info-right .family-site-select-wrap .family-site-select button.family-site-open {
  background-color:transparent;
  color:#ffffff;
  width:248px;
  height:50px;
  border:1px solid rgba(255,255,255,0.3);
  text-align: left;
  padding:0 15px;
  box-sizing: border-box;
  font-size:0.9375rem;
  font-family: 'Pretendard','Noto Sans CJK KR',sans-serif;
  display:flex;
  align-items: center;
  justify-content: space-between;
}

footer .footer-info .info-right .family-site-select-wrap .family-site-select button.family-site-open span {

}

footer .footer-info .info-right .family-site-select-wrap .family-site-select button.family-site-open::after {
  content:"";
  display:block;
  width:12px;
  height:8px;
  background-image:url(../images/family_select.png);
  background-repeat:no-repeat;
  background-position:center;
  transform: rotate(0deg);
  transition: transform 0.2s;
}

footer .footer-info .info-right .family-site-select-wrap .family-site-select button.family-site-open.open::after {
  transform: rotate(180deg);
  transition: transform 0.2s;
}

footer .footer-info .info-right .family-site-select-wrap .family-site-select .family-select-list {
  position:absolute;
  bottom:50px;
  width:100%;
  border:1px solid rgba(255,255,255,0.3);
  border-bottom:0;
  background-color:#222222;
  box-sizing: border-box;
  border-radius:8px 8px 0 0;
  padding:15px;
  display:none;
}

footer .footer-info .info-right .family-site-select-wrap .family-site-select .family-select-list.open {
  display:block;
}

footer .footer-info .info-right .family-site-select-wrap .family-site-select .family-select-list ul li {
  margin-bottom:8px;
}

footer .footer-info .info-right .family-site-select-wrap .family-site-select .family-select-list ul li:last-child {
  margin-bottom:0;
}

footer .footer-info .info-right .family-site-select-wrap .family-site-select .family-select-list ul li a {
  color:#bcbcbc
}

footer .footer-info .info-right .family-site-select-wrap .go-family-site {
  display:none;
  align-items: center;
  height:50px;
  justify-content: center;
  border:1px solid rgba(255,255,255,0.5);
  box-sizing: border-box;
  color:#ffffff;
  padding:0 15px;
  border-radius:4px;
  margin-left:8px;
}

footer .footer-info .info-right .family-site-select-wrap .go-family-site.on {
  display:flex;
}

footer .footer-info .info-right .wa-mark {
  margin-left:25px;
}


@media all and (max-width: 1780px) {

  header {
    padding:0 15px;
  }

  header #nav > ul > li a.depth1 {
    font-size:1.25rem;
    padding:0 40px;
  }

  header .weather {
    margin-left:25px;
  }

  header .weather .weather-top {
    margin-bottom:4px;
  }

  header .weather .weather-top .weather-temp {
    font-size:1.125rem;
  }

  header .weather .weather-bottom dl dt {
    font-size:0.9125rem
  }

  header .weather .weather-bottom dl dd {
    font-size:0.9125rem
  }

  header .h-util .h-search {
    margin:0 0 0 15px;
  }

  header .h-util .language .lang-select button {
    font-size:0.9125rem;
  }

  header .h-util .h-quick {
    width:80px;
  }

}

@media all and (max-width: 1580px) {

  header #nav > ul > li a.depth1 {
    padding:0 32px;
  }

  header #nav > ul > li .depth2 .depth2-link {
    font-size:0.9125rem;
  }

  footer .inner {
    padding:0 15px;
  }

}

@media all and (max-width: 1440px) {

  header .weather .weather-top {
    margin-bottom:0;
  }

  header #nav > ul > li a.depth1 {
    font-size:1.125rem;
    padding:0 28px;
  }

  header .weather .weather-bottom {
    display:none;
  }

}


@media all and (max-width: 1280px) {

  header {
    height:65px;
  }
  
  header .h-left #hlogo a img {
    width:160px;
  }


  header .weather .weather-top .weather-temp {
    font-size:0.925rem;
  }

  header .h-util .language {
    display:none;
  }

  header .h-util .h-quick {
    display:none
  }

  header .h-util .m-menu {
    display:flex;
    cursor: pointer;
  }

  header #nav {
    display:none;
  }

  header #mnav.open {
    display:block;
    right:0;
  }

  footer {
    padding:35px 0;
  }

}

@media all and (max-width:1080px){

  footer .footer-info {
    flex-wrap:wrap;
  }

  footer .footer-info .info-right {
    display:block;
  }

  footer .footer-info .info-left address {
    margin-left:25px;
  }

  footer .footer-info .info-right .wa-mark {
    margin-left:0;
    display:none;
  }

}

@media all and (max-width:960px) {

  footer .footer-links {
    flex-wrap:wrap;
  }

  footer .footer-links ul {
    width:100%;
    justify-content: center;
  }

  footer .footer-links ul.sns {
    margin-top:25px;
  }

  footer .footer-info .info-left {
    width:100%;
    flex-wrap:wrap;
    justify-content: center;
  }

  footer .footer-info .info-left address {
    margin-left:0;
    width:100%;
    text-align: center;
  }


  footer .footer-info .info-right {
    width:100%;
    margin-top:25px;;
  }

  footer .footer-info .info-right .family-site-select-wrap {
    width:100%;
  }

  footer .footer-info .info-right .family-site-select-wrap .family-site-select {
    width:100%;
  }

  footer .footer-info .info-right .family-site-select-wrap .family-site-select button.family-site-open {
    width:100%;
  }

}

@media all and (max-width:768px){

  header .weather {
    margin-left:15px;
  }

  header .weather .weather-top {
    display:none;
  }

  footer .footer-links ul.simple {
    flex-wrap:wrap;
  }

  footer .footer-links ul.simple li {
    margin:2px 10px 2px 0;
    padding-right:10px;
  }

}

@media all and (max-width:480px){
  header #mnav > ul > li .depth1 {
    font-size:1rem;
  }
  header #mnav > ul > li .depth2 ul li a {
    font-size:1rem;
  }
}