@import url(reset.css);

/* Header */
header {
  top: 0;
  position: fixed;
  height: 100px;
  width: 100%;
  background-color: #373737;
  z-index: 9999;
  opacity: 0.9;
  border-bottom: 1px solid #a9a8a8;
}

.section .inner {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

header .gnb {
  height: 100px;
}

header h1 {
  left: 0;
  top: 0;
  display: block;
  height: 100px;
}

.gnb {
  display: flex;
  justify-content: center;
  width: 100%;
}

header .logo a {
  background: url(../images/common/top_logoW.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 137px;
  height: 100px;
  display: block;
  text-indent: -9999px;
  float: left;
}

#menu-btn i {
  font-size: 35px;
  display: none;
}

#close-btn {
  display: none;
  font-size: 35px;
}

header .gnb-list {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

header .gnb li {
  width: 100%;
  height: 100px;
  z-index: 10;
}

header .gnb .tit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  cursor: pointer;
  background-color: #373737;
}

.gnb .tit > span {
  display: block;
  position: relative;
  height: 100%;
  line-height: 100px;
  text-align: center;
  font-size: 19px;
}

header .gnb li > a > span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  height: 3px;
  background-color: #fff;
  transition: all 0.5s;
}

header .gnb li > a > span:hover::after {
  content: "";
  display: block;
  position: absolute;
  left: 0%;
  width: 100%;
  height: 3px;
  background-color: #fff;
  transition: 0.1s;
}

header .sub-gnb {
  margin-top: 35px;
}

header .sub-gnb li {
  padding: 12px 0px;
  width: 100px;
  height: 20px;
  text-align: left;
  margin: 0 auto;
}

header .sub-gnb li a {
  color: #000000;
}

header .sub-gnb li a.green {
  color: #349f22;
   font-weight: 600;
}

header .sub-gnb li a:hover {
  color: #333ccc;
  font-weight: 600;
}
/* header (end) */


/* Index - Main */
body{
  margin: auto;
  padding: auto;
}

.wrapper{
  width: 100%;
  min-width: 1500px;
}
.inner{
  display: flex;
  align-items: center;
  width: 1500px;
  margin: auto;
}

.black-bg {
  width: 100%;
  position: fixed;
  z-index: 5;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  transition: opacity 0.8s;
}
.show {
  opacity: 1;
}
.subCover {
  width: 100%;
  background-color: #fff;
  height: 0;
  position: fixed;
  top: 100px;
  z-index: -1;
  opacity: 90%;
  visibility: hidden;
  transition: height 0.5s;
}

.down {
  visibility: visible;
  height: 400px;
}

.main{
  margin-top: 0px;
  width: 100%;
  background-image: url(../images/common/sub_img4.png);
}
  
.maintop{
  text-align: center;
}

.sub-title{
    font-size: 27px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 50px;
    padding-top: 200px;
}

.title{
    font-size: 70px;
    font-weight: 700;
    color: #046bd3;
    margin-bottom: 55px;
}

.title_W{
  font-size: 50px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 70px;
}

.des{
  color: #000;
    font-weight: 400;
    text-align: center;
}

.des p{
    font-size: 30px;
    margin-bottom: 30px;
}

.des span{
    font-size: 18px;
   line-height: 1.5;
}

.go-to{
  text-align: center;
  height:240px;
  padding-top: 30px;
}

.go-to-click{
border: 1px solid rgb(11, 11, 11);
background-color: #23cbd3;
color: #046bd3;
outline: none;
background: none;
font-size: 22.5px;
font-weight: 600;
width: 318px;
height: 60px;
cursor: pointer;
margin: 20px 0 30px;
text-align: center;
}

button{
  outline: none;
  border: none;
  background: none;
  color: #fff;
}

.main-img{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
}

.img1{
  box-shadow: 0 10px 20px 0 rgba(40, 40, 40, 0.4);
}

.img2{
  box-shadow: 0 10px 20px 0 rgba(40, 40, 40, 0.4);
}

.img3{
  box-shadow: 0 10px 20px 0 rgba(40, 40, 40, 0.4);
}

 .main_img1{
   background-image: url(../images/common/sub_img3.png);
   background-repeat: no-repeat;
   background-size: cover;
   height: 100vh;
  }

.main_img2{
  background-image: url(../images/common/sub_img2.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
   }
   
.main_img3{
  background-image: url(../images/common/sub_img1.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

#body-wrapper {
  min-height: 100%;
  position: relative;
}

#body-content {
  margin-top: 100px;
  padding-bottom: 440px; 
}
/* Index - Main (end) */


/* Footer */
footer{	/* 1215 */
  width:100%;  
  margin: 200px 0 0 0;
 }

.section-wrapper{
  background: #3ea2f0; 
  padding-bottom: 50px;
}

.wrap-footer-links {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto; 
}

.bottom-menu{
  width: 100%; 
  display: flex; 

}
.btnM-list{
  line-height: 30px;
  width:100%;  
  display: flex;
  align-items:baseline;
  justify-content:space-between;
}

.btnM-list>li>a{  
  color: #ffff;
  font-size: 22px ; 
  line-height:70px;
 }
.btnM-list>li>a:hover{
  font-weight: bold;
}

.depth>li{
  line-height: 32px;
}

.depth>li>a{  
  color: #ffff;
  font-size: 15px;
  text-align:left !important;
}
.depth>li>a:hover{
  font-weight: bold;
}

.section-wrapper2{
  background-color: #fff;
  display: flex;
  justify-content: center;
  height: 120px;
  padding-top: 10px;
}

.company-info{
 display: flex;
  justify-content: space-around;
  width: 100%; 
  max-width: 1500px;
  height: 100px;
  margin-top: 5px;
}

.bottom-img{
  width: 197px; 
}

.bottom-text{
  color: #000000;
  font-size: 13px;
  text-align: left;
  margin : 10px  86px ;
  line-height: 20px;
}
.bottom-icon{
  padding-top: 10px;
}