@charset "UTF-8";

.sec-privacy, .sec-privacy2 {

     & h3 {
            margin-bottom: 2rem;
        }

    .content-box {

        .detail-box {
            display: flex;
            flex-direction: column;
            gap: 6rem;

            @media screen and (max-width: 767px) {
              gap: 4rem;
            }

            margin-top: 7rem;

            @media screen and (max-width: 767px) {
              margin-top: 6rem;
            }

            .detail-list {
                display: flex;
                flex-direction: column;
                gap: 2rem;
            }


            .detail-item {

                 .detail-content {
                    display: flex;
                    flex-direction: column;
                    gap: 2rem;

                    .detail {
                        display: flex;
                        flex-direction: column;
                        gap: 2rem;

                        .buttons-box {
                            display: flex;
                            gap: 2rem;
                        }

                        & ol {
                            padding-left: 2rem;

                            & li {
                                list-style: decimal !important;
                                line-height: 1.7;
                            }
                        }
                    }
                 }
            }
        }
    }
}

.sec-privacy {
    
    .content-box {

        .detail-box {
            .detail-item:nth-child(2) {

                .detail-content {
                    & a {
                        width: 41rem;

                        @media screen and (max-width: 767px) {
                          width: 100%;
                          line-height: 1.6;
                        }
                    }

                }
        
            }
            .detail-item:last-child {

                .detail-content {
                    & a {
                        width: 36rem;

                        @media screen and (max-width: 767px) {
                          width: 100%;
                          line-height: 1.6;
                        }
                    }

                }
        
            }
        
                            
        }
    }

}

.sec-privacy2 {

    & ol {

        & li {
            list-style: decimal !important;
        }
    }
}