@charset "UTF-8";
.swiper-wrapper {
  transition-timing-function: ease-out;
  position: relative;
  display: flex;
  transform-style: preserve-3d;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-slide {
  display: inline-block;
  flex-shrink: 0;
}

@media screen and (max-width: 800px) {
  .swiper-slide {
    width: 100% !important;
  }
}

#wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
  word-break: keep-all;
}

#header_wrap {
  position: fixed;
  width: 100%;
  z-index: 99999;
}

@media screen and (max-width: 1500px) {
  #header_wrap {
    padding: 0 14px;
  }
}

#header {
  width: 100%;
  position: relative;
}

@media (min-width: 320px) and (max-width: 690px) {
  #header {
    height: 9rem;
  }
}

@media (min-width: 691px) and (max-width: 1399px) {
  #header {
    height: 9rem;
  }
}

.header_scroll {
  position: fixed !important;
  background: #fff;
  z-index: 99;
}

.header_scroll .header_top {
  display: none;
}

.header_scroll .pullDownbg {
  top: 7rem;
}

.header_top {
  width: 100%;
  height: 3.5rem;
  background: #eee;
}

.header_top .header_topwrap {
  position: relative;
  width: 1500px;
  margin: 0 auto;
}

@media (min-width: 320px) and (max-width: 690px) {
  .header_top .header_topwrap {
    width: 100%;
  }
}

@media (min-width: 691px) and (max-width: 1399px) {
  .header_top .header_topwrap {
    width: 100%;
  }
}

@media (min-width: 1400px) and (max-width: 1500px) {
  .header_top .header_topwrap {
    width: 100%;
  }
}

.header_top .header_topwrap .link_site_wrap > a:nth-child(1) {
  background: #445EA5;
}

.header_top .header_topwrap .link_site_wrap > a:nth-child(2) {
  background: #666;
}

.header_top .header_topwrap .link_site_wrap > a:nth-child(3) {
  background: #999;
}

.header_top .header_topwrap .link_site_wrap a {
  position: relative;
  float: left;
  color: #fff;
  line-height: 35px;
  font-size: 1.3rem;
  padding: 0 3.8rem 0 1.5rem;
}

.header_top .header_topwrap .link_site_wrap a:after {
  content: '';
  position: absolute;
  top: 0.4rem;
  width: 15px;
  height: 15px;
  background: url("/pages/gjonestop/img/btn_link_wh.png") right center no-repeat;
  background-size: contain;
  padding-right: 7px;
}

.header_top .header_topwrap .header_info {
  position: absolute;
  top: 0;
  right: 0;
}

.header_top .header_topwrap .header_info > li {
  float: left;
  padding-right: 2rem;
}

.header_top .header_topwrap .header_info > li > a {
  color: #555;
  line-height: 3.3rem;
  font-size: 1.3rem;
}

@media (min-width: 320px) and (max-width: 690px) {
  .header_top {
    display: none;
  }
}

@media (min-width: 691px) and (max-width: 1399px) {
  .header_top {
    display: none;
  }
}

#menuwrap {
  position: relative;
  width: 1500px;
  margin: 0 auto;
  text-align: center;
  height: 9rem;
}

@media (min-width: 320px) and (max-width: 690px) {
  #menuwrap {
    width: 100%;
  }
}

@media (min-width: 691px) and (max-width: 1399px) {
  #menuwrap {
    width: 100%;
  }
}

@media (min-width: 1400px) and (max-width: 1500px) {
  #menuwrap {
    width: 100%;
  }
}

#menuwrap h1 {
  position: absolute;
  top: 1.6rem;
  left: 0;
  z-index: 99;
}

#menuwrap h1:first-child span.logo {
  float: left;
}

@media (min-width: 320px) and (max-width: 690px) {
  #menuwrap h1:first-child span.logo {
    width: 20rem;
    display: inline-block;
    padding-top: 2rem;
  }
}

@media (min-width: 691px) and (max-width: 1399px) {
  #menuwrap h1:first-child span.logo {
    width: 20rem;
    display: inline-block;
    padding-top: 2rem;
  }
}

@media (min-width: 320px) and (max-width: 690px) {
  #menuwrap h1:first-child span.logo img {
    width: 100%;
  }
}

@media (min-width: 691px) and (max-width: 1399px) {
  #menuwrap h1:first-child span.logo img {
    width: 100%;
  }
}

@media (min-width: 320px) and (max-width: 690px) {
  #menuwrap h1 {
    top: 0;
  }
}

@media (min-width: 691px) and (max-width: 1399px) {
  #menuwrap h1 {
    top: 0;
  }
}

#menuwrap h1 a:hover {
  text-decoration: none;
}

#menuwrap h1 .dep {
  font-size: 2.4rem;
  line-height: 4rem;
  display: inline-block;
  padding: 1.1rem 0 0 1rem;
  letter-spacing: -.06rem;
}

@media (min-width: 320px) and (max-width: 690px) {
  #menuwrap h1 .dep {
    font-size: 1.6rem;
    padding-top: 2.5rem;
  }
}

@media (min-width: 691px) and (max-width: 1399px) {
  #menuwrap h1 .dep {
    font-size: 1.6rem;
    padding-top: 2.5rem;
  }
}

@media (min-width: 320px) and (max-width: 690px) {
  #menuwrap #navigation {
    display: none;
  }
}

@media (min-width: 691px) and (max-width: 1399px) {
  #menuwrap #navigation {
    display: none;
  }
}

.pullDownbg {
  display: none;
  width: 100%;
  height: 18rem;
  background: #fff;
  position: absolute;
  top: 13rem;
  z-index: 999;
  border-bottom: 1px solid #ddd;
}

@media (min-width: 691px) and (max-width: 1399px) {
  .pullDownbg {
    display: none;
  }
}

@media (min-width: 1400px) and (max-width: 1500px) {
  .pullDownbg {
    display: none;
  }
}

#navigation {
  display: inline-block;
  float: right;
  margin: 1.6rem 4rem 0 0;
}

#navigation > li {
  float: left;
}

#navigation > li > a {
  display: inline-block;
  padding: 1.4rem 3rem;
  font-size: 2.2rem;
  position: relative;
  margin: 0;
}

#navigation > li > a:hover:after {
  width: 100%;
  left: 0;
  bottom: 0;
}

#navigation > li > a:hover {
  font-weight: 700;
  text-decoration: none;
}

.pullDown {
  width: inherit;
  position: absolute;
  top: 9rem;
  z-index: 9999;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.pullDown ul {
  display: block;
  width: inherit;
  float: left;
  min-width: 160px;
  text-align: center;
  padding: 1rem 0;
}

.pullDown ul > li {
  display: block;
  line-height: calc((1.5rem * 1.75) + 4px);
  text-align: left;
}

.pullDown a {
  position: relative;
  display: block;
  color: #666;
  width: 100%;
  padding: 0 3rem;
  background: none;
  transition: background-color 0.2s ease;
}

.pullDown a span {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.pullDown a.blank span {
  display: inline-block;
  padding-right: 4rem;
}

.pullDown a:hover {
  background-color: #de7986;
  width: 100%;
  color: #fff;
  text-decoration: none;
}

#navigation_mobile_wrap {
  display: none;
}

.header_menu {
  position: absolute;
  top: 2.8rem;
  right: 0;
}

@media (min-width: 320px) and (max-width: 690px) {
  .header_menu {
    position: absolute;
    top: 2.4rem;
  }
}

@media (min-width: 691px) and (max-width: 1399px) {
  .header_menu {
    position: absolute;
    top: 2.4rem;
  }
}

.header_menu .navBtn1 {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
}

.header_menu .navBtn1 .bar {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #5b5b5b;
  margin: 6px 0;
  opacity: 1;
  transition: 0.3s all;
}

.header_menu .navBtn1 .bar:nth-child(2) {
  width: 24px;
}

.header_menu .navBtn1.is-open .bar:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
  transition: 0.3s all;
}

.header_menu .navBtn1.is-open .bar:nth-child(2) {
  opacity: 0;
  transition: 0.3s all;
}

.header_menu .navBtn1.is-open .bar:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
  transition: 0.3s all;
}

/*모바일메뉴*/
#navigation_pc {
  position: relative;
  margin: 0 auto;
}

#m_header_wrap {
  display: none;
}

#navigation_mobile_wrap {
  display: none;
}

@media (min-width: 320px) and (max-width: 690px) {
  #navigation_mobile_wrap {
    display: block;
  }
}

@media (min-width: 691px) and (max-width: 1399px) {
  #navigation_mobile_wrap {
    display: block;
  }
}

.header_fullmenu a.btn_fullmenu_t {
  top: 46px;
}

.navBtn1.is-open .bar:nth-child(1) {
  top: 12px;
  transform: translateY(0) rotate(45deg);
  -webkit-transform: translateY(0) rotate(45deg);
  -moz-transform: translateY(0) rotate(45deg);
}

.navBtn1.is-open .bar:nth-child(2) {
  opacity: 0;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
}

.navBtn1.is-open .bar:nth-child(3) {
  top: 12px;
  transform: translateY(0) rotate(-45deg);
  -webkit-transform: translateY(0) rotate(-45deg);
  -moz-transform: translateY(0) rotate(-45deg);
}

.navBtn1:hover .bar:nth-child(2) {
  left: 5px;
}

#navigation_mobile.active .nav_box {
  right: 0 !important;
}

/* mobile_menu */
#m_header_wrap {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.m_nav_box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 85px;
  border-top: 1px solid #ddd;
  left: 0;
  background: #fff;
  z-index: 9999;
  overflow: hidden;
}

.m_nav_box .nav_box {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0px;
  right: -100%;
  background: #fff;
  transition: right 0.3s;
}

.m_nav_box .nav_top .login_wrap {
  background: #eee;
  width: 100%;
  height: 35px;
  float: left;
}

.m_nav_box .nav_top .login_wrap ul > li {
  float: left;
  width: 50%;
}

.m_nav_box .nav_top .login_wrap ul > li:nth-child(2) a {
  background-color: #ddd;
}

.m_nav_box .nav_top .login_wrap ul > li > a {
  display: inline-block;
  color: #666;
  line-height: 35px;
  width: 100%;
  text-decoration: none;
  text-align: center;
}

.m_nav_box .nav_top .login_wrap > a {
  position: relative;
  display: inline-block;
  color: #666;
  line-height: 3.5rem;
  font-size: 1.6rem;
  width: 100%;
  color: #666;
  font-size: 1.3rem;
  padding-left: 15px;
}

.m_nav_box .nav_top .link_wrap {
  background: #fff;
  width: 100%;
}

.m_nav_box .nav_top .link_wrap > li {
  float: left;
  width: 33.3%;
}

.m_nav_box .nav_top .link_wrap > li:nth-child(1) a {
  background: #666;
}

.m_nav_box .nav_top .link_wrap > li:nth-child(2) a {
  background: #999;
}

.m_nav_box .nav_top .link_wrap > li:nth-child(3) a {
  background: #445EA5;
}

.m_nav_box .nav_top .link_wrap > li > a {
  position: relative;
  display: block;
  float: left;
  color: #666;
  height: 35px;
  line-height: 3.5rem;
  font-size: 1.6rem;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
}

.m_nav_box .nav_top .link_wrap > li > a:after {
  content: '';
  position: absolute;
  top: 0.4rem;
  width: 15px;
  height: 15px;
  background: url("/pages/gjonestop/img/btn_link_wh.png") right center no-repeat;
  background-size: contain;
  padding-right: 7px;
}

.m_nav_box .depth_1_box {
  width: 35%;
  background: #646678;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}

.m_nav_box .depth_1_box ul {
  padding-top: 15px;
}

.m_nav_box .depth_1_box ul li a {
  display: block;
  width: 100%;
  line-height: 23px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 15px 0 15px 25px;
}

.m_nav_box .depth_1_box ul li a:hover, .m_nav_box .depth_1_box ul li a.active {
  background: #fff;
  color: #222;
  text-decoration: none;
}

.m_nav_box .depth_2_box {
  position: absolute;
  width: 65%;
  height: 100%;
  top: 0;
  left: 35%;
  overflow-y: auto;
  padding: 20px 25px 180px 25px;
}

.m_nav_box .depth_2_box li a {
  color: #000;
  display: block;
  width: 100%;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  padding: 12px;
  word-break: normal;
  border-bottom: 1px solid #ddd;
  word-break: keep-all;
}

.m_nav_box .depth_2_box li a:hover, .m_nav_box .depth_2_box li a.on {
  background: #646678;
  color: #fff;
  color: #fff;
  text-decoration: none;
}

.m_nav_box .depth_2_box li a.blank {
  display: inline-block;
  background: url("/pages/gjonestop/img/icon_blank_off.png") 97% center no-repeat;
  padding-right: 4rem;
}

.m_nav_box .depth_2_box li a.blank:hover {
  background: #646678 url("/pages/gjonestop/img/icon_blank_on.png") 97% center no-repeat;
}

.m_nav_box .depth_2_box li ul {
  padding: 3px 0px 30px 0px;
  background: #f8f8f8;
  margin-top: 10px;
}

.m_nav_box .depth_2_box li ul li a {
  color: #999;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  padding: 7px 20px;
  border: none !important;
}

.m_nav_box .depth_2_box li ul li a:hover, .m_nav_box .depth_2_box li ul li a.active {
  background: #222;
  color: #fff;
  color: #fff;
  text-decoration: none;
}

.header {
  transition: all 0.35s ease;
}

.header_fullmenu {
  padding: 10px 0 0 4px;
  float: right;
}

.header_fullmenu a.btn_fullmenu {
  display: block;
  position: relative;
  top: 35px;
  width: 40px;
  height: 36px;
  overflow: hidden;
  background: url("/pages/gjonestop/img/ main/header_btn_fullmenu.gif") 0 0 no-repeat;
}

.header_fullmenu a.btn_fullmenu span {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
}

/*footer*/
#footer {
  width: 100%;
  overflow: hidden;
  margin-top: 5rem;
}

@media (min-width: 320px) and (max-width: 690px) {
  #footer {
    height: auto;
  }
}

@media (min-width: 691px) and (max-width: 1399px) {
  #footer {
    height: auto;
  }
}

#footer .footer_menu {
  width: 100%;
  background: #424242;
  padding: 30px 0;
}

#footer .footer_menu ul {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}

#footer .footer_menu ul li {
  display: inline-block;
  border-right: 1px solid;
  padding: 0 18px;
}

#footer .footer_menu ul li:first-child {
  padding: 0 18px 0 0;
}

#footer .footer_menu ul li:last-child {
  border-right: 0 none;
}

#footer .footer_menu ul li a {
  color: #fff;
}

@media screen and (max-width: 500px) {
  #footer .footer_menu ul li {
    padding: 0 14px;
  }
  #footer .footer_menu ul li:first-child {
    padding: 0 14px 0 0;
  }
  #footer .footer_menu ul li a {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 500px) and (max-width: 400px) {
  #footer .footer_menu {
    padding: 10px 24px !important;
  }
  #footer .footer_menu ul {
    height: auto;
    overflow: hidden;
  }
  #footer .footer_menu ul li {
    display: inline-block;
    float: left;
    width: calc((100% - 10px) / 2);
    padding: 0;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #footer .footer_menu ul li:nth-child(2n) {
    border-right: 0;
    margin-right: 0;
  }
  #footer .footer_menu ul li:first-child {
    padding: 0;
  }
  #footer .footer_menu ul li:last-child {
    margin-bottom: 0;
  }
  #footer .footer_menu ul li a {
    font-size: 1.4rem;
  }
}

#footer .footer_bottom {
  background: #393939;
  padding: 30px 0 60px 0;
}

#footer .footer_bottom .copy_box {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}

#footer .footer_bottom .copy_box address {
  color: #ffffff;
  line-height: 29px;
}

#footer .footer_bottom .copy_box address ul {
  display: inline-block;
}

#footer .footer_bottom .copy_box address ul li {
  display: inline-block;
  margin-left: 30px;
}

#footer .footer_bottom .copy_box address ul li:first-child {
  margin-left: 0;
}

#footer .footer {
  width: 1500px;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 320px) and (max-width: 690px) {
  #footer .footer {
    width: 100%;
  }
}

@media (min-width: 691px) and (max-width: 1399px) {
  #footer .footer {
    width: 100%;
  }
}

@media (min-width: 1400px) and (max-width: 1500px) {
  #footer .footer {
    width: 100%;
  }
}

@media (min-width: 320px) and (max-width: 690px) {
  #footer .footer {
    padding-bottom: 2rem;
  }
}

@media (min-width: 691px) and (max-width: 1399px) {
  #footer .footer {
    padding-bottom: 2rem;
  }
}

#footer .footer h1 {
  position: absolute;
  top: 30px;
  left: 0;
}

@media (min-width: 320px) and (max-width: 690px) {
  #footer .footer h1 {
    position: static;
    margin: 0 auto;
    text-align: center;
    padding: 2rem 0 0 0;
  }
}

@media (min-width: 691px) and (max-width: 1399px) {
  #footer .footer h1 {
    position: static;
    margin: 0 auto;
    text-align: center;
    padding: 2rem 0 0 0;
  }
}

@media (min-width: 320px) and (max-width: 690px) {
  #footer .footer h1 img {
    max-width: 15rem;
  }
}

@media (min-width: 691px) and (max-width: 1399px) {
  #footer .footer h1 img {
    max-width: 15rem;
  }
}

#footer .footer h1 a:hover {
  text-decoration: none;
}

#footer .footer h1 .dep {
  font-size: 2.3rem;
  line-height: 6rem;
  padding-left: 1rem;
  letter-spacing: -.06rem;
  color: #999;
}

@media (min-width: 320px) and (max-width: 690px) {
  #footer .footer h1 .dep {
    line-height: 4rem;
    display: block;
  }
}

@media (min-width: 691px) and (max-width: 1399px) {
  #footer .footer h1 .dep {
    line-height: 6rem;
  }
}

#footer .footer .copy_box {
  padding: 3.6rem 0 0 32rem;
  overflow: hidden;
}

@media (min-width: 320px) and (max-width: 690px) {
  #footer .footer .copy_box {
    padding: 1rem;
    text-align: center;
  }
}

@media (min-width: 691px) and (max-width: 1399px) {
  #footer .footer .copy_box {
    padding: 1rem;
    text-align: center;
  }
}

#footer .footer .copy_box ul {
  width: 100%;
  float: left;
}

#footer .footer .copy_box ul > li {
  float: left;
  padding-right: 1.4rem;
}

@media (min-width: 320px) and (max-width: 690px) {
  #footer .footer .copy_box ul > li {
    float: none;
    display: inline-block;
  }
}

@media (min-width: 691px) and (max-width: 1399px) {
  #footer .footer .copy_box ul > li {
    float: none;
    display: inline-block;
  }
}

#footer .footer .copy_box ul > li:last-child:before {
  content: '';
  display: block;
  position: absolute;
  width: .1rem;
  height: 1.4rem;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0.4;
}

#footer .footer .copy_box ul > li:last-child a {
  padding-left: 2rem;
}

#footer .footer .copy_box ul > li > a {
  color: #fff;
  font-size: 1.5rem;
  display: block;
  opacity: 0.8;
}

#footer .footer .copy_box address {
  float: left;
  color: #fff;
  padding-top: 2rem;
  line-height: 2.4rem;
  font-weight: 100;
  font-size: 1.5rem;
  opacity: 0.8;
}

@media (min-width: 691px) and (max-width: 1399px) {
  #footer .footer .copy_box address {
    clear: both;
    float: none;
  }
}

@media screen and (max-width: 1500px) {
  #footer .footer_menu {
    padding: 30px 24px;
  }
  #footer .footer_bottom {
    padding: 30px 24px 60px;
  }
}

@media screen and (max-width: 1000px) {
  #footer .footer_bottom .copy_box {
    display: block;
    width: 100%;
  }
  #footer .footer_bottom .copy_box address {
    width: 100%;
    box-sizing: border-box;
  }
  #footer .footer_bottom .copy_box address ul li {
    width: 100%;
    float: left;
    margin-left: 0;
  }
}

@media screen and (max-width: 1000px) and (max-width: 500px) {
  #footer address {
    font-size: 1.2rem;
  }
}

#sub_content {
  padding-top: 90px;
}

#sub_content .lnb {
  float: left;
  margin-right: 3rem;
}

@media (min-width: 320px) and (max-width: 690px) {
  #sub_content .lnb {
    display: none;
  }
}

@media (min-width: 691px) and (max-width: 1399px) {
  #sub_content .lnb {
    display: none;
  }
}

#sub_content .lnb h2 {
  width: 23rem;
  height: 13rem;
  background: #445EA5;
  text-align: center;
  color: #fff;
  line-height: 13rem;
}

#sub_content .lnb .sub_2dmenu {
  width: 23rem;
  float: left;
}

#sub_content .lnb .sub_2dmenu > li {
  width: 100%;
  border-bottom: 1px solid #ddd;
  float: left;
}

#sub_content .lnb .sub_2dmenu > li > a {
  display: block;
  width: 100%;
  line-height: 5rem;
  color: #666;
  padding: 0 0 0 2rem;
  float: left;
}

#sub_content .lnb .sub_2dmenu > li > a.on {
  font-weight: 600;
  color: #fff !important;
  background: #909fc9 url("/pages/gjonestop/img/arrow_lnb_2depth_on.png") right center no-repeat;
}

#sub_content .lnb .sub_2dmenu > li > a:hover {
  color: #222;
  font-weight: 700;
  text-decoration: none;
}

#sub_content .lnb .sub_2dmenu > li > a.blank span {
  display: inline-block;
  background: url("/pages/gjonestop/img/icon_blank_off.png") right center no-repeat;
  padding-right: 4rem;
  height: 5rem;
}

#sub_content .lnb .sub_2dmenu .sub_3dmenu {
  width: 100%;
  background: #eee;
  float: left;
}

#sub_content .lnb .sub_2dmenu .sub_3dmenu ul li {
  width: 100%;
  float: left;
}

#sub_content .lnb .sub_2dmenu .sub_3dmenu ul li a {
  display: block;
  height: 4rem;
  line-height: 4rem;
  border-bottom: 1px dotted #ddd;
  color: #666;
  width: 100%;
  padding: 0 3rem;
}

#sub_content .lnb .sub_2dmenu .sub_3dmenu ul li a:hover, #sub_content .lnb .sub_2dmenu .sub_3dmenu ul li a.on {
  text-decoration: none;
  background: #555;
  color: #fff;
}

@media screen and (max-width: 700px) {
  #sub_content {
    padding-top: 87px;
  }
}

.content_box {
  float: left;
  width: 100%;
}

@media (min-width: 320px) and (max-width: 690px) {
  .content_box {
    width: 100%;
  }
}

@media (min-width: 691px) and (max-width: 1399px) {
  .content_box {
    width: 100%;
  }
}

.content_box #s_visual {
  width: 100%;
  height: 26rem;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 320px) and (max-width: 690px) {
  .content_box #s_visual {
    height: 20rem;
  }
}

.content_box #s_visual .sub_title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
  font-family: 'S-Core_Dream', sans-serif;
}

.content_box #s_visual .s_visual {
  width: 100%;
  height: 27rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 320px) and (max-width: 690px) {
  .content_box #s_visual .s_visual {
    padding: 0 3rem;
    height: 20rem;
  }
}

@media (min-width: 1400px) and (max-width: 1500px) {
  .content_box #s_visual .s_visual {
    background-size: cover;
  }
}

@media (min-width: 691px) and (max-width: 1399px) {
  .content_box #s_visual .s_visual {
    background-size: cover;
  }
}

.content_box #s_visual .s_visual .txt_wrap {
  position: relative;
  z-index: 2;
}

.content_box #s_visual .s_visual:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
}

.content_box #s_visual .s_visual h3 {
  font-size: 2.7rem;
  color: #fff;
  line-height: 3.7rem;
}

@media (min-width: 320px) and (max-width: 690px) {
  .content_box #s_visual .s_visual h3 {
    font-size: 2.5rem;
  }
}

.sub01 {
  background-image: url("/pages/gjonestop/img/s_visual1.jpg");
}

.sub02 {
  background-image: url("/pages/gjonestop/img/s_visual2.jpg");
}

.sub03 {
  background-image: url("/pages/gjonestop/img/s_visual3.jpg");
}

.sub04 {
  background-image: url("/pages/gjonestop/img/s_visual4.jpg");
}

.sub05 {
  background-image: url("/pages/gjonestop/img/s_visual5.jpg");
}

.sub06 {
  background-image: url("/pages/gjonestop/img/s_visual6.jpg");
}

.sub07 {
  background-image: url("/pages/gjonestop/img/s_visual7.jpg");
}

/* weblocation */
.weblocation {
  float: left;
  height: 6.7rem;
  display: block;
  z-index: 11;
  width: 100%;
}

.weblocation .weblocation_box {
  width: 1500px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  height: auto;
  margin: 0 auto;
}

@media (min-width: 320px) and (max-width: 690px) {
  .weblocation .weblocation_box {
    width: 100%;
  }
}

@media (min-width: 691px) and (max-width: 1399px) {
  .weblocation .weblocation_box {
    width: 100%;
  }
}

@media (min-width: 1400px) and (max-width: 1500px) {
  .weblocation .weblocation_box {
    width: 100%;
  }
}

.weblocation .weblocation_box .location {
  float: left;
  position: relative;
}

.weblocation .weblocation_box .location .depth_box2_a span {
  color: #de7986;
}

.weblocation .weblocation_box .location .location_dept {
  display: none;
  width: inherit;
  top: 67px;
  z-index: 15;
  border: 1px solid #ddd;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  padding: 12px 0 25px;
  background-color: #fff !important;
}

.weblocation .weblocation_box .location .location_dept > li {
  margin: 0 0 1px !important;
  background: none !important;
}

.weblocation .weblocation_box .location .location_dept a {
  display: block;
  width: 100%;
  line-height: 28px !important;
  font-size: 1.5rem !important;
  padding-left: 15px;
}

.weblocation .weblocation_box .location .location_dept a.lnb_blank {
  display: inline-block;
  background: url("/pages/gjonestop/img/icon_blank_on.png") 95% center no-repeat;
  padding-right: 4rem;
}

.weblocation .weblocation_box .location .location_dept a:hover, .weblocation .weblocation_box .location .location_dept a.on {
  background-color: #de7986 !important;
  font-weight: 700 !important;
  color: #fff !important;
  text-decoration: none;
}

.weblocation .weblocation_box .location > li {
  min-width: 200px;
  float: left;
  display: block;
}

.weblocation .weblocation_box .location > li > a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0 10rem 0 2rem;
  font-size: 1.5rem;
  line-height: 6.8rem;
  color: #666;
  position: relative;
  border-right: 1px solid #ddd;
  background: url("/pages/gjonestop/img/icon_util_arrow.png") no-repeat;
  background-position: center right 30px;
  font-weight: 400;
}

@media (min-width: 320px) and (max-width: 690px) {
  .weblocation .weblocation_box .location > li > a {
    padding: 0 4rem 0 1rem;
  }
}

.weblocation .weblocation_box .location > li > a:hover, .weblocation .weblocation_box .location > li > a:focus {
  text-decoration: none;
}

.weblocation .weblocation_box .location > li.home {
  min-width: 0;
  position: relative;
  width: 6.8rem;
  height: 6.8rem;
  padding: 0;
  border-right: 0;
  background: #9e9393 url("/pages/gjonestop/img/home_bg.png") center center no-repeat;
}

.weblocation .weblocation_box .location > li.home > a {
  width: 68px;
  padding: 0;
}

@media (min-width: 320px) and (max-width: 690px) {
  .weblocation .weblocation_box .location > li.home {
    display: none;
  }
}

.subtop_title {
  width: 100%;
  overflow: hidden;
  padding: 6rem 0;
  text-align: center;
  color: #222;
  font-size: 3.4rem;
}

#contents_wrap {
  width: 1500px;
  margin: 0 auto;
  padding: 0 0 7rem 0;
  overflow: hidden;
}

@media (min-width: 320px) and (max-width: 690px) {
  #contents_wrap {
    width: 100%;
  }
}

@media (min-width: 691px) and (max-width: 1399px) {
  #contents_wrap {
    width: 100%;
  }
}

@media (min-width: 1400px) and (max-width: 1500px) {
  #contents_wrap {
    width: 100%;
  }
}

@media (min-width: 320px) and (max-width: 690px) {
  #contents_wrap {
    padding: 0 2rem 2rem 2rem;
  }
}

@media (min-width: 691px) and (max-width: 1399px) {
  #contents_wrap {
    padding: 0 2rem 2rem 2rem;
  }
}

/* sitemap */
#sitemap {
  background: #93afd1;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0px;
  left: 0;
  padding: 180px 0 0 0;
  opacity: 1;
}

/* sns qr*/
.contents_top {
  position: relative;
  width: 100%;
  height: 6.8rem;
  border-bottom: 1px solid #ddd;
}

.contents_top #share_info {
  position: absolute;
  right: 1px;
  z-index: 98;
}

.contents_top #share_info .home {
  cursor: pointer;
  border: 1px solid #ddd;
  display: block;
  float: left;
  width: 6.8rem;
  height: 6.8rem;
  background: #fff url("/pages/gjonestop/img/home_bg.png") center no-repeat;
  margin-right: -1px;
}

.contents_top #share_info .btn_print {
  cursor: pointer;
  border: 1px solid #ddd;
  display: block;
  float: left;
  width: 6.8rem;
  height: 6.8rem;
  background: #fff url("/pages/gjonestop/img/print_bg.jpg") center no-repeat;
  margin-right: -1px;
}

.contents_top #share_info .sns {
  cursor: pointer;
  border: 1px solid #ddd;
  display: block;
  float: left;
  width: 6.8rem;
  height: 6.8rem;
  background: #fff url("/pages/gjonestop/img/sns_bg.jpg") center no-repeat;
  margin-right: -1px;
}

.contents_top #share_info .sns_share {
  background: #fff;
  border: 1px solid #ccc;
  width: 13rem;
  position: absolute;
  top: 6.8rem;
  z-index: 9;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  padding: 1.5rem 0;
}

.contents_top #share_info .sns_share ul > li {
  width: 100%;
}

.contents_top #share_info .sns_share ul > li a {
  line-height: 2.5rem;
  color: #666;
  font-size: 1.4rem;
  padding: 0 0 0 2rem;
  width: 100%;
  display: block;
}

.contents_top #share_info .sns_share ul > li a:hover {
  background: #eee;
  text-decoration: none;
}

.contents_top #share_info .btn_qr_sub {
  border: 1px solid #ddd;
  display: block;
  float: left;
  width: 6.8rem;
  height: 6.8rem;
  background: #fff url("/pages/gjonestop/img/icon_util_qrcode.png") no-repeat;
}

@media (min-width: 320px) and (max-width: 690px) {
  .contents_top #share_info .btn_qr_sub {
    display: none;
  }
}

.contents_top #share_info .qr_sub_on {
  width: 37rem;
  height: 36rem;
  padding: 1.8rem 2.4rem 0 2.4rem;
  box-shadow: 5px 3px 5px #eee;
  position: absolute;
  top: 4.5rem;
  right: 0;
  z-index: 10;
  background: #fff no-repeat;
  border: 1px solid #ddd;
  overflow: hidden;
}

.contents_top #share_info .qr_sub_on dl {
  display: block;
  border-bottom: 1px solid #ddd;
  width: 100%;
  padding: 1.2rem 0 1.5rem 0;
}

.contents_top #share_info .qr_sub_on dt {
  font-size: 1.7rem;
  text-align: center;
  color: #000;
  font-weight: 700;
  padding-bottom: 1.5rem;
}

.contents_top #share_info .qr_sub_on dd {
  text-align: center;
  line-height: 2rem;
  color: #555;
  font-size: 1.3rem;
  letter-spacing: -.08rem;
}

.contents_top #share_info .qr_sub_on .qr_img {
  width: 100%;
  position: relative;
  text-align: center;
  padding-top: 5rem;
}

.contents_top #share_info .qr_sub_on .btn_close {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  border-right: none;
  background: url("/pages/gjonestop/img/qr_btn_close.png") no-repeat;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
}

@media screen and (max-width: 1600px) {
  .contents_top .sns_share {
    left: auto;
    right: 0;
  }
}

@media screen and (max-width: 1600px) and (max-width: 500px) {
  .contents_top {
    display: none;
  }
}

.subtop_title {
  text-align: center;
  font-size: 3.2rem;
  line-height: 4.2rem;
  color: #000;
  letter-spacing: -.03em;
  padding: 6.5rem 0 3rem 0;
  font-weight: 700;
  float: left;
  width: 100%;
}

@media (min-width: 320px) and (max-width: 690px) {
  .subtop_title {
    padding: 4rem 0;
    font-size: 2.8rem;
  }
}

/*사이트맵*/
#sitemap #sitemap_nav {
  display: flex;
  max-width: 1500px;
  margin: 5rem auto 0;
}

#sitemap #sitemap_nav li {
  flex: 1;
  position: relative;
}

#sitemap #sitemap_nav li > a {
  display: block;
  color: #fff;
  font-size: 2.5rem;
  text-align: left;
  font-weight: bold;
}

#sitemap #sitemap_nav li > a:hover {
  text-decoration: none;
}

#sitemap #sitemap_nav li > a:hover:before {
  content: '';
}

#sitemap #sitemap_nav .sitemap_navi_2depth {
  padding: 4rem 0 0 0;
}

#sitemap #sitemap_nav .sitemap_navi_2depth ul {
  text-align: left;
}

#sitemap #sitemap_nav .sitemap_navi_2depth ul:before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background: #d8e7ee;
}

#sitemap #sitemap_nav .sitemap_navi_2depth ul li > a {
  color: #fff;
  font-size: 1.7rem;
  line-height: 3rem;
  padding-left: 2rem;
}

#sitemap #sitemap_nav .sitemap_navi_2depth ul li > a:hover {
  background: #646678;
  color: #fff;
  text-decoration: none;
}
