@charset "UTF-8";
/*
* NanumBarunGothic (korean)
 */
@font-face {
  font-family: 'NotoSansKR';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/NotoSansKR-Light.woff2) format('woff2'),
  url(../fonts/NotoSansKR-Light.woff) format('woff'),
  url(../fonts/NotoSansKR-Light.otf) format('opentype')
}

@font-face {
  font-family: 'NotoSansKR';
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/NotoSansKR-Regular.woff2) format('woff2'),
  url(../fonts/NotoSansKR-Regular.woff) format('woff'),
  url(../fonts/NotoSansKR-Regular.otf) format('opentype')
}

@font-face {
  font-family: 'NotoSansKR';
  font-style: normal;
  font-weight: bold;
  src: url(../fonts/NotoSansKR-Bold.woff2) format('woff2'),
  url(../fonts/NotoSansKR-Bold.woff) format('woff'),
  url(../fonts/NotoSansKR-Bold.otf) format('opentype')
}

@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, table, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
  box-sizing: border-box;
  border: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

button, input, select {
  font-family: 'NotoSansKR', sans-serif;

}

a {
  text-decoration: none
}


body {
  margin: 0;
  height: 100%;
  line-height: 1;
  color: #223650;
  font-family: 'NotoSansKR', sans-serif;
  font-style: normal;
}


.pt-0-8 {
  padding-top: 8px;
}

.pt-1 {
  padding-top: 10px;
}

.pt-1-8 {
  padding-top: 18px;
}

.pt-2 {
  padding-top: 20px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-5 {
  padding-top: 50px;
}

.pt-6 {
  padding-top: 60px;
}

.pt-7 {
  padding-top: 70px;
}

.pt-8 {
  padding-top: 80px;
}

.pt-9 {
  padding-top: 90px;
}

.pt-10 {
  padding-top: 100px;
}

.pt-11 {
  padding-top: 110px;
}

.pt-12 {
  padding-top: 120px;
}

.pt-13 {
  padding-top: 130px;
}

.pt-14 {
  padding-top: 140px;
}

.pt-15 {
  padding-top: 150px;
}

.pt-16 {
  padding-top: 160px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-1-2 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-5 {
  padding-bottom: 50px;
}

.pb-6 {
  padding-bottom: 60px;
}

.pb-7 {
  padding-bottom: 70px;
}

.pb-8 {
  padding-bottom: 80px;
}

.pb-9 {
  padding-bottom: 90px;
}

.pb-10 {
  padding-bottom: 100px;
}

.pb-11 {
  padding-bottom: 110px;
}

.pb-12 {
  padding-bottom: 120px;
}

.pb-12 {
  padding-bottom: 130px;
}

.mt-06 {
  margin-top: 6px;
}

.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-5 {
  margin-top: 50px;
}

.mt-6 {
  margin-top: 60px;
}

.mt-7 {
  margin-top: 70px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-9 {
  margin-top: 90px;
}

.mt-10 {
  margin-top: 100px;
}

.mt-11 {
  margin-top: 110px;
}

.mt-12 {
  margin-top: 120px;
}

.mt-13 {
  margin-top: 130px;
}

.mt-14 {
  margin-top: 140px;
}

.mt-15 {
  margin-top: 150px;
}

.mt-16 {
  margin-top: 160px;
}

.mb-1 {
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mb-3 {
  margin-bottom: 30px;
}

.mb-4 {
  margin-bottom: 40px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mb-6 {
  margin-bottom: 60px;
}

.mb-7 {
  margin-bottom: 70px;
}

.mb-8 {
  margin-bottom: 80px;
}

.mb-9 {
  margin-bottom: 90px;
}

.mb-10 {
  margin-bottom: 100px;
}

.mb-11 {
  margin-bottom: 110px;
}

.mb-12 {
  margin-bottom: 120px;
}

.mb-12 {
  margin-bottom: 130px;
}

.f-11 {
  font-size: 11px;
}

.f-12 {
  font-size: 12px;
}

.f-13 {
  font-size: 13px;
}

.f-14 {
  font-size: 14px;
}

.f-15 {
  font-size: 15px;
}

.f-16 {
  font-size: 16px;
}

.f-17 {
  font-size: 17px;
}

.f-18 {
  font-size: 18px;
}

.f-19 {
  font-size: 19px;
}

.f-20 {
  font-size: 20px;
}

.f_normal {
  font-weight: normal;
}

.f_bold {
  font-weight: bold
}

.a_text {
  cursor: pointer;
}

.text_center {
  text-align: center;
}

.text_point {
  color: #F93043;
}

.color_blue {
  color: #0000ff;
}

.max_100_img {
  max-width: 100%;
}

.modis {
  display: inline-block;
}

.mshow {
  display: none;
}

@media (max-width: 480px) {
  .modis {
    display: none;
  }

  .mshow {
    display: inline-block;
  }
}

input.app_input {
  width: 100%;
  height: 44px;
  border-radius: 4px;
  border: 1px solid #bbc1c9;
  padding: 0 16px;
  box-sizing: border-box
}

input.app_input:active, input.app_input:focus {
  border: 1px solid #6B7284;
  outline: none;
}

.app_input_info {
  color: #919396;
  font-size: 13px;
}

select.app_select {
  width: 100%;
  height: 44px;
  padding: 0 16px;
  cursor: pointer;
  -moz-appearance: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  -webkit-user-select: none;
  appearance: none;
  font-size: 100%;
  outline: 0;
  border: 1px solid currentColor;
  border-radius: 0.25rem !important;
  background-color: transparent;
  border: 1px solid rgba(27, 31, 35, 0.2);
  background-color: #FFF;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg transform='translate(-736.000000, -1016.000000)' fill='%234D4D4D' fill-rule='nonzero'%3E%3Cpolygon points='736.108962 1016.5 766.8393 1016.5 751.474131 1039.83452'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E"), linear-gradient(-180deg, #fafbfc, #eff3f6 90%);
  background-position: center right 1rem;
  background-size: 0.5rem 0.5rem;
  background-repeat: no-repeat;
  background-color: #ffffff;
  box-sizing: border-box;
}

select.app_select:required:invalid,
select.app_select option[value=""] {
  color: #A8ADB9;
}

select.app_select::-ms-expand {
  display: none;
}

select.app_select:focus {
  border: 1px solid #6B7284;
}


.app_wrap {
  /*    width: 600px;*/
  width: 100%;
  max-width: 632px;
  min-width: 350px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box
}

.app_header_top {
  width: 100%;
  height: 68px;
  position: relative;
}

.app_header_top_logo {
  width: 100%;
  height: 68px;
  display: inline-block;
  position: relative;
}

.app_header_top_core_logo > img {
  position: absolute;
  margin-left: 5px;  
  width: 25%;
  top: 10px;
  left: 0;
}

.app_header_top_logo > img {
  width: 38%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.app_header_top_cancel_btn {
  height: 36px;
  position: absolute;
  padding: 8px 12px;
  border-radius: 4px;
  background-color: #989898;
  top: 16px;
  right: 0;
  border: none;
  color: #ffffff;
  font-size: 15px;
}

.app_header_nav_group {
  width: 100%;
  padding-top: 20px;
  list-style: none;
  overflow: hidden;
  clear: both;
}

.app_header_nav_item {
  font-size: 15px;
  width: 20%;
  list-style: none;
  float: left;
  text-align: center;
  height: 52px;
  line-height: 1.2;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 17px 0;
}

.app_header_nav_item > a {
  color: #555;
}

.app_header_nav_item.on > a {
  color: #ffffff;
}

.app_header_nav_item:first-child {
  border-left: 1px solid #ddd;
  padding: 7px 0;
}

.app_header_nav_item.on {
  font-weight: bold;
  color: #ffffff;
  background-color: #F93043;
}

.app_header_nav_item:hover {
  background-color: #F2F4F9;
}

.app_header_nav_item.on:hover {
  background-color: #F93043;
}

@media (max-width: 560px) {
  .app_header_nav_item {
    width: 33.333%;
  }

  .app_header_nav_item:nth-child(4) {
    border-left: 1px solid #ddd;
    border-top: none;
  }

  .app_header_nav_item:nth-child(5) {
    border-top: none;
  }
}

.fixed_button {
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 0 !important;
}
@media (min-width: 600px){
    .fixed_button {
        max-width: 600px;
        left: 50%;
        transform: translate(-50%, 0);
    }
}

.app_body {
  padding: 30px 16px;
}

.app_body_page_title {
  text-align: center;
}

.app_body_page_title > h1 {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -1px;
  font-weight: 400;
}


.app_footer {
  border-top: 1px solid #ddd;
}

.app_footer_top {
  height: 50px;
  color: #555;
  letter-spacing: -0.5px;
  font-size: 14px;
  line-height: 50px;
  border-bottom: 1px solid #ddd;
}

.app_footer_top > .app_wrap > * {
  display: inline-block
}

.app_footer_top > .app_wrap > h3 {
  font-size: 16px;
  margin-right: 16px;
}

.app_footer_top > .app_wrap > h3 > strong {
  font-size: 28px;
  color: #F93043;
  margin-left: 8px;
}

.app_footer_info {
  background: #f7f7f7;
  padding: 20px 0;
}

.app_footer_info > .app_wrap {
  line-height: 155%;
  font-size: 13px;
  color: #666;
}

.app_btn {
  font-size: 15px;
  height: 44px;
  padding: 8px 12px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}

.app_btn.large {
  width: 100%;
  height: 52px;
  font-size: 16px;
}

.app_btn.main_color {
  background-color: #F93043;
  color: #ffffff;
}

.app_btn.blue_color {
  background-color: #6bc2ed;
  color: #ffffff;
}

.app_btn.none_radius {
  border-radius: 0;
}

@media (max-width: 600px) {
  .app_footer_top {
    padding-top: 14px;
    height: 70px;
    line-height: 1.2;
  }

  .app_footer_top > .app_wrap > h3 {
    line-height: 16px;
    margin-bottom: 10px;
  }

  .app_footer_top > .app_wrap > span {
    /*        line-height: 16px;*/
  }
}


/* purchase 구매 관련 */
.purchase_request_step_title {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  padding-bottom: 6px;
  border-bottom: 2px solid #6B7284;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.option_box,
.option_box tbody,
.option_box thead,
.option_box tr {
  width: 100%;
}

.option_box thead.option_head {
  height: 28px;
  background: #F1F4F9;
  font-weight: bold;
}

.option_row {
  width: 100%;
  clear: both;
  overflow: hidden;
}

.option_row > th,
.option_row > td {
  border: none;
  line-height: 1.4;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding: 10px 4px;
  font-size: 15px;
  vertical-align: middle
}

.option_row > th:last-child,
.option_row > td:last-child {
  border-right: none;
}

.app_checkbox {

}

.app_close_btn {
  height: 1.2rem;
  width: 1.2rem;
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  top: 2px;
}

.app_close_btn:before,
.app_close_btn:after {
  background: #A8ADB9;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  width: 2px;
}

.app_close_btn:after {
  transform: rotate(-45deg);
}


.app_checkbox {
  float: left;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}

.app_checkbox input[type="checkbox"] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0px;
  border: 0;
}

.app_checkbox input[type="checkbox"] + span {
  padding-left: 28px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 14px;
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
}

.app_checkbox input[type="checkbox"]:checked + span {
  background-position: 0 -20px;
}

.label-text {
  background-image: url(../images/check1.png);
}

.clause_full_text {
  width: 100%;
  font-size: 13px;
  height: 150px;
  border-radius: 4px;
  line-height: 1.43;
  border: 1px solid #bbc1c9;
  padding: 16px;
  box-sizing: border-box;
  overflow-y: auto
}

.step_button_group {
  overflow: hidden;
}

.step_button_group .app_btn > img {
  width: 16px;
  margin-top: 4px;
}

.step_button_group .app_btn.back {
  width: 150px;
  color: #A8ADB9;
  background: #F1F4FA;
  border: 1px solid #d0d5dd;
}

.step_button_group .app_btn.back > img {
  margin-right: 6px;
}

.step_button_group .app_btn.next {
  width: 150px;
  float: right;
}

.step_button_group .app_btn.next > img {
  margin-left: 6px;
}

.option_confirm_table,
.option_confirm_table thead,
.option_confirm_table tbody,
.option_confirm_table tr {
  width: 100%;

}

.option_confirm_table tr {
  border-bottom: 1px solid #ccc;
}

.option_confirm_table tr:first-child {
  border-top: 1px solid #ccc;
}

.option_confirm_table th {
  background: #F1F4F9;
  font-weight: normal;
  vertical-align: middle;
  font-size: 14px;
}

.option_confirm_table th,
.option_confirm_table td {
  padding: 12px 4px;
}

.ticket_info_text {
  list-style: none
}

.ticket_info_text li {
  margin-bottom: 10px;
  padding-left: 15px;
  background-image: url(../images/dot.png);
  background-repeat: no-repeat;
  background-position: left 8px;
  -webkit-background-size: 3px 3px;
  background-size: 3px 3px;
  color: #1d1d1d;
  line-height: 1.23;
}

.ticket_info_text li:last-child {
  margin-bottom: 0;
}

/* pusrchaseHistory 구매내역 조회/취소 */
.purchase_list {
  list-style: none;
  width: 100%;
}

.purchase_list_item {
  padding: 16px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  position: relative;
}

.purchase_list_item:last-child {
  margin-bottom: 0;
}

.purchase_list_item .detail_info {
  width: calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
}

.purchase_list_item .detail_info .ticket_name {
  font-size: 18px;
  padding-bottom: 10px;
}

.purchase_list_item .detail_info .ticket_price {
  padding-bottom: 8px;
}

.purchase_list_item .detail_info .ticket_price .ticket_status {
  color: #F93043;
}

.purchase_list_item .detail_info .ticket_purchase_date {
  color: #A8ADB9;
  font-size: 14px;
}

.purchase_list_item .go_detail_btn {
  width: 24px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
}

.purchase_list_item .go_detail_btn button {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent
}

.phone_input_form {
  width: 100%;
}

.phone_input_form > .phone_input {
  width: calc(100% - 128px);
  width: -webkit-calc(100% - 128px);
}

.phone_input_form > .phone_button {
  width: 120px;
  float: right;
}

.btn_both { overflow:hidden; clear:both; width:auto; height:auto }
.btn_both .fl { float:left; width:280px }
.btn_both .fr { float:right; width:280px }

@media screen and (max-width: 768px) {
  .btn_both { overflow:hidden; clear:both; width:auto; height:auto }
  .btn_both .fl { width:100%; margin-bottom:10px }
  .btn_both .fr { width:100%; } 
}

