body {
  background: #e6ebf9 url(../images/intro/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#introWrap {
  position: relative;
  width: 100%;
  height: 100vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.introBox {
  max-width: 1030px;
  width: 100%;
  height: 640px;
  margin: 0 auto;
  padding: 20px 0;
}

.efutureWrap {
  float: left;
  width: 620px;
  height: 100%;
  margin-right: 20px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 0 15px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 15px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 15px 0px rgba(0,0,0,0.2)
}

.efutureWrap .topBox {
  position: relative;
  float: left;
  width: 100%;
  height: 215px;
  background-color: #6493ff;
  border-radius: 20px 20px 0 0;
  padding: 130px 0 0 0;
}

.efutureWrap .topBox .logo {
  position: absolute;
  z-index: 10;
  top: 40px;
  margin-bottom: 34px;
  width: 100%;
  height: 37px;
  background: url(../images/intro/logo_efuture.svg) no-repeat center top;
  text-indent: -1000em;
}

.efutureWrap .topBox .copy {
  font-size: 24px;
  line-height: 28px;
  font-family: engReg, korReg;
  color: #fff;
  letter-spacing: -.5px;
}

.efutureWrap .topBox .copy span {
  font-family: engSemi, korBold;
}

.efutureWrap .midBox {
  float: left;
  width: 50%;
  height: 154px;
  position: relative;
  padding-top: 85px;
  border: none;
}

.efutureWrap .midBox.bgBlue { background-color: #6493ff;}
.efutureWrap .midBox.bgWhite { background-color: #6493ff;}

.efutureWrap .midBox .icon {
  position: absolute;
  top: 10px;
  width: 100%;
  height: 154px;
  z-index: 10;
}

.efutureWrap .midBox .blankWhite {
  width: 100%;
  background-color: #fff;
  height: 75px;
}

.campusWrap {
  float: left;
  position: relative;
  width: 310px;
  height: 100%;
  margin-right: 20px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 0 15px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 15px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 15px 0px rgba(0,0,0,0.2)
}
.campusWrap .familySite {
  width: 110px;
  position: absolute;
  top: 20px;
  left: calc(50% - 55px);
  background-color: #540CD6;
  color: #fff;
  border-radius: 50px;
  padding: 7px 12px;
  text-align: center;
  font-family: 'engReg';
  font-size: 14px;
  letter-spacing: 0.5px;
  z-index: 10;
}

.campusWrap .logo {
  position: absolute;
  z-index: 10;
  top: 50px;
  margin-bottom: 34px;
  width: 100%;
  height: 37px;
  background: url(../images/intro/logo_esmartcampus.svg) no-repeat center top;
  text-indent: -1000em;
}

.campusWrap .topBox {
  float: left;
  width: 100%;
  height: 300px;
  background-color: #836dfe;
  border-radius: 20px 20px 0 0;
  padding: 125px 0 0 0;
}

.campusWrap .topBox .copy {
  font-size: 22px;
  line-height: 28px;
  font-family: engReg, korReg;
  color: #fff;
  letter-spacing: -.5px;
}

.campusWrap .topBox .copy span {
  font-family: engSemi, korBold;
}

.campusWrap .icon {
  position: absolute;
  top: 230px;
  width: 100%;
  height: 154px;
  z-index: 10;
}

.campusWrap .midBox {
  float: left;
  width: 100%;
  height: 154px;
  position: relative;
  background-color: #fff;
  padding-top: 75px;
}

.snsBox {
  float: left;
  width: 60px;
  background-color: #fff;
  border-radius: 30px;
  padding: 10px;
  box-shadow: 0 0 15px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 15px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 15px 0px rgba(0,0,0,0.2)
}

.snsBox li {
  float: left;
  margin-bottom: 10px;
}

.snsBox li:last-child {
  margin-bottom: 0;
}

.snsBox li a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  text-indent: -1000em;
  background-size: 40px;
}

.snsBox li:nth-of-type(1) a { background: #06be34 url(../images/intro/icon_sns01.svg) no-repeat center top;}
.snsBox li:nth-of-type(1) a:hover { background: #32d35b url(../images/intro/icon_sns01.svg) no-repeat center top;}
.snsBox li:nth-of-type(2) a { background: #4b78d8 url(../images/intro/icon_sns02.svg) no-repeat center top;}
.snsBox li:nth-of-type(2) a:hover { background: #6a95f1 url(../images/intro/icon_sns02.svg) no-repeat center top;}
.snsBox li:nth-of-type(3) a { background: #ff0000 url(../images/intro/icon_sns03.svg) no-repeat;}
.snsBox li:nth-of-type(3) a:hover { background: #f74e4e url(../images/intro/icon_sns03.svg) no-repeat;}
.snsBox li:nth-of-type(4) a { background: #ffb612 url(../images/intro/icon_sns04.svg) no-repeat;}
.snsBox li:nth-of-type(4) a:hover { background: #ffce60 url(../images/intro/icon_sns04.svg) no-repeat;}
.snsBox li:nth-of-type(5) a { background: #ED0A76 url(../images/intro/icon_sns05.svg) no-repeat;  background-size: 40px;}
.snsBox li:nth-of-type(5) a:hover { background: #fc479e url(../images/intro/icon_sns05.svg) no-repeat;  background-size: 40px;}


.subList {
  float: left;
  width: 310px;
  padding: 0 40px 0;
  font-size: 16px;
  font-family: engMed, korMed;
  text-align: left;
  color: #333;
}

.subList ul {
  float: left;
  width: 100%;
  height: 110px;
}

.subList li {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ededed;
  padding: 0 0 0 10px;
  line-height: 36px;
  letter-spacing: -.5px;
}

.col01 li { background: url('../images/intro/blt01.gif') no-repeat left top 15px ;}
.col02 li { background: url('../images/intro/blt02.gif') no-repeat left top 15px ;}
.col03 li { background: url('../images/intro/blt03.gif') no-repeat left top 15px ;}

.subList .btnBox {
  float: left;
  text-align: center;
  width: 100%;
  margin-top: 30px;
}

.subList .btnBox a {
  display: inline-block;
  width: 100%;
  color: #fff;
  line-height: 50px;
  height: 50px;
  border-radius: 25px;
  font-size: 18px;
  font-family: engMed, korMed;
}

a.btn01 { background-color: #47a6ff;}
a.btn01:hover { background-color: #0988ff;}
a.btn02 { background-color: #5d8bff;}
a.btn02:hover { background-color: #1c5cff;}
a.btn03 { background-color: #836dfe;}
a.btn03:hover { background-color: #5435ff;}

@media all and (max-width: 1040px) {
  .moving-circles {
    display:none;
  }

  #introWrap {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
  }

  .introBox {
    width: 100%;
    height: auto;
  }

  .efutureWrap {
    float: none;
    max-width: 620px;
    height: 600px;
    margin: 0 auto;
    border-radius: 30px;
    position: relative;
  }

  .campusWrap {
    float: none;
    position: relative;
    width: 620px;
    height: 286px;
    margin: 20px auto;
    border-radius: 30px;
  }

  .campusWrap .familySite {

    left: calc(25% - 55px);

  }

  .campusWrap .topBox {
    position: relative;
    float: left;
    width: 50%;
    height: 286px;
    background-color: #836dfe;
    border-radius: 20px 0 0 20px;
    padding: 200px 0 0 0;
    margin-bottom: 0;
  }

  .campusWrap .topBox .copy {
    font-size: 22px;
    line-height: 28px;
    font-family: engReg, korReg;
    color: #fff;
    letter-spacing: -.5px;
  }

  .campusWrap .logo {
    position: absolute;
    z-index: 10;
    top: 30px;
    right: 0;
    margin-bottom: 34px;
    width: 50%;
    height: 37px;
    background: url(../images/intro/logo_esmartcampus.svg) no-repeat center top;
    text-indent: -1000em;
  }

  .campusWrap .icon {
    position: absolute;
    top: 50px;
    width: 50%;
    height: 154px;
    z-index: 10;
  }

  .campusWrap .midBox {
    float: right;
    width: 50%;
    height: 154px;
    position: relative;
    padding-top: 0;
    border-radius: 0 20px 0 0;
  }

  .campusWrap .subList {
    margin-top: 85px;
    padding: 0 40px;
    font-size: 16px
  }

  .campusWrap .subList .btnBox {
    float: left;
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }

  .snsBox {
    float: none;
    max-width: 620px;
    width: 620px;
    margin: 0 auto;
    height: 50px;
    background-color: #e6ebf9;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
  }

  .snsBox li {
    float: none;
    display: inline-block;
    margin : 0 10px 0;
  }
}

@media all and (max-width: 767px) {
  .introBox {
    max-width:100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .efutureWrap {
    float: none;
    max-width: 100%;
    width: 100%;
    height: 600px;
    margin: 0 auto;
    border-radius: 30px;
    position: relative;
  }

  .campusWrap .familySite {

    left: calc(50% - 55px);

  }

  .efutureWrap .topBox {
    position: relative;
    float: left;
    width: 100%;
    height: 155px;
    background-color: #6493ff;
    border-radius: 0;
    padding: 90px 0 0 0;
  }

  .efutureWrap .topBox .logo {
    position: absolute;
    z-index: 10;
    top: 30px;
    margin-bottom: 34px;
    width: 100%;
    height: 40px;
  }

  .efutureWrap .topBox .copy {
    font-size: 20px;
    line-height: 26px;
  }

  .efutureWrap .midBox {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 80px;
  }

  .efutureWrap .midBox .icon {
    position: absolute;
    top: 10px;
    width: 100%;
    height: 154px;
    z-index: 10;
  }

  .efutureWrap .midBox .blankWhite {
    float: left;
    width: 100%;
    background-color: #fff;
    height: 75px;
  }

  .efutureWrap .midBox.bgBlue {
    background-color: #6493ff;
  }

  .efutureWrap .midBox.bgWhite {
    background-color: #fff;
  }

  .subList {
    float: left;
    width: 100%;
    padding: 0 20px;
    font-size: 16px;
    font-family: engMed, korMed;
    text-align: left;
    color: #333;
    background-color: #fff;
  }

  .subList ul {
    float: left;
    width: 100%;
    height: auto;
  }

  .subList .btnBox {
    float: left;
    text-align: center;
    width: 100%;
    margin: 20px 0;
  }

  .campusWrap {
    float: left;
    position: relative;
    width: 100%;
    height: 520px;
    margin: 20px auto;
    border-radius: 0;
  }

  .campusWrap .logo {
    position: absolute;
    z-index: 10;
    top: 50px;
    margin-bottom: 34px;
    width: 100%;
    height: 37px;
    background: url(../images/intro/logo_esmartcampus.svg) no-repeat center top;
    text-indent: -1000em;
  }

  .campusWrap .topBox {
    float: left;
    width: 100%;
    height: 260px;
    background-color: #836dfe;
    border-radius: 0;
    padding: 110px 0 0 0;
  }

  .campusWrap .topBox .copy {
    font-size: 20px;
    line-height: 24px;
    font-family: engReg, korReg;
    color: #fff;
    letter-spacing: -.5px;
  }

  .campusWrap .icon {
    position: absolute;
    top: 200px;
    width: 100%;
    height: 154px;
    z-index: 10;
  }

  .campusWrap .midBox {
    float: left;
    width: 100%;
    height: 154px;
    position: relative;
    background-color: #fff;
    padding-top: 0px;
  }

  .campusWrap .subList {
    float: left;
    width: 100%;
    margin-top: 75px;
    padding: 0 20px;
    font-size: 16px
  }

  .campusWrap .subList .btnBox {
    float: left;
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }

  .snsBox {
    float: left;
    width: 100%;
    margin: 20px 0;
  }
}
