@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@700&display=swap");
body, html {
  -webkit-font-smoothing: antialiased;
}

*::-moz-selection {
  background: #ff0351;
  color: #ffffff;
}

*::selection {
  background: #ff0351;
  color: #ffffff;
}

a {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* for removing the highlight */
}

img {
  display: block;
  width: 100%;
  height: auto;
}

body {
  font-family: "dnp-shuei-gothic-kin-std", sans-serif, Arial, Helvetica, "微軟正黑體", Microsoft JhengHei, Apple LiGothic, "蘋果儷中黑";
  padding-top: 1px;
  overflow: inherit !important;
}
body.noScroll {
  height: auto !important;
  overflow: hidden !important;
  padding-right: 1px;
}

.bg {
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 0;
}
.bg:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(2, 6, 42, 0.2);
}

.dnp {
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
}

.dmSans {
  font-family: "DM Sans", serif;
}

.hiroSans {
  font-family: "hiragino-kaku-gothic-pron", serif;
}

.container {
  max-width: 1660px;
  margin: auto;
}

.container2 {
  max-width: 1920px;
  margin: auto;
}

.container3 {
  max-width: 2560px;
  margin: auto;
}

.container4 {
  max-width: 1220px;
  margin: auto;
}

* {
  outline: none;
}

#wrapper {
  overflow: hidden;
}

.scrollBox {
  overflow-y: scroll;
  scrollbar-color: rgba(0, 0, 0, 0.1) transparent;
  scrollbar-width: thin;
  padding-right: 0;
}
.scrollBox::-webkit-scrollbar {
  width: 3px;
  opacity: 0.3;
}
.scrollBox::-webkit-scrollbar-track {
  border-radius: 1em;
  background-color: #040732;
}
.scrollBox::-webkit-scrollbar-thumb {
  border-radius: 1em;
  background-color: rgba(0, 0, 0, 0.1);
}
.scrollBox .noDateTxt {
  font-size: 1.4em;
  margin-top: 2em;
}

/* loading */
.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #040732;
  z-index: 9999;
}
.loading .box {
  -webkit-animation: spin 3s linear infinite;
          animation: spin 3s linear infinite;
}
.loading .loadingBall {
  border-radius: 50%;
  position: relative;
  -webkit-animation: jump 0.6s ease-out infinite alternate;
          animation: jump 0.6s ease-out infinite alternate;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(22%);
            transform: translateY(22%);
  }
  100% {
    -webkit-transform: translateY(-80%);
            transform: translateY(-80%);
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translateY(22%);
            transform: translateY(22%);
  }
  100% {
    -webkit-transform: translateY(-80%);
            transform: translateY(-80%);
  }
}
.pointerDIV {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  /* mix-blend-mode: difference; */
  z-index: 999;
}
.pointerDIV div {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.pointerDIV.multy {
  display: block;
  mix-blend-mode: difference;
  /* margin-top: -25px; */
}
.pointerDIV.multy div {
  width: 50px;
  height: 50px;
  background-color: #ff59b0;
}

.pointerChange {
  display: inline-block;
}
.pointerChange:not(a) {
  cursor: default;
}
.pointerChange.dmSans, .pointerChange.dnp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pointerChange.dnp {
  padding: 0 1.2em;
}

.anchorBar {
  right: 0;
  z-index: 999;
  top: calc(50vh - 11rem);
  padding-right: 1rem;
  text-shadow: 0 3px 6px rgba(2, 6, 42, 0.5), 0 3px 6px rgba(2, 6, 42, 0.5), 0 3px 6px rgba(2, 6, 42, 0.5), 0 0px 2em rgba(2, 6, 42, 0.5);
}
.anchorBar.atTop {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}
.anchorBar a {
  color: #ffffff;
  margin-bottom: 3rem;
  padding-left: 0.6em;
  position: relative;
  line-height: 1;
  white-space: nowrap;
}
.anchorBar a:last-child {
  margin-bottom: 0;
}
@media (hover: hover) {
  .anchorBar a:hover {
    opacity: 1;
  }
  .anchorBar a:hover .pName {
    opacity: 1;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    pointer-events: inherit;
  }
  .anchorBar a:hover .dot {
    background-color: #ffffff;
  }
}
.anchorBar a.active .dot {
  background-color: #ffffff;
}
.anchorBar .pName {
  font-weight: bold;
  position: absolute;
  top: 40%;
  right: 100%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  pointer-events: none;
}
.anchorBar .dot {
  width: 2.5rem;
  height: 0.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #ffffff;
  background-color: transparent;
}

/* FB 對話機器人 */
.fb_dialog_content > iframe:first-child {
  -webkit-box-shadow: 0px 0px 20px rgba(5, 183, 177, 0.9) !important;
          box-shadow: 0px 0px 20px rgba(5, 183, 177, 0.9) !important;
}
.fb_dialog_content > iframe {
  -webkit-transform: translateY(-10px) !important;
          transform: translateY(-10px) !important;
}

nav {
  display: none;
}

#main {
  max-width: 2560px;
}

.prvLink:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

body {
  background-color: #ffffff !important;
  padding-right: 0px !important;
}

#wrapper {
  overflow: inherit !important;
  background-color: #c8dfc2 !important;
  padding-top: 1px;
}

br.pcHide {
  display: none;
}

.notoSans {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 700;
}

/* header ****************************/
.logo svg {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.logo svg .st0 {
  -webkit-clip-path: url(#SVGID_2_);
          clip-path: url(#SVGID_2_);
  fill: #005e66;
  -webkit-transition: 0.3s 0s;
  transition: 0.3s 0s;
}
.logo.isGreen svg .st0 {
  fill: #005e66 !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.overEsg5 header {
  height: 9rem;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* anchorBar ****************************/
.anchorBar {
  -webkit-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  pointer-events: none;
}
.anchorBar.isGreen a {
  color: #005e66;
}
.anchorBar.isGreen a.active .dot, .anchorBar.isGreen a:hover .dot {
  background-color: #005e66;
}
.anchorBar.isGreen .dot {
  border-color: #005e66;
}
.anchorBar a.onFocus {
  opacity: 1;
}
.anchorBar a.onFocus .pName {
  opacity: 1;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  pointer-events: inherit;
}
.anchorBar a.onFocus .dot {
  background-color: #ffffff;
}

.navBtn div {
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
.navBtn div:before, .navBtn div:after {
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
.navBtn.isGreen div {
  background-color: #005e66 !important;
}
.navBtn.isGreen div:before, .navBtn.isGreen div:after {
  background-color: #005e66 !important;
}

.notTop .anchorBar {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  pointer-events: inherit;
}
.notTop .esg01Menu {
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
  opacity: 0;
  -webkit-transition: 0.3s 0.05s;
  transition: 0.3s 0.05s;
}
.notTop .logo svg .st0 {
  fill: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.notTop .navBtn div {
  background-color: #ffffff;
}
.notTop .navBtn div:before, .notTop .navBtn div:after {
  background-color: #ffffff;
}
.notTop .midB {
  top: 100vh;
  -webkit-transition: 0s;
  transition: 0s;
}
.notTop .toTest {
  bottom: 2.25rem;
}

.midB {
  -webkit-transition: 0s;
  transition: 0s;
}

.toTest {
  -webkit-transition: bottom 0s, background-color 0.3s, color 0.3s;
  transition: bottom 0s, background-color 0.3s, color 0.3s;
}

/* main ****************************/
.deco_slash {
  width: 100vw;
  height: 1rem;
  position: absolute;
  background-image: url(../images/ESG/slash_green.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: auto 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.cloud {
  aspect-ratio: 478/260;
  position: absolute;
  background-image: url(../images/ESG/cloud1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.cloud01 {
  left: 34%;
  top: 0;
  opacity: 0.8;
}

.cloud02 {
  width: 18rem;
  left: 67%;
  top: 19%;
  opacity: 0.8;
  z-index: 10;
}

.cloud03 {
  width: 29.875rem;
  left: 10%;
  top: 64%;
  z-index: 10;
}

.cloud04 {
  width: 21rem;
  left: 20%;
  top: 5%;
  opacity: 0.95;
  z-index: 10;
}

/* footer ****************************/
footer {
  position: relative;
  background-color: #dcdfde;
  color: #182716;
  z-index: 10;
}

.footent {
  max-width: 1370px;
  margin: auto;
}

.copyright {
  letter-spacing: 0.13em;
}

.footMedia a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem auto;
}
.footMedia a:hover {
  background-color: #d3d86b;
}

.esgFB {
  background-color: #4a94c5;
  background-image: url(../images/ESG/icon_FB_white.svg);
}
.esgFB:hover {
  background-image: url(../images/ESG/icon_FB.svg);
}

.esgIG {
  background-color: #ee93ca;
  background-image: url(../images/ESG/icon_IG_white.svg);
}
.esgIG:hover {
  background-image: url(../images/ESG/icon_IG.svg);
}

.esgYT {
  background-color: #ef868c;
  background-image: url(../images/ESG/icon_YT_white.svg);
}
.esgYT:hover {
  background-image: url(../images/ESG/icon_YT.svg);
}

.esgWeb {
  background-image: url(../images/ESG/icon_home_white.svg);
  background-color: #358188;
}
.esgWeb:hover {
  background-image: url(../images/ESG/icon_home.svg);
}

.navMedia a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 4rem auto;
}
.navMedia a:hover {
  background-color: #d3d86b;
}

/* loading */
.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  background-color: #62ad78 !important;
  background-image: none;
  z-index: 9990;
}

.loading .box {
  font-size: 1.5em;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: opac 2s infinite linear;
          animation: opac 2s infinite linear;
}

.loading span {
  width: 8em;
  height: 8em;
  display: block;
  position: absolute;
  top: calc(50% - 4em);
  left: calc(50% - 4em);
  border: 2px solid;
  border-color: #ffffff transparent #ffffff transparent;
  border-radius: 50%;
  -webkit-animation: spin 2s infinite linear;
          animation: spin 2s infinite linear;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@-webkit-keyframes opac {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opac {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
#wrapper {
  padding-top: 15.625rem;
  background-color: #ffffff !important;
}

#main {
  padding-bottom: 8rem;
}

.esg01Menu {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.newsKV {
  background-color: #c8dfc2;
}

.newsKVDes {
  color: #005e66;
  padding: 4.125rem 0;
}

.newsKVImg {
  width: 37.5rem;
  aspect-ratio: 1;
  margin-right: 4.375rem;
}
.newsKVImg img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.newsKVDate {
  margin-bottom: 3.75rem;
}

.newsTitle {
  position: relative;
  margin-bottom: 0.4em;
}
.newsTitle:before {
  content: "";
  display: block;
  background-color: #005e66;
  position: absolute;
  height: 2px;
  width: 0.8em;
  left: -0.4em;
  bottom: -0.1em;
}

.newsTagBox {
  margin-bottom: 2.375rem;
}

.newsTag {
  background-color: #62ad78;
  color: #ffffff;
  line-height: 2;
  padding: 0 1em;
  border-radius: 999em;
  margin-right: 0.5em;
}

.newsArticle {
  padding: 4.875rem 0;
  line-height: 1.9;
}
.newsArticle * {
  font-size: 1.375rem !important;
  font-family: inherit !important;
  color: #005e66;
}
.newsArticle p {
  margin-bottom: 1.5em;
}
.newsArticle a {
  display: inline-block;
  color: #62ad78 !important;
  padding: 0 0.2em;
}
.newsArticle a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.newsArticle ul, .newsArticle ol {
  list-style: disc;
  margin-left: 1em;
  padding: 0.5em 0;
  margin-bottom: 1em;
}
.newsArticle table {
  width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  text-align: center;
}
.newsArticle td {
  border: 1px solid #005e66;
  padding: 0.3em 0.5em;
}

.newsSliderBox {
  width: 97.5rem;
  margin: 0 auto 6.75rem auto;
  position: relative;
}

.esgNewsSlider_pagination {
  text-align: center;
  margin-top: 1.5em;
}
.esgNewsSlider_pagination span {
  background-color: #fff;
  border: 2px solid #c8dfc2;
  opacity: 1;
  width: 10px;
  height: 10px;
  border-radius: 999em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.esgNewsSlider_pagination span.swiper-pagination-bullet-active {
  width: 25px;
  background-color: #c8dfc2;
}

.esgNewsSliderBtnBox {
  position: absolute;
  top: 9.625rem;
  width: 100%;
  left: 0;
}

.esgNewsSliderBtn {
  position: absolute;
  width: 3.75rem;
  top: -1.875rem;
}
.esgNewsSliderBtn.esgNewsSliderBtn_L {
  left: 0.3rem;
}
.esgNewsSliderBtn.esgNewsSliderBtn_R {
  right: 0.3rem;
}
.esgNewsSliderBtn:hover {
  opacity: 0.8;
}

.esgNewsSlider {
  overflow: hidden;
  width: calc(100% - 6rem - 3.75rem);
  margin: auto;
}
.esgNewsSlider.is1 .swiper-slide:nth-child(1) {
  margin-left: 29.125rem;
}
.esgNewsSlider.is2 .swiper-slide:nth-child(1) {
  margin-left: 14.5625rem;
}
.esgNewsSlider .swiper-slide {
  aspect-ratio: 416/274;
  padding: 0 0.625rem;
}
.esgNewsSlider img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.goToSec02 {
  font-weight: bold;
  text-align: center;
  background-color: #005e66;
  line-height: 2.25;
  color: #ffffff;
  width: 19rem;
  margin: auto;
  letter-spacing: 0.075em;
  position: relative;
  padding-right: 1.5em;
}
.goToSec02:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.7em;
  left: calc(50% + 3.4em);
  width: 4em;
  height: 0.5em;
  background-image: url(../images/ESG_NEWS/arr_btn.svg);
  background-repeat: no-repeat;
  background-position: left 0 bottom;
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.goToSec02:hover {
  opacity: 0.8;
}
.goToSec02:hover:before {
  background-position: left 1.5em bottom;
}

@media screen and (max-width: 767px) {
  #wrapper {
    padding-top: 7.75rem;
  }
  #main {
    padding-bottom: 7rem;
  }
  .newsKV {
    padding-top: 2.8125rem;
  }
  .newsKVDes {
    padding: 1.375rem 2rem 4.125rem 2rem;
  }
  .newsKVImg {
    width: auto;
    margin-right: 0;
  }
  .newsKVDate {
    margin-bottom: 1.75rem;
  }
  .newsTitle {
    text-align: center;
    padding-bottom: 0.2em;
    margin-bottom: 0.8em;
  }
  .newsTitle:before {
    left: calc(50% - 0.4em);
  }
  .newsSubTitle {
    text-align: center;
  }
  .newsTagBox {
    margin-bottom: 1.625rem;
  }
  .newsArticle {
    padding: 3.875rem 0;
  }
  .newsArticle * {
    font-size: 1.875rem !important;
  }
  .newsSliderBox {
    width: auto;
  }
  .esgNewsSliderBtnBox {
    z-index: 9999;
    top: 11.875rem;
  }
  .esgNewsSliderBtn.esgNewsSliderBtn_L {
    left: 1rem;
  }
  .esgNewsSliderBtn.esgNewsSliderBtn_R {
    right: 1rem;
  }
  .esgNewsSlider {
    width: auto;
  }
  .esgNewsSlider.is1 .swiper-slide:nth-child(1) {
    margin-left: 0;
  }
  .esgNewsSlider.is2 .swiper-slide:nth-child(1) {
    margin-left: 0;
  }
  .esgNewsSlider .swiper-slide {
    aspect-ratio: 416/274;
    padding: 0 0.625rem;
  }
  .goToSec02 {
    width: 31.375rem;
  }
}
@media screen and (max-width: 767px) and (max-height: 120vw) {
  .esgNewsSliderBtnBox {
    top: 20.875rem;
  }
}
@media screen and (max-width: 1660px) {
  body, html {
    font-size: 0.964vw;
  }
}
@media screen and (max-width: 1660px) and (min-width: 768px) and (max-height: 595px) {
  body, html {
    font-size: 0.94vw;
  }
}
@media screen and (max-width: 767px) {
  body, html {
    font-size: 2.1333vw;
  }
  body {
    height: auto !important;
    overflow: inherit !important;
    background-color: #040732;
  }
  #wrapper {
    overflow: hidden;
  }
  br.pcHide {
    display: inherit;
  }
  br.mHide {
    display: none;
  }
  header .logo {
    z-index: 99;
  }
  nav {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: #060c35;
    -webkit-transform: translateY(-110%);
            transform: translateY(-110%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  nav > .flex {
    min-height: 100%;
    padding: 2rem 0;
  }
  .open nav {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .logo {
    width: 8rem;
  }
  .open ~ .navBtn {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .open ~ .navBtn div:after {
    display: none;
  }
  .open ~ .navBtn div:before {
    bottom: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .navBtn {
    width: 34px;
    right: 1.5rem;
    top: 2.2rem;
    z-index: 55;
    padding: 1px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    z-index: 999;
  }
  .navBtn div {
    height: 2px;
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    -webkit-box-shadow: 2px 2px 3px rgba(0, 53, 100, 0.1);
            box-shadow: 2px 2px 3px rgba(0, 53, 100, 0.1);
  }
  .navBtn div:before, .navBtn div:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background-color: #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-box-shadow: 2px 2px 3px rgba(0, 53, 100, 0.1);
            box-shadow: 2px 2px 3px rgba(0, 53, 100, 0.1);
  }
  .navBtn div:before {
    bottom: calc(100% + 6px);
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .navBtn div:after {
    top: calc(100% + 6px);
  }
  .anchorBar {
    display: none;
  }
  .pointerDIV {
    display: none;
  }
  /* FB 對話機器人 */
}
@media screen and (max-width: 767px) and (max-height: 120vw) {
  body, html {
    font-size: 1.2vw;
  }
  nav {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  .kvSlider .swiper-pagination {
    top: 80%;
  }
  .marqueeBox {
    padding-top: 4rem;
  }
  .marquee {
    height: 1.8rem;
  }
  .aboutSliderBox {
    height: calc(100% - 2rem);
  }
  .aboutSlider {
    height: calc(100% - 3rem);
    margin-top: 1rem;
    margin-bottom: 0;
    padding-bottom: 2rem;
  }
  .aboutSlider .swiper-pagination {
    top: auto;
    bottom: 1.5rem;
  }
  .aboutSliderBox {
    display: block;
  }
  .aboutBox {
    margin-top: 0;
    padding-left: 25%;
    height: auto;
  }
  .aboutBox .aboutTlt {
    bottom: auto;
    top: 25%;
    left: 0%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .aboutTlt {
    font-size: 2.8rem;
    padding-bottom: 0;
  }
  .abcT {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .abcT .dot {
    width: 1.2rem;
    height: 1.2rem;
    top: calc(100% + 0.5rem);
  }
  .aboutContent {
    height: 30rem;
    padding-top: 2rem;
  }
  .aboutContent .text-27 {
    line-height: 1.4;
    font-size: 1.4rem;
  }
  .sec_02 .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .universeBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .universeIntro h3 {
    text-align: left;
  }
  .insertTXT {
    width: 100%;
    position: static;
    text-align: left;
    margin-top: 3rem;
    -webkit-transform: none;
            transform: none;
  }
  .ballPool {
    width: calc(100% - 24rem);
    height: 86%;
    margin: 0;
  }
  .sec_04 h3 {
    font-size: 4rem;
    margin-right: 2rem;
  }
  .projectSlider .swiper-slide {
    max-width: 30rem;
  }
  .projectSlider .swiper-slide.project .pjImg {
    opacity: 1;
  }
  .projectSlider .swiper-slide.project .pjTxt {
    opacity: 1;
    background-color: transparent !important;
    -webkit-transition: 0s !important;
    transition: 0s !important;
  }
  .projectSlider .swiper-slide.project .m_graden {
    opacity: 1 !important;
    -webkit-transition: 0s !important;
    transition: 0s !important;
  }
  .projectSlider .swiper-slide.project .pjArr {
    opacity: 1;
    bottom: 2.75rem;
    -webkit-transition: 0s !important;
    transition: 0s !important;
  }
  .sec_05 h3 {
    font-size: 3.2rem;
  }
  .jbb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .box_104 {
    width: 33%;
    margin: 0;
  }
  .box_email {
    width: 50%;
    margin: 0;
    margin-left: 2rem;
    margin-top: 8rem;
  }
  .box_email .ringImg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  br.pcHide {
    display: inherit;
  }
  br.mHide {
    display: none;
  }
  /* header ****************************/
  .overEsg5 header {
    height: 7.5rem;
  }
  nav {
    background-color: #62ad78;
  }
  .open .logo svg .st0 {
    fill: #fff !important;
  }
  .open ~ .navBtn div {
    background-color: #fff !important;
  }
  .open ~ .navBtn div:before, .open ~ .navBtn div:after {
    background-color: #fff !important;
  }
  .navBtn div {
    background-color: #005e66;
  }
  .navBtn div:before, .navBtn div:after {
    background-color: #005e66;
  }
  .notTop .midB {
    top: 100vh;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .notTop .toTest {
    bottom: 1.5rem;
    -webkit-transition: bottom 0s;
    transition: bottom 0s;
  }
  .midB {
    -webkit-transition: 0s;
    transition: 0s;
  }
  .toTest {
    -webkit-transition: bottom 0s;
    transition: bottom 0s;
  }
  @supports not (-webkit-touch-callout: none) {
    /* CSS for other than iOS devices */
    .notTop .midB {
      top: calc(100% - 0rem);
      -webkit-transition: 0s;
      transition: 0s;
    }
    .notTop .toTest {
      bottom: 1.5rem;
      -webkit-transition: bottom 0s;
      transition: bottom 0s;
    }
    .midB {
      top: calc(100% - 1.5rem);
      -webkit-transition: 0s;
      transition: 0s;
    }
    .toTest {
      bottom: 0rem;
      -webkit-transition: bottom 0s;
      transition: bottom 0s;
    }
  }
  /* main ****************************/
  .navOPP #main {
    -webkit-filter: blur(20px);
            filter: blur(20px);
    opacity: 0.5;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .deco_slash {
    height: 1.5rem;
  }
  .footMedia {
    position: absolute;
    top: 4rem;
    right: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 10rem;
  }
  .footMedia a {
    margin-bottom: 1.5rem;
  }
  .footMedia .esgIG {
    margin-left: 0;
  }
}