

.green {
    background-color: #20a85b !important;
    color: #fff !important;
}
/*.payPlus {
    color: #138343 !important;
}*/

/* 페이내역 조회 - 날짜검색 버튼 클릭 CSS
.term_search li button {
    background: #d7ebe4;
    color: rgba(35, 39, 50, 1);
}*/

.listNone .noneMark2 {
    display: block;
    margin: 0 auto;
    padding-top: 20px;
    max-width: 80px;
    width: 70px;
}

/*
.fixingMenu ul li {
    width: 25% !important;
}*/

.customoverlay {
    position: relative;
    bottom: 45px;
    border-radius: 6px;
    border: 1px solid #ccc;
    border-bottom: 2px solid #ddd;
    float: left;
}

.customoverlay:nth-of-type(n) {
    border: 0;
    box-shadow: 0px 1px 2px #888;
}

.customoverlay a {
    display: block;
    text-decoration: none;
    color: #000;
    text-align: center;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    background: #0B6DB7;
    background: #0B6DB7 url(https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/arrow_white.png) no-repeat right 14px center;
}

.customoverlay .title {
    display: block;
    text-align: center;
    background: #fff;
    margin-right: 35px;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
}

.my_location_button {
    position: absolute;
    bottom: 10px;
    right: 3px;
    overflow: hidden;
    width: 30px;
    height: 30px;
    z-index: 5;
    margin: 0;
    padding: 0;
}

#header p .alarm {
    width: 5px;
    height: 5px;
    line-height: 18px;
    background: #18c9ba;
    color: #fff;
    font-weight: 300;
    font-size: 10px;
    border-radius: 100%;
    position: absolute;
    top: 14px;
    right: 0;
    text-align: center;
}
ul.down-wrap {
    width: 100%;
    margin-top: 20px;
}
ul.down-wrap:after {
    display: block;
    clear: both;
    content: '';
}
ul.down-wrap li {
    width: 49%;
    float: left;
    text-align: center;
}
ul.down-wrap li + li {
    margin-left: 2%;
}
ul.down-wrap li button {
    margin: 0;
    padding: 0;
    background: none;
    width: 100%;
}
ul.down-wrap li button img {
    width: 100%;
}
.push_list .show_detail a h6 {
    top: 0; !important;
    width: 100%; !important;
}
.terms_box {
    height: 120px;
    overflow: auto;
}
.push_list .show_detail a h6 {
    z-index: 0;
}
.push_list .show_detail button {
    z-index: 1;
}
.bluebtn{
    opacity: 1;
    width: 100%;
    background-image: linear-gradient(160deg, #18c9ba  0%, #0a98b7  100%);
    color: #fff !important;
    font-size: 14px;
    /*font-weight: 500;*/
    /*line-height: 44px;*/
    float: left;
    border-radius:5px;
    border:1px solid #0a98b7 ;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,.1), -4px -1px 6px 4px rgba(255,255,255,0.1);
}

/*상품권쪽 2023-03-07 추가*/
.giftcard-list li .giftcard-group .status{
    position:absolute;
    top:10px;
    right:15px;
    border-radius:15px;
    padding:4px 7px;
    font-weight:600;
    font-size:11px;
}
.giftcard-list li .giftcard-group .status.type1{
    background:#fff;
    border:1px solid #d72b4c;
    color:#d72b4c;
}
.giftcard-list li .giftcard-group .status.type2{
    background:#fff;
    border:1px solid #d72b4c;
    color:#d72b4c;
}
.giftcard-list li .giftcard-group .status.type3{
    background:#fff;
    border:1px solid #d72b4c;
    color:#d72b4c;
}
.giftcard-list li .giftcard-text h5{
    line-height: 1.8 !important;
}
.giftcard-list li .giftcard-text h5 span{
    color:#aaa;
    padding-right:5px;
}
.giftcard-list li .giftcard-text h6 {
    font-weight: 700;
    padding: 5px 0;
    text-align:right;
}
.giftcard-list li .giftcard-text h6 .type{
    float:left;
    background:#000;
    border-radius:3px;
    font-size:10px;
    color:#fff;
    padding:3px 5px;
    font-weight:400;
}
.giftcard-list li .giftcard-text h6 .price{
    padding:2px 7px;
    font-weight:500;
    border:1px solid #ccc;
    font-size:11px;
    margin-right:5px;
    color:#666;
    border-radius:15px;
}
.giftcard-list li .giftcard-text span.status-icon{
    background:#bbb;
    font-size:11px;
    position:absolute;
    top:0;
    right:0;
    color:#fff;
    padding:4px 6px;
    border-radius:15px;
}
.giftcard-list li .giftcard-date{
    margin-top:10px;
}
.giftcard-list li .giftcard-date p {
    border-top: 1px solid #e9ecef;
    padding-top: 10px;
    text-align: left;
}
.giftcard-list li .giftcard-date p .detail{
    float:right;
    background:#fff;
    color:#999;
}
.giftcard-list li .giftcard-date p .detail i{
    margin-left:5px;
}
.giftcard-list li .giftcard-text button.buy{
    color:#fff;
    background:#18c9ba;
    float:right;
    display:inline-block;
    padding:8px 20px !important;
    border-radius:20px;
    font-size:13px;
    font-weight:500;
    letter-spacing:-0.1rem;
}
.giftcard-list li .giftcard-text button.buy:active{
    background:#0eafa2;
}
.giftcard-list li .giftcard-text button.download{
    background:#ebebeb;
    color:#999;
    float:right;
    display:inline-block;
    padding:8px 20px !important;
    border-radius:20px;
    font-size:13px;
    font-weight:500;
    letter-spacing:-0.1rem;
}
.totalT{
    width:100%;
    font-size:13px;
    color:#222;
    margin-top:10px;
}
.totalT tr{
    height:30px;
}
.totalT th{
    width:120px;
    text-align:left;
    padding:5px 0;
    font-weight:500;
    color:#999;
}
.totalT td{
    text-align:right;
    padding:5px 0;
}
.contentBox {
    border-radius: 15px;
    background: #fff;
    margin: 20px;
    padding: 20px;
    box-shadow: 0 6px 15px rgb(36 37 38 / 12%);
}

.giftcard-list li .giftcard-group .status{
    position:absolute;
    top:10px;
    right:15px;
    border-radius:15px;
    padding:4px 7px;
    font-weight:600;
    font-size:11px;
}

/* 보관함 modal thumbnail 이미지가 변경된다면 삭제되어야할 style */
.giftcard-list li .giftcard-img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    float: left;
    border-radius:15px;
}
.giftcard-list li .giftcard-img span.end{
    width:100%;
    height:100%;
    background:#000;
    opacity:0.6;
    display:block;
    z-index:100;
    position:absolute;
}
.giftcard-list li .giftcard-img span.end img{
    position:absolute;
    top:50%;
    left:50%;
    width:70px;
    margin-top:-35px;
    margin-left:-35px;
    text-align:center;
    font-style:normal;
}
.giftcard-list li .giftcard-img img.item-img{
    position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    width: 100%;
    height: auto;
}
.modal-dialog.giftcard {
    margin: 0 auto;
}
.modal-dialog.giftcard .modal-body {
    padding: 0;
}
.modal-dialog.giftcard .modal-content {
    min-height: 100vh;
}
/* //보관함 modal thumbnail 이미지가 변경된다면 삭제되어야할 style */



/*쿠폰함*/
.giftcard-list li .giftcard-date p span.period {
    text-align: right;
    float: right;
}
.modal-dialog .modal-footer button.right {
    font-size: 14px;
    border-top: 1px solid #18c9ba;
    background: #18c9ba;
    color: #fff;
}
.orderSheet-info-wrap .orderSheet-info + .orderSheet-info{
    border-top:1px solid #eee;
}
.bgTit2 {
    width: 100%;
    background: #fff;
    color: #222;
    border-top: 1px solid #9ba0a5;
    border-bottom: 1px solid #e8e8e8;
    font-size: 14px;
    padding-left: 15px;
    font-weight: 500;
    position: relative;
    height: 40px;
    line-height: 40px;
}
.modal-dialog .modal-footer button {
    width: 100%;
    font-size: 1.4rem;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 0.5rem 0;
}

.modal-Btn button{
    opacity: 1;
    width: 100%;
    background:#18c9ba;
    border:1px solid #18C9BA;
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    float: left;
    border-radius: 5px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .1), -4px -1px 6px 4px rgba(255, 255, 255, 0.17);
}

.modal-Btn button.left{
    width: 49.2%;
    background: #fff;
    color: #888 !important;
    border: 1px solid #ddd;
    box-shadow: none;
}

.modal-Btn button.right{
    width: 49%;
    color: #fff;
}

.modal-Btn button.left + button {
    margin-left: 1.6%;
}

.modal-body .skinBox {
    text-align: center;
    padding: 20px;
}

.modal-body .skinBox img{
    width:100%;
}

/* 교통카드 잔액 숨김처리 */
#farecardBalanceDiv{
    display: none;
}

.password-input{
    margin-top: 20px;
}

.visibility-btn{
    visibility: hidden;
}

.SearchfrmDisplayNone{
    display:none;
}

.color#00008b{
    color: #00008b;
}
.color#ff0000{
    color: #ff0000;
}

.color#4e2d89{
    color: #4e2d89;
}
.SearchDivTextLef{
    text-align:left;
}

.noneDivNone{
    display:none;
}

.mapSize{
    width:100%;height:320px;
}

.clickBtn{
    background:#003f93 !important;
    color: white !important;
}

.top50AndMarginTop200{
    top : 50%;
    margin-top: -200px;
}

.top50AndMarginTop92{
    top : 50%;
    margin-top: -92px;
}

.regMemberDisplayNone{
    display: none;
}