@charset "utf-8";

.mobile_cate {
  display: none;
}

.img--style01 {
  display: block;
  margin: auto;
}

/* 상단배너 */
#top_banner {
  position: relative;
}

#top_banner span {
  display: block;
}

#top_banner .pc {
  padding-bottom: 120px;
  height: 0;
  text-indent: -9999999px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
}

#top_banner .m {
  display: none;
}

#top_banner .close {
  position: absolute;
  right: 35px;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
}

/* header */
#logo {
  float: left;
  width: 280px;
  /* height:120px;
	line-height:120px; */
  padding-top: 23px;
  overflow: hidden;
}

#logo .slogan {
  font-size: 12px;
  color: #6a6a6a;
  letter-spacing: -0.03em;
  line-height: 1.2em;
  height: 1.2em;
  white-space: nowrap;
  overflow: hidden;
}

#logo a {
  color: #2a2a2a;
}

#logo img {
  vertical-align: middle;
}

#logo #shop_name {
  height: 80px;
  line-height: 80px;
}

#shop_name {
  font-size: 36px;
  color: #2a2a2a;
  height: 1.2em;
  line-height: 1.2em;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 700;
  letter-spacing: -2px;
  font-family: 'Open Sans', 'NanumSquare', 'Nanum Square', sans-serif;
}

/* 유료 */
.h_search {
  position: absolute;
  width: 540px;
  height: 46px;
  border: 2px solid #dd5119;
  left: 50%;
  margin-left: -297px;
  top: 26px;
  padding-right: 50px;
}

.h_search input[type="text"] {
  padding: 0 20px;
  width: 500px;
  height: 46px;
  border: 0;
  border-radius: 0;
  outline: 0;
  color: #2a2a2a;
}

.h_search .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  height: 46px;
}

/* 무료 */
.h_search_default {
  position: absolute;
  width: 540px;
  height: 46px;
  border: 2px solid #dd5119;
  left: 50%;
  margin-left: -297px;
  top: 26px;
  padding-right: 50px;
}

.h_search_default input[type="text"] {
  padding: 0 20px;
  width: 500px;
  height: 46px;
  border: 0;
  border-radius: 0;
  outline: 0;
  color: #2a2a2a;
}

.h_search_default .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  height: 46px;
}

.h_call {
  text-align: right;
  float: right;
  padding-top: 58px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.h_call .tel {
  font-size: 22px;
  line-height: 1.2em;
  color: #2a2a2a;
  font-weight: 600;
  letter-spacing: -1px;
}

.h_call .tel span {
  display: inline-block;
  background: #dd5119;
  vertical-align: middle;
  width: 3px;
  height: 3px;
  margin: 0 3px 0 2px;
}
.new-header .header__top .search__wrap {margin-bottom: 10px;}

/* gnb */
.gnb {
  float: left;
  margin-left: 17px;
}

.gnb>li {
  float: left;
  height: 50px;
  position: relative;
}

.gnb>li>a {
  padding: 0 10px;
  line-height: 50px;
  display: block;
  color: #2a2a2a;
  font-size: 17px;
  /* font-weight:600; */
  letter-spacing: -0.03em;
}

.gnb>li>a>span {
  display: inline-block;
  height: 30px;
  vertical-align: middle;
  margin-right: 5px;
  background: url("../image/common/gnb_icons.png?v=2") no-repeat;
}

.gsnb_box {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -97px;
  width: 190px;
  background: #fff;
  text-align: left;
  overflow: hidden;
  height: 0;
  z-index: 999;
}

.active .gsnb_box {
  overflow: visible;
  padding: 20px 0;
  border: 1px solid #ddd;
  border-top: 1px solid #dd5119;
  height: auto;
}

.gsnb_box::before {
  display: block;
  content: '';
  width: 7px;
  height: 4px;
  background: url("../image/common/gnb_acc.png") no-repeat center bottom;
  background-size: 7px 4px;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  bottom: 100%;
  margin-bottom: 1px;
}

.gsnb {}

.gsnb>li {
  font-size: 15px;
  line-height: 20px;
  padding: 0 30px;
}

.gsnb>li>a {
  display: block;
  padding: 5px 10px 5px 0;
}

.gsnb>li:hover>a,
.gsnb>li>a:hover,
.gsnb>li>a:focus {
  background: url("../image/common/gnb_bl.png") no-repeat right center;
}

.gsnb_3dep_box {
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 0;
  margin: -1px 0;
  background: #fff;
  overflow: hidden;
}

.active>.gsnb_3dep_box {
  width: auto;
  border: 1px solid #ddd;
  border-top: 1px solid #dd5119;
}

.gsnb_3dep {
  padding: 20px 0;
}

.gsnb_3dep li {
  padding: 5px 30px;
  width: 130px;
  line-height: 20px;
}

.gsnb_3dep a:hover,
.gsnb_3dep a:focus {
  color: #2a2a2a;
  text-decoration: underline;
}

/* gnb side */
.gnb_aside {
  float: right;
  overflow: hidden;
  margin-right: -10px;
}

.gnb_aside>li {
  float: left;
}

.gnb_aside .br {
  display: none !important;
}

.gnb_aside>li>a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  font-size: 17px;
  /* font-weight:600; */
  color: #2a2a2a;
  letter-spacing: -0.03em;
}

.gnb_aside>li+li::before {
  display: block;
  float: left;
  content: '';
  width: 3px;
  height: 3px;
  margin-top: 23px;
  background: #868686;
}

/* all category */
.gnb_all_wrap {
  float: left;
}

.gnb_all_wrap .btn {
  display: block;
  width: 173px;
  height: 50px;
  padding-top: 1px;
  padding-left: 50px;
  border-right: 1px solid #ddd;
  font-size: 13px;
  font-weight: 600;
  color: #dd5119;
  background: url("../image/common/btn_all.png") no-repeat left 0;
  background-size: 50px auto;
}

.all_cate_hidden {
  overflow: hidden;
  position: relative;
}

.all_cate_hidden.on {
  position: static;
}

.all_cate_box {
  position: absolute;
  left: 0;
  top: 50px;
  width: 1198px;
  border: 1px solid #4a4a4a;
  background: #fff;
  z-index: 1;
}

.all_cate_box .btn {
  border: 1px solid #4a4a4a;
  border-bottom: 0;
  padding-top: 0;
  padding-left: 49px;
  position: absolute;
  bottom: 100%;
  left: -1px;
  margin-bottom: 1px;
  color: #444;
  background-color: #fff;
  background-position: -1px -50px;
}

.all_cate {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.all_cate>li {
  display: table-cell;
  padding: 20px 0;
  border-left: 1px solid #ddd;
}

.all_cate>li:first-child {
  border-left: 0;
}

.all_cate a {
  display: block;
  padding: 0 20px;
}

.all_cate>li>a {
  font-size: 17px;
  color: #2a2a2a;
  line-height: 25px;
  margin-bottom: 5px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.all_cate>li>a:hover,
.all_cate>li>a:focus {
  color: #dd5119;
}

.all_cate_dep2 a {
  font-size: 15px;
  line-height: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #6a6a6a;
}

.all_cate_dep2 a:hover,
.all_cate_dep2 a:focus {
  background: #ddd;
  color: #2a2a2a;
}

/* footer */
.f_wrap {
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
  border-right: 1px solid #525252;
}

.f_wrap .cell {
  float: left;
  width: 25%;
}

.f_wrap .cell .pdbox {
  padding: 35px 25px 0 30px;
  height: 150px;
  letter-spacing: -0.02em;
  border-left: 1px solid #525252;
}

.f_logo {
  margin-bottom: 10px;
  font-size: 25px;
  letter-spacing: -1px;
  line-height: 1.2em;
  color: #b0b0b0;
  font-weight: 800;
  font-family: 'Open Sans', 'NanumSquare', 'Nanum Square', sans-serif;
}

.f_wrap a.btn {
  display: block;
  width: 100px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin-top: 15px;
  color: #fff;
  font-size: 0.92em;
  background: #6a6a6a;
  vertical-align: middle;
  border-radius: 3px;
}

.f_wrap a {
  color: #ccc;
}

.f_wrap .call {
  line-height: 2.2em;
  margin-top: 5px;
}

.f_wrap .call em {
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: -0.03em;
  margin-left: 2px;
}

.fnb .mt {
  margin-top: 10px;
}

.cpright {
  padding: 13px 0;
  text-align: center;
  color: #9a9a9a;
  font-size: 12px;
  line-height: 24px;
  border-top: 1px solid #525252;
  font-family: 'Open Sans', 'NanumSquare', sans-serif;
}

/* PC.타블렛 우측 퀵 */
.pc_quick {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -360px;
  /* overflow:hidden; */
  z-index: 9999999;
  width: 60px;
  padding-right: 300px;
  padding-top: 50px;
  transform: translate(300px, 0);
  -webkit-transform: translate(300px, 0);
  -moz-transform: translate(300px, 0);
  -o-transform: translate(300px, 0);
  transition: transform .2s ease;
  -webkit-transition: -webkit-transform .2s ease;
  -moz-transition: -moz-transform .2s ease;
  -o-transition: -o-transform .2s ease;
}

.pc_quick02 {
  margin-top: -20px;
  z-index: 999999;
}

.pc_quick.opened {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}

.pc_quick_btn li {
  width: 60px;
  height: 170px;
  position: relative;
}

.pc_quick_btn button {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 170px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding-left: 2px;
  color: #fff;
  background: #4a4a4a;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.6em;
}

.desktop .pc_quick_btn button.red {
  cursor: default;
  pointer-events: none;
}

.pc_quick_btn button.red {
  background: #dd5119;
}

.pc_quick_btn button.red span {
  display: block;
}

.pc_quick_btn button.red span+span::before {
  content: '';
  display: block;
  width: 2px;
  height: 2px;
  background: #fff;
  margin: 0 auto 2px;
}

.pc_quick_btn button img {
  vertical-align: middle;
  margin-bottom: 10px;
}

.online_pop {
  height: 720px;
  position: fixed;
  left: 50%;
  top: 8%;
  width: 500px;
  margin-left: -250px;
  border: 2px solid #333;
  padding: 25px 45px;
  background: #fff;
  z-index: 1001;
  box-sizing: border-box;
  display: none;
  opacity: 0;
}

.online_pop .popup__close {
  background-image: url(/image/common/popup_close.png);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: -30px;
  cursor: pointer;
}

.online_pop .tit {
  font-size: 20px;
  color: #2a2a2a;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: -0.05em;
  text-align: center;
  margin-bottom: 15px;
}

.online_pop input[type="text"],
.online_pop textarea {
  background: #f8f8f8;
  border-radius: 3px;
  border: 1px solid #ddd;
  padding: 0 15px;
  width: 100%;
  margin-top: 5px;
  box-sizing: border-box;
}

.online_pop select {
  width: 100%;
  height: 40px;
  background-color: #f8f8f8;
  border-radius: 3px;
  border: 1px solid #ddd;
  margin-top: 5px;
  box-sizing: border-box;
}

.online_pop input[type="text"] {
  height: 38px;
}

.online_pop textarea {
  padding: 15px;
  resize: none;
}

.online_pop .online_field li {
  margin-top: 10px;
}

.online_pop .online_field label {
  font-weight: 600;
}

.online_pop .online_field .btn {
  background: #4a4a4a;
  color: #fff;
  font-weight: 600;
  width: 100%;
  height: 40px;
  border-radius: 3px;
  margin-top: 5px;
}

/* quick mobile */
.m_quick {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 9999;
  background: rgba(255, 255, 255, .9);
}

.m_quick li {
  float: left;
  width: 25%;
}

.m_quick a {
  display: block;
  height: 50px;
  padding-top: 10px;
  position: relative;
  text-align: center;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2em;
  color: #4a4a4a;
  border-top: 1px solid #ddd;
}

.m_quick span {
  display: block;
  width: 20px;
  height: 20px;
  background: url("../image/common/quick_m.png?v=2") no-repeat 0 0;
  background-size: auto 40px;
  margin: 0 auto 6px;
}

.m_quick .i1 {
  background-position: 0 0;
}

.m_quick .i2 {
  background-position: -20px 0;
}

.m_quick .i3 {
  background-position: -40px 0;
}

.m_quick .i4 {
  background-position: -60px 0;
}

.m_quick .i5 {
  background-position: -80px 0;
}

.m_quick .on .i1 {
  background-position: 0 -20px;
}

.m_quick .on .i2 {
  background-position: -20px -20px;
}

.m_quick .on .i3 {
  background-position: -40px -20px;
}

.m_quick .on .i4 {
  background-position: -60px -20px;
}

.m_quick .on .i5 {
  background-position: -80px -20px;
}

.m_quick .on a {
  color: #ed2048;
}

.m_quick .on a::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: -1px;
  margin-left: -4px;
  height: 0;
  border-top: 3px solid #ed2048;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

/* 네이버톡톡, 카카오톡 메뉴 추가 */
.cm_quick {
  display: none;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 99999;
  width: 100px;
  margin-top: 145px;
}

.cm_quick a {
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 0;
  line-height: 20px;
}

.cm_quick .n a {
  background: #00c63b;
  color: #fff;
}

.cm_quick .k a {
  background: #fae100;
  color: #3b1e1e;
}

.cm_quick img {
  display: block;
  margin: 0 auto 5px;
}

.cm_quick em {
  display: block;
  height: 22px;
  line-height: 22px;
  color: #fff;
  margin: 5px 10px 0 10px;
}

.cm_quick .n em {
  background: #00b135;
}

.cm_quick .k em {
  background: #3b1e1e;
}

/* 공통 */
.show-default {
  display: block;
}

.hide-default {
  display: none !important;
}

/* skip */
#top_skip {
  display: block;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999999;
}

#top_skip a {
  position: relative;
  display: block;
  width: 120px;
  line-height: 35px;
  text-align: center;
  background: #333;
  color: #fff;
  font-size: 12px;
  height: 0;
  overflow: hidden;
}

#top_skip a:focus {
  height: 35px;
  border: 2px solid #005983;
}

.ban_c {
  right: 0;
  position: absolute;
  top: 42px;
}

.ban_c img {
  height: 70px;
}

/* 뉴스킨 - PC */
.new-ad {
  display: block;
  position: relative;
}

.new-ad .ad__wrap {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.new-ad .ad__close {
  position: absolute;
  top: 50%;
  right: 60px;
  cursor: pointer;
  width: 28px;
  height: 27px;
  background-image: url(/image/common/new-close.png);
  background-size: cover;
  transform: translateY(-50%);
}

/* 뉴스킨 헤더 */
.new-header {
  background-color: #fff;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  border-bottom: 1px solid #eee;
}

.new-header.fix {
  position: fixed;
}

.new-header .header__top {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 0 20px;
}

.new-header .header__top a.logo {
  margin-top: 50px;
  flex: 1;
}
.new-header .header__top .logo .logo__txt01{
  font-size: 13px;
  color: #777;
}
.new-header .header__top .logo .logo__txt02{
  font-size: 28px;
  color: #000;
  font-weight: 900;
}

.new-header .header__top .header__info {
  display: -ms-flex;
  display: flex;
  margin-bottom: 30px;
  justify-content: flex-end;
}

.new-header .header__top .top__info {
  font-family: "Open Sans", "sans-serif";
  transform: translateY(5px);
}

.new-header .header__top .info__tel {
  font-size: 24px;
  font-weight: 700;
  margin-right: 12px;
  color: #333;
}


.new-header .header__top .header__info .sns_icon{
  margin-right: 5px;
}

.new-header .header__top .info__tel:hover {
  color: inherit;
}

.new-header .header__top .info__tel span {
  color: #929292;
}

.new-header .header__top .info__sns.blog {
  width: 33px;
  height: 23px;
  background-image: url(/image/common/new-blog_icon.png);
  background-size: cover;
  margin-right: 12px;
  transition: all ease .3s;
}

.new-header .header__top .info__sns.youtube {
  width: 34px;
  height: 23px;
  background-image: url(/image/common/new-youtube_icon.png);
  background-size: cover;
  transition: all ease .3s;
}


.new-header .header__top .search__wrap {
  border-bottom: 2px solid #000;
}

.new-header .header__top .search__wrap input {
  border: none;
  outline: none;
  width: 360px;
  line-height: 30px;
  color: #333;
  /* background-color: #f6f5f1; */
}

.new-header .header__top .search__wrap input::-webkit-input-placeholder {
  color: #333;
  font-weight: 500;
}

.new-header .header__top .search__wrap input::-moz-placeholder {
  color: #333;
  font-weight: 500;
}

.new-header .header__top .search__wrap input:-ms-input-placeholder {
  color: #333;
  font-weight: 500;
}

.new-header .header__top .search__wrap input::-ms-input-placeholder {
  color: #333;
  font-weight: 500;
}

.new-header .header__top .search__wrap input::placeholder {
  color: #333;
  font-weight: 500;
}

.new-gnb__wrap {
  /* background-color: #f7f7f7;
  border-bottom: 1px solid #ddd; */
}

.new-gnb {
  font-size: 0;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
}

.new-gnb>li {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
}

.new-gnb .gnb__all {
  /* margin-right: 20px; */
  cursor: pointer;
}

.new-gnb .gnb__all .all__menu {
  position: absolute;
  z-index: 3;
  border: 1px solid #000;
  display: none;
}

.new-gnb .gnb__all .all__menu>ul {
  padding: 22px 0 44px;
  width: 200px;
  box-sizing: border-box;
}

.new-gnb .gnb__all .all__menu .all__depth1 {
  background-color: #3a3f42;
}

.new-gnb .gnb__all .all__menu .all__depth1 a {
  font-size: 17px;
  color: #fff;
  padding: 10px 15px 10px 25px;
  box-sizing: border-box;
  display: block;
}

.new-gnb .gnb__all .all__menu .all__depth1 a.active {
  background-color: #dd5119;
  font-weight: 500;
}

.new-gnb .gnb__all .all__menu .all__depth2 {
  background-color: #dd5119;
  display: none;
}

.new-gnb .gnb__all .all__menu .all__depth2 a {
  font-size: 15px;
  color: #fff;
  padding: 10px 15px 10px 25px;
  box-sizing: border-box;
  display: inline-block;
}

.new-gnb .gnb__all .all__menu .all__depth2 a:hover {
  font-weight: 500;
  background-image: url(/image/common/depth2_arrow.png);
  background-size: 5px 7px;
  background-position: 97% center;
  background-repeat: no-repeat;
}

.new-gnb .gnb__all .all__menu .all__depth3 {
  background-color: #fff;
  display: none;
}

.new-gnb .gnb__all .all__menu .all__depth3 a {
  font-size: 15px;
  color: #555;
  padding: 10px 15px 10px 25px;
  box-sizing: border-box;
  display: inline-block;
}

.new-gnb .gnb__all .all__menu .all__depth3 a:hover {
  font-weight: 900;
  color: #dd5119;
  background-image: url(/image/common/depth3_arrow.png);
  background-size: 5px 7px;
  background-position: 97% center;
  background-repeat: no-repeat;
}

.new-gnb .gnb__all .hamburger__btn {
  background-image: url(/image/common/new-hamburger.png);
  display: block;
  width: 39px;
  height: 39px;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.new-gnb .gnb__all.on .hamburger__btn {
  background-image: url(/image/common/new-hamburger_close.jpg);
}

.new-gnb .gnb__menu {
  margin-right: 25px;
  position: relative;
}

.new-gnb .gnb__menu>a {
  font-size: 15px;
  font-weight: 500;
  color: #000;
}


.new-gnb .gnb__menu>a:hover,
.new-gnb .gnb__menu>a.active {
  color: #dd5119;
}

.gnb__right {
  font-weight: 900;
  font-size: 14px;
  text-align: right;
  margin-bottom: 10px;
  padding-right: 15px;
}

.gnb__right a {
  color: #000;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  position: relative;
}

.gnb__right a p {
  font-size: 15px;
  font-weight: 500;
  vertical-align: middle;
}

.gnb__right a img {
  vertical-align: top;
}

.gnb__right .right__event {
  margin-right: 20px
}

.gnb__right .right__cart {
  padding-right: 25px;
}

.gnb__right .right__cart .cart__count {
  position: absolute;
  top: 2px;
  right: 0;
  color: #fff;
  background-color: #fc9f5a;
  width: 22px;
  height: 22px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.gnb__menu .menu__gsnb {
  position: absolute;
  width: 160px;
  left: 50%;
  transform: translateX(-50%);
  top: 55px;
  z-index: 2;
  background-color: #f5fff5;
  box-sizing: border-box;
  padding: 15px 20px;
  border: 1px solid #bfd1ff;
  border-top: 2px solid #1c2e60;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, .2);
  display: none;
}

.gnb__menu .menu__gsnb>li {
  margin-bottom: 2px;
}

.gnb__menu .menu__gsnb>li:last-child {
  margin-bottom: 0;
}

.gnb__menu .menu__gsnb>li a {
  font-size: 13px;
  font-weight: 500;
  color: #555;
}

.gnb__menu .menu__gsnb>li a:hover {
  color: #000;
  font-weight: 600;
}

/* 뉴스킨 푸터 */
.new-footer {
  background-color: #232323;
  padding: 40px 0;
}

.new-footer .footer__wrap {
  display: -ms-flex;
  display: flex;
}

.new-footer .footer__logo {
  margin-right: 50px;
  font-size: 20px;
  color: #fff;
  line-height: 1em;
  font-weight: 600;
}

.new-footer .footer__info {
  color: #dfdfdf;
  font-size: 12px;
}

.new-footer .footer__info a {
  color: #dfdfdf;
  font-size: 15px;
}

.new-footer .footer__info .br {
  margin-right: 7px;
  padding-right: 10px;
  box-sizing: border-box;
  border-right: 1px solid #3e3e3e;
}

.new-footer .footer__info .info__middle {
  margin-top: 25px;
  line-height: 1.8em;
}

.new-footer .footer__info .info__bottom {
  margin-top: 22px;
  color: #a0a0a0;
}

.new-footer .footer__cs {
  margin-left: auto;
  padding-left: 25px;
  border-left: 1px solid #3e3e3e;
  box-sizing: border-box;
}

.new-footer .footer__cs .cs__param01 {
  font-size: 12px;
  color: #b4b4b4;
  line-height: 1em;
}

.new-footer .footer__cs .cs__param02 {
  font-size: 32px;
  color: #fff;
  line-height: 1em;
  font-weight: 900;
  margin-top: 25px;
}

.new-footer .footer__cs .cs__param03 {
  font-size: 13px;
  color: #dfdfdf;
  line-height: 1em;
  margin-top: 20px;
  -ms-word-break: keep-all;
  word-break: keep-all;
}

.new-footer .footer__cs .cs__sns {
  margin-top: 30px;
}

.new-footer .footer__cs .cs__sns a {
  margin-right: 10px;
}


.new-footer .company_reg{
  font-size: 11px !important;
  color: #fff;
  background-color: #6a6a6a;
  margin-left: 7px;
  padding: 2px 5px 4px 5px;
  border-radius: 2px;
}

/* CS */
.new-cs {
  padding: 70px 0 90px;
  position: relative;
}

.new-cs .cs__top {
  display: -ms-flex;
  display: flex;
}

.new-cs .cs__top>li {
  width: 430px;
  box-sizing: border-box;
  padding: 37px;
  color: #fff;
}

.new-cs .cs__top>li:nth-child(1) {
  background-color: #284b90;
  background-image: url(/image/main/new-cs_icon01.png);
  background-repeat: no-repeat;
  background-position: 90% 80%;
}

.new-cs .cs__top>li:nth-child(2) {
  background-color: #3d3f46;
  background-image: url(/image/main/new-cs_icon02.png);
  background-repeat: no-repeat;
  background-position: 90% 80%;
}

.new-cs .cs__top>li:nth-child(3) {
  background-color: #494949;
  background-image: url(/image/main/new-cs_icon03.png);
  background-repeat: no-repeat;
  background-position: 90% 80%;
}

.new-cs .cs__top>li .top__param01 {
  font-size: 15px;
}

.new-cs .cs__top>li .top__param02 {
  font-size: 30px;
  font-weight: 600;
  margin-top: 12px;
}

.new-cs .cs__top>li .top__param03 {
  margin-top: 12px;
  line-height: 1.2em;
  word-break: keep-all;
  max-width: 280px;
}

.new-cs .cs__top>li .top__arrow {
  background-image: url(/image/main/new-cs_arrow.png);
  background-repeat: no-repeat;
  display: block;
  width: 40px;
  height: 9px;
  margin-top: 25px;
}

.new-cs .cs__benefit .benefit__intro {
  margin-top: 60px;
}

.new-cs .cs__benefit .benefit__intro .intro__param01 {
  font-size: 22px;
}

.new-cs .cs__benefit .benefit__intro .intro__inner>* {
  display: inline-block;
  vertical-align: top;
}

.new-cs .cs__benefit .benefit__intro .intro__param02 {
  font-size: 45px;
  font-weight: bold;
  line-height: 1em;
  color: #000;
}

.new-cs .cs__benefit .benefit__intro .intro__param03 {
  font-size: 24px;
  color: #ff8400;
  font-weight: 600;
  margin: 18px 15px 0;
}

.new-cs .cs__benefit .benefit__intro .intro__param03 span {
  font-size: 40px;
  background: #ff5a00;
  border-radius: 100%;
  padding: 0;
  color: #fff;
  font-weight: 500;
  line-height: 52px;
  height: 57px;
  width: 57px;
  text-align: center;
  display: inline-block;
  letter-spacing: -0.5px;
}

.new-cs .cs__benefit .benefit__intro a {
  background-color: #494949;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  padding: 5px 25px;
  cursor: pointer;
  border-radius: 30px;
}

.new-cs .cs__benefit .benefit__list .slick-list {
  padding: 35px 0 25px;
  margin: 0 -10px;
}

.new-cs .cs__benefit .benefit__list .item {
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-color: #eef1f8;
  padding: 37px 27px;
  box-sizing: border-box;
  /*  box-shadow: 1px 1px 10px rgba(0, 0, 0, .1); */
  height: 170px;
  width: 320px;
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
  transition: all ease .5s;
  border-radius: 12px;
}

.new-cs .cs__benefit .benefit__list .item .list__param01 {
  font-size: 18px;
  color: #284b90;
  font-weight: 600;
  line-height: 1em;
}

.new-cs .cs__benefit .benefit__list .item .list__param02 {
  font-size: 14px;
  color: #333;
  line-height: 1.6em;
  margin-top: 12px;
  font-weight: 600;
}

.new-cs .cs__benefit .benefit__list .item .list__param03 {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
  margin-top: 50px;
  displaY: none;
}

.new-cs .cs__benefit .benefit__list .item .list__param03 span {
  font-size: 44px;
}

.new-cs .cs__benefit .benefit__list .item:hover,
.new-cs .cs__benefit .benefit__list .item.slick-current {
  background-color: #eef1f8;
}

.new-cs .cs__benefit .benefit__list .item:hover .list__param01,
.new-cs .cs__benefit .benefit__list .item:hover .list__param02,
.new-cs .cs__benefit .benefit__list .item:hover .list__param03,
.new-cs .cs__benefit .benefit__list .item.slick-current .list__param01,
.new-cs .cs__benefit .benefit__list .item.slick-current .list__param02,
.new-cs .cs__benefit .benefit__list .item.slick-current .list__param03 {
  color: #545454;
}

.new-cs .cs__benefit .benefit__list .slick-dots {
  position: absolute;
  width: 100%;
  bottom: -10px;
  left: 50%;
  margin: 0 0 0 -50%;
  text-align: center;
  display: -ms-flex;
  display: flex;
}

.new-cs .cs__benefit .benefit__list .slick-dots>li {
  flex: 1 1 0;
}

.new-cs .cs__benefit .benefit__list .slick-dots li button {
  font-size: 0;
  background: none;
  border: none;
  height: 3px;
  width: 100%;
  background-color: #d3d3d2;
  cursor: pointer;
  padding: 0;
  outline: none;
}

.new-cs .cs__benefit .benefit__list .slick-dots li.slick-active button {
  background-color: #f96f61;
}


/* 혜택 팝업 */
.popup__mask {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, .7);
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
  cursor: pointer;
}

.cs__popup {
  z-index: 1000;
  position: fixed;
  width: 580px;
  left: 50%;
  margin-left: -290px;
  background-color: #fff;
  top: 110px;
  box-sizing: border-box;
  /* padding: 42px 42px 120px 42px; */
  padding: 42px;
  border-radius: 7px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, .4);
  /* background-image: url(/image/common/popup_logo.png); */
  background-repeat: no-repeat;
  background-position: 95% 95%;
  display: none;
  opacity: 0;
}

.cs__popup .popup__close {
  background-image: url(/image/common/popup_close.png);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: -30px;
  cursor: pointer;
}

.cs__popup .popup__intro {
  border: 5px solid #000;
  width: 280px;
  height: 165px;
  box-sizing: border-box;
  display: inline-block;
}

.cs__popup .popup__intro .intro__inner {
  padding: 0 15px 25px 0;
  background-color: #fff;
  display: inline-block;
  margin: -10px 0 0 -10px;
}

.cs__popup .popup__intro .intro__param01 {
  font-size: 17px;
  letter-spacing: 8px;
}

.cs__popup .popup__intro .intro__param02 {
  font-size: 45px;
  font-weight: 600;
  margin-top: 10px;
  line-height: 1em;
  color: #000;
}

.cs__popup .popup__intro .intro__param03 {
  font-size: 24px;
  color: #ff8400;
  font-weight: 600;
  margin-top: 15px;
}

.cs__popup .popup__intro .intro__param03 span {
  font-size: 40px;
}

.cs__popup .popup__list {
  font-size: 19px;
  color: #333;
  margin-top: 40px;
}

.cs__popup .popup__list>li {
  margin: 13px 0;
}

.cs__popup .popup__list .number {
  color: #000;
  font-weight: 600;
}

/* 퀵배너 */
.new-qb {
  position: fixed;
  right: 20px;
  top: 25%;
  z-index: 999;
  transition: all ease .3s;
}

.new-qb .qb__menu {
  display: block;
  height: 69px;
  cursor: pointer
}

.new-qb a img {
  display: inline-block;
}

.new-qb li {
  text-align: right;
}

.new-qb--mo {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 20;
  background-color: #222c38;
  box-sizing: border-box;
  padding: 10px;
}

.new-qb--mo ul {
  display: -ms-flex;
  display: flex;
}

.new-qb--mo ul li img {
  display: block;
}

.new-qb--mo ul li {
  margin: 0 5px;
}

.new-qb--mo ul li:first-child {
  width: 40%;
}

.new-qb--mo ul li:nth-child(2) {
  width: 40%;
}

.new-qb--mo ul li:nth-child(3) {
  width: 20%;
}

.new-qb--mo .qb__tel {
  position: absolute;
  right: 10px;
  top: -90px;
  width: 80px;
  height: 80px
}

/* quick 메뉴 */
.quick {
  margin-top: 110px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.quick .link {
  text-align: right;
  margin-right: 10px;
  margin-bottom: 30px;
}

.quick .link>p {
  margin-bottom: 10px;
}

.quick .link img {
  vertical-align: top;
}

.quick .link .org {
  position: relative;
}

.quick .link .org>a {
  displaY: block;
  width: 51px;
  height: 51px;
  transition: 0.3s ease-in-out;
  background: #fc9f5a;
  color: #fff;
  border-radius: 100%;
  float: right;
  font-size: 17px;
}

.quick .link .org>a span {
  opacity: 0;
  display: inline-block;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  padding: 11px 55px 0 0;
  white-space: nowrap;
}

.quick .link .org img {
  position: absolute;
  right: 0px;
  top: 0px;
}

.quick .link .org>a:hover {
  width: 200px;
  border-radius: 30px;
}

.quick .link .org>a:hover span {
  opacity: 1;
  visibility: visible;
}

.quick_list {
  border: 1px solid #ddd;
  border-radius: 50px;
  padding: 15px 10px 10px 10px;
  text-align: center;
  background: #fff;
  width: 53px;
}


.quick_list .list__next img {
  display: block;
  margin: auto;
  cursor: pointer;
}


.quick_list .tit {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}

.current__list .items {
  margin-bottom: 15px;
}

.current__list .items a {
  display: block;
  font-size: 14px;
  position: relative;
  color: #000;
}


.quick .m_chat{
  margin-top: 5px;
  width: 45px;
}

.quick .m_chat img{
  width: 100%;
}

/* .quick_list .slick-list{
  overflow: visible;
} */


.current__list .items a .txt {
  width: 200px;
  height: 60px;
  border: 1px solid #000;
  background: #fff;
  position: absolute;
  top: -4px;
  right: -5px;
  box-sizing: border-box;
  padding: 8px 65px 8px 10px;
  opacity: 0;
  transition: 0.3s ease-in-out;
  text-align: left;
  visibility: hidden;
  z-index: 1;
}

.current__list .items a:hover .txt {
  opacity: 1;
  visibility: visible;
}

.current__list .items a .txt p {
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  height: 3em;
}

.current__list .items a img {
  height: 50px;
  vertical-align: top;
  border: 1px solid #ddd;
  position: relative;
  z-index: 9;
}

.quick_list .items {
  outline: none;
}

/* 간편 실시간 문의 팝업 */
.call_popup_wrap {
  display: none;
}

.mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}

.call_popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 7%;
  width: 610px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  z-index: 99999;
  box-sizing: border-box;
}

.call_popup .pad {
  padding: 30px 35px 0;
}

.call_tit {
  background: #ff9752;
  border-radius: 30px;
  font-size: 24px;
  color: #fff;
  padding: 0 20px;
  box-sizing: border-box;
  width: 300px;
  line-height: 50px;
}

.call_list li {
  margin-top: 20px;
}

.col02:after {
  content: '';
  display: block;
  clear: both;
}

.col02>div {
  width: 49%;
  float: left;
}

.col02>div:last-child {
  float: right;
}

.call_list input,
.call_list textarea,
.call_list select {
  width: 100%;
}

.call_popup input,
.call_popup select {
  border: 1px solid #ddd;
  border-radius: 5px;
  box-sizing: border-box;
  height: 50px;
  padding: 0 10px;
}

.call_popup input.gray {
  background: #f3f3f3;
}

.call_popup textarea {
  border: 1px solid #ddd;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px;
  resize: none;
}

.call_list .tit {
  font-size: 18px;
  margin-bottom: 5px;
}

.call_spam {
  background: #f7f7f7;
  padding: 20px 10px;
  text-align: center;
  border-radius: 0 0 20px 20px;
}

.spam_img {
  margin: 0 10px 0 15px;
}

.call_btn button {
  background: #41464c;
  font-size: 18px;
  color: #fff;
  height: 55px;
  width: 200px;
  border-radius: 3px;
}

.call_btn button.ok {
  background: #48639b;
}

.call_popup .pop_prod_box {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 30px 25px 30px 170px;
  position: relative;
  min-height: 125px;
}

.call_popup .pop_prod_box img {
  position: absolute;
  top: 30px;
  left: 25px;
  width: 120px;
}

.quick_m {
  display: none;
}

/* 모바일 추가 - 21.07.13 */
.gnb__hamburger {
  display: none;
}

.m_search_popup,
.header_m_icon {
  display: none;
}

.goTop {
  margin-top: 15px;
}


.left_quick {
  position: fixed;
  left: 0;
  top: 60%;
  transform: translateY(-50%);
  z-index: 100;
  width: 150px;
}

.left_quick img {
  width: 100%;
}


.quick_chat{
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 999;
  width: 51px;
}

.quick_chat img{
  width: 100%;
}

@media all and (max-width:1450px) {
  .left_quick {
    width: 120px;
  }
}

@media all and (max-width:1350px) {

  .new-cs .cs__benefit .benefit__intro {
    margin-bottom: 10px;
  }

  .new-cs {
    padding-top: 75px;
  }

  .new-cs .cs__top {
    position: inherit;
    margin-left: 0;
    top: auto;
    left: auto;
    flex-wrap: wrap;
    width: 720px;
    margin: auto;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }

  .new-cs .cs__top>li {
    box-sizing: border-box;
    height: 180px;
    padding: 30px;
  }

  .new-cs .cs__top>li:nth-child(1) {
    width: 60%;
  }

  .new-cs .cs__top>li:nth-child(2) {
    height: 360px;
    width: 40%;
  }

  .new-cs .cs__top>li:nth-child(3) {
    width: 60%;
    transform: translateY(-100%);
  }

  .new-cs .cs__benefit .benefit__intro {
    margin-top: 50px;
  }

  .new-cs .cs__benefit .benefit__list .slick-list {
    padding: 10px 4px;
  }

  .new-cs .cs__benefit .benefit__list .item {
    margin: 0 10px;
  }

  .new-footer {
    position: relative;
  }

  .new-footer .footer__wrap {
    flex-wrap: wrap;
  }

  .new-footer .footer__wrap>div {
    width: 100%;
  }

  .new-footer .footer__logo {
    order: 0;
  }

  .new-footer .footer__info {
    order: 2;
  }

  .new-footer .footer__info .info__top {
    position: absolute;
    top: 40px;
    right: 40px;
  }

  .new-footer .footer__cs .cs__sns {
    position: absolute;
    top: 155px;
    right: 40px;
    margin-top: 0;
  }

  .new-footer .footer__cs {
    padding-left: 0;
    border: none;
    order: 1;
    margin-top: 35px;
  }

  .new-footer .footer__cs .cs__param02 {
    margin-top: 15px;
  }

  .new-footer .footer__cs .cs__param03 {
    margin-top: 10px;
  }
}

/* 타블렛 가로 */
@media all and (max-width:1279px) {
  .hide-1280 {
    display: none !important;
  }

  .show-1280 {
    display: block !important;
  }

  .new-qb{
    top: 50%;
  }

  .quick {margin-top: 0;}
  .quick_list {
    display: none;
  }

  .quick .link {
    margin-bottom: 0;
  }

  .goTop {
    margin-top: 0;
  }

  /* 상단배너 */
  #top_banner .close {
    width: 25px;
    height: 25px;
    margin-top: -12px;
    right: 30px;
  }

  /* 검색 */
  /* .h_search {width:440px; margin-left:-247px;} */
  .h_search {
    width: 245px;
    margin-left: -185px;
  }

  .h_search input[type="text"] {
    box-sizing: border-box;
    width: 100%;
  }

  .h_search_default {
    width: 400px;
    margin-left: -185px;
  }

  .h_search_default input[type="text"] {
    box-sizing: border-box;
    width: 100%;
  }

  /* gnb */
  .gnb {
    position: absolute;
    float: none;
    left: 175px;
    right: 190px;
    top: 0;
    margin-left: 0;
    text-align: center;
  }

  .gnb>li {
    float: none;
    display: inline-block;
  }

  .gnb>li>a {
    padding: 0 15px;
  }

  .gnb>li>a>span {
    background-size: auto 135px;
  }

  .gnb .i1 {
    background-position: 0 -30px;
  }

  .gnb .i2 {
    background-position: -30px -30px;
  }

  .gnb .i3 {
    background-position: -60px -30px;
  }

  .gnb .i4 {
    background-position: -90px -30px;
  }

  .gnb .i5 {
    background-position: -120px -30px;
  }

  .gnb .i6 {
    background-position: -180px -30px;
  }

  .gnb>li:hover .i1,
  .gnb a:focus .i1 {
    background-position: 0 -60px;
  }

  .gnb>li:hover .i2,
  .gnb a:focus .i2 {
    background-position: -30px -60px;
  }

  .gnb>li:hover .i3,
  .gnb a:focus .i3 {
    background-position: -60px -60px;
  }

  .gnb>li:hover .i4,
  .gnb a:focus .i4 {
    background-position: -90px -60px;
  }

  .gnb>li:hover .i5,
  .gnb a:focus .i5 {
    background-position: -120px -60px;
  }

  .gnb>li:hover .i6,
  .gnb a:focus .i6 {
    background-position: -180px -60px;
  }

  /* gnb aside */
  .gnb_aside {
    margin-right: -9px;
  }

  .gnb_aside>li>a {
    padding: 0 9px;
  }

  .gnb_aside>li+li::before {
    width: 2px;
    height: 2px;
  }

  /* all category */
  .h_btm {
    margin-left: 0;
  }

  .all_cate_box {
    width: auto;
    left: 0;
    right: 0;
  }

  /* footer */
  .f_wrap {
    margin: 0;
    border: 0;
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .f_wrap .cell {
    float: none;
    width: auto;
    display: table-cell;
    vertical-align: top;
    padding: 35px 0 35px 30px;
  }

  .f_wrap .cell+.cell {
    border-left: 1px solid #525252;
  }

  .f_wrap .cell .pdbox {
    border: 0;
    padding: 0;
    height: auto;
  }

  .f_wrap .call em {
    font-size: 21px;
  }
}

@media all and (max-width: 1200px) {
  .new-header .header__top {padding-bottom: 10px;}
  .new-gnb.wide-inner {padding: 0 0 15px;}
  .new-gnb.wide-inner a {font-size: 14px;font-weight: 400;}
  .new-gnb .gnb__menu {margin-right: 15px;}
  .gnb__right {margin-bottom: 30px;}
  .left_quick{
    display: none;
  }

  .mobile__aside {
    position: fixed;
    background-color: #fff;
    top: 0;
    left: -100%;
    width: 85%;
    overflow-y: scroll;
    height: 100vh;
    border-radius: 0 30px 0 0;
    transition: all ease .5s;
    z-index: 999999;
  }

  .mobile__aside.active {
    left: 0;
  }

  .mobile__aside .aside__top {
    border-bottom: 1px solid #ddd;
    padding: 30px 20px 20px;
  }

  .mobile__aside .aside__top .top__logo {
    display: block;
  }

  .mobile__aside .aside__top .top__logo .logo__txt01{
    font-size: 13px;
    color: #777;
  }
  .mobile__aside .aside__top .top__logo .logo__txt02{
    font-size: 28px;
    color: #000;
    font-weight: 900;
  }

  .mobile__aside .aside__top .aside__close {
    position: absolute;
    top: 30px;
    right: 20px;
  }

  .mobile__aside .new_menu>li>a {
    display: block;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding: 5px 20px;
    position: relative;
    background: url('/image/sub/gnb_plus.png') no-repeat center right 20px / 15px;
  }

  .mobile__aside .new_menu>li.active>a {
    background: url('/image/sub/gnb_minus.png') no-repeat center right 20px / 15px;
  }

  .mobile__aside .new_menu>li>a img {
    width: 30px;
    margin: 10px 20px 10px 15px;
    vertical-align: middle;
  }

  .mobile__aside .new_menu>li .aside_sub {
    background: #f5f5f5;
    padding: 15px 20px;
    display: none;
  }

  .mobile__aside .new_menu>li .aside_sub li a {
    display: block;
    padding: 7px 0;
    font-size: 14px;
	margin-left: 20px;
  }

  .mobile__aside .aside__menu .menu__depth1 {
    flex: 1;
    background-color: #a19d98;
  }

  .mobile__aside .aside__menu .menu__depth1>p {
    border-bottom: 1px solid #bdbbb7;
    color: #fff;
    font-size: 1.2em;
    box-sizing: border-box;
    padding: 10px 0 10px 15px;
  }

  .mobile__aside .aside__menu .menu__depth1>p.on {
    background-color: #fff;
    color: #333;
    font-weight: 600;
  }

  .mobile__aside .aside__menu .menu__depth2 {
    width: 50%;
  }

  .mobile__aside .aside__menu .menu__depth2>a {
    display: block;
    border-bottom: 1px solid #dddbd7;
    color: #333;
    font-size: 1.2em;
    box-sizing: border-box;
    padding: 10px 0 10px 15px;
  }

  .mobile__aside .aside__quick {
    display: -ms-flex;
    display: flex;
  }

  .mobile__aside .aside__quick>a {
    width: 50%;
  }

  .mobile__aside .aside__quick>a img {
    display: block;
  }

  .mobile__aside-dim {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .8);
    z-index: 998;
    display: none;
    opacity: 0;
    z-index: 999998;
  }
}

@media all and (max-width:1088px) {
  .ban_c {
    width: 225px;
  }

  .ban_c img {
    height: auto !important;
  }
}

/* 타블렛 세로 */
@media all and (max-width:1024px) {
  .mobile__gnb .gnb__cateogry .category__wrap {}
  .top__right {position: absolute;top: 40px;right: 30px;}

  /* 간편 실시간 문의 팝업 */
  .call_popup {
    width: 95%;
    height: 85vh;
    overflow: auto;
  }

  #logo {
    width: 140px;
  }

  #logo #shop_name {
    height: 40px;
    line-height: 40px;
  }

  /* 상단 배너 */
  #top_banner .pc {
    display: none;
  }

  #top_banner {
    display: none;
  }

  #top_banner .m {
    display: block;
  }

  /* header */
  .h_call {
    display: none;
  }

  .h_call00 {
    display: block;
  }

  /* .h_search {left:auto; right:0; margin-left:0; width:100%;top: 67px;box-sizing:border-box} */
  .h_search {
    left: 0;
    margin-left: 0;
    width: 245px;
    top: 67px;
    box-sizing: border-box
  }

  .h_search input[type="text"] {
    height: 42px;
  }

  .h_search_default {
    left: 0;
    margin-left: 0;
    width: 100%;
    top: 67px;
    box-sizing: border-box
  }

  .h_search_default input[type="text"] {
    height: 42px;
  }

  .h_btm_wrap {
    top: 150px;
  }

  .h_top {
    height: 150px;
  }

  #header {
    height: 200px;
  }

  /* gnb */
  .gnb>li>a>span {
    display: none;
  }

  /* all category */
  .all_cate_box {
    right: -30px;
  }

  /* footer */
  .f_wrap {
    display: block;
  }

  .f_wrap .cell:nth-child(n) {
    display: block;
    box-sizing: border-box;
    border: 0;
    float: left;
    width: 50%;
    height: 151px;
    padding: 25px 30px;
  }

  .f_wrap .cell:nth-child(2n) {
    border-left: 1px solid #525252;
  }

  .f_wrap .cell:nth-child(2)~.cell {
    border-top: 1px solid #525252;
  }

  /* 네이버톡톡/카카오톡상담 */
  .cm_quick {
    position: relative;
    width: auto;
    top: auto;
    right: auto;
    margin-top: 0;
    overflow: hidden;
    display: block;
  }

  .cm_quick li {}

  .cm_quick a {
    height: 30px;
    line-height: 30px;
    padding: 5px 0;
  }

  .cm_quick img {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
  }

  .cm_quick em {
    display: inline-block;
    margin: 0;
    margin-left: 5px;
  }

  .cm_quick .n em {
    background: transparent;
  }

  .cm_quick .k em {
    padding: 0 5px;
  }

  .ban_c {
    top: 60px;
  }

  .new-ad img {
    width: 100%;
  }

  .new-header .header__top .search__wrap input {
    width: 250px;
  }

  .mobile__gnb {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }

  /* .mobile__gnb.fix {
    position: fixed;
    top: 61px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
  } */

  
  .mobile__gnb .gnb__cateogry .category__wrap {
    white-space: nowrap;
    overflow: auto;
    padding-left: 20px;
  }

  .mobile__gnb .gnb__cateogry .category__wrap>a {
    display: inline-block;
    vertical-align: top;
    line-height: 45px;
    font-size: 14px;
    margin-right: 20px;
    position: relative;
  }

  .mobile__gnb .gnb__cateogry .category__wrap>a.on {
    color: #dd5119;
  }

  .mobile__gnb .gnb__cateogry .category__wrap>a.on:after {
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #dd5119;
  }
}

/* 중간추가 (for gnb) */
@media all and (max-width:899px) {

  /* gnb */
  .gnb {
    left: 50px;
  }

  /* all category */
  .gnb_all_wrap .btn,
  .all_cate_box .btn {
    width: 50px;
    padding-left: 0;
    text-indent: -999999px;
    border: 0;
  }

  .all_cate_box .btn {
    background-position: left -50px;
  }

  .new-header .header__top .search__wrap {
    margin: 0 10px 10px;
  }

  .new-header .header__top .search__wrap input {
    width: 150px;
  }

}

/* 타블렛 가로 미만 ~ 모바일 : 헤더높이 줄어듦, gnb 서브 가림 */
@media all and (max-width:768px) {

  /* 간편 실시간 문의 팝업 */
  .call_popup .pad {
    padding: 25px 20px;
  }

  .call_popup .fz18 {
    font-size: 14px;
  }

  .call_tit {
    font-size: 18px;
    width: 250px;
    line-height: 45px;
  }

  .call_tit img {
    height: 20px;
  }

  .call_list .tit {
    font-size: 14px;
  }

  .call_popup input,
  .call_popup select {
    height: 40px;
  }

  .call_spam {
    text-align: left;
    padding: 20px;
  }

  .call_spam .spam_tit {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .spam_img {
    margin: 0 5px 0 0;
  }

  .call_popup .call_spam input.gray {
    width: 100px !important;
  }

  .call_btn {
    text-align: center;
  }

  .call_btn button {
    width: 150px;
    font-size: 14px;
    height: 45px;
  }

  .call_popup .pop_prod_box {
    padding: 25px 20px 25px 115px;
  }

  .call_popup .pop_prod_box img {
    width: 90px;
    left: 20px;
  }


  .new-header .header__top .header__info {
    margin-bottom: 10px;
  }

  .new-header .header__top .info__tel {
    font-size: 16px;
    margin-right: 5px;
  }

  .new-header .header__top .info__sns.blog {
    margin-right: 5px;
    width: 25px;
    height: 17px;
  }

  .new-header .header__top .info__sns.youtube {
    width: 25px;
    height: 17px;
  }

  .h_call00 {
    padding-top: 40px;
  }

  .h_top {
    height: 105px;
  }

  .h_btm_wrap {
    top: 105px;
  }

  #header {
    height: 140px;
  }

  /* 상단배너 */
  #top_banner .close {
    right: 20px;
  }

  /* header */
  #logo {
    width: 140px;
    padding-top: 12px;
    /* height:55px; line-height:55px; */
  }

  #logo .slogan {
    font-size: 9px;
  }

  #shop_name {
    font-size: 18px;
    line-height: 1.1em;
    height: 1.1em;
    letter-spacing: -0.05em;
  }

  .h_search {
    top: 50px;
    height: 29px;
    padding-right: 25px;
  }

  .h_search input[type="text"] {
    padding: 0 5px;
    height: 25px;
    font-size: 1em;
  }

  .h_search .btn {
    width: 23px;
    height: 23px;
    top: 1px;
  }

  .h_search_default {
    top: 50px;
    height: 29px;
    padding-right: 25px;
  }

  .h_search_default input[type="text"] {
    padding: 0 5px;
    height: 25px;
    font-size: 1em;
  }

  .h_search_default .btn {
    width: 23px;
    height: 23px;
    top: 1px;
  }

  /* gnb */
  .gnb {
    position: relative;
    left: auto;
    right: auto;
    float: left;
    text-align: left;
  }

  .gnb>li {
    height: 35px;
  }

  .gnb>li>a {
    line-height: 35px;
    font-size: 1em;
    font-weight: 600;
    position: relative;
    padding: 0;
    margin: 0 15px;
  }

  .gnb>li.on>a:after,
  .gnb_aside>li.on>a:after {
    display: block;
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 4px;
    border-bottom: 1px solid #dd5119;
    background: url("../image/common/gnb_acc.png") no-repeat center bottom;
    background-size: 7px 4px;
  }

  .gsnb_box {
    display: none;
  }

  /* gnb aside */
  .gnb_aside {
    overflow: visible;
  }

  .gnb_aside>li>a {
    font-size: 1em;
    font-weight: 600;
    line-height: 35px;
    height: 35px;
    position: relative;
  }

  .gnb_aside>li+li::before {
    margin-top: 16px;
  }

  /* all category */
  .gnb_all_wrap .btn,
  .all_cate_box .btn {
    width: 35px;
    height: 35px;
    background-size: 35px auto;
  }

  .all_cate_box {
    top: 35px;
    right: -20px;
  }

  .all_cate_box .btn {
    background-position: left -35px;
  }

  .all_cate>li {
    padding: 10px 0;
  }

  .all_cate>li>a {
    font-size: 1.08em;
    padding: 0 10px;
  }

  .all_cate_dep2 a {
    font-size: 1em;
    padding: 2px 10px;
  }

  /* footer */
  .f_wrap .cell:nth-child(n) {
    padding: 20px;
    height: 140px;
  }

  /* quick */
  .pc_quick {
    width: 50px;
    top: 0;
    margin-top: 0;
  }

  .pc_quick02 {
    top: 340px;
  }

  .pc_quick_btn li {
    width: 50px;
  }

  .pc_quick_btn button {
    width: 50px;
  }

  .ban_c {
    width: 140px;
    top: 48px;
  }

  .new-cs .cs__top {
    width: 500px;
  }

  .new-cs .cs__top>li {
    padding: 12px;
    height: 140px;
  }

  .new-cs .cs__top>li .top__param01 {
    font-size: 13px;
  }

  .new-cs .cs__top>li .top__param02 {
    font-size: 20px;
  }

  .new-cs .cs__benefit .benefit__intro {
    width: 500px;
  }

  .new-cs .cs__top>li:nth-child(1),
  .new-cs .cs__top>li:nth-child(2),
  .new-cs .cs__top>li:nth-child(3) {
    background-size: 35px;
    background-position: 95% 90%;
  }

  .new-cs .cs__top>li:nth-child(2) {
    height: 280px;
  }

  .new-cs .cs__top>li:nth-child(3) {
    top: 140px;
  }

  .new-cs .cs__benefit .benefit__intro .intro__param01 {
    font-size: 1em;
  }

  .new-cs .cs__benefit .benefit__intro .intro__param02 {
    font-size: 2.5em;
    color: #000;
  }

  .new-cs .cs__benefit .benefit__intro .intro__param03 {
    font-size: 1.5em;
  }

  .new-cs .cs__benefit .benefit__intro .intro__param03 span {
    font-size: 2rem;
    width: 45px;
    height: 45px;
    line-height: 42px;
  }

  .new-cs .cs__benefit .benefit__intro a {
    margin-top: 5px;
  }

  .new-cs .cs__benefit .benefit__list .item {
    margin-left: 15px;
    margin-right: 15px;
  }

  .new-footer .footer__info .info__middle span {
    display: block;
  }

  .new-footer .footer__info .info__middle .br {
    margin: auto;
    border: none;
  }

  .new-footer .company_reg{margin-left: 0; margin-top: 5px; display: inline-block;}
}

/* 모바일 상세 : 전체카테고리 숨기기 */
@media all and (max-width:640px) {

  .mobile__aside .aside__top .top__logo .logo__txt01{
    font-size: 11px;
  }
  .mobile__aside .aside__top .top__logo .logo__txt02{
    font-size: 22px;
  }

  .new-header .header__top .logo .logo__txt01{
    font-size: 11px;
  }

  .new-header .header__top .logo .logo__txt02{
    font-size: 22px;
  }

  .new-qb {
    right: 15px;
    top: auto;
    bottom: 25px;
    transform: none;
  }

  .quick .link {
    margin-right: 0;
  }

  .quick .link>p {
    margin-bottom: 5px;
  }

  .quick .link img {
    max-height: 45px;
  }

  .goTop {
    margin-right: 0 !important;
  }

  .goTop img {
    max-height: 45px;
  }

  .online_pop {
    width: 90%;
    margin-left: -45%;
    padding: 15px;
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .new-cs .cs__benefit .benefit__list .item {
    margin-right: 10px;
    margin-left: 0;
    box-shadow: none;
    width: 310px;
    background-color: #eef1f8;
    padding: 35px 20px;
    height: 150px;
    background-position: center right 20px;
    background-size: 100px;
  }

  .new-cs .cs__benefit .benefit__list .item:hover,
  .new-cs .cs__benefit .benefit__list .item.slick-current {
    background-color: #eef1f8;
  }

  .new-cs .cs__benefit .benefit__list .item .list__param01 {
    font-size: 20px;
  }

  .new-cs .cs__benefit .benefit__list .item .list__param02 {
    font-size: 14px;
    font-weight: 500;
  }

  .new-cs .cs__benefit .benefit__list .item .list__param01,
  .new-cs .cs__benefit .benefit__list .item:hover .list__param01,
  .new-cs .cs__benefit .benefit__list .item.slick-current .list__param01 {
    color: #494d7f;
  }

  .new-cs .cs__benefit .benefit__list .item:hover .list__param02,
  .new-cs .cs__benefit .benefit__list .item.slick-current .list__param02 {
    color: #666;
  }

  .new-cs .cs__benefit .benefit__list .item.slick-current .list__param03 {
    display: none;
  }

  .new-cs .cs__benefit .benefit__list .slick-dots {
    display: block;
    margin: 0;
    position: static;
  }

  .new-cs .cs__benefit .benefit__list .slick-dots>li {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
  }

  .new-cs .cs__benefit .benefit__list .slick-dots li button {
    height: 7px;
    width: 7px;
    border-radius: 100%;
  }

  .new-cs .cs__benefit .benefit__list .slick-dots li.slick-active button {
    background-color: #000;
  }

  .m_customer {
    background: #f7f7f7;
    padding: 40px 0;
    margin-top: 40px;
  }

  .m_customer ul {
    margin: 0 -5px;
  }

  .m_customer li a {
    display: block;
    margin: 0 5px 10px;
  }

  .quick_m {
    displaY: block;
    background: #474747;
    text-align: center;
    padding: 15px 0;
    border-radius: 30px 30px 0 0;
    color: #fff;
    font-size: 14px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
  }

  .quick_m.none {
    display: none;
  }

  .quick_m .num {
    font-weight: bold;
    margin-top: 5px;
    font-size: 22px;
    color: #fff;
  }

  /* 상단배너 */
  #top_banner .close {
    right: 15px;
  }

  /* gnb */
  .gnb {
    margin-left: -15px;
  }

  /* all category */
  .h_btm {
    margin-left: 15px;
  }

  .gnb_all_wrap {
    display: none;
  }

  .mobile_cate {
    display: block;
    width: 35px;
    height: 35px;
    float: left;
  }

  /* footer */
  .new-footer .footer__info {
    order: unset;
  }

  .f_wrap {
    font-size: 12px;
    line-height: 1.67em;
  }

  .f_wrap .cell:nth-child(n) {
    padding: 15px;
    padding-right: 0;
    height: 125px;
    border-top: 1px solid #525252;
    border-left: 0;
  }

  .f_wrap .cell:first-child {
    border-top: 0;
  }

  .f_wrap .cell:last-child {
    padding: 10px 0;
  }

  .f_wrap .cell:nth-child(3) {
    border-left: 1px solid #525252;
  }

  .f_wrap .cell.full {
    width: auto;
    float: none;
    clear: both;
    height: auto;
  }

  /* .f_logo {float:left; width:68px; padding-top:0;} */
  /* .f_logo + p {margin-left:90px;} */
  .f_logo {
    font-size: 16px;
    letter-spacing: -0.03em;
    margin-bottom: 5px;
  }

  .f_wrap a.btn {
    margin-top: 5px;
  }

  .f_wrap .call {
    line-height: 1.67em;
  }

  .f_wrap .call em {
    font-size: 1.2em;
  }

  .fnb {
    text-align: center;
  }

  .fnb li {
    display: inline-block;
    margin: 0 5px;
  }

  .fnb .mt {
    margin-top: 0;
  }

  .cpright {
    padding: 10px 0;
    font-size: 0.92em;
    line-height: 1.67em;
  }

  /* quick */
  .pc_quick {
    display: none;
  }

  .m_quick {
    display: block;
  }

  #footer {
    padding-bottom: 61px;
  }

  .new-cs {
    padding: 35px 0 0;
    border-top: 1px solid #ddd;
  }

  .new-cs .cs__benefit .benefit__intro {
    width: 100%;
    margin-top: 0;
  }

  .new-cs .cs__top {
    display: block;
    width: 100%;
  }

  .new-cs .cs__top>li {
    width: 100% !important;
    position: inherit !important;
    height: auto !important;
    top: 0 !important;
    background-size: 40px !important;
    background-position: 95% 70% !important;
  }

  .new-footer {
    padding: 50px 0 15px;
    backgrounD: #fff;
  }

  .new-footer .footer__logo {
    display: none;
  }

  .new-footer .footer__info {
    color: #999;
  }

  .new-footer .footer__info .info__top {
    top: 40px;
    right: auto;
  }

  .new-footer .footer__info .info__top a {
    font-size: .9em;
    color: #999;
    line-height: 1;
    display: inline-block;
  }

  .new-footer .footer__info .info__top a.br {
    color: #000;
  }

  .new-footer .footer__cs {
    margin-top: 20px;
  }

  .new-footer .footer__cs .cs__param01 {
    displaY: none;
  }

  .new-footer .footer__cs .cs__param02 {
    font-size: 22px;
    margin-top: 10px;
    color: #494d7f;
  }

  .new-footer .footer__cs .cs__param03 {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
  }

  .new-footer .footer__cs .cs__param03 span {
    color: #999;
  }

  .new-footer .footer__cs .cs__sns {
    top: auto;
    bottom: 100px;
    right: auto;
  }

  .new-footer .footer__cs .cs__sns img {
    width: 33px;
  }

  .new-footer .footer__info .cs__sns {
    display: flex;
  }

  .new-footer .footer__info .cs__sns a {
    color: #ebebeb;
    border-radius: 6px;
    line-height: 22px;
    margin-right: 7px;
  }

  .new-footer .footer__info .info__middle {
    font-size: .9em;
    -ms-word-break: keep-all;
    word-break: keep-all;
    margin-top: 15px;
    display: none;
  }

  .new-footer .footer__info .info__bottom {
    font-size: .8em;
    margin-top: 10px;
    display: none;
  }

  .new-footer .footer__info .info__more {
    text-align: center;
    padding-top: 12px;
    font-size: 15px;
    color: #777;
    margin-top: 20px;
    padding-bottom: 11px;
    background-image: url(/image/common/more_arrow.png);
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: 16px;
    border: 1px solid #ddd;
    border-radius: 15px;
    background-color: #ececec;
  }

  .new-footer .footer__info .info__more.on {
    background-image: url('/image/common/more_arrow2.png');
    background-position: center right 20px;
  }


  .cs__popup {
    width: 90%;
    left: 50%;
    margin-left: -45%;
    padding: 25px;
    top: 10%;
    background-image: none;

  }

  .cs__popup .popup__intro {
    width: 200px;
    margin: auto;
    border: 2px solid #000;
    height: 90px;
  }

  .cs__popup .popup__intro .intro__inner {
    padding-bottom: 10px;
  }

  .cs__popup .popup__intro .intro__param01 {
    font-size: .8em;
    letter-spacing: 3px;
  }

  .cs__popup .popup__intro .intro__param02 {
    font-size: 2em;
    margin-top: 0;
  }

  .cs__popup .popup__intro .intro__param03 {
    font-size: 1.2em;
    margin-top: 5px;
  }

  .cs__popup .popup__intro .intro__param03 span {
    font-size: 1.3em;
  }

  .cs__popup .popup__list {
    margin-top: 20px;
  }

  .cs__popup .popup__list>li {
    font-size: .7em;
    margin: 0;
    display: -ms-flex;
    display: flex;
  }

  .cs__popup .popup__list>li span {
    -ms-word-break: keep-all;
    word-break: keep-all;
  }

  .cs__popup .popup__list>li .number {
    margin-right: 3px;
  }

  .cs__popup .popup__close {
    top: -25px;
    right: 0;
    width: 20px;
    height: 20px;
  }

  .new-ad .ad__close {
    right: 4%;
    width: 20px;
    height: 20px;
  }

  .new-qb .qb--pc {
    display: none;
  }

  /* 모바일 버전 header - 21.07.13 추가 */
  .new-header .header__top {
    display: block;
    padding: 12px 0;
  }

  .new-header .header__top .logo {
    width: 200px;
    margin: 0 auto;
    display: block;
    text-align: center;
  }

  .new-header .header__top .top__right {
    display: none;
  }

  .new-gnb {
    display: none;
  }

  .gnb__hamburger {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding: 23px 20px 19px;
  }

  .header_m_icon {
    position: absolute;
    top: 18px;
    right: 20px;
    displaY: block;
  }

  .header_m_icon li img {
    height: 25px;
  }

  .m_search {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 30px 20px;
  }

  .m_search .search_box {
    position: relative;
    margin: 15px 0 20px;
  }

  .m_search .search_box input {
    width: 100%;
    border: 1px solid #000;
    height: 40px;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .m_search .search_box>a {
    position: absolute;
    right: 15px;
    top: 10px;
  }

  .m_search .tag li {
    font-size: 14px;
    padding: 7px 0 7px 10px;
  }

  .new-footer .company_reg{background-color: #ececec; color: #777 !important;}
}

/* 모바일 가로 : gnb swiper 시작 */
@media all and (max-width:568px) {

  /* header */
  /* 	.h_search {width:150px;} */
  /* gnb */
  .h_btm {
    margin-right: 0;
    margin-left: 0;
    position: relative;
  }

  .h_btm::after {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    top: 1px;
    bottom: 0;
    width: 20px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 80%, #fff);
    background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0), #fff 80%, #fff);
    z-index: 22;
  }

  .gnb_wrap {
    overflow: hidden;
    height: 36px;
    padding-left: 15px;
  }

  .gnb_slide.swiper-slide,
  .gnb_aside_slide.swiper-slide {
    width: auto;
  }

  .gnb {
    float: left;
    margin-left: 15px;
  }

  .gnb>li>a {
    padding: 0;
    margin: 0;
  }

  .gnb>li {
    margin-right: 20px;
  }

  .gnb_aside {
    float: left;
    margin-right: 5px;
  }

  .gnb_aside>li {
    margin-right: 15px;
  }

  .gnb_aside>li>a {
    padding: 0;
  }

  .gnb_aside>li+li::before {
    display: none;
  }

  .gnb__right {
    display: none;
  }

  .new-cs .cs__benefit .benefit__intro .intro__param02 {
    font-size: 25px;
  }

  .new-cs .cs__benefit .benefit__intro .intro__param03 {
    font-size: 14px;
    margin: 0 10px;
  }

  .new-cs .cs__benefit .benefit__intro .intro__param03 span {
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 28px;
  }

  .new-cs .cs__benefit .benefit__intro a {
    margin-top: 3px;
    font-size: 11px;
    padding: 7px 13px;
    line-height: 1;
  }

  /* 네이버톡톡 카카오톡상담 */
  /* .cm_quick .n {width:38%;}
	.cm_quick .k {width:62%;} */
}

@media all and (max-width:475px) {
  .ban_c {
    width: 110px;
  }

  .h_search {
    width: 200px;
  }

  .h_search_default {
    width: 100%;
  }
}

@media all and (max-width:425px) {
  .h_call00 {
    font-size: 11px;
    letter-spacing: -1px;
  }

  .h_call .tel {
    font-size: 17px;
  }
}

@media all and (max-width:375px) {

  /* footer */
  .f_wrap .cell:nth-child(2),
  .f_wrap .cell:nth-child(3) {
    height: 115px;
  }

  .f_wrap {
    font-size: 11px;
    line-height: 1.67em;
  }
}

@media all and (max-width:374px) {
  /* 	.h_search {width:100px;} */
}

@media all and (max-width:340px) {
  .ban_c {
    width: 110px;
  }

  .h_search {
    width: 160px;
  }

  .h_search_default {
    width: 100%;
  }
}

/* 공통 */
@media all and (max-width:1260px) {
  .show-1260 {
    display: block !important;
  }

  .hide-1260 {
    display: none !important;
  }
}

/* PC이하 ~ 타블렛 가로 */
@media all and (max-width:1200px) {
  .show-1024 {
    display: block !important;
  }

  .hide-1024 {
    display: none !important;
  }
}

/* 타블렛 가로 이하 */
@media all and (max-width:1023px) {
  .show-768 {
    display: block !important;
  }

  .hide-768 {
    display: none !important;
  }
  .new-gnb .gnb__menu{
    display: none;
  }
}

/* 타블렛 이하 ~ 모바일 */
@media all and (max-width:768px) {
  .show-640 {
    display: block !important;
  }

  .hide-640 {
    display: none !important;
  }
}

@media all and (max-width:640px) {
  .show-767 {
    display: block !important;
  }

  .hide-767 {
    display: none !important;
  }
}

/* 모바일 가로 미만 */
@media all and (max-width:568px) {
  .show-568 {
    display: block !important;
  }

  .hide-568 {
    display: none !important;
  }
}

/* 모바일 최소 */
@media all and (max-width:425px) {
  .show-425 {
    display: block;
  }

  .hide-425 {
    display: none;
  }
}

@media all and (max-width:375px) {
  .show-375 {
    display: block;
  }

  .hide-375 {
    display: none;
  }
}

@media all and (max-width:374px) {
  .show-320 {
    display: block;
  }

  .hide-320 {
    display: none;
  }
}