@import url("sub.css");

/* common */
.common_btn_next:before,.common_btn_prev.menu:before{display:none}
.common_btn_next,.common_btn_prev{cursor:pointer;width:40px !important;height:40px !Important}
.common_btn_prev{background:url(../img/common_btn_prev.png) center top no-repeat}
.common_btn_next{background:url(../img/common_btn_next.png) center top no-repeat}
.common_btn_prev:hover,.common_btn_next:hover{background-position:center -40px}
.common_arrow_btn .btn_prev2{background:url(../img/common_btn_prev2.png) center top no-repeat}
.common_arrow_btn .btn_next2{background:url(../img/common_btn_next2.png) center top no-repeat}
.common_arrow_btn .btn_prev2:hover,.common_arrow_btn .btn_next2:hover{background-position:center -40px}
.common_arrow_btn .swiper-button-prev:after,.common_arrow_btn .swiper-button-next:after{display:none}

.section_btn_title{display:flex;justify-content:space-between;width:100%}
.section_btn_title .btn_more{color:#999;font-size:21px}
.section_btn_title .btn_more:hover{color:#666}
.section_btn_title .btn_white{color:#fff;font-size:16px}
.section_btn_title .btn_white:hover{color:#fff !important}

#wrap{width:100%;max-width:2560px;min-width:100%;margin:0 auto}
.inner{width:1420px;margin:0 auto;position:relative}

/* 상단에 추가 */
.view_mode{position:fixed;top:0;left:50%;transform:translateX(-50%);background:#fff;padding:10px 20px;border-radius:0 0 10px 10px;box-shadow:0 2px 10px rgba(0,0,0,0.1);z-index:9999}
.view_mode a{display:inline-block;padding:8px 15px;color:#666;font-size:14px;transition:all 0.3s ease}
.view_mode a i{font-size:16px;margin-right:5px}
.view_mode a.on{color:#213C92;font-weight:500}
.view_mode a:hover{color:#213C92}
.view_mode a b{font-weight:400}

/* section */
.sec_box{max-width:1500px;margin:0 auto}
.sec-wrap,.header,.sec-content,.sec-footer{position:relative;width:100%;margin:0;padding:0}

/* header */
.header{display:flex;position:fixed;height:75px;z-index:1000;text-align:center;overflow:visible;}
.header .logo{display:block;width:168px;height:41px;position:absolute;left:40px;top:50%;z-index:2;transform:translateY(-50%);z-index:1001;background:url(../img/logo_b.png) center center no-repeat}
.header.on .logo{background:url(../img/logo.png) center center no-repeat}
.header.on .menu:after{display:none}
.header.on .menu > li > h2 a{color:#333}
.header.on{background:#fff}
.header{transition:background 0.8s ease}
.header.on.menuwrap{background:#fff}
.header:after{opacity:0;transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;-moz-transition:all ease .6s;-ms-transition:all ease .6s}
.header:before{content:'';width:100%;height:100px;background:#fff;position:absolute;top:0;right:0;z-index:-1;opacity:0;transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;-moz-transition:all ease .6s;-ms-transition:all ease .6s}

/* total_search */
.btn_search{display:block;width:25px;height:25px;padding:0px 30px;background:url(../img/icon_search_wh.png) center center no-repeat}
.total_search_pop{position:absolute;right:0;top:75px;z-index:9;display:block;width:100%;height:100px;background:rgba(0,0,0,0.5)}

/* header_info */
.header_info_wrap{display:flex;position:absolute;right:40px;top:50%;transform:translate(0, -50%);align-items:center;z-index:1001}
.header_info a{position:relative;color:#fff;font-size:14px;padding:0 10px;font-weight:300;margin:0 2px;display:inline-block;position:relative}
.header_info a:hover{text-decoration:none;font-weight:bold}
.header_info a:before {content:'';display:block;width:1px;height:14px;background:rgba(255,255,255,0.5);position:absolute;right:-4px;top:4px;}
.header_info a:last-child:before{display:none}
.header.on .header_info a{color:#222;font-weight:400}
.header.on .header_info a:before{background:rgba(0,0,0,0.2)}
.header.on .btn_search{background:url(../img/icon_search.png) center center no-repeat !important;position:relative;z-index:2}
.header.on .btn_menu .bar{background:#222}
.header.on .menu_wrap{background-color:#fff;box-shadow:0 2px 2px rgba(0,0,0,.15)}
.header.on .menu::before{content:'';position:absolute;top:75px;background:#dadada;width:100%;height:1px;display:block;}


/* menu */
.menu_wrap{position:fixed;left:0;z-index:999;width:100%;border-bottom:1px solid rgba(255,255,255,0.2);transition:all 0.1s ease;}
.menu_wrap.hide{display:none;}
.menu{display:flex;justify-content:center;position:relative;z-index:1001}
.menu > li h2{position:relative;font-weight:500;cursor:pointer;color:#fff;font-size:18px;margin:0 60px;line-height:75px;letter-spacing:-1px;}
.menu > li h2 a{color:#fff}
.menu > li h2 a:before,.menu > li.on h2 a:before{content:'';position:absolute;left:0;right:100%;bottom:0;pointer-events:none;transition:.4s;-webkit-transition:.4s;background:transparent;}
.menu > li.on h2 a:before{right:0;height:2px;background:#363588;pointer-events:unset}
.menu > li > a{color:#666;font-size:16px}
.menu > li > ul{width:100%;text-align:center;display:none;padding:12px 0 35px 0}
.menu > li.open > ul{display:block}
.menu > li > ul > li > a{display:block;padding:7px 0;font-size:14px;color:#050d1b;transition:all ease .3s;-webkit-transition:all ease .3s;-o-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;}
.menu > li > ul > li > a:hover{color:#222;font-weight:700}
.menu > li.open ul > li{opacity:1}
.menu > li.open{background:#fff}
.menu > li.open a{color:#222}
.menu > li h2 a:after{content:'';position:absolute;left:0;bottom:0;width:0;height:4px;background:rgb(70, 107, 187);transition:width 0.3s ease-in-out;}
.menu > li:hover h2 a:after{width:100%}


/* visual */
.visual_wrap{position:relative}
#visual{position:relative;width:100%;height:100vh;margin:0 auto;overflow:hidden;max-height:1080px;display:flex;justify-content:center;align-items:center;overflow:hidden}
#visual .swiper-slide{position:relative;width:100%;height:100%;overflow:hidden;display:flex}
#visual .swiper-slide:before{content:'';display:block;width:100%;height:100%;background:rgba(0,0,0,0.3);position:absolute;left:0;z-index:2}
#visual .imgBox{width:100%;width:100%;height:100vh;background-size:cover !important;position:relative;object-fit:cover;}
#visual .img1{background:url(../img/visual/visual_img1.jpg) center top no-repeat}
#visual .img2{background:url(../img/visual/visual_img2.jpg) center top no-repeat}
#visual .img3{background:url(../img/visual/visual_img3.jpg) center top no-repeat}
.visualList {height: 100vh;position: relative;overflow: visible;}
.visualList .txtBox{position:absolute;top:50%;left:50%;width:100%;text-align:left;color:#fff;max-width:1420px;transform:translate(-50%, -60%);z-index:3}
.visualList .txtBox .txt1{opacity:0;font-size:54px;line-height:72px;font-weight:500;letter-spacing:-3px;transition-delay:0.2s;}
.visualList .txtBox .txt2{opacity:0;font-size:21px;font-weight:600;line-height:35px;color:#fff;padding-top:20px;font-weight:300;max-width:50%;letter-spacing:-1.5px;transition-delay:1.2s}
.visualList video{width:100%;height:100vh;object-fit:cover;position:absolute;top:0;left:0;z-index:1}
.visualList .youtube-bg{width:100%;height:100vh;object-fit:cover;position:absolute;top:0;left:0;z-index:1}

.swiper-slide-active .txt_motion[data-swiper-animation]{opacity:0;transition:all 0.8s ease-out;transform: translate3d(0, 0, 0)}
.swiper-slide-active .txt_motion[data-swiper-animation="fadeInUp"] {visibility: visible;opacity:1;transform: translate3d(0, -30px, 0)}

#visual .btn_prev,.btn_next{color:#fff !Important;opacity:0.5}
#visual .swiper-button-prev{left:30px !important}
#visual .swiper-button-next{right:30px !important}

#visual .btn_prev:hover,.btn_next:hover{opacity:1}
#visual.swiper-pagination{color:#fff;bottom:20px; left:50%}
.swiper-horizontal>.swiper-pagination-bullets{bottom:70px !Important}



/* visual swiper */
.swiper{width:100%;height:100%}
.swiper-slide{text-align: center;font-size: 18px;background: #fff;display: -webkit-box;display: -ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack: center;-ms-flex-pack: center;	-webkit-justify-content: center;	justify-content: center;
-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.swiper-slide img{display:block;width:100%;height:100%;object-fit:cover;}

#visual .swiper-pagination{position:absolute;bottom:50px;left:0;width:100%;z-index:10;text-align:center}
#visual .swiper-pagination-bullet{position:relative;width:10px;height:10px;opacity:1;background:rgba(255,255,255,0.5);margin:0 5px;border-radius:50%;cursor:pointer;transition:all 0.3s ease}
#visual .swiper-pagination-bullet-active{width:55px;background:#fff;border-radius:10px}
#visual .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}


/* allmenu */
.btn_menu{position:relative;width:25px;height:16px;cursor:pointer}
.btn_menu .bar{position:absolute;left:0;width:100%;width:100%;height:2px;border:0;background:#fff;transition:opacity 0.3s, top 0.3s,transform 0.5s;transition-delay:0.3s, 0.3s, 0s}
.on .btn_menu .bar{background:#fff}
.btn_menu .bar:nth-child(1){top:0;transform:rotate(0)}
.btn_menu .bar:nth-child(2){top:8px;opacity:1}
.btn_menu .bar:nth-child(3){top:16px;transform:rotate(0)}
.btn_menu.map{right:0px}
.btn_menu.map .bar{background:#fff;transition:background 1s, opacity 0.3s, top 0.3s, transform 0.5s;transition-delay:0s, 0s, 0s, 0.3s}
.btn_menu.map .bar:nth-child(1){top:11px;background:#222;transform:rotate(-45deg)}
.btn_menu.map .bar:nth-child(2){opacity:0}
.btn_menu.map .bar:nth-child(3){top:11px;background:#222;transform:rotate(45deg)}


/* 검색 팝업 */
.search_popup{display:none;position:absolute;top:75px;left:0;width:100%;background:#2d2f3e;z-index:1000}
.search_popup .search_wrap{position:relative;width:100%;max-width:700px;margin:0 auto;padding:30px 20px}
.search_popup .search_wrap_inner{display:flex;width:100%;align-items:center;justify-content:center}
.search_popup .search_input{flex:1;height:50px;padding:0 20px;border:none;font-size:16px;max-width:400px}
.search_popup .search_btn{width:80px;height:50px;border:none;cursor:pointer;font-size:16px;background:#4069b7;color:#fff;font-size:15px;font-weight:500}
.search_popup .btn_close{position:absolute;top:17px;right:5px;width:25px;height:25px;background:none;border:none;cursor:pointer;color:#fff;transform:translateY(-50%)}
.search_popup .btn_close:before,.btn_close:after{content:'';position:absolute;top:50%;left:50%;width:20px;height:2px;background:#fff}
.search_popup .btn_close:before{transform:translate(-50%,-50%) rotate(45deg)}
.search_popup .btn_close:after{transform:translate(-50%,-50%) rotate(-45deg)}

#sitemap{display:none;position:fixed;top:75px;right:-100%;width:100%;height:calc(100% - 50px);background:#fff;padding:50px 20px; z-index:10;transition:all ease .5s; -webkit-transition:all ease .5s; -o-transition:all ease .5s; -moz-transition:all ease .5s; -ms-transition:all ease .5s; overflow: hidden; overflow-y:auto}
#sitemap .top_info{display:none}
#sitemap > ul{max-width:1380px; overflow:hidden; margin:0 auto;padding-top:20px}
#sitemap > ul > li{float:left;width:20%;padding:0 10px}
#sitemap > ul > li h2{font-size:18px;color:#333}
#sitemap > ul > li h3{font-size:18px; color:#333;font-weight:500;margin:0 0 10px}
#sitemap > ul > li > ul{margin:10px 0 0 0}
#sitemap > ul > li > ul > li > a{color:#999; font-size:16px;  padding:7px 0; display:block;}
#sitemap > ul > li h3 > a:hover{color:#014099;}
#sitemap > ul > li > ul > li > a:hover{color:#014099;}
#sitemap .top_info{position:absolute;top:0;left:0;width:100%;height:45px;overflow:hidden;z-index:10;text-align:left;padding:0 20px}
#sitemap .top_info a{display:inline-block;width:auto;height:45px;padding:0 20px;background:#f8f8f8;text-align:center;color:#666;line-height:43px;border:1px solid #ddd;margin-right:5px}
#sitemap .top_info a:first-child{margin-left:0}
#sitemap.open{display:block;right:0;}
.header.stm-hd{background:#fff }
.header.stm-hd .logo{background-image:url(../img/logo.png)}
.header.stm-hd .nav{display:none;}
.header.stm-hd .lang{display:none;}
.header.stm-hd .btn_search {background-image: url(../img/icon_search.png)}
.header.stm-hd .btn_menu{top:-4px}
.header.on .logo,
.header.stm-hd .logo {
    background: url(../img/logo.png) center center no-repeat;
}
.scr{overflow-y:hidden;}

/* main common */
.main_title{padding-bottom:40px}
.main_title h2{font-size:37px;line-height:53px;padding-bottom:4px;color:#222;letter-spacing:-2px}
.main_title p{font-size:17px;line-height:27px;color:#999}

.main_title2{padding-bottom:40px}
.main_title2 h2{font-size:37px;line-height:53px;padding-bottom:15px;color:#fff;letter-spacing:-2px}
.main_title2 p{font-size:18px;line-height:30px;color:#c9c7d3}

/* section1 */
#section_banner{display:flex;width:100%;justify-content:center;align-items:center;padding:140px 0}
.banner_wrap{display:flex;position:relative}
.banner_wrap a{display:block;position:relative;overflow:hidden;margin-right:20px}
.banner_wrap a.banner1{width:342px;height:305px}
.banner_wrap a.banner2{width:513px;height:305px}
.banner_wrap a.banner3{width:513px;height:633px;margin-right:0}
.banner_wrap a.banner4{width:876px;height:300px;position:absolute;bottom:0}
.banner_wrap a.banner4 .icon{position:absolute;z-index:1;width:70px;height:70px;top:50%;left:50%;transform:translate(-50%,-50%)}
.banner_wrap .title{font-size:20px;line-height:30px;color:#fff;position:absolute;left:25px;top:30px}
.banner_wrap .photo_box{position:relative}
.banner_wrap .photo_box img{width:100%;top:0;height:100%;position:relative;left:0;-webkit-transition: -webkit-transform 0.3s;-moz-transition: -moz-transform 0.3s;-o-transition: -o-transform 0.3s;transition: transform 0.3s}
.banner_wrap .photo_box:hover img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.banner_wrap .photo_box .ovrly{background:rgba(0,0,0,0.2);width:100%;height:100%;position:absolute;left:0;top:0;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s}
.banner_wrap .photo_box:hover .ovrly{opacity:0.1}
.banner_wrap .photo_box video{width:100%}
.banner_wrap .photo_box .youtube-bg{width:100%}
.banner_wrap a.banner4 .photo_box{height:300px}


/* section2 */
#section_intro{width:100%;height:2150px;background:#334779 url(../img/intro_bg.jpg) center bottom no-repeat;background-size:cover;position:relative;background-attachment:fixed;}

#section_intro .main_title2{padding-top:140px;transition:all 0.3s ease}
#section_intro .main_title2.fixed {
    position: sticky;
    top: 75px;
    z-index: 500;
}
#section_intro .main_title2 p{color:rgba(255,255,255,0.4)}
.section_intro_wrap{display:flex;justify-content:flex-end;width: 100%;max-width: 1420px;}
.intro_box_wrap{display:grid;grid-template-rows:repeat(2, 1fr);grid-template-columns: repeat(2, 1fr);grid-auto-flow:column;justify-content:flex-end;width:900px;position:relative;gap:40px}
.intro_box_wrap li{position:relative;justify-content:center;width:420px}
.intro_box_wrap li a{display:block;position:relative;margin-right:20px}

.intro_box_wrap li:nth-child(-n+2){margin-top:100px}
.intro_box_wrap li a div.photo_box{position:relative;width:420px;height:540px;overflow:hidden;}
.intro_box_wrap li a div.photo_box img{width:100%;height:100%;position:relative;left:0;top:0;-webkit-transition: -webkit-transform 0.3s;-moz-transition: -moz-transform 0.3s;-o-transition: -o-transform 0.3s;transition: transform 0.3s}
.intro_box_wrap li a div.photo_box:hover img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.intro_box_wrap li a div.photo_box .ovrly{background:rgba(0,0,0,0.3);width:100%;height:100%;position:absolute;left:0;top:0;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s}
.intro_box_wrap li a div.photo_box:hover .ovrly{opacity:0.1}
.intro_box_wrap li a dl.text_box{padding:24px 12px 0 12px}
.intro_box_wrap li a dl.text_box dt{font-size:20px;line-height:32px;font-weight:700;padding-bottom:4px;color:#fff}
.intro_box_wrap li a dl.text_box dd{font-size:16px;line-height:26px;color:rgba(255,255,255,0.8);width:70%}

/* section_news */
#section_news{position:relative;width:100%;background:url(../img/section_news_bg.png) no-repeat;background-size:cover;display:flex;justify-content:center;align-items:center;min-height:400px;padding:70px 0;overflow:hidden}
#section_news .section_news_wrap{display:flex;flex-direction:column;width:100%;max-width:1420px;margin:0 auto}
#section_news h3{font-size:24px;font-weight:bold;color:#fff;padding-bottom:20px;letter-spacing:-1px}
#section_news .news_list{position:relative;overflow:hidden}
#section_news .news_list_wrap{position:relative}
#section_news ul{display:flex;position:relative}
#section_news ul li{width:auto;height:230px;background:transparent !Important;text-align:left}
#section_news ul li a{display:block;position:relative;height:230px;background:rgba(255,255,255,.1);padding:35px}
#section_news ul li a:hover{background:rgba(255,255,255,0.2)}
#section_news ul li a p.category{color:#E7C48E;padding-bottom:7px;font-size:15px}
#section_news ul li a h4{color:#fff;font-size:20px;font-weight:500;letter-spacing:-.8px;min-height:60px;max-height:60px;overflow:hidden}
#section_news ul li a p.date{color:#eee;font-size:14px;font-weight:300;letter-spacing:0;padding-top:12px}

#section_news .common_arrow_btn .common_btn_prev{position:absolute;top:50%;left:-100px;z-index:99;transform:translate(0, -50%)}
#section_news .common_arrow_btn .common_btn_next{position:absolute;top:50%;right:-100px;z-index:99;transform:translate(0, -50%)}


/* section_board */
#section_board{width:100%;min-width:1420px;margin:0 auto;padding:70px 0;background:#f8f8f8}
#section_board .section_board_wrap{display:flex;width:1420px;margin:0 auto;gap:40px}
#section_board .section_board_wrap > div{flex:1;position:relative}
#section_board .section_board_wrap > div h3{font-size:20px;color:#32302a}
#section_board .section_board_wrap > div ul{margin-top:20px}
#section_board .section_board_wrap > div ul li{position:relative;display:flex;align-items:center;margin-bottom:2px;height:40px;border-bottom:1px solid #ddd;padding:5px 0}
#section_board .section_board_wrap > div ul li span.category{color:#B69C76;font-weight:500;font-size:16px;margin-right:7px}
#section_board .section_board_wrap > div ul li a{display:inline-block;width:calc(100% - 70px);color:#666;font-size:16px;line-height:26px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
#section_board .section_board_wrap > div ul li a:hover{color:#222;}
#section_board .section_board_wrap > div ul li span.date{font-size:14px;letter-spacing:0;color:#666;font-weight:300}
#section_board .icon_board_common{margin-right:12px}
#section_board .icon_board_common2{margin-right:4px;vertical-align:middle;}


/* section_products */
#section_products{position:relative;width:100%;display:flex;justify-content:center;align-items:center;padding:135px 0 150px 0;overflow:hidden}
#section_products .section_products_wrap{width:1420px;margin:0 auto;max-width:1420px;margin:0 auto}
#section_products .section_products_wrap .prod_list_wrap{position:relative}
#section_products .section_products_wrap .prod_list{position:relative;overflow:hidden}
#section_products .section_products_wrap .prod_list li .cont{padding:12px 0 0 0;text-align:left}
#section_products .title_wrap{text-align:center;padding-bottom:40px}
#section_products .title_wrap h3{font-size:37px;line-height:53px;font-weight:bold;color:#000;padding-bottom:12px;letter-spacing:-1px}
#section_products .title_wrap p{font-size:16px;color:#999}
#section_products .prod_list_wrap{position:relative;width:100%;}
#section_products .prod_list ul li .cont p.category{color:#B69C76;font-size:14px;line-height:24px}
#section_products .prod_list ul li .cont p.prod_tit{color:#32302a;font-size:20px;font-weight:700}

.section_products_wrap .img_box{position:relative;width:100%;height:315px;overflow: hidden;}
.section_products_wrap .img_box img{width:100%;top:0;height:100%;position:relative;left:0;-webkit-transition: -webkit-transform 0.3s;-moz-transition: -moz-transform 0.3s;-o-transition: -o-transform 0.3s;transition: transform 0.3s}
.section_products_wrap .img_box:hover img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.section_products_wrap .img_box .ovrly{background:rgba(0,0,0,0.2);width:100%;height:100%;position:absolute;left:0;top:0;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s}
.section_products_wrap .img_box:hover .ovrly{opacity:0.1}

#section_products .common_btn_prev{position:absolute;top:50%;left:-100px}
#section_products .common_btn_next{position:absolute;top:50%;right:-100px}
#section_products .swiper-slide{flex-shrink:0 !important}

/* PC/태블릿에서 슬라이드 너비 계산 */


@media screen and (min-width: 768px) and (max-width: 1023px) {
	#section_products .swiper-slide{width:calc((100% - 50px) / 3) !important;}
}

@media screen and (min-width: 640px) and (max-width: 767px) {
	#section_products .swiper-slide{width:calc((100% - 20px) / 2) !important;}
}

/* section_cscenter */
#section_cscenter{width:100%;height:440px;background:url(../img/main_cscenter_bg.jpg) center top no-repeat;background-size:cover;display:flex;align-items:center;}
.section_cscenter_wrap{width:1420px;margin:0 auto;}
.section_cscenter_wrap h4{font-size:35px;line-height:50px;color:#fff;font-weight:500;letter-spacing:-1px;padding-bottom:12px}
.section_cscenter_wrap p{font-size:18px;line-height:28px;color:#fff;font-weight:300;padding-bottom:28px}
.btn_link{padding:0 40px; transition-duration: 0.4s;background-color: transparent;height:40px;line-height:38px;display:inline-block;text-align:center;font-size:15px;color:#fff;border:1px solid #fff}
.btn_link:hover{background:#fff;color:#222;font-weight:bold}


/* section_banner_link */
#section_banner_link{width:1420px;margin:0 auto;padding:20px 0;overflow:hidden}
#section_banner_link .swiper4{width:100%;overflow:hidden}
#section_banner_link ul{display:flex}
/* footer */
#footer{width:100%;display:flex;border-top:1px solid #ddd;padding:15px 0 35px 0}
#footer h1{max-width:250px;margin:10px 70px 0 0}
#footer h1 img{width:100%}
#footer .foot_wrap{position:relative;width:100%}
#footer .footer_inner{width:1420px;margin:0 auto;display:flex}
#footer .foot_menu{width:100%;position:relative;display:flex;}
        .foot_menu li{display:flex;position:relative}
		.foot_menu li a{font-size:15px;color:#676767;padding:5px 15px 0 0;margin-left:15px}
		.foot_menu li a:before{content:'';position:absolute;left:0px;top:10px;width:1px;height:15px;background:#ddd}
		.foot_menu li:first-child a:before{display:none}
		.foot_menu li:first-child a{margin:0}
		.foot_menu li a:hover{text-decoration:underline}
		.copyright{font-size:13px;font-weight:300;color:#222;width:100%;padding:12px 0 20px 0px}
		.copy{font-size:13px;font-weight:400;color:#555;letter-spacing:0;margin-top:10px}
		.copyright address{font-size:15px;line-height:23px}

		.foot_sns{position:absolute;top:0;right:0;display:flex;}
		.foot_sns a{width:35px;height:35px;transition:all ease .4s;border-radius:50%;vertical-align:middle;margin-left:4px;background-color:#fff;border:1px solid #ddd;background-repeat:no-repeat;background-position:center center}
	    .foot_sns a:first-child{background-image:url(../img/sns1.png);margin-left:0}
	    .foot_sns a:nth-child(2){background-image:url(../img/sns2.png)}
	    .foot_sns a:nth-child(3){background-image:url(../img/sns3.png)}
		.foot_sns a:nth-child(4){background-image:url(../img/sns4.png)}
		.foot_sns a:hover{background-color:#f8f8f8}

		.family_site{position:absolute;width:200px;top:50px;right:0;z-index:99}
		.family_btn{display:block;width:100%;height:45px;padding:0 12px;background:#7c8091;color:#fff;font-size:14px;text-align:left;cursor:pointer}
		.family_btn:after{content:'';position:absolute;right:20px;top:50%;width:8px;height:8px;border-right:1px solid #f3f3f3;border-bottom:1px solid #f3f3f3;transform:translateY(-50%) rotate(45deg);transition:transform 0.3s}
		.family_btn.active:after{transform:translateY(-50%) rotate(-135deg)}
		.family_list{display:none;position:absolute;bottom:45px;left:0;width:100%;background:#585c6d;border:1px solid rgba(255,255,255,0.1);border-bottom:0}
		.family_list li{border-bottom:1px solid rgba(255,255,255,0.1)}
		.family_list li a{display:block;padding:10px 12px;color:#b5b8c5;font-size:13px;transition:all 0.3s}
		.family_list li a:hover{background:rgba(255,255,255,0.1);color:#fff}

/* 메인팝업 */
/* .popup_wrap{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:none}
.popup{position:absolute;background:#fff;box-shadow:0 5px 15px rgba(0,0,0,0.2);overflow:hidden}
.popup_content{position:relative}
.popup_content img{display:block;width:100%;height:auto}
.popup_footer{display:flex;justify-content:space-between;align-items:center;padding:8px 20px;background:#f2f2f2;border-top:1px solid #eee}
.popup_today{font-size:14px;color:#666;background:none;border:0;cursor:pointer}
.popup_close{width:30px;height:30px;border:0;background:none;font-size:18px;color:#222;cursor:pointer;transition:all 0.3s ease}
.popup_close:hover{transform:rotate(90deg);color:#213C92} */

/* 퀵메뉴 */

.quick_menu{position:fixed;right:0;top:70%;transform:translateY(-80%);z-index:100;
  width: 130px;
  border-radius: 8px 0 0 8px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);}



.quick_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.quick_menu li {
  border-bottom: 1px solid #ddd;
}

.quick_menu li:last-child {
  border-bottom: none;
}

.quick_menu li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 90px;
  padding: 10px;
  background: #fff;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}

.quick_menu li a:hover {
  background: #f4f7ff;
  color: #0056b3;
  font-weight: 600;
}

.quick_menu li a i {
  font-size: 28px;
  margin-bottom: 8px;
}

.quick_menu li a span {
  font-size: 14px;
  line-height: 1.4;
}

.quick_menu li.call a {
  background: #0056b3;
  color: #fff;
  font-weight: bold;
  height: 100px;
}

.quick_menu li.call a:hover {
  background: #003d80;
}

.quick_menu li.top a {
  background: #222;
  color: #fff;
  font-weight: bold;
  height: 60px;
}

.quick_menu li.top a:hover {
  background: #000;
}




/* responsive */

/***** mobile *****/
@media screen and (max-width:690px){

/* common */
.inner{width:100%}

/* header */
.header .logo{left:20px}

/* header_info */
.header_info_wrap{right:20px}
.header_info{display:none}

/* menu */
.menu_wrap{display:none}
/* sitemap */
#sitemap .top_info{display:block!important;}
#sitemap ul>li{float:none;width:100%;border-bottom:1px solid rgba(0,0,0,0.1);}
#sitemap h2{position:relative;padding:15px 0px;font-size:16px;cursor:pointer;}
#sitemap h2:after{content:'';position:absolute;right:0px;top:50%;width:10px;height:10px;border-right:2px solid #666;border-bottom:2px solid #666;transform:translateY(-50%) rotate(45deg);transition:transform 0.3s ease;}
#sitemap h2.active:after{transform:translateY(-50%) rotate(-135deg);}
#sitemap .depth-1{display:none;padding:0;background:#f8f8f8;}
#sitemap .depth-1.show{display:block;}
#sitemap .depth-1 a{display:block;padding:12px 20px;font-size:15px;color:#666;}
#sitemap .depth-1 a:hover,#sitemap .depth-1 a.on{background:#222;color:#fff}

/* visual */
#visual{height:400px;}
.visualList video{height:100%;object-fit:cover;}
.visualList .youtube-bg{height:100%;object-fit:cover;}
.visualList{height:400px;position:relative;}
.visualList .txtBox{max-width:100%;display:flex;padding:0px 30px;transform:translate(-50%,-50%);position:absolute;left:50%;top:50%;z-index:2;width:100%;max-width:1420px;opacity:1;}
.visualList .txtBox .txt1{font-size:30px;line-height:40px;letter-spacing:-1px;}
.visualList .txtBox .txt2{display:none;}
.swiper-horizontal>.swiper-pagination-bullets{bottom:25px!important;}
#visual .btn_prev,#visual .btn_next{display:none;}
#section_banner{padding:50px 20px;}
.visualList .imgBox{width:100%;height:100%;background-size:cover;background-position:center;}

/*유튜브*/






/* main common */
.main_title h2{font-size:24px;line-height:34px;}
.main_title p{font-size:15px;line-height:25px;}
.main_title2 h2{font-size:24px;line-height:34px;}
.main_title2 p{font-size:15px;line-height:25px;}
.main_title2 p br{display:none;}

/* section1 */
.banner_wrap{display:block}
.banner_wrap a{margin-bottom:10px}
.banner_wrap a.banner1,.banner_wrap a.banner2,.banner_wrap a.banner3{width:100%;height:200px}
.banner_wrap a.banner4{width:100%;height:200px;position:static;object-fit:cover;}
.banner_wrap a.banner4 .icon{width:35px;height:35px}
.banner_wrap .photo_box video{height:100%;object-fit:cover}
.banner_wrap .photo_box .youtube-bg{height:100%;object-fit:cover}
.banner_wrap a.banner4 .photo_box{height:200px}

/* section2 */
#section_intro{height:auto;padding-bottom:30px}
#section_intro .main_title2{padding:50px 20px 20px 20px;height:auto}
#section_intro .main_title2.fixed {
	position: static;
	top: auto;
	z-index: auto;
}
.intro_box_wrap{margin:0;padding:0 20px;gap:10px;display:flex;flex-direction:column}
.intro_box_wrap li{width:100%}
.intro_box_wrap li:nth-child(-n+2){margin-top:0px}
.intro_box_wrap li:nth-child(1) a{margin-top:0}
.intro_box_wrap li:nth-child(2) a{margin-top:0}
.intro_box_wrap li:nth-child(3) a{margin-top:0}
.intro_box_wrap li:nth-child(4) a{margin-top:0}
.intro_box_wrap li a{margin-right:0}
.intro_box_wrap li a div.photo_box{width:100%;height:240px}
.intro_box_wrap li a dl.text_box{padding:12px}
.intro_box_wrap li a dl.text_box dt{font-size:18px}
.intro_box_wrap li a dl.text_box dd{width:100%;font-size:15px}

/* section_news */
#section_news{padding:50px 20px;min-height:auto}
#section_news h3{font-size:20px;line-height:30px}
#section_news ul li{width:100%;height:auto}
#section_news ul li a{height:auto}
#section_news ul li a p.category{font-size:13px}
#section_news ul li a h4{font-size:16px;line-height:21px;height:auto;}
#section_news ul li a p.date{font-size:13px}
#section_news .common_arrow_btn .common_btn_next{right:-20px}
#section_news .common_arrow_btn .common_btn_prev{left:-20px}

/* section_board */
#section_board{padding:50px 20px;min-width:100%}
#section_board .section_board_wrap{width:100%;display:block}
#section_board .section_board_wrap > div h3{font-size:18px}
#section_board .section_board_wrap > div ul{margin:10px 0 30px 0}
#section_board .section_board_wrap > div ul li span.category{font-size:15px;}
#section_board .section_board_wrap > div ul li a{font-size:15px;}
#section_board .icon_board_common{margin-right:8px}

/* section_products */
#section_products{padding:50px 20px}
#section_products .title_wrap{padding-bottom:20px}
#section_products .title_wrap h3{font-size:24px;line-height:34px}
#section_products .title_wrap p{font-size:15px;line-height:25px}
#section_products .section_products_wrap{width:100%}
#section_products .prod_list ul li .cont p.category{font-size:13px}
#section_products .common_btn_prev{left:-20px}
#section_products .common_btn_next{right:-20px}
#section_products .swiper-slide{width:100% !important}

/* section_cscenter */
#section_cscenter{height:280px;padding:0 20px;background-position:left top;}
.section_cscenter_wrap h4{font-size:24px;line-height:34px}
.section_cscenter_wrap p{font-size:15px;line-height:25px}
.section_cscenter_wrap p br{display:none}
.btn_link{font-size:13px}

/* section_banner_link */
#section_banner_link{width:100%}
#section_banner_link .swiper4{width:100%;overflow:hidden}
#section_banner_link ul li{flex:none}

/* footer */
#footer .footer_inner{width:100%;display:block;padding:0 20px}
#footer .foot_menu{flex-wrap:wrap}
.foot_menu li a{font-size:14px;line-height:20px}
		.foot_sns{position:static}
		.copyright address{font-size:14px;line-height:20px}
		.family_site{position:relative;top:10px}
#footer h1{margin-bottom:15px}
#footer h1 img{width:auto}


/* 메인팝업 */
.popup_wrap{display:flex;align-items:center;justify-content:center}
.popup{position:relative;width:90%!important;max-width:400px;margin:0 auto;transform:none!important;left:0!important;top:0!important}
.popup_content{width:100%!important}
.popup_footer{padding:12px 15px}
.popup_today{font-size:13px}
.popup_close{width:26px;height:26px;font-size:16px}


/* 퀵메뉴 */
.quick_menu{display:none}
}




/***** tablet *****/
@media screen and (min-width:691px) and (max-width:899px){
	/* common */
	.inner{width:100%}

	/* header */
	.header .logo{left:20px}

	/* header_info */
	.header_info_wrap{right:20px}
	.header_info{display:none}

	/* menu */
	.menu_wrap{display:none}

	/* sitemap */
	#sitemap .top_info{display:block !important}

	/* visual */
	#visual{height:540px}
	.visualList video{height:100%;object-fit:cover;}
	.visualList .youtube-bg{height:100%;object-fit:cover;}
	.visualList .txtBox{max-width:100%;padding:0px 65px;transform:translate(-50%, -30%)}
	#visual .swiper-button-prev{left:10px !Important}
	#visual .swiper-button-next{right:10px!Important}
	.visualList .txtBox .txt1{font-size:42px;line-height:52px;letter-spacing:-1px}
	.visualList .txtBox .txt2 {max-width:90%}
	.visualList .txtBox .txt2 br{display:none}

	#section_banner{padding:50px 20px}

	/* main common */
	.main_title h2{font-size:28px;line-height:38px}
	.main_title p{font-size:16px;line-height:26px}

	.main_title2 h2{font-size:28px;line-height:38px}
	.main_title2 p{font-size:16px;line-height:25px}


	/* section1 */
	.banner_wrap{display:block}
	.banner_wrap a{margin-bottom:10px}
	.banner_wrap a.banner1,.banner_wrap a.banner2,.banner_wrap a.banner3{width:100%;height:200px}
	.banner_wrap a.banner4{width:100%;height:200px;position:static;object-fit:cover;}
	.banner_wrap a.banner4 .icon{width:35px;height:35px}
	.banner_wrap .photo_box video{height:100%;object-fit:cover}
	.banner_wrap .photo_box .youtube-bg{height:100%;object-fit:cover}
	.banner_wrap a.banner4 .photo_box{height:200px}

	/* section2 */
	#section_intro{height:auto;padding-bottom:30px}
	#section_intro .main_title2{padding:50px 20px 30px 20px;height:auto}
	.intro_box_wrap{margin:0;padding:0 20px;gap:20px}
	.intro_box_wrap li{width:100%;}
	.intro_box_wrap li a{margin-right:0}
	.intro_box_wrap li a div.photo_box{width:100%;height:350px}
	.intro_box_wrap li a dl.text_box dd{width:100%}

	#section_intro .main_title2.fixed {
		position: static;
		top: auto;
		z-index: auto;
	}

	/* section_news */
	#section_news{min-height:100%;padding:50px 20px}
	#section_news h3{font-size:24px;line-height:34px}
	#section_news ul{gap:0}
	#section_news ul li{width:100%;height:auto}
	#section_news ul li a{height:auto}
	#section_news ul li a p.category{font-size:13px}
	#section_news ul li a h4{font-size:16px;line-height:21px}
	#section_news ul li a p.date{font-size:13px}
	#section_news .common_arrow_btn .common_btn_next{right:-20px}
	#section_news .common_arrow_btn .common_btn_prev{left:-20px}

	/* section_board */
	#section_board{padding:50px 20px;min-width:100%}
	#section_board .section_board_wrap{width:100%;display:block}
	#section_board .section_board_wrap > div h3{font-size:18px}
	#section_board .section_board_wrap > div ul{margin:10px 0 30px 0}
	#section_board .section_board_wrap > div ul li span.category{font-size:15px;}
	#section_board .section_board_wrap > div ul li a{font-size:15px;}
	#section_board .icon_board_common{margin-right:8px}

	/* section_products */
	#section_products{padding:50px 20px}
	#section_products .title_wrap{padding-bottom:20px}
	#section_products .title_wrap h3{font-size:24px;line-height:34px}
	#section_products .title_wrap p{font-size:15px;line-height:25px}
	#section_products .section_products_wrap{width:100%}
		#section_products .prod_list ul li .cont p.category{font-size:13px}
	#section_products .common_btn_prev{left:-20px}
	#section_products .common_btn_next{right:-20px}

	/* section_cscenter */
	#section_cscenter{height:300px;padding:0 20px}
	.section_cscenter_wrap h4{font-size:28px;line-height:38px}
	.btn_link{font-size:13px}

	/* section_banner_link */
	#section_banner_link{width:100%}
	#section_banner_link .swiper4{width:100%;overflow:hidden}
	#section_banner_link ul li{flex:none}

	/* footer */
	#footer .footer_inner{width:100%;display:block;padding:0 20px}
	        .family_site{position:relative;top:0px}
	#footer h1{margin-bottom:15px}
	#footer h1 img{width:auto}

	/* 메인팝업 */
	.popup_wrap{display:flex;align-items:center;justify-content:center}
	.popup{position:relative;width:90%!important;max-width:400px;margin:0 auto;transform:none!important;left:0!important;top:0!important}
	.popup_content{width:100%!important}
	.popup_footer{padding:12px 15px}
	.popup_today{font-size:13px}
	.popup_close{width:26px;height:26px;font-size:16px}


	/* 퀵메뉴 */
	.quick_menu{display:none}
}

/***** Desktop Device *****/
@media screen and (min-width:900px) and (max-width:1599px) {

	/* common */
	.inner{width:100%}

	.menu > li h2{margin:0 25px}

	/* header */
	.header .logo{left:30px}
	.header_info_wrap{right:30px}
	.header_info{display:none}

	/* sitemap */
	#sitemap{padding:50px 30px}
	#sitemap .top_info{display:block !important}

	/* visual */
	#visual{min-height:700px;height:100vh}
	.visualList video{height:100%;object-fit:cover;}
	.visualList .youtube-bg{height:100%;object-fit:cover;}
	.visualList .txtBox{max-width:100%;padding:0px 65px;transform:translate(-50%, -30%)}
	#visual .swiper-button-prev{left:10px !Important}
	#visual .swiper-button-next{right:10px!Important}

	/* section1 */
	#section_banner{padding:140px 30px}
	.banner_wrap{flex-wrap:wrap}
	.banner_wrap a{margin-bottom:20px}
	.banner_wrap a.banner2{width:calc(100% - 362px);margin-right:0}
	.banner_wrap a.banner3{width:342px;height:300px;margin-right:20px}
	.banner_wrap a.banner4{position:static;width:calc(100% - 362px);margin-right:0}

	/* section2 */
	#section_intro{height:auto;padding-bottom:30px}
	#section_intro .main_title2{padding:50px 20px 30px 20px;height:auto}
	.intro_box_wrap{margin:0;padding:0 20px;gap:20px}
	.intro_box_wrap li{width:100%;}
	.intro_box_wrap li a{margin-right:0}
	.intro_box_wrap li a div.photo_box{width:100%}
	.intro_box_wrap li a dl.text_box dd{width:100%}



	#section_news .section_news_wrap{max-width:100%}


	#section_board{min-width:100%;padding:70px 30px}
	#section_board .section_board_wrap{width:100%}
	#section_board .section_board_wrap{flex-wrap:wrap}

	#section_news{padding:70px 30px}
	#section_news ul{gap:0 0px}

	#section_banner_link{width:100%}
	#section_banner_link .swiper4{width:100%;overflow:hidden}

	.section_cscenter_wrap{width:100%;padding:0 30px}

	/* footer */
	#footer{padding:15px 20px 35px 20px}
	#footer .footer_inner{width:100%}

}

/* 퀵메뉴 1640px 이하에서 숨김 */
@media screen and (max-width: 1640px) {
	.quick_menu{display:none !important}
}

/* sitemap이 열릴 때 family_site 숨기기 */
@media screen and (max-width: 1599px) {
	.family_site{display:none}
}


/* Swiper2 제품 중앙 정렬 */
.swiper2 {
  display: flex;
  justify-content: center;
}



/* 제품이 3개 이하일 때 중앙 정렬 강화 */
.swiper2.centered-slides .swiper-wrapper {
  justify-content: center !important;
  align-items: center;
}



/* Swiper3 모바일 세로 레이아웃 */
/* @media screen and (max-width: 640px) {
	#section_news .swiper3 {
		height: auto;
	}

	#section_news .swiper3 .swiper-wrapper {
		flex-direction: column !important;
		height: auto !important;
		transform: none !important;
	}

	#section_news .swiper3 .swiper-slide {
		width: 100% !important;
		height: auto !important;
		margin-bottom: 10px;
		flex-shrink: 0;
		transform: none !important;
	}

	#section_news .swiper3 .swiper-slide:last-child {
		margin-bottom: 0;
	}

	#section_news .common_arrow_btn {
		display: none;
	}
}
 */
