*{
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
    border: 0;
    font-family: 'Noto Sans KR';
}


.body-container {
    width:100%;
    max-width:800px;
    min-width:320px;
    margin:0 auto;
}

body,html {
    max-width: unset;
}

header {
    width:100%;
    max-width: unset;
}

/* header */

header {
    height: auto;
    position: sticky;
    z-index: 1;
    top: 0;
    width: 100%;
    background-color: blue;
    /* background-color: #e61e6e; */

}

.navbar-brand {
    font-family: 'S-CoreDream-6Bold';
}

.card {
    width: 75px;
    height: 100px;
    float: left;
}

.nav_menu {
    width: 50%;
    float: right;
}

.nav_menu>ul>li {
    font-size: 30px;
    float: left;
    padding-left: 20px;
    list-style: none;
}

.header_text {
    padding-right: 75px;
    font-size: 24px;
    text-align: center;
    line-height: 100px;
    color: #fff;
}

@media screen and (max-width: 420px) {

    .header_text {
        padding-right: 50px;
        font-size: 16px;
        text-align: center;
        line-height: 100px;
        color: #fff;
    }

    .navbar-brand{
      font-size:1.10rem;
    }

    .sub-navi {
      font-size:0.8rem;
    }

    .download_box {
        padding:5px !important;
        font-size: 0.85rem !important;
    }

    .sub-navi > a::after {
      height:9px !important;
    }

}

@media screen and (max-width: 360px) {

  .navbar-brand{
    font-size:1.0rem;
  }
  .sub-navi {
    font-size:0.72rem;
  }
  .sub-navi > a::after {
    height:8px !important;
  }

}

.header_img {
    width: 100%;
    height: auto;
}

.header_img>img {
    width: 100%;
    height: auto;
}

/* header */

.container {
    height: auto;
    width: 100%;
    max-width: 800px;
    padding-left: 0px;
    padding-right: 0px;
}

/* 메인컨텐츠 시작 */

.main_contents {
    width: 100%;
    height: auto;
    padding:0px 0px;
}

.full-content {
    padding:0px;
}

.not_open {
    color: aliceblue;
    text-align: center;
    line-height: 750px;
}

.grid_contents {
    display: grid;
    padding: 5px;
    grid-template-columns: repeat(2, 50%);
    grid-gap: 10px;
    justify-content: center;
}

@media screen and (max-width: 768px) {

    .grid_contents {
        display: grid;
        padding: 10px;
        grid-template-columns: repeat(1, 100%);
        grid-template-rows: repeat(1, auto);
        grid-gap: 10px;
        justify-content: center;
    }

}

.imgset {
    width: 100%;
    height: auto;
}

/* .grid_content_slide {
    width: 100%;
} */

.grid_content_slide {
  display: flex;
  overflow: hidden;
  width: 100%; /* 부모 요소의 너비에 맞춰 조정 */
}

.slide {
  min-width: 100%;
  transition: transform 0.5s ease;
}

/* 슬라이드 구현 */

.grid_content_1 {
    width: 100%;
}

.grid_content_2 {
    background-color: #dce2ee;
    width: 100%;
}

.grid_content_3 {
    background-color: #fff8db;
    width: 100%;
}

.grid_content_4 {
    background-color: #fe5a96;
    width: 100%;
}

/* 메인컨텐츠 끝 */

/* footer */

footer {
    height: auto;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #dce2ee;
}

.copyright-text {
    width: 100%;
    height: auto;
    text-align: center;
    background-color: #dce2ee;
    font-family: 'S-CoreDream-4Regular';
    font-size:0.75rem;
    border-top: 1px solid rgba(255,255,255,0.5);
    padding-top: 15px;
    padding-bottom: 10px;
}

.copyright {
    width: 100%;
    height: auto;
    max-width: 500px;
}

.logo_partners>ul>li {
    width: 33.33%;
    float: left;
    list-style: none;
    height: auto;
    text-align: center;
    /* clear: none; */
}

.logo_partners>ul>li>a>img {
    max-width: 100px;
    padding-left: 0px;
    padding-right: 0px;
    list-style: none;
    height: auto;
    text-align: center;
}

.logo_partners {
    width: 100%;
    height: 100px;
    max-width: 500px;
    margin-bottom:10px;
}

/* footer */

/* 슬로프 네비게이션 0914*/

.sub-navi-box {
  /* border: 1px solid red; */
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #000c34;
  padding-top: 10px;
  padding-bottom: 10px;
}

.sub-navi {
  text-align: center;
  font-weight: 400;
}

.sub-navi>a {
  color: #fff;
  margin-left: 3px;
  margin-right: 3px;
  display: inline-block;
}

.sub-navi > a::after {
  content: '';
  font-size: 0.8rem;
  margin-left: 10px;
  display: inline-block;
  height:11px;
  border-right:1px solid rgba(255,255,255,0.5);
}

.sub-navi > a:last-child::after {
  content: '';
  display: none;
}


/* 슬로프 */

.page-title {
  font-size: 16px;
  font-weight: 400;
  background-color: #000c34;
  padding: 5px 0px 5px 10px;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.section-box {
  word-break: break-all;
}

.content-box {
  margin-top:20px;
  font-size: 14px;
}

.sectiontext-bold {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
}

/* 이용약관 */

.page-title-terms {
    font-size: 24px;
    font-weight: 700;
  }

  .index {
    font-size: 16px;
    font-weight: 700;
  }

  .tbl {
    width:100%;
    text-align: center;
    background-color: #CDCDCD;
  }

  .header .tbl th {
    color:#FFF !important;
  }

  .tbl .maintext {
    border-left: 1px solid #dee2e6;
  }

  .tbl .maintext:first-child {
    border-left:0px;
  }

  .maintext {
    vertical-align: middle !important;
  }

  .maintext p {
    margin-bottom:0px;
  }

  .maintext-bold {
    font-size: 13px;
    font-weight: 700;
  }

  .tbl>th {
    text-align: center;
    padding: 5px 0px 5px 0px;
    /* background-color: #e61e6e; */
    background-color: blue;
  }

  .terms-box {
    font-size: 12px;
  }

  .image-box {
    margin-top:5px;
    margin-bottom:15px;
  }

  .download_box {
    padding: 20px;
    font-size: 1.05rem;
    font-weight: 600;
  }

  .under-con {
    padding:20px;
    margin-top:50px;
    margin-bottom:50px;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 600;
  }

  .bus_footer_box {
    background-color: #dce2ee;
    height: 250px;
    /* height: 300px; */
  }


/** 이벤트 참여 **/

div#id-event-regist-popup {
  display: none;
  position: fixed;
  left:0px;
  top:0px;
  bottom:0px;
  right:0px;
  z-index: 2;
  background-color: rgba(0,0,0,0.3);
  text-align:center;
}

div.event-regist {
  text-align: left;
  background-color: #FFF;
  padding: 15px;
  width: 100%;
  max-width: 410px;
  border-radius: 10px;
  display: inline-block;
  margin-top:50px;
}

div.event-regist .popup-title {
  font-size:20px;
  font-weight:500;
}

div.event-popup-button {
  padding:15px;
  text-align:center;
}

div.form-regist {
  line-height:8px;
  padding:10px;
  border-top:1px solid #ACACAC;
  border-bottom:1px solid #ACACAC;
}

div.form-regist p {
  line-height:18px;
}

div.event-user-list table {
  border:0px;
}

div.event-user-list table th
,div.event-user-list table td {
  background-color: unset;
  font-size:14px;
}

div.event-user-list table th {
  color:#828282;
  font-weight: 400;
}

div.event-user-list table td {
  text-align:left;
  font-size:16px;
  font-weight: 500;
}

div.event-regist-box .page-title {
  color:#00baff;
  font-size:18px;
  font-weight: 700;
}

div.event-regist-box .page-title::before {
  content: ' ';
}

div.event-regist-box .page-title::after {
  content: ' ';
}

div.event-regist-box small {
  color:#828282;
  font-size:70%;
}

div.event-notice {
  padding:10px;
}

.list-more {
  text-align: center !important;
  font-size: 25px !important;
}

div#id_event_regist .input-group {
  border-bottom:1px dashed #AAA;
}

div#id_event_regist .input-group span.input-group-addon {
  line-height: 37px;
  padding-right: 5px;
  padding-bottom: 10px;
}


/** 마이페이지 **/
div.user-mypage {
  padding:15px;
}

/** button **/
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
  background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}

/** pannel **/
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px;
  font-size: 16px;
  color: inherit;
}

.panel-body {
  padding: 15px;
}

.panel-primary { border-color: #337ab7; }

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}

.panel-info { border-color: #bce8f1; }

.panel-info>.panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
  background-image: -webkit-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
  background-repeat: repeat-x;
}

.panel-danger { border-color: #ebccd1; }

.panel-danger>.panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  background-image: -webkit-linear-gradient(top, #f2dede 0, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image: linear-gradient(to bottom, #f2dede 0, #ebcccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
  background-repeat: repeat-x;
}

.panel-warning { border-color: #faebcc; }

.panel-warning>.panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
  background-image: -webkit-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
  background-repeat: repeat-x;
}

.panel-success { border-color: #d6e9c6; }

.panel-success>.panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
  background-image: -webkit-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
  background-repeat: repeat-x;
}

.panel-default { border-color: #ddd; }

.panel-default>.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}

.redline-box {
  width: 300px;
  height: 300px;
  border: 2px solid red; /* 빨간 테두리 */
  display: flex;
  align-items: center; /* 수직 가운데 정렬 */
  justify-content: center; /* 수평 가운데 정렬 */
  margin: 0 auto; /* 페이지 가운데 정렬을 위해 추가 (선택 사항) */
}

.redline-message {
  font-size: 18px;
  color: black;
  text-align: center;
}

.blueline-box {
  width: 100%;
  border: 2px solid rgb(2, 95, 254); /* 빨간 테두리 */
  display: inline;
  align-items: center; /* 수직 가운데 정렬 */
  justify-content: center; /* 수평 가운데 정렬 */
  margin: 0 auto; /* 페이지 가운데 정렬을 위해 추가 (선택 사항) */
}

.scrollable-div {
  width: 100%;
  max-width: 800px; /* 화면 크기에 따라 최대 너비를 제한 */
  height: 500px;
  border: 2px solid #bce8f1;
  overflow-y: scroll; /* 세로 스크롤 활성화 */
  padding: 20px; /* 내부 여백 */
  box-sizing: border-box;
}

#coupon_qr_area {
  scale: 80%;
}
