body, html {
  background-color:#f4fcfd;
  font-size:1em;
  margin-bottom:50px;
}

ul,li {
  list-style-type:none;
  margin:0px;
  padding:0px;
}

iframe {
  border:0px;
  padding:0px;
  margin:0px;
}

p {
  margin-bottom:2px;
}

.page-header {
  padding-bottom: 9px !important;
  margin: 10px 0 10px !important;
  border-bottom: 1px solid #eee !important;
}

a {
  color:#333;
}

a
,a:hover
,a:visited
,a:active {
  text-decoration:none;
}

.glyphicon {
  z-index:-1;
}

.psh_header_deco {
  border-top: 5px solid #00a77e;
  border-bottom: 4px solid #004866;
  background-color:#FFF;
  position:fixed;
  top:0px;
  left:0px;
  right:0px;
  z-index:50;
}
.psh_body {
  margin-bottom:20px;
  padding:0px;
  max-width:768px;
  width:100%;
  height:100%;
  margin:auto auto;
}


.deal_list {
  clear: both;
  width:100%;
  max-width:768px;
  margin:auto;
  padding: 0px 0px;
  /*max-height:380px;*/
}
.deal_list_item {
  width:100%;
  float:left;
  margin:auto;
  border: 1px solid #E2E2E2;
  overflow-y: hidden;
  margin-right:8px;
  margin-bottom: 8px;
  background-color:#FFF;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
  min-width: 300px;
  max-width:768px;
  /*height:510px;*/
}

.deal_list_item img {
  width:100%;
  /*margin-top:-30px;*/
}

.deal_list_item li {
  padding:5px;
}
.deal_list_item li.deal_list_image {
  padding: 0px;
  overflow-y: hidden;
  /*max-height: 370px;*/
  margin:auto;
  min-height:240px;
}

ul.deal_list_row {
  border-right: 1px dashed #F2F2F2;
  border-left: 1px dashed #F2F2F2;
}

.deal_list_title {
  font-weight:bold;
  font-size: 14px;
}

.deal_list_title span {
  margin-right:10px;
}

.deal_list_item .option_price{
  font-size:14px;
  color:#004866;
  font-weight:bold;
  padding-right:5px;
}

.deal_list_item .option_price span.option_name {
  font-size:12px;
  margin-right:15px;
}


.deal_detail .sale_title .deal_type_name {
  margin-right:15px;
}

.deal_detail .sale_title .deal_type_name
,.deal_detail .sale_title .glyphicon-chevron-left {
  font-weight:normal;
  font-size:12px;
}

.number {
  text-align:right;
}

.number_3 {
  width:55px;
}

.btn_amount_box {
  width:70px;
  float:left;
  text-align: left;
}

span.btn_amount {
  display: block;
  padding: 8px 8px 8px 8px;
  text-align: center;
  width: 28px;
  float: left;
  font-size: 12px;
  border: 1px solid #000;
  border-radius: 2px;
}

span.btn_amount:first-child {
  border-right:0px;
  border-left:0px;
}

input.inp-buy-count {
  height:30px;
}

.btn_plus {
  background-color:#FFF;
  color: #000;
}

.btn_minus {
  color: #000;
  background-color: #FFF;
}

.deal_option_selected input {
  float:left;
  border:1px solid #000;
  border-radius: 2px;
  padding-right: 8px;
}

.deal_detail {
  width:100%;
  height:auto;
}

.deal_option
,.deal_option select {
  font-size:12px;
}

.gnb_navi_container {
  width:100%;
  max-width:980px;
}
.mini_gnb_navi {
  position: sticky;
  position: -webkit-sticky;
  top: 0px;
  display: block;
  background-color: #FFF;
  clear: both;
  z-index:50;
  width:100%;
  max-width:960px;
  margin:auto;
}

.sale_title {
  position: sticky;
  position: -webkit-sticky;
  top: 60px;
  display: block;
  background-color: #FFF;
  padding: 10px 5px 5px 5px;
  font-weight:bold;
  line-height: 1.3em;
  height:auto;
  clear: both;
  z-index:1;
  border-radius:unset;
}

.deal_summary {
  display: block;
  clear:both;
  background-color:#FFF;
  margin-bottom:5px;
  box-shadow: 0px 0px 3px rgb(0 0 0 / 20%);
}

.deal_product_title_image {
  width: 100%;
  height: auto;
  padding:5px;
}

div.order-detail-content {
  font-size:12px;
}

.deal_product_title_image img  {
  width:100%;
}

.deal_content {
  clear:both;
}

.deal_option {
  width: 100%;
  padding: 20px 10px 10px 10px;
  position: sticky;
  position: -webkit-sticky;
  top: 39px;
  background-color: #FFF;
  bottom: -1px;
  z-index: 90;
  box-shadow: 0px 0px 3px rgb(0 0 0 / 20%);
}

.deal_option_selected table {
  margin-top:10px;
  width:100%;
}
.deal_option_selected table td {
  padding:5px;
}

.btn_order {
  padding:10px 0 !important;
}

.btn_order button {
  width:100%;
}

table.select_option_table {
  display:none;
}

div.deal_content_images, div.deal_content_box {
  width:100%;
  font-size:12px;
}

div.deal_content_box {
  padding-left:10px;
  padding-right:10px;
}

div.deal_content_images img {
  width:100%;
}

div.deal_content_box img {
  width:auto;
  max-width:100%;
}

div.pop_modal {
  display: none;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0,0,0,0.3);
  z-index: 99;
}

div.order_preview {
  background-color: rgba(0,0,0,0.3);
}

div.pop_modal_box {
  display: block;
  position: fixed;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  border: 1px solid #DDD;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 0 9px rgba(0,0,0,0.5);
  z-index: 100;
  max-width: 480px;
  margin: auto;
  background-color: #FFF;
  overflow: hidden;
}
div.order_preview_popup
,div.common__popup {
  background-color: #FFF;
}

div.order_preview_title
,div.pop_modal_title {
  padding: 10px 10px;
  background-color: #E2E2E2;
  border-radius: 5px;
  color: #000;
  margin-left: -5px;
  margin-right: -5px;
}

div.order_preview_option {
  padding: 0px;
  margin: 10px auto;
  overflow-y: auto;
  position: absolute;
  left: 10px;
  top: 50px;
  right: 10px;
  bottom: 125px;
}

div.order_preview_option table {
  width:100%;
}

div.order_preview_btn
,div.pop_modal_btn {
  padding: 20px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  text-align: center;
  right: 0px;
  border-top:1px solid #c7c7c7;
  background-color:#FFF;
}

.order_preview_box .deal_name {
  font-weight: bold;
    padding: 5px 0;
    border-bottom: 1px solid #666;
}

tr.order_preview_row_title th {
  font-size:12px;
  color: #666;
  text-align:center;
  padding: 8px 5px;
}

tr.order_preview_row_option td {
  padding: 5px 0;
  border-top: 1px dotted #BBB;
}

div.order_preview_payment {
  padding: 10px 0;
  border-top: 1px dashed #BBB;
  text-align: center;
  position: absolute;
  left: 20px;
  bottom: 80px;
  right: 20px;
}

span.payment_total_price {
  color: #ef0707;
  font-size: 14px;
  font-weight: bold;
  padding-right: 5px;
  padding-left: 5px;
}

tbody.order_preview_option_list td {
  font-size:12px;
  padding: 10px 2px;
}

div.order_preview_payment_info div.input-group {
  margin-top:15px;
}

div.order_preview_payment_agree {
  margin-top:15px;
  padding:5px;
  font-size:12px;
}

.spread_title {
  display:block;
  cursor:default;
}

.spread_title.spread_open + .spread_content {
  display:block;
}

.spread_content {
  display: none;
  background-color: #EFEFEF;
  padding: 15px 5px;
  line-height: 1.25em;
}

h3 span {
  margin-right:5px;
  font-weight: bold;
}

footer {
  padding: 10px;
  clear: both;
  font-size: 12px;
  width:100%;
  max-width: 768px;
  margin: auto;
}

/* */
.btn-success {
  background-color: #e50a11 !important;
  border-color: #e50a11 !important;
  background-image:none !important;
  filter:none;
  font-weight: bold;
}

.btn-info {
  background-color: #2c64af !important;
  border-color: #184d95 !important;
  background-image:none !important;
  filter:none;
  font-weight: bold;
}

.btn-primary
,.btn-warning
,.btn-danger {
  background-image:unset;
}


.btn-warning {
  background-color: #ff6600 !important;
  border-color: #b14700 !important;
}

div.order_list h4 {
  padding:10px;
}
div.order_list div.ticket_list table {
  font-size:12px;
  width:100%;
}
div.order_list div.ticket_list table tbody tr:nth-child(1) td {
  padding:5px;
}
div.order_list div.ticket_list table tbody tr:nth-child(2) td {
  padding:5px 5px 10px 5px;
}
div.order_list div.ticket_list table tbody tr:nth-child(1) td {
  border-top: 1px dashed #E2E2E2;
}
div.order_list div.ticket_list table thead th
,div.order_list div.ticket_list table thead td {
  padding:5px;
  border-bottom: 1px solid #C2C2C2;
}

button.btn span.glyphicon{
  margin-right:5px;
}

div.ticket_detail_view {
  display:none;
}

div.barcode_view {
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px dashed #DDD;
  height: 180px;
  background-color: #FFF;
  position: sticky;
  position: -webkit-sticky;
  top: 0px;
}

div.deal_detail_view
{
  overflow-y: scroll;
  max-height: 100%;
  /*position: absolute;*/
  left: 5px;
  right: 5px;
  bottom: 75px;
  top: 240px;
  background-color: #FFF;
  padding: 5px 10px 10px 5px;
  font-size: 12px !important;
  line-height: 1.2em !important;
}

div.deal_detail_view
,div.deal_detail_view div
,div.deal_detail_view p
,div.deal_detail_view span
,div.deal_detail_view td
,div.deal_detail_view th{
  font-size: 12px !important;
  line-height: 1.2em !important;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select:none;
  user-select:none;
  -o-user-select:none;
}

div.deal_detail_view div.page-header {
  margin-top:10px;
}

div.deal_detail_view hr {
  margin-top:5px;
  margin-bottom:5px;
}

div.pop_modal_content {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 75px;
  top: 55px;
  overflow-y: auto;
  overflow-x: hidden;
}

div.ticket_slide_view {
  cursor: default;
  background-color: #FFF;
  position: absolute;
/*  left: 0px;
  right: 0px;*/
  top:0px;
  display: none;
}

div.btn_slide_box {
  position: sticky;
  position: -webkit-sticky;
  top: 125px;
  z-index: 1000;
  left: 0px;
  right: 0px;
  clear:both;
  max-width:480px;
  margin:auto auto;
}

div.btn_slide_before {
  float:left;
}

div.btn_slide {

}

div.btn_slide_next {
  float:right;
}

div.order_list table {
  font-size:12px;
  width:100%;
}

div.order_list table td
,div.order_list table th {
  padding:5px;
}

div.order_list table thead {
  border-bottom: 1px solid #DDD;
}

div.order_list table thead th {
  padding-bottom:10px;
}

div.order_list .product_title img {
  width:100%;
  max-width:100px;
  border-radius:5px;
}

div.order_list tbody tr.reg_date td
,div.order_list tbody tr.reg_date th
,div.order_list tbody tr.deal_name td.product_title
{
  border-bottom:1px solid #DDD;
}

p.detail_view div.btn-group-xs {
  text-align:right;
}

div.order_list td.product_title {
  padding-top:10px;
  padding-bottom:10px;
}

div.mini_gnb_navi .go_order_history {
  display:block;
  float:left;
}

div.mini_gnb_navi .go_back
,div.mini_gnb_navi .go_forward
,div.mini_gnb_navi .go_refresh {
  display:block;
  float:right;
  padding:5px;
}


div.order-search-nav {
  margin-top:20px;
  margin-bottom:20px;
}

div.order-search-form {
  max-width:450px;
  margin:auto auto;
}

@media screen and (min-width:992px ){
  div.order-search-form {
    max-width:450px !important;
    margin:auto auto;
  }
  div.order-search-form.col-md-12 {
    width:100% !important;
    float: none !important;
  }
  div.order-search-form div.col-md-3 {
    width:100% !important;
    float: none;
  }
  div.order-search-form div.col-md-4 {
    width:100% !important;
    float: none;
  }
}

.nav-tabs .active {
  font-weight:bold;
}

.text-center {
  text-align:center;
}

div.deal_summry_point {
  width: 100%;
  padding: 10px;
  background-color:#FFF;
}

.navbar-collapse span.glyphicon {
  font-size:12px;
}

.navbar-brand img {
  height:140%;
}

.deal_summry_point_box {
  font-size:12px;
}

div.tab-contents-container {
  margin-top:5px;
  width:100%;
  font-size:12px;
  box-shadow: 0px 0px 3px rgb(0 0 0 / 20%);
}

div.tab-contents-container ul.nav-tabs li {
  font-size:12px;
}

div.tab-contents-container ul.nav-tabs {
  background-color:#FFF;
}

div.deal_content .tab-pane {
  padding-top:15px;
  padding-bottom:15px;
  font-size:12px;
  background-color:#FFF;
  min-height:300px;
}

/** Top Navigation **/
div.top-navi-container {
  width:100%;
  overflow-x: hidden;
  overflow-y: hidden;
  position: sticky;
  position: -webkit-sticky;
  top:-21px;
  background-color:#FFF;
  border-bottom: 1px solid #E1E1E1;
  z-index:100;
  min-height:25px;
  max-width:768px;
  margin:auto auto;
}

div.top-navi-container.menuclose {
  height: 63px;
}

div.top-navi-container.menuopen {
  height: 250px;
}

div.top-navi {
  max-width:768px;
  width:100%;
  padding:0px 5px 0px 5px;
  clear:both;
  min-width:520px;
}

div.top-navi li {
  float:left;
  height:23px;
  /*border-bottom:1px solid #2c64af;*/
}

div.top-navi ul {
  clear:both;
  height:23px;
}

div.top-navi li.logo {
  width:150px;
  margin-right:5px;
}

div.top-navi li.logo img {
  height:19px;
}

li.deal_list_title p.point {
  display: block;
  max-height: 54px;
  overflow-y: hidden;
  font-weight: normal;
  padding: 5px;
  margin: 0px;
  max-height: 41px;
}

div.deal_list_item ul.option_price li.status {
  float:left;
  font-size:14px;
  color: #b65a9d;
  font-weight: bold;
}

#id-main-navi dl {
  display:table-row;
}

#id-main-navi dd {
  display:table-cell;
}

div.top-navi dd.category {
  padding:8px 6px;;
  font-weight:bold;
  word-break: keep-all;
  border-bottom: 3px solid #FFF;
  font-size:14px;
}

div.top-navi dd.active {
  border-bottom:3px solid #e50a11;
  font-weight:bold;
  color:#e50a11;
}

div.top-navi dd.active a {
  color:#e50a11;
}

div.btn-all-navi {
  position: absolute;
  right: 3px;
  z-index: 200;
  top: 28px;
  background-color: rgba(255,255,255,0.3);
  padding: 5px;
  font-size: 15px;
}

div.btn-all-navi div {
  background-color: #FFF;
  box-shadow: 1px 1px 3px 1px rgb(0 0 0 / 30%);
  padding: 7px 6px 0px 7px;
  border-radius: 15px;
}

div.all-navi-bg {
  position: fixed;
  top: 0px;
  left:0px;
  right:0px;
  bottom:0px;
  background-color:rgba(0,0,0,0.5);
  padding: 0px;
  z-index: 99;
  display: none;
}

div.all-navi {
  background-color:#FFF;
  padding:10px;
  z-index:100;
  width:100%;
  position:fixed;
  top:0px;
  left:0px;
  right:0px;
  height:250px;
  display:none;
  font-size: 12px;
  font-weight: bold;
  max-width: 768px;
  margin: auto;
}

div.all-navi dd {
  min-width:112px;
  max-width: 120px;
  word-break: keep-all;
  float: left;
  text-align: center;
  border: 1px solid #d7d7d7;
  padding: 5px;
  border-radius: 2px;
  margin-left: 5px;
  margin-bottom: 5px;
  color: #1f4374;
}

div.common_popup {
  margin-top:150px;
}

footer div.customer_center {
  clear:both;
  font-size:12px;
  font-weight:bold;
  color:#666;
}

footer div.customer_center a {
  color:#666;
}

footer div.customer_center ul li {
  float:left;
  padding:0px 5px 0px 5px;
  border-right:1px solid #BBB;
}

footer div.customer_center ul li:first-child {
  padding-left:0px;
}

footer div.customer_center ul li:last-child {
  border-right:0px;
}

div.footer_copyright {
  padding-left:10px;
  clear:both;
  padding-top:4px;
  font-size:11px;
  color:#666;
  font-weight:normal;
  max-width: 768px;
  margin: auto;
}

footer div.footer_copyright {
  padding-left:0px;
  font-weight:bold;
  padding-top:8px;
  font-size:12px;
  color:#666;
}

div#id-cs-tab-contents div.deal_content_box {

}

div#id-cs-tab-contents div.deal_content_box li {
  list-style-type:decimal-leading-zero;
  margin-left:20px;
  margin-right:20px;
}

div.content-page {
  background-color:#FFF;
  padding: 5px 0px;
  font-size:12px;
}

div.content-page div.page-header {
  padding:0px 5px;
}

div.order_list table tr {
  background-color:#FFF;
}

div.order-info-detail
div.order_list {
  background-color:#FFF;
}

li.text-banner {
  padding-top:5px;
  width: 180px;
}

li.text-banner p {
  font-size:12px;
  text-align:center;
}

.btn-navi-primary {
  display:block;
  color:#d7588f;
  border-color: #d7588f !important;
}

.btn-navi-secondary {
  display:block;
  color:#0eb5d5;
  border-color: #0eb5d5 !important;
}

form[name=order-search] div.input-group {
  margin-bottom:5px;
}

div#id-order-search-name
,div#id-order-search-no {
  min-height:unset;
}

div.ticket-detail {
  font-size:12px;
}

.status-row {
  font-weight:bold;
  color:#2c64af;
}

div.privacy-box {
  font-size:10px;
}

div.privacy-box th
,div.privacy-box td {
  padding:2px;
  border:1px solid #B5B5B5;
}

div.privacy-box th {
  text-align:center;
}

div.privacy-box p.row-title {
  font-weight:bold;
}

div.privacy-box p.row-title1 {
  font-weight:bold;
}

div.privacy-box p.row-type1 {
  padding-left:5px;
  padding-bottom:4px;
}

div.privacy-box p.row-type2 {

}

div.privacy-box p.row-type3 {
  padding-left:2px;
  font-weight:bold;
}


div.terms-box p.row-title {
  font-weight:bold;
}

div.terms-box p.row-title1 {
  font-weight:bold;
}

div.terms-box p.row-type1 {
  padding-left:4px;
  padding-bottom:4px;
}

div.terms-box p.row-type2 {

}

div.terms-box p.row-type3 {
  padding-left:8px;
}

div#id-faq li {
  font-size:12px;
}

div#id-faq li p.faq-subject {
  font-weight:bold;
  border-bottom:1px solid #CCC;
  padding-top:5px;
  padding-bottom:5px;
}

div#id-faq li p.faq-content {
  display:none;
  padding:10px;
  border-bottom:1px solid #eee;
}

div#id-customer-center p {
  padding:3px;
}

div.deal_content_box p.row-title{
  font-weight:bold;
}

/* Product Banner */
div.product-banner {
  background-color:#FFFFFF;
  height:155px;
  padding-bottom:5px;
}

div.product-banner-box {
  background-color:#FF6600;
  height:150px;
}

div.vod-list {

}

div.vod-list-item {
  max-width: 266px;
  float: left;
}

div.vod-list-item div.thumbnail {
  width:100%;
  height:250px;
}

div.vod-list-item h4 {
  font-size:16px;
}

div.vod-list-item div.caption p.desc {
  padding:5px;
}

@media screen and (max-width: 768px) {
  div.vod-list-item {
    max-width: 266px;
    float: left;
  }
}

@media screen and (max-width: 376px) {
  div.vod-list-item {
    max-width:100%;
    float: left;
    width:100%;
  }
}

/* General Contents */
div.sub-title {
  padding:5px 10px 10px 10px;
}

div.sub-list-row ul li {
  list-style-type: decimal-leading-zero;
  margin-left:40px;
}

div.sub-list-row p.row-title {
  font-weight:bold;
  margin-right: 20px;
  margin-left: -20px;
  padding-left: 20px;
  padding-bottom: 10px;
  border-bottom:1px dashed #929292;
}
