.boarding_wrap{
    margin-top: 75px;
}
.banner{
    width: 100%;
    background-image: url(../img/sub_banner2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner_text h2{
    font-size: 20px;
    color: #fff;
    font-family: 'Pretendard-Thin';
    line-height: 150%;
    text-align: center;
}
.banner_text h1{
    font-size: 45px;
    color: #fff;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    margin-bottom: 10px;
}
.banner_text p{
    font-size: 16px;
    color: #fff;
    font-family: 'Pretendard-Regular';
    line-height: 150%;
    text-align: center;
}
.boarding_list{
    width: 1180px;
    margin: 0 auto;
    padding-bottom: 100px;
}
.boarding_list li{
    margin-top: 50px;
}
.icon_list li{
    margin-bottom: 30px;
    margin-top: 0;
}
.boarding_list li:last-of-type{
    margin-bottom: 50px;
}
.boarding_box .sub_title{
    display: flex;
    align-items: center;
    margin:50px 0 20px 0;
}
.boarding_box .sub_title{
    display: flex;
    align-items: center;
}
.boarding_box .sub_title .number{
    background-color: #002859;
    border-radius: 4px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.boarding_box .sub_title .number h2{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.boarding_box .sub_title h1{
    font-size: 25px;
    color: #3b3b3b;
    font-weight: bold;
    line-height: 150%;
}
.boarding_box .boarding_content h2{
    font-size: 25px;
    color: #3b3b3b;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 10px;
}
.boarding_box .boarding_content h2 strong{
    font-size: 25px;
    color: #002859;
    font-weight: bold;
    line-height: 150%;
    margin-right: 10px;
}
.boarding_box .boarding_content p{
    font-size: 18px;
    color: #3b3b3b;
    line-height: 150%;
    font-family: 'Pretendard-Regular';
    margin-bottom: 10px;
}
.boarding_box .boarding_content p:last-child{
    margin: 0;
}
.boarding_box .boarding_content p strong{
    color: #D72E2E;
    font-weight: bold;
}
.boarding_box .boarding_content p small{
    font-weight: bold;
}
.boarding_box .boarding_img{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.bar_title{
    padding: 20px 30px;
    margin-bottom: 20px;
}
.bar_title h2{
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    line-height: 150%;
}
.red{
    background-color: #D72E2E;
}
.blue{
    background-color: #002859;
}
.icon_list{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.icon_list li .icon_box{
    box-shadow: 0 0 3px 2px rgba(0,0,0,.05);
    border-radius: 4px;
    padding: 35px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.permit_list li .icon_box{
    height: 280px;
}
.ban_list li{
    width: 24%;
}
.permit_list li{
    width: 32%;
}
.ban_list li:first-child .icon_box img{
    width: 70%;
}
.ban_list li .icon_box img{
    width: 50%;
}
.permit_list li .icon_box img{
    width: 35%;
}
.icon_list li .icon_box h3{
    font-size: 18px;
    color: #3b3b3b;
    line-height: 130%;
    font-family: 'Pretendard-Regular';
    text-align: center;
    margin-top: 20px;
}
.icon_list li p{
    font-size: 16px;
    color: rgba(0,0,0,.6);
    line-height: 130%;
    font-family: 'Pretendard-Regular';
    margin-top: 10px;
}
.permit_list{
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.boarding_content_box{
    padding: 20px 30px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 4px;
    margin: 20px 0;
}
.boarding_content_box .boarding_conetnt_box_title{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.boarding_content_box .boarding_conetnt_box_title h3{
    font-size: 18px;
    color: #3b3b3b;
    line-height: 150%;
    font-weight: bold;
}
.boarding_content_box .boarding_conetnt_box_title i{
    font-size: 10px;
    color: #E87435;
    margin-right: 10px;
}
.boarding_content_box p{
    font-size: 16px;
    color: #3b3b3b;
    line-height: 150%;
    font-family: 'Pretendard-Regular';
}
.boarding_content_box .color_b{
    color: #E87435;
    font-weight: bold;
}
.gray_text{
    background-color: #F9F9F9;
    padding: 20px;
    width: 100%;
    margin-top: 20px;
}
.gray_text p{
    font-size: 16px;
    color: rgba(0, 0, 0, .6);
    line-height: 150%;
    font-family: 'Pretendard-Regular';
}
.link_btn{
    width: 30%;
    border: 1px solid #E87435;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    padding: 12px 0;
    line-height: 150%;
    margin-top: 20px;
    background-color: #E87435;
}
/* .link_btn:hover{
    background-color: #E87435;
    color: #fff;
} */
.small_text{
    font-size: 16px;
    color: rgba(0, 0, 0, .6);
    line-height: 150%;
    font-family: 'Pretendard-Regular';
}

@media (max-width: 1180px) {
    .boarding_list{
        width: 100%;
    }
    .boarding_box{
        padding: 0 20px;
    }
    .boarding_wrap{
        margin-top: 65px;
    }
    .small_text{
        padding: 0 20px;
    }
    .ban_list li{
        width: 48%;
    }
    .permit_list li{
        width: 48%;
    }
    .icon_list{
        padding: 0 20px;
    }
    .permit_list{
        padding-bottom: 30px;
    }
    .ban_list li .icon_box img{
        width: 20%;
    }
    .ban_list li:first-child .icon_box img{
        width: 30%;
    }
    .permit_list li .icon_box img{
        width: 20%;
    }
}

@media (max-width: 768px) {
    .banner_text h1{
        font-size: 35px;
    }
    .banner{
        height: 250px;
    }
    .link_btn{
        width: 100%;
    }
    .boarding_img img{
        width: 50%;
    }
    .boarding_list li{
        margin-bottom: 30px;
    }
    .icon_list li .icon_box{
        padding: 20px;
    }
    .icon_list li .icon_box h3 br{
        display: none;
    }

    .icon_list li .icon_box{
        height: 180px;
    }
    .icon_list li .icon_box h3{
        margin-top: 10px;
        font-size: 16px;
    }
    .ban_list li .icon_box img{
        width: 40%;
    }
    .ban_list li:first-child .icon_box img{
        width: 65%;
    }
    .permit_list li .icon_box img{
        width: 40%;
    }
    .icon_list li p{
        font-size: 14px;
    }
    .icon_list li{
        margin-bottom: 20px;
    }
    .boarding_list{
        padding-bottom: 50px;
    }
}
