@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 100;
  src: url(../font/Pretendard-Thin.woff2) format("woff2"), url(../font/Pretendard-Thin.woff) format("woff"), url(../font/Pretendard-Thin.otf) format("opentype");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 200;
  src: url(../font/Pretendard-ExtraLight.woff2) format("woff2"), url(../font/Pretendard-ExtraLight.woff) format("woff"), url(../font/Pretendard-ExtraLight.otf) format("opentype");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 300;
  src: url(../font/Pretendard-Light.woff2) format("woff2"), url(../font/Pretendard-Light.woff) format("woff"), url(../font/Pretendard-Light.otf) format("opentype");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  src: url(../font/Pretendard-Regular.woff2) format("woff2"), url(../font/Pretendard-Regular.woff) format("woff"), url(../font/Pretendard-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  src: url(../font/Pretendard-Medium.woff2) format("woff2"), url(../font/Pretendard-Medium.woff) format("woff"), url(../font/Pretendard-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 600;
  src: url(../font/Pretendard-SemiBold.woff2) format("woff2"), url(../font/Pretendard-SemiBold.woff) format("woff"), url(../font/Pretendard-SemiBold.otf) format("opentype");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 700;
  src: url(../font/Pretendard-Bold.woff2) format("woff2"), url(../font/Pretendard-Bold.woff) format("woff"), url(../font/Pretendard-Bold.otf) format("opentype");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 800;
  src: url(../font/Pretendard-ExtraBold.woff2) format("woff2"), url(../font/Pretendard-ExtraBold.woff) format("woff"), url(../font/Pretendard-ExtraBold.otf) format("opentype");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 900;
  src: url(../font/Pretendard-Black.woff2) format("woff2"), url(../font/Pretendard-Black.woff) format("woff"), url(../font/Pretendard-Black.otf) format("opentype");
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  margin: 0;
}

input, select, textarea {
  box-sizing: border-box;
}

textarea {
  resize: none;
  display: block;
}

img {
  display: block;
}

button {
  border: 0;
  padding: 0;
  background-color: transparent;
  line-height: 1;
  cursor: pointer;
}

html {
  font-size: 10px;
}

body {
  font-family: "Pretendard", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

header {
  padding: 17px 0;
  border-bottom: 2px solid #0097e1;
}
header .container {
  display: flex;
  align-items: center;
}
header .nav-menu {
  margin-left: auto;
}
header .nav-menu ul {
  display: flex;
  column-gap: 55px;
}
header .alarm-wrap {
  margin-left: 28px;
}
header .alarm-wrap .alarm-btn {
  display: block;
  width: 36px;
  height: 35px;
  background-image: url(../img/icon-alarm.png);
  background-size: 36px 35px;
  background-repeat: no-repeat;
  background-position: center;
}
header .alarm-wrap .alarm-btn.new {
  background-image: url(../img/icon-alarm-new.png);
}

/* User Type Badge in Header */
.user-type-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  margin-left: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  position: relative;
}
.user-type-badge:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.user-type-badge i {
  font-size: 13px;
}
.user-type-badge span {
  white-space: nowrap;
}

/* Pulse Animation */
@keyframes badge-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 151, 225, 0.5);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 151, 225, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 151, 225, 0);
  }
}
@keyframes badge-pulse-partner {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 96, 190, 0.5);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 96, 190, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 96, 190, 0);
  }
}

/* Partner Badge - 진한 파란색 */
.user-type-badge.partners {
  background-color: #0060be;
  color: #fff;
  animation: badge-pulse-partner 2s infinite;
}
.user-type-badge.partners:hover {
  background-color: #0050a0;
  animation: none;
}

/* Attendee Badge - 밝은 파란색 */
.user-type-badge.attendees {
  background-color: #0097e1;
  color: #fff;
  animation: badge-pulse 2s infinite;
}
.user-type-badge.attendees:hover {
  background-color: #0080c5;
  animation: none;
}

main {
  padding: 60px 0;
}
main .container h2.title {
  background-image: url(../img/title-deco.png);
  background-size: 25px 14px;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 40px;
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
}
main .container h2.title span {
  display: block;
  margin-top: 10px;
  font-size: 2.5rem;
  font-weight: 300;
}

footer {
  border-top: 1px solid #cacaca;
  padding: 34px 0;
  text-align: center;
  color: #707070;
  font-size: 1.3rem;
}
footer address {
  margin-bottom: 10px;
}

.container {
  margin: 0 auto;
  width: 1200px;
}

input, textarea, select {
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  padding: 11px 13px;
  font-size: 1.4rem;
  font-weight: 400;
  width: 100%;
}

.popup-layer {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  padding: 30px 50px;
  max-width: 90%;
}
.popup-layer.common-popup {
  padding: 35px;
}
.popup-layer.open {
  display: block;
}
.popup-layer .close-btn {
  position: absolute;
  top: 17px;
  right: 20px;
  width: 20px;
  height: 20px;
  background-image: url(../img/popup-btn-close.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.popup-layer .popup-head .popup-title {
  margin-bottom: 10px;
  font-size: 3.1rem;
  font-weight: 500;
  text-align: center;
}
.popup-layer .popup-head .popup-title.deco {
  background-image: url(../img/title-deco.png);
  background-size: 24px 13px;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 30px;
}
@media screen and (max-width: 450px) {
  .popup-layer .popup-head .popup-title {
    font-size: 2.5rem;
  }
}
.popup-layer .popup-head .popup-desc {
  margin-bottom: 33px;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  color: #979797;
}
.popup-layer .popup-content {
  margin-top: 22px;
}
.popup-layer .popup-content .form-control textarea {
  width: 100%;
  height: 100px;
}
.popup-layer .popup-btn-wrap {
  display: flex;
  justify-content: center;
  column-gap: 10px;
  margin-top: 33px;
}

.btn {
  display: block;
  font-weight: 500;
  color: #ffffff;
}
.btn.type-01 {
  border-radius: 3px;
  background-color: #5c5c5c;
  padding: 12px 15px;
  font-size: 1.3rem;
  line-height: 1.6rem;
}
.btn.type-02 {
  margin: 30px auto 0;
  border-radius: 37px;
  background-color: #a5a5a5;
  padding: 10px 20px;
  font-size: 1.6rem;
  cursor: pointer;
}
.btn.type-02.active {
  background-color: #0097e1;
}
.btn.type-03 {
  border-radius: 3px;
  background-color: #1292d6;
  padding: 12px 20px;
  font-size: 1.5rem;
  line-height: 1.6rem;
  font-weight: 500;
}

.toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  /* width: 260px; */
  z-index: 9999;
  display: flex;
  flex-direction: column-reverse;
  gap: 6px;
}

.toast-container .toast-message {
  position: relative;
  width: 260px;
  min-height: 40px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url(../../img/toast-logo.png);
  background-repeat: no-repeat;
  background-position: 13px 8px;
  background-size: 24px;
  padding: 12px 27px;
  transform: translateX(100%) scale(0.9);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* overflow: hidden; */
  max-height: 200px;
}

.toast-container .toast-message.show {
  transform: translateX(0) scale(1);
  opacity: 1;
}

.toast-container .toast-message.hide {
  transform: translateX(100%) scale(0.95);
  opacity: 0;
  max-height: 0;
  min-height: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.toast-container .toast-message .close-btn {
  position: absolute;
  top: -7px;
  left: -6px;
  width: 18px;
  height: 18px;
  background-image: url(../img/icon-close-toast.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: opacity 0.2s ease;
  cursor: pointer;
}

.toast-container .toast-message .close-btn:hover {
  opacity: 0.7;
}

.toast-container .toast-message a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  line-height: 140%;
  word-break: break-word;
}

main .container.reg-type-page h2.title {
  background-size: 37px 21px;
  padding-bottom: 50px;
}
main .container.reg-type-page .reg-types {
  display: flex;
  justify-content: center;
  column-gap: 35px;
  margin-top: 43px;
}
main .container.reg-type-page .reg-types .reg-card {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: 250px;
  height: 140px;
}
main .container.reg-type-page .reg-types .reg-card.attendees {
  background-color: #0097e1;
}
main .container.reg-type-page .reg-types .reg-card.partners {
  background-color: #0060be;
}
main .container.reg-type-page .reg-types .reg-card span {
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
main .container.reg-type-page .reg-types .reg-card span::after {
  position: absolute;
  bottom: -4px;
  content: "";
  display: block;
  width: 100%;
  height: 2.4px;
  background-color: #ffffff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
main .container.reg-type-page .reg-types .reg-card:hover span::after {
  transform: scaleX(1);
}

@media screen and (max-width: 440px) {
  main .container.reg-type-page h2.title {
    font-size: 2.4rem;
    line-height: 140%;
  }
  main .container.reg-type-page .reg-types {
    flex-direction: column;
    row-gap: 20px;
  }
  main .container.reg-type-page .reg-types .reg-card {
    width: 100%;
    height: 120px;
  }
}
main .container.regist-page {
  border-radius: 5px;
  border: 1px solid #cacaca;
  padding: 30px 50px 35px;
  width: 100%;
  max-width: 900px;
}
main .container.regist-page .regist-form {
  margin-top: 25px;
  border-top: 1px solid #afc5b6;
  padding-top: 20px;
}
main .container.regist-page .regist-form .form-group {
  margin-bottom: 17px;
}
main .container.regist-page .regist-form .form-group label, main .container.regist-page .regist-form .form-group span.label-text {
  display: block;
  margin-bottom: 6px;
  font-size: 1.3rem;
  font-weight: 600;
  color: #333333;
}
main .container.regist-page .regist-form .form-group .radio-container {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
main .container.regist-page .regist-form .form-group .radio-container .radio-group {
  display: flex;
  align-items: center;
  column-gap: 8px;
  margin-top: 5px;
}
main .container.regist-page .regist-form .form-group .radio-container .radio-group label {
  margin-bottom: 0;
}
main .container.regist-page .regist-form .form-group .help-text {
  margin-top: 15px;
  font-size: 1.3rem;
  font-weight: 400;
  color: #979797;
}
main .container.regist-page .regist-form .form-group .error-text {
  display: none;
  margin-top: 8px;
  font-size: 1.3rem;
  font-weight: 400;
  color: #dd610e;
}
main .container.regist-page .regist-form .form-group .company-search, main .container.regist-page .regist-form .form-group .profile-image-upload {
  display: flex;
  align-items: center;
  column-gap: 7px;
}
main .container.regist-page .regist-form .form-group .company-search input, main .container.regist-page .regist-form .form-group .profile-image-upload input {
  width: calc(100% - 80px);
  height: 40px;
}
main .container.regist-page .regist-form .form-group .introduction {
  width: 100%;
  height: 150px;
}
main .container.regist-page .regist-form .form-group.input-error input, main .container.regist-page .regist-form .form-group.input-error select {
  border-color: #ea5858;
}
main .container.regist-page .regist-form .form-group.input-error .help-text {
  display: none;
}
main .container.regist-page .regist-form .form-group.input-error .error-text {
  display: block;
  color: #dd610e;
}
main .container.regist-page .regist-footer {
  margin-top: 35px;
}
main .container.regist-page .regist-footer p {
  border-top: 1px solid #afc5b6;
  padding-top: 20px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 120%;
}
main .container.regist-page .regist-footer p:last-child {
  margin-top: 25px;
}
main .container.regist-page .regist-footer p a {
  color: #0097e1;
}
/* Company Search Modal - Styles moved to company-redesign.css */
main .container.regist-page.regist-complete {
  margin: 100px auto 100px;
  padding: 68px 52px;
  width: 498px;
}
main .container.regist-page.regist-complete p {
  background-image: url(../img/regist-icon-complete.png);
  background-size: 46px 46px;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 70px;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 167%;
}

@media screen and (max-width: 1000px) {
  main .container.regist-page.regist-complete {
    margin: 20px auto 20px;
  }
}
@media screen and (max-width: 520px) {
  main .container.regist-page.regist-complete {
    margin: 0 auto;
    padding: 25px;
    width: 85%;
  }
  main .container.regist-page.regist-complete p {
    padding-top: 60px;
  }
}
@media screen and (max-width: 850px) {
  main .container.regist-page {
    margin: 0 auto;
    width: 85%;
    padding: 30px 20px;
  }
  main .container.regist-page .regist-form {
    margin-top: 20px;
  }
}
main .container.company-regist-page {
  margin: 60px auto 90px;
  border-radius: 5px;
  border: 1px solid #cacaca;
  padding: 35px 0 50px;
}
main .container.company-regist-page .regist-form {
  margin: 25px auto 0;
  border-top: 1px solid #afc5b6;
  padding-top: 30px;
  width: 100%;
  max-width: 900px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
main .container.company-regist-page .regist-form .form-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
main .container.company-regist-page .regist-form .form-group label {
  display: block;
  width: 150px;
  font-size: 1.3rem;
  font-weight: 600;
  color: #333333;
}
main .container.company-regist-page .regist-form .form-group input, main .container.company-regist-page .regist-form .form-group select, main .container.company-regist-page .regist-form .form-group .file-upload-wrapper {
  width: calc(100% - 150px);
}
main .container.company-regist-page .regist-form .form-group .help-text {
  margin-top: 15px;
  font-size: 1.3rem;
  font-weight: 400;
  color: #979797;
}
main .container.company-regist-page .regist-form .form-group #exist_files_0 + .help-text {
  margin-left: auto;
  width: calc(100% - 150px);
}
main .container.company-regist-page .regist-form .form-group .error-text {
  display: none;
  margin-top: 8px;
  margin-left: 150px;
  font-size: 1.3rem;
  font-weight: 400;
  color: #dd610e;
}
main .container.company-regist-page .regist-form .form-group.input-error input, main .container.company-regist-page .regist-form .form-group.input-error select {
  border-color: #ea5858;
}
main .container.company-regist-page .regist-form .form-group.input-error .help-text {
  display: none;
}
main .container.company-regist-page .regist-form .form-group.input-error .error-text {
  display: block;
  color: #dd610e;
}
main .container.company-regist-page .regist-form .form-group.multi-file {
  flex-wrap: wrap;
}
main .container.company-regist-page .regist-form .form-group.multi-file .add-file-field-btn {
  margin-left: calc(100% - 25px);
  border-radius: 3px;
  background-color: #c4c4c4;
  background-image: url(../img/form-btn-add-file.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 25px;
  font-size: 0;
}
main .container.company-regist-page .regist-form .form-group.multi-file label {
  height: max-content;
}
main .container.company-regist-page .regist-form .form-group.multi-file .file-upload-wrapper {
  margin-bottom: 10px;
  margin-left: auto;
}
main .container.company-regist-page .regist-form .form-group.multi-file .help-text {
  margin-bottom: 5px;
  width: calc(100% - 150px);
  font-size: 1.3rem;
}
main .container.company-regist-page .regist-form .form-group .file-upload-wrapper input[type=file] {
  height: 40px;
}
main .container.company-regist-page .regist-form .form-group .file-upload-wrapper .file-upload {
  width: 100%;
}
main .container.company-regist-page .regist-form .form-group .file-upload-wrapper .upload-btn {
  width: 72px;
}
main .container.company-regist-page .regist-form .form-group .file-upload-wrapper .img-thumbnail-wrapper {
  margin-bottom: 5px;
}
main .container.company-regist-page .regist-form .form-group .file-upload-wrapper .img-thumbnail-wrapper img {
  max-width: 100px;
}
main .container.company-regist-page .regist-form .form-group.textarea {
  border-bottom: 1px solid #afc5b6;
  padding-bottom: 30px;
}
main .container.company-regist-page .regist-form .form-group.textarea textarea {
  padding: 10px;
  border: 1px solid #cacaca;
  width: calc(100% - 150px);
  height: 410px;
}
main .container.company-regist-page .regist-form .form-group.textarea iframe {
  width: calc(100% - 150px) !important;
}

@media screen and (max-width: 950px) {
  main .container.company-regist-page {
    margin: 30px auto 60px;
  }
  main .container.company-regist-page .regist-form {
    width: 90%;
  }
}
@media screen and (max-width: 650px) {
  main .container.company-regist-page {
    margin: 20px auto 40px;
  }
  main .container.company-regist-page .regist-form .form-group.textarea textarea {
    height: 200px;
  }
}
@media screen and (max-width: 480px) {
  main .container.company-regist-page .regist-form .form-group {
    flex-direction: column;
    row-gap: 10px;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  main .container.company-regist-page .regist-form .form-group:last-child {
    margin-bottom: 0;
  }
  main .container.company-regist-page .regist-form .form-group label {
    width: 100%;
  }
  main .container.company-regist-page .regist-form .form-group input, main .container.company-regist-page .regist-form .form-group select, main .container.company-regist-page .regist-form .form-group .file-upload-wrapper {
    width: 100%;
  }
  main .container.company-regist-page .regist-form .form-group.textarea iframe {
    width: 100% !important;
  }
  main .container.company-regist-page .regist-form .form-group .error-text {
    margin-top: 0;
    margin-left: 0;
  }
}
main .container.company-list-page h2.title {
  background-position: left center;
  padding-left: 36px;
  padding-bottom: 0;
  text-align: left;
}
main .container.company-list-page .tab-wrapper {
  margin-top: 45px;
}
main .container.company-list-page .tab-wrapper .tab-nav {
  display: flex;
}
main .container.company-list-page .tab-wrapper .tab-nav li {
  border-bottom: 1px solid #000000;
  width: calc(50% - 1px);
}
main .container.company-list-page .tab-wrapper .tab-nav li a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
}
main .container.company-list-page .tab-wrapper .tab-nav li.active {
  border-top: 3px solid #1292d6;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 0;
}
main .container.company-list-page .tab-wrapper .tab-nav li.active a {
  color: #1292d6;
}
main .container.company-list-page .search-filter {
  margin-top: 60px;
  padding: 20px 41px;
  border-radius: 5px;
  border: 1px solid #cacaca;
  width: 100%;
}
main .container.company-list-page .search-filter input, main .container.company-list-page .search-filter select {
  width: auto;
}
main .container.company-list-page .search-filter .search-form {
  display: flex;
  column-gap: 13px;
}
main .container.company-list-page .search-filter .search-form select {
  width: 18.75%;
}
main .container.company-list-page .search-filter .search-form .search-input {
  display: flex;
  column-gap: 10px;
  width: 40.45%;
}
main .container.company-list-page .search-filter .search-form .search-input input {
  width: calc(100% - 100px);
}
main .container.company-list-page .search-filter .search-form .search-input .search-btn {
  width: 90px;
}
main .container.company-list-page .company-list {
  margin-top: 25px;
}
main .container.company-list-page .company-list .card-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  column-gap: 13px;
  row-gap: 15px;
}
main .container.company-list-page .company-list .card-list .card-item {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #cacaca;
  display: flex;
  flex-direction: column;
  height: 100%;
}
main .container.company-list-page .company-list .card-list .card-item .card-image {
  overflow: hidden;
  border-radius: 5px;
  aspect-ratio: 4/3;
}
main .container.company-list-page .company-list .card-list .card-item .card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
main .container.company-list-page .company-list .card-list .card-item .card-content {
  margin-top: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
main .container.company-list-page .company-list .card-list .card-item .card-content .company-name {
  font-size: 1.8rem;
  font-weight: 500;
}
main .container.company-list-page .company-list .card-list .card-item .card-content .user-name {
  margin-top: 5px;
  font-size: 1.5rem;
  font-weight: 300;
}
main .container.company-list-page .company-list .card-list .card-item .card-content .company-desc {
  margin-top: 10px;
  max-height: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 143%;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
main .container.company-list-page .company-list .card-list .card-item .card-content .company-desc img {
  max-width: 100%;
}
main .container.company-list-page .company-list .card-list .card-item .card-content .company-info {
  margin-top: 15px;
  font-size: 1.5rem;
  font-weight: 300;
}
main .container.company-list-page .company-list .card-list .card-item .card-content .company-info dt {
  margin-top: 10px;
  color: #0275b2;
  font-weight: 500;
}
main .container.company-list-page .company-list .card-list .card-item .card-content .company-info dd {
  margin-top: 3px;
}
main .container.company-list-page .company-list .card-list .card-item .card-content .card-actions {
  margin-top: auto;
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main .container.company-list-page .company-list .card-list .card-item .card-content .card-actions .favorite-btn {
  background-image: url(../img/favorite-icon.png);
  background-size: 57%;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #cacaca;
}
main .container.company-list-page .company-list .card-list .card-item .card-content .card-actions .favorite-btn.active {
  background-image: url(../img/favorite-icon-active.png);
}
main .container.company-list-page .company-list .card-list .card-item .card-content .card-actions .details-btn {
  border-radius: 5px;
  width: calc(100% - 45px);
  text-align: center;
}

@media screen and (max-width: 900px) {
  main .container.company-list-page .search-filter {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 700px) {
  main .container.company-list-page .tab-wrapper .tab-nav li a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 630px) {
  main .container.company-list-page .search-filter {
    margin-top: 30px;
  }
  main .container.company-list-page .search-filter .search-form {
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
  }
  main .container.company-list-page .search-filter .search-form select {
    width: calc((100% - 20px) / 3);
  }
  main .container.company-list-page .search-filter .search-form .search-input {
    width: 100%;
  }
  main .container.company-list-page .search-filter .search-form .search-input input {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 545px) {
  main .container.company-list-page .tab-wrapper .tab-nav li a {
    padding-top: 18px;
    line-height: 15px;
  }
}
@media screen and (max-width: 450px) {
  main .container.company-list-page .search-filter .search-form {
    flex-direction: column;
  }
  main .container.company-list-page .search-filter .search-form select {
    width: 100%;
  }
}
main .container.company-view-page .view-header-wrap {
  display: flex;
  justify-content: space-between;
  width: 780px;
}
main .container.company-view-page .view-header-wrap h2.title {
  background-position: left 10px;
  padding-left: 36px;
  padding-bottom: 0;
  width: calc(100% - 40px);
  text-align: left;
}
main .container.company-view-page .view-header-wrap .favorite-btn {
  background-image: url(../img/favorite-icon.png);
  background-size: 57%;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #cacaca;
}
main .container.company-view-page .view-header-wrap .favorite-btn.active {
  background-image: url(../img/favorite-icon-active.png);
}
main .container.company-view-page .view-header-wrap .edit-btn {
  padding: 6px 11px;
  border-radius: 5px;
  background-color: #858585;
  font-size: 1.2rem;
  font-weight: 500;
  color: #ffffff;
}
main .container.company-view-page .company-view-content {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
main .container.company-view-page .company-view-content .company-info-wrap {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #cacaca;
  width: 780px;
}
main .container.company-view-page .company-view-content .company-info-wrap .company-logo {
  margin: 0 auto;
  width: 116px;
}
main .container.company-view-page .company-view-content .company-info-wrap .company-logo > img {
  width: 100%;
}
main .container.company-view-page .company-view-content .company-info-wrap .company-visual {
  margin-top: 20px;
  width: 100%;
}
main .container.company-view-page .company-view-content .company-info-wrap .company-visual > img {
  width: 100%;
}
main .container.company-view-page .company-view-content .company-info-wrap .company-info {
  margin-top: 30px;
  font-weight: 300;
}
main .container.company-view-page .company-view-content .company-info-wrap .company-info dt {
  margin-top: 18px;
  color: #0275b2;
  font-weight: 500;
}
main .container.company-view-page .company-view-content .company-info-wrap .company-info dd {
  margin-top: 5px;
}
main .container.company-view-page .company-view-content .company-info-wrap .description {
  margin-top: 30px;
  min-height: 150px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.2;
}
main .container.company-view-page .company-view-content .company-info-wrap .download-list {
  margin-top: 30px;
}
main .container.company-view-page .company-view-content .company-info-wrap .download-list .download-item {
  margin-bottom: 10px;
  border-radius: 5px;
  background-color: #f2f2f2;
  height: 35px;
}
main .container.company-view-page .company-view-content .company-info-wrap .download-list .download-item:last-child {
  margin-bottom: 0;
}
main .container.company-view-page .company-view-content .company-info-wrap .download-list .download-item .download-btn {
  display: block;
  padding: 0 25px;
  background-image: url(../img/download-icon.png);
  background-position: center right 25px;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 35px;
}
main .container.company-view-page .company-view-content .user-details {
  width: 390px;
}
main .container.company-view-page .company-view-content .user-details .profile-card {
  padding: 20px 30px;
  border-radius: 10px;
  border: 1px solid #cacaca;
  background-color: #f3f3f3;
}
main .container.company-view-page .company-view-content .user-details .profile-card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #afc5b6;
  padding-bottom: 16px;
}
main .container.company-view-page .company-view-content .user-details .profile-card .card-header h3.card-title {
  padding-left: 17px;
  background-image: url(../img/title-deco.png);
  background-size: 10px 7px;
  background-repeat: no-repeat;
  background-position: left center;
  color: #0275b2;
  font-size: 1.8rem;
  font-weight: 500;
}
main .container.company-view-page .company-view-content .user-details .profile-card .card-header .edit-profile-btn {
  background-image: url(../img/profile-icon-edit.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
main .container.company-view-page .company-view-content .user-details .profile-card .card-body {
  margin-top: 20px;
}
main .container.company-view-page .company-view-content .user-details .profile-card .card-body .info-list .info-item {
  display: flex;
  margin-bottom: 10px;
  font-size: 1.4rem;
}
main .container.company-view-page .company-view-content .user-details .profile-card .card-body .info-list .info-item:last-child {
  margin-bottom: 0;
}
main .container.company-view-page .company-view-content .user-details .profile-card .card-body .info-list .info-item label {
  display: inline-block;
  width: 68px;
  color: #939393;
}
main .container.company-view-page .company-view-content .user-details .profile-card .card-body .profile-desc {
  margin-top: 18px;
  font-size: 1.4rem;
  font-weight: 400;
}
main .container.company-view-page .company-view-content .user-details .profile-card .card-body .profile-desc img {
  max-width: 100%;
}
main .container.company-view-page .company-view-content .user-details .request-btn, main .container.company-view-page .company-view-content .user-details .send-btn {
  border-radius: 5px;
  margin-top: 10px;
  width: 100%;
}
main .container.company-view-page .company-view-content .user-details .request-btn.pending-approval {
  background-color: #0A6E7F;
}
main .container.company-view-page .company-view-content .user-details .request-btn.meeting-confirmed {
  background-color: #F48A64;
}
main .container.company-view-page .company-view-content .user-details .meeting-request {
  margin-top: 20px;
  padding: 21px 21px 28px 21px;
  border-radius: 10px;
  border: 1px solid #cacaca;
}
main .container.company-view-page .company-view-content .user-details .meeting-request .request-list {
  margin-bottom: 10px;
}
main .container.company-view-page .company-view-content .user-details .meeting-request .request-list .request-item {
  margin-bottom: 22px;
}
main .container.company-view-page .company-view-content .user-details .meeting-request .request-list .request-item:last-child {
  margin-bottom: 0;
}
main .container.company-view-page .company-view-content .user-details .meeting-request .request-list .request-item .item-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main .container.company-view-page .company-view-content .user-details .meeting-request .request-list .request-item .item-head .user-name {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
main .container.company-view-page .company-view-content .user-details .meeting-request .request-list .request-item .item-head .user-name img {
  overflow: hidden;
  border-radius: 50%;
  width: 30px;
  height: 29px;
}
main .container.company-view-page .company-view-content .user-details .meeting-request .request-list .request-item .item-head .user-name span {
  font-size: 1.5rem;
  font-weight: 500;
}
main .container.company-view-page .company-view-content .user-details .meeting-request .request-list .request-item .item-head .write-datetime {
  font-size: 1.2rem;
  font-weight: 300;
  color: #575757;
}
main .container.company-view-page .company-view-content .user-details .meeting-request .request-list .request-item .item-body {
  margin-top: 4px;
}
main .container.company-view-page .company-view-content .user-details .meeting-request .request-list .request-item .item-body .request-content {
  padding: 14px 16px;
  border-radius: 5px;
  background-color: #f2f2f2;
  font-weight: 300;
}
main .container.company-view-page .company-view-content .user-details .meeting-request .meeting-request-form .request-content {
  border: 1px solid #cacaca;
  border-radius: 5px;
  width: 100%;
  height: 120px;
}

@media screen and (max-width: 1250px) {
  main .container.company-view-page {
    width: 95%;
  }
  main .container.company-view-page .view-header-wrap {
    width: 65%;
  }
  main .container.company-view-page .company-view-content {
    width: 100%;
  }
  main .container.company-view-page .company-view-content .company-info-wrap {
    width: 65%;
  }
  main .container.company-view-page .company-view-content .user-details {
    width: 32.5%;
  }
}
@media screen and (max-width: 900px) {
  main .container.company-view-page .view-header-wrap {
    width: 100%;
  }
  main .container.company-view-page .company-view-content {
    flex-direction: column;
  }
  main .container.company-view-page .company-view-content .company-info-wrap {
    width: 100%;
  }
  main .container.company-view-page .company-view-content .user-details {
    margin-top: 30px;
    width: 100%;
  }
  main .container.company-view-page .company-view-content .user-details .meeting-request {
    max-width: 780px;
  }
}
@media screen and (max-width: 630px) {
  main .container.company-view-page .company-view-content {
    margin-top: 15px;
  }
  main .container.company-view-page .company-view-content .company-info-wrap {
    padding: 15px;
  }
  main .container.company-view-page .company-view-content .company-info-wrap .company-info dt {
    margin-top: 12px;
  }
  main .container.company-view-page .company-view-content .company-info-wrap .description {
    margin-top: 20px;
    min-height: 100px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 450px) {
  main .container.company-view-page .view-header-wrap h2.title {
    font-size: 2.5rem;
  }
  main .container.company-view-page .company-view-content .user-details .profile-card {
    padding: 15px 20px;
  }
  main .container.company-view-page .company-view-content .user-details .meeting-request {
    padding: 15px;
  }
}
main .container.mypage.meeting-slot-page h2.title, main .container.mypage.inquiry-history-page h2.title, main .container.mypage.request-history-page h2.title {
  background-position: left center;
  padding-left: 36px;
  padding-bottom: 0;
  text-align: left;
}
main .container.mypage.meeting-slot-page .user-profile, main .container.mypage.inquiry-history-page .user-profile, main .container.mypage.request-history-page .user-profile {
  display: flex;
  column-gap: 21px;
  margin-top: 43px;
}
main .container.mypage.meeting-slot-page .user-profile .profile-img, main .container.mypage.inquiry-history-page .user-profile .profile-img, main .container.mypage.request-history-page .user-profile .profile-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
main .container.mypage.meeting-slot-page .user-profile .profile-img img, main .container.mypage.inquiry-history-page .user-profile .profile-img img, main .container.mypage.request-history-page .user-profile .profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .container.mypage.meeting-slot-page .user-profile .profile-info-wrap .profile-info, main .container.mypage.inquiry-history-page .user-profile .profile-info-wrap .profile-info, main .container.mypage.request-history-page .user-profile .profile-info-wrap .profile-info {
  display: flex;
  column-gap: 19px;
  margin-bottom: 11px;
}
main .container.mypage.meeting-slot-page .user-profile .profile-info-wrap .profile-info .profile-info-item, main .container.mypage.inquiry-history-page .user-profile .profile-info-wrap .profile-info .profile-info-item, main .container.mypage.request-history-page .user-profile .profile-info-wrap .profile-info .profile-info-item {
  color: #333333;
}
main .container.mypage.meeting-slot-page .user-profile .profile-info-wrap .profile-info .profile-info-item + .profile-info-item::before, main .container.mypage.inquiry-history-page .user-profile .profile-info-wrap .profile-info .profile-info-item + .profile-info-item::before, main .container.mypage.request-history-page .user-profile .profile-info-wrap .profile-info .profile-info-item + .profile-info-item::before {
  content: "";
  display: inline-block;
  background-color: #d0d0d0;
  width: 1px;
  height: 11px;
  margin-right: 19px;
}
main .container.mypage.meeting-slot-page .user-profile .profile-info-wrap .profile-info .profile-info-item.company-name a, main .container.mypage.inquiry-history-page .user-profile .profile-info-wrap .profile-info .profile-info-item.company-name a, main .container.mypage.request-history-page .user-profile .profile-info-wrap .profile-info .profile-info-item.company-name a {
  color: #1292d6;
}
main .container.mypage.meeting-slot-page .user-profile .profile-info-wrap .profile-info .profile-info-item.company-name a:hover, main .container.mypage.inquiry-history-page .user-profile .profile-info-wrap .profile-info .profile-info-item.company-name a:hover, main .container.mypage.request-history-page .user-profile .profile-info-wrap .profile-info .profile-info-item.company-name a:hover {
  text-decoration: underline;
}
main .container.mypage.meeting-slot-page .user-profile .profile-info-wrap .edit-profile-btn, main .container.mypage.inquiry-history-page .user-profile .profile-info-wrap .edit-profile-btn, main .container.mypage.request-history-page .user-profile .profile-info-wrap .edit-profile-btn {
  display: inline-block;
  padding: 6px 11px;
  border-radius: 5px;
  background-color: #e9e9e9;
  font-size: 1.2rem;
  font-weight: 500;
  color: #7b7b7b;
}
main .container.mypage.meeting-slot-page .info-text, main .container.mypage.inquiry-history-page .info-text, main .container.mypage.request-history-page .info-text {
  margin-top: 55px;
  padding: 20px;
  border-radius: 8px;
  background-color: #f1f4f7;
}
main .container.mypage.meeting-slot-page .info-text ul li, main .container.mypage.inquiry-history-page .info-text ul li, main .container.mypage.request-history-page .info-text ul li {
  display: flex;
  align-items: center;
  padding-left: 13px;
  margin-bottom: 10px;
}
main .container.mypage.meeting-slot-page .info-text ul li:last-child, main .container.mypage.inquiry-history-page .info-text ul li:last-child, main .container.mypage.request-history-page .info-text ul li:last-child {
  margin-bottom: 0;
}
main .container.mypage.meeting-slot-page .info-text ul li::before, main .container.mypage.inquiry-history-page .info-text ul li::before, main .container.mypage.request-history-page .info-text ul li::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  background-color: #1292d6;
  width: 3px;
  height: 3px;
  margin-right: 10px;
}
main .container.mypage.meeting-slot-page .tab-wrapper, main .container.mypage.inquiry-history-page .tab-wrapper, main .container.mypage.request-history-page .tab-wrapper {
  margin-top: 45px;
}
main .container.mypage.meeting-slot-page .tab-wrapper .tab-nav, main .container.mypage.inquiry-history-page .tab-wrapper .tab-nav, main .container.mypage.request-history-page .tab-wrapper .tab-nav {
  display: flex;
}
main .container.mypage.meeting-slot-page .tab-wrapper .tab-nav li, main .container.mypage.inquiry-history-page .tab-wrapper .tab-nav li, main .container.mypage.request-history-page .tab-wrapper .tab-nav li {
  border-bottom: 1px solid #000000;
  width: calc(50% - 1px);
}
main .container.mypage.meeting-slot-page .tab-wrapper .tab-nav li a, main .container.mypage.inquiry-history-page .tab-wrapper .tab-nav li a, main .container.mypage.request-history-page .tab-wrapper .tab-nav li a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
}
main .container.mypage.meeting-slot-page .tab-wrapper .tab-nav li.active, main .container.mypage.inquiry-history-page .tab-wrapper .tab-nav li.active, main .container.mypage.request-history-page .tab-wrapper .tab-nav li.active {
  border-top: 3px solid #1292d6;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 0;
}
main .container.mypage.meeting-slot-page .tab-wrapper .tab-nav li.active a, main .container.mypage.inquiry-history-page .tab-wrapper .tab-nav li.active a, main .container.mypage.request-history-page .tab-wrapper .tab-nav li.active a {
  color: #1292d6;
}
main .container.mypage.meeting-slot-page .schedule-table, main .container.mypage.inquiry-history-page .schedule-table, main .container.mypage.request-history-page .schedule-table {
  position: relative;
  margin-top: 20px;
}
main .container.mypage.meeting-slot-page .schedule-table .info-layer, main .container.mypage.inquiry-history-page .schedule-table .info-layer, main .container.mypage.request-history-page .schedule-table .info-layer {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
main .container.mypage.meeting-slot-page .schedule-table .info-layer .info-layer-text, main .container.mypage.inquiry-history-page .schedule-table .info-layer .info-layer-text, main .container.mypage.request-history-page .schedule-table .info-layer .info-layer-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
main .container.mypage.meeting-slot-page .schedule-table .info-layer .info-layer-text p, main .container.mypage.inquiry-history-page .schedule-table .info-layer .info-layer-text p, main .container.mypage.request-history-page .schedule-table .info-layer .info-layer-text p {
  font-size: 1.8rem;
  line-height: 143%;
}
main .container.mypage.meeting-slot-page .schedule-table .info-layer .info-layer-text .dont-see-again, main .container.mypage.inquiry-history-page .schedule-table .info-layer .info-layer-text .dont-see-again, main .container.mypage.request-history-page .schedule-table .info-layer .info-layer-text .dont-see-again {
  display: block;
  margin-top: 30px;
  font-size: 1.4rem;
  text-decoration: underline;
}
main .container.mypage.meeting-slot-page .schedule-table table, main .container.mypage.inquiry-history-page .schedule-table table, main .container.mypage.request-history-page .schedule-table table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 8px;
}
main .container.mypage.meeting-slot-page .schedule-table table th, main .container.mypage.meeting-slot-page .schedule-table table td, main .container.mypage.inquiry-history-page .schedule-table table th, main .container.mypage.inquiry-history-page .schedule-table table td, main .container.mypage.request-history-page .schedule-table table th, main .container.mypage.request-history-page .schedule-table table td {
  border: 1px solid #ebebeb;
  height: 50px;
  vertical-align: middle;
  text-align: center;
}
main .container.mypage.meeting-slot-page .schedule-table table th.col-time, main .container.mypage.meeting-slot-page .schedule-table table td.col-time, main .container.mypage.inquiry-history-page .schedule-table table th.col-time, main .container.mypage.inquiry-history-page .schedule-table table td.col-time, main .container.mypage.request-history-page .schedule-table table th.col-time, main .container.mypage.request-history-page .schedule-table table td.col-time {
  width: 20%;
}
main .container.mypage.meeting-slot-page .schedule-table table thead tr th, main .container.mypage.inquiry-history-page .schedule-table table thead tr th, main .container.mypage.request-history-page .schedule-table table thead tr th {
  background-color: #1292d6;
  height: 50px;
  color: #ffffff;
}
main .container.mypage.meeting-slot-page .schedule-table table tbody tr td:hover, main .container.mypage.inquiry-history-page .schedule-table table tbody tr td:hover, main .container.mypage.request-history-page .schedule-table table tbody tr td:hover {
  background-color: #ebf2f3;
}
main .container.mypage.meeting-slot-page .schedule-table table tbody tr td .schedule-item, main .container.mypage.inquiry-history-page .schedule-table table tbody tr td .schedule-item, main .container.mypage.request-history-page .schedule-table table tbody tr td .schedule-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
main .container.mypage.meeting-slot-page .schedule-table table tbody tr td .schedule-item.available, main .container.mypage.inquiry-history-page .schedule-table table tbody tr td .schedule-item.available, main .container.mypage.request-history-page .schedule-table table tbody tr td .schedule-item.available {
  border: 1px solid #ffd373;
  background-color: #fff7e5;
  color: #d7711e;
  cursor: context-menu;
}
main .container.mypage.meeting-slot-page .schedule-table table tbody tr td .schedule-item.available .button-wrap, main .container.mypage.inquiry-history-page .schedule-table table tbody tr td .schedule-item.available .button-wrap, main .container.mypage.request-history-page .schedule-table table tbody tr td .schedule-item.available .button-wrap {
  position: absolute;
  top: 12px;
  right: 13.5px;
  display: flex;
  column-gap: 5px;
}
main .container.mypage.meeting-slot-page .schedule-table table tbody tr td .schedule-item.available .button-wrap .action-btn, main .container.mypage.inquiry-history-page .schedule-table table tbody tr td .schedule-item.available .button-wrap .action-btn, main .container.mypage.request-history-page .schedule-table table tbody tr td .schedule-item.available .button-wrap .action-btn {
  font-size: 1.2rem;
  font-weight: 500;
  color: #ffffff;
  background-color: #9d988d;
  border-radius: 3px;
  padding: 6px 5px;
}
main .container.mypage.meeting-slot-page .schedule-table table tbody tr td .schedule-item.unavailable, main .container.mypage.inquiry-history-page .schedule-table table tbody tr td .schedule-item.unavailable, main .container.mypage.request-history-page .schedule-table table tbody tr td .schedule-item.unavailable {
  border: 1px solid #d6d6d6;
  background-color: #f1f1f1;
  color: #7e7e7e;
}
main .container.mypage.meeting-slot-page .schedule-table table tbody tr td .schedule-item .user-name, main .container.mypage.inquiry-history-page .schedule-table table tbody tr td .schedule-item .user-name, main .container.mypage.request-history-page .schedule-table table tbody tr td .schedule-item .user-name {
  display: inline-block;
  margin-left: 7px;
  font-weight: 400;
  color: #7a7a7a;
}
main .container.mypage.meeting-slot-page .inquiry-history, main .container.mypage.inquiry-history-page .inquiry-history, main .container.mypage.request-history-page .inquiry-history {
  margin-top: 55px;
}
main .container.mypage.meeting-slot-page .inquiry-history .card-list, main .container.mypage.inquiry-history-page .inquiry-history .card-list, main .container.mypage.request-history-page .inquiry-history .card-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  column-gap: 13px;
  row-gap: 15px;
}
main .container.mypage.meeting-slot-page .inquiry-history .card-list .card-item, main .container.mypage.inquiry-history-page .inquiry-history .card-list .card-item, main .container.mypage.request-history-page .inquiry-history .card-list .card-item {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #cacaca;
}
main .container.mypage.meeting-slot-page .inquiry-history .card-list .card-item .card-image, main .container.mypage.inquiry-history-page .inquiry-history .card-list .card-item .card-image, main .container.mypage.request-history-page .inquiry-history .card-list .card-item .card-image {
  overflow: hidden;
  border-radius: 5px;
}
main .container.mypage.meeting-slot-page .inquiry-history .card-list .card-item .card-image img, main .container.mypage.inquiry-history-page .inquiry-history .card-list .card-item .card-image img, main .container.mypage.request-history-page .inquiry-history .card-list .card-item .card-image img {
  width: 100%;
}
main .container.mypage.meeting-slot-page .inquiry-history .card-list .card-item .card-content, main .container.mypage.inquiry-history-page .inquiry-history .card-list .card-item .card-content, main .container.mypage.request-history-page .inquiry-history .card-list .card-item .card-content {
  margin-top: 20px;
}
main .container.mypage.meeting-slot-page .inquiry-history .card-list .card-item .card-content .company-name, main .container.mypage.inquiry-history-page .inquiry-history .card-list .card-item .card-content .company-name, main .container.mypage.request-history-page .inquiry-history .card-list .card-item .card-content .company-name {
  display: flex;
  align-items: center;
  column-gap: 5px;
  font-size: 1.8rem;
  font-weight: 500;
}
main .container.mypage.meeting-slot-page .inquiry-history .card-list .card-item .card-content .company-name span.new, main .container.mypage.inquiry-history-page .inquiry-history .card-list .card-item .card-content .company-name span.new, main .container.mypage.request-history-page .inquiry-history .card-list .card-item .card-content .company-name span.new {
  display: inline-block;
  background-color: #eb4848;
  color: #ffffff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  line-height: 18px;
}
main .container.mypage.meeting-slot-page .inquiry-history .card-list .card-item .card-content .view-details, main .container.mypage.inquiry-history-page .inquiry-history .card-list .card-item .card-content .view-details, main .container.mypage.request-history-page .inquiry-history .card-list .card-item .card-content .view-details {
  margin-top: 20px;
  border-radius: 5px;
  width: 100%;
  text-align: center;
}
main .container.mypage.meeting-slot-page .inquiry-history .inquiry-list, main .container.mypage.inquiry-history-page .inquiry-history .inquiry-list, main .container.mypage.request-history-page .inquiry-history .inquiry-list {
  border-top: 2px solid #000000;
}
main .container.mypage.meeting-slot-page .inquiry-history .inquiry-list .inquiry-item, main .container.mypage.inquiry-history-page .inquiry-history .inquiry-list .inquiry-item, main .container.mypage.request-history-page .inquiry-history .inquiry-list .inquiry-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 10px;
  row-gap: 8px;
  padding: 21px 0;
  border-bottom: 1px solid #cdcdcd;
  font-size: 15px;
}
main .container.mypage.meeting-slot-page .inquiry-history .inquiry-list .inquiry-item > div, main .container.mypage.inquiry-history-page .inquiry-history .inquiry-list .inquiry-item > div, main .container.mypage.request-history-page .inquiry-history .inquiry-list .inquiry-item > div {
  padding: 0 6px;
  font-weight: 500;
}
main .container.mypage.meeting-slot-page .inquiry-history .inquiry-list .inquiry-item div.datetime, main .container.mypage.inquiry-history-page .inquiry-history .inquiry-list .inquiry-item div.datetime, main .container.mypage.request-history-page .inquiry-history .inquiry-list .inquiry-item div.datetime {
  width: 155px;
  color: #7a7a7a;
}
main .container.mypage.meeting-slot-page .inquiry-history .inquiry-list .inquiry-item div.company-name, main .container.mypage.inquiry-history-page .inquiry-history .inquiry-list .inquiry-item div.company-name, main .container.mypage.request-history-page .inquiry-history .inquiry-list .inquiry-item div.company-name {
  min-width: 170px;
  color: #1292d6;
  font-weight: 700;
}
main .container.mypage.meeting-slot-page .inquiry-history .inquiry-list .inquiry-item div.user-name, main .container.mypage.inquiry-history-page .inquiry-history .inquiry-list .inquiry-item div.user-name, main .container.mypage.request-history-page .inquiry-history .inquiry-list .inquiry-item div.user-name {
  min-width: 170px;
}
main .container.mypage.meeting-slot-page .inquiry-history .inquiry-list .inquiry-item div.message, main .container.mypage.inquiry-history-page .inquiry-history .inquiry-list .inquiry-item div.message, main .container.mypage.request-history-page .inquiry-history .inquiry-list .inquiry-item div.message {
  min-width: 140px;
}
main .container.mypage.meeting-slot-page .inquiry-history .inquiry-list .inquiry-item .new, main .container.mypage.inquiry-history-page .inquiry-history .inquiry-list .inquiry-item .new, main .container.mypage.request-history-page .inquiry-history .inquiry-list .inquiry-item .new {
  display: inline-block;
  background-color: #eb4848;
  color: #ffffff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  line-height: 18px;
}
main .container.mypage.meeting-slot-page .inquiry-history.type-company .inquery-list, main .container.mypage.inquiry-history-page .inquiry-history.type-company .inquery-list, main .container.mypage.request-history-page .inquiry-history.type-company .inquery-list {
  border-top: 2px solid #000000;
}
main .container.mypage.meeting-slot-page .inquiry-history.type-company .inquery-list .inquery-item, main .container.mypage.inquiry-history-page .inquiry-history.type-company .inquery-list .inquery-item, main .container.mypage.request-history-page .inquiry-history.type-company .inquery-list .inquery-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #cdcdcd;
  height: 60px;
}
main .container.mypage.meeting-slot-page .inquiry-history.type-company .inquery-list .inquery-item .company-name, main .container.mypage.inquiry-history-page .inquiry-history.type-company .inquery-list .inquery-item .company-name, main .container.mypage.request-history-page .inquiry-history.type-company .inquery-list .inquery-item .company-name {
  padding-left: 31px;
  width: 170px;
  color: #1292d6;
  font-weight: 600;
}
main .container.mypage.meeting-slot-page .inquiry-history.type-company .inquery-list .inquery-item .company-title, main .container.mypage.inquiry-history-page .inquiry-history.type-company .inquery-list .inquery-item .company-title, main .container.mypage.request-history-page .inquiry-history.type-company .inquery-list .inquery-item .company-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 5px;
  width: calc(100% - 290px);
}
main .container.mypage.meeting-slot-page .inquiry-history.type-company .inquery-list .inquery-item .company-title span.new, main .container.mypage.inquiry-history-page .inquiry-history.type-company .inquery-list .inquery-item .company-title span.new, main .container.mypage.request-history-page .inquiry-history.type-company .inquery-list .inquery-item .company-title span.new {
  display: inline-block;
  background-color: #eb4848;
  color: #ffffff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  line-height: 18px;
}
main .container.mypage.meeting-slot-page .inquiry-history.type-company .inquery-list .inquery-item .date, main .container.mypage.inquiry-history-page .inquiry-history.type-company .inquery-list .inquery-item .date, main .container.mypage.request-history-page .inquiry-history.type-company .inquery-list .inquery-item .date {
  padding-right: 46px;
  width: 120px;
  color: #7a7a7a;
}
main .container.mypage.meeting-slot-page .request-history, main .container.mypage.inquiry-history-page .request-history, main .container.mypage.request-history-page .request-history {
  margin-top: 55px;
}
main .container.mypage.meeting-slot-page .request-history .meet-slot-info, main .container.mypage.inquiry-history-page .request-history .meet-slot-info, main .container.mypage.request-history-page .request-history .meet-slot-info {
  text-align: right;
  margin-bottom: 16px;
}
main .container.mypage.meeting-slot-page .request-history .meet-slot-info .slot-count, main .container.mypage.inquiry-history-page .request-history .meet-slot-info .slot-count, main .container.mypage.request-history-page .request-history .meet-slot-info .slot-count {
  color: #1292d6;
}
main .container.mypage.meeting-slot-page .request-history .request-list, main .container.mypage.inquiry-history-page .request-history .request-list, main .container.mypage.request-history-page .request-history .request-list {
  border-top: 2px solid #000000;
}
main .container.mypage.meeting-slot-page .request-history .request-list .request-item, main .container.mypage.inquiry-history-page .request-history .request-list .request-item, main .container.mypage.request-history-page .request-history .request-list .request-item {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 10px;
  row-gap: 8px;
  padding: 21px 181px 21px 0;
  border-bottom: 1px solid #cdcdcd;
  font-size: 15px;
}
main .container.mypage.meeting-slot-page .request-history .request-list .request-item > div, main .container.mypage.inquiry-history-page .request-history .request-list .request-item > div, main .container.mypage.request-history-page .request-history .request-list .request-item > div {
  padding: 0 6px;
  font-weight: 500;
}
main .container.mypage.meeting-slot-page .request-history .request-list .request-item div.datetime, main .container.mypage.inquiry-history-page .request-history .request-list .request-item div.datetime, main .container.mypage.request-history-page .request-history .request-list .request-item div.datetime {
  width: 155px;
  color: #7a7a7a;
}
main .container.mypage.meeting-slot-page .request-history .request-list .request-item div.company-name, main .container.mypage.inquiry-history-page .request-history .request-list .request-item div.company-name, main .container.mypage.request-history-page .request-history .request-list .request-item div.company-name {
  min-width: 170px;
  color: #1292d6;
  font-weight: 700;
}
main .container.mypage.meeting-slot-page .request-history .request-list .request-item div.request-status, main .container.mypage.inquiry-history-page .request-history .request-list .request-item div.request-status, main .container.mypage.request-history-page .request-history .request-list .request-item div.request-status {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 6px;
  margin-left: auto;
  width: 175px;
  color: #7a7a7a;
}
main .container.mypage.meeting-slot-page .request-history .request-list .request-item .request-status .button, main .container.mypage.inquiry-history-page .request-history .request-list .request-item .request-status .button, main .container.mypage.request-history-page .request-history .request-list .request-item .request-status .button {
  border-radius: 5px;
  padding: 7px 11px;
  font-weight: 600;
  color: #ffffff;
  line-height: 18px;
}
main .container.mypage.meeting-slot-page .request-history .request-list .request-item .request-status .button.btn-accept, main .container.mypage.inquiry-history-page .request-history .request-list .request-item .request-status .button.btn-accept, main .container.mypage.request-history-page .request-history .request-list .request-item .request-status .button.btn-accept {
  background-color: #1292d6;
}
main .container.mypage.meeting-slot-page .request-history .request-list .request-item .request-status .button.btn-decline, main .container.mypage.inquiry-history-page .request-history .request-list .request-item .request-status .button.btn-decline, main .container.mypage.request-history-page .request-history .request-list .request-item .request-status .button.btn-decline {
  background-color: #8d8d8d;
}
main .container.mypage.meeting-slot-page .request-history .request-list .request-item .new, main .container.mypage.inquiry-history-page .request-history .request-list .request-item .new, main .container.mypage.request-history-page .request-history .request-list .request-item .new {
  display: inline-block;
  background-color: #eb4848;
  color: #ffffff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  line-height: 18px;
}

@media screen and (max-width: 1200px) {
  main .container.mypage.meeting-slot-page, main .container.mypage.inquiry-history-page {
    width: 95%;
  }
}
@media screen and (max-width: 900px) {
  main .container.mypage.meeting-slot-page .user-profile, main .container.mypage.inquiry-history-page .user-profile {
    margin-top: 30px;
  }
  main .container.mypage.meeting-slot-page .user-profile .profile-info-wrap .profile-info, main .container.mypage.inquiry-history-page .user-profile .profile-info-wrap .profile-info {
    column-gap: 8px;
  }
  main .container.mypage.meeting-slot-page .user-profile .profile-info-wrap .profile-info .profile-info-item + .profile-info-item::before, main .container.mypage.inquiry-history-page .user-profile .profile-info-wrap .profile-info .profile-info-item + .profile-info-item::before {
    margin-right: 8px;
  }
  main .container.mypage.meeting-slot-page .info-text, main .container.mypage.inquiry-history-page .info-text {
    margin-top: 40px;
  }
  main .container.mypage.meeting-slot-page .tab-wrapper .tab-nav li a, main .container.mypage.inquiry-history-page .tab-wrapper .tab-nav li a {
    font-size: 1.5rem;
  }
  main .container.mypage.meeting-slot-page .schedule-table table thead th.col-time, main .container.mypage.meeting-slot-page .schedule-table table tbody td.col-time, main .container.mypage.inquiry-history-page .schedule-table table thead th.col-time, main .container.mypage.inquiry-history-page .schedule-table table tbody td.col-time {
    width: 25%;
  }
  main .container.mypage.meeting-slot-page .schedule-table table thead th.col-date, main .container.mypage.meeting-slot-page .schedule-table table tbody td.col-date, main .container.mypage.inquiry-history-page .schedule-table table thead th.col-date, main .container.mypage.inquiry-history-page .schedule-table table tbody td.col-date {
    width: 37.5%;
  }
}
@media screen and (max-width: 800px) {
  main .container.mypage.inquiry-history-page .inquiry-history .inquiry-list .inquiry-item div.datetime {
    width: 145px;
  }
  main .container.mypage.inquiry-history-page .inquiry-history .inquiry-list .inquiry-item div.company-name {
    min-width: 130px;
  }
  main .container.mypage.inquiry-history-page .inquiry-history .inquiry-list .inquiry-item div.user-name {
    min-width: 130px;
  }
  main .container.mypage.meeting-slot-page .schedule-table table tbody tr td .schedule-item.available {
    height: 80px;
  }
  main .container.mypage.meeting-slot-page .schedule-table table tbody tr td .schedule-item.available .button-wrap {
    flex-direction: column;
    row-gap: 5px;
  }
}
@media screen and (max-width: 745px) {
  main .container.mypage.meeting-slot-page .user-profile .profile-info-wrap, main .container.mypage.inquiry-history-page .user-profile .profile-info-wrap {
    width: calc(100% - 71px);
  }
  main .container.mypage.meeting-slot-page .user-profile .profile-info-wrap .profile-info, main .container.mypage.inquiry-history-page .user-profile .profile-info-wrap .profile-info {
    flex-wrap: wrap;
    row-gap: 5px;
  }
  main .container.mypage.meeting-slot-page .user-profile .profile-info-wrap .profile-info .profile-info-item.introduction, main .container.mypage.inquiry-history-page .user-profile .profile-info-wrap .profile-info .profile-info-item.introduction {
    width: 100%;
  }
  main .container.mypage.meeting-slot-page .user-profile .profile-info-wrap .profile-info .profile-info-item.introduction::before, main .container.mypage.inquiry-history-page .user-profile .profile-info-wrap .profile-info .profile-info-item.introduction::before {
    display: none;
  }
  main .container.mypage.meeting-slot-page .inquiry-history.type-company .inquery-list .inquery-item .company-name, main .container.mypage.inquiry-history-page .inquiry-history.type-company .inquery-list .inquery-item .company-name {
    padding-left: 21px;
    width: 120px;
    color: #1292d6;
    font-weight: 600;
  }
  main .container.mypage.meeting-slot-page .inquiry-history.type-company .inquery-list .inquery-item .company-title, main .container.mypage.inquiry-history-page .inquiry-history.type-company .inquery-list .inquery-item .company-title {
    width: calc(100% - 210px);
  }
  main .container.mypage.meeting-slot-page .inquiry-history.type-company .inquery-list .inquery-item .date, main .container.mypage.inquiry-history-page .inquiry-history.type-company .inquery-list .inquery-item .date {
    padding-right: 36px;
    width: 90px;
  }
}
@media screen and (max-width: 680px) {
  main .container.mypage.meeting-slot-page .info-text, main .container.mypage.inquiry-history-page .info-text {
    margin-top: 30px;
    padding: 15px;
  }
  main .container.mypage.meeting-slot-page .tab-wrapper .tab-nav li a, main .container.mypage.inquiry-history-page .tab-wrapper .tab-nav li a {
    height: 50px;
    line-height: 50px;
    font-size: 1.4rem;
  }
  main .container.mypage.meeting-slot-page .schedule-table, main .container.mypage.inquiry-history-page .schedule-table {
    margin-top: 15px;
    overflow-x: auto;
  }
  main .container.mypage.meeting-slot-page .schedule-table table, main .container.mypage.inquiry-history-page .schedule-table table {
    min-width: 600px;
  }
  main .container.mypage.meeting-slot-page .schedule-table table tbody tr td .schedule-item, main .container.mypage.inquiry-history-page .schedule-table table tbody tr td .schedule-item {
    padding: 0 10px;
  }
  main .container.mypage.meeting-slot-page .schedule-table table .info-layer .info-layer-text p, main .container.mypage.inquiry-history-page .schedule-table table .info-layer .info-layer-text p {
    font-size: 1.6rem;
  }
  main .container.mypage.meeting-slot-page .inquiry-history .inquiry-list .inquiry-item > div.message, main .container.mypage.inquiry-history-page .inquiry-history .inquiry-list .inquiry-item > div.message {
    width: 100%;
  }
  main .container.mypage.meeting-slot-page .inquiry-history .card-list, main .container.mypage.inquiry-history-page .inquiry-history .card-list {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
  main .container.mypage.meeting-slot-page .inquiry-history .card-list .card-item .card-content, main .container.mypage.inquiry-history-page .inquiry-history .card-list .card-item .card-content {
    padding: 15px;
  }
  main .container.mypage.meeting-slot-page .inquiry-history .card-list .card-item .card-content .company-name, main .container.mypage.inquiry-history-page .inquiry-history .card-list .card-item .card-content .company-name {
    font-size: 1.6rem;
  }
  main .container.mypage.meeting-slot-page .inquiry-history .card-list .card-item .card-content .btn.view-details, main .container.mypage.inquiry-history-page .inquiry-history .card-list .card-item .card-content .btn.view-details {
    font-size: 1.4rem;
    padding: 10px 0;
  }
  main .container.mypage.request-history-page .request-history .request-list .request-item div.datetime {
    width: 100%;
  }
}
@media screen and (max-width: 630px) {
  main .container.mypage.request-history-page .request-history .request-list .request-item div.company-name {
    min-width: 250px;
  }
  main .container.mypage.request-history-page .request-history .request-list .request-item div.company-name a {
    display: block;
    width: 100%;
    word-break: break-all;
  }
  main .container.mypage.request-history-page .request-history .request-list .request-item div.request-status {
    width: 140px;
  }
}
@media screen and (max-width: 480px) {
  main .container.mypage.meeting-slot-page .info-text, main .container.mypage.inquiry-history-page .info-text {
    line-height: 130%;
    font-size: 1.3rem;
  }
  main .container.mypage.meeting-slot-page .user-profile, main .container.mypage.inquiry-history-page .user-profile {
    margin-top: 20px;
  }
  main .container.mypage.meeting-slot-page .user-profile .profile-info-wrap .profile-info, main .container.mypage.inquiry-history-page .user-profile .profile-info-wrap .profile-info {
    flex-direction: column;
    row-gap: 5px;
  }
  main .container.mypage.meeting-slot-page .user-profile .profile-info-wrap .profile-info .profile-info-item + .profile-info-item::before, main .container.mypage.inquiry-history-page .user-profile .profile-info-wrap .profile-info .profile-info-item + .profile-info-item::before {
    display: none;
  }
  main .container.mypage.meeting-slot-page .inquiry-history .card-list, main .container.mypage.inquiry-history-page .inquiry-history .card-list {
    grid-template-columns: 1fr 1fr;
  }
  main .container.mypage.meeting-slot-page .inquiry-history .card-list .card-item .card-content .company-name, main .container.mypage.inquiry-history-page .inquiry-history .card-list .card-item .card-content .company-name {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  main .container.mypage.meeting-slot-page .inquiry-history .card-list .card-item .card-content .btn.view-details, main .container.mypage.inquiry-history-page .inquiry-history .card-list .card-item .card-content .btn.view-details {
    font-size: 1.3rem;
    padding: 8px 0;
  }
  main .container.mypage.meeting-slot-page .inquiry-history.type-company .inquery-list .inquery-item, main .container.mypage.inquiry-history-page .inquiry-history.type-company .inquery-list .inquery-item {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 7px;
    padding: 10px;
    height: auto;
  }
  main .container.mypage.meeting-slot-page .inquiry-history.type-company .inquery-list .inquery-item .company-name, main .container.mypage.inquiry-history-page .inquiry-history.type-company .inquery-list .inquery-item .company-name {
    padding-left: 0;
    width: 100%;
  }
  main .container.mypage.meeting-slot-page .inquiry-history.type-company .inquery-list .inquery-item .company-title, main .container.mypage.inquiry-history-page .inquiry-history.type-company .inquery-list .inquery-item .company-title {
    width: 100%;
  }
  main .container.mypage.meeting-slot-page .inquiry-history.type-company .inquery-list .inquery-item .date, main .container.mypage.inquiry-history-page .inquiry-history.type-company .inquery-list .inquery-item .date {
    padding-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  main .container.mypage.meeting-slot-page h2.title, main .container.mypage.inquiry-history-page h2.title {
    font-size: 2.5rem;
  }
  main .container.mypage.meeting-slot-page .user-profile, main .container.mypage.inquiry-history-page .user-profile {
    column-gap: 15px;
  }
  main .container.mypage.meeting-slot-page .user-profile .profile-img, main .container.mypage.inquiry-history-page .user-profile .profile-img {
    width: 40px;
    height: 40px;
  }
  main .container.mypage.meeting-slot-page .user-profile .profile-info-wrap .edit-profile-btn, main .container.mypage.inquiry-history-page .user-profile .profile-info-wrap .edit-profile-btn {
    padding: 5px 8px;
    font-size: 1.1rem;
  }
  main .container.mypage.meeting-slot-page .info-text ul li, main .container.mypage.inquiry-history-page .info-text ul li {
    font-size: 1.4rem;
  }
  main .container.mypage.meeting-slot-page .schedule-table table, main .container.mypage.inquiry-history-page .schedule-table table {
    min-width: 450px;
  }
  main .container.mypage.meeting-slot-page .schedule-table table th, main .container.mypage.meeting-slot-page .schedule-table table td, main .container.mypage.inquiry-history-page .schedule-table table th, main .container.mypage.inquiry-history-page .schedule-table table td {
    height: 45px;
  }
  main .container.mypage.meeting-slot-page .schedule-table table tbody tr td .schedule-item.available .button-wrap .action-btn, main .container.mypage.inquiry-history-page .schedule-table table tbody tr td .schedule-item.available .button-wrap .action-btn {
    font-size: 1.1rem;
    padding: 5px 4px;
  }
  main .container.mypage.meeting-slot-page .schedule-table table .info-layer .info-layer-text p, main .container.mypage.inquiry-history-page .schedule-table table .info-layer .info-layer-text p {
    font-size: 1.5rem;
  }
  main .container.mypage.meeting-slot-page .schedule-table table .info-layer .info-layer-text .dont-see-again, main .container.mypage.inquiry-history-page .schedule-table table .info-layer .info-layer-text .dont-see-again {
    margin-top: 20px;
    font-size: 1.3rem;
  }
  main .container.mypage.meeting-slot-page .inquiry-history .card-list, main .container.mypage.inquiry-history-page .inquiry-history .card-list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 380px) {
  main .container.mypage.meeting-slot-page .user-profile .profile-info-wrap .edit-profile-btn, main .container.mypage.inquiry-history-page .user-profile .profile-info-wrap .edit-profile-btn {
    display: block;
    margin-top: 10px;
    padding: 10px 8px;
    text-align: center;
  }
}
@media screen and (max-width: 830px) {
  main .container.mypage.request-history-page .request-history .request-list .request-item {
    flex-wrap: wrap;
  }
  main .container.mypage.request-history-page .request-history .request-list .request-item div.req-message {
    width: 100%;
  }
}
main .container.login-page {
  border-radius: 5px;
  border: 1px solid #cacaca;
  padding: 30px 42px 35px;
  width: 414px;
  margin: 0 auto;
}
main .container.login-page .login-form {
  margin-top: 25px;
}
main .container.login-page .login-form .form-group {
  margin-bottom: 17px;
}
main .container.login-page .login-form .form-group label {
  display: block;
  margin-bottom: 6px;
  font-size: 1.3rem;
  font-weight: 600;
  color: #333333;
}
main .container.login-page .login-form .form-group input {
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  padding: 11px 13px;
  font-size: 1.4rem;
  font-weight: 400;
  width: 100%;
}
main .container.login-page .login-form .form-group input:focus {
  border-color: #0097e1;
  outline: none;
}
main .container.login-page .login-form .login-button {
  display: block;
  width: 100%;
  border: none;
  border-radius: 37px;
  background-color: #0097e1;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 12px 0;
  margin-top: 25px;
  cursor: pointer;
}
main .container.login-page .login-form .login-links {
  margin-top: 20px;
  text-align: center;
}
main .container.login-page .login-form .login-links a {
  display: block;
  color: #0097e1;
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 12px;
}
main .container.login-page .login-form .login-links a:last-child {
  margin-bottom: 0;
}
main .container.find-account-page {
  border-radius: 5px;
  border: 1px solid #cacaca;
  padding: 30px 42px 35px;
  width: 414px;
  margin: 0 auto;
}
main .container.find-account-page h1 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  color: #333333;
}
main .container.find-account-page .description {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 500;
  color: #333333;
  margin: 28px auto 32px;
  max-width: 282px;
}
main .container.find-account-page .find-account-form {
  margin-top: 20px;
}
main .container.find-account-page .find-account-form .form-group {
  margin-bottom: 20px;
}
main .container.find-account-page .find-account-form .form-group label {
  display: block;
  margin-bottom: 6px;
  font-size: 1.3rem;
  font-weight: 600;
  color: #333333;
}
main .container.find-account-page .find-account-form .form-group input {
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  padding: 11px 13px;
  font-size: 1.4rem;
  font-weight: 400;
  width: 100%;
}
main .container.find-account-page .find-account-form .form-group input:focus {
  border-color: #0097e1;
  outline: none;
}
main .container.find-account-page .find-account-form .button-group {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
}
main .container.find-account-page .find-account-form .button-group button {
  width: 48%;
  border: none;
  border-radius: 39px;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 10px 0;
  cursor: pointer;
}
main .container.find-account-page .find-account-form .button-group .cancel-button {
  background-color: #9c9c9c;
  color: #ffffff;
}
main .container.find-account-page .find-account-form .button-group .search-button {
  background-color: #0097e1;
  color: #ffffff;
}

@media screen and (max-width: 440px) {
  main .container.login-page {
    margin: 0 auto;
    width: 85%;
    padding: 30px 20px;
  }
  main .container.login-page .login-form {
    margin-top: 20px;
  }
  main .container.find-account-page {
    margin: 0 auto;
    width: 85%;
    padding: 30px 20px;
  }
  main .container.find-account-page .find-account-form {
    margin-top: 20px;
  }
}
header .menu-toggle-btn {
  display: none;
  background-image: url(../img/icon-menu.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}

header .nav-menu .close-nav-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  display: none;
  background-image: url(../img/popup-btn-close.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 1200px) {
  .container {
    margin: 0 auto;
    width: 95%;
  }
}
@media screen and (max-width: 830px) {
  header .nav-menu ul {
    column-gap: 25px;
  }
}
@media screen and (max-width: 740px) {
  header .nav-menu ul {
    column-gap: 15px;
  }
}
@media screen and (max-width: 630px) {
  main {
    padding: 30px 0;
  }
}
@media screen and (max-width: 670px) {
  header {
    padding: 10px 0;
  }
  header .logo {
    width: 100px;
  }
  header .logo > img {
    width: 100%;
  }
  header .alarm-wrap {
    margin-left: auto;
  }
  header .menu-toggle-btn {
    display: block;
    margin-left: auto;
  }
  header .alarm-wrap + .menu-toggle-btn {
    margin-left: 15px;
  }
  header .nav-menu .close-nav-btn {
    display: block;
  }
  header .nav-menu {
    position: fixed;
    top: 0;
    right: -70%;
    padding-top: 50px;
    width: 70%;
    height: 100%;
    background-color: #fff;
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
  }
  header .nav-menu.open {
    right: 0;
  }
  header .nav-menu ul {
    flex-direction: column;
    border-top: 1px solid #eee;
  }
  header .nav-menu ul li {
    border-bottom: 1px solid #eee;
    padding: 10px 15px;
    font-size: 1.8rem;
  }
  /* User Type Badge - Mobile */
  header .container {
    position: relative;
  }
  .user-type-badge {
    margin-left: 0;
    padding: 6px 12px;
    font-size: 11px;
    gap: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .user-type-badge:hover {
    transform: translateX(-50%) translateY(-50%);
  }
  .user-type-badge i {
    font-size: 11px;
  }
  footer address, footer .copyright {
    line-height: 140%;
  }
}
/* for summernote */
.note-editable ul {
  list-style: disc !important;
  list-style-position: inside !important;
}

.note-editable ol {
  list-style: decimal !important;
  list-style-position: inside !important;
}

/*# sourceMappingURL=style.css.map */
