/* 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");
}

.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-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-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-privacy_toc {
  margin-top: 20px;
  margin-bottom: 10px;
}

.p-privacy_toc_item {
  color: #037acc;
}

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

.p-privacy_detail .c-title--2 {
  margin-bottom: 20px;
}

.p-privacy_detail .c-title--3 {
  margin-bottom: 20px;
}

.p-privacy_detail .c-title--4 {
  margin-bottom: 5px;
}

.p-privacy_lines {
  margin-bottom: 20px;
  font-size: 0.9375rem;
}

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

.p-privacy_list_wrap {
  margin-left: 15px;
}

.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;
}

.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;
}
