/** @format */

@charset "utf-8";
/* 레이아웃 */

body {
  position: relative;
  min-width: 320px;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  overflow-y: scroll;
}
/* 모달 레이어 팝업 */

.modal-opened {
  overflow: hidden;
}
.modal-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 20px;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 3000;
}
.modal-inner {
  position: relative;
  width: 600px;
  max-width: 100%;
  margin: 70px auto;
  border-radius: 6px;
  background-color: #fff;
  overflow: hidden;
}
.modal-title {
  padding: 20px 30px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  background-color: #474e60;
}
.modal-body {
  padding: 30px 30px 40px;
}
.btn-close-modal {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  text-indent: -9999px;
  background: url(../img/common/ico-close-modal.png) no-repeat center center;
  overflow: hidden;
}
#skip a {
  display: block;
  position: absolute;
  top: 0;
  margin-bottom: -1px;
  width: 100%;
  height: 1px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  overflow: hidden;
  z-index: 600;
}
#skip a:focus,
#skip a:active {
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #666;
}
.util-menu .util-login a {
  display: inline-block;
  padding: 0 20px;
}
.util-menu .util-login a:before {
  display: inline-block;
  width: 21px;
  height: 14px;
  margin: -2px 5px 0 0;
  vertical-align: middle;
  background: url(../img/layout/ico-login.png) no-repeat center center;
  background-size: cover;
  text-align: center;
  content: '';
}
.util-menu .util-lang,
.util-menu .util-sns {
  position: relative;
  z-index: 600;
}
.util-menu dt a {
  display: block;
  padding: 0 15px;
}
.util-menu dt a:after {
  display: inline-block;
  width: 9px;
  height: 5px;
  margin-left: 12px;
  background: url(../img/layout/ico-arr-down-lang.png) no-repeat;
  content: '';
}
.util-menu dd {
  display: none;
}
.util-menu .opened dt {
  background-color: #1e4494;
}
.util-menu .opened dd {
  display: block;
  border: 1px solid #5378c5;
  margin: 0 -1px -1px;
  background-color: #2856b6;
}
.util-menu .util-lang dd a,
.util-menu .util-sns dd a {
  display: block;
  padding: 0 15px;
}
#sitemap-area {
  visibility: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2000;
}
#sitemap-area .inner {
  position: relative;
  width: 1200px;
  height: 506px;
  margin-top: 123px;
  text-align: left;
  border: 3px solid #195dae;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  overflow-y: auto;
}
#sitemap {
  float: left;
  width: calc(100% - 240px);
  height: 100%;
  padding: 45px 5px 70px 10px;
  overflow: hidden;
}
#sitemap > li {
  float: left;
  width: 20%;
  height: 100%;
  border-left: 1px solid #eaeaea;
  padding: 0 20px 20px;
  color: #195dae;
  font-size: 18px;
  font-weight: 600;
}
#sitemap > li:first-child {
  border-left: 0;
}
#sitemap > li > ul {
  margin-top: 15px;
}
#sitemap > li > ul > li {
  border-bottom: 1px solid #eaeaea;
}
#sitemap > li > ul > li > a {
  display: block;
  padding: 5px 5px 5px 2px;
  color: #666;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  background: url(../img/common/ico-arr-right-sm-gray.png) no-repeat right center;
}
#sitemap > li > ul > li > a[target='_blank'] {
  background-image: url(../img/common/ico-external-link.png);
}
.shortcut-menu {
  float: right;
  width: 240px;
  height: 100%;
  padding: 45px 25px;
  background-color: #c7dbf0;
}
.external-link li {
  margin-bottom: 5px;
}
.external-link li a {
  display: block;
  height: 42px;
  border: 1px solid #8099d2;
  border-radius: 2px;
  padding-left: 48px;
  font-weight: 600;
  color: #333;
  line-height: 40px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 13px center;
}
.external-link li:nth-child(1) a {
  background-image: url(../img/layout/ico-external-link1.png);
}
.external-link li:nth-child(2) a {
  background-image: url(../img/layout/ico-external-link2.png);
}
.external-link li:nth-child(3) a {
  background-image: url(../img/layout/ico-external-link3.png);
}
.external-link li:nth-child(4) a {
  background-image: url(../img/layout/ico-external-link4.png);
}
.external-link li:nth-child(5) a {
  background-image: url(../img/layout/ico-external-link5.png);
}
.main-content-slider {
  position: relative;
  margin-top: 18px;
  width: 190px;
  height: 160px;
  border-radius: 3px;
  overflow: hidden;
}
.main-content-slider .slider-item {
  float: left;
  width: 190px;
  height: 160px;
}
.main-content-slider .btn-pause,
.main-content-slider .btn-play,
.main-content-slider .slick-arrow {
  position: absolute;
  width: 12px;
  height: 15px;
  bottom: 14px;
  text-indent: -9999px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 10;
}
.main-content-slider .slick-prev {
  left: 75px;
  background-image: url(../img/common/ico-arr-left-sm-white.png);
}
.main-content-slider .slick-next {
  left: 102px;
  background-image: url(../img/common/ico-arr-right-sm-white.png);
}
.main-content-slider .btn-pause {
  left: 89px;
  background-image: url(../img/common/ico-pause-sm-white.png);
}
.main-content-slider .btn-play {
  display: none;
  left: 89px;
  background-image: url(../img/common/ico-play-sm-white.png);
}
#btn-sitemap-close {
  position: absolute;
  left: 13px;
  top: 13px;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  background: url(../img/layout/btn-close-sitemap.png) no-repeat center center;
}
#page-share {
  display: none;
}
#page-share-body {
  opacity: 0;
  width: 0;
  position: absolute;
  right: 0;
  top: -4px;
  white-space: nowrap;
  background-color: #f2f4f7;
  overflow: hidden;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
}
#page-share-body.opened {
  opacity: 1;
  width: 210px;
}
.page-share-list,
.page-share-list li,
.btn-share-close {
  display: inline-block;
  vertical-align: top;
}
.page-share-list li a,
.btn-share-close {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
}
.page-share-list li:nth-child(1) a {
  background-image: url(../img/layout/ico-share-blog.png);
}
.page-share-list li:nth-child(2) a {
  background-image: url(../img/layout/ico-share-kakaostory.png);
}
.page-share-list li:nth-child(3) a {
  background-image: url(../img/layout/ico-share-twt.png);
}
.page-share-list li:nth-child(4) a {
  background-image: url(../img/layout/ico-share-fb.png);
}
.page-share-list li:nth-child(5) a {
  background-image: url(../img/layout/ico-share-link.png);
}
.btn-share-close {
  background-image: url(../img/common/ico-close-gray.png);
}
.btn-search-reset {
  display: none;
  position: absolute;
  right: 45px;
  top: 2px;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url(../img/common/btn-search-delete.png) no-repeat center center;
  background-size: 15px auto;
  z-index: 550;
}
.btn-search-reset.show {
  display: block;
}
.keyword-autocomplete .menu-path .keyword-list.keyword-list-autocomplete {
  height: 120px;
  overflow: hidden;
  background-color: #fff;
}
.keyword-autocomplete .menu-path .keyword-list.keyword-list-autocomplete.active {
  height: auto;
}
.keyword-autocomplete .btn-menu-view {
  display: block;
  width: calc(100% - 38px);
  height: 30px;
  margin: 5px auto 6px;
  line-height: 28px;
  text-align: center;
  background-color: #fcfcfc;
}
.keyword-autocomplete .btn-menu-view span {
  position: relative;
}
.keyword-autocomplete .btn-menu-view span:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 6px;
  left: -17px;
  width: 10px;
  height: 2px;
  background-color: #666;
}
.keyword-autocomplete .btn-menu-view span:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 2px;
  left: -13px;
  width: 2px;
  height: 10px;
  background-color: #666;
}
.keyword-autocomplete .btn-menu-view.on span:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.keyword-list.keyword-list-autocomplete {
  background-color: #f3f4f6;
}
.keyword-autocomplete .menu-path .keyword-list li {
  border-bottom-color: #ecf0f2;
}
.keyword-autocomplete .menu-path .keyword-list li:last-child {
  border-bottom: 1px solid #ecf0f2;
}
.keyword-list li {
  border-bottom: 1px solid #e1e6e9;
}
.keyword-list li:last-child {
  border-bottom: 0;
}
.main-site-link,
.gsearch-area {
  display: none;
}
.address {
  font-style: normal;
}

/* large Only */
@media only all and (min-width: 1800px) {
  #gnb {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    color: #333;
    box-sizing: border-box;
  }
}
@media only all and (min-width: 1025px) {
  body {
    min-width: 1200px;
  }
  .inner {
    width: 1200px;
    margin: auto;
  }
  #header {
    height: auto;
  }
  #top-menu {
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    background-color: #474e60;
  }
  #top-menu .inner {
    position: relative;
    width: 1200px;
    margin: auto;
  }
  .global-site {
    height: 40px;
    text-align: center;
  }
  .global-site li {
    float: left;
    width: 97px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .global-site li:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
  .global-site li a {
    display: block;
    width: 97px;
  }
  .global-site li.on a {
    font-weight: 600;
  }
  .global-site li.topmenu-culture {
    position: absolute;
    right: 0;
    top: 124px;
    width: 169px;
    height: 52px;
  }
  .global-site li.topmenu-culture a:after {
    display: inline-block;
    width: 14px;
    height: 15px;
    margin: -2px 0 0 8px;
    vertical-align: middle;
    background: url(../img/layout/ico-extrenal-link-white.png) no-repeat;
    content: '';
  }
  #sitemap-area.opened {
    visibility: visible;
  }
  .header-body {
    position: relative;
    padding: 27px;
  }
  #util-area {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 13px;
    color: #fff;
  }
  #btn-allmenu-close {
    display: none;
  }
  .util-menu .login-extension .btn-util {
    height: 24px;
    margin-left: 3px;
    padding: 0 8px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
    border-radius: 5px;
    font-size: 13px;
    line-height: 22px;
    vertical-align: middle;
    background-color: transparent;
    margin-top: -3px;
  }
  .util-menu .login_user {
    font-size: 14px;
    padding-right: 4px;
  }
  .util-menu .login-extension .btn-util:before {
    display: none;
  }
  .util-menu .remain-time {
    vertical-align: middle;
  }
  .util-menu .remain-time:before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: -2px 5px 0 0;
    vertical-align: middle;
    background: url(../img/layout/ico-time.png) no-repeat center center;
  }
  .util-menu .util-sns dt a {
    padding: 0 20px;
  }
  .util-menu .util-sns dd a:before {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top: -2px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    content: '';
  }
  .util-menu .util-sns dd.sns-fb a:before {
    background-image: url(../img/layout/ico-sns-fb.png);
  }
  .util-menu .util-sns dd.sns-insta a:before {
    background-image: url(../img/layout/ico-sns-insta.png);
  }
  .util-menu .util-sns dd.sns-twt a:before {
    background-image: url(../img/layout/ico-sns-twt.png);
  }
  .util-menu .util-sns dd.sns-tistory a:before {
    background-image: url(../img/layout/ico-sns-tistory.png);
  }
  .util-menu .util-sns dd.sns-blog a:before {
    background-image: url(../img/layout/ico-sns-blog.png);
  }
  .util-quick {
    display: none;
  }
  #logo a {
    display: block;
    height: 29px;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
  }
  #logo img {
    width: 153px;
    margin-right: 13px;
    vertical-align: top;
  }
  .city-slogan {
    position: absolute;
    right: 13px;
    top: 23px;
  }
  #btn-search-open {
    display: none;
  }
  #global-search {
    position: relative;
    width: 480px;
    margin: auto;
  }
  .global-search-input {
    position: relative;
    height: 38px;
    padding-left: 15px;
    border: 2px solid #2856b6;
    border-radius: 19px;
    background-color: #fff;
    z-index: 600;
  }
  .keyword-autocomplete {
    position: absolute;
    top: 36px;
    right: -2px;
    left: -2px;
    padding: 0;
    border: 1px solid #ccc;
    border-top: 0;
    background-color: #fff;
  }
  .keyword-autocomplete:before,
  .keyword-autocomplete:after {
    content: '';
    display: block;
    position: absolute;
    top: -14px;
    width: 1px;
    height: 14px;
    background-color: #ccc;
  }
  .keyword-autocomplete:before {
    left: -1px;
  }
  .keyword-autocomplete:after {
    right: -1px;
  }
  .keyword-list {
    padding: 0 19px;
  }
  .keyword-list li a {
    display: block;
    padding: 8px 4px;
    line-height: 23px;
  }
  .global-search-input input::-webkit-input-placeholder {
    color: #9c9c9c;
  }
  .global-search-input input:-moz-placeholder {
    color: #9c9c9c;
  }
  .global-search-input input::-moz-placeholder {
    color: #9c9c9c;
  }
  .global-search-input input:-ms-input-placeholder {
    color: #9c9c9c;
  }
  .global-search-input .form-global-keyword {
    width: 415px;
    height: 34px;
    padding-right: 5px;
    padding-left: 7px;
    border: 0;
    color: #333;
    font-size: 12px;
  }
  .btn-global-search {
    position: absolute;
    top: 0;
    right: 8px;
    width: 34px;
    height: 34px;
    text-indent: -9999px;
    background: url(../img/layout/ico-search-blue.png) no-repeat center center;
    background-size: 20.5px 20.5px;
    overflow: hidden;
  }
  .global-search-result {
    display: none;
  }
  #global-search .btn-search-close {
    display: none;
  }
  .gsearch-area {
    display: none;
  }
  #btn-sitemap-open {
    position: absolute;
    top: 84px;
    left: 0;
    width: 52px;
    height: 52px;
    text-indent: -9999px;
    background: url(../img/layout/ico-menu-pc.png) no-repeat center center;
    overflow: hidden;
  }
  #btn-gnb-open {
    display: none;
  }
  .goyang-sub #container {
    width: 1200px;
    min-height: calc(100vh - 367px);
    margin: auto;
    border-left: 1px solid #ddd;
    background: url(../img/layout/bg-sidebar-line.png) repeat-y 240px 0;
  }
  .layout-gsearch #container {
    margin: auto;
    min-height: calc(100vh - 398px);
    padding: 60px 0 100px;
    border-left: 0;
    background: none;
  }
  .layout-gsearch #content {
    float: left;
    width: 930px;
  }
  .layout-gsearch #gsearch-sidebar {
    float: right;
    width: 240px;
  }
  .layout-event #container {
    width: auto;
    margin: auto;
    min-height: calc(100vh - 398px);
    padding: 60px 0 100px;
    border-left: 0;
    background: none;
  }
  .layout-error #container {
    margin: auto;
    min-height: calc(100vh - 398px);
    padding: 60px 0 100px;
    border-left: 0;
    background: none;
  }
  #container:after {
    display: block;
    clear: both;
    content: '';
  }
  #breadcrumb {
    height: 50px;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #e8e8e8;
    box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.16);
    background-color: #f2f4f7;
    overflow: hidden;
  }
  .fixed #container {
    margin-top: 50px;
  }
  .fixed #breadcrumb {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 0;
    z-index: 100;
  }
  #breadcrumb .inner {
    position: relative;
  }
  #btn-page-back {
    display: none;
  }
  .page-navigation {
    margin: 16px 0;
    color: #666;
    font-size: 14px;
    line-height: 16px;
    margin-right: 100px;
    padding-left: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: top;
    overflow-x: auto;
  }
  .page-navigation li {
    display: inline-block;
    margin-right: 10px;
    padding-right: 17px;
    background: url(../img/layout/ico-arr-breadcrumb.png) no-repeat right center;
    background-size: auto 9px;
  }
  .page-navigation li.home a {
    display: inline-block;
    width: 15px;
    height: 16px;
    background: url(../img/layout/ico-home.png) no-repeat right center;
    text-indent: -9999px;
    vertical-align: middle;
    overflow: hidden;
  }
  .page-navigation li:last-child {
    color: #333;
    background: none;
  }
  .page-share,
  .btn-page-print {
    position: absolute;
    top: -4px;
  }
  .page-share {
    right: 52px;
  }
  .btn-share-open,
  .btn-page-print {
    display: block;
    height: 25px;
    text-indent: -9999px;
    overflow: hidden;
  }
  .btn-share-open {
    width: 22px;
    background: url(../img/layout/ico-share.png) no-repeat center center;
    background-size: 22px 25px;
  }
  .btn-page-print {
    right: 8px;
    width: 28px;
    background: url(../img/layout/ico-print.png) no-repeat center center;
  }
  .quick-util {
    display: none;
  }
  #gnb-area {
    border-top: 0;
    border-bottom: 0;
  }
  #gnb {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    color: #333;
    box-sizing: border-box;
    padding-left: 0px;
  }
  #gnb a {
    display: block;
    position: relative;
  }
  #gnb > li {
    display: table-cell;
  }
  #gnb > li > a {
    position: relative;
    height: auto;
    font-weight: 900;
    font-size: 20px;
    text-align: center;
    padding-bottom: 20px;
    white-space: nowrap;
  }
  #gnb > li.on > a,
  #gnb > li > a:hover {
    color: #115ba7;
  }
  /*#gnb > li + li > a:before { position: absolute; top: 2px; left: 0; margin-left: -4px; font-size: 14px; color: #ccc; content: '|';}*/

  .lnb {
    position: absolute;
    height: 0;
    overflow: hidden;
    width: 1200px;
    z-index: 1000;
    left: 50%;
    margin-left: -613px;
    margin-top: 43px;
  }
  .lnb > ul {
    /* width: 192px; */
    width:236px;
    height: 292px;
    border-left: 1px solid #eaeaea;
    position: absolute;
    padding: 0px 14px;
    box-sizing: border-box;
  }
  .lnb_title {
    font-size: 18px;
    font-weight: bold;
    color: #115ba7;
    letter-spacing: -0.025em;
    margin-top: -4px;
    margin-bottom: 21px !important;
  }
  .lnb > ul > li {
    margin-bottom: 5px;
  }
  .lnb > ul > li > a {
    font-size: 14px;
    letter-spacing: -0.025em;
    color: #666;
    line-height: 20px;
    display: block;
    width: 87%;
    padding-bottom: 6px;
    border-bottom: 1px solid #eaeaea;
    background-image: url('../img/layout/lnb_arrow.png');
    background-position: right 5px;
    background-repeat: no-repeat;
  }
  .lnb01 > ul {
    z-index: 1004;
    margin-left: -20px;
  }
  .lnb02 > ul {
    /* margin-left: 161px; */
    margin-left:207px;
    z-index: 1003;
  }
  .lnb03 > ul {
    /* margin-left: 342px; */
    margin-left: 416px;
    z-index: 1002;
  }
  .lnb04 > ul {
    /* margin-left: 522px; */
    margin-left: 638px;
  }
  .lnb05 > ul {
    /* margin-left: 718px; */
    margin-left: 868px;
  }
  .lnb06 > ul {
   /*  margin-left: 898px; */
    margin-left: 1092px;
  }
  .lnb07 > ul {
    margin-left: 1084px;
    border-right: 1px solid #eaeaea;
  }
  .gnb_bg {
    position: absolute;
    display: none;
    width: 100%;
    height: 350px;
    border-bottom: 1px solid #2a5487;
    z-index: 999;
    background-color: #fff;
    border-top: 1px solid #2a5487;
    box-shadow: 0 7px 10px 0 rgba(101, 97, 97, 0.1) inset;
  }
  .on .lnb {
    height: auto;
    overflow: visible;
  }

  #sidebar {
    float: left;
    width: 240px;
    height: 100%;
  }
  #sidebar-title {
    display: table-cell;
    width: 1%;
    height: 141px;
    padding: 0 10px;
    vertical-align: middle;
    text-align: center;
    font-size: 28px;
    color: #fff;
  }
  #snb {
    padding-bottom: 100px;
  }
  #snb a {
    position: relative;
    display: block;
  }
  #snb > ul > li {
    border-bottom: 1px solid #ddd;
  }
  #snb > ul > li > a {
    padding: 15px 20px;
    color: #333;
    font-size: 16px;
    line-height: 25px;
  }
  #snb > ul > li.on > a {
    font-weight: 600;
    color: #fff;
    background: #474e60;
  }
  #snb > ul > li.collapse > a {
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
  }
  #snb > ul > li.collapse > a:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 2px;
    margin-top: -1px;
    background-color: #c1c1c1;
    content: '';
  }
  #snb > ul > li.collapse > a:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 24px;
    width: 2px;
    height: 10px;
    margin-top: -5px;
    background-color: #c1c1c1;
    content: '';
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
  }
  #snb > ul > li.collapse.on > a:before,
  #snb > ul > li.collapse.on > a:after {
    background-color: #fff;
  }
  #snb > ul > li.collapse.on > a:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  #snb > ul > li > ul {
    display: none;
    padding: 15px 15px 20px 25px;
    color: #1b1b1b;
    background-color: #f3f4f6;
  }
  #snb > ul > li > ul > li > a {
    position: relative;
    padding: 5px 0 5px 12px;
    font-size: 14px;
    line-height: 22px;
    background: url(../img/layout/ico-arr-snb.png) no-repeat 0 12px;
  }
  #snb > ul > li > ul > li.on > a {
    font-weight: 600;
  }
  #snb > ul > li > ul > li.collapse > a {
    padding-right: 20px;
  }
  #snb > ul > li > ul > li.collapse > a:before {
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 5px;
    width: 10px;
    height: 2px;
    background-color: #c1c1c1;
    content: '';
  }
  #snb > ul > li > ul > li.collapse > a:after {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 9px;
    width: 2px;
    height: 10px;
    background-color: #c1c1c1;
    content: '';
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
  }
  #snb > ul > li > ul > li.collapse.on > a:after {
    transform: rotate(90deg);
  }
  #snb > ul > li > ul > li > ul {
    display: none;
    padding: 5px 0 10px;
  }
  #snb > ul > li > ul > li > ul > li > a {
    position: relative;
    padding: 2px 0 2px 24px;
    line-height: 20px;
  }
  #snb > ul > li > ul > li > ul > li > a:before {
    position: absolute;
    top: 2px;
    left: 16px;
    content: '- ';
  }
  #snb > ul > li > ul > li > ul > li.on > a {
    font-weight: 600;
    color: #195dae;
  }
  #snb a[target='_blank'] {
    position: relative;
    padding-right: 15px;
  }
  #snb a[target='_blank']:after {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 14px;
    height: 15px;
    vertical-align: middle;
    background: url(../img/common/ico-external-link.png) no-repeat;
    content: '';
  }
  #snb > ul > li > a[target='_blank'] {
    padding-right: 40px;
  }
  #snb > ul > li > a[target='_blank']:after {
    top: 20px;
    right: 20px;
  }
  #snb > ul > li > ul > li > a[target='_blank']:after {
    top: 8px;
  }
  #snb > ul > li > ul > li > ul > li > a[target='_blank']:after {
    top: 4px;
  }
  #sidebar ~ #content {
    float: right;
    width: 930px;
    padding-bottom: 100px;
  }
  #content-title {
    color: #333;
    font-size: 34px;
    line-height: 40px;
    padding-top: 56px;
    margin-bottom: 45px;
  }
  #footer {
    min-width: 1200px;
    background-color: #474e61;
  }
  .goyang-main #main-site-link {
    display: block;
    height: 50px;
    overflow: hidden;
    background-color: #f2f9fa;
  }
  #site-link {
    height: 81px;
    border-top: 2px solid #a3a3a3;
    background: #fff;
  }
  #site-link .inner {
    position: relative;
    padding: 22px 0 22px 125px;
  }
  .site-slider {
    height: 37px;
    white-space: nowrap;
    overflow: hidden;
  }
  .site-slider li {
    display: inline-block;
    margin-right: 13px;
  }
  .site-slider a {
    display: block;
    border: 1px solid #bfbfbf;
  }
  .site-slider img {
    width: 140px;
    height: 35px;
  }
  .site-slider .slick-arrow,
  .site-slider .btn-pause,
  .site-slider .btn-play {
    display: block;
    position: absolute;
    top: 27px;
    border: 1px solid #cacaca;
    width: 24px;
    height: 22px;
    text-indent: -9999px;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .site-slider .slick-prev {
    left: 21px;
    background-image: url(../img/layout/ico-slider-prev.png);
  }
  .site-slider .slick-next {
    left: 44px;
    background-image: url(../img/layout/ico-slider-next.png);
  }
  .site-slider .btn-pause {
    left: 67px;
    background-image: url(../img/layout/ico-slider-pause.png);
  }
  .site-slider .btn-play {
    display: none;
    left: 67px;
    background-image: url(../img/layout/ico-slider-play.png);
  }
  .footer-body {
    position: relative;
    padding: 25px 130px 26px 360px;
    font-size: 14px;
    color: #fff;
    line-height: 1.7;
  }
  .policy-menu {
    margin-bottom: 12px;
  }
  .policy-menu li {
    display: inline-block;
  }
  .policy-menu li strong {
    color: #ffc400;
  }
  .policy-menu li + li:before {
    content: ' | ';
  }
  #footer .wa-mark {
    position: absolute;
    right: 14px;
    bottom: 17px;
  }
  #footer .logo-btm {
    display: block;
    position: absolute;
    left: 0;
    top: 36px;
    width: 294px;
    height: 78px;
    text-indent: -9999px;
    background: url(../img/layout/logo_bottom.png) no-repeat;
  }
  .address-item {
    display: inline-block;
    font-weight: 600;
  }
  .address-item + .address-item:before {
    content: ' | ';
  }
  .address .copy {
    display: block;
    color: #9fa3af;
  }

  /* 레이어 팝업 */
  .modal-body .btn-lg.btn-white {
    font-weight: normal;
    font-size: 18px;
  }
  .footer_banner {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 20px 0;
  }
  .footer_banner_wrap {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    position: relative;
  }
  .footer_slide {
    width: 1075px;
  }
  .footer_btn {
    position: absolute;
    right: 0;
    top: 0;
  }
  .footer_btn li {
    float: left;
    margin-left: -1px;
  }
  .footer_btn:after {
    display: block;
    content: '';
    clear: both;
  }
  .footer_btn li a {
    display: block;
    width: 60px;
    height: 60px;
    background-image: url('../img/one_main/footer_btn.png');
  }
  .footer_next {
    background-position: -59px 0;
  }
}

/* Middle & Small */

@media only all and (max-width: 1024px) {
  .footer_banner {
    display: none;
  }
  #top-menu {
    font-size: 12px;
  }
  .global-site {
    width: 100%;
    background-color: #474e61;
  }
  .global-site li {
    display: block;
  }
  .global-site .m_gy {
    width: 70px;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .global-site:after {
    display: block;
    content: '';
    clear: both;
  }
  .global-site .mobile.util-login {
    float: right;
  }
  .global-site .mobile.util-login .login_user {
    font-size: 11px;
    color: #fff;
    line-height: 30px;
  }
  .global-site .mobile.util-login .login-extension {
    margin-right: 6px;
    margin-left: 2px;
  }
  .global-site .mobile.util-login .login-extension a {
    font-size: 11px;
    border: 1px solid #898c96;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    line-height: 12px;
    padding: 3px 7px 2px;
  }
  .global-site > li > a {
    display: block;
    height: 30px;
    line-height: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    text-align: center;
    background-color: #474e61;
  }
  .global-site li.topmenu-culture a {
    background-size: 43.5px auto;
  }
  .global-site li.on a {
    font-weight: 600;
  }
  #util-area {
    display: none;
    color: #fff;
    border-bottom: 1px solid #3d4250;
  }
  .util-menu {
    position: relative;
    margin-right: 38px;
    height: 39px;
    border-bottom: 1px solid #6c7180;
    z-index: 1500;
  }
  .util-menu li {
    float: left;
    width: 33.33%;
  }
  .util-menu > li {
    border-color: #6c7180;
  }
  .util-menu li a {
    display: block;
    line-height: 38px;
  }
  .util-menu dt a {
    position: relative;
  }
  .util-menu dt a,
  .util-menu .util-lang dd a {
    padding: 0 10px;
  }
  .util-menu .util-sns dd a {
    padding: 0 7px;
  }
  .util-menu dt a:after {
    display: block;
    position: absolute;
    right: 10px;
    top: 16px;
    width: 9px;
    height: 6px;
    background: url(../img/layout/ico-arr-down-white.png) no-repeat right 0;
    background-size: 8.5px 5.5px;
    content: '';
  }
  .util-menu dd a {
    display: block;
    position: relative;
    line-height: 34px;
    background-repeat: no-repeat;
    background-position: 0 center;
    overflow: hidden;
  }
  .util-menu .util-login .btn-mypage,
  .util-menu .remain-time,
  .util-menu .btn-extension {
    display: none;
  }
  .util-menu .util-login a {
    padding: 0 10px;
    text-align: center;
  }
  .util-menu .util-sns dd a:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -2px 5px 0 0;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px auto;
    content: '';
  }
  .util-menu .util-sns dd.sns-fb a:before {
    background-image: url(../img/layout/ico-sns-fb@2x.png);
  }
  .util-menu .util-sns dd.sns-insta a:before {
    background-image: url(../img/layout/ico-sns-insta@2x.png);
  }
  .util-menu .util-sns dd.sns-twt a:before {
    background-image: url(../img/layout/ico-sns-twt@2x.png);
  }
  .util-menu .util-sns dd.sns-tistory a:before {
    background-image: url(../img/layout/ico-sns-tistory@2x.png);
  }
  .util-menu .util-sns dd.sns-blog a:before {
    background-image: url(../img/layout/ico-sns-blog@2x.png);
  }
  .util-menu .opened dt {
    background-color: #313848;
  }
  .util-menu .opened dd {
    border-color: #6c7180;
    background-color: #474e60;
  }
  .util-quick {
    position: absolute;
    left: 0;
    right: 0;
    top: 39px;
    height: 44px;
    padding: 9px 5px;
  }
  .util-quick:after {
    clear: both;
    display: block;
    content: '';
  }
  .util-quick li {
    float: left;
    width: 25%;
    padding: 0 3px;
    text-align: center;
  }
  .util-quick li a {
    display: block;
    height: 26px;
    border: 1px solid #9195a0;
    border-radius: 13px;
    line-height: 24px;
  }
  .header-body {
    position: relative;
    height: 46px;
    border-bottom: 1px solid #ddd;
  }
  #logo {
    position: static;
    min-width: 230px;
    margin: auto;
    text-align: center;
  }
  #logo span {
    display: inline-block;
    line-height: 22px;
    vertical-align: middle;
    font-size: 10px;
  }
  #logo img {
    width: 77px;
    height: auto;
    margin-right: 5px;
  }
  .city-slogan {
    display: none;
  }
  #btn-search-open {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    text-indent: -9999px;
    background: url(../img/layout/ico-search.png) no-repeat center center;
    background-size: 21px auto;
    overflow: hidden;
  }
  #global-search {
    display: none;
    position: absolute;
    top: -30px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    word-break: normal;
    z-index: 500;
  }
  #global-search:before {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    content: '';
  }
  #global-search.opened {
    display: block;
    position: relative;
  }
  .global-search-input {
    position: relative;
    width: 100%;
    height: 50px;
    padding: 8px 45px 8px 8px;
    background-color: #2856b6;
    z-index: 520;
  }
  .global-search-input .form-global-keyword {
    width: 100%;
    height: 34px;
    border: 0;
    padding: 5px 40px 5px 10px;
    line-height: 24px;
  }
  .keyword-autocomplete,
  .global-search-result {
    min-height: 271px;
    border-top: 1px solid #c4cbdb;
    border-bottom: 1px solid #5b616f;
    background-color: #fff;
    overflow: hidden;
  }
  .keyword-autocomplete {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    background-color: #fff;
  }
  .keyword-list.keyword-list-autocomplete {
    padding: 0;
  }
  .keyword-list.keyword-list-autocomplete li:last-child {
    margin-bottom: -1px;
  }
  .btn-search-reset {
    right: 47px;
    top: 10px;
    width: 40px;
    background-color: #fff;
  }
  .btn-global-search {
    position: absolute;
    top: 0;
    right: 45px;
    width: 40px;
    height: 50px;
    text-indent: -9999px;
    background: url(../img/layout/ico-search-blue.png) no-repeat center center;
    background-size: 20.5px auto;
  }
  .global-search-result {
    position: relative;
    padding: 44px 0 8px;
    z-index: 510;
  }
  .global-search-result .no-result {
    text-align: center;
    line-height: 217px;
  }
  .global-search-result dt {
    position: absolute;
    top: 8px;
    width: calc(50% - 8px);
    right: 8px;
    border: 1px solid #474e60;
    text-align: center;
  }
  .global-search-result dt:first-child {
    left: 8px;
    right: auto;
  }
  .global-search-result dt a {
    display: block;
    line-height: 34px;
  }
  .global-search-result dd {
    display: none;
  }
  .global-search-result dt.on {
    font-weight: 600;
    color: #fff;
    background-color: #474e60;
  }
  .global-search-result dt.on + dd {
    display: block;
  }
  .keyword-autocomplete .menu-path .keyword-list li {
    border-bottom-color: #ecf0f2;
  }
  .keyword-autocomplete .btn-menu-view {
    width: calc(100% - 26px);
    height: 35px;
    margin: 8px auto;
    font-size: 13px;
    line-height: 33px;
  }
  .keyword-list {
    padding: 8px 0;
  }
  .keyword-list:after {
    display: block;
    clear: both;
    content: '';
  }
  .keyword-list li {
    position: relative;
    border-bottom: 1px solid #e1e6e9;
    padding: 0 13px;
    line-height: 39px;
  }
  .keyword-list li a {
    display: block;
    padding: 7px 0;
    font-size: 12px;
    line-height: 25px;
  }
  .keyword-list.keyword-list-latest li {
    padding-right: 35px;
  }
  .keyword-list.keyword-list-hot li {
    width: 50%;
    height: 35px;
    float: left;
    list-style: inside decimal;
    overflow: hidden;
  }
  .keyword-list.keyword-list-hot li a {
    display: inline;
  }
  .keyword-list .btn-delete {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    text-indent: -9999px;
    background: url(../img/common/ico-close-sm-gray.png) no-repeat center center;
    background-size: 8.5px auto;
    overflow: hidden;
    z-index: 510;
  }
  .global-search-result .btn-history-delete {
    display: inline-block;
    height: 26px;
    padding: 0 20px;
    border-radius: 13px;
    border: 1px solid #e6e6e6;
    color: #666;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
  }
  #global-search .btn-search-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 50px;
    text-indent: -9999px;
    background: url(../img/common/ico-close-white.png) no-repeat center center;
    background-size: 21.5px auto;
    overflow: hidden;
    z-index: 520;
  }
  #btn-sitemap-open {
    display: none;
  }
  #btn-gnb-open {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    text-indent: -9999px;
    background: url(../img/layout/ico-menu.png) no-repeat center center;
    background-size: 22px auto;
    overflow: hidden;
  }
  .mobile_bg {
    width: 100%;
    height: 30px;
    background-color: #474e5f;
  }
  #gnb-area {
    display: none;
  }
  .lnb {
    display: none;
  }
  #gnb-area li.on > .lnb {
    display: block;
  }
  .allmenu-opened {
    width: 100vw;
    height: 100vh;
    position: fixed;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .allmenu-opened:before {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.4);
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-overflow-scrolling: touch;
    z-index: 900;
  }
  #util-area,
  #gnb-area {
    display: none;
    position: absolute;
    /* left: -414px; */
    width: 414px;
    max-width: 100vw;
    transform: translateX(-414px);
    -webkit-transform: translateX(-414px);
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -webkit-overflow-scrolling: touch;
  }
  #util-area {
    top: 0;
    height: 40px;
    background-color: #474e60;
    z-index: 1010;
  }
  #gnb-area {
    top: 0;
    width: 78%;
    height: calc(100vh - 40px);
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    z-index: 1000;
  }
  #header {
    position: relative;
  }
  #btn-allmenu-close {
    border-bottom: 0;
    width: 30px;
    height: 30px;
    left: 0;
    border-right: 1px solid #6c717f;
  }
  #btn-allmenu-close {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background: url(../img/common/ico-close-white.png) no-repeat center center;
    background-size: 18px auto;
    z-index: 1600;
  }
  .allmenu-opened #util-area,
  .allmenu-opened #gnb-area {
    display: block;
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  #gnb {
    position: relative;
  }
  #gnb:before {
    position: absolute;
    width: 1px;
    height: calc(100vh - 84px);
    min-height: 100%;
    left: 44%;
    top: 0;
    bottom: 0;
    background-color: #ebebeb;
    content: '';
  }
  #gnb a {
    position: relative;
    display: block;
  }
  #gnb > li > a {
    position: relative;
    width: 44%;
    height: 50px;
    padding-top: 0;
    line-height: 50px;
    color: #333;
    font-size: 14px;
    text-align: center;
    letter-spacing: -1.5px;
  }
  #gnb > li > a:before {
    position: absolute;
    width: calc(100% - 15px);
    height: 1px;
    background-color: #ebebeb;
    content: ' ';
    left: 0;
    bottom: -1px;
  }
  #gnb > li > a.pt_10 {
    padding-top: 10px;
  }
  #gnb > li.on > a:before {
    background-position: right 0;
  }
  #gnb > li.on > a {
    font-weight: 600;
    color: #fff;
    border-color: transparent;
    background-color: #2856b6;
  }
  .lnb {
    position: absolute;
    top: 0;
    left: 44%;
    right: 0;
    font-size: 14px;
    height: calc(100vh - 44%);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .ios #gnb,
  .ios .lnb > ul {
    position: relative;
    min-height: calc(100% + 1px);
    padding-bottom: 100px;
    -webkit-transform: translate3d(0, 0, 0);
  }
  .lnb > ul > li {
    position: relative;
    border-bottom: 1px solid #ebebeb;
  }
  .lnb > ul > li:before {
    position: absolute;
    top: 19px;
    left: 15px;
    width: 2px;
    height: 2px;
    background-color: #333;
    content: '';
    z-index: 100;
  }
  .lnb > ul > li > a {
    padding: 11px 15px 11px 25px;
    line-height: 21px;
    font-size: 12px;
  }
  .lnb_title {
    display: none;
  }
  .lnb ul ul {
    display: none;
  }
  .lnb li.collapse > a {
    padding-right: 30px;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
  }
  .lnb li.collapse > a:before,
  .lnb li.collapse > a:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    background-color: #9ea7b5;
    content: '';
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
  }
  .lnb li.collapse > a:before {
    right: 15px;
    width: 13px;
    height: 1px;
    margin-top: -1px;
  }
  .lnb li.collapse > a:after {
    right: 21px;
    width: 1px;
    height: 13px;
    margin-top: -7px;
  }
  .lnb li.collapse.on > a {
    font-weight: 600;
  }
  .lnb li.collapse.on > a:after {
    transform: rotate(90deg);
  }
  .lnb > ul > li > ul {
    padding: 10px 0;
    border-top: 1px solid #ebebeb;
    background-color: #f2f4f7;
  }
  .lnb > ul > li > ul > li {
    position: relative;
  }
  .lnb > ul > li > ul > li:before {
    display: inline-block;
    position: absolute;
    left: 26px;
    top: 1px;
    content: '- ';
  }
  .lnb > ul > li > ul > li > a {
    padding: 3px 10px 3px 34px;
    line-height: 18px;
  }
  .lnb > ul > li > ul > li > ul {
    padding: 5px 0;
  }
  .lnb > ul > li > ul > li > ul > li > a {
    padding: 2px 10px 2px 44px;
    line-height: 18px;
  }
  #breadcrumb {
    position: relative;
    height: 35px;
    background: #f2f4f7;
    border-bottom: 1px solid #ddd;
  }
  .fixed #breadcrumb {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .fixed #content {
    padding-top: 35px;
  }
  .fixed .page-share {
    display: none;
  }
  #btn-page-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    text-indent: -9999px;
    background: url(../img/layout/ico-back.png) no-repeat center center;
    background-size: auto 12px;
    overflow: hidden;
  }
  .page-navigation {
    color: #666;
    margin-left: 35px;
    font-size: 12px;
    line-height: 35px;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .page-navigation li {
    display: inline-block;
  }
  .page-navigation li {
    display: inline-block;
    margin-right: 3px;
    padding-right: 10px;
    background: url(../img/layout/ico-arr-breadcrumb.png) no-repeat right center;
    background-size: auto 9px;
  }
  .page-navigation li.home {
    display: none;
  }
  .page-navigation li:last-child {
    color: #333;
    background: none;
  }
  .page-share {
    position: absolute;
    top: 58px;
    right: 10px;
  }
  .btn-share-open {
    display: block;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
    background: url(../img/layout/ico-share.png) no-repeat center center;
    background-size: 17px 20px;
    overflow: hidden;
  }
  #page-share-body {
    background-color: #fff;
    top: 1px;
  }
  #page-share-body.opened {
    width: 168px;
  }
  .page-share-list li a,
  .btn-share-close {
    width: 25px;
    height: 25px;
  }
  .page-share-list li a {
    background-size: 25px auto;
  }
  .btn-share-close {
    background-size: 15px auto;
  }
  .btn-page-print {
    display: none;
  }
  #sidebar,
  #gsearch-sidebar {
    display: none;
  }
  .layout-gsearch #content {
    min-height: calc(100vh - 233px);
  }
  .layout-event #content {
    min-height: calc(100vh - 233px);
  }
  .layout-error #content {
    min-height: calc(100vh - 233px);
  }
  #content-title {
    color: #333;
    font-size: 20px;
    line-height: 25px;
    padding-top: 25px;
    padding-right: 30px;
    margin-bottom: 15px;
  }
  #site-link {
    display: none;
  }
  #footer {
    padding: 18px 13px 24px;
    font-size: 10px;
    color: #fff;
    text-align: center;
    line-height: 1.45;
    background-color: #474e61;
  }
  .policy-menu {
    margin-bottom: 10px;
  }
  .policy-menu li strong {
    color: #ffc400;
  }
  .policy-menu li {
    display: inline-block;
  }
  .policy-menu li:nth-child(4),
  .policy-menu li:nth-child(5),
  .policy-menu li:nth-child(6),
  .policy-menu li:nth-child(8) {
    display: none;
  }
  .policy-menu li + li:before {
    content: ' | ';
  }
  #footer .wa-mark {
    display: none;
  }
  #footer .logo-btm {
    display: none;
  }
  .address-item {
    display: inline-block;
  }
  .address-item + .address-item:before {
    content: ' | ';
  }
  .address-item:nth-child(1) {
    display: block;
  }
  .address-item:nth-child(2):before {
    content: '';
  }
  .address .copy {
    display: block;
    margin-top: 5px;
    color: #9fa3af;
  }

  /* 레이어 팝업 */
  .modal-body .table-write {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

/* Middle Only */

@media only all and (max-width: 1024px) and (min-width: 768px) {
}

/* Small Only */

@media only all and (max-width: 767px) {
  /* 레이어 팝업 */
  .modal-title {
    padding: 12px 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .modal-body {
    padding: 20px 20px 30px;
  }
  .btn-close-modal {
    width: 44px;
    height: 44px;
    background-size: 16px 16px;
  }
}
@media only all and (max-width: 414px) {
}
