@font-face {
	font-family: "Noto Sans KR";
	font-weight: 400;
	src: url("/fonts/notosanskr-regular.woff2") format("woff2"),
	url("/fonts/notosanskr-regular.woff") format("woff")
}

@font-face {
	font-family: "Noto Sans KR";
	font-weight: 500;
	src: url("/fonts/notosanskr-medium.woff2") format("woff2"),
	url("/fonts/notosanskr-medium.woff") format("woff")
}

@font-face {
	font-family: "Noto Sans KR";
	font-weight: 700;
	src: url("/fonts/notosanskr-bold.woff2") format("woff2"),
		url("/fonts/notosanskr-bold.woff") format("woff")
}

@font-face {
	font-family: "Noto Sans KR";
	font-weight: 900;
	src: url("/fonts/notosanskr-black.woff2") format("woff2"),
	url("/fonts/notosanskr-black.woff") format("woff")
}

* { margin: 0; padding: 0; box-sizing: border-box; position: relative; font-family: "Noto Sans KR", sans-serif; letter-spacing: -1px; outline: none !important; word-break: break-all; -webkit-tap-highlight-color: transparent; }
*:focus { outline: none; }
*::selection { background-color: #000; color: #FFF; }
*::placeholder { color: #CCC; }
html, body { width: 100%; height: 100%; float: left; color: #424242; font-size: 14px; font-weight: 400; background-color: #FFF; }

a { color: inherit; text-decoration: none; }
img { max-width:100%; vertical-align: top; }
ul, li { list-style: none; }
button { border: 0; cursor: pointer; }
label { cursor: pointer; }
table { table-layout: fixed; border-collapse: separate; border-spacing: 0; }
tspan { letter-spacing: -0.5px !important; }
input { border: 0; letter-spacing: -0.5px; -webkit-appearance: none; }

.left { float: left; }
.right { float: right; }

.e { letter-spacing: -0.5px; }
.e * { letter-spacing: -0.5px; }

.none { display: none !important; }
.sample { display: none !important; }

#app { width: 720px; height: 100%; float: left; left: 50%; margin-left: -360px; top: 0; }

#headerBarWrap { position: fixed; width: 720px; height: 60px; left: 50%; margin-left: -360px; top: 0; z-index: 10; background-color: #FFF; }
#headerBarWrap > .navOpenBtn { position: absolute; width: 20px; height: 16px; left: 25px; top: 50%; margin-top: -8px; cursor: pointer; z-index: 2; }
#headerBarWrap > .navOpenBtn > div { position: absolute; width: 100%; height: 1px; left: 0; background-color: #311EC7; }
#headerBarWrap > .navOpenBtn > div:nth-of-type(1) { top: 0; }
#headerBarWrap > .navOpenBtn > div:nth-of-type(2) { top: 50%; margin-top: -0.5px; }
#headerBarWrap > .navOpenBtn > div:nth-of-type(3) { bottom: 0; }
#headerBarWrap > .logoWrap { width: 100%; height: 100%; line-height: 60px; float: left; text-align: center; font-size: 24px; font-weight: 900; color: #321EC7; }
#headerBarWrap > .userInfoBtn { position: absolute; width: 20px; top: 50%; margin-top: -10px; right: 25px; z-index: 2; }

#headerBarWrap.sub { background-image: linear-gradient(to right, #5D52CB 0%, #321FC7 100%); }
#headerBarWrap.sub > .logoWrap { color: #FFF; }
#headerBarWrap.sub > .navOpenBtn > div { background-color: #FFF; }

#contentsWrap { width: 100%; float: left; padding: 20px 25px; }

#pageRootWrap { width: 100%; float: left; margin-bottom: 10px; }
#pageRootWrap > ul > li { font-size: 13px; color: #636363; letter-spacing: -0.5px; }

.subSectionBox { width: 100%; float: left; padding: 20px 0; border-bottom: 1px solid #E1E1E1; }
.subSectionBox:last-of-type { border-bottom: 0; padding-bottom: 0; }

.subSectionBox > .titleWrap { width: 100%; float: left; font-size: 17px; font-weight: bold; margin-bottom: 10px; }
.subSectionBox > .titleWrap.mini { font-weight: 500; }

.subSectionBox > .selectListWrap { width: 100%; float: left; }
.subSectionBox > .selectListWrap > ul { width: 100%; float: left; }
.subSectionBox > .selectListWrap > ul > li { width: 100%; float: left; }
.subSectionBox > .selectListWrap > ul > li:last-of-type { border-right: 0; }
.subSectionBox > .selectListWrap > ul > li > a {
	width: 100%; height: 35px;
	line-height: 33px; float: left;
	font-size: 14px; font-weight: 500; text-align: center;
	border-bottom: 1px solid #ABABAB;
	border-right: 1px solid #ABABAB;
	border-left: 1px solid #ABABAB; 
}

.subSectionBox > .selectListWrap > ul:first-of-type > li > a { border-top: 1px solid #ABABAB; }
.subSectionBox > .selectListWrap > ul > li:first-of-type > a { border-left: 1px solid #ABABAB; }

.subSectionBox > .selectListWrap > ul > li.active > a { color: #321EC7; font-weight: bold; }
.subSectionBox > .selectListWrap > ul > li.active::after { content: ""; position: absolute; width: calc(100% - 3px); height: calc(100% - 3px); left: -1px; top: -1px; border: 2px solid #321EC7; z-index: 2; }

.subSectionBox > .selectListWrap > ul:first-of-type > li.active::after { height: calc(100% - 4px); top: 0; }
.subSectionBox > .selectListWrap > ul > li.active:first-of-type::after { width: calc(100% - 4px); left: 0; }

.subSectionBox > .selectListWrap > ul.cnt2 > li { width: 50%; }
.subSectionBox > .selectListWrap > ul.cnt3 > li { width: 33.33%; }
.subSectionBox > .selectListWrap > ul.cnt4 > li { width: 25%; }
.subSectionBox > .selectListWrap > ul.cnt5 > li { width: 20%; }
.subSectionBox > .selectListWrap > ul.cnt6 > li { width: 16.667%; }
.subSectionBox > .selectListWrap > ul.cnt7 > li { width: 14.2857143%; }

.subSectionBox > .selectListWrap.mini > ul.cnt2 { width: 40%; }

.subSectionBox > .moreListWrap { width: 100%; float: left; border: 1px solid #ABABAB; max-height : 240px; overflow : auto; overflow-x: hidden; }
.subSectionBox > .moreListWrap > li { width: 100%; float: left; border-bottom: 1px solid #ABABAB; }
.subSectionBox > .moreListWrap > li:last-of-type { border-bottom: 0; }
.subSectionBox > .moreListWrap > li > a { width: 100%; height: 35px; line-height: 35px; float: left; font-size: 14px; font-weight: 500; padding: 0 20px; }
.subSectionBox > .moreListWrap > li > a > span { letter-spacing: -0.5px; }
.subSectionBox > .moreListWrap > li.active > a { color: #321EC7; font-weight: bold; }
.subSectionBox > .moreListWrap > li.active::after { content: ""; position: absolute; width: calc(100% - 2px); height: calc(100% - 2px); left: -1px; top: -1px; border: 2px solid #321EC7; }

.subSectionBox > .previewWrap { width: 100%; float: left; }
.previewWrap > div{
	font-size: 18pt;
	line-height: 150%;
	overflow: hidden;
}
.subSectionBox > .wordListWrap { width: 100%; float: left; }
.subSectionBox > .wordListWrap > p { width: 100%; float: left; font-size: 15px; letter-spacing: -0.5px; margin-bottom: 2px; }
.subSectionBox > .wordListWrap > p:last-of-type { margin-bottom: 0; }

@media (max-width: 720px){
	#app { width: 100%; left: 0; margin-left: 0; }
	#headerBarWrap { width: 100%; left: 0; margin-left: 0; }
}
