@charset "utf-8";

/*mainVisual*/
#mainVisual {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

#mainVisual article {
	position: absolute;
	width: 100%;
	height: 100%;
}

#mainVisual article img {
	height: 100%;
}

#mainVisual .txtBox {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

#mainVisual .txtBox h2 {
	width: 100%;
	margin-bottom: 40px;
	font-size: 70px;
	font-weight: 500;
	letter-spacing: -0.08em;
	color: #fff;
}

#mainVisual .txtBox h3 {
	margin-top: 20px;
	line-height: 33px;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: -0.08em;
	color: rgba(255, 255, 255, 0.85);
}

#mainVisual .txtBox p {
	width: 660px;
	height: 45px;
	margin: 0 auto;
	background: #0092ff;
	text-align: center;
	font-size: 22px;
	line-height: 45px;
	color: #fff;
}

#mainVisual .txtBox p span {
	font-family: 'Rajdhani', sans-serif;
	font-weight: 500;
	font-size: 26px;
}

#mainVisual .nextBtn {
	position: absolute;
	bottom: 15%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
}

#mainVisual .nextBtn .rect {
	fill: none;
	stroke-width: 1px;
	stroke: white;
	stroke-dasharray: 40;
	stroke-dashoffset: 50%;
	-webkit-animation: movedash 1.5s forwards 0s infinite;
	animation: movedash 1.5s forwards 0s infinite;
}

@-webkit-keyframes movedash {
	to {
		stroke-dashoffset: 250%;
	}
}

@keyframes movedash {
	to {
		stroke-dashoffset: 250%;
	}
}

#mainVisual .nextBtn span {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	color: #fff;
}

/*servicing*/
#servicing {
	height: 490px;
}

#servicing h4 {
	text-align: center;
}

#servicing h4 span {
	font-family: 'Rajdhani', sans-serif;
	font-size: 36px;
	font-weight: 600;
}

#servicing .inner {
	position: relative;
}

#servicing .illustArea {
	width: 550px;
	height: 340px;
	padding: 20px 70px 20px 20px;
	background-color: #f4f4f4;
	box-sizing: border-box;
	overflow: hidden;
}

#servicing .textArea {
	position: absolute;
	top: 35%;
	right: 0;
	width: 800px;
	background: #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

#servicing .textArea .txtBox {
	padding: 50px;
	box-sizing: border-box;
}

#servicing .textArea .txtBox h5 {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: -0.08em;
}

#servicing .textArea .txtBox p {
	margin-bottom: 10px;
	font-size: 16px;
	letter-spacing: -0.03em;
}

#servicing .textArea .txtBox p.serLastTxt {
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}

#servicing .textArea .txtBox a {
	float: right;
	display: block;
	margin-top: 10px;
	font-size: 20px;
	font-weight: 500;
	color: #0092ff;
	box-sizing: border-box;
}

#servicing .textArea .txtBox a:hover,
#servicing .textArea .txtBox a:focus {
	text-decoration: underline;
}

/*solution*/
#solution h5 {
	font-family: 'Rajdhani', sans-serif;
	font-size: 27px;
	font-weight: 500;
}

#solution h4 {
	text-align: center;
}

#solution ul li {
	float: left;
	width: 23.8%;
	margin-right: 20px;
	text-align: center;
}

#solution ul li:last-child {
	margin-right: 0;
}

#solution ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 40px 15px;
	border: 3px solid #eee;
	box-sizing: border-box;
	transition: all 0.6s;
}

#solution ul li a:hover,
#solution ul li a:focus {
	border: 3px solid #0092ff;
	margin-top: -15px;
}

#solution ul li a figure {
	margin-bottom: 30px;
}

#solution ul li a h5 {
	margin-bottom: 15px;
	font-weight: 500;
}

#solution ul li a p {
	font-size: 16px;
	letter-spacing: -0.05em;
}

/*counseling*/
#counseling {
	width: 100%;
	padding: 100px;
	background: #f4f4f4;
	box-sizing: border-box;
}

#counseling h4 {
	text-align: center;
}

#counseling article h5 {
	margin-bottom: 20px;
	font-size: 23px;
	font-weight: 400;
	color: #333;
}

#counseling .clientChoice {
	float: left;
	width: 18%;
	margin-right: 40px;
}

#counseling .clientChoice .selArea {
	width: 100%;
	height: 225px;
	padding: 20px;
	background: #333;
	box-sizing: border-box;
}

#counseling .clientChoice .selArea {
	background: #333;
}

#counseling .selArea div {
	position: relative;
}

#counseling .selArea div input[type="radio"] {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	clip: rect(0, 0, 0, 0);
	border: 0;
	overflow: hidden;
}

#counseling .selArea div input[type="radio"] + label {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

#counseling .selArea div input[type="radio"] + label:before {
	content: '';
	position: absolute;
	top: 11px;
	left: 0;
	width: 13px;
	height: 13px;
	border: 2px solid #f4f4f4;
	border-radius: 100%;
}

#counseling .selArea div input[type="radio"]:checked + label:after {
	content: '';
	position: absolute;
	top: 15px;
	left: 4px;
	width: 9px;
	height: 9px;
	background: #fff;
	border-radius: 100%;
}

#counseling .selArea label {
	font-size: 16px;
	line-height: 35px;
	color: #fff;
}

#counseling .clientCompany {
	float: left;
	width: 33%;
	margin-right: 40px;
}

#counseling .clientCompany .cliList {
	margin-bottom: 10px;
}

#counseling .clientCompany .cliList:last-child {
	margin-bottom: 0;
}

#counseling .clientCompany .cliList img {
	margin: 12px 10px -10px 0;
}

#counseling .clientCompany .cliList input[type="text"] {
	width: 90%;
	padding: 14px;
	border: 1px solid #e1e1e1;
	outline: 0;
	background: #fff;
	font-size: 15px;
	box-sizing: border-box;
}

#counseling .clientCompany .cliList input[type="text"]:focus {
	color: #222;
}

#counseling .clientCounsel {
	float: left;
	width: 42.8%;
}

#counseling .clientCounsel textarea {
	width: 100%;
	height: 227px;
	padding: 20px;
	border: 1px solid #e1e1e1;
	outline: 0;
	background: #fff;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 16px;
	box-sizing: border-box;
}

#counseling .application {
	float: right;
	margin-top: 20px;
}

#counseling .application .appliCheck {
	float: left;
	padding-top: 17px;
}

#counseling .application .appliCheck form {
	display: inline-block;
	font-size: 15px;
}

#counseling .application .appliCheck a {
	margin-right: 20px;
	font-size: 14px;
	text-decoration: underline;
	color: #139df2;
}

#counseling .application button {
	width: 140px;
	height: 40px;
	background: #139df2;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: -0.08em;
	color: #fff;
}

/*partner*/
#partner h4 {
	text-align: center;
}

#partner ul li {
	float: left;
	width: 12.9%;
	margin-right: 20px;
	background: no-repeat center 10%;
	box-sizing: border-box;
}

#partner ul li:last-child {
	margin-right: 0;
}

#partner ul li.partIntel {
	background-image: url(../_img/logo_partintel.png);
}

#partner ul li.partIbm {
	background-image: url(../_img/logo_partibm.png);
}

#partner ul li.partHp {
	background-image: url(../_img/logo_parthp.png);
}

#partner ul li.partLenovo {
	background-image: url(../_img/logo_partlenovo.png);
}

#partner ul li.partDell {
	background-image: url(../_img/logo_partdell.png);
}

#partner ul li.partKt {
	background-image: url(../_img/logo_partkt.png);
}

#partner ul li.partLg {
	background-image: url(../_img/logo_partlg.png);
}

#partner ul li h5 {
	padding-top: 60px;
	text-align: center;
	font-family: 'Rajdhani', sans-serif;
	font-size: 24px;
	font-weight: 600;
}

/*noteArea*/
#noteArea article {
	float: left;
	width: 48.4%;
	height: 340px;
}

#noteArea article:first-child {
	margin-right: 40px;
}

#noteArea article .titBox {
	position: relative;
	width: 100%;
}

#noteArea article .titBox h4 {
	float: left;
	margin-bottom: 13px;
	font-size: 26px;
}

#noteArea article .titBox .plus {
	float: right;
	padding-top: 20px;
	font-weight: 600;
	color: #093150;
}

#noteArea .notice .titBox:before {
	content: '';
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: #093150;
}

#noteArea .notice ul li {
	height: 60px;
	padding: 0 20px;
	line-height: 60px;
	border-bottom: 1px solid #aaa;
	letter-spacing: -0.05em;
	box-sizing: border-box;
}

#noteArea .notice ul li:hover,
#noteArea .notice ul li:focus {
	background: #f9f9f9;
}

#noteArea .notice ul li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -0.05em;
}

#noteArea .notice ul li a:hover,
#noteArea .notice ul li a:focus {
	font-weight: 500;
	color: #093150;
}

#noteArea .notice ul li a time {
	float: right;
	font-size: 15px;
	font-weight: 400;
	color: #585858;
}

#noteArea .notice ul li a:hover time,
#noteArea .notice ul li a:focus time {
	text-decoration: underline;
}

#noteArea .faq .titBox h4 {
	margin-bottom: 10.5px;
}

#noteArea .faq ul {
	border-top: 2px solid #093150;
}

#noteArea .faq ul li {
	position: relative;
	float: left;
	width: 33.3333%;
	height: 151px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	text-align: center;
	box-sizing: border-box;
}

#noteArea .faq ul li:hover,
#noteArea .faq ul li:focus {
	background-color: #f4f4f4;
}

#noteArea .faq ul li.faq01,
#noteArea .faq ul li.faq04 {
	border-left: 1px solid #aaa;
}

#noteArea .faq ul li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background: no-repeat center 28px;
}

#noteArea .faq ul li.faq01 a {
	background-image: url(/_img/ico_faq_01.png)
}

#noteArea .faq ul li.faq02 a {
	background-image: url(/_img/ico_faq_02.png)
}

#noteArea .faq ul li.faq03 a {
	background-image: url(/_img/ico_faq_03.png)
}

#noteArea .faq ul li.faq04 a {
	background-image: url(/_img/ico_faq_04.png)
}

#noteArea .faq ul li.faq05 a {
	background-image: url(/_img/ico_faq_05.png)
}

#noteArea .faq ul li.faq06 a {
	background-image: url(/_img/ico_faq_06.png)
}

#noteArea .faq ul li a span {
	display: inline-block;
	padding-top: 100px;
	font-size: 18px;
	letter-spacing: -0.05em;
	box-sizing: border-box;
}

#noteArea .faq ul li:hover a span,
#noteArea .faq ul li:focus a span {
	color: #093150;
}