@charset "utf-8";

/* common CSS */
body,
input,
button,
textarea,
select,
option,
a {
  font-family: "AppleSDNeo", sans-serif;
}

/* drjuvu main : BEM similar */
.dr-wrap {
}
.wrap-left {
  position: fixed;
  z-index: 0;
  width: 100%;
  max-width: 462px;
  height: 100%;
  left: calc(51vw - 462px);
}
.wrap-left-center {
  position: fixed;
  top: 282px;
  top: calc(282px + env(safe-area-inset-top));
  /*width: 373px;*/
}
.wrap-left-center--title {
  margin: 0 0 0.525rem 0;
  font-family: "AppleSDNeo", "Noto Sans KR", sans-serif;
  font-size: 1.1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.84px;
  text-align: left;
  color: #5d5d5d;
}
/* .wrap-left-center--logo {
    font-family: 'AppleSDGothicNeoSB00', 'Noto Sans KR', sans-serif;
    font-size: 50px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -0.84px;
    text-align: left;
    color: #232124;
} */
.wrap-left-center--logo-txt {
  font-family: "AppleSDNeo", "Noto Sans KR", sans-serif;
  font-size: 1.625rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.95px;
  line-height: 1.825rem;
  text-align: left;
  color: #5d5d5d;
}
.wrap-left-center--logo__primary {
  margin: 0.5rem 0 0 0;
  font-family: "Cafe24SsurroundV2", "AppleSDNeo", "Noto Sans KR", sans-serif;
  font-size: 2rem;
  color: #03c75a;
}
.wrap-left-center--text {
  margin: 1.625rem 0 0 0;
  font-family: "AppleSDNeo", "Noto Sans KR", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.77px;
  text-align: left;
  color: #7b7b7b;
}
.wrap-left-center--text__bold {
  font-weight: bold;
}

.wrap-ggr-special-font {
  font-family: "Cafe24SsurroundV2", "AppleSDNeo", "Noto Sans KR", sans-serif;
  color: #03c75a;
}

.wrap-left-center--text img {
  display: inline-block;
  margin-left: 2px;
  vertical-align: middle;
}
.wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.dr-container {
  min-height: 100vh;
  background-color: #fff;
  width: 100%;
  max-width: 480px;
  margin-top: 0;
  /*border-width: 0 1px;
    border-style: solid;
    border-color: #e1e1e1;*/
}
.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 1rem 2rem 1rem;
  box-sizing: border-box;
  top: 0.8rem;
}
.container:after {
  content: "";
  display: block;
  clear: both;
}
.scrollOff {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none;
}
select {
  border: 1px solid #ddd;
  background: #fff url(/images/ico/sel_ico.png) 95% 50% no-repeat;
  background-size: 1rem auto;
  padding: 0 1.25rem 0 0.625rem;
  box-sizing: border-box;
}

/* placeholder */
::-webkit-input-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}

/* top_banner */
.top_banner {
  position: relative;
  overflow: hidden;
}
.top_banner img {
  width: 100%;
}
.top_banner .top_cls {
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 100%;
  background: url(/images/ico/top_cls.png) 50% 50% no-repeat;
  background-size: 1rem auto;
  text-indent: -9999px;
}
.top_banner .top_cls.bk {
  background-image: url(/images/ico/top_cls_gry.png);
}

.evt_top_banner {
  position: relative;
  overflow: hidden;
}
.evt_top_banner img {
  width: 100%;
}
.evt_top_banner .top_cls {
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 100%;
  background: url(/images/ico/top_cls.png) 50% 50% no-repeat;
  background-size: 1rem auto;
  text-indent: -9999px;
}
.evt_top_banner .top_cls.bk {
  background-image: url(/images/ico/top_cls_gry.png);
}

/* header */
.header {
  position: relative;
}
.header.fixed {
  height: 6.25rem;
}
.header .logo_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3.75rem;
  padding: 0 1rem;
  box-sizing: border-box;
}
.header.fixed .logo_area {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 200;
}

.logo_area .logo {
  width: 165px; /* 실제 보여줄 크기 */
  height: 50px; /* 실제 보여줄 크기 */
}
.logo_area .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/images/logo_base_new@2x.png);
  background-size: 165px 50px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  text-indent: -9999px;
}
.logo_area .logo--special {
  width: 39%;
  max-width: 14rem;
  height: 3rem;
}
.logo_area .logo--special a {
  display: block;
  height: 100%;
  background-image: url(/images/logo_special_202204.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 80%;
  text-indent: -9999px;
}
.logo_area .logo--special-summer {
  width: 88%;
  max-width: 14rem;
  height: 3rem;
}
.logo_area .logo--special-summer a {
  display: block;
  height: 100%;
  background-image: url(/images/logo_special_summer.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 90%;
  text-indent: -9999px;
}
.logo_area .logo--tube {
  width: 88%;
  max-width: 14rem;
  height: 3rem;
}
.logo_area .logo--tube a {
  display: block;
  height: 100%;
  background-image: url(/images/logo_tube.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 90%;
  text-indent: -9999px;
}
.logo_area .lnk li {
  float: left;
  margin-left: 0.625rem;
}
.logo_area .lnk .write a {
  display: inline-block;
  height: 2rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: -0.045rem;
  line-height: 2rem;
  color: #fff;
  background: #333;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  padding: 0 1.25rem;
  margin: 0.375rem 0 0;
}
.logo_area .lnk .sch_btn {
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background: url(/images/ico/sch_ico.png) 50% 50% no-repeat;
  background-size: auto 1.375rem;
  text-indent: -9999px;
  outline: none;
  margin-top: 5px;
}
.logo_area .lnk .sch_btn.opn {
  background-image: url(/images/ico/sch_cls.png);
}
.logo_area .lnk .cart {
  position: relative;
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background: url(/images/ico/cart_ico.png) 50% 50% no-repeat;
  background-size: auto 1.4rem;
  text-indent: -9999px;
  margin-top: 5px;
}
.logo_area .lnk .cart .count {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #03c75a;
  line-height: 1.375rem;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: -0.045rem;
  color: #fff;
  margin-top: -0.5rem;
  text-indent: 0;
}
.logo_area .lnk .wish {
  display: inline-block;
  width: 1.5rem;
  height: 1.8rem;
  background: url(/images/ico/comm_ico2.png) 50% 50% no-repeat;
  background-size: 1.5rem auto;
  text-indent: -9999px;
  margin-top: 5px;
}
.logo_area .lnk .my {
  position: relative;
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background: #333;
  background-size: auto 1.4rem;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-top: 5px;
  color: #fff;
  font-weight: 600;
}
.logo_area .lnk .my .ico {
  position: relative;
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background: url(/images/ico/icon_my.png) 50% 50% no-repeat;
  background-size: auto 1.7rem;
}
.logo_area .lnk .my .count {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #c41230;
  line-height: 1.375rem;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: -0.045rem;
  color: #fff;
  margin-top: -0.5rem;
  text-indent: 0;
}
.logo_area .lnk .my img {
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-top: 1px solid #333;
}

/*.nav-wrap-container {}*/
.nav_wrap {
  position: relative;
  width: 100%;
}
.nav_wrap.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 480px;
  padding-top: env(safe-area-inset-top);
  background: #fff;
  box-shadow: 0 2px 5px 0px rgb(0 0 0 / 6%);
  z-index: 200;
}
.nav_wrap.fixed_top {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 480px;
  padding-top: env(safe-area-inset-top);
  background: #fff;
  box-shadow: 0 2px 5px 0px rgb(0 0 0 / 6%);
  z-index: 200;
}
.nav_wrap .arrow_area {
  position: absolute;
  top: 6px;
  right: 0px;
  width: 50px;
  height: 32px;
  background-color: hsl(0deg 0% 100% / 92%);
  border: 0px solid hsla(0, 0%, 73%, 0.5);
  border-radius: 2px;
}
.nav_wrap .arrow_area .arrow {
  height: 30px;
  background: url(/images/ico/cate_arrow.png) 50% 50% no-repeat;
  background-size: auto 1rem;
}

.nav_area {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
/*.header.fixed .nav_area {position:fixed; top:0; left:0; width:100%; background:#fff; box-shadow:0 .25rem .125rem -.125rem rgba(0,0,0,.1); z-index:200;}*/
.header.fixed .nav_area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 5px 0px rgb(0 0 0 / 6%);
  z-index: 200;
}
.header.fixed_top .nav_area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 5px 0px rgb(0 0 0 / 6%);
  z-index: 200;
}

.nav_area {
  max-width: 480px;
}
.nav_area {
  width: 100%;
  overflow: hidden;
}
.nav_area ul {
  position: relative;
}
.nav_area .nav li {
  white-space: nowrap;
  position: relative;
  display: inline-block;
  width: auto;
  font-weight: bold;
}
.nav_area .nav li:first-child {
  margin-left: 0;
}
.nav_area .nav li:last-child {
  margin-right: 0;
}
.nav_area .nav li a {
  font-family: "AppleSDNeo";
  font-size: 1.025rem;
  padding: 1rem 0.6rem;
  display: inline-block;
  text-align: center;
  line-height: 1rem;
}
.nav_area .nav li.on a {
  font-family: "AppleSDNeo";
  color: #03c75a;
  border-bottom: 4px solid #03c75a;
}
/*
.nav_area .nav {white-space:nowrap; overflow-x:auto; padding:0px 50px 0px 12px; box-sizing:border-box; -webkit-overflow-scrolling:touch;}
.nav_area .nav::-webkit-scrollbar {display:none; width:0; height:0;}
.nav_area .nav li {display:inline-block; font-size:1.15rem; font-weight:500; line-height:2.8rem; color:#333; margin:0 .25rem;}
.nav_area .nav li:first-child {margin-left:0;}
.nav_area .nav li:last-child {margin-right:0;}
.nav_area .nav a {display:inline-block; padding:0 .25rem; border-bottom:4px solid #fff;}
.nav_area .nav li.on a {color:#c41230; border-bottom-color:#c41230; font-weight:800;}
.nav_area .nav.sch li {padding:0 1rem; border-bottom:4px solid #fff;}
.nav_area .nav.sch li.on {color:#c41230; border-bottom-color:#c41230;}
.nav_area .nav {white-space:nowrap; overflow-x:auto; padding:0px 50px 0px 12px; box-sizing:border-box; -webkit-overflow-scrolling:touch;}
*/
.sch_area {
  display: none;
  position: absolute;
  top: 3.75rem;
  left: 0;
  right: 0;
  width: 100%;
  height: 4.375rem;
  background: #fff;
  padding: 0.625rem 1rem 0;
  box-sizing: border-box;
  box-shadow: 0 0.25rem 0.125rem -0.125rem rgba(0, 0, 0, 0.1);
  z-index: 99;
}
.sch_area input {
  width: 100%;
  height: 2.75rem;
  border: 0.125rem solid #03c75a;
  border-radius: 1.5rem;
  font-size: 1rem;
  letter-spacing: -0.025rem;
  color: #333;
  padding: 0 3.5rem 0 1rem;
  box-sizing: border-box;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -o-border-radius: 1.5rem;
  outline: none;
}
.sch_area button {
  position: absolute;
  top: 0.75rem;
  right: 1.125rem;
  width: 2.25rem;
  height: 2.5rem;
  background: url(/images/ico/sch_on.png) 20% 50% no-repeat;
  background-size: 1.5rem auto;
  text-indent: -9999px;
  outline: none;
}

.view-head-container {
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 480px;
  z-index: 200;
}
.view_head {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.75rem;
  text-align: center;
  border-bottom: 1px solid #dadada;
  box-sizing: border-box;
}
.view_head.fixed-ver {
}

.view_head .ttl {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 3.75rem;
  letter-spacing: -0.045rem;
  color: #333;
}
.view_head .user_info {
  line-height: 2.5rem;
}
.view_head .user_info .profile {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 0.25rem;
  vertical-align: middle;
  overflow: hidden;
}
.view_head .user_info .profile img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.view_head .user_info .name {
  display: inline-block;
  font-size: 0.925rem;
  font-weight: 600;
  letter-spacing: -0.045rem;
  color: #333;
  vertical-align: middle;
}
.view_head .follow_btn {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 3.75rem;
  height: 1.5625rem;
  border: 1px solid #03c75a;
  background: #03c75a;
  color: #fff;
  text-align: center;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  font-size: 0.85rem;
  line-height: 1.4375rem;
  letter-spacing: -0.045rem;
  transform: translateY(-50%);
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.view_head .follow_btn.on {
  background: #bbb;
  border-color: #bbb;
  color: #fff;
}
.view_head .left_btn {
  position: absolute;
  top: 0;
  left: 1rem;
  display: flex;
  align-items: center;
}
.view_head .bak_btn {
  display: inline-block;
  width: 2rem;
  height: 3.75rem;
  background: url(/images/ico/back_ico.png) 0 50% no-repeat;
  background-size: 0.6875rem auto;
  text-indent: -9999px;
  outline: none;
}
.view_head .home_btn {
  display: inline-block;
  width: 1.75rem;
  height: 3.75rem;
  background: url(/images/ico/home_ico.png) 50% 50% no-repeat;
  background-size: 1.375rem auto;
  text-indent: -9999px;
  outline: none;
}
.view_head .cart {
  position: absolute;
  top: 0;
  right: 1rem;
  width: 1.8rem;
  height: 3.75rem;
  background: url(/images/ico/cart_ico.png) 50% 50% no-repeat;
  background-size: auto 1.4rem;
  text-indent: -9999px;
}
.view_head .cart .count {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #03c75a;
  line-height: 1.375rem;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: -0.045rem;
  color: #fff;
  margin-top: -1.25rem;
  text-indent: 0;
}
.view_head .noti_all_del {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.8rem;
  height: 3.75rem;
  background: url(/images/ico/garb_ico.png) 0.3125rem 50% no-repeat;
  background-size: auto 1.5rem;
  text-indent: -9999px;
  outline: none;
}
.view_head .noti_sett {
  position: absolute;
  top: 0;
  right: 2.8rem;
  width: 2.25rem;
  height: 3.75rem;
  background: url(/images/ico/noti_set.png) 50% 50% no-repeat;
  background-size: auto 1.375rem;
  text-indent: -9999px;
  outline: none;
}
.view_head .my {
  position: absolute;
  top: 0;
  right: 1rem;
  width: 1.8rem;
  height: 3.75rem;
  background: url(/images/ico/icon_my.png) 50% 50% no-repeat;
  background-size: auto 1.4rem;
  text-indent: -9999px;
}

.view_head .sns_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.8rem;
  height: 3.75rem;
  background: url(/images/ico/comm_ico4.png) 0.25rem 50% no-repeat;
  background-size: 1.5rem auto;
  text-indent: -9999px;
  outline: none;
}
.view_head .sns_btn.opn + .sns_box {
  display: flex;
}
.view_head .sns_box {
  display: none;
  position: relative;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 3.75rem;
  right: 0.625rem;
  width: 9rem;
  height: 5rem;
  border: 1px solid #555;
  background: #fff;
  box-sizing: border-box;
  z-index: 10;
}
.view_head .sns_box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0.25rem;
  width: 2.5rem;
  height: 1.25rem;
  background: url(/images/ico/triangle.png) 100% 105% no-repeat;
  background-size: auto 0.59375rem;
  margin: -1.25rem 0 0;
}
.view_head .sns_box button {
  width: 3rem;
  height: 3rem;
  background: url(/images/shop/facebook.png) 50% 50% no-repeat;
  background-size: 3rem auto;
  text-indent: -9999px;
  margin: 0 0.3125rem;
  outline: none;
}
.view_head .sns_box .kakao {
  background-image: url(/images/shop/kakao.png);
}

.view_head .back_cls {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.8rem;
  height: 3.75rem;
  background: url(/images/ico/sch_cls.png) 0.425rem 50% no-repeat;
  background-size: 1.375rem auto;
  text-indent: -9999px;
  outline: none;
}

/* footer */
.footer {
  width: 100%;
  background: #fff;
  padding: 0 0 calc(env(safe-area-inset-bottom) + 4.625rem);
  box-sizing: border-box;
}
.footer.main {
  background: #f7f7f7;
}
.footer.sub {
  padding: 0 0 env(safe-area-inset-bottom);
}
.footer .foot_login {
  display: flex;
  border-top: 2px solid #c41230;
  margin-bottom: 1.25rem;
}
.footer .foot_login li {
  position: relative;
  width: 50%;
  height: 2.8125rem;
  background: #ededed;
}
.footer .foot_login a {
  display: block;
  width: 100%;
  line-height: 2.8125rem;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: -0.045rem;
  color: #777;
}
.footer .foot_login li:first-child:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 2.8125rem;
  background: #ddd;
}
.footer .foot_lnk {
  display: flex;
  flex-wrap: wrap;
  margin: 0 1rem 1rem;
  padding: 2rem 0 0;
}
.footer .foot_lnk li {
  margin: 0 0.625rem 0.25rem 0;
}
.footer .foot_lnk a {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.35rem;
  letter-spacing: -0.045rem;
  color: #555;
  padding-right: 0.625rem;
}
.footer .foot_lnk li:nth-child(3) a {
  font-weight: 700;
  color: #111;
}

.footer .sns_lnk {
  display: flex;
  margin: 1rem 0;
}
.footer .sns_lnk li {
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 0.625rem;
}
.footer .sns_lnk a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/images/ico/icon_ins.png) 50% 50% no-repeat;
  background-size: 1.875rem auto;
  text-indent: -9999px;
}
.footer .sns_lnk .google a {
  background-image: url(/images/ico/icon_google.png);
}
.footer .sns_lnk .ios a {
  background-image: url(/images/ico/icon_ios.png);
}
.footer .sns_lnk .google2 a {
  background-image: url(/images/ico/icon_google2.png);
}
.footer .sns_lnk .ios2 a {
  background-image: url(/images/ico/icon_ios2.png);
}
.footer .sns_lnk .face a {
  background-image: url(/images/ico/icon_face.png);
}
.footer .sns_lnk .blog a {
  background-image: url(/images/ico/icon_blog.png);
}
.footer .sns_lnk .kakao a {
  background-image: url(/images/ico/icon_ch.png);
}
.footer .sns_lnk .utb a {
  background-image: url(/images/ico/icon_utb.png);
}

.footer .foot_info {
  margin: 0 1rem;
}
.footer .foot_info h3 {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.4rem;
  letter-spacing: -0.045rem;
  color: #333;
  word-break: keep-all;
  margin-bottom: 0.625rem;
}
.footer .foot_info h3:after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 1.4rem;
  background: url(/images/ico/sel_ico.png) 50% 50% no-repeat;
  background-size: 1rem auto;
  vertical-align: top;
  margin-left: 0.25rem;
}
.footer .foot_info .on:after {
  background-image: url(/images/ico/sel_up.png);
}
.footer .foot_info .info {
  display: none;
  font-size: 0.85rem;
  line-height: 1.4rem;
  letter-spacing: -0.045rem;
  color: #555;
  word-break: keep-all;
  margin-bottom: 0.625rem;
}
.footer .foot_info .info li {
  display: inline-block;
  font-size: 0.8rem;
}
.footer .foot_info .info li:nth-child(1):after,
.footer .foot_info .info li:nth-child(3):after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.75rem;
  background: #ddd;
  margin: -0.125rem 0.25rem 0 0.35rem;
  vertical-align: middle;
}
.footer .foot_info .info li:nth-child(5) {
  width: 90%;
}

.footer .foot_info .info li:nth-child(6),
.footer .foot_info .info li:nth-child(7),
.footer .foot_info .info li:nth-child(8),
.footer .foot_info .info li:nth-child(9),
.footer .foot_info .info li:nth-child(10) {
  display: block;
}

.footer .foot_info .info li a {
  color: #03c75a;
}
.footer .foot_info .notice {
  display: block;
  margin: 1rem 0 0;
  color: #999;
}

.footer .copy {
  font-size: 0.8125rem;
  line-height: 1.4rem;
  letter-spacing: -0.025rem;
  color: #555;
}

.footer .footer-container {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 480px;
  padding-bottom: env(safe-area-inset-bottom);
  z-index: 200;
}
.footer .fix_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #fff;
  background: #fff;
  padding-bottom: env(safe-area-inset-bottom);
  z-index: 200;
  height: calc(62px + env(safe-area-inset-bottom));
  box-shadow: 0 6px 12px 2px rgb(0 0 0 / 20%);
}
.footer .fix_bar a {
  position: relative;
  width: 20%;
  text-align: center;
  padding-top: 1.9rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: -0.045rem;
  color: #555;
  background: url(/images/ico/fix_ico1.png) 50% 20% no-repeat;
  background-size: auto 1.25rem;
  box-sizing: border-box;
}
.footer .fix_bar a:nth-child(2) {
  background-image: url(/images/ico/fix_ico9.png?ver=2);
}
.footer .fix_bar a:nth-child(3) {
  background-image: url(/images/ico/fix_ico2.png?ver=2);
}
.footer .fix_bar a:nth-child(4) {
  background-image: url(/images/ico/fix_ico3.png?ver=2);
}
.footer .fix_bar a:nth-child(5) {
  background-image: url(/images/ico/fix_ico7.png?ver=2);
  background-position: 50% 50%;
  background-size: auto 2.55rem;
  text-indent: -9999px;
}

.footer .fix_bar a.on {
  background-image: url(/images/ico/fix_on1.png?ver=2);
  color: #03c75a;
}
.footer .fix_bar a.on:nth-child(2) {
  background-image: url(/images/ico/fix_on9.png?ver=2);
}
.footer .fix_bar a.on:nth-child(3) {
  background-image: url(/images/ico/fix_on2.png?ver=2);
}
.footer .fix_bar a.on:nth-child(4) {
  background-image: url(/images/ico/fix_on3.png?ver=2);
}
.footer .fix_bar a.on:nth-child(5) {
  background-image: url(/images/ico/fix_on7.png?ver=2);
}
.footer .fix_bar .balloon {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 4rem;
  height: 3.25rem;
  line-height: 0.85rem;
  background: #03c75a;
  font-size: 0.625rem;
  font-weight: 600;
  color: #fff;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  margin: 0px 0px 3px 0px;
  text-align: center;
  text-indent: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  box-sizing: border-box;
}
.footer .fix_bar .balloon:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0.6875rem;
  height: 0.375rem;
  background: url(/images/balloon_ico.png?ver=2) 50% 0 no-repeat;
  background-size: 0.6875rem auto;
  margin: -0.125rem 0 0 -0.34375rem;
}

.footer .talk_btn {
  position: absolute;
  bottom: 4.625rem;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  background: url(/images/ico/cht_ico.png) 50% 50% no-repeat;
  background-size: 2.5rem auto;
  text-indent: -9999px;
  outline: none;
}

.mobile_app_banner a {
  display: block;
}
.mobile_app_banner img {
  width: 100%;
  height: auto;
}

/* @media */
@media only screen and (min-width: 1024px) {
  .dr-container {
    min-height: 100vh;
    background-color: #fff;
    width: 100%;
    max-width: 480px;
    margin: 0 0 0 calc(51vw);
    /*margin: 0 auto;*/
    margin-top: 0;
    /*border-width: 0 1px;
        border-style: solid;
        border-color: #e1e1e1;*/
  }
  .dr-bg {
    position: fixed;
    z-index: -1;
    width: 100vw;
    height: 100%;
    background-image: url(/images/ggr_bg.png?ver=1);
    background-size: cover;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .wrap-left {
    display: block;
  }
}
@media only screen and (min-width: 421px) and (max-width: 1023px) {
  .dr-container {
    position: relative;
    /*border-width: 0 1px;
        border-style: solid;
        border-color: #e1e1e1;*/
  }
  .dr-bg {
    position: fixed;
    z-index: -1;
    width: 100vw;
    height: 100%;
    background-color: #fff;
  }
  .wrap-left {
    display: none;
  }
}
