@charset "UTF-8";

/* section 1 캐러셀 */
.section1 .carousel-item {
  height: 100vh;
  min-height: 800px;
  background: no-repeat center center scroll;
  
}
.section {
  text-align: center;
  background-size: cover;
  background-position: 0;
}
.carousel .carousel-caption {
    right: 10%;
    left: 10%;
    top: 220px;
}
.carousel .carousel-caption .display-4{
    font-weight: 600;
    font-size: 65px;
}
.carousel .carousel-caption .lead {
    padding-bottom: 30px;
}
/* section 버튼 */
.carousel .carousel-caption .btn-lg, .btn-group-lg > .btn,
.section2 .btn-lg, .btn-group-lg > .btn {
    padding: 18px 57px;
    border-radius: 40px;
    background-color: transparent;
    border: #fff 1px solid;
}
.carousel .carousel-caption button:hover,
.section2 button:hover {
    background-color: #f8f9fa;
}
.carousel .carousel-caption button:hover a,
.section2 button:hover a {
    color: #000;
}
.carousel .carousel-caption .btn a,
.section2 .btn a {
    color: #fff;
}
/* end section 버튼 */
.carousel .carousel-inner .carousel-item {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.section1 .carousel-indicators {
    top: 530px;
}
.carousel .carousel-indicators .active {
    width: 80px;
    background-color: #166ce3;
    transition: all ease .5s 0s;
}

.carousel .carousel-indicators li {
    width: 8px;
    height: 8px;
    margin: 0 10px;
    opacity: 1;
}

.carousel-item.carousel-item1 {
    background: url("../img/main/main_img_1.png") no-repeat;
}
.carousel-item.carousel-item2 {
    background: url("../img/main/main_img_2.png") no-repeat;
}
.carousel-item.carousel-item3 {
    background: url("../img/main/main_img_3.png") no-repeat;
}
.carousel-item.carousel-item4 {
    background: url("../img/main/main_img_4.png") no-repeat;
}
.section1 .mouseScrollWrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 390px;
}
/*end  section 1 */


/* section 2 */
body .section2 {
  background: url("../img/main/main_subimg_02.png") no-repeat;
  background-size: 100% 100%;
}

.section2_title,
.section3_title {
  font-size: 65px;
  font-weight: 600;;
  color: #fff;
}

.intro > p {
  margin-top: 10px;
  margin-bottom: 0;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 300;
}

.intro > button,
.section2 .intro > a > button {
  margin: 40px 0 30px 0;
}

#header .my_container .header_menu {
  margin-top: 0;
}

.business_icon_wrap {
  width: 600px;
}

.business_icon_wrap .business_icon_box {
  height: 190px;
}

.business_icon_img {
  width: 200px;
  height: 190px;
  border: 1px solid rgba(204, 204, 204, 0.411);
  cursor: pointer;
  float: left;
}

.business_icon_img:hover {
  background-color: #166ce38a;
}

.business_icon_img > img {
  margin-top: 40px;
}

.business_icon_img > p {
  font-size: 20px;
  color: #fff;
}

.section2 .intro {
  margin-top: 150px;
}
.section2 .mouseScrollWrap img{
    margin: 20px auto;
}



/* end section 2 */

/* section 3 */
.section3 {
  background-color: #efefef;
}
.section3 .project_intro {
    padding-top: 130px;
}
.section3_title {
    color: #000;
}
.section3_title>p {
    margin-bottom: 5px;
}
.section3_main_content>p {
    font-weight: 500;
}
.section3 .fp-slides {
    max-width: 890px;
    margin: auto;
}
.section3 img.card-img-top {
    height: 315px;
}
.section3 .carousel-item {
    height: 100%;
}
#section3.section3 {
    min-height: 800px;
}
.section3 .fp-tableCell {
    height: 100% !important;
}
.section3 .card {
    box-shadow: 0 0 10px #bcbcbc;
}
.section3 .card-title {
    font-size: 20px;
    padding-top: 20px;
    font-weight: 600;
}
.section3 .card-body {
    position: relative;
}
.secrion3 .card-text {
    font-size: 20px;
    color: #777;
}
.section3 .card_number {
    background-color: #166ce3;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    vertical-align: middle;
    line-height: 46px;
    font-size: 23px;
    color: #fff;
    font-weight: 500;
    position: absolute;
    margin-top: -45px;
    margin-left: 45%;
}
.section3 .mouseScrollWrap {
    padding-top: 20px;
}
/* .section3 .controls-top {
    position: absolute;
    top: 60px;
} */
.section3 .controls-top a {
    position: absolute;
    top: 60px;
}
.section3 .controls-top a.btn-left {
    left: 20px;
}
.section3 .controls-top a.btn-right {
    right: 20px;
}
/* end section 3 */

/* section 4 */
body .section4 {
    background: url(../img/main/main_subimg_04.png) no-repeat;
    background-size: cover;
    background-position: center center;
}
/* .section4_wrap {
  width: 50%;
} */

.section4_title {
  /* width: 50%; */
  margin: 0 auto;
}

.section4_title p,
.section4_content {
  color: #fff;
  text-align: left;
}

.section4_title > p {
  font-size: 60px;
  margin: 0;
  font-weight: 600;
  line-height: 65px;
}

.section4_content {
  /* width: 50%; */
  margin: 0 auto;
  margin-top: 15px;
}

.section4_content > p {
  font-size: 17px;
}

.section4_box {
  width: 200px;
  height: 300px;
  background-color: #fff;
  float: left;
}

.section4_box_content {
  height: 110px;
}

.section4_box_content_title {
  padding: 20px 25px 5px;
  text-align: left;
  font-size: 24px;
  color: #555555;
  font-weight: 600;
  margin-bottom: 0;
}

.section4_box_content_text {
  color: #999999;
  font-size: 17px;
  margin-bottom: 0;
}

.section4_img_wrap {
  margin-top: 80px;
  padding-left: 140px;
}

.section4_go_btn {
  text-align: left;
  color: #b5b5b5;
  line-height: 14px;
  padding: 20px 25px;
}

.section4_go_btn p {
  margin-bottom: 0;
}

.section4_icon img {
  float: right;
  margin-right: 15px;
  margin-top: 40px;
}

.section4_box_2,
.section4_box_3 {
  margin-left: 30px;
}

.section4_box_content_text > p {
  margin-bottom: 0;
  text-align: left;
  padding-left: 24px;
}

.section4_box_3 {
  width: 400px;
  background: url("../img/main/location.png") no-repeat;
}

.section4_box_3 .section4_box_content_text {
  text-align: left;
  padding-left: 24px;
}

.section4_box_3 .section4_box_content p {
  color: #fff;
}

.section4_box:hover {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.479);
}

/* end section 4 */

/* 오른쪽 full page pagination */

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: white;
  color: white;
}

body #fp-nav ul li {
  margin: 47px -9px;
}

body #menu li:last-child {
  display: none;
}

body #fp-nav ul li a span {
  width: 10px;
  height: 10px;
  background-color: #c5c5c5;
  /* background: ; */
}

body #fp-nav ul li a.active span {
  width: 19px;
  height: 19px;
  background: url("../img/main/pull_page_hover_icon.png") no-repeat;
}

body #fp-nav ul li a.active span,
body #fp-nav ul li:hover a.active span {
  height: 33px;
  width: 30px;
  margin: -15px 0 0 -12px;
}

body #fp-nav {
  background-color: #fff;
  background: url("../img/main/gray_line.png") no-repeat;
  background-size: 5%;
  padding-right: 30px;
}

body #fp-nav ul li:hover a span {
  margin: -2px 0 0 -2px;
}

body #fp-nav ul#menu li.dis-none {
    display: none;
}
body #fp-nav.fp-right {
    margin-top: 0 !important;
}

.pop1 {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

/* Modal Content/Box */
.pop1-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 5px;
    border: 1px solid #888;
    width: 635px;
    position: relative;                     
}
.pop1-content>p{
  margin: 0;
}
.pop1-content button.sheet {
    border: none;
    background: #00ffea;
    border-radius: 20px;
    padding: 3px 20px;
    font-size: 13px;
    position: absolute;
    top: 567px;
    left: 56px;
}

/*===== media query =====*/
@media (min-width: 1200px) {
    .section4_wrap {
        margin-left: 150px;
    }
}
@media (max-width: 1199.9px) {
    .section4_wrap {
        width: auto;
    }
    .section4_title {
        margin-top: 80px;
        width: auto;
    }

    .section4_content {
        width: auto;
    }
    .section4_title p, .section4_content  {
    text-align: center;
    }
    .section4_img_wrap {
        padding-left: 0;
    }
    .section4_wrap_box {
        float: left;
    }
    .section4_box {
        width: 100%;
        height: 100%;
    }
    .section4_wrap_box.col-lg-6 {
        height: 300px;
    }
    .section4_box_2, .section4_box_3 {
        margin-left: 0;
    }
    .section4_wrap_box:last-child {
        margin: 20px 0 100px 0;
        height: 180px;
    }
    .section4_wrap_box:nth-child(1),
    .section4_wrap_box:nth-child(2) {
        height: 130px;
    }
    .section4_box_content,
    .section4_box_content {
        height: 60px;
    }
    .section4_box_3 .section4_box_content {
        height: 110px;
    }
    .section4_wrap_box:first-child {
        margin-bottom: 20px;
    }
}
@media (max-width: 1199.9px) and (min-width: 768px) {
   .section4_box_3{
        background-position: 0px -230px;
        background-size: cover;
   } 
}

@media (max-width: 992px) {
    .carousel .carousel-caption .display-4,
    .section2 .section2_title,
    .section3_title,
    .section4 .section4_title > p
     {
        font-size: 50px;
        line-height: 50px;
    }
    .lead,
    .intro > p {
        font-size: 16px;
    }
    #myModal {
      display: none !important;
    }
}
/* @media (max-width: 800px) {
    
} */
@media (max-width: 768px) {
    .business_icon_img {
        width: 170px;
    }
    .section3 .card_number {
        margin-left: 41%;;
    }
    .section3 .controls-top a {
        bottom: 20px;
        top: initial;
    }
    .section4_box_3{
        background-position: 0 0;
        background-size: cover;
   } 
   .pop1-content {
     width: 80%;
   }
}
@media (max-width: 576px) {
    .section2 .intro {
        margin-top: 130px;
    }
    .section2_title,
    .section3_title {
        font-size: 50px;
        line-height: 52px;
    }
    .section2 .intro > button {
        margin: 20px 0;
    }
    .section2 .btn-lg, .btn-group-lg > .btn {
        padding: 3px 27px;
    }
    .business_icon_wrap {
        width: auto;
    }
    .business_icon_wrap .business_icon_box {
        height: 129px;
        /* height: auto; */
    }
    .business_icon_img {
        width: 110px;
        height: 130px;
    }
    .business_icon_img > img {
        margin-top: 7px;
    }
    .business_icon_img > p {
        font-size: 16px;
    }
    .section2 .mouseScrollWrap img,
    .section3 .mouseScrollWrap img{
        margin: 20px auto;
    }
    .carousel .carousel-caption .display-4,
    .section2 .section2_title,
    .section3_title,
    .section4 .section4_title > p
     {
        font-size: 40px;
    }
    .section4_box_content_title {
      font-size: 20px;
    }
    
    
}
@media (max-width: 360px) {
    .section1 .carousel-indicators {
        top: 570px;
    }
    .section2 .intro {
        margin-top: 120px;
    }
    
    .section2 .btn-lg, .btn-group-lg > .btn {
        padding: 3px 27px;
    }
    .business_icon_wrap .business_icon_box {
        height: 110px;
    }
    .business_icon_img {
        width: 80px;
        height: auto;
    }
    .business_icon_img > img {
        margin-top: 7px;
    }
    .business_icon_img > p {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 10px;
    }
    .section2 .mouseScrollWrap img{
        margin: 20px auto;
    }
    .section3 .card_number {
        margin-left: 36%;
    }
}

