﻿/* 2022-07-12 hiadone work */
@charset "UTF-8";

/**************************** 기존 스타일 수정/추가 업데이트 **********************/
/* 상단 포스터 영역 */
.play_poster { padding:5%; }
.play_poster img { width:100%; height:unset; float: unset; }
.play_poster .bg_play { z-index:2 !important; }
.play_poster .play_title { position: relative; font-size:18px; color:#fff; font-weight:700; z-index:3; margin-bottom:15px; }
.play_poster .play_header_group { position: relative; display: flex; flex-wrap: nowrap; z-index:3; }
.play_poster .play_header_group li.img { flex-shrink: 0; width:120px; }
.play_poster .play_header_group li.info { position: relative; flex-grow: 1; padding-left:15px; }
.play_poster .play_header_group .play_label { margin-bottom:10px; }
.play_poster .play_header_group label { display:inline-block;color:#fff;font-size:12px; padding:3px 10px; margin:unset; }
.play_poster .play_header_group label ~ label { margin-left:5px; }
.play_poster .play_header_group label.label-normal { background-color:#46a7c3; }
.play_poster .play_header_group label.label-cupon { background-color:#6f46c3; }
.play_poster .play_header_group label.label-premium { background-color:#8d45b9; }
.play_poster .play_header_group .summary { color:#fff;font-size:13px; }
.play_poster .play_header_group .location { display:block; color:#fff;font-size:13px; margin-top:5px; }
    .play_poster .play_header_group .location::before {
        content: "";
        display: inline-block;
        vertical-align: sub;
        width: 13px;
        height: 17px;
        background: transparent url('../images/common/ic-location.png') no-repeat center center /cover;
        margin-right: 3px;
    }
.play_poster .play_header_group .noti { position:absolute; left:15px;bottom: 0; color:#ff5533;font-size:13px; }
.tab_play_mask { position: relative; height:41px; }
.tab_play {
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #f8f8f8;
	border-bottom: 1px solid #e1e1e1;
	z-index: 33;
}
.tab_play.active { position: fixed; top: 43px; }
    .tab_play .swiper-slide {
        display: inline-block;
        width: auto;
        -webkit-tap-highlight-color: transparent;
    }
.tab_play .swiper-slide ~ .swiper-slide { margin-left:15px; }
.tab_play span.tab_menu { color: #a1a1a1; display:inline-block; width:unset; height:100%; padding:8px 5px 6px; }
.tab_play .indexTab.on span.tab_menu { color:#000; font-weight:700; background: unset; border-bottom:3px solid #000; }

.tab_playBox > dd { padding:0 5%; }
.tb_play2 th { font-size:12px; letter-spacing:-.8px; background:transparent; border-right:1px solid #cdcdcd; padding:5px 0; }

/* 알림 전광판 추가 */
.cmr_display_panel {  }
.cmr_display_panel dl { display:flex; flex-wrap: nowrap; align-items:center;align-content:center; width: 100%; height: 30px; font-size:12px; color:#fff;background-color:#a1a1a1; padding-left:20px; }
.cmr_display_panel dl dt { font-weight:700; flex-shrink:0;width:60px; }
.cmr_display_panel dl dd { font-weight:400; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
.cmr_display_panel dl dd a { color:#fff; }
.cmr_display_panel dl ~ dl { margin-top:3px; }



/********************************* 신규 추가 스타일 **************************************/
[class^="cmr_"],
[class^="cmr_"] * {
	outline:none;
	padding:0;
	margin:0;
	border:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* 탭 컨텐츠 */
.cmr_tab_contents { font-size:13px;color:#000; }
.cmr_tab_contents hr {
	display: block;
	width: 100%;
	height: 1px;
	border-bottom:2px solid #e1e1e1; ;
}
.cmr_tab_contents .h3_subtitle { font-size:14px; font-weight:700; margin-bottom:10px; }
.cmr_tab_contents .p_subbody { font-size:13px; }
.cmr_tab_contents .subbody {  }
.cmr_tab_contents .collout { line-height:1.3; background-color:#f9f9f9;padding:10px; }
.cmr_tab_contents .cmr_list_group {  }
.cmr_tab_contents .cmr_list_group > .cmr_item { padding:15px 0; }

.cmr_tab_contents .cmr_play_summary { display:flex; flex-wrap:wrap; }
.cmr_tab_contents .cmr_play_summary li:nth-child(odd) { flex-shrink: 0; width:70px; font-weight:700; padding:3px 0; }
.cmr_tab_contents .cmr_play_summary li:nth-child(even) { flex: 1 1 70%; padding:3px 0; }


.cmr_tab_contents .cmr_seat_info { display:flex; flex-wrap:wrap; width:90%; }
.cmr_tab_contents .cmr_seat_info > li { flex:1 1 50%; padding:3px 0; }
.cmr_tab_contents .cmr_seat_info > li:nth-child(odd) { padding-right:15px; }
.cmr_tab_contents .cmr_seat_info > li:nth-child(even) { padding-left:15px; }
.cmr_tab_contents .cmr_seat_info > li ol { display:flex; flex-wrap:nowrap; }
.cmr_tab_contents .cmr_seat_info > li ol > li { flex:1 1 50%; color: #616161; }
.cmr_tab_contents .cmr_seat_info > li ol > li:last-child { text-align:right; color:#000; }

.cmr_tab_contents .tb_play2 { font-size:12px; border-top:1px solid #cdcdcd; }



.cmr_cast_panel { padding:0; }
.cmr_calendar_group { display: flex; flex-wrap: nowrap; width:245px;align-items:center;justify-content:center;margin:0 auto; }
.cmr_calendar_group .cmr_item { flex-grow: 1; text-align:center; }
.cmr_calendar_group .cmr_item.nth-2 { flex-grow:unset; flex-shrink: 0; width:15px; text-align:center; }
.cmr_calendar_group .cmr_item.nth-4 { flex-grow:unset; flex-shrink: 0; width:60px; text-align:center; padding-left:10px;  }
    .cmr_calendar_group .date_input {
        display: inline-block;
        color: #000;
        width: 105px;
        height: 26px;
        font-size: 14px;
        font-weight: 400;
        text-align: right;
        letter-spacing: -.2px;
        background: transparent url('../images/common/ic-calender.png') no-repeat top 5px left 5px /15px;
        border: 1px solid #cccccc;
        padding: 0 7px;
    }
.cmr_calendar_group .date_input[readonly] { color:#a0a0a0; }

.cmr_cast_search { text-align:center; padding:0px 0 15px; }
.cmr_cast_search button { display:inline-block;width: 90px;height: 26px; font-size:12px; color:#fff;background-color:#777; cursor:pointer; }
    .cmr_cast_search button .ic_search {
        position: relative;
        top: 1px;
        display: inline-block;
        width: 13px;
        height: 12px;
        background: transparent url('../images/common/ic_search.png') no-repeat center center /13px;
    }

.cmr_cast_list_table {
    position: relative;
    display: flex;
    width: 100%;
}

    .cmr_cast_list_table .fix_cell {
        flex-shrink: 0;
        width: 100px;
    }

    .cmr_cast_list_table .flow_cell {
        position: relative;
        width: 100%;
        -webkit-overflow-scrolling: touch;
        overflow: auto;
    }

    .cmr_cast_list_table .cmr_table_wrapper {
        position: relative;
        display: flex;
        width: 100%;
        transition-property: transform;
    }

    .cmr_cast_list_table .cmr_table_colum {
        position: relative;
        color: #595959;
        width: auto;
        text-align: center;
        flex-shrink: 0;
    }

        .cmr_cast_list_table .cmr_table_colum .head {
            font-size: 12px;
            font-weight: 700;
            background-color: #e6e6e6;
            border-right: 1px solid #fff;
            padding: 3px 15px;
        }

        .cmr_cast_list_table .cmr_table_colum li ~ li {
            height: 41px;
            border-bottom: 1px solid #ccc;
        }

    .cmr_cast_list_table .flow_cell .cmr_table_colum li ~ li {
        padding: 10px 0;
    }


    .cmr_cast_list_table .flow_cell .cmr_table_colum span.select {
        font-weight: bold;
    }

    .cmr_cast_list_table .cmr_table_colum li.active {
        background-color: #f4f4f4;
    }

    .cmr_cast_list_table .fix_cell .cmr_table_colum .head {
        background-color: #d4d4d4;
    }

    .cmr_cast_list_table .fix_cell p {
        font-weight: 700;
    }

    .cmr_cast_list_table .fix_cell span {
        color: #5788a9;
    }

.cmr_cast_list_group { width: 335px; margin:15px auto 0 auto; }
.cmr_cast_list_group .cmr_item { display:flex; flex-wrap:nowrap; text-align:center; margin-top:8px; }
.cmr_cast_list_group .cmr_item .btn_select_cast {
	flex-shrink:0;
	width: 66px;
	display:inline-block; font-size:11px; color:#777;
	background-color:transparent;
	border:1px solid #777; border-radius:50px;
	overflow:hidden;
	padding:5px 0; 
	/*text-overflow:ellipsis; white-space:nowrap; overflow:hidden;*/
}
.cmr_cast_list_group .cmr_item .btn_select_cast.active { color:#fff; background-color:#0099ff; border-color:#0099ff; }
.cmr_cast_list_group .cmr_item .btn_select_cast ~ .btn_select_cast { margin-left:1px; }

.cmr_cast_list_more_btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: transparent url('../images/common/ic-arrow-down.png') no-repeat center center /17px;
    padding: 20px 0;
}
.cmr_cast_list_more_btn.close {
	-ms-transform: rotate(180deg); 
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}


.t-center { text-align:center; }



/* 2023-5-31 신규 add */
.poply-group * {
    outline: none;
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.poply-group {
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    z-index: 199;
}

.poply-box {
    position: relative;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    padding: 10px;
    z-index: 122;
}

    .poply-box .poply-panel {
        position: relative;
        background-color: #ffffff;
        width: 100%;
    }

    .poply-box .poply-head {
        position: relative;
        color: #000000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        border-bottom: 1px solid #ececec;
        padding: 10px 0 12px;
    }

        .poply-box .poply-head .poply-close {
            display: inline-block;
            width: 32px;
            height: 32px;
            position: absolute;
            top: 7px;
            right: 5px;
            background: transparent url('../images/common/ic-close.png') no-repeat center center /25px;
        }

    .poply-box .poply-body {
        font-size: 12px;
        max-height: 400px;
        overflow-y: auto;
        padding: 30px 20px;
    }

    .poply-box .poply-foot {
        text-align: center;
        padding: 20px 50px;
    }

.poply-foot .btn-check {
    display: inline-block;
    width: 100%;
    max-width: 280px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    background-color: transparent;
    border-radius: 50px;
    padding: 8px 0 12px;
}
/* 스크롤 스타일 */
.poply-body::-webkit-scrollbar {
    width: 10px;
    position: relative;
}

.poply-body::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 10px;
    background-clip: padding-box;
    border: 2px solid transparent;
}

.poply-body::-webkit-scrollbar-track {
    background-color: rgba(128,128,128,.3);
    border-radius: 10px;
    box-shadow: inset 0px 0px 3px #fff;
}

/* 서비스별 컬러 테마 */
/*b2b*/
.thema-skin.b2b .poply-body::-webkit-scrollbar-thumb {
    background-color: #0099ff;
}

.thema-skin.b2b .btn-check {
    background-color: #0099ff;
}
/*기특해*/
.thema-skin.prou .poply-body::-webkit-scrollbar-thumb {
    background-color: #fe5722;
}

.thema-skin.prou .btn-check {
    background-color: #fe5722;
}
/*매표소*/
.thema-skin.ticket .poply-body::-webkit-scrollbar-thumb {
    background-color: #78499c;
}

.thema-skin.ticket .btn-check {
    background-color: #78499c;
}
/*부산은행*/
.thema-skin.busb .poply-body::-webkit-scrollbar-thumb {
    background-color: #eb695c;
}

.thema-skin.busb .btn-check {
    background-color: #eb695c;
}
/*쉿크릿*/
.thema-skin.scek .poply-body::-webkit-scrollbar-thumb {
    background-color: #9354e0;
}

.thema-skin.scek .btn-check {
    background-color: #9354e0;
}
/*유니켓*/
.thema-skin.unik .poply-body::-webkit-scrollbar-thumb {
    background-color: #16acbc;
}

.thema-skin.unik .btn-check {
    background-color: #16acbc;
}
/*클립*/
.thema-skin.clip .poply-body::-webkit-scrollbar-thumb {
    background-color: #3e5c9a;
}

.thema-skin.clip .btn-check {
    background-color: #3e5c9a;
}
/*페이북*/
.thema-skin.payb .poply-body::-webkit-scrollbar-thumb {
    background-color: #e73e44;
}

.thema-skin.payb .btn-check {
    background-color: #e73e44;
}

.poply-break {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 11;
    background: rgba(0,0,0,.7);
}