@charset "utf-8";


.doc{font-size: 16px;}
.box1{ width:1340px;max-width: 96%; margin:0 auto; position:relative } 
.mobile_only{display:none;}

:root { 
    --mainColor:#00a3e4;
    --subColor: #002659;
    --bor_r:5px;
	--item_r:35px;
	--header_H:80px;
	--fs_01: 'establishRetrosansOTF';
	
}

@font-face {
    font-family: 'establishRetrosansOTF';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2112@1.0/establishRetrosansOTF.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/*header*/
#header{z-index: 200; position: fixed; top: 0; left: 0; width:100%; background-color:#fff; border-bottom:1px solid #ddd;}
#header .va_wrap,
#header .h_wrap{height:var(--header_H);}
#header #logo{z-index:800;}
#header #logo img{display:block;}
#header .gnb_wrap{margin:0 auto;}
#header .gnb_wrap .gnb .depth1{margin:0 45px; position: relative;} 
#header .gnb_wrap .gnb .depth1 > a{font-size: 1.125em; line-height: inherit; font-weight:600; color:#222; position: relative;}
#header .gnb_wrap .gnb .depth1 > ul{background:#fff; min-width: 160px; border: 1px solid #ddd; border-top:0; margin-top:-2px; transition:all .5s; position:absolute; left:50%; transform:translateX(-50%); max-height:0; overflow:hidden; opacity:0 }
#header .gnb_wrap .gnb .depth1 > ul:after{content: ""; position: absolute; left: 0; top: -2px; width: 100%; height:5px; background-color:var(--mainColor); transform: scaleX(0); transition: .3s;}
#header .gnb_wrap .gnb .depth1 > ul > .depth2 a{display: block; text-align: center; color:#444; border-top: 1px dotted #ddd; font-weight:400; padding: 15px 10px;}
#header .gnb_wrap .gnb .depth1 > ul > .depth2 a:hover{background: #f5f5f5;}
#header .gnb_wrap .gnb .depth1:hover ul{ max-height:500px; opacity:1 }
#header .gnb_wrap .gnb .depth1:hover > ul:after{transform: scaleX(1);}

/*검색*/
#header .hd_sch_btn{font-size:1.125em; color:#fff; cursor: pointer;}
#header .hd_sch_btn.on .xi:before{content:'\e921';}
#header .hd_sch_wr #hd_sch{border:1px solid rgba(255,255,255,.8); border-radius: 50px; position: relative; width:240px; overflow: hidden;}
#header .hd_sch_wr #hd_sch #sch_stx{border:0; background:transparent; color:#fff; width:100%; height: 45px; padding:5px 55px 5px 20px; font-size:.95em; box-sizing: border-box;}
#header .hd_sch_wr #hd_sch #sch_stx::placeholder{color:rgba(255,255,255,.8)!important;}
#header .hd_sch_wr #hd_sch button{border:0; background-color:var(--mainColor); width:38px; height: 38px; color:#fff; position: absolute; top:50%; transform: translateY(-50%); right:4px; border-radius: 50%; font-size:.9em;}

/*회원*/
#header .hd_login{margin-left:20px;}
#header .hd_login > li a{color:#fff; margin-left:15px; font-weight: 300;}
#header .hd_login > li:first-child a{margin-left:0px;}
#header .hd_login > li .xi{vertical-align: baseline; margin-right:4px;}

/*전체메뉴버튼*/
#header .btn_gnb{width:30px; height: 30px; position: relative; z-index: 10000; margin-left:25px;}
#header .btn_gnb .xi{font-size: 1.75em; line-height: 1;}
#header .btn_gnb.on .xi:before{content: "\e921";}
.pc_all_menu .gnb_all > li.depth1 > a.dp1{width: 400px; font-family: var(--fs_01); font-size: 3em; font-weight: 400; line-height: inherit; position: relative;}
.pc_all_menu .gnb_all > li.depth1 > a.dp1 .c_dot{position: absolute; top: 0px; left: -15px; width: 12px; height: 12px; background: var(--mainColor); border-radius: 3px;}
.pc_all_menu .gnb_all > li.depth1 .dp2_menu > li a:after{height: 6px;}

/*스크롤 header*/
.scroll #header{background-color:#fff; border-bottom:1px solid #ddd;}
.scroll #header .gnb_wrap .gnb .depth1 > a{color:#222;}
.scroll #header .hd_sch_btn{color:#555;}
.scroll #header .hd_sch_wr #hd_sch{border-color:#ccc;}
.scroll #header .hd_sch_wr #hd_sch #sch_stx{color:#555;}
.scroll #header .hd_sch_wr #hd_sch #sch_stx::placeholder{color:#aaa!important;}
.scroll #header .hd_login > li a{color:#555;}


/*탑버튼*/
.qk_list{position: fixed; top:50%; right: 26px;z-index: 100;font-size: 16px; transform: translateY(-50%);}
.qk_list li{ margin-top: 5px;}
.qk_list li a{display: block; width: 52px; height: 52px; line-height: 52px; text-align: center;  border-radius: 50%; font-size: 1.45em;  box-shadow: 2px 2px 3px rgb(0 0 0 / 20%); overflow: hidden; margin-left: auto; background-color: #333; color: #fff; transition: .5s;}
.qk_list li .xi{width: 52px; line-height: 52px; text-align:center;}
.qk_list li .stx{font-style: normal; font-size: .75em; width:0; overflow: hidden; display: none; font-weight: 700;}
.qk_list li a:hover .stx{width:auto; overflow: hidden; display: block;}
.qk_list li .qk_call{background-color: #00a3e4;}
.qk_list li .qk_call:hover{width:210px; border-radius: 50px;}
.qk_list li .qk_inq .xi{font-size:.85em;}
.qk_list li .qk_inq .stx{font-size:.7em;}
.qk_list li .qk_inq:hover{width:140px; border-radius: 50px;}
.qk_list li .qk_down{background-color: #1dbdd5}
.qk_list li .qk_down .stx{font-size:.7em;}	
.qk_list li .qk_down:hover{width:210px; border-radius: 50px;}

/*footer*/
.main #footer{margin-top: 0;}
#footer{background-color:#151515; padding-bottom:4.375em; margin-top:8em;}
#footer .f_menu{padding:40px 0; border-bottom: 1px solid rgba(255,255,255,.1); margin-bottom: 40px;}
#footer .f_menu > li a{font-size: 1.125em; color:#eee; font-weight: 400; margin-right:50px;}
#footer .f_menu > li:last-child a{margin-right:0px;}
#footer .f_info > li{color:#ccc; font-weight: 200; margin-right:60px; margin-top: 15px; font-size:1.0625em;}
#footer .f_info > li span{font-weight: 400; color:#eee; margin-right: 10px;}
#footer .f_copy{font-size:1em; color:#eee; opacity: .5; margin-top:40px; letter-spacing: .5px; font-weight: 100;}

#footer .f_list .f_logo{width: 26%;}
#footer .f_list .f_box{width: 74%;}

/*서브 비주얼*/
.sub_v_wrap{position: relative;}
#sub_visual{height:430px; position: relative; overflow: hidden;}
#sub_visual .bgfix{position:absolute; top: 0; left:0; width:100%; height: 100%; transform: scale(1.15); transition-timing-function: ease-in-out; transition: 1s;}
#sub_visual .sub_v_tit{ font-weight: 700; text-align:center; font-size:3.625em; color:#fff; position: relative; z-index: 10; margin-right:3em; opacity:0; transition:1s;}
.load #sub_visual .bgfix{transform: scale(1);}
.load #sub_visual .sub_v_tit{margin-right:0; opacity:1}

#sub_visual.sub10 .bgfix{background-image:url(../img/sub/sub_v_01.jpg);}
#sub_visual.sub20 .bgfix{background-image:url(../img/sub/sub_v_01.jpg);}
#sub_visual.sub30 .bgfix{background-image:url(../img/sub/sub_v_01.jpg);}
#sub_visual.sub40 .bgfix{background-image:url(../img/sub/sub_v_01.jpg);}
#sub_visual.sub50 .bgfix{background-image:url(../img/sub/sub_v_01.jpg);}

/*snb*/
#snb { position: absolute; bottom:4em; left:50%; transform: translateX(-50%); z-index: 10; opacity: 0; transition: 1.5s; width:96%;}
#snb .snb_list .sdp1 a{display:block; width:55px; height: 55px; line-height: 55px; border-radius: 50%; text-align:center; background-color:var(--mainColor); color:#fff; font-size:1.125em;}
#snb .snb_list .sdp2,
#snb .snb_list .sdp3,
#snb .snb_list .last{position: relative; width:250px; border-bottom:1px solid rgba(255,255,255,.3);padding:15px 20px; margin-left:20px; cursor: pointer; box-sizing: border-box;}
#snb .snb_list .last{cursor: default;}
#snb .snb_list .sdp_tt{ color:#fff; font-size:1.125em; font-weight: 500; padding-right:20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
#snb .snb_list .sdp_tt:before{content:'\e943'; font-family: 'xeicon'; position: absolute; top: 50%; right:20px; transform: translateY(-50%); font-size:.938em;}
#snb .snb_list .last .sdp_tt:before{display:none;}
#snb .snb_list .sdp_list_wrap{ max-height: 0px; position: absolute; top: 75px; left: 0;  width: 100%;  background: #fff; border-radius: 20px; box-sizing: border-box; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10); z-index: 10; transition: .3s; transition-timing-function: ease-in-out; opacity: 0; overflow: hidden;}
#snb .snb_list .Aon .sdp_list_wrap{ max-height: 1000px; opacity: 1;}
#snb .snb_list .sdp_list{ padding: 25px; }
#snb .snb_list .sdp_list > li{margin-bottom:7px;}
#snb .snb_list .sdp_list > li:last-child{margin-bottom:0;}
#snb .snb_list .sdp_list > li a{color:#777; font-size:1.05em;}
#snb .snb_list .sdp_list > li.on a{color:var(--mainColor); font-weight: 500;}
.load #snb{ opacity: 1;}

/*컨텐츠 페이지*/
.ctt_admin{display:none;}/*관리자 내용수정 버튼*/
#ctt header{display:none;}/*컨텐츠 페이지 타이틀 header*/

/*컨텐츠 타이틀*/
.container_title{font-weight: 200; font-size: 2.125em; padding-top: 35px; margin: 55px 0; text-align: center; position: relative;}
.container_title:before{content:''; width:1px; height: 26px; visibility: hidden; transition: .8s; transition-timing-function: ease-in-out; transform: scaleY(0); transform-origin: left top; background: #222; position: absolute; top: 0; left: 50%;}
.load .container_title:before{transform: scaleY(1); visibility: visible;} 

/*개인정보&이용약관*/
.agree_box{ border:1px solid #ddd; background:#f9f9f9; border-radius:5px}
.agree_box .in_con{  padding:2em; border:1px solid #ededed; margin:1em; background:#fff;}
.agree_box .in_con .agree_wrap{ font-size: .938em;}
.agree_box .in_con .agree_wrap span{ display: block;}


/*=================================================================main============================================================*/

/*메인 비주얼*/
.mainSlider{position:relative}
.mainSlider .el{ height:100vh; position:relative; overflow:hidden}
.mainSlider .el .bg{ position:absolute; left:0; top:0; width:100%; height:100%; background-repeat:no-repeat; background-position:center center; background-size:cover; transform:scale(1.2,1.2); transition-delay:1s}
.mainSlider .slogan{ position:absolute; top:50%; left:50%; transform: translate(-50%, -50%); color:#fff;}
.mainSlider .slogan .t1{ font-size:4.6875em; display:block; transform:translateY(1em); opacity:0; margin-bottom: 5px; line-height: 1.4; text-shadow:1px 2px 1px rgba(0,0,0,.2); font-family: var(--fs_01); width: 50%;}
.mainSlider .slogan .t2{ font-size:1.25em; font-weight: 400; transform:translateY(1em); opacity:0; line-height: 1.8; margin-top:25px; text-shadow:1px 2px 1px rgba(0,0,0,.2); width: 30%;}
.mainSlider .slogan .t3{ font-size:1.125em; font-weight: 400; transform:translateY(1em); opacity:0; line-height: 1.5; margin-top:70px; text-align: center; color: #444; width: 200px; height: 60px; line-height: 60px; border-radius: 50px; background: rgba(255,255,255,.85); display: block;}
.mainSlider .el.swiper-slide-active .bg{ transform:scale(1); transition:2s; transition-delay:0; transition-timing-function:ease-in}
.mainSlider .el.swiper-slide-active .slogan .t1{ transform:translateY(0); opacity:1; transition:1s; transition-delay:.5s}
.mainSlider .el.swiper-slide-active .slogan .t2{ transform:translateY(0); opacity:1; transition:1s; transition-delay:1s}
.mainSlider .el.swiper-slide-active .slogan .t3{ transform:translateY(0); opacity:1; transition:1s; transition-delay:1.5s}

.main_control .btn_st{font-size: 5.25em; color: #fff; opacity: .5; position: absolute; top: 50%; transform: translateY(-50%); z-index: 100; cursor: pointer; transition: .3s;} 
.main_control .btn_st:hover{opacity: 1;}
.main_control .b_prev{left:5%;}
.main_control .b_next{right:5%;}

.mainSlider .mainSlider-pagination{ position: absolute; left:50%; bottom:3em; transform: translateX(-50%); z-index: 100; display: none;}
.mainSlider .mainSlider-pagination .swiper-pagination-bullet{width:120px; height:auto; margin: 0 20px 0 0; border-radius: 0; opacity: .4; background:transparent; color:#fff; border-bottom:2px solid #fff; padding-bottom:5px;}
.mainSlider .mainSlider-pagination .swiper-pagination-bullet-active{opacity: 1;}
.scroll_wrap{position: absolute; bottom: 0; left:0;width:100%; z-index: 10; display: none;}
.scroll_wrap .mainSlide_scroll{ color: #fff; font-size: 0.85em; text-align: center; letter-spacing: 4px; font-weight: 200;}
.scroll_wrap .mainSlide_scroll_bar{ width: 1px; height: 35px; background: #fff; margin: 5px auto 0; position: relative;}
.scroll_wrap .scroll_bar {width:5px; height: 5px; background: #fff; animation: box-ani 2s linear infinite backwards; margin-left:-5px; border-radius: 50%;}

@keyframes box-ani { 
0% {transform: translate(50%, 0);} 
100% {transform: translate(50%, 53px);}
}


/*메인 샘플용 css*/
.main_section{padding:12em 0;}
.main_section_bg{background-color: #f9f9f9;}
.main_tit{ margin-bottom: 30px;}
.main_tit .in_en{ font-size:1.375em; margin-bottom: 10px;}
.main_tit .in_tt{ font-size:4.375em; color:#111; line-height: 1.3; letter-spacing:-3px; font-family: var(--fs_01); position: relative; display: inline-block;}
.main_tit .in_tt:before{content: ''; display: block; width: 14px; height: 14px; border-radius: 3px; background: var(--mainColor); position: absolute; top: -5px; left: -25px;}
.main_tit .in_tx{ font-size:1.125em; color:#555; font-weight: 400; line-height: 1.6;}

.main_more{}
.main_more a{border:2px solid #666; transition: .3s; color:#444; font-size:1em; text-align: center; border-radius: 50px; width: 135px; height: 50px; padding: 0 25px;}
.main_more a:hover{border-color:var(--mainColor); background-color:var(--mainColor); color:#fff;}
.main_more a .xi{font-size: 1.625em;} 



/**/
.tab_idx{ margin:-1em 0 3em -1em;}
.tab_idx > li{flex:1 14%;}
.tab_idx > li > a{ padding:0 .5em; height:4em; border:1px solid #ddd; border-radius: var(--bor_r); margin:1em 0 0 1em; color:#666; transition:.3s;}
.tab_idx > li > a .va{font-size:1.068em; font-weight:500}
.tab_idx > li > a:hover,
.tab_idx > li.on > a{ /*box-shadow:0 0 1em .125em rgba(0,0,0,.1);*/ color:#fff; border-color:var(--subColor); background: var(--subColor);}

/**/
.nm_page_tt{font-size:1.5em; text-align: center; margin:80px auto 30px;}
.nm_page_tt .nmb{width:50px; height: 50px; line-height: 50px; border-radius: 50%; background-color: var(--mainColor); display: inline-block; color:#fff; margin-right:5px;}
.page_tt{font-size:1.825em; font-weight: 600;}
.page_stt{font-size:1.45em; font-weight: 600;}
.page_tx{font-size:1.125em; font-weight: 300;}
.page_stx{font-size:1em; font-weight: 300;}
.page_st .swiper-pagination-bullet{width: 12px; height: 12px; background: #ddd; margin:0 4px; opacity: 1; transition: .3s;}
.page_st .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 35px; background: #00a3e4; border-radius: 10px;}
.pg_wrap .pg_page.pg_end{background: url('/../img/btn_end.gif') no-repeat 50% 50%!important;}
.pg_wrap .pg_page.pg_start{background: url('/../img/btn_first.gif') no-repeat 50% 50%}
.chk_box input[type="checkbox"]:checked + label span{background: url(../img/chk.png) no-repeat 50% 50% var(--mainColor)!important;}

/* 메인 제품 */
.main_product{background: #f3f3f3;}
.main_product .main_more{margin-bottom: 20px;}
.main_product .swiper-container{padding: 0 10px;}
.main_product .in{display: block;}
.main_product .in .txt_z{text-align: center; background: #fff; border-radius: 35px; padding: 85px 0 220px; box-shadow: 3px 2px 8px rgb(0 0 0 / 10%);}
.main_product .in .txt_z .ti{font-size: 1.625em; font-weight: 700; margin-bottom: 20px;}
.main_product .in .txt_z .tt{color: #666; line-height: 1.6;}
.main_product .in .img_z{text-align: center; margin-top: -150px;}
.main_product .main_control .btn_st{color: #ddd; opacity: 1;}
.main_product .main_control .btn_st:hover{color: var(--mainColor);}
.main_product .main_control .b_prev{left: -10%;}
.main_product .main_control .b_next{right: -10%;}
.main_product .page_st{margin-top: 65px; text-align: center;}


/* 메인 회사소개 */
.main_company{position: relative; background-image:linear-gradient(0deg, #fff 50%,#f3f3f3 0%); padding-bottom: 8em;}
.main_company:before{content: ''; display: block; background: #fff; position: absolute; top: 0; left: 0; width: 50%;height: 50%; border-radius: 0 320px 0 0;}
.main_company:after{content: ''; display: block; background: #f3f3f3; position: absolute; top: 0; right: 0; width: 50%;height: 83%; border-radius: 0 0 0 320px;}
.main_company .com_tit{width:40%; z-index: 1}
.main_company .main_tit{position: sticky; top: 140px; left: 0; margin-top:140px;}
.main_company .main_tit .in_tt{margin-bottom: 20px;}
.main_company .main_tit .in_tx{margin-bottom: 50px;}
.main_company .com_con{width: 60%; z-index: 1}
.main_company .com_con .com_list > li{width: 50%; margin-bottom: 50px;}
.main_company .com_con .com_list > li:nth-child(2){margin-top: 250px;}
.main_company .com_con .com_list > li:nth-child(3){margin-top: -250px;}
.main_company .com_con .com_list > li .in{display: block; width: 350px; height: 500px; border-radius: var(--item_r); margin-left: 50px; overflow: hidden; position: relative; align-content: end; text-align: center; transition: .3s;}
.main_company .com_con .com_list > li .in:before{content: ''; display: block; width: 100%; height: 100%; background: rgba(0, 163, 288,.85); position: absolute; top: 0; left: 0; opacity: 0; transition: .3s;}
.main_company .com_con .com_list > li .txt_z{position: relative;z-index: 1111; color: #fff;}
.main_company .com_con .com_list > li .in .ti{font-family: var(--fs_01); font-size: 2em; }
.main_company .com_con .com_list > li .in .tt{font-size:1.125em; margin-bottom: 40px;}
.main_company .com_con .com_list > li .in .xi{font-size:1.5625em; color: var(--mainColor); width: 56px; height: 56px; line-height: 56px; border-radius: 50%; text-align: center; background: #fff; margin: 0 auto; display: none; opacity: 0; transition: .3s;}
.main_company .com_con .com_list > li .in:hover{border-radius: 175px; align-content: center;} 
.main_company .com_con .com_list > li .in:hover .xi{display: block; opacity: 1;}
.main_company .com_con .com_list > li .in:hover:before{opacity: 1;}


/* 메인 텍스트 */
.main_txt{padding:20px 0; overflow: hidden;}
.main_txt .main_tit .in_tt{color: #fff;}
.main_txt .move_text_box .in_text{ display: flex; white-space: nowrap; transition: 0.3s; padding: 15px 0; position: relative;}
.main_txt .move_text_box .in_text p{display: flex; animation: textLoop 30s linear infinite; padding-right: 300px; font-size: 6.875em; font-weight: 800; font-family: var(--fs_01); letter-spacing: 4px; color: #ddd; align-items: center;}
.main_txt .move_text_box .in_text p .img_z{margin: 0 1em 0 .5em;}

@keyframes textLoop {
  0% {transform: translateX(0);}
  100% {transform: translateX(-100%);}
}

/* 메인 기술현황 */
.main_tech{position: relative;}
.main_tech:before{content: ''; display: block; position: absolute; bottom: 2%; right: 0; width: 94%; height: 420px; border-radius: 210px 0 0 210px; background: #f3f3f3;}
.main_tech .main_tit{margin-bottom: 40px;}
.main_tech .tec_list{margin-left: -40px;}
.main_tech .tec_list > li{width: 33.33%}
.main_tech .tec_list > li .in{display: block; height: 500px; border-radius: var(--item_r); margin-left: 40px; overflow: hidden; position: relative; align-content: center; text-align: center; transition: .3s;}
.main_tech .tec_list > li .in:before{content: ''; display: block; width: 100%; height: 100%; background: var(--mainColor); position: absolute; top: 0; left: 0; opacity: 0; transition: .3s;}
.main_tech .tec_list > li .in .img_z{display: block; margin-bottom: 10px;}
.main_tech .tec_list > li .in .txt_z{position: relative;z-index: 1111; color: #fff;}
.main_tech .tec_list > li .in .ti{font-family: var(--fs_01); font-size: 2em; }
.main_tech .tec_list > li .in .tt{font-size:1.125em;}
.main_tech .tec_list > li .in .xi{font-size:1.5625em; color: var(--mainColor); width: 56px; height: 56px; line-height: 56px; border-radius: 50%; text-align: center; background: #fff; margin: 40px auto 0; opacity: 0; display: none; transition: .3s;}
.main_tech .tec_list > li .in:hover{border-radius: 210px;}
.main_tech .tec_list > li .in:hover .img_z{display: none;}
.main_tech .tec_list > li .in:hover .xi{ opacity: 1; display: block;}
.main_tech .tec_list > li .in:hover:before{opacity: 1;}


/* 메인 온라인 문의 */
.main_inquiry{position: relative; padding: 16em 0; overflow: hidden;}
.main_inquiry:before{content: ''; display: block; background-image: url(/theme/aram_01/img/main/inq_bg.png); background-position: center; background-repeat: no-repeat; background-size: cover; width: 1362px; height: 685px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%)}
.main_inquiry .main_tit{margin-bottom: 60px;} 
.main_inquiry .main_tit .in_tt{margin-bottom: 40px;}
.main_inquiry .main_tit .in_t1{font-size: 1.75em; font-weight: 600; margin-bottom: 20px;}
.main_inquiry .main_more{text-align: center;}
.main_inquiry .main_more a{display: inline-block; text-align: center; width: auto; height: 58px; line-height: 1; padding: 0 35px;}

/* 메인 파트너 */
.main_partner {overflow: hidden;}
.main_partner .main_tit{}
.main_partner .main_tit .in_tt{color: #fff;}
.main_partner .main_tit .in_tx{color: #fff;}
.main_partner .par_con{margin-top: 120px; width: 5700px;}
.main_partner .par_list{animation: textLoop 30s linear infinite;}
.main_partner .par_list > li{margin-right: 90px;}


/* ==================================================================================================================================== */


/* 임직원 인사말 */
.cos_intro > li{ margin-bottom:5em;}
.cos_intro > li:last-child{ margin-bottom:0;}
.cos_intro > li .in .img_z{width:50%; padding-right:4.5em; } 
.cos_intro > li .in .img_z .bgfix{height: 600px; border-radius: var(--item_r); box-shadow: 3px 2px 7px rgb(0 0 0 / 10%);}
.cos_intro > li .in .txt_z{width:50%; padding:5em 0 5em 4.5em;}
.cos_intro > li .in .txt_z .tt{font-family: var(--fs_01); font-size: 2.5em; font-weight: 700; margin-bottom:20px; color: #222; line-height: 1.4; letter-spacing: 1px; position: relative;}
.cos_intro > li .in .txt_z .tt:before{content: ''; display: block; width: 30px; height: 30px; border:2px solid #ddd; border-radius: 5px; position: absolute; top: -10px; left: -20px; z-index: -1;}
.cos_intro > li .in .txt_z .page_stt{color: #222; margin-bottom: 35px; font-weight: 600;}
.cos_intro > li .in .txt_z .page_tx{ margin-bottom:15px;}
.cos_intro > li .in .txt_z .page_tx.ceo_name{margin-top:55px; font-weight: 600}
.cos_intro > li .in.rev .img_z{padding-right:0; padding-left:4.5em;}
.cos_intro > li .in.rev .txt_z{padding-left:0; padding-right:4.5em;}

/* 연혁 */
.sub_history_img { text-align:center; }
.sub_history_tit{ text-align:center; padding:100px 0; border-radius: var(--item_r);}
.sub_history_tit .t1{ font-family: var(--fs_01); font-size:3em; font-weight: 400; color:#fff; line-height: 1;}
.sub_history_tit .t2{ color:#fff; font-size:1.25em; font-weight: 600; margin-bottom: 20px;}
.sub_history_wrap{ position:relative; z-index:inherit; padding-left: 120px;}
.sub_history_wrap .sub_history_line{ position:absolute; z-index:inherit; width:1px; background:#ddd; left:81px; height:100%; margin-left:1px; top:-40px}
.sub_history_wrap .sub_history > li{ position:relative; z-index:inherit; width:100%; margin-top:40px}
.sub_history_wrap .sub_history > li .history{ padding:0 20px; border-bottom: 1px dotted #ccc;}
.sub_history_wrap .sub_history > li .history:before{content:''; position:absolute; top:15px;  left:-42px; width:10px; height:10px; background:var(--mainColor); border-radius:3px;}
.sub_history_wrap .sub_history > li .history .year{ font-family: var(--fs_01); font-size:2.25em; color:var(--mainColor); position:relative; z-index:inherit; letter-spacing:-1px;}
.sub_history_wrap .sub_history > li .history .list{ position:relative; z-index:inherit; margin-top:15px}
.sub_history_wrap .sub_history > li .history .list .tt{ display:block; font-size:1em; color:#222; line-height:1.8; margin-bottom:15px; font-family:notokrM, sans-serif; vertical-align:middle;}
.sub_history_wrap .sub_history > li .history .list .txt {position:relative; padding-left:10px;}
.sub_history_wrap .sub_history > li .history .list .txt:before {position:absolute; content:""; width:5px; height:2px; background:#888; left:0; top:10px;}
.sub_history_wrap .sub_history > li .history .list .month{ min-width:60px; display:inline-block; font-weight: 700;}

/* 찾아오시는 길 */
.location_info {padding:0 1em;}
.location_info .map_cont{border: 1px solid #ddd; border-radius: 25px; overflow: hidden;}
.location_info .info_box {border: 1px solid #eee; border-radius: 25px; padding: 2em; box-shadow: 0 5px 15px rgba(0,0,0,0.1); margin-top:20px;}
.location_info .info_box ul > li{width:33.33%;}
.location_info .info_box ul > li:first-child{width:100%;  margin-bottom: 15px;}
.location_info .info_box ul > li .xi {color: #fff; box-sizing: border-box; margin-right: .5em; text-align: center; font-size:1.068em; width:42px; height: 42px; line-height: 42px; border-radius: 50%; background-color: var(--mainColor);}	
.location_info .root_daum_roughmap .wrap_controllers{display: none;}

/* 전국AS*/
.asmap_wrap{background: #8ae7e5; position: relative;}
.asmap_wrap .map_img{width: 60%; text-align: center; padding-bottom: 40px;}
.asmap_wrap .asmap_box{width: 40%; padding-top: 140px;}
.asmap_wrap .asmap_box .page_tt{font-weight: 700; color: var(--subColor);}
.asmap_wrap .asmap_box .tt{font-size: 1.125em; font-weight: 500; color: #666; margin-bottom: 15px;}
.asmap_wrap .asmap_box .xi{font-size: .888em; margin-right: 5px;}
.asmap_wrap .asmap_box .dot_list > li{font-size: 1.125em; line-height: 1.4; margin-right: 20px;}
.asmap_wrap .asmap_box .dot_list > li:before{ width: 4px; height: 4px; top: 9px; left: -12px;}
.asmap_bg{background: #fff; padding: 40px 30px; border-radius: var(--item_r);}

/* 제품소개 */
.pro_wrap .page_stt{margin: 15px 10px; position: relative;}
.pro_wrap .page_stt:before{content:''; display:block; position: absolute; top: -5px; left: -10px; width: 10px; height: 10px; background:var(--mainColor); border-radius: 2px; z-index: -1; opacity: .8;}
.pro_wrap .img_z{text-align: center; border: 1px solid #ddd; border-radius: var(--item_r); padding: 10px;}
.dot_list{padding: 0!important; margin: 0!important;}
.dot_list > li{line-height: 1.8; font-size: 1em; color: #222; position: relative; margin-left: 10px;}
.dot_list > li:before{content: ''; display: block; width: 3px; height: 3px; background: #bbb; border-radius: 50%; position: absolute; top: 10px; left: -10px;}
.table_st{table-layout:fixed; border-top: 2px solid var(--subcolor); margin-bottom: 10px;}
.table_st th,
.table_st td{padding: .5em .8em; border: 1px solid #ddd; text-align: center; line-height: 1.6;}
.table_st th{color:#222; background-color:#f9f9f9; font-size:1.125em; font-weight: 500;}
.table_st td{color:#333;}
.table_st .co_1{background: #f9f9f9;}
.table_info{display: none;}
.pro_box {padding: 60px 0; border-radius: var(--item_r); margin-bottom: 40px; background: #ddd;}
.pro_box .te{font-family: var(--fs_01); font-size: 1.75em; color: #fff;}
.pro_box .ti{font-size: 1em; color: #fff; margin-bottom:20px;}
.pro_box .main_more a{display: inline-block; width: auto; height: 45px; border-color: #fff; font-size: .937em; color: #fff; line-height: 1;}
.pro_box .main_more a:hover{background: #fff; color: var(--subColor)}
.bo_op_list > li .op_tt{background: var(--subColor);}
.list_box{width: 90%; font-size: 1.125em; line-height: 1.6; margin: 0 auto; text-align: left; color: #333;}
.list_box .img_list{width: 25%;}
.list_box .img_list span{display: inline-block; width: 20px; color: #111;}
.pro_tab{margin-bottom: 20px!important;} 

/* 게시판 */
#bo_gall .gall_li .gall_box,
.board_product_gallery > li .gall_box{border-radius: var(--bor_r); overflow: hidden;}



