@charset "utf-8";

@font-face {
  font-family: "GmarketSansMedium";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff")
    format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "GmarketSansLight";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff")
    format("woff");
  font-weight: 300;
  font-style: normal;
}




/*common*/
html, body{height:100%; margin:0; padding:0;}
body {font-family:'GmarketSansMedium';  color:#333; line-height:160%; height:100%; font-size: 14px;}
div, p, img, ul, li, h1, h2, h3, h4, h5, table, tr, td, dl, dt, dd {margin:0; padding:0;}

input,select {font-size:1em; font-family:'GmarketSansMedium';}
input[type=date] {border-radius:0;-webkit-appearance:none;-webkit-box-sizing:content-box;}

img {border:0;/* vertical-align:middle;*/ }
li {list-style:none;}
a {text-decoration:none; color:#333}

.wrapper{width:80%; margin:0 auto; max-width:640px;  height:100%; position:relative; }
.mainContents{position: relative; top:60px; width:100%; margin:0 auto; max-width:640px; padding-bottom: 100px;}
.contents{position: relative; top:62px; width:96%; margin:0 auto; padding-bottom: 100px;}

#logo{width:70%; position:relative; overflow:hidden; /*border-bottom:1px solid #CCC;*/
	padding-top:150px; padding-bottom:40px; }
	 #logo img{width:100%;}

#id_box {float:left;position:relative; width:100%; margin-bottom:10px; max-width:640px; height:50px; background-color:#dddddd; border-radius:5px; text-align:center; padding:5px 10px ; box-sizing:border-box; }
#id_box img{width:100%; }
#id_box input{border:0; width:98%; padding:10px 5px; box-sizing:border-box; color:#5b5294;  background-color:#dddddd; }

#pw_box{float:left;width:100%; max-width:640px; margin-bottom:20px; height:50px; background-color:#dddddd; text-align:center; padding:5px 10px;  border-radius:5px;box-sizing:border-box;}
#pw_box input{border:0; width:98%; padding:10px 5px; box-sizing:border-box;color: #5b5294;  background-color:#dddddd; }

.check{max-width:640px;}
.check ul {overflow:auto;}
.check ul li {float:left; color:#fff;  font-size:1rem}
.check input{border:1px solid #2899bd; width:20px; height:20px; margin-right:5px;}
.padding{padding-left:15px;}

.login_b button{width:100%; ;  max-width:640px;  height:80px; margin-bottom:20px;  border-radius:5px; background:#e5ad40; border:0; color:#fff; font-size:1.25rem;  font-family:'GmarketSansMedium';}
.login_b img{text-align:cetner; margin-top:2%; max-width:640px; height:66px;}

/*************************************************/

#top{position:fixed; top: 0; z-index: 100;text-align:center; width:100%;  overflow:hidden; background-color:#504788;}
#top img{width:50%;}
.toplist{display: flex; justify-content: space-between; flex-wrap: nowrap; padding: 10px 5px;}
.top{position: relative; display: block; flex-direction: row;}

/*#top .up{position:absolute; top:30px; left:50%; margin:0 0 0 -105px; text-align:center; color:#fff; font-weight:bold; font-size:25px;}*/
.up{position:fixed; bottom:100px; z-index: 999; right:10px; border-radius:50%; text-align:center; font-size:0.8125rem; background:#666; padding:10px;}
.up a{color: #fff;}
/*************************************************/


/*************************************************/
#nav{position: fixed; bottom: 0;  z-index: 200; width: 100%; height:90px; background: #fff; border-top:1px solid #ccc; box-shadow:-3px -3px 3px 3px #efefef;  }
.nav{margin: 10px auto;  display: flex;  justify-content: space-between;}
.menu{position: relative; display: block; flex-direction: row;}
.nav img{height:70px}
/*************************************************/
.card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin:10px;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e3e6f0;
  border-radius: .35rem
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 0.625rem
}

.card-header {
  padding: .75rem;
  margin-bottom: 0;
  background-color: #f8f9fc;
  border-bottom: 1px solid #e3e6f0;
  font-size: 1rem;
}

.card-header span{
  padding-left: 5px;
  font-size: 0.875rem;
}
/*************************************************/

.tablist{
  display: flex;
  justify-content: flex-start;
  flex: 0 0 60px;  background: #fff;
  height: 38px;
}
.tab{
  position: relative;
  display: block;
  border-radius: 0.3125rem;
  border: 1px solid #ccc;
  padding: 4px 16px;
  margin: 5px 3px;
}
.tab.selected{
  background: #333;
  color:#fff;
  border: 1px solid #333;
}

.search_box {
  width: 100%;
  margin: 5px 0 0 0;
  text-align: center;
  border-top: 1px solid #504788;
  background: #ebebf5;
  padding-top: 7px;
  height:40px
}

.search_box input {border-radius: 3px; border:1px solid #ccc; padding: 5px; font-size: 0.8125rem; max-width:115px; margin:2px 0;}
.search_box select {border-radius: 3px; border:1px solid #ccc; background: #fff; padding: 5px; font-size: 0.8125rem; vertical-align: bottom; width:6.875rem; margin:2px 0;}

.search_box i{font-size: 18px; vertical-align: middle; color: #666; }
.search_box button {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #e5ad40;
  padding: 5px 12px;
  margin:2px 0;
  line-height: 1.4;
  border-radius: 3px;
  font-family: 'GmarketSansMedium';
  border: 0;
}



table {
  border-top: 1px solid #504788;
  border-left: 1px solid #e5e5e5;
  width: 100%;
}
table caption {
margin-top:10px;
font-size:0.8125rem;
}

th {
  background: #efefef;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
  color: #333;
  padding: 6px 2px;
  font-size: 13px;
}

td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  padding: 4px 2px;   
  text-align: right;
  font-size: 12px; 
}
.date {text-align: center;}
.left {text-align: left;}
.title{font-size: 1.25rem; letter-spacing: -1px; line-height:30px; color: #504788; padding-top:5px; text-align: center; }

.month-calendar {  
  border: 1px solid #ccc;
  width: 100%;}

.month-calendar thead th,tfoot th{
  background: #f9f9f9;
  border-top: 1px solid #504788;
  border-bottom: 1px solid #333;
  padding: 6px 2px;
  font-size: 11px;
  font-weight: normal;
}

.month-calendar tbody th,.month-calendar tbody td {background: #fff; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; padding:4px; text-align: center; 
  font-size: 9px; word-break: break-all;
  word-wrap: break-word;}
.month-calendar thead th {border-right: 1px solid #ccc;}
.month-calendar thead > tr:nth-child(1) > th:nth-child(1) {background: #eabbbb; color:#aa3838}
.month-calendar thead > tr:nth-child(1) > th:nth-child(7) {background: #d1eaf5; color:#224abe}
.month-calendar thead > tr:nth-child(1) > th:nth-child(8) {background: #666; color:#fff}
.month-calendar tfoot > tr:nth-child(1) > th:nth-child(1) {background: #666; color:#fff}

.month-calendar tbody > tr > td:last-child {background: #efefef; font-weight: bold;  }
.month-calendar tfoot > tr > td {background: #efefef; font-weight: bold; height:40px; font-size: 10px; word-break: break-all;
  word-wrap: break-word;}
.month-calendar tfoot > tr > td:last-child {background: #fffbe7; font-weight: bold; color: #e36008; }

.month-calendar tbody > tr > td:first-child > p:first-child {color:#aa3838; }
.month-calendar tbody > tr > td{height:40px; }
.month-calendar tbody > tr > td > p:first-child {text-align: right; color: inherit; vertical-align: top; font-size: 8px;}
.month-calendar tbody > tr > td > p:last-child{height:30px; padding-top: 10px;}

.month-calendar tbody > tr > td:nth-child(7) > p:first-child {color:#224abe}
.month-calendar tbody > tr > td > p:nth-child(7) {text-align: right; color: inherit;}

.dataLayer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
}

.dataLayer.show {display: block;}

.dataLayer_body {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 370px;
  height: 70%;
  z-index: 400;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 0;
  border-radius: 5px;
  box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
}
.dataLayer_content{clear: both; height:90%; overflow-y: scroll; text-align: left; margin:0 auto;}
.modal-header{float:right}
.modal-header button {
  display: inline-block;
  font-weight: 400;
  color: #000;
  text-align: center;
  vertical-align: middle;
  padding: 8px 16px;
  line-height: 1.1;
  border-radius: 3px;
  font-family: 'GmarketSansMedium';
  border: 0;
  background: #fff;
  
}

.modal-header i {
  font-size: 26px;
}

.input-icon-container {
  position: relative;
  display: inline-block;
}

.input-icon-container input {
  padding-right: 30px;  /* space for the icon */
}

.input-icon-container i {
  position: absolute;
  right: 10px;         /* adjust as needed */
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none; /* ensures the input stays clickable */
}