@charset "utf-8";



/*******************************************************/
/********** Responsive Contents Setting (320) **********/
/*******************************************************/

@media screen and ( max-width: 320px ) {



/**************************************/
/********** Background Image **********/
/**************************************/

#container {
  position: relative;
  top: 0;
  z-index: 0;
}
#container:before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
  background-image: url("../images/bg-main.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
#container:after {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url("../images/bg-layer.png");
  background-repeat: no-repeat;
  background-size: 120% auto;
  background-position: right 80px;
  mix-blend-mode: multiply;
  opacity: 0.6;
}



/********************************/
/********** Main Image **********/
            /* 60% */
         /* slide 40% */
/********************************/

.mainimage-section {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
}
.mainimage-section .content {
  position: relative;
  min-height: 340px;
}
.mainimage-section .headline {
  position: relative;
  z-index: 200;
  margin: 0;
  padding: 0;
  color: #313131;
  text-align: left;
  width: 100%;
}
.mainimage-section .headline .title {
  font-family: "Libre Baskerville", serif;
  font-size: 4.8rem;
  font-weight: 400;
  letter-spacing: 0.02rem;
  line-height: 110%;
  color: #17A0BD;
}
.mainimage-section .headline .description {
  margin: 12px 0 0 0;
  padding: 0 8px;
  border-left: 5px solid #1B7BAE;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 140%;
  color: #313131;
  text-shadow: 1px 1px 0 rgba(255,255,255,1)
}

.mainimage-section .slideshow {
  position: absolute;
  top: 80px;
  right: 0;
  z-index: 100;
  display: flex;
}
.mainimage-section .slide01 {
  position: relative;
  top: 88px;
  right: -28px;
  z-index: 10;
  overflow: hidden;
  flex-shrink: 0;
  width: 128px;
  height: 152px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background-color: #FFFFFF;
}
.mainimage-section .slide01 img {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 11;
  width: 108px;
  height: 132px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.mainimage-section .slide02 {
  position: relative;
  right: 0;
  z-index: 20;
  overflow: hidden;
  flex-shrink: 0;
  width: 160px;
  height: 190px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background-color: #FFFFFF;
}
.mainimage-section .slide02 img {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 21;
  width: 140px;
  height: 170px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}



/*****************************/
/********** Mission **********/
/*****************************/

.mission-section {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  background: rgba(255,255,255,0.7);
}
.mission-section h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  line-height: 140%;
  letter-spacing: 0.1rem;
  color: #17A0BD;
  margin: auto;
  text-align: center;
}



/**************************************/
/********** State of the lab **********/
/**************************************/

.publications-section {
  clear: both;
  margin: auto;
  padding: 20px 0 40px 0;
  width: 100%;
  position: relative;
  background-color: #FFFFFF;
}
.publications-section .banner-publications {
  margin: auto;
  max-width: 100%;
  position: relative;
  aspect-ratio: 4.95 / 1;
}
.publications-section .banner-publications a {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.publications-section .banner-publications a {
  background-image: url("../images/bg-publications.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.publications-section .banner-publications a span {
  margin: 0;
  padding: 8px 24px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.04rem;
  text-decoration: none;
  background-color: #1CBFDE;
  color: #FFFFFF;
  display: inline-block;
  transition: background-color 0.3s, color 0.3s;
  position: absolute;
  bottom: -20px;
}
.publications-section .banner-publications a span:after {
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  margin: 0 0 0 12px;
  font-size: 1.4rem;
  font-weight: 900;
  color: #FFFFFF;
  display: inline-block;
}
.publications-section .banner-publications a:hover span {
  color: #FFFFFF;
  background-color: #197BAA;
  transition: background-color 0.3s, color 0.3s;
}
.publications-section .banner-publications a {
  box-shadow: 6px 6px 0 0 rgba(65,198,207,1);
}



}



/************************************************************/
/********** Responsive Contents Setting (320-480) ***********/
/************************************************************/

@media screen and ( min-width: 321px ) and ( max-width: 480px ) {



/**************************************/
/********** Background Image **********/
/**************************************/

#container {
  position: relative;
  top: 0;
  z-index: 0;
}
#container:before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
  background-image: url("../images/bg-main.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
#container:after {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url("../images/bg-layer.png");
  background-repeat: no-repeat;
  background-size: 120% auto;
  background-position: right 80px;
  mix-blend-mode: multiply;
  opacity: 0.6;
}



/********************************/
/********** Main Image **********/
            /* 60% */
         /* slide 50% */
/********************************/

.mainimage-section {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
}
.mainimage-section .content {
  position: relative;
  min-height: 420px;
}
.mainimage-section .headline {
  position: relative;
  z-index: 200;
  margin: 0;
  padding: 0;
  color: #313131;
  text-align: left;
  width: 100%;
}
.mainimage-section .headline .title {
  font-family: "Libre Baskerville", serif;
  font-size: 4.8rem;
  font-weight: 400;
  letter-spacing: 0.02rem;
  line-height: 110%;
  color: #17A0BD;
}
.mainimage-section .headline .description {
  margin: 16px 0 0 0;
  padding: 0 10px;
  border-left: 6px solid #1B7BAE;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 140%;
  color: #313131;
  text-shadow: 1px 1px 0 rgba(255,255,255,1)
}

.mainimage-section .slideshow {
  position: absolute;
  top: 90px;
  right: 0;
  z-index: 100;
  display: flex;
}
.mainimage-section .slide01 {
  position: relative;
  top: 110px;
  right: -35px;
  z-index: 10;
  overflow: hidden;
  flex-shrink: 0;
  width: 160px;
  height: 190px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background-color: #FFFFFF;
}
.mainimage-section .slide01 img {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  z-index: 11;
  width: 130px;
  height: 160px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.mainimage-section .slide02 {
  position: relative;
  right: 0;
  z-index: 20;
  overflow: hidden;
  flex-shrink: 0;
  width: 200px;
  height: 238px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background-color: #FFFFFF;
}
.mainimage-section .slide02 img {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  z-index: 21;
  width: 170px;
  height: 208px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}



/*****************************/
/********** Mission **********/
/*****************************/

.mission-section {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  background: rgba(255,255,255,0.7);
}
.mission-section h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  line-height: 140%;
  letter-spacing: 0.1rem;
  color: #17A0BD;
  margin: auto;
  text-align: center;
}



/**************************************/
/********** State of the lab **********/
/**************************************/

.publications-section {
  clear: both;
  margin: auto;
  padding: 20px 0 50px 0;
  width: 100%;
  position: relative;
  background-color: #FFFFFF;
}
.publications-section .banner-publications {
  margin: auto;
  max-width: 100%;
  position: relative;
  aspect-ratio: 4.95 / 1;
}
.publications-section .banner-publications a {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.publications-section .banner-publications a {
  background-image: url("../images/bg-publications.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.publications-section .banner-publications a span {
  margin: 0;
  padding: 12px 36px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.04rem;
  text-decoration: none;
  background-color: #1CBFDE;
  color: #FFFFFF;
  display: inline-block;
  transition: background-color 0.3s, color 0.3s;
  position: absolute;
  bottom: -25px;
}
.publications-section .banner-publications a span:after {
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  margin: 0 0 0 12px;
  font-size: 1.4rem;
  font-weight: 900;
  color: #FFFFFF;
  display: inline-block;
}
.publications-section .banner-publications a:hover span {
  color: #FFFFFF;
  background-color: #197BAA;
  transition: background-color 0.3s, color 0.3s;
}
.publications-section .banner-publications a {
  box-shadow: 6px 6px 0 0 rgba(65,198,207,1);
}



}



/***********************************************************/
/********** Responsive Contents Setting (480-768) **********/
/***********************************************************/

@media screen and ( min-width: 481px ) and ( max-width: 768px ) {



/**************************************/
/********** Background Image **********/
/**************************************/

#container {
  position: relative;
  top: 0;
  z-index: 0;
}
#container:before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
  background-image: url("../images/bg-main.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
#container:after {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url("../images/bg-layer.png");
  background-repeat: no-repeat;
  background-size: 120% auto;
  background-position: right 80px;
  mix-blend-mode: multiply;
  opacity: 0.7;
}



/********************************/
/********** Main Image **********/
            /* 70% */
         /* slide 60% */
/********************************/

.mainimage-section {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
}
.mainimage-section .content {
  position: relative;
  min-height: 420px;
}
.mainimage-section .headline {
  position: relative;
  z-index: 200;
  margin: 30px 0 0 0;
  padding: 0;
  color: #313131;
  text-align: left;
  width: 100%;
}
.mainimage-section .headline .title {
  font-family: "Libre Baskerville", serif;
  font-size: 5.6rem;
  font-weight: 400;
  letter-spacing: 0.02rem;
  line-height: 110%;
  color: #17A0BD;
}
.mainimage-section .headline .description {
  margin: 24px 0 0 0;
  padding: 0 12px;
  border-left: 7px solid #1B7BAE;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  line-height: 140%;
  color: #313131;
  text-shadow: 1px 1px 0 rgba(255,255,255,1)
}

.mainimage-section .slideshow {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 100;
  display: flex;
}
.mainimage-section .slide01 {
  position: relative;
  top: 132px;
  right: -42px;
  z-index: 10;
  overflow: hidden;
  flex-shrink: 0;
  width: 192px;
  height: 228px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background-color: #FFFFFF;
}
.mainimage-section .slide01 img {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  z-index: 11;
  width: 162px;
  height: 198px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.mainimage-section .slide02 {
  position: relative;
  right: 0;
  z-index: 20;
  overflow: hidden;
  flex-shrink: 0;
  width: 240px;
  height: 285px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background-color: #FFFFFF;
}
.mainimage-section .slide02 img {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  z-index: 21;
  width: 210px;
  height: 255px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}



/*****************************/
/********** Mission **********/
/*****************************/

.mission-section {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  background: rgba(255,255,255,0.7);
}
.mission-section h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  font-style: normal;
  line-height: 140%;
  letter-spacing: 0.1rem;
  color: #17A0BD;
  margin: auto;
  text-align: center;
}



/**************************************/
/********** State of the lab **********/
/**************************************/

.publications-section {
  clear: both;
  margin: auto;
  padding: 20px 0 60px 0;
  width: 100%;
  position: relative;
  background-color: #FFFFFF;
}
.publications-section .banner-publications {
  margin: auto;
  max-width: 100%;
  position: relative;
  aspect-ratio: 4.95 / 1;
}
.publications-section .banner-publications a {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.publications-section .banner-publications a {
  background-image: url("../images/bg-publications.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.publications-section .banner-publications a span {
  margin: 0;
  padding: 16px 48px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.04rem;
  text-decoration: none;
  background-color: #1CBFDE;
  color: #FFFFFF;
  display: inline-block;
  transition: background-color 0.3s, color 0.3s;
  position: absolute;
  bottom: -30px;
}
.publications-section .banner-publications a span:after {
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  margin: 0 0 0 12px;
  font-size: 1.4rem;
  font-weight: 900;
  color: #FFFFFF;
  display: inline-block;
}
.publications-section .banner-publications a:hover span {
  color: #FFFFFF;
  background-color: #197BAA;
  transition: background-color 0.3s, color 0.3s;
}
.publications-section .banner-publications a {
  box-shadow: 8px 8px 0 0 rgba(65,198,207,1);
}



}



/************************************************************/
/********** Responsive Contents Setting (768-1024) **********/
/************************************************************/

@media print, screen and ( min-width: 769px ) and ( max-width: 1024px ) {



/**************************************/
/********** Background Image **********/
/**************************************/

#container {
  position: relative;
  top: 0;
  z-index: 0;
}
#container:before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
  background-image: url("../images/bg-main.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
#container:after {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url("../images/bg-layer.png");
  background-repeat: no-repeat;
  background-size: 120% auto;
  background-position: right 100px;
  mix-blend-mode: multiply;
  opacity: 0.8;
}



/********************************/
/********** Main Image **********/
            /* 80% */
         /* slide 75% */
/********************************/

.mainimage-section {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
}
.mainimage-section .content {
  position: relative;
  min-height: 540px;
}
.mainimage-section .headline {
  position: relative;
  z-index: 200;
  margin: 45px 0 0 0;
  padding: 0;
  color: #313131;
  text-align: left;
  width: 100%;
}
.mainimage-section .headline .title {
  font-family: "Libre Baskerville", serif;
  font-size: 6.4rem;
  font-weight: 400;
  letter-spacing: 0.02rem;
  line-height: 110%;
  color: #17A0BD;
}
.mainimage-section .headline .description {
  margin: 24px 0 0 0;
  padding: 0 12px;
  border-left: 7px solid #1B7BAE;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  line-height: 140%;
  color: #313131;
  text-shadow: 1px 1px 0 rgba(255,255,255,1)
}

.mainimage-section .slideshow {
  position: absolute;
  top: 45px;
  right: 0;
  z-index: 100;
  display: flex;
}
.mainimage-section .slide01 {
  position: relative;
  top: 176px;
  right: -56px;
  z-index: 10;
  overflow: hidden;
  flex-shrink: 0;
  width: 240px;
  height: 285px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background-color: #FFFFFF;
}
.mainimage-section .slide01 img {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 11;
  width: 200px;
  height: 245px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.mainimage-section .slide02 {
  position: relative;
  right: 0;
  z-index: 20;
  overflow: hidden;
  flex-shrink: 0;
  width: 300px;
  height: 356px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background-color: #FFFFFF;
}
.mainimage-section .slide02 img {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 21;
  width: 260px;
  height: 316px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}



/*****************************/
/********** Mission **********/
/*****************************/

.mission-section {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  background: rgba(255,255,255,0.7);
}
.mission-section h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 3.0rem;
  font-weight: 600;
  font-style: normal;
  line-height: 140%;
  letter-spacing: 0.1rem;
  color: #17A0BD;
  margin: auto;
  text-align: center;
}



/**************************************/
/********** State of the lab **********/
/**************************************/

.publications-section {
  clear: both;
  margin: auto;
  padding: 20px 0 70px 0;
  width: 100%;
  position: relative;
  background-color: #FFFFFF;
}
.publications-section .banner-publications {
  margin: auto;
  max-width: 100%;
  position: relative;
  aspect-ratio: 4.95 / 1;
}
.publications-section .banner-publications a {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.publications-section .banner-publications a {
  background-image: url("../images/bg-publications.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.publications-section .banner-publications a span {
  margin: 0;
  padding: 20px 60px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.04rem;
  text-decoration: none;
  background-color: #1CBFDE;
  color: #FFFFFF;
  display: inline-block;
  transition: background-color 0.3s, color 0.3s;
  position: absolute;
  bottom: -35px;
}
.publications-section .banner-publications a span:after {
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  margin: 0 0 0 12px;
  font-size: 1.6rem;
  font-weight: 900;
  color: #FFFFFF;
  display: inline-block;
}
.publications-section .banner-publications a:hover span {
  color: #FFFFFF;
  background-color: #197BAA;
  transition: background-color 0.3s, color 0.3s;
}
.publications-section .banner-publications a {
  box-shadow: 10px 10px 0 0 rgba(65,198,207,1);
}



}




/********************************************************/
/********** Responsive Contents Setting (1024) **********/
/********************************************************/

@media screen and ( min-width: 1025px ) {



/**************************************/
/********** Background Image **********/
/**************************************/

#container {
  position: relative;
  top: 0;
  z-index: 0;
}
#container:before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
  background-image: url("../images/bg-main.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
#container:after {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url("../images/bg-layer.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 120px;
  mix-blend-mode: multiply;
}



/********************************/
/********** Main Image **********/
/********************************/

.mainimage-section {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
}
.mainimage-section .content {
  position: relative;
  aspect-ratio: 1.618 / 1;
}
.mainimage-section .headline {
  position: relative;
  z-index: 200;
  margin: 60px 0 0 0;
  padding: 0;
  color: #313131;
  text-align: left;
  width: 100%;
}
.mainimage-section .headline .title {
  font-family: "Libre Baskerville", serif;
  font-size: 8.0rem;
  font-weight: 400;
  letter-spacing: 0.02rem;
  line-height: 110%;
  color: #17A0BD;
}
.mainimage-section .headline .description {
  margin: 24px 0 0 0;
  padding: 0 12px;
  border-left: 7px solid #1B7BAE;
  font-family: "Montserrat", sans-serif;
  font-size: 2.0rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  line-height: 140%;
  color: #313131;
  text-shadow: 1px 1px 0 rgba(255,255,255,1)
}

.mainimage-section .slideshow {
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 100;
  display: flex;
}
.mainimage-section .slide01 {
  position: relative;
  top: 220px;
  right: -70px;
  z-index: 10;
  overflow: hidden;
  flex-shrink: 0;
  width: 320px;
  height: 380px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background-color: #FFFFFF;
}
.mainimage-section .slide01 img {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 11;
  width: 280px;
  height: 340px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.mainimage-section .slide02 {
  position: relative;
  right: 0;
  z-index: 20;
  overflow: hidden;
  flex-shrink: 0;
  width: 400px;
  height: 475px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background-color: #FFFFFF;
}
.mainimage-section .slide02 img {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 21;
  width: 360px;
  height: 435px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}



/*****************************/
/********** Mission **********/
/*****************************/

.mission-section {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  background: rgba(255,255,255,0.7);
}
.mission-section h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 3.0rem;
  font-weight: 600;
  font-style: normal;
  line-height: 140%;
  letter-spacing: 0.1rem;
  color: #17A0BD;
  margin: auto;
  text-align: center;
}



/**********************************/
/********** Publications **********/
/**********************************/

.publications-section {
  clear: both;
  margin: auto;
  padding: 20px 0 80px 0;
  width: 100%;
  position: relative;
  background-color: #FFFFFF;
}
.publications-section .banner-publications {
  margin: auto;
  width: 990px;
  position: relative;
  aspect-ratio: 4.95 / 1;
}
.publications-section .banner-publications a {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.publications-section .banner-publications a {
  background-image: url("../images/bg-publications.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.publications-section .banner-publications a span {
  margin: 0;
  padding: 24px 72px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.04rem;
  text-decoration: none;
  background-color: #1CBFDE;
  color: #FFFFFF;
  display: inline-block;
  transition: background-color 0.3s, color 0.3s;
  position: absolute;
  bottom: -40px;
}
.publications-section .banner-publications a span:after {
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  margin: 0 0 0 12px;
  font-size: 1.6rem;
  font-weight: 900;
  color: #FFFFFF;
  display: inline-block;
}
.publications-section .banner-publications a:hover span {
  color: #FFFFFF;
  background-color: #197BAA;
  transition: background-color 0.3s, color 0.3s;
}
.publications-section .banner-publications a {
  box-shadow: 10px 10px 0 0 rgba(65,198,207,1);
}



}