@charset "utf-8";
@import url('base.css');
@import url('common.css');

:root{
	--color-black:#000;
	--color-black2:#222;
	--color-black3:#333;
	--color-black4:#444;
	--color-blue:#017cc2;
	--color-white:#fff;
	--color-gray:#888;
	--color-grayc:#ccc;
	--color-gray9:#999;
	--color-gray6:#666;
	--color-grayf8:#f8f8f8;
	/* font */
	--font-poppins:'Poppins', Sans-serif;
	--font-pretendard:'Pretendard', Sans-serif;
	/* font size */
	--font-size18:18px;
	--font-size25:25px;
	/* background */
	--bg-black:#000;
	--bg-black1:#111;
	--bg-black2:#222;
	--bg-white:#fff;
	--bg-blue:#017cc2;
	--bg-grayf5:#f5f5f5;
	--bg-grayf7:#f7f7f7;
	--bg-grayf8:#f8f8f8;
	/* point color */
	--point-color:#017cc2;
	--point-color-text:#017cc2;
	--point-color-opacity:rgba(1,124,194,0.40);
	--point-color-white-opacity:rgba(255,255,255,0.10);
}

/* cursor */
#cursor{position:fixed; z-index:1000; width:60px; height:60px; text-align:center; pointer-events:none; /* mix-blend-mode:exclusion; */ transform-origin:50% 50%; transition:opacity 0.3s ease;}
#cursor span{opacity:0; display:block; position:absolute; top:50%; left:50%; z-index:1; font-size:13px; color:#fff; transform:translate(-50%, -50%); transition:opacity 0.3s ease-in-out 0s;}
#cursor i{opacity:0.8; display:block; width:100%; height:100%; border-radius:100%; background:#017cc2; /* mix-blend-mode:exclusion; backface-visibility:hidden; */ transform:scale(0); transition:all 0.3s ease-in-out 0s;}
#cursor.big span{opacity:1; transition-delay:0.2s;}
#cursor.big i{transform:scale(1);}

body{overflow:inherit; position:relative;}
body.active{overflow:hidden; position:fixed; width:100%;}

/* header */
#header{position:absolute; top:0px; left:0px; z-index:99; width:100%;}
#header .inr{display:flex; flex-flow:row wrap; justify-content:space-between; align-items:center; position:relative; z-index:10; padding:19px 70px 0px; transition:background 0.2s linear;}
#header .inr:before{content:''; opacity:0.3; display:block; position:absolute; left:70px; top:100px; width:calc(100% - 140px); height:1px; background:#fff; transition:0.2s linear 0s;}
#header h1{position:absolute; left:70px; top:50%; width:123px; height:26px; margin-top:-13px;}
#header h1 > a{display:block; height:100%; background:url(https://cdn.imweb.me/thumbnail/20250402/11a8ad39ce152.png) no-repeat 50% 0; background-size:100% auto; font-size:0px; transition:0.2s linear;}
#header nav{margin:0 auto; padding-top:5px;}
#header nav .gnb{display:flex; flex-flow:row wrap; justify-content:flex-start; align-items:center;}
#header nav .gnb > li{flex:auto; padding:0 20px; line-height:1em;}
#header nav .gnb > li > a{position:relative; display:inline-block; padding:17px 20px 43px; font-size:18px; font-weight:500; color:#000; letter-spacing:0px; transition:0.2s linear;}
#header nav .gnb > li > a:after{content:''; display:block; position:absolute; bottom:-1px; left:0px; width:100%; height:5px; background:#017cc2; transform:scaleX(0); transition:transform 0.5s ease-out 0s;}
#header nav .gnb > li .box{display:none; position:absolute; margin-top:-4px; text-align:center;}
#header nav .gnb > li:last-child .box{margin-left:-150px;}
[lang="en"] #header nav .gnb > li:nth-of-type(2) .box{margin-left:-450px;}
[lang="en"] #header nav .gnb > li:nth-of-type(5) .box{margin-left:-150px;}
#header nav .gnb > li .box > ul > li{display:inline-block;}
#header nav .gnb > li .box > ul > li > a{display:inline-block; position:relative; padding:35px 20px 25px 35px; font-size:16px; font-weight:500; color:#333; letter-spacing:-0.5px; transition:0.2s ease;}
[lang="en"] #header nav .gnb > li .box > ul > li > a{padding-right:10px;}
#header nav .gnb > li .box > ul > li:first-child > a{padding-left:20px;}
#header nav .gnb > li .box > ul > li > a:before{content:''; display:block; position:absolute; top:50%; left:20px; width:6px; height:6px; margin-top:1px; background:#017cc2; border-radius:100%; transform:scale(0); transition:transform 0.3s ease;}
#header nav .gnb > li .box > ul > li:first-child  > a:before{left:5px;}
#header nav .gnb > li .box > ul > li > a:hover,
#header nav .gnb > li .box > ul > li > a:focus{color:#017cc2;}
#header nav .gnb > li .box > ul > li > a:hover:before,
#header nav .gnb > li .box > ul > li > a:focus:before{transform:scale(1)}
#header nav .gnb > li .box > ul > li i{display:none;}
.web #header nav .gnb > li ul > li > ul{display:none !important;}
#header .gnb_bg{position:absolute; top:0px; left:0px; z-index:1; width:100%; height:147px; background:#fff; transform:scaleY(0); transform-origin:0 0; transition:0.3s ease;}
#header .gnb_bg.active{transform:scaleY(1);}
#header nav .gnb > li.active > a,
#header nav .gnb > li.active > a.on{color:#333 !important;}
#header nav .gnb > li.active > a:after{transform:scaleX(1);}
#header nav .gnb > li.active ul{display:block;}
.mob #header nav .gnb > li ul > li > ul{display:none;}
	/* sub fixed */
#header .inr.fix h1 > a{background-image:url(https://cdn.imweb.me/thumbnail/20250402/11a8ad39ce152.png);}
#header .inr.fix:before{opacity:0.15; background:#222;}
#header .inr.fix .gnb > li > a{color:#222;}
#header .inr.fix .area_lang button{color:#222;}
#header .inr.fix .area_lang button:before{border-top-color:#222;}
#header .inr.fix .area_lang button:after{background-color:#222;}
#header .inr.fix .area_lang a{color:#fff;}
#header .inr.fix .list_lang{background:#222;}
#header .inr.fix .btn_menu span i,
#header .inr.fix .btn_menu span:before,
#header .inr.fix .btn_menu span:after{background-color:#222;}
	/* util */
.area_util{display:flex; flex-flow:row wrap; justify-content:flex-start; align-items:stretch; position:absolute; right:70px; top:0px; height:100px}
.area_util > *{border-left:1px solid rgba(255,255,255,0.3);}
	/* mobile menu btn */
#header .btn_menu{display:inline-block; width:90px; height:100%; box-sizing:border-box; font-size:0px; text-align:center; transition:0.5s ease-in-out;}
#header .btn_menu span{overflow:hidden; display:block; position:relative; top:50%; width:29px; height:5px; margin:0 auto; transform:translateY(-50%); -webkit-transform:translateY(calc(-50% + 0.5px));}
#header .btn_menu span i,
#header .btn_menu span:before,
#header .btn_menu span:after{content:''; display:block; position:absolute; width:5px; height:5px; border-radius:100%; background:#fff; transform:translateX(0px);}
#header .btn_menu span:before{left:0px; top:0px; transition:transform 0.5s ease 1.2s;}
#header .btn_menu span:after{right:0px; bottom:0px; transition:transform 0.5s ease 1s;}
#header .btn_menu span i{opacity:1; left:12px; top:0; transition:opacity 0.3s ease 0s, transform 0.5s ease 1.1s;}
#header .btn_menu_close{display:inline-block; width:40px; height:40px; background:#017cc2 url(../images/common/btn_mob_close.png) no-repeat 50% 50%; background-size:12px 12px; border-radius:100%; font-size:0px; transition:transform 0.5s ease 0s;}
#header .btn_menu_close:hover{transform:rotate(180deg);}
	/* lang */
#header .area_lang{display:flex; flex-flow:row wrap; justify-content:center; align-items:center; width:110px; height:100%; box-sizing:border-box;}
#header .area_lang a{display:inline-block; font-size:15px; font-weight:500; color:#fff;}
#header .area_lang a:after{content:''; display:inline-block; width:20px; height:20px; margin-left:7px; background-repeat:no-repeat; background-position:50% 50%; background-size:auto 100%; vertical-align:middle;}
#header .area_lang a.en:after{background-image:url(../images/common/icon_lang_en.svg);}
#header .area_lang a.kor:after{background-image:url(../images/common/icon_lang_kor.svg);}
	/* gnb active */
#header .inr.active:before,
#header .inr.black:before{background-color:#b3b3b3;}
#header .inr.active h1 > a,
#header .inr.black h1 > a{background-image:url(https://cdn.imweb.me/thumbnail/20250402/11a8ad39ce152.png);}
#header .inr.active .gnb > li > a,
#header .inr.black .gnb > li > a{color:#333;}
#header .inr.active .area_util > *,
#header .inr.black .area_util > *{border-left-color:rgba(179,179,179,0.3);}
#header .inr.active .area_lang a,
#header .inr.black .area_lang a{color:#333;}
#header .inr.active .btn_menu span i,
#header .inr.active .btn_menu span:before,
#header .inr.active .btn_menu span:after,
#header .inr.black .btn_menu span i,
#header .inr.black .btn_menu span:before,
#header .inr.black .btn_menu span:after{background-color:#333;}
	/* mega menu */
.area_allmenu{opacity:0;visibility:hidden; overflow-y:auto; display:flex; flex-flow:column nowrap; justify-content:space-between; align-items:center; position:fixed; left:0px; top:0px; z-index:90; width:100%; height:100%; min-height:800px; background:#fff; transition:opacity 0.3s ease 0.5s, visibility 0.3s ease 0.5s;}
.area_allmenu .title{display:flex; flex-flow:row wrap; justify-content:space-between; align-items:center; width:1440px; box-sizing:border-box; margin:0 auto; padding:100px 20px 85px;}
.area_allmenu .title h2{font-size:80px; font-weight:600;}
.allmenu_gnb{flex:auto; position:relative; z-index:5; width:1440px; box-sizing:border-box; margin:0 auto; padding:0 20px 100px;}
.allmenu_gnb .gnb{display:flex; flex-flow:row wrap; justify-content:center; align-items:stretch; height:100%;}
.allmenu_gnb .gnb > li{opacity:0; width:calc(100% / 6); box-sizing:border-box; padding:50px 20px 0; border-left:1px solid #e1e1e1; transform:translateY(-50px); transition:1s ease 0s;}
.allmenu_gnb .gnb > li:first-child{border-left-width:0px;}
.allmenu_gnb .gnb > li > a{display:inline-block; position:relative; margin-bottom:10px; font-size:30px; color:#333; font-weight:700; letter-spacing:-1px; transition:0.3s ease;}
.allmenu_gnb .gnb > li > a i{display:none;}
.allmenu_gnb .gnb > li.active > a{color:#017cc2;}
.allmenu_gnb .gnb > li ul{padding-bottom:20px;}
.allmenu_gnb .gnb > li ul > li{padding:5px 0px;}
.allmenu_gnb .gnb > li ul > li > a{display:inline-block; font-size:18px; color:#555; font-weight:400; letter-spacing:-1px; transition:0.3s ease;}
.allmenu_gnb .gnb > li ul > li > a:hover,
.allmenu_gnb .gnb > li ul > li > a:focus{color:#017cc2; box-shadow:0 1px 0px #0083c3;}
.allmenu_gnb .gnb > li:nth-of-type(3) ~ li ul{padding-bottom:0px;}
.allmenu_gnb .gnb li button{display:none;}
#header.active .allmenu_gnb:before{opacity:1; transition-delay:0.4s;}
#header.active .allmenu_gnb .gnb > li{opacity:1; transform:translateY(0px);}
#header.active .allmenu_gnb .gnb > li:nth-of-type(1){transition-delay:0.2s;}
#header.active .allmenu_gnb .gnb > li:nth-of-type(2){transition-delay:0.3s;}
#header.active .allmenu_gnb .gnb > li:nth-of-type(3){transition-delay:0.4s;}
#header.active .allmenu_gnb .gnb > li:nth-of-type(4){transition-delay:0.5s;}
#header.active .allmenu_gnb .gnb > li:nth-of-type(5){transition-delay:0.6s;}
#header.active .allmenu_gnb .gnb > li:nth-of-type(6){transition-delay:0.7s;}
#header.active .area_allmenu{opacity:1; visibility:visible; transition-delay:0s, 0s;}

/* footer */
#footer{background:#081724; color:#5c646c;}
#footer a{color:#5c646c;}
#footer .inr_top{max-width:1200px; padding:55px 20px; margin:0 auto;}
#footer .logo{display:block; width:149px; height:31px; background:url(../images/common/logo_footer.png) no-repeat 50% 0; background-size:auto 100%; font-size:0px;}
#footer .inr_bottom{border-top:1px solid #112434;}
#footer .inr_bottom .box{display:flex; flex-flow:row wrap; justify-content:space-between; align-items:center; max-width:1200px; margin:0 auto; padding:0 20px;}
#footer .list_info{display:flex; flex-flow:row wrap; justify-content:flex-start; align-items:center; margin-top:50px;}
#footer .list_info > li{display:flex; flex-flow:row wrap; justify-content:flex-start; align-items:center; margin-right:60px; font-family:'Pretendard', Sans-serif; font-size:15px; font-weight:500;}
#footer .list_info > li i{display:inline-block; margin-right:20px;}
#footer .list_info > li span,
#footer .list_info > li span a{display:inline-block;}
#footer .list_info .tel{font-weight:600; color:#fff;}
#footer .list_link > li{display:inline-block; padding:25px 0px; margin-right:55px;}
#footer .list_link > li a{display:inline-block; font-weight:500;}
#footer .list_link > li a.focus{color:#fff;}
#footer .inr_bottom p{font-size:13px; font-weight:500; letter-spacing:1px;} 
#footer .inr_spot{position:relative; padding:45px 20px; background:#080f14;}
#footer .inr_spot .box{max-width:1200px; margin:0 auto;}
#footer .inr_spot ul{display:flex; flex-flow:row nowrap; justify-content:center; align-items:center;}
#footer .inr_spot ul li{display:flex; flex-flow:row nowrap; justify-content:flex-start; align-items:center; margin:0 45px; font-size:14px; color:#fff;}
#footer .inr_spot ul li i{margin-right:10px;}
#footer .inr_spot ul li img{max-width:100%;}
#footer .inr_spot ul li span{opacity:0.5;}
#footer .btn_top{opacity:0; visibility:hidden; display:inline-block; position:fixed; bottom:70px; right:40px; z-index:90; width:70px; height:70px; background:#060d13; font-size:0px; transition:0.5s ease 0s;}
#footer .btn_top:before{content:''; display:block; position:absolute; top:50%; left:50%; width:8px; height:12px; margin:-6px 0 0 -4px; background:url(../images/main/img_arrow_slide_w.svg) no-repeat 50% 50%; background-size:auto 100%; transform:rotate(90deg);}
#footer .btn_top:hover{box-shadow:0 10px 40px rgba(0,0,0,0.25);}
#footer .btn_top.fix{opacity:1; visibility:visible;}
#footer .btn_top.end{position:absolute; bottom:auto; top:0px;}

/* content */
.area_sub_visual{position:relative; height:670px;}
.area_sub_visual > .inr{display:flex; flex-flow:row wrap; justify-content:flex-start; align-items:flex-start; max-width:1400px; height:100%; margin:0 auto; padding:0 20px; color:var(--color-white);}
.area_sub_visual .box{margin-top:230px;}
.area_sub_visual .box em{overflow:hidden; display:block; font-size:20px; font-weight:500; letter-spacing:0px;}
.area_sub_visual .box h2{overflow:hidden; margin-top:15px; font-size:85px; font-weight:600; line-height:1.2em; word-break:keep-all;}
.area_sub_visual .box em span,
.area_sub_visual .box h2 span{display:block; transform:translateY(0%); transition:transform 0.9s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0s;}
.area_sub_visual .obj_bg{overflow:hidden; display:block; position:absolute; top:0px; left:0px; z-index:-1; width:100%; height:100%;}
.area_sub_visual .obj_bg i{display:block; width:100%; height:100%; transform:scale(1.1); transition:transform 1.8s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0s;}
.area_sub_visual .obj_bg img{object-fit:cover; width:100%; height:100%;}
.area_sub_visual.active  .box em span,
.area_sub_visual.active .box h2 span{transform:translateY(0);}
.area_sub_visual.active  .box em span{transition-delay:0.2s;}
.area_sub_visual.active  .box h2 span{transition-delay:0.3s;}
.area_sub_visual.active .obj_bg i{transform:scale(1);}
.area_sub_visual.product{overflow:hidden; height:100vh; height:calc(var(--vh, 1vh) * 100);}
.area_sub_visual.product:after{content:''; opacity:0.15; display:block; position:absolute; top:0px; left:0px; z-index:-1; width:100%; height:100%; background:#000;}
.area_sub_visual.product > .inr{align-items:center;}
.area_sub_visual.product .box{margin-top:0;}
[lang="en"] .area_sub_visual .box h2{line-height:1.25em;}
	/* lnb + snb */
.area_lnb{width:100%; margin-top:auto; margin-bottom:60px; color:var(--color-white);}
.area_lnb > .inr{display:flex; flex-flow:row wrap; justify-content:flex-end; align-items:center;}
.area_lnb > .inr > *{margin-left:30px;}
.area_lnb .btn_home{display:inline-block; position:relative; width:50px; height:50px; margin-left:0px; background:var(--bg-blue); border-radius:100%; font-size:0px;}
.area_lnb .btn_home:before{content:''; display:block; position:absolute; top:50%; left:50%; width:14px; height:16px; margin:-8px 0 0 -7px; background:url(../images/common/img_location_home.png) no-repeat 50% 0; background-size:auto 100%;}
.area_lnb button{display:inline-block; position:relative; width:100%; height:50px; box-sizing:border-box; padding-left:15px; padding-right:30px; background-color:transparent; border-bottom:1px solid rgba(255,255,255,0.5); text-align:left; font-size:18px; font-weight:500; color:var(--color-white);}
.area_lnb button:after{content:''; display:block; position:absolute; right:10px; top:50%; width:11px; height:7px; margin-top:-3.5px; background:url(../images/common/img_lnb_arrow.svg) no-repeat 50% 50%; background-size:auto 100%; transform:rotate(0deg); transition:transform 0.3s ease 0s;}
.area_lnb button.active:after{transform:rotate(180deg);}
.area_lnb .lnb,
.area_lnb .snb{position:relative; z-index:10;}
.area_lnb .lnb{min-width:160px;}
.area_lnb .snb{min-width:200px;}
.area_lnb ul{display:none; position:absolute; top:49px; left:0px; width:100%; box-sizing:border-box; padding:15px 10px; background:#fff; border:1px solid #ebebeb;}
.area_lnb ul > li > a,
.area_lnb ul > li > a{display:block; padding:3px 5px; font-weight:400; transition:color 0.3s ease 0s;}
.area_lnb ul > li > a:hover{color:var(--color-blue);} 
.area_sub_visual.product .area_lnb{display:none;}
	/* tab */
.area_tab ul{display:flex; flex-flow:row wrap; justify-content:flex-start; align-items:center;}
.area_tab ul > li{margin-right:50px;}
.area_tab ul > li > a{display:inline-block; position:relative; padding-bottom:5px; font-family:var(--font-pretendard); font-size:18px; font-weight:700; color:#cbcbcb;}
.area_tab ul > li > a:after{content:''; display:inline-block; position:absolute; left:0px; bottom:0px; width:100%; height:2px; background-color:var(--bg-blue); transform:scaleX(0); transition:transform 0.5s ease-out 0s;}
.area_tab ul > li > a.on,
.area_tab ul > li > a#bo_cate_on{font-size:22px; color:var(--color-blue);}
.area_tab ul > li > a.on:after,
.area_tab ul > li > a#bo_cate_on:after{transform:scaleX(1);}

.area_tab.type02{background:var(--bg-white); border-top:1px solid #e9e9e9; border-bottom:1px solid #e9e9e9;}
.area_tab.type02 ul{display:flex; flex-flow:row wrap; justify-content:flex-start; align-items:center; max-width:1400px; margin:0 auto;}
.area_tab.type02 ul > li{min-width:190px; height:87px;}
.area_tab.type02 ul > li > a,
.area_tab.type02 ul > li > button{position:relative; width:100%; height:100%; box-sizing:border-box; padding:0 20px; font-size:20px; font-weight:400; color:#777; transition:0.3s ease 0s;}
.area_tab.type02 ul > li > button{display:block;}
.area_tab.type02 ul > li > a:before,
.area_tab.type02 ul > li > button:before{content:''; display:block; position:absolute; top:-1px; left:0px; width:100%; height:3px; background:var(--bg-blue); transform:scaleX(0); transition:transform 0.5s ease-out 0s;}
.area_tab.type02 ul > li > a{display:flex; flex-flow:row wrap; justify-content:center; align-items:center;}
.area_tab.type02 ul > li > a.active,
.area_tab.type02 ul > li > a.on,
.area_tab.type02 ul > li > button.on{color:var(--color-blue); font-weight:600;}
.area_tab.type02 ul > li > a.active:before,
.area_tab.type02 ul > li > a.on:before,
.area_tab.type02 ul > li > button.on:before{transform:scaleX(1);}

/* scroll */
.area_scroll{position:absolute; bottom:-25px; right:50%; z-index:40; margin-right:-650px; color:#fff; text-align:center;}
.area_scroll em{display:block; position:relative; top:-180px; padding-top:2px; font-size:15px; font-weight:500; letter-spacing:0; transform:rotate(-90deg); transform-origin:50% 50%;}
.area_scroll i{display:block; overflow:hidden; position:relative; width:2px; height:110px; margin:0 auto;}
.area_scroll i:before{content:''; display:block; position:absolute; top:0px; left:0px; width:100%; height:60px; background:#fff; animation:scroll 5s cubic-bezier(0.48, 0.13, 0.09, 0.99) infinite;}

/* flex  */
.flex_group{display:flex; flex-flow:row wrap; justify-content:flex-start; align-items:flex-start;}
.flex_group.between{justify-content:space-between;}

/* animation */
	/* word */
.wordAni{opacity:0;}
.wordAni.active{opacity:1;}
.wordAni > span{display:inline-block;}
.wordAni .word{display:inline-block;}
	/* motion rail */
[data-motion-rail]{position:absolute; left:0px; top:0px; text-transform:uppercase; font-size:200px; letter-spacing:2px; white-space:nowrap;}
[data-motion-rail] .eocjs-newsticker-container{position:relative; width:100%; padding-top:30%;}
[data-motion-rail].eocjs-newsticker .eocjs-newsticker-one,
[data-motion-rail].eocjs-newsticker .eocjs-newsticker-two{position:absolute; left:0; top:0; white-space:nowrap;}
	/* hide show */
.hide_show{opacity:0; transition:opacity 0.7s ease 0s;}
.hide_show.motion_in,
.motion_in .hide_show{opacity:1;}
.hide_showDown{opacity:0; transform:translateY(-30px); transition:opacity 0.9s ease 0s, transform 0.9s ease 0s;}
.hide_showDown.motion_in,
.motion_in .hide_showDown{opacity:1; transform:translateY(0px);}
.hide_showUp{opacity:0; transform:translateY(30px); transition:opacity 0.9s ease 0s, transform 0.9s ease 0s;}
.hide_showUp.motion_in,
.motion_in .hide_showUp{opacity:1; transform:translateY(0px);}
.hide_showLeft{opacity:0; transform:translateX(-30px); transition:opacity 0.9s ease 0s, transform 0.9s ease 0s;}
.hide_showLeft.motion_in,
.motion_in .hide_showLeft{opacity:1; transform:translateX(0px);}
.hide_showRight{opacity:0; transform:translateX(30px); transition:opacity 0.9s ease 0s, transform 0.9s ease 0s;}
.hide_showRight.motion_in,
.motion_in .hide_showRight{opacity:1; transform:translateX(0px);}
.hide_overUp span{overflow:hidden; display:inline-block;}
.hide_overUp span i{display:inline-block; transform:translateY(100%); transition:transform 0.9s ease 0s;}
.hide_overUp.motion_in span i{transform:translateY(0%);}
.motionScale{transition:transform 0.3s ease 0s;}
.slide_show_down{clip-path:polygon(100% 0, 100% 0, 0 0, 0 0); transition:clip-path 1.5s ease 0s;}
.slide_show_down.motion_in{clip-path:polygon(100% 0, 100% 100%, 0 100%, 0 0); transition-delay:0.2s;}
.slide_show_up{clip-path:polygon(100% 100%, 100% 100%, 0 100%, 0 100%); transition:clip-path 1.5s ease 0s;}
.slide_show_up.motion_in{clip-path:polygon(100% 0, 100% 100%, 0 100%, 0 0); transition-delay:0.2s;}
.slide_show_right{clip-path:polygon(0 0, 0 0, 0 100%, 0 100%); transition:clip-path 1.5s ease 0s;}
.slide_show_right.motion_in{clip-path:polygon(0 0, 100% 0, 100% 100%, 0 100%); transition-delay:0.2s;}
.slide_show_left{clip-path:polygon(100% 0, 100% 0, 100% 100%, 100% 100%); transition:clip-path 1.5s ease 0s;}
.slide_show_left.motion_in{clip-path:polygon(0 0, 100% 0, 100% 100%, 0 100%); transition-delay:0.2s;}
[class*="scale_show"]{overflow:hidden; display:inline-block;}
[class*="scale_show"] > *{transform:scale(1.1); transform-origin:50% 50%; transition:transform 1s ease 0s;}
[class*="scale_show"].motion_in > *{transform:scale(1);}

/* swiper gride */
.list_grid{position:relative;}
.list_grid .swiper-slide{display:flex; flex-wrap:wrap; justify-content:flex-start;}
.list_grid .swiper_bottom button{display:inline-block; position:absolute; top:50%; width:80px; height:80px; margin-top:-55px; background:#f1f1f1; border-radius:100%; font-size:0px; transition:0.3s ease 0s;}
.list_grid .swiper_bottom button:before{content:''; display:block; position:absolute; top:50%; left:50%; width:30px; height:30px; margin:-15px 0 0 -15px; background:url(../images/contents/img_certi_arrow_b.svg) no-repeat 50% 50%; background-size:auto 100%; transition:0.3s ease 0s;}
.list_grid .swiper_bottom button.swiper_prev:before{transform:rotate(-180deg);}
.list_grid .swiper_bottom button.swiper-button-disabled{opacity:0.3;}
.list_grid .swiper_bottom button:not(.swiper-button-disabled):hover{background-color:#eef5fb;}
.list_grid .swiper_bottom button:not(.swiper-button-disabled):hover:before{background-image:url(../images/contents/img_certi_arrow.svg);}
.list_grid .swiper_prev{left:0;}
.list_grid .swiper_next{right:0;}


@keyframes scroll{
	0%{transform:translateY(-60px);}
	100%{transform:translateY(500%);}
}

@media screen and (min-width:1921px){
	/* content */
	.area_sub_visual{height:22.87766788131182vw/* 670px */;}
	.area_sub_visual .box{margin-top:8.972930765226444vw/* 230px */;}
	.area_sub_visual .box h2{font-size:4.424778761061947vw/* 85px */;}
	.area_sub_visual .box em{font-size:1.041124414367517vw/* 20px */;}
}

@media screen and (max-width:1600px){
	/* header */
	#header .inr{padding-left:40px; padding-right:40px;}
	#header .inr:before{left:40px; width:calc(100% - 80px);}
	#header h1{left:40px;}
	#header nav .gnb > li{padding:0 10px;}
	.area_util{right:40px;}
	
	/* content */
	.area_sub_visual > .inr{padding:0 40px;}
}

@media screen and (max-width:1500px){
	#header .btn_menu_close{margin-right:50px;}
	.area_allmenu .title{width:100%; padding-left:40px; padding-right:40px;}
	.allmenu_gnb{width:100%; padding-left:40px; padding-right:40px;}

	#header nav .gnb > li:nth-of-type(2) .box{margin-left:-200px;}
	html[lang="en"] #header nav .gnb > li .box > ul > li > a{font-size:15px;}
	
	.area_scroll{right:100px; margin-right:0px;}	
		/* tab */
	.area_tab.type02 ul > li{height:70px;}
	.area_tab.type02 ul > li > a,
	.area_tab.type02 ul > li > button{font-size:18px;}
	
	/* swiper gride */
	.list_grid .swiper_bottom button{width:55px; height:55px; margin-top:-23px;}
	.list_grid .swiper_bottom button:before{width:20px; height:20px; margin:-10px 0 0 -10px;}
	
	#footer .btn_top{right:20px;}
}

@media screen and (max-width:1300px){
	:root{
		--font-size25:1.9230769230769231vw/* 25px */;
	}
	
	/* header */
	#header .inr{padding:0 20px;}
	#header .inr:before{left:20px; top:90px; width:calc(100% - 40px);}
	#header h1{position:static; margin-top:0px;}
	#header nav{display:none;}
	.area_util{position:static; height:90px;}
		/* lang */
	#header .area_lang{width:90px;}
	.area_allmenu{display:block;}
	.area_allmenu .title{padding-top:50px; padding-bottom:30px;}
	.allmenu_gnb .gnb > li{width:100%; padding:20px 0 0; border-left-width:0px;}
	
	/* footer */
	#footer .btn_top{right:20px; width:60px; height:60px;}
	
	/* content */
	.area_sub_visual > .inr{padding:0 20px;}
}

@media screen and (max-width:1200px){
	.area_scroll{right:0px;}
	
	/* tab */
	.area_tab.type02 ul > li{/* margin-right:20px; */}
	
	/* footer */	
	#footer .inr_spot ul{flex-wrap:nowrap;}
	#footer .inr_spot ul li{margin:0 20px; font-size:12px;}
}

@media screen and (max-width:1024px){
	:root{
		--font-size25:20px;
	}
	
	#header h1 > a{background-image:url(../images/common/logo@x3.png);}
	#header .btn_menu_close{background-image:url(../images/common/btn_mob_close@x3.png);}
	
	/* footer */
	#footer .logo{background-image:url(../images/common/logo_footer@x3.png);}
	#footer .inr_top{padding-top:35px; padding-bottom:35px;}
	#footer .list_link{padding:0 20px;}
	#footer .list_link > li{margin-right:30px;}
	#footer .list_info{margin-top:30px;}
	#footer .list_info > li{font-size:14px;}
	#footer .inr_bottom .box{display:block; padding:0px;}
	#footer .inr_bottom p{padding:20px 20px 25px;}
	#footer .inr_spot ul li{flex-wrap:nowrap;}
	#footer .inr_spot ul li span{word-break:keep-all;}
	#footer .inr_spot ul li span br{display:none;}
	
	/* content */
	.area_lnb .btn_home:before{background-image:url(../images/common/img_location_home@x3.png);}
	.area_sub_visual{height:58.59375vw/* 600px */;}
	.area_sub_visual .box{margin-top:19.53125vw/* 200px */;}
	.area_sub_visual .box h2{font-size:8.30078125vw/* 85px */;}
	.area_sub_visual .box em{font-size:1.953125vw/* 20px */;}
	.area_lnb{margin-bottom:30px;}
	.area_lnb ul > li > a,
	.area_lnb ul > li > a{font-size:15px;}

	/* tab */
	.area_tab.type02 ul > li{margin-right:0px;}
	[lang="en"] .area_tab.type02 ul > li{min-width:150px; margin-right:20px;}
	.area_tab.type02 ul > li > a, 
	.area_tab.type02 ul > li > button{padding:0 10px;}
}

@media screen and (max-width:768px){
	:root{
		--font-size18:16px;
		--font-size25:18px;
	}
	
	#header .inr:before{top:70px;}	
	.area_util{height:70px;}
	#header .btn_menu,
	#header .area_lang{width:70px;}
	#header .area_lang a{font-size:13px;}
	#header .btn_menu_close{margin-right:0px;}
	.area_allmenu{overflow:inherit; min-height:inherit;}
	.area_allmenu .title{position:absolute; right:20px; top:20px; z-index:10; width:auto; padding:0px;}
	.area_allmenu .title h2{display:none;}
	.allmenu_gnb{overflow-y:auto; height:100%; padding-top:30px;}
	.allmenu_gnb .gnb{height:auto;}
	.allmenu_gnb .gnb > li:last-child{padding-bottom:30px;}
	.area_scroll em{font-size:13px;}
	
	/* footer */
	#footer .logo{display:none;}
	#footer .btn_top{width:50px; height:50px;}
	#footer .list_info{display:block; margin-top:0px;}
	#footer .list_info > li{align-items:flex-start; margin-bottom:7px; margin-right:0px;}
	#footer .list_info > li i{flex:none; width:50px;}
	#footer .list_info > li span{width:calc(100% - 70px);}
	#footer .inr_spot{padding:20px;}
	#footer .inr_spot ul{flex-wrap:wrap; justify-content:flex-start;}
	#footer .inr_spot ul li{margin:3px 0px;}
	#footer .inr_spot ul li i{flex:none; width:60px;}
	
	/* content */
	.area_lnb{margin-bottom:0px; background-color:#fff;}
	.area_lnb > .inr{flex-wrap:nowrap; justify-content:flex-start;}
	.area_lnb .btn_home{flex:none; border-radius:0px;}
	.area_lnb button{padding-left:20px; border-bottom:1px solid #ebebeb; color:var(--color-black2); font-size:16px; line-height:1.3em; word-break:keep-all;}
	.area_lnb button:after{background-image:url(../images/common/img_lnb_arrow_b.svg);}
	.area_lnb > .inr > *{min-width:inherit;  margin-left:0px;}
	.area_lnb .lnb{width:calc(50% - 50px);}
	.area_lnb .lnb button{border-right:1px solid #ebebeb;}
	.area_lnb .snb{width:50%;}
	.area_sub_visual .box em{font-size:16px;}
	.area_sub_visual.product{min-height:600px;}
	
	/* tab */
	.area_tab.type02 ul{flex-wrap:nowrap;}
	.area_tab.type02 ul > li{flex:1 1 0; min-width:inherit; height:60px; margin-right:0px;}
	.area_tab.type02 ul > li > a{line-height:1.3em; word-break:keep-all; text-align:center;}
	[lang="en"] .area_tab.type02 ul > li{min-width:inherit; margin-right:15px;}
	
	/* swiper gride */
	.list_grid .swiper_bottom button{z-index:20;}
	.list_grid .swiper_prev{left:-10px;}
	.list_grid .swiper_next{right:-10px;}
}

@media screen and (max-width:680px){
	/* tab */
	.area_tab.type02 ul > li > a,
	.area_tab.type02 ul > li > button{font-size:16px;}
	[lang="en"] .area_tab.type02 ul > li > a,
	[lang="en"] .area_tab.type02 ul > li > button{padding:0 5px; font-size:15px;}
	
	/* swiper gride */
	.list_grid .swiper_bottom button{margin-top:-32px;}
}

@media screen and (max-width:560px){
	:root{
		--font-size18:14px;
		--font-size25:16px;
	}
	
	/* footer */
	#footer .logo{width:119px; height:25px;}
	#footer .list_link{padding-top:20px; padding-bottom:20px;}
	#footer .list_link > li{padding:0px; margin-right:15px;}
	#footer .list_link > li:last-child{margin-right:0px;}
	
	/* contents */
	.area_sub_visual{height:80.35714285714286vw/* 450px */;}
	.area_sub_visual .box{margin-top:26.785714285714285vw/* 150px */;}
	.area_sub_visual .box h2{font-size:10.714285714285714vw/* 60px */;}
	.area_sub_visual .obj_bg i:after{content:''; display:block; clear:both;}
	.area_sub_visual .obj_bg[class*="about"] i img{float:right; width:auto; margin-right:-220px;}
	.area_sub_visual .obj_bg[class*="rnd"] i img{width:auto; margin-left:-170px;}
	.area_lnb .btn_home:before{width:12px; height:14px;}
	.area_tab > ul > li{margin-right:30px;}
	.area_tab > ul > li:last-child{margin-right:0px;}
	.area_tab > ul > li > a.on{font-size:20px;}
	
	/* swiper gride */
	.list_grid .swiper_bottom button{width:45px; height:45px; margin-top:-30px;}
}

@media screen and (max-width:480px){
	/* footer */
	#footer .inr{padding-left:20px;}	
	
	/* content */
	.area_lnb .lnb{display:none;}
	.area_lnb .snb{width:calc(100% - 50px);}
	.area_sub_visual .box h2{margin-top:5px;}
}

@media screen and (max-width:420px){
	#header h1{width:98px; height:21px;}
	.allmenu_gnb{padding-left:20px; padding-right:20px;}
	
	/* footer */
	#footer .inr_spot ul li span{line-height:1.2em;}
	#footer .btn_top{right:10px;}
	
	/* content */
	.area_sub_visual{height:95.23809523809523vw/* 400px */;}
	.area_sub_visual > .inr{align-items:center;}
	.area_sub_visual .box{margin-top:30.952380952380953vw/* 130px */;}
	/* tab */
	.area_tab{padding-top:10px;}
	.area_tab > ul > li > a{font-size:16px;}
	.area_tab > ul > li > a.on{font-size:18px;}
	.area_tab.type02{padding-top:0px;}
	.area_tab.type02.scroll_control.full .inner{height:60px;}
}

@media screen and (max-width:360px){
	.allmenu_gnb .gnb > li > a{font-size:25px;}
	.allmenu_gnb .gnb > li ul > li > a{font-size:16px;}
	
	/* footer */
	#footer .btn_top{position:absolute;}
	
	/* content */
	.area_sub_visual .box em{font-size:14px;}
	/* tab */
	.area_tab.type02 ul > li > a,
	.area_tab.type02 ul > li > button{font-size:14px;}
}

@media screen and (max-width:320px){
	#header .btn_menu{width:50px;} 
	#header .area_lang{width:60px;}
	.area_scroll{right:-10px;}
	
	/* content */
	.area_sub_visual{height:109.375vw/* 350px */;}
	.area_sub_visual .box{margin-top:37.5vw/* 120px */;}
	.area_sub_visual .box h2{font-size:12.5vw/* 40px */;}

	/* tab */
	.area_tab.type02 ul > li > a, 
	.area_tab.type02 ul > li > button{padding:0 5px;}
}