* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html {
	font-family: "NanumSquare", "Nanum Gothic", "Malgun Gothic", "맑은 고딕", "Apple SD Gothic Neo";
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0em;
	color: #000;
	overflow-y: scroll;
	height: 100%;
}
a:link,a:visited,a:hover,a:focus {
	text-decoration: none;
	color: #000;
}
body, p {
	margin: 0;
}
body {
	height: 100%
}
.center {
	text-align: center;
}
.main {
	background: no-repeat center url("/new_images/main_visual.png");
	background-color: #333;
	color: #fff;
	font-size: 24px;
}
.main>.middle {
	left: 10%;
	height: 337px;
	width: 485px;
}
.main>.middle>.logo {
	border-bottom: 2px solid #fff;
}
.main>.middle>.logo>img {
	margin-top: 15px;
}
.main>.middle>div {
	padding: 40px 5px;
}
.main>.middle>.link>a {
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	height: 30px;
	margin-bottom: 20px;
	display: inline-block;
	position: relative;
	width: 240px;
}
.main>.middle>.link>a:after {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.main>.middle>.link>a>img{
	vertical-align: middle;
	margin-right: 10px;
}
.centerLayout {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: auto;
}
.centerLayout.boxArea {
	max-width: 1220px;
	margin-top: 30px;
}
.centerLayout.boxArea.templeteBox,
.centerLayout.boxArea.proBox {
	max-width: 1230px;
	margin-top: 25px;
}
.centerLayout.boxArea.processBox {
	max-width: 1220px;
	margin-top: 0;
}
.box {
	float: left;
	font-size: 16px;
	line-height: 150%;
	background-color: #fff;
}
.proBox .box {
	width: 380px;
	border: 1px solid #eee;
	text-align: left;
	margin: 15px 15px;
	padding: 30px 40px 40px 40px;
}
.templeteBox .box {
	width: 380px;
	border: 1px solid #eee;
	text-align: center;
	margin: 15px 15px;
}
.processBox .box {
	width: 183px;
	height: 263px;
	border: 1px solid #afd6ff;
	text-align: center;
	margin: 40px 10px;
	padding: 60px 10px 40px 10px;
	position: relative;
}
.customBox .box {
	width: 269px;
	height: 170px;
	text-align: center;
	padding: 40px 10px;
}
.templeteBox .box img {
	display: block;
	border-bottom: 1px solid #eee;
}
.templeteBox .box div {
	width: 189px;
	float: left;
	font-size: 14px;
}
.templeteBox .box div a{
	display: block;
	padding: 19px;
}
.templeteBox .box div:first-of-type {
	border-right: 1px solid #eee;
}
.proBox .box .boxTitle {
	font-size: 17px;
	margin-top: 20px;
}
.proBox .box p {
	margin-top: 20px;
	font-size: 14px;
	color: #777;
}
.customBox .box p {
	margin-top: 20px;
	font-size: 14px;
	color: #999;
}
.processBox .box p {
	font-size: 17px;
	margin-top: 40px;
	color: #555;
}
.processBox .box .boxNumber {
	background: no-repeat center url("/new_images/process_number.png");
	width: 29px;
	height: 28px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -15px;
	color: #fff;
	line-height: 28px;
}
.customBox {
	margin-top: 40px;
	border: 10px solid #eee;
}
.customBox img {
	display: block;
	float: left;
}
.customBox>div {
	background-color: #fff;
	float: left;
	padding: 20px 26px;
	width: 591px;
}
.customBox .box:first-of-type {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.customBox .box:nth-of-type(2) {
	border-bottom: 1px solid #eee;
}
.customBox .box:nth-of-type(3) {
	border-right: 1px solid #eee;
}
.customBox .box .boxTitle {
	font-size: 17px;
}
.middle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
header.top {
	position: relative;
	height: 90px;
}
header.top>.centerLayout {
	left: 0;
	right: 0;
	height: 45px;
	line-height: 45px;
}
header.top>.centerLayout>.logo {
	float: left;
	cursor: pointer;
}
header.top>.centerLayout>.logo>img {
	display: block;
}
header.top>.centerLayout>.gnb {
	float: right;
}
header.top>.centerLayout>.gnb ul {
	margin: 0;
	padding: 0;
}
header.top>.centerLayout>.gnb ul>li {
	display: block;
	float: left;
	list-style: none;
	margin-left: 40px;
}
.hamburger {
	display: none;
}
.mainVisual {
	position: relative;
	height: 759px;
	color: #fff;
	background-position-x: center;
}
.mainVisual>.centerLayout {
	left: 0;
	right: 0;
	height: 246px;
}
.mainVisual .subCopy {
	font-size: 24px;
	margin-bottom: 10px;
}
.mainVisual .mainCopy {
	font-size: 48px;
	font-weight: 900;
}
.mainVisual .mainAction {
	margin-top: 45px;
}
.mainVisual .mainAction a {
	border-radius: 22px;
	padding: 10px 20px;
	border: 2px solid #fff;
	color: #fff;
}
.mainVisual .mainCopy .yellow {
	color: #ffde00;
}
.storeLink a img {
	display: block;
	margin-right: 20px;
	float: left;
}
.storeLink a img {
	display: block;
}
.contentsBody.homepage>.mainVisual {
	background-image: url("/new_images/homepage_visual_2.png");
}
.contentsBody.erp>.mainVisual {
	background-image: url("/new_images/erp_visual.png");
}
.bcf9 {
	background-color: #f9f9f9;
}
.section {
	padding: 140px 0;
	overflow: auto;
}
.section .engSlogan {
	font-size: 20px;
	font-weight: 700;
	color: #2c89e9;
	border-bottom: 1px solid #2c89e9;
	display: inline-block;
}
.section .title {
	font-size: 36px;
	font-weight: 900;
	line-height: 140%;
	word-break: keep-all;
	margin: 20px 0;
}
.section .description {
	line-height: 170%;
	word-break: keep-all;
}
.section .left {
	float: left;
}
.section img.right {
	float: right;
}
.featuresBox .box {
	display: inline-block;
	width: 285px;
	border: 1px solid #eee;
	margin: 10px 10px;
	padding: 40px 10px 40px 40px;
	font-size: 14px;
	background-color: #fff;
	color: #777;
	line-height: 22px;
	word-break: keep-all;
	text-align: left;
}
.featuresBox .box .boxTitle {
	font-size: 17px;
	color: #000;
	margin: 12px 0 15px 0;
}
.mt40 {
	margin-top: 40px;
}
.channelBox .box {
	margin-top: 40px;
	display: inline-block;
	width: 580px;
	border: 1px solid #eee;
}
.channelBox .box:first-of-type {
	margin-right: 40px;
}
.channelBox .box .boxTitle {
	font-size: 17px;
	color: #fff;
	padding: 18px;
	text-align: center;
}
.channelBox .box:first-of-type .boxTitle {
	background-color: #2c89e9;
}
.channelBox .box:nth-of-type(2) .boxTitle {
	background-color: #143e69;
}
.channelBox .box .boxVisual img{
	display: block;
}
.effectBox .box {
	margin-top: 40px;
	width: 386px;
	border: 1px solid #eee;
	float: left;
	margin-right: 21px;
	color: #fff;
	background-color: #143e69;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}
.effectBox .box>div:last-of-type {
	padding: 45px;
}
.effectBox .box:last-of-type {
	margin-right: 0;
}
.effectBox .box:nth-of-type(2) {
	background-color: #2c89e9;
}
.effectBox .box img {
	display: block;
}
.effectBox .box .effectTitle {
	border-bottom: 1px solid rgba(255,255,255,0.3);
	display: inline-block;
	padding: 0 20px 10px 20px;
	margin-bottom: 20px;
	font-size: 17px;
}
.feeBox {
	border: 1px solid #2c89e9;
	margin-top: 50px;
	overflow: auto;
	width: 1189px;
	box-shadow: 11px 8px 0 0 #e5e5e5;
}
.feeBox .leftBox {
	width: 550px;
	float: left;
	padding: 62px 0;
	background-color: #fff;
	text-align: center;
}
.feeBox .leftBox ul {
	margin: 0;
	padding: 0;
	display: inline-block;
}
.feeBox .leftBox ul li {
	list-style: none;
	text-align: left;
	line-height: 220%;
	font-size: 18px;
	vertical-align: middle;
}
.feeBox .leftBox ul li:before {
	content: " ";
	width: 6px;
	height: 6px;
	margin-right: 10px;
	background-color: #2c89e9;
	display: inline-block;
}
.feeBox .arrow {
	width: 50px;
	background-image: url("/new_images/arrow.png");
	height: 285px;
	float: left;
}
.feeBox .rightBox {
	width: 587px;
	height: 285px;
	text-align: center;
	float: left;
	padding: 76px 0;
	background-color: #2c89e9;
	color: #fff;
	font-size: 18px;
}
.applyTitle {
	font-size: 36px;
	text-align: center;
	font-weight: 900;
}
.baseColor {
	color: #2c89e9;
}
.price {
	font-size: 80px;
	margin-top: 20px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	text-shadow: 0 0 3px rgba(0,0,0,0.3);
	display: inline-block;
	font-weight: 900;
	letter-spacing: -0.04em;
}
.applyModalBtn {
	text-align: center;
}
.applyModalBtn a,
.section .homepageModalBtn a {
	background-color: #2c89e9;
	padding: 20px 40px;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	border-radius: 32px;
	margin-top: 70px;
}
.section.blog .blogTitle {
	padding: 17px 10px;
}
.section.blog .blogTitle a {
	float: right;
	font-size: 14px;
	color: #777;
}
.section.blog ul {
	margin: 0;
	padding: 0;
}
.section.blog ul li {
	list-style: none;
	padding: 17px 10px;
	border-bottom: 1px solid #ccc;
	color: #777;
}
.section.blog ul li:first-of-type {
	border-top: 1px solid #999;
}
.section.blog ul li:last-of-type {
	border-bottom: 1px solid #999;
}
.section.blog ul li a {
	color: #777;
	width: 1000px;
    display: inline-block;
}
.section.blog ul li .date {
	float: right;
}
footer {
	background-color: #313131;
	color: #fff;
	overflow: auto;
	padding-top: 90px;
	padding-bottom: 90px;
}
footer .bottomLogo {
	float: left;
	font-size: 15px;
}
footer .bottomLogo .slogan {
	margin-bottom: 8px;
}
footer .companyInfo {
	float: right;
	text-align: right;
	font-size: 14px;
}
footer .companyInfo .tel {
	font-size: 18px;
	margin-bottom: 5px;
}
footer .companyInfo a {
	color: #fff;
}
footer .companyInfo .devider {
	margin: 0 10px;
	border-right: 1px solid #999;
}
.modal.applyModal,
.modal.homepageModal {
	border-radius: 0;
	box-shadow: 0 0;
	padding: 0;
	width: 720px;
	max-width: 720px;
}
.modal.applyModal>div {
	width: 360px;
	float: left;
}
.modal.applyModal>div:first-of-type {
	text-align: center;
	font-size: 15px;
	color: #fff;
	background-color: #2c89e9;
	padding: 220px 0;
	vertical-align: top;
}
.modal.applyModal>div:first-of-type>img {
	margin-top: 10px;
}
.modal.applyModal>div:nth-of-type(2) {
    display: inline-block;
    padding: 90px 0 0 0;
}
.modal.applyModal>div>form>div {
	width: 305px;
	margin: 15px 20px 15px 35px;
	height: 35px;
	font-size: 15px;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.modal.applyModal>div>form>div:before {
	content: " ";
    width: 6px;
    height: 6px;
    background-color: #2c89e9;
    display: block;
    position: absolute;
    top: 12px;
    left: -15px;
}
.modal.applyModal>div>form>div>input {
	width: 200px;
	height: 31px;
	border: 0;
	outline-width: 0;
}
.modal.homepageModal {
	padding: 80px 40px;
}
.modal.homepageModal>form>table {
	width: 100%;
	font-size: 15px;
	border-top: 1px solid #000;
	margin-top: 40px;
}
.modal.homepageModal>form>table>tbody>tr>th {
	width: 145px;
	background-color: #eee;
	font-size: 15px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 20px;
	font-weight: normal;
	vertical-align: top;
}
.modal.homepageModal>form>table>tbody>tr>td {
	padding: 20px 5px 20px 15px;
	border-bottom: 1px solid #000;
	line-height: 200%;
}
.modal.homepageModal>form>table>tbody>tr>td>input {
	border: 0;
	width: 100%;
	display: block;
}
.modal div.applyTitle {
	font-size: 24px;
	text-align: center;
}
.modal div.applyInfo {
	font-size: 12px;
	color: #999;
	margin-top: 8px;
}
.modal div.applyBtn {
	text-align: center;
	margin-top: 50px;
}
.modal div.applyBtn>a {
	padding: 20px 40px;
	border-radius: 30px;
	font-size: 18px;
	background-color: rgb(44, 137, 233);
    color: #fff;
}
.modal a.close-modal.icon-remove {
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	color: #ddd;
	text-align: center;
	background: initial;
	text-indent: 0;
	font-size: 30px;
	font-weight: 100;
}

.term {
	padding: 40px 0;
	font-size: 12px;
	line-height: 150%;
}
.term h1 {
	font-size: 24px;
	margin: 0px;
}
.term h2 {
	font-size: 20px;
	margin: 20px 0px 0px 0px;
}
.term h4 {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	margin: 15px 0px;
}
.term ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.term ul li {
	text-indent: -1.1em;
	padding-left: 1.1em;
}
.term td {
	border-top: 1px solid #ddd;
	padding: 5px;
}
.term th {
	padding: 5x;
}

.c888 {
	color: #888;
}
input[type="radio"],
input[type="checkbox"] {
	-webkit-appearance: none;
	position: absolute;
	z-index: -10;
	opacity: 0;
}
.radioArea {
	margin: 0 -5px;
}
input[type="radio"]+label {
	display: block;
	float: left;
	border: 1px solid #eee;
	margin: 5px;
	background-color: #2c89e9;
}
input[type="radio"]+label img {
	display: block;
}
input[type="radio"]:checked+label img {
	opacity: 0.7;
}
input[type="checkbox"]+label {
	position: relative;
	display: block;
	padding-left: 30px;
	cursor: pointer;
}
input[type="checkbox"]+label:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	position: absolute;
    top: 3px;
    left: 0;
    border-radius: 2px;
}
input[type="checkbox"]+label:after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	left: 7px;
	-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);	
	width: 8px;
	height: 11px;
}
input[type="checkbox"]:checked+label:before {
	border: 1px solid #2c89e9;
}
input[type="checkbox"]:checked+label:after {
	border-right: 1px solid #2c89e9;
	border-bottom: 1px solid #2c89e9;
}
@media all and (max-width: 1200px) {
	.centerLayout {
		padding: 0 20px;
	}
	.section img.right {
		float: initial;
		margin-top: 40px;
		max-width: 100%;
	}
	.box285 {
		margin: 10px 20px 10px 0;
	}
	.feeBox {
		width: 100%;
		box-shadow: none;
	}
	.feeBox .arrow {
		display: none;
	}
	.feeBox .leftBox {
		width: 100%;
	}
	.feeBox .rightBox {
		width: 100%;
	}
}
@media all and (max-width: 767px) {
	.main>.middle {
		width: 270px;
		height: 348px;
		word-break: keep-all;
	}
	.main>.middle>.logo>img {
		width: 250px;
	}
	.hamburger {
		display: inline-block;
		width: 25px;
		vertical-align: middle;
	}
	.hamburger span {
		display: block;
		height: 7px;
		border-bottom: 3px solid #000;
	}
	.hamburger span:first-of-type {
		height: 3px;
	}
	.mainVisual {
		background-size: cover;
	}
	.mainVisual .subCopy {
		font-size: 18px;
	}
	.mainVisual .mainCopy {
		font-size: 24px;
	}
	.storeLink a {
		display: block;
		overflow: auto;
	}
	.storeLink a:last-of-type {
		margin-top: 10px;
	}
	.closeMenuLayer {
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #000;
		opacity: 0;
		z-index: -1;
		-webkit-transition: all 0.8s ease 0s;
		transition: all 0.8s ease 0s;
	}
	.closeMenuLayer.on {
		opacity: 0.3;
		z-index: 4;
	}
	.menu {
		position: fixed;
		background: #fff;
		width: 0;
		height: 100%;
		top: 0;
		right: 0;
		padding: 40px 0 30px 0;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
		z-index: 5;
		box-shadow: 0 0 3px 3px rgba(0,0,0,0.2);
		-webkit-transition: all 0.8s ease 0s;
		transition: all 0.8s ease 0s;
	}
	.menu.on {
		width: 200px;
		overflow-y: scroll !important;
		opacity: 1;
	}
	header.top>.centerLayout>.gnb ul>li {
		margin-left: 10px;
		width: 200px;
	}
	.closeMenuBtn {
		display: block;
		position: absolute;
		top: 10px;
		right: 5px;
		width: 21px;
		height: 21px;
	}
	.closeMenuBtn:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 21px;
		height: 10px;
		border-bottom: 1px solid #000;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transform-origin: 50% 100%;
		-ms-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
	}
	.closeMenuBtn:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 21px;
		height: 10px;
		border-bottom: 1px solid #000;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transform-origin: 50% 100%;
		-ms-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
	}
	footer .companyInfo {
		float: left;
		text-align: left;
		word-break: keep-all;
		margin-top: 20px;
	}
	footer .companyInfo .devider {
		display: block;
		margin: 0;
	}
	.section .engSlogan {
		font-size: 15px;
	}
	.section .title {
		font-size: 22px;
	}
	html {
		font-size: 14px;
	}
	.processBox .box {
		margin: 40px 0;
		padding: 40px 10px 20px 10px;
		height: initial;
	}
	.processBox .box p {
		margin: 20px 0;
	}
	.proBox .box,
	.templeteBox .box,
	.featuresBox .box {
		margin: 10px 0;
	}
	.featuresBox .box {
		padding: 30px 10px 30px 30px;
	}
	.processBox .box,
	.customBox .box,
	.templeteBox .box,
	.proBox .box,
	.featuresBox .box,
	.effectBox .box,
	.channelBox .box {
		width: 100%;
	}
	.channelBox .box .boxTitle {
		font-size: 14px;
		padding: 10px;
	}
	.customBox img,
	.templeteBox .box img,
	.effectBox .box img,
	.channelBox .box .boxVisual img {
		width: 100%;
	}
	.effectBox .box>div:last-of-type {
		padding: 30px 20px;
	}
	.applyTitle {
		font-size: 24px;
	}
	.feeBox .leftBox {
		padding: 30px 10px;
	}
	.feeBox .rightBox {
		padding: 50px 10px;
		height: initial;
	}
	.feeBox .leftBox ul li {
		font-size: 14px;
	}
	.feeBox .rightBox {
		font-size: 16px;
	}
	.price {
		font-size: 50px;
	}
	.applyModalBtn a {
		font-size: 15px;
		padding: 20px 10px;
	}
	.section.blog ul li,
	.section.blog .blogTitle {
		padding: 17px 0;
	}
	.section.blog .blogTitle a {
		float: initial;
		display: block;
		text-align: right;
	}
	.section.blog ul li a {
		width: 100%;
		text-overflow: ellipsis;
	    white-space: nowrap;
	    overflow: hidden;
    	display: block;
	}
	.section.blog ul li .date {
		display: none;
	}
	.proBox .box {
		padding: 30px 0px 30px 15px;
	}
	.proBox .box p {
		font-size: 13px;
	}
	.templeteBox .box div {
		width: 100%;
	}
	.templeteBox .box div:first-of-type {
		border-right: 0;
		border-bottom: 1px solid #eee;
	}
	.templeteBox .box div a {
		padding: 15px;
	}
	.centerLayout.customBox {
		padding: 0;
	    border: 1px solid #eee;
	    width: calc(100% - 40px);
	}
	.customBox>div {
		padding: 0;
		width: 100%;
	}
	.customBox .box:nth-of-type(3),
	.customBox .box:first-of-type {
		border-right: 0;
	}
	.customBox .box:nth-of-type(3) {
		border-bottom: 1px solid #eee;
	}
	.modal.applyModal,
	.modal.homepageModal {
		width: 100%;
		padding: 40px 20px;
	}
	.modal div.applyTitle {
		font-size: 18px;
		margin-top: 20px;
	}
	.modal.homepageModal>form>table>tbody>tr>th {
		padding: 10px;
		font-size: 14px;
		word-break: keep-all;
	}
	.modal.homepageModal>form>table>tbody>tr>td {
		padding: 10px;
		font-size: 14px;
	}
	input[type="radio"] {
		position: initial;
		float: left;
	}
	.modal div.applyBtn>a {
		font-size: 16px;
	}
	.modal.applyModal>div:first-of-type {
		display: none;
	}
	.modal.applyModal>div:nth-of-type(2) {
		padding-top: 30px;
		width: 100%;
	}
	.modal.applyModal>div>form>div {
		width: calc(100% - 15px);
		margin: 15px 0px 15px 15px;
	}
	.modal.applyModal>div>form>div>input {
		width: 120px;
	}
	.modal div.applyBtn {
		margin-bottom: 50px;
	}
}