@charset "UTF-8";
.main h2 {
  font-size: 80px;
  color: #fff;
  font-weight: bold;
}

.areaBlack-1 {
  height: 812px;
  background-size: 150%;
  position: relative;
}
.areaBlack-1 .areaBlack-1__slogan {
  padding-top: 20px;
  position: relative;
}
.areaBlack-1 .areaBlack-1__slogan h1 {
  overflow: hidden; /* 이 속성은 애니메이션에 필요한 경우에만 사용 */
  color: #fff;
  font-size: 130px;
  font-family: Poppins;
  font-weight: bold;
  color: #fff;
  line-height: 1.25em;
}
.areaBlack-1 .areaBlack-1__slogan h1 span {
  font-size: 130px;
  font-family: Poppins;
  font-weight: bold;
  color: #fff;
  line-height: 1.25em;
  display: inline-block; /* 각 문자에 애니메이션 적용 */
  color: #fff;
  opacity: 1; /* 확실히 보이게 설정 */
  transform: none; /* 초기 상태 */
}
.areaBlack-1 .areaBlack-1__slogan h1.c--blue {
  position: relative;
  margin-bottom: 20px;
  color: #09A7E2;
}
.areaBlack-1 .areaBlack-1__slogan h1.c--blue span {
  color: #09A7E2;
}
.areaBlack-1 .areaBlack-1__slogan .subtxt {
  color: #fff;
  font-family: Pretendard;
  font-weight: 600;
  font-size: 27px;
}
.areaBlack-1 .areaBlack-1__slogan .areaBlack-1__go {
  width: 107px;
  height: 107px;
  border-radius: 50px;
  background-color: #09A7E2;
  display: inline-block;
  text-align: center;
  padding-top: 25px;
  position: absolute;
  bottom: -310px;
  right: 0;
  transform: rotate(90deg);
}
.areaBlack-1 .areaBlack-1__slogan .areaBlack-1__go img {
  max-width: 90%;
}

@media (max-width: 768px) {
  .areaBlack-1 {
    height: 685px;
    padding-top: 100px;
  }
  .areaBlack-1 .swiperArea1 {
    margin-top: -70px;
  }
  .areaBlack-1 .areaBlack-1__slogan {
    padding: 0 40px;
  }
  .areaBlack-1 .areaBlack-1__slogan h1 {
    font-size: 40px; /* 최소, 기본, 최대 */
    white-space: nowrap;
  }
  .areaBlack-1 .areaBlack-1__slogan .subtxt {
    font-size: 20px;
  }
  .areaBlack-1 .areaBlack-1__slogan .areaBlack-1__go {
    width: 45px;
    height: 45px;
    padding-top: 7px;
    bottom: -90px;
    right: 40px;
  }
  .areaBlack-1 .areaBlack-1__slogan .areaBlack-1__go img {
    width: 30px;
  }
}
.areaBlack-2 {
  position: relative;
  height: 1080px;
  background-color: #0f1b1e;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='950' height='320'%3E%3Ctext x='0' y='220' font-size='135' font-family='Poppins' font-weight='bold' fill='%231d2628'%3EMain%20Business%3C/text%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: auto;
}
.areaBlack-2 .background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 비율 유지하며 꽉 채우기 */
  pointer-events: none; /* 마우스 이벤트 무시 */
}
.areaBlack-2 .bee {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
.areaBlack-2 .bee h2 {
  color: #fff;
  margin-top: 150px;
  font-size: 70px;
}
.areaBlack-2 .bee > div {
  width: 50%;
}
.areaBlack-2 .bee .l p {
  font-size: 20px;
}
.areaBlack-2 .bee .r {
  padding-top: 0;
  margin-top: -50px;
}
.areaBlack-2 .bee .r img {
  display: block;
  margin: auto;
  animation: float 3s ease-in-out infinite;
  transform-origin: center; /* 중심축 설정 */
  margin-left: -120px;
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); /* 위로 10px 이동 */
  }
  100% {
    transform: translateY(0); /* 원래 위치로 돌아옴 */
  }
}
.areaBlack-2 .l {
  color: #fff;
}
.areaBlack-2 p {
  font-size: 30px;
  color: #fff;
  margin-top: 30px;
  line-height: 45px;
}
.areaBlack-2 img {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .areaBlack-2 {
    background-color: #0E171A;
    height: 857px;
    padding: 30px 0 0;
    background: url(../images/areaBlack-2_bg.png) no-repeat center center;
    background-size: cover;
  }
  .areaBlack-2 .txtbg {
    position: relative;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='220'%3E%3Ctext x='0' y='30' font-size='40' font-family='Poppins' font-weight='bold' fill='%23111'%3EMain%20Business%3C/text%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-size: auto;
    height: 60px;
    margin-top: 0;
  }
  .areaBlack-2 .bee {
    display: block;
  }
  .areaBlack-2 .bee h2 {
    font-size: 40px;
    margin-top: 0;
  }
  .areaBlack-2 .bee p {
    font-size: 20px;
    line-height: 1.6;
  }
  .areaBlack-2 .bee > div {
    width: 100%;
  }
  .areaBlack-2 .bee .l {
    color: #fff;
    padding: 0 30px;
  }
  .areaBlack-2 .bee .l img {
    max-width: 100%;
    height: 25px;
    margin-top: 20px;
  }
  .areaBlack-2 .bee .r {
    padding-top: 0;
    margin-top: 50px;
  }
  .areaBlack-2 .bee .r img {
    max-width: calc(100% - 60px);
    max-height: 325px;
    margin-left: auto;
  }
  .areaBlack-2 p {
    font-size: 30px;
    color: #fff;
    margin-top: 20px;
    line-height: 45px;
  }
}
.areaService {
  width: 100%;
  margin: -55px auto 0;
  height: 1080px;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='650' height='220'%3E%3Ctext x='0' y='120' font-size='110' font-family='Poppins'   font-weight='bold' fill='%23101010'%3ETGS Service%20%20%3C/text%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: auto;
  background-position: 0 100px;
  background-color: #000;
  padding-top: 200px;
}
.areaService h2 span {
  font-size: 80px;
  padding-left: 20px;
  color: #fff;
}
.areaService p {
  font-size: 30px;
  font-family: Pretendard;
  margin-top: 30px;
  color: #fff;
}
.areaService .areaService__card {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.areaService .areaService__card li {
  width: 373px;
  height: 292px;
  padding-left: 40px;
  margin-top: 70px;
  background-size: cover;
  transition: transform 0.3s ease;
}
.areaService .areaService__card li:hover {
  transform: translate(3px, 3px);
}
.areaService .areaService__card li h4 {
  font-weight: bold;
  font-size: 24px;
  margin-top: 40px;
  color: #09A7E2;
}
.areaService .areaService__card li p {
  font-size: 32px;
  font-weight: 300;
  margin-top: 10px;
  line-height: 32px;
}
.areaService .areaService__card li:nth-child(1) {
  background: url(../images/areaService__card1.png) no-repeat 0 0;
}
.areaService .areaService__card li:nth-child(2) {
  background: url(../images/areaService__card2.png) no-repeat 0 0;
  margin-top: 164px;
}
.areaService .areaService__card li:nth-child(3) {
  background: url(../images/areaService__card3.png) no-repeat 0 0;
}
.areaService .areaService__card li:nth-child(4) {
  background: url(../images/areaService__card4.png) no-repeat 0 0;
  margin-top: 164px;
}

@media (max-width: 768px) {
  .areaService {
    height: 600px;
    margin-top: 0;
    padding: 100px 0 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='50'%3E%3Ctext x='0' y='48' font-size='40' font-family='Poppins' font-weight='bold' fill='%23101010'%3ETGS Service%20%20%3C/text%3E%3C/svg%3E");
    background-position: 0 50px;
  }
  .areaService .areaService__centerbox {
    padding: 0;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }
  .areaService h2 {
    font-size: 40px;
    font-family: Poppins;
    padding: 0 30px;
  }
  .areaService h2 span {
    font-size: 40px;
    font-family: Poppins;
  }
  .areaService p {
    font-size: 20px;
    margin-top: 15px;
    padding: 0 30px;
  }
  .areaService .areaService__card {
    width: 1138px;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 20px 30px;
  }
  .areaService .areaService__card li {
    margin-top: 0;
    width: 262px;
    height: auto;
    text-align: left;
    padding: 20px;
    background-size: contain !important;
  }
  .areaService .areaService__card li:hover {
    transform: translate(3px, 3px);
  }
  .areaService .areaService__card li h4 {
    margin-top: 10px;
    font-size: 22px;
  }
  .areaService .areaService__card li p {
    margin-top: 60px;
    font-size: 18px;
  }
  .areaService .areaService__card li:nth-child(2) {
    margin-top: 0;
  }
  .areaService .areaService__card li:nth-child(4) {
    margin-top: 0;
  }
}
.areaMap {
  background-color: #051A22;
  height: 1080px;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1500' height='220'%3E%3Ctext x='0' y='100' font-size='110' font-family='Poppins' font-weight='bold' fill='%23152830'%3EService Excellence with TGS%20%20%3C/text%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: auto;
  background-position: 0 100px;
  padding-top: 170px;
}
.areaMap .areaMap__guide {
  font-size: 30px;
  margin: -10px 0 70px;
  color: #fff;
}
.areaMap .tab__wrap {
  position: relative;
  display: flex;
  gap: 114px;
}
.areaMap .areaMap__tabs {
  margin-bottom: 20px;
  cursor: pointer;
}
.areaMap .areaMap__tabs button {
  width: 256px;
  margin-top: 30px;
  display: inline-block;
}
.areaMap .areaMap__tab {
  padding: 0;
  padding-bottom: 10px;
  width: 435px;
  height: 114px;
  position: relative;
  transition: background-color 0.3s;
  z-index: 1;
  border: 1px solid #aaa;
  border-radius: 20px;
  padding: 0 20px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.areaMap .areaMap__tab:hover {
  border-color: #fff;
}
.areaMap .areaMap__tab:after {
  content: "\e5cc";
  position: absolute;
  right: 12px;
  top: 38px;
  color: #707070;
  font-family: "Material-Symbols-Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.areaMap .areaMap__tab strong {
  color: #fff;
  display: block;
  margin-bottom: 5px;
  font-size: 24px;
}
.areaMap .areaMap__tab p {
  color: #777;
  font-size: 20px;
  line-height: 21px;
}
.areaMap .areaMap__tab p span {
  color: #09A7E2;
  font-size: 18px;
}
.areaMap .areaMap__tab.active {
  border-color: #fff;
}
.areaMap .areaMap__tab.active:after {
  color: #fff;
}
.areaMap .areaMap__tab.active p {
  color: #d1d1d1;
}
.areaMap .areaMap__content {
  display: none;
  opacity: 0;
  transition: opacity 0.5s;
  color: #fff;
  background-color: #000;
  width: 653px;
  height: 472px;
  border-radius: 20px;
  overflow: hidden;
}
.areaMap .areaMap__content.active {
  display: block;
  opacity: 1;
}
.areaMap .areaMap__content .map_parcel p.guide {
  color: #777;
  font-size: 16px;
}
.areaMap .areaMap__content .map_parcel .c--blue {
  font-size: 16px;
  font-weight: bold;
}
.areaMap .areaMap__content ul {
  display: flex;
  justify-content: center;
  padding-top: 94px;
}
.areaMap .areaMap__content ul li {
  align-items: center;
  text-align: center;
  position: relative;
}
.areaMap .areaMap__content ul p {
  font-weight: bold;
}
.areaMap .areaMap__content .step__wrap {
  position: absolute;
  vertical-align: middle;
  top: 100px;
  right: -15px;
}
.areaMap .areaMap__content .step__wrap .step__arrow {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  vertical-align: middle;
}
.areaMap .areaMap__content .step__wrap .step__arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%) rotate(45deg);
  margin-top: 2px;
  border-top: 3px solid #09A7E2;
  border-left: 3px solid #09A7E2;
  transform: translate(-50%, -50%) rotate(135deg);
}
.areaMap .areaMap__content#areaMap__content-3 li {
  width: 320px;
}
.areaMap .areaMap__content#areaMap__content-4 li {
  width: 440px;
}

@media (max-width: 768px) {
  .areaMap {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='500' height='50'%3E%3Ctext x='0' y='40' font-size='48' font-family='Poppins' font-weight='bold' fill='%23152830'%3EService Excellence with TGS%20%20%3C/text%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-size: auto;
    background-position: 0 50px;
    padding-top: 100px;
    height: auto;
    padding: 100px 0 50px 0;
  }
  .areaMap h2 {
    font-size: 35px;
    font-family: Poppins;
  }
  .areaMap p {
    font-size: 20px;
    margin-top: 15px;
  }
  .areaMap .tab__wrap {
    display: block;
  }
  .areaMap .tab__wrap .areaMap__tabs {
    margin-bottom: 0;
  }
  .areaMap .tab__wrap .areaMap__tabs:after {
    z-index: 10;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(5, 26, 34));
  }
  .areaMap .tab__wrap .areaMap__tabs .tabs {
    gap: 10px;
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }
  .areaMap .tab__wrap .areaMap__tabs .areaMap__tab {
    line-height: 1.1;
    font-size: 16px;
    padding: 10px 20px 5px;
    -webkit-tap-highlight-color: transparent; /* 터치 강조 효과 제거 */
    -webkit-touch-callout: none; /* 길게 눌렀을 때 컨텍스트 메뉴 방지 */
    outline: none; /* 클릭 시 아웃라인 제거 */
  }
  .areaMap .tab__wrap .areaMap__tabs .areaMap__tab.active {
    background-color: #09A7E2;
    border: 0;
  }
  .areaMap .tab__wrap .areaMap__tabs .areaMap__tab:hover {
    text-shadow: none;
  }
  .areaMap .tab__wrap .areaMap__tabs .areaMap__tab:after {
    content: "";
  }
  .areaMap .tab__wrap .areaMap__tabs .areaMap__tab strong {
    font-weight: normal;
    font-size: 18px;
  }
  .areaMap .tab__wrap .areaMap__tabs .areaMap__tab p {
    display: none;
  }
  .areaMap .tab__wrap .areaMap__contents .hov_wrap {
    text-align: right;
    margin-top: 10px;
  }
  .areaMap .tab__wrap .areaMap__contents .hov_wrap button {
    font-size: 16px;
    position: relative;
    width: 160px;
    min-width: 160px;
    height: 38px;
    margin-top: 0;
  }
  .areaMap .tab__wrap .areaMap__contents .hov_wrap button .arrow--blue {
    top: 10px;
    right: 10px;
    width: 10px;
    height: 10px;
  }
  .areaMap .tab__wrap .areaMap__content {
    width: 100%;
    height: 300px;
  }
  .areaMap .areaMap__guide {
    font-size: 20px;
    margin: 20px 0;
    padding-right: 30px;
  }
  .areaMap .swiperMap {
    margin-top: 25px;
  }
  .areaMap .swiperMap .swiper-slide {
    width: 305px;
    height: 313px;
    padding: 20px;
  }
  .areaMap .swiperMap .swiper-slide .map__box {
    flex-direction: column-reverse;
  }
  .areaMap .swiperMap .swiper-slide .map__box .l {
    width: 100%;
  }
  .areaMap .swiperMap .swiper-slide .map__box .l h4 {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 15px;
  }
  .areaMap .swiperMap .swiper-slide .map__box .l p {
    font-size: 16px;
    margin-top: 0;
  }
  .areaMap .swiperMap .swiper-slide .map__box .r {
    width: 266px;
    height: 181px;
  }
  .areaMap .swiperMap .swiper-slide .map__box .r img {
    max-width: 100%;
  }
  .areaMap .areaMap__content .centerbox ul {
    flex-wrap: wrap;
    padding-top: 30px;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .areaMap .areaMap__content .centerbox ul li {
    width: 33% !important;
  }
  .areaMap .areaMap__content .centerbox ul li img {
    max-width: 100%;
  }
  .areaMap .areaMap__content .centerbox ul li p {
    font-size: 14px;
    margin-top: 0;
  }
  .areaMap .areaMap__content .centerbox ul li:nth-child(3) .step__wrap {
    display: none;
  }
  .areaMap .areaMap__content .step__wrap {
    top: 43px;
    right: -12px;
  }
}
.areaStory {
  padding-top: 140px;
  height: 693px;
  background-color: #000;
}
.areaStory .c--blue {
  font-size: 80px;
  padding-right: 20px;
}
.areaStory li {
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;
  margin-top: 20px;
  align-items: center;
}
.areaStory .areaStory__board__left {
  width: calc(100% - 100px);
}
.areaStory .areaStory__board__right {
  width: 100px;
}
.areaStory .areaStory__board__right p {
  color: #777;
}
.areaStory a {
  display: block;
}
.areaStory .areaStory__board__left__title {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}
.areaStory .areaStory__board__left__content {
  color: #777;
}

@media (max-width: 1200px) {
  .areaStory h2 {
    font-size: 40px;
    font-family: Poppins;
  }
  .areaStory h2 span.c--blue {
    font-size: 40px;
    font-family: Poppins;
  }
  .areaStory p {
    font-size: 20px;
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .areaStory {
    height: auto;
    padding: 100px 30px;
  }
  .areaStory li {
    display: block;
  }
  .areaStory li:last-child {
    border-bottom: 0;
  }
  .areaStory .areaStory__board__left__title {
    font-size: 20px;
  }
  .areaStory .areaStory__board__left__content {
    font-size: 16px;
    padding-top: 10px;
  }
  .areaStory .areaStory__board__right p {
    font-size: 14px;
    margin-top: 0;
  }
  .areaStory .areaStory__board__left {
    width: 100%;
  }
  .areaStory .areaStory__board__right {
    width: 100%;
    padding-top: 10px;
  }
  .areaStory .centerbox {
    padding: 0;
  }
}
.areaPartner {
  height: 580px;
  background-color: #212121;
  padding: 100px 0;
}
.areaPartner .c--blue {
  font-size: 80px;
  padding-left: 20px;
}
.areaPartner .areaPartner__centerbox {
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .areaPartner {
    height: 400px;
    padding-bottom: 0;
    padding-top: 70px;
  }
  .areaPartner .areaPartner__centerbox {
    padding: 0 30px;
  }
  .areaPartner h2 {
    font-size: 40px;
    font-family: Poppins;
  }
  .areaPartner h2 span.c--blue {
    font-size: 40px;
    font-family: Poppins;
  }
  .areaPartner p {
    font-size: 20px;
    margin-top: 15px;
  }
}
.areaAbout {
  width: 100%;
  height: 326px;
  background: linear-gradient(to right, #09A7E2 50%, #000 50%);
}
.areaAbout .areaAbout__center {
  width: 1920px;
  margin: 0 auto;
  height: 326px;
  display: flex;
  justify-content: center;
}
.areaAbout .areaAbout__center h4 {
  font-family: Poppins;
  font-size: 18px;
  margin-top: 58px;
  color: #fff;
}
.areaAbout .areaAbout__center p {
  font-weight: bold;
  font-size: 30px;
  margin-top: 12px;
  color: #fff;
}
.areaAbout .areaAbout__center .areaAbout__left {
  display: flex;
  width: 960px;
  padding-left: 100px;
  background-color: #09A7E2;
}
.areaAbout .areaAbout__center .areaAbout__right {
  display: flex;
  width: 960px;
  padding-left: 100px;
  background-color: #000;
}
.areaAbout .areaAbout__center .l {
  width: 370px;
}
.areaAbout .areaAbout__center .r {
  width: 450px;
  padding-top: 95px;
  overflow: hidden;
}
.areaAbout .areaAbout__center .r img {
  max-width: 100%;
}
.areaAbout .areaAbout__center button {
  width: 256px;
  margin-top: 40px;
}

@media (max-width: 1920px) {
  .areaAbout .areaAbout__center {
    width: 100%;
  }
  .areaAbout .areaAbout__center .areaAbout__left {
    width: 50%;
    padding-left: 20px;
  }
  .areaAbout .areaAbout__center .areaAbout__right {
    width: 50%;
    padding-left: 20px;
  }
}
@media (max-width: 1720px) {
  .areaAbout .areaAbout__center .areaAbout__left {
    width: 100%;
    padding-left: 0;
  }
  .areaAbout .areaAbout__center .areaAbout__left .l {
    text-align: center;
    width: 100%;
  }
  .areaAbout .areaAbout__center .areaAbout__left .r {
    display: none;
  }
  .areaAbout .areaAbout__center .areaAbout__right {
    width: 100%;
    padding-left: 0;
  }
  .areaAbout .areaAbout__center .areaAbout__right .l {
    text-align: center;
    width: 100%;
  }
  .areaAbout .areaAbout__center .areaAbout__right .r {
    display: none;
  }
}
@media (max-width: 1200px) {
  .areaAbout .areaAbout__center {
    width: 1200px;
  }
}
@media (max-width: 768px) {
  .areaAbout {
    height: auto;
    background: transparent;
  }
  .areaAbout .areaAbout__center {
    display: block;
    width: 100%;
    height: auto;
  }
  .areaAbout .areaAbout__center h4 {
    margin-top: 0;
  }
  .areaAbout .areaAbout__center button {
    width: 100%;
    margin-top: 20px;
  }
  .areaAbout .areaAbout__center .areaAbout__left {
    display: block;
    width: 100%;
    padding: 70px 30px;
  }
  .areaAbout .areaAbout__center .areaAbout__left .l {
    text-align: left;
  }
  .areaAbout .areaAbout__center .areaAbout__left .r {
    display: block;
    text-align: center;
    padding-top: 18px;
  }
  .areaAbout .areaAbout__center .areaAbout__left img {
    max-width: 100%;
  }
  .areaAbout .areaAbout__center .areaAbout__right {
    display: block;
    width: 100%;
    padding: 70px 30px;
  }
  .areaAbout .areaAbout__center .areaAbout__right .l {
    text-align: left;
  }
  .areaAbout .areaAbout__center .areaAbout__right .r {
    display: block;
    text-align: center;
    padding-top: 18px;
  }
  .areaAbout .areaAbout__center .areaAbout__right img {
    max-width: 100%;
  }
  .areaAbout .areaAbout__center .l {
    width: 100%;
  }
  .areaAbout .areaAbout__center .r {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .custom-navigation {
    width: 100%;
    margin-left: -50%;
  }
}/*# sourceMappingURL=main.css.map */