@charset "UTF-8";

html{overflow-x:hidden;}
body,td,h1,h2,h3,h4,h5,div,p,li,ul,ol,dd,dt,section,input,textarea,select,button{margin:0;padding:0; font-size:14px; color:#333; line-height:1.6em; font-family: 'Noto Sans KR', sans-serif; font-weight:400; letter-spacing:-0.02em;}
ul,ol,li{margin:0;padding:0;list-style:none;}


a, img{border:0px; vertical-align:middle;}
a{text-decoration:none;}
strong{font-weight:500;}
*, :after, :before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

.lview{}
.sview{display:none;} 
.mview{display:none;}


/* 중간기기~작은기기 모바일 상단 */
#mobile_header {width:100%; height:60px;  line-height:60px; border:0px solid red; z-index:999999; display:none;}
#mobile_header .inner {top:0; left:0; z-index:50; width:100%; height:60px; line-height:60px; overflow:hidden; background:#fff;}
#mobile_header h1 {width: 145px;padding-top:10px;margin:0 auto;}
#mobile_header h1 img {width: 75%;overflow:hidden;}
#mobile_header .m_gnb li {list-style:none;}
#mobile_header .m_gnb li a {display: block;top:0;width:100%;text-align:center;color:transparent;}
#mobile_header .m_gnb li.category a i{float:left;position:absolute;width:20px;height:20px;line-height:20px;right: 15px;top:20px;font-size: 20px;color:#333;}
#mobile_header .m_gnb li.home a i {display: none;position:absolute;width:20px;height:20px;line-height:20px;right:15px;top:20px;font-size:18px;color:#333;}
#back_cover {position:absolute; display:none; left:0; top:0;  width:100%; height:100%; top:0px; background:rgba(0,0,0,0.5); z-index:9999998;}
#sideMenu {display:inline; position:fixed; top:0; left:-250px; width:249px; height:100%; background-color:#fff; z-index:9999999;}
#sideMenu .side_title{height:60px; line-height:60px; background-color:#111111; color:#fff; text-align:center; font-size:1.3em; cursor:pointer;}
#sideMenu .navi_bg{ width:100%;} 
#sideMenu .nav { width:100%; margin:0 auto; padding:0; padding-bottom:30px; list-style: none; box-sizing:border-box;  overflow:auto; height:500px;} 
#sideMenu .nav ul { width:100%; margin:0; padding:0;}
#sideMenu .navi_set{ display:inline;  margin:0; padding:10px 0 10px 0; text-align:center;  }
#sideMenu .navi_set > div {display:block; width:100%; height:40px; line-height:40px; border-bottom:1px solid #aaa; text-align:left; background-color:#fff; color:#333; text-indent:10px; cursor:pointer;}
#sideMenu .navi_set > div > a{display:block; width:100%; height:40px; line-height:40px;}
#sideMenu .navi_set ul {display:none;}
#sideMenu .navi_set ul li {list-style:none; border-bottom:1px solid #eee;}
#sideMenu .navi_set ul li a{display:block;width:100%;height:30px;line-height:30px;text-align:left;font-size:0.9em;color:#333;cursor:pointer;text-indent:20px;background-color:#fff;}
#sideMenu .navi_set ul li a:hover{color:#fff; background-color:#aaa; }
#sideMenu .navi_set ul li a br{display:none}
#gnba {display: none;background-color:#666;text-align:center;padding:10px 0;}
#gnba i{color:#fff; font-size:30px;}
#gnba a { color:#fff; text-align:center; font-size:0.85em;  padding:5px 10px; margin:0 2px;  background:#476ba0; border-radius:3px;}
#gnba a:hover { background:#fff; color:#000; }
.jbmFixed{position:fixed !important; top:0; left:0;}
.jbmFixed .inner{border-bottom:1px solid #ddd !important;}



/* 큰기기 PC 상단 */
#header_wrap { width:100%; min-width:1200px; overflow-x:hidden;}
.wrap_box { position:relative; width:100%; max-width:1200px; margin:0 auto; background:none; }
#header { position:absolute; top:0; left:0; width:100%; min-height:80px; background:rgba(255,255,255,1.0); z-index:500 !important; height:80px; transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; -ms-transition: 0.5s all ease; -o-transition: 0.5s all ease;}
#header h1 { position:absolute; display:block;  line-height:70px; left:0; transition: all .3s ease-in-out; background:none;}
#header h1 a img{vertical-align:middle;}
#header.header_on{height:300px !important;} /* 메뉴 배경의 높이를 입력합니다.*/
#lnb {position:relative;float:right;margin-right: 120px;line-height:80px !important;background:none;}
#header.header_on #lnb:hover .lnb_wrap {height:280px;} /*메뉴의 높이를 입력합니다.*/
#lnb .lnb_wrap { position:relative; overflow:hidden; height:80px; min-height:80px; transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; -ms-transition: 0.5s all ease; -o-transition: 0.5s all ease;}
#lnb .lnb_wrap > ul > li { float:left;  }
#lnb .lnb_wrap > ul > li > a {display:block;width:100%;padding: 0 30px;font-size:1.2em;text-align: center;font-weight:500;color:#000;height:80px;line-height:80px;border-bottom:0px solid rgba(255,255,255,0);}
#lnb .lnb_wrap > ul > li > a > span{display:block; background:#476ba0; width:0px; height:2px; margin:0 auto; transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; -ms-transition: 0.5s all ease; -o-transition: 0.5s all ease;}
#lnb .lnb_wrap > ul > li.current > a, #lnb .lnb_wrap > ul > li.actived > a { color:#476ba0; font-weight:500; border-bottom:0px solid rgba(255,255,255,1); transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; -ms-transition: 0.5s all ease; -o-transition: 0.5s all ease;}
#lnb .lnb_wrap > ul > li.current > a > span, #lnb .lnb_wrap > ul > li.actived > a > span{display:block; background:#476ba0; width:100%;}
#lnb .lnb_wrap > ul > li:nth-child(5) > ul{/* display:none; */}
#lnb .lnb_sub {margin-top:10px;text-align:center;}
#lnb .lnb_sub li{padding:5px 0;}
#lnb .lnb_sub li a {display:block;color:rgba(0,0,0,0.7);padding:0;margin:0 0 2px 0;/* height:30px; */line-height: 18px;font-size: 1em;letter-spacing:-0.5px;}
#lnb .lnb_sub li a:hover { display:block; color:#476ba0; font-weight:400; }
#gnbb {position:absolute; right:0; }
#gnbb .eng > a{font-size: 17px;font-weight: 600;}
#gnbb a {position: relative;color: #093980;text-align:center;/* font-size:0.85em; */line-height: 78px;padding:5px 10px;margin:0 2px;vertical-align: middle;/* border-radius:3px; */}
#gnbb a:hover {opacity:0.7}
#gnbb a img{position: absolute;top: 25%;}
.jbFixed { min-height:auto !important;}
.jbFixed .header_in { position:fixed !important; top:0px; width:100% !important; background:rgba(255,255,255,1); border-bottom:1px solid #ddd;}
.jbFixed .header_in #lnb { margin-top:0;}
.jbFixed .header_in #lnb:hover .lnb_wrap{height:280px;} /*메뉴의 높이를 입력합니다.*/
.jbFixed .header_in #lnb .lnb_wrap{height:60px; min-height:60px;}
.jbFixed .header_in #lnb .lnb_wrap > ul > li > a { height:60px; line-height:60px;}
.jbFixed .header_in #gnbb a {height: 60px;line-height: 60px !important;}
.jbFixed .header_in h1 {  height:60px; line-height:50px !important;}
.jbFixed .header_in h1 img { width:80%; transition: all .3s ease-in-out;}



/* 인덱스 */
#container {position:relative; width:100%; margin:0; padding:0; z-index:1; background:#fff; margin-top:80px;}


#main_visual{clear:both; position:relative; text-align:center; width:100%; padding:0; margin:0px auto; overflow:hidden; }
#main_visual:after{ content:""; display:block; clear:both;}
#main_visual .swiper-slide{width:100%; height:auto; padding:0; background-color:#000; overflow:hidden;}
#main_visual .swiper-slide div.backgroundimg{width:100%; height:100%; z-index:1;}
#main_visual .swiper-slide .backgroundimg .mobile_only{display:none;}
#main_visual .swiper-slide .backgroundimg img{width:100%; height:auto;}
#main_visual .sliderkit-text {width:100%;height:200px;position:absolute;top: 46%;margin-top:-70px;left:50%;margin-left:-50%;text-align:center;z-index:2;}
#main_visual .sliderkit-text h1.lviewa{opacity:0;font-size: 3.7em;color:#fff;line-height:1.3em;font-weight:700;text-shadow: 0px 1px 4px #000;padding-bottom:10px;}
#main_visual .sliderkit-text h1.sviewa{opacity:0;font-size: 1.7em;color:#fff;line-height:1.3em;text-shadow: 0px 1px 4px #000;padding-bottom:10px;}
#main_visual .sliderkit-text div{opacity:0;}
#main_visual .sliderkit-text div span{display:inline-block; height:44px; line-height:44px; padding:0 20px; margin:15px auto; background:#476ba0; -ms-transform: skewX(-30deg); /* IE 9 */  -webkit-transform: skewX(-30deg); /* Safari */  transform: skewX(-30deg);}
#main_visual .sliderkit-text div span h2{ line-height:44px; font-size:1.3em; color:#fed700;  letter-spacing:0.05em;  transform: skewX(30deg);    -ms-transform: skewX(30deg);    -webkit-transform:skewX(30deg);}
#main_visual .swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:60px; top:50%; margin-top:-25px; display:block; background:url("../image/visual_prev_on.png")  center left no-repeat; opacity : 0.7; width:50px; height:50px; color:rgba(255,255,255,0); transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; -ms-transition: 0.5s all ease; -o-transition: 0.5s all ease;}
#main_visual .swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:60px; top:50%; margin-top:-25px; display:block; background:url("../image/visual_next_on.png") center right no-repeat; opacity : 0.7; width:50px; height:50px; color:rgba(255,255,255,0); transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; -ms-transition: 0.5s all ease; -o-transition: 0.5s all ease;}
#main_visual .swiper-button-prev:hover,.swiper-container-rtl .swiper-button-next:hover{opacity :1; }
#main_visual .swiper-button-next:hover,.swiper-container-rtl .swiper-button-prev:hover{opacity :1; }
#main_visual .swiper-pagination-bullet-active{background:#476ba0;}



#business_wrap{width:100%;padding: 80px 0 0;}
#business_wrap:after{ content:""; display:block; clear:both;}
#business_wrap .business_area { width:100%; max-width:1200px; margin:0px auto;}
#business_wrap .business_area:after{ content:""; display:block; clear:both; width:80px; height:3px; background:#476ba0; margin:0px auto;}
#business_wrap .business_area .business_tit p { text-align:center; font-size:2em; color:#000; font-weight:700; }
#business_wrap .business_area .business_tit span { display:block; text-align:center; font-size:1.15em; color:#777;  margin:10px 0 20px 0; }
#business_wrap .business_list {width: 100%;/* margin:50px auto; */overflow:hidden;}
#business_wrap .business_list:after{ content:""; display:block; clear:both; }
#business_wrap .business_list ul{display:flex;width:100%;justify-content: center;}
#business_wrap .business_list li {display: flex;width: 50%;position:relative;padding: 0;flex-wrap: nowrap;align-items: flex-start;}
#business_wrap .business_list li:first-child {padding-left: 0;}
#business_wrap .business_list li img {display:block;width:100%;/* border-top-left-radius:30px; *//* border-bottom-right-radius:30px; */}
#business_wrap .business_list li .hover_area { position:absolute; left:0; top:0; display:block; width:100%; height:100%; padding-top:110px; box-sizing:border-box; background:rgba(0,0,0,0); transition:0.6s; border-top-left-radius:30px; border-bottom-right-radius:30px;}
#business_wrap .business_list li .hover_area b { position:relative; display:block; padding-top:70px; font-size:30px; color:#fff; }
#business_wrap .business_list li .hover_area b:before{content:''; position:absolute; left:50%; top:0; margin-left:-32px; display:block; width:64px; height:52px; background:url('../image/business_icon.png') no-repeat -148px 0; opacity:0; transition:0.6s;}
#business_wrap .business_list li:nth-child(2) .hover_area b:before { background-position-x:-74px; }
#business_wrap .business_list li:nth-child(3) .hover_area b:before { background-position-x:0px; }
#business_wrap .business_list li .hover_area p { margin-top:20px; font-size:16px; line-height:24px; color:#fff;  opacity:0; transition:0.6s; }
#business_wrap .business_list li .hover_area a { display:inline-block; width:118px; height:38px; margin-top:32px; line-height:38px; border:1px solid rgba(255,255,255,1); color:rgba(255,255,255,1); background:rgba(255,255,255,0); border-radius:2px; font-weight:600;  opacity:0; transition:0.6s; }
#business_wrap .business_list li:hover .hover_area { padding-top:80px; background:rgba(0,0,0,0.71); border-top-left-radius:30px; border-bottom-right-radius:30px;}
#business_wrap .business_list li:hover .hover_area b:before,
#business_wrap .business_list li:hover .hover_area p { opacity:1; }
#business_wrap .business_list li:hover .hover_area a { opacity:1; background:rgba(255,255,255,1); color:#231f20; }
#business_wrap .business_list .company{width: 100%;min-height: 28.125rem;background: #f7f7f7;padding: 100px 60px 70px;margin-top: 30px;}
#business_wrap .business_list .company h1{font-size: 30px;color: #000;font-weight: bold;margin-bottom: 30px;}
#business_wrap .business_list .company h3{font-size: 22px;color: #333;}
#business_wrap .business_list .company p{width: 490px;font-size: 18px;line-height: 25px;color: #454444;font-weight: 300;}

#pro_wrap { width:100%; margin:0px auto; background:rgba(0,0,0,0.02); padding:80px 0; padding-bottom:50px;}
#pro_wrap:after{ content:""; display:block; clear:both;}
#pro_area { width:100%; max-width:1200px; margin:0px auto;}
#pro_area .pro_tit p { text-align:center; font-size:2em;  line-height:50px; color:#000; font-weight:500; padding:0 10px; margin:0px auto;  }
#pro_area .pro_tit span { display:block; text-align:center; font-size:1.15em; color:#777;  padding:0 10px; margin:10px 0 20px 0;}
#pro_area .pro_tit:after{ content:""; display:block; clear:both; width:80px; height:3px; background:#476ba0; margin:0px auto;}
#pro_tab {position: relative; width:100%; max-width:1200px; margin:50px auto;}
#pro_tab:after{ content:""; display:block; clear:both;}
#pro_tab .tab { width:370px; line-height:30px;  margin:50px auto; overflow:hidden;}
#pro_tab .tab li{float: left; display:inline-block; width:100px; margin-right:10px; }
#pro_tab .tab a{display: block; height:30px; line-height:30px; text-align: center; border:1px solid #EEE;  box-sizing:border-box; background:#fff; color:#333;}
#pro_tab .tab li:last-child {margin:0;}
#pro_tab .tab li.all { width:40px; background:#333; color:#fff;}
#pro_tab .tab li.all a { background:#333; color:#fff;}
#pro_tab .tab li.on a{font-weight:500; border-bottom: 0 none;  background:#476ba0; color:#fff;}
#pro_tab li{position: relative; line-height:30px;}
#pro_tab li span.date{position: absolute; right:0; text-align:right; line-height:30px; font-size:0.9em; color:#ddd; }
#pro_tab div li a{display: inline-block; margin-right:0px; font-size:0.9em; color:#333;}
#pro_tab > div{display: none; padding:0; }
#pro_tab .active{display: block; margin-top:0px; padding:0px;}
#pro_tab .pro_list{ width:100%; max-width:1210px; text-align:center; margin:0px auto; overflow:hidden;}
#pro_tab .pro_list:after {content:""; display:block; clear:both;}
#pro_tab .pro_list > ul{ width:100%; font-size:0; list-style:none; margin-bottom:0px; padding:0; overflow:hidden; }
#pro_tab .pro_list > ul > li{ display:inline-block; padding:0; width:23%; margin-left:1%; margin-right:1%; text-align:center;}
#pro_tab .pro_list > ul > li > a{width:100%; }
#pro_tab .pro_list > ul > li > a > div > img { width:100%;  border:1px solid #eee; box-sizing:border-box; cursor:pointer;}
#pro_tab .pro_list > ul > li > a > p {display:block; height:30px; width:90%; margin:0 auto; margin-top:20px; font-size:1.5em;font-weight:500; text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden}
#pro_tab .pro_list > ul > li > a > div.text {display:block; width:90%; margin:0 auto;  height:30px; margin-top:10px; margin-bottom:20px; color:#777; border:0px solid red; text-overflow:ellipsis; white-space:nowrap;word-wrap:normal;overflow:hidden;}
#pro_tab .pro_zoom { width:100%; height:100%; margin:0; overflow:hidden;}
#pro_tab .pro_zoom img {width:100%; transition: transform 1s; -webkit-transition: -webkit-transform 1s;}
#pro_tab .pro_list > ul > li > a > p > span.new_icon{display:inline-block; line-height:1em; color:#fff; background-color:#2E5A98; padding:1px 5px 1px 3px; font-size:0.6em !important;}
#pro_tab .pro_list > ul > li > a > p > span.hot_icon{display:inline-block; line-height:1em; color:#fff; background-color:#C53629; padding:1px 5px 1px 3px; font-size:0.6em !important;}



#comm_wrap{width:100%; margin:0px auto; background:rgba(255,255,255,1);  padding-bottom:20px;}
#comm_wrap:after{ content:""; display:block; clear:both;}
#comm_wrap .board_area{width:100%; max-width:1200px; margin:0px auto;}
#comm_wrap .board_area .dleft{ position:relative;float:left; width:50%; }
#comm_wrap .board_area .dright{position:relative; float:right; width:50%;}
#comm_wrap .board_area div.board_box{width:100%; margin-top:70px; padding:0;}
#comm_wrap .notice_area { position: relative; width:95%; height: 100%;  overflow: hidden;}
#comm_wrap .notice_area .tab { height:50px; border-bottom:1px solid #eee; box-sizing:border-box;  }
#comm_wrap .notice_area .tab li{float: left; width:120px; background:#eee; }
#comm_wrap .notice_area .tab a{display: block; width:100%; height: 50px; line-height: 50px; font-size:1.5em; text-align: center;  }
#comm_wrap .notice_area .tab li:first-child a{border-left: 0px solid #eee}
#comm_wrap .notice_area .tab li:last-child a{border-right: 0px solid #eee}
#comm_wrap .notice_area .tab li.on a{ border-bottom: 0 none; color:#fff;  background:#000;}
#comm_wrap .notice_area .more{position:absolute; top:12px; right:0px; transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; -ms-transition: 0.5s all ease; -o-transition: 0.5s all ease; }
#comm_wrap .notice_area .more:hover{-ms-transform: rotate(90deg);-webkit-transform: rotate(90deg); transform: rotate(90deg);}
#comm_wrap .notice_area .active{display: block; padding:0px 0 0 0px;}
#comm_wrap .notice_area li{position: relative; height:50px; line-height:50px; border-bottom:1px solid #eee; }
#comm_wrap .notice_area li span.date{position: absolute; right: 0; font-size:1em; color:#888;  height:50px; line-height:50px;  }
#comm_wrap .notice_area div li a{display: inline-block; margin-right:0px; font-size:1em; color:#555;}
#comm_wrap .notice_area > div{display: none; padding:0; }



#m_bnr {width:100%;padding: 120px 0;border:0px solid red;background: none;}
#m_bnr > div{display: flex;width:100%;max-width: 1200px;margin:0px auto;flex-direction: row;}
#m_bnr .tit p { text-align:center; font-size:2em;  line-height:50px; color:#000; font-weight:500; padding:0 10px; margin:0px auto;  }
#m_bnr .tit span { display:block; text-align:center; font-size:1.15em; color:#777;  padding:0 10px; margin:10px 0 20px 0;}
#m_bnr:after{ content:""; display:block; clear:both;}
#m_bnr ul{display:flex;width: 100%;}
#m_bnr li {display: flex;width: 20%;height: 151px;padding: 0px;padding-right:0px;margin-right: 1px;margin-left: 1px;/* cursor:pointer; */background:#fff;/* border:1px solid #eee; */box-sizing:border-box;transition: 0.5s all ease;-webkit-transition: 0.5s all ease;-moz-transition: 0.5s all ease;-ms-transition: 0.5s all ease;-o-transition: 0.5s all ease;flex-direction: row;flex-wrap: nowrap;justify-content: center;align-content: center;align-items: center;}
#m_bnr li a:hover{opacity:0.7}



#online{clear:both; position:relative; top:0; width:100%; max-width:1980px; margin:0px auto; background:url('../image/online_back.jpg') repeat-y; background-position:left center; background-attachment:contain;}
#online:after{ content:""; display:block; clear:both;}
#online .online_con { width:100%; height:350px; }
#online .online_con div.blind { width:100%;  height:100%; background:rgba(0,0,0,0.3);}
#online .online_area { position:absolute; top:0; left:0; text-align:center; width:100%; padding:100px 0px 0px 0px;}
#online .online_area p{ font-size:2.5em; color:#fff;}
#online .online_area span{ display:block; padding-bottom:20px; font-size:1.3em; font-weight:300; line-height:24px; color:#fff; opacity:1;}
#online .online_area a{display:block; width:200px; height:50px; line-height:50px; font-size:1.2em; color:#fff; background:#476ba0;  border:1px solid #476ba0;  margin:20px auto; transition: 0.5s all ease;   -webkit-transition: 0.5s all ease;   -moz-transition: 0.5s all ease;   -ms-transition: 0.5s all ease;   -o-transition: 0.5s all ease; }
#online .online_area a:hover{color:#fff; background:rgba(0,0,0,0); border:1px solid #fff;}



.g_map {width:100%; height:250px; overflow:hidden;}


/* 하단 */
#footer{clear:both;width:100%;margin: 0 auto;padding-bottom: 40px;background: #1f1f1f;border-top: 1px solid #dbdbdb;}
#footer:after{ content:""; display:block; clear:both;}
#footer .copy_bar{ width:100%;}
#footer .copy_bar div{width:100%; max-width:1500px; margin:0 auto;}
#footer .copy_bar div .copy_menu { padding-top:20px; }
#footer .copy_bar div .copy_menu a{color:#fff; }
#footer .copy_bar div .copy_menu a:hover{color:#fd7701; }
#footer .copy_area{position:relative;width:100%;max-width: 1200px;margin:0 auto;padding-top: 30px;}
#footer .f-logo{position:absolute;top: 51px;}
#footer .copyright{float:left;width: 100%;text-align:left;padding:0;}
#footer .copyright p{/* width:100%; */text-align:left;color:#888;padding-top:10px;margin-left: 200px;}
#footer .copyright p span{display:inline-block;color: #a5a5a5;margin-right: 5px;}
#footer .copyright p span:after{content:'|';display:inline-block;margin-left: 10px;}
#footer .copyright p span:nth-child(4):after{content:''}
#footer .copyright p span:nth-child(7):after{content:''}
#footer .copyright p span:nth-child(9):after{content:''}
#footer .copyright p span:nth-child(9){font-size: 15px;/* color:#757575; */}
#footer .cs_area {position:absolute;top: 30px;right:0;width:320px;border:1px solid #555;padding:20px;box-sizing:border-box;background: #00329f;}
#footer .cs_data{float:left; width:60%; }
#footer .cs_data .cs_title{font-size: 18px;color: #adff01;}
#footer .cs_data .cs_title:after{display:block;content:"";width:85%;height:1px;margin:5px 0;background: #4a6ab1;}
#footer .cs_data .cs_tel{font-size: 22px;color:#fff;font-weight: bold;}
#footer .cs_data .cs_tel a{color: #adff01;}
#footer .cs_info{float:left; width:40%; padding-top:5px;}
#footer .cs_info span {display:block;font-size: 13px;color: #bcdbf9;padding:0;margin:0;height:20px;line-height:20px;}
#footer .copyright p.pc_only{display:block}
#footer .copyright p.mobile_only{display:none}


/* PC용 퀵메뉴 */
#backtotop{ position:fixed; bottom:35%; right:10px; z-index : 1000; display:none;}
.q-menu nav div { width:50px; height:50px; line-height:50px; font-size:1.5em; text-align:center; background:rgba(0,0,0,0.5);  margin:10px 0; border-radius:100px; transition: 0.5s all ease;   -webkit-transition: 0.5s all ease;   -moz-transition: 0.5s all ease;   -ms-transition: 0.5s all ease;   -o-transition: 0.5s all ease; }
.q-menu nav div:hover {background:#476ba0; /*rgba(0,0,0,0.9);*/}
.q-menu nav div i { display:inline-block; vertical-align:top; text-align:center; width:100%; height:30px; line-height:30px; font-size:0.85em; }
.q-menu nav div a { display: inline-block; position: relative; width: 30px; height: 30px; text-align: center; color:#fff; text-decoration:none; }
.q-menu nav div a span {font-size:0.7em; display: inline-block; position: absolute; top: 20%; right: 70px; opacity: 0;/*화살전체위치*/
white-space: nowrap; padding: 5px 8px; border-radius: 3px 3px; background:#476ba0; /*rgba(0,0,0,0.9);*/ color: #fff; margin-top:-2px; line-height: 1em;
-webkit-transition: all 300ms; -moz-transition: all 300ms; -ms-transition: all 300ms; -o-transition: all 300ms; transition: all 300ms; }
.q-menu nav a span:before {content: ''; display: block; position: absolute; right:-10px; top: 50%; margin-top:-5px; border:5px solid transparent; border-left-color:#476ba0; /*rgba(0,0,0,0.9);*/ }/*화살모양*/
.q-menu nav a:after { position: absolute; content: ''; display: inline-block; width: 30px; height: 30px; margin-left: -5px; margin-top: -10px; top: 50%; left: 50%; }
.q-menu nav a:hover { opacity: 1; }
.q-menu nav a:hover span { right: 50px; opacity: 1; }
.q-menu nav a.active { color: #333; opacity: 1; }




/* 서브 */
#sub_visual{width:100%;height: 330px;text-align:center;background:#e8e9eb;margin-top:80px;}
#sub_visual .backgroundimg{position:relative; width:100%; text-align:center; margin:0 auto; height:220px; z-index:0; }
#sub_visual .visual_area {width:100%;max-width:1920px;height: 330px;margin:0 auto;}

#sub_wrapper{width:100%; margin:0 auto;}
#sub_wrapper:after{ content:""; display:block; clear:both;}
#sub_menu{ display:block; width:100%;  margin:0px auto; background:#fff; border-bottom:1px solid #ddd; } /*메뉴가림*/
#sub_menu .sub_tab{width:100%; max-width:1200px; text-align:left; margin:0 auto; }



.sub_location{ width:100%; max-width:1200px; height:60px; font-size: 0; background:#fff; margin:0 auto;}
.sub_location > div{font-size: 0;}
.sub_location > div .cen{ float:left; width:60px; height:60px; line-height:60px; text-align:center; border-left: 1px solid #ddd; border-right: 1px solid #ddd;}
.sub_location > div .cen i{ color:#000; font-size:1.2em;}
.sub_location ul{/* width:100%; *//* max-width:1200px; */padding:0;margin:0;display: inline-block;min-width: 180px;border-right: 1px solid #ddd;vertical-align: top;box-sizing:border-box;}
.sub_location ul:first-child{ border-left: 1px solid #ddd; }
.sub_location ul li{position: relative; width:100%;}
.sub_location ul li span{display: block;padding: 0 30px 0 15px;margin-right: 10px;line-height: 60px;font-size:1.2em;color: #000;}
.sub_location ul.dep1 > li > ul{display: none !important;}
.sub_location ul.on li span{}
.sub_location ul li a{width:100%; display: block; padding: 8px 15px; color: #000; }
.sub_location ul li a:hover{color: #000; background:#ddd;box-sizing:border-box;}
.sub_location ul > ul{display: none;position: absolute;top:60px;left: -1px;padding: 0px 0;background:#fff;border: 1px solid #ddd;border-top:none;z-index:999998;width:calc(100% + 2px) !important;}

.sub_location ul.dep2 li span{color: #476ba0; font-weight:500;}
.sub_location ul.dep2 ul{display: none;width: 100%;background: #fff;border-left: 1px solid #ddd;border-bottom: 1px solid #ddd;border-right: 1px solid #ddd;}
.sub_location ul.dep2 li span{display: block;padding: 0 44px 0 15px;margin-right: 10px;line-height: 60px;font-size: 1.1em;color: #000;background: url('../image/icnLocaArr.png') right no-repeat;cursor: pointer;font-weight: normal;}


#sub_tit {position:absolute;width:100%;max-width:1200px;margin:0px auto;top: 204px;left:50%;margin-left:-600px;border:0px solid red;}
#sub_tit .path {position:absolute;top: 225px;right:0;}
#sub_tit .path li {float: left;text-align:center;font-size:0.9em;padding: 0 8px 0 12px;margin:0;color: #777;background: url('../image/ico_path.gif') no-repeat left center;}
#sub_tit .path li a span.ic-home {padding: 0;cursor: pointer;}
#sub_tit .path li a span.ic-home i { background: url('../image/icon_home.png')no-repeat left center; display:inline-block; width:11px; height:11px;}
#sub_tit .path li:first-child { background:none;}
#sub_tit .path li:last-child {color: #777;font-weight:500;}
#sub_tit .title{position:relative;padding-bottom:10px;font-size: 2.8em;color:#fff;text-align:center;text-transform:uppercase;} /*대문자로*/
#sub_tit .title:after{display:block;content:"";width:5%;height:3px;margin: 0px auto;background:#fff;}
#sub_tit .normal_txt{display:none; margin:0px 0; font-size:1.2em; color:#fff; text-transform:uppercase; text-align:center; line-height:1.6; word-break: keep-all; font-family: 'Noto Sans KR', sans-serif;}
#sub_tit .normal_txt .color1{color:#fd7701;}



.scontents{width:100%;max-width:1200px;height:100%;margin:0px auto;padding: 35px 0 90px 0;background:none;}
.scontents:after{ content:""; display:block; clear:both;}
.scontents .bg_vline {display: none;width:1px;height:40px;background: url('../image/bg_vline.gif') no-repeat center;margin:0px auto;}
.scontents h3.title {  font-size: 2.5em;  text-align: center; margin-top:20px;}
.scontents .eng {display:block;text-align:center;font-size: 2.5em;font-weight:500;margin: 20px 0;}
.scontents .eng em { color: #476ba0; font-style: normal;}
.scontents .stitle {font-size:1.2em;line-height:1.5em;text-align:center;color:#333;margin: 10px 0 60px 0;}
.scontents .summary{font-size:1.2em;line-height:1.5em;/* text-align:center; */color:#333;margin: 10px 0 60px 0;font-weight: 300;}


.tbl{width:100%; border-top:1px solid #333; border-collapse:collapse;}
.tbl th{width:30%; background-color:#f2f2f2; border-bottom:1px solid #ccc; padding:5px 0; font-size:0.9em; font-weight:normal;  color:#000; text-align:center;}
.tbl td{width:70%; border-bottom:1px solid #ccc; padding:5px 0; text-indent:10px; font-size:0.9em;}



.tba{width:100%; border-top:1px solid #333; border-collapse:collapse; background-color:#fff;}
.tba th{width:35%; background-color:#f2f2f2; border-bottom:1px solid #ccc; padding:6px 0; font-size:0.9em; font-weight:normal;  color:#000; text-align:center;}
.tba td{width:65%; border-bottom:1px solid #ccc; padding:6px 0; text-indent:10px; font-size:0.9em;}



.policy_box{border:1px solid #ddd; padding:10px; height:160px; overflow:auto;}

/* LAYOUT */
.text-center{text-align:center}
.text-right{text-align:right}
.text-left{text-align:left}
.p-0{padding:0 !important}

/* 버튼 */
.btn-area{display: flex;justify-content: center;align-items: center;margin: 10px 0;}
.btn-default{display: flex;justify-content: center;align-items: center;background: #294e9d;color: #fff;font-size: 18px;padding: 7px 25px 10px;}
.btn-default:hover{opacity:0.7}
.sub-tit{padding:20px 0}
.sub-tit h5{font-size: 1.3em;color: #20428a;font-weight: 400;line-height: 30px;}
.sub-tit h5:before{content:'';display:inline-block;width: 18px;height: 18px;margin-top: -1px;margin-right: 5px;background: url('/theme/istechinc/html/image/ico_point.png') no-repeat center;vertical-align: middle;}

/* 반응형 중간기기 1300px 사이즈 이하*/
@media all and (max-width:1300px){	


	#main_visual .sliderkit-text{height:160px; margin-top:-60px;}
	#main_visual .sliderkit-text h1.lviewa{font-size:2.5em;}
	#main_visual .sliderkit-text h1.sviewa{font-size:1.2em;}
	#main_visual .sliderkit-text div span{font-size:0.95em;}

	#business_wrap .business_list {width:100%;margin: 10px auto;/* overflow:hidden; */}
	#business_wrap .business_list li {width: 50%;}
	#business_wrap .business_list .company{width: 100%;min-height: 310px;background: #f7f7f7;padding: 65px 50px 55px;margin-top: 3%;}
	#business_wrap .business_list .company h1{font-size: 26px;color: #000;font-weight: bold;margin-bottom: 25px;}
	#business_wrap .business_list .company h3{font-size: 18px;color: #333;}
	#business_wrap .business_list .company p{width: 490px;font-size: 16px;line-height: 25px;color: #454444;font-weight: 300;}
	#m_bnr{padding:30px}
}

/* 반응형 중간기기 1200px 사이즈 이하*/
@media all and (max-width:1200px){

	.scontents{width: 94%;}
	#container {margin-top:0px;}
	#lnb .lnb_wrap > ul > li > a{padding:0 20px}
	.wrap_box{width:98%;}
	#sub_tit{left:0; margin-left:0;}
	#business_wrap .business_list .company{width: 100%;min-height: 300px;background: #f7f7f7;padding: 55px 53px 40px;margin-top: 30px;}
	#business_wrap .business_list .company h1{font-size: 24px;color: #000;font-weight: bold;margin-bottom: 30px;}
	#business_wrap .business_list .company h3{font-size: 18px;color: #333;}
	#business_wrap .business_list .company p{width: 490px;font-size: 14px;line-height: 25px;color: #454444;font-weight: 300;}


	#backtotop{display:none !important;}
}

@media all and (max-width:1170px){
	#business_wrap .business_list li .hover_area{padding-top:25%;}
	#business_wrap .business_list .company{width: 100%;min-height: 300px;background: #f7f7f7;padding: 60px 50px 50px;margin-top: 30px;}
	#business_wrap .business_list .company h1{font-size: 26px;color: #000;font-weight: bold;margin-bottom: 20px;}
	#business_wrap .business_list .company h3{font-size: 18px;color: #333;}
	#business_wrap .business_list .company p{width: 490px;font-size: 15px;line-height: 25px;color: #454444;font-weight: 300;}

}

/* 반응형 중간기기 1100px 사이즈 이하*/
@media all and (max-width:1100px){
	
	#mobile_header{display:block; min-width:320px; }
	#header_wrap, #gnb_wrap, #gnb_area {display:none;}

	.lview{display:none;}
	.sview{display:block;}
	#business_wrap .business_list .company{width: 100%;min-height: 280px;background: #f7f7f7;padding: 50px 40px 30px;margin-top: 30px;}
	#business_wrap .business_list .company h1{font-size: 24px;color: #000;font-weight: bold;margin-bottom: 30px;}
	#business_wrap .business_list .company h3{font-size: 18px;color: #333;}
	#business_wrap .business_list .company p{width: 90%;font-size: 14px;line-height: 22px;color: #454444;font-weight: 300;}

	
	#main_visual .swiper-slide{width:100%; height:auto;}
	#main_visual .swiper-slide div.backgroundimg{height:auto; }
	#main_visual .sliderkit-text{height:150px; margin-top:-70px;}
	#main_visual .sliderkit-text h1.lviewa{font-size:1.5em;}
	#main_visual .sliderkit-text h1.sviewa{font-size:0.95em;}
	#main_visual .sliderkit-text div span{ height:34px; line-height:34px;}
	#main_visual .sliderkit-text div span h2{ line-height:34px; font-size:1em;}

	
	#business_wrap .business_list:after{ content:""; display:block; clear:both; }
	#business_wrap .business_list li {width: 50%;margin-left:0%;cursor:pointer;border-right:1px solid #fff;box-sizing:border-box;}
	#business_wrap .business_list li:last-child{border-right:0px;}
	#business_wrap .business_list li img {border-radius:0px;}
	#business_wrap .business_list li .hover_area{padding-top:20%; border-radius:0;}
	#business_wrap .business_list li .hover_area b{font-size:25px; margin-top:10px;}
	#business_wrap .business_list li:hover .hover_area {padding-top:15%; border-radius:0;}
	#business_wrap .business_list li .hover_area p{font-size:0.9em;}
	#business_wrap .business_list li a{margin-top:20px; height:25px; line-height:25px;}

	
	#pro_wrap {padding:30px 0px; margin-top:0px;}		

	
	#comm_wrap .board_area{min-width:320px; height:100%;}	
	#comm_wrap .board_area .dleft{ width:100%;  padding-top:20px;}
	#comm_wrap .board_area .dright{width:100%; }
	#comm_wrap .board_area div.board_box{width:90%; margin:0px auto;}
	#comm_wrap .notice_area {width:100%; margin-top:20px;}


	#m_bnr {min-width:320px;margin: 0px auto 20px;padding:0;}
	#m_bnr ul{display:flex;width: 80%;padding: 5px 10px;flex-direction: row;margin: 0 auto;}
	#m_bnr li {width: 20%;height: auto;padding:0;margin:0;border:none;text-align: center;}
	#m_bnr li div { width:100%; margin:10px 0px 0px 0;}
	#m_bnr li div i { vertical-align:top; background:none;}
	#m_bnr li .txt_tit {display:block; width:100%; color:#fff; font-size:1.3em; text-align:center; padding:0 0 20px 0;}
	#m_bnr li .txt_list {text-align:center; color:#fff; padding-bottom:20px; font-size:0.8em;}
	#m_bnr li:hover i{background:none; color:#fff !important;}
	#m_bnr li img{display:block;width: 50%;height: auto;margin: 0 auto;}


	#footer{min-width:320px;padding-left: 20px;padding-bottom:30px;text-align:center;}
	#footer .copyright{width:100%; padding:0 30px; }
	#footer .copyright p{text-align: left;}
	#footer .cs_area {display:none;}


	#backtotop{right:15px;}


	#sub_visual{margin-top:0px;}
	

	.sub_location > div .cen{ display:none;}
	.sub_location ul{width:50%;}
	.sub_location ul:first-child{border-left:0px; }
	.sub_location ul.dep2{border-right:0px;}


	#sub_tit {top:140px; margin:0px auto; padding:0; left:0%; margin-left:0px; background:none;}
	#sub_tit .path { display:none; }
	#sub_tit .title{ font-size:2em; }
	#sub_tit .title:after{display:block; content:""; width:20%; height:3px; background:#fff; margin:10px auto; }
	#sub_tit .normal_txt{font-size:1.2em;  color:#fff;  text-transform:uppercase; text-align:center; line-height:1.6; word-break: keep-all; text-shadow: 0px 1px 4px #333; font-family: 'Noto Sans KR', sans-serif;}
	#sub_tit .normal_txt .color1{color:#fd7701;}

	.visual_area {background-position:center top; background-size:cover !important;}

}

@media screen and (max-width: 960px) {
	#business_wrap .business_list li:hover .hover_area {padding-top:12%;}
	#m_bnr li img{display:block;width: 50%;height: auto;margin: 0 auto;}
}

@media screen and (max-width: 880px) {		
	#business_wrap .business_list li .hover_area{padding-top:15%; border-radius:0;}
	#business_wrap .business_list li .hover_area p{display:none;}
	#business_wrap .business_list li:hover .hover_area {padding-top:18%;}
	#business_wrap .business_list li .hover_area b{font-size:20px; margin-top:10px;}

	#pro_tab .pro_list > ul > li > a > p {font-size:1.1em;}
	#pro_tab .pro_list > ul > li > a > div.text {font-size:1em;}
	#business_wrap .business_list .company{width: 100%;min-height: 28.125rem;background: #f7f7f7;padding: 100px 60px 70px;margin-top: 30px;}
	#business_wrap .business_list .company h1{font-size: 30px;color: #000;font-weight: bold;margin-bottom: 30px;}
	#business_wrap .business_list .company h3{font-size: 22px;color: #333;}
	#business_wrap .business_list .company p{width: 490px;font-size: 18px;line-height: 25px;color: #454444;font-weight: 300;}
	#m_bnr li img{display:block;width: auto;height: auto;margin: 0 auto;}
}

/* 반응형 중간기기 768사이즈 이하 */
@media screen and (max-width: 768px) {			

	.mview{display:block;}
	
	#main_visual .swiper-slide .backgroundimg .mobile_only{display:block;}
	#main_visual .swiper-slide .backgroundimg .pc_only{display:none;}
	.swiper-button-next, .swiper-button-prev{display:none !important;}
	.swiper-pagination-bullet{width: 10px !important;height: 10px !important;}
	.sub_location{width:100%;height: 50px;font-size: 0;background:#fff;margin:0 auto;}
	.sub_location > div{font-size: 0;}
	.sub_location > div .cen{ float:left; width:60px; height:60px; line-height:60px; text-align:center; border-left: 1px solid #ddd; border-right: 1px solid #ddd;}
	.sub_location > div .cen i{ color:#000; font-size:1.2em;}
	.sub_location ul{/* width:100%; *//* max-width:1200px; */padding:0;margin:0;display: inline-block;min-width: 179px;border-right: 1px solid #ddd;vertical-align: top;box-sizing:border-box;}
	.sub_location ul:first-child{ border-left: 1px solid #ddd; }
	.sub_location ul li{position: relative;display: flex;width:100%;height: 50px;flex-direction: column;flex-wrap: nowrap;align-content: center;justify-content: space-evenly;}
	.sub_location ul li span{padding: 0 20px 0 10px;margin-right: 10px;font-size: 1.1em;color: #000;/* background: url('../image/icnLocaArr.png') right no-repeat; */cursor: pointer;}
	.sub_location ul.dep2.on li span{background: url('../image/icnLocaArr1.png') right no-repeat;}
	.sub_location ul li a{width:100%;padding: 8px 15px;color: #000;}
	.sub_location ul li a:hover{color: #000; background:#ddd;box-sizing:border-box;}
	.sub_location ul ul{display: none;position: absolute;top: 50px;left: -1px;padding: 0px 0;background:#fff;border: 1px solid #ddd;border-top:none;z-index:999998;width:calc(100% + 2px) !important;}
	.sub_location ul.on li ul{display: block;}
	.sub_location ul.dep2 li span{/* display: inline-block; */color: #476ba0;font-weight:500;line-height: 16px;/* height: 50px; *//* vertical-align: middle; */}
	.sub_location ul.dep2 ul{width:180px;}
	.scontents .stitle {font-size:1.2em;line-height:1.5em;text-align:center;color:#333;margin: 10px 0 60px 0;}
	.scontents .summary{font-size: 1em;line-height:1.5em;/* text-align:center; */color:#333;margin: 10px 0 30px 0;font-weight: 300;}
	#m_bnr li img{display:block;width: 70%;height: auto;margin: 0 auto;}
	#footer{ min-width:320px; padding-bottom:30px; text-align:center;}
	#footer .copyright{width:100%; padding: 0 20px; }
	#footer .copyright p{ text-align:center;}
	#footer .cs_area {display:none;}
	#footer .copyright p.pc_only{display:none}
	#footer .copy_area{padding-top:20px}
    #footer .copyright p.mobile_only{display:block;margin: 0;text-align: left;}
    #footer .copyright p span:nth-child(3):after{content:'';display:inline-block;margin-left: 10px;}
    #footer .copyright p span:nth-child(6):after{content:'';display:inline-block;margin-left: 10px;}
    #footer .copyright p span:nth-child(8):after{content:'';display:inline-block;margin-left: 10px;}
	#footer .f-logo{position:relative;top: 0;margin-bottom: 10px;}
	#footer .f-logo img{display:inline-block;width: 37%;max-width: 152px;}
	#footer .copyright p span:nth-child(9){font-size: 1em;}
	#business_wrap .business_list ul{display: flex;flex-direction: column;}
	#business_wrap .business_list ul li{}
	#business_wrap .business_list .company{padding: 20px;min-height: 150px;margin-top: 0;}
	#business_wrap .business_list .company h3{font-size:15px}
	#business_wrap .business_list .company h1{font-size:20px;margin-bottom: 10px;}
	#business_wrap .business_list .company p{width: 100%;font-size: 14px;line-height: 18px;}
	#business_wrap{height:auto;min-width:320px;padding:0;margin-top: 10px;}
	#business_wrap .business_list {width:95%;margin: 20px auto;}
	#business_wrap .business_list li {width:100%;/* height:140px; */margin-left:0px;margin-bottom:20px;overflow:hidden;}
	#business_wrap .business_list li img { display:block; width:100%; border-top-left-radius:0px; border-bottom-right-radius:0px;}
	#business_wrap .business_list li .hover_area {padding-top:30px; border-top-left-radius:0px; border-bottom-right-radius:0px;}
	#business_wrap .business_list li .hover_area b{padding-top:0px; font-size:20px;}
	#business_wrap .business_list li .hover_area b:before {height:52px; opacity:0 !important;}	
	#business_wrap .business_list li .hover_area a{opacity:1; margin-top:15px; }
	#business_wrap .business_list li .hover_area p{display:none; opacity:0 !important;}
	#business_wrap .business_list li:hover .hover_area { padding-top:30px; }
	#business_wrap .business_list .company{width: 100%;min-height: 200px;background: #f7f7f7;padding: 25px 20px 20px;margin-top: 0px;}
	#business_wrap .business_list .company h1{font-size: 20px;color: #000;font-weight: bold;margin-bottom: 16px;}
	#business_wrap .business_list .company h3{font-size: 15px;color: #333;}
	#business_wrap .business_list .company p{width: 100%;font-size: 13px;line-height: 21px;color: #454444;font-weight: 300;}

	#pro_tab{margin-bottom:0px;}
	#pro_tab .pro_list ul li{width:48%;}
	#pro_tab .tab { width:95%; margin:20px auto;}
	#pro_tab .tab li{width:48%; margin-right:1%; margin-left:1%; margin-bottom:1.5%;}
	#pro_tab .tab li:last-child {margin-left:1%; margin-right:1%;}
	#pro_tab .tab li.all { width:48%; margin-right:1%; margin-left:1%; margin-bottom:1.5%;}
	#pro_tab .pro_list{width:95%; margin:0 auto;}
	#pro_area .pro_tit span {font-size:1em; color:#777;  padding:0 70px; }
	#pro_tab .pro_list > ul > li > a > p{font-size:1.2em;}
	#pro_area .pro_tit p{font-size:1.5em;}

	#sub_tit .path { display:none;}
	.sub_location > div .cen{ display:none;}
	.sub_location ul{width:50%;}
	.sub_location ul:first-child{border-left:0px; }
	.sub_location ul.dep2{border-right:0px;}


	.scontents{padding: 20px 0px;margin-bottom: 30px;}
	.scontents .stitle { margin-bottom:30px; }	

	/* 버튼 */
	.btn-area{display: flex;justify-content: center;align-items: center;margin: 10px 0 20px;}
	.btn-default{display: flex;justify-content: center;align-items: center;background: #294e9d;color: #fff;font-size: 0.9rem;padding: 5px 25px 6px;}
	.btn-default:hover{opacity:0.7}
	.sub-tit{padding:20px 0}
	.sub-tit h5{font-size: 1.3em;color: #20428a;font-weight: 400;line-height: 30px;}
	.sub-tit h5:before{content:'';display:inline-block;width: 18px;height: 18px;margin-top: -1px;margin-right: 5px;background: url('/theme/istechinc/html/image/ico_point.png') no-repeat center;vertical-align: middle;}

	
	.visual_area {background-position:center top; background-size:cover !important;}
}




/* 반응형 작은기기 480사이즈 이하 */
@media screen and (max-width: 480px) {	
	
	body,td,h1,h2,h3,h4,h5,div,p,li,ul,ol,dd,dt,section,input,textarea,select,button{font-size:13px;}
	

	
	#comm_wrap .notice_area li a{display:block; width:75%;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden; }
	#comm_wrap .notice_area .tab{height:40px;}
	#comm_wrap .notice_area .tab li{height:40px; line-height:40px;}
	#comm_wrap .notice_area .tab li a{height:40px; line-height:40px; font-size:1.2em;}
	#comm_wrap .notice_area .more{top:5px;}

	#m_bnr li .txt_tit {font-size:1.2em; }
	#m_bnr li .txt_list {display:none;}	
	#m_bnr li img{display:block;width: 70%;height: auto;margin: 0 auto;}

	#online .online_con { width:100%; height:250px; background-size:100% 250px;}
	#online .online_con div.blind { width:100%;  height:250px; }
	#online .online_area { padding:60px 0px 0px 0px;}
	#online .online_area p{ font-size:1.5em; }
	#online .online_area span{ padding-bottom:0px; font-size:1em;}


	#footer .copyright span{font-size:1em;}
	#footer .copyright p{font-size:0.8em;}


	#sub_visual{height:210px; }
	#sub_visual .backgroundimg{height:210px; }
	#sub_visual .visual_area {height:210px; background-position:center top; background-size:cover !important;}

	
	#sub_tit {top:95px; background:none; margin:30px auto;}
	#sub_tit .title{  font-size:2em;  } 
	#sub_tit .normal_txt{font-size:1em;}
	.scontents .eng {font-size: 1.7em;margin: 15px 0;letter-spacing: -1px;}
	.scontents .stitle { font-size:1em;  }

	.g_map {width:100%; height:300px; overflow:hidden;}
	

	.q-menu{ display:none;}	

}



/* 반응형 작은기기 360사이즈 이하 */
@media screen and (max-width: 360px) {	

	
}

























