<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.cdnfonts.com/css/helvetica-neue-5');

/* onaesthetic font */
/* font-family: "pretendard", sans-serif; */
/* font-family: 'Helvetica Neue', Geneva, Arial, sans-serif; */
/* font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; */



/* reset style start */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #ed100c;
  color: white;
  font-family: "pretendard", sans-serif;
  overflow-x: hidden;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.en {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.en_b {
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

h1 {
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: -2px;
}

.margin{
  width: 100%;
  height: 300px;
  background-color: white;
}

/* reset style end */

#wrap {
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
}

/* header style start */
header {
  width: 100%;
  height: 100%;
  background-color: #ed100c;
}

header .banner {
  width: 96%;
  height: 96%;
  margin: 2% auto 0;
}

header .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* header style end */

/* sec02 style start */
.sec02 {
  width: 100%;
  height: 100vh;
}

.sec02 .container {
  width: 96%;
  height: 96%;
  margin: 0 auto;
  font-weight: 200;
}

.sec02 .container .top {
  width: 100%;
  height: 35%;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
}

.sec02 .container .mid {
  width: 100%;
  height: 30%;
  display: flex;
  justify-content: space-between;
}

.sec02 .mid .left {
  width: 40%;
  height: 100%;
  position: relative;
}

.sec02 .mid .left .simbol {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 30%;
}

.sec02 .mid .left .simbol img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sec02 .mid .center,
.sec02 .mid .right {
  width: 30%;
  height: 100%;
  font-size: 17px;
  line-height: 26px;
  position: relative;
}

.sec02 .mid .center .text,
.sec02 .mid .right .text {
  height: 70%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.sec02 .mid .center .text .line,
.sec02 .mid .right .text .line {
  width: 100%;
  height: 9%;
  border-top: 1px solid white;
}

.sec02 .container .bot {
  width: 100%;
  height: 35%;
}

.sec02 .bot .logo {
  width: 100%;
  height: 100%;
}

.sec02 .bot .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* sec02 style end */

/* sec03 style start */
.sec03 {
  width: 100%;
  height: 100vh;
  background-color: white;
  color: black;
}

.sec03 .container {
  width: 96%;
  height: 100%;
  margin: 0 auto;
  padding-top: 4%;
  display: flex;
}

.sec03 .container .left {
  width: 40%;
  height: 100%;
  position: relative;
}

.sec03 .container .right {
  width: 60%;
  height: 100%;
}

.sec03 .left .title {
  width: 100%;
  height: 90%;
}

.sec03 .left .btnBox {
  width: 100%;
  height: 10%;
  display: flex;
}

.sec03 .left .btnBox .btn1,
.sec03 .left .btnBox .btn2 {
  background-color: #ed100c;
  color: white;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 20px;
}

.sec03 .left .btnBox .btn1 {
  width: 180px;
  height: 50px;
  font-size: 17px;
  font-weight: 400;
  line-height: 50px;
}

.sec03 .left .btnBox .btn2 {
  width: 50px;
  height: 50px;
  border-left: 1px solid white;
  font-size: 20px;
  line-height: 50px;
  left: 180px;
}

.sec03 .left .btnBox .btn2 i {
  transform: rotate(-45deg);
}

.sec03 .right .sub_title {
  width: 100%;
  height: 10%;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 28px;
}

.sec03 .right .content {
  width: 100%;
  height: 90%;
  padding-right: 40px;
}

.sec03 .right .content .brand {
  width: 100%;
  height: 20%;
  position: relative;
  padding-left: 40px;
}

.sec03 .right .content .brand .name {
  width: 100%;
  height: 100%;
  color: #ed100c;
  font-size: 70px;
  font-weight: 400;
  letter-spacing: -2px;
}

.sec03 .right .content .brand span {
  width: 100%;
  height: 100%;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  color: rgb(127, 127, 127);
  position: absolute;
  top: 0;
  left: 0;
}

.sec03 .right .content .brand .line {
  width: 100%;
  height: 1px;
  background-color: #ed100c;
  position: absolute;
  top: 60px;
  z-index: 100;
}

.sec03 .right .content .brand .box {
  width: 90%;
  height: 50px;
  background-color: white;
  position: absolute;
  top: 60px;
}

.sec03 .right .content .brand .text {
  position: absolute;
  bottom: 0;
  padding-bottom: 45px;
  font-weight: 200;
}

/* sec03 style end */

/* margin */

/* sec04 style start */
.sec04 {
  width: 100%;
  height: 100vh;
  background-color: white;
  color: #ed100c;
  background-image: url(../img/sec04/bg_img.png);
  background-position: center;
  /* background-repeat: no-repeat; */
  background-size: contain;
  color: #ed100c;
}

.sec04 .container {
  width: 100%;
  height: 100%;
}

.sec04 .container .title {
  width: 100%;
  height: 15%;
  text-align: center;
  font-size: 130px;
  font-weight: 400;
  letter-spacing: -9px;
  padding-top: 10px;
  /* background-color: green; */
}

.sec04 .container .content {
  width: 90%;
  height: 75%;
  margin: 3% auto 0;
  display: flex;
  border: 1px solid #ed100c;
}

.sec04 .content .left {
  width: 50%;
  height: 100%;
}

.sec04 .content .right {
  width: 50%;
  height: 100%;
  border-left: 1px solid #ed100c;
}

.sec04 .content .left .sub_title,
.sec04 .content .right .sub_title {
  height: 5%;
  margin-top: 10px;
  margin-left: 20px;
  font-size: 20px;
  font-weight: 300;
}

.sec04 .content .left .imgBox,
.sec04 .content .right .imgBox {
  width: 100%;
  height: 43%;
  margin: 0 auto;
}

.sec04 .content .left .imgBox {
  padding-top: 25px;
}

.sec04 .content .left .first {
  margin-bottom: 15px;
}

.sec04 .content .right .imgBox {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 5% 7%;
}

.sec04 .content .left .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sec04 .content .right .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* sec04 style end */

/* sec05 style start */
.sec05 {
  width: 100%;
  height: 60vh;
  background-color: black;
  padding-top: 100px;
}

.sec05 .container {
  width: 80%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.sec05 .container .logo {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sec05 .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec05 .container .text {
  text-align: center;
  position: absolute;
  bottom: 30%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  color: #fff1eb;
}

/* sec05 style end */

/* sec06 style start */
.sec06 {
  width: 100%;
  height: 80vh;
  background-color: black;
  color: #fff1eb;
}

.sec06 .container {
  width: 100%;
  height: 100%;
  padding-bottom: 80px;
}

.sec06 .container .content {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  border: 1px solid #fff1eb;
}

.sec06 .content .left {
  width: 50%;
  height: 100%;
}

.sec06 .content .right {
  width: 50%;
  height: 100%;
  border-left: 1px solid #fff1eb;
}

.sec06 .content .left .sub_title,
.sec06 .content .right .sub_title {
  height: 5%;
  margin-top: 10px;
  margin-left: 20px;
  font-size: 20px;
  font-weight: 300;
}

.sec06 .content .left .imgBox,
.sec06 .content .right .imgBox {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.sec06 .content .left .imgBox {
  padding: 0 10% 10%;
}

.sec06 .content .right .imgBox {
  padding: 0 5% 10%;
}

.sec06 .content .left .imgBox img,
.sec06 .content .right .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* sec06 style end */

/* sec07 style start */
.sec07 {
  width: 100%;
  height: 90vh;
  background-image: url(../img/sec07/main_img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: black;
}

/* sec07 style end */

/* sec08 style start */
.sec08 {
  width: 100%;
  height: 70vh;
  background-color: black;
  color: #fff1eb;
}

.sec08 .container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.sec08 .container .logo {
  width: 80%;
  margin: 0 auto;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sec08 .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec08 .container .text {
  text-align: center;
  position: absolute;
  bottom: 25%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  color: #fff1eb;
}

.sec08 .container .imgBox {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: space-between;
}

.sec08 .container .imgBox .left {
  position: absolute;
  left: 0;
}

.sec08 .container .imgBox .right {
  position: absolute;
  right: 0;
}

.sec08 .container .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* sec08 style end */

/* sec09 style start */
.sec09 {
  width: 100%;
  height: 170vh;
  background-color: black;
  padding-bottom: 200px;
}

.sec09 .content {
  width: 75%;
  height: 100%;
  margin: 0 auto;
}

.sec09 .content img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* sec09 style end */

/* sec10 style start */
.sec10 {
  width: 100%;
  height: 100vh;
  background-image: url(../img/sec10/main_img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: black;
}

/* sec10 style end */

/* sec11 style start */
.sec11 {
  width: 100%;
  height: 100vh;
  background-color: black;
  color: white;
}

.sec11 .banner {
  width: 70%;
  height: 100%;
  margin: 0 auto;
}

.sec11 .banner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* sec11 style end */

/* sec12 style start */
.sec12 {
  width: 100%;
  height: 150vh;
  background-image: url(../img/sec12/main_img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: black;
}

/* sec12 style end */

/* margin */

/* .sec13 style start */
.sec13 {
  width: 100%;
  height: 120vh;
  background-color: white;
  color: black;
}

.sec13 .container {
  width: 100%;
  height: 100%;
}

.sec13 .container .top {
  width: 80%;
  height: 30%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.sec13 .container .bot {
  width: 60%;
  height: 70%;
  margin: 0 auto;
}

.sec13 .top .left {
  width: 50%;
  height: 100%;
  font-size: 50px;
  font-weight: 500;
  line-height: 45px;
  color: #ed100c;
}

.sec13 .top .center,
.sec13 .top .right {
  width: 25%;
  height: 100%;
  font-size: 16px;
  line-height: 24px;
}

.sec13 .top span {
  color: #ed100c;
}

.sec13 .bot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* sec13 style end */

/*.sec14 style start */
.sec14 {
  width: 100%;
  height: 450vh;
  background-color: white;
  padding-top: 200px;
}

.sec14 .container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.sec14 .container .title {
  width: 100%;
  height: 168px;
  background-color: #ed100c;
  position: relative;
}

.sec14 .title p {
  width: 100%;
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 200px;
  font-weight: 500;
  text-align: center;
}

.sec14 .container .margin {
  width: 100%;
  height: 38px;
  background-color: white;
  z-index: 100;
}

.sec14 .container .content {
  width: 95%;
  height: 88.52%;
  margin: 0 auto;
  border: 2px solid #ed100c;
  border-top: none;
  border-bottom: none;
  color: #ed100c;
}

.sec14 .content .box {
  width: 100%;
  height: 300px;
  display: flex;
  border-top: 2px solid #ed100c;
}

.sec14 .content .box .left,
.sec14 .content .box .right {
  width: 50%;
  height: 100%;
  padding: 25px 25px;
  display: flex;
  justify-content: space-between;
}

.sec14 .content .box .left {
  width: 100%;
  border-right: 2px solid #ed100c;
}

.sec14 .content .box .right {
  width: 100%;
}

.sec14 .content .box .sub_title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sec14 .content .box .imgBox {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.sec14 .content .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sec14 .content .box .top {
  width: 100%;
  height: 70%;
  display: flex;
  justify-content: space-between;
}

.sec14 .content .box .bot {
  width: 100%;
  height: 30%;
  display: flex;
  position: relative;
}

.sec14 .box .top h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.sec14 .box .top p {
  color: black;
  font-size: 18px;
  font-weight: 300;
  text-align: right;
  margin-top: 8px;
}

.sec14 .box .bot .btn1,
.sec14 .box .bot .btn2 {
  background-color: #ed100c;
  color: white;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
}

.sec14 .box .bot .btn1 {
  width: 180px;
  height: 50px;
  font-size: 17px;
  font-weight: 400;
  line-height: 50px;
}

.sec14 .box .bot .btn2 {
  width: 50px;
  height: 50px;
  border-left: 1px solid white;
  font-size: 20px;
  line-height: 50px;
  left: 180px;
}

.sec14 .left .bot .btn2 i {
  transform: rotate(-45deg);
}

.sec14 .right .bot .btn2 i {
  transform: rotate(-135deg);
}

.sec14 .six .right .bot .btn2 i {
  transform: rotate(90deg);
}

.sec14 .nine .right .bot .btn2 i {
  transform: rotate(90deg);
}

.sec14 .content .one .left {
  width: 40%;
}

.sec14 .content .one .right {
  width: 60%;
}

.sec14 .one .img {
  width: 25%;
}

.sec14 .content .two .left {
  width: 55%;
}

.sec14 .content .two .right {
  width: 45%;
}

.sec14 .two .img {
  width: 30%;
}

.sec14 .content .three .left {
  width: 25%;
}

.sec14 .content .three .right {
  width: 75%;
}

.sec14 .three .img {
  width: 20%;
}

.sec14 .content .four .left {
  width: 65%;
}

.sec14 .content .four .right {
  width: 35%;
}

.sec14 .four .img {
  width: 25%;
}

.sec14 .content .five .left {
  width: 35%;
}

.sec14 .content .five .right {
  width: 65%;
}

.sec14 .five .img {
  width: 25%;
}

.sec14 .content .six {
  height: 250px;
}

.sec14 .content .six p {
  text-align: left;
}

.sec14 .seven .img {
  width: 15%;
}

.sec14 .seven .img img {
  border: 0.5px solid #ed100c;
}

.sec14 .content .eight {
  height: 300px;
}

.sec14 .content .eight .left {
  width: 35%;
}

.sec14 .content .eight .right {
  width: 65%;
}

.sec14 .eight .img {
  width: 23%;
}

.sec14 .content .nine {
  height: 250px;
}

.sec14 .content .nine p {
  text-align: left;
}

.sec14 .content .ten {
  height: 300px;
}

.sec14 .ten .img {
  width: 15%;
}

.sec14 .content .eleven {
  height: 280px;
}

.sec14 .content .eleven .left {
  width: 35%;
}

.sec14 .content .eleven .right {
  width: 65%;
}

.sec14 .content .eleven p {
  text-align: left;
}

.sec14 .eleven .img {
  width: 23%;
}

.sec14 .eleven .img:nth-child(2) img {
  border: 0.5px solid #ed100c;
}

.sec14 .content .twelve {
  height: 280px;
  border-bottom: 2px solid #ed100c;
}

.sec14 .twelve .img {
  width: 30%;
}

/*.sec14 style end */

/* sec15 style start */

.sec15 {
  width: 100%;
  height: 100vh;
}

.sec15 .container {
  width: 95%;
  height: 100%;
  margin: 5% auto;
  display: flex;
}

.sec15 .left {
  width: 30%;
  height: 100%;
}

.sec15 .left h1 {
  line-height: 58px;
}

.sec15 .right {
  width: 70%;
  height: 100%;
}

.sec15 .right .box {
  width: 100%;
  height: 33%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid white;
  padding-top: 20px;
}

.sec15 .right .box .sub_title {
  width: 15%;
  height: 100%;
}

.sec15 .right .box .sub_title h2 {
  font-size: 25px;
  font-weight: 300;
}

.sec15 .right .box .sub_title span {
  font-size: 16px;
  font-weight: 300;
}

.sec15 .right .box .imgBox {
  width: 85%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.sec15 .right .box .imgBox .imgItem {
  width: 32%;
}

.sec15 .right .box .imgBox .imgItem img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 0.5px solid white;
}

.sec15 .right .mid .imgBox .imgItem {
  width: 40%;
}

.sec15 .right .bot .sub_title {
  width: 18%;
}

.sec15 .right .bot .imgBox {
  width: 78%;
  height: 100%;
}

.sec15 .right .bot .imgBox .imgItem {
  width: 48%;
}

/* sec15 style end */

/* sec16 style start */
.sec16 {
  width: 100%;
  height: 70vh;
  background-color: white;
  color: #ed100c;
  margin-top: 100px;
  padding-top: 5%;
}

.sec16 .container {
  width: 95%;
  height: 100%;
  margin: 0 auto;
  display: flex;
}

.sec16 .left {
  width: 30%;
  height: 100%;
}

.sec16 .left h1 {
  line-height: 56px;
}

.sec16 .left p {
  color: black;
  font-size: 16px;
  font-weight: 300;
  margin-top: 20px;
  line-height: 22px;
}

.sec16 .right {
  width: 70%;
  height: 100%;
}

.sec16 .right .img {
  width: 70%;
  height: 100%;
  margin: 0 auto;
  padding-bottom: 16%;
}

.sec16 .right .img img {
  width: 110%;
  height: 110%;
  object-fit: contain;
}

/* sec16 style end */

/* sec17 style start */
.sec17 {
  width: 100%;
  height: 70vh;
  background-color: white;
  color: #ed100c;
}

.sec17 .main_title {
  width: 100%;
  height: 20%;
}

.sec17 .main_title h1 {
  text-align: center;
}

.sec17 .content {
  width: 90%;
  height: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.sec17 .content .sub_title {
  width: 20%;
  height: 100%;
}
.sec17 .content .slide {
  width: 80%;
  height: 100%;
  padding-top: 60px;
  margin: 0 auto;
}

.sec17 .slide .slideContainer {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.sec17 .slideContainer .slideItem {
  width: 25%;
  height: 100%;
}

.sec17 .slideItem .num {
  font-size: 16px;
  margin-bottom: 2px;
  color: black;
}

.sec17 .slideItem .imgBox {
  width: 100%;
  height: 80%;
  position: relative;
}

.sec17 .slideItem .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sec17 .slideItem .border img {
  border: 0.5px solid #ed100c;
}

.sec17 .swiper-pagination {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.sec17 .swiper-pagination-bullet {
  background-color: #ed100c;
  width: 10px;
  height: 10px;
  margin-right: 10px !important;
}
/* sec17 style end */

/* sec17_2 style start */
.sec17_2{
  width: 100%;
  height: 160vh;
  padding-top: 5%;
  background-color: white;
  color: #ed100c;
}
.sec17_2 .container{
  width: 95%;
  height: 90%;
  margin: 0 auto;
  border: 3px solid #ed100c;
  background-color: white;
  color: #ed100c;
}
.sec17_2 .container .title {
  width: 100%;
  height: 15%;
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ed100c;
  color: white;
}
.sec17_2 .title .left {
  width: 80%;
}
.sec17_2 .title .right {
  width: 20%;
  text-align: right;
}
.sec17_2 .title h1 {
  line-height: 58px;
}
.sec17_2 .title p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}
.sec17_2 .container .content {
  width: 100%;
  height: 85%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.5% 0;
}
.sec17_2 .content .left{
  width: 20%;
  height: 100%;
}
.sec17_2 .content .right{
  width: 80%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec17_2 .content .imgItem {
  width: 20%;
  height: 100%;
}
.sec17_2 .content .left .imgItem{
  width: 100%;
}
.sec17_2 .content .imgItem img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 0.5px solid #ed100c;
}
/* sec18 style start */
.sec18 {
  width: 100%;
  height: 90vh;
  padding-top: 2%;
  background-color: white;
  color: #ed100c;
}

.sec18 .container {
  width: 95%;
  height: 90%;
  margin: 0 auto;
}

.sec18 .container .title {
  width: 100%;
  height: 25%;
  padding: 25px 25px;
  border-bottom: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ed100c;
  color: white;

}

.sec18 .title .left {
  width: 80%;
}

.sec18 .title .right {
  width: 20%;
  text-align: right;
}

.sec18 .title h1 {
  line-height: 58px;
}

.sec18 .title p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}

.sec18 .container .content {
  width: 100%;
  height: 75%;
  display: flex;
  border: 3px solid #ed100c;
}

.sec18 .content .imgItem {
  width: 20%;
  height: 100%;
}

.sec18 .content .imgItem img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-right: 0.5px solid #ed100c;
}

.sec18 .content .imgItem .last {
  border-right: none;
}

/* sec18 style end */

/* sec19 style start */
.sec19 {
  width: 100%;
  height: 100vh;
  padding-top: 5%;
  background-color: white;
}

.sec19 .container {
  width: 95%;
  height: 90%;
  margin: 0 auto;
  border: 3px solid #ed100c;
  background-color: white;
  color: #ed100c;
}

.sec19 .container .title {
  width: 100%;
  height: 20%;
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ed100c;
  color: white;
}

.sec19 .title .left {
  width: 75%;
}

.sec19 .title .right {
  width: 25%;
  text-align: right;
}

.sec19 .title h1 {
  line-height: 58px;
}

.sec19 .title p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}

.sec19 .container .content {
  width: 100%;
  height: 75%;
  display: flex;
  justify-content: space-between;
  padding-top: 3.5%;
}

.sec19 .content .slide {
  width: 100%;
  height: 100%;
}

.sec19 .slide .slideContainer {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.sec19 .slideContainer .slideItem {
  width: 20%;
  height: 100%;
}

.sec19 .slideItem .imgBox {
  width: 100%;
  position: relative;
}

.sec19 .slideItem .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 0.5px solid #ed100c;
}

.sec19 .swiper-pagination {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.sec19 .swiper-pagination-bullet {
  background-color: #ed100c;
  width: 10px;
  height: 10px;
  margin-right: 10px !important;
}

/* sec19 style end */

/* sec20 style start */

.sec20 {
  width: 100%;
  padding-top: 5%;
  padding-bottom: 10%;
  background-color: white;
  color: #ed100c;
}

.sec20 .container {
  width: 95%;
  height: 90%;
  margin: 0 auto;
  border: 5px solid #ed100c;
  padding: 25px 25px;
}

.sec20 .container .title {
  width: 100%;
  height: 26%;
  border-bottom: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 70px;
}

.sec20 .title .left {
  width: 70%;
}

.sec20 .title .right {
  width: 30%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 25px;
  right: 25px;
}

.sec20 .title h1 {
  line-height: 58px;
  margin-bottom: 50px;
}

.sec20 .title p {
  font-size: 16px;
  font-weight: 300;
}

.sec20 .container .content {
  width: 100%;
  height: 60%;
}

.sec20 .content .box {
  width: 100%;
  height: 7.7%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ed100c;
  margin-bottom: 30px;
  padding-bottom: 25px;
}

.sec20 .content .box .title {
  width: 35%;
  height: 100%;
  text-align: center;
}

.sec20 .content .box .title .num {
  width: 7%;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.sec20 .content .box .title .sub_title {
  width: 93%;
  height: 100%;
  text-align: left;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -1px;
}

.sec20 .content .box .title .sub_title i{font-weight: 300;}

.sec20 .content .box .imgBox{
  width: 65%;
  height: 100%;
  display: flex;
}

.sec20 .content .box .imgBox .imgItem {
  width: 14%;
  height: 100%;
  margin-right: 10px;
}

.sec20 .content .box .imgItem img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 0.5px solid #ed100c;
}

.sec20 .content .border .imgItem img, 
.sec20 .content .box .border img{border: none;}

.sec20 .container .logo {
  width: 97;
  height: 14%;
  margin: 100px auto 0;
}

.sec20 .container .logo img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* sec20 style end */

/* sec21 style start */

.sec21 {width: 100%;}

.sec21 .container {
  width: 100%;
  height: 90%;
  padding-top: 25px;
}

.sec21 .container .title {
  width: 100%;
  height: 26%;
  border-bottom: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
  padding: 25px 25px;
}

.sec21 .title .left {
  width: 70%;
}

.sec21 .title .right {
  width: 30%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 25px;
  right: 25px;
}

.sec21 .title h1 {
  line-height: 58px;
  margin-bottom: 50px;
}

.sec21 .title p {
  font-size: 16px;
  font-weight: 300;
}

.sec21 .container .content{
  width: 100%;
  background-color: #EDEDED;
  padding: 110px 0;
}

.sec21 .content .box{
  width: 80%;
  height: 10%;
  margin: 0 auto;
  background-color: white;
  color: #ed100c;
  border-bottom: 1px solid #ccc;
}

.sec21 .content .last{
  border-bottom: none;
}

.sec21 .content .box .title {
  width: 100%;
  height: 80px;
  text-align: center;
}

.sec21 .content .box .title .sub_title {
  width: 50%;
  text-align: left;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -1px;
}

.sec21 .content .box .title .num {
  width: 50%;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
}

.sec21 .content .box .text{
  color: black;
  font-size: 12px;
  font-weight: 200;
  text-align: right;
}

.sec21 .content .box .top,
.sec21 .content .box .bot{
  width: 100%;
  height: 40%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 40px;
}

.sec21 .content .box .imgBox{
  width: 15%;
  height: 100%;
}

.sec21 .content .box .imgBox .imgItem{
  width: 100%;
  margin-bottom: 7px;
}
.sec21 .content .box .imgBox .text{
  width: 100%;
}

.sec21 .content .box .top .feed{
  width: 40%;
  height: 100%;
}

.sec21 .content .box .imgItem img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sec21 .content .box .imgBox .border img{
  border: 0.5px solid #ed100c;
}


/* sec21 style end */

/* sec22 style start */
.sec22{
  width: 100%;
  height: 100vh;
}
.sec22 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* sec22 style end */

/* sec23 style start */
.sec23{
  width: 100%;
  height: 100vh;
  background-color: black;
  color: white;
}
.sec23 .container{
  width: 95%;
  height: 100%;
  margin: 0 auto;
}
.sec23 .container .top{
  width: 100%;
  height: 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.sec23 .container .mid{
  width: 100%;
  height: 35%;
  margin-bottom: 110px;
}
.sec23 .container .bot{
  width: 100%;
  height: 25%;
}
.sec23 .mid img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sec23 .bot .about,
.sec23 .bot .goal{
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec23 .bot .about{
  margin-bottom: 50px;
}
.sec23 .bot .title{
  width: 55%;
  height: 100%;
  font-size: 18px;
  font-weight: 400;
}
.sec23 .bot .text{
  width: 45%;
  height: 100%;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}
/* sec23 style end */

/* sec24 style start */
.sec24{
  width: 100%;
  background-color: black;
  color: white;
  padding: 100px 0;
}
.sec24 .container {
  width: 95%;
  height: 100%;
  margin: 0 auto;
}
.sec24 .container .type{
  width: 100%;
  height: 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid white;
  margin-bottom: 60px;
  padding-top: 15px;
}
.sec24 .container .content {
  width: 80%;
  margin: 150px auto 0;
  padding-bottom: 50px;
  border: 4px solid #c2eed8;
  border-radius: 30px;
}
.sec24 .content .box {
  width: 100%;
  height: 10%;
  margin-bottom: 50px;
}
.sec24 .content .box .title {
  width: 100%;
  height: 60px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #c2eed8;
  border-bottom: 1px solid #c2eed8;
  margin-bottom: 70px;
}
.sec24 .content .box .none{
  border-top: none;
}
.sec24 .content .box .title .num {
  width: 3%;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
}
.sec24 .content .box .title .sub_title {
  width: 92%;
  text-align: left;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -1px;
  padding-left: 40px;
}
.sec24 .content .box .title .simbol{
  width: 5%;
  height: 50%;
  text-align: left;
  padding-right: 20px;
}
.sec24 .content .box .title .simbol img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sec24 .content .box .top,
.sec24 .content .box .bot{
  width: 100%;
  height: 40%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.sec24 .content .box .top{
  margin-bottom: 50px;
}
.sec24 .content .box .two{
  margin-bottom: 0px;
}
.sec24 .content .box .imgBox{
  width: 15%;
  height: 100%;
}

.sec24 .content .box .imgBox .imgItem{
  width: 100%;
  margin-bottom: 7px;
}

.sec24 .content .box .imgBox .border{border: none;}

.sec24 .content .box .imgBox .text{
  width: 100%;
  font-size: 12px;
  font-weight: 200;
  text-align: right;
}

.sec24 .content .box .top .feed{
  width: 40%;
  height: 100%;
}
.sec24 .content .box .imgItem img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 0.5px solid white;
}
.sec24 .container .logo{
  width: 90%;
  margin: 100px auto 0;
}
.sec24 .container .logo img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* sec24 style end */

/* sec25 style start */
.sec25{
  width: 100%;
  background-color: white;
  color: black;
  padding-top: 70px;
}
.sec25 .container {
  width: 95%;
  height: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
}
.sec25 .container .type{
  width: 100%;
  height: 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid black;
  padding-top: 15px;
}
.sec25 .container .content {
  width: 90%;
  margin: 100px auto 110px;
}
.sec25 .content .box {
  width: 100%;
  height: 10%;
  margin-bottom: 50px;
}
.sec25 .content .box .imgBox{
  width: 100%;
  height: 90%;
  display: flex;
  align-items: center;
}
.sec25 .content .box .imgBox .imgItem{
  width: 15%;
  height: 100%;
  margin-bottom: 7px;
  margin-right: 12px;
}
.sec25 .content .box .imgBox .imgItem img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sec25 .content .box .title{
  width: 100%;
  font-size: 18px;
}
.sec25 .content .last{
  margin-bottom: 0px;
  display: flex;
}
.sec25 .content .last .left,
.sec25 .content .last .center,
.sec25 .content .last .right{
  width: 31%;
  height: 100%;
}
.sec25 .content .last .left .imgItem,
.sec25 .content .last .center .imgItem,
.sec25 .content .last .right .imgItem{
  width: 100%;
  margin-bottom: 7px;
  margin-right: 15px;
}
.sec25 .content .last .right .imgItem{
  width: 50%;
}
.sec25 .content .last .remove{
  color: white;
}
.sec25 .content .last .title{
  line-height: 18px;
  margin-top: 7px;
}
.sec25 .container .logo{
  width: 73%;
  margin: 0 auto;
}
.sec25 .container .logo img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* sec25 style end */

/* sec26 style start */
.sec26{
  width: 100%;
  background-color: black;
  color: white;
  padding: 100px 0;
}
.sec26 .container {
  width: 95%;
  height: 100%;
  margin: 0 auto;
}
.sec26 .container .type{
  width: 100%;
  height: 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid white;
  padding-top: 15px;
}
.sec26 .container .content {
  width: 80%;
  margin: 150px auto 0;
  padding-bottom: 50px;
  border: 4px solid #c2eed8;
  border-radius: 30px;
}
.sec26 .content .box {
  width: 100%;
  height: 10%;
  margin-bottom: 50px;
}
.sec26 .content .box .title {
  width: 100%;
  height: 60px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #c2eed8;
  border-bottom: 1px solid #c2eed8;
  margin-bottom: 70px;
}
.sec26 .content .box .none{
  border-top: none;
}
.sec26 .content .box .title .num {
  width: 3%;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
}
.sec26 .content .box .title .sub_title {
  width: 92%;
  text-align: left;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -1px;
  padding-left: 40px;
}
.sec26 .content .box .title .simbol{
  width: 5%;
  height: 50%;
  text-align: left;
  padding-right: 20px;
}
.sec26 .content .box .title .simbol img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sec26 .content .box .top,
.sec26 .content .box .bot{
  width: 100%;
  height: 40%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.sec26 .content .box .top{
  margin-bottom: 50px;
}
.sec26 .content .box .two{
  margin-bottom: 0px;
}
.sec26 .content .box .imgBox{
  width: 15%;
  height: 100%;
}
.sec26 .content .box .imgBox .imgItem{
  width: 100%;
  margin-bottom: 7px;
}
.sec26 .content .box .imgBox .text{
  width: 100%;
  font-size: 12px;
  font-weight: 200;
  text-align: right;
}
.sec26 .content .box .top .feed{
  width: 40%;
  height: 100%;
}
.sec26 .content .box .imgBox .imgItem img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 0.5px solid white;
}
.sec26 .content .box .imgBox .border img{border: none;}

.sec26 .container .logo{
  width: 90%;
  margin: 100px auto 0;
}
.sec26 .container .logo img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* sec26 style end */

/* sec27 style start */
.sec27{
  width: 100%;
  background-color: black;
  color: white;
  padding: 70px 0 30px;
}
.sec27 .container {
  width: 95%;
  height: 100%;
  margin: 0 auto;
}
.sec27 .container .type{
  width: 100%;
  height: 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid white;
  padding-top: 15px;
}
.sec27 .container .content{
  width: 60%;
  margin: 40px auto;
  padding: 30px 0;
  border: 3px solid #c2eed8;
  border-radius: 30px;
  position: relative;
}
.sec27 .container .top{
  margin-top: 150px;
}
.sec27 .content .box{
  width: 100%;
  height: 10%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.sec27 .content .box .imgBox{
  width: 30%;
  height: 100%;
}
.sec27 .container .bot .box .imgBox{
  width: 95%;
}
.sec27 .content .box .imgBox .imgItem{
  width: 100%;
}
.sec27 .content .box .imgBox .imgItem img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sec27 .container .logo{
  width: 73%;
  margin: 100px auto 0;
}
.sec27 .container .logo img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* sec27 style end */
</pre></body></html>