:root {
	--main-bg1 : #9370db;
	--main-bg2 : #95C0F8;
	--main-color1 : #9370db;
	--main-color2 : #0E56DE;
}

.search-box .search-btn {
  height:100%;
  width: 50px;
  display: inline-block;
  color: #D2D2D2;
  font-size: 22px;
  background: #F4F6F9;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  padding: 2px 0 2px 0;
  border-radius: 2px;
  box-sizing:border-box;
  -moz-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.search-box .search-control {
  padding: 0px 0;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.search-date-control {
	display:none;
	margin-top:8px;
}

.search-date-control > div {
	display: inline-block;
	padding: 0 6px;
	background-color:#fff;
	border:1px solid #F4F6F9;
}
.search-date-control.st1 > div {width: calc(100% - 64px);}
.search-date-control.st1 > div > input {width: calc(50% - 38px);}

.search-date-control input {
	background:#fff;
}

.sel-gubun-4 {
  width: 100%;
}

.sel-gubun-4 li {
  width: 29%;
  float: left;
  padding-right: 6px;
}

.sel-gubun-4 li:first-child {
  width: 40%;
}

.sel-gubun-4 li:last-child {
  width: 29%;
  padding-right: 0px;
}

.sel-gubun-4 select{
  min-width: 60px;
}
.sel-gubun-3 {
  width: 100%;
}

.sel-gubun-3 li {
  width: 33.33%;
  float: left;
  padding-right: 6px;
}

.sel-gubun-3 li:last-child {
  width: 33.34%;
  padding-right: 0px;
}

.sel-gubun-2 {
  width: 100%;
}

.sel-gubun-2 li {
  width: 48%;
  float: left;
  padding-right: 1%;
}

.sel-gubun-2 li:last-child {
  padding-right: 0px;
}

.point-box {
  position: relative;
  padding: 15px;
  font-size: 22px;
  border: solid 1px #D3D3D3;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 0 0.2rem #f1f1f1;
          box-shadow: 0 0 0 0.2rem #f1f1f1;
  margin-bottom: 20px;
}

.bottom-control {
  text-align: center;
  padding: 30px 0;
  border-radius: 6px;
}

.bottom-control a {
  font-size: 15px;
  display: inline-block;
  padding: 10px 0;
}

.list-tab-box {
  padding: 25px 0 20px 0;
}

.list-tab-box .list-tab-5 li {
  width: 20%;
  border: solid 1px #1c2a34;
  border-bottom: solid 1px #1c2a34;
  border-right: none;
  float: left;
}

.list-tab-box .list-tab-5 li:last-child {
  border-right: solid 1px #1c2a34;
}

.list-tab-box .list-tab-5 li a {
  display: block;
  padding: 12px 0 12px 0;
  text-align: center;
  font-size: 15px;
  letter-spacing: -1px;
  color: #1c2a34;
  background: #fff;
}

.list-tab-box .list-tab-5 li a.active {
  background: #1c2a34;
  color: #fff;
}

.list-tab-box .list-tab-4 li {
  width: 32%;
  height:44px;
  border: solid 1px #ccc;
  float: left;
  margin-right:1%;
  border-radius: 22px;
}

.list-tab-box .list-tab-4 li:last-child {
  /* border-right: solid 1px #1c2a34; */
}

.list-tab-box .list-tab-4 li a {
  display: block;
  padding: 12px 0 12px 0;
  text-align: center;
  height:100%;
  font-size: 15px;
  letter-spacing: -1px;
  color: #1c2a34;
}

.list-tab-box .list-tab-4 li a.active {
  background: #9370db;
  color: #fff;
  border-radius: 22px;
}

.list-tab-box .list-tab-3 li {
  width: 31%;
  border: solid 1px #ccc;
  float: left;
  margin-right:1%;
  border-radius: 22px;
}

.list-tab-box .list-tab-3 li:last-child {
  /* border-right: solid 1px #1c2a34; */
}

.list-tab-box .list-tab-3 li a {
  display: block;
  padding: 5px 0 5px 0;
  text-align: center;
  font-size: 15px;
  letter-spacing: -1px;
  color: #1c2a34;
}

.list-tab-box .list-tab-3 .li_cash
{
	width:31%; border:0px;text-align:center
}	

.list-tab-box .list-tab-3 li a.active {
  background: #9370db;
  color: #fff;
  border-radius: 22px;
}

.list-tab-box .list-tab-3 li:last-child {
  width: 33.34%;
}

.list-tab-box .list-tab-2 li {
  width: 50%;
  border: solid 1px #1c2a34;
  border-bottom: solid 1px #1c2a34;
  border-right: none;
  float: left;
}

.list-tab-box .list-tab-2 li:last-child {
  border-right: solid 1px #1c2a34;
}

.list-tab-box .list-tab-2 li a {
  display: block;
  padding: 12px 0 12px 0;
  text-align: center;
  font-size: 15px;
  letter-spacing: -1px;
  color: #1c2a34;
  background: #fff;
}

.list-tab-box .list-tab-2 li a.active {
  background: #1c2a34;
  color: #fff;
}

.row-label.new {
	position:absolute;
	right:0;
	width:46px;
	background:#fff;
	height:46px;
	top:72px;
	color:#33E126;
	font-size:14px;
	text-align:center;
	padding-top:7px;
	border-radius: 50px;
	border: 1px solid #33E126;
}
.row-label.new2 {
	right:0;
	width:46px;
	background:#fff;
	height:46px;
	top:72px;
	color:#33E126;
	font-size:14px;
	text-align:center;
	padding-top:7px;
	border-radius: 50px;
	border: 1px solid #33E126;
}

.row-label.broker {
	position:absolute;
	right:0;
	width:46px;
	background:#fff;
	height:46px;
	top:72px;
	color:#A405EF;
	font-size:14px;
	text-align:center;
	padding-top:7px;
	border-radius: 50px;
	border: 1px solid #A405EF;
}
.row-label.broker2 {
	right:0;
	width:46px;
	background:#fff;
	height:46px;
	top:72px;
	color:#A405EF;
	font-size:14px;
	text-align:center;
	padding-top:7px;
	border-radius: 50px;
	border: 1px solid #A405EF;
}

.bbs-list li {
  position: relative;
  padding: 25px 0;
  font-size: 16px;
  letter-spacing: -0.5px;
  line-height: 180%;
  border-bottom: solid 1px #E2E2E2;
}

.bbs-list li .data-column {
  display: inline-block;
  padding: 0 5px;
}

.bbs-list li .data-number {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #5EA1DE;
  display: inline-block;
  padding: 0 5px;
}

.bbs-list li .item-desc-blue {
  border-radius: 100px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 60px;
  line-height: 57px;
  text-align: center;
  border: solid 1px #0B7ED1;
  font-size: 13px;
  background: #0B7ED1;
  letter-spacing: -0.5px;
  color: #fff;
}

.bbs-write {
  border-top:2px solid #1c2a34;
}

.bbs-write li {
  position: relative;
  padding: 0 10px;
  font-size: 16px;
  letter-spacing: -0.5px;
  line-height: 180%;
}

.bbs-write li.title h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top:20px;
  margin-bottom:10px;
}

.bbs-write li.line {
  border-bottom: solid 1px #EAEAEA;
}

.bbs-write li:first-child {
  /*padding-top: 15px;*/
}

.bbs-write li:last-child {
  border-bottom: solid 1px #EAEAEA;
  padding-bottom: 15px;
}

.bbs-write .addform {
  padding-left: 5px;
}

.bbs-view li {
  position: relative;
  padding: 12px 0;
  font-size: 16px;
  letter-spacing: -0.5px;
  line-height: 180%;
}

.bbs-view li.line {
  border-bottom: solid 1px #EAEAEA;
}

.bbs-view li:first-child {
  padding-top: 15px;
}

.bbs-view li:last-child {
  border-bottom: solid 1px #1c2a34;
  padding-bottom: 15px;
}

:root {
	--site-color:#A405EF;
}

.underText {
	display:flex;
	align-items: center;
}

.underText .bbs-line-box.frt {
	width: fit-content;
	white-space: nowrap;
}

.underText .bbs-line-box.opt {
	width: 100%;
	display:flex;
	white-space: nowrap;
	justify-content:space-between;
	align-items: center;
}

.bbs-line-box {
  display: inline-block;
  padding: 1px 0;
  margin-bottom: 0px;
}

.bbs-line-box.-rlPd {
  padding: 0 10px;
}

.bbs-line-box.-pd{
  padding: 5px 0;
}

.bbs-line-box .bbs-text {
	display: flex;
    justify-content: flex-start;
	width: 100%;
}

.bbs-line-box-button {
	display: inline-block;
	border-radius: 6px;
	background-color: #fff;
	border: 1px solid var(--main-color1);
	color: var(--main-color1);
	font-size: 15px;
	text-align: center;
	padding:6px 0;
	min-width:120px;
	cursor: pointer;
	box-shadow: 2px 2px 6px rgba(0,0,0,.1);
}

@media(max-width:820px){
	.underText {
		flex-wrap:wrap;
	}
	.underText .bbs-line-box.opt {margin-top: 10px;}
}

@media(max-width:530px){
	.underText .bbs-line-box.frt {width: 100%;white-space: normal;}
	.underText .bbs-line-box.frt .-fullColumn {width: 100%;}

	.underText .bbs-line-box.opt {
		flex-wrap:wrap;
	}
	.underText .bbs-line-box.opt .bbsRight {
		width: 100%;
		margin-top: 10px;
	}
	.underText .bbs-line-box.opt .bbsRight .bbs-line-box-button {width: 100%;}

}

.bbs-line-box dl {
	display: flex;
	flex-wrap: wrap;
	align-items:center;
	margin: 18px auto;
}

.bbs-line-box dt {
	margin-right: 7px;
}

.bbs-line-box dd span {
	display: block;
	line-height: 1.3;
}

.bbs-line-box dd:nth-child(2) {
	margin-right: 7px;
}
.bbs-line-box dd.viewer {
	width: calc(100% - 107px);
}
.bbs-line-box dd.viewer p {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.bbs-line-box dd.viewer p + p {
margin-top: 0;
}

.bbs-line-box .tit{
  margin:20px 0 10px;
  font-weight:bold;
}

.inp-label {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  padding:5px 0;
  display:inline-block;
  min-width:150px;
}

.inp-label.st1{
  min-width:50px;	
}

.notice{
  margin-left:30px;
  color:#999;
}

.inp-cmt {
  font-size: 13px;
  color: #999;
  line-height: 160%;
}

.bbs-list-tbl {
  width: 100%;
  font-size: 15px;
  border-top: solid 2px #1c2a34;
}

.bbs-list-tbl tr {
  border-bottom: solid 1px #EAEAEA;
}

.bbs-list-tbl tr th {
  padding: 12px 0;
  font-weight: 600;
}

.bbs-list-tbl tr td {
  padding: 10px 0;
  text-align: center;
}

.section-tit {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  padding: 15px 0;
  border-bottom: solid 1px #E2E2E2;
  letter-spacing: -1px;
}

.section-tit .link {
  position: absolute;
  top:10px;
  right: 0;
  color: #242E3E;
  font-size: 22px;
}

.section-tit i.bi {
	color: #777;
}

.section-content {
  padding:0 0 20px 0;
  margin-bottom: 20px;
  font-size: 17px;
}

.hide {display:none;}

dl.add-work-info:first-child {
	border-top: solid 2px #1c2a34;
}

dl.add-work-info dt {
	border-bottom: solid 1px #ddd;
	padding: 15px 15px;
	line-height: 21px;
}

dl.add-work-info dt i.ico_arrow {
	font-size: 20px;
}

dl.add-work-info dd {
	display: none;
}

dl.add-work-info dd table {
	border-top: none;
	table-layout: fixed;
}

dl.add-work-info dd table th {
  background: #fff;
}

dl.add-work-info dd table.-info th {
  background: #F2F2F2;
}

.bbs-view-tbl {
  width: 100%;
  font-size: 15px;
  /*border-top: solid 2px #1c2a34;*/
  letter-spacing: -1px;
}

.bbs-view-tbl tr {
  border-bottom: solid 1px #EAEAEA;
}

.bbs-view-tbl tr th {
  text-align: left;
  padding: 5px 15px;
  font-weight: 500;
  /*background: #F2F2F2;*/
}

.bbs-view-tbl tr th.tit{
  display:block;
}


.bbs-view-tbl tr td.sel-gubun-2 {
  line-height:200%;
}

.bbs-view-tbl tr td.sel-gubun-2 label {
  min-width: 120px !important;
}

.bbs-view-tbl tr td {
  text-align: left;
  padding: 10px 15px;
}
.bbs-view-tbl tr td.det{
  display:block;
}

.bbs-view-tbl.stPop {
  border-top: 2px solid #000;
}
.bbs-view-tbl.stPop tr th {
  display: block;
}
.bbs-view-tbl.stPop tr td {
  display: block;
}

.photo-box {
  width: 180px;
  height: 180px;
  background: #f7f7f7;
  border: solid 1px #ced4da;
}

label.label-out {
  display: inline-block;
  min-width: 160px;
  font-size: 14px;
  letter-spacing: -1px;
}

.data-tab-box {
  background: #F2F2F2;
  border-bottom: solid 1px #ddd;
  height: 53px;
}

.data-tab-box ul.data-tab {
  display: inline-block;
}

.data-tab-box ul.data-tab li {
  float: left;
}

.data-tab-box ul.data-tab li a {
  display: inline-block;
  width: 100%;
  min-width: 140px;
  height: 53px;
  padding: 14px 0;
  text-align: center;
  color: #555;
  font-size: 15px;
  border-bottom: solid 1px #ddd;
}

.data-tab-box ul.data-tab li a.active {
  background: #fff;
  color: #000;
  border-bottom: solid 1px #fff;
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
  font-weight: 600;
}

.data-tab-box ul.data-tab li a:hover {
  color: #0B7ED1;
}

.data-tab-box ul.data-tab li:first-child a.active {
  border-left: none;
}

.data-tab-box .data-tab-right {
  height: 53px;
  padding: 7px 10px 0 0;
  float: right;
  border-bottom: solid 1px #ddd;
}

.data-tab-box .data-tab-right .download {
  display: inline-block;
  border: solid 2px transparent;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.data-tab-box .data-tab-right .download:hover {
  border: solid 2px #19af02;
}

.data-control-box {
  line-height: 45px;
}

.data-control-box .control-box-left {
  position: relative;
  padding: 25px;
  float: left;
  width: 85%;
  text-align: left;
}

.data-control-box .control-box-right {
  position: relative;
  padding: 25px;
  float: right;
  width: 15%;
  text-align: right;
}

.layer-control-box {
  line-height: 45px;
}

.layer-control-box .control-box-left {
  padding: 0 25px 15px;
  float: left;
  text-align: left;
  margin-top: -15px;
}

.top-tit-box {
  float: left;
  width: 30%;
  margin-top: -16px;
}

.top-tit-box h2.tit {
  font-size: 26px;
  font-weight: 600;
}

.top-tit-box p.location {
  padding-top: 5px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.4);
}

.top-menu-box {
  float: right;
  width: 70%;
  padding-top: 4px;
}

.top-menu-box ul.top-menu li {
  float: right;
  position: relative;
}

.top-menu-box ul.top-menu li a {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: black;
  display: inline-block;
  margin-right: 40px;
}

.top-menu-box ul.top-menu li a i {
  margin-right: 5px;
}

.top-menu-box ul.top-menu li a:hover {
  color: #0B7ED1;
}

ul.btn-tabs {
  display: inline-block;
  font-size: 0;
  line-height: 14px;
}

ul.btn-tabs li {
  display: inline-block;
  padding: 6px 10px 6px 10px;
  font-size: 12px;
  background: #fff;
  color: #000;
  border-top: solid 1px #D3D3D3;
  border-bottom: solid 1px #D3D3D3;
  border-right: solid 1px #D3D3D3;
  cursor: pointer;
  min-width: 54px;
  height: 34px;
  text-align: center;
  padding-top: 8px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

ul.btn-tabs li:first-child {
  border-left: solid 1px #D3D3D3;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

ul.btn-tabs li:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

ul.btn-tabs li:hover {
  background: #242E3E;
  color: #fff;
  border-top: solid 1px #242E3E;
  border-bottom: solid 1px #242E3E;
}

ul.btn-tabs li.active {
  background: #242E3E;
  color: #fff;
  border: solid 1px #242E3E;
}

.nav-box {
  width: 220px;
}

.nav-box h1.top-logo {
  padding: 25px 0;
  text-align: center;
  font-size: 34px;
}

.nav-box ul.nav-1 li.nav-depth-1 {
  position: relative;
}

.nav-box ul.nav-1 li.nav-depth-1 i.ico {
  position: absolute;
  top: 17px;
  right: 25px;
  opacity: 0.3;
}

.nav-box ul.nav-1 li.nav-depth-1 a {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: inline-block;
  padding: 18px 25px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  width: 100%;
}

.nav-box ul.nav-1 li.nav-depth-1 a:hover {
  color: white;
}

.nav-box ul.nav-1 li.nav-depth-1 a.active {
  color: white;
}

.nav-box ul.nav-1 li.nav-depth-1 a i {
  margin-right: 3px;
}

.nav-box ul.nav-1 li.nav-depth-1 ul.nav-2 {
  display: none;
  background: #9370db;
  padding: 10px 0;
}

.nav-box ul.nav-1 li.nav-depth-1 ul.nav-2 li.nav-depth-2 a {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 14px;
  padding: 10px 0 10px 43px;
  color: #fff;
  position: relative;
  left: 0px;
}

.nav-box ul.nav-1 li.nav-depth-1 ul.nav-2 li.nav-depth-2 a.active {
  color: white;
  left: 10px;
}

.nav-box ul.nav-1 li.nav-depth-1 ul.nav-2 li.nav-depth-2 a:hover {
  color: white;
  left: 10px;
}

.nav-box ul.nav-1 li.nav-depth-1 ul.nav-2.open {
  display: block;
}

.sub-tit {
  padding: 25px 25px;
  font-size: 16px;
  position: relative;
}

.sub-tit .sub-tit-link {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 12px;
  display: inline-block;
  border: solid 1px #999;
  color: #000;
  font-family: "Roboto";
  font-weight: 500;
  padding: 7px 18px 6px 18px;
  border-radius: 50px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.sub-tit .sub-tit-link:hover {
  background: #1c2a34;
  border: solid 1px #1c2a34;
  color: #fff;
}

.sub-tit .sub-tit-link i {
  font-weight: 500;
}

ul.service-status-board {
  padding: 70px 0 50px 0;
}

ul.service-status-board li {
  float: left;
  position: relative;
  width: 20%;
  text-align: center;
}

ul.service-status-board li .service-icon {
  font-size: 52px;
}

ul.service-status-board li .service-title {
  padding: 15px 0;
  font-size: 16px;
  color: #797979;
}

ul.service-status-board li .service-data {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 24px;
  padding: 25px 0 0 0;
}

ul.service-status-board li div.gubun {
  position: absolute;
  right: 0;
  top: 40px;
  height: 110px;
  width: 1px;
  background: #ddd;
}

#login {
  background: #F2F6FA;
  padding: 50px 24px;
  width: 600px;
}

#login h2.tit {
  text-align: center;
  font-family: "Roboto";
  font-size: 32px;
  padding: 25px 0 12px;
}

#login .formWrap {
	position: relative;
	background-color: #fff;
	border-radius: 30px;
	padding: 20px;
	box-sizing: border-box;
}

#login .formWrap .formTit {
	margin-bottom: 15px;
	font-size: 18px;
	color: #555;
	font-weight: bold;
}

#login .login-form li:not(:last-child) {
	margin-bottom: 15px;
}

#login .login-form li.linkBtn a {
	font-size: 16px;
}

#login .login-form li.linkBtn a.join {
	margin-right: 18px;
	color: var(--main-color2);
}

#login .login-form li.linkBtn a.findPw {
	color: #999;
}

#login .socialBtn:not(:last-child) {
	margin-bottom: 15px;
}

#login .socialBtn a {
	color: #777;
	text-indent: 25px;
}

#login .socialBtn._naver a {
	background: url('../img/login_naver.png') no-repeat 12px center #E5FBDE;
	background-size: 35px;
}

#login .socialBtn._kakao a {
	background: url('../img/login_kakao.png') no-repeat 12px center #FBF8E5;
	background-size: 35px;
}

#login p.comment a {
	font-size: 17px;
	color: #222;
}

.chart-box {
  height: 470px;
  background: #fff;
  padding: 20px 35px 35px 35px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.6);
}

.chart-box .chart-inner {
  height: 360px;
}

.datarangesel {
  position: relative;
  padding: 0 0 20px 0;
}
/*# sourceMappingURL=style.css.map */


.apk_download {
	text-align: center;
    padding: 5%;
    border: 1px solid #f4f4f4;
    background: azure;
    margin-top: 5%;
	}