/* 전체기본설정 */






/*---------------------------------메인/공통-시작!---------------------------------*/

.section_inner {width:80%; margin:0 auto;}


main .bx-wrapper {
    -moz-box-shadow:inherit;
    -webkit-box-shadow:inherit;
    box-shadow:inherit;
    border:inherit;
    background:inherit;
    margin-bottom:inherit;
  }
  
  
  main .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 30px;
  }
  
  
  .slider_item {}
  
  
  .visual_txt {
    position: absolute;
    top:35%;
    text-align: left;
    box-sizing: border-box;
    left:20%;
    right:20%;
  }
  .vs_title {color:#fff; font-size:60px; font-weight:bold;}
  .vs_explanation {
    color:#ccc; 
    margin-top:20px; 
    font-size:18px;
  }
  
  
  
  .section {margin:10% 0; text-align: center;}
  .section h2 {font-size:60px; color:#333;}
  .decorate {font-size:18px;}
  
  
  .way_to_come_box {
    background-color:#eee;
    padding:5% 0;
    height: 500px;
  }
  
  
  
  main .bx-wrapper .bx-controls-direction a {
    width: 70px;
    height: 70px;
  
  }
  
  
  main .bx-wrapper .bx-prev {
    left:20px;
    background: url(../images/arrow_left.png) no-repeat center;
    background-color:rgba(0, 0, 0, 0.4);
    border-radius: 20px;
  }
  
  main .bx-wrapper .bx-next {
    right:20px; 
    background: url(../images/arrow_right.png) no-repeat center;
    background-color:rgba(0, 0, 0, 0.4);
    border-radius: 20px;
  }
  
  
  main .bx-wrapper .bx-prev:hover, main .bx-wrapper .bx-prev:focus {
    background-position: center center;
  }
  
  
  main .bx-wrapper .bx-next:hover, main .bx-wrapper .bx-next:focus {
    background-position: center center;
  }


  main .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
}


/*---------------------------------메인/공통-끝.---------------------------------*/




/*---------------------------------메인-시작!---------------------------------*/

/*section_01 시작!*/

.section_01{
  position: relative;
  padding:5% 0;
  text-align: center;
  margin:5% 0;
}
.bg_gray_round_img {
  background-image: url(../images/bg_gray_round_img.png);
  background-repeat: no-repeat;
  background-size:contain;
  width:38%; /*width:618px;*/
  height:59%; /*height:490px;*/
  position: absolute;
  left:0;
  top:-15%;
  z-index: -1;
}
.bg_blue_round_img {
  background-image: url(../images/bg_blue_round_img.png);
  background-repeat: no-repeat;
  background-size:contain;
  width:38%; /*width:618px;*/
  height:59%; /*height:490px;*/
  position: absolute;
  right:0;
  bottom:-40%;
  z-index: -1;
}

.section_in_title_box {
    font-size:0;
}
.section_in_content_box{
    margin-top:40px;
}
.section_in_content_box li {
    display:inline-block;
    vertical-align: top;
    width:350px;
    height:500px;
    text-align: center;
    padding:40px 20px;
}
.left_business_domain_box {
    background-color:#f4faff;
    border-radius: 20px;
    background-image: url(../images/bg_biz_01.png);
    background-repeat: no-repeat;
    background-position: 0 bottom;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.icon_img {
    display: block;
    margin:20px auto;
    width:100px;
    height:100px;
}
.main_title {
    font-size:36px;
    font-weight: bold;
    color:#214468;
}
.middle_box {
    margin:20px;
    border-top:1px solid #ccc;
    padding:30px 30px 0;
} 
.section_in_content_box .middle_box li {
    display:block;
    width: inherit;
    height: inherit;
    padding:0 0 20px 0;
    font-size:20px;
    text-align: left;
    color:#36597c;
    font-weight: 100;
}
.section_in_content_box .middle_box li::before{
    content:'';
    display:inline-block;
    width:22px;
    height:22px;
    background-image: url(../images/icon_check_round.png);
    background-repeat:no-repeat;
    background-position:100%;
    margin-right:10px;
    
}
.more_link_btn {
    background-color: #fff;
    border: 1px solid #337ac1;
    display: inline-block;
    padding: 5px 20px 10px;
    border-radius: 10px;
    vertical-align: middle;
    font-size: 18px;
    color: #337ac1;
}
.more_link_btn:hover {
    background-color:#337ac1;
    color:#fff;
    border:1px solid #fff;
}


.right_business_domain_box {
    background-color:#f4faff;
    border-radius: 20px;
    margin-left:40px;
    background-image: url(../images/bg_biz_02.png);
    background-repeat: no-repeat;
    background-position: 0 bottom;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}


/*section_01 끝!*/






/* section_02 시작!*/
.section_02 {
  background-color:#f4faff;
  padding:130px 0;
  font-size:0;
}
.section02_in_content_box {
 margin-top:40px;
}
.section02_in_content_box li {
  display:inline-block;
  width:214px;
  box-sizing: border-box;
  vertical-align: top;
}
.section02_in_content_box li + li {
  margin-left:50px;
}
.icon_business_link {
  display:inline-block;
}
.icon_business_wrap {
  display:inline-block;
  background-color:#fff;
  border-radius: 30px;
  padding:30px;
}
.icon_business_link img {
  width:100%;
}
.icon_business_txt {
  margin-top:20px;
  font-size:24px;
  color:#337ac1;
  font-weight: bold;
}



/* section_02 끝!*/




/* section_03 시작!*/


.section03_in_content_box {
  margin-top:30px;
}

.section03_in_content_box .inner {
  height: 352px;
  padding: inherit;

}
.section03_in_left {
  position: absolute;
  top:0;
  left:0;
  bottom:0;
  background-color: #5fa5df;
  border-radius: 50px 0px 50px 50px;
  width: 100%;
  text-align: left;
} 


.section03_in_right {
  position: absolute;
  right:0;
  top:0;
  bottom:0;
  text-align: right;
  background-color:#5fa5df;
  border-radius: 0 0 50px 0;
}
.section03_in_right_txt {
  color:#fff;
  font-size:24px;
  margin-top:50px;
  margin-right:50px;
  text-shadow: 1px 1px 10px #404040;
}

.section03_in_right .more_link_btn {
  margin-top:180px;
  margin-right:50px;
}


/* section_03 끝!*/




























/*--------------------------------메인/media 시작!---------------------------------*/




@media screen and (max-width: 1300px) {

  .section03_in_left img {
    width:100%;
  }

  .section03_in_right{
    background-color: rgba(0, 0, 0, 0);
  }
  


}



@media screen and (max-width: 1200px) {

 

  main .visual_cover {
    position: relative;
    background-color: #0f4a85;
  }
  main .bx-wrapper .bx-controls-direction a {
    width: 50px;
    height: 50px;
  }

  main .bx-wrapper .bx-prev {
    background-size: 50%;
  }

  main .bx-wrapper .bx-next {
    background-size: 50%;
  }

  main .bx-viewport {
    min-height: 400px;
  }
  .icon_img {
    width: 24%;
    height:auto;
  }
  .vs_title {
    font-size: 40px;
  }
  .vs_explanation {
    font-size: 14px;
    display: inline-block;
    /* width: calc(100% - 70px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    vertical-align: middle; */
  }
  .section h2 {
    font-size: 40px;
  }
  .decorate {
    font-size: 14px;
  }
  .main_title {
    font-size: 24px;
  }

  .section_in_content_box .middle_box li {
    font-size: 16px;
  }


  .section_in_content_box .middle_box li::before {
    width: 18px;
    height: 18px;
    background-position: center top;
    background-size: cover;
    vertical-align: bottom;
  }


  .section_in_content_box li {
    width: 40%;
    height: 400px;
    padding:4% 2%;
  }
  .section_02 {
    padding: 8% 0;
  }
  .section02_in_content_box {
    width:100%;
   }
   .section02_in_content_box li {
     width:20%;
   }
   .section02_in_content_box li + li {
     margin-left:5%;
   }
   .icon_business_txt {
    font-size: 18px;
  }

  .right_business_domain_box {
    margin-left: 4%;
  }

  


}


@media screen and (max-width: 730px) {

  .section_in_content_box .middle_box li {
    letter-spacing: -1px;
    font-size: 14px;
  }

  .section03_in_right {
    top:40%;
  }

  .section03_in_right .more_link_btn {
    margin-top: 50px;
  }


  


}





@media screen and (max-width: 650px) {

  .section_in_content_box .middle_box li {
    font-size: 14px;
    letter-spacing: -1px;
  }

  .icon_img {
    width: 100px;
    margin:2% auto;
  }

  .section_in_content_box li {
    width: 80%;
  }

  .right_business_domain_box {
    margin-left: 0;
    margin-top:5%;
  }

  .section_02 {
    padding: 10% 0;
  }

  .section02_in_content_box li {
    width: 40%;
    margin:2%;
  }

  .section02_in_content_box li + li {
    margin-left: 0;
  }

  .icon_business_txt {
    font-size: 14px;
  }

  .section03_in_right_txt {
    font-size: 14px;
  }

  .bg_gray_round_img{
    display: none;
  }
  
  .bg_blue_round_img {
    display: none;
  }
}





@media screen and (max-width: 400px) {


  .icon_img {
    width: 28%;
    margin:2% auto;
  }

  main .bx-viewport {
    min-height: 500px;
}

 


  



}


  /*---------------------------------메인/media 끝.---------------------------------*/