/* .text-center {text-align: center; margin-bottom:70px} */
.point-color{
	color: #55a4e9;
}
.bold {
	font-weight: bold !important;
}
img{
	max-width: 100%;
}
#bo_list, #bo_v{
	margin-top: 30px;
}
.main_sec {
	width: 100%;
	height: auto;
	position: relative;
	padding: 60px 0;
}

.con_sec {
	width: 100%;
	height: auto;
	position: relative;
	padding: 60px 0;
}

.section-tittle span {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 22px;
	color: #292c37;
	letter-spacing: 0.05em;
	display: inline-block;
	position: relative
}

.section-tittle span:before {
	position: absolute;
	content: "";
	width: 50px;
	height: 2px;
	background: #292c37;
	top: 0;
	left: -67px;
	top: 50%;
	transform: translateY(-50%);
}

.section-tittle h2 {
	text-align: center;
	font-size: 52px;
	padding: 0 20px
}

.section-tittle p {
	max-width: 540px;
	margin: 0 auto;
	text-align: center;
	padding: 20px 20px 40px 20px;
	color: #555;
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: -0.02em;
	font-weight: 300;
	word-break: keep-all
}

.lead {
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: -0.02em;
	color: #555;
	font-weight: 300;
	word-break: keep-all
}

::selection {
	background-color: #ff3414;
	color: #fff;
}

/*
animation
*/
.ani-stop {
	animation-name: none !important;
	-webkit-animation-name: none !important;
	opacity: 0;
}

[class *=ani-start] {
	animation-delay: 0s;
	-webkit-animation-delay: 0s;
	animation-duration: 0.45s;
	-webkit-animation-duration: 0.45;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	animation-direction: alternate;
	-webkit-animation-direction: alternate;
}

.ani-start-fadeIn {
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;
}

.ani-start-fadeUp {
	animation-name: fadeUp;
	-webkit-animation-name: fadeUp;
}

.ani-start-fadeUp20 {
	animation-name: fadeUp20;
	-webkit-animation-name: fadeUp20;
}

.ani-start-fadeDown {
	animation-name: fadeDown;
	-webkit-animation-name: fadeDown;
}

.ani-start-fadeDown20 {
	animation-name: fadeDown20;
	-webkit-animation-name: fadeDown20;
}

.ani-start-fadeLeft {
	animation-name: fadeLeft;
	-webkit-animation-name: fadeLeft;
}

.ani-start-fadeLeftReverse {
	animation-name: fadeLeftReverse;
	-webkit-animation-name: fadeLeftReverse;
}

.ani-start-fadeRight {
	animation-name: fadeRight;
	-webkit-animation-name: fadeRight;
}

.ani-start-zoomIn {
	animation-name: zoomIn;
	-webkit-animation-name: zoomIn;
}

.ani-start-flipX {
	animation-name: flipX;
	-webkit-animation-name: flipX;
}

.ani-delay-default {
	animation-delay: 0.1s;
	-webkit-animation-delay: 0.1s;
}

.ani-delay-03 {
	animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
}

.ani-delay-04 {
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
}

.ani-delay-05 {
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
}

.ani-delay-06 {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}

.ani-delay-07 {
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
}

.ani-delay-08 {
	animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
}

.ani-delay-09 {
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
}

.ani-delay-10 {
	animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
}

.ani-delay-11 {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}

.ani-delay-12 {
	animation-delay: 1.1s;
	-webkit-animation-delay: 1.1s;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeUp {
	0% {
		transform: translateY(30px);
		-webkit-transform: translateY(30px);
		-moz-transform: translateY(30px);
		-ms-transform: translateY(30px);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes fadeUp {
	0% {
		transform: translateY(30px);
		-webkit-transform: translateY(30px);
		-moz-transform: translateY(30px);
		-ms-transform: translateY(30px);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes fadeUp20 {
	0% {
		transform: translateY(20px);
		-webkit-transform: translateY(20px);
		-moz-transform: translateY(20px);
		-ms-transform: translateY(20px);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes fadeUp20 {
	0% {
		transform: translateY(20px);
		-webkit-transform: translateY(20px);
		-moz-transform: translateY(20px);
		-ms-transform: translateY(20px);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes fadeDown {
	0% {
		transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes fadeDown {
	0% {
		transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes fadeDown20 {
	0% {
		transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes fadeDown20 {
	0% {
		transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes fadeLeft {
	0% {
		transform: translateX(10%);
		-webkit-transform: translateX(10%);
		-moz-transform: translateX(10%);
		-ms-transform: translateX(10%);
		opacity: 0;
	}

	100% {
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		opacity: 1;
	}
}

@-webkit-keyframes fadeLeft {
	0% {
		transform: translateX(10%);
		-webkit-transform: translateX(10%);
		-moz-transform: translateX(10%);
		-ms-transform: translateX(10%);
		opacity: 0;
	}

	100% {
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		opacity: 1;
	}
}

@keyframes fadeLeftReverse {
	0% {
		transform: translateX(-10%);
		-webkit-transform: translateX(-10%);
		-moz-transform: translateX(10%);
		-ms-transform: translateX(10%);
		opacity: 0;
	}

	100% {
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		opacity: 1;
	}
}

@-webkit-keyframes fadeLeftReverse {
	0% {
		transform: translateX(-10%);
		-webkit-transform: translateX(-10%);
		-moz-transform: translateX(-10%);
		-ms-transform: translateX(-10%);
		opacity: 0;
	}

	100% {
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		opacity: 1;
	}
}

@keyframes fadeRight {
	0% {
		transform: translate(10%, -10%);
		-webkit-transform: translate(10%, -10%);
		-moz-transform: translate(10%, -10%);
		-ms-transform: translate(10%, -10%);
		opacity: 0;
	}

	100% {
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		opacity: 1;
	}
}

@-webkit-keyframes fadeRight {
	0% {
		transform: translate(10%, -10%);
		-webkit-transform: translate(10%, -10%);
		-moz-transform: translate(10%, -10%);
		-ms-transform: translate(10%, -10%);
		opacity: 0;
	}

	100% {
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		transform: scale(0.7);
		-webkit-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-ms-transform: scale(0.7);
		opacity: 0;
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes zoomIn {
	0% {
		transform: scale(0.7);
		-webkit-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-ms-transform: scale(0.7);
		opacity: 0;
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		opacity: 1;
	}
}

@keyframes flipX {
	0% {
		-webkit-transform: perspective(600px) rotateX(90deg);
		transform: perspective(600px) rotateX(90deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: perspective(600px) rotateX(0deg);
		transform: perspective(600px) rotateX(0deg);
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes flipX {
	0% {
		-webkit-transform: perspective(600px) rotateX(90deg);
		transform: perspective(600px) rotateX(90deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: perspective(600px) rotateX(0deg);
		transform: perspective(600px) rotateX(0deg);
	}

	100% {
		opacity: 1;
	}
}


@media screen and (max-width: 640px) {
	input {
		-webkit-appearance: none;
		-webkit-border-radius: 0;
	}

	.lead {
		font-size: 17px;
		font-weight: 400
	}
}



/*헤드메뉴*/
#header_wrap {
	position: fixed;
	width: 100%;
	background-color: #fff;
	top: 0;
	z-index: 10
}

#header_wrap #hd_wrapper .hd_login a {
	color: #fff
}

#header {
	position: absolute;
	left: 0;
	top: 0px;
	max-width: 1400px;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 6;
	height: 80px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#header .header-inner {
	width: 100%;
	height: 100%
}

#header .gnb {
	list-style: none;
	height: 100%;
	position: absolute;
	right: 0px
}

#header .gnb>li {
	float: left;
	position: relative;
	display: inline-block;
	width: 100px;
	vertical-align: middle;
	text-align: center;
}

#header .gnb>li>a {
	display: inline-block;
	line-height: 1em;
	width: 100%;
	color: #ddd;
	font-size: 16px;
	letter-spacing: -0.5px;
	font-weight: 600;
	text-decoration: none;
}

#header .gnb>li>a:hover {
	color: #fff
}

#header .gnb>li.active {
	background-color: #b0905e
}

#header .gnb>li.active>a {
	color: #fff
}

#header .gnb .login {
	font-size: 12px;
	width: 70px;
	color: #fff
}

#header .gnb .join {
	font-size: 12px;
	color: #fff;
	margin-left: 20px
}

#header .gnb .login a {
	color: #ddd;
	font-size: 12px
}

#header .gnb .login a:hover {
	color: #fff
}

#header .gnb .join a {
	color: #ddd;
	font-size: 12px
}

#header .gnb .join a:hover {
	color: #fff
}

#header .header-inner .menu {
	cursor: pointer;
	text-indent: -9999px;
	position: absolute;
	top: 29px;
	left: 50%;
	width: 25px;
	height: 20px;
	background-image: url(../img/cate_more.gif);
	margin-left: 200px;
	border: 0;
	display: none
}

#header .header-inner .menu.on {
	background-image: url(../img/cate_close.gif)
}

#header .gnb>li,
#header #right-side-open {
	height: 80px;
	line-height: 80px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#header #right-side-open {
	position: absolute;
	right: 0;
	width: 100px;
	cursor: pointer;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	text-align: center;
	display: inline-block;
}

#header #right-side-open span {
	display: inline-block;
	width: 20px;
	height: 20px;
	font-size: 20px;
	line-height: 1em;
	margin-top: -10px;
	margin-left: -10px;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
}

#header .gnb .snb {
	list-style: none;
	display: none;
}

#header #logo {
	margin-left: 25px;
	padding: 0
}

#header #logo a {
	display: block;
	width: 100px;
	height: 80px;
	line-height: 80px
}

#header #logo img {
	width: 100%
}

#header .gnb .snb,
.device-md #header .gnb .snb {
	display: none;
	position: absolute;
	right: -82px;
	width: 200px;
	top: 80px;
	border-top: 0;
	background-color: #000;
	z-index: 2
}

#header .gnb .snb li {
	font-size: 14px;
	line-height: 3.1;
	text-align: left;
	border-top: 1px solid #414141;
}

#header .gnb .snb li a {
	color: #FFF;
	display: block;
	padding-left: 20px
}

#header .gnb .snb li a:hover {
	color: #fff;
	display: block;
	background-color: #2253b8;
	text-decoration: none;
	line-height: 3.1
}

#header .gnb .snb li:first-child {
	border-top: 0
}

@media screen and (max-width: 980px) {
	#header {
		display: block;
		background-color: transparent;
		top: 0;
		position: fixed
	}

	#header #logo {
		width: 120px;
		display: block
	}

	#header .gnb {
		display: none
	}

	.scrolled #open-button .navicon-line {
		background-color: #222222
	}

	.scrolled #open-button.on .navicon-line {
		background-color: #fff
	}
}

@media screen and (max-width: 680px) {

	#hd_wrapper {
		display: none
	}
}

/*헤드메뉴*/





/*메인배너*/
.mainVideo {
	top: 0;
	width: 100%;
	height: 900px;
	overflow: hidden;
	background-size: cover;
	padding: 0;
}

.bg-fixed {
	background-size: cover;
	padding: 0;
	background-color: #000;
	opacity: 0.5;
	position: absolute;
	width: 100%;
	height: 900px;
	top: 0;
	left: 0;
	z-index: 1
}

.main-carousel {
	padding: 0;
	display: block;
	position: relative;
	margin-top: 89px
}

.main-carousel .li {
	height: 900px;
	background-size: cover;
	background-position: center;
	position: relative
}

.main-carousel .li .cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/main_visual_cover.png) center bottom no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-width: 300px;
	opacity: .7;
	z-index: 1
}

.main-carousel .jarallax {
	height: 900px;
}

.main-carousel .img01 {
	background-image: url(../img/main_banner_img01.jpg);
}

.main-carousel .img02 {
	background-image: url(../img/main_banner_img02.jpg);
}

.main-carousel .img03 {
	background-image: url(../img/main_banner_img03.jpg);
}

.main-carousel .li .copy_area {
	width: 100%;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2
}

.main-carousel .li .copy_area h2 {
	font-size: 62px;
	font-weight: 100;
	line-height: 1.3;
	letter-spacing: -4px;
	color: #fff;
	padding: 0 20px;
	text-align: center
}

.main-carousel .li .copy_area h3 {
	max-width: 400px;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	margin: 15px auto 20px auto;
	color: #fff;
	opacity: 0.8;
	padding: 0 20px;
	line-height: 1.6;
	word-break: keep-all
}

.main-carousel .li .copy_area h4 {
	text-align: center;
	margin: 80px auto 0 auto;
	color: #fff;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1
}

.main-carousel .li .copy_area h4 a {
	color: #fff;
	padding: 18px 42px;
	display: block;
	text-align: center;
	width: 160px;
	margin: auto;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 50px
}

.main-carousel .li .copy_area h4 a:hover {
	background-color: #fff;
	color: #000
}

.main-carousel .owl-dots {
	position: absolute;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	bottom: -4px;
}

.main-carousel .owl-dots .owl-dot {
	background: rgba(0, 0, 0, 0.4);
	width: 400px;
	height: 70px;
	line-height: 70px;
	padding: 0 10px;
	border-left: 1px solid rgba(255, 255, 255, 0.25);
	display: inline-block;
	color: #fff;
	opacity: 0.8;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.main-carousel .owl-dots .owl-dot.active {
	background-color: #0068b7
}

.main-carousel .owl-dots .owl-dot:first-child {
	border-left: 0
}

.main-carousel .owl-nav {
	position: absolute;
	width: 100%;
	bottom: 50%
}

.main-carousel .owl-nav .owl-prev {
	width: 31px;
	height: 61px;
	position: absolute;
	left: 50px;
	background-color: transparent;
	cursor: pointer;
	background-image: url(../img/prevBtn_off.png);
	background-repeat: no-repeat;
	text-indent: -9999px
}

.main-carousel .owl-nav .owl-next {
	width: 31px;
	height: 61px;
	position: absolute;
	right: 50px;
	background-color: transparent;
	cursor: pointer;
	background-image: url(../img/nextBtn_off.png);
	background-repeat: no-repeat;
	text-indent: -9999px
}

.main-carousel .owl-prev {
	position: absolute;
	top: 50%;
	left: 5%;
	z-index: 999;
	background: url(../img/arrow_left.png) no-repeat;
	width: 62px;
	height: 53px;
	text-indent: -9999px;
	border: 0;
	cursor: pointer
}

.main-carousel .owl-next {
	position: absolute;
	top: 50%;
	right: 5%;
	z-index: 999;
	background: url(../img/arrow_right.png) no-repeat;
	width: 62px;
	height: 53px;
	text-indent: -9999px;
	border: 0;
	cursor: pointer
}

.main-carousel .owl-prev:hover {
	background: url("../img/arrow_on_left.png") no-repeat;
}

.main-carousel .owl-next:hover {
	background: url("../img/arrow_on_right.png") no-repeat;
}

.visual_slider .visual-notice {
	width: 100%;
	right: 0;
	position: absolute;
	bottom: 0;
	z-index: 1
}

.visual_slider .visual-notice .inner {
	background: rgba(0, 0, 0, 0.6);
	overflow: hidden;
	max-width: 1240px;
	margin: 0 auto
}

.visual_slider .visual-notice:after {
	content: '';
	width: calc(50% - 620px);
	height: 100%;
	right: 0;
	position: absolute;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
}

.visual_slider .visual-notice h3 {
	padding: 20px;
	color: #fff;
	float: left;
	max-width: 130px;
}

@media(max-width:1100px) {
	.main-carousel {
		margin-top: 60px;
	}


}

@media screen and (max-width:960px) {
	.main-carousel .owl-dots .owl-dot {
		width: 30%
	}
}


@media screen and (max-width:640px) {

	.mainVideo {
		height: 100vh
	}

	.bg-fixed {
		height: 100vh
	}

	.main-carousel .jarallax {
		height: 100vh;
	}

	.main-carousel .li {
		height: 100vh
	}

	.main-carousel .img01 {
		background-image: url(../img/m_main_banner_img01.jpg);
	}

	.main-carousel .img02 {
		background-image: url(../img/m_main_banner_img02.jpg);
	}

	.main-carousel .img03 {
		background-image: url(../img/m_main_banner_img03.jpg);
	}

	.main-carousel .li .copy_area h2 {
		font-size: 36px;
		letter-spacing: -3px
	}

	.main-carousel .li .copy_area h3 {
		max-width: 300px;
		margin: 10px auto 0 auto;
		font-size: 15px;
		letter-spacing: -0.5px
	}

	.main-carousel .owl-nav {
		display: none
	}

	.main-carousel .owl-dots .owl-dot {
		width: 33.3333%
	}
}

/*메인배너*/





/*오른쪽 퀵메뉴*/
.right_quick-area {
	background: #fff;
	position: fixed;
	right: -100px;
	opacity: 0;
	border-radius: 8px;
	width: 100px;
	bottom: 120px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 10px 20px;
	transition: all 0.5s ease;
	z-index: 100;
}

.right_quick-area.active {
	opacity: 1;
	right: 10px
}

.right_quick-area li {
	position: relative
}

.right_quick-area li span {
	position: absolute;
	color: #fff;
	border-radius: 30px;
	padding: 4px 0px;
	width: 100px;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
	right: 100px;
	top: 20px;
	font-size: 11px;
	display: block;
	opacity: 0;
	transition: all 0.5s ease
}

.right_quick-area li a {
	text-align: center;
	display: block;
	transition: all 0.3s ease;
	background: #A1C9EC;
	color: #fff;
	width: 100px;
	padding: 40px 0;
	margin: auto;
	border-bottom: 1px solid #fff;
}
.right_quick-area li:last-child a{
	border: none;
}

.right_quick-area li:nth-child(3) a {
}

.right_quick-area li:hover a {
	background: #879CD6;
	box-shadow: rgba(0, 0, 0, 0.2) 0 8px 6px
}

.right_quick-area li:hover span {
	right: 50px;
	opacity: 1;
	display: block;
}

.right_quick-area li a i {
	font-size: 18px;
	margin-top: 15px
}

.kakao {
	width: 40px;
	height: 40px;
	margin: 10px auto;
	background: #fdcd21;
	border-radius: 50%;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.1) 0 10px 20px;
}

.kakao a {
	color: #461b0e;
	font-size: 18px;
	line-height: 38px;
	display: block;
}

.kakao i {
	line-height: 40px
}

@media (max-width:640px) {
	.right_quick-area {
		display: none;
	}
}

/*오른쪽 퀵메뉴*/






/*메인퀵*/
.tl_company_box_wrap {
	width: 100%;
	padding: 150px 0;
	background-color: #f8f9fa;
	position: relative;
	z-index: 2
}

.tl_company_box_wrap ul {
	margin-top: 30px;
	overflow: hidden;
	background-color: #fff
}

.tl_company_box_wrap ul li {
	width: 33.3333%;
	text-align: center;
	float: left;
	display: block
}

.tl_company_box_wrap ul li .icon {
	display: inline-block;
	padding: 30px
}

.tl_company_box_wrap ul li .icon i {
	color: #666;
	font-size: 32px
}

.tl_company_box_wrap ul li img {
	vertical-align: middle;
	transition: transform 500ms
}

.tl_company_box_wrap ul li:hover .icon {
	transform: rotateY(180deg);
	transition: transform 500ms
}

.tl_company_box_wrap ul li .box {
	border-right: 1px #eaeaea solid;
	padding: 30px 10px 80px 0;
	display: block
}

.tl_company_box_wrap ul li:last-child .box {
	border-right: 0px
}

.tl_company_box_wrap ul li dl dt {
	font-weight: bold;
	padding-bottom: 15px;
	line-height: 20px;
	color: #222;
	font-size: 20px
}

.tl_company_box_wrap ul li dl dd {
	color: #555;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.6
}

.tl_company_box_wrap ul li a {
	display: inline-block;
	margin-top: 20px;
	border: 1px #ddd solid;
	padding: 0 35px;
	line-height: 30px;
	color: #222222;
	transition: all .2s
}

.tl_company_box_wrap ul li:hover a {
	background: #2253b8;
	color: #fff;
	transition: all .3s
}

@media screen and (max-width:960px) {
	.tl_company_box_wrap ul li {
		width: 100%;
		clear: both;
		float: none
	}

	.tl_company_box_wrap ul li .box {
		border-left: 0;
		border-bottom: 1px solid #ddd;
		padding-bottom: 10%
	}
}

@media screen and (max-width:640px) {

	.tl_company_box_wrap {
		margin-top: 0
	}

	.tl_company_box_wrap ul {
		margin-top: 0
	}
}

/*메인퀵*/






/*모바일 오른쪽 메뉴*/
#right-side {
	background-color: #333;
	position: fixed;
	z-index: 11;
	top: 0;
	right: -400px;
	max-width: 400px;
	width: 100%;
	height: 100%;
	color: #FFF;
	padding: 30px;
	-webkit-transition: right .3s ease;
	-moz-transition: right .3s ease;
	-ms-transition: right .3s ease;
	-o-transition: right .3s ease;
	transition: right .3s ease;
	box-sizing: border-box;
	overflow: auto;
}

#right-side .side_gnb .call a {
	text-align: center;
	display: block;
	position: relative;
	background: #6cc043;
	color: #fff;
	font-weight: bold;
	height: 5.0em;
	line-height: 5em;
	border-radius: 3px;
	margin-top: 10px;
	padding: 2px 0 4px 0;
}

#right-side #btn-close-right-side {
	position: absolute;
	top: 20px;
	right: 0;
	color: #fff;
	width: 60px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	cursor: pointer
}

#right-side #btn-close-right-side .fa.fa-times {
	font-size: 18px;
	padding-top: 20px
}

.right-side-on #right-side {
	right: 0;
}

.right-side-on #wrapper {
	left: -300px;
}

.right-side-on #header {
	left: -300px;
}

.right-side-on #rs-overlay {
	display: block;
}

.quick_menu {
	width: 100%;
	margin: auto;
	padding-top: 20px
}

.quick_menu ul {
	text-align: center
}

.quick_menu li {
	display: inline-block;
	margin-left: -3px;
	width: 80px;
	border-right: 1px solid #ddd;
}

.quick_menu li:last-child {
	border: 0
}

.quick_menu li a {
	display: block;
	box-sizing: border-box;
	color: #f5f5f5;
	letter-spacing: -0.8px;
	text-align: center;
	position: relative;
	font-size: 12px
}

.quick_menu li a:hover {
	color: #fff;
	backface-visibility: hidden
}

.quick_menu li a.on {
	color: #fff;
	border-bottom-color: #FF3300;
	border-bottom-width: 2px;
	border-bottom-style: solid
}

.quick_kakao {
	text-align: center;
	height: 35px;
	background-color: #ffd800;
	display: inline-block;
	clear: both
}

.quick_kakao a {
	display: block;
	position: relative;
	background: #ffd800
}

.quick_kakao a img {
	display: block;
	margin: 0 auto
}

.side_gnb {
	position: relative;
	width: 100%;
	float: left;
	padding-top: 20px;
}

.side_gnb p {
	color: #fff;
	text-align: center;
	padding: 20px
}

.side_gnb .menu-list {
	display: block;
	position: relative;
	border-bottom: 1px solid #555;
	margin-top: 30px
}

.side_gnb .menu-list>li>a {
	display: block;
	position: relative;
	color: #fff;
	font-size: 16px;
	line-height: 3.8em;
	padding: 0 1.0em;
	border-top: 1px solid #555;
	text-decoration: none
}

.side_gnb .menu-list>li>a i {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-75%) rotate(135deg);
	-webkit-transform: translateY(-75%) rotate(135deg);
	right: 1.5em;
	width: 5.31%;
	max-width: 32px;
	border: 1px solid #f2f2f2;
	border-left-width: 0;
	border-bottom-width: 0;
	transition: transform .3s ease;
	-webkit-transition: -webkit-transform .3s ease;
	-ms-transition: transform .3s ease
}

.side_gnb .menu-list>li.on>a i {
	-webkit-transform: translateY(-25%) rotate(315deg);
	transform: translateY(-25%) rotate(315deg)
}

.side_gnb .menu-list>li>a i:before {
	content: "";
	display: block;
	position: relative;
	padding-top: 100%
}

.side_gnb .depth-2 {
	display: none;
}

.side_gnb .depth-2>li {
	background-color: #ddd
}

.side_gnb .depth-2>li>a {
	display: block;
	color: #f2f2f2;
	font-size: 1.2em;
	line-height: 3.0em;
	padding: 0 1.5em 0 2.2em;
	border-bottom: 1px solid #fff;
	color: #000
}

/*모바일 오른쪽 메뉴*/









/*티로그는 지금*/
.tl_business_now_box_warp {
	width: 100%;
	padding: 150px 0;
	background-color: #f8f9fa;
}

.tl_business_now_box_warp h2 {
	font-size: 52px;
	font-weight: bold;
	text-align: center
}

.tl_business_now_box_warp p {
	text-align: center;
	font-size: 16px;
	color: #555;
	padding: 10px 20px 100px 20px;
	font-weight: 400
}

@media screen and (max-width: 640px) {
	.tl_business_now_box_warp h2 {
		font-size: 32px
	}
}

/*티로그는 지금*/








/*갤러리 이미지*/
.tl_projects_wrap {
	width: 100%;
	padding: 150px 0;
	clear: both
}

.tl_projects_wrap ul li {
	float: left;
	width: 33.33333%;
	position: relative
}

.tl_projects_wrap ul li img {
	width: 100%
}

.tl_projects_wrap ul li .bg {
	background-color: #000;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1
}

.tl_projects_wrap ul li:hover .bg {
	opacity: 0.6;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}

.tl_projects_wrap ul li .txt_wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	overflow: hidden;
	display: table;
	padding: 40px;
	color: #fff;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
	opacity: 0;
	z-index: 2;
}

.tl_projects_wrap ul li:hover .txt_wrap {
	opacity: 1;
	transform: translateY(-20px);
}


.tl_projects_wrap ul li .txt_wrap .cell {
	text-align: left;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.tl_projects_wrap ul li .txt_wrap .cell h2 {
	font-size: 24px;
	color: #fff;
	margin: 0;
	font-weight: bold;
}

.tl_projects_wrap ul li .txt_wrap .cell p {
	font-size: 16px;
	letter-spacing: -0.02em;
	color: #fff;
	opacity: 0.8
}

@media screen and (max-width: 960px) {
	.tl_projects_wrap ul li {
		width: 50%
	}
}


@media screen and (max-width: 640px) {
	.tl_projects_wrap h2 {
		font-size: 32px
	}

	.tl_projects_wrap ul li {
		width: 100%
	}

	.tl_projects_wrap ul li .txt_wrap .cell h2 {}
}

/*갤러리 이미지*/








/* 사각박스배너 */
.tl_banner_style_wrap {
	width: 100%;
	padding: 150px 0;
	clear: both
}

.tl_banner_style_wrap .photo_box {
	clear: both
}

.tl_banner_style_wrap .photo_box .img {
	width: 50%;
	float: left;
	display: block
}

.tl_banner_style_wrap .photo_box .img img {
	width: 100%
}

.tl_banner_style_wrap .photo_box .txt {
	width: 50%;
	float: left;
	padding: 50px;
	display: block
}

.tl_banner_style_wrap .photo_box .txt h2 {
	font-size: 28px;
	padding-top: 50px;
	letter-spacing: 0;
	font-weight: bold;
	text-align: left
}

.tl_banner_style_wrap .photo_box .txt p {
	padding-top: 20px;
	word-break: keep-all
}

@media screen and (max-width: 960px) {
	.tl_banner_style_wrap .photo_box .img {
		width: 100%;
		display: block
	}

	.tl_banner_style_wrap .photo_box .txt {
		width: 100%;
	}

	.tl_banner_style_wrap .photo_box .txt h2 {
		font-size: 24px;
		padding-top: 0;
		font-weight: bold
	}
}

/* 사각박스배너 */










/*맞춤형 웹서비스*/
.tl_about_box_wrap {
	width: 100%;
	clear: both
}

.tl_about_box_wrap .photo {
	width: 59.2%;
	min-height: 529px;
	background-image: url(../img/tl_about_box_wrap.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	float: left
}

.tl_about_box_wrap .txt {
	width: 40%;
	min-height: 502px;
	border-top: 1px solid #ddd;
	padding: 75px;
	float: left;
	box-sizing: border-box
}

.tl_about_box_wrap .txt h2 {
	font-size: 35px;
	letter-spacing: -1px;
	font-weight: bold
}

.tl_about_box_wrap .txt span {
	display: block;
	padding: 20px 0;
	color: #555;
	font-size: 15px;
	line-height: 1.75;
	letter-spacing: -0.02em;
	font-weight: 300
}

.tl_about_box_wrap .txt i {
	font-size: 10px
}

.tl_about_box_wrap a {
	display: inline-block;
	font-size: 14px;
	margin-top: 40px;
	border: 1px solid #ddd;
	color: #333;
	font-weight: 300;
	line-height: 40px;
	padding: 0 30px;
	transition: all 0.2s
}

.tl_about_box_wrap a:hover {
	padding: 0 40px;
	transition: all 0.3s;
	background-color: #2253b8;
	color: #fff
}


@media screen and (max-width:1200px) {
	.tl_about_box_wrap .photo {
		width: 100%;
		clear: both;
		float: none
	}

	.tl_about_box_wrap .txt {
		width: 100%;
		clear: both;
		float: none
	}
}


@media screen and (max-width: 640px) {
	.tl_about_box_wrap .txt {
		padding: 45px
	}

	.tl_about_box_wrap .txt h2 {
		font-size: 33px;
	}
}

/*맞춤형 웹서비스*/









/*제품소개*/
.tl_product_box_wrap {
	width: 100%;
	padding: 150px 0;
	clear: both
}

.tl_product_box_wrap .inner {
	max-width: 1400px;
	margin: 0 auto
}

.tl_product_box_wrap h2 {
	text-align: center;
	font-size: 42px;
	color: #000;
	line-height: 1.6;
	font-weight: 600
}

.tl_product_box_wrap h2 span {
	padding: 10px 20px 50px 20px;
	font-size: 16px;
	display: block;
	color: #555;
	font-weight: 400
}

@media screen and (max-width: 640px) {
	.tl_product_box_wrap h2 {
		font-size: 32px
	}
}

/*제품소개*/



.list_box_warp {
	background-color: #28292d;
	padding: 150px 0;
	clear: both
}

.list_box_warp li {
	width: 31.3333%;
	margin-right: 3%;
	margin-bottom: 3%;
	min-height: 300px;
	background-color: #fff;
	display: table;
	float: left;
}

.list_box_warp li a {
	display: block;
	border: 10px solid transparent;
	height: 300px;
	transition: all 0.3s;
}

.list_box_warp li a:hover {
	border: 10px solid #3181cb;
}

.list_box_warp li:nth-child(3n+3) {
	margin-right: 0
}

.list_box_warp li .web_icon {
	background-color: #fff;
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
	text-align: center;
	width: 33.3333%;
	height: 260px;
}

.list_box_warp li .web_icon i {
	text-align: center;
	font-size: 40px;
	display: table-cell;
	vertical-align: middle;
	margin-bottom: 20px;
	display: block;
	margin: auto
}

.list_box_warp li h2 {
	font-size: 22px;
	color: #000;
	display: block;
	clear: both;
	padding-bottom: 10px;
	margin-top: 30px;
	letter-spacing: 0;
	text-align: center
}

.list_box_warp li p {
	text-align: center;
	word-break: keep-all
}

.list_box_warp li .icon_img {
	text-align: center;
	padding-top: 20px;
	display: block;
}

.list_box_warp .section-tittle span {
	color: #fff
}

.list_box_warp .section-tittle h2 {
	color: #fff;
}

.list_box_warp .section-tittle p {
	color: #fff;
	opacity: 0.8
}

@media screen and (max-width: 960px) {
	.list_box_warp li {
		width: 50%;
		margin-right: 0
	}

	.list_box_warp li p {
		max-width: 300px;
		margin: 0 auto
	}
}

@media screen and (max-width: 640px) {
	.list_box_warp li {
		width: 100%;
		margin-right: 0
	}

	.list_box_warp li p {
		max-width: 300px;
		margin: 0 auto
	}
}






/*tl_our_service_wrap*/
.tl_our_service_wrap {
	width: 100%;
	background-color: #272a35;
	padding: 150px 0;
	clear: both
}

.tl_our_service_wrap .left {
	width: 30%;
	float: left
}

.tl_our_service_wrap .left h2 {
	font-size: 35px;
	color: #fff;
	font-weight: 500
}

.tl_our_service_wrap .right {
	width: 70%;
	float: left
}

.tl_our_service_wrap li {
	width: 46.5%;
	margin-right: 7%;
	margin-bottom: 6%;
	float: left;
	text-align: justify;
}

.tl_our_service_wrap li:nth-child(2n+2) {
	margin-right: 0
}

.tl_our_service_wrap li .web_icon {
	margin-bottom: 20px;
	color: #fff
}

.tl_our_service_wrap li .web_icon i {
	color: #6592fa;
	text-align: left;
	font-size: 40px;
	margin-bottom: 20px
}

.tl_our_service_wrap li h2 {
	font-size: 18px;
	color: #fff;
	display: block;
	clear: both;
	padding-bottom: 10px;
	letter-spacing: 0;
	text-align: left
}

.tl_our_service_wrap li p {
	font-size: 16px;
	text-align: left;
	word-break: keep-all;
	color: #fff;
	opacity: 0.8
}

.tl_our_service_wrap li .icon_img {
	text-align: center;
	padding-top: 20px;
	display: block;
}

@media screen and (max-width: 960px) {
	.tl_our_service_wrap li {
		width: 50%;
		margin-right: 0
	}

	.tl_our_service_wrap li p {
		max-width: 100%;
		margin: 0 auto
	}

	.tl_our_service_wrap .left {
		width: 100%;
		padding: 0 20px 100px 20px
	}

	.tl_our_service_wrap .right {
		width: 100%;
		padding: 0 20px
	}
}

@media screen and (max-width: 640px) {

	.tl_our_service_wrap li {
		width: 100%;
		margin-right: 0
	}

}

/*tl_our_service_wrap*/





/*공지사항*/
.tl_notice_latest_wrap {
	width: 100%;
	padding: 150px 0;
	background-color: #f8f9fa;
	clear: both
}

.tl_notice_latest_wrap .inner {
	max-width: 1401px
}

.tl_notice_latest {
	width: 48%;
	float: left
}


@media screen and (max-width: 640px) {
	.tl_notice_latest {
		width: 100%;
	}

}

/*공지사항*/





/*로고*/
.tl_clients_slider_box_wrap {
	width: 100%;
	padding: 20px 0;
	position: relative;
	display: block;
	clear: both
}

.tl_clients_slider_box_wrap .inner {
	max-width: 1400px;
}

.tl_clients_slider_box_wrap h2 {
	font-size: 30px;
	padding: 0 0 10px 20px;
	margin-bottom: 20px;
	display: block;
	border-bottom: 1px solid #ddd
}

.tl_clients_slider_box_wrap .clients_item {
	cursor: pointer;
}

.tl_clients_slider_box_wrap .clients_item img {
	margin: 0 auto;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.tl_clients_slider_box_wrap .clients_item:hover img {
	-webkit-filter: opacity(50%) grayscale(10%);
	filter: opacity(50%) grayscale(10%);
}

.tl_clients_slider_box_wrap .owl-carousel .owl-item img {
	width: inherit
}

.tl_clients_slider_box_wrap .owl-nav {
	position: absolute;
	width: 100%;
	bottom: 80%
}

.tl_clients_slider_box_wrap .owl-nav .owl-prev {
	width: 31px;
	height: 31px;
	position: absolute;
	left: -50px;
	color: #000;
	cursor: pointer;
	background-color: transparent
}

.tl_clients_slider_box_wrap .owl-nav .owl-next {
	width: 31px;
	height: 31px;
	position: absolute;
	right: -50px;
	color: #000;
	cursor: pointer;
	background-color: transparent
}

.tl_clients_slider_box_wrap .owl-nav i {
	font-size: 16px;
	color: #000
}

.tl_clients_slider_box_wrap .owl-dots {
	display: none
}

/*로고*/





/*서브상단*/
.sub_visual {
	position: relative;
	max-width: 2560px;
	margin: 81px auto 0;
	height: 500px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center top
}

.sub_visual.visual01 .bg {
	background-image: url(../img/sub_visual01.jpg)
}

.sub_visual.visual02 .bg {
	background-image: url(../img/sub_visual02.jpg)
}

.sub_visual.visual03 .bg {
	background-image: url(../img/sub_visual03.jpg)
}

.sub_visual.visual04 .bg {
	background-image: url(../img/sub_visual04.jpg)
}

.sub_visual.visual05 .bg {
	background-image: url(../img/sub_visual05.jpg)
}

.sub_visual:hover .bg {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.sub_visual .title_wrap {
	display: table;
	margin: 0 auto;
	height: 500px
}

.sub_visual .title {
	max-width: 1240px;
	display: table-cell;
	vertical-align: middle
}

.sub_visual h3 {
	position: relative;
	z-index: 2;
	font-size: 54px;
	font-weight: 400;
	letter-spacing: -4px;
	color: #FFF;
	text-align: center;
	font-family: 'Noto Serif KR', serif;
}

.sub_visual h3:after {
	content: "";
	display: block;
	height: 2px;
	width: 15px;
	margin: 10px auto;
	background-color: #fff;
	transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
}

.sub_visual .sub_title {
	font-size: 15px;
	text-align: center;
	position: relative;
	font-weight: 400;
	color: #e6e6e6;
	z-index: 2;
	padding-top: 10px
}

.sub_visual .cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/sub_visual_cover.png) center bottom no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-width: 1200px;
	opacity: .6;
	z-index: 1
}

.sub_visual .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

@media screen and (max-width: 640px) {
	.sub_visual {
		height: 400px
	}

	.sub_visual .title_wrap {
		max-width: 100%;
		height: 400px
	}

	.sub_visual h3 {
		font-size: 35px
	}

	.sub_visual .sub_title {
		font-size: 13px
	}
}

/*서브상단*/






/*서브 하단 네비*/
.category-wrap {
	width: 100%;
	height: 156px;
	background-color: #fff;
	/* border-bottom: 1px solid #ddd; */
	clear: both;
	background-attachment: scroll;
	position: relative;
	z-index: 3;
	top: 250px;
}

.sub_navI_warp {
	background-color: #fff;
	max-width: 1300px;
	z-index: 3;
	position: relative;
	margin: -70px auto;
}

.all-wrap {
	max-width: 1300px;
	height: 156px;
	margin: 0 auto;
	transition: all .3s ease;
}

.all-wrap .loca-wrap {
	width: 100%;
	margin: 0 auto;
	height: 156px
}

.all-wrap .loca-wrap .loca-area i {
	float: left;
	display: inline-block;
	width: 60px;
	height: 71px;
	line-height: 65px;
	color: #555;
	border-right: 1px solid #ddd;
	padding: 0;
	margin-top: 0;
	text-align: center
}

.all-wrap .loca-wrap .loca-area {
	height: 69px;
	float: left;
}

.all-wrap .loca-wrap .loca-area>a {
	display: inline-block;
	width: 54px;
	height: 100%;
	float: left;
	line-height: 100%;
	text-align: center;
}

.all-wrap .loca-wrap .loca-area>a img {
	margin-top: 17px;
}

.all-wrap .loca-wrap .loca-area>ul {
	float: left;
	margin: 0;
	padding: 0;
}

.all-wrap .loca-wrap .loca-area>ul>li {
	width: 220px;
	height: 70px;
	position: relative;
	margin-left: -1px
}

.all-wrap .loca-wrap .loca-area>ul>li button {
	height: 69px;
	width: 220px;
	position: relative;
	text-align: left;
	background-image: url(../img/loca_arrow_off.png);
	background-position-y: 50%;
	background-position-x: 100%;
	background-repeat: no-repeat;
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	-o-transition: background .3s ease;
	-ms-transition: background .3s ease;
	border: 0;
	background-color: inherit;
	box-sizing: border-box;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.all-wrap .loca-wrap .loca-area>ul>li button.active {
	background-image: url(../img/loca_arrow_on.png);
	background-position-y: 50%;
	background-position-x: 100%;
	background-repeat: no-repeat;
}

.all-wrap .loca-wrap .loca-area>ul>li button span {
	padding-left: 19px;
	background-color: transparent;
	color: #333;
	font-size: 15px
}

.all-wrap .loca-wrap .loca-area>ul>li div {
	overflow: hidden;
	height: 0;
	position: relative
}

.all-wrap .loca-wrap .loca-area>ul>li div ul {
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 0
}

.all-wrap .loca-wrap .loca-area>ul>li div ul li a {
	border-bottom: 1px solid #ddd;
	background: #fff;
	height: 46px;
	color: #555;
	line-height: 46px;
	display: block;
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	-o-transition: background .3s ease;
	-ms-transition: background .3s ease;
	padding-left: 19px;
	font-size: 15px;
	box-sizing: border-box
}

.all-wrap .loca-wrap .loca-area>ul>li div ul li a:hover {
	color: #000;
	font-weight: bold
}

.all-wrap .loca-wrap .share-area {
	float: right;
	display: block;
	padding-top: 16px;
	box-sizing: border-box;
}

.all-wrap .loca-wrap .share-area .hide-wrap {
	width: 151px;
	height: 34px;
	overflow: hidden;
	float: left
}

.all-wrap .loca-wrap .share-area .hide-wrap .hide-area {
	width: 151px;
	height: 34px;
	position: relative;
	left: 200px
}

.all-wrap .loca-wrap .share-area .hide-wrap .hide-area ul {
	overflow: hidden;
	padding: 0;
	margin: 0
}

.all-wrap .loca-wrap .share-area .hide-wrap .hide-area ul li {
	float: left;
	margin-left: 13px;
	border-bottom: 1px solid #ddd;
	cursor: pointer
}

.all-wrap .loca-wrap .share-area .hide-wrap .hide-area ul li:first-child {
	margin-left: 0;
}

.all-wrap .loca-wrap .share-area .share-btn {
	width: 34px;
	height: 34px;
	background-image: url(../img/share_open_bt.png);
	float: right;
	text-indent: -9999px;
	padding-left: 18px;
	box-sizing: unset;
	background-repeat: no-repeat;
	background-position-x: right;
	transition: all .5s ease;
	background-color: inherit;
	border: 0;
	margin-right: 20px
}

.all-wrap .loca-wrap .share-area .share-btn.active {
	background-image: url(../img/share_close_bt.png);
	border-left: 1px solid #fff;
}

@media screen and (max-width: 640px) {
	.all-wrap .loca-wrap .loca-area {
		100%;
		float: none;
	}

	.all-wrap .loca-wrap .loca-area>a {
		width: 10%;
	}

	.all-wrap .loca-wrap .share-area {
		display: none
	}

	.all-wrap .loca-wrap .loca-area>ul {
		width: 100%;
	}

	.all-wrap .loca-wrap .loca-area>ul>li {
		width: 50%
	}

	.all-wrap .loca-wrap .loca-area>ul>li:first-child {
		border: 0
	}

	.all-wrap .loca-wrap .loca-area>ul>li button {
		width: 100%;
		border-right: 0
	}

	.all-wrap .loca-wrap .loca-area i {
		display: none
	}
}

/*서브 하단 네비*/





/*서브 기본 상단*/
.content_wrap {
	width: 100%;
	margin-top: 250px;
}

.content_wrap .txtCon {
	max-width: 1300px;
	margin: 0 auto;
	padding: 60px 20px 50px 20px;
	font-weight: 400;
	position: relative;
	clear: both
}

.content_wrap .txtCon .sub_title {
	/* margin-bottom: 100px */
}

.content_wrap .txtCon h1 {
	margin: 0 0 40px 0;
	font-size: 40px;
	padding: 0 0 20px 0;
	color: #000;
	font-weight: bold;
	letter-spacing: -2px;
	text-align: center
}

.content_wrap .txtboard {
	max-width: 1240px;
	font-size: 12px
}

.content_wrap .sub_title h3 {
	margin: 50px 0 0 0;
	text-align: center;
	font-size: 42px;
	color: #000;
	font-weight: 600;
}

.content_wrap .sub_title p {
	margin: 10px 0 0;
	text-align: center;
	font-size: 14px;
	color: #999;
	letter-spacing: 1px
}
@media(max-width:767px){
	.content_wrap{
		margin-top: 180px;
	}
}
@media screen and (max-width: 640px) {
	.content_wrap .txtCon .sub_title h1 {
		font-size: 32px
	}

	.content_wrap .sub_title h3 {
		font-size: 35px
	}
	.page_title_nav>li:last-child ul li{
		font-size: 12px;
	}
}

/*서브 기본 상단*/






/*게시판 헤더관리*/
#head-edit-form {
	display: none;
	border: 2px solid tomato;
	padding: 2em;
	background-color: #fff;
	border-radius: 6px;
}

#head-edit-form h3 {
	font-size: 20px;
	margin-bottom: 20px
}

#head-edit-form .line {
	margin: 5px 0;
	padding-bottom: 7px
}

#head-edit-form .line label {
	font-size: 14px;
	color: #930;
	width: 150px;
	display: inline-block;
	vertical-align: middle;
}

#head-edit-form .line textarea {
	width: 400px;
	height: 100px;
	line-height: 20px;
	border: 1px solid #ccc;
}

#head-edit-form .line input[type=text] {
	border: 1px solid #ccc;
	line-height: 20px;
	height: 40px;
}

#head-edit-form .line #bo_head_bg_class {
	width: 150px;
	height: 40px
}

#head-edit-form .line #bo_head_sub_title {
	width: 350px;
}

#head-edit-form .btn_submit {
	width: 160px;
	background: #000;
	text-decoration: none;
	display: inline-block;
	border: 0;
	color: #fff;
	vertical-align: middle;
	padding: 15px 0 15px 0;
	line-height: 1.1;
	cursor: pointer;
	box-sizing: border-box;
}

#btn-mng-head {
	position: absolute;
	z-index: 100;
	bottom: 2px;
	right: 2px;
	background-color: tomato;
	color: #fff;
	font-size: 14px;
	border: 0;
	height: 24px;
	line-height: 24px;
	padding: 0 0.5em;
	border-radius: 12px;
}

/*게시판 헤더관리*/




/*내용관리 헤더관리*/
#head-edit-form .line #co_head_bg_class {
	width: 150px;
	height: 40px
}

#head-edit-form .line #co_head_sub_title {
	width: 350px;
}

#head-edit-form .tc {
	text-align: center;
	margin-top: 1em;
}

/*내용관리 헤더관리*/







/*푸터*/
#footer {
	width: 100%;
	height: auto;
	background: #fff;
	clear: both;
	border-bottom: 4px solid #A1C9EC;
	border-top: 1px solid #f1f1f1;
	margin-top: 50px;
}

.foot_menu {
	width: 100%;
	padding: 20px 20px;
	background: #fff;
}

.foot_menu .inner {
	max-width: 1400px;
	margin: 0 auto
}

.foot_menu .fm {
	float: left
}

.foot_menu .fm li {
	display: inline-block;
	line-height: 2em;
	margin-right: 12px;
	padding-right: 12px;
	border-right: 1px solid rgba(255, 255, 255, 0.07);
}

.foot_menu .fm li a {
	font-size: 16px;
	color: #000;
}

.foot_menu .fm li a.point {
	color: #32c0eb;
}

.foot_menu .fm li:last-child {
	border-right: 0;
}

.foot_menu .sns {
	float: right
}

.foot_menu .sns li {
	display: inline-block;
	margin-left: 10px
}

.foot_menu .sns li:first-child {
	margin-left: 0;
}

.foot_menu .sns li a {
	color: #777
}

.foot_menu .sns li a:hover {
	color: #fff
}

.foot_menu .menu {
	margin-top: 20px;
}

.foot_menu #phone {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 0px 20px;
	background-color: #6C6
}

.foot_menu #kakao {
	display: inline-block;
	color: #000;
	font-size: 12px;
	text-align: center;
	padding: 0px 20px;
	background-color: #ffeb33
}

.footer_in {
	max-width: 1440px;
	height: auto;
	padding: 38px 20px;
	margin: 0 auto;
	box-sizing: border-box
}

.footer_in address h1 {
	font-size: 16px;
	line-height: 1.8;
	padding-bottom: 10px;
	color: #000;
	font-weight: bold;
}

.footer_in address p {
	overflow: hidden;
	font-size: 13px;
	color: #000;
}

.footer_in address p strong {
	font-weight: 500;
	color: #000;
}

.footer_in address p span {
	display: inline-block;
	margin-right: 10px;
	line-height: 1.8em;
}

.footer_in address p.addr {
	margin-top: 18px;
}

.footer_in address p.copylight {
	font-size: 13px;
	color: #999;
	margin-top: 18px;
}

.footer_in address {
	float: left;
	width: 65%;
	font-style: normal
}

.footer_in .customer {
	float: right;
	color: #000);
	margin-left: 20px;
	padding-left: 30px;
	border-left: 1px solid rgba(255, 255, 255, 0.05);
	font-size: 13px;
}

.footer_in .customer .main_tel {
	font-size: 15px;
	font-weight: 300;
	color: #000;
	margin-bottom: 20px;
	margin-top: 20px;
}

.footer_in .customer .main_tel span {
	font-size: 20px;
	font-weight: bold;
	color: #32c0eb;
	display: block;
	margin-top: 10px;
}

@media screen and (max-width: 640px) {
	.footer_in address {
		width: 100%
	}

	.footer_in .customer {
		width: 100%;
		border-left: 0;
		margin-left: 0;
		padding-left: 0
	}

	.foot_menu .sns {
		float: left;
		padding-top: 20px
	}

	.foot_menu .fm {
		margin-bottom: 20px
	}
}

/*푸터*/






/* 푸터팝업*/
.tl_pop_con {
	background: #fff;
}

.tl_pop_con h2.f_pop_tit {
	width: 100%;
	height: 80px;
	line-height: 80px;
	background: #076aa3;
	font-size: 20px;
	color: #fff;
}

.tl_pop_con h2.f_pop_tit img {
	display: inline-block;
	margin-left: 50px;
	margin-right: 5px;
	margin-top: -10px;
	width: 120px;
}

.tl_pop_con h2.f_pop_tit span {
	display: inline-block;
	padding-left: 50px;
}

.f_pop_wrap {
	line-height: 23px;
	text-align: justify;
	word-break: break-all;
	font-size: 15px;
	overflow-y: auto;
}

.f_pop_wrap strong {
	color: #00a19a;
	font-weight: normal;
}

.f_pop_wrap p {
	color: #333;
	padding: 40px 50px;
	line-height: 1.6;
}

.mfp-close:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../img/btn_close.png") no-repeat center center;
	-webkit-transition: -webkit-transform 300ms;
	transition: -webkit-transform 300ms;
	transition: transform 300ms;
	transition: transform 300ms, -webkit-transform 300ms;
	border-radius: 50%;
}

.mfp-close {
	width: 40px;
	height: 40px;
	text-indent: -999px;
	opacity: 1;
	overflow: hidden;
	background-color: transparent;
	border: 0;
}

button.mfp-close:hover:after {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

/* 푸터팝업*/






/*회원가입*/
#fregister {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0
}

#fregisterform {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0
}

/*회원가입*/




@media screen and (max-width: 1100px) {
	.visual_slider {
		margin-top: 0
	}



	/*버튼*/
	#open-button {
		position: fixed;
		z-index: 12;
		right: 15px;
		padding-top: 13px;
		width: 75px;
		height: 60px;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-o-transition: all .3s ease-out;
		transition: all .3s ease-out;
		cursor: pointer;
		display: block;
	}

	#open-button .navicon-line {
		position: absolute;
		width: 20px;
		height: 2px;
		border-radius: 1px;
		background: #333;
		-webkit-transition: all .7s ease-out;
		-moz-transition: all .7s ease-out;
		-o-transition: all .7s ease-out;
		transition: all .7s ease-out
	}

	#open-button .nl1 {
		top: 11px;
		right: 10px;
		width: 30px;
	}

	#open-button .nl2 {
		top: 19px;
		right: 10px;
		width: 24px;
	}

	#open-button .nl3 {
		top: 27px;
		right: 10px;
		width: 30px;
	}

	#open-button.on>div>div {
		transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		width: 25px;
		position: absolute;
		top: 15px;
		right: 10px;
		margin: 0;
		padding: 0;
		background-color: #fff;
	}

	#open-button.on>div>div:first-child {
		transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg)
	}

	#open-button.scrolled .navicon-line {
		background-color: #333;
	}

	#open-button.on.scrolled>div>div {
		background-color: #fff;
	}

	/*버튼*/
	#btn-search-pop-m {
		display: block;
	}

}

/* 검색버튼 */
#btn-search-pop-m {
	position: fixed;
	z-index: 12;
	top: 20px;
	right: 70px;
	padding: 0.5em;
	width: 40px;
	height: 40px;
	font-size: 20px;
	border: 0;
	padding: 0;
	border-radius: 4px;
	display: none;
}

/* 검색 */
#hd_sch_wrapper {
	padding: 1em;
	display: none;
	border-radius: 1em;
	background-color: #fff;
}

#hd_sch {
	/*
	border: 2px solid #006d75;
	background: #e6fffb;
	border-radius: 5px;
	*/
	overflow: hidden;
	width: 300px;
}

#hd_sch #sch_stx {
	padding-left: 10px;
	height: 45px;
	width: 240px;
	border: 0;
	border-right: 0;
	float: left;
	font-size: 1.25em;
}

@media (max-width: 575px) {
	#ft_wr .ft_cnt {
		width: 100%;
		padding: 10px 10px;
		border-top: 1px solid #888;
	}
}

@media (min-width: 576px) and (max-width: 991px) {
	#ft_wr .ft_cnt {
		width: 50%;
		padding: 10px 10px;
		border-top: 1px solid #888;
	}

	#ft_wr .ft_cnt:nth-child(2n+1) {
		clear: both;
	}
}


/* footer */

.foot_bottom {
	width: 100%;
	height: auto;
	position: relative;
	padding: 20px 0;
}

.foot_bottom_logoBox {
	text-align: left;
}

.foot_bottom_middle_txtBox p {
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 10px;
}

.foot_bottom_right_telBox {
	text-align: center;
}

.foot_bottom_right_telBox>div {
	display: inline-block;
	margin-left: -4px;
	vertical-align: middle;
}

.foot_bottom_right_telBox .tel_icon {
	padding: 0 20px;
	position: relative;
	text-align: center;
}

.foot_bottom_right_telBox .tel_txtBox {
	padding: 0 20px;
	border-left: 1px solid #2a416d;
}

.foot_bottom_right_telBox .tel_txtBox p {
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 10px;
}

.foot_menu>.foot_top {
	border-bottom: 1px solid #A1C9EC;
	padding-bottom: 20px;
}

@media(max-width:992px) {
	.foot_bottom_logoBox {
		text-align: center;
	}

	.foot_bottom_middle_txtBox {
		text-align: center;
		padding: 20px 0;
	}
}

@media(max-width:767px) {

	.foot_bottom_middle_txtBox p,
	.foot_bottom_right_telBox .tel_txtBox p {
		font-size: 14px;
	}
}

/* footer */

.page_title_nav {
	width: 100%;
	height: auto;
	position: relative;
}

.page_title_nav>li:first-child {
	text-align: center;
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 50px;
	color: #000;
}

.page_title_nav>li:last-child {
	text-align: center;
}

.page_title_nav>li:last-child ul li {
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	margin-left: -4px;
	border-right: 1px solid #ccc;
	position: relative;
	color: #000;
}

.page_title_nav>li:last-child ul li.active::after {
	content: "";
	display: block;
	width: 42px;
	height: 6px;
	border-radius: 3px;
	background: #6caee7;
	position: absolute;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
}

.page_title_nav>li:last-child ul li:last-child {
	border: none;
}

.page_title_nav>li:last-child ul li a {
	display: block;
	padding: 0 50px;
	position: relative;
}

@media(max-width:1100px){
	.category-wrap {
		top: 156px;
	}
	.page_title_nav>li:first-child{
		font-size: 36px;
	}
	.page_title_nav>li:last-child ul li{
		font-size: 16px;
	}
	.page_title_nav>li:last-child ul li a{
		padding: 0 20px;
	}
}
@media(max-width:767px){
	.page_title_nav>li:last-child ul li{
		width: 33.33%;
		margin-bottom: 20px;
	}
	.page_title_nav>li:last-child ul li.active::after{
		width: 30px;
		height: 2px;
		bottom: -8px;
	}
}