@charset "utf-8";


.doc{font-size: 16px;}
.box0{ width:var(--box0); max-width: 100%; margin:0 auto; position:relative } 
.box1{ width:var(--box1); max-width: 96%; margin:0 auto; position:relative } 
.mobile_only{display:none;}

/*header*/
body{padding-top:10px;}
#header{z-index: 200; position:sticky; top: 0px; left: 0; width:100%; background-color: #fff;}
#header .va_wrap,
#header .h_wrap{height:var(--header_H); transition: height 0.3s ease;}
#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:#111; position: relative;}
#header .gnb_wrap .gnb .depth1 > ul{background:#fff; box-shadow: 0 0 10px rgba(0,0,0,0.1); min-width: 160px;  margin-top:0; transition:all .5s; position:absolute; left:50%; transform:translateX(-50%); max-height:0; border-radius: 10px; overflow:hidden; opacity:0}
#header .gnb_wrap .gnb .depth1 > ul > .depth2 a{display: block; text-align: center; color:#444; font-weight:400; padding: 12px 10px;}
#header .gnb_wrap .gnb .depth1 > ul > .depth2 a:hover{color:var(--mainColor);}
#header .gnb_wrap .gnb .depth1:hover ul{ max-height:500px; opacity:1 }
#header .gnb_wrap .gnb .depth1 .va{position: relative;}
#header .gnb_wrap .gnb .depth1 .va:after{content: ""; position: absolute; left: 0; bottom:-8px; width: 100%; height:3px; background-color:var(--mainColor); transform: scaleX(0); transition: .3s;}
#header .gnb_wrap .gnb .depth1:hover .va: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: 25px; position: relative; z-index: 10000; margin-left:40px;}
#header .btn_gnb .a_rd{width:100%; height: 2px; background-color: #666; display: block; transition: .3s;}
#header .btn_gnb .a_rd.a1{ position: absolute; top: 0; right:0;}
#header .btn_gnb .a_rd.a2{ position: absolute; top: calc(50% - 1px); right:0; width:75%;}
#header .btn_gnb .a_rd.a3{ position: absolute; bottom:0; right:0;}

#header .btn_gnb:hover .a_rd.a2{width:100%;}

#header .btn_gnb.on .a_rd.a1{ transform: rotate(45deg); top:50%; margin-top:-1px;}
#header .btn_gnb.on .a_rd.a2{display:none;}
#header .btn_gnb.on .a_rd.a3{ transform: rotate(-45deg); top:50%; bottom:inherit; margin-top:-1px;}

#header .h_inq a{display:block; color: #fff !important; background: var(--mainColor); padding: 8px 35px; border-radius: 50px; letter-spacing: 0;}


/*탑버튼*/
.qk_list{position:fixed; bottom:15px; right:15px; z-index: 800;}
.qk_list > li a{display:block; width:50px; height: 50px; line-height: 50px; border-radius: 5px; font-size:1.25em; text-align: center; margin-top:3px; transition: .3s;}
.qk_list > li a:hover{box-shadow: 3px 3px 7px rgba(0,0,0,0.15);}
.qk_list > li.top_btn a{background-color:#333; color:#fff;}
.qk_list > li.kakao_btn a{background-color:#fae100; color:#3c1e1e;}
.qk_list > li.blog_btn a{background-color:#03c75a; color:#fff;}
.qk_list > li.ins_btn a{background-image: linear-gradient(120deg, #574dc0, #c93b99, #ff942a); color: #fff;}
.qk_list > li.you_btn a{background-color: #ff0033; color: #fff;} 

/*footer*/
.main #footer{margin-top:50px;}
#footer{background:#000; padding:4.5em 0 4em; margin-top:10em;}
#footer .f_logo{margin-bottom:1.5em; display:flex; align-items:center}
#footer .f_logo .ico{position:relative; width:1.5em; height:1.5em; margin-right:.5em}
#footer .f_logo .ico i{position:absolute; left:50%; top:50%; width:1.25em; height:.1875em; background:var(--mainColor); border-radius:.125em}
#footer .f_logo .ico i:first-child{transform:translate(-50%,-50%) rotate(45deg)}
#footer .f_logo .ico i:last-child{transform:translate(-50%,-50%) rotate(-45deg)}
#footer .f_logo .txt{font-size:1.25em; font-weight:700; color:#fff}
#footer .f_info_w{width:65%}
#footer .f_menu{margin-bottom:1.5em}
#footer .f_menu li{position:relative; margin-right:2.5em;}
#footer .f_menu a{font-size:.938em; font-weight:400; color:#aaa}
#footer .f_menu a:hover{color:#ccc;}
#footer .f_info{font-size:.938em; color:#888}
#footer .f_info li{margin-right:20px; margin-bottom: 2px;}
#footer .f_info li:after{content:'|'; margin-left:20px; color:#888}
#footer .f_info li:nth-child(3):after,
#footer .f_info li:nth-child(4):after,
#footer .f_info li:nth-child(7):after{display:none;}
#footer .f_info li.cl{flex:0 0 100%;}
#footer .f_copy{margin-top:1.5em; font-size:.8125em; color:#555}
#footer .f_pv_right{width:35%}
#footer .f_pv_right .f_cs_tit{display:block; font-size:.938em; font-weight:400; color:#aaa; margin-bottom:5px; letter-spacing: 0;}
#footer .f_pv_right .f_cs_tel{display:block; font-size:1.625em; font-weight:700; color:#aaa; letter-spacing: 0;}
#footer .f_pv_right .f_cs_info{font-size:.938em; color:#888}
#footer .f_pv_right .f_cs_info li{ margin-bottom: 2px;}
#footer .f_pv_right .f_cs_info li span{margin:0 10px;}
 
/*서브 비주얼*/
.sub_v_wrap{position: relative; margin-top:10px;}
#sub_visual{height:400px; 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; background-image:url(../img/sub/sub_v_02.jpg);}
#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.sub20 .sub_v_tit{color:#222;}
#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.sub40 .sub_v_tit{color:#222;}
#sub_visual.sub50 .bgfix{background-image:url(../img/sub/sub_v_05.jpg);}
#sub_visual.sub50 .sub_v_tit{color:#222;}


/*snb*/
#snb {border-bottom:1px solid #ddd;}
#snb .sdp_list{justify-content: center}
#snb .sdp_list > li{flex:1; text-align:center; max-width:20%;}
#snb .sdp_list > li a{display: flex; align-items: center; justify-content: center; padding:0 10px; font-size:1.125em; position: relative; height: 70px; line-height: 1.2;}
#snb .sdp_list > li a.on,
#snb .sdp_list > li a#bo_cate_on{color:var(--mainColor); font-weight: 500;}
#snb .sdp_list > li a.on:before,
#snb .sdp_list > li a#bo_cate_on:before{content:''; width:100%; height:3px; background-color: var(--mainColor); position: absolute; bottom:-1.5px; left: 0;}


/*컨텐츠 페이지*/
.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;} 
#container_wr{padding-top:100px;}

/*개인정보&이용약관*/
.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; border-radius: var(--item_r); margin-top:10px; overflow: hidden;}
.mainSlider .el{ /*height:calc(100vh - (var(--header_H) + 60px));*/ height:680px; 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 .el .bg:before{content:''; width:100%; height: 100%; position: absolute; top: 0; left: 0; background:linear-gradient(90deg, rgba(0,0,0,.4), transparent); z-index: 10;}*/
.mainSlider .slogan{ position:absolute; top:50%; left:50%; transform: translate(-50%, -75%); color:#fff; z-index: 15; width:1150px; max-width:92%;}
.mainSlider .slogan .t2{ font-size:2em; font-weight: 300; transform:translateY(1em); opacity:0; line-height: 1.5; margin-bottom:15px; color:var(--mainColor);}
.mainSlider .slogan .t1{ font-size:3.625em; display:block; transform:translateY(1em); font-weight:700; opacity:0; line-height: 1.2; font-family: var(--font_en), var(--font);}
.mainSlider .slogan .t3{ font-size:1.5em; font-weight: 200; transform:translateY(1em); opacity:0; line-height: 1.5; margin-top:30px; color:#fff; letter-spacing: .5px;}
/*.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 .t2{ transform:translateY(0); opacity:1; transition:1s; transition-delay:.5s}
.mainSlider .el.swiper-slide-active .slogan .t1{ 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}
.mainSlider .slog_rd{width:1150px; max-width:92%; position: absolute; bottom:80px; left:50%; transform: translateX(-50%);}
.mainSlider .slog_rd > p{background-color: var(--mainColor); color:#fff; border-radius: 50%; padding:12px 35px; display: inline-block; font-size:.938em;}

.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;}
.mainSlider .scroll_down{position:absolute; left:50%; bottom:2em; transform:translateX(-50%); z-index:2; text-align:center}
.mainSlider .scroll_down span{display:block; font-size:.815em; font-weight:500; letter-spacing:.2em; color:rgba(255,255,255,.6)}
.mainSlider .scroll_down i{display:block; width:.5em; height:.5em; margin:0 auto; border-right:.125em solid rgba(255,255,255,.8); border-bottom:.125em solid rgba(255,255,255,.8); transform:rotate(45deg); animation:scrollDown 1.6s infinite}
.mainSlider .scroll_down i:nth-of-type(1){margin-top:7px; animation-delay:0s}
.mainSlider .scroll_down i:nth-of-type(2){margin-top:-.1em; animation-delay:.05s}
@keyframes scrollDown{
0%{opacity:0; transform:translateY(-.25em) rotate(45deg)}
50%{opacity:1}
100%{opacity:0; transform:translateY(.25em) rotate(45deg)}
}

.main_doc section{margin:40px 0; border-radius: var(--item_r);}
.tit_area .label{font-weight:500; letter-spacing:.15em; color:var(--mainColor); margin-bottom:15px}
.tit_area .tit{font-size:3.437em; font-weight:700; color:#111; line-height:1.25; font-family: var(--font_en), var(--font); letter-spacing: 0px;}
.tit_area .meta{margin-top:15px; font-weight: 600; letter-spacing: .6px;}
.tit_area .txt{margin-top:20px; font-size:1.125em; line-height:1.8; color:#666; font-weight: 300;}  
    
.main_more{display:inline-flex; align-items:center; margin-top:3em; color:#fff!important; background:var(--mainColor); padding:0 3em; border-radius:50px; font-family: var(--font_en), var(--font); letter-spacing:1px; height: 52px; min-width: 220px; justify-content: center;}
.main_more i{margin-left:.5em; font-style:normal}    
    
.glow{padding:4em 0 4.5em;}
.glow_tit{width:calc(100% - 650px); max-width:100%; padding-top:6em;}
.glow_tit .tit_area .txt{font-size:1.068em; color:#444; line-height: 2;}
.glow_img{width:650px; max-width:100%; height:750px; border-radius:var(--item_r); display:flex; align-items:center; justify-content:center; flex-shrink:0}
.glow_img img{max-width:75%; display:block}
.glow .ser_control{position: absolute; bottom:10px; left: 0;}
.glow .ser_control .xi{font-size:2.5em; color:#aaa; transition: .3s; cursor: pointer;}
.glow .ser_control .xi:hover{color:var(--mainColor);}
.glow .ser_control .b_prev{position: relative; margin-right:20px;}
.glow .ser_control .b_prev:before{content:''; width:1px; height: 34px; background-color: #ddd; position: absolute; top: 50%; transform: translateY(-50%); right:-10px;}
.glow .ser_control .b_pagen{margin-left:10px;}
.glow .ser_control .b_pagen ul{display:flex; flex-wrap:wrap; align-items: center;}
.glow .ser_control .b_pagen ul li{display:flex;}
.glow .ser_control .b_pagen ul .slick-active button{width:35px; border-radius: 50px; background-color: var(--mainColor);}
.glow .ser_control .b_pagen ul button{border:0; text-indent: -9999px; width:12px; height: 12px; background-color: #ddd; border-radius: 50%; margin:0 5px;}
.glow .main_more{margin-top:4em;}

.products{padding:7.5em 0; background:#f5f5f5}
.products_list{display:grid; grid-template-columns:repeat(4,1fr); gap:1.5625em 1.25em; margin-top:3.5em; list-style:none}
.products_list li{background:#fff; border-radius:var(--item_r); padding:1.5em 1.5em 2em; box-shadow:0 .25em 1em rgba(0,0,0,.04); display:flex; flex-direction:column}
.products_list .thumb{ margin-bottom: 20px;}
.products_list .thumb img{border-radius:var(--item_r);}
.products_list .tag{font-size:.938em; font-weight:500; color:var(--mainColor);}
.products_list .name{margin-top:12px; font-size:1.25em; font-weight:600; color:#111; line-height:1.4}
.products_list .spec{margin-top:8px; font-size:.938em; color:#999}
.products .main_more{margin-top:5em}

.catalog{position:relative; overflow:hidden; padding:120px 0; background-color:#e8e8ea;}
/*.catalog .catalog_dim{position:absolute; left:0; top:0; width:100%; height:100%; background:linear-gradient(90deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,.05) 100%); z-index:1}*/
.catalog .img_area{max-width:55%;}
.catalog .tit_area{max-width:45%;}
.catalog .tit_area .txt{margin-top:10px;}  
    
.about{padding:7.5em 0}
.about_tit{width:100%; max-width:24em}
.about_tit .tit_area{position: sticky; top: 100px; left: 0;}
.about_gallery{width:51.1875em; max-width:56%; display:grid; grid-template-columns:repeat(2,1fr); gap:1.875em 2.1875em; flex-shrink:0}
.about_item{position:relative; display:flex; align-items:flex-end; height:28.125em; padding:1.5em; border-radius:var(--item_r); overflow: hidden;}
.about_item:after{content:''; width:100%; height: 100%; background-color: rgba(0,0,0,.6); position: absolute; top: 0; left: 0; transition: .3s;}
.about_item:hover:after{opacity: 0;}
.about_item .cell_foot{position:relative; z-index:2; text-align:center; width:100%;}
.about_item .cell_foot .tit{font-size:1.25em; color:#fff; font-weight: 500; margin-bottom:10px;}
.about_item .cell_foot .cell_btn{width:250px; border-radius: 50px; background-color: #fff; padding: 5px 5px 5px 30px; margin:0 auto; }
.about_item .cell_foot .cell_btn .tx{font-family: var(--font_en); color:var(--mainColor); font-weight: 500;}
.about_item .cell_foot .cell_btn .plus{width:40px; height:40px; border-radius:50%; background:var(--mainColor); color:#fff; display:flex; align-items:center; justify-content:center; font-size:1.125em; font-style:normal}

.contact{position:relative; padding:120px 0 100px; overflow:hidden;  background-image: url(../img/main/main_contact_bg.jpg); background-position: center top;}
.contact .box1{height:100%; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center}
.contact .contact_tit{position:relative; z-index:2}
.contact .tit_area .tit{font-size:2.812em;}


/*=================================================================sub============================================================*/

/**/
.tab_idx.st{ margin:-1em 0 3em -1em;}
.tab_idx.st > li{flex:1 20%;}
.tab_idx.st > li > a{ padding:0 .5em; height:4em; border:1px solid #ddd; margin:1em 0 0 1em; color:#666; transition:.3s;}
.tab_idx.st > li > a .va{font-size:1.068em; font-weight:500}
.tab_idx.st > li > a:hover,
.tab_idx.st > li.on > a{ box-shadow:0 0 1em .125em rgba(0,0,0,.1); color:var(--mainColor); border-color:var(--mainColor)}

/**/
.page_tt{font-size:1.825em; font-weight: 600;}
.page_stt{font-size:1.45em; font-weight: 600; margin-bottom: 10px;}
.page_stt2{font-size:1.325em; font-weight: 300;}
.page_tx{font-size:1.125em; font-weight: 300; color:#222;}
.page_stx{font-size:1em; font-weight: 300;}

.sec_head { text-align:center; margin-bottom:60px;}
.sec_head .sec_tag { font-size:0.875em; font-weight:500; letter-spacing:1px; text-transform:uppercase; margin-bottom:15px; }
.sec_head .sec_title { font-size:2.75em; font-weight:700; line-height:1.3; letter-spacing:-1px; margin-bottom:20px;}    
        
.hero_section { width:100%; display:flex; flex-wrap:wrap; padding:0 0 80px; }
.hero_section .hero_left { width:50%; padding: 60px 120px 60px 0;}
.hero_section .hero_left.sec_head{text-align: left; margin-bottom:0;}
.hero_section .hero_left.sec_head .page_tx{margin-top:10px}
.hero_section .hero_right { width:50%; padding:0 80px; height: 630px;}
.hero_section .hero_right .img_placeholder { width:100%; height:100%; border-radius:var(--item_r); margin:0 auto; background-image: url(../img/sub/comp_img01.jpg); background-position: center top;}

.expertise_section1 { padding:100px 0; background-color: #f5f5f5; border-radius:var(--item_r);}
.expertise_section1 .card_grid { display:grid; grid-template-columns:1fr 1fr; gap:24px;}
.expertise_section1 .card_grid .card { display:flex; flex-wrap:wrap; height:100%; border-radius: var(--item_r); background-color: #fff; overflow: hidden;}
.expertise_section1 .card_grid .card.st01 .card_img{background-image: url(../img/sub/comp_img02.jpg)}
.expertise_section1 .card_grid .card.st02 .card_img{background-image: url(../img/sub/comp_img03.jpg)}
.expertise_section1 .card_grid .card.st03 .card_img{background-image: url(../img/sub/comp_img04.jpg)}
.expertise_section1 .card_grid .card.st04 .card_img{background-image: url(../img/sub/comp_img05.jpg)}
.expertise_section1 .card_grid .card_img { width:50%; height:300px;}
.expertise_section1 .card_grid .card_content {width:50%; padding:30px 45px; }
.expertise_section1 .card_grid .card_content .xi{font-size:2.625em; color:#ccc; margin-bottom:5px;}

.expertise_section2 { padding:100px 0; }
.expertise_section2 .card_wrap { display:flex; gap:30px; }
.expertise_section2 .card_wrap .card { flex:1; display:flex; flex-direction:column; text-align: center;}
.expertise_section2 .card_wrap .card.st01 .card_img{background-image: url(../img/sub/comp_img06.jpg)}
.expertise_section2 .card_wrap .card.st02 .card_img{background-image: url(../img/sub/comp_img07.jpg)}
.expertise_section2 .card_wrap .card.st03 .card_img{background-image: url(../img/sub/comp_img08.jpg)}
.expertise_section2 .card_wrap .card_img { width:260px; height: 260px; margin:0 auto 30px; border-radius:50%; }

.history_section{ padding:100px 0; background-color: #f7f7f7; border-radius:var(--item_r);}
.his_wrap{position: relative;}
.his_wrap .his_con{position: relative}
.his_wrap .his_con:before{content: ''; display: block; width: 1px; height: 100%; background: #ddd; position: absolute; top: 7px; left: 50%;}
.his_wrap .his_con > li:not(:first-child){margin-top: 6em;}
.his_wrap .in_box{width: 50%;}
.his_wrap .in_box .left_box{position: sticky; top: 100px; left: 0; padding-right: 7em;}
.his_wrap .in_box .left_box .tit{font-size: 3.5em; font-weight: 700; line-height: 1; margin-bottom: 30px; color: #222;}
.his_wrap .in_box .left_box .img_box{}
.his_wrap .in_box .left_box .img_box .img_z{width: 100%; height: 300px; border-radius: 20px;}
.his_wrap .his_list{padding-left:4em;}
.his_wrap .his_list > li{margin-bottom: 4em;}
.his_wrap .his_list > li .page_stt{position: relative; font-weight: 700;}
.his_wrap .his_list > li .page_stt:after{content: ''; display: block; width: 8px; height: 8px; border-radius: 50%; background: var(--mainColor); position: absolute; top: 6px; left: -67px;}
.his_wrap .his_list > li .page_stt:before{content: ''; display: block; width: 20px; height: 20px; border-radius: 50%; background: var(--mainColor); opacity: .2; position: absolute; top: 0; left: -73px;}
.his_wrap .his_list > li .page_tx{margin-top: 10px; display: flex; flex-wrap:wrap;}
.his_wrap .his_list > li .page_tx .md{font-weight: 600; color: #333; width:60px; padding-right:10px;}
.his_wrap .his_list > li .page_tx .stx{width:calc(100% - 60px);}

.location_section{ padding:100px 0; border-radius: var(--item_r); background-color: #f7f7f7;}
.location_section .wrap_controllers,
.location_section .cont,
.location_section .root_daum_roughmap .map_border{display:none;}
.location_section .map_wrap{border-radius: var(--item_r); overflow: hidden; border:1px solid #ddd; margin-bottom: 50px;}
.location_section .map_info li{margin-right:160px; margin-bottom:20px;}
.location_section .map_info li .xi{vertical-align: -2px; margin-right: 3px;}

.content_file_download{margin:60px 0 100px;}
.content_file_download .main_more{margin:0!important; font-size:1.325em; height: 66px; transition: .3s;}
.content_file_download .main_more .xi{margin-right:5px; margin-left:0; margin-top: 3px;}
.content_file_download .main_more:hover{background-color:#ee3400;}




