﻿@charset "UTF-8";
@import url("lib/animate.min.css");
@import url("lib/jquery-ui.min.css");
@import url("lib/jquery.timepicker.min.css");
@import url("lib/swiper.min.css");
@import url("lib/OverlayScrollbars.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap");
html, body, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, big, cite, code, del, dfn, em, font, img, ins, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, ul, ol, li, dl, dt, dd, table, caption, tbody, tfoot, thead, tr, th, td, fieldset, fo7m, label, legend, input, button, textarea, select {
  margin: 0;
  padding: 0;
}

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

legend {
  display: block;
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  font-size: 1px;
  line-height: 0;
  text-indent: -999em;
  white-space: nowrap;
}

fieldset, img, table, caption, tbody, tfoot, thead, tr, th, td, button, hr {
  border: 0 none;
}

img {
  vertical-align: middle;
}

body li {
  *vertical-align: top;
}

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

table {
  border-collapse: collapse;
}

caption {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

button {
  overflow: visible;
  border: 0 none;
  cursor: pointer;
  background: transparent;
}

button::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, input[type=reset]::-moz-focus-inner {
  padding: 0;
  border: 0 none;
}

a {
  text-decoration: none;
  color: #000;
}

address,
em {
  font-style: normal;
}

textarea, .inp, select {
  border: 0;
  outline: none;
  border-radius: 0;
  resize: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  font-weight: normal;
}

a:hover {
  text-decoration: none;
}

body {
  -webkit-text-size-adjust: none;
  background: none;
}

form {
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

::-ms-clear {
  display: none;
}

select::-ms-expand {
  display: none;
}

a, a:active, a:visited {
  text-decoration: none !important;
}

p, div {
  word-break: break-all;
}

strong {
  font-weight: 600;
}

b {
  font-weight: 700;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

button, button:active, button:focus {
  outline: none !important;
}

body, input, select, textarea, button, h1, h2, h3, h4, h5, h6 {
  border-color: transparent;
  font-weight: 400;
  font-size: 1.4rem;
  font-family: "Noto Sans KR";
  color: #000;
  text-align: left;
  letter-spacing: -0.03rem;
  text-decoration: none;
}

body,
img,
* {
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -o-user-select: none !important;
  user-select: none !important;
  -webkit-user-drag: none !important;
  -webkit-touch-callout: none !important;
}

.m0 {
  margin: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.color-red {
  color: #ff4a4a !important;
}

.thisHide {
  display: none !important;
}

.centerLine {
  width: 10px;
  height: 2px;
  background: #000;
  margin: 25px auto;
}

/* 바디에 스크롤 막는 방법 */
.not_scroll {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.openEvent {
  cursor: pointer;
  display: inline-block;
}

.centerWrap {
  text-align: center !important;
}

.noLine {
  border: 0px !important;
}

.noBg {
  background-color: transparent !important;
  box-shadow: none !important;
  color: inherit !important;
}

.deco-x {
  text-decoration-line: line-through !important;
  text-decoration-style: solid;
  text-decoration-color: inherit;
  text-decoration-thickness: inherit;
}

.flexWrap {
  display: flex;
  flex-wrap: wrap;
}
.flexWrap.flex-half {
  justify-content: space-between;
}
.flexWrap.flex-half .btn-small {
  width: 49%;
}

.floatBox::after {
  content: "";
  display: block;
  clear: both;
}
.floatBox .fLeft {
  float: left;
}
.floatBox .fRight {
  float: right;
}

.title {
  font-size: 3.4rem;
  font-weight: normal;
  letter-spacing: -0.3rem;
}

.title1 {
  font-size: 3rem;
  color: #000000;
  letter-spacing: -1px;
  font-weight: 700;
}

.title2 {
  font-size: 1.8rem;
  color: #000000;
  text-align: center;
}

.title3 {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 700;
}

.title4 {
  font-size: 1.6rem;
  text-align: center;
  margin-top: -6px;
}

.s-title1 {
  font-size: 1.2rem;
  color: #8f9bb3;
  font-weight: 700;
  padding-bottom: 5px;
  position: relative;
}

.s-title2 {
  font-size: 1.4rem;
  color: #707070;
  font-weight: 700;
  padding-bottom: 5px;
  display: block;
}

.s-title3 {
  font-size: 1.8rem;
  line-height: 2.5;
  font-weight: normal;
  letter-spacing: 0;
}
.s-title3 span {
  color: #718096;
  margin-right: 5px;
}

.txt {
  font-size: 1.2rem;
  color: #909090;
}

.txt1 {
  font-size: 1.4rem;
  color: #909090;
}

.txt2 {
  font-size: 1.4rem;
  color: #000000;
  font-weight: 700;
  padding-bottom: 14px;
}

.txt3 {
  font-size: 1.4rem;
  color: #606060;
  padding-bottom: 6px;
}

.txt4 {
  font-size: 1.2rem;
  color: #bdbdbd;
  letter-spacing: 0;
}

.txt5 {
  font-size: 1.2rem;
  color: #000000;
  text-align: center;
}

.txt6 {
  font-size: 1.6rem;
}

.info {
  font-size: 1.4rem;
  color: #606060;
  padding-bottom: 20px;
  line-height: 1.6;
}

.info-b {
  font-size: 1.6rem;
  color: #909090;
}

.noti {
  font-size: 1.2rem;
  margin-top: 6px;
  color: #909090;
}
.noti.pass {
  position: relative;
  color: #48bb78;
  padding-left: 17px;
}
.noti.pass::after {
  content: "";
  width: 13px;
  height: 13px;
  left: 0;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #48bb78;
  /* defines the background color of the image */
  mask: url(../images/common/icon-checkmark.svg) no-repeat center/contain;
  -webkit-mask: url(../images/common/icon-checkmark.svg) no-repeat center/contain;
}

.tip {
  text-align: center;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 1px;
}
.tip img {
  display: block;
}

.btn {
  background: #35c4f0;
  width: 100%;
  text-align: center;
  padding: 13px;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 5px;
  margin-bottom: 10px;
  display: block;
  color: #ffffff;
}

.btn1 {
  box-shadow: none;
}

.btn2 {
  background: #f5f9fc;
  border: 1px solid #e4e9f2;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 5px;
  margin-bottom: 20px;
  display: block;
  color: #718096;
}

.btn3 {
  background: transparent;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: normal;
  border-radius: 5px;
  margin: 0;
  margin-top: 12px;
  display: block;
}
.btn3 i {
  height: 12px;
  display: inline-block;
  margin-left: 1px;
  position: relative;
}
.btn3 i img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.btn4 {
  background-color: #000000;
  color: #ffffff;
}

.btn5 {
  margin: 0;
  border-radius: 0;
  border-top: 0;
}

.btn-light {
  color: #000000;
  background: #ffffff;
  border: 1px solid #e4e9f2;
  font-weight: 500;
}

.btn-call {
  padding: 9px 16px;
  background: #35c4f0;
  color: #ffffff;
  letter-spacing: 0;
  font-size: 2rem;
  height: 48px;
  width: 182px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.btn-kakao {
  height: 48px;
  padding: 0 12px;
  line-height: 43px;
  background: #fee900;
  width: 182px;
  margin: 0 auto;
  color: #000000;
}

.btn-deliv {
  width: 100%;
  display: block;
  padding: 12px 0;
  cursor: pointer;
  background: #ffffff;
  margin-top: 17px;
}
.btn-deliv span {
  position: relative;
  color: #000000;
}
.btn-deliv i {
  width: 25px;
  height: 25px;
  background-image: url(../images/common/icon-chevron-down.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}

.btn-back,
.btn-close {
  left: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.btn-gray {
  font-size: 1.4rem;
  font-weight: 700;
  color: #909dbf;
  padding: 6px 26px;
}

.btn-dark {
  font-size: 1.4rem;
  font-weight: 700;
  padding: 6px 20px;
}

.btn-red {
  color: #ff4a4a;
  background: #ffffff;
}

.btn-black {
  color: #000000;
  background: #ffffff;
}

.btn-delete {
  padding: 7px 20px;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  color: #ff4a4a;
  font-weight: 600;
  display: inline-block;
}

.btn-upload,
.btn-small {
  background: #ffffff;
  padding: 8px 15px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  box-sizing: border-box;
  font-weight: 600;
  text-align: center;
}

.btn-fixed {
  border-radius: 0;
  margin-bottom: 0;
}

.half-round {
  margin-bottom: 0;
  border-radius: 20px 20px 0 0;
  padding: 14px;
}
.half-round img {
  margin-right: 5px;
  margin-bottom: 2px;
}

.roundMulti .half-round {
  width: 50%;
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0;
}
.roundMulti .half-round:first-child {
  border-radius: 20px 0 0 0;
}
.roundMulti .half-round:last-child {
  border-radius: 0 20px 0 0;
}

input::placeholder,
textarea::placeholder {
  color: #bdbdbd !important;
  letter-spacing: -0.05rem !important;
  font-size: 1.5rem;
}

input {
  letter-spacing: 1px;
  border-radius: 0 !important;
  -webkit-user-select: auto !important;
}

input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select:focus,
textarea {
  font-size: 16px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select:focus,
textarea:focus,
input:focus {
    font-size: 16px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
textarea,
input {
    font-size: 16px;
  }
}
.inp1 {
  width: 100%;
  height: 40px;
  border: 0;
  outline: none;
  font-size: 1.6rem;
  color: #000000;
  border-bottom: 1px solid #f2f2f2;
  background: none;
  transition: border-color 0.3s ease;
  border-radius: 0 !important;
}
.inp1:focus {
  border-color: #35c4f0;
}

.textarea {
  width: 100%;
  min-height: 50px;
  -webkit-user-select: auto !important;
}

.timer {
  right: 0px;
  color: #fb3b3b;
  letter-spacing: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.speech-bubble {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0.4em;
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 8px;
  height: 26px;
  line-height: 26px;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
}

.speech-bubble:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.5);
  border-bottom: 0;
  top: 26px;
}

.w-full {
  width: 100% !important;
}

.w-half {
  width: 50% !important;
}

.w-25 {
  width: 25% !important;
}

.customRadio {
  text-align: center;
  line-height: 45px;
  height: 45px;
  cursor: pointer;
  width: 100%;
}
.customRadio label {
  width: 100%;
  position: relative;
  display: block;
  cursor: pointer;
}
.customRadio .label {
  color: #606060;
  cursor: pointer;
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
}
.customRadio .radiobox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.customRadio .radiobox:checked + .label, .customRadio .radiobox.active + .label {
  color: #000000;
  font-weight: 700;
}
.customRadio .radiobox:checked + .label::after, .customRadio .radiobox.active + .label::after {
  content: "";
  display: block;
  right: -30px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: url(../images/common/icon-checkbox-w.svg) no-repeat 50% 50%;
  background-color: #35c4f0;
  background-size: 21px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.customRadio.normal {
  text-align: left;
  width: auto;
  display: inline-block;
}
.customRadio.normal label {
  width: auto;
  display: inline-block;
}
.customRadio.normal .label {
  padding-left: 25px;
  margin-right: 30px;
  font-size: 1.4rem;
}
.customRadio.normal .label::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 2px solid #e1e1e1;
  background: transparent;
  box-sizing: border-box;
  cursor: pointer;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.customRadio.normal .radiobox:checked + .label, .customRadio.normal .radiobox.active + .label {
  font-weight: normal;
}
.customRadio.normal .radiobox:checked + .label::after, .customRadio.normal .radiobox.active + .label::after {
  background: url(../images/common/icon-checkbox-sky.svg) no-repeat 50% 50%;
  background-color: transparent;
  border-color: #35c4f0;
  background-size: 23px;
  right: unset;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

.checkWrap {
  margin-bottom: 17px;
}
.checkWrap .s-title1 {
  text-decoration: underline !important;
  float: right;
}
.checkWrap label {
  position: relative;
}

.checkbox {
  position: absolute;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.checkbox + em {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 2px solid #e1e1e1;
  background: transparent;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
}
.checkbox + em + span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  font-size: 1.4rem;
  cursor: pointer;
}
.checkbox:checked + em, .checkbox.active + em {
  background: url(../images/common/icon-checkbox-sky.svg) no-repeat 50% 50%;
  border-color: #35c4f0;
  background-size: 23px;
}

.selectbox {
  position: relative;
  width: 100%;
  z-index: 1;
  transition: all ease 0.3s;
  border-bottom: 1px solid #f2f2f2;
}
.selectbox::after {
  content: "";
  position: absolute;
  right: 0px;
  background: url(../images/common/icon-chevron-up.svg) no-repeat center;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.selectbox.active::after {
  transform: translateY(-50%) rotate(0deg);
}
.selectbox label {
  position: absolute;
  left: 0;
  padding: 8px 20px 8px 0;
  z-index: -1;
  font-size: 1.6rem;
  width: 100%;
  opacity: 0;
}
.selectbox .select {
  width: 100%;
  height: 100%;
  line-height: normal;
  font-family: inherit;
  padding: 9px;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 0;
  font-size: 1.6rem;
}
.selectbox .select[disabled], .selectbox .select:disabled, .selectbox .select[hidden], .selectbox .select:hidden {
  opacity: 0.4 !important;
  cursor: not-allowed;
}
.selectbox select {
  color: inherit;
}
.selectbox select[disabled], .selectbox select:disabled, .selectbox select[hidden], .selectbox select:hidden {
  opacity: 0.4 !important;
  cursor: not-allowed;
}
.selectbox select:not(:focus):invalid {
  color: #cfcfcf;
}

.searchBox {
  position: relative;
}
.searchBox .search {
  padding-right: 40px;
}
.searchBox .searchBtn {
  right: 0px;
  top: 0;
  position: absolute;
  padding: 6px 0 10px 14px;
}
.searchBox.type1 {
  margin-top: -1px;
}
.searchBox.type1 .search {
  padding: 13px 20px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  background: #fafafa;
  padding-right: 55px;
}
.searchBox.type1 .search::placeholder {
  font-size: 1.4rem;
  color: #909090;
  opacity: 1;
}
.searchBox.type1 .searchBtn {
  padding: 7px 20px 8px 14px;
}
.searchBox.type1 + .box2 {
  top: 104px;
}

.datebox.active,
.timebox.active {
  border-bottom: 1px solid #35c4f0;
}
.datebox .pick,
.timebox .pick {
  outline: none;
  width: 100%;
  height: auto;
  line-height: normal;
  font-family: inherit;
  padding: 9px;
  cursor: pointer;
  background: transparent;
  z-index: 101;
  position: relative;
  font-size: 1.6rem;
  padding-left: 0;
}
.datebox::after,
.timebox::after {
  content: "";
  position: absolute;
  right: 0px;
  background: url(../images/common/icon-chevron-up.svg) no-repeat center;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100000;
  display: none;
}
.overlay.active {
  display: block !important;
}
.overlay.overlay-fixed {
  overflow: hidden;
}
.overlay.overlay-fixed .overlayContainer {
  width: 100%;
  bottom: 0;
  transform: translate(0);
  left: unset;
  height: auto;
  top: unset;
}
.overlay.overlay-fixed .overlayContainer .overlayHeader {
  padding: 20px 24px;
  text-align: center;
}
.overlay.overlay-fixed .overlayContainer .overlayHeader .closeEvent {
  right: 24px;
}
.overlay.fullfix {
  background: #ffffff;
}
.overlay.fullfix .overlayContainer {
  width: 100%;
  height: 100%;
}
.overlay.full {
  background: #fafafa;
}
.overlay.full .overlayContainer {
  top: 30px;
  background: transparent;
}
.overlay.full .overlayContainer .overlayHeader {
  font-size: 2.4rem;
  border: 0;
}
.overlay.full .overlayContainer .inner {
  padding-bottom: 130px;
}
.overlay.full .overlayContainer .item {
  background: #ffffff;
}
.overlay.medium .overlayContainer {
  height: 70%;
}
.overlay.small .overlayContainer {
  height: auto;
  min-height: 180px;
  max-width: 320px;
}
.overlay.small .overlayContainer .overlayHeader {
  padding-bottom: 10px;
  border: 0;
}
.overlay.small .overlayContainer .inner {
  padding: 10px 20px;
  min-height: 55px;
}
.overlay.small .overlayContainer .inner p {
  font-size: 1.4rem;
  color: #606060;
}
.overlay.small .overlayContainer .fixedBottom {
  position: unset;
}
.overlay.small .overlayContainer .fixedBottom .flexBtnContainer {
  justify-content: flex-end;
}
.overlay.small .overlayContainer .fixedBottom .flexBtnContainer .fixedBottom {
  padding-top: 10px !important;
}
.overlay.round .overlayContainer {
  border-radius: 10px;
  padding: 0 20px;
}
.overlay.round .overlayContainer .inner {
  padding: 35px 0;
}
.overlay.round .overlayContainer .inner p {
  color: #000;
  line-height: 1.6;
}
.overlay.round .overlayContainer .fixedBottom {
  border-top: 1px solid #f2f2f2;
}
.overlay.round .overlayContainer .fixedBottom .flexBtnContainer {
  justify-content: space-between;
  padding: 0;
}
.overlay.round .overlayContainer .fixedBottom .flexBtnContainer button {
  padding: 18px 0;
  text-align: center;
  width: 100%;
}
.overlay.round .overlayContainer .fixedBottom .flexBtnContainer.btnMulti button {
  width: 50%;
}
.overlay.transp .overlayContainer {
  background: transparent;
}
.overlay.transp .overlayContainer .popImg {
  max-width: 220px;
  margin: 0 auto;
}
.overlay.transp .overlayContainer .popImg img {
  width: 100%;
}
.overlay.transp .overlayContainer .popImg .closeEvent {
  width: 24px;
  height: 24px;
  float: right;
  text-align: center;
  margin-bottom: 10px;
}
.overlay .overlayContainer {
  width: 90%;
  height: 90%;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.overlay .overlayContainer.ovCentered {
  width: 60%;
}
.overlay .overlayContainer .thReservWrap {
  height: 100%;
  overflow-y: auto;
}
.overlay .overlayContainer .overlayHeader {
  position: relative;
  text-align: left;
  font-size: 1.6rem;
  padding: 20px;
  font-weight: bold;
  border-bottom: 1px solid #f2f2f2;
}
.overlay .overlayContainer .overlayHeader .closeEvent {
  right: 14px;
  outline: 0;
  border: 0;
  background: url(../images/common/icon-close-fixed.svg) no-repeat center;
  text-indent: -9999px;
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.overlay .overlayContainer .overlayHeader .closeEvent:focus {
  outline: solid;
}
.overlay .overlayContainer .overlayContent {
  padding: 15px;
  box-sizing: border-box;
  background: #ffffff;
}
.overlay .overlayContainer .overlayContent .btnDark {
  line-height: 45px;
  border: 0;
  width: 100%;
}
.overlay .overlayContainer .btns {
  display: flex;
  justify-content: space-around;
  margin-left: -5px;
  margin-right: -5px;
}
.overlay .overlayContainer .btns .btn {
  width: 100%;
  text-align: center;
  line-height: 45px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 16px;
}
.overlay .overlayContainer .btns .btn.btnCancel {
  background: #ffffff;
  border: 1px solid #cfcfcf;
}
.overlay .overlayContainer .btns .btn.btnResvCancel {
  background: #424159;
  color: #ffffff;
  border: 0;
}

.favBox {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 240px;
  opacity: 0.9;
  border-radius: 20px;
  background-color: #1d1d1d;
  z-index: 1000;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 25px;
  display: none;
}

.fixedBottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 104;
  background: #ffffff;
  box-sizing: border-box;
}
.fixedBottom .btnMulti {
  padding: 20px;
}
.fixedBottom .btnMulti .btnDefault {
  margin-left: 10px;
}
.fixedBottom .btnMulti .btnDefault:first-child {
  margin-left: 0 !important;
}

.flexBtnContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.accordion li.new .q h3 {
  position: relative;
}
.accordion li.new .q h3::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  right: -17px;
  bottom: 6px;
  background-image: url(../images/common/icon-new.svg);
  background-repeat: no-repeat;
}
.accordion li .q {
  padding: 14px 0;
  display: block;
  border: 1px solid #eff4fb;
  border-left: 0px;
  border-right: 0px;
}
.accordion li .q:first-child {
  border-top: 0px;
}
.accordion li .q.active .article h3 {
  font-weight: 700;
}
.accordion li .q.active .article::after {
  transform: translateY(-50%) rotate(0deg);
}
.accordion li .q .article {
  padding-right: 40px;
  position: relative;
}
.accordion li .q .article h3 {
  font-weight: 400;
}
.accordion li .q .article::after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(../images/common/icon-chevron-up.svg);
  background-repeat: no-repeat;
  top: 50%;
  right: 0px;
  transform: translateY(-50%) rotate(180deg);
}
.accordion li .q .article h3 {
  font-size: 1.6rem;
  display: inline;
}
.accordion li .q .article p {
  font-size: 1.2rem;
  color: #909090;
  letter-spacing: 0;
  margin-top: 2px;
}
.accordion li .a {
  padding: 20px 0;
  border-bottom: 1px solid #eff4fb;
  background-color: #fafafa;
}
.accordion li .a .article p {
  color: #606060;
  font-size: 1.6rem;
  line-height: 1.6;
}
.accordion li .article {
  margin-left: 25px;
  margin-right: 25px;
}

.vtab-head {
  border-bottom: 1px solid #e4e9f2;
  display: flex;
  justify-content: space-evenly;
  z-index: 103;
  position: relative;
}
.vtab-head li {
  padding: 10px 0;
  border-bottom: 3px solid transparent;
  color: #606060;
  cursor: pointer;
}
.vtab-head li.active {
  border-color: #35c4f0;
  color: #000000;
  font-weight: 700;
}

body {
  overflow-y: auto;
  overflow-x: hidden !important;
  width: 100%;
  min-width: 300px;
}

.inner {
  width: 100%;
  padding: 25px;
  position: relative;
}

.box1 {
  padding-bottom: 15px;
}

.box2 {
  color: #707070;
  line-height: 1.9;
  overflow-y: auto;
  position: absolute;
  bottom: 0;
  top: 64px;
}

.box3 {
  padding: 40px 0 55px;
  text-align: center;
}
.box3 img {
  margin-bottom: 15px;
}

.box4 {
  padding: 40px 0 25px;
  text-align: center;
  max-width: 245px;
  margin: 0 auto;
}

.ui-widget {
  font-family: inherit;
}

#ui-datepicker-div {
  background: #f7f7f7;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  padding: 10px;
  box-sizing: border-box;
  z-index: 99999999999 !important;
}

.ui-widget-header {
  border: none;
  background: transparent;
}
.ui-widget-header .ui-icon {
  background-image: url(../images/common/icon-chevron-up.svg);
  background-position: center;
}
.ui-widget-header .ui-datepicker-prev,
.ui-widget-header .ui-datepicker-next {
  top: 50%;
  transform: translateY(-50%);
  width: 1.8em;
  height: 1.8em;
  cursor: pointer;
}
.ui-widget-header .ui-datepicker-prev {
  left: 0;
}
.ui-widget-header .ui-datepicker-prev span {
  transform: rotate(-90deg);
}
.ui-widget-header .ui-datepicker-next {
  right: 0;
}
.ui-widget-header .ui-datepicker-next span {
  transform: rotate(90deg);
}
.ui-widget-header .ui-datepicker-prev-hover span,
.ui-widget-header .ui-datepicker .ui-datepicker-next-hover span {
  background-color: none;
  border: none;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  text-align: center;
  width: 55px;
  padding: 5px 10px;
  font-weight: bold;
  margin-right: 5px;
  cursor: pointer;
}
.ui-datepicker select.ui-datepicker-month option,
.ui-datepicker select.ui-datepicker-year option {
  text-align: center;
}

.ui-datepicker th {
  padding: 0.5em 0.3em;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: none !important;
}

.ui-datepicker td span, .ui-datepicker td a {
  text-align: center;
  padding: 0.3em;
  font-size: 1.4rem;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  margin: 5px 0 0;
  font-size: 1.3rem;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  background: #35c4f0;
  color: #fff !important;
  font-weight: 500;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  color: #454545;
}

.ui-datepicker select.ui-datepicker-month {
  margin-left: 10px;
  text-align: center;
  margin-right: 0;
}

.ui-timepicker-standard * {
  border: none !important;
}

.ui-timepicker-standard {
  border: none;
  background: #f7f7f7;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  padding: 10px;
  box-sizing: border-box;
  padding-right: 0;
  border-radius: 3px;
}
.ui-timepicker-standard .ui-widget.ui-widget-content {
  border: none;
}
.ui-timepicker-standard .ui-widget-content {
  border: none;
  background: transparent;
}
.ui-timepicker-standard .ui-timepicker-standard a {
  font-size: 1.4rem;
  color: #454545;
}
.ui-timepicker-standard .ui-menu-item {
  padding-right: 20px !important;
}
.ui-timepicker-standard .ui-state-hover {
  border: none;
  background: #eee;
}
.ui-timepicker-standard .ui-state-hover, .ui-timepicker-standard .ui-widget-content .ui-state-hover, .ui-timepicker-standard .ui-widget-header .ui-state-hover, .ui-timepicker-standard .ui-state-focus, .ui-timepicker-standard .ui-widget-content .ui-state-focus, .ui-timepicker-standard .ui-widget-header .ui-state-focus, .ui-timepicker-standard .ui-button:hover, .ui-timepicker-standard .ui-button:focus {
  background: #35c4f0;
  color: #fff;
  font-weight: 500;
}

/*
os-theme-round-light
*/
.os-theme-round-light > .os-scrollbar {
  padding: 0;
}

.os-theme-round-light > .os-scrollbar-horizontal {
  right: 20px;
  height: 20px;
}

.os-theme-round-light > .os-scrollbar-vertical {
  bottom: 20px;
  width: 20px;
}

.os-theme-round-light.os-host-rtl > .os-scrollbar-horizontal {
  left: 20px;
  right: 0;
}

.os-theme-round-light > .os-scrollbar-corner {
  height: 40px;
  width: 40px;
  background-color: transparent;
}

.os-theme-round-light > .os-scrollbar > .os-scrollbar-track {
  background: transparent;
}

.os-theme-round-light > .os-scrollbar-horizontal > .os-scrollbar-track:before,
.os-theme-round-light > .os-scrollbar-vertical > .os-scrollbar-track:before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.15);
}

.os-theme-round-light > .os-scrollbar-horizontal > .os-scrollbar-track:before {
  left: 3px;
  right: 3px;
  height: 2px;
  top: 50%;
  margin-top: -1px;
}

.os-theme-round-light > .os-scrollbar-vertical > .os-scrollbar-track:before {
  top: 3px;
  bottom: 3px;
  width: 2px;
  left: 50%;
  margin-left: -1px;
}

.os-theme-round-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: transparent;
  cursor: pointer;
}

.os-theme-round-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/common/icon-scroll.svg) no-repeat center;
  border-radius: 30px;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  transform: scale(1.2);
  cursor: pointer;
}

.os-theme-round-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle:hover:before,
.os-theme-round-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active:before {
  transform: scale(1.5);
}

.os-theme-round-light > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  height: 100%;
  min-width: 35px;
  max-width: 35px;
  cursor: pointer;
}

.os-theme-round-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  width: 100%;
  min-height: 35px;
  max-height: 35px;
  cursor: pointer;
}

.os-theme-round-light.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle:before {
  transition: transform 0.3s;
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical {
  top: 5px;
  bottom: 5px;
}

.header {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  background-color: white;
  z-index: 104;
  box-sizing: border-box;
  min-width: 300px;
  border-bottom: 1px solid #e4e9f2;
}
.header .miniTit {
  color: #606060;
  font-size: 1.6rem;
  position: absolute;
  width: 60px;
  left: 28px;
}
.header .inner {
  padding: 14px 15px;
  height: 54px;
}
.header + .container {
  margin-top: 54px;
  width: 100%;
  min-width: 300px;
  border-top: 1px solid #e4e9f2;
}
.header.home-head {
  border: 0;
  background: transparent;
}
.header.home-head .inner {
  padding: 20px;
}
.header.home-head .inner::after {
  content: "";
  display: block;
  clear: both;
}
.header.home-head .logo {
  float: left;
  width: 150px;
}
.header.home-head .logo a {
  display: block;
}
.header.home-head .sideWrap {
  float: right;
}
.header.home-head .sideWrap .myBtn,
.header.home-head .sideWrap .menuWrap {
  width: 24px;
  height: 24px;
  margin-left: 15px;
  display: inline-block;
}
.header.home-head .sideWrap .myBtn:first-child,
.header.home-head .sideWrap .menuWrap:first-child {
  margin-left: 0;
}
.header.home-head .sideWrap .menuWrap {
  position: relative;
}
.header.home-head .sideWrap .menuWrap .menu {
  position: absolute;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  right: 0px;
  top: 37px;
  min-width: 117px;
  display: none;
}
.header.home-head .sideWrap .menuWrap .menu.active {
  display: block;
}
.header.home-head .sideWrap .menuWrap .menu .closeMenu {
  padding: 8px 10px 10px;
  display: block;
  border-top: 1px solid #f2f2f2;
  color: #35c4f0;
  font-weight: 600;
}
.header.home-head .sideWrap .menuWrap .menu ul {
  padding: 16px;
}
.header.home-head .sideWrap .menuWrap .menu ul li a {
  font-size: 1.6rem;
  padding: 10px 0;
  display: block;
}
.header.home-head .sideWrap .menuWrap .menu ul li:first-child a {
  padding-top: 0;
}
.header.home-head .sideWrap .menuWrap .menu ul li:last-child a {
  padding-bottom: 0;
}

.home {
  position: relative;
  width: 100%;
  min-width: 300px;
  overflow-y: hidden;
  height: 770px;
}
@media (max-width: 360px) {
  .home {
    height: 718px;
  }
}
.home .main-banner {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
}
.home .main-banner * {
  height: 100%;
  width: 100%;
}
.home .main-banner .slider .swiper-container .swiper-wrapper .swiper-slide a {
  position: absolute;
  display: block;
  top: 0;
  bottom: 200px;
  height: auto;
}
.home .main-banner .slider .swiper-container .swiper-wrapper .swiper-slide a p {
  left: 50%;
  position: absolute;
  z-index: 101;
  height: auto;
  color: #ffffff;
  min-width: 200px;
  display: block;
  font-size: 3.4rem;
  font-weight: 200;
  top: 45%;
  transform: translate(-50%, -55%);
}
@media (max-width: 360px) {
  .home .main-banner .slider .swiper-container .swiper-wrapper .swiper-slide a p {
    top: 40%;
  }
}
.home .main-banner .slider .swiper-container .swiper-wrapper .swiper-slide a p small {
  font-weight: 500;
  font-size: 1.6rem;
}
.home .main-banner .slider .swiper-container .swiper-wrapper .swiper-slide a p span {
  display: block;
}
.home .main-banner .slider .swiper-container .swiper-wrapper .swiper-slide a img {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -55%);
  bottom: 0;
  -webkit-user-drag: none;
  z-index: 99;
}
@media (max-width: 360px) {
  .home .main-banner .slider .swiper-container .swiper-wrapper .swiper-slide a img {
    top: 0;
    left: 0;
    width: 105%;
    transform: unset;
  }
}
.home .main-banner .slider .controls .swiper-button-prev,
.home .main-banner .slider .controls .swiper-button-next {
  position: absolute;
  width: 30px;
  height: 60px;
  z-index: 101;
  background-image: url(../images/common/icon-chevron-right.svg);
  margin: 0;
  top: 30%;
}
@media (max-width: 360px) {
  .home .main-banner .slider .controls .swiper-button-prev,
.home .main-banner .slider .controls .swiper-button-next {
    top: 27%;
  }
}
.home .main-banner .slider .controls .swiper-button-prev {
  right: unset;
  transform: translateY(-30%) rotate(180deg);
  left: 20px;
}
.home .main-banner .slider .controls .swiper-button-next {
  left: unset;
  transform: translateY(-30%);
  right: 20px;
}
.home .main-banner .bg {
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
}
.home .quickMenuWrap {
  position: relative;
  top: 460px;
  background: transparent;
  min-width: 300px;
  z-index: 101;
  transition: all ease 0.3s;
}
@media (max-width: 360px) {
  .home .quickMenuWrap {
    top: 390px;
  }
}
.home .quickMenuWrap .flexBtnContainer .btn {
  padding: 15px 15px 35px;
}
.home .quickMenuWrap .flexBtnContainer .btn:first-child {
  border-radius: 20px 0px 0px 0px;
}
.home .quickMenuWrap .flexBtnContainer .btn:last-child {
  border-radius: 0px 20px 0px 0px;
}
.home .quickMenu {
  margin-top: -30px;
  background: #ffffff;
  overflow: hidden;
}
.home .quickMenu::before {
  content: "";
  display: block;
  border-radius: 20px 20px 0 0;
  position: absolute;
  top: 55px;
  height: 60px;
  width: 100%;
  background: #ffffff;
}
.home .quickMenu .flexWrap li {
  width: 25%;
  margin: 15px 0;
}
.home .quickMenu .flexWrap li:nth-child(1) a, .home .quickMenu .flexWrap li:nth-child(5) a {
  padding-left: 0;
}
.home .quickMenu .flexWrap li:nth-child(4) a, .home .quickMenu .flexWrap li:nth-child(8) a {
  padding-right: 0;
}
.home .quickMenu .flexWrap li a {
  display: block;
  padding: 0 5px;
}
.home .quickMenu .flexWrap li span {
  display: block;
  font-size: 1.2rem;
  word-break: keep-all;
}

.box1 dl {
  margin-bottom: 24px;
  position: relative;
}
.box1 dl dd::after {
  content: "";
  display: block;
  clear: both;
}
.box1 dl dd.flexWrap::after {
  display: none;
}

.etc {
  text-align: center;
  padding: 10px 0 0;
}
.etc a {
  margin-left: 10px;
  padding-left: 13px;
  display: inline-block;
  position: relative;
}
.etc a::before {
  content: "";
  width: 1px;
  height: 15px;
  background: #909090;
  left: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.etc a:first-child {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.etc a:first-child::before {
  display: none;
}

.intro {
  padding-top: 80px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: 100%;
  background-repeat: no-repeat;
}
.intro .inner {
  padding-left: 50px;
}
.intro .inner .bg {
  margin-bottom: 86px;
}
.intro .inner .bg img {
  display: block;
  height: 20px;
}
.intro .inner .bg .logo-mark {
  width: 46px;
  height: 49px;
  margin-bottom: 30px;
}
.intro .inner .bg .logo-txt {
  width: 110px;
  height: 34px;
  margin-bottom: 7px;
}
.intro .inner .bg .logo-eng {
  width: 77px;
  height: 20px;
  opacity: 0.3;
}
.intro .inner h2 {
  font-size: 4.3rem;
  color: #ffffff;
  font-weight: 200;
}

.sign {
  padding-top: 155px;
  padding-bottom: 50px;
  background: url(../images/common/bg-login.svg) no-repeat right;
  background-position-y: 20px;
  overflow: hidden;
}
.sign .title1 {
  margin-bottom: 34px;
}

.empty {
  background-size: 100%;
  background-repeat: no-repeat;
}
.empty .inner {
  padding: 185px 53px;
}
.empty .inner .textWrap {
  padding: 62px 0 34px;
}
.empty .inner .textWrap p {
  font-size: 2.4rem;
  padding-bottom: 10px;
}

.modify .centerWrap {
  padding-top: 25px;
}
.modify .centerWrap a {
  text-decoration: underline !important;
}

.cs .btn-call img {
  margin-right: 5px;
  margin-bottom: 4px;
}
.cs .btn-call strong {
  font-weight: 500;
}
.cs .btn-kakao img {
  margin-right: 5px;
  margin-bottom: 4px;
}
.cs .btn-kakao strong {
  line-height: 48px;
}

.cs,
.gift,
.condol,
.memorial,
.gallery {
  border-top: 0 !important;
}
.cs::after,
.gift::after,
.condol::after,
.memorial::after,
.gallery::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e4e9f2;
  position: fixed;
  top: 54px;
  left: 0;
  z-index: 103;
}
.cs .tabWrap .vtab-head,
.gift .tabWrap .vtab-head,
.condol .tabWrap .vtab-head,
.memorial .tabWrap .vtab-head,
.gallery .tabWrap .vtab-head {
  position: fixed;
  width: 100%;
  background: #ffffff;
  z-index: 104;
}
.cs .tabWrap .vtab-body,
.gift .tabWrap .vtab-body,
.condol .tabWrap .vtab-body,
.memorial .tabWrap .vtab-body,
.gallery .tabWrap .vtab-body {
  padding-top: 44px;
}

.cs,
.gift,
.condol {
  padding-bottom: 50px;
}
.cs .tabWrap .box2,
.gift .tabWrap .box2,
.condol .tabWrap .box2 {
  position: unset;
}
.cs .box2,
.gift .box2,
.condol .box2 {
  top: 0;
}

.condol .listWrap li {
  text-align: center;
  padding: 24px;
  background: #fafafa;
  border-radius: 10px;
  margin-bottom: 10px;
}
.condol .listWrap li img {
  margin-bottom: 5px;
}
.condol .listWrap li p {
  color: #000000;
}
.condol .listWrap li p.txt1 {
  color: #909090;
}
.condol .listWrap li .title3 {
  font-weight: normal;
  color: #000000;
}

.notice {
  padding-bottom: 30px;
}
.notice::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e4e9f2;
  position: fixed;
  top: 54px;
  left: 0;
  z-index: 103;
}

.board .inner {
  padding-top: 10px;
}
.board .listWrap li {
  padding: 16px 0;
  border-top: 1px solid #f2f2f2;
  position: relative;
}
.board .listWrap li:first-child {
  border: none;
}
.board .listWrap li .openEvent {
  position: absolute;
  top: 11px;
  right: 0;
  width: 25px;
  height: 25px;
  text-align: right;
}
.board .listWrap li .txt2 {
  padding-bottom: 5px;
  padding-right: 30px;
}
.board .listWrap li .txt3 {
  line-height: 1.6;
}

.thanks {
  background: #fafafa url(../images/common/bg-flower.svg) no-repeat right;
  background-position-y: 30px;
  overflow: hidden;
  background-size: 113px;
}
.thanks .msgWrap {
  padding: 70px 25px 52px;
}
.thanks .msgWrap img {
  width: 217px;
  height: 90px;
  margin-bottom: 18px;
}
.thanks .msgWrap p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.6;
}
.thanks .infoWrap {
  background: #ffffff;
  box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.03);
  border-radius: 20px 20px 0 0;
  padding-top: 30px;
}

.memorial .tip {
  top: 46% !important;
}

.memorial .msg .textarea,
.gift .msg .textarea {
  margin-bottom: 0;
}
.memorial .textarea,
.gift .textarea {
  margin-top: 10px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 25px;
  min-height: 130px;
  font-size: 1.6rem;
}
.memorial .textarea::placeholder,
.gift .textarea::placeholder {
  font-size: 1.6rem;
  color: #909090 !important;
}
.memorial .box1,
.gift .box1 {
  border-top: 10px solid #fafafa;
  padding-bottom: 0;
}
.memorial .box1 .inner,
.gift .box1 .inner {
  padding: 20px;
}
.memorial .box1 .inner dl:last-child,
.gift .box1 .inner dl:last-child {
  margin-bottom: 0;
}
.memorial .box1 h3,
.gift .box1 h3 {
  font-size: 1.6rem;
  font-weight: 600;
  padding-bottom: 16px;
  position: relative;
}
.memorial .box1 h3 span,
.gift .box1 h3 span {
  font-size: 1.2rem;
  float: right;
  font-weight: normal;
  color: #8f9bb3;
}
.memorial .box1 .flex-half .selectbox,
.gift .box1 .flex-half .selectbox {
  width: 48%;
}
.memorial .box1 .flex-half .inp1,
.gift .box1 .flex-half .inp1 {
  width: 48%;
}
.memorial .box1 .w-full,
.gift .box1 .w-full {
  margin-top: 10px;
}
.memorial .box1 .bankInfoWrap,
.memorial .box1 .relationWrap,
.gift .box1 .bankInfoWrap,
.gift .box1 .relationWrap {
  position: relative;
}
.memorial .box1 .bankInfoWrap .bankInfo,
.memorial .box1 .bankInfoWrap .relationInfo,
.memorial .box1 .relationWrap .bankInfo,
.memorial .box1 .relationWrap .relationInfo,
.gift .box1 .bankInfoWrap .bankInfo,
.gift .box1 .bankInfoWrap .relationInfo,
.gift .box1 .relationWrap .bankInfo,
.gift .box1 .relationWrap .relationInfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
.memorial .box1 .bankInfoWrap .bankInfo .selectbox,
.memorial .box1 .bankInfoWrap .bankInfo .inp1,
.memorial .box1 .bankInfoWrap .relationInfo .selectbox,
.memorial .box1 .bankInfoWrap .relationInfo .inp1,
.memorial .box1 .relationWrap .bankInfo .selectbox,
.memorial .box1 .relationWrap .bankInfo .inp1,
.memorial .box1 .relationWrap .relationInfo .selectbox,
.memorial .box1 .relationWrap .relationInfo .inp1,
.gift .box1 .bankInfoWrap .bankInfo .selectbox,
.gift .box1 .bankInfoWrap .bankInfo .inp1,
.gift .box1 .bankInfoWrap .relationInfo .selectbox,
.gift .box1 .bankInfoWrap .relationInfo .inp1,
.gift .box1 .relationWrap .bankInfo .selectbox,
.gift .box1 .relationWrap .bankInfo .inp1,
.gift .box1 .relationWrap .relationInfo .selectbox,
.gift .box1 .relationWrap .relationInfo .inp1 {
  width: 48%;
}
.memorial .box1 .relationAdd,
.gift .box1 .relationAdd {
  margin-bottom: 0;
  margin-top: 5px;
}
.memorial .box1 .infoWrap,
.gift .box1 .infoWrap {
  padding-bottom: 40px;
  border-bottom: 1px solid #f2f2f2;
}
.memorial .uploadWrap,
.gift .uploadWrap {
  display: block;
  position: relative;
  height: 230px;
}
.memorial .uploadWrap .preview,
.memorial .uploadWrap .upload,
.gift .uploadWrap .preview,
.gift .uploadWrap .upload {
  width: 160px;
  height: 209px;
  border: 1px solid #f2f2f2;
  margin: 0 auto;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
}
.memorial .uploadWrap .preview,
.gift .uploadWrap .preview {
  z-index: 100;
  overflow: hidden;
  border: none;
}
.memorial .uploadWrap .preview.active,
.gift .uploadWrap .preview.active {
  z-index: 101;
}
.memorial .uploadWrap .preview .deleteImg,
.gift .uploadWrap .preview .deleteImg {
  display: block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: url(../images/common/icon-close-circle-fill.svg) no-repeat center;
  position: absolute;
  right: 0;
  top: 0;
  margin: 5px;
  z-index: 102;
  text-indent: -9999999px;
}
.memorial .uploadWrap .preview img,
.gift .uploadWrap .preview img {
  width: 100%;
  max-width: 160px;
  z-index: 101;
}
.memorial .uploadWrap .upload,
.gift .uploadWrap .upload {
  z-index: 100;
  background-image: url(../images/common/icon-plus-g.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 36px;
}
.memorial .uploadWrap .upload .file,
.gift .uploadWrap .upload .file {
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.memorial.m-info .info-2 h3 + dl input,
.gift.m-info .info-2 h3 + dl input {
  pointer-events: none !important;
  border-bottom: 0 !important;
}
.memorial.m-info .info-2 h3 + dl:nth-child(1) input,
.gift.m-info .info-2 h3 + dl:nth-child(1) input {
  pointer-events: none !important;
  border-bottom: 0 !important;
}
.memorial.m-info .info-2 h3 + dl + dl #select-funeral,
.gift.m-info .info-2 h3 + dl + dl #select-funeral {
  pointer-events: none;
}
.memorial.m-info .info-2 h3 + dl + dl .selectbox,
.gift.m-info .info-2 h3 + dl + dl .selectbox {
  border-bottom: 0;
}
.memorial.m-info .info-2 h3 + dl + dl .selectbox::after,
.gift.m-info .info-2 h3 + dl + dl .selectbox::after {
  display: none;
}
.memorial.m-info .bankInfoWrap .inp1,
.memorial.m-info .relationWrap .inp1,
.gift.m-info .bankInfoWrap .inp1,
.gift.m-info .relationWrap .inp1 {
  padding-right: 80px;
}
.memorial.m-info .bankInfoWrap .btnWrap,
.memorial.m-info .relationWrap .btnWrap,
.gift.m-info .bankInfoWrap .btnWrap,
.gift.m-info .relationWrap .btnWrap {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #ffffff;
  padding-left: 14px;
}

.memorial dd ~ .relationWrap:nth-child(1) .btnWrap,
.gift dd ~ .relationWrap:nth-child(1) .btnWrap {
  display: none;
}
.memorial .bankInfoWrap .btnWrap,
.memorial .relationWrap .btnWrap,
.gift .bankInfoWrap .btnWrap,
.gift .relationWrap .btnWrap {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #ffffff;
  padding-left: 14px;
  display: block;
}
.memorial .bankInfoWrap:nth-child(1) .inp1,
.memorial .relationWrap:nth-child(1) .inp1,
.gift .bankInfoWrap:nth-child(1) .inp1,
.gift .relationWrap:nth-child(1) .inp1 {
  padding-right: 80px;
}
.memorial .bankAdd,
.gift .bankAdd {
  margin-top: 5px;
}

.gallery .txt5 {
  opacity: 0.7;
}
.gallery .vtab-con {
  background: #fafafa;
}
.gallery .vtab-con .topWrap {
  border-top: 1px solid #e4e9f2;
}
.gallery.movie .emptyWrap .topWrap {
  border: none;
}
.gallery .emptyWrap,
.gallery .premium {
  padding: 150px 20px;
  text-align: center;
}
.gallery .emptyWrap .title2,
.gallery .premium .title2 {
  margin-bottom: 5px;
}
.gallery .emptyWrap .topWrap,
.gallery .premium .topWrap {
  border: none;
  background: none;
  padding: 0;
  position: unset;
}
.gallery .emptyWrap .topWrap p,
.gallery .premium .topWrap p {
  float: unset;
  line-height: unset;
  padding-bottom: 25px;
}
.gallery .emptyWrap .topWrap .btn-upload,
.gallery .premium .topWrap .btn-upload {
  float: unset;
  width: 190px;
  padding: 12px 15px;
}
.gallery .emptyWrap .bottomWrap,
.gallery .premium .bottomWrap {
  position: relative;
  margin-top: 160px;
}
.gallery .emptyWrap .bottomWrap::before,
.gallery .premium .bottomWrap::before {
  content: "";
  display: block;
  width: 255px;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  background: #e1e1e1;
}
.gallery .emptyWrap .bottomWrap p,
.gallery .premium .bottomWrap p {
  padding: 25px 0;
}
.gallery .emptyWrap .bottomWrap .txt2,
.gallery .premium .bottomWrap .txt2 {
  text-decoration: underline !important;
}
.gallery .premium {
  padding: 150px 0px;
  border-top: 1px solid #e4e9f2;
}
.gallery .premium video {
  width: 100%;
}
.gallery .premium .bottomWrap {
  margin-top: 0px;
}
.gallery .premium .bottomWrap::before {
  display: none;
}
.gallery .premium .bottomWrap p {
  padding: 30px 0;
}
.gallery .topWrap {
  padding: 10px 16px;
  border-bottom: 1px solid #f2f2f2;
  position: fixed;
  top: 97px;
  z-index: 103;
  width: 100%;
  background: #fafafa;
}
.gallery .topWrap::after {
  content: "";
  display: block;
  clear: both;
}
.gallery .topWrap p {
  float: left;
  height: 100%;
  line-height: 40px;
  padding: 0;
}
.gallery .topWrap .btn-upload {
  float: right;
}
.gallery .contentsWrap #customscroll {
  position: absolute;
  left: 0;
  bottom: 50px;
  right: 0;
  top: 60px;
  overflow-y: auto;
}
.gallery .contentsWrap.bigTile .galleryWrap ul li {
  width: 50%;
}
.gallery .contentsWrap.mini .galleryWrap ul li {
  width: 20%;
}
.gallery .editWrap {
  position: fixed;
  bottom: 70px;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 25px;
  z-index: 105;
  text-align: center;
  padding: 0px 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 260px;
}
.gallery .editWrap .flexWrap {
  justify-content: center;
}
.gallery .editWrap .flexWrap a {
  padding: 10px 10px 12px;
  color: #ffffff;
  font-weight: 500;
  display: inline-block;
}
.gallery .editWrap .flexWrap a.sizeEvent {
  padding-right: 24px;
  position: relative;
}
.gallery .editWrap .flexWrap a.sizeEvent::after {
  content: "";
  display: block;
  background: url(../images/common/icon-chevron-down-w.svg) no-repeat center;
  background-size: 24px;
  width: 24px;
  height: 24px;
  right: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.gallery .editWrap .flexWrap a.sizeEvent.active::after {
  transform: rotate(180deg);
}

.gallery.deleteMedia, .gallery.sortable,
.gallery-conWrap.deleteMedia,
.gallery-conWrap.sortable {
  border-top: 1px solid #e4e9f2;
}
.gallery.deleteMedia .galleryWrap, .gallery.sortable .galleryWrap,
.gallery-conWrap.deleteMedia .galleryWrap,
.gallery-conWrap.sortable .galleryWrap {
  padding-top: 0px;
  margin-top: 0px;
}
.gallery.deleteMedia .galleryWrap ul, .gallery.sortable .galleryWrap ul,
.gallery-conWrap.deleteMedia .galleryWrap ul,
.gallery-conWrap.sortable .galleryWrap ul {
  display: block;
}
.gallery.deleteMedia .galleryWrap ul li, .gallery.sortable .galleryWrap ul li,
.gallery-conWrap.deleteMedia .galleryWrap ul li,
.gallery-conWrap.sortable .galleryWrap ul li {
  cursor: pointer;
  display: inline-block;
  width: 24.5%;
  float: left;
}
.gallery.deleteMedia .galleryWrap ul li div::before,
.gallery.deleteMedia .galleryWrap ul li a::before, .gallery.sortable .galleryWrap ul li div::before,
.gallery.sortable .galleryWrap ul li a::before,
.gallery-conWrap.deleteMedia .galleryWrap ul li div::before,
.gallery-conWrap.deleteMedia .galleryWrap ul li a::before,
.gallery-conWrap.sortable .galleryWrap ul li div::before,
.gallery-conWrap.sortable .galleryWrap ul li a::before {
  display: none;
}
.gallery.deleteMedia .galleryWrap ul li,
.gallery-conWrap.deleteMedia .galleryWrap ul li {
  position: relative;
}
.gallery.deleteMedia .galleryWrap ul li::before,
.gallery-conWrap.deleteMedia .galleryWrap ul li::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/common/icon-checkmark-circle-fill.svg) no-repeat;
  background-size: 24px;
  z-index: 102;
  position: absolute;
  right: 5px;
  top: 5px;
  opacity: 0.7;
}
.gallery.deleteMedia .galleryWrap ul li.active::before,
.gallery-conWrap.deleteMedia .galleryWrap ul li.active::before {
  background: url(../images/common/icon-checkmark-circle-fill-sky.svg) no-repeat;
  opacity: 1;
}
.gallery .galleryWrap,
.gallery-conWrap .galleryWrap {
  padding-top: 63px;
  padding-bottom: 3px;
  background: #ffffff;
}
.gallery .galleryWrap ul,
.gallery-conWrap .galleryWrap ul {
  justify-content: center;
}
.gallery .galleryWrap ul li,
.gallery-conWrap .galleryWrap ul li {
  cursor: pointer;
  height: auto;
  overflow: hidden;
  padding: 1px;
  width: 25%;
  position: relative;
}
.gallery .galleryWrap ul li div,
.gallery .galleryWrap ul li a,
.gallery-conWrap .galleryWrap ul li div,
.gallery-conWrap .galleryWrap ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.gallery .galleryWrap ul li div.showvideo::after,
.gallery .galleryWrap ul li a.showvideo::after,
.gallery-conWrap .galleryWrap ul li div.showvideo::after,
.gallery-conWrap .galleryWrap ul li a.showvideo::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/common/icon-play.svg) no-repeat;
  background-size: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
}
.gallery .galleryWrap ul li div::before,
.gallery .galleryWrap ul li a::before,
.gallery-conWrap .galleryWrap ul li div::before,
.gallery-conWrap .galleryWrap ul li a::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/common/icon-showbig.svg) no-repeat;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 101;
}
.gallery .galleryWrap ul li div img,
.gallery .galleryWrap ul li a img,
.gallery-conWrap .galleryWrap ul li div img,
.gallery-conWrap .galleryWrap ul li a img {
  width: 160%;
  min-width: 140px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.galleryPop#imgDelPop1 .inner, .galleryPop#imgDelPop2 .inner {
  top: 57px !important;
}
.galleryPop .showvideo::after {
  z-index: 103 !important;
}
.galleryPop .overlayContainer .overlayHeader {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  padding: 14px;
  box-sizing: border-box;
  border-bottom: 1px solid #e4e9f2;
  z-index: 105;
}
.galleryPop .overlayContainer .overlayHeader button {
  right: unset;
  left: 14px;
}
.galleryPop .overlayContainer .topWrap {
  padding: 11px 16px;
  box-sizing: border-box;
  background: #fafafa;
  border-bottom: 1px solid #e4e9f2;
  position: relative;
  top: 0 !important;
  border-top: 0 !important;
  z-index: 104;
}
.galleryPop .overlayContainer .topWrap::after {
  content: "";
  display: block;
  clear: both;
}
.galleryPop .overlayContainer .topWrap p {
  font-size: 1.2rem;
  padding: 0;
  float: left;
  line-height: inherit;
}
.galleryPop .overlayContainer .topWrap button {
  float: right;
  font-weight: normal;
}
.galleryPop .overlayContainer .inner {
  position: absolute;
  padding: 0;
  bottom: 50px;
  top: 118px;
}
.galleryPop .overlayContainer .inner .gallery-conWrap {
  border: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.galleryPop .overlayContainer .inner .gallery-conWrap.bigTitle .galleryWrap ul li {
  width: 50%;
}

.galleryInfoPop .overlayContainer .overlayHeader {
  border-bottom: 0;
}
.galleryInfoPop .overlayContainer .inner {
  text-align: center;
  overflow-y: auto;
  position: absolute;
  bottom: 0;
  top: 66px;
  padding-top: 0;
}
.galleryInfoPop .overlayContainer .inner p {
  color: #606060;
  padding-top: 13px;
}
.galleryInfoPop .overlayContainer .inner hr {
  height: 1px;
  background: #e4e9f2;
  margin: 25px auto;
  width: 240px;
}

.bigPictureWrapper,
.bigPictureOverlay {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  top: 0%;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 999;
  bottom: 0;
  overflow: hidden;
}
.bigPictureWrapper.active,
.bigPictureOverlay.active {
  display: block;
}
.bigPictureWrapper .sub-header,
.bigPictureOverlay .sub-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 999;
  background: #000000;
}
.bigPictureWrapper .sub-header .imgInfoWrap h2,
.bigPictureOverlay .sub-header .imgInfoWrap h2 {
  color: #ffffff;
  font-size: 1.6rem;
}
.bigPictureWrapper .sub-header .imgInfoWrap p,
.bigPictureOverlay .sub-header .imgInfoWrap p {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 200;
  letter-spacing: 0;
}
.bigPictureWrapper .sub-header .btn-trash,
.bigPictureOverlay .sub-header .btn-trash {
  right: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.bigPictureWrapper .mediaWrap,
.bigPictureOverlay .mediaWrap {
  top: 0;
  position: fixed;
  overflow-y: auto;
  height: 100%;
  padding-top: 120px;
  width: 100%;
}
.bigPictureWrapper .mediaWrap .bigPicture,
.bigPictureWrapper .mediaWrap .bigVideo,
.bigPictureOverlay .mediaWrap .bigPicture,
.bigPictureOverlay .mediaWrap .bigVideo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.bigPictureWrapper .mediaWrap .bigPicture img,
.bigPictureOverlay .mediaWrap .bigPicture img {
  width: 100%;
}
.bigPictureWrapper .mediaWrap .bigVideo video,
.bigPictureOverlay .mediaWrap .bigVideo video {
  width: 100%;
}

.movie .containerWrapper {
  background: #fafafa;
  border-top: 1px solid #e4e9f2;
}
.movie .containerWrapper .emptyWrap .topWrap .txt1 {
  padding-top: 25px;
}
.movie .containerWrapper .topWrap {
  top: 54px;
  border-top: 1px solid #e4e9f2;
}

.scrollable {
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
}

.ui-draggable-handle {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.ui-sortable-handle {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

#sortable,
#sortable2,
#sortable3 {
  touch-action: manipulation;
  z-index: 103;
  overflow: hidden;
  margin-left: 2%;
  margin-top: 2px;
}
#sortable li,
#sortable2 li,
#sortable3 li {
  z-index: 103;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  /* prevent callout to copy image, etc when tap to hold */
}
#sortable li a,
#sortable li div,
#sortable2 li a,
#sortable2 li div,
#sortable3 li a,
#sortable3 li div {
  z-index: 103;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
}
#sortable li img,
#sortable2 li img,
#sortable3 li img {
  z-index: 103;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  /* prevent callout to copy image, etc when tap to hold */
}

@keyframes jiggle {
  0% {
    transform: rotate(-1deg);
  }
  50% {
    transform: rotate(1deg);
  }
}
#sortable li div,
#sortable li a,
#sortable2 li div,
#sortable2 li a,
#sortable3 li div,
#sortable3 li a {
  transition: all 0.2s;
}
#sortable.drag li div,
#sortable.drag li a,
#sortable2.drag li div,
#sortable2.drag li a,
#sortable3.drag li div,
#sortable3.drag li a {
  animation: jiggle 0.3s infinite;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.9);
  z-index: 103;
  margin: 2px;
}

.gift .vtab-body .inner {
  padding: 0;
}
.gift .giftWrap li {
  border-bottom: 1px solid #e4e9f2;
}
.gift .giftWrap li a {
  display: flex;
  padding: 20px;
}
.gift .left {
  position: relative;
  width: 100px;
  margin-right: 10px;
}
.gift .left .tag {
  position: absolute;
  left: 6px;
  top: 6px;
  background: inherit;
  border-radius: 5px;
  font-size: 1.2rem;
  color: #ffffff;
  text-align: center;
  padding: 0 8px;
  height: 22px;
  line-height: 22px;
  z-index: 102;
}
.gift .left .tag.best {
  background: #35c4f0;
}
.gift .left .tag.event {
  background: #fb3b3b;
}
.gift .left .tag.recom {
  background: #000000;
}
.gift .left .imgWrap {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: relative;
  z-index: 101;
  background: #e4e9f2;
}
.gift .left .imgWrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 110px;
}
.gift .right {
  position: relative;
  width: 100%;
}
.gift .right h3 {
  font-size: 1.6rem;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gift .right .priceWrap {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  letter-spacing: 0;
  width: 100%;
}
.gift .right .priceWrap .old {
  font-size: 1.2rem;
  color: #909090;
  text-decoration: line-through;
  margin-bottom: -5px;
}
.gift .right .priceWrap .dis {
  color: #fb3b3b;
  margin-right: 5px;
}
.gift .giftBox .box1 {
  border-top: 10px solid #f2f2f2;
}
.gift .giftBox .box1:nth-child(1) {
  border-top: 0;
}
.gift .giftBox .giftWrap {
  padding: 20px;
  display: flex;
}
.gift .giftBox .giftWrap .right h3 {
  font-size: 1.4rem;
  -webkit-line-clamp: 3;
}
.gift.detail .giftInfoWrap {
  padding-bottom: 20px;
}
.gift.detail .giftInfoWrap .left {
  width: 100%;
  margin: 0;
}
.gift.detail .giftInfoWrap .left .tag {
  top: unset;
  left: 20px;
  bottom: 20px;
}
.gift.detail .giftInfoWrap .left .imgWrap {
  width: 100%;
  height: auto;
}
.gift.detail .giftInfoWrap .left .imgWrap img {
  width: 100%;
  max-height: unset;
  position: unset;
  left: unset;
  top: unset;
  transform: unset;
}
.gift.detail .giftInfoWrap .right {
  padding: 20px;
}
.gift.detail .giftInfoWrap .right h3 {
  overflow: visible;
  -webkit-line-clamp: unset;
}
.gift.detail .giftInfoWrap .right .priceWrap {
  position: unset;
}
.gift.detail .giftInfoWrap .right .priceWrap .old {
  margin-bottom: 0;
  font-size: 1.4rem;
}
.gift.detail .giftInfoWrap .right .priceWrap .now {
  font-size: 2rem;
}
.gift.detail .giftInfoWrap .infoTextWrap {
  padding: 0 20px;
}
.gift.detail .giftInfoWrap .infoTextWrap .footBox {
  margin-top: 0;
}
.gift.detail .giftInfoWrap .infoTextWrap dl {
  padding: 0 5px 7px;
}
.gift.detail .giftInfoWrap .infoTextWrap dl::after {
  content: "";
  display: block;
  clear: both;
}
.gift.detail .giftInfoWrap .infoTextWrap dl dt,
.gift.detail .giftInfoWrap .infoTextWrap dl dd {
  font-size: 1.2rem;
  float: left;
  text-align: left;
  line-height: 1.5;
}
.gift.detail .giftInfoWrap .infoTextWrap dl dt {
  width: 30%;
  color: #718096;
}
.gift.detail .giftInfoWrap .infoTextWrap dl dd {
  width: 70%;
  color: #1d1d1d;
}
.gift.detail .tabWrap {
  border-top: 10px solid #f2f2f2;
  padding-top: 5px;
}
.gift.detail .tabWrap .vtab-head {
  position: relative;
}
.gift.detail .tabWrap .vtab-body {
  padding-top: 0;
}
.gift.detail .tabWrap .vtab-body .inner {
  padding: 30px 20px 20px;
}
.gift.detail .tabWrap .vtab-body .inner .vtab-con .txtWrap {
  padding-top: 20px;
}
.gift.detail .tabWrap .vtab-body .inner .vtab-con .txtWrap:nth-child(1) {
  padding-top: 0;
}
.gift.detail .tabWrap .vtab-body .inner .vtab-con .txtWrap strong {
  font-size: 1.2rem;
  color: #000000;
  padding-bottom: 5px;
}
.gift.detail .tabWrap .vtab-body .inner .vtab-con .txtWrap b {
  display: block;
}
.gift.detail .tabWrap .vtab-body .inner .vtab-con .txtWrap p {
  font-size: 1.5rem;
  color: #606060;
  line-height: 1.8;
}
.gift.detail .tabWrap .vtab-body .inner .vtab-con .txtWrap .listStyle p {
  padding-left: 10px;
  position: relative;
}
.gift.detail .tabWrap .vtab-body .inner .vtab-con .txtWrap .listStyle p::before {
  content: "•";
  color: #bdbdbd;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: -1px;
  width: 1em;
}
.gift.detail .tabWrap .vtab-body .inner .vtab-con img {
  width: 100%;
  margin: 25px 0;
}
.gift .cardWrap {
  overflow: hidden !important;
}
.gift .cardWrap .card {
  position: relative;
  width: 100%;
}
.gift .cardWrap .card .textarea {
  overflow-y: auto;
  font-family: "Noto Serif KR", serif !important;
  -webkit-overflow-scrolling: touch;
  font-size: 1.6rem;
  position: absolute;
  left: 10%;
  top: 23%;
  bottom: 8%;
  background: transparent;
  line-height: 1.4;
  font-weight: 500;
  border: 0;
  margin: 0;
  width: 84%;
  letter-spacing: -0.05rem;
}
.gift .cardWrap .card .textarea::placeholder {
  font-size: 1.3rem;
}
.gift .cardWrap .card .bg .title {
  position: absolute;
  width: 200px;
  height: 45px;
  margin: 0 auto;
  display: inline-block;
  top: 44px;
  left: 50%;
  transform: translateX(-50%);
}
.gift .cardWrap .card .bg .card-bg {
  width: 100%;
}
.gift .bigPictureWrapper.bg-white {
  background: #ffffff;
}
.gift .bigPictureWrapper.bg-white .sub-header {
  background: #ffffff;
}
.gift .bigPictureWrapper.bg-white .sub-header h2 {
  color: #000000;
}
.gift .bigPictureWrapper.bg-white .cardWrap {
  position: absolute;
  bottom: 0;
  top: 60px;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  padding: 20px;
}
.gift .info {
  color: #909090;
  padding-bottom: 15px;
}
.gift .infoBox {
  padding: 15px 20px 23px;
}
.gift .infoBox::after {
  content: "";
  display: block;
  clear: both;
}
.gift .infoBox .info {
  width: 80%;
  float: left;
}
.gift .infoBox span {
  width: 20%;
  font-size: 1.2rem;
  color: #bdbdbd;
  letter-spacing: 0;
  float: right;
  text-align: right;
  line-height: 20px;
  padding-bottom: 15px;
}
.gift .infoBox span b {
  font-weight: normal;
  color: #718096;
}
.gift .btn-small {
  float: right;
  font-weight: normal;
  margin-left: 7px;
}
.gift .btn-small:nth-child(1) {
  margin-left: 0 !important;
}
.gift .box1 .inner dl {
  margin-bottom: 40px;
}
.gift .relationWrap.full .relationInfo {
  border-bottom: 1px solid #f2f2f2;
  justify-content: unset;
}
.gift .relationWrap.full .relationInfo p {
  width: auto;
  height: 45px;
  border: 0;
  outline: none;
  font-size: 1.6rem;
  color: #606060;
  letter-spacing: 0.05rem;
  background: none;
  line-height: 45px;
}
.gift .relationWrap.full .relationInfo p.phone {
  position: relative;
  padding-left: 20px;
}
.gift .relationWrap.full .relationInfo p.phone::before {
  content: "";
  background: #bdbdbd;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
}
.gift .relationWrap.full .btnWrap {
  bottom: 8px;
}
.gift .relationWrap .relationInfo .inp1:nth-child(1) {
  width: 30%;
  padding-right: 0;
}
.gift .relationWrap .relationInfo .inp1:nth-child(2) {
  width: 67%;
}
.gift.pay .box1:nth-child(1) .relationInfo {
  border-bottom: 0;
  margin-bottom: 0;
}
.gift.pay .giftBox .relationWrap.full .relationInfo p {
  font-size: 1.4rem;
}
.gift.pay .giftBox .relationWrap.full .relationInfo .name {
  color: #000000;
}
.gift.pay .giftBox .relationWrap.full .relationInfo .phone {
  padding-left: 15px;
}
.gift.pay .giftBox .relationWrap.full .relationInfo .phone::before {
  display: none;
}
.gift.pay .giftBox .giftWrap {
  padding: 0;
  display: unset;
}
.gift.pay .giftBox .giftWrap h3 {
  font-weight: normal;
}
.gift.pay .giftBox .giftWrap .priceWrap {
  display: flex;
  justify-content: space-between;
  padding-top: 6px;
}
.gift.pay .giftBox .giftWrap .priceWrap span {
  color: #909090;
}
.gift.pay .giftBox .giftWrap .priceWrap:nth-child(1) {
  padding-top: 0;
}
.gift.pay .giftBox .box1 .btnWrap {
  margin-bottom: 18px;
}
.gift.pay .giftBox .box1 .btnWrap .btn-small {
  width: 49%;
  margin-left: 1%;
  padding: 11px;
}
.gift.pay .giftBox .box1 .btnWrap .btn-small.active, .gift.pay .giftBox .box1 .btnWrap .btn-small:active {
  border-color: #000000;
  font-weight: 600;
}
.gift .complete .box1, .gift.history .box1, .gift.get .box1 {
  padding: 25px 0;
  margin: 0 20px;
  border-top: 1px solid #f2f2f2;
}
.gift .complete .box1 .titleWrap, .gift.history .box1 .titleWrap, .gift.get .box1 .titleWrap {
  text-align: center;
}
.gift .complete .box1 .titleWrap img, .gift.history .box1 .titleWrap img, .gift.get .box1 .titleWrap img {
  width: 35px;
  margin-right: 5px;
  margin-top: -7px;
}
.gift .complete .box1 .titleWrap h3, .gift.history .box1 .titleWrap h3, .gift.get .box1 .titleWrap h3 {
  padding-bottom: 0;
  display: inline-block;
}
.gift .complete .box1 .titleWrap .info, .gift.history .box1 .titleWrap .info, .gift.get .box1 .titleWrap .info {
  padding-bottom: 0;
  padding-top: 14px;
}
.gift .complete .box1 .titleWrap .info b, .gift.history .box1 .titleWrap .info b, .gift.get .box1 .titleWrap .info b {
  color: #fb3b3b;
}
.gift .complete .bankWrap .bankInfo, .gift.history .bankWrap .bankInfo, .gift.get .bankWrap .bankInfo {
  background: #fafafa;
  padding: 12px;
  border-radius: 5px;
  text-align: center;
  color: #606060;
  letter-spacing: 0.05rem;
  margin: 16px 0;
}
.gift .complete .bankWrap .bankInfo span, .gift.history .bankWrap .bankInfo span, .gift.get .bankWrap .bankInfo span {
  position: relative;
  padding-left: 18px;
}
.gift .complete .bankWrap .bankInfo span:nth-child(1), .gift.history .bankWrap .bankInfo span:nth-child(1), .gift.get .bankWrap .bankInfo span:nth-child(1) {
  padding-left: 0;
}
.gift .complete .bankWrap .bankInfo span:nth-child(1)::before, .gift.history .bankWrap .bankInfo span:nth-child(1)::before, .gift.get .bankWrap .bankInfo span:nth-child(1)::before {
  display: none;
}
.gift .complete .bankWrap .bankInfo span::before, .gift.history .bankWrap .bankInfo span::before, .gift.get .bankWrap .bankInfo span::before {
  content: "";
  height: 14px;
  background: #e1e1e1;
  width: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 9px;
}
.gift .complete .bankWrap dl, .gift.history .bankWrap dl, .gift.get .bankWrap dl {
  font-size: 1.3rem;
  padding-top: 6px;
  margin-bottom: 0;
}
.gift .complete .bankWrap dl:first-child, .gift.history .bankWrap dl:first-child, .gift.get .bankWrap dl:first-child {
  padding-top: 0 !important;
}
.gift .complete .bankWrap dl dt, .gift.history .bankWrap dl dt, .gift.get .bankWrap dl dt {
  color: #718096;
  margin-right: 12px;
  min-width: 60px;
  display: inline-block;
}
.gift .complete .bankWrap dl dd, .gift.history .bankWrap dl dd, .gift.get .bankWrap dl dd {
  letter-spacing: 0.05rem;
  display: inline-block;
}
.gift .complete .cardWrap, .gift.history .cardWrap, .gift.get .cardWrap {
  margin-bottom: 20px;
}
.gift .complete .giftWrap, .gift.history .giftWrap, .gift.get .giftWrap {
  padding: 0;
  display: flex;
}
.gift .complete .giftWrap .left .imgWrap, .gift.history .giftWrap .left .imgWrap, .gift.get .giftWrap .left .imgWrap {
  width: 81px;
  height: 81px;
}
.gift .complete .giftWrap .left .imgWrap img, .gift.history .giftWrap .left .imgWrap img, .gift.get .giftWrap .left .imgWrap img {
  max-height: 91px;
}
.gift .complete .giftWrap .right h3, .gift.history .giftWrap .right h3, .gift.get .giftWrap .right h3 {
  font-size: 1.6rem;
  padding-bottom: 0;
  font-weight: normal;
}
.gift .complete .txt2, .gift.history .txt2, .gift.get .txt2 {
  text-align: center;
  padding: 18px 0 0;
  font-weight: normal;
  text-decoration: underline !important;
  margin: 0 auto;
  display: block;
}
.gift .complete .giftWrap {
  display: flex !important;
}
.gift .fail .centerWrap {
  padding: 100px 0 120px;
}
.gift .fail .centerWrap img {
  margin-bottom: 16px;
}
.gift .fail .title3 {
  padding-bottom: 16px;
}
.gift .fail .title3 span {
  color: #718096;
  margin-left: 8px;
  font-weight: normal;
}

.history .emptyWrap {
  padding: 39px 0;
  text-align: center;
}
.history .emptyWrap img {
  padding-bottom: 14px;
}
.history .giftWrap {
  display: block !important;
}
.history .giftWrap ul li a::after {
  content: "";
  display: block;
  clear: both;
}
.history .giftWrap ul li a .left {
  float: left;
}
.history .giftWrap ul li a .left .imgWrap {
  width: 100px !important;
  height: 100px !important;
}
.history .giftWrap ul li a .left .imgWrap img {
  max-height: 110px !important;
}
.history .orderName {
  font-size: 1.6rem;
}
.history .orderTit,
.history .orderDate {
  padding-top: 5px;
  color: #606060;
  font-size: 1.2rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  width: 100%;
}
.history .orderDate {
  top: 45px;
}
.history .orderInfoWrap {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.history .orderInfoWrap::after {
  content: "";
  display: block;
  clear: both;
}
.history .orderInfoWrap .orderInfo {
  float: left;
  margin-top: 9px;
  width: 100%;
}
.history .orderInfoWrap .orderInfo span {
  position: relative;
  padding-left: 17px;
  display: inline-block;
}
.history .orderInfoWrap .orderInfo span:nth-child(1) {
  padding-left: 0;
}
.history .orderInfoWrap .orderInfo span:nth-child(1)::before {
  display: none;
}
.history .orderInfoWrap .orderInfo span::before {
  content: "";
  height: 12px;
  background: #e1e1e1;
  width: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 9px;
}
.history .orderInfoWrap .status {
  background: #f5f9fc;
  border-radius: 5px;
  font-size: 1.2rem;
  padding: 4px 6px;
  font-weight: 500;
  position: absolute;
  right: 0;
  bottom: -2px;
}
.history .orderInfoWrap .status.red {
  color: #fb3b3b;
}
.history .orderInfoWrap .status.blue {
  color: #ffffff;
  background: #35c4f0;
}
.history .orderInfoWrap .status.green {
  color: #48bb78;
}
.history .orderInfoWrap .status.gray {
  color: #ffffff;
  background: #bdbdbd;
}
.history .titleWrap h3 {
  font-weight: normal;
}
.history .giftBottom .box1 {
  margin: 0;
  padding: 20px;
  border-top: 10px solid #f2f2f2;
}
.history .giftBottom .box1 .relationWrap .relationInfo .name {
  color: #000000;
}
.history .giftBottom .box1 .relationWrap .relationInfo .phone {
  padding-left: 12px !important;
}
.history .giftBottom .box1 .relationWrap .relationInfo .phone::before {
  display: none !important;
}
.history .giftBottom .box1 .relationWrap .relationInfo p {
  font-size: 1.4rem;
}
.history .giftBottom .box1 .relationWrap .btnWrap {
  right: 60px;
}
.history .giftBottom .box1 .relationWrap .btnWrap .btn-small {
  padding: 4px 7px;
}
.history .giftBottom .box1 .relationWrap .orderInfoWrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.history .giftBottom .box1 .relationWrap .orderInfoWrap .status {
  margin: 0;
  background: transparent;
  font-weight: 600;
}
.history .giftBottom .box1 .relationWrap .orderInfoWrap .status.red {
  color: #fb3b3b;
}
.history .giftBottom .box1 .relationWrap .orderInfoWrap .status.blue {
  color: #35c4f0;
}
.history .giftBottom .box1 .relationWrap .orderInfoWrap .status.green {
  color: #48bb78;
}
.history .giftBottom .box1 .relationWrap .orderInfoWrap .status.gray {
  color: #909090;
}
.history .giftBottom .box1 .infoTextWrap .btn3 {
  margin-top: 29px;
}
.history .giftBottom .box1 .infoTextWrap .txt {
  text-align: left;
  font-size: 1.1rem;
}

.topHeader {
  height: 48px;
  background: #35c4f0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 105;
  padding: 0 20px;
  box-sizing: border-box;
  line-height: 48px;
}
.topHeader + .header {
  top: 48px;
  border-bottom: 1px solid #e4e9f2;
}
.topHeader .btn-back {
  left: unset;
  right: 16px;
  color: #ffffff;
  font-weight: 300;
}
.topHeader .btn-back .miniTit {
  margin-right: 5px;
}
.topHeader .btn-back img {
  opacity: 0.5;
  transform: rotate(180deg);
}

.get {
  margin-top: 100px !important;
}
.get .delivBox .delivWrap.centerWrap {
  padding: 23px 20px;
}
.get .delivBox .delivWrap.centerWrap .noti {
  font-size: 1.3rem;
  margin-top: 0;
}
.get .delivBox .delivWrap.ing dl {
  padding-top: 13px;
}
.get .delivBox .delivWrap.ing dl:nth-child(1) dt + dd {
  padding-bottom: 2px;
}
.get .delivBox .delivWrap.ing .now {
  display: block;
  width: 100%;
  padding-left: 73px;
  padding-top: 5px;
}
.get .delivBox .delivInfo {
  padding-bottom: 18px;
}
.get .delivBox .delivInfo::after {
  content: "";
  display: block;
  clear: both;
}
.get .delivBox .delivInfo dl {
  font-size: 1.2rem;
}
.get .delivBox .delivInfo dl dt,
.get .delivBox .delivInfo dl dd {
  display: inline-block;
}
.get .delivBox .delivInfo dl dd {
  margin-left: 11px;
  color: #718096;
}
.get .delivBox .delivInfo .left {
  float: left;
  width: 60%;
  margin-right: 0;
}
.get .delivBox .delivInfo .right {
  float: right;
  width: 40%;
  text-align: right;
}
.get .delivBox .delivWrap {
  background: #fafafa;
  padding: 18px 20px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 10px;
}
.get .delivBox .delivWrap strong {
  float: right;
  color: #244a5d;
  font-size: 1.8rem;
  line-height: 1;
}
.get .delivBox .delivWrap .noti {
  color: #606060;
  line-height: 1.6;
  margin-top: 10px;
}
.get .giftBox .titleWrap h3 {
  font-weight: normal;
}
.get .giftBox .titleWrap img {
  width: 27px;
}
.get .giftBottom .box1 {
  margin: 0;
  padding: 20px;
  border-top: 10px solid #f2f2f2;
}
.get .giftBottom .box1 dl {
  margin-bottom: 20px;
}
.get .giftBottom .box1 dl dd .noti {
  font-size: 1rem;
  color: #909090;
}
.get .giftBottom .box1 .addressWrap {
  position: relative;
}
.get .giftBottom .box1 .addressWrap .address .inp1:nth-child(1) {
  padding-right: 90px;
}
.get .giftBottom .box1 .addressWrap .btnWrap {
  position: absolute;
  right: 0;
  top: 4px;
  background: #ffffff;
  padding-left: 14px;
  display: block;
}
.get .giftBottom .box1 .checkWrap {
  margin-bottom: 40px;
}
.get .giftBottom .box1 .checkWrap label {
  float: left;
  margin-right: 5px;
}
.get .giftBottom .box1 .checkWrap span {
  font-size: 1.2rem;
}
.get .giftBottom .box1 .checkWrap .s-title1 {
  font-weight: normal;
  float: unset;
  padding: 0;
  color: #000000;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #ffffff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.mySwiper2 .swiper-slide {
  width: 90%;
}
.mySwiper2 .swiper-slide:nth-child(2) {
  margin-right: 0 !important;
}

.card.type2 .textarea {
  color: #ffffff;
  left: 13% !important;
  top: 25% !important;
  width: 75% !important;
}

.thumbWrap {
  padding: 0 20px 16px;
}

.mySwiper .swiper-slide {
  width: 50%;
  height: 100%;
  border: 1px solid #e1e1e1;
  color: #718096;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 12px 30px;
  word-break: keep-all;
  cursor: pointer;
}
.mySwiper .swiper-slide.left {
  margin: 0;
  border-radius: 5px 0 0 5px;
  border-right: 1px solid transparent;
}
.mySwiper .swiper-slide.right {
  border-radius: 0 5px 5px 0;
  border-left: 1px solid transparent;
}

.mySwiper .swiper-slide-thumb-active {
  color: #35c4f0;
  border-color: #35c4f0;
}
.mySwiper .swiper-slide-thumb-active.left {
  border-right: 1px solid #35c4f0;
}
.mySwiper .swiper-slide-thumb-active.right {
  border-left: 1px solid #35c4f0;
}

#selectName .overlayContainer .inner,
#selectName2 .overlayContainer .inner {
  overflow-y: auto;
  height: 50%;
  max-height: 350px;
}
#selectName .overlayContainer .inner .radioWrap,
#selectName2 .overlayContainer .inner .radioWrap {
  height: 100%;
}

#selectName2 .overlayContainer {
  height: unset;
}
#selectName2 .overlayHeader {
  text-align: left;
}
#selectName2 .overlayHeader .txt1 {
  font-weight: normal;
}
#selectName2 .overlayHeader .closeEvent {
  top: 18px;
  transform: unset;
}

.overlay .searchBox + .box2 {
  padding: 10px 10px 10px 20px;
}
.overlay .searchBox + .box2 .listWrap {
  overflow: hidden;
  padding: 5px 0 0;
  height: 100%;
}
.overlay .searchBox + .box2 .listWrap ul {
  overflow-y: auto;
  height: 100%;
}
.overlay .searchBox + .box2 .listWrap ul li {
  color: #000000;
  font-size: 1.6rem;
  padding: 10px 0;
  cursor: pointer;
}

.after {
  padding-top: 57px;
}
.after .logo {
  margin-bottom: 66px;
}
.after .title1 {
  font-weight: normal;
  font-size: 2.4rem;
  margin-bottom: 60px;
}
.after .title1 strong {
  font-weight: 700;
}

.after-header {
  z-index: 103;
  position: absolute;
  width: 100%;
}
.after-header .inner {
  padding-top: 30px;
}
.after-header .inner .logo a img {
  width: 100px;
}

.after-body {
  background-repeat: no-repeat;
  z-index: 100;
  background-size: 100%;
}
.after-body .topHead {
  padding-top: 100px;
}
.after-body .topHead .title1 {
  font-weight: normal;
  font-size: 2.4rem;
}
.after-body .topHead .title1 strong {
  font-weight: 700;
}
.after-body .tabWrap .inner {
  padding: 0 25px;
}
.after-body .tabWrap .vtab-head {
  justify-content: start;
  border-bottom: 0;
}
.after-body .tabWrap .vtab-head li {
  margin-right: 20px;
}
.after-body .tabWrap .vtab-body {
  padding-top: 0px;
}
.after-body .tabWrap .vtab-body .inner {
  padding: 0px;
}
.after-body .tabWrap .vtab-body #vtab1 {
  padding: 20px 25px;
}
.after-body .tabWrap .vtab-body #vtab2 {
  padding: 20px 18px;
}
.after-body .tabWrap .vtab-body .box2 {
  position: unset;
}
.after-body .tabWrap .vtab-body .mediaWrap .bigVideo video {
  width: 100%;
}
.after-body .tabWrap .vtab-body .memoryWrap {
  text-align: center;
}
.after-body .tabWrap .vtab-body .memoryWrap .memoryInfo {
  border-top: 1px solid #f2f2f2;
  padding: 30px 0;
  position: relative;
}
.after-body .tabWrap .vtab-body .memoryWrap .memoryInfo:first-child {
  border-top: 0;
}
.after-body .tabWrap .vtab-body .memoryWrap h3 {
  font-weight: 600;
  text-align: center;
  position: relative;
  padding-bottom: 27px;
}
.after-body .tabWrap .vtab-body .memoryWrap h3::after {
  width: 1px;
  height: 10px;
  background-color: #000;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  position: absolute;
  content: "";
  bottom: 7px;
}
.after-body .tabWrap .vtab-body .memoryWrap .pWrap {
  padding-top: 7px;
}
.after-body .tabWrap .vtab-body .memoryWrap p {
  color: #606060;
  line-height: 1.6;
}
.after-body .tabWrap .vtab-body .memoryWrap p.tit {
  color: #718096;
  letter-spacing: 0;
}
.after-body .tabWrap .vtab-body .memoryWrap p.info {
  color: #181818;
  padding-bottom: 0;
}
.after-body .tabWrap .vtab-body .memoryWrap p.info2 {
  color: #909090;
  font-size: 1.2rem;
}
.after-body .tabWrap .vtab-body .btnRight {
  font-weight: 600;
  color: #35c4f0;
  position: absolute;
  top: 30px;
  right: 0;
}
.after-body .tabWrap .vtab-body .bankNoti {
  color: #606060;
  text-decoration: underline !important;
  margin-top: 30px;
}
.after-body .tabWrap .vtab-body .textarea.borderStyle {
  padding: 12px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  min-height: 90px;
  font-size: 1.4rem;
  color: #606060;
  line-height: 1.6;
  text-align: center;
  height: 100%;
}
.after-body .tabWrap .vtab-body .textarea.borderStyle::placeholder {
  font-size: 1.4rem;
}
.after-body .tabWrap .vtab-body .textarea.borderStyle:read-only {
  border: 0;
  padding: 0;
  overflow: visible;
}
.after-body .tabWrap .vtab-body .mvLocation {
  padding-bottom: 18px;
}
.after-body .tabWrap .vtab-body .btnWrap .btn-small {
  width: 45%;
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 5px 1%;
  display: inline-block;
  min-width: 124px;
  max-width: 140px;
}
.after-body .tabWrap .vtab-body .btnWrap .btn-small img {
  margin-right: 5px;
}
.after-body .tabWrap .vtab-body .bankNotiBox {
  display: block;
}
.after-body .tabWrap .vtab-body .addBankBox {
  display: none;
}
.after-body .tabWrap .vtab-body .addBankBox.active {
  display: block;
}
.after-body .tabWrap .vtab-body .addBankBox.active + .bankNotiBox {
  display: none;
}
.after-body .tabWrap .vtab-body .addBankBox .selectList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 12px;
}
.after-body .tabWrap .vtab-body .addBankBox .selectList li {
  width: 22%;
  background: #fafafa;
  margin: 0 1%;
  height: 40px;
  line-height: 38px;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
}
.after-body .tabWrap .vtab-body .addBankBox .selectList li a {
  display: block;
}
.after-body .tabWrap .vtab-body .banner {
  display: block;
}
.after-body .tabWrap .vtab-body .banner img {
  width: 100%;
}
.after-body .tabWrap .vtab-body .memoryList .deleteMsg {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
}
.after-body .tabWrap .vtab-body .memoryList ul li {
  padding: 19px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  background: #fff;
  margin: 10px;
  position: relative;
  margin-top: 0;
  text-align: center;
}
.after-body .tabWrap .vtab-body .memoryList ul li .tit {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
  padding-bottom: 7px;
}
.after-body .tabWrap .vtab-body .memoryList ul li p {
  color: #606060;
  line-height: 1.6;
}
.after-body .tabWrap .vtab-body .memoryList ul li .date {
  padding-top: 7px;
  color: #bdbdbd;
  font-size: 1.2rem;
  letter-spacing: 0;
}
.after-body .copyBtn {
  right: 25px;
  color: #718096;
  display: inline-block;
  line-height: 24px;
  z-index: 103;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.after-body .copyBtn img {
  transform: rotate(90deg);
}
.after-body .pWrap.flexWrap {
  justify-content: center;
}
.after-body .pWrap.flexWrap p:first-child {
  margin-right: 4px;
}

.visit .tabWrap .vtab-body #vtab1 {
  padding: 20px 0;
}
.visit .tabWrap .vtab-body #vtab1 .mediaWrap,
.visit .tabWrap .vtab-body #vtab1 .memoryInfo,
.visit .tabWrap .vtab-body #vtab1 .banner {
  margin-left: 25px;
  margin-right: 25px;
}
.visit .tabWrap .vtab-body #vtab1 .swiper {
  margin: 0;
  border-top: 0;
  padding-top: 0;
}
.visit .tabWrap .vtab-body #vtab1 .swiper h3 {
  margin: 0 25px;
  border-top: 1px solid #f2f2f2;
  padding-top: 30px;
}
.visit .tabWrap .vtab-body #vtab1 .swiper .tit {
  color: #000;
  margin-bottom: 3px;
}
.visit .tabWrap .vtab-body #vtab1 .swiper .info {
  color: #909090;
}
.visit .half-round {
  position: relative;
}
.visit .swiper-slide {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.09);
  background-color: #fff;
  padding: 30px;
  text-align: center;
  display: block;
  margin: 10px;
  font-size: 1.6rem;
  min-height: 209px;
  margin-left: 0px;
}

.after-bank .s-title1 {
  font-size: 1.4rem;
  font-weight: normal;
}

.after-pay {
  padding-bottom: 0 !important;
}
.after-pay .bottomWrap {
  border-top: 1px solid #f2f2f2;
  padding: 18px 0 0;
  position: relative;
  margin-top: 18px;
}
.after-pay .bottomWrap .tit .name {
  color: #606060;
  margin-left: 17px;
}
.after-pay .bottomWrap .btn-small {
  position: absolute;
  right: 0;
  top: 9px;
  width: 83px;
  text-align: center;
}
.after-pay .priceWrap span {
  color: #000 !important;
}
.after-pay .priceWrap.total strong {
  font-size: 1.8rem;
}
.after-pay p {
  padding-bottom: 3px;
}
.after-pay .info {
  color: #606060;
  padding-bottom: 10px;
  line-height: 1.5;
}
.after-pay h3 .btn-small {
  position: absolute;
  right: 0;
  top: -8px;
  width: 83px;
  text-align: center;
}
.after-pay .box1 .inner dl {
  margin-bottom: 10px;
}
.after-pay .s-title1 {
  display: none;
}

#sendBankInfo .inner {
  padding-bottom: 0;
}
#sendBankInfo .top span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
}
#sendBankInfo .top .bankNum {
  display: block;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  padding-top: 5px;
  color: #718096;
}
#sendBankInfo .top .bankOwner {
  padding-left: 10px;
  margin-left: 9px;
  position: relative;
}
#sendBankInfo .top .bankOwner::after {
  content: "";
  left: 0;
  height: 13px;
  width: 1px;
  background-color: #d8d8d8;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#sendBankInfo .bottom {
  border-top: 1px solid #f2f2f2;
  padding-top: 20px;
  margin-top: 20px;
}
#sendBankInfo .bottom p {
  font-size: 1.3rem;
}

.inputStyle {
  margin-top: 14px;
}
.inputStyle dl {
  margin-bottom: 10px;
}
.inputStyle dl:last-child {
  margin-bottom: 0;
}
.inputStyle dl .inp1 {
  height: 48px;
  border: 1px solid #f2f2f2;
  padding: 0 16px;
  border-radius: 4px !important;
}

#tGuide .overlayContainer {
  height: auto;
}
#tGuide .tTop {
  padding: 10px 25px;
}
#tGuide .tTop h4 {
  font-family: "Noto Serif KR", serif;
  font-weight: 700;
}
#tGuide .tTop p {
  line-height: 1.6;
  padding-top: 10px;
  padding-left: 20px;
  position: relative;
}
#tGuide .tTop p::after {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  height: 20px;
  width: 20px;
  background-size: 16px;
  background-repeat: no-repeat;
}
#tGuide .tTop p.address::after {
  background-image: url(../images/common/icon-pin-fill.svg);
}
#tGuide .tTop p.tel::after {
  background-image: url(../images/common/icon-phone-call-fill.svg);
  background-size: 14px;
}
#tGuide .tTop p span {
  color: #606060;
  display: block;
  font-size: 1.3rem;
}
#tGuide .box2 {
  bottom: 0 !important;
  position: unset;
  float: left;
  max-height: 340px;
  background: #fafafa;
  font-size: 1.2rem;
  line-height: 1.6;
  min-height: 250px;
}
#tGuide .vtab-head {
  justify-content: start;
  padding: 0 25px;
}
#tGuide .vtab-head li {
  margin-right: 20px;
}
#tGuide .vtab-head li:last-child {
  margin-right: 0;
}
#tGuide .vtab-body {
  padding-top: 0;
}

#selectRelName .flexWrap .selectbox {
  border: 1px solid #e4e9f2;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 10px;
}
#selectRelName .flexWrap .selectbox::after {
  right: 5px;
}
#selectRelName .flexWrap .selectbox:first-child {
  margin-top: 0;
}
#selectRelName .flexWrap .selectbox .select {
  padding: 12px 16px;
  color: #606060;
}

#sendTextPop .btnWrap {
  padding: 17px 0;
}
#sendTextPop .btnWrap .btn {
  font-size: 1.4rem;
  width: 100%;
}
#sendTextPop .btnWrap .btn img {
  margin-right: 5px;
  margin-bottom: 2px;
}
#sendTextPop .btnWrap .btn4 {
  padding: 12px;
  font-weight: 500;
}

.writeBtn {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 15px 20px;
}

.after-write .box1 {
  padding-bottom: 40px;
}
.after-write .box1 dl {
  margin-bottom: 0;
}
.after-write .box1 dl:last-child {
  border-bottom: 1px solid #f2f2f2;
}
.after-write .box1 dl .inp1 {
  padding: 16px;
  height: auto;
}
.after-write .box1 dl .inp1:focus, .after-write .box1 dl .inp1:active {
  border-bottom: 1px solid inherit;
}
.after-write .box1 dl .textarea {
  padding: 16px 16px 0;
  height: 110px;
}
.after-write .box1 dl .infoBox {
  padding: 13px 16px;
}
.after-write .box1 dl .infoBox::after {
  content: "";
  display: block;
  clear: both;
}
.after-write .box1 dl .infoBox .reWrite {
  color: #718096;
  font-size: 1.2rem;
  text-decoration: underline !important;
  float: left;
}
.after-write .box1 dl .infoBox span {
  float: right;
  font-size: 1.2rem;
  text-align: right;
  color: #bdbdbd;
  letter-spacing: 0;
}
.after-write .box1 dl .infoBox span b {
  color: #718096;
}

.footer {
  background: #ffffff;
  border-top: 10px solid #f2f2f2;
  box-sizing: border-box;
}
.footer .title3 {
  color: #8f9bb3;
  font-size: 1.4rem;
}
.footer .title3 strong {
  color: #000000;
  margin-left: 8px;
  margin-right: 3px;
  letter-spacing: 0;
  font-weight: normal;
}
.footer .title3 span {
  color: #909090;
  font-weight: normal;
  font-size: 1.3rem;
  letter-spacing: 0;
}

.footBox {
  padding: 0;
}
.footBox .showBtn {
  width: 100%;
  display: block;
  padding: 12px 0;
  cursor: pointer;
}
.footBox .showBtn span {
  position: relative;
}
.footBox .showBtn i {
  width: 24px;
  height: 24px;
  background-image: url(../images/common/icon-chevron-down.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.footBox .showBtn + div {
  display: none;
  padding: 12px;
  font-size: 1.1rem;
  color: #606060;
  line-height: 2;
  border-top: 1px solid #f2f2f2;
}
.footBox.active .showBtn i {
  transform: translateY(-50%) rotate(180deg);
}
.footBox.active .showBtn + div {
  display: block;
}

.admin .sendMsg {
  border-top: 1px solid #f2f2f2 !important;
}
.admin .sendMsg .inner {
  padding-top: 10px;
}
.admin .sendMsg .relationWrap .btnWrap {
  display: block;
}
.admin .sendMsg .fLeft {
  float: left;
  width: 8%;
  margin-top: 10px;
}
.admin .sendMsg .fRight {
  width: 92%;
}
.admin .sendMsg .chkItemWrap {
  margin-bottom: 5px;
}
.admin .sendMsg .btn-small {
  padding: 15px 10px;
}
.admin .titWrap h3 {
  font-weight: 600;
  font-size: 1.6rem;
  padding-bottom: 3px;
}
.admin .titWrap p {
  font-size: 1.2rem;
  color: #606060;
  line-height: 1.8;
}
.admin.memorial .searchBox .inp1 {
  height: 46px;
  border-bottom: 1px solid #e1e1e1;
}
.admin.memorial .searchBox .searchBtn {
  padding: 11px 20px 10px 14px;
}
.admin.memorial .searchBox .searchBtn img {
  opacity: 0.6;
}
.admin.memorial .listWrap {
  padding: 20px;
}
.admin.memorial .listWrap li {
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  margin-bottom: 15px;
}
.admin.memorial .listWrap li a {
  margin: 16px;
  position: relative;
  display: block;
}
.admin.memorial .listWrap li a::after {
  content: "";
  display: block;
  clear: both;
}
.admin.memorial .listWrap li .floatBox {
  padding-bottom: 12px;
}
.admin.memorial .listWrap li .status {
  color: #fff;
  background: black;
  border-radius: 5px;
  padding: 0px 8px;
  font-size: 1.2rem;
  line-height: 22px;
}
.admin.memorial .listWrap li .status.blue {
  background: #35c4f0;
}
.admin.memorial .listWrap li .bottom {
  margin-top: 13px;
  padding-top: 12px;
  border-top: 1px solid #f2f2f2;
}
.admin.memorial .listWrap li .bottom .tag {
  color: #909090;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0 6px;
  line-height: 22px;
  background: #fafafa;
  display: inline-block;
  margin-left: 4px;
}
.admin.memorial .listWrap li .bottom .tag:nth-child(1) {
  margin-left: 0;
}
.admin.condol {
  padding-bottom: 0;
}
.admin.condol .vtab-body .inner {
  padding-left: 0;
  padding-right: 0;
}
.admin.condol .topWrap {
  position: fixed;
  width: 100%;
  background: #fafafa;
  z-index: 102;
  padding: 10px;
  border-bottom: 1px solid #e1e1e1;
  top: 98px;
}
.admin.condol .topWrap + .vtab-body {
  padding-top: 0px;
}
.admin.condol .countWrap {
  padding: 12px 0;
}
.admin.condol .countWrap p {
  color: #000;
  font-size: 1.3rem;
}
.admin.condol .service {
  margin-top: 60px;
}
.admin.condol .service .btnWrap {
  padding: 0 20px;
}
.admin.condol .service .listWrap li {
  background: transparent;
  border-bottom: 1px solid #f2f2f2;
  border-radius: 0;
  padding: 16px 0;
  margin: 0 20px;
}
.admin.condol .service .listWrap li:last-child {
  margin-bottom: 20px;
}
.admin.condol .service .listWrap li .item {
  position: relative;
}
.admin.condol .service .listWrap li .item img {
  margin: 0;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.admin.condol .service .listWrap li .item .titWrap {
  padding-left: 50px;
  text-align: left;
  padding-right: 30px;
}
.admin.condol .service .listWrap li .item .titWrap h3 {
  padding: 0;
  height: 27px;
}
.admin.condol .service .listWrap li .item .titWrap p {
  color: inherit;
}
.admin.condol .service .listWrap li .item .checkWrap {
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.admin.condol .flower {
  margin-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
.admin.condol .flower .title3 {
  height: 27px;
}
.admin.condol .flower .listWrap li {
  padding: 24px 20px 20px;
}
.admin.condol .flower .flowerName {
  padding-top: 5px;
  color: #909090;
}
.admin.condol .gift {
  margin-top: 60px;
}
.admin.condol .gift .countWrap {
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #f2f2f2;
}
.admin.condol .gift .listWrap li {
  background: transparent;
  border-bottom: 1px solid #f2f2f2;
  border-radius: 0;
  padding: 16px 20px;
}
.admin.condol .gift .listWrap li .titWrap {
  text-align: left;
}
.admin.condol .gift .listWrap li .titWrap p {
  color: inherit;
}
.admin .salesstatus {
  padding-top: 105px !important;
}
.admin .salesstatus .inner {
  padding-top: 0;
}
.admin .salesstatus .topWrap {
  padding: 12px 20px;
}
.admin .salesstatus .topWrap .flexWrap {
  flex-wrap: nowrap;
  justify-content: space-between;
}
.admin .salesstatus .topWrap .flexWrap .inpDate {
  width: 45%;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  position: relative;
  background: #fff;
  overflow: hidden;
}
.admin .salesstatus .topWrap .flexWrap .inpDate .select-date {
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  background: transparent;
  padding: 0px 25px 0px 12px;
}
.admin .salesstatus .topWrap .flexWrap .inpDate::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(../images/common/icon-calendar.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  right: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.admin .salesstatus .topWrap .flexWrap span {
  display: block;
  margin: 0 2%;
  line-height: 38px;
  color: #909090;
}
.admin .salesstatus .topWrap .flexWrap .searchBtn {
  width: 47px;
  background: #fff;
  height: 38px;
  text-align: center;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  margin-left: 4px;
}
.admin .salesstatus .topWrap .flexWrap .searchBtn img {
  width: 21px;
}
.admin .salesstatus .dlWrap {
  padding: 0 20px;
}
.admin .salesstatus .dlWrap dl {
  border-bottom: 1px solid #f2f2f2;
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.admin .salesstatus .dlWrap dl.dl-head {
  border-bottom: 1px solid #000;
  font-size: 1.6rem;
}
.admin .salesstatus .dlWrap dl.dl-head dt {
  color: #000;
}
.admin .salesstatus .dlWrap dl dt {
  color: #718096;
}
.admin .salesstatus .dlWrap dl dd {
  color: #000;
  min-width: 100px;
  text-align: right;
}
.admin .salesstatus .service,
.admin .salesstatus .flower,
.admin .salesstatus .gift {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.admin .salesstatus .gift dl dt {
  width: 100%;
}
.admin .salesstatus .gift dl dd span {
  display: block;
  text-align: left;
}
.admin .salesstatus .gift dl:nth-child(1) dt {
  width: auto;
}
.admin.home .swiper-slide a p small {
  display: none;
}

.admin-head .inner {
  padding: 16px !important;
  height: 56px !important;
}
.admin-head h2 {
  color: #fff;
}

.inp-box {
    position: relative;
}

    .inp-box .btn-auth {
        position: absolute;
        right: 5px;
        top: 5px;
        width: 69px;
        height: 38px;
        border: 1px solid #f2f2f2;
        border-radius: 4px;
        text-align: center;
        font-size: 14px;
        color: #35c4f0;
    }

.newbank-list {
    margin-bottom: 20px;
    padding-bottom: 40px;
}

    .newbank-list .item {
        margin-bottom: 10px;
        border: 1px solid #e1e1e1;
        padding: 20px;
        position: relative;
    }

        .newbank-list .item .labels {
            display: flex;
            gap: 5px;
        }

            .newbank-list .item .labels p {
                padding: 0 10px;
                height: 22px;
                line-height: 20px;
                border: 1px solid #35c4f0;
                font-size: 12px;
                color: #35c4f0
            }

            .newbank-list .item .labels .first {
                border-color: #999;
                color: #999;
            }

        .newbank-list .item .btns {
            position: absolute;
            right: 20px;
            top: 20px;
            display: flex;
            ;
        }

            .newbank-list .item .btns a {
                font-size: 14px;
            }

            .newbank-list .item .btns .btn-del {
                color: #fb3b3b;
                margin-left: 20px;
            }

            .newbank-list .item .btns .btn-modify {
                color: #000;
            }

        .newbank-list .item .info {
            display: flex;
            padding: 18px 0 8px;
        }

            .newbank-list .item .info div {
                font-size: 14px;
                color: #181818;
                padding-right: 11px;
                margin-right: 10px;
                position: relative;
            }

                .newbank-list .item .info div:before {
                    content: '';
                    position: absolute;
                    right: 0;
                    top: 50%;
                    width: 1px;
                    height: 11px;
                    background-color: #d8d8d8;
                    margin-top: -5px;
                }

                .newbank-list .item .info div:last-child:before {
                    display: none;
                }

        .newbank-list .item .numbers {
            font-size: 20px;
            color: #000;
        }

.type__btn .overlayContainer {
    border: 0;
}

.mb10 {
    margin-bottom: 10px !important;
}

#bankUpModify .flexWrap .selectbox {
    border: 1px solid #e4e9f2;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 10px;
}

    #bankUpModify .flexWrap .selectbox::after {
        right: 5px;
    }

    #bankUpModify .flexWrap .selectbox:first-child {
        margin-top: 0;
    }

.select.type2 {
    padding: 12px 16px;
    color: #606060;
}
