.juju_common_wrap {
    margin: 168px 0 50px;
    width: 100%;
    background-color: #FFFFFF;
}

.title_wrap {
    position: relative;
    margin-top: 50px;
    text-align: center;
}

.title {
    padding: 10px 10px;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.5;
}

.title_wrap .title_desc {
    font-weight: 300 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    margin-top: 10px !important;
}

.description,
.description > span {
    font-weight: 300;
    font-size: 13px;
    line-height: 1.5;
    margin: 5px auto;
}

.text_color_white {
    color: #FFFFFF !important;
}

.text_center {
    text-align: center !important;
}

.w-70 {
    width: 70% !important;
}

.w-100 {
    width: 100% !important;
}

.w-100px {
    width: 100px !important;
}

.m-0 {
    margin: 0 !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-70 {
    margin-bottom: 70px !important;
}

.p-0 {
    padding: 0 !important;
}

.p-16 {
    padding: 16px !important;
}

.d-grid {
    display: grid !important;
}

.d-flex {
    display: flex !important;
}

.d-none {
    display: none !important;
}

.b-none {
    border: none !important;
}

.f-s-10 {
    font-size: 10px !important;
}

.f-s-12 {
    font-size: 12px !important;
}

.f-s-14 {
    font-size: 14px !important;
}

.f-s-16 {
    font-size: 16px !important;
}

.f-s-18 {
    font-size: 18px !important;
}

.f-s-20 {
    font-size: 20px !important;
}

.f-s-24 {
    font-size: 24px !important;
}

.f-s-28 {
    font-size: 28px !important;
}

.f-w-300 {
    font-weight: 300 !important;
}

.f-w-400 {
    font-weight: 400 !important;
}

.f-w-bold {
    font-weight: bold !important;
}

a.btn_text {
    font-size: 14px !important;
    font-weight: 300;
    text-decoration: underline;
    cursor: pointer;
}

.title > span {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.6px;
}

#all_event_box.home_divi_box ul.cash_box li:nth-of-type(1) {
    padding: 0 !important;
}

#all_event_box.home_divi_box ul.stock_Box li:nth-of-type(1) {
    padding: 0 !important;
}

.home_divi_box .title,
.title > span {
    padding: 0 !important;
    font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    letter-spacing: -0.6px;
}

#all_event_box.home_divi_box ul.cash_box li:nth-of-type(1) {
    padding: 0 !important;
}

#all_event_box.home_divi_box ul.stock_Box li:nth-of-type(1) {
    padding: 0 !important;
}

.pdf_btn {
    background-color: #FFFFFF !important;
    border: 1px solid #EAEAEA !important;
    border-radius: 4px;
    width: 100% !important;
    height: 23px !important;
    color: #676767 !important;
    font-size: 12px !important;
    text-align: start !important;
    padding-left: 10px;
}

.button_small {
    width: 100px !important;
    height: 56px !important;
    background-color: #FFFFFF !important;
    border: 1px solid #000000 !important;
    border-radius: 4px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    margin-left: 13px !important;
}

.button_small:disabled {
    height: 56px !important;
    background-color: #CBCDD2 !important;
    border: none !important;
    color: #FFFFFF !important;
    font-weight: 400 !important;
    cursor: unset !important;
}

.button_border_black {
    height: 56px !important;
    background-color: #FFFFFF !important;
    border: 1px solid #000000 !important;
    color: #000000 !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    margin: 0 !important;
    cursor: pointer !important;
}

.button_border_black:disabled {
    height: 56px !important;
    background-color: #CBCDD2 !important;
    border: none !important;
    color: #FFFFFF !important;
    font-weight: 400 !important;
    cursor: unset !important;
}