@charset "utf-8";
/* @font-face {
  font-family: "NanumSquareRound";
  src: url("/css/nanum/SquareRound/NanumSquareRound.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SCD";
  src: url("/css/noonfonts/S-CoreDream-8Heavy.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "yg-jalnan";
  src: url("/css/noonfonts/JalnanOTF00.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 100;
  src:
    url(/css/NotoSansKr/NotoSansKR-Thin.woff2) format("woff2"),
    url(/css/NotoSansKr/NotoSansKR-Thin.woff) format("woff"),
    url(/css/NotoSansKr/NotoSansKR-Thin.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 300;
  src:
    url(/css/NotoSansKr/NotoSansKR-Light.woff2) format("woff2"),
    url(/css/NotoSansKr/NotoSansKR-Light.woff) format("woff"),
    url(/css/NotoSansKr/NotoSansKR-Light.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  src:
    url(/css/NotoSansKr/NotoSansKR-Regular.woff2) format("woff2"),
    url(/css/NotoSansKr/NotoSansKR-Regular.woff) format("woff"),
    url(/css/NotoSansKr/NotoSansKR-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 500;
  src:
    url(/css/NotoSansKr/NotoSansKR-Medium.woff2) format("woff2"),
    url(/css/NotoSansKr/NotoSansKR-Medium.woff) format("woff"),
    url(/css/NotoSansKr/NotoSansKR-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  src:
    url(/css/NotoSansKr/NotoSansKR-Bold.woff2) format("woff2"),
    url(/css/NotoSansKr/NotoSansKR-Bold.woff) format("woff"),
    url(/css/NotoSansKr/NotoSansKR-Bold.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 900;
  src:
    url(/css/NotoSansKr/NotoSansKR-Black.woff2) format("woff2"),
    url(/css/NotoSansKr/NotoSansKR-Black.woff) format("woff"),
    url(/css/NotoSansKr/NotoSansKR-Black.otf) format("opentype");
} */
/* ::selection{color:#fff; background-color:#e88867;} */
::selection {
  color: #fff;
  background-color: #6a9dea;
}

.font-scd {
  font-family: "SCD" !important;
}
.font-jl {
  font-family: "yg-jalnan" !important;
  letter-spacing: -0.7px;
}
.font-it {
  font-style: italic;
}
.font-nsr {
  font-family: "NanumSquareRound";
  letter-spacing: -0.8px;
}
.font-noto {
  font-family: "Noto Sans KR";
  letter-spacing: -0.5px;
}

*:focus {
  outline: none;
}
body,
html,
select {
  height: 100%;
  font-family: "NanumSquare", sans-serif !important;
  color: #444;
}
body {
  position: inherit;
  -webkit-touch-callout: none;
}
img {
  pointer-events: none;
  -webkit-user-select: none !important;
  -moz-user-select: -moz-none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
/* header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 101;
  background-color: #fff;
} */
a {
  text-decoration: none;
  color: #424242;
}

input::placeholder {
  font-family: "NanumSquare";
  font-weight: 900;
  color: #d4d4d4;
  font-size: 12px;
}
input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
  border-style: none;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

/* 인증마크 */
.proof_mark {
  /* width:200px; */
  display: flex;
  justify-content: space-between;
  height: 33px;
  padding: 0 15px;
  /* flex:auto; */
  border-radius: 4px;
  background: linear-gradient(
    -45deg,
    #bf953f,
    #fcf6ba,
    #b38728,
    #fbf5b7,
    #aa771c
  );
  background-size: 400% 400%;
  animation: proofGr 5s ease infinite;
  box-shadow:
    2px 2px 5px rgb(0 0 0 / 20%),
    inset 2px 2px 5px rgb(0 0 0 / 10%);
}
.proof_img {
  width: 80px;
  margin: 7px 10px 0 0;
}
.proof_img img {
  width: 100%;
  vertical-align: middle;
  margin-right: 10px;
  filter: drop-shadow(1px 1px 5px rgb(115 86 4));
}
.proof_mark .gnb-tit {
  color: #fff;
  word-break: keep-all;
  display: inline-block;
  line-height: 30px;
  font-family: "NanumSquareRound";
  font-size: 0.9em;
  text-shadow: 1px 1px 5px rgb(115 86 4);
}
.proof_mark .gnb-tit:hover {
}

@keyframes proofGr {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.box-flex {
  display: flex !important;
}
.pw-eye {
  margin: 7px 0;
  color: #8e8e8e;
  cursor: pointer;
}

/* .header-wrap {
  width: 100%;
  height: 100%;
  padding: 8px 15px;
  display: flex;
  justify-content: space-between;
}
.hamburger-button .hamburger {
  cursor: pointer;
  top: -10px !important;
} */

/* .logo {
  width: auto;
  margin: 0 auto;
  font-weight: 900;
  padding: 4px 0;
  font-size: 1.4em;
  font-weight: 900;
  order: 0;
  text-align: center;
  word-break: keep-all;
}
.logo > a {
  width: 100%;
  color: #424242;
  letter-spacing: -1.2px;
} */

.call-wrap {
  text-align: center;
  color: #444;
  padding: 2px 5px;
  background-color: rgba(256, 256, 256, 0.7);
  border-radius: 2px;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  letter-spacing: -0.7px;
}
.call-wrap p {
  font-size: 0.7em;
}
.call-wrap p:first-child {
  margin: 2px 0;
}
.call-wrap p:last-child {
  font-weight: bold;
}

.icon-wrap {
  display: flex;
  order: 2;
}

.call-icon-wrap,
.login-icon-wrap {
  width: auto;
  height: 35px;
  border-radius: 20px 20px 3px 20px;
  text-align: center;
  font-size: 16px;
}
.login-icon-wrap {
  margin-right: 10px;
  display: none;
}
.call-icon-wrap {
  position: absolute;
  left: 2%;
}

.call-icon-wrap a,
.login-icon-wrap a {
  display: block;
  width: 100%;
  padding: 9px;
}
.login-icon-wrap a {
  font-size: 0.75em;
  padding: 12px 9px;
  font-weight: 500;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.call-icon-wrap a {
  display: flex;
}
.call-icon-wrap .num {
  margin-left: 2px;
  font-weight: bold;
}

/* .pc-gnb */
.pc-gnb {
  display: none;
  flex: 0.95;
  order: 3;
}
.pc-gnb-wrap {
  display: flex;
  text-align: center;
  line-height: 2em;
  justify-content: flex-end;
}
.pc-gnb-wrap > li {
  font-size: 0.8em;
  /* min-width: 110px; */
  margin: 0 15px;
}
.pc-gnb-wrap > li.freeevc-menu,
.pc-gnb-wrap > li.shoppingmall {
  min-width: 140px;
  border-radius: 26px;
  height: 32px;
}
.pc-gnb-wrap > li.shoppingmall {
  background: linear-gradient(-45deg, #3f92c9, #37d3af);
  background-size: 200% 200%;
  animation: gradient 3s ease infinite;
  transition: all 0.4s;
}
.pc-gnb-wrap > li.freeevc-menu {
  background: linear-gradient(-45deg, #ee5947, #ffb86b);
  background-size: 200% 200%;
  animation: gradient 3s ease infinite;
  transition: all 0.4s;
}
.pc-gnb-wrap > li.freeevc-menu .gnb-tit,
.pc-gnb-wrap > li.shoppingmall .gnb-tit {
  color: #fff;
}
.pc-gnb-wrap > li.freeevc-menu:hover,
.pc-gnb-wrap > li.shoppingmall:hover {
  background: #fff;
  background-size: 0 0;
  animation: none;
}
.pc-gnb-wrap > li.shoppingmall:hover .gnb-tit {
  color: #3f92c9;
}
.pc-gnb-wrap > li.freeevc-menu:hover .gnb-tit {
  color: #ee5947;
}
.pc-gnb-wrap > li .gnb-tit {
  font-weight: 600;
  font-size: 1.1em;
  transition: all 0.3s;
}
.pc-gnb-wrap > li .gnb-tit:hover {
  color: #a7c3ef;
}

.pc-gnb-wrap > li .pc-lnb-wrap {
  display: none;
  max-width: 155px;
  padding: 20px;
  margin: 10px auto;
  border-radius: 20px;
  box-shadow:
    5px 5px 15px 0px rgba(0, 0, 0, 0.1),
    inset 1px 1px 5px -3px rgba(0, 0, 0, 0.1);
  background-color: #f9f9f9;
  transition: all 0.2s;
}
.pc-gnb-wrap > li .pc-lnb-wrap li {
  padding: 8px 0;
  border-bottom: 1px solid #ececec;
}
.pc-gnb-wrap > li .pc-lnb-wrap li:last-child {
  border-bottom: 0;
}
.pc-gnb-wrap > li .pc-lnb-wrap li .lnb-tit {
  font-size: 1.1em;
  font-weight: 400;
  color: #424242;
  transition: all 0.3s;
}
.pc-gnb-wrap > li .pc-lnb-wrap li .lnb-tit:hover {
  color: #6a9dea;
}

/* 
button{display:block; width:50%; cursor:pointer; height:47px; border:none; border-radius: 100px; background-color: #e88867; transition:all 0.5s; color:#f4f4f4; font-size:16px; font-weight:600; margin: 60px auto 0;}
button:hover,
button:active,
button:focus{background-color: #cf775a;} */
/* button {
  display: block;
  width: 50%;
  cursor: pointer;
  height: 47px;
  border: none;
  border-radius: 100px;
  background-color: #6a9dea;
  transition: all 0.5s;
  color: #f4f4f4;
  font-size: 16px;
  font-weight: 600;
  margin: 60px auto 0;
} */
/* button:hover,
button:active,
button:focus {
  background-color: #6a9dea;
} */

/*slick*/
.slick-dots {
  bottom: -60px !important;
}
.line-up .slick-dots {
  bottom: -30px !important;
  left: 0 !important;
}
.slick-dots li button:before {
  color: #fff !important;
  opacity: 1;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
/* .line-up .slick-dots li button:before{color:#f49149!important; text-shadow: 0 0 3px rgba(0,0,0,0.2);}
.slick-dots li.slick-active button:before{color:#f49149!important}
.line-up .slick-dots li.slick-active button:before{color:#f49149!important} */
.line-up .slick-dots li button:before {
  color: #6a9dea !important;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.slick-dots li.slick-active button:before {
  color: #6a9dea !important;
}
.line-up .slick-dots li.slick-active button:before {
  color: #6a9dea !important;
}
.slick-list {
  height: 100%;
}
.slick-track {
  height: 100%;
}

/* main-banner */
.main-banner-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%; /*height:auto;*/
  height: 100%; /*padding-bottom: 100px;height:110%;*/
}
.main-banner-wrap .banner {
  width: 100%; /*height: 100%;background-size: 100%; background-repeat: no-repeat;*/
}
/* .main-banner-wrap.bg02{background-color: #e88867;} */
.main-banner-wrap.bg02 {
  background-color: #6a9dea;
}

.main-banner-wrap .banner01 {
  background: rgb(197, 231, 243);
  background: linear-gradient(
    180deg,
    rgba(197, 231, 243, 1) 0%,
    rgba(195, 215, 244, 1) 100%
  );
}
.main-banner-wrap .banner02 {
  background-color: #becedb;
}

.main-banner-wrap .banner-txt {
  font-size: 20px;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 8%;
  transition: all 0.3s;
}
.main-banner-wrap .banner-txt p {
  line-height: 1.5em;
}
.banner-tit-s {
  font-size: 0.8em;
  animation-delay: 1s;
}
.banner-tit-m {
  font-size: 1em;
}
.banner-tit-l {
  font-size: 2.2em;
  animation-delay: 0.5s;
}
.banner .banner-img {
  width: 100%;
}
.banner .banner-img.bnr-charger-img {
  width: 20%;
  max-width: 334px;
  position: absolute;
  left: 50%;
  top: 41%;
  transition: all 0.3s;
  transform: translateX(-50%);
}

/* popup */
/* .popup {
  font-family: "NanumSquare";
  position: fixed;
  z-index: 99999;
  top: 15%;
  left: 8%;
  min-height: 598px;
  height: fit-content;
  padding: 50px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
}
.popup p {
  font-family: "NanumSquare", sans-serif;
}
.popup .btn-area {
  position: absolute;
  top: 35px;
  right: 35px;
}
.popup .btn-area button {
  width: fit-content;
  height: auto;
  margin: 0;
  background-color: transparent;
}
.popup .desc-area {
  display: flex;
  flex-direction: column;
  gap: 28px;
  overflow-y: auto;
}
.popup .desc-area .tit-zone {
  display: flex;
  align-items: center;
  gap: 8px;
}
.popup .desc-area .tit-zone p {
  font-size: 20px;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: -0.4px;
}
.popup .desc-area .text-zone {
  display: grid;
  grid-template-columns: 1.5fr 0.5fr;
}
.popup .desc-area .text-zone .text-place p {
  font-size: 18px;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: -0.36px;
}
.popup .desc-area .text-zone .text-place p:first-child {
  margin-bottom: 20px;
}
.popup .desc-area .text-zone .text-place p i {
  font-weight: 700;
}
.popup .desc-area .text-zone .img-place {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.popup .desc-area .text-zone .img-place img {
  width: 90px;
  border-radius: 3px;
  box-shadow:
    0 0.5px 0.5px -0.5px rgb(0 0 0 / 64%),
    0 1px 1.5px -0.5px rgb(0 0 0 / 25%),
    0px 5px 5px rgb(0 0 0 / 20%);
  border: 6px ridge #727272;
  box-sizing: border-box;
}
.popup .desc-area .text-zone .img-place p {
  color: #787878;
  font-size: 12px;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: -0.24px;
  text-align: center;
}
.popup .desc-area .box-zone {
  padding: 24px;
  border-radius: 12px;
  background: #f7f7f7;
}
.popup .desc-area .box-zone .label {
  width: fit-content;
  color: #fff;
  padding: 4px 12px;
  border-radius: 4px;
  background: linear-gradient(90deg, #37d3af 0%, #3f92c9 100%);
  font-size: 16px;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: -0.32px;
  margin-bottom: 16px;
}
.popup .desc-area .box-zone p.dot {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: -0.32px;
  padding-left: 19px;
}
.popup .desc-area .box-zone p.dot:last-child {
  margin-top: 12px;
}
.popup .desc-area .box-zone p.dot:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 3px;
  height: 3px;
  background: #0e0e0e;
  border-radius: 50px;
}
.popup .desc-area > p {
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: -0.32px;
}
.popup .desc-area > p i {
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: 20%;
} */

/* nav */
.open-nav {
  overflow-y: hidden;
}
.open-nav .nav-wrap {
}
.open-nav .nav-wrap .nav-bg {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 110;
  background-color: rgba(0, 0, 0, 0.8);
}
.open-nav .nav-wrap .gnb-wrap,
.open-nav .nav-wrap .snb-wrap {
  display: none;
  position: absolute;
  top: 0;
  right: -100%;
  height: 100%;
  background-color: #fff;
  border-radius: 25px 0 0 25px;
}
.open-nav .nav-wrap .gnb-wrap {
  z-index: 120;
  width: 55%;
  padding: 60px 40px 0 30px;
  background-color: #fff;
  overflow: scroll;
}
.open-nav .nav-wrap .gnb-wrap > ul {
  font-size: 16px;
}
.open-nav .nav-wrap .gnb-wrap > ul > li {
  margin-bottom: 20px;
}
.open-nav .nav-wrap .gnb-wrap .gnb-tit,
.open-nav .nav-wrap .gnb-wrap .lnb-tit {
  height: 30px;
  display: inline-block;
  line-height: 30px;
}
.open-nav .nav-wrap .gnb-wrap .gnb-tit {
  font-size: 1em;
  font-weight: 900;
}
.open-nav .nav-wrap .gnb-wrap .lnb-tit {
  font-size: 0.8em;
  text-indent: 15px;
}
.open-nav .nav-wrap .snb-wrap {
  z-index: 115; /*width:75%;*/
  padding: 60px 58% 0 3%;
}
.open-nav .nav-wrap .snb-icon {
  display: block;
  width: 40px;
  height: 40px;
  margin: 20px auto 10px;
  border-radius: 25px;
  background-color: #fff;
}
.open-nav .nav-wrap .snb-icon i {
  line-height: 40px;
}
.snb-icon.joinus-icon i {
  margin: 0 11px;
  font-size: 1.05em;
}
.snb-icon.login-icon i {
  margin: 0 9px;
  font-size: 1.2em;
}
.snb-icon.mypage-icon i {
  margin: 0 12.5px;
  font-size: 1.15em;
}
.snb-icon.home-icon i {
  margin: 0 10.5px;
  font-size: 1.15em;
}
.snb-icon.cart-icon i {
  margin: 0 9px;
  font-size: 1.05em;
}
.snb-icon.admin-icon i {
  margin: 0 11px;
  font-size: 1.08em;
}
.open-nav .nav-wrap .snb-tit {
  display: block;
  font-size: 0.7em;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

/* fixed-quick-menu */
.fixed-quick-menu {
  position: fixed;
  bottom: -20px;
  z-index: 70;
  width: 100%;
  height: 86px;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.fixed-quick-menu > ul {
  display: flex;
  font-size: 20px;
}
.fixed-quick-menu > ul > li {
  width: 33.3%;
  text-align: center;
}
.fixed-quick-menu > ul > li:nth-child(1),
.fixed-quick-menu > ul > li:nth-child(2) {
  border-right: 1px solid #efefef;
}
.quick-icon-wrap {
  display: flex;
  flex-direction: column;
  padding: 5px 0;
}
.quick-icon {
  width: 40px;
  height: 40px;
  border-radius: 25px;
  margin: 0 auto 5px;
  background-color: #444;
  transform: scale(0.8);
}
.quick-icon i {
  font-size: 0.8em;
  line-height: 40px;
  color: #fff;
}
.quick-tit {
  font-size: 0.55em;
  font-weight: 600;
  color: #696969;
}

/* main-content  */
.main-content-slide {
  position: absolute !important;
  width: 100%;
  height: 320px;
  bottom: 5%;
}
.main-content-slide .content-slide {
  width: 80%;
  height: auto;
  margin: 70px 20px 5px;
  padding: 30px 20px;
  border-radius: 25px;
  background-color: rgba(256, 256, 256, 0.9);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
.main-content-slide .tit-wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.main-content-slide .tit {
  font-size: 1.1em;
  font-weight: 900;
  color: #696969;
}

/* main-content - 상담현황  */
.reqlist-wrap .tit-wrap {
  padding-bottom: 10px;
}
.reqlist-live li {
  text-align: center;
  color: #696969;
}
.reqlist-live > ul {
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 5px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-weight: 600;
}
.reqlist-live > ol {
  overflow: hidden;
  height: auto;
}
.reqlist-live > ol > li {
}
.reqlist-live > ol > li > ul {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin: 5px 0;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.reqlist-live > ol > li:first-child > ul {
  margin-top: 10px;
}
.reqlist-live > ol > li > ul > li {
  height: 32px;
  line-height: 32px;
}
.reqlist-live ul > li:nth-child(1) {
  width: 10%;
  padding: 0;
}
.reqlist-live ul > li:nth-child(1) span {
  display: block;
  border-radius: 5px;
  color: #fff;
  font-size: 0.8em;
}
.reqlist-live ul > li:nth-child(1) .icon01 {
  background-color: #f49149;
}
.reqlist-live ul > li:nth-child(1) .icon02 {
  background-color: #62b4ed;
}
.reqlist-live ul > li:nth-child(1) .icon03 {
  background-color: #79e453;
}
.reqlist-live ul > li:nth-child(1) .icon04 {
  background-color: #9a9a9a;
}
.reqlist-live ul > li:nth-child(2) {
  width: 20%;
}
.reqlist-live ul > li:nth-child(2) span {
  font-size: 0.8em;
}
.reqlist-live ul > li:nth-child(3) {
  width: 25%;
}
.reqlist-live ul > li:nth-child(4) {
  width: 20%;
}
.reqlist-live ul > li:nth-child(5) {
  width: 25%;
}

/* main-content - 공통  */
.content-common-list {
}
.content-common-list a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 55%;
  display: inline-block;
  float: left;
  line-height: 32px;
}
.content-common-list > ul {
  font-size: 15px;
}
.content-common-list > ul > li {
  font-size: 0.8em !important;
  height: 32px;
  padding: 0;
  margin: 5px 0;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.content-common-list > ul > li:first-child {
  margin-top: 10px;
}
.common-list-icon {
  display: inline-block;
  width: 50px;
  height: 32px;
  background-color: #e88867;
  padding: 0 5px;
  margin: 0 10px 0 0;
  border-radius: 0 10px 0px 0px;
  text-align: center;
  color: #fff;
  font-size: 0.8em;
  font-weight: 600;
  float: left;
  line-height: 32px;
}
.common-list-date {
  display: inline-block;
  float: right;
  padding: 0 10px;
  font-size: 0.8em;
  line-height: 32px;
}
/* .qna-list-icon>i{color:#e88867; display: inline-block;  margin:0 10px 0 0; padding:10px; float: left;} */
.qna-list-icon > i {
  color: #6a9dea;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 10px;
  float: left;
}

/* login.php */
.login-form-wrap {
  color: #808080;
}
.login-form {
  width: 80%;
  min-width: 300px;
  max-width: 400px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
}
.login-form label {
  height: 40px;
}
.login-form label.id input,
.login-form label.pw input {
  width: 100%;
  height: auto;
  border: 1px solid #d4d4d4;
  padding: 15px 20px;
  margin: 10px 0;
  border-radius: 100px;
}
.login-form label.chk {
  display: flex;
  float: right;
  margin-right: 20px;
}
.login-form label.chk input {
  width: 16px;
  height: 16px;
  border: 1px solid #d4d4d4;
}

.login-surppot {
  display: flex;
  margin: 15px 0;
  text-align: center;
  font-size: 13px;
  justify-content: center;
}
.login-surppot a {
  position: relative;
  padding: 0 10px;
  color: #808080;
}
.login-surppot a:after {
  display: block;
  content: "|";
  position: absolute;
  right: 0;
  top: 0;
  color: #d4d4d4;
}
.login-surppot a:last-child:after {
  display: none;
}

.social-login-wrap ul {
  display: flex;
  justify-content: center;
}
.social-login a {
  display: block;
  width: 47px;
  height: 47px;
  margin: 50px 10px 0;
  background-color: red;
  border-radius: 30px;
  background-position: center;
}
.social-login.kakao a {
  background-color: #ffeb00;
  background-image: url(/img/login_kakao.jpg);
}
.social-login.naver a {
  background-color: #00c930;
  background-image: url(/img/login_naver_.jpg);
}
.social-login.google a {
  background-color: #ff5958;
  background-image: url(/img/login_google_.jpg);
}

/* list.php 
.goods-box{position:relative; width:70%; height:100%; padding:0 10px 40px; margin:0 auto!important; opacity:0.5; transform: scale(0.8); transition:all 0.3s; font-size:14px; border-radius:20px; box-shadow:0 0 10px rgba(0,0,0,.1); overflow: hidden; background-color:#fff}
.goods-box.slick-center{opacity:1!important; transform: scale(.9); transition:all 0.3s; }
.goods-box.slick-center:hover{transform: scale(.95); }
.goods-box>a{width:100%; height:100%; }

.goods-box .thum-box{width:100%; overflow:hidden; position:relative }
.goods-box .thum-box>img{width:100%; max-width:500px; margin:0 auto; transition:all 0.3s;}

.goods-box .goods-tit{text-align:center; }
.goods-box .goods-tit .p{font-size:.65em; font-weight:900; margin-bottom:10px;}
.goods-box .goods-tit .m{font-size:.5em; color:#a1a1a1}

.goods-box .price{text-align:center; font-size:.8em; font-weight:900; color:#6a9dea; margin:15px 0; }

.goods-box .info{display:flex; justify-content:center; flex-wrap:wrap}
.goods-box .info li{margin:0 !important; padding:8px; font-size:.65em; border-right:1px solid #ddd}
.goods-box .info li:last-child{border-right:none}
.goods-box .info .payment{position:relative}
.goods-box .info .payment:before{position:absolute; content:''; display:block; width:90%; height:30%; background:rgba(245,200,40,.4); z-index: -1; top:65%; left:48%; transform:skewX(-20deg) translate(-50%,-50%);}
.goods-box .payment-icon{
	display: none;
	position: absolute;
    width: 45%;
	max-width:260px;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -60%) rotate(-10deg);
}
.goods-box.pay-view .payment-icon{
	display: block;;


}
.payment-icon img{width:100%}

.goods-list .type-tap-list .list-wrap{background-color: #d9e8ff;}
.goods-list .type-tap-btn>div{font-size:.9em; }
.goods-list .type-tap-btn>div.active{background-color:#d9e8ff ; color:#6a9dea ; border-color: transparent; }
.goods-list .slick-list{overflow:initial!important;}
*/

/* sub_ev */

.sub-menu-wrap {
  width: 100%;
  padding: 140px 0;
  /* height: 100%; */
  /* left: 50%; */
  /* transform: translate(-50%); */
  background-color: #f7f7f7;
  /* position: fixed; */
  /* top: 70px; */
  border-radius: 30px 30px 0 0;
  overflow: scroll;
  scroll-behavior: smooth; /*box-shadow: 0 -5px 10px 0px rgba(0,0,0,.2);*/
}
.ev-charger-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.ev-charger-wrap .graph-wrap {
  margin: 0 auto 20px;
  width: 80%;
}
.ev-charger-wrap .graph-wrap img {
  width: 100%;
  max-width: 500px;
  margin-bottom: 30px;
}
.content-txt-wrap {
  font-size: 20px;
  word-break: keep-all;
}
.content-txt-wrap .tit {
  font-size: 1.2em;
  font-weight: 900;
  margin-bottom: 40px;
}
.content-txt-wrap .sub-tit {
  font-size: 0.8em;
  font-weight: 900;
  margin-bottom: 40px;
}
.content-txt-wrap p {
  font-size: 0.6em;
  line-height: 1.8em;
  white-space: initial;
}
.sub-txt {
  position: relative;
  font-weight: 600;
  background-color: #f9eae8;
  padding: 0 5px;
  z-index: 10;
}
.sub-txt:after {
  display: block;
  width: 150px;
  content: "*(공용충전기 2020년 01월 기준)";
  position: absolute;
  top: -25px;
  left: -3px;
  font-size: 0.6em;
  border-radius: 5px;
  padding: 0 5px;
}

.sub-menu-button {
  width: 100%;
  position: fixed;
  top: 76px;
  border-radius: 30px 30px 0 0;
  background-color: #f7f7f7;
  z-index: 25;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.2);
}
.sub-menu-button .button-list {
  width: 100%;
  display: flex;
}
.sub-menu-button .button-list a {
  flex: 1;
  text-align: center;
  padding: 5px 0;
  font-size: 20px;
}
/* .sub-menu-button .button-list a.active{border-bottom:2px solid #e88867}
.sub-menu-button .button-list a.active .button-icon{background-color:#e88867;}
.sub-menu-button .button-list a.active .button-tit{color:#e88867} */
.sub-menu-button .button-list a.active {
  border-bottom: 2px solid #6a9dea;
}
.sub-menu-button .button-list a.active .button-icon {
  background-color: #6a9dea;
}
.sub-menu-button .button-list a.active .button-tit {
  color: #6a9dea;
}
.menu-button {
  display: flex;
  flex-direction: column;
  padding: 5px 0;
}
.button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 25px;
  margin: 0 auto 5px;
  background-color: #444;
  transform: scale(0.8);
  transition: all 0.3s;
}
.button-icon i {
  display: block;
  font-size: 0.8em;
  line-height: 40px;
  color: #fff;
}
.button-tit {
  display: block;
  font-size: 0.55em;
  font-weight: 600;
  color: #696969;
  margin: 0 auto;
  transition: all 0.3s;
  word-break: keep-all;
  line-height: 1.2em;
}

.naver-shopping {
  display: flex;
  align-items: center;
  font-size: 0.8em;
  background: #fff;
  padding: 6px 15px;
  margin: 20px 10px;
  border-radius: 20px;
}
.naver-shopping > img {
  width: 70px;
  margin-right: 5px;
}

.type-tap-wrap {
  margin: 30px auto 0;
}

.type-tap-btn {
  position: absolute;
  display: flex;
  align-items: center;
  width: fit-content;
  font-size: 18px;
  margin: 20px auto 0;
  left: 50%;
  transform: translate(-50%);
  z-index: 70;
}
/* .type-tap-btn{display:flex; width:100%; background-color:#e88867; border-radius:20px 20px 0 0 ; font-size:18px} */
.admin .type-tap-btn {
  position: initial;
  display: flex;
  width: fit-content;
  min-width: max-content;
  overflow-x: scroll;
  font-size: 18px;
  margin: 80px auto 0;
  top: 50px;
  left: 0;
  z-index: 70;
  transform: initial;
}
/* .type-tap-btn>div{width:50%;  padding:15px; background-color:#e88867; color:#fff; border-radius:20px 20px 0 0 ; cursor:pointer; overflow:hidden; font-size:.8em; text-align: center;} */
.type-tap-btn > div {
  padding: 8px 25px;
  margin: 15px 10px;
  background-color: #9c9c9c;
  color: #fff;
  border-radius: 20px;
  word-break: keep-all;
  cursor: pointer;
  overflow: hidden;
  font-size: 1em;
  text-align: center;
  transition: all 0.3s;
  display: flex;
  align-items: center;
}
.admin .type-tap-btn > div {
  background-color: #fff;
  color: #616161;
}
.admin .type-tap-btn > div.active {
  background-color: #616161;
  color: #fff;
}
.admin .type-tap-btn > div:not(.active):hover {
  background-color: #e4e4e4;
}
/* .type-tap-btn>div.active{background-color:#fff;  color:#e88867;} */
.type-tap-btn > div:not(.active):hover {
  color: #424242;
}
.type-tap-btn > div.active {
  background-color: #616161;
}

.type-tap-list {
  position: relative;
}
.type-tap-list .list-wrap {
  z-index: 15;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 130px 20px 50px; /*background-color:#f7f7f7;*/
  opacity: 0;
  transition: all 0.3s;
}
.type-tap-list .list-wrap.active {
  z-index: 20;
  opacity: 1;
}
.type-tap-list .list-wrap li.model-box {
  margin: 0 0 40px;
  padding: 20px;
  border-radius: 40px 5px 40px 5px;
  background-color: #fff;
  box-shadow: 10px 10px 20px rgba(142, 142, 142, 0.15);
  transition: all 0.3s;
}

.type-tap-list .list-wrap li:last-child {
  margin: 15px 0;
}
.type-tap-list .list-wrap li h5 {
  font-size: 1.1em;
  font-weight: 900;
  margin-bottom: 20px;
}
.type-tap-list .list-wrap li > p {
  font-size: 0.8em;
  line-height: 1.4em;
}
/* .type-tap-list .list-wrap>a.btn{width:60%; height:30px; background-color:#e88867; padding:10px 15px; border-radius:20px; color:#fff; font-weight:900} */
.type-tap-list .list-wrap > a.btn {
  width: 60%;
  height: 30px;
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 20px;
  color: #4f73a9;
  box-shadow: 2px 2px 5px rgba(79, 115, 169, 0.5);
  font-weight: 900;
}

.speed-table-wrap tr {
  background-color: transparent;
}
.speed-table-wrap td,
.price-table-wrap td {
  text-align: center;
  padding: 25px 10px !important;
  font-size: 0.8em;
  line-height: 1.2em;
  word-break: keep-all;
  background-color: #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
.price-table-wrap td {
  background-color: #e6e6e6;
  padding: 8px 0 !important;
  box-shadow: none;
  margin: 3px 0;
  border-bottom: 3px solid #f7f7f7;
  font-size: 0.6em;
}
/* .speed-table-wrap td.tit-color{background-color:#e88867; padding:0px 10px !important;border-radius: 15px 15px 0 0; line-height:40px; color: #fff; font-weight:800; text-align: center;font-size: 0.9em;} */
.speed-table-wrap td.tit-color {
  background-color: #6a9dea;
  padding: 0px 10px !important;
  border-radius: 15px 15px 0 0;
  line-height: 40px;
  color: #fff;
  font-weight: 800;
  text-align: center;
  font-size: 0.9em;
}
/* .speed-table-wrap td.em,
.price-table-wrap td.em{ color:#e88867; font-weight:600} */
.speed-table-wrap td.em,
.price-table-wrap td.em {
  color: #6a9dea;
  font-weight: 600;
}
.speed-table-wrap th,
.price-table-wrap th {
  font-size: 0.7em;
  word-break: keep-all;
  padding: 0 5px;
  text-align: left;
}
.speed-table-wrap .thumb-icon {
  display: flex;
  flex-direction: column;
  line-height: 19px;
  padding: 2px 0;
  width: 30px;
  height: 30px;
  float: right;
  margin: 5px 0 0 0;
  background-color: #fff;
  border-radius: 15px;
  font-size: 0.5em;
}

.price-table-wrap {
}
.price-table-wrap tr {
}
.price-table-wrap tr:nth-child(1) td,
.price-table-wrap tr:nth-child(2) td {
  background-color: transparent;
}
.price-table-wrap tr td:nth-child(2) {
  border-radius: 20px 0 0 20px;
}
.price-table-wrap tr td:last-child {
  border-radius: 0 20px 20px 0;
}
.price-table-wrap td.em {
  font-weight: 900;
}

/* view */

.goods-view-wrap {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 5px;
}
.goods-view-wrap .view-thum-box {
  width: 100%;
  overflow: hidden;
}
.goods-view-wrap .view-thum-box img {
  width: 100%;
}

.goods-view-wrap .info {
  border-bottom: 1px solid #ddd;
}
.goods-view-wrap .info .goods-tit {
  text-align: center;
}
.goods-view-wrap .info .goods-tit .p {
  font-size: 1.1em;
  font-weight: 900;
  margin: 15px 0;
}
.goods-view-wrap .info .goods-tit .m {
  font-size: 0.6em;
}

.goods-view-wrap .info .goods-spec {
  margin: 30px 0 0;
  border-radius: 5px;
  overflow: hidden;
}
.goods-view-wrap .info .goods-spec table {
  width: 100%;
}
.goods-view-wrap .info .goods-spec tr {
  /*background-color:#f9fafd;*/
  border-radius: 10px;
}
.goods-view-wrap .info .goods-spec tr:nth-child(odd) {
  /* background-color:#eaf1fb*/
}
.goods-view-wrap .info .goods-spec td {
  font-size: 0.8em;
  padding: 15px 20px;
}
.goods-view-wrap .info .goods-spec td:first-child {
  width: 35%;
  text-align: center;
  border-right: 1px solid #efefef;
}
.goods-view-wrap .info .goods-spec td:last-child {
  width: 65%;
  text-align: left;
  font-weight: 600;
}
.goods-view-wrap .goods-detail-wrap {
  width: 100%;
  padding: 50px 0 20px;
}
.goods-view-wrap .goods-detail-wrap .pc {
  display: none;
}
.goods-view-wrap .goods-detail-wrap .m {
  display: block;
}
.goods-view-wrap .goods-detail-wrap img {
  width: 100%;
  display: block;
}

.fixed-buy-btn {
  width: 60px;
  position: fixed;
  bottom: 5%;
  right: 3%;
  z-index: 99;
  display: none;
}
.fixed-buy-btn > ul {
  display: flex;
  flex-direction: column;
}
.fixed-buy-btn li {
  position: relative;
  height: 60px;
  margin-bottom: 15px;
  border-radius: 50%;
  box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.fixed-buy-btn li.counseling_btn {
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
}

.fixed-buy-btn li:last-child {
  margin-bottom: 0;
}
.fixed-buy-btn li span {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  padding: 0;
  line-height: 60px;
  text-align: right;
  font-weight: 800;
  background: #fff;
  z-index: -1;
  border-radius: 30px;
  box-shadow: 2px 5px 5px rgb(0 0 0 / 20%);
  font-size: 1rem;
  color: #424242;
  transition: width 0.2s;
  opacity: 0;
}
.fixed-buy-btn li:hover span {
  opacity: 1;
  padding: 0 80px 0 20px;
  width: max-content;
}

.fixed-buy-btn li.kakao_btn img {
  width: 100%;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.fixed-buy-btn a,
.fixed-buy-btn i {
  color: #fff;
}

.fixed-buy-btn .fix-cart-btn > i {
  display: block;
  font-size: 1.8em;
  line-height: 48px;
}
.fixed-buy-btn .fix-ad-btn {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 2em;
  line-height: 61px;
}

/* footer */
#footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: fit-content;
  font-size: 10px;
  line-height: 1.7em;
  background: #444;
  z-index: 90;
}
.ft-wrap {
  /*max-width:1400px;*/
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 15px;
  color: #a9a9a9;
  background: #444;
}
.f-logo {
  font-size: 1.2em;
  margin-bottom: 5px;
}
.ft-tit {
  font-weight: 900;
}

/* sub_business */
.business01-wrap img {
}
.business01-wrap .content-txt-wrap {
  background-color: #fff;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 30px;
  text-align: center;
}
.business01-wrap .content-txt-wrap .tit {
  margin-bottom: 20px;
  line-height: 1.2em;
}
.business01-wrap .content-txt-wrap .sub-tit {
  margin-bottom: 15px;
  font-weight: 500;
}
.business01-wrap .content-txt-wrap p {
  line-height: 1.5em;
}
.business01-wrap .content-txt-wrap p b {
  font-weight: 600;
}
.business01-wrap .content-txt-wrap .list-box {
  width: 100%;
  padding: 30px 10px;
  background-color: #f5f5f5;
  border-radius: 20px;
  margin: 30px auto 0;
}
.business01-wrap .content-txt-wrap .list-wrap {
  display: inline-block;
  margin: 30px auto 0;
  font-size: 0.6em;
  text-align: left;
  line-height: 1.8em;
}
.point-txt {
  color: #e88867;
  font-weight: 600;
}
.business-img {
  margin: 20px auto 0;
  display: block;
  width: 80%;
  max-width: 350px;
  margin-bottom: -40px;
}

.button-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  max-width: 450px;
  margin: 40px auto 0;
  justify-content: space-between;
}
.button-wrap a {
  display: block;
  padding: 10px;
  font-size: 0.6em;
  border-radius: 30px;
}
.button-wrap a.btn-s {
  width: 45%;
  justify-content: space-between;
  color: #fff;
}
.button-wrap a.btn-l {
  width: 100%;
  margin: 10px 0;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

/* FAQ */
#faq.cont01 {
  width: 100%;
  height: auto;
  padding: 80px 0;
  font-size: 14px;
}
#faq.cont01-wrap {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.faq-tit {
  font-size: 2em;
  text-align: center;
  margin: 50px 0 10px;
}
.faq-wrap {
  width: 100%;
  margin: 0 auto;
}
.faq {
  width: 100%;
  border-bottom: 0px solid #ddd;
}
.faq .faqHeader {
  position: relative;
  zoom: 1;
}
.faq .faqHeader .showAll {
  position: absolute;
  right: 2%;
  border: 0;
  padding: 0;
  overflow: visible;
  background: #0058ce;
  border-radius: 20px;
  cursor: pointer;
  padding: 10px 15px;
  color: #e0e0e0;
  font-size: 0.8em;
  height: auto;
  width: auto;
  margin: 0;
  top: -60px;
}
.faq .faqHeader .showAll:hover {
  background: #0f4081;
  color: #e0e0e0;
}
.faq .faqBody {
  margin: 0;
  padding: 0;
}
.faq .faqBody .article {
  list-style: none;
  word-break: keep-all;
}
.faq .q a {
  display: block;
  text-align: left;
  /* height: 82px; */
  /* background:url("https://data.miraebiz.co.kr/EV_Electronic/static/faq_icon_q.png") no-repeat 15px 15px; */
  /* padding:0 0 0 80px; */
  padding: 20px;
  color: #5e5e5e;
  font-weight: bold;
  line-height: 1.2em;
  cursor: pointer;
  border-bottom: 1px solid #efefef;
  /* background-color: #f9f9f9; */
}
.faq .q a:hover,
.faq .q a:active {
  background-color: #ebf3ff;
}
.faq .a {
  /* background:#ebf3ff url("https://data.miraebiz.co.kr/EV_Electronic/static/faq_icon_a.png") no-repeat 40px 20px; */
  /* padding: 30px 75px 30px 105px; */
  padding: 20px 30px;
  color: #444444;
  line-height: 1.5em;
  border-top: 1px solid #bdbdbd;
  margin: 0;
  background-color: #ebf3ff;
  border-radius: 0 0 10px 10px;
}
.faq .a > a.viewBtn {
  display: block;
  color: #3874b6;
  font-weight: 600;
  margin-top: 15px;
}

/* line-up */
.model-img {
  width: 100%;
  max-width: 870px;
  margin: 0 auto;
  overflow: hidden;
}
.model-img img {
  width: 120%;
  margin-left: -10%;
}

.model-info {
  text-align: center;
  font-size: 16px;
  max-width: 340px;
  margin: 0 auto;
}
.model-info span {
  display: block;
}
.model-logo {
  width: 30px;
  height: 40px;
  text-indent: -9999px;
  margin: 10px auto;
}
.model-logo img {
  width: 100%;
}
.model-name {
  margin: 0px auto 30px;
  font-size: 0.6em;
}
.model-name b {
  font-weight: 900;
}

.model-box {
  opacity: 0.5;
  transform: scale(0.8);
  pointer-events: none;
  transition: all 0.3s;
}
.model-box.slick-center {
  opacity: 1 !important;
  transform: scale(1);
  pointer-events: auto;
}
.line-up .slick-list {
  overflow: initial !important;
}

.btn-box {
  display: flex;
  gap: 10px;
  width: 100%;
  margin: 0 auto;
  font-size: 0.7em;
  font-weight: 600;
}
.btn-box .info-btn {
  display: block;
  width: 33.3%;
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  color: #8c8c8c;
}
.btn-box .info-btn.inquiry {
  width: 100%;
  margin: 10px 0;
}

.model-info .btn-box .info-btn {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  transition: all 0.5s;
  background: #f3f3f3;
  z-index: 0;
}
.model-info .btn-box .info-btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #424242;
  transform: translateX(-102%);
  transition: all 0.5s;
  z-index: -1;
}
.white-color,
.model-info .btn-box .info-btn:hover {
  color: #ffffff;
}
.model-info .btn-box .info-btn:hover:before {
  transform: translateX(0);
}

@media (orientation: portrait) and (min-width: 651px) {
  /* Portrait 모드일 때 적용할 CSS */
  /* .main-content-slide{bottom:5%;} */
  .banner-portrait {
    display: block !important;
  }
  .banner-landscape {
    display: none !important;
  }

  .main-content-slide .content-slide {
    font-size: 12px;
  }
}

@media (orientation: landscape) {
  /* Landscape 모드일 때 적용할 CSS */
  body,
  html {
    height: 100%;
  }
  /* .main-content-slide{top:55%;} */
  .banner-portrait {
    display: none !important;
  }
  .banner-landscape {
    display: block !important;
  }

  .gnb-wrap > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .gnb-wrap > ul > li {
    width: 50%;
    margin-bottom: 30px;
  }
}

@media (orientation: landscape) and (max-width: 1101px) {
  /* Landscape 모드일 때 적용할 CSS */
  .main-banner-wrap .banner-txt {
    top: 50%;
    transform: translateY(-50%);
  }
  .banner .banner-img.bnr-charger-img {
    display: none;
  }
}
@media all and (min-width: 650px) {
  .main-banner-wrap .banner-txt {
    font-size: 25px;
  }
  .banner .banner-img.bnr-charger-img {
    width: 20%;
    top: 35%;
  }

  .goods-box {
    font-size: 20px;
  }

  #footer {
    font-size: 12px;
  }

  .business01-wrap .content-txt-wrap .list-box {
    width: 450px;
  }

  .content-txt-wrap br {
    display: none;
  }
  #sub01,
  #sub02,
  #sub03,
  #sub04 {
    width: 800px;
    margin: 0 auto;
  }
}

@media all and (min-width: 1100px) {
  .pc-gnb {
    display: block;
  }
  .pc-gnb-wrap > li {
    margin: 0 8px;
  }
  .pc-gnb-wrap > li.freeevc-menu,
  .pc-gnb-wrap > li.shoppingmall {
    min-width: 110px;
  }
  .main-content-slide .content-slide {
    margin: 0 150px;
  }
  .main-banner-wrap {
    height: 100%;
    padding-bottom: 0;
  }

  .banner .banner-img.bnr-charger-img {
    width: 8%;
    top: 40%;
  }

  .gnb-wrap > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .gnb-wrap > ul > li {
    width: 50%;
    margin-bottom: 30px;
  }

  .fixed-quick-menu {
    width: 1000px;
    left: 50%;
    margin-left: -500px;
  }

  .ft-wrap {
    display: flex;
    padding: 15px;
    justify-content: space-around;
  }

  .goods-box {
    font-size: 30px;
  }

  .goods-view-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 1000px;
    max-width: 1200px;
    padding: 10px;
    font-size: 23px;
  }
  .goods-view-wrap .view-thum-box {
    /* transform: scale(0.5); flex: .5; */
    width: 500px;
  }
  .goods-view-wrap .view-thum-box img {
    height: 500px;
  }

  .goods-view-wrap .info {
    flex: 1;
    border-bottom: none;
    padding: 70px 0 50px 20px;
  }
  .goods-view-wrap .info .goods-tit {
    text-align: left;
  }
  .goods-view-wrap .info .goods-tit .p {
    font-size: 1.2em;
    font-weight: 600;
    margin: 0 0 10px 0;
  }
  .goods-view-wrap .info .goods-spec {
    padding-top: 30px;
    border-top: 2px solid #efefef;
  }

  .goods-view-wrap .info .goods-spec td:first-child {
    width: 25%;
    text-align: left;
    border-right: 1px solid #efefef;
    padding-left: 0;
  }
  .goods-view-wrap .info .goods-spec td:last-child {
    width: 65%;
    text-align: left;
    font-weight: 600;
  }

  .goods-view-wrap .goods-detail-wrap .pc {
    display: block;
  }
  .goods-view-wrap .goods-detail-wrap .m {
    display: none;
  }

  .sub-menu-button {
    width: 100px;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px;
    left: 1%;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.15);
  }
  .sub-menu-button .button-list {
    width: auto;
    display: initial;
  }
  .sub-menu-button .button-list a {
    padding: 15px 0;
  }
  .sub-menu-button .button-list a.active {
    border: none;
  }

  /* sub_business */
  .content-txt-wrap {
    font-size: 30px;
    word-break: keep-all;
  }
  .business01-wrap .content-txt-wrap {
    padding: 50px;
  }
  .button-wrap a.btn-s.pcW100 {
    width: 100%;
  }
  .button-wrap a.btn-s.pcNone {
    display: none;
  }

  /* faq */

  #faq.cont01 {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    padding: 80px 0;
    font-size: 17px;
  }
  .faq-wrap {
    width: 1000px;
    margin: 0 auto;
  }

  /* line-up */
  .model-logo {
    width: 50px;
    margin: 10px auto 30px;
  }
  .model-name {
    font-size: 1.2em;
    margin: 0px auto 50px;
  }
  .btn-box {
    font-size: 1em;
  }
  /* .btn-box .info-btn.inquiry{background-color: #9e9e9e!important; color:#fff!important; }
		.btn-box .info-btn.inquiry:before{display: none;}
		.btn-box .info-btn.inquiry:hover{background-color: #9e9e9e!important; color:#fff!important; } */

  /* .logo {
    margin-right: 15px;
  } */
  .icon-wrap {
    display: flex;
  }
  .icon-wrap .login-icon-wrap {
    display: block;
  }
  .call-icon-wrap,
  .login-icon-wrap {
    position: initial;
    border-radius: 3px 10px 3px 10px;
  }

  .pc-gnb {
    display: block;
    flex: 1.2;
  }
  .pc-gnb-wrap > li .gnb-tit {
    color: #424242;
  }

  .menu.menu--circle {
    display: none;
  }

  /* .header-wrap {
    background: transparent;
  }
  .header-wrap a {
    color: #424242;
    word-break: keep-all;
  } */

  .m-gnb {
    display: none;
  }
}

@media all and (min-width: 1400px) {
  .pc-gnb-wrap > li {
    font-size: 1em;
    margin: 0 15px;
  }
  .pc-gnb-wrap > li.freeevc-menu,
  .pc-gnb-wrap > li.shoppingmall {
    min-width: 140px;
  }
  .main-banner-wrap .banner-txt {
    font-size: 28px;
  }
  /* .slick-slider{bottom:40%!important;} */
  .banner-landscape {
    filter: blur(7px);
  }
  .main-content-slide .content-slide {
    margin: 0 100px;
  }
  .main-banner-wrap .banner-txt {
    z-index: 10;
  }

  .banner .banner-img.bnr-charger-img {
    width: 7%;
    top: 37%;
  }

  .gnb-wrap > ul > li {
    width: 25% !important;
  }

  .goods-view-wrap {
    width: 1200px;
  }
  .goods-view-wrap .view-thum-box {
    width: 600px;
  }
  .goods-view-wrap .view-thum-box img {
    height: 600px;
  }
  .goods-view-wrap .info {
    padding: 130px 0 50px 50px;
  }

  .goods-box {
    font-size: 30px;
    padding: 0 10px 50px;
  }
  .goods-box .price {
    margin: 25px 0;
  }
}

@media all and (max-width: 360px) {
  .open-nav .nav-wrap .gnb-wrap {
    padding: 50px 20px;
  }
  .open-nav .nav-wrap .gnb-wrap > ul {
    font-size: 14px;
  }

  .common-list-icon {
    display: none;
  }
  .content-common-list a {
    text-indent: 10px;
  }
  .reqlist-live > ol > li > ul > li,
  .reqlist-live ul > li:nth-child(1) span {
    font-size: 0.8em;
  }
}

@media (orientation: landscape) {
  .ev-charger-wrap {
    justify-content: center;
  }

  .ev-charger-wrap .graph-wrap {
    margin: 0 20px;
    width: 45%;
    max-width: 500px;
  }
  .ev-charger-wrap .content-txt-wrap {
    margin: 0 20px;
    width: 40%;
    font-size: 20px;
    word-break: keep-all;
  }

  #home-sub2,
  #home-sub3,
  #home-sub4 {
    width: 80%;
    margin: 0 auto;
  }
}

/*
.skin_bg{background-color:#e88867;}
.skin_font{color:#e88867;}
.skin_gr{background: rgb(230,111,95); background: linear-gradient(0deg, rgba(230,111,95,1) 0%, rgba(232,136,103,1) 100%);}

 */

.skin_bg {
  background-color: #6a9dea !important;
}
.skin_font {
  color: #6a9dea;
}
.skin_gr {
  background: #6a9dea;
  background: linear-gradient(0deg, #57bfb6 0%, #6a9dea 100%);
}

/* IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #footer {
    position: relative;
    left: 0;
  }
  select::-ms-expand {
    display: none;
  }

  .sub-menu-button {
    position: absolute;
  }
}
@media screen and (-ms-high-contrast: active),
  (-ms-high-contrast: none) and (min-width: 1100px) {
  .sub-menu-button .button-list {
    display: block;
  }
  .call-icon-wrap,
  .login-icon-wrap {
    position: relative;
  }
}

@media all and (max-width: 1099px) {
  .proof_mark {
    transform: scale(0.7);
    position: fixed;
    right: 5%;
    top: 0.9%;
    box-shadow: none;
  }
}
@media all and (max-width: 640px) {
  .popup {
    top: 10%;
    transform: translateX(-50%);
    left: 50%;
    width: 90%;
    min-height: fit-content;
    padding: 25px;
    border-radius: 12px;
  }
  .popup .btn-area {
    top: 20px;
    right: 20px;
  }
  .popup .desc-area .tit-zone svg {
    width: 25px;
    height: 25px;
  }
  .popup .desc-area .tit-zone p {
    font-size: 18px;
    font-weight: 700;
    line-height: 135%;
    letter-spacing: -0.4px;
  }
  .popup .desc-area .box-zone {
    padding: 12px;
    border-radius: 8px;
  }
  .popup .desc-area .text-zone .text-place p {
    font-size: 16px;
    letter-spacing: -0.36px;
  }
  .popup .desc-area .box-zone .label,
  .popup .desc-area .box-zone p.dot,
  .popup .desc-area > p {
    font-size: 14px;
    letter-spacing: -0.32px;
  }
}
@media all and (max-width: 550px) {
  /* .logo {
    font-size: 1em;
    padding: 0;
  } */
  .proof_mark {
    left: 50%;
    top: 2.8%;
    right: auto;
    transform: scale(0.5) translateX(-100%);
  }
}
@media all and (max-width: 500px) {
  .sub-menu-button {
    top: 66px;
}
}
@media all and (max-width: 450px) {
  .popup .desc-area {
    gap: 14px;
  }
  .popup .desc-area .text-zone {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
