@charset "UTF-8";


* {
  box-sizing: border-box;
}



select {
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select:focus {
  border: 1px solid #1c1c1c;
}

/* select arrow none */
input[type=text], input[type=password], input[type=number], input[type=tel], input[type=email], input[type=button], input[type=submit] {
  border-radius: 0 !important;
  appearance: none;
  -webkit-appearance: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: #fff 5000s ease-in-out 0s;
  box-shadow: 0 0 0px 1000px #fff inset !important;
}

input::placeholder, textarea::placeholder {
  color: #aaa;
}

.ir {
  position: absolute;
  margin: -1px;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}



body.help-open #help {
  right: 0;
}
body.help-open #helpDim {
  position: fixed;
  right: 0;
  transition: none;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
}
@media (max-width: 1023px) {
  body.help-open {
    overflow: hidden;
    background: none;
  }
}
body.gnb-open:before {
  display: block;
}
@media (max-width: 1399px) {
  body.gnb-open {
    overflow: hidden;
  }
  body.gnb-open:before {
    display: none;
  }
}
body.gnb-open header {
  background-color: transparent;
}



body.gnb-search:before {
  display: block;
}


#help {
  position: fixed;
  top: 0;
  right: -100%;
  max-width: 565px;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  z-index: 999;
  transition: right 0.3s linear;
}
#help #helpContent {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: #fff;
}
#help .btn_close {
  position: absolute;
  top: 30px;
  right: 40px;
  width: 35px;
  height: 35px;
}
#help .btn_close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background-image: url(/images/icon_close_bk.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
@media (min-width: 1024px) {
  #help .btn_close:hover:after {
    transform: translate(-50%, -50%) rotate(-180deg);
    transition: transform 0.5s;
  }
}
#help .box_wrap {
  width: 100%;
  padding: 80px 60px 0 50px;
  background-color: #fff;
}
#help .box_wrap .box {
  margin-bottom: 80px;
}
#help .box_wrap .box:last-child {
  margin-bottom: 60px;
}
#help .box_wrap .box strong {
  display: block;
  margin-bottom: 24px;
  font-weight: 600;
  color: #000000;
}
#help .box_wrap .box.solution ul {
  font-size: 0;
  margin-right: -30px;
}
#help .box_wrap .box.solution li {
  display: inline-block;
  width: 25%;
  padding-right: 30px;
  text-align: center;
  color: #333333;
  vertical-align: top;
}
#help .box_wrap .box.solution li:last-child .icon {
  margin: 0 0 17px;
}
#help .box_wrap .box.solution li a:hover .p2 {
  color: #376074;
}
#help .box_wrap .box.solution .icon {
  width: 90px;
  height: 90px;
  margin: 0 0 29px;
  padding: 17px 0;
  border-radius: 50%;
  background-color: #e4f2fe;
}
#help .box_wrap .box.solution .p2 {
  line-height: 1.25rem;
}
#help .box_wrap .box.library {
  margin-bottom: 44px;
}
#help .box_wrap .box.library strong {
  margin-bottom: 8px;
}
#help .box_wrap .box.library li {
  border-bottom: 1px solid #d9d9d9;
}
#help .box_wrap .box.library li:last-child {
  border-bottom: none;
}
#help .box_wrap .box.library a {
  position: relative;
  display: block;
  width: 100%;
  padding: 14px 13px;
}
#help .box_wrap .box.library a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(-45deg);
  width: 17px;
  height: 13px;
  background-image: url("/images/btn_allow2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#help .box_wrap .box.library a:hover {
  color: #376074;
}
#help .box_wrap .box.faq .title_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7px;
}
#help .box_wrap .box.faq .title_wrap strong {
  margin-bottom: 0;
}
#help .box_wrap .box.faq li {
  border-bottom: 1px solid #d9d9d9;
}
#help .box_wrap .box.faq li:last-child {
  border-bottom: none;
}
#help .box_wrap .box.faq li a {
  display: block;
  width: 100%;
  padding: 13px 0;
  font-size: 0;
  vertical-align: middle;
}
#help .box_wrap .box.faq li a:hover p {
  color: #376074;
}
#help .box_wrap .box.faq .tag {
  display: inline-block;
  padding-right: 12px;
  color: #666666;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
}
#help .box_wrap .box.faq p {
  display: inline-block;
  color: #333333;
}
#help .service {
  position: relative;
  padding: 40px 165px 40px 50px;
  background-color: #f3f3f3;
}
#help .service strong {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 400;
  color: #666666;
}
#help .service .tel {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  color: #000000;
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 1;
}
#help .service .inquiry {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
}
@media (max-width: 1399px) {
  #help {
    max-width: 440px;
  }
  #help .btn_close {
    top: 10px;
    right: 12px;
    width: 40px;
    height: 40px;
  }
  #help .box_wrap {
    padding: 65px 20px 0;
  }
  #help .box_wrap .box {
    margin-bottom: 40px;
  }
  #help .box_wrap .box strong {
    margin-bottom: 16px;
    font-size: 20px;
    letter-spacing: 0em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.125rem;
  }
  #help .box_wrap .box.solution ul {
    margin-right: -8px;
  }
  #help .box_wrap .box.solution li {
    width: 50%;
    padding-right: 8px;
  }
  #help .box_wrap .box.solution li:nth-child(1), #help .box_wrap .box.solution li:nth-child(2) {
    padding-bottom: 8px;
  }
  #help .box_wrap .box.solution li:last-child .icon {
    margin: 0;
  }
  #help .box_wrap .box.solution a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    border: 1px solid #d9d9d9;
    text-align: left;
  }
  #help .box_wrap .box.solution .icon {
    display: inline-block;
    width: 42px;
    height: 42px;
    margin-bottom: 0;
    padding: 0;
    vertical-align: middle;
    border-radius: 0;
    background-color: transparent;
  }
  #help .box_wrap .box.solution .icon img {
    display: block;
    width: 100%;
    height: auto;
  }
  #help .box_wrap .box.solution .p2 {
    display: inline-block;
    padding-left: 16px;
    vertical-align: middle;
  }
  #help .box_wrap .box.library {
    margin-bottom: 26px;
  }
  #help .box_wrap .box.library strong {
    margin-bottom: 4px;
  }
  #help .box_wrap .box.library a {
    padding: 16px 8px 14px;
  }
  #help .box_wrap .box.faq {
    margin-bottom: 32px;
  }
  #help .box_wrap .box.faq strong {
    width: 90%;
    margin-bottom: 8px;
  }
  #help .box_wrap .box.faq .btn {
    min-width: 26px;
    width: 26px;
    height: 26px;
    padding: 0;
    border-radius: 50%;
  }
  #help .box_wrap .box.faq .btn span {
    display: block;
    font-size: 0;
    line-height: 0;
    color: transparent;
    width: 100%;
    height: 100%;
  }
  #help .box_wrap .box.faq .btn span:after {
    left: 7px;
    right: unset;
  }
  #help .box_wrap .box.faq li a {
    padding: 16px 0 14px;
  }
  #help .box_wrap .box.faq .tag {
    display: none;
  }
  #help .service {
    padding: 24px 20px;
  }
  #help .service .tel {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 1;
  }
  #help .service .inquiry {
    right: 20px;
    width: 64px;
    height: 64px;
  }
  #help .service .inquiry img {
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1023px) {
  #help .box_wrap .box.faq .btn span:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  #help {
    max-width: 100%;
  }
}

@media (min-width: 1399px) {
  #gnbDim {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #fff;
    z-index: -9999;
    transition: height 0.4s linear;
  }
  body.gnb-open #gnbDim {
    border-bottom: 1px solid #BEDEFC;
  }
}


@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}



#topBtn {
  position: fixed;
  bottom: 64px;
  right: 60px;
  display: inline-block;
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #CaCaCa;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
  z-index: 98;
}
#topBtn.on {
  opacity: 1;
  visibility: visible;
}
#topBtn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-image: url("/images/topBtn.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.2s linear;
}
@media (min-width: 1024px) {
  #topBtn:hover {
    border-color: #376074;
  }
  #topBtn:hover:after {
    background-image: url("/images/topBtn_bl.svg");
    top: calc(50% - 3px);
  }
}
@media (max-width: 1023px) {
  #topBtn {
    width: 48px;
    height: 48px;
    bottom: 32px;
    right: 20px;
  }
  #topBtn:after {
    width: 14px;
    height: 14px;
    background-size: 100% auto;
  }
}

/* 이메일무단수집거부 팝업 */
.email_popup {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 1000;
  width: 100%;
  height: 100%;
}
.email_popup .bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.email_popup .cont {
  width: calc(100% - 40px);
  max-width: 640px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.email_popup .cont .title_box {
  padding: 30px 30px 30px 40px;
  box-sizing: border-box;
  position: relative;
}
.email_popup .cont .title_box:after {
  content: "";
  display: table;
  clear: both;
}
.email_popup .cont .title_box p {
  font-size: 30px;
  letter-spacing: -0.03em;
  line-height: 1;
  font-weight: 600;
  color: #333;
  float: left;
  margin-top: 7px;
}
.email_popup .cont .title_box a {
  padding: 10px;
  float: right;
}
.email_popup .cont .con_box {
  padding: 20px 40px 80px;
  box-sizing: border-box;
}
.email_popup .cont .con_box p {
  font-size: 20px;
  letter-spacing: -0.03em;
  line-height: 1;
  word-break: keep-all;
  word-wrap: break-word;
  line-height: 1.4;
  font-weight: 400;
  color: #666;
}
.email_popup .cont .con_box p + p {
  margin-top: 32px;
}
@media (max-width: 1023px) {
  .email_popup .cont .title_box {
    padding: 20px 20px 20px 30px;
  }
  .email_popup .cont .title_box p {
    width: calc(100% - 40px);
    font-size: 22px;
    letter-spacing: -0.03em;
    line-height: 1;
  }
  .email_popup .cont .title_box a img {
    width: 16px;
  }
  .email_popup .cont .con_box {
    padding: 10px 30px 30px;
  }
  .email_popup .cont .con_box p {
    font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
  }
  .email_popup .cont .con_box p + p {
    margin-top: 20px;
  }
}

#wrap {
  overflow: hidden;
}

body {
  position: relative;
}

.inner {
  width: 100%;
  max-width: 1330px;
  padding: 0 65px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .inner {
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
}

/* visual_wrap */
.sub_visual {
  padding-top: 165px;
  margin: 0 auto;
}
.sub_visual[data-motion] #breadCrumbWrap {
  transform: translateY(100%);
  transition: transform 0.75s;
}
.sub_visual[data-motion] h2 {
  transform: translateY(30%);
  transition: transform 0.75s;
}
.sub_visual[data-motion] p {
  transform: translateY(100%);
  transition: transform 0.75s;
}
.sub_visual[data-motion] .input_area {
  transform: translateY(100%);
  transition: transform 0.75s;
}
.sub_visual[data-motion] .vision_area {
  transform: translateY(10%);
  transition: transform 0.75s;
}
.sub_visual[data-motion].is_animated #breadCrumbWrap {
  transform: translateY(0);
}
.sub_visual[data-motion].is_animated h2 {
  transform: translateY(0);
}
.sub_visual[data-motion].is_animated p {
  transform: translateY(0);
}
.sub_visual[data-motion].is_animated .input_area {
  transform: translateY(0);
}
.sub_visual[data-motion].is_animated .vision_area {
  transform: translateY(0);
}
@media (max-width: 767px) {
  .sub_visual[data-motion] p {
    transform: translateY(50%);
  }
  .sub_visual[data-motion].is_animated p {
    transform: translateY(0);
  }
}
@media (max-width: 1023px) {
  .sub_visual {
    padding-top: 145px;
  }
}
.sub_visual #breadCrumbWrap {
  display: block;
  width: 100%;
  margin-bottom: 80px;
  text-align: right;
  font-size: 16px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1rem;
  color: #000000;
}
.sub_visual #breadCrumbWrap .breadCrumb_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: normal;
}
.sub_visual #breadCrumbWrap .breadCrumb_inner > div {
  position: relative;
  display: inline-block;
  padding-right: 26px;
}
.sub_visual #breadCrumbWrap .breadCrumb_inner > div:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  width: 6px;
  height: 10px;
  background: url("/images/icon_arrow_sm.svg") center no-repeat;
}
.sub_visual #breadCrumbWrap .breadCrumb_inner > div:last-child {
  padding-right: 0;
}
.sub_visual #breadCrumbWrap .breadCrumb_inner > div:last-child:after {
  display: none;
}
.sub_visual #breadCrumbWrap a {
  display: inline-block;
  font-size: 16px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1rem;
  color: #666666;
}
@media (max-width: 1023px) {
  .sub_visual #breadCrumbWrap {
    display: none;
  }
}
.sub_visual .page_title {
  margin-bottom: 80px;
}
.sub_visual .page_title.mixed {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
}
.sub_visual .page_title.mixed .input_area {
  width: 400px;
}
.sub_visual .page_title.mixed .input_area input {
  padding: 14px 60px 14px 16px;
}
.sub_visual .page_title.mixed .input_area label {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  cursor: pointer;
}
.sub_visual .page_title.mixed .input_area label:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: url("/images/icon_search.svg") center no-repeat;
  background-size: cover;
}
.sub_visual .page_title h2 {
  font-size: 70px;
  letter-spacing: -0.03em;
  line-height: 1;
  font-weight: 600;
  color: #000000;
}
.sub_visual .page_title p {
  margin-top: 24px;
  word-break: keep-all;
  word-wrap: break-word;
  font-size: 22px;
  letter-spacing: -0.03em;
  line-height: 1;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  .sub_visual .page_title {
    margin-bottom: 40px;
  }
  .sub_visual .page_title.mixed > div {
    width: 100%;
  }
  .sub_visual .page_title.mixed .right {
    width: 100%;
    margin-top: 48px;
  }
  .sub_visual .page_title h2 {
    font-size: 40px;
    letter-spacing: -0.015em;
    line-height: 1;
  }
  .sub_visual .page_title p {
    margin-top: 16px;
    font-size: 17px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
  }
}
.sub_visual .vision_area {
  position: relative;
  width: 100%;
  height: 562px;
  padding: 1px 0;
  margin: 0 auto 160px;
  overflow: hidden;
  box-sizing: border-box;
  backface-visibility: hidden;
}
.sub_visual .vision_area:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 10;
}
.sub_visual .vision_area:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 10;
}
.sub_visual .vision_area .curtain_wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}
.sub_visual .vision_area .curtain_wrap > div {
  position: absolute;
  top: 0;
  width: calc(50% - 600px);
  height: 100%;
  background-color: #fff;
}
.sub_visual .vision_area .curtain_wrap .left {
  left: 0;
}
.sub_visual .vision_area .curtain_wrap .right {
  right: 0;
}
.people .sub_visual .vision_area .bg {
  background-image: url("../images/sub_visual/visual_people.jpg");
}
.jobs .sub_visual .vision_area .bg {
  background-image: url("../images/sub_visual/visual_jobs.jpg");
}
.welfare .sub_visual .vision_area .bg {
  background-image: url("../images/sub_visual/visual_welfare.jpg");
}
.newsroom .sub_visual .vision_area .bg {
  background-image: url("../images/sub_visual/visual_newsroom.jpg");
}
.site .sub_visual .vision_area .bg {
  background-image: url("../images/sub_visual/visual_site.jpg");
}
.esg .sub_visual .vision_area .bg {
  background-image: url("../images/sub_visual/visual_esg.jpg");
}
.scope-lift .sub_visual .vision_area .bg {
  background-image: url("../images/sub_visual/visual_scope-lift.jpg");
}
.new-installation .sub_visual .vision_area .bg {
  background-image: url("../images/sub_visual/visual_new-installation.jpg");
}
.full-replacement .sub_visual .vision_area .bg {
  background-image: url("../images/sub_visual/visual_full-replacement.jpg");
}
.project .sub_visual .vision_area .bg {
  background-image: url("../images/sub_visual/visual_project.jpg");
}
.gs-careplus .sub_visual .vision_area .bg {
  background-image: url("../images/sub_visual/visual_gs-careplus.jpg");
}
.partial-replacement .sub_visual .vision_area .bg {
  background-image: url("../images/sub_visual/visual_partial-replacement.jpg");
}
.parts-information .sub_visual .vision_area .bg {
  background-image: url("../images/sub_visual/visual_parts-information.jpg");
}
.sub_visual .vision_area .bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transform-origin: bottom;
  min-width: 1920px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  z-index: 10;
}
@media (max-width: 1023px) {
  .sub_visual .vision_area {
    width: 100%;
    height: 0;
    padding-top: 66.666%;
    margin: 0 auto 80px;
  }
  .sub_visual .vision_area .curtain_wrap {
    display: none;
  }
  .sub_visual .vision_area .bg {
    width: 100%;
    height: 100%;
    background-size: auto 100%;
  }
}

/* components */
/* loading */
.loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99999;
  display: none;
}
.loading i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .loading i img {
    width: 60px;
    height: 60px;
  }
}

/* tab_cont */
body .tabpanel {
  display: none;
  width: 100%;
}
body .tabpanel.active {
  display: block;
}
body .result_none .results .none p {
  margin: 32px 0 100px 0;
}

/* font */
h2 {
  font-size: 50px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 4.625rem;
  font-weight: 600;
}
@media (max-width: 1023px) {
  h2 {
    font-size: 34px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 3rem;
  }
}

h3, .h3 {
  font-size: 34px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 3.0625rem;
  font-weight: 600;
}
@media (max-width: 1023px) {
  h3, .h3 {
    font-size: 26px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 2.25rem;
  }
}

h4 {
  font-size: 26px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 2.375rem;
  font-weight: 600;
}
@media (max-width: 1023px) {
  h4 {
    font-size: 22px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.875rem;
  }
}

h5 {
  font-size: 22px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 2rem;
  font-weight: 600;
}
@media (max-width: 1023px) {
  h5 {
    font-size: 18px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.5625rem;
  }
}

.p1 {
  font-size: 20px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.75rem;
}
@media (max-width: 1023px) {
  .p1 {
    font-size: 17px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.5625rem;
  }
}

.p2 {
  font-size: 18px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.5625rem;
}
@media (max-width: 1023px) {
  .p2 {
    font-size: 15px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.3125rem;
  }
}

.p3 {
  font-size: 16px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.375rem;
}
@media (max-width: 1023px) {
  .p3 {
    font-size: 14px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.25rem;
  }
}

.p4 {
  font-size: 14px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.25rem;
}
@media (max-width: 1023px) {
  .p4 {
    font-size: 12px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.0625rem;
  }
}

/* btn */
.btn_wrap {
  width: 100%;
  margin-top: 48px;
  font-size: 0;
  text-align: center;
  vertical-align: top;
}
.btn_wrap .btn {
  margin-right: 16px;
  border: 1px solid #376074;
}
.btn_wrap .btn:last-child {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .btn_wrap .btn {
    margin-right: 8px;
  }
}
@media (max-width: 767px) {
  .btn_wrap {
    margin-top: 24px;
  }
  .btn_wrap .btn + .btn {
    margin-left: 8px;
  }
  .btn_wrap .btn.full + .btn {
    margin-top: 8px;
    margin-left: 0;
  }
}

.btn {
  position: relative;
  display: inline-block;
  min-width: 160px;
  width: auto;
  padding: 16px 24px;
  border-radius: 99px;
  font-size: 20px;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  background-color: #376074;
  overflow: hidden;
  transition: color 0.2s linear;
}
.btn span {
  position: relative;
  display: block;
  width: 100%;
}
.btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #3463C1;
  transition: height 0.2s linear;
}
.btn.min200 {
  min-width: 200px;
  padding: 19px 10px;
}
@media (max-width: 1023px) {
  .btn.min200 {
    min-width: 200px;
  }
}
.btn.small {
  min-width: 84px;
  padding: 8px 16px;
  border-radius: 99px;
  font-size: 14px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.125rem;
}
.btn.small.grayLine.arrow span {
  padding-right: 16px;
}
.btn.small.grayLine.arrow span:after {
  width: 11px;
  height: 12px;
  transform: translateY(-50%);
  background-image: url("/images/btn_more.svg");
}
@media (min-width: 1024px) {
  .btn:hover:before {
    height: 100%;
  }
}
.btn.arrow span:after {
  background-image: url("/images/btn_arrow.svg");
}
.btn.blueLine {
  background-color: #376074;
  border: 1px solid #376074;
  color: #376074;
}
.btn.blueLine:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: bottom 0.2s linear;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .btn.blueLine:hover {
    color: #fff;
  }
  .btn.blueLine:hover:before {
    bottom: 100%;
  }
}
@media (max-width: 1023px) {
  .btn.blueLine:hover {
    background-color: #fff;
  }
}
.btn.blueLine.arrow span:after {
  background-image: url("/images/btn_allow2.png");
  transition: all 0.2s linear;
}
@media (min-width: 1024px) {
  .btn.blueLine.arrow:hover span:after {
    background-image: url("/images/btn_arrow.svg");
  }
}
.btn.grayLine {
  background-color: #fff;
  border: 1px solid #CaCaCa;
  color: #333333;
  transition: border 0.25s linear;
}
@media (min-width: 1024px) {
  .btn.grayLine:hover {
    border-color: #000000;
  }
  .btn.grayLine:hover:before {
    height: 0;
  }
}
.btn.grayLine.arrow span:after {
  background-image: url("/images/btn_arrow_bk.svg");
}
.btn:disabled.type1 {
  background-color: #B8B8B8;
}
.btn:disabled.type1.arrow span:after {
  background-image: url("/images/btn_arrow.svg");
}
.btn:disabled.type2 {
  color: #999999;
  background-color: #DBDBDB;
  border: 1px solid #CaCaCa;
}
.btn:disabled.type2.arrow span:after {
  background-image: url("/images/btn_arrow_gray.svg");
}
.btn:disabled:hover:before {
  height: 0;
}
.btn.arrow {
  text-align: left;
}
.btn.arrow span {
  padding-right: 32px;
}
.btn.arrow span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 17px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.btn.redirect span:after {
  transform: translateY(-50%) rotate(-45deg);
}
.btn.download {
  transition: all 0.25s linear;
}
.btn.download span {
  padding-right: 32px;
}
.btn.download span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: background 0.25s linear;
  width: 20px;
  height: 20px;
  background-image: url("/images/icon_download.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.btn.download.blueLine span:after {
  background-image: url("/images/icon_download_hover.svg");
}
@media (min-width: 1024px) {
  .btn.download.blueLine:hover span:after {
    background-image: url("/images/icon_download.svg");
  }
}
@media (min-width: 1024px) {
  .btn.download:hover span:after {
    background-image: url("/images/icon_download.svg");
  }
}
.btn.more span {
  text-align: left;
}
.btn.more span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: background 0.25s linear;
  width: 17px;
  height: 17px;
  background-image: url("/images/btn_plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 1024px) {
  .btn.more:hover span:after {
    background-image: url("/images/btn_plus_hover.svg");
  }
}
@media (max-width: 1023px) {
  .btn {
    min-width: 150px;
    padding: 14px 24px;
    font-size: 16px;
    letter-spacing: -0.015em;
    line-height: 1;
  }
  .btn.full {
    min-width: 200px;
  }
  .btn.full.arrow {
    text-align: center;
  }
  .btn.full.arrow span {
    display: inline-block;
    width: auto;
    padding-right: 0;
  }
  .btn.full.arrow span:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -32px;
    width: 17px;
    height: 13px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .btn.full.redirect span:after {
    transform: translateY(-50%) rotate(-45deg);
  }
  .btn.download.icon {
    min-width: auto;
    width: 21px;
    height: 21px;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
  }
  .btn.download.icon:before {
    border: none;
  }
  .btn.download.icon:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: background 0.25s linear;
    width: 20px;
    height: 20px;
    background-image: url("/images/icon_download_hover.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
  }
  .btn.download.icon span {
    display: none;
  }
}
@media (max-width: 767px) {
  .btn.full {
    min-width: auto;
    width: 100%;
    padding: 16px 10px;
  }
}

/* tab */
.tab_btn_type01 {
  position: relative;
  margin-bottom: 64px;
}
.tab_btn_type01 ul {
  width: 100%;
  overflow-x: auto;
  font-size: 0;
  border-bottom: 1px solid #CaCaCa;
}
.tab_btn_type01 ul.scroll {
  white-space: nowrap;
}
.tab_btn_type01 ul.scroll:after {
  display: none;
  content: "";
  width: 70px;
  height: 100%;
  position: absolute;
  right: -1px;
  bottom: 5px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgb(255, 255, 255) 60%);
  opacity: 1;
  transition: 0.3s;
}
.tab_btn_type01 ul.scroll.scroll__active:after, .tab_btn_type01 ul.scroll.scroll__end:after {
  opacity: 0;
}
.tab_btn_type01 ul.scroll::-webkit-scrollbar {
  display: none; /* 크롬, 사파리, 오페라, 엣지 */
}
.tab_btn_type01 li {
  display: inline-block;
  min-width: 16.666%;
  vertical-align: top;
}
.tab_btn_type01 li .tab {
  position: relative;
  display: block;
  width: 100%;
  padding: 28px 10px;
  box-sizing: border-box;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  color: #666666;
}
.tab_btn_type01 li .tab:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: linear-gradient(to right, #07B9C5, #108EF8);
  transition: all 0.15s linear;
}
.tab_btn_type01 li.active .tab {
  font-weight: 600;
  color: #376074;
}
.tab_btn_type01 li.active .tab:after {
  width: 100%;
}
@media (max-width: 1023px) {
  .tab_btn_type01 {
    margin-bottom: 32px;
  }
  .tab_btn_type01 ul.scroll:after {
    display: block;
  }
  .tab_btn_type01 li .tab {
    padding: 15px 10px;
    font-size: 16px;
    letter-spacing: -0.015em;
    line-height: 1;
  }
}
@media (max-width: 479px) {
  .tab_btn_type01 li {
    width: 120px;
  }
}

/* search_wrap_bg */
.search_bg {
  display: block;
  width: 100%;
  padding: 40px 60px;
  background-color: #E4F2FE;
  text-align: center;
}
.search_bg .input_area {
  position: relative;
  width: 780px;
  margin: 0 auto;
  border-radius: 99px;
  box-sizing: border-box;
}
.search_bg .input_area input {
  width: 100%;
  padding: 24px 70px 24px 24px;
  border: 1px solid transparent;
  border-radius: 99px !important;
  box-sizing: border-box;
  font-size: 20px;
  letter-spacing: -0.015em;
  line-height: 1;
}
.search_bg .input_area input:focus {
  border: 1px solid #376074;
}
.search_bg .input_area label {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  cursor: pointer;
}
.search_bg .input_area label:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: url("/images/icon_search.svg") center no-repeat;
  background-size: cover;
}
@media (max-width: 1023px) {
  .search_bg {
    padding: 24px 16px;
  }
  .search_bg .input_area {
    width: 100%;
  }
  .search_bg .input_area input {
    padding: 10px 12px;
    font-size: 16px;
    letter-spacing: -0.015em;
    line-height: 1;
  }
  .search_bg .input_area label {
    right: 2px;
  }
}

/* accordion_wrap */
.accordion_list {
  border-top: 1px solid #CaCaCa;
}
.accordion_list > li {
  overflow: hidden;
  border-bottom: 1px solid #CaCaCa;
}
.accordion_list a {
  display: block;
  width: 100%;
}
.accordion_list .acco_tit {
  display: table;
  width: 100%;
  position: relative;
}
.accordion_list .acco_tit .category {
  display: table-cell;
  width: 140px;
  text-align: center;
  vertical-align: middle;
}
.accordion_list .acco_tit .category span {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 10px;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1;
  color: #333333;
}
.accordion_list .acco_tit .category span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #d9d9d9;
}
.accordion_list .acco_tit p {
  display: table-cell;
  padding: 28px 100px 25px 40px;
  word-break: keep-all;
  word-wrap: break-word;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1;
  line-height: 1.4;
  color: #333333;
  vertical-align: middle;
}
.accordion_list .acco_tit:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url(/images/icon_plus_thin.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.accordion_list .acco_cont {
  display: none;
  padding: 45px 100px 45px 180px;
  background-color: #f3f3f3;
  color: #333333;
  font-size: 18px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.5625rem;
}
.accordion_list .acco_cont p {
  margin-bottom: 30px;
  word-wrap: break-word;
}
.accordion_list .acco_cont p:last-child {
  margin-bottom: 0;
}
.accordion_list li.active a {
  background: linear-gradient(to right, rgb(7, 185, 197) 10%, rgb(16, 143, 247));
}
.accordion_list li.active a:after {
  height: 2px;
  background-image: url(/images/icon_minus_thin.svg);
}
.accordion_list li.active .acco_tit .category span {
  color: #fff;
}
.accordion_list li.active .acco_tit .category span:after {
  background-color: #fff;
}
.accordion_list li.active .acco_tit p {
  color: #fff;
}
@media (max-width: 1023px) {
  .accordion_list .acco_tit {
    padding: 20px 16px;
  }
  .accordion_list .acco_tit .category {
    display: none;
    width: 80px;
  }
  .accordion_list .acco_tit p {
    padding: 0 45px 0 0;
    font-size: 16px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.375rem;
  }
  .accordion_list .acco_tit:after {
    content: "";
    right: 16px;
  }
  .accordion_list .acco_cont {
    padding: 30px 4.3%;
    font-size: 12px;
    line-height: 16px;
    font-size: 15px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.3125rem;
  }
}

/* banner_area */
.banner_area {
  width: 100%;
  margin: 192px auto 0;
}
.banner_area a {
  display: block;
  position: relative;
  padding: 32px 0 88px;
  background: linear-gradient(132deg, rgba(7, 185, 197, 0.85) 0%, rgba(16, 142, 248, 0.85) 100%);
  overflow: hidden;
  text-align: right;
}
.banner_area a:before {
  content: "";
  width: 100%;
  height: calc(100% + 100px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.banner_area a i {
  display: inline-block;
  vertical-align: top;
}
.banner_area a strong {
  display: block;
  margin-top: 25px;
  font-size: 26px;
  letter-spacing: -0.03em;
  line-height: 1;
  line-height: 1.4;
  color: #fff;
  font-weight: 600;
  word-break: keep-all;
  word-wrap: break-word;
}
.banner_area[data-motion] a:before {
  opacity: 0;
  transform: translateY(0);
  transition: 0.75s;
}
.banner_area[data-motion] a i {
  opacity: 0;
  transform: translateY(20%);
  transition: 0.75s;
}
.banner_area[data-motion] a strong {
  opacity: 0;
  transform: translateY(30%);
  transition: 0.75s;
  transition-delay: 0.15s;
}
.banner_area[data-motion].is_animated a:before {
  opacity: 1;
  transform: translateY(-50px);
}
.banner_area[data-motion].is_animated a i {
  opacity: 1;
  transform: translateY(0);
}
.banner_area[data-motion].is_animated a strong {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1023px) {
  .banner_area {
    margin-top: 64px;
  }
  .banner_area a {
    padding: 24px 0 42px;
  }
  .banner_area a i {
    display: inline-block;
    vertical-align: top;
  }
  .banner_area a i img {
    width: 22px;
  }
  .banner_area a strong {
    margin-top: 15px;
    font-size: 22px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
  }
}

.scroll::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.scroll::-webkit-scrollbar-thumb {
  background-color: #376074;
  border-radius: 10px;
  background-clip: padding-box;
}
.scroll::-webkit-scrollbar-track {
  background-color: #D9D9D9;
  border-radius: 10px;
}

.w_block {
  display: block;
}
@media (max-width: 1023px) {
  .w_block {
    display: inline-block;
  }
}

.m_block {
  display: inline-block;
}
@media (max-width: 1023px) {
  .m_block {
    display: block;
  }
}

.m_none {
  display: inline-block;
}
@media (min-width: 768px) {
  .m_none {
    display: block;
  }
}

/* 엘리베이터 - 전면 교체, 
   유지관리 서비스 - 부분 교체 공통 */
.necessity_wrap_common {
  background: #F3F3F3;
  padding: 160px 0;
}
@media (max-width: 1023px) {
  .necessity_wrap_common {
    padding: 80px 0;
  }
}
.necessity_wrap_common ul.adv_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .necessity_wrap_common ul.adv_items {
    flex-direction: column;
  }
}
.necessity_wrap_common ul.adv_items li {
  width: calc((100% - 48px) / 3);
  height: 300px;
  border-radius: 10px;
  border: 1px solid #CACACA;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.necessity_wrap_common ul.adv_items li[data-motion] {
  transform: translateY(30%);
  transition: transform 0.75s, opacity 0.75s;
  opacity: 0;
}
@media (max-width: 1023px) {
  .necessity_wrap_common ul.adv_items li[data-motion] {
    transform: translateY(10%);
  }
}
.necessity_wrap_common ul.adv_items li[data-motion].is_animated {
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 1023px) {
  .necessity_wrap_common ul.adv_items li {
    width: calc((100% - 16px) / 3);
    height: 250px;
  }
}
@media (max-width: 767px) {
  .necessity_wrap_common ul.adv_items li {
    width: 100%;
    margin-bottom: 16px;
  }
  .necessity_wrap_common ul.adv_items li:last-child {
    margin-bottom: 0;
  }
}
.necessity_wrap_common ul.adv_items li:nth-child(n+4) {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .necessity_wrap_common ul.adv_items li:nth-child(n+4) {
    margin-bottom: 16px;
  }
}
.necessity_wrap_common ul.adv_items li p {
  margin-top: 30px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.66px;
  word-break: keep-all;
  word-wrap: break-word;
}
@media (max-width: 1023px) {
  .necessity_wrap_common ul.adv_items li p {
    font-size: 17px;
    letter-spacing: -0.51px;
    margin-top: 16px;
  }
}
.necessity_wrap_common ul.adv_items li p span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #666;
  line-height: 1.4;
  letter-spacing: -0.54px;
  margin-top: 10px;
}
@media (max-width: 1023px) {
  .necessity_wrap_common ul.adv_items li p span {
    font-size: 15px;
    letter-spacing: -0.45px;
    margin-top: 8px;
  }
}

.process_wrap_common {
  width: 100%;
  height: 724px;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1023px) {
  .process_wrap_common {
    height: 564px;
  }
}
@media (max-width: 767px) {
  .process_wrap_common {
    height: auto;
    padding: 80px 0;
    background-size: cover !important;
  }
}
.process_wrap_common .tb_only {
  display: none;
}
@media (max-width: 1023px) {
  .process_wrap_common .tb_only {
    display: block;
  }
}
@media (max-width: 767px) {
  .process_wrap_common .tb_only {
    display: none;
  }
}
.process_wrap_common ul.process_items {
  width: 100%;
  height: 260px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.2);
  display: flex;
}
@media (max-width: 767px) {
  .process_wrap_common ul.process_items {
    height: unset;
    flex-direction: column;
  }
}
.process_wrap_common ul.process_items[data-motion] {
  transform: translateY(30%);
  transition: transform 0.75s, opacity 0.75s;
  opacity: 0;
}
@media (max-width: 1023px) {
  .process_wrap_common ul.process_items[data-motion] {
    transform: translateY(10%);
  }
}
.process_wrap_common ul.process_items[data-motion].is_animated {
  transform: translateY(0);
  opacity: 1;
}
.process_wrap_common ul.process_items li {
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .process_wrap_common ul.process_items li {
    width: 100%;
    height: 100px;
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 58px;
  }
}
@media (max-width: 320px) {
  .process_wrap_common ul.process_items li {
    padding-left: 29px;
  }
}
.process_wrap_common ul.process_items li::before, .process_wrap_common ul.process_items li::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 70px;
  background: #fff;
}
@media (max-width: 767px) {
  .process_wrap_common ul.process_items li::before, .process_wrap_common ul.process_items li::after {
    width: calc(50% - 32px);
    height: 1px;
    right: unset;
    bottom: 0;
  }
}
.process_wrap_common ul.process_items li::before {
  top: 40px;
}
@media (max-width: 1023px) {
  .process_wrap_common ul.process_items li::before {
    top: 44px;
  }
}
@media (max-width: 767px) {
  .process_wrap_common ul.process_items li::before {
    top: unset;
    left: 20px;
  }
}
.process_wrap_common ul.process_items li::after {
  bottom: 40px;
}
@media (max-width: 1023px) {
  .process_wrap_common ul.process_items li::after {
    bottom: 44px;
  }
}
@media (max-width: 767px) {
  .process_wrap_common ul.process_items li::after {
    bottom: 0;
    right: 20px;
  }
}
.process_wrap_common ul.process_items li:last-child::before, .process_wrap_common ul.process_items li:last-child::after {
  display: none;
}
@media (max-width: 1023px) {
  .process_wrap_common ul.process_items li img {
    width: 48px;
    height: auto;
  }
}
.process_wrap_common ul.process_items li span {
  margin-top: 24px;
  color: #fff;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: -0.66px;
  text-align: center;
}
@media (max-width: 1023px) {
  .process_wrap_common ul.process_items li span {
    font-size: 18px;
  }
  .process_wrap_common ul.process_items li span .w_block {
    display: block;
  }
}
@media (max-width: 767px) {
  .process_wrap_common ul.process_items li span {
    margin-top: 0;
    margin-left: 16px;
  }
  .process_wrap_common ul.process_items li span .w_block {
    display: inline-block;
  }
}
.process_wrap_common ul.process_items li em {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.3);
}
@media (max-width: 1023px) {
  .process_wrap_common ul.process_items li em {
    width: 30px;
    height: 30px;
    right: -15px;
  }
}
@media (max-width: 767px) {
  .process_wrap_common ul.process_items li em {
    width: 24px;
    height: 24px;
    right: unset;
    top: unset;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
  }
}
.process_wrap_common ul.process_items li em::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 15px;
  background: url(/imagestenance/icon_arrow.svg) no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .process_wrap_common ul.process_items li em::after {
    width: 8px;
    top: 54%;
    left: 43%;
    transform: translate(-50%, -50%) rotate(90deg);
  }
}

/* 엘리베이터 - 신규설치, 전면교체
   유지관리 서비스 -부분 교체 공통 시작*/
.hero_sticky_common {
  width: 100%;
  padding: 160px 0;
}
@media (max-width: 1023px) {
  .hero_sticky_common {
    padding: 80px 0;
  }
}
.hero_sticky_common .hero_sticky_wrap {
  display: flex;
}
@media (max-width: 1023px) {
  .hero_sticky_common .hero_sticky_wrap {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.hero_sticky_common .hero_sticky_wrap > div {
  width: 50%;
}
@media (max-width: 1023px) {
  .hero_sticky_common .hero_sticky_wrap > div {
    width: 100%;
  }
}
.hero_sticky_common .hero_sticky_wrap .fixed_text {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (max-width: 1023px) {
  .hero_sticky_common .hero_sticky_wrap .fixed_text[data-motion] p {
    transform: translateY(30%);
    transition: transform 0.75s;
  }
  .hero_sticky_common .hero_sticky_wrap .fixed_text[data-motion].is_animated p {
    transform: translateY(0);
  }
}
.hero_sticky_common .hero_sticky_wrap .fixed_text p {
  word-break: keep-all;
  word-wrap: break-word;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -1.5px;
}
@media (max-width: 1023px) {
  .hero_sticky_common .hero_sticky_wrap .fixed_text p {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.9px;
    margin-bottom: 40px;
  }
  .hero_sticky_common .hero_sticky_wrap .fixed_text p[data-motion] {
    transform: translateY(10%);
    opacity: 0;
    transition: transform 0.75s, opacity 0.75s;
  }
  .hero_sticky_common .hero_sticky_wrap .fixed_text p[data-motion].is_animated {
    transform: translateY(0);
    opacity: 1;
  }
  .hero_sticky_common .hero_sticky_wrap .fixed_text p br {
    display: none;
  }
}
@media (max-width: 1023px) {
  .hero_sticky_common .hero_sticky_wrap .transition_text {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.hero_sticky_common .hero_sticky_wrap .transition_text div {
  margin-bottom: 120px;
}
.hero_sticky_common .hero_sticky_wrap .transition_text div:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .hero_sticky_common .hero_sticky_wrap .transition_text div {
    width: calc((100% - 16px) / 2);
    margin-bottom: 60px;
  }
  .hero_sticky_common .hero_sticky_wrap .transition_text div:nth-last-child(2) {
    margin-bottom: 0;
  }
  .hero_sticky_common .hero_sticky_wrap .transition_text div[data-motion] > * {
    transform: translateY(10%);
    transition: transform 0.75s, opacity 0.75s;
    opacity: 0;
  }
  .hero_sticky_common .hero_sticky_wrap .transition_text div[data-motion] strong {
    transform: translateY(50%);
    transition: transform 0.85s, opacity 0.85s;
    display: block;
  }
  .hero_sticky_common .hero_sticky_wrap .transition_text div[data-motion] p {
    transform: translateY(20%);
    transition: transform 0.85s, opacity 0.85s;
    transition-delay: 0.2s;
  }
  .hero_sticky_common .hero_sticky_wrap .transition_text div[data-motion].is_animated > * {
    transform: translateY(0);
    opacity: 1;
  }
  .hero_sticky_common .hero_sticky_wrap .transition_text div img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .hero_sticky_common .hero_sticky_wrap .transition_text div {
    width: 100%;
  }
  .hero_sticky_common .hero_sticky_wrap .transition_text div:nth-last-child(2) {
    margin-bottom: 60px;
  }
}
.hero_sticky_common .hero_sticky_wrap .transition_text strong {
  display: block;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.78px;
  margin: 32px 0 16px 0;
  word-break: keep-all;
  word-wrap: break-word;
}
.hero_sticky_common .hero_sticky_wrap .transition_text strong.lh14 {
  line-height: 1.4;
}
@media (max-width: 1023px) {
  .hero_sticky_common .hero_sticky_wrap .transition_text strong {
    font-size: 18px;
    letter-spacing: -0.54px;
    margin: 16px 0 8px 0;
    line-height: 1.4;
  }
}
.hero_sticky_common .hero_sticky_wrap .transition_text strong em {
  display: block;
  color: #666;
  font-weight: 400;
  line-height: inherit;
  letter-spacing: inherit;
}
@media (max-width: 1023px) {
  .hero_sticky_common .hero_sticky_wrap .transition_text strong em {
    margin-top: 8px;
    font-size: 15px;
    letter-spacing: -0.45px;
  }
}
.hero_sticky_common .hero_sticky_wrap .transition_text p {
  word-break: keep-all;
  word-wrap: break-word;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.54px;
}
@media (max-width: 1023px) {
  .hero_sticky_common .hero_sticky_wrap .transition_text p {
    font-size: 15px;
    letter-spacing: -0.45px;
  }
  .hero_sticky_common .hero_sticky_wrap .transition_text p br {
    display: none;
  }
}

.replacement_wrap_common {
  padding: 160px 0 192px 0;
}
@media (max-width: 1023px) {
  .replacement_wrap_common {
    padding: 60px 0 96px 0;
  }
}
.replacement_wrap_common .area_wrap {
  width: 100%;
  height: fit-content;
  position: relative;
}
@media (max-width: 1023px) {
  .replacement_wrap_common .area_wrap[data-motion] .left_area {
    transform: translateY(50px);
    opacity: 0;
    transition: transform 0.95s, opacity 0.95s;
  }
  .replacement_wrap_common .area_wrap[data-motion].is_animated .left_area {
    transform: translateY(0);
    opacity: 1;
  }
}
.replacement_wrap_common .left_area {
  width: 59.4%;
  max-width: 660px;
}
@media (max-width: 1023px) {
  .replacement_wrap_common .left_area {
    width: 100%;
    max-width: unset;
  }
}
.replacement_wrap_common .left_area .image_wrap {
  background: #F3F3F3;
  padding: 42px 48px;
}
@media (max-width: 1023px) {
  .replacement_wrap_common .left_area .image_wrap {
    padding: unset;
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .replacement_wrap_common .left_area .image_wrap i.pc_only {
    display: none;
  }
}
.replacement_wrap_common .left_area .image_wrap i.mo_only {
  display: none;
}
@media (max-width: 1023px) {
  .replacement_wrap_common .left_area .image_wrap i.mo_only {
    display: block;
  }
}
.replacement_wrap_common .left_area .image_wrap img {
  transform: rotateY(0.03deg);
  max-width: 100%;
}
@media (max-width: 1023px) {
  .replacement_wrap_common .left_area .image_wrap img {
    width: 100%;
    max-width: 640px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}
.replacement_wrap_common .right_area {
  position: absolute;
  top: 0;
  right: 0;
  width: 41.6%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .replacement_wrap_common .right_area {
    position: static;
    width: 100%;
    max-width: unset;
    margin-top: 0;
  }
}
.replacement_wrap_common .right_area .tab_area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
}
@media (max-width: 1023px) {
  .replacement_wrap_common .right_area .tab_area {
    display: none;
  }
}
.replacement_wrap_common .right_area .tab_area li {
  width: calc((100% - 10px) / 2);
}
.replacement_wrap_common .right_area .tab_area li a {
  display: block;
  background: #FFF;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.6px;
  text-align: center;
  padding: 23px 0;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.replacement_wrap_common .right_area .tab_area li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
}
.replacement_wrap_common .right_area .tab_area li a:hover::before {
  border-width: 2px;
}
.replacement_wrap_common .right_area .tab_area li a.must {
  color: #376074;
}
.replacement_wrap_common .right_area .tab_area li a.must::before {
  border-color: #376074;
}
.replacement_wrap_common .right_area .tab_area li a.must.active {
  background: #376074;
  color: #fff;
}
.replacement_wrap_common .right_area .tab_area li a.choice {
  color: #376074;
}
.replacement_wrap_common .right_area .tab_area li a.choice::before {
  border-color: #376074;
}
.replacement_wrap_common .right_area .tab_area li a.choice.active {
  background: #376074;
  color: #fff;
}
.replacement_wrap_common .right_area .tab_area li a.reuse {
  color: #000;
}
.replacement_wrap_common .right_area .tab_area li a.reuse::before {
  border-color: #CACACA;
}
.replacement_wrap_common .right_area .tab_area li a.reuse.active {
  background: #EEEEEE;
}
.replacement_wrap_common .right_area .tab_area li a.reuse.active::before {
  border-color: #EEEEEE;
}
@media (max-width: 1023px) {
  .replacement_wrap_common .right_area .table_area {
    flex-direction: column;
    margin-top: 0;
  }
}
.replacement_wrap_common .right_area .table_area figure {
  background: #F3F3F3;
  width: 100%;
  height: 428px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
@media (max-width: 1023px) {
  .replacement_wrap_common .right_area .table_area figure {
    display: none;
  }
}
.replacement_wrap_common .right_area .table_area figure span {
  font-size: 26px;
  letter-spacing: -0.78px;
}
.replacement_wrap_common .right_area .table_area > div {
  display: none;
}
@media (max-width: 1023px) {
  .replacement_wrap_common .right_area .table_area > div {
    width: 100%;
    display: inherit !important;
    flex-direction: column;
    margin-top: 60px;
  }
  .replacement_wrap_common .right_area .table_area > div[data-motion] strong {
    transform: translateY(70%);
    opacity: 0;
    transition: transform 0.75s, opacity 0.75s;
  }
  .replacement_wrap_common .right_area .table_area > div[data-motion] table {
    transform: translateY(50px);
    opacity: 0;
    transition: transform 0.95s, opacity 0.95s;
  }
  .replacement_wrap_common .right_area .table_area > div[data-motion].is_animated strong {
    transform: translateY(0);
    opacity: 1;
  }
  .replacement_wrap_common .right_area .table_area > div[data-motion].is_animated table {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .replacement_wrap_common .right_area .table_area > div {
    width: 100%;
    margin-top: 60px;
  }
}
.replacement_wrap_common .right_area .table_area > div.active {
  display: block;
}
.replacement_wrap_common .right_area .table_area strong {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.9px;
  color: #000;
}
.replacement_wrap_common .right_area .table_area table {
  margin-top: 24px;
  width: 100%;
  border-top: 2px solid #000;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 1023px) {
  .replacement_wrap_common .right_area .table_area table {
    font-size: 15px;
    letter-spacing: -0.45px;
    line-height: normal;
  }
}
.replacement_wrap_common .right_area .table_area table col {
  width: 50%;
}
.replacement_wrap_common .right_area .table_area table thead {
  border-bottom: 1px solid #CACACA;
}
.replacement_wrap_common .right_area .table_area table.must td {
  color: #376074;
}
.replacement_wrap_common .right_area .table_area table th {
  background: #F3F3F3;
  padding: 28px 0;
  font-weight: 400;
  color: #000;
}
@media (max-width: 1023px) {
  .replacement_wrap_common .right_area .table_area table th {
    padding: 21px 0;
  }
}
.replacement_wrap_common .right_area .table_area table td {
  padding: 24px 0;
  border-bottom: 1px solid #CACACA;
}
@media (max-width: 1023px) {
  .replacement_wrap_common .right_area .table_area table td {
    padding: 19px;
  }
}
.replacement_wrap_common .right_area .table_area table td:nth-child(1) {
  border-right: 1px solid #CACACA;
}
@media (max-width: 1023px) {
  .replacement_wrap_common .right_area .table_area table td .m_block {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .replacement_wrap_common .right_area .table_area table td .m_block {
    display: block;
  }
}

/* 엘리베이터 - 신규설치, 전면교체
   유지관리 서비스 -부분 교체 공통 끝*/
.table_wrap .table {
  border-top: 2px solid #000;
  position: relative;
}
.table_wrap .table .scroll {
  overflow-x: auto;
}
.table_wrap .table .scroll:before {
  display: none;
  content: "";
  position: absolute;
  top: 64px;
  right: 8px;
  width: 72px;
  height: 72px;
  transition: 0.3s;
  background: url("/images/icon_swipe.svg") center no-repeat;
  background-size: cover;
  z-index: 2;
}
.table_wrap .table .scroll:after {
  display: none;
  content: "";
  width: 52px;
  height: 100%;
  position: absolute;
  right: -20px;
  bottom: 5px;
  background: linear-gradient(270deg, #FFF 0%, #FFF 45.75%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
  transition: 0.3s;
  z-index: 1;
}
.table_wrap .table .scroll.scroll__active:after, .table_wrap .table .scroll.scroll__end:after {
  opacity: 0;
}
.table_wrap .table .scroll.scroll__active:before, .table_wrap .table .scroll.scroll__end:before {
  opacity: 0;
}
.table_wrap .table .scroll.min10 table {
  min-width: 10px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 106px) {
  .table_wrap .table .scroll.min10:after, .table_wrap .table .scroll.min10:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 58px) {
  .table_wrap .table .scroll.min10:after, .table_wrap .table .scroll.min10:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min20 table {
  min-width: 20px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 116px) {
  .table_wrap .table .scroll.min20:after, .table_wrap .table .scroll.min20:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 68px) {
  .table_wrap .table .scroll.min20:after, .table_wrap .table .scroll.min20:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min30 table {
  min-width: 30px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 126px) {
  .table_wrap .table .scroll.min30:after, .table_wrap .table .scroll.min30:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 78px) {
  .table_wrap .table .scroll.min30:after, .table_wrap .table .scroll.min30:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min40 table {
  min-width: 40px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 136px) {
  .table_wrap .table .scroll.min40:after, .table_wrap .table .scroll.min40:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 88px) {
  .table_wrap .table .scroll.min40:after, .table_wrap .table .scroll.min40:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min50 table {
  min-width: 50px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 146px) {
  .table_wrap .table .scroll.min50:after, .table_wrap .table .scroll.min50:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 98px) {
  .table_wrap .table .scroll.min50:after, .table_wrap .table .scroll.min50:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min60 table {
  min-width: 60px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 156px) {
  .table_wrap .table .scroll.min60:after, .table_wrap .table .scroll.min60:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 108px) {
  .table_wrap .table .scroll.min60:after, .table_wrap .table .scroll.min60:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min70 table {
  min-width: 70px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 166px) {
  .table_wrap .table .scroll.min70:after, .table_wrap .table .scroll.min70:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 118px) {
  .table_wrap .table .scroll.min70:after, .table_wrap .table .scroll.min70:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min80 table {
  min-width: 80px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 176px) {
  .table_wrap .table .scroll.min80:after, .table_wrap .table .scroll.min80:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 128px) {
  .table_wrap .table .scroll.min80:after, .table_wrap .table .scroll.min80:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min90 table {
  min-width: 90px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 186px) {
  .table_wrap .table .scroll.min90:after, .table_wrap .table .scroll.min90:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 138px) {
  .table_wrap .table .scroll.min90:after, .table_wrap .table .scroll.min90:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min100 table {
  min-width: 100px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 196px) {
  .table_wrap .table .scroll.min100:after, .table_wrap .table .scroll.min100:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 148px) {
  .table_wrap .table .scroll.min100:after, .table_wrap .table .scroll.min100:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min110 table {
  min-width: 110px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 206px) {
  .table_wrap .table .scroll.min110:after, .table_wrap .table .scroll.min110:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 158px) {
  .table_wrap .table .scroll.min110:after, .table_wrap .table .scroll.min110:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min120 table {
  min-width: 120px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 216px) {
  .table_wrap .table .scroll.min120:after, .table_wrap .table .scroll.min120:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 168px) {
  .table_wrap .table .scroll.min120:after, .table_wrap .table .scroll.min120:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min130 table {
  min-width: 130px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 226px) {
  .table_wrap .table .scroll.min130:after, .table_wrap .table .scroll.min130:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 178px) {
  .table_wrap .table .scroll.min130:after, .table_wrap .table .scroll.min130:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min140 table {
  min-width: 140px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 236px) {
  .table_wrap .table .scroll.min140:after, .table_wrap .table .scroll.min140:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 188px) {
  .table_wrap .table .scroll.min140:after, .table_wrap .table .scroll.min140:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min150 table {
  min-width: 150px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 246px) {
  .table_wrap .table .scroll.min150:after, .table_wrap .table .scroll.min150:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 198px) {
  .table_wrap .table .scroll.min150:after, .table_wrap .table .scroll.min150:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min160 table {
  min-width: 160px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 256px) {
  .table_wrap .table .scroll.min160:after, .table_wrap .table .scroll.min160:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 208px) {
  .table_wrap .table .scroll.min160:after, .table_wrap .table .scroll.min160:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min170 table {
  min-width: 170px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 266px) {
  .table_wrap .table .scroll.min170:after, .table_wrap .table .scroll.min170:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 218px) {
  .table_wrap .table .scroll.min170:after, .table_wrap .table .scroll.min170:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min180 table {
  min-width: 180px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 276px) {
  .table_wrap .table .scroll.min180:after, .table_wrap .table .scroll.min180:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 228px) {
  .table_wrap .table .scroll.min180:after, .table_wrap .table .scroll.min180:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min190 table {
  min-width: 190px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 286px) {
  .table_wrap .table .scroll.min190:after, .table_wrap .table .scroll.min190:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 238px) {
  .table_wrap .table .scroll.min190:after, .table_wrap .table .scroll.min190:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min200 table {
  min-width: 200px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 296px) {
  .table_wrap .table .scroll.min200:after, .table_wrap .table .scroll.min200:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 248px) {
  .table_wrap .table .scroll.min200:after, .table_wrap .table .scroll.min200:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min210 table {
  min-width: 210px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 306px) {
  .table_wrap .table .scroll.min210:after, .table_wrap .table .scroll.min210:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 258px) {
  .table_wrap .table .scroll.min210:after, .table_wrap .table .scroll.min210:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min220 table {
  min-width: 220px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 316px) {
  .table_wrap .table .scroll.min220:after, .table_wrap .table .scroll.min220:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 268px) {
  .table_wrap .table .scroll.min220:after, .table_wrap .table .scroll.min220:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min230 table {
  min-width: 230px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 326px) {
  .table_wrap .table .scroll.min230:after, .table_wrap .table .scroll.min230:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 278px) {
  .table_wrap .table .scroll.min230:after, .table_wrap .table .scroll.min230:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min240 table {
  min-width: 240px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 336px) {
  .table_wrap .table .scroll.min240:after, .table_wrap .table .scroll.min240:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 288px) {
  .table_wrap .table .scroll.min240:after, .table_wrap .table .scroll.min240:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min250 table {
  min-width: 250px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 346px) {
  .table_wrap .table .scroll.min250:after, .table_wrap .table .scroll.min250:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 298px) {
  .table_wrap .table .scroll.min250:after, .table_wrap .table .scroll.min250:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min260 table {
  min-width: 260px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 356px) {
  .table_wrap .table .scroll.min260:after, .table_wrap .table .scroll.min260:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 308px) {
  .table_wrap .table .scroll.min260:after, .table_wrap .table .scroll.min260:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min270 table {
  min-width: 270px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 366px) {
  .table_wrap .table .scroll.min270:after, .table_wrap .table .scroll.min270:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 318px) {
  .table_wrap .table .scroll.min270:after, .table_wrap .table .scroll.min270:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min280 table {
  min-width: 280px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 376px) {
  .table_wrap .table .scroll.min280:after, .table_wrap .table .scroll.min280:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 328px) {
  .table_wrap .table .scroll.min280:after, .table_wrap .table .scroll.min280:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min290 table {
  min-width: 290px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 386px) {
  .table_wrap .table .scroll.min290:after, .table_wrap .table .scroll.min290:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 338px) {
  .table_wrap .table .scroll.min290:after, .table_wrap .table .scroll.min290:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min300 table {
  min-width: 300px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 396px) {
  .table_wrap .table .scroll.min300:after, .table_wrap .table .scroll.min300:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 348px) {
  .table_wrap .table .scroll.min300:after, .table_wrap .table .scroll.min300:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min310 table {
  min-width: 310px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 406px) {
  .table_wrap .table .scroll.min310:after, .table_wrap .table .scroll.min310:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 358px) {
  .table_wrap .table .scroll.min310:after, .table_wrap .table .scroll.min310:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min320 table {
  min-width: 320px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 416px) {
  .table_wrap .table .scroll.min320:after, .table_wrap .table .scroll.min320:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 368px) {
  .table_wrap .table .scroll.min320:after, .table_wrap .table .scroll.min320:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min330 table {
  min-width: 330px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 426px) {
  .table_wrap .table .scroll.min330:after, .table_wrap .table .scroll.min330:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 378px) {
  .table_wrap .table .scroll.min330:after, .table_wrap .table .scroll.min330:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min340 table {
  min-width: 340px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 436px) {
  .table_wrap .table .scroll.min340:after, .table_wrap .table .scroll.min340:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 388px) {
  .table_wrap .table .scroll.min340:after, .table_wrap .table .scroll.min340:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min350 table {
  min-width: 350px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 446px) {
  .table_wrap .table .scroll.min350:after, .table_wrap .table .scroll.min350:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 398px) {
  .table_wrap .table .scroll.min350:after, .table_wrap .table .scroll.min350:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min360 table {
  min-width: 360px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 456px) {
  .table_wrap .table .scroll.min360:after, .table_wrap .table .scroll.min360:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 408px) {
  .table_wrap .table .scroll.min360:after, .table_wrap .table .scroll.min360:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min370 table {
  min-width: 370px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 466px) {
  .table_wrap .table .scroll.min370:after, .table_wrap .table .scroll.min370:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 418px) {
  .table_wrap .table .scroll.min370:after, .table_wrap .table .scroll.min370:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min380 table {
  min-width: 380px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 476px) {
  .table_wrap .table .scroll.min380:after, .table_wrap .table .scroll.min380:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 428px) {
  .table_wrap .table .scroll.min380:after, .table_wrap .table .scroll.min380:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min390 table {
  min-width: 390px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 486px) {
  .table_wrap .table .scroll.min390:after, .table_wrap .table .scroll.min390:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 438px) {
  .table_wrap .table .scroll.min390:after, .table_wrap .table .scroll.min390:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min400 table {
  min-width: 400px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 496px) {
  .table_wrap .table .scroll.min400:after, .table_wrap .table .scroll.min400:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 448px) {
  .table_wrap .table .scroll.min400:after, .table_wrap .table .scroll.min400:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min410 table {
  min-width: 410px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 506px) {
  .table_wrap .table .scroll.min410:after, .table_wrap .table .scroll.min410:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 458px) {
  .table_wrap .table .scroll.min410:after, .table_wrap .table .scroll.min410:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min420 table {
  min-width: 420px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 516px) {
  .table_wrap .table .scroll.min420:after, .table_wrap .table .scroll.min420:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 468px) {
  .table_wrap .table .scroll.min420:after, .table_wrap .table .scroll.min420:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min430 table {
  min-width: 430px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 526px) {
  .table_wrap .table .scroll.min430:after, .table_wrap .table .scroll.min430:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 478px) {
  .table_wrap .table .scroll.min430:after, .table_wrap .table .scroll.min430:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min440 table {
  min-width: 440px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 536px) {
  .table_wrap .table .scroll.min440:after, .table_wrap .table .scroll.min440:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 488px) {
  .table_wrap .table .scroll.min440:after, .table_wrap .table .scroll.min440:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min450 table {
  min-width: 450px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 546px) {
  .table_wrap .table .scroll.min450:after, .table_wrap .table .scroll.min450:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 498px) {
  .table_wrap .table .scroll.min450:after, .table_wrap .table .scroll.min450:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min460 table {
  min-width: 460px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 556px) {
  .table_wrap .table .scroll.min460:after, .table_wrap .table .scroll.min460:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 508px) {
  .table_wrap .table .scroll.min460:after, .table_wrap .table .scroll.min460:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min470 table {
  min-width: 470px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 566px) {
  .table_wrap .table .scroll.min470:after, .table_wrap .table .scroll.min470:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 518px) {
  .table_wrap .table .scroll.min470:after, .table_wrap .table .scroll.min470:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min480 table {
  min-width: 480px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 576px) {
  .table_wrap .table .scroll.min480:after, .table_wrap .table .scroll.min480:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 528px) {
  .table_wrap .table .scroll.min480:after, .table_wrap .table .scroll.min480:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min490 table {
  min-width: 490px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 586px) {
  .table_wrap .table .scroll.min490:after, .table_wrap .table .scroll.min490:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 538px) {
  .table_wrap .table .scroll.min490:after, .table_wrap .table .scroll.min490:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min500 table {
  min-width: 500px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 596px) {
  .table_wrap .table .scroll.min500:after, .table_wrap .table .scroll.min500:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 548px) {
  .table_wrap .table .scroll.min500:after, .table_wrap .table .scroll.min500:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min510 table {
  min-width: 510px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 606px) {
  .table_wrap .table .scroll.min510:after, .table_wrap .table .scroll.min510:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 558px) {
  .table_wrap .table .scroll.min510:after, .table_wrap .table .scroll.min510:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min520 table {
  min-width: 520px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 616px) {
  .table_wrap .table .scroll.min520:after, .table_wrap .table .scroll.min520:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 568px) {
  .table_wrap .table .scroll.min520:after, .table_wrap .table .scroll.min520:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min530 table {
  min-width: 530px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 626px) {
  .table_wrap .table .scroll.min530:after, .table_wrap .table .scroll.min530:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 578px) {
  .table_wrap .table .scroll.min530:after, .table_wrap .table .scroll.min530:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min540 table {
  min-width: 540px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 636px) {
  .table_wrap .table .scroll.min540:after, .table_wrap .table .scroll.min540:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 588px) {
  .table_wrap .table .scroll.min540:after, .table_wrap .table .scroll.min540:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min550 table {
  min-width: 550px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 646px) {
  .table_wrap .table .scroll.min550:after, .table_wrap .table .scroll.min550:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 598px) {
  .table_wrap .table .scroll.min550:after, .table_wrap .table .scroll.min550:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min560 table {
  min-width: 560px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 656px) {
  .table_wrap .table .scroll.min560:after, .table_wrap .table .scroll.min560:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 608px) {
  .table_wrap .table .scroll.min560:after, .table_wrap .table .scroll.min560:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min570 table {
  min-width: 570px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 666px) {
  .table_wrap .table .scroll.min570:after, .table_wrap .table .scroll.min570:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 618px) {
  .table_wrap .table .scroll.min570:after, .table_wrap .table .scroll.min570:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min580 table {
  min-width: 580px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 676px) {
  .table_wrap .table .scroll.min580:after, .table_wrap .table .scroll.min580:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 628px) {
  .table_wrap .table .scroll.min580:after, .table_wrap .table .scroll.min580:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min590 table {
  min-width: 590px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 686px) {
  .table_wrap .table .scroll.min590:after, .table_wrap .table .scroll.min590:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 638px) {
  .table_wrap .table .scroll.min590:after, .table_wrap .table .scroll.min590:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min600 table {
  min-width: 600px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 696px) {
  .table_wrap .table .scroll.min600:after, .table_wrap .table .scroll.min600:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 648px) {
  .table_wrap .table .scroll.min600:after, .table_wrap .table .scroll.min600:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min610 table {
  min-width: 610px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 706px) {
  .table_wrap .table .scroll.min610:after, .table_wrap .table .scroll.min610:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 658px) {
  .table_wrap .table .scroll.min610:after, .table_wrap .table .scroll.min610:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min620 table {
  min-width: 620px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 716px) {
  .table_wrap .table .scroll.min620:after, .table_wrap .table .scroll.min620:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 668px) {
  .table_wrap .table .scroll.min620:after, .table_wrap .table .scroll.min620:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min630 table {
  min-width: 630px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 726px) {
  .table_wrap .table .scroll.min630:after, .table_wrap .table .scroll.min630:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 678px) {
  .table_wrap .table .scroll.min630:after, .table_wrap .table .scroll.min630:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min640 table {
  min-width: 640px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 736px) {
  .table_wrap .table .scroll.min640:after, .table_wrap .table .scroll.min640:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 688px) {
  .table_wrap .table .scroll.min640:after, .table_wrap .table .scroll.min640:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min650 table {
  min-width: 650px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 746px) {
  .table_wrap .table .scroll.min650:after, .table_wrap .table .scroll.min650:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 698px) {
  .table_wrap .table .scroll.min650:after, .table_wrap .table .scroll.min650:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min660 table {
  min-width: 660px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 756px) {
  .table_wrap .table .scroll.min660:after, .table_wrap .table .scroll.min660:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 708px) {
  .table_wrap .table .scroll.min660:after, .table_wrap .table .scroll.min660:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min670 table {
  min-width: 670px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 766px) {
  .table_wrap .table .scroll.min670:after, .table_wrap .table .scroll.min670:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 718px) {
  .table_wrap .table .scroll.min670:after, .table_wrap .table .scroll.min670:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min680 table {
  min-width: 680px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 776px) {
  .table_wrap .table .scroll.min680:after, .table_wrap .table .scroll.min680:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 728px) {
  .table_wrap .table .scroll.min680:after, .table_wrap .table .scroll.min680:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min690 table {
  min-width: 690px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 786px) {
  .table_wrap .table .scroll.min690:after, .table_wrap .table .scroll.min690:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 738px) {
  .table_wrap .table .scroll.min690:after, .table_wrap .table .scroll.min690:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min700 table {
  min-width: 700px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 796px) {
  .table_wrap .table .scroll.min700:after, .table_wrap .table .scroll.min700:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 748px) {
  .table_wrap .table .scroll.min700:after, .table_wrap .table .scroll.min700:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min710 table {
  min-width: 710px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 806px) {
  .table_wrap .table .scroll.min710:after, .table_wrap .table .scroll.min710:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 758px) {
  .table_wrap .table .scroll.min710:after, .table_wrap .table .scroll.min710:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min720 table {
  min-width: 720px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 816px) {
  .table_wrap .table .scroll.min720:after, .table_wrap .table .scroll.min720:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 768px) {
  .table_wrap .table .scroll.min720:after, .table_wrap .table .scroll.min720:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min730 table {
  min-width: 730px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 826px) {
  .table_wrap .table .scroll.min730:after, .table_wrap .table .scroll.min730:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 778px) {
  .table_wrap .table .scroll.min730:after, .table_wrap .table .scroll.min730:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min740 table {
  min-width: 740px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 836px) {
  .table_wrap .table .scroll.min740:after, .table_wrap .table .scroll.min740:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 788px) {
  .table_wrap .table .scroll.min740:after, .table_wrap .table .scroll.min740:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min750 table {
  min-width: 750px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 846px) {
  .table_wrap .table .scroll.min750:after, .table_wrap .table .scroll.min750:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 798px) {
  .table_wrap .table .scroll.min750:after, .table_wrap .table .scroll.min750:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min760 table {
  min-width: 760px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 856px) {
  .table_wrap .table .scroll.min760:after, .table_wrap .table .scroll.min760:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 808px) {
  .table_wrap .table .scroll.min760:after, .table_wrap .table .scroll.min760:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min770 table {
  min-width: 770px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 866px) {
  .table_wrap .table .scroll.min770:after, .table_wrap .table .scroll.min770:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 818px) {
  .table_wrap .table .scroll.min770:after, .table_wrap .table .scroll.min770:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min780 table {
  min-width: 780px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 876px) {
  .table_wrap .table .scroll.min780:after, .table_wrap .table .scroll.min780:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 828px) {
  .table_wrap .table .scroll.min780:after, .table_wrap .table .scroll.min780:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min790 table {
  min-width: 790px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 886px) {
  .table_wrap .table .scroll.min790:after, .table_wrap .table .scroll.min790:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 838px) {
  .table_wrap .table .scroll.min790:after, .table_wrap .table .scroll.min790:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min800 table {
  min-width: 800px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 896px) {
  .table_wrap .table .scroll.min800:after, .table_wrap .table .scroll.min800:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 848px) {
  .table_wrap .table .scroll.min800:after, .table_wrap .table .scroll.min800:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min810 table {
  min-width: 810px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 906px) {
  .table_wrap .table .scroll.min810:after, .table_wrap .table .scroll.min810:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 858px) {
  .table_wrap .table .scroll.min810:after, .table_wrap .table .scroll.min810:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min820 table {
  min-width: 820px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 916px) {
  .table_wrap .table .scroll.min820:after, .table_wrap .table .scroll.min820:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 868px) {
  .table_wrap .table .scroll.min820:after, .table_wrap .table .scroll.min820:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min830 table {
  min-width: 830px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 926px) {
  .table_wrap .table .scroll.min830:after, .table_wrap .table .scroll.min830:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 878px) {
  .table_wrap .table .scroll.min830:after, .table_wrap .table .scroll.min830:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min840 table {
  min-width: 840px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 936px) {
  .table_wrap .table .scroll.min840:after, .table_wrap .table .scroll.min840:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 888px) {
  .table_wrap .table .scroll.min840:after, .table_wrap .table .scroll.min840:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min850 table {
  min-width: 850px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 946px) {
  .table_wrap .table .scroll.min850:after, .table_wrap .table .scroll.min850:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 898px) {
  .table_wrap .table .scroll.min850:after, .table_wrap .table .scroll.min850:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min860 table {
  min-width: 860px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 956px) {
  .table_wrap .table .scroll.min860:after, .table_wrap .table .scroll.min860:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 908px) {
  .table_wrap .table .scroll.min860:after, .table_wrap .table .scroll.min860:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min870 table {
  min-width: 870px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 966px) {
  .table_wrap .table .scroll.min870:after, .table_wrap .table .scroll.min870:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 918px) {
  .table_wrap .table .scroll.min870:after, .table_wrap .table .scroll.min870:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min880 table {
  min-width: 880px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 976px) {
  .table_wrap .table .scroll.min880:after, .table_wrap .table .scroll.min880:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 928px) {
  .table_wrap .table .scroll.min880:after, .table_wrap .table .scroll.min880:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min890 table {
  min-width: 890px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 986px) {
  .table_wrap .table .scroll.min890:after, .table_wrap .table .scroll.min890:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 938px) {
  .table_wrap .table .scroll.min890:after, .table_wrap .table .scroll.min890:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min900 table {
  min-width: 900px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 996px) {
  .table_wrap .table .scroll.min900:after, .table_wrap .table .scroll.min900:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 948px) {
  .table_wrap .table .scroll.min900:after, .table_wrap .table .scroll.min900:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min910 table {
  min-width: 910px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 1006px) {
  .table_wrap .table .scroll.min910:after, .table_wrap .table .scroll.min910:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 958px) {
  .table_wrap .table .scroll.min910:after, .table_wrap .table .scroll.min910:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min920 table {
  min-width: 920px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 1016px) {
  .table_wrap .table .scroll.min920:after, .table_wrap .table .scroll.min920:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 968px) {
  .table_wrap .table .scroll.min920:after, .table_wrap .table .scroll.min920:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min930 table {
  min-width: 930px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 1026px) {
  .table_wrap .table .scroll.min930:after, .table_wrap .table .scroll.min930:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 978px) {
  .table_wrap .table .scroll.min930:after, .table_wrap .table .scroll.min930:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min940 table {
  min-width: 940px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 1036px) {
  .table_wrap .table .scroll.min940:after, .table_wrap .table .scroll.min940:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 988px) {
  .table_wrap .table .scroll.min940:after, .table_wrap .table .scroll.min940:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min950 table {
  min-width: 950px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 1046px) {
  .table_wrap .table .scroll.min950:after, .table_wrap .table .scroll.min950:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 998px) {
  .table_wrap .table .scroll.min950:after, .table_wrap .table .scroll.min950:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min960 table {
  min-width: 960px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 1056px) {
  .table_wrap .table .scroll.min960:after, .table_wrap .table .scroll.min960:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 1008px) {
  .table_wrap .table .scroll.min960:after, .table_wrap .table .scroll.min960:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min970 table {
  min-width: 970px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 1066px) {
  .table_wrap .table .scroll.min970:after, .table_wrap .table .scroll.min970:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 1018px) {
  .table_wrap .table .scroll.min970:after, .table_wrap .table .scroll.min970:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min980 table {
  min-width: 980px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 1076px) {
  .table_wrap .table .scroll.min980:after, .table_wrap .table .scroll.min980:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 1028px) {
  .table_wrap .table .scroll.min980:after, .table_wrap .table .scroll.min980:before {
    display: block !important;
  }
}
.table_wrap .table .scroll.min990 table {
  min-width: 990px !important;
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 1086px) {
  .table_wrap .table .scroll.min990:after, .table_wrap .table .scroll.min990:before {
    display: block !important;
  }
}
@media (max-width: 767px) and (max-width: 1038px) {
  .table_wrap .table .scroll.min990:after, .table_wrap .table .scroll.min990:before {
    display: block !important;
  }
}
.table_wrap .title_bg tr {
  border-bottom: 1px solid #CaCaCa;
}
.table_wrap .title_bg th {
  padding: 28px 10px;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 600;
  color: #000;
  background-color: #f3f3f3;
}
.table_wrap .title_bg td {
  padding: 20px 10px;
  font-size: 18px;
  letter-spacing: 0em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.875rem;
  border-right: 1px solid #CaCaCa;
  text-align: center;
}
.table_wrap .title_bg td:last-child {
  border-right: none;
}
.table_wrap .title_bg td.left {
  padding: 20px 10px 20px 40px;
  text-align: left;
}
.table_wrap .title_bg td.right {
  text-align: right;
}
.table_wrap .title_bg td > span {
  display: block;
  width: 100%;
}
@media (max-width: 1023px) {
  .table_wrap .title_bg th {
    padding: 24px 10px;
    font-size: 16px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1rem;
  }
  .table_wrap .title_bg td {
    padding: 37px 10px;
    font-size: 16px;
    letter-spacing: 0em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.6875rem;
  }
  .table_wrap .title_bg td.left {
    padding: 24px;
  }
}

/* input_area */
.input_area {
  position: relative;
  display: inline-block;
  font-size: 0;
  background: #fff;
  vertical-align: top;
  box-sizing: border-box;
}
.input_area input {
  display: inline-block;
  width: 100%;
  padding: 11px 16px;
  border: none;
  border-bottom: 1px solid #CaCaCa;
  font-size: 20px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.75rem;
  vertical-align: middle;
  box-sizing: border-box;
}
.input_area input::placeholder {
  color: #999999;
}
.input_area input:focus {
  border-color: #376074;
}
.input_area input[readonly] {
  background: #fff;
  border: none;
}
.input_area input[readonly].line {
  border-bottom: 1px solid #CaCaCa;
}
.input_area.text_box {
  padding-right: 52px;
}
.input_area.text_box:last-of-type {
  padding-right: 0;
}
.input_area.text_box input {
  padding: 11px 24px;
  border: 1px solid #CaCaCa;
  border-radius: 4px !important;
}
.input_area.text_box input:focus {
  border-color: #376074;
}
.input_area > span {
  display: none;
}
@media (max-width: 1023px) {
  .input_area {
    width: 100%;
  }
  .input_area input {
    width: 100%;
    padding: 16px 8px;
    font-size: 16px;
    letter-spacing: -0.015em;
    line-height: 1;
  }
  .input_area.text_box {
    padding-right: 26px;
  }
  .input_area.text_box input {
    padding: 16px;
  }
  .input_area > span {
    display: none;
  }
}

/* textarea_area */
.textarea_area textarea {
  width: 100%;
  height: 160px;
  padding: 24px;
  background: #fff;
  border-radius: 4px !important;
  border: 1px solid #CaCaCa;
  box-sizing: border-box;
  font-size: 20px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.75rem;
  color: #666666;
  resize: none;
}
.textarea_area textarea::placeholder {
  color: #999999;
}
.textarea_area textarea:focus {
  border-color: #376074;
}
.textarea_area textarea.scroll {
  resize: none;
}
@media (max-width: 1023px) {
  .textarea_area textarea {
    padding: 16px;
    font-size: 16px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.375rem;
  }
}

/* custom_select_area */
.custom_select_area {
  z-index: 2;
  position: relative;
  display: inline-block;
  width: 224px;
  margin-right: 24px;
  text-align: left;
  vertical-align: top;
}
.custom_select_area:last-child, .custom_select_area.noMargin {
  margin-right: 0;
}
.custom_select_area a.current {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 40px 15px 16px;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1;
  color: #999999;
  background-color: #fff;
  border-bottom: 1px solid #CaCaCa;
  border-radius: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
.custom_select_area a.current:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 15px;
  height: 10px;
  background-image: url("/images/icon_arrow_down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.custom_select_area.on {
  z-index: 9;
}
.custom_select_area.on a.current {
  color: #376074;
}
.custom_select_area.on a.current:after {
  background-image: url("/images/icon_arrow_up.svg");
}
.custom_select_area.on ul {
  display: block;
}
.custom_select_area ul {
  display: none;
  position: absolute;
  top: 51px;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 152px;
  padding: 16px 0;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.16);
  border: 1px solid #376074;
  border-radius: 4px;
  background-color: #fff;
  z-index: 8;
  overflow-y: auto;
}
.custom_select_area ul li.active {
  background-color: #f3f3f3;
}
.custom_select_area ul li.active a {
  color: #376074;
}
.custom_select_area ul li a {
  display: block;
  padding: 11px 24px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
  color: #666666;
  font-weight: 600;
  text-align: left;
}
.custom_select_area .select_area {
  display: none;
}
@media (max-width: 1023px) {
  .custom_select_area {
    max-width: 100%;
    vertical-align: bottom;
  }
  .custom_select_area a.current {
    padding: 15px 8px;
    font-size: 16px;
    letter-spacing: -0.015em;
    line-height: 1;
  }
  .custom_select_area a.current::after {
    width: 14px;
    height: 8px;
  }
  .custom_select_area ul {
    max-height: 170px;
    padding: 16px 0;
  }
  .custom_select_area ul li a {
    font-size: 16px;
    letter-spacing: -0.015em;
    line-height: 1;
    padding: 15px 16px;
  }
}
@media (max-width: 1023px) {
  .custom_select_area {
    width: 100%;
  }
}

/* custom_checkbox */
.custom_checkbox {
  position: relative;
}
.custom_checkbox .checkbox_area {
  display: inline-block;
  margin-right: 48px;
  vertical-align: middle;
}
.custom_checkbox .checkbox_area:last-child {
  margin-right: 0;
}
.custom_checkbox input[type=checkbox] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.custom_checkbox input[type=checkbox] + label {
  display: block;
  position: relative;
  padding-left: 28px;
  font-size: 20px;
  letter-spacing: -0.03em;
  line-height: 1;
  cursor: pointer;
  color: #333333;
}
.custom_checkbox input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 2px !important;
  border: 1px solid #CaCaCa;
  background-color: #fff;
  box-sizing: border-box;
}
.custom_checkbox input[type=checkbox] + label:after {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 12px;
  height: 9px;
  background: url("/images/custom_checkbox_icon.svg") center no-repeat;
}
.custom_checkbox input[type=checkbox]:checked + label {
  color: #376074;
}
.custom_checkbox input[type=checkbox]:checked + label:before {
  background-color: #376074;
  border-color: #376074;
}
.custom_checkbox input[type=checkbox]:checked + label:after {
  display: block;
}
.custom_checkbox input[type=checkbox][readonly]:checked + label {
  color: #666666;
}
.custom_checkbox input[type=checkbox][readonly]:checked + label:before {
  border-color: #CaCaCa;
  background-color: #DBDBDB;
}
.custom_checkbox input[type=checkbox][readonly]:checked + label:after {
  background: url("/images/custom_checkbox_icon02.svg") center no-repeat;
}
@media (max-width: 1023px) {
  .custom_checkbox .checkbox_area {
    margin-right: 20px;
  }
  .custom_checkbox input[type=checkbox] + label {
    padding-left: 29px;
    font-size: 16px;
    letter-spacing: -0.015em;
    line-height: 1;
  }
  .custom_checkbox input[type=checkbox] + label:before {
    width: 20px;
    height: 20px;
  }
  .custom_checkbox input[type=checkbox] + label:after {
    left: 5px;
    width: 8px;
    height: 8px;
  }
  .custom_checkbox input[type=checkbox]:checked + label::after {
    left: 5px;
    width: 10px;
    height: 8px;
    background-size: 100% auto !important;
  }
}

/* custom_radio */
.custom_radio {
  position: relative;
}
.custom_radio .radio_area {
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
}
.custom_radio input[type=radio] {
  position: absolute;
  width: 0;
  height: 0;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.custom_radio input[type=radio] + label {
  position: relative;
  display: inline-block;
  height: 20px;
  padding-left: 32px;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1;
  line-height: 20px;
  text-align: right;
  color: #666;
  cursor: pointer;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom_radio input[type=radio] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.custom_radio input[type=radio] + label:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 100%;
}
.custom_radio input[type=radio]:checked + label {
  color: #376074;
}
.custom_radio input[type=radio]:checked + label:after {
  background: #376074;
}
@media (max-width: 767px) {
  .custom_radio input[type=radio] + label {
    font-size: 13px;
    width: 100%;
    height: 16px;
    line-height: 16px;
    padding-left: 22px;
    text-align: left;
  }
  .custom_radio input[type=radio] + label:before {
    top: 0;
    width: 16px;
    height: 16px;
  }
  .custom_radio input[type=radio] + label:after {
    top: 5px;
    left: 5px;
    width: 6px;
    height: 6px;
  }
}

.input_multi_area {
  font-size: 0;
  vertical-align: bottom;
}
.input_multi_area .input_area {
  width: calc(100% - 264px);
  margin-right: 16px;
}
@media (max-width: 1023px) {
  .input_multi_area .input_area {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
}

/* email_wrap */
.email_wrap:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.email_wrap > * {
  float: left;
}
.email_wrap > * input, .email_wrap > * select {
  width: 190px;
}
.email_wrap .input_area + .input_area {
  padding-left: 40px;
  position: relative;
}
.email_wrap .input_area + .input_area:before {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1;
  content: "@";
  display: block;
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -9px;
  color: #333333;
}
.email_wrap .select_area {
  margin-left: 12px;
}
@media (max-width: 1023px) {
  .email_wrap > * input, .email_wrap > * select {
    width: 100%;
  }
  .email_wrap .input_area {
    width: calc(50% - 14px);
  }
  .email_wrap .input_area + .input_area {
    padding: 0;
    margin-left: 28px;
    position: relative;
  }
  .email_wrap .input_area + .input_area:before {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1;
    left: -19px;
    margin-top: -6px;
  }
  .email_wrap .select_area {
    margin: 10px 0 0;
  }
}

/* address_wrap */
.addr_box input {
  width: 476px;
  margin-right: 16px;
}
.addr_box input.full {
  width: 100%;
  margin-top: 16px;
}
.addr_box > .input_area {
  width: 100%;
  margin-top: 10px;
}
.addr_box .input_search input {
  width: 250px;
}
@media (max-width: 1024px) {
  .addr_box input {
    width: calc(100% - 158px);
    margin-right: 8px;
  }
  .addr_box input.full {
    margin: 8px 0 0;
  }
  .addr_box .input_search input {
    width: calc(100% - 100px);
  }
  .addr_box .input_search .search_btn {
    width: 100px;
  }
}

/* file_wrap */
.file_wrap {
  font-size: 0;
  position: relative;
}
.file_wrap input[type=file] {
  display: none;
}
.file_wrap .file_name[type=text] {
  display: inline-block;
  width: calc(100% - 181px);
  margin-right: 16px;
  padding: 12px 16px;
  border: none;
  border-bottom: 1px solid #CaCaCa;
  font-size: 20px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.75rem;
  vertical-align: middle;
}
.file_wrap label, .file_wrap .btn_delet {
  cursor: pointer;
}
.file_wrap .btn_delet {
  display: none;
}

.validity_txt {
  display: inline-block;
  position: relative;
  margin-left: 174px;
  padding: 16px 0 16px 20px;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1;
  font-weight: 400;
  color: #FF6F3F;
}
.validity_txt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("/images/validity_txt_icon.svg") center no-repeat;
  background-size: cover;
}
@media (max-width: 1023px) {
  .validity_txt {
    margin-left: 0;
    padding-left: 16px;
    padding: 8px 0 8px 16px;
    font-size: 14px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.25rem;
  }
  .validity_txt:before {
    width: 12px;
    height: 12px;
  }
}

.board .essential {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
}
.board .essential span {
  color: #376074;
}
@media (max-width: 1023px) {
  .board .essential {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1;
  }
}
.board .blue_box {
  margin-bottom: 80px;
  border-radius: 4px;
  background-color: #e4f2fe;
}
.board .blue_box > div {
  padding: 40px 10px;
  text-align: center;
}
.board .blue_box.expected .tag {
  color: #376074;
}
.board .blue_box.doing .tag {
  color: #376074;
}
.board .blue_box .tag {
  display: block;
  width: 100%;
  margin-bottom: 24px;
  color: #376074;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.125rem;
  text-decoration: underline;
  text-underline-offset: 8px;
}
.board .blue_box .title {
  display: block;
  width: 100%;
  margin-bottom: 16px;
  word-break: keep-all;
  word-wrap: break-word;
}
.board .blue_box .date {
  margin-bottom: 32px;
  font-size: 18px;
  letter-spacing: -0.03em;
  line-height: 1;
}
.board .blue_box .hash ul {
  font-size: 0;
}
.board .blue_box .hash ul li {
  display: inline-block;
  vertical-align: middle;
  color: #666666;
  font-size: 18px;
  letter-spacing: -0.03em;
  line-height: 1;
}
.board .blue_box .hash ul li + li {
  margin-left: 8px;
}
@media (max-width: 1023px) {
  .board .blue_box {
    margin-bottom: 40px;
  }
  .board .blue_box > div {
    padding: 24px 36px 30px;
  }
  .board .blue_box .tag {
    margin-bottom: 24px;
    font-size: 16px;
    letter-spacing: -0.015em;
    line-height: 1;
  }
  .board .blue_box .date {
    margin-bottom: 24px;
    font-size: 16px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.375rem;
  }
  .board .blue_box .hash ul li {
    font-size: 16px;
    letter-spacing: -0.015em;
    line-height: 1;
  }
  .board .blue_box .hash ul li + li {
    margin-left: 4px;
  }
}
.board .dot li,
.board .dot p {
  position: relative;
  padding-left: 14px;
}
.board .dot li:before,
.board .dot p:before {
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
}

/* board_list */
.board_list table {
  width: 100%;
  border-bottom: 1px solid #CaCaCa;
}
.board_list table thead {
  display: none;
}
.board_list table tr {
  width: 100%;
  min-width: 100%;
  border-top: 1px solid #CaCaCa;
}
.board_list table td {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1;
  word-break: keep-all;
  word-wrap: break-word;
}
.board_list table td.tit {
  display: inline-block;
  width: calc(100% - 240px);
  padding: 19px 20px 19px 40px;
}
.board_list table td.download {
  display: inline-block;
  padding: 19px 40px;
}
.board_list table td p {
  text-align: left;
  color: #333333;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.board_list table td:hover p {
  color: #376074;
}
.board_list table td:hover .icon {
  background-image: url(/images/icon_download_hover.svg);
}
@media (max-width: 1023px) {
  .board_list table {
    display: block;
  }
  .board_list table tbody {
    display: block;
  }
  .board_list table tr {
    width: 100%;
  }
  .board_list table td {
    word-break: keep-all;
    word-wrap: break-word;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1;
  }
  .board_list table td.tit {
    display: table-cell;
    width: 100%;
    padding: 25px 8px;
  }
  .board_list table td.download {
    margin-right: 8px;
    padding: 25px 0;
  }
  .board_list table td p {
    padding-right: 20px;
    font-size: 18px;
    letter-spacing: -0.015em;
    line-height: 1;
  }
  .board_list table td .btn {
    position: relative;
    min-width: auto;
    width: 20px;
    height: 20px;
    border: none;
    background: #fff;
  }
  .board_list table td .btn:before {
    display: none;
  }
  .board_list table td .btn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-image: url("/images/icon_download_hover.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .board_list table td .btn span {
    display: none;
  }
}

/* paging_wrap */
.paging_wrap {
  padding-top: 64px;
  text-align: center;
}
.paging_wrap.mo {
  display: none;
}
.paging_wrap * {
  vertical-align: middle;
}
.paging_wrap .arrow {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}
.paging_wrap .arrow > a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 48px;
  height: 48px;
  text-indent: -9999px;
  transition: all 0.2s linear;
  border: 1px solid #CaCaCa;
  border-radius: 4px;
}
.paging_wrap .arrow a.prev:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 18px;
  background-image: url("/images/paging_prev.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.paging_wrap .arrow a.prev:hover {
  border-color: #376074;
}
.paging_wrap .arrow a.prev:hover:after {
  background-image: url("/images/paging_prev_hover.svg");
}
.paging_wrap .arrow a.next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 18px;
  background-image: url("/images/paging_next.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.paging_wrap .arrow a.next:hover {
  border-color: #376074;
}
.paging_wrap .arrow a.next:hover:after {
  background-image: url("/images/paging_next_hover.svg");
}
.paging_wrap .arrow.left {
  margin-right: 15px;
}
.paging_wrap .arrow.right {
  margin-left: 15px;
}
.paging_wrap .num {
  display: inline-block;
  padding: 14px;
  font-size: 20px;
  vertical-align: middle;
  color: #666666;
}
.paging_wrap .num.current {
  text-decoration: underline;
  color: #376074;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .paging_wrap {
    padding-top: 32px;
  }
  .paging_wrap.web {
    display: none;
  }
  .paging_wrap.mo {
    display: block;
  }
  .paging_wrap .arrow > a {
    width: 40px;
    height: 40px;
  }
  .paging_wrap .arrow a.prev:after {
    width: 18px;
    height: 16px;
    background-image: url("/images/m_paging_prev.svg");
  }
  .paging_wrap .arrow a.next:after {
    width: 18px;
    height: 16px;
    background-image: url("/images/m_paging_next.svg");
  }
  .paging_wrap .arrow.left {
    margin-right: 8px;
  }
  .paging_wrap .arrow.right {
    margin-left: 8px;
  }
  .paging_wrap .num {
    padding: 8px;
    font-size: 16px;
  }
  .paging_wrap .num.current {
    text-decoration: none;
  }
}

/* board_view */
.board_view[data-motion] .top_area h2 {
  transform: translateY(30%);
  transition: transform 0.75s;
}
.board_view[data-motion] .top_area .blue_box {
  transform: translateY(15%);
  transition: transform 0.8s;
}
.board_view[data-motion] .cont_area {
  transform: translateY(10%);
  transition: transform 0.85s;
}
.board_view[data-motion].is_animated .top_area h2 {
  transform: translateY(0);
}
.board_view[data-motion].is_animated .top_area .blue_box {
  transform: translateY(0);
}
.board_view[data-motion].is_animated .cont_area {
  transform: translateY(0);
}
.board_view .top_area h2 {
  margin-bottom: 70px;
  text-align: center;
}
.board_view .cont_area + .cont_area {
  margin-top: 80px;
}
.board_view .cont_area strong {
  display: block;
  width: 100%;
  padding-bottom: 32px;
  text-align: left;
  font-size: 30px;
  letter-spacing: -0.03em;
  line-height: 1;
}
.board_view .cont_area .info {
  padding: 60px 64px 80px;
  border-top: 1px solid #CaCaCa;
  border-bottom: 1px solid #CaCaCa;
}
.board_view .cont_area .info .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: normal;
  width: 100%;
}
.board_view .cont_area .info .box + .box {
  margin-top: 48px;
}
.board_view .cont_area .info .box .left {
  padding-right: 48px;
  font-weight: 600;
  color: #000000;
}
.board_view .cont_area .info .box .refer {
  font-size: 20px;
  letter-spacing: -0.03em;
  line-height: 1;
  word-break: keep-all;
  word-wrap: break-word;
  line-height: 1.3;
  margin-top: 32px;
  padding-left: 18px;
  text-indent: -18px;
}
.board_view .cont_area ul {
  padding-left: 10px;
}
.board_view .cont_area .issue + .issue {
  margin-top: 32px;
}
.board_view .cont_area .issue ul {
  margin-top: 10px;
}
.board_view .cont_area li,
.board_view .cont_area p {
  font-size: 20px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 2.125rem;
  word-break: keep-all;
  word-wrap: break-word;
  color: #666666;
}
.board_view .cont_area img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .board_view + .cont_area {
    margin-top: 40px;
  }
  .board_view .top_area h2 {
    margin-bottom: 40px;
  }
  .board_view .cont_area strong {
    padding-bottom: 16px;
    font-size: 22px;
    letter-spacing: -0.03em;
    line-height: 1;
  }
  .board_view .cont_area .info {
    padding: 32px 0 40px;
  }
  .board_view .cont_area .info .box + .box {
    margin-top: 32px;
  }
  .board_view .cont_area .info .box .left {
    display: block;
    width: 100%;
    padding: 0 0 30px;
  }
  .board_view .cont_area .info .box .refer {
    font-size: 16px;
    letter-spacing: -0.03em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.375rem;
    padding-left: 14px;
    text-indent: -14px;
  }
  .board_view .cont_area ul {
    padding-left: 10px;
  }
  .board_view .cont_area .issue ul {
    margin-top: 10px;
  }
  .board_view .cont_area li {
    font-size: 16px;
    letter-spacing: -0.03em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.375rem;
  }
  .board_view .cont_area p {
    font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 1;
  }
}
/* board_write */
.board_write .top_area {
  border-bottom: 2px solid #000;
}
.board_write .top_area h3 {
  margin-bottom: 28px;
}
.board_write .top_area .desc {
  font-size: 20px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.75rem;
}
.board_write .top_area .essential {
  width: 100%;
  margin: 2px 0 8px;
  text-align: right;
}
.board_write .cont_area {
  padding: 64px 32px;
  border-bottom: 2px solid #000;
}
.board_write .input_area_wrap {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 48px;
}
.board_write .input_area_wrap:last-of-type {
  margin-bottom: 0;
}
.board_write .input_area_wrap .label {
  display: inline-block;
  width: 120px;
  margin-right: 42px;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1;
  vertical-align: middle;
}
.board_write .input_area_wrap .label.top {
  padding-top: 10px;
  vertical-align: top;
}
.board_write .input_area_wrap .label span {
  display: inline;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1;
  color: #376074;
}
.board_write .input_area_wrap .input_area {
  display: inline-block;
  width: calc(100% - 167px);
  vertical-align: middle;
}
.board_write .input_area_wrap .input_area > span {
  margin-top: 16px;
}
.board_write .email_box {
  display: inline-block;
  width: calc(100% - 167px);
  vertical-align: middle;
  font-size: 0;
}
.board_write .email_box .input_area {
  display: inline-block;
}
.board_write .email_box .input_area input[readonly] {
  border-bottom: 1px solid #CaCaCa;
  color: #999999;
}
.board_write .email_box .input_area:nth-of-type(1) {
  width: calc((100% - 364.5px) / 2);
  margin-right: 0;
}
.board_write .email_box .input_area:nth-of-type(2) {
  width: calc((100% - 364.5px) / 2);
  margin-right: 16px;
}
.board_write .email_box .at {
  display: inline-block;
  margin: 0 8px;
  color: #999999;
  vertical-align: inherit;
}
.board_write .email_box .custom_select_area {
  display: inline-block;
  width: 315px;
}
.board_write .email_box.certified .input_area:nth-of-type(1) {
  width: calc((100% - 485px) / 2);
}
.board_write .email_box.certified .input_area:nth-of-type(2) {
  width: calc((100% - 485px) / 2);
}
.board_write .email_box.certified .custom_select_area {
  width: 252px;
  vertical-align: inherit;
}
.board_write .report_box {
  display: inline-block;
  width: calc(100% - 167px);
  vertical-align: top;
}
.board_write .report_box .input_area {
  width: 100%;
  margin-bottom: 16px;
  padding-right: 0;
}
.board_write .report_box .textarea_area {
  position: relative;
}
.board_write .report_box .textarea_area .validity_txt {
  margin-left: 0;
}
.board_write .report_box textarea {
  height: 300px;
}
.board_write .report_box .file_wrap {
  margin-top: 25px;
}
.board_write .report_box .file_wrap > p {
  margin-top: 8px;
  color: #999999;
}
.board_write .agree_accordion {
  margin-top: 80px;
}
.board_write .agree_accordion h3 {
  margin-bottom: 30px;
}
.board_write .agree_accordion h3 span {
  color: #376074;
}
.board_write .agree_accordion ul {
  position: relative;
}
.board_write .agree_accordion li.on .check_wrap a img {
  transform: translate(-50%, -50%) rotate(0deg);
}
.board_write .agree_accordion .check_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 40px 48px;
  background-color: #e4f2fe;
}
.board_write .agree_accordion .check_wrap .custom_checkbox {
  display: inline-block;
  width: calc(100% - 50px);
}
.board_write .agree_accordion .check_wrap a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
}
.board_write .agree_accordion .check_wrap a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}
.board_write .agree_accordion .check_cont {
  display: none;
  padding: 40px;
  font-size: 16px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.375rem;
  background-color: #fff;
  border: 1px solid #CaCaCa;
}
.board_write .agree_accordion .check_cont strong {
  color: #376074;
}
.board_write .agree_accordion .check_cont p {
  position: relative;
}
.board_write .agree_accordion .check_cont p.dash {
  padding-left: 10px;
}
.board_write .agree_accordion .check_cont p.dash:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
.board_write .agree_accordion .check_cont p span {
  display: block;
  padding-top: 16px;
}
.board_write .agree_accordion .check_cont li {
  padding-bottom: 23px;
}
.board_write .agree_accordion .check_cont li:last-of-type {
  padding-bottom: 0;
}
.board_write .agree_accordion .validity_txt {
  margin-left: 0;
}
.board_write .captchar {
  margin-top: 80px;
  margin-bottom: 0;
}
.board_write .captchar > div {
  display: flex;
  align-items: center;
  padding: 48px 32px;
  border: 1px solid #CaCaCa;
}
.board_write .captchar .box .input_area {
  width: calc(100% - 246px);
  padding: 0 16px 0 8px;
}
.board_write .captchar .box .refresh_btn {
  display: inline-block;
  vertical-align: middle;
  width: 46px;
  height: 46px;
  border: 1px solid #cacaca;
  font-size: 0;
  text-indent: -999px;
  position: relative;
  border-radius: 4px;
}
.board_write .captchar .box .refresh_btn span {
  background: url("/images/btn_refresh.svg") center no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .board_write .captchar {
    margin-top: 40px;
  }
  .board_write .captchar > div {
    font-size: 0;
    display: block;
    padding: 20px;
  }
  .board_write .captchar .box .img {
    width: calc(100% - 46px);
    height: 56px;
    display: inline-block;
    vertical-align: middle;
  }
  .board_write .captchar .box .img img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: block;
  }
  .board_write .captchar .box .input_area {
    width: 100%;
    padding: 0;
    margin: 16px 0 0;
  }
}
@media (max-width: 1023px) {
  .board_write .top_area h3 {
    margin-bottom: 16px;
  }
  .board_write .top_area .desc {
    font-size: 16px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.375rem;
  }
  .board_write .top_area .essential {
    margin: 16px 0 8px;
  }
  .board_write .cont_area {
    padding: 48px 0;
  }
  .board_write .input_area_wrap .label {
    width: 100%;
    margin-right: 0;
    padding-bottom: 8px;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1;
  }
  .board_write .input_area_wrap .label.top {
    padding-top: 0;
  }
  .board_write .input_area_wrap .label span {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1;
  }
  .board_write .input_area_wrap .input_area {
    width: 100%;
  }
  .board_write .email_box {
    width: 100%;
  }
  .board_write .email_box .input_area:nth-of-type(1) {
    width: calc((100% - 230px) / 2);
    margin-bottom: 0;
  }
  .board_write .email_box .input_area:nth-of-type(2) {
    width: calc((100% - 230px) / 2);
    margin-bottom: 0;
    margin-right: 8px;
  }
  .board_write .email_box .at {
    margin: 0 4px;
  }
  .board_write .email_box .custom_select_area {
    width: 200px;
  }
  .board_write .email_box.certified .input_area:nth-of-type(1) {
    width: calc((100% - 390px) / 2);
  }
  .board_write .email_box.certified .input_area:nth-of-type(2) {
    width: calc((100% - 390px) / 2);
  }
  .board_write .email_box.certified .custom_select_area {
    width: 200px;
    margin-right: 10px;
    vertical-align: bottom;
  }
  .board_write .report_box {
    width: 100%;
  }
  .board_write .report_box .input_area {
    margin-bottom: 8px;
  }
  .board_write .report_box .file_wrap {
    margin-top: 12px;
  }
  .board_write .report_box textarea {
    height: 200px;
  }
  .board_write .file_wrap .file_name[type=text] {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1;
  }
  .board_write .agree_accordion {
    margin-top: 40px;
  }
  .board_write .agree_accordion h3 {
    margin-bottom: 20px;
  }
  .board_write .agree_accordion .check_wrap {
    padding: 25px 24px 25px 16px;
  }
  .board_write .agree_accordion .check_wrap .custom_checkbox {
    width: calc(100% - 40px);
  }
  .board_write .agree_accordion .check_wrap a {
    width: 30px;
    height: 30px;
  }
  .board_write .agree_accordion .check_wrap a img {
    width: 12px;
    height: auto;
  }
  .board_write .agree_accordion .check_cont {
    padding: 20px;
    font-size: 14px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.1875rem;
  }
}
@media (max-width: 767px) {
  .board_write .email_box .input_area:nth-of-type(1) {
    width: calc((100% - 24px) / 2);
  }
  .board_write .email_box .input_area:nth-of-type(2) {
    width: calc((100% - 24px) / 2);
    margin-right: 0;
  }
  .board_write .email_box .input_area {
    width: calc(50% - 8px);
    margin-right: 0;
  }
  .board_write .email_box .custom_select_area {
    width: 100%;
    margin-top: 8px;
  }
  .board_write .email_box.certified .input_area:nth-of-type(1) {
    width: calc((100% - 24px) / 2);
  }
  .board_write .email_box.certified .input_area:nth-of-type(2) {
    width: calc((100% - 24px) / 2);
    margin-right: 0;
  }
  .board_write .email_box.certified .input_area {
    width: calc(50% - 8px);
    margin-right: 0;
  }
  .board_write .email_box.certified .custom_select_area {
    width: 100%;
    margin-top: 8px;
  }
  .board_write .email_box.certified .btn {
    width: 100%;
    min-width: 100%;
    margin-top: 16px;
  }
  .board_write .file_wrap .file_name[type=text] {
    width: calc(100% - 158px);
    margin-right: 8px;
  }
}

.result_none h3 {
  text-align: center;
}
.result_none .search_bg {
  margin: 64px 0 80px;
}
.result_none .results .none {
  display: block;
  width: 100%;
  text-align: center;
}
.result_none .results .none p {
  margin: 32px 0 192px;
  font-size: 30px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 2.625rem;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .result_none .search_bg {
    margin: 40px 0 32px;
  }
  .result_none .results .none img {
    max-width: 72px;
  }
  .result_none .results .none p {
    margin: 16px 0 96px;
    font-size: 22px;
    letter-spacing: -0.015em;
    line-height: 1;
  }
}

/* page */
#wrap.error .error_con {
  padding: 260px 0 0;
  text-align: center;
}
#wrap.error .error_con[data-motion] i {
  transform: translateY(30%);
  transition: transform 0.75s;
}
#wrap.error .error_con[data-motion] h2 {
  transform: translateY(100%);
  transition: transform 0.75s;
  transition-delay: 0.1s;
}
#wrap.error .error_con[data-motion] p {
  transform: translateY(30%);
  transition: transform 0.75s;
  transition-delay: 0.15s;
}
#wrap.error .error_con[data-motion] .btn {
  transform: translateY(50%);
  transition: transform 0.75s;
  transition-delay: 0.2s;
}
#wrap.error .error_con[data-motion].is_animated i, #wrap.error .error_con[data-motion].is_animated h2, #wrap.error .error_con[data-motion].is_animated p, #wrap.error .error_con[data-motion].is_animated .btn {
  transform: translateY(0);
}
#wrap.error .error_con i {
  display: block;
  margin: 0 auto;
}
#wrap.error .error_con h2 {
  margin: 32px 0 48px;
  font-size: 40px;
  letter-spacing: -0.03em;
  line-height: 1;
  word-break: keep-all;
  word-wrap: break-word;
  color: #000;
  font-weight: 600;
}
#wrap.error .error_con p {
  font-size: 30px;
  letter-spacing: -0.03em;
  line-height: 1;
  word-break: keep-all;
  word-wrap: break-word;
  line-height: 1.4;
  color: #333;
  font-weight: 400;
}
#wrap.error .error_con .btn {
  margin-top: 48px;
}
@media (max-width: 1023px) {
  #wrap.error .error_con {
    padding: 148px 0 0;
  }
  #wrap.error .error_con i img {
    width: 72px;
  }
  #wrap.error .error_con h2 {
    margin: 16px 0 24px;
    font-size: 26px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
  }
  #wrap.error .error_con p {
    font-size: 22px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
  }
  #wrap.error .error_con .btn {
    margin-top: 24px;
  }
}

#wrap.privacy .sec01 {
  text-align: right;
}
#wrap.privacy .sec01 .custom_select_area {
  width: 312px;
}
#wrap.privacy .sec01[data-motion] .custom_select_area {
  transform: translateY(50%);
  transition: transform 0.75s;
  transition-delay: 0.1s;
}
#wrap.privacy .sec01[data-motion].is_animated .custom_select_area {
  transform: translateY(0);
}
@media (max-width: 1023px) {
  #wrap.privacy .sec01 .custom_select_area {
    width: 100%;
  }
}
#wrap.privacy .sec02[data-motion] .inner {
  transform: translateY(50px);
  transition: transform 0.75s;
  transition-delay: 0.1s;
}
#wrap.privacy .sec02[data-motion].is_animated .inner {
  transform: translateY(0);
}
#wrap.privacy .sec02 .title {
  padding: 32px 0;
}
#wrap.privacy .sec02 .title strong {
  display: block;
  font-size: 40px;
  letter-spacing: -0.03em;
  line-height: 1;
  font-weight: 600;
  color: #000;
}
#wrap.privacy .sec02 .title p {
  font-size: 20px;
  letter-spacing: -0.03em;
  line-height: 1;
  line-height: 1.4;
  font-weight: 400;
  color: #333;
  margin-top: 16px;
}
#wrap.privacy .sec02 .list {
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}
#wrap.privacy .sec02 .list dl {
  padding: 64px 0;
  border-bottom: 1px solid #CACACA;
}
#wrap.privacy .sec02 .list dl dt {
  font-size: 26px;
  letter-spacing: -0.03em;
  line-height: 1;
  word-break: keep-all;
  word-wrap: break-word;
  display: flex;
  line-height: 1.4;
  color: #333;
  font-weight: 600;
}
#wrap.privacy .sec02 .list dl dt span {
  color: #376074;
  margin-right: 2px;
}
#wrap.privacy .sec02 .list dl dd {
  margin-top: 32px;
  padding: 0 20px;
  font-size: 20px;
  letter-spacing: -0.03em;
  line-height: 1;
  word-break: keep-all;
  word-wrap: break-word;
  line-height: 1.7;
  color: #666;
  font-weight: 400;
}
#wrap.privacy .sec02 .list dl dd > * + * {
  margin-top: 32px;
}
#wrap.privacy .sec02 .list dl:last-child {
  border-bottom: none;
}
#wrap.privacy .sec02 .list ul.number > li {
  padding-left: 20px;
  position: relative;
  line-height: 1.7;
}
#wrap.privacy .sec02 .list ul.number > li:nth-of-type(1):before {
  content: "1.";
  position: absolute;
  left: 0;
  top: 0;
}
#wrap.privacy .sec02 .list ul.number > li:nth-of-type(2):before {
  content: "2.";
  position: absolute;
  left: 0;
  top: 0;
}
#wrap.privacy .sec02 .list ul.number > li:nth-of-type(3):before {
  content: "3.";
  position: absolute;
  left: 0;
  top: 0;
}
#wrap.privacy .sec02 .list ul.number > li:nth-of-type(4):before {
  content: "4.";
  position: absolute;
  left: 0;
  top: 0;
}
#wrap.privacy .sec02 .list ul.number > li:nth-of-type(5):before {
  content: "5.";
  position: absolute;
  left: 0;
  top: 0;
}
#wrap.privacy .sec02 .list ul.number > li:nth-of-type(6):before {
  content: "6.";
  position: absolute;
  left: 0;
  top: 0;
}
#wrap.privacy .sec02 .list ul.number > li:nth-of-type(7):before {
  content: "7.";
  position: absolute;
  left: 0;
  top: 0;
}
#wrap.privacy .sec02 .list ul.number > li:nth-of-type(8):before {
  content: "8.";
  position: absolute;
  left: 0;
  top: 0;
}
#wrap.privacy .sec02 .list ul.number > li:nth-of-type(9):before {
  content: "9.";
  position: absolute;
  left: 0;
  top: 0;
}
#wrap.privacy .sec02 .list ul.number > li:nth-of-type(10):before {
  content: "10.";
  position: absolute;
  left: 0;
  top: 0;
}
#wrap.privacy .sec02 .list ul.number > li:nth-of-type(11):before {
  content: "11.";
  position: absolute;
  left: 0;
  top: 0;
}
#wrap.privacy .sec02 .list ul.number > li:nth-of-type(12):before {
  content: "12.";
  position: absolute;
  left: 0;
  top: 0;
}
#wrap.privacy .sec02 .list ul.number > li:nth-of-type(13):before {
  content: "13.";
  position: absolute;
  left: 0;
  top: 0;
}
#wrap.privacy .sec02 .list ul.number > li:nth-of-type(14):before {
  content: "14.";
  position: absolute;
  left: 0;
  top: 0;
}
#wrap.privacy .sec02 .list ul.number > li:nth-of-type(15):before {
  content: "15.";
  position: absolute;
  left: 0;
  top: 0;
}
#wrap.privacy .sec02 .list ul.number > li:nth-of-type(16):before {
  content: "16.";
  position: absolute;
  left: 0;
  top: 0;
}
#wrap.privacy .sec02 .list ul.number > li:nth-of-type(17):before {
  content: "17.";
  position: absolute;
  left: 0;
  top: 0;
}
#wrap.privacy .sec02 .list ul.number > li:nth-of-type(18):before {
  content: "18.";
  position: absolute;
  left: 0;
  top: 0;
}
#wrap.privacy .sec02 .list ul.number > li:nth-of-type(19):before {
  content: "19.";
  position: absolute;
  left: 0;
  top: 0;
}
#wrap.privacy .sec02 .list ul.number > li + li {
  margin-top: 32px;
}
#wrap.privacy .sec02 .list ul.number.no_margin > li + li {
  margin-top: 0;
}
#wrap.privacy .sec02 .list ul.round_number > li {
  padding-left: 24px;
  position: relative;
  line-height: 1.7;
}
#wrap.privacy .sec02 .list ul.round_number > li:nth-of-type(1):before {
  content: "①";
  position: absolute;
  left: 0;
  top: 0;
}
#wrap.privacy .sec02 .list ul.round_number > li:nth-of-type(2):before {
  content: "②";
  position: absolute;
  left: 0;
  top: 0;
}
#wrap.privacy .sec02 .list ul.round_number > li:nth-of-type(3):before {
  content: "③";
  position: absolute;
  left: 0;
  top: 0;
}
#wrap.privacy .sec02 .list ul.round_number > li:nth-of-type(4):before {
  content: "④";
  position: absolute;
  left: 0;
  top: 0;
}
#wrap.privacy .sec02 .list ul.round_number > li:nth-of-type(5):before {
  content: "⑤";
  position: absolute;
  left: 0;
  top: 0;
}
#wrap.privacy .sec02 .list ul.round_number > li:nth-of-type(6):before {
  content: "⑥";
  position: absolute;
  left: 0;
  top: 0;
}
#wrap.privacy .sec02 .list ul.round_number > li:nth-of-type(7):before {
  content: "⑦";
  position: absolute;
  left: 0;
  top: 0;
}
#wrap.privacy .sec02 .list ul.round_number > li:nth-of-type(8):before {
  content: "⑧";
  position: absolute;
  left: 0;
  top: 0;
}
#wrap.privacy .sec02 .list ul.round_number > li:nth-of-type(9):before {
  content: "⑨";
  position: absolute;
  left: 0;
  top: 0;
}
#wrap.privacy .sec02 .list ul.round_number > li + li {
  margin-top: 32px;
}
#wrap.privacy .sec02 .list ul.round_number > li .table_wrap {
  width: calc(100% + 24px);
  margin-left: -24px;
}
#wrap.privacy .sec02 .list ul.round_number.no_margin > li + li {
  margin-top: 0;
}
#wrap.privacy .sec02 .list ul.line > li {
  padding-left: 16px;
  position: relative;
  line-height: 1.7;
}
#wrap.privacy .sec02 .list ul.line > li:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}
#wrap.privacy .sec02 .list ul.triangle > li {
  padding-left: 24px;
  position: relative;
  line-height: 1.7;
}
#wrap.privacy .sec02 .list ul.triangle > li:before {
  content: "▶";
  position: absolute;
  left: 0;
  top: 0;
}
#wrap.privacy .sec02 .list ul.triangle > li + li {
  margin-top: 32px;
}
#wrap.privacy .sec02 .list ul.triangle.no_margin > li + li {
  margin-top: 0;
}
#wrap.privacy .sec02 .list ul > li .padding97 {
  padding-left: 97px;
  text-indent: -97px;
}
#wrap.privacy .sec02 .list ul > li .padding97:before {
  text-indent: 0;
  position: relative !important;
  display: inline-block;
  vertical-align: top;
  margin-right: 3px;
}
#wrap.privacy .sec02 .list ul > li .padding100 {
  padding-left: 100px;
  text-indent: -100px;
}
#wrap.privacy .sec02 .list ul > li .padding100:before {
  text-indent: 0;
  position: relative !important;
  display: inline-block;
  vertical-align: top;
  margin-right: 3px;
}
#wrap.privacy .sec02 .list .table_wrap {
  margin: 32px 0;
}
#wrap.privacy .sec02 .list .table_wrap table {
  width: 100%;
  border-top: 2px solid #000;
}
#wrap.privacy .sec02 .list .table_wrap table thead tr {
  border-bottom: 1px solid #CACACA;
}
#wrap.privacy .sec02 .list .table_wrap table thead tr th {
  height: 80px;
  background-color: #F3F3F3;
  font-weight: 400;
  color: #000;
  text-align: center;
  padding: 24px 40px;
}
#wrap.privacy .sec02 .list .table_wrap table thead tr th + th {
  border-left: 1px solid #CACACA;
}
#wrap.privacy .sec02 .list .table_wrap table tbody tr {
  border-bottom: 1px solid #CACACA;
}
#wrap.privacy .sec02 .list .table_wrap table tbody tr td {
  height: 80px;
  background-color: #fff;
  font-weight: 400;
  color: #333;
  text-align: center;
  padding: 24px 40px;
}
#wrap.privacy .sec02 .list .table_wrap table tbody tr td + td {
  border-left: 1px solid #CACACA;
}
#wrap.privacy .sec02 .list .m_block {
  display: none;
}
@media (max-width: 1023px) {
  #wrap.privacy .sec02 .title {
    padding: 40px 0 16px;
  }
  #wrap.privacy .sec02 .title strong {
    display: block;
    font-size: 26px;
    letter-spacing: -0.03em;
    line-height: 1;
  }
  #wrap.privacy .sec02 .title p {
    font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
    margin-top: 8px;
  }
  #wrap.privacy .sec02 .list dl {
    padding: 32px 0;
  }
  #wrap.privacy .sec02 .list dl dt {
    font-size: 18px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.2;
  }
  #wrap.privacy .sec02 .list dl dd {
    margin-top: 16px;
    padding: 0;
    font-size: 14px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
  }
  #wrap.privacy .sec02 .list dl dd > * + * {
    margin-top: 16px;
  }
  #wrap.privacy .sec02 .list ul.number > li {
    padding-left: 14px;
  }
  #wrap.privacy .sec02 .list ul.number > li + li {
    margin-top: 16px;
  }
  #wrap.privacy .sec02 .list ul.round_number > li {
    padding-left: 16px;
  }
  #wrap.privacy .sec02 .list ul.round_number > li + li {
    margin-top: 16px;
  }
  #wrap.privacy .sec02 .list ul.round_number > li .table_wrap {
    width: calc(100% + 16px);
    margin-left: -16px;
  }
  #wrap.privacy .sec02 .list ul.line > li {
    padding-left: 9px;
  }
  #wrap.privacy .sec02 .list ul.triangle > li {
    padding-left: 16px;
  }
  #wrap.privacy .sec02 .list ul.triangle > li + li {
    margin-top: 16px;
  }
  #wrap.privacy .sec02 .list ul > li .padding97 {
    padding-left: 67px;
    text-indent: -67px;
  }
  #wrap.privacy .sec02 .list ul > li .padding100 {
    padding-left: 70px;
    text-indent: -70px;
  }
  #wrap.privacy .sec02 .list .table_wrap {
    margin: 16px 0;
  }
  #wrap.privacy .sec02 .list .table_wrap table thead tr th {
    height: 64px;
    padding: 24px 20px;
  }
  #wrap.privacy .sec02 .list .table_wrap table tbody tr td {
    height: 64px;
    padding: 24px 20px;
  }
  #wrap.privacy .sec02 .list .m_block {
    display: block;
  }
}

#wrap.search .sec01 {
  padding: 260px 0 0;
  text-align: center;
}
#wrap.search .sec01[data-motion] h2 {
  transform: translateY(30%);
  transition: transform 0.75s;
}
#wrap.search .sec01[data-motion] .search_bg {
  transform: translateY(20%);
  transition: transform 0.75s;
  transition-delay: 0.1s;
}
#wrap.search .sec01[data-motion].is_animated h2, #wrap.search .sec01[data-motion].is_animated .search_bg {
  transform: translateY(0);
}
#wrap.search .sec01 h2 {
  font-size: 40px;
  letter-spacing: -0.03em;
  line-height: 1;
  font-weight: 400;
  color: #000;
}
#wrap.search .sec01 h2 b {
  font-weight: 600;
}
#wrap.search .sec01 h2 br {
  display: none;
}
#wrap.search .sec01 .search_bg {
  margin: 80px auto 0;
}
@media (max-width: 1023px) {
  #wrap.search .sec01 {
    padding: 148px 0 0;
  }
  #wrap.search .sec01 h2 {
    font-size: 26px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
  }
  #wrap.search .sec01 h2 br {
    display: block;
  }
  #wrap.search .sec01 .search_bg {
    margin: 40px auto 0;
  }
}
#wrap.search .sec02 {
  margin-top: 64px;
}
#wrap.search .sec02[data-motion] .inner {
  transform: translateY(50px);
  transition: transform 0.75s;
  transition-delay: 0.1s;
}
#wrap.search .sec02[data-motion].is_animated .inner {
  transform: translateY(0);
}
#wrap.search .sec02 .tab_btn_type01 {
  margin-bottom: 32px;
}
#wrap.search .sec02 .tab_btn_type01 li .tab span {
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 400;
  color: #666;
  display: inline-block;
  vertical-align: top;
  margin-left: 6px;
}
#wrap.search .sec02 .tab_btn_type01 li.active .tab span {
  color: #376074;
}
#wrap.search .sec02 .list ul li a {
  padding: 48px 0;
  border-bottom: 1px solid #CACACA;
  display: flex;
  align-items: center;
}
#wrap.search .sec02 .list ul li .img_area {
  width: 240px;
  height: 200px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
#wrap.search .sec02 .list ul li .img_area img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: auto;
  height: 100%;
}
#wrap.search .sec02 .list ul li .txt_area {
  width: calc(100% - 240px);
  padding-left: 40px;
}
#wrap.search .sec02 .list ul li .txt_area dl dt {
  font-size: 26px;
  letter-spacing: -0.03em;
  line-height: 1;
  line-height: 1.4;
  color: #333;
  font-weight: 600;
}
#wrap.search .sec02 .list ul li .txt_area dl dt span {
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1;
  display: inline-block;
  margin-left: 4px;
}
#wrap.search .sec02 .list ul li .txt_area dl dd {
  margin-top: 16px;
  font-size: 20px;
  letter-spacing: -0.03em;
  line-height: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  line-height: 28px;
  max-height: 56px;
  word-break: keep-all;
  word-wrap: break-word;
  color: #666;
  font-weight: 400;
}
#wrap.search .sec02 .list ul li .txt_area dl dd .highlight {
  color: #376074;
}
#wrap.search .sec02 .result_none {
  padding-top: 48px;
}
@media (max-width: 1023px) {
  #wrap.search .sec02 {
    margin-top: 32px;
  }
  #wrap.search .sec02 .tab_btn_type01 {
    margin-bottom: 16px;
  }
  #wrap.search .sec02 .tab_btn_type01 li .tab span {
    font-size: 12px;
    letter-spacing: 0em;
    line-height: 1;
  }
  #wrap.search .sec02 .list ul li a {
    padding: 24px 0;
  }
  #wrap.search .sec02 .list ul li .img_area {
    width: 108px;
    height: 90px;
  }
  #wrap.search .sec02 .list ul li .txt_area {
    width: calc(100% - 108px);
    padding-left: 16px;
  }
  #wrap.search .sec02 .list ul li .txt_area dl dt {
    font-size: 18px;
    letter-spacing: -0.03em;
    line-height: 1;
  }
  #wrap.search .sec02 .list ul li .txt_area dl dt span {
    display: block;
    margin: 6px 0 0 0;
    font-size: 14px;
    letter-spacing: -0.03em;
    line-height: 1;
  }
  #wrap.search .sec02 .list ul li .txt_area dl dd {
    margin-top: 6px;
    font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-wrap: normal;
    line-height: 20px;
    max-height: 40px;
  }
  #wrap.search .sec02 .result_none {
    padding-top: 24px;
  }
}


#wrap.main .main_popup .popup-multiple {
  z-index: 100000;
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#wrap.main .main_popup .popup-multiple__inner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 640px;
  border-radius: 12px;
  overflow: hidden;
  transform: translate(-50%, -50%);
}
#wrap.main .main_popup .popup-multiple .swiper-container {
  background-color: #fff;
}
#wrap.main .main_popup .popup-multiple .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f7f7;
}
#wrap.main .main_popup .popup-multiple .swiper-slide:nth-of-type(even) {
  background-color: #fff;
}
#wrap.main .main_popup .popup-multiple .swiper-slide a {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 75%;
}
#wrap.main .main_popup .popup-multiple .swiper-slide img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
#wrap.main .main_popup .popup-multiple .swiper-slide img.web {
  display: block;
}
#wrap.main .main_popup .popup-multiple .swiper-slide img.mobile {
  display: none;
}
#wrap.main .main_popup .popup-multiple .swiper-pagination {
  bottom: 15px;
}
#wrap.main .main_popup .popup-multiple .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: transparent;
  border: 1px solid #fff;
  box-sizing: border-box;
  margin: 0 7px;
}
#wrap.main .main_popup .popup-multiple .swiper-pagination-bullet-active {
  background-color: #fff;
}
#wrap.main .main_popup .popup-multiple .btm-cont {
  width: 100%;
  border-top: 1px solid #f0f1f1;
  text-align: right;
  box-sizing: border-box;
  background-color: #f7f7f7;
}
#wrap.main .main_popup .popup-multiple .btm-cont__inner {
  width: 100%;
  padding: 28px 40px;
  box-sizing: border-box;
}
#wrap.main .main_popup .popup-multiple .btm-cont__inner:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
#wrap.main .main_popup .popup-multiple .btm-cont__checkbox {
  float: left;
}
#wrap.main .main_popup .popup-multiple .btm-cont__close {
  float: right;
  font-size: 0;
}
#wrap.main .main_popup .popup-multiple .btm-cont__close i {
  display: block;
  width: 24px;
  height: 24px;
  background: url("/images/main_popup_close_btn.svg") no-repeat center/100%;
}
@media (max-width: 767px) {
  #wrap.main .main_popup .popup-multiple__inner {
    width: calc(100% - 40px);
    max-width: 320px;
  }
  #wrap.main .main_popup .popup-multiple__inner .swiper-slide a {
    padding-top: 112.5%;
  }
  #wrap.main .main_popup .popup-multiple__inner .swiper-slide img.web {
    display: none;
  }
  #wrap.main .main_popup .popup-multiple__inner .swiper-slide img.mobile {
    display: block;
  }
  #wrap.main .main_popup .popup-multiple .btm-cont__inner {
    padding: 18px 20px;
  }
  #wrap.main .main_popup .popup-multiple .btm-cont__close i {
    width: 16px;
    height: 16px;
  }
}
#wrap.main .main_top_banner {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  padding: 0 60px;
  box-sizing: border-box;
  display: none;
  z-index: 100;
  background: #fff;
  transition: transform 0.6s;
}
#wrap.main .main_top_banner .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#wrap.main .main_top_banner .bg * {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#wrap.main .main_top_banner .bg .web {
  background-image: url("/images/main_top_banner_bg_web.jpg");
  display: block;
}
#wrap.main .main_top_banner .bg .mobile {
  background-image: url("/images/main_top_banner_bg_mobile.jpg");
  display: none;
}
#wrap.main .main_top_banner.banner_active {
  transform: translateY(-100%);
}
#wrap.main .main_top_banner .flex {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
#wrap.main .main_top_banner .flex > a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  padding: 0 250px 0 0;
  font-size: 0;
}
#wrap.main .main_top_banner .flex > a strong {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  letter-spacing: -0.03em;
  line-height: 1;
  word-break: keep-all;
  word-wrap: break-word;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
  margin-right: 32px;
}
#wrap.main .main_top_banner .flex > a p {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  letter-spacing: -0.03em;
  line-height: 1;
  line-height: 1.4;
  word-break: keep-all;
  word-wrap: break-word;
  font-weight: 400;
  color: #fff;
}
#wrap.main .main_top_banner .right {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
}
#wrap.main .main_top_banner .right .custom_checkbox {
  display: inline-block;
  vertical-align: middle;
}
#wrap.main .main_top_banner .right .custom_checkbox input[type=checkbox] + label {
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #fff;
}
#wrap.main .main_top_banner .right a.close {
  display: inline-block;
  vertical-align: middle;
  margin-left: 76px;
}
@media (max-width: 1539px) {
  #wrap.main .main_top_banner {
    padding: 0 65px;
  }
}
@media (max-width: 1023px) {
  #wrap.main .main_top_banner {
    height: 160px;
    padding: 0 20px;
  }
  #wrap.main .main_top_banner .bg .web {
    display: none;
  }
  #wrap.main .main_top_banner .bg .mobile {
    display: block;
  }
  #wrap.main .main_top_banner .flex {
    display: block;
  }
  #wrap.main .main_top_banner .flex > a {
    padding: 20px 0 5px;
    display: block;
    height: calc(100% - 50px);
  }
  #wrap.main .main_top_banner .flex > a strong {
    display: block;
    font-size: 22px;
    letter-spacing: -0.03em;
    line-height: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-wrap: normal;
    line-height: 30px;
    max-height: 60px;
    margin-right: 0;
  }
  #wrap.main .main_top_banner .flex > a p {
    display: block;
    margin-top: 4px;
    font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-wrap: normal;
    line-height: 22px;
    max-height: 22px;
  }
  #wrap.main .main_top_banner .right {
    right: 20px;
    top: auto;
    bottom: 20px;
    transform: none;
    text-align: right;
  }
  #wrap.main .main_top_banner .right .custom_checkbox {
    display: inline-block;
    vertical-align: middle;
  }
  #wrap.main .main_top_banner .right a.close {
    margin-left: 16px;
  }
  #wrap.main .main_top_banner .right a.close img {
    width: 16px;
  }
}

#wrap.main #content .header_main {
  height: 100px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#wrap.main #content .header_main header {
  width: 100%;
  position: absolute;
}
#wrap.main #content .header_main header .inner {
  width: calc(100% - 154px);
  max-width: none;
}
#wrap.main footer {
  margin-top: 0;
}
#wrap.main .tit {
  text-align: center;
  margin-bottom: 60px;
}
#wrap.main .tit h3 {
  font-size: 60px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 3.75rem;
  font-weight: 600;
  color: #000;
}
#wrap.main .tit p {
  font-size: 26px;
  letter-spacing: -0.03em;
  line-height: 1;
  word-break: keep-all;
  word-wrap: break-word;
  line-height: 1.4;
  font-weight: 400;
  color: #333;
  margin-top: 30px;
}
#wrap.main .tit .btn {
  margin-top: 45px;
}
#wrap.main .tit.white h3, #wrap.main .tit.white p {
  color: #fff;
}
#wrap.main .tit.left {
  text-align: left;
}
#wrap.main .tit[data-motion] h3 {
  opacity: 0;
  transform: translateY(100%);
  transition: 0.4s;
}
#wrap.main .tit[data-motion] p {
  opacity: 0;
  transform: translateY(100%);
  transition: 0.4s;
}
#wrap.main .tit[data-motion] .btn {
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.4s, opacity 0.4s, color 0.2s linear;
}
#wrap.main .tit[data-motion].is_animated h3 {
  opacity: 1;
  transform: translateY(0);
}
#wrap.main .tit[data-motion].is_animated p {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.15s;
}
#wrap.main .tit[data-motion].is_animated a {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
  transition: transform 0.6s 0.3s, opacity 0.6s 0.3s, color 0.2s linear;
}
@media (max-width: 1539px) {
  #wrap.main .tit {
    margin-bottom: 48px;
  }
  #wrap.main .tit h3 {
    font-size: 56px;
    letter-spacing: -0.03em;
    /* 0.0625 * 16 = 1px */
    line-height: 3.5rem;
  }
  #wrap.main .tit p {
    font-size: 24px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
  }
}
@media (max-width: 1023px) {
  #wrap.main .tit {
    margin-bottom: 35px;
  }
  #wrap.main .tit h3 {
    font-size: 36px;
    letter-spacing: -0.03em;
    /* 0.0625 * 16 = 1px */
    line-height: 2.25rem;
  }
  #wrap.main .tit p {
    font-size: 18px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
    margin-top: 16px;
  }
  #wrap.main .tit .btn {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  #wrap.main .tit p br {
    display: none;
  }
}
#wrap.main #content .inner {
  width: 100%;
  max-width: 1730px;
  margin: 0 auto;
  position: relative;
}
#wrap.main .sec_visual {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
#wrap.main .sec_visual .dim {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: #000;
}
#wrap.main .sec_visual .video_wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#wrap.main .sec_visual .video_wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#wrap.main .sec_visual .box {
  position: absolute;
  left: 0;
  bottom: 100px;
  width: 100%;
  z-index: 2;
}
#wrap.main .sec_visual .box .txt_area {
  position: relative;
  overflow: hidden;
}
#wrap.main .sec_visual .box .txt_area .motion {
  transform: translateY(100%);
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0.3s;
}
#wrap.main .sec_visual .box .txt_area h3 {
  font-size: 100px;
  letter-spacing: 0em;
  /* 0.0625 * 16 = 1px */
  line-height: 6.875rem;
  color: #fff;
  font-weight: 600;
}
#wrap.main .sec_visual .box .txt_area h3 span {
  width: 0;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
#wrap.main .sec_visual .box .txt_area p {
  font-size: 26px;
  letter-spacing: -0.03em;
  line-height: 1;
  line-height: 1.4;
  color: #fff;
  font-weight: 400;
  margin-top: 30px;
  word-break: keep-all;
  word-wrap: break-word;
}
#wrap.main .sec_visual .box .txt_area p br {
  display: none;
}
#wrap.main .sec_visual .box .txt_area.active .motion {
  transform: translateY(0);
}
#wrap.main .sec_visual .box .txt_area.active .motion h3 span:nth-of-type(1) {
  width: 413px;
  transition: width 1s 1.5s;
}
#wrap.main .sec_visual .box .txt_area.active .motion h3 span:nth-of-type(2) {
  width: 135px;
  transition: width 1s 2s;
}
#wrap.main .sec_visual .box .bot_btn {
  position: relative;
}
#wrap.main .sec_visual .box .bot_btn .progress_area {
  margin-top: 96px;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
#wrap.main .sec_visual .box .bot_btn .progress_area .bar {
  display: block;
  width: 0;
  height: 100%;
  background-color: #fff;
}
#wrap.main .sec_visual .box .bot_btn .controller_btn {
  position: absolute;
  right: 0;
  bottom: 98px;
}
#wrap.main .sec_visual .box .bot_btn .controller_btn a {
  display: block;
  width: 56px;
  height: 56px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
#wrap.main .sec_visual .box .bot_btn .controller_btn a.pause {
  background-image: url("/images/btn_pause.svg");
}
#wrap.main .sec_visual .box .bot_btn .controller_btn a.play {
  background-image: url("/images/btn_play.svg");
}
@media (max-width: 1539px) {
  #wrap.main .sec_visual .box {
    bottom: 80px;
  }
  #wrap.main .sec_visual .box .txt_area h3 {
    font-size: 84px;
    letter-spacing: 0em;
    line-height: 1;
    line-height: 1.1;
  }
  #wrap.main .sec_visual .box .txt_area p {
    font-size: 24px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
  }
  #wrap.main .sec_visual .box .txt_area.active .motion h3 span:nth-of-type(1) {
    width: 346px;
  }
  #wrap.main .sec_visual .box .txt_area.active .motion h3 span:nth-of-type(2) {
    width: 114px;
  }
  #wrap.main .sec_visual .box .bot_btn .progress_area {
    margin-top: 67px;
  }
  #wrap.main .sec_visual .box .bot_btn .controller_btn {
    bottom: 70px;
  }
}
@media (max-width: 1023px) {
  #wrap.main .sec_visual .box {
    bottom: 48px;
  }
  #wrap.main .sec_visual .box .txt_area h3 {
    font-size: 60px;
    letter-spacing: 0em;
    line-height: 1;
    line-height: 1.1;
  }
  #wrap.main .sec_visual .box .txt_area p {
    font-size: 20px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
    margin-top: 24px;
  }
  #wrap.main .sec_visual .box .txt_area p br {
    display: block;
  }
  #wrap.main .sec_visual .box .txt_area.active .motion h3 span:nth-of-type(1) {
    width: 248px;
  }
  #wrap.main .sec_visual .box .txt_area.active .motion h3 span:nth-of-type(2) {
    width: 81px;
  }
  #wrap.main .sec_visual .box .bot_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
  }
  #wrap.main .sec_visual .box .bot_btn .progress_area {
    width: calc(100% - 66px);
    margin-top: 0;
  }
  #wrap.main .sec_visual .box .bot_btn .controller_btn {
    width: 66px;
    padding-left: 26px;
    box-sizing: border-box;
    position: relative;
    inset: auto;
  }
  #wrap.main .sec_visual .box .bot_btn .controller_btn a {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  #wrap.main .sec_visual .box .txt_area h3 {
    font-size: 46px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.1;
  }
  #wrap.main .sec_visual .box .txt_area.active .motion h3 span:nth-of-type(1) {
    width: 178px;
  }
  #wrap.main .sec_visual .box .txt_area.active .motion h3 span:nth-of-type(2) {
    width: 58px;
  }
}
#wrap.main .sec01 {
  background: #fff;
  padding: 200px 0;
  overflow: hidden;
}
#wrap.main .sec01 .inner {
  max-width: 1930px;
}
#wrap.main .sec01 .swiper-container[data-motion] ul li.swiper-slide {
  opacity: 0;
  transform: translateY(30%);
  transition: transform 0.45s, opacity 0.45s;
}
#wrap.main .sec01 .swiper-container[data-motion].is_animated ul li.swiper-slide {
  opacity: 1;
  transform: translateY(0);
}
#wrap.main .sec01 .swiper-container[data-motion].is_animated ul li.swiper-slide:nth-of-type(2) {
  transition-delay: 0.1s;
}
#wrap.main .sec01 .swiper-container[data-motion].is_animated ul li.swiper-slide:nth-of-type(3) {
  transition-delay: 0.2s;
}
#wrap.main .sec01 ul li.swiper-slide {
  width: 33.333333%;
  height: 640px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#wrap.main .sec01 ul li.swiper-slide:nth-of-type(1) {
  background-image: url("/images/sec01_bg01.jpg");
}
#wrap.main .sec01 ul li.swiper-slide:nth-of-type(2) {
  background-image: url("/images/sec01_bg02.jpg");
}
#wrap.main .sec01 ul li.swiper-slide:nth-of-type(3) {
  background-image: url("/images/sec01_bg03.jpg");
}
#wrap.main .sec01 ul li.swiper-slide:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
  background: linear-gradient(144deg, rgba(230, 103, 91, 0.7) 0%, rgba(230, 103, 91, 0.7) 100%);
  opacity: 0;
  transition: 0.5s;
}
#wrap.main .sec01 ul li.swiper-slide .txt_area {
  width: 100%;
  text-align: center;
  margin-top: 150px;
  padding: 0 10px;
  transition: 0.5s;
}
#wrap.main .sec01 ul li.swiper-slide .txt_area strong {
  display: block;
  font-size: 40px;
  letter-spacing: 0em;
  line-height: 1;
  word-break: keep-all;
  word-wrap: break-word;
  line-height: 1.4;
  color: #fff;
  font-weight: 600;
}
#wrap.main .sec01 ul li.swiper-slide .txt_area p {
  font-size: 20px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.75rem;
  word-break: keep-all;
  word-wrap: break-word;
  color: #fff;
  font-weight: 400;
  margin-top: 15px;
  opacity: 0;
  transform: translateY(40px);
  transition: 0.5s;
}
#wrap.main .sec01 ul li.swiper-slide .txt_area .btn {
  margin-top: 24px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.5s, transform 0.5s;
}
@media (min-width: 1024px) {
  #wrap.main .sec01 ul li.swiper-slide:hover:before {
    top: 0;
    opacity: 1;
  }
  #wrap.main .sec01 ul li.swiper-slide:hover .txt_area {
    margin-top: 0;
  }
  #wrap.main .sec01 ul li.swiper-slide:hover .txt_area p {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
  }
  #wrap.main .sec01 ul li.swiper-slide:hover .txt_area .btn {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
  }
}
@media (max-width: 1539px) {
  #wrap.main .sec01 {
    padding: 144px 0;
  }
  #wrap.main .sec01 ul li.swiper-slide {
    height: 518px;
  }
  #wrap.main .sec01 ul li.swiper-slide .txt_area strong {
    font-size: 36px;
    letter-spacing: 0em;
    line-height: 1;
    line-height: 1.4;
  }
  #wrap.main .sec01 ul li.swiper-slide .txt_area p {
    font-size: 18px;
    letter-spacing: -0.03em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.75rem;
    transform: translateY(30px);
  }
  #wrap.main .sec01 ul li.swiper-slide .txt_area .btn {
    transform: translateY(30px);
  }
}
@media (max-width: 1023px) {
  #wrap.main .sec01 {
    padding: 80px 0;
  }
  #wrap.main .sec01 .swiper-container {
    width: 98%;
    margin: 0 auto;
    overflow: visible;
  }
  #wrap.main .sec01 ul li.swiper-slide {
    width: 100%;
    height: 384px;
  }
  #wrap.main .sec01 ul li.swiper-slide .txt_area {
    margin-top: 130px;
    transition: 0.5s;
  }
  #wrap.main .sec01 ul li.swiper-slide .txt_area strong {
    font-size: 34px;
    letter-spacing: 0em;
    line-height: 1;
    line-height: 1.4;
  }
  #wrap.main .sec01 ul li.swiper-slide .txt_area p {
    font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
  }
  #wrap.main .sec01 ul li.swiper-slide .txt_area .btn {
    margin-top: 32px;
  }
  #wrap.main .sec01 ul li.swiper-slide.swiper-slide-active:before {
    top: 0;
    opacity: 1;
  }
  #wrap.main .sec01 ul li.swiper-slide.swiper-slide-active .txt_area {
    margin-top: 0;
  }
  #wrap.main .sec01 ul li.swiper-slide.swiper-slide-active .txt_area p {
    opacity: 1;
    transform: translateY(0);
  }
  #wrap.main .sec01 ul li.swiper-slide.swiper-slide-active .txt_area .btn {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  #wrap.main .sec01 .swiper-container {
    width: 100%;
  }
  #wrap.main .sec01 ul li.swiper-slide {
    height: 320px;
  }
  #wrap.main .sec01 ul li.swiper-slide .txt_area {
    margin-top: 130px;
    transition: 0.5s;
  }
  #wrap.main .sec01 ul li.swiper-slide .txt_area strong {
    font-size: 26px;
    letter-spacing: 0em;
    line-height: 1;
    line-height: 1.4;
  }
}
#wrap.main .sec02 {
  padding: 0 0 200px;
  background: #fff;
}
#wrap.main .sec02 ul {
  display: flex;
  flex-wrap: wrap;
}
#wrap.main .sec02 ul[data-motion] li {
  opacity: 0;
  transform: translateY(30%);
  transition: transform 0.45s, opacity 0.45s;
}
#wrap.main .sec02 ul[data-motion].is_animated li {
  opacity: 1;
  transform: translateY(0);
}
#wrap.main .sec02 ul[data-motion].is_animated li:nth-of-type(2) {
  transition-delay: 0.1s;
}
#wrap.main .sec02 ul[data-motion].is_animated li:nth-of-type(3) {
  transition-delay: 0.2s;
}
#wrap.main .sec02 ul[data-motion].is_animated li:nth-of-type(4) {
  transition-delay: 0.3s;
}
#wrap.main .sec02 ul li {
  width: 25%;
  text-align: center;
}
#wrap.main .sec02 ul li i {
  display: block;
  margin: 0 auto;
}
#wrap.main .sec02 ul li strong {
  display: block;
  font-size: 36px;
  letter-spacing: -0.03em;
  line-height: 1;
  font-weight: 600;
  line-height: 1.1;
  color: #376074;
  margin-top: 35px;
}
#wrap.main .sec02 ul li p {
  font-size: 20px;
  letter-spacing: -0.03em;
  line-height: 1;
  word-break: keep-all;
  word-wrap: break-word;
  font-weight: 400;
  line-height: 1.4;
  color: #666;
  margin-top: 15px;
}
#wrap.main .sec02 ul li .btn {
  margin-top: 30px;
}
@media (max-width: 1539px) {
  #wrap.main .sec02 {
    padding: 0 0 144px;
  }
  #wrap.main .sec02 ul li strong {
    font-size: 34px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.1;
    margin-top: 32px;
  }
  #wrap.main .sec02 ul li p {
    font-size: 18px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
  }
}
@media (max-width: 1023px) {
  #wrap.main .sec02 {
    padding: 0 0 80px;
  }
  #wrap.main .sec02 ul li {
    width: 50%;
  }
  #wrap.main .sec02 ul li i img {
    width: 80px;
  }
  #wrap.main .sec02 ul li strong {
    font-size: 27px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.1;
    margin-top: 20px;
  }
  #wrap.main .sec02 ul li p {
    font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
    margin-top: 16px;
  }
  #wrap.main .sec02 ul li .btn {
    margin-top: 16px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  #wrap.main .sec02 ul li:nth-of-type(n+3) {
    margin-top: 64px;
  }
}
@media (max-width: 767px) {
  #wrap.main .sec02 {
    padding: 0 0 80px;
  }
  #wrap.main .sec02 ul li {
    width: 100%;
  }
  #wrap.main .sec02 ul li + li {
    margin-top: 64px;
  }
}
#wrap.main .sec03 {
  position: relative;
  z-index: 1;
  padding: 230px 0;
  overflow: hidden;
  background: #fff;
}
#wrap.main .sec03 .tit {
  margin-bottom: 0;
}
#wrap.main .sec03 .bg {
  position: absolute;
  left: 0;
  top: -40%;
  width: 100%;
  height: 160%;
  z-index: -1;
  background: url("/images/sec03_bg.jpg") no-repeat center/cover;
}
#wrap.main .sec03 a.btn {
  color: #fff;
  border: 1px solid #CACACA;
  background: rgba(0, 0, 0, 0.5);
}
#wrap.main .sec03 a.btn:before {
  background: #fff;
}
#wrap.main .sec03 a.btn span:after {
  background-image: url("/images/btn_arrow.svg");
  transition: all 0.2s linear;
}
@media (min-width: 1024px) {
  #wrap.main .sec03 a.btn:hover {
    color: #333;
  }
  #wrap.main .sec03 a.btn:hover:before {
    height: 100%;
  }
  #wrap.main .sec03 a.btn:hover span:after {
    background-image: url("/images/btn_arrow_bk.svg");
  }
}
@media (max-width: 1539px) {
  #wrap.main .sec03 {
    padding: 160px 0;
  }
}
@media (max-width: 1023px) {
  #wrap.main .sec03 {
    padding: 151px 0;
  }
}
@media (max-width: 767px) {
  #wrap.main .sec03 {
    padding: 95px 0 85px;
  }
  #wrap.main .sec03 a.btn {
    padding: 14px 18px;
  }
  #wrap.main .sec03 a.btn span {
    padding-right: 24px;
  }
}
#wrap.main .sec04 {
  padding: 200px 0;
  background: #fff;
}
#wrap.main .sec04 .box_wrap {
  height: 680px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
}
#wrap.main .sec04 .box_wrap .curtain {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
#wrap.main .sec04 .box_wrap .curtain:before {
  content: "";
  width: 55%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background-color: #fff;
  transition: 0.75s;
}
#wrap.main .sec04 .box_wrap .curtain:after {
  content: "";
  width: 55%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  background-color: #fff;
  transition: 0.75s;
}
#wrap.main .sec04 .box_wrap .video_area {
  position: absolute;
  left: 1%;
  top: 1%;
  width: 98%;
  height: 98%;
  z-index: -1;
  border-radius: 10px;
  overflow: hidden;
}
#wrap.main .sec04 .box_wrap .video_area:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(15, 122, 242, 0.7);
  opacity: 0;
  transition: 0.75s;
}
#wrap.main .sec04 .box_wrap .video_area video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#wrap.main .sec04 .box_wrap .list_area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 130px;
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(10%);
  transition: transform 0.75s, opacity 0.75s;
  transition-delay: 0.5s;
}
#wrap.main .sec04 .box_wrap .list_area > li {
  width: 20%;
  text-align: center;
}
#wrap.main .sec04 .box_wrap .list_area > li .icon {
  display: block;
  margin: 0 auto;
}
#wrap.main .sec04 .box_wrap .list_area > li .counter {
  margin: 8px 0;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#wrap.main .sec04 .box_wrap .list_area > li .counter .digit {
  display: inline-block;
  vertical-align: top;
  font-size: 100px;
  letter-spacing: 0em;
  /* 0.0625 * 16 = 1px */
  line-height: 6.25rem;
  height: 100px;
  font-weight: 400;
  color: #fff;
  overflow: hidden;
}
#wrap.main .sec04 .box_wrap .list_area > li p {
  font-size: 20px;
  letter-spacing: -0.03em;
  line-height: 1;
  line-height: 1.1;
  color: #fff;
}
#wrap.main .sec04 .box_wrap .list_area > li p + p {
  margin-top: 30px;
}
#wrap.main .sec04 .box_wrap.active .curtain {
  visibility: hidden;
}
#wrap.main .sec04 .box_wrap.active .curtain:before, #wrap.main .sec04 .box_wrap.active .curtain:after {
  width: 0;
}
#wrap.main .sec04 .box_wrap.active .video_area:before {
  opacity: 1;
}
#wrap.main .sec04 .box_wrap.active .list_area {
  opacity: 1;
  transform: translateY(0%);
}
@media (max-width: 1539px) {
  #wrap.main .sec04 {
    padding: 144px 0;
  }
  #wrap.main .sec04 .box_wrap {
    width: 100%;
    height: 556px;
  }
  #wrap.main .sec04 .box_wrap .list_area {
    padding: 0 53px;
  }
  #wrap.main .sec04 .box_wrap .list_area li .counter .digit {
    font-size: 80px;
    letter-spacing: 0em;
    /* 0.0625 * 16 = 1px */
    line-height: 5rem;
    height: 80px;
  }
  #wrap.main .sec04 .box_wrap .list_area li p {
    font-size: 18px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.1;
  }
}
@media (max-width: 1199px) {
  #wrap.main .sec04 .box_wrap .list_area {
    padding: 0 30px;
  }
  #wrap.main .sec04 .box_wrap .list_area li .counter .digit {
    font-size: 70px;
    letter-spacing: 0em;
    /* 0.0625 * 16 = 1px */
    line-height: 4.375rem;
    height: 70px;
  }
  #wrap.main .sec04 .box_wrap .list_area li p {
    font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.1;
  }
}
@media (max-width: 1023px) {
  #wrap.main .sec04 {
    padding: 80px 0;
  }
  #wrap.main .sec04 .box_wrap {
    height: 430px;
  }
  #wrap.main .sec04 .box_wrap .list_area {
    display: flex;
    padding: 0;
  }
  #wrap.main .sec04 .box_wrap .list_area > li .icon {
    display: block;
    margin: 0 auto;
  }
  #wrap.main .sec04 .box_wrap .list_area > li .counter .digit {
    font-size: 48px;
    letter-spacing: 0em;
    /* 0.0625 * 16 = 1px */
    line-height: 3rem;
    height: 48px;
  }
  #wrap.main .sec04 .box_wrap .list_area > li p {
    font-size: 13px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.1;
  }
  #wrap.main .sec04 .box_wrap .list_area > li p + p {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  #wrap.main .sec04 .box_wrap {
    height: 712px;
  }
  #wrap.main .sec04 .box_wrap .list_area {
    display: flex;
    padding: 0;
  }
  #wrap.main .sec04 .box_wrap .list_area > li {
    width: 50%;
  }
  #wrap.main .sec04 .box_wrap .list_area > li:nth-of-type(1) {
    width: 100%;
  }
  #wrap.main .sec04 .box_wrap .list_area > li + li {
    margin-top: 60px;
  }
  #wrap.main .sec04 .box_wrap .list_area > li .counter .digit {
    font-size: 56px;
    letter-spacing: 0em;
    /* 0.0625 * 16 = 1px */
    line-height: 3.5rem;
    height: 56px;
  }
  #wrap.main .sec04 .box_wrap .list_area > li p {
    font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.1;
  }
}
#wrap.main .sec05 {
  background: #fff;
  padding: 0 0 200px;
  overflow: hidden;
}
#wrap.main .sec05 .slider_wrap[data-motion] .swiper-container {
  opacity: 0;
  transform: translateX(20%);
  transition: 1s;
  transition-delay: 0.2s;
}
#wrap.main .sec05 .slider_wrap[data-motion] .bot_btn {
  opacity: 0;
  transform: translateY(50%);
  transition: 1s;
  transition-delay: 0.4s;
}
#wrap.main .sec05 .slider_wrap[data-motion].is_animated .swiper-container {
  opacity: 1;
  transform: translateX(0);
}
#wrap.main .sec05 .slider_wrap[data-motion].is_animated .bot_btn {
  opacity: 1;
  transform: translateY(0);
}
#wrap.main .sec05 .slider_wrap .swiper-container {
  overflow: visible;
}
#wrap.main .sec05 .slider_wrap .swiper-slide {
  width: 360px;
}
#wrap.main .sec05 .slider_wrap .swiper-slide a {
  display: block;
  height: 100%;
}
@media (min-width: 1024px) {
  #wrap.main .sec05 .slider_wrap .swiper-slide a:hover .img_area img {
    transform: scale(1.1);
  }
  #wrap.main .sec05 .slider_wrap .swiper-slide a:hover .txt_area p {
    color: #376074;
  }
}
#wrap.main .sec05 .slider_wrap .swiper-slide .img_area {
  width: 100%;
  height: 340px;
  border-radius: 10px;
  overflow: hidden;
  transform: rotate(0.003deg);
}
#wrap.main .sec05 .slider_wrap .swiper-slide .img_area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}
#wrap.main .sec05 .slider_wrap .swiper-slide .txt_area {
  padding: 16px 0;
}
#wrap.main .sec05 .slider_wrap .swiper-slide .txt_area p {
  font-size: 20px;
  letter-spacing: -0.03em;
  line-height: 1;
  line-height: 1.4;
  font-weight: 400;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.6s;
}
#wrap.main .sec05 .slider_wrap .bot_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
}
#wrap.main .sec05 .slider_wrap .bot_btn .swiper-pagination {
  position: relative;
  width: calc(100% - 200px);
  height: 2px;
  border-radius: 2px;
  overflow: hidden;
  background-color: #D9D9D9;
}
#wrap.main .sec05 .slider_wrap .bot_btn .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #376074;
}
#wrap.main .sec05 .slider_wrap .bot_btn .button {
  width: 200px;
  padding-left: 80px;
  font-size: 0;
}
#wrap.main .sec05 .slider_wrap .bot_btn .button > div {
  width: 56px;
  height: 56px;
  border: 1px solid #CACACA;
  border-radius: 4px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  inset: auto;
  margin: 0;
  background: #fff;
  opacity: 1;
  transition: border 0.3s;
}
#wrap.main .sec05 .slider_wrap .bot_btn .button > div:before {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background 0.3s;
}
#wrap.main .sec05 .slider_wrap .bot_btn .button > div.swiper-button-prev:before {
  background-image: url("/images/sec05_slider_prev_off.svg");
}
@media (min-width: 1024px) {
  #wrap.main .sec05 .slider_wrap .bot_btn .button > div.swiper-button-prev:hover {
    border-color: #376074;
  }
  #wrap.main .sec05 .slider_wrap .bot_btn .button > div.swiper-button-prev:hover:before {
    background-image: url("/images/sec05_slider_prev_on.png");
  }
}
#wrap.main .sec05 .slider_wrap .bot_btn .button > div.swiper-button-next {
  margin-left: 8px;
}
#wrap.main .sec05 .slider_wrap .bot_btn .button > div.swiper-button-next:before {
  background-image: url("/images/sec05_slider_next_off.svg");
}
@media (min-width: 1024px) {
  #wrap.main .sec05 .slider_wrap .bot_btn .button > div.swiper-button-next:hover {
    border-color: #376074;
  }
  #wrap.main .sec05 .slider_wrap .bot_btn .button > div.swiper-button-next:hover:before {
    background-image: url("/images/sec05_slider_next_on.png");
  }
}
@media (max-width: 1539px) {
  #wrap.main .sec05 {
    padding: 0 0 144px;
  }
  #wrap.main .sec05 .slider_wrap .swiper-slide .txt_area {
    padding: 16px 0;
  }
  #wrap.main .sec05 .slider_wrap .swiper-slide .txt_area p {
    font-size: 18px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
  }
}
@media (max-width: 1023px) {
  #wrap.main .sec05 {
    padding: 0 0 80px;
  }
  #wrap.main .sec05 .slider_wrap .swiper-slide {
    width: 300px;
  }
  #wrap.main .sec05 .slider_wrap .swiper-slide .img_area {
    height: 280px;
  }
  #wrap.main .sec05 .slider_wrap .swiper-slide .txt_area {
    padding: 16px 0;
  }
  #wrap.main .sec05 .slider_wrap .swiper-slide .txt_area p {
    font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.2;
  }
  #wrap.main .sec05 .slider_wrap .bot_btn {
    margin-top: 16px;
  }
  #wrap.main .sec05 .slider_wrap .bot_btn .swiper-pagination {
    width: calc(100% - 112px);
  }
  #wrap.main .sec05 .slider_wrap .bot_btn .button {
    width: 112px;
    padding-left: 24px;
    font-size: 0;
  }
  #wrap.main .sec05 .slider_wrap .bot_btn .button > div {
    width: 40px;
    height: 40px;
  }
  #wrap.main .sec05 .slider_wrap .bot_btn .button > div:before {
    width: 20px;
    height: 20px;
  }
}
#wrap.main .sec06 {
  padding: 120px 0 192px;
  background-color: #F3F3F3;
}
#wrap.main .sec06 .top {
  margin-bottom: 64px;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
#wrap.main .sec06 .top .tit {
  margin-bottom: 0;
}
#wrap.main .sec06 .top .link_area {
  background-color: #fff;
  padding: 19px 26px;
  border-radius: 10px;
}
#wrap.main .sec06 .top .link_area[data-motion] {
  opacity: 0;
  transform: translateY(30%);
  transition: 0.45s;
  transition-delay: 0.1s;
}
#wrap.main .sec06 .top .link_area[data-motion].is_animated {
  opacity: 1;
  transform: translateY(0);
}
#wrap.main .sec06 .top .link_area ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#wrap.main .sec06 .top .link_area ul li a {
  padding: 20px 40px;
  display: block;
  position: relative;
  font-size: 26px;
  letter-spacing: 0em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.625rem;
  font-weight: 400;
  color: #666;
}
#wrap.main .sec06 .top .link_area ul li a:before {
  content: "";
  width: 2px;
  height: 26px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #D9D9D9;
  border-radius: 2px;
}
@media (min-width: 1024px) {
  #wrap.main .sec06 .top .link_area ul li a:hover {
    color: #376074;
    font-weight: 600;
  }
}
#wrap.main .sec06 .top .link_area ul li:last-child a:before {
  display: none;
}
#wrap.main .sec06 .banner_wrap {
  width: 100%;
  background-color: #376074;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 0;
}
#wrap.main .sec06 .banner_wrap[data-motion] {
  opacity: 0;
  transform: translateY(30%);
  transition: 0.45s;
}
#wrap.main .sec06 .banner_wrap[data-motion] a .symbol {
  transform: translateY(20%);
  transition: 1s;
  transition-delay: 0.2s;
}
#wrap.main .sec06 .banner_wrap[data-motion] a .txt_area .icon {
  opacity: 0;
  transform: translateY(30%);
  transition: 0.45s;
}
#wrap.main .sec06 .banner_wrap[data-motion] a .txt_area strong {
  opacity: 0;
  transform: translateY(30%);
  transition: 0.45s;
  transition-delay: 0.1s;
}
#wrap.main .sec06 .banner_wrap[data-motion] a .txt_area p {
  opacity: 0;
  transform: translateY(30%);
  transition: 0.45s;
  transition-delay: 0.2s;
}
#wrap.main .sec06 .banner_wrap[data-motion].is_animated {
  opacity: 1;
  transform: translateY(0);
}
#wrap.main .sec06 .banner_wrap[data-motion].is_animated a .symbol {
  transform: translateY(0);
}
#wrap.main .sec06 .banner_wrap[data-motion].is_animated a .txt_area .icon {
  opacity: 1;
  transform: translateY(0);
}
#wrap.main .sec06 .banner_wrap[data-motion].is_animated a .txt_area strong {
  opacity: 1;
  transform: translateY(0);
}
#wrap.main .sec06 .banner_wrap[data-motion].is_animated a .txt_area p {
  opacity: 1;
  transform: translateY(0);
}
#wrap.main .sec06 .banner_wrap a {
  padding: 44px 40px;
  box-sizing: border-box;
  position: relative;
  display: block;
}
#wrap.main .sec06 .banner_wrap a .symbol {
  width: 264px;
  height: 260px;
  position: absolute;
  left: 100px;
  top: -12px;
  background: url("/images/symbol_white.png") no-repeat center/100% 100%;
}
#wrap.main .sec06 .banner_wrap a .txt_area {
  text-align: right;
  padding-left: 300px;
  box-sizing: border-box;
}
#wrap.main .sec06 .banner_wrap a .txt_area .icon {
  display: block;
}
#wrap.main .sec06 .banner_wrap a .txt_area strong {
  display: block;
  font-size: 36px;
  letter-spacing: 0em;
  line-height: 1;
  word-break: keep-all;
  word-wrap: break-word;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  margin: 26px 0 15px;
}
#wrap.main .sec06 .banner_wrap a .txt_area p {
  font-size: 26px;
  letter-spacing: 0em;
  line-height: 1;
  word-break: keep-all;
  word-wrap: break-word;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 1539px) {
  #wrap.main .sec06 {
    padding: 104px 0 178px;
  }
  #wrap.main .sec06 .top {
    margin-bottom: 56px;
  }
  #wrap.main .sec06 .top .link_area {
    min-width: 760px;
    margin-left: 10px;
    padding: 19px 18px;
  }
  #wrap.main .sec06 .top .link_area ul li a {
    padding: 20px 32px;
    font-size: 24px;
    letter-spacing: 0em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.625rem;
  }
  #wrap.main .sec06 .banner_wrap a {
    padding: 42px 40px;
  }
  #wrap.main .sec06 .banner_wrap a .symbol {
    left: 38px;
  }
  #wrap.main .sec06 .banner_wrap a .txt_area strong {
    font-size: 34px;
    letter-spacing: 0em;
    line-height: 1;
    line-height: 1.2;
  }
  #wrap.main .sec06 .banner_wrap a .txt_area p {
    font-size: 24px;
    letter-spacing: 0em;
    line-height: 1;
    line-height: 1.2;
  }
}
@media (max-width: 1199px) {
  #wrap.main .sec06 .top .link_area {
    min-width: 623px;
    padding: 19px 0;
  }
  #wrap.main .sec06 .top .link_area ul li a {
    padding: 20px;
  }
}
@media (max-width: 1023px) {
  #wrap.main .sec06 {
    padding: 80px 0 96px;
  }
  #wrap.main .sec06 .top {
    margin-bottom: 24px;
    flex-direction: column;
  }
  #wrap.main .sec06 .top .tit {
    width: 100%;
    margin-bottom: 32px;
  }
  #wrap.main .sec06 .top .link_area {
    min-width: 0;
    width: 100%;
    padding: 3px 8px;
    margin: 0;
  }
  #wrap.main .sec06 .top .link_area ul li a {
    padding: 20px 32px;
    font-size: 18px;
    letter-spacing: 0em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.125rem;
  }
  #wrap.main .sec06 .top .link_area ul li a:before {
    width: 1px;
    height: 16px;
  }
  #wrap.main .sec06 .banner_wrap {
    width: 100%;
  }
  #wrap.main .sec06 .banner_wrap a {
    padding: 26px 24px;
  }
  #wrap.main .sec06 .banner_wrap a .symbol {
    width: 187px;
    height: 197px;
    left: -8px;
    top: -13px;
  }
  #wrap.main .sec06 .banner_wrap a .txt_area {
    padding-left: 170px;
  }
  #wrap.main .sec06 .banner_wrap a .txt_area i img {
    width: 30px;
  }
  #wrap.main .sec06 .banner_wrap a .txt_area strong {
    font-size: 24px;
    letter-spacing: 0em;
    line-height: 1;
    line-height: 1.1;
    margin: 14px 0 16px;
  }
  #wrap.main .sec06 .banner_wrap a .txt_area p {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1;
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  #wrap.main .sec06 .top .tit {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  #wrap.main .sec06 .top .link_area {
    padding: 8px 0;
  }
  #wrap.main .sec06 .top .link_area ul li {
    width: 50%;
  }
  #wrap.main .sec06 .top .link_area ul li a {
    padding: 12px 23px;
    text-align: center;
  }
  #wrap.main .sec06 .top .link_area ul li:nth-of-type(2n) a:before {
    display: none;
  }
  #wrap.main .sec06 .banner_wrap a .txt_area {
    padding-left: 0;
  }
  #wrap.main .sec06 .banner_wrap a .txt_area strong {
    line-height: 1.5;
    margin: 40px 0 16px;
  }
  #wrap.main .sec06 .banner_wrap a .txt_area p {
    line-height: 1.5;
  }
}



#wrap {
  /* 인재상 */
  /* 인사제도 */
  /* 직무소개 */
  /* 채용공고 */
}
#wrap.people footer {
  margin-top: 0;
}
@media (min-width: 1024px) {
  #wrap.people .sub_visual .vision_area {
    margin-bottom: 0;
  }
}
#wrap.people .sec01 {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  backface-visibility: hidden;
}
#wrap.people .sec01 h3 {
  font-size: 80px;
  letter-spacing: 0em;
  line-height: 1;
  line-height: 1.45;
  font-weight: 300;
  color: #ccc;
}
@media (max-width: 1023px) {
  #wrap.people .sec01 {
    height: auto;
    padding: 0 0 80px;
  }
  #wrap.people .sec01 h3 {
    font-size: 70px;
    letter-spacing: 0em;
    line-height: 1;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  #wrap.people .sec01 h3 {
    font-size: 31px;
    letter-spacing: 0em;
    line-height: 1;
    line-height: 1.4;
  }
}
#wrap.people .sec02 ul li {
  display: flex;
}
#wrap.people .sec02 ul li .bg_area {
  width: 50%;
  height: 400px;
}
#wrap.people .sec02 ul li .bg_area .bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
#wrap.people .sec02 ul li:nth-of-type(1) .bg_area .bg {
  background-image: url("../images/career/people_sec02_bg01.jpg");
}
#wrap.people .sec02 ul li:nth-of-type(2) .bg_area .bg {
  background-image: url("../images/career/people_sec02_bg02.jpg");
}
#wrap.people .sec02 ul li:nth-of-type(3) .bg_area .bg {
  background-image: url("../images/career/people_sec02_bg03.jpg");
}
#wrap.people .sec02 ul li:nth-of-type(4) .bg_area .bg {
  background-image: url("../images/career/people_sec02_bg04.jpg");
}
#wrap.people .sec02 ul li .txt_area {
  width: 50%;
  padding-top: 112px;
  padding-left: 112px;
  position: relative;
}
#wrap.people .sec02 ul li .txt_area .txt {
  position: relative;
  padding-right: 120px;
}
#wrap.people .sec02 ul li .txt_area .txt strong {
  display: block;
  font-size: 34px;
  letter-spacing: -0.03em;
  line-height: 1;
  font-weight: 600;
  color: #000;
}
#wrap.people .sec02 ul li .txt_area .txt p {
  font-size: 18px;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-top: 32px;
  line-height: 1.4;
  font-weight: 400;
  color: #666;
  word-break: keep-all;
  word-wrap: break-word;
}
#wrap.people .sec02 ul li .txt_area .txt i {
  position: absolute;
  width: 120px;
  height: 120px;
  bottom: 0;
  right: 0;
  z-index: -1;
}
#wrap.people .sec02 ul li .txt_area .txt i img {
  width: 100%;
  display: block;
}
#wrap.people .sec02 ul li:nth-of-type(2n) {
  flex-direction: row-reverse;
}
#wrap.people .sec02 ul li:nth-of-type(2n) .txt_area {
  text-align: right;
  padding-left: 0;
  padding-right: 112px;
}
#wrap.people .sec02 ul li:nth-of-type(2n) .txt_area .txt {
  padding-right: 0;
  padding-left: 120px;
}
#wrap.people .sec02 ul li:nth-of-type(2n) .txt_area .txt i {
  right: auto;
  left: 0;
}
@media (min-width: 1024px) {
  #wrap.people .sec02 ul li[data-motion] .bg_area .bg {
    width: 0;
    height: 100%;
    transition: 1s;
    float: right;
    background-position: right;
  }
  #wrap.people .sec02 ul li[data-motion] .txt_area:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    transition: 1s;
  }
  #wrap.people .sec02 ul li[data-motion]:nth-of-type(2n) .bg_area .bg {
    float: left;
    background-position: left;
  }
  #wrap.people .sec02 ul li[data-motion]:nth-of-type(2n) .txt_area:before {
    left: auto;
    left: 0;
  }
  #wrap.people .sec02 ul li[data-motion].is_animated .bg_area .bg {
    width: 100%;
  }
  #wrap.people .sec02 ul li[data-motion].is_animated .txt_area:before {
    width: 0;
  }
}
@media (max-width: 1539px) {
  #wrap.people .sec02 ul li .txt_area {
    padding-left: 40px;
  }
  #wrap.people .sec02 ul li .txt_area .txt p {
    margin-top: 24px;
  }
  #wrap.people .sec02 ul li:nth-of-type(2n) .txt_area {
    padding-left: 0;
    padding-right: 40px;
  }
}
@media (max-width: 1023px) {
  #wrap.people .sec02 ul {
    font-size: 0;
  }
  #wrap.people .sec02 ul li {
    width: calc(50% - 20px);
    display: inline-block;
    vertical-align: top;
  }
  #wrap.people .sec02 ul li .bg_area {
    width: 100%;
    height: auto;
    padding-top: 67%;
  }
  #wrap.people .sec02 ul li .bg_area .bg {
    position: absolute;
    left: 0;
    top: 0;
  }
  #wrap.people .sec02 ul li .txt_area {
    width: 100%;
    padding: 32px 0;
  }
  #wrap.people .sec02 ul li .txt_area .txt {
    padding: 0 60px 0 0;
  }
  #wrap.people .sec02 ul li .txt_area .txt strong {
    font-size: 26px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1;
  }
  #wrap.people .sec02 ul li .txt_area .txt p {
    font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
    margin-top: 16px;
  }
  #wrap.people .sec02 ul li .txt_area .txt i {
    width: 56px;
    height: 56px;
  }
  #wrap.people .sec02 ul li:nth-of-type(2n) {
    margin-left: 40px;
  }
  #wrap.people .sec02 ul li:nth-of-type(2n) .txt_area {
    padding: 32px 0;
    text-align: left;
  }
  #wrap.people .sec02 ul li:nth-of-type(2n) .txt_area .txt {
    padding: 0 60px 0 0;
  }
  #wrap.people .sec02 ul li:nth-of-type(2n) .txt_area .txt i {
    left: auto;
    right: 0;
  }
  #wrap.people .sec02 ul li:nth-of-type(n+3) {
    margin-top: 32px;
  }
  #wrap.people .sec02 ul li[data-motion] .bg_area {
    transition: opacity 0.75s, transform 0.75s;
    transform: translateY(50%);
    opacity: 0;
  }
  #wrap.people .sec02 ul li[data-motion] .txt_area {
    transition: opacity 0.75s, transform 0.75s;
    transition-delay: 0.2s;
    transform: translateY(50%);
    opacity: 0;
  }
  #wrap.people .sec02 ul li[data-motion].is_animated .bg_area,
  #wrap.people .sec02 ul li[data-motion].is_animated .txt_area {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 767px) {
  #wrap.people .sec02 ul li {
    width: 100%;
  }
  #wrap.people .sec02 ul li .txt_area p br {
    display: none;
  }
  #wrap.people .sec02 ul li:nth-of-type(2n) {
    margin-left: 0;
  }
  #wrap.people .sec02 ul li + li {
    margin-top: 32px;
  }
}
#wrap.people .sec03 .banner_area a:before {
  background: url("../images/career/people_sec03_bg.jpg") no-repeat center/cover;
}
#wrap.welfare .tit {
  margin-bottom: 64px;
}
#wrap.welfare .tit h3 {
  font-size: 50px;
  letter-spacing: -0.03em;
  line-height: 1;
  font-weight: 600;
  color: #000;
}
#wrap.welfare .tit p {
  margin-top: 32px;
  font-size: 22px;
  letter-spacing: -0.03em;
  line-height: 1;
  line-height: 1.4;
  word-break: keep-all;
  word-wrap: break-word;
  font-weight: 400;
  color: #333;
}
#wrap.welfare .tit[data-motion] h3 {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.75s;
}
#wrap.welfare .tit[data-motion] p {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.75s;
  transition-delay: 0.15s;
}
#wrap.welfare .tit[data-motion].is_animated h3 {
  opacity: 1;
  transform: translateY(0);
}
#wrap.welfare .tit[data-motion].is_animated p {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1023px) {
  #wrap.welfare .tit {
    margin-bottom: 32px;
  }
  #wrap.welfare .tit h3 {
    font-size: 34px;
    letter-spacing: -0.03em;
    line-height: 1;
  }
  #wrap.welfare .tit p {
    margin-top: 16px;
    font-size: 17px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
  }
}
#wrap.welfare .sec01 {
  margin-bottom: 160px;
}
#wrap.welfare .sec01 ul {
  margin: 0 auto 48px;
  display: flex;
  align-items: center;
}
#wrap.welfare .sec01 ul li {
  width: calc(16.6666666667% - 15px);
  height: 184px;
  margin-left: 18px;
  border-radius: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
#wrap.welfare .sec01 ul li:before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  background: url("../images/career/welfare_sec01_arrow.png") no-repeat center/cover;
  position: absolute;
  left: -28px;
  top: calc(50% - 20px);
  z-index: 2;
}
#wrap.welfare .sec01 ul li:first-child {
  margin-left: 0;
}
#wrap.welfare .sec01 ul li:first-child:before {
  display: none;
}
#wrap.welfare .sec01 ul li:nth-child(1) {
  background-color: #01D1D3;
}
#wrap.welfare .sec01 ul li:nth-child(2) {
  background-color: #05BDDE;
}
#wrap.welfare .sec01 ul li:nth-child(3) {
  background-color: #08B0E6;
}
#wrap.welfare .sec01 ul li:nth-child(4) {
  background-color: #0BA3ED;
}
#wrap.welfare .sec01 ul li:nth-child(5) {
  background-color: #0E96F4;
}
#wrap.welfare .sec01 ul li:nth-child(6) {
  background-color: #1281FF;
}
#wrap.welfare .sec01 ul li i {
  display: block;
  margin-bottom: 16px;
}
#wrap.welfare .sec01 ul li p {
  font-size: 22px;
  letter-spacing: -0.03em;
  line-height: 1;
  font-weight: 600;
  color: #fff;
}
#wrap.welfare .sec01 ul[data-motion] li {
  opacity: 0;
  transform: translateX(-150px);
  transition: opacity 0.75s, transform 0.75s;
}
#wrap.welfare .sec01 ul[data-motion].is_animated li {
  opacity: 1;
  transform: translateX(0);
}
#wrap.welfare .sec01 ul[data-motion].is_animated li:nth-of-type(2) {
  transition-delay: 0.1s;
}
#wrap.welfare .sec01 ul[data-motion].is_animated li:nth-of-type(3) {
  transition-delay: 0.2s;
}
#wrap.welfare .sec01 ul[data-motion].is_animated li:nth-of-type(4) {
  transition-delay: 0.3s;
}
#wrap.welfare .sec01 ul[data-motion].is_animated li:nth-of-type(5) {
  transition-delay: 0.4s;
}
#wrap.welfare .sec01 ul[data-motion].is_animated li:nth-of-type(6) {
  transition-delay: 0.5s;
}
#wrap.welfare .sec01 p {
  font-size: 18px;
  letter-spacing: -0.03em;
  line-height: 1;
  word-break: keep-all;
  word-wrap: break-word;
  line-height: 1.2;
  font-weight: 400;
  color: #999;
}
#wrap.welfare .sec01 p[data-motion] {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.75s;
}
#wrap.welfare .sec01 p[data-motion].is_animated {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1023px) {
  #wrap.welfare .sec01 {
    margin-bottom: 80px;
  }
  #wrap.welfare .sec01 ul {
    margin: 0 auto 24px;
  }
  #wrap.welfare .sec01 ul li {
    width: calc(16.6666666667% - 10px);
    height: 110px;
    margin-left: 12px;
    border-radius: 110px;
  }
  #wrap.welfare .sec01 ul li:before {
    width: 24px;
    height: 24px;
    left: -18px;
    top: calc(50% - 12px);
  }
  #wrap.welfare .sec01 ul li i {
    margin-bottom: 4px;
  }
  #wrap.welfare .sec01 ul li i img {
    width: 48px;
  }
  #wrap.welfare .sec01 ul li p {
    font-size: 18px;
    letter-spacing: -0.03em;
    line-height: 1;
  }
  #wrap.welfare .sec01 p {
    font-size: 15px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  #wrap.welfare .sec01 ul {
    display: block;
    margin: 0 auto 16px;
  }
  #wrap.welfare .sec01 ul li {
    width: 100%;
    height: 56px;
    margin-left: 0;
    border-radius: 56px;
    padding: 0 32px;
    align-items: start;
    margin-bottom: 8px;
  }
  #wrap.welfare .sec01 ul li:nth-of-type(1) p:before {
    content: "1. ";
  }
  #wrap.welfare .sec01 ul li:nth-of-type(2) p:before {
    content: "2. ";
  }
  #wrap.welfare .sec01 ul li:nth-of-type(3) p:before {
    content: "3. ";
  }
  #wrap.welfare .sec01 ul li:nth-of-type(4) p:before {
    content: "4. ";
  }
  #wrap.welfare .sec01 ul li:nth-of-type(5) p:before {
    content: "5. ";
  }
  #wrap.welfare .sec01 ul li:nth-of-type(6) p:before {
    content: "6. ";
  }
  #wrap.welfare .sec01 ul li:before {
    width: 32px;
    height: 32px;
    left: 50%;
    top: auto;
    top: -22px;
    transform: rotate(90deg) translateX(-50%);
    transform-origin: left;
  }
  #wrap.welfare .sec01 ul li i {
    margin-bottom: 0;
    position: absolute;
    top: 5px;
    right: 32px;
  }
  #wrap.welfare .sec01 ul li i img {
    width: 40px;
  }
  #wrap.welfare .sec01 ul[data-motion] li {
    opacity: 0;
    transform: translateY(50px);
  }
  #wrap.welfare .sec01 ul[data-motion].is_animated li {
    opacity: 1;
    transform: translateY(0);
  }
}
#wrap.welfare .sec02 {
  margin-bottom: 160px;
}
#wrap.welfare .sec02 ul {
  position: relative;
  height: 460px;
}
#wrap.welfare .sec02 ul li {
  width: 38.33%;
  height: 100%;
  border-radius: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
}
#wrap.welfare .sec02 ul li:nth-of-type(1) {
  left: 0;
  background: url("../images/career/welfare_sec02_bg01.png") no-repeat center/cover;
}
#wrap.welfare .sec02 ul li:nth-of-type(2) {
  left: 50%;
  transform: translateX(-50%);
  background: #376074;
  mix-blend-mode: multiply;
  z-index: 2;
}
#wrap.welfare .sec02 ul li:nth-of-type(3) {
  right: 0;
  background: url("../images/career/welfare_sec02_bg02.png") no-repeat center/cover;
}
#wrap.welfare .sec02 ul li .txt {
  text-align: center;
}
#wrap.welfare .sec02 ul li .txt strong {
  display: block;
  font-size: 34px;
  letter-spacing: -0.03em;
  line-height: 1;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
}
#wrap.welfare .sec02 ul li .txt strong + strong {
  margin-top: 32px;
}
#wrap.welfare .sec02 ul li .txt p {
  font-size: 22px;
  letter-spacing: -0.03em;
  line-height: 1;
  line-height: 1.1;
  font-weight: 500;
  color: #fff;
}
#wrap.welfare .sec02 ul li .txt .hr {
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  margin: 16px auto;
}
#wrap.welfare .sec02 ul[data-motion] li {
  opacity: 0;
  transition: left 0.75s, right 0.75s, transform 0.75s, opacity 0.75s;
}
#wrap.welfare .sec02 ul[data-motion] li:nth-of-type(1) {
  left: 50%;
  transform: translateX(-50%);
  transition-delay: 0.1s;
}
#wrap.welfare .sec02 ul[data-motion] li:nth-of-type(3) {
  right: 50%;
  transform: translateX(50%);
  transition-delay: 0.1s;
}
#wrap.welfare .sec02 ul[data-motion].is_animated li {
  opacity: 1;
}
#wrap.welfare .sec02 ul[data-motion].is_animated li:nth-of-type(1) {
  left: 0;
  transform: translateX(0);
}
#wrap.welfare .sec02 ul[data-motion].is_animated li:nth-of-type(3) {
  right: 0;
  transform: translateX(0);
}
@media (max-width: 1023px) {
  #wrap.welfare .sec02 {
    margin-bottom: 80px;
  }
  #wrap.welfare .sec02 ul {
    height: 280px;
  }
  #wrap.welfare .sec02 ul li {
    border-radius: 280px;
  }
  #wrap.welfare .sec02 ul li .txt strong {
    font-size: 26px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
  }
  #wrap.welfare .sec02 ul li .txt strong + strong {
    margin-top: 16px;
  }
  #wrap.welfare .sec02 ul li .txt p {
    font-size: 18px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.1;
  }
  #wrap.welfare .sec02 ul li .txt .hr {
    width: 16px;
    height: 2px;
    margin: 8px auto;
  }
}
@media (max-width: 767px) {
  #wrap.welfare .sec02 ul {
    position: relative;
    height: auto;
  }
  #wrap.welfare .sec02 ul li {
    margin: 0 auto;
    width: 280px;
    max-width: 100%;
    height: 280px;
    border-radius: 280px;
    position: relative;
    top: 0;
  }
  #wrap.welfare .sec02 ul li:nth-of-type(2) {
    left: auto;
    transform: translateX(0);
    margin-top: -50px;
  }
  #wrap.welfare .sec02 ul li:nth-of-type(3) {
    margin-top: -50px;
  }
  #wrap.welfare .sec02 ul[data-motion] li {
    opacity: 0;
  }
  #wrap.welfare .sec02 ul[data-motion] li:nth-of-type(1) {
    left: 0;
    transform: translateY(30%);
    transition-delay: 0.1s;
  }
  #wrap.welfare .sec02 ul[data-motion] li:nth-of-type(2) {
    transform: translateY(30%);
    transition-delay: 0.2s;
  }
  #wrap.welfare .sec02 ul[data-motion] li:nth-of-type(3) {
    transform: translateY(30%);
    transition-delay: 0.3s;
    right: 0;
  }
  #wrap.welfare .sec02 ul[data-motion].is_animated li {
    opacity: 1;
  }
  #wrap.welfare .sec02 ul[data-motion].is_animated li:nth-of-type(1) {
    transform: translateY(0);
  }
  #wrap.welfare .sec02 ul[data-motion].is_animated li:nth-of-type(2) {
    transform: translateY(0);
  }
  #wrap.welfare .sec02 ul[data-motion].is_animated li:nth-of-type(3) {
    transform: translateY(0);
  }
}
#wrap.welfare .sec03 {
  padding: 180px 0 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: url("../images/career/welfare_sec03_bg.jpg") no-repeat center/cover;
  backface-visibility: hidden;
}
#wrap.welfare .sec03 .tit {
  display: none;
}
#wrap.welfare .sec03 .swiper-container {
  overflow: visible;
}
@media (min-width: 1024px) {
  #wrap.welfare .sec03 .swiper-container ul {
    width: 100%;
    height: 496px;
    gap: 16px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
#wrap.welfare .sec03 .swiper-container ul li {
  width: 390px;
  height: 240px;
  background-color: #fff;
  border-radius: 10px;
  padding: 32px;
  box-sizing: border-box;
  position: relative;
  opacity: 0.3;
  transition: opacity 0.75s;
}
#wrap.welfare .sec03 .swiper-container ul li.none {
  background: none;
  padding: 0;
}
#wrap.welfare .sec03 .swiper-container ul li.none h3 {
  font-size: 50px;
  letter-spacing: -0.03em;
  line-height: 1;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}
#wrap.welfare .sec03 .swiper-container ul li.motion {
  opacity: 1;
}
#wrap.welfare .sec03 .swiper-container ul li strong {
  display: block;
  font-size: 26px;
  letter-spacing: -0.03em;
  line-height: 1;
  font-weight: 500;
  color: #333;
  line-height: 1;
}
#wrap.welfare .sec03 .swiper-container ul li p {
  font-size: 18px;
  letter-spacing: -0.03em;
  line-height: 1;
  word-break: keep-all;
  word-wrap: break-word;
  font-weight: 400;
  color: #666;
  line-height: 1.4;
  position: absolute;
  left: 32px;
  bottom: 32px;
  width: calc(100% - 64px);
}
#wrap.welfare .sec03 .swiper-container ul li i {
  display: block;
  position: absolute;
  right: 8px;
  top: 8px;
}
#wrap.welfare .sec03 .paging {
  display: none;
}
@media (max-width: 1023px) {
  #wrap.welfare .sec03 {
    height: auto;
    display: block;
    padding: 80px 0;
  }
  #wrap.welfare .sec03 .tit {
    display: block;
    margin-bottom: 32px;
  }
  #wrap.welfare .sec03 .tit h3 {
    color: #fff;
    font-weight: 500;
  }
  #wrap.welfare .sec03 .swiper-container ul li {
    width: 312px;
    height: 300px;
    padding: 40px;
    display: flex;
    flex-direction: column;
  }
  #wrap.welfare .sec03 .swiper-container ul li.none {
    display: none;
  }
  #wrap.welfare .sec03 .swiper-container ul li strong {
    font-size: 26px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
    word-break: keep-all;
    word-wrap: break-word;
    margin-top: 24px;
    font-weight: 500;
    order: 2;
  }
  #wrap.welfare .sec03 .swiper-container ul li p {
    margin-top: 8px;
    width: 100%;
    left: auto;
    bottom: auto;
    position: relative;
    font-size: 18px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
    order: 3;
  }
  #wrap.welfare .sec03 .swiper-container ul li p br {
    display: none;
  }
  #wrap.welfare .sec03 .swiper-container ul li i {
    position: relative;
    right: auto;
    top: auto;
    order: 1;
  }
  #wrap.welfare .sec03 .swiper-container ul li.swiper-slide-active {
    opacity: 1;
  }
  #wrap.welfare .sec03 .swiper-container ul li.swiper-slide-next {
    opacity: 1;
  }
  #wrap.welfare .sec03 .paging {
    display: block;
    text-align: center;
    font-size: 0;
    margin-top: 32px;
  }
  #wrap.welfare .sec03 .paging .prev {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
  }
  #wrap.welfare .sec03 .paging .prev:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url("../images/career/welfare_sec03_prev_off.svg") no-repeat center/cover;
  }
  #wrap.welfare .sec03 .paging .next {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
  }
  #wrap.welfare .sec03 .paging .next:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url("../images/career/welfare_sec03_next_off.svg") no-repeat center/cover;
  }
  #wrap.welfare .sec03 .paging .dots {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 0 32px;
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1;
    color: #fff;
    font-weight: 400;
    min-width: 48px;
  }
  #wrap.welfare .sec03 .paging .dots .swiper-pagination-current {
    color: #376074;
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  #wrap.welfare .sec03 .swiper-container ul li.swiper-slide-active {
    opacity: 1;
  }
  #wrap.welfare .sec03 .swiper-container ul li.swiper-slide-next {
    opacity: 0.3;
  }
}
#wrap.welfare .sec04 {
  margin: 160px auto 0;
}
#wrap.welfare .sec04 .txt_area {
  margin: 72px 0;
  backface-visibility: hidden;
}
#wrap.welfare .sec04 .txt_area p {
  font-size: 80px;
  letter-spacing: 0;
  line-height: 1;
  line-height: 1.45;
  font-weight: 300;
  color: #ccc;
  text-align: center;
}
#wrap.welfare .sec04 .txt_area p > span {
  display: block;
}
#wrap.welfare .sec04 .txt_area p > span:nth-of-type(1) {
  letter-spacing: -0.03em;
}
#wrap.welfare .sec04 .txt_area p > span:nth-of-type(2) {
  letter-spacing: -0.05em;
}
#wrap.welfare .sec04 .txt_area p > span:nth-of-type(3) {
  letter-spacing: -0.05em;
}
#wrap.welfare .sec04 .txt_area p > span:nth-of-type(4) {
  letter-spacing: -0.09em;
}
#wrap.welfare .sec04 .txt_area p > span:nth-of-type(5) {
  letter-spacing: -0.05em;
}
#wrap.welfare .sec04 .icon_list ul {
  display: flex;
  flex-wrap: wrap;
}
#wrap.welfare .sec04 .icon_list ul li {
  width: 33.333333%;
  padding: 0 24px;
  box-sizing: border-box;
  border-right: 1px solid #CACACA;
  text-align: center;
}
#wrap.welfare .sec04 .icon_list ul li:last-child {
  border-right: 0;
}
#wrap.welfare .sec04 .icon_list ul li i {
  display: block;
  margin: 0 auto;
}
#wrap.welfare .sec04 .icon_list ul li p {
  margin-top: 24px;
  font-size: 22px;
  letter-spacing: -0.03em;
  line-height: 1;
  word-break: keep-all;
  word-wrap: break-word;
  line-height: 1.4;
  color: #333;
  font-weight: 600;
}
#wrap.welfare .sec04 .icon_list ul li p br {
  display: none;
}
#wrap.welfare .sec04 .icon_list[data-motion] ul li {
  opacity: 0;
  transform: translateY(60%);
  transition: 0.75s;
}
#wrap.welfare .sec04 .icon_list[data-motion] ul li:nth-of-type(2) {
  transition-delay: 0.2s;
}
#wrap.welfare .sec04 .icon_list[data-motion] ul li:nth-of-type(3) {
  transition-delay: 0.4s;
}
#wrap.welfare .sec04 .icon_list[data-motion].is_animated ul li {
  opacity: 1;
  transform: translateY(0);
}
#wrap.welfare .sec04 .diagram_list {
  margin-top: 80px;
}
#wrap.welfare .sec04 .diagram_list ul {
  width: 100%;
  height: 460px;
  position: relative;
}
#wrap.welfare .sec04 .diagram_list ul:before {
  content: "";
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: 32.8%;
  transform: translateY(-50%);
  background: url("../images/career/welfare_sec04_icon_plus.svg") no-repeat center/cover;
  z-index: 4;
}
#wrap.welfare .sec04 .diagram_list ul:after {
  content: "";
  width: 39px;
  height: 23px;
  position: absolute;
  top: 50%;
  right: 32.8%;
  transform: translateY(-50%);
  background: url("../images/career/welfare_sec04_icon_is.svg") no-repeat center/cover;
  z-index: 4;
}
#wrap.welfare .sec04 .diagram_list ul li {
  width: 38.33%;
  height: 100%;
  border-radius: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  mix-blend-mode: multiply;
  text-align: center;
}
#wrap.welfare .sec04 .diagram_list ul li:nth-of-type(1) {
  left: 0;
  background: #01D1D3;
  z-index: 2;
}
#wrap.welfare .sec04 .diagram_list ul li:nth-of-type(1) .top p {
  color: #B5EEF1;
}
#wrap.welfare .sec04 .diagram_list ul li:nth-of-type(1) .bot p {
  color: #B5EEF1;
}
#wrap.welfare .sec04 .diagram_list ul li:nth-of-type(2) {
  left: 50%;
  transform: translateX(-50%);
  background: #08B0E6;
  z-index: 2;
}
#wrap.welfare .sec04 .diagram_list ul li:nth-of-type(2) .top p {
  color: #BEDEFC;
}
#wrap.welfare .sec04 .diagram_list ul li:nth-of-type(2) .bot p {
  color: #BEDEFC;
}
#wrap.welfare .sec04 .diagram_list ul li:nth-of-type(3) {
  right: 0;
  background: #376074;
}
#wrap.welfare .sec04 .diagram_list ul li .top {
  margin-bottom: 50px;
}
#wrap.welfare .sec04 .diagram_list ul li .top p {
  font-size: 26px;
  letter-spacing: -0.03em;
  line-height: 1;
  font-weight: 500;
}
#wrap.welfare .sec04 .diagram_list ul li .center p {
  font-size: 18px;
  letter-spacing: -0.03em;
  line-height: 1;
  font-weight: 500;
  color: #fff;
}
#wrap.welfare .sec04 .diagram_list ul li .center strong {
  display: block;
  font-size: 36px;
  letter-spacing: -0.03em;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  margin-top: 8px;
}
#wrap.welfare .sec04 .diagram_list ul li .center strong b {
  font-size: 50px;
  letter-spacing: -0.03em;
  line-height: 1;
  font-weight: 500;
  display: block;
  margin-top: 20px;
}
#wrap.welfare .sec04 .diagram_list ul li .bot {
  margin-top: 60px;
}
#wrap.welfare .sec04 .diagram_list ul li .bot p {
  font-size: 18px;
  letter-spacing: -0.03em;
  line-height: 1;
  font-weight: 500;
  line-height: 1.4;
}
#wrap.welfare .sec04 .diagram_list[data-motion] ul:before {
  opacity: 0;
  transition: 0.75s;
}
#wrap.welfare .sec04 .diagram_list[data-motion] ul:after {
  opacity: 0;
  transition: 0.75s;
}
#wrap.welfare .sec04 .diagram_list[data-motion] ul li {
  opacity: 0;
  transition: 0.75s;
}
#wrap.welfare .sec04 .diagram_list[data-motion] ul li:nth-of-type(1) {
  transform: translateX(-150px);
}
#wrap.welfare .sec04 .diagram_list[data-motion] ul li:nth-of-type(2) {
  transform: translateX(calc(-50% - 150px));
}
#wrap.welfare .sec04 .diagram_list[data-motion] ul li:nth-of-type(3) {
  transform: translateX(-150px);
}
#wrap.welfare .sec04 .diagram_list[data-motion].is_animated ul:before {
  opacity: 1;
  transition: 0.75s;
  transition-delay: 0.4s;
}
#wrap.welfare .sec04 .diagram_list[data-motion].is_animated ul:after {
  opacity: 1;
  transition-delay: 0.6s;
}
#wrap.welfare .sec04 .diagram_list[data-motion].is_animated ul li {
  opacity: 1;
}
#wrap.welfare .sec04 .diagram_list[data-motion].is_animated ul li:nth-of-type(1) {
  transform: translateX(0);
}
#wrap.welfare .sec04 .diagram_list[data-motion].is_animated ul li:nth-of-type(2) {
  transform: translateX(-50%);
  transition-delay: 0.2s;
}
#wrap.welfare .sec04 .diagram_list[data-motion].is_animated ul li:nth-of-type(3) {
  transform: translateX(0);
  transition-delay: 0.4s;
}
@media (max-width: 1539px) {
  #wrap.welfare .sec04 .txt_area p {
    word-break: keep-all;
  }
  #wrap.welfare .sec04 .txt_area p > span {
    display: inline;
  }
  #wrap.welfare .sec04 .txt_area p br {
    display: block;
  }
  #wrap.welfare .sec04 .icon_list ul li p br {
    display: block;
  }
}
@media (max-width: 1023px) {
  #wrap.welfare .sec04 {
    margin: 80px auto 0;
  }
  #wrap.welfare .sec04 .txt_area {
    margin: 32px 0 40px;
  }
  #wrap.welfare .sec04 .txt_area p {
    font-size: 26px;
    letter-spacing: 0em;
    line-height: 1;
    line-height: 1.4;
    text-align: left;
  }
  #wrap.welfare .sec04 .icon_list ul li {
    padding: 0 12px;
  }
  #wrap.welfare .sec04 .icon_list ul li i img {
    width: 80px;
  }
  #wrap.welfare .sec04 .icon_list ul li p {
    margin-top: 16px;
    font-size: 22px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
  }
  #wrap.welfare .sec04 .diagram_list {
    margin-top: 80px;
  }
  #wrap.welfare .sec04 .diagram_list ul {
    width: 100%;
    height: 280px;
    position: relative;
  }
  #wrap.welfare .sec04 .diagram_list ul:before {
    width: 24px;
    height: 24px;
    left: 33.4%;
  }
  #wrap.welfare .sec04 .diagram_list ul:after {
    content: "";
    width: 20px;
    height: 11px;
    right: 33.4%;
  }
  #wrap.welfare .sec04 .diagram_list ul li {
    width: 38.33%;
    height: 100%;
    border-radius: 280px;
  }
  #wrap.welfare .sec04 .diagram_list ul li .top {
    margin-bottom: 24px;
  }
  #wrap.welfare .sec04 .diagram_list ul li .top p {
    font-size: 22px;
    letter-spacing: -0.03em;
    line-height: 1;
  }
  #wrap.welfare .sec04 .diagram_list ul li .center p {
    font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 1;
  }
  #wrap.welfare .sec04 .diagram_list ul li .center strong {
    font-size: 26px;
    letter-spacing: -0.03em;
    line-height: 1;
    margin-top: 4px;
  }
  #wrap.welfare .sec04 .diagram_list ul li .center strong b {
    font-size: 34px;
    letter-spacing: -0.03em;
    line-height: 1;
    margin-top: 15px;
  }
  #wrap.welfare .sec04 .diagram_list ul li .bot {
    margin-top: 32px;
  }
  #wrap.welfare .sec04 .diagram_list ul li .bot p {
    font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  #wrap.welfare .sec04 .txt_area {
    margin: 32px 0 16px;
  }
  #wrap.welfare .sec04 .icon_list ul li {
    width: 100%;
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid #CACACA;
  }
  #wrap.welfare .sec04 .icon_list ul li:last-child {
    border-bottom: 0;
  }
  #wrap.welfare .sec04 .icon_list ul li p br {
    display: none;
  }
  #wrap.welfare .sec04 .diagram_list {
    margin-top: 40px;
  }
  #wrap.welfare .sec04 .diagram_list ul {
    height: auto;
    position: relative;
  }
  #wrap.welfare .sec04 .diagram_list ul:before {
    left: 50%;
    top: 32.4%;
    transform: translateX(-50%);
  }
  #wrap.welfare .sec04 .diagram_list ul:after {
    content: "";
    right: 50%;
    top: 65.2%;
    transform: translateX(50%);
  }
  #wrap.welfare .sec04 .diagram_list ul li {
    margin: 0 auto;
    max-width: 100%;
    width: 280px;
    height: 280px;
    border-radius: 280px;
    position: relative;
    top: 0;
  }
  #wrap.welfare .sec04 .diagram_list ul li:nth-of-type(2) {
    left: auto;
    transform: translateX(0);
    margin-top: -33px;
  }
  #wrap.welfare .sec04 .diagram_list ul li:nth-of-type(3) {
    margin-top: -33px;
  }
  #wrap.welfare .sec04 .diagram_list[data-motion] ul li {
    opacity: 0;
  }
  #wrap.welfare .sec04 .diagram_list[data-motion] ul li:nth-of-type(1) {
    left: 0;
    transform: translateY(30%);
    transition-delay: 0.1s;
  }
  #wrap.welfare .sec04 .diagram_list[data-motion] ul li:nth-of-type(2) {
    transform: translateY(30%);
    transition-delay: 0.2s;
  }
  #wrap.welfare .sec04 .diagram_list[data-motion] ul li:nth-of-type(3) {
    transform: translateY(30%);
    transition-delay: 0.3s;
    right: 0;
  }
  #wrap.welfare .sec04 .diagram_list[data-motion].is_animated ul li {
    opacity: 1;
  }
  #wrap.welfare .sec04 .diagram_list[data-motion].is_animated ul li:nth-of-type(1) {
    transform: translateY(0);
  }
  #wrap.welfare .sec04 .diagram_list[data-motion].is_animated ul li:nth-of-type(2) {
    transform: translateY(0);
  }
  #wrap.welfare .sec04 .diagram_list[data-motion].is_animated ul li:nth-of-type(3) {
    transform: translateY(0);
  }
}
#wrap.jobs .sec01 ul {
  display: flex;
  flex-wrap: wrap;
}
#wrap.jobs .sec01 ul > li {
  width: calc(50% - 12px);
  margin-right: 24px;
  border: 1px solid #c1c1c1;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  padding: 30px 30px 40px;
  box-sizing: border-box;
}
#wrap.jobs .sec01 ul > li:nth-of-type(2n) {
  margin-right: 0;
}
#wrap.jobs .sec01 ul > li:nth-of-type(n+3) {
  margin-top: 32px;
}
#wrap.jobs .sec01 ul > li .top_area {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
#wrap.jobs .sec01 ul > li .top_area strong {
  width: calc(100% - 72px);
  display: block;
  font-size: 34px;
  letter-spacing: -0.03em;
  line-height: 1;
  line-height: 1.4;
  font-weight: 600;
  color: #000;
  padding-right: 80px;
}
#wrap.jobs .sec01 ul > li .top_area i {
  display: block;
}
#wrap.jobs .sec01 ul > li .top_area i.icon {
  width: 72px;
  height: 72px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#wrap.jobs .sec01 ul > li .top_area i.icon.icon01 {
  background-image: url("../images/career/jobs_sec01_icon01_off.svg");
}
#wrap.jobs .sec01 ul > li .top_area i.icon.icon02 {
  background-image: url("../images/career/jobs_sec01_icon02_off.svg");
}
#wrap.jobs .sec01 ul > li .top_area i.icon.icon03 {
  background-image: url("../images/career/jobs_sec01_icon03_off.svg");
}
#wrap.jobs .sec01 ul > li .top_area i.icon.icon04 {
  background-image: url("../images/career/jobs_sec01_icon04_off.svg");
}
#wrap.jobs .sec01 ul > li .top_area i.icon.icon05 {
  background-image: url("../images/career/jobs_sec01_icon05_off.svg");
}
#wrap.jobs .sec01 ul > li .top_area i.icon.icon06 {
  background-image: url("../images/career/jobs_sec01_icon06_off.svg");
}
#wrap.jobs .sec01 ul > li .top_area i.icon.icon07 {
  background-image: url("../images/career/jobs_sec01_icon07_off.svg");
}
#wrap.jobs .sec01 ul > li .top_area i.icon.icon08 {
  background-image: url("../images/career/jobs_sec01_icon08_off.svg");
}
#wrap.jobs .sec01 ul > li .top_area i.icon.icon09 {
  background-image: url("../images/career/jobs_sec01_icon09_off.svg");
}
#wrap.jobs .sec01 ul > li .top_area i.plus {
  display: none;
}
#wrap.jobs .sec01 ul > li .txt_area {
  margin-top: 10px;
}
#wrap.jobs .sec01 ul > li .txt_area strong {
  display: block;
  font-size: 18px;
  letter-spacing: -0.03em;
  line-height: 1;
  word-break: keep-all;
  word-wrap: break-word;
  line-height: 1.4;
  font-weight: 500;
  color: #333;
  min-height: 51px;
}
#wrap.jobs .sec01 ul > li .txt_area .desc {
  margin-top: 40px;
  height: 136px;
  overflow-y: auto;
  padding-right: 20px;
  font-size: 18px;
  letter-spacing: -0.03em;
  line-height: 1;
  word-break: keep-all;
  word-wrap: break-word;
  line-height: 1.4;
  font-weight: 400;
  color: #666;
}
#wrap.jobs .sec01 ul > li .txt_area .desc::-webkit-scrollbar {
  width: 3px;
  border-radius: 3px;
}
#wrap.jobs .sec01 ul > li .txt_area .desc::-webkit-scrollbar-thumb {
  background-color: #376074;
}
#wrap.jobs .sec01 ul > li .txt_area .desc::-webkit-scrollbar-track {
  background-color: #D9D9D9;
}
#wrap.jobs .sec01 ul > li .txt_area .desc p + p {
  margin-top: 16px;
}
#wrap.jobs .sec01 ul > li .txt_area .desc ol {
  margin-bottom: 16px;
}
#wrap.jobs .sec01 ul > li .txt_area .desc ol li {
  padding-left: 12px;
  position: relative;
}
#wrap.jobs .sec01 ul > li .txt_area .desc ol li:before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}
#wrap.jobs .sec01 ul > li[data-motion] {
  opacity: 0;
  transition: opacity 0.75s;
}
#wrap.jobs .sec01 ul > li[data-motion] .top_area,
#wrap.jobs .sec01 ul > li[data-motion] .txt_area {
  transform: translateY(60px);
  transition: transform 0.75s;
}
#wrap.jobs .sec01 ul > li[data-motion].is_animated {
  opacity: 1;
}
#wrap.jobs .sec01 ul > li[data-motion].is_animated .top_area,
#wrap.jobs .sec01 ul > li[data-motion].is_animated .txt_area {
  transform: translateY(0);
}
@media (max-width: 1023px) {
  #wrap.jobs .sec01 ul {
    display: block;
  }
  #wrap.jobs .sec01 ul > li {
    width: 100%;
    margin-right: 0;
    margin-top: -1px;
    border: none;
    border-radius: 0;
    padding: 0;
  }
  #wrap.jobs .sec01 ul > li:nth-of-type(n+3) {
    margin-top: -1px;
  }
  #wrap.jobs .sec01 ul > li .top_area {
    width: 100%;
    padding: 11px 16px;
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    background: #fff;
    cursor: pointer;
  }
  #wrap.jobs .sec01 ul > li .top_area strong {
    width: auto;
    font-size: 22px;
    letter-spacing: -0.03em;
    line-height: 1;
    padding-right: 0;
    margin-right: 16px;
  }
  #wrap.jobs .sec01 ul > li .top_area i.icon {
    width: 40px;
    height: 40px;
  }
  #wrap.jobs .sec01 ul > li .top_area i.icon.icon01 {
    background-image: url("../images/career/jobs_sec01_icon01_off.svg");
  }
  #wrap.jobs .sec01 ul > li .top_area i.icon.icon02 {
    background-image: url("../images/career/jobs_sec01_icon02_off.svg");
  }
  #wrap.jobs .sec01 ul > li .top_area i.icon.icon03 {
    background-image: url("../images/career/jobs_sec01_icon03_off.svg");
  }
  #wrap.jobs .sec01 ul > li .top_area i.icon.icon04 {
    background-image: url("../images/career/jobs_sec01_icon04_off.svg");
  }
  #wrap.jobs .sec01 ul > li .top_area i.icon.icon05 {
    background-image: url("../images/career/jobs_sec01_icon05_off.svg");
  }
  #wrap.jobs .sec01 ul > li .top_area i.icon.icon06 {
    background-image: url("../images/career/jobs_sec01_icon06_off.svg");
  }
  #wrap.jobs .sec01 ul > li .top_area i.icon.icon07 {
    background-image: url("../images/career/jobs_sec01_icon07_off.svg");
  }
  #wrap.jobs .sec01 ul > li .top_area i.icon.icon08 {
    background-image: url("../images/career/jobs_sec01_icon08_off.svg");
  }
  #wrap.jobs .sec01 ul > li .top_area i.icon.icon09 {
    background-image: url("../images/career/jobs_sec01_icon09_off.svg");
  }
  #wrap.jobs .sec01 ul > li .top_area i.plus {
    display: block;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background-color: #333333;
    transition: transform 0.3s;
  }
  #wrap.jobs .sec01 ul > li .top_area i.plus:before {
    content: "";
    width: 2px;
    height: 18px;
    border-radius: inherit;
    background-color: inherit;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s;
    transform-origin: left top;
  }
  #wrap.jobs .sec01 ul > li .txt_area {
    display: none;
    margin-top: 0;
    background-color: #F3F3F3;
    padding: 24px;
  }
  #wrap.jobs .sec01 ul > li .txt_area strong {
    font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
    min-height: auto;
  }
  #wrap.jobs .sec01 ul > li .txt_area .desc {
    margin-top: 24px;
    height: auto;
    overflow: hidden;
    padding-right: 20px;
    font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
  }
  #wrap.jobs .sec01 ul > li .txt_area .desc::-webkit-scrollbar {
    display: none;
  }
  #wrap.jobs .sec01 ul > li .txt_area .desc ol li {
    padding-left: 12px;
    position: relative;
  }
  #wrap.jobs .sec01 ul > li .txt_area .desc ol li:before {
    content: "·";
    position: absolute;
    left: 0;
    top: 0;
  }
  #wrap.jobs .sec01 ul > li.active .top_area {
    background: linear-gradient(90deg, #07B9C5 0%, #108FF7 100%);
  }
  #wrap.jobs .sec01 ul > li.active .top_area strong {
    color: #fff;
  }
  #wrap.jobs .sec01 ul > li.active .top_area i.plus {
    background-color: #fff;
    transform: rotate(-180deg) translateY(-50%);
  }
  #wrap.jobs .sec01 ul > li.active .top_area i.plus:before {
    transform: rotate(90deg) translate(-50%, -50%);
  }
  #wrap.jobs .sec01 ul > li.active:nth-of-type(1) i.icon {
    background-image: url("../images/career/jobs_sec01_icon01_on.svg");
  }
  #wrap.jobs .sec01 ul > li.active:nth-of-type(2) i.icon {
    background-image: url("../images/career/jobs_sec01_icon02_on.svg");
  }
  #wrap.jobs .sec01 ul > li.active:nth-of-type(3) i.icon {
    background-image: url("../images/career/jobs_sec01_icon03_on.svg");
  }
  #wrap.jobs .sec01 ul > li.active:nth-of-type(4) i.icon {
    background-image: url("../images/career/jobs_sec01_icon04_on.svg");
  }
  #wrap.jobs .sec01 ul > li.active:nth-of-type(5) i.icon {
    background-image: url("../images/career/jobs_sec01_icon05_on.svg");
  }
  #wrap.jobs .sec01 ul > li.active:nth-of-type(6) i.icon {
    background-image: url("../images/career/jobs_sec01_icon06_on.svg");
  }
  #wrap.jobs .sec01 ul > li.active:nth-of-type(7) i.icon {
    background-image: url("../images/career/jobs_sec01_icon07_on.svg");
  }
  #wrap.jobs .sec01 ul > li.active:nth-of-type(8) i.icon {
    background-image: url("../images/career/jobs_sec01_icon08_on.svg");
  }
  #wrap.jobs .sec01 ul > li.active:nth-of-type(9) i.icon {
    background-image: url("../images/career/jobs_sec01_icon09_on.svg");
  }
}
#wrap.recruitment .recruitment_list[data-motion] ul {
  transform: translateY(10%);
  transition: transform 0.8s;
}
#wrap.recruitment .recruitment_list[data-motion].is_animated ul {
  transform: translateY(0);
}
#wrap.recruitment .recruitment_list ul {
  display: flex;
  flex-wrap: wrap;
}
#wrap.recruitment .recruitment_list ul > li {
  width: calc(33.333333% - 16px);
  margin-right: 24px;
  height: 320px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#wrap.recruitment .recruitment_list ul > li:before {
  content: "";
  width: 100%;
  height: 100%;
  transition: opacity 0.25s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: linear-gradient(132deg, #07B9C5 0%, #108EF8 100%);
  opacity: 0;
}
#wrap.recruitment .recruitment_list ul > li a {
  display: block;
  height: 100%;
  position: relative;
  padding: 40px;
  box-sizing: border-box;
}
#wrap.recruitment .recruitment_list ul > li a .tag {
  display: block;
  position: absolute;
  left: 40px;
  top: 40px;
  font-size: 16px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.125rem;
  font-weight: 600;
  padding-bottom: 8px;
  border-bottom: 2px solid;
  transition: color 0.25s, border 0.25s;
}
#wrap.recruitment .recruitment_list ul > li a .txt {
  position: absolute;
  left: 40px;
  top: 106px;
  width: calc(100% - 80px);
}
#wrap.recruitment .recruitment_list ul > li a .txt strong {
  font-size: 26px;
  letter-spacing: -0.03em;
  line-height: 1;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  line-height: 42px;
  max-height: 84px;
  color: #000;
  transition: color 0.25s;
}
#wrap.recruitment .recruitment_list ul > li a .txt .date {
  margin-top: 8px;
  font-size: 14px;
  letter-spacing: 0em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.125rem;
  word-break: keep-all;
  word-wrap: break-word;
  font-weight: 400;
  color: #666;
  transition: color 0.25s;
}
#wrap.recruitment .recruitment_list ul > li a .hash {
  position: absolute;
  left: 40px;
  bottom: 40px;
  width: calc(100% - 80px);
}
#wrap.recruitment .recruitment_list ul > li a .hash ol li {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  letter-spacing: -0.03em;
  line-height: 1;
  font-weight: 400;
  color: #666;
  transition: color 0.25s;
}
#wrap.recruitment .recruitment_list ul > li a .hash ol li + li {
  margin-left: 8px;
}
#wrap.recruitment .recruitment_list ul > li.expected {
  background: #E4F2FE;
}
#wrap.recruitment .recruitment_list ul > li.expected a .tag {
  color: #376074;
  border-color: #376074;
}
#wrap.recruitment .recruitment_list ul > li.doing {
  background: #E4F2FE;
}
#wrap.recruitment .recruitment_list ul > li.doing a .tag {
  color: #376074;
  border-color: #376074;
}
#wrap.recruitment .recruitment_list ul > li.deadline {
  background: #F3F3F3;
}
#wrap.recruitment .recruitment_list ul > li.deadline a {
  cursor: default;
  pointer-events: none;
}
#wrap.recruitment .recruitment_list ul > li.deadline a .tag {
  color: #999999;
  border-color: #999999;
}
#wrap.recruitment .recruitment_list ul > li.deadline a .txt strong {
  color: #666;
}
#wrap.recruitment .recruitment_list ul > li.deadline a .txt .date {
  color: #999;
}
#wrap.recruitment .recruitment_list ul > li.deadline a .txt .hash ol li {
  color: #999;
}
@media (min-width: 1024px) {
  #wrap.recruitment .recruitment_list ul > li:nth-of-type(3n) {
    margin-right: 0;
  }
  #wrap.recruitment .recruitment_list ul > li:nth-of-type(n+4) {
    margin-top: 32px;
  }
  #wrap.recruitment .recruitment_list ul > li:not(.deadline):hover:before {
    opacity: 1;
  }
  #wrap.recruitment .recruitment_list ul > li:not(.deadline):hover a .tag {
    color: #fff;
    border-color: #fff;
  }
  #wrap.recruitment .recruitment_list ul > li:not(.deadline):hover a .txt strong {
    color: #fff;
  }
  #wrap.recruitment .recruitment_list ul > li:not(.deadline):hover a .txt .date {
    color: #fff;
  }
  #wrap.recruitment .recruitment_list ul > li:not(.deadline):hover a .hash ol li {
    color: #fff;
  }
}
@media (max-width: 1023px) {
  #wrap.recruitment .recruitment_list ul > li {
    width: calc(50% - 8px);
    margin-right: 16px;
    height: 260px;
  }
  #wrap.recruitment .recruitment_list ul > li a {
    padding: 30px;
  }
  #wrap.recruitment .recruitment_list ul > li a .tag {
    left: 30px;
    top: 30px;
    font-weight: 400;
    padding-bottom: 4px;
  }
  #wrap.recruitment .recruitment_list ul > li a .txt {
    position: absolute;
    left: 30px;
    top: 90px;
    width: calc(100% - 60px);
  }
  #wrap.recruitment .recruitment_list ul > li a .txt strong {
    font-size: 26px;
    letter-spacing: -0.03em;
    line-height: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-wrap: normal;
    line-height: 36px;
    max-height: 72px;
  }
  #wrap.recruitment .recruitment_list ul > li a .txt .date {
    margin-top: 16px;
    font-size: 12px;
    letter-spacing: 0em;
    line-height: 1;
  }
  #wrap.recruitment .recruitment_list ul > li a .hash {
    left: 30px;
    bottom: 30px;
    width: calc(100% - 60px);
  }
  #wrap.recruitment .recruitment_list ul > li a .hash ol li {
    font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 1;
  }
  #wrap.recruitment .recruitment_list ul > li:nth-of-type(2n) {
    margin-right: 0;
  }
  #wrap.recruitment .recruitment_list ul > li:nth-of-type(n+3) {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  #wrap.recruitment .recruitment_list ul > li {
    width: 100%;
    margin-right: 0;
  }
  #wrap.recruitment .recruitment_list ul > li + li {
    margin-top: 16px;
  }
}
#wrap.recruitment .btn_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
#wrap.recruitment .btn_wrap a.btn {
  min-width: 200px;
  padding: 20px 44px;
  border: 1px solid #376074;
}
@media (max-width: 1023px) {
  #wrap.recruitment .btn_wrap a.btn {
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  #wrap.recruitment .btn_wrap {
    flex-direction: column;
  }
}
#wrap.recruitment .btn_wrap .btn_drop {
  position: relative;
  margin-right: 16px;
}
@media (max-width: 767px) {
  #wrap.recruitment .btn_wrap .btn_drop {
    order: 2;
    margin-top: 8px;
    margin-right: 0;
    width: 100%;
  }
}
#wrap.recruitment .btn_wrap .btn_drop a.btn {
  margin-right: 0;
}
#wrap.recruitment .btn_wrap .btn_drop ul.btn_drop_list {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#wrap.recruitment .btn_wrap .btn_drop ul.btn_drop_list.show {
  display: block;
}
#wrap.recruitment .btn_wrap .btn_drop ul.btn_drop_list li a.btn {
  border-radius: unset;
  padding: 13px 24px;
}
@media (max-width: 767px) {
  #wrap.recruitment .btn_wrap .btn_drop ul.btn_drop_list li a.btn {
    padding: 8px 0;
  }
}
#wrap.recruitment .btn_wrap .btn_drop ul.btn_drop_list li:first-child a.btn {
  border-radius: 30px 30px 0 0;
  padding: 16px 24px 8px 24px;
}
#wrap.recruitment .btn_wrap .btn_drop ul.btn_drop_list li:last-child a.btn {
  border-radius: 0 0 30px 30px;
  padding: 8px 24px 16px 24px;
}

.support * {
  word-break: keep-all;
}
.support .banner_area strong {
  font-size: 34px;
  letter-spacing: -0.03em;
  line-height: 1;
}
.support .banner_area .light {
  display: block;
  margin-top: 8px;
  font-size: 22px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 2.25rem;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .support .banner_area {
    margin-top: 92px;
  }
  .support .banner_area strong {
    font-size: 26px;
    letter-spacing: -0.015em;
    line-height: 1;
  }
  .support .banner_area .light {
    margin-top: 18px;
    font-size: 18px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.5625rem;
  }
}
.support.library .page_title {
  margin-bottom: 64px;
}
.support.library h3 {
  margin-bottom: 26px;
}
.support.library .file_list {
  width: 100%;
  border-top: 2px solid #000;
}
.support.library .file_list li {
  width: 100%;
  border-bottom: 1px solid #CaCaCa;
  display: none;
}
.support.library .file_list a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 19px 40px;
}
@media (min-width: 1024px) {
  .support.library .file_list a:hover p {
    color: #376074;
  }
  .support.library .file_list a:hover .btn:before {
    height: 100%;
  }
  .support.library .file_list a:hover .btn.download.blueLine {
    color: #fff;
  }
  .support.library .file_list a:hover .btn.download.blueLine:before {
    bottom: 100%;
  }
  .support.library .file_list a:hover .btn.download.blueLine span:after {
    background-image: url("/images/icon_download.svg");
  }
  .support.library .file_list a:hover .btn.download span:after {
    background-image: url("/images/icon_download.svg");
  }
}
.support.library .file_list p {
  width: calc(100% - 200px);
  font-size: 26px;
  letter-spacing: 0em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.9375rem;
  font-weight: 500;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.support.library section {
  margin-bottom: 160px;
}
.support.library section:last-child {
  margin-bottom: 0;
}
.support.library .company {
  position: relative;
  margin-bottom: 140px;
}
.support.library .company[data-motion] .inner {
  transform: translateY(50px);
  transition: transform 0.75s;
}
.support.library .company[data-motion]:before {
  transform: translateY(-35%);
  transition: transform 0.75s;
}
.support.library .company[data-motion].is_animated .inner {
  transform: translateY(0);
}
.support.library .company[data-motion].is_animated:before {
  transform: translateY(-40%);
}
.support.library .company:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-40%);
  width: 100%;
  height: 408px;
  background-color: #f3f3f3;
  z-index: -1;
}
.support.library .company .flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
}
.support.library .company .img-wrap {
  width: 51.6%;
}
.support.library .company .img-wrap .img {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.support.library .company .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.support.library .company .text {
  width: 48.4%;
  padding-left: 77px;
  font-size: 30px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.875rem;
}
.support.library .company .text strong {
  display: block;
  width: 100%;
  margin-bottom: 32px;
  font-weight: 300;
}
.support.library .company .text strong span {
  font-weight: 600;
}
.support.library .catalog[data-motion] .inner {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.75s, opacity 0.75s;
}
.support.library .catalog[data-motion].is_animated .inner {
  transform: translateY(0);
  opacity: 1;
}
.support.library .catalog[data-motion] .inner {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.75s, opacity 0.75s;
}
.support.library .catalog[data-motion].is_animated .inner {
  transform: translateY(0);
  opacity: 1;
}
.support.library .menual[data-motion] .inner, .support.library .plan[data-motion] .inner {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.75s, opacity 0.75s;
}
.support.library .menual[data-motion].is_animated .inner, .support.library .plan[data-motion].is_animated .inner {
  transform: translateY(0);
  opacity: 1;
}
.support.library .tab_btn_type03 {
  margin-bottom: 32px;
}
.support.library .tab_btn_type03 ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: normal;
  gap: 0 0.83%;
  width: 100%;
}
.support.library .tab_btn_type03 li {
  width: 33.333%;
}
.support.library .tab_btn_type03 li.active .tab {
  border-color: #376074;
  background-color: #376074;
  color: #fff;
}
.support.library .tab_btn_type03 .tab {
  display: block;
  width: 100%;
  padding: 23px 10px;
  border: 1px solid #CaCaCa;
  border-radius: 10px;
  color: #000;
  font-size: 20px;
  letter-spacing: -0.03em;
  line-height: 1;
  font-weight: 600;
  background-color: #fff;
}
@media (max-width: 1023px) {
  .support.library .page_title {
    margin-bottom: 40px;
  }
  .support.library h3 {
    margin-bottom: 16px;
  }
  .support.library section {
    margin-bottom: 80px;
  }
  .support.library .file_list a {
    padding: 24px 8px;
  }
  .support.library .file_list p {
    width: calc(100% - 40px);
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1;
    font-weight: 600;
  }
  .support.library .company {
    margin-bottom: 80px;
  }
  .support.library .company:before {
    display: none;
  }
  .support.library .company .text {
    padding-left: 32px;
  }
  .support.library .company .text strong {
    font-size: 22px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.875rem;
  }
  .support.library .tab_btn_type03 {
    margin-bottom: 16px;
  }
  .support.library .tab_btn_type03 ul {
    gap: 0 8px;
  }
  .support.library .tab_btn_type03 .tab {
    padding: 14px 10px 12px;
    font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .support.library .company .flex-container {
    flex-direction: column;
  }
  .support.library .company .img-wrap {
    width: 100%;
    margin-bottom: 12px;
  }
  .support.library .company .text {
    width: 100%;
    padding-left: 0;
  }
  .support.library .company .text strong {
    margin-bottom: 16px;
  }
}
.support.faq .search_bg {
  margin-bottom: 64px;
}
.support.faq .banner_area a:before {
  background: url("../images/support/banner_faq.jpg") center no-repeat;
  background-size: cover;
}
.support.faq .tab_area[data-motion] .tab_btn_type01 {
  transform: translateY(50px);
  transition: transform 0.75s;
}
.support.faq .tab_area[data-motion] .tab_cont {
  transform: translateY(50px);
  transition: transform 0.75s;
}
.support.faq .tab_area[data-motion] .tab_cont .tabpanel {
  min-height: 210px;
}
.support.faq .tab_area[data-motion].is_animated .tab_btn_type01 {
  transform: translateY(0);
}
.support.faq .tab_area[data-motion].is_animated .tab_cont {
  transform: translateY(0);
}
.support.faq .tab_btn_type01 li {
  width: 20%;
}
.support.faq footer {
  margin-top: 0;
}
@media (max-width: 1023px) {
  .support.faq .search_bg {
    margin-bottom: 32px;
  }
  .support.faq .tab_btn_type01 li {
    width: 120px;
  }
  .support.faq .banner_area a:before {
    background: url("../images/support/m_banner_faq.jpg") center no-repeat;
    background-size: cover;
  }
}
.support.ethics .h3 {
  margin-bottom: 28px;
}
@media (max-width: 1023px) {
  .support.ethics .h3 {
    margin-bottom: 10px;
  }
}
.support.ethics.completed #content .removeCont {
  display: none;
}
.support.ethics.completed .formCompleted {
  display: block;
}
.support.ethics .tab_btn_type01 li {
  width: 50%;
}
.support.ethics .tab_area[data-motion] .tab_btn_type01 {
  transform: translateY(50px);
  transition: transform 0.75s;
}
.support.ethics .tab_area[data-motion] .gray-box {
  transform: translateY(50px);
  transition: transform 0.75s;
}
.support.ethics .tab_area[data-motion] .tab_cont {
  transform: translateY(50px);
  transition: transform 0.75s;
}
.support.ethics .tab_area[data-motion].is_animated .tab_btn_type01 {
  transform: translateY(0);
}
.support.ethics .tab_area[data-motion].is_animated .gray-box {
  transform: translateY(0);
}
.support.ethics .tab_area[data-motion].is_animated .tab_cont {
  transform: translateY(0);
}
.support.ethics .gray-box {
  margin-bottom: 64px;
  padding: 45px 48px;
  background-color: #f3f3f3;
}
.support.ethics .gray-box > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.support.ethics .gray-box strong {
  display: block;
  width: calc(100% - 250px);
}
.support.ethics .gray-box strong > span {
  display: block;
  margin-top: 3px;
  font-weight: 300;
}
.support.ethics .tab_cont {
  font-size: 0;
}
.support.ethics .panel2 form {
  display: none;
}
.support.ethics .panel2 form.show {
  display: block;
}
.support.ethics .addr_box > .input_area {
  margin-top: 0;
}
.support.ethics .zero {
  margin-bottom: 0;
}
.support.ethics .certified .email_certified {
  display: none;
  margin-top: 48px;
}
.support.ethics .certified .email_certified.block {
  display: block;
}
.support.ethics .certified .email_certified .essential span {
  display: inline;
}
.support.ethics .certified .email_certified .input_area input {
  display: inline-block;
  width: calc(100% - 176px);
  margin-right: 16px;
}
.support.ethics .certified .email_certified .input_area input[readonly] {
  border-bottom: 1px solid #CaCaCa;
}
.support.ethics .certified .email_certified span {
  display: block;
}
.support.ethics .certified .email_certified .count {
  position: absolute;
  top: 0;
  right: 192px;
  color: #FF6F3F;
}
.support.ethics .certified .email_certified .p3 {
  margin-top: 8px;
  color: #999999;
}
.support.ethics .checkHistory .page_title {
  margin-bottom: 80px;
}
.support.ethics .checkHistory .page_title strong {
  display: block;
  width: 100%;
  margin-bottom: 32px;
  text-align: center;
  font-size: 60px;
  letter-spacing: -0.03em;
  line-height: 1;
}
.support.ethics .checkHistory .page_title p {
  text-align: center;
  font-weight: 600;
  font-size: 26px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 2.25rem;
}
.support.ethics .checkHistory .accordion_list .acco_tit .num {
  display: table-cell;
  width: 100px;
  text-align: center;
  vertical-align: middle;
}
.support.ethics .checkHistory .accordion_list .acco_tit .num span {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 10px;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1;
  color: #333333;
}
.support.ethics .checkHistory .accordion_list .acco_tit .num span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #d9d9d9;
}
.support.ethics .checkHistory .accordion_list .acco_tit .category {
  width: 170px;
}
.support.ethics .checkHistory .accordion_list .acco_cont {
  padding: 45px 100px;
}
.support.ethics .checkHistory .accordion_list .acco_cont .customer {
  margin-bottom: 32px;
}
.support.ethics .checkHistory .accordion_list .acco_cont .customer li:first-of-type {
  padding: 16px 32px;
}
.support.ethics .checkHistory .accordion_list .acco_cont .answer {
  padding: 16px 0;
  background-color: #fff;
}
.support.ethics .checkHistory .accordion_list .acco_cont .answer li:first-of-type {
  padding: 16px 32px;
}
.support.ethics .checkHistory .accordion_list .acco_cont .answer li span {
  color: #376074;
  font-weight: 600;
}
.support.ethics .checkHistory .accordion_list .acco_cont li {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: normal;
  padding: 32px 32px 16px;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1;
}
.support.ethics .checkHistory .accordion_list .acco_cont li span {
  width: 142px;
  padding-right: 24px;
}
.support.ethics .checkHistory .accordion_list .acco_cont li p {
  width: calc(100% - 142px);
}
.support.ethics .checkHistory .accordion_list li.active .acco_tit .num span {
  color: #fff;
}
.support.ethics .checkHistory .accordion_list li.active .acco_tit .num span:after {
  background-color: #fff;
}
@media (max-width: 1023px) {
  .support.ethics .checkHistory .page_title {
    margin-bottom: 16px;
  }
  .support.ethics .checkHistory .page_title strong {
    margin-bottom: 24px;
    text-align: left;
    font-size: 40px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 3rem;
  }
  .support.ethics .checkHistory .page_title p {
    text-align: left;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.5625rem;
  }
  .support.ethics .checkHistory .accordion_list .acco_tit .num {
    display: none;
  }
  .support.ethics .checkHistory .accordion_list .acco_cont {
    padding: 24px;
  }
  .support.ethics .checkHistory .accordion_list .acco_cont .customer {
    margin-bottom: 32px;
  }
  .support.ethics .checkHistory .accordion_list .acco_cont .customer li:nth-of-type(1) {
    padding: 0 0 24px;
  }
  .support.ethics .checkHistory .accordion_list .acco_cont .answer {
    padding: 0 15px;
  }
  .support.ethics .checkHistory .accordion_list .acco_cont .answer li:first-of-type, .support.ethics .checkHistory .accordion_list .acco_cont .answer li:last-of-type {
    padding: 24px 0;
  }
  .support.ethics .checkHistory .accordion_list .acco_cont li {
    padding: 24px 0;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1;
    border-bottom: 1px solid #CaCaCa;
  }
  .support.ethics .checkHistory .accordion_list .acco_cont li:last-of-type {
    border-bottom: none;
  }
  .support.ethics .checkHistory .accordion_list .acco_cont li span {
    display: block;
    width: 100%;
    padding: 0 0 8px;
  }
  .support.ethics .checkHistory .accordion_list .acco_cont li p {
    width: 100%;
  }
  .support.ethics .checkHistory .btn {
    min-width: 150px;
  }
}
@media (max-width: 767px) {
  .support.ethics .checkHistory .btn {
    min-width: auto;
  }
}
@media (max-width: 1023px) {
  .support.ethics .banner_area a:before {
    background: url("../images/support/m_banner_faq.jpg") center no-repeat;
    background-size: cover;
  }
  .support.ethics .tab_btn_type01 li {
    width: 50%;
  }
  .support.ethics .tab_btn_type01 li .tab {
    padding: 25px 10px;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1;
  }
  .support.ethics .gray-box {
    margin-bottom: 32px;
    padding: 30px;
  }
  .support.ethics .gray-box > div {
    flex-direction: column;
    align-items: baseline;
  }
  .support.ethics .gray-box strong {
    width: 100%;
    margin-bottom: 22px;
  }
  .support.ethics .gray-box strong span {
    margin-top: 5px;
    line-height: initial;
  }
}
@media (max-width: 767px) {
  .support.ethics .input_area_wrap.inline {
    margin-bottom: 24px;
  }
  .support.ethics .input_area_wrap.inline:last-child {
    margin-bottom: 0;
  }
  .support.ethics .input_area_wrap.inline .label {
    width: 64px;
    margin-right: 16px;
    padding-bottom: 0;
  }
  .support.ethics .input_area_wrap.inline .input_area {
    width: calc(100% - 80px);
  }
  .support.ethics .input_area_wrap.inline .input_area input[readonly] {
    padding: 0;
  }
  .support.ethics .certified .top_area {
    padding-bottom: 42px;
  }
  .support.ethics .certified .email_certified .input_area input {
    width: 100%;
  }
  .support.ethics .certified .email_certified .count {
    right: 8px;
  }
  .support.ethics .certified .email_certified .p3 {
    margin-top: 16px;
  }
  .support.ethics .certified .email_certified .btn {
    min-width: 100%;
    margin-top: 16px;
  }
}
.support.contact.completed #content .removeCont {
  display: none;
}
.support.contact.completed .formCompleted {
  display: block;
}
.support.contact footer {
  margin-top: 0;
}
.support.contact main .inner[data-motion] {
  transform: translateY(50px);
  transition: transform 0.75s;
}
.support.contact main .inner[data-motion].is_animated {
  transform: translateY(0);
}
.support.contact .btn.big {
  min-width: 200px;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1;
  padding: 19px 24px;
}
@media (max-width: 1023px) {
  .support.contact .btn.big {
    font-size: 16px;
    letter-spacing: -0.015em;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .support.contact .btn.big {
    min-width: auto;
    width: 100%;
    padding: 16px 10px;
  }
}
.support.contact .type_select {
  width: 100%;
}
.support.contact .type_select strong {
  display: block;
  margin-bottom: 32px;
  font-size: 34px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 3.0625rem;
  font-weight: 600;
}
.support.contact .type_select ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: normal;
  margin-bottom: 75px;
  border-top: 1px solid #CaCaCa;
  border-bottom: 1px solid #CaCaCa;
  border-radius: 10px;
  overflow: hidden;
}
.support.contact .type_select li {
  width: 14.285%;
  border-right: 1px solid #CaCaCa;
}
.support.contact .type_select li:first-child {
  border-left: 1px solid #CaCaCa;
  border-radius: 10px 0 0 10px;
}
.support.contact .type_select li:last-child {
  border-right: 1px solid #CaCaCa;
  border-radius: 0 10px 10px 0;
}
.support.contact .type_select li a {
  display: block;
  width: 100%;
  padding: 36px 10px;
  text-align: center;
}
.support.contact .type_select li .icon {
  position: relative;
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 auto 16px;
}
.support.contact .type_select li .icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.support.contact .type_select li p {
  font-size: 20px;
  letter-spacing: -0.03em;
  line-height: 1;
}
.support.contact .type_select li.type1 .icon:after {
  background-image: url(../images/support/contact-us/icon_type01.svg);
}
.support.contact .type_select li.type2 .icon:after {
  background-image: url(../images/support/contact-us/icon_type02.svg);
}
.support.contact .type_select li.type3 .icon:after {
  background-image: url(../images/support/contact-us/icon_type03.svg);
}
.support.contact .type_select li.type4 .icon:after {
  background-image: url(../images/support/contact-us/icon_type04.svg);
}
.support.contact .type_select li.type5 .icon:after {
  background-image: url(../images/support/contact-us/icon_type05.svg);
}
.support.contact .type_select li.type6 .icon:after {
  background-image: url(../images/support/contact-us/icon_type06.svg);
}
.support.contact .type_select li.type7 .icon:after {
  background-image: url(../images/support/contact-us/icon_type07.svg);
}
.support.contact .type_select li:hover a, .support.contact .type_select li.active a {
  color: #fff;
  border-color: #376074;
  background-color: #376074;
}
.support.contact .type_select li:hover.type1 .icon:after, .support.contact .type_select li.active.type1 .icon:after {
  background-image: url(../images/support/contact-us/icon_type01_hover.svg);
}
.support.contact .type_select li:hover.type2 .icon:after, .support.contact .type_select li.active.type2 .icon:after {
  background-image: url(../images/support/contact-us/icon_type02_hover.svg);
}
.support.contact .type_select li:hover.type3 .icon:after, .support.contact .type_select li.active.type3 .icon:after {
  background-image: url(../images/support/contact-us/icon_type03_hover.svg);
}
.support.contact .type_select li:hover.type4 .icon:after, .support.contact .type_select li.active.type4 .icon:after {
  background-image: url(../images/support/contact-us/icon_type04_hover.svg);
}
.support.contact .type_select li:hover.type5 .icon:after, .support.contact .type_select li.active.type5 .icon:after {
  background-image: url(../images/support/contact-us/icon_type05_hover.svg);
}
.support.contact .type_select li:hover.type6 .icon:after, .support.contact .type_select li.active.type6 .icon:after {
  background-image: url(../images/support/contact-us/icon_type06_hover.svg);
}
.support.contact .type_select li:hover.type7 .icon:after, .support.contact .type_select li.active.type7 .icon:after {
  background-image: url(../images/support/contact-us/icon_type07_hover.svg);
}
.support.contact .type_content h3, .support.contact .type_content .h3 {
  margin-bottom: 28px;
}
.support.contact .type_content .init {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 92px;
  background-color: #f3f3f3;
}
.support.contact .type_content .boundaries {
  width: 100%;
  height: 2px;
  margin: 64px 0;
  background-color: #000;
}
.support.contact .type_content .board_write .input_area_wrap.elevator .input_area input {
  width: 312px;
}
.support.contact .type_content .board_write .input_area_wrap.elevator .elv-select {
  margin: 48px -16px 24px 0;
}
.support.contact .type_content .board_write .input_area_wrap.elevator .elv-select .custom_select_area {
  width: 33.333%;
  margin-right: 0;
  padding-right: 16px;
}
.support.contact .type_content .board_write .input_area_wrap.elevator strong {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 20px;
  letter-spacing: -0.03em;
  line-height: 1;
}
.support.contact .type_content .board_write .addr_box .floor {
  width: 652px;
  margin-bottom: 16px;
}
.support.contact .type_content .board_write .addr_box .floor input {
  width: calc(50% - 8px);
}
.support.contact .type_content .board_write .addr_box .floor input:last-child {
  margin-right: 0;
}
.support.contact .banner_area a:before {
  background: url("../images/support/banner_ethics.jpg") center no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .support.contact .type_content .board_write .addr_box .floor {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .support.contact .banner_area a:before {
    background: url("../images/support/m_banner_ethics.jpg") center no-repeat;
    background-size: cover;
  }
  .support.contact .type_select strong {
    margin-bottom: 10px;
    font-size: 26px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 2.25rem;
  }
  .support.contact .type_select ul {
    margin-right: -10px;
    margin-bottom: 30px;
    border: none;
    border-radius: 0;
    overflow: initial;
  }
  .support.contact .type_select li {
    width: 25%;
    padding-bottom: 10px;
    padding-right: 10px;
    border: none;
  }
  .support.contact .type_select li:first-child, .support.contact .type_select li:last-child {
    border: none;
  }
  .support.contact .type_select li a {
    padding: 15px 5px;
    border-radius: 10px;
    border: 1px solid #CaCaCa;
  }
  .support.contact .type_select li .icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 8px;
  }
  .support.contact .type_select li p {
    font-size: 16px;
    letter-spacing: -0.015em;
    line-height: 1;
  }
  .support.contact .type_content h3, .support.contact .type_content .h3 {
    margin-bottom: 10px;
  }
  .support.contact .type_content .init {
    padding: 72px 10px;
  }
  .support.contact .type_content .boundaries {
    margin: 50px 0;
  }
  .support.contact .type_content .board_write .input_area_wrap.elevator .input_area input {
    width: 100%;
  }
  .support.contact .type_content .board_write .input_area_wrap.elevator strong {
    margin-top: 8px;
    font-size: 16px;
    letter-spacing: -0.015em;
    line-height: 1;
  }
  .support.contact .boundaries {
    margin: 48px 0;
  }
}
@media (max-width: 767px) {
  .support.contact .type_select li {
    width: 33.333%;
  }
  .support.contact .type_content .board_write .input_area_wrap.elevator .elv-select {
    margin: 32px 0 24px;
  }
  .support.contact .type_content .board_write .input_area_wrap.elevator .elv-select .custom_select_area {
    width: 100%;
    margin-bottom: 8px;
    padding-right: 0;
  }
  .support.contact .type_content .board_write .input_area_wrap.elevator .elv-select .custom_select_area:last-child {
    margin-bottom: 0;
  }
  .support.contact .type_content .board_write .addr_box .floor {
    margin-bottom: 0;
  }
  .support.contact .type_content .board_write .addr_box .floor input {
    width: 100%;
    margin: 0 0 8px;
  }
}

.sticky {
  display: block;
  width: 100%;
  font-size: 0;
}
@media (max-width: 1023px) {
  .sticky {
    display: none;
  }
}
.sticky .button {
  display: none;
}
.sticky li {
  display: inline-block;
  width: 25%;
  border: 1px solid #CaCaCa;
}
.sticky li:nth-child(1), .sticky li:nth-child(2), .sticky li:nth-child(3) {
  border-right: none;
}
.sticky button {
  position: relative;
  display: block;
  width: 100%;
  padding: 18px 32px;
  font-size: 20px;
  letter-spacing: -0.03em;
  line-height: 1;
}
.sticky button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  width: 15px;
  height: 18px;
  background-image: url(../images/support/icon_arrow_down.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  display: none;
}
.sticky button:hover {
  color: #376074;
}
.sticky button:hover:after {
  background-image: url(../images/support/icon_arrow_down_hover.svg);
}
.sticky.fixed {
  position: fixed;
  top: 100px;
  left: 0;
  transform: translateY(0);
  transition: transform 0.6s, top 0.6s;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #CaCaCa;
  font-size: 0;
}
@media (max-width: 1023px) {
  .sticky.fixed {
    display: block;
  }
}
.sticky.fixed li {
  position: relative;
  display: inline-block;
  width: 25%;
  border: 1px solid #CaCaCa;
  border-top: none;
  border-bottom: none;
}
.sticky.fixed li:nth-child(1), .sticky.fixed li:nth-child(2), .sticky.fixed li:nth-child(3) {
  border-right: none;
}
.sticky.fixed li.active:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #376074;
}
.sticky.fixed li.active button {
  font-weight: 600;
  color: #376074;
}
.sticky.fixed li.active button:after {
  display: none;
  background-image: url(../images/support/icon_arrow_down_hover.svg);
}
.sticky.fixed button {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 32px;
  text-align: center;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1;
}
.sticky.fixed button:after {
  display: none;
}
.sticky.fixed button:hover {
  color: #376074;
}
@media (max-width: 1023px) {
  .sticky {
    margin-bottom: 40px;
  }
  .sticky .button {
    text-align: left;
    position: relative;
    width: 100%;
    padding: 22px 16px;
    font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 1;
    border-bottom: 1px solid #CACACA;
    box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.24);
  }
  .sticky .button:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 15px;
    height: 10px;
    background-image: url(/images/icon_arrow_down_bl.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  .sticky li {
    display: block;
    width: 100%;
  }
  .sticky li:nth-child(1), .sticky li:nth-child(2), .sticky li:nth-child(3) {
    border-bottom: none;
    border-right: 1px solid #CaCaCa;
  }
  .sticky button {
    padding: 17px 15px 16px;
    text-align: left;
    font-size: 16px;
    letter-spacing: -0.015em;
    line-height: 1;
  }
  .sticky button:after {
    right: 15px;
  }
  .sticky.fixed {
    position: fixed;
    top: 68px;
    left: 0;
    transform: translateY(0);
    transition: transform 0.6s, top 0.6s;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #CaCaCa;
    font-size: 0;
  }
  .sticky.fixed .button {
    display: block;
  }
  .sticky.fixed ul {
    position: absolute;
    display: none;
    top: 84px;
    left: 20px;
    width: calc(100% - 40px);
    border-radius: 10px;
    border: 1px solid #376074;
    box-sizing: border-box;
    background: #fff;
    padding: 0;
    overflow: hidden;
    box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.24);
  }
  .sticky.fixed ul li {
    width: 100%;
    border: none;
    border-bottom: 1px solid #CACACA;
  }
  .sticky.fixed ul li button {
    position: relative;
    display: block;
    width: 100%;
    padding: 17px 16px;
    text-align: left;
    background: #F3F3F3;
    font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 1;
  }
  .sticky.fixed ul li button:after {
    display: none;
  }
  .sticky.fixed ul li:last-child {
    border-bottom: none;
  }
  .sticky.fixed ul li.active button {
    background: #fff;
  }
  .sticky.fixed ul li.active:after {
    display: none;
  }
  .sticky.active ul {
    display: block;
  }
}
body[data-scroll=down] .sticky {
  top: 0;
}
@media (max-width: 1023px) {
  body[data-scroll=up] .sticky {
    top: 68px;
  }
}

#libraySticky {
  height: 56px;
  margin-bottom: 80px;
}
#libraySticky[data-motion] .inner {
  transform: translateY(50%);
  transition: transform 0.75s;
}
#libraySticky[data-motion].is_animated .inner {
  transform: translateY(0);
}
@media (max-width: 1023px) {
  #libraySticky {
    height: unset;
    margin-bottom: 0;
  }
  #libraySticky[data-motion] .sticky {
    transform: translateY(0);
  }
}

.formCompleted {
  display: none;
}
.formCompleted strong {
  display: block;
  width: 100%;
  margin-bottom: 80px;
  text-align: center;
  font-size: 60px;
  letter-spacing: -0.03em;
  line-height: 1;
}
.formCompleted .guide {
  padding: 75px 10px;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(to right, rgb(7, 185, 197) 8%, rgb(16, 143, 247));
  border-image-slice: 1;
}
.formCompleted .guide p {
  text-align: center;
  font-size: 30px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 2.625rem;
  font-weight: 600;
}
.formCompleted .guide span {
  color: #376074;
}
@media (max-width: 1023px) {
  .formCompleted strong {
    margin-bottom: 40px;
    font-size: 34px;
    letter-spacing: -0.015em;
    line-height: 1;
  }
  .formCompleted .guide {
    padding: 35px 10px;
  }
  .formCompleted .guide p {
    font-size: 22px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.875rem;
  }
  .formCompleted .guide span {
    color: #376074;
  }
}

#wrap {
  /* 뉴스룸 */
  /* 사업장 */
  /* 개요 */
  /* 지속가능경영 */
}
#wrap.newsroom.list .sub_visual .vision_area {
  margin: 0;
}
#wrap.newsroom.list .sec01 .top {
  margin: 80px 0 64px;
  text-align: right;
}
#wrap.newsroom.list .sec01 .top .input_area {
  width: 384px;
}
#wrap.newsroom.list .sec01 .top .input_area input {
  padding: 14px 60px 14px 16px;
}
#wrap.newsroom.list .sec01 .top .input_area label {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  cursor: pointer;
}
#wrap.newsroom.list .sec01 .top .input_area label:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: url("/images/icon_search.svg") center no-repeat;
  background-size: cover;
}
#wrap.newsroom.list .sec01 ul {
  display: flex;
  flex-wrap: wrap;
}
#wrap.newsroom.list .sec01 ul li {
  width: calc(33.333333% - 16px);
  margin-right: 24px;
}
@media (min-width: 1024px) {
  #wrap.newsroom.list .sec01 ul li:nth-of-type(3n) {
    margin-right: 0;
  }
  #wrap.newsroom.list .sec01 ul li:nth-of-type(n+4) {
    margin-top: 48px;
  }
}
#wrap.newsroom.list .sec01 ul li .img_area {
  width: 100%;
  padding-top: 83.34%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transform: rotate(0.003deg);
}
#wrap.newsroom.list .sec01 ul li .img_area img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: auto;
  height: 100%;
  transition: transform 0.4s;
}
#wrap.newsroom.list .sec01 ul li .txt_area {
  padding: 32px 16px;
}
#wrap.newsroom.list .sec01 ul li .txt_area span {
  display: block;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1;
  line-height: 1;
  color: #1AB6C3;
}
#wrap.newsroom.list .sec01 ul li .txt_area strong {
  display: block;
  margin-top: 16px;
  font-size: 22px;
  letter-spacing: -0.03em;
  line-height: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  line-height: 36px;
  max-height: 72px;
  font-weight: 400;
  color: #000;
}
#wrap.newsroom.list .sec01 ul li .txt_area p.date {
  margin-top: 16px;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #666;
}
#wrap.newsroom.list .sec01 ul li a:hover .img_area img {
  transform: translateX(-50%) scale(1.05);
}
#wrap.newsroom.list .sec01 ul li a:hover .txt_area strong {
  color: #376074;
}
@media (max-width: 1023px) {
  #wrap.newsroom.list .sec01 .top {
    margin: 40px 0 32px;
  }
  #wrap.newsroom.list .sec01 .top .input_area {
    width: 100%;
  }
  #wrap.newsroom.list .sec01 .top .input_area input {
    padding: 12px 40px 12px 8px;
  }
  #wrap.newsroom.list .sec01 .top .input_area label {
    right: 8px;
  }
  #wrap.newsroom.list .sec01 ul li {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  #wrap.newsroom.list .sec01 ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  #wrap.newsroom.list .sec01 ul li:nth-of-type(n+3) {
    margin-top: 16px;
  }
}
@media (max-width: 1023px) {
  #wrap.newsroom.list .sec01 ul li .txt_area {
    padding: 16px 8px;
  }
  #wrap.newsroom.list .sec01 ul li .txt_area span {
    font-size: 14px;
    letter-spacing: -0.03em;
    line-height: 1;
  }
  #wrap.newsroom.list .sec01 ul li .txt_area strong {
    margin-top: 8px;
    font-size: 18px;
    letter-spacing: -0.03em;
    line-height: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-wrap: normal;
    line-height: 24px;
    max-height: 48px;
  }
  #wrap.newsroom.list .sec01 ul li .txt_area p.date {
    margin-top: 8px;
    font-size: 14px;
    letter-spacing: -0.03em;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  #wrap.newsroom.list .sec01 ul li {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #wrap.newsroom.list .sec01 ul li + li {
    margin-top: 16px;
  }
}
#wrap.newsroom.view .board .blue_box {
  position: relative;
}
#wrap.newsroom.view .board .blue_box .sub {
  margin-bottom: 24px;
}
#wrap.newsroom.view .board .blue_box .sub ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 16px;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1;
  font-weight: 400;
  color: #666;
  position: relative;
}
#wrap.newsroom.view .board .blue_box .sub ul li span {
  color: #376074;
  font-weight: 600;
}
#wrap.newsroom.view .board .blue_box .sub ul li + li:before {
  content: "";
  width: 1px;
  height: 13px;
  background: #CACACA;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#wrap.newsroom.view .board .blue_box p.date {
  color: #666;
  margin: 0;
  font-size: 18px;
  letter-spacing: -0.03em;
  line-height: 1;
}
#wrap.newsroom.view .board .blue_box .go_link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 0;
}
#wrap.newsroom.view .board .blue_box .go_link a {
  width: 100%;
  height: 100%;
  display: block;
}
#wrap.newsroom.view .board .blue_box .go_link i {
  display: block;
  width: 100%;
  height: 100%;
}
#wrap.newsroom.view .board .blue_box .go_link i img {
  width: 100%;
}
#wrap.newsroom.view .board .blue_box .go_link p {
  padding: 8px 13px;
  background: #fff;
  position: absolute;
  left: 4px;
  top: -48px;
  border: 1px solid #CACACA;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #333;
  font-weight: 400;
  fill: #FFF;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
#wrap.newsroom.view .board .blue_box .go_link p:before {
  content: "";
  position: absolute;
  left: 10px;
  bottom: -6px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border: 1px solid #CACACA;
  border-left: none;
  border-top: none;
  background: #fff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.12);
}
@media (min-width: 1024px) {
  #wrap.newsroom.view .board .blue_box .go_link:hover p {
    visibility: visible;
    opacity: 1;
  }
}
#wrap.newsroom.view .board .cont_area {
  font-size: 18px;
  letter-spacing: -0.03em;
  line-height: 1;
  font-weight: 400;
  line-height: 1.7;
  color: #666;
  padding-bottom: 80px;
  border-bottom: 1px solid #CACACA;
}
#wrap.newsroom.view .board .cont_area p {
  font-size: 18px;
  letter-spacing: -0.03em;
  line-height: 1;
  font-weight: 400;
  line-height: 1.7;
  color: #666;
}
#wrap.newsroom.view .board .cont_area img {
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  #wrap.newsroom.view .board .blue_box .sub {
    margin-bottom: 16px;
  }
  #wrap.newsroom.view .board .blue_box .sub ul li {
    padding: 0 8px;
    font-size: 14px;
    letter-spacing: -0.03em;
    line-height: 1;
  }
  #wrap.newsroom.view .board .blue_box .go_link {
    right: 24px;
    bottom: 24px;
  }
  #wrap.newsroom.view .board .blue_box .go_link p {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: visible;
  }
  #wrap.newsroom.view .board .blue_box .go_link p:before {
    display: none;
  }
  #wrap.newsroom.view .board .blue_box p.date {
    font-size: 15px;
    letter-spacing: -0.03em;
    line-height: 1;
  }
  #wrap.newsroom.view .board .cont_area {
    font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
    padding-bottom: 40px;
  }
  #wrap.newsroom.view .board .cont_area p {
    font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
  }
  #wrap.newsroom.view .board .cont_area img {
    margin-bottom: 28px;
  }
}
#wrap.site .box_wrap[data-motion] .txt_area strong {
  opacity: 0;
  transform: translateY(30%);
  transition: 0.5s;
}
#wrap.site .box_wrap[data-motion] .txt_area dl {
  opacity: 0;
  transform: translateY(30%);
  transition: 0.5s;
  transition-delay: 0.2s;
}
#wrap.site .box_wrap[data-motion] .txt_area dl:nth-of-type(2) {
  transition-delay: 0.3s;
}
#wrap.site .box_wrap[data-motion] .txt_area dl:nth-of-type(3) {
  transition-delay: 0.4s;
}
#wrap.site .box_wrap[data-motion] .map_area {
  opacity: 0;
  transform: translateY(10%);
  transition: 0.5s;
  transition-delay: 0.5s;
}
#wrap.site .box_wrap[data-motion].is_animated .txt_area strong {
  opacity: 1;
  transform: translateY(0);
}
#wrap.site .box_wrap[data-motion].is_animated .txt_area dl {
  opacity: 1;
  transform: translateY(0);
}
#wrap.site .box_wrap[data-motion].is_animated .map_area {
  opacity: 1;
  transform: translateY(0);
}
#wrap.site .box_wrap + .box_wrap {
  margin-top: 160px;
}
#wrap.site .box_wrap .txt_area strong {
  display: block;
  font-size: 50px;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #000;
  font-weight: 600;
}
#wrap.site .box_wrap .txt_area dl {
  padding: 24px 0 32px;
}
#wrap.site .box_wrap .txt_area dl dt span {
  display: block;
  font-size: 18px;
  letter-spacing: -0.03em;
  line-height: 1;
  line-height: 1.4;
  color: #376074;
  font-weight: 600;
  margin-top: 8px;
}
#wrap.site .box_wrap .txt_area dl dt p {
  font-size: 22px;
  letter-spacing: -0.03em;
  line-height: 1;
  word-break: keep-all;
  word-wrap: break-word;
  line-height: 1.4;
  color: #333;
  font-weight: 400;
}
#wrap.site .box_wrap .txt_area dl dd {
  margin-top: 16px;
}
#wrap.site .box_wrap .txt_area dl dd a {
  padding-left: 32px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 22px;
  letter-spacing: -0.03em;
  line-height: 1;
  line-height: 1.4;
  font-weight: 400;
  color: #333;
}
#wrap.site .box_wrap .txt_area dl dd a:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../images/company/site_phone_icon.svg") no-repeat center/cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#wrap.site .box_wrap .txt_area dl + dl {
  border-top: 1px solid #CACACA;
}
#wrap.site .box_wrap .map_area {
  height: 520px;
  display: flex;
}
#wrap.site .box_wrap .map_area .img {
  width: 460px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
#wrap.site .box_wrap .map_area .img:hover .over_btn {
  opacity: 1;
  visibility: visible;
}
#wrap.site .box_wrap .map_area .img .over_btn {
  width: 100px;
  height: 100px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}
#wrap.site .box_wrap .map_area .img .over_btn i {
  display: block;
  margin: 0 auto;
  width: 25px;
  height: 25px;
  background: url("../images/company/map_slide_over_icon.svg") center no-repeat;
  background-size: cover;
}
#wrap.site .box_wrap .map_area .img .over_btn span {
  margin-top: 8px;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 500;
  color: #fff;
}
#wrap.site .box_wrap .map_area .img .swiper-container {
  height: 100%;
}
#wrap.site .box_wrap .map_area .img .swiper-container .swiper-wrapper {
  height: 100% !important;
}
#wrap.site .box_wrap .map_area .img .swiper-container .swiper-slide {
  height: 100%;
  position: relative;
}
#wrap.site .box_wrap .map_area .img .swiper-container .swiper-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}
#wrap.site .box_wrap .map_area .img .swiper-container .swiper-slide img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
#wrap.site .box_wrap .map_area .img .swiper-container .bot_btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 18px;
  display: none;
}
#wrap.site .box_wrap .map_area .img .swiper-container .bot_btn .swiper-pagination {
  position: relative;
  inset: auto;
  width: calc(100% - 110px);
  height: 2px;
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
}
#wrap.site .box_wrap .map_area .img .swiper-container .bot_btn .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #376074;
}
#wrap.site .box_wrap .map_area .img .swiper-container .bot_btn .button {
  width: 94px;
  margin-left: 16px;
  display: flex;
}
#wrap.site .box_wrap .map_area .img .swiper-container .bot_btn .button .swiper-button-prev {
  position: relative;
  inset: auto;
  width: 44px;
  height: 44px;
  border: 1px solid #CACACA;
  border-radius: 4px;
  overflow: hidden;
  margin: 0;
  background: transparent;
  opacity: 1;
  transition: border 0.3s;
}
#wrap.site .box_wrap .map_area .img .swiper-container .bot_btn .button .swiper-button-prev:before {
  content: "";
  width: 19px;
  height: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background 0.3s;
  background-image: url("../images/company/map_slider_prev_off.svg");
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1024px) {
  #wrap.site .box_wrap .map_area .img .swiper-container .bot_btn .button .swiper-button-prev:hover {
    border-color: #376074;
  }
  #wrap.site .box_wrap .map_area .img .swiper-container .bot_btn .button .swiper-button-prev:hover:before {
    background-image: url("../images/company/map_slider_prev_on.svg");
  }
}
#wrap.site .box_wrap .map_area .img .swiper-container .bot_btn .button .swiper-button-next {
  position: relative;
  inset: auto;
  width: 44px;
  height: 44px;
  border: 1px solid #CACACA;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 0 0 6px;
  background: transparent;
  opacity: 1;
  transition: border 0.3s;
}
#wrap.site .box_wrap .map_area .img .swiper-container .bot_btn .button .swiper-button-next:before {
  content: "";
  width: 19px;
  height: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background 0.3s;
  background-image: url("../images/company/map_slider_next_off.svg");
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1024px) {
  #wrap.site .box_wrap .map_area .img .swiper-container .bot_btn .button .swiper-button-next:hover {
    border-color: #376074;
  }
  #wrap.site .box_wrap .map_area .img .swiper-container .bot_btn .button .swiper-button-next:hover:before {
    background-image: url("../images/company/map_slider_next_on.svg");
  }
}
#wrap.site .box_wrap .map_area .map {
  width: calc(100% - 476px);
  margin-left: 16px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
#wrap.site .box_wrap .map_area .map > div {
  width: 100%;
  height: 100%;
}
#wrap.site .box_wrap .map_area .map .overlay_wrap {
  max-width: 260px;
}
#wrap.site .box_wrap .map_area .map .overlay_wrap strong {
  font-size: 13px;
  font-weight: 600;
}
#wrap.site .box_wrap .map_area .map .overlay_wrap .btn_wrap {
  margin: 10px 0 0;
  text-align: left;
}
#wrap.site .box_wrap .map_area .map .overlay_wrap .btn_wrap a {
  font-size: 12px;
  padding: 8px 16px;
  background: #000;
  font-weight: 500;
  color: #fff;
  border-radius: 6px;
  display: inline-block;
}
#wrap.site .img_popup {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  z-index: 100;
}
#wrap.site .img_popup .bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
#wrap.site .img_popup .box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 120px);
  max-width: 1448px;
  height: calc(100% - 85px);
  border-radius: 10px;
  padding: 25px 40px;
  background: #fff;
}
#wrap.site .img_popup .box .img_slider {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 64px 0 32px;
  overflow: hidden;
  position: relative;
}
#wrap.site .img_popup .box .img_slider a.close_btn {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -9px;
  top: -9px;
  z-index: 2;
  font-size: 0;
  text-indent: -9999px;
}
#wrap.site .img_popup .box .img_slider a.close_btn:before {
  content: "";
  width: 22px;
  height: 22px;
  background: url("../images/company/img_popup_close_btn.svg") no-repeat center/cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#wrap.site .img_popup .box .img_slider .swiper-container {
  height: 100%;
  max-height: 700px;
}
#wrap.site .img_popup .box .img_slider .swiper-container .swiper-wrapper {
  height: 100%;
}
#wrap.site .img_popup .box .img_slider .swiper-container .swiper-slide {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
#wrap.site .img_popup .box .img_slider .swiper-container .swiper-slide img {
  margin: 0 auto;
  width: auto;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
#wrap.site .img_popup .box .img_slider .swiper-container .swiper-button-prev {
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 1px solid #CACACA;
  border-radius: 4px;
  overflow: hidden;
  margin: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
  transition: border 0.3s;
}
#wrap.site .img_popup .box .img_slider .swiper-container .swiper-button-prev:before {
  content: "";
  width: 19px;
  height: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background 0.3s;
  background-image: url("../images/company/map_slider_prev_off.svg");
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1024px) {
  #wrap.site .img_popup .box .img_slider .swiper-container .swiper-button-prev:hover {
    border-color: #376074;
  }
  #wrap.site .img_popup .box .img_slider .swiper-container .swiper-button-prev:hover:before {
    background-image: url("../images/company/map_slider_prev_on.svg");
  }
}
#wrap.site .img_popup .box .img_slider .swiper-container .swiper-button-next {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 1px solid #CACACA;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 0 0 6px;
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
  transition: border 0.3s;
}
#wrap.site .img_popup .box .img_slider .swiper-container .swiper-button-next:before {
  content: "";
  width: 19px;
  height: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background 0.3s;
  background-image: url("../images/company/map_slider_next_off.svg");
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1024px) {
  #wrap.site .img_popup .box .img_slider .swiper-container .swiper-button-next:hover {
    border-color: #376074;
  }
  #wrap.site .img_popup .box .img_slider .swiper-container .swiper-button-next:hover:before {
    background-image: url("../images/company/map_slider_next_on.svg");
  }
}
#wrap.site .img_popup .box .bot_btn {
  margin-top: -8px;
  width: 100%;
  align-items: center;
}
#wrap.site .img_popup .box .bot_btn .swiper-pagination {
  position: relative;
  font-size: 0;
}
#wrap.site .img_popup .box .bot_btn .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #d9d9d9;
  opacity: 1;
  margin: 0 6px;
}
#wrap.site .img_popup .box .bot_btn .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #376074;
}
@media (max-width: 1023px) {
  #wrap.site .box_wrap + .box_wrap {
    margin-top: 80px;
  }
  #wrap.site .box_wrap .txt_area strong {
    font-size: 34px;
    letter-spacing: -0.03em;
    line-height: 1;
  }
  #wrap.site .box_wrap .txt_area dl {
    padding: 16px 0 32px;
  }
  #wrap.site .box_wrap .txt_area dl dt span {
    font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
  }
  #wrap.site .box_wrap .txt_area dl dt p {
    font-size: 17px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
  }
  #wrap.site .box_wrap .txt_area dl dd {
    margin-top: 8px;
  }
  #wrap.site .box_wrap .txt_area dl dd a {
    padding-left: 32px;
    font-size: 17px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
  }
  #wrap.site .box_wrap .map_area {
    height: 360px;
  }
  #wrap.site .box_wrap .map_area .img {
    width: 320px;
  }
  #wrap.site .box_wrap .map_area .img .over_btn {
    opacity: 1;
    left: auto;
    transform: none;
    right: 16px;
    top: 16px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    visibility: visible;
  }
  #wrap.site .box_wrap .map_area .img .over_btn i {
    width: 18px;
    height: 18px;
    background: url("../images/company/map_slide_over_icon_m.svg") center no-repeat;
    background-size: cover;
  }
  #wrap.site .box_wrap .map_area .img .over_btn span {
    font-size: 0;
    margin: 0;
  }
  #wrap.site .box_wrap .map_area .img .swiper-container .bot_btn {
    padding: 16px;
  }
  #wrap.site .box_wrap .map_area .img .swiper-container .bot_btn .button {
    width: 88px;
    margin-left: 24px;
  }
  #wrap.site .box_wrap .map_area .img .swiper-container .bot_btn .button .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  #wrap.site .box_wrap .map_area .img .swiper-container .bot_btn .button .swiper-button-prev:before {
    width: 19px;
    height: 16px;
  }
  #wrap.site .box_wrap .map_area .img .swiper-container .bot_btn .button .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  #wrap.site .box_wrap .map_area .img .swiper-container .bot_btn .button .swiper-button-next:before {
    width: 19px;
    height: 16px;
  }
  #wrap.site .box_wrap .map_area .map {
    width: calc(100% - 336px);
  }
  #wrap.site .box_wrap .map_area .map .overlay_wrap p {
    word-break: keep-all;
    word-wrap: break-word;
  }
  #wrap.site .img_popup {
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    z-index: 100;
    box-sizing: border-box;
  }
  #wrap.site .img_popup .bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
  }
  #wrap.site .img_popup .box {
    max-width: calc(100% - 40px);
    width: 100%;
    padding: 20px;
  }
  #wrap.site .img_popup .box .img_slider {
    width: 100%;
    height: calc(100% - 10px);
    padding: 36px 0 16px;
  }
  #wrap.site .img_popup .box .img_slider .swiper-container {
    max-height: none;
  }
  #wrap.site .img_popup .box .img_slider a.close_btn {
    right: -12px;
    top: -12px;
  }
  #wrap.site .img_popup .box .img_slider a.close_btn:before {
    width: 16px;
    height: 16px;
  }
  #wrap.site .img_popup .box .bot_btn {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #wrap.site .box_wrap .map_area {
    display: block;
    height: auto;
  }
  #wrap.site .box_wrap .map_area .img {
    width: 100%;
    height: auto;
  }
  #wrap.site .box_wrap .map_area .img .swiper-container .swiper-slide {
    height: auto;
    padding-top: 113%;
  }
  #wrap.site .box_wrap .map_area .map {
    width: 100%;
    margin-left: 0;
    height: auto;
    margin-top: 24px;
  }
  #wrap.site .box_wrap .map_area .map > div {
    padding-top: 72%;
  }
  #wrap.site .img_popup {
    display: none !important;
  }
  #wrap.site .img_popup .box .img_slider .swiper-container .swiper-slide {
    height: auto;
    padding-top: 51.09%;
  }
}
#wrap.about footer {
  margin-top: 0;
}
#wrap.about .cursor {
  width: 151px;
  height: 70px;
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 100;
  text-align: center;
  mix-blend-mode: difference;
  will-change: transform;
  opacity: 0;
  transition: opacity 0.3s;
}
#wrap.about .cursor i {
  width: 100%;
  height: 100%;
  display: block;
  background: url("../images/company/mouse_drag.png") no-repeat center/100%;
}
#wrap.about .cursor.is_visible {
  opacity: 1;
  background-color: transparent;
}
#wrap.about #aboutSticky {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
}
@media (min-width: 1400px) {
  #wrap.about #aboutSticky {
    top: -147px;
  }
}
@media (min-width: 1024px) and (max-width: 1398px) {
  #wrap.about #aboutSticky {
    top: -115px;
  }
}
@media (max-width: 1022px) {
  #wrap.about #aboutSticky {
    top: -130px;
  }
}
#wrap.about .sticky {
  z-index: 98;
  top: 68px;
}
@media (min-width: 1400px) {
  #wrap.about .sticky {
    top: 100px;
    background-color: #fff;
    border-bottom: 1px solid #CaCaCa;
  }
  #wrap.about .sticky li button {
    color: #333333;
  }
  #wrap.about .sticky li button:hover {
    font-weight: bold;
  }
  #wrap.about .sticky li.active button {
    color: #376074;
  }
  #wrap.about .sticky li.active:after {
    background-color: #376074;
  }
}
#wrap.about .sec01 {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
#wrap.about .sec01 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/company/about_sec01_bg.jpg") no-repeat center/cover;
  transform: scale(1.2);
  transition: 7s;
  transition-delay: 1s;
}
#wrap.about .sec01 .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transform: translate(-50%, -50%) translateY(100%);
  opacity: 0;
  transition: 1.5s;
}
#wrap.about .sec01.is_animated .bg {
  transform: scale(1);
}
#wrap.about .sec01.is_animated .logo {
  transform: translate(-50%, -50%) translateY(0);
  opacity: 1;
}
@media (max-width: 1023px) {
  #wrap.about .sec01 .logo img {
    width: 254px;
  }
}
#wrap.about .sec_bg {
  width: 100%;
  height: 100vh;
  position: relative;
  backface-visibility: hidden;
}
#wrap.about .sec_bg .txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s;
}
#wrap.about .sec_bg .txt .inner {
  height: 100%;
  display: flex;
}
#wrap.about .sec_bg .txt p {
  font-size: 34px;
  letter-spacing: -0.03em;
  line-height: 1;
  word-break: keep-all;
  word-wrap: break-word;
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
}
#wrap.about .sec_bg .txt p br.pc_block {
  display: block;
}
#wrap.about .sec_bg .txt p br.tablet_block {
  display: none;
}
#wrap.about .sec_bg .txt.active {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.3s;
}
#wrap.about .sec_bg .swiper-container {
  width: 100%;
  height: 160%;
  position: absolute;
  left: 0;
  top: -70%;
}
#wrap.about .sec_bg .swiper-slide {
  position: relative;
}
#wrap.about .sec_bg .swiper-slide .bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1023px) {
  #wrap.about .sec_bg .txt {
    transform: translateY(100px);
  }
  #wrap.about .sec_bg .txt p {
    font-size: 32px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
  }
  #wrap.about .sec_bg .txt p br.pc_block {
    display: none;
  }
  #wrap.about .sec_bg .txt p br.tablet_block {
    display: block;
  }
  #wrap.about .sec_bg .txt.active {
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  #wrap.about .sec_bg .txt p {
    font-size: 24px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
  }
  #wrap.about .sec_bg .txt p br {
    display: none !important;
  }
  #wrap.about .sec_bg .swiper-container {
    height: 130%;
    top: -40%;
  }
}
#wrap.about .sec02 .line {
  width: 1px;
  height: 0;
  background: #fff;
  position: absolute;
  left: 50%;
  top: -35%;
  z-index: 4;
  opacity: 1;
  transition: height 1s, opacity 1s;
}
#wrap.about .sec02 .line.active {
  opacity: 0;
  transition-delay: 0s;
}
#wrap.about .sec02 .line.full {
  height: 50%;
}
#wrap.about .sec02 .blur {
  position: absolute;
  left: 0;
  top: -20%;
  width: 100%;
  height: 120%;
  background: linear-gradient(0deg, black 90%, transparent);
  transition: 1s;
  z-index: 3;
  opacity: 1;
}
#wrap.about .sec02 .blur.active {
  opacity: 0;
}
#wrap.about .sec02 .txt {
  padding-top: 320px;
}
#wrap.about .sec02 .txt .inner {
  align-items: start;
}
#wrap.about .sec02 .swiper-slide .bg1 {
  background-image: url("../images/company/about_sec02_img01.jpg");
}
#wrap.about .sec02 .swiper-slide .bg2 {
  background-image: url("../images/company/about_sec02_img02.jpg");
}
#wrap.about .sec02 .swiper-slide .bg3 {
  background-image: url("../images/company/about_sec02_img03.jpg");
}
#wrap.about .sec02.is_animated .line {
  opacity: 1;
}
@media (max-width: 1023px) {
  #wrap.about .sec02 .line {
    top: -260px;
  }
  #wrap.about .sec02 .line.full {
    height: 400px;
  }
  #wrap.about .sec02 .txt {
    padding-top: 0;
  }
  #wrap.about .sec02 .txt .inner {
    align-items: center;
  }
  #wrap.about .sec02 .swiper-slide .bg1 {
    background-image: url("../images/company/about_sec02_img01_tablet.jpg");
  }
  #wrap.about .sec02 .swiper-slide .bg2 {
    background-image: url("../images/company/about_sec02_img02_tablet.jpg");
  }
  #wrap.about .sec02 .swiper-slide .bg3 {
    background-image: url("../images/company/about_sec02_img03_tablet.jpg");
  }
}
@media (max-width: 767px) {
  #wrap.about .sec02 .swiper-slide .bg1 {
    background-image: url("../images/company/about_sec02_img01_m.jpg");
  }
  #wrap.about .sec02 .swiper-slide .bg2 {
    background-image: url("../images/company/about_sec02_img02_m.jpg");
    background-position: left;
  }
  #wrap.about .sec02 .swiper-slide .bg3 {
    background-image: url("../images/company/about_sec02_img03_m.jpg");
    background-position: right;
  }
}
#wrap.about .sec03 {
  overflow: hidden;
}
#wrap.about .sec03 .txt {
  padding-bottom: 305px;
}
#wrap.about .sec03 .txt .inner {
  align-items: end;
  flex-direction: row-reverse;
}
#wrap.about .sec03 .swiper-slide .bg1 {
  background-image: url("../images/company/about_sec03_img01.jpg");
}
#wrap.about .sec03 .swiper-slide .bg2 {
  background-image: url("../images/company/about_sec03_img02.jpg");
}
#wrap.about .sec03 .swiper-slide .bg3 {
  background-image: url("../images/company/about_sec03_img03.jpg");
}
@media (max-width: 1023px) {
  #wrap.about .sec03 .txt {
    padding-bottom: 0;
  }
  #wrap.about .sec03 .txt .inner {
    align-items: center;
    flex-direction: row;
  }
  #wrap.about .sec03 .swiper-slide .bg1 {
    background-image: url("../images/company/about_sec03_img01_tablet.jpg");
    background-position: right;
  }
  #wrap.about .sec03 .swiper-slide .bg2 {
    background-image: url("../images/company/about_sec03_img02_tablet.jpg");
  }
  #wrap.about .sec03 .swiper-slide .bg3 {
    background-image: url("../images/company/about_sec03_img03_tablet.jpg");
    background-position: left;
  }
}
@media (max-width: 767px) {
  #wrap.about .sec03 .swiper-slide .bg1 {
    background-image: url("../images/company/about_sec03_img01_m.jpg");
    background-position: right;
  }
  #wrap.about .sec03 .swiper-slide .bg2 {
    background-image: url("../images/company/about_sec03_img02_m.jpg");
    background-position: right;
  }
  #wrap.about .sec03 .swiper-slide .bg3 {
    background-image: url("../images/company/about_sec03_img03_m.jpg");
    background-position: left;
  }
}
#wrap.about .sec04 {
  padding: 160px 0 200px;
  position: relative;
  backface-visibility: hidden;
}
#wrap.about .sec04 .bg {
  width: 1200px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 860px;
  background: url(../images/company/about_sec04_bg.jpg) no-repeat center/cover;
  transform: translateX(-50%);
  z-index: -1;
}
#wrap.about .sec04 .tit {
  text-align: center;
}
#wrap.about .sec04 .tit p {
  font-size: 60px;
  letter-spacing: -0.03em;
  line-height: 1;
  line-height: 1.2;
  font-weight: 300;
  color: #000;
}
#wrap.about .sec04 .tit p b {
  font-size: 90px;
  letter-spacing: -0.03em;
  line-height: 1;
  line-height: 1.2;
  font-weight: inherit;
  display: block;
}
#wrap.about .sec04 .tit[data-motion] {
  transform: translateY(50px);
  opacity: 0;
  transition: 0.65s;
}
#wrap.about .sec04 .tit[data-motion].is_animated {
  transform: translateY(0);
  opacity: 1;
}
#wrap.about .sec04 .round {
  margin: 80px 0 100px;
}
#wrap.about .sec04 .round[data-motion] ul li {
  transform: translateY(50%);
  opacity: 0;
  transition: transform 0.65s, opacity 0.65s;
}
#wrap.about .sec04 .round[data-motion].is_animated ul li {
  transform: translateY(0);
  opacity: 1;
}
#wrap.about .sec04 .round[data-motion].is_animated ul li:nth-of-type(2) {
  transition-delay: 0.2s;
}
#wrap.about .sec04 .round[data-motion].is_animated ul li:nth-of-type(3) {
  transition-delay: 0.4s;
}
#wrap.about .sec04 .round ul {
  display: flex;
  justify-content: center;
}
#wrap.about .sec04 .round ul li {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: 2px solid #376074;
  background-color: #376074;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  z-index: 2;
  mix-blend-mode: multiply;
}
#wrap.about .sec04 .round ul li .dim {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  z-index: -1;
}
#wrap.about .sec04 .round ul li p {
  width: 100%;
  text-align: center;
  font-size: 34px;
  letter-spacing: 0em;
  line-height: 1;
  line-height: 1.2;
  font-weight: 600;
  color: #376074;
}
#wrap.about .sec04 .round ul li:nth-of-type(2) {
  margin: 0 -23px;
  border-color: #15B874;
  background-color: #15B874;
}
#wrap.about .sec04 .round ul li:nth-of-type(2) p {
  color: #15B874;
}
#wrap.about .sec04 .round ul li:nth-of-type(3) {
  border-color: #FF6F3F;
  background-color: #FF6F3F;
}
#wrap.about .sec04 .round ul li:nth-of-type(3) p {
  color: #FF6F3F;
}
#wrap.about .sec04 .txt_area {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
}
#wrap.about .sec04 .txt_area p {
  font-size: 22px;
  letter-spacing: -0.03em;
  line-height: 1;
  word-break: keep-all;
  word-wrap: break-word;
  line-height: 1.4;
  color: #666;
}
#wrap.about .sec04 .txt_area p span {
  display: block;
  transform: translateY(100px);
  opacity: 0;
  transition: 0.65s;
}
#wrap.about .sec04 .txt_area p.is_webmotion span {
  transform: translateY(0);
  opacity: 1;
}
#wrap.about .sec04 .txt_area p + p {
  margin-top: 34px;
}
@media (max-width: 1199px) {
  #wrap.about .sec04 .round ul li {
    width: calc(33.3333333333% + 6px);
    height: auto;
    padding-top: 32.9%;
    position: relative;
  }
  #wrap.about .sec04 .round ul li:nth-of-type(2) {
    margin: 0 -21px;
  }
  #wrap.about .sec04 .round ul li p {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 1023px) {
  #wrap.about .sec04 {
    padding: 80px 20px;
  }
  #wrap.about .sec04.is_animated .bg {
    opacity: 1;
  }
  #wrap.about .sec04 .bg {
    width: 100% !important;
    top: 0 !important;
    opacity: 0;
    transition: opacity 1.5s;
  }
  #wrap.about .sec04 .tit {
    text-align: center;
  }
  #wrap.about .sec04 .tit p {
    font-size: 38px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.2;
  }
  #wrap.about .sec04 .tit p b {
    font-size: 60px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.2;
  }
  #wrap.about .sec04 .tit[data-motion] {
    transform: translateY(50px);
    opacity: 0;
    transition: 0.65s;
  }
  #wrap.about .sec04 .tit[data-motion].is_animated {
    transform: translateY(0);
    opacity: 1;
  }
  #wrap.about .sec04 .round {
    margin: 40px 0;
  }
  #wrap.about .sec04 .round ul li p {
    font-size: 26px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
  }
  #wrap.about .sec04 .round ul li:nth-of-type(1) {
    border-color: #376074;
  }
  #wrap.about .sec04 .round ul li:nth-of-type(1) .dim {
    background: #376074;
  }
  #wrap.about .sec04 .round ul li:nth-of-type(1) p {
    color: #fff !important;
  }
  #wrap.about .sec04 .round ul li:nth-of-type(2) {
    margin: 0 -10px;
    border-color: #15B874;
  }
  #wrap.about .sec04 .round ul li:nth-of-type(2) .dim {
    background: #15B874;
  }
  #wrap.about .sec04 .round ul li:nth-of-type(2) p {
    color: #fff !important;
  }
  #wrap.about .sec04 .round ul li:nth-of-type(3) {
    border-color: #FF6F3F;
  }
  #wrap.about .sec04 .round ul li:nth-of-type(3) .dim {
    background: #FF6F3F;
  }
  #wrap.about .sec04 .round ul li:nth-of-type(3) p {
    color: #fff !important;
  }
  #wrap.about .sec04 .txt_area p {
    font-size: 18px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
  }
  #wrap.about .sec04 .txt_area p span {
    transform: translateY(60px);
  }
  #wrap.about .sec04 .txt_area p.is_animated span {
    transform: translateY(0);
    opacity: 1;
  }
  #wrap.about .sec04 .txt_area p + p {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  #wrap.about .sec04 .tit p {
    font-size: 34px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.2;
  }
  #wrap.about .sec04 .tit p b {
    font-size: 40px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.2;
  }
  #wrap.about .sec04 .round ul li p {
    font-size: 12px;
    letter-spacing: 0em;
    line-height: 1;
    line-height: 1.4;
  }
  #wrap.about .sec04 .txt_area p {
    font-size: 15px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
  }
}
#wrap.about .sec05 {
  padding: 160px 0;
  backface-visibility: hidden;
  background: #fff;
  /* swiper */
}
#wrap.about .sec05 .tit strong {
  display: block;
  font-size: 50px;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #000;
  font-weight: 600;
}
#wrap.about .sec05 .tit p {
  margin-top: 24px;
  font-size: 22px;
  letter-spacing: -0.03em;
  line-height: 1;
  line-height: 1.4;
  color: #000;
  font-weight: 400;
}
#wrap.about .sec05 .tab_btn {
  margin: 32px 0 48px;
  display: table;
  width: 100%;
}
#wrap.about .sec05 .tab_btn a {
  display: table-cell;
  vertical-align: top;
  width: 33.333333%;
  height: 72px;
  border: 1px solid #CACACA;
  text-align: center;
  transition: 0.3s;
  font-size: 22px;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 400;
}
#wrap.about .sec05 .tab_btn a + a {
  border-left: 0;
}
#wrap.about .sec05 .tab_btn a:before {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#wrap.about .sec05 .tab_btn a.active {
  background: linear-gradient(90deg, #07B9C5 0%, #108EF8 100%);
  color: #fff;
}
#wrap.about .sec05 .scroll_title {
  position: relative;
}
#wrap.about .sec05 .scroll_title p {
  font-size: 34px;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #333;
  font-weight: 500;
  display: none;
}
#wrap.about .sec05 .scroll_title p.active {
  display: block;
}
#wrap.about .sec05 .scroll_wrap {
  padding-top: 24px;
  display: flex;
}
#wrap.about .sec05 .scroll_wrap .scroll_container {
  display: flex;
}
#wrap.about .sec05 .scroll_wrap .tab_cont + .tab_cont {
  margin-left: 100px;
}
#wrap.about .sec05 .scroll_wrap .tab_cont:first-child li:first-child {
  margin-left: 0;
}
#wrap.about .sec05 .scroll_wrap .tab_cont .txt {
  display: none;
}
#wrap.about .sec05 .scroll_wrap .tab_cont ul {
  display: flex;
}
#wrap.about .sec05 .scroll_wrap .tab_cont ul li {
  width: 600px;
}
#wrap.about .sec05 .scroll_wrap .tab_cont ul li .img_area {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
#wrap.about .sec05 .scroll_wrap .tab_cont ul li .img_area > img {
  width: 100%;
}
#wrap.about .sec05 .scroll_wrap .tab_cont ul li .img_area .reddot {
  position: absolute;
  left: -2px;
  top: -2px;
  border-radius: 10px 0 10px 0;
  height: 72px;
  overflow: hidden;
}
#wrap.about .sec05 .scroll_wrap .tab_cont ul li .img_area .reddot img {
  width: auto;
  height: 100%;
}
#wrap.about .sec05 .scroll_wrap .tab_cont ul li:first-child {
  margin-left: 20px;
  width: auto;
  white-space: nowrap;
}
#wrap.about .sec05 .scroll_wrap .tab_cont ul li:first-child .tit p {
  font-size: 34px;
  letter-spacing: -0.03em;
  line-height: 1;
  line-height: 1.4;
  font-weight: 500;
  color: #000;
  margin: 0;
}
#wrap.about .sec05 .scroll_wrap .tab_cont ul li + li {
  margin-left: 100px;
}
#wrap.about .sec05 .scroll_wrap .tab_cont ul li .txt_area {
  padding: 32px 0 0;
}
#wrap.about .sec05 .scroll_wrap .tab_cont ul li .txt_area strong {
  display: block;
  font-size: 26px;
  letter-spacing: -0.03em;
  line-height: 1;
  font-weight: 600;
  color: #333;
}
#wrap.about .sec05 .scroll_wrap .tab_cont ul li .txt_area strong span {
  font-weight: 400;
  color: #666;
}
#wrap.about .sec05 .scroll_wrap .tab_cont ul li .txt_area p {
  font-size: 18px;
  letter-spacing: -0.03em;
  line-height: 1;
  word-break: keep-all;
  word-wrap: break-word;
  line-height: 1.4;
  color: #666;
  margin-top: 16px;
}
#wrap.about .sec05 .swiper_wrap {
  padding-top: 24px;
  overflow: visible;
}
#wrap.about .sec05 .swiper_wrap ul li {
  width: 600px;
}
#wrap.about .sec05 .swiper_wrap ul li .img_area {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
#wrap.about .sec05 .swiper_wrap ul li .img_area > img {
  width: 100%;
}
#wrap.about .sec05 .swiper_wrap ul li .img_area .reddot {
  position: absolute;
  left: -2px;
  top: -2px;
  border-radius: 10px 0 10px 0;
  height: 72px;
  overflow: hidden;
}
#wrap.about .sec05 .swiper_wrap ul li .img_area .reddot img {
  width: auto;
  height: 100%;
}
#wrap.about .sec05 .swiper_wrap ul li.txt_slide {
  width: auto;
  white-space: nowrap;
}
#wrap.about .sec05 .swiper_wrap ul li.txt_slide .tit strong {
  display: none;
}
#wrap.about .sec05 .swiper_wrap ul li.txt_slide .tit p {
  font-size: 34px;
  letter-spacing: -0.03em;
  line-height: 1;
  line-height: 1.4;
  font-weight: 500;
  color: #000;
  margin: 0;
}
#wrap.about .sec05 .swiper_wrap ul li .txt_area {
  padding: 32px 0 0;
}
#wrap.about .sec05 .swiper_wrap ul li .txt_area strong {
  display: block;
  font-size: 26px;
  letter-spacing: -0.03em;
  line-height: 1;
  font-weight: 600;
  color: #333;
}
#wrap.about .sec05 .swiper_wrap ul li .txt_area strong span {
  font-weight: 400;
  color: #666;
}
#wrap.about .sec05 .swiper_wrap ul li .txt_area p {
  font-size: 18px;
  letter-spacing: -0.03em;
  line-height: 1;
  word-break: keep-all;
  word-wrap: break-word;
  line-height: 1.4;
  color: #666;
  margin-top: 16px;
}
@media (max-width: 1539px) {
  #wrap.about .sec05 .scroll_title p {
    font-size: 28px;
    letter-spacing: -0.03em;
    line-height: 1;
  }
  #wrap.about .sec05 .scroll_wrap .tab_cont ul li {
    width: 564px;
  }
  #wrap.about .sec05 .scroll_wrap .tab_cont ul li .img_area .reddot {
    height: 70px;
  }
  #wrap.about .sec05 .scroll_wrap .tab_cont ul li .txt_area strong {
    font-size: 22px;
    letter-spacing: -0.03em;
    line-height: 1;
  }
}
@media (max-width: 1023px) {
  #wrap.about .sec05 {
    padding: 80px 0;
    /* swiper */
  }
  #wrap.about .sec05 .tit strong {
    font-size: 34px;
    letter-spacing: -0.03em;
    line-height: 1;
  }
  #wrap.about .sec05 .tit p {
    margin-top: 16px;
    font-size: 17px;
    letter-spacing: -0.03em;
    line-height: 1;
    word-break: keep-all;
    word-wrap: break-word;
    line-height: 1.4;
  }
  #wrap.about .sec05 .tab_btn {
    display: none;
  }
  #wrap.about .sec05 .scroll_title {
    display: none;
  }
  #wrap.about .sec05 .scroll_wrap {
    padding-top: 40px;
    display: block;
  }
  #wrap.about .sec05 .scroll_wrap .scroll_container {
    display: block;
  }
  #wrap.about .sec05 .scroll_wrap .tab_cont + .tab_cont {
    margin-left: 0;
    margin-top: 80px;
  }
  #wrap.about .sec05 .scroll_wrap .tab_cont .txt {
    display: block;
  }
  #wrap.about .sec05 .scroll_wrap .tab_cont .txt strong {
    font-size: 17px;
    letter-spacing: 0em;
    line-height: 1;
    line-height: 1;
    font-weight: 600;
    color: #376074;
  }
  #wrap.about .sec05 .scroll_wrap .tab_cont .txt p {
    font-size: 22px;
    letter-spacing: -0.03em;
    line-height: 1;
    word-break: keep-all;
    word-wrap: break-word;
    margin-top: 8px;
    line-height: 1.4;
    font-weight: 600;
    color: #333;
  }
  #wrap.about .sec05 .scroll_wrap .tab_cont ul {
    margin-top: 24px;
    flex-wrap: wrap;
  }
  #wrap.about .sec05 .scroll_wrap .tab_cont ul li {
    width: calc(50% - 8px);
    margin-right: 16px;
  }
  #wrap.about .sec05 .scroll_wrap .tab_cont ul li .img_area .reddot {
    height: 20%;
    min-height: 38px;
  }
  #wrap.about .sec05 .scroll_wrap .tab_cont ul li:first-child {
    display: none;
  }
  #wrap.about .sec05 .scroll_wrap .tab_cont ul li + li {
    margin-left: 0;
  }
  #wrap.about .sec05 .scroll_wrap .tab_cont ul li:nth-of-type(2n-1) {
    margin-right: 0;
  }
  #wrap.about .sec05 .scroll_wrap .tab_cont ul li:nth-of-type(n+4) {
    margin-top: 48px;
  }
  #wrap.about .sec05 .scroll_wrap .tab_cont ul li .txt_area {
    padding: 24px 0 0;
  }
  #wrap.about .sec05 .scroll_wrap .tab_cont ul li .txt_area strong {
    font-size: 18px;
    letter-spacing: -0.03em;
    line-height: 1;
    word-break: keep-all;
    word-wrap: break-word;
    line-height: 1.4;
  }
  #wrap.about .sec05 .scroll_wrap .tab_cont ul li .txt_area p {
    font-size: 15px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
    margin-top: 8px;
  }
  #wrap.about .sec05 .scroll_wrap .tab_cont ul li .txt_area p br {
    display: none;
  }
  #wrap.about .sec05 .swiper_wrap {
    padding-top: 40px;
    overflow: visible;
  }
  #wrap.about .sec05 .swiper_wrap ul {
    display: block;
    font-size: 0;
  }
  #wrap.about .sec05 .swiper_wrap ul li {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 24px);
    margin-right: 48px;
    margin-bottom: 48px;
  }
  #wrap.about .sec05 .swiper_wrap ul li.mr {
    margin-right: 0;
  }
  #wrap.about .sec05 .swiper_wrap ul li .img_area .reddot {
    height: 20%;
    min-height: 38px;
  }
  #wrap.about .sec05 .swiper_wrap ul li.txt_slide {
    width: 100%;
    display: block;
    margin: 32px 0 24px;
    white-space: normal;
  }
  #wrap.about .sec05 .swiper_wrap ul li.txt_slide:first-child {
    margin-top: 0;
  }
  #wrap.about .sec05 .swiper_wrap ul li.txt_slide .tit strong {
    display: block;
    font-size: 18px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
    color: #376074;
  }
  #wrap.about .sec05 .swiper_wrap ul li.txt_slide .tit p {
    font-size: 24px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
    color: #000;
    margin-top: 8px;
  }
  #wrap.about .sec05 .swiper_wrap ul li.txt_slide .tit p br {
    display: none;
  }
  #wrap.about .sec05 .swiper_wrap ul li .txt_area {
    padding: 24px 0 0;
  }
  #wrap.about .sec05 .swiper_wrap ul li .txt_area strong {
    font-size: 18px;
    letter-spacing: -0.03em;
    line-height: 1;
    word-break: keep-all;
    word-wrap: break-word;
    line-height: 1.4;
  }
  #wrap.about .sec05 .swiper_wrap ul li .txt_area p {
    font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
    margin-top: 8px;
  }
  #wrap.about .sec05 .swiper_wrap ul li .txt_area p br {
    display: none;
  }
}
@media (max-width: 767px) {
  #wrap.about .sec05 {
    /* swiper */
  }
  #wrap.about .sec05 .scroll_wrap .tab_cont ul li {
    width: 100%;
    margin-right: 0;
  }
  #wrap.about .sec05 .scroll_wrap .tab_cont ul li:nth-of-type(n+4) {
    margin-top: 60px;
  }
  #wrap.about .sec05 .scroll_wrap .tab_cont ul li + li {
    margin-top: 60px;
  }
  #wrap.about .sec05 .scroll_wrap .tab_cont ul li:nth-of-type(2) {
    margin-top: 0;
  }
  #wrap.about .sec05 .swiper_wrap ul li {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }
  #wrap.about .sec05 .swiper_wrap ul li.txt_slide {
    width: 100%;
    display: block;
    margin: 20px 0 24px;
  }
  #wrap.about .sec05 .swiper_wrap ul li.txt_slide:first-child {
    margin-top: 0;
  }
  #wrap.about .sec05 .swiper_wrap ul li .txt_area p {
    font-size: 15px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
  }
}
#wrap.about .sec06 {
  position: relative;
  height: 100vh;
  overflow: hidden;
  backface-visibility: hidden;
}
#wrap.about .sec06 .pin_wrap {
  width: 100%;
  position: relative;
}
#wrap.about .sec06 .scroll_wrap {
  padding: 160px 0 212px;
}
#wrap.about .sec06 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/company/about_sec06_bg.jpg) no-repeat top/100%;
  z-index: -1;
}
#wrap.about .sec06 .tit strong {
  font-size: 50px;
  letter-spacing: -0.03em;
  line-height: 1;
  line-height: 1.4;
  font-weight: 600;
  color: #000;
}
#wrap.about .sec06 .tit p {
  font-size: 22px;
  letter-spacing: -0.03em;
  line-height: 1;
  font-weight: 400;
  color: #000;
  margin-top: 24px;
}
#wrap.about .sec06 .tit p br {
  display: none;
}
#wrap.about .sec06 .list {
  margin-top: 106px;
  position: relative;
}
#wrap.about .sec06 .list .gradient_line {
  width: 4px;
  height: calc(100% - 160px);
  position: absolute;
  left: 660px;
  top: 10px;
  background: linear-gradient(180deg, #07B9C5, #108EF8);
}
#wrap.about .sec06 .list ul li {
  display: flex;
}
#wrap.about .sec06 .list ul li:last-child .cont .desc .txt:last-child .line {
  display: none;
}
#wrap.about .sec06 .list ul li .year {
  width: 250px;
  margin-top: -25px;
}
#wrap.about .sec06 .list ul li .year p {
  font-size: 80px;
  letter-spacing: 0em;
  line-height: 1;
  line-height: 1.2;
  font-weight: 600;
  color: #333;
}
#wrap.about .sec06 .list ul li .cont {
  padding-left: 110px;
  width: calc(100% - 250px);
  box-sizing: border-box;
  display: flex;
}
#wrap.about .sec06 .list ul li .cont .logo {
  width: 300px;
  padding-right: 50px;
  text-align: right;
}
#wrap.about .sec06 .list ul li .cont .desc {
  width: calc(100% - 300px);
}
#wrap.about .sec06 .list ul li .cont .desc .txt {
  padding-left: 50px;
  padding-bottom: 80px;
  position: relative;
}
#wrap.about .sec06 .list ul li .cont .desc .txt:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  left: -8px;
  top: 10px;
  border-radius: 50%;
  border: 4px solid #fff;
  box-sizing: border-box;
  z-index: 2;
  transition: 0.3s;
}
#wrap.about .sec06 .list ul li .cont .desc .txt .line {
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 10px;
}
#wrap.about .sec06 .list ul li .cont .desc .txt .line .progress {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
#wrap.about .sec06 .list ul li .cont .desc .txt dl dt {
  font-size: 40px;
  letter-spacing: 0em;
  line-height: 1;
  color: #333;
  font-weight: 600;
}
#wrap.about .sec06 .list ul li .cont .desc .txt dl dd {
  margin-top: 16px;
  font-size: 20px;
  letter-spacing: 0em;
  line-height: 1;
  word-break: keep-all;
  word-wrap: break-word;
  line-height: 1.4;
  color: #666;
  font-weight: 400;
}
#wrap.about .sec06 .list ul li .cont .desc .txt dl dd .img {
  margin-top: 40px;
  border-radius: 10px;
  overflow: hidden;
}
#wrap.about .sec06 .list ul li .cont .desc .txt dl dd .img img {
  max-width: 100%;
}
#wrap.about .sec06 .list ul li .cont .desc .txt.is_active:before {
  border-color: #0BB8C5;
}
#wrap.about .sec06 .list ul li .cont .desc .txt.is_end:before {
  border-color: #0BB8C5;
  background: #0BB8C5;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #wrap.about .sec06 {
    height: auto;
  }
  #wrap.about .sec06 .scroll_wrap {
    padding: 80px 60px;
  }
  #wrap.about .sec06 .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/company/about_sec06_bg_tablet.jpg) no-repeat top/100%;
    z-index: -1;
  }
  #wrap.about .sec06 .tit strong {
    font-size: 36px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
  }
  #wrap.about .sec06 .tit p {
    font-size: 18px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
    margin-top: 14px;
  }
  #wrap.about .sec06 .tit p br {
    display: block;
  }
  #wrap.about .sec06 .list {
    margin-top: 60px;
  }
  #wrap.about .sec06 .list .gradient_line {
    width: 2px;
    height: calc(100% - 90px);
    left: 210px;
    top: 10px;
  }
  #wrap.about .sec06 .list ul li {
    display: flex;
  }
  #wrap.about .sec06 .list ul li:last-child .cont .desc .txt:last-child .line {
    display: none;
  }
  #wrap.about .sec06 .list ul li .year {
    width: 150px;
    margin-top: -15px;
  }
  #wrap.about .sec06 .list ul li .year p {
    font-size: 50px;
    letter-spacing: 0em;
    line-height: 1;
    line-height: 1.2;
  }
  #wrap.about .sec06 .list ul li .cont {
    padding-left: 60px;
    width: calc(100% - 150px);
    display: block;
  }
  #wrap.about .sec06 .list ul li .cont .logo {
    width: auto;
    height: 37px;
    padding-right: 0;
    padding-left: 24px;
    text-align: left;
  }
  #wrap.about .sec06 .list ul li .cont .logo img {
    max-height: 100%;
  }
  #wrap.about .sec06 .list ul li .cont .desc {
    width: 100%;
  }
  #wrap.about .sec06 .list ul li .cont .desc .txt {
    padding-left: 24px;
    padding-bottom: 40px;
  }
  #wrap.about .sec06 .list ul li .cont .desc .txt:first-child:before {
    top: -70%;
  }
  #wrap.about .sec06 .list ul li .cont .desc .txt:first-child .line {
    top: auto;
    bottom: -15px;
    height: 180%;
  }
  #wrap.about .sec06 .list ul li .cont .desc .txt:before {
    width: 12px;
    height: 12px;
    left: -5px;
    top: 15px;
    border: 2px solid #fff;
  }
  #wrap.about .sec06 .list ul li .cont .desc .txt .line {
    width: 2px;
    top: 15px;
  }
  #wrap.about .sec06 .list ul li .cont .desc .txt dl dt {
    font-size: 26px;
    letter-spacing: 0em;
    line-height: 1;
  }
  #wrap.about .sec06 .list ul li .cont .desc .txt dl dd {
    margin-top: 8px;
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1;
    line-height: 1.4;
  }
  #wrap.about .sec06 .list ul li .cont .desc .txt dl dd .img {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #wrap.about .sec06 {
    height: auto;
  }
  #wrap.about .sec06 .scroll_wrap {
    padding: 80px 0;
  }
  #wrap.about .sec06 .bg {
    background: url(../images/company/about_sec06_bg_m.jpg) no-repeat top/100%;
  }
  #wrap.about .sec06 .tit strong {
    font-size: 34px;
    letter-spacing: -0.03em;
    line-height: 1;
  }
  #wrap.about .sec06 .tit p {
    font-size: 17px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
    word-break: keep-all;
    word-wrap: break-word;
    margin-top: 16px;
  }
  #wrap.about .sec06 .tit p br {
    display: block;
  }
  #wrap.about .sec06 .list {
    margin: 52px 4px 0;
    position: relative;
    padding-left: 30px;
  }
  #wrap.about .sec06 .list:before {
    content: "";
    width: 30px;
    height: 100px;
    position: absolute;
  }
  #wrap.about .sec06 .list .gradient_line {
    width: 2px;
    left: 5px;
    top: 105px;
    height: calc(100% - 185px);
  }
  #wrap.about .sec06 .list ul li {
    display: block;
  }
  #wrap.about .sec06 .list ul li + li {
    padding-top: 40px;
  }
  #wrap.about .sec06 .list ul li:first-child .cont .desc .txt:first-child .line {
    height: 78px;
  }
  #wrap.about .sec06 .list ul li:nth-of-type(2) .cont .desc .txt:first-child .line {
    height: 300px;
  }
  #wrap.about .sec06 .list ul li:nth-of-type(3) .cont .desc .txt:first-child .line {
    height: 210px;
  }
  #wrap.about .sec06 .list ul li .year {
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
  }
  #wrap.about .sec06 .list ul li .year p {
    font-size: 50px;
    letter-spacing: 0em;
    line-height: 1;
    line-height: 1.2;
  }
  #wrap.about .sec06 .list ul li .cont {
    padding-left: 0;
    width: 100%;
    display: block;
  }
  #wrap.about .sec06 .list ul li .cont .logo {
    width: 100%;
    height: 28px;
    padding-right: 0;
    text-align: left;
  }
  #wrap.about .sec06 .list ul li .cont .logo img {
    max-width: 60%;
    max-height: 100%;
  }
  #wrap.about .sec06 .list ul li .cont .desc {
    width: 100%;
  }
  #wrap.about .sec06 .list ul li .cont .desc .txt {
    padding-left: 0;
    padding-bottom: 40px;
  }
  #wrap.about .sec06 .list ul li .cont .desc .txt:first-child:before {
    top: -70%;
  }
  #wrap.about .sec06 .list ul li .cont .desc .txt:first-child .line {
    top: auto;
    bottom: -12px;
    height: 280px;
  }
  #wrap.about .sec06 .list ul li .cont .desc .txt:before {
    width: 12px;
    height: 12px;
    left: -30px;
    top: 10px;
    border: 2px solid #CACACA;
    background: #CACACA;
  }
  #wrap.about .sec06 .list ul li .cont .desc .txt .line {
    width: 2px;
    left: -25px;
    top: 10px;
  }
  #wrap.about .sec06 .list ul li .cont .desc .txt .line .progress {
    background: #CACACA;
  }
  #wrap.about .sec06 .list ul li .cont .desc .txt dl dt {
    font-size: 26px;
    letter-spacing: 0em;
    line-height: 1;
  }
  #wrap.about .sec06 .list ul li .cont .desc .txt dl dd {
    margin-top: 8px;
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1;
    line-height: 1.7;
  }
  #wrap.about .sec06 .list ul li .cont .desc .txt dl dd .img {
    margin-top: 16px;
  }
  #wrap.about .sec06 .list ul li .cont .desc .txt.is_active:before {
    border-color: #0BB8C5;
    background: #fff;
  }
  #wrap.about .sec06 .list ul li .cont .desc .txt.is_end:before {
    border-color: #0BB8C5;
    background: #0BB8C5;
  }
}
#wrap.esg * {
  word-break: keep-all;
}
#wrap.esg .sub_visual {
  position: relative;
}
#wrap.esg .sub_visual #tabAnchor {
  position: absolute;
  bottom: 100px;
}
#wrap.esg .tab_btn_type01 {
  position: relative;
  margin-bottom: 80px;
}
#wrap.esg .tab_btn_type01 li {
  width: 25%;
}
#wrap.esg .vision_area {
  margin-bottom: 80px;
}
#wrap.esg .dash li {
  position: relative;
  padding-left: 10px;
}
#wrap.esg .dash li:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
#wrap.esg .dash.dot li:before {
  content: "·";
}
#wrap.esg .dash.point li {
  padding-left: 17px;
}
#wrap.esg .dash.point li span {
  position: absolute;
  top: 0;
}
#wrap.esg .dash.point li p {
  padding-left: 70px;
  word-break: keep-all;
}
#wrap.esg .dash.point li:before {
  content: "√";
}
#wrap.esg .dash.num li {
  padding-left: 17px;
}
#wrap.esg .dash.num li:nth-child(1):before {
  content: "1.";
}
#wrap.esg .dash.num li:nth-child(2):before {
  content: "2.";
}
#wrap.esg .dash.num li:nth-child(3):before {
  content: "3.";
}
#wrap.esg .dash.num li:nth-child(4):before {
  content: "4.";
}
#wrap.esg .dash.num li:nth-child(5):before {
  content: "5.";
}
@media (max-width: 1023px) {
  #wrap.esg .dash.point li p {
    padding-left: 55px;
  }
}
#wrap.esg section {
  margin-bottom: 120px;
}
#wrap.esg section.bg_gray,
#wrap.esg section .bg_gray {
  background-color: #f3f3f3;
}
#wrap.esg section.bg_gray .inner {
  padding-top: 80px;
  padding-bottom: 80px;
}
#wrap.esg section:last-child {
  margin-bottom: 0;
}
#wrap.esg section > .inner > .top h3 {
  margin-bottom: 24px;
  font-size: 34px;
  letter-spacing: -0.03em;
  line-height: 1;
  font-weight: 600;
}
#wrap.esg section > .inner > .top .p2 {
  margin-bottom: 32px;
  font-size: 18px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.5rem;
}
#wrap.esg .tab_title h3 {
  margin-bottom: 24px;
  font-size: 50px;
  letter-spacing: -0.03em;
  line-height: 1;
}
#wrap.esg .tab_title p {
  margin-bottom: 32px;
  font-size: 22px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 2.125rem;
}
#wrap.esg .tab_title img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
#wrap.esg .thumb_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: normal;
  width: 100%;
}
#wrap.esg .thumb_list li {
  width: 50%;
  padding: 32px 12px;
  color: #666666;
}
#wrap.esg .thumb_list li:nth-child(1), #wrap.esg .thumb_list li:nth-child(2) {
  padding: 0 12px 32px;
}
#wrap.esg .thumb_list li:nth-child(odd) {
  padding-left: 0;
}
#wrap.esg .thumb_list li:nth-child(even) {
  padding-right: 0;
}
#wrap.esg .thumb_list .img_wrap {
  margin-bottom: 24px;
}
#wrap.esg .thumb_list .img_wrap img {
  display: block;
  width: 100%;
  height: auto;
}
#wrap.esg .promise {
  display: block;
  width: 100%;
  font-weight: 400;
}
#wrap.esg .box {
  margin-bottom: 48px;
}
#wrap.esg .box:last-child {
  margin-bottom: 0;
}
#wrap.esg .box strong {
  display: block;
  width: 100%;
  margin-bottom: 24px;
  font-size: 22px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 2.125rem;
  font-weight: 600;
}
#wrap.esg .box .bg_gray.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 48px;
}
#wrap.esg .box .bg_gray.flex-container p {
  width: calc(100% - 160px);
  padding-right: 114px;
}
@media (max-width: 1023px) {
  #wrap.esg .tab_btn_type01 {
    margin-bottom: 60px;
  }
  #wrap.esg .tab_title h3 {
    font-size: 34px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 2.125rem;
  }
  #wrap.esg .tab_title p {
    font-size: 17px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.5rem;
  }
  #wrap.esg .tab_title .img_wrap {
    border-radius: 10px;
  }
  #wrap.esg .vision_area {
    margin-bottom: 40px;
  }
  #wrap.esg section {
    margin-bottom: 80px;
  }
  #wrap.esg section.bg_gray .inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #wrap.esg section.bg_gray > .inner > .top .p2 {
    margin-bottom: 48px;
    font-size: 15px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
  }
  #wrap.esg section > .inner > .top h3 {
    margin-bottom: 16px;
    font-size: 26px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 2.25rem;
  }
  #wrap.esg section > .inner > .top .p2 {
    font-size: 17px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.5rem;
  }
  #wrap.esg .thumb_list li {
    padding: 0 12px 30px;
  }
  #wrap.esg .thumb_list li li:nth-child(1),
  #wrap.esg .thumb_list li li:nth-child(2) {
    padding: 0 12px 30px;
  }
  #wrap.esg .thumb_list .p2 {
    font-size: 15px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.3125rem;
  }
  #wrap.esg .thumb_list .img_wrap {
    position: relative;
    width: 100%;
    height: 0;
    margin-bottom: 16px;
    padding-top: 56.25%;
  }
  #wrap.esg .thumb_list .img_wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
  #wrap.esg .box strong {
    margin-bottom: 16px;
    font-size: 20px;
    letter-spacing: -0.015em;
    line-height: 1;
  }
  #wrap.esg .box .bg_gray.flex-container {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 28px 24px 20px;
  }
  #wrap.esg .box .bg_gray.flex-container p {
    width: 100%;
    padding: 0 0 32px;
    font-size: 15px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.3125rem;
  }
  #wrap.esg .promise {
    padding-top: 32px;
    font-size: 15px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.3125rem;
  }
}
@media (max-width: 767px) {
  #wrap.esg .thumb_list {
    gap: 0;
    margin-bottom: 0;
  }
  #wrap.esg .thumb_list li {
    width: 100%;
    padding: 0 0 60px;
  }
  #wrap.esg .thumb_list li:nth-child(1), #wrap.esg .thumb_list li:nth-child(1), #wrap.esg .thumb_list li:nth-child(even), #wrap.esg .thumb_list li:nth-child(odd) {
    padding: 0 0 60px;
  }
  #wrap.esg .thumb_list li:last-child {
    padding: 0 0 48px;
  }
}
@media (max-width: 479px) {
  #wrap.esg .tab_btn_type01 li {
    width: 120px;
  }
}
#wrap.esg.safety .system .inner > .top h3 {
  margin-bottom: 32px;
}
#wrap.esg.safety .system .box {
  margin-bottom: 48px;
}
#wrap.esg.safety .system .bg_gray {
  color: #666666;
}
#wrap.esg.safety .strategy {
  width: 100%;
  margin-right: -24px;
  font-size: 0;
}
#wrap.esg.safety .strategy > li {
  display: inline-block;
  width: 25%;
  padding-right: 24px;
  vertical-align: top;
}
#wrap.esg.safety .strategy > li:nth-child(1) .top {
  background-color: #1AB6C3;
}
#wrap.esg.safety .strategy > li:nth-child(2) > div {
  border-color: #05BDDE;
}
#wrap.esg.safety .strategy > li:nth-child(2) .top {
  background-color: #05BDDE;
}
#wrap.esg.safety .strategy > li:nth-child(2) .bottom {
  border-color: #05BDDE;
}
#wrap.esg.safety .strategy > li:nth-child(3) > div {
  border-color: #0E96F4;
}
#wrap.esg.safety .strategy > li:nth-child(3) .top {
  background-color: #0E96F4;
}
#wrap.esg.safety .strategy > li:nth-child(3) .bottom {
  border-color: #0E96F4;
}
#wrap.esg.safety .strategy > li:nth-child(4) > div {
  border-color: #1281FF;
}
#wrap.esg.safety .strategy > li:nth-child(4) .top {
  background-color: #1281FF;
}
#wrap.esg.safety .strategy > li:nth-child(4) .bottom {
  border-color: #1281FF;
}
#wrap.esg.safety .strategy .top {
  padding: 20px 10px;
  text-align: center;
  color: #fff;
  border-radius: 10px 10px 0 0;
}
#wrap.esg.safety .strategy .top p {
  font-size: 22px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.375rem;
}
#wrap.esg.safety .strategy .top span {
  font-size: 16px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.375rem;
}
#wrap.esg.safety .strategy .bottom {
  height: 205px;
  padding: 24px;
  border-radius: 0 0 10px 10px;
  border: 1px solid #1AB6C3;
  font-size: 18px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.875rem;
}
#wrap.esg.safety .activity .diagram {
  padding: 64px 10px;
  text-align: center;
  background-color: #f3f3f3;
  border-radius: 10px;
}
#wrap.esg.safety .activity .diagram img {
  max-width: 560px;
  height: auto;
}
#wrap.esg.safety .activity .info {
  display: block;
  width: 100%;
  margin-top: 32px;
}
#wrap.esg.safety .activity .info li {
  width: 100%;
  color: #333333;
  font-size: 18px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.875rem;
}
#wrap.esg.safety .activity .info li .bold {
  font-weight: 600;
}
#wrap.esg.safety .activity .info li:last-child {
  padding-top: 20px;
  padding-left: 0;
}
#wrap.esg.safety .activity .info li:last-child:before {
  display: none;
}
#wrap.esg.safety .director .inner > .top h3 {
  margin-bottom: 32px;
}
#wrap.esg.safety .director .box {
  margin-bottom: 48px;
}
#wrap.esg.safety .director .box:last-child {
  margin-bottom: 0;
}
#wrap.esg.safety .director .box strong {
  margin-bottom: 24px;
}
#wrap.esg.safety .rule .box1 {
  margin-bottom: 48px;
}
#wrap.esg.safety .rule .rule_step {
  margin-right: -24px;
  font-size: 0;
}
#wrap.esg.safety .rule .rule_step li {
  display: inline-block;
  width: 33.333%;
  padding-right: 24px;
  padding-bottom: 24px;
  vertical-align: top;
}
#wrap.esg.safety .rule .rule_step li:nth-child(4), #wrap.esg.safety .rule .rule_step li:nth-child(5), #wrap.esg.safety .rule .rule_step li:nth-child(6) {
  padding-bottom: 0;
}
#wrap.esg.safety .rule .rule_step li > div {
  min-height: 390px;
  border: 1px solid #CaCaCa;
  border-radius: 10px;
  overflow: hidden;
}
#wrap.esg.safety .rule .rule_step .img_wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 62.827%;
}
#wrap.esg.safety .rule .rule_step .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#wrap.esg.safety .rule .rule_step .text_wrap {
  position: relative;
  padding: 32px 40px 32px 84px;
}
#wrap.esg.safety .rule .rule_step .text_wrap .num {
  position: absolute;
  top: 32px;
  left: 40px;
  font-size: 26px;
  letter-spacing: -0.03em;
  line-height: 1;
  font-weight: 600;
  color: #376074;
}
#wrap.esg.safety .explanation {
  position: relative;
  width: 100%;
  height: 0;
  margin-top: 32px;
  padding-top: 43.75%;
}
#wrap.esg.safety .explanation:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/company/esg/safety/education_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#wrap.esg.safety .explanation > ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  font-size: 0;
}
#wrap.esg.safety .explanation > ul > li {
  display: inline-block;
  width: 30%;
  margin-right: 5%;
  vertical-align: top;
}
#wrap.esg.safety .explanation > ul > li:last-child {
  margin-right: 0;
}
#wrap.esg.safety .explanation .title {
  height: 125px;
  padding-bottom: 16px;
  border-bottom: 1px solid #fff;
  font-size: 22px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.875rem;
  font-weight: 600;
}
#wrap.esg.safety .explanation .title .num {
  display: block;
  width: 100%;
  color: #376074;
}
#wrap.esg.safety .explanation .desc {
  padding-top: 32px;
  font-size: 18px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.5rem;
}
#wrap.esg.safety .explanation .desc p {
  padding-bottom: 16px;
}
#wrap.esg.safety .explanation .desc p:last-child {
  padding-bottom: 0;
}
#wrap.esg.safety .explanation .desc li {
  position: relative;
  padding-left: 20px;
}
#wrap.esg.safety .explanation .desc li span {
  position: absolute;
  top: 0;
  left: 0;
}
#wrap.esg.safety .activityImg {
  overflow: hidden;
}
#wrap.esg.safety .activityImg .inner > .top h3 {
  margin-bottom: 32px;
}
#wrap.esg.safety .activityImg .slider_wrap .swiper-container {
  overflow: visible;
  opacity: 1;
  transform: translateX(0);
}
#wrap.esg.safety .activityImg .slider_wrap .swiper-slide {
  width: 588px;
}
#wrap.esg.safety .activityImg .slider_wrap .swiper-slide .img_area {
  width: 100%;
  height: 330px;
  border-radius: 0;
  overflow: hidden;
}
#wrap.esg.safety .activityImg .slider_wrap .swiper-slide .img_area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}
#wrap.esg.safety .activityImg .slider_wrap .bot_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
  opacity: 1;
  transform: translateX(0);
}
#wrap.esg.safety .activityImg .slider_wrap .bot_btn .swiper-pagination {
  position: relative;
  width: calc(100% - 200px);
  height: 2px;
  border-radius: 2px;
  overflow: hidden;
  background-color: #D9D9D9;
}
#wrap.esg.safety .activityImg .slider_wrap .bot_btn .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #376074;
}
#wrap.esg.safety .activityImg .slider_wrap .bot_btn .button {
  width: 200px;
  padding-left: 80px;
  font-size: 0;
}
#wrap.esg.safety .activityImg .slider_wrap .bot_btn .button > div {
  width: 56px;
  height: 56px;
  border: 1px solid #CACACA;
  border-radius: 4px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  inset: auto;
  margin: 0;
  background: #fff;
  opacity: 1;
  transition: border 0.3s;
}
#wrap.esg.safety .activityImg .slider_wrap .bot_btn .button > div:before {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background 0.3s;
}
#wrap.esg.safety .activityImg .slider_wrap .bot_btn .button > div.swiper-button-prev:before {
  background-image: url("/images/sec05_slider_prev_off.svg");
}
@media (min-width: 1024px) {
  #wrap.esg.safety .activityImg .slider_wrap .bot_btn .button > div.swiper-button-prev:hover {
    border-color: #376074;
  }
  #wrap.esg.safety .activityImg .slider_wrap .bot_btn .button > div.swiper-button-prev:hover:before {
    background-image: url("/images/sec05_slider_prev_on.png");
  }
}
#wrap.esg.safety .activityImg .slider_wrap .bot_btn .button > div.swiper-button-next {
  margin-left: 8px;
}
#wrap.esg.safety .activityImg .slider_wrap .bot_btn .button > div.swiper-button-next:before {
  background-image: url("/images/sec05_slider_next_off.svg");
}
@media (min-width: 1024px) {
  #wrap.esg.safety .activityImg .slider_wrap .bot_btn .button > div.swiper-button-next:hover {
    border-color: #376074;
  }
  #wrap.esg.safety .activityImg .slider_wrap .bot_btn .button > div.swiper-button-next:hover:before {
    background-image: url("/images/sec05_slider_next_on.png");
  }
}
@media (max-width: 1299px) {
  #wrap.esg.safety .strategy > li {
    width: 50%;
    padding: 0 8px;
  }
  #wrap.esg.safety .strategy > li:nth-of-type(1), #wrap.esg.safety .strategy > li:nth-of-type(2) {
    padding: 0 8px 24px;
  }
  #wrap.esg.safety .strategy > li:nth-child(odd) {
    padding-left: 0;
  }
  #wrap.esg.safety .strategy > li:nth-child(even) {
    padding-right: 0;
  }
}
@media (max-width: 1149px) {
  #wrap.esg.safety .education .explanation > ul > li {
    margin-right: 2%;
  }
  #wrap.esg.safety .education .explanation .title {
    height: 95px;
    font-size: 18px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.5625rem;
  }
  #wrap.esg.safety .education .explanation .title .num {
    margin-bottom: 8px;
  }
  #wrap.esg.safety .education .explanation .desc {
    font-size: 16px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.375rem;
  }
}
@media (max-width: 1079px) {
  #wrap.esg.safety .education .explanation {
    height: auto;
    padding: 60px 0;
    background-color: #f3f3f3;
  }
  #wrap.esg.safety .education .explanation:before {
    background-image: none;
  }
  #wrap.esg.safety .education .explanation > ul {
    position: static;
    transform: none;
  }
  #wrap.esg.safety .education .explanation > ul > li {
    width: 100%;
    margin: 0 0 48px;
  }
  #wrap.esg.safety .education .explanation > ul > li:last-child {
    margin: 0;
  }
  #wrap.esg.safety .education .explanation .title {
    height: auto;
    padding-bottom: 8px;
    font-size: 20px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.75rem;
    color: #333333;
    border-color: #CaCaCa;
  }
  #wrap.esg.safety .education .explanation .title .num {
    margin-bottom: 8px;
  }
  #wrap.esg.safety .education .explanation .desc {
    padding-top: 16px;
    font-size: 16px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.375rem;
    color: #666666;
  }
  #wrap.esg.safety .education .explanation .desc p {
    padding-bottom: 24px;
  }
  #wrap.esg.safety .education .explanation .desc p:last-of-type {
    padding-bottom: 0;
  }
}
@media (max-width: 1023px) {
  #wrap.esg.safety section.bg_gray .promise {
    padding-top: 0;
  }
  #wrap.esg.safety .system .inner > .top h3 {
    margin-bottom: 32px;
  }
  #wrap.esg.safety .strategy .top {
    padding: 24px 10px 22px;
  }
  #wrap.esg.safety .strategy .top p {
    padding-bottom: 8px;
    font-size: 20px;
    letter-spacing: -0.015em;
    line-height: 1;
  }
  #wrap.esg.safety .strategy .top span {
    font-size: 14px;
    letter-spacing: -0.015em;
    line-height: 1;
  }
  #wrap.esg.safety .strategy .bottom {
    height: 186px;
    padding: 22px 27px 28px;
    font-size: 15px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.625rem;
  }
  #wrap.esg.safety .strategy > li:nth-child(3) .bottom, #wrap.esg.safety .strategy > li:nth-child(4) .bottom {
    height: 134px;
  }
  #wrap.esg.safety .activity .diagram {
    padding: 32px;
  }
  #wrap.esg.safety .activity .diagram img {
    max-width: 500px;
    width: 100%;
  }
  #wrap.esg.safety .activity .info {
    margin-top: 24px;
  }
  #wrap.esg.safety .activity .info li {
    font-size: 15px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.625rem;
  }
  #wrap.esg.safety .director .box strong {
    margin-bottom: 16px;
  }
  #wrap.esg.safety .director .box .p2 {
    font-size: 15px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.3125rem;
  }
  #wrap.esg.safety .director .table_wrap colgroup col:nth-of-type(1), #wrap.esg.safety .director .table_wrap colgroup col:nth-of-type(2), #wrap.esg.safety .director .table_wrap colgroup col:nth-of-type(3) {
    width: 20%;
  }
  #wrap.esg.safety .director .table_wrap colgroup col:nth-of-type(4) {
    width: 40%;
  }
  #wrap.esg.safety .rule .top .p2 {
    margin-bottom: 32px;
    font-size: 17px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.5rem;
  }
  #wrap.esg.safety .rule .rule_step li {
    width: 50%;
  }
  #wrap.esg.safety .rule .rule_step li > div {
    min-height: 320px;
  }
  #wrap.esg.safety .rule .rule_step .text_wrap {
    padding: 24px 20px 24px 48px;
  }
  #wrap.esg.safety .rule .rule_step .text_wrap .num {
    top: 26px;
    left: 20px;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 1;
  }
  #wrap.esg.safety .rule .rule_step .text_wrap p {
    font-size: 15px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.3125rem;
  }
  #wrap.esg.safety .rule .box2 .table_wrap colgroup col:nth-of-type(1) {
    width: 10%;
  }
  #wrap.esg.safety .rule .box2 .table_wrap colgroup col:nth-of-type(2) {
    width: 27%;
  }
  #wrap.esg.safety .rule .box2 .table_wrap colgroup col:nth-of-type(3) {
    width: 29%;
  }
  #wrap.esg.safety .rule .box2 .table_wrap colgroup col:nth-of-type(4) {
    width: 34%;
  }
  #wrap.esg.safety .education .top .p2 {
    font-size: 17px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.5rem;
  }
  #wrap.esg.safety .education .explanation .title .num {
    font-size: 17px;
    letter-spacing: 0;
    line-height: 1;
  }
  #wrap.esg.safety .education .explanation .desc {
    font-size: 15px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.3125rem;
  }
  #wrap.esg.safety .activityImg .inner > .top h3 {
    margin-bottom: 16px;
  }
  #wrap.esg.safety .activityImg .slider_wrap .swiper-slide {
    width: 320px;
  }
  #wrap.esg.safety .activityImg .slider_wrap .swiper-slide .img_area {
    height: 180px;
  }
  #wrap.esg.safety .activityImg .slider_wrap .bot_btn {
    margin-top: 16px;
  }
  #wrap.esg.safety .activityImg .slider_wrap .bot_btn .swiper-pagination {
    width: calc(100% - 112px);
  }
  #wrap.esg.safety .activityImg .slider_wrap .bot_btn .button {
    width: 112px;
    padding-left: 24px;
    font-size: 0;
  }
  #wrap.esg.safety .activityImg .slider_wrap .bot_btn .button > div {
    width: 40px;
    height: 40px;
  }
  #wrap.esg.safety .activityImg .slider_wrap .bot_btn .button > div:before {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  #wrap.esg.safety .rule .rule_step {
    margin-right: 0;
  }
  #wrap.esg.safety .rule .rule_step li {
    width: 100%;
    padding: 0 0 16px;
  }
  #wrap.esg.safety .rule .rule_step li:nth-child(4), #wrap.esg.safety .rule .rule_step li:nth-child(5) {
    padding: 0 0 16px;
  }
  #wrap.esg.safety .rule .rule_step li:nth-child(6) {
    padding: 0;
  }
  #wrap.esg.safety .rule .rule_step li > div {
    min-height: auto;
  }
  #wrap.esg.safety .strategy > li {
    width: 100%;
    padding: 0 0 16px;
  }
  #wrap.esg.safety .strategy > li:nth-of-type(1), #wrap.esg.safety .strategy > li:nth-of-type(2) {
    padding: 0 0 16px;
  }
  #wrap.esg.safety .strategy > li:last-child {
    padding: 0;
  }
  #wrap.esg.safety .strategy .bottom {
    height: auto;
  }
  #wrap.esg.safety .strategy > li:nth-child(3) .bottom, #wrap.esg.safety .strategy > li:nth-child(4) .bottom {
    height: auto;
  }
}
#wrap.esg.quality section.bg_gray .promise {
  padding-top: 32px;
}
#wrap.esg.quality .thumb_list {
  gap: 0 2%;
}
#wrap.esg.quality .thumb_list li {
  display: inline-block;
  width: 32%;
  padding: 0;
}
#wrap.esg.quality .system .inner > .top h3 {
  margin-bottom: 32px;
}
#wrap.esg.quality .system .box1 .dash li {
  font-size: 18px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.875rem;
  color: #666666;
}
#wrap.esg.quality .system .box3 .pdca {
  border: 1px solid #CaCaCa;
  border-radius: 10px;
}
#wrap.esg.quality .system .box3 .pdca > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: normal;
  padding: 110px 136px;
}
#wrap.esg.quality .system .box3 .pdca ul {
  width: calc(100% - 474px);
  padding-right: 59px;
}
#wrap.esg.quality .system .box3 .pdca li {
  margin-bottom: 40px;
}
#wrap.esg.quality .system .box3 .pdca li:nth-of-type(1) .step {
  color: #01D1D3;
}
#wrap.esg.quality .system .box3 .pdca li:nth-of-type(2) .step {
  color: #05BDDE;
}
#wrap.esg.quality .system .box3 .pdca li:nth-of-type(3) .step {
  color: #0E96F4;
}
#wrap.esg.quality .system .box3 .pdca li:nth-of-type(4) {
  margin-bottom: 0;
}
#wrap.esg.quality .system .box3 .pdca li:nth-of-type(4) .step {
  color: #1281FF;
}
#wrap.esg.quality .system .box3 .pdca li .step {
  margin-bottom: 10px;
  font-size: 22px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.375rem;
  font-weight: 600;
}
#wrap.esg.quality .system .box3 .pdca li .desc {
  position: relative;
  padding-left: 10px;
  font-size: 18px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.875rem;
}
#wrap.esg.quality .system .box3 .pdca li .desc:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
#wrap.esg.quality .system .box3 .pdca .cycle {
  width: 474px;
}
#wrap.esg.quality .system .box3 .pdca .cycle img {
  width: 100%;
  height: auto;
}
#wrap.esg.quality .inspection .inspection_step {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: normal;
}
#wrap.esg.quality .inspection .inspection_step li {
  position: relative;
  width: 25%;
}
#wrap.esg.quality .inspection .inspection_step li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  z-index: 1;
  background: url("../images/company/esg/quality/icon_arrow.svg") center no-repeat;
  background-size: 100% auto;
}
#wrap.esg.quality .inspection .inspection_step li:first-child {
  border-radius: 10px 0 0 10px;
  background-color: #01D1D3;
}
#wrap.esg.quality .inspection .inspection_step li:nth-of-type(2) {
  background-color: #05BDDE;
}
#wrap.esg.quality .inspection .inspection_step li:nth-of-type(3) {
  background-color: #0E96F4;
}
#wrap.esg.quality .inspection .inspection_step li:last-child {
  border-radius: 0 10px 10px 0;
  background-color: #1281FF;
}
#wrap.esg.quality .inspection .inspection_step li:last-child:after {
  display: none;
}
#wrap.esg.quality .inspection .inspection_step li > div {
  padding: 34px 10px;
  text-align: center;
}
#wrap.esg.quality .inspection .inspection_step li strong {
  display: block;
  width: 100%;
  margin-top: 24px;
  font-size: 22px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.875rem;
  font-weight: 600;
  color: #fff;
}
#wrap.esg.quality .management .inner > .top h3 {
  margin-bottom: 32px;
}
#wrap.esg.quality .management ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: normal;
  gap: 0 1.5%;
}
#wrap.esg.quality .management ul li {
  width: 49%;
}
#wrap.esg.quality .management ul strong {
  display: block;
  width: 100%;
  margin-bottom: 24px;
  font-size: 22px;
  letter-spacing: -0.03em;
  line-height: 1;
}
#wrap.esg.quality .management ul p {
  font-size: 18px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.5625rem;
  color: #666;
}
#wrap.esg.quality .management .img_wrap {
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: 24px;
  padding-top: 54.42%;
}
#wrap.esg.quality .management .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1023px) {
  #wrap.esg.quality section.bg_gray .promise {
    padding-top: 0;
  }
  #wrap.esg.quality .thumb_list {
    margin-bottom: 32px;
  }
  #wrap.esg.quality .thumb_list .img_wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  #wrap.esg.quality .thumb_list .img_wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #wrap.esg.quality .system .box1 .dash li {
    font-size: 15px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.3125rem;
  }
  #wrap.esg.quality .system .box3 .pdca > div {
    flex-direction: column;
    padding: 32px 30px;
  }
  #wrap.esg.quality .system .box3 .pdca ul {
    order: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: normal;
    width: 100%;
    padding-right: 0;
  }
  #wrap.esg.quality .system .box3 .pdca li {
    width: 50%;
    margin-bottom: 32px;
    padding-right: 20px;
  }
  #wrap.esg.quality .system .box3 .pdca li:nth-child(3), #wrap.esg.quality .system .box3 .pdca li:nth-child(4) {
    margin-bottom: 0;
  }
  #wrap.esg.quality .system .box3 .pdca li .step {
    margin-bottom: 8px;
    font-size: 17px;
    letter-spacing: -0.015em;
    line-height: 1;
  }
  #wrap.esg.quality .system .box3 .pdca li .desc {
    font-size: 15px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.3125rem;
  }
  #wrap.esg.quality .system .box3 .pdca .cycle {
    order: 1;
    width: 241px;
    margin: 0 auto 32px;
  }
  #wrap.esg.quality .system .box3 .pdca .cycle img {
    width: 100%;
    height: auto;
  }
  #wrap.esg.quality .inspection .inspection_step li:after {
    width: 25px;
    height: 25px;
  }
  #wrap.esg.quality .inspection .inspection_step li > div {
    margin: 0 auto;
    padding: 23px 10px;
  }
  #wrap.esg.quality .inspection .inspection_step li img {
    width: 48px;
    height: auto;
  }
  #wrap.esg.quality .inspection .inspection_step li strong {
    margin-top: 8px;
    font-size: 17px;
    letter-spacing: -0.015em;
    line-height: 1;
  }
  #wrap.esg.quality .management ul strong {
    margin-bottom: 16px;
    font-size: 20px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.75rem;
  }
  #wrap.esg.quality .management ul .p2 {
    font-size: 15px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.3125rem;
  }
}
@media (max-width: 767px) {
  #wrap.esg.quality .thumb_list {
    gap: 0;
    margin-bottom: 0;
  }
  #wrap.esg.quality .thumb_list li {
    width: 100%;
    padding: 0 0 60px;
  }
  #wrap.esg.quality .thumb_list li:last-of-type {
    padding: 0 0 48px;
  }
  #wrap.esg.quality .thumb_list .img_wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  #wrap.esg.quality .thumb_list .img_wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #wrap.esg.quality .management ul li {
    width: 100%;
    padding: 0 0 48px;
  }
  #wrap.esg.quality .management ul li:last-child {
    padding: 0;
  }
  #wrap.esg.quality .system .box3 .pdca ul {
    flex-direction: column;
  }
  #wrap.esg.quality .system .box3 .pdca li {
    width: 100%;
    padding-right: 0;
  }
  #wrap.esg.quality .system .box3 .pdca li:nth-child(3), #wrap.esg.quality .system .box3 .pdca li:nth-child(4) {
    margin-bottom: 32px;
  }
  #wrap.esg.quality .inspection .inspection_step {
    flex-direction: column;
  }
  #wrap.esg.quality .inspection .inspection_step li {
    width: 100%;
  }
  #wrap.esg.quality .inspection .inspection_step li:after {
    top: unset;
    right: unset;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
  #wrap.esg.quality .inspection .inspection_step li:first-child {
    border-radius: 10px 10px 0 0;
  }
  #wrap.esg.quality .inspection .inspection_step li:last-child {
    border-radius: 0 0 10px 10px;
  }
  #wrap.esg.quality .inspection .inspection_step li > div {
    width: 180px;
    font-size: 0;
    text-align: left;
  }
  #wrap.esg.quality .inspection .inspection_step li .center {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  #wrap.esg.quality .inspection .inspection_step li img {
    display: inline-block;
    vertical-align: middle;
  }
  #wrap.esg.quality .inspection .inspection_step li strong {
    display: inline-block;
    width: auto;
    margin-top: 0;
    margin-left: 16px;
    vertical-align: middle;
  }
}
#wrap.esg.environment .bg_gray {
  margin-bottom: 48px;
}
#wrap.esg.environment .system .inner > .top h3 {
  margin-bottom: 32px;
}
#wrap.esg.environment .system .system_desc li {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  padding: 32px 0;
  border-bottom: 1px solid #CaCaCa;
}
#wrap.esg.environment .system .system_desc li:first-child {
  padding: 0 0 32px;
}
#wrap.esg.environment .system .system_desc li:last-child {
  padding: 32px 0 0;
  border-bottom: none;
}
#wrap.esg.environment .system .system_desc li:nth-child(even) .icon {
  background-color: #E4F2FE;
}
#wrap.esg.environment .system .system_desc li:nth-child(odd) .icon {
  background-color: #376074;
}
#wrap.esg.environment .system .system_desc .icon {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
#wrap.esg.environment .system .system_desc .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#wrap.esg.environment .system .system_desc .text {
  width: calc(100% - 120px);
  padding-left: 24px;
}
#wrap.esg.environment .system .system_desc .text strong {
  margin-bottom: 16px;
  font-size: 18px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.5625rem;
  color: #376074;
}
#wrap.esg.environment .system .system_desc .text p {
  color: #666666;
  font-size: 18px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.5625rem;
}
@media (max-width: 1023px) {
  #wrap.esg.environment section.bg_gray .promise {
    padding-top: 0;
  }
  #wrap.esg.environment .system .box strong {
    margin-bottom: 16px;
  }
  #wrap.esg.environment .system .system_desc li {
    align-items: normal;
  }
  #wrap.esg.environment .system .system_desc .icon {
    width: 70px;
    height: 70px;
  }
  #wrap.esg.environment .system .system_desc .icon img {
    width: 48px;
    height: 48px;
  }
  #wrap.esg.environment .system .system_desc .text {
    width: calc(100% - 70px);
    padding-left: 16px;
  }
  #wrap.esg.environment .system .system_desc .text strong {
    margin-bottom: 16px;
    font-size: 15px;
    letter-spacing: -0.015em;
    line-height: 1;
  }
  #wrap.esg.environment .system .system_desc .text p {
    font-size: 15px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.3125rem;
  }
}
#wrap.esg.ethical footer {
  margin-top: 0;
}
#wrap.esg.ethical .banner_area a:before {
  background: url("../images/company/esg/ethical/banner_ethics.jpg") center no-repeat;
  background-size: cover;
}
#wrap.esg.ethical .banner_area strong {
  font-size: 34px;
  letter-spacing: -0.03em;
  line-height: 1;
}
#wrap.esg.ethical .banner_area .light {
  display: block;
  margin-top: 8px;
  font-size: 22px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 2.25rem;
  font-weight: 400;
}
@media (max-width: 1023px) {
  #wrap.esg.ethical .banner_area {
    margin-top: 92px;
  }
  #wrap.esg.ethical .banner_area a:before {
    background: url("../images/company/esg/ethical/m_banner_ethics.jpg") center no-repeat;
    background-size: 100% auto;
  }
  #wrap.esg.ethical .banner_area strong {
    font-size: 26px;
    letter-spacing: -0.015em;
    line-height: 1;
  }
  #wrap.esg.ethical .banner_area .light {
    margin-top: 18px;
    font-size: 18px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.5625rem;
  }
}
#wrap.esg.ethical .system .inner > .top h3 {
  margin-bottom: 32px;
}
#wrap.esg.ethical .system .diagram {
  padding: 120px 0;
  background-color: #f3f3f3;
  border-radius: 10px;
}
#wrap.esg.ethical .system .diagram .line {
  position: relative;
  width: 544px;
  height: 503px;
  margin: 0 auto;
}
#wrap.esg.ethical .system .diagram .line:before {
  content: "";
  position: absolute;
  top: 34px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/company/esg/ethical/line_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#wrap.esg.ethical .system .diagram .circle .shape {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}
#wrap.esg.ethical .system .diagram .circle .shape p {
  font-size: 22px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.375rem;
  font-weight: 600;
}
#wrap.esg.ethical .system .diagram .circle .shape span {
  display: block;
  width: 100%;
  padding-top: 8px;
  font-size: 16px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1rem;
  font-weight: 400;
}
#wrap.esg.ethical .system .diagram .circle .desc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#wrap.esg.ethical .system .diagram .circle .desc .circle_title {
  padding-bottom: 16px;
  font-size: 18px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.5625rem;
}
#wrap.esg.ethical .system .diagram .circle .desc .circle_title > span {
  display: block;
  width: 100%;
  font-size: 16px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1rem;
}
#wrap.esg.ethical .system .diagram .circle .desc li {
  font-size: 18px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.875rem;
  color: #666666;
}
#wrap.esg.ethical .system .diagram .circle:nth-of-type(1) {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#wrap.esg.ethical .system .diagram .circle:nth-of-type(1) .shape {
  background-color: #01D1D3;
}
#wrap.esg.ethical .system .diagram .circle:nth-of-type(1) .desc {
  right: -343px;
  color: #01D1D3;
}
#wrap.esg.ethical .system .diagram .circle:nth-of-type(2) {
  position: absolute;
  bottom: 0;
  left: 0;
}
#wrap.esg.ethical .system .diagram .circle:nth-of-type(2) .shape {
  background-color: #08B0E6;
}
#wrap.esg.ethical .system .diagram .circle:nth-of-type(2) .desc {
  left: -277px;
  color: #08B0E6;
  text-align: right;
}
#wrap.esg.ethical .system .diagram .circle:nth-of-type(2) .desc .dash {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-end;
}
#wrap.esg.ethical .system .diagram .circle:nth-of-type(3) {
  position: absolute;
  bottom: 0;
  right: 0;
}
#wrap.esg.ethical .system .diagram .circle:nth-of-type(3) .shape {
  background-color: #376074;
}
#wrap.esg.ethical .system .diagram .circle:nth-of-type(3) .desc {
  right: -205px;
  color: #376074;
}
#wrap.esg.ethical .system .diagram .m_desc {
  display: none;
}
#wrap.esg.ethical .direction .inner > .top h3 {
  margin-bottom: 32px;
}
#wrap.esg.ethical .direction ul {
  margin-right: -24px;
  font-size: 0;
}
#wrap.esg.ethical .direction li {
  display: inline-block;
  width: 25%;
  padding-right: 24px;
  vertical-align: top;
}
#wrap.esg.ethical .direction li:nth-child(odd) .img_wrap {
  background-color: #376074;
}
#wrap.esg.ethical .direction li:nth-child(even) .img_wrap {
  background-color: #fff;
}
#wrap.esg.ethical .direction li > div {
  padding: 30px;
  background-color: #f3f3f3;
  border-radius: 10px;
}
#wrap.esg.ethical .direction li .img_wrap {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto 24px;
  border-radius: 50%;
}
#wrap.esg.ethical .direction li .img_wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#wrap.esg.ethical .direction li .text_wrap {
  text-align: center;
}
#wrap.esg.ethical .direction li .text_wrap .num {
  display: block;
  margin-bottom: 16px;
  font-size: 26px;
  letter-spacing: -0.03em;
  line-height: 1;
  font-weight: 600;
  color: #376074;
}
#wrap.esg.ethical .direction li .text_wrap p {
  font-size: 18px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.5625rem;
  color: #666666;
}
#wrap.esg.ethical .charter .desc > p:nth-of-type(2) {
  padding: 24px 0;
}
#wrap.esg.ethical .charter .desc li {
  position: relative;
  padding-left: 22px;
  font-size: 18px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.875rem;
}
#wrap.esg.ethical .charter .desc li > span {
  position: absolute;
  top: 0;
  left: 0;
}
#wrap.esg.ethical .standard .desc_box {
  border: 1px solid #CaCaCa;
  border-radius: 10px;
}
#wrap.esg.ethical .standard .desc_box > div {
  height: 416px;
  margin: 40px;
  padding-right: 50px;
  overflow-y: auto;
}
#wrap.esg.ethical .standard .desc_box .box strong {
  display: block;
  width: 100%;
  font-size: 22px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.375rem;
  margin-bottom: 10px;
}
#wrap.esg.ethical .standard .desc_box .box ol li {
  padding-left: 22px;
}
#wrap.esg.ethical .standard .desc_box .box ol li > span {
  position: absolute;
  top: 0;
  left: 0;
}
#wrap.esg.ethical .standard .desc_box .box li {
  position: relative;
  font-size: 18px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.875rem;
}
#wrap.esg.ethical .standard.type2 .desc_box .box3 li:nth-of-type(1), #wrap.esg.ethical .standard.type2 .desc_box .box3 li:nth-of-type(2), #wrap.esg.ethical .standard.type2 .desc_box .box3 li:nth-of-type(3) {
  padding-left: 60px;
}
#wrap.esg.ethical .standard.type2 .desc_box .box3 li:nth-of-type(4), #wrap.esg.ethical .standard.type2 .desc_box .box3 li:nth-of-type(5) {
  padding-left: 110px;
}
#wrap.esg.ethical .standard.type2 .desc_box .box3 li span {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 10px;
}
#wrap.esg.ethical .standard.type2 .desc_box .box3 li span:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
#wrap.esg.ethical .news .top {
  margin-bottom: 48px;
}
#wrap.esg.ethical .news .top h3 {
  margin-bottom: 32px;
}
#wrap.esg.ethical .news .top .img_wrap img {
  border-radius: 10px;
}
#wrap.esg.ethical .news .content {
  margin-bottom: 48px;
  font-size: 18px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.5625rem;
  color: #666666;
}
#wrap.esg.ethical .news .content:last-child {
  margin-bottom: 0;
}
#wrap.esg.ethical .news .content strong {
  display: block;
  width: 100%;
  margin-bottom: 24px;
  font-size: 22px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.375rem;
  color: #333333;
}
#wrap.esg.ethical .news .content2 .target {
  margin-bottom: 24px;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
#wrap.esg.ethical .news .content2 .target > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: normal;
  padding: 48px 32px;
}
#wrap.esg.ethical .news .content2 .target .left {
  padding-right: 80px;
  font-size: 18px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.5625rem;
  color: #333333;
  font-weight: 600;
}
#wrap.esg.ethical .news .content2 .target .right {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: normal;
}
#wrap.esg.ethical .news .content2 .target .right ul:nth-of-type(1) {
  padding-right: 40px;
}
@media (max-width: 1299px) {
  #wrap.esg.ethical .system .diagram .line {
    width: 544px;
    height: 503px;
  }
  #wrap.esg.ethical .system .diagram .line:before {
    top: 34px;
  }
  #wrap.esg.ethical .system .diagram .circle .shape {
    width: 190px;
    height: 190px;
  }
  #wrap.esg.ethical .system .diagram .circle .desc .circle_title {
    font-size: 17px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.5625rem;
  }
  #wrap.esg.ethical .system .diagram .circle .desc .circle_title span {
    font-size: 14px;
    letter-spacing: -0.015em;
    line-height: 1;
  }
  #wrap.esg.ethical .system .diagram .circle .desc .circle_title .break {
    display: block;
  }
  #wrap.esg.ethical .system .diagram .circle .desc li {
    font-size: 15px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.8125rem;
  }
  #wrap.esg.ethical .system .diagram .circle:nth-of-type(1) .desc {
    right: -267px;
  }
  #wrap.esg.ethical .system .diagram .circle:nth-of-type(2) .desc {
    left: -141px;
  }
  #wrap.esg.ethical .system .diagram .circle:nth-of-type(3) .desc {
    right: -162px;
  }
}
@media (max-width: 1023px) {
  #wrap.esg.ethical .system .diagram {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 32px 24px 30px;
  }
  #wrap.esg.ethical .system .diagram .line {
    width: 326px;
    height: 290px;
    margin: 0 0 32px;
  }
  #wrap.esg.ethical .system .diagram .line:before {
    top: 18px;
  }
  #wrap.esg.ethical .system .diagram .m_desc {
    display: block;
    padding-left: 32px;
  }
  #wrap.esg.ethical .system .diagram .m_desc .desc {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: normal;
    border-bottom: 1px solid #CaCaCa;
  }
  #wrap.esg.ethical .system .diagram .m_desc .desc:nth-of-type(1) {
    padding: 0 0 24px;
    color: #01D1D3;
  }
  #wrap.esg.ethical .system .diagram .m_desc .desc:nth-of-type(2) {
    padding: 24px 0;
    color: #08B0E6;
  }
  #wrap.esg.ethical .system .diagram .m_desc .desc:nth-of-type(3) {
    padding: 24px 0 0;
    color: #376074;
    border-bottom: none;
  }
  #wrap.esg.ethical .system .diagram .m_desc .circle_title {
    width: 90px;
    padding: 0;
    font-size: 20px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.75rem;
    font-weight: 600;
  }
  #wrap.esg.ethical .system .diagram .m_desc .right {
    width: calc(100% - 90px);
    padding-left: 16px;
  }
  #wrap.esg.ethical .system .diagram .m_desc .right p {
    padding-bottom: 8px;
    font-size: 17px;
    letter-spacing: -0.015em;
    line-height: 1;
    font-weight: 600;
  }
  #wrap.esg.ethical .system .diagram .m_desc .right p span {
    display: block;
    width: 100%;
    padding-top: 8px;
    font-size: 14px;
    letter-spacing: -0.015em;
    line-height: 1;
    font-weight: 400;
  }
  #wrap.esg.ethical .system .diagram .m_desc .right li {
    font-size: 15px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.625rem;
    color: #666666;
  }
  #wrap.esg.ethical .system .diagram .circle .shape {
    width: 144px;
    height: 144px;
  }
  #wrap.esg.ethical .system .diagram .circle .shape p {
    font-size: 17px;
    letter-spacing: -0.015em;
    line-height: 1;
  }
  #wrap.esg.ethical .system .diagram .circle .shape span {
    padding-top: 6px;
    font-size: 12px;
    letter-spacing: -0.016em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.0625rem;
  }
  #wrap.esg.ethical .system .diagram .circle .desc {
    display: none;
  }
  #wrap.esg.ethical .direction ul {
    margin-right: -16px;
  }
  #wrap.esg.ethical .direction li {
    width: 50%;
    padding-right: 16px;
    padding-bottom: 16px;
  }
  #wrap.esg.ethical .direction li:nth-child(3), #wrap.esg.ethical .direction li:nth-child(4) {
    padding-bottom: 0;
  }
  #wrap.esg.ethical .direction li > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    padding: 24px;
  }
  #wrap.esg.ethical .direction li .img_wrap {
    position: relative;
    width: 70px;
    height: 70px;
    margin: 0 16px 0 0;
  }
  #wrap.esg.ethical .direction li .img_wrap img {
    width: 48px;
    height: 48px;
  }
  #wrap.esg.ethical .direction li .text_wrap {
    width: calc(100% - 86px);
    text-align: left;
  }
  #wrap.esg.ethical .direction li .text_wrap .num {
    margin-bottom: 8px;
    font-size: 17px;
    letter-spacing: -0.015em;
    line-height: 1;
  }
  #wrap.esg.ethical .direction li .text_wrap p {
    font-size: 15px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.3125rem;
  }
  #wrap.esg.ethical .charter .p2 {
    font-size: 15px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.3125rem;
  }
  #wrap.esg.ethical .charter .desc > p:nth-of-type(2) {
    padding: 18px 0;
  }
  #wrap.esg.ethical .charter .desc li {
    padding-left: 20px;
    font-size: 15px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.625rem;
  }
  #wrap.esg.ethical .standard .desc_box > div {
    height: 450px;
    margin: 24px 8px 24px 24px;
    padding-right: 20px;
    word-break: keep-all;
  }
  #wrap.esg.ethical .standard .desc_box .box {
    margin-bottom: 16px;
  }
  #wrap.esg.ethical .standard .desc_box .box strong {
    font-size: 17px;
    letter-spacing: -0.015em;
    line-height: 1;
    margin-bottom: 16px;
  }
  #wrap.esg.ethical .standard .desc_box .box ol li {
    padding-left: 20px;
  }
  #wrap.esg.ethical .standard .desc_box .box li {
    font-size: 15px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.3125rem;
  }
  #wrap.esg.ethical .standard.type2 .desc_box .box3 li:nth-of-type(1), #wrap.esg.ethical .standard.type2 .desc_box .box3 li:nth-of-type(2), #wrap.esg.ethical .standard.type2 .desc_box .box3 li:nth-of-type(3) {
    padding-left: 50px;
  }
  #wrap.esg.ethical .standard.type2 .desc_box .box3 li:nth-of-type(4), #wrap.esg.ethical .standard.type2 .desc_box .box3 li:nth-of-type(5) {
    padding-left: 90px;
  }
  #wrap.esg.ethical .standard.type2 .desc_box .box3 li span {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 10px;
  }
  #wrap.esg.ethical .standard.type2 .desc_box .box3 li span:before {
    content: "-";
    position: absolute;
    top: 0;
    left: 0;
  }
  #wrap.esg.ethical .news .top .img_wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 37.5%;
  }
  #wrap.esg.ethical .news .top .img_wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #wrap.esg.ethical .news .content {
    font-size: 15px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.625rem;
  }
  #wrap.esg.ethical .news .content strong {
    margin-bottom: 16px;
    font-size: 20px;
    letter-spacing: -0.015em;
    line-height: 1;
  }
  #wrap.esg.ethical .news .content2 .target {
    margin-bottom: 16px;
  }
  #wrap.esg.ethical .news .content2 .target > div {
    flex-direction: column;
    padding: 24px;
  }
  #wrap.esg.ethical .news .content2 .target .left {
    padding: 0 0 12px;
    font-size: 15px;
    letter-spacing: -0.015em;
    line-height: 1;
  }
  #wrap.esg.ethical .news .content2 .target .right {
    flex-direction: column;
  }
  #wrap.esg.ethical .news .content2 .target .right ul:nth-of-type(1) {
    padding-right: 0;
  }
  #wrap.esg.ethical .news .content2 .refer {
    font-size: 15px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.3125rem;
  }
}
@media (max-width: 767px) {
  #wrap.esg.ethical .system .diagram {
    flex-direction: column;
    padding: 32px 24px 30px;
  }
  #wrap.esg.ethical .system .diagram .line {
    width: 254px;
    height: 240px;
    margin: 0 auto 32px;
  }
  #wrap.esg.ethical .system .diagram .line:before {
    top: 18px;
  }
  #wrap.esg.ethical .system .diagram .m_desc {
    padding-left: 0;
  }
  #wrap.esg.ethical .system .diagram .m_desc .desc {
    margin-bottom: 32px;
    border-bottom: none;
  }
  #wrap.esg.ethical .system .diagram .m_desc .desc:nth-of-type(1) {
    padding: 0;
  }
  #wrap.esg.ethical .system .diagram .m_desc .desc:nth-of-type(2) {
    padding: 0;
  }
  #wrap.esg.ethical .system .diagram .m_desc .desc:nth-of-type(3) {
    margin-bottom: 0;
    padding: 0;
  }
  #wrap.esg.ethical .system .diagram .m_desc .circle_title {
    width: 80px;
    border-right: 1px solid #CaCaCa;
  }
  #wrap.esg.ethical .system .diagram .m_desc .right {
    width: calc(100% - 80px);
    padding-left: 16px;
  }
  #wrap.esg.ethical .system .diagram .circle .shape {
    width: 115px;
    height: 115px;
  }
  #wrap.esg.ethical .direction ul {
    margin-right: 0;
  }
  #wrap.esg.ethical .direction li {
    width: 100%;
    padding-right: 0;
  }
  #wrap.esg.ethical .direction li:nth-child(3) {
    padding-bottom: 16px;
  }
  #wrap.esg.ethical .direction li:nth-child(4) {
    padding-bottom: 0;
  }
}

#wrap {
  /* GS 케어 플러스 */
  /* Scope&Lift */
  /* 부분 교체 */
  /* 부품정보조회 */
  /* 서비스 네트워크 */
}
#wrap.maintenance .title_depth1 {
  margin-bottom: 48px;
}
#wrap.maintenance .title_depth1.mb56 {
  margin-bottom: 56px;
}
@media (max-width: 1023px) {
  #wrap.maintenance .title_depth1 {
    margin-bottom: 24px;
  }
}
#wrap.maintenance .title_depth1 h3 {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -1.8px;
  color: #000;
}
@media (max-width: 1023px) {
  #wrap.maintenance .title_depth1 h3 {
    color: #333;
    font-size: 34px;
    letter-spacing: -1.02px;
  }
}
#wrap.maintenance .title_depth1[data-motion] h3 {
  transform: translateY(70%);
  transition: transform 0.75s, opacity 0.75s;
  opacity: 0;
}
#wrap.maintenance .title_depth1[data-motion].is_animated h3 {
  transform: translateY(0);
  opacity: 1;
}
#wrap.maintenance .title_depth2 {
  margin-bottom: 32px;
}
#wrap.maintenance .title_depth2.mb24 {
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  #wrap.maintenance .title_depth2 {
    margin-bottom: 16px;
  }
}
#wrap.maintenance .title_depth2 h3 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1.5px;
  margin-bottom: 24px;
  color: #000;
  word-break: keep-all;
  word-wrap: break-word;
}
@media (max-width: 1023px) {
  #wrap.maintenance .title_depth2 h3 {
    font-size: 34px;
    letter-spacing: -1.02px;
    margin-bottom: 16px;
    color: #333;
  }
  #wrap.maintenance .title_depth2 h3.lh14 {
    line-height: 1.4;
  }
}
#wrap.maintenance .title_depth2 span {
  display: block;
  font-size: 22px;
  letter-spacing: -0.66px;
  word-break: keep-all;
  word-wrap: break-word;
}
#wrap.maintenance .title_depth2 span.lh14 {
  line-height: 1.4;
}
#wrap.maintenance .title_depth2 span.lh14 br {
  display: block;
}
@media (max-width: 1023px) {
  #wrap.maintenance .title_depth2 span.lh14 br {
    display: none;
  }
}
@media (max-width: 1023px) {
  #wrap.maintenance .title_depth2 span {
    font-size: 17px;
    letter-spacing: -0.51px;
    line-height: 1.4;
  }
}
#wrap.maintenance .title_depth2 span br {
  display: none;
}
@media (max-width: 767px) {
  #wrap.maintenance .title_depth2 span br {
    display: block;
  }
}
#wrap.maintenance .title_depth2[data-motion] h3 {
  transform: translateY(70%);
  transition: transform 0.75s, opacity 0.75s;
  opacity: 0;
}
#wrap.maintenance .title_depth2[data-motion] span {
  transform: translateY(70%);
  transition: transform 0.8s, opacity 0.8s;
  opacity: 0;
}
#wrap.maintenance .title_depth2[data-motion].is_animated h3 {
  transform: translateY(0);
  opacity: 1;
}
#wrap.maintenance .title_depth2[data-motion].is_animated span {
  transform: translateY(0);
  opacity: 1;
}
#wrap.maintenance .cs_center {
  margin-top: 64px;
}
#wrap.maintenance .cs_center .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  border-radius: 10px;
  background: #F3F3F3;
}
#wrap.maintenance .cs_center p {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
}
#wrap.maintenance .cs_center .call a {
  padding: 24px 40px 24px 20px;
  border-radius: 10px;
  background: linear-gradient(100deg, rgba(0, 209, 210, 0.85) 4.5%, rgba(18, 129, 255, 0.85) 111.89%);
  display: flex;
  align-items: center;
}
#wrap.maintenance .cs_center .call a div {
  margin-left: 15px;
}
#wrap.maintenance .cs_center .call a div > * {
  display: block;
  color: #fff;
}
#wrap.maintenance .cs_center .call a div span {
  font-size: 20px;
  line-height: 1.3;
}
#wrap.maintenance .cs_center .call a div strong {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1.2px;
}
#wrap.gs-careplus .sub_visual .vision_area {
  margin: 0 auto;
}
#wrap.gs-careplus section.customer_focus {
  padding: 160px 0 0 0;
}
@media (max-width: 1023px) {
  #wrap.gs-careplus section.customer_focus {
    padding: 80px 0 0 0;
  }
}
@media (max-width: 1023px) {
  #wrap.gs-careplus section.customer_focus .customer_focus_inner {
    padding: 0 20px;
  }
}
#wrap.gs-careplus section.customer_focus .title_depth1 {
  display: none;
}
@media (max-width: 1023px) {
  #wrap.gs-careplus section.customer_focus .title_depth1 {
    display: block;
  }
}
#wrap.gs-careplus section.customer_focus .scroll_area {
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1023px) {
  #wrap.gs-careplus section.customer_focus .scroll_area {
    flex-direction: column;
  }
}
#wrap.gs-careplus section.customer_focus .scroll_area > * {
  width: 50%;
}
@media (max-width: 1023px) {
  #wrap.gs-careplus section.customer_focus .scroll_area > * {
    width: 100%;
  }
}
#wrap.gs-careplus section.customer_focus .slogan_area {
  position: relative;
  height: 83.33vh;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@media (max-width: 1023px) {
  #wrap.gs-careplus section.customer_focus .slogan_area {
    display: none;
  }
}
#wrap.gs-careplus section.customer_focus .slogan_area h3 {
  position: absolute;
  top: 0;
  left: calc(100% - 600px);
  z-index: 2;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -1.5px;
}
#wrap.gs-careplus section.customer_focus .slogan_area .con {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  transition: opacity 0.35s;
  opacity: 0;
}
#wrap.gs-careplus section.customer_focus .slogan_area .con.active {
  z-index: 1;
  opacity: 1;
}
#wrap.gs-careplus section.customer_focus .slogan_area .con .center {
  padding-left: calc(50vw - 600px);
}
#wrap.gs-careplus section.customer_focus .slogan_area .con .center b {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -1.02px;
}
#wrap.gs-careplus section.customer_focus .slogan_area .con .center p {
  margin-top: 24px;
  color: #666;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: -0.66px;
}
#wrap.gs-careplus section.customer_focus .img_area ul {
  width: 100%;
}
#wrap.gs-careplus section.customer_focus .img_area ul li {
  width: 100%;
  height: fit-content;
  margin-bottom: 80px;
}
#wrap.gs-careplus section.customer_focus .img_area ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  #wrap.gs-careplus section.customer_focus .img_area ul li {
    margin-bottom: 60px;
  }
  #wrap.gs-careplus section.customer_focus .img_area ul li[data-motion] {
    transform: translateY(10%);
    transition: transform 0.75s, opacity 0.75s;
    opacity: 0;
  }
  #wrap.gs-careplus section.customer_focus .img_area ul li[data-motion].is_animated {
    transform: translateY(0);
    opacity: 1;
  }
}
#wrap.gs-careplus section.customer_focus .img_area .img {
  width: 100%;
  height: 83.33vh;
}
@media (max-width: 1023px) {
  #wrap.gs-careplus section.customer_focus .img_area .img {
    width: 100vw;
    height: 100vw;
  }
}
#wrap.gs-careplus section.customer_focus .img_area .img.img_01 {
  background: url(/imagestenance/customer_focus_01.jpg) center center/cover no-repeat;
}
#wrap.gs-careplus section.customer_focus .img_area .img.img_02 {
  background: url(/imagestenance/customer_focus_02.jpg) center center/cover no-repeat;
}
#wrap.gs-careplus section.customer_focus .img_area .img.img_03 {
  background: url(/imagestenance/customer_focus_03.jpg) center center/cover no-repeat;
}
#wrap.gs-careplus section.customer_focus .img_area .mo_slogan {
  display: none;
}
@media (max-width: 1023px) {
  #wrap.gs-careplus section.customer_focus .img_area .mo_slogan {
    display: block;
    margin-top: 24px;
  }
  #wrap.gs-careplus section.customer_focus .img_area .mo_slogan h3 {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: -1.02px;
  }
  #wrap.gs-careplus section.customer_focus .img_area .mo_slogan b {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -0.78px;
  }
  #wrap.gs-careplus section.customer_focus .img_area .mo_slogan p {
    margin-top: 16px;
    color: #666;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: -0.51px;
    word-break: keep-all;
    word-wrap: break-word;
  }
}
#wrap.gs-careplus section.trust_service {
  position: relative;
  padding: 160px 0;
}
@media (max-width: 1023px) {
  #wrap.gs-careplus section.trust_service {
    padding: 80px 0;
  }
}
#wrap.gs-careplus section.trust_service ul.icon_wrap {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
#wrap.gs-careplus section.trust_service ul.icon_wrap[data-motion] {
  transform: translateY(10%);
  transition: transform 0.75s, opacity 0.75s;
  opacity: 0;
}
#wrap.gs-careplus section.trust_service ul.icon_wrap[data-motion].is_animated {
  transform: translateY(0);
  opacity: 1;
}
#wrap.gs-careplus section.trust_service ul.icon_wrap li {
  display: flex;
  padding: 48px 0;
  border-bottom: 1px solid #CACACA;
}
@media (max-width: 1023px) {
  #wrap.gs-careplus section.trust_service ul.icon_wrap li {
    padding: 32px 16px;
  }
}
#wrap.gs-careplus section.trust_service ul.icon_wrap li:last-child {
  border-bottom: none;
}
#wrap.gs-careplus section.trust_service ul.icon_wrap li .icon_area {
  padding: 0 48px;
}
@media (max-width: 1023px) {
  #wrap.gs-careplus section.trust_service ul.icon_wrap li .icon_area {
    padding: 0;
    margin-right: 16px;
  }
  #wrap.gs-careplus section.trust_service ul.icon_wrap li .icon_area img {
    width: 48px;
    height: auto;
  }
}
#wrap.gs-careplus section.trust_service ul.icon_wrap li .text_area > * {
  display: block;
}
#wrap.gs-careplus section.trust_service ul.icon_wrap li .text_area strong {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.66px;
  margin-bottom: 16px;
  word-break: keep-all;
  word-wrap: break-word;
}
@media (max-width: 1023px) {
  #wrap.gs-careplus section.trust_service ul.icon_wrap li .text_area strong {
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: -0.51px;
  }
}
#wrap.gs-careplus section.trust_service ul.icon_wrap li .text_area span {
  color: #666;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: -0.54px;
  padding-left: 12px;
  position: relative;
  word-break: keep-all;
  word-wrap: break-word;
}
@media (max-width: 1023px) {
  #wrap.gs-careplus section.trust_service ul.icon_wrap li .text_area span {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: -0.45pxe;
  }
}
#wrap.gs-careplus section.trust_service ul.icon_wrap li .text_area span::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
#wrap.gs-careplus section.comprehensive_service {
  background: #F3F3F3;
  padding: 160px 0;
  text-align: center;
  min-height: 855px;
}
@media (max-width: 1023px) {
  #wrap.gs-careplus section.comprehensive_service {
    padding: 80px 0;
    min-height: 615px;
  }
}
@media (max-width: 1023px) {
  #wrap.gs-careplus section.comprehensive_service .title_depth1 {
    padding: 0 20px;
  }
}
#wrap.gs-careplus section.comprehensive_service .inner {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 767px) {
  #wrap.gs-careplus section.comprehensive_service .inner {
    max-width: unset;
    padding: 0 20px;
  }
}
#wrap.gs-careplus section.comprehensive_service .inner[data-motion] {
  max-width: 304px;
  transition: max-width 1s;
  will-change: max-width;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#wrap.gs-careplus section.comprehensive_service .inner[data-motion].is_animated {
  max-width: 1116px;
}
#wrap.gs-careplus section.comprehensive_service .icon_wrap {
  position: relative;
  padding: 15px;
  width: 100%;
}
@media (max-width: 767px) {
  #wrap.gs-careplus section.comprehensive_service .icon_wrap[data-motion] {
    transform: translateY(10%);
    transition: transform 0.75s, opacity 0.75s;
    opacity: 0;
  }
  #wrap.gs-careplus section.comprehensive_service .icon_wrap.is_animated {
    transform: translateY(0);
    opacity: 1;
  }
}
#wrap.gs-careplus section.comprehensive_service .icon_wrap .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: linear-gradient(90deg, #376074, #15B874, #FF6F3F);
  border-radius: 300px;
}
@media (max-width: 1023px) {
  #wrap.gs-careplus section.comprehensive_service .icon_wrap .bg {
    height: 218px;
    max-width: 678px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  #wrap.gs-careplus section.comprehensive_service .icon_wrap .bg {
    width: 49.889vw;
    height: 152.111vw;
    background: linear-gradient(180deg, #376074, #15B874, #FF6F3F);
  }
}
#wrap.gs-careplus section.comprehensive_service .icon_wrap .bg i {
  position: absolute;
  left: 2px;
  top: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #f3f3f3;
  border-radius: inherit;
}
@media (max-width: 767px) {
  #wrap.gs-careplus section.comprehensive_service .icon_wrap .bg i {
    left: 2px;
    top: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
}
#wrap.gs-careplus section.comprehensive_service .icon_wrap .bg i::before, #wrap.gs-careplus section.comprehensive_service .icon_wrap .bg i::after {
  width: 18px;
  height: 22px;
}
@media (max-width: 767px) {
  #wrap.gs-careplus section.comprehensive_service .icon_wrap .bg i::before, #wrap.gs-careplus section.comprehensive_service .icon_wrap .bg i::after {
    scale: 0.7;
  }
}
#wrap.gs-careplus section.comprehensive_service .icon_wrap .bg i::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 31%;
  background: url(/imagestenance/to_right_arrow.svg) no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  #wrap.gs-careplus section.comprehensive_service .icon_wrap .bg i::before {
    top: 31%;
    left: 94.6%;
    transform: rotate(90deg);
  }
}
#wrap.gs-careplus section.comprehensive_service .icon_wrap .bg i::after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 26%;
  background: url(/imagestenance/to_left_arrow.svg) no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  #wrap.gs-careplus section.comprehensive_service .icon_wrap .bg i::after {
    bottom: 31%;
    right: 97%;
    transform: rotate(90deg);
  }
}
#wrap.gs-careplus section.comprehensive_service .icon_wrap ul {
  width: 100%;
  position: relative;
  padding: 15px;
}
@media (max-width: 1023px) {
  #wrap.gs-careplus section.comprehensive_service .icon_wrap ul {
    max-width: 700px;
    margin: 0 auto;
    padding: 8px;
  }
}
@media (max-width: 767px) {
  #wrap.gs-careplus section.comprehensive_service .icon_wrap ul {
    flex-direction: column;
    height: 142.222vw;
    padding: 2.222vw;
  }
}
#wrap.gs-careplus section.comprehensive_service .icon_wrap ul li {
  position: absolute;
  top: 15px;
  left: 15px;
}
@media (max-width: 1023px) {
  #wrap.gs-careplus section.comprehensive_service .icon_wrap ul li {
    top: 8px;
    left: 8px;
  }
}
@media (max-width: 767px) {
  #wrap.gs-careplus section.comprehensive_service .icon_wrap ul li {
    position: initial;
  }
}
#wrap.gs-careplus section.comprehensive_service .icon_wrap ul li:nth-child(2) {
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  #wrap.gs-careplus section.comprehensive_service .icon_wrap ul li:nth-child(2) {
    transform: unset;
  }
}
#wrap.gs-careplus section.comprehensive_service .icon_wrap ul li:last-child {
  left: auto;
  right: 15px;
}
@media (max-width: 1023px) {
  #wrap.gs-careplus section.comprehensive_service .icon_wrap ul li:last-child {
    right: 8px;
  }
}
@media (max-width: 767px) {
  #wrap.gs-careplus section.comprehensive_service .icon_wrap ul li {
    margin-bottom: 11.111vw;
  }
  #wrap.gs-careplus section.comprehensive_service .icon_wrap ul li:last-child {
    margin-bottom: 0;
  }
}
#wrap.gs-careplus section.comprehensive_service .icon_wrap ul li .icon_area {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#wrap.gs-careplus section.comprehensive_service .icon_wrap ul li .icon_area i {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #376074;
}
@media (max-width: 1023px) {
  #wrap.gs-careplus section.comprehensive_service .icon_wrap ul li .icon_area i {
    width: 172px;
    height: 172px;
  }
}
@media (max-width: 767px) {
  #wrap.gs-careplus section.comprehensive_service .icon_wrap ul li .icon_area i {
    width: 39.444vw;
    height: 39.444vw;
  }
}
#wrap.gs-careplus section.comprehensive_service .icon_wrap ul li .icon_area i::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 270px;
  height: 270px;
  border-radius: 50%;
  border: 2px dotted #376074;
}
@media (max-width: 1023px) {
  #wrap.gs-careplus section.comprehensive_service .icon_wrap ul li .icon_area i::before {
    width: 190px;
    height: 190px;
  }
}
@media (max-width: 767px) {
  #wrap.gs-careplus section.comprehensive_service .icon_wrap ul li .icon_area i::before {
    width: 44.444vw;
    height: 44.444vw;
  }
}
#wrap.gs-careplus section.comprehensive_service .icon_wrap ul li .icon_area i img {
  width: 72px;
  height: auto;
}
@media (max-width: 1023px) {
  #wrap.gs-careplus section.comprehensive_service .icon_wrap ul li .icon_area i img {
    width: 48px;
  }
}
#wrap.gs-careplus section.comprehensive_service .icon_wrap ul li .icon_area i span {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.6px;
  line-height: 1.4;
  font-style: normal;
  margin-top: 16px;
}
@media (max-width: 1023px) {
  #wrap.gs-careplus section.comprehensive_service .icon_wrap ul li .icon_area i span {
    font-size: 16px;
    margin-top: 8px;
    letter-spacing: -0.48px;
  }
}
#wrap.gs-careplus section.comprehensive_service .icon_wrap ul li:nth-child(2) .icon_area i {
  background: #15B874;
}
#wrap.gs-careplus section.comprehensive_service .icon_wrap ul li:nth-child(2) .icon_area i::before {
  border: 2px dotted #15B874;
}
#wrap.gs-careplus section.comprehensive_service .icon_wrap ul li:nth-child(3) .icon_area i {
  background: #FF6F3F;
}
#wrap.gs-careplus section.comprehensive_service .icon_wrap ul li:nth-child(3) .icon_area i::before {
  border: 2px dotted #FF6F3F;
}
#wrap.gs-careplus section.comprehensive_service .icon_wrap ul li .text_area {
  margin-top: 62px;
}
@media (max-width: 1023px) {
  #wrap.gs-careplus section.comprehensive_service .icon_wrap ul li .text_area {
    margin-top: 64px;
  }
}
@media (max-width: 767px) {
  #wrap.gs-careplus section.comprehensive_service .icon_wrap ul li .text_area {
    display: none;
  }
}
#wrap.gs-careplus section.comprehensive_service .icon_wrap ul li .text_area strong {
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: -0.66px;
}
@media (max-width: 1023px) {
  #wrap.gs-careplus section.comprehensive_service .icon_wrap ul li .text_area strong {
    font-size: 17px;
    letter-spacing: -0.51px;
  }
}
#wrap.gs-careplus section.comprehensive_service .icon_wrap ul li .text_area p {
  margin-top: 16px;
  color: #666;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.54px;
  word-break: keep-all;
  word-wrap: break-word;
}
@media (max-width: 1023px) {
  #wrap.gs-careplus section.comprehensive_service .icon_wrap ul li .text_area p {
    font-size: 15px;
    letter-spacing: -0.45px;
    margin-top: 8px;
    width: 226px;
    text-align: center;
  }
  #wrap.gs-careplus section.comprehensive_service .icon_wrap ul li .text_area p br {
    display: none;
  }
}
#wrap.gs-careplus section.comprehensive_service .mo_text_area_wrap {
  display: none;
}
@media (max-width: 767px) {
  #wrap.gs-careplus section.comprehensive_service .mo_text_area_wrap {
    display: block;
    position: relative;
    margin-top: 13.333vw;
  }
  #wrap.gs-careplus section.comprehensive_service .mo_text_area_wrap .text_area {
    margin-bottom: 32px;
  }
  #wrap.gs-careplus section.comprehensive_service .mo_text_area_wrap .text_area:last-child {
    margin-bottom: 0;
  }
  #wrap.gs-careplus section.comprehensive_service .mo_text_area_wrap .text_area strong {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.51px;
  }
  #wrap.gs-careplus section.comprehensive_service .mo_text_area_wrap .text_area p {
    word-break: keep-all;
    word-wrap: break-word;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: -0.45px;
    color: #666;
    margin-top: 8px;
  }
}
#wrap.gs-careplus section.gm_service {
  padding: 160px 0 0 0;
}
@media (max-width: 1023px) {
  #wrap.gs-careplus section.gm_service {
    padding: 80px 0 0 0;
  }
}
#wrap.gs-careplus section.gm_service .table_wrap[data-motion] {
  transform: translateY(10%);
  transition: transform 0.75s, opacity 0.75s;
  opacity: 0;
}
@media (max-width: 1023px) {
  #wrap.gs-careplus section.gm_service .table_wrap[data-motion] {
    transform: translateY(50px);
  }
}
#wrap.gs-careplus section.gm_service .table_wrap[data-motion].is_animated {
  transform: translateY(0);
  opacity: 1;
}
#wrap.gs-careplus section.gm_service table {
  text-align: center;
}
@media (max-width: 1023px) {
  #wrap.gs-careplus section.gm_service table col:nth-child(1) {
    width: 16% !important;
  }
}
#wrap.gs-careplus section.gm_service table th {
  padding: 24px 0;
  border-bottom: 1px solid #cacaca;
  border-right: 1px solid #CACACA;
  font-weight: 400;
  font-size: 18px;
}
@media (max-width: 1023px) {
  #wrap.gs-careplus section.gm_service table th {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
}
#wrap.gs-careplus section.gm_service table thead th {
  color: #000;
}
@media (max-width: 1023px) {
  #wrap.gs-careplus section.gm_service table thead th {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
}
#wrap.gs-careplus section.gm_service table thead th:nth-child(2) {
  color: #01D1D3;
}
#wrap.gs-careplus section.gm_service table thead th:nth-child(3) {
  font-weight: 600;
  color: #08B0E6;
}
#wrap.gs-careplus section.gm_service table thead th:nth-child(4) {
  border-right: none;
  color: #376074;
}
#wrap.gs-careplus section.gm_service table tbody th {
  color: #333;
}
#wrap.gs-careplus section.gm_service table tbody td {
  padding: 24px 0;
  border-bottom: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  font-size: 18px;
  color: #000;
}
@media (max-width: 1023px) {
  #wrap.gs-careplus section.gm_service table tbody td {
    font-size: 16px;
    letter-spacing: -0.48px;
  }
}
#wrap.gs-careplus section.gm_service table tbody td:nth-child(2) {
  background: #D9F8F9;
}
#wrap.gs-careplus section.gm_service table tbody td:nth-child(3) {
  background: #DAF3FB;
  font-weight: 600;
}
#wrap.gs-careplus section.gm_service table tbody td:nth-child(4) {
  background: #DBEBFD;
}
#wrap.gs-careplus section.gm_service table tbody td:last-child {
  border-right: none;
}
#wrap.gs-careplus section.gm_service .cs_center {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  border-radius: 10px;
  background: #F3F3F3;
}
@media (max-width: 1023px) {
  #wrap.gs-careplus section.gm_service .cs_center {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  #wrap.gs-careplus section.gm_service .cs_center {
    flex-direction: column;
  }
}
#wrap.gs-careplus section.gm_service .cs_center[data-motion] {
  transform: translateY(10%);
  transition: transform 0.75s, opacity 0.75s;
  opacity: 0;
}
@media (max-width: 1023px) {
  #wrap.gs-careplus section.gm_service .cs_center[data-motion] {
    transform: translateY(50px);
  }
}
#wrap.gs-careplus section.gm_service .cs_center[data-motion].is_animated {
  transform: translateY(0);
  opacity: 1;
}
#wrap.gs-careplus section.gm_service .cs_center p {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  #wrap.gs-careplus section.gm_service .cs_center p {
    font-size: 17px;
    letter-spacing: -0.51px;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  #wrap.gs-careplus section.gm_service .cs_center .call {
    width: 56%;
  }
}
@media (max-width: 767px) {
  #wrap.gs-careplus section.gm_service .cs_center .call {
    margin-top: 24px;
    width: 100%;
  }
}
#wrap.gs-careplus section.gm_service .cs_center .call a {
  padding: 16px 20px;
  border-radius: 10px;
  background: linear-gradient(100deg, rgba(0, 209, 210, 0.85) 4.5%, rgba(18, 129, 255, 0.85) 111.89%);
  display: flex;
  align-items: center;
}
#wrap.gs-careplus section.gm_service .cs_center .call a img {
  width: 48px;
  height: auto;
}
#wrap.gs-careplus section.gm_service .cs_center .call a div {
  margin-left: 16px;
}
#wrap.gs-careplus section.gm_service .cs_center .call a div > * {
  display: block;
  color: #fff;
}
#wrap.gs-careplus section.gm_service .cs_center .call a div span {
  font-size: 18px;
  line-height: 1.44;
}
@media (max-width: 1023px) {
  #wrap.gs-careplus section.gm_service .cs_center .call a div span {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 8px;
  }
}
#wrap.gs-careplus section.gm_service .cs_center .call a div strong {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -1.02px;
}
@media (max-width: 1023px) {
  #wrap.gs-careplus section.gm_service .cs_center .call a div strong {
    font-size: 26px;
    letter-spacing: unset;
  }
}
#wrap.gs-careplus .banner_area a:before {
  background: url("../images/support/banner_faq.jpg") center no-repeat;
  background-size: cover;
}
#wrap.gs-careplus .banner_area a strong {
  font-size: 34px;
  letter-spacing: -0.03em;
  line-height: 1;
}
@media (max-width: 1023px) {
  #wrap.gs-careplus .banner_area a strong {
    font-size: 26px;
  }
}
#wrap.gs-careplus .banner_area a .light {
  display: block;
  margin-top: 8px;
  font-size: 22px;
  letter-spacing: -0.03em;
  line-height: 2.25rem;
  font-weight: 400;
}
@media (max-width: 1023px) {
  #wrap.gs-careplus .banner_area a .light {
    font-size: 18px;
    margin-top: 16px;
    letter-spacing: -0.54px;
    line-height: 1.4;
  }
}
#wrap.gs-careplus footer {
  margin: 0;
}
#wrap.scope-lift section.real_time_remote .title_depth2 {
  margin-bottom: 0;
}
#wrap.scope-lift section.real_time_remote .img_wrap {
  margin: 48px 0 120px 0;
  background: #fff;
}
@media (max-width: 1023px) {
  #wrap.scope-lift section.real_time_remote .img_wrap {
    margin: 40px 0 60px 0;
  }
}
#wrap.scope-lift section.real_time_remote .img_wrap[data-motion] {
  transform: translateY(12%);
  opacity: 0;
  transition: transform 0.85s, opacity 0.85s;
}
#wrap.scope-lift section.real_time_remote .img_wrap[data-motion].is_animated {
  transform: translateY(0);
  opacity: 1;
}
#wrap.scope-lift section.real_time_remote .img_wrap img {
  width: 100%;
  height: auto;
}
@media (max-width: 1023px) {
  #wrap.scope-lift section.real_time_remote .img_wrap .pc_only {
    display: none;
  }
}
#wrap.scope-lift section.real_time_remote .img_wrap .tb_only {
  display: none;
}
@media (max-width: 1023px) {
  #wrap.scope-lift section.real_time_remote .img_wrap .tb_only {
    display: block;
  }
}
@media (max-width: 767px) {
  #wrap.scope-lift section.real_time_remote .img_wrap .tb_only {
    display: none;
  }
}
#wrap.scope-lift section.real_time_remote .img_wrap .mo_only {
  display: none;
}
@media (max-width: 767px) {
  #wrap.scope-lift section.real_time_remote .img_wrap .mo_only {
    display: block;
  }
}
#wrap.scope-lift section.real_time_remote ul {
  height: 470px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  #wrap.scope-lift section.real_time_remote ul {
    height: unset;
  }
}
#wrap.scope-lift section.real_time_remote ul li {
  width: 50%;
  height: 50%;
  padding: 32px;
  display: flex;
}
#wrap.scope-lift section.real_time_remote ul li:nth-child(odd) {
  border-right: 1px solid #CACACA;
}
@media (max-width: 1023px) {
  #wrap.scope-lift section.real_time_remote ul li:nth-child(odd) {
    border-right: none;
  }
}
#wrap.scope-lift section.real_time_remote ul li:nth-child(1), #wrap.scope-lift section.real_time_remote ul li:nth-child(2) {
  border-top: 2px solid #000;
  border-bottom: 1px solid #CACACA;
}
@media (max-width: 1023px) {
  #wrap.scope-lift section.real_time_remote ul li:nth-child(1), #wrap.scope-lift section.real_time_remote ul li:nth-child(2) {
    border-top: none;
    border-bottom: 1px solid #CACACA;
  }
}
#wrap.scope-lift section.real_time_remote ul li:nth-child(3) {
  border-bottom: 2px solid #000;
}
@media (max-width: 1023px) {
  #wrap.scope-lift section.real_time_remote ul li:nth-child(3) {
    border-bottom: none;
  }
}
#wrap.scope-lift section.real_time_remote ul li:nth-child(4) {
  border-bottom: 2px solid #000;
}
@media (max-width: 1023px) {
  #wrap.scope-lift section.real_time_remote ul li {
    width: 100%;
    height: fit-content;
    padding: 32px 0;
  }
  #wrap.scope-lift section.real_time_remote ul li:first-child {
    border-top: 2px solid #000;
  }
  #wrap.scope-lift section.real_time_remote ul li:nth-child(4) {
    border-top: 1px solid #CACACA;
  }
}
#wrap.scope-lift section.real_time_remote ul li[data-motion] {
  transform: translateY(12%);
  opacity: 0;
  transition: transform 0.85s, opacity 0.85s;
}
@media (max-width: 1023px) {
  #wrap.scope-lift section.real_time_remote ul li[data-motion] {
    transform: translateY(5%);
  }
}
#wrap.scope-lift section.real_time_remote ul li[data-motion].is_animated {
  transform: translateY(0);
  opacity: 1;
}
#wrap.scope-lift section.real_time_remote ul li img {
  width: 72px;
  height: 72px;
}
@media (max-width: 1023px) {
  #wrap.scope-lift section.real_time_remote ul li img {
    width: 48px;
    height: 48px;
  }
}
#wrap.scope-lift section.real_time_remote ul li .text_area {
  margin-left: 32px;
}
@media (max-width: 1023px) {
  #wrap.scope-lift section.real_time_remote ul li .text_area {
    margin-left: 16px;
  }
}
#wrap.scope-lift section.real_time_remote ul li .text_area strong {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.66px;
}
@media (max-width: 1023px) {
  #wrap.scope-lift section.real_time_remote ul li .text_area strong {
    font-size: 17px;
    line-height: 1;
    letter-spacing: -0.51px;
  }
}
#wrap.scope-lift section.real_time_remote ul li .text_area p {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: -0.54px;
  color: #666;
  word-break: keep-all;
  word-wrap: break-word;
}
@media (max-width: 1023px) {
  #wrap.scope-lift section.real_time_remote ul li .text_area p {
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: -0.45px;
  }
}
#wrap.partial-replacement .sub_visual .vision_area {
  margin: 0 auto;
}
#wrap.partial-replacement .process_wrap_common {
  background-image: url(/imagestenance/partial-replacement_process_bg.jpg);
}
@media (max-width: 767px) {
  #wrap.partial-replacement .process_wrap_common {
    background-image: url("/imagestenance/mo_partial-replacement_process_bg.jpg");
  }
}
#wrap.partial-replacement .process_wrap_common .title_depth2 h3 {
  color: #fff;
}
#wrap.partial-replacement .process_wrap_common .title_depth2 span {
  color: #fff;
}
#wrap.partial-replacement section.essential {
  padding: 160px 0;
}
@media (max-width: 1023px) {
  #wrap.partial-replacement section.essential {
    padding: 80px 0;
  }
}
#wrap.partial-replacement section.essential .title_depth2 span {
  line-height: 1.4;
}
#wrap.partial-replacement section.essential .table_wrap[data-motion] {
  transform: translateY(10%);
  transition: transform 0.75s, opacity 0.75s;
  opacity: 0;
}
#wrap.partial-replacement section.essential .table_wrap[data-motion].is_animated {
  transform: translateY(0);
  opacity: 1;
}
#wrap.partial-replacement section.essential table {
  font-size: 18px;
}
@media (max-width: 1023px) {
  #wrap.partial-replacement section.essential table {
    font-size: 15px;
    letter-spacing: -0.45px;
  }
}
#wrap.partial-replacement section.essential table tr th {
  padding: 24px 0;
  background: #f3f3f3;
  border-bottom: 1px solid #cacaca;
  text-align: center;
}
#wrap.partial-replacement section.essential table tr td {
  padding: 24px 0 24px 40px;
  line-height: 1.7;
  letter-spacing: -0.6px;
  border-bottom: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  word-break: keep-all;
  word-wrap: break-word;
}
#wrap.partial-replacement section.essential table tr td:last-child {
  border-right: none;
}
@media (max-width: 1023px) {
  #wrap.partial-replacement section.essential table tr td {
    padding: 24px 40px;
  }
}
#wrap.partial-replacement section.essential table tr td span {
  display: block;
  padding-left: 15px;
  position: relative;
}
#wrap.partial-replacement section.essential table tr td span::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
#wrap.partial-replacement .replacement_wrap_common {
  padding: 0;
}
#wrap.partial-replacement .replacement_wrap_common .left_area {
  width: 55%;
}
@media (max-width: 1023px) {
  #wrap.partial-replacement .replacement_wrap_common .left_area {
    width: 100%;
    max-width: unset;
  }
}
#wrap.partial-replacement .replacement_wrap_common .right_area {
  width: 45%;
}
@media (max-width: 1023px) {
  #wrap.partial-replacement .replacement_wrap_common .right_area {
    width: 100%;
    max-width: unset;
  }
}
#wrap.partial-replacement .replacement_wrap_common .right_area .tab_area li {
  width: calc((100% - 10px) / 3);
}
@media (max-width: 1023px) {
  #wrap.partial-replacement .replacement_wrap_common .right_area .table_area {
    flex-direction: column;
  }
}
#wrap.partial-replacement .replacement_wrap_common .right_area .table_area > div table.choice {
  color: #376074;
}
#wrap.parts-information .sub_visual .vision_area {
  margin-bottom: 120px;
}
#wrap.parts-information .search_box {
  margin-bottom: 80px;
}
#wrap.parts-information .search_box .search_area {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
#wrap.parts-information .search_box .custom_radio .radio_area {
  margin-right: 25px;
  padding: 5px 0;
}
#wrap.parts-information .search_box .custom_radio input[type=radio] + label {
  font-size: 18px;
  letter-spacing: -0.03em;
  line-height: 1;
}
#wrap.parts-information .search_box .custom_radio input[type=radio] + label:before {
  top: 0;
}
#wrap.parts-information .search_box .custom_radio input[type=radio] + label:after {
  top: 5px;
}
#wrap.parts-information .search_box .category {
  display: table;
  width: 100%;
  font-size: 0;
}
#wrap.parts-information .search_box .category:first-of-type {
  border-bottom: 1px solid #CaCaCa;
}
#wrap.parts-information .search_box .category > div {
  display: table-cell;
  font-size: 18px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.125rem;
  vertical-align: middle;
}
#wrap.parts-information .search_box .category > div:first-of-type {
  width: 160px;
  padding: 30px 10px;
  text-align: center;
  background-color: #e4f2fe;
}
#wrap.parts-information .search_box .category > div:last-of-type {
  width: calc(100% - 160px);
  padding: 20px;
  color: #666666;
}
#wrap.parts-information .search_box .refer {
  margin-top: 16px;
  text-align: right;
  color: #999999;
}
#wrap.parts-information .search_box .btn_wrap {
  margin-top: 32px;
}
#wrap.parts-information .search_box .btn_wrap .btn_search {
  min-width: 170px;
  text-align: center;
}
#wrap.parts-information .result_list .title_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
}
#wrap.parts-information .result_list .title_wrap strong {
  font-size: 34px;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #000;
}
#wrap.parts-information .result_list .title_wrap p {
  color: #999999;
}
#wrap.parts-information .result_list .table_wrap .title_bg .box {
  padding-right: 0;
}
#wrap.parts-information .result_list .table_wrap .title_bg .underline {
  padding: 20px 40px;
  word-break: keep-all;
  text-align: left;
  font-size: 18px;
  letter-spacing: 0em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.5625rem;
}
#wrap.parts-information .result_list .table_wrap .title_bg .underline a {
  text-decoration: none;
}
@media (min-width: 1024px) {
  #wrap.parts-information .result_list .table_wrap .title_bg .underline a:hover {
    color: #376074;
  }
}
@media (max-width: 1023px) {
  #wrap.parts-information .sub_visual .vision_area {
    margin-bottom: 60px;
  }
  #wrap.parts-information .search_box {
    margin-bottom: 40px;
  }
  #wrap.parts-information .search_box .search_area {
    border-top: none;
    border-bottom: none;
  }
  #wrap.parts-information .search_box .custom_radio .radio_area {
    margin-right: 0;
  }
  #wrap.parts-information .search_box .custom_radio input[type=radio] + label {
    font-size: 15px;
    letter-spacing: -0.015em;
    line-height: 1;
  }
  #wrap.parts-information .search_box .custom_radio input[type=radio] + label:before {
    top: -1px;
  }
  #wrap.parts-information .search_box .custom_radio input[type=radio] + label:after {
    top: 4px;
  }
  #wrap.parts-information .search_box .category {
    position: relative;
    display: block;
    width: 100%;
  }
  #wrap.parts-information .search_box .category.on > div:first-of-type:after {
    background-image: url("/images/icon_arrow_up_bk.svg");
  }
  #wrap.parts-information .search_box .category.on > div:last-of-type {
    display: block;
  }
  #wrap.parts-information .search_box .category:first-of-type {
    border-bottom: none;
  }
  #wrap.parts-information .search_box .category:last-of-type {
    margin-top: -1px;
  }
  #wrap.parts-information .search_box .category > div {
    display: block;
  }
  #wrap.parts-information .search_box .category > div:first-of-type {
    position: relative;
    width: 100%;
    padding: 18px 16px;
    text-align: left;
    border: 1px solid #CaCaCa;
    background-color: #fff;
  }
  #wrap.parts-information .search_box .category > div:first-of-type:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 15px;
    height: 10px;
    background-image: url("/images/icon_arrow_down.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
  }
  #wrap.parts-information .search_box .category > div:last-of-type {
    display: none;
    position: absolute;
    top: 52px;
    left: 0;
    width: 100%;
    padding: 15px 16px;
    border: 1px solid #CaCaCa;
    background-color: #fff;
    z-index: 9;
  }
  #wrap.parts-information .search_box .category .custom_radio .scroll {
    max-height: 252px;
    overflow: hidden auto;
  }
  #wrap.parts-information .search_box .category .custom_radio .radio_area {
    display: block;
    width: 100%;
    padding: 15px 0;
  }
  #wrap.parts-information .search_box .category .custom_radio .radio_area:first-of-type {
    padding-top: 0;
  }
  #wrap.parts-information .search_box .category .custom_radio .radio_area:last-of-type {
    padding-bottom: 0;
  }
  #wrap.parts-information .search_box .refer {
    margin-top: 8px;
    padding-left: 10px;
  }
  #wrap.parts-information .search_box .btn_wrap {
    margin-top: 16px;
  }
  #wrap.parts-information .search_box .btn_wrap .btn_search {
    min-width: 150px;
  }
  #wrap.parts-information .result_list .title_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 8px;
  }
  #wrap.parts-information .result_list .title_wrap strong {
    display: block;
    width: 100%;
    margin-bottom: 16px;
    font-size: 26px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 2.25rem;
  }
  #wrap.parts-information .result_list .title_wrap p {
    font-size: 14px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.1875rem;
  }
  #wrap.parts-information .result_list .table_wrap colgroup col:nth-of-type(1) {
    width: 15%;
  }
  #wrap.parts-information .result_list .table_wrap colgroup col:nth-of-type(2) {
    width: 32%;
  }
  #wrap.parts-information .result_list .table_wrap colgroup col:nth-of-type(3) {
    width: 19%;
  }
  #wrap.parts-information .result_list .table_wrap colgroup col:nth-of-type(4) {
    width: 34%;
  }
  #wrap.parts-information .result_list .table_wrap .title_bg td {
    padding: 24px;
    font-size: 15px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.3125rem;
  }
  #wrap.parts-information .result_list .table_wrap .title_bg .underline {
    padding: 24px;
    font-size: 15px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.3125rem;
  }
}
#wrap.parts-information .popup_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: none;
}
#wrap.parts-information .popup_wrap.on {
  display: block;
}
#wrap.parts-information .popup_wrap .pop_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
#wrap.parts-information .popup_wrap .popup {
  position: relative;
  max-width: 982px;
  padding: 40px;
  background: #fff;
  border-radius: 10px;
}
#wrap.parts-information .popup_wrap .popup strong {
  display: block;
  width: 100%;
  margin-bottom: 32px;
  padding-right: 40px;
  font-size: 34px;
  letter-spacing: -0.03em;
  line-height: 1;
}
#wrap.parts-information .popup_wrap .popup .pop_close_btn {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 30px;
  height: 30px;
}
#wrap.parts-information .popup_wrap .popup .pop_close_btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  background: url("/images/popup_close.svg") no-repeat 0 0;
}
#wrap.parts-information .popup_wrap .pop_close_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
}
#wrap.parts-information .popup_wrap .pop_close_btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  background: url("/images/ico_close.svg") no-repeat 0 0;
}
#wrap.parts-information .popup_wrap .table_wrap {
  display: table;
  width: 100%;
  border-top: 2px solid #000;
  border-bottom: 1px solid #CaCaCa;
}
#wrap.parts-information .popup_wrap .table_wrap .box {
  display: table-cell;
  width: 50%;
}
#wrap.parts-information .popup_wrap .table_wrap .box:first-of-type {
  border-right: 1px solid #CaCaCa;
}
#wrap.parts-information .popup_wrap .table_wrap .box:first-of-type .th {
  position: relative;
}
#wrap.parts-information .popup_wrap .table_wrap .box:first-of-type .th:after {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  transform: translateX(-50%);
  width: 45px;
  height: 100%;
  background-color: #f3f3f3;
}
#wrap.parts-information .popup_wrap .table_wrap .th {
  padding: 28px 10px;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  color: #000;
  background-color: #f3f3f3;
  vertical-align: middle;
}
#wrap.parts-information .popup_wrap .table_wrap .td {
  padding: 24px 40px;
  font-size: 18px;
  letter-spacing: 0em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.5625rem;
  text-align: left;
  word-break: keep-all;
  vertical-align: middle;
}
@media (max-width: 1023px) {
  #wrap.parts-information .popup_wrap .popup_wrap {
    display: block;
  }
  #wrap.parts-information .popup_wrap .pop_inner {
    padding: 40px 20px;
  }
  #wrap.parts-information .popup_wrap .popup {
    position: relative;
    padding: 20px;
    max-width: 100%;
  }
  #wrap.parts-information .popup_wrap .popup strong {
    margin-bottom: 16px;
    font-size: 18px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.5625rem;
  }
  #wrap.parts-information .popup_wrap .popup .pop_close_btn {
    top: 15px;
    right: 15px;
  }
  #wrap.parts-information .popup_wrap .popup .pop_close_btn::after {
    width: 16px;
    height: 16px;
    background-size: 100% auto;
  }
  #wrap.parts-information .popup_wrap .table_wrap {
    display: block;
    height: 440px;
    border-top: none;
    border-bottom: none;
    overflow: hidden auto;
  }
  #wrap.parts-information .popup_wrap .table_wrap .box {
    display: block;
    width: 100%;
    padding-right: 12px;
  }
  #wrap.parts-information .popup_wrap .table_wrap .box:first-of-type {
    margin-bottom: 40px;
    border-right: none;
  }
  #wrap.parts-information .popup_wrap .table_wrap .box:first-of-type .th:after {
    display: none;
  }
  #wrap.parts-information .popup_wrap .table_wrap .th {
    padding: 24px 10px;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1;
    border-top: 2px solid #000;
  }
  #wrap.parts-information .popup_wrap .table_wrap .td {
    padding: 24px;
    font-size: 15px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.3125rem;
    border-top: 1px solid #CaCaCa;
    border-bottom: 1px solid #CaCaCa;
  }
}
#wrap.service-network .tab_btn_type01 li {
  width: 50%;
}
#wrap.service-network .tabpanel {
  background-color: #f3f3f3;
  border-radius: 10px;
}
#wrap.service-network .tabpanel .flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: normal;
}
#wrap.service-network .tabpanel .map_img {
  position: relative;
  width: 657px;
  border-radius: 10px;
}
#wrap.service-network .tabpanel .map_img .bg {
  position: relative;
  padding: 54px 0 42px;
  text-align: center;
}
#wrap.service-network .tabpanel .map_img .bg img {
  display: block;
  width: 100%;
  max-width: 466px;
  height: auto;
  margin: 0 auto;
}
#wrap.service-network .tabpanel .spot_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#wrap.service-network .tabpanel .spot_area .spot {
  display: block;
  position: absolute;
  cursor: pointer;
}
#wrap.service-network .tabpanel .map_info {
  width: calc(100% - 657px);
  padding: 60px 72px 60px 0;
}
#wrap.service-network .tabpanel .map_info .total {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 23px;
}
#wrap.service-network .tabpanel .map_info .total p {
  font-size: 22px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.875rem;
}
#wrap.service-network .tabpanel .map_info .total .standard {
  font-weight: 600;
}
#wrap.service-network .tabpanel .map_info .total .standard span {
  font-size: 18px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.5625rem;
  font-weight: 400;
  color: #666666;
}
#wrap.service-network .tabpanel .map_info .total .count span {
  font-size: 50px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 600;
  color: #376074;
  vertical-align: bottom;
  margin: 0 4px 0 13px;
}
#wrap.service-network .tabpanel.service .map_img .bg > div {
  position: relative;
  max-width: 466px;
  margin: 0 100px;
}
#wrap.service-network .tabpanel.service .map_info .scroll {
  height: 590px;
  overflow: hidden auto;
}
#wrap.service-network .tabpanel.service .map_info ul {
  padding-right: 24px;
}
#wrap.service-network .tabpanel.service .map_info li {
  margin-bottom: 20px;
}
#wrap.service-network .tabpanel.service .map_info li:last-of-type {
  margin-bottom: 0;
}
#wrap.service-network .tabpanel.service .map_info li.on .button {
  background-color: #376074;
  color: #fff;
}
#wrap.service-network .tabpanel.service .map_info li.on .btn {
  border-color: #fff;
}
#wrap.service-network .tabpanel.service .map_info .button {
  display: block;
  width: 100%;
  padding: 20px 40px;
  background-color: #fff;
  border: 1px solid #CaCaCa;
  border-radius: 10px;
  text-align: left;
  word-break: keep-all;
  cursor: pointer;
}
#wrap.service-network .tabpanel.service .map_info .center {
  font-size: 26px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 2.25rem;
  font-weight: 600;
}
#wrap.service-network .tabpanel.service .map_info .location {
  padding: 7px 0 15px;
  font-size: 18px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.5625rem;
}
#wrap.service-network .tabpanel.service .map_info .btn {
  border: 1px solid #CaCaCa;
  background-color: #fff;
  color: #666666;
}
#wrap.service-network .tabpanel.service .map_info .btn:before {
  background-color: #fff;
}
#wrap.service-network .tabpanel.service .map_info .btn span {
  padding-right: 17px;
}
#wrap.service-network .tabpanel.service .map_info .btn span:after {
  width: 10px;
  height: 10px;
  background-image: url("/images/btn_arrow_gray.svg");
}
#wrap.service-network .tabpanel.service .spot_area .spot.pos1 {
  top: 104px;
  left: 145px;
}
#wrap.service-network .tabpanel.service .spot_area .spot.pos2 {
  top: 124px;
  left: 175px;
}
#wrap.service-network .tabpanel.service .spot_area .spot.pos3 {
  top: 196px;
  left: 195px;
}
#wrap.service-network .tabpanel.service .spot_area .spot.on .dot:before {
  transform: scale3D(1.35, 1.35, 1);
  background-image: url("/imagestenance/network/pin_on.svg");
}
#wrap.service-network .tabpanel.service .spot_area .dot {
  z-index: 1;
  position: absolute;
  width: 21px;
  height: 30px;
}
#wrap.service-network .tabpanel.service .spot_area .dot::before {
  opacity: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/imagestenance/network/pin.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#wrap.service-network .tabpanel.service .spot_area .dot > span {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
#wrap.service-network .tabpanel.service .spot_area .dot > span:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 0.5;
  border-radius: 50%;
  z-index: -1;
  animation: dotScale 1.8s infinite linear;
}
#wrap.service-network .tabpanel.service .spot_area .dot > span:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  background-color: #fff;
  opacity: 0.3;
  border-radius: 50%;
  z-index: -1;
  animation: dotScale 1.8s infinite linear;
}
@keyframes dotScale {
  0% {
    transform: translateX(-50%) scale(0.2);
  }
  50% {
    transform: translateX(-50%) scale(1);
  }
  100% {
    transform: translateX(-50%) scale(0.2);
  }
}
#wrap.service-network .tabpanel.partner .map_img {
  width: 597px;
}
#wrap.service-network .tabpanel.partner .map_img #areaCount {
  position: absolute;
  top: 70px;
  left: 150px;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
#wrap.service-network .tabpanel.partner .map_img #areaCount:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 77px;
  height: 82px;
  background: url("/imagestenance/network/count_bg.svg") center no-repeat;
  background-size: cover;
}
#wrap.service-network .tabpanel.partner .map_img #areaCount span {
  position: relative;
  display: block;
  margin-top: -10px;
  z-index: 1;
}
#wrap.service-network .tabpanel.partner .map_img .bg {
  padding: 54px 0 42px;
}
#wrap.service-network .tabpanel.partner .map_img .bg > div {
  position: relative;
  max-width: 466px;
  margin: 0 auto;
}
#wrap.service-network .tabpanel.partner .map_img img {
  display: none;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
#wrap.service-network .tabpanel.partner .map_img img.on {
  display: block;
}
#wrap.service-network .tabpanel.partner .spot_area .spot.pos1 {
  top: 84px;
  left: 115px;
  width: 90px;
  height: 110px;
}
#wrap.service-network .tabpanel.partner .spot_area .spot.pos2 {
  top: 40px;
  left: 237px;
  width: 100px;
  height: 130px;
}
#wrap.service-network .tabpanel.partner .spot_area .spot.pos3 {
  top: 213px;
  left: 135px;
  width: 90px;
  height: 90px;
}
#wrap.service-network .tabpanel.partner .spot_area .spot.pos4 {
  top: 233px;
  left: 257px;
  width: 120px;
  height: 170px;
}
#wrap.service-network .tabpanel.partner .spot_area .spot.pos5 {
  top: 323px;
  left: 105px;
  width: 110px;
  height: 150px;
}
#wrap.service-network .tabpanel.partner .spot_area .spot.pos6 {
  bottom: 0;
  left: 70px;
  width: 90px;
  height: 50px;
}
#wrap.service-network .tabpanel.partner .map_info {
  width: calc(100% - 597px);
}
#wrap.service-network .tabpanel.partner .map_info .area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: normal;
  gap: 0 3.6%;
  width: 100%;
}
#wrap.service-network .tabpanel.partner .map_info .area li {
  width: 48.2%;
  padding-bottom: 16px;
}
#wrap.service-network .tabpanel.partner .map_info .area li:nth-of-type(5), #wrap.service-network .tabpanel.partner .map_info .area li:nth-of-type(6) {
  padding-bottom: 0;
}
#wrap.service-network .tabpanel.partner .map_info .area li.on .button {
  border-color: #376074;
  background-color: #376074;
  color: #fff;
}
#wrap.service-network .tabpanel.partner .map_info .area li.on .button .count {
  color: #fff;
}
#wrap.service-network .tabpanel.partner .map_info .area .button {
  display: block;
  width: 100%;
  padding: 39px 10px;
  border: 1px solid #CaCaCa;
  border-radius: 10px;
  background-color: #fff;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 600;
  color: #000;
  text-align: center;
  cursor: pointer;
}
#wrap.service-network .tabpanel.partner .map_info .area .button .count {
  display: block;
  padding-top: 8px;
  font-size: 50px;
  letter-spacing: 0;
  line-height: 1;
  color: #CACACA;
}
#wrap.service-network .cs_center {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  border-radius: 10px;
  background: #F3F3F3;
}
@media (max-width: 1023px) {
  #wrap.service-network .cs_center {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  #wrap.service-network .cs_center {
    flex-direction: column;
  }
}
#wrap.service-network .cs_center p {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  #wrap.service-network .cs_center p {
    font-size: 17px;
    letter-spacing: -0.51px;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  #wrap.service-network .cs_center .call {
    width: 56%;
  }
}
@media (max-width: 767px) {
  #wrap.service-network .cs_center .call {
    margin-top: 24px;
    width: 100%;
  }
}
#wrap.service-network .cs_center .call a {
  padding: 16px 20px;
  border-radius: 10px;
  background: linear-gradient(100deg, rgba(0, 209, 210, 0.85) 4.5%, rgba(18, 129, 255, 0.85) 111.89%);
  display: flex;
  align-items: center;
}
#wrap.service-network .cs_center .call a img {
  width: 48px;
  height: auto;
}
#wrap.service-network .cs_center .call a div {
  margin-left: 16px;
}
#wrap.service-network .cs_center .call a div > * {
  display: block;
  color: #fff;
}
#wrap.service-network .cs_center .call a div span {
  font-size: 18px;
  line-height: 1.44;
}
@media (max-width: 1023px) {
  #wrap.service-network .cs_center .call a div span {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 8px;
  }
}
#wrap.service-network .cs_center .call a div strong {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -1.02px;
}
@media (max-width: 1023px) {
  #wrap.service-network .cs_center .call a div strong {
    font-size: 26px;
    letter-spacing: unset;
  }
}
@media (max-width: 1199px) {
  #wrap.service-network .tabpanel .map_img {
    width: 557px;
  }
  #wrap.service-network .tabpanel .map_info {
    width: calc(100% - 557px);
  }
}
@media (max-width: 1023px) {
  #wrap.service-network .cs_center {
    margin-top: 48px;
  }
  #wrap.service-network .tab_btn_type01 {
    margin-bottom: 60px;
  }
  #wrap.service-network .tabpanel {
    background-color: #fff;
    border-radius: 0;
  }
  #wrap.service-network .tabpanel .flex-container {
    flex-direction: column;
  }
  #wrap.service-network .tabpanel .map_img {
    display: none;
  }
  #wrap.service-network .tabpanel .map_info {
    width: 100%;
    padding: 0;
  }
  #wrap.service-network .tabpanel .map_info .total {
    margin-bottom: 16px;
  }
  #wrap.service-network .tabpanel .map_info .total p {
    font-size: 17px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.4375rem;
  }
  #wrap.service-network .tabpanel .map_info .total .standard span {
    font-size: 15px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.3125rem;
    color: #000;
  }
  #wrap.service-network .tabpanel.service .map_info .scroll {
    height: auto;
  }
  #wrap.service-network .tabpanel.service .map_info ul {
    padding-right: 0;
  }
  #wrap.service-network .tabpanel.service .map_info li.on .button {
    border-color: #CACACA;
    background-color: #fff;
    color: #333;
  }
  #wrap.service-network .tabpanel.service .map_info li.on .btn {
    border-color: #CACACA;
  }
  #wrap.service-network .tabpanel.service .map_info .button {
    padding: 24px;
  }
  #wrap.service-network .tabpanel.service .map_info .center {
    font-size: 22px;
    letter-spacing: -0.015em;
    line-height: 1;
  }
  #wrap.service-network .tabpanel.service .map_info .location {
    padding: 10px 0 24px;
    font-size: 16px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.375rem;
  }
  #wrap.service-network .tabpanel.partner .map_info {
    width: 100%;
  }
  #wrap.service-network .tabpanel.partner .map_info .area {
    max-height: 100%;
    overflow: initial;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
  }
  #wrap.service-network .tabpanel.partner .map_info .area ul {
    gap: 0;
  }
  #wrap.service-network .tabpanel.partner .map_info .area li {
    width: 50%;
    padding-bottom: 0;
  }
  #wrap.service-network .tabpanel.partner .map_info .area li:nth-of-type(odd) {
    border-right: 1px solid #CaCaCa;
  }
  #wrap.service-network .tabpanel.partner .map_info .area li.on .button {
    border-color: #CACACA;
    background-color: #fff;
    color: #000;
  }
  #wrap.service-network .tabpanel.partner .map_info .area li.on .button .count {
    color: #000;
  }
  #wrap.service-network .tabpanel.partner .map_info .area .button {
    padding: 20px 10px;
    font-size: 15px;
    letter-spacing: -0.015em;
    line-height: 1;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #CaCaCa;
  }
  #wrap.service-network .tabpanel.partner .map_info .area .button .count {
    padding-top: 10px;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 1;
    color: #000;
  }
}

#wrap {
  /* 신규 설치 */
  /* 전면 교체 */
  /* 주요 프로젝트 */
  /* 제품 */
}
#wrap.elevator .title_depth1 {
  margin-bottom: 48px;
}
@media (max-width: 1023px) {
  #wrap.elevator .title_depth1 {
    margin-bottom: 24px;
  }
}
#wrap.elevator .title_depth1 h3 {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -1.6px;
  color: #000;
}
@media (max-width: 1023px) {
  #wrap.elevator .title_depth1 h3 {
    font-size: 34px;
    letter-spacing: -1.02px;
  }
}
#wrap.elevator .title_depth1[data-motion] h3 {
  transform: translateY(70%);
  transition: transform 0.75s, opacity 0.75s;
  opacity: 0;
}
#wrap.elevator .title_depth1[data-motion].is_animated h3 {
  transform: translateY(0);
  opacity: 1;
}
#wrap.elevator .title_depth2 {
  margin-bottom: 48px;
}
@media (max-width: 1023px) {
  #wrap.elevator .title_depth2 {
    margin-bottom: 40px;
  }
  #wrap.elevator .title_depth2.mb24 {
    margin-bottom: 24px;
  }
}
#wrap.elevator .title_depth2 h3 {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -1.6px;
  margin-bottom: 24px;
  color: #000;
}
@media (max-width: 1023px) {
  #wrap.elevator .title_depth2 h3 {
    font-size: 34px;
    letter-spacing: -1.02px;
    margin-bottom: 16px;
    color: #333;
    color: #333;
  }
}
#wrap.elevator .title_depth2 span {
  display: block;
  font-size: 22px;
  letter-spacing: -0.66px;
  word-break: keep-all;
  word-wrap: break-word;
}
@media (max-width: 1023px) {
  #wrap.elevator .title_depth2 span {
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: -0.51px;
  }
}
#wrap.elevator .title_depth2[data-motion] h3 {
  transform: translateY(70%);
  transition: transform 0.75s, opacity 0.75s;
  opacity: 0;
}
#wrap.elevator .title_depth2[data-motion] span {
  transform: translateY(70%);
  transition: transform 0.8s, opacity 0.8s;
  opacity: 0;
}
#wrap.elevator .title_depth2[data-motion].is_animated h3 {
  transform: translateY(0);
  opacity: 1;
}
#wrap.elevator .title_depth2[data-motion].is_animated span {
  transform: translateY(0);
  opacity: 1;
}
#wrap.new-installation .vision_area {
  margin-bottom: 0;
}
#wrap.new-installation .process {
  padding: 160px 0;
  background: #f3f3f3;
}
@media (max-width: 1023px) {
  #wrap.new-installation .process {
    padding: 80px 0;
  }
}
#wrap.new-installation .process .before_after_items {
  padding: 32px 0 80px 0;
}
@media (max-width: 1023px) {
  #wrap.new-installation .process .before_after_items {
    padding: 0;
  }
}
#wrap.new-installation .process .before_after_items:last-of-type {
  padding: 0;
}
@media (max-width: 1023px) {
  #wrap.new-installation .process .before_after_items:last-of-type {
    padding: 40px 0 0 0;
  }
}
#wrap.new-installation .process .before_after_items[data-motion] {
  transform: translateY(10%);
  transition: transform 0.75s, opacity 0.75s;
  opacity: 0;
}
#wrap.new-installation .process .before_after_items[data-motion].is_animated {
  transform: translateY(0);
  opacity: 1;
}
#wrap.new-installation .process .before_after_items h5 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 24px;
  letter-spacing: -1.02px;
}
@media (max-width: 1023px) {
  #wrap.new-installation .process .before_after_items h5 {
    font-size: 26px;
    letter-spacing: 0.78px;
    margin-bottom: 16px;
  }
}
#wrap.new-installation .process .before_after_items ul.item_wrap {
  display: flex;
  justify-content: space-between;
  border: 1px solid #CACACA;
}
@media (max-width: 767px) {
  #wrap.new-installation .process .before_after_items ul.item_wrap {
    flex-direction: column;
  }
}
#wrap.new-installation .process .before_after_items ul.item_wrap > li {
  width: 33.3333333333%;
  background: #fff;
  padding: 24px 48px;
  border-right: 1px solid #cacaca;
  position: relative;
}
@media (max-width: 1023px) {
  #wrap.new-installation .process .before_after_items ul.item_wrap > li {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  #wrap.new-installation .process .before_after_items ul.item_wrap > li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #CaCaCa;
    padding: 32px 24px;
    display: flex;
    align-items: flex-start;
  }
}
#wrap.new-installation .process .before_after_items ul.item_wrap > li::before, #wrap.new-installation .process .before_after_items ul.item_wrap > li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  #wrap.new-installation .process .before_after_items ul.item_wrap > li::before, #wrap.new-installation .process .before_after_items ul.item_wrap > li::after {
    top: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
#wrap.new-installation .process .before_after_items ul.item_wrap > li::before {
  content: "";
  right: -5px;
  width: 10px;
  height: 15px;
  background: url(../images/elevator/icon_arrow_blue.svg) no-repeat center;
  z-index: 2;
}
@media (max-width: 767px) {
  #wrap.new-installation .process .before_after_items ul.item_wrap > li::before {
    right: unset;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%) rotate(90deg);
  }
}
#wrap.new-installation .process .before_after_items ul.item_wrap > li::after {
  content: "";
  right: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #cacaca;
  background: #fff;
  z-index: 1;
}
@media (max-width: 767px) {
  #wrap.new-installation .process .before_after_items ul.item_wrap > li::after {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
  }
}
#wrap.new-installation .process .before_after_items ul.item_wrap > li:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  #wrap.new-installation .process .before_after_items ul.item_wrap > li:last-child {
    border-bottom: none;
  }
}
#wrap.new-installation .process .before_after_items ul.item_wrap > li:last-child::before, #wrap.new-installation .process .before_after_items ul.item_wrap > li:last-child::after {
  display: none;
}
@media (max-width: 1023px) {
  #wrap.new-installation .process .before_after_items ul.item_wrap > li > i {
    display: none;
  }
}
@media (max-width: 767px) {
  #wrap.new-installation .process .before_after_items ul.item_wrap > li > i {
    display: block;
  }
}
@media (max-width: 1023px) {
  #wrap.new-installation .process .before_after_items ul.item_wrap > li img {
    width: 48px;
    height: auto;
    margin-right: 18px;
  }
}
#wrap.new-installation .process .before_after_items ul.item_wrap > li strong {
  display: block;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.66px;
  margin: 24px 0 16px 0;
  position: relative;
}
@media (max-width: 1023px) {
  #wrap.new-installation .process .before_after_items ul.item_wrap > li strong {
    margin: 0 0 32px 0;
    padding-left: 66px;
    font-size: 17px;
    letter-spacing: -0.51px;
  }
  #wrap.new-installation .process .before_after_items ul.item_wrap > li strong::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 48px;
    height: 48px;
  }
  #wrap.new-installation .process .before_after_items ul.item_wrap > li strong.before_step_01::before {
    background: url(../images/elevator/new-installation_icon_01.svg) center center/cover no-repeat;
  }
  #wrap.new-installation .process .before_after_items ul.item_wrap > li strong.before_step_02::before {
    background: url(../images/elevator/new-installation_icon_02.svg) center center/cover no-repeat;
  }
  #wrap.new-installation .process .before_after_items ul.item_wrap > li strong.before_step_03::before {
    background: url(../images/elevator/new-installation_icon_03.svg) center center/cover no-repeat;
  }
  #wrap.new-installation .process .before_after_items ul.item_wrap > li strong.after_step_01::before {
    background: url(../images/elevator/new-installation_icon_04.svg) center center/cover no-repeat;
  }
  #wrap.new-installation .process .before_after_items ul.item_wrap > li strong.after_step_02::before {
    background: url(../images/elevator/new-installation_icon_05.svg) center center/cover no-repeat;
  }
  #wrap.new-installation .process .before_after_items ul.item_wrap > li strong.after_step_03::before {
    background: url(../images/elevator/new-installation_icon_06.svg) center center/cover no-repeat;
  }
}
@media (max-width: 767px) {
  #wrap.new-installation .process .before_after_items ul.item_wrap > li strong {
    margin: 0 0 8px 0;
    padding-left: 0;
  }
  #wrap.new-installation .process .before_after_items ul.item_wrap > li strong::before {
    display: none;
  }
}
#wrap.new-installation .process .before_after_items ul.item_wrap > li li {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: -0.54px;
  color: #666;
  position: relative;
  padding-left: 12px;
  word-break: keep-all;
  word-wrap: break-word;
}
@media (max-width: 1023px) {
  #wrap.new-installation .process .before_after_items ul.item_wrap > li li {
    font-size: 15px;
    letter-spacing: -0.45px;
  }
}
#wrap.new-installation .process .before_after_items ul.item_wrap > li li::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
#wrap.new-installation .banner_area {
  margin-top: 0;
}
#wrap.new-installation .banner_area a:before {
  background: url("../images/support/banner_faq.jpg") center no-repeat;
  background-size: cover;
}
#wrap.new-installation .banner_area a strong {
  font-size: 34px;
  letter-spacing: -0.03em;
}
@media (max-width: 1023px) {
  #wrap.new-installation .banner_area a strong {
    font-size: 26px;
    letter-spacing: -0.78px;
  }
}
#wrap.new-installation .banner_area a .light {
  display: block;
  margin-top: 8px;
  font-size: 22px;
  letter-spacing: -0.03em;
  line-height: 2.25rem;
  font-weight: 400;
}
@media (max-width: 1023px) {
  #wrap.new-installation .banner_area a .light {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -0.54px;
  }
}
#wrap.new-installation footer {
  margin-top: 0;
}
#wrap.full-replacement .vision_area {
  margin-bottom: 0;
}
#wrap.full-replacement .process_wrap_common {
  background-image: url(../images/elevator/elevator_process_bg.jpg);
}
@media (max-width: 767px) {
  #wrap.full-replacement .process_wrap_common {
    background-image: url("../images/elevator/mo_elevator_process_bg.png");
  }
}
#wrap.full-replacement .process_wrap_common .title_depth2 h3 {
  color: #fff;
}
#wrap.full-replacement .process_wrap_common .title_depth2 span {
  color: #fff;
}
#wrap.full-replacement .banner_area {
  margin-top: 0;
}
#wrap.full-replacement .banner_area a:before {
  background: url("../images/support/banner_catalog.jpg") center no-repeat;
  background-size: cover;
}
@media (max-width: 1023px) {
  #wrap.full-replacement .banner_area a:before {
    background: url("../images/support/m_banner_catalog.jpg") center no-repeat;
    background-size: cover;
  }
}
#wrap.full-replacement .banner_area a strong {
  font-size: 40px;
  letter-spacing: -0.03em;
}
@media (max-width: 1023px) {
  #wrap.full-replacement .banner_area a strong {
    font-size: 26px;
    letter-spacing: -0.78px;
  }
}
#wrap.full-replacement .banner_area a .light {
  display: block;
  margin-top: 8px;
  font-size: 26px;
  letter-spacing: -0.03em;
  line-height: 2.25rem;
  font-weight: 400;
}
@media (max-width: 1023px) {
  #wrap.full-replacement .banner_area a .light {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -0.54px;
  }
}
#wrap.full-replacement footer {
  margin-top: 0;
}
#wrap.project .sub_visual .vision_area {
  margin-bottom: 120px;
}
#wrap.project .search_box {
  margin-bottom: 80px;
}
#wrap.project .search_box .search_area {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
#wrap.project .search_box .custom_radio .radio_area {
  margin-right: 25px;
  padding: 5px 0;
}
#wrap.project .search_box .custom_radio input[type=radio] + label {
  font-size: 18px;
  letter-spacing: -0.03em;
  line-height: 1;
}
#wrap.project .search_box .custom_radio input[type=radio] + label:before {
  top: 0;
}
#wrap.project .search_box .custom_radio input[type=radio] + label:after {
  top: 5px;
}
#wrap.project .search_box .category {
  display: table;
  width: 100%;
  font-size: 0;
}
#wrap.project .search_box .category:first-of-type {
  border-bottom: 1px solid #CaCaCa;
}
#wrap.project .search_box .category > div {
  display: table-cell;
  font-size: 18px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.125rem;
  vertical-align: middle;
}
#wrap.project .search_box .category > div:first-of-type {
  width: 160px;
  padding: 30px 10px;
  text-align: center;
  background-color: #e4f2fe;
}
#wrap.project .search_box .category > div:last-of-type {
  width: calc(100% - 160px);
  padding: 20px 40px;
  color: #666666;
}
#wrap.project .search_box .btn_wrap {
  margin-top: 8px;
}
#wrap.project .search_box .btn_wrap.initial {
  margin-top: 18px;
  text-align: right;
}
#wrap.project .search_box .btn_initial {
  display: inline-block;
  font-size: 18px;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #666666;
}
#wrap.project .search_box .btn_initial span {
  position: relative;
}
#wrap.project .search_box .btn_initial span:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  vertical-align: middle;
  background: url("../images/elevator/icon_initial.svg") center no-repeat;
  background-size: cover;
}
#wrap.project .search_box .btn_search {
  text-align: center;
}
#wrap.project .result_list ul {
  margin-right: -24px;
  font-size: 0;
}
#wrap.project .result_list li {
  display: inline-block;
  width: 33.333%;
  padding-right: 24px;
  padding-bottom: 64px;
  vertical-align: top;
}
@media (min-width: 1024px) {
  #wrap.project .result_list li a:hover .img_wrap img {
    transform: scale(1.05);
  }
  #wrap.project .result_list li a:hover .project_name {
    color: #376074;
  }
}
#wrap.project .result_list .img_wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 83.33%;
  border-radius: 10px;
  overflow: hidden;
  transform: rotate(0.003deg);
}
#wrap.project .result_list .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(0.003deg);
  width: auto;
  height: 100%;
  transition: transform 0.6s;
}
#wrap.project .result_list .project_name {
  margin-top: 16px;
  font-size: 20px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.75rem;
  color: #666666;
  transition: color 0.6s;
}
#wrap.project .result_list .btn_wrap {
  margin-top: 16px;
}
#wrap.project .popup_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: none;
}
#wrap.project .popup_wrap.on {
  display: block;
}
#wrap.project .popup_wrap .pop_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
#wrap.project .popup_wrap .popup {
  position: relative;
  max-width: 982px;
  padding: 40px 40px 74px;
  background: #fff;
  border-radius: 10px;
}
#wrap.project .popup_wrap .popup strong {
  display: block;
  width: 100%;
  margin-bottom: 32px;
  padding-right: 40px;
  font-size: 34px;
  letter-spacing: -0.03em;
  line-height: 1;
}
#wrap.project .popup_wrap .popup .pop_close_btn {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 30px;
  height: 30px;
}
#wrap.project .popup_wrap .popup .pop_close_btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  background: url("/images/popup_close.svg") no-repeat 0 0;
}
#wrap.project .popup_wrap .popup .cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: normal;
}
#wrap.project .popup_wrap .popup .left {
  width: 468px;
}
#wrap.project .popup_wrap .popup .right {
  width: calc(100% - 468px);
  padding-left: 32px;
}
#wrap.project .popup_wrap .popup .swiper-wrapper {
  padding-bottom: 34px;
}
#wrap.project .popup_wrap .popup .swiper-pagination-bullets {
  bottom: 0;
}
#wrap.project .popup_wrap .popup .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #D9D9D9;
}
#wrap.project .popup_wrap .popup .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #376074;
}
#wrap.project .popup_wrap .popup .img_wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 83.333%;
}
#wrap.project .popup_wrap .popup .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#wrap.project .popup_wrap .table_wrap .table {
  padding: 8px 0;
  border-bottom: 2px solid #000;
}
#wrap.project .popup_wrap .table_wrap tr:last-of-type {
  border-bottom: none;
}
#wrap.project .popup_wrap .table_wrap tr:nth-of-type(even) {
  background-color: #f3f3f3;
}
#wrap.project .popup_wrap .table_wrap tr:nth-of-type(odd) {
  background-color: #fff;
}
#wrap.project .popup_wrap .table_wrap th,
#wrap.project .popup_wrap .table_wrap td {
  font-size: 18px;
  letter-spacing: -0.03em;
  line-height: 1;
  text-align: left;
}
#wrap.project .popup_wrap .table_wrap th {
  padding: 17px 10px 17px 16px;
  background-color: transparent;
}
#wrap.project .popup_wrap .table_wrap td {
  padding: 17px 10px 17px 0;
  color: #666666;
}
#wrap.project .popup_wrap .pop_close_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
}
#wrap.project .popup_wrap .pop_close_btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  background: url("/images/ico_close.svg") no-repeat 0 0;
}
@media (max-width: 1023px) {
  #wrap.project .popup_wrap .popup_wrap {
    display: block;
  }
  #wrap.project .popup_wrap .pop_inner {
    padding: 40px 20px;
  }
  #wrap.project .popup_wrap .popup {
    position: relative;
    padding: 20px;
    max-width: 100%;
  }
  #wrap.project .popup_wrap .popup strong {
    margin-bottom: 16px;
    font-size: 18px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.5625rem;
  }
  #wrap.project .popup_wrap .popup .left {
    width: 332px;
    margin: 0 auto;
  }
  #wrap.project .popup_wrap .popup .right {
    width: calc(100% - 332px);
    height: 276px;
    padding-left: 16px;
    overflow: hidden scroll;
  }
  #wrap.project .popup_wrap .popup .swiper-wrapper {
    padding-bottom: 42px;
  }
  #wrap.project .popup_wrap .popup .swiper-pagination-bullets {
    bottom: 16px;
  }
  #wrap.project .popup_wrap .popup .img_wrap {
    padding-top: 83.214%;
  }
  #wrap.project .popup_wrap .popup .pop_close_btn {
    top: 15px;
    right: 15px;
  }
  #wrap.project .popup_wrap .popup .pop_close_btn::after {
    width: 16px;
    height: 16px;
    background-size: 100% auto;
  }
  #wrap.project .popup_wrap .table_wrap colgroup col:nth-of-type(1) {
    width: 23%;
  }
  #wrap.project .popup_wrap .table_wrap colgroup col:nth-of-type(2) {
    width: 77%;
  }
  #wrap.project .popup_wrap .table_wrap th {
    padding: 16px 10px;
  }
  #wrap.project .popup_wrap .table_wrap td {
    padding: 16px 10px 16px 0;
  }
  #wrap.project .popup_wrap .table_wrap th,
  #wrap.project .popup_wrap .table_wrap td {
    font-size: 14px;
    letter-spacing: -0.015em;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  #wrap.project .popup_wrap .popup .cont {
    flex-direction: column;
  }
  #wrap.project .popup_wrap .popup .left {
    width: 100%;
    margin: 0 auto;
  }
  #wrap.project .popup_wrap .popup .right {
    width: 100%;
    height: 204px;
    padding-left: 0;
    overflow: hidden scroll;
  }
}
@media (max-width: 1023px) {
  #wrap.project .sub_visual .vision_area {
    margin-bottom: 60px;
  }
  #wrap.project .search_box {
    margin-bottom: 60px;
  }
  #wrap.project .search_box .search_area {
    border-top: none;
    border-bottom: none;
  }
  #wrap.project .search_box .custom_radio .radio_area {
    margin-right: 0;
  }
  #wrap.project .search_box .custom_radio input[type=radio] + label {
    font-size: 15px;
    letter-spacing: -0.015em;
    line-height: 1;
  }
  #wrap.project .search_box .custom_radio input[type=radio] + label:before {
    top: -1px;
  }
  #wrap.project .search_box .custom_radio input[type=radio] + label:after {
    top: 4px;
  }
  #wrap.project .search_box .category {
    position: relative;
    display: block;
    width: 100%;
  }
  #wrap.project .search_box .category.on > div:first-of-type:after {
    background-image: url("/images/icon_arrow_up_bk.svg");
  }
  #wrap.project .search_box .category.on > div:last-of-type {
    display: block;
  }
  #wrap.project .search_box .category:first-of-type {
    border-bottom: none;
  }
  #wrap.project .search_box .category:last-of-type {
    margin-top: -1px;
  }
  #wrap.project .search_box .category > div {
    display: block;
  }
  #wrap.project .search_box .category > div:first-of-type {
    position: relative;
    width: 100%;
    padding: 18px 16px;
    text-align: left;
    border: 1px solid #CaCaCa;
    background-color: #fff;
  }
  #wrap.project .search_box .category > div:first-of-type:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 15px;
    height: 10px;
    background-image: url("/images/icon_arrow_down.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
  }
  #wrap.project .search_box .category > div:last-of-type {
    display: none;
    position: absolute;
    top: 52px;
    left: 0;
    width: 100%;
    padding: 15px 16px;
    border: 1px solid #CaCaCa;
    background-color: #fff;
    z-index: 9;
  }
  #wrap.project .search_box .category .custom_radio .scroll {
    max-height: 252px;
    overflow: hidden auto;
  }
  #wrap.project .search_box .category .custom_radio .radio_area {
    display: block;
    width: 100%;
    padding: 15px 0;
  }
  #wrap.project .search_box .category .custom_radio .radio_area:first-of-type {
    padding-top: 0;
  }
  #wrap.project .search_box .category .custom_radio .radio_area:last-of-type {
    padding-bottom: 0;
  }
  #wrap.project .search_box .btn_wrap {
    margin-top: 16px;
  }
  #wrap.project .search_box .btn_wrap.initial {
    margin-top: 16px;
  }
  #wrap.project .search_box .btn_initial {
    font-size: 16px;
    letter-spacing: -0.015em;
    line-height: 1;
  }
  #wrap.project .search_box .btn_initial span:after {
    margin-left: 16px;
    vertical-align: top;
  }
  #wrap.project .result_list ul {
    margin-right: -16px;
  }
  #wrap.project .result_list li {
    width: 50%;
    padding-right: 16px;
    padding-bottom: 32px;
  }
  #wrap.project .result_list .project_name {
    margin-top: 16px;
    font-size: 18px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.5625rem;
  }
  #wrap.project .result_list .btn_wrap {
    margin-top: 32px;
  }
  #wrap.project .result_list .btn_wrap.web {
    display: none;
  }
}
@media (max-width: 767px) {
  #wrap.project .result_list ul {
    margin-right: 0;
  }
  #wrap.project .result_list li {
    width: 100%;
    padding-right: 0;
    padding-bottom: 60px;
  }
  #wrap.project .result_list li:last-of-type {
    padding-bottom: 0;
  }
}
#wrap.product .vision_area {
  height: 100vh;
  margin-bottom: 0;
}
#wrap.product .vision_area .height_area {
  position: relative;
  height: 562px;
  overflow: hidden;
}
#wrap.product .vision_area .bg {
  content: "";
  position: absolute;
  top: -120%;
  left: 50%;
  width: 100%;
  height: 160vh;
  background: url("../images/elevator/product/elevator_kv_bg.jpg") center top no-repeat;
  background-size: cover;
  z-index: -1;
  transform: translateX(-50%);
}
#wrap.product .vision_area h3 {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(0);
  font-size: 140px;
  letter-spacing: -0.02em;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  opacity: 0;
  transition: 0.65s;
}
#wrap.product .vision_area.active h3 {
  opacity: 1;
  transform: translateY(-50%);
}
@media (max-width: 1023px) {
  #wrap.product .vision_area {
    padding-top: 0;
  }
  #wrap.product .vision_area .height_area {
    height: 65.617vw;
  }
  #wrap.product .vision_area .bg {
    background: url("../images/elevator/product/elevator_kv_bg_m.jpg") center top no-repeat;
    background-size: cover;
    min-width: auto;
  }
  #wrap.product .vision_area h3 {
    font-size: 56px;
    letter-spacing: -0.02em;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  #wrap.product .vision_area {
    padding-top: 0;
  }
  #wrap.product .vision_area .height_area {
    height: 65.617vw;
  }
  #wrap.product .vision_area .bg {
    height: 100vh;
    top: -50%;
  }
  #wrap.product .vision_area h3 {
    font-size: 56px;
    letter-spacing: -0.02em;
    line-height: 1;
  }
}
#wrap.product .list {
  padding: 286px 0 160px;
  position: relative;
  backface-visibility: hidden;
}
#wrap.product .list .back_bg {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  padding: 200px 65px 0 0;
  text-align: right;
  backface-visibility: hidden;
}
#wrap.product .list .back_bg .img {
  display: inline-block;
  vertical-align: top;
}
#wrap.product .list .back_bg .img img.pc {
  display: block;
}
#wrap.product .list .back_bg .img img.tablet {
  display: none;
}
#wrap.product .list .back_bg .img img.m {
  display: none;
}
#wrap.product .list .title h3 {
  font-size: 100px;
  letter-spacing: -0.02em;
  line-height: 1;
  font-weight: bold;
  color: #000;
}
#wrap.product .list .title strong {
  display: block;
  font-size: 50px;
  letter-spacing: -0.03em;
  line-height: 1;
  font-weight: 600;
  color: #333;
  margin-top: 16px;
}
#wrap.product .list .title p {
  font-size: 40px;
  letter-spacing: -0.03em;
  line-height: 1;
  line-height: 1.4;
  font-weight: 600;
  color: #333;
  margin-top: 168px;
}
#wrap.product .list .title p br.m_block {
  display: none;
}
#wrap.product .list .title[data-motion] h3 {
  opacity: 0;
  transform: translateY(50%);
  transition: 0.65s;
}
#wrap.product .list .title[data-motion] strong {
  opacity: 0;
  transform: translateY(50%);
  transition: 0.65s;
  transition-delay: 0.2s;
}
#wrap.product .list .title[data-motion] p {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.65s;
  transition-delay: 0.4s;
}
#wrap.product .list .title[data-motion].is_animated h3 {
  opacity: 1;
  transform: translateY(0);
}
#wrap.product .list .title[data-motion].is_animated strong {
  opacity: 1;
  transform: translateY(0);
}
#wrap.product .list .title[data-motion].is_animated p {
  opacity: 1;
  transform: translateY(0);
}
#wrap.product .list .card {
  width: 100%;
  max-width: 1330px;
  padding: 0 65px;
  margin: 0 auto;
  margin-top: 100px;
}
#wrap.product .list .card ul li {
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
}
#wrap.product .list .card ul li:last-child {
  align-items: flex-end;
}
#wrap.product .list .card ul li .box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
#wrap.product .list .card ul li .box .txt {
  color: #fff;
  padding: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
}
#wrap.product .list .card ul li .box .txt strong {
  display: block;
  font-size: 30px;
  letter-spacing: -0.03em;
  line-height: 1;
  font-weight: 600;
}
#wrap.product .list .card ul li .box .txt p {
  margin-top: 10px;
  font-size: 20px;
  letter-spacing: -0.03em;
  line-height: 1;
  word-break: keep-all;
  word-wrap: break-word;
  line-height: 1.4;
  font-weight: 400;
}
#wrap.product .list .card ul li .box .txt.black {
  color: #333;
}
#wrap.product .list .card ul li .box .txt.right {
  padding-left: 204px;
}
#wrap.product .list .card ul li .box .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#wrap.product .list .card ul li .box.box1 {
  width: 650px;
  height: 420px;
  margin-left: -164px;
}
#wrap.product .list .card ul li .box.box1 .bg {
  background: url("../images/elevator/product/elevator_list_bg1.jpg") center no-repeat;
  background-size: cover;
}
#wrap.product .list .card ul li .box.box2 {
  width: 486px;
  height: 540px;
}
#wrap.product .list .card ul li .box.box2 .bg {
  background: url("../images/elevator/product/elevator_list_bg2.jpg") center no-repeat;
  background-size: cover;
}
#wrap.product .list .card ul li .box.box3 {
  width: 650px;
  height: 420px;
  margin-right: -164px;
}
#wrap.product .list .card ul li .box.box3 .bg {
  background: url("../images/elevator/product/elevator_list_bg3.jpg") center no-repeat;
  background-size: cover;
}
#wrap.product .list .card ul li .box.box4 {
  padding-top: 240px;
}
#wrap.product .list .card ul li .box.box4 .txt {
  position: relative;
  padding: 0;
}
#wrap.product .list .card ul li .box.box4 .txt strong {
  font-size: 40px;
  letter-spacing: -0.03em;
  line-height: 1;
  line-height: 1.4;
}
#wrap.product .list .card ul li .box.box4 .txt strong br.pc_block {
  display: block;
}
#wrap.product .list .card ul li .box.box4 .txt strong br.m_block {
  display: none;
}
#wrap.product .list .card ul li .box.box5 {
  width: 486px;
  height: 540px;
}
#wrap.product .list .card ul li .box.box5 .bg {
  background: url("../images/elevator/product/elevator_list_bg5.jpg") center no-repeat;
  background-size: cover;
}
#wrap.product .list .card ul li .box.box6 {
  width: 650px;
  height: 420px;
  margin-left: -164px;
}
#wrap.product .list .card ul li .box.box6 .bg {
  background: url("../images/elevator/product/elevator_list_bg6.jpg") center no-repeat;
  background-size: cover;
}
#wrap.product .list .card ul li .box.box7 {
  width: 486px;
  height: 540px;
}
#wrap.product .list .card ul li .box.box7 .bg {
  background: url("../images/elevator/product/elevator_list_bg7.jpg") center no-repeat;
  background-size: cover;
}
#wrap.product .list .card ul li:nth-of-type(3) {
  margin-top: -48px;
}
#wrap.product .list .card ul li[data-motion] .box {
  opacity: 0;
  transform: translateY(100px);
  transition: 0.65s;
}
#wrap.product .list .card ul li[data-motion] .box + .box {
  transition-delay: 0.2s;
}
#wrap.product .list .card ul li[data-motion] .box .bg {
  transform: scale(1.35);
  transition: 2s;
}
#wrap.product .list .card ul li[data-motion].is_animated .box {
  opacity: 1;
  transform: translateY(0);
}
#wrap.product .list .card ul li[data-motion].is_animated .box .bg {
  transform: scale(1);
}
#wrap.product .list .bot {
  position: relative;
  margin-top: 80px;
  padding: 80px 120px 62px;
  border-radius: 10px;
  overflow: hidden;
  background: #F3F3F3;
}
#wrap.product .list .bot .box {
  display: flex;
  justify-content: space-between;
}
#wrap.product .list .bot .box dl {
  width: calc(50% - 50px);
}
#wrap.product .list .bot .box dl dt {
  font-size: 30px;
  letter-spacing: -0.03em;
  line-height: 1;
  font-weight: 600;
  color: #333;
  padding: 20px 0;
  position: relative;
  border-bottom: 1px solid #cacaca;
}
#wrap.product .list .bot .box dl dt i {
  position: absolute;
  right: 0;
  bottom: 20px;
}
#wrap.product .list .bot .box dl dd {
  margin-top: 20px;
}
#wrap.product .list .bot .box dl dd p {
  position: relative;
  padding-left: 25px;
  font-size: 20px;
  letter-spacing: -0.03em;
  line-height: 1;
  word-break: keep-all;
  word-wrap: break-word;
  line-height: 1.7;
  font-weight: 400;
  color: #333;
}
#wrap.product .list .bot .box dl dd p:before {
  content: "·";
  position: absolute;
  left: 8px;
  top: 0;
}
#wrap.product .list .bot[data-motion] .box {
  opacity: 0;
  transform: translateY(100px);
  transition: 0.65s;
}
#wrap.product .list .bot[data-motion].is_animated .box {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1539px) {
  #wrap.product .list .back_bg {
    padding: 200px 0 0 0;
  }
  #wrap.product .list .back_bg .img {
    margin-right: -10vw;
  }
  #wrap.product .list .back_bg .img img {
    width: 1000px;
  }
  #wrap.product .list .card {
    max-width: 100%;
    padding: 0 60px;
  }
  #wrap.product .list .card ul li .box.box1 {
    max-width: 650px;
    width: 47%;
    margin-left: 0;
  }
  #wrap.product .list .card ul li .box.box2 {
    max-width: 486px;
    width: calc(47% - 164px);
    margin-left: 164px;
  }
  #wrap.product .list .card ul li .box.box3 {
    max-width: 650px;
    width: 47%;
    margin-right: 0;
  }
  #wrap.product .list .card ul li .box.box4 {
    max-width: 486px;
    width: calc(47% - 164px);
    margin-left: 164px;
  }
  #wrap.product .list .card ul li .box.box5 {
    max-width: 486px;
    width: calc(47% - 164px);
    margin-right: 164px;
  }
  #wrap.product .list .card ul li .box.box6 {
    max-width: 650px;
    width: 47%;
    margin-left: 0;
  }
  #wrap.product .list .card ul li .box.box7 {
    max-width: 486px;
    width: calc(47% - 164px);
    margin-right: 164px;
  }
}
@media (max-width: 1299px) {
  #wrap.product .list .card ul li .box .txt.right {
    padding-left: 96px;
  }
  #wrap.product .list .card ul li .box.box2 {
    width: calc(47% - 56px);
    margin-left: 56px;
  }
  #wrap.product .list .card ul li .box.box4 {
    width: calc(47% - 56px);
    margin-left: 56px;
  }
  #wrap.product .list .card ul li .box.box5 {
    width: calc(47% - 56px);
    margin-right: 56px;
  }
  #wrap.product .list .card ul li .box.box7 {
    width: calc(47% - 56px);
    margin-right: 56px;
  }
  #wrap.product .list .bot {
    padding: 80px 55px 62px;
  }
  #wrap.product .list .bot .box dl {
    width: calc(50% - 25px);
  }
}
@media (max-width: 1023px) {
  #wrap.product .list {
    padding: 100px 0 80px;
  }
  #wrap.product .list .inner {
    padding: 0 97px;
  }
  #wrap.product .list .back_bg {
    padding: 100px 0 0 0;
  }
  #wrap.product .list .back_bg .img {
    margin-right: 0;
  }
  #wrap.product .list .back_bg .img img {
    width: 100%;
  }
  #wrap.product .list .back_bg .img img.pc {
    display: none;
  }
  #wrap.product .list .back_bg .img img.tablet {
    display: block;
  }
  #wrap.product .list .title h3 {
    font-size: 50px;
    letter-spacing: -0.02em;
    line-height: 1;
  }
  #wrap.product .list .title strong {
    font-size: 30px;
    letter-spacing: -0.03em;
    line-height: 1;
    margin-top: 16px;
  }
  #wrap.product .list .title p {
    font-size: 24px;
    letter-spacing: -0.03em;
    line-height: 1;
    word-break: keep-all;
    word-wrap: break-word;
    line-height: 1.4;
    margin-top: 90px;
  }
  #wrap.product .list .card {
    margin-top: 80px;
    padding: 0 54px;
  }
  #wrap.product .list .card ul li {
    margin-top: 44px;
  }
  #wrap.product .list .card ul li .box .txt {
    padding: 20px;
  }
  #wrap.product .list .card ul li .box .txt strong {
    font-size: 22px;
    letter-spacing: -0.03em;
    line-height: 1;
  }
  #wrap.product .list .card ul li .box .txt p {
    margin-top: 8px;
    font-size: 15px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
  }
  #wrap.product .list .card ul li .box .txt p br {
    display: none;
  }
  #wrap.product .list .card ul li .box .txt.right {
    padding-left: 20px;
  }
  #wrap.product .list .card ul li .box.box1 {
    width: 45%;
    height: 186px;
  }
  #wrap.product .list .card ul li .box.box2 {
    width: calc(45% - 43px);
    height: 276px;
    margin-left: 43px;
  }
  #wrap.product .list .card ul li .box.box3 {
    width: 45%;
    height: 186px;
  }
  #wrap.product .list .card ul li .box.box4 {
    width: calc(45% - 43px);
    margin-left: 43px;
    padding-top: 108px;
  }
  #wrap.product .list .card ul li .box.box4 .txt strong {
    font-size: 24px;
    letter-spacing: -0.03em;
    line-height: 1;
    word-break: keep-all;
    word-wrap: break-word;
    line-height: 1.4;
  }
  #wrap.product .list .card ul li .box.box5 {
    width: calc(45% - 43px);
    height: 276px;
    margin-right: 43px;
  }
  #wrap.product .list .card ul li .box.box6 {
    width: 45%;
    height: 186px;
  }
  #wrap.product .list .card ul li .box.box7 {
    width: calc(45% - 43px);
    height: 276px;
    margin-right: 43px;
  }
  #wrap.product .list .bot {
    margin-top: 40px;
    padding: 50px 55px;
  }
  #wrap.product .list .bot .box dl dt {
    font-size: 22px;
    letter-spacing: -0.03em;
    line-height: 1;
    color: #333;
    padding: 16px 0;
  }
  #wrap.product .list .bot .box dl dt i {
    bottom: 16px;
  }
  #wrap.product .list .bot .box dl dt i img {
    width: 48px;
  }
  #wrap.product .list .bot .box dl dd {
    margin-top: 8px;
  }
  #wrap.product .list .bot .box dl dd p {
    padding-left: 16px;
    font-size: 15px;
    letter-spacing: -0.03em;
    line-height: 1;
    word-break: keep-all;
    word-wrap: break-word;
    color: #333;
    line-height: 1.7;
  }
  #wrap.product .list .bot .box dl dd p:before {
    left: 8px;
  }
}
@media (max-width: 767px) {
  #wrap.product .list .inner {
    padding: 0 20px;
  }
  #wrap.product .list .back_bg .img img.pc {
    display: none;
  }
  #wrap.product .list .back_bg .img img.tablet {
    display: none;
  }
  #wrap.product .list .back_bg .img img.m {
    display: block;
  }
  #wrap.product .list .title h3 {
    font-size: 56px;
    letter-spacing: -0.02em;
    line-height: 1;
  }
  #wrap.product .list .title strong {
    font-size: 32px;
    letter-spacing: -0.03em;
    line-height: 1;
  }
  #wrap.product .list .title p {
    margin-top: 60px;
  }
  #wrap.product .list .title p br.m_block {
    display: block;
  }
  #wrap.product .list .card {
    margin-top: 170px;
    padding: 0 20px;
  }
  #wrap.product .list .card ul li {
    display: block;
  }
  #wrap.product .list .card ul li .box + .box {
    margin-top: 40px;
  }
  #wrap.product .list .card ul li .box.box1 {
    width: calc(100% - 32px);
    margin-left: 0;
    height: auto;
    padding-top: 61%;
  }
  #wrap.product .list .card ul li .box.box2 {
    width: calc(100% - 70px);
    margin-left: 70px;
    height: auto;
    padding-top: 91%;
  }
  #wrap.product .list .card ul li .box.box3 {
    width: calc(100% - 32px);
    margin-right: 0;
    height: auto;
    padding-top: 61%;
  }
  #wrap.product .list .card ul li .box.box4 {
    width: 100%;
    padding-top: 40px;
    margin: 0;
  }
  #wrap.product .list .card ul li .box.box4 .txt strong br.pc_block {
    display: none;
  }
  #wrap.product .list .card ul li .box.box4 .txt strong br.m_block {
    display: block;
  }
  #wrap.product .list .card ul li .box.box5 {
    width: calc(100% - 70px);
    margin-left: 70px;
    height: auto;
    padding-top: 91%;
  }
  #wrap.product .list .card ul li .box.box6 {
    width: calc(100% - 32px);
    margin-left: 0;
    height: auto;
    padding-top: 61%;
  }
  #wrap.product .list .card ul li .box.box7 {
    width: calc(100% - 70px);
    height: auto;
    padding-top: 91%;
  }
  #wrap.product .list .card ul li:nth-of-type(3) {
    margin-top: 33px;
  }
  #wrap.product .list .bot {
    padding: 68px 20px 50px;
  }
  #wrap.product .list .bot .box {
    display: block;
  }
  #wrap.product .list .bot .box dl {
    width: 100%;
  }
  #wrap.product .list .bot .box dl + dl {
    margin-top: 38px;
  }
}
#wrap.product .type {
  margin-bottom: 160px;
}
#wrap.product .type .title strong {
  display: block;
  font-size: 50px;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #000;
  font-weight: 600;
  margin-bottom: 32px;
}
#wrap.product .type .tab_btn_type01 li {
  width: 50%;
}
#wrap.product .type .tab_btn_type01 li .tab:after {
  background: #000;
}
#wrap.product .type .tab_btn_type01 li.active .tab {
  color: #000;
}
#wrap.product .type .tabpanel > p {
  text-align: right;
  padding: 8px 0 0;
  font-size: 16px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 1.125rem;
  color: #333;
  font-weight: 400;
}
#wrap.product .type .tabpanel .flex-container {
  background-color: #f3f3f3;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: normal;
  width: 100%;
  padding: 74px 84px;
  border-radius: 10px;
}
#wrap.product .type .tabpanel .icon {
  text-align: center;
  width: 24%;
}
#wrap.product .type .tabpanel .icon:nth-of-type(1) {
  width: 27%;
}
#wrap.product .type .tabpanel .icon img {
  margin: 0 auto;
}
#wrap.product .type .tabpanel .icon p {
  margin-top: 24px;
  font-size: 22px;
  letter-spacing: -0.03em;
  line-height: 1;
  word-break: keep-all;
  word-wrap: break-word;
  line-height: 1.3;
  font-weight: 600;
}
#wrap.product .type .tabpanel .icon p span {
  display: block;
  width: 100%;
  font-size: 18px;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #666666;
  margin-bottom: 16px;
  font-weight: 400;
}
#wrap.product .type[data-motion] .title {
  opacity: 0;
  transform: translateY(100px);
  transition: 0.65s;
}
#wrap.product .type[data-motion] .tab_btn_type01 {
  opacity: 0;
  transform: translateY(100px);
  transition: 0.65s;
  transition-delay: 0.2s;
}
#wrap.product .type[data-motion] .tab_cont {
  opacity: 0;
  transform: translateY(100px);
  transition: 0.65s;
  transition-delay: 0.4s;
}
#wrap.product .type[data-motion].is_animated .title {
  opacity: 1;
  transform: translateY(0);
}
#wrap.product .type[data-motion].is_animated .tab_btn_type01 {
  opacity: 1;
  transform: translateY(0);
}
#wrap.product .type[data-motion].is_animated .tab_cont {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1199px) {
  #wrap.product .type .tabpanel .flex-container {
    padding: 80px;
  }
}
@media (max-width: 1023px) {
  #wrap.product .type {
    margin-bottom: 0;
    background-color: #f3f3f3;
    padding: 80px 0;
  }
  #wrap.product .type .title strong {
    font-size: 34px;
    letter-spacing: -0.03em;
    line-height: 1;
    margin-bottom: 16px;
  }
  #wrap.product .type .tabpanel > p {
    font-size: 14px;
    letter-spacing: -0.03em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.125rem;
  }
  #wrap.product .type .tabpanel .flex-container {
    background: #fff;
    padding: 0;
  }
  #wrap.product .type .tabpanel .icon {
    padding: 30px 10px;
    box-sizing: border-box;
  }
  #wrap.product .type .tabpanel .icon img {
    width: 48px;
  }
  #wrap.product .type .tabpanel .icon p {
    margin-top: 8px;
    font-size: 15px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.3;
    word-break: keep-all;
    word-wrap: break-word;
  }
  #wrap.product .type .tabpanel .icon p span {
    margin-bottom: 8px;
    font-size: 14px;
    letter-spacing: -0.03em;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  #wrap.product .type .tabpanel .icon {
    width: 50%;
  }
  #wrap.product .type .tabpanel .icon:nth-of-type(1) {
    width: 50%;
  }
}
#wrap.product .product {
  position: relative;
  width: 100%;
  height: 1080px;
  margin-bottom: 0;
  overflow: hidden;
  backface-visibility: hidden;
}
#wrap.product .product:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: -1px;
}
#wrap.product .product .button_wrap {
  position: absolute;
  right: 160px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
}
#wrap.product .product .button_wrap ul li {
  text-align: right;
}
#wrap.product .product .button_wrap ul li a {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.2);
  padding: 11px 0 11px 33px;
  position: relative;
  transition: 0.45s;
}
#wrap.product .product .button_wrap ul li a:after {
  content: "";
  width: 14px;
  height: 12px;
  background: url("../images/elevator/product/icon_arrow.svg") center no-repeat;
  background-size: cover;
  position: absolute;
  left: -5%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.45s;
}
#wrap.product .product .button_wrap ul li a span {
  display: inline-block;
  vertical-align: top;
  padding: 5px 0 5px;
  position: relative;
}
#wrap.product .product .button_wrap ul li a span:before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: 0.45s;
}
@media (min-width: 1024px) {
  #wrap.product .product .button_wrap ul li:hover a {
    color: #fff;
  }
}
#wrap.product .product .button_wrap ul li.active a {
  color: #fff;
}
#wrap.product .product .button_wrap ul li.active a span:before {
  width: 100%;
}
#wrap.product .product .button_wrap ul li.active a:after {
  left: 0;
  opacity: 1;
}
#wrap.product .product .item_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#wrap.product .product .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  z-index: 1;
  overflow: hidden;
  transition-timing-function: cubic-bezier(0.6, 0.07, 0, 1.03);
}
#wrap.product .product .item .relative {
  width: 100%;
  height: 100%;
  padding: 160px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transform: translateY(-100%);
  transition-timing-function: cubic-bezier(0.6, 0.07, 0, 1.03);
}
#wrap.product .product .item.active {
  z-index: 100;
  transform: translateY(0);
}
#wrap.product .product .item.active .relative {
  transform: translateY(0);
}
#wrap.product .product .item.active_end {
  z-index: 1;
  transform: translateY(0);
}
#wrap.product .product .item.active_end .relative {
  transform: translateY(0);
}
#wrap.product .product .item .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: -1;
  backface-visibility: hidden;
}
#wrap.product .product .item .txt_area {
  position: absolute;
  left: 160px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
#wrap.product .product .item .txt_area strong {
  display: block;
  font-size: 50px;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 600;
  color: #fff;
}
#wrap.product .product .item .txt_area p {
  font-size: 18px;
  letter-spacing: -0.03em;
  line-height: 1;
  line-height: 1.4;
  font-weight: 400;
  margin-top: 16px;
  color: #fff;
}
#wrap.product .product .item .txt_area a.btn {
  margin-top: 16px;
  min-width: 0;
  width: 120px;
  padding: 12px 20px;
  background-color: rgba(255, 255, 255, 0.15);
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 1;
  color: #fff;
}
#wrap.product .product .item .txt_area a.btn span {
  padding-right: 24px;
}
#wrap.product .product .item .data {
  width: 512px;
  height: 810px;
  position: relative;
  display: flex;
  z-index: 3;
}
#wrap.product .product .item .data .img_wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  position: relative;
  background: #D9D9D9;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 7px 14px 35px 0px rgba(0, 0, 0, 0.2), 30px 57px 64px 0px rgba(0, 0, 0, 0.17), 67px 128px 87px 0px rgba(0, 0, 0, 0.1), 120px 228px 103px 0px rgba(0, 0, 0, 0.03), 187px 356px 113px 0px rgba(0, 0, 0, 0);
}
#wrap.product .product .item .data .img_wrap > div {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
#wrap.product .product .item .data .img_wrap > div img {
  width: auto;
  height: 100%;
}
#wrap.product .product .item .data .img_wrap > div.active {
  opacity: 1;
  visibility: visible;
}
#wrap.product .product .item .data .img_wrap .view_btn {
  width: 100px;
  height: 100px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 24px 0;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s;
}
#wrap.product .product .item .data .img_wrap .view_btn span {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1;
  font-weight: 500;
  color: #fff;
}
#wrap.product .product .item .data:hover .view_btn {
  opacity: 1;
}
#wrap.product .product .item .ticker {
  position: absolute;
  left: 0;
  bottom: 65px;
  width: 100%;
  white-space: nowrap;
  z-index: 1;
}
#wrap.product .product .item .ticker p {
  display: inline-block;
  vertical-align: top;
  font-size: 140px;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.04);
  padding: 0 15px;
}
#wrap.product .product .m_blank_height {
  display: none;
}
@media (max-width: 1699px) {
  #wrap.product .product .item .txt_area {
    left: 60px;
  }
  #wrap.product .product .button_wrap {
    right: 60px;
  }
}
@media (max-width: 1539px) {
  #wrap.product .product .item .txt_area {
    left: 65px;
    width: 250px;
  }
  #wrap.product .product .item .txt_area strong {
    word-break: keep-all;
    word-wrap: break-word;
    font-size: 42px;
    letter-spacing: 0em;
    line-height: 1;
  }
  #wrap.product .product .item .txt_area p {
    word-break: keep-all;
    word-wrap: break-word;
  }
  #wrap.product .product .item .data {
    width: 442px;
    height: 700px;
    margin-left: 50px;
  }
  #wrap.product .product .button_wrap {
    right: 65px;
  }
}
@media (max-width: 1023px) {
  #wrap.product .product {
    padding: 30px 0 82px;
    height: 614px;
  }
  #wrap.product .product .button_wrap {
    right: 0;
    top: 30px;
    transform: none;
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
  }
  #wrap.product .product .button_wrap ul {
    font-size: 0;
    white-space: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #wrap.product .product .button_wrap ul ::-webkit-scrollbar {
    display: none;
  }
  #wrap.product .product .button_wrap ul::-webkit-scrollbar {
    width: 2px;
    height: 4px;
  }
  #wrap.product .product .button_wrap ul::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    background-clip: padding-box;
  }
  #wrap.product .product .button_wrap ul::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px;
  }
  #wrap.product .product .button_wrap ul li {
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  #wrap.product .product .button_wrap ul li + li {
    margin-left: 16px;
  }
  #wrap.product .product .button_wrap ul li a {
    font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 1;
    padding: 20px 0;
    transition: padding 0.3s;
  }
  #wrap.product .product .button_wrap ul li a:after {
    content: "";
    width: 14px;
    height: 12px;
    background: url("../images/elevator/product/icon_arrow.svg") center no-repeat;
    background-size: cover;
    position: absolute;
    left: -5%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: 0.45s;
  }
  #wrap.product .product .button_wrap ul li a span {
    padding: 4px 0 4px;
  }
  #wrap.product .product .button_wrap ul li.active a {
    padding-left: 20px;
  }
  #wrap.product .product .item .relative {
    padding: 116px 24px 80px;
    justify-content: space-between;
  }
  #wrap.product .product .item .txt_area {
    width: auto;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
  }
  #wrap.product .product .item .txt_area strong {
    font-size: 34px;
    letter-spacing: 0em;
    line-height: 1;
  }
  #wrap.product .product .item .txt_area p {
    font-size: 15px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
  }
  #wrap.product .product .item .txt_area a.btn {
    min-width: 0;
    width: 150px;
    padding: 15px 20px;
  }
  #wrap.product .product .item .data {
    width: 260px;
    height: 412px;
  }
  #wrap.product .product .item .data .img_wrap {
    position: absolute;
    left: 0;
    top: 0;
  }
  #wrap.product .product .item .data .img_wrap .view_btn span {
    margin-top: 8px;
    font-size: 15px;
    letter-spacing: -0.03em;
    line-height: 1;
  }
  #wrap.product .product .item .ticker {
    bottom: 40px;
  }
  #wrap.product .product .item .ticker p {
    font-size: 70px;
    letter-spacing: 0em;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  #wrap.product .product {
    min-height: 790px;
  }
  #wrap.product .product .item .relative {
    padding: 128px 20px 82px;
    display: block;
  }
  #wrap.product .product .item .data {
    margin: 40px auto 0;
  }
  #wrap.product .product .item .data .img_wrap > div img {
    width: 100%;
    height: auto;
  }
}
#wrap.product footer,
#wrap.product .banner_area {
  margin: 0;
}
#wrap.product .banner_area a:before {
  background: url("../images/elevator/product/banner_inquiry.jpg") center no-repeat;
  background-size: cover;
}
#wrap.product .banner_area strong {
  font-size: 34px;
  letter-spacing: -0.03em;
  line-height: 1;
}
#wrap.product .banner_area .light {
  display: block;
  margin-top: 8px;
  font-size: 22px;
  letter-spacing: -0.03em;
  /* 0.0625 * 16 = 1px */
  line-height: 2.25rem;
  font-weight: 400;
}
@media (max-width: 1023px) {
  #wrap.product .banner_area {
    margin-top: 0;
  }
  #wrap.product .banner_area a:before {
    background: url("../images/elevator/product/m_banner_inquiry.jpg") center no-repeat;
    background-size: 100% auto;
  }
  #wrap.product .banner_area strong {
    font-size: 26px;
    letter-spacing: -0.015em;
    line-height: 1;
  }
  #wrap.product .banner_area .light {
    margin-top: 18px;
    font-size: 18px;
    letter-spacing: -0.015em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.5625rem;
  }
}
