@charset "utf-8";
@import url('https://fonts.googleapis.com/earlyaccess/notosanskr.css');

body {overflow-x:hidden;overflow-y:scroll;font-size:13px;}

input {width:100%;}
input[readonly] {background-color:#f7f7f7;}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	height:30px;
	opacity:1;
}

.ml5 {margin-left:5px;}
.ml10 {margin-left:10px;}
.mt5 {margin-top:5px;}
.mb10 {margin-bottom:10px;} 
.bold {font-weight:bold;}

.iblock {display:inline-block;}
.vmid {vertical-align:middle;}
.vtop {vertical-align:top;}
.vbtm {vertical-align:bottom;}


.w50 {width:50px;}
.w100 {width:100px;}
.w150 {width:150px;}
.w200 {width:200px;}


#btnKakao {border: 1px solid#fee500;background: #FEE500 url('/assets/img/icons/kakao.svg') 5px center / 20px no-repeat;padding: 5px 5px 5px 30px;color: #111;}
#btnKakao.logout {padding:0;border: none;background:#fee500;padding: 6px;font-size: 12px;}

.gray {background-color:#ddd !important;}
tr.gray td {background-color:#ddd !important;}

@media screen and (max-width:768px) {
	.mobile-block {display:block;}
}