@charset "UTF-8";

@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

/* ==========================================================================
   #RESET
   ========================================================================== */
html, body {
  min-height: 100%;
  height: auto;
  font-family:'나눔고딕','NanumGothicWeb','Nanum Gothic','돋움',Dotum,Helvetica,Verdana,Arial,sans-serif;
  word-wrap: break-word;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  color: #222;    
}

body {
  position: relative;
  backface-visibility: hidden;
}


body,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, dt, dd, ol, ul,
div, span, figcaption,
figure, hr, address, table,
fieldset, legend, form {
  margin: 0;
  padding: 0;
}

/* ==========================================================================
   #HEADINGS
   ========================================================================== */
h1,
h2,
h3 {
  font-weight: 400;
}

h1 {
  font-size: 16px;
  color: #fff;
  letter-spacing: -1px;
  font-weight: 400;
}
h1:before {
  content: ''; 
  display: inline-block;
  width: 60px;
  height: 20px;
  margin: -2px 5px 0 0;
  background: url(../image/logo_kakao.png) no-repeat 0 center; 
  background-size: 60px auto;
  vertical-align: top;
}
h2 {
  font-size: 30px;
  color: #FFF;
  line-height: 30px;
}

h3 {
  font-size: 22px;
  color: #FFF;
}


/* ==========================================================================
   #COMMON
   ========================================================================== */
img {
  width: 100%;
  max-width: 100%;
  vertical-align: top;
}

em {
  font-style: normal;
}

.blind {
  display: none;
}

/* ==========================================================================
   #FORM
   ========================================================================== */
fieldset {
  min-width: 0;
  border: 0;
}

legend {
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
}

textarea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  resize: none;
  border: 1px solid #34495c;
  font-family: 'Nanum Gothic',sans-serif;
  line-height: 20px;
  color: #fff;
  font-size: 1em;
  background: #fff;
  white-space: pre-line;
  word-wrap: break-word;
}

/* ==========================================================================
   #LISTS
   ========================================================================== */
ol, ul, li {
  list-style: none;  
}

/* ==========================================================================
   #LINKS
   ========================================================================== */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;  
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #282828;
}

/* ==========================================================================
   #INPUT
   ========================================================================== */

input, textarea, select, button {
	margin:0;
  padding:0;
  vertical-align: middle;
  font-size: 16px;
  font-family:'나눔고딕','NanumGothicWeb','Nanum Gothic','돋움',Dotum,Helvetica,Verdana,Arial,sans-serif;
  color:#222;
  text-align: center;
  appearance: none; 
	-webkit-appearance: none;  
  -moz-appearance: none; 
  -ms-appearance: none; 
  -o-appearance: none;
}

::-ms-clear {
  display: none;
}

button {cursor:pointer; border: none; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; }

.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
  border: none;
  background: none;
}

button, input, select, textarea {
  margin: 0;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  width: auto;
  overflow: visible;
  font: inherit;
  line-height: normal;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"] {
    padding: 0 10px;
    width: 100%;
    height: 48px;
    font-size: 18px;
    line-height: 20px;
    color: #222;
    text-align: center;
    background-color: #fff;
    border: 1px solid #222;
    box-sizing: border-box;  
}

/*
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
*/
textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="file"]:focus {
  outline: none;
}

input[type="text"]:disabled,
input[type="password"]:disabled {
  background: #eee;
  color: #999;
  border-color: #cfcfcf;
}

input[type=image] {
  width: auto !important;
  height: auto !important;
  margin: 0;
  padding: 0 !important;
  border: 0 none !important;
  background: none;
}
input[type=image]:focus {outline: none;}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999;
  font-size: 12px;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  opacity: 1;
  font-size: 12px;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  opacity: 1;
  font-size: 12px;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999 !important;
  font-size: 12px !important;
}

:placeholder-shown {
  /* Standard  */
  color: #999;
  font-size: 12px;
}

/* ==================================
   #CHECKBOX
   ================================== */
input[type=radio],
input[type=checkbox] {
  width: 18px !important;
  height: 18px !important;
  margin-right: -18px !important;
  line-height: 1;
  border: 0;
  vertical-align: middle;
  position: absolute;
  opacity: 0;
}

input[type=radio] + label,
input[type=checkbox] + label {
  position: relative;
  padding-left: 27px;
  text-align: left;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  vertical-align: middle;
  display: inline-block;
}

input[type=radio] + label:last-child,
input[type=checkbox] + label:last-child {
  margin-right: 0;
}

input[type=radio] + label:before,
input[type=radio] + label:after,
input[type=checkbox] + label:before,
input[type=checkbox] + label:after {
  vertical-align: middle;
  display: inline-block;
  content: "";
}


.checkbox input[type=checkbox] + label:before {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 10px;
  margin-top: -10px;
  border: 1px solid #34495c;
  box-sizing: border-box;
}

.checkbox input[type=checkbox] + label:after {
  position: absolute;
  box-sizing: border-box;  
  left: 4px;
  top: 4px;  
  width: 12px;
  height: 12px;
}

.checkbox input[type=checkbox]:checked + label:before {
  
}

.checkbox input[type=checkbox]:checked + label:after {
  width: 12px;
  height: 12px;
  background: url("../image/ico_check.png") no-repeat center;
  background-size: 13px 9px;
  text-indent: 1000%;
  white-space: nowrap;
  overflow: hidden;
}


/* ==========================================================================
   #TABLE
   ========================================================================== */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
}

th {
  font-weight: 400;
  vertical-align: bottom;
}

td {
  font-weight: 400;
  vertical-align: top;
}

/*paging*/
.paging{clear:both;margin:20px 0;text-align:center;}
.paging a, 
.paging strong {
  display: inline-block;
  position: relative;
  width: 27px;
  height: 27px;
  margin-right: 1px;
  padding: 4px 3px;
  font-family: 'Nanum Barun Gothic',sans-serif;
  font-size: 13px;
  line-height: 19px;
  color: #999;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
}
.paging strong,
.paging a:hover {
  color:#000;
  
}
.paging a.arr {font-size: 0; text-indent: -9999;}
.paging a.arr.first {background:url(../image/btn_pagePrevF.gif) no-repeat center;}
.paging a.arr.prev {background:url(../image/btn_pagePrev.gif) no-repeat center;}
.paging a.arr.next {background:url(../image/btn_pageNext.gif) no-repeat center;}
.paging a.arr.last {background:url(../image/btn_pageNextE.gif) no-repeat center;}




/* ==========================================================================
   #HEADER
   ========================================================================== */
header {
  background: #000;
}
.header_content {
  position: relative;
  margin: 0 auto;
  width: 470px;
  height: 140px;  
  text-align: center;
  background: url(../image/img_top.png) no-repeat #000 center  15px; background-size: 124px auto;
  box-sizing: border-box;
  z-index: 100;
}
.header_content h1 {
  padding: 70px 0 5px 0;
}
.menu {
  margin: 0 auto;
  width:300px;
  height: 45px;
  text-align: center;
  background: #fff;
  border-top-left-radius: 3px; border-top-right-radius: 3px; 
  -moz-border-top-left-radius: 3px; -moz-border-top-right-radius: 3px; 
 -webkit-border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px; 
}
.menu a {
  display: inline-block;
  padding: 6px 20px 0;
  font-size: 16px;
  line-height: 36px;  
  box-sizing: border-box;
}
.menu a:hover,
.menu a.on {
  font-weight: 500;
  border-bottom: 3px solid #ffcd00;
}
.logout {position: absolute; bottom:7px; right:0px; width:70px; height: 30px; line-height: 30px; font-size: 13px; padding: 0; background: #ccc; border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px;}


/* ==========================================================================
   #FOOTER
   ========================================================================== */
/* footer 전체 */
#footer {clear:both; margin: 0; background: #dbdbdb;}
.footer_content {width:720px; margin: 0 auto; padding: 20px 0;}
.cashgate {display: block; float: right; margin-top: 15px; width:90px; height: 42px; background: url(../image/logo_cashgate.png) no-repeat 0 0; background-size: cover; font-size: 1px; text-indent: -9999px;}
.company {display: block; width:500px; float: left;}
.galaxia {padding-bottom: 5px;}
.f_info {display: block; overflow: hidden;}
.f_info li {display: inline-block; font-size: 11px; /*float: left;*/ margin-bottom: 3px;}
.f_info li:after {content: '·'; display: inline-block; width: 15px; text-align: center;}
.f_info li:last-child:after {display: none;}
.copyright {display: block; font-size: 11px; padding-top: 10px;}

/* ==========================================================================
   #CONTAINER
   ========================================================================== */

#container {margin: 0; padding: 0; min-height: 500px;}
.content {margin: 0 auto; padding-bottom: 50px; overflow: hidden; position: relative;}
.content.uselist {background: #f8f8f8;}
.content.form .section {width:450px;}


.box_btn {display: block; margin: 20px auto 0; text-align: center;}
.box_btn a {}
.btn {display: inline-block; width:100%; height: 50px; background: #ffcd00; color: #222; font-weight: 500; line-height: 50px; text-align: center;  border-radius: 2px;   -moz-border-radius:2px;  -webkit-border-radius:2px; }
.btn.sm {width:60px; height: 30px; line-height: 30px; font-size: 13px;}
.btn:hover {background: #e5b800; }

@media screen and (max-width:768px) {
  .header_content {width: 300px;}
  .logout {position: absolute; top:10px; right:0px;}
  .content.form {width:300px;}
  .content.form .section {width:300px;}
  
   /* 2023.10.24 */
  .content.9 {
    width: 300px;
    margin: 50px auto 0;
  }
  /* 2023.10.24 e*/
  
  .footer_content {width:300px;}
  .cashgate {display: none;}
  .search .box {margin: 30px auto; width: 300px;}
  .box.list { width: 300px;}
}
@media screen and (max-width:414px) {

}
@media screen and (max-width:375px) {

}
@media screen and (max-width:360px) {

}
@media screen and (max-width:320px) {
}

/* section */
.section {margin:0 auto; width: 720px; position: relative; overflow: hidden; padding: 0;}
.section.search {width: 100%; background: #fff;}
.section h2 {display: inline-block; min-height: 30px; line-height: 30px;}
.h_tit {font-size: 16px; margin-bottom: 5px;  padding-top: 30px; font-weight: 500;}
.h_txt {}

.box {clear: both; width: 100%; padding: 30px 0; min-height: 50px;}
.box.under { border-bottom: 1px solid #e1e1e1;}
.box.mobile { padding-bottom: 0;}
.box .tit {display: block; margin-bottom: 5px; font-weight: 500;}
.box .txt {}
.box .ok {display: block; text-align: center; margin-top: 10px; font-size: 18px; font-weight: 500;}
.box .accent_r {color:#DD0003;}

.box.guide {padding-top: 0;}
.box.guide ul {}
.box.guide ul li {display: block; font-size: 13px; padding: 0 0 2px 8px;}
.box.guide ul li:before {content: ''; display: inline-block; width: 2px; height: 2px; margin-left: -8px;  margin-right: 5px; vertical-align: middle; background: #222;} 

.inner {margin-top: 20px;}
.inner_inp {}
.inner_inp label {display: inline-block; color: #222; font-weight: 500; margin-bottom: 5px;}
.inner_inp.certify { position: relative;}
.inner_inp.certify .timer {position:absolute; bottom:15px; /*left: calc(50% - 25px);*/ right: 10px; width:50px; z-index: 100; text-align: center; color:#ff4343; }

.phone_num {position: relative; text-align: center; height: 48px; font-size: 18px; line-height: 48px; font-weight: 500;}
.privacy_txt {margin:10px 0 0 25px;}
.privacy_txt li {display: block; text-indent: -8px; padding-left: 8px; font-size: 12px;}

.search .box {margin: 30px auto; width: 720px; padding: 0;}
.search .box .btn {width:15%; height: 40px; line-height: 40px;}
.search .box .h_txt {padding-top: 5px;}
.month_list {width: calc(40% - 20px); margin-right: 20px; float: left;}
.month_list li {display: block; width:32%; margin-left: 2%; height: 40px; float: left;}
.month_list li:first-child {margin-left: 0;}
.month_list li a {display: block; width: 100%; height: 40px; line-height: 38px; text-align: center; border: 1px solid #818891; box-sizing: border-box;}
.month_list li.on a { background:#ffcd00; border: 1px solid #000; }
.range_date {width: calc(45% - 20px); margin-right: 20px; float: left; }
.range_date span {display: inline-block; float: left; height: 40px; line-height: 38px;}
.range_date .date_inp {width: 47%; position: relative;}
.range_date .date_inp input {height: 40px; text-align: left; font-size: 13px; background: #fff;}
.range_date .date_inp label {display: block; width:0; height: 0; font-size: 0; text-indent: -9999;}
.range_date .date_inp .ic_calendar {position: absolute; top:1px; right: 1px; display:block; width: 38px; height: 38px; z-index: 200; background: url(../image/ico_calendar.gif) no-repeat center; font-size: 0; text-indent: -9999;}
.range_date .dash {width: 6%; text-align: center;}

.box.list { margin-left: -10px; width: 740px; overflow: hidden;}
.list_view {overflow: hidden;}
.list_view li {display: block; padding: 20px; width: calc(50% - 20px); margin: 10px; background: #fff; box-shadow: -1px 3px 5px #efefef; overflow: hidden; float: left; box-sizing: border-box;}
.list_view li dl {border-bottom: 1px solid #999; overflow: hidden;}
.list_view li dl dt,
.list_view li dl dd {display: inline-block; float: left; height: 36px; line-height: 36px; border-bottom: 1px solid #eee; }
.list_view li dl dt.last,
.list_view li dl dt.last + dd {border-bottom: none;}
.list_view li dl dt {width:30%;}
.list_view li dl dd {width:70%; text-align: right;}
.list_view li dl dt.accent {font-weight: 500;}
.list_view li dl dt.accent + dd {font-weight: 500; color: #EB0000;}
.list_view li dl dd .won {margin-left: 10px;}
.list_btn {margin-top: 10px;}
.list_btn.disable .btn.sm { background: #d7d7d7 !important; color: #999 !important; font-weight: 400; cursor: default;}
.list_btn .btn.sm {width:32%; margin-right:2%; float: left; font-size: 12px;}
/* 2020-02-05 취소 상품 때문에 추가  */
.list_btn .btn.sm.disable { background: #d7d7d7 !important; color: #999 !important; font-weight: 400; cursor: default; }



.list_btn .btn.sm:last-child {margin-right: 0;}

.detail_view {border-top: 1px solid #999; margin-top: 30px; overflow: hidden;}
.detail_view dt,
.detail_view dd {display: inline-block; float: left; height: 36px; line-height: 36px; border-bottom: 1px solid #eee; box-sizing: border-box;}
.detail_view dt {width:30%; padding-left: 10px;}
.detail_view dd {width:70%; padding-right: 10px;  text-align: right; font-weight: 500;}
.detail_view dd .won {margin-left: 10px;}

 /* 2023.10.24 */
.notice_box {
  text-align: center;
  margin: 0;
  padding: 30px 20px;
  min-width: 250px;
  overflow: hidden;
}
.notice_box .accent {
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 0 0;
  color: #0067ed;
}
.noti{
  width: 100px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 20px;
}
 /* 2023.10.24 e */


/* ==========================================================================
   MODAL
   ========================================================================== */
.modal_basic {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  font-size: 0;
  white-space: nowrap;
  text-align: center;
}

.modal_basic.is-expanded {
  display: block;
}

.modal_basic:before {
  content: '';
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 100%;
  vertical-align: middle;
}

.modal_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #000;
  opacity: .8;
  filter: alpha(opacity=80);
}

.modal_wrapper {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  white-space: normal;
  text-align: left;
  vertical-align: middle;
}

.modal_contents {
  min-width: auto;
  max-height: 80vh;
  background: #fff;
  padding: 10px 10px 20px;
  text-align: center;
  border-radius: 8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px; 
  /*높이가 작은레이어의경우  scroll*/
  /*overflow: scroll;*/
}

.popup_tit {display: block; padding: 10px; position: relative; border-bottom: 1px solid #e1e1e1;
  border-top-left-radius: 8px; border-top-right-radius: 8px;
  -moz-border-top-left-radius: 8px; -moz-border-top-right-radius: 8px;
  -webkit-border-top-left-radius: 8px; -webkit-border-top-right-radius: 8px;}
.popup_box {margin:0; padding: 30px 20px; min-width: 250px; max-width: 320px; overflow: hidden;} 		/* 2019.12.12 */
.popup_box.alert > p {display: none;}
.popup_box.alert > p.show {display: block;}
.popup_box.scr {margin-top: 30px; overflow-y: scroll; height: 440px;}

.modal-close {}
.modal_btn {display: block; margin:0; text-align: center;}
.modal_btn .m_btn {display: inline-block; width:40%; height: 40px; background: #ffcd00; color: #222; font-size: 13px; line-height: 40px; text-align: center; font-weight: 700; border-radius: 2px; -moz-border-radius:2px; -webkit-border-radius:2px; }
.modal_btn .m_btn.no {background: #eee;}
.btn_x {position: absolute; display:block; width: 25px; height: 25px;  top:12px; right: 10px; background: url(../image/ico_close_x.png) no-repeat center; background-size: 12px; text-indent: -9999px;}

.popup_box .accent {display: block; font-size: 16px; font-weight: 600;}
.popup_list {margin-top: 20px; padding: 5px 15px; width: 100%;  border: 1px solid #999; overflow: hidden; box-sizing: border-box;}
.popup_list dt,
.popup_list dd {display: inline-block; float: left; line-height: 36px;}
.popup_list dt {width: 30%; text-align: left;}
.popup_list dd {width:70%; text-align: right;}


/* 2024.10.28 */
.p1_pop {
	margin-left: 5px;
	color: #3466ff;
}
.popup_box1 {
  margin: 0;
  padding: 30px 20px;
  min-width: 250px;
  max-width: 320px;
  overflow: hidden;
}
.p1 table {
	clear: both;
	border-top: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	margin-top: 10px;
	margin-bottom: 20px;
  word-break: keep-all;
}

.p1 table thead th {
	text-align: center;
}

.p1 table th,
.p1 table td {
	border-bottom: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	padding: 10px;
	vertical-align: middle;
}

.p1 p{
  word-break: keep-all;
}
/* 2024.10.28 e */

@media screen and (max-width:768px) {
  .box {width: 300px; margin: 0 auto;}
  .section {width: 100%;}
  .search .box {margin: 30px auto; width: 300px;}
  .month_list {width: calc(100% - 20px); margin: 0 10px;}
  .range_date {width: calc(100% - 20px); margin: 15px 10px;} /* 2019.11.05 */
  .search .box .btn {width: 280px; margin: 0 10px 0;} /* 2019.11.05 */
  .search .box .h_txt {text-align: center;} /* 2019.11.05 */
  .box.list { width: 320px; margin: 0 auto;}
  .list_view li {width: 100%;}
}
@media screen and (max-width:414px) {
   .popup_box {
    padding: 20px 10px;
    max-width: 300px;
  }
  /* 2024.10.28 */
  .popup_box1 {
    padding: 20px 10px;
    max-width: 300px;
  }  /* 2024.10.28 e */

  /* 2019.12.12 */

}
@media screen and (max-width:375px) {

}
@media screen and (max-width:360px) {

}
@media screen and (max-width:320px) {
   .popup_box {
    padding: 20px 0;
    max-width: 270px;
  }
  /* 2024.10.28 */
  .popup_box1 {
    padding: 20px 0;
    max-width: 270px;
  }  /* 2024.10.28 e */

  /* 2019.12.12 */
  .popup_list {
    padding: 5px 10px;
  }
}

