@charset 'utf-8';

/* 공통 */
*{letter-spacing:-0.025em; line-height: 1.4;}
.clip {position: absolute; clip: rect(0,0,0,0); width: 1px; height: 1px;overflow: hidden;}
.w1720{width: 100%; max-width: 1720px; margin: 0 auto; box-sizing:border-box;}
.w1500{width: 100%; max-width: 1500px; margin: 0 auto; box-sizing:border-box;}
/* .ro{font-family: 'Roboto', sans-serif;} */

@font-face {
    font-family: '03HanwhaL';
    src: url('/font/03HanwhaL.woff') format('woff');
}

@font-face {
    font-family: '02HanwhaR';
    src: url('/font/02HanwhaR.woff') format('woff');
}
@font-face {
    font-family: '01HanwhaB';
    src: url('/font/01HanwhaB.woff') format('woff');
}
.han{font-family: '02HanwhaR' !important; font-weight:normal !important;}
.hanB{position:relative; top: -3px; font-family: '01HanwhaB' !important; font-weight:normal !important;}
.hanB.top{top: -1px;}
.hanL{font-family: '03HanwhaL' !important; font-weight:normal !important;}

/* privacy */
.privacy { color:#666; width: 100%; overflow: hidden; box-sizing:border-box; padding:20px; font-size:15px;	line-height: 140%; word-break:break-all; }
.privacy h2 { font-size:18px; font-weight:bold; color:#000; text-align: left; margin:50px 0 30px; }
.privacy h2:first-child { margin-top: 0; }
.privacy > p { margin:15px 0; }
.privacy > p+dl { margin-top: 30px; }
.privacy > dl { padding-bottom:20px;}
.privacy > dl > dt{ font-size:15px;color:#3680b9;font-weight:700;padding-bottom:5px;}
.privacy > dl > dd{ padding-bottom:10px;text-align:justify; font-size:15px; line-height:140%;}
.privacy > dl > dd ul{ padding:10px; }
.privacy > dl > dd ul li{ line-height:120%; margin-top: 10px; }
.privacy > dl > dd ul li:first-child { margin-top: 0; }
.privacy > dl > dd ul li p { margin:0 10px 5px; line-height: 140%; }
.sTxt h3 { font-size:16px; color: #333; font-weight: 700; margin: 20px 0 10px; }
.sTxt p { margin-top: 10px; }
.sTxt dt { margin-top: 10px; }
.sTxt dd { margin:0 8px; }

.header{position:fixed; top: 0; left: 0; display:flex; align-items:center; justify-content:space-between; width: 100%; box-sizing:border-box; padding: 0 92px 0 100px; z-index: 500; transition:0.4s}
.header .logo{position:relative; background:url(/img/common/convergence_logo_en.svg) no-repeat 50% 50% / contain; width: 230px; height: 45px; transition:0.4s; z-index: 10;}
.header .logo a{position:absolute; top: 0; left: 0; right: 0; bottom: 0;}
.header .gnb{}
.header .gnb > ul{display:flex;}
.header .gnb > ul > li{}
.header .gnb > ul > li > a{position:relative; display:inline-block; vertical-align: top; font-weight:500; font-size:16px; color: #fff; padding: 0 45px; box-sizing:border-box; line-height: 100px; transition:0.4s} 
.header .gnb > ul > li > a::after{content:""; position:absolute; bottom: 25px; left: 50%; height: auto; transform:translateX(-50%); width: 3px; height: 15px; background:url(/img/common/icon_hover.png) 50% 50% no-repeat; transition:0.4s; opacity: 0;}
.header .gnb > ul > li > .sub_depth{display:none; position:absolute; top: 100%; left: 0; width: 100%; background: #fff;}
.header .gnb > ul > li > .sub_depth > li{display:flex;}
.header .gnb > ul > li > .sub_depth > li > .left{position:relative; z-index: 10; width: 480px; background: #221815; box-sizing:border-box; padding-left: 210px; padding-top: 60px; padding-bottom:100px;}
.header .gnb > ul > li > .sub_depth > li > .left > span{display:inline-block; vertical-align: top; width: 100%; font-weight:300; font-size:28px; color: #fff; opacity: 0.3; margin-bottom:45px; cursor: pointer; transition:0.3s}
.header .gnb > ul > li > .sub_depth > li > .left > span i{position:relative; top: -4px; font-size:20px; opacity: 0; transition:0.3s;}
.header .gnb > ul > li > .sub_depth > li > .left > span:last-of-type{margin-bottom:0;}
.header .gnb > ul > li > .sub_depth > li > .right{position:relative; width: calc(100% - 480px); box-sizing:border-box; padding: 50px 210px 80px 100px;overflow: hidden; background: #fff;}
.header .gnb > ul > li > .sub_depth > li > .right .all_tab{display:none; }
.header .gnb > ul > li > .sub_depth > li > .right > ul{width: 100%; flex-wrap:wrap; font-size:0; display:none;}
.header .gnb > ul > li > .sub_depth > li > .right > ul > li{display:inline-block; vertical-align: top; width: calc(33.33% - 33.33px); max-width: 310px; margin-right: 30px; box-sizing:border-box;}
.header .gnb > ul > li > .sub_depth > li > .right > ul > li:nth-of-type(3n){margin-right: 0;}
.header .gnb > ul > li > .sub_depth > li > .right > ul > li:last-of-type{margin-right: 0;}
.header .gnb > ul > li > .sub_depth > li > .right > ul > li > a{display:flex; height: 40px; width: 100%; max-width: 290px; line-height: 1.3; border:1px solid #dddddd; box-sizing:border-box; padding: 0 20px; font-size:17px; color: #777; transition:0.3s}
.header .gnb > ul > li > .sub_depth > li > .right.no_tab > ul > li{margin-bottom:40px;}
/* .header .gnb > ul > li > .sub_depth > li > .right > ul > li > ul{margin-top: 20px;} */
.header .gnb > ul > li > .sub_depth > li > .right > ul > li > ul > li{}
.header .gnb > ul > li > .sub_depth > li > .right > ul > li > ul > li > a{display:inline-block; vertical-align: top; width: 100%; padding: 10px 20px; font-size:16px; color: #444444; transition:0.3s}
.header .gnb > ul > li > .sub_depth > li > .right > ul > li > ul > li > a > .hanL{font-size:14px;}

.header .energy{ margin-right: 20px; position: relative; z-index: 10; }
.header .energy span{ display: inline-block; width: 200px; height: 40px; background: url("/img/common/energy_logo_en.svg") no-repeat center center / contain; }

.header .header_ui{display:flex; align-items:center;}
.header .header_ui .lang{position:relative; width: 30px; height: 30px; margin-right: 10px; z-index: 10;}
.header .header_ui .lang a{display:inline-block; vertical-align: top; width: 100%; height: 100%; text-align: center;}
.header .header_ui .lang a i{font-size:16px; color: #fff; line-height: 30px; transition:0.3s}
.header .header_ui .m_btn{position:relative; width: 30px; height: 30px; text-align: center; cursor: pointer;  z-index: 10}
.header .header_ui .m_btn span:not(.clip){position:relative; display:inline-block; vertical-align: top; width: 14px; height: 2px; margin: 14px 0;}
.header .header_ui .m_btn span:not(.clip)::after{content:''; position:absolute; top: -4px; left:0; width: 100%; height: 100%; background: #fff; transition:0.3s}
.header .header_ui .m_btn span:not(.clip)::before{content:''; position:absolute; top: 4px; left:0; width: 100%; height: 100%; background: #fff; transition:0.3s}
.header .header_ui .all_gnb{display:flex; flex-wrap:wrap; position:fixed; top: 0; left: 0; width: 100%; height: 0; background: #ffffff; transition:0.8s; overflow: hidden;}
.header .header_ui .all_gnb .info_box{position:relative; display:flex; flex-direction:column; justify-content:flex-end; width: calc(100% - 66.66%); background: #201d1c; padding: 0 0 100px 100px; box-sizing:border-box;}
.header .header_ui .all_gnb .info_box::after{content:''; position:absolute; width: 973px; height: 883px; bottom: -26%; left: -73%; background:url(/img/common/all_bg01.png) 50% 50% no-repeat; opacity: 0.02;}
.header .header_ui .all_gnb .info_box .sns{ display:flex; margin-bottom:30px; opacity: 0.3;}
.header .header_ui .all_gnb .info_box .sns li{margin-right: 10px;}
.header .header_ui .all_gnb .info_box .sns li a{display:inline-block; vertical-align: top;}
.header .header_ui .all_gnb .info_box .txt{opacity: 0.3;}
.header .header_ui .all_gnb .info_box .txt p{font-size:16px; color: #fff; letter-spacing:-0.025em;}
.header .header_ui .all_gnb .info_box .txt .add{margin-bottom:14px;}
.header .header_ui .all_gnb .info_box .txt .num{display:flex;}
.header .header_ui .all_gnb .info_box .txt .num p{position:relative; margin-right: 20px;}
.header .header_ui .all_gnb .info_box .txt .num p::after{content:''; position:absolute; top: 5px; right: -12px; width: 1px; height: 10px; background: #fff;}
.header .header_ui .all_gnb .info_box .txt .num p:last-of-type{margin-right: 0;}
.header .header_ui .all_gnb .info_box .txt .num p:last-of-type::after{display:none; }
.header .header_ui .all_gnb nav{display:flex; align-items:center;position:relative; width: 66.66%;}
.header .header_ui .all_gnb nav::after{content:''; position:absolute; width: 50%; top: 0; right: 0; bottom: 0; background: #f9f9f9; z-index: -1;}
.header .header_ui .all_gnb nav > ul{position:relative; width: 100%;}
.header .header_ui .all_gnb nav > ul > li{width: 50%;}
.header .header_ui .all_gnb nav > ul > li > a{position:relative; display:inline-block; width: 100%; vertical-align: top; font-size:36px; color: #222; padding: 40px; transition:color 0.4s; box-sizing:border-box;}
.header .header_ui .all_gnb nav > ul > li > a::before{content:''; width: 60px; height: 60px; background:url(/img/common/icon_all_arrow_circle.png) 50% 50% no-repeat; position:absolute; top: 50%; right: 40px; transform:translateY(-50%); opacity: 0; transition:0.4s}
.header .header_ui .all_gnb nav > ul > li > a::after{font-family:'xeicon'; content: "\e90b"; position:absolute; top: 50%; right: 100px; transform:translateY(-50%);   font-size:20px; color: #f77b0b; opacity: 0;}
.header .header_ui .all_gnb nav > ul > li > ul{display:none; position:absolute; top: 24px; left: 50%;}
.header .header_ui .all_gnb nav > ul > li > ul > li{}
.header .header_ui .all_gnb nav > ul > li > ul > li > .left{display:none; }
.header .header_ui .all_gnb nav > ul > li > ul > li > .right > .all_tab{display:inline-block; width: 100%; vertical-align: top; font-size:24px; color: #666; padding: 22px 40px; transition:color 0.4s; box-sizing:border-box; cursor: pointer;}
.header .header_ui .all_gnb nav > ul > li > ul > li > .right > .all_tab span{position:relative; }
.header .header_ui .all_gnb nav > ul > li > ul > li > .right > .all_tab span::before{content:''; position:absolute; bottom: 2px; left: -5%; width: 0; height: 8px; background: #f37321; opacity: 0.15; transition:0.4s}
.header .header_ui .all_gnb nav > ul > li > ul > li > .right > ul:not(.tab_depth){}
.header .header_ui .all_gnb nav > ul > li > ul > li > .right > ul:not(.tab_depth) > li{}
.header .header_ui .all_gnb nav > ul > li > ul > li > .right > ul:not(.tab_depth) > li > a{display:inline-block; vertical-align: top; font-size:24px; color: #666; padding: 22px 40px; transition:color 0.4s;  box-sizing:border-box;}
.header .header_ui .all_gnb nav > ul > li > ul > li > .right > ul:not(.tab_depth) > li > a span{position:relative; }
.header .header_ui .all_gnb nav > ul > li > ul > li > .right > ul:not(.tab_depth) > li > a span::before{content:''; position:absolute; bottom: 2px; left: -5%; width: 0; height: 8px; background: #f37321; opacity: 0.15; transition:0.4s}
.header .header_ui .all_gnb nav > ul > li > ul > li > .right > ul.tab_depth{display:none; position:relative; }
.header .header_ui .all_gnb nav > ul > li > ul > li > .right > ul.tab_depth > li{width: 260px;}
.header .header_ui .all_gnb nav > ul > li > ul > li > .right > ul.tab_depth > li > a{position:relative; display:inline-block; width: 300px; padding: 30px 0 30px 60px; font-size:19px; color: #444; vertical-align: top; box-sizing:border-box}
.header .header_ui .all_gnb nav > ul > li > ul > li > .right > ul.tab_depth > li > a::before{font-family:'xeicon'; content: "\e90b"; position:absolute; top: 50%; right: 0; transform:translateY(-50%); opacity: 0; transition:0.3s;}
.header .header_ui .all_gnb nav > ul > li > ul > li > .right > ul.tab_depth > li > ul{display:none; position:absolute; width: 100%; top: 22px; left: 300px; display:inline-block; vertical-align: top; display:none; }
.header .header_ui .all_gnb nav > ul > li > ul > li > .right > ul.tab_depth > li > ul > li{}
.header .header_ui .all_gnb nav > ul > li > ul > li > .right > ul.tab_depth > li > ul > li > a{display:inline-block; width: 100%; vertical-align: top; font-size:16px; color: #777777; transition:0.3s; padding: 10px 0;box-sizing:border-box;}

.header .header_ui .all_gnb nav > ul > li > ul.sub_depth05 > li > .right > ul.tab_depth > li > a::before{display:none; }


/* on&hover */
.header.scroll,
.header.on{background: #fff;}
.header.scroll .logo,
.header.c .logo,
.header.on .logo{background:url(/img/common/convergence_logoH_en.svg) no-repeat 50% 50% / contain;}
.header.scroll .gnb > ul > li > a,
.header.c .gnb > ul > li > a,
.header.on .gnb > ul > li > a{color: #222222;}
.header.scroll .header_ui .lang a i,
.header.c .header_ui .lang a i,
.header.on .header_ui .lang a i{color: #222;}
.header.scroll .header_ui .m_btn span:not(.clip)::before,
.header.scroll .header_ui .m_btn span:not(.clip)::after,
.header.c .header_ui .m_btn span:not(.clip)::before,
.header.c .header_ui .m_btn span:not(.clip)::after,
.header.on .header_ui .m_btn span:not(.clip)::before,
.header.on .header_ui .m_btn span:not(.clip)::after{background: #222;}
.header.scroll .energy span, .header.c .energy span,.header.on .energy span{ background: url("/img/common/energy_logoH_en.svg") no-repeat center center / contain; }

.header.open .logo{background:url(/img/common/convergence_logo_en.svg) no-repeat 50% 50% / contain;}
.header.open .gnb > ul > li > a{color: #222222;}
.header.open .header_ui .lang a i{color: #222;}
.header.open .header_ui .m_btn span:not(.clip)::before,
.header.open .header_ui .m_btn span:not(.clip)::after{background: #222;}

.header .gnb > ul > li:hover > a{color: #f37321;}
.header .gnb > ul > li:hover > a::after{bottom: 14px; opacity: 1;}
.header .gnb > ul > li > .sub_depth > li > .left span.on,
.header .gnb > ul > li > .sub_depth > li > .left span:hover{opacity: 1; font-weight:bold;}
.header .gnb > ul > li > .sub_depth > li > .left span.on i,
.header .gnb > ul > li > .sub_depth > li > .left span:hover i{margin-left: 30px; opacity: 1;}
.header .gnb > ul > li > .sub_depth > li > .right > ul.on{display:block; }
.header .gnb > ul > li > .sub_depth > li > .right > ul > li:hover > a{border-color:#221815; color: #221815;}
.header .gnb > ul > li > .sub_depth > li > .right > ul > li > ul > li > a:hover{color: #f37321;}

.header .header_ui .m_btn.on span:not(.clip)::after{top: 0; transform:rotate(45deg);}
.header .header_ui .m_btn.on span:not(.clip)::before{top: 0; transform:rotate(-45deg);}

/* all */
.header .header_ui .all_gnb.on{ height: 100%;}
.header .header_ui .all_gnb nav > ul > li.on > a::after,
.header .header_ui .all_gnb nav > ul > li:hover > a::after{animation:moveArrow 1.5s infinite alternate; font-weight:400;}
.header .header_ui .all_gnb nav > ul > li.on > a::before,
.header .header_ui .all_gnb nav > ul > li:hover > a::before{opacity: 1;}
.header .header_ui .all_gnb nav > ul > li.on > a,
.header .header_ui .all_gnb nav > ul > li:hover > a{color: #f37321; font-weight:bold;}
.header .header_ui .all_gnb nav > ul > li > ul > li > .right > .all_tab.on,
.header .header_ui .all_gnb nav > ul > li > ul > li > .right > .all_tab:hover,
.header .header_ui .all_gnb nav > ul > li > ul > li > .right > ul > li > a:hover{font-weight:bold; color: #333;}
.header .header_ui .all_gnb nav > ul > li > ul > li > .right > .all_tab.on span::before,
.header .header_ui .all_gnb nav > ul > li > ul > li > .right > .all_tab:hover span::before,
.header .header_ui .all_gnb nav > ul > li > ul > li > .right > ul > li > a:hover span::before{width: 110%;}
.header .header_ui .all_gnb nav > ul > li > ul > li > .right > ul.tab_depth > li > a.on,
.header .header_ui .all_gnb nav > ul > li > ul > li > .right > ul.tab_depth > li > a:hover{color: #333; font-weight:bold;}
.header .header_ui .all_gnb nav > ul > li > ul > li > .right > ul.tab_depth > li > ul > li > a:hover{color: #f77b0b;}
.header .header_ui .all_gnb nav > ul > li > ul > li > .right > ul.tab_depth > li > a:hover::before,
.header .header_ui .all_gnb nav > ul > li > ul > li > .right > ul.tab_depth > li > a.on::before{right: 15px; opacity: 1;}
.header .header_ui .all_gnb .energy{ display: none; }

/* 추가 */
.header .gnb > ul > li > .sub_depth > li > .right > ul > li{position:relative; }
.header .gnb > ul > li > .sub_depth > li > .right > ul > li::after{content:""; position:absolute; top: 0; right: 0; width: 1px; height: 120px; background: #eee;}
.header .gnb > ul > li > .sub_depth02 > li > .right > ul > li::after{height: 200px;}
.header .gnb > ul > li > .sub_depth > li > .right > ul > li:nth-of-type(3n)::after{display:none; }
.header .gnb > ul > li > .sub_depth > li > .right > ul > li:last-of-type::after{display:none; }
.header .gnb > ul > li > .sub_depth > li > .right > ul > li > a{border:none; line-height: 1.3; font-size:20px; font-weight: 500; color: #222;} 
.header .gnb > ul > li > .sub_depth > li > .right > ul > li:hover > a{color: #f37321;}



.footer{background: #1b1b1b;}
.footer .top{position:relative; box-sizing:border-box; padding: 100px 0 120px; border-bottom: 1px solid #ffffff10;}
.footer .top .top_btn{position:absolute; width: 128px; height: 128px; text-align: center; cursor: pointer;}
.footer .top .top_btn::after{content:''; position:absolute; top: 0; left: 0; right: 0; bottom: 0; background:url(/img/common/icon_moveTxt.png) 50% 50% no-repeat; animation:rotateTxt 5s infinite linear}
.footer .top .top_btn i{line-height: 128px; font-size:24px; color: #fff;}
.footer .top .f_gnb{box-sizing:border-box; padding-left: 270px;}
.footer .top .f_gnb > ul{display:flex; flex-wrap:wrap; }
.footer .top .f_gnb > ul > li{width: 18%;}
.footer .top .f_gnb > ul > li:nth-of-type(2){width: 24%;}
.footer .top .f_gnb > ul > li:nth-of-type(3){width: 21%;}
.footer .top .f_gnb > ul > li:nth-of-type(4){width: 19%;}
.footer .top .f_gnb > ul > li > span{font-weight:500; font-size:18px; letter-spacing:-0.025em; color: #fff;}
.footer .top .f_gnb > ul > li > ul{ width: 100%; margin-top: 35px;}
.footer .top .f_gnb > ul > li > ul > li{margin-bottom:20px;}
.footer .top .f_gnb > ul > li > ul > li:last-of-tyhpe{margin-bottom:0;}
.footer .top .f_gnb > ul > li > ul > li > a{display:inline-block; vertical-align: top; width: 100%; font-size:16px; color: #fff; letter-spacing:-0.025em; opacity: 0.2; transition:0.3s}
.footer .bot{box-sizing:border-box; padding: 50px 0;}
.footer .bot .box{display:flex; justify-content:space-between; align-items:center; margin-bottom:24px;}
.footer .bot .box:last-of-type{margin-bottom:0; align-items:flex-start;}
.footer .bot .box .f_logo{position:relative; background:url(/img/common/convergence_logo_en.svg) no-repeat 50% 50% / contain; /* width: 177px; */ width: 310px; height: 60px;}
.footer .link{position:relative; width: 40px; height: 40px; border-radius:5px;  background: rgba(255,255,255,0.2); transition:0.4s}
.footer .link a{display:inline-block; width: 100%; height: 100%;}
.footer .link a i{position:absolute; top: 50%; left: 50%; transform:translate(-50%,-50%); font-size:28px; color: #000;}
.footer .link:hover{background: #fff;}
.footer .bot .box > ul{display:flex;}
.footer .bot .box > ul > li{margin-right: 30px;}
.footer .bot .box > ul > li:last-of-type{margin-right: 0;}
.footer .bot .box > ul > li > a{font-weight:500; font-size:16px; color: #fff; opacity: 0.3; text-transform: uppercase; transition:0.3s;}
.footer .bot .box .info{margin-top: 8px;}
.footer .bot .box .info ul{display:flex}
.footer .bot .box .info ul li{position: relative;font-size:16px; color: #fff; opacity: 0.3; margin-right: 22px;}
.footer .bot .box .info ul li::after{content:''; position:absolute; top: 5px; right: -12px; width: 1px; height: 12px; background: #fff; opacity: 0.3;}
.footer .bot .box .info ul li:last-of-type{margin-right: 0;}
.footer .bot .box .info ul li:last-of-type::after{display:none;}
.footer .bot .box .info p{font-weight:300; font-size:16px; color: #fff; opacity: 0.3; margin-top: 8px;}
.footer .bot .box .sns{}
.footer .bot .box .sns > li{}
.footer .bot .box .sns > li > a{}


.footer .bot .box > ul > li.family{position:relative; }
.footer .bot .box > ul > li.family span{display:inline-block; vertical-align: top; font-size:17px; color: #fff; opacity: 0.3; text-transform: uppercase; cursor: pointer; transition:0.3s; margin-top: -3px;}
.footer .bot .box > ul > li.family > ul{display:flex; position:absolute; bottom: 44px; left: -900px; width: 1000px; background: #161616; border:1px solid #272727; padding: 16px; box-sizing:border-box;}
.footer .bot .box > ul > li.family > ul > li{width: 25%;}
.footer .bot .box > ul > li.family > ul > li:first-of-type{width: 50%;}
.footer .bot .box > ul > li.family > ul > li > span{position:relative; display:inline-block; vertical-align: top; width: auto; font-size:18px; color: #fff; text-transform: uppercase; padding: 10px 0; box-sizing:border-box; opacity: 0.8; transition:0.3s;}
.footer .bot .box > ul > li.family > ul > li a{position:relative; font-size:16px; display:inline-block; width: 100%; padding: 5px 0; color: #fff; opacity: 0.3;}
.footer .bot .box > ul > li.family > ul > li a i{position: absolute; right: 10px; opacity: 0;}
.footer .bot .box > ul > li.family ul.w50{display:flex; flex-wrap:wrap;}
.footer .bot .box > ul > li.family ul.w50 li{width: 50%;}
.footer .bot .box > ul > li.family span:hover,
.footer .bot .box > ul > li.family span.on,
.footer .bot .box > ul > li.family > ul > li:hover > span,
.footer .bot .box > ul > li.family > ul > li a:hover,
.footer .top .f_gnb > ul > li > ul > li > a:hover,
.footer .bot .box > ul > li > a:hover{opacity: 1;}
.footer .bot .box > ul > li.family > ul > li a:hover i{opacity: 1;}










@keyframes rotateTxt{
	0%{transform:rotate(0);}
	100%{transform:rotate(360deg);}
}

@keyframes moveArrow{
	0%{opacity: 0; right: 110px;}
	100%{opacity: 1; right: 96px;}
}

@media screen and (max-height: 600px){
	.header .header_ui .all_gnb nav > ul{overflow-y: scroll; overflow-x: hidden;}
}

@media screen and (max-width: 1600px){
	.header .logo{ width: 205px; height: 40px; }
	.header .gnb > ul > li > a{ padding: 0 30px; }

	.header .energy{ margin-right: 15px; }
	.header .energy span{ width: 180px; height: 35px; }
}

@media screen and (max-width: 1720px){
	.w1720{padding: 0 50px;}

	
	.header .header_ui .all_gnb .info_box{width: 410px; padding-left: 40px;}
	.header .header_ui .all_gnb nav{width: calc(100% - 410px)}
	.header .header_ui .all_gnb nav > ul > li > a{padding: 40px; font-size:32px;}
	.header .header_ui .all_gnb nav > ul > li > a::before{right: 40px;}
	.header .header_ui .all_gnb nav > ul > li > ul > li > .right > ul:not(.tab_depth) > li > a,
	.header .header_ui .all_gnb nav > ul > li > ul > li > .right > .all_tab{padding: 22px 40px;}

}


@media screen and (max-width: 1520px){
	.w1500,
	.w1720,
	.header{padding-left: 40px; padding-right: 40px;}
	.header .gnb > ul > li > a{padding: 0 20px;}
	.header .gnb > ul > li > .sub_depth > li > .left{width: 300px; padding-left: 50px;}
	.header .gnb > ul > li > .sub_depth > li > .right{width: calc(100% - 300px); padding-left: 20px; padding-right: 20px;}
	.header .gnb > ul > li > .sub_depth > li > .right > ul > li{margin-right: 20px; width: calc((100% - 40px) / 3);}
	.header .gnb > ul > li > .sub_depth > li > .right > ul > li > ul{margin-top: 0;}


	.header .header_ui .all_gnb .info_box{display:none; }
	.header .header_ui .all_gnb nav{width: 100%; align-items:flex-start; padding-top: 100px; box-sizing:border-box;}
	.header .header_ui .all_gnb nav > ul > li > a{padding: 20px 16px;}
	.header .header_ui .all_gnb nav > ul > li > ul{top: 4px;}

	@keyframes moveArrow{
		0%{opacity: 0; right: 70px;}
		100%{opacity: 1; right: 56px;}
	}

}

@media screen and (max-width: 1400px){
	.header .gnb > ul > li > a{padding: 0 10px;}
}

@media screen and (max-width: 1250px){
	.w1500,
	.w1720{padding-left: 16px; padding-right: 16px;}
	.header{background: #fff; padding: 15px 16px;}
	.header .logo{background:url(/img/common/convergence_logoH_en.svg) no-repeat 50% 50% / contain;}
	.header.open .logo{background:url(/img/common/convergence_logoH_en.svg) no-repeat 50% 50% / contain;}
	.header .gnb{display:none; }
	.header .header_ui .lang a i{color: #222;}
	.header .header_ui .m_btn span:not(.clip)::before,
	.header .header_ui .m_btn span:not(.clip)::after{background: #222;}
	.header.open .energy span{ background: url("/img/common/energy_logoH_en.svg") no-repeat center center / contain; }

	
	.footer .top{border-bottom: none; padding: 0;}
	.footer .top .f_gnb{display:none; }
	.footer .top .top_btn{right: 20px; top: -160px; bottom: auto; left: auto; z-index: 100;}

	.footer.subS .bot .box{flex-wrap:wrap}
	.footer.subS .bot .box .info{max-width: 450px;}
	.footer.subS .bot .box .info ul{flex-wrap:wrap}
	.footer.subS .bot .box .info ul li:first-of-type{width: 100%; margin-right: 0; margin-bottom:8px;}
	.footer.subS .bot .box .info ul li:first-of-type::after{display:none; }
	.footer.subS .bot{padding: 34px 0;}
	.footer.subS .bot .box{margin-bottom:18px;}
	.footer.subS .bot .box > ul{width: 100%; margin-top: 30px;}
	.footer.subS .bot .box .sns{order:-1; margin-bottom:10px; margin-top: 0;}
	.footer.subS .top .top_btn{width: 80px; height: 80px; right: 7px; top: 20px;	}
	.footer.subS .top .top_btn i{line-height: 80px;}
	.footer.subS .top .top_btn::after{background-size:cover;}
	.footer .bot .box > ul > li.family > ul{left: 0; z-index: 100; flex-wrap:wrap; width: 500px;}
	.footer .bot .box > ul > li.family > ul > li{width: 50%;}
	.footer .bot .box > ul > li.family > ul > li:first-of-type{width: 100%;}
}

@media screen and (max-width: 1040px){
	.footer .bot .box{flex-wrap:wrap}
	.footer .bot .box .info{max-width: 450px;}
	.footer .bot .box .info ul{flex-wrap:wrap}
	.footer .bot .box .info ul li:first-of-type{width: 100%; margin-right: 0; margin-bottom:8px;}
	.footer .bot .box .info ul li:first-of-type::after{display:none; }

	.header .header_ui .all_gnb nav > ul > li > a::after,
	.header .header_ui .all_gnb nav > ul > li > a::before{display:none; }
	.header .header_ui .all_gnb nav::after{width: calc(100% - 280px);}
	.header .header_ui .all_gnb nav > ul > li{width: 280px;}
	.header .header_ui .all_gnb nav > ul > li > a{font-size:28px;}
	.header .header_ui .all_gnb nav > ul > li > ul{left: 280px;}
	.header .header_ui .all_gnb nav > ul > li > ul > li > .right > ul:not(.tab_depth) > li > a,
	.header .header_ui .all_gnb nav > ul > li > ul > li > .right > .all_tab{padding: 20px 16px;}
	.header .header_ui .all_gnb nav > ul > li > ul > li > .right > ul.tab_depth > li > a{width: 200px; padding: 20px 0 20px 32px;}
	.header .header_ui .all_gnb nav > ul > li > ul > li > .right > ul.tab_depth > li > ul{left: 210px; top: 13px;}
	
}


@media screen and (max-width: 800px){
	.header .header_ui .all_gnb nav::after{width: calc(100% - 240px);}
	.header .header_ui .all_gnb nav > ul > li{width: 240px;}
	.header .header_ui .all_gnb nav > ul > li > a{font-size:20px;}
	.header .header_ui .all_gnb nav > ul > li > ul{left: 240px;}
	.header .header_ui .all_gnb nav > ul > li > ul{width: 100%;}

	.header .header_ui .all_gnb nav > ul > li > ul > li > .right > .all_tab{font-size:18px; padding: 10px;}
	.header .header_ui .all_gnb nav > ul > li > ul > li > .right > ul.tab_depth > li{width: calc(100% - 240px)}
	.header .header_ui .all_gnb nav > ul > li > ul > li > .right > ul.tab_depth > li > ul{position:static; }
	.header .header_ui .all_gnb nav > ul > li > ul > li > .right > ul:not(.tab_depth) > li > a,
	.header .header_ui .all_gnb nav > ul > li > ul > li > .right > ul.tab_depth > li > a{width: 100%; padding: 10px ; box-sizing:border-box; font-size:16px;}
	.header .header_ui .all_gnb nav > ul > li > ul > li > .right > ul.tab_depth > li > a::before{left: 200px; right: auto;}
	.header .header_ui .all_gnb nav > ul > li > ul > li > .right > ul.tab_depth > li > a:hover::before, 
	.header .header_ui .all_gnb nav > ul > li > ul > li > .right > ul.tab_depth > li > a.on::before{left: 200px; right: auto;}
	.header .header_ui .all_gnb nav > ul > li > ul > li > .right > ul.tab_depth > li > ul > li > a{padding: 10px 16px;}
	

	.footer .bot{padding: 34px 0;}
	.footer .bot .box{margin-bottom:18px;}
	.footer .bot .box > ul{width: 100%; margin-top: 30px;}
	.footer .bot .box .sns{order:-1; margin-bottom:10px; margin-top: 0;}
	.footer .top .top_btn{width: 80px; height: 80px; right: 7px; top: -100px;	}
	.footer .top .top_btn i{line-height: 80px;}
	.footer .top .top_btn::after{background-size:cover;}


	.footer.subS .bot .box > ul{position:relative; }
	.footer .bot .box > ul > li.family{position:static; }
	.footer .bot .box > ul > li.family > ul{width: 100%;}
	.footer .bot .box > ul > li.family > ul > li a:hover i{opacity: 0;}


	/* 한화에너지 바로가기 */
	.header .header_ui .energy{ display: none; }
	.header .header_ui .all_gnb nav{ position: relative; }
	.header .header_ui .all_gnb .energy{ width: calc(100% - 32px); display: block; position: absolute; bottom: 20px; left: 16px; }
	.header .header_ui .all_gnb .energy a{ display: block; background: #FFF; border: 1px solid #DDD; padding: 10px; text-align: center; }
	.header .header_ui .all_gnb .energy + ul{ padding-bottom: 50px; }
}


@media screen and (max-width: 640px){
	.footer{position:relative; }
	.footer .link{position:absolute; top: 38px; left: 285px;}
}