@charset "UTF-8";

:root {
	--01: #1357a8;
	--02: #2a7ddf;
	--03: #00caab;
	--04: #1f2937;
	--05: #000;
	--06: #e4e4e4;
	--06-1: #c3c3c3;
	--07: #eff6ff;
	--08: #e8f6f4;
	--09: #fbefef;
	--10: #e86069;
	--11: #ededed;
	--12: #949494;
	--13: #777;
	--charcoal-grey: #2f3844;
	--light-sky-blue: #cee5ff;
	--apollo-red:#cc1409;
	--cta-bt-blue: #2a7ddf;
	--cta-bt-blue-right: #eff6ff;
	--rectangle-style: #1357a8;
	--pro_bg :url("../../image/pro_bg.png") no-repeat;
	--slate-grey: #5c606b
}

* {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none
}

#hs-overlay-cta-134312405091 {
	margin-right: 30px
}
/*
body {
	color: var(--default);
	display: flex;
	flex-direction: column;
	font-family: Poppins, 'Noto Sans KR', 돋움, Dotum, Helvetica, AppleGothic, Sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1.14;
	padding-top: 65px
}
*/
.notranslate {
    translate: no;
}

.body-container-wrapper {
	flex: 1
}
/*
a {
	display: block
}
*/

select::-ms-expand {
	display: none
}

.select,
.selectLenguage {
	-o-appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.d-none {
	display: none !important
}

.tab-none {
	height: 0 !important;
	overflow: hidden
}

.dotsBox ul {
	display: none !important
}

.dotsBox ul:first-of-type {
	display: flex !important
}

.dotsBox ul.nonActive {
	display: none !important
}

.dotsBox ul.active {
	display: flex !important
}

.d-flex {
	display: felx !important
}

.d-block {
	display: block !important
}

.disable {
	pointer-events: none
}

.cta-btn {
	align-items: center;
	background-color: var(--02);
	display: flex;
	position: relative;
	text-align: center
}

.cta-btn:before {
	background-color: #fff;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0 50%;
	transition: all .3s
}

.cta-btn:hover:before {
	transform: scaleX(1)
}

.cta-btn a {
	color: #fff;
	font-size: 16px;
	font-stretch: normal;
	font-style: normal;
	font-weight: 500;
	letter-spacing: normal;
	line-height: 1.25;
	padding: 14px 26px;
	position: relative;
	transition: all .4s;
	white-space: nowrap;
	z-index: 1
}

.cta-btn:hover a {
	color: var(--02)
}

.cta-btn.cta-m a {
	padding: 8px 16px
}

.cta-btn.cta-m a,
.cta-btn.cta-s a {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.14
}

.cta-btn.cta-s a {
	padding: 6px 12px
}

.cta-btn.cta-s .cta-icon {
	height: 20px;
	left: 12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px
}

.cta-btn.cta-s.cta-left a {
	color: var(--rectangle-style);
	padding-left: 32px
}

.cta-btn.cta-wh-bl01 {
	background-color: #fff;
	box-shadow: 0 0 0 1px var(--01) inset
}

.cta-btn.cta-wh-bl01:before {
	background-color: var(--01)
}

.cta-btn.cta-wh-bl01 a {
	color: var(--01)
}

.cta-btn.cta-wh-bl01:hover a {
	color: #fff
}

.cta-btn.cta-gr-grf {
	background-color: #fff;
	box-shadow: inset 0 0 0 1px #777
}

.cta-btn.cta-gr-grf:before {
	background-color: #777
}

.cta-btn.cta-gr-grf a {
	color: #777
}

.cta-btn.cta-gr-grf:hover a {
	color: #fff
}

.cta-btn:hover .cta-icon {
	display: none
}

.cta-btn:hover .cta-icon.i-hover {
	display: block
}

.link-btn {
	background: var(--13);
	position: relative;
	text-align: center;
	transition: all .4s
}

.link-btn:hover {
	background: #fff
}

.link-btn:hover a {
	box-shadow: 0 0 0 1px var(--13) inset;
	color: var(--13)
}

.link-btn a {
	color: #fff;
	font-size: 16px;
	font-stretch: normal;
	font-style: normal;
	font-weight: 500;
	letter-spacing: normal;
	line-height: 1.25;
	padding: 14px 26px;
	position: relative;
	transition: all .4s;
	z-index: 1
}

.link-btn.link-grb-grf {
	background: #fff;
	box-shadow: inset 0 0 0 1px #777
}

.link-btn.link-grb-grf a {
	color: #777
}

.link-btn.link-grb-grf:hover {
	background: #777
}

.link-btn.link-grb-grf:hover a {
	color: #fff
}

.link-btn.link-blb-blf {
	background: #fff;
	box-shadow: 0 0 0 1px var(--cta-bt-blue) inset
}

.link-btn.link-blb-blf a {
	color: var(--cta-bt-blue)
}

.link-btn.link-blb-blf:hover {
	background: var(--cta-bt-blue)
}

.link-btn.link-blb-blf:hover a {
	color: #fff
}

.link-btn.link-m a {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.14;
	padding: 8px 16px
}

.videoBox.custom.controls {
	cursor: pointer;
	position: relative
}

.videoBox.custom.controls:after {
	background: url(../../image/svgicon/player-icon.svg) no-repeat 25%;
	content: "";
	height: 50px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	z-index: 11
}

.videoBox.custom.controls:hover:after {
	background: url(../../image/svgicon/player-icon_hover.svg) no-repeat 50%
}

.videoBox.custom.controls:before {
	background: rgba(0, 0, 0, .15);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10
}

.videoBox.custom.controls.play:after,
.videoBox.custom.controls.play:before {
	display: none
}

.float-reset {
	float: none !important;
	margin: 0 auto !important
}

.i-active,
.i-hover {
	display: none
}

.i-download {
	background: url(../../image/svgicon/icon-download-normal.svg) center 100% no-repeat;
	display: block
}

.i-download,
.i-download-hover {
	font-size: 0;
	height: 20px;
	width: 20px
}

.i-download-hover {
	background: url(../../image/svgicon/icon-download-hover.svg) center 100% no-repeat;
    z-index:1;
	display: none
}

.line-normal {
	font-size: 0;
	padding: 20px 0;
	width: 100%
}

.line-normal span {
	background: var(--06);
	display: block;
	height: 1px;
	width: 100%
}

.line-bold {
	font-size: 0;
	padding: 50px 0;
	width: 100%
}

.line-bold span {
	background: var(--13);
	display: block;
	height: 2px;
	width: 100%
}

.line-dash {
	font-size: 0;
	padding: 50px 0 49px;
	width: 100%
}

.line-dash span {
	border-top: 1px dashed var(--13);
	display: block;
	height: 1px;
	width: 100%
}

.subTitleWrap {
	padding: 40px 0 70px;
	word-break: keep-all
}

.solution_right .subTitleWrap {
	padding: 0 0 35px;
	word-break: keep-all
}

.subTitleWrap h2 {
	color: var(--04);
	font-size: 26px;
	font-weight: 700;
	line-height: 1.38
}

.solution_right .subTitleWrap h2 {
	color: #000;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.36
}

.sliderBox {
	position: relative
}

.nextArrow,
.prevArrow {
	cursor: pointer;
	font-size: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2
}

.prevArrow {
	left: 10px
}

.i-next-hover,
.i-prev-hover {
	display: none
}

.prevArrow:hover .i-prev-hover {
	display: block
}

.prevArrow:hover .i-prev-normal {
	display: none
}

.nextArrow {
	right: 10px
}

.nextArrow:hover .i-next-hover {
	display: block
}

.nextArrow:hover .i-next-normal {
	display: none
}

.nextArrow i,
.prevArrow i {
	height: 38px;
	width: 38px
}

.blogBg {
	background: #f6f6f6
}

.blogContainer {
	margin: 0 auto;
	max-width: 1280px;
	padding: 80px 0;
	width: 100%
}

.innerBg {
	background: #fff;
	border: 1px solid var(--11)
}

.entry-content {
	margin: 0 auto;
	max-width: 964px;
	padding: 30px 32px 60px;
	width: 100%
}

.entry-content h2 span img {
	display: block;
	margin-bottom: 90px;
	object-fit: cover;
	width: 100% !important
}

.entry-content h1 {
	color: var(--05);
	font-size: 32px;
	font-stretch: normal;
	font-style: normal;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 1.44;
	padding: 70px 0 10px
}

.entry-content h2 {
	font-size: 22px
}

.entry-content h2,
.entry-content h3 {
	color: var(--05);
	font-stretch: normal;
	font-style: normal;
	font-weight: 600;
	letter-spacing: normal;
	line-height: 1.3;
	padding: 60px 0 20px
}

.entry-content h3 {
	font-size: 20px
}

.entry-content h4 {
	color: var(--10)
}

.entry-content h4,
.entry-content h5 {
	font-size: 18px;
	font-stretch: normal;
	font-style: normal;
	font-weight: 600;
	letter-spacing: normal;
	line-height: .89;
	padding: 40px 0 20px
}

.entry-content h5 {
	color: var(--03)
}

.entry-content h6 {
	color: var(--05);
	font-size: 16px;
	font-stretch: normal;
	font-style: normal;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 1.6;
	padding: 40px 0 20px
}

.entry-content p {
	color: var(--slate-grey);
	line-height: 1.8;
	max-width: 964px;
	padding: 4px 0
}

.entry-content div:not(:first-of-type),
.entry-content p {
	font-size: 16px;
	font-stretch: normal;
	font-style: normal;
	font-weight: 500;
	letter-spacing: normal
}

.entry-content div:not(:first-of-type) {
	background-color: #f1f1f1;
	color: var(--05);
	line-height: 1.63;
	margin-top: 20px;
	padding: 20px
}

.entry-content div {
	font-size: 16px;
	line-height: 1.7
}

.entry-content pre {
	color: var(--rectangle-style);
	font-size: 12px;
	line-height: 1.83;
	padding: 20px 30px
}

.entry-content blockquote,
.entry-content pre {
	font-stretch: normal;
	font-style: normal;
	font-weight: 500;
	letter-spacing: normal
}

.entry-content blockquote {
	background-color: #f1f1f1;
	color: var(--05);
	font-size: 16px;
	line-height: 1.63;
	padding: 20px
}

.listBottom .globalSubscribe {
	display: none
}

.hs-blog-post .widget-type-blog_content .entry-content a {
	display: inline;
	text-decoration: underline
}

.hs-blog-post .widget-type-blog_content .entry-content .cta_button img {
	display: inline-block;
	max-width: 300px
}

@media screen and (max-width:1024px) {
	.blogContainer {
		padding: 0 0 80px
	}

	.listBottom .globalSubscribe {
		display: block
	}

	.innerBg {
		border: none;
		float: none;
		width: 100% !important
	}
}

@media screen and (max-width:768px) {
	.entry-content {
		padding: 30px 32px 60px
	}

	.entry-content h2 {
		color: var(--05);
		font-size: 22px;
		font-stretch: normal;
		font-style: normal;
		font-weight: 600;
		letter-spacing: normal;
		line-height: 1;
		padding: 40px 0 20px
	}
}

@media (max-width:425px) {
	.videoBox.custom:after {
		display: none
	}
}

.hs-blog-post #hs_cos_wrapper_post_body ul {
	padding-bottom: 20px;
	padding-left: 20px
}

.hs-blog-post #hs_cos_wrapper_post_body ul li {
	color: #5c606b;
	font-weight: 500;
	line-height: normal;
	list-style: disc;
	margin-bottom: 8px
}

.hs-blog-post #hs_cos_wrapper_post_body ul li span {
	color: #5c606b !important;
	line-height: normal
}

.hs-blog-post #hs_cos_wrapper_post_body img {
	max-width: 100%;
	width: auto
}

.main {
	flex: 1
}