
/*      01.Header        */

header .slider{
    width: 100%;
    height: 76%;
    overflow: hidden;
}

header .slide_card1{
    background-image: url('../image/index/slideimg1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
}
header .slide_card2{
    background-image: url('../image/index/slideimg2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
}
header .slide_card3{
    background-image: url('../image/index/slideimg3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
}

.slick-dots{
    bottom: 10px;
}

h3, h4{
    text-align: center;
}

h3{
    padding-top: 4%;
    margin-bottom: 30px;
}

h4{
    line-height: 1.5rem;
    margin-bottom: 50px;;
}

header h1{
    margin-bottom: 15px;
}

.header_desc{
    width: 100%;
}

.header_wrap{
    width: 70%;
    margin: 0 auto;
    margin-top: 10rem;
}


.custom-indicator {
    padding-left: 0;
    margin-top: -30px;
  }
.custom-indicator li {
    margin: 0 0 0 .5em;
    display: inline-block;
    list-style: none;
}
.custom-indicator li:first-child {
    margin-left: 0;
}
.custom-indicator .dot {
    display: block;
    width: 12px;
    height: 12px;
    background-color: LightGray;
    border: 3px solid DimGray;
    border-radius: 50%;
    cursor: pointer;
}
.custom-indicator .slick-active .dot {
    background-color: Lime;
}
.custom-indicator .dot:hover,
.custom-indicator .slick-active .dot:hover {
    background-color: Blue;
}


.header_wrap h2{
    margin-bottom: 10px;
}

.header_wrap p{
    margin-bottom: 50px;
}
.concept-card{
    background-color: #307df8;
    width: calc(100% / 3);
    height: 100%;
    float: left;
}

.concept-card:nth-child(2){
    background-color: #07306d;
}

.concept-card_wrap{
    width: 80%;
    margin: 0 auto;
}

.concept-card .medium-font-w{
    margin-bottom: 5px;
}

#concept{
    background-color: #307df8;
    position: absolute;
    margin: 0 auto;
    top: 77%;
    width: 100%;
    height: 25%;
}

#kp_wrapper{
    width: 70%;
    height: 100%;
    margin: 0 auto;
}

#concept dl{
    line-height: 80px;
    margin-top: 5%;
    margin-bottom: 2%;
}

#concept dl+dt{
    margin-bottom: 2%;
}

#concept img{
    width: 4rem;
    height: 4rem;
    float: left;
    margin-right: 10%;
    margin-top: 5px;
}


#intro{
    display: inline-block;
    width: 100%;
    margin-top: 18px;
    background-color: white;
    padding-bottom: 100px;
    padding-top: 100px;
}

#intro_wrap{
    width: 80%;
    margin: 0 auto;
}

#intro .img_holder{
    position: relative;
    width: 40%;
    float: left;
    text-align: center;
}

#intro_wrap .img_holder img{
    width: 100%;
    max-width: 400px;
}

/* #intro_wrap .img_holder img{
    position: absolute;
    width: 25rem;
    height: 20rem;
    top: 50%;
    left: 50%;
    margin-top: -170px;
    margin-left: -200px;
} */

.check_icon{
    margin-right: 10px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

#intro .description{
    position: relative;
    margin-left: 5%;
    width: 55%;
    float: left;
}

/* #intro .desc_holder{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -185px;
    margin-left: -370px;
} */

#intro .desc_holder p{
    line-height: 1.5rem;
    word-break: keep-all;
}

#intro h3{
    padding-top: .3rem;
    text-align: left;
}

#intro ul li{
    margin-bottom: 10px;
    line-height: 25px;
}

#intro .desc_holder ul{
    margin-top: 40px;
}


#keypoint{
    background-color: #ededed;
    width: 100%;
    display: inline-block;
    padding-bottom: 50px;
}

#keypoint h4{
    margin-bottom: 65px;
}

#keypoint_wrap{
    width: 80%;
    margin: 0 auto;
}

#keypoint_wrap .kp_card{
    width: 90%;
    margin: 40px auto;
}


#keypoint_wrap .kp_card li{
    float: left;
}

#keypoint_wrap .kp_card:nth-child(1) li{
    width: calc(100% / 3);
}

#keypoint_wrap .kp_card:nth-child(2) li{
    width: calc(100% / 2);
}

#keypoint_wrap .kp_card .num{
    font-size: 1.3rem;
    line-height: 2rem;
}

#keypoint_wrap .kp_card .num span{ 
    text-align: center;
    display: block;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;;
    background-color: #307df8;
    color:white;
    float:left;
    margin-right: 10px;
    box-shadow: 2px 2px 2px rgba(0,0,0, 0.2);
}

#keypoint_wrap .kp_card b{
    font-size: 1.3rem;
    margin-bottom: 15px;
}

#keypoint_wrap .kp_card p{
    word-break: keep-all;
    padding-left: 2.8rem;
}

#keypoint_wrap .kp_card_wrap{
    min-width: 350px;
    margin: 0 auto;
}

#keypoint_wrap .col2{
    width: 75%;
}

#app_plan{
    width: 100%;
    display: inline-block;
    padding-bottom: 30px;
}

#app_plan_wrap{
    width: 80%;
    margin: 0 auto;
}

#app_plan_wrap .back_hl{
    background-color: #07306d;
}

#app_plan .nav{
    width: 80%;
    margin: 0 auto;
}

#app_plan ul li{
    background-color: #307df8;
    float: left;
    width: calc(100% / 3);
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

#app_plan .img_holder{
    text-align: center;
}

#app_plan .img_holder p{
    margin-top: 6%;
    margin-bottom: 1%;
}

#app_plan img{
    width: 40.625rem;
    /* height: 21.875rem; */
}


#component{
    display: inline-block;
    width: 100%;
    padding-bottom: 60px;
    background-color: #eeeeee;
}

#component_wrap{
    width: 100%;
}

#component_wrap .img_holder{
    margin: 0 auto;
    width: 100%;
    max-width: 908px;
}

#component_wrap .img_holder>div{
    position: relative;
    text-align: center;
}

#component_wrap .img_holder img{
    width: 30%;
}

#component_wrap .img_holder .p_2{
    margin: 0px 10px 38px;
}

/*       06. manual         */

#manual{
    width: 100%;
    display: inline-block;
    background-color: #07306d;
}

#manual_wrap{
    width: 70%;
    height: 100%;
    margin: 0 auto;
}

#manual_num{
    width: 40%;
    height: 70%;
    float: left;
}

#manual_num .list{
    width: 26%;
    margin-right: 4%;
    float: left;
}

#manual_num li{
    background-color: white;
    height: 30px;
    width: 35px;
    margin-bottom: 10px;
}

#manual_num .description{
    width: 15.625rem;
    height: 21.875rem;
    float: left;
    background-color: #307df8;
}

#manual .img_holder{
    width: 50%;
    height: 60%;
    float:left;
    background-color: tomato;
}



#example{
    display: inline-block;
    width: 100%;
    padding-bottom: 60px;
}

#example h3{
    padding-top: 3%;
}

#example .desc_holder{
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

#example .desc_card img{
    width: 100%;
    height: 230px;
    max-width: 360px;
    transition: transform 2s;
}

#example .desc_card img:hover{
    transform: scale(1.3);
}

#example .desc_card dt{
    text-align: center;
    margin-bottom: 20px;
}

#example .desc_card dl{
    margin: 20px;
}

#example .desc_card dd{
    line-height: 1.5rem;
}

#example .desc_card{
    background-color: white;
    width: calc(100% / 3 - 2%);
    margin: 1%;
    text-align: center;
}

#example .img_holder{
    width: 100%;
    height: 230px;
    overflow: hidden;
}



#contact{
    display: inline-block;
    background-image: url('../image/index/contact_img.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    padding: 60px 0;
}

#contact p{
    text-align: center;
    line-height: 3rem;
}

#contact .btn_og{
    margin: 0 auto;
    margin-top: 60px;
}



#main-func{
    width: 100%;
    /* height: calc(100% - 80px); */
    display: inline-block;
    background-color: #307df8;
    padding-bottom: 50px;
}

#main-func .img_holder{
    position: relative;
    max-width: 1070px;
    width: 100%;
    margin: 0 auto;
}

#main-func .img_holder ul{
    width: 100%;
}

#main-func .icon_list{
    width: 100%;
}

#main-func .icon_list li{
    position: relative;
    background-color: white;
    border-radius: 50%;
    float: left;
    width : 10rem;
    height: 10rem;
    margin: 0.8%;
    text-align: center;
    box-shadow: 0px 4px 2px rgba(0,0,0,.2);
}

#main-func .icon_list li>p{
    margin-top: -28px;
}

#main-func .img_holder img{
    width: 110px;
    height: 110px;
    margin-top: 5px;
}

#main-func .img_holder p{
    display: inline-block;
    vertical-align: middle;
    font-size:.875rem;
}

#main-func .description{
    position: absolute;
    display: table;
    border-radius: 50%;
    background-color: #07306d;
    opacity: .9;
    width: 100%;
    height: 100%;
    color:white;
    margin-top: -138px;
    top: 138px;
    left: 0px;
    line-height: 1.2rem;
}

#main-func .description p{
    display: table-cell;
    vertical-align: middle;
}

