@import "reset.css";

@font-face{font-family:'Roboto'; src:url('../fonts/Roboto-Regular.ttf');}
@font-face{font-family:'LatoBlack'; src:url('../fonts/Lato-Black.ttf')}
@font-face{font-family:'LatoBold'; src:url('../fonts/Lato-Bold.ttf')}
@font-face{font-family:'LatoLigth'; src:url('../fonts/Lato-Light.ttf')}
@font-face{font-family:'UbuntuMonoIta'; src:url('../fonts/UbuntuMono-Italic.ttf')}
@font-face{font-family:'UbuntuMonoBold'; src:url('../fonts/UbuntuMono-Bold.ttf')}
@font-face{font-family:'UbuntuMonoBoldIta'; src:url('../fonts/UbuntuMono-BoldItalic.ttf')}

* { box-sizing: border-box; }
html, body { 
  margin: 0px; padding: 0; width: 100%; overflow-x: hidden; overflow-y: auto; -webkit-user-select: none; user-select: none;
  font-family: 'Roboto', sans-serif;
  color: #292929;
}
main { padding-top: 0px; }

.container { width: 75%; max-width: 1354px; margin-left: auto; margin-right: auto;}
.left{ display: flex; }
.right{ display: flex; }


/* header */
header{
  width: 100%;
  background-size: cover;
  background-image: url(../image/header.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 970px;

}

header nav{
  z-index: 999;
  height: 100px;
  line-height: 100px;
}
header nav .bind{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
}

header .on{
  width: 100%;
  margin-top: 0px;
  position: fixed;
  background-color: #333;
}

header nav .nav-logo{
  cursor: pointer;
  height: 45px;
  width: 45px;
  background-image: url(../image/logo.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

header nav dl {
  display: flex;
}

header nav dl dd{
  font-family: 'LatoBold';
  cursor: pointer;
  padding-left: 35px;
  padding-right: 35px;
  color: #fff;
  font-size: 18px;
}

header nav dl dd:hover{
  color: #da1f12;
}

header .header{
  display: flex;
  align-items: center;
  height: 100%;
}

header .header .text .sub{
  margin-top: -70px;
  color: #fff;
  font-family: 'LatoBlack';
  font-size: 90px;
  line-height: 110px;
  font-weight: bold;
  word-wrap: break-word;
}

header .header .text .detail{
  color: #da1f12;
  font-family: 'UbuntuMonoBoldIta';
  font-size: 30px;
  word-wrap: break-word;
  margin-top: 24px;
  margin-bottom: 100px;
}

header .header dl{
  display: flex;
}

header .header dl dd{
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  min-width: 300px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-right: 40px;
  background-color: #333;
  color: #fff;
  font-family: 'UbuntuMonoBold';
  font-size: 20px;
  border: 2px #da1f12 solid;
  border-radius: 3px;
}

header .header dl dd span{
  width: 12px;
  height: 12px;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../image/arrow5.png);
}





.text-stroke {
  color: #fff;
  text-shadow:
  -1px -1px 0 #da1f12,
  1px -1px 0 #da1f12,
  -1px 1px 0 #da1f12,
  1px 1px 0 #da1f12  
}


/* section */
section {
  padding-top: 130px;
  min-height: 800px;
  padding-bottom: 100px;
}

section .title {
  flex: 1;
  text-align: center;
  margin-bottom: 80px;
}

section .title .sub{
  font-family: 'LatoBlack';
  font-size: 90px;
  color: #da1f12;
}
section .title .detail{
  font-family: 'UbuntuMonoBoldIta';
  font-size: 30px;
  margin-top: 20px;
}

section .content{
  display: flex;
  flex-wrap: wrap;
}

section .content .col-one{
  flex: 1;
}

section .content .col-two{
  flex: 1;
}

section .content .col-three{
  flex: 1;
}

section dl{
  display: flex;
  flex-direction: column;
}

section .list{
  list-style-position: inside;
  list-style-image: url(../image/dot_r.png);
}

section .list li{
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
  word-wrap: break-word;
  word-break: keep-all;
  text-align: initial;
}

section .list li b{
  font-weight: bold;
}

section .button dd{
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  font-family: 'UbuntuMonoBoldIta';
  font-size: 25px;
  color: #da1f12;
  border: 2px solid #da1f12;
  border-radius: 3px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 50px;
}

section .button dd div{
  display: flex;
  align-items: center;
}

section .button p{
  width: 45px;
  height: 45px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

section .button a{
  color: #da1f12;
  margin-left: 20px;
  text-decoration: none;
}

section .button .gochigo{
  background-image: url(../image/gochigo.png);
}

section .button .youtube{
  background-image: url(../image/youtube.png);
}

section .button .reborn{
  background-image: url(../image/reborn.png);
}

section .button .arrow1{
  background-image: url(../image/arrow1.png);
}

section .button .arrow2{
  background-image: url(../image/arrow2.png);
}


/* about */
.about {
  background-color: #f9f9f9;
}

.about .button .list li{
  margin-bottom: 0px;
}

.about .col-one{
  display: flex;
  flex-direction: column;
  margin-right: 30px;
}

.about .col-two{
  display: flex;
  flex-direction: column;
  margin-left: 30px;
}

.about .col-two .button dd{
  max-width: 500px;
}

.about .col-one .img{
  height: 100%;
  width: 99%;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../image/about.png);
}


/* stage */
.stage{
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../image/rebornstage.jpg);
}

.stage .content{
  background-color: #fff;
  height: 650px;
  justify-content: center;
  box-shadow: 4px 4px 3px #e9e9e9;
}

.stage .content .text{
  width: 85%;
  margin: auto;
  margin-top: 40px;
  text-align: center;
  word-break: keep-all;
  word-wrap: break-word;
}

.stage .content .text p{
  font-family: 'LatoBlack';
  font-size: 28px;
  padding: 20px;
}

.stage .content .text span{
  line-height: 24px;
}

.stage .col-one{
  background-color: #fff;
  padding: 50px;
  padding-left: 100px;
  padding-right: 100px;
  max-width: 600px;
}

.stage .col-one .img{
  height: 60%;
  width: 100%;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../image/stage1.png);
}

.stage .col-two{
  flex: 0 !important;
  background-color: #fff;
}

.stage .col-two .img{
  margin-top: 330%;
  height: 12px;
  width: 36px;
  background-size: contain;
  background-position: 50% 50%;
  background-image: url(../image/arrow1.png);
}


.stage .col-three{
  background-color: #fff;
  padding: 50px;
  padding-left: 100px;
  padding-right: 100px;
  max-width: 600px;
}

.stage .col-three .img{
  height: 60%;
  width: 100%;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../image/stage2.png);
}

/* onthe */
.onthe{
  background-color: #f9f9f9;
}

.onthe .content{
  justify-content: space-between;
}
.onthe .content .text{
  text-align: center;
  word-break: keep-all;
  word-wrap: break-word;
}

.onthe .content .text p{
  font-weight: bold;
  font-size: 25px;
  padding: 20px;
}

.onthe .content .text .info{
  color: #777;
  font-family: 'UbuntuMonoBoldIta';
  font-size: 21px;
  padding-bottom: 30px;
}

.onthe .content .text span{
  line-height: 22px;
}

.onthe .content > div{
  margin-left: 30px;
  margin-right: 30px;
  flex-basis: 210px !important;
  margin-bottom: 40px;
  box-shadow: 4px 4px 3px #e9e9e9;
}

.onthe .col-one{
  background: linear-gradient(to bottom, #1a0f91, #da1f12);
  padding: 1px;
  border-radius: 20px;
}

.onthe .col-one .img{
  padding-top: 100%;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../image/onthe1.png);
}

.onthe .text .list li{
  margin-bottom: 0px;
}

.onthe .col-two{
  background: linear-gradient(to bottom, #1a0f91, #da1f12);
  padding: 1px;
  border-radius: 20px;
}

.onthe .col-two .img{
  padding-top: 100%;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../image/onthe2.png);
}


.onthe .col-three{
  background: linear-gradient(to bottom, #1a0f91, #da1f12);
  padding: 1px;
  border-radius: 20px;
}

.onthe div> span{
  padding: 0px 25px 25px 25px;
  border-radius: 20px;
  background: #fff;
  height: 100%;
  display: block;
}

.onthe .col-three .img{
  padding-top: 100%;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../image/onthe3.png);
}

.onthe .bottom-button{
  margin-top: 40px;
  justify-content: center;
}

/* wecan */
.wecan .content{
  margin-top: 40px;
}

.wecan .col-one{
  height: 400px;
  margin-right: 30px;
}

.wecan .col-two{
  padding-top: 40px;
  margin-left: 30px;
}

.wecan .col-one .img{
  max-height: 400px;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../image/wecan.png);
}
.wecan .col-two .button{
  margin-top: 60px;
}

.wecan .col-two .drop{
  height: 60px;
  padding: 3px;
  margin-bottom: 0px;
  background-color: #eee;
  cursor: pointer;
}

.wecan .col-two .drop .outline{
  display: flex;
  justify-content: space-between;
  padding: 10px;
  height: 50px;
  width: 100%;
  border: 1px solid #da1f12;
}

.wecan .col-two .history{
  display: none;
  margin: -2px 1px 1px 1px;
  border: #da1f12 2px solid;
  padding: 30px;
}

.wecan .col-two .history ul{
  list-style: disc;
}

.wecan .col-two .history > div{
  display: flex;
  margin-bottom: 20px;
}

.wecan .col-two .history > div .years{
  flex: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.wecan .col-two .history > div .years span{
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../image/line1.png);
  width: 2px;
  height: 90%;
  margin-bottom: 20px;
}

.wecan .col-two .history > div ul{
  margin-left: 30px;
  margin-Top: 30px;
}

.wecan .col-two .history > div ul li{
  line-height: 24px;
  margin-bottom: 10px;
  word-wrap: break-word;
  word-break: keep-all;
}

.wecan .col-one2{
  margin-top: 40px;
  margin-right: 50px;
  display: flex;
  flex: 1;
}

.wecan .col-one2 ul{
  width: 100%;
  color: #b5b5b5;
}

.wecan .col-one2 ul li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px;
  border-top: #b5b5b5 2px solid;
}

.wecan .col-one2 ul li:last-child{
  border-bottom: #b5b5b5 2px solid;
}

.wecan .col-one2 ul li span{
  height: 10px;
  width: 15px;
  background-image: url(../image/arrow3.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.wecan .col-one2 ul li p{
  font-size: 19px;
  font-weight: bold;
}

.wecan .col-one2 ul .on p{
  color: #292929;
}

.wecan .col-one2 ul .on span{
  background-image: url(../image/arrow4.png);
}

.wecan .col-one2 ul li:hover p{
  color: #292929;
}

.wecan .col-one2 ul li:hover span{
  background-image: url(../image/arrow4.png);
}

.wecan .col-two2{
  margin-top: 40px;
  margin-left: 30px;
  min-height: 400px;
  position: relative;
  flex: 1;
}

.wecan .col-two2 .wecan-img{
  position: absolute;
  min-height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: contain;
}

.wecan .col-two2 .img .on{
  display: block !important;
}

.wecan .col-two2 .leaderstech{
  display: none;
  opacity: 1;
}

.wecan .col-two2 .patent{
  display: none;
  opacity: 0;
}

.wecan .col-two2 .certification{
  display: none;
  background-image: url(../image/certification.png);
  opacity: 0;
}



/* roadmap */
.roadmap {
  height: auto;
  background-color: #f4f4f4;
}

.roadmap .roadtitle{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.roadmap .roadtitle .left p{
  font-family: 'LatoBlack';
  font-size: 50px;
}

.roadmap .roadtitle .right{
  align-items: flex-end;
}

.roadmap .roadtitle .right button{
  height: 30px;
  width: 60px;
  cursor: pointer;
  background-color: transparent;
  border: 0px;
}

.roadmap .roadtitle .right button:nth-child(1){
  margin-right: 40px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../image/button_left.png);
}

.roadmap .roadtitle .right button:nth-child(2){
  margin-left: 40px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../image/button_right.png);
}

.roadmap .roadcont dl{
  margin-top: 60px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}

.roadmap .roadcont dl dd{
  margin: 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-shrink: 0;
  width: 300px;
}

.roadmap .roadcont dl dd > span{
  padding-top: 20px;
  width: 100%;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../image/roadmap_deco.png);
}

.roadmap .roadcont dl dd p{
  margin-top: 10px;
  font-family: 'UbuntuMonoBold';
  font-size: 40px;
  color: #fff;
  text-shadow: -1px -1px 0 #da1f12, 1px -1px 0 #da1f12, -1px 1px 0 #da1f12, 1px 1px 0 #da1f12
}

.roadmap .roadcont dd ul{
  font-family: 'LatoLigth';
  font-size: 21px;
  margin-top: 20px;
  margin-left: 20px;
  list-style-image: url(../image/dot_b.png);
  list-style: outside;
}

.roadmap .roadcont dd ul li{
  word-wrap: break-word;
  word-break: keep-all;
  padding: 10px;
  padding-left: 0px;
  font-size: 18px;
}

/* footer */

footer{
  overflow-x: hidden;
}

footer > p {
  width: 100%;
  height: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../image/footer_line.png);
}

footer .top {
  display: flex;
  width: 100%;
  height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../image/footer_top.jpg);
}

footer .footer-top{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

footer .footer-top > p{
  font-family: 'LatoBlack';
  font-size: 50px;
  color: #fff;

}

footer .footer-top .footer-button{
  display: flex;
  justify-content: space-between;
  width: 450px;
  background-color: #2c2a2b;
  border: 2px solid #cdcdcd;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'UbuntuMonoIta';
  font-size: 24px;
  text-decoration: none;
  color: #cdcdcd;
}

footer .footer-top .footer-button span{
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../image/arrow5.png);
}

footer .bottom{
  height: 150px;
  background-color: #2c2a2b;
}

footer .footer-bottom{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

footer .footer-bottom .company{
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

footer .footer-bottom .company p{
  font-family: 'LatoBold';
  font-size: 18px;
  color: #cdcdcd;
}

footer .footer-bottom .company span{
  width: 170px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../image/logo2.png);
}

footer .footer-bottom .social{
  display: flex;
  justify-content: space-between;
  width: 200px;
}

footer .footer-bottom .social a{
  width: 35px;
  height: 35px;
}



footer .footer-bottom .social .blog{
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../image/blog.png);
}

footer .footer-bottom .social .kakao{
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../image/kakao.png);
}







footer .footer-bottom .social .mail{
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../image/mail.png);
   
}
footer .footer-bottom .social .hompage{
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../image/reborn1.png);
  background-size: 40px 40px;
}

footer .footer-bottom .social .telegram{
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../image/telegram1.png);
  background-size: 33px 33px;
}

footer .footer-bottom .social .medium{
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../image/medium1.png);
  background-size: 40px 35px;
}

footer .footer-bottom .social .twitter{
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../image/twitter1.png);
  background-size: 33px 33px;
}
footer .footer-bottom .social .blog{
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../image/blog1.png);
}





