/*기본세팅==============================================================================================*/
@import url('//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css');
@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,800&display=swap&subset=korean');
@import url('https://fonts.googleapis.com/css?family=Nanum+Myeongjo&display=swap&subset=korean');
@import url('https://spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css');

<style>
html{
	scrollbar-3dLight-Color: #A8A8A8;		scrollbar-arrow-color: #EFEFEF;						scrollbar-base-color: #A8A8A8;				scrollbar-Face-Color: #A8A8A8;
	scrollbar-Track-Color: #EFEFEF;			scrollbar-DarkShadow-Color: #A8A8A8;			scrollbar-Highlight-Color: #A8A8A8;			scrollbar-Shadow-Color: #A8A8A8;
}

strong { font-weight: 800; }
#AjaxReturn { display: none; z-index: 10000000; position: absolute; left: 100px; bottom: 0px; width: 50%; height: 300px; background: #EEEEEE;  opacity: 0.7; color: #000000; overflow: auto; }

/* 해당 디바이스 일 때 숨김 */
.pc { display: none; }

/* 호버일 때 변화 */
.hover:hover { cursor: pointer; opacity: 0.7; }
.bghover:hover { cursor: pointer; background: #F0F0F0; }

/* 컨트롤 홀더 색상 */
textarea, input[type=text], input[type=tel], input[type=password] { -webkit-appearance: none;  -moz-appearance: none;  appearance: none;  -webkit-border-radius: 0;  outline: none; border: 1px solid #BBBBBB; }
button, input[type=button] { -webkit-appearance: none;  -moz-appearance: none;  appearance: none;  -webkit-border-radius: 0;  outline: none; border: 0px solid #ACACAC; }
.form-control::-webkit-input-placeholder{  color: #9eaef3;	}
input::-webkit-input-placeholder{  color: #9eaef3;		}

body { opacity: 0.0; }
.SKIN { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; border: 0px solid red; }
.exp { margin: 10px 0px 40px 0px; padding: 0px 0px 0px 0px; font-size: 15px; color: #666666; border: 0px solid red; }

/* 관리자 페이지용 */
.PerOnBG { color: #6497ff; background: #F0F0F0; }