#wrap {
  position: relative;
  padding-bottom: 17rem;
  overflow: hidden;
}
#wrap::before {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 88rem;
  background: url(/travel/images/common/bg_260602.png) no-repeat center top;
  background-size: cover;
  z-index: 0;
}
#wrap::after {
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
  content: "JANGHEUNG";
  display: block;
  font-size: 30rem;
  font-weight: 900;
  line-height: 1;
  color: #fbf8da;
  white-space: wrap;
  z-index: 0;
}
#wrap > .btn_top {
  display: none;
}
.inner {
  width: 150rem;
  margin: 0 auto;
}

.icon[class^="ico_"]::before {
  background-image: url(/travel/images/common/sp_layout.png);
  background-size: 72rem;
}
.icon.ico_menu::before {
  width: 2rem;
  height: 1.4rem;
  background-position: -2rem -2.4rem;
}
.icon.ico_prev::before {
  width: 1.7rem;
  height: 1.4rem;
  background-position: -5.9rem -2.4rem;
}
.icon.ico_close_sm::before {
  width: 1.3rem;
  height: 1.3rem;
  background-position: -9.6rem -2.5rem;
}
.icon.ico_top_sm::before {
  width: 1.4rem;
  height: 0.8rem;
  background-position: -12.9rem -2.7rem;
}
.icon.ico_drop::before {
  width: 1rem;
  height: 0.7rem;
  background-position: -16.3rem -2.8rem;
}
.icon.ico_top::before {
  width: 1.6rem;
  height: 1.6rem;
  background-position: -19.3rem -2.3rem;
}
.icon.ico_home::before {
  width: 2.2rem;
  height: 2.3rem;
  background-position: -22.9rem -2rem;
}
.icon.ico_lnb_white::before {
  width: 0.9rem;
  height: 0.6rem;
  background-position: -27.1rem -2.9rem;
}
.icon.ico_lnb::before {
  width: 0.9rem;
  height: 0.6rem;
  background-position: -30rem -2.9rem;
}
.icon.ico_share::before {
  width: 2.2rem;
  height: 2.2rem;
  background-position: -32.9rem -2rem;
}
.icon.ico_print::before {
  width: 2.2rem;
  height: 2.2rem;
  background-position: -37.1rem -2rem;
}
.icon.ico_newwin::before {
  width: 1.8rem;
  height: 1.8rem;
  background-position: -41.3rem -2.2rem;
}
.icon.ico_close::before {
  width: 2.2rem;
  height: 2.2rem;
  background-position: -45rem -2rem;
}
.icon.ico_apply::before {
  width: 3.7rem;
  height: 3.2rem;
  background-position: -2rem -7.2rem;
}
.icon.ico_gallery::before {
  width: 3.2rem;
  height: 3.2rem;
  background-position: -7.5rem -7.2rem;
}
.icon.ico_youtube::before {
  width: 5rem;
  height: 5rem;
  background-position: -12.6rem -6.3rem;
}
.icon.ico_facebook::before {
  width: 5rem;
  height: 5rem;
  background-position: -19.6rem -6.3rem;
}
.icon.ico_blog::before {
  width: 5rem;
  height: 5rem;
  background-position: -26.6rem -6.3rem;
}
.icon.ico_instagram::before {
  width: 5rem;
  height: 5rem;
  background-position: -33.6rem -6.3rem;
}
.icon.ico_kakaoch::before {
  width: 5rem;
  height: 5rem;
  background-position: -40.6rem -6.3rem;
}
.icon.ico_mascoat_01::before {
  width: 40.8rem;
  height: 25.9rem;
  background: url(/travel/images/common/ch_01.png) no-repeat;
  background-size: contain;
}
.icon.ico_mascoat_02::before {
  width: 22.9rem;
  height: 18.9rem;
  background: url(/travel/images/common/ch_02.png) no-repeat;
  background-size: contain;
}
.icon.ico_youtube,
.icon.ico_facebook,
.icon.ico_blog,
.icon.ico_instagram,
.icon.ico_kakaoch {
  transition: transform 0.2s ease;
}
.icon.ico_youtube:hover,
.icon.ico_facebook:hover,
.icon.ico_blog:hover,
.icon.ico_instagram:hover,
.icon.ico_kakaoch:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 0.4rem 1.2rem rgb(0 0 0 / 10%);
  border-radius: 999px;
}

/* btn */
.c_btn_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.c_btn_base {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  border-radius: 5rem;
  padding: 0 1.2rem;
}
.c_btn_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  border-radius: 5rem;
}
.c_btn_text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}

/* ?꾨━吏?*/
#nuri {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  border-bottom: 0.1rem solid transparent;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
#nuri .inner {
  height: 100%;
}
#nuri .nuri {
  display: flex;
  align-items: center;
  gap: 0 1rem;
  color: #fff;
  height: 100%;
}
#nuri .nuri::before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 4rem;
  height: 2.8rem;
  background: url(/travel/images/common/base/flag_korea.jpg) no-repeat center;
}

/* gnb */
.gnb a.newwin > span {
  flex-shrink: 0;
  display: inline-flex;
  width: 1.8rem;
  height: 1.8rem;
  background: url(/travel/images/common/sp_layout.png)
    no-repeat -41.3rem -2.2rem;
  background-size: 72rem;
  vertical-align: middle;
  text-indent: -9999px;
}
.gnb_mob {
  display: none;
}
.gnb_web.tpA {
  height: 100%;
}
.gnb_web.tpA .gnb {
  display: flex;
  height: 100%;
}
.gnb_web.tpA .gnbA > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0 3.6rem;
}
.gnb_web.tpA .gnbA > a .more {
  text-indent: -9999rem;
}
.gnb_web.tpA .gnbA > a span {
  position: relative;
}
.gnb_web.tpA .gnbA > a span::after {
  content: "";
  position: absolute;
  top: -0.5rem;
  right: -1.4rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: linear-gradient(120deg, #89bb64, #19a04a);
  opacity: 0;
  transform: scale(0.7);
  transition: all 0.3s ease;
}
.gnb_web.tpA .gnbA.now > a span::after {
  opacity: 1;
  transform: scale(1);
}
.gnb_web.tpA .gnbB {
  border-radius: 10rem 0 0 0;
}
.gnb_web.tpA .gnbB_wrap {
  display: none;
  position: absolute;
  top: 10.5rem;
  left: 0;
  width: 100%;
  max-height: calc(100vh - 10.5rem);
  background: linear-gradient(90deg, #f1f8db 50%, #fff 51%);
  z-index: 10;
  overflow: hidden;
  transform-origin: top;
}
.gnb_web.tpA .gnbB_area {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 150rem;
  margin: 0 auto;
}
.gnb_web.tpA .gnbB_area::before {
  content: "";
  position: absolute;
  bottom: -5rem;
  left: -5rem;
  width: 35rem;
  height: 25rem;
  background: url(/travel/images/main/bg_map.png) no-repeat center/contain;
  opacity: 0.1;
}

.gnb_web.tpA .gnbB_area > .title {
  position: relative;
  width: 27rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #222;
  padding: 6rem 0;
}
.gnb_web.tpA .gnbB_area > .title::before {
  position: absolute;
  top: 0;
  left: 27rem;
  transform: translateX(-100%);
  content: "";
  display: block;
  width: 300%;
  height: 100%;
  border-radius: 0 0 0 4rem;
  background-color: #f1f8db;
  z-index: -1;
}
.gnb_web.tpA .gnbB_area > .title::after {
  content: "visit jangheung";
  display: block;
  font-size: 1.4rem;
  color: #747475;
  text-transform: uppercase;
}
.gnb_web.tpA .gnbB {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 3.6rem;
  min-height: 30rem;
  background: #fff;
  padding: 7rem 0 8rem 8rem;
}
.gnb_web.tpA .gnbB > li {
  width: calc(25% - 2.7rem);
}
.gnb_web.tpA .gnbB > li > a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  width: 100%;
  height: 6rem;
  font-size: 1.8rem;
  font-weight: 600;
  word-break: keep-all;
  border: 0.1rem solid #ccc;
  border-radius: 1rem;
  background-color: #fff;
  padding: 0 3rem;
  transition: all 0.2s;
}
.gnb_web.tpA .gnbB > li > a .more {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.gnb_web.tpA .gnbB > li.on > a,
.gnb_web.tpA .gnbB > li:hover > a {
  color: #fff;
  background: linear-gradient(45deg, #89bb64, #19a04a);
}
.gnb_web.tpA .gnbB > li.on > a.newwin > span,
.gnb_web.tpA .gnbB > li:hover > a.newwin > span {
  filter: contrast(0) brightness(10);
}
.gnb_web.tpA .gnbC_wrap {
  display: none;
}
.gnb_dim #container::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9;
}
.gnb_dim #header.tpA {
  z-index: 10;
}
@media screen and (min-width: 1441px) {
  .gnb_dim #header.tpA {
    background-color: #fff;
  }
}

/* header */
#header.tpA {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10.5rem;
  z-index: 1;
  box-sizing: border-box;
  border-bottom: 1px solid transparent;
}
#header.tpA:has(.gnb_web:hover) {
  border-bottom-color: #e4e4e4;
}
#header.tpA .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
#header.tpA .logo a {
  display: block;
  width: 15.6rem;
  height: 9rem;
  background: url(/travel/images/common/logo2.png) no-repeat center/contain;
}
#header.tpA .util {
  display: inline-flex;
  align-items: center;
  gap: 0 1.6rem;
}
#header.tpA .c_btn_base {
  width: 17.2rem;
  height: 6rem;
  font-size: 1.8rem;
  border: 0.2rem solid #222;
}
#header.tpA .c_btn_icon {
  width: 6rem;
  height: 6rem;
  background-color: #222;
}

/* footer */
#footer.tpB {
  background-color: #fff;
}
#footer.tpB .inner {
  position: relative;
  z-index: 1;
}
#footer.tpB .inner .ico_mascoat_02 {
  position: absolute;
  top: 0;
  right: 3.2rem;
  transform: translateY(-9.9rem);
  z-index: -1;
}
#footer.tpB .footer_in {
  border: 0.1rem solid #ebebeb;
  border-radius: 5rem;
  background-color: #fff;
  box-shadow: 0 1.3rem 2.7rem rgba(128, 101, 95, 0.1);
  padding: 7.5rem 8rem;
  margin-top: 3rem;
}
#footer.tpB .footer_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer.tpB .logo {
  font-size: 4rem;
  font-weight: 700;
  color: #222;
}
#footer.tpB .sns {
  display: inline-flex;
  gap: 0 1.2rem;
}
#footer.tpB .footer_bot {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 4.8rem;
}
#footer.tpB .info .dl {
  display: inline-flex;
  gap: 0 2rem;
}
#footer.tpB .info .dt {
  display: block;
  font-weight: 900;
  color: #eb6100;
}
#footer.tpB .info .dd {
  display: block;
  font-weight: 600;
  margin-top: 0.8rem;
}
#footer.tpB .util {
  text-align: right;
}
#footer.tpB .util .link {
  display: inline-flex;
  gap: 0 3rem;
}
#footer.tpB .util .link a {
  font-weight: 600;
}
#footer.tpB .util .copy {
  color: #747474;
  margin-top: 0.6rem;
}

/* aside */
.quick_area {
  position: fixed;
  top: 30rem;
  right: 0;
  z-index: 999;
}
.quick_area .quick_open {
  position: absolute;
  top: 3.6rem;
  right: 0;
  flex-direction: column;
  width: 8rem;
  height: 8rem;
  font-weight: 900;
  color: #fff;
  border-radius: 1.5rem 0 0 1.5rem;
  background-color: #2a8cd6;
}
.quick_area .quick_cnt {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
}
.quick_area .quick_cnt .quick_in {
  width: 21rem;
  border-radius: 5rem 0 0 5rem;
  background-color: #fff;
  box-shadow: 0 0 4rem rgb(0 0 0 / 13%);
}
.quick_area .quick_cnt .quick_in .c_btn_flex {
  padding: 3.8rem 2.5rem 1rem;
}
.quick_area .quick_cnt .quick_in .c_btn_base {
  flex-direction: column;
  width: 100%;
  height: 10rem;
  font-size: 1.8rem;
  color: #767676;
  border-radius: 0;
}
.quick_area .quick_cnt .quick_in .c_btn_base.btn_top {
  height: 8.8rem;
  border-radius: 0 0 0 5rem;
  background-color: #f8f8f8;
}
.quick_area .quick_cnt .quick_in .c_btn_base + .c_btn_base {
  border-top: 0.1rem solid #dadada;
}
.quick_area .quick_cnt .quick_in .c_btn_base i {
  opacity: 0.7;
  transition: opacity 0.2s;
}
.quick_area .quick_cnt .quick_in .c_btn_base:hover {
  color: #000;
}
.quick_area .quick_cnt .quick_in .c_btn_base:hover i {
  opacity: 1;
}
.quick_area .quick_cnt .quick_close {
  display: none;
  position: absolute;
  top: 3.6rem;
  left: 0;
  transform: translateX(-50%);
  flex-direction: column;
  width: 8rem;
  height: 8rem;
  font-weight: 900;
  color: #fff;
  border-radius: 1.5rem;
  background-color: #2a8cd6;
}
.quick_area.on .quick_cnt {
  transform: translateX(0);
}
.quick_area.on .quick_cnt .quick_close {
  display: inline-flex;
}

/* common_link */
.common_link {
  display: flex;
  gap: 1rem 1.5rem;
}
.common_link .drop_area {
  width: 26rem;
}
.common_link .drop_open {
  justify-content: space-between;
  width: 100%;
  height: 6rem;
  color: #fff;
  border-radius: 1rem;
  background-color: #222;
  padding: 0 1.8rem 0 2.6rem;
}
.common_link .drop_open.on i {
  transform: rotate(180deg);
}
.common_link .drop_cnt {
  top: calc(100% + 1rem);
  width: 100%;
  background-color: #222;
  border-radius: 1rem;
  padding: 2rem 1rem;
}
.common_link .drop_cnt ul {
  max-height: 20rem;
  padding-left: 1.6rem;
  overflow-y: auto;
}
.common_link .drop_cnt ul::-webkit-scrollbar {
  width: 0.4rem;
  border-radius: 5rem;
  background-color: #555;
}
.common_link .drop_cnt ul::-webkit-scrollbar-thumb {
  border-radius: 5rem;
  background-color: #999;
}
.common_link .drop_cnt ul li + li {
  margin-top: 1.2rem;
}
.common_link .drop_cnt ul li a {
  color: #a4a4a4;
  word-break: keep-all;
}
.common_link .drop_cnt ul li a:hover {
  color: #fff;
}

/* desktop ?ъ씠利?: 1600px */
@media screen and (max-width: 1600px) {
  .inner {
    width: 100%;
    padding: 0 5rem;
  }

  .gnb_web.tpA .gnbA > a {
    padding: 0 2.4rem;
  }
  .gnb_web.tpA .gnbB_area {
    padding: 0 8rem;
  }

  /* footer */
  #footer.tpB .inner .ico_mascoat_02 {
    right: 5rem;
  }
  #footer.tpB .footer_bot {
    flex-direction: column;
    align-items: flex-start;
  }
  #footer.tpB .util {
    width: 100%;
    max-width: 96rem;
    text-align: left;
    border-top: 0.1rem solid #ccc;
    padding-top: 3.2rem;
    margin-top: 3.2rem;
  }
}

/* desktop ?ъ씠利?: 1440px */
@media screen and (max-width: 1440px) {
  #wrap::after {
    font-size: 20rem;
  }

  .gnb_web {
    display: none;
  }
  .gnb_mob {
    position: absolute;
    display: block;
  }
  .gnb_mob .gnb_wrap {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
  }
  .gnb_mob .gnb_area {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 60rem;
    height: 100%;
    border-radius: 3rem 0 0 3rem;
    background-color: #fff;
    overflow: hidden;
  }
  .gnb_mob .gnb_top {
    position: relative;
    height: 7rem;
    background: linear-gradient(45deg, #89bb64, #19a04a);
    padding: 0 3rem;
  }
  .gnb_mob .gnb_top .util {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }
  .gnb_mob .gnb_top .util .c_btn_text {
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
  }
  .gnb_mob .gnb_top .util .c_btn_text i::before {
    filter: contrast(0) brightness(10);
  }
  .gnb_mob .gnb_mid {
    background-color: #f6f6f6;
    padding: 0 2rem;
    overflow-x: auto;
  }
  .gnb_mob .gnb_mid .c_btn_flex {
    width: max-content;
    min-width: 100%;
    gap: 0 1.4rem;
    padding: 2rem 0;
  }
  .gnb_mob .gnb_mid .c_btn_flex .c_btn_base {
    flex: 1;
    min-width: 20rem;
    height: 7rem;
    font-size: 0.5rem;
    font-weight: 700;
    border: 0 !important;
    border-radius: 1.5rem;
    background-color: #fff;
  }
  .gnb_mob .gnb_bot {
    position: relative;
    flex: 1;
    border-top: 0.1rem solid #e0e0e0;
    background-color: #fff;
  }
  .gnb_mob .gnb_bot::before {
    position: absolute;
    top: 2.4rem;
    left: 19rem;
    content: "";
    display: block;
    width: 0.1rem;
    height: calc(100% - 2.4rem);
    background-color: #e0e0e0;
    z-index: 1;
  }
  .gnb_mob .gnb {
    position: relative;
    height: 100%;
    padding-top: 5rem;
  }
  .gnb_mob .gnbA {
    width: 19rem;
  }
  .gnb_mob .gnbA > a {
    position: relative;
    display: flex;
    align-items: center;
    height: 6.5rem;
    font-size: 1.8rem;
    font-weight: 600;
    color: #3c2f2a;
    padding: 0 2.6rem 0 3rem;
    z-index: 1;
  }
  .gnb_mob .gnbA > a .more {
    display: inline-block;
    text-indent: -9999rem;
  }
  .gnb_mob .gnbA.on > a::before {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 0.8rem;
    height: 4rem;
    border-radius: 1.5rem 0 0 1.5rem;
    background: linear-gradient(45deg, #89bb64, #19a04a);
    z-index: -1;
  }
  .gnb_mob .gnbA.on .gnbB_wrap {
    display: block;
  }
  .gnb_mob .gnbB_wrap {
    display: none;
    position: absolute;
    top: 2.4rem;
    left: 19rem;
    width: calc(100% - 19rem);
    height: 100%;
    background-color: #fff;
  }
  .gnb_mob .gnbB_area {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 0 4rem 0 4rem;
  }
  .gnb_mob .gnbB_area > .title {
    width: 100%;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    border-bottom: 0.2rem solid #2c384b;
    padding: 2.6rem 0 2.2rem;
  }
  .gnb_mob .gnbB {
    flex: 1;
    overflow-y: auto;
  }
  .gnb_mob .gnbB > li {
    border-bottom: 0.1rem solid #e5e5e5;
  }
  .gnb_mob .gnbB > li > a {
    display: inline-flex;
    align-items: center;
    gap: 0 0.8rem;
    width: 100%;
    font-size: 1.8rem;
    font-weight: 600;
    padding: 1.8rem 2.2rem;
  }
  .gnb_mob .gnbB > li.on > a {
    text-decoration: underline;
    background-color: #f6f6f6;
  }
  .gnb_mob .gnbC_wrap {
    display: none;
  }
  .gnb_dim #header.tpA {
    z-index: initial;
  }

  /* header */
  #header.tpA .web_only {
    display: none !important;
  }
  #header.tpA .mob_only {
    display: inline-flex !important;
  }
  #header.tpA .gnb_close {
    width: auto;
    height: auto;
    background-color: transparent;
  }
}

/* desktop ?ъ씠利?: 1280px */
@media screen and (max-width: 1280px) {
  #wrap {
    padding-bottom: 10.2rem;
  }
  #wrap::before {
    height: 139rem;
  }
  #wrap::after {
    bottom: -2rem;
    font-size: 15rem;
  }
  #wrap > .btn_top {
    position: absolute;
    bottom: 2.4rem;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    width: 5rem;
    height: 5rem;
    background-color: #222;
    z-index: 1;
  }
  .inner {
    padding: 0 3rem;
  }

  /* header */
  #header.tpA {
    height: 9.5rem;
  }
  #header.tpA .util .c_btn_base {
    display: none;
  }

  /* footer */
  #footer.tpB .inner .ico_mascoat_02 {
    right: 3rem;
    transform: translateY(-100%);
  }
  #footer.tpB .footer_in {
    padding: 4rem 4rem 7.4rem;
    margin-top: 2rem;
  }
  #footer.tpB .footer_top {
    flex-direction: column;
    gap: 0.5rem 0;
  }
  #footer.tpB .footer_bot {
    align-items: center;
    margin-top: 3.5rem;
  }
  #footer.tpB .info .dl {
    flex-direction: column;
    gap: 2.6rem 0;
    text-align: center;
  }
  #footer.tpB .util {
    text-align: center;
  }

  /* aside */
  .quick_area {
    display: none;
  }

  /* common_link */
  .common_link {
    flex-direction: column;
  }
  .common_link .drop_area {
    width: 100%;
  }
  .common_link .drop_open {
    height: 5rem;
    padding-right: 2.6rem;
  }
}

/* mobile ?ъ씠利?: 768px */
@media screen and (max-width: 768px) {
  #wrap {
    padding-bottom: 7.8rem;
  }
  #wrap::after {
    bottom: -1rem;
    font-size: 5.4rem;
  }
  #wrap > .btn_top {
    bottom: 1.2rem;
  }
  .inner {
    padding: 0 2rem;
  }

  .icon.ico_youtube::before {
    width: 4rem;
    height: 4rem;
    background-size: 57.6rem;
    background-position: -10.08rem -5.04rem;
  }
  .icon.ico_facebook::before {
    width: 4rem;
    height: 4rem;
    background-size: 57.6rem;
    background-position: -15.68rem -5.04rem;
  }
  .icon.ico_blog::before {
    width: 4rem;
    height: 4rem;
    background-size: 57.6rem;
    background-position: -21.28rem -5.04rem;
  }
  .icon.ico_instagram::before {
    width: 4rem;
    height: 4rem;
    background-size: 57.6rem;
    background-position: -26.88rem -5.04rem;
  }
  .icon.ico_kakaoch::before {
    width: 4rem;
    height: 4rem;
    background-size: 57.6rem;
    background-position: -32.48rem -5.04rem;
  }

  .gnb_mob .gnbA > a {
    font-size: 1.6rem;
  }
  .gnb_mob .gnbB_area {
    padding: 0 2.2rem;
  }

  #header.tpA {
    height: 7.5rem;
  }
  #header.tpA .logo a {
    width: 13.6rem;
    height: 6.95rem;
  }
  #header.tpA .c_btn_base {
    font-size: 1.5rem;
  }

  #footer.tpB {
    font-size: 1.4rem;
  }
  #footer.tpB .inner .ico_mascoat_02 {
    right: 2rem;
  }
  #footer.tpB .inner .ico_mascoat_02::before {
    width: 12.2rem;
    height: 9.8rem;
  }
  #footer.tpB .footer_in {
    padding: 3rem 3rem 4rem;
  }
  #footer.tpB .logo {
    font-size: 2.2rem;
  }
  #footer.tpB .sns {
    gap: 0 0.7rem;
  }
  #footer.tpB .footer_bot {
    margin-top: 3rem;
  }
  #footer.tpB .info .dl {
    gap: 1.2rem 0;
  }
  #footer.tpB .util {
    padding-top: 3.6rem;
    margin-top: 2.4rem;
  }
  #footer.tpB .util .link {
    flex-wrap: wrap;
    gap: 1.2rem 0;
    width: 100%;
  }
  #footer.tpB .util .link a {
    width: 50%;
  }
  #footer.tpB .util .copy {
    margin-top: 3rem;
  }
}

/* mobile ?ъ씠利?: 380px */
@media screen and (max-width: 380px) {
  .gnb_mob .gnb_bot::before {
    left: 50%;
  }
  .gnb_mob .gnbA {
    width: 50%;
  }
  .gnb_mob .gnbB_wrap {
    left: 50%;
    width: 50%;
  }
}
