@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

* {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 400;
}

body {
	color: #000000;
}

strong.red {
	color: #c73333 !important;
}

button img,
img {
	vertical-align: middle;
}

ul li {
	list-style: none;
}

a {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}

input,
label,
button,
select {
	cursor: pointer;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 14px;
	font-weight: 400;
}

.headerSns,
.headerTopInner,
.mainMenu,
.noticeArea,
.suggestArea,
.promotionInner,
.siteArea,
.customerArea,
.footerTopInner,
.footerContent,
.sliderItem_content,
.footerCompanyInner {
	width: 1260px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

/* main 시작 */

/* headerSns 시작*/
.headerSnsArea {

	padding: 20px 0;
	height: 30px;
	background-color: #f4f4f4;
}

.loginName {
	font-size: 18px;
	font-weight: 500;
	padding: 0 5px;
}

.headerSnsInner {
	float: right;
}

.headerSnsInner ul li {
	display: inline-block;
}

.headerSnsInner ul li:not(:last-of-type) {
	margin-right: 20px;
}

/* 이미지 컬러에서 흑백 */

.headerSns ul li a img:hover {
	-webkit-filter: grayscale(0%);
	-webkit-transition: .2s ease-in-out;
	-moz-filter: grayscale(0%);
	-moz-transition: .2s ease-in-out;
	-o-filter: grayscale(0%);
	-o-transition: .2s ease-in-out;
}

.headerSns ul li a img {
	width: 36px;
	-webkit-filter: grayscale(100%);
	-webkit-transition: .2s ease-in-out;
	-moz-filter: grayscale(100%);
	-moz-transition: .2s ease-in-out;
	-o-filter: grayscale(100%);
	-o-transition: .2s ease-in-out;
}

/* headerSns 끝*/

/* headerTop 시작 */
.headerTop {
	clear: both;
	background-color: #f4f4f4;
	width: 100%;
	min-width: 1260px;
}

.headerTop ul li {
	display: inline-block;
}

.headerTopInner {
	overflow-y: hidden;
}

/* topLeftMenu 시작*/
.topLeftMenu {
	float: left;
	font-size: 0px;
}

.topLeftMenu button {
	width: 140px;
	height: 37px;
	border: 0;
	border-radius: 5px 5px 0px 0px;
	color: #fff;
	cursor: pointer;
	font: inherit;
	margin: 0;
	outline: 0;
	transition: all .1s linear;
}

.topLeftMenu button .tabSafeR {
	width: auto;
	height: 32px;
}

.topLeftMenu ul li:first-of-type button {
	background: #124082;
	box-shadow: 0 5px 0 #032553;
}

.topLeftMenu ul li:nth-of-type(2) button {
	background: #126898;
	box-shadow: 0 5px 0 #064263;
}

.topLeftMenu ul li:nth-of-type(3) button {
	background: #1c94cc;
	box-shadow: 0 5px 0 #00557c;
}

.topLeftMenu ul li:nth-of-type(4) button {
	background: #45bcde;
	box-shadow: 0 5px 0 #1f8ba8;
}

.topLeftMenu ul li:nth-of-type(5) button {
	background: #56ccec;
	box-shadow: 0 5px 0 #0096c0;
}

.topLeftMenu button img {
	width: 130px;
	vertical-align: middle;
	height: 35px;
}

.topLeftMenu button:hover {
	transform: translateY(3px);
}

/* topLeftMenu 끝*/

/* topRightMenu 시작*/
.topRightMenu {
	text-align: right;
}

.topRightMenu ul li {
	line-height: 40px;
}

.topRightMenu ul li a {
	color: #6c6c70;
	font-size: 15px;
}

.topRightMenu ul li:not(:last-of-type) {
	margin-right: 20px;
}

/* topRightMenu 끝*/

/* headerTop 끝 */

/* headerWrap 시작 */
.headerWrap {
	width: 100%;
	min-width: 1260px;
	background-color: #ffffff;
	width: 100%;
	height: 80px;
	z-index: 102;
	transition: all ease .2s;
}

.headerWrap h1.logo {
	position: absolute;
	width: 160px;
	z-index: 2;
}

.headerWrap h1.logo img {
	padding-top: 12px;
	width: 100%;
}

.headerWrap .nav .gnb {
	float: right;
	margin-right: 100px;
}

.headerWrap .nav .gnb > li {
	line-height: 80px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.headerWrap .nav .gnb li a.topMenu {
	display: block;
	position: relative;
	padding: 0px 35px;
	font-size: 18px;
	z-index: 2;
	font-weight: 500;
	color: #353535;
}

.headerWrap .nav .gnb li strong.title {
	display: block;
	position: relative;
	color: #171d1d;
}

.headerWrap .nav .gnb > li.active a.topMenu,
.headerWrap .nav .gnb li a.topMenu:hover,
.headerWrap .nav .gnb li a.topMenu:focus {
	color: #00a7e4;
}

.headerWrap .nav .gnb .depth2 {
	display: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 190px;
	padding: 18px 10px;
	margin: 0px auto 0;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #ddd;
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
	z-index: 2800;
}

.headerWrap .nav .gnb .depth2 > li > a {
	display: block;
	position: relative;
	letter-spacing: -1px;
	line-height: 40px;
	color: #444;
	font-weight: 500;
	z-index: 1;
}

.headerWrap .nav .gnb .depth2 > li.on > a,
.headerWrap .nav .gnb .depth2 > li a:hover,
.headerWrap .nav .gnb .depth2 > li a:focus {
	color: #00a7e4;
}

.headerWrap .nav .gnb .depth3 {
	position: relative;
	width: 100%;
	padding: 10px 0 5px;
	background: #f0f0f0;
	border-radius: 5px;
	margin-bottom: 10px;
}

.headerWrap .nav .gnb .depth3::before {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	transform: rotate(45deg);
	top: -5px;
	background: #f0f0f0;
	left: calc(50% - 5px)
}

.headerWrap .nav .gnb .depth3 li {
	margin-bottom: 5px;
}

.headerWrap .nav .gnb .depth3 li a {
	color: #505050;
	font-size: 15px;
}

.headerWrap .nav .gnb .depth3 li.on a {
	color: #fe8b26;
}

.headerWrap .nav .gnb li a:hover + menu,
.headerWrap .nav .gnb li a:hover + menu li menu,
.headerWrap .nav .gnb li a:focus + menu,
.headerWrap .nav .gnb li a:focus + menu li menu {
	display: block;
}

.headerWrap .nav .gnb > li.active .depth2,
.headerWrap .nav .gnb > li:hover .depth2 {
	display: inline-block;
}

.menuLine {
	width: 74px;
	height: 6px;
	background-color: #004ea2;
	border-radius: 5px;
	position: absolute;
	top: -3px;
	left: 68px;
}

/* header Wrap끝 */

/* 전체메뉴 시작 */
.mainMenu {
	position: relative;
}

.fullShow {
	position: absolute;
	right: 16px;
	top: 20px;
	cursor: pointer;
}

.fullShow img {
	width: 40px;
}

.fullMenuWrap {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 3000;
	width: 100%;
	height: 100%;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.7);
}

.fullInner {
	position: relative;
	width: 1200px;
	display: block;
	width: 1220px;
	height: 700px;
	padding: 50px 20px 40px 60px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 10px;
}

.fullMenu {
	height: 600px;
	overflow-y: hidden;
}

.fullMenu p {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 50px;
}

.fullMenu h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}

.fullMenu ul li {
	line-height: 30px;
}

.fullMenu ul li a {
	color: #6c6c70;
}

.fullMenuContent {
	justify-content: flex-start;
	overflow-y: scroll;
	height: 510px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	align-content: stretch;
}

.fullMenuContent::-webkit-scrollbar {
	width: 10px;
}

.fullMenuContent::-webkit-scrollbar-thumb {
	background-color: #d6d6d6;
	border-radius: 10px;
}

.fullMenuContent::-webkit-scrollbar-track {
	background-color: transparent;
	border-radius: 10px;
	box-shadow: inset 0px 0px 5px white;
}

.fullMenuContent div {
	flex-basis: 282px;
	margin-bottom: 35px;
}

.fullClose {
	position: absolute;
	right: 28px;
	top: 35px;
	cursor: pointer;
}

.fullClose img {
	width: 38px;
}

.fullOpen {
	display: -webkit-flex;
}

/* 전체메뉴 끝 */
/* main 끝 */


/* contentArea 공통css */

.contentArea h2.title {
	font-size: 32px;
	margin-bottom: 50px;
	font-weight: 600;
}

.contentArea h2.title span {
	color: #004ea2;
	font-weight: 600;
}

/* contentArea - mainslider 시작*/
.carousel {
	position: relative;
	z-index: 2000;
}

.containerFluid {
	width: 100%;
	margin: 0 auto 120px auto;
	padding: 0 0 !important;
}

.carouselInner {
	position: relative;
	width: 100%;
	min-width: 1260px;
	overflow: hidden;
}

.sliderItem {
	position: relative;
	height: 600px;
}

.carousel-item {
	/* position: relative; */
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform 1s ease-in-out;
}

.sliderItem img {
	max-height: 600px;
	height: 600px;
	min-width: 1260px;
	width: 100%;
}

.sliderItem .sliderItem_content {
	color: #ffffff;
	margin-top: 160px;
}

.slideBg01 {
	background: url('../../_images/slideBg01.png')no-repeat left top;
	background-size: cover;
}

.slideBg02 {
	background: url('../../_images/slideBg02.png')no-repeat left top;
	background-size: cover;
}

.slideBg03 {
	background: url('../../_images/slideBg03.png')no-repeat left top;
	background-size: cover;
}

.slideBg04 {
	background: url('../../_images/slideBg04.png')no-repeat left top;
	background-size: cover;
}

.slideBg05 {
	background: url('../../_images/slideBg05.png')no-repeat left top;
	background-size: cover;
}

.sliderItem .sliderItem_content h1 {
	font-weight: 700;
	font-size: 72px;
	line-height: 76px;
	margin-bottom: 28px;
}

.sliderItem .sliderItem_content h4 {
	font-size: 24px;
	font-weight: 400;
}

.sliderItem .sliderItem_content p {
	position: relative;
	font-size: 28px;
	font-weight: 500;
}

.sliderItem {
	position: relative;
	height: 600px;
}

.arrow_icon {
	text-align: center;
	position: absolute;
	width: 130px;
	left: 47%;
	bottom: 30px;
}

.arrow_icon .carousel-control-next,
.arrow_icon .carousel-control-prev {
	width: 45px;
	height: 45px;
	text-align: center;
	color: #fff;
	border: none;
	background-color: transparent;
	font-size: 20px;
}

.arrow_icon img {
	height: 28px;
	vertical-align: middle;
}

.carousel-control-prev {
	margin-right: 10px;
	padding-right: 3px;
	box-sizing: border-box;
}

.carousel-control-next {
	margin-right: 10px;
	padding-left: 3px;
	box-sizing: border-box;
}

.arrow_icon .carousel-control-next:hover,
.arrow_icon .carousel-control-prev:hover {
	border-radius: 50px;
	border: 2px solid #fff;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
	display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
	transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
	transform: translateX(-100%);
}



.textSlideUp {
	opacity: 0;
	animation-name: fadeIn;
	animation-duration: 1.6s;
	animation-delay: 0.15s;
	animation-iteration-count: 1;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
		transform: translateY(20%);
	}

	100% {
		opacity: 1;
		transform: translateY(0%);
	}
}

/* contentArea - mainslider 끝*/


/* contentArea - noticeArea 시작*/
.noticeArea {
	position: relative;
	margin-bottom: 120px;
}

.noticeArea button {
	position: absolute;
	right: 10px;

	border: none;
	background-color: transparent;
}

.noticeContent {
	justify-content: flex-start;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	align-content: stretch;
}

.noticeContent dl {
	cursor: pointer;
	flex-basis: 406px;
}

.noticeContent dl:not(:last-of-type) {
	padding-right: 50px;
	box-sizing: border-box;
}

.noticeContent dl dt {
	height: 80px;
	font-size: 18px;
	font-weight: 600;
}

.noticeContent dl dd {
	font-size: 16px;
	line-height: 28px;
}

.noticeContent dl dd:first-of-type {
	width: 357px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

	margin-bottom: 20px;
}

.noticeContent dl dd:nth-of-type(2) {
	color: #4e4e4e;
}

/* contentArea - noticeArea 끝*/

/* contentArea - suggestArea 시작 */
.suggestArea {
	position: relative;
	margin-bottom: 120px;
}

.swiper-container {
	background-color: #fff;
	position: relative;
	height: 300px;
	margin: 0 auto;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-wrapper {
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-container > .swiper-slide__content {
	position: relative;
	top: 0;
}

.swiper-slide {
	text-align: center;
	height: 300px;
	display: flex;
	background: #eee;
	color: #fff;

	align-items: center;
	justify-content: center;
	transition: all 200ms linear;
	transform: scale(0.9);
	flex-shrink: 0;
	position: relative;
}

.swiper-slide h3 {
	font-size: 22px;
	margin-bottom: 20px;
}

.swiper-slide p {
	font-size: 18px;
	margin-bottom: 20px;
}

.swiper-slide button {
	border: none;
	background-color: transparent;
}

.swiper-slide__content {
	height: 300px;
}

.swiper-slide.swiper-slide-active {
	transform: scale(1);
}

.swiperArea {
	position: absolute;
	top: 255px;
	z-index: 1000;
}

.swiper-button-prev {
	position: absolute;
	left: -58px;
}

.swiper-button-next {
	position: absolute;
	left: 1232px;
}

.swiper-button-prev,
.swiper-button-next {
	width: 48px;
	height: 44px;
	margin-top: -30px;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}

.suggestImg01 {
	background: url('../../_images/suggestImg01.png');
}

.suggestImg02 {
	background: url('../../_images/suggestImg02.png');
}

.suggestImg03 {
	background: url('../../_images/suggestImg03.png');
}

.suggestImg04 {
	background: url('../../_images/suggestImg04.png');
}

.suggestImg05 {
	background: url('../../_images/suggestImg05.png');
}

.suggestImg06 {
	background: url('../../_images/suggestImg06.png');
}

.suggestImg07 {
	background: url('../../_images/suggestImg07.png');
}

.suggestImg08 {
	background: url('../../_images/suggestImg08.png');
}

/* contentArea - suggestArea 끝 */


/* contentArea - promotionArea 시작 */
.promotionArea {
	width: 100%;
	min-width: 1260px;
	background-color: #f4f4f4;
	padding: 50px 0;
	margin-bottom: 120px;
}

.promotionInner {
	margin-bottom: 60px;
}

.promotionInner ul li {
	display: inline-block;
}

.promotionInner ul li:first-of-type {
	width: 608px;
}

.promotionInner ul li:last-of-type {
	float: right;
	width: 450px;
}

.proYoutube {
	margin-right: 40px;
}

.side {
	background: url('../../_images/cardbg.png')no-repeat left top;
	background-size: cover;
	padding: 20px;
	box-sizing: border-box;
}

.side h3 {
	font-size: 34px;
	margin-bottom: 15px;
	line-height: 40px;
}

.side p {
	font-size: 20px;
	line-height: 28px;
}

.side p:first-of-type {
	font-size: 24px;
	color: #45bcde;
	margin-bottom: 40px;
}

.side strong {
	font-size: 60px;
	color: #126898;
	float: right;
}

/* contentArea - promotionArea 끝 */

.flexslider {
	margin: 0 0 60px;
	background: #fff;
	border: 4px solid #fff;
	position: relative;
	zoom: 1;

}

.flex-viewport {
	max-height: 2000px;
	transition: all 3s ease;
}

.flexslider .slides {
	zoom: 1;
}

.slides {
	height: 200px;
}

.flexslider .slides > li {
	-webkit-backface-visibility: hidden;
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
}






/* 홍보글 시작 */
.owl-carousel .owl-item {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 450px;
	min-height: 392px;
}

.item {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 450px;
	min-height: 392px;
	height: auto;
}

.slide-progress {
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
	width: 0;
	max-width: 100%;
	height: 8px;
	background: #126898;
}

.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: none;
	touch-action: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.owl-height {
	transition: height .2s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.item {
	background: url('../../_images/cardbg.png')no-repeat left top;
	background-size: 100%;
	padding: 30px 20px;
	box-sizing: border-box;
}

.item h3 {
	font-weight: 500;
	font-size: 34px;
	margin-bottom: 15px;
	line-height: 40px;
}

.item span {
	font-weight: 600;
}

.item p {
	font-size: 20px;
	line-height: 28px;
}

.item p:first-of-type {
	font-size: 24px;
	color: #3daeda;
	margin-bottom: 35px;
}

.item strong {
	font-size: 60px;
	color: #126898;
	float: right;
}

/* 홍보글 시작 */


/* 홈페이지 홍보 시작 */
.siteArea ul li {
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
}

.siteInner {
	justify-content: flex-start;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	align-content: stretch;
}

.siteInner div {
	flex-basis: 406px;
	text-align: center;
}

.siteInner div ul li {
	padding: 20px 25px;
	box-sizing: border-box;
}

.siteInner li a img {
	height: 40px;
	margin-bottom: 20px;
}

.siteInner li p {
	font-size: 16px;
	text-align: left;
}

.site {
	height: 200px;
	overflow: hidden;
}

.rolling {
	position: relative;
	width: 100%;
	height: auto;
}

.rolling li {
	cursor: pointer;
	width: 100%;
	height: 200px;
}

.rolling li p {
	font-size: 16px;
}

.site02 {
	height: 200px;
	overflow: hidden;
}

.rolling02 {
	position: relative;
	width: 100%;
	height: auto;
}

.rolling02 li {
	cursor: pointer;
	width: 100%;
	height: 200px;
}

.site03 {
	height: 200px;
	overflow: hidden;
}

.rolling03 {
	position: relative;
	width: 100%;
	height: auto;
}

.rolling03 li {
	cursor: pointer;
	width: 100%;
	height: 200px;
}

.medyonBg {
	background: url('../../_images/medyonBg.png')no-repeat left top;
}

.corpBg {
	background: url('../../_images/corpBg.png')no-repeat left top;
}

.studyCardBg {
	background: url('../../_images/studyCardBg.png')no-repeat left top;
}

.licenseBg {
	background: url('../../_images/licenseBg.png')no-repeat left top;
}

.nayanetBg {
	background: url('../../_images/nayanetBg.png')no-repeat left top;
}

.safeBg {
	background: url('../../_images/safeBg.png')no-repeat left top;
}

/* 홈페이지 홍보 끝*/





/* 고객센터 시작 */
.customerArea {
	margin-bottom: 120px;
}
.customerCenterWrap{
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.customerContent {
	margin-bottom: 80px;
}

.customerContent li {
	vertical-align: top;
	display: inline-block;
}

.customerContent > li:last-of-type {
	margin-left: 25px;
}

.customerContent img {
	width: 550px;
	height: 550px;
}

.mapInner {
	color: #565656;
	margin-top: 30px;
}

.mapInner strong {
	font-weight: 600;
	color: #126898;
	font-size: 18px;
	line-height: 35px;
}

.mapInner p {
	margin-bottom: 30px;
	height: 40px;
}

.mapInner li {
	width: 300px;
	height: 175px;
	display: inline-block;
}

.mapInner li:last-of-type {
	border-left: 1px solid #919191;
	padding-left: 35px;
	box-sizing: border-box;
}

.customerCenter ul > li {
	display: inline-block;
	vertical-align: top;
}

.centerLeft li {
	width: 100%;
	display: block;
}

.centerLeft li:first-of-type {
	font-size: 28px;
	font-weight: 500;
	color: #333333;
}

.centerLeft li:nth-of-type(2) {
	font-size: 38px;
	color: #126898;
	font-weight: 600;
}

.centerLeft li:nth-of-type(3) {
	font-size: 16px;
	color: #323232;
}


.centerRight {
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.centerRight li {
	cursor: pointer;
	text-align: center;
	width: 120px;
	height: 110px;
	border: 1px solid #ddd;
	padding-top: 65px;
	box-sizing: border-box;
}

.centerRight li:hover {
	border: 2px solid #004ea2;
}

.centerRight li:not(:last-of-type) {
	margin-right: 10px;
}


.centerRight li:first-of-type {
	background: url('../../_images/customerIcon01.png')no-repeat center 25px;
}

.centerRight li:nth-of-type(2) {
	background: url('../../_images/customerIcon02.png')no-repeat center 25px;
}

.centerRight li:nth-of-type(3) {
	background: url('../../_images/customerIcon03.png')no-repeat center 25px;
}

.centerRight li:nth-of-type(4) {
	background: url('../../_images/customerIcon04.png')no-repeat center 25px;
}

.centerRight li:nth-of-type(5) {
	background: url('../../_images/customerIcon05.png')no-repeat center 25px;
}

.centerRight li:nth-of-type(6) {
	background: url('../../_images/customerIcon06.png')no-repeat center 25px;
}

/* .downloadArea{
    padding: 10px 0; box-sizing: border-box;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
}
  .downloadArea div{
    text-align: center;
    flex-basis: 350px;
}
  .downloadArea div ul{
    margin: 0 auto;
    width: 350px; height: 110px;
    padding-top: 30px;

    background-color: #f4f4f4;
    border-radius: 10px;
}
  .downloadArea div ul li{
    vertical-align: middle;
    margin-left: 15px;
    text-align: left;
    display: inline-block;
}
  .downloadArea div ul li strong{
    color: #126898;
    font-size: 18px;
} */



:active,
:hover,
:focus {
	outline: 0 !important;
	outline-offset: 0;
}

/* ::before,
  ::after {
    position: absolute;
    content: "";
  } */
.btn {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	background-color: transparent;
	border: none;
	cursor: pointer;
	margin: 0px 25px 15px;
	min-width: 150px;
}

/*--- btn-3 ---*/
.btn-3 {
	padding: 5px;
}

.btn-3 span {
	color: rgb(255, 255, 255);
	background-color: rgb(54, 56, 55);
}

.btn-3::before,
.btn-3::after {
	background: transparent;
	z-index: 2;
}

/* 13. hover-border-3 */
.btn.hover-border-3::before,
.btn.hover-border-3::after {
	width: 0%;
	height: 0%;
	opacity: 0;
	transition: width 0.2s 0.15s linear, height 0.15s linear, opacity 0s 0.35s;
}

.btn.hover-border-3::before {
	top: 0;
	right: 0;
	border-top: 2px solid #126898;
	border-left: 2px solid #126898;
}

.btn.hover-border-3::after {
	bottom: 0;
	left: 0;
	border-bottom: 2px solid #126898;
	border-right: 2px solid #126898;
}

.btn.hover-border-3:hover::before,
.btn.hover-border-3:hover::after {
	width: 100%;
	height: 98%;
	opacity: 1;
	transition: width 0.2s linear, height 0.15s 0.2s linear, opacity 0s;
	border-radius: 10px;
}

/* 고객센터 끝 */

/* footer 시작 */
footer {
	margin-bottom: 100px;
}

.footerCompany {
	background-color: #f9f9f9;
	padding: 30px 0;
	box-sizing: border-box;
	border: 1px solid #ddd;
}

.footerCompanyInner {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
}

.footerCompanyInner li {
	display: inline-block;
	text-align: center;
}

.footerCompanyInner li a img:hover {
	-webkit-filter: grayscale(0%);
	-webkit-transition: .2s ease-in-out;
	-moz-filter: grayscale(0%);
	-moz-transition: .2s ease-in-out;
	-o-filter: grayscale(0%);
	-o-transition: .2s ease-in-out;
}

.footerCompanyInner li a img {
	height: 36px;

	-webkit-filter: grayscale(100%);
	-webkit-transition: .2s ease-in-out;
	-moz-filter: grayscale(100%);
	-moz-transition: .2s ease-in-out;
	-o-filter: grayscale(100%);
	-o-transition: .2s ease-in-out;
}


.footerTop {
	width: 100%;
	height: 48px;
	line-height: 48px;
	min-width: 1260px;
	background-color: #ffffff;
	border-bottom: 1px solid #ddd;

	/* box-shadow: 0px 3px 6px #b4b4b4; */
	margin-bottom: 50px;
}

.footerLeft {
	float: left;
}

.footerLeft ul li {
	display: inline-block;
	color: #6c6c70;
}

.footerLeft ul li:not(:first-of-type) {
	margin-left: 25px;
}

.footerRight {
	text-align: right;
}

.footerRight ul li {
	height: 48px;
	display: inline-block;
}

.footerRight ul li:not(:last-of-type) {
	margin-right: 20px;
}

.footerRight ul li a img {
	width: 36px;
	vertical-align: middle;
	padding-bottom: 5px;
	box-sizing: border-box;

	-webkit-filter: grayscale(100%);
	-webkit-transition: .2s ease-in-out;
	-moz-filter: grayscale(100%);
	-moz-transition: .2s ease-in-out;
	-o-filter: grayscale(100%);
	-o-transition: .2s ease-in-out;
}

.footerContent li,
.footerContent li a {
	color: #898c91;
	line-height: 26px;
}

.footerContent li a:not(:first-of-type) {
	margin-left: 15px;
}

.footerContent li a {
	font-weight: 500;
	text-decoration: underline;
}

.footerContent > li {
	display: inline-block;
	vertical-align: top;
}

.footerContent li img {
	padding-top: 5px;
	margin-right: 30px;
}

/* footer 끝 */

/* quickBanner 시작*/

.quickBanner {
	position: fixed;
	bottom: 170px;
	right: 0px;
	width: 195px;
	height: 205px;
	z-index: 3000;
	overflow: hidden;
}

.quickBanner a {
	width: 145px;
	height: 50px;
	margin: 12px auto 0px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	text-align: center;
	color: #fff;

	transition: all 0.3s ease;
	box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
		0px 2px 10px 0px rgba(0, 0, 0, 0.2);
	outline: none;
}

.quickBanner .quickCustomer {
	padding-top: 6px;
	cursor: default;
	width: 145px;
	color: #222;
	height: 44px;
	margin: 12px auto 0px auto;
	/* display: flex; */
	align-items: center;

	justify-content: center;
	border-radius: 50px;
	text-align: center;
	background: linear-gradient(0deg, rgb(225, 238, 255) 0%, rgba(171, 208, 249, 1) 100%);
	transition: all 0.3s ease;
	box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
		0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.quickBanner .quickCustomer p:first-child {
	font-weight: 600;
	letter-spacing: 1px;
}

.quickBanner p {
	font-size: 15px;
	line-height: 18px;
}

.quickBtn01 {
	background: linear-gradient(0deg, rgb(253, 146, 46) 0%, rgba(251, 75, 2, 1) 100%);
	padding: 0;
	border: none;
}

.quickBtn01:hover {
	border-radius: 50px;
	color: rgba(251, 75, 2, 1);
	background: #fff;
}

.quickBtn02 {
	background: linear-gradient(0deg, rgb(67, 122, 233) 0%, rgba(12, 68, 179, 1) 100%);
	padding: 0;
	border: none;
}

.quickBtn02:hover {
	border-radius: 50px;
	color: rgba(12, 68, 179, 1);
	background: #fff;
}

.quickBtn03 {
	background: linear-gradient(0deg, rgb(141, 216, 97) 0%, rgb(102,
				185, 53) 100%);
	padding: 0;
	border: none;
}

.quickBtn03:hover {
	border-radius: 50px;
	color: rgba(102, 185, 53, 1);
	background: #fff;
}

.quickBtn04 {
	background: linear-gradient(0deg, rgb(104 219 215) 0%, rgb(0 149 161) 100%);
	padding: 0;
	border: none;
}

.quickBtn04:hover {
	border-radius: 50px;
	color: rgb(0 149 161);
	background: #fff;
}

.quickBtn05 {
	background: linear-gradient(0deg, rgb(255 118 186) 0%, rgb(255 96 175) 100%);
	padding: 0;
	border: none;
}

.quickBtn05:hover {
	border-radius: 50px;
	color: rgb(255 96 175);
	background: #fff;
}

/* quickBanner 끝*/
/**/
div.floatdiv {
	position: fixed;
	bottom: 170px;
	right: 0px;
	width: 150px;
	z-index: 99999;
}

/**/


/* 상단으로 가기 버튼 시작 */
.topButton {
	position: fixed;
	right: 60px;
	bottom: 30px;
	border-radius: 10px;
	display: none;
	z-index: 999;
	width: 50px;
	height: 50px;
	background-color: #004ea2;
}

.topBtnImg {
	width: 100%;
}

.topBtnImg:hover {
	animation: motion 0.35s linear 0s infinite alternate;
	margin-top: 0;
}

@keyframes motion {
	0% {
		margin-top: 0px;
	}

	100% {
		margin-top: -5px;
	}
}

/* 상단으로 가기 버튼 끝 */


/* 안전보건교육센터 & 나야넷 로고 크기 수정 시작 */
.siteInner .safeBg a img {
	height: 60px;
}

.siteInner .nayanetBg a img {
	height: 55px;
}

/*241231 이상에듀 HRD 하단 수정 시작*/
.generalFlex {
	display: flex;
	align-items: center;
}
/*241231 이상에듀 HRD 하단 수정 끝*/


