/*�������*/
@font-face{font-family:'NanumGothic'; src:url('fonts/NanumGothic.woff')}
@font-face{font-family:'NanumGothic'; src:url('fonts/NanumGothic.eot')}
@font-face{font-family:'NanumGothicBold'; src:url('fonts/NanumGothicBold.woff')}
@font-face{font-family:'NanumGothicBold'; src:url('fonts/NanumGothicBold.eot')}

/* Reset
-------------------------------------------------------------- */
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family: 'Nanum Gothic', sans-serif;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

figure {
	margin: 0;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
	/* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	line-height: 1;
	cursor: pointer;
	/* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button;
	/* Corrects inability to style clickable 'input' types in iOS */
	border: none;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	/* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield;
	/* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration {
	/* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Repeatable Patterns
-------------------------------------------------------------- */
*, *:before, *:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
body {font: 14px/23px "Roboto", sans-serif;font-family: "Roboto";font-weight: 400;color: #1e1e1e;}
a {
	text-decoration: none;
	color: #1e1e1e;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
	color: #3e76db;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
ul, ol {padding: 0;}
img {max-width: 100%;height: auto;}
b, strong {font-weight: 700;}
button {border: none;}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	width: 180px;
	height: 48px;
	line-height: 48px;
	border-radius: 4px;
	background-color: #3e76db;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:hover i:before {background-color: #1e1e1e99;}
select, textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="email"] {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 8px 20px;
	color: #767f8e;
	background: #FFFFFF;
	border: solid 1px #d2d2d2;
	border-radius: 4px;
	height: 60px;
	margin-bottom: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {border: 1px solid #0066C2;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;}
textarea {width: 100%;padding: 10px 15px;height: 100px;}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {-webkit-appearance: none;margin: 0;}
input[type="checkbox"] {display: inline;}
textarea:-moz-placeholder, textarea::-moz-placeholder, input:-moz-placeholder, input::-moz-placeholder {font-family: "Roboto";font-size: 14px;color: #9B9B9B;opacity: 1;}
input:-ms-input-placeholder {font-family: "Roboto";font-size: 14px;color: #9B9B9B;opacity: 1;}
textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {font-family: "Roboto";font-size: 14px;color: #9B9B9B;opacity: 1;font-style: normal;}
/* bootstrap resetting elements */
textarea,
input[type="text"],
input[type="submit"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {-webkit-appearance: none;text-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;-o-box-shadow: none;box-shadow: none;color: #000;}
p {margin-bottom: 15px;}
p:last-of-type {margin-bottom: 0px;}
h1, h2, h3, h4, h5, h6 {font-family: "Roboto", sans-serif;font-weight: bold;color: #1e1e1e;}
h1 {font-size: 40px;line-height: 40px;}
h2 {font-size: 36px;line-height: 36px;}
h3 {font-size: 30px;line-height: 1.23;}
h4 {font-size: 18px;line-height: 24px;}
h5 {font-size: 16px;line-height: 24px;}
h6 {font-size: 14px;line-height: 24px;}
label {font-size: 14px;color: #4A4A4A;line-height: 20px;font-weight: 700;margin-bottom: 5px;}
.container {max-width: 1240px;margin:0 auto;}
.box {border: solid 1px rgba(118, 127, 142, 0.2);display: flex;width: 100%;overflow: hidden;}

/*��ũ��*/
body {
	scrollbar-face-color: #c2c2c2;
	scrollbar-track-color: #ffffff;
	scrollbar-highlight-color: #c2c2c2;
	scrollbar-3dlight-color: #c2c2c2;
	scrollbar-shadow-color: #c2c2c2;
	scrollbar-darkshadow-color: #c2c2c2;
	scrollbar-arrow-color: #000000;
 }

/*����*/
#wrap{background:#efefef;width:100%;height:100%}
#wrap .base{position:relative;width:1000px}
#wrap .p{width:1000px;text-align:left;font-size:16px;line-height:24px;color:#666666;}

/*����*/
#wrap .input_idpw{border:1px solid #dddddd;width:100%;height:64px;color:#666666;line-height:64px;text-indent:30px}
#wrap .m_center{width:1000px;font-size:14px;color:#666666;line-height:22px;text-align:left;margin-top:15px}
#wrap .m_footer{width:1000px;font-size:14px;color:#666666;line-height:22px;text-align:left;margin-top:30px}
#wrap .m_h2{font-family:'nanumGothicBold';font-size:62px;letter-spacing:-1px}

/*����*/
#wrap .s_h2{font-family:'nanumGothicBold';font-size:80px;padding:80px 0 20px;letter-spacing:-2px}
#wrap .s_footer{font-size:13px;color:#333333}

/*���ͺ�*/
#s4_timer{position:absolute;top:20px;right:20px;width:200px}
#s4_timer .info{height:45px;overflow:hidden}
#s4_timer .info .txt{float:left;margin-top:20px}
#s4_timer .info .limit{float:right;font-size:40px;font-family:'nanumGothicBold'}
#s4_timer .bar{position:relative;height:14px;background:#cccccc;overflow:hidden;margin-top:5px}
#s4_timer .bar .process{position:absolute;width:100%;height:100%;left:-50%;background:#be1d01}
#s4_timer .guide{position:relative;margin-top:5px;font-size:14px;text-align:left}
#s4_timer .guide .guide1{position:absolute;left:0}
#s4_timer .guide .guide2{position:absolute;left:50%;margin-left:-5px}
#s4_timer .guide .guide3{position:absolute;right:0}

#s4_dl{text-align:center;position:relative}
#s4_dl .s_h2{font-family:'nanumGothicBold';font-size:48px;padding:20px 0 30px;color:#bc1d00;letter-spacing:-2px}
#s4_dl dl{text-align:left;clear:both;overflow:hidden}
#s4_dl dl dt{font-family:nanumGothicBold;font-size:20px;margin:70px 0 10px}
#s4_dl dl dd{font-size:17px;line-height:30px}
#s4_dl dl dd span{display:block;float:left;margin-right:10px;width:18px;height:18px;background:url('img/checkbox.gif') no-repeat 0 0;cursor:pointer;margin-top:7px}
#s4_dl dl dd.on span{background-position:0 -30px}
#s4_dl dl.dd_float dd{float:left;margin-right:40px}

#s4_dl .top{position:absolute;bottom:250px;right:10px}

/*��ư*/
a.btn_b01 {display:inline-block; padding:0 25px; background:#363636; color:#fff; font-family:'nanumGothicBold'; font-size: 14px; line-height: 34px; border-radius: 4px; }
a.btn_b01:focus, .btn_b01:hover { background:#a72211; }


/* login */
.boxed {
	width: 100%;
	height: 100vh;
	position: relative;
	font-family: 'Nanum Gothic', sans-serif;
}
.boxed .boxed_wrap {
	width: 100%;
	height: 100vh;
	position: relative;
	background: url("img/login_bg.png") no-repeat 101% top;
}
.boxed .inner {
	width: 100%;
	max-width: 81.4%;
	height: 100%;
	max-height: 80%;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transition: all .45s;
}
@media all and (max-width:1600px) {
	.boxed .inner {
		max-width:95%;
	}
}
.boxed .content_boxed {
	width: 100%;
	max-width: 758px;
	position: absolute;
	left: 0;
	top: 50%;
	transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transition: all .5s;
}
.boxed .content_boxed h3 {
	font-size: 40px;
	font-weight: bold;
	color: #474747;
	text-align: center;
	margin: 0 auto 18px;
}
.boxed .content_boxed .line {
	width: 70px;
	height: 5px;
	background: linear-gradient(to right,#8577E2,#717CF4);
	margin: 0 auto 80px;
}
.boxed .content_boxed .form_company {
	margin-bottom: 40px;
}


.boxed .content_boxed .input_inner {
	width: 100%;
	overflow: hidden;
	margin-bottom: 84px;
	box-sizing:border-box;
	padding: 0 4%;
}
.boxed .content_boxed .info_input {
	font-size: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: solid #ccc 1px;
	outline: 0;
	width: 100%;
	padding: 14px;
	color: #000000;
	/* color: #dbdbdb; */
}
.boxed .content_boxed .input-container {
	width: 66%;
	float: left;
}
.boxed .content_boxed .input-container .input-field:first-child{
	margin-bottom: 20px;
}
.boxed .content_boxed .input-container .input-field label {
	display:none;
}
.boxed .content_boxed .button-container {
	width: 24%;
	float: right;
}
.boxed .content_boxed .button-container button {
	height: 140px;
	background: linear-gradient(to right,#8577E2,#717CF4);
	font-size: 20px;
	font-weight:500;
	border:1px solid white;
}
.boxed .content_boxed .note {
	width: 100%;
	background: #fff;
	border: 1px solid #727BF2;
	border-radius: 6px;
	padding: 17px 21px;
}
.boxed .content_boxed .note_top {
	margin-bottom:30px;
}
.boxed .content_boxed .note ul {
	font-size: 14px;
	line-height: 1.78;
	color:#474747;
	margin-left:10px;
}
.boxed .content_boxed .note ul li {
	font-size: 14px;
	line-height: 1.78;
	color:#474747;
}

.title_card {
	width:471px;
	height:636px;
	background:#fff;
	border-radius:15px;
	text-align:center;
	position: absolute;
	right: 0;
	top:50%;
	opacity: 1;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all .5s;
}
.title_card .icon {padding-top:79px;margin-bottom:56px;}
.title_card .title_name.title1 {
	margin-bottom:20px;
}
.title_card .title_name {
	font-size:31px;
	font-weight:bold;
	color:#727bf2;
	margin-bottom:45px;
}
.title_card .title_text{
	font-size:16px;
	font-weight:normal;
	color:#474747;
	line-height:30px;
	margin-bottom:40px;
}
.title_card .icon2 img{
	transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transition: all 0.25s;
}
.title_card .icon2 img:hover {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
@media all and (max-width:1315px){
	.boxed .content_boxed {
		background: #fff;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		padding: 30px;
		border-radius: 15px;
		border: 1px solid #727BF2;
	}
	.boxed .content_boxed h3 {font-size: 35px;}
	.title_card{right: -700px;opacity: 0;}
}
@media all and (max-width:800px){
	.boxed .content_boxed{padding:20px 10px;}
	.boxed .content_boxed h3{font-size:23px;line-height:30px;}
	.boxed .content_boxed .line{margin-bottom:40px;}
	.boxed .content_boxed .input-container{width:100%;float:none;margin-bottom:20px;}
	.boxed .content_boxed .button-container{width:100%;float:none;height:auto;}
	.boxed .content_boxed .input_inner{margin-bottom: 15px;}
	.boxed .content_boxed .note ul{font-size:13.5px;line-height:1.78}
	.boxed .content_boxed .info_input{font-size:14px;line-height: 14px;height: 45px;}
	.boxed .content_boxed .button-container button{width:100%;height:50px;}
}
@media all and (max-width:600px){
	.login{width: 350px;}
}




/*purpose*/
.test_info {
	width:100%;
	max-width:1240px;
	margin:0 auto;
	text-align:center;
	position:relative;
}

.test_info h2 {
	font-family: 'nanumGothicBold';
	font-size: 80px;
	letter-spacing: -2px;
}

.test_info h3 {
	font-size: 48px;
	font-weight: bold;
	color: #727bf2;
	margin-bottom: 45px;
}

.test_info.title {margin-bottom:50px;}


.test_info button{
	height: 140px;
	background: linear-gradient(to right,#8577E2,#717CF4);
	font-size: 20px;
	font-weight: 500;
	border: 1px solid white;
}


