#privacy {}

#privacy .top-wrapper {
    position: relative;
    height: 485px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#privacy .top-wrapper .banner-scale {
    width: 100%;
    min-width: 2200px;
    animation: banner-scale 2s ease-in-out;
}

#privacy .top-wrapper .txt-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    z-index: 1;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    padding-top: 80px;
}


#privacy .top-wrapper .txt-wrapper .tit1 {
    font-size: 78px;
    font-weight: 500;
    color: white;
}

#privacy .top-wrapper .txt-wrapper .tit2 {
    font-size: 18px;
    font-weight: 500;
    color: white;
}



#privacy .content-wrapper {
    width: 1184px;
    padding-top: 100px;
    padding-bottom: 100px;
    margin: 0 auto;
}


#privacy dl {
    margin: 0px 0px 10px 15px;
    clear: both;
    letter-spacing: -1px; 
}

#privacy dt {
    color: #432030;
    font-weight: bold;
    padding: 0px 0px 5px 15px;
    margin-top: 5px;
    background: url(../privacy/images/bul_01.gif) 15% left no-repeat;
    border-bottom: 1px solid #caacbc;
    line-height: 110%;
}

#privacy dd {
    list-style: none;
    padding: 0;
    color: #7e7e7e;
    margin: 5px 10px 10px 15px;
}
#privacy blockquote {
    font-size: 13px;
}