

section {
    background: #f9f9f9;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
    word-break: keep-all;
}

    section.top_wrap {
        padding: 70px 0 50px 0;
    }

.coution_box {
    display: flex;
    max-width: 1400px;
    width: 100%;
    margin-bottom: 20px;
    justify-content: flex-end;
    gap: 10px;
}

    .coution_box .cout_btn {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 15px;
        background: #000000;
        border-radius: 30px;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
        line-height: 1;
    }
        .coution_box .cout_btn i {
            margin-left: 15px;
        }

/*¸ÞÀÎ Å¸ÀÌÆ² ¹Ú½º*/
.top_wrap .top_banner {
    width: 100%;
    max-width: 1400px;
    border-radius: 50px;
    background-size: auto;
    background-repeat: no-repeat;
    height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 100px;
    gap: 20px;
    line-height: 1;
}

    .top_wrap .top_banner .main_tit {
        font-size: 54px;
        font-weight: 700;
        margin-top: 30px;
        line-height: 1.2;
    }


    .top_wrap .top_banner .main_txt {
        font-size: 20px;
        line-height: 1.5;
        color: #7f7f7f;
    }


    .top_wrap .top_banner .sub_tit p {
        font-size: 22px;
        font-weight: 400;
        margin-top: 15px;
    }


.top_wrap .mo_tit {
    display: none;
}



/*¼ö¼úÁ¤º¸ ¹Ú½º*/

.inform_wrap {
    width: 100%;
    max-width: 1400px;
    display: flex;
    gap: 20px;
}

    .inform_wrap .tit {
        width: 150px;
        height: 130px;
        background: #061e35;
        color: #fff;
        font-weight: 700;
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
    }

    .inform_wrap .inform_box {
        background: #fff;
        width: 90%;
        border-radius: 20px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
    }

        .inform_wrap .inform_box .ctn_detail {
            display: flex;
            gap: 15px;
            align-items: center;
        }

            .inform_wrap .inform_box .ctn_detail .icon i {
                font-size: 40px;
                color: #061e35;
            }

            .inform_wrap .inform_box .ctn_detail .txt_box .ctn_tit {
                font-size: 18px;
                color: #061e35;
                font-weight: 700;
            }

            .inform_wrap .inform_box .ctn_detail .txt_box .ctn_txt {
                font-size: 16px;
                color: #061e35;
                margin-top: 7px;
            }

.inform_notice {
    margin-top: 10px;
    width: 100%;
    text-align: right;
    max-width: 1400px;
}

    .inform_notice p {
        margin-top: 10px;
        font-size: 14px;
        color: #bebebe;
    }




/*ÃßÃµ´ë»ó ¹Ú½º*/
section .recomm_wrap {
    text-align: center;
    width: 100%;
    max-width: 1400px;
}

.recomm_wrap .recomm_ctn {
    display: flex;
    gap: 20px;
    justify-content: center;
}

    .recomm_wrap .recomm_ctn .recomm_detail {
        background: #ededed;
        width: 20%;
        padding: 25px;
        border-radius: 20px;
    }

        .recomm_wrap .recomm_ctn .recomm_detail .icon i {
            font-size: 30px;
            color: #061e35;
            margin-bottom: 10px;
        }

        .recomm_wrap .recomm_ctn .recomm_detail .txt {
            font-size: 18px;
            font-weight: 500;
        }







.sub_wrap {
    padding-top: 120px;
}

section.safe_wrap {
    background-color: #000;
    background-image: url(/UploadFile/Re_sub/Common/1.jpg);
    background-size: contain;
    background-position: center 0;
    background-repeat: no-repeat;
    color:#fff;
}


section .safe_box {
    text-align: left;
    width: 100%;
    max-width: 1400px;
}

.safe_box .txt_box {
    margin: 120px 0 100px 0;
    width: 35%;
    position: sticky;
    float: left;
    top: 500px;
}

    .safe_box .txt_box .sub_tit {
        font-size: 30px;
        word-break: keep-all;
    }
    .safe_box .txt_box .tit {
        font-size: 40px;
        font-weight: 700;
        margin: 30px 0 100px 0;
        word-break: keep-all;
    }
    .safe_box .txt_box .txt {
        font-size: 18px;
        line-height: 1.5;
        word-break: keep-all;
    }




.safe_box .img_box {
    margin: 120px 0 100px 0;
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
    .safe_box .img_box .logo {
        width: 100px;
        margin-bottom: 100px;
    }
        .safe_box .img_box .logo img {
            width: 100%;
        }

    .safe_box .img_box .ctn_box {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 40px 20px;
    }


        .safe_box .img_box .ctn_box .ctn_detail .img {
            width: 100%;
            border-radius: 20px;
            overflow: hidden;
            display: table;
            margin-bottom:20px;
        }
        .safe_box .img_box .ctn_box .ctn_detail .img img {
            width: 100%;
            display: table-cell;
        }
        .safe_box .img_box .ctn_box .ctn_detail .txt {
            font-size:18px;
            font-weight:600;
        }
            .safe_box .img_box .ctn_box .ctn_detail .txt span.no {
                font-size: 18px;
                font-weight: 900;
                color: #c3d9e1;
                margin-right:10px;
            }

section.kcai_wrap {
    background-color: #0c1220;
    background-image: url(/UploadFile/Re_sub/Common/kcai_bg.jpg);
    background-size: cover;
    background-position: 0;
    background-repeat: no-repeat;
    color: #fff;
    padding: 0;
}
.kcai_wrap .kcai_box {
    width: 100%;
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}
    .kcai_wrap .kcai_box .txt_ctn {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }
        .kcai_wrap .kcai_box .txt_ctn .first {
            margin-top: 20px;
        }
        .kcai_wrap .kcai_box .txt_ctn .txt_box {
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
            font-size: 30px;
        }
            .kcai_wrap .kcai_box .txt_ctn .txt_box .tit {
                font-size: 40px;
                color: #449ee1;
                font-weight: 700;
                line-height: 1.3;
                margin-top: 5px;
            }
            .kcai_wrap .kcai_box .txt_ctn .txt_box .txt {
                font-size: 16px;
                color: #949494;
                margin-top: 60px;
            }

    .kcai_wrap .kcai_box .img_ctn {
        padding-right: 30px;
    }



    /*.kcai_wrap .kcai_box img {
    width:100%;
    max-width:1920px;
}
.kcai_wrap .kcai_box img.mo {
    display:none;
}*/
    /*¹Ìµð¾îÄõ¸® ½ÃÀÛ*/
    @media (min-width: 768px) and (max-width: 1024px) {


        section {
            padding: 0 30px 60px 30px;
        }

            section.top_wrap {
                padding: 50px 30px 40px 30px;
            }


        /*¸ÞÀÎ Å¸ÀÌÆ² ¹Ú½º*/
        .top_wrap .top_banner {
            background-size: 70%;
            background-position: 120% 35%;
            height: 400px;
            padding: 0 40px;
            gap: 20px;
            border-radius: 30px;
        }

            .top_wrap .top_banner .main_tit {
                font-size: 50px;
                margin-top: 30px;
            }

            .top_wrap .top_banner .sub_tit p {
                font-size: 20px;
            }


            /*¼ö¼úÁ¤º¸ ¹Ú½º*/
        .inform_wrap {
            gap: 10px;
        }

            .inform_wrap .tit {
                width: 120px;
                height: unset;
                font-size: 16px;
            }

            .inform_wrap .inform_box {
                justify-content: space-between;
                flex-wrap: wrap;
                padding: 18px 30px;
                gap: 20px;
            }

                .inform_wrap .inform_box .ctn_detail {
                    gap: 10px;
                }

                    .inform_wrap .inform_box .ctn_detail .icon i {
                        font-size: 30px;
                    }

                    .inform_wrap .inform_box .ctn_detail .txt_box .ctn_tit {
                        font-size: 14px;
                    }

                    .inform_wrap .inform_box .ctn_detail .txt_box .ctn_txt {
                        font-size: 13px;
                        margin-top: 5px;
                    }

        .inform_notice p {
            font-size: 12px;
        }



            /*ÃßÃµ´ë»ó ¹Ú½º*/
        .recomm_wrap .recomm_ctn {
            flex-wrap: wrap;
            justify-content: center;
        }

            .recomm_wrap .recomm_ctn .recomm_detail {
                width: 30%;
                padding: 20px 30px;
            }

                .recomm_wrap .recomm_ctn .recomm_detail .txt {
                    font-size: 16px;
                }

                .recomm_wrap .recomm_ctn .recomm_detail .icon i {
                    font-size: 30px;
                    margin-bottom: 10px;
                }




        .sub_wrap {
        padding-top: 10vh;
    }


    .safe_box .txt_box {
        line-height: 1.5;
        width: 50%;
        top: 300px;
        padding: 0 30px 0 0;
    }
        .safe_box .txt_box .tit {
            font-size: 32px;
            margin: 10px 0 40px 0;
        }

        .safe_box .txt_box .sub_tit {
            font-size: 22px;
        }

        .safe_box .txt_box .txt {
            font-size: 16px;
        }

    .safe_box .img_box {
        margin: 80px 0 60px 0;
        width: 50%;
    }
            .safe_box .img_box .logo {
                width: 80px;
                margin-bottom: 50px;
            }
            .safe_box .img_box .ctn_box {
                gap: 40px;
            }


        .kcai_wrap .kcai_box .img_ctn {
            padding-right: 0;
            display: flex;
            width: 40%;
            align-items: center;
        }

        .kcai_wrap .kcai_box .txt_ctn .txt_box {
            font-size: 26px;
        }

        .kcai_wrap .kcai_box .txt_ctn .txt_box .tit {
            font-size: 32px;
        }
            .kcai_wrap .kcai_box .txt_ctn .txt_box .txt {
                font-size: 15px;
            }
        .kcai_wrap .kcai_box {
            padding: 50px 30px;
        }

        }



@media screen and (max-width: 767px) {

    section {
        padding: 0 20px 50px 20px;
    }

        section.top_wrap {
            padding: 40px 20px;
        }

    .sub_wrap {
        padding-top: 60px;
    }


    /*¸ÞÀÎ Å¸ÀÌÆ² ¹Ú½º*/

    .top_wrap .top_banner {
        height: 360px;
        background-size: 150%;
        background-position: center 30%;
        border-radius: 30px;
    }

        .top_wrap .top_banner .main_tit,
        .top_wrap .top_banner .main_txt,
        .top_wrap .top_banner .sub_tit {
            display: none;
        }

    .top_wrap .mo_tit {
        display: block;
        width: 100%;
        margin-top: 30px;
        padding: 0 20px;
    }

        .top_wrap .mo_tit .main_tit {
            font-size: 40px;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 10px;
        }

        .top_wrap .mo_tit .main_txt {
            font-size: 18px;
            color: #7f7f7f;
        }

        .top_wrap .mo_tit .sub_tit {
            margin-top: 20px;
        }

            .top_wrap .mo_tit .sub_tit p {
                font-size: 18px;
                font-weight: 400;
                margin-top: 5px;
            }


            /*¼ö¼úÁ¤º¸ ¹Ú½º*/
    .inform_wrap {
        flex-direction: column;
        gap: 10px;
    }

        .inform_wrap .tit {
            width: 100%;
            padding: 10px;
            font-size: 16px;
            height: unset;
            border-radius: 10px;
        }

        .inform_wrap .inform_box {
            width: 100%;
            flex-direction: column;
            align-items: flex-start;
            padding: 20px 15px;
            gap: 20px;
            border-radius: 10px;
        }

            .inform_wrap .inform_box .ctn_detail {
                width: 100%;
                gap: 10px;
                line-height: 1;
            }

                .inform_wrap .inform_box .ctn_detail .icon {
                    width: 10%;
                    text-align: center;
                }

                    .inform_wrap .inform_box .ctn_detail .icon i {
                        font-size: 20px;
                    }

                .inform_wrap .inform_box .ctn_detail .txt_box {
                    width: 100%;
                    display: flex;
                    align-items: center;
                    gap: 10px;
                }

                    .inform_wrap .inform_box .ctn_detail .txt_box .ctn_tit {
                        font-size: 14px;
                    }

                    .inform_wrap .inform_box .ctn_detail .txt_box .ctn_txt {
                        margin-top: unset;
                        font-size: 14px;
                    }

    .inform_notice p {
        margin-top: 5px;
        font-size: 12px;
    }



            /*ÃßÃµ´ë»ó ¹Ú½º*/

    .recomm_wrap .recomm_ctn {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

        .recomm_wrap .recomm_ctn .recomm_detail {
            width: 47%;
            padding: 15px;
        }

            .recomm_wrap .recomm_ctn .recomm_detail .txt {
                font-size: 16px;
            }

            .recomm_wrap .recomm_ctn .recomm_detail .icon i {
                font-size: 30px;
                margin-bottom: 10px;
            }


           



    .safe_box .txt_box {
        margin: 80px 0 40px 0;
        width: 100%;
        position: unset;
        float: unset;
        line-height: 1.5;
    }
        .safe_box .txt_box .sub_tit {
            font-size: 22px;
        }
        .safe_box .txt_box .tit {
            font-size: 34px;
            margin: 0px 0 30px 0;
        }
        .safe_box .txt_box .txt {
            font-size: 16px;
        }

    .safe_box .img_box {
        margin: unset;
        width: 100%;
        align-items: center;
    }

    .safe_box .img_box .logo {
        display: none;
    }
    .safe_box .img_box .ctn_box {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px 20px;
    }

        .safe_box .img_box .ctn_box .ctn_detail .txt {
            font-size: 16px;
        }

    .coution_box .cout_btn {
        padding: 7px 10px;
        font-size: 11px;
    }
        .coution_box .cout_btn i {
            margin-left: 8px;
        }

    .coution_box {
        margin-bottom: 15px;
        gap: 5px;
        display: inline-grid;
    }

    section.kcai_wrap {
        background-color: #0c1220;
        background-image: url(/UploadFile/Re_sub/Common/kcai_mobg.jpg);
    }
    .kcai_wrap .kcai_box img {
        width:100%;
    }
    .kcai_wrap .kcai_box .logo img {
        width: 80%;
    }
    .kcai_wrap .kcai_box .txt_ctn .first {
        margin: 20px 0;
    }
    .kcai_wrap .kcai_box .first img {
        width: 60%;
    }
    .kcai_wrap .kcai_box {
        padding: 50px 20px;
        flex-direction: column;
    }
        .kcai_wrap .kcai_box .txt_ctn .txt_box {
            font-size: 24px;
        }
        .kcai_wrap .kcai_box .txt_ctn .txt_box .tit {
            font-size: 30px;
        }
            .kcai_wrap .kcai_box .txt_ctn .txt_box .txt {
                margin-top: 20px;
                font-size: 14px;
            }
        .kcai_wrap .kcai_box .img_ctn {
            width: 100%;
            padding-right: 0;
            margin-top: 30px;
        }


}