@charset "utf-8";

/*****************************************************************************************************************************************
	common Layout
*****************************************************************************************************************************************/

.main .wrap {
  overflow-x: hidden;
  overflow-y: hidden;
  min-width: 0;
  height: auto;
  background: #fff;
} /* 180129 overflow:auto 수정 */
.main .wrap img {
  vertical-align: top;
}
.main .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: transparent;
  box-sizing: border-box;
}
.main .logo a {
  background-image: url("/seoulsky/images/kor/common/img_logo.png");
  background-size: 174px 63px;
}
.main .logo a:focus {
  border-color: #fff;
}
.main .logo img {
  display: block;
}
.main .menuWrap h3 a {
  color: #fff;
}
.main .menuWrap h3 a:hover,
.main .menuWrap h3 a:focus,
.main .menuWrap .active h3 a {
  color: #2e7ba7;
}
.main .menuWrap .active h3 a {
  background-image: none;
}
.main .topMenuWrap .info a,
.main .topMenuWrap button {
  color: #fff;
}
.main .topMenuWrap .current {
  background-position-y: 4px;
}
.main .topMenuWrap .active .current {
  background-position-y: -16px;
}

.main .footer {
  /* position:fixed; bottom:0; */
  width: 100%;
  height: 100px;
  padding-top: 0;
  background-image: none;
  position: relative;
  padding-bottom: 40px;
}

.main .wrap > .dim {
  display: block;
  z-index: -1;
  background-color: #fff;
}
.main .wrap > .dim.on {
  z-index: 101;
  opacity: 0.7;
  filter: Alpha(opacity=70);
}

.main .open {
  height: 99px;
  background: url("/seoulsky/images/kor/common/bg_header_line.png") repeat-x 0 0;
}
.main .open .logo a {
  background-image: url("/seoulsky/images/kor/common/img_logo_sub.png");
}
.main .open .logo a:focus {
  border-color: #000;
}
.main .open .menuWrap h3 a {
  color: #333;
}
.main .open .menuWrap h3 a:hover,
.main .open .menuWrap h3 a:focus,
.main .open .menuWrap .active h3 a {
  color: #2e7ba7;
}
.main .open .menuWrap .active h3 a {
  background: url("/seoulsky/images/kor/common/bg_gnb_on.png") repeat-x 0 100%;
}
.main .open .topMenuWrap .info a,
.main .open .topMenuWrap button {
  color: #555;
}
.main .open .topMenuWrap .current {
  background-position-y: -36px;
}
.main .open .topMenuWrap .active .current {
  background-position-y: -56px;
}

/* 동영상 영역 */
.playerWrap {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 99;
  width: 1920px;
  height: 985px;
  margin-left: -960px;
  background: url("/seoulsky/images/kor/main/bg_main.jpg") no-repeat 50% 0;
}
.playerWrap .container iframe,
.playerWrap .container object,
.playerWrap .container embed {
}
.playerWrap .dim {
  display: none !important;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 98;
}

/* 이미지 슬라이드 영역 */
.swiperWrap {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  margin-left: -960px;
  width: 1920px;
  height: 985px;
}
/* .swiperWrap:after {content:"";display:block;clear:both;position:fixed;top:0;left:0;z-index:100;width:100%;height:100%;background-color:#000;opacity:0.15;filter:Alpha(opacity=15);} */
.swiperWrap .img {
  width: 100%;
  height: 90%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.swiperWrap .slick-list,
.swiperWrap .slick-track {
  height: 100%;
}
.swiperWrap .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 150px;
  z-index: 1000;
  display: block;
  width: 600px;
  height: 23px;
  margin-left: -300px;
  text-align: center;
}
.swiperWrap .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  vertical-align: top;
}
.swiperWrap .slick-dots li button {
  position: relative;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  color: transparent;
  background: url("/seoulsky/images/kor/icon/ico_swiper.png") no-repeat 50% 50%; /* background-size:10px; */
}
.swiperWrap .slick-dots li button:hover,
.swiperWrap .slick-dots li button:focus,
.swiperWrap .slick-dots li.slick-active button {
  background-image: url("/seoulsky/images/kor/icon/ico_swiper_on.png");
}
.swiperCtrl {
  position: absolute;
  left: 50%;
  bottom: 18.9%;
  z-index: 99;
  height: 23px;
  margin-left: 50px;
  text-align: right;
} /*180129 bottom:155px 수정*/
.swiperCtrl .btnPlay {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("/seoulsky/images/kor/btn/btn_pause.png") no-repeat 50% 50%;
}
.swiperCtrl .btnPlay.active {
  background-image: url("/seoulsky/images/kor/btn/btn_play.png");
}
.swiperCtrl .btnPlay span {
  font-size: 0;
  position: absolute;
  top: -9999px;
}

/* 버튼5개 */
.swiperCtrl {
  margin-left: 80px;
}
/* 버튼10개 */
.swiperCtrl {
  margin-left: -190px;
}
/* 컨텐츠 영역 */
.main #mainWrap {
  position: relative;
  padding-top: 100px;
  width: 100%;
  height: 890px;
  box-sizing: border-box;
}
.main #mainWrap img {
  max-width: 100%;
}

.main .intro {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  width: 550px;
  margin-top: -61px;
  margin-left: -275px;
  color: #fff;
  font-size: 54px;
  line-height: 1.1;
  text-align: center;
}
.main .intro h2 {
  font-size: 0;
  text-indent: -9999px;
}
.main .intro p {
  letter-spacing: -0.025em; /* text-shadow:0px 0px 4px #555555;filter: Shadow(Color=#555555, Direction=90, Strength=1); */
}
.main .intro p span {
  display: block;
  margin-top: 5px;
  font-weight: 700;
}
/* .main .intro p:first-child {margin-bottom:5px;font-weight:400;}
.main .intro span {display:inline-block;margin:0 -1.5%;}
.main .intro span.space {padding-right:10px;} */
.main [class*="btnCtrl"] {
  position: fixed;
  top: 430px;
  z-index: 101; /* margin-top:-60px; */
  font-family: "Roboto", sans-serif;
  color: #fff;
}
.main [class*="btnCtrl"] .iconArrow {
  display: inline-block;
  width: 16px;
  height: 15px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.main .btnCtrlInfo {
  left: 20px;
}
.main .btnCtrlGallery {
  right: 20px;
}
.main .btnCtrlInfo .iconArrow {
  margin-left: 10px;
  background-image: url("/seoulsky/images/kor/icon/ico_information_arrow.png");
}
.main .btnCtrlGallery .iconArrow {
  margin-right: 10px;
  background-image: url("/seoulsky/images/kor/icon/ico_gallery_arrow.png");
}
.main .btnConClose {
  position: absolute;
  top: 50%;
  width: 33px;
  height: 33px;
  margin-top: -16px;
  background: url("/seoulsky/images/kor/btn/btn_main_close.png") no-repeat 50%
    50%;
}
.main .btnConClose span {
  font-size: 0;
  position: absolute;
  top: -9999px;
}

.main .information {
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 150;
  width: 563px;
  height: 600px;
  margin-top: -300px;
}
.main .information .btnConClose {
  right: -62px;
}
.main .information [class*="banner0"] {
  width: 563px;
  height: 200px;
}
.main .information [class*="banner0"] img {
  width: 100%;
  height: 100%;
}

.main .gallery {
  display: none;
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 150;
  width: 850px;
  height: auto;
}
.main .gallery .btnConClose {
  left: -62px;
}
.main .gallery ul:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.main .gallery [class*="gallery0"] {
  overflow: hidden;
  height: auto;
  margin: 0; /* position:absolute; */
}
.main .gallery [class*="gallery0"] .area {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
}
.main .gallery [class*="gallery0"] .container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main .gallery [class*="gallery0"] a {
  /* position:absolute;top:0;left:0; */
}
.main .gallery .cover {
  opacity: 0.9;
  filter: Alpha(opacity=90);
}
.main .gallery .con .tit {
  font-size: 0;
  text-indent: -9999px;
}
.main .gallery .active .con .tit {
  position: relative;
  max-height: 85px;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 85px;
  font-size: 22px;
  text-indent: 0;
  background: url("/seoulsky/images/kor/icon/ico_read_more.png") no-repeat 50%
    100%;
}
.main .gallery .active .con .tit:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 50%;
  width: 40px;
  height: 1px;
  margin-left: -20px;
  background: #fff;
}
.main .gallery .active .con .txt {
  overflow: hidden;
  width: 90%;
  max-height: 132px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.7;
}
.main .gallery .gallery01 {
  float: left;
  width: 66.7%;
}
.main .gallery .gallery02 {
  float: right;
  width: 32.2%;
}
.main .gallery .gallery03 {
  float: right;
  margin-top: 1.1%;
  width: 32.2%;
}
.main .gallery .gallery04 {
  float: left;
  margin-top: 1.1%;
  width: 36.5%;
}
.main .gallery .gallery05 {
  float: right;
  margin-top: 1.1%;
  width: 62.3%;
}
.main .gallery .gallery01 .area {
  padding-bottom: 107%;
}
.main .gallery .gallery02 .area {
  padding-bottom: 93.1%;
}
.main .gallery .gallery03 .area {
  padding-bottom: 125%;
}
.main .gallery .gallery04 .area {
  padding-bottom: 79.5%;
}
.main .gallery .gallery05 .area {
  padding-bottom: 46.5%;
}

/* 레이어 팝업 */
.main .layerWrap {
  display: block;
  position: static;
  width: auto;
  height: auto;
  z-index: 99;
  min-width: 0;
}
.main .layerWrap .layerPop {
  overflow: hidden;
  top: 190px;
  width: 500px;
  margin-top: 0 !important;
  margin-left: -250px;
  border-radius: 6px;
  background: #fff;
}
.main .layerWrap .btnPopClose {
  width:40px;
  height:25px;
  background:none;
  top:auto;
  bottom:8px;
}
.main .layerWrap .btnPopClose span {
  font-size:12px;
  position:relative;
  top:auto;
}
.main .layerWrap .layerHead {
  background: transparent;
}
.main .layerWrap .layerHead .layerTit {
  color: #555;
}
.main .layerWrap .layerCont {
  overflow-y: hidden;
  min-height: 50px;
  max-height: none;
  padding: 0;
}
.main .layerWrap .layerCont img {
  width: 100%;
}
.main .layerWrap .layerFoot {
  padding: 0 20px;
  background: #e6e6e6;
}
.main .layerWrap .layerFoot .notToday {
  padding: 3% 0;
  font-size: 12px;
}
.main .layerWrap .layerFoot label {
  margin-left: 5px;
}

/* ie8 */
@media \0screen {
  .main .wrap {
  }
  .main .logo a {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/seoulsky/images/kor/common/img_logo.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/seoulsky/images/kor/common/img_logo.png', sizingMethod='scale')";
  }
  .playerWrap {
    display: none !important;
  }
  .swiperWrap {
    display: block !important;
    height: 965px;
  }
  .swiperWrap .img {
    background-position-y: 100%;
  }
  .swiperCtrl {
    display: block !important;
    bottom: 175px;
  }
  .main .open .logo a {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/seoulsky/images/kor/common/img_logo_sub.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/seoulsky/images/kor/common/img_logo_sub.png', sizingMethod='scale')";
  }
}

/*****************************************************************************************************************************************
	핵 정의
*****************************************************************************************************************************************/

/* 파폭 핵 */
@-moz-document url-prefix() {
}

/* 크롬1+, 사파리3 핵 */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
}

/*****************************************************************************************************************************************
	반응형 처리 (태블릿 + PC, 모바일)
*****************************************************************************************************************************************/

/* 태블릿 + PC */
@media screen and (max-width: 1024px) {
  .main .wrap {
    width: 100%;
    height: 100%;
  }

  /* header */
  .main .header {
    padding-right: 0;
    padding-left: 0;
  }
  .main .menuWrap {
    width: 80%;
    text-align: right;
  }
  .main .menuWrap h3 a {
    padding-right: 0;
    padding-left: 0;
    font-size: 17px;
  }
  .main .menuWrap > ul > li {
    width: 18.5%;
    margin-left: 0;
  }

  /* footer */
  .main .footer {
    height: auto;
    padding-bottom: 20px;
  }
  .main .footer > .container:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .main .copy {
    margin-top: 0;
  }
  .main .footMenuWrap {
    padding: 0 10% 15px;
    text-align: center;
  }
  .main .footer .footMenuWrap ul li:last-child {
    padding-right: 0;
  }
  .main .footer .footMenuWrap ul li:last-child:after {
    display: none;
  }
  .main .familySiteWrap {
    display: block;
    margin: 0 auto 10px;
    width: 50%;
  }
  .main .familySiteWrap .btnFamilyView {
    width: 100%;
    height: 33px;
    padding: 0 14px;
    border: 1px solid #ddd;
    background: #fff url("/seoulsky/images/kor/icon/ico_toggle_arrow_mo.png")
      no-repeat 100% 0;
    background-size: 20px 66px;
    text-align: left;
    font-size: 12px;
    color: #666;
  }
  .main .familySiteWrap.active .btnFamilyView {
    background-position-y: -33px;
  }
  .main .familySiteWrap .familySite {
    bottom: 32px;
    width: 100%;
    height: 120px;
    border-color: #ddd;
  }

  /* 동영상 영역 */
  .playerWrap {
    height: 100%;
  }

  /* 이미지 슬라이드 영역 */
  .swiperWrap {
    width: 100%;
    height: 100%;
    left: 0;
    margin: 0;
  }
  .swiperWrap .slick-dots {
    bottom: 55px;
  }
  .swiperCtrl {
    bottom: 55px;
  }
  .swiperWrap .img {
    width: 100%;
    height: 100%;
  }
  /* 컨텐츠 영역 */
  .main #mainWrap {
    height: 100%;
  }
  .main .intro {
    width: 420px;
    margin-top: -44px;
    margin-left: -210px;
    font-size: 40px;
  }
  .main .intro img {
    height: 44px;
  }
  .main [class*="btnCtrl"] {
    top: 50%;
  }

  .main .gallery {
    width: 620px;
    top: 50%;
    margin-top: -315px;
  }
  .main .gallery .active .con .tit {
    padding-bottom: 50px;
    font-size: 16px;
  }
  .main .gallery .active .con .txt {
    padding-bottom: 40px;
    background-size: 20px;
    font-size: 11px;
  }
}

/* 모바일 */
@media screen and (max-width: 736px) {
  /* header */
  .main .header {
    padding: 0;
  }
  .main .logo {
    top: 10px;
    left: 14px;
    width: 108px;
    height: 39px;
  }
  .main .logo a {
    background-size: 108px 39px;
  }
  .main .header .btnMenuView {
    display: block;
  }

  /* megaMenu */
  .main .megaMenu {
    display: none;
  }
  .main .megaMenu.active {
    display: block;
  }
  .main .megaMenu.active .dim {
    display: block;
  }
  .main .megaMenu.active .menuWrap .depth {
    display: none;
  }
  .main .megaMenu.active .menuWrap li.active .depth {
    display: block;
  }
  .main .megaMenu > .container {
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    z-index: 1000;
    width: 81%;
    height: 100%;
    background: #f8f8f8;
  }
  .main .megaMenu a {
    color: #666;
  }
  .main .megaMenu .btnMenuClose {
    right: 81%;
    top: 11px;
    background-image: url("/seoulsky/images/kor/btn/btn_menu_close.png");
    background-size: 17px;
  }

  .main .menuWrap {
    float: none;
    width: 100%;
    margin-top: 54px;
    padding-bottom: 30px;
    text-align: left;
  } /* .topMenuWrap .info li 3개 이상 오픈 시 margin-top:258px; */
  .main .menuWrap h3 a {
    display: block;
    padding: 9px 14px;
    font-size: 14px;
    color: #333;
    text-align: left;
    background-color: #fff;
    background-image: url("/seoulsky/images/kor/icon/ico_menu_arrow.png");
    background-repeat: no-repeat;
    background-position: 100% -70px;
    background-size: 25px 109px;
  }
  .main .menuWrap h3 a:hover,
  .main .menuWrap h3 a:focus,
  .main .menuWrap .active h3 a {
    color: #333;
  }
  .main .menuWrap .active h3 a {
    background-image: url("/seoulsky/images/kor/icon/ico_menu_arrow.png");
    background-position-y: 0;
  }
  /* .main .menuWrap li.gnb04 h3 a {background-image:none;} */
  .main .menuWrap > ul > li {
    display: block;
    width: 100%;
    border-top: 1px solid #eee;
  }
  .main .menuWrap > ul > li:first-child {
    border-top: none;
  }
  .main .menuWrap .depth {
    position: static;
    padding: 7px 0 10px;
    border-top: 1px solid #eee;
    background: #f8f8f8;
    font-size: 13px;
    text-align: left;
  }
  .main .menuWrap .depth a {
    padding-right: 14px;
    padding-left: 27px;
    background: url("/seoulsky/images/kor/icon/ico_depth_dot.png") no-repeat
      14px 12px;
    background-size: 3px;
  }

  .main .topMenuWrap {
    top: 0;
    left: 0;
    padding-top: 54px;
    padding-right: 0;
    border-bottom: 1px solid #eee;
    background: #fff;
    text-align: center;
  }
  /* .main .topMenuWrap .info {display:inline-block;width:240px;margin:0 auto;padding:8px 0 10px;} */
  .main .topMenuWrap .info li {
    margin-left: 0;
    margin-top: 7px;
    text-align: center;
  }
  .main .topMenuWrap .info li:first-child {
    background: none;
  }
  /* .main .topMenuWrap .info li:nth-child(even) {background:url('/seoulsky/images/kor/common/bg_menu_dot.png') no-repeat 0 28px;background-size:3px;} */
  /* .main .topMenuWrap .info li.login {width:49%;}
.main .topMenuWrap .info li.media {width:51%;}
.main .topMenuWrap .info li.sign {width:49%;} */

  /* 20190705 교육프로그램 추가 */
  .main .topMenuWrap .info li.edu {
    width: 33.33%;
  }
  .main .topMenuWrap .info li.media {
    width: 33.33%;
  }
  .main .topMenuWrap .info li.sign {
    width: 33.33%;
  }
  .main .topMenuWrap .info {
    /* display: inline-block; */
    display:none;
    width: 100%;
    margin: 0 auto;
    padding: 8px 0 10px;
  }
  /* //20190705 교육프로그램 추가 */

  /* .main .topMenuWrap .info li.sign:nth-child(3) {background:none} */
  .main .topMenuWrap .info li.guidemap {
    width: 51%;
  }
  .main .topMenuWrap .info a {
    display: inline-block;
    min-width: 60px;
    padding-top: 66px;
    background-repeat: no-repeat;
    background-size: 60px;
    color: #666;
    box-sizing: border-box;
    text-align: center;
  }
  .main .topMenuWrap .info li.login a {
    background-image: url("/seoulsky/images/kor/common/bg_menu_login.png");
    background-position: 50% 0;
  }

  /* 20190705 교육프로그램 추가 */
  .main .topMenuWrap .info li.edu a {
    background-image: url("/seoulsky/images/kor/common/bg_menu_edu.png");
    background-position: 50% 0;
  }
  /* //20190705 교육프로그램 추가 */

  .main .topMenuWrap .info li.media a {
    padding-right: 8px;
    padding-left: 8px;
    background-image: url("/seoulsky/images/kor/common/bg_menu_media.png");
    background-position: 50% 0;
  }
  .main .topMenuWrap .info li.sign a {
    background-image: url("/seoulsky/images/kor/common/bg_menu_sign.png");
    background-position: 50% 0;
  }
  .main .topMenuWrap .info li.guidemap a {
    /* width:70px; */
    background-image: url("/seoulsky/images/kor/common/bg_menu_guidemap.png");
    background-position: 50% 0;
  }
  .main .topMenuWrap .current {
    width: 100%;
    height: 33px;
    padding: 0 14px;
    border: 1px solid #ddd;
    background: #fff url("/seoulsky/images/kor/icon/ico_toggle_arrow_mo.png")
      no-repeat 100% 0;
    background-size: 20px 66px;
    text-align: left;
    color: #0e5a73;
  }
  .main .topMenuWrap .active .current {
    background-position-y: -33px;
  }
  .main .topMenuWrap .utility {
    left: 0;
    padding: 10px 14px;
    border-bottom: 1px solid #eee;
    background: #f8f8f8;
  }
  .main .topMenuWrap .utility ul {
    width: 100%;
    top: 32px;
    border-color: #ddd;
    background: #e8e8e8;
  }
  .main .topMenuWrap .language a {
    font-size: 13px;
  }
  .main .topMenuWrap .language {
    width: 35%;
  }
  .main .topMenuWrap .business {
    float: right;
    width: 61%;
  }
  .main .topMenuWrap .business .current {
    margin-left: 0;
  }

  /* .main .open .logo a {background-image:url('/seoulsky/images/kor/common/img_logo.png');}
.main .open .logo a:focus {border-color:#fff;}
.main .open {height:auto;background:none;}
.main .open .menuWrap h3 a:hover, .main .open .menuWrap h3 a:focus, .main .open .menuWrap .active h3 a {color:#333;}
.main .open .menuWrap h3 a {background:#fff url('/seoulsky/images/kor/icon/ico_menu_arrow.png') no-repeat 100% -70px;background-size:25px 109px;}
.main .open .menuWrap .active h3 a {background-image:url('/seoulsky/images/kor/icon/ico_menu_arrow.png');background-position-y:0;}
.main .open .topMenuWrap .current {color:#0e5a73;background-position-y:0;}
.main .open .topMenuWrap .active .current {background-position-y:-33px;} */

  /* footer */
  .main .footer {
    /* position: fixed;
    bottom: 0;
    height: 33px;
    padding-bottom: 0; */
  }
  .main .footer > .container {
    padding-top: 0;
  }
  .main .footMenuWrap,
  .main .familySiteWrap {
    display: none;
  }
  .main .copy {
    margin-top: 0;
  }
  .main .copy address {
    display: none;
  }
  .main .copy small {
    font-size: 11px;
    text-indent: 0;
    line-height: 33px;
  }

  /* 동영상 영역 */
  .playerWrap {
    display: none !important;
  }

  /* 이미지 슬라이드 영역 */
  .swiperWrap,
  .swiperCtrl {
    display: block !important;
  }
  /* 20211215 모바일 재생버튼 숨김처리 */
  .swiperCtrl {
    display: none !important;
  }

  /* 컨텐츠 영역 */
  .main .intro {
    width: 300px;
    margin-top: 0;
    margin-left: -150px;
    transform: translateY(-50%);
    font-size: 24px;
  }
  .main .intro img {
    height: 33px;
  }
  #mainWrap .btnCtrlInfo,
  #mainWrap .information,
  #mainWrap .btnCtrlGallery,
  #mainWrap .gallery {
    display: none;
  }

  /* 레이어 팝업 */
  .main .layerWrap .layerPop {
    top: 50%;
    width: 300px;
    margin-left: 0;
    transform: translate(-50%, -50%);
  }

  .main .layerWrap .btnPopClose{
    bottom:2px;
  }
}


.swiperCtrl{bottom:22.3%;}
.main .chatbot{bottom:190px!important;right:0!important;}
.main .footer{height:auto;padding-bottom:0;}
@media screen and (max-width: 1024px){
  .main .chatbot{bottom:0!important;}
  .swiperCtrl{bottom:55px;}
}
@media screen and (max-width: 736px){
  .main .chatbot{bottom:0!important;}
}