@charset "utf-8"; /* 기획전 메인  */
#live_main {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 2%;
}

#planning {
    padding: 0 0 50px 0;
}


#planning .con {
    padding-top: 40px;
}

#planning .con h1 {
    padding-bottom: 40px;
    text-align: center;
    font-size: 40px;
    letter-spacing: -0.4px;
    font-weight: 600;
}

#planning .con .tab_list {
}

#planning .con .tab_list .tab_menu {
    border-bottom: 1px solid #e5e5e5;
    display: flex;
}

#planning .con .tab_list .tab_menu li {
    margin-right: 40px;
}

#planning .con .tab_list .tab_menu li.active button {
    color: #222;
    font-weight: 600;
    border-bottom: 2px solid;
}

#planning .con .tab_list .tab_menu li button {
    border: none;
    background-color: #fff;
    color: #707070;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.24px;
    padding-bottom: 20px;
}

#planning .con_box {
    padding-top: 40px;
}

#planning .con_box .planInfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

#planning .con_box .planInfo .planSort {
    display: flex;
}

/*#planning .con_box .planInfo .planSort > div.active{border : 1px solid black;}*/
#planning .con_box .planInfo .planSort button span {
    margin: 0 10px;
    font-size: 16px;
}

#planning .con_box .planInfo .planSort .brand .brandList {
    display: none;
    position: absolute;
    width: 212px;
    padding: 20px;
    right: 285px;
    background: white;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    z-index: 12;
}

#planning .con_box .planInfo .planSort .brand .brandList .listHeader {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 212px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px
}

#planning .con_box .planInfo .planSort .brand .brandList .listHeader > div {
    display: flex;
    align-items: center;
}

#planning .con_box .planInfo .planSort .brand .brandList .listHeader .allCheck {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    background: url(../../imgs/web/display/check_box_off%403x.png);
    background-size: 18px;
    border: none;
}

#planning .con_box .planInfo .planSort .brand .brandList .listHeader .allCheck.active {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    background: url(../../imgs/web/display/check_box_on%403x.png);
    background-size: 18px;
}

#planning .con_box .planInfo .planSort .brand .brandList .brandWrap {
    margin-top: 2px;
    max-height: 229px;
    min-height: 73px;
    overflow-y: auto;
}

#planning .con_box .planInfo .planSort .brand .brandList .brandWrap::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 10px;
}

#planning .con_box .planInfo .planSort .brand .brandList .brandWrap::-webkit-scrollbar-thumb {
    width: 2px;
    height: 20px;
    border-radius: 10px;
    border-radius: 10px;
    background-color: #f5f5f5;
}

#planning .con_box .planInfo .planSort .brand .brandList .brandWrap .brand {
    line-height: 1;
    display: flex;
    align-items: center;
    margin: 10px 0;
    cursor: pointer;
}

#planning .con_box .planInfo .planSort .brand .brandList .brandWrap input {
    appearance: none;
}

#planning .con_box .planInfo .planSort .brand .brandList .brandWrap button {
    margin-right: 10px;
    display: block;
    content: '';
    width: 18px;
    height: 18px;
    background: url(../../imgs/web/display/check_box_off%403x.png) center no-repeat;
    background-size: 18px;
}

#planning .con_box .planInfo .planSort .brand .brandList .brandWrap button.active {
    margin-right: 10px;
    display: block;
    content: '';
    width: 18px;
    height: 18px;
    background: url(../../imgs/web/display/check_box_on%403x.png) center no-repeat;
    background-size: 18px;
}

#planning .con_box .planInfo .planSort .brand .brandList .brandWrap label {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.14px;
}

#planning .con_box .planInfo .planSort .brand .brandList .listHeader span {
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.14px;
    cursor: pointer;
}

#planning .con_box .planInfo .planSort .brand .brandList .listHeader .applyBrand {
    background: #222;
    color: #fff;
    padding: 3px 14px;
    border-radius: 5px;
}

#planning .con_box .planInfo .planSort .brand .brandList .noBrand {
    padding: 20px;
    text-align: center;
    color: #ddd;
    font-size: 14px;
    font-weight: 500;
}

#planning .con_box .planInfo .planSort .brand > button {
    display: flex;
    align-items: center;
}

#planning .con_box .planInfo .planSort .brand button span {
    font-weight: 600;
    display: flex;
    align-items: center;
}

#planning .con_box .planInfo .planSort .brand button .cntWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1px 7px 0 0;
    background: #5210ce;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    width: 7px;
    height: 16px;
    padding: 3px 7px;
}

#planning .con_box .planInfo .planSort .brand button span.currentBrand {
    font-size: 10px;
}

#planning .con_box .planInfo .planSort .brand .chooseBrand:after {
    margin: 0 5px;
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    background: url(../../imgs/web/global/input_arrow_black2%403x.png) 0 0 no-repeat;
    background-size: 14px;
    rotate: 90deg;
}

#planning .con_box .planInfo .planSort .order span {
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #aaa
}

#planning .con_box .planInfo .planSort .order.active span {
    color: #222;
    display: flex;
    align-items: center;
    font-weight: 600;
}

#planning .con_box .planInfo .planSort .order.active span:before {
    margin: 0 5px;
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    background: url(../../images/common/select-check.png) 0 3px no-repeat;
    background-size: 14px;
    opacity: 1;
}

#planning .con_box .filterWrap {
    margin: 25px 0;
    display: flex;
}

#planning .con_box .filterWrap .btn_refresh {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    height: 36px;
    padding: 8px 20px;
    border-radius: 60px;
    border: solid 1px #e5e5e5;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    min-width: max-content;
}

#planning .con_box .filterWrap .btn_refresh img {
    width: 12px;
    display: block;
    margin-right: 7px;
}

#planning .con_box .filterWrap .brandFilterWrap {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
}

#planning .con_box .filterWrap .brandFilterWrap div {
    height: 36px;
    width: max-content;
    padding: 9px 12px;
    border-radius: 60px;
    background-color: #f2f4f7;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin: 0 10px 10px 0;
    cursor: pointer;
}

#planning .con_box .filterWrap .brandFilterWrap div .brandNm {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    margin-right: 4px;
}

#planning .con_box .filterWrap .brandFilterWrap div .icon_close {
    width: 10px;
    height: 10px;
    text-indent: -9999em;
    background: url(../../imgs/web/global/close_btn_small%403x.png) 0px 1px no-repeat;
    background-size: 10px;
}

#planning .con_box .total_num {
    font-size: 16px;
    font-weight: 500;
    color: #222;
}

#planning .con_box .total_num span {
    font-weight: 600;
}

#planning .con_box .banner_list {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

#planning .con_box .banner_list li {
    width: 414px;
    padding-bottom: 60px;
    padding: 0 10px 60px 10px;
}

#planning .con_box .banner_list li .box {
}

#planning .con_box .banner_list li .box a {
    display: block;
}

#planning .con_box .banner_list li .box .img_wrap {
    width: 414px;
    height: 517px;
    border-radius: 10px;
    overflow: hidden;
}

#planning .con_box .banner_list li .box .img_wrap img {
    display: block;
    height: 100%;
}

#planning .con_box .banner_list li .txt_box {
    height: 120px;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
}

#planning .con_box .banner_list li .txt_box .tit {
    font-size: 21px;
    letter-spacing: -0.21px;
    font-weight: 600;
    color: #222;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#planning .con_box .banner_list li .txt_box .subtit {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.16px;
    color: #707070;
    padding: 5px 0 10px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#planning .con_box .banner_list li .txt_box .date {
    font-weight: 500;
    color: #aaa;
}

.paging_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.paging_wrap > button {
    text-indent: -99999em;
    width: 32px;
    height: 32px
}

.paging_wrap .btn_prev {
    margin-right: 20px;
    background: url(../../imgs/web/display/arrow_prev%403x.png) center no-repeat;
    background-size: 32px;
}

.paging_wrap .btn_next {
    margin-left: 20px;
    background: url(../../imgs/web/display/arrow_next%403x.png) center no-repeat;
    background-size: 32px;
}

.paging_wrap .pagination {
    margin-right: 8px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.16px;
    width: 40px;
    height: 40px;
}

.paging_wrap .pagination:last-child {
    margin-right: 0;
}

.paging_wrap .pagination.active {
    background-color: #38AFF5;
    color: #fff;
    border-radius: 50%
}

/* 기획전 상세 */
#planning_detail {
    padding: 0 0 50px 0;
    position: relative;
}

#planning_detail .wrap {
    max-width: 100%;
    margin: 0 auto;
    min-width: 1140px;
}

#planning_detail .wide {
    width: 1140px;
    margin: 0 auto
}

#planning_detail .con {
    padding-top: 80px;
}

#planning_detail .con .tit_box {
    position: relative;
    padding-bottom: 70px;
    width: 1180px;
    margin: 0 auto;
}

#planning_detail .con .tit_box h1 {
    font-size: 24px;
    font-weight: 600;
    color: #222;
    padding-bottom: 10px;
}

#planning_detail .con .tit_box .date {
    font-size: 16px;
    font-weight: 500;
    color: #aaa;
}

#planning_detail .con .tit_box .btn_wrap {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
}

#planning_detail .con .tit_box .btn_wrap .sns_btn {
    margin-left: 16px;
}

#planning_detail .con .tit_box .btn_wrap .sns_btn button {
    width: 30px;
    height: 30px;
    text-indent: -9999em;
    border-radius: 50%;
    margin-right: 10px;
}

#planning_detail .con .tit_box .btn_wrap .sns_btn .twitter {
    background-color: #73a0fa;
    background-image: url(../../imgs/web/global/twitter%403x.png);
    background-repeat: no-repeat;
    background-size: 13.7px 12.1px;
    background-position: center;
}

#planning_detail .con .tit_box .btn_wrap .sns_btn .facebook {
    background-color: #3b5999;
    background-image: url(../../imgs/web/global/facebook%403x.png);
    background-repeat: no-repeat;
    background-size: 7px 14px;
    background-position: center;
}

#planning_detail .con .tit_box .btn_wrap .sns_btn .kakaotalk {
    background-color: #f9e103;
    background-image: url(../../imgs/web/global/kakaotalk%403x.png) ;
    background-repeat: no-repeat;
    background-size: 14.1px 13.1px;
    background-position: center;
}

#planning_detail .con .tit_box .btn_wrap .sns_btn .url_copy {
    border: solid 1px #e5e5e5;
    background-color: #fff;
    background-image: url(../../imgs/web/global/url_copy%403x.png) ;
    background-repeat: no-repeat;
    background-size: 13.7px;
    background-position: center;
}

#planning_detail .con .tit_box .btn_wrap .share {
    display: inline-block;
    position: relative;
}

#planning_detail .con .tit_box .btn_wrap .share button {
    text-indent: -9999em;
    background: url(../../imgs/web/global/icon_share%403x.png) 0 0 no-repeat;
    background-size: 28px;
    width: 28px;
    height: 28px;
    position: relative;
    z-index: 1;
}

#planning_detail .con .tit_box .btn_wrap .share .sns {
    display: flex;
    position: absolute;
    right: 30px;
    /* padding: 0 0 0 13px; */
    top: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.3s;
}

#planning_detail .con .tit_box .btn_wrap .share .sns li {
    padding: 0 5px;
    /* transform: translate(0, 0); */
    transition: transform 0.3s;
}

#planning_detail .con .tit_box .btn_wrap .share .sns li a {
    width: 30px;
    height: 30px;
    display: block;
    text-indent: -9999em;
    box-sizing: border-box;
    /* border: 1px solid transparent; */
}

#planning_detail .con .tit_box .btn_wrap .share .sns li.twitter a {
    background: #73a0fa url(../../imgs/web/global/twitter%403x.png) center center no-repeat;
    background-size: 14px;
    border-radius: 50%;
    border: 1px solid #73a0fa;
}

#planning_detail .con .tit_box .btn_wrap .share .sns li.facebook a {
    background: #4167b1 url(../../imgs/web/global/facebook%403x.png) center center no-repeat;
    background-size: 7px;
    border-radius: 50%;
    border: 1px solid #4167b1;
}

#planning_detail .con .tit_box .btn_wrap .share .sns li.kakao a {
    background: #f9e103 url(../../imgs/web/global/kakaotalk%403x.png) center center no-repeat;
    background-size: 15px;
    border-radius: 50%;
    border: 1px solid #f9e103;
}

#planning_detail .con .tit_box .btn_wrap .share .sns li.url_copy a {
    background: #fff url(../../imgs/web/global/url_copy%403x.png) center center no-repeat;
    background-size: 14px;
    border-radius: 50%;
    border: 1px solid #e5e5e5
}

#planning_detail .con .tit_box .btn_wrap .share .sns li.twitter {
    transform: translate(0, 0);
}

#planning_detail .con .tit_box .btn_wrap .share .sns li.facebook {
    transform: translate(40px, 0);
}

#planning_detail .con .tit_box .btn_wrap .share .sns li.kakao {
    transform: translate(129px, 0);
}

#planning_detail .con .tit_box .btn_wrap .share .sns li.url_copy {
    transform: translate(80px, 0);
}

#planning_detail .con .tit_box .btn_wrap .share.active .sns li.twitter {
    transform: translate(0, 0);
}

#planning_detail .con .tit_box .btn_wrap .share.active .sns li.facebook {
    transform: translate(0, 0);
}

#planning_detail .con .tit_box .btn_wrap .share.active .sns li.kakao {
    transform: translate(0, 0);
}

#planning_detail .con .tit_box .btn_wrap .share.active .sns li.url_copy {
    transform: translate(0, 0);
}

#planning_detail .con .tit_box .btn_wrap .share.active .sns {
    overflow: visible;
    opacity: 1;
}

#planning_detail .plus_cpn .coupon_list ul li.non_usable .coupon_tit span {
    color: #aaaaaa;
}

#planning_detail .plus_cpn .coupon_list ul li.non_usable .coupon_con .per .num {
    color: #aaaaaa;
}

#planning_detail .plus_cpn .coupon_list ul li.non_usable .coupon_con .per .num span {
    color: #aaaaaa;
}

#planning_detail .plus_cpn .coupon_list ul li.non_usable .coupon_bg .coupon_icon button {
    border-bottom: 1px solid #aaaaaa;
    color: #aaaaaa;
}

#planning_detail .plus_cpn .coupon_list ul li.non_usable .coupon_bg .coupon_icon span {
    border-bottom: 1px solid #aaaaaa;
    color: #aaaaaa;
}

#planning_detail .plus_cpn .coupon_list ul li.non_usable .coupon_con .coupon_tit2, #planning_detail .plus_cpn .coupon_list ul li.non_usable .coupon_con .coupon_tit3 {
    color: #aaaaaa;
}

#planning_detail .con .tit_box .btn_wrap .share_btn {
    width: 30px;
    height: 30px;
    text-indent: -99999em;
}

#planning_detail .con .tit_box .btn_wrap .show_list {
    width: 30px;
    height: 30px;
    text-indent: -99999em;
}

/* #planning_detail .con .tit_box .btn_wrap button{width: 30px;height: 30px;text-indent: -99999em;} */
#planning_detail .con .tit_box .btn_wrap .share {
    background: url(../../imgs/web/global/icon_share%403x.png) center no-repeat;
    background-size: 30px;
}

#planning_detail .con .tit_box .btn_wrap .show_list {
    background: url(../../imgs/web/planning/icon_list%403x.png) center no-repeat;
    background-size: 30px;
}

#planning_detail .con .tit_box .btn_wrap .bar {
    display: block;
    width: 1px;
    height: 16px;
    background-color: #ddd;
    margin: 0 20px;
}

#planning_detail .con .tit_box .btn_wrap .alarm {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 13px 30px;
    border-radius: 35px;
    border: solid 1px #222;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.16px;
}

#planning_detail .con .tit_box .btn_wrap .alarm:after {
    margin-left: 10px;
    display: block;
    content: '';
    width: 16px;
    height: 18px;
    background: url(../../imgs/web/display/icon_bell%403x.png) center no-repeat;
    background-size: 15px;
}

#planning_detail .con .tit_box .btn_wrap .alarm_ing {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 13px 30px;
    border-radius: 35px;
    border: solid 1px #222;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.16px;
}

#planning_detail .con .tit_box .btn_wrap .alarm_ing:after {
    margin-left: 10px;
    display: block;
    content: '';
    width: 17px;
    height: 18px;
    background: url(../../imgs/web/display/icon_bell_ing%403x.png) center no-repeat;
    background-size: 17px;
}

#planning_detail .con .tit_box .btn_wrap2.alarm_btn {
    margin-top: 40px;
}

#planning_detail .con .tit_box .btn_wrap2 .alarm {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 13px 30px;
    border-radius: 35px;
    border: solid 1px #222;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.16px;
}

#planning_detail .con .tit_box .btn_wrap2 .alarm:after {
    margin-left: 10px;
    display: block;
    content: '';
    width: 16px;
    height: 18px;
    background: url(../../imgs/web/display/icon_bell%403x.png) center no-repeat;
    background-size: 15px;
}

#planning_detail .con .tit_box .btn_wrap2 .alarm_ing {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 13px 30px;
    border-radius: 35px;
    border: solid 1px #222;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.16px;
}

#planning_detail .con .tit_box .btn_wrap2 .alarm_ing:after {
    margin-left: 10px;
    display: block;
    content: '';
    width: 17px;
    height: 18px;
    background: url(../../imgs/web/display/icon_bell_ing%403x.png) center no-repeat;
    background-size: 17px;
}

#planning_detail .con .tit_box .btn_wrap2 .time_box {
    width: 168.5px;
    border-radius: 80px;
    height: 36px;
    background-color: #000;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    padding-right: 21.5px;
    box-sizing: border-box;
}

#planning_detail .con .tit_box .btn_wrap2 .time_box span {
    color: #fff;
}

#planning_detail .con .tit_box .btn_wrap2 .time_box .txt {
    width: 70px;
    height: 36px;
    background-color: #38aff5;
    border-radius: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

#planning_detail .con .tit_box .btn_wrap2 .time_box #live_countdown {
}

#planning_detail .con .banner {
    text-align: center;
    position: relative;
    padding-top: 20px;
}
#planning_detail .con form{
    /* width:100%; */
    width: 1180px;
    margin: 0 auto;
}
#planning_detail .con .banner input {
    z-index: 5;
}

#planning_detail .con .banner img {
    display: block;
    margin: 0 auto;
    /* width: 100%; */
}

#planning_detail .fullSize div {
    width: 100%;
}

#planning_detail .fullSize img {
    width: 100%;
}

#planning_detail .plus_cpn {
}

#planning_detail .plus_cpn .con_wrap {
    background-color: #f5f5f5;
    padding: 80px 0 40px;
    text-align: center;
}

#planning_detail .wide .plus_cpn .con_wrap {
    margin: 0 -200px
}

#planning_detail .plus_cpn .tit {
    font-size: 30px;
    font-weight: 600;
    color: #222;
    letter-spacing: -0.3px;
}

#planning_detail .plus_cpn .coupon_list {
    width: 850px;
    margin: 0 auto;
    margin-top: 60px;
}

#planning_detail .plus_cpn .coupon_list ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: -20px;
    justify-content: center;
    margin: -20px -10px 0 -10px;
}

#planning_detail .plus_cpn .coupon_list ul li {
    margin: 20px 10px 0 10px;
}

#planning_detail .coupon_list .coupon_bg {
    width: 415px;
    height: 194px;
    background: url(../../imgs/mypage/coupon_bg%403x.png) center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    position: relative;
}

#planning_detail .coupon_list .coupon_bg:after {
    display: block;
    content: '';
    width: 5px;
    height: calc(100% - 40px);
    background: url(../../imgs/mypage/dash%20line%403x.png) 0 0 repeat-y;
    background-size: 2px;
    position: absolute;
    top: 20px;
    right: 152px;
}

#planning_detail .coupon_list .coupon_bg .coupon_con {
    display: flex;
    flex-direction: column;
    padding: 25px 10px 20px 40px;
    /* box-sizing: border-box; */
}

#planning_detail .coupon_list .coupon_bg .coupon_con .coupon_tit {
    font-size: 18px;
    font-weight: 500;
    color: #222;
    display: flex;
    text-align: left;
    word-break: break-all;
    width: 100%;
    display: block;
}
#planning_detail .coupon_list .coupon_bg .coupon_con .coupon_tit span{
    color:#fff;
}
#planning_detail .coupon_list .coupon_bg .coupon_con .coupon_tit spna {
    display: block;
}

#planning_detail .coupon_list .coupon_bg .coupon_con .per {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    display: flex;
    line-height: 1;
    margin-top: 5px;
}

#planning_detail .coupon_list .coupon_bg .coupon_con .per .num {
}

#planning_detail .coupon_list .coupon_bg .coupon_con .per .num span {
}

#planning_detail .coupon_list .coupon_bg .coupon_con .coupon_info {
    flex-basis: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: left;
}

#planning_detail .coupon_list .coupon_bg .coupon_con .coupon_tit2 {
    font-size: 16px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}

#planning_detail .coupon_list .coupon_bg .coupon_con .coupon_tit3 {
    font-size: 12px;
    letter-spacing: -0.12px;
    color: #707070;
}

#planning_detail .coupon_list .coupon_bg .coupon_con .condition {
    padding-top: 20px;
}

#planning_detail .coupon_list .coupon_bg .coupon_con .condition span {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.16px;
    color: #222;
}

#planning_detail .coupon_list .coupon_bg .coupon_con .date {
}

#planning_detail .coupon_list .coupon_bg .coupon_con .date span {
    font-size: 16px;
    font-weight: 500;
    color: #aaa;
}

#planning_detail .coupon_list .coupon_bg .coupon_icon {
    width: 153px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex: 0 0 auto;
}

#planning_detail .coupon_list .coupon_bg .coupon_icon img {
    width: 76px;
    display: block;
}

#planning_detail .coupon_list .coupon_bg .coupon_icon button {
    font-weight: 500;
    letter-spacing: -0.14px;
    color: #fff;
    border-bottom: 1px solid;
    padding-top: 10px;
}

#planning_detail .coupon_list .coupon_bg .coupon_icon span {
    font-weight: 500;
    letter-spacing: -0.14px;
    color: #222;
    border-bottom: 1px solid;
    padding-top: 10px;
}

#planning_detail .notice_box {
    background-color: #f5f5f5;
    padding: 0 0 80px 0;
}

#planning_detail .wide .notice_box {
    margin: 0 -200px
}

#planning_detail .notice_box .con {
    display: flex;
    width: 746px;
    margin: 0 auto;
    justify-content: space-between;
}

#planning_detail .notice_box .tit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#planning_detail .notice_box .tit img {
    width: 45px;
    display: block;
}

#planning_detail .notice_box .tit span {
    color: #222;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.2px;
    padding-top: 10px;
}

#planning_detail .notice_box ul {
}

#planning_detail .notice_box ul li {
    position: relative;
    padding-bottom: 8px;
    padding-left: 9px;
}

#planning_detail .notice_box ul li:last-child {
    padding-bottom: 0;
}

#planning_detail .notice_box ul li:before {
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    content: '';
    width: 3px;
    height: 3px;
    background-color: #222;
    border-radius: 50%;
}

#planning_detail .notice_box ul li span {
    font-size: 16px;
    color: #222;
    letter-spacing: -0.16px;
}

#planning_detail .product_list_container {
    padding-top: 150px;
}

#planning_detail .product_list .tab_list {
}

#planning_detail .product_list .tab_list.fixed {
    transform: translate(0px, 81px);
}

body #planning_detail .product_list .tab_list.fixed {
    transform: translate(0px, 0px);
    top: 77px;
    width: 1200px;
}
body:has(> #topBanner) #planning_detail .product_list .tab_list.fixed{
    top: 116px;
}
body.scrollup #planning_detail .product_list .tab_list.fixed {
    /* top: 23px; */
}

#planning_detail .product_list .tab_list.fixed {
    position: fixed;
    z-index: 15;
    top: 23px;
    background-color: #fff;
    width: 100%;
    transition: transform 0s;
}

#planning_detail .product_list .tab_list.fixed.wide {
    width: 1720px;
    left: 0;
    right: 0;
}

/*#topBanner ~ #wrap #planning_detail .product_list .tab_list.fixed{top: 152px;}*/
#planning_detail .product_list .tab_list .tab_menu {
    padding: 13px 0;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    flex-wrap: wrap;
}

#planning_detail .product_list .tab_list .tab_menu li {
    margin-right: 40px;
}

#planning_detail .product_list .tab_list .tab_menu li.active a {
    color: #222;
    font-weight: 600;
    /*  border-bottom: 2px solid; */
}

#planning_detail .product_list .tab_list .tab_menu li a {
    display: block;
    padding: 7px 0;
    border: none;
    background-color: #fff;
    color: #707070;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.24px;
}

#planning_detail .product_list .hd {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
}

#planning_detail .product_list .hd h3 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.16px;
    color: #222;
}

#planning_detail .product_list .hd h3 .num {
    font-weight: 600;
    color: #38AFF5;
}

#planning_detail .product_list .list_tit {
    padding: 40px 0 60px 0;
    text-align: center;
}

#planning_detail .product_list_wrap {
}

#planning_detail .product_list_wrap #listBox {
    /* margin: 0 -10px; */
    justify-content: flex-start;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 100px 20px;
}
#planning_detail .product_list_wrap #listBox .btm_btn_wrap{
    position:absolute;
    bottom: 184px;
    right: 0;
}
.product_list_wrap .list_form.corner_type4 .btm_btn_wrap{
    top: 224px !important;
}

#planning_detail .product_list_wrap #listBox > li {
    /* padding-bottom: 60px; */
    /* padding: 0 10px 60px 10px; */
    width: 100%;
    position: relative;
}

#planning_detail .product_list_wrap #listBox li > div {
    width: 100%;
    /* position: relative; */
}

#planning_detail .product_list_wrap #listBox .text_con {
}

#planning_detail .product_list_wrap #listBox .text_con h2 {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#planning_detail .list_form .img_con img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#planning_detail .ecp_register {
    width: 100%;
    margin: 0 auto;
    padding-top: 150px;
}

#planning_detail .ecp_register h2 {
    padding-bottom: 20px;
    border-bottom: 2px solid;
}

#planning_detail .ecp_register .ecp_list {
    padding-top: 30px;
}

#planning_detail .ecp_register .ecp_list li:not(.file) {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

#planning_detail .ecp_register .ecp_list li:not(.file) .tit {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    width: 240px;
    /* margin-bottom: auto; */
    align-self: flex-start;
}

#planning_detail .ecp_register .ecp_list li:not(.file) .input_text_wrap {
    width: 435px;
}

#planning_detail .ecp_register .ecp_list li:not(.file) .input_text_wrap input {
}

#planning_detail .ecp_register .attach_file {
    display: flex;
}

#planning_detail .ecp_register .attach_file .tit {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    width: 240px;
}

#planning_detail .ecp_register .attach_file > div {
}

#planning_detail .ecp_register .attach_file .photo_add {
    margin: 0;
}

#planning_detail .ecp_register .attach_file .notice {
    padding: 0;
    background-color: transparent;
}

#planning_detail .ecp_register .attach_file .notice li {
    padding-bottom: 10px;
    position: relative;
    padding-left: 6px
}

#planning_detail .ecp_register .attach_file .notice li:before {
    background-color: #707070;
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
}

#planning_detail .ecp_register .attach_file .notice li span {
    font-size: 14px;
    color: #707070;
}

#planning_detail .ecp_register .privacy_agree_wrap {
    display: flex;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 30px 0;
    margin: 30px 0 40px 0;
}

#planning_detail .ecp_register .privacy_agree_wrap .tit {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

#planning_detail .ecp_register .privacy_agree_wrap .privacy_agree_box {
    margin-left: 120px;
}

#planning_detail .ecp_register .privacy_agree_wrap .privacy_agree_box input {
    display: none;
}

#planning_detail .ecp_register .privacy_agree_wrap .privacy_agree_box input:checked + label:before {
    background: url(../../imgs/web/member/checked_on%403x.png) center no-repeat;
    background-size: 23px;
}

#planning_detail .ecp_register .privacy_agree_wrap .privacy_agree_box input:checked + label span {
    color: #222
}

#planning_detail .ecp_register .privacy_agree_wrap .privacy_agree_box label {
    display: flex
}

#planning_detail .ecp_register .privacy_agree_wrap .privacy_agree_box label:before {
    display: block;
    content: '';
    width: 23px;
    height: 23px;
    margin-right: 5px;
    background: url(../../imgs/web/member/checked_off%403x.png) center no-repeat;
    background-size: 23px;
}

#planning_detail .ecp_register .privacy_agree_wrap .privacy_agree_box label span {
    font-weight: 500;
    letter-spacing: -0.14px;
    color: #aaa;
}

#planning_detail .ecp_register .privacy_agree_wrap .view_detail {
    font-weight: 500;
    border-bottom: 1px solid;
    margin-left: 40px;
}

#planning_detail .ecp_register .btn_wrap {
    display: flex;
    justify-content: center;
}

#planning_detail .ecp_register .enter_event_btn {
    height: 54px;
    border-radius: 5px;
    background-color: #222;
    color: #fff;
    padding: 0 60px;
    font-size: 16px;
    font-weight: 500;
}

#planning_detail .comment_wrap {
    background-color: #f9fafc;
    margin-top: 10px;
    padding: 40px 40px 80px 40px;
    box-sizing: border-box;
}

#planning_detail .comment_wrap .comment_inp {
    width: 100%;
    margin: 0 auto;
}

#planning_detail .wide .comment_wrap {
    padding: 80px 0;
    margin: 150px -200px 0 -200px;
}

#planning_detail .comment_wrap .comment_inp .tit {
    font-size: 24px;
    color: #222;
    letter-spacing: -0.24px;
    padding: 0 0 20px 0;
    display: block;
    font-weight: 600;
}

#planning_detail .comment_wrap .comment_inp .comment_box {
    width: 100%;
    height: 140px;
    position: relative;
    max-width: 100%;
    min-width: 0;
    width: 100%;
    display: flex;
}

#planning_detail .comment_wrap .comment_inp .comment_box textarea {
    width: 100%;
    height: 140px;
    box-sizing: border-box;
    border-radius: 5px 0 0 5px;
    background-color: #fff;
    padding: 20px;
    min-width: 0;
    flex: 1;
}

#planning_detail .wide .comment_wrap .comment_inp .comment_box {
    width: 1000px;
    height: 140px;
    position: relative;
}

#planning_detail .wide .comment_wrap .comment_inp .comment_box textarea {
    width: 1000px;
    height: 140px;
    box-sizing: border-box;
    border-radius: 5px 0 0 5px;
    background-color: #fff;
    padding: 20px;
}

#planning_detail .comment_wrap .comment_inp .comment_box p {
    font-size: 16px;
    position: absolute;
    bottom: 20px;
    right: 170px;
}

#planning_detail .comment_wrap .comment_inp .comment_box p span {
    color: #222;
}

#planning_detail .comment_wrap .comment_inp .comment_box p .color {
    color: #aaa;
}

#planning_detail .comment_wrap .comment_inp .comment_box button {
    width: 140px;
    height: 140px;
    border-radius: 0 5px 5px 0;
    background-color: #222;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    /* position: absolute; */
    right: -140px;
    top: 0;
}

#planning_detail .comment_wrap .comment_inp .comment_box .nonmember {
    width: 140px;
    height: 140px;
    border-radius: 0 5px 5px 0;
    background-color: #e5e5e5;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    right: -140px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#planning_detail .comment_wrap .attach_file {
}

#planning_detail .comment_wrap .attach_file ul {
    margin: 20px 0 0 0;
}

#planning_detail .comment_wrap .attach_file ul li {
}

#planning_detail .comment_wrap .notice {
    background-color: transparent;
    padding: 0;
}

#planning_detail .comment_wrap .notice ul li {
    padding-bottom: 10px;
    position: relative;
    padding-left: 9px;
}

#planning_detail .comment_wrap .notice ul li:last-child {
    padding-bottom: 0
}

#planning_detail .comment_wrap .notice ul li:before {
    background-color: #707070;
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
}

#planning_detail .comment_wrap .notice ul li span {
    font-size: 14px;
    color: #707070;
}

#planning_detail .total_comment {
    width: 100%;
    margin: 0 auto;
    padding: 80px 0 100px 0;
}

#planning_detail .total_comment .tit_box {
    color: #222;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
}

#planning_detail .total_comment .tit_box .tit {
    color: #222;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.24px;
}

#planning_detail .total_comment .tit_box .tit .color {
    color: #38AFF5;
}

#planning_detail .total_comment .other_comment {
}

#planning_detail .total_comment .other_comment .other_comment_list {
}

#planning_detail .total_comment .other_comment .other_comment_list > li {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
}

#planning_detail .total_comment .other_comment_list li .tit {
    font-weight: 500;
    color: #aaa;
    padding: 30px 0;
}

#planning_detail .total_comment .other_comment_list li .tit .account {
    margin-right: 9px;
}

#planning_detail .total_comment .other_comment_list li .tit .account + span {
}

#planning_detail .total_comment .other_comment_list li .tit .date {
    margin-left: 9px;
}

#planning_detail .total_comment .other_comment_list li .comment_box {
    padding: 20px;
    background: #f5f5f5;
    border-radius: 5px;
}

#planning_detail .total_comment .other_comment_list li .comment_box textarea {
    width: 100%;
}

#planning_detail .total_comment .other_comment_list li .comment_box p {
    text-align: right;
}

#planning_detail .total_comment .other_comment_list .attach_file {
    padding: 35px 0 15px 0;
}

#planning_detail .total_comment .other_comment_list .attach_file .photo_add {
    margin: 0;
}

#planning_detail .total_comment .other_comment_list .attach_file .photo_add li {
    margin: 0 5px 0;
}

#planning_detail .total_comment .other_comment_list .txt {
}

#planning_detail .total_comment .other_comment_list .txt span {
    font-size: 16px;
    color: #222;
    letter-spacing: -0.16px;
}

#planning_detail .total_comment .other_comment_list .pic_list {
    padding: 20px 0 0 0;
}

#planning_detail .total_comment .other_comment_list .pic_list ul {
    display: flex;
    margin: 0 -4.5px;
}

#planning_detail .total_comment .other_comment_list .pic_list ul li {
    margin: 0 4.5px;
}

#planning_detail .total_comment .other_comment_list .pic_list ul li .img_wrap {
    /* width: 77px;height:77px; */
    border-radius: 5px;
    overflow: hidden;
    object-fit: cover;
}

#planning_detail .total_comment .other_comment_list .pic_list ul li img {
    width: 100%;
    object-fit: cover;
    /* height: 77px; */
    display: flex;
    align-items: center;
}

#planning_detail .total_comment .other_comment_list .notice ul li {
    position: relative;
    padding-bottom: 10px;
    padding-left: 9px;
}

#planning_detail .total_comment .other_comment_list .notice ul li:last-child {
    padding-bottom: 0;
}

#planning_detail .total_comment .other_comment_list .notice ul li:before {
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    content: '';
    width: 4px;
    height: 4px;
    background-color: #707070;
    border-radius: 50%;
}

#planning_detail .total_comment .other_comment_list .notice ul li span {
    font-size: 16px;
    color: #707070;
    letter-spacing: -0.16px;
}

#planning_detail .total_comment .other_comment_list .btn_small2_wrap {
    /* position: absolute; */
    /* bottom: 30px; */
    /* right: 0; */
    margin-top: 30px;
    justify-content: flex-end;
}

#planning_detail .total_comment .other_comment_list .btn_small2_wrap button {
    height: 38px;
    padding: 0 18px;
    font-weight: 500;
    width: auto;
}

#planning_detail .total_comment .other_comment_list .btn_small2_wrap .edit {
    margin-left: 10px;
    background-color: #222;
    color: #fff;
}

#planning_detail .total_comment .paging_wrap {
    padding-top: 60px
}

/* 코너유형 갯수 */
#planning_detail .list_form.corner_type2 {
    width: 560px;
    margin: 0 auto;
}

#planning_detail .list_form.corner_type3 {
    width: 850px;
    margin: 0 auto;
}

#planning_detail .list_form.corner_type4 {
    width: 100%;
    margin: 0 auto;
}

#planning_detail .list_form.corner_type6 {
    width: 1720px;
    margin: 0 auto;
}

#planning_detail .product_list.wide .tab_list.fixed {
    width: 1720px;
}

/*기획전 (ESG용)*/
#planning_detail #photoList {
    padding: 20px 0 30px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

#planning_detail #photoList li {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    width: 169px;
    height: 174px;
    padding: 10px;
}

#planning_detail #photoList li img {
    width: 100%;
    height: 169px;
    border-radius: 10px;
}

#planning_detail #photoList li.more {
}

#planning_detail #photoList li.more div:after {
    display: block;
    content: '';
    position: absolute;
    width: 170px;
    height: 165px;
    background: rgba(0,0,0,.3);
    top: 10px;
    left: 10px;
}

#planning_detail #photoList li.more a {
    position: absolute;
    z-index: 1;
    width: 180px;
    height: 160px;
    top: 15px;
    bottom: 0;
    left: 5px;
    right: 0;
}

#planning_detail #photoList li.more a .cnt {
    display: block;
    position: absolute;
    top: 37px;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    font-family: 'NotoSansCJKkr','Montserrat',Sans-Serif;
    color: #fff;
}

#planning_detail #photoList li.more a .text {
    display: block;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    bottom: 60px;
    width: 100%;
    text-align: center;
    color: #fff;
}

#planning_detail #photoList li.more a .text:after {
    display: block;
    content: '';
    background: #fff;
    width: 40px;
    height: 1px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: 1px
}

#planning_detail .pic_list .photo_list {
    flex-wrap: wrap;
}

#planning_detail .pic_list .photo_list li img {
    display: block;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 77px;
    min-width: 100px;
    min-height: 100px;
    max-width: 100px;
}

#planning_detail .pic_list .photo_list.active li img {
    height: auto;
    margin: 10px 0;
    max-width: 100%;
}

#planning_detail .pic_list .photo_list.active .img_wrap {
    height: auto;
    margin: 10px 0;
}

#picvideolist img {
    height: 100%;
    width: 100%;
}

/*기획전 (ESG용) 포토 상세*/
.picreview-detail {
}

.picreview-detail .con {
    display: flex;
    /* padding-bottom: 28px; */
    justify-content: space-between;
}

.picreview-detail .rev_popup_slider {
    width: 450px !important;
}

.picreview-detail .con_photo {
    position: relative;
    width: 450px;
    height: 450px;
    overflow: hidden;
    border-radius: 10px;
}

.picreview-detail .con .photo_wrap {
    flex: 0 0 auto;
    width: 450px;
    height: 450px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.picreview-detail .con .photo_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
    align-items: center;
}

.picreview-detail .con .txt_wrap {
    width: 420px;
    margin-left: 40px;
    display: flex;
    flex-direction: column;
}

.picreview-detail .con .txt_wrap .review_tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 13px 0;
}

.picreview-detail .con .txt_wrap .review_tit dl {
    display: flex;
}

.picreview-detail .con .txt_wrap .review_tit dd {
    font-size: 14px;
    line-height: 18px;
    color: #aaaaaa;
    font-weight: 500;
}

.picreview-detail .con .txt_wrap .review_tit dd:first-child {
    position: relative;
    margin-right: 8px;
    padding-right: 8px;
    letter-spacing: -0.12px;
}

.picreview-detail .con .txt_wrap .review_tit dd:first-child:after {
    position: absolute;
    right: 0;
    top: 3px;
    display: block;
    content: '';
    width: 1px;
    height: 12px;
    background: #dddddd;
}

.picreview-detail .con .txt_wrap .review_tit dd:last-child {
}

.picreview-detail .con .txt_wrap .review_tit .star_wrap {
    display: flex;
}

.picreview-detail .con .txt_wrap .review_tit .star_wrap img {
    width: 17px;
    margin-left: 2px;
}

.picreview-detail .con .con_txt {
}

.picreview-detail .con .con_txt span {
    font-size: 16px;
    letter-spacing: -0.16px;
    color: #707070;
    word-break: keep-all;
}

.full_popup .swiper-review-detail-next {
    position: absolute;
    right: -102px;
    background: url(../../imgs/web/display/main_slider_next%403x.png) center center no-repeat;
    background-size: 102px;
    width: 102px;
    height: 102px;
    z-index: 100;
    top: 50%;
    margin-top: -51px;
    cursor: pointer;
}

.full_popup .swiper-review-detail-prev {
    position: absolute;
    left: -102px;
    background: url( ../../imgs/web/display/main_slider_prev%403x.png) center center no-repeat;
    background-size: 102px;
    width: 102px;
    height: 102px;
    z-index: 100;
    top: 50%;
    margin-top: -51px;
    cursor: pointer;
}

.picreview-detail .rev_popup-list-prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 14px;
    z-index: 1;
    width: 44px;
    height: 44px;
    background: url(../../imgs/web/display/list_slider_prev%403x.png) center no-repeat;
    background-size: 44px;
}

.picreview-detail .rev_popup-list-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    z-index: 1;
    width: 44px;
    height: 44px;
    background: url(../../imgs/web/display/list_slider_next%403x.png) center no-repeat;
    background-size: 44px;
}

/* 개인정보 처리방침 팝업 */
#plan_policy.full_popup {
    height: auto;
}

/* 라방 모아보기 width 조절*/
#sauce_collect .hdROkW {
    max-width: 1620px !important;
}

#sauce_collect .sauceflex_collection {
    background-color: white;
}

/* 파라방 메인 페이지 */
#live_main .wrap .live_wrap {
}

#live_main .wrap .hd {
    padding-bottom: 30px;
}

#live_main .wrap .live_wrap .tit {
    font-size: 28px;
    font-weight: 800;
}

#live_main .wrap .live_wrap .live_list {
    position: relative;
    /* margin: 0 -80px; */
}
#live_main .wrap .live_wrap .live_list .swiper-wrapper{
    margin-left:0 !important;
}
#live_main .wrap .live_wrap .con_wrap {
    display: flex;
    /* justify-content: space-between; */
    /* width: 50%; */
}

#live_main .wrap .live_wrap .swiper-container .swiper-slide {
    display: block;
}

#live_main .wrap .live_wrap .con_wrap .left_wrap {
    display: flex;
    margin-right: 75px;
    /* width: 50%; */
    width: 795px;
}

#live_main .wrap .live_wrap .con_wrap .img {
    width: 415px;
    height: 518px;
    background-color: #ddd;
    border-radius: 10px;
    flex-shrink: 0;
}

#live_main .wrap .live_wrap .con_wrap .right_wrap .img {
    position: relative;
    flex-shrink: 0;
}

#live_main .wrap .live_wrap .con_wrap .right_wrap .img:before {
    display: block;
    content: '';
    width: 415px;
    height: 518px;
    opacity: 0.5;
    border-radius: 10px;
    background-color: #000;
    position: absolute;
}

#live_main .wrap .live_wrap .con_wrap .right_wrap .time_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#live_main .wrap .live_wrap .con_wrap .right_wrap .time_box span {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}

#live_main .wrap .live_wrap .con_wrap .right_wrap .time_box .date {
}

#live_main .wrap .live_wrap .con_wrap .right_wrap .time_box .time {
    width: max-content;
    font-size: 50px;
    padding-top: 5px
}

#live_main .wrap .live_wrap .con_wrap .right_wrap {
    display: flex;
    width: 795px;
    margin-right: 75px;
}

#live_main .wrap .live_wrap .con_wrap .con {
    margin-left: 50px;
    display: flex;
    flex-direction: column;
    height: 518px;
    /* width: auto; */
    flex-shrink: 1;
    width: 100%;
}

#live_main .wrap .live_wrap .con_wrap .left_wrap .time_box {
    width: 168.5px;
    border-radius: 80px;
    height: 36px;
    background-color: #000;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    padding-right: 21.5px;
    box-sizing: border-box;
}

#live_main .wrap .live_wrap .con_wrap .left_wrap .time_box span {
    color: #fff;
}

#live_main .wrap .live_wrap .con_wrap .left_wrap .time_box .txt {
    width: 70px;
    height: 36px;
    background-color: #38aff5;
    border-radius: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

#live_main .wrap .live_wrap .con_wrap .left_wrap .time_box #live_countdown {
}

#live_main .wrap .live_wrap .con_wrap .tit_wrap {
    padding-bottom: 15px;
}

#live_main .wrap .live_wrap .con_wrap .tit_wrap .brand_nm {
    font-size: 14px;
    font-weight: 600;
    color: #38AFF5;
    padding: 20px 0 5px 0;
    display: block;
}

#live_main .wrap .live_wrap .con_wrap .tit_wrap h3 {
    font-size: 24px;
    font-weight: 600;
    word-break: keep-all;
}

#live_main .wrap .live_wrap .con_wrap .txt_box {
    font-size: 18px;
    font-weight: 500;
    padding: 40px 0;
}

#live_main .wrap .live_wrap .con_wrap .item_list {
}

#live_main .wrap .live_wrap .con_wrap .item_list ul {
}

#live_main .wrap .live_wrap .con_wrap .item_list ul li {
    margin-bottom: 15px;
}

#live_main .wrap .live_wrap .con_wrap .item_list ul li:last-child {
    margin-bottom: 0;
}

#live_main .wrap .live_wrap .con_wrap .item_list .item_wrap {
    padding-top: 15px;
}

#live_main .wrap .live_wrap .con_wrap .item_list .item_wrap a {
    display: flex;
}

#live_main .wrap .live_wrap .con_wrap .item_list .item_wrap img {
    width: 50px;
	height: 68px;
    display: block;
    border-radius: 5px;
    border: solid 1px #f5f5f5;
    object-fit: cover;
}

#live_main .wrap .live_wrap .con_wrap .item_list .item_wrap .info {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
}

#live_main .wrap .live_wrap .con_wrap .item_list .item_wrap .info .product_nm {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.13px;
    color: #000;
    display: inline-block;
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#live_main .wrap .live_wrap .con_wrap .item_list .item_wrap .info .sale {
    font-size: 15px;
    font-weight: 700;
    color: #000;
}

#live_main .wrap .live_wrap .con_wrap .item_list .item_wrap .info .sale .per {
    color: #38AFF5;
    margin-left: 10px
}

#live_main .wrap .live_wrap .con_wrap .btn_wrap {
    margin-top: auto;
}

#live_main .wrap .live_wrap .con_wrap .btn_wrap button {
    margin-top: auto;
}

/* #live_main .wrap .live_wrap .con_wrap .alarm_btn button{display:none}
#live_main .wrap .live_wrap .con_wrap .alarm_btn button.active{display:flex} */
#live_main .wrap .live_wrap .con_wrap .btn_wrap .go_live {
    height: 50px;
    padding: 13px 30px;
    border-radius: 35px;
    background-color: #222;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.16px;
    box-sizing: border-box;
}

#live_main .wrap .live_wrap .con_wrap .btn_wrap .re_live {
    height: 50px;
    padding: 13px 30px;
    border-radius: 35px;
    background: #222;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.16px;
    box-sizing: border-box;
}

#live_main .wrap .live_wrap .con_wrap .btn_wrap .alarm {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 13px 30px;
    border-radius: 35px;
    border: solid 1px #222;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.16px;
}

#live_main .wrap .live_wrap .con_wrap .btn_wrap .alarm:after {
        content: '';
        background: url(../../images/common/icon_live_bell.svg)  no-repeat;
    background-size: contain;
        width: 14px;
        height: 14px;
        display: block;
    margin-left:10px;
}

#live_main .wrap .live_wrap .con_wrap .btn_wrap .alarm.active {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 13px 30px;
    border-radius: 35px;
    border: solid 1px #222;
    color: #222;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.16px;
    position: relative;
}
#live_main .wrap .live_wrap .con_wrap .btn_wrap .alarm.active:before{
    content: '';
    width: 3px;
    height: 3px;
    position: absolute;
    right: 28px;
    top: 14px;
    display: block;
    background: #38aff5;
    border-radius: 999px;
}
#live_main .wrap .live_wrap .con_wrap .btn_wrap .alarm.active:after {
    content: '';
    background: url(../../images/common/icon_live_bell.svg)  no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    display: block;
    margin-left: 10px;
}

#live_main .wrap .live_wrap .live-list-prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    width: 60px;
    height: 60px;
    background: url(../../imgs/web/display/list_slider_prev%403x.png) center no-repeat;
    background-size: 60px;
    display: none;
}

#live_main .wrap .live_wrap .live-list-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 1;
    width: 60px;
    height: 60px;
    background: url(../../imgs/web/display/list_slider_next%403x.png) center no-repeat;
    background-size: 60px;
    display: none;
}

#live_main .wrap .live_wrap .live_list:hover .live-list-prev:not(.swiper-button-disabled) {
    display: block;
}

#live_main .wrap .live_wrap .live_list:hover .live-list-next:not(.swiper-button-disabled) {
    display: block;
}

#live_main .wrap {
}

#live_main .wrap .conBox {
    padding: 150px 0 0;
}

#live_main .wrap .main_banner_wrap + .conBox {
    padding: 100px 0 0;
}

#live_main .wrap .main_banner_wrap + #groobeeRecommendGoodsArea .conBox {
    padding: 100px 0 0;
}

#live_main .wrap .swiper-container {
    width: 100%;
    overflow-x: clip;
    overflow-y: visible;
}

#live_main .wrap .swiper-container .list_form {
    padding-bottom: 0;
}

#live_main .wrap .swiper-container .swiper-slide {
    display: flex;
    /* justify-content: center; */
}

#live_main .wrap .main_banner_wrap {
    width: 100%;
    /* margin-bottom: 107px; */
}

#live_main .wrap .main_banner_wrap .main_banner_slider {
    border-radius: 0;
    height: 200px !important;
    overflow: hidden;
}

#live_main .wrap .main_banner_wrap .main_banner_slider .swiper-slide {
    display: flex;
    justify-content: space-between;
}

#live_main .wrap .main_banner_wrap .left_img {
    position: relative;
    width: 100%;
    height: 700px;
    /* background-color:#ddd; */
    border-radius: 30px 30px 100px 30px;
    overflow: hidden;
}

#live_main .wrap .main_banner_wrap .left_img img {
    display: block;
    width: 100%
}

#live_main .wrap .main_banner_wra .center_img {
    position: relative;
    width: 1720px;
    height: 700px;
    border-radius: 30px 30px 100px 30px;
    background-color: #ddd
}

#live_main .wrap .main_banner_wrap .right_img {
    position: relative;
    width: 560px;
    height: 700px;
    border-radius: 30px 30px 100px 30px;
    /* background-color:#ddd; */
    overflow: hidden;
}

#live_main .wrap .main_banner_wrap .right_img img {
    display: block;
    width: 100%
}

#live_main .wrap .main_banner_wrap .right_img .con {
}

#live_main .wrap .main_banner_wrap .img_2 {
    display: flex;
    justify-content: space-between;
    width: 1720px;
}

#live_main .wrap .main_banner_wrap .img_2 .center_img {
    width: 100%;
    position: relative;
}
#live_main .wrap .main_banner_wrap .img_2 .center_img a{
    display:block;
}
#live_main .wrap .main_banner_wrap .img_2 .center_img a:before {
    /*
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 58%, #000);
    opacity: 0.4;
    */
}
#live_main .wrap .main_banner_wrap .img_2 .center_img img{
    width:100%;
    height:100%;
    object-fit: cover;
}
#live_main .wrap .main_banner_wrap .img_2 .center_img .videoArea {
    border-radius: 30px 30px 100px 30px;
    overflow: hidden;
}

#live_main .wrap .main_banner_wrap .img_2 .center_img .videoArea video {
    width: auto;
    margin: 0 auto;
    height: 700px !important;
    display: block;
    height: auto;
    object-position: center;
    object-fit: cover;
    width: 100%;
}

#live_main .wrap .main_banner_wrap .img_2 .left_img {
    position: relative;
    width: 100%;
    height: 700px;
    border-radius: 30px 30px 100px 30px;
    overflow: hidden;
}

#live_main .wrap .main_banner_wrap .img_2 .left_img a:before {
    display: block;
    content: '';
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 58%, #000);
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}

#live_main .wrap .main_banner_wrap .img_2 .left_img .videoArea {
    border-radius: 30px 30px 100px 30px;
    overflow: hidden;
}

#live_main .wrap .main_banner_wrap .img_2 .left_img .videoArea video {
    width: auto;
    margin: 0 auto;
    height: 700px !important;
    display: block;
    height: auto;
    object-position: center;
    object-fit: cover;
    width: 100%;
}

#live_main .wrap .main_banner_wrap .img_2 .right_img {
    position: relative;
    width: 560px;
    height: 700px;
    border-radius: 30px 30px 100px 30px;
    overflow: hidden;
}

#live_main .wrap .main_banner_wrap .img_2 .right_img a:before {
    display: block;
    content: '';
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 58%, #000);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0.4;
}

#live_main .wrap .main_banner_wrap .img_2 .right_img .videoArea {
    border-radius: 30px 30px 100px 30px;
    overflow: hidden;
}

#live_main .wrap .main_banner_wrap .img_2 .right_img .videoArea video {
    width: auto;
    margin: 0 auto;
    height: 700px !important;
    display: block;
    height: auto;
    object-position: center;
    width: 100%;
    object-fit: cover;
}

#live_main .wrap .main_banner_wrap .con {
    position: absolute;
    display: flex;
    flex-direction: column;
    bottom: 65px;
    left: 55px;
    z-index: 2;
}

#live_main .wrap .main_banner_wrap .con .brand_nm {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

#live_main .wrap .main_banner_wrap .con strong {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.4px;
    color: #fff;
    padding: 20px 0 23px 0;
}

#live_main .wrap .main_banner_wrap .con .subtit {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.18px;
}

#live_main .wrap .main_banner_wrap .center_img {
    width: 1720px;
    /* height: 700px; */
    height: auto;
    border-radius: 0;
    /* background-color: #ddd; */
    overflow: hidden;
}

#live_main .wrap .main_banner_wrap .main_banner_slider .swiper-button-prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-30%);
    left: 0;
    z-index: 1;
    width: 102px;
    height: 102px;
    background: url(../../imgs/web/display/main_slider_prev%403x.png) center no-repeat;
    background-size: 102px;
}

#live_main .wrap .main_banner_wrap .main_banner_slider .swiper-button-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-30%);
    right: 0;
    z-index: 1;
    width: 102px;
    height: 102px;
    background: url(../../imgs/web/display/main_slider_next%403x.png) center no-repeat;
    background-size: 102px;
}

#live_main .wrap .main_banner_wrap .swiper_page_btn {
    padding-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#live_main .wrap .main_banner_wrap .swiper-button-pause {
    width: 27px;
    height: 27px;
    background: url(../../imgs/web/display/stop%403x.png) center no-repeat;
    background-size: cover;
}

#live_main .wrap .main_banner_wrap .swiper-button-play {
    width: 27px;
    height: 27px;
    background: url(../../imgs/web/display/play%403x.png) center no-repeat;
    background-size: cover;
}

#live_main .wrap .main_banner_wrap .main_banner_pagination {
    display: flex;
    justify-content: center;
}

#live_main .wrap .main_banner_wrap .main_banner_pagination .swiper-pagination-bullet {
    margin-right: 20px;
    height: 12px;
    background-color: #e5e5e5;
    width: 12px;
    opacity: 1;
}

#live_main .wrap .main_banner_wrap .main_banner_pagination .swiper-pagination-bullet-active {
    height: 12px;
    background-color: #000;
    width: 12px;
}

/* 파라방 유의사항 배너*/
#live_main .wide_banner {
    position: relative;
    /* margin-bottom: 30px; */
    border-radius: 30px 30px 100px 30px;
    overflow: hidden;
    height: 480px;
}

#live_main .wide_banner .hd {
    padding-bottom: 30px;
}

#live_main .wide_banner .videoArea {
    border-radius: 30px 30px 100px 30px;
    height: 480px;
}

#live_main .wide_banner img {
    display: block;
}

#live_main .wide_banner .con {
    position: absolute;
    top: 78px;
    left: 80px;
    display: flex;
    flex-direction: column;
}

#live_main .wide_banner .con .brand_nm {
    font-size: 46px;
    font-weight: 700;
    color: #222;
}

#live_main .wide_banner .con .txt {
    font-size: 18px;
    color: #222;
    line-height: 1.7;
    padding-top: 20px;
}

#live_main .wide_banner .con .btn_wrap {
    padding-top: 26px;
    display: flex;
    align-items: center;
}

#live_main .wide_banner .con .btn_wrap .btn {
    display: flex;
}

#live_main .wide_banner .con .btn_wrap .btn button {
}

#live_main .wide_banner .con .btn_wrap .btn_wish {
    background: url(../../imgs/web/display/icon_heart_b%403x.png) center no-repeat;
    background-size: 32px;
    width: 32px;
    height: 32px;
    text-indent: -9999em
}

#live_main .wide_banner .con .btn_wrap .btn_wish.active {
    background: url(../../imgs/web/goods/thum_heart_on%403x.png) center no-repeat;
    background-size: 32px;
}

#live_main .wide_banner .con .btn_wrap .btn_share {
    background: url(../../imgs/web/display/icon_share_b%403x.png) center no-repeat;
    background-size: 32px;
    width: 32px;
    height: 32px;
    text-indent: -9999em
}

#live_main .wide_banner .con .btn_wrap .sns_btn {
    /* margin-left: 16px; */
    /* width: 0; */
    overflow: hidden;
    display: flex;
    /* opacity: 0; */
    transition: all 0.3s;
}

#live_main .wide_banner .con .btn_wrap .sns_btn.active {
    opacity: 1;
    /* width:auto; */
    /* overflow:visible; */
    transition: all .3s;
}

#live_main .wide_banner .con .btn_wrap .sns_btn button:not(.btn_share) {
    width: 30px;
    height: 30px;
    text-indent: -9999em;
    border-radius: 50%;
    margin-right: 10px;
    transition: transform .3s;
    /* height: 0; */
    opacity: 0;
}

#live_main .wide_banner .con .btn_wrap .sns_btn .twitter {
    background-color: #73a0fa;
    background-image: url(../../imgs/web/global/twitter%403x.png);
    background-repeat: no-repeat;
    background-size: 13.7px 12.1px;
    background-position: center;
    transform: translate(0px, 0px);
    transition: transform .3s;
    margin-left: 16px;
}

#live_main .wide_banner .con .btn_wrap .sns_btn .facebook {
    background-color: #3b5999;
    background-image: url(../../imgs/web/global/facebook%403x.png);
    background-repeat: no-repeat;
    background-size: 7px 14px;
    background-position: center;
    transform: translate(-40px, 0px);
}

#live_main .wide_banner .con .btn_wrap .sns_btn .kakaotalk {
    background-color: #f9e103;
    background-image: url(../../imgs/web/global/kakaotalk%403x.png);
    background-repeat: no-repeat;
    background-size: 14.1px 13.1px;
    background-position: center;
    transform: translate(-80px, 0px);
    /* transition: all .3s; */
}

#live_main .wide_banner .con .btn_wrap .sns_btn .url_copy {
    border: solid 1px #e5e5e5;
    background-color: #fff;
    background-image: url(../../imgs/web/global/url_copy%403x.png);
    background-repeat: no-repeat;
    background-size: 13.7px;
    background-position: center;
    transform: translate(-80px, 0px);
    /* transition: all .3s; */
}

#live_main .wide_banner .con .btn_wrap .sns_btn.active button:not(.btn_share) {
    transform: translate(0, 0);
    transition: transform .3s;
    /* height: 30px; */
    opacity: 1;
}

/* 파라방 띠배너 */
#live_main .banner_wrap {
    padding-top: 100px;
}

#live_main .banner_wrap .banner {
    width: 100%;
    height: 90px;
    border-radius: 10px;
    background-color: #340d81;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}

#live_main .banner_wrap .banner a {
    display: block;
    font-size: 22px;
    letter-spacing: -0.22px;
    color: #fff;
    font-weight: 500;
    display: block;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#live_main .banner_wrap .banner a .color {
    color: #38AFF5;
}

#live_main .banner_wrap .banner-list-prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    z-index: 1;
    width: 24px;
    height: 24px;
    background: url(../../imgs/web/display/prev_btn_w%403x.png) center no-repeat;
    background-size: 24px;
}

#live_main .banner_wrap .banner-list-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    z-index: 1;
    width: 24px;
    height: 24px;
    background: url(../../imgs/web/display/next_btn_w%403x.png) center no-repeat;
    background-size: 24px;
}

/* 파라방 편성표 */
.cancleAlarmWrap, .applyAlarmWrap {
    display: none;
}

.cancleAlarmWrap > div, .applyAlarmWrap > div {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background: #222;
    padding: 9px 12px;
    margin: 0px 10px 5px 0;
    border-radius: 25px 25px 5px;
    line-height: 1.38;
}

.cancleAlarmWrap.active, .applyAlarmWrap.active {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-grow: 1;
}

.live_schedule_title {
    margin-top: 100px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.live_schedule_title h1 {
    font-size: 28px !important;
}

.live_schedule_title h4 {
    display: flex;
    align-self: flex-end;
    padding-bottom: 11px;
    color: #aaa;
    font-weight: 500;
    font-family: Montserrat;
    letter-spacing: -0.14px;
    line-height: normal;
}

.live_schedule_title h4:before {
    margin-left: 18px;
    display: block;
    content: '';
    width: 21px;
    height: 17px;
    background: url(../../imgs/display/i.png) center no-repeat;
    background-size: 15px;
}

.live_schedule_title button.cancleAlarm {
    display: flex;
    max-width: max-content;
    border: 1px solid #222;
    padding: 13px 30px;
    color: #222;
    font-size: 16px;
    border-radius: 40px;
    font-weight: bold;
    letter-spacing: -0.16px;
    height: 50px;
    line-height: 23px;
    align-items: center;
    position: relative;
}

.live_schedule_title button.cancleAlarm:after {
    content: '';
    background: url(../../images/common/icon_live_bell.svg)  no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    display: block;
    margin-left: 10px;
}
.live_schedule_title button.cancleAlarm:before{
        content: '';
        width: 3px;
        height: 3px;
        position: absolute;
        right: 28px;
        top: 14px;
        display: block;
        background: #38aff5;
        border-radius: 999px;
}
.live_schedule_title button.applyAlarm {
    display: flex;
    max-width: max-content;
    background: #38AFF5;
    padding: 13px 30px;
    color: #fff;
    font-size: 16px;
    border-radius: 40px;
    font-weight: bold;
    letter-spacing: -0.16px;
    height: 50px;
    align-items: center;
}

.live_schedule_title button.applyAlarm:after {
    left: 0;
    top: 0;
    display: block;
    content: '';
    width: 30px;
    height: 30px;
    background: url(../../imgs/global/icon_bell%403x.png) 1px 1px no-repeat;
    background-size: 29px;
}

#live_schedule {
    display: flex;
    width: 100%;
    height: max-content;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#live_schedule::-webkit-scrollbar {
    display: none;
}

#live_schedule .prev {
    display: none;
    cursor: pointer;
    width: 60px;
    height: 60px;
    /* align-self: center; */
    left: -60px;
    position: absolute;
    background: url(../../imgs/web/display/list_slider_prev%403x.png) center no-repeat;
    background-size: 60px;
}

#live_schedule .next {
    display: none;
    cursor: pointer;
    width: 60px;
    height: 60px;
    /* align-self: center; */
    right: -60px;
    position: absolute;
    background: url(../../imgs/web/display/list_slider_next%403x.png) center no-repeat;
    background-size: 60px;
}

#live_schedule #daily_schedule {
    min-width: 20%;
}

#live_schedule .daily_date {
    margin: 0 10px 20px;
    padding: 22px 97px;
    border: solid 2px #222;
    border-radius: 10px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #222;
}

#live_schedule .today .daily_date {
    background: #222;
    color: #fff;
}

#live_schedule .daily_live {
    border: solid 2px #eee;
    margin: 10px 10px;
    padding: 20px 20px;
    border-radius: 10px;
}

#live_schedule .today .daily_live {
    border: solid 1px #222;
}

#live_schedule .daily_live .date {
    display: flex;
    flex-direction: column;
}

#live_schedule .daily_live .live_img {
    display: flex;
}

#live_schedule .daily_live .img_wrap {
    width: 50px;
    height: 50px;
    margin: 10px;
}

#live_schedule .daily_live .img_wrap a {
    position: relative;
}

#live_schedule .daily_live .img_wrap img {
    border: solid 1px #f5f5f5;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#live_schedule .daily_live .img_wrap .moreGoods {
    width: 30px;
    height: 30px;
    position: absolute;
    background: #222;
    top: -15px;
    right: 0;
    border-radius: 5px 0;
    opacity: 0.5;
    color: #fff;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#live_schedule .daily_live .time {
    display: flex;
    font-size: 18px;
    color: #aaa;
    font-weight: 600;
    margin-bottom: 2px;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}

#live_schedule .daily_live .date .finish_live {
    border: 1px solid #38AFF5;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 18px;
    border-radius: 30px;
    color: #38AFF5;
    margin-bottom: 4px;
}

#live_schedule .daily_live .date .go_live {
    background: #38aff5;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 18px;
    border-radius: 30px;
    color: #fff;
    margin-bottom: 4px;
}

#live_schedule .daily_live .date .brand {
    color: #38AFF5;
    font-size: 18px;
    height: 32px;
    font-weight: bold;
}

#live_schedule .daily_live .alarm:after {
    cursor: pointer;
    margin-left: 10px;
    display: block;
    content: '';
    width: 34px;
    height: 34px;
    background: url(../../imgs/global/MO_OUT2.png) center no-repeat;
    background-size: 34px;
}

#live_schedule .daily_live .alarm.active:after {
    cursor: pointer;
    margin-left: 10px;
    display: block;
    content: '';
    width: 34px;
    height: 34px;
    background: url(../../imgs/global/MO_IN2.png) center no-repeat;
    background-size: 34px;
}

#live_schedule .daily_live .live_detail {
    display: flex;
    flex-direction: column;
}

#live_schedule .daily_live .live_detail .title {
    color: #222;
    font-size: 17px;
    font-weight: 500;
    width: 100%;
    line-height: 1.35;
}

.live_main_banner {
    position: relative;
}

.live_main_banner + .live_contents {
    position: relative;
}

.live_main_banner .image img {
    display: block;
    margin: 0 auto -20px;
}

.live_main_banner .info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-top: 60px;
}

.live_main_banner .info .subtitle {
    font-size: 22pt;
    width: max-content;
    line-height: 1.2;
    font-weight: 400;
}

.live_main_banner .info .title {
    font-size: 45pt;
    width: max-content;
    font-weight: 600;
    line-height: 1.1;
}

.live_main_banner .info .date {
    font-size: 22pt;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-weight: 400;
    width: max-content;
    padding: 2px 0;
    margin-top: 15px;
}

.live_contents {
    width: 1180px;
    padding: 142px 0 83px;
    background: #f5f5f5;
}

.live_contents:not(:has(.caption)) {
    padding: 142px 0 1px;
}

.contents_summary {
    background: #9282fd;
    width: max-content;
    margin: 0 auto;
    padding: 8px 30px;
    color: #fff;
    border-radius: 50px;
}

.contents_summary span {
    font-weight: 400;
    font-size: 18pt;
}

.live_contents .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 33px;
    color: #111111;
    font-weight: 600;
    text-align: center;
    margin-top: 44px;
}

.live_contents .info .title {
    font-size: 45pt;
    width: max-content;
    font-weight: 600;
    line-height: 1.3;
}

.live_contents .info .subtitle {
    font-size: 20pt;
    width: max-content;
    color: #6a6a6a;
    line-height: 1.4;
    font-weight: 400;
}

.live_contents .couponWrap {
    width: max-content;
    margin: 70px auto 85px;
}

.live_contents .couponWrap > div > div {
    position: absolute;
    top: 25px;
    left: 39px;
}

.live_contents .couponWrap div .title {
    display: block;
    font-size: 45pt;
    font-weight: bold;
}

.live_contents .couponWrap div .sub {
    font-size: 17pt;
    line-height: 1.2;
    font-weight: 400;
}

.live_contents .caption {
    display: flex;
    width: 746px;
    margin: 0 auto;
    justify-content: space-between;
    padding: 40px 90px;
    margin: 0 auto;
    color: #666666;
    line-height: 1.8;
}

.live_contents .caption ul {
    width: 80%;
}

.live_contents .caption .title::before {
    display: inline-block;
    content: '';
    margin-right: 7px;
    margin-bottom: -5px;
    width: 45px;
    height: 45px;
    background: url(../../imgs/web/planning/icon_notice%403x.png) center no-repeat;
    background-size: 45px;
}

.live_contents .caption .title {
    display: flex;
    font-size: 20px;
    gap: 10px;
    font-weight: 600;
    flex-direction: column;
    align-items: center;
}

.live_contents .caption .subtitle {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #222;
    letter-spacing: -0.16px;
    padding: 0 0 10px 10px;
}

.live_contents .caption .subtitle::before {
    position: absolute;
    left: 0;
    top: 12px;
    display: block;
    content: '';
    width: 3px;
    height: 3px;
    background-color: #222;
    border-radius: 50%;
}
.icTTVs .card_media .card_image:after{
    content:'';
    background:rgb(0 0 0 / 10%);
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}
.icTTVs .card_media_wrapper{
    background:transparent !important;
}
.icTTVs .card_wrapper::before{
    display:none;
}
.plandown{
    /* width:100% !important; */
}

#planning_detail .product_list_wrap #listBox .img_con{
    width:100%;
}