@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap");
@import url(plugin/tabs.css);
@import url(plugin/ptrLight.min.css);
@import url(plugin/jquery.bxslider.css);
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

img {
  max-width: 100%; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button {
  border-radius: 0;
  background: none;
  cursor: pointer;
  outline: none;
  border: none; }

input {
  outline: none; }

@font-face {
  font-family: 'Godo';
  font-style: normal;
  font-weight: 400;
  src: url("//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoM.woff2") format("woff2"), url("//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoM.woff") format("woff"); }

@font-face {
  font-family: 'Godo';
  font-style: normal;
  font-weight: 700;
  src: url("//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoB.woff2") format("woff2"), url("//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoB.woff") format("woff"); }

body {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  word-break: keep-all; }

a {
  text-decoration: none;
  color: #000000; }

@-webkit-keyframes fade-in {
  100% {
    opacity: 1; } }

@keyframes fade-in {
  100% {
    opacity: 1; } }

@-webkit-keyframes fade-slide {
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; } }

@keyframes fade-slide {
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; } }

@-webkit-keyframes close-fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes close-fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes close-slide-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); } }

@keyframes close-slide-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); } }

a, button {
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.btn--submit {
  display: block;
  width: 100%;
  margin-top: 20px;
  height: 44px;
  border-radius: 100px;
  font-size: 15px; }
  @media only screen and (min-width: 768px) {
    .btn--submit {
      height: 48px; } }

.btn--lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 44px;
  border-radius: 6px; }

.btn--primary {
  background-color: #5ec5e4;
  color: #FFFFFF;
  font-weight: 700; }
  .btn--primary.btn--outline {
    background-color: #FFFFFF;
    border: 1px solid #5ec5e4;
    color: #5ec5e4; }

.btn--secondary {
  background-color: #71cb6e;
  color: #FFFFFF; }
  .btn--secondary.btn--outline {
    background-color: #FFFFFF;
    border: 1px solid #71cb6e;
    color: #71cb6e; }

.btn--cancel {
  background-color: #acacac;
  color: #FFFFFF; }
  .btn--cancel.btn--outline {
    background-color: #FFFFFF;
    border: 1px solid #acacac;
    color: #acacac; }

.btn--basic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 40px;
  padding: 0 30px 0 12px;
  border-radius: 3px;
  background-color: #FFFFFF;
  text-align: left;
  font-size: 12px;
  border: 1px solid #ddd; }
  .btn--basic:after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 10px;
    top: calc(50% - 5px);
    right: 14px;
    background: url(../images/icon/icon_arrow_grey.svg) no-repeat center center; }

.btn--gradient {
  background: -webkit-gradient(linear, left top, right top, from(#6ce677), to(#5ec5e4));
  background: -webkit-linear-gradient(left, #6ce677 0%, #5ec5e4 100%);
  background: -o-linear-gradient(left, #6ce677 0%, #5ec5e4 100%);
  background: linear-gradient(90deg, #6ce677 0%, #5ec5e4 100%);
  color: #FFFFFF;
  font-weight: 700; }

button[disabled] {
  background: #d2d2d2;
  color: rgba(255, 255, 255, 0.5); }

.like-btn {
  width: 20px;
  height: 20px;
  background: url(../images/icon/icon_like.svg) no-repeat center center;
  background-size: 13px; }
  @media only screen and (min-width: 768px) {
    .like-btn {
      width: 24px;
      height: 24px;
      background-size: 16px; } }
  .like-btn.active {
    background-image: url(../images/icon/icon_like_on.svg); }

.more-btn {
  width: 30px;
  height: 30px;
  margin: -8px -12px 0 0; }

.end-btn {
  padding: 10px 10px 0;
  margin-bottom: -6px; }

.btn--bookmark {
  width: 24px;
  height: 24px;
  background: url(../images/icon/icon_bookmark.svg) no-repeat center center; }
  .btn--bookmark.active {
    background-image: url(../images/icon/icon_bookmark_on.svg); }

.logout-btn--text {
  margin-top: 16px;
  padding: 4px;
  font-size: 13px; }

.btn--readmore {
  display: block;
  width: 100%;
  border: 1px solid #efefef;
  height: 30px;
  border-radius: 3px;
  font-size: 10px;
  color: #999999; }

.btn--gender:before {
  content: "";
  display: block;
  width: 18px;
  height: 26px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center; }

.btn--male:before {
  background-image: url(../images/icon/icon_male.svg); }

.btn--male.on:before {
  background-image: url(../images/icon/icon_male_on.svg); }

.btn--female:before {
  background-image: url(../images/icon/icon_female.svg); }

.btn--female.on:before {
  background-image: url(../images/icon/icon_female_on.svg); }

.ad__btns button:first-child {
  color: #999999;
  border-right: 1px solid #cccccc; }

.ad__btns button:only-child {
  color: #000000;
  border-right: none; }

.select-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .select-btns button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(50% - 5px);
    height: 40px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    font-size: 13px;
    color: #666666; }
    @media only screen and (min-width: 768px) {
      .select-btns button {
        height: 44px; } }
    .select-btns button.on {
      border-color: #5ec5e4;
      color: #5ec5e4; }

input, select, textarea {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 1px solid #ccc;
  background: #FFFFFF;
  font-size: 13px;
  border-radius: 0;
  -webkit-appearance: none; }
  input:focus, select:focus, textarea:focus {
    outline: none; }
    input:focus::-webkit-input-placeholder, select:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
      opacity: 0; }
    input:focus:-ms-input-placeholder, select:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
      opacity: 0; }
    input:focus::-ms-input-placeholder, select:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
      opacity: 0; }
    input:focus::placeholder, select:focus::placeholder, textarea:focus::placeholder {
      opacity: 0; }
  input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #cccccc;
    font-size: 13px; }
  input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #cccccc;
    font-size: 13px; }
  input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #cccccc;
    font-size: 13px; }
  input::placeholder, select::placeholder, textarea::placeholder {
    color: #cccccc;
    font-size: 13px; }
  @media only screen and (min-width: 768px) {
    input, select, textarea {
      font-size: 15px; }
      input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        font-size: 15px; }
      input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
        font-size: 15px; }
      input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
        font-size: 15px; }
      input::placeholder, select::placeholder, textarea::placeholder {
        font-size: 15px; } }
  input[disabled], select[disabled], textarea[disabled] {
    background-color: #fafafa; }

input, select {
  padding-left: 10px;
  height: 36px;
  line-height: normal; }

textarea {
  padding: 10px;
  line-height: 1.5; }

select {
  -webkit-appearance: none;
  background: url(../images/icon/icon_select_grey.svg) no-repeat right center #FFFFFF;
  padding: 0 34px 0 14px; }

.search-box .search-box__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  background: #FFFFFF;
  border-radius: 100px; }
  @media only screen and (min-width: 768px) {
    .search-box .search-box__wrap {
      height: 38px; } }
  .search-box .search-box__wrap:focus-within .search-box__cancel {
    display: block; }
    .search-box .search-box__wrap:focus-within .search-box__cancel img {
      display: block;
      -webkit-animation: fade-in 0.3s ease forwards 0.1s;
      animation: fade-in 0.3s ease forwards 0.1s; }
  .search-box .search-box__wrap:focus-within > input {
    border-radius: 100px 0 0 100px; }
  .search-box .search-box__wrap > input {
    display: block;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 100px;
    padding-left: 18px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
  .search-box .search-box__wrap .search-box__cancel {
    padding: 0 10px;
    border-radius: 0 100px 100px 0;
    display: none; }
    .search-box .search-box__wrap .search-box__cancel img {
      min-width: 16px;
      opacity: 0;
      display: none; }

.search-box.search-box--grey input {
  padding-left: 36px;
  background: url(../images/icon/icon_search.svg) no-repeat 10px center #f7f7f7; }

.search-box.search-box--grey .search-box__cancel {
  background-color: #f7f7f7; }

.input-alert {
  display: block;
  font-size: 10px;
  margin-top: 4px;
  line-height: 1.2;
  display: none;
  opacity: 0; }
  .input-alert.active {
    display: block;
    -webkit-animation: fade-slide 0.5s ease forwards 0.1s;
    animation: fade-slide 0.5s ease forwards 0.1s; }
  .input-alert.error {
    color: #ff4d65; }
  .input-alert.valid {
    color: #5ec5e4; }

.input-bar {
  display: block;
  width: 100%;
  height: 40px;
  padding-left: 4px;
  border: none;
  border-bottom: 1px solid #eee;
  margin-top: 14px; }
  .input-bar:first-child {
    margin-top: 0; }
  @media only screen and (min-width: 768px) {
    .input-bar {
      height: 44px;
      margin-top: 20px; } }
  .input-bar:focus, .input-bar.on {
    border-bottom-color: #000000; }

.input-wrap {
  margin-top: 20px; }
  @media only screen and (min-width: 768px) {
    .input-wrap {
      margin-top: 30px; } }
  .input-wrap:first-child {
    margin-top: 0; }
  .input-wrap label {
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 500; }
    @media only screen and (min-width: 768px) {
      .input-wrap label {
        font-size: 13px; } }
    .input-wrap label .essential {
      color: #ff4d65;
      margin-left: 2px; }
  .input-wrap input, .input-wrap select, .input-wrap textarea {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 3px; }
    @media only screen and (min-width: 768px) {
      .input-wrap input, .input-wrap select, .input-wrap textarea {
        height: 44px; } }
    .input-wrap input:focus, .input-wrap input.on, .input-wrap select:focus, .input-wrap select.on, .input-wrap textarea:focus, .input-wrap textarea.on {
      border-color: #000000; }
  .input-wrap textarea {
    resize: none;
    height: 300px; }
    @media only screen and (max-width: 375px) {
      .input-wrap textarea {
        height: 250px; } }

.input-wraps--md .input-wrap {
  margin-top: 30px; }
  .input-wraps--md .input-wrap:first-child {
    margin-top: 0; }

.input-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ddd;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px; }
  @media only screen and (min-width: 768px) {
    .input-set {
      height: 44px; } }
  .input-set input {
    border: none;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    height: 100%;
    border-radius: 3px 0 0 3px; }
  .input-set button {
    min-width: 96px;
    height: calc(100% + 2px);
    text-align: center;
    font-size: 12px;
    border: 1px solid #777777;
    margin-right: -1px;
    border-radius: 0 3px 3px 0;
    color: #777777;
    font-weight: 500; }
    @media only screen and (min-width: 768px) {
      .input-set button {
        min-width: 120px;
        font-size: 13px; } }
  .input-set .input-set__time {
    display: inline-block;
    padding: 0 16px;
    text-align: center;
    color: #ff4d65;
    font-size: 12px; }
    @media only screen and (min-width: 768px) {
      .input-set .input-set__time {
        padding: 0 20px; } }
  .input-set.input-set--value button {
    border-color: #5ec5e4;
    color: #5ec5e4; }
  .input-set.input-set--sm button {
    min-width: auto;
    padding: 0 25px; }

input[type="checkbox"] {
  width: 0; }

.checkbox--round, .checkbox--check {
  -webkit-appearance: none;
  border: none;
  padding-left: 0;
  height: auto; }
  .checkbox--round + label, .checkbox--check + label {
    position: relative;
    font-size: 14px; }
    .checkbox--round + label:before, .checkbox--round + label:after, .checkbox--check + label:before, .checkbox--check + label:after {
      content: "";
      width: 22px;
      height: 22px;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
    .checkbox--round + label:before, .checkbox--check + label:before {
      display: inline-block;
      border-radius: 100px;
      margin-right: 8px;
      vertical-align: text-top;
      border: 1px solid #d2d2d2;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .checkbox--round + label:after, .checkbox--check + label:after {
      display: block;
      position: absolute;
      left: 0;
      top: 1px;
      background: url(../images/icon/icon_check_grey.svg) no-repeat center center; }
  .checkbox--round:checked + label:before, .checkbox--check:checked + label:before {
    background-color: #5ec5e4;
    border-color: #5ec5e4; }
  .checkbox--round:checked + label:after, .checkbox--check:checked + label:after {
    background-image: url(../images/icon/icon_check_white.svg); }

.checkbox--check + label:before {
  opacity: 0; }

.checkbox--check:checked + label:after {
  background-image: url(../images/icon/icon_check_on.svg); }

.agree-all {
  position: relative;
  width: 100%;
  height: 40px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 16px; }
  @media only screen and (min-width: 768px) {
    .agree-all {
      height: 44px; } }
  @media only screen and (max-width: 375px) {
    .agree-all {
      padding: 0 10px; } }
  .agree-all label {
    position: static; }
    .agree-all label:after {
      top: calc(50% - 10px);
      left: 16px; }
      @media only screen and (max-width: 375px) {
        .agree-all label:after {
          left: 10px; } }
    .agree-all label span {
      display: inline-block; }
      .agree-all label span:before {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        border-radius: 6px;
        border: 1px solid #d2d2d2; }
  .agree-all input:checked + label span:before {
    border-color: #5ec5e4; }

input[type="radio"] {
  display: none; }
  input[type="radio"] + label {
    position: relative;
    display: block;
    font-size: 14px; }
    input[type="radio"] + label:before, input[type="radio"] + label:after {
      content: "";
      display: inline-block;
      border-radius: 100%; }
    input[type="radio"] + label:before {
      width: 22px;
      height: 22px;
      border: 1px solid #D4D4D4;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      vertical-align: text-top;
      margin-right: 8px;
      -webkit-transition: background 0.2s;
      -o-transition: background 0.2s;
      transition: background 0.2s; }
    input[type="radio"] + label:after {
      position: absolute;
      width: 8px;
      height: 8px;
      background-color: #FFFFFF;
      left: 7px;
      top: 7px;
      opacity: 0;
      -webkit-transition: opacity 0.2s;
      -o-transition: opacity 0.2s;
      transition: opacity 0.2s; }
    input[type="radio"] + label em {
      display: block;
      padding: 4px 0 0 30px;
      font-size: 12px;
      color: #999999; }
  input[type="radio"]:checked + label:before {
    background-color: #5ec5e4;
    border-color: #5ec5e4; }
  input[type="radio"]:checked + label:after {
    opacity: 1; }

.radio-group__title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px; }

.radio-group ul li {
  margin-bottom: 14px; }
  .radio-group ul li:last-child {
    margin-bottom: 0; }

.select {
  position: relative; }
  .select.active .select__label {
    border-radius: 3px 3px 0 0; }
    .select.active .select__label:after {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .select.selected .select__label {
    color: #000000; }

.select__label {
  position: relative;
  width: 100%;
  height: 40px;
  text-align: left;
  padding: 0 34px 0 14px;
  border: 1px solid #bdbdbd;
  border-radius: 3px;
  color: #cccccc;
  font-size: 14px; }
  .select__label:after {
    content: "";
    display: block;
    position: absolute;
    right: 14px;
    top: calc(50% - 4px);
    width: 14px;
    height: 8px;
    background: url(../images/icon/icon_dropdown_grey.svg) no-repeat center center;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s; }

.select__list {
  display: none;
  position: absolute;
  width: 100%;
  border: 1px solid #bdbdbd;
  border-top: none;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
  background-color: #FFFFFF; }
  .select__list button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 38px;
    width: 100%;
    padding: 0 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #666666;
    border-bottom: 1px solid #f6f6f6; }
    .select__list button:last-child {
      border-bottom: none; }

input.switch {
  display: none; }
  input.switch + label {
    position: relative;
    width: 42px;
    height: 24px;
    padding-left: 40px; }
    input.switch + label:before, input.switch + label:after {
      position: absolute;
      content: "";
      display: block;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
    input.switch + label:before {
      width: 100%;
      height: 100%;
      border: none;
      left: 0;
      border-radius: 100px;
      background-color: #EFEFEF; }
    input.switch + label:after {
      width: 20px;
      height: 20px;
      background-color: #FFFFFF;
      opacity: 1;
      border-radius: 100%;
      top: 2px;
      left: 2px; }
  input.switch:checked + label:before {
    background-color: #5ec5e4; }
  input.switch:checked + label:after {
    left: 20px; }

.input-btn {
  position: relative;
  overflow: hidden; }
  .input-btn button {
    position: absolute;
    width: 38px;
    height: 38px;
    right: 1px;
    top: 1px; }
  .input-btn input[type="date"] {
    -webkit-appearance: none; }
    .input-btn input[type="date"]::-webkit-inner-spin-button, .input-btn input[type="date"]::-webkit-calendar-picker-indicator {
      opacity: 0;
      -webkit-appearance: none; }

.select-box {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background: url(../images/icon/icon_selectbox_arrow.svg) no-repeat right center; }
  .select-box:required:invalid {
    color: #cccccc; }
  .select-box option[value=""][disabled] {
    display: none; }

.select-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 40px;
  padding-left: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background: url(../images/icon/icon_selectbox_arrow.svg) no-repeat right center;
  color: #cccccc;
  font-size: 13px; }

.photo-attach {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px 0 0; }

.photo-attach__btn {
  height: 0;
  overflow: hidden;
  padding-bottom: calc(24% - 2px);
  width: calc(25% - 8px);
  border: 1px dashed #ddd;
  border-radius: 5px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .photo-attach__btn {
      width: calc(20% - 8px);
      padding-bottom: calc(19.4% - 2px); } }
  @media only screen and (max-width: 375px) {
    .photo-attach__btn {
      padding-bottom: calc(23.5% - 2px); } }
  .photo-attach__btn img {
    display: block;
    margin: 36% auto 6px; }
    @media only screen and (min-width: 768px) {
      .photo-attach__btn img {
        width: 20px;
        margin-bottmo: 20px; } }
    @media only screen and (max-width: 375px) {
      .photo-attach__btn img {
        margin: 32% auto 2px; } }
  .photo-attach__btn span {
    font-size: 10px;
    color: #999999; }
    @media only screen and (min-width: 768px) {
      .photo-attach__btn span {
        font-size: 14px; } }

.attach__photos {
  width: 75%;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-grid-columns: (calc(33.3% - 6px))[100];
  grid-template-columns: repeat(100, calc(33.3% - 6px)); }
  @media only screen and (min-width: 768px) {
    .attach__photos {
      width: 80%;
      -ms-grid-columns: (calc(25% - 6px))[100];
      grid-template-columns: repeat(100, calc(25% - 6px)); } }

.attach__preivew {
  position: relative;
  height: 0;
  padding-bottom: 100%; }
  .attach__preivew:first-child {
    margin-left: 0; }
  .attach__preivew > img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px; }
  .attach__preivew .attach__del {
    position: absolute;
    z-index: 1;
    right: 4px;
    top: 4px; }

.photo-attach__label {
  width: calc(25% - 8px);
  font-size: 10px;
  margin-top: 4px;
  line-height: 1.3;
  text-align: center;
  white-space: pre; }

.photo-attach__list .photo-attach {
  margin-top: 20px; }
  .photo-attach__list .photo-attach:first-child {
    margin-top: 14px; }

.popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 600;
  opacity: 0; }
  .popup.active {
    display: block;
    -webkit-animation: fade-in 0.3s ease forwards 0.1s;
    animation: fade-in 0.3s ease forwards 0.1s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .popup.active .btn__pop--exit {
      display: block;
      -webkit-animation: fade-in 0.4s ease forwards 0.1s;
      animation: fade-in 0.4s ease forwards 0.1s; }
    .popup.active .popup__box {
      display: block;
      -webkit-animation: fade-slide 0.5s ease forwards 0.1s;
      animation: fade-slide 0.5s ease forwards 0.1s;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .popup.closing .btn__pop--exit {
    opacity: 1;
    -webkit-animation: close-fade-out 0.3s ease 0.1s forwards;
    animation: close-fade-out 0.3s ease 0.1s forwards; }
  .popup.closing .popup__box {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-animation: close-slide-out 0.3s ease 0.1s forwards;
    animation: close-slide-out 0.3s ease 0.1s forwards; }

.popup__wrap {
  position: relative;
  width: 90%;
  display: inline-block; }
  .popup__wrap .btn__pop--exit:after {
    content: "";
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.7); }

.btn__pop--x {
  position: absolute;
  width: 28px;
  height: 28px;
  left: 10px;
  top: 10px; }
  .btn__pop--x img {
    width: 16px; }

.popup__box {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  position: relative;
  min-height: 160px;
  background-color: #FFFFFF;
  border-radius: 10px;
  -webkit-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  transform: translate(0, 100px);
  overflow-y: auto; }

.popup__info {
  position: absolute;
  left: 0;
  top: 18px;
  width: 100%;
  padding: 0 40px;
  text-align: center;
  font-size: 12px;
  color: #FFFFFF; }

.popup__img-slider .bx-pager {
  display: none; }

.popup__img-slider .bx-viewport {
  height: calc(100vh - 100px) !important;
  background-color: #000; }

.popup__img-slider .slide {
  height: calc(100vh - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000; }
  .popup__img-slider .slide img {
    width: 100%; }

.popup--sm .popup__wrap {
  width: 280px; }

.popup--md .popup__wrap {
  width: 300px; }

.popup--fix .popup__box, .popup--fix .pop__cont {
  overflow: visible; }

.popup--calandar .popup__wrap {
  width: 260px; }

.popup--calandar .popup__box {
  border-radius: 0; }

.popup--calandar .pop__cont {
  padding: 0; }

.popup--photo {
  background-color: #000; }
  .popup--photo .popup__wrap {
    width: 100%; }
  .popup--photo .btn__pop--exit:after {
    display: none; }

.popup--ad .popup__box {
  max-width: 600px;
  min-height: auto;
  margin: 0 auto; }

.pop__cont {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  padding: 24px 20px;
  max-height: 60vh;
  overflow-y: auto; }

.pop__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 38px; }
  .pop__message p {
    text-align: center;
    font-size: 15px;
    line-height: 1.6; }

.pop__message--sub {
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .pop__message--sub p {
    text-align: left;
    font-weight: 500; }
    .pop__message--sub p + span {
      margin-top: 6px; }
  .pop__message--sub span {
    font-size: 13px;
    line-height: 1.4;
    color: #999999; }
    .pop__message--sub span b {
      font-weight: 500; }

.popup__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .popup__btns button {
    width: 100%;
    height: 50px;
    font-size: 14px; }
    .popup__btns button:first-child {
      border-radius: 0 0 0 10px; }
    .popup__btns button:last-child {
      border-radius: 0 0 10px 0; }
    .popup__btns button:only-child {
      border-radius: 0 0 10px 10px; }

.pop__title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700; }

.tab__contents .tab__box {
  display: none;
  opacity: 0; }
  .tab__contents .tab__box.active {
    display: block;
    -webkit-animation: fade-in 0.3s ease forwards 0.1s;
    animation: fade-in 0.3s ease forwards 0.1s; }
  .tab__contents .tab__box .sub-wrap {
    padding-bottom: 44px; }

.tab--top {
  scrollbar-width: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: auto; }
  .tab--top::-webkit-scrollbar {
    display: none; }
  .tab--top:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #efefef; }
  .tab--top button {
    position: relative;
    height: 48px;
    width: 100%; }
    .tab--top button:after {
      content: "";
      width: 100%;
      height: 3px;
      background-color: #5ec5e4;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 1;
      opacity: 0;
      -webkit-transition: opacity 0.2s;
      -o-transition: opacity 0.2s;
      transition: opacity 0.2s; }
    .tab--top button span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      min-width: 80px;
      padding: 0 14px;
      white-space: pre;
      font-size: 15px;
      color: #cccccc; }
    .tab--top button.on:after {
      opacity: 1; }
    .tab--top button.on span {
      font-weight: 500;
      color: #000000; }

.tab--top--secondary button span {
  color: #777;
  font-weight: 500; }
  @media only screen and (max-width: 375px) {
    .tab--top--secondary button span {
      font-size: 14px; } }

.tab--top--secondary button:after {
  background-color: #71cb6e; }

.tab--top--secondary button.on span {
  font-weight: 700; }

.tabs {
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 100%;
  margin: 0;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .tabs .tabs__bar-wrap {
    position: fixed;
    top: 52px;
    left: 0;
    width: 100%;
    z-index: 300; }
    @media only screen and (min-width: 768px) {
      .tabs .tabs__bar-wrap {
        top: 58px; } }
  .tabs .tabs__bar {
    scrollbar-width: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #FFFFFF;
    border-bottom: 1px solid #efefef; }
    .tabs .tabs__bar::-webkit-scrollbar {
      display: none; }
  .tabs .tabs__controls {
    font-size: 14px;
    font-weight: 400;
    background-color: #FFFFFF;
    min-width: 80px;
    height: 46px;
    padding: 16px 10px 0;
    color: #999999; }
    @media only screen and (min-width: 768px) {
      .tabs .tabs__controls {
        height: 50px;
        font-size: 15px; } }
    .tabs .tabs__controls.is-active {
      font-weight: 700;
      color: #000000;
      border-bottom: 3px solid #6ce677; }
  .tabs .tabs__section {
    padding: 0;
    width: 100vw !important; }
  .tabs .tabs__line {
    display: none; }
  .tabs .tabs__content {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    margin-top: 46px; }

.space {
  margin-top: 15px; }

.space--lg {
  margin-top: 30px; }

.calandar-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0; }
  .calandar-top > button {
    width: 28px;
    height: 28px; }

.calandar-top__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 10px; }
  .calandar-top__date span {
    font-weight: 700; }
  .calandar-top__date img {
    margin: 1px 0 0 8px; }

.calandar__head {
  padding: 14px 20px 20px;
  background-color: #5ec5e4;
  color: #FFFFFF; }
  .calandar__head span {
    display: block;
    font-size: 15px; }
  .calandar__head p {
    font-size: 29px;
    margin-top: 6px; }

.calandar__cont {
  padding: 0 18px; }
  .calandar__cont .calandar-top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .calandar__cont .calandar-top button img {
      width: 8px; }
  .calandar__cont .calandar-top__date p {
    font-size: 14px; }

.calandar__table {
  width: 100%; }
  .calandar__table th, .calandar__table td {
    text-align: center;
    font-size: 12px;
    vertical-align: middle; }
  .calandar__table th {
    height: 32px;
    color: #999999; }
  .calandar__table td {
    height: 36px; }
  .calandar__table button {
    width: 100%;
    height: 100%;
    width: 26px;
    height: 26px; }
    .calandar__table button.disabled {
      color: #ddd; }
    .calandar__table button.active {
      position: relative;
      color: #FFFFFF; }
      .calandar__table button.active:after {
        position: absolute;
        content: "";
        display: block;
        width: 36px;
        height: 36px;
        top: calc(50% - 18px);
        left: calc(50% - 18px);
        background-color: #5ec5e4;
        border-radius: 100%;
        z-index: -1; }

.calandar__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 40px;
  padding: 8px; }
  .calandar__btns button {
    font-size: 13px;
    font-weight: 500;
    padding: 12px;
    margin-left: 14px; }

.dash-list li {
  position: relative;
  font-size: 10px;
  line-height: 1.2;
  margin-bottom: 2px;
  color: #999999;
  padding-left: 5px; }
  @media only screen and (min-width: 768px) {
    .dash-list li {
      font-size: 12px;
      margin-bottom: 4px; } }
  .dash-list li:last-child {
    margin-bottom: 0; }
  .dash-list li:before {
    content: "-";
    display: block;
    position: absolute;
    left: 0;
    top: 0; }

.dash-list.dash-list--md li {
  font-size: 12px;
  margin-bottom: 6px;
  line-height: 1.4; }
  @media only screen and (min-width: 768px) {
    .dash-list.dash-list--md li {
      font-size: 14px; } }

.rate-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px; }
  .rate-input:last-child {
    padding-bottom: 10px; }

.rate-input__title {
  min-width: 80px;
  font-size: 14px; }

.rate-input__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .rate-input__stars button {
    width: 26px;
    height: 26px;
    margin-right: 6px;
    background: url(../images/icon/icon_rate_star.svg) no-repeat center center;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s; }
    .rate-input__stars button:last-child {
      margin-right: 0; }
    .rate-input__stars button.on {
      background-image: url(../images/icon/icon_rate_star_on.svg); }

html, body {
  width: 100%;
  height: 100%; }
  html.freeze, body.freeze {
    overflow: hidden; }

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content; }

.header {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  padding: 0 2.8%;
  background: -webkit-gradient(linear, left top, right top, from(#6ce677), to(#5ec5e4));
  background: -webkit-linear-gradient(left, #6ce677 0%, #5ec5e4 100%);
  background: -o-linear-gradient(left, #6ce677 0%, #5ec5e4 100%);
  background: linear-gradient(90deg, #6ce677 0%, #5ec5e4 100%);
  z-index: 500; }
  @media only screen and (min-width: 768px) {
    .header {
      padding: 0 2%; } }

.header__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media only screen and (min-width: 768px) {
    .header__top {
      height: 58px; } }
  .header__top .logo {
    width: 92px;
    margin-left: 10px; }
    @media only screen and (min-width: 768px) {
      .header__top .logo {
        width: 120px; } }
    .header__top .logo img {
      width: 100%; }
   .header__top h2 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: block;
    white-space: pre;
    position: absolute;
    color: #FFFFFF;
    font-size: 18px;
    width: 100%;
    max-width: calc(100% - 100px);
    left: 30px;
    text-align: center;
    z-index: -1;
    font-weight: 700; }
  .header__top .search-box {
    width: 100%;
    margin: 0 16px; }
    @media only screen and (max-width: 320px) {
      .header__top .search-box {
        margin: 0 10px 0 6px; }
        .header__top .search-box input {
          padding-left: 8px; } }

.header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .header__btns button {
    margin: 0 5px; }

.btn__alarm {
  position: relative; }
  .btn__alarm:after {
    content: "";
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    background: #ff0000;
    border-radius: 100%;
    top: 1px;
    right: 3px;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s; }
    @media only screen and (min-width: 768px) {
      .btn__alarm:after {
        width: 7px;
        height: 7px;
        top: 2px;
        right: 6px; } }
  .btn__alarm.on:after {
    opacity: 1; }

.header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px; }
  @media only screen and (min-width: 768px) {
    .header__btn {
      width: 32px;
      height: 32px; } }

.header__btn--save {
  background: url(../images/icon/icon_bookmark_white.svg) no-repeat center center; }
  .header__btn--save.active {
    background-image: url(../images/icon/icon_bookmark_white_on.svg); }

.header__search {
  padding-bottom: 10px; }

.header--white {
  background: #FFFFFF;
  border-bottom: 1px solid #ddd; }
  .header--white .header__top h2 {
    color: #000000; }

.bg--gradient {
  background: -webkit-gradient(linear, left top, right top, from(#6ce677), to(#5ec5e4));
  background: -webkit-linear-gradient(left, #6ce677 0%, #5ec5e4 100%);
  background: -o-linear-gradient(left, #6ce677 0%, #5ec5e4 100%);
  background: linear-gradient(90deg, #6ce677 0%, #5ec5e4 100%);
  color: #FFFFFF; }

.selector {
  position: relative; }
  .selector .selector__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 0 12px 0 14px;
    border-radius: 100px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 500;
    cursor: pointer; }
    .selector .selector__box:after {
      content: "";
      display: block;
      width: 12px;
      height: 8px;
      margin-left: 8px;
      background: url(../images/icon/icon_dropdown_white.svg) no-repeat center center;
      -webkit-transition: -webkit-transform 0.2s;
      transition: -webkit-transform 0.2s;
      -o-transition: transform 0.2s;
      transition: transform 0.2s;
      transition: transform 0.2s, -webkit-transform 0.2s; }
    .selector .selector__box span {
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: block;
      white-space: pre;
      max-width: 100px; }
      @media only screen and (min-width: 768px) {
        .selector .selector__box span {
          max-width: 150px; } }
      @media only screen and (max-width: 375px) {
        .selector .selector__box span {
          max-width: 80px; } }
      @media only screen and (max-width: 320px) {
        .selector .selector__box span {
          max-width: 60px; } }
  .selector.active .selector__box:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .selector .selector__option {
    display: none;
    position: absolute;
    width: 200px;
    border-radius: 10px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    z-index: 300;
    overflow: hidden; }
    .selector .selector__option button {
      display: block;
      width: 100%;
      height: 40px;
      text-align: left;
      padding: 10px 20px;
      font-size: 14px;
      color: #cccccc; }
      .selector .selector__option button.on {
        background-color: #f7f7f7;
        color: #000000; }
  .selector.selector--more .selector__option {
    width: 100px;
    right: 0; }
    .selector.selector--more .selector__option button {
      color: #000000; }
      .selector.selector--more .selector__option button:hover {
        color: #5ec5e4; }
      .selector.selector--more .selector__option button.on {
        background-color: #FFFFFF;
        color: #000000; }

.bottom-bar {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  padding: 0 8px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #FFFFFF;
  border-top: 1px solid #f1f1f1;
  z-index: 500; }
  @media only screen and (min-width: 768px) {
    .bottom-bar {
      height: 58px; } }
  .bottom-bar button {
    width: 18%;
    -webkit-tap-highlight-color: transparent; }
    .bottom-bar button span {
      display: block;
      width: 100%;
      padding-top: 28px;
      line-height: 1;
      background-repeat: no-repeat;
      background-position: center top;
      font-size: 10px;
      color: #666666; }
      @media only screen and (min-width: 768px) {
        .bottom-bar button span {
          padding-top: 30px;
          font-size: 11px; } }
    .bottom-bar button.on span {
      color: #5ec5e4; }
  .bottom-bar .bottom-bar__home span {
    background-image: url(../images/icon/icon_home.svg); }
  .bottom-bar .bottom-bar__home.on span {
    background-image: url(../images/icon/icon_home_on.svg); }
  .bottom-bar .bottom-bar__event span {
    background-image: url(../images/icon/icon_event.svg); }
  .bottom-bar .bottom-bar__event.on span {
    background-image: url(../images/icon/icon_event_on.svg); }
  .bottom-bar .bottom-bar__review span {
    background-image: url(../images/icon/icon_review.svg); }
  .bottom-bar .bottom-bar__review.on span {
    background-image: url(../images/icon/icon_review_on.svg); }
  .bottom-bar .bottom-bar__talk span {
    background-image: url(../images/icon/icon_talk.svg); }
  .bottom-bar .bottom-bar__talk.on span {
    background-image: url(../images/icon/icon_talk_on.svg); }
  .bottom-bar .bottom-bar__untact span {
    background-image: url(../images/icon/icon_untact.svg); }
  .bottom-bar .bottom-bar__untact.on span {
    background-image: url(../images/icon/icon_untact_on.svg); }
  .bottom-bar .bottom-bar__more span {
    background-image: url(../images/icon/icon_more.svg);
    background-position: center center; }
  .bottom-bar .bottom-bar__more.on span {
    background-image: url(../images/icon/icon_more_on.svg); }

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .bottom-bar {
      bottom: 0; } } }

.bottom-button {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  bottom: 0;
  padding: 10px;
  background-color: #FFFFFF;
  -webkit-box-shadow: -8px 0 8px rgba(0, 0, 0, 0.16);
  box-shadow: -8px 0 8px rgba(0, 0, 0, 0.16);
  z-index: 500; }

.bottom-button__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 44px;
  border-radius: 6px; }
  .bottom-button__btn:nth-child(n + 2) {
    margin-left: 8px; }

.submit-button {
  padding: 0 10px 10px;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  z-index: 500; }

.contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  padding-bottom: 16px; }
  .contents.contents--sub {
    background-color: #fafafa; }

#content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  min-height: calc(100vh - 52px);
  margin-bottom: -52px; }

.main-top + .cont-top {
  padding-top: 26px; }

.main-top .bx-wrapper .bx-pager .bx-pager-item a {
  width: 7px;
  height: 7px;
  margin: 0 7px 0 0; }

.main-banner {
  display: block;
  margin: 40px 0 14px; }

.login {
  padding: 60px 0;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly; }

.login__top {
  margin-bottom: 10px; }
  .login__top .login__logo {
    width: 134px; }
    @media only screen and (min-width: 768px) {
      .login__top .login__logo {
        width: 150px; } }
  .login__top p {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.6;
    color: #999999; }
    @media only screen and (min-width: 768px) {
      .login__top p {
        font-size: 14px; } }

.login__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .login__option a {
    position: relative;
    font-size: 12px;
    color: #999999;
    margin-left: 18px; }
    .login__option a:first-child {
      margin-left: 0; }
      .login__option a:first-child:before {
        display: none; }
    .login__option a:before {
      content: "";
      position: absolute;
      display: block;
      width: 1px;
      height: 12px;
      left: -18px;
      top: 1px;
      background-color: #999999;
      margin: 0 8px; }
    @media only screen and (min-width: 768px) {
      .login__option a {
        font-size: 13px;
        padding-left: 12px;
        margin-left: 12px; } }

.login__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .login__sns > p {
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
    color: #666666; }
    @media only screen and (min-width: 768px) {
      .login__sns > p {
        margin-bottom: 16px;
        font-size: 13px; } }
  .login__sns > button {
    width: 40px;
    margin-right: 18px; }
    .login__sns > button:last-child {
      margin-right: 0; }

.cont-wrap {
  margin-left: 4%;
  margin-right: 4%; }
  @media only screen and (min-width: 768px) {
    .cont-wrap {
      margin-left: 2.5%;
      margin-right: 2.5%; } }

.sub-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  padding: 30px 4% 0; }
  @media only screen and (min-width: 768px) {
    .sub-wrap {
      padding: 30px 2.5% 0; } }
  .sub-wrap.sub-wrap--sm {
    padding-top: 20px; }

.setting-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  min-height: 100%;
  margin: 0 auto;
  padding: 20px 30px 16px;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2; }
  @media only screen and (min-width: 768px) {
    .setting-wrap {
      padding: 50px 0; } }

.setting-wrap__exit {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px; }
  .setting-wrap__exit img {
    display: block;
    margin: 0 auto;
    width: 16px; }

.setting__cont {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2; }

.intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#5ec5e4), to(#6ce677));
  background: -webkit-linear-gradient(top, #5ec5e4 0%, #6ce677 100%);
  background: -o-linear-gradient(top, #5ec5e4 0%, #6ce677 100%);
  background: linear-gradient(180deg, #5ec5e4 0%, #6ce677 100%); }

.cont-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 2.8% 14px 4%; }
  @media only screen and (min-width: 768px) {
    .cont-top {
      padding-left: 2%;
      padding-right: 1%; } }
  .cont-top p {
    font-family: "Godo", sans-serif;
    font-size: 17px; }
    @media only screen and (min-width: 768px) {
      .cont-top p {
        font-size: 20px; } }
  .cont-top a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px; }
    @media only screen and (min-width: 768px) {
      .cont-top a {
        width: 24px;
        height: 24px; }
        .cont-top a img {
          width: 9px; } }
  .cont-top.cont-top--sub {
    padding-top: 14px; }

.top-banner {
  display: block;
  margin-bottom: 30px; }
  .top-banner img {
    border-radius: 10px; }
  .top-banner.top-banner--shadow img {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.16); }

.review {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .review img {
    display: block;
    border-radius: 6px; }

.review__img {
  position: relative;
  width: calc(85.9% - 6px);
  height: 0;
  padding-bottom: 61.8%; }
  .review__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover; }

.review__thumbs {
  scrollbar-width: none;
  position: absolute;
  width: 14.1%;
  height: 0;
  right: 0;
  top: 0;
  height: 100%;
  overflow-y: auto; }
  .review__thumbs::-webkit-scrollbar {
    display: none; }
  .review__thumbs button {
    width: 100%;
    position: relative;
    display: block;
    margin: 0 0 6px 0;
    border-radius: 6px;
    overflow: hidden; }
    .review__thumbs button:last-child {
      margin-bottom: 0; }
    .review__thumbs button.on {
      border: 2px solid #fd5286; }
    .review__thumbs button img {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      -o-object-fit: cover;
      object-fit: cover; }

.event__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }
  .event__wrap:last-child {
    margin-bottom: 0; }

.event__img {
  width: 96px;
  height: 96px;
  border-radius: 10px;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .event__img {
      width: 140px;
      height: 140px; } }
  .event__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.event__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: calc(100% - 96px);
  padding: 2px 0 2px 4%; }
  @media only screen and (min-width: 768px) {
    .event__cont {
      width: calc(100% - 140px);
      padding-left: 2.5%; } }

.event__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.event__title {
  font-size: 14px;
  font-weight: 700; }
  @media only screen and (min-width: 768px) {
    .event__title {
      font-size: 18px; } }

.event__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 20px;
  background-color: #5ec5e4;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 500;
  color: #FFFFFF; }
  @media only screen and (min-width: 768px) {
    .event__label {
      width: 50px;
      height: 24px;
      font-size: 12px; } }
  .event__label.event__label--pay {
    background-color: #71cb6e; }

.event__info {
  margin-bottom: 5px; }
  .event__info p {
    font-size: 10px;
    color: #999999;
    line-height: 1.5; }
    @media only screen and (min-width: 768px) {
      .event__info p {
        font-size: 13px; } }

.event__desc {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: block;
  white-space: pre;
  max-width: calc(100% - 50px); }
  @media only screen and (min-width: 768px) {
    .event__desc {
      max-width: calc(100% - 60px); } }

.event__hospital {
  margin: 1px 0; }
  @media only screen and (min-width: 768px) {
    .event__hospital {
      margin: 2px 0 5px; } }

.event__rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (min-width: 768px) {
    .event__rate img {
      width: 16px; } }
  .event__rate em {
    font-size: 11px;
    color: #777;
    margin-left: 2px; }
    @media only screen and (min-width: 768px) {
      .event__rate em {
        font-size: 13px; } }

.event__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .event__price .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .event__price .price p {
      font-weight: 700; }
      @media only screen and (min-width: 768px) {
        .event__price .price p {
          font-size: 20px; } }
    .event__price .price span {
      color: #999999;
      text-decoration: line-through;
      margin-left: 18px; }
  .event__price .discount {
    margin-left: 8px; }
    .event__price .discount img {
      vertical-align: middle;
      margin-right: 3px; }
      @media only screen and (min-width: 768px) {
        .event__price .discount img {
          width: 14px;
          margin-right: 5px; } }
    .event__price .discount em {
      font-size: 12px;
      color: #fd96b6; }
      @media only screen and (min-width: 768px) {
        .event__price .discount em {
          font-size: 14px; } }

.v-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none; }
  .v-event::-webkit-scrollbar {
    display: none; }

.v-event__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.v-event__img {
  width: 120px;
  height: 120px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden; }
  .v-event__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.v-event__cont {
  margin-top: 8px; }
  .v-event__cont .event__hospital {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: block;
    white-space: pre; }

.video {
  scrollbar-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 4%;
  overflow-x: auto; }
  .video::-webkit-scrollbar {
    display: none; }
  @media only screen and (min-width: 768px) {
    .video {
      margin-left: 2.5%; } }

.video__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.video__box {
  position: relative;
  margin-right: 18px;
  width: 284px;
  height: 160px;
  border-radius: 6px;
  overflow: hidden; }
  .video__box iframe {
    width: 100%;
    height: 100%; }

.video__space .video__info {
  margin-right: 18px; }

.video__info {
  margin-top: 10px; }
  .video__info p {
    font-size: 14px;
    line-height: 1.4; }
    @media only screen and (min-width: 768px) {
      .video__info p {
        font-size: 16px; } }
  .video__info span {
    display: block;
    font-size: 11px;
    color: #999999;
    margin-top: 8px; }
    @media only screen and (min-width: 768px) {
      .video__info span {
        font-size: 13px;
        margin-top: 10px; } }
  .video__info ul li {
    margin-top: 2px;
    line-height: 1.2; }
    @media only screen and (min-width: 768px) {
      .video__info ul li {
        margin-top: 4px; } }

.video-view__wrap {
  margin-bottom: 30px; }
  .video-view__wrap:last-child {
    margin-bottom: 0; }
  .video-view__wrap:only-child {
    margin-bottom: 40px; }

.video-view__box {
  position: relative;
  height: 0;
  padding-bottom: 56%;
  border-radius: 6px;
  overflow: hidden; }
  .video-view__box iframe {
    position: absolute;
    width: 100%;
    height: 100%; }

.event-top {
  padding: 16px 4%;
  border-bottom: 1px solid #efefef; }
  @media only screen and (min-width: 768px) {
    .event-top {
      padding: 20px 2.5%; } }
  .event-top .event__price {
    margin-top: 17px; }
    .event-top .event__price .price p, .event-top .event__price .price span {
      font-size: 18px; }

.event-top__title h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px; }

.event-top__title p {
  font-size: 14px;
  margin-top: 1px;
  line-height: 1.4; }

.event__location {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px 4% 20px;
  height: 76px;
  background-color: #fafafa; }
  @media only screen and (min-width: 768px) {
    .event__location {
      padding: 20px 2.5%; } }
  .event__location:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 14px;
    right: 4%;
    top: calc(50% - 7px);
    background: url(../images/icon/icon_arrow.svg) no-repeat center center; }
  .event__location span {
    font-size: 14px;
    color: #999999; }
  .event__location p {
    font-size: 17px;
    font-weight: 700;
    color: #333333; }

.landing img {
  width: 100%; }

.detail-info {
  padding: 16px 4%;
  border-bottom: 1px solid #efefef; }
  @media only screen and (min-width: 768px) {
    .detail-info {
      padding: 20px 2.5%; } }
  .detail-info dl {
    margin-top: 20px; }
    .detail-info dl:first-child {
      margin-top: 0; }
    .detail-info dl dt {
      font-size: 13px;
      margin-bottom: 6px;
      font-weight: 700; }
      @media only screen and (min-width: 768px) {
        .detail-info dl dt {
          font-size: 15px; } }
    .detail-info dl dd {
      position: relative;
      font-size: 11px;
      color: #666666;
      line-height: 1.6;
      padding-left: 8px; }
      .detail-info dl dd:before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 7px;
        left: 2px;
        width: 2px;
        height: 2px;
        border-radius: 100px;
        background-color: #666666; }
      @media only screen and (min-width: 768px) {
        .detail-info dl dd {
          padding-left: 10px;
          font-size: 13px; }
          .detail-info dl dd:before {
            top: 9px; } }
  .detail-info .detail-info__space {
    margin-top: 12px; }

.authority {
  padding-bottom: 10px;
  max-width: 360px;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .authority {
      max-width: 100%;
      padding-bottom: 30px; } }

.authority__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px; }
  .authority__wrap:last-child {
    margin-bottom: 0; }

.authority__img {
  width: 16%;
  min-width: 60px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .authority__img {
      text-align: left; } }

.authority__info {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  padding-right: 16px; }
  @media only screen and (min-width: 768px) {
    .authority__info {
      padding-right: 0; } }
  .authority__info p {
    font-size: 13px;
    font-weight: 500; }
    @media only screen and (min-width: 768px) {
      .authority__info p {
        font-size: 14px;
        margin-bottom: 3px; } }
  .authority__info span {
    color: #666666;
    font-size: 12px; }
    @media only screen and (min-width: 768px) {
      .authority__info span {
        font-size: 13px; } }

.agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2; }
  .agree .agree-row {
    padding: 0 15px;
    margin: 20px 0 0 0; }
    @media only screen and (min-width: 768px) {
      .agree .agree-row {
        margin: 25px 0 0 0; } }
    @media only screen and (max-width: 375px) {
      .agree .agree-row {
        padding: 0 5px; } }

.agree-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4px 0 8px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.agree-row__link {
  color: #666666;
  font-size: 11px;
  text-decoration: underline; }
  @media only screen and (min-width: 768px) {
    .agree-row__link {
      font-size: 12px; } }

.agree__message {
  font-size: 12px;
  color: #cccccc;
  line-height: 1.4;
  text-align: center; }

.terms {
  padding: 20px 4%; }
  @media only screen and (min-width: 768px) {
    .terms {
      padding: 30px 2.5%; } }
  .terms p {
    font-size: 12px;
    margin-top: 30px;
    line-height: 1.5;
    color: #666666; }
    .terms p:first-child {
      margin-top: 0; }
    @media only screen and (min-width: 768px) {
      .terms p {
        font-size: 13px; } }
    .terms p em {
      display: block; }

.notice-message {
  position: relative;
  padding-left: 8px;
  margin-top: 10px;
  font-size: 10px;
  color: #999999;
  line-height: 1.6; }
  @media only screen and (min-width: 768px) {
    .notice-message {
      font-size: 12px; } }
  .notice-message:before {
    content: "*";
    display: block;
    position: absolute;
    left: 0;
    top: 1px; }

.signup-completed {
  font-size: 14px;
  text-align: center;
  padding: 0 20px;
  line-height: 1.6; }
  @media only screen and (min-width: 768px) {
    .signup-completed {
      font-size: 15px;
      padding: 30px 20px; } }

.set-area__top p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4; }
  @media only screen and (min-width: 768px) {
    .set-area__top p {
      font-size: 16px; } }

.set-area__top span {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  color: #999999;
  line-height: 1.4; }
  @media only screen and (min-width: 768px) {
    .set-area__top span {
      font-size: 13px; } }

.set-area__list {
  margin-bottom: 40px; }
  .set-area__list li {
    height: 44px;
    border-radius: 6px;
    margin-top: 12px; }
    .set-area__list li:first-child {
      margin-top: 0; }
    @media only screen and (min-width: 768px) {
      .set-area__list li {
        height: 48px; } }
    .set-area__list li span {
      color: #5ec5e4;
      font-size: 14px; }
      @media only screen and (min-width: 768px) {
        .set-area__list li span {
          font-size: 16px; } }

.set-area__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #5ec5e4;
  padding-left: 4.5%; }
  @media only screen and (min-width: 768px) {
    .set-area__location {
      padding-left: 2%; } }
  .set-area__location.active {
    background-color: #5ec5e4; }
    .set-area__location.active span {
      color: #FFFFFF; }
  .set-area__location button {
    height: 100%;
    padding: 0 3%; }
    @media only screen and (min-width: 768px) {
      .set-area__location button {
        padding: 0 1.5%; } }

.set-area__add button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f9fb;
  border: 1px solid #e8ecef;
  border-radius: 6px;
  padding: 0 3% 0 4.5%;
  color: #999999; }
  @media only screen and (min-width: 768px) {
    .set-area__add button {
      padding: 0 1.5% 0 2%; } }

.area__set-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 44px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  font-size: 15px; }
  .area__set-btn img {
    margin-right: 10px; }

.area__top {
  padding: 20px 4% 30px; }
  @media only screen and (min-width: 768px) {
    .area__top {
      padding: 20px 2.5% 30px; } }
  .area__top p {
    font-size: 14px;
    font-weight: 500; }
    @media only screen and (min-width: 768px) {
      .area__top p {
        font-size: 15px; } }
  .area__top span {
    display: block;
    margin-top: 6px;
    font-size: 11px;
    line-height: 1.3;
    color: #999999; }
    @media only screen and (min-width: 768px) {
      .area__top span {
        font-size: 12px; } }
  .area__top button {
    margin-top: 20px; }

.area__cont {
  border-top: 1px solid #F5F5F5;
  padding: 30px 4%; }
  @media only screen and (min-width: 768px) {
    .area__cont {
      padding: 30px 2.5%; } }

.area__title {
  margin: 0 12px 10px; }
  .area__title p {
    color: #999999;
    font-size: 12px; }
    @media only screen and (min-width: 768px) {
      .area__title p {
        font-size: 13px; } }
    .area__title p span {
      color: #5ec5e4; }

.area__list button {
  display: block;
  height: 48px;
  width: 100%;
  text-align: left;
  padding: 0 14px;
  font-size: 14px;
  border-bottom: 1px solid #F5F5F5; }
  @media only screen and (min-width: 768px) {
    .area__list button {
      font-size: 15px; } }
  .area__list button:hover {
    background-color: #f8f8f8;
    color: #5ec5e4; }

.area__result .no-result {
  margin-top: 130px; }
  @media only screen and (min-width: 768px) {
    .area__result .no-result {
      margin-top: 200px; } }
  @media only screen and (max-width: 375px) {
    .area__result .no-result {
      margin-top: 100px; } }

.no-result {
  text-align: center; }
  .no-result p {
    margin: 16px 0 20px;
    font-size: 14px;
    color: #666666;
    line-height: 1.6; }
  .no-result .no-result__btn {
    display: inline-block;
    height: 44px;
    padding: 0 28px;
    font-size: 15px;
    border-radius: 100px; }
  .no-result .no-result__back {
    width: 240px;
    margin: 0 auto; }

.search-list {
  padding: 20px 4%; }
  @media only screen and (min-width: 768px) {
    .search-list {
      padding: 20px 2.5%; } }
  .search-list li {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 20px; }
  .search-list + .search-history {
    margin-top: 0; }

.search-history {
  margin-top: 100px;
  border-top: 1px solid #F5F5F5;
  padding: 28px calc(4% - 5px) 20px 4%; }
  @media only screen and (min-width: 768px) {
    .search-history {
      padding: 28px calc(2.5% - 5px) 20px 2.5%; } }
  @media only screen and (max-width: 375px) {
    .search-history {
      margin-top: 80px; } }

.search-history__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px; }
  .search-history__top p {
    font-weight: 700; }
  .search-history__top .search-history__del {
    font-size: 10px;
    color: #999999;
    padding: 5px; }

.search-history__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .search-history__list li:first-child {
    margin-top: 0; }
  .search-history__list li span {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: block;
    white-space: pre;
    max-width: calc(100% - 40px);
    font-size: 14px;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; }
  .search-history__list li button {
    padding: 5px; }
    .search-history__list li button img {
      display: block; }

.area-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #5ec5e4;
  margin-bottom: 10px; }
  .area-select button {
    display: block;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #eeeeee;
    font-size: 13px; }
    @media only screen and (min-width: 768px) {
      .area-select button {
        height: 45px;
        font-size: 15px; } }
    @media only screen and (max-width: 375px) {
      .area-select button {
        font-size: 12px; } }

.area-select__tab {
  width: 33.5%;
  background-color: #f2f2f2; }
  .area-select__tab button {
    position: relative;
    text-align: center; }
    .area-select__tab button:after {
      position: absolute;
      display: block;
      content: "";
      width: 92vw;
      height: 1px;
      left: 0;
      bottom: -1px;
      background-color: #eeeeee; }
      @media only screen and (min-width: 768px) {
        .area-select__tab button:after {
          width: 95vw; } }
    .area-select__tab button.on {
      background-color: #5ec5e4;
      color: #FFFFFF; }

.area-select__contents {
  width: 66.5%; }

.area-select__list button {
  text-align: left;
  padding: 0 20px 0 6%; }
  @media only screen and (min-width: 768px) {
    .area-select__list button {
      padding-left: 4%; } }

.selected-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2px; }
  .selected-tag li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
    margin: 8px 6px 0 0;
    padding: 0 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #5ec5e4;
    border-radius: 100px; }
    .selected-tag li span {
      font-size: 12px;
      color: #5ec5e4;
      font-weight: 500; }
    .selected-tag li button {
      margin-left: 6px; }

.bx-wrapper {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin-bottom: 0; }
  .bx-wrapper .bx-pager {
    bottom: 10px; }
    .bx-wrapper .bx-pager .bx-pager-item a {
      width: 6px;
      height: 6px;
      margin: 0 6px 0 0;
      background: #FFFFFF;
      opacity: 0.4; }
      .bx-wrapper .bx-pager .bx-pager-item a.active, .bx-wrapper .bx-pager .bx-pager-item a:hover, .bx-wrapper .bx-pager .bx-pager-item a:focus {
        background: #FFFFFF;
        opacity: 1; }
    .bx-wrapper .bx-pager .bx-pager-item:last-child a {
      margin-right: 0; }

.top-notice__wrap {
  width: 100%;
  height: 40px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .top-notice__wrap {
      height: 48px; } }
  .top-notice__wrap .top-notice {
    padding: 10px 4% 12px;
    overflow: hidden;
    width: 100%;
    position: absolute; }
    @media only screen and (min-width: 768px) {
      .top-notice__wrap .top-notice {
        padding: 14px 2.5%; } }
    .top-notice__wrap .top-notice p {
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: block;
      white-space: pre;
      font-size: 12px;
      width: 100%;
      line-height: 1.5; }
      @media only screen and (min-width: 768px) {
        .top-notice__wrap .top-notice p {
          font-size: 14px; } }
      .top-notice__wrap .top-notice p span {
        color: #ff4d65; }

.type-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .type-select button {
    height: 32px;
    font-size: 12px;
    padding: 0 17px;
    border: 1px solid #ddd;
    border-radius: 100px;
    margin: 0 6px 6px 0; }
    @media only screen and (min-width: 768px) {
      .type-select button {
        height: 36px;
        padding: 0 20px;
        font-size: 14px; } }
    .type-select button:last-child {
      margin-right: 0; }
    .type-select button.on {
      border-color: #5ec5e4;
      color: #5ec5e4;
      font-weight: 500; }

.id-result__desc {
  font-size: 12px; }
  @media only screen and (min-width: 768px) {
    .id-result__desc {
      font-size: 14px; } }

.id-result__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 88px;
  margin-top: 10px;
  padding: 6px;
  border: 1px solid #ddd;
  border-radius: 3px; }
  @media only screen and (min-width: 768px) {
    .id-result__box {
      height: 100px;
      margin-top: 16px; } }
  .id-result__box p {
    font-size: 14px;
    color: #5ec5e4;
    font-weight: 500; }
    @media only screen and (min-width: 768px) {
      .id-result__box p {
        font-size: 16px; } }
  .id-result__box span {
    font-size: 12px;
    color: #999999;
    margin-top: 14px; }
    @media only screen and (min-width: 768px) {
      .id-result__box span {
        font-size: 14px; } }

.option-pop {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  bottom: 64px;
  background-color: #FFFFFF;
  z-index: 500; }

.option-pop__top {
  text-align: center; }
  .option-pop__top > button {
    padding: 15px; }
    .option-pop__top > button img {
      display: block; }

.option-pop__cont {
  padding: 0 10px 12px; }
  @media only screen and (min-width: 768px) {
    .option-pop__cont {
      padding-bottom: 16px; } }

.option-select {
  border: 1px solid #bdbdbd;
  border-radius: 3px;
  margin-bottom: 12px; }

.option-select__selected {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 38px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px 36px 2px 14px;
  font-size: 14px;
  font-weight: 500; }
  @media only screen and (min-width: 768px) {
    .option-select__selected {
      height: 44px;
      font-size: 16px;
      padding-left: 16px; } }
  .option-select__selected:before {
    content: "";
    display: block;
    position: absolute;
    right: 14px;
    top: calc(50% - 4px);
    width: 14px;
    height: 8px;
    background: url(../images/icon/icon_option_select.svg) no-repeat center center;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s; }
  .option-select__selected.active:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.option-select__list {
  border-top: 1px solid #bdbdbd; }
  .option-select__list button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 38px;
    padding: 2px 14px;
    text-align: left;
    border-bottom: 1px solid #f6f6f6;
    font-size: 14px;
    color: #666666; }
    .option-select__list button:last-child {
      border-bottom: none; }
    @media only screen and (min-width: 768px) {
      .option-select__list button {
        height: 40px; } }

.option__selected {
  border: 1px solid #bdbdbd;
  max-height: calc((84px * 3) - 1px);
  overflow-y: auto; }
  @media only screen and (min-width: 768px) {
    .option__selected {
      max-height: calc((90px * 3) - 1px); } }

@media only screen and (max-height: 667px) {
  .option__selected {
    max-height: none; }
  .option-pop__cont {
    max-height: 200px;
    overflow-y: auto; } }

.option__box {
  height: 84px;
  padding: 12px 14px 14px;
  border-bottom: 1px solid #bdbdbd; }
  .option__box:last-child {
    border-bottom: none; }
  @media only screen and (min-width: 768px) {
    .option__box {
      height: 90px;
      padding: 14px 16px; } }

.option__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 7px; }
  @media only screen and (min-width: 768px) {
    .option__top {
      margin-bottom: 10px; } }
  .option__top > span {
    line-height: 1.4; }

.option__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.option__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .option__num > input {
    width: 40px;
    height: 30px;
    padding: 0;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    font-weight: 500; }
  .option__num button {
    width: 30px;
    height: 30px;
    margin-left: 6px;
    border-radius: 3px;
    background-color: #f3f3f3; }

.option__price {
  font-weight: 500; }
  @media only screen and (min-width: 768px) {
    .option__price {
      font-size: 17px; } }

.option__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500; }
  @media only screen and (min-width: 768px) {
    .option__total {
      margin-top: 16px;
      font-size: 16px; } }
  .option__total span {
    color: #ff4d65;
    font-weight: 700;
    font-size: 20px;
    margin: 0 2px 0 10px; }
    @media only screen and (min-width: 768px) {
      .option__total span {
        font-size: 22xp; } }

.order__box:first-child .order__top {
  border-top: none; }

.order__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding: 0 calc(4% + 32px) 0 4%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #efefef;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .order__top {
      height: 54px;
      padding: 0 calc(2.5% + 32px) 0 2.5%; } }
  .order__top:after {
    position: absolute;
    content: "";
    display: block;
    width: 14px;
    height: 8px;
    right: 4%;
    top: calc(50% - 4px);
    background: url(../images/icon/icon_option_select.svg) no-repeat center center;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s; }
    @media only screen and (min-width: 768px) {
      .order__top:after {
        right: 2.5%; } }
  .order__top.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .order__top.active em {
    opacity: 0; }
  .order__top span {
    font-size: 14px;
    font-weight: 500; }
    @media only screen and (min-width: 768px) {
      .order__top span {
        font-size: 15px; } }
  .order__top em {
    font-size: 13px;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s; }
    @media only screen and (min-width: 768px) {
      .order__top em {
        font-size: 14px; } }

.order__cont {
  display: none;
  border-top: 1px solid #efefef;
  background-color: #fafafa;
  padding: 14px 4%; }
  @media only screen and (min-width: 768px) {
    .order__cont {
      padding: 16px 2.5%; } }

.order__title {
  margin-bottom: 14px;
  font-size: 14px; }
  @media only screen and (min-width: 768px) {
    .order__title {
      font-size: 16px; } }

.order-list {
  margin-bottom: 20px; }
  .order-list:last-child {
    margin-bottom: 0; }

.order-list__title {
  font-size: 13px;
  margin-bottom: 5px; }
  @media only screen and (min-width: 768px) {
    .order-list__title {
      font-size: 15px;
      margin-bottom: 8px; } }

.order-list__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.order-list__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .order-list__price p {
    color: #ff4d65;
    font-size: 13px; }
    @media only screen and (min-width: 768px) {
      .order-list__price p {
        font-size: 15px; } }
  .order-list__price span {
    margin-left: 10px;
    font-size: 13px;
    color: #999999;
    text-decoration: line-through; }
    @media only screen and (min-width: 768px) {
      .order-list__price span {
        font-size: 15px; } }

.order-list__num {
  font-size: 13px;
  color: #999999; }
  @media only screen and (min-width: 768px) {
    .order-list__num {
      font-size: 15px; } }

.order__detail th, .order__detail td {
  text-align: left;
  font-size: 13px;
  padding-bottom: 10px;
  line-height: 1.3; }
  @media only screen and (min-width: 768px) {
    .order__detail th, .order__detail td {
      font-size: 14px; } }

.order__detail th {
  padding-right: 30px;
  font-weight: 500; }

.order__detail tr:last-child th, .order__detail tr:last-child td {
  padding-bottom: 0; }

.order__wrap {
  padding: 14px 4%;
  border-top: 1px solid #efefef; }
  @media only screen and (min-width: 768px) {
    .order__wrap {
      padding: 16px 2.5%; } }
  .order__wrap:last-child {
    padding-bottom: 52px; }
  .order__wrap .input-set button {
    min-width: 76px;
    width: 76px; }

.order__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .order__head {
      margin-bottom: 16px; } }
  .order__head p {
    font-size: 14px;
    font-weight: 500; }
    @media only screen and (min-width: 768px) {
      .order__head p {
        font-size: 15px; } }

.order__head-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 28px;
  border: 1px solid #ddd;
  padding: 0 13px;
  border-radius: 100px; }
  @media only screen and (min-width: 768px) {
    .order__head-label {
      padding: 0 16px;
      height: 32px;
      font-size: 12px; } }
  .order__head-label img {
    margin-right: 4px; }

.coupon-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dddddd;
  height: 40px;
  border-radius: 3px;
  font-size: 13px;
  padding: 0 14px;
  margin-bottom: 12px; }
  @media only screen and (min-width: 768px) {
    .coupon-btn {
      height: 44px;
      font-size: 14px;
      margin-bottom: 14px; } }
  .coupon-btn:after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 10px;
    right: 2.5%;
    background: url(../images/icon/icon_arrow_grey.svg) no-repeat center center; }
  .coupon-btn.disabled {
    background-color: #fafafa;
    color: #cccccc; }

.order__point {
  margin: 6px 0 2px;
  font-size: 11px;
  color: #999999; }
  @media only screen and (min-width: 768px) {
    .order__point {
      margin-top: 8px;
      font-size: 12px; } }
  .order__point span {
    margin-left: 6px;
    color: #000000; }

.order__agree {
  padding-top: 4px; }

.order-policy {
  padding: 14px 0 0 34px; }
  .order-policy ul {
    margin-top: 6px; }
  .order-policy li {
    position: relative;
    font-size: 10px;
    color: #999999;
    padding-left: 8px;
    line-height: 1.3;
    margin-bottom: 2px; }
    @media only screen and (min-width: 768px) {
      .order-policy li {
        font-size: 12px; } }
    .order-policy li:before {
      content: "-";
      position: absolute;
      display: block;
      left: 0;
      top: 0; }

.order-policy__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .order-policy__top p {
    font-size: 11px; }
    @media only screen and (min-width: 768px) {
      .order-policy__top p {
        font-size: 13px; } }
  .order-policy__top a {
    font-size: 11px;
    color: #666666;
    text-decoration: underline; }
    @media only screen and (min-width: 768px) {
      .order-policy__top a {
        font-size: 13px; } }

.alert__wrap {
  padding: 12px 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f5f5f5;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s; }
  @media only screen and (min-width: 768px) {
    .alert__wrap {
      padding: 12px 2.5%; } }
  .alert__wrap.active {
    background-color: #f8f8f8; }
    .alert__wrap.active .alert__select {
      background-image: url(../images/icon/icon_check_circle_on.svg); }

.alert__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2; }

.alert__thumb {
  width: 40px;
  height: 40px;
  margin-right: 8px; }
  @media only screen and (min-width: 768px) {
    .alert__thumb {
      width: 50px;
      height: 50px;
      margin-right: 12px; } }
  .alert__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 3px; }

.alert__detail {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2; }

.alert__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .alert__info p {
    font-size: 13px;
    font-weight: 700;
    margin-right: 10px; }
    @media only screen and (min-width: 768px) {
      .alert__info p {
        font-size: 14px; } }
  .alert__info span {
    color: #999999;
    font-size: 10px; }
    @media only screen and (min-width: 768px) {
      .alert__info span {
        font-size: 11px; } }

.alert__desc {
  position: relative;
  margin-top: 4px;
  line-height: 1.4;
  color: #999999;
  height: 14px; }
  @media only screen and (min-width: 768px) {
    .alert__desc {
      margin-top: 6px; } }
  .alert__desc span {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: block;
    white-space: pre;
    position: absolute;
    width: 96%;
    font-size: 11px; }
    @media only screen and (min-width: 768px) {
      .alert__desc span {
        font-size: 12px; } }

.alert__select {
  width: 22px;
  height: 22px;
  background: url(../images/icon/icon_check_circle.svg) no-repeat center center;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s; }

.report-write {
  width: 100%;
  height: 130px;
  margin-top: 12px;
  resize: none;
  border-radius: 3px; }

.result-list {
  margin-top: 24px; }
  .result-list li {
    margin-top: 30px; }
    .result-list li:first-child {
      margin-top: 0; }

.text-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .text-tag li {
    font-size: 10px;
    color: #999999;
    margin-right: 10px; }
    @media only screen and (min-width: 768px) {
      .text-tag li {
        font-size: 12px; } }

.coupons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 40px; }

.coupon {
  width: 66.7%;
  margin-top: 40px;
  padding-right: 40px;
  min-width: 240px;
  max-width: 500px; }
  @media only screen and (min-width: 768px) {
    .coupon {
      margin-top: 50px; } }
  .coupon:first-child {
    margin-top: 0; }

.coupon__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 110px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid #e8e8e8;
  border-radius: 10px 0 0 10px; }
  @media only screen and (min-width: 768px) {
    .coupon__box {
      height: 130px; } }
  .coupon__box:after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    right: -40px;
    top: -1px;
    height: calc(100% + 2px);
    border-radius: 0 10px 10px 0;
    background: url(../images/icon/icon_ondoctor_vertical.svg) no-repeat 36% center #5ec5e4; }
    @media only screen and (min-width: 768px) {
      .coupon__box:after {
        background-position: 42% center;
        background-size: 14px;
        width: 50px;
        right: -50px; } }
  .coupon__box:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #FFFFFF;
    border-radius: 100%;
    right: -50px;
    top: calc(50% - 10px); }

.coupon__download-btn {
  position: absolute;
  width: 34px;
  height: 34px;
  right: -56px;
  bottom: -10px;
  z-index: 1;
  background: #71cb6e;
  border-radius: 100%; }
  @media only screen and (min-width: 768px) {
    .coupon__download-btn {
      width: 40px;
      height: 40px;
      right: -66px;
      bottom: -16px; } }

.coupon__title {
  font-size: 14px;
  font-weight: 500; }
  @media only screen and (min-width: 768px) {
    .coupon__title {
      font-size: 16px; } }

.coupon__point {
  display: block;
  margin-top: 6px;
  font-size: 34px;
  color: #5ec5e4;
  font-weight: 700; }
  @media only screen and (min-width: 768px) {
    .coupon__point {
      margin-top: 8px;
      font-size: 36px; } }

.counpon__name {
  margin: 8px 0 5px 0;
  font-size: 11px;
  color: #666666; }
  @media only screen and (min-width: 768px) {
    .counpon__name {
      margin: 10px 0 8px 0;
      font-size: 13px; } }

.coupon__date {
  display: block;
  font-size: 10px;
  color: #999999; }
  @media only screen and (min-width: 768px) {
    .coupon__date {
      font-size: 12px; } }

.notice__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 4%;
  min-height: 70px;
  border-bottom: 1px solid #efefef; }
  @media only screen and (min-width: 768px) {
    .notice__box {
      min-height: 76px;
      padding: 5px 2.5%; } }

a.notice__box {
  padding-right: calc(4% + 20px); }
  @media only screen and (min-width: 768px) {
    a.notice__box {
      padding-right: calc(2.5% + 20px); } }
  a.notice__box:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 14px;
    right: 4%;
    top: calc(50% - 7px);
    background: url(../images/icon/icon_arrow.svg) no-repeat center center; }
    @media only screen and (min-width: 768px) {
      a.notice__box:after {
        right: 2.5%; } }

.notice__date {
  display: block;
  margin-bottom: 4px;
  color: #999999;
  font-size: 12px; }
  @media only screen and (min-width: 768px) {
    .notice__date {
      font-size: 13px; } }

.notice__title {
  font-size: 14px;
  color: #222;
  line-height: 1.3; }
  @media only screen and (min-width: 768px) {
    .notice__title {
      font-size: 15px; } }

.notice__view {
  padding: 20px 4%;
  font-size: 12px;
  line-height: 1.5; }
  @media only screen and (min-width: 768px) {
    .notice__view {
      font-size: 14px;
      padding: 20px 2.5%; } }

.desc {
  margin-top: 30px; }
  .desc:first-child {
    margin-top: 0; }

.desc__title {
  font-size: 14px;
  font-weight: 700; }
  @media only screen and (min-width: 768px) {
    .desc__title {
      font-size: 15px; } }

.desc__text {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.5;
  word-break: break-word; }
  @media only screen and (min-width: 768px) {
    .desc__text {
      font-size: 13px; } }
  .desc__text table {
    width: 100%; }
    .desc__text table p {
      word-break: break-all; }

.talk-list {
  border-top: 1px solid rgba(189, 189, 189, 0.2);
  padding: 0 4%; }
  @media only screen and (min-width: 768px) {
    .talk-list {
      padding: 0 2.5%; } }

.talk-list__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
  border-bottom: 1px solid #f5f5f5; }

.talk-list__thumb {
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin-right: 2%;
  max-width: 74px;
  border-radius: 3px;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .talk-list__thumb {
      width: 60px;
      height: 60px;
      min-width: 60px; } }
  .talk-list__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.talk-list__cont {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  padding-right: 2%; }
  .talk-list__cont .talk-list__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 4px; }
    @media only screen and (min-width: 768px) {
      .talk-list__cont .talk-list__title {
        font-size: 16px; } }
    .talk-list__cont .talk-list__title .best {
      height: 14px;
      padding: 2px 4px;
      margin-left: 6px;
      background-color: #ff4d65;
      border-radius: 3px;
      font-size: 9px;
      color: #FFFFFF; }
      @media only screen and (min-width: 768px) {
        .talk-list__cont .talk-list__title .best {
          height: 16px;
          padding: 3px 5px; } }
  .talk-list__cont .talk-list__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .talk-list__cont .talk-list__info > span {
      font-size: 10px;
      color: #999999; }
      @media only screen and (min-width: 768px) {
        .talk-list__cont .talk-list__info > span {
          font-size: 12px; } }
      .talk-list__cont .talk-list__info > span:nth-child(2) {
        margin-right: 8px; }
        .talk-list__cont .talk-list__info > span:nth-child(2):before {
          content: "·";
          margin: 0 5px;
          vertical-align: middle; }

.talk-list__comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 33px;
  background: url(../images/icon/icon_talk_bg.svg) no-repeat center center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 11px;
  font-weight: 500; }
  @media only screen and (min-width: 768px) {
    .talk-list__comment {
      width: 42px;
      height: 41px;
      background-size: 100%;
      font-size: 12px; } }

.talk-list__bookmark {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-left: 9px; }

.talk-list--full {
  border-top: none;
  padding: 0; }
  .talk-list--full .talk-list__box {
    padding: 12px calc(4% - 5px) 12px 4%; }
    @media only screen and (min-width: 768px) {
      .talk-list--full .talk-list__box {
        padding: 12px calc(2.5% - 5px) 12px 2.5%; } }

.talk-write-btn {
  position: fixed;
  bottom: calc(52px + 9px);
  right: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  z-index: 501;
  background-color: #5ec5e4; }
  @media only screen and (min-width: 768px) {
    .talk-write-btn {
      right: 2.5%;
      bottom: calc(58px + 9px); } }
  @media only screen and (max-width: 375px) {
    .talk-write-btn {
      width: 48px;
      height: 48px; }
      .talk-write-btn img {
        width: 24px; } }

.write__title {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  margin: 30px 0 8px; }
  @media only screen and (min-width: 768px) {
    .write__title {
      font-size: 14px; } }
  .write__title:first-child {
    margin-top: 0; }

.write__input {
  width: 100%;
  border-radius: 3px;
  border-color: #ddd;
  height: 40px; }
  @media only screen and (min-width: 768px) {
    .write__input {
      height: 45px; } }
  .write__input.write__input--textarea {
    resize: none;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    min-height: 200px; }

.view__title {
  font-size: 18px;
  font-weight: 700; }
  @media only screen and (max-width: 375px) {
    .view__title {
      font-size: 16px; } }

.view__top {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.view__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.view__info-list .view__info {
  margin-bottom: 24px; }
  .view__info-list .view__info:first-child {
    margin-top: 20px; }

.view__profile {
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 100%;
  min-width: 36px; }
  @media only screen and (min-width: 768px) {
    .view__profile {
      width: 44px;
      height: 44px;
      min-width: 44px; } }
  .view__profile img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.view__writer {
  margin-left: 8px; }
  @media only screen and (min-width: 768px) {
    .view__writer {
      margin-left: 12px; } }
  .view__writer p {
    font-size: 13px;
    font-weight: 700;
    word-break: break-word; }
    @media only screen and (min-width: 768px) {
      .view__writer p {
        font-size: 15px; } }
  .view__writer span {
    display: block;
    font-size: 10px;
    color: #999999; }
    @media only screen and (min-width: 768px) {
      .view__writer span {
        font-size: 12px; } }
  .view__writer em {
    display: block;
    font-size: 10px; }
    @media only screen and (min-width: 768px) {
      .view__writer em {
        font-size: 12px; } }
  .view__writer *:nth-child(2) {
    margin-top: 4px; }
    @media only screen and (min-width: 768px) {
      .view__writer *:nth-child(2) {
        margin-top: 6px; } }
  .view__writer *:nth-child(3) {
    margin-top: 8px; }
  .view__writer.view__writer--verified {
    padding-right: 43px;
    background: url(../images/icon/icon_receipt_stamp.svg) no-repeat right top;
    min-height: 32px; }

.view__info--md .view__profile {
  width: 56px;
  height: 56px; }

.view__info--md .view__writer {
  margin-left: 10px; }
  .view__info--md .view__writer p {
    font-size: 14px; }
  .view__info--md .view__writer span {
    font-size: 12px;
    margin-top: 6px; }

.view__info--detail .view__profile {
  width: 54px;
  height: 54px; }
  @media only screen and (min-width: 768px) {
    .view__info--detail .view__profile {
      width: 66px;
      height: 66px; } }

.view__info--detail .view__writer {
  margin-left: 14px; }

.view__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .view__btns button {
    width: 24px;
    height: 24px;
    margin-left: 4px;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s; }
    @media only screen and (min-width: 768px) {
      .view__btns button {
        margin-left: 8px; } }
  .view__btns .more-btn {
    margin-top: 0; }

.view__btn--like {
  background: url(../images/icon/icon_like_md.svg) no-repeat center center; }
  .view__btn--like.active {
    background-image: url(../images/icon/icon_like_md_on.svg); }

.view__btn--bookmark {
  background: url(../images/icon/icon_bookmark.svg) no-repeat center center; }
  .view__btn--bookmark.active {
    background-image: url(../images/icon/icon_bookmark_on.svg); }

.view__dsec {
  margin-top: 10px;
  font-size: 13px; }
  @media only screen and (min-width: 768px) {
    .view__dsec {
      font-size: 15px; } }
  .view__dsec p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 10px; }
    @media only screen and (min-width: 768px) {
      .view__dsec p {
        font-size: 15px; } }
  .view__dsec img {
    margin-top: 10px; }

.view__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #F5F5F5;
  padding-bottom: 20px; }
  .view__detail li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
    color: #999999;
    margin-right: 3.8%; }
    .view__detail li:last-child {
      margin-right: 0; }
    @media only screen and (min-width: 768px) {
      .view__detail li {
        font-size: 13px;
        margin-right: 2.4%; } }
    .view__detail li button {
      margin-top: 2px; }

.reply {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  padding-top: 20px; }

.reply__num {
  font-size: 12px; }
  @media only screen and (min-width: 768px) {
    .reply__num {
      font-size: 14px; } }

.reply__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .reply__wrap {
      margin-top: 24px; } }
  .reply__wrap .reply__wrap {
    margin-left: 36px; }

.reply__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 20px); }

.reply__profile {
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 100%;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .reply__profile {
      width: 40px;
      height: 40px;
      min-width: 40px; } }
  .reply__profile img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.reply__detail {
  margin-left: 8px; }

.reply__writer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .reply__writer p {
    font-size: 13px;
    font-weight: 700; }
    @media only screen and (min-width: 768px) {
      .reply__writer p {
        font-size: 14px; } }
  .reply__writer span {
    margin-left: 7px;
    font-size: 10px;
    color: #999999; }
    @media only screen and (min-width: 768px) {
      .reply__writer span {
        font-size: 12px; } }

.reply__text {
  margin-top: 3px;
  line-height: 1.5;
  font-size: 12px; }
  @media only screen and (min-width: 768px) {
    .reply__text {
      font-size: 13px; } }

.reply__tag {
  color: #5ec5e4;
  margin-right: 6px; }

.reply__btns button {
  color: #999999;
  font-size: 10px;
  margin-right: 12px; }
  .reply__btns button:last-child {
    margin-right: 0; }
  @media only screen and (min-width: 768px) {
    .reply__btns button {
      font-size: 12px;
      margin: 6px 16px 0 0; } }

.reply__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  height: 44px; }

.reply__img-btn {
  width: 44px;
  height: 100%; }

.reply__input-box {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px; }
  .reply__input-box input {
    width: 100%;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 6px 0 0 6px; }
  .reply__input-box button {
    width: 16.7%;
    min-width: 60px;
    max-width: 120px;
    border-radius: 0 6px 6px 0;
    font-size: 14px; }

.review-talk__wrap .view__top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.review-talk__wrap:first-child .view__top {
  margin-top: 0; }

.review-talk__wrap:last-child .view__detail {
  border-bottom: none;
  padding-bottom: 0; }

.review-talk__photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 14px; }
  @media only screen and (min-width: 768px) {
    .review-talk__photos {
      margin-top: 20px; } }
  .review-talk__photos li {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    width: 32%;
    height: 0;
    padding-bottom: 31.6%; }
    .review-talk__photos li img {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    .review-talk__photos li span {
      position: absolute;
      width: 20px;
      height: 20px;
      border-radius: 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.5);
      color: #FFFFFF;
      font-size: 11px;
      padding-bottom: 2px;
      z-index: 1; }
      @media only screen and (min-width: 768px) {
        .review-talk__photos li span {
          width: 32px;
          height: 32px;
          font-size: 15px; } }
    .review-talk__photos li .review-talk__more {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      background-color: rgba(0, 0, 0, 0.3);
      color: #FFFFFF;
      padding: 6px;
      line-height: 1.6;
      z-index: 1; }
      @media only screen and (min-width: 768px) {
        .review-talk__photos li .review-talk__more {
          padding: 10px;
          font-size: 20px; } }

.review-talk__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 8px; }
  @media only screen and (min-width: 768px) {
    .review-talk__tags {
      margin-top: 12px; } }
  .review-talk__tags p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 24px;
    background-color: #F5F5F5;
    border-radius: 100px;
    padding: 0 10px;
    font-size: 11px;
    color: #999999;
    font-weight: 500;
    margin: 5px 6px 0 0; }
    @media only screen and (min-width: 768px) {
      .review-talk__tags p {
        height: 32px;
        font-size: 13px;
        padding: 0 16px; } }
    .review-talk__tags p span {
      color: #000000;
      margin-left: 4px; }
    .review-talk__tags p em {
      color: #000000; }

.review-talk__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .review-talk__text p {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.5; }
    @media only screen and (min-width: 768px) {
      .review-talk__text p {
        font-size: 14px; } }
  .review-talk__text a {
    font-size: 13px;
    color: #cccccc;
    line-height: 1.5;
    margin-left: 6px; }
  .review-talk__text.expanded p {
    display: block; }

.review-talk__bottom {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .review-talk__bottom p {
    font-size: 11px;
    color: #999999;
    margin-right: 14px; }
    .review-talk__bottom p img {
      vertical-align: top; }

.review-rate {
  padding-bottom: 10px; }

.review-rate__box {
  margin-top: 13px;
  padding: 15px 4%;
  border: 1px solid #dddddd;
  border-radius: 10px; }
  @media only screen and (min-width: 768px) {
    .review-rate__box {
      padding: 15px 2%; } }

.review-rate__top {
  border-bottom: 1px solid #F5F5F5;
  padding-bottom: 2px; }
  .review-rate__top dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8px; }
    .review-rate__top dl dt, .review-rate__top dl dd {
      font-size: 12px;
      line-height: 1.3; }
      @media only screen and (min-width: 768px) {
        .review-rate__top dl dt, .review-rate__top dl dd {
          font-size: 14px; } }

.review-rate__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 24px 0; }
  @media only screen and (min-width: 768px) {
    .review-rate__total {
      font-size: 18px; } }
  .review-rate__total img {
    width: 18px;
    margin: 0 4px 0 8px; }
    @media only screen and (min-width: 768px) {
      .review-rate__total img {
        width: 21px; } }
  .review-rate__total span {
    font-size: 20px;
    font-weight: 700; }
    @media only screen and (min-width: 768px) {
      .review-rate__total span {
        font-size: 22px; } }

.mypage-top {
  padding: 20px 4% 10px; }
  @media only screen and (min-width: 768px) {
    .mypage-top {
      padding: 20px 2.5%; } }

.mypage-top__msg {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .mypage-top__msg {
      font-size: 15px; } }

.mypage__login-btn {
  margin-bottom: 10px; }

.mypage__profile {
  position: relative;
  display: block;
  margin-bottom: 10px; }
  .mypage__profile:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 14px;
    background: url(../images/icon/icon_arrow.svg) no-repeat center center;
    right: 0;
    top: calc(50% - 7px); }

.mypage-menu__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #F5F5F5;
  padding: 0 calc(5.6% + 22px) 0 5.6%; }
  @media only screen and (min-width: 768px) {
    .mypage-menu__btn {
      padding: 0 calc(4% + 24px) 0 4%; } }
  .mypage-menu__btn:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 14px;
    background: url(../images/icon/icon_arrow.svg) no-repeat center center;
    right: 4%;
    top: calc(50% - 7px);
    opacity: 0.1; }
    @media only screen and (min-width: 768px) {
      .mypage-menu__btn:after {
        right: 2.5%; } }
  .mypage-menu__btn span {
    font-size: 13px;
    font-weight: 500;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; }
    @media only screen and (min-width: 768px) {
      .mypage-menu__btn span {
        font-size: 14px; } }
  .mypage-menu__btn img {
    margin-right: 2.5%;
    vertical-align: sub; }
  .mypage-menu__btn .mypage-menu__label {
    font-size: 13px;
    font-weight: 500; }
    @media only screen and (min-width: 768px) {
      .mypage-menu__btn .mypage-menu__label {
        font-size: 14px; } }

.balance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 54px;
  background-color: #f8f8f8;
  border-radius: 6px;
  margin-top: 16px; }

.balance__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  padding: 0 4.3%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .balance__box p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baselinec;
    -ms-flex-align: baselinec;
    align-items: baselinec;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2; }
    @media only screen and (min-width: 768px) {
      .balance__box p {
        font-size: 15px; } }
  .balance__box img {
    display: block;
    margin-right: 8px; }

.balance__price {
  font-size: 14px;
  font-weight: 500;
  color: #5ec5e4; }
  @media only screen and (min-width: 768px) {
    .balance__price {
      font-size: 15px; } }

.balance__point {
  width: 60%;
  border-right: 1px solid #ececec; }

.balance__coupon {
  width: 40%; }

.profile-photo {
  position: relative;
  width: 90px;
  height: 90px;
  text-align: center;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .profile-photo {
      width: 110px;
      height: 110px; } }

.profile-photo__box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 100%; }
  .profile-photo__box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.profile-photo__edit {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #d6d6d6;
  background-color: #FFFFFF;
  right: -8px;
  bottom: 0; }
  @media only screen and (min-width: 768px) {
    .profile-photo__edit {
      width: 34px;
      height: 34px;
      right: -6px; } }

.profile-photo__label {
  margin-top: 10px;
  text-align: center;
  font-size: 11px;
  color: #999999; }
  @media only screen and (min-width: 768px) {
    .profile-photo__label {
      font-size: 13px; } }

.point-wrap {
  padding: 20px 4%; }
  @media only screen and (min-width: 768px) {
    .point-wrap {
      padding: 20px 2.5%; } }

.point-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  background-color: #5ec5e4;
  border-radius: 6px;
  padding: 0 4%; }
  @media only screen and (min-width: 768px) {
    .point-box {
      height: 54px;
      padding: 0 2.5%; } }

.point-box__title {
  color: #FFFFFF;
  font-weight: 500; }
  @media only screen and (min-width: 768px) {
    .point-box__title {
      font-size: 18px; } }
  .point-box__title img {
    vertical-align: text-top;
    margin-right: 8px; }

.point-box__point {
  color: #FFFFFF;
  font-weight: 500; }
  @media only screen and (min-width: 768px) {
    .point-box__point {
      font-size: 18px; } }

.point-list__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 64px;
  padding: 5px 4%;
  border-bottom: 1px solid #F5F5F5; }
  @media only screen and (min-width: 768px) {
    .point-list__box {
      min-height: 74px;
      padding: 5px 2.5%; } }

.point-list__desc {
  padding-right: 10px; }

.point-list__point {
  font-size: 14px;
  font-weight: 700; }
  @media only screen and (min-width: 768px) {
    .point-list__point {
      font-size: 16px; } }

.point-list__desc {
  display: block;
  font-size: 12px;
  color: #666666;
  margin-top: 4px;
  line-height: 1.3; }
  @media only screen and (min-width: 768px) {
    .point-list__desc {
      font-size: 14px;
      margin-top: 6px; } }

.point-list__date {
  color: #999999;
  font-size: 10px;
  white-space: pre; }
  @media only screen and (min-width: 768px) {
    .point-list__date {
      font-size: 12px; } }

.history {
  border: 1px solid #dddddd;
  border-radius: 6px;
  padding: 4px 4% 10px;
  background-color: #FFFFFF;
  margin-top: 20px; }
  @media only screen and (min-width: 768px) {
    .history {
      padding: 10px 2.5% 16px; } }
  .history:first-child {
    margin-top: 0; }

.history__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 16px 10px 0;
  border-bottom: 1px solid #F5F5F5;
  background: url(../images/icon/icon_arrow_p.svg) no-repeat right center; }
  @media only screen and (min-width: 768px) {
    .history__top {
      padding-bottom: 16px;
      background-position: right 12px; } }

.history__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-weight: 500; }
  .history__type img {
    margin-right: 6px; }
  @media only screen and (min-width: 768px) {
    .history__type {
      font-size: 17px; } }

.history__total {
  color: #5ec5e4;
  font-size: 15px;
  font-weight: 500; }

.history__list {
  margin-top: 10px; }

.history__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 16px 10px 0;
  background: url(../images/icon/icon_arrow_grey.svg) no-repeat right 12px; }
  @media only screen and (min-width: 768px) {
    .history__cont {
      background-position: right 13px; } }

.history__location {
  font-size: 13px;
  line-height: 1.3;
  padding-right: 10px; }
  @media only screen and (min-width: 768px) {
    .history__location {
      font-size: 15px; } }

.history__date {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  line-height: 1.3;
  color: #999999; }
  @media only screen and (min-width: 768px) {
    .history__date {
      font-size: 12px; } }

.history__num {
  font-size: 13px; }
  @media only screen and (min-width: 768px) {
    .history__num {
      font-size: 15px; } }

.history-detail__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 4% 18px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media only screen and (min-width: 768px) {
    .history-detail__top {
      padding: 10px 2.5% 24px; } }

.history-detail__info {
  padding-right: 10px; }

.history-detail__type {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2; }
  @media only screen and (min-width: 768px) {
    .history-detail__type {
      font-size: 20px; } }

.history-detail__address {
  margin-top: 4px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.3; }
  @media only screen and (min-width: 768px) {
    .history-detail__address {
      margin-top: 6px;
      font-size: 13px; } }

.history-detail__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 46px;
  min-width: 46px;
  height: 46px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 100%; }

.history-detail__title {
  margin: 30px 0 8px 0;
  font-size: 15px;
  font-weight: 500; }
  @media only screen and (min-width: 768px) {
    .history-detail__title {
      margin-bottom: 12px;
      font-size: 17px; } }
  .history-detail__title:first-child {
    margin-top: 0; }

.history-detail__box {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 18px 20px; }
  @media only screen and (min-width: 768px) {
    .history-detail__box {
      padding: 24px 30px; } }
  .history-detail__box dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 18px; }
    @media only screen and (min-width: 768px) {
      .history-detail__box dl {
        margin-top: 20px; } }
    .history-detail__box dl:first-child {
      margin-top: 0; }
    .history-detail__box dl dt {
      min-width: 60px;
      font-size: 13px;
      color: #999999; }
      @media only screen and (min-width: 768px) {
        .history-detail__box dl dt {
          font-size: 15px; } }
    .history-detail__box dl dd {
      font-size: 13px;
      font-weight: 500;
      line-height: 1.3; }
      @media only screen and (min-width: 768px) {
        .history-detail__box dl dd {
          font-size: 15px; } }

.history-detail__link {
  position: relative;
  display: block;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 18px 36px 18px 20px; }
  @media only screen and (min-width: 768px) {
    .history-detail__link {
      padding: 24px 42px 24px 30px; } }
  .history-detail__link:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 14px;
    right: 20px;
    top: calc(50% - 7px);
    background: url(../images/icon/icon_arrow.svg) no-repeat center center; }
  .history-detail__link p {
    font-size: 13px;
    line-height: 1.3; }
    @media only screen and (min-width: 768px) {
      .history-detail__link p {
        font-size: 15px; } }
  .history-detail__link span {
    display: block;
    margin-top: 4px;
    font-size: 10px;
    color: #999999; }
    @media only screen and (min-width: 768px) {
      .history-detail__link span {
        margin-top: 6px;
        font-size: 12px; } }

.sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 8px;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #efefef; }
  @media only screen and (min-width: 768px) {
    .sub-title {
      padding-bottom: 12px;
      margin-top: 36px; } }
  .sub-title:first-child {
    margin-top: 4px; }
  .sub-title p {
    font-size: 15px;
    font-weight: 700; }
    @media only screen and (min-width: 768px) {
      .sub-title p {
        font-size: 17px; } }
  .sub-title a, .sub-title span {
    font-size: 10px;
    color: #999999;
    line-height: 1.6; }
    @media only screen and (min-width: 768px) {
      .sub-title a, .sub-title span {
        font-size: 12px; } }

.hospital-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 28px;
  margin-bottom: 22px; }
  .hospital-info:last-child {
    margin-top: 14px; }

.hospital-info__bookmark {
  width: 24px;
  height: 24px;
  position: absolute;
  right: -5px;
  top: 0;
  background: url(../images/icon/icon_bookmark.svg) no-repeat center center; }
  .hospital-info__bookmark.active {
    background-image: url(../images/icon/icon_bookmark_on.svg); }

.hospital-info__thumb {
  min-width: 60px;
  width: 60px;
  height: 60px;
  margin-right: 14px;
  border-radius: 5px;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .hospital-info__thumb {
      min-width: 74px;
      width: 74px;
      height: 74px; } }
  .hospital-info__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.hospital-info__detail {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2; }
  .hospital-info__detail .hospital-info__desc {
    margin: 4px 0 10px; }
    @media only screen and (min-width: 768px) {
      .hospital-info__detail .hospital-info__desc {
        margin: 6px 0 14px; } }

.hospital-info__name {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3; }
  @media only screen and (min-width: 768px) {
    .hospital-info__name {
      font-size: 15px; } }

.hospital-info__desc {
  color: #999999; }
  .hospital-info__desc span {
    font-size: 10px; }
    @media only screen and (min-width: 768px) {
      .hospital-info__desc span {
        font-size: 12px; } }
    .hospital-info__desc span:before {
      content: "·";
      margin: 0 3px 0 0;
      vertical-align: middle; }
    .hospital-info__desc span:first-child:before {
      display: none; }

.hospital-info__more {
  font-size: 11px;
  color: #999999; }
  @media only screen and (min-width: 768px) {
    .hospital-info__more {
      font-size: 12px; } }
  .hospital-info__more span {
    margin-right: 14px; }

.hospital-info__list .hospital-info__thumb {
  width: 96px;
  height: 96px; }

.hospital-info__list .hospital-info__name {
  margin-top: 2px; }

.review-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 14px; }
  .review-thumbs li {
    position: relative;
    width: 23%;
    padding-bottom: 22.6%;
    border-radius: 5px;
    overflow: hidden; }
    .review-thumbs li img {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

.search-result .hospital-info {
  margin-top: 14px; }

.search-result .event__wrap:first-child {
  margin-top: 20px; }

.search-result .talk-list {
  padding: 0;
  border-top: none; }

.search-result__list .talk-list__box {
  border-bottom: none; }

.history-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2; }

.history-list__box {
  display: block;
  border-bottom: 1px solid #F5F5F5;
  padding: 20px 4%; }
  @media only screen and (min-width: 768px) {
    .history-list__box {
      padding: 20px 2.5%; } }

a.history-list__box {
  position: relative; }
  a.history-list__box:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 14px;
    right: 4%;
    top: 23px;
    background: url(../images/icon/icon_arrow.svg) no-repeat center center; }

.event-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.event-info__thumb {
  min-width: 76px;
  width: 76px;
  height: 76px;
  border-radius: 10px;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .event-info__thumb {
      min-width: 90px;
      width: 90px;
      height: 90px; } }
  .event-info__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.event-info__text {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  padding-left: 3.8%; }

.event-info__name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 2px; }
  @media only screen and (min-width: 768px) {
    .event-info__name {
      font-size: 16px;
      margin: 5px 0 4px; } }

.event-info__detail {
  margin-top: 16px;
  font-size: 11px; }
  @media only screen and (min-width: 768px) {
    .event-info__detail {
      font-size: 13px; } }
  .event-info__detail em {
    margin-right: 8px; }
  .event-info__detail dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4px; }
    .event-info__detail dl:first-child {
      margin-top: 0; }
    .event-info__detail dl dt {
      min-width: 40px;
      margin-right: 16px; }
      @media only screen and (min-width: 768px) {
        .event-info__detail dl dt {
          min-width: 50px; } }
    .event-info__detail dl dt, .event-info__detail dl dd {
      line-height: 1.3; }

.event-info__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px; }
  @media only screen and (min-width: 768px) {
    .event-info__number {
      margin: 6px 0 18px; } }
  .event-info__number span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 20px;
    margin-right: 8px;
    padding-bottom: 1px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
    font-weight: 500;
    color: #5ec5e4;
    border: 1px solid #5ec5e4;
    border-radius: 3px; }
    @media only screen and (min-width: 768px) {
      .event-info__number span {
        height: 24px; } }
  .event-info__number p {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3; }
    @media only screen and (min-width: 768px) {
      .event-info__number p {
        font-size: 15px;
        margin-top: 1px; } }

.info-line {
  background-color: #FFFFFF; }

.info-title {
  padding: 20px 4% 10px;
  font-size: 13px;
  font-weight: 700; }
  @media only screen and (min-width: 768px) {
    .info-title {
      padding: 24px 2.5% 12px;
      font-size: 15px; } }

.info-line__title {
  padding: 20px 4%;
  font-weight: 700;
  border-bottom: 1px solid #F5F5F5;
  line-height: 1.3; }
  @media only screen and (min-width: 768px) {
    .info-line__title {
      padding: 24px 2.5%; } }

.info-line__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 4%;
  height: 44px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #F5F5F5; }
  @media only screen and (min-width: 768px) {
    .info-line__box {
      height: 48px;
      padding: 0 2.5%; } }

a.info-line__box {
  position: relative; }
  a.info-line__box:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 14px;
    right: 4%;
    top: calc(50% - 7px);
    background: url(../images/icon/icon_arrow.svg) no-repeat center center; }
    @media only screen and (min-width: 768px) {
      a.info-line__box:after {
        right: 2.5%; } }

.info-line__box--md {
  height: 64px; }

.info-line__name {
  padding-right: 10px;
  font-size: 13px;
  line-height: 1.2; }
  @media only screen and (min-width: 768px) {
    .info-line__name {
      font-size: 15px; } }

.info-line__detail {
  font-size: 13px;
  font-weight: 500; }
  @media only screen and (min-width: 768px) {
    .info-line__detail {
      font-size: 15px; } }

.info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2; }

.info__wrap {
  background-color: #FFFFFF;
  border-top: 1px solid #F5F5F5; }

.info__box {
  padding: 16px 4%;
  background-color: #FFFFFF;
  border-bottom: 1px solid #F5F5F5; }
  @media only screen and (min-width: 768px) {
    .info__box {
      padding: 20px 2.5%; } }

.info__wrap-box {
  background-color: #FFFFFF;
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden; }
  .info__wrap-box .info__wrap {
    border-top: none; }
  .info__wrap-box .info__box {
    padding-top: 18px;
    padding-bottom: 18px;
    background: transparent; }
    .info__wrap-box .info__box:last-child {
      border-bottom: none; }

.info-line__status {
  text-align: right;
  font-size: 10px; }
  @media only screen and (min-width: 768px) {
    .info-line__status {
      font-size: 12px; } }
  .info-line__status span {
    display: block;
    margin-top: 6px;
    color: #999999; }
  .info-line__status .completed {
    color: #ff4d65; }

.pay-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 14px; }
  @media only screen and (min-width: 768px) {
    .pay-info {
      margin-bottom: 16px; } }
  .pay-info:last-child {
    margin-bottom: 0; }
  .pay-info p {
    font-size: 13px; }
    @media only screen and (min-width: 768px) {
      .pay-info p {
        font-size: 15px; } }
  .pay-info span {
    display: block;
    text-align: right;
    font-size: 13px;
    font-weight: 700; }
    @media only screen and (min-width: 768px) {
      .pay-info span {
        font-size: 15px; } }

.pay-info--sub {
  margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .pay-info--sub {
      margin-bottom: 12px; } }
  .pay-info--sub p {
    font-weight: 500;
    color: #999999;
    background: url(../images/icon/icon_sub.svg) no-repeat 5px 1px;
    padding-left: 18px; }
  .pay-info--sub span {
    color: #999999;
    font-weight: 500; }

.pay-info--total p {
  font-weight: 700; }

.pay-info--total span {
  color: #5ec5e4; }

.pay-info--total em {
  display: block;
  margin-top: 8px;
  color: #999999;
  font-size: 13px; }
  @media only screen and (min-width: 768px) {
    .pay-info--total em {
      margin-top: 12px; } }

.info__notice {
  margin: 8px 0;
  font-size: 13px;
  line-height: 1.3; }
  @media only screen and (min-width: 768px) {
    .info__notice {
      font-size: 15px; } }
  .info__notice span {
    font-weight: 700; }

.info__textarea {
  width: 100%;
  height: 70px;
  margin-top: 16px;
  border-radius: 3px;
  resize: none; }

.completed-msg {
  text-align: center;
  padding: 30px 0 26px; }
  @media only screen and (min-width: 768px) {
    .completed-msg {
      padding-bottom: 50px; } }
  .completed-msg p {
    margin-top: 14px;
    font-size: 18px;
    font-weight: 700; }
    @media only screen and (min-width: 768px) {
      .completed-msg p {
        margin-top: 18px;
        font-size: 20px; } }

.intro-image {
  position: relative; }
  .intro-image .slide {
    position: relative; }
    .intro-image .slide:after {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.2); }
  .intro-image .bx-pager {
    position: absolute;
    right: 4%;
    width: auto;
    bottom: 20px;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 400; }
    @media only screen and (min-width: 768px) {
      .intro-image .bx-pager {
        font-size: 14px; } }

.intro-image__info {
  position: absolute;
  left: 0;
  bottom: 20px;
  color: #FFFFFF;
  padding: 0 4%; }
  .intro-image__info p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3; }
    @media only screen and (min-width: 768px) {
      .intro-image__info p {
        font-size: 22px; } }
  .intro-image__info span {
    display: block;
    margin-top: 6px;
    font-size: 12px; }
    @media only screen and (min-width: 768px) {
      .intro-image__info span {
        font-size: 14px; } }

.intro-box {
  padding: 20px 0;
  border-bottom: 1px solid #F5F5F5; }
  .intro-box:first-child {
    padding-top: 0; }

.intro-box--nb {
  border-bottom: none;
  padding-bottom: 0; }

.intro-box__title {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700; }
  @media only screen and (min-width: 768px) {
    .intro-box__title {
      font-size: 15px; } }

.intro-box__desc {
  font-size: 13px;
  line-height: 1.5; }
  @media only screen and (min-width: 768px) {
    .intro-box__desc {
      font-size: 14px; } }

.map {
  margin: 10px 0 4px; }

.total-rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 27px;
  padding-top: 2px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url(../images/icon/icon_appraisal.svg) no-repeat center center;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 700; }

.rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media only screen and (min-width: 768px) {
    .rate {
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
      margin: 10px 0; } }
  .rate .rate__total {
    width: 39%; }
    @media only screen and (min-width: 768px) {
      .rate .rate__total {
        width: auto; } }
  .rate .rate__lists {
    width: 58%;
    padding-right: 2%; }
    @media only screen and (min-width: 768px) {
      .rate .rate__lists {
        width: 300px;
        padding-right: 0; } }
    .rate .rate__lists ul {
      margin: 0 auto;
      max-width: 300px; }

.rate__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .rate__total p {
    margin-bottom: 10px;
    font-size: 34px;
    font-weight: 500; }
    @media only screen and (min-width: 768px) {
      .rate__total p {
        font-size: 36px; } }
  .rate__total .rate__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .rate__total .rate__stars img {
      width: 18px;
      margin-right: 2px; }
      @media only screen and (min-width: 768px) {
        .rate__total .rate__stars img {
          width: 20px;
          margin-right: 4px; } }
      .rate__total .rate__stars img:last-child {
        margin-right: 0; }

.rate__lists ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px; }
  @media only screen and (min-width: 768px) {
    .rate__lists ul li {
      margin-bottom: 12px; } }
  .rate__lists ul li:last-child {
    margin-bottom: 0; }

.rate__title {
  min-width: 60px;
  font-size: 10px;
  color: #999999; }
  @media only screen and (min-width: 768px) {
    .rate__title {
      font-size: 12px;
      min-width: 72px; } }

.rate__bar {
  position: relative;
  margin: 0 4%;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  height: 4px;
  overflow: hidden;
  border-radius: 100px;
  background-color: #f3f3f3; }
  @media only screen and (min-width: 768px) {
    .rate__bar {
      height: 6px; } }
  .rate__bar span {
    position: absolute;
    height: 100%;
    background-color: #ff4d65;
    border-radius: 100px; }

.rate__scroe {
  width: 16px;
  white-space: pre;
  text-align: right;
  font-size: 10px;
  color: #0d0d0d; }
  @media only screen and (min-width: 768px) {
    .rate__scroe {
      font-size: 12px; } }

.rate__detail {
  margin: 20px 0 10px;
  border: 1px solid rgba(221, 221, 221, 0.42);
  border-radius: 10px;
  padding: 20px 4%; }
  @media only screen and (min-width: 768px) {
    .rate__detail {
      padding: 20px 2.5%; } }
  .rate__detail .review-rate__total {
    margin-top: 0; }

html, body {
  width: 100%;
  height: 100%; }
