﻿@charset "UTF-8";
@font-face {
  font-family: 'S-CoreDream-6Bold';
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/* 초기화 */
html {
  overflow-y: scroll;
  font-size: 10px; }

body {
  position: relative;
  padding: 0;
  font-size: 1.2rem;
  color: #333;
  font-family: 'Noto Sans KR','Malgun Gothic', dotum, sans-serif;
  -webkit-text-size-adjust: 100%;
  max-width: 70rem;
  margin: 0 auto;
  letter-spacing: -0.5px; }

html, h1, h2, h3, h4, h5, h6, form, fieldset, img {
  margin: 0;
  padding: 0;
  border: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: 1.2rem;
  font-family: 'Noto Sans KR','Malgun Gothic', dotum, sans-serif; }

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

ul, li {
  margin: 0;
  padding: 0;
  list-style: none; }

ol, li, dl, dt, dd {
  margin: 0;
  padding: 0; }

legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999rem;
  overflow: hidden; }

label, input, button, select, img {
  vertical-align: middle; }

input, button {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans KR','Malgun Gothic', dotum, sans-serif;
  font-size: 1.2rem; }

button {
  cursor: pointer;
  -webkit-appearance: none; }

textarea {
  -webkit-appearance: none; }

textarea, select {
  font-family: 'Noto Sans KR','Malgun Gothic', dotum, sans-serif;
  font-size: 1.2rem; }

select {
  margin: 0; }

p {
  margin: 0;
  padding: 0;
  word-break: break-all; }

hr {
  display: none; }

pre {
  overflow-x: scroll;
  font-size: 1.2rem; }

a {
  color: #333;
  text-decoration: none;
 image-rendering: -moz-crisp-edges; /* Firefox */ 
 image-rendering: -o-crisp-edges; /* Opera */ 
 image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */ 
 image-rendering: crisp-edges; 
 -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

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

input[type=text], input[type=password], textarea, button, select {
  outline: none; }

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

.wrap {
  position: relative;
  padding: 0 2rem; }

.tit_h1 {
  position: absolute;
  top: -999rem;
  left: -9999rem;
  font-size: 0;
  overflow: hidden; }

.sch_filter_btn,.sch_filter_btn1,.sch_filter_btn2,.sch_filter_btn3,.sch_filter_btn4,.sch_filter_btn5 {
  cursor: pointer; }

#hd {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #fff; }

#hd .logo {
  display: inline-block; }

#hd .logo a {
  display: block;
  width: 11.1rem;
  height: 3.4rem;
  background: url("/img/logo.png") no-repeat center; }

#hd .abox {
  padding: 1rem 1.2rem 0.5rem;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
  position: relative;
  text-align: center; }

#hd .right_m {
  float: right;
  padding-top: 0.3rem; }

#hd .right_m li {
  float: left;
  position: relative; }

#hd .right_m li a {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-position: center; }

#hd .sch {
  background-image: url("/Images/h_search.svg");
  position: absolute;
  top: 0.5rem;
  right: 1.2rem;
  width: 4rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-position: center; }

#hd .myp {
  background-image: url("/img/icon/icon_info.svg");
  position: absolute;
  top: 0.5rem;
  left: 1.2rem;
  width: 4rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-position: center; }

#hd .new_al {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #e53e3e; }

#hd .bbox {
  background: #fafafa;
  border-bottom: 1px solid #eff4fb;
  padding: 1rem 0;
  text-align: center;
  color: #000;
  font-size: 1.4rem; }

#hd .bbox .s2 {
  display: inline-block;
  position: relative;
  padding-right: 2.4rem;
  cursor: pointer;
  font-weight: 500; }

#hd .bbox .s2 img {
  width: auto;
  height: 3.2rem;
  margin-top: -0.5rem;
  margin-left: -0.3rem; }

#hd .bbox .s2:after {
  content: '';
  width: 2.4rem;
  height: 2.4rem;
  background: url("/Images/arr_down_b.svg") no-repeat center;
  background-size: 3.2rem;
  position: absolute;
  top: 50%;
  margin-top: -1.2rem;
  margin-left: 0.3rem; }

#container {
  position: relative;
  background: #fff; }

.bt_fix {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid #e4e9f2;
  padding: 1rem 0;
  background: #fff;
  z-index: 9; }

.bt_fix li {
  float: left;
  width: 20%;
  text-align: center; }

.bt_fix li a {
  display: block; }
  .bt_fix li a > div {
    position: relative; }
    .bt_fix li a > div .new_al {
      position: absolute;
      top: 0;
      right: 0;
      width: 0.4rem;
      height: 0.4rem;
      border-radius: 50%;
      background: #e53e3e; }

.bt_fix p {
  font-size: 1.1rem;
  color: #aaa;
  margin-top: 0.2rem; }

.bt_fix .ic {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center; }

.bt_fix .ic4 .cnt {
  position: absolute;
  top: -0.5rem;
  right: -0.7rem;
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  font-size: 1rem;
  background: #ff0000;
  border-radius: 50%;
  color: #fff;
  text-align: center; }

.bt_fix .ic1 {
  background-image: url("/Images/ft_ic1.svg"); }

.bt_fix .ic2 {
  background-image: url("/Images/ft_ic2.svg"); }

.bt_fix .ic3 {
  background-image: url("/Images/ft_ic3.svg"); }

.bt_fix .ic4 {
  background-image: url("/Images/ft_ic4.svg"); }

.bt_fix .ic5 {
  background-image: url("/Images/ft_ic5.svg");
  background-size: 2.6rem; }

.bt_fix li.on .ic1 {
  background-image: url("/Images/ft_ic1_on.svg"); }

.bt_fix li.on .ic2 {
  background-image: url("/Images/ft_ic2_on.svg"); }

.bt_fix li.on .ic3 {
  background-image: url("/Images/ft_ic3_on.svg"); }

.bt_fix li.on .ic4 {
  background-image: url("/Images/ft_ic4_on.svg"); }

.bt_fix li.on .ic5 {
  background-image: url("/Images/ft_ic5_on.svg");
  background-size: 2.6rem; }

.bt_fix li.on p {
  color: #3e3e3e; }

.myA_info {
  font-size: 1.3rem;
  margin-top: 1rem; }

.myA_info a {
  display: block;
  padding: 0.5rem 0; }

#index_ctt {
  padding-top: 5rem; }

#index_ctt .abox {
  position: relative;
  padding: 2rem 0; }

#index_ctt .abox h2 {
  font-family: 'S-CoreDream-6Bold';
  font-size: 2.4rem;
  color: #333;
  font-weight: bold; }

#index_ctt .abox h2 span {
  position: relative;
  z-index: 1; }

#index_ctt .abox h2 span:before {
  content: '';
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: #f5ae06;
  height: 1.3rem; }

#index_ctt .abox > img {
  max-width: 100%;
  height: auto; }

#index_ctt .abox .m1 {
  font-size: 1.4rem;
  margin-top: 0.5rem; }

#index_ctt .abox .img {
  width: 11.3rem;
  height: 12.1rem;
  float: right;
  margin-top: -6rem; }

#index_ctt .abox .img img {
  width: 100%;
  height: auto; }

#Around .midline,
#index_ctt .midline {
  height: 1rem;
  background: #f6f6f6; }

.main_sch_box {
  padding: 2rem 2rem 2rem; }

.main_sch_box a {
  display: block;
  font-size: 1.4rem;
  color: #555;
  background: #f6f6f6;
  padding: 1rem 1.5rem;
  border-radius: 0.4rem; }

.main_sch_box img {
  margin-top: -0.3rem;
  margin-right: 0.5rem; }

#index_ctt .no_sch_result {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.no_review .ic,
#index_ctt .no_sch_result .ic {
  display: inline-block;
  background: url("/Images/no_sch_result.svg") no-repeat center;
  width: 4.6rem;
  height: 4.6rem; }

.no_review p,
#index_ctt .no_sch_result p {
  font-size: 1.4rem;
  color: #909090;
  margin-top: 0.5rem; }

.no_sch_result_wrap {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: -3.7rem; }

.no_review {
  text-align: center;
  padding: 10rem 0 0; }

.seven_box,
.dong_box,
.bene_box {
  padding: 2rem 0 0; }

.comm_top_txt {
  position: relative;
  padding: 0 2rem; }

.comm_top_txt .tit {
  font-size: 1.8rem;
  color: #000;
  font-weight: 600; }

.comm_top_txt a {
  position: absolute;
  top: 0.5rem;
  right: 4rem;
  font-size: 1.2rem;
  color: #909090; }

.comm_top_txt a:after {
  content: '';
  width: 2.4rem;
  height: 2.4rem;
  background: url("/Images/arr_right.svg") no-repeat center;
  background-size: 2.4rem;
  position: absolute;
  top: 50%;
  margin-top: -1.2rem; }

.comm_top_txt .dist {
  font-size: 1.4rem;
  color: #909090;
  position: absolute;
  right: 4rem;
  top: 0.3rem; }

.comm_top_txt .review {
  font-size: 1.4rem;
  color: #909090;
  position: absolute;
  right: 12rem;
  top: 0.3rem; }

.comm_top_txt .score {
  font-size: 1.4rem;
  color: #909090;
  position: absolute;
  right: 20rem;
  top: 0.3rem; }

.comm_top_txt > span {
  cursor: pointer; }
  .comm_top_txt > span.on {
    color: #ffbb38; }

.comm_top_txt > span:after {
  content: '';
  width: 2.4rem;
  height: 2.4rem;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDIxIDIxIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgZmlsbD0iI0JEQkRCRCI+CiAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTcuMTY3IDExLjE2N2MuMzY5LS4yNzYuODktLjIwMiAxLjE2Ni4xNjcuMjc2LjM2OC4yMDIuODktLjE2NiAxLjE2NmwtMS4zMzQgMWgxMC44MzRjLjQ2IDAgLjgzMy4zNzMuODMzLjgzNCAwIC40Ni0uMzczLjgzMy0uODMzLjgzM0g2Ljc2NWwxLjI5OCAxLjAwOGMuMzY0LjI4My40My44MDcuMTQ3IDEuMTctLjE2NC4yMTEtLjQxLjMyMi0uNjU4LjMyMi0uMTggMC0uMzYtLjA1Ny0uNTExLS4xNzVsLTMuMjE4LTIuNWMtLjIwNi0uMTYtLjMyNS0uNDA1LS4zMjMtLjY2Ni4wMDItLjI1OS4xMjUtLjUwMy4zMzMtLjY1OXptNi42MjMtNy4zNDRjLjI4My0uMzY0LjgwNy0uNDMgMS4xNy0uMTQ4bDMuMjE4IDIuNWMuMjA1LjE2LjMyNC40MDUuMzIyLjY2Ni0uMDAyLjI2LS4xMjUuNTAzLS4zMzMuNjZMMTQuODMzIDEwYy0uMTUuMTEyLS4zMjUuMTY2LS40OTkuMTY2LS4yNTMgMC0uNTA0LS4xMTUtLjY2Ny0uMzMzLS4yNzYtLjM2OS0uMjAyLS44OTEuMTY2LTEuMTY3bDEuMzM0LTFINC4zMzNjLS40NiAwLS44MzMtLjM3My0uODMzLS44MzMgMC0uNDYxLjM3My0uODM0LjgzMy0uODM0aDEwLjkwMmwtMS4yOTgtMS4wMDhjLS4zNjQtLjI4My0uNDMtLjgwNy0uMTQ3LTEuMTd6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzM1IC02NjQpIHRyYW5zbGF0ZSgyMCA2NjEpIHJvdGF0ZSg5MCAxNjYuNSAxNjkuNSkiLz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==") no-repeat center;
  background-size: 2rem;
  position: absolute;
  top: 50%;
  margin-top: -1.2rem;
  right: -2.5rem; }

.sv_new_box,
.seven_slide,
.bene_slide {
  padding-top: 1.4rem; }

.dong_slide {
  padding-top: 2.8rem; }

.bene_slide .item {
  float: left;
  width: 22rem;
  margin-right: 2rem; }

.bene_slide .ibox {
  position: relative;
  width: 100%;
  height: 36rem;
  border-radius: 1rem;
  box-shadow: 0 5px 10px 0 rgba(240, 240, 240, 0.9);
  background-color: #ffffff; }

.bene_slide .ibox .img {
  position: relative; }

.bene_slide .ibox .img img {
  width: 100%;
  height: 216px;
  border-radius: 0.5rem 0.5rem 0 0; }

.bene_slide .ibox .intxt {
  padding: 1rem 1.6rem 0; }

.no_time {
  color: #fff;
  font-size: 1.2rem;
  background: #000;
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  padding: 0 0.7rem;
  border-radius: 0.4rem;
  height: 2.2rem;
  line-height: 2.2rem;
  letter-spacing: -1px; }

.no_time1 {
  color: #fff;
  font-size: 1.2rem;
  background: #000;
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  left: 0.5rem;
  border-radius: 0.4rem;
  text-align: center;
  height: 2.2rem;
  line-height: 2.2rem;
  letter-spacing: -1px; }

.no_time2 {
  color: #fff;
  font-size: 1.2rem;
  background: #000;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  padding: 0 0.7rem;
  border-radius: 0.4rem;
  text-align: center;
  height: 2.2rem;
  line-height: 2.2rem;
  letter-spacing: -1px; }

.comm_h2 {
  font-size: 1.4rem;
  color: #212121;
  font-weight: 600; }

.comm_h2 a {
  display: block;
  color: #212121;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  overflow: hidden; }

.comm_state {
  margin-top: 0.5rem; }

.comm_state span {
  position: relative;
  font-size: 1.2rem;
  color: #909090;
  padding-left: 0.5rem; 
  padding-right: 0.8rem; }

.comm_state .s1:before,
.comm_state .s2:before {
  content: '';
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.8rem;
  background-repeat: no-repeat;
  background-position: center; }

.comm_state .s1:before {
  background-image: url("/Images/bene_ic1.svg"); }

.comm_state .s2:before {
  background-image: url("/Images/star.svg"); }

.comm_state .s3 {
  padding-left: 1rem; }

/*
.comm_state .s2:after {content: ''; position: absolute; top: 0.7rem; left: -0.7rem; width: 0.3rem; height: 0.3rem; background: #b7c2d8; border-radius: 50%;}
*/
.comm_state .s3:before {
  content: '';
  position: absolute;
  top: 0.7rem;
  left: 0.3rem;
  width: 0.3rem;
  height: 0.3rem;
  background: #b7c2d8;
  border-radius: 50%; }

.comm_state .s4:before {
  content: '';
  width: 2rem;
  height: 2rem;
  position: absolute;
  background-size:16px;
  left: 0;
  margin-top: -0.3rem;
  background-repeat: no-repeat;
  background-position: center; }

.comm_state .s4:before {
  background-image: url("/img/heart.png"); }

.comm_state .s3 b {
  font-weight: 500; }

.comm_suma {
  margin-top: 0.5rem;
  min-height: 2.6rem; }

.comm_suma li {
  float: left;
  font-size: 1.2rem;
  color: #fff;
  border-radius: 0.4rem;
  text-align: center;
  margin-right: 0.4rem; }

.comm_suma li.n1 {
  background: #ed1c24;
  width: 3.2rem;
  height: 2.1rem;
  line-height: 2rem; }

.comm_suma li.n2 {
  background: #ff735d;
  width: 3.2rem;
  height: 2.1rem;
  line-height: 2.1rem; }

.comm_suma li.n3 {
  background: #fff;
  height: 2.1rem;
  line-height: 1.9rem;
  padding: 0 0.5rem;
  border-radius: 0.3rem;
  color: #ed1c24;
  border: 1px solid #ed1c24; }

.comm_suma li.n4 {
  float: left;
  margin-bottom: 0.5rem; }

.comm_suma li.n4:after {
  content: '';
  display: block;
  clear: both; }

.comm_suma li.n4 .t1 {
  float: left;
  background: #ed1c24;
  height: 2.1rem;
  line-height: 1.9rem;
  padding: 0 0.3rem;
  border-radius: 0.3rem 0 0 0.3rem; }

.comm_suma li.n4 .t2 {
  float: left;
  background: #fff;
  height: 2.1rem;
  line-height: 1.9rem;
  padding: 0 0.5rem;
  border-radius: 0 0.3rem 0.3rem 0;
  color: #ed1c24;
  border: 1px solid #ed1c24; }

.comm_prc {
  font-size: 1.5rem;
  color: #212121;
  font-weight: 500;
  margin-top: 1.2rem;
  text-align: right; }

.comm_prc .sm {
  font-size: 1.2rem;
  color: #909090;
  font-weight: normal;
  margin-right: 0.3rem;
  font-weight: 500; }

.sv_new_box .slick-list,
.dong_slide .slick-list,
.bene_slide .slick-list {
  padding-bottom: 4rem;
  padding-left: 2rem; }

.bene_box .bene_slide {
  padding-top: 2.8rem;
  padding-bottom: 2rem;
  padding-left: 2rem; }

.seven_box .new_seven_slide_swiper {
  padding-top: 1.4rem;
  padding-bottom: 4rem;
  padding-left: 2rem; }

.seven_box .new_open_slide_swiper {
  padding-top: 1.4rem;
  padding-bottom: 4rem;
  padding-left: 2rem; }

.dong_slide p.m1 {
  font-size: 1.8rem;
  color: black;
  font-weight: 600;
  padding: 0rem 2rem 1.4rem; }

.dong_slide .item {
  float: left;
  margin-bottom: 1rem; }

.dong_slide .slick-slide {
  width: 33rem;
  margin-right: 1rem; }

.dong_slide .ibox {
  position: relative;
  height: 13rem; }

.dong_slide .ibox .img {
  position: absolute;
  top: 0;
  left: 0; }

.dong_slide .ibox .img a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 12rem;
  height: 13rem;
  border-radius: 0.5rem; }

.dong_slide .ibox .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: none;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%); }

.dong_slide .ibox .intxt {
  padding-left: 13rem;
  height: 13rem;
  padding-right: 1.5rem; }

.dong_slide .comm_prc {
  position: absolute;
  bottom: 0;
  margin-top: 0;
  right: 1.5rem; }

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

#Shop_all .dong_slide .comm_h2 a {
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  overflow: hidden; }

#Shop_all .dong_slide .item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 2rem; }

.sv_new_box .item {
  float: left;
  width: 15rem;
  margin-right: 2rem; }

.sv_new_box .intxt {
  margin-top: 0.5rem; }

.sv_new_box .intxt .comm_h2 a {
  font-size: 1.4rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  overflow: hidden; }

.sv_new_box .comm_prc {
  margin-top: 0.6rem; }

.sv_new_box .ibox .img {
  position: relative; }

.sv_new_box .ibox .img img {
  max-width: 100%;
  height: 13rem; }

.sv_new_box .ibox .img a {
  display: block; }

.sv_new_box .ibox .img .new_ic {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 1;
  width: 3.8rem;
  height: 2.1rem;
  line-height: 1.9rem;
  border-radius: 0.3rem;
  background: #ed1c24;
  text-align: center;
  color: #fff;
  font-size: 1.2rem; }

.sv_new_box .comm_state .s2 {
  margin-left: 0; }

.sv_new_box .comm_state .s2:after {
  display: none; }

.sv_new_box .slick-slide img {
  height: 13.5rem; }

.sch_rst_dong .dong_slide_int {
  padding: 0 2rem;
  background: #fff; }

.sch_rst_dong .dong_slide_int .item {
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem; }

.sch_il_list li .comm_h2 a,
.sch_rst_dong .comm_h2 a {
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  overflow: hidden; }

.sch_il {
  padding: 4rem 2rem 5rem; }

.sch_il .m1 {
  font-size: 1.8rem;
  color: #000;
  font-weight: 600; }

.sch_il_list {
  padding-top: 1.4rem; }

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

.sch_il_list li {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.4rem;
  padding-bottom: 1.4rem; }

.sch_il_list .comm_prc {
  margin-top: 4.5rem; }

#foot {
  padding: 0 0 6rem;
  border-top: 1px solid #eff4fb;
  background: #fff; }

.copy_hide {
  padding: 2rem 0 0;
  color: #707070;
  line-height: 2rem;
  text-align: center; }

.copy_hide .copy0 {
  cursor: pointer; }

.copy_hide .copy0 span {
  position: relative; }

.copy_hide .copy0 span:after {
  content: '';
  width: 2.4rem;
  height: 2.4rem;
  background: url("/Images/arr_down_b.svg") no-repeat center;
  background-size: 2.4rem;
  position: absolute;
  top: 50%;
  margin-top: -1.2rem;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease; }

.copy_hide .copy1 {
  margin-top: 1.5rem;
  display: none; }

.copy_hide.copy_open .copy1 {
  display: block; }

.copy_hide.copy_open .copy0 span:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg); }

.copy_hide .midline {
  display: inline-block;
  width: 1px;
  height: 1rem;
  background: #c3c3c3;
  margin: -1px 1rem; }

.copy_hide a {
  color: #707070; }

.foot_info .abox {
  text-align: center; }

.foot_info .abox a {
  display: inline-block;
  font-size: 1.2rem; }

.foot_info .abox .midline {
  display: inline-block;
  width: 1px;
  height: 1rem;
  background: #ddd;
  margin: 0 0.7rem; }

.copy_close,
.copy_more {
  text-align: center;
  color: #909090;
  margin-top: 0.5rem; }

.subp_top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 10;
  border-bottom: 1px solid #f2f2f2; }

.subp_top .back_btn {
  width: 5rem;
  height: 5rem;
  background: url("/Images/back_ic.svg") no-repeat center;
  background-size: 2.4rem;
  position: absolute;
  top: 50%;
  margin-top: -2.5rem;
  left: 0.3rem;
  cursor: pointer; }

.subp_top .set_ic {
  width: 3rem;
  height: 3rem;
  background: url("/Images/set_ic.svg") no-repeat center;
  background-size: 2rem;
  position: absolute;
  top: 50%;
  margin-top: -1.5rem;
  right: 1.6rem; }

.subp_top h2 {
  text-align: center;
  font-size: 1.8rem;
  color: #212121;
  font-weight: bold;
  padding: 1.4rem 0;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1); }

.subp_top h2.myAround {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1.75rem 0;
  box-shadow: none; }

.subp_top h2.myAround .s2 {
  display: inline-block;
  position: relative;
  padding-right: 2.4rem;
  cursor: pointer; }

.subp_top h2.myAround .s2:after {
  content: '';
  width: 2.4rem;
  height: 2.4rem;
  background: url(/Images/arr_down_b.svg) no-repeat center;
  background-size: 3.2rem;
  position: absolute;
  top: 50%;
  margin-top: -1.2rem;
  margin-left: 0.3rem; }

.subp_top .save_btn {
  font-size: 1.4rem;
  font-weight: 500;
  color: #f5ae06;
  position: absolute;
  top: 50%;
  margin-top: -1rem;
  right: 2rem;
  cursor: pointer; }

.sub_start {
  padding-top: 5.6rem;
  /*padding-bottom: 7rem;*/ 
}

#mypage .midline {
  height: 1.6rem;
  background: #fafafa; }

#mypage .abox {
  position: relative;
  text-align: center;
  color: #000;
  padding: 2.7rem 0; }

#mypage .abox .img {
  display: inline-block;
  width: 8.5rem;
  height: 8.5rem;
  margin-bottom: 0.5rem; }

#mypage .abox .img img {
  width: 100%;
  height: auto; }

#mypage .abox .m2 {
  font-size: 1.6rem;
  font-weight: 500; }

#mypage .Logout_btn {
  margin-top: 2rem;
  display: block; }

#mypage .Logout_btn a {
  display: inline-block;
  color: #fff;
  background: #f5ae06;
  height: 2.2rem;
  line-height: 2.2rem;
  padding: 0 1rem;
  border-radius: 0.2rem; }

#mypage .list {
  padding: 1.5rem 2rem;
  position: relative; }

#mypage .list .w50 {
  float: left;
  width: 50%;
  position: relative; }

#mypage .list .w50:first-child {
  border-right: 1px solid #f2f2f2;
  width: 45%; }

#mypage .list .w50:last-child {
  width: 55%;
  padding-left: 2rem; }

#mypage .list .ic {
  position: absolute;
  top: 1.6rem;
  left: 2rem;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem; }

#mypage .list .m1 {
  position: relative;
  display: block;
  font-size: 1.4rem;
  padding-left: 3rem; }

#mypage .list .m1_non_after {
  position: relative;
  display: block;
  font-size: 1.4rem;
  padding-left: 3rem; }

#mypage .list .m1-no {
  position: relative;
  display: block;
  font-size: 1.4rem;
  padding-left: 3rem; }

#mypage .list .m1:after {
  content: '';
  width: 2.4rem;
  height: 2.4rem;
  background: url("/Images/arr_right.svg") no-repeat center;
  background-size: 2.4rem;
  position: absolute;
  top: 50%;
  margin-top: -1.2rem;
  right: 0.5rem; }

#mypage .list .m2 {
  font-size: 1.4rem;
  color: #f5ae06;
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 3rem; }

#mypage .list .m3 {
  font-size: 1.4rem;
  color: #f5ae06;
  font-weight: 500;
  position: absolute;
  top: 1.5rem;
  right: 5rem; }

#mypage .list .m3 a {
  color: #f5ae06; }

#mypage .list .ic0 {
  background-image: url("/Images/myp_ic0.svg");
  left: 0;
  top: 0; }

#mypage .list .ic1 {
  background-image: url("/Images/myp_ic1.svg"); }

#mypage .list .ic2 {
  background-image: url("/Images/myp_ic2.svg"); }

#mypage .list .ic3 {
  background-image: url("/Images/myp_ic3.svg");
  top: 1.3rem;
  left: 1.8rem;
  width: 2.4rem;
  height: 2.4rem;
  background-size: 2.4rem; }

#mypage .list .ic4 {
  background-image: url("/Images/myp_ic4.svg"); }

#mypage .list .ic5 {
  background-image: url("/Images/myp_ic5.svg"); }

#mypage .list .ic6 {
  background-image: url("/Images/myp_ic6.svg"); }

#mypage .list .ic7 {
  background-image: url("/Images/myp_ic7.svg");
  background-size: 1.4rem; }

#mypage .list .ic8 {
  background-image: url("/Images/myp_ic8.svg"); }

#mypage .list .ic9 {
  background-image: url("/Images/myp_ic9.svg");
  top: 1.3rem;
  left: 2rem;
  width: 2.4rem;
  height: 2.4rem;
  background-size: 2.4rem; }

#mypage .list .ic10 {
  background-image: url("/Images/myp_ic10.svg");
  top: 1.3rem;
  left: 1.8rem;
  width: 2.4rem;
  height: 2.4rem;
  background-size: 2.6rem; }

#mypage .list .ic11 {
  background-image: url("/Images/myp_ic11.svg");
  top: 1.3rem;
  left: 1.8rem;
  width: 2.4rem;
  height: 2.4rem;
  background-size: 2.4rem; }

#mypage .list .ic12 {
  background-image: url("/Images/myp_ic12.svg"); }

#mypage .list .ic_g {
  background-image: url("/Images/gift_ic.svg");
  left: 2rem;
  top: 1px;
  background-size: 2.4rem; }

#mypage .list .ic_cs {
  background-image: url("/Images/cs_ic.svg");
  background-size: 1.9rem; }

#mypage .point_c {
  font-size: 2rem;
  font-weight: bold;
  color: #f5ae06;
  padding-left: 3rem;
  padding-top: 0.5rem; }

#mypage .mypage_bt {
  padding-top: 2rem;
  padding-right: 3rem;
  text-align: right; }

#mypage .mypage_bt a {
  font-size: 1.4rem;
  color: #909090; }

#mypage .mypage_bt a.a1 {
  color: #ff0000;
  margin-left: 2rem; }

#mypage .cs_cbox {
  margin-top: 0;
  background: #fff; }

.cs_cbox {
  margin-top: 0;
  background: #fff; }

.csc_cbox {
  margin-top: 0;
  background: #fff;
  border-radius: 0.4rem;
  padding: 1.6rem 1.6rem; }

#mypage .cs_list {
  border-bottom: 1px solid #f2f2f2; }

#mypage .cs_list a {
  display: block;
  font-size: 1.4rem;
  padding: 1.5rem 2rem; }

#mypage .list button {
  background-color: #f5ae06;
  border: none;
  border-radius: 5px;
  width: 100%;
  color: white;
  font-weight: bold;
  padding: 10px;
  font-size: 1.4rem; }

#mypage .list .gradeState {
  background-color: #f2f2f2;
  border: none;
  border-radius: 5px;
  width: 100%;
  font-weight: bold;
  padding: 10px;
  font-size: 1.4rem;
  text-align: center; }

.join_frm {
  padding: 1rem 1rem; }

.join_frm .tit {
  color: #f5ae06;
  font-weight: bold; }

.join_frm .zip_ipt {
  border: 1px solid #e1e1e1;
  width: 100%;
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
  margin-top: 1rem; }

.join_frm .zip1 {
  width: 13rem; }

.join_frm .addr_btn {
  background: #555;
  color: #fff;
  border: 0;
  height: 3.2rem;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 1rem;
  cursor: pointer; }

.join_frm .zip_box {
  padding-top: 1rem; }

.join_frm textarea {
  width: 100%;
  margin-top: 1rem;
  border: 1px solid #e1e1e1;
  height: 22rem;
  resize: none;
  border-radius: 0;
  padding: 1rem;
  font-size: 1.4rem; }

.join_frm .join_frm_send {
  background: #f5ae06;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 0;
  border: 0;
  width: 100%;
  padding: 1rem 0; }

#Phone .bbox,
#Update .abox {
  padding: 2rem 2rem; }

#Phone .bbox .m1,
#Update .abox .m1 {
  font-size: 1.3rem;
  font-weight: bold;
  color: #f5ae06; }

#Phone .bbox .ipt,
#Update .abox .ipt {
  position: relative;
  margin-top: 1rem; }

.comm_ipt {
  width: 100%;
  height: 4.8rem;
  border: 0;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 0;
  font-size: 1.6rem;
  color: #000; }

input.comm_ipt:focus {
  border-bottom: 1px solid #f5ae06; }

#Update .mp {
  color: #a1a1a1;
  margin-top: 5px;
  text-indent: 10px; }
  #Update .mp::before {
    content: '※'; }

#Phone .abox {
  padding: 2rem 2rem 1rem;
  background: #fafafa;
  border-bottom: 1px solid #f2f2f2; }

#Phone .abox .m1 {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  line-height: 2rem;
  word-break: keep-all; }

#Phone .abox .m1 .num {
  position: absolute;
  top: 0;
  left: 0; }

#Phone .abox .m1 .cc {
  color: #ff5959; }

#Phone .bbox .ipt .send_num {
  position: absolute;
  z-index: 1;
  width: 5.6rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  color: #000;
  cursor: pointer;
  border-radius: 0.4rem;
  border: 1px solid #000;
  top: 0.7rem;
  right: 0; }

#Phone .bbox .list {
  margin-bottom: 2.4rem; }

#Phone .bbox .ipt .num_x {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1.5rem;
  width: 3rem;
  height: 3rem;
  background: url("/Images/num_x.svg") no-repeat center;
  background-size: 1.8rem;
  cursor: pointer; }

.comm_button {
  width: 100%;
  height: 4.8rem;
  line-height: 4.8rem;
  border-radius: 0.4rem;
  border: 0;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  background: #ffbb38; }

.comm_button_disabled {
  width: 100%;
  height: 4.8rem;
  line-height: 4.8rem;
  border-radius: 0.4rem;
  border: 0;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  background: #999999;
  cursor: not-allowed; }
  .comm_button_disabled span {
    text-decoration: line-through; }

#Notice .abox .list {
  border-bottom: 1px solid #f2f2f2;
  padding: 1.5rem 2rem; }

#Notice .abox .list a {
  position: relative;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
     }

#Notice .abox .list a:after {
  content: '';
  width: 2.4rem;
  height: 2.4rem;
  background: url("/Images/arr_right.svg") no-repeat center;
  background-size: 2.4rem;
  position: absolute;
  top: 50%;
  margin-top: -1.2rem;
  right: -0.5rem; }

#Notice .abox .list h3 {
  font-size: 1.6rem;
  padding-right: 3rem;
  color: #212121;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  overflow: hidden; }

#Notice .abox .list .m1 {
  color: #333; }

#Notice .bbox .list {
  border-bottom: 1px solid #f2f2f2;
  padding: 1.5rem 2rem; }
  
#Notice .bbox .list a {
  position: relative;
  display: block; }

#Notice .bbox .list a:after {
  content: '';
  width: 2.4rem;
  height: 2.4rem;
  background: url("/Images/arr_down_b.svg") no-repeat center;
  background-size: 2.4rem;
  position: absolute;
  top: 50%;
  margin-top: -1.2rem;
  right: -0.5rem; }

#Notice .bbox .list h3 {
  font-size: 1.6rem;
  padding-right: 3rem;
  color: #212121;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  overflow: hidden; }

#Notice .bbox .list1 .m1 {
  color: #333; }
  
#Notice .bbox .list1 {
  border-bottom: 1px solid #f2f2f2;
  padding: 1.5rem 2rem; }
  
#Notice .bbox .list1 a {
  position: relative;
  display: block; }

#Notice .bbox .list1 h3 {
  font-size: 1.6rem;
  padding-right: 3rem;
  color: #212121;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  overflow: hidden; }

#Notice .bbox .list1 .m1 {
  color: #333; }

.notice_view_ctt {
  padding: 2rem 2rem 2rem;
  font-size: 1.6rem;
  line-height: 2.7rem;
  color: #333;
  word-break: break-word; }

.notice_view_ctt img {
  max-width: 100%;
  height: auto;
  margin-top: 1.5rem; }

#Event .event_bn_box {
  padding-top: 2rem;
  padding-left: 2rem; }

#Event .event_bn_box .slick-dotted.slick-slider {
  margin-bottom: 0; }

#Event .event_bn_box .item {
  margin-right: 2rem; }

#Event .event_bn_box .slick-dots {
  bottom: 2rem;
  left: 2rem;
  width: auto; }

#Event .event_bn_box .slick-dots li.slick-active button {
  background: #fff;
  width: 2.2rem; }

#Event .event_bn_box .slick-dots li button {
  width: 0.6rem;
  height: 0.6rem;
  background: rgba(0, 0, 0, 0.2); }

#Event .abox {
  padding: 2rem 2rem 0; }

#Event .abox .list {
  position: relative;
  margin-bottom: 3rem; }

#Event .abox .list .img {
  z-index: 1;
  margin-top: 1rem; }

#Event .abox .list .img img {
  max-width: 100%;
  height: auto;
  border-radius: 1rem; }

#Event .abox .txt {
  position: relative; }

#Event .abox .txt h3 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
  word-break: keep-all; }

#Event .abox .txt h3 a {
  display: block;
  color: #333; }

#Event .abox .m1 {
  color: #333; }

#Event .event_slide img {
  border-radius: 2rem; }

#Point .abox {
  position: relative;
  padding: 3rem 2rem 2.6rem;
  border-bottom: 1px solid #f2f2f2; }

#Point .abox .m1 {
  font-size: 1.4rem;
  font-weight: 500; }

#Point .abox .m2 {
  font-size: 3.4rem;
  font-weight: bold;
  color: #ffbb38; }

#Point .abox .m3 {
  color: #909090;
  margin-top: 1.8rem; }

#Point .abox .m3 span {
  color: #ff5959; }

#Point .abox .lk {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  z-index: 1; }

#Point .abox .lk a {
  color: #fff;
  font-weight: 500;
  background: #f5ae06;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 0.7rem;
  display: inline-block;
  text-align: center;
  margin-left: 1rem; }

#Point .abox .point_pv {
  position: absolute;
  right: 3rem;
  top: 2rem;
  z-index: 1;
  padding: 1rem;
  color: #909090;
  cursor: pointer; }

#Point .abox .point_pv:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -0.75rem;
  right: -1rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url("/Images/qt_ic.svg") no-repeat center; }

#Point .infot {
  color: #909090;
  padding: 1.6rem 2rem 1rem; }

#Point .bbox .list {
  position: relative;
  padding: 1rem 2rem;
  border-bottom: 1px solid #f2f2f2; }

#Point .bbox .list .m1 {
  font-size: 1.4rem;
  color: #333;
  font-weight: 500;
  padding-right: 4rem; }

#Point .bbox .list .m2 {
  color: #333; }

#Point .bbox .list .pos {
  font-size: 1.4rem;
  font-weight: 500;
  position: absolute;
  right: 2rem;
  top: 50%;
  margin-top: -1rem; }

#Point .bbox .list .add {
  color: #ffbb38; }

#Point .bbox .list .use {
  color: #ffbb38; }

.layer-pop-wrap {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.5); }

.outb {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed; }

.inb {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center; }

.open_ly2 .layer_ctt {
  position: relative;
  background: #fff;
  border-radius: 5px;
  width: 30rem;
  margin: 0 auto;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7); }

#view_ly.open_ly .layer_ctt {
  position: relative;
  display: inline-block;
  width: 33rem;
  text-align: left;
  background: #fff; }

#view_ly.open_ly .layer_ctt .view_close {
  cursor: pointer;
  text-align: center;
  position: absolute;
  top: 1.2rem;
  right: 1rem;
  background: url("/Images/close_btn_b.svg") no-repeat center;
  background-size: 1.5rem;
  width: 4rem;
  height: 4rem; }

.layer-pop-wrap.open {
  display: block; }

#view_ly.layer-pop-wrap .pv_box {
  padding: 2rem 2rem;
  height: 40rem;
  overflow: auto; }

#view_ly.layer-pop-wrap .pv_box .m0 {
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  font-size: 1.6rem; }

#view_ly.layer-pop-wrap .pv_box .tbox .m1 {
  font-size: 1.4rem;
  color: #333;
  font-weight: 500;
  margin-bottom: 0.5rem; }

#view_ly.layer-pop-wrap .pv_box .tbox .m2 {
  position: relative;
  font-size: 1.1rem;
  color: #333;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem; }

#view_ly.layer-pop-wrap .pv_box .tbox .m2 .num {
  position: absolute;
  top: 0;
  left: 0; }

#view_ly.layer-pop-wrap .pv_box .tbox .m3 {
  color: #707070;
  line-height: 2rem;
  margin-bottom: 3rem; }

#view_ly.layer-pop-wrap .pv_box .tbox .m4 {
  margin-bottom: 0.5rem; }

body.fil_open #sch_fil .inbx1 {
  opacity: 1;
  visibility: visible; }

body.fil_open #sch_fil .inbx2 {
  transform: translateY(0);
  opacity: 1; }

body.fil_open2 #sch_fil2 .inbx1 {
  opacity: 1;
  visibility: visible; }

body.fil_open2 #sch_fil2 .inbx2 {
  transform: translateY(0);
  opacity: 1; }

body.fil_open4 #sch_fil4 .inbx1 {
  opacity: 1;
  visibility: visible; }

body.fil_open4 #sch_fil4 .inbx2 {
  transform: translateY(0);
  opacity: 1; }

#sch_fil .inbx1 {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  visibility: hidden; }

#sch_fil .inbx2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s ease; }

#sch_fil2 .inbx1 {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  visibility: hidden; }

#sch_fil2 .inbx2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s ease; }

#sch_fil4 .inbx1 {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  visibility: hidden; }

#sch_fil4 .inbx2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s ease; }


body.fil_open1 #sch_fil1 .inbx1 {
  opacity: 1;
  visibility: visible; }

body.fil_open1 #sch_fil1 .inbx2 {
  transform: translateY(0);
  opacity: 1; }

body.fil_open3 #sch_fil3 .inbx1 {
  opacity: 1;
  visibility: visible; }

body.fil_open3 #sch_fil3 .inbx2 {
  transform: translateY(0);
  opacity: 1; }

body.fil_open5 #sch_fil5 .inbx1 {
  opacity: 1;
  visibility: visible; }

body.fil_open5 #sch_fil5 .inbx2 {
  transform: translateY(0);
  opacity: 1; }

#sch_fil1 .inbx1 {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  visibility: hidden; }

#sch_fil1 .inbx2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s ease; }

#sch_fil3 .inbx1 {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  visibility: hidden; }

#sch_fil3 .inbx2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s ease; }


#sch_fil5 .inbx1 {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  visibility: hidden; }

#sch_fil5 .inbx2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s ease; }

#shop_msg_send.open_ly2 .layer_ctt,
#shop_Event.open_ly2 .layer_ctt {
  width: auto;
  max-width: 90%; }

#shop_msg_send.open_ly2 .al_box .m1,
#shop_Event.open_ly2 .al_box .m1 {
  margin-bottom: 1rem;
  padding-top: 1.5rem;
  font-size: 2rem; }

.open_ly2 .al_box .m1 {
  font-size: 1.6rem;
  color: #333;
  font-weight: 600;
  margin-bottom: 3rem; }

.open_ly2 .al_box .m2 {
  font-size: 1.4rem;
  color: #333;
  line-height: 2.3rem; }

.open_ly2 .al_box .bt_cfm {
  cursor: pointer; }

.open_ly2 .al_box .bt_cfm span {
  display: inline-block;
  font-size: 1.4rem;
  padding: 1rem 2rem;
  cursor: pointer; }

.open_ly2 .al_box .bt_cfm .btn1 {
  color: #f5ae06; }

.open_ly2 .layer_ctt .view_close {
  cursor: pointer;
  text-align: center;
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: url("/Images/close_btn_b.svg") no-repeat center;
  background-size: 1.5rem;
  width: 4rem;
  height: 4rem; }

#Point_shop .infot {
  background: #fafafa;
  font-size: 1.4rem;
  border-bottom: 1px solid #f2f2f2;
  padding: 1.4rem 2rem; }

#Point_shop .infot span {
  color: #ffbb38;
  font-weight: 500; }

#Point_shop .abox {
  padding: 2rem 2rem 0; }

#Point_shop .abox .list {
  position: relative;
  margin-bottom: 2rem; }

#Point_shop .abox .list .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem; }

#Point_shop .abox .list .img img {
  width: 100%;
  height: auto; }

#Point_shop .abox .list .txt {
  padding-left: 6.5rem;
  height: 5rem;
  padding-right: 5rem; }

#Point_shop .abox .list .txt .m1 {
  font-size: 1.4rem;
  font-weight: 500;
  color: #333;
  padding-top: 0.5rem; }

#Point_shop .abox .list .txt .m1 a {
  display: block;
  color: #333; }

#Point_shop .abox .list .txt .m2 {
  color: #ff5959;
  font-weight: 500; }

#Point_shop .abox .list .lk {
  position: absolute;
  color: #f5ae06;
  font-size: 1.4rem;
  font-weight: 500;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  top: 0;
  right: 0; }

#Point_shop .abox .list .lk:after {
  content: '';
  width: 2.4rem;
  height: 2.4rem;
  background: url("/Images/point_arr.svg") no-repeat center;
  background-size: 2.4rem;
  position: absolute;
  top: 50%;
  margin-top: -1.1rem;
  right: 0; }

#Point_shop .abox .list .lk2 {
  position: absolute;
  color: #a1a1a1;
  font-size: 1.4rem;
  font-weight: 500;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  top: 0;
  right: 0; }

#Point_shop_view .abox {
  text-align: center;
  padding: 2rem 0;
  border-bottom: 1px solid #f2f2f2; }

#Point_shop_view .abox img {
  max-width: 95%; }

#Point_shop_view .abox h3 {
  font-size: 1.4rem;
  color: #333;
  font-weight: 400;
  margin-top: 2rem; }

#Point_shop_view .bbox {
  padding: 2rem 2rem; }

#Point_shop_view .bbox .m1 {
  position: relative;
  font-size: 1.4rem;
  color: #333;
  padding-left: 2rem;
  margin-bottom: 1.5rem; }

#Point_shop_view .bbox .m1:before {
  content: '';
  width: 1.4rem;
  height: 1.4rem;
  background: url("/Images/point_ic1.svg") no-repeat center;
  background-size: 1.4rem;
  position: absolute;
  top: 50%;
  margin-top: -0.7rem;
  left: 0; }

#Point_shop_view .bbox .m2 {
  position: relative;
  color: #333;
  line-height: 2rem;
  padding-left: 1.2rem; }

#Point_shop_view .bbox .m2:before {
  content: '';
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
  background: #f5ae06;
  border-radius: 50%; }

#Point_shop_view .cbox {
  padding: 0 2rem 5rem;
  margin-top: 3rem; }

#Point_shop_view .cbox .prv_chk {
  margin-bottom: 1.5rem; }

#Point_shop_view .cbox .prv_chk .prv_v {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  color: #fff;
  background: #333;
  padding: 0 0.5rem;
  margin-left: 0.5rem;
  border-radius: 0.3rem; }

.prv_chk label {
  position: relative;
  cursor: pointer;
  font-size: 1.4rem; }

.prv_chk input[type="radio"],
.prv_chk input[type="checkbox"] {
  display: none; }

.prv_chk input[type="radio"] + label .sq,
.prv_chk input[type="radio"] + label .sq1,
.prv_chk input[type="radio"] + label .sq2,
.prv_chk input[type="radio"] + label .sq3,
.prv_chk input[type="checkbox"] + label .sq,
.prv_chk input[type="checkbox"] + label .sq1,
.prv_chk input[type="checkbox"] + label .sq2,
.prv_chk input[type="checkbox"] + label .sq3 {
  position: relative;
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  vertical-align: middle;
  cursor: pointer;
  margin-top: -0.5rem;
  background: url("/Images/chk_ic.svg") no-repeat center;
  margin-right: 0.5rem; }

.prv_chk input[type="radio"]:checked + label .sq:after,
.prv_chk input[type="radio"]:checked + label .sq1:after,
.prv_chk input[type="radio"]:checked + label .sq2:after,
.prv_chk input[type="radio"]:checked + label .sq3:after,
.prv_chk input[type="checkbox"]:checked + label .sq:after,
.prv_chk input[type="checkbox"]:checked + label .sq1:after,
.prv_chk input[type="checkbox"]:checked + label .sq2:after,
.prv_chk input[type="checkbox"]:checked + label .sq3:after {
  content: '';
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  background: url("/Images/chk_ic_on.svg") no-repeat center; }

#Wish .abox .dong_box {
  padding: 0.6rem 0 0; }

#Wish .abox .dong_box .del {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem;
  color: #f5ae06;
  cursor: pointer; }

#Wish.sub_start {
  padding-top: 6.6rem; }

.drt_box {
  padding: 2rem 2rem; }

.drt_box .m1 {
  font-size: 1.6rem;
  color: #333;
  font-weight: 600;
  margin-bottom: 2rem; }

.drt_box .m2 {
  font-size: 1.4rem;
  color: #333;
  margin-top: 0.7rem; }

  .drt_box .sp {
    float: left; }

  .drt_box .le {
    float: left; }

.drt_box .ri {
  float: right; }

.drt_box .sp a,
.drt_box .le a,
.drt_box .ri a {
  display: block;
  padding: 3rem 0; }

.drt_box .sp,
.drt_box .le,
.drt_box .ri {
  width: 48%;
  background: #fafafa;
  border-radius: 1rem;
  text-align: center; }

.drt_box .ic1,
.drt_box .ic2 {
  display: inline-block;
  width: 3.2rem;
  height: 3.6rem;
  background-repeat: no-repeat;
  background-position: center; }

.drt_box .ic1 {
  background-image: url("/Images/drt_ic1.svg"); }

.drt_box .ic2 {
  background-image: url("/Images/drt_ic2.svg"); }

#Direction .abox {
  position: fixed;
  top: 5.6rem;
  left: 0;
  right: 0;
  z-index: 1;
  background: #fafafa;
  border-bottom: 1px solid #f2f2f2;
  padding: 1.4rem 2rem;
  font-size: 1.4rem;
  color: #333; }

#Direction .abox .Dir_sch {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5rem;
  width: 5rem;
  height: 5rem;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/Images/h_search.svg");
  cursor: pointer; }

#Direction .bbox {
  position: fixed;
  top: 10.5rem;
  left: 0;
  right: 0;
  bottom: 0; }

#Direction .cbox {
  position: fixed;
  left: 2rem;
  right: 2rem;
  bottom: 2rem;
  z-index: 100; }

/* 나중에 삭제 */
.root_daum_roughmap .wrap_map {
  height: 100% !important; }

.root_daum_roughmap .wrap_controllers {
  display: none; }

.root_daum_roughmap .border1,
.root_daum_roughmap .border2,
.root_daum_roughmap .border3,
.root_daum_roughmap .border4 {
  display: none; }

/* 나중에 삭제 */
#Search .abox {
  position: relative;
  padding: 0 2rem; }

#Search .abox:after {
  /*content:''; position:absolute; right: 2rem; top: 50%; margin-top: -1.2rem; width: 2.4rem; height: 2.4rem; background-repeat: no-repeat; background-position: center; background-image: url('/Images/h_search.svg');*/ }

#Search .abox_btn {
  position: absolute;
  right: 2rem;
  top: 50%;
  margin-top: -2rem;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/Images/h_search.svg"); }

#Search .abox input {
  padding-right: 5rem; }

#Search .abox input::placeholder {
  color: #bdbdbd; }

#Search .bbox {
  padding-top: 1rem;
  padding-left: 2rem; }

#Search .bbox .key_sch {
  padding: 1px 0; }

#Search .bbox .key_sch .swiper-slide {
  width: auto;
  padding: 0 1.2rem;
  height: 3rem;
  line-height: 3rem;
  background: #fafafa;
  border-radius: 0.7rem;
  color: #909090;
  text-align: center;
  margin-right: 0.5rem; }

#Search .bbox .key_sch .swiper-slide a {
  color: #909090;
  display: block; }

#Search .cbox {
  margin-top: 1rem;
  font-size: 1.4rem;
  padding: 1.4rem 2rem;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  background: #fafafa; }

  #Search .cbox .sp {
    float: left;
    color: #333;
    font-weight: 600; }
  
  #Search .cbox .sp span {
    color: #ffbb38; }


  #Search .cbox .le {
    float: left;
    color: #333;
    font-weight: 600; }
  
  #Search .cbox .le span {
    color: #ffbb38; }
      
#Search .cbox .ri {
  float: right;
  position: relative;
  padding-left: 2.5rem; }

#Search .cbox .ri:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -0.9rem;
  left: 0;
  background: url("/Images/my_ard.svg") no-repeat center;
  width: 1.8rem;
  height: 1.8rem; }

#Search .dbox {
  padding: 2rem 2rem 0; }

#Search .dbox .list {
  color: #333;
  font-size: 1.6rem;
  margin-bottom: 1rem; }

#Search .dbox .list a {
  display: block;
  color: #333; }

#Area .abox {
  position: relative; }
  
#Area .abox .sp {
  position: absolute;
  left: 0;
  width: 10rem; }

#Area .abox .sp .sbox {
  height: 100%; }

#Area .abox .sp .sbox .m1 {
  text-align: center;
  font-size: 1.4rem;
  color: #333; }

#Area .abox .sp .sbox .m1.on {
  color: #f5ae06;
  background: #ececec;
  font-weight: 500; }

#Area .abox .sp .sbox .m1 .in a {
  display: block;
  padding: 1rem 0; }

#Area .abox .le {
  position: absolute;
  left: 10rem;
  width: 10rem; }

#Area .abox .le .sbox {
  height: 100%; }

#Area .abox .le .sbox .m1 {
  text-align: center;
  font-size: 1.4rem;
  color: #333; }

#Area .abox .le .sbox .m1.on {
  color: #f5ae06;
  background: #ececec;
  font-weight: 500; }

#Area .abox .le .sbox .m1 .in a {
  display: block;
  padding: 1rem 0; }

#Area .abox .swiper-container {
  width: 100px;
  height: 100%; }

#Area .swiper-slide {
  height: auto; }

#Area .abox .swiper-container-vertical > .swiper-scrollbar {
  display: none;
  right: 0;
  width: 3px;
  top: 1px; }

#Area .abox .ri .swiper-scrollbar-drag,
#Area .abox .le .swiper-scrollbar-drag,
#Area .abox .sp .swiper-scrollbar-drag {
  background: rgba(0, 0, 0, 0.2); }

#Area .abox .ri {
  position: relative;
  margin-left: 20rem;
  right: 0;
  height: 100%; }

#Area .abox .ri .sbox {
  padding-left: 2rem;
  height: 100%; }

#Area .abox .ri .lk .cc {
  font-weight: bold;
  color: #ffbb38; }

#Area .abox .ri .lk a {
  position: relative;
  display: block;
  font-size: 1.4rem;
  color: #333;
  padding: 1rem 0; }

#Area .abox .ri .lk a:before {
  content: '';
  width: 2.4rem;
  height: 2.4rem;
  /*background: url("/Images/arr_right.svg") no-repeat center;*/
  background-size: 2.4rem;
  position: absolute;
  top: 50%;
  margin-top: -1.2rem;
  right: 1rem; }

#Premium_all .area_sch,
a.rst_area_sch,
#Shop_all .area_sch,
#Around .area_sch,
#Area .area_sch,
.bene_box .sch
 {
  width: 5rem;
  height: 5rem;
  background: url("/Images/h_search.svg") no-repeat center;
  background-size: 2.4rem;
  position: absolute;
  top: 50%;
  margin-top: -2.5rem;
  right: 0.3rem; }

#index_ctt.sch_result_page {
  padding-top: 5.6rem; }

#Around .bene_box {
  padding-top: 1.5rem; }

#Login {
  padding-top: 5rem; }

#Login .ctt {
  padding: 0 4rem;
  max-width: 50rem;
  margin: 0 auto; }

#Login .abox .logo {
  width: 14.1rem;
  height: 5.9rem;
  margin: 0 auto;
  background: url("/img/logo.png") no-repeat center;
  background-size: 70%; }

#Login .bbox {
  margin-top: 5rem; }

#Login .bbox .sns_line {
  position: relative;
  text-align: center; }

#Login .bbox .sns_line span {
  display: inline-block;
  font-size: 1.4rem;
  color: #909090;
  padding: 0 1rem;
  background: #fff;
  position: relative;
  z-index: 2; }

#Login .bbox .sns_line:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  background: #f2f2f2;
  height: 1px;
  z-index: 1; }

#Login .bbox .sns_login_b {
  position: relative;
  text-align: center;
  margin-top: 2rem; }

#Login .bbox .sns_login_b a {
  display: block;
  color: #333;
  font-size: 1.4rem;
  background: #fae100;
  height: 5.2rem;
  line-height: 5.2rem;
  border-radius: 5rem; }

#Login .bbox .sns_login_b .ic {
  position: absolute;
  width: 5.2rem;
  height: 5.2rem;
  background: url("/Images/kko_ic.svg") no-repeat center; }

#Login .bbox .infot {
  color: #707070;
  font-size: 1.4rem; }

.cs_cbox {
  position: relative;
  margin-top: 5rem;
  background: #fafafa;
  border-radius: 0.4rem;
  padding: 1.6rem 1.6rem; }

.cs_cbox .m1, .csc_cbox .m1 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #f5ae06; }

.cs_cbox .m2, .csc_cbox .m2 {
  color: #333;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem; }

.cs_cbox .m3 a, .csc_cbox .m3 a {
  color: #909090; }

.cs_cbox .tel, .csc_cbox .tel {
  position: absolute;
  font-size: 2rem;
  font-weight: bold;
  top: 1.6rem;
  right: 2rem; }

.selc_fm {
  position: absolute;
  right: 2rem;
  bottom: 1.6rem;
  width: 11rem;
  font-size: 1.2rem;
  border: 1px solid #ddd;
  height: 3rem;
  background: #fff; }

#Shop_view {
  padding-bottom: 8rem;
  background: #fff; }

#Shop_view .abox {
  position: relative; }

#Shop_view .abox .back_w {
  width: 5rem;
  height: 5rem;
  background: url("/Images/back_ic_w.svg") no-repeat center;
  background-size: 2.4rem;
  position: absolute;
  top: 0;
  left: 0.3rem;
  z-index: 3;
  cursor: pointer; }

#Shop_view .abox .sns_share {
  width: 5rem;
  height: 5rem;
  background: url("/Images/sns_share.svg") no-repeat center;
  background-size: 2.4rem;
  position: absolute;
  top: 0;
  right: 0.3rem;
  z-index: 3;
  cursor: pointer; }

#Shop_view .abox .shop_slide {
  margin-bottom: 0; }

#Shop_view .abox .shop_slide .slick-dotted.slick-slider {
  margin-bottom: 0; }

#Shop_view .abox .shop_slide .slick-dots {
  bottom: 2rem;
  left: 0;
  right: 0;
  width: auto; }

#Shop_view .abox .shop_slide .slick-dots li {
  float: none; }

#Shop_view .abox .shop_slide .slick-dots li.slick-active button {
  background: #fff;
  width: 2.2rem; }

#Shop_view .abox .shop_slide .slick-dots li button {
  width: 0.6rem;
  height: 0.6rem;
  background: rgba(255, 255, 255, 0.4); }

.shop_hd {
  position: fixed;
  left: 0;
  right: 0;
  height: 5rem;
  max-width: 70rem;
  margin: 0 auto;
  z-index: 3;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease; }

.shop_hd.fixed {
  top: 0;
  background: rgba(0, 0, 0, 0.7); }

.shop_hd_ftit {
  opacity: 0; }

.shop_hd.fixed .shop_hd_ftit {
  opacity: 1;
  color: #fff;
  font-size: 1.5rem;
  position: absolute;
  top: 14px;
  left: 5rem;
  right: 11rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  overflow: hidden; }

#Shop_view .tab_box {
  border-bottom: 1px solid #f2f2f2;
  padding: 0 2rem; }

#Shop_view .tab li {
  position: relative;
  float: left;
  font-size: 1.4rem;
  cursor: pointer;
  color: #333;
  padding: 1.3rem 0.5rem;
  margin-right: 3rem; }

#Shop_view .tab li .cc {
  color: #f5ae06;
  margin-left: 0.5rem; }

#Shop_view .tab li.on {
  font-weight: bold;
  color: #000; }

#Shop_view .tab li.on:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0.3rem;
  background: #f5ae06; }

#Shop_view .tab_con {
  clear: both; }

#Shop_view .tab_con .tab_dv {
  display: none; }
  #Shop_view .tab_con .tab_dv .more_view {
    background: #f5ae06;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    padding: 1rem 0;
    margin-top: 2rem;
    cursor: pointer; }

#Shop_view .shop_info {
  padding: 2rem 2rem; }

#Shop_view .shop_info .dist {
  position: relative;
  background: #f5ae06;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  padding: 0.3rem 1rem;
  border-radius: 1.2rem;
  text-indent: 1.3rem;
  letter-spacing: 0; }

#Shop_view .shop_info .dist:before {
  content: '';
  position: absolute;
  width: 1rem;
  height: 1.2rem;
  background: url("/Images/shop_marker.svg") no-repeat center;
  top: 50%;
  margin-top: -0.6rem;
  left: 1rem; }

#Shop_view .midline {
  background: #f2f2f2;
  height: 1rem; }

#Shop_view .shop_info .tit {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  margin-top: 0.5rem; }

#Shop_view .det_box {
  margin-top: 1.5rem; }

#Shop_view .det_box dl {
  position: relative;
  margin-bottom: 1rem;
  font-size: 1.4rem; }

#Shop_view .det_box dl:after {
  content: '';
  display: block;
  clear: both; }

#Shop_view .det_box dl dt {
  position: absolute;
  top: 0;
  left: 0;
  color: #909090; }

#Shop_view .det_box dl dd {
  padding-left: 7rem;
  color: #333; }

#Shop_view .det_box dl dd .add_c {
  color: #fff;
  font-size: 1rem;
  display: inline-block;
  background: #f5ae06;
  border-radius: 0.3rem;
  width: 4rem;
  text-align: center;
  height: 2rem;
  line-height: 2rem;
  vertical-align: bottom;
  margin-left: 0.5rem; }

#Shop_view .shop_info .tit_h3 {
  font-size: 1.4rem;
  color: #333;
  font-weight: bold;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 1rem; }

#Shop_view .shop_info .course {
  margin-top: 2rem; }

#Shop_view .shop_info .course .m1 {
  position: relative;
  font-size: 1.6rem;
  color: #f5ae06;
  font-weight: bold;
  padding-left: 2.5rem;
  margin-bottom: 1.5rem; }

#Shop_view .shop_info .course .m1:before {
  content: '';
  position: absolute;
  width: 1.4rem;
  height: 1.8rem;
  background: url("/Images/shop_sim.svg") no-repeat center;
  top: 50%;
  margin-top: -0.9rem;
  left: 0; }

#Shop_view .shop_info .course .list {
  position: relative;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 1.5rem; }
  #Shop_view .shop_info .course .list .price_box {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right; }

#Shop_view .shop_info .course .list .m2 {
  font-size: 1.4rem;
  color: #333;
  padding-right: 17.5rem; }

#Shop_view .shop_info .course .list .m3 {
  font-size: 1.2rem;
  color: #718096;
  padding-right: 17.5rem; }

#Shop_view .shop_info .course .list .m4 {
  font-size: 1.3rem; }
  #Shop_view .shop_info .course .list .m4 .per {
    margin-right: 0.7rem;
    color: #f5ae06; }
  #Shop_view .shop_info .course .list .m4 .t1 {
    color: #aaa;
    text-decoration: line-through; }

#Shop_view .shop_info .course .list .m5 {
  font-size: 1.5rem;
  color: #212121;
  font-weight: bold; }

#Shop_view .shop_info .text_p {
  color: #606060;
  line-height: 2rem;
  margin-top: 1rem;
  font-size: 1.3rem; }

#Shop_view .shop_info .text_p.you_tb {
  position: relative;
  padding-bottom: 54.25%; }

#Shop_view .shop_info .text_p.you_tb iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%; }

#Shop_view .shop_map {
  height: 22.5rem; }

#Shop_view .shop_msg span {
  position: relative;
  font-size: 1.4rem;
  color: #909090;
  cursor: pointer;
  display: inline-block; }

#Shop_view .shop_msg span:after {
  content: '';
  width: 2.4rem;
  height: 2.4rem;
  background: url("/Images/arr_right.svg") no-repeat center;
  background-size: 2.4rem;
  position: absolute;
  top: 50%;
  margin-top: -1.2rem; }

#Shop_view .shop_fix {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f5ae06;
  z-index: 5;
  height: 5rem; }

#Shop_view .shop_fix .navi {
  position: absolute;
  top: 0;
  left: 1rem;
  width: 5rem;
  height: 5rem;
  background: url("/Images/shape_ic.svg") no-repeat center;
  cursor: pointer; }

#Shop_view .shop_fix .sms {
  position: absolute;
  top: 0;
  left: 10rem;
  width: 5rem;
  height: 5rem;
  background: url("/Images/sms_ic.svg") no-repeat center; }

#Shop_view .shop_fix .tel {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  height: 5rem;
  line-height: 5rem;
  padding-right: 2rem; }

#Shop_view .shop_fix .tel .ic {
  position: absolute;
  top: 1.4rem;
  left: -3rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url("/Images/tel_ic.svg") no-repeat center; }

#Shop_view .shop_msg {
  margin-top: 2rem;
  margin-left: 2rem; }

#Shop_view .shop_msg .main_lk_g {
  float: left;
  margin-right: 1rem; }

#Shop_view .shop_msg .main_lk_g a {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.3rem;
  border: 1px solid #ddd;
  position: relative;
  background: #fff;
  text-align: center;
  padding: 1rem 2rem; }

#bo_v_sns {
  display: none;
  position: absolute;
  top: 5rem;
  right: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
  z-index: 3; }

#bo_v_sns:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""; }

#bo_v_sns:before {
  content: "";
  position: absolute;
  top: -14px;
  right: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.7rem;
  border-color: transparent transparent #fbe300 transparent; }

#bo_v_sns li {
  float: left;
  width: 4rem;
  text-align: center;
  margin-right: 0; }

#bo_v_sns li a {
  display: block;
  padding: 1rem 0; }

#bo_v_sns li .sns_f {
  display: block;
  background: #415b92; }

#bo_v_sns li .sns_t {
  display: block;
  background: #35b3dc; }

#bo_v_sns li .sns_k {
  display: block;
  background: #fbe300; }

#bo_v_sns li img {
  vertical-align: top; }

#Shop_view .abox.selected #bo_v_sns {
  display: block; }

.send_msg_box textarea {
  width: 100%;
  height: 22rem;
  border: 1px solid #ddd;
  resize: none;
  border-radius: 0;
  padding: 1rem;
  font-size: 1.4rem; }

.navit {
  text-align: center;
  font-size: 1.4rem;
  color: #606060;
  padding: 1.4rem 0;
  border-bottom: 1px solid #ddd;
  cursor: pointer; }

.review_box .list {
  position: relative;
  border-bottom: 1px solid #f2f2f2;
  padding: 2rem 2rem; }

.review_box .list .m1 {
  font-size: 1.4rem;
  color: #333;
  font-weight: 500; }

.review_box .list .star {
  position: relative;
  color: #909090;
  padding-left: 2rem;
  font-size: 1.3rem; }

.review_box .list .star:before {
  content: '';
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.8rem;
  background: url("/Images/star.svg") no-repeat center; }

.review_box .list .m2 {
  font-size: 1.4rem;
  color: #333;
  line-height: 2.2rem; }

.review_box .list .date {
  position: absolute;
  right: 2rem;
  top: 2rem;
  color: #bdbdbd; }

.review_box .list .add_img {
  margin-top: 1.5rem; }

.review_box .list .add_img li {
  float: left;
  width: 32%;
  margin-right: 2%;
  cursor: pointer; }

.review_box .list .add_img li img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem; }

.review_box .list .add_img li:last-child {
  margin-right: 0; }

.review_avr {
  padding: 1rem 2rem 0;
  color: #000; }

.review_avr img {
  width: 2.2rem;
  height: 2.2rem;
  margin-top: -5px;
  margin-right: 5px; }

.review_avr .t1 {
  font-size: 2.6rem;
  font-weight: bold; }

.review_avr .t2 {
  font-size: 1.2rem; }

#reviewImg.layer-pop-wrap {
  background: rgba(0, 0, 0, 0.7); }

#reviewImg.open_ly2 .layer_ctt {
  background: transparent;
  width: 90%; }
  #reviewImg.open_ly2 .layer_ctt .view_close {
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.5); }

#reviewImg .review_slide {
  margin-bottom: 0; }
  #reviewImg .review_slide .item {
    position: relative; }
    #reviewImg .review_slide .item img {
      width: 100%;
      height: auto; }
  #reviewImg .review_slide .slick-dotted.slick-slider {
    margin-bottom: 0; }
  #reviewImg .review_slide .slick-dots {
    bottom: 2rem;
    left: 0;
    right: 0;
    width: auto; }
    #reviewImg .review_slide .slick-dots li {
      float: none; }
      #reviewImg .review_slide .slick-dots li.slick-active button {
        background: #fff;
        width: 2.2rem; }
      #reviewImg .review_slide .slick-dots li button {
        width: 0.6rem;
        height: 0.6rem;
        background: rgba(255, 255, 255, 0.4); }

/*
#review_iv.layer-pop-wrap {background:rgba(0,0,0,0.7);}
#review_iv.open_ly2 .layer_ctt {background:transparent;}
#review_iv .review_slide {margin-bottom:0;}
#review_iv .review_slide .item {float:left; width:33rem;}
#review_iv .review_slide .item img {width:100%; height:auto;}
#review_iv .review_slide .slick-dotted.slick-slider {margin-bottom:0;}
#review_iv .review_slide .slick-dots {bottom: 2rem; left: 0; right: 0; width:auto;}
#review_iv .review_slide .slick-dots li {float:none;}
#review_iv .review_slide .slick-dots li.slick-active button {background:#fff; width:2.2rem;}
#review_iv .review_slide .slick-dots li button {width:0.6rem; height:0.6rem; background:rgba(255,255,255,0.4);}
#review_iv.open_ly2 .layer_ctt .view_close {top: 0; right: 0; background-color: rgba(255,255,255,0.5);}
*/
.pg_wrap {
  clear: both;
  margin: 3rem auto;
  text-align: center; }

.pg_wrap:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""; }

.pg {
  display: inline-block; }

.pg_page, .pg_current {
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #ddd; }

.pg_page {
  font-size: 1.3rem;
  margin: 0 0.2rem;
  height: 3rem;
  line-height: 2.8rem;
  padding: 0 5px;
  min-width: 3rem;
  text-decoration: none;
  border-radius: 50%;
  border: 0;
  background: #eeeeee;
  color: #999; }

.pg_start {
  text-indent: -999px;
  overflow: hidden;
  background: url("/Images/btn_first.gif") no-repeat 50% 50% #fff;
  padding: 0;
  border: 1px solid #ddd; }

.pg_prev {
  text-indent: -999px;
  overflow: hidden;
  background: url("/Images/btn_prev.gif") no-repeat 50% 50% #fff;
  padding: 0;
  border: 1px solid #ddd; }

.pg_end {
  text-indent: -999px;
  overflow: hidden;
  background: url("/Images/btn_end.gif") no-repeat 50% 50% #fff;
  padding: 0;
  border: 1px solid #ddd; }

.pg_next {
  text-indent: -999px;
  overflow: hidden;
  background: url("/Images/btn_next.gif") no-repeat 50% 50% #fff;
  padding: 0;
  border: 1px solid #ddd; }

.pg_current {
  display: inline-block;
  font-size: 1.3rem;
  background: #f5ae06;
  border: 0;
  color: #fff;
  font-weight: bold;
  height: 3rem;
  line-height: 3rem;
  padding: 0 10px;
  min-width: 3rem; }

#Rv_write .abox {
  position: relative;
  padding: 2rem 2rem 0; }

#Rv_write .abox .m1 {
  color: #f5ae06;
  font-weight: bold; }

#Rv_write .abox .cnt {
  font-size: 1.4rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-weight: bold;
  letter-spacing: 0; }

#Rv_write .abox .cnt span {
  color: #f5ae06; }

#Rv_write .add_file_box {
  margin-top: 1.5rem; }

#Rv_write .add_file_box:after {
  content: '';
  display: block;
  clear: both; }

#Rv_write .add_file_box .tch {
  float: left;
  width: 5.4rem;
  height: 5.4rem;
  border: 1px solid #e1e1e1;
  border-radius: 0.5rem;
  background: url("/Images/add_file.svg") no-repeat center;
  background-size: 2.2rem; }

#Rv_write .add_file_box input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

#Rv_write .img_b {
  float: left;
  width: 54px;
  height: 54px;
  margin-left: 0.7rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem; }

#Rv_write .img_b .del {
  position: absolute;
  background: url("/Images/close_btn_b.svg") no-repeat center #fff;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-size: 0.7rem;
  bottom: 0.5rem;
  right: 0.5rem; }

#image_section {
  border-radius: 0.5rem;
  width: 100%;
  height: auto; }

#Rv_write .abox .rv_w_box {
  margin-top: 1.5rem; }

#Rv_write .abox .rv_w_box textarea {
  width: 100%;
  min-height: 20rem;
  resize: none;
  border: 0;
  border-radius: 0;
  font-size: 1.4rem;
  color: #333;
  line-height: 2.3rem;
  padding: 0 0; }

#Rv_write .abox .rv_w_box textarea::placeholder {
  color: #bdbdbd; }

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

.star_selc ul li {
  float: left;
  width: 20%;
  margin-top: 1.5rem; }

.star_selc label {
  position: relative;
  cursor: pointer;
  font-size: 1.4rem;
  color: #777; }

.star_selc input[type="radio"] {
  display: none; }

.star_selc input[type="radio"] + label span {
  position: relative;
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #aaa;
  vertical-align: middle;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -0.3rem; }

.star_selc input[type="radio"]:checked + label span:after {
  content: '';
  position: absolute;
  width: 1rem;
  height: 1rem;
  background: #f5ae06;
  border-radius: 50%;
  top: 0.3rem;
  left: 0.3rem; }

.review_write {
  position: fixed;
  top: 11rem;
  right: 0;
  max-width: 72rem;
  left: auto;
  margin: 0 auto;
  z-index:10 }

.review_write a {
  float: right;
  margin-right: 2rem;
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  background: url("/Images/review_write.svg") no-repeat center #f5ae06;
  border-radius: 50%;
  background-size: 2rem; }

#Provision .abox {
  padding: 2rem 2rem 0;
  color: #333;
  line-height: 2rem; }

#Provision .abox .txt {
  margin-top: 2rem; }

#Provision .abox .m1 {
  font-size: 1.4rem; }

#Provision .abox .m2 {
  margin-top: 0.5rem;
  color: #333; }

#Provision .abox .m3 {
  margin-top: 0.5rem;
  padding-left: 1rem; }

#Provision .abox .m4 {
  margin-top: 0.5rem;
  color: #707070;
  padding-left: 1rem; }

.pc_info {
  display: none; }

#Review_all .sv_new_box {
  padding-top: 1.5rem; }

#Premium_all .bene_slide {
  padding-top: 1.5rem; }

#Premium_all .bene_slide_int:after {
  content: '';
  display: block;
  clear: both; }

#Premium_all .bene_slide .item {
  float: none;
  margin: 0 auto;
  margin-bottom: 2.5rem;
  width: auto;
  padding: 0 2rem; }

#Premium_all .bene_slide .ibox {
  width: auto;
  height: auto;
  padding-bottom: 2rem; }

#Premium_all .bene_slide .ibox .img img {
  width: 100%; }

.all_txt {
  padding: 0 2rem 2rem;
  font-size: 1.6rem;
  color: #333;
  font-weight: bold; }

#Shop_all .dong_slide {
  padding-top: 1.5rem; }

#Shop_all .dong_slide_int {
  padding: 0 2rem; }

#Shop_all .dong_slide .item {
  float: none; }

.dong_slide .m1 {
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0 2rem 2rem; }

.sch_il .m1 {
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0 0 2rem; }

.dong_slide.sch_rst_dong {
  padding-top: 0; }

#Around .dong_slide.sch_rst_dong {
  padding-top: 0; }

#Review_all .alist {
  padding: 0 2rem; }

#Review_all .alist:after {
  content: '';
  display: block;
  clear: both; }

#Review_all .sv_new_box .item {
  width: 100%;
  margin-bottom: 3rem; }

#Review_all.new_open .sv_new_box .item:nth-child(2n),
#Review_all .sv_new_box .item:nth-child(2n) {
  margin-right: 0; }

#Review_all .sv_new_box .item .ibox .img img {
  width: 100%;
  height: auto; }

#Review_all.new_open .sv_new_box .item {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 3rem; }

#loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.3); }

#loading img {
  max-width: 100%;
  height: 7.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%); }

.kakao-makerInfo {
  border: 2px solid red;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  background-color: white;
  margin-bottom: 120px; }

.kakao-makerInfo2 {
  border: 1px solid darkorange;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  background-color: white;
  margin-bottom: 100px; }

.clipboard {
  cursor: pointer; }

#copyLink {
  border: 0;
  width: 1px;
  text-indent: 10px; }

.wish_shop {
  width: 5rem;
  height: 5rem;
  background: url("/img/icon/wish_off.svg") no-repeat center;
  background-size: 2rem;
  position: absolute;
  top: 0;
  z-index: 3;
  cursor: pointer; }

.wish_shop.on {
  background: url("/img/icon/wish_on.svg") no-repeat center;
  background-size: 2rem; }

.sch_filter {
  position: fixed;
  bottom: 8rem;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 9; }

.sch_filter .in {
  display: inline-block;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 1rem;
  padding: 0.7rem 2.5rem;
  cursor: pointer;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.15); }

.sch_filter .img1 {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -0.5rem;
  margin-right: 0.3rem; }

.sch_filter .txt {
  font-size: 1.5rem;
  font-weight: 500; }

.sch_filter .img2 {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -0.5rem;
  margin-left: 0.2rem; }

#sch_fil .layer_ctt {
  max-width: 64rem;
  margin: 0 auto;
  background: #f3f3f3;
  text-align: left;
  padding: 1rem 1rem;
  border-radius: 1.5rem 1.5rem 0 0; }

#sch_fil .layer_ctt .top_b {
  padding: 1rem;
  text-align: center; }

#sch_fil .layer_ctt .top_b .txt {
  font-size: 1.4rem;
  font-weight: 500; }

#sch_fil .layer_ctt .top_b .refrh {
  float: right;
  cursor: pointer;
  padding: 0.1rem 0.5rem; }

#sch_fil .view_ly_close {
  float: left;
  cursor: pointer;
  background: url("/Images/close_btn_b.svg") no-repeat center;
  background-size: 1.5rem;
  width: 2rem;
  height: 2rem; }

#sch_fil .abox {
  background: #fff;
  padding: 1rem 1rem;
  margin: 1rem 1rem;
  border-radius: 0.7rem; }

#sch_fil .abox .txt {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1rem; }

#sch_fil .abox .prv_chk label {
  font-size: 1.2rem;
  letter-spacing: -0.7px; }

#sch_fil .abox .prv_chk li {
  float: left;
  width: 33.33333%;
  margin: 0.3rem 0; }

#sch_fil .abox .prv_chk input[type="checkbox"] + label .sq,
#sch_fil .abox .prv_chk input[type="checkbox"] + label .sq1 {
  margin-top: -0.2rem; }

#sch_fil .bbox {
  background: #f5b418;
  color: #fff;
  font-size: 1.5rem;
  padding: 1rem 0;
  text-align: center;
  border-radius: 0.5rem;
  margin: 0 1rem;
  cursor: pointer; }
  
  
#sch_fil2 .layer_ctt {
  max-width: 64rem;
  margin: 0 auto;
  background: #f3f3f3;
  text-align: left;
  padding: 1rem 1rem;
  border-radius: 1.5rem 1.5rem 0 0; }

#sch_fil2 .layer_ctt .top_b {
  padding: 1rem;
  text-align: center; }

#sch_fil2 .layer_ctt .top_b .txt {
  font-size: 1.4rem;
  font-weight: 500; }

#sch_fil2 .layer_ctt .top_b .refrh {
  float: right;
  cursor: pointer;
  padding: 0.1rem 0.5rem; }

#sch_fil2 .view_ly_close {
  float: left;
  cursor: pointer;
  background: url("/Images/close_btn_b.svg") no-repeat center;
  background-size: 1.5rem;
  width: 2rem;
  height: 2rem; }

#sch_fil2 .abox {
  background: #fff;
  padding: 1rem 1rem;
  margin: 1rem 1rem;
  border-radius: 0.7rem; }

#sch_fil2 .abox .txt {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1rem; }

#sch_fil2 .abox .prv_chk label {
  font-size: 1.2rem;
  letter-spacing: -0.7px; }

#sch_fil2 .abox .prv_chk li {
  float: left;
  width: 33.33333%;
  margin: 0.3rem 0; }

#sch_fil2 .abox .prv_chk input[type="checkbox"] + label .sq,
#sch_fil2 .abox .prv_chk input[type="checkbox"] + label .sq1 {
  margin-top: -0.2rem; }

#sch_fil2 .bbox {
  background: #f5b418;
  color: #fff;
  font-size: 1.5rem;
  padding: 1rem 0;
  text-align: center;
  border-radius: 0.5rem;
  margin: 0 1rem;
  cursor: pointer; }
  
  
  
#sch_fil4 .layer_ctt {
  max-width: 64rem;
  margin: 0 auto;
  background: #f3f3f3;
  text-align: left;
  padding: 1rem 1rem;
  border-radius: 1.5rem 1.5rem 0 0; }

#sch_fil4 .layer_ctt .top_b {
  padding: 1rem;
  text-align: center; }

#sch_fil4 .layer_ctt .top_b .txt {
  font-size: 1.4rem;
  font-weight: 500; }

#sch_fil4 .layer_ctt .top_b .refrh {
  float: right;
  cursor: pointer;
  padding: 0.1rem 0.5rem; }

#sch_fil4 .view_ly_close {
  float: left;
  cursor: pointer;
  background: url("/Images/close_btn_b.svg") no-repeat center;
  background-size: 1.5rem;
  width: 2rem;
  height: 2rem; }

#sch_fil4 .abox {
  background: #fff;
  padding: 1rem 1rem;
  margin: 1rem 1rem;
  border-radius: 0.7rem; }

#sch_fil4 .abox .txt {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1rem; }

#sch_fil4 .abox .prv_chk label {
  font-size: 1.2rem;
  letter-spacing: -0.7px; }

#sch_fil4 .abox .prv_chk li {
  float: left;
  width: 33.33333%;
  margin: 0.3rem 0; }

#sch_fil4 .abox .prv_chk input[type="checkbox"] + label .sq,
#sch_fil4 .abox .prv_chk input[type="checkbox"] + label .sq1 {
  margin-top: -0.2rem; }

#sch_fil4 .bbox {
  background: #f5b418;
  color: #fff;
  font-size: 1.5rem;
  padding: 1rem 0;
  text-align: center;
  border-radius: 0.5rem;
  margin: 0 1rem;
  cursor: pointer; }
  
  
#sch_fil1 .layer_ctt {
  max-width: 64rem;
  margin: 0 auto;
  background: #f3f3f3;
  text-align: left;
  padding: 1rem 1rem;
  border-radius: 1.5rem 1.5rem 0 0; }

#sch_fil1 .layer_ctt .top_b {
  padding: 1rem;
  text-align: center; }

#sch_fil1 .layer_ctt .top_b .txt {
  font-size: 1.4rem;
  font-weight: 500; }

#sch_fil1 .layer_ctt .top_b .refrh {
  float: right;
  cursor: pointer;
  padding: 0.1rem 0.5rem; }

#sch_fil1 .view_ly_close {
  float: left;
  cursor: pointer;
  background: url("/Images/close_btn_b.svg") no-repeat center;
  background-size: 1.5rem;
  width: 2rem;
  height: 2rem; }

#sch_fil1 .abox {
  background: #fff;
  padding: 1rem 1rem;
  margin: 1rem 1rem;
  border-radius: 0.7rem; }

#sch_fil1 .abox .txt {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1rem; }

#sch_fil1 .abox .prv_chk label {
  font-size: 1.2rem;
  letter-spacing: -0.7px; }

#sch_fil1 .abox .prv_chk li {
  float: left;
  width: 25%;
  margin: 0.3rem 0; }

#sch_fil1 .abox .prv_chk input[type="checkbox"] + label .sq,
#sch_fil1 .abox .prv_chk input[type="checkbox"] + label .sq1 {
  margin-top: -0.2rem; }

#sch_fil1 .bbox {
  background: #f5b418;
  color: #fff;
  font-size: 1.5rem;
  padding: 1rem 0;
  text-align: center;
  border-radius: 0.5rem;
  margin: 0 1rem;
  cursor: pointer; }
  
#sch_fil3 .layer_ctt {
  max-width: 64rem;
  margin: 0 auto;
  background: #f3f3f3;
  text-align: left;
  padding: 1rem 1rem;
  border-radius: 1.5rem 1.5rem 0 0; }

#sch_fil3 .layer_ctt .top_b {
  padding: 1rem;
  text-align: center; }

#sch_fil3 .layer_ctt .top_b .txt {
  font-size: 1.4rem;
  font-weight: 500; }

#sch_fil3 .layer_ctt .top_b .refrh {
  float: right;
  cursor: pointer;
  padding: 0.1rem 0.5rem; }

#sch_fil3 .view_ly_close {
  float: left;
  cursor: pointer;
  background: url("/Images/close_btn_b.svg") no-repeat center;
  background-size: 1.5rem;
  width: 2rem;
  height: 2rem; }

#sch_fil3 .abox {
  background: #fff;
  padding: 1rem 1rem;
  margin: 1rem 1rem;
  border-radius: 0.7rem; }

#sch_fil3 .abox .txt {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1rem; }

#sch_fil3 .abox .prv_chk label {
  font-size: 1.2rem;
  letter-spacing: -0.7px; }

#sch_fil3 .abox .prv_chk li {
  float: left;
  width: 25%;
  margin: 0.3rem 0; }

#sch_fil3 .abox .prv_chk input[type="checkbox"] + label .sq,
#sch_fil3 .abox .prv_chk input[type="checkbox"] + label .sq1 {
  margin-top: -0.2rem; }

#sch_fil3 .bbox {
  background: #f5b418;
  color: #fff;
  font-size: 1.5rem;
  padding: 1rem 0;
  text-align: center;
  border-radius: 0.5rem;
  margin: 0 1rem;
  cursor: pointer; }
  
#sch_fil5 .layer_ctt {
  max-width: 64rem;
  margin: 0 auto;
  background: #f3f3f3;
  text-align: left;
  padding: 1rem 1rem;
  border-radius: 1.5rem 1.5rem 0 0; }

#sch_fil5 .layer_ctt .top_b {
  padding: 1rem;
  text-align: center; }

#sch_fil5 .layer_ctt .top_b .txt {
  font-size: 1.4rem;
  font-weight: 500; }

#sch_fil5 .layer_ctt .top_b .refrh {
  float: right;
  cursor: pointer;
  padding: 0.1rem 0.5rem; }

#sch_fil5 .view_ly_close {
  float: left;
  cursor: pointer;
  background: url("/Images/close_btn_b.svg") no-repeat center;
  background-size: 1.5rem;
  width: 2rem;
  height: 2rem; }

#sch_fil5 .abox {
  background: #fff;
  padding: 1rem 1rem;
  margin: 1rem 1rem;
  border-radius: 0.7rem; }

#sch_fil5 .abox .txt {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1rem; }

#sch_fil5 .abox .prv_chk label {
  font-size: 1.2rem;
  letter-spacing: -0.7px; }

#sch_fil5 .abox .prv_chk li {
  float: left;
  width: 25%;
  margin: 0.3rem 0; }

#sch_fil5 .abox .prv_chk input[type="checkbox"] + label .sq,
#sch_fil5 .abox .prv_chk input[type="checkbox"] + label .sq1 {
  margin-top: -0.2rem; }

#sch_fil5 .bbox {
  background: #f5b418;
  color: #fff;
  font-size: 1.5rem;
  padding: 1rem 0;
  text-align: center;
  border-radius: 0.5rem;
  margin: 0 1rem;
  cursor: pointer; }
  
  

.View_sd {
  overflow: hidden;
  position: relative; }

.View_sd .swiper-slide img {
  width: 100%;
  height: auto; }

.View_sd .swiper-pagination-bullet {
  background: #fff;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease; }

.View_sd .swiper-pagination-bullet-active {
  width: 2.4rem;
  border-radius: 0.5rem; }

.View_sd .swiper-button-next,
.View_sd .swiper-button-prev {
  width: 3rem;
  height: 4.4rem;
  margin-top: -2.2rem;
  background-repeat: no-repeat;
  background-size: 3rem;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.3); }

.View_sd .swiper-button-next {
  background-image: url("/Images/sd_prev.svg"); }

.View_sd .swiper-button-prev {
  background-image: url("/Images/sd_next.svg"); }

.View_sd .swiper-button-next:after, .View_sd .swiper-button-prev:after {
  display: none; }

.event_li {
  display: none; }

.modi_Btn {
  display: inline-block;
  color: #bdbdbd;
  font-size: 1.2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 0.5rem;
  vertical-align: bottom;
  position: relative;
  z-index: 3; }

.modi_Btn:first-child {
  margin-left: 1rem; }

.ps_coup {
  float: right;
  color: #fff;
  font-weight: 500;
  background: #f5ae06;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 2.2rem;
  line-height: 2.2rem;
  border-radius: 0.35rem;
  text-align: center;
  font-size: 1.2rem; }

/*익스 안내*/
#ex_info {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 10rem;
  max-width: 64rem;
  margin: 0 auto; }

#ex_info .tbox {
  border-bottom: 1px solid #ddd;
  padding-bottom: 2rem;
  margin-bottom: 4rem; }

#ex_info .tbox:after {
  content: '';
  display: block;
  clear: both; }

#ex_info .tbox .lo {
  float: left;
  margin-left: 2rem; }

#ex_info .tbox .jt {
  float: right; }

#ex_info .tbox .jt a {
  font-size: 1.5rem;
  padding: 0.8rem 2rem;
  display: inline-block; }

#ex_info .abox img {
  width: 7rem;
  height: auto; }

#ex_info .abox .m1 {
  font-size: 1.3rem;
  color: #333;
  margin-top: 0.5rem; }

#ex_info .bbox {
  padding-top: 5rem; }

#ex_info .bbox .m1 {
  font-size: 1.5rem;
  color: #333; }

#ex_info .info_wrap {
  margin: 1rem 2rem 0;
  background: #f3f3f3;
  padding: 3rem 0;
  border-radius: 1.5rem; }

#ex_info .lk {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.5rem; }

#ex_info .lk .img {
  border-radius: 50%;
  background: #fff;
  padding: 0.5rem;
  width: 6rem;
  height: 6rem;
  margin: 0 auto; }

#ex_info .lk a {
  display: block; }

#ex_info .lk .img img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
  padding: 1rem; }

#ex_info .lk a p {
  font-size: 1.4rem;
  color: #333;
  margin-top: 1rem; }

#ex_info .cbox {
  margin-top: 5rem;
  color: #777;
  line-height: 2.3rem;
  font-size: 1.2rem; }

.mya_bbox {
  position: relative;
  background: #fafafa;
  border-bottom: 1px solid #eff4fb;
  padding: 1.2rem 0;
  text-align: center;
  color: #000;
  font-size: 1.4rem; }

.mya_bbox .s2 {
  display: inline-block;
  position: relative;
  padding-right: 3rem;
  cursor: pointer; }

.mya_bbox .s2:after {
  content: '';
  width: 2.4rem;
  height: 2.4rem;
  background: url(/Images/arr_down_b.svg) no-repeat center;
  background-size: 3.2rem;
  position: absolute;
  top: 50%;
  margin-top: -1.2rem;
  margin-left: 0.3rem; }

.main_theme {
  margin-top: 2rem; }

.main_theme li {
  float: left;
  width: 20%;
  text-align: center;
  min-height:93px; }

.main_theme img {
  max-width: 100%; }

.main_theme a {
  display: block;
  padding: 1rem 0; }

.main_theme p {
  font-size: 1.2rem;
  color: #333;
  margin-top: 0.5rem; }

.main_mid_bn {
  margin-bottom: 2rem; }

.main_mid_bn img {
  max-width: 100%;
  height: auto; }

.main_bn_slide .mbs {
  position: relative; }

.main_bn_slide .mbs img {
  max-width: 100%;
  height: auto; }

.main_bn_slide .swiper-pagination {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0.3rem 0;
  display: inline-block;
  position: static;
  width: 6rem;
  border-radius: 1rem; }

.main_bn_slide .sp_box {
  position: absolute;
  right: 2rem;
  bottom: 1rem;
  text-align: right;
  z-index: 1; }

.app_bn {
  animation: cc_ani 0.5s linear;
  -webkit-animation: cc_ani 0.4s linear;
  max-width: 70rem;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 1.5rem 1.5rem 0 0;
  padding: 2rem 2rem;
  z-index: 100;
  transition: all 0.5s ease;
  transform: translateY(110%);
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.32); }

.app_bn .close {
  cursor: pointer;
  text-align: center;
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: url("/Images/close_btn_b.svg") no-repeat center;
  background-size: 1.5rem;
  width: 4rem;
  height: 4rem;
  z-index: 1; }

.app_bn.app_open {
  transform: translateY(0); }

.app_bn .abox {
  position: relative;
  padding-left: 4rem; }

.app_bn .abox .img {
  position: absolute;
  top: 0rem;
  left: 4rem; }

.app_bn .abox .img img {
  max-width: 100%;
  height: auto; }

.app_bn .abox .txt {
  padding-left: 8rem; }

.app_bn .abox .txt .m1 {
  font-size: 1.3rem; }

.app_bn .abox .txt .m2 {
  font-size: 1.6rem; }

.app_bn .abox .down {
  margin-top: 2rem;
  clear: both; }

.app_bn .abox .down a {
  display: block;
  background: #f5b418;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  padding: 0.7rem 0;
  border-radius: 0.5rem; }

.app_bn .abox .info_t {
  margin-top: 1rem;
  text-align: center;
  color: #aaa;
  font-size: 1.2rem;
  text-decoration: underline;
  cursor: pointer; }

.index_bn {
  position: relative;
  text-align: center;
  background: #f6f6f6; }

.index_bn img {
  max-width: 100%;
  height: auto; }

.index_bn a {
  display: block; }

.pc_on {
  display: none; }

.m_on {
  display: block; }

.s_abox {
  position: fixed;
  padding: 0 1.6rem;
  left: 0;
  right: 0;
  top: 5.4rem;
  max-width: 69.8rem;
  margin: 0 auto;
  background: #fff;
  z-index: 3; }

.s_abox .comm_ipt {
  border: 0;
  padding-left: 4.5rem;
  height: 4.5rem;
  background: #f5f5f5;
  border-radius: 0.5rem;
  font-size: 1.4rem; }

.s_abox .comm_ipt:focus {
  border-bottom: none; }

.s_abox .abox_btn2 {
  position: absolute;
  left: 1.6rem;
  top: 0;
  width: 4.5rem;
  height: 4.5rem;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/Images/h_search.svg); }

.s_abox .abox_del2 {
  position: absolute;
  right: 2rem;
  top: 0;
  width: 4.5rem;
  height: 4.5rem;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/Images/sch_del.svg);
  background-size: 1.8rem; }

.s_last_sch {
  padding: 2rem 3rem;
  margin-top: 4.5rem;
  z-index: 1000;
  display: none; }
  .s_last_sch.on {
    display: block !important; }

.s_last_sch .bx1 .sp {
  float: left;
  font-size: 1.6rem;
  font-weight: 600; }

.s_last_sch .bx1 .le {
  float: left;
  font-size: 1.6rem;
  font-weight: 600; }

.s_last_sch .bx1 .ri {
  float: right;
  color: #999;
  font-size: 1.4rem;
  padding: 0.2rem 0.2rem; }

.s_last_sch .bx2 {
  padding-top: 2rem; }

.s_last_sch .bx2 .slist {
  position: relative;
  font-size: 1.6rem;
  color: #333;
  height: 4rem;
  line-height: 4rem; }

.s_last_sch .bx2 .slist .del {
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/Images/sch_del_g.svg);
  background-size: 1.8rem; }

.s_last_sch .bx2 .slist a {
  display: inline-block;
  color: #333;
  padding-right: 2rem; }

.s_sch_rel {
  padding: 2rem 3rem;
  margin-top: 4.5rem;
  z-index: 1000;
  display: none; }
  .s_sch_rel.on {
    display: block !important; }

.s_sch_rel .rlist {
  position: relative; }

.s_sch_rel .rlist a {
  display: block;
  font-size: 1.6rem;
  color: #333;
  height: 4rem;
  line-height: 4rem; }

.new_thm {
  position: fixed;
  height: 6.5rem;
  padding-left: 1.6rem;
  left: 0;
  right: 0;
  top: 9.9rem;
  max-width: 69rem;
  margin: 0 auto;
  background: #fff;
  z-index: 3;
  display: none; }
  .new_thm.on {
    display: block !important; }

.new_thm .ic {
  position: absolute;
  top: 0.7rem;
  left: 2rem;
  width: 4.5rem;
  height: 4.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/Images/filter1.svg);
  background-size: 2.4rem; }

.new_thm_wr {
  padding-top: 1.5rem; }

.thm_slide li {
  float: left;
  width: auto;
  margin-right: 0.5rem; }

.thm_slide li a {
  display: block;
  padding: 0 1.2rem;
  border: 0;
  background: #fafafa;
  color: #909090;
  height: 3rem;
  font-size: 1.2rem;
  line-height: 3rem;
  border-radius: 0.7rem; }

.thm_slide li a.on {
  background: #eee; }

.thm_slide li img {
  width: auto;
  height: 3rem;
  padding: 0.7rem;
  background: #fafafa;
  border-radius: 0.7rem; }

.new_sch_List {
  position: relative;
  margin-top: 7rem;
  padding: 2rem 0 10rem;
  background: #fff;
  display: none; }
  .new_sch_List.on {
    display: block !important; }
  .new_sch_List .no-count {
    text-align: center;
    font-size: 1.5rem;
    color: #999999;
    padding-top: calc(50% - 45px); }

.scroll_wr {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden; }

.scroll_wr::-webkit-scrollbar {
  display: none; }

#Search.fixed .subp_top {
  margin-top: -5.4rem;
  opacity: 0; }

#Search.fixed .s_abox {
  top: 0;
  padding: 1rem 1.6rem; }

#Search.fixed .new_thm {
  top: 5.5rem; }

#Search.fixed .s_abox .abox_btn2,
#Search.fixed .s_abox .abox_del2 {
  top: 1rem; }

.simp_login {
  text-align: center;
  font-size: 1.6rem;
  margin: 1.5rem 0; }

.up_reply {
  background: #f5f5f5;
  padding: 2rem 2rem;
  margin-top: 2rem;
  position: relative; }

.up_reply .u1 {
  font-size: 1.4rem;
  color: #333; }

.up_reply .u1 span {
  margin-left: 2rem;
  color: #999;
  font-size: 1.2rem; }

.up_reply .u2 {
  font-size: 1.4rem;
  color: #333;
  line-height: 2.2rem;
  margin-top: 1.5rem; }

.login_at {
  margin-top: 0.7rem; }

.login_at .m1 {
  color: #333;
  font-size: 1.3rem;
  position: relative;
  padding-left: 1rem; }

.login_at .m1:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #555;
  border-radius: 50%; }

.login_at .sp {
float: left; }

.login_at .le {
float: left; }

.login_at .ri {
  float: right; }

.login_at .ri a {
  display: block;
  font-size: 1.3rem;
  color: #707070;
  border-bottom: 1px solid #707070; }

.login_at.mgt {
  margin-top: 2rem; }

@keyframes cc_ani {
  0% {
    transform: translateY(110%);
    -webkit-transform: translateY(110%); }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0); } }

@-webkit-keyframes cc_ani {
  0% {
    transform: translateY(110%);
    -webkit-transform: translateY(110%); }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0); } }

@media (min-width: 640px) {
  .pc_on {
    display: block; }
  .m_on {
    display: none; }
  html {
    background: #f6f6f6; }
  #Direction .cbox,
  #Direction .bbox,
  #Direction .abox,
  #Direction .abox,
  #Shop_view .shop_fix,
  .subp_top,
  .bt_fix,
  #hd {
    width: 70rem;
    margin: 0 auto; }
  #Direction .cbox {
    max-width: 60rem; }
#Area .abox .sp {
  position: absolute;
  top: 0;
  left: 5rem;
  width: 11rem;
  min-height: 100%;
  height: auto; }
#Area .abox .le {
  position: absolute;
  top: 0;
  left: 11rem;
  width: 11rem;
  min-height: 100%;
  height: auto; }
  #Area .abox .le {
    position: absolute;
    top: 0;
    left: 25rem;
    width: 20rem;
    min-height: 100%;
    height: auto; }
  #Area .abox .ri {
    position: absolute;
    top: 0;
    left: 30rem;
    right: 0;
    min-height: 100%;
    height: auto; }
  #Login {
    background: #fff;
    border-left: 1px solid #eff4fb;
    border-right: 1px solid #eff4fb;
    min-height: 95rem; }
  .dong_slide .slick-slide {
    width: 34rem;
    margin-right: 2rem; }
  #shop_msg_send.open_ly2 .layer_ctt,
  #shop_Event.open_ly2 .layer_ctt {
    max-width: 44rem; }
  #reviewImg.open_ly2 .layer_ctt {
    width: 52rem; }
  #reviewImg .review_slide .item {
    width: auto;
    float: none; }
  .review_write {
    left: 0; }
  #Premium_all .bene_slide .item {
    float: left;
    width: 50%; }
  #sch_fil .abox .prv_chk li {
    margin: 0.7rem 0; }
  #sch_fil .abox .prv_chk label {
    font-size: 1.4rem; }
  #sch_fil2 .abox .prv_chk li {
    margin: 0.7rem 0; }
  #sch_fil2 .abox .prv_chk label {
    font-size: 1.4rem; }
  #sch_fil1 .abox .prv_chk li {
    margin: 0.7rem 0; }
  #sch_fil1 .abox .prv_chk label {
    font-size: 1.4rem; }
  #sch_fil3 .abox .prv_chk li {
    margin: 0.7rem 0; }
  #sch_fil3 .abox .prv_chk label {
    font-size: 1.4rem; }
  .comm_suma {
    min-height: 2.6rem; }
  #Review_all .sv_new_box .item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 3rem; }
  #ex_info .abox .m1 {
    font-size: 1.5rem;
    color: #333;
    margin-top: 1rem; }
  #ex_info .bbox {
    padding-top: 7rem; }
  #ex_info .info_wrap {
    margin: 2rem 0 0;
    background: #f3f3f3;
    padding: 5rem 0;
    border-radius: 1.5rem; }
  #ex_info .lk .img {
    border-radius: 50%;
    background: #fff;
    padding: 0.5rem;
    width: 6rem;
    height: 6rem;
    margin: 0 auto; }
  #ex_info .lk a p {
    font-size: 1.5rem;
    color: #333;
    margin-top: 1rem; }
  #ex_info .cbox {
    margin-top: 5rem;
    color: #777;
    line-height: 2.3rem;
    font-size: 1.3rem; }
  #ex_info .lk {
    display: inline-block;
    vertical-align: top;
    margin: 0 1rem; } }

@media (min-width: 1024px) {
  .app_bn {
    display: none; }
  body {
    width: 70rem;
    position: relative;
    min-height: 90rem;
    background: #fff; }
  #Shop_view .shop_fix {
    width: 70rem;
    position: fixed; }
  #Direction .cbox,
  #Direction .bbox,
  #Direction .abox,
  .subp_top,
  .bt_fix,
  #hd {
    width: 70rem;
    border-left: 1px solid #eff4fb;
    border-right: 1px solid #eff4fb; }
  #Direction .cbox {
    max-width: 39rem; }
  #Area .abox .ri {
    background: #fff; }
  #container {
    border-left: 1px solid #eff4fb;
    border-right: 1px solid #eff4fb; }
  #foot {
    border-left: 1px solid #eff4fb;
    border-right: 1px solid #eff4fb; }
  #Area .abox .ri .sbox {
    position: relative; }
  #Area .abox .ri .sbox:before {
    left: -11.1rem; }
  #Area .abox .ri .sbox:after {
    right: -1px; }
/*  #Area .abox .ri .sbox:before,
  #Area .abox .ri .sbox:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #eff4fb;
    top: 0; }
*/
  .pc_info {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 36.75%; }
  .pc_info .ctt {
    position: absolute;
    width: 30rem;
    right: 8rem;
    bottom: 5rem; }
  .pc_info .ctt .img {
    margin-bottom: 30rem; }
  .pc_info .ctt p {
    color: #909090; }
  #Login {
    background: #fff;
    border-left: 1px solid #eff4fb;
    border-right: 1px solid #eff4fb;
    min-height: 95rem; }
  #review_iv .review_slide .item,
  #review_iv.open_ly2 .layer_ctt {
    width: 60rem; }
  .dong_slide_int:after {
    content: '';
    display: block;
    clear: both; }
  #Shop_all .dong_slide .item {
    float: left;
    width: 50%; }
  .sch_rst_dong .dong_slide_int:after {
    content: '';
    display: block;
    clear: both; }
  .sch_rst_dong .dong_slide_int .item {
    width: 50%; }
  .sch_il_list li {
    float: left;
    width: 50%;
    padding: 1.4rem 1.4rem;
    margin-bottom: 0; }
  .sch_il_list li:nth-child(odd) {
    border-right: 1px solid #ddd; }
  #sch_fil .abox .prv_chk label {
    font-size: 1.4rem; }
  #sch_fil1 .abox .prv_chk label {
    font-size: 1.4rem; }
  #sch_fil2 .abox .prv_chk label {
    font-size: 1.4rem; }
  #sch_fil3 .abox .prv_chk label {
    font-size: 1.4rem; }
  #Premium_all .bene_slide .item {
    float: left;
    width: 50%; }
  #Wish .sch_rst_dong .dong_slide_int .item {
    width: 100%; }
  #view_ly.open_ly .layer_ctt {
    width: 50rem; }
  #shop_msg_send.open_ly2 .layer_ctt,
  #shop_Event.open_ly2 .layer_ctt {
    max-width: 44rem; }
  .sch_il {
    padding: 4rem 2rem 12rem; }
  #reviewImg.open_ly2 .layer_ctt {
    width: 52rem; }
  #reviewImg .review_slide .item {
    width: auto;
    float: none; }
  .review_write {
    left: -45px; }
  #sch_fil .abox .prv_chk li {
    margin: 0.7rem 0; }
  #sch_fil1 .abox .prv_chk li {
    margin: 0.7rem 0; }
  #sch_fil2 .abox .prv_chk li {
    margin: 0.7rem 0; }
  #sch_fil3 .abox .prv_chk li {
    margin: 0.7rem 0; }
  .comm_suma {
    min-height: 2.6rem; }
  #Review_all .sv_new_box .item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 3rem; }
  #ex_info .abox .m1 {
    font-size: 1.5rem;
    color: #333;
    margin-top: 1rem; }
  #ex_info .bbox {
    padding-top: 7rem; }
  #ex_info .info_wrap {
    margin: 2rem 0 0;
    background: #f3f3f3;
    padding: 5rem 0;
    border-radius: 1.5rem; }
  #ex_info .lk .img {
    border-radius: 50%;
    background: #fff;
    padding: 0.5rem;
    width: 6rem;
    height: 6rem;
    margin: 0 auto; }
  #ex_info .lk a p {
    font-size: 1.5rem;
    color: #333;
    margin-top: 1rem; }
  #ex_info .cbox {
    margin-top: 5rem;
    color: #777;
    line-height: 2.3rem;
    font-size: 1.3rem; }
  #ex_info .lk {
    display: inline-block;
    vertical-align: top;
    margin: 0 1rem; } }
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


@media (max-width: 640px) {
  .comm_suma {
  	margin-top:0px;
    min-height: 2.6rem; }
   
   .comm_state {
    margin-top: 0px;
	}
}
.hint{position:relative;margin-bottom:5px;padding:20px;font-size:13px;line-height:20px;border:1px solid #DCE2E7;letter-spacing:0}
.hint span{color:#6f7b8a}
.hint b{display:inline-block;margin:0 3px;padding:2px 4px;font-weight:normal;color:#315082;background:#fafafa;border:1px solid #aaa;border-radius:2px}
