@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css");

* {
	font-family:'Montserrat', 'Noto Sans KR';}

::selection {
	color:#0e7fd5;}

::-webkit-scrollbar {
	width:6px;
	height:6px;
	background:#fff;}

::-webkit-scrollbar-thumb {
	background:#0e7fd5;}

a {
	color:#000;
	text-decoration:none;}

input, textarea {
	outline:none;
	-moz-user-select:auto !important;
	-webkit-user-select:auto !important;
	-ms-user-select:auto !important;
	user-select:auto !important;}

header ul,
#main ul,
footer ul {
	list-style:none;
	margin:0;
	padding:0;}

body, html {
	max-width:100%;
	overflow-x:hidden;
	margin:0;
	padding:0;}

body {
	background:#222;}

#cosmo {
	width:100%;
	background:#fff;}

header {
	width:100%;
	height:250px;
	background:url(slide2.jpg) no-repeat;
	background-position:center top;
	transition:all 0.3s ease;}

header * {
	font-family:'Montserrat', 'Pretendard';
	transition:all 0.3s ease;}

header .inner {
	width:90%;
	margin:0 auto;
	padding:60px 0;
	display:flex;
	align-items:center;}

header .logo {
	flex:1;
	max-width:155px;}

header .logo img {
	height:30px;}

header .logo img:last-child {
	display:none;}

header .menu {
	max-width:830px;
	text-align:center;
	margin-left:40px;}

header .menu li {
	display:inline-block;
	margin-right:28px;}

header .menu li:first-child {
	display:none;}

header .menu li a {
	color:#fff;
	font-size:18px;
	font-weight:500;
	position:relative;}

header .menu li a:after {
	content:'';
	width:0;
	height:2px;
	background:#fff;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	bottom:-8px;
	display:block;
	transition:all 0.3s ease;}

header .menu li a:hover,
header .menu li.active a {
	color:#0e7fd5 !important;
	transition:all 0.3s ease;}

header .menu li a:hover:after,
header .menu li.active a:after {
	width:100%;
	left:0;
	transform:translateX(0);}

header .link {
	flex:1;
	text-align:right;}

header .link a {
	font-size:12px;
	font-weight:500;
	color:#fff;}

header .link img {
	width:14px;
	position:relative;
	top:2px;
	left:-4px;}

header .link a:first-child {
	margin-right:12px;}

header .link a:first-child:after {
	content:'';
	width:1px;
	height:10px;
	background:rgba(255,255,255,0.4);
	display:inline-block;
	margin-left:12px;}

header .link a:first-child i {
	font-size:16px;
	position:relative;
	top:2px;
	left:-4px;}

header .link a:nth-child(2) i {
	margin-left:6px;
	font-size:10px;}

header .login {
	color:#fff !important;
	margin-left:12px;
	margin-right:0 !important;
	background:#0e7fd5;
	padding:10px 18px;
	border-radius:50px;}

header .login i {
	padding-right:12px;
	opacity:0.5;
	color:#fff !important;}

header .login:after {
	display:none !important;}

header .logout,
header .admin {
	color:#fff !important;
	margin-left:4px;
	background:#0e7fd5;
	padding:10px 18px;
	border-radius:50px;}

header .xe-widget-wrapper {
	overflow:visible !important;
	display:inline-block !important;}

header.fixed {
	width:100%;
	height:80px;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	background:#fff;
	border-bottom:solid #e5e5e5 1px;}

header.fixed .inner {
	padding:20px 0;}

header.fixed .menu li a,
header.fixed .link a:first-child,
header.fixed .link a:nth-child(2) {
	color:#333 !important;}

header.fixed .link a:first-child:after {
	background:rgba(0,0,0,0.2);}

header.fixed .menu li a:after {
	background:#0e7fd5;}

header.fixed .logo img:first-child {
	display:none;}

header.fixed .logo img:last-child {
	display:block;}

.sub_head {
	width:100%;
	border-bottom:solid #e5e5e5 1px;}

.sub_head .sub_inner {
	max-width:900px;
	margin:0 auto;
	display:flex;}

.sub_head .sub_in {
	display:flex;
	justify-content:space-between;}

.sub_head .home {
	width:60px;
	height:60px;
	text-align:center;
	line-height:60px;
	font-size:16px;
	color:#0e7fd5;
	border-left:solid #e5e5e5 1px;
	border-right:solid #e5e5e5 1px;
	box-sizing:border-box;}

.sub_head .home a {
	color:#0e7fd5;}

.sub_head .now_title {
	line-height:60px;
	padding:0 25px;
	font-size:16px;
	border-right:solid #e5e5e5 1px;}

.sub_head .now_title i {
	padding-left:20px;
	font-size:14px;
	color:#999;}

.sub_head .icon_point {
	flex:1;
	text-align:right;
	line-height:60px;}

header *,
footer * {
	letter-spacing:-0.5px;
	font-family:'Montserrat', 'Pretendard';}

#content {
	max-width:900px;
	margin:40px auto;}

/*푸터*/
footer {
	background:#222;
	color:#fff;}

footer .inner {
	max-width:1300px;
	margin:0 auto;
	position:relative;}

footer .set {
	padding:40px 0 30px;}

footer .set li {
	display:inline-block;
	font-size:16px;
	margin-right:24px;}

footer .set li:nth-child(3) {
	color:#0e7fd5;}

footer .set2 li {
	display:inline-block;
	font-size:14px;
	font-weight:300;
	margin-right:14px;}

footer .set2 li:after {
	content:'';
	width:1px;
	height:10px;
	background:rgba(255,255,255,0.3);
	display:inline-block;
	margin-left:14px;}

footer .set2 li:last-child:after,
.toggle {
	display:none;}

footer .copy {
	padding:10px 0 60px;
	font-size:12px;
	opacity:0.5;}

footer a {
	color:#fff;}

footer .top {
	position:absolute;
	top:40px;
	right:0;
	font-size:16px;}

footer .top i {
	display:block;
	font-size:14px;
	margin-bottom:2px;
	color:#0e7fd5;}

footer .top a {
	text-align:center;}

.mob {
	display:none;}

@media screen and (min-width:1301px) and (max-width:1600px) {
header .inner {
	width:94%;
	padding:50px 0;}

header .logo {
	max-width:130px;}

header .logo img {
	height:25px;}

header .menu {
	margin-left:30px;}

header .menu li {
	margin-right:24px;}

header .menu li a {
	font-size:16px;}
}

@media screen and (min-width:1081px) and (max-width:1300px) {
header .inner {
	width:94%;
	padding:40px 0;}

header .logo {
	max-width:110px;}

header .logo img {
	height:22px;}

header .menu {
	margin-left:18px;}

header .menu li {
	margin-right:16px;}

header .menu li a {
	font-size:15px;}

header .link > a:first-child {
	display:none;}

header .link a:first-child:after {
	margin-left:6px;}

header .link a:nth-child(2) i {
	margin-left:6px;}
}

@media screen and (max-width:1080px){
html.open {
	overflow:hidden;}

header {
	height:170px;
	background-size:1360px;
	background-position:35% 0%;}

header .inner {
	width:90%;
	padding:30px 0;}

header .logo {
	max-width:155px;}

header .logo img {
	height:20px;}

header .link2 {
	display:flex;
	justify-content:space-between;
	align-items:center;
	border-bottom:solid #dfdfdf 1px;
	padding:15px 25px;}

header .link2 a {
	font-size:11px;
	font-weight:500;}

header .link2 a:first-child i {
	font-size:10px;
	position:relative;
	margin-left:3px;}

header .login {
	color:#fff;
	background:#0e7fd5;
	padding:8px 14px;
	border-radius:50px;}

header .logout {
	color:#fff;
	background:#0e7fd5;
	padding:8px 14px;
	border-radius:50px;
	margin-left:2px;}

header .login i {
	padding-right:12px;
	opacity:0.5;}

header .admin {
	position:absolute;
	left:23px;
	top:440px;
	background:none;
	color:#333 !important;
	padding:0;
	font-size:16px !important;}

header .menu {
	width:250px;
	height:100%;
	position:fixed;
	top:0;
	left:-250px;
	z-index:999;
	margin:0;
	padding-bottom:30px;
	background:#fff;
	box-sizing:border-box;
	transition:all 0.3s ease;
	overflow-y:auto;}

header .menu ul {
	padding:25px;}

header .menu.open {
	left:0;}

header .menu li {
	display:block;
	margin:0 0 18px;
	text-align:left;}

header .menu li a {
	color:#333;
	font-size:16px;}

header .menu li a:after {
	background:#0e7fd5;
	bottom:-4px;}

header .menu li a:hover {
	color:#0e7fd5;
	transition:all 0.3s ease;}

header .menu li a:hover:after {
	width:100%;
	left:0;
	transform:translateX(0);}

.back {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background-color:rgba(0,0,0,0.6);
	z-index:99;
	display:none;}

.back.open {
	display:block;}

header .link {
	display:none;}

header .toggle {
	flex:1;
	display:block;
	color:#fff;
	font-size:18px;
	text-align:right;
	margin-top:-6px;}

header.fixed {
	position:relative;
	height:auto;}

.sub_head .sub_inner {
	width:90%;}

.sub_head .home {
	width:40px;
	height:40px;
	line-height:40px;
	font-size:13px;}

.sub_head .now_title {
	line-height:40px;
	padding:0 15px;
	font-size:13px;}

.sub_head .now_title i {
	padding-left:10px;
	font-size:12px;}

.sub_head .icon_point {
	line-height:40px;}

.sub_head .icon_point img {
	max-height:24px;}

#content {
	width:90%;
	margin:30px auto;}

/*푸터*/
footer .inner {
	width:90%;}

footer .set {
	padding:30px 0 20px;}

footer .set2 {
	line-height:22px;}

footer .set li,
footer .set2 li {
	font-size:12px;
	margin-right:6px;}

footer .set2 li:after {
	margin-left:6px;}

footer .set li:last-child,
footer .set2 li:nth-child(2):after {
	display:none;}

footer .copy {
	padding:10px 0 60px;
	font-size:11px;
	opacity:0.5;
	line-height:22px;}

footer a {
	color:#fff;}

footer .top {
	top:30px;
	font-size:13px;}

footer .top i {
	font-size:12px;}

.pc {
	display:none;}

.mob {
	display:block;}
}