.navBtn.on ~ nav, .navBtn.on, .navBtn, .headerMobile nav div.layer2.off, .headerMobile nav div.layer2.on {
  transition: all 0.3s ease-in-out;
}

.headerMobile {
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}

/*header*/
.logo {
  background: url(../img/logo.svg) no-repeat;
  background-size: 100%;
  width: 170px;
  height: 30px;
  text-indent: -9999px;
  margin: 10px auto;
  margin-left: 12px;
  display: inline-block;
}
.logo.white {
  background: url(../img/logo_white.svg) left no-repeat;
  background-size: 100%;
  margin: 10px 0 0 10px;
}
.logo.forLife {
  margin: 8px auto;
  width: 80px;
  height: 36px;
  background: url(../img/logo_life.svg) center no-repeat;
  background-size: contain;
}

.searchBtn {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/icon/search_btn.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  text-indent: -9999px;
  position: absolute;
  right: 15px;
  top: 13px;
  display: none;
}

.headerMobile {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  text-align: center;
  height: 50px;
  background: #ffffff;
  color: #454A54;
}
.headerMobile.headerMobileCase {
  text-align: left;
}
.headerMobile.headerMobileCase .logo {
  background-size: 100% !important;
}
.headerMobile a, .headerMobile a:link, .headerMobile a:visited {
  text-decoration: none;
}
.headerMobile .headerPost {
  font-size: 14px;
  color: #ffffff !important;
  position: absolute;
  top: 14px;
  right: 8px;
  padding: 4px 8px;
  font-size: 4.8vw;
  background: #FF7E33;
  border: #FF7E33;
}
.headerMobile nav {
  position: fixed;
  top: 0;
  left: -320px;
  width: calc(100% - 40px);
  max-width: 320px;
  height: 100%;
  font-size: 14px;
  z-index: 12;
  text-align: left;
}
.headerMobile nav .headerNavCnt {
  overflow-y: auto;
  height: 100%;
  background: #ffffff;
}
.headerMobile nav .headerNavCnt::-webkit-scrollbar {
  width: 2px;
  opacity: 0.4;
}
.headerMobile nav .menuListTopLine {
  box-shadow: 0 -1px 0 rgba(227, 229, 233, 0.7);
}
.headerMobile nav div.menuLoginRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerMobile nav div.layer1 .menuLogout {
  width: 70px;
  color: #454A54;
  text-align: center;
}
.headerMobile nav div.layer1 .menuLogout::before {
  margin-right: 2px;
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/icon/logout.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  opacity: 0.8;
  transform: translateY(2px);
}
.headerMobile nav div.layer1 .menuEventAD {
  position: relative;
}
.headerMobile nav div.layer1 .menuEventAD .forNew {
  top: 12px;
  left: auto;
  right: 20px;
  -webkit-animation: none;
          animation: none;
}
.headerMobile nav div.layer1 .menuEventBn {
  width: 100%;
  border-radius: 5px;
}
.headerMobile nav div.layer1 .menuList {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.headerMobile nav div.layer1 .menuList::before {
  vertical-align: sub;
}
.headerMobile nav div.layer1 .menuList .menuAccount {
  width: calc(100% - 70px);
  color: #454A54;
}
.headerMobile nav div.layer1 .menuList .iconAccount {
  display: inline-block;
  margin: 0 8px 0 2px;
  width: 20px;
  height: 20px;
  background: #3366FF;
  border-radius: 100px;
  overflow: hidden;
}
.headerMobile nav div.layer1 .menuList .iconAccount::before {
  margin: 0 3px;
  transform: translateY(2px);
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/icon/login_white.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
}
.headerMobile nav div.layer1 .menuList .redBtn {
  width: 240px;
}
.headerMobile nav div.layer1 .menuList .menuListTag {
  margin-left: 8px;
  padding: 2px 8px;
  color: #ffffff;
  background: #3366FF;
  border-radius: 100px;
  font-size: 12px;
}
.headerMobile nav div.layer1 .menuList.menuChat {
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}
.headerMobile nav div.layer1 .menuList.menuChat .menuchatHint {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  padding: 2px 8px;
  border-radius: 100px;
  color: #575E6B;
  border: solid 1px #575E6B;
}
.headerMobile nav div.layer1 .menuList.menuChat::before, .headerMobile nav div.layer1 .menuList.menuChat::after {
  vertical-align: middle;
}
.headerMobile nav div.layer1 .menuList.menuChat::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/icon/chat_pri.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  margin-right: 4px;
}
.headerMobile nav div.layer1 .menuList.menuChat > button {
  color: #454A54;
}
.headerMobile nav div.layer1 .menuParent {
  position: relative;
}
.headerMobile nav div.layer1 .menuParent::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/icon/go.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  right: 20px;
  opacity: 0.4;
}
.headerMobile nav div.layer2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 13;
  width: 100%;
  height: 100%;
  max-width: 320px;
  overflow-y: auto;
  background: #ffffff;
}
.headerMobile nav div.layer2::-webkit-scrollbar {
  width: 2px;
  opacity: 0.4;
}
.headerMobile nav div.layer2 .menuBack {
  position: fixed;
  z-index: 14;
  width: calc(100% - 40px);
  max-width: 320px;
  box-sizing: border-box;
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.headerMobile nav div.layer2 .menuList:nth-child(2) {
  margin-top: 61px;
}
.headerMobile nav div.layer2.on {
  left: 0;
}
.headerMobile nav div.layer2.on .menuBack {
  left: 0;
}
.headerMobile nav div.layer2.off {
  left: -320px;
}
.headerMobile nav .memberName {
  max-width: calc(100% - 65px);
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: bottom;
}
.headerMobile nav .menuList {
  display: block;
  padding: 16px 20px;
  color: #454A54;
}
.headerMobile nav .menuSpacing {
  padding: 10px 20px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  color: #797C80;
  background: #F2F6FA;
}
.headerMobile nav .menuSpacing .menuHelp {
  display: flex;
  align-items: center;
  color: #797C80;
  text-decoration: underline;
}
.headerMobile nav .menuSpacing .menuHelp::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../img/icon/help.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  opacity: 0.5;
}
.headerMobile nav div.menuSubCat .menuLifeType {
  cursor: pointer;
}
.headerMobile nav div.menuSubCat .menuLifeType::before {
  margin-right: 8px;
}
.headerMobile nav div.menuSubCat .menuLifeType:nth-child(2)::before {
  content: "";
  width: 20px;
  background: url("../img/illustrate/icon_home.svg") no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 20px;
}
.headerMobile nav div.menuSubCat .menuLifeType:first-child::before {
  content: "";
  width: 20px;
  background: url("../img/illustrate/icon_repair.svg") no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 20px;
}
.headerMobile nav div.menuSubCat .menuLifeType:last-child::before {
  content: "";
  width: 20px;
  background: url("../img/illustrate/icon_clear.svg") no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 20px;
}

.navBtn span, .navBtn span::before, .navBtn span::after {
  transition: all 0.3s ease-in-out;
  display: block;
  background-color: #575E6B;
  height: 2px;
  position: absolute;
  width: 16px;
}

.navBtn {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
}
.navBtn.navBtnCase {
  left: auto;
  right: 0;
}
.navBtn span {
  left: 15px;
  top: calc(47px/2);
}
.navBtn span::before {
  content: "";
  top: -6px;
}
.navBtn span::after {
  content: "";
  bottom: -6px;
}
.navBtn.on {
  z-index: 102;
  right: 0;
  left: auto;
}
.navBtn.on span {
  background-color: transparent;
}
.navBtn.on span::before, .navBtn.on span::after {
  background-color: #ffffff;
  top: 0;
}
.navBtn.on span::before {
  transform: rotate(45deg);
}
.navBtn.on span::after {
  transform: rotate(-45deg);
}
.navBtn.on ~ nav {
  left: 0;
  z-index: 101;
}
.navBtn.on ~ .maskdiv {
  display: block;
}

.menuSpacingToggle details summary::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/icon/expand_more_sec.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  transition: 0.2s all ease-in;
}
.menuSpacingToggle details[open] summary::after {
  transform: rotateX(180deg);
}

/*footer*/
.footerMobile {
  background: rgba(0, 0, 0, 0.03);
  padding: 40px 0 80px 0;
  margin: 0 auto;
  text-align: center;
  clear: both;
}

.footerLink a, .footerLink a:link, .footerLink a:visited {
  color: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-decoration: none;
  padding: 0 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.6);
  text-decoration: none;
}
.footerLink a:last-of-type, .footerLink a:link:last-of-type, .footerLink a:visited:last-of-type {
  border: none;
}

.footerSocial {
  margin: 20px auto;
}
.footerSocial a {
  text-indent: -9999px;
  vertical-align: middle;
  margin: 0 10px;
}
.footerSocial .fb {
  content: "";
  width: 30px;
  height: 30px;
  background: url("../img/social/circle_fb_blue.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  height: 30px;
}
.footerSocial .line {
  content: "";
  width: 30px;
  height: 30px;
  background: url("../img/social/circle_line_green.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  height: 30px;
}
.footerSocial .ig {
  content: "";
  width: 30px;
  height: 30px;
  background: url("../img/social/ig_logo.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  height: 30px;
  border-radius: 100px;
}

.copyright {
  padding: 0 10px;
  margin: 10px auto;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}

/*main*/
main {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 320px) {
  .headerMobile .headerPost {
    top: 9px;
    right: 10px;
    padding: 5px 15px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 375px) {
  .navBtn.on {
    left: 0;
    right: auto;
    transform: translateX(320px);
  }
}