@charset "UTF-8";
/* form group gap : theme별로 달라 추가함 */
/* new mixin : 20221110 */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

body {
  position: relative;
  font-family: "Pretendard", "sans-serif";
  font-weight: 400;
  line-height: 1.4;
  color: #555;
}

/* Default CSS */
html {
  font-size: 10px;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
}

legend, .hd-element {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: -999999px !important;
}

table caption {
  overflow: hidden;
  display: block;
  position: relative;
  z-index: -1;
  border: 0;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}
@media only screen and (max-width: 48em) {
  table caption {
    font-size: 9px;
  }
}

img, fieldset, button, input {
  border: 0;
  vertical-align: middle;
}

fieldset {
  min-width: auto;
}

input:-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

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

body, div, dl, dt, dd, th, td, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, p, blockquote, button, input, textarea {
  margin: 0;
  padding: 0;
}

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

em, address {
  font-style: normal;
}

img, fieldset, button, input {
  border: 0;
  vertical-align: middle;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

label, button {
  cursor: pointer;
}

label {
  margin: 0;
  font-size: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

a {
  text-decoration: none;
  color: inherit;
}

input, select, button, textarea {
  vertical-align: middle;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

input {
  margin: 0;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

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

#skipnav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
}
#skipnav a {
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 1px;
  margin-bottom: -1px;
  background: #f2f2f2;
  font-size: 0;
  text-align: center;
  font-weight: bold;
  color: #444;
}
#skipnav a:hover, #skipnav a:focus, #skipnav a:active {
  position: absolute;
  left: 0;
  top: 0;
  padding: 3px;
  height: 25px;
  font-size: 15px;
}

strong {
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

::-webkit-input-placeholder {
  color: #767676;
}

::-moz-placeholder {
  color: #767676;
}

:-ms-input-placeholder {
  color: #767676;
}

:-moz-placeholder {
  color: #767676;
}

xmp {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
}

iframe:focus,
a:focus,
button:focus {
  outline: 2px dotted #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 48em) {
  html, body {
    min-width: 100% !important;
    overflow-x: hidden !important;
  }
}
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 4.8rem;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  padding: 1rem 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  word-break: keep-all;
  white-space: nowrap;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 48em) {
  .btn {
    font-size: 1.2rem !important;
    height: 3.2rem !important;
  }
}
.btn.is-default {
  background-color: #fff;
  border-color: #006241;
  color: #006241;
}
.btn.is-primary {
  background-color: #006241;
  border-color: #006241;
  color: #fff;
}
.btn.is-secondary {
  background-color: #F7F8FD;
  border-color: #E0E0E0;
  color: #555;
  font-weight: 400;
}
.btn[disabled] {
  opacity: 0.6 !important;
}
.btn > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn > span em,
.btn > span i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 2.4rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
}
.btn.is-plus {
  min-width: 5rem;
  padding: 0.8rem 0;
}
.btn.is-plus-red {
  min-width: 4rem;
  padding: 0.8rem 0;
}
.btn.is-outline {
  outline: 1px solid #000;
}
.btn.is-small {
  font-size: 1.6rem;
  height: 40px;
}

.btn-group {
  display: block;
  margin-top: 1rem;
}
.btn-group .btn {
  display: block;
  max-width: 100%;
  min-width: 0;
}
.btn-group .btn + .btn {
  margin-top: 0.4rem;
}
@media only screen and (min-width: 30em) {
  .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 1.2rem;
  }
  .btn-group .btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .btn-group .btn > span {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .btn-group .btn + .btn {
    margin-top: 0;
  }
}
@media only screen and (min-width: 80em) {
  .btn-group {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 80em) and (hover: hover) {
  .btn-group .btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 43.6rem;
    min-width: 32.6rem;
  }
  .btn-group .btn > span {
    white-space: nowrap;
  }
}

.box-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}
.box-btn-group .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.box-btn-group .btn > span {
  white-space: nowrap;
}

.file-api .btn {
  border-color: #DAE1E6;
}

#dext5-container {
  margin-bottom: 1rem;
}

.button-group-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.button-group-wrap .btn {
  min-width: auto;
  border-radius: 0;
}
.button-group-wrap .btn:first-child {
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
.button-group-wrap .btn:last-child {
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.button-group-wrap .btn.is-active {
  border: 1px solid #E94232;
  position: relative;
  z-index: 1;
  color: #E94232;
}
.button-group-wrap .btn + .btn {
  margin-left: -1px !important;
}
@media only screen and (max-width: 48em) {
  .button-group-wrap {
    display: block;
    margin-top: 1rem;
  }
  .button-group-wrap .btn {
    width: 25.1%;
    padding: 0.8rem 0;
  }
  .button-group-wrap .btn + .btn {
    margin-left: -5px !important;
  }
}

@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-display: swap;
  src: local("Pretendard Black"), url("/humanframe/theme/starbucks/assets/font/Pretendard-Black.woff2") format("woff2"), url("/humanframe/theme/starbucks/assets/font/Pretendard-Black.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-display: swap;
  src: local("Pretendard ExtraBold"), url("/humanframe/theme/starbucks/assets/font/Pretendard-ExtraBold.woff2") format("woff2"), url("/humanframe/theme/starbucks/assets/font/Pretendard-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: local("Pretendard Bold"), url("/humanframe/theme/starbucks/assets/font/Pretendard-Bold.woff2") format("woff2"), url("/humanframe/theme/starbucks/assets/font/Pretendard-Bold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: local("Pretendard SemiBold"), url("/humanframe/theme/starbucks/assets/font/Pretendard-SemiBold.woff2") format("woff2"), url("/humanframe/theme/starbucks/assets/font/Pretendard-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard Medium"), url("/humanframe/theme/starbucks/assets/font/Pretendard-Medium.woff2") format("woff2"), url("/humanframe/theme/starbucks/assets/font/Pretendard-Medium.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard Regular"), url("/humanframe/theme/starbucks/assets/font/Pretendard-Regular.woff2") format("woff2"), url("/humanframe/theme/starbucks/assets/font/Pretendard-Regular.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-display: swap;
  src: local("Pretendard Light"), url("/humanframe/theme/starbucks/assets/font/Pretendard-Light.woff2") format("woff2"), url("/humanframe/theme/starbucks/assets/font/Pretendard-Light.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-display: swap;
  src: local("Pretendard ExtraLight"), url("/humanframe/theme/starbucks/assets/font/Pretendard-ExtraLight.woff2") format("woff2"), url("/humanframe/theme/starbucks/assets/font/Pretendard-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-display: swap;
  src: local("Pretendard Thin"), url("/humanframe/theme/starbucks/assets/font/Pretendard-Thin.woff2") format("woff2"), url("/humanframe/theme/starbucks/assets/font/Pretendard-Thin.woff") format("woff");
}
.input-control {
  display: block;
  width: 100%;
  background-color: #FFF;
  border-color: #DAE1E6;
  border-style: solid;
  border-width: 1px;
  color: #666;
  height: 4.8rem;
  padding: 1rem 1.2rem;
  font-size: 1.8rem;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 48em) {
  .input-control {
    height: 3.2rem !important;
    font-size: 1.2rem !important;
  }
}
.input-control[readonly] {
  background-color: #FAFAFA;
}
.input-control[disabled] {
  background-color: #FAFAFA;
}
.input-control.is-block {
  width: 100% !important;
}
.input-control.is-inline {
  display: inline-block;
  width: auto;
}
.input-control.is-middle {
  display: inline-block;
  width: 15rem;
}
.input-control.is-small {
  display: inline-block;
  height: 4rem;
  padding: 0.8rem 1.2rem;
  font-size: 1.6rem;
}
.input-control.is-money {
  text-align: right;
}

.textarea-control {
  display: block;
  width: 100%;
  border-radius: 6px;
  background: #F9F9F9;
  color: #666;
  font-size: 1.8rem;
  resize: none;
  height: 5.7rem;
  padding: 1.6rem 12rem 1.6rem 1.8rem;
  color: #333;
  border: 0;
  word-break: break-all;
  overflow-y: auto;
}
@media only screen and (max-width: 48em) {
  .textarea-control {
    padding: 1.7rem 5.2rem 1.2rem 1.2rem;
    font-size: 1.2rem;
    height: 5rem;
  }
}
.textarea-control[readonly] {
  background-color: #FAFAFA;
}

.select-control {
  display: inline-block;
  font-size: 1.8rem;
  color: #555;
  background-color: #fff;
  background-image: url(/humanframe/theme/starbucks/assets/images/ico_arrow_down.png);
  background-position: calc(100% - 1.6rem) center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #E0E0E0;
  border-radius: 8px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  height: 48px;
  padding: 1rem 4rem 1rem 1.2rem;
}
.select-control::-ms-expand {
  display: none;
}
.select-control.is-block {
  width: 100%;
}
.select-control.is-inline {
  width: auto !important;
}
.select-control.is-small {
  font-size: 1.6rem;
  height: 40px;
}
@media only screen and (max-width: 48em) {
  .select-control {
    width: 100%;
    height: 32px;
    padding: 0rem 4.2rem 0rem 1.2rem;
    font-size: 1.2rem !important;
    background-size: 10px 5px !important;
    font-size: 1.2rem;
  }
}

.select-control-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  width: 50rem;
}
.select-control-group.input {
  width: 100%;
}
.select-control-group + .select-control-group {
  margin-top: 1rem;
}

.radio-control {
  display: inline-block;
}

.radio-control-group p {
  padding-bottom: 1rem;
}
.radio-control-group .radio-control {
  margin-right: 2rem;
}
.radio-control-group .radio-control:last-child {
  margin-right: 0;
}
.radio-control-group .radio-control label {
  margin-left: 0.8rem;
}
@media only screen and (max-width: 48em) {
  .radio-control-group .radio-control label {
    display: inline-block;
    margin-bottom: 0;
  }
}
.radio-control-group.rows .radio-control {
  display: block;
  margin: 0 0 1rem 0;
}
.radio-control-group.rows .radio-control:last-child {
  margin-bottom: 0;
}
.radio-control-group + .input-control {
  margin-top: 1.6rem;
}
@media only screen and (max-width: 48em) {
  .radio-control-group + .select-control {
    margin-top: 1rem;
    width: 100% !important;
  }
}

.radio-input-group,
.checkbox-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 48em) {
  .radio-input-group,
  .checkbox-input-group {
    -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;
  }
}
.radio-input-group .right-element,
.checkbox-input-group .right-element {
  width: 100%;
}
.radio-input-group .right-element .inner,
.checkbox-input-group .right-element .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.radio-input-group .right-element .inner + .inner,
.checkbox-input-group .right-element .inner + .inner {
  margin-top: 1rem;
}
.radio-input-group .right-element .inner .is-count,
.checkbox-input-group .right-element .inner .is-count {
  -ms-flex-preferred-size: 10rem;
      flex-basis: 10rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.radio-input-group .radio-control,
.checkbox-input-group .radio-control {
  -ms-flex-preferred-size: 18rem;
      flex-basis: 18rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 48em) {
  .radio-input-group .radio-control,
  .checkbox-input-group .radio-control {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.radio-input-group + .radio-input-group,
.checkbox-input-group + .radio-input-group {
  border-top: 1px solid #E2E6EC;
  margin-top: 1.6rem;
  padding-top: 2.2rem;
}
.radio-input-group.mt10,
.checkbox-input-group.mt10 {
  margin-top: 1rem;
}

.radio-control label,
.radio-control-label {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
  color: #222;
  margin-left: 0.3rem;
  white-space: nowrap;
}

.checkbox-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.policy-foot .checkbox-control {
  display: inline-block;
}
.checkbox-control input + label {
  margin-left: 0.8rem;
}
.checkbox-control input {
  -ms-flex-preferred-size: 2rem;
      flex-basis: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.checkbox-control .image-label {
  display: block;
}
.checkbox-control .image-wrap {
  overflow: hidden;
  height: 13.8rem;
  margin-top: 1.4rem;
}
.checkbox-control .image-wrap img {
  max-width: 100%;
  min-height: 100%;
}
.checkbox-control .image-title {
  display: block;
  padding: 0.4rem 0;
  color: #444444;
  font-size: 1.6rem;
  font-weight: 400;
}
.checkbox-control .point {
  color: #E94232;
  margin-left: 0.5rem;
}

.checkbox-control-box {
  background-color: #FAFAFA;
  padding: 0.8rem 1.6rem;
  margin-bottom: 1rem;
  border-radius: 0.8rem;
}

.checkbox-control-group + .checkbox-control-group {
  margin-top: 1rem;
}
.checkbox-control-group .checkbox-control {
  margin-right: 2rem;
  display: inline-block;
}
.checkbox-control-group .checkbox-control:last-child {
  margin-right: 0;
}
.checkbox-control-group .count-input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkbox-control-group .count-input-wrap input {
  width: 5rem;
}
.checkbox-control-group.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}
.checkbox-control-group.rows .checkbox-control {
  display: block;
  margin: 0 0 1rem 0;
}
.checkbox-control-group.rows .checkbox-control:last-child {
  margin-bottom: 0;
}
.checkbox-control-group.is-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.checkbox-control-group.is-flex + .is-flex {
  margin-top: 1rem;
}
.checkbox-control-group input + label + a {
  margin-left: 0.8rem;
}

.checkbox-control input,
.checkbox-control-input {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  background-image: url(/humanframe/theme/starbucks/assets/images/form_checkbox_default.png);
}
@media only screen and (max-width: 48em) {
  .checkbox-control input,
  .checkbox-control-input {
    background-size: 15px 15px !important;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.checkbox-control input:checked,
.checkbox-control-input:checked {
  background-image: url(/humanframe/theme/starbucks/assets/images/form_checkbox_checked.png);
}
.checkbox-control input:disabled,
.checkbox-control-input:disabled {
  background-image: url(/humanframe/theme/starbucks/assets/images/form_checkbox_disabled.png);
}
.checkbox-control input:disabled:checked,
.checkbox-control-input:disabled:checked {
  background-image: url(/humanframe/theme/starbucks/assets/images/form_checkbox_disabled_checked.png);
}

.checkbox-control label,
.checkbox-control-label {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
  color: #333;
  font-weight: 500;
}
@media only screen and (max-width: 48em) {
  .checkbox-control label,
  .checkbox-control-label {
    font-size: 1.2rem;
  }
}

.calendar-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.calendar-group::after {
  display: block;
  clear: both;
  content: "";
}
@media only screen and (max-width: 48em) {
  .calendar-group {
    width: auto;
    overflow: hidden;
  }
}
@media only screen and (max-width: 48em) {
  .calendar-group.is-single {
    width: 100%;
  }
}
.calendar-group.is-single .calendar-control {
  width: auto;
}
@media only screen and (max-width: 48em) {
  .calendar-group.is-single .calendar-control {
    width: 100%;
  }
}
.calendar-group.is-single .calendar-control:nth-child(1) {
  margin-right: 0px;
}
.calendar-group.is-single .calendar-control:first-child::after {
  display: none;
}
.calendar-group .calendar-control {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.calendar-group .calendar-control:nth-child(1) {
  margin-right: 40px;
}
.calendar-group .calendar-control:first-child::after {
  position: absolute;
  right: -24px;
  top: 10px;
  z-index: 1;
  font-size: 17px;
  color: #222;
  content: "~";
}
@media only screen and (max-width: 48em) {
  .calendar-group .calendar-control {
    display: block;
  }
  .calendar-group .calendar-control:first-child::after {
    top: 3px;
  }
}

.calendar-control {
  position: relative;
  display: inline-block;
}
.calendar-control button {
  width: 48px;
  height: 48px;
  border-radius: 0 8px 8px 0;
  border: 1px solid #E0E0E0;
  background-color: #F7F8FD;
  background-image: url(/humanframe/theme/starbucks/assets/images/ico_cal.png);
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 48em) {
  .calendar-control button {
    position: absolute;
    right: 0px;
    top: 0;
    width: 32px;
    height: 32px;
    background-size: 15px 15px;
  }
}
.calendar-control .input-control {
  background-color: #fff;
  width: 166px;
  border-width: 1px 0px 1px 1px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
@media only screen and (max-width: 48em) {
  .calendar-control .input-control {
    width: 100%;
    padding: 1rem 5.2rem 1rem 1.2rem;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 1.2rem;
    outline: none;
  }
}
.calendar-control .input-control.is-small + button {
  height: 40px;
}

@media only screen and (max-width: 48em) {
  .poll-check-wrap.float.is-left {
    float: none !important;
  }
}

.search-box-wrap {
  background: #F5F6F8;
  border-radius: 8px;
  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: 2rem 0;
}
.search-box-wrap + .board-card-wrap {
  border-top: 0;
}
.search-box-wrap.is-left {
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 2rem 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.search-box-wrap.is-left .search-btn-wrap {
  position: absolute;
  right: 4rem;
  top: 1.5rem;
  z-index: 1;
}
@media only screen and (max-width: 48em) {
  .search-box-wrap.is-left .input-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .search-box-wrap.is-left .search-btn-wrap {
    position: relative;
    left: 0rem;
    right: 0;
    top: 0;
  }
}
@media only screen and (max-width: 48em) {
  .search-box-wrap {
    padding: 2rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -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;
    gap: 2rem;
  }
  .search-box-wrap + .board-wrap {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 30em) {
  .search-box-wrap {
    gap: 1rem;
  }
}
.search-box-wrap + .search-result-wrap {
  margin-top: 1.6rem;
}
.search-box-wrap.is-job {
  padding: 3rem 3.2rem;
}
@media only screen and (max-width: 30em) {
  .search-box-wrap.is-job {
    padding: 2rem;
  }
}
.search-box-wrap.is-popup {
  padding: 1.2rem 2.4rem;
}
.search-box-wrap.is-popup .input-wrap {
  width: 100%;
}
.search-box-wrap.is-gap {
  gap: 1.6rem;
}
.search-box-wrap.mt-24 {
  margin-top: 2.4rem;
}
.search-box-wrap.split {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.search-box-wrap.split.is-biz .search-box-head {
  display: block;
}
.search-box-wrap.split .search-box-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 3.2rem;
  gap: 8.8rem;
}
@media only screen and (max-width: 48em) {
  .search-box-wrap.split .search-box-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    gap: 2rem;
  }
}
.search-box-wrap.split .search-box-head .left-element {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.search-box-wrap.split .search-box-head .right-element {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-box-wrap.split .search-box-head .right-element .select-wrap {
  margin-right: 0;
  width: 100%;
}
.search-box-wrap.split .search-box-head .right-element .input-wrap {
  width: 100%;
}
@media only screen and (max-width: 48em) {
  .search-box-wrap.split .search-box-head .right-element {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .search-box-wrap.split .search-box-head .right-element .select-wrap + .select-wrap {
    margin-top: 2rem;
  }
}
.search-box-wrap.split .search-box-body {
  margin-top: 2rem;
  border-top: 1px solid #fff;
  padding: 2rem 3.2rem 0 3.2rem;
}
@media only screen and (max-width: 48em) {
  .search-box-wrap.split .search-box-body {
    margin-top: 1rem;
    padding: 2rem 0 0 0;
  }
}
.search-box-wrap.split .search-box-body.is-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 2rem !important;
  gap: 8.8rem;
}
@media only screen and (max-width: 48em) {
  .search-box-wrap.split .search-box-body.is-col-2 {
    padding-top: 2rem;
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.search-box-wrap.split .search-box-body .input-wrap {
  width: auto;
}
.search-box-wrap.split .search-box-body .left-element {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.search-box-wrap.split .search-box-body .right-element {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.search-box-wrap .calendar-wrap,
.search-box-wrap .radio-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 48em) {
  .search-box-wrap .calendar-wrap,
  .search-box-wrap .radio-wrap {
    width: 100%;
    display: block;
  }
  .search-box-wrap .calendar-wrap .radio-control-group,
  .search-box-wrap .radio-wrap .radio-control-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 0;
  }
  .search-box-wrap .calendar-wrap .radio-control-group .radio-control,
  .search-box-wrap .radio-wrap .radio-control-group .radio-control {
    margin: 1rem 0 0 0;
  }
}
.search-box-wrap .select-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 48em) {
  .search-box-wrap .select-wrap {
    width: 100%;
    display: block;
  }
}
.search-box-wrap .select-wrap select {
  min-width: 15.4rem;
  width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.search-box-wrap .select-wrap select.is-w154 {
  width: 15.4rem;
}
@media only screen and (max-width: 48em) {
  .search-box-wrap .select-wrap select.is-w154 {
    width: 100%;
  }
}
@media only screen and (max-width: 48em) {
  .search-box-wrap .select-wrap select {
    min-width: 100%;
  }
}
.search-box-wrap .select-wrap select + select {
  margin-left: 1.6rem;
}
@media only screen and (max-width: 48em) {
  .search-box-wrap .select-wrap select + select {
    margin-left: 0;
    margin-top: 0.8rem;
  }
}
.search-box-wrap .select-wrap select + .input-control {
  margin-left: 1.6rem;
}
@media only screen and (max-width: 48em) {
  .search-box-wrap .select-wrap select + .input-control {
    margin-left: 0;
    margin-top: 0.8rem;
  }
}
.search-box-wrap .select-wrap select + .input-wrap {
  margin-left: 1.6rem;
}
@media only screen and (max-width: 48em) {
  .search-box-wrap .select-wrap select + .input-wrap {
    margin-left: 0;
    margin-top: 0.8rem;
  }
}
.search-box-wrap .select-wrap + .input-wrap {
  margin-left: 1.6rem;
}
@media only screen and (max-width: 48em) {
  .search-box-wrap .select-wrap + .input-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.search-box-wrap .select-wrap + .select-wrap {
  margin-left: 1.6rem;
}
@media only screen and (max-width: 48em) {
  .search-box-wrap .select-wrap + .select-wrap {
    margin-left: 0;
  }
}
.search-box-wrap .select-wrap .radio-control-group {
  margin-right: 0;
}
.search-box-wrap .select-wrap.is-day {
  position: relative;
  padding-left: 6.7rem;
}
.search-box-wrap .select-wrap.is-day label {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 1.2rem;
  z-index: 1;
}
@media only screen and (max-width: 48em) {
  .search-box-wrap .select-wrap.is-day label {
    display: block;
    position: relative;
    left: 0;
    top: 0;
  }
}
@media only screen and (max-width: 48em) {
  .search-box-wrap .select-wrap.is-day {
    padding-left: 0rem;
  }
  .search-box-wrap .select-wrap.is-day label {
    display: block;
    position: relative;
    left: 0;
    top: 0;
  }
}
.search-box-wrap .select-wrap.is-day span {
  display: inline-block;
  position: relative;
}
.search-box-wrap .select-wrap.is-day span::after {
  content: "~";
  display: block;
  position: absolute;
  right: -1.2rem;
  top: 0.9rem;
  z-index: 1;
}
.search-box-wrap .select-wrap.is-day span + span {
  margin-left: 1.6rem;
}
.search-box-wrap .select-wrap.is-day span + span::after {
  display: none;
}
.search-box-wrap .select-wrap.is-day span.is-block {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 48em) {
  .search-box-wrap .select-wrap.is-day span.is-block {
    width: 46%;
    display: inline-block;
  }
  .search-box-wrap .select-wrap.is-day span.is-block::after {
    right: -1.5rem;
  }
  .search-box-wrap .select-wrap.is-day span.is-block + span {
    margin-left: 6%;
  }
}
@media only screen and (max-width: 48em) {
  .search-box-wrap .select-wrap.is-day span {
    width: 46%;
  }
  .search-box-wrap .select-wrap.is-day span::after {
    right: -1.5rem;
  }
  .search-box-wrap .select-wrap.is-day span + span {
    margin-left: 6%;
  }
}
.search-box-wrap .input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33rem;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 64em) {
  .search-box-wrap .input-wrap {
    width: auto;
  }
}
@media only screen and (max-width: 48em) {
  .search-box-wrap .input-wrap {
    display: block;
  }
}
.search-box-wrap .input-wrap input {
  padding: 1rem 4rem 1rem 1.2rem;
}
@media only screen and (max-width: 48em) {
  .search-box-wrap .input-wrap input {
    width: 100%;
  }
}
.search-box-wrap.is-large label {
  width: 10.2rem;
}
.search-box-wrap label {
  display: inline-block;
  font-weight: 600;
  color: #222;
  padding-right: 1.6rem;
  white-space: nowrap;
  width: 7.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 48em) {
  .search-box-wrap label {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    display: block;
    margin-bottom: 0.8rem;
  }
}
.search-box-wrap + .slide-tab-wrap {
  margin-top: 3.2rem;
}
.search-box-wrap .radio-control-group {
  margin-right: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-box-wrap .radio-control-group .radio-control {
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-box-wrap .radio-control-group .radio-control label {
  font-weight: 400;
  width: auto;
}

.search-btn-wrap {
  text-align: center;
  margin-top: 2rem;
}
.search-btn-wrap a + a {
  margin-left: 1.6rem;
}
.search-btn-wrap + .biz {
  margin-top: 3.2rem;
}
.search-btn-wrap + .slide-tab-wrap {
  margin-top: 3.2rem;
}
.search-btn-wrap + .search-box-wrap {
  margin-top: 3.2rem;
}
@media only screen and (max-width: 48em) {
  .search-btn-wrap {
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.5rem;
  }
  .search-btn-wrap a + a {
    margin-left: 0rem;
  }
  .search-btn-wrap + .biz {
    margin-top: 3.2rem;
  }
  .search-btn-wrap + .slide-tab-wrap {
    margin-top: 3.2rem;
  }
  .search-btn-wrap + .search-box-wrap {
    margin-top: 3.2rem;
  }
  .search-btn-wrap a {
    height: 5rem;
    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%;
  }
  .search-btn-wrap + .board-wrap {
    margin-top: 1.6rem;
  }
  .search-btn-wrap.is-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.layer-popup-wrap .textarea-char-check-wrap {
  right: 0;
  top: -2.4rem;
  bottom: auto;
}

.textarea-char-check-wrap {
  display: inline-block;
  position: absolute;
  right: 2.8rem;
  bottom: 1.6rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #757575;
  border-radius: 10px;
}
.textarea-char-check-wrap .char-now {
  color: #E94232;
}

.flie-control {
  position: relative;
  width: 100%;
  max-width: 66.2rem;
  padding-left: 11.2rem;
}
.flie-control input[type=text] {
  display: block;
}
.flie-control .btn {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.flie-control.is-full {
  max-width: 100%;
}

.plus-wrap .inner {
  position: relative;
}
.plus-wrap .inner + .inner {
  margin-top: 1.6rem !important;
  padding-top: 1.6rem !important;
  border-top: 1px solid #FAFAFA;
}
.plus-wrap .info {
  margin-top: 0.8rem;
}
.plus-wrap .info.is-small {
  font-size: 1.4rem;
  color: #757575;
}
.plus-wrap .plus-btn-group {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.plus-wrap .plus-btn-group a {
  display: inline-block;
  min-width: 6.8rem;
}
.plus-wrap .plus-btn-group a + a {
  margin-left: 0.8rem;
}
@media only screen and (max-width: 48em) {
  .plus-wrap .plus-btn-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.8rem;
    top: 1rem;
    margin-bottom: 1rem;
  }
  .plus-wrap .plus-btn-group a {
    width: 100%;
  }
  .plus-wrap .plus-btn-group a + a {
    margin-left: 0;
  }
}

.file-control-group-content {
  margin-top: 1.6rem;
}
.file-control-group-content .title {
  color: #222;
  font-weight: 600;
}
.file-control-group-content .selected-item-group-wrap {
  margin-top: 0.8rem;
}

.file-control-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
}

.flie-text-list {
  margin-top: 1.6rem;
  font-size: 1.4rem;
}
.is-result .flie-text-list {
  margin: 1rem 0 1rem 0;
}
.is-result .flie-text-list li {
  background: #F5F6F8;
  padding: 0.8rem 1rem;
}
.is-result .flie-text-list li a {
  margin-left: 0.4rem;
}
.flie-text-list + .flie-control {
  margin-top: 2rem;
}

.flie-checkbox {
  margin-top: 1.6rem;
}
.flie-checkbox a {
  display: inline-block;
  font-size: 1.4rem;
  color: #E94232;
  font-weight: 600;
  text-decoration: underline;
  margin-left: 0.8rem;
}

.file-thumb {
  position: absolute;
  right: -2.6rem;
  top: -0.8rem;
  z-index: 1;
  width: 17.7rem;
  height: 17.2rem;
  background: url(/humanframe/theme/starbucks/assets/images/content/bg_file_sample.png) no-repeat 0px 0px;
}
.file-thumb.is-large {
  width: 45.1rem;
  height: 22.4rem;
  background: url(/humanframe/theme/starbucks/assets/images/content/bg_thumb.png) no-repeat right top;
}
@media only screen and (max-width: 48em) {
  .file-thumb {
    display: none;
  }
}

.file-api {
  margin-top: 1.6rem;
}

.file-money-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.file-money-wrap .left-element {
  -ms-flex-preferred-size: 15rem;
      flex-basis: 15rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.file-money-wrap .right-element {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.file-list-wrap {
  height: 4.6rem;
  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;
}
.file-list-wrap.is-pd {
  padding: 2.8rem 3.2rem;
}
.file-list-wrap + .file-list-wrap {
  border-top: 1px solid #DAE1E6;
}
.file-list-wrap .file-name {
  color: #222;
}
.file-list-wrap .file-name span {
  font-size: 1.4rem;
  color: #757575;
  margin-left: 3px;
}
@media only screen and (max-width: 48em) {
  .file-list-wrap {
    height: auto;
    display: block;
  }
  .file-list-wrap + .file-list-wrap {
    margin-top: 1.2rem;
    padding-top: 1.2rem;
    border-top: 1px solid #DAE1E6;
  }
  .file-list-wrap .file-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1%;
  }
  .file-list-wrap .file-btn .btn {
    width: 49.5%;
    margin-top: 1rem;
  }
}

.keypoint-text {
  margin-top: 1.6rem;
  color: #E0E0E0;
}

.tel-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  width: 40rem;
}
@media only screen and (max-width: 48em) {
  .tel-group {
    width: auto;
  }
}
.tel-group span {
  position: relative;
}
.tel-group span select {
  width: 10rem;
}
.tel-group span::after {
  content: "-";
  position: absolute;
  right: -1.2rem;
  top: 0.8rem;
  z-index: 1;
}
.tel-group span:last-child::after {
  display: none;
}

.form-block {
  overflow: hidden;
}
.form-block + .form-block {
  margin-top: 1.6rem;
}

.form-post {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 48em) {
  .form-post {
    width: 100%;
  }
}
.form-post input {
  padding: 1rem 4rem 1rem 1.2rem;
  width: auto;
  min-width: 20rem;
  display: inline-block;
}
.form-post + .form-block {
  margin-top: 1.6rem;
}

.form-inline {
  display: inline-block;
}
@media only screen and (max-width: 48em) {
  .form-inline {
    display: block;
  }
}
.form-inline.is-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.form-inline .select-control {
  display: inline-block;
  width: auto;
}
.form-inline input {
  display: inline-block;
  width: auto;
}
@media only screen and (max-width: 48em) {
  .form-inline input {
    width: 100%;
  }
}
.form-inline .form-text {
  display: inline-block;
  margin-top: 0;
  margin-left: 2rem;
}
.form-inline select {
  display: inline-block;
}

.form-text {
  margin-top: 1rem;
}

.form-split-wrap {
  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;
}

.board-write-wrap .item-data-group > dd.is-child {
  padding: 0 0 0 1.6rem;
}

.form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.6rem;
}
@media only screen and (max-width: 48em) {
  .form-flex {
    display: block;
  }
  .form-flex select + .input-control {
    margin-top: 1rem;
  }
}

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 48em) {
  .flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flex-wrap.is-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-wrap.mt-32 {
  margin-top: 3.2rem;
}
.flex-wrap .mb-24 {
  margin-bottom: 2.4rem;
}
.flex-wrap.is-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.board-in-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.board-in-search .input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33rem;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 64em) {
  .board-in-search .input-wrap {
    width: auto;
  }
}
@media only screen and (max-width: 48em) {
  .board-in-search .input-wrap {
    display: block;
  }
}
.board-in-search .input-wrap input {
  padding: 1rem 4rem 1rem 1.2rem;
}
@media only screen and (max-width: 48em) {
  .board-in-search .input-wrap input {
    width: 100%;
  }
}

.consortium-wrap .inner {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.8rem;
}
@media only screen and (max-width: 48em) {
  .consortium-wrap .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.item-data-group .search-textarea {
  margin-bottom: 3rem;
}
.item-data-group .search-textarea .textarea-char-check-wrap {
  bottom: 0.2rem;
}

.form-other-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media only screen and (max-width: 48em) {
  .form-other-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form-other-wrap .form-other-left,
.form-other-wrap .form-other-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media only screen and (max-width: 48em) {
  .form-other-wrap .form-other-left .form-inline,
  .form-other-wrap .form-other-right .form-inline {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .form-other-wrap .form-other-left input,
  .form-other-wrap .form-other-left select,
  .form-other-wrap .form-other-right input,
  .form-other-wrap .form-other-right select {
    width: 100%;
  }
}
@media only screen and (max-width: 30em) {
  .form-other-wrap .form-other-left,
  .form-other-wrap .form-other-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.form-cont-title {
  margin-bottom: 1rem;
}
.form-cont-title .hyphen-text {
  margin-top: 0;
}

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.textarea-wrap {
  width: 100%;
  margin-top: 10px;
  position: relative;
}
.textarea-wrap textarea {
  padding: 1.6rem 17rem 1.6rem 1.8rem;
}
.textarea-wrap textarea.is-layerpopup {
  border: 1px solid #E0E0E0;
  background: #FFF;
  height: 240px;
  padding: 20px;
}
.textarea-wrap .textarea-btn {
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -15px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.textarea-wrap .textarea-btn span {
  font-size: 15px;
  color: #7E8693;
}
.textarea-wrap .textarea-btn button {
  width: 30px;
  height: 30px;
  background: url(/humanframe/theme/starbucks/assets/images/btn_comment.svg) no-repeat center center;
}
@media only screen and (max-width: 48em) {
  .textarea-wrap .textarea-btn {
    top: auto;
    bottom: 8px;
    margin-top: 0;
  }
  .textarea-wrap .textarea-btn span {
    display: none;
  }
  .textarea-wrap .textarea-btn button {
    background-size: 17px 17px;
  }
}

#calendarContainer .calendar-group {
  margin-top: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body {
  background-color: #F2F3F4;
  background-repeat: no-repeat;
  background-position: left calc(100% + 200px);
  background-image: url(/humanframe/theme/starbucks/assets/images/bg_circle_left.png);
}

.wrapper {
  min-height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: right -80px;
  background-image: url(/humanframe/theme/starbucks/assets/images/bg_circle_right.png);
}
.wrapper .error-wrap {
  height: 100vh;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  gap: 30px;
}
.wrapper .error-wrap .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  text-align: center;
}
.wrapper .error-wrap .text p {
  font-size: 30px;
  color: #000;
  font-weight: 700;
}
.wrapper .error-wrap .text span {
  font-size: 20px;
  color: #333;
  font-weight: 500;
}
.wrapper header {
  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: 80px;
  background-color: #fff;
  padding: 0 40px;
}
.wrapper header .utile-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.wrapper header .utile-menu li {
  position: relative;
}
.wrapper header .utile-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
  font-size: 15px;
  font-weight: 700;
  color: #6D6D6D;
  padding-left: 28px;
  background-repeat: no-repeat;
  background-position: left center;
}
.wrapper header .utile-menu li a:hover .is-view {
  display: block;
}
@media only screen and (max-width: 48em) {
  .wrapper header .utile-menu li a:hover .is-view {
    display: none;
  }
}
.wrapper header .utile-menu li a:hover span {
  display: block;
}
@media only screen and (max-width: 48em) {
  .wrapper header .utile-menu li a:hover span {
    display: none;
  }
}
.wrapper header .utile-menu li a .is-view {
  width: 295px;
  font-style: normal;
  display: none;
  position: absolute;
  font-size: 14px;
  color: #999;
  right: 0px;
  top: 36px;
  z-index: 100;
  padding: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  border: 1px solid #B1B8BE;
  background: #FFF;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 48em) {
  .wrapper header .utile-menu li a .is-view {
    display: none;
  }
}
.wrapper header .utile-menu li a span {
  display: none;
  position: absolute;
  top: 31px;
  right: 78px;
  width: 10px;
  height: 10px;
  border: 1px solid #B1B8BE;
  border-width: 1px 1px 0 0px;
  background: #FFF;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 100;
}
@media only screen and (max-width: 48em) {
  .wrapper header .utile-menu li a span {
    display: none;
  }
}
.wrapper header .utile-menu li.ico-mypage a {
  background-image: url(/humanframe/theme/starbucks/assets/images/ico_mypage.png);
}
.wrapper header .utile-menu li.ico-parter a {
  background-image: url(/humanframe/theme/starbucks/assets/images/ico_parter.png);
}
.wrapper header .utile-menu li.ico-admin a {
  background-image: url(/humanframe/theme/starbucks/assets/images/ico_cms.png);
}
@media only screen and (max-width: 48em) {
  .wrapper header {
    height: 50px;
    padding: 0 10px 0 20px;
    margin-bottom: 31px;
  }
  .wrapper header .h1 img {
    width: 30px;
  }
  .wrapper header .utile-menu {
    gap: 0.5rem;
  }
  .wrapper header .utile-menu li a {
    text-indent: -1000000px;
  }
}
.wrapper main {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px 0px 170px 0px;
  position: relative;
}
@media only screen and (max-width: 48em) {
  .wrapper main {
    padding: 5px 0px 130px 0px;
  }
}
.wrapper main.view.active {
  padding: 60px 0px 160px 0px;
}
@media only screen and (max-width: 48em) {
  .wrapper main.view.active {
    padding: 30px 0px 160px 0px;
  }
}
.wrapper main .board-wrap .board-head .board-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin-left: 40px;
}
@media only screen and (max-width: 48em) {
  .wrapper main .board-wrap .board-head .board-tab {
    gap: 14px;
    overflow-x: auto;
    margin-left: 0px;
    padding-left: 20px;
    position: absolute;
    left: 0px;
    right: 0;
    top: -30px;
    z-index: 10;
    height: 37px;
    background-color: #F2F3F4;
  }
  .wrapper main .board-wrap .board-head .board-tab.active {
    top: 0;
    position: fixed;
  }
}
.wrapper main .board-wrap .board-head .board-tab.is-img li a {
  padding: 0 2px 3px 0px;
  background-image: none !important;
}
.wrapper main .board-wrap .board-head .board-tab li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  font-size: 24px;
  font-weight: 600;
  color: #666;
  padding: 5px 2px 3px 34px;
  background-repeat: no-repeat;
  background-position: left 3px;
  border-style: solid;
  border-width: 0 0 2px 0;
  border-color: transparent;
  background-size: 24px 30px;
}
.wrapper main .board-wrap .board-head .board-tab li a span {
  display: block;
}
@media only screen and (max-width: 48em) {
  .wrapper main .board-wrap .board-head .board-tab li a {
    font-size: 14px;
    white-space: nowrap;
    padding: 2px 2px 0px 20px;
    height: 36px;
    background-position: left center;
  }
  .wrapper main .board-wrap .board-head .board-tab li a span {
    display: none;
  }
}
.wrapper main .board-wrap .board-head .board-tab li.active a {
  color: #006241;
  font-weight: 700;
  border-color: #006241;
}
.wrapper main .board-wrap .board-head .board-tab li.ico-tab0 a {
  background-image: url(/humanframe/theme/starbucks/assets/images/ico_tab07.png);
}
.wrapper main .board-wrap .board-head .board-tab li.ico-tab11 a {
  background-image: url(/humanframe/theme/starbucks/assets/images/ico_tab01.png);
}
.wrapper main .board-wrap .board-head .board-tab li.ico-tab15 a {
  background-image: url(/humanframe/theme/starbucks/assets/images/ico_tab02.png);
}
.wrapper main .board-wrap .board-head .board-tab li.ico-tab12 a {
  background-image: url(/humanframe/theme/starbucks/assets/images/ico_tab03.png);
}
.wrapper main .board-wrap .board-head .board-tab li.ico-tab16 a {
  background-image: url(/humanframe/theme/starbucks/assets/images/ico_tab04.png);
}
.wrapper main .board-wrap .board-head .board-tab li.ico-tab19 a {
  background-image: url(/humanframe/theme/starbucks/assets/images/ico_tab05.png);
  background-size: 30px 30px;
}
.wrapper main .board-wrap .board-head .board-tab li.ico-tab20 a {
  background-image: url(/humanframe/theme/starbucks/assets/images/ico_tab06.png);
  background-size: 30px 31px;
}
@media only screen and (max-width: 48em) {
  .wrapper main .board-wrap .board-head .board-tab li.ico-tab0 a {
    background-size: 15px 18px;
  }
  .wrapper main .board-wrap .board-head .board-tab li.ico-tab11 a {
    background-size: 13px 16px;
  }
  .wrapper main .board-wrap .board-head .board-tab li.ico-tab15 a {
    background-size: 15px 18px;
  }
  .wrapper main .board-wrap .board-head .board-tab li.ico-tab12 a {
    background-size: 15px 18px;
  }
  .wrapper main .board-wrap .board-head .board-tab li.ico-tab16 a {
    background-size: 15px 18px;
  }
  .wrapper main .board-wrap .board-head .board-tab li.ico-tab19 a {
    background-size: 17px 18px;
  }
  .wrapper main .board-wrap .board-head .board-tab li.ico-tab20 a {
    background-size: 17px 18px;
  }
}
.wrapper main .board-wrap .board-head .sort-tab {
  margin-top: 20px;
  margin-left: 40px;
  height: 60px;
  border-radius: 100px;
  padding: 5px;
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media only screen and (max-width: 48em) {
  .wrapper main .board-wrap .board-head .sort-tab {
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    height: 40px;
    border-radius: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow-x: auto;
    padding: 5px 20px;
  }
}
.wrapper main .board-wrap .board-head .sort-tab li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 120px;
  width: auto;
  height: 52px;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 600;
  color: #666;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  white-space: nowrap;
  padding: 0 10px;
}
@media only screen and (max-width: 48em) {
  .wrapper main .board-wrap .board-head .sort-tab li a {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    height: 30px;
    font-size: 14px;
    min-width: auto;
    padding: 0 15px;
  }
}
.wrapper main .board-wrap .board-head .sort-tab li.active a {
  background-color: #006241;
  color: #fff;
  font-weight: 800;
}
.wrapper main .board-wrap .board-head .location-wrap {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
}
@media only screen and (max-width: 48em) {
  .wrapper main .board-wrap .board-head .location-wrap {
    margin-top: 10px;
    padding-left: 15px;
  }
}
.wrapper main .board-wrap .board-head .location-wrap span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  font-size: 18px;
  color: #555;
}
.wrapper main .board-wrap .board-head .location-wrap span::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 8px;
  width: 14px;
  height: 9px;
  background: url(/humanframe/theme/starbucks/assets/images/ico_arrow_loc.png) no-repeat center center;
}
.wrapper main .board-wrap .board-head .location-wrap span:last-child::after {
  display: none;
}
.wrapper main .board-wrap .board-head .h2 {
  margin-top: 40px;
  font-size: 40px;
  font-weight: 700;
  color: #333;
  line-height: 150%;
  word-break: break-all;
  padding-left: 40px;
}
@media only screen and (max-width: 48em) {
  .wrapper main .board-wrap .board-head .h2 {
    padding-left: 15px;
    font-size: 13px;
    margin-top: 10px;
  }
}
.wrapper main .board-wrap .board-head .board-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  gap: 40px;
  margin-left: 40px;
}
@media only screen and (max-width: 48em) {
  .wrapper main .board-wrap .board-head .board-info-wrap {
    margin-top: 5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0px 15px;
    gap: 5px;
    margin-left: 0px;
  }
}
.wrapper main .board-wrap .board-head .board-info-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrapper main .board-wrap .board-head .board-info-wrap dl::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 6px;
  background: #E3E8EC;
  width: 1px;
  height: 14px;
}
.wrapper main .board-wrap .board-head .board-info-wrap dl:last-child::after {
  display: none;
}
.wrapper main .board-wrap .board-head .board-info-wrap dl dt {
  font-size: 18px;
  color: #999;
  font-weight: 500;
}
.wrapper main .board-wrap .board-head .board-info-wrap dl dd {
  font-size: 18px;
  color: #555;
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 48em) {
  .wrapper main .board-wrap .board-head .board-info-wrap dl dd {
    position: initial;
  }
}
.wrapper main .board-wrap .board-head .board-info-wrap dl dd .state {
  margin-right: 0;
}
.wrapper main .board-wrap .board-head .board-info-wrap dl dd .is-plus {
  display: block;
  width: 20px;
  height: 21px;
  background: url(/humanframe/theme/starbucks/assets/images/ico_plus.png) no-repeat center center;
}
.wrapper main .board-wrap .board-head .board-info-wrap dl dd .is-plus.active {
  background: url(/humanframe/theme/starbucks/assets/images/ico_plus_active.png) no-repeat center center;
}
.wrapper main .board-wrap .board-head .board-info-wrap dl dd .edit-day-list {
  display: none;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 1000;
  border-radius: 6px;
  border: 1px solid #00A862;
  background: #FFF;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  width: 265px;
  height: 220px;
  padding: 24px;
}
.wrapper main .board-wrap .board-head .board-info-wrap dl dd .edit-day-list .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
}
.wrapper main .board-wrap .board-head .board-info-wrap dl dd .edit-day-list ul {
  margin-top: 10px;
  height: 145px;
  overflow-y: auto;
}
.wrapper main .board-wrap .board-head .board-info-wrap dl dd .edit-day-list ul li {
  font-size: 15px;
  color: #555;
  font-weight: 400;
}
.wrapper main .board-wrap .board-head .board-info-wrap dl dd .edit-day-list ul li + li {
  margin-top: 5px;
}
.wrapper main .board-wrap .board-head .board-info-wrap dl dd .edit-day-list ul li a {
  font-size: 15px;
  color: #555;
  font-weight: 400;
}
.wrapper main .board-wrap .board-head .board-info-wrap dl dd .edit-day-list .edit-day-close {
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 2;
}
.wrapper main .board-wrap .board-head .board-info-wrap dl dd .edit-day-list .edit-day-close a {
  display: block;
  width: 40px;
  height: 40px;
  background: url(/humanframe/theme/starbucks/assets/images/ico_close.png) no-repeat center center;
}
@media only screen and (max-width: 48em) {
  .wrapper main .board-wrap .board-head .board-info-wrap dl dd .edit-day-list {
    left: 0;
    padding: 14px;
    width: 190px;
    height: 180px;
  }
  .wrapper main .board-wrap .board-head .board-info-wrap dl dd .edit-day-list .title {
    font-size: 1.2rem;
  }
  .wrapper main .board-wrap .board-head .board-info-wrap dl dd .edit-day-list ul {
    height: 126px;
  }
  .wrapper main .board-wrap .board-head .board-info-wrap dl dd .edit-day-list ul li {
    line-height: 20px;
  }
  .wrapper main .board-wrap .board-head .board-info-wrap dl dd .edit-day-list ul li + li {
    margin-top: 0px;
  }
  .wrapper main .board-wrap .board-head .board-info-wrap dl dd .edit-day-list ul li,
  .wrapper main .board-wrap .board-head .board-info-wrap dl dd .edit-day-list ul li a {
    font-size: 1.2rem;
  }
  .wrapper main .board-wrap .board-head .board-info-wrap dl dd .edit-day-list .edit-day-close a {
    display: block;
    right: 12px;
    top: 7px;
    width: 25px;
    height: 25px;
    background-size: 12px 11px;
  }
}
@media only screen and (max-width: 48em) {
  .wrapper main .board-wrap .board-head .board-info-wrap dl dt, .wrapper main .board-wrap .board-head .board-info-wrap dl dd {
    font-size: 11px;
  }
}
@media only screen and (max-width: 48em) {
  .wrapper main .board-wrap .board-body {
    margin-top: 0px;
  }
  .wrapper main .board-wrap .board-body .board-search {
    display: none;
  }
}
.wrapper main .board-wrap .board-body .board-search {
  margin-top: 20px;
  border-radius: 16px;
  background: #FFF;
  -webkit-box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.02), 0 4px 12px 0 rgba(123, 123, 123, 0.06);
          box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.02), 0 4px 12px 0 rgba(123, 123, 123, 0.06);
}
.wrapper main .board-wrap .board-body .board-search .inner {
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrapper main .board-wrap .board-body .board-search .inner .board-content-search {
  display: none;
  gap: 10px;
}
@media only screen and (max-width: 48em) {
  .wrapper main .board-wrap .board-body .board-search .inner .board-content-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0px;
  }
  .wrapper main .board-wrap .board-body .board-search .inner .board-content-search .input-box .input-control {
    width: 100%;
  }
}
.wrapper main .board-wrap .board-body .board-search .inner .title {
  font-size: 18px;
  color: #222;
  font-weight: 600;
  margin-bottom: 12px;
}
@media only screen and (max-width: 48em) {
  .wrapper main .board-wrap .board-body .board-search .inner .title {
    font-size: 11px;
  }
}
.wrapper main .board-wrap .board-body .board-search .inner .day-list .day-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.wrapper main .board-wrap .board-body .board-search .inner .day-list .day-item button.active {
  color: #111;
  font-weight: 700;
}
@media only screen and (max-width: 85.38em) {
  .wrapper main .board-wrap .board-body .board-search .inner .day-list .day-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrapper main .board-wrap .board-body .board-search .inner .day-list .day-item .day-button {
    text-align: right;
  }
}
.wrapper main .board-wrap .board-body .board-search .inner .search-list .search-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 30px;
}
.wrapper main .board-wrap .board-body .board-search .inner .search-list .search-item > * {
  margin: 5px 0;
}
.wrapper main .board-wrap .board-body .board-search .inner .search-list .search-item select {
  width: auto;
}
@media only screen and (max-width: 85.38em) {
  .wrapper main .board-wrap .board-body .board-search .inner .search-list .search-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
  .wrapper main .board-wrap .board-body .board-search .inner .search-list .search-item .search-item-btn {
    text-align: right;
  }
}
@media only screen and (max-width: 85.38em) and (max-width: 48em) {
  .wrapper main .board-wrap .board-body .board-search .inner .search-list .search-item .search-item-btn {
    text-align: center;
  }
}
@media only screen and (max-width: 48em) {
  .wrapper main .board-wrap .board-body .board-search .inner .search-list .search-item {
    display: none;
  }
}
.wrapper main .board-wrap .board-body .board-search .detail-search {
  display: none;
}
@media only screen and (max-width: 48em) {
  .wrapper main .board-wrap .board-body .board-search {
    border-radius: 0px;
    margin-top: 0px;
  }
  .wrapper main .board-wrap .board-body .board-search.active .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .wrapper main .board-wrap .board-body .board-search.active .detail-search a {
    background-image: url(/humanframe/theme/starbucks/assets/images/ico_arrow_blue_up.svg);
  }
  .wrapper main .board-wrap .board-body .board-search .detail-search {
    display: block;
    padding: 12px 0;
  }
  .wrapper main .board-wrap .board-body .board-search .detail-search a {
    font-size: 12px;
    font-weight: 600;
    color: #333;
    display: block;
    padding: 0 16px;
    background-image: url(/humanframe/theme/starbucks/assets/images/ico_arrow_blue_down.svg);
    background-position: calc(100% - 1.6rem) center;
    background-repeat: no-repeat;
  }
  .wrapper main .board-wrap .board-body .board-search .inner {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px 16px 10px 16px;
    border-radius: 0px;
    gap: 5px;
  }
  .wrapper main .board-wrap .board-body .board-search .inner .day-list .day-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrapper main .board-wrap .board-body .board-search .inner .day-list .day-item .day-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 9px;
    margin: 5px 0;
  }
  .wrapper main .board-wrap .board-body .board-search .inner .day-list .day-item .day-button button {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .wrapper main .board-wrap .board-body .board-search .inner .day-list .day-item .day-button button.active {
    color: #111;
    font-weight: 700;
  }
}
@media only screen and (max-width: 48em) and (max-width: 48em) {
  .wrapper main .board-wrap .board-body .board-search .inner .day-list .day-item .day-button {
    display: none;
  }
}
@media only screen and (max-width: 48em) and (max-width: 48em) {
  .wrapper main .board-wrap .board-body .board-search .inner .search-list .title,
  .wrapper main .board-wrap .board-body .board-search .inner .search-list .search-item select {
    display: none;
  }
}
@media only screen and (max-width: 48em) {
  .wrapper main .board-wrap .board-body .board-search .inner .search-list .search-item {
    text-align: center;
  }
  .wrapper main .board-wrap .board-body .board-search .inner .search-list .search-item select {
    margin-bottom: 16px;
    width: 100%;
  }
}
.wrapper main .board-wrap .board-body .board-content {
  margin-top: 20px;
  padding: 20px 40px;
  border-radius: 16px;
  background: #FFF;
  -webkit-box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.02), 0 4px 12px 0 rgba(123, 123, 123, 0.06);
          box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.02), 0 4px 12px 0 rgba(123, 123, 123, 0.06);
}
@media only screen and (max-width: 48em) {
  .wrapper main .board-wrap .board-body .board-content {
    border-radius: 0;
    padding: 5px 16px 15px 16px;
    margin-top: 10px;
  }
}
.wrapper main .board-wrap .board-body .board-content .board-content-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 48em) {
  .wrapper main .board-wrap .board-body .board-content .board-content-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wrapper main .board-wrap .board-body .board-content .board-content-head .total-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 48em) {
  .wrapper main .board-wrap .board-body .board-content .board-content-head .total-wrap {
    display: none;
  }
}
.wrapper main .board-wrap .board-body .board-content .board-content-head .total-wrap a {
  display: none;
  position: absolute;
  right: 0;
  top: -6px;
  width: 40px;
  height: 40px;
  background: url(/humanframe/theme/starbucks/assets/images/ico_search.png) no-repeat center center;
}
@media only screen and (max-width: 48em) {
  .wrapper main .board-wrap .board-body .board-content .board-content-head .total-wrap a {
    display: none;
  }
}
.wrapper main .board-wrap .board-body .board-content .board-content-head .total-wrap .number {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  position: relative;
  white-space: nowrap;
}
.wrapper main .board-wrap .board-body .board-content .board-content-head .total-wrap .number::after {
  content: "";
  position: absolute;
  right: -16px;
  top: 3px;
  background: #CDCDCD;
  width: 1px;
  height: 14px;
}
@media only screen and (max-width: 48em) {
  .wrapper main .board-wrap .board-body .board-content .board-content-head .total-wrap .number {
    font-size: 12px;
  }
}
.wrapper main .board-wrap .board-body .board-content .board-content-head .total-wrap select {
  margin-left: 8px;
  border: 0;
  font-size: 16px;
  padding: 0 4rem 0.2rem 0.3rem;
  height: 26px;
}
@media only screen and (max-width: 48em) {
  .wrapper main .board-wrap .board-body .board-content .board-content-head .total-wrap select {
    width: auto;
    height: 20px;
  }
}
.wrapper main .board-wrap .board-body .board-content .board-content-head .board-content-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 48em) {
  .wrapper main .board-wrap .board-body .board-content .board-content-head .board-content-search.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .wrapper main .board-wrap .board-body .board-content .board-content-head .board-content-search {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  .wrapper main .board-wrap .board-body .board-content .board-content-head .board-content-search .input-box .input-control {
    width: 100%;
  }
}
.wrapper main .board-wrap .board-body .board-content .board-content-body {
  margin-top: 15px;
}
@media only screen and (max-width: 48em) {
  .wrapper main .board-wrap .board-body .board-content .board-content-body {
    margin-top: 10px;
  }
}
.wrapper main .board-wrap .board-body .board-content .board-content-body .card-list-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 48em) {
  .wrapper main .board-wrap .board-body .board-content .board-content-body .card-list-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 30em) {
  .wrapper main .board-wrap .board-body .board-content .board-content-body .card-list-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.wrapper main .board-wrap .board-body .board-content .board-content-body .card-list-wrap li a {
  display: block;
  border-radius: 12px;
  border: 1px solid #E0E0E0;
  background-color: #fff;
  overflow: hidden;
  height: 320px;
}
.wrapper main .board-wrap .board-body .board-content .board-content-body .card-list-wrap li a .img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  background-color: #E2E2E2;
}
.wrapper main .board-wrap .board-body .board-content .board-content-body .card-list-wrap li a .info {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.wrapper main .board-wrap .board-body .board-content .board-content-body .card-list-wrap li a .info .subject {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wrapper main .board-wrap .board-body .board-content .board-content-body .card-list-wrap li a .info .subject i {
  display: block;
}
.wrapper main .board-wrap .board-body .board-content .board-content-body .card-list-wrap li a .info .subject p {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #333;
  height: 50px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
}
.wrapper main .board-wrap .board-body .board-content .board-content-body .card-list-wrap li a .info .subject span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 4px;
  background: url(/humanframe/theme/starbucks/assets/images/ico_new.png) no-repeat center center;
}
.wrapper main .board-wrap .board-body .board-content .board-content-body .card-list-wrap li a .info .day {
  font-size: 14px;
  color: #999;
  font-weight: 500;
}
@media only screen and (max-width: 48em) {
  .wrapper main .board-wrap .board-body .board-content .board-content-body .card-list-wrap li a {
    height: 280px;
  }
  .wrapper main .board-wrap .board-body .board-content .board-content-body .card-list-wrap li a .info {
    gap: 0px;
    padding: 10px;
  }
  .wrapper main .board-wrap .board-body .board-content .board-content-body .card-list-wrap li a .info .subject p {
    font-size: 13px;
    height: 40px;
    line-height: 19px;
  }
  .wrapper main .board-wrap .board-body .board-content .board-content-body .card-list-wrap li a .info .subject span {
    margin-top: 2px;
    width: 15px;
    height: 16px;
    background-size: 15px 16px;
  }
  .wrapper main .board-wrap .board-body .board-content .board-content-body .card-list-wrap li a .info .day {
    font-size: 11px;
  }
}
.wrapper main .board-wrap .board-body .board-content .board-content-body .board-view-content {
  margin-bottom: 90px;
  font-size: 18px;
  color: #000;
  line-height: 180%;
}
.wrapper main .board-wrap .board-body .board-content .board-content-body .board-view-content img {
  max-width: 100%;
}
.wrapper main .board-wrap .board-body .board-content .board-content-body .board-view-content *[data-namose-item] {
  max-width: initial;
}
@media only screen and (max-width: 80em) {
  .wrapper main .board-wrap .board-body .board-content .board-content-body .board-view-content {
    overflow-x: auto;
  }
}
@media only screen and (max-width: 48em) {
  .wrapper main .board-wrap .board-body .board-content .board-content-body .board-view-content {
    margin-bottom: 40px;
  }
}
.wrapper main .board-wrap .board-body .board-content .board-content-body .board-view-content table {
  table-layout: auto !important;
}
.wrapper main .board-wrap .board-body .board-content .board-content-body .text-other-wrap {
  margin-bottom: 90px;
}
.wrapper main .board-wrap .board-body .board-content .board-content-body .text-other-wrap .text-other-head {
  background: #F2F2F2;
  padding: 24px 40px;
  border-radius: 16px;
  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;
}
@media only screen and (max-width: 48em) {
  .wrapper main .board-wrap .board-body .board-content .board-content-body .text-other-wrap .text-other-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.wrapper main .board-wrap .board-body .board-content .board-content-body .text-other-wrap .text-other-head .left-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.wrapper main .board-wrap .board-body .board-content .board-content-body .text-other-wrap .text-other-head .left-element .subject {
  font-size: 18px;
  font-weight: 700;
  color: #777;
}
.wrapper main .board-wrap .board-body .board-content .board-content-body .text-other-wrap .text-other-head .left-element a {
  font-size: 18px;
  color: #999;
  font-weight: 500;
  padding-right: 30px;
  background: url(/humanframe/theme/starbucks/assets/images/ico_arrow_down_gray.png) no-repeat right 3px;
}
.wrapper main .board-wrap .board-body .board-content .board-content-body .text-other-wrap .text-other-head .left-element a span {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid #999;
  white-space: nowrap;
}
@media only screen and (max-width: 48em) {
  .wrapper main .board-wrap .board-body .board-content .board-content-body .text-other-wrap .text-other-head .left-element {
    gap: 10px;
  }
  .wrapper main .board-wrap .board-body .board-content .board-content-body .text-other-wrap .text-other-head .left-element .subject {
    font-size: 12px;
  }
  .wrapper main .board-wrap .board-body .board-content .board-content-body .text-other-wrap .text-other-head .left-element a {
    font-size: 12px;
    background-size: 12px 12px;
    padding-right: 20px;
  }
}
.wrapper main .board-wrap .board-body .board-content .board-content-body .text-other-wrap .text-other-head .right-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 37px;
}
@media only screen and (max-width: 48em) {
  .wrapper main .board-wrap .board-body .board-content .board-content-body .text-other-wrap .text-other-head .right-element {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 30em) {
  .wrapper main .board-wrap .board-body .board-content .board-content-body .text-other-wrap .text-other-head .right-element {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.wrapper main .board-wrap .board-body .board-content .board-content-body .text-other-wrap .text-other-head .right-element dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
.wrapper main .board-wrap .board-body .board-content .board-content-body .text-other-wrap .text-other-head .right-element dl dt {
  font-size: 18px;
  font-weight: 500;
  color: #999;
}
.wrapper main .board-wrap .board-body .board-content .board-content-body .text-other-wrap .text-other-head .right-element dl dd {
  font-size: 18px;
  font-weight: 500;
  color: #555;
}
@media only screen and (max-width: 30em) {
  .wrapper main .board-wrap .board-body .board-content .board-content-body .text-other-wrap .text-other-head .right-element dl dd, .wrapper main .board-wrap .board-body .board-content .board-content-body .text-other-wrap .text-other-head .right-element dl dt {
    font-size: 12px;
  }
}
.wrapper main .board-wrap .board-body .board-content .board-content-body .text-other-wrap .text-other-body {
  display: none;
  padding: 50px 24px;
  border-radius: 0 0 16px 16px;
  border: 1px solid #DFDFDF;
  background: #FFF;
  font-size: 18px;
  color: #444;
  color: #000;
}
@media only screen and (max-width: 48em) {
  .wrapper main .board-wrap .board-body .board-content .board-content-body .text-other-wrap .text-other-body {
    overflow-x: auto;
  }
}
.wrapper main .board-wrap .board-body .board-content .board-content-body .text-other-wrap.is-active .text-other-head {
  border-radius: 16px 16px 0 0;
}
.wrapper main .board-wrap .board-body .board-content .board-content-body .text-other-wrap.is-active .text-other-head .left-element a {
  background: url(/humanframe/theme/starbucks/assets/images/ico_arrow_up_gray.png) no-repeat right 3px;
}
.wrapper main .board-wrap .board-body .board-content .board-content-body .text-other-wrap.is-active .text-other-body {
  display: block;
}
.wrapper main .board-wrap .board-body .board-file-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  position: relative;
  margin-bottom: 90px;
}
@media only screen and (max-width: 48em) {
  .wrapper main .board-wrap .board-body .board-file-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-bottom: 40px;
  }
}
.wrapper main .board-wrap .board-body .board-file-wrap .title {
  -ms-flex-preferred-size: 55px;
      flex-basis: 55px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.wrapper main .board-wrap .board-body .board-file-wrap .title span {
  display: block;
  font-size: 15px;
  color: #555;
  font-weight: 600;
}
.wrapper main .board-wrap .board-body .board-file-wrap .title span + span {
  margin-top: 10px;
}
.wrapper main .board-wrap .board-body .board-file-wrap .title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
  font-size: 12px;
  font-weight: 600;
  color: #555;
  padding: 0 0px 0 12px;
  border-radius: 4px;
  border: 1px solid #D2D7E1;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-image: url(/humanframe/theme/starbucks/assets/images/ico_arrow_down02.png);
}
.wrapper main .board-wrap .board-body .board-file-wrap .title a.active {
  color: #006241;
  border: 1px solid #00A862;
  background-image: url(/humanframe/theme/starbucks/assets/images/ico_arrow_down02_active.png);
}
@media only screen and (max-width: 48em) {
  .wrapper main .board-wrap .board-body .board-file-wrap .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .wrapper main .board-wrap .board-body .board-file-wrap .title a {
    padding: 0 25px 0 8px;
  }
  .wrapper main .board-wrap .board-body .board-file-wrap .title span + span {
    margin-top: 0px;
  }
}
.wrapper main .board-wrap .board-body .board-file-wrap .file-list {
  margin-top: -5px;
  overflow-y: auto;
}
.wrapper main .board-wrap .board-body .board-file-wrap .file-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 33px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 48em) {
  .wrapper main .board-wrap .board-body .board-file-wrap .file-list li {
    gap: 0px;
    height: 24px;
  }
}
.wrapper main .board-wrap .board-body .board-file-wrap .file-list li .info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  padding-left: 30px;
  background: url(/humanframe/theme/starbucks/assets/images/ico_clip.png) no-repeat left center;
  min-width: 0;
  overflow: hidden;
}
@media only screen and (max-width: 80em) {
  .wrapper main .board-wrap .board-body .board-file-wrap .file-list li .info-wrap {
    width: 340px;
  }
  .wrapper main .board-wrap .board-body .board-file-wrap .file-list li .info-wrap .file-name {
    display: block;
  }
}
@media only screen and (max-width: 48em) {
  .wrapper main .board-wrap .board-body .board-file-wrap .file-list li .info-wrap {
    width: calc(75vw - 20px);
    font-size: 12px;
    background-size: 13px 14px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 30em) {
  .wrapper main .board-wrap .board-body .board-file-wrap .file-list li .info-wrap {
    width: calc(80vw - 50px);
  }
}
@media only screen and (max-width: 22.5em) {
  .wrapper main .board-wrap .board-body .board-file-wrap .file-list li .info-wrap {
    width: calc(75vw - 50px);
  }
}
.wrapper main .board-wrap .board-body .board-file-wrap .file-list li .info-wrap:active {
  font-weight: 700;
}
.wrapper main .board-wrap .board-body .board-file-wrap .file-list li .info-wrap .subject {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.wrapper main .board-wrap .board-body .board-file-wrap .file-list li .download-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  position: relative;
  z-index: 10;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.wrapper main .board-wrap .board-body .board-file-wrap .file-list li .download-wrap > :last-child {
  margin-right: 10px;
  position: relative;
  z-index: 9999999999;
  padding-right: 0 !important;
}
.wrapper main .board-wrap .board-body .board-file-wrap .file-list li .download-wrap a {
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 14px;
  height: 20px;
  padding-left: 20px;
  color: #555;
}
@media only screen and (max-width: 48em) {
  .wrapper main .board-wrap .board-body .board-file-wrap .file-list li .download-wrap a {
    text-indent: -99999999px;
  }
}
.wrapper main .board-wrap .board-body .board-file-wrap .file-list li .download-wrap a.view {
  background-image: url(/humanframe/theme/starbucks/assets/images/ico_review.png);
}
.wrapper main .board-wrap .board-body .board-file-wrap .file-list li .download-wrap a.download {
  background-image: url(/humanframe/theme/starbucks/assets/images/ico_download.png);
}
.wrapper main .board-wrap .board-body .board-file-wrap .file-list li .download-wrap span {
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background: url(/humanframe/theme/starbucks/assets/images/ico_new.png) no-repeat center center;
}
@media only screen and (max-width: 48em) {
  .wrapper main .board-wrap .board-body .board-file-wrap .file-list li .download-wrap {
    gap: 10px;
  }
}
.wrapper main .board-wrap .board-body .board-file-wrap .all-download {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media only screen and (max-width: 48em) {
  .wrapper main .board-wrap .board-body .board-file-wrap .all-download {
    position: relative;
  }
}
.wrapper main .board-wrap .board-body .board-file-wrap .all-download a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 34px;
  padding: 0 16px 0 38px;
  background: url(/humanframe/theme/starbucks/assets/images/ico_download_all.png) no-repeat 14px center;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  font-size: 15px;
  font-weight: 600;
  color: #555;
}
@media only screen and (max-width: 48em) {
  .wrapper main .board-wrap .board-body .board-file-wrap .all-download a {
    font-size: 12px;
  }
}
.wrapper main .board-wrap .board-body .board-file-wrap .open-file-list {
  display: none;
  position: absolute;
  left: 0;
  top: 64px;
  z-index: 1000;
  border-radius: 6px;
  border: 1px solid #00A862;
  background: #FFF;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  padding: 24px;
}
.wrapper main .board-wrap .board-body .board-file-wrap .open-file-list .file-list {
  margin-top: 15px;
  height: 160px;
  padding-right: 15px;
}
.wrapper main .board-wrap .board-body .board-file-wrap .open-file-list .file-list li .info-wrap {
  width: 340px;
}
@media only screen and (max-width: 48em) {
  .wrapper main .board-wrap .board-body .board-file-wrap .open-file-list .file-list li .info-wrap {
    width: 67vw;
  }
}
@media only screen and (max-width: 30em) {
  .wrapper main .board-wrap .board-body .board-file-wrap .open-file-list .file-list li .info-wrap {
    width: calc(70vw - 50px);
  }
}
@media only screen and (max-width: 22.5em) {
  .wrapper main .board-wrap .board-body .board-file-wrap .open-file-list .file-list li .info-wrap {
    width: calc(61vw - 50px);
  }
}
.wrapper main .board-wrap .board-body .board-file-wrap .open-file-list .file-list li .info-wrap .file-name {
  display: block;
}
.wrapper main .board-wrap .board-body .board-file-wrap .open-file-list .file-list .download-wrap a {
  text-indent: -9999999999999px;
}
.wrapper main .board-wrap .board-body .board-file-wrap .open-file-list .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
}
.wrapper main .board-wrap .board-body .board-file-wrap .open-file-list .open-file-close {
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 2;
}
.wrapper main .board-wrap .board-body .board-file-wrap .open-file-list .open-file-close a {
  display: block;
  width: 40px;
  height: 40px;
  background: url(/humanframe/theme/starbucks/assets/images/ico_close.png) no-repeat center center;
}
@media only screen and (max-width: 48em) {
  .wrapper main .board-wrap .board-body .board-file-wrap .open-file-list {
    right: 0;
    padding: 15px;
    top: 33px;
  }
  .wrapper main .board-wrap .board-body .board-file-wrap .open-file-list .file-list {
    margin-top: 5px;
    height: 145px;
  }
  .wrapper main .board-wrap .board-body .board-file-wrap .open-file-list .title {
    font-size: 12px;
  }
  .wrapper main .board-wrap .board-body .board-file-wrap .open-file-list .open-file-close {
    right: 7px;
    top: 7px;
  }
  .wrapper main .board-wrap .board-body .board-file-wrap .open-file-list .open-file-close a {
    width: 20px;
    height: 20px;
    background-size: 15px 14px;
  }
}
.wrapper main .board-wrap .board-body .board-edit-wrap,
.wrapper main .board-wrap .board-body .board-comment {
  margin-top: 20px;
  padding: 40px;
  border-radius: 16px;
  background: #FFF;
  -webkit-box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.02), 0 4px 12px 0 rgba(123, 123, 123, 0.06);
          box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.02), 0 4px 12px 0 rgba(123, 123, 123, 0.06);
}
.wrapper main .board-wrap .board-body .board-edit-wrap .title,
.wrapper main .board-wrap .board-body .board-comment .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  font-weight: 700;
}
.wrapper main .board-wrap .board-body .board-edit-wrap .title span,
.wrapper main .board-wrap .board-body .board-comment .title span {
  color: #4781FE;
}
@media only screen and (max-width: 48em) {
  .wrapper main .board-wrap .board-body .board-edit-wrap,
  .wrapper main .board-wrap .board-body .board-comment {
    padding: 20px 16px 30px 16px;
    border-radius: 0px;
  }
  .wrapper main .board-wrap .board-body .board-edit-wrap .title,
  .wrapper main .board-wrap .board-body .board-comment .title {
    font-size: 12px;
  }
}
.wrapper main .board-wrap .board-body .board-edit-wrap ul,
.wrapper main .board-wrap .board-body .board-comment ul {
  margin-top: 24px;
}
@media only screen and (max-width: 48em) {
  .wrapper main .board-wrap .board-body .board-edit-wrap ul,
  .wrapper main .board-wrap .board-body .board-comment ul {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wrapper main .board-wrap .board-body .board-edit-wrap ul li,
.wrapper main .board-wrap .board-body .board-comment ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E3E8EC;
  padding: 20px 0;
}
@media only screen and (max-width: 48em) {
  .wrapper main .board-wrap .board-body .board-edit-wrap ul li,
  .wrapper main .board-wrap .board-body .board-comment ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 0;
    line-height: inherit;
  }
}
.wrapper main .board-wrap .board-body .board-edit-wrap ul li .replay-inner,
.wrapper main .board-wrap .board-body .board-comment ul li .replay-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 48em) {
  .wrapper main .board-wrap .board-body .board-edit-wrap ul li .replay-inner,
  .wrapper main .board-wrap .board-body .board-comment ul li .replay-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wrapper main .board-wrap .board-body .board-edit-wrap ul li .left-element,
.wrapper main .board-wrap .board-body .board-comment ul li .left-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrapper main .board-wrap .board-body .board-edit-wrap ul li .left-element .name,
.wrapper main .board-wrap .board-body .board-comment ul li .left-element .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.wrapper main .board-wrap .board-body .board-edit-wrap ul li .left-element .name span,
.wrapper main .board-wrap .board-body .board-comment ul li .left-element .name span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 18px;
  color: #999;
  position: relative;
}
.wrapper main .board-wrap .board-body .board-edit-wrap ul li .left-element .name span::after,
.wrapper main .board-wrap .board-body .board-comment ul li .left-element .name span::after {
  content: "";
  position: absolute;
  right: -13px;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #D2D7E1;
}
.wrapper main .board-wrap .board-body .board-edit-wrap ul li .left-element .name span:last-child::after,
.wrapper main .board-wrap .board-body .board-comment ul li .left-element .name span:last-child::after {
  display: none;
}
.wrapper main .board-wrap .board-body .board-edit-wrap ul li .left-element .subject,
.wrapper main .board-wrap .board-body .board-comment ul li .left-element .subject {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
@media only screen and (max-width: 48em) {
  .wrapper main .board-wrap .board-body .board-edit-wrap ul li .left-element .name span,
  .wrapper main .board-wrap .board-body .board-comment ul li .left-element .name span {
    font-size: 10px;
  }
  .wrapper main .board-wrap .board-body .board-edit-wrap ul li .left-element .name span::after,
  .wrapper main .board-wrap .board-body .board-comment ul li .left-element .name span::after {
    content: "";
    position: absolute;
    right: -13px;
    top: 6px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #D2D7E1;
  }
  .wrapper main .board-wrap .board-body .board-edit-wrap ul li .left-element .subject,
  .wrapper main .board-wrap .board-body .board-comment ul li .left-element .subject {
    font-size: 12px;
  }
}
.wrapper main .board-wrap .board-body .board-edit-wrap ul li .right-element,
.wrapper main .board-wrap .board-body .board-comment ul li .right-element {
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 16px;
}
.wrapper main .board-wrap .board-body .board-edit-wrap ul li .right-element .day,
.wrapper main .board-wrap .board-body .board-comment ul li .right-element .day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.wrapper main .board-wrap .board-body .board-edit-wrap ul li .right-element .day span,
.wrapper main .board-wrap .board-body .board-comment ul li .right-element .day span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
  font-weight: 600;
  color: #7E8693;
}
.wrapper main .board-wrap .board-body .board-edit-wrap ul li .right-element .comment-btn a,
.wrapper main .board-wrap .board-body .board-comment ul li .right-element .comment-btn a {
  font-size: 14px;
  color: #333;
}
@media only screen and (max-width: 48em) {
  .wrapper main .board-wrap .board-body .board-edit-wrap ul li .right-element,
  .wrapper main .board-wrap .board-body .board-comment ul li .right-element {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 3px;
  }
  .wrapper main .board-wrap .board-body .board-edit-wrap ul li .right-element .day span,
  .wrapper main .board-wrap .board-body .board-comment ul li .right-element .day span {
    font-size: 11px;
  }
  .wrapper main .board-wrap .board-body .board-edit-wrap ul li .right-element .comment-btn a,
  .wrapper main .board-wrap .board-body .board-comment ul li .right-element .comment-btn a {
    font-size: 11px;
  }
}
.wrapper main .board-wrap .board-body .board-edit-wrap ul li.replay,
.wrapper main .board-wrap .board-body .board-comment ul li.replay {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 0px 20px 74px;
  background: url(/humanframe/theme/starbucks/assets/images/ico_replay_com.png) no-repeat 40px 22px;
}
@media only screen and (max-width: 48em) {
  .wrapper main .board-wrap .board-body .board-edit-wrap ul li.replay,
  .wrapper main .board-wrap .board-body .board-comment ul li.replay {
    padding: 10px 0px 20px 35px;
    background: url(/humanframe/theme/starbucks/assets/images/ico_replay_com.png) no-repeat 10px 18px;
    background-size: 10px 11px;
  }
  .wrapper main .board-wrap .board-body .board-edit-wrap ul li.replay .textarea-control,
  .wrapper main .board-wrap .board-body .board-comment ul li.replay .textarea-control {
    height: 12rem;
    padding: 1.6rem 1.6rem 4rem 1.6rem;
    font-size: 12px;
  }
}
.wrapper .state {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
  padding: 0 10px;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  margin-right: 1px;
  white-space: nowrap;
}
.wrapper .state.is-red {
  background-color: #CD0000;
}
.wrapper .state.is-point {
  background-color: #008248;
}
.wrapper .state.is-edit {
  color: #20543d;
  background-color: #B4C4B4;
}
.wrapper .state.is-add {
  color: #000000;
  background-color: #AAA096;
}
.wrapper .state.is-visit {
  background-color: #C5C5C5;
}
@media only screen and (max-width: 48em) {
  .wrapper .state {
    height: 20px;
    padding: 0 5px;
    font-size: 11px;
  }
}

.edit-tag {
  padding: 24px 0;
  border-top: 1px solid #E3E8EC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.edit-tag + .board-btn-wrap {
  border-top: 0;
  padding-top: 0;
}

.board-btn-wrap {
  padding-top: 24px;
  border-top: 1px solid #E3E8EC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.write-btn {
  position: relative;
  text-align: right;
  z-index: 10;
  margin-top: 20px;
}
.write-btn.is-center {
  text-align: center;
  margin-top: 20px;
}
@media only screen and (max-width: 48em) {
  .write-btn {
    display: none;
    margin-top: 30px;
  }
  .write-btn button {
    width: 100%;
  }
}

.board-write-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #DAE1E6;
}
.board-write-wrap dl:last-child {
  border-bottom: 1px solid #DAE1E6;
}
.board-write-wrap dl dt {
  -ms-flex-preferred-size: 240px;
      flex-basis: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #333;
  background: #F5F6F8;
}
.board-write-wrap dl dt span {
  color: #FF4A57;
}
.board-write-wrap dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 20px;
}
.board-write-wrap dl dd.is-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.board-write-wrap dl .btn {
  width: 100px;
}
@media only screen and (max-width: 48em) {
  .board-write-wrap dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .board-write-wrap dl:first-child {
    border-top: 0;
  }
  .board-write-wrap dl:first-child dt {
    padding: 0px 0 0 0;
  }
  .board-write-wrap dl dt {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    background: none;
    height: auto;
    padding: 10px 0 0 0;
    min-height: auto;
    font-size: 1.2rem;
  }
  .board-write-wrap dl dd {
    height: auto;
    padding: 5px 0 10px 0;
    min-height: 30px;
  }
  .board-write-wrap dl dd .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .board-write-wrap dl dd.is-row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.fixed-comment-wrap {
  position: fixed;
  bottom: 30px;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 15px auto;
  padding: 0 15px;
  z-index: 100;
}
.fixed-comment-wrap .comment-ico {
  display: block;
  position: fixed;
  right: 50%;
  margin-right: -850px;
  bottom: 60px;
  z-index: 1;
  -webkit-filter: drop-shadow(0 5px 5px rgba(0, 92, 61, 0.2));
          filter: drop-shadow(0 5px 5px rgba(0, 92, 61, 0.2));
}
@media only screen and (max-width: 110em) {
  .fixed-comment-wrap .comment-ico {
    right: 30px;
    margin-right: 0px;
  }
}
.fixed-comment-wrap .comment-ico a {
  display: block;
  width: 68px;
  height: 68px;
  border-radius: 34px;
  background-color: #08744F;
  background-image: url(/humanframe/theme/starbucks/assets/images/btn_comment_w.svg);
  background-repeat: no-repeat;
  background-position: center 10px;
  color: #fff;
  text-align: center;
  line-height: 620%;
}
@media only screen and (max-width: 48em) {
  .fixed-comment-wrap .comment-ico a {
    width: 48px;
    height: 48px;
    line-height: 568%;
    background-size: 17px 17px;
    font-size: 12px;
    background-position: center 7px;
  }
}
.fixed-comment-wrap .comment-ico.is-back {
  bottom: 140px;
}
.fixed-comment-wrap .comment-ico.is-back a {
  background-image: url(/humanframe/theme/starbucks/assets/images/ico_back.png);
}
@media only screen and (max-width: 64em) {
  .fixed-comment-wrap .comment-ico.is-back {
    display: none;
  }
}
.fixed-comment-wrap .comment-ico.is-search {
  display: none;
}
.fixed-comment-wrap .comment-ico.is-search a {
  background-image: url(/humanframe/theme/starbucks/assets/images/ico_search02.png);
}
@media only screen and (max-width: 48em) {
  .fixed-comment-wrap .comment-ico.is-search {
    display: block;
  }
}
.fixed-comment-wrap.active .comment-ico {
  display: none;
}
.fixed-comment-wrap.active .comment-ico.is-back {
  display: block;
}
@media only screen and (max-width: 64em) {
  .fixed-comment-wrap.active .comment-ico.is-back {
    display: none;
  }
}
.fixed-comment-wrap.active .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fixed-comment-wrap .inner {
  display: none;
  padding: 20px 16px;
  height: 110px;
  gap: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  border-radius: 16px;
  border: 1px solid #00A862;
  background: #FFF;
  -webkit-box-shadow: 4px 8px 18px 0 rgba(0, 92, 61, 0.15);
          box-shadow: 4px 8px 18px 0 rgba(0, 92, 61, 0.15);
}
@media only screen and (max-width: 48em) {
  .fixed-comment-wrap .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    padding: 15px 12px;
  }
}
.fixed-comment-wrap .inner .left-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.fixed-comment-wrap .inner .left-element strong {
  white-space: nowrap;
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #006241;
}
.fixed-comment-wrap .inner .left-element span {
  white-space: nowrap;
  display: block;
  font-size: 15px;
  color: #333;
  font-weight: 400;
}
@media only screen and (max-width: 48em) {
  .fixed-comment-wrap .inner .left-element {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: auto;
  }
  .fixed-comment-wrap .inner .left-element strong,
  .fixed-comment-wrap .inner .left-element span {
    font-size: 12px;
  }
}
.fixed-comment-wrap .inner .textarea-wrap {
  height: 70px;
}
@media only screen and (max-width: 48em) {
  .fixed-comment-wrap .inner .textarea-wrap {
    height: auto;
    margin-top: 0;
  }
}
.fixed-comment-wrap .inner .textarea-wrap .name {
  position: absolute;
  left: 20px;
  top: 15px;
}
.fixed-comment-wrap .inner .textarea-wrap .name a {
  font-size: 18px;
  font-weight: 700;
  color: #7E8693;
}
.fixed-comment-wrap .inner .textarea-wrap .name.is-active .name-list {
  display: block;
}
.fixed-comment-wrap .inner .textarea-wrap .name .name-list {
  display: none;
  width: 150px;
  height: 140px;
  position: absolute;
  left: 0;
  top: -150px;
  padding: 16px;
  border-radius: 6px;
  border: 1px solid #E6E6E6;
  background: #F9F9F9;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
}
.fixed-comment-wrap .inner .textarea-wrap .name .name-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  height: 120px;
  overflow-y: auto;
}
.fixed-comment-wrap .inner .textarea-wrap .name .name-list ul li a {
  font-size: 14px;
  color: #555;
}
.fixed-comment-wrap .inner .textarea-wrap .name .name-list ul li a:hover {
  color: #006241;
}
.fixed-comment-wrap .inner .textarea-wrap textarea {
  padding: 1.6rem 17rem 1.6rem 1.6rem;
}
@media only screen and (max-width: 48em) {
  .fixed-comment-wrap .inner .textarea-wrap textarea {
    height: 130px;
    padding: 1.6rem 1.6rem 5.6rem 1.5rem;
  }
}
.fixed-comment-wrap .inner .textarea-wrap .textarea-btn {
  margin-top: -20px;
}
.fixed-comment-wrap .inner .textarea-wrap .textarea-btn button {
  width: 30px;
  height: 30px;
  background: url(/humanframe/theme/starbucks/assets/images/btn_comment.svg) no-repeat center center;
}
@media only screen and (max-width: 48em) {
  .fixed-comment-wrap .inner .textarea-wrap .textarea-btn button {
    background-size: 17px 17px;
  }
}

.table.is-mypage tbody td {
  color: #333;
}
.table.is-mypage tbody td.subject a {
  color: #333;
}
@media only screen and (max-width: 48em) {
  .table colgroup col {
    display: none;
  }
}
.table thead th {
  background-color: #F7F8FD;
  height: 45px;
  text-align: center;
  font-size: 15px;
  color: #7A7B7D;
  font-weight: 700;
}
.table thead th:first-of-type {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.table thead th:last-of-type {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
@media only screen and (max-width: 48em) {
  .table thead {
    display: none;
  }
}
.table tbody tr:hover {
  background: #F9F9F9;
}
.table tbody tr:hover td.subject .is-view {
  display: block;
}
@media only screen and (max-width: 48em) {
  .table tbody tr:hover td.subject .is-view {
    display: none;
  }
}
@media only screen and (max-width: 48em) {
  .table tbody tr {
    display: block;
    border-bottom: 1px solid #D2D7E1;
    padding: 5px 0;
  }
  .table tbody tr:first-of-type {
    border-top: 1px solid #D2D7E1;
  }
  .table tbody tr td.mobile-none {
    display: none;
  }
}
.table tbody .visit td {
  color: #333;
}
.table tbody .visit td.subject a {
  color: #333;
}
.table tbody .visit td a .replay-count {
  color: #999;
  background: url(/humanframe/theme/starbucks/assets/images/ico_comment_gray.png) no-repeat left center;
}
.table tbody .bg {
  background-color: #F9F9F9;
}
.table tbody td {
  text-align: center;
  border-bottom: 1px solid #D2D7E1;
  padding: 10px 5px;
  font-size: 15px;
  font-weight: 500;
  color: #0000FF;
}
.table tbody td.rdcnt {
  text-align: right;
  padding: 10px 20px 10px 5px;
}
.table tbody td .text-dot {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media only screen and (max-width: 48em) {
  .table tbody td {
    display: block;
    border-bottom: 0;
    width: 100%;
    text-align: left;
    padding: 3px 0px 3px 0px;
    font-size: 11px;
  }
  .table tbody td:first-of-type {
    font-size: 14px;
    color: #666 !important;
  }
  .table tbody td.subject a {
    font-size: 13px;
    display: inline-block;
  }
  .table tbody td.count {
    display: none;
  }
  .table tbody td.inline {
    display: inline;
    margin-right: 10px;
    position: relative;
  }
  .table tbody td.inline:after {
    display: block;
    content: "";
    width: 1px;
    height: 7px;
    background: #c5c5c5;
    position: absolute;
    right: -7px;
    top: 6px;
  }
  .table tbody td.inline.is-last:after {
    display: none;
  }
}
.table tbody td.subject {
  text-align: left;
  position: relative;
  padding: 10px 30px 10px 10px;
}
.table tbody td.subject a {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #0000FF;
}
@media only screen and (max-width: 48em) {
  .table tbody td.subject a {
    display: inline-block;
    font-size: 13px;
  }
}
.table tbody td.subject.is-replay-btn {
  padding: 10px 60px 10px 10px;
}
@media only screen and (max-width: 48em) {
  .table tbody td.subject.is-replay-btn {
    padding: 2px 30px 0px 0px;
  }
}
@media only screen and (max-width: 48em) {
  .table tbody td.subject {
    padding: 2px 0px 0px 0px;
    line-height: 200%;
  }
}
.table tbody td.subject i {
  display: block;
  width: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.table tbody td.subject .subject-info {
  position: relative;
}
@media only screen and (max-width: 85.38em) {
  .table tbody td.subject .subject-info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .table tbody td.subject .subject-info span {
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 85.38em) and (max-width: 48em) {
  .table tbody td.subject .subject-info span {
    position: relative;
    top: 0;
    white-space: normal;
  }
}
.table tbody td.subject .is-view {
  font-style: normal;
  display: none;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -10px;
  width: 24px;
  height: 24px;
  background: url(/humanframe/theme/starbucks/assets/images/ico_view.png) no-repeat center center;
  cursor: pointer;
}
.table tbody td.subject .is-view:hover span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table tbody td.subject .is-view span {
  font-size: 14px;
  font-weight: 600;
  color: #31415F;
  position: absolute;
  left: 50%;
  margin-left: -75px;
  top: 30px;
  display: none;
  width: 150px;
  height: 34px;
  padding: 8px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  border: 1px solid #B1B8BE;
  background: #FFF;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 48em) {
  .table tbody td.subject .is-view {
    display: none;
  }
}
.table tbody td.subject .replay-more-btn {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background: url(/humanframe/theme/starbucks/assets/images/ico_arrow_replay_down.svg?v=2) no-repeat center center;
  cursor: pointer;
}
.table tbody td.subject .replay-more-btn.is-up {
  background: url(/humanframe/theme/starbucks/assets/images/ico_arrow_replay_up.svg?v=2) no-repeat center center;
}
@media only screen and (max-width: 48em) {
  .table tbody td.subject .replay-more-btn {
    right: 0px;
  }
}
.table tbody td:first-of-type {
  color: #006241;
}
.table tbody td.replay {
  padding: 10px 30px 10px 55px;
  background: url(/humanframe/theme/starbucks/assets/images/ico_replay.png) no-repeat 20px center;
}
@media only screen and (max-width: 48em) {
  .table tbody td.replay {
    padding: 5px 10px 0px 30px;
    background: url(/humanframe/theme/starbucks/assets/images/ico_replay.png) no-repeat 12px center;
    background-size: 12px 13px;
  }
  .table tbody td.replay a {
    line-height: 150%;
  }
}
.table tbody td a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  word-break: break-all;
}
.table tbody td a .replay-count {
  white-space: nowrap;
  font-weight: 400;
  color: #006241;
  padding-left: 20px;
  background: url(/humanframe/theme/starbucks/assets/images/ico_comment.png) no-repeat left center;
}
.table tbody td a .new {
  margin-top: 3px;
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  vertical-align: middle;
  background: url(/humanframe/theme/starbucks/assets/images/ico_new.png) no-repeat center center;
}
@media only screen and (max-width: 48em) {
  .table tbody td a .new {
    margin-bottom: 3px;
    background-size: 15px 16px;
  }
}

.paginate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  position: relative;
  margin: 40px auto 0px auto;
  text-align: center;
  font-size: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 48em) {
  .paginate {
    gap: 0px;
    margin: 15px auto 0px auto;
  }
}
.paginate a {
  display: inline-block;
  color: #444;
  font-size: 1.7rem;
  line-height: 4rem;
  height: 4rem;
  width: 4rem;
  background-color: transparent;
  font-weight: 400;
  vertical-align: middle;
  text-align: center;
  color: #555;
  white-space: nowrap;
}
@media only screen and (max-width: 48em) {
  .paginate a {
    display: inline-block;
    width: 3rem; /* ← 3rem → 모바일용으로 변경 */
    height: 2.5rem; /* 필요하면 추가 */
    line-height: 2.5rem;
    font-size: 1.2rem !important;
  }
}
.paginate a.active {
  border: 1px solid #006241 !important;
  color: #fff !important;
  background-color: #006241;
  border-radius: 0.6rem;
}
@media only screen and (max-width: 48em) {
  .paginate a.active {
    display: inline-block;
    border: 0 !important;
    width: 4rem;
  }
}
.paginate a.com, .paginate a.m-prev, .paginate a.m-next {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
}
.paginate a.com {
  color: #31415F;
  font-size: 1.7rem;
  line-height: 4rem;
  height: 4rem;
  width: 6rem;
}
.paginate a.com.prev {
  background-image: url(/humanframe/theme/starbucks/assets/images/ico_arrow_left.png);
  background-position: left center;
  padding-left: 1.5rem;
  margin-right: 5px;
}
.paginate a.com.next {
  background-image: url(/humanframe/theme/starbucks/assets/images/ico_arrow_right.png);
  background-position: right center;
  padding-right: 1.5rem;
  margin-left: 5px;
}
.paginate a.com.disabled {
  opacity: 0.6;
  pointer-events: none;
}
.paginate a.m-prev {
  background-image: url(/humanframe/theme/starbucks/assets/images/ico_arrow_left.png);
}
.paginate a.m-prev.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.paginate a.m-next {
  background-image: url(/humanframe/theme/starbucks/assets/images/ico_arrow_right.png);
}
.paginate a.m-next.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.paginate a .sr-only {
  display: none;
}
.paginate .num-page-total {
  display: none;
}
@media only screen and (max-width: 48em) {
  .paginate .num-page-total {
    display: inline-block;
    position: relative;
    font-size: 1.7rem;
    height: 4rem;
    vertical-align: middle;
    line-height: 4rem;
  }
  .paginate .num-page-total::before {
    content: "/";
    display: inline-block;
    width: 16px;
    text-align: center;
  }
  .paginate .num-page-total em {
    display: inline-block;
    margin-left: 5px;
    color: #555;
  }
}
.paginate a.m-prev, .paginate a.m-next {
  display: none !important;
}
@media only screen and (max-width: 48em) {
  .paginate a.m-prev, .paginate a.m-next {
    display: inline-block !important;
  }
}

.layerpopup-wrap {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  position: fixed;
  width: 1140px;
  border-radius: 12px;
  border: 1px solid #00A862;
  background: #FFF;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  z-index: 1001;
}
.layerpopup-wrap.is-view {
  top: 10px;
  bottom: 10px;
  width: 80%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media only screen and (max-width: 64em) {
  .layerpopup-wrap.is-view {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    width: auto;
  }
}
.layerpopup-wrap.active {
  display: block;
}
.layerpopup-wrap.is-small {
  width: 600px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.layerpopup-wrap .h2 {
  font-size: 28px;
  font-weight: 700;
  color: #333;
}
@media only screen and (max-width: 64em) {
  .layerpopup-wrap {
    padding: 25px 15px;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    width: auto;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  .layerpopup-wrap .h2 {
    font-size: 16px;
  }
  .layerpopup-wrap.is-small {
    max-width: 600px;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    width: auto;
  }
}
@media only screen and (max-width: 48em) {
  .layerpopup-wrap.is-small {
    max-width: 100%;
    width: auto;
    left: 10px;
    right: 10px;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
  .layerpopup-wrap.is-search {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    top: 20px;
    bottom: auto;
    width: auto;
  }
  .layerpopup-wrap.is-search .layerpopup-body.mobile {
    height: auto !important;
  }
}
.layerpopup-wrap .layerpopup-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}
.layerpopup-wrap .layerpopup-head .total-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layerpopup-wrap .layerpopup-head .total-wrap .number {
  font-weight: 700;
  color: #333;
  font-size: 1.8rem;
  position: relative;
}
.layerpopup-wrap .layerpopup-head .total-wrap .number::after {
  content: "";
  width: 1px;
  height: 14px;
  background-color: #CDCDCD;
  position: absolute;
  top: 5px;
  right: -16px;
}
.layerpopup-wrap .layerpopup-head .total-wrap select {
  width: auto;
  border: none;
  font-weight: 700;
  padding: 1rem 5rem 1rem 1.2rem;
}
.layerpopup-wrap .layerpopup-head .left-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 30em) {
  .layerpopup-wrap .layerpopup-head .left-element {
    -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;
    gap: 10px;
  }
}
.layerpopup-wrap .layerpopup-head .left-element .title {
  font-size: 17px;
  color: #333;
  font-weight: 700;
}
@media only screen and (max-width: 48em) {
  .layerpopup-wrap .layerpopup-head .left-element .title {
    font-size: 12px;
  }
}
.layerpopup-wrap .layerpopup-head .right-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 30em) {
  .layerpopup-wrap .layerpopup-head .right-element {
    -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;
    gap: 10px;
  }
}
.layerpopup-wrap .layerpopup-head .right-element .title {
  font-size: 17px;
  color: #333;
  font-weight: 700;
}
@media only screen and (max-width: 48em) {
  .layerpopup-wrap .layerpopup-head .right-element .title {
    font-size: 12px;
  }
}
.layerpopup-wrap .layerpopup-head .right-element .input-box .input-control {
  width: 250px;
}
@media only screen and (max-width: 30em) {
  .layerpopup-wrap .layerpopup-head .right-element .input-box {
    width: 100%;
  }
  .layerpopup-wrap .layerpopup-head .right-element .input-box .input-control {
    width: 100%;
  }
}
@media only screen and (max-width: 64em) {
  .layerpopup-wrap .layerpopup-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .layerpopup-wrap .layerpopup-head .title {
    -ms-flex-preferred-size: 70px;
        flex-basis: 70px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media only screen and (max-width: 64em) and (max-width: 30em) {
  .layerpopup-wrap .layerpopup-head .title {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media only screen and (max-width: 48em) {
  .layerpopup-wrap .layerpopup-head {
    padding: 10px 0;
    gap: 10px;
  }
}
.layerpopup-wrap .layerpopup-body,
.layerpopup-wrap .layerpopup-view-body {
  height: auto;
  overflow-y: normal;
}
.layerpopup-wrap .layerpopup-body.active,
.layerpopup-wrap .layerpopup-view-body.active {
  height: 394px;
  overflow-y: auto;
}
.layerpopup-wrap .layerpopup-body.mobile,
.layerpopup-wrap .layerpopup-view-body.mobile {
  height: 220px;
  overflow-y: auto;
}
.layerpopup-wrap .layerpopup-view-body {
  margin-top: 10px;
}
.layerpopup-wrap .layerpopup-view-body iframe {
  width: 100%;
  height: calc(100vh - 150px);
}
@media only screen and (max-width: 48em) {
  .layerpopup-wrap .layerpopup-view-body iframe {
    width: 100%;
    height: calc(100svh - 100px);
  }
}
.layerpopup-wrap .layerpopup-close {
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 2;
}
.layerpopup-wrap .layerpopup-close a {
  display: block;
  width: 40px;
  height: 40px;
  background: url(/humanframe/theme/starbucks/assets/images/ico_close.png) no-repeat center center;
}
.layerpopup-wrap .layerpopup-body .detail-search {
  font-size: 12px;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
}
.layerpopup-wrap .layerpopup-body .board-search .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.layerpopup-wrap .layerpopup-body .board-search .inner .title {
  font-size: 11px;
  font-weight: 600;
  color: #222;
  margin-bottom: 12px;
}
.layerpopup-wrap .layerpopup-body .board-content-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.layerpopup-wrap .layerpopup-body .board-content-search .input-box input {
  width: 100%;
}

.layerpopup-mask {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.3);
}
.layerpopup-mask.active {
  display: block;
}

.input-box {
  position: relative;
}
.input-box button {
  position: absolute;
  right: 4px;
  top: 4px;
  width: 40px;
  height: 40px;
  background: url(/humanframe/theme/starbucks/assets/images/ico_search.png) no-repeat center center;
}
@media only screen and (max-width: 48em) {
  .input-box button {
    width: 20px;
    height: 20px;
    top: 5px;
    right: 8px;
    background-size: 15px 14px;
  }
}
.input-box .input-control {
  width: 340px;
  padding: 1rem 4.2rem 1rem 1.2rem;
}

.list-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 48em) {
  .list-btn {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .list-btn .btn.is-small {
    height: 35px;
  }
}

.slick-header-column,
.slick-header-columns {
  background: #F5F6F8 !important;
  font-family: inherit;
  font-size: 14px;
  font-family: "Pretendard", "sans-serif" !important;
  border: none !important;
}

.slick-cell {
  font-size: 16px;
}

#eba7279a-1f0e-48a5-4dc4-9cbe3944ec7f {
  background-color: transparent !important;
  border: none !important;
}

#e1c821d1-df58-4f1f-72e2-565af3f8ccca {
  background-color: #D9D9D9 !important;
}
#e1c821d1-df58-4f1f-72e2-565af3f8ccca input,
#e1c821d1-df58-4f1f-72e2-565af3f8ccca span {
  color: #333 !important;
}

.slick-cell {
  font-family: "Pretendard", "sans-serif" !important;
}

.slick-viewport::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.slick-viewport::-webkit-scrollbar-track {
  background: #E9E9E9;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.slick-viewport::-webkit-scrollbar-thumb {
  background: #8E8E8E;
  border-radius: 10px;
}
.slick-viewport::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.slick-header.ui-state-default {
  border-right: none !important;
}

.board-view-content a {
  text-decoration: underline;
  color: #0000ee;
}

.table colgroup col.w90 {
  width: 90px;
}
.table colgroup col.w95 {
  width: 95px;
}
.table colgroup col.w100 {
  width: 100px;
}
.table colgroup col.w120 {
  width: 120px;
}
.table colgroup col.w135 {
  width: 135px;
}
.table colgroup col.w115 {
  width: 115px;
}
.table colgroup col.wauto {
  width: auto;
}
.table colgroup col.w150 {
  width: 150px;
}
.table colgroup col.w160 {
  width: 160px;
}
.table colgroup col.w200 {
  width: 200px;
}
.table tbody td.rdcnt {
  text-align: right;
  padding: 10px 20px 10px 5px;
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.board-comment .left-element .subject.cn {
  word-break: break-word;
}

.table-mobile {
  overflow-x: auto;
  width: 100%;
}

#file_uploader_lock {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table tbody td .nodata {
  color: #006241 !important;
  text-align: center;
}
@media only screen and (max-width: 48em) {
  .table tbody td .nodata {
    font-size: 1.4rem;
  }
}

.data-none-text {
  padding: 40px 0;
  font-weight: 500;
  color: #006241 !important;
  text-align: center;
  font-size: 1.8rem;
}
@media only screen and (max-width: 48em) {
  .data-none-text {
    font-size: 1.4rem;
    padding: 20px 0;
  }
}

.login-wrap {
  width: 100%;
  max-width: 330px;
  height: 70vh;
  margin: 0 auto;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.login-wrap .login-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.login-wrap .login-title span {
  font-size: 40px;
  color: #333;
  font-weight: 500;
}
.login-wrap form {
  width: 100%;
}
.login-wrap .login-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.login-wrap .login-form button {
  margin-top: 20px;
}

.center {
  text-align: center;
}

.title {
  font-size: 18px;
  font-weight: 700;
}

.temp-view {
  max-width: 1200px;
  margin: 0 auto;
  font-family: "Noto Sans Korean";
  color: #333;
  font-size: 16px;
  padding: 20px 0;
}
@media only screen and (max-width: 64em) {
  .temp-view {
    padding: 20px;
  }
}
@media only screen and (max-width: 48em) {
  .temp-view {
    padding: 0px;
  }
}
.temp-view .logo h1 {
  font-size: 20px;
}
.temp-view .logo h1 img {
  width: 50px;
  margin-right: 5px;
}
.temp-view .logo p {
  line-height: 150%;
  padding: 10px 0;
  margin: 10px 0;
  border: 1px solid #ddd;
  border-width: 1px 0px 0px 0px;
}
.temp-view .logo dl dt {
  line-height: 150%;
}
.temp-view .logo dl dd {
  margin-top: 5px;
}
.temp-view .board > div + div {
  padding-top: 30px;
  border-top: 2px solid rgb(0, 112, 74);
}
.temp-view .type-list {
  margin-top: 30px;
}
.temp-view .type-list > dl:first-child {
  margin-top: 15px;
}
.temp-view .type-list > dl + dl {
  margin-top: 20px;
}
.temp-view .type-list > dl > dt {
  font-size: 18px;
  font-weight: 700;
  padding: 10px;
  background-color: rgb(0, 112, 74);
  color: #fff;
}
@media only screen and (max-width: 48em) {
  .temp-view .type-list > dl > dt {
    font-size: 16px;
  }
}
.temp-view .type-list > dl > dd {
  padding: 15px 10px 5px 10px;
}
.temp-view .type-list > dl > dd + dd {
  border-top: 1px solid #ddd;
}
.temp-view .type-list > dl > dd > ul > li {
  padding: 10px;
  line-height: 160%;
}
.temp-view .type-list > dl > dd > ul > li dl {
  margin-top: 10px;
}
.temp-view .type-list > dl > dd > ul > li dl dt {
  font-weight: 700;
}
.temp-view .type-list > dl > dd > ul > li .normal {
  margin: 0;
}
.temp-view .type-list > dl > dd > ul > li ul li + li {
  margin-top: 10px;
}
.temp-view .type-list > dl > dd > ul > li ul li img {
  margin-top: 10px;
}
.temp-view .type-list > dl > dd > ul > li ul li ul {
  margin-top: 7px;
}
.temp-view .type-list > dl > dd > ul > li ul li ul li {
  padding-left: 15px;
}
.temp-view .type-list > dl > dd > ul > li ul li ul li + li {
  margin-top: 5px;
}
.temp-view .type-list > dl > dd > ul > li ul li ul li ul {
  margin-top: 7px;
}
.temp-view .type-list > dl > dd > ul > li ul li ul li ul li {
  padding-left: 15px;
  position: relative;
}
.temp-view .type-list > dl > dd > ul > li ul li ul li ul li:after {
  position: absolute;
  left: 5px;
  top: 0px;
  content: "-";
}

.normal {
  margin-top: 20px;
}
.normal li {
  line-height: 150%;
}
@media only screen and (max-width: 48em) {
  .normal li {
    font-size: 16px;
  }
}
.normal li + li {
  margin-top: 5px;
}

.drink-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.drink-list > li {
  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: 1;
      -ms-flex: 1;
          flex: 1;
}
.drink-list > li ul {
  display: contents;
}
.drink-list > li ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1rem;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  text-align: center;
}
.drink-list > li ul li.bg {
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  background-color: rgb(0, 112, 74);
  padding: 15px 10px;
  word-break: keep-all;
  font-weight: 700;
  text-align: center;
}
.drink-list > li:first-child ul li {
  width: 200px;
}