@charset "utf-8";
/* CSS Document */
* { margin:0; padding:0; }
html, body {width:100%;font-family:'nt-L'}
img { border:0;vertical-align:middle }
ul:not(.lid) {list-style:none;}
a {text-decoration:none; color:inherit;}
body {overflow-x:visible;font-family:gulim, '굴림';color:#666;font-size:12px;letter-spacing:normal;-wekit-text-size-adjust:none;}
input {font-family:gulim, '굴림';}
input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px white inset;}
select{border-radius:0;background-color:#fff;outline:none;cursor:pointer;-webkit-appearance: none;-moz-appearance: none;appearance: none;background: url("../img/ContactUsSelect.png") no-repeat 95% 50%;box-sizing:border-box;background-size:10px;padding:0 5px;}

/* 서브페이지 - 서브메뉴 리스트 */
.SubPageMenuBoxWrap{width:100%;overflow-x:auto;}
.SubPageMenuBox{display:table;margin:30px auto;overflow-x:auto;}
.SubPageMenuBox > li{display:table-cell;vertical-align:middle;white-space:nowrap;}
.SubPageMenuBox > li > a{margin:0 6px;display:inline-block;padding:12px 20px;color:#505968;font-size:17px;box-sizing:border-box;background-color:#f3f4f6;border-radius:15px;text-align:center;font-family:'NanumSquareB';transition:0.3s;}
.SubPageMenuBox > li > a.Active{background-color:#505968;color:#fff}
.SubPageMenuBox > li > a:hover{background-color:#505968;color:#fff;}

.WidthLimit{width:1200px;display:table;margin:0 auto;}
.FormTitle{margin-top:100px;padding-bottom:15px;font-size:35px;font-family:'GF-M';color:#000;}
@media screen and (max-width:1300px){
	/* COMMON */
	.WidthLimit{width:90%;}
}

@media screen and (max-width:768px){
	.SubPageMenuBox{margin:20px auto;}
	.SubPageMenuBox > li{margin:0 5px}
	.SubPageMenuBox > li > a{padding:10px 20px;font-size:14px;}
}

.hidden{display:none}
.pointer{cursor:pointer}
.center{text-align:center}
.left{text-align:left}
.right{text-align:right}
.bold{font-weight:bold}

/* Scroll */
.ScrollStyle::-webkit-scrollbar {width:5px}
.ScrollStyle::-webkit-scrollbar-track {background-color: transparent}
.ScrollStyle::-webkit-scrollbar-thumb {border-radius: 5px;background-color: #aaa}
.ScrollStyle::-webkit-scrollbar-button {width: 0;height: 0;}

/* THEME COLOR */
:root {
  --rscolor: #0060b5;
  --orange:#EB6608;
}

