@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  word-break: keep-all;
}

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

a {
  text-decoration: none;
  color: #555;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0 auto;
  padding: 0;
}

figure {
  margin: 0;
  padding: 0;
}

textarea {
  resize: none;
}

table {
  border-collapse: collapse;
}

textarea, button {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

textarea, button, select {
  border-radius: 0;
}

button, select {
  cursor: pointer;
}

input:checked[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: checkbox;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="image"],
input[type="tel"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

/*공통*/
p {
  color: #777;
}

.text_center {
  text-align: center;
}

.pre_line {
  white-space: pre-line;
  line-height: 1.1em;
}

h1, h2, h3, h4, h5, h6, h7 {
  color: #666;
  font-size: 1.2em;
}

.pa2_0 {
  padding: 2% 0;
}

div {
  width: 100%;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

.gmintback {
  background: #01B9AD;
}

.gnavyback {
  background: #003349;
}

.darkredback {
  background: #c30d23;
}

.homecolorback {
  background: #0083CA;
}

.point {
  color: #ED1C24;
}

input::-webkit-input-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder {
  color: #ccc;
}

input::-ms-input-placeholder {
  color: #ccc;
}

input::placeholder {
  color: #ccc;
}

.txtc {
  text-align: center !important;
}

.ma10 {
  margin: 10px auto !important;
}

.ma20 {
  margin: 20px auto !important;
}

.mr10 {
  margin-right: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

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

.pa20 {
  padding: 20px 0 !important;
}

.pre {
  white-space: pre-line;
}

body {
  width: 100%;
  margin: 0 auto;
  position: relative;
  font-size: 13px;
  overflow-x: hidden;
  background: #e1eaf1;
  max-width: 375px;
}

.bodybg {
  background: #fff;
  width: 98%;
  min-width: 320px;
  height: 100%;
  margin: 1vh auto;
  position: relative;
  min-height: 98vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  -webkit-flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

header .head {
  width: 100%;
  margin: 0 auto;
  padding: 5px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  -webkit-flex-wrap: wrap;
  position: relative;
  text-align: center;
}

header .head h1 {
  width: 100%;
  z-index: 99;
}

header .head h1 img {
  width: 100%;
  max-width: 130px;
}

footer {
  width: 100%;
  margin-top: 2vh;
  padding-top: 1vh;
  background: #e1eaf1;
}

footer .footer_div {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer div {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

footer p.info {
  max-width: 360px;
  font-size: .7rem;
  letter-spacing: -.05rem;
  line-height: 1.1rem;
}

footer p.info .title {
  font-weight: bold;
}

footer img {
  width: 100%;
  max-width: 100px;
  text-align: center;
  margin: 5px auto;
}

main {
  width: 95%;
  margin: 0 auto;
  padding: 5px 0;
  position: relative;
  height: 100%;
}

main h2 {
  color: #232323;
  font-size: 1.2rem;
  text-align: center;
  padding: 1vh 0;
  margin-bottom: 20px;
  position: relative;
  z-index: 9;
}

main h2:before {
  content: '';
  z-index: -1;
  width: 60%;
  margin: 0 auto;
  padding: 0;
  display: block;
  background: #e1eaf1;
  height: 13px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 6px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

main .btn_2set {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  -webkit-flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

main .btn_2set > button {
  width: 49%;
}

main .btn {
  width: 100%;
  height: 44px;
  border: none;
  border-radius: 20px;
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  -webkit-flex-wrap: wrap;
}

main .btn_normal {
  background: #b5b5b5;
  color: #fff;
}

main .btn_point {
  background: -webkit-gradient(linear, left top, right top, from(#32b7b6), color-stop(#3581a5), to(#425389));
  background: linear-gradient(to right, #32b7b6, #3581a5, #425389);
  color: #fff;
}

main .btn_full {
  width: 100%;
  border: none;
  padding: 2vh 0;
  background: #e1eaf1;
  -webkit-box-shadow: 3px 3px 4px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 4px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  border-radius: 5px;
}

main .brbottom {
  border-bottom: 1px solid #ccc;
}

main .notice {
  font-size: .8rem;
  letter-spacing: -.1rem;
}

main .line {
  border-top: 1px solid #ccc;
  margin: 2vh 0;
}

main .paging {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

main .paging li {
  display: inline-block;
  margin: 0 3px;
}

main .paging li.on {
  color: #ED1C24;
  font-weight: bold;
}

main .footerimg {
  margin-top: 5vh;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

main .footerimg img {
  width: 100%;
  margin: 0 auto;
  max-width: 380px;
  margin-bottom: -3px;
}

main .common {
  width: 95%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  position: relative;
}

main .normal_p {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  word-break: keep-all;
  padding: 5px 0;
  font-size: 12px;
}

main .cash_list {
  width: 100%;
  margin: 1vh auto;
  padding: 10px;
  background: #f9f9f9;
  border-radius: 15px;
}

main .cash_list li {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  -webkit-flex-wrap: wrap;
  padding: 1vh 0;
}

main .cash_list li span.txt {
  font-weight: bold;
  color: #3d6192;
}

main .cash_list_line {
  width: 100%;
  margin: 1vh auto;
  padding: 10px;
  border: 2px solid #eee;
  background: #fff;
  border-radius: 15px;
}

main .cash_list_line li {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  -webkit-flex-wrap: wrap;
  padding: 1vh 0;
  border-bottom: 2px solid #eee;
}

main .cash_list_line li:last-child {
  border-bottom: none;
}

main .cash_list_line li span.txt {
  font-weight: bold;
  color: #3d6192;
}

main .check_list {
  width: 100%;
  margin: 1vh auto;
  padding: 5px 10px;
  border: 2px solid #ccc;
  border-radius: 15px;
  position: relative;
}

main .check_list li {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  -webkit-flex-wrap: wrap;
  padding: 1vh 0;
  position: relative;
}

main .check_list span.more_detail {
  border: 1px solid #ccc;
  padding: 3px 10px;
  border-radius: 10px;
  position: absolute;
  right: 0;
}

main .popup {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid #ccc;
  z-index: 9;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 0 9999px, rgba(0, 0, 0, 0.1) 2px 2px 3px 3px;
          box-shadow: rgba(0, 0, 0, 0.5) 0 0 0 9999px, rgba(0, 0, 0, 0.1) 2px 2px 3px 3px;
  display: none;
}

main .personal_detail {
  width: 98%;
  height: 375px;
}

main .personal_detail > .close {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 20px;
  height: 20px;
  background: #ccc;
  cursor: pointer;
}

main .personal_detail > textarea {
  margin-top: 22px;
  width: 99%;
  height: 350px;
  border: none;
  overflow-y: scroll;
  font-size: 12px;
  letter-spacing: -.02rem;
}

main .security {
  width: 100%;
  margin: 3vh auto;
  padding: 0;
}

main .input_div {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  -webkit-flex-wrap: wrap;
  text-align: center;
  border: 2px solid #32b7b6;
  border-radius: 10px;
}

main .input_div input, main .input_div textarea, main .input_div select {
  border: 1px solid #ccc;
  height: 38px;
  border-radius: 4px;
  color: #232323;
}

main .input_div .input_common {
  width: 90%;
  margin: 5px 0;
  padding: 0;
  border: none;
  text-align: center;
}

main .input_div .input_icon {
  color: #32b7b6;
  font-size: 17px;
  display: inline-block;
}

.modal, .modal1 {
  width: 90%;
  margin: 0 auto;
  padding: 10px;
  max-width: 400px;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  z-index: 333;
  text-align: center;
  border-radius: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 0 9999px, rgba(0, 0, 0, 0.1) 2px 2px 3px 3px;
          box-shadow: rgba(0, 0, 0, 0.5) 0 0 0 9999px, rgba(0, 0, 0, 0.1) 2px 2px 3px 3px;
}

.modal .content, .modal1 .content {
  padding: 2vh 0 4vh 0;
}

.modal .modal_main, .modal1 .modal_main {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  -webkit-flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 50vh;
}

.modal h2::before, .modal1 h2::before {
  width: 100%;
}
/*# sourceMappingURL=style.css.map */