@charset "utf-8";

/* ---------------------------------- main */

/* fullpage */
#footer.section,
#footer.section .fp-tableCell {
  height: auto !important;
}

/* fp-nav */
body.main #fp-nav {
  left: 60px;
  z-index: 25;
  opacity: 0;
}

body.main #fp-nav > ul > li {
  position: relative;
}

body.main #fp-nav > ul > li:last-child {
  display: none;
}
body #fp-nav ul li {
  width: 20px;
  height: 20px;
}
body #fp-nav ul li a,
body #fp-nav ul li a.active,
body #fp-nav ul li:hover a.active {
  padding: 10px;
}
body #fp-nav ul li:hover a span {
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
}

body #fp-nav ul li a span,
body .fp-slidesNav ul li a span {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border-color: transparent;
  margin: -10px 0 0 -10px;
}

body #fp-nav ul li a span:before {
  position: absolute;
  left: calc(50% - 2.5px);
  top: calc(50% - 2.5px);
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
}

body #fp-nav ul li a.active span,
body #fp-nav ul li:hover a.active span {
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border-color: #fff;
  background: transparent;
}

/* dark */
body #fp-nav.dark ul li a span:before {
  background: #ccc;
}

body #fp-nav.dark ul li a.active span,
body #fp-nav.dark ul li:hover a.active span {
  border-color: #ff901e;
}
body #fp-nav.dark ul li a.active span:before,
body #fp-nav.dark ul li:hover a.active span:before {
  background: #ff901e;
}
@media (max-width: 1400px) and (min-width: 1201px) {
  #header:not(.gnb-on).fixed {
    background: #222;
  }
}
@media (min-height: 851px) and (min-width: 1201px) {
  .fp-section.fp-table,
  .fp-slide.fp-table,
  .fp-tableCell {
    height: 100vh !important;
  }
  .section:not(.main-visual) {
    padding: 0 !important;
  }
  .section.footer-section {
    height: auto !important;
    padding: 0 !important;
  }
}

@media (max-width: 1200px) {
  .fp-section.fp-table,
  .fp-slide.fp-table,
  .fp-tableCell {
    height: auto !important;
  }

	.fullpage-wrapper {
		transform: none!important;
	}
}

/* main inner */
.main .inner {
	max-width: 1440px;
}

/*
	top banner
*/

#topBnr {
	position: fixed;
	width: 100%;
	height: 70px;
	background: #fff;
	transition: all .3s;
	z-index: 10000;
}

/* 닫혀있지 않을 때 */
#topBnr.close ~ #header {
	margin-top: 0!important;
}

#topBnr:not(.close) ~ #header {
	margin-top: 70px;
}
#topBnr .top-banner {
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#topBnr .top-banner .inner {
	display: table;
/*    width: 1440px;*/
	height: 100%;
}

#topBnr .top-banner .inner .__link {
	display: table-cell;
	vertical-align: middle;
}
/* model */
#topBnr .top-banner .model-img {
	float: right;
	margin-top: 3px;
}

#topBnr .top-banner .inner p {
	font-family: "NEXON Lv1 Gothic Low", sans-serif;
	font-size: 1.375rem;
	color: #fff;
	letter-spacing: -.4px;
	text-align: center;
    padding-right: 20px;
}

#topBnr .top-banner .inner p.ico_right-link:after {
	display: inline-block;
	content: url('../images/main/ico_topBnr-arrow-right.png');
	margin-left: 10px;
	vertical-align: middle;

}

#topBnr .top-banner .point-color {
	color: #ff901e;
}

/*#topBnr .top-banner .underline {
   -webkit-box-shadow: inset 0 -13px rgba(224,190,0,.3);
    box-shadow: inset 0 -13px rgba(224,190,0,.3);
}*/

.top-bnr-close {
	position: absolute;
	right: 50px;
	top: calc(50% - 10px);
	width: 20px;
	height: 20px;
	font-size: 0;
	background: url('../images/main/ico_topBnr-close-w.png')no-repeat center/contain;
}
@media (min-width: 1451px) {
	#topBnr .top-banner .inner .mo_block {
		display: none;
	}
}

@media (max-width: 1200px) {
	#topBnr .top-banner {
		background-position: center right 20%;
	}
	#topBnr .top-banner .inner p {
		padding-right: 0;
	}

	.top-bnr-close {
		right: 20px;
	}
}

@media (max-width: 860px) {
	#topBnr .top-banner .inner p {
		font-size: 1.125rem;
	}
}

@media (max-width: 767px) {
	#topBnr {
		display: none;
	}

	#topBnr:not(.close) ~ #header {
		margin-top: 0!important;
	}

}

/* video pupup */
/*#dimm-cookie {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	background: rgba(0,0,0,.7);
	z-index: 999;
}*/
#videoPopup {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	background: rgba(0,0,0,.7);
	z-index: 99999;
}

#videoPopup .inner {
	display: table;
	max-width: 1240px;
	width: 100%;
	height: 100%;
}
#videoPopup .video_box {
	position: relative;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

#videoPopup .video-iframe {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	background: #000;
}

#videoPopup .video_box iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid rgba(255,255,255,.6);
	box-shadow: 0px 0px 30px rgba(255,255,255,.3);
}
/* popup 2 */
#mainPopup2 {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	background: rgba(0,0,0,.7);
	z-index: 9990;
}

#mainPopup2 .inner {
	display: table;
	max-width: 740px;
	width: 100%;
	height: 100%;
}
#mainPopup2 .popup_box {
	position: relative;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}
#mainPopup2 .popup_box figure {
	padding: 20px;
	border-radius: 20px;
	background: #e9e9e9;
}
#mainPopup2 .popup_box img {
	width: 100%;
	border-radius: 10px;
}

.popupClose {
	position: absolute;
	right: -45px;
	width: 30px;
	height: 30px;
	font-size: 0;
	background: url('../images/main/ico_close-xl-w.png')no-repeat center/1.875rem;
}

#mainPopup2 .close-btn-wrap,
#videoPopup .close-btn-wrap {
	max-width: 500px;
	padding: 10px;
	margin: 0 auto;
	text-align: center;
	font-size: 0;
}
#mainPopup2 .close-btn-wrap a,
#videoPopup .close-btn-wrap a {
	width: calc(50% - 10px);
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 3.75rem;
	height: 3.75rem;
	margin: 5px;
}

.close-btn-wrap a.close_day {
	color: #fff;
	background: #00619f;
}
.close-btn-wrap a.close {
	color: #00619f;
	background: #fff;
}

@media (max-width: 1500px) {

	#videoPopup .inner {
		padding: 0 55px;
	}

	#mainPopup2 .inner {
		padding: 0 55px;
	}
}

@media (max-width: 767px) {
	#videoPopup .inner {
		padding: 0 40px;
	}

	#mainPopup2 .inner {
		padding: 0 40px;
	}

	.popupClose {
		right: -35px;
	}

	#videoPopup .close-btn-wrap a,
	#mainPopup2 .close-btn-wrap a {
		font-size: 1rem;
		height: 2.875rem;
		line-height: 2.875rem;
	}
}

/*#topBnr:not(.close) ~ #contents .fp-section.fp-table, #topBnr:not(.close) ~ #contents .fp-slide.fp-table, .fp-tableCell {
	height: calc(100vh - 70px)!important;
}*/


/* 
	top-visual
*/

.main-visual {
  position: relative;
}

.main_visual__slider {
  margin-bottom: 0 !important;
}

.slider_item {
  position: relative;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.slider_item:not(:first-of-type) {
  display: none;
}

.slick-initialized .slider_item:not(:first-of-type) {
  display: block;
}

.main-visual .slider_item .bg {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all .3s 0s;
  transition: all .3s 0s;
  /*    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);*/
}


@media (min-width: 768px) {

	/* top banner가 있을때 */
	.main-visual .main_visual__slider:not(.bg_cover) .slider_item .bg {
		top: 70px;
	}
}
/*
@media (max-width: 767px) {
	 top banner가 있을때
	.main-visual .main_visual__slider:not(.bg_cover) .slider_item .bg {
		top: 55px;
	}
}*/
@keyframes cssAnimation {
  from {
    -webkit-transform: scale(1.2) translate(0px);
  }

  to {
    -webkit-transform: scale(1.05) translate(0px);
  }
}

@-webkit-keyframes cssAnimation {
  from {
    -webkit-transform: scale(1.2) translate(0px);
  }

  to {
    -webkit-transform: scale(1.05) translate(0px);
  }
}

.main-visual .slider_item.slick-active .bg {
  /*    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
	
	-webkit-animation: cssAnimation 3s 0s ease-in-out forwards;
    animation: cssAnimation 3s 0s ease-in-out forwards*/
}

.slider_item__inner {
  position: relative;
  display: table;
  color: #fff;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
}
.slider_item__inner__txtbox {
  display: table-cell;
  vertical-align: middle;
  font-size: 0;
  padding-bottom: 100px;
}
.slider_item__inner__txtbox > * {
  position: relative;
}

.slider_item__inner__txtbox h2 {
  font-family: "NEXON Lv1 Gothic Low", sans-serif;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.3;
	letter-spacing: -1.2px;
  text-transform: uppercase;
}

.slider_item__inner__txtbox h2 span {
  display: block;
  opacity: 0;
}

.slider_item__inner__txtbox h2 span img {
	display: inline-block;
	vertical-align: top;
    margin-top: -8px;
}

.slider_item__inner__txtbox p {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 10px;
  opacity: 0;
}

.slider_item__inner__txtbox a {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  padding: 10px 15px;
  margin-top: 20px;
  background-color: #eee;
}

@media (min-width: 1201px) {
  .slider_item__inner__txtbo a:hover {
    background: #eee;
  }
}

.slider_item__more {
  margin-top: 70px;
  font-size: 0;
}


.main_visual__slider .slick-dots {
  bottom: 72px;
}

.main_visual__slider .slick-dots li {
  width: 10px;
  height: 10px;

  transition: all 0.3s;
}

.main_visual__slider .slick-dots li.slick-active {
  width: 40px;
}

.main_visual__slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 5px;
  background-color: #fff;
}

.main_visual__slider .slick-dots li.slick-active button {
  border-radius: 5px;
  background-color: #fff;
}

/* progress dots */
.progress-round__wrap {
	position: absolute;
	/*  bottom: 350px;*/
	top: 50%;
	left: 50%;
	margin-top: 90px;
	transform: translateX(-50%);
	width: 1400px;
	z-index: 10;
}
#pagination {
  display: inline-block;
  width: calc(100% - 30px);
  padding: 13px 0;
}
.progress-round__wrap .slick-dots {
  position: static;
}
.progress-round__wrap .slick-dots li {
  position: relative;
  float: left;
  width: 100px;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
}
#pagination .slick-progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #ff901e;
  opacity: 0;
}

#pagination .slick-active .slick-progress {
  width: 100%;
  opacity: 1;
}

.slick-dots li button:before {
  display: none;
}

/* play/pause */
.play-pause {
  cursor: pointer;
  display: inline-block;
  float: left;
  vertical-align: middle;
}
.play-pause .slick-playback {
  position: relative;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  z-index: 99;
}

.play-pause .slick-playback:after {
  content: "\f04c";
  position: absolute;
  left: 50%;
  top: 50%;
  font-family: "FontAwesome" !important;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  transform: translate(-50%, -50%);
}

.play-pause .slick-playback.play:after {
  content: "\f04b";
}

/* scroll btn */
#scroll_btn {
	position: absolute;
	width: 50px;
	left: calc(50% - 25px);
	bottom: 170px;
	font-size: 1rem;
	text-align: center;
	color: #fff;
	font-weight: 300;
	cursor: pointer;
}
.scroll_btn_obj {
	position: relative;
	display: block;
	width: 16px;
	height: 25px;
	border-radius: 8px;
	border: 1px solid #fff;
	margin: 5px auto;
}

.scroll_down {
	position: absolute;
	left: calc(50% - 1px);
	top: calc(50% - 2.5px);
	width: 2px;
	height: 5px;
	background: #fff;
	-webkit-animation: scrollLine 2s ease-in Infinite;
	animation: scrollLine 2s ease-in Infinite;
	transform: translateY(-100%);
}

@media (max-width: 767px) {
	#scroll_btn {
		display: none;
	}
}

@-webkit-keyframes scrollLine {
	0% {
		transform: translateY(-100%);
	}
	50% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(-100%);
	}
}

@keyframes scrollLine {
	0% {
		transform: translateY(-100%);
	}
	50% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(-100%);
	}
}



@media (max-width: 1420px) {
  /* progress dots */
  .progress-round__wrap {
    width: 100%;
    padding: 0 20px;
  }
}

@media (min-width: 1201px) {
  .slider_item__more a:hover {
    background-color: #94de50;
  }
}

@media (max-width: 1200px) {
  .slider_item__inner__txtbox h2 {
    font-size: 50px;
  }
  
  .slider_item__inner__txtbox h2 span img {
	width: 400px;
  }

  .main_visual__slider .slick-prev {
    left: 20px;
  }

  .main_visual__slider .slick-next {
    right: 20px;
  }

  .main_visual__slider .slider_item {
    height: 100vh;
  }
}


@media (max-height: 850px) and (min-width: 1201px) {
  .main_visual__slider .slider_item {
    height: 850px;
  }
}

@media (max-width: 767px) {
  .main_visual__slider .slider_item {
    height: 450px;
    min-height: 360px;
  }

  .slider_item__inner {
    margin-top: 0;
  }

  .slider_item__inner .slider_item__inner__txtbox {
    padding-bottom: 0;
  }

  .slider_item__inner__txtbox h2 {
    font-size: 1.5625rem;
  }
  
  .slider_item__inner__txtbox h2 span img {
	margin-top: -4px;
    width: 160px;
}

  .slider_item__inner__txtbox p {
    font-size: 14px;
    margin-top: 15px;
  }

  .slider_item__inner__txtbox a {
    font-size: 12px;
    margin-top: 15px;
    padding: 6px 10px;
  }

  /* progress dots */
  .progress-round__wrap {
    margin-top: 70px;
  }

  .main_visual__slider .slick-dots {
    bottom: 20px;
  }

  /* arrows */
  .main_visual__slider .slick-prev,
  .main_visual__slider .slick-next {
    margin-top: 20px;
    width: 40px;
    height: 40px;
    background-size: auto;
  }

  .progress-round__wrap .slick-dots li {
    width: 50px;
  }
}


@media (max-width: 450px) {
	.slider_item__inner__txtbox p {
		font-size: 12px;
	}
}

/* quick menu */
@media (min-width: 1201px) {
  #quickMenuRight {
    position: absolute;
	left: calc(50% + 700px - 310px);
    top: calc(50% - 280px);
    max-width: 1800px;
/*	height: 340px;*/
	height: 540px;
    z-index: 11;
    overflow: hidden;
  }
	/* 220302 수정*/
	.quickmenu {
		width: 350px;
	}

	.quickmenu > ul {
		font-size: 0;
		margin: 0 -5px;
	}
	.quickmenu > ul > li {
		display: inline-block;
		text-align: center;
		padding: 5px;
	}
	.quickmenu > ul > li > a {
		display: block;
		width: 170px;
		height: 160px;
		padding: 2rem 0 1.5rem;
		border-radius: 1.875rem;
		background: rgba(0,0,0,.3);
		overflow: hidden;
	}
	
    .quickmenu > ul > li.__hover > a,
	.quickmenu > ul > li > a:hover {
		-webkit-backface-visibility: hidden;
		background-color: #ff901e;
		background-image: -webkit-linear-gradient(left top, #dad235, #ff901e, #ff901e, #dad235);
		background-image: -moz-linear-gradient(left top, #dad235, #ff901e, #ff901e, #dad235);
		background-image: -ms-linear-gradient(left top, #dad235, #ff901e, #ff901e, #dad235);
		background-image: -o-linear-gradient(left top, #dad235, #ff901e, #ff901e, #dad235);
		background-size: 200% 200%;
		-webkit-animation: animatedgradient2 3s ease infinite;
/*		-webkit-animation: animatedgradient2 1s ease alternate infinite;*/
		animation: animatedgradient2 3s ease infinite;
	}

	.quickmenu > ul > li:not(.inquiry) .icon {
		display: flex;
		flex-wrap: wrap;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		height: 50px;
	}

	.quickmenu > ul > li p {
		font-size: 1.125rem;
		font-weight: 500;
		line-height: 1.2;
		letter-spacing: -.18px;
		color: #fefefe;
	}

	.quickmenu > ul > li:not(.inquiry) p {
		height: 2.75rem;
		margin-top: 10px;
		display: flex;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;

	}

	/* 상담문의 */
	.quickmenu > ul > li.inquiry > a {
		display: flex;
		justify-content: center;
		width: 350px;
		height: 90px;
		padding: 1.375rem 2rem 1.5rem;
	}

	.quickmenu > ul > li.inquiry .icon {
		display: inline-block;
		float: left;
	}
	.quickmenu > ul > li.inquiry p {
		float: left;
		text-align: left;
		padding-left: 20px;
	}
	.quickmenu > ul > li.inquiry p span {
		font-weight: 200;
		opacity: .6;
	}
	.quickmenu > ul > li.inquiry p strong {
		font-size: 1.625rem;
	}
	
	.quickmenu > ul > li.myplus > a {
		padding: 1.75rem 2rem 1.5rem;
	}
	.quickmenu > ul > li.myplus .icon {
		display: none;
	}

	
	.quickmenu > ul > li.myplus p {
		padding-left: 0;
	}
	.quickmenu > ul > li.myplus p span {		
		display: inline-block;
		vertical-align: middle;
		padding-top: 8px;
		margin-left: 7px;
		font-weight: 500;
		opacity: 1;
	}

}

@-webkit-keyframes animatedgradient2 {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

@-moz-keyframes animatedgradient2 {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

@-o-keyframes animatedgradient2 {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

@keyframes animatedgradient2 {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}


@media (max-width: 1800px) {
  /* quick menu */
  #quickMenuRight {
    left: auto;
    right: 20px;
  }
}

@media (min-width: 1201px) {
	.quick-open-btn {
		display: none;
	}
}

@media (max-width: 1200px) {
	.quick-open-btn {
		width: 70px;
		height: 70px;
		color: #fff;
		font-size: 1.125rem;
		font-weight: 600;
		border-radius: 50%;
		border: 2px solid #ff911f;
		-webkit-backface-visibility: hidden;
		background-color: #ff901e;
		background-image: -webkit-linear-gradient(left top, #dad235, #ff901e, #ff901e, #dad235);
		background-image: -moz-linear-gradient(left top, #dad235, #ff901e, #ff901e, #dad235);
		background-image: -ms-linear-gradient(left top, #dad235, #ff901e, #ff901e, #dad235);
		background-image: -o-linear-gradient(left top, #dad235, #ff901e, #ff901e, #dad235);
		background-size: 300% 300%;
		-webkit-animation: animatedgradient 2s ease alternate infinite;
		animation: animatedgradient 2s ease alternate infinite;
	}

	/* quick menu */
	#quickMenuRight {
		position: fixed;
		right: 20px;
		top: auto;
		bottom: 100px;
		z-index: 100;
	}
	/* 220302 수정 */
	.quickmenu {
		display: none;
	}
	.quickmenu > ul > li {
		margin: 5px 0;
	}
	.quickmenu > ul > li > a {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		width: 70px;
		height: 70px;
		color: #fff;
		font-size: 1.125rem;
		font-weight: 600;
		border-radius: 50%;
		background: rgba(0,0,0,.8);
	}
	.quickmenu > ul > li > a .icon {
		display: inline-block;
		max-width: 40%;
	}
	.quickmenu > ul > li:first-child > a .icon {
		max-width: 50%;
	}
	.quickmenu > ul > li > a p {
		position: absolute;
		top: 50%;
		right: 100%;
		font-size: 12px;
		white-space: nowrap;
		padding: 0 20px;
		display: none;
		opacity: 0;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.quickmenu > ul > li > a:hover p,
	.quickmenu > ul > li > a:focus p {
		opacity: 1;
	}

	/* 220302 이전

  .quickmenu {
    display: none;
    position: relative;
    width: auto;
    height: 100%;
    right: 0;
    padding: 3px 0;
  }
  .quickmenu > ul > li {
    padding: 3px 0;
  }
  .quickmenu > ul > li > a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #222;
    background: #fff;
  }

  .quickmenu .quick-tit {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .quickmenu .quick-tit .icon {
  }

  .quickmenu .quick-tit h3 {
    position: absolute;
    right: 100%;
    font-size: 1rem;
    letter-spacing: -0.22px;
    color: #fff;
    padding: 0 15px;
    text-align: right;
    white-space: nowrap;
    opacity: 0;
  }

  .quickmenu .quick-tit h3 span,
  .quickmenu .quick-arrow {
    display: none;
  }

  .quickmenu li a:hover .quick-tit h3 {
    opacity: 1;
  }

	*/
}
@media (max-width: 767px) {

	/* quick menu */
	#quickMenuRight {
		/*    display: none;*/
		bottom: 80px;
	}

	.quick-open-btn {
		width: 50px;
		height: 50px;
	}

	.quickmenu > ul > li > a {
		width: 50px;
		height: 50px;
	}
	.quickmenu > ul > li > a p {
		display: none;
		text-shadow: 1px 1px 0px rgba(0, 0, 0, .6);
		opacity: 1;
		width: 120px;
/*		height: 50px;*/
		text-align: center;
		padding: 5px 10px;
		border-radius: 25px;
		white-space: normal;
		background: rgba(0, 0, 0, .6);
	}
}

/* main notice */
#mainLatestNotice {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	/*	height: 100px;*/
	background: rgba(0, 0, 0, .4);
	z-index: 10;
}

/*#mainLatestNotice .inner {
  max-width: 1800px;
  padding: 0 20px;
}*/

.main-notice-wrap {
}

/* 220303 수정 */
.main-notice-conts {
  width: 100%;
  height: 100%;
}

.main-notice-conts > ul {
	font-size: 0;
}

.main-notice-conts > ul > li {
	display: inline-block;
	width: 33.3333%;
	padding: 1.875rem;
	letter-spacing: -0.15px;
	font-weight: 400;
	border-left: 1px solid rgba(255, 255, 255, .2);
	vertical-align: middle;
}

.main-notice-conts > ul > li:last-child {
	border-right: 1px solid rgba(255, 255, 255, .2);
}

.main-notice-conts .category-name {
	display: inline-block;
	font-size: .875rem;
	color: #fff;
	padding: 0.3em 0.4em;
	line-height: 1;
	margin-right: 10px;
	border-radius: 5px;
}

.main-notice-conts .category-name.c_1 {
	background-color: #ff5e1f;
}
.main-notice-conts .category-name.c_2 {
	background-color: #0951a7;
}
.main-notice-conts .board-subject {
	display: inline-block;
	max-width: 90%;
	width: calc(100% - 50px);
	font-size: 1.125rem;
	font-weight: 500;
	color: #fefefe;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}
.main-notice-conts .board-content {
	display: box;
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 2;
    font-size: 1rem;
	font-weight: 300;
    color: rgba(254, 254, 254, 0.8);
    line-height: 1.625rem;
    height: 3.25rem;
    -webkit-box-orient: vertical;
    white-space: pre-wrap;
    overflow: hidden;
}

@media (max-width: 767px) {
	.main-notice-conts > ul li {
		padding: 1.875rem;
		letter-spacing: -0.15px;
		border-left: 1px solid rgba(255, 255, 255, .2);
	}
}

/* 220302 이전
.main-notice-wrap .main-notice-tit {
  display: inline-block;
  width: 115px;
  height: 100px;
  text-align: center;
  padding: 22px 5px;
  color: #fff;
  font-size: 16px;
  border-top-left-radius: 20px;
  -webkit-backface-visibility: hidden;
  background-color: #ff901e;
  background-image: -webkit-linear-gradient(left top,#dad235,#ff901e,#ff901e,#dad235);
  background-image: -moz-linear-gradient(left top,#dad235,#ff901e,#ff901e,#dad235);
  background-image: -ms-linear-gradient(left top,#dad235,#ff901e,#ff901e,#dad235);
  background-image: -o-linear-gradient(left top,#dad235,#ff901e,#ff901e,#dad235);
  background-size: 300% 300%;
  -webkit-animation: animatedgradient 3s ease alternate infinite;
  animation: animatedgradient 3s ease alternate infinite;
}
.main-notice-wrap .main-notice-tit img {
  margin-bottom: 7px;
}

.main-notice-wrap .main-notice-conts {
  width: calc(100% - 115px);
  height: 100%;
  background: #fff;
  float: right;
}

.main-notice-conts > ul {
  font-size: 0;
}
.main-notice-conts > ul > li {
  display: inline-block;
  width: 50%;
  height: 100px;
  padding: 39px 60px 30px;
  letter-spacing: -0.15px;
  font-weight: 400;
}
.main-notice-conts > ul > li + li {
  border-left: 1px solid #ddd;
}
.main-notice-conts > ul > li .col {
  display: inline-block;
  padding: 0;
  vertical-align: middle;
}

.main-notice-conts > ul > li:hover .board-subject span {
  color: #ee8111;
  border-bottom: 1px solid #ee8111;
}
.main-notice-conts .category-name {
  width: 90px;
  font-weight: bold;
  font-size: 1.125rem;
  color: #ff911f;
}
.main-notice-conts .board-subject {
  width: calc(100% - 180px);
  max-width: 90%;
  font-size: 1.125rem;
  font-weight: 600;
  color: #222;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-notice-conts .board-date {
  width: 90px;
  font-size: 0.9375rem;
  color: rgba(34, 34, 34, 0.5);
  text-align: right;
}

@media (max-width: 1200px) {
  .main-notice-conts > ul > li {
    width: 100%;
    height: 50px;
    padding: 11px 30px;
  }
  .main-notice-conts > ul > li + li {
    border-left: 0;
    border-top: 1px solid #eee;
  }
}

@media (max-width: 767px) {
  .main-notice-conts > ul > li {
    padding: 11px 10px;
    height: 40px;
  }
  .main-notice-wrap .main-notice-tit {
    width: 40px;
    height: 80px;
    font-size: 12px;
    line-height: 1.1;
    padding: 18px 5px;
  }
  .main-notice-wrap .main-notice-tit img {
    max-width: 60%;
  }

  .main-notice-wrap .main-notice-conts {
    width: calc(100% - 40px);
    height: auto;
  }

  .main-notice-conts .category-name {
    width: 60px;
    font-size: 12px;
  }

  .main-notice-conts .board-subject {
    width: calc(100% - 60px);
    font-size: 12px;
  }
  .main-notice-conts > ul > li .board-date {
    display: none;
  }
}

*/
.section.section01 {
	background: url('../images/main/bg_main-section_01.jpg')no-repeat center/cover;
}

/* section01 partner list */
.partner_wrap {}
.partner_list + .partner_list {
	margin-top: 2.5rem;
}
.partner_list h3 {
	font-family: "NEXON Lv1 Gothic Low", sans-serif;
	font-size: 35px;
	font-weight: 700;
	color: #fff;
}
.partner_list h3 small {
	font-size: 70%;
	font-weight: 300;
}
.partner_list > ul {
	font-size: 0;
	margin: 0 -.625rem;
}

.partner_list > ul > li {
	display: inline-block;
	width: 20%;
	padding: .625rem;
}
.partner_list > ul > li a {
	position: relative;
	display: block;
	border-radius: .625rem;
	background: #fff;
	overflow: hidden;
}
.partner_list > ul > li a p {
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 600;
	display: flex;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	background: rgba(0,0,0,.7);
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;

}
.partner_list > ul > li a:hover p {
	opacity: 1;
}

@media (max-width: 1200px) {
  .section.section01 {
    padding: 60px 0 !important;
  }

}

@media (max-width: 767px) {
	.partner_list h3 {
		font-size: 1.5625rem;
	}
	.partner_list > ul > li {
		width: 33.333%;
	}
}
/* main banner */
.section02__item03__banner {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}
.section02__item03__banner [class*="col-"] {
  display: inline-block;
}

.section02__item03__banner .col-header {
  width: 572px;
  height: 270px;
  padding: 2.125rem 2.1875rem;
  background: #37aaf2 url("../images/main/bg_main-menu.jpg") no-repeat center
    right / auto 100%;
}

.section02__item03__banner .col-body {
  width: calc(100% - 572px);
}

.section02__item03__banner .col-header p {
	font-family: "NEXON Lv1 Gothic Low", sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
	color: #fff;
}

.section02__item03__banner .col-header p small {
  font-size: 0.9375rem;
  color: #ffdf5e;
  display: block;
  margin-bottom: 10px;
}

.consultation-tel {
  display: inline-block;
  font-size: 1.375rem;
  border-radius: 20px;
  padding: 7px 20px;
  margin-top: 18px;
  line-height: 1.1;
  color: #fff;
  background: #00619f;
}

.consultation-tel span {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  vertical-align: middle;
  margin-right: 10px;
}

.consultation-tel b:before {
  display: inline-block;
  content: url("../images/icons/ico_main-tel.png");
  margin-right: 5px;
}

.section02__item03__banner__list {
  display: flex;
  flex-wrap: wrap;
  padding: 36px 0;
  text-align: center;
}
.section02__item03__banner__list > li {
  width: 33.333%;
  padding: 1.5625rem 0.9375rem;
}

.section02__item03__banner__list > li p {
  font-size: 1.375rem;
  font-weight: bold;
  margin-top: 0.9375rem;
}
.section02__item03__banner__list > li + li {
  border-left: 1px solid #ddd;
}
.section02__item03__banner__list > li > a {
	display: block;
}

.section02__item03__banner__list > li > a.off {
	opacity: .5;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

@media (max-width: 1200px) {
  .section02__item03__banner .col-header {
    height: auto;
/*    background-size: cover;*/
  }

  .section02__item03__banner__list > li p {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
	.section02__item03__banner .col-header p {
		padding-right: 40%;

	}
}
@media (max-width: 550px) {
	.section02__item03__banner .col-header p {
		font-size: 1rem;

	}
}
/* no-data */
.no-data {
  font-size: 17px;
  padding: 50px 0;
}
/* arrow animaiton */
.swipe-txt {
  font-size: 15px;
}
.swipe-txt .arrow-animation {
  position: relative;
  right: 0;
  width: 15px;
  height: 12px;
  animation: moveArrow 1s linear infinite;
  -webkit-animation: moveArrow 1s linear infinite;
  -ms-animation: moveArrow 1s linear infinite;
  -o-animation: moveArrow 1s linear infinite;
  -moz-animation: moveArrow 1s linear infinite;
}

@keyframes moveArrow {
  to {
    opacity: 0.1;
    right: -10px;
  }
}

@-webkit-keyframes moveArrow {
  to {
    opacity: 0.1;
    right: -10px;
  }
}

@-o-keyframes moveArrow {
  to {
    opacity: 0.1;
    right: -10px;
  }
}

/* section02 */
.section.section02 {
  background: url("../images/main/bg_main-section_02.jpg") no-repeat
    center/cover;
}
.section02__inner {
  font-size: 0;
}
.section02__item {
  display: inline-block;
  float: left;
}
.section02__item__box {
  width: 100%;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 27px 0 rgba(42, 47, 50, 0.15);
  box-shadow: 0 0 27px 0 rgba(42, 47, 50, 0.15);
  background-color: #fff;
  box-sizing: border-box;
  overflow: hidden;
}

/* video */
.img-bg-copy {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.img-bg-copy img {
	opacity: 0;
}

.section02__item__video {
  position: relative;
  width: 100%;
  height: 100%;
}
.section02__item__video .video-box {
  position: relative;
   display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);

}
.section02__item__video a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.section02__item__video a:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: rgba(25, 27, 30, .32) url("../images/main/ico_video-play.png")no-repeat center/5.625rem;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.section02__item__video #cover {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
	height: 100%;
	z-index: 1;
}

.section02__item__video iframe {
	position: absolute;
	width: 100%!important;
	height: 100%!important;
}
.section02__item.item01 {
}
.section02__item.item02 .section02__item__box {
  padding: 0;
}

.section02__item.item03 {
}

@media (max-width: 1200px) {
  .section.section02 {
    padding: 60px 0 !important;
  }
}

@media (max-width: 991px) {
	.section02__item__video .video-box {
		height: 0;
		padding-bottom: 56.25%;
	}

	.section02__item__video img {
		width: 100%;
	}
}

/* tab */

.tab_btn_box {
  font-size: 0;
  text-align: center;
}

.tab_btn_box > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  width: 50%;
}

.tab_btn_box > li > a {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 22px 5px;
  background: #242f69;
}

.tab_btn_box > li.on a {
  color: #222;
  background: #fff;
}

.tab_conts_box > li {
  display: block;
}

.tab_conts_box > li:not(:first-child) {
  display: none;
}

.tab_conts_inner {
  padding: 25px 40px 0;
}

.board-latest-list > ul {
  padding-bottom: 10px;
}
.board-latest-list > ul > li {
  position: relative;
  margin: 17px 0;
  padding-left: 15px;
  letter-spacing: -0.2px;
}
.board-latest-list > ul > li:before {
  position: absolute;
  left: 0;
  top: 9px;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #222;
}
.board-latest-list > ul > li:after {
  content: "";
  display: block;
  clear: both;
}
.board-latest-list > ul > li .ico_new {
  float: left;
  margin-right: 5px;
}
.board-latest-list > ul > li .board-subject {
  display: inline-block;
  width: calc(100% - 130px);
  max-width: 90%;
  font-size: 1rem;
  color: #222;
  font-weight: 600;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #fff;
}

.board-latest-list > ul > li:hover .board-subject span {
  color: #ee8111;
  border-bottom: 1px solid #ee8111;
}

.board-latest-list > ul > li .board-date {
  width: 90px;
  font-size: 0.9375rem;
  color: rgba(34, 34, 34, 0.5);
  text-align: right;
  float: right;
}
.tab_conts_inner .btn-wrap {
  text-align: center;
  border-top: 1px solid #ddd;
}
.tab_conts_inner .btn-wrap a {
  display: inline-block;
  font-size: 1rem;
  color: #111;
  padding: 20px 20px;
}

.ico_right-plus:after {
  content: url(../images/icons/ico_more-plus.png);
  display: inline-block;
  margin-left: 10px;
}

@media (min-width: 992px) {
  .section02__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12.5px;
    font-size: 0;
  }

  .section02__item {
    width: 100%;
    float: left;
    padding: 12.5px;
  }
  .section02__item.item01 {
    width: 55%;
  }

  .section02__item.item02 {
    width: 45%;
  }

  .section02__item.item03 {
    width: 100%;
  }
  .section02__item.item01 .section02__item__box,
  .section02__item.item02 .section02__item__box {
    height: 400px;
  }
}

@media (min-width: 1201px) {
  .section02__inner {
    margin: 0 -22.5px;
  }

  .section02__item {
    padding: 22.5px;
  }
}

@media (max-width: 991px) {
  .section02__item {
    width: 100%;
    margin-bottom: 15px;
  }

  .section02__item03__banner .col-header,
  .section02__item03__banner .col-body {
    width: 100%;
  }
}
@media (max-width: 767px) {
	.section02__item__video a,
	.section02__item__video #cover {
		display: none;
	}
}
@media (max-width: 550px) {
  .section02__item__video a {
/*    background-size: 60px;*/
  }
  .tab_btn_box > li > a {
    font-size: 1rem;
    padding: 1.25rem 5px;
  }
  .tab_conts_inner {
    padding: 25px 20px 0;
  }
  .board-latest-list > ul > li .board-subject {
    width: calc(100% - 110px);
  }
  .board-latest-list > ul > li .board-date {
    width: 70px;
  }
  .board-latest-list > ul > li:before {
    top: 7px;
  }

  .section02__item03__banner__list > li > a i img {
    max-width: 60%;
  }
}
