.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}
}


/*메인배너*/

#main-carousel{padding:0; display:block; margin:0; margin-left: auto; padding-bottom:100px; position:relative}
#main-carousel .li{height:1308px; background-size:cover; background-position:center; position:relative}
#main-carousel .img01 { background-image:url(../img/main_banner_img01.jpg); height:800px; background-repeat:no-repeat; background-size:cover; background-position:center}
#main-carousel .img02 { background-image:url(../img/main_banner_img02.jpg); height:800px; background-repeat:no-repeat; background-size:cover; background-position:center}
#main-carousel .img03 { background-image:url(../img/main_banner_img03.jpg); height:800px; background-repeat:no-repeat; background-size:cover; background-position:center}
#main-carousel .li .copy_area_wrap {max-width:1400px; margin:0 }
#main-carousel .li .copy_area{color:#333; padding:150px 0 100px 200px; z-index:2}
#main-carousel .li .copy_area h2{font-size:65px;font-weight:500;text-align:left; letter-spacing:0; color:#000; line-height:1.2;}
#main-carousel .li .copy_area h3{font-size:17px;font-weight:300;text-align:left; max-width:500px; word-break:keep-all; margin-top:20px; line-height: 1.75}


@media screen and (max-width:978px) {
	#main-carousel .li .copy_area { padding: 150px 20px 100px 20px}
	#main-carousel .li .copy_area h2{font-size:60px;}
	#main-carousel .li .copy_area h3{font-size:17px;}
	#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 .owl-carousel .item {
	height: 10rem;
	background: #4DC7A0;
	padding: 1rem;
}

#main-carousel .ctl {
	position: absolute;
	right: 15%;
	top: 30%;
	z-index: 9;
	color: #000
}

#main-carousel .ctl i {color: #000}

#main-carousel .btn-toggle,
#main-carousel .btn-prev,
#main-carousel .btn-next {
	border: 0;
	font-size: 18px;
	width: 30px;
	height: 30px;
	background-color: transparent;
}

#main-carousel .idx-box {
	display: inline-block;
	vertical-align: bottom;
	height: 30px;
	line-height: 30px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 16px;
	color: #000
}


@media screen and (max-width:767px) {
	#main-carousel .ctl {
	  position: absolute;
	  right: 5%;
	  top: 40%;
	  z-index: 9999;
	  color: #000
	}

}

/*메인배너*/

/*퀵메뉴*/
.right_quick-area{
	position: fixed; z-index: 100;bottom:120px; right: 10px
}
.right_quick-area .quick-left{background: #fff; position: fixed; right: -100px; opacity: 0; border-radius: 8px; width: 60px;  box-shadow: rgba(0,0,0,0.1) 0 10px 20px; transition: all 0.5s ease; bottom:120px;}
.right_quick-area.active .quick-left{opacity: 1; right: 10px;
}
.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:#a27b73; width:50px; height: 50px; margin: auto}
.right_quick-area li:nth-child(3) a {color: #f39100}
.right_quick-area li:hover a,.right_quick-area li:hover div { background:#be1621; 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: 18px; margin-top:15px;}

/*form*/
.right_quick-area .quick-form{
	background: #fff;
	float: right;
	width: 0px;
	opacity:0;
	max-width: 255px; /*폼 가로사이즈*/
	height:0px;
	border-radius: 8px;
	transition: all 0.5s ease;
	padding: 18px;
}
.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;
}
.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: 60px;
	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: 190px;
	padding: 5px;

}
.right_quick-area .quick-form .box .send_btn{
	float: right;
	margin-right: 8px;
	height: 30px;
	width: 60px;
	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; }
    }

/*퀵메뉴*/


/*content01*/

.content01 { width:100%; padding:150px 0; clear:both}
.content01 .left { width:45%; float:left;}
.content01 .left h2 { word-break:keep-all; text-align:left; font-size: 48px; font-weight: 600; letter-spacing: -1px;}
.content01 .left span {display:block; padding:40px 0; text-align:left; font-size: 17px; line-height: 1.75; font-weight: 400; color: #555; letter-spacing: -0.02em;}
.content01 .left .photo a {display:block;position:absolute;width:68px;height:68px;background:#fff;right:0; top:0;overflow:hidden;z-index:2}
.content01 .left .photo { display:block; position:relative}
.content01 .left .txt_area { padding: 7px 50px 30px 20px; position:relative}

.content01 .right { width:45%; float:right;}
.content01 .right h2 { word-break:keep-all; text-align:left; font-size: 48px; font-weight: 600; letter-spacing: -1px;}
.content01 .right span { display:block; padding:40px 0 0 0; text-align:left; font-size: 17px; line-height: 1.75; font-weight: 400; color: #555; letter-spacing: -0.02em;}
.content01 .right .photo { display:block;}
.content01 .right .txt_area { padding: 50px 50px 0 20px; position:relative}

.content01 .owl-dots{position:absolute;width:100%; text-align:center; margin:0 auto; bottom:50px;}
.content01 .owl-dots .owl-dot{background-color:#fff; width:30px;height:5px;display:inline-block;margin-left:10px; border:0}
.content01 .owl-dots .owl-dot.active{background-color:#be1621}
.content01 .owl-dots .owl-dot span { padding:0}
.content01 .owl-nav  {position: absolute; right: 0; bottom:0}
.content01 .owl-nav i { font-size:22px}
.content01 .owl-prev{ font-size: 0; width: 64px;height: 64px;  background-color:#fff; display:inline-block}
.content01 .owl-next{ font-size: 0; width: 64px;height: 64px;  background-color:#fff; margin-left:-1px; display:inline-block}

@media screen and (max-width:980px) {
    .content01 .left {width:100%}
	.content01 .right {width:100%; margin-top: 20px}
}

@media screen and (max-width: 640px) {
	.content01 {padding:0}
	.content01 .left h2 {font-size:32px}
	.content01 .right h2 {font-size:32px}
}


/*content01*/



/*tl_drag_slider_wrap 드래그*/

.tl_drag_slider_wrap {width:100%;}
.tl_drag_slider_wrap h2 {max-width:1200px; margin:0 auto; overflow:hidden; font-size:48px; color:#191919; text-align:center; font-weight:600; letter-spacing: -1px}
.tl_drag_slider_wrap .point {color:#2253b8; display:inline-block}
.tl_drag_slider_wrap p {max-width:1200px; margin:0 auto; overflow:hidden; display:block; padding:20px 20px 100px 20px; color:#333; text-align:center; font-size:17px; line-height:1.6}
.tl_drag_slider_wrap  {padding: 150px 0 }
.tl_drag_slider_wrap .btn_area { margin-top: 40px;}
.tl_drag_slider_wrap .drag_slider { position: relative;}
.tl_drag_slider_wrap .drag_slider .swiper-slide {  opacity: 0.3; transition: opacity 0.4s ease-in-out; -webkit-transition: opacity 0.4s ease-in-out;}
.tl_drag_slider_wrap .drag_slider .swiper-slide .img_box { overflow: hidden;}
.tl_drag_slider_wrap .drag_slider .swiper-slide .img_box img { transition: transform 0.6s ease-in-out; -webkit-transition: transform 0.6s ease-in-out; }
.tl_drag_slider_wrap .drag_slider .swiper-slide:hover .img_box img { transform: scale(1.1); -webkit-transform: scale(1.1); }
.tl_drag_slider_wrap .drag_slider .swiper-slide-active,
.tl_drag_slider_wrap .drag_slider .swiper-slide-next {opacity: 1;}
.tl_drag_slider_wrap .drag_slider .txt_box { padding: 32px 0px;}
.tl_drag_slider_wrap .drag_slider .txt_box h2 {display: block;font-size: 22px; line-height: 1.6;letter-spacing: 2px;color: #1a1a1a}
.tl_drag_slider_wrap .drag_slider .txt_box p {color: #555; text-align: center; padding: 20px;font-size: 16px; line-height: 1.6;word-break: keep-all; }
.tl_drag_slider_wrap .drag_slider .swiper-button-prev { top: auto;bottom: 0; left: -78px;transform: translateY(50%);-webkit-transform: translateY(50%); outline: none;color: #333 }
.tl_drag_slider_wrap .drag_slider .swiper-button-next { top: auto; bottom: 0;right: -78px;transform: translateY(50%);-webkit-transform: translateY(50%);outline: none; color: #333 }
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after { display:none}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after { display:none}
.tl_drag_slider_wrap .drag_slider .swiper-scrollbar { margin-top: 67px; display: block; position: static; width: 100%; max-width: 1400px; height: 2px; background-color: #dcdcdc; }
.tl_drag_slider_wrap .drag_slider .swiper-scrollbar-drag { margin-top: -1px;height: 2px;background-color: #000}


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

/*tl_drag_slider_wrap 드래그*/


/*tl_content03_wrap*/

.tl_content03_wrap  {width:100%; padding: 150px 0;  clear:both}
.tl_content03_wrap .photo_box { width:50%; float:left; position: relative;}
.tl_content03_wrap .photo_box .photo_01 { width: 500px; height:400px; background-image:url(../img/tl_content01.jpg); background-repeat:no-repeat; background-position:top center; background-size:cover; position: relative; }
.tl_content03_wrap .photo_box .photo_02 {width: 400px; height:450px; background-image:url(../img/tl_content02.jpg); background-repeat:no-repeat; background-position:center center; background-size:cover; position: absolute; z-index: 2; top: 100px; right: 0;}

.tl_content03_wrap .txt {width:50%; min-height:502px; padding:65px; float:left; box-sizing:border-box}
.tl_content03_wrap .txt h2 {font-size:48px; font-weight:600; letter-spacing: -1px}
.tl_content03_wrap .txt p {display:block; padding:20px 0; color:#333; font-size:17px; line-height:1.75; letter-spacing:-0.02em; font-weight:300}
.tl_content03_wrap .txt .more a  {display:block; width:190px; font-size:14px; color:#555; line-height:40px; margin-top:20px; padding:0px 40px 0 0; transition: all 0.2s; background-image:url(../img/arrow_latest.png); background-repeat:no-repeat; background-position: 90px center;}
.tl_content03_wrap .txt .more a:hover {padding:0px 12px; transition: all 0.3s;}

@media screen and (max-width:1200px) {
	.tl_content03_wrap .photo_box {width:100%;clear:both; float:none}
	.tl_content03_wrap .txt {width:100%;min-height:300px; margin-top: 100px; clear:both; float:none}
}


@media screen and (max-width: 640px) {
	.tl_content03_wrap {padding:0;}
    .tl_content03_wrap .txt {padding:150px 0; min-height:300px; margin-top: 100px;}
	.tl_content03_wrap .txt h2 {font-size:32px;}
}
/*tl_content03_wrap*/


/*동영상*/
.tl_video_bg_wrap {padding:150px 0 0}
.tl_video_bg_wrap .video_area {background-image:url(../img/movie_bg.jpg);background-position:center;background-repeat:no-repeat; background-size: cover; position: relative; background-attachment: fixed; padding:200px 0}
.tl_video_bg_wrap .video_area .inner {padding:0}
.tl_video_bg_wrap .video_area h2 {text-align:center; font-size:18px; color:#f5f5f5; font-weight:600; padding-bottom:30px; letter-spacing:15px; margin-top:-20px; position:relative}
.tl_video_bg_wrap .video_area .intro_video_iner {width: 100%; height: 100%;}
.tl_video_bg_wrap .video_area .intro_video_icon {display: inline-block; margin-top: 50px;}
.tl_video_bg_wrap .video_area .video-play-button{position:absolute; z-index:2; left:50%; transform:translateX(-50%) translateY(-50%); box-sizing:content-box; display:block; width:32px; height:44px; float: left; border-radius:50%; padding:18px 20px 18px 28px; border:1px solid #fff;}
/*.tl_video_bg_wrap .video_area .video-play-button{position:absolute;z-index:10;left:50%;transform:translateX(-50%) translateY(-50%);box-sizing:content-box;display:block;width:32px;height:44px; background: linear-gradient(to right,#fdb812,#d19504);
    float: left;;border-radius:50%;padding:18px 20px 18px 28px}*/
.tl_video_bg_wrap .video_area .video-play-button:before{content:"";position:absolute;z-index:0;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);display:block;width:80px;height:80px;background:rgba(255,255,255,.3);border-radius:50%;animation:pulse-border 1.5s ease-out infinite}
.tl_video_bg_wrap .video_area .video-play-button:after{content:"";position:absolute;z-index:1;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);display:block;width:80px;height:80px;background:rgba(255,255,255,.2);border-radius:50%;transition:all .2s}
.tl_video_bg_wrap .video_area .video-play-button:hover:after {background: rgba(255, 255, 255, 0.3);}
.tl_video_bg_wrap .video_area .video-play-button img{position:relative;z-index:3;max-width:100%;width:auto;height:auto}
.tl_video_bg_wrap .video_area .video-play-button span { display: inline-block; position: relative; z-index: 3; top: 8px; cursor: pointer;}
.tl_video_bg_wrap .video_area .ti-control-play:before { content: "\e6ad";font-size: 28px;color: #fff;}

@keyframes pulse-border {
  0% { transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);opacity: 1;}
  100% {transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);opacity: 0;}
}

@media screen and (max-width: 640px) {
	.tl_video_bg_wrap {padding:0}
	.tl_video_bg_wrap .video_area { padding:150px 0}
}

  #video-box {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    display: none;
    border: 2px solid #fff;
    border-radius: 4px;
    position: relative;
  }


  #video-box .iframe-wrapper {
    background-color: black;
    width: 100%;
    padding-top: 66.666%;
    position: relative;
  }

  #video-box .b-close {
    position: absolute;
    border: 0;
    outline: 0;
    background-color: transparent;
    z-index: 30;
    width: 30px;
    height: 30px;
    right: 5px;
    top: 5px;
    color: #fff;
    font-size: 28px;
    line-height: 1em;
  }

  .iframe-wrapper iframe {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

  }

  .iframe-wrapper iframe.on {
    z-index: 20;
  }

/*동영상*/


/*contents05 갤러리*/
.contents05 {padding:150px 0}
.contents05 h2 {max-width:600px; margin:0 auto; padding:0 20px; text-align:center; font-size:48px; color:#000; line-height:1.2; font-weight:600; position:relative; display:block; letter-spacing: -1px }


@media screen and (max-width:640px) {
	.contents05 {padding:150px 0 0 0}
	.contents05 h2 {font-size:32px}
}
/*contents05 갤러리*/


/*contents06 공지사항*/
.contents06 {width:100%; padding:150px 0;  background-color:#f8f9fa;}
.contents06 .inner{width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap;}
.contents06 .event01 {width:40%}
.contents06 .event02 {width:60%}
.contents06 .event .top{clear:both}
.contents06 .event .bottom {clear:both}
.contents06 .event01 h2 {font-size:70px; font-weight:bold; color:#000; float:left}
.contents06 .event01 h3 {font-size:30px; font-weight:500; color:#333; float:left; line-height:1.1; padding:8px 0 0 5px} 
.contents06 .event01 p {font-size:16px; color:#555; font-weight:300; padding-top:20px; display:inline-block; max-width:485px; word-break:keep-all; line-height:1.5}

@media screen and (max-width: 978px) {
	.contents06 .event {width:100%}
	.contents06 .event .top {padding-bottom:20px}
}
/*contents06 공지사항*/


/*서브상단*/
.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; }
.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}
.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:100px; background-color:#000;}
.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:1400px; margin:0 auto; padding:20px 20px 50px 20px; clear:both}
.content_wrap .txtCon .sub_title{margin:80px 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:1400px; margin:0 auto; display: block;}
.content_wrap .txtboard { max-width:1400px; 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:16px}

@media screen and (max-width:640px) {
	.content_wrap .txtCon .sub_title{margin:50px 0 50px}
	.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 .left { width:60%; float:left}
#footer .left .service { width:100px}
#footer .left .sns { width:120px}
#footer .left .privacy   { width:140px}
#footer .right { width:40%; float:right}
.footerLogo{width:148px;height:75px;margin:50px 50px 30px 50px;font-size:50px;font-weight:500; letter-spacing:-2px;text-align:left;color:#000}
.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:#000}
.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;}
}
/*푸터*/






.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); }

