@charset "UTF-8";
@font-face {
  font-family: "SCoreDream";
  font-weight: 100;
  font-style: normal;
  src: url(./fonts/SCoreDream1.woff2) format("woff2"), url(./fonts/SCoreDream1.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SCoreDream";
  font-weight: 200;
  font-style: normal;
  src: url(./fonts/SCoreDream2.woff2) format("woff2"), url(./fonts/SCoreDream2.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SCoreDream";
  font-weight: 300;
  font-style: normal;
  src: url(./fonts/SCoreDream3.woff2) format("woff2"), url(./fonts/SCoreDream3.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SCoreDream";
  font-weight: 400;
  font-style: normal;
  src: url(./fonts/SCoreDream4.woff2) format("woff2"), url(./fonts/SCoreDream4.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SCoreDream";
  font-weight: 500;
  font-style: normal;
  src: url(./fonts/SCoreDream5.woff2) format("woff2"), url(./fonts/SCoreDream5.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SCoreDream";
  font-weight: 600;
  font-style: normal;
  src: url(./fonts/SCoreDream6.woff2) format("woff2"), url(./fonts/SCoreDream6.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SCoreDream";
  font-weight: 700;
  font-style: normal;
  src: url(./fonts/SCoreDream7.woff2) format("woff2"), url(./fonts/SCoreDream7.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SCoreDream";
  font-weight: 800;
  font-style: normal;
  src: url(./fonts/SCoreDream8.woff2) format("woff2"), url(./fonts/SCoreDream8.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SCoreDream";
  font-weight: 900;
  font-style: normal;
  src: url(./fonts/SCoreDream9.woff2) format("woff2"), url(./fonts/SCoreDream9.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "TimesNewRoman";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/TimesNewRoman-Bold.woff") format("woff"), url("./fonts/TimesNewRoman-Bold.woff2") format("woff2");
}
html {
  /* Prevent font scaling in landscape */
  -webkit-text-size-adjust: none; /*Chrome, Safari, newer versions of Opera*/
  -moz-text-size-adjust: none; /*Firefox*/
  -ms-text-size-adjust: none; /*Ie*/
  -o-text-size-adjust: none; /*old versions of Opera*/
}

*,
*::before,
*::after {
  font-family: "SCoreDream", sans-serif;
  letter-spacing: -0.05em;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  word-break: keep-all;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  *,
  *::before,
  *::after {
    word-break: break-all;
  }
}

html,
body {
  width: 100%;
  height: 100%;
}

html {
  font-size: 25%;
}
@media screen and (max-width: 1023.9px) {
  html {
    font-size: 18.75%;
  }
}
@media screen and (max-width: 767.9px) {
  html {
    font-size: 15.625%;
  }
}
@media screen and (max-width: 639.9px) {
  html {
    font-size: 15.625%;
  }
}
@media screen and (max-width: 575.9px) {
  html {
    font-size: 15.625%;
  }
}

body {
  overflow-x: hidden;
  font-size: 15px;
  line-height: 1.4;
  color: #333;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
}
@media screen and (max-width: 1023.9px) {
  body {
    font-size: 13px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  body::-webkit-scrollbar {
    display: none;
  }
}
body.com_job_app {
  font-size: 5rem;
  color: #333366;
}
body.com_kiosk {
  font-size: 10rem;
}

body,
input,
textarea,
select,
table,
button,
code {
  font-weight: 400;
}

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

a,
b {
  font-size: inherit;
  letter-spacing: inherit;
  color: inherit;
}

i {
  font-style: normal;
}

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

a {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  vertical-align: middle;
  border: 0;
}
a:hover, a:focus {
  text-decoration: none;
}

table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table > caption {
  position: absolute;
  text-indent: -9999px;
}

button {
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

select,
input,
textarea,
button {
  vertical-align: middle;
  -webkit-appearance: none;
}

input:disabled {
  background-color: rgba(255, 255, 255, 0);
  cursor: not-allowed;
}
input[type=number] {
  -moz-appearance: textfield;
}

input select {
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
input select::-ms-expand {
  display: none;
}

input,
textarea {
  font-size: inherit;
  border: 0;
  caret-color: #333;
}
@media screen and (max-width: 1023.9px) {
  input:placeholder-shown,
  textarea:placeholder-shown {
    font-size: 11px;
  }
}
input::placeholder,
textarea::placeholder {
  color: #c4c4c4;
  opacity: 1;
}
.com_job_app input::placeholder,
.com_job_app textarea::placeholder {
  color: #333366;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #c4c4c4;
  opacity: 1;
}
.com_job_app input:-ms-input-placeholder,
.com_job_app textarea:-ms-input-placeholder {
  color: #333366;
}
input[readonly]::placeholder, input:disabled::placeholder,
textarea[readonly]::placeholder,
textarea:disabled::placeholder {
  color: #c4c4c4;
  opacity: 1;
}
.com_job_app input[readonly]::placeholder, .com_job_app input:disabled::placeholder,
.com_job_app textarea[readonly]::placeholder,
.com_job_app textarea:disabled::placeholder {
  color: #333366;
}
input[readonly]:-ms-input-placeholder, input:disabled:-ms-input-placeholder,
textarea[readonly]:-ms-input-placeholder,
textarea:disabled:-ms-input-placeholder {
  color: #c4c4c4;
  opacity: 1;
}
.com_job_app input[readonly]:-ms-input-placeholder, .com_job_app input:disabled:-ms-input-placeholder,
.com_job_app textarea[readonly]:-ms-input-placeholder,
.com_job_app textarea:disabled:-ms-input-placeholder {
  color: #333366;
}
input::-ms-clear, input::-ms-reveal,
textarea::-ms-clear,
textarea::-ms-reveal {
  display: none;
}
input::-webkit-inner-spin-button, input::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button,
textarea::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

input[type=date]::before {
  content: attr(data-placeholder);
  width: 100%;
  color: #999;
}

input[type=date]:focus:before,
input[type=date]:valid:before {
  display: none;
}

input[type=button] {
  background-color: transparent;
  border: 0;
}

[type=file] {
  padding: 0;
}

textarea {
  line-height: 1.5;
}

figure {
  max-width: 100%;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

i, span {
  display: inline-block;
}

address {
  font-style: normal;
}

.hidden,
[hidden] {
  display: none !important;
}

.link_wrap {
  width: 100%;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  display: inherit;
  flex-direction: inherit;
  flex-wrap: inherit;
  align-items: inherit;
  justify-content: inherit;
  text-align: inherit;
}

.scroll_lock {
  overflow-y: hidden !important;
}

.screen_out {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -9999px;
}

a.ellipsis {
  width: 100%;
  display: inline-block;
}

.long_placeholder:placeholder-shown {
  font-size: 11px;
}

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
.ellipsis.line2 {
  -webkit-line-clamp: 2;
  white-space: normal;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.ellipsis.line3 {
  -webkit-line-clamp: 3;
  white-space: normal;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.ellipsis.line4 {
  -webkit-line-clamp: 4;
  white-space: normal;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.scroll::-webkit-scrollbar {
  opacity: 0;
  width: 8px;
  height: 8px;
}
.com_job_app .scroll::-webkit-scrollbar {
  width: 2.3rem;
}
.scroll::-webkit-scrollbar-thumb {
  background-color: #e4e4e4;
  height: 4px;
}
.com_job_app .scroll::-webkit-scrollbar-thumb {
  background-color: #333366;
  border-radius: 1.15rem;
}
.scroll::-webkit-scrollbar-track {
  background-color: transparent;
  width: 1px;
}
.scroll.dragto {
  cursor: grab;
  overflow: auto;
}

.svg_icon {
  transition: all 0.2s;
}
.svg_icon.dropdown {
  display: inline-block;
  width: 14.347px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.347 14'%3E%3Cpath data-name='사각형 21297' style='fill:none' d='M0 0h14v14H0z' transform='translate(.173)'/%3E%3Cg data-name='그룹 19141'%3E%3Cg data-name='그룹 19142'%3E%3Cpath data-name='패스 49948' d='M13.269 1.83 7.55 7.55l-5.8-5.8' transform='translate(-.336 2.351)' style='stroke:%23333;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;fill:none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.svg_icon.btn_checkbox {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath data-name='패스 5807' d='M0 0h24v24H0z' style='fill:none'/%3E%3Cg data-name='사각형 2371' transform='translate(1 1)' style='stroke:transparent;fill:transparent;stroke-width:1.5px'%3E%3Crect width='22' height='22' rx='2' style='stroke:none' stroke='none'/%3E%3Crect x='.75' y='.75' width='20.5' height='20.5' rx='1.25' style='fill:none'/%3E%3C/g%3E%3Cpath data-name='패스 5808' d='m7.023 12.074 3.985 3.985 8.542-8.542' transform='translate(-1 .318)' style='stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5px;stroke:%234156a7;fill:none'/%3E%3C/svg%3E");
}
.svg_icon.btn_close {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath data-name='사각형 21286' style='fill:none' d='M0 0h30v30H0z'/%3E%3Cg data-name='그룹 19129'%3E%3Cpath data-name='선 1' transform='translate(5.508 5.508)' style='stroke:%23333;stroke-width:2px;fill:none' d='m0 0 18.984 18.984'/%3E%3Cpath data-name='선 2' transform='rotate(90 9.492 15)' style='stroke:%23333;stroke-width:2px;fill:none' d='m0 0 18.984 18.984'/%3E%3C/g%3E%3C/svg%3E");
}
.svg_icon.paging_arrow {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='구성 요소 32 – 3' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cpath data-name='사각형 21328' style='fill:none' d='M0 0h22v22H0z'/%3E%3Cpath data-name='Path 2 Copy' d='m0 0 6.667 6L0 12' transform='rotate(180 6.5 8.25)' style='stroke:%23333;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-width:1.5px;fill:none'/%3E%3C/svg%3E");
}
.svg_icon.board_file {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='구성_요소_55_3' data-name='구성 요소 55 – 3' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E.cls-2%7Bfill:none;stroke:%23333;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px%7D%3C/style%3E%3C/defs%3E%3Cpath id='사각형_21535' data-name='사각형 21535' style='fill:none' d='M0 0h20v20H0z'/%3E%3Cg id='그룹_41200' data-name='그룹 41200' transform='translate(.383 .384)'%3E%3Cg id='그룹_41201' data-name='그룹 41201'%3E%3Cpath id='패스_51012' data-name='패스 51012' class='cls-2' d='M16.4 18.353H2.706A1.956 1.956 0 0 1 .75 16.4V2.706A1.956 1.956 0 0 1 2.706.75h10.757l4.89 4.889V16.4a1.956 1.956 0 0 1-1.953 1.953Z' transform='translate(.065 .065)'/%3E%3Cpath id='패스_51013' data-name='패스 51013' class='cls-2' d='M14.129 17.572V9.749H4.35v7.823' transform='translate(.377 .846)'/%3E%3Cpath id='패스_51014' data-name='패스 51014' class='cls-2' d='M4.35.75v4.889h7.823' transform='translate(.377 .065)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.svg_icon.bold_arrow {
  display: inline-block;
  width: 16px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 17'%3E%3Cg data-name='구성 요소 29 – 10'%3E%3Cpath data-name='사각형 21297' style='fill:none' d='M0 0h16v16H0z' transform='translate(0 .479)'/%3E%3Cg data-name='그룹 19141'%3E%3Cg data-name='그룹 19142'%3E%3Cpath data-name='패스 49948' d='M12.717.084 6.4 6.034 0 0' style='stroke:%23333;stroke-linecap:round;stroke-linejoin:round;stroke-width:3px;fill:none' transform='rotate(90 3.948 6.069)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.svg_icon.app_wide_check {
  display: inline-block;
  width: 85.5px;
  height: 85.5px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 85.5 85.5'%3E%3Cpath fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M62.097 15.797 37.535 62.309 15.896 42.196'/%3E%3C/svg%3E");
}
.svg_icon.app_arrow_left {
  display: inline-block;
  width: 75.5px;
  height: 107.5px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 75.5 107.5'%3E%3Cpath fill='none' stroke='%23333' stroke-linecap='round' stroke-width='15' d='M52.821 84.474 18.509 50.161 52.821 15.85'/%3E%3C/svg%3E");
}
.svg_icon.app_arrow_right {
  display: inline-block;
  width: 75.5px;
  height: 107.5px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 75.5 107.5'%3E%3Cpath fill='none' stroke='%23333' stroke-linecap='round' stroke-width='15' d='m15.572 84.474 34.312-34.313L15.572 15.85'/%3E%3C/svg%3E");
}
.svg_icon.icon_go {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cpath stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M.75 6h10.5m0 0L6 .75M11.25 6 6 11.25'/%3E%3C/svg%3E");
}

.svg_icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cpath stroke='%2354575e' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M.75 6h10.5m0 0L6 .75M11.25 6 6 11.25'/%3E%3C/svg%3E");
}
.svg_icon.dropdown.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.347 14'%3E%3Cpath data-name='사각형 21297' style='fill:none' d='M0 0h14v14H0z' transform='translate(.173)'/%3E%3Cg data-name='그룹 19141'%3E%3Cg data-name='그룹 19142'%3E%3Cpath data-name='패스 49948' d='M13.269 1.83 7.55 7.55l-5.8-5.8' transform='translate(-.336 2.351)' style='stroke:%23fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;fill:none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.svg_icon.paging_arrow.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='구성 요소 32 – 3' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cpath data-name='사각형 21328' style='fill:none' d='M0 0h22v22H0z'/%3E%3Cpath data-name='Path 2 Copy' d='m0 0 6.667 6L0 12' transform='rotate(180 6.5 8.25)' style='stroke:%23fff;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-width:1.5px;fill:none'/%3E%3C/svg%3E");
}
.svg_icon.app_wide_check.pink {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 85.5 85.5'%3E%3Cpath fill='none' stroke='%23F85AA0' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M62.097 15.797 37.535 62.309 15.896 42.196'/%3E%3C/svg%3E");
}
.svg_icon.app_wide_check.gray {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 85.5 85.5'%3E%3Cpath fill='none' stroke='%23e7e7e8' stroke-linecap='round' stroke-linejoin='round' stroke-width='15' d='M62.097 15.797 37.535 62.309 15.896 42.196'/%3E%3C/svg%3E");
}
.svg_icon.app_arrow_left.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 75.5 107.5'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='15' d='M52.821 84.474 18.509 50.161 52.821 15.85'/%3E%3C/svg%3E");
}
.svg_icon.app_arrow_left.navy {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 75.5 107.5'%3E%3Cpath fill='none' stroke='%23333366' stroke-linecap='round' stroke-width='15' d='M52.821 84.474 18.509 50.161 52.821 15.85'/%3E%3C/svg%3E");
}
.svg_icon.app_arrow_left.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 75.5 107.5'%3E%3Cpath fill='none' stroke='%23336df3' stroke-linecap='round' stroke-width='15' d='M52.821 84.474 18.509 50.161 52.821 15.85'/%3E%3C/svg%3E");
}
.svg_icon.app_arrow_right.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 75.5 107.5'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='15' d='m15.572 84.474 34.312-34.313L15.572 15.85'/%3E%3C/svg%3E");
}
.svg_icon.app_arrow_right.navy {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 75.5 107.5'%3E%3Cpath fill='none' stroke='%23333366' stroke-linecap='round' stroke-width='15' d='m15.572 84.474 34.312-34.313L15.572 15.85'/%3E%3C/svg%3E");
}
.svg_icon.app_arrow_right.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 75.5 107.5'%3E%3Cpath fill='none' stroke='%23336df3' stroke-linecap='round' stroke-width='15' d='m15.572 84.474 34.312-34.313L15.572 15.85'/%3E%3C/svg%3E");
}

.svg_bg.btn_checkbox {
  width: 1.6rem;
  height: 0.9rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath data-name='패스 5807' d='M0 0h24v24H0z' style='fill:none'/%3E%3Cg data-name='사각형 2371' transform='translate(1 1)' style='stroke:transparent;fill:transparent;stroke-width:1.5px'%3E%3Crect width='22' height='22' rx='2' style='stroke:none' stroke='none'/%3E%3Crect x='.75' y='.75' width='20.5' height='20.5' rx='1.25' style='fill:none'/%3E%3C/g%3E%3Cpath data-name='패스 5808' d='m7.023 12.074 3.985 3.985 8.542-8.542' transform='translate(-1 .318)' style='stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5px;stroke:%234156a7;fill:none'/%3E%3C/svg%3E");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
}

input,
select,
textarea {
  padding-inline: 16px;
}

.section {
  position: relative;
}
.section .inner {
  max-width: 1500px;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 1620px) {
  .section .inner {
    padding-inline: var(--side-pd);
  }
}
@media screen and (max-width: 1023.9px) {
  .section .inner {
    max-width: 100%;
  }
}
.com_job_app .section .inner {
  padding-inline: 4.7rem;
}
.com_kiosk .section .inner {
  padding-inline: 3.7vw;
  max-width: none;
}
.section .inner.w700 {
  max-width: 700px;
}

:root {
  --header-h: 82px;
  --gnb-h: 58px;
  --lnb-h: 60px;
  --header-total-h: 140px;
  --quick-w: 80px;
  --input-h: 45px;
  --side-pd: 20px;
}

@media screen and (max-width: 1023.9px) {
  :root {
    --header-h: 55px;
    --header-total-h: 55px;
    --quick-w: 55px;
  }
}
@media screen and (min-width: 1023.9px) {
  body {
    padding-right: var(--quick-w);
  }
  body.com_job_app {
    padding-right: 0;
  }
}

[type=checkbox],
[type=radio] {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -9999px;
}

main, .layout_lnb {
  margin-top: var(--header-total-h);
}
.com_job_app main, .com_job_app .layout_lnb {
  margin-top: 0;
}

.layout_lnb ~ main {
  margin-top: 0;
  z-index: 0;
}
@media screen and (min-width: 1023.9px) {
  .layout_lnb ~ main {
    padding-block: 60px 110px;
  }
}
@media screen and (max-width: 1023.9px) {
  .layout_lnb ~ main {
    padding-block: 20px 30px;
  }
}

.input,
.select {
  display: inline-flex;
  align-items: center;
  letter-spacing: 0;
  border: 1px solid #e4e4e4;
  background-color: #fff;
}
@media screen and (min-width: 1023.9px) {
  .input,
  .select {
    height: 55px;
    padding-inline: 16px;
    font-size: 15px;
  }
}
@media screen and (max-width: 1023.9px) {
  .input,
  .select {
    height: 42px;
    padding-inline: 10px;
    font-size: 13px;
  }
}

.input:read-only {
  background-color: #f7f7f7;
  cursor: default;
}
.input.require {
  background-image: url(../img/common/icon_require.svg);
  background-repeat: no-repeat;
}
@media screen and (min-width: 1023.9px) {
  .input.require {
    padding-left: 30px;
    background-position: 13px center;
  }
}
@media screen and (max-width: 1023.9px) {
  .input.require {
    padding-left: 24px;
    background-position: 10px center;
  }
}
.input.type_clear {
  border-width: 0;
  background-color: #fff;
  padding-inline: 0;
}

.input_guide {
  margin-top: 10px;
}
@media screen and (max-width: 639.9px) {
  .input_guide {
    font-size: 12px;
    letter-spacing: -0.075em;
  }
}

@media screen and (min-width: 1023.9px) {
  .select {
    padding-right: 36px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.347 14'%3E%3Cpath data-name='사각형 21297' style='fill:none' d='M0 0h14v14H0z' transform='translate(.173)'/%3E%3Cg data-name='그룹 19141'%3E%3Cg data-name='그룹 19142'%3E%3Cpath data-name='패스 49948' d='M13.269 1.83 7.55 7.55l-5.8-5.8' transform='translate(-.336 2.351)' style='stroke:%23333;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;fill:none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: 14.347px 14px;
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) center;
  }
}
@media screen and (max-width: 1023.9px) {
  .select {
    padding-right: 24px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.347 14'%3E%3Cpath data-name='사각형 21297' style='fill:none' d='M0 0h14v14H0z' transform='translate(.173)'/%3E%3Cg data-name='그룹 19141'%3E%3Cg data-name='그룹 19142'%3E%3Cpath data-name='패스 49948' d='M13.269 1.83 7.55 7.55l-5.8-5.8' transform='translate(-.336 2.351)' style='stroke:%23333;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;fill:none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: 10.2px 10px;
    background-repeat: no-repeat;
    background-position: calc(100% - 6px) center;
  }
}

textarea.input {
  padding: 16px;
  width: 100%;
  resize: none;
}
@media screen and (min-width: 1023.9px) {
  textarea.input {
    min-height: 240px;
  }
}
@media screen and (max-width: 1023.9px) {
  textarea.input {
    min-height: 120px;
  }
}

.com_field.type_normal > :is(.input, fieldset, .input_guide) {
  width: 100%;
}
@media screen and (min-width: 1023.9px) {
  .com_field.type_normal > :is(.input, fieldset, .input_guide) + :is(.input, fieldset) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_field.type_normal > :is(.input, fieldset, .input_guide) + :is(.input, fieldset) {
    margin-top: 10px;
  }
}

fieldset.many {
  display: flex;
}
@media screen and (min-width: 1023.9px) {
  fieldset.many .com_btn {
    min-width: 120px;
    max-width: 120px;
  }
  .com_board_top fieldset.many .com_btn {
    max-width: none;
    min-width: auto;
    width: auto;
    padding-inline: 25px;
  }
}
@media screen and (max-width: 1023.9px) {
  fieldset.many .com_btn {
    min-width: 100px;
    max-width: 100px;
  }
}
fieldset.many .txt_between {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 6px;
  flex-shrink: 1;
}
fieldset.type_email .input {
  width: 100%;
}
fieldset.has_right > :first-child {
  width: 100%;
}
fieldset.has_left > :last-child {
  width: 100%;
}
@media screen and (min-width: 1023.9px) {
  fieldset > :not(label):not(:first-child) {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1023.9px) {
  fieldset > :not(label):not(:first-child) {
    margin-left: 4px;
  }
}

.com_fieldset_wrap {
  display: inline-flex;
  align-items: center;
}

.com_file_wrap {
  display: inline-flex;
  align-items: center;
}
@media screen and (min-width: 1023.9px) {
  .com_file_wrap .file_name {
    height: 45px;
    min-height: 45px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_file_wrap .file_name {
    width: calc(100% - 60px);
    height: 42px;
    min-height: 42px;
  }
}
.com_file_wrap .com_btn.s {
  cursor: pointer;
}
@media screen and (max-width: 1023.9px) {
  .com_file_wrap .com_btn.s {
    width: 60px;
  }
}
.com_file_wrap [type=file] {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -9999px;
}

.com_btn_wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.com_btn_wrap.many {
  justify-content: space-between;
}

.com_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-shrink: 1;
}
.com_btn.blue {
  background-color: #4156a7;
  color: #fff;
}
.com_btn.red {
  background-color: #f45f5f;
  color: #fff;
}
.com_btn.new_red {
  background-color: #e5354c;
  color: #fff;
}
.com_btn.darkgray {
  background-color: #707070;
  color: #fff;
}
.com_btn.gray {
  background-color: #999;
  color: #fff;
}
.com_btn.gray.active {
  background-color: #4156a7;
}
.com_btn.mint {
  background-color: #01bacc;
  color: #fff;
}
.com_btn.skyblue {
  background-color: #0589da;
  color: #fff;
}
.com_btn.skyblue2 {
  background-color: #0099ff;
  color: #fff;
}
.com_btn.app_blue {
  background-color: #336df3;
  color: #fff;
}
.com_btn.app_pink {
  background-color: #f85aa0;
  color: #fff;
}
.com_btn.line {
  background-color: #fff;
  border: 1px solid #707070;
}
.com_btn.line.app_blue {
  border-color: #336df3;
  color: #336df3;
}
.com_btn.oval {
  font-weight: 600;
}
.com_btn.oval .oval_arrow {
  width: 22px;
  height: 22px;
  background: url(../img/sub/btn_oval_arrow.svg) no-repeat center center;
  margin-top: 2px;
}
@media screen and (min-width: 1023.9px) {
  .com_btn.oval .oval_arrow {
    margin-left: 25px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_btn.oval .oval_arrow {
    margin-left: 10px;
  }
}
.com_btn.oval .arrow {
  margin-left: 0.5rem;
  width: 5.65rem;
  height: 4.55rem;
  background: url(../img/app/btn_arrow.svg) no-repeat center center;
  background-size: contain;
  margin-top: 0.2rem;
}
@media screen and (min-width: 1023.9px) {
  .com_btn.oval {
    width: 260px;
    min-height: 65px;
    border-radius: 33px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_btn.oval {
    width: 200px;
    min-height: 50px;
    border-radius: 33px;
    font-size: 16px;
  }
  .com_job_app .com_btn.oval {
    height: 18rem;
    border-radius: 9rem;
  }
}
.com_job_app .com_btn.oval.half_left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.com_job_app .com_btn.oval.half_right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.com_btn.shadow.blue {
  box-shadow: 0px 10px 20px 0 rgba(65, 86, 167, 0.3);
}
.com_btn.shadow.new_red {
  box-shadow: 0 10px 20px rgba(229, 53, 76, 0.3);
}
.com_btn.shadow.app_blue {
  box-shadow: 0px 1rem 2rem 0 rgba(51, 109, 243, 0.5);
}
.com_kiosk .com_btn.shadow.app_blue {
  box-shadow: 0px 2rem 4rem 0 rgba(34, 79, 255, 0.5);
}
.com_btn.shadow.app_pink {
  box-shadow: 0px 1rem 2rem 0 rgba(248, 90, 160, 0.5);
}
.com_btn.shadow.deact {
  box-shadow: 0px 1rem 2rem 0 rgba(196, 196, 196, 0.5);
}
.com_btn_wrap.one .com_btn {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1023.9px) {
  .com_btn_wrap.two .com_btn {
    width: 49%;
    max-width: 49%;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_btn_wrap.two .com_btn {
    width: 48.5%;
    max-width: 48.5%;
  }
}
.com_btn.l {
  width: 150px;
  min-height: 55px;
  font-size: 16px;
  font-weight: 600;
}
.com_btn.m {
  width: 120px;
  min-height: 55px;
  font-size: 15px;
}
.com_btn.s {
  width: 120px;
  min-height: 45px;
  font-size: 14px;
}
.com_btn.xs {
  width: 80px;
  min-height: 35px;
  font-size: 14px;
}
.com_btn.xxs {
  width: auto;
  padding-inline: 16px;
  min-height: 31px;
  font-size: 13px;
}
@media screen and (max-width: 1023.9px) {
  .com_btn.l {
    min-height: 45px;
    font-size: 15px;
  }
  .com_btn.m {
    min-height: 42px;
    font-size: 13px;
  }
  .com_btn.s {
    min-height: 42px;
    font-size: 13px;
  }
  .com_btn.xs {
    width: 50px;
    min-width: 50px;
    min-height: 27px;
    font-size: 12px;
  }
  .com_btn.xxs {
    padding-inline: 10px;
    min-height: 25px;
    font-size: 11px;
  }
}
.com_btn:disabled {
  background-color: #e0e0e0;
  color: #b5b5b5;
}
.com_btn.deact {
  background-color: #e0e0e0;
  color: #b5b5b5;
}
.com_btn.deact .arrow {
  background: url(../img/app/btn_arrow_deact.svg) no-repeat center center;
  background-size: contain;
}

.com_check_wrap {
  position: relative;
  display: inline-flex;
}
.com_check_wrap .right_wrap {
  position: absolute;
  right: 0;
}

.checkbox ~ label {
  cursor: pointer;
}

.btn_checkbox {
  border: 2px solid #666;
}
@media screen and (min-width: 1023.9px) {
  .btn_checkbox {
    width: 22px;
    min-width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 1023.9px) {
  .btn_checkbox {
    width: 20px;
    min-width: 20px;
    height: 20px;
  }
}
.checkbox:checked + .btn_checkbox {
  border-color: #4156a7;
}
.checkbox:checked + .btn_checkbox::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath data-name='패스 5807' d='M0 0h24v24H0z' style='fill:none'/%3E%3Cg data-name='사각형 2371' transform='translate(1 1)' style='stroke:transparent;fill:transparent;stroke-width:1.5px'%3E%3Crect width='22' height='22' rx='2' style='stroke:none' stroke='none'/%3E%3Crect x='.75' y='.75' width='20.5' height='20.5' rx='1.25' style='fill:none'/%3E%3C/g%3E%3Cpath data-name='패스 5808' d='m7.023 12.074 3.985 3.985 8.542-8.542' transform='translate(-1 .318)' style='stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5px;stroke:%234156a7;fill:none'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translate(-2px, -2px);
}
@media screen and (max-width: 1023.9px) {
  .checkbox:checked + .btn_checkbox::after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 1023.9px) {
  .btn_checkbox + label {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1023.9px) {
  .btn_checkbox + label {
    margin-left: 6px;
  }
}

.com_radio_wrap {
  position: relative;
  display: inline-flex;
}
@media screen and (min-width: 1023.9px) {
  .com_radio_wrap {
    align-items: center;
  }
}
.com_radio_wrap .right_wrap {
  position: absolute;
  right: 0;
}

.radio ~ label {
  cursor: pointer;
}

.btn_radio {
  border: 2px solid #666;
  border-radius: 50%;
}
@media screen and (min-width: 1023.9px) {
  .btn_radio {
    width: 22px;
    min-width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 1023.9px) {
  .btn_radio {
    width: 20px;
    min-width: 20px;
    height: 20px;
  }
}
.radio:checked + .btn_radio {
  position: relative;
  border-color: #4156a7;
}
.radio:checked + .btn_radio::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #4156a7;
}
@media screen and (min-width: 1023.9px) {
  .btn_radio + label {
    margin-left: 6px;
  }
}
@media screen and (max-width: 1023.9px) {
  .btn_radio + label {
    margin-left: 4px;
  }
}

.com_amount_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.com_amount_wrap :is(button, a) {
  position: relative;
  background-color: #d8d8d8;
  transition: background-color 0.2s;
}
.com_amount_wrap :is(button, a):hover {
  background-color: #e2e2e2;
}
.com_amount_wrap :is(button, a):active {
  background-color: #cecece;
}
@media screen and (min-width: 1023.9px) {
  .com_amount_wrap :is(button, a) {
    width: 25px;
    min-width: 25px;
    height: 25px;
    border-radius: 50%;
  }
}
@media screen and (min-width: 1023.9px) and (max-width: 1023.9px) {
  .com_amount_wrap :is(button, a) {
    width: 25px;
    min-width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_amount_wrap :is(button, a) {
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
  }
}
@media screen and (max-width: 1023.9px) and (max-width: 1023.9px) {
  .com_amount_wrap :is(button, a) {
    width: 20px;
    min-width: 20px;
    height: 20px;
  }
}
.com_amount_wrap :is(button, a)::before, .com_amount_wrap :is(button, a)::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  content: "";
  display: inline-block;
  background-color: #333;
}
.com_amount_wrap :is(button, a)::before {
  width: 9px;
  height: 1px;
}
.com_amount_wrap :is(button, a)::after {
  width: 1px;
  height: 9px;
}
.com_amount_wrap :is(button, a).btn_minus::after {
  display: none;
}
.com_amount_wrap [type=number] {
  border: none;
  background-color: transparent;
  width: auto;
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 1023.9px) {
  .com_amount_wrap [type=number] {
    max-width: 35px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_amount_wrap [type=number] {
    max-width: 25px;
  }
}

.com_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 13px;
  height: 26px;
  margin-inline: auto;
}
.com_board_container .com_badge {
  width: auto;
  height: 24px;
  padding: 0;
}
@media screen and (min-width: 1023.9px) {
  .com_board_container .com_badge {
    width: 45px;
    font-size: 13px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_board_container .com_badge {
    width: 40px;
    font-size: 11px;
  }
}

.drawer_menu_wrap {
  position: fixed;
  top: 0;
  right: 0;
  max-width: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s ease;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
}
.drawer_menu_wrap .drawer_menu {
  height: 100vh;
  margin-left: auto;
  background-color: #fff;
}
@media screen and (min-width: 1023.9px) {
  .drawer_menu_wrap .drawer_menu {
    width: 28%;
    min-width: 300px;
    padding-right: var(--quick-w);
  }
}
@media screen and (max-width: 1023.9px) {
  .drawer_menu_wrap .drawer_menu {
    width: 90%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
  }
}

.drawer_menu {
  padding-top: var(--header-h);
}
.drawer_menu .inner {
  padding-inline: 0;
  margin-inline: 0;
}
.drawer_menu .account_link_wrap {
  position: absolute;
  top: -35px;
  left: 20px;
}
.drawer_menu .dep1 .link_wrap {
  border-top: 1px solid #e4e4e4;
}
.drawer_menu .dep1 > li > .link_wrap {
  padding: 15px 20px;
  font-size: 15px;
  font-weight: 600;
  display: flex;
}
.drawer_menu .dep1 > li > .link_wrap .svg_icon.dropdown {
  width: 20px;
  height: 20px;
  transform: rotate(180deg);
}
@media screen and (max-width: 1023.9px) {
  .drawer_menu .dep1 > li:nth-child(6) {
    border-bottom: 1px solid #e4e4e4;
  }
}
.drawer_menu .dep1 > li:not(.active):last-of-type > .link_wrap {
  border-bottom: 1px solid #e4e4e4;
}
.drawer_menu .dep1 > li:not(.active):last-of-type .dep2 li:last-of-type .link_wrap {
  border-bottom: 1px solid #e4e4e4;
}
.drawer_menu .dep1 > li.active > .link_wrap {
  color: #fff;
  background-color: #4156a7;
  justify-content: space-between;
}
.drawer_menu .dep2 {
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s;
}
.drawer_menu .dep2 .link_wrap {
  padding: 13px 20px;
  font-size: 14px;
  background-color: #f7f7f7;
}
@media screen and (min-width: 1023.9px) {
  .drawer_menu .com_sns_wrap {
    display: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .drawer_menu .com_sns_wrap {
    width: 100%;
    padding-block: 20px;
    padding-inline: var(--side-pd);
    justify-content: center;
    margin-top: auto;
  }
}

.com_sticks {
  position: relative;
  display: block;
  width: 30px;
  height: 5px;
  background: #fff;
  transition: background 0.3s ease-out;
}
@media screen and (max-width: 1023.9px) {
  .com_sticks {
    width: 22px;
    height: 3px;
  }
}
.com_sticks::before, .com_sticks::after {
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.3s ease-out;
  width: 100%;
}
.com_sticks::before {
  top: 12px;
}
@media screen and (max-width: 1023.9px) {
  .com_sticks::before {
    top: 10px;
  }
}
.com_sticks::after {
  top: -12px;
}
@media screen and (max-width: 1023.9px) {
  .com_sticks::after {
    top: -10px;
  }
}
.drawer_check:checked ~ .btn_sitemap .com_sticks {
  background: transparent;
}
.drawer_check:checked ~ .btn_sitemap .com_sticks:before {
  transform: rotate(-45deg);
  top: 0;
}
.drawer_check:checked ~ .btn_sitemap .com_sticks:after {
  transform: rotate(45deg);
  top: 0;
}

.drawer_check {
  display: none;
}
@media screen and (min-width: 1023.9px) {
  .drawer_check:checked ~ .logo {
    position: fixed;
  }
}
.drawer_check:checked ~ .drawer_menu_wrap {
  z-index: 101;
  max-width: 100vw;
  max-height: 100vh;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.drawer_check:checked ~ .drawer_menu_wrap::-webkit-scrollbar {
  display: none;
}
.drawer_check:checked ~ .drawer_menu_wrap .dep1 .active:nth-child(1) .dep2, .drawer_check:checked ~ .drawer_menu_wrap .dep1 .active:nth-child(3) .dep2, .drawer_check:checked ~ .drawer_menu_wrap .dep1 .active:nth-child(4) .dep2 {
  max-height: 280px;
}
.drawer_check:checked ~ .drawer_menu_wrap .dep1 .active:nth-child(2) .dep2 {
  max-height: 140px;
}
.drawer_check:checked ~ .drawer_menu_wrap .dep1 .active:nth-child(5) .dep2 {
  max-height: 280px;
}
.drawer_check:checked ~ .drawer_menu_wrap .dep1 .active:nth-child(6) .dep2 {
  max-height: 47px;
}
.drawer_check:checked ~ .link_area {
  position: relative;
  left: auto;
  right: 0;
}
@media screen and (min-width: 1023.9px) {
  .drawer_check:checked ~ .link_area::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #162470;
    height: 100vh;
    z-index: -1;
  }
}
@media screen and (max-width: 1023.9px) {
  .drawer_check:checked ~ .link_area {
    width: 88.9vw;
  }
  .drawer_check:checked ~ .link_area a {
    display: none;
  }
}
@media screen and (min-width: 1023.9px) {
  .drawer_check:checked .drawer_icon {
    position: fixed;
    top: 42px;
    transform: translateX(calc(-50% - 10px));
  }
}
.drawer_check:checked .drawer_icon .drawer_sticks {
  background: transparent;
}
.drawer_check:checked .drawer_icon .drawer_sticks:before {
  transform: rotate(-45deg);
}
.drawer_check:checked .drawer_icon .drawer_sticks:after {
  transform: rotate(45deg);
}
.drawer_check:checked .drawer_icon:not(.steps) .drawer_sticks::before, .drawer_check:checked .drawer_icon:not(.steps) .drawer_sticks::after {
  top: 0;
}

.com_popup {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  display: none;
}
.com_popup.active {
  display: block;
}
.com_popup .btn_close {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 1023.9px) {
  .com_popup .btn_close {
    top: 25px;
    right: 25px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_popup .btn_close {
    width: 24px;
    height: 24px;
    top: 14px;
    right: 16px;
  }
}
.com_popup.type_normal {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px var(--pd-inline);
}
.com_popup.type_normal .pop_container {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  max-height: 94vh;
  padding-bottom: 30px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (min-width: 1023.9px) {
  .com_popup.type_normal .pop_container {
    max-width: 98vw;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_popup.type_normal .pop_container {
    max-width: calc(100vw - var(--side-pd) - var(--side-pd));
  }
}
.com_popup.type_normal .pop_header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e4e4e4;
}
@media screen and (min-width: 1023.9px) {
  .com_popup.type_normal .pop_header {
    height: 80px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_popup.type_normal .pop_header {
    height: 50px;
    margin-bottom: 15px;
  }
}
.com_popup.type_normal .pop_header + .pop_body {
  padding-top: 5rem;
}
@media screen and (min-width: 1023.9px) {
  .com_popup.type_normal .pop_header + .pop_body {
    max-height: calc(94vh - 80px - 30px - 30px);
  }
}
@media screen and (max-width: 1023.9px) {
  .com_popup.type_normal .pop_header + .pop_body {
    max-height: calc(94vh - 50px - 15px - 15px);
  }
}
.com_popup.type_normal .pop_title {
  font-weight: 600;
  line-height: 1.4;
  color: #333;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1023.9px) {
  .com_popup.type_normal .pop_title {
    font-size: 30px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_popup.type_normal .pop_title {
    font-size: 20px;
  }
}
.com_popup.type_normal .pop_body {
  line-height: 1.4;
  color: #666;
  max-height: 94vh;
}
@media screen and (min-width: 1023.9px) {
  .com_popup.type_normal .pop_body {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_popup.type_normal .pop_body {
    padding-inline: 20px;
  }
}
.com_popup.type_normal .pop_body.scroll {
  overflow-y: auto;
}
.com_popup.type_normal .btn_container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}
.com_popup.type_normal .btn_container.two {
  justify-content: space-between;
}
.com_popup.type_normal .btn_container.two .btn {
  width: 48.5%;
}
.com_popup.type_img .pop_container {
  position: relative;
  border-radius: 5px;
  max-height: 94vh;
  padding-bottom: 30px;
  overflow: auto;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (min-width: 1023.9px) {
  .com_popup.type_img .pop_container {
    max-width: 98vw;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_popup.type_img .pop_container {
    max-width: calc(100vw - var(--side-pd) - var(--side-pd));
  }
}
.com_popup.type_img .pop_body {
  background-color: transparent;
  text-align: center;
  padding: 0;
}
.com_popup.type_img .com_pop_btn_wrap {
  margin-top: 2vw;
  text-align: center;
}
.com_popup.type_pc_alert .pop_container {
  max-width: 440px;
  padding: 42px 50px;
}
.com_popup.type_pc_alert .pop_container .pop_body {
  text-align: center;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.com_popup.type_pc_alert .pop_container .pop_body .tit {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.9px;
}
.com_popup.type_pc_alert .pop_container .pop_body .txt {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.57;
  letter-spacing: -0.7px;
  color: #333;
  margin-top: 19px;
}
.com_popup.type_pc_alert .pop_container .com_pop_btn_wrap {
  margin-top: 25px;
  text-align: center;
}
.com_popup.type_pc_alert .pop_container .com_pop_btn_wrap .com_btn + .com_btn {
  margin-left: 10px;
}
@media screen and (min-width: 1023.9px) {
  .com_popup.pop_terms_view .pop_container {
    max-width: 600px;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_popup.pop_preview .pop_container {
    max-width: 1000px;
  }
}
.com_popup.pop_preview .pop_header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  height: auto;
  padding-block: 20px;
}
.com_popup.pop_preview .pop_header .slick-track {
  height: auto !important;
}
@media screen and (min-width: 1023.9px) {
  .com_popup.pop_preview .pop_title {
    padding-inline: 70px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_popup.pop_preview .pop_title {
    padding-inline: 40px;
  }
}
.com_popup.pop_preview .pop_body {
  position: relative;
  max-height: calc(86vh - 50px - 15px - 15px);
}
@media screen and (min-width: 1023.9px) {
  .com_popup.pop_preview .pop_body {
    padding: 50px 75px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_popup.pop_preview .pop_body {
    padding: 20px 16px;
  }
}
.com_popup.pop_preview .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
@media screen and (max-width: 1023.9px) {
  .com_popup.pop_preview .slick-arrow {
    background-color: #fff;
    width: 28px;
    padding: 3px;
    border-radius: 5px;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_popup.pop_preview .slick-arrow.slick_prev {
    left: 32px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_popup.pop_preview .slick-arrow.slick_prev {
    left: 0;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_popup.pop_preview .slick-arrow.slick_next {
    right: 32px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_popup.pop_preview .slick-arrow.slick_next {
    right: 0;
  }
}
.com_popup.pop_preview .slick_prev img {
  transform: rotate(180deg);
}
.com_popup.pop_preview .slide_item > img {
  width: 100%;
}
.com_popup.pop_preview .slide_item.video {
  position: relative;
}
.com_popup.pop_preview .slide_item.video::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  content: "";
  display: inline-block;
  width: 90px;
  height: 90px;
  background: url(../img/sub/icon_video.svg) no-repeat center center;
  background-size: contain;
  z-index: 1;
}
.com_popup.pop_preview .slide_item .text {
  font-size: 15px;
  line-height: 1.6666;
  letter-spacing: -0.05em;
  margin-top: 23px;
}
.com_popup.pop_preview .preview_t_slider .slide_item {
  height: auto;
}

.com_tab {
  display: flex;
  align-items: stretch;
}
@media screen and (min-width: 1023.9px) {
  .com_tab {
    height: 60px;
  }
}

.com_tab_li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #333;
  cursor: pointer;
}
@media screen and (min-width: 1023.9px) {
  .com_tab_li {
    font-size: 18px;
    border-bottom: 4px solid #e4e4e4;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_tab_li {
    font-size: 14px;
    line-height: 1.4;
    padding-block: 12px 9px;
    border-bottom: 3px solid #e4e4e4;
  }
}
.com_tab_li.active, .com_tab_li.swiper-slide-thumb-active {
  font-weight: 600;
  color: #4156a7;
  border-color: #4156a7;
}

.com_box_tab {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023.9px) {
  .com_box_tab {
    width: calc(100% + 22px) !important;
    margin-left: -11px;
  }
}
.com_box_tab .tab {
  background: #eceef6;
  font-weight: normal;
  line-height: 1.39;
  letter-spacing: -0.9px;
  text-align: center;
  width: 100%;
  cursor: pointer;
}
.com_box_tab .tab:not(:last-child) {
  margin-right: 3px;
}
.com_box_tab .tab.active {
  background: #4156a7;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 1023.9px) {
  .com_box_tab .tab {
    font-size: 18px;
    padding: 18px 5px 17px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_box_tab .tab {
    font-size: 13px;
    padding: 12px 5px 11px;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_box_tab.type_page_top {
    justify-content: center;
    margin-top: 72px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_box_tab.type_page_top {
    margin-top: 20px;
    overflow-x: auto;
  }
}
.com_box_tab.type_page_top .tab {
  background-color: #e3f6ff;
  width: 200px;
  max-width: 200px;
  border-radius: 5px;
  font-weight: 500;
}
.com_box_tab.type_page_top .tab:not(:last-child) {
  margin-right: 10px;
}
.com_box_tab.type_page_top .tab.active {
  background: #4156a7;
}
@media screen and (max-width: 1023.9px) {
  .com_box_tab.type_page_top .tab {
    min-width: 90px;
  }
}

.com_oval_tab {
  position: relative;
  margin-block: 4px;
  margin-inline: auto;
  outline: 4px solid #0099ff;
}
@media screen and (min-width: 1023.9px) {
  .com_oval_tab {
    height: 62px;
    border-radius: 33px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_oval_tab {
    height: 50px;
    border-radius: 20px;
    outline: none;
    z-index: 2;
    width: calc(100% + 22px) !important;
    margin-left: -11px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_oval_tab.active .selected:after {
    transform: rotate(180deg);
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
}
.com_oval_tab .oval {
  position: absolute;
  top: calc(4px * -1);
  height: calc(100% + 8px);
  background-color: #0099ff;
  border-radius: 33px;
  z-index: -1;
  transition: 0.4s left;
}
@media screen and (max-width: 1023.9px) {
  .com_oval_tab .oval {
    display: none;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_oval_tab .selected {
    display: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_oval_tab .selected {
    background-color: #0099ff;
    color: #fff;
    border-radius: 20px 20px 0 0;
    height: 50px;
    line-height: 50px;
    padding-inline: 30px;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
  }
  .com_oval_tab .selected:after {
    content: "";
    background-image: url("../img/sub/tab_arrow.png");
    width: 13px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
  .com_oval_tab .selected:hover {
    cursor: pointer;
  }
}
.com_oval_tab ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1023.9px) {
  .com_oval_tab ul {
    flex-direction: column;
    position: absolute;
    top: 46px;
    border: 4px solid #0099ff;
    border-radius: 0 0 20px 20px;
    height: auto;
    overflow: hidden;
    display: none;
  }
}
.com_oval_tab .tab {
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  transition: 0.4s color;
}
@media screen and (min-width: 1023.9px) {
  .com_oval_tab .tab {
    font-size: 20px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_oval_tab .tab {
    font-size: 14px;
    width: 100% !important;
    height: 50px;
    line-height: 50px;
    padding-inline: 26px;
    background: #fff;
    font-size: 18px;
    text-align: left;
    justify-content: flex-start;
    border-top: 4px solid #0099ff;
  }
  .com_oval_tab .tab:hover {
    background: #0099ff;
  }
  .com_oval_tab .tab a {
    color: #333 !important;
    background: none !important;
    font-weight: 500;
  }
  .com_oval_tab .tab a:hover {
    color: #fff !important;
  }
}
.com_oval_tab .tab.active {
  color: #fff;
}
@media screen and (max-width: 1023.9px) {
  .com_oval_tab .tab.active {
    display: none;
  }
}

@media screen and (min-width: 1023.9px) {
  .com_board_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_board_top {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_board_top .post_count {
    align-self: flex-end;
  }
}
.com_board_top .input, .com_board_top .select,
.com_board_top .com_btn {
  border-radius: 10px;
}
@media screen and (min-width: 1023.9px) {
  .com_board_top .input, .com_board_top .select,
  .com_board_top .com_btn {
    height: 45px;
    min-height: 45px;
    max-height: 45px;
  }
}
.com_board_top .input {
  border-color: #162470;
}
@media screen and (min-width: 1023.9px) {
  .com_board_top .input {
    min-width: 400px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_board_top .com_field.type_normal fieldset.many .com_btn {
    min-width: 60px;
    max-width: 60px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_board_top__right {
    margin-top: 10px;
  }
}

.com_table_radius {
  overflow: hidden;
}
@media screen and (min-width: 1023.9px) {
  .com_table_radius {
    border-radius: 40px 40px 0 0;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_table_radius {
    position: relative;
    border-radius: 20px 20px 0 0;
    border: 3px solid #4156a7;
  }
  .p_board_detail .com_table_radius {
    border: none;
  }
}

@media screen and (min-width: 1023.9px) {
  .com_table {
    border: 1px solid #4156a7;
  }
}
@media screen and (max-width: 767.9px) {
  .com_table {
    display: block;
  }
}
.com_table thead tr:not(:first-child) th {
  border-top: 1px solid #d9dded;
}
.com_table thead th {
  background: #4156a7;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -0.75px;
  padding: 17px 0;
  border-bottom: 0;
}
.com_table thead th:not(:last-child) {
  border-right: 1px solid #d9dded;
}
.com_table thead th:not(:first-child) {
  border-left: 1px solid #d9dded;
}
@media screen and (max-width: 767.9px) {
  .com_table thead {
    display: none;
  }
}
.com_table tbody {
  background-color: #fff;
}
.com_table tbody tr:last-child > * {
  border-bottom: 0 !important;
}
.com_table tbody th {
  border-right: 1px solid #d9dded;
  color: #4156a7;
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 767.9px) {
  .com_table tbody th {
    border-right: none;
  }
}
@media screen and (max-width: 767.9px) {
  .com_table tbody {
    display: block;
  }
}
.com_table :is(th, td) {
  border-bottom: 1px solid #d9dded;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .com_table :is(th, td) {
    border-bottom: none;
    width: 100%;
    display: block;
    text-align: left;
  }
}
@media screen and (max-width: 767.9px) {
  .com_table tr {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #e4e4e4;
    width: 100%;
    padding: 20px;
  }
  .com_table tr:nth-child(odd) {
    background: #f2f2f2;
  }
}
@media screen and (max-width: 767.9px) {
  .com_table th {
    display: none;
  }
}
.com_table td {
  padding: 20px 19px;
  line-height: 2;
}
.com_table td:not(:last-child) {
  border-right: 1px solid #e4e4e4;
}
@media screen and (max-width: 767.9px) {
  .com_table td:not(:last-child) {
    border-right: none;
  }
}
@media screen and (max-width: 767.9px) {
  .com_table td {
    padding: 0;
  }
}
.com_table .work_list {
  text-align: left;
}
@media screen and (min-width: 767.9px) {
  .com_table .work_list {
    border-right: 1px solid #e4e4e4;
  }
}
@media screen and (max-width: 767.9px) {
  .com_table .work_list {
    margin-top: 10px;
  }
}
.com_table .work_list p {
  padding-left: 10px;
}
.com_table .work_list p:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 1px;
  background-color: #333;
  margin-right: 5px;
  margin-left: -10px;
  vertical-align: 5px;
}
.com_table :is(.name_field, .tel_field, .note_field) {
  color: #4156a7;
  font-weight: 600;
  font-size: 16px;
}
.com_table .name_field .name {
  display: block;
}
@media screen and (max-width: 767.9px) {
  .com_table .name_field .name {
    display: inline-block;
    margin-right: 10px;
  }
}
.com_table .name_field .position_m {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .com_table .name_field .position_m {
    display: inline-block;
    font-weight: bold;
    margin-right: 5px;
  }
}
@media screen and (max-width: 767.9px) {
  .com_table .tel_field {
    display: inline-block;
    margin-top: 5px;
    font-size: 12px;
  }
  .com_table .tel_field:before {
    content: "전화번호 : ";
  }
}
.com_table .note_field .tit_m {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .com_table .note_field .tit_m {
    display: inline;
  }
}
@media screen and (max-width: 767.9px) {
  .com_table .note_field {
    font-size: 12px;
    margin-top: 10px;
  }
  .com_table .note_field:after {
    content: ")";
  }
}

@media screen and (min-width: 640px) {
  .com_table_scroll {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .com_table_scroll {
    height: 20px;
  }
}

@media screen and (min-width: 1023.9px) {
  .com_board_top ~ .com_board_container {
    margin-top: 20px;
  }
  .com_board_top ~ .com_board_container.com_board__image {
    margin-block: 50px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_board_top ~ .com_board_container {
    margin-block: 20px;
  }
}

.com_board__normal {
  border-top: 1px solid #e4e4e4;
}
@media screen and (max-width: 1023.9px) {
  .com_board__normal colgroup:not(.visible) {
    display: none;
  }
}
.com_board__normal th, .com_board__normal td, .com_board__normal .th, .com_board__normal .td {
  border: 1px solid #e4e4e4;
  word-break: break-word;
}
.com_board__normal th:last-child, .com_board__normal td:last-child, .com_board__normal .th:last-child, .com_board__normal .td:last-child {
  border-right-width: 0;
}
.com_board__normal th.right, .com_board__normal td.right, .com_board__normal .th.right, .com_board__normal .td.right {
  text-align: right !important;
}
.com_board__normal th.left, .com_board__normal td.left, .com_board__normal .th.left, .com_board__normal .td.left {
  text-align: left !important;
}
@media screen and (max-width: 1023.9px) {
  .p_reserve_receipt .com_board__normal th, .p_reserve_receipt .com_board__normal td, .p_reserve_receipt .com_board__normal .th, .p_reserve_receipt .com_board__normal .td {
    padding: 12px 9px !important;
    font-size: 12px;
  }
}
.com_board__normal th, .com_board__normal .th {
  background-color: #f7f7f7;
}
.com_board__normal th .th_desc, .com_board__normal .th .th_desc {
  font-weight: 400;
  font-size: 13px;
  margin-left: 4px;
}
@media screen and (max-width: 1023.9px) {
  .com_board__normal.type_list thead {
    display: none;
  }
  .com_board__normal.type_list colgroup:not(.visible) ~ tbody tr, .com_board__normal.type_list colgroup:not(.visible) ~ tbody .tr {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e4e4e4;
  }
  .com_board__normal.type_list colgroup:not(.visible) ~ tbody tr td, .com_board__normal.type_list colgroup:not(.visible) ~ tbody tr .td, .com_board__normal.type_list colgroup:not(.visible) ~ tbody .tr td, .com_board__normal.type_list colgroup:not(.visible) ~ tbody .tr .td {
    border-bottom: 0;
    border-right: 0;
  }
}
@media screen and (max-width: 1023.9px) and (max-width: 1023.9px) {
  .com_board__normal.type_list colgroup.visible ~ :is(thead, tbody) {
    padding: 7px 8px;
  }
}
.com_board__normal.type_list th, .com_board__normal.type_list td, .com_board__normal.type_list .th, .com_board__normal.type_list .td {
  border-width: 0 1px 1px 0;
  word-break: break-word;
  text-align: center;
  padding: 16px 18px;
}
.com_board__normal.type_list th:last-child, .com_board__normal.type_list td:last-child, .com_board__normal.type_list .th:last-child, .com_board__normal.type_list .td:last-child {
  border-right-width: 0;
}
.com_board__normal.type_list th p, .com_board__normal.type_list th h1, .com_board__normal.type_list th h2, .com_board__normal.type_list th h3, .com_board__normal.type_list th h4, .com_board__normal.type_list th h5, .com_board__normal.type_list th h6, .com_board__normal.type_list th div, .com_board__normal.type_list th span, .com_board__normal.type_list td p, .com_board__normal.type_list td h1, .com_board__normal.type_list td h2, .com_board__normal.type_list td h3, .com_board__normal.type_list td h4, .com_board__normal.type_list td h5, .com_board__normal.type_list td h6, .com_board__normal.type_list td div, .com_board__normal.type_list td span, .com_board__normal.type_list .th p, .com_board__normal.type_list .th h1, .com_board__normal.type_list .th h2, .com_board__normal.type_list .th h3, .com_board__normal.type_list .th h4, .com_board__normal.type_list .th h5, .com_board__normal.type_list .th h6, .com_board__normal.type_list .th div, .com_board__normal.type_list .th span, .com_board__normal.type_list .td p, .com_board__normal.type_list .td h1, .com_board__normal.type_list .td h2, .com_board__normal.type_list .td h3, .com_board__normal.type_list .td h4, .com_board__normal.type_list .td h5, .com_board__normal.type_list .td h6, .com_board__normal.type_list .td div, .com_board__normal.type_list .td span {
  word-break: break-word;
}
.com_board__normal.type_list .title {
  text-align: left;
}
@media screen and (min-width: 1023.9px) {
  .com_board__normal.type_list .title.has_file {
    padding-right: 52px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='구성_요소_55_3' data-name='구성 요소 55 – 3' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E.cls-2%7Bfill:none;stroke:%23e0e0e0;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px%7D%3C/style%3E%3C/defs%3E%3Cpath id='사각형_21535' data-name='사각형 21535' style='fill:none' d='M0 0h20v20H0z'/%3E%3Cg id='그룹_41200' data-name='그룹 41200' transform='translate(.383 .384)'%3E%3Cg id='그룹_41201' data-name='그룹 41201'%3E%3Cpath id='패스_51012' data-name='패스 51012' class='cls-2' d='M16.4 18.353H2.706A1.956 1.956 0 0 1 .75 16.4V2.706A1.956 1.956 0 0 1 2.706.75h10.757l4.89 4.889V16.4a1.956 1.956 0 0 1-1.953 1.953Z' transform='translate(.065 .065)'/%3E%3Cpath id='패스_51013' data-name='패스 51013' class='cls-2' d='M14.129 17.572V9.749H4.35v7.823' transform='translate(.377 .846)'/%3E%3Cpath id='패스_51014' data-name='패스 51014' class='cls-2' d='M4.35.75v4.889h7.823' transform='translate(.377 .065)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: calc(100% - 18px) center;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_board__normal.type_list .title.has_file {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='구성_요소_55_3' data-name='구성 요소 55 – 3' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E.cls-2%7Bfill:none;stroke:%23e0e0e0;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px%7D%3C/style%3E%3C/defs%3E%3Cpath id='사각형_21535' data-name='사각형 21535' style='fill:none' d='M0 0h20v20H0z'/%3E%3Cg id='그룹_41200' data-name='그룹 41200' transform='translate(.383 .384)'%3E%3Cg id='그룹_41201' data-name='그룹 41201'%3E%3Cpath id='패스_51012' data-name='패스 51012' class='cls-2' d='M16.4 18.353H2.706A1.956 1.956 0 0 1 .75 16.4V2.706A1.956 1.956 0 0 1 2.706.75h10.757l4.89 4.889V16.4a1.956 1.956 0 0 1-1.953 1.953Z' transform='translate(.065 .065)'/%3E%3Cpath id='패스_51013' data-name='패스 51013' class='cls-2' d='M14.129 17.572V9.749H4.35v7.823' transform='translate(.377 .846)'/%3E%3Cpath id='패스_51014' data-name='패스 51014' class='cls-2' d='M4.35.75v4.889h7.823' transform='translate(.377 .065)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) center;
    padding-right: 26px;
  }
}
.com_board__normal.type_list .m_th {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  color: #999;
  padding-left: 8px;
  width: 74px;
  text-align: left;
}
@media screen and (min-width: 1023.9px) {
  .com_board__normal.type_list .m_th {
    display: none;
  }
}
.com_board__normal.type_list .m_th::before {
  position: absolute;
  left: 0;
  content: "";
  display: inline-block;
  width: 3px;
  min-width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #999;
}
@media screen and (max-width: 1023.9px) {
  .com_board__normal.type_list .m_th::before {
    width: 3px;
    min-width: 3px;
    height: 3px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_board__normal.type_view {
    border: 3px solid #4156a7;
  }
  .p_pay .com_board__normal.type_view, .com_my .com_board__normal.type_view, .p_reserve_finish .com_board__normal.type_view {
    border: 0;
    border-top: 1px solid #e4e4e4;
  }
  .com_board__normal.type_view .visible col:nth-child(1) {
    width: 100px;
  }
  .p_pay .com_board__normal.type_view .visible col:nth-child(1) {
    width: 15%;
  }
}
.com_board__normal.type_view th, .com_board__normal.type_view td, .com_board__normal.type_view .th, .com_board__normal.type_view .td {
  border-width: 0 0 1px 0;
  text-align: left;
}
@media screen and (min-width: 1023.9px) {
  .com_board__normal.type_view th, .com_board__normal.type_view td, .com_board__normal.type_view .th, .com_board__normal.type_view .td {
    padding: 18px 30px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_board__normal.type_view th, .com_board__normal.type_view td, .com_board__normal.type_view .th, .com_board__normal.type_view .td {
    padding: 12px 15px;
  }
}
.com_board__normal.type_view .title {
  line-height: 1.2;
}
@media screen and (min-width: 1023.9px) {
  .com_board__normal.type_view .title {
    font-size: 26px;
    padding-block: 22px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_board__normal.type_view .title {
    position: relative;
    font-size: 16px;
    padding-block: 12px;
  }
}
.com_board__normal.type_view .post_info_wrap {
  padding-inline: 0;
}
.com_board__normal.type_view .post_info {
  display: flex;
  color: #666;
}
@media screen and (min-width: 1023.9px) {
  .com_board__normal.type_view .post_info {
    align-items: center;
    justify-content: space-between;
  }
  .com_board__normal.type_view .post_info > div {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_board__normal.type_view .post_info {
    flex-direction: column;
  }
  .com_board__normal.type_view .post_info > div {
    padding-inline: 15px;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_board__normal.type_view .post_info span:not(:first-of-type) {
    position: relative;
  }
  .com_board__normal.type_view .post_info span:not(:first-of-type)::before {
    content: "";
    display: inline-block;
    position: relative;
    width: 1px;
    height: 12px;
    margin-inline: 12px;
    background: #f0f0f0;
    cursor: default;
  }
}
@media screen and (max-width: 1023.9px) and (min-width: 359.9px) {
  .com_board__normal.type_view .post_info span:not(:first-of-type) {
    position: relative;
  }
  .com_board__normal.type_view .post_info span:not(:first-of-type)::before {
    content: "";
    display: inline-block;
    position: relative;
    width: 1px;
    height: 8px;
    margin-inline: 8px;
    background: #f0f0f0;
    cursor: default;
  }
}
@media screen and (max-width: 359.9px) {
  .com_board__normal.type_view .post_info span:not(:first-of-type) {
    position: relative;
  }
  .com_board__normal.type_view .post_info span:not(:first-of-type)::before {
    content: "";
    display: inline-block;
    position: relative;
    width: 1px;
    height: 4px;
    margin-inline: 4px;
    background: #f0f0f0;
    cursor: default;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_board__normal.type_view .post_info {
    font-size: 12px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_board__normal.type_view .file_list {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e4e4e4;
  }
}
.com_board__normal.type_view .file_list a {
  display: flex;
  align-items: center;
  color: #666;
}
@media screen and (min-width: 1023.9px) {
  .com_board__normal.type_view .file_list a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_board__normal.type_view .file_list a {
    font-size: 12px;
  }
}
.com_board__normal.type_view .file_list a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 1023.9px) {
  .com_board__normal.type_view .file_list i {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_board__normal.type_view .file_list i {
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }
}
.com_board__normal.type_view .post_content {
  line-height: 1.7;
  letter-spacing: -0.025em;
}
@media screen and (min-width: 1023.9px) {
  .com_board__normal.type_view .post_content {
    padding-block: 30px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_board__normal.type_view .post_content {
    padding-block: 18px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_board__normal.type_view .post_preview {
    display: flex;
    font-size: 12px;
    width: 100%;
  }
  .com_board__normal.type_view .post_preview:last-child th, .com_board__normal.type_view .post_preview:last-child td {
    border-bottom: 0;
  }
  .com_board__normal.type_view .post_preview td {
    width: calc(100% - 70px);
    padding-inline: 10px;
  }
}
.com_board__normal.type_view .post_preview th {
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  .com_board__normal.type_view .post_preview th {
    min-width: 70px;
  }
}
.com_board__normal.type_view.type_view__style2 th {
  padding-inline: 40px;
}
.com_board__normal.type_view.type_view__style2 td {
  padding: 10px 20px;
}
.com_board__normal.type_view.type_view__style2 :is([type=text], [type=password]).input, .com_board__normal.type_view.type_view__style2 .select,
.com_board__normal.type_view.type_view__style2 .com_btn {
  height: 45px;
  min-height: 45px;
}
@media screen and (max-width: 1023.9px) {
  .com_board__normal.type_view.type_view__style2 tr {
    display: flex;
    flex-direction: column;
  }
  .com_board__normal.type_view.type_view__style2 th {
    background-color: #fff;
    font-size: 14px;
    padding: 20px 0 0;
    border-bottom-width: 0;
  }
  .com_board__normal.type_view.type_view__style2 td {
    padding: 15px 0;
  }
}
.com_board__normal.normal_new {
  border-top: none;
}
@media screen and (min-width: 1023.9px) {
  .com_board__normal.normal_new {
    border: 6px solid #4156a7;
  }
}
.com_board__normal.normal_new th, .com_board__normal.normal_new td, .com_board__normal.normal_new .th, .com_board__normal.normal_new .td {
  border-color: #d9dded;
}
@media screen and (min-width: 1023.9px) {
  .com_board__normal.normal_new th, .com_board__normal.normal_new td, .com_board__normal.normal_new .th, .com_board__normal.normal_new .td {
    padding-block: 20px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_board__normal.normal_new th, .com_board__normal.normal_new td, .com_board__normal.normal_new .th, .com_board__normal.normal_new .td {
    padding-block: 12px;
  }
}
.com_board__normal.normal_new th, .com_board__normal.normal_new .th {
  background: #4156a7;
  color: #fff;
  font-weight: 500;
}
@media screen and (min-width: 1023.9px) {
  .com_board__normal.normal_new th, .com_board__normal.normal_new .th {
    font-size: 18px;
  }
}
.com_board__normal.normal_new tbody {
  background-color: #fff;
}
.com_board__normal.normal_new thead th {
  color: #fff;
  font-weight: 500;
}
.com_board__normal.normal_new.type_list .title {
  font-weight: 500;
  color: #4156a7;
}
@media screen and (min-width: 1023.9px) {
  .com_board__normal.normal_new.type_list .title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1429.9px) {
  .com_board__image {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 12px * 2);
    margin-left: -12px;
  }
  .com_board__image > li,
  .com_board__image > div,
  .com_board__image > article,
  .com_board__image > section,
  .com_board__image > figure,
  .com_board__image > a {
    width: calc(25% - 12px * 2);
    margin-left: 12px;
    margin-right: 12px;
  }
  .com_board__image > li:nth-child(n+5),
  .com_board__image > div:nth-child(n+5),
  .com_board__image > article:nth-child(n+5),
  .com_board__image > section:nth-child(n+5),
  .com_board__image > figure:nth-child(n+5),
  .com_board__image > a:nth-child(n+5) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1429.9px) and (min-width: 1023.9px) {
  .com_board__image {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 10px * 2);
    margin-left: -10px;
  }
  .com_board__image > li,
  .com_board__image > div,
  .com_board__image > article,
  .com_board__image > section,
  .com_board__image > figure,
  .com_board__image > a {
    width: calc(25% - 10px * 2);
    margin-left: 10px;
    margin-right: 10px;
  }
  .com_board__image > li:nth-child(n+5),
  .com_board__image > div:nth-child(n+5),
  .com_board__image > article:nth-child(n+5),
  .com_board__image > section:nth-child(n+5),
  .com_board__image > figure:nth-child(n+5),
  .com_board__image > a:nth-child(n+5) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_board__image {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 5px * 2);
    margin-left: -5px;
  }
  .com_board__image > li,
  .com_board__image > div,
  .com_board__image > article,
  .com_board__image > section,
  .com_board__image > figure,
  .com_board__image > a {
    width: calc(50% - 5px * 2);
    margin-left: 5px;
    margin-right: 5px;
  }
  .com_board__image > li:nth-child(n+3),
  .com_board__image > div:nth-child(n+3),
  .com_board__image > article:nth-child(n+3),
  .com_board__image > section:nth-child(n+3),
  .com_board__image > figure:nth-child(n+3),
  .com_board__image > a:nth-child(n+3) {
    margin-top: 20px;
  }
}
.com_board__image .post_box figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 341/212;
  overflow: hidden;
}
.com_board__image .post_box figure img {
  transition: all 0.5s;
}
.com_board__image .post_box figure:hover * {
  text-decoration: none;
}
.com_board__image .post_box figure:hover img {
  transform: scale(1.03);
}
.com_board__image .post_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1023.9px) {
  .com_board__image .post_box .text_wrap p {
    margin-top: 20px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_board__image .post_box .text_wrap p {
    margin-top: 10px;
    padding-inline: 10px;
  }
}
.com_board__image .post_box .text_wrap .date {
  font-size: 13px;
  color: #999;
}
.com_board__image .post_box:hover p {
  color: #000;
  text-decoration: underline;
}
.com_board__image.image_new .post_box {
  background-color: #4156a7;
  border: 6px solid #4156a7;
  border-radius: 10px;
}
.com_board__image.image_new .post_box figure {
  border-radius: 0 0 10px 10px;
}
.com_board__image.image_new .post_box .text_wrap {
  padding-inline: 10px;
}
.com_board__image.image_new .post_box .text_wrap p {
  margin-top: 10px;
  color: #fff;
  font-weight: 500;
  line-height: 1.555;
}
@media screen and (min-width: 1023.9px) {
  .com_board__image.image_new .post_box .text_wrap p {
    font-size: 18px;
  }
}
.com_board__image.image_new .post_box .text_wrap .date {
  font-weight: 200;
}
@media screen and (min-width: 1023.9px) {
  .com_board__image.image_new .post_box .text_wrap .date {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_board__image.image_new .post_box .text_wrap .date {
    font-size: 12px;
    margin-bottom: 4px;
  }
}
.com_board.add_style__border_inline_none td, .com_board.add_style__border_inline_none th {
  border-left-width: 0;
  border-right-width: 0;
}

.com_board_bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1023.9px) {
  .com_board_bottom {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_board_bottom {
    margin-top: 20px;
  }
}

.com_paging_container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.com_board_bottom:is(.left, .right) .com_paging_container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.com_paging {
  display: flex;
  align-items: center;
  justify-content: center;
}
.com_paging a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #e4e4e4;
}
@media screen and (min-width: 1023.9px) {
  .com_paging a {
    width: 42px;
    height: 42px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_paging a {
    width: 35px;
    height: 35px;
    font-size: 13px;
  }
}
@media screen and (max-width: 575.9px) {
  .com_paging a {
    width: 27px;
    height: 27px;
    font-size: 12px;
  }
}
.com_paging a.active {
  background-color: #4156a7;
  border-color: #4156a7;
  color: #fff;
}
.com_paging a:not(.active):hover {
  background-color: #f7f7f7;
}
@media screen and (min-width: 1023.9px) {
  .com_paging a + a {
    margin-left: 7px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_paging a + a {
    margin-left: 4px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_paging .paging_arrow {
    width: 78%;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_paging .paging_arrow + .paging_arrow {
    margin-left: -17px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_paging .paging_arrow + .paging_arrow {
    margin-left: -15px;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_paging.left {
    margin-right: 22px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_paging.left {
    margin-right: 7px;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_paging.right {
    margin-left: 22px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_paging.right {
    margin-left: 7px;
  }
}
.com_paging.right .paging_arrow {
  transform: rotate(180deg);
}

.com_table_bottom_guide {
  margin-top: 20px;
}
.com_table_bottom_guide li {
  position: relative;
  padding-left: 12px;
  line-height: 1.6;
}
.com_reserve_card .com_table_bottom_guide li {
  padding-left: 18px;
}
@media screen and (max-width: 1023.9px) {
  .com_table_bottom_guide li + li {
    margin-top: 8px;
  }
}
.com_table_bottom_guide li::before {
  position: absolute;
  left: 0;
  content: "*";
  display: inline-block;
}
.com_reserve_card .com_table_bottom_guide li::before {
  content: "※";
}

.swiper-button-next,
.swiper-button-prev {
  border: 1px solid #4156a7;
  background: url(../img/sub/gallery_thumbs_arrow.svg) #fff no-repeat center center;
  color: transparent;
}
@media screen and (min-width: 1023.9px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 60px;
    height: 60px;
    top: calc(50% - 10px);
  }
  .p_qna .swiper-button-next,
  .p_qna .swiper-button-prev {
    top: calc(50% - 8px);
  }
}
@media screen and (max-width: 1023.9px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 25px;
    height: 45px;
  }
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
  transform: rotate(180deg);
}

:root {
  --fc-border-color: #e4e4e4;
  --fc-today-bg-color: #ccd6fd;
  --fc-button-active-bg-color: #fff;
}

.fc.fc-theme-standard .fc-scrollgrid {
  border-inline: none;
  border-bottom: 1px solid var(--fc-border-color, #ddd);
}
@media screen and (min-width: 1239.9px) {
  .fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1239.9px) {
  .fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 38px;
  }
}
.fc .fc-toolbar-title {
  font-weight: 700;
  letter-spacing: -1px;
  color: #4156a7;
  text-align: center;
}
@media screen and (min-width: 1239.9px) {
  .fc .fc-toolbar-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 1239.9px) {
  .fc .fc-toolbar-title {
    font-size: 20px;
  }
}
.fc .fc-toolbar-chunk:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.fc .fc-toolbar > * > :not(:first-child) {
  margin-left: 30px;
}
@media screen and (max-width: 1239.9px) {
  .fc .fc-toolbar > * > :not(:first-child) {
    margin-left: 15px;
  }
}
.fc .fc-toolbar > * > :not(:first-child) {
  margin-left: 30px;
}
@media screen and (max-width: 1239.9px) {
  .fc .fc-toolbar > * > :not(:first-child) {
    margin-left: 15px;
  }
}
.fc .fc-button.fc-button-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #4156a7;
  border-radius: 0;
  background: transparent;
}
@media screen and (min-width: 1239.9px) {
  .fc .fc-button.fc-button-primary {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 1239.9px) {
  .fc .fc-button.fc-button-primary {
    width: 35px;
    height: 35px;
  }
}
.fc .fc-button-primary:focus,
.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.fc .fc-button-primary:not(:disabled):active:focus {
  box-shadow: none;
}
@media screen and (min-width: 1239.9px) {
  .fc .fc-prev-button .fc-icon,
  .fc .fc-next-button .fc-icon {
    width: 25px;
    height: 27px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 17'%3E%3Cg data-name='구성 요소 29 – 10'%3E%3Cpath data-name='사각형 21297' style='fill:none' d='M0 0h16v16H0z' transform='translate(0 .479)'/%3E%3Cg data-name='그룹 19141'%3E%3Cg data-name='그룹 19142'%3E%3Cpath data-name='패스 49948' d='M12.717.084 6.4 6.034 0 0' style='stroke:%234156a7;stroke-linecap:round;stroke-linejoin:round;stroke-width:3px;fill:none' transform='rotate(90 3.948 6.069)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
@media screen and (max-width: 1239.9px) {
  .fc .fc-prev-button .fc-icon,
  .fc .fc-next-button .fc-icon {
    width: 25px;
    height: 27px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 17'%3E%3Cg data-name='구성 요소 29 – 10'%3E%3Cpath data-name='사각형 21297' style='fill:none' d='M0 0h16v16H0z' transform='translate(0 .479)'/%3E%3Cg data-name='그룹 19141'%3E%3Cg data-name='그룹 19142'%3E%3Cpath data-name='패스 49948' d='M12.717.084 6.4 6.034 0 0' style='stroke:%234156a7;stroke-linecap:round;stroke-linejoin:round;stroke-width:3px;fill:none' transform='rotate(90 3.948 6.069)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
.fc .fc-next-button .fc-icon {
  transform: rotate(-180deg);
}
.fc .fc-col-header-cell {
  padding-block: 12px;
  text-align: center;
  background-color: #f7f7f7;
}
.fc .fc-col-header-cell:first-child {
  border-left-width: 0;
}
.fc .fc-scrollgrid-sync-inner {
  text-align: center;
}
.fc .fc-col-header-cell-cushion {
  line-height: 1;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
}
@media screen and (min-width: 1239.9px) {
  .fc .fc-col-header-cell-cushion {
    font-size: 14px;
  }
}
@media screen and (max-width: 1239.9px) {
  .fc .fc-col-header-cell-cushion {
    font-size: 12px;
  }
}
.fc .fc-scrollgrid-section > td {
  border: none;
}
.fc .fc-daygrid-day .fc-daygrid-day-number {
  font-size: 14px;
}
:is(.p_calendar, .p_main) .fc .fc-daygrid-day.click_bg .fc-daygrid-day-top {
  color: #e5354c;
  background-color: #ff909f;
}
:is(.p_calendar, .p_main) .fc .fc-daygrid-day.click_bg .fc-daygrid-day-top .fc-daygrid-day-number {
  color: #fff !important;
  font-weight: bold;
}
:is(.p_calendar, .p_main) .fc .fc-daygrid-day-top {
  position: absolute;
  width: calc(100% - 1px);
  height: 100%;
  z-index: 7;
}
:is(.p_calendar, .p_main) .fc .fc-daygrid-day-top .fc-daygrid-day-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 1239.9px) {
  .com_program_detail .fc .fc-daygrid-day-top {
    position: relative;
    flex-direction: row;
    padding: 8px 12px;
    z-index: 7;
  }
}
@media screen and (max-width: 1239.9px) {
  .com_program_detail .fc .fc-daygrid-day-top {
    position: absolute;
    width: calc(100% - 1px);
    height: 100%;
    z-index: 7;
  }
  .com_program_detail .fc .fc-daygrid-day-top .fc-daygrid-day-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    cursor: default;
  }
}
:is(.p_calendar, .p_main) .fc .fc-daygrid-day-frame {
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1239.9px) {
  .com_program_detail .fc .fc-daygrid-day-frame {
    aspect-ratio: 1/1;
  }
}
:is(.p_calendar, .p_main) .fc .fc-daygrid-day-events {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 !important;
}
@media screen and (min-width: 1239.9px) {
  .com_program_detail .fc .fc-daygrid-day-events {
    padding-inline: 14px;
  }
}
@media screen and (max-width: 1239.9px) {
  .com_program_detail .fc .fc-daygrid-day-events {
    position: absolute !important;
    left: 0;
    top: 0;
    width: calc(100% - 1px);
    height: 100%;
    margin: 0 !important;
  }
}
:is(.p_calendar, .p_main) .fc .fc-daygrid-event-harness {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 !important;
}
@media screen and (max-width: 1239.9px) {
  .com_program_detail .fc .fc-daygrid-event-harness {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
  }
}
.fc .fc-daygrid-event {
  width: calc(100% - 1px);
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
:is(.p_calendar, .p_main) .fc .fc-daygrid-event {
  border: none;
  background-color: #f7f7f7;
}
:is(.p_calendar, .p_main) .fc .fc-daygrid-event > * {
  display: none;
}
@media screen and (min-width: 1239.9px) {
  .com_program_detail .fc .fc-daygrid-event-harness + .fc-daygrid-event-harness {
    margin-top: 4px !important;
  }
}
.com_program_detail .fc .fc-daygrid-event {
  border: none;
  white-space: inherit;
}
@media screen and (min-width: 1239.9px) {
  .com_program_detail .fc .fc-daygrid-event {
    border-radius: 0;
  }
}
@media screen and (max-width: 1239.9px) {
  .com_program_detail .fc .fc-daygrid-event {
    display: none;
  }
}
.com_program_detail .fc .fc-daygrid-event.end {
  background-color: #999999;
}
.com_program_detail .fc .fc-daygrid-event.ing {
  background-color: #4156a7;
}
.com_program_detail .fc .fc-daygrid-event-dot,
.com_program_detail .fc .fc-event-time {
  display: none;
}
.com_program_detail .fc .fc-event-title {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  border-radius: 0;
  padding: 5px;
  word-break: keep-all;
  /*text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;*/
}
.fc .fc-day-sun .fc-daygrid-day-number,
.fc .fc-col-header-cell.fc-day.fc-day-sun a {
  color: #f45f5f;
}
.fc .fc-day-sat .fc-daygrid-day-number {
  color: #4156a7;
}
.fc .fc-day-today .fc-daygrid-day-number {
  font-weight: 600;
  color: #4156a7;
}
.fc .fc-day-today .fc-daygrid-event {
  background-color: #4156a7;
  opacity: 0.15;
}

.account_link_wrap a:not(:first-of-type) {
  position: relative;
}
.account_link_wrap a:not(:first-of-type)::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1px;
  height: 13px;
  margin-inline: 13px;
  background: #f0f0f0;
  cursor: default;
}
@media screen and (max-width: 1023.9px) {
  header .account_link_wrap {
    display: none;
  }
}

header {
  position: absolute !important;
  top: 0;
  width: calc(100% - var(--quick-w));
  z-index: 100;
}
header .sec_logo {
  border-bottom: 1px solid #e4e4e4;
  background-color: #fff;
}
header .sec_logo .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: var(--header-h);
}
header .dep1 {
  display: flex;
  justify-content: space-around;
  position: static !important;
}
@media screen and (max-width: 1023.9px) {
  header .dep1 {
    display: none;
  }
}
header .dep1::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: var(--header-h);
  width: 100%;
  height: var(--gnb-h);
  border-bottom: 1px solid #e4e4e4;
}
header .dep1.active::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - var(--header-total-h));
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08);
}
header .dep1 > li {
  font-size: 18px;
  font-weight: 500;
  z-index: 2;
}
header .dep1 > li.active > .link_wrap {
  color: #4156a7;
}
header .dep1 > li > .link_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--gnb-h);
}
header .dep1 > li > .link_wrap:hover {
  color: #4156a7;
}
header .dep2 {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
}
header .dep2.active {
  max-height: none;
  padding-block: 24px;
}
header .dep2 > li {
  font-size: 15px;
  font-weight: 400;
  color: #666;
  text-align: center;
}
header .dep2 > li + li {
  margin-top: 10px;
}
header .dep2 > li a:hover {
  color: #4156a7;
  text-decoration: underline;
}

.layout_rnb {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  width: var(--quick-w);
  height: 100%;
  background-color: #162470;
  z-index: 101;
}
@media screen and (max-width: 1023.9px) {
  .layout_rnb {
    height: auto;
    position: absolute;
  }
}
.layout_rnb .btn_sitemap {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  width: 100%;
  height: var(--header-total-h);
  cursor: pointer;
  background-color: #162470;
  transition: background-color 0.2s;
  position: relative;
  z-index: 102;
}
.layout_rnb .btn_sitemap:hover {
  background-color: #192981;
}
.layout_rnb .btn_sitemap:active {
  background-color: #131f5f;
}
.layout_rnb .link_area {
  z-index: 102;
  transition: all 0.3s;
}
@media screen and (max-width: 1023.9px) {
  .layout_rnb .link_area {
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    background-color: #162470;
  }
}
.layout_rnb .link_area a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  padding: 10px 10px;
}
@media screen and (max-width: 1023.9px) {
  .layout_rnb .link_area a {
    font-size: 10px;
    width: 25%;
    height: 60px;
  }
  .layout_rnb .link_area a:nth-child(5) {
    display: none;
  }
}
.layout_rnb .link_area a:not(.sns) {
  transition: background-color 0.2s;
}
@media screen and (min-width: 1023.9px) {
  .layout_rnb .link_area a:not(.sns) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}
@media screen and (max-width: 1023.9px) {
  .layout_rnb .link_area a:not(.sns) {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }
  .layout_rnb .link_area a:not(.sns):nth-child(4) {
    border-right: 0;
  }
}
.layout_rnb .link_area a:not(.sns):hover {
  background-color: #192981;
}
.layout_rnb .link_area a:not(.sns):active {
  background-color: #131f5f;
}
@media screen and (min-width: 1023.9px) {
  .layout_rnb .link_area a:not(.sns) img {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 1023.9px) {
  .layout_rnb .link_area a:not(.sns) img {
    height: 30px;
  }
}
@media screen and (max-height: 900px) {
  .layout_rnb .link_area a:not(.sns) {
    padding: 8px 10px;
  }
}
@media screen and (max-height: 900px) {
  .layout_rnb .link_area a.sns {
    padding: 6px 10px;
  }
}
@media screen and (max-width: 1023.9px) {
  .layout_rnb .link_area a.sns {
    display: none;
  }
}
.layout_rnb .link_area a.sns.youtube {
  background-color: #d1252a;
}
.layout_rnb .link_area a.sns.blog {
  background-color: #00c300;
}
.layout_rnb .link_area a.sns.facebook {
  background-color: #445d97;
}
.layout_rnb .link_area a.sns.kakao {
  background-color: #ffe600;
}
.layout_rnb .link_area a.sns.instagram {
  background: url(../img/common/rnb/rnb_instagram_bg.png) no-repeat center;
}
.layout_rnb .link_area a.gotoTop i {
  display: flex;
  justify-content: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 5px;
}
@media screen and (max-width: 1023.9px) {
  .layout_rnb .link_area a.gotoTop i {
    width: 36px;
    min-width: 36px;
    height: 36px;
  }
}
.layout_rnb .link_area a.gotoTop i::before {
  content: "";
  display: inline-block;
  margin-top: 9px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #fff;
}
@media screen and (max-width: 1023.9px) {
  .layout_rnb .link_area a.gotoTop {
    display: none;
  }
}

footer {
  padding-top: 56px;
  background: url(../img/common/footer_bg_repeat.png) repeat-x top center;
  animation: wave 3s linear infinite;
}
@media screen and (max-width: 1023.9px) {
  footer {
    padding-bottom: 60px;
  }
}
@keyframes wave {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: 167px;
  }
}
footer::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: calc(100% - 56px);
  background: url(../img/common/footer_img.png) no-repeat top center;
}
footer nav {
  color: #fff;
  font-weight: 500;
}
@media screen and (min-width: 1023.9px) {
  footer nav {
    padding-block: 29px;
  }
}
@media screen and (max-width: 1023.9px) {
  footer nav {
    padding-block: 12px;
  }
}
footer nav a {
  transition: 0.3s color;
}
@media screen and (max-width: 1023.9px) {
  footer nav a {
    font-size: 12px;
  }
}
footer nav a:hover, footer nav a.active {
  color: rgba(255, 255, 255, 0.8);
}
footer nav a:not(:first-of-type) {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
  padding-left: 10px;
}
footer nav a:not(:first-of-type)::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 2px;
  min-width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width: 1023.9px) {
  footer nav a:not(:first-of-type)::before {
    width: 2px;
    min-width: 2px;
    height: 2px;
  }
}
footer address {
  background-color: #0099ff;
}
@media screen and (min-width: 1023.9px) {
  footer address {
    padding-block: 37px;
  }
}
@media screen and (max-width: 1023.9px) {
  footer address {
    padding-block: 18px 27px;
  }
}
footer address .inner {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1023.9px) {
  footer address .inner {
    flex-direction: column;
  }
}
@media screen and (min-width: 1023.9px) {
  footer address .address_wrap {
    margin-left: 52px;
  }
}
footer address .address_wrap .name {
  width: 100%;
  font-size: 17px;
  margin-bottom: 3px;
}
footer address .com_sns_wrap {
  margin-top: 23px;
  width: 170px;
  max-width: calc(100% - 60px);
}
@media screen and (max-width: 1023.9px) {
  footer address .com_sns_wrap {
    justify-content: flex-start;
  }
}
footer address li {
  display: inline-flex;
  align-items: center;
  line-height: 1.66;
  color: #fff;
}
@media screen and (max-width: 1023.9px) {
  footer address li {
    font-size: 12px;
  }
}
@media screen and (min-width: 1023.9px) {
  footer address li:nth-child(n+1):nth-child(-n+4) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1023.9px) {
  footer address li:nth-child(n+1):nth-child(-n+4) {
    margin-right: 10px;
  }
}
footer address li:last-child {
  display: flex;
}

.fix.gotoTop {
  position: fixed;
  bottom: 83px;
  right: var(--side-pd);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 55px;
  min-width: 55px;
  height: 55px;
  border-radius: 50%;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1023.9px) {
  .fix.gotoTop {
    width: 55px;
    min-width: 55px;
    height: 55px;
  }
}
.fix.gotoTop .arrow {
  width: 0px;
  height: 0px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 6px solid #333;
  margin-bottom: 3px;
}

.txt_green {
  color: #d1ff40;
}

.txt_black {
  color: #000;
}

.txt_red {
  color: #f45f5f;
}

.txt_blue {
  color: #4156a7;
}
.com_job_app .txt_blue {
  color: #336df3;
}

.txt_blue2 {
  color: #006aee;
}

.txt_skyblue {
  color: #0589da;
}

.txt_skyblue2 {
  color: #0099ff;
}

.bg_gray {
  background-color: #f7f7f7;
}

.bg_blue {
  background-color: #daedf9;
}

.com_sns_wrap {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 359.9px) {
  .com_sns_wrap {
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 359.9px) {
  .com_sns_wrap {
    justify-content: space-between;
  }
}
.com_sns_wrap .sns {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 8px;
}
@media screen and (max-width: 1023.9px) {
  .com_sns_wrap .sns {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
}
.com_sns_wrap .sns.youtube {
  background-color: #d1252a;
  padding: 4px;
}
.com_sns_wrap .sns.blog {
  background-color: #00c300;
}
.com_sns_wrap .sns.facebook {
  background-color: #445d97;
}
.com_sns_wrap .sns.kakao {
  background-color: #ffe600;
}
.com_sns_wrap .sns.instagram {
  background: url(../img/common/rnb/rnb_instagram_bg.png) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 1023.9px) {
  .com_sns_wrap .sns + .sns {
    margin-left: 10px;
  }
}