@charset "UTF-8";

body:before {
  content: "";
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
}

#content {padding:130px 0 0 0}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 90px;
  margin: 0 auto;
  z-index: 99;
  transition: transform 0.6s;
  transform: translateY(0);
  background:#fff  ;
   border-bottom: 1px solid #dadee4;
}
header.active {
  transform: translateY(-100%);
}
header > div {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  background-color: #fff;
  transition: background 0.3s, border 0.3s;
}
header .inner {
  width: calc(100% - 110px);
  max-width: 100%;
  padding: 0;
}
header .gnb_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
header h1 a {
  display: block;
}
header h1 a .logo {
  font-size: 0;
  text-indent: -9999px;
  display: block;
  width: 110px;
  height: 26px;
  background-image: url(/images/logo_top.svg?ver=1.1);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  
}



header nav {
  margin: 0 auto;
}
header nav > ul {
  display: flex;   
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
header nav > ul > li {
  position: relative;
  padding: 0 10px;
  cursor: pointer;
}
header nav > ul > li.long {
  margin: 0;
}
header nav > ul > li.on > a, header nav > ul > li.current > a {
  color: #107AF2;
}
header nav > ul > li.on > a:after, header nav > ul > li.current > a:after {
  width: 100%;
}
header nav > ul > li > a {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 5px;
  text-align: center;
  letter-spacing: -0.03em;
  line-height: 1;
  font-weight: 600;
  color: #333333;
  transition: all 0.15s ease-in-out;
  font-size:16px;
  line-height:90px;
}

header nav > ul > li > a:hover{
  color:#00a7e1;
   transition: all 0.15s ease-in-out;
}



header .help {
  min-width: 90px;
  border-radius: 10px;
  background-color: #00a7e1;
  transition: background 0.5s;
  font-size:16px
}
header .help.mo_help {
  display: none;
  z-index: 1;
}
@media (max-width: 1399px) {
  header .help {
    display: none;
  }
  header .help.mo_help {
    display: block;
  }
}
header .help > button {
  position: relative;
  display: block;
  min-width: 90px;
  height:40px;
  color: #fff;
  font-size:16px
}
header .help > button a:hover {
  color: #fff;
}

body.help-open header {
  z-index: 9;
}
body.help-open #help {
  top: 90px;
}

@media (max-width: 1023px) {
  body.help-open {
    overflow: hidden;
    background: none;
  }
}

header .help2 {
  min-width: 140px;
  border-radius: 10px;
  background-color: #f0f4f9;
  transition: background 0.5s;
  font-size:16px
}
header .help2.mo_help {
  display: none;
  z-index: 1;
}
@media (max-width: 1399px) {
  header .help2 {
    display: none;
  }
  header .help2.mo_help {
    display: block;
  }
}
header .help2 > button {
  position: relative;
  display: block;
  min-width: 140px;
  height:40px;
  color: #000;
  font-size:16px
}
header .help2 > button a:hover {
  color: #fff;
}



@media (min-width: 1024px) {
  header .help:hover {
    background-color: #3463C1;
  }
  header .help:hover span {
    transform: rotate(180deg);
    transition: transform 0.5s;
  }

 


}


@media (max-width: 1024px) {


  header h1 a .logo {
		font-size: 0;
	  text-indent: -9999px;
	  display: block;
	  width: 97px;
	  height: 24px;
	  background-image: url(/images/logo_top.svg);
	  background-size: 100%;
	  background-position: center;
	  background-repeat: no-repeat;
	 padding-top:42px	 ;
	  
	}


}


#help {
  position: fixed;
  top: -100%;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: 90px;
  margin: 0;
  padding: 0;
  z-index: 1;
  transition: top 0.3s linear;
}

#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.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;
  }
}


@media (max-width: 1399px) {
  #help {
    max-width: 100%;
  }
  #help .btn_close {
    top: 10px;
    right: 12px;
    width: 40px;
    height: 40px;
  }
 
  
}





@media (max-width: 1024px) {
	#content {padding:90px 0 0 0}

}
header .mo_menu {
  display: none;
}






body.gnb-open:before {
  display: block;
}


body.gnb-open header nav .depth2 {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out;
  transition-delay: 0.2s;
}
@media (max-width: 1399px) {
  body.gnb-open header nav .depth2 {
    transition: none;
    transition-delay: unset;
  }
}
body.gnb-open header .banner {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out;
  transition-delay: 0.2s;
}
body.gnb-search:before {
  display: block;
}
body.gnb-search header .search-box {
  display: block;
  height: 310px;
  z-index: 1;
}



@media (max-width: 1539px) {
  header .banner {
    width: 240px;
  }
  header .banner a {
    padding: 30px 20px;
  }
}
@media (max-width: 1399px) {
  body.gnb-open {
    overflow: hidden;
  }
  body.gnb-open header .inner,
  body.gnb-open header .utility,
  body.gnb-open header .search-box {
    right: 0;
  }
  body.gnb-open header .search-box {
    opacity: 1;
    visibility: visible;
  }
  body.gnb-open header .help {
    display: none;
  }
  body.gnb-open header .mo_menu {
    top: 14px;
    right: 20px;
    animation-name: opacity;
    animation-duration: 0.25s;
    z-index: 999;
  }
  body.gnb-open header .mo_menu:after {
    background-image: url(/images/icon_close.svg);
  }
  body.gnb-open #gnbDim {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh !important;
    background: rgba(0, 0, 0, 0.3);
    transition: none !important;
    z-index: -1;
  }
  header {
    height: 68px;
  }
  header > div {
    align-items: flex-start;
    padding: 16px 65px;
  }
  header .inner {
    position: fixed;
    top: 0;
    right: -100%;
    transition: right 0.3s linear;
    z-index: 9;
  }
  header .gnb_wrap {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 440px;
    min-height: 100vh;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow-y: auto;
    z-index: 999;
  }
  header .gnb_wrap:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  header .mo_menu {
    display: block;
    position: absolute;
    top: 14px;
    right: 65px;
    width: 40px;
    height: 40px;
    margin-right: -8px;
    z-index: 10;
  }
  header .mo_menu:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background-image: url(/images/icon_menu.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
  }
  header nav {
    display: block;
    position: absolute;
    top: 170px;
    left: 0;
    width: 100%;
    min-height: 100vh;
    padding: 0 20px;
    overflow-y: auto;
    background-color: #fff;
  }
  header nav > ul {
    flex-direction: column;
    align-items: baseline;
  }
  header nav > ul > li {
    width: 100%;
    margin: 0;
  }
  header nav > ul > li.on > a:after, header nav > ul > li.current > a:after {
    width: 0;
  }
  header nav > ul > li.on .depth2, header nav > ul > li.current .depth2 {
    height: auto;
    opacity: 1;
  }
  header nav > ul > li > a {
    width: 100%;
    padding: 20px 0;
    text-align: left;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1;
  }
  header nav > ul > li > a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-image: url(../images/common/icon_plus_bk.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
  }
  header nav > ul > li .depth2 ul {
    padding: 12px 24px;
    background-color: #f3f3f3;
    border-top: 1px solid #107AF2;
    border-bottom: 1px solid #107AF2;
  }
  header nav > ul > li .depth2 a {
    padding: 12px 0;
  }
  header nav > ul > li .depth2 a.active {
    color: #107AF2 !important;
  }
  header nav > ul > li .depth2 span {
    display: inline-block;
  }
  header nav > ul > li.open > a {
    color: #107AF2 !important;
  }
  header nav > ul > li.open > a:before {
    height: 2px;
    background-image: url(../images/common/icon_minus.svg);
  }
  header nav .depth2 {
    position: static;
    transform: none;
    height: 0;
    padding: 0;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
  }
  header nav .depth2 a {
    text-align: left;
  }
  header .banner {
    position: static;
    width: 100%;
    margin: 40px 0 80px;
    opacity: 1;
    visibility: visible;
  }
  header .banner a {
    padding: 20px 65px 20px 24px;
    font-size: 18px;
    letter-spacing: 0em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.5rem;
  }
  header .banner a:after {
    display: none;
  }
  header .banner .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    margin-top: 0;
  }
  header .banner .icon img {
    transform: translateY(0);
  }
  header .utility {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    top: 0;
    right: -100%;
    max-width: 440px;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    transition: right 0.3s linear;
  }
  header .utility > li {
    margin-right: 0;
  }
  header .utility > li.search button {
    display: none;
  }
  header .utility > li.lang {
    background-color: transparent;
  }
  header .utility > li.lang button {
    display: none;
  }
  header .utility > li .lang_box {
    display: block;
    position: static;
    transform: none;
    padding: 0;
    border-radius: 0;
    border: none;
    background-color: transparent;
  }
  header .utility > li .lang_box li {
    display: inline-block;
  }
  header .utility > li .lang_box a {
    padding: 6px;
  }
  header .help {
    position: fixed;
    top: 17px;
    right: 102px;
    min-width: auto;
    z-index: -1;
  }
  header .help button {
    padding: 7px 12px;
  }
  header .help button span {
    margin-left: 6px;
  }
  header .search-box {
    display: block;
    position: fixed;
    top: 68px;
    left: unset;
    right: -100%;
    max-width: 440px;
    padding: 16px 20px;
    opacity: 1;
    visibility: visible;
    transition: right 0.3s linear;
  }
  header .search-box .input_area {
    width: 100%;
  }
  header .search-box .input_area input {
    padding: 12px;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1;
  }
  header .search-box .input_area label {
    right: 0;
    transform: translateY(-50%);
  }
  header .search-box .recommended {
    display: none;
  }
}




@media (max-width: 1023px) {
  header > div {
    padding: 16px 20px;
  }
  header .mo_menu {
    right: 20px;
  }
  header .help {
    right: 60px;
  }
}
@media (max-width: 767px) {
  header .inner {
    width: 100%;
  }
  header .gnb_wrap,
  header .utility,
  header .search-box {
    max-width: 100%;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
footer {
  position: relative;
  width: 100%;
  padding:90px 0;
  background-color: #383940;

 
}





@media (max-width: 1449px) {
  footer .left .logo {
    margin-right: 40px;
  }
}
@media (max-width: 1399px) {
  footer .footer_inner {
    width: 100%;
    padding: 45px 65px;
  }
  footer .left {
    order: 2;
    margin-top: 0;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1;
  }
  footer .left .logo {
    display: none;
  }
  footer .left .info {
    margin-top: 0;
  }
  footer .left strong {
    margin-bottom: 5px;
  }
  footer .left .copyright {
    margin-top: 8px;
  }
  footer .right {
    justify-content: space-between;
    width: 100%;
    margin: 0 0 32px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1;
  }
  footer .right button {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1;
  }
  footer .right .link a, footer .right .link button {
    padding: 0 16px;
  }
  footer .right .link li:nth-child(1) button {
    padding-left: 0;
  }
  footer .right .link li:last-child {
    margin-right: 0;
  }
  footer .right .family_site button {
    min-width: 180px;
    padding: 17px 16px 19px;
    text-align: center;
  }
  footer .right .family_site .site {
    bottom: 58px;
    padding: 16px 32px;
  }
  footer .right .family_site .site a {
    font-size: 14px;
    letter-spacing: 0em;
    /* 0.0625 * 16 = 1px */
    line-height: 0.75rem;
    padding: 12px 0;
  }
  footer .right .family_site .site a span:after {
    bottom: -5px;
    height: 1px;
  }
  footer .right .sns ul {
    top: 75px;
  }
}
@media (max-width: 1023px) {
  footer {
    margin-top: 96px;
  }
  footer .footer_inner {
    width: 100%;
    padding: 48px 20px;
  }
}
@media (max-width: 767px) {
  footer .right {
    justify-content: center;
    margin-bottom: 24px;
  }
  footer .right .link li:last-child a {
    padding-right: 0;
  }
  footer .right .family_site {
    width: 100%;
    margin-top: 24px;
  }
  footer .right .family_site button {
    min-width: auto;
    width: 100%;
  }
  footer .right .sns {
    margin-top: 24px;
  }
  footer .right .sns ul {
    position: unset;
  }
}
@media (max-width: 376px) {
  footer .right .link a, footer .right .link button {
    padding: 0 6px;
  }
}

#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/common/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: #107AF2;
  }
  #topBtn:hover:after {
    background-image: url("../images/common/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: 1200px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .inner {
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
}

/* visual_wrap */
.sub_visual {
  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);
  }
}

.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/common/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;
  text-align:center;
  position:absolute; z-index:99	 ;
  width:100%; top:50%;
  transform:translateY(-50%);
}
.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/common/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: #00a7e1;
}
.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;
   color: #ffffff;
}
@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 {}
.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;
  position:relative;
  
}
.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;
}
/* .sub_visual .vision_area .bg {
  background-image: url("../images/sub_visual/visual_people.jpg");
}  */
.sub_visual .vision_area .bg.bg01 {
  background-image: url("/images/sub_visual01.png");
}
.sub_visual .vision_area .bg.bg02 {
  background-image: url("/images/sub_visual02.png");
}

.sub_visual .vision_area .bg.bg03 {
  background-image: url("/images/sub_visual03.png");
}

.sub_visual .vision_area .bg.bg04 {
  background-image: url("/images/sub_visual04.png");
}

.sub_visual .vision_area .bg.bg05 {
  background-image: url("/images/sub_visual05.png");
}

.sub_visual .vision_area .bg.bg06 {
  background-image: url("/images/sub_visual06.png");
}

.sub_visual .vision_area .bg.bg07 {
  background-image: url("/images/sub_visual07.png");
}

.sub_visual .vision_area .bg.bg08 {
  background-image: url("/images/sub_visual08.png");
}


.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 #107AF2;
}
.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: #107AF2;
  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/common/btn_more.svg");
}
@media (min-width: 1024px) {
  .btn:hover:before {
    height: 100%;
  }
}
.btn.arrow span:after {
  background-image: url("../images/common/btn_arrow.svg");
}
.btn.blueLine {
  background-color: #107AF2;
  border: 1px solid #107AF2;
  color: #107AF2;
}
.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/common/btn_arrow_bl.svg");
  transition: all 0.2s linear;
}
@media (min-width: 1024px) {
  .btn.blueLine.arrow:hover span:after {
    background-image: url("../images/common/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/common/btn_arrow_bk.svg");
}
.btn:disabled.type1 {
  background-color: #B8B8B8;
}
.btn:disabled.type1.arrow span:after {
  background-image: url("../images/common/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/common/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/common/icon_download.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.btn.download.blueLine span:after {
  background-image: url("../images/common/icon_download_hover.svg");
}
@media (min-width: 1024px) {
  .btn.download.blueLine:hover span:after {
    background-image: url("../images/common/icon_download.svg");
  }
}
@media (min-width: 1024px) {
  .btn.download:hover span:after {
    background-image: url("../images/common/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/common/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/common/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/common/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: #107AF2;
}
.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 #107AF2;
}
.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/common/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/common/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/common/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: #107AF2;
  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(../images/maintenance/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: #107AF2;
}
.replacement_wrap_common .right_area .tab_area li a.must::before {
  border-color: #107AF2;
}
.replacement_wrap_common .right_area .tab_area li a.must.active {
  background: #107af2;
  color: #fff;
}
.replacement_wrap_common .right_area .tab_area li a.choice {
  color: #1AB5C3;
}
.replacement_wrap_common .right_area .tab_area li a.choice::before {
  border-color: #1AB5C3;
}
.replacement_wrap_common .right_area .tab_area li a.choice.active {
  background: #1AB5C3;
  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: #107AF2;
}
.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/common/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: #107AF2;
}
.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: #107AF2;
}
.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: #107AF2;
}
.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/common/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: #107AF2;
}
.custom_select_area.on a.current:after {
  background-image: url("../images/common/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 #107AF2;
  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: #107AF2;
}
.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/common/custom_checkbox_icon.svg") center no-repeat;
}
.custom_checkbox input[type=checkbox]:checked + label {
  color: #107AF2;
}
.custom_checkbox input[type=checkbox]:checked + label:before {
  background-color: #107AF2;
  border-color: #107AF2;
}
.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/common/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: #107AF2;
}
.custom_radio input[type=radio]:checked + label:after {
  background: #107AF2;
}
@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/common/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: #107AF2;
}
@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: #1AB5C3;
}
.board .blue_box.doing .tag {
  color: #107AF2;
}
.board .blue_box .tag {
  display: block;
  width: 100%;
  margin-bottom: 24px;
  color: #1AB5C3;
  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: #107AF2;
}
.board_list table td:hover .icon {
  background-image: url(../images/common/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/common/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/common/paging_prev.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.paging_wrap .arrow a.prev:hover {
  border-color: #107AF2;
}
.paging_wrap .arrow a.prev:hover:after {
  background-image: url("../images/common/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/common/paging_next.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.paging_wrap .arrow a.next:hover {
  border-color: #107AF2;
}
.paging_wrap .arrow a.next:hover:after {
  background-image: url("../images/common/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: #107AF2;
  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/common/m_paging_prev.svg");
  }
  .paging_wrap .arrow a.next:after {
    width: 18px;
    height: 16px;
    background-image: url("../images/common/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: #107AF2;
}
.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: #107AF2;
}
.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: #107AF2;
}
.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/common/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;
  }
}






#wrap.main footer {
  margin-top: 0;
}
#wrap.main .tit {
  margin-bottom: 50px;
  text-align:center
}
#wrap.main .tit h3 {
  font-size: 36px;
  letter-spacing: -0.03em;
  line-height: 1.2;
  font-weight: 600;
  color: #000;
}
#wrap.main .tit h4 {
  font-size: 18px;
  line-height: 1.2;
  color: #00a7e1;
  font-weight:100
}
#wrap.main .tit p {
  font-size: 16px;
  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: 10px;
}
#wrap.main .tit[data-motion] h4 {
  opacity: 0;
  transform: translateY(100%);
  transition: 0.4s;
}
#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 h4 {
  opacity: 1;
  transform: translateY(0);
}
#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 h4 {
    font-size: 14px;
  }
  #wrap.main .tit h3 {
    font-size: 24px;
    letter-spacing: -0.03em;
    /* 0.0625 * 16 = 1px */
    line-height: 2.25rem;
  }
  #wrap.main .tit p {
    font-size: 16px;
    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.sub .tit {
  margin-bottom: 50px;
  text-align:center
}
#wrap.sub .tit h3 {
  font-size: 36px;
  letter-spacing: -0.03em;
  line-height: 1.2;
  font-weight: 600;
  color: #000;
}
#wrap.sub .tit h4 {
  font-size: 18px;
  line-height: 1.2;
  color: #00a7e1;
  font-weight:100
}
#wrap.sub .tit p {
  font-size: 16px;
  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: 10px;
}
#wrap.sub .tit[data-motion] h4 {
  opacity: 0;
  transform: translateY(100%);
  transition: 0.4s;
}
#wrap.sub .tit[data-motion] h3 {
  opacity: 0;
  transform: translateY(100%);
  transition: 0.4s;
}
#wrap.sub .tit[data-motion] p {
  opacity: 0;
  transform: translateY(100%);
  transition: 0.4s;
}
#wrap.sub .tit[data-motion] .btn {
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.4s, opacity 0.4s, color 0.2s linear;
}
#wrap.sub .tit[data-motion].is_animated h4 {
  opacity: 1;
  transform: translateY(0);
}
#wrap.sub .tit[data-motion].is_animated h3 {
  opacity: 1;
  transform: translateY(0);
}
#wrap.sub .tit[data-motion].is_animated p {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.15s;
}
#wrap.sub .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.sub .tit {
    margin-bottom: 48px;
  }
  #wrap.sub .tit h3 {
    font-size: 56px;
    letter-spacing: -0.03em;
    /* 0.0625 * 16 = 1px */
    line-height: 3.5rem;
  }
  #wrap.sub .tit p {
    font-size: 24px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
  }
}
@media (max-width: 1023px) {
  #wrap.sub .tit {
    margin-bottom: 35px;
  }	 
  #wrap.sub .tit h4 {
    font-size: 14px;
  }
  #wrap.sub .tit h3 {
    font-size: 24px;
    letter-spacing: -0.03em;
    /* 0.0625 * 16 = 1px */
    line-height: 2.25rem;
  }
  #wrap.sub .tit p {
    font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
    margin-top: 16px;
  }
  #wrap.sub .tit .btn {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  #wrap.sub .tit p br {
    display: none;
  }
}





#wrap.main #content .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

#wrap.main .sec01 {
  padding:90px 0;
  background:#f0f4f9;
  overflow: hidden;
}

#wrap.main .sec01 .service_wrap[data-motion] ul li {
  opacity: 0;
  transform: translateY(30%);
  transition: transform 0.45s, opacity 0.45s;
}
#wrap.main .sec01 .service_wrap[data-motion].is_animated ul li {
  opacity: 1;
  transform: translateY(0);
}
#wrap.main .sec01 .service_wrap[data-motion].is_animated ul li:nth-of-type(2) {
  transition-delay: 0.1s;
}
#wrap.main .sec01 .service_wrap[data-motion].is_animated ul li:nth-of-type(3) {
  transition-delay: 0.2s;
}
#wrap.main .sec01 .service_wrap[data-motion].is_animated ul li:nth-of-type(4) {
  transition-delay: 0.3s;
}
#wrap.main .sec01 .service_wrap[data-motion].is_animated ul li:nth-of-type(5) {
  transition-delay: 0.4s;
}
#wrap.main .sec01 .service_wrap[data-motion].is_animated ul li:nth-of-type(6) {
  transition-delay: 0.5s;
}

#wrap.main .sec01 ul{
	display:flex;
	flex:1;
	align-items: center;
	justify-content: space-between;
}
#wrap.main .sec01 ul li a{
	width:180px;
	background:#fff;
	height:170px;
	border-radius:10px;
	display:inline-block;
	padding:25px 10px;
	text-align:center;
	transition: all 0.15s ease-in-out;
}

#wrap.main .sec01 ul li a:hover{
	border:solid 1px #00a7e1;
	 box-shadow:5px 5px 10px #dedede

}

#wrap.main .sec01 ul li a span{
	margin-top:15px; display:inline-block
}





@media (max-width: 1023px) {
	#wrap.main .sec01 ul{
		display:block
	}
	#wrap.main .sec01 ul li{
		display:inline-block;margin-right:-4px; width:33.3333%; padding:5px

	}
	#wrap.main .sec01 ul li a{
		width:100%;
		background:#fff;
		height:170px;
		border-radius:10px;
		display:inline-block;
		padding:25px 10px;
		text-align:center

	}
}
@media (max-width: 767px) {

}






#wrap.main .sec02 {
  padding:90px 0;
  background:#ffffff;
  overflow: hidden;
}


#wrap.main .sec02 .point_wrap[data-motion] ul li {
  opacity: 0;
  transform: translateY(30%);
  transition: transform 0.45s, opacity 0.45s;
}
#wrap.main .sec02 .point_wrap[data-motion].is_animated ul li {
  opacity: 1;
  transform: translateY(0);
}
#wrap.main .sec02 .point_wrap[data-motion].is_animated ul li:nth-of-type(2) {
  transition-delay: 0.1s;
}
#wrap.main .sec02 .point_wrap[data-motion].is_animated ul li:nth-of-type(3) {
  transition-delay: 0.2s;
}

#wrap.main .sec02 ul{
	display:flex;
	flex:1;
	align-items: center;
	justify-content: space-between;
}
#wrap.main .sec02 ul li a{
	width:380px;
	background:#fff;
	border-radius:10px;
	display:inline-block;
	transition: all 0.15s ease-in-out;
}


#wrap.main .sec02 ul li a .point_img  {
	border-radius:10px;
	overflow:hidden;
	 transition: all 0.15s ease-in-out;
}

#wrap.main .sec02 ul li a .point_img:hover  {
	box-shadow:5px 5px 10px #dedede	 ;
	border:solid 1px #00a7e1
}


#wrap.main .sec02 ul li a span{
	margin-top:15px; display:inline-block ;
	color:#00a7e1;
	margin-bottom:10px
}
#wrap.main .sec02 ul li a p{
	font-size:20px;
	font-weight:600
}




@media (max-width: 1023px) {

  #wrap.main .sec02 ul li {
    width: 100%;
	margin-bottom:60px
	  }
	  #wrap.main .sec02 ul{
		display:block
	}
  #wrap.main .sec02 ul li a{
		width:100%;
		background:#fff;
		border-radius:10px;
		display:inline-block;
	}
	#wrap.main .sec02 ul li a img{
		width:100%;
	}

	#wrap.main .sec02 ul li a span{
		font-size:14px
	}
	#wrap.main .sec02 ul li a p{
		font-size:18px;
		font-weight:600
	}

 
}






#wrap.main .sec03 {
  background: #f7faff;
  padding: 90px 0;
  overflow: hidden;
}



#wrap.main .sec03 .slider_wrap[data-motion] .swiper-container {
  opacity: 0;
  transform: translateX(20%);
  transition: 1s;
  transition-delay: 0.2s;
}
#wrap.main .sec03 .slider_wrap[data-motion] .bot_btn {
  opacity: 0;
  transform: translateY(50%);
  transition: 1s;
  transition-delay: 0.4s;
}
#wrap.main .sec03 .slider_wrap[data-motion].is_animated .swiper-container {
  opacity: 1;
  transform: translateX(0);
}
#wrap.main .sec03 .slider_wrap[data-motion].is_animated .bot_btn {
  opacity: 1;
  transform: translateY(0);
}
#wrap.main .sec03 .slider_wrap .swiper-container {
  overflow: visible;
}
#wrap.main .sec03 .slider_wrap .swiper-slide {
  width: 380px;
  border-radius:20px;
  background:#fff;
}
#wrap.main .sec03 .slider_wrap .swiper-slide a {
  display: block;
  height: 100%;
   transition: all 0.15s ease-in-out;
   border-radius:20px;
}


#wrap.main .sec03 .slider_wrap .swiper-slide a:hover {
	border:solid 1px #00a7e1;
	 box-shadow:5px 5px 10px #dedede
}



@media (min-width: 1024px) {
  #wrap.main .sec03 .slider_wrap .swiper-slide a:hover .img_area img {
    transform: scale(1.1);
  }
  #wrap.main .sec03 .slider_wrap .swiper-slide a:hover .txt_area p {
    color: #107AF2;
  }
}
#wrap.main .sec03 .slider_wrap .swiper-slide .img_area {
  width: 100%;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  transform: rotate(0.003deg);

}


#wrap.main .sec03 .slider_wrap{
	position:relative
}

#wrap.main .sec03 .slider_wrap .swiper-slide .img_area img {
  width: 100%;
  transition: 0.6s;
}
#wrap.main .sec03 .slider_wrap .swiper-slide .txt_area {
  padding: 30px;
}
#wrap.main .sec03 .slider_wrap .swiper-slide .txt_area span{
	font-size:16px;
	color:#00a7e1 ;
	
}
#wrap.main .sec03 .slider_wrap .swiper-slide .txt_area p {
  font-size: 20px;
  line-height: 1;
  line-height: 1.2;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.6s;
  margin-top:10px
}
#wrap.main .sec03 .slider_wrap .bot_btn {
  position:absolute; right:0;
  top:-100px;z-index:999

}
#wrap.main .sec03 .slider_wrap .bot_btn .swiper-pagination {
  position: relative;
  width: calc(100% - 200px);
  height: 2px;
  border-radius: 2px;
  overflow: hidden;
  background-color: #D9D9D9;
}
#wrap.main .sec03 .slider_wrap .bot_btn .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #107AF2;
}
#wrap.main .sec03 .slider_wrap .bot_btn .button {
  width: 200px;
  padding-left: 80px;
  font-size: 0;

}
#wrap.main .sec03 .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 .sec03 .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 .sec03 .slider_wrap .bot_btn .button > div.swiper-button-prev:before {
  background-image: url("/images/sec03_slider_prev_off.svg");
}
@media (min-width: 1024px) {
  #wrap.main .sec03 .slider_wrap .bot_btn .button > div.swiper-button-prev:hover {
    border-color: #107AF2;
  }
  #wrap.main .sec03 .slider_wrap .bot_btn .button > div.swiper-button-prev:hover:before {
    background-image: url("/images/sec03_slider_prev_on.svg");
  }
}
#wrap.main .sec03 .slider_wrap .bot_btn .button > div.swiper-button-next {
  margin-left: 8px;
}
#wrap.main .sec03 .slider_wrap .bot_btn .button > div.swiper-button-next:before {
  background-image: url("/images/sec03_slider_next_off.svg");
}
@media (min-width: 1024px) {
  #wrap.main .sec03 .slider_wrap .bot_btn .button > div.swiper-button-next:hover {
    border-color: #107AF2;
  }
  #wrap.main .sec03 .slider_wrap .bot_btn .button > div.swiper-button-next:hover:before {
    background-image: url("/images/sec03_slider_next_on.svg");
  }
}

@media (max-width: 1023px) {

  #wrap.main .sec03 .slider_wrap .swiper-slide {
    width: 300px;
  }

  #wrap.main .sec03 .slider_wrap .swiper-slide .txt_area {
    padding: 16px;
  }
  #wrap.main .sec03 .slider_wrap .swiper-slide .txt_area p {
    font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.2;
  }
  #wrap.main .sec03 .slider_wrap .bot_btn {
    margin-top: 16px;
  }
  #wrap.main .sec03 .slider_wrap .bot_btn .swiper-pagination {
    width: calc(100% - 112px);
  }
  #wrap.main .sec03 .slider_wrap .bot_btn .button {
    width: 112px;
    padding-left: 24px;
    font-size: 0;
  }
  #wrap.main .sec03 .slider_wrap .bot_btn .button > div {
    width: 40px;
    height: 40px;
  }
  #wrap.main .sec03 .slider_wrap .bot_btn .button > div:before {
    width: 20px;
    height: 20px;
  }
}



#wrap.main .sec04 {
  padding: 90px 0;
  overflow: hidden;
  text-align:center;
  color:#fff
}


#wrap.main .sec04 .sec04_font01{
  font-size:50px;
  letter-spacing:-0.3 ;
  font-weight:600
}
#wrap.main .sec04 .sec04_font02{
  font-size:80px;
  font-weight:600  ;
  margin-top:10px
}
#wrap.main .sec04 .sec04_font03{
  font-size:24px;
  margin-top:30px
}


#wrap.main .sec04[data-motion]  .sec04_font01{
  opacity: 0;
  transform: translateY(100%);
  transition: 0.4s;

}
#wrap.main .sec04[data-motion]  .sec04_font02{
  opacity: 0;
  transform: translateY(100%);
  transition: 0.4s;

}

#wrap.main .sec04[data-motion]  .sec04_font03{
  opacity: 0;
  transform: translateY(100%);
  transition: 0.4s;

}


#wrap.main .sec04[data-motion].is_animated  .sec04_font01{
  opacity: 1;
  transform: translateY(0);

}
#wrap.main .sec04[data-motion].is_animated  .sec04_font02{
  opacity: 1;
  transform: translateY(0);
}

#wrap.main .sec04[data-motion].is_animated  .sec04_font03{
  opacity: 1;
  transform: translateY(0);
}


@media (max-width: 1023px) {
  #wrap.main .sec04 .sec04_font01{
	  font-size:24px;
	  letter-spacing:-0.3 ;
	  font-weight:600
	}
	#wrap.main .sec04 .sec04_font02{
	  font-size:50px;
	  font-weight:600  ;
	  margin-top:10px
	}
	#wrap.main .sec04 .sec04_font03{
	  font-size:18px;
	  margin-top:30px
	}
}


#wrap.main .sec05 {
  padding:90px 0;
  background:#ffffff;
  overflow: hidden;
}


#wrap.main .sec05 .our_wrap[data-motion] ul li {
  opacity: 0;
  transform: translateY(30%);
  transition: transform 0.45s, opacity 0.45s;
}
#wrap.main .sec05 .our_wrap[data-motion].is_animated ul li {
  opacity: 1;
  transform: translateY(0);
}
#wrap.main .sec05 .our_wrap[data-motion].is_animated ul li:nth-of-type(2) {
  transition-delay: 0.1s;
}
#wrap.main .sec05 .our_wrap[data-motion].is_animated ul li:nth-of-type(3) {
  transition-delay: 0.2s;
}
#wrap.main .sec05 .our_wrap[data-motion].is_animated ul li:nth-of-type(4) {
  transition-delay: 0.3s;
}
#wrap.main .sec05 ul{
	display:flex;
	flex:1;
	align-items: center;
	justify-content: space-between;
	margin-bottom:10px
}


#wrap.main .sec05 ul li{
	border-radius:10px;
	overflow:hidden;
	transition: all 0.15s ease-in-out;
}

#wrap.main .sec05 ul li:hover{
border:solid 1px #00a7e1;
	 box-shadow:5px 5px 10px #dedede
}


@media (max-width: 1023px) {
	#wrap.main .sec05 ul li img{
		width:100%
	}
	#wrap.main .sec05 ul{
		gap:10px
	}
	#wrap.main .sec05 ul li{
		border-radius:5px
	}
}



#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: #107AF2;
  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: #107AF2;
    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: #107AF2;
}
#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: #107AF2;
}
#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: #1AB5C3;
  border-color: #1AB5C3;
}
#wrap.recruitment .recruitment_list ul > li.doing {
  background: #E4F2FE;
}
#wrap.recruitment .recruitment_list ul > li.doing a .tag {
  color: #107AF2;
  border-color: #107AF2;
}
#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 #107AF2;
}
@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: #107AF2;
  }
  .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/common/icon_download.svg");
  }
  .support.library .file_list a:hover .btn.download span:after {
    background-image: url("../images/common/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: #107AF2;
  background-color: #107AF2;
  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: #107AF2;
  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: #107AF2;
  background-color: #107AF2;
}
.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: #107AF2;
}
.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: #107AF2;
}
.sticky.fixed li.active button {
  font-weight: 600;
  color: #107AF2;
}
.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: #107AF2;
}
@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/common/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 #107AF2;
    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: #107AF2;
}
@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: #107AF2;
  }
}

#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/common/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: #107AF2;
}
@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: #1AB5C3;
  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: #107AF2;
  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: #107AF2;
}
#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: #107AF2;
  }
  #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: #107AF2;
  }
  #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: #107AF2;
  }
  #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: #107AF2;
  }
  #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: #107AF2;
}
@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: #107AF2;
  }
  #wrap.about .sticky li.active:after {
    background-color: #107AF2;
  }
}
#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 #107AF2;
  background-color: #107AF2;
  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: #107AF2;
}
#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: #107AF2;
  }
  #wrap.about .sec04 .round ul li:nth-of-type(1) .dim {
    background: #107AF2;
  }
  #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: #107af2;
  }
  #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: #107AF2;
  }
  #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: #107AF2;
}
#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: #1ab5c3;
}
#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: #107AF2;
}
#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/main/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: #107AF2;
  }
  #wrap.esg.safety .activityImg .slider_wrap .bot_btn .button > div.swiper-button-prev:hover:before {
    background-image: url("../images/main/sec05_slider_prev_on.svg");
  }
}
#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/main/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: #107AF2;
  }
  #wrap.esg.safety .activityImg .slider_wrap .bot_btn .button > div.swiper-button-next:hover:before {
    background-image: url("../images/main/sec05_slider_next_on.svg");
  }
}
@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: #107AF2;
}
#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: #107AF2;
}
#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: #107AF2;
}
#wrap.esg.ethical .system .diagram .circle:nth-of-type(3) .desc {
  right: -205px;
  color: #107AF2;
}
#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: #107AF2;
}
#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: #107AF2;
}
#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: #107AF2;
    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 .scroll_area {
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

#wrap.gs-careplus section.customer_focus .scroll_area > * {
  width: 50%;
}

#wrap.gs-careplus section.customer_focus .slogan_area {
  position: relative;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}


#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 .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 .scroll_area {
	  width: 100%;
	  display: block;
	  position: relative;
	  overflow: hidden;
	  background:red
	}
	#wrap.gs-careplus section.customer_focus .customer_focus_inner {
		padding: 0 20px;
	  }
		#wrap.gs-careplus section.customer_focus .scroll_area {
		  display: block;
		}
	  #wrap.gs-careplus section.customer_focus .scroll_area > * {
		width: 100%;
	  }
	#wrap.gs-careplus section.customer_focus .slogan_area h3 {
	  position: relative;
	  top: 0;
	  left: 0;
	  z-index: 2;
	  font-size: 24px;
	  font-weight: 600;
	  letter-spacing: -1.5px;
	}

	#wrap.gs-careplus section.customer_focus .img_area {
		width:100%
	}
	#wrap.gs-careplus section.customer_focus .img_area ul li {
		margin-bottom: 30px;
	}
	#wrap.gs-careplus section.customer_focus .img_area ul li {
		margin-bottom: 30px;
	}
	#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.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, #107AF2, #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, #107AF2, #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(../images/maintenance/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(../images/maintenance/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: #107AF2;
}
@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 #107AF2;
}
@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: #107AF2;
}
#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(../images/maintenance/partial-replacement_process_bg.jpg);
}
@media (max-width: 767px) {
  #wrap.partial-replacement .process_wrap_common {
    background-image: url("../images/maintenance/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: #1AB5C3;
}
#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: #107AF2;
  }
}
@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/common/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/common/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/common/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/common/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: #107AF2;
  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: #107AF2;
  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/common/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("../images/maintenance/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("../images/maintenance/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("../images/maintenance/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: #107AF2;
  background-color: #107AF2;
  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: #107AF2;
  }
}
#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/common/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: #107AF2;
}
#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/common/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/common/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/common/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;
  }
}


	.spec {width:100%;border-top:solid 1px #dedede;}
	.spec th {width:250px; padding:20px; vertical-align:top;border-bottom:solid 1px #dedede; line-height:1.5; color:#0046a6; border-right:solid 1px #dedede}
	.spec td { padding:20px; border-bottom:solid 1px #dedede; line-height:1.5}
	.table_bg {background:#f7f8fa}



.specTableBox {
	overflow: auto;
}
.specTableBox::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15);
	background-color: #f1f1f1;
}
.specTableBox::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #f1f1f1;
}
.specTableBox::-webkit-scrollbar-thumb {
	background: #0052a4;
}
.specTable {
	min-width: 800px;
}
.specItem {
	padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 17px;
	line-height: 1.5;
	letter-spacing: 0;
}
.specItem:first-child {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.specItem:nth-child(2n) {
	background-color: #f7f8fa;
}
.specItem .title {
	width: 207px;
	line-height:1.5;
	padding-left: 20px;
	font-weight: 500;
	color: #0052a4;
	font-size:18px
}
.specItem .text {
	width: calc(100% - 207px);
	opacity: 0.8;
	color: #333;
	position: relative;
	padding-left: 20px;
}
.specItem .text:before {
	content: "";
	position: absolute;
	left: 0;
	width: 1px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 1180px) {
	.specItem {
		font-size: 15px;
	}
	.specItem .title {
		width: 170px;
		font-size:15px;
	}
	.specItem .text {
		width: calc(100% - 170px);
	}
}


.mt_50 {margin-top:50px}
.mb_50 {margin-bottom:50px}
.mb_20 {margin-bottom:20px}
.mb_10 {margin-bottom:10px}
.mb_100 {margin-bottom:100px} 



.side_wrap { background:#f9fafd;padding:100px 50px; font-size:16px}
.side_inner {max-width:1280px; width:100%; margin:0px auto;}
.side_inner2 {width:100%; margin:0px auto;}
.side_close {text-align:right}
.pop_inner {max-width:500px;  width:100%; margin:0px auto; }
.pop_tit {text-align:center; margin:50px 0}
.pop_con {margin-bottom:150px}
.pop_tit h3 {font-size:45px; padding:0 0 20px 0}
.pop_text {font-size:20px; margin-bottom:10px; line-height:1.2}
.input_flex_inner {margin-bottom:30px}
.input_label {margin-bottom:10px}
.w_input { border:solid 1px #dedede; padding:12px 5px; width:100%; border-radius:5px !important}
.w_input::placeholder {color: #999999;font-size:16px!important}
.w_select {  border:solid 1px #dedede; padding:12px 5px;border-radius:5px !important ; font-size:16px  } 
.select_lable {padding:0 5px;line-height:1;  position:relative; top:4px}
.w_radio_wrap {}
.w_radio_wrap label{margin-right:10px!important}
.w_radio {position:relative; top:3px}
.w_textarea {   border:solid 1px #dedede; padding:12px; width:100%; min-height:100px; background:#fff; border-radius:5px} 
.w_textarea_text  {background:#000; border:none; border:solid 2px #555; padding:12px; width:100%; height:100px; overflow-y:scroll}  
.input_flex {display:flex; gap:20px; margin-bottom:50px }
.input_flex.input_flex_m10{ margin-bottom:10px }
.input_btn {text-align:center}
.input_btn span{ width:100%; height:50px; text-align:center; display:inline-block; line-height:50px; background:#0053db; color:#fff; border-radius:5px !important  }
.map_info {margin-top:100px;}
.map_info table {width:100%; border-top:solid 2px #000}
.map_info table tr th { border-bottom:solid 1px #dedede; text-align:left; padding:20px; font-weight:900; width:20% }
.map_info table tr td { border-bottom:solid 1px #dedede; text-align:left; padding:20px; } 














#wrap.main .sec06 {
	 padding: 90px 0;
  background:#f8f8f8;
}





#wrap.main section.customer_focus .scroll_area {
  width: 100%;
  display: flex;
  position: relative;
}

#wrap.main section.customer_focus .scroll_area > * {
  width: 50%;
}
#wrap.main section.customer_focus .slogan_area {
  position: relative;
  height: 83.33vh;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

#wrap.main section.customer_focus .slogan_area h3 {
  position: absolute;
  top: 0;
  left: calc(100% - 400px);
  z-index: 2;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: -1.5px;
}

#wrap.main section.customer_focus .img_area {
  display:flex; 
  gap:30px; 
  width:100%
}

#wrap.main section.customer_focus .img_area ul {
	flex:1
}
.img_area_ul {margin-top:120px}
#wrap.main section.customer_focus .img_area ul li {
  width: 100%;
  height: fit-content;
  margin-bottom: 30px;
}
#wrap.main section.customer_focus .img_area ul li:last-child {
  margin-bottom: 0;
}


@media (max-width: 1023px) {
	#wrap.main section.customer_focus .scroll_area {
	  width: 100%;
	  display: block;
	  position: relative;
	}  

   #wrap.main section.customer_focus .scroll_area > * {
    width: 100%;
  }
  #wrap.main section.customer_focus .slogan_area {
	  height: auto;
	}
	#wrap.main section.customer_focus .slogan_area h3 {
	  position: relative;
	  top: 0;
	  left: 0;
	  z-index: 2;
	  font-size: 24px;
	}
	#wrap.main section.customer_focus .img_area {
	  display:block; 
	}
	 #wrap.main section.customer_focus .img_area ul li {
		margin-bottom: 30px;
	  }
	  #wrap.main section.customer_focus .img_area ul li[data-motion] {
		transform: translateY(10%);
		transition: transform 0.75s, opacity 0.75s;
		opacity: 0;
	  }
	  #wrap.main section.customer_focus .img_area ul li[data-motion].is_animated {
		transform: translateY(0);
		opacity: 1;
	  }
	  .img_area_ul {margin-top:50px}
	  .img_area_ul2 {margin-top:30px}

}













.review_box {border-radius:10px; background:#fff; padding:30px; box-shadow:5px 5px 10px #dedede; display:flex;gap:20px}
.review_box .left {width:calc(100% - 80px); line-height:1.2 }
.review_box .right {width:80px; height:80px; border-radius:10px;background:#f1f1f1}
.review_box .left .star {font-size:16px; margin-bottom:10px}
.star_tit {font-size:14px; font-weight:600; margin-bottom:15px}
.star_text {font-size:14px; margin-bottom:15px}
.star_name {font-size:14px;color:#afafaf}
.review_btn {transition: all 0.15s ease-in-out; width:170px; height:50px; border:solid 1px #00a7e1; text-align:center; font-size:16px; display:inline-block; font-weight:normal; border-radius:5px;color:#00a7e1;}
.review_btn:hover { background:#00a7e1;color:#ffffff;}




.review_total {padding:90px 0 0 0; }
.review_total_inner {display:flex; justify-content: space-between; align-items: center; }
.review_total_box {margin-bottom:50px}
.review_total_box:last-child {margin-bottom:0} 
.review_total_font01 {color:#00a7e1; margin-bottom:10px}
.review_total_font02 {font-size:50px; font-weight:600}

@media (max-width: 1023px) {
	.review_btn {line-height:50px; margin-top:20px}
	.review_total_inner {display:block}
	.review_total_right img{width:100%}
	.review_total_font01 {}
	.review_total_font02 {font-size:35px;}
}




/* .review_total {padding:90px 0 0 0; }
.review_total_inner {position:relative; text-align:right}
.review_total_text {position:absolute; left:0; top:0; padding:100px 0 0 0; text-align:left}
.review_total_box {margin-bottom:100px}
.review_total_font01 {color:#00a7e1}
.review_total_font02 {font-size:50px; font-weight:600}	*/


.visual {margin-bottom:40px}
.visual_inner {display:flex;justify-content: space-between;}	
.visual_left {width:800px; }
.visual_slide { border-radius:10px; overflow:hidden;margin-bottom:20px}
.visual_right {width:380px;height:450px; border:solid 1px #dedede; border-radius:10px; padding:50px 40px; box-shadow:5px 5px 10px #dedede}
.visual_right .tit {font-size:24px;margin-bottom:60px;font-weight:600}
.visual_right .input_box {margin-bottom:10px}
.visual_right .basic_input {width:100%; height:50px; padding:7px; border:solid 1px #dedede; border-radius:5px; font-size:16px}
.visual_right .btn_box { margin-top:50px} 
.btn_box span {display:inline-block; transition: all 0.15s ease-in-out; width:100%; height:50px;text-align:center; color:#fff; line-height:50px; background:#00a7e1; border-radius:5px; } 
.btn_box span:hover {background:#3463c1}


 .cart_inner .basic_input {width:100%; height:50px; padding:7px; border:solid 1px #dedede; border-radius:5px; font-size:16px}


.sec07 {padding:90px 0; background:#f7faff}
.ideology {display:flex;justify-content: space-between;align-items: center;}
.ideology .left {width:calc(100% - 500px); padding-right:100px; word-break:keep-all}
.ideology .left .ideology_font01{font-size:30px; margin-bottom:40px; font-weight:600}
.ideology .left .ideology_font02{font-size:18px; line-height:1.5}
.ideology .right {border-radius:10px;overflow:hidden}
@media (max-width: 1023px) {
	.ideology {display:block}
	.ideology .left {width:100%; padding-right:50px; word-break:keep-all}
	.ideology .left .ideology_font01{font-size:20px; margin-bottom:40px; font-weight:600}
	.ideology .left .ideology_font02{font-size:14px; line-height:1.5}
	.ideology .right {border-radius:10px;overflow:hidden; margin-top:30px}	

}



.sec08 {background:#142843}
.main_map {display:flex;justify-content: space-between;align-items: center;}
.main_map .left {width:calc(100% - 500px); padding-right:100px; word-break:keep-all}
.main_map .left .main_map_font01{font-size:30px; margin-bottom:40px; font-weight:600;color:#ffffff; line-height:1.2}
.main_map .left .main_map_font01 span {color:#00a7e1}
.main_map .left .main_map_font02{font-size:18px; line-height:1.5;color:#ffffff}
.main_map .right {border-radius:10px;overflow:hidden}
@media (max-width: 1023px) {
.main_map {display:block; padding:90px 0}
.main_map .left {width:100%; padding-right:50px; word-break:keep-all}
.main_map .left .main_map_font01{font-size:20px; margin-bottom:40px; font-weight:600}
.main_map .left .main_map_font02{font-size:14px; line-height:1.5;color:#ffffff}
.main_map .right {margin-top:50px;overflow:hidden}	

}



.sec09 {background:#fff; padding:90px 0}
.promise {display:grid;grid-template-columns: 1fr 1fr;grid-template-rows: repeat(2, 1fr);column-gap: 20px;row-gap: 20px;}
.promise .item {background:#f0f4f9; border-radius:10px; padding:45px 40px; display:flex;justify-content: space-between;align-items: center;}
.promise .item .left {padding-right:50px}
.promise .item .right {}
.promise .item .left .font01 {font-size:30px; font-weight:600; margin-bottom:20px; }
.promise .item .right .font02 {font-size:18px; font-weight:600}
@media (max-width: 1023px) {
.promise {display:grid;grid-template-columns: 1fr;grid-template-rows: repeat(4, 1fr);column-gap: 20px;row-gap: 20px;}
.promise .item {background:#f0f4f9; border-radius:10px; padding:45px 40px; display:flex;justify-content: space-between;align-items: center;}
.promise .item .left {padding-right:50px}
.promise .item .right {}
.promise .item .left .font01 {font-size:20px; font-weight:600; margin-bottom:20px; }
.promise .item .right .font02 {font-size:14px; font-weight:600}

}



.sec10 {padding:0 0 90px 0; text-align:center}
@media (max-width: 1023px) {
	.sec10 img{width:100%}
}


.sec11 {background:#00a7e1; padding:90px 0}
.counseling {display:flex;justify-content: space-between;align-items: center;}
.counseling .left {width:calc(100% - 650px); padding-right:100px; word-break:keep-all}
.counseling .left .counseling_font01{font-size:30px; margin-bottom:40px; font-weight:600;color:#ffffff; line-height:1.2}
.counseling .left .counseling_font02{font-size:18px; line-height:1.5;color:#ffffff}
.counseling .right {border-radius:10px;overflow:hidden; background:#fff; padding:40px; width:650px; }
.line_1 .basic_input {width:100%; height:50px; padding:7px; border:solid 1px #dedede; border-radius:5px; font-size:16px}

.line_1 {display:flex; gap:10px; flex:1; margin-bottom:10px}
.line_3 .btn_box { margin-top:20px} 
@media (max-width: 1023px) {
	.counseling {display:block}
	.counseling .left {width:100%; margin-bottom:40px}
	.counseling .left .counseling_font01{font-size:20px; margin-bottom:20px; }
	.counseling .left .counseling_font02{font-size:14px; }
	.counseling .right {border-radius:10px;overflow:hidden; background:#fff; padding:30px; width:100%; }


}




.f_logo {margin-bottom:60px}
.f_logo img{height:26px}
.f_menu {margin-bottom:40px}
.f_menu ul li{margin-right:40px; display:inline-block}
.f_menu ul li a{color:#fff; font-weight:600;font-size:16px}
.f_copy {display:flex;justify-content: space-between;align-items: flex-end;}
.f_copy_left {display:flex;justify-content: space-between; color:#afafb1; font-size:16px; line-height:2;gap:100px}
.f_copy_right {color:#afafb1;font-size:16px;}

@media (max-width: 1023px) {
	.f_logo {margin-bottom:30px}
	.f_menu {display:none}
	.f_copy {display:block}
	.f_copy_left {color:#afafb1; font-size:14px; line-height:2; display:block}
	.f_copy_right {color:#afafb1;font-size:14px;}

}


@media (max-width: 1023px) {
	.visual {margin-bottom:40px}
	.visual_inner {display:block}	
	.visual_left {width:100%; }
	.visual_slide { border-radius:10px; overflow:hidden;margin-bottom:20px}
	.visual_slide img{ width:100%}
	.visual_right {width:100%;height:auto; border:solid 1px #dedede; border-radius:10px; padding:50px 40px; box-shadow:5px 5px 10px #dedede}
	.visual_right .tit {font-size:20px;margin-bottom:60px;font-weight:600}
	.visual_right .input_box {margin-bottom:10px}
	.visual_right .basic_input {width:100%; height:50px; padding:7px; border:solid 1px #dedede; border-radius:5px; font-size:16px}
}


.sec12 {padding:90px 0}
						
.sub01_font {font-size:60px; font-weight:600; line-height:1.2}
.sub01_font span{color:#00a7e1; }
.sub01_font01 {padding-left:200px}
.sub01_font03 {padding-left:100px}
.sub01_font04 {padding-left:600px; padding-top:50px; line-height:1.2;}
.sub01_font04_01 {font-size:30px;font-weight:600;} 
.sub01_font04_02 {font-size:22px;}

@media (max-width: 1023px) {
	.sub01_font {font-size:40px; font-weight:600; line-height:1.2}
	.sub01_font span{color:#00a7e1; }
	.sub01_font01 {padding-left:50px}
	.sub01_font03 {padding-left:60px}
	.sub01_font04 {padding-left:0; padding-top:50px; line-height:1.2; word-break:keep-all}
	.sub01_font04_01 {font-size:22px;font-weight:600;} 
	.sub01_font04_02 {font-size:18px;}
}

.sec13 {background:url(/images/sub01_01.jpg); background-size:cover; padding:90px 0}
.sec13 .tit {text-align:center}
.sec13 .tit h3 {color:#fff; font-size:50px; margin-bottom:30px}
.sec13 .tit h3  span {color:#00a7e1;}
.sec13 .tit p {font-size:18px; color:#fff; line-height:1.2; word-break:keep-all}

@media (max-width: 1023px) {
	.sec13 .tit h3 {  font-size:30px; }
	.sec13 .tit p {font-size:14px; }
}

.sec14 {padding:90px 0}
.sec14_inner {display:flex; justify-content: space-between; align-items: flex-start; }
.sec14 .left{font-size:40px;font-weight:600; line-height:1.2; padding-top:50px}
.sec14 .right{}
@media (max-width: 1023px) {
	.sec14 .right img {width:100%}
	.sec14_inner {display:block}
	.sec14 .left{font-size:25px; }
	.sec14 .right{}
}

.sec15{padding:0 0 90px 0; }
.sub_review_total {}
.sub_review_total_inner {position:relative; text-align:right}
.sub_review_total_text {position:absolute; left:0; top:0; padding:0 0 0 0; text-align:left}
.sub_review_total_box {margin-bottom:100px}
.sub_review_total_font01 {color:#00a7e1}
.sub_review_total_font02 {font-size:40px; font-weight:600; line-height:1.2}
@media (max-width: 1023px) {
	.sub_review_total_text {position:relative; left:0; top:0; padding:0 0 0 0; text-align:left}
	.sub_review_total_font02 {font-size:25px; font-weight:600}
	.sub_review_total_box {margin-bottom:50px}
	.sub_review_total_right img {width:100%}
}



.sec16 {padding:90px 0 0 0}
.sec16_inner  {display:flex;   align-items: center; }
.sec16_inner .left {}
.sec16_inner .right {}
.sec16_inner .right .sec16_font01 {margin-bottom:30px}
.sec16_inner .right .sec16_font02 {}
.sec16_inner .right .sec16_font02 {font-size:40px; line-height:1.2; margin-bottom:30px; font-weight:600}
.sec16_inner .right .sec16_font02 span {color:#00a7e1}
.sec16_inner .right .sec16_font03 {font-size:18px}
.mo_view {display:none}
@media (max-width: 1023px) {
	.sec16_inner .left img {width:100%}
	.sec16_inner  {display:block }
	.sec16_inner .right  {margin-bottom:50px; word-break:keep-all}
	.sec16_inner .right .sec16_font02 {font-size:25px; line-height:1.2; margin-bottom:30px; font-weight:600}
	.sec16_inner .right .sec16_font02 span {color:#00a7e1}
	.sec16_inner .right .sec16_font03 {font-size:16px}
	.pc_view {display:none}
	.mo_view {display:block}
}


.sub_reveiw {display:flex; flex:1; gap:30px}
.sub_reveiw li{margin-bottom:30px}
.sec17 {padding:90px 0}

@media (max-width: 1023px) {
	.sub_reveiw {display:block}
}


.sec18 {padding:90px 0; text-align:center}
.sec18_font01 {font-size:36px; font-weight:600; margin-bottom:10px}
.sec18_font02 {font-size:30px; display:flex; justify-content: center; align-items: flex-start; gap:20px; margin-bottom:30px }
.sec18_font02 span {padding:10px 20px; color:#fff; background:#000; font-weight:600; border-radius:100px}
.sec18_font03 {font-size:18px; line-height:1.2; word-break:keep-all}
.sec18_font04 {margin-top:50px; }
.sec18_font04 img{width:100%}
.sec18_font04.auto img {width:auto}
@media (max-width: 1023px) {
	.sec18_font01 {font-size:18px; font-weight:600; margin-bottom:10px}
	.sec18_font02 {font-size:25px; display:inline-block;  margin-bottom:30px }
	.sec18_font02 span {display:block;  padding:10px 20px; color:#fff; background:#000; font-weight:600; border-radius:100px; margin-bottom:10px}
	.sec18_font03 {font-size:16px; }
	.sec18_font04 {margin-top:50px; }
	.sec18_font04 img{width:100%}
}


.sec19  {background:#eef3fa; padding:90px 0}
.process_pc {display:flex;justify-content: flex-start; align-items: flex-start;  }
.sec19  .text_area {text-align:center; padding:25px}
.sec19  .text_area .sec19_01{color:#00a7e1; font-size:16px; margin-bottom:10px}
.sec19  .text_area .sec19_02{font-weight:600; font-size:20px;margin-bottom:5px}
.sec19  .text_area .sec19_03{font-size:16px}

.process_mo {display:none}
.process_mo_line_1 { display:flex; justify-content: center; align-items: flex-start; }
@media (max-width: 1023px) {
	.process_pc {display:none}
	.process_mo {display:block}
	.process_icon {width:calc(50% - 40px)}
	.process_arrow {width:40px}
	.process_icon img {width:100%}
	.process_arrow img {width:100%}
	.sec19  .text_area {text-align:center; padding:15px}
	.sec19  .text_area .sec19_01{color:#00a7e1; font-size:14px; margin-bottom:10px}
	.sec19  .text_area .sec19_02{font-weight:600; font-size:18px;margin-bottom:5px}
	.sec19  .text_area .sec19_03{font-size:16px}

}

.customer {border-radius:20px; background:#0091e1; padding:70px 140px;display:flex;justify-content: flex-start; align-items: center;margin-top:90px}
.customer_left {}
.customer_right{text-align:center;width:calc(100% - 170px)}
.customer_01 {color:#fff; font-size:30px}
.customer_02 {color:#fff; font-size:70px; font-weight:600}
@media (max-width: 1023px) {
	.customer {border-radius:20px; background:#0091e1; padding:30px 30px;display:flex;justify-content: flex-start; align-items: center;margin-top:90px}
	.customer_left {}
	.customer_left img{width:50px}
	.customer_right{text-align:center;width:calc(100% - 50px)}
	.customer_01 {color:#fff; font-size:16px}
	.customer_02 {color:#fff; font-size:40px; }

}


.sec20 {padding:90px 0}
.case {display:flex;display:flex;justify-content: space-between; align-items: flex-start;}
.case_left {}
.case_left ul li {}
.case_left ul li.select {  }

.baro_tab_1 { position:relative; width:100%; } /*240924 z-index:99;  */
.baro_tab_1 li {   }
.baro_tab_1 li span{width:350px; height:80px;font-size:20px; font-weight:600; padding:0 20px; line-height:80px; border-radius:10px; margin-bottom:10px; display:inline-block }
.baro_tab_1 li.active span{background:#f0f4f9;}
.tab_cont {position:relative}
.vis_hidden {display:none}



.case_right {}
.sec21 {padding:90px 0; background:#00a7e1 }
.sec21 .title {font-size:60px; color:#fff; text-align:center; font-weight:600; line-height:1.2; margin-bottom:50px}
.sec21 .title span {color:#000}
.info_grid {display:grid;grid-template-columns: 1fr 1fr 1fr;grid-template-rows: repeat(2, 1fr);column-gap: 20px;row-gap: 20px;}
.info_grid .item {background:#ffffff; border-radius:10px; padding:30px 30px; display:flex;justify-content: space-between;align-items: center;}
.info_grid .item .left {padding-right:20px}
.info_grid .item .right {}
.info_grid .item .right .font01 {font-size:20px; font-weight:600; margin-bottom:10px; color:#00a7e1 }
.info_grid .item .right .font02 {font-size:16px; line-height:1.2  }
@media (max-width: 1023px) {
.case {display:block}
.case_left {}
.case_left ul li {width:100%; height:80px;font-size:20px; font-weight:600; padding:0 20px; line-height:80px; border-radius:10px; margin-bottom:10px}
.case_left ul li.select { background:#f0f4f9; }
.case_right {}	
.case_right img{width:100%}	
.sec21 .title {font-size:40px; color:#fff; text-align:center; font-weight:600; line-height:1.2; margin-bottom:50px}	
.info_grid {display:grid;grid-template-columns: 1fr;grid-template-rows: repeat(4, 1fr);column-gap: 20px;row-gap: 20px;}
.info_grid .item {background:#f0f4f9; border-radius:10px; padding:45px 40px; display:flex;justify-content: space-between;align-items: center;}
.info_grid .item .left {padding-right:50px}
.info_grid .item .right {}
.info_grid .item .left .font01 {font-size:20px; font-weight:600; margin-bottom:20px; }
.info_grid .item .right .font02 {font-size:14px; font-weight:600}

}


.sec22 img{width:100%}
.sec23 {margin-top:90px}
.sec23_pc {}
.sec23_pc img{width:100%} 
.sec23_m img{width:100%} 
.sec23_m{display:none}
@media (max-width: 1023px) {
.sec23_pc {display:none}
.sec23_m{display:block}
}

header nav a.select {color:#00a7e1}

.font_15 {font-size:15px}

						

						.cart_wrap {width:100%; position:fixed; top:-90px; left:0; z-index:1; height:90px; background:#ccedf9; padding-top:20px}
				.cart_wrap .inner {position:relative;}
				.cart_wrap .title  {font-weight:600; font-size:18px}
				.cart_inner {display:flex;justify-content: space-between;align-items: center; }
				.cart_inner .input_box{max-width:250px; width:100%} 
				.cart_inner .btn_box {max-width:350px; width:100%} 
				.cart_down {position:absolute; right:-50px}

				@media (max-width: 1023px) {
						.cart_wrap {box-shadow:5px 5px 10px #dedede;width:100%; position:fixed; top:-1000px; left:0; z-index:1; height:280px; background:#ccedf9; padding-top:20px}
						.cart_wrap .title  {font-weight:600;margin-bottom:20px; }
						.cart_inner {display:block }
						.cart_inner .input_box{max-width:100%; width:100%; margin-bottom:10px} 
						.cart_inner .input_box .basic_input {width:100%}
						.cart_inner .btn_box {max-width:100%;width:100%} 
						.cart_down {position:absolute; right:20px; top:-5px}
					}




#menu_all { position: fixed; top: 0; bottom: 0; left: 0; right: 0; padding: 140px 96px 32px; background: #ffffff; transition: none; display: none; overflow: hidden; overflow-y: auto; display: none; z-index:99; height:100vh}
#menu_all .h_area { position: fixed; top: 0; left: 0; right: 0; height: 140px; background: #ffffff; z-index: 1; }
#menu_all .t_bar { background: #fff; border-radius: 20px; margin-bottom: 16px; }
#menu_all.on .t_bar { animation: 0.7s fade_right ease-in-out both; animation-delay: 0.2s; }
#menu_all .t_bar .call_center { padding: 0 45px; font-size: 26px; font-weight: 500; line-height: 96px; }
#menu_all .t_bar .call_center span { display: inline-block; padding: 0 14px; line-height: 30px; background: #f1f3f8; border-radius: 10px; font-size: 14px; color: #52b6c6; vertical-align: middle; margin: -3px 22px 0 8px; }
#menu_all .t_bar .call_center em { display: inline-block; font-size: 40px; vertical-align: middle; margin-top: -3px; }
#menu_all .t_bar .r_menu { position: absolute; top: 50%; right: 50px; transform: translateY(-50%); }
#menu_all .t_bar .r_menu li { float: left; padding: 0 35px; }
#menu_all .t_bar .r_menu li::before { content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 1px; height: 24px; background: #dfe0e4; }
#menu_all .t_bar .r_menu li:first-child::before { display: none; }
#menu_all .t_bar .r_menu li a { font-weight: 500; padding-left: 22px; background: no-repeat 0 center; }
#menu_all .t_bar .r_menu li.rv a { background-image: url(../images/ic_r_btns_reservation.png); }
#menu_all .t_bar .r_menu li.map a { background-image: url(../images/ic_r_btns_map.png); }
#menu_all .menu { display: flex; gap: 17px; }
#menu_all .menu dl { width: 20%; background: #fff; border-radius: 20px; height: 588px; padding: 15px 40px; box-sizing: border-box; }
#menu_all.on .menu dl { animation: 0.7s fade_right ease-in-out both; animation-delay: 0.3s; }
#menu_all.on .menu dl:nth-child(2) { animation-delay: 0.4s; }
#menu_all.on .menu dl:nth-child(3) { animation-delay: 0.5s; }
#menu_all.on .menu dl:nth-child(4) { animation-delay: 0.6s; }
#menu_all.on .menu dl:nth-child(5) { animation-delay: 0.7s; }
#menu_all .menu dl dt { line-height: 59px; border-bottom: 1px solid #d9d9d9; font-size: 26px; font-weight: 500; }
#menu_all .menu dl dd { position: absolute; top: 75px; left: 0; right: 0; bottom: 15px; }

#menu_all .menu dl dd .mCSB_container { padding: 6px 0; }
#menu_all .menu dl dd .mCSB_container>ul { padding: 0 40px; }
#menu_all .menu dl dd .mCSB_container>ul>li>a { display: block; line-height: 28px; padding: 7px 0; }
#menu_all .menu dl dd .mCSB_container>ul>li:hover>a,
#menu_all .menu dl dd .mCSB_container>ul>li.on>a { color: #52b6c6; }
#menu_all .menu dl dd .mCSB_container>ul>li>ul { padding: 0 10px 5px; }  /*240415 padding-left 10px 異붽�*/
#menu_all .menu dl dd .mCSB_container>ul>li>ul>li>a { display: block; font-size: 15px; line-height: 150%; color: #707070; padding: 5px 0; }
@media screen and (max-width:1800px) {
    .h_quick { right: 90px; }

    #menu_all { padding: 120px 32px 32px; }
    #menu_all .h_area { height: 120px; }
    #menu_all .menu dl { height: 520px; padding: 15px 30px; }
    #menu_all .menu dl dd .mCSB_container>ul { padding: 0 30px; }
}
@media screen and (max-width:1280px) {
    .h_quick { right: 70px; line-height: 38px; font-size: 14px; }
	
    @keyframes bounce_left {
        0% { width: 0; }
        50% { width: 200px; }
        100% { width: 170px; }
    }
    #menu_all { padding: 100px 20px 20px; }
    #menu_all .h_area { height: 100px; }
    #menu_all .t_bar { margin-bottom: 10px; }
    #menu_all .t_bar .call_center { padding: 0 20px; font-size: 22px; line-height: 76px; }
    #menu_all .t_bar .call_center span { padding: 0 10px; line-height: 24px; font-size: 13px; margin: -3px 5px 0 5px; }
    #menu_all .t_bar .call_center em { font-size: 24px; }
    #menu_all .t_bar .r_menu { right: 5px; }
    #menu_all .t_bar .r_menu li { padding: 0 15px; }
    #menu_all .t_bar .r_menu li::before { height: 18px; }
    #menu_all .t_bar .r_menu li a { padding-left: 18px; font-size: 16px; }
    #menu_all .menu { gap: 10px; }
    #menu_all .menu dl { border-radius: 15px; height: 450px; padding: 10px 20px; }
    #menu_all .menu dl dt { line-height: 45px; font-size: 20px; }
    #menu_all .menu dl dd { top: 55px; bottom: 10px; }

    #menu_all .menu dl dd .mCSB_container { padding: 4px 0; }
    #menu_all .menu dl dd .mCSB_container>ul { padding: 0 20px; }
    #menu_all .menu dl dd .mCSB_container>ul>li>a { line-height: 24px; padding: 5px 0; font-size: 16px; }
    #menu_all .menu dl dd .mCSB_container>ul>li>ul>li>a { font-size: 13px; padding: 3px 0; }
}
@media screen and (max-width:880px) {
    #menu_all .t_bar { padding: 15px 20px; }
    #menu_all .t_bar .call_center { padding: 0; line-height: 150%; }
    #menu_all .t_bar .r_menu { position: relative; top: auto; right: auto; transform: none; margin-top: 5px; }
    #menu_all .t_bar .r_menu li { float: none; display: inline-block; padding: 0 10px 0 0; line-height: 150%; }
    #menu_all .t_bar .r_menu li::before { display: none; }

    #menu_all .menu { display: block; gap: 0; padding-top:20px }
    #menu_all .menu dl { width: auto; margin-bottom: 10px; height: auto;  }
    #menu_all .menu dl dt { line-height: 40px; font-size: 18px;   margin: 0; cursor: pointer; padding-bottom:15px}
   	 #menu_all .menu dl dt img {margin-top:7px; height:20px}
	#menu_all .menu dl dt::after { content: ''; position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 14px; height: 6px; background: url(../images/arr_all_menu.png) 0/100% 100%; }
    #menu_all .menu dl dd { position: relative; top: auto; left: auto; right: auto; bottom: auto; display: none; }
    #menu_all .menu dl.on dd { display: block; }

    #menu_all .menu dl dd .mCSB_container { padding: 3px 0; }
    #menu_all .menu dl dd .mCSB_container>ul { padding-left:10px; } /*240415 0->10*/
    #menu_all .menu dl dd .mCSB_container>ul>li>a { line-height: 20px; padding: 3px 0; font-size: 15px; } /*240415 14->15*/
    #menu_all .menu dl dd .mCSB_container>ul>li>ul>li>a { font-size: 14px; padding: 2px 0; } /*240415 font-size 12 => 14*/

	.toplogo { position:absolute; top:30px; left: 20px; z-index: 0; }
    .toplogo img { height: 20px; }
}
@media screen and (max-width:640px) {
    .h_quick { right: 60px; width: 130px; }
    .h_quick.on { animation-duration: 0.5s; }

    @keyframes bounce_left {
        0% { width: 0; }
        50% { width: 170px; }
        100% { width: 130px; }
    }
    #menu_all { padding: 70px 15px 15px; }
    #menu_all .h_area { height: 70px; }
    #menu_all .h_area h1 a { display: block; width: 40px; height: 20px; background: url(../images/logo_mo.png) 0/100% 100%; }
    #menu_all .h_area h1 a img { display: none; }
    #menu_all .t_bar { padding: 10px 15px; border-radius: 12px; }
    #menu_all .t_bar .call_center { font-size: 18px; }
    #menu_all .t_bar .call_center span { display: none; }
    #menu_all .t_bar .call_center em { font-size: 20px; margin-left: 10px; }
    #menu_all .t_bar .r_menu { border-top: 1px solid #efefef; padding-top: 10px; margin-top: 8px; }
    #menu_all .t_bar .r_menu li { font-size: 14px; }
    #menu_all .t_bar .r_menu li a { background-size: auto 14px; }
    #menu_all .t_bar .r_menu li:nth-child(2) a { background-size: auto 15px; }

    #menu_all .menu dl { padding: 5px 12px; border-radius: 12px; }
    #menu_all .menu dl dt { line-height: 35px; font-size: 16px; }
    #menu_all .menu dl dt::after { width: 10px; height: 5px; }

    #menu_all .lang { display: block; }
	
}

			.bt_menu_all { display:none; position:absolute; text-indent: -9999px; top: 50%; right: 20px; transform: translateY(-50%); width: 24px; height: 18px; }
.bt_menu_all::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 46px; height: 46px; background: #dfe3eb; border-radius: 100%; opacity: 0; transition: all 0.3s; }
.bt_menu_all.on::before { opacity: 1; }
.bt_menu_all i { position: absolute; left: 0; right: 0; height: 2px; background: #000; }
.bt_menu_all i:nth-child(1) { top: 0; }
.bt_menu_all i:nth-child(2),
.bt_menu_all i:nth-child(3) { top: 8px; }
.bt_menu_all i:nth-child(4) { top: 16px; }
.bt_menu_all i:nth-child(1),
.bt_menu_all i:nth-child(4) { transition: opacity 0.8s; -webkit-transition: opacity 0.8s; }
.bt_menu_all.on i:nth-child(1),
.bt_menu_all.on i:nth-child(4) { opacity: 0; transition: opacity 0.2s; -webkit-transition: opacity 0.2s; }
.bt_menu_all.on i:nth-child(2),
.bt_menu_all.on i:nth-child(3) { opacity: 0.7; -webkit-transition: -webkit-transform 0.4s; transition: transform 0.4s; -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
.bt_menu_all.on i:nth-child(2) { transform: rotate(-405deg); -webkit-transform: rotate(-405deg); }
.bt_menu_all.on i:nth-child(3) { transform: rotate(-495deg); -webkit-transform: rotate(-495deg); }

@media  (max-width:1023px) {
	.bt_menu_all {display:block}
}

.selectBox2 * { box-sizing: border-box; }
.selectBox2 {
  position: relative;
  width: 100%;
  height: 40px;
  border-bottom: solid 2px #000;
  background:url('/images/icon_select_arrow.png') no-repeat right center;
  background-size: 13px;
  cursor: pointer;
  font-size:   16px
}



.selectBox2 .label {
  display: flex;
  align-items: center;
  width: inherit;
  height: inherit;
  border: 0 none;
  outline: 0 none;
  padding-left: 15px;
  background: transparent;
  cursor: pointer;
   font-size:   16px
}

.selectBox2 .optionList {
  position: absolute; 
  top: 100%;
  left: 0;
  width: 100%;
  list-style-type: none;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  max-height: 0;
  transition: .3s ease-in;
  background:#ffffff; border:solid 1px #000; z-index:88; border-radius:0 
}

.selectBox2.active .optionList {
  max-height: 500px;
}

.selectBox2 .optionItem {
 
  padding: 10px;
  transition: .1s;
}

.selectBox2 .optionItem:hover {
  background: #f0f3f8;
}

.selectBox2 .optionItem:last-child {
  border-bottom: 0 none;
}


.selectBox2 .optionList::-webkit-scrollbar {width: 6px;}
.selectBox2 .optionList::-webkit-scrollbar-track {background: transparent; }
.selectBox2 .optionList::-webkit-scrollbar-thumb {background: #f0f3f8; border-radius: 45px;}
.selectBox2 .optionList::-webkit-scrollbar-thumb:hover {background: #f0f3f8;}


	.visual_search {align-items: center;justify-content: space-between;display:flex; width:100%; gap:20px }
	.visual_search .title {width:calc(100% - 680px); font-size:18px; font-weight:600}
	.visual_search_select {width:180px}
	.visual_search_select select {border:0; border-bottom:solid 2px #000; font-size:16px; height:30px; width:100%; appearance:none; background:url('/images/icon_select_arrow.png') no-repeat right  center;}
	.visual_search_select select option span {color:#00a7e1}
	.visual_search_search {width:500px} 
	.m_search_bar {position:relative}
	.m_search_bar .search { transition: all 1s; }
	.m_search_bar.on .search { width: 100%; }
	.m_search_bar .search .t_box { width: 100%; }
	.m_search_bar .search .t_box input { width: 100%; height: 50px; background: #ffffff; border: 0; border-radius: 35px!important; padding: 0 20px 0 20px; font-size: 16px; border:solid 2px #00a7e1  }
	.m_search_bar .search .t_box.on input { border-radius: 20px 20px 0 0!important; border-bottom:0 }
	.m_search_bar .search .t_box input::placeholder { color: #868686; }
	.m_search_bar .search .t_box .bt_search { position: absolute; top: 0; right: 30px; bottom: 0; width: 42px; background: url(/images/bt_search.png) no-repeat center center/18px; text-indent: -9999px;  }
	.m_search_bar .search .t_box .s_inner::after { content: ''; position: absolute; top: 0; right: 44px; width: 18px; height: 100%; background: no-repeat center right/auto 25px;  }

.m_search_bar .search .t_box .auto_kw { position: absolute; top: 100%; left: 0; right: 0;  background: #ffffff; border-radius: 35px; padding: 0 20px; height: 0; overflow: hidden; }
.m_search_bar .search .t_box .auto_kw::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: #fff; }
.m_search_bar .search .t_box.on .auto_kw { border-radius: 0 0 20px 20px; padding: 20px; height: auto;border:solid 2px #00a7e1; }
.m_search_bar .search .t_box .auto_kw dt { font-size: 16px; color: #343644; margin-bottom: 11px; }
.m_search_bar .search .t_box .auto_kw dd ul { display: flex; flex-wrap: wrap; gap: 8px; }
.m_search_bar .search .t_box .auto_kw dd li a { display: block; padding: 0 15px; line-height: 25px; background: #f6f6f6; border-radius: 13px; font-size: 16px; color: #343644; font-weight: 500; }

@media (max-width: 1023px) {
.visual_search {display:block }
	.visual_search .title {width:100%; margin:20px 0 10px 0}
	.visual_search_select {width:100%; margin-bottom:10px}
	.visual_search_search  {width:100%; margin-bottom:20px}

}