/* HTML5 Doctor Reset v1.6.1
http://html5doctor.com/html-5-reset-stylesheet/
CSSresetr.com */
/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
pre, textarea {
  overflow: auto;
}

[hidden], audio:not([controls]), template {
  display: none;
}

details, main, summary {
  display: block;
}

input[type=number] {
  width: auto;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

textarea {
  font-family: Arial, Helvetica, sans-serif;
  resize: vertical;
}

[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

*, ::after, ::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  border-style: solid;
  border-width: 0;
}

* {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
}

a {
  text-decoration: none;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

button, input, select, textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  min-height: 1.5em;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
}

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

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

::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

[v-cloak] {
  display: none;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

a, area, button, [role="button"], input:not([type=range]), label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button {
  padding: 0;
  border: none;
  background: none;
  color: inherit;
  font: inherit;
  text-align: left;
  line-height: inherit;
}

body {
  color: #333;
}

a {
  color: inherit;
}

li {
  list-style: none;
}

input {
  caret-color: #333;
}

:placeholder-shown {
  color: #ccc;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background: #f7f7f7;
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin: 0;
  background-color: #f7f7f7;
  color: #333;
  font-family: 'Roboto', 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: 0.008rem;
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  overflow-y: scroll;
  min-height: 100%;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/Poppins-SemiBold.woff2") format("woff2"), url("/fonts/Poppins-SemiBold.woff") format("woff");
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/Poppins-Regular.woff2") format("woff2"), url("/fonts/Poppins-Regular.woff") format("woff");
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/Roboto-Bold.woff2") format("woff2"), url("/fonts/Roboto-Bold.woff") format("woff");
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/Roboto-Regular.woff2") format("woff2"), url("/fonts/Roboto-Regular.woff") format("woff");
}

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
  transform-style: flat;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  -webkit-box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

#input-select,
#input-number {
  padding: 7px;
  margin: 15px 5px 5px;
  width: 70px;
  border: solid 1px #ccc;
}

#input-with-keypress-0,
#input-with-keypress-1 {
  padding: 7px;
  margin: 15px 5px 5px;
  width: 70px;
  border: solid 1px #ccc;
}

.l-h {
  background: #fff;
  border-bottom: 1px solid #e7e7e7;
}

.l-h_wrap {
  padding: 14px 0;
  margin: 0 auto;
}

@media screen and (min-width: 1383px) {
  .l-h_wrap {
    max-width: 1280px;
  }
}

@media screen and (max-width: 1382px) and (min-width: 1108px) {
  .l-h_wrap {
    width: 100%;
    padding: 14px 40px;
  }
}

@media screen and (max-width: 1108px) {
  .l-h_wrap {
    padding: 14px 16px;
  }
}

.l-h_siteTtl_logo {
  display: block;
  margin: 0 auto;
  padding-top: 5px;
}

.l-h_upperHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-h_bottomHead {
  display: grid;
  grid-template-columns: 200px auto;
  margin-top: 14px;
}

@media screen and (max-width: 768px) {
  .l-h_bottomHead {
    display: block;
  }
  .l-h_upperHead {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.l-h_property,
.l-h_ttl {
  color: #767676;
  font-size: 0.875rem;
  display: inline;
  font-weight: normal;
}

.l-h_property::after {
  display: inline-block;
  content: "|";
  margin: 0 10px;
}

.l-h_usermenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 16px;
}

.l-h_usermenu:only-child {
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.l-h_usermenu_item {
  font-size: 0.875rem;
  position: relative;
}

.l-h_usermenu_link {
  padding-left: 8px;
  letter-spacing: 0.008rem;
  cursor: pointer;
}

.l-h_usermenu_link:hover {
  color: #333;
}

.l-h_usermenu_link--saved {
  position: relative;
  padding-left: 22px;
}

.l-h_usermenu_link--saved::before {
  position: absolute;
  top: 0;
  left: 2px;
  width: 11px;
  height: 16px;
  background: url("../../images/icon/favorite_line.svg") no-repeat;
  background-size: 11px auto;
  content: "";
}

.l-h_usermenu_link--saved::after {
  width: 0;
  height: 0;
  background-image: url("../../images/icon/favorite_line_font-base.svg");
  content: '';
}

.l-h_usermenu_link--saved:hover::before {
  background-image: url("../../images/icon/favorite_line_font-base.svg");
}

.l-h_usermenu_link--history {
  position: relative;
  padding-left: 21px;
}

.l-h_usermenu_link--history::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  background: url("../../images/icon/history.svg") no-repeat;
  background-size: 15px auto;
  content: "";
}

.l-h_usermenu_link--history::after {
  width: 0;
  height: 0;
  background-image: url("../../images/icon/history_font-base.svg");
  content: '';
}

.l-h_usermenu_link--history:hover::before, .l-h_usermenu_link--history.is-on::before {
  background-image: url("../../images/icon/history_font-base.svg");
}

.l-h_usermenu_link--filter {
  position: relative;
  padding-left: 24px;
}

.l-h_usermenu_link--filter::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 13px;
  background: url("../../images/icon/filter.svg") no-repeat;
  background-size: 18px auto;
  content: "";
}

.l-h_usermenu_link--filter::after {
  width: 0;
  height: 0;
  background-image: url("../../images/icon/filter_font-base.svg");
  content: '';
}

.l-h_usermenu_link--filter:hover::before {
  background-image: url("../../images/icon/filter_font-base.svg");
}

.l-h_usermenu_link--search {
  position: relative;
  padding-left: 21px;
}

.l-h_usermenu_link--search::before {
  position: absolute;
  top: 0;
  left: -2px;
  width: 17px;
  height: 17px;
  background: url("../../images/icon/search_kw.svg") no-repeat;
  background-size: 21px auto;
  content: "";
}

.l-h_usermenu_link--search::after {
  width: 0;
  height: 0;
  background-image: url("../../images/icon/search_kw_font-base.svg");
  content: '';
}

.l-h_usermenu_link--search:hover::before, .l-h_usermenu_link--search.is-on::before {
  background-image: url("../../images/icon/search_kw_font-base.svg");
  top: 2px;
  left: 0;
  background-size: 15px auto;
}

.l-f {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 80px;
  background: #5F6974;
  color: #fff;
}

.l-f_wrap {
  max-width: 1280px;
  margin: 0 auto;
}

.l-f_copyright {
  font-size: 0.6875rem;
  margin-bottom: 15px;
}

.l-f_ver3 {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 80px;
  background: #5F6974;
  color: #fff;
}

.l-f_ver3.l-f_ver3--mt90 {
  margin-top: 90px;
}

.l-f_ver3_wrap {
  display: grid;
  grid-template-columns: 210px 730px auto;
  max-width: 1280px;
  margin: 0 auto;
}

.l-f_ver3_cont {
  grid-column: 2 / auto;
}

.l-f_ver3_link_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 120px;
}

.l-f_ver3_link {
  display: inline-block;
  font-size: 0.875rem;
  margin-bottom: 15px;
}

.l-f_ver3_link:hover {
  cursor: pointer;
  text-decoration: underline;
}

.l-f_ver3_link--dot {
  position: relative;
  margin: 0 0 15px 15px;
}

.l-f_ver3_link--dot::before {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  background: #aaa;
  left: -15px;
  top: calc(50% - 3px);
  border-radius: 50px;
}

.l-f_ver3_text {
  font-size: 0.875rem;
  color: #fff;
}

.l-f_ver3_media {
  text-align: right;
  margin-top: 10px;
}

.l-f_ver3_media_btn {
  display: inline-block;
  margin-left: 5px;
  padding: 10px;
  position: relative;
}

.l-f_ver3_media_btn:last-child {
  padding-right: 0;
}

.l-f_ver3_media_btn:hover {
  cursor: pointer;
  opacity: .85;
}

.l-f_ver3_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.l-f_ver3_copyright {
  font-size: 0.6875rem;
}

@media screen and (max-width: 1382px) and (min-width: 1280px) {
  .l-f_ver3_wrap {
    margin: 0;
    padding: 0 40px;
    grid-template-columns: 210px 730px auto;
  }
}

@media screen and (max-width: 1279px) and (min-width: 1109px) {
  .l-f_ver3_wrap {
    padding: 0 40px;
    grid-template-columns: 210px 730px auto;
    max-width: 1280px;
  }
}

@media screen and (max-width: 1382px) and (min-width: 1109px) {
  .l-f_wrap {
    margin: 0;
    padding: 0 40px;
    max-width: 100%;
  }
}

@media screen and (max-width: 1108px) and (min-width: 850px) {
  .l-f_ver3_wrap {
    padding: 0 40px;
    grid-template-columns: auto 730px auto;
  }
}

@media screen and (max-width: 849px) and (min-width: 650px) {
  .l-f_ver3_wrap {
    padding: 0 40px;
    grid-template-columns: auto 580px auto;
  }
}

@media screen and (max-width: 649px) {
  .l-f_ver3_wrap {
    padding: 0 40px;
    display: block;
  }
}

@media screen and (max-width: 1108px) {
  .l-f_wrap {
    margin: 0;
    padding: 0 16px;
    max-width: 100%;
  }
}

.l-c-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-c {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 auto;
}

.l-c-result {
  width: 100%;
  display: grid;
  grid-template-columns: 210px 572px 375px;
  margin-top: 16px;
}

.l-c-result.l-c-result--search {
  grid-template-columns: 0px 500px 780px;
  position: relative;
  margin: 16px auto 80px;
}

.l-c-left {
  grid-column: 2 / auto;
}

.l-c-right {
  grid-column: 3 / auto;
  margin-left: 20px;
  min-width: 250px;
}

.l-c-center {
  width: 800px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-c-2col {
  width: 100%;
  display: grid;
  grid-template-columns: 240px 572px 375px;
  margin-top: 16px;
}

.l-c-2col_left {
  grid-column: 1 / auto;
  margin-right: 20px;
}

.l-c-2col_right {
  grid-column: 2 / auto;
}

.l-c-wide {
  width: 100%;
  display: grid;
  grid-template-columns: 210px 800px 270px;
  margin-top: 16px;
}

.l-c-wide--980 {
  width: 100%;
  display: grid;
  grid-template-columns: 160px 980px 140px;
}

@media screen and (min-width: 1383px) {
  .l-c-result, .l-c-2col, .l-c-wide, .l-c-wide--980 {
    width: 1280px;
  }
}

@media screen and (max-width: 1382px) {
  .l-c {
    margin: 0;
  }
  .l-c-center {
    width: 100%;
  }
}

@media screen and (max-width: 1382px) and (min-width: 1256px) {
  .l-c-result, .l-c-2col, .l-c-wide {
    padding: 0 40px;
  }
  .l-c-wide--980 {
    padding: 0;
  }
}

@media screen and (max-width: 1255px) and (min-width: 1109px) {
  .l-c-result {
    padding: 0 40px;
    grid-template-columns: 210px 572px auto;
  }
  .l-c-2col {
    padding: 0 40px;
    grid-template-columns: 240px 572px auto;
  }
  .l-c-wide {
    padding: 0 40px;
    grid-template-columns: 210px 800px auto;
  }
  .l-c-wide--980 {
    padding: 0 40px;
    grid-template-columns: auto 980px auto;
  }
}

@media screen and (max-width: 1108px) and (min-width: 881px) {
  .l-c-result {
    padding: 0 16px;
    grid-template-columns: 0 auto 375px;
  }
  .l-c-2col {
    padding: 0 16px;
    grid-template-columns: 210px 572px auto;
  }
  .l-c-wide, .l-c-wide--980 {
    display: block;
    padding: 0 40px;
  }
}

@media screen and (max-width: 1382px) {
  .l-c-result.l-c-result--search {
    grid-template-columns: 0 40% 60%;
    width: 100%;
    display: grid;
    margin-top: 16px;
  }
  .l-c-result.l-c-result--search .l-c-right {
    grid-column: 3 / auto;
    margin-left: 20px;
    min-width: auto;
  }
  .l-c-result.l-c-result--search.l-c-result--error {
    grid-template-columns: 0 100%;
  }
}

@media screen and (max-width: 880px) {
  .l-c-result {
    display: block;
    padding: 0 16px;
  }
  .l-c-right {
    margin-left: 0;
  }
  .l-c-2col {
    display: block;
    padding: 0 16px;
  }
  .l-c-2col_left {
    margin-right: 0;
  }
  .l-c-wide, .l-c-wide--980 {
    display: block;
    padding: 0 16px;
  }
}

.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vh;
}

.c-btn--primary {
  padding: 10px 30px;
  background: #1475de;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
}

.c-btn--primary:hover {
  background: #005DC1;
}

.c-btn--primary .c-btn_img {
  fill: #fff;
}

.c-btn--primaryOutline {
  padding: 10px 30px;
  background: #fff;
  color: #1475de;
  border: 1px solid #1475de;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transition-property: background, color, border;
  transition-property: background, color, border;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
}

.c-btn--primaryOutline:hover {
  background: #E7F3FF;
  color: #005DC1;
  border: 1px solid #005DC1;
}

.c-btn--primaryOutline:focus-visible, .c-btn--primaryOutline:focus-within {
  -webkit-transition: none;
  transition: none;
  outline-offset: 2px;
  outline: 2px solid;
}

.c-btn--gray {
  padding: 10px 30px;
  background: #707070;
  color: #fff;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
}

.c-btn--gray:hover {
  background: #606060;
}

.c-btn--gray .c-btn_img {
  fill: #fff;
}

.c-btn_kw {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 7px 15px;
  border-radius: 100vh;
  background: #fff;
  font-size: 0.875rem;
  border: solid 1px #e7e7e7;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.c-btn_kw:hover {
  background-color: #eee;
  border: 1px solid #bbb;
}

.c-btn_img--delete {
  margin-right: 10px;
  width: 18px;
}

.c-btn_img--arrow--right {
  -ms-flex-item-align: center;
  align-self: center;
  margin-right: -10px;
  margin-left: 8px;
  width: 22px;
}

.c-search_btn {
  display: block;
  padding: 9px 16px 9px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  background: #1475de;
  border-radius: 8px;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.03rem;
}

.p-headSearch--location + .c-search_btn {
  width: 85px;
}

.c-search_btn:hover {
  cursor: pointer;
  background: #005DC1;
}

.c-search_btn:disabled {
  background: #ddd;
  color: #aaa;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .p-headSearch--location + .c-search_btn {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

.c-pagination {
  font-size: 0.875rem;
  color: #707070;
  text-align: center;
  margin: 30px 10px 10px;
}

.c-pagination_wrap {
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: bold;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-pagination_wrap.c-pagination_ver2 {
  gap: 16px;
  margin-right: 90px;
}

.c-pagination_wrap.c-pagination_ver3 {
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
}

.c-pagination_wrap .c-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #707070;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

@media screen and (max-width: 415px) {
  .c-pagination_wrap.c-pagination_ver2 {
    margin-right: 0;
  }
}

.c-pagination_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 180px;
  gap: 16px;
  padding: 10px;
  background: #1475de;
  color: #fff;
  border-radius: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
}

.c-pagination_btn + .c-pagination_btn {
  margin-left: 10px;
}

.c-pagination_btn:hover {
  background: #005DC1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media screen and (max-width: 1100px) {
  .c-pagination_wrap {
    row-gap: 10px;
  }
}

@media screen and (max-width: 500px) {
  .c-pagination_btn {
    min-width: auto;
  }
}

.c-form_inputKw, .c-form_inputLoc {
  width: 100%;
  height: 42px;
  padding: 0 7px 0 45px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
}

.c-form_inputKw::-webkit-input-placeholder, .c-form_inputLoc::-webkit-input-placeholder {
  color: #676d88;
}

.c-form_inputKw::-moz-placeholder, .c-form_inputLoc::-moz-placeholder {
  color: #676d88;
}

.c-form_inputKw::-ms-input-placeholder, .c-form_inputLoc::-ms-input-placeholder {
  color: #676d88;
}

.c-form_inputKw::placeholder, .c-form_inputLoc::placeholder {
  color: #676d88;
}

.c-form_icon {
  position: relative;
}

.c-form_icon::before {
  position: absolute;
  display: block;
  background: no-repeat;
  overflow: hidden;
  content: '';
}

.p-headSearch--keyword .c-form_icon::before {
  width: 26px;
  height: 26px;
  top: 9px;
  left: 11px;
  background: url("../../images/icon/search_kw.svg") no-repeat;
  background-size: 100%;
}

.p-headSearch--location .c-form_icon::before {
  width: 13px;
  height: 18px;
  top: 12px;
  left: 17px;
  background: url("../../images/icon/search_location.svg") no-repeat;
  background-size: 100%;
}

.c-form_placeholder {
  color: #aaa;
}

.c-radio_default {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.c-radio_default:checked + .c-radio_btn::before {
  color: #fff;
}

.c-radio_default:checked + .c-radio_btn::after {
  -webkit-transform: translateY(-50%) scale(0.7);
  transform: translateY(-50%) scale(0.7);
}

.c-radio_default:checked + .c-radio_btn:hover::after {
  opacity: .8;
}

.c-radio_default:focus + .c-radio_btn::before {
  border-color: #333;
}

.c-radio_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-radio_list {
  width: 50%;
}

.c-radio_list:last-of-type .c-radio_label,
.c-radio_list:last-of-type .c-checkbox_label,
.c-checkbox_list:last-of-type .c-radio_label,
.c-checkbox_list:last-of-type .c-checkbox_label {
  margin-bottom: 0;
}

.c-radio_label,
.c-checkbox_label {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  margin-bottom: 20px;
  cursor: pointer;
}

.c-radio_btn {
  position: relative;
  margin-bottom: 0;
  vertical-align: middle;
}

.c-radio_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -22px;
  display: block;
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 8px;
}

.c-radio_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -22px;
  display: block;
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  background-repeat: no-repeat;
  background-size: 50% 50%;
  background-position: center center;
  background-color: #1475de;
  border-radius: 100%;
}

.c-radio_btn:hover::after {
  -webkit-transform: translateY(-50%) scale(0.7);
  transform: translateY(-50%) scale(0.7);
  opacity: .5;
}

.c-checkbox_default {
  position: absolute;
  top: 1px;
  left: 0px;
  width: 16px;
  opacity: 0;
}

.c-checkbox_default:checked + .c-checkbox_btn::before {
  border-color: #1475de;
  background: #1475de;
}

.c-checkbox_default:checked + .c-checkbox_btn::after {
  opacity: 1;
}

.c-checkbox_default:focus-visible {
  opacity: 1;
}

.c-checkbox_wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  font-size: 0.875rem;
}

.c-checkbox_btn {
  position: relative;
  margin-bottom: 0;
  vertical-align: middle;
}

.c-checkbox_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -22px;
  display: block;
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 2px;
}

.c-checkbox_btn:hover::before, .c-checkbox_btn:focus::before {
  border-color: #1475de;
}

.c-checkbox_btn::after {
  content: "";
  background: url("../../images/icon/check_white.svg") no-repeat;
  background-size: 10px auto;
  position: absolute;
  left: -19px;
  top: 5px;
  width: 10px;
  height: 8px;
  opacity: 0;
}

.c-select_2col {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-select_2col.is-hide {
  display: none;
}

.c-select_wrap {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 45%;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}

.c-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 10px;
  width: 100%;
  cursor: pointer;
}

.c-select:disabled {
  color: #aaa;
  background: #f7f7f7;
  cursor: default;
}

.c-select_svg {
  position: absolute;
  top: 5px;
  right: 10px;
}

.c-form_input_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .c-form_input_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.c-form_input {
  width: 100%;
  padding: 9px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.c-form_input::-webkit-input-placeholder {
  color: #676d88;
}

.c-form_input::-moz-placeholder {
  color: #676d88;
}

.c-form_input::-ms-input-placeholder {
  color: #676d88;
}

.c-form_input::placeholder {
  color: #676d88;
}

.is-error .c-form_input {
  border-color: #B53840;
  background: #F6E7E8;
}

.is-error .c-form_input::-webkit-input-placeholder {
  color: #333;
}

.is-error .c-form_input::-moz-placeholder {
  color: #333;
}

.is-error .c-form_input::-ms-input-placeholder {
  color: #333;
}

.is-error .c-form_input::placeholder {
  color: #333;
}

.c-form_input:disabled {
  background-color: #f7f7f7;
  color: #aaa;
}

.c-form_input--num {
  padding-right: 0;
}

.c-form_validate {
  display: none;
}

.is-error .c-form_validate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #B53840;
  margin-top: 8px;
}

.c-form_validate::before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  width: 17px;
  height: 17px;
  background: no-repeat;
  overflow: hidden;
  background-image: url(../../images/icon/error.svg);
}

.c-text_link:hover {
  text-decoration: underline;
}

.c-related_box {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px 4px;
}

.c-related_ttl {
  font-size: 0.875rem;
  font-weight: normal;
}

.c-related_link {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e7e7e7;
  padding: 9px 14px 10px 12px;
  font-size: 0.875rem;
}

.c-related_link:hover {
  background: #eee;
  border: 1px solid #bbb;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.c-related_link--kw {
  position: relative;
  padding-left: 37px;
}

.c-related_link--kw::before {
  display: block;
  position: absolute;
  top: 12px;
  left: 12px;
  width: 18px;
  height: 18px;
  background-image: url("../../images/icon/search_kw.svg");
  background-size: 18px 18px;
  content: '';
}

.c-link {
  color: #037acc;
  text-decoration: underline;
}

.c-link:hover {
  color: #005DC1;
  text-decoration: underline;
  cursor: pointer;
}

.c-link-on_bg {
  color: #0970cf;
}

.c-link-on_bg:hover {
  color: #005DC1;
  text-decoration: underline;
  cursor: pointer;
}

.c-link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
}

.c-link_list_item {
  display: inline-block;
  font-size: 0.875rem;
  color: #037acc;
  margin-top: 12px;
}

.c-link_list_item a:hover {
  text-decoration: underline;
  cursor: pointer;
}

@media screen and (min-width: 881px) {
  .c-link_list--4col .c-link_list_item {
    width: 24%;
    margin-left: calc((100% - 96%)/3);
  }
  .c-link_list--4col .c-link_list_item:nth-child(4n+1) {
    margin-left: 0;
  }
  .c-link_list--2col .c-link_list_item {
    width: 48%;
    margin-left: auto;
  }
  .c-link_list--2col .c-link_list_item:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 880px) and (min-width: 651px) {
  .c-link_list--4col .c-link_list_item {
    width: 32%;
    margin-left: auto;
  }
  .c-link_list--4col .c-link_list_item:nth-child(3n+1) {
    margin-left: 0;
  }
  .c-link_list--2col .c-link_list_item {
    width: 48%;
    margin-left: auto;
  }
  .c-link_list--2col .c-link_list_item:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 650px) {
  .c-link_list--4col .c-link_list_item {
    width: 48%;
    margin-left: auto;
  }
  .c-link_list--4col .c-link_list_item:nth-child(2n+1) {
    margin-left: 0;
  }
  .c-link_list--2col .c-link_list_item {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 500px) {
  .c-related_box--search .c-related_link--kw {
    width: 100%;
  }
}

.c-list--dot {
  margin-left: 1.8em;
  list-style: disc;
}

.c-list--dot::marker {
  font-size: inherit;
}

.c-list--numItem {
  padding-left: 4px;
  padding-bottom: 20px;
  font-size: 1.125rem;
  line-height: 1.2;
  list-style-position: inside;
}

.c-list--numItem:last-child {
  padding-bottom: 0px;
}

.c-list--number > .c-list--numItem {
  counter-increment: c-list--number;
}

.c-list--number > .c-list--numItem::marker {
  content: "" counter(c-list--number) ". ";
  color: #333;
  padding-right: 4px;
  text-decoration: none;
}

.c-list--disc {
  list-style-type: disc;
}

.c-list--alpha {
  list-style-type: upper-alpha;
}

.c-list--decimal {
  list-style-type: decimal;
}

.c-panel {
  margin: 10px 0;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e7e7e7;
  padding: 32px;
  position: relative;
}

.c-panel--bgLightGray {
  background: #e7e7e7;
  border-radius: 8px;
}

.c-panelBox {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e7e7e7;
}

.c-panelBox_in {
  display: block;
  padding: 12px 14px;
  border-bottom: none;
}

.c-panelBox_in + .c-panelBox_in {
  border-top: 1px solid #D9D9D9;
}

.c-panelBox_in:hover {
  cursor: pointer;
}

.c-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
}

.c-title--1 {
  display: inline-block;
  margin: 14px 0 6px;
  font-size: 1.625rem;
  line-height: 1.2;
  color: #333;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
}

.c-title--2 {
  font-size: 2rem;
  line-height: 1.2;
  color: #333;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
}

.c-title--3 {
  font-size: 1.25rem;
  line-height: 1.2;
  color: #333;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
}

.c-title--4 {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: bold;
}

.c-title--5 {
  font-size: 3.5rem;
  line-height: 1.2;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
}

.c-subtext {
  margin-left: 10px;
  font-size: 0.875rem;
  color: #707070;
}

.c-alert {
  position: fixed;
  bottom: -100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 16px 10px;
  padding: 10px 25px;
  border-radius: 8px;
  background: rgba(51, 51, 51, 0.7);
  color: #fff;
  font-size: 1rem;
  text-align: center;
  line-height: 1.2;
  -webkit-animation: alert 3s ease-in-out;
  animation: alert 3s ease-in-out;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
}

.c-alert.is-hide {
  display: none;
}

@-webkit-keyframes alert {
  0% {
    bottom: -100%;
  }
  20% {
    bottom: 6px;
  }
  90% {
    opacity: 1;
    bottom: 6px;
  }
  98% {
    opacity: 0;
    bottom: 6px;
  }
  100% {
    opacity: 0;
    bottom: -100%;
  }
}

@keyframes alert {
  0% {
    bottom: -100%;
  }
  20% {
    bottom: 6px;
  }
  90% {
    opacity: 1;
    bottom: 6px;
  }
  98% {
    opacity: 0;
    bottom: 6px;
  }
  100% {
    opacity: 0;
    bottom: -100%;
  }
}

.c-flash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 18px 20px 20px;
  border-radius: 8px;
}

.c-flash--success {
  background: #E9FCEE;
  border: 1px solid #309F4C;
}

.c-flash--failed {
  background: #F6E7E8;
  border: 1px solid #B53840;
}

.c-flash_ttl {
  font-size: 1rem;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.4375rem;
}

.c-flash_ttl::before {
  content: '';
  display: inline-block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 7px;
}

.c-flash--success .c-flash_ttl::before {
  background: url(../../images/icon/success.svg) no-repeat;
}

.c-flash--failed .c-flash_ttl::before {
  background: url(../../images/icon/failed.svg) no-repeat;
}

.c-flash_txt {
  font-size: 0.875rem;
}

.c-skeleton {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  -webkit-animation: skelton 1.5s ease-in-out 0.5s infinite;
  animation: skelton 1.5s ease-in-out 0.5s infinite;
}

.c-skeleton--w90 {
  width: 90%;
}

.c-skeleton--w80 {
  width: 80%;
}

.c-skeleton--w70 {
  width: 70%;
}

.c-skeleton--w60 {
  width: 60%;
}

.c-skeleton--w40 {
  width: 40%;
}

@-webkit-keyframes skelton {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

@keyframes skelton {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

.c-more {
  position: relative;
  display: inline-block;
}

.c-more_btn {
  display: none;
  position: relative;
  color: #767676;
  cursor: pointer;
  text-decoration: underline;
}

.c-more_btn.is-show {
  display: inline-block;
}

.c-more_list:first-child {
  margin-right: 3px;
}

.c-more_btn::after {
  content: '';
  position: absolute;
  background-image: url(../../images/icon/angle_downward.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  width: 12px;
  height: 7px;
  top: 7px;
  right: -17px;
}

.is-open.c-more_btn::after {
  background-image: url(../../images/icon/angle_upward.svg);
}

.c-more_baloon {
  display: none;
  background-color: #fff;
  padding: 25px;
  border: solid 1px #e7e7e7;
  border-radius: 8px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  margin-top: 8px;
}

.c-more_baloon.is-open {
  display: block;
}

.c-more_baloon_triangle {
  position: absolute;
  border-style: solid;
  border: 10px solid transparent;
}

.c-more_baloon_triangle:first-child {
  border-top-width: 0;
  border-bottom-color: #e7e7e7;
}

.c-more_baloon_triangle:last-child {
  border-top-width: 0;
  border-bottom-color: #fff;
}

.c-more_baloon_triangle--bottom:first-child {
  top: -35px;
  left: 50%;
}

.c-more_baloon_triangle--bottom:last-child {
  top: -34px;
  left: 50%;
}

.c-more_baloon_close {
  position: absolute;
  top: 3px;
  right: 5px;
  width: 24px;
  height: 24px;
  text-align: center;
  cursor: pointer;
}

.c-more_baloon_list_wrap {
  margin-left: 20px;
}

.c-more_baloon_list {
  list-style: disc;
  margin-bottom: 10px;
}

.c-more_baloon_list:last-child {
  margin-bottom: 0;
}

.c-badge {
  display: inline-block;
  background-color: #E70000;
  text-align: center;
  color: #fff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  font-size: 0.62rem;
  line-height: 1.6;
  vertical-align: text-bottom;
}

.p-filter_wrap {
  width: 100%;
}

.p-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  row-gap: 8px;
}

.p-filter_btn_wrap {
  font-size: 0.875rem;
  font-weight: bold;
  background-color: #F3F2F1;
  border-radius: 100vh;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.p-filter_btn_wrap:hover {
  background-color: #e3e1e0;
}

.p-filter_btn_wrap::after {
  content: "";
  position: absolute;
  background: url("../../images/icon/triangle_gray.svg") no-repeat;
  margin-left: 5px;
  width: 11px;
  height: 6px;
  margin-bottom: 1px;
  top: 16px;
  right: 15px;
}

.p-filter_btn_wrap.is-on::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-bottom: 2px;
}

.p-filter_btn_wrap.is-active {
  background-color: #96e4ff;
}

.p-filter_btn_wrap.is-active:not(.p-filter_btn_wrap--select) .p-filter_btn {
  padding: 8px 5px 8px 15px;
}

.p-filter_btn_wrap.is-active:not(.p-filter_btn_wrap--select)::after {
  content: none;
}

.p-filter_btn_wrap.is-active.p-filter_btn_wrap--select::after {
  background: url("../../images/icon/triangle.svg") no-repeat;
}

.p-filter_btn_wrap.is-active:hover {
  background-color: #74daff;
}

.p-filter_btn_wrap.is-active:hover .p-filter_clearBtn:hover {
  background-color: #b4d7e5;
}

.p-filter_btn {
  cursor: pointer;
  padding: 8px 31px 8px 15px;
}

.p-filter_clearBtn {
  width: 24px;
  height: 24px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  margin-right: 10px;
}

.p-filter_clearBtn.is-hide {
  display: none;
}

.p-filter_clearBtn_img {
  vertical-align: inherit;
}

.p-filter_num {
  display: inline-block;
  background-color: #555;
  width: 18px;
  height: 18px;
  color: #fff;
  margin-left: 5px;
  font-size: 0.62rem;
  text-align: center;
  line-height: 1;
  padding: 5px 0 3px;
  border-radius: 50%;
}

.p-filter_select_wrap {
  display: none;
  position: relative;
}

.p-filter_select_wrap.is-show {
  display: block;
}

.p-filter_select_balloon {
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 4px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 4px 2px;
  z-index: 10;
  overflow-y: auto;
}

.p-filter_select_balloon.p-filter_select_balloon--w230 {
  width: 230px;
}

.p-filter_select_balloon.p-filter_select_balloon--w330 {
  width: 330px;
}

.p-filter_select_balloon.p-filter_select_balloon--w400 {
  width: 400px;
}

.p-filter_select_inner {
  max-height: none;
  font-size: 0.875rem;
  overflow-y: auto;
}

@media screen and (max-height: 300px) {
  .p-filter_select_balloon,
  .p-filter_select_inner {
    max-height: none;
    overflow-y: auto;
  }
}

.p-filter_select_box.is-hide {
  display: none;
}

.p-filter_select_item {
  padding: 14px 20px;
  width: 100%;
  display: block;
  font-size: 0.875rem;
  cursor: pointer;
}

.p-filter_select_item:hover, .p-filter_select_item:focus, .p-filter_select_item.is-selected {
  background: #F2F8FF;
}

.p-filter_footer {
  border-top: 1px solid #e7e7e7;
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.p-filter_footer .c-search_btn {
  width: 100%;
  min-width: 170px;
  font-size: 0.875rem;
}

.p-filter_footer.p-filter_footer--borderNone {
  border: none;
  padding-top: 0;
}

.p-filter_clear {
  cursor: pointer;
  white-space: nowrap;
}

.p-filter_clear:hover {
  text-decoration: underline;
}

.p-header_balloon_wrap {
  display: none;
}

.p-header_balloon_wrap.is-show {
  display: block;
}

.p-header_balloon-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 7;
}

.is-show .p-header_balloon-overlay {
  display: block;
}

.p-header_balloon {
  position: absolute;
  top: 40px;
  width: 360px;
  border-radius: 8px;
  background: #efefef;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 4px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 4px 2px;
  padding: 30px 30px;
  z-index: 9;
}

.p-header_balloon::before {
  border-top-width: 0;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-color: #efefef transparent;
  border-style: solid;
  display: block;
  position: absolute;
  top: -10px;
  width: 0;
  height: 0;
  content: "";
}

.p-header_balloon.p-header_balloon--viewedJobs {
  left: -110px;
}

.p-header_balloon.p-header_balloon--viewedJobs::before {
  right: 175px;
}

.p-header_balloon.p-header_balloon--recentSearches {
  right: 0;
}

.p-header_balloon.p-header_balloon--recentSearches::before {
  right: 30px;
}

.p-header_balloon .c-title {
  position: relative;
  padding-left: 25px;
}

.p-header_balloon .c-title::before {
  position: absolute;
  display: block;
  background: no-repeat;
  overflow: hidden;
  content: '';
  top: 3px;
  left: 0;
}

.p-header_balloon.p-header_balloon--viewedJobs .c-title::before {
  background-image: url(../../images/icon/history_font-base.svg);
  width: 18px;
  height: 18px;
}

.p-header_balloon.p-header_balloon--recentSearches .c-title::before {
  background-image: url(../../images/icon/search_kw_font-base.svg);
  width: 19px;
  height: 19px;
}

@media screen and (max-width: 768px) {
  .p-header_balloon.p-header_balloon--viewedJobs {
    left: -90px;
  }
}

.p-header_balloon_cont {
  width: 300px;
  margin: 10px auto 20px;
}

.p-header_balloon_cont .p-job_cont {
  gap: 6px;
}

.p-header_balloon_cont .p-job_title {
  font-size: 1rem;
  line-height: 1.375rem;
  width: 100%;
}

.p-header_balloon_cont .p-job_detail {
  gap: 8px;
}

.p-header_balloon_cont .p-job_summary {
  font-size: 0.875rem;
  width: 100%;
}

.p-header_balloon_cont .p-job_salary {
  font-size: 1rem;
}

.p-header_balloon_cont .p-job_tag {
  font-size: 0.8125rem;
}

.p-header_balloon_cont .p-job_bottom {
  margin-top: 4px;
}

.p-header_balloon_cont .p-job_list--kw {
  font-size: 1rem;
}

.p-header_balloon_cont .p-job_list--kw + .p-job_list--loc {
  font-size: 0.875rem;
  color: #555;
}

.p-header_balloon_cont .p-job_list--loc {
  font-size: 1rem;
}

.p-header_balloon_cont .p-job_description {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  margin-top: 3px;
}

.p-header_balloon_cont .c-panelBox_in:hover {
  cursor: pointer;
}

.p-header_balloon_cont .c-panelBox_in:hover .p-job_list--kw, .p-header_balloon_cont .c-panelBox_in:hover .p-job_list--loc {
  text-decoration: underline;
}

.p-header_balloon_cont .c-panelBox_in:hover .p-job_list--kw + .p-job_list--loc {
  text-decoration: none;
}

.p-headSearch_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  font-size: 0.875rem;
  gap: 8px;
}

.p-headSearch_submit {
  height: 42px;
}

.p-form_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 282px;
}

.p-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 42px;
  border-radius: 8px;
  background: #f5f5f5;
}

.p-head_main_form {
  display: block;
  position: relative;
  width: 720px;
  margin-left: 10px;
  background: linear-gradient(45deg, #11c8c8 10%, #1475de 90%);
  border-radius: 100vh;
  padding: 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px 0;
}

.p-head_main_form .p-headSearch_wrap {
  width: 100%;
  margin: auto;
  padding: 2px;
  border-radius: 50dvh;
  gap: 4px;
  background: #fff;
}

.p-head_main_form .p-form_wrap {
  max-width: inherit;
  background: #fff;
}

.p-head_main_form .p-form_wrap:first-child {
  border-radius: 100vh 20vh 20vh 100vh;
}

.p-head_main_form .p-form_wrap:last-child {
  border-radius: 4px;
}

.p-head_main_form .p-form_wrap:hover {
  background: #f5f5f5;
}

.p-head_main_form .p-form {
  height: 38px;
  background: none;
  border-radius: 100vh;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.p-head_main_form .c-form_inputKw {
  border-radius: 100vh 20vh 20vh 100vh;
  height: 38px;
}

.p-head_main_form .c-form_inputKw:focus-visible, .p-head_main_form .c-form_inputKw:focus-within {
  outline-color: #005DC1;
  background: #fff;
}

.p-head_main_form .c-form_inputLoc {
  border-radius: 4px;
  height: 38px;
}

.p-head_main_form .c-form_inputLoc:focus-visible, .p-head_main_form .c-form_inputLoc:focus-within {
  outline-color: #005DC1;
  background: #fff;
}

.p-head_main_form .c-search_btn {
  height: 38px;
  border-radius: 100vh;
  padding: 7px 20px;
}

.p-head_main_form .c-search_btn:focus-visible, .p-head_main_form .c-search_btn:focus-within {
  -webkit-transition: none;
  transition: none;
  outline: 2px #005DC1 solid;
  outline-offset: -1px;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.p-head_main_form .p-headSearch_submit {
  height: 38px;
}

.p-head_main_form .p-headSearch--keyword .c-form_icon::before {
  width: 26px;
  height: 26px;
  top: 7px;
  left: 11px;
}

.p-head_main_form .p-headSearch--location .c-form_icon::before {
  width: 13px;
  height: 18px;
  top: 10px;
  left: 17px;
}

.p-headSearch_upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-head_main_hr {
  display: block;
  background: #e7e7e7;
  width: 1px;
  height: 28px;
  margin: 0 3px;
}

.c-form_placeholder {
  color: #aaa;
}

@media screen and (max-width: 962px) {
  .p-head_main_form {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-headSearch_wrap {
    padding: 10px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-headSearch_submit {
    width: 100%;
  }
  .p-form_wrap {
    width: 100%;
    max-width: 100%;
  }
  .p-headSearch--location {
    margin-left: 0;
  }
  .p-head_main_form {
    background: none;
    border-radius: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 10px 0 10px;
  }
  .p-head_main_form .p-headSearch_wrap {
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    gap: 15px;
    padding: 10px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-headSearch_upper {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px 0;
    background: linear-gradient(45deg, #11c8c8 10%, #1475de 90%);
    border-radius: 17px;
    padding: 1px;
  }
  .p-head_main_form .p-form_wrap:first-child {
    border-radius: 16px 16px 0 0;
  }
  .p-head_main_form .p-form_wrap:first-child .p-form {
    border-radius: 16px 16px 0 0;
  }
  .p-head_main_form .p-form_wrap:last-child {
    border-radius: 0 0 16px 16px;
  }
  .p-head_main_form .p-form_wrap:last-child .p-form {
    border-radius: 0 0 16px 16px;
  }
  .p-head_main_form .c-form_inputKw {
    border-radius: 16px 16px 0 0;
  }
  .p-head_main_form .c-form_inputLoc {
    border-radius: 0 0 16px 16px;
  }
  .p-head_main_hr {
    height: 1px;
    width: 100%;
    margin: 0;
  }
  .p-head_main_form .c-search_btn {
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px 0;
  }
}

.p-job {
  margin: 10px 0;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e7e7e7;
  padding: 18px;
  position: relative;
}

.p-job.is-focus {
  border-color: #aaa;
}

.p-job.p-job--search.is-active {
  border: solid 1px #005DC1;
  outline: solid 1px #005DC1;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
}

.p-job.p-job--search.is-focus {
  outline: -webkit-focus-ring-color auto 1px;
}

.p-job.p-job--search.is-focus.is-active {
  border: solid 1px #aaa;
  outline: solid 2px #005DC1;
}

.p-job:hover {
  border-color: #aaa;
  cursor: pointer;
}

.p-job:has(.p-job_invalid):hover {
  border-color: #e7e7e7;
  cursor: default;
}

.p-job_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.p-job_title {
  font-size: 1.25rem;
  line-height: 1.5625rem;
  color: #333;
  font-weight: bold;
  width: calc(100% - 30px);
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
}

.p-job_title.p-job_title--search {
  width: 100%;
}

.p-job_title_btn {
  cursor: pointer;
}

.p-job_title_btn:focus-visible {
  outline: none;
}

.p-job_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.p-job_summary {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #555;
}

.p-job_companyName, .p-job_location, .p-job_station {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-left: 1px;
}

.p-job_location_more_text {
  display: none;
}

.p-job_location_more_text.is-show {
  display: inline-block;
}

.p-job_summary_img {
  margin-top: 1px;
}

.p-job_summary_train {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: text-top;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-job_mile {
  color: #1475de;
  font-size: 0.875rem;
  margin-left: 5px;
}

.p-job_mile::before {
  content: '-';
  margin-right: 5px;
}

.p-job_emphasis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 10px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #1475de;
}

.p-job_emphasis_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 17px;
  position: relative;
}

.p-job_emphasis_item::before {
  content: '';
  position: absolute;
  display: block;
  width: 13px;
  top: 4px;
  left: 0;
}

.p-job_remote::before {
  height: 10px;
  background: url("../../images/icon/wifi.svg") no-repeat;
}

.p-job_bonus::before {
  height: 13px;
  top: 3px;
  background: url("../../images/icon/bonus.svg") no-repeat;
}

.p-job_salary {
  font-size: 1.125rem;
  line-height: 1.25rem;
}

.p-job_salary_per {
  margin-left: 4px;
  font-size: 0.875rem;
  color: #767676;
}

.p-job_description {
  font-size: 0.875rem;
  color: #767676;
  line-height: 1.1875rem;
  width: 100%;
}

.p-job_tag_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 9px;
  row-gap: 7px;
}

.p-job_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  background: #E7F3FF;
  border-radius: 3px;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  color: #767676;
  padding: 3px 8px;
}

.p-job_tag.is-hide {
  display: none;
}

.p-job_tag_match {
  font-weight: bold;
  color: #555;
}

.p-job_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  font-size: 0.875rem;
}

.p-job_new {
  display: block;
  font-size: 0.875rem;
  color: #cf4b00;
}

.p-job_new + .p-job_date {
  padding-left: 17px;
  position: relative;
}

.p-job_new + .p-job_date::before {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  background: #aaa;
  border-radius: 2px;
  position: absolute;
  top: 9px;
  left: 7px;
}

.p-job_date {
  color: #555;
}

.p-job_source {
  color: #767676;
  position: relative;
  margin-left: 15px;
}

.p-job_source::before {
  content: '-';
  position: absolute;
  left: -9px;
}

.p-job_source:first-child {
  margin-left: 0;
}

.p-job_source:first-child::before {
  content: none;
}

.p-job_saved {
  position: absolute;
  bottom: 7px;
  right: 6px;
  padding: 10px 11px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  cursor: pointer;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.p-job_saved:hover .p-job_saved_icon--saved {
  display: block;
  opacity: 0.5;
}

.p-job_saved:hover .p-job_saved_icon--unsaved {
  display: none;
}

.p-job_saved.is-saved .p-job_saved_icon--saved {
  display: block;
  -webkit-animation: favScale 0.4s ease-out;
  animation: favScale 0.4s ease-out;
}

.p-job_saved.is-saved .p-job_saved_icon--unsaved {
  display: none;
}

.p-job_saved.is-saved:hover .p-job_saved_icon--saved {
  opacity: 0.8;
}

.p-job_saved.p-job_saved--rightUp {
  top: 10px;
  bottom: auto;
}

.p-job_saved_icon {
  display: block;
}

.p-job_saved_icon--saved {
  display: none;
}

.p-job_saved_icon--unsaved {
  display: block;
}

.p-job_delete {
  position: absolute;
  padding: 8px 14px;
  top: 8px;
  right: 7px;
  cursor: pointer;
}

.p-job_list--kw {
  display: block;
  width: calc(100% - 30px);
  font-size: 1.25rem;
  font-weight: normal;
  color: #333;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
}

.p-job_list--loc {
  display: block;
  width: calc(100% - 30px);
  font-size: 1.25rem;
  font-weight: normal;
  color: #333;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
}

.p-job_list--kw + .p-job_list--loc {
  width: 100%;
  font-size: 1.125rem;
  color: #767676;
  font-family: 'Roboto', sans-serif;
}

.p-job_invalid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.6);
  font-size: 1.25rem;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
  padding: 30px;
}

@media screen and (max-width: 500px) {
  .p-job.p-job--search {
    padding: 10px;
  }
  .p-job.p-job--search .p-job_date {
    margin-bottom: 30px;
  }
  .p-job.p-job--search .p-job_saved {
    bottom: 0;
    left: 0;
    right: auto;
  }
  .p-job.p-job--search .p-job_summary_img {
    margin-right: 5px;
    margin-bottom: 3px;
  }
  .p-job.p-job--search .p-job_tag,
  .p-job.p-job--search .p-job_companyName,
  .p-job.p-job--search .p-job_location,
  .p-job.p-job--search .p-job_station,
  .p-job.p-job--search .p-job_summary_train {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }
  .p-job.p-job--search .p-job_tag .p-job_tag_image,
  .p-job.p-job--search .p-job_companyName .p-job_tag_image,
  .p-job.p-job--search .p-job_location .p-job_tag_image,
  .p-job.p-job--search .p-job_station .p-job_tag_image,
  .p-job.p-job--search .p-job_summary_train .p-job_tag_image {
    margin-right: 6px;
  }
}

@-webkit-keyframes favScale {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
  }
  40% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes favScale {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
  }
  40% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.p-result_wrap {
  max-width: 500px;
}

.p-result_num {
  font-size: 0.875rem;
  color: #707070;
}

.p-related {
  margin: 40px 10px 0;
}

.p-related + .p-related {
  margin: 20px 10px 0;
}

.p-result_ttl {
  font-size: 1rem;
  font-weight: normal;
}

.p-preview_wrap {
  position: sticky;
  top: 0;
  bottom: 0;
}

.p-preview_tab_icon {
  padding: 13px;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
}

.p-preview_content {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e7e7e7;
  position: relative;
}

.p-preview_content:focus {
  outline: none;
}

.p-preview_content_inner {
  padding: 30px 0;
  margin: 0 30px;
  border-bottom: solid 1px #e7e7e7;
}

.p-preview_content_inner:last-child {
  border-bottom: none;
}

.p-preview_content_inner.p-preview_content_inner--full {
  height: 100%;
}

.p-preview_detail_table {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding: 32px 0px;
  font-size: 0.9375rem;
  border-bottom: 1px solid #e7e7e7;
}

.p-preview_detail_table:first-child {
  padding-top: 0;
}

.p-preview_detail_table:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.p-preview_table_icon {
  width: 39px;
  display: table-cell;
}

.p-preview_head {
  border-bottom: solid 1px #e7e7e7;
  padding: 20px 30px;
}

.p-preview_focus_btn {
  padding: 2px;
  font-size: 0.875rem;
  display: inline-block;
  z-index: 1;
  text-decoration: none;
  position: absolute;
  left: -100VW;
  background-color: #e7e7e7;
  color: #333;
}

.p-preview_head .p-preview_focus_btn:focus {
  left: calc(100% - 200px);
  top: 0;
}

.p-preview_body .p-preview_focus_btn:focus {
  left: 1px;
  bottom: 1px;
}

.p-preview_foot_wrap .p-preview_focus_btn:focus {
  left: -29px;
  bottom: -19px;
}

.p-preview_head_apply .p-preview_apply {
  max-width: 270px;
  font-size: 0.9375rem;
  margin: 0;
  padding: 12px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-preview_head_apply .p-preview_saved {
  width: 47px;
  min-width: 47px;
  padding: 11px 15px;
}

.p-preview_head_apply .p-preview_link {
  width: 47px;
  min-width: 47px;
  padding: 9px 10px;
}

.p-preview_head_apply .p-preview_link .p-job_link_icon {
  margin-bottom: 1px;
}

.p-preview_head_apply .u-dip_flex {
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.p-preview_body {
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
}

.p-preview_foot_wrap {
  margin: 20px 30px;
  position: relative;
}

.p-preview_foot_apply {
  width: 440px;
  margin: 0 auto;
}

.p-preview_foot_apply .p-preview_apply {
  font-size: 0.9375rem;
  padding: 12px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-preview_foot_apply .p-detail_saved_txt {
  font-size: 0.9375rem;
  line-height: normal;
  margin-top: 1px;
}

@media screen and (max-width: 880px) {
  .p-preview_foot_wrap .u-dip_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
  }
  .p-preview_foot_wrap .p-preview_foot_apply {
    width: 100%;
    min-width: auto;
  }
  .p-preview_foot_wrap .p-preview_foot_apply .p-detail_apply,
  .p-preview_foot_wrap .p-preview_foot_apply .p-detail_saved {
    width: 100%;
    min-width: auto;
  }
}

@media screen and (max-width: 600px) {
  .p-preview_head_apply > .u-dip_flex,
  .p-preview_foot_wrap > .u-dip_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
  }
  .p-preview_head_apply .p-preview_apply,
  .p-preview_foot_wrap .p-preview_apply {
    padding: 10px 10px;
    font-size: 0.875rem;
    width: 100%;
    min-width: auto;
  }
  .p-preview_head_apply .p-preview_saved,
  .p-preview_foot_wrap .p-preview_saved {
    width: 47px;
  }
}

@media screen and (max-width: 500px) {
  .p-preview_wrap {
    position: relative;
  }
  .p-preview_head {
    padding: 30px 10px 20px;
  }
  .p-preview_body {
    overflow-x: auto;
    overflow-y: auto;
  }
  .p-preview_content_inner {
    margin: 0 10px;
  }
  .p-preview_content_inner .p-detail_title {
    display: block;
  }
  .p-preview_content_inner .p-detail_title_company {
    display: none;
  }
  .p-preview_foot_wrap {
    margin: 20px 10px;
  }
}

@media screen and (max-height: 500px) {
  .p-preview_wrap {
    position: relative;
  }
  .p-preview_body {
    overflow-x: auto;
    overflow-y: auto;
  }
}

@media screen and (max-width: 768px) {
  .p-headSearch_wrap {
    display: none;
  }
}

.p-detail_head_wrap {
  background: #fff;
  margin: 0 auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-shadow: 0 1px 0 0 #e7e7e7;
  box-shadow: 0 1px 0 0 #e7e7e7;
}

.p-detail_head_cont {
  padding: 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 210px 572px 315px;
  margin-bottom: 10px;
}

@media screen and (min-width: 1383px) {
  .p-detail_head_cont {
    max-width: 1280px;
  }
}

@media screen and (max-width: 1382px) and (min-width: 1162px) {
  .p-detail_head_cont {
    width: 100%;
    padding: 0 40px;
  }
}

@media screen and (max-width: 1162px) and (min-width: 881px) {
  .p-detail_head_cont {
    padding: 0 16px;
    grid-template-columns: 0 auto 315px;
  }
}

@media screen and (max-width: 880px) {
  .p-detail_head_cont {
    display: block;
    padding: 0 16px;
  }
}

.p-detail_head {
  padding: 24px 0;
  position: relative;
  grid-column: 2 / auto;
}

.p-detail_head_title {
  font-size: 1.625rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 2.125rem;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
}

.p-preview_focus_btn + .p-detail_head_title.p-detail_head_title--preview {
  margin-bottom: 0;
}

.p-detail_head_company {
  font-size: 1rem;
  color: #767676;
  margin-bottom: 6px;
}

.p-detail_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.p-detail_tag.p-detail_tag--preview {
  margin-bottom: 0;
}

.p-detail_tag_btn {
  text-decoration: underline;
  color: #767676;
  font-size: 0.875rem;
  margin-top: 15px;
  position: relative;
  padding-left: 15px;
  cursor: pointer;
}

.p-detail_tag_btn::before {
  content: '';
  position: absolute;
  background-image: url(../../images/icon/plus_gray.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  width: 10px;
  height: 10px;
  top: 5px;
  left: 0;
}

.p-detail_tag_btn.is-open::before {
  background-image: url(../../images/icon/minus_gray.svg);
  top: 10px;
}

.p-detail_summary_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 12px;
  -webkit-column-gap: 4%;
  -moz-column-gap: 4%;
  column-gap: 4%;
}

@media screen and (max-width: 956px) {
  .p-detail_summary_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-detail_summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9375rem;
  width: 48%;
}

@media screen and (max-width: 956px) {
  .p-detail_summary {
    width: 100%;
  }
}

.p-detail_summary_img {
  margin-right: 4px;
}

.p-detail_summary_img {
  margin-right: 4px;
}

.p-detail_summary_train {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: text-bottom;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-detail_summary .p-detail_summary_train {
  margin-left: 3px;
}

.p-detail_summary_icon.p-detail_summary_icon--preview {
  margin: 0;
}

.p-detail_summary_txt {
  display: block;
  margin-top: 1px;
}

.p-detail_summary_title {
  font-size: 1rem;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
}

.p-detail_summary_title.p-detail_summary_location::before {
  background-image: url("../../images/icon/location.svg");
}

.p-detail_summary_title.p-detail_summary_salary::before {
  background-image: url("../../images/icon/salary.svg");
}

.p-detail_summary_title.p-detail_summary_jobtype::before {
  background-image: url("../../images/icon/jobtype.svg");
}

.p-detail_summary_baloon {
  width: 90%;
  left: 10%;
  max-width: 350px;
  z-index: 1;
}

.p-detail_date {
  font-size: 0.875rem;
  color: #767676;
  margin-top: 10px;
}

.p-detail_fixed {
  margin-left: 34px;
  position: absolute;
  border: solid 1px #e7e7e7;
  border-radius: 8px;
  padding: 16px 20px 20px 20px;
  background-color: #fff;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
  z-index: 3;
}

.p-detail_fixed .p-detail_apply {
  width: 236px;
  margin-top: 13px;
  font-size: 0.9375rem;
  margin-right: 0;
}

.p-detail_fixed .p-detail_saved {
  margin-top: 13px;
  width: 236px;
  padding: 11px 12px;
  font-size: 0.9375rem;
}

.p-detail_fixed_title {
  text-align: center;
  font-size: 0.8125rem;
  color: #555;
}

@media screen and (max-width: 880px) {
  .p-detail_fixed {
    margin-left: 0;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    border: none;
    border-top: solid 1px #e7e7e7;
    border-radius: 0;
    padding: 15px 86px 15px 86px;
  }
  .p-detail_fixed_title {
    display: none;
  }
  .p-detail_btn_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
  }
  .p-detail_btn_flex .c-btn {
    margin-left: 0;
    margin-top: 0;
    width: calc(100%);
    min-width: 153px;
    font-size: 1rem;
  }
  .p-detail_btn_flex .p-detail_saved {
    width: 165px;
  }
}

.p-detail_content_wrap {
  width: 100%;
}

.p-detail_content_wrap .l-c-result {
  margin: 0 auto;
}

@media screen and (max-width: 1255px) and (min-width: 1162px) {
  .p-detail_content_wrap .l-c-result {
    padding: 0 40px;
    grid-template-columns: 210px 572px auto;
  }
}

@media screen and (max-width: 1162px) and (min-width: 881px) {
  .p-detail_content_wrap .l-c-result {
    padding: 0 16px;
    grid-template-columns: 0 auto 315px;
  }
}

.p-detail_content {
  margin-top: 10px;
  margin-bottom: 5px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e7e7e7;
  position: relative;
}

.p-detail_inner {
  padding: 32px;
}

.p-detail_title {
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
}

.p-detail_title .c-skeleton {
  height: 1.625rem;
}

.p-detail_title--1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.25rem;
  margin-bottom: 20px;
  line-height: 1.625rem;
  letter-spacing: 0;
}

.p-detail_title--2 {
  font-size: 1.125rem;
  margin-bottom: 16px;
  letter-spacing: 0;
}

.p-detail_table_inner .p-detail_title--2 {
  font-size: 0.9375rem;
  margin: 15px 0 5px;
}

.p-detail_table_content:first-child .p-detail_title--2 {
  margin-top: 0;
}

.p-detail_title_company {
  margin-right: 18px;
}

.p-detail_lines_wrap {
  font-size: 0.9375rem;
  line-height: 1.375rem;
}

.p-detail_lines_wrap:last-child .p-detail_lines:last-child, .p-detail_lines_wrap:last-child .p-detail_list_wrap:last-child {
  margin-bottom: 0;
}

.p-preview_content_inner--full .p-detail_lines_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-detail_lines {
  margin-bottom: 16px;
}

.p-detail_lines .c-skeleton {
  height: 1.375rem;
}

.p-detail_lines .c-skeleton + .c-skeleton {
  margin-top: 0.5rem;
}

.p-detail_table_content .p-detail_lines:last-child {
  margin-bottom: 0;
}

.p-detail_list_wrap {
  margin: 0 0 16px 20px;
}

.p-detail_list {
  list-style: disc;
}

.p-detail_list .c-skeleton {
  height: 1.375rem;
}

.p-detail_list + .p-detail_list .c-skeleton {
  margin-top: 0.5rem;
}

.p-detail_lines_wrap > .p-detail_list {
  padding-left: 5px;
}

.p-detail_lines_wrap > .p-detail_list:last-child {
  margin-bottom: 16px;
}

.p-detail_list_ol {
  list-style: decimal;
}

.p-detail_table {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding: 32px 32px 32px 16px;
  font-size: 0.9375rem;
  border-bottom: 1px solid #e7e7e7;
}

.p-detail_table:last-child {
  border-bottom: none;
}

.p-detail_table_icon {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  width: 70px;
}

.p-detail_table_inner {
  display: table-cell;
  padding-left: 16px;
  width: 100%;
  vertical-align: middle;
}

.p-detail_table_inner .p-detail_summary_train {
  gap: 1px;
}

.p-detail_map {
  margin-top: 15px;
  width: 100%;
  height: auto;
  max-height: 180px;
  background-color: #e7e7e7;
}

.p-detail_apply_wrap {
  margin: 15px 40px 40px;
}

@media screen and (max-width: 560px) {
  .p-detail_apply_wrap {
    margin: 30px 0 40px;
  }
  .p-detail_apply_wrap .u-dip_flex {
    display: block;
  }
  .p-detail_apply_wrap .p-detail_apply {
    width: 100%;
  }
  .p-detail_apply_wrap .p-detail_saved {
    margin-top: 10px;
    width: 100%;
  }
  .p-detail_apply_wrap .p-detail_source {
    padding-right: 0;
  }
}

.p-detail_apply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 153px;
  min-height: 47px;
  color: #333;
  font-size: 1rem;
  margin-right: 10px;
  background-color: #ff9d47;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.p-detail_apply:hover {
  background-color: #F98927;
}

.p-detail_link::before, .p-detail_link::after {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  top: 9px;
  left: 9px;
}

.p-detail_link::before {
  background-image: url(../../images/icon/link.svg);
}

.p-detail_link::after {
  display: none;
  background-image: url(../../images/icon/link_font-base.svg);
}

.p-detail_saved,
.p-detail_link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 47px;
  min-width: 165px;
  background: #fff;
  border: 1px solid #e7e7e7;
  padding: 10px 16px;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
}

.p-detail_saved:hover .p-detail_saved--saved,
.p-detail_link:hover .p-detail_saved--saved {
  display: block;
}

.p-detail_saved:hover .p-detail_saved--unsaved,
.p-detail_link:hover .p-detail_saved--unsaved {
  display: none;
}

.p-detail_saved:hover .p-job_saved_icon,
.p-detail_link:hover .p-job_saved_icon {
  opacity: 0.5;
}

.p-detail_saved:hover::before,
.p-detail_link:hover::before {
  display: none;
}

.p-detail_saved:hover::after,
.p-detail_link:hover::after {
  display: block;
}

.p-detail_saved.is-saved .p-detail_saved--saved,
.p-detail_link.is-saved .p-detail_saved--saved {
  display: block;
}

.p-detail_saved.is-saved .p-detail_saved--saved .p-job_saved_icon,
.p-detail_link.is-saved .p-detail_saved--saved .p-job_saved_icon {
  -webkit-animation: favScale 0.4s ease-out;
  animation: favScale 0.4s ease-out;
}

.p-detail_saved.is-saved .p-detail_saved--unsaved,
.p-detail_link.is-saved .p-detail_saved--unsaved {
  display: none;
}

.p-detail_saved.is-saved:hover .p-detail_saved--saved .p-job_saved_icon,
.p-detail_link.is-saved:hover .p-detail_saved--saved .p-job_saved_icon {
  opacity: 0.8;
}

.p-detail_saved--saved, .p-detail_saved--unsaved {
  margin: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-detail_saved--saved {
  display: none;
}

.p-detail_saved--unsaved {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-detail_saved--text:hover .p-detail_saved--saved {
  display: none;
}

.p-detail_saved--text:hover .p-detail_saved--unsaved {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-detail_saved--text:hover .p-job_saved_icon--saved {
  display: block;
  opacity: 0.5;
}

.p-detail_saved--text:hover .p-job_saved_icon--unsaved {
  display: none;
}

.p-detail_saved--text.is-saved .p-detail_saved--saved {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-detail_saved--text.is-saved .p-detail_saved--unsaved {
  display: none;
}

.p-detail_saved--text.is-saved .p-job_saved_icon--saved {
  display: block;
}

.p-detail_saved--text.is-saved .p-job_saved_icon--unsaved {
  display: none;
}

.p-detail_saved--text.is-saved:hover .p-job_saved_icon--saved {
  opacity: 0.8;
}

.p-detail_saved_txt {
  font-size: 1rem;
  color: #767676;
  padding-left: 7px;
}

.p-detail_source {
  margin-top: 4px;
  padding-right: 165px;
  color: #707070;
  font-size: 0.875rem;
}

.p-detail_job_wrap {
  margin: 40px 0 0;
}

@keyframes favScale {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
  }
  40% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.p-headSearch_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  font-size: 0.875rem;
  gap: 8px;
}

.p-headSearch_submit {
  height: 42px;
}

.p-form_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 282px;
}

.p-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 42px;
  border-radius: 8px;
  background: #f5f5f5;
}

.p-head_main_form {
  display: block;
  position: relative;
  width: 720px;
  margin-left: 10px;
  background: linear-gradient(45deg, #11c8c8 10%, #1475de 90%);
  border-radius: 100vh;
  padding: 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px 0;
}

.p-head_main_form .p-headSearch_wrap {
  width: 100%;
  margin: auto;
  padding: 2px;
  border-radius: 50dvh;
  gap: 4px;
  background: #fff;
}

.p-head_main_form .p-form_wrap {
  max-width: inherit;
  background: #fff;
}

.p-head_main_form .p-form_wrap:first-child {
  border-radius: 100vh 20vh 20vh 100vh;
}

.p-head_main_form .p-form_wrap:last-child {
  border-radius: 4px;
}

.p-head_main_form .p-form_wrap:hover {
  background: #f5f5f5;
}

.p-head_main_form .p-form {
  height: 38px;
  background: none;
  border-radius: 100vh;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.p-head_main_form .c-form_inputKw {
  border-radius: 100vh 20vh 20vh 100vh;
  height: 38px;
}

.p-head_main_form .c-form_inputKw:focus-visible, .p-head_main_form .c-form_inputKw:focus-within {
  outline-color: #005DC1;
  background: #fff;
}

.p-head_main_form .c-form_inputLoc {
  border-radius: 4px;
  height: 38px;
}

.p-head_main_form .c-form_inputLoc:focus-visible, .p-head_main_form .c-form_inputLoc:focus-within {
  outline-color: #005DC1;
  background: #fff;
}

.p-head_main_form .c-search_btn {
  height: 38px;
  border-radius: 100vh;
  padding: 7px 20px;
}

.p-head_main_form .c-search_btn:focus-visible, .p-head_main_form .c-search_btn:focus-within {
  -webkit-transition: none;
  transition: none;
  outline: 2px #005DC1 solid;
  outline-offset: -1px;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.p-head_main_form .p-headSearch_submit {
  height: 38px;
}

.p-head_main_form .p-headSearch--keyword .c-form_icon::before {
  width: 26px;
  height: 26px;
  top: 7px;
  left: 11px;
}

.p-head_main_form .p-headSearch--location .c-form_icon::before {
  width: 13px;
  height: 18px;
  top: 10px;
  left: 17px;
}

.p-headSearch_upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-head_main_hr {
  display: block;
  background: #e7e7e7;
  width: 1px;
  height: 28px;
  margin: 0 3px;
}

.c-form_placeholder {
  color: #aaa;
}

@media screen and (max-width: 962px) {
  .p-head_main_form {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-headSearch_wrap {
    padding: 10px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-headSearch_submit {
    width: 100%;
  }
  .p-form_wrap {
    width: 100%;
    max-width: 100%;
  }
  .p-headSearch--location {
    margin-left: 0;
  }
  .p-head_main_form {
    background: none;
    border-radius: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 10px 0 10px;
  }
  .p-head_main_form .p-headSearch_wrap {
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    gap: 15px;
    padding: 10px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-headSearch_upper {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px 0;
    background: linear-gradient(45deg, #11c8c8 10%, #1475de 90%);
    border-radius: 17px;
    padding: 1px;
  }
  .p-head_main_form .p-form_wrap:first-child {
    border-radius: 16px 16px 0 0;
  }
  .p-head_main_form .p-form_wrap:first-child .p-form {
    border-radius: 16px 16px 0 0;
  }
  .p-head_main_form .p-form_wrap:last-child {
    border-radius: 0 0 16px 16px;
  }
  .p-head_main_form .p-form_wrap:last-child .p-form {
    border-radius: 0 0 16px 16px;
  }
  .p-head_main_form .c-form_inputKw {
    border-radius: 16px 16px 0 0;
  }
  .p-head_main_form .c-form_inputLoc {
    border-radius: 0 0 16px 16px;
  }
  .p-head_main_hr {
    height: 1px;
    width: 100%;
    margin: 0;
  }
  .p-head_main_form .c-search_btn {
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px 0;
  }
}

.p-suggestion {
  display: none;
  position: absolute;
  left: 0;
  top: 45px;
  z-index: 1;
  width: 100%;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.p-suggestion.is-on {
  top: 45px;
  left: 0;
  bottom: 0;
  display: block;
}

.p-suggestion_inner {
  height: auto;
  background: #fff;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  overflow: auto;
}

@media screen and (max-height: 600px) {
  .p-top_body .p-suggestion_inner {
    max-height: 150px;
  }
}

@media screen and (min-height: 601px) and (max-height: 800px) {
  .p-top_body .p-suggestion_inner {
    max-height: 200px;
  }
}

@media screen and (min-height: 801px) and (max-height: 850px) {
  .p-top_body .p-suggestion_inner {
    max-height: 300px;
  }
}

.p-suggestion .p-headSearch--keyword .c-form--icon::before {
  top: 12px;
}

.p-suggestion .p-headSearch--location .c-form--icon::before {
  top: 15px;
}

.p-suggestion .c-form-inputKw, .p-suggestion .c-form-inputLoc {
  height: 52px;
}

.p-suggestion_link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 16px 7px 44px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
}

.p-suggestion_link:hover, .p-suggestion_link:focus, .p-suggestion_link.is-focus {
  background: #e7e7e7;
}

.p-suggestion_link::before {
  display: block;
  position: absolute;
  content: "";
}

.p-suggestion_icon--kw::before {
  width: 20px;
  height: 20px;
  left: 15px;
  background: url("../../images/icon/search_kw.svg") no-repeat;
  background-size: 20px 20px;
  background-position: center center;
}

.p-suggestion_icon--history::before {
  width: 20px;
  height: 20px;
  left: 14px;
  margin-bottom: 1px;
  background: url("../../images/icon/history.svg") no-repeat;
  background-size: 14px 14px;
  background-position: center center;
}

.p-suggestion_icon--location::before {
  width: 20px;
  height: 20px;
  left: 14px;
  margin-bottom: 1px;
  background: url("../../images/icon/search_location.svg") no-repeat;
  background-size: 16px 16px;
  background-position: center center;
}

.p-knowledge_wrap {
  background-color: #fff;
  width: 100%;
}

.p-knowledge {
  margin: 0 auto;
  padding: 50px 0;
}

.p-knowledge + .p-knowledge {
  border-top: solid 1px #e7e7e7;
}

.p-knowledge:last-of-type {
  padding-bottom: 90px;
}

.p-knowledge_box--left {
  padding-right: 30px;
  width: calc(50% - 1px);
}

.p-knowledge_box--left:only-child {
  padding-right: 0;
  width: 100%;
}

.p-knowledge_box--left:only-child .p-knowledge_content {
  gap: 30px;
}

.p-knowledge_box--left:only-child .p-knowledge_text_wrap {
  width: calc(50% - 15px);
}

.p-knowledge_box--right {
  border-left: solid 1px #e7e7e7;
  padding-left: 30px;
  width: 50%;
}

.p-knowledge_content {
  padding: 30px 0;
}

.p-knowledge_content:first-of-type {
  padding: 0;
}

.p-knowledge_content:last-of-type {
  padding-bottom: 0;
}

.p-knowledge_content.u-dip_flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

.p-knowledge_title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.625rem;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
}

.p-knowledge_text_wrap {
  width: 100%;
}

.p-knowledge_text {
  font-size: 0.875rem;
  line-height: 1.375rem;
}

.p-knowledge_text + .p-knowledge_text {
  padding-top: 10px;
}

.p-knowledge_list {
  margin: 0 0 16px 20px;
}

.p-knowledge_list:last-of-type {
  margin-bottom: 0;
}

.p-knowledge_list--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-knowledge_list--flex .p-knowledge_list {
  width: calc(50% - 35px);
  min-width: 240px;
}

.p-knowledge_list_item {
  list-style: disc;
  font-size: 0.875rem;
}

@media screen and (min-width: 1383px) {
  .p-knowledge {
    max-width: 1280px;
  }
}

@media screen and (max-width: 1382px) and (min-width: 1108px) {
  .p-knowledge {
    padding: 50px 0;
    margin: 0 40px;
  }
}

@media screen and (max-width: 1226px) {
  .p-knowledge_box--left:only-child .p-knowledge_text_wrap {
    width: 100%;
  }
  .p-knowledge_box--left:only-child .p-knowledge_content.u-dip_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 1108px) {
  .p-knowledge {
    padding: 50px 26px;
  }
}

@media screen and (max-width: 700px) {
  .p-knowledge.u-dip_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
  }
  .p-knowledge.u-dip_flex .p-knowledge_box--left,
  .p-knowledge.u-dip_flex .p-knowledge_box--right {
    width: 100%;
    padding: 0;
    border: none;
  }
}

@media screen and (max-width: 500px) {
  .p-knowledge_text_wrap {
    min-width: 100%;
  }
}

.p-chart_wrap {
  width: calc(50% - 15px);
  min-width: 260px;
}

.p-chart_wrap_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  gap: 30px;
}

.p-knowledge_box--left:only-child .p-chart_wrap_flex {
  width: calc(50% - 15px);
}

.p-knowledge_box--left:only-child .p-chart_wrap_flex .p-chart_wrap {
  width: calc(50% - 15px);
}

.p-chart_value {
  color: #1475de;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  line-height: 1.1;
}

.p-chart_value_data {
  font-size: 2rem;
}

.p-chart_value_unit + .p-chart_value_data {
  padding-left: 4px;
}

.p-chart_value_unit {
  font-size: 1.625rem;
}

.p-chart_value_data + .p-chart_value_unit {
  padding-left: 4px;
}

.p-chart_value_index {
  font-size: 1rem;
  font-weight: bold;
  color: #555;
}

.p-chart_value_date {
  color: #767676;
  font-size: 0.875rem;
  font-weight: normal;
  padding-left: 5px;
}

.p-chart_value_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  gap: 35px;
}

.p-chart_value_bottom .p-chart_value_data {
  font-size: 1.5rem;
}

.p-chart_value_bottom .p-chart_value_unit {
  font-size: 0.875rem;
}

.p-chart_value_bottom .p-chart_value_index {
  font-size: 0.875rem;
  color: #767676;
  font-weight: normal;
  line-height: 1.3;
}

.p-chart_value_status {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: #E7F3FF;
  margin-right: 5px;
  border-radius: 2px;
  position: relative;
}

.p-chart_value_status::before {
  content: '';
  display: block;
  width: 8px;
  height: 12px;
  position: absolute;
}

.p-chart_value_status.p-chart_value_status--up::before {
  top: 2px;
  left: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: url("../../images/icon/arrow_comparison_primary.svg") no-repeat;
}

.p-chart_value_status.p-chart_value_status--down::before {
  top: 3px;
  left: 5px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  background: url("../../images/icon/arrow_comparison_primary.svg") no-repeat;
}

.p-chart_value_status.p-chart_value_status--equivalent::before {
  top: 2px;
  left: 5px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: url("../../images/icon/arrow_comparison_primary.svg") no-repeat;
}

.p-chart_value_txt {
  font-size: 0.8125rem;
  color: #767676;
}

.p-chart_value_right {
  padding-left: 3px;
  position: relative;
}

.p-chart_value_right .p-chart_value_index {
  position: absolute;
  display: inline-block;
  left: 0;
}

.p-chart_value_right .p-chart_value_index::before {
  content: unset;
}

.p-chart_value_right .p-chart_value {
  display: block;
  padding-left: 0;
  line-height: 1.3;
}

.p-chart_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 5px;
  border-top: 1px solid #ccc;
}

.p-chart_label_item {
  font-size: 0.875rem;
  color: #767676;
}

@media screen and (max-width: 1258px) {
  .p-chart_wrap {
    width: 100%;
    max-width: 442px;
  }
  .p-chart_line_wrap {
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 1226px) {
  .p-knowledge_box--left:only-child .p-chart_wrap_flex {
    width: 100%;
  }
}

@media screen and (max-width: 618px) {
  .p-knowledge_box--left:only-child .p-chart_wrap_flex .p-chart_wrap {
    width: 100%;
    max-width: 442px;
  }
}

html.is-locked {
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden;
}

.p-modal_bg {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 6;
}

.p-modal_bg.is-show {
  display: block;
}

.p-modal_close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-modal_close_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px;
  cursor: pointer;
}

.p-help_btn_wrap {
  text-align: right;
}

.p-help_btn {
  display: inline-block;
  color: #707070;
  font-size: 0.75rem;
  vertical-align: middle;
  cursor: pointer;
}

.p-help_btn::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 17px;
  height: 17px;
  background: no-repeat;
  overflow: hidden;
  background-image: url("../../images/icon/help.svg");
}

.p-help_balloon {
  display: none;
  width: 80%;
  max-width: 600px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: fixed;
  top: -20px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 8;
}

.p-help_balloon.is-show {
  display: block;
}

.p-help_balloon--w400 {
  max-width: 400px;
}

.p-help_balloon_inner {
  display: block;
  padding: 0;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 8px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 8px 2px;
  color: #333;
  font-size: 0.875rem;
}

.p-help_balloon_header {
  position: absolute;
  right: 0;
  top: 0;
}

.p-help_balloon_body {
  padding-top: 44px;
}

.p-help_balloon_txt {
  border-top: 1px solid #e7e7e7;
  padding: 25px 20px 30px;
}

@media screen and (max-width: 500px) {
  .p-help_balloon {
    top: 0;
  }
  .p-help_balloon_txt {
    overflow: auto;
    display: block;
    max-height: calc(90vh - 45px);
  }
}

.p-mail_wrap {
  position: relative;
}

.p-mail_label {
  background-color: #1475de;
  color: #fff;
  border-radius: 8px 8px 0 0;
  padding: 8px 30px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 2;
  font-size: 0.875rem;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
  font-weight: bold;
}

.p-mail {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e7e7e7;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  position: relative;
  overflow: hidden;
}

.p-mail::before {
  content: '';
  background-color: #D5EAF9;
  display: inline-block;
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.p-mail_label + .p-mail {
  border-radius: 0 8px 8px 8px;
  margin-top: 0;
}

.p-mail_label + .p-mail::before {
  background-color: #1475de;
  width: 100%;
  height: 3px;
}

.p-mail_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.p-mail_icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #D5EAF9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-mail_title {
  font-size: 1.25rem;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-mail_option {
  font-size: 0.875rem;
}

.p-mail_input {
  background-color: #fff;
}

.p-mail_input:focus-visible, .p-mail_input:focus-within {
  outline-color: #005DC1;
}

.p-mail_btn {
  background: #fff;
  border: 1px solid #1475de;
  color: #1475de;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  padding: 6px 40px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px 0;
  margin: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  max-width: 100%;
}

.p-mail_btn:hover {
  color: #005DC1;
  border: 1px solid #005DC1;
  background: #E7F3FF;
}

.p-mail_btn:focus-visible, .p-mail_btn:focus-within {
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 2px #fff;
  outline-offset: 2px;
  outline: 2px solid;
}

.p-mail_confirmation {
  background-color: #F3FAFF;
  border: 1px solid #1475de;
  border-radius: 8px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

.p-mail_confirmation_steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.p-mail_confirmation_step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 15px;
  gap: 5px;
  font-size: 0.875rem;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-mail_confirmation_step--completed {
  background-color: #D9D9D9;
  position: relative;
}

.p-mail_confirmation_step--completed::after {
  content: "";
  position: absolute;
  display: none;
  width: 7px;
  height: 12px;
  background-image: url(../../images/icon/next_gray.svg);
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  bottom: -15px;
  -webkit-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
}

.p-mail_confirmation_step--current {
  background-color: #1475de;
  position: relative;
}

.p-mail_confirmation_step--current .p-mail_confirmation_step_text {
  color: #fff;
}

.p-mail_confirmation_step--current::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 10px;
  border-color: transparent transparent transparent #D9D9D9;
}

.p-mail_confirmation_step_number {
  background-color: #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.62rem;
  font-weight: bold;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 16px;
}

.p-mail_confirmation_step--completed .p-mail_confirmation_step_number {
  color: #333;
}

.p-mail_confirmation_step--current .p-mail_confirmation_step_number {
  color: #1475de;
}

.p-mail_confirmation_title {
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
  font-weight: bold;
  margin-bottom: 5px;
}

.p-mail_confirmation_text {
  font-size: 0.875rem;
}

@media screen and (max-width: 1382px) {
  .l-c-result--error .p-mail {
    max-width: 500px;
  }
}

@media screen and (max-width: 1150px) {
  .p-mail_confirmation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .p-mail_confirmation_steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    gap: 17px;
  }
  .p-mail_confirmation_step {
    width: 100%;
    border-radius: 8px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding: 5px 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .p-mail_confirmation_step--completed::after {
    display: block;
  }
  .p-mail_confirmation_step--current::before {
    display: none;
  }
  .p-detail_content_wrap .p-mail_confirmation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-detail_content_wrap .p-mail_confirmation_steps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 30px;
    gap: 0;
  }
  .p-detail_content_wrap .p-mail_confirmation_step {
    width: auto;
    border-radius: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding: 0 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .p-detail_content_wrap .p-mail_confirmation_step--completed::after {
    display: none;
  }
  .p-detail_content_wrap .p-mail_confirmation_step--current::before {
    display: block;
  }
}

@media screen and (max-width: 560px) {
  .p-detail_content_wrap .p-mail_confirmation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .p-detail_content_wrap .p-mail_confirmation_steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    gap: 17px;
  }
  .p-detail_content_wrap .p-mail_confirmation_step {
    width: 100%;
    border-radius: 8px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding: 5px 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .p-detail_content_wrap .p-mail_confirmation_step--completed::after {
    display: block;
  }
  .p-detail_content_wrap .p-mail_confirmation_step--current::before {
    display: none;
  }
}

.p-salarySlider_wrap {
  background-color: #f7f7f7;
  border-radius: 8px;
  padding: 20px;
}

.p-salarySlider_content_wrap {
  width: calc(100% - 30px);
  margin: 0 auto 20px auto;
}

.p-salarySlider_numBox_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

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

.p-salarySlider_numBox {
  position: relative;
  width: 100%;
}

.p-salarySlider_num[type=number] {
  position: relative;
  width: 100%;
  background-color: #fff;
}

.p-salarySlider_num[type=number]:not(:focus):disabled {
  background-color: #f7f7f7;
  color: transparent;
}

.p-salarySlider_num[type=number]:not(:focus) {
  color: transparent;
}

.p-salarySlider_num[type=number]:focus {
  z-index: 5;
}

.p-salarySlider_numText {
  position: absolute;
  top: calc(50% - 9px);
  left: 16px;
  display: inline-block;
  background: transparent;
  width: 100%;
  pointer-events: none;
  z-index: 4;
}

.p-salarySlider_num[type=number]:not(:focus):disabled + .p-salarySlider_numText {
  display: none;
}

.noUi-target {
  height: 7px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.noUi-connects {
  background: #aaa;
}

.noUi-connect {
  background: #009DB8;
}

.noUi-horizontal .noUi-handle {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  top: -13px;
  border: 1px solid #aaa;
  left: calc(100% - 15px);
}

.noUi-handle:before, .noUi-handle:after {
  content: none;
}

.noUi-touch-area {
  cursor: pointer;
}

.noUi-target[disabled] .noUi-touch-area {
  cursor: default;
}

.u-m0 {
  margin: 0 !important;
}

.u-m10 {
  margin: 10px !important;
}

.u-mtb10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt8 {
  margin-top: 8px !important;
}

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

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt25 {
  margin-top: 25px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt120 {
  margin-top: 120px;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mb3 {
  margin-bottom: 3px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

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

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mr10 {
  margin-right: 10px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-ml-auto {
  margin-left: auto !important;
}

.u-pd5 {
  padding: 5px;
}

.u-pd20 {
  padding: 20px;
}

.u-pd15 {
  padding: 15px;
}

.u-pd10 {
  padding: 10px;
}

.u-pdt0 {
  padding-top: 0;
}

.u-pdt5 {
  padding-top: 5px;
}

.u-pdt10 {
  padding-top: 10px;
}

.u-pdt15 {
  padding-top: 15px;
}

.u-pdb0 {
  padding-bottom: 0px;
}

.u-pdb5 {
  padding-bottom: 5px;
}

.u-pdb10 {
  padding-bottom: 10px;
}

.u-pdb15 {
  padding-bottom: 15px;
}

.u-pdl10 {
  padding-left: 10px;
}

.u-pdl15 {
  padding-left: 15px;
}

.u-fs10 {
  font-size: 0.62rem;
}

.u-fs11 {
  font-size: 0.6875rem;
}

.u-fs12 {
  font-size: 0.75rem;
}

.u-fs13 {
  font-size: 0.8125rem;
}

.u-fs14 {
  font-size: 0.875rem;
}

.u-fs16 {
  font-size: 1rem;
}

.u-fs18 {
  font-size: 1.125rem;
}

.u-fs20 {
  font-size: 1.25rem;
}

.u-fw_b {
  font-weight: bold;
}

.u-fw_n {
  font-weight: normal;
}

.u-ta_c {
  text-align: center;
}

.u-ta_r {
  text-align: right;
}

.u-ta_l {
  text-align: left;
}

.u-td_n {
  text-decoration: none;
}

.u-link-regular {
  color: #037acc;
}

.u-link-regular_line {
  color: #037acc;
  text-decoration: underline;
}

.u-dip_ib {
  display: inline-block;
}

.u-dip_table {
  display: table;
}

.u-dip_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-pos_r {
  position: relative;
}

.u-color-gray {
  color: #707070;
}

.u-color-gray_2 {
  color: #606060;
}

.u-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.u-preline {
  white-space: pre-line;
}
