section {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 120px;
}
.section_wrap {
    margin-bottom: 90px;
}

/* ------------------------------main---------------------------- */
#main main {
    position: relative;
}
#main main .main_img_div {
    width: 100%;
    height: 700px;
    position: relative;
    z-index: 1;
}
#main main .main_img_div .main_img > img {
    min-width: 100%;
    height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
}
.main_img_text {
    position: absolute;
    top: 0;
    padding: 120px 100px 100px 100px;
    width: 100%;
    z-index: 1;
}
#main .sc_type_01 .section_header .section_bt > button {
    background-color: #f0f0f0;
    border: 1px solid #9cacb1;
}
#main .sc_type_01 .section_header .section_bt > button > a {
    color: #0c323d;
}
.main_img_text > h3 {
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 45px;
}
.main_img_text > p {
    font-size: 19px;
    margin-bottom: 30px;
}
.main_img_text > button {
    width: 300px;
    height: 60px;
    font-size: 20px;
    color: #fff;
    background-color: #2cbbb7;
    border-radius: 5px;
    display: block;
    margin-bottom: 30px;
}
.main_img_text > button > a {
    color: #fff;
    display: inline-block;
    padding: 14px 45px 14px 45px;
}
.main_img_text > span {
    font-size: 18px;
    color: #667d85;
    margin-left: 40px;
}
.main_img_text > span > a {
    text-decoration: underline;
    color: #667d85;
    margin-left: 5px;
}
.slides > .active {
    display: block;
}
.white_color_op_80 {
    color: #fff;
    opacity: 80%;
}
.white_color_op_50 {
    color: #fff !important;
    opacity: 50%;
}
.slider_1 {
    height: 700px;
    position: relative;
}
.slider_1 > .page_btns {
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 0;
}
.slider_1 > .page_btns > div {
    width: 20px;
    height: 20px;
    background-color: #ffffff80;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
}
.slider_1 > .page_btns > div.active2 {
    background-color: #fff;
}

.main_img_div {
    display: none;
}
.main_img_div > .main_img > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    width: 100%;
    height: 700px;
}
.slides > .active {
    display: block;
}
.side_btns {
    position: absolute;
    top: 280px;
    left: 0px;
    z-index: 2;
    width: 100%;
}
.slider_1 > .side_btns > button {
    font-size: 40px;
    color: #b0b0b0;
    width: 80px;
    height: 100px;
    opacity: 50%;
    text-align: center;
}
.slider_1 > .side_btns > button:hover {
    opacity: 100%;
}
.slider_1 > .side_btns > button:nth-child(2) {
    float: right;
    margin-right: 0px;
}

.main_1_box_div {
    position: absolute;
    top: -90px;
    z-index: 2;
}
.main_1_box {
    display: inline-block;
    width: 419px;
    height: 180px;
    background-color: #fff;
    padding: 25px 45px 25px 35px;
    position: relative;
    border-radius: 5px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
.main_1_box:nth-child(n + 2) {
    margin-left: 26px;
}
.img1 {
    background-image: url(../img/icon/main_icon_01.png);
    width: 102px;
    height: 97px;
    display: inline-block;
    margin-top: 20px;
    float: left;
}
#img2 {
    background-image: url(../img/icon/main_icon_02.png);
}
#img3 {
    background-image: url(../img/icon/main_icon_03.png);
}
.img1_right {
    float: left;
    margin-left: 50px;
}
.img1_right > span {
    font-weight: bold;
    font-size: 36px;
    color: #0c323d;
    display: inline-block;
    margin-bottom: 15px;
}
.img1_right > p {
    font-size: 19px;
    color: #0c323d;
}
#main main {
    background-color: #fafafa;
}
.main_2_div {
    width: 100%;
    min-height: 840px;
    background: url(../img/image/main_2.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 210px 0px 0px 0px;
}
.main_2 {
    position: relative;
}
.main_2 > h2 {
    font-weight: 500;
    font-size: 36px;
    color: #0c323d;
    margin-bottom: 60px;
}
.main_check_span > i {
    font-weight: bold;
    font-size: 20px;
    color: #48656d;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 30px;
}
.main_check_span > p {
    line-height: 40px;
    font-size: 20px;
    color: #48656d;
}
.main_2 > button {
    border: 1px solid #9cacb1;
    border-radius: 5px;
    margin-top: 20px;
}
.main_2 > button > a {
    font-size: 17px;
    color: #0c323d;
    display: inline-block;
    width: 100%;
    padding: 12px 35px 12px 35px;
}
.main_2 > button > a > i {
    margin-left: 5px;
    font-size: 17px;
    color: #0c323d;
}
.main_2_img {
    width: 745px;
    height: 520px;
    display: inline-block;
    background: url(../img/image/main_3.png);
    position: absolute;
    right: 0;
    top: 0;
}
.main_3_div {
    width: 100%;
    background-color: #f0f0f0;
    padding: 150px 0px 100px 0px;
}
.main_3_div > .wrap > h3 {
    font-size: 36px;
    font-weight: 500;
    color: #0c323d;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
}
.main_3_div > .wrap .section_content {
    padding: 0;
}

.main_3_div .sc_type_01 .section_header .section_tittle > h5 {
    color: #48656d;
    font-weight: 500;
}

.mian_3_photo-2_div {
    min-height: 170px;
    display: flex;
    justify-content: center;
}
.main_3_photo-2_content {
    padding: 40px 30px 40px 30px;
    position: relative;
    min-height: 170px;
    background-color: #fff;
    display: inline-block;
    min-width: 420px;
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 20%);
}
.main_3_photo-2_content > p {
    font-size: 15px;
    color: #fff;
    padding: 2px 10px 3px 11px;
    background-color: #397fd4;
    display: inline-block;
    border-radius: 4px;
    margin-top: 5px;
}
.main_3_photo-2_content > h3 {
    font-size: 20px;
    color: #0c323d;
    font-weight: bold;
    margin-top: 12px;
}
.main_3_photo {
    width: 120px;
    height: 100px;
    background-image: url(../img/image/m_img_1.png);
    position: absolute;
    right: 30px;
    top: 40px;
    z-index: 1;
}
.maru_1 {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: #2cbbb7;
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 0;
}
.marin_3_right {
    margin-right: 30px;
}
.maru_2 {
    background-color: #499ed5;
}
.maru_3 {
    background-color: #3dae92;
}
.main_3_photo-2 {
    background: url(../img/image/m_img_2.png);
}
.main_3_photo-3 {
    background: url(../img/image/m_img_3.png);
}
#main .main_4_wrap {
    padding: 150px 0px 0px 0px;
    min-height: 645px;
}
#main .main_4_wrap .main_4_hd {
    position: relative;
}
#main .main_4_wrap .main_4_hd > h3 {
    font-size: 36px;
    color: #0c323d;
    font-weight: 500;
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}
#main .main_4_wrap .main_4_hd > p {
    font-size: 18px;
    color: #667d85;
    display: flex;
    justify-content: center;
}
#main .main_4_wrap .main_4_hd_right {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}
#main .main_4_wrap .main_4_hd_right > button {
    padding: 12px 30px 12px 30px;
    font-size: 17px;
    border: 1px solid #9cacb1;
    border-radius: 5px;
}
#main .main_4_wrap .main_4_hd_right > button > a {
    font-size: 17px;
    color: #0c323d;
}
#main .main_4_wrap .main_4_hd_right > button > i {
    font-size: 17px;
    color: #0c323d;
}
#main .main_4_wrap .main_4_content_div {
    margin-top: 55px;
    box-shadow: 0px 2px 10px 2px rgb(0 0 0 / 20%);
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 130px;
}
#main .main_4_wrap .main_4_content {
    display: inline-block;
    padding: 70px 00px 70px 0px;
    width: 420px;
    height: 380px;
    text-align: center;
}
#main .main_4_wrap .main_4_content > h5 {
    font-size: 22px;
    font-weight: bold;
    color: #0c323d;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
#main .main_4_wrap .main_4_content > p {
    font-size: 17px;
    color: #667d85;
    display: flex;
    justify-content: center;
}
#main .main_5_div {
    height: 3px;
    width: 100%;
    min-height: 885px;
    background: url(../img/image/main_4.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0px 0px 0px;
}
#main .main_5_hd > h5 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    display: flex;
    justify-content: center;
}
#main .main_5_hd > p {
    font-size: 18px;
    color: #fff;
    display: flex;
    justify-content: center;
    margin-top: 25px;
    opacity: 50%;
}
#main .ribbon_1 {
    width: 424px;
    height: 32px;
    background: url(../img/image/ribbon.png);
    margin: 0 auto;
    margin-top: 25px;
}
#main .ribbon_1 > span {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    display: flex;
    justify-content: center;
}
.company_maru {
    margin-top: 60px;
}
#main .first_line {
    display: flex;
    justify-content: center;
}
#main .second_line {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
#main .company_div {
    width: 160px;
    height: 160px;
    background-color: #fff;
    border-radius: 80px;
    display: inline-block;
}
#main .company_img {
    background: url(../img/image/company_1.png);
    width: 132px;
    height: 75px;
    margin: 0 auto;
    margin-top: 40px;
}
#main .main_5_right {
    margin-right: 20px;
}
#main .up_bt_div {
    margin-top: 30px;
    margin-right: 0;
}
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}

/* ------------------------------content01---------------------------- */
#content01 main {
    padding-bottom: 50px;
}
#content01 section {
    margin-top: 50px;
}
/* ------------------------------content02---------------------------- */
#content02 .sc_type_02 .section_photo_box:hover {
    border: 3px solid #2cbbb7;
}

/* ------------------------------content03---------------------------- */
#content03 .sc_type_02:nth-child(2) .section_photo_box .photo_1 {
    background: url(../img/image/photo_02_2.png);
}
#content03 .sc_type_02:nth-child(3) .section_photo_box .photo_1 {
    background: url(../img/image/photo_02_3.png);
}
#content03 .sc_type_02:nth-child(4) .section_photo_box .photo_1 {
    background: url(../img/image/photo_02_4.png);
}
/* ------------------------------content04---------------------------- */
#content04 main .main_content {
    position: relative;
}
#content04 main .main_content_left {
    display: inline-block;
}
#content04 main .main_content_left .main_content_tittle {
    display: flex;
    min-width: 810px;
    margin-bottom: 20px;
    position: relative;
}
#content04 main .main_content_left .main_content_tittle .main_tittle_icon {
    width: 42px;
    height: 42px;
    display: inline-block;
    background: url(../img/icon/icon_01_03.png);
    margin-right: 15px;
}
#content04 main .main_content_left .main_content_tittle > span {
    display: inline-block;
    font-size: 26px;
    color: #0c323d;
    font-weight: bold;
    vertical-align: top;
}
#content04 main .main_content_left .like_bt {
    margin-top: 7px;
    position: absolute;
    right: 0;
}
/* main_sub */
#content04 main .main_content_left .main_sub {
    max-width: 810px;
    display: inline-block;
}
#content04 main .main_content_left .main_sub > span {
    display: inline-block;
    font-size: 16px;
    color: #48656d;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.main_content_right {
    position: absolute;
    top: 0;
    right: 0;
}
.main_content_right > .main_img {
    width: 460px;
    height: 280px;
    background-image: url(../img/image/big_photo_04-1.png);
}
#content04 main .main_content_left .main_footer {
    padding: 40px 0px 40px 0px;
    min-width: 810px;
    display: inline-block;
}
#content04 main .main_content_left .main_footer .green_box {
    display: inline-block;
    min-width: 125px;
    height: 30px;
    background-color: #d6f3f0;
    border-radius: 5px;
    padding: 4px 20px 4px 20px;
    margin-right: 5px;
}
#content04 main .main_content_left .main_footer .green_box > span {
    font-size: 15px;
    color: #3dae92;
    text-align: center;
}
#content04 main .main_content_left .main_footer .red_box {
    display: inline-block;
    min-width: 60px;
    height: 30px;
    background-color: #fae7e7;
    border-radius: 5px;
    padding: 4px 20px 4px 20px;
    margin-right: 5px;
}
#content04 main .main_content_left .main_footer .red_box > span {
    font-size: 15px;
    color: #e36464;
    text-align: center;
}
#content04 main .main_content_left .main_footer .main_footer_right {
    float: right;
    margin-top: 3px;
}
#content04 main .main_content_left .main_footer .main_footer_right > i {
    font-size: 15px;
    color: #c5d4d9;
}
#content04 main .main_content_left .main_footer .main_footer_right > a {
    font-size: 15px;
    color: #397fd4;
    text-decoration: underline;
}
#content04 section .section_wrap {
    padding: 00px 20px 0px 60px;
    position: relative;
    margin-bottom: 0;
}
#content04 section .left_line {
    height: 670px;
    width: 3px;
    background-color: #a4ceea;
    display: inline-block;
    position: absolute;
    left: 38px;
    top: 75px;
}
#content04 section .left_circle {
    display: inline-block;
}
#content04 section .left_circle .circle_blue {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: #499ed5;
    border: 5px solid #dbecf7;
    border-radius: 10px;
}
#content04 section .left_circle .circle_blue:nth-child(1) {
    position: absolute;
    top: 70px;
    left: 30px;
}
#content04 section .left_circle .circle_blue:nth-child(2) {
    position: absolute;
    top: 235px;
    left: 30px;
}
#content04 section .left_circle .circle_blue:nth-child(3) {
    position: absolute;
    top: 400px;
    left: 30px;
}
#content04 section .left_circle .circle_blue:nth-child(4) {
    position: absolute;
    top: 565px;
    left: 30px;
}
#content04 section .left_circle .circle_blue:nth-child(5) {
    position: absolute;
    top: 730px;
    left: 30px;
}
#content04 section .section_content {
    margin-left: 20px;
    padding-bottom: 40px;
    padding-top: 40px;
    border-bottom: 1px solid #dddddd;
}
#content04 section .section_content .section_content_left {
    display: inline-block;
}
#content04 section .section_content .section_content_left > p {
    color: #0c323d;
    font-size: 22px;
    font-weight: 500;
}
#content04 section .section_content:nth-child(1) {
    margin-top: -15px;
}
#content04 section .section_content .section_content_left .section_content_icon {
    margin-top: 20px;
}
#content04 section .section_content .section_content_left .section_content_icon > span {
    font-size: 14px;
    color: #48656d;
    vertical-align: top;
    margin-right: 30px;
    margin-top: 4px;
    display: inline-block;
}
#content04 section .section_content .section_content_left .section_content_icon > button {
    width: 60px;
    height: 30px;
    border: 1px solid #a7c1bc;
    border-radius: 5px;
    vertical-align: top;
    font-size: 14px;
    color: #0c323d;
}
#content04 section .section_content .section_content_right {
    float: right;
    margin-top: 20px;
}
#content04 section .section_content .section_content_right .video_bt_white {
    width: 140px;
    height: 40px;
    background-color: #fff;
    border: 2px solid #9cacb1;
    border-radius: 30px;
}
#content04 section .section_content .section_content_right > button > span {
    color: #667d85;
    font-size: 16px;
}
#content04 section .section_content .section_content_right .triangle_icon {
    width: 11px;
    height: 11px;
    display: inline-block;
    background: url(../img/icon/triangle_icon.png);
}

/* ------------------------------content05---------------------------- */
#content05 .sc_type_02:nth-child(2) .section_photo_box .photo_1 {
    background: url(../img/image/photo_02_2.png);
}
#content05 .sc_type_02:nth-child(3) .section_photo_box .photo_1 {
    background: url(../img/image/photo_02_3.png);
}
#content05 .sc_type_02:nth-child(4) .section_photo_box .photo_1 {
    background: url(../img/image/photo_02_4.png);
}

/* ------------------------------content_06---------------------------- */
#content_06 .main_bt {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
#content_06 .main_bt > button {
    background-color: #f3f3f3;
    padding: 15px 30px 15px 30px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    color: #0c323d;
}
#content_06 .main_bt .cb_1:nth-child(2) .cb_1_text::before {
    content: '텍스트분석';
}
#content_06 .main_bt .cb_1:nth-child(3) .cb_1_text::before {
    content: '군집';
}

#content_06 .main_bt .cb_1:nth-child(4) .cb_1_text::before {
    content: '분류';
}

#content_06 .main_bt .cb_1:nth-child(5) .cb_1_text::before {
    content: '최적화';
}
#content_06 .main_bt .cb_1:nth-child(6) .cb_1_text::before {
    content: '추천';
}
#content_06 .main_bt .cb_1:nth-child(7) .cb_1_text::before {
    content: '회귀';
}
#content_06 .main_bt .cb_1:nth-child(8) .cb_1_text::before {
    content: '기타';
}

/* ------------------------------content_07---------------------------- */
#content_07 .section_wrap {
    padding: 00px 20px 0px 20px;
    position: relative;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 40px;
}
#content_07 .section_wrap > .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#content_07 .section_wrap .sc_bt_div {
    display: inline-block;
}
#content_07 .section_wrap .sc_bt_div .gray_box {
    padding: 20px 30px 20px 30px;
    border: 1px solid #dddddd;
    margin-right: -4px;
    border-radius: 2px;
    background-color: #f3f3f3;
    margin-bottom: -1px;
    color: #667d85;
    font-size: 16px;
}
#content_07 .section_wrap .sc_bt_div .gray_box.white_box {
    background-color: #fff;
    color: #0c323d;
    border-bottom: 1px solid #fff;
}
.table_2_content {
    border: 3px solid #85989e;
    height: 400px;
    margin-top: 40px;
    display: none;
}

.table_3_content {
    border: 3px solid #2dbab2;
    height: 400px;
    margin-top: 40px;
    display: none;
}

.table_4_content {
    border: 3px solid #397fd4;
    height: 400px;
    margin-top: 40px;
    display: none;
}
/* ------------------------------confirm01---------------------------- */
#confirm01 main {
    background-color: #fff;
    position: relative;
}
#confirm01 .main_img {
    padding: 0px 0px 90px 0px;
    position: relative;
    z-index: 1;
}
#confirm01 .main_img .main_1 {
    position: relative;
    margin-top: 0px;
}
#confirm01 .main_img .main_1_left {
    margin-top: 80px;
}
#confirm01 .main_img .main_1_left > i {
    width: 131px;
    height: 33px;
    background: url(../img/image/aidu_logo.png);
    display: inline-block;
}
#confirm01 .main_img .main_1_left > h1 {
    font-size: 36px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 40px;
    color: #0c323d;
}
#confirm01 .main_img .main_1_left > p {
    font-size: 18px;
    color: #48656d;
    line-height: 30px;
}
#confirm01 .main_img .main_1_right {
    display: inline-block;
    position: absolute;
    top: -80px;
    right: 0;
}

#confirm01 .main_2 {
    margin-bottom: 100px;
}
#confirm01 .main_2 > p {
    font-size: 28px;
    color: #0c323d;
    font-weight: 500;
    margin-bottom: 40px;
}
#confirm01 .main_2 .main_2_box {
    display: inline-block;
    width: 300px;
    height: 170px;
    background-color: #fff;
    padding: 0px 0px 0px 0px;
    position: relative;
    vertical-align: top;
}
#confirm01 .main_2 .main_2_box:nth-child(n-1) {
    margin-right: 25px;
}
#confirm01 .main_2 .main_2_p {
    border-right: 1px solid #dddddd;
}
#confirm01 .main_2 .main_2_p_sp {
    border-right: 0px;
}
#confirm01 .main_2 .main_2_p > p {
    font-size: 17px;
    color: #48656d;
    margin-top: 25px;
}
#confirm01 .main_3_div {
    width: 100%;
    background-color: #fff;
    padding: 0px 0px 100px 0px;
}
#confirm01 .main_3_div > .wrap > h3 {
    font-size: 36px;
    font-weight: 500;
    color: #0c323d;
    margin-bottom: 35px;
}
#confirm01 .main_3_content {
    padding: 50px 40px 50px 40px;
    display: inline-block;
    width: 430px;
    height: 580px;
    background-color: #eff2f9;
    border-radius: 5px;
    vertical-align: top;
}
#confirm01 .main_3_content .main_3_content_hd {
    position: relative;
    height: 180px;
    border-bottom: 1px solid #d4dae9;
}
#confirm01 .main_3_content .main_3_content_hd .main_3_content_hd-1 {
    position: relative;
    margin-bottom: 30px;
}
#confirm01 .main_3_content .main_3_content_hd .main_3_content_hd-1 > h3 {
    font-size: 28px;
    color: #397fd4;
    font-weight: bold;
    z-index: 2;
    position: relative;
}
#confirm01 .main_3_content .main_3_content_hd .main_3_content_hd-1 .h3_under_line {
    display: inline-block;
    width: 133px;
    height: 5px;
    background-color: #d1dff3;
    position: absolute;
    bottom: 8px;
    z-index: 1;
}
#confirm01 .main_3_content .main_3_content_hd .main_3_content_hd-2 > p {
    font-size: 17px;
    color: #0c323d;
}
#confirm01 .main_3_content .main_3_content_sc {
    padding: 30px 0px 0px 0px;
}
#confirm01 .main_3_content .main_3_content_sc .main_3_content_sc-1 {
    margin-bottom: 30px;
}
#confirm01 .main_3_content .main_3_content_sc .main_3_content_sc-1 > h5 {
    font-size: 18px;
    color: #3579cf;
    font-weight: 500;
    margin-bottom: 10px;
}
#confirm01 .main_3_content .main_3_content_sc .main_3_content_sc-1 > h5 > i {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #3579cf;
    margin-right: 10px;
}
#confirm01 .main_3_content .main_3_content_sc .main_3_content_sc-1 > p {
    font-size: 16px;
    color: #0c323d;
    margin-bottom: 5px;
}
#confirm01 .main_3_content .main_3_content_sc .main_3_content_sc-1 > i {
    display: inline-block;
    width: 110px;
    height: 30px;
    background-color: #dbe7f5;
    border-radius: 20px;
    padding: 4px 0px 4px 0px;
    font-size: 15px;
    color: #3579cf;
    text-align: center;
}
.main_3_content_hd-1_right {
    position: absolute;
    top: 0;
    right: 0;
}
.main_3_footer {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.bt_type_1 {
    width: 280px;
    height: 60px;
    border-radius: 5px;
    background-color: #2cbbb7;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.bt_type_1 > a {
    display: inline-block;
    width: 100%;
    color: #fff;
    padding: 15px 0px 15px 0px;
}
#confirm01 .main_4_div {
    padding: 90px 0px 0px 0px;
    min-height: 1050px;
    background-color: #eff2f9;
}
#confirm01 .main_4_hd {
    position: relative;
}
#confirm01 .main_4_hd > h3 {
    font-size: 36px;
    color: #0c323d;
    font-weight: 500;
}
#confirm01 .main_4_hd > p {
    font-size: 18px;
    color: #667d85;
    margin-top: 20px;
}
/* main_4_content */
#confirm01 .main_4_content_div {
    margin-top: 0px;
    box-shadow: 0px 2px 10px 2px rgb(0 0 0 / 20%);
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 140px;
    padding: 90px 0px 60px 0px;
    z-index: 1;
}
#confirm01 .main_4_content {
    display: inline-block;
    padding: 0px 0px 0px 70px;
    width: 430px;
}
#confirm01 .main_4_content > h5 {
    font-size: 26px;
    font-weight: bold;
    color: #0c323d;
    display: inline-block;
    margin-left: 5px;
}
#confirm01 .main_4_content_1_div {
    margin-top: 50px;
}
#confirm01 .main_4_content_icon {
    display: inline-block;
    width: 10px;
    height: 4px;
    background-color: #397fd4;
    margin-right: 5px;
}
#confirm01 .main_4_content_1_div > p {
    display: inline-block;
    font-size: 20px;
    color: #0c323d;
    font-weight: 500;
    vertical-align: middle;
}
#confirm01 .main_4_content_1 {
    margin-top: 25px;
    padding: 0px 0px 0px 20px;
}
#confirm01 .maru_icon {
    width: 4px;
    height: 4px;
    background-color: #5a747b;
    display: inline-block;
    border-radius: 2px;
    vertical-align: middle;
}
#confirm01 .main_4_content_1 > span {
    font-size: 17px;
    color: #48656d;
    vertical-align: middle;
    display: inline-block;
}
#confirm01 .main_4_content_icon_2 {
    background: url(../img/common/icon_2.png);
}
#confirm01 .main_4_content_icon_3 {
    background: url(../img/common/icon_3.png);
}
#confirm01 .main_5_div {
    height: 3px;
    width: 100%;
    min-height: 800px;
    position: relative;
}
#confirm01 .main_5_main_img {
    margin: 0 auto;
    width: 100%;
    height: 800px;
    z-index: 0;
    position: relative;
}

.wrap-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#confirm01 .main_5_hd {
    width: 1300px;
}
#confirm01 .main_5_left {
    display: inline-block;
    margin-right: 30px;
    vertical-align: top;
    margin-top: 90px;
}
#confirm01 .main_5_left > h3 {
    font-size: 26px;
    color: #fff;
    display: inline-block;
}

#confirm01 .main_5_center {
    display: inline-block;
    position: relative;
}
#confirm01 .maru_5_big {
    width: 340px;
    height: 340px;
    border-radius: 200px;
    display: inline-block;
    background-color: #fff;
    opacity: 40%;
}
#confirm01 .maru_5_sm {
    width: 250px;
    height: 250px;
    border-radius: 200px;
    display: inline-block;
    background-color: #fff;
    position: absolute;
    top: 45px;
    left: 45px;
}
#confirm01 .main_5_center > span {
    font-size: 28px;
    color: #0c323d;
    font-weight: 500;
    position: absolute;
    top: 130px;
    left: 90px;
    text-align: center;
    display: inline-block;
}
#confirm01 .main_5_right {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 0px;
}
#confirm01 .main_5_right > i {
    display: inline-block;
    width: 654px;
    height: 318px;
    background: url(../img/image/main_5-1.png);
}
.main_6_div {
    width: 100%;
    height: 800px;
    background-color: #f7f7f7;
    padding: 100px 0px 0px 0px;
}
.main_6_left {
    height: 500px;
    display: inline-block;
    margin-right: 60px;
    float: left;
}
.main_6_left > h2 {
    font-size: 36px;
    color: #0c323d;
    font-weight: 500;
    margin-bottom: 80px;
}
.bt_type_2 {
    width: 220px;
    height: 60px;
    border-radius: 5px;
    background-color: #2cbbb7;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.bt_type_2 > a {
    display: inline-block;
    width: 100%;
    color: #fff;
    padding: 15px 0px 15px 0px;
}
.main_6-1 {
    display: inline-block;
    float: left;
}
.main_6-2 {
    margin-top: 40px;
}
.main_6_right {
    display: inline-block;
    vertical-align: top;
}
.main_6_right:nth-child(n + 2) {
    margin-left: 30px;
}
.main_6_content {
    width: 320px;
    height: 260px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 2px 10px 2px rgb(0 0 0 / 20%);
    position: relative;
    padding: 30px 0px 40px 0px;
    border-top: 10px solid #3579cf;
    border-radius: 10px 10px 10px 10px;
}
.main_6_line {
    width: 100%;
    height: 12px;
    background-color: #397fd4;
    display: inline-block;
    border-radius: 20px 20px 0px 0px;
    position: absolute;
    top: 0;
    left: 0;
}
.main_6_nb_icon_div {
    display: flex;
    justify-content: center;
}
.main_6_nb_icon {
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    background-color: #3579cf;
    display: inline-block;
    width: 60px;
    height: 40px;
    border-radius: 30px;
    text-align: center;
}
.main_6_span_div {
    display: flex;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 30px;
}
.main_6_span_div > span {
    font-size: 19px;
    color: #48656d;
    text-align: center;
    display: inline-block;
}
.bt_type_3 {
    width: 150px;
    height: 40px;
    border-radius: 5px;
    background-color: #fff;
    color: #0c323d;
    font-size: 15px;
    border: 1px solid #9cacb1;
}
.bt_type_3 > a {
    display: inline-block;
    width: 100%;
    color: #0c323d;
    padding: 7px 0px 7px 0px;
}
.main_6_bt_div {
    display: flex;
    justify-content: center;
}
.main_7_div {
    position: relative;
}
.mian_7__main_img {
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    height: 730px;
}

.main_7_content {
    position: absolute;
    top: 0;
    left: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1320px;
    height: 500px;
}
.main_7_hd > h5 {
    font-size: 30px;
    color: #fff;
}
.main_7_maru {
    width: 4px;
    height: 4px;
    border-radius: 3px;
    background-color: #fff;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.main_7_hd-1 > p {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    margin-right: 45px;
}
.main_7_hd-1 > span {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    opacity: 50%;
}

.main_7_sc {
    margin-top: 70px;
}
.main_7_sc .maru_div {
    text-align: center;
}
.main_7_maru_icon {
    width: 140px;
    height: 140px;
    background-color: #fff;
    display: inline-block;
    border-radius: 70px;
}
.mg_rg_175 {
    margin-left: 50px;
}
.mg_lf_175 {
    margin-top: 30px;
    margin-right: 50px;
}
.main_7_maru_img {
    display: inline-block;
    background: url(../img/image/company_1.png);
    width: 132px;
    height: 72px;
    margin-top: 30px;
    margin-left: 5px;
}

.main_7_maru_img-2 {
    background: url(../img/image/company_2.png) !important;
}
.main_7_maru_img-3 {
    background: url(../img/image/company_3.png) !important;
}
.main_7_maru_img-4 {
    background: url(../img/image/company_4.png) !important;
}
.main_7_maru_img-5 {
    background: url(../img/image/company_5.png) !important;
}
.main_7_maru_img-6 {
    background: url(../img/image/company_7.png) !important;
}
.main_7_maru_img-7 {
    background: url(../img/image/company_8.png) !important;
}
.main_7_maru_img-8 {
    background: url(../img/image/company_9.png) !important;
}
.main_7_maru_img-9 {
    background: url(../img/image/company_10.png) !important;
}
.main_7_maru_img-10 {
    background: url(../img/image/company_11.png) !important;
}
.main_8_div {
    padding: 100px 0px 150px 0px;
}
.main_8_hd {
    margin-bottom: 40px;
}

.main_8_hd > h2 {
    font-size: 36px;
    color: #0c323d;
    font-weight: 500;
}
.main_8_table > p {
    font-size: 28px;
    color: #0c323d;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 50px;
}
.section_table > p {
    font-size: 15px;
    color: #667d85;
    margin-top: 15px;
}
.section_table > p > a {
    color: #397fd4;
    text-decoration: underline;
}
/* ------------------------------confirm08---------------------------- */
#confirm08 .main_hd {
    margin-top: 90px;
}
#confirm08 .main_hd_1 {
    margin-bottom: 20px;
}
#confirm08 .main_hd_2 {
    margin-bottom: 40px;
}
#confirm08 .main_hd_2 > h3 {
    font-size: 36px;
    color: #0c323d;
    font-weight: bold;
}
#confirm08 .main_hd_2P > p {
    font-size: 28px;
    color: #0c323d;
    font-weight: 500;
    margin-bottom: 20px;
}

/* ------------------------------myProject01---------------------------- */
#myProject01 .header_wrap .user_login {
    margin-top: 0;
}
#myProject01 .search_div {
    justify-content: center;
}
#myProject01 .save_bt {
    padding: 0px 10px;
}
#myProject01 section .section_main_bt {
    display: flex;
    justify-content: center;
}
#myProject01 .main_tittle.type01 {
    padding: 90px 0px 0px;
}
#myProject01 .section_bt_box {
    position: absolute;
    top: 90px;
    right: 0;
}
#myProject01 .main_content_2 {
    margin-top: 20px;
}
#myProject01 .main_content_2 > span {
    font-size: 15px;
    color: #667d85;
    font-weight: 500;
    margin-left: 5px;
}
#myProject01 section {
    margin-top: 60px;
}
#myProject01 .section_wrap {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 0;
}
#myProject01 .sc_bt_div {
    display: inline-block;
}

#myProject01 .section_1 {
    margin-bottom: 360px;
}
#myProject01 .section_hd {
    padding-top: 50px;
    margin-bottom: 30px;
}
#myProject01 .section_hd > h3 {
    font-size: 24px;
    color: #0c323d;
    font-weight: 500;
    display: inline-block;
    margin-right: 10px;
}
#myProject01 .section_hd > span {
    font-size: 15px;
    color: #9cacb1;
}

#myProject01 .section_1_content_1 {
    float: left;
}
#myProject01 .section_1_content_1 > h5 {
    font-size: 18px;
    color: #0c323d;
    margin-top: 50px;
}
#myProject01 .section_1_content_1 .section_1_contentbox_1 {
    margin-top: 15px;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    box-shadow: 0px 2px 10px 2px rgb(133 133 133 / 20%);
}
#myProject01 .section_1_content_1 .section_1_contentbox_1 .section_1_contentbox1 {
    width: 214px;
    padding: 40px 0px 40px 0px;
    display: inline-block;
    position: relative;
}
.sc_1_icon {
    width: 34px;
    height: 34px;
    background: url(../img/icon/my_project_01.png);
    margin: 0 auto;
}
#myProject01 .section_1_content_1 .section_1_contentbox_1 .section_1_contentbox1 > p {
    font-size: 44px;
    font-weight: 500;
    display: flex;
    justify-content: center;
}
#myProject01 .section_1_content_1 .section_1_contentbox_1 .section_1_contentbox1 > span {
    font-size: 17px;
    color: #48656d;
    display: flex;
    justify-content: center;
}
#myProject01 .section_1_content_1 .section_1_contentbox_1 .green_line {
    width: 100%;
    height: 6px;
    border-radius: 5px 5px 0px 0px;
    background-color: #2cbbb7;
    position: absolute;
    top: 0%;
}
#myProject01 .section_1_content_1 .section_1_contentbox_1 .gray_line {
    border: 1px solid #dddddd;
    width: 2px;
    height: 110px;
    position: absolute;
    right: 0;
    top: 40px;
}
.sc_1_icon-2 {
    background: url(../img/icon/my_project_02.png);
}
.sc_1_icon-3 {
    background: url(../img/icon/my_project_03.png);
}
.sc_1_icon-4 {
    background: url(../img/icon/my_project_04.png);
}
.sc_1_icon-5 {
    background: url(../img/icon/my_project_05.png);
}
.sc_1_icon-6 {
    background: url(../img/icon/my_project_06.png);
}
.section_1_content_right {
    margin-right: 20px;
}

#myProject01 .section_4_table {
    background-color: #fff;
    padding: 0px 0px;
    margin-top: 20px;
    display: flex;
}
#myProject01 .section_4_table .table_4_cont {
    border: 1px solid #dddddd;
    width: 40%;
    position: relative;
}
#myProject01 .section_4_table .table_4_cont .table_4 {
    border-top: 1px solid #85989e;
}
#myProject01 .section_4_table .table_4_cont .table_4 .sc_4_t_h > tr > th {
    border-bottom: 0.1px solid #85989e;
    border-top: 0.1px solid #85989e;
    padding: 15px 20px 15px 20px;
    font-size: 17px;
    color: #0c323d;
    font-weight: 500;
    text-align: center;
    position: relative;
}
#myProject01 .section_4_table .table_4_cont .table_4 .sc_4_t_b > tr > th {
    border-bottom: 0.1px solid #85989e;
    border-top: 0.1px solid #85989e;
    padding: 15px 20px 15px 20px;
    font-size: 17px;
    color: #0c323d;
    font-weight: 500;
    text-align: center;
}
#myProject01 .section_4_table .table_4_cont .table_4 .sc_4_t_b > tr > td {
    color: #48656d;
    font-size: 15px;
    padding: 10px 20px 10px 20px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
}
#myProject01 .section_4_table .table_4_cont .table_4 .sc_4_t_b > tr > td > button {
    font-size: 18px;
    color: #b0bdc1;
    margin-right: 10px;
}
#myProject01 .section_4_table .table_4_cont .table_4 .sc_4_t_b > tr > td > button:hover {
    color: #2cbbb7;
}
#myProject01 .section_4_table .section_4_coding {
    width: 58%;
    height: 550px;
    border: 1px solid #dddddd;
    display: inline-block;
    margin-left: 30px;
}
#myProject01 .section_4_table .table_4_cont .sc_4_table_hd {
    display: inline-block;
    padding: 15px 20px 15px 20px;
    height: 50px;
}
#myProject01 .section_4_table .table_4_cont .sc_4_table_right {
    position: absolute;
    right: 12px;
}

#myProject01 .section_4_table .table_4_cont .sc_4_table_right > button {
    font-size: 14px;
    color: #667d85;
    display: inline-block;
}
#myProject01 .section_4_table .table_4_cont .sc_4_table_right > span {
    font-size: 15px;
    color: #d1d8da;
    display: inline-block;
    margin: 0px 5px;
    vertical-align: middle;
}
#myProject01 .section_4_table .table_4_cont .sc_4_table_right > button:hover {
    color: #2cbbb7;
}
#myProject01 .section_4_table .table_4_cont .sc_4_table_right > button > i {
    margin-right: 5px;
}

#myProject01 .section_5_hd {
    margin-top: 50px;
    position: relative;
}
#myProject01 .section_5_hd > h3 {
    font-size: 24px;
    color: #0c323d;
    font-weight: 500;
    display: inline-block;
    margin-right: 10px;
}
#myProject01 .section_5_hd > span {
    font-size: 15px;
    color: #9cacb1;
}
#myProject01 .section_5_content_1 .section_5_content {
    margin-top: 15px;
    display: flex;
}
#myProject01 .section_5_content_1 .section_5_content .section_5_line-1 {
    width: 100%;
    padding: 40px;
    border: 1px solid #dddddd;
    cursor: pointer;
    display: flex;
}
#myProject01 .section_5_content_1 .section_5_content p {
    font-size: 25px;
    color: #0c323d;
    font-weight: bold;
    margin-bottom: 10px;
}
#myProject01 .section_5_content_1 .section_5_content span {
    font-size: 15px;
    color: #777777;
}
#myProject01 .section_footer {
    text-align: center;
    margin-top: 50px;
}

.sc_5_line-1_img1 {
    display: inline-block;
    width: 165px;
    height: 65px;
    background: url(../img/image/sc_5-1.png);
    margin-right: 30px;
    margin-top: 10px;
}
.sc_5_line-1_img2 {
    display: inline-block;
    width: 165px;
    height: 65px;
    background: url(../img/image/sc_5-2.png);
    margin-right: 30px;
    margin-top: 10px;
}
.sc_5_line-1_img3 {
    display: inline-block;
    width: 232px;
    height: 43px;
    background: url(../img/image/sc_5-3-3.png);
    margin-right: 50px;
    margin-top: 10px;
}

#myProject01 .section_5_content_1 .section_5_content .section_5_line-1.bd_green .sc_5_line-1_img1 {
    display: inline-block;
    width: 165px;
    height: 65px;
    background: url(../img/image/sc_5-1-1.png);
    margin-right: 30px;
    margin-top: 10px;
}

#myProject01 .section_5_content_1 .section_5_content .section_5_line-1.bd_green .sc_5_line-1_img2 {
    display: inline-block;
    width: 165px;
    height: 65px;
    background: url(../img/image/sc_5-2-2.png);
    margin-right: 30px;
    margin-top: 10px;
}
#myProject01 .section_5_content_1 .section_5_content .section_5_line-1.bd_green .sc_5_line-1_img3 {
    display: inline-block;
    width: 232px;
    height: 43px;
    background: url(../img/image/sc_5-3.png);
    margin-right: 50px;
    margin-top: 10px;
}

/* ------------------------------join---------------------------- */
#join_01 .login_white_box {
    padding: 100px 130px 80px 130px;
}
#join_01 .login_box_1 {
    margin-bottom: 40px;
}
#join_01 .login_box_1 > span {
    font-size: 20px;
    color: #0c323d;
    font-size: 500;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
#join_01 .login_box_1 > button {
    font-size: 20px;
    color: #fff;
    background-color: #2cbbb7;
    width: 100%;
    border-radius: 5px;
    height: 60px;
}
#join_01 .login_box_1 > button > a {
    color: #fff;
    width: 100%;
    display: inline-block;
    padding: 15px 0px 15px 0px;
}

#join_01 .login_box_2 > span {
    font-size: 20px;
    color: #0c323d;
    font-size: 500;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

#join_02 .login_white_box {
    padding: 100px 70px 70px 70px;
}
#join_02 .login_white_box .login_span-1 {
    margin-top: 20px;
    padding: 0px 10px;
}
#join_02 .login_white_box .login_white_box_hd {
    border-bottom: 2px solid #a3acaf;
    padding-bottom: 20px;
}
#join_02 .login_white_box .login_white_box_hd .cb_2_text {
    font-size: 20px;
}
#join_02 .cb_2 .login_span-1 {
    margin-top: 20px;
    padding: 0px 10px 0px 10px;
}
#join_02 .login_span-1 > span {
    font-size: 15px;
    color: #667d85;
}
.footer_bt_div {
    margin-top: 50px;
}

#join_03 .login_white_box {
    padding: 100px 70px 70px 70px;
}
#join_03 .login_white_box input {
    margin-top: 10px;
}
#join_03 .div_box_1 {
    display: flex;
}
#join_03 .div_box_1 input {
    margin-top: 0;
    margin-right: 10px;
}
.login_white_box_first p {
    font-size: 17px;
    color: #0c323d;
    font-weight: 500;
    margin-bottom: 10px;
}
.login_white_box_first span {
    display: inline-block;
    font-size: 14px;
    color: #397fd4;
    margin-top: 10px;
}
.login_white_box_first:nth-child(n + 2) {
    margin-top: 40px;
}

/* ------------------------------login---------------------------- */
#login01 .login_white_box {
    padding: 100px 70px 70px 70px;
}
#login01 .login_white_box input {
    margin-top: 10px;
}
#login01 .login_white_box .cb_2 {
    margin-top: 10px;
}
#login01 .login_white_box .cb_2_text {
    margin-left: 0px;
}
#login01 .login_bt_div {
    margin-top: 40px;
}
#login02 .login_white_box {
    padding: 100px 70px 70px 70px;
}
#login02 .login_white_box_first {
    text-align: center;
}
#login02 .login_white_box_sc > p {
    font-size: 20px;
    color: #0c323d;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
#login02 .login_white_box_sc input {
    margin-top: 10px;
}
#login02 .login_ft {
    margin-top: 50px;
}
