@charset "utf-8"; /* 이벤트 - 목록 */
.event_list_rap {
}

.event_list_rap .list_top {
    position: relative;
    margin-bottom: 30px;
    height: 40px;
}

.event_list_rap .list_top .view_limitcategiry {
    overflow: hidden;
    text-align: center;
    font-size: 0px;
}

.event_list_rap .list_top .view_limitcategiry span {
    display: inline-block;
    padding: 0 15px;
}

.event_list_rap .list_top .view_limitcategiry span a {
    width: 40px;
    height: 40px;
    display: block;
    font-size: 12px;
    overflow: hidden;
}

.event_list_rap .list_top .view_limitcategiry span a:hover img {
    margin-top: -40px;
}

.event_list_rap .list_top .view_limitcategiry span a.on img {
    margin-top: -40px;
}

.event_list_rap .list_top .select_categiry {
    position: absolute;
    right: 0px;
    top: 0px;
    display: flex;
    align-items: center;
}

.event_list_rap .list_top .select_categiry .ui_button {
    margin-left: 12px;
    height: 40px;
    min-width: 80px;
    box-sizing: border-box;
    /* line-height: 40px; */
    font-size: 14px;
    line-height: 40px;
    text-align: center;
}

.event_list_rap .event_list_article {
    zoom:1;}

.event_list_rap .event_list_article:after {
    content: '';
    display: block;
    overflow: hidden;
    height: 0px;
    clear: both;
}

/*
	.event_list_rap .event_list_article .event_banner {float:left; width:225px; }
	.event_list_rap .event_list_article .event_banner li {margin-bottom:20px; border:1px solid #ededed;}
	.event_list_rap .event_list_article .event_banner li img {display:block; width:223px;}
	.event_list_rap .event_list_article .event_list {float:right; width:715px; overflow:hidden;}
	*/
.event_list_rap .event_list_article .event_banner {
}

.event_list_rap .event_list_article .event_banner li {
    margin-bottom: 20px;
    border: 1px solid #ededed;
}

.event_list_rap .event_list_article .event_banner li img {
    display: block;
    width: 223px;
}

.event_list_rap .event_list_article .event_list {
    width: 100%;
}

.pin_item_rap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 60px 24px;
}

.pin_item {
    /* margin: 0 0 20px 0; */
    width: 304px;
    min-height: 400px;
    max-height: 446px;
    /* border: 1px solid red; */
    /* padding-top: 2px; */
}

.pin_item .category_icon {
    position: absolute;
    right: 10px;
    top: 0px;
    z-index: 10;
}

.pin_item .cont_img {
    /* border-radius: 3px 3px 0 0; */
    /* border: 1px solid #ededed; */
    border-bottom: 0;
    overflow: hidden;
    background: url("../images/common/default_img.jpg") no-repeat center center;
    width: 100%;
    height: 222px;
}

.pin_item .cont_img img {
    /* width: 223px; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.pin_item .cont_box {
    /* border-radius: 0 0 3px 3px; */
    /* border: 1px solid #ededed; */
    /* border-top: 0; */
    /* overflow: hidden; */
    color: #292929;
}
.pin_item .cont_box .place_info{
        margin-top: 20px;
        border: 1px solid #7A7A7A;
        display: inline-flex;
        height: 31px;
        align-items: center;
        padding: 0 9px;
        font-size: 13px;
        margin-bottom: 16px;
}

.pin_item .cont_data {
    /* padding: 12px 7px; */
}

.pin_item .cont_data .cont_tit {
    /* font-size: 12px; */
    /* color: #444444; */
    /* font-weight: bold; */
}

.pin_item .cont_data .cont_tit a {
    font-size: 18px;
    color: #292929;
    font-weight: 500;
    display: block;
    line-height: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-bottom: 12px;
    height: 18px;
}

.pin_item .cont_data .cont_txt {
    font-size: 15px;
    font-weight: 300;
    padding-bottom: 22px;
    line-height: 1;
    /* height: 36px; */
    /* width: 200px; */
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* -webkit-box-orient: vertical; */
}

.pin_item .cont_data .days {
    font-size: 11px;
    color: #999999;
    margin-bottom: 15px;
}

.pin_item .view_limit {
    /* padding: 7px; */
    color: #30a0a5;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 12px;
}
.pin_item .days {color: #898989;font-size: 14px;font-weight: 300;line-height: 1;/* margin-bottom: 16px; */}
.pin_item .price {
    text-align: right;
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    margin-top: 20px;
    letter-spacing: -0.02em;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1px;
}
.pin_item .price_unit {

font-size: 16px;

font-weight: 500;

letter-spacing: 0;
}
.pin_item .cont_footer {
    background: #f7f7f7;
    overflow: hidden;
}

.pin_item .cont_footer .place_info {
    float: left;
    padding: 10px;
    line-height: 14px;
    line-height: 18px;
    color: #666666;
    font-size: 12px;
}

.pin_item .cont_footer .place_info .place_icon {
    vertical-align: middle;
}

.pin_item .cont_footer .sns_icon {
    float: right;
    padding: 8px 0;
    overflow: hidden;
}

.pin_item .cont_footer .sns_icon li {
    float: left;
    padding: 0 8px;
    margin-left: -1px;
    background: url("../images/event/icon_sns_gap.gif") 0 center no-repeat;
}

.pin_item .cont_footer .sns_icon li a {
    display: block;
    background-image: url("../images/common/event_sns_icon.gif");
    width: 20px;
    height: 20px;
    text-indent: -1000em;
}

.pin_item .cont_footer .sns_icon li a.face {
    background-position: 0 0;
}

.pin_item .cont_footer .sns_icon li a.face:hover {
    background-position: 0 -20px;
}

.pin_item .cont_footer .sns_icon li a.twit {
    background-position: -20px 0;
}

.pin_item .cont_footer .sns_icon li a.twit:hover {
    background-position: -20px -20px;
}

.pin_more {
    display: block;
    background: #f7f7f7;
    text-align: center;
    padding: 12px 0;
}

.pin_more span {
    background: url('../images/event/icon_more.gif') right center no-repeat;
    display: inline-block;
    padding-right: 20px;
    font-size: 14px;
    color: #598398;
    font-weight: bold;
}

.pin_item.hover .cont_img img {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

/* 이벤트 - 보기 */
.event_view .blog_view {
}

.event_view .blog_view .b_tit {
    color: #76591f;
    font-size: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #76591f;
    font-family: "Malgun Gothic", "dotum", arial, sans-serif;
}

.event_view .blog_view .b_info {
    margin-top: 14px;
    color: #999999;
    overflow: hidden;
}

.event_view .blog_view .b_info .text {
    padding: 0 18px 0 12px;
    border-left: 1px solid #e3e3e3;
    margin-left: -12px;
}

.event_view .blog_view .b_content {
    margin-top: 17px;
    padding: 20px;
    border-top: 1px solid #3e4347;
    border-bottom: 1px solid #e3e3e3;
}

.event_view .blog_view .b_content img {
    max-width: 100%;
}

.event_view .blog_view .ui_align {
    margin-top: 30px;
}

.event_view .blog_view .ui_align .ui_button {
    font-weight: bold;
}

.event_view .and_list {
}

.event_view .and_list dl {
    height: 29px;
    line-height: 29px;
    color: #666666;
    border-bottom: 1px solid #eaeaea;
}

.event_view .and_list dt {
    float: left;
    text-indent: 30px;
    width: 80px;
    background: #f9f9f9 url("../images/utils/news_and_prev.gif") no-repeat 0 8px;
}

.event_view .and_list dd {
    text-indent: 10px;
}

.event_view .and_list dd a {
    color: #666666;
}

.event_view .and_list dd a:hover {
    color: #0d8389;
}

.event_view .and_list dl.next {
}

.event_view .and_list dl.next dt {
    background: #f9f9f9 url("../images/utils/news_and_next.gif") no-repeat 0 10px;
}

.event_view .comment {
    padding-top: 50px;
}

.event_view .comment .cmt_tit {
    display: block;
    margin-bottom: ;
}

.event_view .comment .cmt_input {
    padding: 20px 0 20px 20px;
    margin: 28px 0 5px 0;
    background-color: #f9f9f9;
}

.event_view .comment .cmt_input .textarea {
    width: 835px;
    height: 65px;
    border: 1px solid #c5c5c6;
}

.event_view .comment .cmt_input .cmt_input_btn {
    display: inline-block;
    width: 75px;
    height: 69px;
    line-height: 69px;
    text-align: center;
    border: 1px solid #c5c5c6;
    border-radius: 3px;
    background-color: #FFFFFF;
    text-decoration: none;
    vertical-align: top;
    font-weight: bold;
    cursor: pointer;
}

.event_view .comment .cmt_list {
}

.event_view .comment .cmt_list li {
    position: relative;
    width: 100%;
    padding: 16px 0 15px 0;
    border-bottom: 1px solid #e3e3e3;
}

.event_view .comment .cmt_list li .cmt_id {
    display: inline-block;
    color: #999999;
    font-size: 11px;
    line-height: 1;
}

.event_view .comment .cmt_list li .cmt_date {
    display: inline-block;
    color: #999999;
    font-size: 11px;
    line-height: 1;
}

.event_view .comment .cmt_list li .cmt_txt {
    display: block;
    color: #666666;
    font-size: 12px;
}

.event_view .comment .cmt_list li .cmt_txt .textarea {
    width: 692px;
    height: 65px;
    margin-top: 5px;
    border: 1px solid #c5c5c6;
    font-size: 12px;
    line-height: 18px;
}

.event_view .comment .cmt_list li .cmt_btn {
    position: absolute;
    right: 0;
    top: 18px;
}

.event_view .comment .cmt_list li .cmt_btn .btn {
    padding: 0 2px;
    color: #999999;
    font-size: 11px;
    line-height: 1;
    text-decoration: none;
}

.event_view .comment .cmt_list li .cmt_btn .btn.register {
    display: none;
    color: #4db8bd;
    padding-right: 5px;
    border-right: 1px solid #e3e3e3;
}

.event_view .comment .cmt_list li .cmt_btn .btn.modify {
    padding-right: 5px;
    border-right: 1px solid #e3e3e3;
}

.event_view .comment .cmt_list li .cmt_btn .btn.cancle {
    display: none;
    color: #FF0000;
    padding-right: 5px;
    border-right: 1px solid #e3e3e3;
}

.event_view .comment .cmt_list li .cmt_btn .btn.delete {
    padding-right: 5px;
    border-right: 1px solid #e3e3e3;
}

.event_view .comment .cmt_list li .cmt_btn .btn.reply {
    padding-right: 5px;
    border-right: 1px solid #e3e3e3;
}

.event_view .comment .cmt_list li .cmt_btn.ing {
}

.event_view .comment .cmt_list li .cmt_btn.ing .btn.register, .event_view .comment .cmt_list li .cmt_btn.ing .btn.cancle {
    display: inline-block;
}

.event_view .comment .cmt_list li .cmt_btn.ing .btn.modify {
    display: none;
}

.event_view .comment .cmt_list li .cmt_btn2 {
    position: absolute;
    right: 0px;
    top: 18px;
}

.event_view .comment .cmt_list li .cmt_btn2 .btn {
    padding: 0 2px;
    color: #999999;
    font-size: 11px;
    line-height: 1;
    text-decoration: none;
}

.event_view .comment .cmt_list li .cmt_btn2 .btn.register {
    display: none;
    color: #4db8bd;
    padding-right: 5px;
    border-right: 1px solid #e3e3e3;
}

.event_view .comment .cmt_list li .cmt_btn2 .btn.modify {
    padding-right: 5px;
    border-right: 1px solid #e3e3e3;
}

.event_view .comment .cmt_list li .cmt_btn2 .btn.cancle {
    display: none;
    color: #FF0000;
    padding-right: 5px;
    border-right: 1px solid #e3e3e3;
}

.event_view .comment .cmt_list li .cmt_btn2 .btn.delete {
    padding-right: 5px;
    border-right: 1px solid #e3e3e3;
}

.event_view .comment .cmt_list li .cmt_btn2 .btn.reply {
    padding-right: 5px;
    border-right: 1px solid #e3e3e3;
}

.event_view .comment .cmt_list li .cmt_btn2.ing {
}

.event_view .comment .cmt_list li .cmt_btn2.ing .btn.register, .event_view .comment .cmt_list li .cmt_btn2.ing .btn.cancle {
    display: inline-block;
}

.event_view .comment .cmt_list li .cmt_btn2.ing .btn.modify {
    display: none;
}

.event_view .comment .ui_paging {
    margin-top: 20px;
}

.board_btm_wrapper {
    margin-top: 40px;
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 640px;
    margin: 40px auto 80px;
    gap: 40px;
}
#detailBtn {
    border: 2px solid #52C9CE;
    border-radius: 10px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #52C9CE;
    font-weight: 600;
    letter-spacing: 0.04em;
    /* line-height: 1; */
    gap: 10px;
}
#detailBtn #detailIcon {
    width: 24px;
    transform: rotate(180deg);
    transform-origin: center;
}
#detailBtn #detailIcon.on {
    transform: rotate(0deg);
}
.btnArea {
    border: 2px solid #52C9CE;
    border-radius: 10px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #52C9CE;
    color: #fff;
    background: #52C9CE;
    font-weight: 600;
    letter-spacing: 0.04em;
    /* line-height: 1; */
}
.btnArea a {
    color: #fff;
}
.btnArea a span{}
/*  온라인쿠폰 */
.evt_coupon {
}

.evt_coupon .ui_nodata {
    border-top: none;
}

.evt_coupon .coupons {
    padding-top: 2px;
    width: 110%;
}

.evt_coupon .coupons:after {
    content: "";
    display: block;
    clear: both;
}

.evt_coupon .my_cpn {
    float: left;
    position: relative;
    margin: 0 0 32px 22px;
    width: 210px;
    height: 198px;
    color: #444444;
    background: url("../images/mypage/coupon_tk1.gif") no-repeat;
}

.evt_coupon .my_cpn .rate {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -20px;
    width: 39px;
    height: 44px;
    line-height: 34px;
    overflow: hidden;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    background: url("../images/mypage/coupon_per1.gif") no-repeat;
}

.evt_coupon .my_cpn .tit {
    display: block;
    margin-top: 55px;
    height: 45px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
}

.evt_coupon .my_cpn .date {
    text-align: center;
}

.evt_coupon .my_cpn .cnt {
    margin-top: 5px;
    text-align: center;
    color: #666666;
    font-size: 11px;
}

.evt_coupon .my_cpn .cnt dt {
    display: inline;
}

.evt_coupon .my_cpn .cnt dd {
    display: inline;
}

.evt_coupon .my_cpn .ext {
    margin-top: 21px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #444444;
}

.evt_coupon .my_cpn .ext a {
    color: #279ba1;
    padding-right: 8px;
    background: url("../images/mypage/btn_coupon.gif") no-repeat right 1px;
}

.evt_coupon .my_cpn.closed {
}

.evt_coupon .my_cpn.closed {
    background-image: url("../images/mypage/coupon_tk2.gif");
}

.evt_coupon .my_cpn.closed .rate {
    background-image: url("../images/mypage/coupon_per2.gif");
}

/* 온라인쿠폰 - 쿠폰출력하기 - 이미지형 팝업 */
.wpp_coupon_img {
}

.wpp_coupon_img .img_cp {
}

.wpp_coupon_img .img_cp img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.wpp_coupon_img .ui_forms {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e6e6e6;
    text-align: center;
}

.wpp_coupon_img .ui_forms .part {
    color: #777777;
}

.wpp_coupon_img .ui_align {
    margin-top: 30px;
}

/* H-LIVE 정보제공 팝업 */
.localLiveModal {
}

[data-style-component="uiModal"] {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    padding: 0 45px;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease, visibility 1s ease;
}

[data-style-component="uiModal"] .modal__wrapper {
    position: relative;
    width: 750px;
    max-height: 95vh;
    background: #fff;
    border-radius: 10px;
    overflow: auto;
    transition: transform 0.3s ease-in-out;
}

[data-style-component="uiModal"] .modal__wrapper > .button.button--close {
    position: absolute;
    z-index: 10;
    overflow: hidden;
    top: 24px;
    right: 24px;
    background: url("../images/event/icon_close.png") no-repeat center;
    color: rgba(0, 0, 0, 0);
    width: 26px;
    height: 26px;
    border: 0;
    padding: 0;
    box-shadow: none;
    cursor: pointer;
}

[data-style-component="uiModal"] .modal__headline {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    background: #fff;
    padding: 34px 40px;
}

[data-style-component="uiModal"] .modal__headline .localLive {
    height: 20px;
}

[data-style-component="uiModal"] .modal__content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 92px 40px 40px;
}

[data-style-component="uiModal"] .modal__content .memberDivision {
    width: 100%;
}

[data-style-component="uiModal"][data-style-status="isOff"] {
    opacity: 0;
    visibility: hidden;
}

[data-style-component="uiModal"][data-style-status="isOn"] {
    opacity: 1;
    visibility: visible;
}

[data-style-component="uiModal"] .modalGradeInfo__message {
    color: #000;
    font-size: 30px;
    font-weight: 300;
    line-height: 44px;
    margin: 0 0 22px;
    margin-bottom: 45px;
}

.localLiveModal .modal__content .memberDivision .modalGradeInfo__message {
    line-height: 27px;
}

.localLiveModal .modal__content .text__bold {
    font-weight: bold;
}

.localLiveModal .modal__content .text__underline {
    text-decoration: underline;
    text-underline-position: under;
}

.localLiveModal .boardContents {
    border-top: 2px solid #000;
    margin-top: 20px;
}

.localLiveModal .boardContents__item {
    position: relative;
    min-height: 60px;
    border-bottom: 1px solid #d9d9d9;
    box-sizing: border-box;
    padding: 0;
}

.localLiveModal .formGroup--list {
    padding: 20px 0 0;
}

.localLiveModal .formGroup--list .textJustify {
    padding: 0;
    position: relative;
    margin-bottom: 15px;
}

.localLiveModal .formGroup--list .check input+label::before {
    border: 0;
    background: transparent url(../images/event/icon_inputCheck02_off.png) no-repeat center;
}

.localLiveModal .formGroup .check input+label {
    position: relative;
    display: block;
    padding-left: 26px;
}

.localLiveModal .formGroup .check {
    overflow: hidden;
    display: inline-block;
}

.localLiveModal .formGroup .check input {
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    position: absolute;
}

.localLiveModal .formGroup .check input:checked+label::before {
    border-color: #52c9ce;
    background: #52c9ce url(../images/event/icon_inputCheck.png) no-repeat 1px 1px;
    background-size: 15px 13px;
}

.localLiveModal .formGroup .check input+label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
    transition: border-color 0.2s ease, background-color 0.2s ease, background-image 0.2s ease;
}

.localLiveModal .formGroup--list .textJustify .check input+label::before {
    border: 0;
    background: transparent url(../images/event/icon_inputCheck02_off.png) no-repeat center;
}

.localLiveModal .formGroup--list .textJustify .check input:checked+label::before {
    background: transparent url(../images/event/icon_inputCheck02.png) no-repeat center;
}

.localLiveModal .formGroup .check input+label>span {
    display: block;
    line-height: 18px;
    font-size: 14px;
    font-weight: 400;
    color: #222;
    transition: color 0.2s ease;
}

.localLiveModal .formGroup--list .textJustify .btnMore {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;
    color: #999;
    text-decoration: underline;
    padding: 0;
    border: 0;
    background-color: transparent;
    box-shadow: none;
    cursor: pointer;
}

.localLiveModal .border__itembox {
    width: 100%;
    margin: 16px 0;
    padding: 0;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
}

.localLiveModal .border__itembox .formWrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.localLiveModal .border__itembox .infoText {
    margin-left: 20px;
}

.localLiveModal .border__itembox .infoText .check {
    overflow: hidden;
    display: inline-block;
}

.localLiveModal .buttonArea {
    margin: 60px 0 0;
    text-align: center;
}

.localLiveModal .buttonArea .button+.button {
    margin-left: 7px;
}

.localLiveModal .buttonArea a {
    width: 140px;
    padding: 0;
}

.localLiveModal .buttonArea .button48GreenBorder {
    border: 2px solid #52c9ce;
    font-weight: 400;
    color: #52c9ce;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    height: 48px;
    line-height: 46px;
    border-radius: 8px;
    font-size: 16px;
    text-decoration: none;
}

.localLiveModal .buttonArea .button48GreenBorder span {
    color: #52c9ce;
    font-weight: bold;
}

.localLiveModal .buttonArea .button48Green {
    border: 1px solid #52c9ce;
    font-weight: 400;
    color: #fff;
    background-color: #52c9ce;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    height: 48px;
    line-height: 46px;
    border-radius: 8px;
    font-size: 16px;
    text-decoration: none;
}

.localLiveModal .buttonArea .button48Green span {
    color: #fff;
    font-weight: bold;
}

.localLiveModal .formGroup--list .textJustify .linkMore {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;
    color: #999;
    text-decoration: underline;
    padding: 0;
    border: 0;
    background-color: transparent;
    box-shadow: none;
    cursor: pointer;
}

.localLiveModal .formGroup--list .textJustify .textEmphasis {
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: underline;
}

.localLiveModal .formGroup--list .textJustify .termAgreeForm__items__content {
    display: block;
    color: #000;
    font-size: 13px;
    line-height: 20px;
    padding: 20px 0 0 26px;
    margin: 15px 0 20px;
    max-height: 150px;
    overflow-y: auto;
}

.localLiveModal .formGroup--list .textJustify[data-style-status="isOpenDoc"] .termAgreeForm__items__content {
    display: block;
}

.localLiveModal .formGroup--list .textJustify .termAgreeForm__items__content .textArea {
    margin: 0 0 15px;
}

.localLiveModal .formGroup--list .textJustify .termAgreeForm__items__content .title {
    font-size: 14px;
    margin: 0 0 10px;
}

.localLiveModal .formGroup--list .textJustify .termAgreeForm__items__content .indentList {
    margin: 0 0 15px;
}

.localLiveModal .formGroup--list .textJustify .termAgreeForm__items__content .indentList__item {
    position: relative;
    margin-left: 10px;
}

.localLiveModal .formGroup--list .textJustify .termAgreeForm__items__content .indentList__item .indentList__item__indent {
    position: absolute;
    left: 0;
    top: 0;
}

.localLiveModal .formGroup--list .textJustify .termAgreeForm__items__content .indentList__item .indentList__item__text {
    padding: 0 0 0 18px;
}

.localLiveModal .formGroup--list .textJustify .termAgreeForm__items__content table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: initial;
    letter-spacing;}

.localLiveModal .formGroup--list .textJustify .termAgreeForm__items__content table thead tr>* {
    text-align: center;
    height: 20px;
    line-height: 20px;
    padding: 8px 4px;
    border-bottom: 2px solid #b9b9b9;
    font-size: 14px;
    font-weight: 300;
    color: #999;
}

.localLiveModal .formGroup--list .textJustify .termAgreeForm__items__content table tbody tr>* {
    vertical-align: top;
    height: 20px;
    line-height: 20px;
    padding: 8px 4px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 14px;
    color: #000;
    '}