@charset "utf-8";


.doc{font-size: 16px;}
.box1{ width:1280px;max-width: 96%; margin:0 auto; position:relative } 
.mobile_only{display:none;}

:root { 
    --mainColor:#2f44a1;
    --subColor:#377de1;
    --bor_r:3px;
    --item_r:10px;
	--header_H:80px;
	--fs_01: 'MiraenaMu';
}

@font-face {
    font-family: 'MiraenaMu';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/naverfont_04@1.0/Future_tree.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

/*header*/
#header{z-index: 200; position: fixed; top: 0; left: 0; width:100%;}
#header .va_wrap,
#header .h_wrap{height:var(--header_H);}
#header #logo{z-index:800;}
#header #logo .a_ver{display:none;}
#header #logo img{display:block;}
#header .gnb_wrap{margin:0 auto;}
#header .gnb_wrap .gnb .depth1{margin:0 40px; position: relative;}
#header .gnb_wrap .gnb .depth1 > a{font-size: 1.125em; line-height: inherit; font-weight:400; color:#fff; position: relative;}
#header .gnb_wrap .gnb .depth1 > ul{background:#fff; min-width: 180px; 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; line-height: 1.4;}
#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 .gnb_wrap .gnb .depth1:last-child > ul > li.depth2:nth-child(3),
#snb .snb_list .sdp3 .sdp_list_wrap .sdp_list > li:nth-child(3),
.pc_all_menu .gnb_all > li.depth1 .dp2_menu > li.depth2:nth-child(3),
.mo_all_menu .mobile_gnb .dp2_menu > li:nth-child(3){display:none;}

/*검색*/
#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:15px;}
#header .btn_gnb .a_rd{width:10px; height: 10px; background-color: #fff; border-radius: 50%;}
#header .btn_gnb .a_rd.a1{position: absolute; top: 0; left: 0; transition:.3s;}
#header .btn_gnb .a_rd.a2{position: absolute; top: 0; right: 0; background-color:var(--mainColor)!important; transition:.3s;}
#header .btn_gnb .a_rd.a3{position: absolute; bottom: 0; left: 0; transition:.3s; }
#header .btn_gnb .a_rd.a4{position: absolute; bottom: 0; right: 0; transition:.3s; }

#header .btn_gnb:hover .a_rd.a1,
#header .btn_gnb:hover .a_rd.a4{display:none;}
#header .btn_gnb:hover .a_rd.a2,
#header .btn_gnb:hover .a_rd.a3{width:100%; border-radius: 50px;}

#header .btn_gnb.on .a_rd.a1,
#header .btn_gnb.on .a_rd.a4{display:none;}
#header .btn_gnb.on .a_rd.a2{width:100%; border-radius: 50px;}
#header .btn_gnb.on .a_rd.a3{width:100%; border-radius: 50px; background-color: #666;}

/*구글언어*/
#google_notranslate_top{position: relative; width:65px;}
#google_notranslate_top > a{ height: 38px; background-color: #fff; display: block; border-radius: 50px; padding: 7px 13px; position: relative; border:1px solid #ddd;}
#google_notranslate_top > a:before{content:'\e942'; font-family: 'xeicon'; position: absolute; top: 50%; right:10px; transform: translateY(-50%);}
#google_notranslate_top .translation-links{position: absolute; top: 38px; left: 0; background-color: #fff; width:100%; border-radius: 10px; padding:5px; border:1px solid #ddd;}
#google_notranslate_top .translation-links > a{display:block; text-align: center;}


/*스크롤 header*/
.scroll #header{background-color:#fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.scroll #header #logo .a_ver{display:block;}
.scroll #header #logo .b_ver{display:none;}
.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;}
.scroll #header .btn_gnb .a_rd{background-color:#666;}

/*탑버튼*/
.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:#2079f4}
.qk_list li .qk_call:hover{width:200px; 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:135px; border-radius: 50px;}    
            

/*footer*/
#footer{background-color:#111; padding:65px 0 0; margin-top:10em;}
.main #footer{margin-top:0;}
#footer .f_info_w{width:calc(100% - 190px);}
#footer .f_top{margin-bottom:40px;}
#footer .f_top .f_logo{opacity: .7;} 
#footer .f_menu{margin-left:50px;}
#footer .f_menu > li a{color:#fff; opacity: .6; margin-right:20px;}
#footer .f_menu > li a:hover{opacity: .8;}
#footer .f_menu > li a:after{content:'|'; color:#888; padding-left:20px; font-weight: 300;}
#footer .f_menu > li:last-child a{margin-right:0px;}
#footer .f_menu > li:last-child a:after{display:none;}
#footer .f_info > li{color:#fff; opacity: .6; margin-right:60px; margin-bottom:10px;}
#footer .f_info > li .co_st{margin-right:15px; color:#bbb;}
#footer .f_site{width:190px; position: relative;}
#footer .f_site .f_site_btn{width:100%; background-color: #333; color:#bbb; border-radius: 10px; padding:15px 20px; cursor: pointer;}
#footer .f_site .f_site_list{width:100%; background-color: #333; border-radius: 10px; padding:5px 20px; max-height: 150px; overflow-y: scroll; position: absolute; top:60px; left: 0; display: none;}
#footer .f_site .f_site_list.on{display:block;}
#footer .f_site .f_site_list > li a{ color:#bbb; padding:10px 0; border-bottom:1px dotted #666; display:block;}
#footer .f_site .f_site_list > li a:hover{ color:#eee;}
#footer .f_site .f_site_list > li:last-child a{border-bottom:none;}
#footer .f_copy{color:rgba(255,255,255,.3); font-weight: 300; font-size: .875em; letter-spacing: 0; padding:35px 0; text-align: center; border-top:1px solid rgba(255,255,255,.1); margin-top:100px;}
#footer .f_site .f_site_list::-webkit-scrollbar{width:3px;}
#footer .f_site .f_site_list::-webkit-scrollbar-thumb{background-color: #999; border-radius: 5px;}
#footer .f_site .f_site_list::-webkit-scrollbar-track{}
#footer .f_copy{font-size:.875em; color:#fff; opacity: .4; margin-top:50px; letter-spacing: .5px; font-weight: 200; border-top:1px solid rgba(255,255,255,.3); padding:20px 0; text-align: center; text-transform: uppercase;}


/*서브 비주얼*/
.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_02.jpg);}
#sub_visual.sub30 .bgfix{background-image:url(../img/sub/sub_v_03.jpg);}
#sub_visual.sub40 .bgfix{background-image:url(../img/sub/sub_v_04.jpg);}
#sub_visual.sub50 .bgfix{background-image:url(../img/sub/sub_v_05.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 0; 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:0px; 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: 400; 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;}

/*구글번역*/
body{top:0!important;}
.skiptranslate{display:none;}



/*=================================================================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%, -60%); color:#fff;}
.mainSlider .slogan .t1{ font-size:3.875em; display:block; transform:translateY(1em); font-weight: 800; opacity:0; margin-bottom: 5px; line-height: 1.2;}
.mainSlider .slogan .t2{ font-size:1.75em; font-weight: 500; transform:translateY(1em); opacity:0; line-height: 1.5; margin-top:40px;}
.mainSlider .slogan .t3{ font-size:1.25em; font-weight: 300; transform:translateY(1em); opacity:0; line-height: 1.5; margin-top:30px;}
.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:.8; transition:1s; transition-delay:1.5s}

.mainSlider .mainSlider-pagination{ position: absolute; left:50%; bottom:3em; transform: translateX(-50%); z-index: 100;}
.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;}
.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);}
}*/



.mainSlider{position:relative;}
.mainSlider .slogan{ position:absolute; top:50%; left:50%; transform: translate(-50%, -60%); color:#fff; text-align: center; z-index: 10;}
.mainSlider .slogan .t1{ font-size:3.875em; display:block; font-weight: 800;margin-bottom: 5px; line-height: 1.2;}
.mainSlider .slogan .t2{ font-size:1.5em; font-weight: 500; line-height: 1.5; margin-top:40px;}
.mainSlider .slogan .t3{ font-size:1.25em; font-weight: 300; line-height: 1.5; margin-top:30px;}

/*메인 영상*/
.main_vod{height:100vh; overflow: hidden; position: relative;}
.main_vod:after{content:''; width:100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(0,0,0,0.2);}
.main_vod .vod{ position: absolute; top: 50%;  left: 50%;  transform: translate(-50%, -50%);}


* { box-sizing: border-box; }
.main_vod .video-background {background: #000;position: absolute;top: 0; right: 0; bottom: 0; left: 0;z-index: -99;}
.main_vod .video-foreground,
.main_vod .video-background iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%; /*pointer-events: none;*/ background: url(/theme/aram_01/img/main/vod_sum.jpg) center center / cover no-repeat;}
.main_vod #vidtop-content {top: 0; color: #fff;}
.main_vod .vid-info { position: absolute; top: 0; right: 0; width: 33%; background: rgba(0,0,0,0.3); color: #fff; padding: 1rem; font-family: Avenir, Helvetica, sans-serif; }
.main_vod .vid-info h1 { font-size: 2rem; font-weight: 700; margin-top: 0; line-height: 1.2; }
.main_vod .vid-info a { display: block; color: #fff; text-decoration: none; background: rgba(0,0,0,0.5); transition: .6s background; border-bottom: none; margin: 1rem auto; text-align: center; }
 
@media (min-aspect-ratio: 16/9) {
  .main_vod .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .main_vod .video-foreground { width: 400%; left: -150%; }
}
@media all and (max-width: 600px) {
.main_vod .vid-info { width: 50%; padding: .5rem; }
.main_vod .vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
.main_vod .vid-info .acronym { display: none; }
}
/*메인 영상*/


.main_doc{overflow:hidden;}

.main_tit{ margin-bottom:40px;}
.main_tit .in_tt{ font-size:3em; color:#111; font-weight: 700; line-height: 1.3;}
.main_tit .in_tx{margin-top:30px;}
.main_t1{font-size:1.375em; font-weight: 600; color:#222;}
.main_t2{font-size:1.068em; color:#777;}
.main_t3{font-size:1.15em; color:#333; line-height: 1.5; font-weight: 400;}
.main_t4{font-size:1.625em; color:#222; font-weight: 600;}
.main_more{display:block; transition: .3s; font-size:0.938em; background-color: #333; color:#fff!important; font-weight: 300; padding:13px 20px; width:145px; text-align: center; border-radius: 50px;}
.main_more:hover{background-color:var(--mainColor);}

.main_intro{background-color: #f9f9f9; padding:150px 0 180px; position: relative; overflow: hidden;}   
.main_intro .box1{z-index: 2}
.main_intro .main_tit .in_tt{text-align: center; font-weight: 400; margin-bottom: 70px;}
.main_intro .main_tit .in_tx {margin-right:-40px;}
.main_intro .main_tit .in_tx > *{width:50%; padding-right:40px;}
.main_intro .main_tit .in_tx .in_w{padding:35px 60px;}
.main_intro .main_tit .in_tx .main_t1{margin-bottom:10px;}
.main_intro .main_tit .in_tx .bgfix{width:100%; height: 200px; background-color: #aaa; border-radius: 200px;}
.main_intro .intro_list{margin-top:40px;}
.main_intro .intro_list > li{} 
.main_intro .intro_list > li .in{width:280px; height:280px; border:3px dotted #ccc; border-radius: 50%; margin-right:180px; background-color: #fff; position: relative; padding: 40px;}
.main_intro .intro_list > li .in .i_date{margin-bottom:5px;}   
.main_intro .intro_list > li:last-child .in{margin-right:0px;}
.main_intro .intro_list > li:not(:last-child) .in:after{content:''; width:100%; height: 1px; border-top:1px solid #bbb;  position: absolute; top:50%; right: -100%;}
.main_intro .line_01{position: absolute; top: 0; right:5%;}
.main_intro .line_02{position: absolute; bottom: 0; left:-5%;}
    
.main_company{}
.main_company .comp_tt{width: 650px; text-align: center; padding: 100px 20px; margin: 0 auto; max-width: 50%;}
.main_company .comp_ol{margin-top:45px;}
.main_company .comp_ol .comp_list{}
.main_company .comp_ol .comp_list > li{ margin-bottom: 10px;}
.main_company .comp_ol .comp_list > li .in{ background-color:#f9f9f9; padding:30px 35px; border-radius: var(--item_r);}
.main_company .comp_ol .comp_list > li .in .in_icon{width:100px; text-align: left;}
.main_company .comp_ol .comp_list > li .in .in_w{width:calc(100% - 100px); text-align:left;}
.main_company .comp_ol .comp_list > li .in .main_t1{margin-bottom:5px; margin-top:-3px;}
.main_company .comp_img{width:50%; position: relative;}
.main_company .comp_img p{width:100%; height: 100%; background-color:#aaa;}
.main_company.rev_st{background-color: #f9f9f9;}
.main_company.rev_st .comp_ol .comp_list > li .in{background-color:#fff; }

.main_ceo{padding:120px 0;}
.main_ceo .main_tit .in_tx{margin-bottom: 20px;}
.main_ceo .main_t2{margin-bottom: 60px;}
.main_ceo .mceo_list > li{width:50%;}
.main_ceo .mceo_list > li .in{padding:0 60px;}
.main_ceo .mceo_list > li .img_z{ position: relative;}
.main_ceo .mceo_list > li .img_z .in_name{font-size:2em; font-weight: 700; margin-top:20px;}
.main_ceo .mceo_list > li .txt_z{ margin-top:25px;}
.main_ceo .mceo_list > li .txt_z .dot_list{margin-top:20px;}

.main_business{padding:100px 0 130px;}
.main_business .bus_mag_top{border-radius: var(--item_r); font-size:1.068em; display:block;}
.main_business .bus_mag_top > *{color:#fff;}
.main_business .bus_mag_top .main_t4{font-size:2em; margin-bottom: 15px;}
.main_business .bus_bom_list{ border-top:1px solid #444; border-bottom:1px solid #444; margin-top:40px; padding:15px 0;}
.main_business .bus_bom_list > li{width:25%; position: relative;}
.main_business .bus_bom_list > li .in{text-align: center; display: block; padding:30px 30px; transition: .3s; border-right:1px solid #ddd; min-height:255px;}
.main_business .bus_bom_list > li:last-child .in{border-right:none;}
.main_business .bus_bom_list > li .in .in_tt{font-size:1.375em; font-weight: 500; color:#111; margin: 15px 0 10px;}
.main_business .bus_bom_list > li .in .in_tx{font-size:1.068em; color:#555;}
.main_business .bus_bom_list > li .in .in_tx .ft_size{font-size: .882em;}



/*=================================================================sub============================================================*/
.page_tt{font-size:1.8em; font-weight: 500; margin-bottom: 30px; padding-left: 20px; position: relative;}
.page_tt:before{content:''; width: 10px; height: 10px; position: absolute; top: 0px; left: 0; background:linear-gradient(135deg, var(--mainColor), var(--subColor)); border-radius: 50%;}
.page_stt{font-size:1.45em; font-weight: 500; color:#222; margin-top:50px; margin-bottom: 20px;}
.page_stt .nm_r{width:40px; height: 40px; line-height: 40px; color:#fff; background-color: var(--mainColor); display: inline-block; text-align: center; border-radius: 50%; font-weight: 400; font-size: .938em; margin-right:8px;}
.page_stt .nm_r.co_st{background-color: #e8282b}
.page_stt2{font-size:1.15em; font-weight: 500; color:#222; line-height: 1.3;}
.page_stt2.f_st{font-weight: 400; color:#333; line-height: 1.6;}
.page_tx{font-size:1.068em; color:#333; line-height: 1.4;}
.page_stx{font-size:.938em; color:#666;}

.sw12 > *{width:12.5%!important;}
.sw16 > *{width:16.66%!important;}
.sw20 > *{width:20%;}
.sw25 > *{width:25%;}
.sw33 > *{width:33.33%;}
.sw50 > *{width:50%;}

.dot_list > li{position: relative; padding-left:15px;}
.dot_list > li:before{content:''; width:3px; height: 3px; border-radius: 50%; background-color: var(--mainColor); position: absolute; top: 12px; left: 0;}
.dot_list > li:not(:last-child){margin-bottom:5px;}
.dot_list.page_tx > li:before{top: 10px;}
.dot_list.page_tx > li:not(:last-child){margin-bottom:5px;}

.bk_list > li{padding:12px 20px; background-color: #f5f5f5; border-radius: 5px;}
.bk_list > li:not(:last-child){margin-bottom:5px;}

.table_st{table-layout:fixed; text-align: center; }
.table_st .bg01{background-color: var(--mainColor); color:#fff;}
.table_st .bg02{background-color: #f2f2f2; color:#222; }
.table_st .bg03{background-color: #eaf4ff; color:#222; }
.table_st th,
.table_st td{ padding:.8em 1em; border:1px solid #ddd; line-height: 1.3;}
.table_st th{color:#222;}
.table_st td{color:#333; background-color: #fff;}
.table_st.p_st td{padding:.4em .8em; font-size:.938em;}
.table_st .vt{vertical-align: top}
.table_st .dot_list > li{padding-left:12px;}
.table_st .dot_list > li:before{top:9px;}
.table_info{font-size:.938em; display: none; text-align: center;}
.table_info .xi{vertical-align:bottom}
.table_info.mb_st{margin-bottom:-20px;}

.table_hf{margin-right:-30px;}
.table_hf > *{padding-right:30px;}

.sub_cont{margin-top:6em;}
.mg_cont{margin:6em 0;}
.ig{width:100%; background-color: #fff; border-radius: var(--item_r); padding: 15px;}
.xi.vm{vertical-align: middle;}

.img_box{margin-right:-30px;}
.img_box .in_w{margin-right:30px; text-align: center; border-radius: var(--item_r); background-color: #f9f9f9; padding:35px; height: 100%;}
.img_box .in_w .img_z{width:65%; padding-right:60px;}
.img_box .in_w .table_st{width:35%;}

.g_list{margin-right:-25px; margin-top:-35px;}
.g_list > li .in{margin-right:25px; margin-top:35px;}
.g_list > li .in .img_dv{height:300px; background-color: #aaa; border-radius: var(--item_r); overflow: hidden;}
.g_list > li .in .img_dv .in_icon{width:70px; height: 70px; background-color: #666;}
.g_list > li .in .tx_dv{text-align:center; margin-top:20px;}
.g_list > li .in .tx_dv .page_tx{margin-top:8px; color:#555;}
.g_list > li .in .tx_dv .page_tx .fwB.st{font-size: 1.0588em;} 

.g_list.mg_st{margin-right:-35px;}
.g_list.mg_st > li .in{margin-right:35px;}

.g_list > li .in .ro_box{background-color: #fff; border-radius: var(--item_r); padding:20px; border: 2px solid #b9bfcf; min-height:310px}
.g_list > li .in .ro_box .in_ro{background: #f9f9f9; padding: 10px; border-radius: 50px; border: 1px dashed #ddd; margin:4px 0; width:100%;}
.g_list > li .in .ro_box .in_ro .nm{font-size:1.625em; font-weight: 500;}

/*회사소개*/
.bus_01_01 .in_img{width:100%; height: 350px; margin-bottom: 60px; border-radius: var(--item_r);}
.bus_01_01 .bus_list{margin-right:-120px;}
.bus_01_01 .bus_list > li{width:50%;}
.bus_01_01 .bus_list > li .in{margin-right:120px;}
.bus_01_01 .bus_list > li .in .page_stt2{margin-bottom:20px;}

/*사명*/
.bus_01_02{ text-align: center; background-color: #f9f9f9; padding:6em 0; margin-top:6em;}
.bus_01_02 .bus_cont{margin-top:60px;}
.bus_01_02 .bus_cont > li{}
.bus_01_02 .bus_cont > li .in{width:300px; height:300px; border:3px dotted #ddd; border-radius: 50%; margin:0 50px; background-color: #fff; position: relative; padding: 40px;}
.bus_01_02 .bus_cont > li:not(:last-child) .in:after{content:''; width:100%; height: 1px; border-top:1px solid #bbb;  position: absolute; top:50%; right: -100%;}
.bus_01_02 .bus_cont > li .xi{font-size:3em; color:#ccc;}
.bus_01_02 .bus_cont > li .page_stt{margin:0; line-height: 1.3;}


.step_list{margin-right:-25px; margin-top:-25px;}
.step_list > li{ margin-top:25px;}
.step_list > li .in{ border:3px dotted #ddd; border-radius: var(--item_r); background-color: #fff; position: relative; padding: 30px 10px; height: 100%; margin-right:25px; }
.step_list > li .in .page_stt2.f_st{line-height: 1.4;}
.step_list > li:not(:last-child) .in:after{content:''; width:100%; height: 1px; border-top:1px solid #bbb;  position: absolute; top:50%; right: -100%;}
.step_list > li:nth-child(4) .in:after{display:none;}


/*CEO&CTO 소개*/
.about_02_01{padding:6em 0 2em;}
.about_02_01 .cos_intro > li{ margin:5em 0 7em;}
.about_02_01 .cos_intro > li:last-child{ margin-bottom:0;}
.about_02_01 .cos_intro > li .in .img_z{width:50%; padding-right:4.5em; text-align: center}
.about_02_01 .cos_intro > li .in .img_z img{ border-radius: var(--item_r);}
.about_02_01 .cos_intro > li .in .txt_z{width:50%; padding-left:4.5em;}
.about_02_01 .cos_intro > li .in .txt_z .tt{font-size: 2.825em; font-weight: 200; margin-bottom:40px; color: #bbb; line-height: 1.2;}
.about_02_01 .cos_intro > li .in .txt_z .page_tx{ margin-bottom:15px; line-height: 1.6;}
.about_02_01 .cos_intro > li .in .txt_z .page_tx.ceo_name{margin-top:55px;}
.about_02_01 .cos_intro > li .in .txt_z .page_tx.ceo_name .tx{letter-spacing: 2px;}
.about_02_01 .cos_intro > li .in .txt_z .page_tx.ceo_name .in_name{margin-left: 10px; font-family: var(--fs_01); font-size:2em;}
.about_02_01 .cos_intro > li .in.rev .img_z{padding-right:0; padding-left:4.5em;}
.about_02_01 .cos_intro > li .in.rev .txt_z{padding-left:0; padding-right:4.5em;}

.about_02_01 .cos_intro2{margin-right:-25px; margin-top: 40px;}
.about_02_01 .cos_intro2 > li{width:50%; margin-bottom: 25px;}
.about_02_01 .cos_intro2 > li .in{margin-right:25px; border:1px solid #aaa; height: 100%; padding:30px 40px 50px; border-radius: var(--item_r);}
.about_02_01 .cos_intro2 > li .in .txt_z{ margin-bottom:25px; border-bottom:1px dashed #bbb; padding-bottom:20px;}
.about_02_01 .cos_intro2 > li .in .es{color:#666;}


.org_wrap{background-color: #f9f9f9; padding:6em 0; margin-top:6em;}
.org_wrap .org_box{padding:40px 10px; background-color: #fff; border-radius: var(--item_r);}

.nmi_list{margin-right:-200px; margin-bottom:40px;}
.nmi_list > li{position: relative}
.nmi_list > li:first-child:after{content:''; width:80px; height: 200px; background-image: url(../img/sub/arr_img.png); background-repeat: no-repeat; position: absolute; top: 50%; right:50px; transform: translateY(-50%);}
.nmi_list.no_arr > li:first-child:after{display:none;}
.nmi_list .in{border:2px solid #ddd; border-radius: var(--item_r); margin-right:200px; padding:25px; height: 100%;}
.nmi_list .in .tt_box{margin:0 0 20px; background-color: #ddd; text-align: center; padding:17px 15px; border-radius: 50px;}
.nmi_list .co_st{border-color: var(--mainColor);}
.nmi_list .co_st .tt_box{background-color: var(--mainColor); color:#fff;}
.nmi_list .co_st .tt_box.sub_co{background-color: var(--subColor); color:#fff;}

.nmi_list.st > li:nth-child(1){width:66.66%}
.nmi_list.st > li:nth-child(2){width:33.33%;}
.nmi_list.st > li .in.flex > div:nth-child(1){padding-right:20px}
.nmi_list.st > li .in.flex > div:nth-child(2){border-left:1px dashed #ccc; padding-left:20px;}

.produc_list{ position: relative; justify-content: space-between; width:100%; margin: 60px 0;} 
.produc_list:after{ content: ''; position: absolute; top: 115px; left: 0; width: 100%; height: 1px; border-top:2px dashed #ddd; z-index: -1;} 
.produc_list > li{width:25%; padding:0 15px;}
.produc_list > li .round_box{ position: relative; width: 220px; height: 220px; gap: 20px; font-weight: bold; margin: 0 auto; z-index: 1; } 
.produc_list > li .round_box:after{ content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: block; width: 250px; height: 250px; border: 1px solid #ccc; background: #fff; border-radius: 50%; z-index: -2; } 
.produc_list > li .round_box:before{ content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: block; width: 220px; height: 220px; background: #eee; border-radius: 50%; z-index: -1;} 
.produc_list > li .in_nmb { color: var(--mainColor); margin-bottom: 10px;}
.produc_list > li .in_tt{ font-size: 1.125em; color: #333; margin-top:5px; line-height: 1.4;}
.produc_list > li .page_tx{margin-top:40px;}
.produc_list > li:nth-child(2n) .round_box:before {background: var(--mainColor);}
.produc_list > li:nth-child(2n) .round_box .in_nmb,
.produc_list > li:nth-child(2n) .round_box .in_tt{color: #fff;}

.produc_list.st{margin:100px 0 0;}
.produc_list.st > li{margin:0 -25px; width:auto;}
.produc_list.st > li .page_tx{width:80%; margin:40px auto 0;}

.pt_img{background-color: #fff; padding:40px 10px; margin-bottom: 30px; border-radius: var(--item_r);}
.parter_list{margin-right:-15px; margin-top:40px;}
.parter_list > li{margin-bottom:15px;}
.parter_list > li .in{border:1px solid #ddd; border-radius: var(--item_r); text-align: center; padding:25px 5px; margin-right:15px;}

.loc_04_01 .location_box{ margin: 0 auto; padding: 0 1em;}
.loc_04_01 .location_box .map_tw{padding-bottom:1em; font-size:1.45em;}
.loc_04_01 .location_box .map_tw .xi{ width: 44px; height: 44px; background: var(--mainColor); border-radius: 50%; line-height: 44px; margin-right: 10px; font-size:.938em; color:#fff;}
.loc_04_01 .location_box .map_view{ border-top:3px solid var(--mainColor); box-shadow: 0 0.25em 0.5em rgba(0,0,0,.2); transition: .3s;  padding: 1em; border-radius: 0 0 1em 1em;}
.loc_04_01 .location_box .map_view .tt {padding-bottom:10px; font-size:1.125em; color:#333; letter-spacing:-2px; vertical-align:middle;}
.loc_04_01 .location_box .map_view .xi {vertical-align:middle; font-size:1.125em; padding-right:5px;}
.loc_04_01 .location_box .map_view .map_cont .root_daum_roughmap .wrap_controllers{display:none;}
.loc_04_01 .location_box .info_list{margin-top:1em;}
.loc_04_01 .location_box .info_list > li { padding:2.5em 0; border-bottom:1px dotted #ddd;}
.loc_04_01 .location_box .info_list > li h3 { float:left; font-size:1.375em; font-weight:500; position: relative; padding-top:7px;}
.loc_04_01 .location_box .info_list > li h3:before{content:''; width:25px; height: 2px; background: var(--mainColor); position: absolute; top:0; left: 0;}
.loc_04_01 .location_box .info_list > li h3 .xi { font-size:1.125em; margin-right: 5px;}
.loc_04_01 .location_box .info_list > li .info { margin:0 0 0 240px;}
.loc_04_01 .location_box .info_list > li .info .in_tbox{border: 1px solid #ddd; padding: 1.5em; background-color: #f9f9f9; color:#333;}
.loc_04_01 .location_box .info_list > li .info .in_tbox .fwB{margin-right:10px;}
	
.root_daum_roughmap .cont{display:none;}   
.root_daum_roughmap_landing .border2{display:block;}

.board_st.write td.border_n{font-size:1.068em;}



/*EN*/
html[lang="en"] #header .gnb_wrap .gnb .depth1{margin:0 10px;}
html[lang="en"] #header .gnb_wrap .gnb .depth1 > a{font-size:1em;}
html[lang="en"] #header .gnb_wrap .gnb .depth1 > ul > .depth2 a{line-height: 1.3;}

/**/
html[lang="ja"] *{word-break: break-all}
html[lang="ja"]:root{--font:'Noto Serif JP';}
html[lang="ja"] #header .gnb_wrap .gnb .depth1{margin:0 20px;}
html[lang="ja"] #header .gnb_wrap .gnb .depth1 > a{font-size:1.068em;}

/**/
html[lang="zh-CN"] *{word-break: break-all}
html[lang="zh-CN"]:root{--font:'Noto Serif SC';}
html[lang="zh-CN"] #header .gnb_wrap .gnb .depth1{margin:0 20px;}
html[lang="zh-CN"] #header .gnb_wrap .gnb .depth1 > a{font-size:1.068em;}
