@charset "UTF-8";
.about01 .slogan {
  padding-top: 100px;
  text-align: center;
}
.about01 .slogan .subtit {
  color: #777;
  padding-top: 30px;
}

.about_01__bluearea {
  margin-top: 120px;
  padding-top: 110px;
  background-color: #09A7E2;
  height: 680px;
  position: relative;
}
.about_01__bluearea * {
  color: #fff;
}
.about_01__bluearea .busi {
  text-align: center;
  font-size: 80px;
  font-family: Poppins;
  font-weight: bold;
  margin-bottom: 20px;
}
.about_01__bluearea ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.about_01__bluearea ul li {
  text-align: center;
  position: relative;
  width: 33%;
  display: flex;
  align-items: start;
  padding-left: 100px;
}
.about_01__bluearea ul li p {
  display: inline-block;
  padding-top: 30px;
  padding-left: 0;
}
.about_01__bluearea em {
  font-weight: bold;
  font-family: Poppins;
  font-size: 100px;
  width: 110px;
  display: inline-block;
  text-align: left;
}
.about_01__bluearea p {
  font-weight: 600;
}
.about_01__bluearea .explain {
  width: 514px;
  height: 180px;
  display: flex;
  align-items: center;
  padding-left: 74px;
  position: absolute;
  left: 53%;
  top: -90px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.about_01__bluearea .slogan {
  height: 450px;
}

@media (max-width: 768px) {
  .about01 .slogan {
    padding-bottom: 0;
    padding-top: 70px;
  }
  .about_01__bluearea {
    display: block;
  }
  .about_01__bluearea .explain {
    left: 0;
    width: calc(100% - 48px);
    margin-left: 24px;
    padding: 30px;
    height: auto;
  }
  .about_01__bluearea ul {
    display: block;
    display: flex;
    flex-wrap: wrap;
    padding: 70px 0 50px;
  }
  .about_01__bluearea ul li {
    width: 50%;
    padding: 15px 0;
  }
  .about_01__bluearea ul li:nth-child(2n-1):after {
    display: none;
  }
  .about_01__bluearea ul li em {
    font-size: 70px;
  }
  .about_01__bluearea ul li p {
    font-size: 16px;
  }
  .about_01__bluearea ul li:not(:first-child):after {
    left: 0;
    top: 78px;
  }
}
@media (max-width: 520px) {
  .about_01__bluearea .explain {
    font-size: 16px;
    font-weight: 400;
  }
}
.about_01__weare {
  background: #000;
  padding-bottom: 120px;
}
.about_01__weare * {
  color: #fff;
}
.about_01__weare .top {
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
}
.about_01__weare .top .l {
  width: 332px;
}
.about_01__weare .top .l p {
  font-family: Poppins;
  font-size: 40px;
  font-weight: Bold;
  color: #09A7E2;
}
.about_01__weare .top .r {
  width: calc(100% - 332px);
}
.about_01__weare .top .r p {
  letter-spacing: -0.1px;
}
.about_01__weare .top:first-child .l p {
  font-family: Poppins;
  font-size: 70px;
  font-weight: Bold;
  color: #09A7E2;
}
.about_01__weare ul {
  display: flex;
  justify-content: space-between;
}
.about_01__weare ul li {
  width: 361px;
  height: 374px;
  background-color: rgba(255, 255, 255, 0.1); /* 반투명 배경 */
  border-radius: 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding-top: 43px;
  text-align: center;
}
.about_01__weare ul li em {
  font-family: Poppins;
  font-size: 30px;
  font-weight: Bold;
  color: #09A7E2;
  display: block;
  margin-bottom: 16px;
}
.about_01__weare ul li p {
  font-size: 16px;
}

.about_01_navy {
  background-color: #181838;
  padding-bottom: 100px;
}
.about_01_navy ul.swiper_list {
  overflow-x: hidden;
  padding: 100px 0 70px;
}
.about_01_navy ul.swiper_list li {
  width: 1200px;
  margin: 0 auto 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about_01_navy ul.swiper_list li .l {
  flex-shrink: 0;
  width: 260px;
}
.about_01_navy ul.swiper_list li .r {
  padding-left: 70px;
}
.about_01_navy ul.swiper_list li .r .partners a {
  width: 139px;
  height: 62px;
  display: inline-block;
  margin-right: 23px;
}
.about_01_navy ul.swiper_list li .r .partners a img {
  max-width: 100%;
}
.about_01_navy ul.swiper_list li:last-child {
  margin-bottom: 0;
}

.about_01__pcmobile p {
  font-family: Poppins;
  font-size: 40px;
  font-weight: Bold;
  color: #09A7E2;
  line-height: 48px;
}

.about_01__quick p {
  font-family: Poppins;
  font-size: 70px;
  font-weight: Bold;
  color: #09A7E2;
}
.about_01__quick .centerbox {
  display: flex;
  height: 200px;
  align-items: center;
  justify-content: space-between;
}
.about_01__quick .centerbox span {
  color: #fff;
}
.about_01__quick .centerbox .r {
  display: flex;
  align-items: center;
  gap: 20px;
}
.about_01__quick .centerbox .r .more {
  text-align: center;
}
.about_01__quick .centerbox .r .more a {
  display: inline-block;
  align-items: center;
  padding-top: 18px;
  color: #fff;
  background-color: #09A7E2;
  border-radius: 35px;
  width: 175px;
  height: 64px;
}
.about_01__quick .centerbox .r button.hov {
  min-width: 236px;
}

.quick1 {
  background-color: #000001;
}
.quick1 .r button {
  background: #2e2e2f;
}

.quick2 {
  background-color: #272727;
}
.quick2 .r button {
  background: #4e4e4e;
}

@media (max-width: 768px) {
  .about01 h2.title {
    text-align: left;
  }
  .about01 p.subtit {
    text-align: left;
    color: #fff !important;
    font-size: 16px;
  }
  .about01 .about_01__bluearea {
    padding-top: 50px;
    margin-top: 50px;
    height: auto;
  }
  .about01 .about_01__bluearea p.busi {
    font-size: 40px;
    text-align: left;
    margin-bottom: 0;
  }
  .about01 .about_01__bluearea ul {
    display: block;
    padding: 30px 0 20px;
  }
  .about01 .about_01__bluearea ul li {
    padding: 0;
    width: 100%;
  }
  .about01 .about_01__bluearea ul li em {
    flex-shrink: 0;
  }
  .about01 .about_01__weare {
    height: auto;
    padding: 0 0 50px;
  }
  .about01 .about_01__weare .top {
    display: block;
    padding: 50px 0 0;
  }
  .about01 .about_01__weare .top .l {
    width: 100%;
  }
  .about01 .about_01__weare .top .r {
    width: 100%;
  }
  .about01 .about_01__weare .top .l p {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .about01 .about_01__weare .top .r p {
    font-size: 16px;
  }
  .about01 .about_01__weare ul {
    display: block;
  }
  .about01 .about_01__weare ul li {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding: 30px;
  }
  .about01 .about_01_navy {
    padding-bottom: 70px;
  }
  .about01 .about_01_navy .about_01__pcmobile p {
    padding-left: 30px;
    font-size: 30px;
    margin-bottom: 20px;
  }
  .about01 .about_01_navy .about_01__pcmobile .swiper_list {
    padding: 70px 0 50px;
  }
  .about01 .about_01__quick {
    padding: 30px;
  }
  .about01 .about_01__quick p {
    line-height: 50px;
    font-size: 40px;
    margin-bottom: 15px;
  }
  .about01 .about_01__quick .centerbox {
    display: block;
    height: auto;
    padding: 0;
  }
  .about01 .about_01__quick .centerbox button {
    width: 100%;
    margin-top: 20px;
  }
  .about01 .about_01__quick .centerbox .r {
    display: block;
  }
  .about01 .about_01__quick .centerbox .r .more {
    padding-top: 20px;
  }
  .about01 .about_01__quick .centerbox .r .more a {
    width: 100%;
  }
}
.about_02 .slogan h2 {
  text-align: center;
  padding-top: 133px;
}
.about_02 .arrow_wrap .arrow_bounce {
  text-align: center;
  margin: 50px 0 25px;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.about_02 .arrow_wrap p {
  font-family: Poppins;
  font-size: 30px;
  font-weight: Bold;
  color: #fff;
  text-align: center;
}
.about_02 .tabs {
  width: 100%;
  margin: 50px auto 0;
}
.about_02 .tabs .tab-menu {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-bottom: 75px;
}
.about_02 .tabs .tab-btn {
  border: none;
  border-radius: 50px;
  width: 197px;
  height: 55px;
  background-color: #013244;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s;
  font-family: Poppins;
  font-size: 30px;
  font-weight: Bold;
  color: #fff;
  font-weight: 300;
}
.about_02 .tabs .tab-btn.active {
  background-color: #09A7E2;
  font-weight: bold;
}
.about_02 .tabs .tab-btn:hover {
  background-color: #007db1;
}
.about_02 .tabs .tab-content {
  width: 1200px;
  margin: 0 auto;
}
.about_02 .tabs .tab-panel {
  display: none;
  position: relative;
  height: 2400px;
}
.about_02 .tabs .tab-panel#tab3 {
  height: 2000px;
}
.about_02 .tabs .tab-panel * {
  color: #fff;
}
.about_02 .tabs .tab-panel li {
  margin-bottom: 0;
  position: relative;
  text-align: left;
  display: flex;
  justify-content: flex-end;
}
.about_02 .tabs .tab-panel li > div {
  width: 50%;
  padding-left: 50px;
  padding-right: 0;
}
.about_02 .tabs .tab-panel li h4 {
  font-weight: bold;
  font-size: 50px;
  color: #09A7E2;
}
.about_02 .tabs .tab-panel li:after {
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  border-radius: 30px;
  background-color: #09A7E2;
  top: 25px;
  left: calc(50% - 7px);
}
.about_02 .tabs .tab-panel li p {
  margin-top: 10px;
  line-height: 45px;
}
.about_02 .tabs .tab-panel li .date {
  display: none;
}
.about_02 .tabs .tab-panel li .string {
  font-weight: 300;
  color: #fff;
  display: inline-block;
  line-height: 25px;
  word-break: break-all;
}
.about_02 .tabs .tab-panel li .string .blank {
  display: inline-block;
  width: 105px;
}
.about_02 .tabs .tab-panel li:nth-child(odd) {
  text-align: right;
  justify-content: flex-start;
}
.about_02 .tabs .tab-panel li:nth-child(odd) > div {
  padding-right: 50px;
  padding-left: 0;
}
.about_02 .tabs .tab-panel .line {
  position: absolute;
  border-right: 1px solid #09A7E2;
  width: 5px;
  height: calc(100% - 200px);
  top: 50px;
  left: 50%;
}
.about_02 .tabs .tab-panel2 {
  height: 2400px;
}
.about_02 .tabs .tab-panel2 .line {
  height: calc(100% - 200px);
}
.about_02 .tabs .tab-panel3 {
  height: 2500px;
}
.about_02 .tabs .tab-panel3 .line {
  height: calc(100% - 200px);
}
.about_02 .tabs .tab-panel.active {
  display: block;
}

@media (max-width: 768px) {
  .about_02 .slogan {
    padding: 0 40px;
  }
  .about_02 .arrow_wrap .arrow_bounce {
    margin-top: 60px;
  }
  .about_02 .arrow_wrap .arrow_bounce img {
    width: 32px;
  }
  .about_02 .tabs {
    width: 100%;
    margin: 30px auto 0;
  }
  .about_02 .tabs .tab-menu {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 75px;
    padding-left: 35px;
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }
  .about_02 .tabs .tab-menu::-webkit-scrollbar {
    display: none;
  }
  .about_02 .tabs .tab-menu .tab-btn {
    width: 138px;
    height: 38px;
    font-size: 20px;
    flex-shrink: 0;
  }
  .about_02 .tabs .tab-content {
    width: 100%;
    padding-bottom: 100px;
  }
  .about_02 .tabs .tab-content li {
    margin-bottom: 40px;
  }
  .about_02 .tabs .tab-content li h4 {
    font-size: 40px;
  }
  .about_02 .tabs .tab-content li p {
    line-height: 30px;
  }
  .about_02 .tabs .tab-content li p .string {
    font-size: 16px;
    line-height: 20px;
  }
  .about_02 .tabs .tab-content .tab-panel {
    min-height: auto;
    height: auto;
  }
  .about_02 .tabs .tab-content .tab-panel#tab3 {
    height: auto;
  }
  .about_02 .tabs .tab-content .tab-panel .line {
    height: calc(100% + 50px);
    top: 40px;
  }
  .about_02 .tabs .tab-content .tab-panel li:after {
    top: 20px;
  }
}
@media (max-width: 768px) {
  .about_02 .tabs .tab-menu {
    gap: 10px;
  }
  .about_02 .tabs .tab-menu .tab-btn {
    width: 130px;
    font-size: 18px;
    font-weight: 400;
  }
  .about_02 .tabs .tab-panel li > div {
    padding-right: 20px;
    padding-left: 20px;
  }
  .about_02 .tabs .tab-panel li:nth-child(odd) > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.about_05 {
  position: relative;
}
.about_05 .bg {
  background: url(../images/about04_1.png) no-repeat right top;
  position: absolute;
  top: -160px;
  right: 0;
  width: 100%;
  height: 1162px;
  z-index: 0;
}
.about_05 .toparea {
  height: 1220px;
}
.about_05 .slogan {
  padding-top: 50px;
}
.about_05 .slogan h2 {
  width: 1200px;
  margin: 0 auto;
  font-size: 80px;
}
.about_05 .hello_wrap {
  padding-top: 73px;
  display: flex;
  margin-bottom: 30px;
}
.about_05 .hello_wrap .hello {
  font-weight: bold;
  font-size: 60px;
  color: #09A7E2;
  width: 876px;
  position: relative;
}
.about_05 .hello_wrap .txt {
  color: #fff;
  font-weight: 300;
  font-size: 30px;
  text-align: left;
  position: relative;
}
.about_05 .hello_wrap .txt span {
  background: url(../images/about04_4.png) no-repeat center center;
  display: inline-block;
  width: 30px;
  height: 40px;
  position: absolute;
}
.about_05 .hello_wrap .txt span.s {
  left: -25px;
  top: -17px;
}
.about_05 .hello_wrap .txt span.e {
  bottom: 0;
  right: -27px;
}
.about_05 .thankyou p {
  color: #fff;
  font-weight: 300;
  margin-bottom: 50px;
}
.about_05 .writer {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  display: block;
}
.about_05 .writer img {
  margin-left: 22px;
}
.about_05 .subtitle {
  width: 2340px;
  height: 210px;
  padding-top: 50px;
  text-align: center;
  margin: 0 auto;
  opacity: 0.11;
  font-family: Poppins;
  font-size: 66px;
  font-weight: Bold;
  color: #fff;
}
.about_05 .subtitle span {
  color: #fff;
  font-size: 66px;
  font-weight: normal;
}
.about_05 .notebook {
  height: 842px;
  background: url(../images/about04_2.png) no-repeat center center;
}
.about_05 .blank {
  height: 200px;
}
.about_05 > *:not(.bg) {
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .about_05 .bg {
    top: 260px;
    background-size: contain;
  }
  .about_05 .toparea {
    padding: 0 30px;
    height: auto;
  }
  .about_05 .slogan {
    padding-top: 0;
  }
  .about_05 .slogan h2 {
    width: 100%;
    text-align: left;
    padding-top: 75px;
    font-size: 46px;
    line-height: 65px;
  }
  .about_05 .hello_wrap {
    display: block;
    margin-top: 300px;
    padding-top: 0;
    margin-bottom: 50px;
  }
  .about_05 .hello_wrap .hello {
    width: 100%;
    font-size: 40px;
    margin-top: -20px;
  }
  .about_05 .hello_wrap .hello:after {
    display: none;
  }
  .about_05 .hello_wrap .txt {
    display: inline-block;
    font-size: 26px;
    margin-top: 60px;
    margin-left: 20px;
  }
  .about_05 .thankyou p {
    font-size: 16px;
  }
  .about_05 .thankyou .writer {
    font-size: 20px;
  }
  .about_05 .thankyou .writer img {
    width: 155px;
  }
  .about_05 .subtitle {
    width: 100%;
    height: 210px;
    padding-top: 30px;
    font-size: 29px;
    opacity: 1;
    overflow: hidden;
    position: relative;
  }
  .about_05 .subtitle h3 {
    padding: 30px 30px 0;
    color: #fff;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    top: 30px;
    margin-left: -280px;
  }
  .about_05 .subtitle span {
    font-size: 29px;
    display: none;
  }
  .about_05 .hello_wrap.centerbox,
  .about_05 .thankyou.centerbox {
    padding: 0;
  }
  .about_05 .blank {
    display: none;
  }
}
.about_06 * {
  color: #fff;
}
.about_06 .walking {
  height: auto;
  position: relative;
  text-align: center;
}
.about_06 .walking h2 {
  font-family: Poppins;
  font-size: 80px;
  font-weight: Bold;
  color: #333334;
  line-height: 95px;
  padding-top: 37px;
}
.about_06 .walking p {
  font-size: 30px;
  font-weight: 600;
  margin-top: -5px;
}
.about_06 .walking p span {
  color: #09A7E2;
  font-size: 30px;
  font-weight: 600;
}
.about_06 .thumbnail {
  padding-top: 90px;
  padding-bottom: 120px;
}
.about_06 .thumbnail .row {
  height: 333px;
  display: flex;
}
.about_06 .thumbnail .row .tit {
  padding-top: 95px;
  font-weight: bold;
  font-size: 30px;
}
.about_06 .thumbnail .row .con {
  font-size: 18px;
}
.about_06 .thumbnail .row1 {
  margin-bottom: 86px;
}
.about_06 .thumbnail .row1 .l {
  height: 333px;
  width: 50%;
  text-align: right;
  position: relative;
}
.about_06 .thumbnail .row1 .l img {
  position: absolute;
  right: 0;
}
.about_06 .thumbnail .row1 .r {
  padding-left: 35px;
  width: 50%;
}
.about_06 .thumbnail .row2 {
  margin-bottom: 86px;
  flex-direction: row-reverse;
}
.about_06 .thumbnail .row2 .r {
  width: 50%;
  position: relative;
}
.about_06 .thumbnail .row2 .r .inner {
  position: absolute;
  left: 100%;
  margin-left: -600px;
}
.about_06 .thumbnail .row2 .l {
  height: 333px;
  width: 50%;
  position: relative;
}
.about_06 .thumbnail .row2 .l img {
  position: absolute;
  left: 0;
}
.about_06 .responsible {
  height: 736px;
  position: relative;
  background: url(../images/about05_3.png) no-repeat center top #091327;
}
.about_06 .responsible .bg_black {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #050911;
  width: 100vw;
  height: 100%;
  z-index: 1;
}
.about_06 .responsible .fixedbox {
  position: absolute;
  left: calc(50% - 800px);
  top: 0;
  z-index: 2;
}
.about_06 .responsible h2 {
  font-family: Poppins;
  font-size: 90px;
  font-weight: Bold;
  color: #09A7E2;
  text-align: center;
  margin-top: -50px;
  width: 1600px;
}
.about_06 .responsible .wrap ul {
  display: flex;
  justify-content: center;
  padding-top: 260px;
  gap: 38px;
  margin: 0 auto 0;
  width: 1600px;
}
.about_06 .responsible .wrap ul li {
  width: 350px;
  height: 198px;
  padding: 33px 20px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
}
.about_06 .responsible .wrap ul li p {
  color: #fff;
  letter-spacing: -1px;
}
.about_06 .responsible .wrap ul li p.tit {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 17px;
}
.about_06 .responsible .wrap ul li p.con {
  font-size: 18px;
}

@media (max-width: 768px) {
  .about_06 .walking {
    height: auto;
    padding: 0 30px;
  }
  .about_06 .walking h2 {
    width: 100%;
    left: 0;
    font-size: 50px;
    position: relative;
    line-height: 1.2;
    padding-top: 30px;
    text-align: left;
  }
  .about_06 .walking p {
    position: relative;
    left: 0;
    width: 100%;
    font-size: 20px;
    top: -20px;
    text-align: left;
  }
  .about_06 .walking p span {
    font-size: 20px;
  }
  .about_06 .thumbnail {
    padding: 56px 30px 500px;
  }
  .about_06 .thumbnail .row {
    display: block;
    height: auto;
  }
  .about_06 .thumbnail .row .tit {
    font-size: 20px;
    margin-bottom: 15px;
    padding-top: 40px;
  }
  .about_06 .thumbnail .row .l, .about_06 .thumbnail .row .r {
    padding-left: 0;
    width: 100%;
  }
  .about_06 .thumbnail .row .l .con, .about_06 .thumbnail .row .r .con {
    font-size: 16px;
  }
  .about_06 .thumbnail .row1 .l {
    text-align: left;
    height: auto;
  }
  .about_06 .thumbnail .row1 .l img {
    position: relative;
    right: auto;
    left: 0;
    max-width: calc(100% + 60px);
    margin-left: -30px;
  }
  .about_06 .thumbnail .row2 {
    margin-bottom: 0;
  }
  .about_06 .thumbnail .row2 .l {
    text-align: left;
    height: auto;
  }
  .about_06 .thumbnail .row2 .l img {
    position: relative;
    max-width: calc(100% + 60px);
    margin-left: -30px;
  }
  .about_06 .thumbnail .row2 .l .inner {
    margin-left: 0;
    left: auto;
  }
  .about_06 .thumbnail .row2 .r .inner {
    left: 0;
    margin-left: 0;
  }
  .about_06 .responsible {
    height: auto;
  }
  .about_06 .responsible .fixedbox {
    position: relative;
    left: 0;
    padding: 0 20px 60px;
    background-position-y: top;
    background-size: cover;
  }
  .about_06 .responsible .fixedbox h2 {
    font-size: 50px;
    text-align: left;
    width: 90%;
    margin-top: 0;
    position: absolute;
    top: -205px;
  }
  .about_06 .responsible .fixedbox .wrap {
    height: auto;
    padding: 0 18px;
  }
  .about_06 .responsible .fixedbox .wrap ul {
    width: 100%;
    display: block;
    padding-top: 60px;
  }
  .about_06 .responsible .fixedbox .wrap ul li {
    margin: 0 auto 20px;
    max-width: 100%;
    height: auto;
  }
  .about_06 .responsible .fixedbox .wrap ul li p.tit {
    font-size: 20px;
  }
  .about_06 .responsible .fixedbox .wrap ul li p.con {
    font-size: 16px;
  }
}
.about_07 h3 {
  font-size: 70px;
  font-weight: bold;
  color: #fff;
  padding-top: 40px;
  margin-bottom: 50px;
}
.about_07 .way_wrap {
  width: 1300px;
  margin: 0 auto;
  padding-bottom: 0;
}
.about_07 .way {
  display: flex;
  justify-content: space-between;
  align-items: top;
  height: 300px;
  margin-bottom: 80px;
}
.about_07 .way .address {
  width: 450px;
}
.about_07 .way .address h4 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
.about_07 .way .address span {
  font-size: 18px;
}
.about_07 .way .address .tit {
  margin-right: 30px;
  font-weight: bold;
}
.about_07 .way .address * {
  color: #fff;
}
.about_07 .way .map {
  width: calc(100% - 450px);
  height: 300px;
  border-radius: 40px;
}
.about_07 .way6 {
  width: 1300px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 100px;
}
.about_07 .way6 li {
  width: 33.33%;
  margin-bottom: 30px;
}
.about_07 .way6 li strong {
  display: block;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
.about_07 .way6 li span {
  display: block;
  color: #fff;
  font-size: 18px;
}

@media (max-width: 768px) {
  .about_07 {
    padding: 0;
  }
  .about_07 h3 {
    font-size: 46px;
  }
  .about_07 .way_wrap {
    width: 100%;
  }
  .about_07 .way {
    display: block;
    justify-content: space-between;
    align-items: top;
    height: auto;
    margin-bottom: 60px;
  }
  .about_07 .way .address {
    width: 100%;
    margin-bottom: 20px;
  }
  .about_07 .way .address .tit {
    display: none;
  }
  .about_07 .way .map {
    width: 100%;
  }
  .about_07 .way .map img {
    max-width: none !important;
  }
  .about_07 .way6 {
    width: 100%;
    display: block;
  }
  .about_07 .way6 li {
    width: 100%;
    margin-bottom: 50px;
  }
}/*# sourceMappingURL=sub_about.css.map */