/* color */
/* shadow */
/* responsive */
/* font */
/* text cutting */
/* mask */
/* flex */
/* grid */
/* position */
/********** layouts **********/
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: #f5f5f5;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

/********** layouts **********/
/********** layouts **********/
html,
body {
  width: 100%;
  height: 100%;
}

/* frame */
#wrap {
  min-height: -webkit-fill-available;
  margin: auto;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
}
#wrap #frame_aside {
  z-index: 2;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 425px;
  margin-right: 100px;
  background: #1a1a1a;
  text-align: center;
}
#wrap #frame_aside .inner {
  position: fixed;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 425px;
  padding-top: 80px;
  overflow-y: auto;
}
#wrap #frame_aside .inner .welcome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -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;
}
#wrap #frame_aside .inner .welcome h3 {
  color: #fff;
  font-size: 50px;
  line-height: 56px;
  font-weight: 700;
}
#wrap #frame_aside .inner .welcome p {
  margin-top: 20px;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
}
#wrap #frame_aside .inner .agent {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 345px;
  height: 354px;
  margin-top: 80px;
  background: transparent;
  border: 2px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2a2a2a), to(#2a2a2a)), -webkit-gradient(linear, left top, right bottom, from(rgba(170, 170, 170, 0.4)), to(rgba(221, 221, 221, 0)));
  background-image: linear-gradient(#2a2a2a, #2a2a2a), linear-gradient(to bottom right, rgba(170, 170, 170, 0.4), rgba(221, 221, 221, 0));
  background-origin: border-box;
  background-clip: content-box, border-box;
  border-radius: 50px;
}
#wrap #frame_aside .inner .agent .before p {
  margin-top: 30px;
  color: #dddddd;
  font-size: 20px;
  line-height: 32px;
}
#wrap #frame_aside .inner .agent .after h5 {
  margin-top: 40px;
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
}
#wrap #frame_aside .inner .agent .after p {
  margin-top: 14px;
  color: #888888;
  font-size: 18px;
  line-height: 26px;
}
#wrap #frame_aside .inner > .logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 150px;
  height: 20px;
  margin: 160px auto 60px;
  background: url(../../imgs/front/common/logo.svg) no-repeat center center;
  background-size: 150px auto;
  text-indent: -999em;
}
@media (min-width: 1013px) {
  #wrap #frame_aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#wrap #frame_container {
  z-index: 2;
  width: 100%;
  word-break: break-all;
  overflow-x: hidden;
}

/* screen_container */
.screen_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: #fff;
}

/* container */
#container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

/********** layouts **********/
/********** components **********/
/* header */
#header {
  width: 100%;
}
#header .inner {
  height: 65px;
  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;
}
#header .inner .page_title {
  width: calc(100% - 120px);
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#header .inner .back-btn {
  position: absolute;
  top: 50%;
  left: 16px;
  z-index: 2;
  width: 24px;
  height: 40px;
  margin-top: -20px;
  background: url(../../imgs/front/common/icon_back.png) no-repeat center center;
  background-size: 18px 13px;
  text-indent: -999em;
}
#header .inner .menu {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 25px;
  height: 26px;
  margin-top: -13px;
  background: url(../../imgs/front/common/icon_main_menu.png) no-repeat center center;
  background-size: 25px 26px;
  text-indent: -999em;
}
#header .inner .modify-btn {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 21px;
  height: 30px;
  margin-top: -15px;
  background: url(../../imgs/front/common/icon_menu_list08.png) no-repeat center center;
  background-size: 21px 20px;
  text-indent: -999em;
}

/* footer */
#footer {
  margin-top: 40px;
}
#footer .inner {
  padding: 40px 20px;
  background: #111111;
}
#footer .inner > h2 {
  color: #888888;
  font-size: 15px;
  line-height: 22px;
}
#footer .inner address {
  width: 100%;
  min-width: 270px;
  margin-top: 18px;
}
#footer .inner address dl {
  font-size: 0px;
  word-break: keep-all;
}
#footer .inner address dl dt {
  display: inline;
  margin-right: 6px;
  color: #666666;
  font-size: 12px;
  line-height: 20px;
}
#footer .inner address dl dd {
  display: inline;
  color: #666666;
  font-size: 12px;
  line-height: 20px;
}
#footer .inner address dl dd .pop--number {
  margin-left: 5px;
  text-decoration: underline;
}
#footer .inner address p {
  color: #666666;
  font-size: 12px;
  line-height: 20px;
}
#footer .inner .fnb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 18px;
}
#footer .inner .fnb li {
  position: relative;
  padding-right: 18px;
}
#footer .inner .fnb li:after {
  position: absolute;
  top: 50%;
  right: 8px;
  z-index: 1;
  width: 2px;
  height: 2px;
  margin-top: -1px;
  background: #444444;
  border-radius: 50%;
  content: "";
}
#footer .inner .fnb li:last-child {
  padding-right: 0px;
}
#footer .inner .fnb li:last-child:after {
  display: none;
}
#footer .inner .fnb li a {
  color: #666666;
  font-size: 13px;
  line-height: 18px;
}

/* gnb */
#gnb {
  position: fixed;
  bottom: 0px;
  z-index: 10;
  width: 100%;
  height: 60px;
  background: #fff;
  border-top: 1px solid #e5e5e5;
  text-align: center;
}
#gnb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
#gnb ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#gnb ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding-top: 5px;
  color: #000;
  font-size: 11px;
  line-height: 13px;
  font-weight: 700;
}
#gnb ul li a .icon {
  width: 100%;
  height: 34px;
}
#gnb ul li.stat a .icon {
  background: url(../../imgs/front/common/icon_menu_list02.svg) no-repeat center top 6px;
  background-size: auto 20px;
}
#gnb ul li.contract a .icon {
  background: url(../../imgs/front/common/icon_menu_list03.svg) no-repeat center top 6px;
  background-size: auto 20px;
}
#gnb ul li.notice a .icon {
  background: url(../../imgs/front/common/icon_menu_list04.svg) no-repeat center top 6px;
  background-size: auto 20px;
}
#gnb ul li.photo a .icon {
  background: url(../../imgs/front/common/icon_menu_list06.svg) no-repeat center top 6px;
  background-size: auto 20px;
}
#gnb ul li.voc a .icon {
  background: url(../../imgs/front/common/icon_menu_list07.svg) no-repeat center top 6px;
  background-size: auto 20px;
}

/* fc */
.fc-primary {
  color: #ff375f;
}
.fc-gray01 {
  color: #dddddd;
}
.fc-gray02 {
  color: #444444;
}
.fc-gray03 {
  color: #666666;
}
.fc-gray04 {
  color: #888888;
}

/* btn */
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 12px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #222222;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
}
.btn.type_white {
  background: #fff;
  border-color: #fff;
}
.btn.type_white.disabled, .btn.type_white:disabled {
  background: #2a2a2a;
  border-color: #2a2a2a;
  color: rgba(255, 255, 255, 0.12);
  cursor: not-allowed;
  pointer-events: none;
}
.btn.type_white_line {
  background: #1a1a1a;
  border-color: #fff;
  color: #fff;
}
.btn.type_white_line:disabled {
  background: #2a2a2a;
  border-color: #444444;
  color: #444444;
  cursor: not-allowed;
  pointer-events: none;
}
.btn.type_black {
  background: #2a2a2a;
  border-color: #2a2a2a;
  color: #dddddd;
}
.btn.type_black.disabled, .btn.type_black:disabled {
  background: #2a2a2a;
  border-color: #2a2a2a;
  color: rgba(255, 255, 255, 0.12);
  cursor: not-allowed;
  pointer-events: none;
}
.btn.type_black_line {
  background: transparent;
  border-color: #2a2a2a;
  color: #2a2a2a;
}
.btn.type_black_line:disabled {
  background: #2a2a2a;
  border-color: #444444;
  color: #444444;
  cursor: not-allowed;
  pointer-events: none;
}
.btn.type_primary {
  background: #e60012;
  border-color: #e60012;
  color: #fff;
}
.btn.type_primary.disabled, .btn.type_primary:disabled {
  background: #2a2a2a;
  border-color: #2a2a2a;
  color: rgba(255, 255, 255, 0.12);
  cursor: not-allowed;
  pointer-events: none;
}
.btn.type_primary_line {
  background: transparent;
  border-color: #e60012;
  color: #e60012;
}
.btn.type_primary_line:disabled {
  background: #2a2a2a;
  border-color: #444444;
  color: #444444;
  cursor: not-allowed;
  pointer-events: none;
}
.btn.type_gray {
  background: #707070;
  border-color: #707070;
  color: #fff;
}
.btn.type_gray.disabled, .btn.type_gray:disabled {
  background: #2a2a2a;
  border-color: #2a2a2a;
  color: rgba(255, 255, 255, 0.12);
  cursor: not-allowed;
  pointer-events: none;
}
.btn.type_gray_line {
  background: #fff;
  border-color: #707070;
  color: #393939;
}
.btn.type_gray_line:disabled {
  background: #2a2a2a;
  border-color: #444444;
  color: #444444;
  cursor: not-allowed;
  pointer-events: none;
}
.btn.size_large {
  padding: 13px 20px;
  border-radius: 6px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 800;
}
.btn.size_full {
  width: 100%;
  padding: 13px 20px;
  border-radius: 6px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 800;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* toggle_item */
.toggle_item {
  display: inline-block;
}
.toggle_item > input {
  display: none;
}
.toggle_item > input + label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 20px;
  padding: 0px 2px;
  background: #888;
  border-radius: 10px;
  font-size: 0px;
  text-indent: -999em;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.toggle_item > input + label:before {
  display: block;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
}
.toggle_item > input:checked + label {
  background: #e60012;
}
.toggle_item > input:checked + label:before {
  margin-left: 20px;
}

/* check_item */
.check_item {
  display: inline-block;
}
.check_item > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px 10px;
}
.check_item > label input {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0px;
  background: url(../../imgs/front/common/icon_check_off.png) no-repeat center left;
  border: none;
}
.check_item > label input + p {
  color: #888888;
  font-size: 15px;
  line-height: 22px;
}
.check_item > label input:checked {
  background: url(../../imgs/front/common/icon_check_on.png) no-repeat center left;
}
.check_item > label input:checked + p {
  color: #fff;
}
.check_item > input {
  display: none;
}
.check_item > input + label {
  padding: 0px 0px 0px 26px;
  background: url(../../imgs/front/common/icon_check_off.png) no-repeat center left;
  background-size: 18px 18px;
  color: #221715;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
}
.check_item > input:checked + label {
  background: url(../../imgs/front/common/icon_check_on.png) no-repeat center left;
  background-size: 18px 18px;
}
.check_item.v2 > input {
  display: none;
}
.check_item.v2 > input + label {
  background: url(../../imgs/front/common/icon_check_off_v2.png) no-repeat center left;
  background-size: 18px 18px;
}
.check_item.v2 > input:checked + label {
  background: url(../../imgs/front/common/icon_check_on.png) no-repeat center left;
  background-size: 18px 18px;
}

/* radio_item */
.radio_item {
  display: inline-block;
}
.radio_item > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px 10px;
}
.radio_item > label input {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0px;
  background: url(../../imgs/front/common/icon_radio_off.png) no-repeat center left;
  border: none;
}
.radio_item > label input + p {
  color: #888888;
  font-size: 15px;
  line-height: 22px;
}
.radio_item > label input:checked {
  background: url(../../imgs/front/common/icon_radio_on.png) no-repeat center left;
}
.radio_item > label input:checked + p {
  color: #fff;
}
.radio_item > input {
  display: none;
}
.radio_item > input + label {
  padding: 0px 0px 0px 26px;
  background: url(../../imgs/front/common/icon_radio_off.png) no-repeat center left;
  background-size: 20px 20px;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.radio_item > input:checked + label {
  background: url(../../imgs/front/common/icon_radio_on.png) no-repeat center left;
  background-size: 20px 20px;
}

.check_item_group,
.radio_item_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0px 12px;
}

/* select_box */
.select_box.size_small > button {
  width: 100%;
  max-width: 120px;
  padding-right: 18px;
  color: #888888;
  font-size: 13px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select_box.size_small > button:after {
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 1;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background: url(../../imgs/front/common/icon_arrow_down_02.svg) no-repeat center center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  content: "";
}
.select_box.size_small .select_list {
  position: absolute;
  top: -9999px;
  right: -9999px;
  z-index: 6;
  min-width: 100%;
  max-height: 208px;
  padding: 13px;
  background: #111111;
  border: 1px solid #444444;
  border-radius: 10px;
  overflow-y: auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.select_box.size_small .select_list ul li {
  margin-top: 14px;
}
.select_box.size_small .select_list ul li:first-child {
  margin-top: 0px;
}
.select_box.size_small .select_list ul li button {
  display: block;
  width: 100%;
  color: #dddddd;
  font-size: 13px;
  line-height: 18px;
  text-align: left;
  white-space: nowrap;
}
.select_box.size_small .select_list ul li.selected button {
  color: #ff375f;
  font-weight: 700;
}
.select_box.size_small.open > button:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.select_box.size_small.open .select_list {
  top: 24px;
  right: 0px;
  opacity: 1;
}
.select_box.size_small.open.opening .select_list {
  opacity: 1;
}
.select_box.size_small.open.exiting > button:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.select_box.size_small.open.exiting .select_list {
  opacity: 0;
}
.select_box.size_large > button {
  width: 100%;
  height: 50px;
  padding: 0px 16px;
  background: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.select_box.size_large > button:after {
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 1;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: url(../../imgs/front/common/icon_select_box_arrow.png) no-repeat center center;
  background-size: 12px 7px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  content: "";
}
.select_box.size_large .select_list {
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 6;
  min-width: 100%;
  max-height: 180px;
  background: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  overflow-y: auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.select_box.size_large .select_list ul li button {
  display: block;
  width: 100%;
  padding: 14px 15px;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}
.select_box.size_large .select_list ul li.selected button {
  color: #e60012;
}
.select_box.size_large.placeholder > button {
  color: #000;
}
.select_box.size_large.open > button:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.select_box.size_large.open .select_list {
  top: 50px;
  left: 0px;
  opacity: 1;
}
.select_box.size_large.open.opening .select_list {
  opacity: 1;
}
.select_box.size_large.open.exiting > button:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.select_box.size_large.open.exiting .select_list {
  opacity: 0;
}
.select_box_target {
  display: none;
}

/* input_box */
.input_box input[type=text],
.input_box input[type=password],
.input_box input[type=email],
.input_box input[type=tel] {
  width: 100%;
  height: 50px;
  padding: 0px 16px;
  background: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.input_box input[type=text]::-webkit-input-placeholder, .input_box input[type=password]::-webkit-input-placeholder, .input_box input[type=email]::-webkit-input-placeholder, .input_box input[type=tel]::-webkit-input-placeholder {
  color: #888888;
}
.input_box input[type=text]::-moz-placeholder, .input_box input[type=password]::-moz-placeholder, .input_box input[type=email]::-moz-placeholder, .input_box input[type=tel]::-moz-placeholder {
  color: #888888;
}
.input_box input[type=text]:-ms-input-placeholder, .input_box input[type=password]:-ms-input-placeholder, .input_box input[type=email]:-ms-input-placeholder, .input_box input[type=tel]:-ms-input-placeholder {
  color: #888888;
}
.input_box input[type=text]::-ms-input-placeholder, .input_box input[type=password]::-ms-input-placeholder, .input_box input[type=email]::-ms-input-placeholder, .input_box input[type=tel]::-ms-input-placeholder {
  color: #888888;
}
.input_box input[type=text]::placeholder,
.input_box input[type=password]::placeholder,
.input_box input[type=email]::placeholder,
.input_box input[type=tel]::placeholder {
  color: #888888;
}
.input_box input[type=text]:-webkit-autofill,
.input_box input[type=password]:-webkit-autofill,
.input_box input[type=email]:-webkit-autofill,
.input_box input[type=tel]:-webkit-autofill {
  border-color: #dddddd;
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
  -webkit-text-fill-color: #221715 !important;
}
.input_box input[type=text]:focus,
.input_box input[type=password]:focus,
.input_box input[type=email]:focus,
.input_box input[type=tel]:focus {
  border-color: #000;
}
.input_box input[type=text]:disabled,
.input_box input[type=password]:disabled,
.input_box input[type=email]:disabled,
.input_box input[type=tel]:disabled {
  background: #f5f5f5;
  border: 1px solid #c5c5c5;
  color: #888888;
}
.input_box input[type=text]:-moz-read-only, .input_box input[type=password]:-moz-read-only, .input_box input[type=email]:-moz-read-only, .input_box input[type=tel]:-moz-read-only {
  background: #f6f6f6;
  cursor: not-allowed;
}
.input_box input[type=text]:read-only,
.input_box input[type=password]:read-only,
.input_box input[type=email]:read-only,
.input_box input[type=tel]:read-only {
  background: #f6f6f6;
  cursor: not-allowed;
}
.input_box input[type=text].has_value:not(:-moz-read-only) + .reset_btn, .input_box input[type=password].has_value:not(:-moz-read-only) + .reset_btn, .input_box input[type=email].has_value:not(:-moz-read-only) + .reset_btn, .input_box input[type=tel].has_value:not(:-moz-read-only) + .reset_btn {
  opacity: 1;
  cursor: pointer;
}
.input_box input[type=text].has_value:not(:read-only) + .reset_btn,
.input_box input[type=password].has_value:not(:read-only) + .reset_btn,
.input_box input[type=email].has_value:not(:read-only) + .reset_btn,
.input_box input[type=tel].has_value:not(:read-only) + .reset_btn {
  opacity: 1;
  cursor: pointer;
}
.input_box input[type=text].ui--datepicker,
.input_box input[type=password].ui--datepicker,
.input_box input[type=email].ui--datepicker,
.input_box input[type=tel].ui--datepicker {
  cursor: pointer;
  background: #1a1a1a url("/static/imgs/front/common/icon_calendar.svg") no-repeat calc(100% - 24px) 50%;
}
.input_box textarea {
  width: 100%;
  height: 200px;
  padding: 13px 15px;
  background: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  resize: none;
}
.input_box textarea::-webkit-input-placeholder {
  color: #888888;
}
.input_box textarea::-moz-placeholder {
  color: #888888;
}
.input_box textarea:-ms-input-placeholder {
  color: #888888;
}
.input_box textarea::-ms-input-placeholder {
  color: #888888;
}
.input_box textarea::placeholder {
  color: #888888;
}
.input_box textarea:focus {
  border-color: #000;
}
.input_box textarea:disabled {
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #888888;
}
.input_box textarea::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background: #f5f5f5;
}
.input_box textarea::-webkit-scrollbar-thumb {
  background: #888888;
  border-radius: 5px;
}

/* input_row */
.input_row > label,
.input_row > .label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}
.input_row > label span,
.input_row > .label span {
  font: inherit;
}
.input_row > label span.required,
.input_row > .label span.required {
  color: #e60012;
}
.input_row.with_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0px 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.input_row.with_btn .input_box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.input_row.with_btn .input_box + .btn {
  width: 90px;
  padding-left: 0px;
  padding-right: 0px;
}
.input_row.with_btn .error,
.input_row.with_btn .hint,
.input_row.with_btn .check_msg {
  width: 100%;
}
.input_row.cert .verfiy-btn {
  display: none;
  position: absolute;
  top: 50%;
  right: 5px;
  z-index: 1;
  margin-top: -20px;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.input_row.jumin .input_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px 4px;
}
.input_row.jumin .input_box input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.input_row.jumin .input_box input[type=password]::-webkit-input-placeholder {
  position: relative;
  top: 4px;
}
.input_row.jumin .input_box input[type=password]::-moz-placeholder {
  position: relative;
  top: 4px;
}
.input_row.jumin .input_box input[type=password]:-ms-input-placeholder {
  position: relative;
  top: 4px;
}
.input_row.jumin .input_box input[type=password]::-ms-input-placeholder {
  position: relative;
  top: 4px;
}
.input_row.jumin .input_box input[type=password]::placeholder {
  position: relative;
  top: 4px;
}
.input_row.jumin .input_box span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #888888;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}
.input_row.emergency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0px 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.input_row.emergency .select_box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 110px;
}
.input_row.emergency .input_box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.input_row.bankacc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0px 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.input_row.bankacc .select_box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 130px;
}
.input_row.bankacc .input_box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.input_row.disability .label {
  margin-bottom: 15px;
  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;
}
.input_row.disability .file_box {
  display: none;
}
.input_row.disability .file_box input {
  display: none;
}
.input_row.disability .file_box label {
  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;
  gap: 0px 5px;
}
.input_row.disability .file_box label p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding: 0px 15px;
  background: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  color: #888888;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.input_row.disability .file_box label span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95px;
  height: 40px;
  background: #000;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.input_row.range .input_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px 2px;
}
.input_row.range .input_box input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.input_row.range .input_box span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #888888;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}

/* input_row_group */
.input_row_group .input_row {
  margin-top: 25px;
}
.input_row_group .input_row + .cling {
  margin-top: 8px;
}
.input_row_group .input_row:first-child {
  margin-top: 0px !important;
}

/* btn_row */
.btn_row {
  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;
  gap: 0px 8px;
}
.btn_row a,
.btn_row button,
.btn_row input[type=submit] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* btn_row_group */
.btn_row_group {
  margin-top: 40px;
}
.btn_row_group .btn_row {
  margin-top: 10px;
}
.btn_row_group .btn_row:first-child {
  margin-top: 0px !important;
}

/* paging */
.paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0px;
}
.paging .btns {
  width: 40px;
  height: 40px;
  text-indent: -999em;
}
.paging .btns.prev {
  background: url(../../imgs/front/common/icon_arrow_left_s.svg) no-repeat center center;
}
.paging .btns.next {
  background: url(../../imgs/front/common/icon_arrow_right_s.svg) no-repeat center center;
}
.paging ol {
  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;
}
.paging ol li a {
  display: block;
  width: 40px;
  height: 40px;
  padding: 10px 5px;
  color: #444444;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}
.paging ol li a.stay {
  color: #ff375f;
  font-weight: 700;
}

/********** components **********/
/********** layer **********/
/* ux_toast_alert */
#ux_toast_alert {
  position: fixed;
  top: 0px;
  z-index: 300;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 488px;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
#ux_toast_alert:before, #ux_toast_alert:after {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  content: "";
}
#ux_toast_alert .inner {
  width: calc(100% - 80px);
  margin: 80px auto;
  padding: 20px;
  background: #1a1a1a;
  border: 1px solid #222222;
  border-radius: 10px;
}
#ux_toast_alert .inner p {
  color: #dddddd;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

/* layerpop_full */
.layerpop_full {
  position: fixed;
  top: 0px;
  z-index: 200;
  width: 100%;
  max-width: 488px;
  height: 100%;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  opacity: 0;
}
.layerpop_full.slide_up {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.layerpop_full.slide_left {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.layerpop_full.slide_down {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.layerpop_full.slide_right {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.layerpop_full.opening {
  opacity: 1;
}
.layerpop_full.opening.slide_up, .layerpop_full.opening.slide_down {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.layerpop_full.opening.slide_left, .layerpop_full.opening.slide_right {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.layerpop_full.opening.exiting {
  opacity: 0;
}
.layerpop_full.opening.exiting.slide_up {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.layerpop_full.opening.exiting.slide_left {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.layerpop_full.opening.exiting.slide_down {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.layerpop_full.opening.exiting.slide_right {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.layerpop_full > .topper {
  position: absolute;
  top: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 65px;
  background: rgba(26, 26, 26, 0.9);
}
.layerpop_full > .topper h5 {
  width: calc(100% - 120px);
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.layerpop_full > .topper .back-btn {
  position: absolute;
  top: 50%;
  left: 16px;
  z-index: 2;
  width: 24px;
  height: 40px;
  margin-top: -20px;
  background: url(../../imgs/front/common/icon_back.png) no-repeat center center;
  background-size: 18px 13px;
  text-indent: -999em;
}
.layerpop_full > .topper .close-btn {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 2;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: url(../../imgs/front/common/icon_top_close.svg) no-repeat center center;
  text-indent: -999em;
}
.layerpop_full > .topper + .layer_container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  overflow: auto;
}
.layerpop_full > .topper + .layer_container .inner {
  padding-top: 60px;
}
.layerpop_full#logout_pop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(0, 0, 0, 0.3);
}
.layerpop_full#logout_pop:before, .layerpop_full#logout_pop:after {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  content: "";
}
.layerpop_full#logout_pop .layer_container {
  width: 315px;
  background: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 10px;
}
.layerpop_full#logout_pop .layer_container .topper {
  display: none;
}
.layerpop_full#logout_pop .layer_container .layer_content {
  padding: 32px 20px 20px;
}
.layerpop_full#logout_pop .layer_container .layer_content > p {
  color: #000;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
}
.layerpop_full#logout_pop .layer_container .layer_content .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0px 5px;
  margin-top: 30px;
}
.layerpop_full#logout_pop .layer_container .layer_content .btn_box button,
.layerpop_full#logout_pop .layer_container .layer_content .btn_box a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.layerpop_full#menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  background: #fff;
}
.layerpop_full#menu_list .topper {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  backdrop-filter: blur(0px);
}
.layerpop_full#menu_list .layer_container .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  padding: 0px 16px;
}
.layerpop_full#menu_list .layer_container .inner .profile_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px 16px;
  width: 100%;
  padding: 10px;
  background: #fbfbfb;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}
.layerpop_full#menu_list .layer_container .inner .profile_box .thumb {
  width: 120px;
  height: 120px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  overflow: hidden;
}
.layerpop_full#menu_list .layer_container .inner .profile_box .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.layerpop_full#menu_list .layer_container .inner .profile_box .text h6 {
  color: #000;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}
.layerpop_full#menu_list .layer_container .inner .profile_box .text p {
  color: #000;
  font-size: 13px;
  line-height: 18px;
}
.layerpop_full#menu_list .layer_container .inner ul {
  width: 100%;
  margin-top: 10px;
}
.layerpop_full#menu_list .layer_container .inner ul li {
  border-bottom: 1px solid #c5c5c5;
}
.layerpop_full#menu_list .layer_container .inner ul li a, .layerpop_full#menu_list .layer_container .inner ul li button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px 10px;
  width: 100%;
  height: 50px;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.layerpop_full#menu_list .layer_container .inner ul li a:after, .layerpop_full#menu_list .layer_container .inner ul li button:after {
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 2;
  width: 7px;
  height: 12px;
  margin-top: -6px;
  background: url("../../imgs/front/common/icon_menu_arrow.png") no-repeat center center;
  background-size: auto 12px;
  content: "";
}
.layerpop_full#menu_list .layer_container .inner ul li a .icon img, .layerpop_full#menu_list .layer_container .inner ul li button .icon img {
  width: 20px;
}
.layerpop_full#menu_list .layer_container .inner .area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.layerpop_full#menu_list .layer_container .inner .foot_box {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 30px 0px 24px 0px;
}
.layerpop_full#menu_list .layer_container .inner .foot_box h2 {
  width: 138px;
  height: 24px;
  background: url(../../imgs/front/common/menu_logo.png) no-repeat center center;
  background-size: auto 24px;
  text-indent: -999em;
}
.layerpop_full#menu_list .layer_container .inner .foot_box p {
  margin-top: 10px;
  color: #888888;
  font-size: 11px;
  line-height: 16px;
  font-weight: 300;
}
.layerpop_full#menu_list .layer_container .inner .foot_box p strong {
  font-weight: 700;
}
.layerpop_full#health_check {
  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;
  max-width: 100%;
  padding: 0px 20px;
  background: rgba(0, 0, 0, 0.3);
}
.layerpop_full#health_check .layer_container {
  width: 100%;
  max-width: 408px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
}
.layerpop_full#health_check .layer_container .inner {
  padding: 40px 25px 25px;
}
.layerpop_full#health_check .layer_container .inner > .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  width: 23px;
  height: 23px;
  background: url(../../imgs/front/common/icon_privacy_close.png) no-repeat center center;
  background-size: 23px 23px;
  text-indent: -999em;
  overflow: hidden;
}
.layerpop_full#health_check .layer_container h4 {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.layerpop_full#health_check .layer_container p {
  margin-top: 16px;
  color: #000;
  font-size: 12px;
  line-height: 16px;
}
.layerpop_full#health_check .layer_container h6 {
  color: #000;
  font-size: 14px;
  line-height: 16px;
}
.layerpop_full#health_check .layer_container h6 strong {
  font-weight: 700;
}
.layerpop_full#health_check .layer_container .form_box {
  margin-top: 24px;
}
.layerpop_full#health_check .layer_container .form_box .radio_item_group {
  display: block;
}
.layerpop_full#health_check .layer_container .form_box .radio_item_group .radio_item {
  display: block;
}
.layerpop_full#health_check .layer_container .form_box .radio_item_group .radio_item + .radio_item {
  margin-top: 12px;
}
.layerpop_full#health_check .layer_container .form_box .radio_item_group .radio_item input + label {
  background-size: 18px 18px;
  font-size: 12px;
}
.layerpop_full#health_check .layer_container .form_box .etc_box {
  margin-top: 8px;
}
.layerpop_full#health_check .layer_container .form_box .etc_box textarea {
  width: 100%;
  height: 100px;
  padding: 12px 16px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  color: #000;
  font-size: 12px;
  line-height: 16px;
  resize: none;
}
.layerpop_full#health_check .layer_container .form_box .etc_box textarea::-webkit-input-placeholder {
  color: #888888;
}
.layerpop_full#health_check .layer_container .form_box .etc_box textarea::-moz-placeholder {
  color: #888888;
}
.layerpop_full#health_check .layer_container .form_box .etc_box textarea:-ms-input-placeholder {
  color: #888888;
}
.layerpop_full#health_check .layer_container .form_box .etc_box textarea::-ms-input-placeholder {
  color: #888888;
}
.layerpop_full#health_check .layer_container .form_box .etc_box textarea::placeholder {
  color: #888888;
}
.layerpop_full#health_check .layer_container .form_box .etc_box textarea:-moz-read-only {
  background: #f5f5f5;
}
.layerpop_full#health_check .layer_container .form_box .etc_box textarea:read-only {
  background: #f5f5f5;
}
.layerpop_full#health_check .layer_container .btn_row_group {
  margin-top: 10px;
}
.layerpop_full#img_view {
  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;
  max-width: 100%;
  padding: 0px 20px;
  background: rgba(0, 0, 0, 0.3);
}
.layerpop_full#img_view .layer_container {
  width: 100%;
  max-width: 408px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  overflow: hidden;
}
.layerpop_full#img_view .layer_container .img_box {
  width: 100%;
  height: 100%;
}
.layerpop_full#img_view .layer_container .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/********** layer **********/
/********** modal **********/
.modal {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.3);
}
.modal.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal .modal__container {
  width: calc(100% - 60px);
  min-width: 315px;
  max-width: 408px;
  max-height: 80vh;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
}
.modal .modal__container .modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flen;
      -ms-flex-pack: flen;
          justify-content: flen;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 8px;
  height: 56px;
  color: #dddddd;
  font-size: 18px;
  line-height: 100%;
  font-weight: 600;
  text-align: center;
}
.modal .modal__container .modal__header .modal__title {
  width: 100%;
}
.modal .modal__container .modal__header .modal__title.title__left {
  padding-left: 20px;
  text-align: left;
}
.modal .modal__container .modal__header .modal__btn--close {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: auto;
  width: 23px;
  height: 23px;
  background: url(../../imgs/front/common/icon_privacy_close.png) no-repeat center center;
  background-size: 23px 23px;
  text-indent: -999em;
  overflow: hidden;
}
.modal .modal__container .modal__content--action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 8px 20px 32px;
  gap: 20px;
}
.modal .modal__container .modal__content--action.p24 {
  padding: 24px 20px;
}
.modal .modal__container .modal__content--action .modal__content--info {
  width: 100%;
  padding: 20px;
  background-color: #0a0a0a;
  border-radius: 6px;
  text-align: center;
}
.modal .modal__container .modal__content--action .modal__content--info h3 {
  color: #e60012;
  font-size: 14px;
  line-height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
}
.modal .modal__container .modal__content--action .modal__content--info h3 span:not(:first-child)::before {
  content: "";
  display: inline-block;
  margin: 0 10px;
  width: 1px;
  height: 12px;
  background-color: rgba(255, 55, 95, 0.6);
  vertical-align: middle;
}
.modal .modal__container .modal__content--action .modal__content--info p {
  padding-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #dddddd;
  font-size: 15px;
  line-height: 100%;
}
.modal .modal__container .modal__content--action .modal__content--explanation {
  padding: 0 20px;
  text-align: center;
  color: #dddddd;
  font-size: 15px;
  line-height: 1.5em;
}
.modal .modal__container .modal__content--action .modal__content--explanation p {
  font-size: 14px;
  color: #666666;
  margin-top: 20px;
  line-height: 20px;
}
.modal .modal__container.summary--modal .modal__header {
  padding-left: 20px;
  text-align: left;
  color: #888888;
  font-size: 15px;
  line-height: 100%;
}
.modal .modal__container.summary--modal .modal__header .modal__title strong {
  display: inline-block;
  padding-right: 16px;
  color: #e60012;
  font-weight: 700;
}
.modal .modal__container.summary--modal .modal__header .modal__title em {
  color: #fff;
  font-weight: 500;
}
.modal .modal__container.summary--modal .modal__content--action .modal__content--explanation {
  padding: 0;
  text-align: left;
}
.modal .modal__btn--action {
  all: unset;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  border-radius: 0 0 10px 10px;
  background-color: #f52d55;
  cursor: pointer;
}
.modal .modal__btn--area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 20px;
}
.modal .modal__btn--area button {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.modal#login-save-confirm {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 30px;
  background: transparent;
}
.modal#login-save-confirm .modal__container {
  width: 100%;
  min-width: auto;
  background: #e5e5e5;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.modal#login-save-confirm .modal__container .modal__content--action {
  padding: 20px 8px 0px;
}
.modal#login-save-confirm .modal__container .modal__content--action p {
  color: #000;
  font-size: 13px;
  line-height: 13px;
}
.modal#login-save-confirm .modal__container .modal__btn--area {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0px 18px;
}
.modal#login-save-confirm .modal__container .modal__btn--area button {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 78px;
  height: 30px;
  background: #b7b7b7;
  border: none;
  border-radius: 15px;
  color: #fff;
  font-size: 13px;
  line-height: 28px;
  font-weight: 400;
}
.modal#login-save-confirm .modal__container .modal__btn--area button#btnLoginSaveResult {
  background: #444444;
}
.modal#privacy-policy {
  padding: 20px;
}
.modal#privacy-policy .modal__container {
  width: 100%;
  min-width: auto;
}
.modal#privacy-policy .modal__container .modal__header {
  height: auto;
  padding: 10px 10px 0px;
}
.modal#privacy-policy .modal__container .modal__content--action {
  height: 60vh;
  padding: 7px 24px 20px;
  gap: 0px;
  overflow: auto;
}
.modal#privacy-policy .modal__container .modal__content--action h6 {
  width: 100%;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
}
.modal#privacy-policy .modal__container .modal__content--action p {
  margin-top: 16px;
  color: #000;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
.modal#privacy-policy .modal__container .modal__btn--area {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 0px 20px;
}
.modal#privacy-policy .modal__container .modal__btn--area button {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 105px;
  height: 38px;
  background: #000;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
}
.modal#work-edit {
  padding: 20px;
}
.modal#work-edit .modal__container {
  width: 100%;
  min-width: auto;
}
.modal#work-edit .modal__container .modal__header {
  height: auto;
  padding: 10px 10px 0px;
}
.modal#work-edit .modal__container .modal__content--action {
  padding: 7px 20px 10px;
  gap: 0px;
  overflow: auto;
}
.modal#work-edit .modal__container .modal__content--action h6 {
  width: 100%;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
}
.modal#work-edit .modal__container .modal__content--action textarea {
  width: 100%;
  height: 260px;
  margin-top: 16px;
  padding: 16px 14px;
  background: #fbfbfb;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  color: #000;
  font-size: 12px;
  line-height: 16px;
}
.modal#work-edit .modal__container .modal__content--action textarea::-webkit-input-placeholder {
  color: #888888;
}
.modal#work-edit .modal__container .modal__content--action textarea::-moz-placeholder {
  color: #888888;
}
.modal#work-edit .modal__container .modal__content--action textarea:-ms-input-placeholder {
  color: #888888;
}
.modal#work-edit .modal__container .modal__content--action textarea::-ms-input-placeholder {
  color: #888888;
}
.modal#work-edit .modal__container .modal__content--action textarea::placeholder {
  color: #888888;
}
.modal#work-edit .modal__container .modal__btn--area {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 0px 20px;
}
.modal#work-edit .modal__container .modal__btn--area button {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 105px;
  height: 38px;
  background: #fff;
  border: 1px solid #999999;
  border-radius: 5px;
  color: #000;
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
}
.modal#work-edit .modal__container .modal__btn--area button[type=submit] {
  background: #e60012;
  border-color: #e60012;
  color: #fff;
}

/********** custom-alert **********/
.custom-alert {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 30px;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  opacity: 0;
}
.custom-alert.opening {
  opacity: 1;
}
.custom-alert.opening.closing {
  opacity: 0;
}
.custom-alert .custom-alert-wrapper {
  width: 100%;
  max-width: 488px;
  padding: 20px 10px;
  background: #eaeaea;
  border-radius: 10px;
}
.custom-alert .custom-alert-wrapper .custom-alert-body {
  color: #000;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
}
.custom-alert .custom-alert-wrapper .custom-alert-foot {
  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;
  gap: 0px 8px;
  margin-top: 10px;
}
.custom-alert .custom-alert-wrapper .custom-alert-foot button {
  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;
  min-width: 80px;
  height: 30px;
  padding: 0px 16px;
  background: #e60012;
  border: 1px solid #e60012;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
}
.custom-alert .custom-alert-wrapper .custom-alert-foot button.custom-alert-cancel-button {
  background: #fff;
  color: #000;
}

/********** contents page **********/
#contents {
  min-height: 100%;
  padding-bottom: 60px;
}
#contents.main {
  padding-top: 0px;
}
#contents.main .inner_box {
  padding: 0px 16px 16px;
}
#contents.main .info_box {
  padding: 16px;
  background: #fbfbfb;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}
#contents.main .info_box .profile_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px 15px;
}
#contents.main .info_box .profile_box .thumb {
  width: 120px;
  height: 120px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  overflow: hidden;
}
#contents.main .info_box .profile_box .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#contents.main .info_box .profile_box .text h6 {
  color: #000;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}
#contents.main .info_box .profile_box .text p {
  color: #000;
  font-size: 13px;
  line-height: 18px;
}
#contents.main .info_box .commute_stat {
  margin-top: 10px;
  background: #000;
  border-radius: 12px;
}
#contents.main .info_box .commute_stat dt {
  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;
  height: 36px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
#contents.main .info_box .commute_stat dd {
  padding: 16px 0px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}
#contents.main .info_box .commute_stat dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contents.main .info_box .commute_stat dd ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 53px;
}
#contents.main .info_box .commute_stat dd ul li + li {
  border-left: 1px solid #e5e5e5;
}
#contents.main .info_box .commute_stat dd ul li h6 {
  color: #000;
  font-size: 11px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}
#contents.main .info_box .commute_stat dd ul li h6 strong {
  font-size: 23px;
  font-weight: 800;
}
#contents.main .info_box .commute_stat dd ul li p {
  color: #000;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
#contents.main .stat_box {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px 0px;
  margin-top: 10px;
}
#contents.main .stat_box .commute {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 62px;
  background: #fff;
  border: 1px solid #000000;
  border-radius: 6px;
}
#contents.main .stat_box .commute h6 {
  color: #000;
  font-size: 17px;
  line-height: 18px;
  font-weight: 800;
}
#contents.main .stat_box .commute h6.tardy {
  color: #e60012;
}
#contents.main .stat_box .commute p {
  color: #000;
  font-size: 14px;
  line-height: 18px;
}
#contents.main .stat_box #btnWorkEdit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 40px;
  background: #fff;
  border: 1px solid #e60012;
  border-radius: 6px;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
  text-align: center;
}
#contents.main .stat_box #btnCommute {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 40px;
  background: #e60012;
  border: 1px solid #e60012;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
  text-align: center;
}
#contents.main .week_box {
  margin-top: 10px;
}
#contents.main .week_box h6 {
  color: #000;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}
#contents.main .week_box .wrapper {
  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;
  margin-top: 8px;
}
#contents.main .week_box .wrapper dl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#contents.main .week_box .wrapper dl dt {
  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;
  height: 30px;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
}
#contents.main .week_box .wrapper dl dd {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 70px;
  border-top: 1px solid #c9c9c9;
  color: #000;
  font-size: 10px;
  line-height: 13px;
  font-weight: 300;
  text-align: center;
}
#contents.main .week_box .wrapper dl dd span {
  font-size: 11px;
  font-weight: 700;
}
#contents.main .week_box .wrapper dl:nth-child(odd) {
  background: #f2f2f2;
}
#contents.main .week_box .wrapper dl:nth-child(even) {
  background: #fbfbfb;
}
#contents.main .week_box .wrapper dl:first-child dt {
  color: #e60012;
}
#contents.main .week_box .wrapper dl:last-child dt {
  color: #0066ff;
}
#contents.main .week_box .wrapper dl.tardy {
  border: 1px solid #e60012;
}
#contents.main .week_box .wrapper dl.tardy dd span.red {
  color: #e60012;
}
#contents.main .emergency_box {
  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;
  gap: 0px 8px;
  margin-top: 8px;
}
#contents.main .emergency_box button, #contents.main .emergency_box a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  height: 30px;
  background: #000;
  border: none;
  border-radius: 6px;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 800;
  text-align: center;
}
#contents.main .emergency_box button#btnSOS, #contents.main .emergency_box a#btnSOS {
  background: #0066ff;
}
#contents.main .emergency_box button#btnWarning, #contents.main .emergency_box a#btnWarning {
  background: #e60012;
}
#contents.login {
  padding-bottom: 0px;
}
#contents.login .intro_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 258px;
  padding: 28px;
  background: url(../../imgs/front/common/login_bg.png) no-repeat top center;
  background-size: cover;
  text-align: center;
}
#contents.login .intro_box h3 {
  margin-bottom: 30px;
  font-family: "Daeojamjil";
  color: #fff;
  font-size: 25px;
  line-height: 37px;
  text-align: right;
}
#contents.login .intro_box h1 {
  width: 132px;
  height: 34px;
  background: url(../../imgs/front/common/login_logo01.png) no-repeat center center;
  background-size: auto 34px;
  text-indent: -999em;
}
#contents.login .form_box {
  padding: 53px 30px 60px;
}
#contents.login .form_box .input_row_group .input_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #707070;
}
#contents.login .form_box .input_row_group .input_row + .input_row {
  margin-top: 16px;
}
#contents.login .form_box .input_row_group .input_row > label, #contents.login .form_box .input_row_group .input_row > .label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
  margin-bottom: 0px;
  padding: 0px 2px;
  color: #999999;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
#contents.login .form_box .input_row_group .input_row .input_box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 30px;
}
#contents.login .form_box .input_row_group .input_row .input_box input[type=text], #contents.login .form_box .input_row_group .input_row .input_box input[type=number] {
  width: 100%;
  height: 100%;
  padding: 0px 10px;
  background: transparent;
  border: none;
  border-radius: 0px;
  color: #221715;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
#contents.login .form_box .input_row_group .input_row .input_box input[type=text]::-webkit-input-placeholder, #contents.login .form_box .input_row_group .input_row .input_box input[type=number]::-webkit-input-placeholder {
  font-weight: 700;
}
#contents.login .form_box .input_row_group .input_row .input_box input[type=text]::-moz-placeholder, #contents.login .form_box .input_row_group .input_row .input_box input[type=number]::-moz-placeholder {
  font-weight: 700;
}
#contents.login .form_box .input_row_group .input_row .input_box input[type=text]:-ms-input-placeholder, #contents.login .form_box .input_row_group .input_row .input_box input[type=number]:-ms-input-placeholder {
  font-weight: 700;
}
#contents.login .form_box .input_row_group .input_row .input_box input[type=text]::-ms-input-placeholder, #contents.login .form_box .input_row_group .input_row .input_box input[type=number]::-ms-input-placeholder {
  font-weight: 700;
}
#contents.login .form_box .input_row_group .input_row .input_box input[type=text]::placeholder, #contents.login .form_box .input_row_group .input_row .input_box input[type=number]::placeholder {
  font-weight: 700;
}
#contents.login .form_box .input_row_group .input_row .input_box .text-value {
  padding: 0px 10px;
  color: #221715;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
#contents.login .form_box .sub_btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
  padding: 0px 8px;
}
#contents.login .form_box .btn_row_group .btn_row + .btn_row {
  margin-top: 8px;
}
#contents.login .form_box .etc_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0px;
}
#contents.login .form_box .etc_box a, #contents.login .form_box .etc_box button {
  color: #999999;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-decoration: underline;
}
#contents.member_join {
  padding-bottom: 0px;
}
#contents.member_join .inner_box {
  padding: 0px 30px;
}
#contents.member_join .inner_box > h2 {
  padding: 40px 0px 20px;
  color: #000;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
}
#contents.member_join .form_box .input_row_group {
  margin-top: 5px;
}
#contents.member_join .form_box .input_row_group .photo_row_group {
  margin-top: 20px;
  background: #f6f6f6;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  overflow: hidden;
}
#contents.member_join .form_box .input_row_group .photo_row_group .photo_row {
  margin-top: 0px;
}
#contents.member_join .form_box .input_row_group .photo_row_group .photo_row + .photo_row {
  margin-top: 0px;
}
#contents.member_join .form_box .input_row_group .photo_row_group .photo_row .head_box .toggle_btn {
  padding: 0px 10px;
}
#contents.member_join .form_box .input_row_group .photo_row_group .photo_row .body_box {
  padding: 10px;
  border-bottom: 1px solid #c5c5c5;
}
#contents.member_join .form_box .input_row_group .photo_row_group .photo_row .body_box .btn_box {
  padding-top: 0px;
}
#contents.member_join .form_box .input_row_group .photo_row_group .photo_row:last-child .head_box .toggle_btn {
  border-bottom: none;
}
#contents.member_join .form_box .input_row_group .photo_row_group .photo_row:last-child .body_box {
  border-top: 1px solid #c5c5c5;
  border-bottom: none;
}
#contents.member_join .form_box .agree_row_group {
  margin-top: 20px;
}
#contents.member_join .form_box .agree_row_group .agree_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0px 20px;
  padding: 12px 0px 11px;
  border-bottom: 1px solid #e6e6e6;
}
#contents.member_join .form_box .agree_row_group .agree_row .check_item label {
  color: #000;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
#contents.member_join .form_box .agree_row_group .agree_row.all {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 55px;
  margin-top: 0px;
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 5px;
}
#contents.member_join .form_box .agree_row_group .agree_row.all .check_item label {
  font-weight: 700;
}
#contents.member_join .form_box .agree_row_group .agree_row > button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 12px;
  background: url(../../imgs/front/common/icon_terms_arrow.png) no-repeat center right;
  background-size: 5.5px 9.5px;
  color: #000;
  font-size: 13px;
  line-height: 18px;
}
#contents.member_join .form_box .certify_box {
  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;
  margin-top: 20px;
  padding-top: 165px;
  padding-bottom: 40px;
  background: url(../../imgs/front/common/icon_certify.png) no-repeat top 8px center;
  background-size: 109px 109px;
}
#contents.member_join .form_box .certify_box button {
  width: 220px;
}
#contents.member_join .form_box .photo_row_group {
  margin-top: 10px;
}
#contents.member_join .form_box .photo_row_group .photo_row + .photo_row {
  margin-top: 10px;
}
#contents.member_join .form_box .photo_row_group .photo_row .head_box .toggle_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 52px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #c5c5c5;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
#contents.member_join .form_box .photo_row_group .photo_row .head_box .toggle_btn span {
  color: #e60012;
}
#contents.member_join .form_box .photo_row_group .photo_row .head_box .toggle_btn:after {
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 1;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: url(../../imgs/front/common/icon_select_box_arrow.png) no-repeat center center;
  background-size: 12px 7px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  content: "";
}
#contents.member_join .form_box .photo_row_group .photo_row .body_box {
  display: none;
}
#contents.member_join .form_box .photo_row_group .photo_row .body_box .btn_box {
  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;
  gap: 0px 8px;
  padding: 10px 0px;
}
#contents.member_join .form_box .photo_row_group .photo_row .body_box .btn_box button {
  width: 90px;
  height: 40px;
  background: #000;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
}
#contents.member_join .form_box .photo_row_group .photo_row .body_box .preview_box {
  height: 180px;
  background: #fff;
  border: 1px dashed rgb(197, 197, 197);
  border-radius: 6px;
}
#contents.member_join .form_box .photo_row_group .photo_row .body_box .preview_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#contents.member_join .form_box .photo_row_group .photo_row .body_box .preview_box img[src=""] {
  display: none;
}
#contents.member_join .form_box .photo_row_group .photo_row .body_box .preview_box .img-delete-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  padding: 4px 8px;
  background: #ff375f;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  cursor: pointer;
}
#contents.member_join .form_box .photo_row_group .photo_row.on .head_box .toggle_btn:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#contents.member_join .form_box .another_person {
  margin-top: 20px;
  background: #f6f6f6;
}
#contents.member_join .form_box .another_person .head_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding: 0px 16px;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
}
#contents.member_join .form_box .another_person .head_box h6 {
  color: #000;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}
#contents.member_join .form_box .another_person .body_box {
  display: none;
  padding: 20px;
}
#contents.member_join .form_box .btn_row_group {
  margin-top: 30px;
  padding-bottom: 30px;
}
#contents.member_join_complete {
  height: 100%;
  padding-bottom: 0px;
}
#contents.member_join_complete .inner_box {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-align: center;
}
#contents.member_join_complete .inner_box h6 {
  position: relative;
  padding-top: 18px;
  color: #000;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}
#contents.member_join_complete .inner_box h6:after {
  position: absolute;
  top: 0px;
  right: -54px;
  z-index: 1;
  width: 51px;
  height: 36px;
  background: url(../../imgs/front/common/icon_join_complete.png) no-repeat center center;
  background-size: 51px 36px;
  content: "";
}
#contents.member_join_complete .inner_box h1 {
  margin-top: 25px;
  color: #000;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
}
#contents.member_join_complete .inner_box h2 {
  margin-top: 20px;
  color: #000;
  font-size: 19px;
  line-height: 24px;
  font-weight: 400;
}
#contents.member_join_complete .inner_box a {
  width: 210px;
  margin-top: 55px;
}
#contents.danger_report .inner_box {
  padding: 20px 16px 16px;
}
#contents.danger_report .form_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px 12px;
  padding: 0px 4px;
}
#contents.danger_report .form_box dl dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}
#contents.danger_report .form_box dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #6a6a6a;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}
#contents.danger_report .form_box .input_row_group {
  margin-top: 10px;
}
#contents.danger_report .form_box .input_row_group .input_row + .input_row {
  margin-top: 10px;
}
#contents.danger_report .form_box .btn_box {
  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;
  gap: 0px 8px;
  margin-top: 10px;
}
#contents.danger_report .form_box .btn_box button {
  width: 90px;
  height: 40px;
  background: #000;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
}
#contents.danger_report .form_box .preview_wrapper {
  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;
  gap: 0px 8px;
  margin-top: 20px;
}
#contents.danger_report .form_box .preview_wrapper .preview_box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 180px;
  background: #fff;
  border: 1px dashed rgb(197, 197, 197);
  border-radius: 6px;
}
#contents.danger_report .form_box .preview_wrapper .preview_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#contents.danger_report .form_box .preview_wrapper .preview_box img[src=""] {
  display: none;
}
#contents.danger_report .form_box .preview_wrapper .preview_box .img-delete-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  padding: 4px 8px;
  background: #ff375f;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  cursor: pointer;
}
#contents.danger_report .form_box .btn_row_group {
  margin-top: 20px;
}
#contents.commute .inner_box {
  padding: 0px 16px 82px;
}
#contents.commute .form_box .title_box {
  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;
  height: 50px;
  background: #fff;
  border: 1px solid #e60012;
  border-radius: 5px;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
}
#contents.commute .form_box .step_wrapper {
  margin-top: 10px;
}
#contents.commute .form_box .step_wrapper dl {
  background: #000;
  border-radius: 12px;
}
#contents.commute .form_box .step_wrapper dl + dl {
  margin-top: 10px;
}
#contents.commute .form_box .step_wrapper dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  padding: 0px 10px 0px 20px;
}
#contents.commute .form_box .step_wrapper dl dt h6 {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
#contents.commute .form_box .step_wrapper dl dt button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 20px;
  background: #e60012;
  border-radius: 10px;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
}
#contents.commute .form_box .step_wrapper dl dd {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}
#contents.commute .form_box .step_wrapper dl dd table {
  width: 100%;
}
#contents.commute .form_box .step_wrapper dl dd table tr th {
  padding: 7px 4px;
  background: #fbfbfb;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
}
#contents.commute .form_box .step_wrapper dl dd table tr th:last-child {
  border-right: none;
}
#contents.commute .form_box .step_wrapper dl dd table tr td {
  padding: 7px 10px;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
}
#contents.commute .form_box .step_wrapper dl dd table tr td:last-child {
  border-right: none;
}
#contents.commute .form_box .step_wrapper dl dd table tr:last-child td {
  border-bottom: none;
}
#contents.commute .form_box .step_wrapper dl dd .toggle-box {
  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;
}
#contents.commute .form_box .step_wrapper dl dd .toggle-box p {
  color: #000;
  font-size: 12px;
  line-height: 20px;
}
#contents.commute .form_box .step_wrapper dl dd .radio_item_group {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0px 16px;
}
#contents.commute .form_box .step_wrapper dl dd .radio_item_group input + label {
  font-size: 12px;
  background-size: 18px 18px;
}
#contents.commute .form_box .step_wrapper dl dd .health_result {
  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;
}
#contents.commute .form_box .step_wrapper dl dd .health_result button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 20px;
  background: #000;
  border-radius: 4px;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
}
#contents.commute .form_box .step_wrapper dl dd .photo_wrapper {
  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;
}
#contents.commute .form_box .step_wrapper dl dd .photo_wrapper button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 28px;
  background: #e60012;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}
#contents.commute .form_box .step_wrapper dl dd .photo_wrapper p {
  text-align: center;
}
#contents.commute .form_box .preview_wrapper {
  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;
  gap: 0px 8px;
  margin-top: 10px;
  padding: 0px 16px;
}
#contents.commute .form_box .preview_wrapper .preview_box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 180px;
  background: #fff;
  border: 1px dashed rgb(197, 197, 197);
  border-radius: 6px;
}
#contents.commute .form_box .preview_wrapper .preview_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#contents.commute .form_box .preview_wrapper .preview_box img[src=""] {
  display: none;
}
#contents.commute .form_box .preview_wrapper .preview_box .img-delete-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  padding: 4px 8px;
  background: #ff375f;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  cursor: pointer;
}
#contents.commute .form_box .submit-btn {
  position: fixed;
  bottom: 76px;
  left: 16px;
  right: 16px;
  z-index: 11;
}
#contents.monthly_stat .inner_box {
  padding: 0px 16px 16px;
}
#contents.monthly_stat .calendar_select_box input {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
}
#contents.monthly_stat .calendar_select_box button {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 42px;
  background: #fff;
  border: 1px solid #999999;
  border-radius: 5px;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
#contents.monthly_stat .calendar_select_box button:after {
  width: 12px;
  height: 12px;
  margin-left: 10px;
  background: url(../../imgs/front/common/icon_select_box_arrow.png) no-repeat center center;
  background-size: 12px 7px;
  content: "";
}
#contents.monthly_stat .calendar_box {
  margin-top: 16px;
}
#contents.monthly_stat .calendar_box .caption {
  margin-bottom: 8px;
  color: #000;
  font-size: 15px;
  line-height: 15px;
  font-weight: 800;
  text-align: center;
}
#contents.monthly_stat .calendar_box .calendar_head {
  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;
  border-top: 1px solid #000;
}
#contents.monthly_stat .calendar_box .calendar_head p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  height: 30px;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
}
#contents.monthly_stat .calendar_box .calendar_head p:nth-child(1) {
  color: #e60012;
}
#contents.monthly_stat .calendar_box .calendar_head p:nth-child(7) {
  color: #0066ff;
}
#contents.monthly_stat .calendar_box .calendar_head p:nth-child(odd) {
  background: #f2f2f2;
}
#contents.monthly_stat .calendar_box .calendar_head p:nth-child(even) {
  background: #ffffff;
}
#contents.monthly_stat .calendar_box .calendar_body {
  border-bottom: 1px solid #000;
}
#contents.monthly_stat .calendar_box .calendar_body .calendar_row {
  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;
  border-top: 1px solid #c2c2c2;
}
#contents.monthly_stat .calendar_box .calendar_body .calendar_row > div, #contents.monthly_stat .calendar_box .calendar_body .calendar_row > button {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  height: 54px;
  padding: 6px;
}
#contents.monthly_stat .calendar_box .calendar_body .calendar_row > div p, #contents.monthly_stat .calendar_box .calendar_body .calendar_row > button p {
  position: absolute;
  top: 4px;
  left: 6px;
  color: #000;
  font-size: 10px;
  line-height: 13px;
}
#contents.monthly_stat .calendar_box .calendar_body .calendar_row > div .commute_box, #contents.monthly_stat .calendar_box .calendar_body .calendar_row > button .commute_box {
  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;
  gap: 0px 1px;
  width: 100%;
  top: -11px;
}
#contents.monthly_stat .calendar_box .calendar_body .calendar_row > div .commute_box span, #contents.monthly_stat .calendar_box .calendar_body .calendar_row > button .commute_box span {
  width: 18px;
  height: 100%;
  background: #000;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
}
#contents.monthly_stat .calendar_box .calendar_body .calendar_row > div p1, #contents.monthly_stat .calendar_box .calendar_body .calendar_row > button p1 {
  position: absolute;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  top: 38px;
  /*left: 30%;*/
  color: #0938eb;
  font-size: 10px;
  line-height: 13px;
}

#contents.monthly_stat .calendar_box .calendar_body .calendar_row > div .commute_box span.tarby, #contents.monthly_stat .calendar_box .calendar_body .calendar_row > button .commute_box span.tarby {
  background: #e60012;
}
#contents.monthly_stat .calendar_box .calendar_body .calendar_row > div:nth-child(1) p, #contents.monthly_stat .calendar_box .calendar_body .calendar_row > button:nth-child(1) p {
  color: #e60012;
}
#contents.monthly_stat .calendar_box .calendar_body .calendar_row > div:nth-child(7) p, #contents.monthly_stat .calendar_box .calendar_body .calendar_row > button:nth-child(7) p {
  color: #0066ff;
}
#contents.monthly_stat .calendar_box .calendar_body .calendar_row > div:nth-child(odd), #contents.monthly_stat .calendar_box .calendar_body .calendar_row > button:nth-child(odd) {
  background: #f2f2f2;
}
#contents.monthly_stat .calendar_box .calendar_body .calendar_row > div:nth-child(even), #contents.monthly_stat .calendar_box .calendar_body .calendar_row > button:nth-child(even) {
  background: #ffffff;
}
#contents.monthly_stat .current_info_box {
  display: none;
  margin-top: 10px;
}
#contents.monthly_stat .current_info_box .commute_info {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 60px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 6px;
}
#contents.monthly_stat .current_info_box .commute_info p {
  color: #000;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}
#contents.monthly_stat .current_info_box .commute_photo {
  margin-top: 10px;
}
#contents.monthly_stat .current_info_box .commute_photo .commute_photo_title {
  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;
  height: 36px;
  border: 1px solid #e5e5e5;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;
}
#contents.monthly_stat .current_info_box .commute_photo .commute_photo_title p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  height: 100%;
  background: #e6e6e6;
  color: #000;
  font-size: 12px;
  line-height: 20px;
}
#contents.monthly_stat .current_info_box .commute_photo .commute_photo_title p:first-child {
  background: #fff;
}
#contents.monthly_stat .current_info_box .commute_photo .commute_photo_img {
  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;
  gap: 0px 10px;
  margin-top: 10px;
}
#contents.monthly_stat .current_info_box .commute_photo .commute_photo_img .photo_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 180px;
  background: #fff;
  border: 1px dashed rgb(197, 197, 197);
  border-radius: 6px;
}
#contents.monthly_stat .current_info_box .commute_photo .commute_photo_img .photo_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#contents.monthly_stat .current_info_box .commute_photo .commute_photo_img .photo_item img[src=""] {
  display: none;
}
#contents.monthly_stat .current_info_box.tarby .commute_info {
  border-color: #e60012;
}
#contents.monthly_stat .current_info_box.tarby .commute_info p span {
  color: #e60012;
}
#contents.contract .inner_box {
  padding: 0px 16px 16px;
}
#contents.contract .list_box .list_item + .list_item {
  margin-top: 20px;
}
#contents.contract .list_box .list_item .table_wrapper {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  overflow: hidden;
}
#contents.contract .list_box .list_item .table_wrapper table {
  width: 100%;
}
#contents.contract .list_box .list_item .table_wrapper table tr th {
  padding: 7px 4px;
  background: #fbfbfb;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
}
#contents.contract .list_box .list_item .table_wrapper table tr th:last-child {
  border-right: none;
}
#contents.contract .list_box .list_item .table_wrapper table tr td {
  padding: 7px 10px;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
}
#contents.contract .list_box .list_item .table_wrapper table tr td:last-child {
  border-right: none;
}
#contents.contract .list_box .list_item .table_wrapper table tr:last-child th, #contents.contract .list_box .list_item .table_wrapper table tr:last-child td {
  border-bottom: none;
}
#contents.contract .list_box .list_item a {
  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;
  height: 40px;
  margin-top: 10px;
  background: #e60012;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
  text-align: center;
}
#contents.contract_pdf {
  height: 100%;
  padding-bottom: 0px;
}
#contents.contract_pdf .inner_box {
  height: calc(100% - 65px);
  padding: 0px 16px 16px;
}
#contents.contract_pdf .view_box {
  height: 100%;
  background: #fbfbfb;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
#contents.contract_pdf .view_box iframe {
  display: block;
  width: 100%;
  height: 100%;
}
#contents.notice .inner_box {
  padding: 0px 16px 82px;
}
#contents.notice .list_box .list_item + .list_item {
  margin-top: 10px;
}
#contents.notice .list_box .list_item .table_wrapper {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  overflow: hidden;
}
#contents.notice .list_box .list_item .table_wrapper table {
  width: 100%;
}
#contents.notice .list_box .list_item .table_wrapper table tr th {
  padding: 7px 4px;
  background: #fbfbfb;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
}
#contents.notice .list_box .list_item .table_wrapper table tr th:last-child {
  border-right: none;
}
#contents.notice .list_box .list_item .table_wrapper table tr th.content {
  padding: 9px 10px;
  line-height: 16px;
  text-align: left;
}
#contents.notice .list_box .list_item .table_wrapper table tr td {
  padding: 7px 10px;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
}
#contents.notice .list_box .list_item .table_wrapper table tr td:last-child {
  border-right: none;
}
#contents.notice .list_box .list_item .table_wrapper table tr:last-child th, #contents.notice .list_box .list_item .table_wrapper table tr:last-child td {
  border-bottom: none;
}
#contents.notice .write-btn {
  position: fixed;
  bottom: 76px;
  left: 16px;
  right: 16px;
  z-index: 11;
}
#contents.notice_write .inner_box {
  padding: 0px 16px 16px;
}
#contents.notice_write .form_box > h6 {
  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;
  height: 50px;
  background: #fff;
  border: 1px solid #e60012;
  border-radius: 5px;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
}
#contents.notice_write .form_box .input_row_group {
  margin-top: 10px;
}
#contents.notice_write .form_box .input_row_group .input_row + .input_row {
  margin-top: 10px;
}
#contents.notice_write .form_box .input_row_group .input_row textarea {
  height: 300px;
}
#contents.notice_write .form_box .check_item_group {
  gap: 10px 12px;
  padding: 16px 12px;
  background: #fbfbfb;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}
#contents.notice_write .form_box .check_item_group .check_item > input + label {
  padding-left: 24px;
  background-size: 18px 18px;
  color: #888888;
  font-size: 14px;
  line-height: 18px;
}
#contents.notice_write .form_box .file_box input {
  display: none;
}
#contents.notice_write .form_box .file_box label {
  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;
  gap: 0px 5px;
}
#contents.notice_write .form_box .file_box label p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding: 0px 15px;
  background: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  color: #888888;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
#contents.notice_write .form_box .file_box label span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95px;
  height: 40px;
  background: #000;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
#contents.notice_write .form_box .btn_row_group {
  margin-top: 10px;
}
#contents.overtime .inner_box {
  padding: 0px 16px 82px;
}
#contents.overtime .date_box {
  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;
  gap: 0px 10px;
  height: 45px;
  background: #fff;
  border: 1px solid #e60012;
  border-radius: 5px;
}
#contents.overtime .date_box h6 {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
}
#contents.overtime .date_box .btn_date {
  width: 27px;
  height: 30px;
  text-indent: -9999px;
}
#contents.overtime .date_box .btn_date.prev {
  background: url(../../imgs/front/common/icon_menu_arrow.png) no-repeat center center;
  background-size: 7px 12px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#contents.overtime .date_box .btn_date.next {
  background: url(../../imgs/front/common/icon_menu_arrow.png) no-repeat center center;
  background-size: 7px 12px;
}
#contents.overtime .date_box .btn_date:disabled {
  opacity: 0.3;
}
#contents.overtime .check_item_group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0px;
  padding-top: 20px;
}
#contents.overtime .check_item_group .check_item {
  width: 100%;
}
#contents.overtime .check_item_group .check_item > input + label {
  padding-left: 24px;
  background-size: 18px 18px;
  color: #888;
  font-size: 14px;
  line-height: 18px;
}
#contents.overtime .btn_row_group {
  position: fixed;
  bottom: 76px;
  left: 16px;
  right: 16px;
  z-index: 11;
}
#contents.field_photo .inner_box {
  padding: 0px 16px 82px;
}
#contents.field_photo .form_box {
  padding: 16px;
  background: #fff;
  border: 1px solid #e60012;
  border-radius: 5px;
}
#contents.field_photo .form_box .input_row_group .input_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contents.field_photo .form_box .input_row_group .input_row + .input_row {
  margin-top: 0px;
}
#contents.field_photo .form_box .input_row_group .input_row .label {
  width: 40px;
  margin-bottom: 0px;
  font-size: 14px;
}
#contents.field_photo .form_box .input_row_group .input_row .input_box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#contents.field_photo .form_box .input_row_group .input_row .input_box input {
  height: 40px;
  padding: 0px 12px;
}
#contents.field_photo .form_box .input_row_group .input_row .input_box .text_value {
  padding: 10px 0px;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
#contents.field_photo .form_box button[type=submit] {
  width: 90px;
  height: 40px;
  margin-top: 10px;
  margin-left: 40px;
  background: #000;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
}
#contents.field_photo .list_box {
  margin-top: 10px;
}
#contents.field_photo .list_box .list_item .head_box {
  border-bottom: 1px solid #c5c5c5;
}
#contents.field_photo .list_box .list_item .head_box .toggle-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 55px;
  padding: 0px 6px;
  background: url(../../imgs/front/common/icon_menu_arrow.png) no-repeat right 10px center;
  background-size: 7px 12px;
}
#contents.field_photo .list_box .list_item .head_box .toggle-btn p {
  color: #999999;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}
#contents.field_photo .list_box .list_item .head_box .toggle-btn h6 {
  margin-top: 4px;
  color: #000;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}
#contents.field_photo .list_box .list_item .body_box {
  display: none;
  height: 196px;
  overflow-y: hidden;
}
#contents.field_photo .list_box .list_item .body_box .swiper_wrapper {
  padding: 10px 0px 6px;
  overflow-x: auto;
}
#contents.field_photo .list_box .list_item .body_box .swiper_wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0px 6px;
  white-space: nowrap;
}
#contents.field_photo .list_box .list_item .body_box .swiper_wrapper ul li button {
  width: 150px;
  height: 180px;
  border: 1px dashed #c5c5c5;
  border-radius: 6px;
  overflow: hidden;
}
#contents.field_photo .list_box .list_item .body_box .swiper_wrapper ul li button img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#contents.field_photo .list_box .list_item .body_box .swiper_wrapper ul li button img[src=""] {
  display: none;
}
#contents.field_photo .btn_row_group {
  position: fixed;
  bottom: 76px;
  left: 16px;
  right: 16px;
  z-index: 11;
}
#contents.field_photo_write .inner_box {
  padding: 0px 16px 82px;
}
#contents.field_photo_write .input_row_group .input_row + .input_row {
  margin-top: 10px;
}
#contents.field_photo_write .btn_box {
  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;
  gap: 0px 8px;
  margin-top: 10px;
}
#contents.field_photo_write .btn_box button {
  width: 90px;
  height: 40px;
  background: #000;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
}
#contents.field_photo_write .preview_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 7px;
  margin-top: 20px;
}
#contents.field_photo_write .preview_wrapper .preview_box {
  width: calc((100% - 7px) / 2);
  height: 180px;
  background: #fff;
  border: 1px dashed rgb(197, 197, 197);
  border-radius: 6px;
  overflow: hidden;
}
#contents.field_photo_write .preview_wrapper .preview_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#contents.field_photo_write .preview_wrapper .preview_box img[src=""] {
  display: none;
}
#contents.field_photo_write .preview_wrapper .preview_box .img-delete-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  padding: 4px 8px;
  background: #ff375f;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  cursor: pointer;
}
#contents.field_photo_write .btn_row_group {
  position: fixed;
  bottom: 76px;
  left: 16px;
  right: 16px;
  z-index: 11;
}
#contents.voc .inner_box {
  padding: 0px 16px 82px;
}
#contents.voc .input_row_group {
  margin-top: 10px;
}
#contents.voc .input_row_group .input_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contents.voc .input_row_group .input_row + .input_row {
  margin-top: 10px;
}
#contents.voc .input_row_group .input_row > .label {
  width: 40px;
  padding: 0px 2px;
  margin-bottom: 0px;
}
#contents.voc .input_row_group .input_row .input_box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#contents.voc .input_row_group .input_row .input_box .text_value {
  color: #888;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}
#contents.voc .btn_box {
  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;
  gap: 0px 8px;
  margin-top: 10px;
}
#contents.voc .btn_box button {
  width: 90px;
  height: 40px;
  background: #000;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
}
#contents.voc .preview_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 7px;
  margin-top: 20px;
}
#contents.voc .preview_wrapper .preview_box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 180px;
  background: #fff;
  border: 1px dashed rgb(197, 197, 197);
  border-radius: 6px;
  overflow: hidden;
}
#contents.voc .preview_wrapper .preview_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#contents.voc .preview_wrapper .preview_box img[src=""] {
  display: none;
}
#contents.voc .preview_wrapper .preview_box .img-delete-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  padding: 4px 8px;
  background: #ff375f;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  cursor: pointer;
}
#contents.voc .btn_row_group {
  position: fixed;
  bottom: 76px;
  left: 16px;
  right: 16px;
  z-index: 11;
}
#contents.myinfo {
  padding-bottom: 0px;
}
#contents.myinfo .inner_box {
  padding: 0px 16px 82px;
}
#contents.myinfo .inner_box .fixed_bot_box {
  position: fixed;
  bottom: 16px;
  left: 16px;
  right: 16px;
  z-index: 11;
  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;
  gap: 0px 10px;
}
#contents.myinfo .inner_box .fixed_bot_box > a, #contents.myinfo .inner_box .fixed_bot_box > button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#contents.myinfo .info_box .table_wrapper {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  overflow: hidden;
}
#contents.myinfo .info_box .table_wrapper table {
  width: 100%;
}
#contents.myinfo .info_box .table_wrapper table tr th {
  padding: 10px 4px;
  background: #fbfbfb;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
}
#contents.myinfo .info_box .table_wrapper table tr th:last-child {
  border-right: none;
}
#contents.myinfo .info_box .table_wrapper table tr td {
  padding: 10px 12px;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
}
#contents.myinfo .info_box .table_wrapper table tr td:last-child {
  border-right: none;
}
#contents.myinfo .info_box .table_wrapper table tr:last-child th, #contents.myinfo .info_box .table_wrapper table tr:last-child td {
  border-bottom: none;
}
#contents.myinfo .photo_row_group {
  margin-top: 10px;
}
#contents.myinfo .photo_row_group .photo_row + .photo_row {
  margin-top: 10px;
}
#contents.myinfo .photo_row_group .photo_row .head_box .toggle_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 52px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #c5c5c5;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
#contents.myinfo .photo_row_group .photo_row .head_box .toggle_btn span {
  color: #e60012;
}
#contents.myinfo .photo_row_group .photo_row .head_box .toggle_btn:after {
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 1;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: url(../../imgs/front/common/icon_select_box_arrow.png) no-repeat center center;
  background-size: 12px 7px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  content: "";
}
#contents.myinfo .photo_row_group .photo_row .body_box {
  display: none;
  padding-top: 10px;
}
#contents.myinfo .photo_row_group .photo_row .body_box .preview_box {
  height: 180px;
  background: #fff;
  border: 1px dashed rgb(197, 197, 197);
  border-radius: 6px;
}
#contents.myinfo .photo_row_group .photo_row .body_box .preview_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#contents.myinfo .photo_row_group .photo_row .body_box .preview_box img[src=""] {
  display: none;
}
#contents.myinfo .photo_row_group .photo_row .body_box .preview_box .img-delete-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  padding: 4px 8px;
  background: #ff375f;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  cursor: pointer;
}
#contents.myinfo .photo_row_group .photo_row.on .head_box .toggle_btn:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#contents.myinfo .photo_row_group.v2 {
  margin-top: 20px;
  background: #f6f6f6;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  overflow: hidden;
}
#contents.myinfo .photo_row_group.v2 .photo_row {
  margin-top: 0px;
}
#contents.myinfo .photo_row_group.v2 .photo_row + .photo_row {
  margin-top: 0px;
}
#contents.myinfo .photo_row_group.v2 .photo_row .head_box .toggle_btn {
  padding: 0px 10px;
}
#contents.myinfo .photo_row_group.v2 .photo_row .body_box {
  padding: 10px;
  border-bottom: 1px solid #c5c5c5;
}
#contents.myinfo .photo_row_group.v2 .photo_row:last-child .head_box .toggle_btn {
  border-bottom: none;
}
#contents.myinfo .photo_row_group.v2 .photo_row:last-child .body_box {
  border-top: 1px solid #c5c5c5;
  border-bottom: none;
}
#contents.myinfo_modify {
  padding-bottom: 0px;
}
#contents.myinfo_modify .inner_box {
  padding: 0px 16px 82px;
}
#contents.myinfo_modify .form_box .input_row_group {
  margin-top: 5px;
}
#contents.myinfo_modify .form_box .input_row_group .photo_row_group {
  margin-top: 20px;
  background: #f6f6f6;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  overflow: hidden;
}
#contents.myinfo_modify .form_box .input_row_group .photo_row_group .photo_row {
  margin-top: 0px;
}
#contents.myinfo_modify .form_box .input_row_group .photo_row_group .photo_row + .photo_row {
  margin-top: 0px;
}
#contents.myinfo_modify .form_box .input_row_group .photo_row_group .photo_row .head_box .toggle_btn {
  padding: 0px 10px;
}
#contents.myinfo_modify .form_box .input_row_group .photo_row_group .photo_row .body_box {
  padding: 10px;
  border-bottom: 1px solid #c5c5c5;
}
#contents.myinfo_modify .form_box .input_row_group .photo_row_group .photo_row .body_box .btn_box {
  padding-top: 0px;
}
#contents.myinfo_modify .form_box .input_row_group .photo_row_group .photo_row:last-child .head_box .toggle_btn {
  border-bottom: none;
}
#contents.myinfo_modify .form_box .input_row_group .photo_row_group .photo_row:last-child .body_box {
  border-top: 1px solid #c5c5c5;
  border-bottom: none;
}
#contents.myinfo_modify .form_box .agree_row_group {
  margin-top: 20px;
}
#contents.myinfo_modify .form_box .agree_row_group .agree_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0px 20px;
  padding: 12px 0px 11px;
  border-bottom: 1px solid #e6e6e6;
}
#contents.myinfo_modify .form_box .agree_row_group .agree_row .check_item label {
  color: #000;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
#contents.myinfo_modify .form_box .agree_row_group .agree_row.all {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 55px;
  margin-top: 0px;
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 5px;
}
#contents.myinfo_modify .form_box .agree_row_group .agree_row.all .check_item label {
  font-weight: 700;
}
#contents.myinfo_modify .form_box .agree_row_group .agree_row > button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 12px;
  background: url(../../imgs/front/common/icon_terms_arrow.png) no-repeat center right;
  background-size: 5.5px 9.5px;
  color: #000;
  font-size: 13px;
  line-height: 18px;
}
#contents.myinfo_modify .form_box .certify_box {
  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;
  margin-top: 20px;
  padding-top: 165px;
  padding-bottom: 40px;
  background: url(../../imgs/front/common/icon_certify.png) no-repeat top 8px center;
  background-size: 109px 109px;
}
#contents.myinfo_modify .form_box .certify_box button {
  width: 220px;
}
#contents.myinfo_modify .form_box .photo_row_group {
  margin-top: 10px;
}
#contents.myinfo_modify .form_box .photo_row_group .photo_row + .photo_row {
  margin-top: 10px;
}
#contents.myinfo_modify .form_box .photo_row_group .photo_row .head_box .toggle_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 52px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #c5c5c5;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
#contents.myinfo_modify .form_box .photo_row_group .photo_row .head_box .toggle_btn span {
  color: #e60012;
}
#contents.myinfo_modify .form_box .photo_row_group .photo_row .head_box .toggle_btn:after {
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 1;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: url(../../imgs/front/common/icon_select_box_arrow.png) no-repeat center center;
  background-size: 12px 7px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  content: "";
}
#contents.myinfo_modify .form_box .photo_row_group .photo_row .body_box {
  display: none;
}
#contents.myinfo_modify .form_box .photo_row_group .photo_row .body_box .btn_box {
  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;
  gap: 0px 8px;
  padding: 10px 0px;
}
#contents.myinfo_modify .form_box .photo_row_group .photo_row .body_box .btn_box button {
  width: 90px;
  height: 40px;
  background: #000;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
}
#contents.myinfo_modify .form_box .photo_row_group .photo_row .body_box .preview_box {
  height: 180px;
  background: #fff;
  border: 1px dashed rgb(197, 197, 197);
  border-radius: 6px;
}
#contents.myinfo_modify .form_box .photo_row_group .photo_row .body_box .preview_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#contents.myinfo_modify .form_box .photo_row_group .photo_row .body_box .preview_box img[src=""] {
  display: none;
}
#contents.myinfo_modify .form_box .photo_row_group .photo_row .body_box .preview_box .img-delete-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  padding: 4px 8px;
  background: #ff375f;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  cursor: pointer;
}
#contents.myinfo_modify .form_box .photo_row_group .photo_row.on .head_box .toggle_btn:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#contents.myinfo_modify .form_box .another_person {
  margin-top: 20px;
  background: #f6f6f6;
}
#contents.myinfo_modify .form_box .another_person .head_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding: 0px 16px;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
}
#contents.myinfo_modify .form_box .another_person .head_box h6 {
  color: #000;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}
#contents.myinfo_modify .form_box .another_person .body_box {
  display: none;
  padding: 20px;
}
#contents.myinfo_modify .form_box .btn_row_group {
  position: fixed;
  bottom: 16px;
  left: 16px;
  right: 16px;
  z-index: 11;
}

#progress-timer .progress-container {
  position: relative;
  height: 4px;
  background-color: #444444;
}
#progress-timer .progress-container .progress-bar {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  overflow: visible;
}
#progress-timer .progress-container .progress-bar::before {
  content: "";
  position: absolute;
  height: 4px;
  background-color: #e60012;
  left: 0;
  top: 0;
  width: 0%;
  -webkit-transition: width 1s linear;
  transition: width 1s linear;
}
#progress-timer .progress-container .progress-bar .time-label {
  position: absolute;
  top: -10px;
  left: 0%;
  padding: 5px 8px;
  background-color: #e60012;
  border-radius: 20px;
  color: white;
  font-size: 13px;
  font-weight: bold;
  -webkit-transition: left 1s linear;
  transition: left 1s linear;
  z-index: 11;
  white-space: nowrap;
}

@-webkit-keyframes progressCountdown {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes progressCountdown {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.loading {
  position: fixed;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 999;
}
.loading .loading__spinner {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  z-index: 2;
  width: 50px;
  height: 50px;
}
.loading .loading__spinner .path {
  stroke: #e60012;
  stroke-linecap: round;
  -webkit-animation: dash 1.5s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translateX(5px) rotate(5deg);
            transform: translateX(5px) rotate(5deg);
  }
  50% {
    -webkit-transform: translateX(-5px) rotate(0deg);
            transform: translateX(-5px) rotate(0deg);
  }
  75% {
    -webkit-transform: translateX(5px) rotate(-5deg);
            transform: translateX(5px) rotate(-5deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translateX(5px) rotate(5deg);
            transform: translateX(5px) rotate(5deg);
  }
  50% {
    -webkit-transform: translateX(-5px) rotate(0deg);
            transform: translateX(-5px) rotate(0deg);
  }
  75% {
    -webkit-transform: translateX(5px) rotate(-5deg);
            transform: translateX(5px) rotate(-5deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}
/********** contents page **********/