@charset "UTF-8";
@import url(./fonts.css);
body {
  font-family: "Pretendard", "Inter", "Poppins", sans-serif;
}

* {
  text-align: left;
  font-family: inherit;
  box-sizing: border-box;
}

.title-txt {
  font-family: "Poppins", sans-serif;
}

.sub-txt {
  font-family: "Pretendard", "Inter", "Poppins", sans-serif !important;
  line-height: 20px;
}

.Poppins {
  font-family: "Poppins", sans-serif;
}

.Pretendard {
  font-family: "Pretendard", "Inter", "Poppins", sans-serif !important;
}

body {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  display: block;
}

a:hover {
  text-decoration: none;
}

button {
  background: none;
  border: none;
}

nav, main {
  display: block;
}

section {
  margin: 0;
  padding: 0;
  position: relative;
}

header {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 120px;
  display: flex;
  align-content: center;
  gap: 18%;
  padding-left: 4rem;
  background-color: #fff;
}
header a {
  display: grid;
  place-content: center;
}
header .pc-ga-logo {
  padding: 2.5rem 1rem;
}
header .title-txt {
  font-weight: 600;
}

.main-header {
  background-color: transparent;
  gap: 18%;
}

.wrap {
  width: 1920px; /* 너비를 1920px로 고정 */
  margin: 0 auto; /* 좌우 여백을 자동으로 설정하여 가운데 정렬 */
  position: relative; /* 필요에 따라 위치 설정 가능 */
}

.w550 {
  width: 550px;
  margin: 0 auto;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.alt {
  text-indent: -99999px;
  position: absolute;
  top: 0;
  transform: none;
  z-index: -1;
}

nav {
  display: flex;
}
nav.on {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(0);
  z-index: 100;
}
nav .page-link {
  padding: 0.3rem 0;
  margin: 10px 2rem 0 2rem;
  color: black;
  font-size: larger;
}
nav .page-link img.off {
  opacity: 0.5;
}
nav .page-link:hover {
  background: url("https://kr.object.ncloudstorage.com/landing-assets/ptbwaweb/statics/img/com/menu_bg.png") no-repeat center;
}

.page-link.active {
  background: url("https://kr.object.ncloudstorage.com/landing-assets/ptbwaweb/statics/img/com/menu_bg.png") no-repeat center;
}

.nav__pc_menu {
  display: flex;
}

.sec__main-img-background {
  background-color: #D7D7D5;
}

.sec__main-img {
  background: url("../img/kv_bg.jpg") no-repeat center center/cover;
  max-width: 100%;
  width: 1903px;
  height: 973px;
  position: relative;
  padding-top: 100px;
}

footer {
  background-color: #161616;
  color: #8C8C8C;
  padding: 5rem 0;
}
footer .footer-container {
  display: flex;
  justify-content: space-between;
}
footer .grid-item:nth-child(2n) {
  margin-left: 3rem;
}
footer .grid-item:first-child,
footer .grid-item:nth-child(2) {
  margin-bottom: 1rem;
}
footer .grid-item > p:first-child {
  margin-bottom: 0.6rem;
}
footer .footer__left_top {
  margin: 1rem 0;
}
footer .footer__left_top > * {
  margin-bottom: 0.4rem;
}
footer .footer__left_bottom {
  display: flex;
}
footer .footer__left_bottom > span:first-child {
  color: #525252;
  margin-right: 4rem;
}
footer #private-link {
  margin-right: 2rem;
  text-decoration: none;
  color: #8C8C8C;
}

.icon-container {
  display: flex;
}
.icon-container *:not(:last-child) {
  margin-right: 1rem;
}

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

.font-size-mega {
  font-size: 7rem;
}

.font-size-large {
  font-size: 3.5rem;
}

.font-size-medium-large {
  font-size: 1.3rem;
}

.sec__main-txt {
  margin-left: 10rem;
  padding-top: 16rem;
}
.sec__main-txt .highlight-container {
  margin-bottom: 1.5rem;
}
.sec__main-txt .highlight-container .under-highlight {
  border-bottom: 12px solid var(--yellow);
  width: 37rem;
  margin-top: -26px;
}
.sec__main-txt .sub-txt {
  line-height: 25px;
}

.sec__about-txt p:last-child {
  margin: 0 0 2rem;
}

.btn__about {
  display: flex;
  margin-bottom: 2rem;
}

.sec__about_padding_container {
  padding: 0 15rem;
}

.sec__about01_wrap {
  display: flex;
  justify-content: space-around;
  padding: 10rem 0;
}
.sec__about01_wrap .sec__about01__right .sec__about01_right_top {
  margin: 10rem 0 5rem 6rem;
}
.sec__about01_wrap .sec__about01__right div > img {
  margin-bottom: 3rem;
}
.sec__about01_wrap .sec__about01__right div > div > p:first-child {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.5rem;
}
.sec__about01_wrap .sec__about01__right .sub-txt {
  font-size: 1.2rem;
  line-height: 1.5em;
  letter-spacing: -0.03em;
  color: #333333;
}
.sec__about01_wrap .sec__about01__left .sec__about01_left_bottom img {
  margin-bottom: 3rem;
}
.sec__about01_wrap .sec__about01__left .sec__about01_left_bottom div > p:first-child {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.5rem;
}
.sec__about01_wrap .sec__about01__left .sec__about-txt .title-txt:first-child {
  line-height: 4rem;
  letter-spacing: -0.03em;
  color: #333333;
}
.sec__about01_wrap .sec__about01__left .sec__about-txt p:not(:last-child) {
  margin: 0 0 0.3rem;
}
.sec__about01_wrap .sec__about01__left .sec__about-txt .under-highlight {
  width: 27rem;
  margin-top: -23px;
}
.sec__about01_wrap .sec__about01__left .sub-txt {
  font-size: 1.2rem;
  line-height: 1.5em;
  letter-spacing: -0.03em;
  color: #333333;
}
.sec__about01_wrap .sub-txt {
  font-size: 1.1rem;
  line-height: 30px;
}

.sec__about02_wrap {
  display: flex;
  align-content: center;
  justify-content: center;
  margin-bottom: 15rem;
  background: linear-gradient(#fff 60%, #f2f2f2 30%);
  padding-bottom: 3rem;
}
.sec__about02_wrap .sec__about02-txt {
  margin: 3rem 0;
}
.sec__about02_wrap .sec__about02-txt .title-txt {
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #333333;
}
.sec__about02_wrap .sec__about02-txt .under-highlight {
  width: 26rem;
  margin-top: -15px;
  margin-bottom: 10px;
}
.sec__about02_wrap .sec__about02-txt .sub-txt {
  font-size: 1.2rem;
  line-height: 1.3em;
  letter-spacing: -0.03em;
  color: #333333;
}
.sec__about02_wrap .sec__about02-txt > p:last-child {
  margin: 0.4rem 0;
}

.sec__about03_wrap {
  display: flex;
  align-content: center;
  justify-content: center;
  margin-bottom: 6rem;
}
.sec__about03_wrap .sec__about-txt > * {
  margin-bottom: 20px;
}
.sec__about03_wrap .grid-container {
  margin-top: 7rem;
}
.sec__about03_wrap .grid-item {
  margin-bottom: 4rem;
}
.sec__about03_wrap .grid-item img {
  margin-bottom: 2.4rem;
  width: 30rem;
}
.sec__about03_wrap .grid-item .about__03_title {
  margin-bottom: 0.8rem;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.5em;
  letter-spacing: -0.03em;
}
.sec__about03_wrap .grid-item .about__03_des > * {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: -0.03em;
}

.sec__about04_wrap {
  background: url("../img/IMG_E.png") no-repeat center center/cover;
  width: 100%;
  height: 686px;
  display: flex;
}
.sec__about04_wrap .sec__about04_container {
  background-color: white;
  width: 40rem;
  height: 20rem;
  margin: auto;
  display: flex;
}
.sec__about04_wrap .sec__about04_container div {
  margin: auto;
  text-align: center;
}
.sec__about04_wrap .sec__about04_container div p:first-child {
  margin-bottom: 2rem;
  font-size: 2.1rem;
  line-height: 2.5rem;
  font-weight: 600;
  letter-spacing: -0.03em;
}
.sec__about04_wrap .sec__about04_container div p {
  text-align: center;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: -0.03em;
  color: #333333;
}

.highlight-container .under-highlight {
  border-bottom: 12px solid var(--yellow);
  width: 29rem;
  margin-top: -12px;
}
.highlight-container {
  padding-bottom: 25px;
}

.grid-container-center {
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-items: center;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.pc_dropdown {
  text-decoration: none;
  color: #333333;
  position: relative;
  display: inline-block;
  margin-right: 3px;
}

.pc_dropdown #dropdownMenuButton {
  width: 50px;
  padding-right: 2px;
  text-align: center;
  color: black;
  text-decoration: none;
  font-family: "Poppins";
  position: relative;
}

.pc_dropdown .caret {
  position: absolute;
  right: 2px;
  top: 5px;
  content: "";
  width: 5px; /* 사이즈 */
  height: 5px; /* 사이즈 */
  border-top: 1px solid #000; /* 선 두께 */
  border-right: 1px solid #000; /* 선 두께 */
  transform: rotate(135deg); /* 각도 */
}

.pc_dropdown .dropdown-menu {
  width: 50px;
  text-align: center;
  color: black;
  display: none;
  position: absolute;
  top: 100%;
  padding: 4px 0;
}

#dropdownMenuButton:hover .dropdown-menu {
  display: block;
}

.pc_dropdown .dropdown-item {
  color: black;
  text-decoration: none;
  font-family: "Poppins";
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #333333;
  text-decoration: none;
  font-family: "Poppins";
}

.dropdown-divider {
  height: 1px;
  margin: 0.2rem 0;
  overflow: hidden;
  background-color: black;
}

.vertical-border {
  border-right: 0.3px solid;
  height: 20px;
}

.container {
  width: 100vw;
  padding: 0;
  margin-left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
}

.swiper-list-container {
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}

.swiper-list-container::-webkit-scrollbar { /* WebKit */
  width: 0;
  height: 0;
}

.swiper-list {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.swiper-slide {
  flex: 0 0 auto;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scrollbar {
  width: 85%;
  height: 2px;
  background-color: #ddd;
  margin-top: 40px;
  position: relative;
  display: flex;
}

.scrollbar-thumb {
  height: 100%;
  background-color: #000000;
  position: absolute;
}

.scrollbar-arrow-btn-container {
  display: flex;
  justify-content: space-between;
}

.arrow-btn-container {
  margin: 29px 10px 10px 0;
  display: flex;
  justify-content: space-between;
  font-size: 1.3rem;
}
.arrow-btn-container .scroll-arrow {
  margin-right: 30px;
}

.scroll-horizontal {
  position: relative;
}

.background-color-box {
  background-color: #2bdc96;
  height: 300px;
  margin-top: -100px;
  width: 100%;
}

.pc_card_img {
  margin: 0;
  padding: 0;
}

.floating-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: var(--yellow) !important;
  color: black;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.scroll-bottom-btn {
  position: absolute;
  bottom: 0;
  right: 50%;
  padding: 2rem;
  font-size: 30px;
  color: #8D928D;
}

.sec__tech_main-img {
  background: url("../img/img01.jpg") no-repeat center center/cover;
  max-width: 100%;
  display: flex;
  height: 460px;
  padding-top: 120px;
  position: relative;
  color: white;
}
.sec__tech_main-img img {
  width: 1163px;
  display: block;
  margin: 0 auto;
}

.sec__tech_main-txt {
  margin: auto;
}
.sec__tech_main-txt .title-txt {
  font-size: 4.1rem;
}
.sec__tech_main-txt .sub-txt {
  font-size: 1.5rem;
  margin: 0.5rem 0;
  line-height: 1.9rem;
  font-weight: 300;
  letter-spacing: -0.03em;
}

.sec__tech01_wrap .sec__about-txt {
  margin-top: 9rem;
}
.sec__tech01_wrap .under-highlight {
  width: 27.7rem;
  margin-top: -20px;
}
.sec__tech01_wrap .title-txt {
  line-height: 4.3rem;
}
.sec__tech01_wrap .sub-txt {
  line-height: 1.7rem;
  font-weight: 300;
  font-size: 1.2rem;
}

.sec__tech02_wrap {
  padding: 8rem 0 18rem 0;
  background-color: #F3F3F3;
}
.sec__tech02_wrap .sec__tech02-title-container {
  margin-bottom: 3rem;
}
.sec__tech02_wrap .sec__tech02-title-container > div:first-child {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.sec__tech02_wrap .sec__tech02-title-container > div:last-child {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.8em;
  letter-spacing: -0.03em;
  color: #333333;
}
.sec__tech02_wrap .under-highlight {
  width: 40rem;
  margin-top: -17px;
}
.sec__tech02_wrap .grid-container {
  gap: 2rem 2rem;
}
.sec__tech02_wrap .grid-item {
  background: white;
  border: solid 1px #e7e6e6;
  height: 18rem;
  display: grid;
  place-content: center;
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: -0.03em;
  color: #333333;
}
.sec__tech02_wrap .sec__tech-card-title {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 1.9rem;
}
.sec__tech02_wrap .sec__tech-txt {
  margin: auto;
}
.sec__tech02_wrap .sec__tech-card-des {
  font-size: 1.2rem;
  line-height: 1.7rem;
}
.sec__tech02_wrap .sec__tech-card-annot {
  margin-top: 0.4rem;
  font-size: 1rem;
  line-height: 1.3rem;
}

.content-area {
  width: 1300px;
}

.sec__career__main-txt {
  background: url("../img/careers/img01.jpg") no-repeat center center/cover;
  max-width: 100%;
  height: 460px;
  padding-top: 120px;
  position: relative;
  color: white;
  margin: 0 auto;
  align-content: center;
  font-size: 4rem;
}

.sec__career01_wrap {
  margin: 10rem 0;
}
.sec__career01_wrap .title-txt {
  letter-spacing: -0.03em;
  color: #333333;
}
.sec__career01_wrap .sub-txt {
  margin: 2rem 0;
  font-size: 1.9rem;
  line-height: 2.5rem;
}
.sec__career01_wrap .detail-txt {
  font-size: 1.3rem;
  line-height: 2.4rem;
  font-weight: 300;
  letter-spacing: -0.03em;
  color: #333333;
}
.sec__career01_wrap .sec__career-txt {
  margin-bottom: 3rem;
}
.sec__career01_wrap .gallery {
  max-width: 900px;
  margin: 0 auto;
}
.sec__career01_wrap .main-image {
  width: 100%;
  height: 550px;
  margin-bottom: 20px;
  overflow: hidden;
}
.sec__career01_wrap .main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec__career01_wrap .thumbnails {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 5rem;
}
.sec__career01_wrap .thumb {
  width: 19%;
  height: 80px;
  object-fit: cover;
  cursor: pointer;
  opacity: 0.3;
}
.sec__career01_wrap .thumb:hover, .sec__career01_wrap .thumb.active {
  transition: opacity 0.3s ease;
  opacity: 1;
}

.sec__career02_wrap {
  margin-bottom: 130px;
}
.sec__career02_wrap .sec__career02-txt > p:last-child {
  font-size: 1.9rem;
  margin: 3rem 0;
  line-height: 40px;
  letter-spacing: -0.03em;
  color: #333333;
}

.pc_CareersCon02 {
  width: 100%;
  padding: 0 0 200px 0;
  background-color: #f3f3f3;
}

.pc_CareersCon02_W1300 {
  width: 1300px;
  margin: 0 auto;
}

.pc_CareersCon02_W1100 {
  width: 1100px;
  margin: 0 auto;
}

.pc_CareersCon02_subtitle {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.3em;
  color: #333333;
  text-align: center;
}

.pc_CareersCon02_title {
  margin: 30px 0 0 0;
  font-weight: 600;
  font-size: 65px;
  line-height: 1.2em;
  letter-spacing: -0.03em;
  color: #333333;
  text-align: center;
}

.pc_CareersCon02_subtxt {
  margin: 30px 0 80px 0;
  font-weight: 300;
  font-size: 20px;
  line-height: 2em;
  letter-spacing: -0.03em;
  color: #333333;
  text-align: center;
}

.pc_CareersCon02-1_subtxt {
  margin-top: 30px;
  font-weight: 300;
  font-size: 30px;
  line-height: 2em;
  letter-spacing: -0.03em;
  color: #333333;
  text-align: center;
}

.pc_CareersCon02_conbox {
  margin: 5rem auto;
  width: 1100px;
  padding: 0 0;
  background: url("https://kr.object.ncloudstorage.com/landing-assets/ptbwaweb/statics/img/com/white-bg-pc.jpg") center center repeat-y;
  background-color: #fff;
}

.pc_CareersCon02-1_conbox {
  width: 1100px;
  padding: 0 0 50px;
}

.pc_CareersCon02_conbox ul {
  vertical-align: top;
  clear: both;
  display: inline-block;
}

.pc_CareersCon02_conbox ul li {
  position: relative;
  float: left;
  width: 550px;
  padding: 50px 0;
  margin: 40px 0;
}

.pc_CareersCon02_conbox_icon {
  position: absolute;
  width: 230px;
  left: 0;
}

.pc_CareersCon02_conbox_txtbox {
  position: absolute;
  width: 320px;
  right: 0;
}

.pc_CareersCon02_conbox_txt01 {
  font-weight: 600;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: -0.08em;
  color: #333333;
}

.pc_CareersCon02_conbox_txt02 {
  margin: 20px 0 0 0;
  font-weight: 300;
  font-size: 17px;
  line-height: 2em;
  letter-spacing: -0.08em;
  color: #333333;
}

.sec__career03_wrap {
  background-color: #F3F3F3;
  padding: 10rem 0;
}
.sec__career03_wrap .title-txt {
  line-height: 70px;
  font-weight: 300;
  letter-spacing: -0.03em;
  color: #333333;
  margin-bottom: 15px;
}
.sec__career03_wrap .sub-txt {
  font-weight: 300;
  font-size: 1.2rem;
  letter-spacing: -0.03em;
  color: #333333;
}
.sec__career03_wrap .sec__career03_content ul {
  display: flex;
  margin-top: 50px;
}
.sec__career03_wrap .sec__career03_content li {
  margin: 0 10px;
}
.sec__career03_wrap .sec__career03_content_txt {
  margin-top: 40px;
}
.sec__career03_wrap .sec__career03_content_txt p:first-child {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 18px;
  letter-spacing: -0.03em;
  color: #333333;
}
.sec__career03_wrap .sec__career03_content_txt p:last-child {
  line-height: 25px;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: -0.02em;
  color: #333333;
}

.pc_CareersCon03 {
  width: 100%;
  padding: 150px 0 80px 0;
  background-color: #0f0800;
}

.pc_CareersCon03_W1300 {
  width: 1300px;
  margin: 0 auto;
}

.pc_CareersCon03_W1100 {
  width: 1100px;
  margin: 0 auto;
}

.pc_CareersCon03_subtitle {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.3em;
  color: #fff;
  text-align: center;
}

.pc_CareersCon03_title {
  margin: 30px 0 0 0;
  font-weight: 600;
  font-size: 65px;
  line-height: 1.2em;
  letter-spacing: -0.03em;
  color: #fff;
  text-align: center;
}

.pc_CareersCon03_subtxt {
  margin: 30px 0 0 0;
  font-weight: 300;
  font-size: 20px;
  line-height: 2em;
  letter-spacing: -0.03em;
  color: #b5b5b5;
  text-align: center;
}

.pc_CareersCon03_img {
  margin: 100px auto;
}

.pc_CareersCon03 .w1100 div {
  display: flex;
  justify-content: center;
}

.pc_CareersCon04 {
  position: relative;
  width: 100%;
  height: 747px;
  display: grid;
  place-content: center;
}

.pc_CareersCon04_L {
  position: absolute;
  width: 50%;
  height: 747px;
  left: 0;
  padding-left: 3rem;
  background: url("https://kr.object.ncloudstorage.com/landing-assets/ptbwaweb/statics/img/careers/PC_con04_img01.jpg") top right/cover no-repeat;
}

.pc_CareersCon04_R {
  position: absolute;
  width: 50%;
  height: 747px;
  right: 0;
  padding-left: 3rem;
  background: url("https://kr.object.ncloudstorage.com/landing-assets/ptbwaweb/statics/img/careers/PC_con04_img02.jpg") top left/cover no-repeat;
}

.pc_CareersCon04_title {
  margin: 80px 0 0 130px;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.5em;
  letter-spacing: -0.03em;
  color: #fff;
}

.pc_CareersCon04_txt {
  margin: 50px 0 0 130px;
  font-weight: 300;
  font-size: 18px;
  line-height: 2em;
  letter-spacing: -0.05em;
  color: #b5b5b5;
}

.pc_CareersCon04_btn {
  margin: 50px 0 0 145px;
  letter-spacing: -0.05em;
  display: inline-block;
}

.pc_CareersCon04_L .pc_CareersCon04_btn {
  margin: 100px 0 0 145px;
}
.pc_CareersCon04_L a {
  display: inline-block;
}

.pc_CareersCon04_R .pc_CareersCon04_btn {
  margin: 132px 0 0 145px;
}
.pc_CareersCon04_R a {
  display: inline-block;
}

.sec__service__main-txt {
  background: url("../img/services/IMG_01.png") no-repeat center center/cover;
  max-width: 100%;
  height: 460px;
  padding-top: 120px;
  position: relative;
  color: white;
  margin: 0 auto;
  align-content: center;
  font-size: 4.1rem;
}
.sec__service__main-txt .sub-txt {
  font-size: 1.5rem;
  margin: 0.8rem 0;
  line-height: 1.9rem;
  font-weight: 300;
}

.sec__service01_wrap {
  padding: 15rem 0;
}
.sec__service01_wrap .under-highlight {
  width: 26rem;
}
.sec__service01_wrap .sec__career01__top,
.sec__service01_wrap .sec__career01__bottom {
  display: flex;
  justify-content: space-between;
}
.sec__service01_wrap .sub-txt {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.5em;
  letter-spacing: -0.03em;
  color: #333333;
}
.sec__service01_wrap .sec__career01__top .highlight-container {
  padding-bottom: 0.8rem;
}
.sec__service01_wrap .sec__career01__bottom .title-txt:first-child {
  text-align: right;
  margin-top: 10rem;
}
.sec__service01_wrap .sec__career01__bottom .highlight-container {
  font-family: "Poppins", sans-serif;
  position: relative;
}
.sec__service01_wrap .sec__career01__bottom .highlight-container .title-txt2 {
  text-align: right;
  margin-top: 1rem;
}
.sec__service01_wrap .sec__career01__bottom .highlight-container .under-highlight {
  position: absolute;
  display: inline-block;
  right: 0;
  z-index: -1;
  width: 24rem;
}
.sec__service01_wrap .sec__career01__bottom .sub-txt {
  text-align: right;
  margin-top: 1rem;
  line-height: 1.7rem;
  font-weight: 300;
  font-size: 1.2rem;
  letter-spacing: -0.03em;
  color: #333333;
}

.sec__service02_wrap {
  background-color: #F3F3F3;
  padding: 12rem 0;
}
.sec__service02_wrap .sec__service02-txt {
  margin-left: 20px;
  margin-bottom: 5rem;
}
.sec__service02_wrap .sec__service02-txt .sub-txt {
  margin-top: 1rem;
  line-height: 1.7rem;
  font-weight: 300;
  font-size: 1.2rem;
  letter-spacing: -0.03em;
  color: #333333;
}

.pc_CaseCon02 {
  position: relative;
  width: 100%;
}

.pc_CaseCon02_arrowL {
  position: absolute;
  top: auto;
  left: 10px;
  bottom: 0px;
  cursor: pointer;
  width: 100px;
  height: 100px;
}

.pc_CaseCon02_arrowR {
  position: absolute;
  top: auto;
  right: 10px;
  bottom: 0px;
  cursor: pointer;
  width: 100px;
  height: 100px;
}

.pc_CaseCon02_arrowL img, .pc_CaseCon02_arrowR img {
  width: 70px;
  height: 40px;
}

.pc_CaseCon02_list {
  position: relative;
  width: 100%;
}

.pc_CaseCon02_list ul {
  width: 100%;
  display: flex;
}

.pc_CaseCon02_list ul li {
  cursor: pointer;
}

.pc_CaseCon02_list_W25_img {
  position: relative;
  width: 100%;
}

.pc_CaseCon02_list_W25_txtbox {
  height: 250px;
  padding: 40px;
}

.pc_CaseCon02_list_W25_txt01 {
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.5em;
  letter-spacing: -0.08em;
  color: #333333;
}

.pc_CaseCon02_list_W25_txt02 {
  font-weight: 500;
  font-size: 15px;
  line-height: 2em;
  letter-spacing: -0.08em;
  color: #333333;
}

.pc_CaseCon02_list_W25_txt03 {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5em;
  letter-spacing: -0.03em;
  color: #333333;
}

.pc_Casebox {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1000;
  display: none;
}

.pc_Caseshadow {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: #000;
  opacity: 0.5;
}

.pc_Case_W100 {
  position: fixed;
  width: 100%;
  background: #fff;
  height: 100vh;
  overflow-y: scroll;
}

.pc_Case_btnX {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
}

.pc_Case_W1100 {
  width: 1100px;
  margin: 0 auto;
  padding: 100px;
}

.pc_Case_W1100.full-img {
  position: fixed;
  width: 100%;
  background: #fff;
  height: 100vh;
  overflow-y: scroll;
  margin: 0 0;
  padding-left: 7rem;
}

.pc_Case_W1100.full-img img {
  margin-top: 0;
}

.pc_Case_W1100_title {
  font-weight: 600;
  font-size: 42px;
  line-height: 1.5em;
  letter-spacing: -0.05em;
  color: #333333;
}

.pc_Case_W1100_txt01 {
  margin: 50px 0 0 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: -0.05em;
  color: #333333;
}

.pc_Case_W1100_txt02 {
  margin: 10px 0 0 0;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.8em;
  letter-spacing: -0.05em;
  color: #333333;
}

.pc_Case_W1100_img {
  margin: 90px 0 0 0;
}

.pc_Case_W1100_imgbox {
  position: relative;
  width: 100%;
  height: 940px;
  overflow: hidden;
}

.pc_Case_W1100_imgbox img {
  position: absolute;
  width: 2000px;
  height: 940px;
  left: 50%;
  margin: 0 0 0 -1000px;
}

.pc_Con {
  padding-top: 100px;
}

.pc_ContactCon01 {
  position: relative;
  width: 100%;
  height: 1000px;
  background: #333333;
}

.pc_ContactCon01_L {
  position: absolute;
  width: 50%;
  height: 1000px;
  left: 0;
  background: #333333;
}

.pc_ContactCon01_L_txtbox {
  position: absolute;
  width: 750px;
  height: 1000px;
  right: 0;
}

.pc_ContactCon01_L_title {
  margin: 150px 0 60px 0;
  font-weight: 700;
  font-size: 95px;
  line-height: 1.1em;
  letter-spacing: -0.05em;
  color: #fff;
}

.pc_ContactCon01_L_txtcon {
  width: 650px;
  margin: 20px 0 0 0;
}

.pc_ContactCon01_L_txtcon_txt01 {
  font-weight: 600;
  font-size: 22px;
  line-height: 1em;
  letter-spacing: -0.03em;
  color: #fff;
}

.pc_ContactCon01_L_txtcon_txt01 img {
  width: 35px;
}

.pc_ContactCon01_L_txtcon_txt02 {
  margin: 5px 0 0 40px;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.8em;
  letter-spacing: -0.03em;
  color: #fff;
}

.pc_ContactCon01_R {
  position: absolute;
  width: 50%;
  height: 1000px;
  right: 0;
  background: #888888;
}

.pc_ContactCon01_R iframe {
  border: 0;
  width: 100%;
  height: 1000px;
}

.pc_Contact_detail {
  font-weight: 600;
  font-size: 22px;
  line-height: 1em;
  letter-spacing: -0.03em;
  color: #fff;
  display: flex;
  align-content: center;
}

.pc_Contact_detail img {
  width: 35px;
}

.pc_Contact_detail span {
  line-height: 2rem;
  margin-left: 0.5rem;
}

.pc_ContactCon02 {
  width: 100%;
  padding: 200px 0;
  background-color: #f3f3f3;
}

.pc_ContactCon02_W1100 {
  position: relative;
  width: 1100px;
  height: 700px;
  margin: 0 auto;
}

.pc_ContactCon02_L {
  position: absolute;
  width: 550px;
  left: 0;
}

.pc_ContactCon02_title {
  font-weight: 700;
  font-size: 95px;
  line-height: 1em;
  letter-spacing: -0.05em;
  color: #333333;
}

.pc_ContactCon02_subtxt {
  width: 550px;
  margin: 60px 0 0 0;
  font-weight: 300;
  font-size: 20px;
  line-height: 2em;
  letter-spacing: -0.03em;
  color: #333333;
}

.pc_ContactCon02_R {
  position: absolute;
  width: 500px;
  right: 0;
}

.pc_ContactCon02_R_box {
  width: 500px;
  margin: 0 0 20px 0;
}

.pc_ContactCon02_R_txt {
  margin: 0 0 10px 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: -0.03em;
  color: #333333;
}

.pc_ContactCon02_R_input {
  width: 480px;
  height: 20px;
  padding: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: -0.03em;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #000000;
  color: #333333;
  background: none;
}

.pc_ContactCon02_R_Textarea {
  width: 480px;
  height: 210px;
  padding: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: -0.03em;
  border: 1px solid #000;
  color: #333333;
  background: none;
}

.pc_ContactCon02_R_btn {
  position: absolute;
  width: 255px;
  left: 50%;
  margin: 20px 0 0 -140px;
  background: #fdd000;
  letter-spacing: -0.05em;
  text-align: center;
  display: inline-block;
  transform: skewX(20deg);
}

.pc_ContactCon02_R_btnTxt {
  font-weight: 700;
  font-size: 22px;
  color: #231815;
  transform: skewX(-20deg);
}
