@charset "utf-8";

@font-face {
  font-family: "NPSfontBold";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2310@1.0/NPSfontBold.woff2")
    format("woff2");
  font-weight: 700;
  font-style: normal;
}
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");

/* 초기화 */
* {
  font-family: "Pretendard Variable", Pretendard, -apple-system,
    BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI",
    "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  word-break: break-all;
}
html {
  overflow-y: auto;
  height: 100%;
  background: #f1f1f1;
}
body {
  margin: 0 auto !important;
  padding: 0;
  font-size: 0.75em;
  background: #fff;
  height: 100%;
  max-width: 485px;
  position: relative;
}
html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
  margin: 0;
  padding: 0;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
legend {
  position: absolute;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}
label,
input,
button,
select,
img {
  vertical-align: middle;
  outline: none;
}
input,
button {
  margin: 0;
  padding: 0;
  font-size: 1em;
}
button {
  cursor: pointer;
  outline: none;
}
input[type="text"],
input[type="password"],
input[type="submit"],
input[type="image"],
button {
  -webkit-appearance: none;
}
textarea,
select {
  font-size: 1em;
}
textarea {
  border-radius: 0;
  -webkit-appearance: none;
  outline: none;
}
select {
  margin: 0;
  background: none;
  outline: none;
  color: #333;
}
p {
  margin: 0;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  word-break: break-all !important;
}
hr {
  display: none;
}
pre {
  overflow-x: scroll;
  font-size: 1.1em;
}
a {
  color: #000;
  text-decoration: none;
}
ul,
li,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}
ul {
  list-style: none;
}
#visit,
#ft {
  display: none;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  touch-action: manipulation;
}
#wrapper {
  overflow: hidden;
}
body {
  -ms-overflow-style: none;
}

/* ( 크롬, 사파리, 오페라, 엣지 ) 동작 */
*::-webkit-scrollbar {
  display: none;
}

* {
  -ms-overflow-style: none; /* 인터넷 익스플로러 */
  scrollbar-width: none; /* 파이어폭스 */
}

.btn-wrap {
  padding: 20px 22px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 485px;
  background: #fff;
  z-index: 3;
}
.btn-wrap button {
  background: #58ca0e;
  width: 100%;
  color: #fff;
  height: 52px;
  line-height: 52px;
  border-radius: 8px;
  font-size: 17px;
  border: none;
  cursor: pointer;
  text-align: center;
  font-weight: 500;
}

.display-none {
  display: none !important;
}
.display-flex {
  display: flex !important;
}

/* Margin */
.m-0 {
  margin: 0 !important;
}
.m-0-auto {
  margin: 0 auto !important;
}

/* Margin Left */
.m-l-auto {
  margin-left: auto;
}
.m-l-0 {
  margin-left: 0 !important;
}
.m-l-1 {
  margin-left: 1px !important;
}
.m-l-2 {
  margin-left: 2px !important;
}
.m-l-3 {
  margin-left: 3px !important;
}
.m-l-4 {
  margin-left: 4px !important;
}
.m-l-5 {
  margin-left: 5px !important;
}
.m-l-6 {
  margin-left: 6px !important;
}
.m-l-7 {
  margin-left: 7px !important;
}
.m-l-8 {
  margin-left: 8px !important;
}
.m-l-9 {
  margin-left: 9px !important;
}
.m-l-10 {
  margin-left: 10px !important;
}
.m-l-15 {
  margin-left: 15px !important;
}
.m-l-20 {
  margin-left: 20px !important;
}
.m-l-25 {
  margin-left: 25px !important;
}
.m-l-30 {
  margin-left: 30px !important;
}
.m-l-35 {
  margin-left: 35px !important;
}
.m-l-40 {
  margin-left: 40px !important;
}
.m-l-45 {
  margin-left: 45px !important;
}
.m-l-50 {
  margin-left: 50px !important;
}
.m-l-60 {
  margin-left: 60px !important;
}
.m-l-70 {
  margin-left: 70px !important;
}
.m-l-80 {
  margin-left: 80px !important;
}
.m-l-90 {
  margin-left: 90px !important;
}
.m-l-100 {
  margin-left: 100px !important;
}
.m-l--5 {
  margin-left: -5px !important;
}
.m-l--10 {
  margin-left: -10px !important;
}
.m-l--15 {
  margin-left: -15px !important;
}
.m-l--20 {
  margin-left: -20px !important;
}
.m-l--25 {
  margin-left: -25px !important;
}
.m-l--30 {
  margin-left: -30px !important;
}
.m-l--35 {
  margin-left: -35px !important;
}
.m-l--40 {
  margin-left: -40px !important;
}
.m-l--45 {
  margin-left: -45px !important;
}
.m-l--50 {
  margin-left: -50px !important;
}

/* Margin Right */
.m-r-auto {
  margin-right: auto;
}
.m-r-0 {
  margin-right: 0 !important;
}
.m-r-1 {
  margin-right: 1px !important;
}
.m-r-2 {
  margin-right: 2px !important;
}
.m-r-3 {
  margin-right: 3px !important;
}
.m-r-4 {
  margin-right: 4px !important;
}
.m-r-5 {
  margin-right: 5px !important;
}
.m-r-6 {
  margin-right: 6px !important;
}
.m-r-7 {
  margin-right: 7px !important;
}
.m-r-8 {
  margin-right: 8px !important;
}
.m-r-9 {
  margin-right: 9px !important;
}
.m-r-10 {
  margin-right: 10px !important;
}
.m-r-15 {
  margin-right: 15px !important;
}
.m-r-20 {
  margin-right: 20px !important;
}
.m-r-25 {
  margin-right: 25px !important;
}
.m-r-30 {
  margin-right: 30px !important;
}
.m-r-35 {
  margin-right: 35px !important;
}
.m-r-40 {
  margin-right: 40px !important;
}
.m-r-45 {
  margin-right: 45px !important;
}
.m-r-50 {
  margin-right: 50px !important;
}
.m-r-60 {
  margin-right: 60px !important;
}
.m-r-70 {
  margin-right: 70px !important;
}
.m-r-80 {
  margin-right: 80px !important;
}
.m-r-90 {
  margin-right: 90px !important;
}
.m-r-100 {
  margin-right: 100px !important;
}
.m-r--5 {
  margin-right: -5px !important;
}
.m-r--10 {
  margin-right: -10px !important;
}
.m-r--15 {
  margin-right: -15px !important;
}
.m-r--20 {
  margin-right: -20px !important;
}
.m-r--25 {
  margin-right: -25px !important;
}
.m-r--30 {
  margin-right: -30px !important;
}
.m-r--35 {
  margin-right: -35px !important;
}
.m-r--40 {
  margin-right: -40px !important;
}
.m-r--45 {
  margin-right: -45px !important;
}
.m-r--50 {
  margin-right: -50px !important;
}

/* Margin Top */
.m-t-0 {
  margin-top: 0 !important;
}
.m-t-1 {
  margin-top: 1px !important;
}
.m-t-2 {
  margin-top: 2px !important;
}
.m-t-3 {
  margin-top: 3px !important;
}
.m-t-4 {
  margin-top: 4px !important;
}
.m-t-5 {
  margin-top: 5px !important;
}
.m-t-6 {
  margin-top: 6px !important;
}
.m-t-7 {
  margin-top: 7px !important;
}
.m-t-8 {
  margin-top: 8px !important;
}
.m-t-9 {
  margin-top: 9px !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-t-15 {
  margin-top: 15px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-t-25 {
  margin-top: 25px !important;
}
.m-t-30 {
  margin-top: 30px !important;
}
.m-t-35 {
  margin-top: 35px !important;
}
.m-t-40 {
  margin-top: 40px !important;
}
.m-t-45 {
  margin-top: 45px !important;
}
.m-t-50 {
  margin-top: 50px !important;
}
.m-t-60 {
  margin-top: 60px !important;
}
.m-t-70 {
  margin-top: 70px !important;
}
.m-t-80 {
  margin-top: 80px !important;
}
.m-t-90 {
  margin-top: 90px !important;
}
.m-t-100 {
  margin-top: 100px !important;
}
.m-t-110 {
  margin-top: 110px !important;
}
.m-t-120 {
  margin-top: 120px !important;
}
.m-t-130 {
  margin-top: 130px !important;
}
.m-t-140 {
  margin-top: 140px !important;
}
.m-t-150 {
  margin-top: 150px !important;
}

/* Margin Bottom */
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-b-1 {
  margin-bottom: 1px !important;
}
.m-b-2 {
  margin-bottom: 2px !important;
}
.m-b-3 {
  margin-bottom: 3px !important;
}
.m-b-4 {
  margin-bottom: 4px !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.m-b-6 {
  margin-bottom: 6px !important;
}
.m-b-7 {
  margin-bottom: 7px !important;
}
.m-b-8 {
  margin-bottom: 8px !important;
}
.m-b-9 {
  margin-bottom: 9px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-b-25 {
  margin-bottom: 25px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.m-b-35 {
  margin-bottom: 35px !important;
}
.m-b-40 {
  margin-bottom: 40px !important;
}
.m-b-45 {
  margin-bottom: 45px !important;
}
.m-b-50 {
  margin-bottom: 50px !important;
}
.m-b-60 {
  margin-bottom: 60px !important;
}
.m-b-70 {
  margin-bottom: 70px !important;
}
.m-b-80 {
  margin-bottom: 80px !important;
}
.m-b-90 {
  margin-bottom: 90px !important;
}
.m-b-100 {
  margin-bottom: 100px !important;
}
.m-b-110 {
  margin-bottom: 110px !important;
}
.m-b-120 {
  margin-bottom: 120px !important;
}
.m-b-130 {
  margin-bottom: 130px !important;
}
.m-b-140 {
  margin-bottom: 140px !important;
}
.m-b-150 {
  margin-bottom: 150px !important;
}

/* Margin hr */
.margin-hr-5 {
  height: 1px;
  border-top: 1px solid #eaeaea;
  margin: 5px 0;
}
.margin-hr-10 {
  height: 1px;
  border-top: 1px solid #eaeaea;
  margin: 10px 0;
}
.margin-hr-15 {
  height: 1px;
  border-top: 1px solid #eaeaea;
  margin: 15px 0;
}
.margin-hr-20 {
  height: 1px;
  border-top: 1px solid #eaeaea;
  margin: 20px 0;
}
.margin-hr-25 {
  height: 1px;
  border-top: 1px solid #eaeaea;
  margin: 25px 0;
}
.margin-hr-30 {
  height: 1px;
  border-top: 1px solid #eaeaea;
  margin: 30px 0;
}
.margin-hr-35 {
  height: 1px;
  border-top: 1px solid #eaeaea;
  margin: 35px 0;
}
.margin-hr-40 {
  height: 1px;
  border-top: 1px solid #eaeaea;
  margin: 40px 0;
}

/* Padding */
.p-0 {
  padding: 0 !important;
}
.p-5 {
  padding: 5px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-15 {
  padding: 15px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-25 {
  padding: 25px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-35 {
  padding: 35px !important;
}
.p-40 {
  padding: 40px !important;
}
.p-45 {
  padding: 45px !important;
}
.p-50 {
  padding: 50px !important;
}
.p-60 {
  padding: 60px !important;
}
.p-70 {
  padding: 70px !important;
}
.p-80 {
  padding: 80px !important;
}
.p-90 {
  padding: 90px !important;
}
.p-100 {
  padding: 100px !important;
}

/* Padding Left */
.p-l-0 {
  padding-left: 0 !important;
}
.p-l-5 {
  padding-left: 5px !important;
}
.p-l-10 {
  padding-left: 10px !important;
}
.p-l-15 {
  padding-left: 15px !important;
}
.p-l-20 {
  padding-left: 20px !important;
}
.p-l-25 {
  padding-left: 25px !important;
}
.p-l-30 {
  padding-left: 30px !important;
}
.p-l-35 {
  padding-left: 35px !important;
}
.p-l-40 {
  padding-left: 40px !important;
}
.p-l-45 {
  padding-left: 45px !important;
}
.p-l-50 {
  padding-left: 50px !important;
}
.p-l-60 {
  padding-left: 60px !important;
}
.p-l-70 {
  padding-left: 70px !important;
}
.p-l-80 {
  padding-left: 80px !important;
}
.p-l-90 {
  padding-left: 90px !important;
}
.p-l-100 {
  padding-left: 100px !important;
}

/* Padding Right */
.p-r-0 {
  padding-right: 0 !important;
}
.p-r-5 {
  padding-right: 5px !important;
}
.p-r-10 {
  padding-right: 10px !important;
}
.p-r-15 {
  padding-right: 15px !important;
}
.p-r-20 {
  padding-right: 20px !important;
}
.p-r-25 {
  padding-right: 25px !important;
}
.p-r-30 {
  padding-right: 30px !important;
}
.p-r-35 {
  padding-right: 35px !important;
}
.p-r-40 {
  padding-right: 40px !important;
}
.p-r-45 {
  padding-right: 45px !important;
}
.p-r-50 {
  padding-right: 50px !important;
}
.p-r-60 {
  padding-right: 60px !important;
}
.p-r-70 {
  padding-right: 70px !important;
}
.p-r-80 {
  padding-right: 80px !important;
}
.p-r-90 {
  padding-right: 90px !important;
}
.p-r-100 {
  padding-right: 100px !important;
}

/* Padding Top */
.p-t-0 {
  padding-top: 0 !important;
}
.p-t-5 {
  padding-top: 5px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.p-t-15 {
  padding-top: 15px !important;
}
.p-t-20 {
  padding-top: 20px !important;
}
.p-t-25 {
  padding-top: 25px !important;
}
.p-t-30 {
  padding-top: 30px !important;
}
.p-t-35 {
  padding-top: 35px !important;
}
.p-t-40 {
  padding-top: 40px !important;
}
.p-t-45 {
  padding-top: 45px !important;
}
.p-t-50 {
  padding-top: 50px !important;
}
.p-t-60 {
  padding-top: 60px !important;
}
.p-t-60 {
  padding-top: 70px !important;
}
.p-t-80 {
  padding-top: 80px !important;
}
.p-t-90 {
  padding-top: 90px !important;
}
.p-t-100 {
  padding-top: 100px !important;
}
.p-t-110 {
  padding-top: 110px !important;
}
.p-t-120 {
  padding-top: 120px !important;
}
.p-t-130 {
  padding-top: 130px !important;
}
.p-t-140 {
  padding-top: 140px !important;
}
.p-t-150 {
  padding-top: 150px !important;
}

/* Padding Bottom */
.p-b-0 {
  padding-bottom: 0 !important;
}
.p-b-5 {
  padding-bottom: 5px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.p-b-15 {
  padding-bottom: 15px !important;
}
.p-b-20 {
  padding-bottom: 20px !important;
}
.p-b-25 {
  padding-bottom: 25px !important;
}
.p-b-30 {
  padding-bottom: 30px !important;
}
.p-b-35 {
  padding-bottom: 35px !important;
}
.p-b-40 {
  padding-bottom: 40px !important;
}
.p-b-45 {
  padding-bottom: 45px !important;
}
.p-b-50 {
  padding-bottom: 50px !important;
}
.p-b-60 {
  padding-bottom: 60px !important;
}
.p-b-60 {
  padding-bottom: 70px !important;
}
.p-b-80 {
  padding-bottom: 80px !important;
}
.p-b-90 {
  padding-bottom: 90px !important;
}
.p-b-100 {
  padding-bottom: 100px !important;
}
.p-b-110 {
  padding-bottom: 110px !important;
}
.p-b-120 {
  padding-bottom: 120px !important;
}
.p-b-130 {
  padding-bottom: 130px !important;
}
.p-b-140 {
  padding-bottom: 140px !important;
}
.p-b-150 {
  padding-bottom: 150px !important;
}
/* 팝업레이어 */
#hd_pop {
  z-index: 1000;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 0;
}
#hd_pop h2 {
  position: absolute;
  font-size: 0;
  text-indent: -9999em;
  line-height: 0;
  overflow: hidden;
}
.hd_pops {
  position: absolute;
  border: 1px solid #e9e9e9;
  background: #fff;
}
.hd_pops img {
  max-width: 100%;
  height: auto;
}
.hd_pops_con {
}
.hd_pops_footer {
  padding: 10px 0;
  background: #000;
  color: #fff;
  text-align: right;
}
.hd_pops_footer button {
  margin-right: 5px;
  padding: 5px 10px;
  border: 0;
  background: #393939;
  color: #fff;
}

/* 상단 레이아웃 */
#hd {
  position: relative;
  background: #212020;
}
#hd:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#hd_h1 {
  position: absolute;
  font-size: 0;
  text-indent: -9999em;
  line-height: 0;
  overflow: hidden;
}

#logo {
  padding: 10px 10px;
  height: 60px;
  text-align: center;
}
#logo img {
  vertical-align: middle;
  margin-top: 5px;
  max-height: 100%;
  width: auto;
}
#gnb_open {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0 10px;
  height: 40px;
  width: 40px;
  border: 0;
  background-size: 70%;
  color: #fff;
  background: none;
  font-size: 2em;
}
#gnb {
  display: none;
  background: #efefef;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  max-width: 400px;
  height: 100%;
  overflow-y: auto;
  -webkit-box-shadow: 0 0 5px rgba(55, 55, 5, 0.4);
  -moz-box-shadow: 0 0 5px rgba(55, 55, 5, 0.4);
  box-shadow: 0 0 5px rgba(55, 55, 5, 0.4);
}

#gnb_1dul {
  background: #fff;
}
#gnb_1dul a {
  display: block;
  color: #000;
}
.gnb_1dli {
  position: relative;
  line-height: 40px;
}
.gnb_1dli button {
  position: absolute;
  top: 5px;
  right: 0;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border: 0;
  font-size: 1.2em;
  background: #fff;
  background: url(../img/mobile/gnb_bg2.png) no-repeat 50% 50%;
  text-indent: -9999px;
}
.gnb_1dli button.btn_gnb_cl {
  background: url(../img/mobile/gnb_bg.png) no-repeat 50% 50%;
}
.gnb_1da {
  padding: 5px 20px;
  border-bottom: 1px solid #eee;
  font-weight: bold;
  font-size: 1.2em;
}
.gnb_2dul {
  display: none;
  background: #fafafa;
}
.gnb_2da {
  padding-left: 30px;
}
#gnb_close {
  display: block;
  position: absolute;
  right: 8px;
  top: 10px;
  z-index: 99;
  font-weight: bold;
  margin: 0;
  height: 40px;
  width: 40px;
  border: 0;
  color: #bfb8b2;
  font-size: 2em;
  background: transparent;
}

#gnb_empty {
  padding: 20px 0;
  color: #fff;
  text-align: center;
  line-height: 2em;
}
#gnb_empty a {
  display: inline;
  text-decoration: underline;
}

#hd_sch {
  text-align: center;
  padding: 12px 55px 12px 15px;
  background: #212020;
}
#hd_sch h2 {
  position: absolute;
  font-size: 0;
  text-indent: -9999em;
  line-height: 0;
  overflow: hidden;
}
#hd_sch form {
  position: relative;
  padding-right: 40px;
}
#hd_sch #sch_stx {
  width: 100%;
  height: 38px;
  margin-left: 40px;
  background: #464646;
  border: 0;
  color: #fff;
}
#hd_sch #sch_submit {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 38px;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  color: #a6a5a5;
  background: #464646;
  font-size: 1.25em;
}

#user_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0 10px;
  height: 40px;
  width: 40px;
  border: 0;
  color: #fff;
  font-size: 1.8em;
  background: none;
  letter-spacing: -0.1em;
}
#user_menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 9999;
  background: #efefef;
  text-align: center;
}
#user_close {
  display: block;
  position: absolute;
  right: 8px;
  top: 10px;
  z-index: 99;
  font-weight: bold;
  margin: 0;
  height: 40px;
  width: 40px;
  border: 0;
  color: #bfb8b2;
  font-size: 1.8em;
  background: transparent;
}

#snb_cnt span {
  display: inline-block;
  float: right;
  padding: 0 7px;
  height: 18px;
  margin-top: 3px;
  line-height: 18px;
  font-size: 12px;
  background: #da22f5;
  border-radius: 20px;
  color: #fff;
}

#hd_nb {
  background: #fff;
  margin-top: 10px;
  border-bottom: 1px solid #e1e1e1;
}
#hd_nb:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#hd_nb li {
  width: 50%;
  float: left;
  text-align: center;
  line-height: 25px;
  font-size: 1.083em;
  font-weight: bold;
}
#hd_nb li a {
  display: block;
  color: #717171;
  text-align: left;
  padding: 10px 15px;
}
#hd_nb li i {
  font-size: 14px;
  margin-right: 10px;
  color: #a5a8ac;
}
#hd_nb .hd_nb1 {
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
#hd_nb .hd_nb2 {
  border-bottom: 1px solid #efefef;
}
#hd_nb .hd_nb3 {
  border-right: 1px solid #efefef;
}

/* 텍스트 크기 조절 */
#text_size {
  margin: 10px 0;
  text-align: center;
  display: inline-block;
  padding: 7px 20px;
  background: #e6e7e9;
  border-radius: 25px;
  height: 48px;
}
#text_size button {
  margin: 0 5px;
  border: 0;
  background: none;
  height: 35px;
  width: 35px;
  border-radius: 50%;
}
#text_size button.select {
  background: #fff;
  border-bottom: 1px solid #bbb;
  -webkit-box-shadow: 0 0 5px rgba(100, 80, 100, 0.2);
  -moz-box-shadow: 0 0 5px rgba(100, 100, 100, 0.2);
  box-shadow: 0 0 5px rgba(100, 100, 100, 0.2);
}
.ts_up {
  font-size: 1.167em !important;
}
.ts_up2 {
  font-size: 1.3em !important;
}

/* 중간 레이아웃 */
#wrapper {
  background: #fff;
}
#wrapper:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#container {
  position: relative;
  padding: 0 20px;
}
#container:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#container_title {
  font-size: 18px;
  font-weight: bold;
  height: 60px;
  padding: 0;
  line-height: 60px;
  background: #fff;
  color: #000;
  text-align: center;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 485px;
  z-index: 2;
}
#container_title a#back_btn {
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 2;
}
#container_title a#back_btn img {
  height: 16px;
}
.top {
  position: relative;
}
.btn_top {
  position: absolute;
  top: 0px;
  right: 10px;
  z-index: 999;
  padding: 0;
}
.btn_top > li {
  display: inline-block;
  line-height: 60px;
}
.btn_top a,
.btn_top button,
.btn_top .btn_submit {
}
.btn_top .btn_cancel,
.btn_top .btn_b01 {
  border: 1px solid #aaa;
  background: none;
  color: #666;
  line-height: 28px;
  background: #fff;
}
.fixed {
  position: fixed;
  top: 0;
  z-index: 999;
}
.fixed.btn_bo_user {
  right: 10px;
}
#container_title.fixed {
  width: 100%;
  max-width: 485px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

/* 하단 레이아웃 */
#ft {
  background: #222;
  padding: 0px 20px 20px;
}
#ft h1 {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#ft p {
  margin: 0;
  padding: 10px 0;
  line-height: 1.8em;
}

#ft_copy {
  padding: 10px;
  line-height: 2em;
  text-align: center;
  color: #777;
}
#ft_copy #ft_company {
  text-align: center;
}
#ft_copy #ft_company a {
  display: inline-block;
  padding: 0 10px;
  line-height: 1em;
  border-left: 1px solid #333;
  color: #fff;
}
#ft_copy #ft_company a:first-child {
  border: 0;
}
.ft_cnt {
  font-weight: normal;
  color: #e3e3e3;
  line-height: 2em;
  text-align: center;
}
.ft_cnt h2 {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#ft_copy b {
  color: inherit;
}
#ft_copy a {
  color: inherit;
  text-decoration: none;
}

#top_btn {
  position: fixed;
  bottom: 10px;
  right: 15px;
  width: 50px;
  height: 50px;
  line-height: 36px;
  border: 2px solid #d2d2d2;
  border-radius: 50%;
  background: #fff;
  color: #d2d2d2;
  text-align: center;
  font-size: 15px;
  z-index: 99;
  -webkit-box-shadow: 1px 2px 5px rgba(191, 191, 191, 0.4);
  -moz-box-shadow: 1px 2px 5px rgba(191, 191, 191, 0.4);
  box-shadow: 1px 2px 5px rgba(191, 191, 191, 0.4);
}
#top_btn i {
  font-size: 1.4em;
}
#top_btn:hover {
  background: #3b8afb;
  border-color: #3b8afb;
  color: #fff;
}
#device_change {
  display: block;
  line-height: 40px;
  border-radius: 5px;
  background: #302e2e;
  color: #777;
  font-size: 1em;
  text-decoration: none;
  text-align: center;
}

/* 게시물 선택복사 선택이동 */
#copymove {
}
.copymove_current {
  float: right;
  color: #ff3061;
}
.copymove_currentbg {
  background: #f4f4f4;
}
#copymove .tbl_head01 {
  margin-top: 10px;
}
#copymove td {
  background: #fff;
}
#copymove .win_btn {
  margin: 10px;
}

/* 화면낭독기 사용자용 */
#hd_login_msg {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.msg_sound_only,
.sound_only {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  font-size: 0 !important;
  line-height: 0 !important;
  overflow: hidden;
}

/* 본문 바로가기 */
.to_content a {
  z-index: 100000;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

/* 이미지 등비율 리사이징 */
.img_fix {
  width: 100%;
  height: auto;
}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {
  position: relative;
}
#captcha legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}
#captcha #captcha_img {
  height: 40px;
  border: 1px solid #898989;
  vertical-align: top;
  padding: 0;
  margin: 0;
}
#captcha #captcha_mp3 {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: url("../../../img/captcha2.png") no-repeat;
  text-indent: -999px;
  border-radius: 3px;
}
#captcha #captcha_reload {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  background: url("../../../img/captcha2.png") no-repeat 0 -40px;
  text-indent: -999px;
  border-radius: 3px;
}
#captcha #captcha_key {
  margin: 0 0 0 3px;
  padding: 0 5px;
  width: 90px;
  height: 40px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 1.333em;
  font-weight: bold;
  text-align: center;
  border-radius: 0;
  vertical-align: top;
}
#captcha #captcha_info {
  display: block;
  margin: 3px 0 5px;
  font-size: 0.95em;
  letter-spacing: -0.1em;
}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {
  display: block;
  margin: 0 0 5px;
}

/* 구글리캡챠 크기 조정 scale */
#captcha.recaptcha {
  width: 213px;
  height: 55px;
  overflow: hidden;
}
#rc-imageselect,
.g-recaptcha {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

/* ckeditor 태그 기본값 */
#bo_v_con ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
#bo_v_con ol {
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
#bo_v_con li {
  display: list-item;
}

/*단축키일람 */
.cke_sc {
  text-align: right;
}
.btn_cke_sc {
  background: #333;
  color: #fff;
  padding: 5px;
  border: none;
}
.cke_sc_def {
  margin: 0 0 5px;
  padding: 10px;
  border: 1px solid #ccc;
  background: #f7f7f7;
  text-align: center;
}
.cke_sc_def dl {
  margin: 0 0 5px;
  text-align: left;
  zoom: 1;
}
.cke_sc_def dl:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.cke_sc_def dt,
.cke_sc_def dd {
  float: left;
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px solid #e9e9e9;
}
.cke_sc_def dt {
  width: 50%;
  font-weight: bold;
}
.cke_sc_def dd {
  width: 50%;
}
.btn_cke_sc_close {
  background: #333;
  padding: 5px;
  border: none;
  color: #fff;
}

/* 버튼 */
.btn {
  display: inline-block;
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
}
a.btn01 {
  display: inline-block;
  background: #ddd;
  color: #444;
  text-decoration: none;
  vertical-align: middle;
}
a.btn01:focus,
a.btn01:hover {
  text-decoration: none;
}
button.btn01 {
  display: inline-block;
  margin: 0;
  padding: 7px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  text-decoration: none;
}
a.btn02 {
  display: inline-block;
  border: 1px solid #3b3c3f;
  background: #4b545e;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}
a.btn02:focus,
.btn02:hover {
  text-decoration: none;
}
button.btn02 {
  display: inline-block;
  margin: 0;
  padding: 7px;
  border: 1px solid #3b3c3f;
  background: #4b545e;
  color: #fff;
  text-decoration: none;
}

.btn_confirm {
  text-align: center;
} /* 서식단계 진행 */

.btn_submit {
  border: 0;
  background: black;
  color: #fff;
  cursor: pointer;
  border-radius: 10px;
  width: 100%;
}

.btn_close {
  border: 1px solid #dcdcdc;
  cursor: pointer;
  border-radius: 3px;
  background: #fff;
}
a.btn_close {
  text-align: center;
  line-height: 50px;
}

a.btn_cancel {
  display: inline-block;
  background: #ddd;
  color: #444;
  text-decoration: none;
  vertical-align: middle;
}
button.btn_cancel {
  display: inline-block;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  vertical-align: top;
  text-decoration: none;
}
a.btn_frmline,
button.btn_frmline {
  display: inline-block;
  padding: 0 5px;
  border: 0;
  background: #fff;
  border: 1px solid #3a8afd;
  color: #3a8afd;
  letter-spacing: -0.1em;
  text-decoration: none;
  vertical-align: top;
} /* 우편번호검색버튼 등 */
button.btn_frmline {
  font-size: 1em;
}

/* 게시판용 버튼 */
a.btn_b01,
.btn_b01 {
  display: inline-block;
  background: #3a8afd;
  color: #fff;
  border-radius: 3px;
  padding: 10px;
  border: 0;
  text-decoration: none;
  vertical-align: middle;
}
.btn_b01:hover,
.btn_b01:hover {
}
a.btn_b02,
.btn_b02 {
  display: inline-block;
  background: transparent;
  color: #fff;
  border: 0;
  border-radius: 3px;
  padding: 10px;
  text-decoration: none;
  vertical-align: middle;
}
a.btn_b02:hover,
.btn_b02:hover {
}
a.btn_b03,
.btn_b03 {
  display: inline-block;
  line-height: 28px;
  border: 0;
  background: transparent;
  color: #bababa;
  text-decoration: none;
  vertical-align: middle;
}
a.btn_b03:hover,
.btn_b03:hover {
}
a.btn_admin {
  display: inline-block;
  color: #d13f4a;
  font-size: 1.4em;
  text-decoration: none;
  vertical-align: middle;
} /* 관리자 전용 버튼 */
a.btn_admin:focus,
a.btn_admin:hover {
}
.fix_btn {
  position: fixed;
  z-index: 99;
  bottom: 65px;
  right: 15px;
  background: #3a8afd;
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  border-radius: 50% !important;
  font-size: 1.8em;
  line-height: 50px !important;
  -webkit-box-shadow: 1px 2px 5px rgba(191, 191, 191, 0.4);
  -moz-box-shadow: 1px 2px 5px rgba(191, 191, 191, 0.4);
  box-shadow: 1px 2px 5px rgba(191, 191, 191, 0.4);
}
a.btn,
.btn {
  line-height: 35px;
  width: 30px;
  height: 35px;
  padding: 0 5px;
  text-align: center;
  font-weight: bold;
  border: 0;
  font-size: 1.4em;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

/* 기본테이블 */
.tbl_wrap {
  margin: 0 10px 10px;
}
.tbl_wrap table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.tbl_wrap caption {
  padding: 10px 0;
  color: #4b8b99;
  font-weight: bold;
  text-align: left;
}

.tbl_head01 {
}
.tbl_head01 caption {
  padding: 0 0 10px;
  color: #777;
  text-align: left;
}
.tbl_head01 thead th {
  padding: 12px 0;
  border: 1px solid #d8dbdf;
  background: #f7f7f9;
  color: #383838;
  font-size: 0.95em;
  text-align: center;
  letter-spacing: -0.1em;
}
.tbl_head01 thead a {
  color: #383838;
}
.tbl_head01 thead th input {
  vertical-align: top;
} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  background: #484848;
  color: #fff;
}
.tbl_head01 tfoot td {
  border-color: #e3e3e5;
  background: #484848;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.tbl_head01 tbody {
  text-align: left;
}
.tbl_head01 tbody th {
  padding: 5px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.tbl_head01 td {
  padding: 5px;
  border: 1px solid #e7e9ec;
  border-top: 0;
  line-height: 1.5em;
  word-break: break-all;
}

.tbl_head02 {
}
.tbl_head02 caption {
  padding: 0 0 10px;
  color: #777;
  text-align: left;
}
.tbl_head02 thead th {
  padding: 5px 0;
  border-top: 1px solid #d1dee2;
  border-bottom: 1px solid #d1dee2;
  background: #e5ecef;
  color: #383838;
  font-size: 0.95em;
  text-align: center;
  letter-spacing: -0.1em;
}
.tbl_head02 thead a {
  color: #383838;
}
.tbl_head02 thead th input {
  vertical-align: top;
} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  background: #484848;
  color: #fff;
}
.tbl_head02 tfoot td {
  background: #484848;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.tbl_head02 tbody th {
  padding: 5px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.tbl_head02 td {
  padding: 5px 3px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  line-height: 1.4em;
  word-break: break-all;
}
.custom_btn_box {
  text-align: center;
}
.custom_btn_box .custom_btn {
}

/* 기본리스트 */
.list_01 ul {
}
.list_01 li {
  border-bottom: 1px solid #e5ecee;
  padding: 15px;
}
.list_01 li:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.all_chk {
  padding: 15px;
  border-bottom: 1px solid #e8eaee;
  background: #fff;
}

/* 기본폼 */
.form_01 .write_div {
  margin-bottom: 10px;
  position: relative;
}
.form_01 li {
  margin: 0 0 10px;
  position: relative;
  list-style: none;
}
.form_01 textarea,
.frm_input {
  border: 1px solid #ddd;
  background: #fff;
  color: #000;
  vertical-align: middle;
  padding: 5px;
  border-radius: 8px;
  box-shadow: none;
}
.form_01 textarea {
  width: 100%;
  resize: none;
}
.frm_input {
  height: 46px;
  font-size: 15.5px;
  padding: 0 13px;
}
.full_input {
  width: 100%;
}
.form_01 .frm_file {
  display: block;
  margin-bottom: 5px;
  width: 100%;
}
.form_01 select {
  height: 40px;
  background-color: #fff;
}
.form_01 .frm_info {
  font-size: 0.92em;
  color: #3a8afd;
  text-align: left;
  margin: 3px 0 10px;
  display: block;
  line-height: 1.3em;
}

/* 자료 없는 목록 */
.empty_table {
  padding: 100px 0 !important;
  color: #777;
  text-align: center;
  border-bottom: 0 !important;
  font-size: 14px;
}
.empty_list {
  padding: 20px 0 !important;
  text-align: center;
}

/* 필수입력 */
.required,
textarea.required {
  background-image: url("../img/require.png") !important;
  background-repeat: no-repeat !important;
  background-position: right top !important;
}

/* 테이블 항목별 정의 */
.td_board {
  width: 120px;
  text-align: center;
}
.td_category {
  width: 80px;
  text-align: center;
}
.td_chk {
  width: 30px;
  text-align: center;
}
.td_date {
  width: 60px;
  text-align: center;
}
.td_datetime {
  width: 150px;
  text-align: center;
}
.td_group {
  width: 100px;
  text-align: center;
}
.td_mb_id {
  width: 100px;
  text-align: center;
}
.td_mng {
  width: 80px;
  text-align: center;
}
.td_name {
  width: 100px;
  text-align: left;
}
.td_nick {
  width: 100px;
  text-align: center;
}
.td_num {
  width: 50px;
  text-align: center;
}
.td_numbig {
  width: 80px;
  text-align: center;
}
.td_stat {
  width: 60px;
  text-align: center;
}

.txt_active {
  color: #5d910b;
}
.txt_done {
  color: #e8180c;
}
.txt_expired {
  color: #999;
}
.txt_rdy {
  color: #8abc2a;
}

/* 새창 기본 스타일 */
.new_win {
  position: relative;
  background: #fff;
}
.new_win #win_title {
  font-size: 1.3em;
  height: 50px;
  line-height: 30px;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.new_win #win_title .sv {
  font-size: 0.75em;
  line-height: 1.2em;
}
.new_win_con {
}

.new_win .win_ul {
  margin-bottom: 15px;
  padding: 0 20px;
}
.new_win .win_ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.new_win .win_ul li {
  float: left;
  background: #fff;
  text-align: center;
  padding: 0 10px;
  border: 1px solid #d6e9ff;
  border-radius: 30px;
  margin-left: 5px;
}
.new_win .win_ul li:first-child {
  margin-left: 0;
}
.new_win .win_ul li a {
  display: block;
  padding: 8px 0;
  color: #6794d3;
}
.new_win .win_ul .selected {
  background: #3a8afd;
  border-color: #3a8afd;
  position: relative;
  z-index: 5;
}
.new_win .win_ul .selected a {
  color: #fff;
  font-weight: bold;
}
.new_win .win_desc {
  position: relative;
  margin: 10px;
  border-radius: 5px;
  font-size: 1em;
  background: #f2838f;
  color: #fff;
  line-height: 50px;
  text-align: left;
  padding: 0 20px;
}
.new_win .win_desc i {
  font-size: 1.2em;
  vertical-align: baseline;
}
.new_win .win_desc:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 50px;
  background: #da4453;
  border-radius: 3px 0 0 3px;
}

.new_win .win_total {
  float: right;
  display: inline-block;
  line-height: 30px;
  font-weight: normal;
  font-size: 0.75em;
  color: #3a8afd;
  background: #f6f6f6;
  padding: 0 10px;
  border-radius: 5px;
}
.new_win .new_win_con:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.new_win .new_win_con2 {
  margin: 20px 0;
}

.new_win .win_btn {
  clear: both;
  text-align: center;
}
.new_win .win_btn a {
  display: inline-block;
  height: 45px;
  line-height: 40px;
  font-weight: bold;
}
.new_win .cert_btn {
  text-align: center;
}
.new_win .btn_close {
  width: 60px;
  height: 45px;
  overflow: hidden;
  cursor: pointer;
}

/* 검색결과 색상 */
.sch_word {
  color: #fff;
  background: #ff005a;
  padding: 2px 4px;
  margin: 0 2px;
}

/* 사이드뷰 */
.sv_wrap {
  display: inline-block;
  position: relative;
  font-weight: normal;
  line-height: 20px;
}
.sv_wrap .sv {
  z-index: 1000;
  width: 100px;
  display: none;
  margin: 5px 0 0;
  font-size: 0.92em;
  background: #333;
  text-align: left;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
}
.sv_wrap .sv:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #333 transparent;
}
.sv_wrap .sv a {
  display: inline-block;
  width: 100px;
  margin: 0;
  padding: 0 10px;
  line-height: 30px;
  font-weight: normal;
  color: #bbb;
}
.sv_wrap .sv a:hover {
  background: #000;
  color: #fff;
}
.sv_member {
  color: #333;
  font-weight: bold;
}
.sv_on {
  display: block !important;
  position: absolute;
  top: 23px;
  left: 0px;
  width: auto;
  height: auto;
}
.sv_nojs .sv {
  display: block;
}

/* 페이징 */
.pg_wrap {
  clear: both;
  display: block;
  padding: 10px 0;
  text-align: center;
}
.pg_wrap:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.pg {
  text-align: center;
}
.pg_page,
.pg_current {
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  font-weight: 500;
  border: 1px solid #fff;
}
.pg a:focus,
.pg a:hover {
  text-decoration: none;
}
.pg_page {
  color: #5a5a5a;
  font-size: 1.083em;
  height: 30px;
  line-height: 28px;
  padding: 0 5px;
  min-width: 30px;
  text-decoration: none;
  border-radius: 3px;
}
.pg_page:hover {
  background-color: #fafafa;
}
.pg_start {
  text-indent: -999px;
  overflow: hidden;
  background: url("../img/btn_first.gif") no-repeat 50% 50% #fff;
  padding: 0;
  border: 1px solid #fff;
}
.pg_prev {
  text-indent: -999px;
  overflow: hidden;
  background: url("../img/btn_prev.gif") no-repeat 50% 50% #fff;
  padding: 0;
  border: 1px solid #fff;
}
.pg_end {
  text-indent: -999px;
  overflow: hidden;
  background: url("../img/btn_end.gif") no-repeat 50% 50% #fff;
  padding: 0;
  border: 1px solid #fff;
}
.pg_next {
  text-indent: -999px;
  overflow: hidden;
  background: url("../img/btn_next.gif") no-repeat 50% 50% #fff;
  padding: 0;
  border: 1px solid #fff;
}
.pg_start:hover,
.pg_prev:hover,
.pg_end:hover,
.pg_next:hover {
  background-color: #fafafa;
}

.pg_current {
  display: inline-block;
  background: #fff;
  border: 1px solid #666;
  font-weight: bold;
  height: 30px;
  padding: 0 5px;
  line-height: 28px;
  min-width: 30px;
  border-radius: 3px;
}

/*푸터*/
footer {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 485px;
  margin: 0 auto;
  z-index: 11;
  background: #fff;
}
footer .container {
  background: #fff;
  padding: unset;
  max-width: 485px;
  width: 100%;
  height: 65px;
  display: flex;
  -webkit-box-shadow: 0 -5px 15px 2px rgba(0, 0, 0, 0.03);
  box-shadow: 0 -5px 15px 2px rgba(0, 0, 0, 0.03);
  align-items: center;
}
footer .container .nav-item {
  flex-basis: 20%;
  text-align: center;
  height: 65px;
  position: relative;
}
footer .container .nav-item a {
  display: block;
  padding: 11px 0;
  height: 100%;
  width: 100%;
  position: relative;
}
footer .container .nav-item img {
  margin: 0 auto;
  width: 20px;
  height: 20px;
  vertical-align: top;
  display: block;
}
footer .container .nav-item img.on_img {
  display: none;
}
footer .container .nav-item span {
  display: block;
  font-size: 11.5px;
  height: auto;
  line-height: normal;
  color: #aaa;
  padding-top: 5px;
  font-weight: 500;
}
.nav-item span.active {
  color: #58ca0e !important;
}
footer .container .nav-item .active img {
  display: none;
}
footer .container .nav-item .active img.on_img {
  display: block;
}
.nav-item .new-chat-badge,
.nav-item .new-resv-badge {
  position: absolute;
  top: 8px;
  right: 29%;
  font-weight: bold;
  background: #dc0000;
  color: #fff;
  font-size: 10px;
  padding: 2px 2px 1px;
  border-radius: 9px;
  min-width: 15px;
}

/*메인*/
#container {
  background: white;
  padding-top: 60px;
}
.main_container .swiper {
  width: 100%;
}

.main_container .content_list {
  overflow: hidden;
}
.main_container .img_view {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.main_container .img_count {
  position: absolute;
  bottom: 13px;
  right: 19px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0 9px;
  border-radius: 15px;
  font-size: 11px;
  height: 19px;
  line-height: 21px;
  display: block;
  letter-spacing: -0.3px;
  font-weight: 500;
}
.main_container .list_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 20px 0 25px;
  justify-content: space-between;
}
.main_container .list_col {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.main_container .list_col .list_item {
  width: 30.5%;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  position: relative;
}
.main_container .list_col .list_item a {
  display: block;
  width: 100%;
  height: 100%;
}
.main_container .list_col .list_item a span {
  display: block;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  width: 100%;
  padding: 21% 0;
}
.main_container .list_col .list_item img {
  width: auto;
  height: 35px;
}
.main_container .list_col .list_item:nth-child(n + 4):nth-child(-n + 6) {
  margin-top: 15px;
}
.main_container .list_col .list_item .best_iconbox {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 45px;
  height: 22px;
  background: url(../img/best_i.png) no-repeat center center;
  background-size: 45px auto;
  text-indent: -9999px;
  z-index: 1;
}
.main_container .list_col .list_item .op_iconbox {
  position: absolute;
  top: -10px;
  right: -5px;
  display: block;
  width: 38px;
  height: 34px;
  background: url(../img/op_i.png) no-repeat center center;
  background-size: 37px auto;
  text-indent: -9999px;
  z-index: 1;
}
.main_container .list_box p {
  margin-top: 7px;
  font-size: 13px;
  color: #454545;
  font-weight: 500;
}
.main_container .list_item_single {
  width: 21.5%;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.main_container .list_item_single a {
  display: block;
  width: 100%;
  height: 100%;
}
.main_container .list_item_single span {
  display: block;
  height: calc(100% - 23px);
  border: 1px solid #25bb08;
  background: #f1f9f1;
  border-radius: 15px;
  position: relative;
}
.main_container .list_item_single img {
  width: auto;
  height: 33px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.main_container .main_list_box {
  margin: 0 -20px;
  padding-left: 20px;
  margin-bottom: 25px;
}
.main_container .main_list_box .swiper {
  padding-right: 20px;
}
.main_container .content_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  margin-right: 20px;
  flex-wrap: wrap;
}
.main_container .content_title p {
  font-size: 18px;
  width: calc(100% - 45px);
}
.main_container .content_title a {
  font-size: 13px;
  color: #777;
  font-weight: 400;
  display: flex;
  align-items: center;
  width: 45px;
}
.main_container .content_title a img {
  height: 10px;
  margin-left: 5px;
}
.main_container .content_item {
  width: 25%;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  position: relative;
}
.main_container .content_item img {
  width: 100%;
}
.main_container .item_container {
  margin: 10px 0;
}
.main_container .item_header {
  margin-bottom: 6px;
  text-align: left;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main_container .item_category {
  background-color: #eff9ec;
  color: #22870f;
  padding: 3px 8px;
  border-radius: 15px;
  font-size: 12.5px;
  font-weight: 500;
  display: inline-block;
}
.main_container .item_rating {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  display: block;
  text-align: right;
}
.main_container .content_item .item_rating img.fa {
  height: 10px;
  width: auto;
  margin-right: 1px;
  vertical-align: -1px;
}
.main_container .content_item .item_rating span {
  line-height: 14px;
  display: inline-block;
}
.main_container .content_item .main_pd_rev {
  position: absolute;
  bottom: 12px;
  left: 11px;
  background: #fff;
  color: #333;
  padding: 3px 5px;
  border-radius: 12px;
  font-size: 11px;
  display: flex;
  align-items: center;
  border: 1px solid #eee;
}
.main_container .content_item .main_pd_rev b {
  font-weight: 500;
}
.main_container .content_item .main_pd_rev span {
  font-weight: 400;
  padding-left: 2px;
}
.main_container .content_item .main_pd_rev img {
  height: 11px;
  width: auto;
}
.main_container .item_body {
  font-size: 14px;
  text-align: left;
}
.main_container .item_title {
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.3;
}
.main_container .item_address {
  color: gray;
  font-size: 12px;
  font-weight: 400;
  padding-top: 3px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.font-green {
  color: green;
}
.main_container .item_price {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  padding-top: 5px;
  color: #777;
}
.main_container .item_price span {
  letter-spacing: -0.5px;
  font-size: 15.5px;
  font-weight: bolder;
  color: #000;
}
.main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
.main-header .main_logo {
  height: 42px;
}
.main_search {
  background: #f5f5f5;
  border-radius: 20px;
  height: 40px;
  width: calc(100% - 76px);
}
.main_search a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.main_search a img {
  position: absolute;
  width: 14px;
  height: auto;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.main_search a p {
  font-size: 14px;
  color: #999;
  line-height: 40px;
  padding-left: 36px;
  font-weight: 500;
}
.list_item_img {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.list_item_img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.main_footer {
  margin: 45px -20px 0;
  background: #f8f8f8;
  padding: 30px 20px 120px;
}
.main_footer > p.f_name {
  font-size: 15px;
  font-weight: bold;
  color: #555;
  margin-bottom: 8px;
}
.main_footer ul {
  margin: 0 -20px;
  padding: 0 20px 12px;
  border-bottom: 1px solid #e8e8e8;
}
.main_footer ul li {
  margin-right: 10px;
  font-size: 12.5px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5px;
}
.f_content {
  padding-top: 13px;
}
.f_content p {
  color: #777;
  font-size: 12px;
  margin: 1px 0;
  line-height: 1.4;
}
.f_content p.f_gray {
  padding-top: 10px;
  color: #888;
}
.main_tab ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.main_tab ul li {
  width: 50%;
  height: 52px;
  align-content: center;
  border-bottom: 3px solid #eeeeee;
}
.main_tab ul li a {
  display: block;
  text-align: center;
}
.main_tab ul li a img {
  width: 72px;
  height: auto;
}
.main_tab ul li:first-child.active {
  border-bottom: 3px solid #248dce;
}
.main_tab ul li:last-child.active {
  border-bottom: 3px solid #12a44d;
}
.dog_tab_box {
  font-size: 0;
  margin-bottom: 25px;
}
.dog_tab_box a {
  display: inline-block;
  width: calc(50% - 5px);
  text-align: center;
  font-size: 14.5px;
  border-radius: 8px;
  padding: 0 8px;
  font-weight: 600;
  height: 60px;
  align-content: center;
  vertical-align: top;
}
.dog_tab_box a img {
  height: 17px;
  margin-right: 6px;
  width: auto;
}
.dog_tab_box a:first-child img {
  height: 22px;
}
.dog_tab_box a:first-child {
  background: #eff8eb;
}
.dog_tab_box a:last-child {
  margin-left: 10px;
  background: #ebf2f8;
}
.main_bottom_event {
  position: relative;
  margin-bottom: 15px;
}
.main_bottom_event img {
  aspect-ratio: 3/1;
  width: 100%;
  display: block;
  border-radius: 10px;
}
.main_bottom_event .event_count {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 10px;
  bottom: 12px;
  border-radius: 15px;
  height: 20px;
  align-content: center;
  padding: 1px 8px 0;
  font-size: 10.5px;
  color: #fff;
  font-weight: 500;
}
.category_modal_wrap {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-content: center;
  text-align: center;
}
.category_modal_wrap .category_modal_box {
  background: #fff;
  border-radius: 15px;
  width: 85%;
  margin: 0 auto;
  padding: 20px;
}
.category_modal_wrap .category_modal_box h3 {
  font-size: 16px;
  margin-bottom: 2px;
  line-height: 1.5;
}
.category_modal_wrap .category_modal_box p {
  font-size: 14px;
  color: #777;
  line-height: 1.4;
}
.category_modal_wrap .category_modal_box .category_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 25px 0;
}
.category_modal_wrap .category_modal_box .category_inner li {
  width: 47.5%;
  padding: 15px 10px;
  border: 2px solid #e5e5e5;
  border-radius: 8px;
  position: relative;
  color: #666;
}
.category_modal_wrap .category_modal_box .category_inner li:first-child.active {
  border: 2px solid #248dce;
  color: #248dce;
}
.category_modal_wrap .category_modal_box .category_inner li:last-child.active {
  border: 2px solid #12a44d;
  color: #12a44d;
}
.category_modal_wrap .category_modal_box .category_inner li img {
  width: 42px;
  display: block;
  margin: 0 auto 20px;
}
.category_modal_wrap .category_modal_box .category_inner li:last-child img {
  width: 47px;
}
.category_modal_wrap .category_modal_box .category_inner li span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  font-weight: 500;
  font-size: 13px;
}
.category_modal_wrap .cate_confirm {
  display: block;
  width: 100%;
  height: 42px;
  border: 0;
  background: #58ca0e;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  border-radius: 6px;
}

/*설정*/
.setting_list {
  padding: 10px 0;
}
.set_list {
  display: block;
  font-size: 16px;
  padding: 14px 0;
}
.set_list.set_arrow {
  background: url(../img/arrow.png) no-repeat center right;
  background-size: auto 13px;
}

/*내주변*/
#map {
  height: 100%;
  width: 100%;
}
.map_container {
  position: relative;
  height: calc(100%);
  margin: 0 -20px;
}
/* .map_container {position: relative; height:calc(100% - 60px); margin:0 -20px;} */
.location_box {
  position: absolute;
  bottom: 30px;
  padding: 0 20px;
  width: 100%;
  z-index: 99;
}
.swiper {
  height: 100%;
}
.loc_item {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding: 20px;
  background: white;
  display: flex;
  justify-content: space-between;
  border: 1px solid #ddd;
  align-items: center;
  height: 130px;
}
.loc_item .loc_img {
  width: 85px;
  height: 88px;
  object-fit: cover;
  border-radius: 8px;
}
.location_box .title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 600;
}
.loc_item .category {
  text-align: left;
  padding: 0 0 3px;
  font-size: 12px;
  color: #747474;
  font-weight: 500;
  width: calc(100% - 60px);
}
.map_container .loc_container {
  padding-left: 10px;
  width: calc(100% - 85px);
}
.map_container .loc_container .item_header {
  position: relative;
}
.loc_star_box {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  color: #777;
  font-weight: 400;
}
.loc_star_box b {
  color: #000;
}
.loc_star_box img {
  height: 13px;
  width: auto;
  margin-right: 3px;
  vertical-align: -2px;
}
.location_box .price {
  color: #000;
  font-weight: bold;
}
.location_button {
  position: absolute;
  bottom: 175px;
  right: 20px;
  background: white;
  border-radius: 50%;
  height: 42px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 0;
  cursor: pointer;
  z-index: 99;
  width: 42px;
  line-height: 42px;
  text-align: center;
}
.location_button img {
  height: 22px;
}
.map_container .loc_container .item_body {
  padding-top: 3px;
}
.map_container .loc_container .item_body .address {
  color: #8d8d8d;
  margin-top: 1px;
  line-height: 1.2;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.price_line {
  padding-top: 3px;
  font-size: 16px;
  letter-spacing: -0.5px;
}
.menu_button {
  position: absolute;
  bottom: 175px;
  left: 20px;
  background: white;
  border-radius: 20px;
  padding: 0 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  z-index: 99;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  font-weight: 500;
  height: 42px;
  line-height: 42px;
}
.menu_button img {
  height: 12px;
  margin-right: 4px;
  vertical-align: top;
}
.map_tab {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 15px;
  z-index: 3;
  width: 70%;
  border-radius: 25px;
  overflow: hidden;
  padding: 9px 0;
}
.map_tab li {
  width: 50%;
  text-align: center;
  position: relative;
}
.map_tab li img {
  width: 66px;
  height: auto;
  filter: grayscale(5);
  opacity: 0.6;
}
.map_tab li.active img {
  filter: none;
  opacity: 1;
}
.map_tab li a {
  display: block;
}
.map_tab li:first-child:after {
  position: absolute;
  right: 0;
  content: "";
  background: #d3d3d3;
  top: 50%;
  height: 65%;
  width: 1px;
  transform: translateY(-50%);
}

/*소식*/
.b_file:after {
  clear: both;
  content: "";
  display: block;
}
.news_list {
  padding: 45px 0 70px;
}
.news_list.in-tab {
  padding-top: 90px;
}
.news_list .swiper-wrapper {
  height: auto;
}
.news_list .swiper-slide.img_box {
  position: relative;
  height: 0;
  padding-bottom: 125%;
  background: #111;
}
.news_list .swiper-slide .img_view {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* border-radius: 10px; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news_list .list_01 .list_one {
  margin: 0 -20px 18px;
  padding: 0 0 15px;
  /* padding:0 20px 28px; */
  /* border-bottom:5px solid #F3F3F3 */
}
.news_list .list_01 .list_one:last-child {
  border-bottom: 0;
  padding-bottom: 10px;
}
.youtube_link {
  position: relative;
  height: 0;
  padding-bottom: 125%;
}
.youtube_link iframe {
  /* border-radius: 10px; */
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bo_cate_ico {
  /* padding: 10px 0 15px; */
  width: 100%;
  padding: 10px 20px 15px;
  color: black !important;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bo_cate_ico a {
  color: black !important;
  font-size: 15px;
  font-weight: bold;
  background: none;
}
.bo_cate_ico img {
  height: 15px;
}
.view_location {
  display: flex;
  align-items: center;
  color: #333;
  padding: 12px 15px;
  /* border-radius: 5px; margin-top: 10px;border:1px solid #ddd;  */
  border-bottom: 1px solid #ddd;
  text-decoration: none;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
}
.news_file .swiper-pagination {
  position: absolute;
  bottom: 17px;
  left: auto;
  right: 20px;
  background-color: #2d2c20;
  color: white !important;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 11px;
  padding: 0 8px;
  height: 20px;
  line-height: 21px;
  display: inline-block;
  width: auto;
}

.news_list .list-content {
  padding: 0 20px;
}
.view_location img {
  height: 12px;
}
.view_location #copy_url {
  cursor: pointer;
  margin-left: auto;
}
.heart_right {
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #333;
}
.heart_right img {
  height: 16px;
  margin-right: 5px;
  opacity: 0.5;
}
.heart_right img.on {
  opacity: 1;
}
.news_tab {
  display: flex;
  position: fixed;
  top: 55px;
  left: 0;
  right: 0;
  max-width: 485px;
  z-index: 3;
  margin: 0 auto;
  width: 100%;
  background: #fff;
}
.news_tab li {
  width: 50%;
  text-align: center;
  height: 46px;
  align-content: center;
  border-bottom: 3px solid #ececec;
}
.news_tab li:first-child.active {
  border-bottom: 3px solid #248dce;
}
.news_tab li:last-child.active {
  border-bottom: 3px solid #12a44d;
}
.news_tab li img {
  width: 70px;
  height: auto;
}
.news_list .category {
  display: flex;
  justify-content: start;
  border-bottom: 1px solid #e3e3e3;
  padding: 0 20px;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  max-width: 485px;
  margin: 0 auto 18px;
  width: 100%;
  background: #fff;
  z-index: 3;
  white-space: nowrap;
  overflow: auto;
}

.news_list .category .category_title {
  font-size: 15px;
  font-weight: 500;
  color: #777;
  text-decoration: none;
  padding: 12px 0 8px;
  margin-right: 20px;
}
.news_list .category .category_title.active {
  color: #000;
  font-weight: bold;
  border-bottom: 2px solid #000;
}
.news_list .bo_info,
.news_list .list_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news_list .bo_subject {
  font-size: 14px;
  font-weight: 500;
  margin: 15px 0 10px;
  line-height: 1.3;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.news_list .bo_subject b {
  display: block;
  width: calc(100% - 136px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_list .bo_subject span {
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  text-align: right;
  color: #777;
}
.list_top .bo_date {
  font-size: 12px;
  color: #777;
}
.news_list .heart_right .edit,
.news_list .heart_right .delete {
  font-size: 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 4px 8px;
  font-weight: 500;
  display: inline-block;
  color: #555;
  cursor: pointer;
  background: #fff;
  /* margin-left:18px;  */
  margin-top: 13px;
}
.news_list .heart_right .delete {
  margin-left: 6px;
}
.pop_modal {
  display: none;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  max-width: 485px;
  background: #fff;
  width: 100%;
  height: 20%;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  z-index: 9999;
  overflow: auto;
}
.pop_modal::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera*/
}
.pop_modal {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.pop_modal.modal-open {
  top: 0;
  overflow-x: auto;
}
.pop_body {
  padding: 25px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pop_body > a {
  width: 90px;
  height: 90px;
  display: block;
}
.pop_body > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #ddd;
}
.pop_body > div {
  width: calc(100% - 103px);
  flex-basis: calc(100% - 103px);
  text-align: left;
}
.pop_body .loc_category {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 3px;
}
.pop_body .loc_title {
  font-size: 14px;
  margin-bottom: 6px;
}
.black_opacity.open {
  display: block;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  left: 0;
  margin: 0 auto;
  max-width: 485px;
}
#loc_view_modal .loc_price {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 5px;
}
#loc_view_modal .loc_rate_cnt {
  font-weight: 600;
  color: #000;
}
#loc_view_modal .loc_rate {
  color: #555;
  font-size: 12.5px;
  line-height: 15px;
}
#loc_view_modal .loc_rate img {
  height: 13px;
  width: auto;
}
#view_loc_btn {
  cursor: pointer;
}
.pointer {
  cursor: pointer;
}
.partner-page {
  display: flex;
  align-items: center;
  gap: 8px;
}
.partner-img img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 1px solid #a7e57e;
}
.partner-content {
  font-size: 14px;
}

.partner-content .rev_date_line {
  font-size: 12px;
  color: #888;
  font-weight: 400;
  padding-top: 1px;
}
.partner-content .use_visit {
  font-size: 12px;
  color: #888;
}

/*마이페이지*/
#container_title .mypage_btn a {
  display: block;
  position: initial;
  transform: none;
  margin-right: 0;
}
#container_title .mypage_btn a img {
  height: 20px;
}
.fa-3x {
  font-size: 2em;
}
.mypage {
  padding: 0 0 70px;
}
.mypage_top {
  margin-top: 5px;
}
.mypage_top .profile_img {
  overflow: hidden;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #c8e5b5;
  flex-basis: 54px;
}
.mypage_top .profile_img img {
  max-width: 100%;
  height: 100%;
}
.mypage_top .profile {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 -20px;
  padding: 5px 20px 25px;
  border-bottom: 1px solid #eee;
}
.mypage_top .profile .mb_nick {
  margin-top: 0;
  font-size: 17px;
  font-weight: 800;
}
.mypage_top .profile .mb_profile {
  margin-top: 3px;
  font-size: 14px;
  color: gray;
}
.my_list {
  display: block;
  font-size: 16.5px;
  padding: 15px 0;
  font-weight: 500;
  background: url(../../../img/arrow.png) no-repeat center right;
  background-size: 7px auto;
}

.partner_tab {
  display: flex;
  justify-content: space-around;
  font-size: 15px;
  margin: 0 -20px;
  padding: 0 20px;
  margin-top: -1px;
  background: #fff;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.partner_tab .tab_item {
  font-size: 16px;
  color: #a7a7a7;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
  width: 50%;
  padding: 12px 0;
}
.partner_tab .tab_item.active {
  color: #000;
  border-bottom: 2px solid #000;
  font-weight: 600;
}
.mypage_bottom {
  margin-top: 17px;
}
#plus_btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #00b050;
  color: white;
  border: none;
  cursor: pointer;
}
.profile_right {
  padding-left: 12px;
  flex-basis: calc(100% - 148px);
}
.mypage_top .profile a.custom_btn {
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -27.5px;
  border: 1px solid #4fb60a;
  color: #4fb60a;
  height: 30px;
  line-height: 30px;
  padding: 0 13px;
  border-radius: 20px;
}
.mypage_bottom .news_list .category {
  position: initial;
}
.mypage_bottom .news_list {
  padding: 0 0 70px;
}
.fix_bottom_write {
  position: fixed;
  bottom: 83px;
  right: 0;
  left: 0;
  background: transparent;
  max-width: 485px;
  z-index: 3;
  text-align: right;
  margin: 0 auto;
}
.fix_bottom_write .write_btn {
  width: 54px;
  height: 54px;
  display: inline-block;
  position: absolute;
  right: 18px;
  bottom: 0;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.035);
  border-radius: 50%;
}
.fix_bottom_write .write_btn img {
  width: 100%;
}

/*장소 상세*/
.btn_home_opt.is_view_btn img {
  height: 20px;
  width: auto;
}

/*장소등록*/
#bo_w.enroll_wrap {
  padding: 0;
}
.enroll_wrap fieldset,
.enroll_wrap footer,
.enroll_wrap input[type="checkbox"] {
  display: none;
}
.enroll_wrap .fieldset-show {
  display: block;
  padding-bottom: 92px;
}
.enroll_wrap #step1 {
  text-align: center;
  margin: 22% auto 0;
}
.enroll_wrap #step1 b {
  font-size: 20px;
}
.enroll_wrap #step1 h3 {
  font-size: 17px;
  font-weight: bold;
}
.enroll_wrap #step1 p {
  margin: 10px 0 40px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}
.enroll_wrap #step1 p span {
  color: #29b80e;
}
.enroll_wrap fieldset .title {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
}
.enroll_wrap .category_wrap {
  padding-top: 20px;
}
.enroll_wrap .category_wrap .ca_box {
  margin-bottom: 33px;
}
.enroll_wrap .category_wrap .ca_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.enroll_wrap .ca_title {
  font-size: 15.5px;
  font-weight: 600;
  margin-bottom: 0;
}
.enroll_wrap .ca_detail,
.enroll_wrap .op_name,
.enroll_wrap .fc_name {
  font-size: 14px;
  margin-bottom: 8px;
  cursor: pointer;
  color: #555;
  border: 1px solid #e1e1e1;
  padding: 6px 13px 4px;
  border-radius: 30px;
  width: auto;
  text-align: center;
}
.enroll_wrap .ca_bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.enroll_wrap .ca_content {
  cursor: pointer;
  color: #888;
  margin-bottom: 0;
  padding-right: 12px;
  background: url(../img/arrow.png) no-repeat center right;
  background-size: 5px auto;
  font-size: 13px;
}
.enroll_wrap .ca_content a {
  color: #888;
  text-decoration: none;
}
.enroll_wrap .radio_wrap input[type="radio"] {
  display: none;
}
.enroll_wrap .ca_select {
  border: 1px solid #29b80e;
  color: #29b80e;
}
.enroll_wrap tbody,
.enroll_wrap td,
.enroll_wrap tfoot,
.enroll_wrap th,
.enroll_wrap thead,
.enroll_wrap tr {
  border: none;
}
.modal-dialog {
  max-width: 485px;
}
.enroll_wrap #confirm_ca_modal .modal-footer button {
  width: 48%;
}
.enroll_wrap #ca_cancel {
  border: 1px solid black;
  color: black;
}
.enroll_wrap #goto_step3 {
  background: #00b050;
  border: none;
}
.enroll_wrap #step3 {
  text-align: center;
  padding: 33% 0 0;
}
.enroll_wrap .loc_addr_first {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 2px;
}
.enroll_wrap .loc_addr4 {
  font-size: 14px;
  color: #888;
  margin-bottom: 0;
}
.enroll_wrap .description {
  background: #e9e9e9;
  padding: 15px;
  border-radius: 10px;
}
.enroll_wrap .input_group {
  display: flex;
  align-items: center;
}
.enroll_wrap .input_group .input-text {
  position: relative;
  left: -10px;
}
.enroll_img {
  width: 20%;
  height: auto;
  margin: 15px auto 20px;
}
.enroll_text {
  background: #f4f6f4;
  border-radius: 15px;
  padding: 18px 20px;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  colro: #6b6b6b;
  font-weight: 400;
}
.enroll_wrap .fieldset-show h4 {
  font-size: 19px;
  font-weight: bold;
  margin: 15px 0 8px;
}
.enroll_wrap .fieldset-show .en_title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}
.enroll_wrap .map_step_2 {
  display: none;
}

/* 장소 등록 편의 시설 선택 */
.enroll_wrap .facilities_content,
.enroll_wrap .option_content {
  gap: 5px;
  display: flex;
  flex-wrap: wrap;
}

.cate_top {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
}
#confirm_ca_modal .modal-content {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 485px;
  margin: 0 auto;
  border-radius: 20px 20px 0 0;
}
#confirm_ca_modal .modal-header {
  display: block;
  text-align: center;
  border-bottom: 0;
  padding: 0 20px;
  padding-bottom: 0;
}
#confirm_ca_modal .modal-header .modal-title {
  font-size: 16.5px;
  font-weight: bold;
  padding-bottom: 4px;
}
#confirm_ca_modal .modal-footer {
  border-top: 0;
  padding: 20px;
}
#confirm_ca_modal .modal-footer button {
  width: 100%;
  height: 52px;
  font-size: 17px;
  background: #58ca0e;
  color: #fff;
  font-weight: 500;
  border: 0;
  margin: 0;
}
.head_no_btn {
  text-align: right;
  padding-top: 15px;
}
.head_no_btn button {
  padding: 5px;
  border: 0 !important;
}
.head_no_btn button img {
  height: 15px;
  width: auto;
}
.category_ul {
  padding-left: 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
.category_ul li {
  width: 35%;
  height: 85px;
  background: #f8f8f8;
  border-radius: 10px;
  padding: 13px 0;
}
.category_ul li:last-child {
  margin-left: 13px;
}
.category_ul li span {
  font-size: 14px;
  color: #777;
  display: block;
}
.category_ul li p {
  font-size: 14.5px;
  color: #333;
  font-weight: bold;
  margin-bottom: 0;
  padding-top: 10px;
}
.enroll_wrap #step3 img {
  width: 35px;
  height: auto;
  margin-bottom: 20px;
}
.enroll_wrap #step3 h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}
.enroll_wrap #step3 h3 b {
  color: #29b80e;
  font-weight: bold;
}
.enroll_wrap #step3 p {
  font-size: 16px;
  padding-top: 10px;
}
.btn-wrap .no_fence_btn {
  color: #9c9c9c;
  background: transparent;
}
.addr_group {
  border: 0;
  border-bottom: 1px solid #555;
  margin-top: 20px;
}
.addr_group input,
.addr_group span {
  border: 0;
  background: transparent;
}
.addr_group input {
  padding: 8px 0;
  font-size: 14.5px;
  text-align: left;
  color: #888;
}
.addr_group span img {
  height: 16px;
  width: auto;
  filter: brightness(0.5);
}
.addr_confirm {
  background: #f8f8f8;
  padding: 12px 17px 10px;
  margin-top: 20px;
  border-radius: 15px;
}
.map_step_2 .loc_addr2 {
  margin-top: 10px;
  font-size: 14px;
}
.map_step_2 .loc_addr2::placeholder {
  color: #888;
}
.map_step_2 #map {
  border-radius: 15px;
}
.map_des {
  font-size: 14px;
  color: #888;
  padding: 10px 0 30px;
}
.note6 {
  background: #f8f8f8;
  border-radius: 10px;
  padding: 12px 15px;
  margin-top: 10px;
}
.note6 p {
  margin-bottom: 0;
  font-size: 14px;
  color: #888;
}
.note6 p:last-child {
  margin-top: 7px;
}
#step6 input[type="text"] {
  height: 46px;
  font-size: 14.5px;
  margin-top: 10px;
}
#step6 input[type="text"]::placeholder {
  color: #999;
}
#step6 textarea {
  height: 238px;
  resize: none;
  overflow: auto;
  margin-top: 10px;
  font-size: 14.5px;
}
#step6 textarea::placeholder {
  color: #999;
}
.parking-input {
  margin-bottom: 40px;
}
.facilities_wrap {
  margin: 25px 0;
}
.enroll_wrap .fieldset-show .en_title b {
  color: #29b80e;
}
.refund_content {
  margin: 23px 0;
  background: #fafafa;
  border-radius: 13px;
  padding: 13px 17px;
  height: 500px;
  overflow: auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
#step5 .image-list {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}
#step5 .image-list > div {
  width: 48%;
  flex-basis: 48%;
  margin-bottom: 15px;
}
.enroll_wrap .upload-container {
  text-align: center;
  border: 1px dashed #ccc;
  border-radius: 15px;
  position: relative;
  width: 48%;
  padding-bottom: 46%;
  margin-top: 0 !important;
}
.enroll_wrap .upload-box {
  cursor: pointer;
  padding: 30% 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.enroll_wrap .upload-box p {
  margin-bottom: 0;
  color: #777;
  font-size: 14px;
  padding-top: 10px;
}
.enroll_wrap .upload-box p:last-child {
  padding-top: 5px;
}
.enroll_wrap .upload-box img {
  width: 24px;
  height: auto;
}
.enroll_wrap .property_img_box {
  width: 100%;
  position: relative !important;
  text-align: center;
  overflow: auto !important;
  margin: 22px 0;
  text-align: left;
}
.enroll_wrap .img_box {
  height: 0;
  padding-bottom: 46%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
}
.enroll_wrap .img_box > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.enroll_wrap .img_box .img_del_btn {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: 9999;
}
.enroll_wrap .img_box .img_del_btn img {
  width: 41px;
  height: auto;
}
#file-count {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
#file-count b {
  color: #29b80e;
  font-weight: 500;
}
.photo_des {
  font-size: 14px;
  font-weight: 400;
  color: #949494;
}
.photo_des span {
  color: #000;
  font-weight: 400;
}
.enroll_wrap .radius-input,
.parking-input {
  position: relative;
}
.enroll_wrap .radius-input input,
.parking-input input {
  padding-right: 30px;
}
.enroll_wrap .radius-input::after {
  content: "평";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.enroll_wrap .parking-input::after {
  content: "대";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.re_json_box {
  width: 35%;
  margin: 30% auto 10px;
}
.complete_title {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center;
}
.complete_title span {
  color: #29b80e;
}
.complete_content {
  font-size: 14.5px;
  line-height: 1.4;
  color: #333;
  margin-bottom: 8px;
  text-align: center;
}
.btn_more_opt img {
  height: 17px;
  width: auto;
}

/*datepicker*/
.datepicker {
  width: 280px;
}
.datepicker table {
  width: 100%;
}

/**/
.visible-none {
  opacity: 0;
  pointer-events: none;
}

/*리뷰 전체보기*/
#review_list .review-item {
  margin-bottom: 20px;
}
#review_list .review-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

#review_list .thumb-img {
  width: 100px;
}

#review_list .review-slide {
  margin-top: 10px;
}
#review_list .swiper .review-img {
  object-fit: cover;
  width: 100%;
  height: 200px;
}
#review_list .review-text {
  margin-top: 10px;
  font-size: 14.5px;
  line-height: 1.4;
  color: #444;
  font-weight: 500;
}
#review_list .review-text h5 {
  color: #222;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
  justify-content: space-between;
}
#review_list .review-text h5 b {
  display: inline-block;
  width: calc(100% - 126px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}
#review_list .review-text h5 span {
  color: #666;
  font-size: 12px;
  font-weight: 400;
  margin-left: 3px;
}

#review_list .review-rate {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.top_review_all {
  font-size: 16px;
  padding: 12px 0;
}
.top_review_all h3 img {
  margin-left: 2px;
  height: 16px;
  vertical-align: -2px;
}
.top_review_all p {
  font-size: 14px;
  font-weight: 500;
}
.top_review_all p span {
  font-weight: 400;
  color: #555;
}
#review_list .review-item .review-header .reviewer-info img {
  width: 34px;
  height: 34px;
  flex-basis: 34px;
  border: 1px solid #a7e57e;
  border-radius: 50%;
}
#review_list .review-item {
  margin: 0 -20px;
  padding: 20px;
  border-bottom: 1px solid #eee;
}
#review_list .review-item:last-child {
  border-bottom: none;
}
.reviewer-info {
  display: flex;
  align-items: center;
}
.reviewer-info p {
  margin-left: 8px;
}
.reviewer-info p b {
  display: block;
  font-size: 13.5px;
}
.reviewer-info p span {
  display: block;
  font-size: 12px;
  color: #666;
  padding-top: 2px;
}
.review-item .review-rate {
  margin: 15px 0 8px;
}
.review-item .review-rate img {
  width: 12px;
  height: auto;
}
.review-item .review-slide .review-img {
  border-radius: 7px;
}
.review-item .review-slide .swiper-pagination {
  left: auto;
  right: 15px;
  width: 33px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border-radius: 10px;
  height: 19px;
  line-height: 18px;
  font-size: 10px;
}
.pointer.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.review-reply-area .reply-item {
  background: #f6f8f6;
  padding: 15px;
  border-radius: 10px;
  margin: 12px 0 0;
}
.reply-item .reply-header {
  padding-left: 15px;
  position: relative;
  font-size: 13px;
  font-weight: 500;
}
.reply-item .reply-header:before {
  content: "→";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  color: #555;
  font-size: 12px;
  width: 15px;
  height: 15px;
  text-align: left;
  vertical-align: middle;
  font-weight: bold;
}
.reply-item .reply-header .reply-date {
  display: inline-block;
  margin-left: 3px;
  color: #888;
  font-size: 12px;
  font-weight: 400;
}
.reply-item .reply-content {
  font-size: 14.5px;
  color: #111;
  margin-top: 8px;
}
.review-reply-area .reply-action .btn-reply-write {
  background: #fff;
  border: 1px solid #58ca0e;
  border-radius: 5px;
  color: #58ca0e;
  font-size: 14px;
  font-weight: 500;
  height: 38px;
  width: 100%;
  display: block;
  margin-top: 10px;
}
.review-reply-area .reply-write-form {
  background: #f6f8f6;
  padding: 12px;
  border-radius: 8px;
  margin-top: 10px;
}
.review-reply-area .reply-write-form textarea {
  width: 100%;
  height: 80px;
  resize: none;
  padding: 10px 12px;
  border-radius: 5px;
  border: 1px solid #ddd;
  font-size: 14px;
}
.review-reply-area .reply-write-form textarea::placeholder {
  color: #888;
}
.reply-form-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  margin-top: 5px;
  font-size: 13.5px;
}
.reply-form-buttons button {
  border: 0;
  background: transparent;
  padding: 3px 5px;
  margin-left: 3px;
  display: inline-block;
  color: #666;
}
.reply-form-buttons button:last-child {
  color: #4bb406;
  font-weight: 500;
}
.reply-item .reply_buttonBox {
  margin: 13px 0 0;
}
.reply-item .reply_buttonBox button {
  border: 1px solid #ccc;
  padding: 3px 10px;
  border-radius: 3px;
  background: #fff;
  color: #555;
  margin-right: 3px;
  font-size: 13px;
}
.reply-item .reply_buttonBox button:first-child {
  color: #448817;
}

/*상품등록 가이드*/
.pd_guide_wrap {
  padding: 10px 0;
}
.pd_guide_wrap > p {
  font-size: 14px;
  color: #1d8309;
  margin-bottom: 20px;
}
.pd_g_box h3 {
  font-size: 15.5px;
  padding-bottom: 10px;
}
.pd_g_box li {
  border-top: 1px solid #e9e9e9;
  padding: 15px 0;
}
.pd_g_box li b {
  font-size: 14px;
  color: #333;
  padding-bottom: 5px;
  display: block;
}
.pd_g_box li p {
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 4px;
}
.pd_g_box li > span {
  font-size: 13px;
  display: block;
  margin-top: 10px;
  color: #777;
}
.pd_tip {
  margin-top: 10px;
  font-weight: 500;
  background: #f7f7f7;
  border-radius: 8px;
  padding: 12px;
  font-size: 13px;
  line-height: 1.4;
  color: #333;
}
.pd_tip span {
  color: #29b80e;
  font-weight: 600;
}
.pd_g_box li .pd_tip p {
  margin-top: 5px;
  font-size: 12.5px;
  color: #555;
  font-weight: 400;
}

/*쿠폰 사용하기 모달*/
#coupon_modal .btn_confirm {
  text-align: right !important;
  margin: 0 !important;
}
#coupon_modal .btn_confirm button {
  border-radius: 0;
  border: 0;
  width: 36px;
  text-align: right;
}
#coupon_modal .btn_confirm img {
  height: 15px;
}
.coupone_title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.coupon-list {
  padding-left: 0;
  overflow-y: auto;
  height: 90%;
}
.coupon-list .coupon {
  padding: 17px 24px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  position: relative;
}
.coupon-list .coupon:before,
.coupon-list .coupon:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: -7px;
  z-index: 2;
  background: #fff;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.coupon-list .coupon:after {
  right: -7px;
  left: auto;
  transform: translateY(-50%) rotate(225deg);
}
.coupon_tit {
  font-size: 15px;
  font-weight: 600;
}
.cp_evt {
  color: #29b80e;
  font-size: 17.5px;
  padding-top: 1px;
  display: block;
  font-weight: bold;
}
.cp_cnt {
  margin-top: 8px;
  color: #757575;
  font-size: 13px;
  margin-bottom: 2px;
}
.cp-date {
  margin-top: 0;
  color: #757575;
  font-size: 13px;
}
.coupon-content .cp-btn {
  margin-top: 5px;
}
.coupon-content .cp-btn button {
  font-size: 15px;
  padding: 5px 13px;
}

/*결제방법*/
.payment-summary .discount {
  display: block;
  text-align: right;
  padding-top: 10px;
  color: #ce0000;
}
.payment-summary .discount-price {
  font-weight: bold;
}
.payment-method .payment-box {
  padding: 10px 0;
}

.onoff-switch-container {
  display: inline-block;
  position: relative;
}

.onoff-switch-container input[type="checkbox"] {
  position: absolute;
  width: 0px;
  height: 0px;
  overflow: hidden;
}

.onoff-switch-container label {
  padding-left: 40px;
}

.onoff-switch-container label::after {
  position: absolute;
  top: 3px;
  left: 4px;
  content: "";
  width: 14px;
  height: 14px;
  background: #d1d1d1;
  border-radius: 100%;
  transition: all 0.3s;
}

.onoff-switch-container label::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 37px;
  height: 20px;
  border: 1px solid #d1d1d1;
  border-radius: 20px;
  background: #f1f1f1;
  box-sizing: border-box;
}

.onoff-switch-container input[type="checkbox"]:checked + label::after {
  transform: translateX(16px);
  background: #fff;
}

.onoff-switch-container input[type="checkbox"]:checked + label::before {
  background: #58ca0e;
  border: 1px solid #58ca0e;
}

/* 장소, 상품 등록시 로딩창 */
#loading,
#file_loading {
  display: none;
  max-width: 485px;
  font-weight: bold;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  text-align: center;
  color: white;
  font-size: 20px;
}
#loading div,
#file_loading div {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#loading lottie-player,
#file_loading lottie-player {
  width: 68px;
  height: 68px;
  margin: 0 auto 5px;
}

#loading p,
#file_loading p {
  margin: 0 auto;
  font-size: 15px;
  font-weight: 500;
}

.more-btn {
  display: block;
  text-align: center;
  padding: 20px;
  font-weight: bold;
  color: gray;
}

/* 장소, 상품 등록 파일 첨부 */
.file-comment {
  font-weight: bold;
}

/*일정등록*/
#schedule_wrap {
  padding: 15px 0 90px;
}
#schedule_wrap #btn_day_add {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #555;
  background: #fff;
  color: #333;
  font-size: 15px;
  margin-bottom: 20px;
  cursor: pointer;
  font-weight: 600;
}
#schedule_wrap .schedule-day {
  padding: 15px 0;
  border-bottom: 0;
}
#schedule_wrap .day-header {
  margin-bottom: 13px;
  display: flex;
  justify-content: space-between;
}
#schedule_wrap .day-title {
  font-size: 17px;
  font-weight: 600;
  border: none;
  background: none;
  padding: 0;
  height: 32px;
  line-height: 30px;
  width: calc(100% - 140px);
  border-bottom: 1px solid #9c9c9c;
  border-radius: 0;
  color: #555;
}
#schedule_wrap .day-header .header-right {
  display: inline-block;
  display: flex;
  gap: 8px;
}
#schedule_wrap .btn-toggle,
#schedule_wrap .btn-time-add,
#schedule_wrap .btn-day-del {
  padding: 0 8px;
  height: 32px;
  line-height: 30px;
  border-radius: 4px;
  border: 0;
  background: #fff;
  font-size: 14px;
  cursor: pointer;
  color: #555;
  font-weight: 500;
  border: 1px solid #aaa;
}
#schedule_wrap .btn-toggle {
  border: 0;
  background: transparent;
  padding: 0;
  display: inline-block;
  margin-left: 10px;
}
#schedule_wrap .btn-toggle img {
  width: 15px;
  height: auto;
}
#schedule_wrap .time-item {
  position: relative;
  padding: 20px 15px;
  margin-bottom: 15px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
}
#schedule_wrap .time-row,
#schedule_wrap .cate-row,
#schedule_wrap .title-row,
#schedule_wrap .desc-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
#schedule_wrap .desc-row {
  margin-bottom: 0;
}
#schedule_wrap .time-row label,
#schedule_wrap .cate-row label,
#schedule_wrap .title-row label,
#schedule_wrap .desc-row label {
  font-size: 15px;
  margin-bottom: 10px;
  color: #333;
  font-weight: 600;
}
#schedule_wrap .cate-check-group {
  display: flex;
  flex-wrap: wrap;
}
#schedule_wrap .cate-check-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 12px;
  margin-bottom: 8px;
}
#schedule_wrap .cate-check-label input[type="checkbox"] {
  margin: 0 5px 0 0;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}
#schedule_wrap .cate-check-label input[type="checkbox"]:checked {
  border: 1px solid #29b80e;
  background: url(../img/check_one.svg) no-repeat center center;
  background-size: 8px 8px;
}

#schedule_wrap .cate-check-label span {
  font-size: 14px;
  color: #333;
  font-weight: 400;
}
#schedule_wrap .time-select,
#schedule_wrap .time-title,
#schedule_wrap .time-desc {
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  background: #fff;
  font-size: 14px;
  width: 100%;
}
#schedule_wrap .time-title::placeholder,
#schedule_wrap .time-desc::placeholder {
  color: #888;
}
.schedule-empty {
  color: #888;
  text-align: center;
  font-size: 13px;
}
#schedule_wrap .time-select {
  height: 42px;
}
#schedule_wrap .time-picker {
  display: flex;
  align-items: center;
  gap: 10px;
}
#schedule_wrap .time-period-select,
#schedule_wrap .time-hour-select,
#schedule_wrap .time-minute-select {
  padding: 0 8px;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  font-size: 14px;
  width: 76px;
  text-align: left;
  height: 34px;
  line-height: 32px;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background: url(../img/sel_arrow.png) no-repeat center right 8px;
  background-size: 11px auto;
}

#schedule_wrap .time-separator {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
#schedule_wrap .time-desc {
  min-height: 70px;
  resize: vertical;
  line-height: 1.4;
}
#schedule_wrap .btn-time-del {
  position: absolute;
  right: 12px;
  top: 16px;
  border: none;
  font-size: 12px;
  cursor: pointer;
  color: #000;
  text-indent: -999999px;
  width: 22px;
  height: 22px;
  background: url(../img/close.png) no-repeat center center;
  background-size: 12px auto;
  opacity: 0.7;
}
.save_btnbox {
  padding: 15px;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 485px;
}
.save_btnbox button {
  background: #58ca0e;
  height: 52px;
  line-height: 52px;
  color: #fff;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 500;
  width: 100%;
  border: 0;
}

/**/
@media (max-width: 374px) {
  .dog_tab_box a {
    font-size: 14px;
  }
  .main_container .content_title p {
    font-size: 17px;
  }
}
