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


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

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

/*헤드메뉴*/
#header_wrap {position: fixed; width:100%; height:81px; background:rgba(0,0,0,0.5); z-index:10}
.scrolled #header_wrap  { background-color:#000; border-bottom:none; -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 {position:absolute;left:0;top:0px; max-width: 1400px; width:100%; left: 50%; transform:translateX(-50%) ;z-index:6;-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: 960px) {
    #header { display:block; background-color:transparent; top:0; border-bottom:0; position:fixed}
	#header #logo { width:120px; display:block}
	#header .gnb { display:none}
}
/*헤드메뉴*/










/*퀵메뉴*/
.right_quick-area {background: #fff; position: fixed; right: -100px; opacity: 0; border-radius: 8px; width: 60px; 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 {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 {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: #f90}
.right_quick-area li:hover a { background:#1e76fe; color: #fff; border-radius: 50%;  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; }
    }

/*퀵메뉴*/







/*모바일 오른쪽 메뉴*/
#right-side {background-color:#333;position:fixed; z-index:10; 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 span.btn-toggle {display:block;position:absolute; width:40px; height:40px; top:10px; right:0;}
.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%;left:10px;transform:translateY(-75%) rotate(135deg);-webkit-transform:translateY(-75%) rotate(135deg);width:20px; height: 20px; border:1px solid #ddd;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:#ddd;font-size:1.2em;line-height:3.0em;padding:0 1.5em 0 2.2em;border-bottom:1px solid #fff; color:#000}
/*모바일 오른쪽 메뉴*/





/* 이미지 슬라이드 시작*/
#ad-box {
    max-width: 1200px;
    margin: 0 auto;
	margin-top:50px;
}

#ad-box .swiper-slide {
    text-align: center;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	border-bottom-right-radius:20px
}

#ad-box.swiper {
    overflow: visible;
	margin-top: 150px;
	height:500px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center
}


#ad-box.swiper .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after { color:#fff}
#ad-box.swiper .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after { color:#fff}

#ad-box .swiper-slide img {
	border-bottom-right-radius:20px;
	max-width:100%;
	
}

#ad-box .swiper-pagination-bullet {
    vertical-align: middle;
    position:relative;
}
  
#ad-box .swiper-pagination-bullet .bullet-bar{
    display:block;
    width: 0px;
    height:8px;
    background-color:tomato;
    position:absolute;
    right: 0px;
    top:3px;
    opacity: 0;
    transition: all 0.5s;
    border-radius: 2px;
}
  
#ad-box .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width:20px;
    height:20px;
    background-color:tomato;
    position:relative;
    margin-right:50px;
}
  
#ad-box .swiper-pagination-bullet.swiper-pagination-bullet-active .bullet-bar {
    display:block;
    width: 40px;
    height:8px;
    background-color:tomato;
    position:absolute;
    right: -38px;
    top:6px;
    opacity: 1;
}


.copy_area{max-width:1200px;color:#fff;position:relative;top:50%;-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:2; margin: auto; padding: 0 80px;}
.copy_area h2{max-width:450px; font-size:44px;font-weight:bold; line-height:1.3; text-align:left; font-family: 'GmarketSansMedium'; letter-spacing:-2px}
.copy_area h3{font-size:16px;font-weight:300;margin:20px 0px; color:#efefef; line-height:1.5;  text-align:left; max-width:400px; word-break:keep-all}


@media screen and (max-width: 1150px) {
	.swiper-button-prev,.swiper-button-next {display: none !important;}
     #ad-box.swiper { margin-top: 50px;}
     #ad-box .swiper-slide img {border-radius: 0;}
     #header-wrap {border-bottom: none !important;}
}


@media screen and (max-width: 576px) {
  .copy_area { padding:0 40px}
  .copy_area h2 { font-size:32px} 
  .copy_area h3 { font-size:16px}
}
/* 이미지 슬라이드 끝*/



.contents1{width: 100%; padding:100px 0}
.contents1 h1 { text-align:center; font-weight:bold; margin-top:0px; font-size:65px; font-family: 'GmarketSansLight';}
.contents1 h1 strong {font-family: 'GmarketSansBold';}
.contents1 p { color:#555; font-weight:300; max-width:600px; font-size:16px; margin:0 auto; text-align:center; line-height:1.5}


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

   .contents1 h1 { font-size:32px}
   .contents1 .cardset .card  { width: 49%; margin-bottom: 10%; padding-bottom: 45%;}
   .contents1 .card-text p { width:auto; position: absolute; top: 40%; left: 0; right: 0;}
}





 





.contents2 {padding: 0px; text-align:center; overflow:hidden; background-size:cover;  position:relative; background-attachment: fixed;}
.wrap {width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap;}
.contents2 .wrap .box { width:49%; float:right;  position: relative; margin-bottom: 5%} 

.contents2 .wrap .left {background-image: url("../img/ct00.png"); background-position: center;  background-size:cover; background-color:#fff; border-radius:10px; padding:60px; background-color:#f5f5f5}
.contents2 .wrap .left h2 { font-size:18px; letter-spacing:0}
.contents2 .wrap .left h1 { font-size:35px; padding:20px 0 0 0; letter-spacing:-1px}
.contents2 .wrap .left p { color:#555; padding:10px 0 0; line-height:1.5; font-size:16px}
.contents2 .wrap .right .top {width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; }
.contents2 .wrap .right .top .color_box { width:49%;  background-color:#000; border-radius:10px; padding:40px; text-align:center; }

.contents2 .wrap .right .top .color_box h2 { font-size:30px; font-weight:600; color:#fff; letter-spacing:0; padding:130px 0 10px 0}
.contents2 .wrap .right .top .color_box p { font-size:16px; color:#fff; opacity:0.8; font-weight:300; line-height:1.5}
.contents2 .wrap .right .top .photo01 {background-image: url("../img/ct01.png"); background-position: center 60px; background-repeat:no-repeat; background-color:#ff5555}
.contents2 .wrap .right .top .photo02 {background-image: url("../img/ct02.png"); background-position: center 60px; background-repeat:no-repeat; background-color:#8ac5c2; margin-left:2%}
.contents2 .wrap .right .bottom { padding:80px; clear:both;  background-image: url("../img/ct11.png"); background-repeat:no-repeat; background-color:#e2e3e5; border-radius:10px; margin-top:23px; text-align:left; background-position:center}
.contents2 .wrap .right .bottom h2 { font-size:37px; color:#000; font-weight:bold}
.contents2 .wrap .right .bottom p { font-size:16px; color:#555; font-weight:300; padding:10px 0; max-width:280px; line-height:1.5; font-weight:300}


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

.contents2 .wrap .box { width:100%; min-height:665px}
.contents2 .wrap .left h1 { font-size:32px}
.contents2 .wrap .right .bottom { padding:40px;min-height:306px}

}

@media screen and (max-width:576px) {
	.contents2 .wrap .right .top .color_box { width:100%; margin-top:20px; margin-left:0}
	.contents2 h2 { font-size:32px}
	.contents2 ul li { width:100%; padding:50px 0; border-bottom: 1px solid rgba(255,255,255,0.2)}
	.contents2 ul li .t2 span { font-size:45px}
	 
}




.contents3 { width:100%; padding: 0 }
.contents3 .wrap .latest { border-radius:20px; padding:50px} 
.contents3 .wrap .latest h2 { color:#fff; text-align:center; font-size:30px; padding-top:20px; font-weight:bold}
.contents3 .wrap .latest p { text-align:center; font-size:16px; color:#fff; opacity:0.8; padding:20px 0; word-break:keep-all; line-height:1.5;  font-weight:300}
.contents3 .wrap .latest01 { background-color:#917f79; width:23.8%}
.contents3 .wrap .latest02 { background-color:#777b8c; width:23.8%}
.contents3 .wrap .latest03 { background-color:#fff; width:48%; height:351px; background-image:url(../img/ct7.png); background-repeat:no-repeat; background-size:cover; background-position:center}



.contents3 .tab_wrap {width: 100%;/* border-radius: 20px; */ display: flex; justify-content: space-between; flex-wrap: wrap; border-bottom:1px solid #ddd}
.contents3 .tab_wrap .notice { width:33.3333%; text-align:center; }
.contents3 .tab_wrap .notice a { display:block; padding:10px 0;  margin-left: -1px; font-size:18px}
.contents3 .tab_wrap .notice .on { border-bottom:2px solid #ff5555; color:#ff5555; font-weight:bold; font-size:18px}


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

.contents3 .wrap .latest01 { width:100%; margin-top:20px}
.contents3 .wrap .latest02 { width:100%; margin-top:20px}
.contents3 .wrap .latest03 { width:100%; margin-top:20px}

}



.contents4 { width:100%; padding:50px 0; background: linear-gradient(to right,#ff5555,#9d0614); margin-top:150px; clear:both}
.contents4 .inner {width: 100%;/* border-radius: 20px; */ display: flex; justify-content: space-between; flex-wrap: wrap;}
.contents4 .icon { width:16.6%; height:145px; border-left:2px dotted #ffaaaa; display:table}
.contents4 .icon:first-child { border-left:0}
.contents4 h1 { font-size:35px; color:#fff; font-weight:300; letter-spacing:-1px; text-align:left; padding:0 0 5px 0}
.contents4 .icon h2 { font-size:25px; color:#fff; text-align:center; font-weight:300; letter-spacing:-1px;}
.contents4 .icon p { font-size:16px; color:#fff; opacity:0.8; font-weight:400; padding:10px 0; max-width:160px; word-break:keep-all}
.contents4 .icon i { text-align:center; font-size:38px; font-weight:400; display:block;  color:#fff}
.contents4 .icon .txt a { display:block; height:165px; width:14.2%}

@media screen and (max-width: 978px) {
	.contents4 { margin-top:50px}
	.contents4 .icon { width:50%}
	.contents4 .icon:nth-child(3) { border-left:0}
	.contents4 .icon:nth-child(5) { border-left:0}
	
}

.contents5 { background-color:#FFF; padding-bottom:150px}
@media screen and (max-width: 978px) {
.contents5 { padding-bottom:50px}
}
.contents6 { width:100%; padding:100px 0;  background-color:#f3f3f3;}
.contents6 .inner{width: 100%;/* border-radius: 20px; */ display: flex; justify-content: space-between; flex-wrap: wrap;}
.contents6 .event01 { width:40%}
.contents6 .event02 { width:60%}
.contents6 .event .top{ clear:both}
.contents6 .event .bottom { clear:both}
.contents6 .event01 h2 { font-size:70px; font-weight:bold; color:#000; float:left}
.contents6 .event01 h3 { font-size:30px; font-weight:500; color:#333; float:left; line-height:1.1; padding:8px 0 0 5px} 
.contents6 .event01 p { font-size:16px; color:#555; font-weight:300; padding-top:20px; display:inline-block; max-width:500px; word-break:keep-all; line-height:1.5}

@media screen and (max-width: 978px) {
	.contents6 .event{ width:100%}
	.contents6 .event .top { padding-bottom:20px}
}





/*서브상단*/
.sub_visual{position:relative;max-width:2560px;margin:0 auto;overflow:hidden;background-repeat:no-repeat;background-position:center top; margin:60px auto 0 auto}
.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.visual06 .bg{background-image:url(../img/sub_visual06.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_warp { max-width:1240px; margin:0 auto; display:table}
.sub_visual .title_warp .title_page { height:380px; position: relative; display:table-cell; vertical-align:middle; text-align:center; margin:0 auto;  z-index:2}
.sub_visual h3{font-size:18px;font-weight:500; padding-bottom:20px; letter-spacing:1px; color:#fff; opacity:0.8}
.sub_visual .main_title{font-size:42px; font-weight:500; text-align:center; color:#fff; letter-spacing:-1px }
.sub_visual .inBox {font-size:14px; padding-top:10px; color:#fff}
.sub_visual .inBox i { font-size:14px; color:#fff; display:inline-block;}
.sub_visual .inBox a { padding:0 13px 0 0}
.sub_visual .inBox span {padding:0 13px; opacity:0.8; font-size:14px; font-weight:400; color:#fff}
.sub_visual .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:.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}
.sub_visual.tmp {height:80px; background-color:#000;}
.sub_visual.tmp .title_warp {display:none;}


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

.sub_visual {margin: 0px auto 0 auto;}
}

@media screen and (max-width:640px) {
	.sub_visual .title_warp { width:100%;}
	.sub_visual .title_warp .title_page { height:422px}
	.sub_visual h3 { font-size:12px}
	.sub_visual .main_title { font-size:34px;}
	.sub_visual .inBox { font-size:12px}
}
/*서브상단*/




.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: 768px) {
    .share-area{ display:none}
}



/*서브 제목*/
.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; padding-bottom:20px}
.content_wrap .txtCon .sub_title p {font-size: 16px; color:#555; font-weight:300; word-break:keep-all;}
.content_wrap .txtCon .content_area { width:100%;}
.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:14px}

@media screen and (max-width:640px) {
	.content_wrap .txtCon .sub_title{margin:50px 0 50px}
	.content_wrap .txtCon .sub_title h2 { font-size:32px}
}
/*서브 제목*/






/*푸터*/
#footer{ width:100%; height:auto; background-color:#fff; clear:both}
.foot_menu{width:100%; padding:10px 20px; border-bottom:1px solid rgba(0,0,0,0.1);border-top:1px solid rgba(0,0,0,0.1); /*background-color: #f5f5f5;*/  }
.foot_menu .inner { max-width:1400; margin:0 auto}
.foot_menu .fm{ float:left}
.foot_menu .fm li{ display:inline-block; line-height:2em; margin-right:15px; padding-right:15px; border-right:1px solid rgba(255,255,255,0.07); }
.foot_menu .fm li a{ font-size:1.08em; color:#555;}
.foot_menu .fm li a.point{color:#32c0eb;}
.foot_menu .fm li:last-child{border-right:0; margin-right:0}



.foot_box{width:100%; padding:20px;}

.footer_in .sns{  position: absolute; right: 0}
.footer_in .sns .sns_icon{ display: inline-block; margin-left: 10px; border: 1px solid #222; padding: 10px; border-radius: 50%; width: 40px; height: 40px; text-align: center; line-height: 20px; }
.footer_in .sns .sns_icon:hover { color:#fff; background-color: #222;}

.footer_in .menu { margin-top:20px; }
.footer_in #phone { display:inline-block; color:#fff; font-size:12px; text-align:center; padding: 0px 20px; background-color:#6C6}
.footer_in #kakao{ display:inline-block; color:#000; font-size:12px; text-align:center; padding: 0px 20px; background-color:#ffeb33}


.footer_in{ max-width:1400px; padding: 40px 20px 0 20px; height:auto;  margin:0 auto; box-sizing:border-box; position: relative;}
.footer_in address h5{ font-size:18px; letter-spacing: 3px; line-height:1.8; padding-bottom:20px; color:#222; font-weight:bold; }
.footer_in address p{ overflow:hidden; font-size: 1.05em; color:#666;}
.footer_in address p strong{ font-weight: 500;  color:#666;}
.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{float:left; width:100%; font-style:normal; margin-bottom: 30px;}

.footer_in .copylight{ font-size: 10px; color: #333; margin-top: 20px;  letter-spacing: 2px;}

@media screen and (max-width: 640px) {
    .footer_in { width:100%; text-align: center;}
	.footer_in address { width:100%; text-align: left;}
	.footer_in .customer { width:100%; border-left:0; margin-left:0; padding-left:0}
	.footer_in .sns {position: relative; padding:30px}
	
}
/*푸터*/




.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:16px;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_w.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); }



@media screen and (max-width: 960px) {
    
	/*버튼*/
    #open-button{position:fixed;z-index:10000;right:15px;padding-top:18px;width:75px; height:80px;-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:#fff;-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;}
    /*버튼*/
	
}




p { word-break:keep-all}



