
body {
	background:#f4f6fa;		
}

a {
	color: inherit;
    text-decoration: none;	
}

.f10{
	font-size:10px;
}

.f12{
	font-size:12px;
}

.f14{
	font-size:14px;
}

.f20{
	font-size:20px;
}

.f25{
	font-size:25px;
}

.f30{
	font-size:30px;
}

/* text align */
.ac { 
	text-align: center;
}

.ar { 
	text-align: right;
}

/* text align */

.justify{
	display:flex;
	justify-content: space-between;
}

.justify2{
	display:flex;
}

/* margin */
.m10 {
	margin:10px;
}

.m20 {
	margin:20px;
}

.m30 {
	margin:30px;
}

.m40 {
	margin:40px;
}

.m50 { margin:50px; }
.m60 { margin:60px; }

.mt5 {
	margin-top:5px;
}

.mt10 {
	margin-top:10px;
}

.mt20 {
	margin-top:20px;
}

.mt30 {
	margin-top:30px;
}

.mt40 {
	margin-top:40px;
}

.mt50 {
	margin-top:50px;
}

.mt70 {
	margin-top:70px;
}

.mt100 {
	margin-top:100px;
}

.mb5 {
	margin-bottom:5px;
}

.mb10 {
	margin-bottom:10px;
}

.mb20 {
	margin-bottom:20px;
}

.mtb10 {
	margin-top:10px;
	margin-bottom:10px;
}

.mtb20 {
	margin-top:20px;
	margin-bottom:20px;
}

.ml10 {
	margin-left:10px;
}

.ml20 {
	margin-left:20px;
}

.mr2 {
	margin-right:2px;
}

.mr5 {
	margin-right:5px;
}

.mr10 {
	margin-right:10px;
}

.mr20 {
	margin-right:20px;
}

.mr30 {
	margin-right:30px;
}

.mlr10 {
	margin-left:10px;
	margin-right:10px;
}

/* margin */

/* padding */

.p4 {
	padding:4px;
}

.ptb4 {
	padding-top:4px;
	padding-bottom:4px;
}

.ptb50 {
	padding-top:50px;
	padding-bottom:50px;
}

.ptb100 {
	padding-top:100px;
	padding-bottom:100px;
}

.plr4 {
	padding-left:4px;
	padding-right:4px;
}

.p5 {
	padding:5px;
}

.p10 {
	padding:10px;
}

.p15 {
	padding:15px;
}

.p20 {
	padding:20px;
}

.p30 {
	padding:30px;
}

.p40 {
	padding:40px;
}

.p50 {
	padding:50px;
}

.p100 {
	padding:100px;
}

.pt5 { 
	padding-top:5px;
}

.pt10 { 
	padding-top:10px;
}

.pt20 { 
	padding-top:20px;
}

.pt30 {
	padding-top:30px;
}

.pt40 {
	padding-top:40px;
}

.pb10 { 
	padding-bottom:10px;
}

.pb30 { 
	padding-bottom:30px;
}

.pb50 { 
	padding-bottom:50px;
}

.pl5 { 
	padding-left:5px;
}

.pl10 { 
	padding-left:10px;
}

.pl20 { 
	padding-left:20px;
}

.pr10 { 
	padding-right:10px;
}

.pr20 { 
	padding-right:20px;
}

.plr10 { 
	padding-left:10px;
	padding-right:10px;
}

.ptb200 {
	padding-top: 200px;
	padding-bottom: 200px;
}

.ptb300 {
	padding-top: 300px;
	padding-bottom: 300px;
}


/* padding */

/* etc */

.hide { 
	display:none;	
}

.oa {
	overflow: auto;
}

.fl {
	float:left;
}

.fr {
	float:right;
}

/* background */

.bgwhite{
	background:white;
}

/* background */

/* border */

.br10 {
	border-radius: 10px;
}

.br15 {
	border-radius: 15px;
}

.br-bottom15{
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

/* border */

/* color */

.red{
	color:red;
}

.blue{
	color:blue;
}

.black{
	color:black;
}

.bold{
	font-weight: bold;
}

ul {
	margin:0;
	padding:0;
}

li {
	list-style:none;
}

.whitebtn{
	border:1px solid gray;
	background:white;
	padding:5px;
	border-radius:5px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	cursor:pointer;
}

.whitebtn.active{
	background: black;
	color:white;
}

.elip1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.elip2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.center {
	text-align: center;
}

.w50 {
	width:50%;
}

.w100 {
	width:100%;
}

.tab-bar{
	/* margin-bottom: 10px; */
	padding-top: 10px;
}


.tab-title{
	font-weight:bold;
	cursor:pointer;
	color:gray;
}

.tab-title:hover{
	text-decoration:underline;
}

.tab-title.active{
	color:black;
}

.stockInfo1 {
	font-weight:bold;
	color:gray;
	font-size:12px;
	cursor:pointer;
	margin-top:5px;
}

.stockInfo1:hover {
	text-decoration:underline;
	/*background:yellow; */
}

.stockInfo2 {
	font-weight:bold;
	color:gray;
	font-size:12px;
	cursor:pointer;
	margin-top:5px;
}

.currentPrice{
	color:black;
}

.upPrice{
	font-size:14px;
	color:red;
	font-weight:bold;
}

.upRate{
	font-size:14px;
	color:red;
	font-weight:bold;
}

.downPrice{
	font-size:14px;
	color:blue;
	font-weight:bold;
}

.downRate{
	font-size:14px;
	color:blue;
	font-weight:bold;
}

.zeroPrice{
	font-size:14px;
	color:black;
	font-weight:bold;
}

.zeroRate{
	font-size:14px;
	color:black;
	font-weight:bold;
}
.upPrice:hover, .downPrice:hover, .upRate:hover, .downRate:hover, .ulhover:hover{
	text-decoration:underline;
}

.moreLink{
	text-align:center;
	color:#636060;
	font-weight: bold;
	border-top:0.5px solid #d3d3d3;
	padding:10px;
	background: white;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	cursor:pointer;
	clear:both;
}

.inp{
	display: block;
    height: 44px;
    padding: 0 14px;
    font-size: 14px;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    width: 370px;
    margin-top:10px;
}

.inp2{
	display: block;
    height: 44px;
    padding: 0 14px;
    font-size: 14px;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    margin-top:10px;
}

.error {
	font-size:13px;
	color:rgb(238, 100, 17);
	padding-left:10px;
	display:block;
}

.chkbox{
	position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}

input[type="checkbox"] + .text {
    position: relative;
    display: inline-block;
    padding-left: 5px;
    font-family: Pretendard, sans-serif !important;
    font-size: 14px;
    line-height: 20px;
}

.text {
	position: relative;
    display: block;
    text-align: center;
    font-family: Pretendard, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}

.kakaobg {
	display: inline-block;
    background: #ffec00;
    width: 100% !important;
    border-radius: 4px;
    text-align: center;
    padding: 12px 0px;
}

.kakao {
	position: relative;
    display: inline-block;
    padding-left:27px;
    text-align: center;
    font-family: Pretendard, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    background: url(/img/icon-kakao-dark.png) no-repeat left center;
}

.naverbg {
	display: inline-block;
    color: #fff;
    background-color: #23c300;
    width: 100% !important;
    border-radius: 4px;
    text-align: center;
    padding: 12px 0px;
}

.naver {
	position: relative;
    display: inline-block;
    padding-left:30px;
    text-align: center;
    font-family: Pretendard, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    background: url(/img/icon-naver-color.png) no-repeat left center;
}

.txt2{
	font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

.txt13{
	font-size: 13px;
    line-height: 18px;	
}

.btn1{
	width: 100%;
    background-color: #111;
    color: white;
    line-height: 30px;
    border-radius: 4px;
    cursor:pointer;
}

.btn2{
	width: 100%;
	border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 4px;
    line-height: 30px;
    cursor:pointer;
}

.btn3{
	width: 100%;
	background: #7bc1a1;
    border: 1px solid #1f6b2c;
    color: #147721;
    font-weight: bold;
    border-radius: 4px;
    line-height: 30px;
    cursor:pointer;
}

.btn4{
	width: 100%;
	background: #efd7a1;
    border: 1px solid #1f6b2c;
    color: #08390e;
    font-weight: bold;
    border-radius: 4px;
    line-height: 30px;
    cursor:pointer;
}

.btn5{
	width: 100%;
	border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 4px;
    line-height: 25px;
    cursor:pointer;
}

.btn5.active{
	border: 1px solid #e16161;
    background-color: #e16161;
    color:white;
    font-weight:bold;
}


/* dimm 처리된 다이얼로그 */
.dimmed-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
}

.dimmed-popup.active {
  opacity: 1;
  visibility: visible;
}

.popup-wrap {
  width: 428px;
  margin: auto;
  /* max-height: calc(100% - 40px); */
  overflow: auto;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(17, 17, 17, 0.14);
          box-shadow: 0px 0px 20px 0px rgba(17, 17, 17, 0.14);
} 

.popup-wrap > .inner {
  position: relative;
  padding: 24px;
  padding-bottom: 24px;
}

.popup-wrap-head {
  position: relative;
  padding: 0 50px 14px 0;
}

.popup-wrap-title {
  font-family: Pretendard, sans-serif !important;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  margin:0px;
}

.id-rst {
  padding: 24px;
  text-align: center;
  background-color: #f6f6f6;
  font-family: 'Roboto Condensed', Pretendard, sans-serif;
}

.id-rst + p {
  margin-top: 14px;
  font-size: 12px;
  line-height: 16px;
  color: #888;
}

.popup-wrap-btnarea {
  margin-top: 24px;
  text-align: center;
}

.popup-wrap-btnarea .btn {
  vertical-align: top;
  min-width: 130px;
}

.popup-wrap > .inner > .btn.close {
  position: absolute;
  top: 30px;
  right: 24px;
}

.btn.close {
  width: 16px;
  height: 16px;
  background-image: url(/img/icon-close.svg);
  border-width: 0px;
  cursor:pointer;
}

/* dimm 처리된 다이얼로그 */

.notificationUnread {
	background:#a96d6d12
}

.tabbtn{
	font-size: 14px;
	margin-right:10px;
	padding: 10px;
}

.tabbtn.active{
	font-weight: bold;
    color: blue;
    background: #8cebeb;
    border-radius: 5px;
}

.noti1 {
	background: black;
    color: white;
    padding: 1px 5px;
    border-radius: 90px;
    font-size: 12px;
    margin: 3px;
}
