@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* HTML5 display-role reset for older browsers */
/* font */
@font-face {
  font-family: 'Pretendard';
  src: url(https://cdn.gni.kr/assets/font/Pretendard/Pretendard-Light.woff2) format("woff2"), url(https://cdn.gni.kr/assets/font/Pretendard/Pretendard-Light.woff) format("woff"), url(https://cdn.gni.kr/assets/font/Pretendard/Pretendard-Light.otf) format("opentype");
  font-weight: 300;
}

@font-face {
  font-family: 'Pretendard';
  src: url(https://cdn.gni.kr/assets/font/Pretendard/Pretendard-Regular.woff2) format("woff2"), url(https://cdn.gni.kr/assets/font/Pretendard/Pretendard-Regular.woff) format("woff"), url(https://cdn.gni.kr/assets/font/Pretendard/Pretendard-Regular.otf) format("opentype");
  font-weight: 400;
}

@font-face {
  font-family: 'Pretendard';
  src: url(https://cdn.gni.kr/assets/font/Pretendard/Pretendard-Medium.woff2) format("woff2"), url(https://cdn.gni.kr/assets/font/Pretendard/Pretendard-Medium.woff) format("woff"), url(https://cdn.gni.kr/assets/font/Pretendard/Pretendard-Medium.otf) format("opentype");
  font-weight: 500;
}

@font-face {
  font-family: 'Pretendard';
  src: url(https://cdn.gni.kr/assets/font/Pretendard/Pretendard-Bold.woff2) format("woff2"), url(https://cdn.gni.kr/assets/font/Pretendard/Pretendard-Bold.woff) format("woff"), url(https://cdn.gni.kr/assets/font/Pretendard/Pretendard-Bold.otf) format("opentype");
  font-weight: 600;
}

/* reset */
* {
  font-size: 14px;
  letter-spacing: 0.02em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #373D41;
}

html{
  -webkit-text-size-adjust: none; /*Chrome, Safari, newer versions of Opera*/
  -moz-text-size-adjust: none; /*Firefox*/
  -ms-text-size-adjust: none;  /*Ie*/
  -o-text-size-adjust: none; /*old versions of Opera*/
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Pretendard', 'Helvetica Neue', Roboto, Helvetica, 'Apple SD Gothic Neo', 'Noboto Neue', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 14px;
  color: #373D41;
  min-width: 320px;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  outline:none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}

button {
  font-family: -apple-system, BlinkMacSystemFont, 'Pretendard', 'Helvetica Neue', Roboto, Helvetica, 'Apple SD Gothic Neo', 'Noboto Neue', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
  font-weight: 400;
  background: none;
  /*add*/
  border: 0;
  /*add*/
  font-size: 1rem;
  /*add*/
  padding: 0;
  outline:none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, textarea, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: -apple-system, BlinkMacSystemFont, 'Pretendard', 'Helvetica Neue', Roboto, Helvetica, 'Apple SD Gothic Neo', 'Noboto Neue', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
  vertical-align: baseline;
}

strong {
  font-weight: 600;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

i {
  font-style: normal;
}

img {
  width: 100%;
  vertical-align: middle;
}

*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input, textarea, select {
  font-family: -apple-system, BlinkMacSystemFont, 'Pretendard', 'Helvetica Neue', Roboto, Helvetica, 'Apple SD Gothic Neo', 'Noboto Neue', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: #839E37 !important;
}

/* chrome autofill */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-transition: background-color 9999s ease-out;
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  /* background:url(이미지 경로) no-repeat 95% 50%;화살표 모양의 이미지 */
}

select::-ms-expand {
  display: none;
}

/* IE 10, 11의 네이티브 화살표 숨기기 */
/* common*/
::-moz-selection {
  background: #839E37;
  color: #fff;
}

::selection {
  background: #839E37;
  color: #fff;
}

.w100 {
  width: 100%;
}

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

article.inner {
  padding: 0 15px;
}

.sr-only {
  /*position: absolute;*/
  /*width: 1px;*/
  /*height: 1px;*/
  padding: 0;
  /*margin: -1px;*/
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  /* 1029 */
  width:0;
  height:0;
  margin:0px;
  text-indent: -100000px;
  font-size: 0;
}

.bg_gap {
  height: 10px;
  background: #f4f4f4;
}

/*.campaign-contents img{width: auto !important;}*/

.good_hide{visibility:hidden; overflow: hidden; position: absolute; left:-10000px; height:1px; width:1px; text-indent: -10000px;}


/* top_banner 탑 배너 팝업 */
.top_banner {
  background: #E6E6E6;
  padding: 0 19px 0 15px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top_banner h6 {
  font-size: 12.5px;
  font-weight: 400;
  line-height: 1.12;
}

.top_banner h6 span {
  color: #869F30;
  font-weight: 600;
}

.top_banner .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  margin-top: 0;
}

.top_banner a.btn_download {
  display: inline-block;
  width: 66.5px;
  height: 20.5px;
  line-height: 20.5px;
  text-align: center;
  font-size: 10px;
  -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
  background: #869F30;
  border-radius: 9.5px;
  margin-right: 14px;
}

.top_banner a.btn_close {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url("/assets/mobile/images/icons/common/common_icon.png") no-repeat -88px -5px;
  background-size: 881px 67px;
}

/* header */
#header {
  background: #fff;
  z-index: 99;
  max-width:600px;
  margin:auto;
}

#header.bg_pink .header {
  background: #FCD2D2;
}

#header.bg_blue .header {
  background: #BFDAEF;
}

#header.fix_header >.header{
  position: fixed;
  width: 100%;
  left:50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 100;
}

#header.fix_header ~ #container {
  padding-top: 54px;
}

#header.fix_header ~ iframe.iframePopup {
  padding-top: 54px;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 54px;
  padding: 0 19px 0 15px;
}

.header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header a {
  display: block;
}

.header a.btn_support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 95px;
  height: 30px;
  border-radius: 14px;
  text-align: center;
  border: 1px solid #969696;
  font-size: 12.5px;
  font-weight: 400;
  margin-right: 11px;
}

.header a i.icon_heart {
  margin-right: 3px;
}

.header a.btn_menu {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  color: transparent;
}

.header a.btn_menu::after {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 18px;
  height: 12.5px;
  border-top: 1px solid #383D41;
  border-bottom: 1px solid #383D41;
}

.header a.btn_join {
  width: 56.5px;
  height: 21px;
  line-height: 20px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 11.5px;
  margin-right: 18px;
}

.header a.btn_search {
  margin-right: 18px;
}

.header a.btn_logout {
  display: inline-block;
  font-size: 11.5px;
  margin-top: 10px;
}

.header a.btn_alarm {
  margin-right: 18px;
}

.header a.btn_alarm.on {
  position: relative;
}

.header a.btn_alarm.on::after {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  width: 5.5px;
  height: 5.5px;
  background: #FF0000;
}

.header a.btn_home {
  margin-right: 16.5px;
}

.header .btn_login {
  font-size: 16px;
  font-weight: 600;
}

.header .btn_login i {
  margin-top: 1px;
  margin-right: 6.5px;
}

/* 서브페이지 헤더 모양 */
.header.sub_header {
  background: #D7E1AA;
  position: relative;
}

.header.sub_header .sub_htit {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 20px;
}

.header.sub_header .sub_htit .icon_back {
  margin-right: 7.5px;
}

.header.sub_header .sub_tit {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 600;
  font-size: 16px;
}

.header.sub_header a.btn_support {
  background: #fff;
  border: none;
}

.header.sub_header.bg_none {
  background: #fff;
  border-bottom: 1px solid #DCDCDC;
}

.header.sub_header.bg_none a.btn_support {
  border: 1px solid #969696;
}

/* 팝업페이지 헤더 모양 */
.header.popup_header {
  background: #F8F8EA;
  position: relative;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header.popup_header .sub_tit {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 600;
  font-size: 16px;
  width: 70%;
  text-align: center;
}

.header.popup_header.bg_pink {
  background: #FCD2D2;
}

.header.popup_header.bg_blue {
  background: #BFDAEF;
}

/* header- 모양 */
#header.popup_type .top_banner {
  display: none;
}

#header.popup_type .btn_support, #header.popup_type .btn_menu {
  display: none;
}

#gnb_header.gnb_type .top_banner {
  display: none;
}

#gnb_header.gnb_type .logo, #gnb_header.gnb_type .btn_support, #gnb_header.gnb_type .btn_menu {
  display: none;
}

/* content */
#container{
  max-width:600px;
  margin:auto;
}

/* 푸터 */
.footer {
  background: #f3f3f3;
  padding-bottom: calc(52px + constant(safe-area-inset-bottom));
  padding-bottom: calc(52px + env(safe-area-inset-bottom));
  max-width:600px;
  margin:auto;
  border-top: 1px solid #c6c6c6;
}
.footer .link {display: block !important; background: none !important; padding-right: 0px !important;}

.footer .link .row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #c6c6c6;
}

.footer .link .row1 a {
  width: 33.33%;
  display: block;
  font-size: 12.5px;
  color: #383D41;
  text-align: center;
  line-height: 19px;
  border-right: 1px solid #c6c6c6;
}

.footer .link .row1 a:last-child {
  border-right: none;
}

.footer .link .row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 23.5px 15px 21px;
  border-bottom: 1px solid #c6c6c6;
}

.footer .link .row2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12.5px;
  color: #665A56;
}

.footer .link .row2 a i {
  margin-right: 8.5px;
}

.footer .info {
  padding: 17.5px 15px 0;
  text-align: center;
}

.footer .info .logo {
  display: inline-block;
  width: 150px;
  height: 28px;
  margin-bottom: 15px;
  background: url("/assets/mobile/images/icons/common/common_icon.png") no-repeat -727px -5px;
  background-size: 881px 67px;
  color: transparent;
}

.footer .info .row1 {
  margin-bottom: 10px;
}

.footer .info .row1 p {
  font-size: 9.5px;
  line-height: 15px;
  color: #666666;
}

.footer .info .row1 p i {
  margin: 0 2px;
}

.footer .info .row2 p {
  font-size: 12.5px;
  line-height: 15px;
  color: #383D41;
}

.footer .info .row2 p a {
  color: #383D41;
  font-size: 12.5px;
}

.footer .privary {
  margin: 0 15px;
  padding-top:10px;
  text-align: center;
}

.footer .privary .left a {
  display: inline-block;
  font-size: 12.5px;
  font-weight: 400;
  color: #383D41;
}

.footer .privary .right {
  margin-top: 15px;
  font-size: 12.5px;
  color: #707070;
}

.footer .sns {
  padding: 21px 80px 35px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .sns a img {
  width: 21px;
}

.footer .sns a:last-child img {
  width: 27.5px;
}

.footer.footer_main .privary,.footer.footer_main .info{
  text-align: left;
}
/* 메인 - 퀵메뉴 */
.bottom_tab {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 99;
  width: 100%;
  max-width:600px;
  background: #fff;
  padding-bottom: calc(constant(safe-area-inset-bottom));
  padding-bottom: calc(env(safe-area-inset-bottom));
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.bottom_tab .bottom_menu {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-top: 1px solid #CCCCCC;
}

.bottom_tab .bottom_menu a {
  display: block;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 52px;
  padding-top: 7px;
  position: relative;
}

.bottom_tab .bottom_menu a::after {
  width: 0;
  height: 0;
}

.bottom_tab .bottom_menu a.on::after {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 80%;
  padding-top: 70%;
}

.bottom_tab .bottom_menu a:nth-child(2) {
  overflow: visible;
}

.bottom_tab .bottom_menu a:nth-child(2).on::after {
  display: none;
}

.bottom_tab .bottom_menu a i.icon {
  display: inline-block;
}

.bottom_tab .bottom_menu a i.icon.icon_home {
  width: 29px;
  height: 26px;
  background: url("/assets/mobile/images/icons/common/common_icon_v2.png") no-repeat -345px -5px;
  background-size: 881px 67px;
}

.bottom_tab .bottom_menu a i.icon.icon_my {
  width: 18px;
  height: 26px;
  background: url("/assets/mobile/images/icons/common/common_icon_v2.png") no-repeat -5px -5px;
  background-size: 881px 67px;
}

.bottom_tab .bottom_menu a i.icon.icon_sheart {
  margin-top: -29px;
  width: 55px;
  height: 55px;
  background: url("/assets/mobile/images/icons/common/common_icon.png") no-repeat -523px -6px;
  background-size: 881px 67px;
  border-radius: 50%;
}

.bottom_tab .bottom_menu a span {
  display: block;
  font-size: 9.5px;
  color: #4D4D4D;
}

.bottom_tab .btn_to_top {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 80px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background: #fff url("/assets/mobile/images/app/icon/ico_to_top.svg") no-repeat center/16px auto;
  text-indent: -9999em;
  margin-bottom: calc(constant(safe-area-inset-bottom));
  margin-bottom: calc(env(safe-area-inset-bottom));
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -9999em;
  width: 38px;
  height: 38px;
  cursor: pointer;
  z-index: 1;
}

.slick-arrow.slick-prev {
  left: 0;
  background: url("/assets/mobile/images/icons/common/ico_prev.png") no-repeat center;
}

.slick-arrow.slick-next {
  right: 0px;
  background: url("/assets/mobile/images/icons/common/ico_next.png") no-repeat center;
}

.slick-counter {
  display: inline-block;
  border: 1px solid #969696;
  border-radius: 10px;
  font-size: 12px;
  color: #666666;
  padding: 3px 9px 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
}

.slick-counter .current {
  color: #383D41;
  font-size: 12px;
}

.slick-counter .total {
  color: #666666;
  font-size: 12px;
}

.slick-dots {
  overflow: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 28.5px;
}

.slick-dots li {
  float: left;
}

.StoryGallery.other .slick-dots {
  overflow: visible;
  position: absolute;
  left:0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  bottom: 28.5px;
  width:100%;
  text-align: center;
  
}

.StoryGallery.other .slick-dots li {
  float: none;
  display: inline-block;
}

.slick-dots li button {
  display: block;
  width: 6.5px;
  height: 6.5px;
  border-radius: 50%;
  border: 1px solid #E3E3E3;
  background: transparent;
  text-indent: -9999em;
  margin: 0 2px;
}

.slick-dots li.slick-active button {
  width: 16.5px;
  background: #E3E3E3;
  border-radius: 3px;
}
.slide_wrap {    visibility: hidden;}
.slick-initialized{visibility: visible;}

/* popup */
.popup_bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

/* 공통 아이콘 */
.icon {
  display: inline-block;
  color: transparent !important;
  overflow: hidden;
  font-size: 100%;
}

.icon.icon_logo {
  width: 129px;
  height: 24px;
  background: url("/assets/mobile/images/icons/common/common_icon.png") no-repeat -588px -5px;
  background-size: 881px 67px;
}

.icon.icon_popup_close {
  width: 19px;
  height: 20px;
  background: url("/assets/mobile/images/icons/common/common_icon.png") no-repeat -60px -4px;
  background-size: 881px 67px;
}

.icon.icon_search {
  width: 21px;
  height: 21px;
  background: url("/assets/mobile/images/icons/common/common_icon.png") no-repeat -116px -5px;
  background-size: 881px 67px;
}

.icon.icon_search_b {
  width: 20px;
  height: 20px;
  background: url("/assets/mobile/images/icons/common/common_icon.png") no-repeat -117px -35px;
  background-size: 881px 67px;
}

.icon.icon_search_B {
  width: 19.5px;
  height: 19px;
  background: url("/assets/mobile/images/icons/common/ico_search_B.png") no-repeat cover;
}

.icon.icon_close_wt {
  width: 20px;
  height: 20px;
  background: url("/assets/mobile/images/icons/common/common_icon.png") no-repeat -60px -36px;
  background-size: 881px 67px;
}

.icon.icon_login {
  width: 12.5px;
  height: 15px;
  background: url("/assets/mobile/images/icons/common/ico_login.png") no-repeat center/100%;
}

.icon.icon_gnb_arrow {
  width: 20.5px;
  height: 14.5px;
  background: url("/assets/mobile/images/icons/common/ico_gnb_arrow.png") no-repeat center/100%;
}

.icon.icon_heart {
  width: 19px;
  height: 17px;
  background: url("/assets/mobile/images/icons/common/common_icon.png") no-repeat -32px -5px;
  background-size: 881px 67px;
}

.icon.icon_newsletter {
  width: 31px;
  height: 30px;
  background: url("/assets/mobile/images/icons/common/common_icon.png") no-repeat -383px -5px;
  background-size: 881px 67px;
}

.icon.icon_kakao_ch {
  width: 31px;
  height: 30px;
  background: url("/assets/mobile/images/icons/common/common_icon.png") no-repeat -423px -5px;
  background-size: 881px 67px;
}

.icon.icon_insta {
  width: 23px;
  height: 23px;
  background: url("/assets/mobile/images/icons/common/common_icon.png") no-repeat -210px -5px;
  background-size: 881px 67px;
}

.icon.icon_face {
  width: 24px;
  height: 23px;
  background: url("/assets/mobile/images/icons/common/common_icon.png") no-repeat -242px -5px;
  background-size: 881px 67px;
}

.icon.icon_twitter {
  width: 24px;
  height: 23px;
  background: url("/assets/mobile/images/icons/common/common_icon.png") no-repeat -274px -5px;
  background-size: 881px 67px;
}

.icon.icon_blog {
  width: 22px;
  height: 22px;
  background: url("/assets/mobile/images/icons/common/common_icon.png") no-repeat -147px -5px;
  background-size: 881px 67px;
}

.icon.icon_kakaos {
  width: 23px;
  height: 22px;
  background: url("/assets/mobile/images/icons/common/common_icon.png") no-repeat -178px -5px;
  background-size: 881px 67px;
}

.icon.icon_youtube {
  width: 29px;
  height: 20px;
  background: url("/assets/mobile/images/icons/common/common_icon.png") no-repeat -307px -5px;
  background-size: 881px 67px;
}

.icon.icon_back {
  width: 10px;
  height: 18.5px;
  background: url("/assets/mobile/images/icons/common/ico_back.png") no-repeat;
  background-size: 10px 18.5px;
}

.icon.icon_imp {
  width: 20px;
  height: 20px;
  background: url("/assets/mobile/images/icons/common/common_icon.png") no-repeat -856px -43px;
  background-size: 881px 67px;
}

.icon.icon_more {
  width: 16px;
  height: 6.5px;
  background: url("/assets/mobile/images/icons/common/common_icon.png") no-repeat -856px -32px;
  background-size: 881px 67px;
}

.icon.icon_close {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url("/assets/mobile/images/icons/common/common_icon.png") no-repeat -88px -5px;
  background-size: 881px 67px;
}

.icon.icon_check_g {
  width: 14.5px;
  height: 10.5px;
  background: url("/assets/mobile/images/icons/common/ico_check_g.png") no-repeat;
  background-size: 14.5px 10.5px;
}

.icon.icon_arrow {
  width: 11.5px;
  height: 6.5px;
  background: url("/assets/mobile/images/icons/common/ico_barrow_b.png") no-repeat center/100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.icon.icon_extend {
  margin-left: 9px;
  width: 19px;
  height: 19px;
  border: 1px solid #555555;
  border-radius: 50%;
  background: url("/assets/mobile/images/icons/common/ico_arrow_b.png") no-repeat left center;
  background-size: 11px;
}

.icon.icon_plus {
  position: relative;
  width: 19px;
  height: 19px;
}

.icon.icon_plus::before, .icon.icon_plus::after {
  display: block;
  content: '';
  position: absolute;
  background: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.icon.icon_plus::before {
  width: 100%;
  height: 2px;
}

.icon.icon_plus::after {
  width: 2px;
  height: 100%;
}

.icon.icon_plus.black::before, .icon.icon_plus.black::after {
  background: #000;
}

.icon.icon_minus {
  position: relative;
  width: 19px;
  height: 19px;
  margin-left: 16.5px;
}

.icon.icon_minus::before {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background: #000;
}

.icon.icon_minus::after {
  display: none;
}

.icon.icon_msg {
  width: 13.5px;
  height: 12px;
  background: url("/assets/mobile/images/icons/common/ico_msg.png") no-repeat center/cover;
}

.icon.icon_exclamation_mark {
  width: 12px;
  height: 12px;
  background: url("/assets/mobile/images/icons/common/ico_exclamation_mark.png") no-repeat center/cover;
}

.icon.icon_inquiry {
  width: 81.5px;
  height: 73.5px;
  background: url("/assets/mobile/images/icons/common/etc_icon.png") no-repeat -5px -199.5px;
  background-size: 91.5px 278px;
}

.icon.icon_inquiry2 {
  width: 63.5px;
  height: 47.5px;
  background: url("/assets/mobile/images/icons/common/etc_icon.png") no-repeat -5px -5px;
  background-size: 91.5px 278px;
}

.icon.icon_inquiry3 {
  width: 39.5px;
  height: 64px;
  background: url("/assets/mobile/images/icons/common/etc_icon.png") no-repeat -5px -125.5px;
  background-size: 91.5px 278px;
}

.icon.icon_app_support {
  width: 26.5px;
  height: 26.5px;
  background: url("/assets/mobile/images/app/icon/ico_hsupport.svg") no-repeat center/25px 25px;
}

.icon.app_icon_event {
  width: 22px;
  height: 30px;
  background: url("/assets/mobile/images/app/icon/ico_event.svg") no-repeat center/100% auto;
}

.icon.app_icon_support {
  width: 24px;
  height: 29px;
  background: url("/assets/mobile/images/app/icon/ico_support.svg") no-repeat center/100% auto;
}

.icon.app_icon_story {
  width: 29px;
  height: 29px;
  background: url("/assets/mobile/images/app/icon/ico_story.svg") no-repeat center/100% auto;
}
.icon.app_icon_mypage {
  width: 25px;
  height: 29px;
  background: url("/assets/mobile/images/app/icon/ico_mypage.png") no-repeat center/100% auto;
}

.icon.app_icon_my {
  width: 27px;
  height: 29px;
  background: url("/assets/mobile/images/app/icon/ico_msupport.svg") no-repeat center/100% auto;
}

input.blind {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  padding: 0;
}


/* 로딩페이지 */
.loading_page {
  height: 42px;
  position: relative;
  margin:24px 0;
}

.loading_page.Bg{
  position:fixed;
  height:100%;
  left:0;
  top:0;
  background: rgba(0,0,0,0.7);
  z-index: 999;
  margin: 0;
  width: 100%;
}

.loading_page .loading_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: Flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.loading_page .loading_wrap .round {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: red;
  margin: 0 10px;
  opacity: 0;
}

.loading_page .loading_wrap .round.round1 {
  background: #3bc4b1;
  -webkit-animation: loadingScale 0.5s ease alternate infinite;
  animation: loadingScale 0.5s ease alternate infinite;
}

.loading_page .loading_wrap .round.round2 {
  background: #52e2ac;
  -webkit-animation: loadingScale 0.5s ease alternate infinite;
  animation: loadingScale 0.5s ease alternate infinite;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.loading_page .loading_wrap .round.round3 {
  background: #c1e640;
  -webkit-animation: loadingScale 0.5s ease alternate infinite;
  animation: loadingScale 0.5s ease alternate infinite;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

@-webkit-keyframes loadingScale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes loadingScale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}


/* gnb 제어 */
#gnbW {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  max-width:600px;
  height: 100%;
  z-index: 999;
  background: #fff;
  overflow-y: auto;
}

/* 에러페이지 */
.error_page {
  text-align: center;
  padding: 60px 0 100px;
}

.error_page figure {
  margin-bottom: 35px;
}

.error_page figure img {
  width: 150px;
}

.error_page h5 {
  font-size: 16px;
  font-weight: 600;
  color: #869F30
}

.error_page h6 {
  font-size: 12.5px;
  font-weight: 600;
  margin: 15px 0;
  word-break: keep-all;
}

.error_page p {
  font-size: 12.5px;
  line-height: 1.5;
  word-break: keep-all;
  margin-bottom: 30px;
}

.error_page a.btn {
  display: inline-block;
  width: 145px;
  height: 44px;
  line-height: 44px;
  font-size: 13.5px;
  border: 1px solid #666666;
}

/* 앱화면 - 메인 퀵메뉴 */
.app_btn_support {
  margin: 4px 11.5px 0 0;
}

.app_bottom_tab .btn_to_top {
  bottom: 90px;
}

.app_bottom_tab .bottom_menu {
  padding: 0 15px;
  -webkit-box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.16);
  box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.16);
}

.app_bottom_tab .bottom_menu a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.app_bottom_tab .bottom_menu a:nth-child(2) {
  overflow: hidden;
}

.app_bottom_tab .bottom_menu a:nth-child(2).on::after {
  display: block;
}

.app_bottom_tab .bottom_menu a.on::after {
  width: 100%;
  padding-top: 100%;
}

.app_bottom_tab .bottom_menu a span {
  color: #665A56;
  font-weight: 500;
  line-height: 1.7;
}

.app_bottom_tab ~ .footer {
  margin-bottom: 25px;
}

