.lead { font-size:16px; color:#555; letter-spacing:-0.02em; line-height:1.75; font-weight:400}
@media screen and (max-width:640px) {

.lead { font-size:17px}
}


/*사이트맵*/
#sitemap {border:0; background-color:#07348c; width:100%; max-wi.tl_center_banner_wrapdth:1200px; padding:80px}
#sitemap h2{ font-size:36px; color:#fff; text-align:center; padding:0 0 20px 0; width:100%; border-bottom:1px solid rgba(255, 255, 255, .3)}
#sitemap .depth1>li{float:left; width:20%; margin-top:5px}
#sitemap .depth1 > li:nth-child(5n+5) {margin-right:0px;}
#sitemap .depth1 > li:nth-child(5n+1) {clear:both;}
#sitemap .depth1>li>a{font-size:20px;display:block;text-align:left;color:#fff;margin-bottom:20px}
#sitemap .depth2>li>a{font-size:16px;display:block;line-height:2.1;color:#fff;opacity:.9}
#sitemap .depth2 > li > a:hover { color:#F4E913}
#sitemap .depth3>li>a{font-size:14px;display:block;line-height:2.1;padding-left:15px;color:#fff;opacity:.7}
#sitemap .mfp-close{position:absolute;right:0;top:-50px;z-index:1;width:30px;height:30px;border:0;font-size:16px;color:#fff}
#sitemap .mfp-close:after {background: url(../img/w_btn_close.png) no-repeat center center;}
#sitemap .arrow i { display:none}

@media screen and (max-width:1200px) {
	#sitemap { max-width:800px}
	#sitemap .depth1>li { width:50%; margin-top:4%}
   
}

@media screen and (max-width: 960px) {
	#sitemap { display:none}
}
/*사이트맵*/





/*퀵메뉴*/
.right_quick-area{
	position: fixed; z-index: 2;bottom:20px; right: 10px
}
.right_quick-area .quick-left{position: fixed; right: -100px; opacity: 0; border-radius: 8px; width: 60px;  /*background: #fff;  box-shadow: rgba(0,0,0,0.1) 0 10px 20px; */ transition: all 0.5s ease; bottom:90px;}
.right_quick-area.active .quick-left{opacity: 1; right: 15px;
}
.right_quick-area li {padding: 8px 0; position: relative}
.right_quick-area li span {position: absolute; color: #fff; border-radius: 30px; padding: 4px 0px; width: 80px; 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,.right_quick-area li div {text-align: center; line-height: 50px; display: block; transition: all 0.3s ease; color:#fff; width:55px; height: 55px; margin: auto; border-radius:50%;box-shadow: rgba(0,0,0,0.1) 0 10px 20px;}
.right_quick-area li:nth-child(3) a {color: #f90}
.right_quick-area li:hover a,.right_quick-area li:hover div { background:#1e76fe; color: #fff; border-radius: 50%;  box-shadow: rgba(0,0,0,0.2) 0 8px 6px}
.right_quick-area li:hover div {
	cursor: pointer;
}
.right_quick-area li:hover span { right:50px; opacity:1; display: block;}
.right_quick-area li a i,.right_quick-area li div i {font-size: 24px; margin-top:15px;}

/*form*/
.right_quick-area .quick-form{
	background: #fff;
	box-shadow: rgba(0,0,0,0.1) 0 10px 20px;
	float: right;
	left: 20px;
	width: 0px;
	opacity:0;
	max-width: 210px; /*폼 가로사이즈*/
	height:0px;
	border-radius: 8px;
	transition: all 0.5s ease;
	padding: 5px;
	position: relative;
	bottom: 75px;
}
.right_quick-area .quick-form .txt_notice{
	font-size: 16px;
	padding-left: 20px;
}
.right_quick-area .quick-form .privacy{
	padding-left: 20px;
	line-height: 30px;
	letter-spacing: -1px;
}
.right_quick-area .quick-form .box{
	padding-left: 20px;
}
.right_quick-area .quick-form .pt_1 {
	height: 46px;
}
.right_quick-area .quick-form .pt_1 li{
	float: left;
	padding-right: 5px;
}
.right_quick-area .quick-form .pt_1 li input{
	width: 50px;
	padding: 5px;
}
.right_quick-area .quick-form .box .name input,.right_quick-area .quick-form .box .subject input,.right_quick-area .quick-form .pt_1 li input{
	height: 30px;

}
.right_quick-area .quick-form .box .content textarea{
	height: 60px;

}
.right_quick-area .quick-form .box .name input,.right_quick-area .quick-form .box .subject input,.right_quick-area .quick-form .box .content textarea{
	width: 160px;
	padding: 5px;

}
.right_quick-area .quick-form .box .send_btn{

	height: 30px;
	width: 90%;
	font-weight: 600;
    letter-spacing: -1px;
    background: #000;
    border: none;
    color: #fff;
    cursor: pointer;
	border-radius: 5px;
}
/*form*/
.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; }
    }

/*퀵메뉴*/







/*모바일 오른쪽 메뉴*/
#right-side {background-color:#333;position:fixed; z-index:9999; 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:60px}
.side_gnb .menu-list>li>a{display:block;position:relative;color:#fff;font-size:15px;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}
/*모바일 오른쪽 메뉴*/

 

/*메인배너*/
.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;}
.main-carousel .li{height:1200px; background-size:cover; background-position:center; position:relative}
.main-carousel .img01 { background-image:url(../img/main_banner_img01.jpg);}

.main-carousel .li .copy_area{color:#333333;position:absolute;top:50%;-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:2; max-width: 550px; left: 0; right: 0; margin-left: auto; margin-right: auto;}
.main-carousel .li .copy_area h2{font-size:132px;font-weight:100; line-height:1; letter-spacing:-4px; color:#333333; padding:0 20px; font-family: 'GmarketSans';}
.main-carousel .li .copy_area h2 span {color:#3dc8c7; font-weight: bold;}
.main-carousel .li .copy_area h3 {font-size:42px;font-weight:300; margin:15px auto 20px 10px; letter-spacing: -2px; color:#333; padding:0 20px; word-break:keep-all}


@media screen and (max-width:768px) {
	.main-carousel .li .copy_area {max-width: 430px;}
	.main-carousel .li .copy_area h2 {font-size: 102px;}
	.main-carousel .li .copy_area h3 {font-size: 32px;}
	
}


@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 .li .copy_area {max-width: 290px;}
	.main-carousel .li .copy_area h2 {font-size: 68px;}
	.main-carousel .li .copy_area h3 {font-size: 22px;}
	.main-carousel .owl-nav { display:none}
    .main-carousel .owl-dots .owl-dot { width:50%}
	
	.main-carousel .owl-dots .owl-dot:nth-child(1), .main-carousel .owl-dots .owl-dot:nth-child(2) {
		border-top: 1px solid rgba(255,255,255,0.25); margin-bottom: -3px;
	}
	.main-carousel .owl-dots .owl-dot:nth-child(3), .main-carousel .owl-dots .owl-dot:nth-child(4) {
		border-top: 1px solid rgba(255,255,255,0.25); border-bottom: 1px solid rgba(255,255,255,0.25);
	}
}
/*메인배너*/



/* section 01 */
.tl_middel_wrap { width:100%; padding:0 0 300px 0}

.tl_middel_wrap .right { width:100%; float:right; margin-top:55px; clear:both}
.tl_middel_wrap .right .txt_box { float:left; padding:150px 0 0 0; width:40%; text-align:left; display:table}

.tl_middel_wrap .right .txt {  display:table-cell; vertical-align:middle}
.tl_middel_wrap .right .txt h3 { font-size:15px; color:#191919; text-align:left}
.tl_middel_wrap .right .txt h2 { font-size:46px; text-align:left; font-weight:bold; color:#333; line-height:1.3; max-width: 420px; letter-spacing: -2px;}
.tl_middel_wrap .right .txt p { font-size:17px; color:#767676; font-weight:400; padding-top:50px; max-width:500px; line-height:1.6; word-break: break-word;}
.tl_middel_wrap .right .txt .more a  {display:block;width: 135px;font-size: 14px;color: #ffffff;line-height: 55px;margin: 50px 0 0 0; transition: all 0.2s;background-color: #37bcbb;text-align: center;border-radius: 30px;}
.tl_middel_wrap .right .txt .more a:hover {background-color: #11647a; transition: all 0.3s;}

.tl_middel_wrap .right .photo_box { float:left; width:60%; text-align: left; position: relative; top: -100px; z-index: 9;}
.tl_middel_wrap .right .photo_box .photo_box_flex {display: flex; flex-wrap: nowrap;}
.tl_middel_wrap .right .photo_box .photo_box_flex > div {border-radius: 15px; margin:15px; padding: 35px 50px 50px; -webkit-box-shadow: 4px 4px 9px 0 rgba(0, 0, 0, .15); -ms-box-shadow: 4px 4px 9px 0 rgba(0, 0, 0, .15); box-shadow: 4px 4px 9px 0 rgba(0, 0, 0, .15);}
.tl_middel_wrap .right .photo_box .photo_box_flex .box_content1 {background: #37bcbb; position: relative; top:-80px}
.tl_middel_wrap .right .photo_box .photo_box_flex .box_content2 {background: #e6d8c6;}
.tl_middel_wrap .right .photo_box .photo_box_flex .box_content3 {background: #474060; position: relative; top:-80px}
.tl_middel_wrap .right .photo_box .photo_box_flex .box_content4 {background: #37bcbb}

.tl_middel_wrap .right .photo_box .photo_box_flex h3 {font-size:28px; color:#fff; margin:15px 0; letter-spacing: -1px}
.tl_middel_wrap .right .photo_box .photo_box_flex p {font-size:17px; color:#fff; font-weight: 300;}
.tl_middel_wrap .right .photo_box .photo_box_flex .box_content2 h3,
.tl_middel_wrap .right .photo_box .photo_box_flex .box_content2 p {color:#333}

@media screen and (max-width:920px) {
	.tl_middel_wrap {padding:100px 0 300px}
	.tl_middel_wrap .right .photo { width:100%}
	.tl_middel_wrap .right .txt_box { width:100%; padding: 20px 40px 150px}

	.tl_middel_wrap .right .photo_box {width:100%; top:0}
}

@media screen and (max-width:640px) {
	.tl_middel_wrap {padding:100px 0}
	.tl_middel_wrap .right {margin-top:0}
	.tl_middel_wrap .right .txt h2 {font-size:32px; max-width: 280px;}
	.tl_middel_wrap .right .txt_box {padding:20px 20px 50px}

	.tl_middel_wrap .right .photo_box .photo_box_flex {flex-wrap: wrap;}
	.tl_middel_wrap .right .photo_box .photo_box_flex h3 {font-size:24px}
	.tl_middel_wrap .right .photo_box .photo_box_flex > div {
		margin:20px 0
	}
	.tl_middel_wrap .right .photo_box .photo_box_flex .box_content1,
	.tl_middel_wrap .right .photo_box .photo_box_flex .box_content3 {
		top:0
	}
}
/* section 01 */


/* section 02 */
.tl_center_banner_wrap { width:100%; /* height:580px;*/ clear:both}
.tl_center_banner_wrap h2 {font-size:46px; color:#fff; letter-spacing:-2px; font-weight:bold;}
.tl_center_banner_wrap p {font-size:17px; color:#fff; opacity:0.8; line-height:1.6;  padding-top:20px; font-weight:300; word-break: break-word;}
.tl_center_banner_wrap li { background-size:cover; width:100%; min-height:450px; background-position:top center; background-repeat:no-repeat}
.tl_center_banner_wrap .img01 {background-image: url(../img/main_center_banner01.jpg)}
.tl_center_banner_wrap .img02 {background-image: url(../img/main_center_banner02.jpg)}
.tl_center_banner_wrap .img03 {background-image: url(../img/main_center_banner03.jpg)}
.tl_center_banner_wrap li .text_area { max-width:920px; margin: 0 auto; padding:200px 20px 0 20px; text-align:center; position:relative}

.tl_center_banner_wrap .owl-dots{position:absolute;width:100%; text-align:center; margin:0 auto; bottom:15px; }
.tl_center_banner_wrap .owl-dots .owl-dot{background:rgba(255, 255, 255, 0.5);width:5px;height:5px;border-radius:50%;:inline-block;margin-left:5px; border:0;} 
.tl_center_banner_wrap .owl-dots .owl-dot.active{background:#37bcbb}
.tl_center_banner_wrap .owl-nav{position:absolute;width:100%;bottom:50%; display:none}
.tl_center_banner_wrap .owl-nav .owl-prev{width:40px;height:30px;position:absolute;left:50px; font-size:14px; color:#fff; border-top: 1px solid #fff; border-left:0; border-right:0; border-bottom:0; padding-top:5px; text-align:center; background-color:transparent; cursor:pointer}
.tl_center_banner_wrap .owl-nav .owl-next{width:40px;height:30px;position:absolute;right:50px; font-size:14px; color:#fff; border-top: 1px solid #fff; border-left:0; border-right:0; border-bottom:0; padding-top:5px; text-align:center; background-color:transparent;  cursor:pointer}


@media screen and (max-width: 640px) {
	.tl_center_banner_wrap .owl-nav { display:none}
	.tl_center_banner_wrap h2 { font-size:32px}
	.tl_center_banner_wrap li .text_area {max-width: 350px; padding:150px 20px 0}
}
/* section 02 */


/* section 03 */
.tl_icon_wrap {padding:100px 0}

.tl_icon_wrap .icon_box {display: flex; width:100%; flex-wrap: wrap; align-items: center}

.tl_icon_wrap .icon_content {width:31.33%; display: flex; align-items: center;}
.tl_icon_wrap .icon_content:nth-child(2) {margin:0 3%}

.tl_icon_wrap .icon_content .icon_img img {width:100%}
.tl_icon_wrap .icon_txt {color:#333; margin-left:7%}
.tl_icon_wrap .icon_txt h2 {font-size:28px; letter-spacing: -1px;}
.tl_icon_wrap .icon_txt p {font-size:17px; font-weight: 300; max-width: 250px; margin:20px 0 30px; word-break: break-word;}

.tl_icon_wrap .icon_txt .more a {font-size:14px; color:#37bcbb; text-decoration: underline; font-weight: 600; transition: all 0.2s;}
.tl_icon_wrap .icon_txt .more:hover a {color:#11647a; transition: all 0.3s;}

@media screen and (max-width: 1188px) {
	.tl_icon_wrap .icon_content {width:48%;}
	.tl_icon_wrap .icon_content:nth-child(2) {margin:0 0 0 3%}
	.tl_icon_wrap .icon_content:nth-child(3) {margin-top:50px}
}

@media screen and (max-width: 768px) {
	.tl_icon_wrap {padding:100px 0}
	.tl_icon_wrap .icon_content {width:100%;}
	.tl_icon_wrap .icon_content:nth-child(2) {margin:50px 0 0 0}

	.tl_icon_wrap .icon_txt p {max-width: 330px;}
}

@media screen and (max-width: 640px) {
	.tl_icon_wrap .icon_txt h2 {font-size:24px;}
}
/* section 03 */


/*서브상단*/
.sub_visual{position:relative;max-width:2560px;margin:0px auto;/*height:522px;*/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)}
*/



.title_warp { max-width:1240px; margin:0 auto; display:none;}
.title_warp .title_page { height:422px; position: relative;text-align:center; margin: 0px auto 0 auto; transform:translateY(50%);  z-index:2}
.title_warp .title_page h3{font-size:15px;font-weight:500; padding-top:20px; letter-spacing:10px; color:#555}
.title_warp .title_page .main_title{font-size:45px; font-weight:600; text-align:center; color:#000; }
.inBox {font-size:14px; padding-top:10px; color:#fff}
.inBox i { font-size:14px; color:#fff; display:inline-block;}
.inBox a { padding:0 13px 0 0}
.inBox span {padding:0 13px; opacity:0.8}
.inBox span.strong { opacity:1; padding:0 0 0 13px}
.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:.1;z-index:1;display:none;}
.sub_visual .bg{position:absolute;top:0;left:0;width:100%;height:100%;background-position:center center;background-repeat:no-repeat;background-size:cover;}
.sub_visual.tmp {height:80px; background:#fff;  }
.sub_visual.tmp .title_warp {display:none;}

.sub_visual h3,
.main_title , .inBox {
	animation-duration: 0.7s;
	animation-fill-mode: both;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	-webkit-animation-duration: 0.7s;
	-webkit-animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease;
	animation-delay: 0.3s; 
	-webkit-animation-delay: 0.3s;
	animation-name:visual-tit;
	 -webkit-animation-name:visual-tit;
}

.main_title {animation-delay: 0.6s; -webkit-animation-delay: 0.6s;} 
.inBox {animation-delay: 0.9s; -webkit-animation-delay: 0.9s;} 
 
.sub_visual .bg{ 
	content:'';
	animation-duration: 3s;
	animation-fill-mode: both;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	-webkit-animation-duration: 3s;
	-webkit-animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease;
	animation-delay: 0.4s;
	 -webkit-animation-delay: 0.4s;
	animation-name:visual-zoom;
	 -webkit-animation-name:visual-zoom;
}
 

 
@keyframes visual-zoom {
	0% {transform:scale(1.2);}
	100% {transform:scale(1);}
}
@-webkit-keyframes visual-zoom {
	0% {transform:scale(1.2);}
	100% {transform:scale(1);}
}

@keyframes visual-tit {
	0% {opacity:0; -webkit-opacity:0; transform:translateY(20px);}
	100% {opacity:1; -webkit-opacity:1; transform:translateY(0px);}
}
@-webkit-keyframes visual-tit {
	0% {opacity:0; -webkit-opacity:0; transform:translateY(20px);}
	100% {opacity:1; -webkit-opacity:1; transform:translateY(0px);}
}



/*
 @media screen and (max-width: 640px) { 
    .sub_visual { height:422px}
	.sub_visual .title_warp { width:100%;}
	.sub_visual .title_warp .title_page { height:422px}
	 h3 { font-size:12px}
	.title_warp .title_page .main_title{ font-size:34px;}
	.inBox { font-size:12px}
 }
 */
/*서브상단*/





/*서브 제목*/
.content_wrap { width:100%;}
.content_wrap .txtCon { max-width:1200px; margin:0 auto; padding:20px 20px 20px 20px; clear:both}
.content_wrap .txtCon .sub_title{margin:80px 0 40px 0; padding:0; text-align:center;}
.content_wrap .txtCon .sub_title h2 {font-size:42px; color:#000;}
.content_wrap .txtCon .sub_title p {font-size: 16px; color:#555; font-weight:300; word-break:keep-all; padding-top:10px}
.content_wrap .txtCon .content_area { width:100%; background-color:transparent; max-width:1200px; margin:0 auto; display: block;}
.content_wrap .txtboard { max-width:1200px; margin:0 auto; padding:20px 20px 50px 20px; font-size:12px; line-height:1.75; letter-spacing:-0.02em; clear:both}
.content_wrap .txtboard span { font-size:14px}

@media screen and (max-width:640px) {
	/*.content_wrap .txtCon .sub_title{margin:50px 0 50px}*/
	.content_wrap .txtCon .sub_title{margin:80px 0 40px 0;}
	.content_wrap .txtCon .sub_title h2 { font-size:32px}
}
/*서브 제목*/




/*서브 하단 네비*/
.share-area {float: right; display:block; padding-top:16px;box-sizing: border-box;}
.share-area .hide-wrap{width:151px;height:34px;overflow:hidden;float:left}
.share-area .hide-wrap .hide-area{width:151px;height:34px;position:relative;left:200px}
.share-area .hide-wrap .hide-area ul {overflow: hidden; padding:0; margin:0}
.share-area .hide-wrap .hide-area ul li {float: left;margin-left: 13px; cursor:pointer}
.share-area .hide-wrap .hide-area ul li:first-child {margin-left: 0;}
.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}
.share-area .share-btn.active {background-image: url(../img/share_close_bt.png);border-left: 1px solid #fff;}
@media screen and (max-width: 770px) {

	 .share-area { display:none}
}
@media screen and (max-width: 640px) {
	 .share-area .share-btn { display:none}
	 .share-area { display:none}
}
/*서브 하단 네비*/








/*푸터*/
#footer{ width:100%; border-top:1px solid #e4e2e2; height:auto; clear:both}
.footer_wrap {display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;}
#footer .tel{ font-size:26px; font-weight:bold; margin:50px 50px 30px 50px}
#footer .tel span { font-size:18px; font-weight:500; color:#333}

.footer_wrap > ul {display: flex; margin:0 50px;}
.footer_wrap > ul li + li ::before {content:""; width: 1px; height: 14px; background-color: #ddd; display: inline-block; margin:0 12px}
.footer_wrap > ul li a {font-size: 17px; color:#333;}

.footer_txt {margin:30px 50px; font-size:17px; color:#555; line-height: 1.6;}
.footer_txt > ul li span + span::before {content:""; width: 1px; height: 14px; background-color: #ddd; display: inline-block; margin:0 12px}


.footerText{position:relative;float:left;margin:30px 30px 30px 40px; padding:0 10px}
.footerText h2{margin:0 0 30px 0; font-size:18px; text-align:left; color:#000; letter-spacing:-1px}
.footerText li a { font-size:15px; font-weight:400; color:#444; line-height:1.8}
.footerText li a i { font-size:15px}
.footerMall{position:relative; float:right; margin:20px 70px 30px 30px; width:auto; font-size:15px; font-weight:400; line-height:2.09; text-align:left; color:#000}
.footerCopyright{position:relative; float:left;width:100%; padding:20px 0 80px 0; font-size:15px ;font-weight:400; text-align:left; color:#555}
.footerCopyright p { padding-left: 50px;}

@media screen and (max-width: 1028px) {
	#footer .left { width:100%}
	#footer .right { width:100%}
	.footerMall { float:left}
	.footerText {margin: 30px 30px 30px 20px;}
}


@media screen and (max-width: 768px) {
	.footerLogo {margin: 50px 50px 30px 20px;}
	#footer .tel {margin-left: 0;}
	.footer_wrap > ul {margin:0}
	.footer_txt {margin:30px 0}
	.footerCopyright p {padding-left: 0;}
}

@media screen and (max-width: 640px) {
	.footer_wrap > ul li + li ::before {margin:0 5px}
	.footer_txt > ul li span + span::before {margin:0 5px}

/*푸터*/







.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/w_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); }

