/* reset */
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
/*button, */
em,
img,
strong,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
video,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: normal;
  word-wrap: break-word;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
img {
  vertical-align: top;
}
button {
  background: none;
  /*border: none; */
  cursor: pointer;
}
#stoveGnb select,
#stoveGnb input,
#stoveGnb textarea {
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  outline: 0;
}
#stoveGnb input:-ms-clear {
  display: none;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999;
}

/* icons by lang */
#stoveGnb body {
  font-family: AppleSDGothicNeo, arial;
}

:lang #stoveGnb body,
:lang #stoveGnb a,
:lang #stoveGnb button,
:lang #stoveGnb input,
:lang #stoveGnb textarea {
  font-family: 'Noto Sans CJK', AppleSDGothicNeo, 'Malgun Gothic', arial;
}

:lang(ko) #stoveGnb body,
:lang(ko) #stoveGnb a,
:lang(ko) #stoveGnb button,
:lang(ko) #stoveGnb input,
:lang(ko) #stoveGnb textarea {
  font-family: 'Noto Sans CJK', AppleSDGothicNeo, 'Malgun Gothic', arial;
}

:lang(zh) #stoveGnb body,
:lang(zh) #stoveGnb a,
:lang(zh) #stoveGnb button,
:lang(zh) #stoveGnb input,
:lang(zh) #stoveGnb textarea {
  font-family: sans-serif, AppleSDGothicNeo, SimSun, NSimSun, FangSong;
}

:lang(ja) #stoveGnb body,
:lang(ja) #stoveGnb a,
:lang(ja) #stoveGnb button,
:lang(ja) #stoveGnb input,
:lang(ja) #stoveGnb textarea {
  font-family: AppleSDGothicNeo, Yu Gothic, Meiryo, sans-serif;
}

/* sr only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* common */
.blind {
  overflow: hidden;
  font-size: 0;
  white-space: nowrap;
}

/* state */
.is-scroll-lock {
  overflow: hidden;
}

/* layout */
#stoveGnb body,
#stoveGnb html {
  height: 100%;
  background: #fafafa;
}
.layout.layout-base {
  position: relative;
  height: 100%;
  background-size: 0;
}
.layout.layout-base:before {
  /* content: ''; */
  position: absolute;
  top: 0;
  width: 100%;
  height: 277px;
  background-image: inherit;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  z-index: 0;
}
.layout.layout-base .layout-header {
  height: 41px;
}
.layout-header.is-logout > .gnb.gnb-old {
  height: 41px;
}
.layout-header.is-logout .gnb-menu-l {
  display: none;
}
.layout-header.is-logout .gnb-menu-r > a {
  display: none;
}
.layout-header.is-logout .gnb-menu-r .gnb-sign-link {
  display: block !important;
}

.layout.layout-base .layout-body {
  position: relative;
}
.layout.layout-base .layout-container-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  /* height: 277px; */
  height: 350px;
  overflow: hidden;
  z-index: 0;
}
/*
.layout.layout-base .layout-container-top:before {
  content: '';
  position: absolute;
  top: 41px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.layout.layout-base .layout-container-top:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 119px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  z-index: 10;
}
*/
.layout.layout-base .layout-container-top .search-wrap {
  margin-top: 46px;
}

.layout.layout-base .layout-container-top.banner {
  height: 277px;
}
.layout.layout-base .layout-container-top.banner:after {
  height: 204px;
}
.layout.layout-base .layout-container-top .info-wrapper {
  position: absolute;
  /* 
  left: 0;
  right: 0; 
  */
  left: 19px;
  right: 19px;
  bottom: 20px;
  z-index: 20;
}

.layout.layout-base .layout-container-top.banner .info-wrapper {
  bottom: 100px;
}
.layout.layout-base .layout-container-top h2 {
  position: relative;
  padding: 0 16px;
  margin-bottom: 6px;
  text-align: center;
}
.layout.layout-base .layout-container-top .top-tit {
  display: inline-block;
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  color: #fff;
}
.layout.layout-base .layout-container-top .top-profile-thumb {
  margin: 8px auto 12px;
  width: 78px;
  height: 78px;
  border-radius: 100%;
  overflow: hidden;
  background-color: #d8d8d8;
}
.layout.layout-base .layout-container-top .top-profile-thumb img {
  width: 100%;
  height: auto;
}
.layout.layout-base .layout-container-top .top-sub {
  padding: 0 16px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
}
.layout.layout-base .layout-container-top .top-sub > button,
.layout.layout-base .layout-container-top .top-sub > a {
  position: relative;
  height: 20px;
  padding-right: 14px;
  vertical-align: top;
  color: white;
}
.layout.layout-base .layout-container-top .top-sub > button:after,
.layout.layout-base .layout-container-top .top-sub > a:after {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  right: 6px;
  width: 2px;
  height: 2px;
  border-radius: 100%;
  background: #999;
}
.layout.layout-base .layout-container-top .top-sub > button:last-child,
.layout.layout-base .layout-container-top .top-sub > a:last-child {
  padding-right: 0;
}
.layout.layout-base .layout-container-top .top-sub > button:last-child:after,
.layout.layout-base .layout-container-top .top-sub > a:last-child:after {
  content: none;
}
.layout.layout-base .layout-container-top .top-sub .element-icon {
  margin: -2px 0 0 2px;
}
.layout.layout-base .layout-container-top .top-btn {
  margin-top: 17px;
  text-align: center;
}
.layout.layout-base .layout-container-top .top-btn-flex {
  display: flex;
  margin: 17px auto 0;
  padding: 0 16px;
  max-width: 360px;
  text-align: center;
}
.layout.layout-base .layout-container-top .top-btn-flex > .element-btn {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.layout.layout-base .layout-container-top .top-btn-flex > .element-btn:nth-of-type(odd) {
  margin-right: 6px;
}
.layout.layout-base .layout-container-top .top-btn-flex > .element-btn:nth-of-type(even) {
  margin-left: 6px;
}
.layout.layout-base .layout-container-top .top-btn .element-btn {
  min-width: 98px;
}
.layout.layout-base .layout-container-top [class*='top-btn'] .element-btn .element-icon {
  margin-left: 2px;
  vertical-align: text-top;
}
.layout.layout-base .layout-container-top ~ .layout-content {
  position: relative;
  /* margin-top: 225px; */
  margin-top: 304px;
  z-index: 20;
}
.layout.layout-base .layout-container-top.banner ~ .layout-content {
  margin-top: 252px;
}
.layout.layout-base .layout-container-top .top-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 277px;
  background: #343854;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 0;
}
.layout.layout-base .layout-container-top .top-btn .element-btn .btn-txt {
  display: flex;
  justify-content: center;
  align-items: center;
}
.layout.layout-base .layout-content {
  position: relative;
}

.layout.layout-base .layout-content > div {
  background-color: #fff;
}

.layout.layout-base .layout-content.is-swipe {
  background-color: #f0f2f4;
  overflow: hidden;
}

.layout-content.is-swipe .main-swiper-pagination {
  position: absolute;
  top: 36px;
  right: 8px;
  left: initial;
  width: auto;
  height: 23px;
  padding: 2px 10px;
  border-radius: 11px;
  text-align: right;
  font-size: 13px;
  z-index: 5;
}

.layout-content.is-swipe .main-swiper-pagination > span {
  display: inline-block;
  padding: 0 2px;
}

.layout-content.is-swipe .swiper-pagination-bullet-active {
  background-color: #ff5000;
}

.layout.layout-base .layout-content.is-swipe > div {
  background-color: transparent;
}

.layout.layout-base .layout-content .multi-tab-box {
  overflow-x: hidden;
  padding: 0;
}
.layout.layout-base .layout-content .multi-tab-box::after {
  content: '';
  display: block;
  height: 10px;
  background: #f3f3f3;
}
.layout.layout-base .layout-content .multi-tab-box.is-scroll {
  position: fixed;
  top: 46px;
  z-index: 800;
}
.layout.layout-base .layout-content .multi-tab-box.is-scroll::after {
  content: none;
}
.layout.layout-base .section-content:after,
.layout.layout-base .section-content.has-btmSpc:last-child:after {
  content: '';
  display: block;
  height: 10px;
  background: #f3f3f3;
}
.layout.layout-base .section-content.has-topSpc:before {
  content: '';
  display: block;
  height: 10px;
  background: #f3f3f3;
}
.layout.layout-base .section-content:last-child:after {
  content: none;
}
.layout.layout-base .section-content.full {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.layout.layout-base .section-content.full:after {
  content: none;
}
.layout.layout-base .section-content.full .element-textarea {
  height: 100%;
}

.layout.layout-base .main-toggle-wrap {
  display: flex;
  justify-content: center;
  padding: 18px 0 20px 0;
}

.layout.layout-base .card-question-txt {
  padding: 24px 20px 0 20px;
  font-size: 17px;
  font-weight: 900;
  color: #111;
}

.dialog-box {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.main-all-menu {
  padding: 0 14px;
  background-color: #fff;
}

.main-all-menu:after {
  content: '';
  display: block;
  clear: both;
}

.main-all-menu .module-thumnail-box {
  float: left;
  width: 50%;
  padding: 0 6px 24px 6px;
}

.main-all-menu .main-all-item .module-thumnail-box {
  flex: 0 0 50%;
  padding: 0 6px 24px 6px;
}

.layout-header.is-login + .user-login-box {
  margin-bottom: 10px;
}

.layout-header.is-login .gnb-menu-l {
  display: none;
}

.layout-header.is-scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

/*mt*/
.mt-10 {
  margin-top: 10px;
}

.mt-5 {
  margin-top: 5px;
}

/*skeleton*/
.layout.layout-base .card-question-txt .skeleton-line-case {
  width: 150px;
}

.user-login-box .line-case6 {
  padding-top: 12px;
  margin: 0;
  padding-bottom: 16px;
}

.user-login-box .line-case6 > li:nth-child(1) {
  width: 30%;
}

.user-login-box .line-case6 > li:nth-child(2) {
  width: 50%;
}

.user-login-box .line-case6 > li:nth-child(3) {
  margin-top: 20px;
  width: 55%;
}

.notice-board-wrap .skeleton-content {
  width: 100%;
  padding: 0 20px;
  background-color: #fff;
}

.notice-board-wrap .skeleton-content .line-case6 {
  margin-top: 0;
  padding: 24px 0;
}

.notice-board-wrap .skeleton-content .line-case6 > li {
  width: 70%;
  margin-bottom: 0;
  padding-top: 20px;
}

.notice-board-wrap .skeleton-content .line-case6 > li:first-child {
  padding-top: 0;
}

.layout-content .skeleton-bg-container {
  width: 100%;
  height: 100vh;
}

.is-empty-banner + div,
.module-banner-wrapper + div {
  padding: 0;
  background-color: #fff;
  margin: 12px 0 0 0;
}

.is-empty-banner + div .notice-board-wrap.mt-10,
.is-empty-banner + div .notice-board-wrap + .notice-board-wrap {
  position: relative;
  overflow: hidden;
}

.is-empty-banner + div .notice-board-wrap.mt-10 {
  margin: 0;
}

.is-empty-banner + div .notice-board-wrap.mt-10 .list-menu {
  padding-bottom: 0;
}

.is-empty-banner + div .notice-board-wrap + .notice-board-wrap .list-menu {
  padding-top: 0;
}

.is-empty-banner + div .notice-board-wrap + .notice-board-wrap .list-menu .list-item:first-child {
  border-top: 1px solid #eee;
}

.notice-board-wrap.mt-10 .module-list-wrap {
  margin: 0;
}

.is-empty-banner + div .notice-board-wrap.mt-10 + .notice-board-wrap + div {
  padding-top: 12px;
  background-color: #fff;
}

.is-empty-banner + div .notice-board-wrap.mt-10 .module-list-wrap:after,
.is-empty-banner + div .notice-board-wrap + .notice-board-wrap .module-list-wrap:after {
  content: '';
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}