#header_wrap {position: fixed; width:100%; height:81px; background:rgba(255,255,255,1) !important; z-index:10}
.scrolled #header_wrap  { background-color:#fff !important; 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;  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:15px; letter-spacing:-0.5px; font-weight:600; text-decoration:none;}
#header .gnb > li > a:hover {color: #181818}
#header .gnb > li.active {background-color: #b0905e}
#header .gnb > li.active > a {color: #181818}
#header .gnb .login {  font-size:12px; width:70px; color:#181818}
#header .gnb .join { font-size:12px; color:#181818; margin-left:20px}
#header .gnb .login a { color:#181818; font-size:12px}
#header .gnb .login a:hover { color:#181818}
#header .gnb .join a { color:#181818; font-size:12px}
#header .gnb .join a:hover { color:#181818}
#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}

#open-button{position:fixed;z-index:2000;right:65px;top:25px;width:40px;height:40px;-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:#181818;-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:#000;}
#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: #181818;}
#open-button.on.scrolled >div>div{background-color:#181818;}

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

    /*버튼*/
	#open-button{ display:none}
	#sitemap { display:none}
	/*버튼*/
}

@media screen and (max-width:768px) {
	#header { display:block; background-color:transparent; top:0; height:60px; position:fixed}
	#header #logo { width:120px; display:block}
	#header .gnb { display:none}
	.scrolled #header_wrap { background-color:#fff}
    .scrolled #header { border-bottom:0}
	.scrolled #open-button { z-index:9999}
    .scrolled #open-button .navicon-line { background-color:#333}
}
/*헤드메뉴*/





/*사이트맵*/
#sitemap { border: 0; background-color: #000; width: 100%; max-width: 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, 0.3); }
#sitemap .depth1 > li { float: left; width: 20%; margin-top: 65px; }
#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: 22px; 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: 0.7; padding-left: 20px; }
#sitemap .depth2 > li { position: relative; }
#sitemap .depth2 > li:before { display: block; content: ""; width: 3px; height: 3px; background: #666; position: absolute; left: 0; top: 15px; }
#sitemap .depth2 > li > a:hover { opacity: 1; }
#sitemap .depth3 > li > a { font-size: 14px; display: block; line-height: 2.1; padding-left: 15px; color: #fff; opacity: 0.7; }
#sitemap .mfp-close { position: absolute; right: 50px; top: 30px; z-index: 1; width: 30px; height: 30px; border: 0; font-size: 36px; color: #fff; background-color: transparent; }
#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: 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: #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: 18px; margin-top:15px;}


.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: 17px;padding-left: 20px;}
.right_quick-area .quick-form .privacy{padding-left: 20px;line-height: 30px;}
.right_quick-area .quick-form .qf_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 .qf_box .name input,.right_quick-area .quick-form .qf_box .subject input,.right_quick-area .quick-form .pt_1 li input{height: 30px;}
.right_quick-area .quick-form .qf_box .content textarea{height: 60px;}
.right_quick-area .quick-form .qf_box .name input,.right_quick-area .quick-form .qf_box .subject input,.right_quick-area .quick-form .qf_box .content textarea{width: 190px;padding: 5px;}
.right_quick-area .quick-form .qf_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;}

.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:576px) {
        .right_quick-area {display: none; }
    }
*/
/*퀵메뉴*/



/*quick*/
.quick{position:fixed;top:0;left:0;overflow:hidden;width:80px;height:100%;background: #000 no-repeat left bottom;text-align:center;z-index:100;transition:0.3s;}
.quick .logo{background-color:#776356;}
.quick .logo a{display:flex;height:150px;display:flex;align-items:center;justify-content: center;}
.quick .logo a img{transition:0.3s;}
.quick ul li{border-bottom: 1px solid rgba(255,255,255,0.2);}
.quick ul li a{display:flex;width: 200px;height:80px;padding: 0 0 0 27px;align-items:center;transition:0.5s;}
.quick ul li a p{position:relative;width:110px;margin-left:10px;color:#fff;font-size:14px;letter-spacing:-0.06em;text-align:left;opacity:0;transform:translate(-15%,0);transition:0.3s;}
.quick ul li a p::before{content:"";position:absolute;top:50%;right:0;width:7px;height:11px;margin-top: -5px;background:url(../images/quick-arr.png) no-repeat center / contain;transition:0.3s;}
.quick .scroll{position:absolute;bottom:0;left:0;width:100%;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.quick .scroll .bar{margin-top:25px;height:90px;width:1px;background-color:rgba(255,255,255,0.5);overflow:hidden;}
.quick .scroll .bar span{animation: scroll 4s infinite;display:block;;width:100%;height:100%;background-color:#fff;}
.quick ul li a:hover{background-color:#537c69;}
.quick ul li a:hover p::before{right:-5px;}
.quick.on{width:200px;}
.quick.on .logo a img{transform:rotate(-90deg);}
.quick.on ul li a p{opacity:1;transform:none;transition-delay:0.2s;}
@keyframes scroll {
	0% {transform:translate(0,-100%);}
	100% {transform:translate(0,100%);}
}



/*모바일 오른쪽 메뉴*/
#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:17px; 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}
/*모바일 오른쪽 메뉴*/




.main_visual { position: relative; width: 100%; min-height: 100vh;  box-sizing: border-box; } 
.main_visual .background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url('../img/main_top_bg01.jpg'); background-size: cover; background-position: center; transition: background-image 0.5s ease; z-index: -1; } 
.main_visual .container { position: relative; z-index: 1; min-height: calc(100vh - 80px);  max-width: 100%; padding: 0;  display: flex; flex-wrap: wrap; } 
.main_visual .column { flex: 1; display: flex; flex-direction: column; justify-content: center; min-height: 25vh; } 
.main_visual .vertical-line { width: 1px; margin-top: 96px; height: 100vh; align-self: stretch; background-color: rgba(255, 255, 255, 0.3); }

.main_visual .boxcon_inner { padding: 0 65px; } 
.main_visual .inner{    padding: 0 20px; max-width: inherit; margin: 0}
.main_visual .tit p { font-size: 20px; color: #181818; opacity: 0.9; padding-bottom: 10px; } 
.main_visual .tit strong { display: block; margin: 0 0 40px; font-size: 36px; font-weight: bold; color: #181818; transition: all 0.5s; -webkit-transition: all 0.5s; } 
.main_visual .cont { opacity: 1; } 
.main_visual .cont > ul { margin: 0 -5px; padding: 0; list-style-type: none; } 
.main_visual .cont > ul > li { float: left; width: calc(50% - 10px); margin: 0 5px 10px; } 
.main_visual .cont > ul > li > a { display: block; width: 100%; height: 50px; line-height: 48px; border: 1px solid rgba(24, 24, 24, .4); text-align: center; color: #181818; font-size: 14px; transition: all 1s; -webkit-transition: all 1s; text-decoration: none; } 
.main_visual .clear::after { content: ""; display: table; clear: both; } 
.main_visual .cont > ul > li > a:hover, .main_visual .cont > ul > li > a:focus { background-image: linear-gradient(45deg, #8d0e0e 0%, #b84f4f 55%, #ee0000 90%); background-position: 100% 0; background-size: 200% 200%; color: #fff; }
.main_visual .boxcon:before { display: block; position: absolute; left: 0; top: 96px; bottom: -100px; content: ''; width: 1px; height: auto; background: rgba(255, 255, 255, .25); } 
.main_visual .boxcon .inner { position: relative; top: 58%; height: 525px; transform: translateY(-50%); -webkit-transform: translateY(-50%); } 
.main_visual .boxcon .boxcon_inner { padding: 0 65px; transition: all 0.8s; -webkit-transition: all 0.8s; transform: translateX(-100%); -webkit-transform: translateX(-100%); } 
.main_visual .boxcon .title { height: 100vh; } .main_visual .title strong { display: block; position: relative; line-height: 1.1; } 
.main_visual .title strong:before { display: block; position: absolute; content: ''; left: -10px; top: -10px; width: 16px; height: 16px; border-radius: 50%; background: #ca0001; } 
.main_visual .title strong:after { display: block; content: ''; width: 1px; height: 50px; margin: 10px 0 25px 5px; background: rgba(24, 24, 24, .5); } 
.main_visual .title strong span { display: block; line-height: 1.1; font-size: 60px; font-weight: 700; color: #181818; letter-spacing: -2px; } 
.main_visual .title p { width: 100%; max-width: 250px; font-size: 16px; color: #181818; opacity: 0.8; line-height: 1.6; }

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

    .main_visual .container { flex-wrap: wrap; } 
    .main_visual .column { flex-basis: 50%; } 
    .main_visual .vertical-line { display: none; } 
} 

@media screen and (max-width: 768px) { 
    .main_visual { padding-top: 150px; } 
    .main_visual .container { flex-direction: column; min-height: calc(100vh - 60px); } 
    .main_visual .column { width: 100%; min-height: auto; padding: 20px 0; } 
    .main_visual .vertical-line { width: 100%; height: 1px; margin: 10px 0; }

}

@media screen and (max-width: 480px) { 
    .main_visual { height: auto; min-height: 100vh; } 
    .main_visual .container { height: auto; min-height: 100vh; padding-bottom: 20px; } 
    .main_visual .column:first-child { border-top: 0; }
    .main_visual .column { min-height: auto; height: auto; padding: 30px 0;  border-top:1px solid rgba(255, 255, 255, .4)} 
    .main_visual .boxcon_inner { padding: 0 15px; } 
    
    .main_visual .title strong span { font-size: 28px; } 
    .main_visual .title p { font-size: 16px; }
    .main_visual .tit strong{ font-size: 30px; margin: 0 0 30px;} 

    .main_visual .cont > ul { display: flex; flex-wrap: wrap; justify-content: space-between; } 
    .main_visual .cont > ul > li { width: calc(50% - 5px); margin: 0 0 10px; } 
    .main_visual .cont > ul > li > a { font-size: 16px; height: 50px; line-height: 48px; }
    .main_visual .inner { height: auto; } 
    .main_visual .boxcon .inner { top: 0; transform: none; -webkit-transform: none; } 
}




.section01 {width:100%;}
.section01 .img_box { position: relative;}
.section01 .img_box .overlay { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.5); color: #fff; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; opacity: 0; transform: translateY(100%); transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out; }
.section01 .img_box:hover .overlay { transform: translateY(0); opacity: 1; }
.section01 .img_box .overlay h3 { font-size: 18px; margin-bottom: 0px; font-family: Nanum Myeongjo, serif; font-weight: 400; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
.section01 .img_box .overlay p { font-size: 18px; margin: 0 20px; text-align: center; }



.section01 h2 {max-width:560px; overflow:hidden; font-size:30px; color:#000; font-weight:400; word-break:keep-all; padding-left:5px}
.section01 .point {color:#2253b8; display:inline-block}
.section01 p { display:block; padding:20px 20px 20px 0px; font-size:22px; line-height:1.6; max-width:650px; word-break:keep-all;  padding-left:5px}
.section01  {padding: 100px 0 }

.section01 .btn_area { margin-top: 40px;}
.section01 .drag_slider { position: relative;}
.section01 .drag_slider .swiper-slide {  opacity: 0.3; transition: opacity 0.4s ease-in-out; -webkit-transition: opacity 0.4s ease-in-out;}
.section01 .drag_slider .swiper-slide .img_box { overflow: hidden; border-radius:20px; }
.section01 .drag_slider .swiper-slide .img_box img { transition: transform 0.6s ease-in-out; -webkit-transition: transform 0.6s ease-in-out; }
.section01 .drag_slider .swiper-slide:hover .img_box img { transform: scale(1.1); -webkit-transform: scale(1.1); }
.section01 .drag_slider .swiper-slide-active,
.section01 .drag_slider .swiper-slide-next {opacity: 1;}
.section01 .drag_slider .txt_box { padding: 20px 0px 0px 0px}
.section01 .drag_slider .txt_box h2 {display: block;font-size: 18px; line-height: 1.6; color: #181818; font-weight:0; letter-spacing:0; text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
.section01 .drag_slider .txt_box .sub_txt { color: #666; padding: 0 0 20px 5px;  font-size: 16px; line-height: 1.7; word-break: keep-all;}
.section01 .drag_slider .swiper-button-prev { top: auto;bottom: 0; left: -78px;transform: translateY(50%);-webkit-transform: translateY(50%); outline: none;color: #333 }
.section01 .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}
.section01 .drag_slider .swiper-scrollbar { margin-top: 67px; display: block; position: static; width: 100%; max-width: 1400px; height: 2px; background-color: #dcdcdc; }
.section01 .drag_slider .swiper-scrollbar-drag { margin-top: -1px;height: 2px;background-color: #000}


@media screen and (max-width: 768px) {
	.section01 .drag_slider .swiper-slide-next + .swiper-slide{opacity: 1;}
}

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



.section02 { position: relative; padding: 0;}
.tl_change {  background-image: url('../img/business_home.jpg');background-color: rgba(0, 0, 0, 0.4);  background-repeat: no-repeat; background-position: center center; background-size: cover; margin-top: 80px; transition: background-image 0.5s ease-in-out; /* 부드러운 배경 변경 효과 추가 */}
.section02 ul { position: relative;  display: flex; flex-wrap: wrap;  justify-content: space-between;}
.section02 ul > li { width: 25%; display: flex;}
.section02 ul > li > .wrapper { position: relative; width: 100%; height: 900px; background-color: rgba(0, 0, 0, 0.4); padding: 40px 40px 140px 40px; border-left: 1px solid #666; display: flex;align-items: center;transition: background-color 0.5s ease; /* 배경색 변경에 대한 부드러운 전환 효과 추가 */}
.section02 ul > li:first-child > .wrapper { border-left: 0;}
.section02 ul > li > .wrapper > .box {margin: 0 auto;}
.section02 ul i { display: block;  width: 62px; height: 60px;font-size: 52px;margin: 0 auto; color: #fff; }
.section02 ul h5 { font-size: 18px;color: #fff; margin: 25px 0; text-align: center;font-weight: 400; letter-spacing: 3px; font-family:Nanum Myeongjo;}
.section02 ul p { font-size: 18px; line-height: 1.6; text-align: left; color: #fff;  opacity: 0.8; }
.section02 ul .arrow {position: relative; width: 40px; height: 14px;margin: 33px auto 0; opacity: 0;}
.section02 ul .arrow:before { content: ""; display: block; position: absolute; left: 0;  top: 4px; width: 39px; height: 2px; background: #fff;}
.section02 ul .arrow:after { content: ""; display: block; position: absolute; right: 0; width: 7px; height: 7px; border-right: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(-45deg);}
.section02 ul > li > .wrapper:hover {  background-color: rgba(0, 0, 0, 0.6); color: #fff;}
.section02 ul > li > .wrapper:hover .arrow,
.section02 ul > li > .wrapper:hover p { opacity: 1;}
.section02 ul h5:hover { color: #fff;}
.section02 ul p:hover { color: #fff;}


@media all and (max-width: 576px) { 
    .section02{padding: 0}
	.section02 ul h2 { font-size: 19px}
    .section02 ul p { font-size: 13px; line-height: 20px }
	.section02 ul > li {width: 100% }
    .section02 ul > li >.wrapper { height: auto; padding: 30px 25px; border-left:0; border-bottom:1px solid #666 }
	.section02 ul > li:last-child>.wrapper { border-bottom:0} 
	.tl_row{padding-bottom:50px; position: relative}
    .tl_row .col-12{width:100%}
	.tl_row .col-12:last-child{padding:0 20px}
	.tl_row h2{font-size:28px;line-height:34px;text-align:center; max-width:none}
	.tl_row p{font-size:15px;padding:10px; text-align: center;  max-width:none}
	.tl_row p:before{display:none}
}




.section03 { width: 100%; padding: 150px 0; }
.section03 .inner { width: 100%; max-width: 1400px; margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; }
.section03 .left { width: 40%; display: flex; flex-direction: column; justify-content: flex-end; box-sizing: border-box; }
.section03 .left > div { display: block; width: 100%; margin-top: 150px; }
.section03 .left .bottom { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: auto; }
.section03 .left .bottom .thumb { width: 23%; margin-right: 2%; cursor: pointer; }
.section03 .left .bottom .thumb:nth-child(4n+1) { clear: both; margin-left: 0; }
.section03 .left .bottom .thumb img { width: 100%; border-radius: 10px; transition: outline 0.3s, opacity 0.3s; opacity: 0.5; }
.section03 .right { width: 60%; padding-left: 20%; box-sizing: border-box; display: flex; justify-content: flex-end; }
.section03 .right .top { position: relative; width: 100%; height: 100%; }
.section03 .right .top .thumb { position: relative; width: 100%; max-width: 593px; height: auto; }
.section03 .right .top .thumb img { width: 100%; height: auto; border-radius: 20px; box-shadow: 5px 5px 20px rgba(0,0,0,0.2); }
.section03 .left .bottom .thumb img:hover { border: 1px solid #b8b5b5; }
.section03 h3 { font-size: 15px; color: #e20000; font-weight: 500; }
.section03 h2 { font-size: 38px; font-weight: bold; color: #191919; max-width: 537px; padding: 30px 0; letter-spacing: -2px; font-family:Nanum Myeongjo;}
.section03 p { font-size: 18px; font-weight: 400; color: #666; max-width: 470px; word-break: keep-all; line-height: 1.6; }

@media screen and (max-width: 980px) {
    .section03 { padding: 50px 0; }
    .section03 .inner { display: block; }
    .section03 .left { width: 100%; margin: 50px 0; display: block; }
    .section03 .right { width: 100%; padding-left: 0 }
    .section03 h2 { font-size: 32px; }
    .section03 .right .top .thumb { width: 100%; max-width: inherit; }
    .section03 .left .bottom { margin-top: 20px; }
    .section03 .left .bottom .thumb { width: 48%; margin-bottom: 2%; }
    .section03 .left .bottom .thumb:nth-child(2n) { margin-right: 0; }
}






/* section04 */
.section04 {padding:0;}
.section04 .inner {width: 100%; display: flex; justify-content: center; flex-wrap: wrap;}
.section04 h2 {font-size: 24px; padding-bottom: 20px; margin-top: 50px;}
.section04 .left_nav { width: 10%;}
.section04 .left_nav ul {padding: 0; list-style: none;}
.section04 .left_nav ul li{font-size:18px;color:#555;font-weight:400;line-height:2.5;cursor:pointer;position:relative;transition:color .3s,font-weight .3s;  width: 70px}
.section04 .left_nav ul li.active {color: #000; font-weight: 700;}
.section04 .left_nav ul li .underline{position:absolute;bottom:-3px;left:0;width:0%;height:2px;background-color:#000;transition:width .3s ease-in-out}

.section04 .middel {width: 54%; position: relative; z-index: 2;}
.section04 .middel .roll {background: url('../img/content04_img01.png') center no-repeat; height: 685px; transition: background-image 0.3s ease-in-out;}
.section04 .middel .roll .txt_wrap {margin-left: 10%; position: absolute; left: 400px;}
.section04 .middel .roll h2 {font-size: 24px; font-weight: bold;}
.section04 .middel .roll .txt {font-size: 20px; font-weight: 500; color: #555;}

.section04 .right {width: 35%; margin-top: 10%; display: flex; flex-direction: column; align-items: flex-end;}
.section04 .right .txt_wrap {width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; justify-content: flex-end;}
.section04 .right .txt {font-size: 20px; color: #555; font-weight: 400; max-width: 352px; text-align: left; margin-bottom: 20px; line-height: 1.75; width: 100%;}
.section04 .right .photo img {width: 100%; max-width: none;}

@media screen and (max-width: 980px) {    
    .section04 .left_nav ul {display: flex; flex-wrap: wrap; justify-content: space-around; padding: 0; list-style: none;}
    .section04 .left_nav ul li {flex: 1; margin: 0 10px; text-align: center;}
    .section04 .left_nav {width: 100%; max-width: 600px; margin: auto;}
    .section04 .middel {width: 100%;}
    .section04 .middel .roll {background-size: 100%; height: 975px; margin-top: 50px}
    .section04 .right {width: 100%;}
    .section04 .right .txt_wrap {width: 100%; display: block;}
}

@media screen and (max-width: 576px) {
    .section04 .middel .roll{margin-top: 0px; height:675px} 
}


.section05{width:100%;padding:200px 0;clear:both;display:flex;flex-wrap:wrap; background-color: #f8f8f8;}
.section05 .inner{width:100%;display:flex;justify-content:space-between;flex-wrap:wrap}
.section05 .left,.section05 .right{width:45%;float:none}
.section05 .left h2{word-break:keep-all;text-align:left;font-size:24px;font-weight:400; color:#181818; font-family: Nanum Myeongjo; }
.section05 .left span{display:block;padding:20px 0;text-align:left;font-size:18px;color:#666;font-weight:400;line-height:1.7; }
.section05 .left .photo { display: block; position: relative;}
.section05 .left .txt_area { padding: 7px 20px 30px 0px;position: relative;}
.section05 .right h2{word-break:keep-all;text-align:left;font-weight:400;font-size:24px;color:#181818; font-family: Nanum Myeongjo; }
.section05 .right span{display:block;padding:20px 0;text-align:left;font-size:18px;font-weight:400;line-height:1.7;color:#666; }
.section05 .right .photo {  display: block;}
.section05 .photo li img { border-radius: 12px }
.section05 .right .txt_area{padding:50px 20px 30px 0;position:relative}
.section05 .owl-dots{position:absolute;width:100%;text-align:center;margin:0 auto;bottom:50px}
.section05 .owl-dots .owl-dot{background-color:#ddd;width:30px;height:5px;display:inline-block;margin-left:10px;border:0}
.section05 .owl-dots .owl-dot.active { background-color: #e20000;}
.section05 .owl-nav {position: absolute;right: 0; bottom: 0;}
.section05 .owl-nav i {font-size: 30px;}
.section05 .owl-next,.section05 .owl-prev{font-size:0;width:64px;height:64px;background-color:#fff;display:inline-block;border:0}

@media screen and (max-width: 980px) {
    .section05 .inner {
        flex-direction: column;
    }
    .section05 .left, .section05 .right {
        width: 100%; padding-top: 20px
    }
    .section05 .left .photo {
        order: 1; /* Ensure the left photo stays at the top */
    }
    .section05 .right .photo {
        order: 2; /* Move the right photo above the text area */
    }
    .section05 .right .txt_area {
        order: 3; /* Move the right text area below the photo */
    }
}



@media all and (max-width:980px) {
    .section05 {padding: 50px 0;}
    .section05 .owl-next, .section05 .owl-prev { width: 44px; height: 44px}
    .section05 .owl-nav i { font-size: 20px}
}

/* section06 */
.section06 { padding: 150px 0}
.section06 { width:100%; padding:150px 0; background-color:#f0f0f0;}
.section06 .inner {width: 100%;  display: flex; justify-content:center; flex-wrap: wrap;}
.section06 .txt { width:18%}
.section06 .txt h2 {text-align:left; font-size:40px; font-weight:bold;}
.section06 .txt p { font-size:18px; color:#666; padding:20px 0; max-width:280px; line-height:1.6; word-break:keep-all}
.section06 .photo { width:26%}
.section06 .photo img { width:100%; border-radius: 12px}
.section06 .notice { width:54%; margin-left:2%; background-color:#fff; border-radius: 12px}


@media all and (max-width:980px) {
    .section06 { padding: 50px 0}
    .section06 .txt {width: 100%}
    .section06 .photo { width: 100%}
    .section06 .notice  { width: 100%; margin-left: 0}
}


.section07 {width: 100%;  padding: 150px 0; background: #f7f7f7;  clear: both;}
.section07 ul { display: flex; justify-content: center; flex-wrap: nowrap;  max-width: 1400px; margin: 0 auto; gap: 2%; }
.section07 .value-wrap .text-wrap{position:relative;overflow:hidden;padding:20px;transition:transform .5s ease-in-out}
.section07 .value-wrap .text-wrap .title-text{font-size:18px;color:#666;line-height:140%;margin-bottom:10px;transition:transform .5s ease-in-out; font-weight: 400; }
.section07 .value-wrap:hover .text-wrap .title-text { transform: translateY(-10px); }
.section07 ul li {width: 25%; height: 500px;  transition: width .5s ease-in-out 0s}
.section07 ul li:hover { width: 500px }
.section07 ul li:hover .text-wrap { bottom: 32px}
.section07 .value-wrap {overflow: hidden;position: relative;border-radius: 12px; height: 100%; }
.section07 .value-wrap .img-cont{overflow:hidden;position:absolute;top:0;left:0;right:0;bottom:0;width:100%}
.section07 .value-wrap .img-cont::before{content:"";display:block;position:absolute;top:0;right:0;left:0;bottom:0;background:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(0,0,0,0) 100%);z-index:2}
.section07 ul li:hover .text-wrap .title-des {  color: #666; opacity:0.8 }
.section07 .value-wrap .img-cont img{width:100%;height:100%;object-fit:cover}
.section07 .value-wrap .img-cont::before{content:"";display:block;position:absolute;top:0;right:0;left:0;width:100%;height:100%;background:linear-gradient(360deg,rgba(255,255,255,0) 0,rgba(0,0,0,0) 100%)}
.section07 .value-wrap .text-wrap{position:absolute;bottom:0;left:0;width:100%;padding:20px;color:#181818;z-index:3;transition:opacity .5s ease-in-out}
.section07 .value-wrap:hover .text-wrap { opacity: 1; }
.section07 .value-wrap .text-wrap .title-des{font-size:16px;color:transparent;transition:color .5s ease-in-out .3s;white-space:nowrap;line-height:160%}

	

@media (max-width: 980px) {
    .section07 { padding: 50px 0}
    .section07 ul { display: flex; flex-wrap: wrap; justify-content: space-between; }
    .section07 ul li { width: 48%; margin-bottom: 2%; transition: width .5s ease-in-out 0s; }
    .section07 ul li:hover { width: 48%; } /* Hover 시에도 크기 유지 */
}

@media (max-width: 480px) {
    .section07 ul li { width: 100%; display: block; transition: width .5s ease-in-out 0s; }
    .section07 ul li:hover { width: 100%; } /* Hover 시에도 크기 유지 */
}



.section08 .container { width: 100%; overflow: hidden; max-width: 100%; padding: 0 } 
.section08 .banner { position: relative; width: 100%; height: 33.33vh; overflow: hidden; transition: height 0.2s ease; } 
.section08 .banner-image, .banner-video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; } 
.section08 .banner-video { opacity: 0; transition: opacity 0.5s ease; } 
.section08 .banner-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; max-width: 1600px; color: white; z-index: 2; text-align: left; padding: 0 20px; box-sizing: border-box; } 
.section08 .banner-category { font-size: 18px; margin: 0 0 10px 0; } 
.section08 .banner-title { font-size: 36px; margin: 0 0 10px 0; } 
.section08 .banner-description { font-size: 16px; margin: 0 0 10px 0; opacity: 0; max-height: 0; overflow: hidden; transition: opacity 0.2s ease, max-height 0.2s ease; } 
.section08 .banner-tags { font-size: 14px; } 
.section08 .banner:hover { height: 50vh; cursor: pointer; } 
.section08 .banner:hover .banner-video { opacity: 1; } 
.section08 .banner:hover .banner-description { opacity: 1; max-height: 100px; } 
@media (max-width: 768px) { 
    .section08 .banner-title { font-size: 24px; } 
    .section08 .banner-category { font-size: 16px; } 
    .section08 .banner-description, .banner-tags { font-size: 12px; } 
}





/*서브상단*/
.sub_visual{position:relative;max-width:2560px;margin:0 auto; 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.visual06 .bg{background-image:url(../img/sub_visual06.jpg)}
*/


.sub_visual .title_warp { max-width:1400px; margin:0 auto; padding: 0 20px; height: 700px }
.sub_visual .title_warp .title_page { height:622px; position: relative; transform:translateY(40%);  z-index:2}
.sub_visual h3{font-size:16px;font-weight:400; padding-top:20px; margin-left: 20px; color:#666; opacity:0.8;}
.sub_visual .main_title{font-size:50px; font-weight:400;  color:#181818; letter-spacing:-1px; font-family: Nanum Myeongjo; }
.sub_visual .inBox {font-size:14px; padding-top:10px; color:#fff; display: none; }
.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}
.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:0;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,
.sub_visual .main_title ,
.sub_visual .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;
}

.sub_visual .main_title {animation-delay: 0.6s; -webkit-animation-delay: 0.6s;}
.sub_visual .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);}
}





/*서브상단*/
.sub_visual{position:relative;max-width:2560px;margin:0 auto; 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.visual06 .bg{background-image:url(../img/sub_visual06.jpg)}




 @media screen and (max-width: 576px) {
    .sub_visual { height:422px}
	.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}
 }
/*서브상단*/





/*서브 제목*/
.content_wrap { width:100%; background-color: #fff;}
.content_wrap  .content_area { width:100%; max-width:1400px; margin:0px auto 0px auto; padding: 0px 0px 0px 0px;}
.content_wrap .txtCon { max-width:1400px; margin:0 auto; padding:200px 0px 50px 0px; clear:both}
.content_wrap .txtCon .sub_title { text-align:left; padding:0px 20px 50px 0px; max-width: 600px; word-break: keep-all;}
.content_wrap .txtCon .sub_title h2 {font-size:24px; color:#181818; font-family: Nanum Myeongjo; font-weight: 400;}
.content_wrap .txtCon .sub_title p {font-size: 18px; color:#666; padding-top:10px; word-break:keep-all; font-weight: 400;}
.content_wrap .txtboard { max-width:1400px; margin:0 auto; padding:300px 20px 50px 20px; font-size:12px; letter-spacing:-0.02em; clear:both}
.dot-title {
    display: block;
    position: relative;
    margin-top: 0px;
    padding-left: 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 0px;
    color: #666;       
}

.dot-title::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0px;
    width: 0px;
    height: 0px;
    /*background-image: url("../img/icon_hexa_blue.svg");*/
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat
}

.dot-title--nomb {
    margin-top: 0
}

.dot-title--bottom {
    margin-top: 0;
    margin-bottom: 30px
}

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

	.content_wrap .txtCon .sub_title{margin:50px 0 50px}
	.content_wrap .txtCon .sub_title h2 { font-size:32px}
}
/*서브 제목*/







/*서브 하단 네비*/
.share-area {float: right; display:block; 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:30px;height:30px;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 rgba(255, 255, 255, .3);}
@media screen and (max-width: 768px) {

	 .share-area { display:none}
}
@media screen and (max-width: 576px) {
	 .share-area .share-btn { display:none}
	 .share-area { display:none}
}
/*서브 하단 네비*/




/*푸터*/
#footer{ width:100%;height: 600px; border-top:1px solid #e4e2e2; clear:both; margin-top: 100px; background-color: #fcfcfc;}
#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:#181818;}
.footerCopyright{position:relative; float:left;width:100%; font-size:12px ;font-weight:200; text-align:left; color:#181818;}
.footerCopyright p { padding-left: 50px;}

@media screen and (max-width: 992px) {
	#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); }










