/* 
font

font-family: 'Montserrat', sans-serif;
*/
@import url("../font/S-Core-Dream-light/s-core-dream.css");
/*html {
    font-family:'arial', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-family: "s-core-dream-light", sans-serif;

    1. s-core-dream-thin
    2. s-core-dream-extralight
    3. s-core-dream-light
    4. s-core-dream-regular
    5. s-core-dream-medium
    6. s-core-dream-bold
    7. s-core-dream-extrabold
    8. s-core-dream-heavy
    9. s-core-dream-black
}*/
/* 전체 */
html {
  font-size:62.5%;
}
/* fullpage navigation */
#fp-nav ul li .fp-tooltip {
  font-family: 'Montserrat', sans-serif;
  color:#76869F !important;
  font-size:1.6rem !important;
  font-weight:700 !important;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {background:#76869F!important;}
/* header */
header {
  padding:0 10rem;
  margin:0 auto;
  width:1700px;
  height:85px;
  position:fixed;
  z-index:999;
  top:0;
  left:0;
  width:100%;
  display:flex;
  justify-content:space-between;
  align-items:center;
}
header h1 {}
header h1 a {}
header h1 a img {}

.h_right {
  display:flex;
  justify-content:flex-end;
  align-items:center;
}

.h_right nav > ul {
  display:flex;
  justify-content:center;
  align-items:center;
}
.h_right nav > ul > li {margin-right:7.4rem;}
.h_right nav > ul > li:last-child {margin-right:0;}
.h_right nav > ul > li > a {
  font-family: 'Montserrat', sans-serif;
  font-size:1.8rem;
  font-weight:500;
  color:#3B3B3B;
  transition:.3s;
  display:inline-block;
  line-height:5.5rem;
  position:relative;
}
.h_right nav > ul > li > a.active2 {
  border-bottom:3px solid #307AFF;
}
.h_right nav > ul > li > a:hover, .h_right .linkBox a:hover {
  color:#4c77bd;
}
/* sub_nav */
.sub_nav_frame {position:relative;}
.sub_nav_frame .sub_nav {
  position:absolute;
  top:5.5rem;
  left:0;
  display:flex;
  justify-content:center;;
  align-items:center;
  width:26.1rem;
  height:4.5rem;
  background:#69728021;
  border-radius:1rem;
}
.sub_nav_frame .sub_nav li:first-child {margin-right:3rem;}
.sub_nav_frame .sub_nav li a {
  font-family: "s-core-dream-regular", sans-serif;
  font-size:1.5rem;
  color:#3B3B3B;
  display:inline-block;
  transition:.3s;
}
.sub_nav_frame .sub_nav li a:hover {
  color:#4c77bd;
}
.h_right .linkBox {
  display:flex;
  justify-content:flex-end;
  align-items:center;
  margin-left:11.2rem;
}
.h_right .linkBox a {
  font-family: 'Montserrat', sans-serif;
  font-size:1.8rem;
  font-weight:500;
  color:#3B3B3B;
  margin-left:2.4rem;
  display:flex;
  align-items:center;
  transition:.3s;
}
.h_right .linkBox a:first-child {margin-left:0;}
.h_right .linkBox a img {
  width:2.3rem;
  margin-right:1.6rem;
}
.h_right .linkBox a:nth-child(2) img {
  width:2.8rem;
}
/* hambug */
header .hambug {
  display:none;
  height:3rem;
  flex-direction:column;
  align-items:center;
  justify-content:space-between;
  cursor:pointer;
  position:relative;
  z-index:1000;
}
header .hambug span {
  display:block;
  background:#001F40;
  width:5rem;
  height:.5rem;
  transition:.5s;
  position:relative;
}
header .hambug:hover span {
  background:#76869F !important;
}
/* 전체 section */
.section {padding-top:0 !important; padding-bottom:0 !important;}
/* 모바일 nav */
.m_nav {
  width:100%;
  height:100vh;
  z-index:998;
  position:fixed;
  left:0; top:0;
  display:flex;
  justify-content:center;;
  align-items:center;
  text-align:center;
  background:rgba(0,0,0,.8);
}
.m_nav ul {}
.m_nav ul li {}
.m_nav ul li a {
  font-family: 'Montserrat', sans-serif;
  font-size:2.6rem;
  font-weight:700;
  color:#fff;
  padding:2rem;
  display:block;
  transition:.3s;
}
.m_nav ul li a:hover {
  color:#76869F;
}
/* 전체 */
#fullpage {width:100%;}

/* section1 */
.section1 {
  background:url(../img/s1_bg.png) center center;
  background-size:cover;
}
.section1 .s1_inner {
  width:100%;
  height:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  text-align:center;
}
.section1 .s1_inner h1 {
  font-family: 'Montserrat', sans-serif;
  font-size:8.2rem;
  font-weight:700;
  color:#272727;
}
.section1 .s1_inner h1 span {
  font-family: 'Montserrat', sans-serif;
  font-size:3rem;
  font-weight:400;
  color:#272727;
  margin-bottom:3rem;
}

/* section2 */
.section2 {
  background:url(../img/s2_bg.png) center center;
  background-size:cover;
}
.section2 .s2_inner {
  margin:0 auto;
  width:75%;
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
}
.section2 .s2_inner h2 {
  font-family: 'Montserrat', sans-serif;
  font-size:5.5rem;
  font-weight:700;
  color:#272727
}
.section2 .s2_inner p {
  font-family: "s-core-dream-regula", sans-serif;
  font-size:1.7rem;
  color:#3B3B3B;
  line-height:1.5;
  margin:3.8rem 0 8rem;
}
.section2 .s2_inner a {
  display:block;
  width:20rem;
  height:6rem;
  border-radius:3rem;
  background:#3B3B3B;
  text-align:center;
  line-height:6rem;
  font-family: 'Montserrat', sans-serif;
  font-size:2rem;
  font-weight:400;
  color:#fff;
}

/* section3 */
.section3 {
  background:url(../img/s3_bg.png) center center;
  background-size:cover;
}
.section3 .s3_inner {
  margin:0 auto;
  width:55%;
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
}
.section3 .s3_inner h1 {
  font-family: 'Montserrat', sans-serif;
  font-size:5.5rem;
  font-weight:700;
  color:#272727;
  margin-bottom:8rem;
}
.section3 .s3_inner .contents {
  width:100%;
  display:flex;
  justify-content:space-between;
  align-items:center;;
}
.section3 .s3_inner .contents > div {
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
}
.section3 .s3_inner .contents > div > img {
  width:100%;
}
.section3 .s3_inner .contents > div p {
  font-family: "s-core-dream-regular", sans-serif;
  font-size:1.7rem;
  color:#3B3B3B;
  line-height:1.5;
  text-align:center;
  padding:2rem 3rem;
  border-radius:2rem;
  background:rgba(255,255,255,.8);
  margin:1.5rem 0 4rem;
  height:10rem;
  display:flex;
  align-items:center;
}
.section3 .s3_inner .contents > div a {
  width:23.2rem;
  height:6rem;
  border-radius:3rem;
  background:#3B3B3B;
  display:flex;
  justify-content:center;
  align-items:center;
}
.section3 .s3_inner .contents > div a > span {
  font-family: 'Montserrat', sans-serif;
  font-size:1.6rem;
  font-weight:700;
  color:#fff;
  display:inline-block;
}
.section3 .s3_inner .contents > div a > span > span {
  font-family: 'Montserrat', sans-serif;
  font-size:1.3rem;
  font-weight:500;
  color:#fff;
  display:inline-block;
  margin-top:.5rem;
}
.section3 .s3_inner .contents > div a img {width:1.7rem; margin-left:2.6rem;}











/* footer2 */
.footer2 {
  width:100%;
  background:#283144;
  padding:0 !important;
  padding:8rem 0 2.9rem !important;
}
.footer2 .f_inner {
  width:1700px;
  height:100%;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
}
.footer2 .f_inner .f_con {
  width:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
}
.footer2 .f_inner .f_con .f_top {
  width:100%;
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.footer2 .f_inner .f_con .f_top > div {
  width:15%;
  white-space:nowrap;
}
.footer2 .f_inner .f_con .f_top .off {text-align:left;}
.footer2 .f_inner .f_con .f_top .qui {text-align:center;}
.footer2 .f_inner .f_con .f_top .not {text-align:right;}
.footer2 .f_inner .f_con .f_top > div h2 {
  font-family: 'Montserrat', sans-serif;
  font-size:2.4rem;
  font-weight:700;
  color:#fff;
  margin-bottom:3rem;
}
.footer2 .f_inner .f_con .f_top > div p {
  font-family:"s-core-dream-regular", sans-serif;
  font-size:1.7rem;
  color:rgba(255,255,255,.8);
  line-height:1.5;
}
.footer2 .f_inner .f_con .f_btm {
  margin-top:7rem;
  margin-bottom:8rem;
}
.footer2 .f_inner .f_con .f_btm p {
  font-family: 'Montserrat', sans-serif;
  font-size:2.4rem;
  font-weight:500;
  color:#fff;
  display:flex;
  justify-content:center;
  align-items:center;
}
.footer2 .f_inner .f_con .f_btm p img {
  width:6rem;
  margin-right:3rem;
}
.footer2 .f_inner .add {
  width:100%;
  border-top:.1rem solid rgba(255,255,255,.2);
  padding-top:2rem;
}
.footer2 .f_inner .add p {
  font-family: 'Montserrat', sans-serif;
  font-size:1.8rem;
  font-weight:300;
  color:#fff;
  text-align:center;
}
.footer2 .f_inner .f_con .not .social_link {}
.footer2 .f_inner .f_con .not .social_link a {
  display:inline-block;
  width:4.8rem;
}
.footer2 .f_inner .f_con .not .social_link a:nth-of-type(2) {margin:0 2rem;}
.footer2 .f_inner .f_con .not .social_link a img {width:100%;}



/* popup-pc */
.bb_popupWrap-pc {
  position:absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index:9000;
  margin: auto;
  background: rgba(0,0,0,.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.bb_popupWrap-pc > .pop_inner {
  position: relative;
  width: 450px;
  text-align: center;
  margin-right: 30px;
}


.bb_popupWrap-pc > .pop_inner img {
  width: 100%;
}

.bb_popupWrap-pc .btnBox {
  width: 100% !important;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 10vh;
  left: 50%;
  transform: translateX(-50%);
}
.bb_popupWrap-pc .btnBox a {
  font-family: "s-core-dream-regular", sans-serif;
  color:#fff;
  font-size:1.5rem;
  padding: 10px 20px;
  background-color: #272727;
  border-radius: 5px;
  margin: 0 10px;
  transition: all 1s;
}
.bb_popupWrap-pc .btnBox a:hover {
  color:#272727;
  background-color: #eee;
}


/* popup-mobile */
.mobile-popup {
  position:absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index:9000;
  margin: auto;
  background: rgba(0,0,0,.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mobile-popup > div {
  position: relative;
  width: 480px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mobile-popup > div img {
  width: 100%;
}

.mobile-popup .btnBox {
  display: flex;
  justify-content: space-around;
  padding: 10px 0;
  background-color: #fff;
  width: 100%;
  position: relative;
  top: -12px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.mobile-popup .btnBox a {
  font-family: "s-core-dream-regular", sans-serif;
  color:#fff;
  font-size:1.4rem;
  background-color: #272727;
  border-radius: 10px;
  transition: all .3s;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-popup .btnBox a:nth-of-type(1) {
  width: 40%;
}
.mobile-popup .btnBox a:nth-of-type(2) {
  width: 40%;
}
.mobile-popup .btnBox a:nth-of-type(3) {
  width: 15%;
}
.mobile-popup .btnBox a:hover {
  color:#272727;
  background-color: #eee;
}

.mobile-popup {display: none;}
@media (max-width:1000px) {
  .mobile-popup {display: flex;}
  .bb_popupWrap-pc {display: none !important;}
}
@media (max-width:480px) {
  .mobile-popup .btnBox a {
    padding: 5px;
    line-height: 1.3;
  }
  .mobile-popup > div,
  .mobile-popup > div > img,
  .mobile-popup .btnBox {
    width: 90%;
  }
  .mobile-popup > div > button {
      width: 40px !important;
      height: 40px !important;
      top: -50px !important;
  }
}


