@charset "utf-8";
/* CSS Document */
/* ------------------------------------------------------------
 * Name      :web_layout.css    
 * Desc      :page layout 
 * Created   :
 * Updated   :
 ------------------------------------------------------------ */
body.fixe {overflow:hidden;}
.m_gnb .sub_menu {display:none !important;}
.web_dis {display:block;}
.m_br {display:none;}
.search_btn {display:none; position:absolute; right:65px; top:26px;}
img {max-width:100%}
.pc_view {display:block}
.mb_view {display:none}
#navigation {display:none;}

/* down */

.down .w_gnb .gnb > ul > li > a > span {color:#000000}
.down .w_gnb .gnb > ul > li:after {background:#000}
.down .menu_btn a span {background:#000000}
.down .menu_btn span, .down .menu_btn span:before, .down .menu_btn span:after {background:#000000}
.down .menu_btn a:after {background:#000000}
.down .menu_btn a:before {color:#000}

.down .top_menu > li a {color:#000}
.down .top_menu > li a img {opacity:0;}
.down .top_menu > li a img.pa {opacity:1;}
.down .top_menu > li a .lang {background:url(../img/common/ico_lang_on.png) no-repeat left center;}
.down .top_menu > li a.on {color:#05295d;}
.down .top_menu > li a.on:after {background:#000}
.down .lang a > span  {background:url(../img/common/ico_lang_on.png) no-repeat left center;}





#header.down {background:rgba(255, 255, 255, 100%);}
#header.down:after {opacity:1;}
#header.down h1 a {background:none;} 
#header.down h1 img {-webkit-filter:none; filter:none;}
/* header */
#header {padding-left:50px; padding-right:50px; width:100%; position:fixed; left:0px; top:0px; z-index:9999; box-sizing:border-box; transition:all 0.2s 0s ease-in-out;}
#header:after {display:block; content:""; width:100%; height:1px; opacity:0; background:#eee; position:absolute; left:0px; bottom:0px; transition:all 0.2s 0s ease-in-out;}

.in_header {max-width:1620px; margin:0 auto; width:100%; height:95px; box-sizing:border-box; margin:0 auto; position:relative; z-index:9; color:#000;}
#header h1 {position:absolute; left:0%; transform:translateY(-50%); top:50%; overflow:hidden; z-index:10}
#header h1 img {transition:all 0.2s 0s ease-in-out; -webkit-filter:brightness(0) invert(1); filter:brightness(0) invert(1);}

.top_search {position:absolute; right:100px; top:50%; transform:translateY(-50%); margin-top:15px;}
.top_search > a {display:block; width:24px; height:24px;}


.top_menu_wrap {position:absolute; right:50px; top:50%; transform:translateY(-50%); z-index:8; display:none !important}
.top_menu {display:flex; justify-content:flex-end; align-items:center}
.top_menu > li {margin-left:7px; padding-left:7px;position:relative; line-height:34px;}
.top_menu > li:before {display:block; content:""; width:1px; height:10px; position:absolute; left:0px; top:9px; background:#cccccc}
.top_menu > li:first-child {margin-left:0px; padding-left:0px;}
.top_menu > li:first-child:before {display:none;}
.top_menu > li a {display:block; height:26px; line-height:26px; color:#999999; font-weight:400; font-size:14px; position:relative;}
.top_menu > li a.on {color:#fff; font-weight:600;}
.top_menu > li a.on:after {display:block; content:""; width:100%; height:2px; position:absolute; left:0px; bottom:0px; background:#fff; transition:all 0.2s 0s ease-in-out; }

.top_menu > li a img { transition:all 0.2s 0s ease-in-out;}

.lang {position:absolute; right:60px; top:50%; transform:translateY(-50%);}
.lang a > span {height:20px; line-height:20px; color:#fff; font-weight:600; font-size:14px; display:block; padding-left:27px; background:url(../img/common/ico_lang.png) no-repeat left center; }





.m_gnb_on {display:none;  position:absolute; right:10px; top:50%; box-sizing:border-box; transform:translateY(-50%);}
.m_gnb_on .menu_btn {margin:0 auto;}
.menu_btn {position:absolute; right:0px; top:50%; font-family:'Montserrat', sans-serif; transform:translateY(-50%); -webkit-transform:translateY(-50%); box-sizing:border-box; display:block; }


/*
.menu_btn a:before {display:block; content:"Menu"; position:absolute; right:100%; top:0px; line-height:20px; color:#fff; font-size:16px; padding-right:10px; font-weight:600;}

*/


/* wrap */
#wrap {width:100%; overflow:hidden; margin:0 auto;  transition:all 0.3s 0s ease-in-out;}
#inner_wrap {max-width:100%;  margin:0 auto; margin-top: 30px; position:relative; padding-bottom:100px; padding-left: 50px; padding-right: 50px;}

#inner_wrap.no_visual {padding-top:70px;}
#inner_wrap.bg_on {background:#f8f9fa}

.inner {max-width:1400px; margin:0 auto;}
.bg_wrap {background:#f2f2f2}





.w_gnb {padding:0px 210px;}
.w_gnb .gnb {padding:0px 0px 0px 0px;}
.w_gnb .gnb > ul { margin:0 auto; justify-content:center; display:flex; flex-wrap:wrap;}
.w_gnb .gnb > ul > li {text-align:center; position:relative; padding:0px 4%}
.w_gnb .gnb > ul > li > a {display:block;}
.w_gnb .gnb > ul > li > a > span {display:inline-block; font-size:20px; line-height:95px; color:#fff; font-weight:400; transition:all 0.2s 0s ease-in-out;  }
.w_gnb .gnb > ul > li > a:hover > span {opacity:0.5;}

.w_gnb .sub_menu  {position:absolute; left:50%; width:140%; transform:translateX(-50%);padding:20px 0px; box-sizing:border-box; overflow:hidden; top:100%; display:none}
.w_gnb .sub_menu > li {padding:5px 0px 5px 0; letter-spacing:-0.5px;}
.w_gnb .sub_menu > li > a {display:block; font-size:15px; text-align:center; color:#cccccc; font-weight:300; padding:3px 0px;  line-height:18px;}
.w_gnb .sub_menu > li > a:hover {color:#fff; text-decoration:underline;}
.w_gnb .three_depth { display:none;}
.w_gnb .three_depth { display:none;}

.gnb08 {display:none;}
.gnb09 {display:none;}

#gnb_bar {position:absolute; display:none; left:0%; top:100%; width:100%; background:rgba(0, 0, 0, 70%);}

.m_gnbW {display:block;}
.slide_menu_wrap {width:310px; box-sizing:border-box; height:100%;  z-index:998; position:fixed; right:-400px; top:0px; bottom:0px; box-shadow:-1px 0px 5px rgb(0, 0, 0, 0.25); }
.slide_menu_wrap:after {display:block; content:""; width:0%; height:100%; background:#000; position:fixed; left:0%; top:0px; opacity:0.5;  transition:all 0.3s 0s ease-in-out;}
.slide_menu_wrap.on:after {width:100%}
.slide_menu_inner {height:100%; background:#fff; box-sizing:border-box; overflow-y:auto; overflow-x:inherit; -webkit-overflow-scrolling:touch; z-index:2; position:relative;}

.slide_menu_wrap .m_gnb_on {display:none !important}
.slide_menu_wrap .top_menu_wrap {text-align:center; position:relative; right:auto; top:auto; display:block; transform:none;}
.slide_menu_wrap .top_menu_wrap > .top_menu > li svg .white {fill:#333}
.slide_menu_wrap .top_menu {padding:0px; background:#333;}
.slide_menu_wrap .top_menu > li a .lang {background:url(../img/common/ico_lang.png) no-repeat left center !important;  background-size:14px auto; color:#fff; font-weight:600;}
.slide_menu_wrap .top_menu > li:nth-child(2):before {display:block;}
.slide_menu_wrap .top_menu > li:before {background:#fff !important;}
.slide_menu_wrap .top_menu {transform:none; margin-bottom:5px; right:auto; top:auto; position:relative; display:flex;}
.slide_menu_wrap .top_menu > li {width:50%; box-sizing:border-box; float:none; padding:0px; text-align:center; margin:0px;}
.slide_menu_wrap .top_menu > li > a {background:none !important; color:#fff; display:flex; height:40px;justify-content:center; align-items:center; font-size:13px; font-weight:400; padding:0px;}
.slide_menu_wrap .top_menu > li > a img {opacity:1 !important}
.slide_menu_wrap .top_menu > li > a img.pa {display:none;}
.slide_menu_wrap .in_header {background:url(../img/common/logo.png) no-repeat 40% center; height:95px; padding:0px; background-size:50% auto;}

.slide_menu_wrap .gnb > ul {overflow:hidden;}
.slide_menu_wrap .gnb > ul > li {border-bottom:1px solid #e2e2e2; transform:translateX(30%); -webkit-transform:translateX(30%); transition:all 0.8s 0s ease-in-out; -webkit-transition:all 0.8s 0s ease-in-out;}
.slide_menu_wrap .gnb > ul > li > a {display:block; line-height:60px; font-size:18px; font-weight:600; color:#333; padding-left:40px; background:#fff; position: relative;} 
.slide_menu_wrap .gnb > ul > li > a:after {display: block; content: "＋"; position: absolute; right:20px; top: 50%; transform: translateY(-50%); font-size:14px; font-weight:500;}
.slide_menu_wrap .gnb > ul > li > a.on:after {content: "－"}
.slide_menu_wrap .gnb > ul > li:hover > a {background:#207638; color:#fff;}
.slide_menu_wrap .gnb > ul > li > a.on {background:#207638; color:#fff; } 
.slide_menu_wrap .gnb .sub_menu {background:#fff; display:none; padding:10px 0px;}
.slide_menu_wrap .gnb .sub_menu > li {border-top:1px solid #eee;} 
.slide_menu_wrap .gnb .sub_menu > li:first-child {border-top:none;} 
.slide_menu_wrap .gnb .sub_menu > li > a {display:block; line-height:23px; padding:10px 0px 10px 50px; font-size:15px; color:#333; transition:all 0.3s 0s ease-in-out; -webkit-transition:all 0.3s 0s ease-in-out; font-weight:500;} 
.slide_menu_wrap .gnb .sub_menu > li > a:hover {padding-left:55px; } 

.slide_menu_wrap .gnb .three_depth > li {padding:0px 0px 0px 55px; } 
.slide_menu_wrap .gnb .three_depth > li > a {display:block; line-height:130%; padding:5px 0px 5px 10px; font-size:14px; color:#0d437b; transition:all 0.3s 0s ease-in-out; -webkit-transition:all 0.3s 0s ease-in-out; position:relative;} 
.slide_menu_wrap .gnb .three_depth > li > a:before {display:block; content:""; width:5px; height:1px; background:#0d437b; position:absolute; left:0px; top:50%;} 
.slide_menu_wrap .gnb .three_depth > li > a:hover {margin-left:5px;} 

.slide_menu_wrap.on .gnb > ul > li {transform:translateX(0%); -webkit-transform:translateX(0%); transition:all 0.8s 0s ease-in-out; -webkit-transition:all 0.8s 0s ease-in-out;}
.slide_menu_wrap .top_menu > li > a {color:#fff !important }
.slide_menu_wrap .top_menu > li a.on:after {display:none !important}


.main_quick { transition:all 0.3s 0s ease-in-out;  position:fixed; right:30px; top:50%; transform:translateY(-50%); z-index:99}
.main_quick > ul > li {margin-top:6px;}
.main_quick > ul > li:first-child {margin-top:0px;}
.main_quick > ul > li > a {display:flex; width:68px; height:68px; background:#fff; overflow:hidden; border-radius:100%; justify-content:center; align-items:center; transition:all 0.2s 0s ease-in-out;}
.main_quick > ul > li > a:hover {background:rgba(255, 255, 255, 50%) }



/* section */
.section {padding:100px 50px; font-size:17px; line-height:140%; word-break:keep-all; color:#333333; font-weight:400;}
.section h3 {font-size: 1.64em; font-weight:700; color: #207638; line-height: 1.3em; padding-bottom:30px;}
.section h4 {font-size: 1.88em; font-weight:700; color: #acacac; line-height: 1.3em;}
.section h4 > strong {color: #333333; font-weight: 700;}






/* visual */
#section1 { padding:0px;}

.main_visual {position:relative;}
.main_visual .bxslider > li {background-size:cover !important}
.main_visual .bxslider > li .bg_img {display:block; position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); width:1920px; height:980px; overflow:hidden;}
.main_visual .bxslider > li .bg_img img {transform:scale(1.05); transform-origin:50% 50%; transition:all 3s 0s ease-in-out; }
.main_visual .bxslider > li.active .bg_img img {transform:scale(1); }
.main_visual .bxslider > li.active .visual_txt {opacity:1; transform:translateY(0)}
.main_visual .bxslider > li .visual_txt {opacity:0; color:#fff; transform:translateY(30%); transition:all 0.9s 0s ease-in-out;}
.main_visual .bxslider > li .visual_txt .txt_a {font-size:65px; line-height:1.3em; font-weight: 700;}
.main_visual .bxslider > li .visual_txt .txt_b {font-size:20px; line-height:1.5em; font-weight:300; padding-top:30px;}
.main_visual .bxslider > li .visual_txt .bt {padding-top: 30px;}
.main_visual .bxslider > li .visual_txt .bt a {display: inline-flex; height:50px; width: 170px; border:2px solid #fff; border-radius:60px; justify-content: center; align-items: center; color: #fff; font-size:17px; }
.main_visual .bxslider > li .visual_txt .bt a:after {content:''; width:9px; height:9px; border-top:2px solid #fff; border-right:2px solid #fff; display:inline-block; transform:rotate(45deg); margin-left: 10px;}




.main_visual {width:100%; overflow:hidden; position:relative;}
.main_visual .bxslider > li {background-size:cover !important; }
.main_visual .v_frame {width:100%; max-width:1580px; height:860px; display:flex; flex-wrap:wrap;align-items:center; margin:0 auto; position:relative; box-sizing:border-box; padding: 0px 90px 50px 90px;}


.main_visual .v_bt {display:inline-block; vertical-align:top; line-height:50px; width:50px; height:50px; box-sizing:border-box; z-index:99;}
.main_visual .v_bt > a {display:block; color:#000; font-weight:100; text-align:center; box-sizing:border-box; position:relative; font-size:1px; text-indent:-999999em;}
.main_visual .v_bt > a:after {position:absolute; content:''; width:28px; height:28px; border-top:2px solid #fff; border-right:2px solid #fff; display:inline-block; transform:rotate(45deg); left:50%; top:50%;}
.main_visual .stop {margin-left:10px;}
.main_visual .stop a {display:block; color:#000; line-height:100%; font-size:0px; text-align:center; width:38px; height:38px;}
.main_visual .stop .bx-stop {background:url(../img/main/stop.png) no-repeat center center}
.main_visual .stop .bx-start {background:url(../img/main/play.png) no-repeat center center}

.main_visual #board_l1 {position: absolute; left:0%; top: 50%; transform: translateY(-50%)}
.main_visual #board_r1 {position: absolute; right:0%; top: 50%; transform: translateY(-50%)}
.main_visual #board_l1 a:after {margin:-14px 0px 0px -14px; transform:rotate(225deg);}
.main_visual #board_r1 a:after {margin:-14px 0px 0px -14px}


.visual_counter_wrap {width:100%; max-width:1620px; position:absolute; left:50%; top:50%; z-index:98; transform:translate(-50%)}
.visual_counter_wrap .visual_counter {margin:0 auto; position:relative; padding:0px 0px; box-sizing:border-box;}
.main_visual #visual_counter {z-index:98;  min-width:65px; display:inline-block; vertical-align:top; line-height:40px; color:#fff; font-family:'Montserrat', sans-serif; font-size:18px; font-weight:400; letter-spacing:10px;}
.main_visual #visual_counter > span {font-weight:700; font-size:32px; line-height:40px;}

.main_visual .bx-controls {text-align:center; position:absolute; left:50%; transform:translateX(-50%); bottom:30%; width:100%; max-width:1500px; box-sizing:border-box; z-index:99;}
.main_visual .bx-wrapper .bx-pager {position:relative; width:auto !important; left:auto; bottom:auto; display:inline-block; vertical-align:top; padding:7px 10px 0px 0px; z-index:99;}

.main_visual .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item {vertical-align:top;}
.main_visual .bx-wrapper .bx-pager.bx-default-pager a {width:14px; height:14px; margin:0 4px; background:#fff; border:none; -moz-border-radius:100%;  -webkit-border-radius:100%; border-radius:100%; box-sizing:border-box; position:relative; opacity:0.5;}

.main_visual .bx-wrapper .bx-pager.bx-default-pager a:hover {opacity:0.5; background:#fff;}
.main_visual .bx-wrapper .bx-pager.bx-default-pager a.active {opacity:1;  background:#fff;}
.main_visual .bx-wrapper .bx-controls-auto .active {display:none;}

.visual-pager {overflow:hidden; display:inline-flex; justify-content:center; vertical-align:top; margin-top:15px; max-width:160px; width:100%; }
.visual-pager > li {padding:0px 10px;}
.visual-pager > li > a {display:block; width:11px; height:11px; border-radius:11px;  background:#fff; opacity:1;}
.visual-pager > li > a.active {opacity:1; width:28px;}


.main_visual .scroll_ico {position:absolute; width:100px; transform:translateX(-50%); -webkit-transform:translateX(-50%); left:50%; bottom:5%; z-index:97}
.main_visual .scroll_ico > a {cursor:default; display:block; width:100%; text-align:center; font-size:15px; color:#fff; font-weight:600; padding:50px 0px 35px 0px; background:url(../img/main/ico_scroll.png) no-repeat center top; position:relative;}
.main_visual .scroll_ico .arrow {display:block; width:14px; height:14px; border-top:1px solid #fff; border-right:1px solid #fff; transform:rotate(136deg) translateX(-50%); opacity:0.8; position:absolute; left:50%; bottom:0px; -webkit-transform:rotate(136deg) translateX(-50%); transform-origin:0px}
.main_visual .scroll_ico .arrow2 {bottom:0px;}
.main_visual .scroll_ico .arrow1 {animation:mv1 0.7s ease-in-out 0.7s infinite;}


 @keyframes mv1 {
     0%{opacity:1; bottom:0px;} 
    40%{opacity:1; bottom:-8px;} 
     100%{opacity:1; bottom:0px;} 
}



.introduction {display:flex; flex-wrap:wrap; max-width:1400px; margin:0 auto; align-items:center}
.introduction > div {width:50%; box-sizing:border-box;}
.introduction .img {}
.introduction .info {padding-right: 20px;}
.introduction .info .txt {padding-top: 30px;}
.introduction .bt {padding-top: 40px; display: flex; max-width: 530px;}
.introduction .bt a {flex: 1; margin:5px; display: flex; border:1px solid #ccc; background: #fff; justify-content: center; align-items: center; border-radius:60px; height: 50px; color: #999999; transition:all 0.2s 0s ease-in-out; }
.introduction .bt a:after {content: ''; width: 9px; height: 9px; border-top: 2px solid #999999; border-right: 2px solid #999999; display: inline-block; transform: rotate(45deg); margin-left: 10px; transition:all 0.2s 0s ease-in-out;}
.introduction .bt a:hover {background: #3d7941; color: #fff; border-color:#3d7941}
.introduction .bt a:hover:after {border-color:#fff}





.kovec_intro .bt {padding-top:10px;}
.kovec_intro .bt > a {display:inline-block; color:#037400; font-weight:500; font-size:17px; line-height:1.3em; position:relative; padding-right:30px;}
.kovec_intro .bt > a:after {content:"→"; position:absolute; right:0px; top:1px; font-weight:700; font-size:1.5em;}
.kovec_intro .bt > a > span {display:block; padding-bottom:5px; border-bottom:2px solid #037400}


#section2 {background:#f5f5f5}

.main_product {display:flex; padding-top: 30px; flex-wrap:wrap; justify-content:space-between}
.main_product > li {width:calc(22% - 10px); margin-left:10px; transition:all 0.3s 0s ease-in-out; position:relative; overflow:hidden; border-radius:0px}
.main_product > li > img {position:absolute; right:0px; top:0px; height:100%; max-width:none; z-index:-1}
.main_product > li:first-child {margin-left:0px;}
.main_product > li.on {width:calc(56% - 10px); }
.main_product > li.on > img {transform:translateX(0)}
.main_product > li.on .box .over {width: 100%; height: auto; transform:scale(1); opacity: 1;}
.main_product > li.on .box .mont {height:auto; line-height: 1.4em;}
.main_product > li.on .box .s_img {transform:scale(1);}


.main_product > li .box {height:483px; display:flex; flex-wrap: wrap; justify-content:center; align-content: center; align-items:center; color:#fff; }
.main_product > li .box > h4 {width: 100%; text-align: center; color: #fff; font-size:30px; line-height:1.3em; font-weight:700; transition:all 0.3s 0.3s ease-in-out;}
.main_product > li .box .over {width:0%; height:0px; padding: 0px 5%; transition:all 0.4s 0.1s ease-in-out; opacity: 0; transform:scale(1); overflow: hidden;}
.main_product > li .box .s_img {text-align: center; padding-top:15px; transform:scale(0); transition:all 0.3s 0.3s ease-in-out;}
.main_product > li .box .mont {line-height:1.3em; line-height:0px; height: 0px; font-weight:400; padding-top:20px; text-align: center;  transition:all 0.3s 0.3s ease-in-out;}
.main_product > li .box .bt {text-align: center; padding-top:30px;}
.main_product > li .box .bt a {display: inline-flex; height:50px; width: 170px; border:2px solid #fff; border-radius:60px; justify-content: center; align-items: center; color: #fff; font-size:17px; }
.main_product > li .box .bt a:after {content:''; width:9px; height:9px; border-top:2px solid #fff; border-right:2px solid #fff; display:inline-block; transform:rotate(45deg); margin-left: 10px;}

.patners {display: flex; flex-wrap: wrap; padding-top:60px; margin:-20px -10px;}
.patners > li {width: 20%; padding:20px 10px; text-align: center}



a.main_bt {display:inline-flex; min-width:185px; height:50px; background:#0083cb; padding:15px 0px; box-sizing:border-box; border-radius:6px; justify-content:space-between; align-items:center; font-size:15px; font-weight:400; position:relative; overflow:hidden}

a.main_bt .txt {flex:1; color:#fff; text-align:center; z-index:2;  transition:all 0.3s 0s ease-in-out; }
a.main_bt .plus {width:50px; border-left:1px solid #4da8db; display:flex; justify-content:center; align-items:center; font-size:20px; color:#80c1e5; font-weight:800; z-index:2}


a.over:after {display:block; content:""; position:absolute; top:0; left:-20px; z-index:1; width:120%; height:100%; border-radius:6px; background:#207638; transform:scaleX(0); transform-origin:right; transition:transform .6s cubic-bezier(.785,.135,.15,.86);}
a.over:hover:after {transform:scaleX(1); transform-origin:left;}
a.over:hover .txt {opacity:0.7;}

a.line_bt {display:inline-flex; min-width:185px; color:#fff; height:50px; border:1px solid #fff; padding:15px 0px; box-sizing:border-box; border-radius:6px; justify-content:center; align-items:center; font-size:15px; font-weight:400; position:relative; overflow:hidden; transition:all 0.3s 0s ease-in-out;}
a.line_bt:hover {border-color:rgba(255, 255, 255, 50%)}

a.line_bt.over:after {top:0; left:-20px; z-index:-1; border-radius:6px; background:#000; transform:scaleX(0); transform-origin:right; transition:transform .6s cubic-bezier(.785,.135,.15,.86); opacity:0.7;}
a.over:hover:after {transform:scaleX(1); transform-origin:left;}









.detail_view:after {display:block; content:""; position:absolute; left:0px; top:0px; width:100%; height:100%; display:flex; flex-wrap:wrap; background:rgba(0, 131, 203, 90%); justify-content:center; align-items:center; z-index:2; opacity:0; transition:all 0.3s 0s ease-in-out;}
.detail_view:before {display:block; content:"Detail View"; position:absolute; left:50%; top:50%; z-index:3; opacity:0; transition:all 0.3s 0s ease-in-out; padding-top:35px; font-size:14px; font-weight:600; font-family:'Montserrat', sans-serif; background:url(../img/main/ico_view.png) no-repeat center top; border-bottom:1px solid #fff; transform:translate(-50%, -50%); color:#fff; box-sizing:border-box; min-height:64px;}


.arrow_group .slick-arrow {display:inline-flex; width:95px; height:95px; justify-content:center; align-items:center; color:#fff; font-size:17px; font-family:'Montserrat', sans-serif; background:#1b1b1b; vertical-align:top; position:relative; border-radius:100%; cursor:pointer; border:none; cursor:pointer}
.arrow_group .nextArrow {margin-left:30px;}
.arrow_group .prevArrow:before {display:block; content:""; width:26px; height:26px; box-sizing:border-box; border:1px solid #fff; border-right:none; border-bottom:none; transform:rotate(-45deg); margin-right:-6px;}
.arrow_group .nextArrow:after {display:block; content:""; width:26px; height:26px; box-sizing:border-box; border:1px solid #fff; border-right:none; border-bottom:none; transform:rotate(-225deg); margin-left:-6px;}

.arrow_group .slick-arrow {display:inline-flex; width:95px; height:95px; justify-content:center; align-items:center; color:#fff; font-size:17px; font-family:'Montserrat', sans-serif; background:#1b1b1b; vertical-align:top; position:relative; border-radius:100%; cursor:pointer; border:none; cursor:pointer}
.arrow_group .nextArrow {margin-left:30px;}
.arrow_group .prevArrow:before {display:block; content:""; width:26px; height:26px; box-sizing:border-box; border:1px solid #fff; border-right:none; border-bottom:none; transform:rotate(-45deg); margin-right:-6px;}
.arrow_group .nextArrow:after {display:block; content:""; width:26px; height:26px; box-sizing:border-box; border:1px solid #fff; border-right:none; border-bottom:none; transform:rotate(-225deg); margin-left:-6px;}


.video_wrap {position:relative; padding-bottom:56.19%;}
.video_wrap iframe {width:100% !important; height:100% !important; position:absolute; left:0px; top:0px;}

.youtube_wrap_max {max-width:960px; margin:0 auto;}
.youtube_wrap {position:relative; padding-bottom:56.19%;}
.youtube_wrap iframe {width:100% !important; height:100% !important; position:absolute; left:0px; top:0px;}













@media (hover:none) {
    .hover:hover .ico_circle {background:#007dc6;}
  
    
}
.more {}
.more > a {display:flex; flex-wrap:wrap; align-items:center; font-size:16px; color:#333; font-weight:600;}
.more > a .plus {display:flex; width:40px; height:40px; border:1px solid rgba(0, 0, 0, 50%); box-sizing:border-box; margin-left:10px; justify-content:center; align-items:center; font-size:24px; font-weight:800;}




/* footer */
#footerW {clear:both; background:#151515; box-sizing:border-box; position:relative; padding: 40px 50px;}
#footerW.z_over {z-index:101; position:relative;}


.f_navi {border-bottom:1px solid #717171}

.f_navi > ul {display:flex; flex-wrap:wrap; height:95px; align-items:center; max-width:1400px; margin:0 auto;}
.f_navi li {position:relative; vertical-align:top; padding-left:16px; margin-left:15px;}
.f_navi li:first-child {padding-left:0px; margin-left:0px;}
.f_navi li:after {display:block; content:""; width:1px; height:12px; background:#999999; position:absolute; left:0px; top:50%; margin-top:-6px;}
.f_navi li:first-child:after {display:none;}
.f_navi li a {display:block; font-size:16px; color:#fff; font-weight:400; line-height:1.4em; }

#footer {margin:0 auto; position:relative;}

#footer .addressW {padding:10px 0px 0px 0px; position:relative; font-size:16px; color:#a1a1a1; line-height:130%; font-weight:300; max-width:1400px; margin:0 auto;}
#footer .f_logo{max-width: 1400px; margin: 0 auto;}
#footer .addressW .copy {padding-top:10px; color:#a1a1a1;}
#footer .addressW a {color:#fff}
#footer .addressW address {margin-left:-10px; line-height:150%;}
#footer .addressW address .ib {vertical-align:top}
#footer .addressW address span {display:inline-block; vertical-align:middle; padding:2px 12px;}

#footer .addressW address .line {width:1px; height:12px; background:#fff; opacity:0.5; padding:0px;}
#footer .go_top {position:absolute; right:0px; top:-38px; z-index:99;}

#footer .go_sns {position:absolute; right:0px; top:-60px; z-index:00; display:flex;}
#footer .go_sns > li {padding-left:8px;}
#footer .go_sns > li > a {display:block; padding:16px; border-radius:7px; background:#5b5b5b;}




#content {width:100%; max-width:1500px; margin:0 auto; padding:30px 0px;}
#content:after {clear:both; content:""; display:block;}



.sub_visual {width:100%; box-sizing:border-box; overflow:hidden; position:relative; background-size:cover !important; overflow:hidden;}
.sub_visual .sub_txt {display:flex; flex-wrap:wrap; max-width:1620px; margin:0 auto; align-content:center; height:500px; box-sizing:border-box; vertical-align:middle; text-align:center; color:#fff; font-size:20px; line-height:130%; padding-top:50px; padding-left:10px; padding-right:10px} 
.sub_visual .sub_txt > h2 {width:100%; padding-top:0px; text-transform: uppercase} 
.sub_visual .sub_txt .txt1 {font-size:26px; line-height:140%; font-weight:400; padding-bottom:5px;}
.sub_visual .sub_txt .txt1 {font-size:26px; line-height:140%; font-weight:400; padding-bottom:5px;}
.sub_visual .sub_txt .date {font-size:32px; line-height:37px; font-weight:400; padding-bottom:5px;}
.sub_visual .sub_txt .txt_s {max-width:1500px; margin:0 auto; font-size:24px; line-height:140%; font-weight:300; font-family:'locus_sangsang';}



.sub_wrap_1  .sub_visual {background:url(../img/introduce/sub_visual.jpg) no-repeat center top;}
.sub_wrap_2  .sub_visual {background:url(../img/technology/sub_visual.jpg) no-repeat center top;}
.sub_wrap_3  .sub_visual {background:url(../img/news/sub_visual.jpg) no-repeat center top;}
.sub_wrap_4  .sub_visual {background:url(../img/community/sub_visual.jpg) no-repeat center top;}

.sub_wrap_3 .sub_con, .sub_wrap_4 .sub_con {padding-top: 0px;}


.sub_wrap {opacity:0;}
.sub_wrap #header.down {top:-95px; transition:all 0.5s;}
.sub_wrap.up #header {top:0px; transition:all 0.5s;}
.sub_wrap .main_quick {display:none;}





#sub_tit {font-size:65px; line-height:1.2em; font-weight:800;}
#sub_tit .txt_s {font-size:36px; display:inline-block;}


#m_lnb {display:none;}
.lnb_position {height:60px;}
#lnb_wrap {position:absolute; z-index:99; word-break:keep-all; box-shadow:none; box-sizing:border-box; max-width:1400px; margin:0 auto; left:50%; top:0px; transform:translateX(-50%); width:100%; background:#fff}

#lnb_wrap .lnbs1 {display:none;}

#lnb_wrap .lnb {margin:0 auto; box-sizing:border-box; position:relative; z-index:9; left:50%; transform:translateX(-50%); transition:all 0.5s; /*box-shadow:0 6px 10px rgb(0 0 0 / 9%);*/}
#lnb_wrap .lnb:after { clear:both; content:""; display:block;}
#lnb_wrap .lnb .lnbs { float:left; width:50%; max-width:240px; box-sizing:border-box; border-right:1px solid #e2e2e2; position:relative;}
#lnb_wrap .lnb .lnbs .copy_menu { position:absolute; left:-1px; top:calc(100% + 0px); top:-webkit-calc(100% + 0px); width:100%; border-left:1px solid #e2e2e2;  border-right:1px solid #e2e2e2;  border-top:1px solid #e2e2e2; display:none; background:#fff;}
#lnb_wrap .lnb .lnbs .sub_menu {display:none !important;}

#lnb_wrap .ico_home {position:absolute; left:0px; top:0px; display:none;}
#lnb_wrap .ico_home a {display:block; width:60px; height:60px; text-indent:-1000px; font-size:0px; background:url(../img/common/ico_home.png) no-repeat center center #333 ;}
.lnb ul li {color:#666666; display:block; padding:0px; margin-top:0px;}
.lnb .three_depth {padding:10px;}
.lnb ul li a {color:#666; font-size:15px; display:block; line-height:130%; min-height:30px; height:auto; padding:15px 0px 15px 25px; border-bottom:1px solid #e2e2e2; box-sizing:border-box; text-align:left; border-top:none; font-weight:400;}
.lnb ul li a:hover {color:#000;}
.lnb .three_depth {border:none;}
.lnb ul li .three_depth a {padding:6px 15px; border:none; font-size:13px;}

.lnbs2 ul li.on a {border-radius:0px; }

#lnb_wrap .lnb .lnbs2 {display:none;}
#lnb_wrap .lnbs3 {width:100%; margin:0 auto;}
#lnb_wrap .lnbs3 > ul {display:flex; flex-wrap:wrap;}
#lnb_wrap .lnbs3 > ul > li {position:relative; flex:1; height:75px; padding:0px 5px; display:flex; justify-content:center; align-items:center;}
/*
#lnb_wrap .lnbs3 > ul > li:before {display:block; content:""; width:1px; height:20px; background:#dbdbdb; position:absolute; left:0px; top:50%; transform:translateY(-50%);}
#lnb_wrap .lnbs3 > ul > li:first-child:before {display:none;}

#lnb_wrap .lnbs3 > ul > li:first-child > a {border:none;}
*/
#lnb_wrap .lnbs3 > ul > li > a {display:flex; justify-content:center; align-items:center; text-align:center; height:75px; box-sizing:border-box; color:#fff; font-weight:400; padding:0px; width:100%; font-size:20px; border:none; position:relative; color:#999999; border-radius:10px; border: 1px solid #cecece; background:#fff;}
#lnb_wrap .lnbs3 > ul > li.on > a {font-weight:600; background:#207638; border-color:#207638; color:#fff;}


#lnb_wrap.fixed {transform:none;}
#lnb_wrap.fixed .lnb {position:fixed; top:0px; width:100%; left:50%; transform:translateX(-50%); background:#fff;; box-shadow:0 6px 10px rgb(0 0 0 / 9%); padding-bottom: 10px; padding-top: 10px;}


.up #lnb_wrap.fixed .lnb {top:95px;}

.drop.on .four_depth {display:block;}
.four_depth {background:#ececec; border-bottom:1px solid #e2e2e2 ; display:none;}
.lnb .four_depth li a {color:#333 !important; font-size:12px; line-height:18px; min-height:18px; height:auto; padding:10px 0px 10px 30px; background:#f4f4f4 !important; border:none !important; position:relative;}
.lnb .four_depth li a:before {display:block; content:""; width:5px; height:1px; background:#333; position:absolute; left:20px; top:50%;}
.lnb .four_depth li.on a {color:#55b664  !important;}
.lnb .four_depth li.on a:before {background:#55b664;}
.lnbs3 ul li.drop > a {position:relative;}
.drop > a:before {display:block; content:""; width:11px; height:1px; background:#999; position:absolute; right:0%; top:50%; margin:0px 10px 0px 0px;}
.drop > a:after {display:block; content:""; width:1px; height:11px; background:#999; position:absolute; right:0%; top:50%; margin:-5px 15px 0px 0px;}
.drop.on > a:before {background:#fff;}
.drop.on > a:after {background:#fff;}

.drop > a.on:after {display:none;}




.lnb_tit, a.lnb_tit {font-size:16px; display:block; box-sizing:border-box; padding-left:20px; color:#333; line-height:70px; height:70px; cursor:pointer; padding-right:20px; font-weight:400; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis;}
.lnb_tit:after {display:block; content:""; position:absolute; right:20px; top:50%; transform:translateY(-50%); width:0; height:0;border-top:7px solid #333; border-left:5px solid transparent; border-right:5px solid transparent; transition:all 0.2s 0s ease-in-out;}
.lnb_tit.on:after {transform:rotate(-180deg); margin-top:-5px}


#lnb_menu .three_depth {display:none;}




.title_bar {max-width:1500px; margin:0px auto; margin-bottom:70px; padding-top:150px; position:relative; text-align:center}
.title_bar h2 {font-size:36px; font-weight:800; color:#333333; line-height:120%; transition:all 0.2s 0s ease-in-out;}

.title_bar .s_txt {font-size:18px; text-align:center; color:#999999; line-height:140%; font-weight:400;}
.title_bar .marcellus {font-size:24px; text-align:center; color:#fa6f8c; padding-bottom:15px; line-height:140%; font-weight:400; }
.big_tit {font-size:46px; color:#000000; line-height:100%; transition:all 0.2s 0s ease-in-out; font-weight:700; padding:40px 0px 30px 0px;}


.location_wrap {width:100%; padding-top:10px;}
.location {position:relative; line-height:33px; height:33px; font-size:16px;}
.location > span {display:inline-block; zoom:1; *display:inline; padding-left:15px; margin-left:7px; position:relative; font-weight:400;}
.location > span:before {display:block; content:""; width:5px; height:5px; border-top:1px solid #fff; border-right:1px solid #fff; position:absolute; transform:rotate(45deg); left:0px; top:50%; margin-top:-2px;}

.location > span.home {}
.location > span.home:before {display:none;}
.location span:first-child {padding-left:0px; margin-left:0px;}
.location #location_2 {font-weight:500;}
.location #location_3 {font-weight:500;}
.location img {vertical-align:middle; margin-top:-4px;}

.sub_con_wrap {padding:60px 10px; margin:60px -10px; background:#eeeff4}
.sub_con {padding-top:90px; max-width:1400px; margin:0 auto; font-size:17px; font-weight:400; line-height:170%; word-break:keep-all;}
.sub_con > .s_tit:first-child {margin-top:0px;}
.sub_con img {max-width:100%;}


.s_tit {font-size:36px; position:relative; color:#000; line-height:140%; padding:0px 0px 20px 0px; margin-top:60px; font-weight:700;}

.s_tit_txt {font-size:22px; color:#353736; line-height:140%; padding:0px 0px 20px 0px; font-weight:400;}
.ss_tit {font-size:26px; color:#000; line-height:130%; margin-bottom:15px; position:relative; margin-top:50px; font-weight:600; display:flex; align-items:center;}
.ss_tit:before {display:inline-block; margin-right:5px; content:""; width:6px; height:22px; background:linear-gradient( to top, #004a87 50%, #94d60a 50% );}
.ss_tit > span {display:inline-block; position:relative; z-index:1}

.ss_tit.br_no {margin-bottom:0px;}
.ss_tit.pl0:before {display:none;}

.ss_tit.tc {text-align:center; background:none !important; padding-left:0px;}
.ss_tit.tc:after {display:none;}
.ss_tit.tc:before {display:none;}

.fnt_sm{font-weight:600; font-size:1em;}
/*.ss_tit:before {display:block; content:""; width:7px; height:24px; background:#0f7bc6; position:absolute; left:0px; top:4px;}
.ss_tit > span{font-weight:300;}*/
.s_titW {max-width:1500px; margin:0 auto; padding:50px 0px 5px 0px;}

.sss_tit {font-size:21px; color:#15a0ff; padding:0px 0px 0px 0px; margin:40px 0px 10px 0px; line-height:140%; position:relative;}
.sss_tit .box {display:inline-flex; min-height:28px; font-size:14px; color:#cc1427; justify-content:center; align-items:center; min-width:140px; box-sizing:border-box; padding:0px 20px; background:#f4dcc4; font-weight:600;}

.b_txt {font-size:22px; color:#333333; font-weight:400; padding:40px 0px 10px 0px; line-height:150%;}
.s_txt_r {text-align:right; margin-top:-35px; height:20px; padding-bottom:15px;}
.s_txt_r2 {height:40px; margin-top:-55px;}
.imgW img {max-width:100%;}
.txt_in {padding-left:20px;}

.div_line {border-top:1px solid #aab7cc; margin-top:50px; padding:50px 0px; display:block}

.box_txt {border:1px solid #d0d0d0; text-align:center; background:#f4f6f7; font-size:22px; line-height:140%; color:#004497; padding:30px 0px;}
.first_txt {font-size:36px !important; line-height:140%; color:#000; font-weight:300; line-height:1.3em;}




#add_date {position:relative; padding-right:115px; }
#add_date .bt {position:absolute; right:0px; top:0px;}

.tooltip {color:#ff751a; border:1px solid #ff751a; border-radius:6px; text-align:center; line-height:38px; width:38px; height:40px; box-sizing:border-box; font-size:1.5em; vertical-align:middle;}
.br_box {border:1px solid #dce1eb; padding:20px 20px 20px 20px;}
.t_box {background:#757a85; color:#fff; padding:5px 5%; display:inline-block;}
td .br_box {padding:5px;}
td .gray_box {padding:5px;}


.radio_group_row > li {padding-top:8px;}
.radio_group_row > li:first-child {padding-top:0px;}
.radio_group_row > li.disabled {opacity:0.4;}

.radio_group {padding:7px 0px 0px 0px; margin:-7px 0px 0px -15px;}
.radio_group > li {display:inline-block; padding:7px 0px 0px 15px;}
.radio_group > li.etc_li {width:100%; max-width:560px; box-sizing:border-box}
.radio_group > li.etc_li .input {width:calc(100% - 70px) !important; width:-webkit-calc(100% - 70px) !important;}

.radio_group .input {width:auto !important;}

.input_group {padding:5px 0px 0px 0px; margin:-5px 0px 0px -15px;}
.input_group > li {display:inline-block; padding:5px 0px 0px 15px;}
.input_group .input {width:auto !important;}


.input_etc {position:relative; padding-left:62px; box-sizing:border-box;}
.input_etc .pa {position:absolute; left:0px; top:0px; font-size:14px; line-height:40px;}

.btn-tc {text-align:center; padding:50px 0px; border-top:4px solid #000; margin-top:40px;}
.btn-tc > a {margin:0px 5px;}
.btn-tl {text-align:left; padding:50px 0px; border-top:4px solid #000; margin-top:40px; overflow:hidden}
.btn-tl > a {margin:0px 5px;}
.btn-tr {text-align:right; padding:50px 0px; border-top:4px solid #000; margin-top:40px; overflow:hidden}
.btn-tr > a {margin:0px 5px;}


.bt_close {width:18px; height:18px; display:inline-block; vertical-align:middle; background:url(../img/common/close_bt.gif) no-repeat center center; background-size:cover; text-indent:-9999px; background-size:10px auto;}

/*atab*/
.atab_wrap {padding-top:90px;}
.atab {margin:0 auto; margin-bottom:40px; margin-left:-8px; margin-right:-8px; padding-top:10px; display:flex; flex-wrap:wrap;}
.atab:after {clear:both; display:block; content:"";}
.atab li {flex:1; padding:0px 8px;}
.atab li a {display:flex; flex-wrap:wrap; align-items:center; justify-content:center; width:100%; height:70px; background:#fff; line-height:130%; padding:0px 0px; text-align:center; color:#666666; box-sizing:border-box; border:1px solid #cccccc; font-size:18px; font-weight:400;}
.atab li.on a {font-weight:500; border:1px solid #15a0ff !important; background:#15a0ff; color:#fff;}


.btab {display:flex; flex-wrap:wrap; margin:5px auto; justify-content:center}
.btab > li {padding:5px 10px; flex:1;}
.btab > li > a {display:flex; justify-content:center; align-items:center; height:60px; border-radius:60px; color:#666666; font-size:1.05em; line-height:140%; position:relative; background:#f5f5f5; border:1px solid #f5f5f5; font-weight:300;}
.btab > li.on > a {color:#15a0ff; background:#fff; border-color:#15a0ff; font-weight:400;}




.of_hi .fl50 {float:left; width:49%;}
.of_hi .fr50 {float:right; width:49%;}
.graybox { background:#cccccc; padding:10px;}
.no_flash { display:none;}

/* 레이어팝 */
.layerPop {-webkit-overflow-scrolling:touch; overflow-y:auto; width:100%; position:fixed; left:0; right:0; top:0; bottom:0; z-index:99999; background:rgba(0, 0, 0, 50%); zoom:1;}
.layerPop_inner {width:100%; min-height:100%; padding:15px; display:flex; justify-content:center; align-items:center;}
.layerPop_inner .popContent {width:100%; margin:0 auto; background:#fff; position:relative;}
.layerPop .x_btn {margin-left:auto; position:relative; display:block; cursor:pointer; background:none; width:30px; height:30px; font-size:0px; z-index:2}
.layerPop .x_btn:after {display:block; content:""; width:20px; height:3px; background:#fff; transform-origin:center; transform:translate(-50%, -50%) rotate(45deg); position:absolute; top:50%; left:50%;}
.layerPop .x_btn:before {display:block; content:""; width:20px; height:3px; background:#fff; transform-origin:center; transform:translate(-50%, -50%) rotate(135deg); position:absolute; top:50%; left:50%;}
.layerPop .x_btn.black:after {background:#000;}
.layerPop .x_btn.black:before {background:#000}
.layerPop .pop_head {position:relative;}
.layerPop .pop_head .x_btn {position:absolute; right:10px; top:50%; transform:translateY(-50%);}
.layerPop .pop_head .title {font-size:24px; line-height:150%; margin-bottom:10px; color:#000; padding:10px; text-align:center; font-weight:600;}





/* 팝업 */

.layers_wrap {background:#FFF; position:relative; min-width:300px;  font-weight:300;}
.layers_wrap .layers_tit {width:100%; padding:15px 0px; line-height:150%; background:#333;  text-align:center; font-size:1.8em; color:#fff; position:relative;}
.layers_wrap .layers_tit .logo {padding-left:25px; padding-top:20px;}
.layers_wrap  .close_pop { position:absolute; right:25px; top:17px;}
.layers_wrap .layers {padding:20px; font-size:14px; position:relative; /*min-height:100px; max-height:760px; overflow-x:hidden; overflow-y:auto; -webkit-print-color-adjust:exact;*/}

.layers_wrap .close {height:30px; border-top:none; text-align:right; background:#e2e2e2; line-height:30px;}
.layers_wrap .close a { display:inline-block; zoom:1; *display:inline; font-family:Noto Sans; color:#2d2d2d; padding-right:20px; background:url(http://pic.neungyule.com/newnetimes/img/btn/pop_close_s.gif) no-repeat right center; margin-right:10px;}
.layers_wrap .pop_tit {padding-left:5px; border-bottom:1px solid #afafaf; min-height:41px; padding-bottom:3px; font-family:Noto Sans; color:#444444; font-size:22px; line-height:41px;}
.layers_wrap .pop_tit.ico_check2 { font-size:13px; min-height:20px; padding:10px 10px 10px 50px; background:url(../img/common/ico_check2.gif) no-repeat 10px 10px #f9f9f9; line-height:150%; border-bottom:none;}
.layers_wrap .pop_tit_no {min-height:38px; font-family:Noto Sans; color:#444444; font-size:22px; line-height:38px;}

/* 팝업 */

.main_layer_pop {position:absolute; left:5%;  top:100px; z-index:9999}
.main_pop_bottom {background:#fff; font-weight:300; color:#000; padding:10px; position:relative; font-size:14px; box-sizing:border-box; border:1px solid #ccc;}
.main_pop_bottom .close {position:absolute; right:10px; top:10px; padding-right:30px; background:url(../popup/images/pop_close.gif) no-repeat right center; }
.main_layer_pop_inner {width:100%; height:100%; display:table; position:relative; margin:0 auto; box-sizing:border-box;}
.main_layer_pop_inner .cell {display:table-cell; vertical-align:middle; position:relative;}
.main_layer_pop .bx-wrapper .bx-controls-direction a {margin-top:-22px; width:44px; height:44px;}
.main_layer_pop .bx-wrapper .bx-prev {left:0px; background:url(../img/main/pop_l.png) no-repeat 0 0;}
.main_layer_pop .bx-wrapper .bx-next {right:0px; background:url(../img/main/pop_r.png) no-repeat 0 0;}
.main_layer_pop .pop_wrap_in {margin:0 auto;}
.main_layer_pop .pop_wrap_in{max-height:500px; overflow-y:auto;}
.main_pop_content > img{max-width:100%;}
.pop_bottom_bt {display:flex; flex-wrap:wrap; width:100%; background:#333; border-top:2px solid #fff; }
.pop_bottom_bt > a {display:block; width:50%; box-sizing:border-box; color:#fff; text-align:center; height:50px; line-height:48px; font-size:16px; font-weight:400; border-left:1px solid #fff;}
.pop_bottom_bt > a:first-child {border:none;}



.bt_include {position:relative; display:flex; flex-wrap:wrap; box-sizing:border-box;}
.bt_include > div {flex:1}
.bt_include .add_bt {width:120px; margin-left:5px;}

.bt_include select {width:100%; max-width:100%; flex:1}
.bt_include .input {flex:1}
.bt_include2 {padding-right:65px; margin:0 auto;}


.check_boxW {background:#fff; border:1px solid #dadada; padding:15px 5px;}


.map_wrap {border-bottom:1px solid #ccc; height:590px; overflow:hidden; box-sizing:border-box;}
.map_wrap > div {height:100% !important; width:100% !important;}
.map_wrap > div .wrap_map {height:100% !important; width:100% !important;}

.map_info {display:flex; flex-wrap:wrap; margin:0px -20px; padding-bottom: 10px;}
.map_info > li {padding: 5px 20px; position: relative;}
.map_info > li:not(:first-child):after {display: block; content: ""; width: 1px; height: 20px; background:#ccc; position: absolute; left: 0px; top: 50%; transform: translateY(-50%);}
.map_info dl {display: flex; align-items: center; font-size: 1.15em; font-weight:400;  line-height: 1.5em;}
.map_info dl dt {align-self: flex-start; font-size: 1.2em; font-weight: 700; display: flex; align-items: center; margin-right: 30px; min-width: fit-content;}
.map_info dl dt .ico {margin-right: 10px; line-height: 1em;}

.map_info .info > ul > li {font-size:1.05em; margin-top:30px; font-weight:300;}
.map_info .info > ul > li:first-child {margin-top:0px;}
.map_info .info > ul > li .subject {display:block; margin-bottom:10px; padding:0px !important}



.gt_step {}
.gt_step > ul {display: flex; justify-content: space-between; align-items: center}
.gt_step > ul > li {padding-right: 10%;  text-align: center; background: url(../img/introduce/arrow.png) no-repeat right 80%; background-size:contain;}
.gt_step > ul > li:nth-child(3) {padding-right: 0px;}
.gt_step > ul > li:nth-child(3) .txt {padding-top: 0px; color: #fff; position: absolute; left: 0px; top: 50%; width: 100%; padding: 10px; text-align: center; transform: translateY(-50%); font-weight: 300;}
.gt_step > ul > li:nth-child(3) > ul > li:not(:first-child) {margin-top: 10px;}
.gt_step > ul > li:nth-child(3) > ul > li {position: relative; max-width:fit-content}
.gt_step > ul > li .txt {padding-top:30px; font-weight: 600; font-size: 1.17em; line-height: 1.5em;}


.introduce {padding:70px 0px;  margin-top:70px; position: relative;}
.introduce .box {display:flex; flex-wrap:wrap; align-items: center;}
.introduce:before {display: block; content: ""; width: 100vw; height: 100%; position: absolute; left: 50%; top: 0px; background:#f5f5f5; transform: translateX(-50%); z-index: -1;}
.introduce .img {width:50%; box-sizing:border-box; padding-right:20px;}
.introduce .txt {flex:1; color:#000; font-size: 1.17em; font-weight:400; line-height:160%;}
.introduce .txt .first {font-size:2.15em; line-height:140%; }
.introduce .txt .first > strong {font-weight:700; color: #35834b}


.sub_bg {position: relative; padding: 70px 0px; margin-top: 70px; position: relative;}
.sub_bg:after {display: block; content: ""; width: 100vw; height: 100%; position: absolute; left: 50%; top: 0px; background:#f5f5f5; transform: translateX(-50%); z-index: -1;}
.sub_bg .s_tit:nth-child(1) {margin-top: 0px;}
.partners_list {display: flex; flex-wrap: wrap; margin:-10px;}
.partners_list > li {width: 20%; padding: 10px;}
.partners_list > li > span {display:block; background: #fff; justify-content: center; align-items: center; padding-bottom: 46%; position: relative;}
.partners_list > li > span img {position: absolute; left:50%; top:50%; padding-bottom: 1px; transform: translate(-50%, -50%); max-width: 90%}
.partners_list.line > li > span {border: 1px solid #ccc;}

.ceo_profile {display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; }
.ceo_profile .img {flex: 1; max-width: 511px; text-align: center;}
.ceo_profile .img .sign {padding-top:20px; font-size: 1.05em;}
.ceo_profile .img .sign strong {display: block; font-size: 1.4em; line-height: 1.4em; font-weight: 700;}
.ceo_profile .info {width: 60%; padding-left:20px;}
.ceo_profile .info > dl:not(:first-child) {margin-top: 30px;}
.ceo_profile .info dt {font-size: 1.4em; border-bottom: 2px solid #207639; line-height: 1.4em; color: #207639; font-weight: 700; padding-bottom: 10px; margin-bottom: 5px;}
.ceo_profile .info dd li {display: flex; align-items: center;}
.ceo_profile .info dd li .year {min-width:150px; padding:8px; font-weight: 700; align-self: flex-start;}
.ceo_profile .info dd li .con {padding:8px; flex: 1; border-bottom: 1px solid #eee}

.organization li {position: relative;}
.organization .ceo {display: flex; justify-content: center; align-items: center; width: 246px; height: 246px; border:2px dashed #ddd; border-radius:100%; margin: 0 auto; padding:25px; position: relative;}
.organization .ceo:after {display: block; content: ""; width: 1px; height:50px; background: #cacaca; position: absolute; left: 50%; top:100%;}
.organization .ceo:before {display: block; content: ""; width:14px; height:14px; background: #f5f5f5; z-index: 2; border:1px solid #cacaca; border-radius:100%; position: absolute; left: 50%; bottom:-60px; margin: -7px 0px 0px -7px;}
.organization .ceo > div {display: flex; justify-content: center; width:100%; height:100%; border-radius:100%; background:#0c3235; color: #fff; text-align: center; flex-direction: column; align-items: center; align-content: center; font-weight: 300; font-size: 1.05em;}
.organization .ceo > div > strong {display: block; font-size: 1.15em; line-height: 1.5em;}
.organization .type1 {position: relative; margin-top: 50px; position: relative; display: flex; width: 100%;}
.organization .type1:after {display: block; content: ""; width:100%; position: absolute; left: 50%; top: 0px; height: 1px; background: #cacaca; transform: translateX(-50%);}
.organization .type1 > li {width: 25%; position: relative; z-index: 2; padding: 0px 5px;}
.organization .type1 > li:first-child:after {display: block; content: ""; width:50%; position:absolute; left:0%; top: 0px; height: 1px; background: #f5f5f5;}
.organization .type1 > li:last-child:after {display: block; content: ""; width:50%; position:absolute; right:0%; top: 0px; height: 1px; background: #f5f5f5;}
.organization .type1 > li > dl {padding-top: 50px;}
.organization .type1 dl {max-width: 210px; margin: 0 auto; width: 100%; overflow: hidden; text-align: center;  position: relative; padding-top:30px; font-size: 1.05em;}
.organization .type1 dl:after {display: block; content: ""; width: 1px; height:50px; background: #cacaca; position: absolute; left: 50%; top:0%;}
.organization .type1 dl dt {z-index: 2; position: relative; height: 60px; padding: 5px; display:flex; color: #fff; text-align: center; justify-content: center; align-items: center; font-size: 1.15em; font-weight:500; line-height: 1.3em; background:#10584c; border-top-left-radius:8px; border-top-right-radius:8px; }
.organization .type1 dl dd {padding: 5px; border: 1px solid #cacaca; height: 60px; display: flex; justify-content: center; align-items: center; border-radius:0px 0px 8px 8px; background: #fff; font-weight:500; line-height: 1.3em;}
.organization .type1 dl dd .div {padding-left: 5px; opacity: 0.5;}
.organization .type2 dl dt {background: #207639}
.organization .type3 dl dt {background: #679533}

.researcher {display: flex; flex-wrap: wrap; margin: 0px -10px;}
.researcher > li {width: 50%; padding:25px 10px;}
.researcher .box {display: flex; align-items: center; justify-content: space-between;}
.researcher .box .img {flex: 1; max-width:200px; }
.researcher .box .info {width:65%; padding-left: 20px;}
.researcher .box .info .name {color: #999999}
.researcher .box .info .name:after {display: block; content: ""; width: 30px; height: 1px; background: #10584c; margin:15px 0px;}
.researcher .box .info .name > strong {display: block; color: #000; font-size: 1.3em; font-weight: 600; line-height: 1.3em;}

.tab_navi {border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;}
.tab_navi > ul {display: flex;}
.tab_navi > ul > li {padding: 0px 25px;}
.tab_navi > ul > li a {display: flex; height:70px; justify-content: center; align-items: center; color: #999999}
.tab_navi > ul > li.on a {color: #207638; border-bottom: 2px solid currentcolor; font-weight:700;}

.img_half_section {display:flex; flex-wrap:wrap; margin: -10px; justify-content: space-between; align-items: center; padding:70px 0px; position: relative;}
.img_half_section > div {padding: 10px;}


.img_half_section .img {flex: 1; max-width:fit-content; align-self: flex-start;}
.img_half_section .info {width:50%; font-size: 1.1em; line-height: 1.5em;}
.img_half_section .info .s_tit {margin-top: 0px;}
.img_half_section .info .s_tit:after {display: block; content: ""; width:50px; height: 1px; background: #207638; margin:15px 0px 0px 0px;}
.img_half_section.reverse:before {display: block; content: ""; width: 100vw; height: 100%; position: absolute; left: 50%; top: 0px; background:#f5f5f5; transform: translateX(-50%); z-index: -1;}
.img_half_section.reverse .img {order:2;}
.img_half_section.reverse .info {}

.bio_materials {padding: 20px 0px 80px 0px; position: relative;}
.bio_materials .img {text-align: center;}

.bio_materials .step {padding: 50px 0px 0px 0px;}
.bio_materials .step > ul {display: flex; flex-wrap:wrap; justify-content: space-between; margin:-10px;}
.bio_materials .step > ul > li {width: 33.333%; padding: 10px; max-width: 450px;}
.bio_materials .step > ul > li dl {text-align: center; padding: 90px 15px 20px 15px; background: #fff;  border: 2px solid #207638; border-radius:10px; min-height:calc(100% - 80px); margin-top: -80px; }
.bio_materials .step > ul > li dl dt {font-size:1.3529em; line-height: 1.4em;}
.bio_materials .step > ul > li dl dt:after {display:block; content: ""; width:30px; height: 1px; background: #207638; margin: 15px auto;}
.bio_materials .step > ul > li dl dd {line-height: 1.4em;}
.bio_materials .step > ul > li .img {display: block; text-align: center;}
.bio_materials:before {display: block; content: ""; width: 100vw; height: 100%; position: absolute; left: 50%; bottom: 0px; max-width: 1980px; transform: translateX(-50%); z-index:-1; background: url(../img/technology/01_bg.jpg) no-repeat center bottom/cover}

.values {display: flex; flex-wrap: wrap; align-items: center;}
.values .info {flex:1;}
.values .img {width:50%; box-sizing:border-box; padding-right:20px;}
.values .txt_a {font-size: 1.88em; line-height: 1.4em; font-weight: 700; color:#a5a5a5;}
.values .txt_a:after {display: block; content: ""; width: 50px; height: 1px; background:#207638; margin: 20px 0px;}
.values .txt_a > strong {color:#333333; font-weight: 700;}

.history_tit {padding-left:50%; margin-left: -25px; font-weight: 400; font-size: 1.7em; line-height: 140%; padding-bottom:30px;}
.history_box {position: relative; min-height:570px;  overflow: hidden; padding:30px 10px 30px 10px; font-size: 1.05em;}
.history_box:before {display: block; content: ""; width:46px; height:11px; position: absolute; left: 50%; margin-left: -23px; top: 0px; background: #cccccc; border-radius: 30px;}
.history_box > h4 {position: absolute; left: 50%; top:35px; background: #fff; width: 210px; line-height: 64px; border: 1px solid #003876; border-radius:40px; font-size: 18px; text-align: center; color: #000; transform: translateX(-50%); z-index: 9}
.history_box > ul {position: relative; padding-bottom: 30px;}
.history_box > ul:before {display: block; content: ""; width:1px; height: 100%; position: absolute; left: 50%; margin-left: -0.5px; top:-20px; background: #dddddd}
.history_box > ul:after {display: block; content: ""; width:46px; height:11px; position: absolute; left: 50%; margin-left: -23px; bottom:10px; background: #dddddd; border-radius: 30px;}
.history_box > ul > li {padding-left: 50%; box-sizing: border-box; position: relative; padding-bottom:30px;}

.history_box .img {position: absolute; left: 0px; top:0px; max-width:44%;}
.history_box .history_txt {padding-left:80px; position: relative;}
.history_box .history_txt:before {display: block; content: ""; width:6px; height:6px; border-radius:100%; background: #207638; position: absolute; left:-6px; top:8px; margin:3px; z-index: 9;}
.history_box .history_txt:after {display: block; content: ""; width:8px; height: 8px; border-radius:100%; background: #fff; position: absolute; left:-12px; top:2px; padding:7px; border: 1px solid #cccccc;}
.history_box .history_txt .year_s {font-size:26px; display: block; font-weight:700; color: #333333; line-height:100%; padding-bottom:15px;}
.history_box .history_txt .year_s:after {display: block; content: ""; width:70px; height:1px; background: #d1d2d4; position: absolute; left:-7px; top:13px;}
.history_box .history_txt ul > li { line-height:150%; color:#333; font-weight:300; position: relative; min-height:24px; padding-left:60px; margin-top:10px;}
.history_box .history_txt ul > li:first-child {margin-top:0px;}
.history_box .history_txt ul > li .month {position: absolute; left: 0px; top: 0px; color:#666666; font-weight:500;}

.achievements_list {display: flex; flex-wrap: wrap; margin:-10px;}
.achievements_list > li {width:25%; padding:25px;}
.achievements_list > li > span {display:block; background: #fff; justify-content: center; align-items: center; position: relative;}
.achievements_list.line > li > span {border: 1px solid #ccc;}

.achievements_list2 {display: flex; flex-wrap: wrap; margin:-10px;}
.achievements_list2 > li {width:20%; padding: 10px;}
.achievements_list2 > li > span {display:block; background: #fff; justify-content: center; align-items: center; padding-bottom: 46%; position: relative;}
.achievements_list2 > li > span img {position: absolute; left:50%; top:50%; padding-bottom: 1px; transform: translate(-50%, -50%); max-width: 90%}
.achievements_list2.line2 > li > span {border: 1px solid #207638;}

/* ------------------------------------------------------------
 * Name      :mobile_layout.css    
 * Desc      :page layout 
 * Created   :
 * Updated   :
 ------------------------------------------------------------ */
.mobile_on .m_gnb .gnb > ul {overflow-y:auto; overflow-x:hidden;}
.m_gnb {position:absolute; left:0px; top:81px; width:100%;}
.m_gnb .gnb > ul {width:100%; background:rgba(18,18,18, .97); position:relative; overflow-x:hidden;}
.m_gnb .gnb > ul:after {content:""; display:block; clear:both;}
.m_gnb .gnb > ul > li > a {display:block; font-size:14px; color:#ffffff; padding:15px 0px; text-align:center; border-bottom:1px solid rgba(255,255,255, .065)}
/*.m_gnb .gnb > ul > li:hover > a {background:#000;}*/

.m_gnb .sub_menu  {width:100%; line-height:20px; background:#4a4a4a; display:none;}
.m_gnb .sub_menu > li > a {display:block; color:#fff; font-size:12px; padding:5px 0px; text-align:center; border-bottom:1px solid rgba(255,255,255, .065)}
.m_gnb .sub_menu > li > a:hover { background:#009091;}
.m_gnb .gnb .alarm { background-size:20px;}
.m_gnb .gnb .name {max-width:200px;}
.mobile_on input, .mobile_on select, .mobile_on textarea {-webkit-appearance:none;}
.mobile_on select {height:31px; padding:0px 2em 0px 8px!important;}
.mobile_on .sel_arrow {position:relative;}

.down_file {display:inline-block; vertical-align:middle; color:#0c91dd; margin-left:10px;}
.down_file > span {display:block; padding-left:23px; background:url(../img/common/ico_file.png)no-repeat left center;}
.down_file:first-child {margin-left:0px;}





/* 1280px 이상 */
@media screen and (min-width:1280px) {
	.m_gnb {display:none !important;}
     
}




/* 1280px 이하 */
@media screen and (max-width:1279px) {
	#header {padding-left:10px; padding-right:10px;}
	.visual_counter_wrap {padding-left:10px; padding-right:10px;}
	.section {padding-left:10px; padding-right:10px;}
	#footerW{padding-left:10px; padding-right:10px;} 


	 .quick_wrap {transform:translate(200px, -50%);}
    .main_quick {right:-300px;}
	
    .in_header {height:90px; padding:0px;}
	.up #lnb_wrap.fixed .lnb {top: 90px;}
	#header h1 {margin-top:0px;}
	.top_menu {padding-top:8px;}
	.top_menu_wrap {display:none;}
	.top_search {margin-top:0px;}
	.menu_btn  {margin-top:0px;}

	.menu_btn a span {background:#fff}
	
	.m_gnbW {display:block;}
	
	

    .m_gnb_on {display:block; margin:0px;}
    .w_gnb {display:none;}
	

    .w_gnb {display:none;}
	#gnb_bar {display:none !important;}
	
	
	.w_gnb .gnb > ul > li > a > span {font-size:16px;}
	.w_gnb .sub_menu > li > a {font-size:13px;}
	.w_gnb .sub_menu {width:130px;}

	.main_visual #visual_l1 {left:10px;}
	.main_visual #visual_r1 {right:10px;}


	.sub_visual .sub_txt {height:420px; padding-bottom:0px;}

	
	#lnb_wrap {margin:0px;}

	#lnb_wrap {padding:0px; margin:0px; left:0px; top:0px; transform:none; height:auto; }

	#lnb_wrap.fixed .lnb {}
	#inner_wrap {}
    #inner_wrap {padding:0px 10px 80px 10px;}
    #inner_wrap.no_visual {padding-top:70px;}

    
	.f_navi {justify-content:center}
	#footer_navi > ul {text-align:center; float:none; width:100%; }

	#footer .addressW .copy {padding-top:20px;}
	#footer .f_logo {text-align: center}
    #footer .addressW {padding:20px 0px 30px 0px; background-position:center 20px !important; text-align:center;}
	#footerW .copy > p {text-align:center;}

 
  
    
}
/* 1029px 이하 */
@media screen and (max-width:1028px) {
	.main_visual .bxslider > li .bg_img {width:1254px; height:600px;}
	.main_visual .v_frame {height:700px; justify-content:center;}
	
	.main_visual .scroll_ico {display:none;}
	.main_visual .bx-controls {bottom:20px;}
	.main_visual .bxslider > li .visual_txt {text-align:center;}
	.main_visual .bxslider > li .visual_txt .txt_a {font-size:6vw;}
	.main_visual .bxslider > li .visual_txt .txt_t {font-size:5vw;}
	.main_visual .bxslider > li .visual_txt .ico img {max-width:50vw;}
	.visual_counter_wrap {bottom:20px;}
	.visual_counter_wrap .visual_counter {text-align:center;}
	

	
	.introduction > div {width:100%;}
	.introduction .info {padding: 0px 0px 20px 0px;}
	.introduction .img {max-width:700px; margin:0 auto; text-align: center}
	.introduction .img img {max-width:80vw}

	
	.t_br {display:none;}
	
	
    .section {font-size:15px; padding:80px 10px;}
	

	.sub_con {font-size:16px;}
 	
	.sub_visual {border-radius:0px; }

    .title_bar:before {display:none;}

	
	
	
	


}

/* 768 이하 */
@media screen and (max-width:767px) {
	.pc_view {display:none}
	.mb_view {display:block}
	.up #lnb_wrap.fixed .lnb {top:70px;}

	.in_header {height:70px;}
	
	.slide_menu_inner .in_header {height:75px}
	

	.main_visual .bxslider > li .visual_txt .txt_b {font-size:16px;}
	
	.main_product > li {width:100% !important; margin:10px 0px 0px 0px; }
	.main_product > li .box {}
	.main_product > li .box .over {width:100%; height:auto; opacity:1;}


	.main_product > li .box .bt {padding-top:30px !important;  transform:scale(1);}
	.main_product > li > img {transform:translateX(0)}
	.main_product > li .box .mont {height:auto; line-height: 1.4em;}
	.main_product > li .box .s_img {transform:scale(1);}
	.main_product > li .box .s_img img {max-width: 30vw;}

	
	

	
	#sub_tit {font-size:52px;}
	
	
	.section {font-size:14px; padding:50px 10px;}
	.more > a {font-size:15px; background-size:auto 20px;}
	.tab_top {margin-top:0px;}
	
	.web_dis {display:none;}
    #footerW {}
    #footer .addressW {padding:10px; padding-top:0px; text-align:center}
    #footerW .familySite {display:none;}
    #footer .addressW .copy {padding-top:10px;}
    #footer .go_top > a {padding:7px;}
    #footer_navi {padding-bottom:0px;}
    #footer_navi > ul {text-align:center; padding:15px 0px;}
    #footer_navi > ul li {padding:0px 13px;}
    #footer_navi > ul li a {font-size:13px;}
	.f_navi > ul {justify-content:center; height:60px;}
    #footer .addressW {font-size:13px;padding:15px 10px; background:none !important;}
	#footer .go_sns {}
	#footer .go_sns > li > a {padding:7px;}
	#footer .go_sns > li > a img {height:25px;}
	
	#footerW .copy > p {font-size:12px;}

	#inner_wrap {margin-top: 0px;}
   
   	.lnb_position {margin-top:0px; height:60px;}
	 #lnb_wrap {padding:0px; margin:0px; height:auto; border-bottom: 1px solid #e2e2e2;}
	
	#lnb_wrap .lnb .lnbs {max-width:none;}
	#lnb_wrap .lnbs1 {display:block;}
	#lnb_wrap .lnb .lnbs2 {display:block; border-right:none;}
	#lnb_wrap .lnbs3 {display:none;}
	#lnb_wrap .ico_home {display:block;}
	#lnb_wrap .lnb {padding-left:61px}
	#lnb_wrap .ico_home a {width:60px; height:60px;}
	#lnb_wrap.fixed .lnb {padding-top:0px; padding-bottom: 0px; }
	.lnb_tit {font-size:15px; line-height:50px; height:50px;}

    .lnb ul li a {font-size:14px;}
	.lnb_tit, a.lnb_tit {font-size:16px; padding-left:20px; line-height:60px; height:60px;}
	.lnb_tit:after {display:block; content:""; position:absolute; right:20px; top:50%; transform:translateY(-50%); width:0; height:0;border-top:7px solid #333; border-left:5px solid transparent; border-right:5px solid transparent; transition:all 0.2s 0s ease-in-out;}
	.lnb_tit.on:after {transform:rotate(-180deg); margin-top:-5px}
	
	
	
	.sub_con {font-size:15px; padding-top:40px;}
	
	
	.sub_visual .sub_txt {height:320px; padding-bottom:0px;}
    .sub_visual .sub_txt .txt_s {font-size:17px;}
	.sub_visual .sub_txt .txt_s > img{height:21px;}
	.sub_visual .sub_txt .txt1 {font-size:20px}

	
	.location, .location_wrap {display:none;}
	
    .title_bar {padding-top:100px;}

	.title_bar h2 {font-size:30px; }
	.title_bar .s_txt {font-size:17px;}
	.title_bar .marcellus {font-size:20px;}
    
	.b_txt {font-size:20px; padding:30px 0px 15px 0px}
	.sub_title {font-size:14px;}
	.of_hi .fl50 {float:none; width:100%;}
	.of_hi .fr50 {float:none; width:100%; margin-top:15px;}
    
	.s_tit {font-size:28px; margin-top:40px;}
	.s_tit_txt {font-size:18px;}
	
	.ss_tit {font-size:22px;}
	
	.big_tit {font-size:40px;}

    .ico_note {padding-left:20px; background-size:15px auto; background-position:left 4px;}
   	.first_txt {font-size:29px !important;}
    

    /*atab*/
	.atab_wrap {padding-top:50px;}
	.atab {margin-left:-4px; margin-right:-4px;}
	.atab li {padding:0px 4px}
    .atab li a {height:54px; font-size:15px}
    .atab li.on {margin-top:0px;}
    .atab li.on a:after {width:16px; height:16px; bottom:-18px;}

	
	.ico_note:after {width:17px; height:17px; font-size:14px; line-height:16px;}
	.ico_note:before {width:17px; height:17px;}
	

	.m_th_b {width:135px !important;}
	.m_th {width:115px !important;}
    .m_th_s {width:95px !important;}
    .m_th_ss {width:75px !important;}
   
     .ico_note {padding-left:20px; background-size:15px auto; }
   
	.main_layer_pop {-webkit-overflow-scrolling:touch; position:fixed; overflow-y:auto; width:100% !important; max-width:100% !important; transform:none !important; -webkit-transform:none !important; left:0 !important; right:0 !important; top:0 !important; bottom:0; z-index:99999; background:url(../img/common/png_70.png) repeat left top; zoom:1;}
    .main_pop_bottom {padding:10px; font-size:14px;}
    .main_pop_bottom .close {right:10px; top:10px;}
	.main_layer_pop .pop_wrap_in {float:none !important;}

    .sub_section {padding:50px 10px; margin:50px -10px;}
	
	.over_layerW {position:relative;}
    .over_layer {overflow:auto;}
    .over_layerW:after {display:block; content:""; width:10px; height:100%; position:absolute; right:0px; top:0px; background:linear-gradient(to right, rgba(255, 255, 255, 0%), rgba(0, 0, 0, 15%));}
    .over_layer > div {min-width:800px;}

	.t_br {display:none;}
	
	.introduce .img {width:100%; text-align:center; padding:0px 0px 20px 0px;}
	.values .img {width:100%; text-align:center; padding:0px 0px 20px 0px;}

	.map_info > li {width:100%;}
	.map_info > li:not(:first-child):after {display: none;}
	
	
	.gt_step > ul {flex-wrap: wrap; justify-content: center; margin:-30px 0px;}
	.gt_step > ul > li {width: 100%; text-align: center; padding: 30px 0px;  background: url(../img/introduce/arrow2.png) no-repeat center bottom}
	.gt_step > ul > li:nth-child(3) {background: none;}
	.gt_step > ul > li:nth-child(3) > ul > li {margin: 0 auto;}
	
	.partners_list > li {width: 33.33333%;}
	
	.researcher > li {width: 100%;}
	.ceo_profile .img {flex: initial; margin: 0 auto;}
	.ceo_profile .info {width: 100%; padding: 20px 0px 0px 0px;}
	
	.img_half_section > div {width: 100% !important}
	.img_half_section .img {flex: initial; order: 1; max-width: 100%}
	.img_half_section .img img {width: 100%;}
	.img_half_section .info { order: 2}
	
	.img_half_section {padding:60px 0px;}
	
	.bio_materials .step > ul > li {width: 100%; max-width: inherit;}
	
    .achievements_list > li {width:50%;}
	.achievements_list2 > li {width:50%;}
	
	.history_box {padding-top:0px;}
	.history_box:before {display:none; left: 0px;  margin-left: 0px;}
	.history_box .img:after {display: block; content: ""; width: 46px; height: 11px; position: absolute; left:0%; margin-left:-11px; bottom:20px; background: #cccccc; border-radius: 30px;}
	.history_box > ul:before {left:8px;}
    .history_box > ul:after {left: 0px; margin-left:-10px;}
    .history_box > ul > li {padding-left: 10px !important; padding-right:0% !important; min-height: auto; padding-bottom: 30px;}   
    .history_box > ul > li > .history_txt {padding-top:0px; padding-left:35px !important; padding-right: 0px !important; }
    .history_box .history_txt .year_s:after {width:42px; right: auto !important; left: -7px !important;}
    .history_box .history_txt .year_s {text-align: left !important; padding-right: 0px !important;}
    .history_box .history_txt ul > li {padding-left: 60px !important; padding-right: 0px !important; text-align: left !important;}
    .history_box .history_txt ul > li .month {left: 0px !important; right: auto !important;}
    .history_box .img {position: relative !important; left: auto !important; right:auto !important; top: auto !important; max-width:none; z-index:9; padding-bottom:30px;}
 

}
/* 600 이하 */
@media screen and (max-width:599px) {
    .main_visual {min-height:auto; height:auto;}
   

     #footer_navi > ul li {font-size:13px;}
    #footer .addressW {text-align:center; font-size:11px;}
    
    
    
    .pop_wrap .pop_head .title {font-size:20px; padding:20px 55px 18px 15px !important;}
    .pop_wrap .pop_body {padding:10px;}
   
    
   
	#w_lnb {display:none;}
	#m_lnb {display:block;}
    
   
	
    .table_line {width:100%; overflow:auto;}

	.bt_include .add_bt {width:70px;}
	.bt_include .add_bt > a > span {font-size:12px;}
	
   
	
    #add_date {padding-right:0px; padding-bottom:45px;}
    #add_date .bt {left:0px; bottom:0px; top:auto; padding-right:40px;}
    #add_date .bt a {display:block; }
    #add_date .bt .tooltip {right:0px; top:0px; position:absolute;}
    #empty a {display:block;}
    .br_box {padding:15px;}
    

    
    .m_box {padding:20px;}
    .more {right:0px; top:0px;}
	.more a {font-size:0px;}
   
    
	
 
    #footer_navi > ul {text-align:center;}
    #footerW .familySite {display:none;}
	#footer .addressW address .line {height:10px;}


	
}



/* 480px 이하 */
@media screen and (max-width:479px) {
	.lang a > span {font-size:13px;}
	.up #lnb_wrap.fixed .lnb {top:60px;}
	#header h1 {left:0px;}
	#header h1 img {height:30px;}
	.in_header {height:60px;}
	.menu_btn {right:0px;}
	.menu_btn a:before {display:none;}
	.top_search {right:50px;}
	.slide_menu_inner .in_header {height:65px; background-size:auto 60% }
	.slide_menu_wrap .gnb > ul > li > a {padding-left:30px; line-height:50px;}
	.slide_menu_wrap .gnb .sub_menu > li > a {padding-left:30px;}

	.main_visual .bxslider > li .visual_txt .txt_b {font-size:13px;}
	.main_visual .bxslider > li .visual_txt .txt_b br {display: none;}
	.main_visual .v_bt > a:after {width: 14px; height: 14px;}

	.main_visual .v_frame {height:510px; padding: 0px 40px 20px 40px;}
	
	.main_visual .bxslider > li .bg_img {width:1070px; height:510px;}
	.visual_counter_wrap {bottom:10px;}
	.main_visual .bxslider > li .visual_txt {padding-top:80px;}
	.main_visual:after {display:none;}
	.main_visual .v_bt {width:30px; height:30px; line-height:30px;}
	.main_visual .stop a {width:28px; height:28px; line-height:28px;}
	.main_visual .v_bt > a {padding:7px}
	.visual_counter_wrap .visual_counter {text-align:center}
	.main_visual #visual_counter {min-width:45px; line-height:30px; font-size:13px;}
	.main_visual #visual_counter > span {font-size:22px; line-height:30px;}
	.visual-pager {margin-top:9px;}

	
	.introduction .bt {padding-top: 20px;}
	.introduction .bt a {height: 40px;}
	.introduction .bt a:after {width: 6px; height: 6px; border-width:1px; }
	
	
	.arrow_group .slick-arrow {width:65px; height:65px; font-size:13px;}
	.arrow_group .nextArrow:after {width:15px; height:15px; margin-left:-3px;}
	.arrow_group .prevArrow:before {width:15px; height:15px; margin-right:-3px;}
	
	.section {padding:30px 10px;}
	
	
	
	.radio_group.m_host {margin-left:-5px;}

	
	.section {font-size:13px;}
	.section h4 {font-size: 1.6em;}

	
  
	.main_product > li .box {height:400px;}


	.main_product > li .box > h4 {font-size:26px;}
	.main_product > li .box .bt {padding-top:10px !important;}

	
	a.main_bt {min-width:165px; height:46px; font-size:14px;}
	a.line_bt {min-width:165px; height:46px; font-size:14px;}
	

	.patners {margin: -10px -5px; padding-top: 30px;}
	.patners > li {width: 33.3333%; padding: 10px 5px;;}
	
	#footerW {padding-top: 30px; padding-bottom: 30px;}
    #footer .addressW address {margin:0px;}
    #footer .addressW address strong {display:block;}
    #footer .addressW address span {padding:2px 5px;}
	#footer_navi > ul {padding:10px 0px;}
    #footer_navi > ul li a {font-size:12px;}
    #footer_navi > ul li {margin-left:0px; padding:0px 5px}
	#footer .go_sns > li > a img {height:20px;}
	.f_navi li a {font-size:13px;}
	#footer .f_logo img {height:36px;}
  
    .pop_wrap .pop_head .title {text-align:left !important; padding:15px 45px 15px 15px;}
    .pop_wrap .pop_head .title br {display:none;}
    .pop_wrap .x_btn {right:0px; }
    
	.pop_body .btn-tc {padding:20px 0px;}
    
	.mb_dis {display:block;}
    #add_date .bt .tooltip {height:36px; line-height:34px;}

	
	.sub_visual .sub_txt .txt1 {font-size:15px;}
	
	
    .sub_visual .sub_txt {height:220px;}
	#sub_tit {font-size:32px;}
	#sub_tit:After {margin:5px 0px 0px 5px; width:16px; height:16px;}
	
	.lnb_position {height: 40px;}
    #lnb_wrap .lnb {padding-left:0px;}
	#lnb_wrap .ico_home {display:none;}
	.lnb_tit {padding-left:15px; font-size:13px;}
	.lnb ul li a {padding:10px 0px 10px 15px; font-size:13px; }
	.lnb_tit, a.lnb_tit {font-size:14px; padding-left:15px; line-height:50px; height:50px;}

    .ico_note {padding-left:15px; background-size:13px auto; }

    
	.btn-tc > a {margin:5px;}
	.btn-tl > a {margin:5px;}
	.subject {padding-left:10px;}
	.bbs_search {margin-bottom:10px;}
	.bbs_search_in {padding:0px;}
	.bbs_search_in .select { position:relative; margin-bottom:5px; width:100%;}
	.bbs_search_in .btn_search { position:relative; display:block; margin:5px 0px 0px 0px; width:100%;}

    .block_m {display:block;}
    .block_m.fl {float:none;}
    .list_btn .block_m {margin:2px 0px;}
	.board-view td.view_td {padding:20px 10px;}
    .list_btnW a {display:block;}


	
    .sub_con > .s_tit:first-child {margin-top:0px}
	.ss_tit {font-size:18px; margin-top:25px; margin-bottom:10px;}
    .ss_tit:before {width:4px; height:15px; top:3px;}

	
    .s_tit {padding:0px 0px 10px 0px; font-size:22px}
	.s_tit_txt {font-size:15px; margin-top:0px; padding-bottom:10px;}
	
	.big_tit {font-size:34px; padding-bottom:20px;}

    .b_txt {font-size:17px;}
    .txt_in {padding-left:10px;}
	#inner_wrap {padding-bottom:50px;}
    #inner_wrap.no_visual {padding-top:30px;}


    .sub_visual .sub_txt .cell .sub_tit_s {font-size:20px; padding-bottom:20px;}
    .sub_con {font-size:13px; }
    .layerPop {font-size:0.95em; }
    .title_bar {padding:40px 0px 0px 0px; margin-bottom:30px; background-size:auto 60px; }
	.title_bar h2 {font-size:26px; }
	.title_bar h2:before {width:12px; height:12px; margin-bottom:5px;}
    .title_bar .s_txt {font-size:14px;}
    .title_bar .s_txt br {display:none;}
    .title_bar .s_txt2 {font-size:1.25em; padding-top:0px; margin-bottom:15px;}
	.title_bar .marcellus {font-size:16px; padding-bottom:8px;}
    .view_tit {padding:10px;}
    .m_th_b {width:105px !important;}
	.m_th {width:85px !important;}
    .m_th_s {width:65px !important;}
    .m_th_ss {width:45px !important;}
    

    
    .w_name {width:70px;}
    .w_date {width:80px;}
    .m_block {display:block !important; margin-bottom:3px !important; float:none !important;}
    .scrollbox {height:120px; }
    .atab {margin-bottom:20px;}
 
    
    .radio_group > li {font-size:13px;}
  
	
    .input_etc .pa {font-size:13px; line-height:36px;}
	
    .textarea {padding:5px 5px; font-size:13px;}
    .b_table .btnNormalB span {padding:0px 18px; height:36px; line-height:34px; font-size:13px;}
    .security_code .code .num {height:34px; line-height:32px; font-size:14px;}
 
    .radio_group {margin-top:-5px;}
    
	
    .print_bt {display:none !important}
    .gray_box {padding:5px;}
  

    .down_file > span {background-size:11px auto; padding-left:16px; }
    .br_box {padding:10px;}
    
    .tit_ico {height:19px; line-height:18px;}
   
    .btn-tc {padding:20px 0px; margin-top:20px;}
	.btn-tl {padding:20px 0px; margin-top:20px;}
	.btn-tr {padding:20px 0px; margin-top:20px;}

    .point_box {padding:10px;}
	
    .bul_list {padding-left:57px !important}
    .bul_list .txt_t {line-height:20px; font-size:13px; padding:0px 5px; min-width:50px;}
    
    .b_check_box {padding:10px;}
    #inner_wrap .b_check_box .board-write th {font-size:1.05em !important;}
	

	.result {float:none; width:100%;}
	
	.line_bg {background-size:auto 10px; padding-bottom:20px;}

    .gray_wrap {padding-top:30px; padding-bottom:30px;}


    .ico_txt {background-size:auto 12px; background-position:0px 4px;  padding-left:17px; }

    .ico_note {padding-left:18px; background-size:13px auto; }
	.ico_note:before {width:14px; height:14px; top:1px;}
	.ico_note:after {width:14px; height:14px; font-size:12px; line-height:14px; top:1px;}

    .list_more > a > span {font-size:16px; padding:15px 20px 15px 0px;}

    .atab.rnd_tab li a {font-size:13px;}
	.atab_wrap {padding-top:10px;}
	.atab {margin-left:-1px; margin-right:-1px;}
	.atab li {padding:0px 1px;}
	.atab li a {font-size:12px; height:50px;}

	.map_wrap {height:250px;}
	.list_more {padding-top:30px;}

	
	.introduce .txt .first {font-size: 1.5em;}
	
	.introduce {padding: 40px 0px; margin-top: 40px;}
	.sub_bg {padding: 40px 0px; margin-top: 40px;}
	
	.partners_list {margin: -5px;}
	.partners_list > li {padding: 5px;}
	
	.organization .ceo {width: 186px; height: 186px; padding: 15px;}
	.organization .type1 dl {font-size: 1em; padding-top: 20px;}
	.organization .type1 dl dt {height: 50px; font-size: 1.1em;}
	.organization .type1 dl dd {height: 50px;}
	

	.map_info dl dt {min-width:90px; margin-right: 0px;}
	.map_info dl {font-size:1em;}
	.map_info dl dt .ico img {width:16px;}
	
	.tab_navi > ul > li a {height: 40px;}
	
	.img_half_section {padding:40px 0px;}
	.bio_materials .step > ul > li .img img {width: 80px;}
	.bio_materials .step > ul > li dl {margin-top: -40px; padding-top: 50px;}
	.bio_materials .step {padding-top: 20px;}
	.bio_materials {padding: 20px 0px 50px 0px;}
	
	.achievements_list{margin: -5px;}
	.achievements_list > li {padding: 5px;}
	
	.achievements_list2 {margin: -5px;}
	.achievements_list2 > li {padding: 5px;}



.red {
	color:red !important;
}







