﻿/* 2022-07-12 hiadone work */
@charset "UTF-8";

@import url(https://spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);
.contents_in * { font-family: 'Spoqa Han Sans Neo', 'sans-serif' !important; }

/********************************* 신규 추가 스타일 **************************************/
[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;
}
[class^="cmr_"] a { text-decoration: none; }
.cmr_contents_in {
	position: relative;
	width: 100%;
	height:100%;
}
.cmr_flow_box { position: relative; width:100%; height:100%; }
.cmr_sticky {
	position: -webkit-sticky;
	position: sticky;
	top: -1px;
}
.cmr_sticky.stick1 { height:65px; color:#000;background-color:#fff; z-index:2; }
.cmr_sticky.stick2 { top: 65px; background-color: #fff; z-index:2; }
.cmr_sticky.stick1 a.ico { display:inline-block; height:23px; text-indent:-99999px; margin-bottom:10px; }
    .cmr_sticky.stick1 .play_title {
        position: relative;
        font-size: 18px;
        font-weight: 800;
        background: #FFF;
        border-bottom: 1px solid #000;
        padding-bottom: 5px;
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

i.slide_btn {
    position: absolute;
    right: -8px;
    bottom: -1px;
    display: none;
    float: right;
    width: 40px;
    height: 40px;
    background: transparent url('../images/common/slide_arrow_down.png') no-repeat center center;
    cursor: pointer;
}

    i.slide_btn.in {
        background: transparent url('../images/common/slide_arrow_up.png') no-repeat center center;
    }

    i.slide_btn.active {
        display: inline-block;
    }




.cmr_play_header {
    padding: 20px 0;
}

.cmr_play_header_group {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}

    .cmr_play_header_group .img {
        flex-shrink: 0;
        width: 190px;
    }

    .cmr_play_header_group .info {
        flex-grow: 1;
        font-size: 13px;
        padding-left: 20px;
    }

        .cmr_play_header_group .info dl {
            display: flex;
            flex-wrap: wrap;
            align-items: flex-start;
            margin-top: -3px;
        }

            .cmr_play_header_group .info dl dt {
                flex-shrink: 0;
                width: 70px;
                padding-bottom: 3px;
            }

            .cmr_play_header_group .info dl dd {
                flex: 1 1 85%;
                color: #999;
                padding-bottom: 3px;
            }               
                .cmr_play_header_group .info dl dd.ticket_label {
                    border-top: 1px solid #ddd;
                    border-bottom: 1px solid #ddd;
                    height: 100px;
                    padding: 1px 10px;
                    overflow-y: auto;
                }



        .cmr_play_header_group .info .ticket_label label {
            display: block;
            border: 0;
            margin: 0;
            padding: 1px 0;
        }

        .cmr_play_header_group .info .collout {
            font-size: 14px;
            font-weight: 800;
            letter-spacing: -.5px;
            text-align: center;
            color: #48c7f4;
            background-color: #f5f5f5;
            border: 1px solid #f3f3f3;
            padding: 5px 0;
        }

        .cmr_play_header_group .info .noti {
            font-size: 13px;
            color: #48c7f4;
            margin-top: 5px;
        }

.cmr_ticket_flex { display:flex; flex-wrap:nowrap; align-items: flex-start; padding:25px 0; }
.cmr_ticket_flex .flex_item { flex-grow:1; }
.cmr_ticket_flex .flex_item.nth1 { width:300px; }
.cmr_ticket_flex .flex_item.nth2 { width:222px; padding:0 7px; }
.cmr_ticket_flex .flex_item.nth3 { width:222px; }
.cmr_ticket_flex .cmr_panel {
	position: relative;
	height:300px;
	border: 1px solid #f3f3f3;
	padding: 10px;
}
.cmr_ticket_flex .cmr_panel h4 { font-size:13px; font-weight:500; color:#a6a6a6; margin-bottom:5px; }

.cmr_ticket_flex .select_btn_group {
	height: 161px;
	overflow-y: auto;
	margin-bottom: 20px;
}
.cmr_ticket_flex .select_btn_group::-webkit-scrollbar {
    width: 8px;
    position: relative;
  }
.cmr_ticket_flex .select_btn_group::-webkit-scrollbar-thumb {
    background-color: #7b7b7b;
    border-radius: 10px;
    background-clip: padding-box;
    border: 2px solid transparent;
}
.cmr_ticket_flex .select_btn_group::-webkit-scrollbar-track {
    background-color: rgba(128,128,128,.3);
    border-radius: 10px;
    box-shadow: inset 0px 0px 5px #fff;
}
.cmr_ticket_flex .select_btn_group .select_btn {
	display:block;
	width: 100%;
	font-size:14px;
	color:#000;
	text-align:center;
	padding:6px 0;
	cursor:pointer;
}
.cmr_ticket_flex .select_btn_group .select_btn ~ .select_btn { margin-top:3px; }
.cmr_ticket_flex .select_btn_group .select_btn:focus,
.cmr_ticket_flex .select_btn_group .select_btn:hover,
.cmr_ticket_flex .select_btn_group .select_btn.active { color:#fff; background:#01526f; }
.cmr_ticket_flex .cmr_cast_group { height: 35px; }
.cmr_ticket_flex .cmr_cast_group p {
	line-height: 1.5;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.cmr_ticket_flex .cmr_cast_group span { display:inline-block;margin-right:5px; }

.cmr_ticket_flex .cmr_seat_info ul { display:flex; flex-wrap:nowrap; align-items:center; color:#444444; }
.cmr_ticket_flex .cmr_seat_info ul li {flex-grow:1; font-size:14px; text-align:right;padding-bottom:3px; }
.cmr_ticket_flex .cmr_seat_info ul li:first-child { flex-shrink:0; flex-grow:unset; width:15px; text-align:left; }
.cmr_ticket_flex .cmr_seat_info ul li:nth-child(2) {
        flex-shrink: 0;
        flex-grow: unset;
        width: 120px;
        text-align: left;
        padding-left: 5px;
    }

.cmr_ticket_flex .cmr_seat_info ul li i {
	position: relative;
	top: -2px;
	display:inline-block;
	width:15px;
	height:15px;
	border-radius:100%;
	vertical-align: middle;
}
.cmr_ticket_flex .cmr_seat_info_none { font-size:12px;color: #b2b2b2; text-align:center; padding-top:55px;}
i.i_v { background:#f8c440; }
i.i_r { background:#40d3f8; }
i.i_s { background:#f840a4; }
i.i_a { background:#40f844; }
i.i_b { background:#b140f8; }
.cmr_ticket_flex .ticket_make_btn { position:absolute; bottom:10px; left:10px; right:10px; display:inline-block; text-align:center; font-size:18px; color:#fff; background-color:#48c7f4; padding:7px 0; }
.cmr_ticket_flex.none { position: relative; height: 285px; color: #b2b2b2; font-size:15px; align-items:center; align-content:center;justify-content:center; border: 1px solid #f3f3f3; }
.cmr_ticket_flex.none .ticket_make_btn { width:207px;left:unset; }



.cmr_tab_group { display:flex; flex-wrap:nowrap; }
.cmr_tab_group a {
	flex: 1;
	color: #444;
	text-align:center;
	font-size:15px;
	font-weight:500;
	background-color:#fff;
	border: 1px solid #e1e1e1;
	padding: 7px 0;
}
.cmr_tab_group a:hover,
.cmr_tab_group a.active { color:#fff;background-color:#48c7f4; border-color:#48c7f4; }

.cmr_tab_contents {padding: 10px 0;}
.cmr_tab_contents .cmr_cast_contents {}
.cmr_calendar_group {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 300px;
    margin: 0 auto;
    padding: 20px 0;
}

.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:20px; text-align:center; }
    .cmr_calendar_group .date_input {
        display: inline-block;
        color: #000;
        width: 130px;
        height: 30px;
        font-size: 16px;
        font-weight: 400;
        text-align: right;
        letter-spacing: -.2px;
        background: transparent url('../images/common/ic-calender.png') no-repeat top 5px left 5px /20px;
        border: 1px solid #ccc;
        padding: 0 7px;
    }
.cmr_calendar_group .date_input[readonly] { color:#a0a0a0; }

.cmr_cast_contents .cmr_cast_search { text-align:center; padding:0px 0 20px; }
.cmr_cast_contents .cmr_cast_search button { display:inline-block;width: 90px;height: 30px; font-size:14px; color:#fff;background-color:#01526f; cursor:pointer; }
    .cmr_cast_contents .cmr_cast_search button .ic_search {
        display: inline-block;
        width: 13px;
        height: 12px;
        background: transparent url('../images/common/ic_search.png') no-repeat center center;
    }

.cmr_cast_contents .cmr_cast_list_group { padding-bottom:15px; }
.cmr_cast_contents .cmr_cast_list_group { margin-top:15px; }
    .cmr_cast_contents .cmr_cast_list_group .cmr_item {
        text-align: left;
        margin-top: 8px;
    }

.cmr_cast_contents .cmr_cast_list_group {
    padding: 0 35px 15px 35px;
    margin-top: 15px;
}

    .cmr_cast_contents .cmr_cast_list_group .cmr_item {
        text-align: left;
        margin-top: 8px;
    }

        .cmr_cast_contents .cmr_cast_list_group .cmr_item .btn_select_cast {
            display: inline-block;
            width: 95px;
            height: 30px;
            font-size: 14px;
            color: #7d7d7d;
            background-color: transparent;
            border: 1px solid #7d7d7d;
            border-radius: 50px;
            padding: 4px 14px;
            cursor: pointer;
        }

            .cmr_cast_contents .cmr_cast_list_group .cmr_item .btn_select_cast.active {
                color: #fff;
                background-color: #01526f;
                border-color: #01526f;
            }

            .cmr_cast_contents .cmr_cast_list_group .cmr_item .btn_select_cast ~ .btn_select_cast {
                margin-left: 5px;
            }

.cmr_cast_list_more_btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: transparent url('../images/common/ic-more-down.png') no-repeat center center;
    padding: 20px 0;
    cursor: pointer;
}


.cmr_cast_list_more_btn.close {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.cmr_cast_list_table {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
}

.cmr_cast_list_table .fix_cell { flex-shrink: 0; width:85px; }
.cmr_cast_list_table .flow_cell {
	position: relative;
	-webkit-overflow-scrolling:touch;
	overflow:hidden;
}
.cmr_cast_list_table .flow_cell .swiper-slide { width: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;
	font-size:13.5px;
	letter-spacing:-.5px;
	color: #595959;
	width: 85px;
	text-align:center;
	flex-shrink: 0;
}
.cmr_cast_list_table .cmr_table_colum .head {
	font-weight:700;
	display:table-cell;
	vertical-align: middle;
	line-height:1;
	height: 40px;
	width: 85px;
	background-color:#e6e6e6;
	border-right:1px solid #fff;
	padding: 3px 8px;
}
    .cmr_cast_list_table .cmr_table_colum li span.select {
        font-weight: bold;
    }
.cmr_cast_list_table .cmr_table_colum li ~ li { height:40px; border-bottom:1px solid #ccc; padding:8px 0;  }
.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 .cmr_table_colum .head.sub { background-color:#e6e6e6; }
.cmr_cast_list_table .fix_cell p { font-weight:700; }
.cmr_cast_list_table .fix_cell .make_btn { color:#595959; font-size:12px; border:1px solid #d2d2d2; border-radius:4px; padding:2px 10px; }

.cmr_cast_list_table .swiper-button-next:after, .cmr_cast_list_table .swiper-button-prev:after { content: unset; }
.swiper-button-next {
    top: -2px;
    right: -1px;
    background: transparent url('../images/common/swiper_arrow_next.png') no-repeat center center;
}
.swiper-button-prev {
    top: -2px;
    left: -1px;
    background: transparent url('../images/common/swiper_arrow_pre.png') no-repeat center center;
}


/* 알림 전광판 추가 */
.cmr_display_panel {
}

    .cmr_display_panel dl {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        align-content: center;
        height: 30px;
        font-size: 13px;
        color: #a6a6a6;
        background-color: #f5f5f5;
        padding: 20px;
    }

        .cmr_display_panel dl dt {
            flex-shrink: 0;
            width: 70px;
            color: #000;
            font-weight: 500;
            padding-right: 20px;
        }

        .cmr_display_panel dl dd {
            font-weight: 400;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            word-break: break-all;
        }

            .cmr_display_panel dl dd a {
                color: #a6a6a6;
            }

        .cmr_display_panel dl ~ dl {
            margin-top: 5px;
        }


/******************************** 기존 css 활용 ****************************************/
/* 캘린더 */
.calendar_topBox { background-color:#fff; }
.calendar_top { display:flex; flex-wrap:nowrap; width:100%;height:30px; align-items:center; }
.calendar_top li { color:#000; flex-grow:1; float:unset; }
.calendar_top li:last-child { text-align:right; }
.calendar_top li.month { flex-shrink:0; font-size:17px; margin:0;  }
.calendar_next {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 27px;
    background: transparent url('../images/common/calendar_arrow_next.png') no-repeat center center;
}
.calendar_pre {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 27px;
    background: transparent url('../images/common/calendar_arrow_pre.png') no-repeat center center;
}
.calendar_table tr th:first-child { color:unset; }
.calendar_table tr th:last-child { color:unset; }
.calendar_table th { font-size:13px; font-weight:normal; height:unset ;background:unset; padding:5px 0; }
.calendar_table td { font-size:13px; font-weight:normal; height:32px; }
.calendar_table td:first-child { color:#e1261c; }
.calendar_table td:last-child { color:#0099ff; }
.calendar_table td span {
	display:inline-block;
	width: 25px;
	height: 25px;
	text-align:center;
	letter-spacing:-.5px;
	background-color:#e6e6e6;
	border-radius:50px;
	padding: 3px 0px;
	cursor:pointer;
}
.calendar_table td.none span {color:#cfcfcf;}
.calendar_table td span:focus,
.calendar_table td span:hover,
.calendar_table td span.active { color: #fff; background:#01526f; }


/* etc */
.ic { position:relative; display:inline-block; background-repeat:no-repeat; background-position: center center; }
    .ic.ic-noti {
        top: 2px;
        width: 13px;
        height: 13px;
        background-image: url('../images/common/ic-noti.png');
        margin-right: 5px;
    }
    .ic.ic-location {
        top: 3px;
        width: 11px;
        height: 15px;
        background-image: url('../images/common/ic-location.png');
        margin-left: 3px;
        cursor: pointer;
    }

.tab_playInfo li a { font-size:14px}
.playTxt_type1 dt { font-size:17px}

i.slide_btn {
    cursor: pointer;
}

.cmr_sticky.stick1 {
    padding-top: 10px;
    height: 66px;
}

/* 2022-12-06 신규 add */

.tab_playInfo {
    margin-top: 5px;
}

/* 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);
}