@charset "utf-8";

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 300;src: url(/fonts/NotoSansKR-Light-ea4db2bb9f683df8998eaaaec10beeab.woff2) format('woff2'),url(/fonts/NotoSansKR-Light-1f7c8be8c0ca8d54868052ef23475cb2.woff) format('woff');}


@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 400;src: url(/fonts/NotoSansKR-Regular-9139661f6f91e4420a77e89d352452af.woff2) format('woff2'),url(/fonts/NotoSansKR-Regular-7c3141b340ddb3c1aea80d2bb11e9f12.woff) format('woff');}


@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 500;src: url(/fonts/NotoSansKR-Medium-2de688e285e7ba650eee5d0438c1d4a7.woff2) format('woff2'),url(/fonts/NotoSansKR-Medium-e63313c24774aee385441245d85fb80f.woff) format('woff');}


@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 700;src: url(/fonts/NotoSansKR-Bold-0ae2f9c5e5b82c0b15d3429dfe30f1eb.woff2) format('woff2'),url(/fonts/NotoSansKR-Bold-11ec013942ce7c5dfd5f1adf4a16d2ca.woff) format('woff');} 

/*** Font info ***
Light - 300
Regular - 400
Medium - 500
Bold - 700 */


/* 공통 */
* {box-sizing: border-box;}
html,body {
	position: relative;
	display: block;
	width: 100%; 
	height: 100%; 	
	font-family: Noto Sans KR,'Roboto', sans-serif;
	font-weight: 400;
	color: #333333;
	margin: 0; 
	padding: 0;
}
div, ul, li { -webkit-box-sizing: border-box; box-sizing: border-box;}
ul,ol,li,dl,dt,dd,h2,
h3,
table,tr,th,td,p,button,div{margin: 0; padding: 0;}
ul,ol,li {list-style: none;}
a {
	color: #333;
	text-decoration: none;
	-webkit-appearance: none;
}
input, textarea, button {
	font-family: Noto Sans KR,'Roboto', sans-serif;
	font-size: 13px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

:after, :before {
    display: none;
    content: '';
}

a.btn {	
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Noto Sans KR, sans-serif;
	font-size: 21px;
	text-align: center;
	width: 100%;
	height: 102px;
	border-radius: 3px;
	color: rgba(255, 255, 255, 0.8);
	background-color: rgba(62, 65, 70, 1);
}
a.btn:hover {	
	color: rgba(255, 255, 255, 1);
	background-color: rgba(45, 47, 50, 1);
	border: 1px solid rgba(255, 255, 255, 0.3);
	box-shadow: 3px 3px 6px rgba(42, 46, 50, 0.3);
}
a.btn2 {	
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Noto Sans KR, sans-serif;
	font-size: 16px;
	white-space: nowrap;
	word-break: keep-all;
	letter-spacing: -1px;
	text-align: center;
	width: 100%;
	height: 43px;
	border-radius: 3px;
	color: rgba(255, 255, 255, 0.8);
	background-color: #666f83;
}
a.btn2:hover {	
	color: rgba(255, 255, 255, 1);
	background-color: #666f83;
	border: 1px solid rgba(255, 255, 255, 0.3);
	box-shadow: 5px 5px 10px rgba(42, 115, 224, 0.3);
}

.margt40 {margin: 40px 0 0 0;}
.margb40 {margin: 0 0 40px 0;}


/* 내용 */
.wrap {
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	flex-wrap: nowrap;
}
.wrap .main {
	display: flex;
    flex-grow: 1;
    background: url('/images/left_bg-89bfbee9fa80504ea98ec6807f0ca015.jpg') no-repeat left top;
	background-size: 100% 100%;
}


.login_wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 616px;/* 왼쪽 너비 */
	min-width: 616px;
	padding: 10px 90px 0px;
	/*background: rgba(255, 255, 255, 1);*/

	margin:40px auto 0 auto;
}

.login_wrap .login_inner {
	position: relative;
	width: 100%;
	padding:0px 0px 0px;
}
.login_wrap .login_inner > p {
	font-size: 14px;
    line-height: 18px;
    margin:5px 0 0;
    color: #333333;
}

a.logo {
	width: 416px;
	height: 71px;
	text-align: left;
    line-height: 1;
	margin:0px 0 30px 0;
	position: absolute;
	left: 90px;
	top:10px;
	display: flex;
	align-items: flex-end;
}
a.logo h1{font-size: 23px;font-weight: 500;display:block;margin:0 0 0 20px;color: #3e4146;font-family: Noto Sans KR,'Roboto';line-height:1;}

.login_wrap .login_inner .input_box {
	width: 100%;
	display: flex;
}
.login_wrap .login_inner > label {	
	display: inline-block;
	font-size: 17px;
	font-weight: 500;
	color: #333;
    width: auto;
    box-shadow: inset 0 -11px 0 #d0ebff;
    height: 28px;
    line-height: 28px;
    font-weight: 500;
    margin:5px 0;
}

.login_wrap .login_inner .rememberme {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}
.login_wrap .login_inner .rememberme span {
	display: flex;
	align-items: flex-end;
	width: 45%;
}
.login_wrap .login_inner > div > .rememberme span > label {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	line-height: 1.2;
}

.login_wrap .login_inner input[type="text"]::placeholder,
.login_wrap .login_inner input[type="password"]::placeholder {font-size: 13px;color: #b2b2b8;font-weight: 400;}
.login_wrap .login_inner input[type="text"],
input[type='password'] {	
	width: 100%;
	height: 46px;
	font-family: Noto Sans KR, sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #333;
	border-radius: 5px;
	border: 1px solid #d4d4d4;
	padding: 4px 15px 4px 15px;
	margin-bottom: 10px;
}
.login_wrap .login_inner input[id="remember"] {
	width: 17px;
	height: 17px;
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.17);
	cursor: pointer;
	margin-left: 0px;
}
.login_wrap .login_inner input[id="remember"]:checked {
	border: none;
	background: rgba(42, 182, 173, 1);
}
.login_wrap .login_inner input[id="remember"]:checked::after {
	content:'✔';
	position: relative;
	top: -1px;
    display: block;
	font-size: 12px;
	text-align: center;
	color: rgba(255,255,255,1);

}
.login_wrap .login_inner input[type="text"] {	
	background:#f9f9f8;
}
.login_wrap .login_inner input[type="password"] {	
	background:#f9f9f8;
}

.login_wrap .login_inner .rememberme .find {
	margin: 0px 0;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    width: 60%;
}

.login_wrap .login_inner .rememberme .find li {
	display: inline-block;
	margin-right: 5px;
}
.login_wrap .login_inner .rememberme .find li a {
	position: relative;
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 500;
    font-family: Noto Sans KR, sans-serif;
    line-height: 1.1;
    
}
.login_wrap .login_inner .rememberme .find li:first-child a {padding-left: 23px;}

.login_wrap .login_inner .rememberme .find li:first-child a:before {
    display: block;
    position: absolute;
    top: 2px;
    bottom: 0;
    left: 0px;
    margin-top: auto;
    margin-bottom: auto;
    width: 18px;
    height: 18px;
    background: url(/images/login_icon-5f4028551e906a90358d54062f8a29d1.png) no-repeat left top;

}

.lo-h2 {
    position: relative;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-bottom: 5px;
    padding-bottom:5px;
}
.lo-h2 h2 {
    font-family: 'Noto Sans KR';
    font-size: 23px;
    font-weight: 500;
    line-height: 25px;
    color: #333;
    display: inline-block;
    width: calc(100% - 55px);
}
.lo-h2 p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
    color: #666666;
}

.lo-l-t-l {
    float: left;
    width: calc(100% - 140px);
    height: auto;
    margin-right: 10px;
}
.lo-l-t-r {
    float: left;
    width: 130px;
    height: 43px;
}


.lo-r {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

/* 배너 */
    .lo-r-t {margin-top: 25px;padding: 0px 0px;position:relative; width:100%; height:auto;overflow: hidden; box-sizing:border-box; }
        .lo-r-t-b {position:relative; width:100%; height:100%;display: flex;    flex-direction: row;flex-wrap: wrap;justify-content: space-between;}
        .lo-r-t-b > div { width:calc(50% - 10px); height:100%; margin-bottom:10px;  border-radius:10px; background-repeat:no-repeat; background-position:right 30px bottom 20px;}
        .lo-r-t-b > div > a {position:relative;width:100%; min-height:77px; box-sizing:border-box; padding:0px;letter-spacing: -1px;border: 1px solid #d4d4d4;border-radius: 5px;display: flex;justify-content: center;align-items: center; }
        .lo-r-t-b > div > a:hover {	
			color: rgba(255, 255, 255, 1);
			background-color: #2ab6ad;
			border: 1px solid #2ab6ad;
			box-shadow: 3px 3px 6px rgba(42, 46, 50, 0.3);
		}

		.lo-r-t-b > div > a span {
		    display: inline-block;
		    width: 36px;
		    height: 76px;
		    background: url(/images/main_quick_ul_4-60a4201b59cff9b688885b82d71db57d.png) no-repeat left center;
		    background-size: 148px 34px;
		    vertical-align: middle;
		}

		.lo-r-t-b > div > a:hover span {
		    -webkit-filter: brightness(0) invert(1);
  			filter: brightness(0) invert(1);
		}


		.lo-r-t-b > div:nth-child(2) > a span{
		    background-position-x: -36px;
		}
		.lo-r-t-b > div:nth-child(3) > a span{
		    background-position-x: -74px;
		}
		.lo-r-t-b > div:nth-child(4) > a span{
		    background-position-x: -110px;
		}
		.lo-r-t-b > div > a strong {display:inline-block;width: calc(100% - 60px);padding-left: 8px; font-size:17px;font-family: 'Noto Sans KR'; line-height:20px;letter-spacing: -0.08em; color:#333; font-weight:500;   background: url(/images/main_link_arr-6265dcb599d86c16771fb665b3b9b552.png) no-repeat right top 5px;}
		.lo-r-t-b > div > a:hover strong {color: #fff;-webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);}


/* 공지사항 */  
        
.lo-r-b {position:relative; width:100%; height:auto;display: block;padding:20px 0px 5px; box-sizing:border-box;}
.lo-r-b section {position:relative; display: block;overflow: hidden;width:100%; height:100%; box-sizing:border-box;}
.lo-r-b section h3 {font-size:21px; line-height:18px; color:#222; font-weight:700;width: calc(100% - 153px);}

.lo-r-b section .btn-more {
    display: inline-block;
    text-align: right;
    font-size: 15px;
    font-weight:700;
    letter-spacing: -0.025em;
    color: #2ab6ad;
    width: 53px;
    vertical-align: middle;
    position: relative;
}

.lo-r-b section .btn-more::before{
	content:"+";
	display: inherit;
	position: absolute;
	left: 0;
	top: 1px;
}
    

.lo-r-b section ul.board_list {position:relative; width:100%; height: auto;overflow: hidden; padding-top:10px; border-top: 2px solid #3e4146;}
.lo-r-b section ul.board_list li {width:100%;  padding:0 0px; box-sizing:border-box; }
.lo-r-b section ul.board_list li:nth-child(3){border-bottom:0;}
.lo-r-b section ul.board_list li a {display:block; position:relative; color:#333; font-size:16px; line-height:30px; width:100%; padding-right:30%; height:auto; box-sizing:border-box; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.lo-r-b section ul.board_list li a span {position:absolute; right:3px; top:0; color:#888;font-family:'Noto Sans KR';font-size: 15px;}
.lo-r-b section ul.board_list li a:focus, .lo-r-b section ul li a:hover {color:#0A6ED1;}



/* 사이트 링크 */

.site {
    position: relative;
    margin-top:30px;
    width: 100%;
    display: block;
}
.site_item {
    width: 47%;
}
.site_show {
    display: block;
    width: 100%;
    position: relative;
    padding-top: 10px;
    padding-bottom: 11px;
    padding-left: 21px;
    background-color: #f5f5f5;
    border-radius: 5px;
    text-align: left;
    color: #676767;
    font-size: 15px;
    font-weight:500;
    line-height: 17px;
    letter-spacing: -0.025em;
    transition-property: background-color;
    transition-duration: 0.25s;
    transition-timing-function: linear;
    border: 1px solid #c9c9c9;
    -webkit-box-sizing: border-box; box-sizing: border-box;
}

.site_show:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin-top: auto;
    margin-bottom: auto;
    width: 12px;
    height: 8px;
    background-image: url(/images/footer_site_sprite-67d2f68dfc7fbda17ec19f0684784f98.png);
    background-size: 133.33333% 637.5%;
    background-position: left 0
}

.site_panel {
    visibility: hidden;
    opacity: 0;
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 47%;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.15);
    text-align: left;
    transform: translateY(10px);
    transition-property: visibility,opacity,transform;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out
}
.site_item:last-child .site_panel {left:53.1%; right: 0;}
.site_ul {
    padding-top: 19px;
    padding-bottom: 19px;
    padding-left: 25px;
     -webkit-box-sizing: border-box; box-sizing: border-box;
     display: block;
     width: 100%;
}
 .site_list {
    display: flex;
 	flex-wrap:wrap;
 	justify-content: space-between;
}
.site_li {
    display: inline-block;
    width: 100%
}
.site_anchor {
    position: relative;
    padding-left: 10px;
    color: #333333;
    font-size: 15px;
    line-height: 30px
}
.site_anchor:before {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #3e4146;
}
.site_anchor:after {
    visibility: hidden;
    opacity: 0;
    position: relative;
    top: 3px;
    display: inline-block;
    margin-left: 5px;
    width: 16px;
    height: 15px;
    background-image: url(/images/footer_site_sprite-67d2f68dfc7fbda17ec19f0684784f98.png);
    background-size: 100% 340%;
    background-position: left 100%;
    transition-property: visibility,opacity;
    transition-duration: 0.25s;
    transition-timing-function: linear
}
.site_anchor:hover:after {
    visibility: visible;
    opacity: 1
}
.site_item.active .site_show {
    background-color: #e9e9e9;
    color: #333;
}
.site_item.active .site_show:before {
    width: 12px;
    height: 8px;
    background-size: 133.33333% 637.5%;
    background-position: left 41.86047%
}
.site_item.active .site_panel {
    visibility: visible;
    opacity: 1;
    transform: none
}
.info {
	position: absolute;
	padding: 0px 35px;
	width: 100%;
	bottom: 30px;
    display: block;
    word-break: break-all;
    margin-left: 0px;
    vertical-align: middle;
    font-size: 0;
    line-height: 0
}
.info_copyright {
    margin-top: 5px;
    color: #a8a8a8;
    font-size: 12px;
    line-height: 15px;
    text-align:center;
}


/* 메인비쥬얼 */
#main_visual {
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 60px;
	/*background: url('/images/bg-324ef1f1519d04aab86f1b64c215bcb8.png') no-repeat center;
	background-size: cover;*/
	width: 100%;
}


#main_visual {overflow:hidden;position: relative;width:100%;top:0;height:100%;min-width: 360px;}
#main_visual .viewer_area {width:100%; height:100%;}
#main_visual .viewer_area .slick-arrow {position: absolute;bottom: 0;display: none !important;}
#main_visual .slick-list {width:100%; height:100%;}
#main_visual .slick-list .slick-track {width:100%; height:100%;}
#main_visual .slick-list .slick-slide {width:100%; height:100%;}
#main_visual .slick-list .slick-slide>div {overflow: hidden;width:100%;height:100%;}
#main_visual .images_fade {width:100%;height:100%;background-repeat:no-repeat;background-size: cover;background-position:center;}
#main_visual .images_fade .bgimg {position:absolute; left:0; top:0; width:100%;height:100%;background-repeat:no-repeat;background-size: cover;background-position:center;}
#main_visual .slick-active .images_fade .bgimg {transform: scale(1);-webkit-transform: scale(1);animation: bg 12s linear 1; -webkit-animation: bg 12s linear 1;}
#main_visual .images_fade1 .bgimg {background-image:url(/images/login_visual01-54e45bc06dd5c17a090c7bc8fe6e462a.jpg);}
#main_visual .images_fade2 .bgimg {background-image:url(/images/login_visual02-6da88632cba566ad5b397805132d5a98.jpg);}
#main_visual .images_fade3 .bgimg {background-image:url(/images/login_visual03-1268e85b9e10d0b62961c0d36d05803e.jpg);}
#main_visual .images_fade4 .bgimg {background-image:url(/images/login_visual04-1ef946ee1f3a1ce6629b8421f52b7f87.jpg);}

/* 반응형 */

@media screen and (max-width: 1024px) {
	.login_wrap {
		width: 516px;
    	min-width: 516px;
		padding: 10px 50px 0px;
		margin: 10px auto 0 auto;
		justify-content: flex-start;
	}
	a.logo {
		position: relative;
		left: 0px;
    	top: 0px;
    	margin: 0px 0 20px 0;
	}
	.lo-r-t {
		margin-top: 10px;
	}
	.lo-r-b {
		padding: 10px 0px 5px;
	}
	.site {
		    margin-top: 10px;
	}
}

@media screen and (max-width: 820px) {

	.wrap .main {
		flex-direction: column;
		justify-content: center;
    	align-items: center;
    	background: url('/images/left_bg-89bfbee9fa80504ea98ec6807f0ca015.jpg') no-repeat left top;

	}
	a.logo {
		margin:0px 0 50px 0;
		position: relative;
		width:290px;
		left: 0px;
		top:0px;
	}
	a.logo img {width:120px;}
    .login_wrap .login_inner > h1.logo {margin-bottom: 25px;}
	.login_wrap {width: 100%;min-width: 360px; padding: 0px 0px 0px;margin-top:30px;}	
	.login_wrap .login_inner {padding: 0 35px;}
	.login_wrap .login_inner .input_box {flex-direction: column;}
	.lo-r-t {padding: 10px 35px;}
		.lo-l-t-l {width: 100%;margin-right: 0px;height: auto;}
		.lo-l-t-r {width: 100%;}
		a.btn {height: 43px;}
		a.btn2 {font-size: 19px;}

	.login_wrap .login_inner .rememberme {margin-top: 10px;}	
	.lo-r-b {padding: 10px 35px;}
	.lo-r-t-b > div > a {letter-spacing: 0px;}
	.lo-r-t-b > div { width: 100%;margin-right: 0;margin-bottom: 15px;}
	.lo-r-t-b > div {width: 100%;margin-right: 0;}

	.site {
	    position: relative;
	    margin-top:20px;
	    width: 100%;
	    display: block;
	    padding: 5px 35px 25px;
	}

	.site_panel {
		width: 42.5%;
	    left: 35px;
	    position: absolute;
	}
	.site_item:last-child .site_panel {
		left: 52.7%;
	}

	.info {
		position: relative;
		bottom:10px;
	    display: block;
	    margin-left: 0px;
	    vertical-align: middle;
	    font-size: 0;
	    line-height: 0
	}
	.info_copyright {
	    font-size: 12px;
	    text-align:center;
	    word-break: break-word;
	}

}	



@media all and (max-width: 640px) {

	.login_wrap .login_inner > div > .rememberme span > label {font-size: 14px;}
	.login_wrap .login_inner .rememberme .find li a {font-size: 14px;}

    .site_item {
        position: relative;
        width: 100%;
        padding-top: 10px;
        padding-left: 0px;
    }
    .site_show {
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 14px;
        line-height: 16px
    }
    .site_item .site_panel {
	    left: 0;
	    right: 0;
	    width: 100%;
	}
    .site_item:last-child .site_panel {
	    left: 0%;
	    right: 0;
	    width: 100%;
	}
    .site_li {
        display: block;
        margin-top: 8px
    }
    .site_li:first-child {
        margin-top: 0
    }
    .site_anchor {
        line-height: 20px
    }
    .site_anchor:before {
        top: 10px
    }
    .site_anchor:after {
        display: none
    }

}

