@charset "utf-8";
/* :: basic css s :: */
.kiosk_container{
    padding: 0 50px;
}
/* :: basic css e :: */
.kiosk_slide_box{
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.kiosk_slide_box .kiosk_container{
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}
.kiosk_slide{
    width: 100%;
}
.kiosk_slide .img_box{
    height: 400px;
}
.kiosk_slide_box .tit{
    margin-top: 40px;
    font-family: 'Gmarket Sans TTF';
    font-weight: 700;
    font-size: 60px;
    color: #FFFFFF;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
}
.kiosk_slide_box .desc{
    font-family: 'Noto Serif KR', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    color: #CFE8FB;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.kiosk_slide_box .btn{
    width: 182px;
    height: 75px;
    padding: 0px 30px;
    background: #5B6270;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 25px;
    color: #fff;
    position: absolute;
    left: 50px;
    bottom: 0px;
}
/*.kiosk_slide_box .btn.active{*/

/*}*/
.kiosk_slide_box .btn:before{
    content: '';
    width: 22px;
    height: 21px;
    background: url("/front/images/kiosk/kiosk_icon.png");
    background-size: cover;
    display: inline-block;
    margin-right: 15px;
}
.kiosk_box{
    border-radius: 30px 30px 0px 0px;
    margin-top: -100px;
    background: #fff;
    position: relative;
    z-index: 1;
}
.kiosk_box .kiosk_container > .tit{
    padding: 40px 0;
    font-family: 'Gmarket Sans TTF';
    font-weight: 500;
    font-size: 30px;
}
.kiosk_box .kiosk_container > .tit:before{
    content: '\f002';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
    color: #1348D0;
    margin-right: 10px;
    position: relative;
    top: 1px;
}
.kiosk_box .img_box{
    margin-bottom: 50px;
}
.kiosk_search_box{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2B5BD5;
    border-radius: 20px;
    margin-bottom: 50px;
    padding: 40px;
}
.kiosk_search_box > *{
    flex: 1;
    height: 60px;
}
.kiosk_search_box .search_sel{
    max-width: 200px;
    margin-right: 10px;
    font-size: 23px;
}
.kiosk_search_box select{
    -o-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url('/front/images/layout/chevron-down.png') calc(100% - 10px) center no-repeat;
}
.kiosk_search_box .search_input{
    max-width: 690px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    font-size: 23px;
}
.kiosk_search_box > img{
    max-width: 98px;
    margin: 0 10px;
}
.kiosk_search_box .btn{
    max-width: 131px;
    padding: 15px 30px;
    background: #111111;
    font-weight: 700;
    font-size: 25px;
    color: #F3F9FE;
}
.kiosk_search_box .btn i{
    margin-left: 10px;
    font-size: 18px;
    position: relative;
    top: -1px;
}
.kiosk_txt_box{
    display: none;
    font-size: 23px;
    margin: 50px 0;
    justify-content: center;
    align-items: center;
}
.kiosk_txt_box.active{
    display: flex;
}
.kiosk_txt_box .txt{
    color: #CE2D32;
}
.kiosk_box .paging-box{
    margin: 50px 0;
}
.before_search{
    width: 100%;
    height: 550px;
    background: url("/front/images/kiosk/ansik_kiosk_btm.jpg");
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 140px;
}
.before_search .tit{
    font-family: 'Gmarket Sans TTF';
    font-weight: 500;
    font-size: 25px;
    color: #111111;
    margin-bottom: 70px;
}
.before_search .tit:before{
    content: '';
    width: 38px;
    height: 30px;
    display: inline-block;
    background: url("/front/images/kiosk/ansik_kiosk_logo.png");
    background-size: cover;
    margin-right: 10px;
    position: relative;
    top: 8px;
}
/* :: 키오스크 키보드 s :: */
#keyboardInputMaster {
    position: absolute;
    border: 3px solid #1D2F51;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    background: #FFFFFF;
    text-align: left;
    z-index: 1000000;
    max-width: 980px;
    width: 100%;
    padding: 20px;
    overflow: hidden;
    inset: 1227px auto auto 50px !important;
}
#keyboardInputMaster,
#keyboardInputMaster th,
#keyboardInputMaster td{
    border-collapse: separate !important;
}
#keyboardInputMaster thead{
    height: 85px;
}
#keyboardInputMaster thead tr th {
    text-align: left;
    padding: 0;
    background-color: inherit;
    border: 0px none;
}
#keyboardInputMaster thead tr td {
    text-align: right;
    background-color: inherit;
    border: 0px none;
    border-bottom: 20px solid #fff;
    padding: 0 5px;
}
#keyboardInputMaster thead tr td span {
    padding: 0px 40px;
    width: 191px;
    height: 75px;
    font-weight: 700;
    font-size: 25px;
    cursor: pointer;
    color: #fff;
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
#keyboardInputMaster thead tr td span:nth-child(1){
    background: #00B252;
    margin-right: 10px;
}
#keyboardInputMaster thead tr td span:nth-child(2){
    background: #333333;
}
#keyboardInputMaster thead tr td span.pressed {
    background-color:#bbbbbb;
}
#keyboardInputMaster tbody tr td {
    text-align: left;
    margin: 0px;
}
#keyboardInputMaster tbody tr td div#keyboardInputLayout {
    height: auto;
}
#keyboardInputMaster tbody tr td div {
    text-align: center;
    position: relative;
    height: 0px;
}
#keyboardInputMaster tbody tr td div var {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font: bold italic 11px Arial,sans-serif;
    color: #444444;
}
#keyboardInputMaster tbody tr td div#keyboardInputLayout table {
    height: 20px;
    white-space: nowrap;
    width: 100%;
    border-collapse: separate;
    margin-bottom: 10px;
}
#keyboardInputMaster tbody tr td div#keyboardInputLayout table:last-child{
    margin-bottom: 0;
}
#keyboardInputMaster tbody tr td div#keyboardInputLayout table tbody tr td {
    max-width: 75px;
    vertical-align: middle;
    padding: 16.5px 20px;
    background: #EBEEF4;
    border-radius: 10px;
    white-space: pre;
    font-weight: 500;
    font-size: 30px;
    cursor: default;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
}
#keyboardInputMaster tbody tr td div#keyboardInputLayout table tbody tr td.hover {
    background: #1348D0;
    color: #fff;
}
#keyboardInputMaster tbody tr td div#keyboardInputLayout table tbody tr td.pressed,
#keyboardInputMaster tbody tr td div#keyboardInputLayout table tbody tr td.dead {
    background: #1348D0;
    color: #fff;
}
#keyboardInputMaster tbody tr td div#keyboardInputLayout table tbody tr td.last {
    width: 100%;
    background: #9DA2AA;
    text-align: center;
    color: #fff;
}
#keyboardInputMaster tbody tr td div#keyboardInputLayout table:first-child tbody tr td.last{
    background: #9DA2AA url("/front/images/kiosk/back_icon.png") center center no-repeat;
    color: transparent;
}
.keyboardInputInitiator {
    margin-left:3px;
    vertical-align:middle;
    cursor:pointer;
}
/* :: 키오스크 키보드 e :: */