@import url('basic.css');
/*기본세팅*/
@import url('common.css');
/*공통 레이아웃 세팅*/
@import url('others.css');
/*플러그인*/
body {
 overflow-x:hidden;
}
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 60px;
  right: 10px;
  overflow: hidden;
  width: 55px;
  height: 55px;
  border: none;
  text-indent: 100%;
  background: url(../images/sub/btn_up.png) no-repeat left top;
  z-index: 99;
}
#toTopHover {
  background: url(../images/sub/btn_up.png) no-repeat left -40px;
  width: 62px;
  height: 62px;
  display: block;
  overflow: hidden;
  float: left;
}
#toTop:active,
#toTop:focus {
  outline: none;
}
.visual_wrap .bx-wrapper .bx-controls-direction a {
  width: 72px;
  height: 92px;
  margin-top: -46px;
}
.visual_wrap .bx-wrapper .bx-pager.bx-default-pager a {
  background: #bdbdbd;
  width: 13px;
  height: 13px;
}
.visual_wrap .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #333;
  width: 53px;
  height: 13px;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -65px;
  width: 130px;
}
.visual_wrap .bx-wrapper .bx-pager {
  bottom: 25px;
}
.visual_wrap .bx-wrapper .bx-prev {
  background-size: cover;
}
.visual_wrap .bx-wrapper .bx-controls-direction a {
  width: 21px;
  height: 39px;
}
.visual_wrap .bx-wrapper .bx-controls-direction .bx-next {
  right: 10px;
}
.products-box .bx-wrapper {
  max-width: 100% !important;
  padding: 0 100px;
}
.products-box .bx-wrapper img {
  display: inline-block;
}
.products-box .bx-wrapper .bx-controls-direction a {
  z-index: 9;
}
.products-box .bx-wrapper .bx-prev {
  background: url(../images/slider/btn_left.png) no-repeat center;
  background-size: cover;
}
.products-box .bx-wrapper .bx-next {
  background: url(../images/slider/btn_right.png) no-repeat center;
  background-size: cover;
  right:55px;
}
.products-box .bx-wrapper .bx-controls-direction a {
  width: 21px;
  height: 39px;
  margin-top: -100px;
}
/*메인 */
.top_box .logo_wrap {
  position: relative;
}
.top_box .logo_wrap .logo_box {
  padding: 25px 0;
  width: 100%;
  text-align: center;
}
.top_box .logo_wrap .blog_box {
  position: absolute;
  left: 0;
  top: 20px;
}
.top_box .logo_wrap .blog_box li {
  float: left;
  margin-right: 10px;
  padding-top: 10px;
}
.top_box .logo_wrap .login {
  position: absolute;
  right: 0px;
  top: 27px;
}
.top_box .logo_wrap .login li {
  font-size: 13px;
  float: left;
  margin-left: 20px;
}
.top_box .logo_wrap .login li a {
  margin-bottom: 5px;
  display: block;
  text-align: center;
}
.top_box .logo_wrap .login li a p {
  margin-top: 10px;
}
/* 메인부분 */
.home {
  width: 100%;
  position: relative;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height:100%;
}
.nav-rightbox {
  float: right;
  margin-right: 20px;
  padding-top: 20px;
}
.nav-rightbox ul li {
  float: left;
  margin-left: 30px;
}
.nav-rightbox ul li:first-child {
  margin-left: 0;
}
.nav-rightbox ul li a {
  display: block;
}
.logo {
  float: left;
  padding-top: 13px;
  margin-right: 80px;
  margin-left: 20px;
}
.gnb_wrap {
  height: 63px;
  border-top: solid 1px #dddddd;
}
.gnb_wrap .gnb_box {
  float: left;
  position: relative;
  width: 60%;
}
.gnb_wrap .gnb_box > ul {
  display: inline-block;
}
.gnb_wrap .depth01 {
  position: relative;
  float: left;
}
.gnb_wrap .depth01 > a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #333;
  padding: 18px 30px;
  text-decoration: none;
  font-weight: 500;
}
.gnb_wrap .depth01 > a:hover,
.gnb_wrap .depth01 > a:focus,
.gnb_wrap .depth01 > a.active {
  color: #1c5cb0;
}
.gnb_wrap .depth01 .depth02_box {
  display: none;
  position: absolute;
  top: 76px;
  left: 28px;
  width: 100%;
  text-align: left;
  height: 200px;
  z-index: 100;
}
.gnb_wrap .depth01 .depth02_box li {
  float: none;
  margin: 0;
  padding: 0;
}
.gnb_wrap .depth01 .depth02_box li .active {
  color: #ae222a;
  display: block;
}
.gnb_wrap .depth01 .depth02_box li a {
  display: block;
  padding: 7px 0 7px 10px;
  font-size: 14px;
  font-weight: 300;
  color: #333;
  text-align: left;
  position: relative;
}
.gnb_wrap .depth01 .depth02_box li a:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 2px;
  background: #858585;
  top: 17px;
  left: 2px;
}
.gnb_wrap .depth01 .depth02_box li a.last-a {
  padding: 7px 4px 7px 12px;
}
.gnb_wrap .depth01 .depth02_box li a.last-a:before {
  left: 4px;
}
.gnb_wrap .depth01 .depth02_box li a:hover,
.gnb_wrap .depth01 .depth02_box li a:focus {
  text-decoration: underline !important;
}
.gnb_wrap .depth01 .depth02_box li .depth03 a {
  font-size: 13px;
  color: #777;
}
.board-search-01 .select-type-01 {
  width: 110px;
  margin-right: 10px;
}
.board-search-01 .btn-color-01 {
  width: 96px;
  margin-left: 10px;
}
select {
  -webkit-appearance: none;
  /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none;
  background: url(../images/sub/select-icon.png) no-repeat 95% 50%;
  /* 화살표 모양의 이미지 */
}
/* IE 10, 11의 네이티브 화살표 숨기기 */
select::-ms-expand {
  display: none;
}
.sitemap_bg {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  display: none;
  position: absolute;
  width: 1200px;
  height: 230px;
  top: 60px;
  left: -1px;
  border: solid 1px #ddd;
  background: #fff url(../images/main/nav-bg.png) no-repeat right bottom;
  z-index: 40;
}
.sitemap_bg .site-ul-box {
  padding-left: 320px;
}
.sitemap_bg ul {
  float: left;
  text-align: left;
  padding: 15px 0 10px 0;
  height: 230px;
  font-size: 14px;
  width: 118.9px;
}
.sitemap_bg ul li a {
  font-weight: 300;
  display: block;
  padding: 7px 0 7px 10px;
  font-size: 14px;
  color: #333;
  text-align: left;
  position: relative;
}
.sitemap_bg ul li a:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 2px;
  background: #858585;
  top: 17px;
  left: 2px;
}
.sitemap_bg ul li a.last-a {
  padding: 7px 4px 7px 12px;
}
.sitemap_bg ul li a.last-a:before {
  left: 4px;
}
.sitemap_bg ul li a:hover,
.sitemap_bg ul li a:focus {
  text-decoration: underline !important;
}
.nav_btn_box {
  display: none;
  float: left;
  width: 30px;
  margin: 10px 0 0 0;
}
.m_logo {
  display: none;
  text-align: center;
  padding-top: 10px;
}
.nav_bg_pc {
    border: solid 1px #ddd;
    border-top: solid 1px #fff;
    display: none;
    position: absolute;
    width: 100%;
    left: -1px;
    height: 230px;
    top: 65px;
    background: #fff url(../images/main/nav-bg.png) no-repeat right bottom;
    z-index: 30;
}
.home {
  position: relative;
}
.visual1 .txt01 {
  position: absolute;
  z-index: 9;
  top: 200px;
  left: 50%;
  margin-left: -260px;
}
.visual1 .txt02 {
  position: absolute;
  z-index: 9;
  top: 200px;
  right: 50%;
  margin-right: -590px;
}
.visual1 .txt05 {
  position: absolute;
  z-index: 9;
  bottom: 250px;
  right: 50%;
  margin-right: -400px;
}
.visual1 .txt04 {
  position: absolute;
  z-index: 9;
  bottom: 400px;
  left: 50%;
  margin-left: -400px;
}
.visual1 .txt03 {
  position: absolute;
  z-index: 9;
  bottom: 420px;
  right: 50%;
  margin-right: -250px;
}
.visual2 .txt1 {
  position: absolute;
  z-index: 9;
  left: 50%;
  margin-left: -540px;
  top: 200px;
}
.visual2 .txt2 {
  position: absolute;
  z-index: 9;
  left: 50%;
  margin-left: -506px;
  top: 400px;
}
.visual2 .txt3 {
  position: absolute;
  z-index: 9;
  left: 50%;
  margin-left: 122px;
  bottom: 178px;
}
.visual3 .txt1 {
  position: absolute;
  z-index: 9;
  left: 50%;
  margin-left: -326px;
  top: 195px;
}
.visual3 .txt2 {
  position: absolute;
  z-index: 9;
  left: 50%;
  margin-left: -500px;
  top: 420px;
}
.visual3 .txt3 {
  position: absolute;
  z-index: 9;
  left: 50%;
  margin-left: 110px;
  bottom: 160px;
}
.btn1 {
  position: fixed;
  right: 80px;
  top: 50%;
  z-index: 10000;
}
.btn1 a {
  position: relative;
  display: block;
}
.btn1 .visual-btn1 {
  margin-bottom: 22px;
}
.btn1 .visual-btn {
  height: 12px;
  overflow: hidden;
}
.visual {
  position: relative;
  overflow: hidden;
}
.visual #slider1 .visual1 {
  position: relative;
  height: 892px;
  background: url(../images/main/visual-img1.png) no-repeat center;
}
.visual #slider1 .visual2 {
  position: relative;
  height: 892px;
  background: url(../images/main/visual-img2.png) no-repeat center;
}
.visual #slider1 .visual3 {
  position: relative;
  height: 892px;
  background: url(../images/main/visual-img3.png) no-repeat center;
}
#header {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  background:#fff;
  border-top:solid 1px #ddd;
  border-bottom:solid 1px #ddd;
  z-index: 10;
}
#header .gnb_wrap {
  border-top: none;
  background: #fff;
}
.section_wrap {
  text-align: center;
  font-size: 15px;
}
.section_wrap .noti-box {
  background: url(../images/main/notice_bg.png) no-repeat center;
}
.section_wrap .noti-box li {
  border-top: solid 1px #ddd;
}
.section_wrap .noti-box li:first-child {
  border-top: none;
}
.section_wrap .noti-box li a {
  display: block;
  padding: 15px 0;
}
.section_wrap .products-area {
  height: 900px;
  background: url(../images/main/main-conbg1.png) no-repeat center;
}
.section_wrap .products-area .products-box {
  color: #fff;
  padding: 150px 0 0 0;
}
.section_wrap .products-area .products-box .pro-title {
  margin-bottom: 50px;
}
.section_wrap .products-area .products-box .pro-title .main-title {
  font-size: 48px;
  font-weight: bold;
}
.section_wrap .products-area .products-box .pro-title .sub-title {
  font-size: 14px;
  color: #ccc;
}
.section_wrap .products-area .products-box #slider2 li a {
  font-weight: 300;
  color: #fff;
}
.section_wrap .products-area .products-box #slider2 li a .text-box {
  margin-top: 30px;
}
.section_wrap .products-area .products-box #slider2 li a .text-box .txt1 {
  font-size: 18px;
}
.section_wrap .products-area .products-box #slider2 li a .text-box .txt2 {
  font-size: 30px;
  font-weight: bold;
}
.section_wrap .products-area .products-box #slider2 li a .text-box .txt3 {
  font-size: 14px;
  color: #ccc;
}
.section_wrap .hanshin-area {
  height: 650px;
  background: url(../images/main/main-conbg2.png) no-repeat center;
}
.section_wrap .hanshin-area .hanshin-box {
  padding: 100px 0 0 0;
}
.section_wrap .hanshin-area .hanshin-box .main-title {
  position: relative;
  font-size: 48px;
  font-weight: 300;
  color: #999999;
}
.section_wrap .hanshin-area .hanshin-box .main-title span {
  margin-left: 10px;
  color: #333333;
  font-weight: 500;
}
.section_wrap .hanshin-area .hanshin-box .hanshin-list {
  position: relative;
  margin-top: 19px;
  margin-left: -1px;
}
.section_wrap .hanshin-area .hanshin-box .hanshin-list li {
  float: left;
  width: 300px;
}
.section_wrap .hanshin-area .hanshin-box .hanshin-list li a {
  font-weight: 400;
  text-align: left;
  padding: 77px 0 54.5px 40px;
  display: block;
}
.section_wrap .hanshin-area .hanshin-box .hanshin-list li a .list-title {
  font-size: 20px;
  color: #333333;
}
.section_wrap .hanshin-area .hanshin-box .hanshin-list li a .list-contxt {
  font-size: 14px;
  margin-top: 10px;
  color: #999999;
}
.section_wrap .hanshin-area .hanshin-box .hanshin-list li a .sub-go {
  margin-top: 30px;
}
.section_wrap .hanshin-area .hanshin-box .hanshin-list li a .sub-go .on-img {
  display: none;
}
.section_wrap .hanshin-area .hanshin-box .hanshin-list li.list-1 a {
  transition: background-color 0.1s, color 0.1s;
  font-weight: 300;
  background: #575757 url(../images/main/main-infoicon1.png) no-repeat right 50px bottom 35px;
}
.section_wrap .hanshin-area .hanshin-box .hanshin-list li.list-1 a .list-title {
  color: #fff;
}
.section_wrap .hanshin-area .hanshin-box .hanshin-list li.list-1 a .list-contxt {
  color: #ccc;
}
.section_wrap .hanshin-area .hanshin-box .hanshin-list li.list-1 a:hover,
.section_wrap .hanshin-area .hanshin-box .hanshin-list li.list-1 a:focus {
  background: #3e8ddc url(../images/main/main-infoicon1-on.png) no-repeat right 50px bottom 35px;
  color: #fff;
}
.section_wrap .hanshin-area .hanshin-box .hanshin-list li.list-2 {
  padding: 0;
  width: 301px;
}
.section_wrap .hanshin-area .hanshin-box .hanshin-list li.list-3 a {
  transition: background-color 0.1s, color 0.1s;
  padding: 56px 0 53px 20px;
  border: solid 1px #e7e6e6;
  border-left: none;
  background: #fff url(../images/main/main-infoicon2.png) no-repeat no-repeat right 50px bottom 35px;
}
.section_wrap .hanshin-area .hanshin-box .hanshin-list li.list-3 a:hover,
.section_wrap .hanshin-area .hanshin-box .hanshin-list li.list-3 a:focus {
  font-weight: 300;
  background: #3e8ddc url(../images/main/main-infoicon2.png) no-repeat no-repeat right 50px bottom 35px;
  color: #fff;
}
.section_wrap .hanshin-area .hanshin-box .hanshin-list li.list-3 a:hover .list-title,
.section_wrap .hanshin-area .hanshin-box .hanshin-list li.list-3 a:focus .list-title {
  color: #fff;
}
.section_wrap .hanshin-area .hanshin-box .hanshin-list li.list-3 a:hover .list-contxt,
.section_wrap .hanshin-area .hanshin-box .hanshin-list li.list-3 a:focus .list-contxt {
  color: #fff;
}
.section_wrap .hanshin-area .hanshin-box .hanshin-list li.list-3 a:hover .sub-go .off-img,
.section_wrap .hanshin-area .hanshin-box .hanshin-list li.list-3 a:focus .sub-go .off-img {
  display: none;
}
.section_wrap .hanshin-area .hanshin-box .hanshin-list li.list-3 a:hover .sub-go .on-img,
.section_wrap .hanshin-area .hanshin-box .hanshin-list li.list-3 a:focus .sub-go .on-img {
  display: block;
}
.section_wrap .hanshin-area .hanshin-box .hanshin-list li.list-4 a .sub-go{
	margin-top:50px;
}
.section_wrap .hanshin-area .hanshin-box .hanshin-list li.list-4 a  {
  transition: background-color 0.1s, color 0.1s;
  padding: 56px 0 54px 40px;
  border: solid 1px #e7e6e6;
  border-left: none;
  background: #fff url(../images/main/main-infoicon3.png) no-repeat no-repeat right 50px bottom 35px;
}
.section_wrap .hanshin-area .hanshin-box .hanshin-list li.list-4 a:hover,
.section_wrap .hanshin-area .hanshin-box .hanshin-list li.list-4 a:focus {
  font-weight: 300;
  background: #3e8ddc url(../images/main/main-infoicon3.png) no-repeat no-repeat right 50px bottom 35px;
}
.section_wrap .hanshin-area .hanshin-box .hanshin-list li.list-4 a:hover .list-title,
.section_wrap .hanshin-area .hanshin-box .hanshin-list li.list-4 a:focus .list-title {
  color: #fff;
}
.section_wrap .hanshin-area .hanshin-box .hanshin-list li.list-4 a:hover .list-contxt,
.section_wrap .hanshin-area .hanshin-box .hanshin-list li.list-4 a:focus .list-contxt {
  color: #fff;
}
.section_wrap .hanshin-area .hanshin-box .hanshin-list li.list-4 a:hover .sub-go .off-img,
.section_wrap .hanshin-area .hanshin-box .hanshin-list li.list-4 a:focus .sub-go .off-img {
  display: none;
}
.section_wrap .hanshin-area .hanshin-box .hanshin-list li.list-4 a:hover .sub-go .on-img,
.section_wrap .hanshin-area .hanshin-box .hanshin-list li.list-4 a:focus .sub-go .on-img {
  display: block;
}
.footer_wrapper .footer_wrap {
  text-align: center;
}
.footer_wrapper .footer_wrap .footer-top {
  padding: 25px 0;
  background: #2a2c32;
}
.footer_wrapper .footer_wrap .footer-top ul {
  width: 42%;
  margin: 0 auto;
}
.footer_wrapper .footer_wrap .footer-top ul li {
  float: left;
  margin-left: 15px;
}
.footer_wrapper .footer_wrap .footer-top ul li:first-child {
  margin-left: 0;
}
.footer_wrapper .footer_wrap .footer-top ul li a {
  color: #666666;
  font-size: 13px;
}
.footer_wrapper .footer_wrap .footer-bottom {
  padding: 30px 0;
  background: #18181d;
}
.footer_wrapper .footer_wrap .footer-bottom ul li {
  text-align: center;
  color: #666666;
  font-size: 13px;
  margin-top: 3px;
}
.footer_wrapper .footer_wrap .footer-bottom ul li:first-child {
  margin-top: 0;
}
.footer_wrapper .footer_wrap .footer-bottom ul li span {
  margin-left: 15px;
}
.footer_wrapper .footer_wrap .footer-bottom .copy {
  margin-top: 15px;
  font-size: 13px;
  color: #999999;
}
/*서브시작*/
.sub-con {
  padding: 0px 0 100px 0;
  text-align: center;
}
.sub-contents {
  margin-top: 1px;
  min-height: 800px;
}
.sub-name-box {
  position: relative;
}
.sub-name {
  text-align: center;
  color: #000;
  font-size: 43px;
}
.linemap_box {
  position: absolute;
  right: 0;
  bottom: 0;
}
.linemap_box ul li:first-child a {
  float: left;
  padding: 0 0 0 20px;
  display: block;
  background: url(../images/sub/home.png) no-repeat left 4px;
}
.linemap_box ul li a {
  color: #999999;
}
/*회사소개-ceo인사말*/
.sub-visual1 {
  position: relative;
  background: url(../images/sub/sub-visual.png) no-repeat center;
  padding: 197px 0 100px 0;
}
.sub-visual1.sub-visual2 {
  background: url(../images/sub/sub-visual2.png) no-repeat center;
}
.sub-visual1.sub-visual3 {
  background: url(../images/sub/sub-visual3.png) no-repeat center;
}
.sub-visual1.sub-visual4 {
  background: url(../images/sub/sub-visual4.png) no-repeat center;
}
.sub-visual1.sub-visual5 {
  background: url(../images/sub/sub-visual5.png) no-repeat center;
}
.sub-visual1 .sub-title {
  text-align: center;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}
.sub-menu ul{
	margin:0 auto;
}
.sub-menu{
  margin-bottom:40px;
}

.sub-menu.sub-menu2 ul{
  width:600px;
  
}
.sub-menu.sub-menu5 ul{
  width:200px;
  
}
.sub-menu.sub-menu3 ul{
  width:400px;
}
.sub-menu.sub-menu4 ul{
  width:1000px;
} 
.sub-menu li {
  float: left;
  width: 200px;
}
.sub-menu li a {
    display: block;
    text-align: center;
    border: solid 1px #ddd;
    margin-left: -1px;
    margin-top: -1px;
    font-size: 14px;
    color: #666;
    padding: 10px 0;
  transition: background-color 0.3s, color 0.3s;
}
.sub-menu li a:hover,
.sub-menu li a:focus,
.sub-menu li a.active {
  background: #3e8ddc;
  color: #fff;
  font-weight: 300;
  border: solid 1px #3e8ddc;
}
.ceo-box {
  background: url(../images/sub/ceo-bg.png) no-repeat left bottom -67px;
}
.ceo-box .ceo-txt {
  text-align: left;
  padding-left: 48%;
}
.ceo-box .ceo-txt span {
  font-weight: 500;
}
.ceo-box .ceo-txt .txt1 {
  font-size: 36px;
  color: #333333;
  font-weight: 300;
  line-height: 42px;
  letter-spacing: -3px;
}
.ceo-box .ceo-txt .txt2 {
  margin-top: 20px;
  font-size: 30px;
  color: #3e8ddc;
  font-weight: 300;
  line-height: 37px;
  letter-spacing: -2px;
}
.ceo-box .ceo-txt .txt3 {
  margin-top: 40px;
  color: #666;
  font-size: 15px;
  line-height: 27px;
  font-weight: 300;
}
/*회사연혁*/
.img-area {
  padding-top: 20px;
  float: left;
  margin-right: 40px;
  padding-left: 75px;
}
.y-area {
  float: left;
}
.y-area .y-box > li {
  margin-top: 23px;
}
.y-area .y-box > li:first-child {
  margin-top: 0;
}
.y-area .y-box > li .y-txt {
  text-align: left;
  margin-bottom: 20px;
  color: #3e8ddc;
  font-size: 48px;
  font-weight: 600;
  position: relative;
}
.y-area .y-box > li .y-txt .y-sub {
  position: absolute;
  top: 20px;
  display: inline-block;
  height: 10px;
  width: 7px;
  background: url(../images/sub/y-sub.png) no-repeat 0 0px;
}
.y-area .y-box > li .y-txt .small {
  font-size: 36px;
  display: inline-block;
  margin-left: 5px;
}
.y-area .y-box > li .y-list li {
  font-size: 15px;
  color: #666;
  margin-top: 10px;
}
.y-area .y-box > li .y-list li:first-child {
  margin-top: 0;
}
.y-area .y-box > li .y-list li .date {
  float: left;
}
.y-area .y-box > li .y-list li .date-t {
  text-align: left;
  float: left;
}
/*기구조직표*/
.blue1 {
  background: #2b60af;
}
.blue-pd {
  color: #fff;
  padding: 15px 0;
  font-size: 18px;
  text-align: center;
  width: 170px;
}
.line-h{
	line-height:1;
}
.blue2 {
  background: #51aac9;
  margin-bottom: 15px;
  display:table;
  height:60px;
}
.blue2 .inner{
	display:table-cell;
	vertical-align:middle;
}
.color-g {
  padding: 10px 0;
  background: #6e6e6e;
  font-size: 16px;
  width: 170px;
  text-align: center;
  color: #fff;
  margin-bottom: 3px;
}
.menu3-con {
  text-align: center;
  background: url(../images/sub/about3-bg.png) no-repeat center 23px;
}
.menu3-con .menu3-list {
  width: 90%;
  margin: 100px auto 0 auto;
}
.menu3-con .menu3-list li {
  float: left;
  margin-left: 80px;
}
.center {
  margin: 0 auto;
}
/*찾아오는길*/
.menu4-title {
  font-size: 30px;
  color: #3e8ddc;
  font-weight: 600;
  position:relative;
}
.menu4-title:before{
	content:'';
	background:url(../images/sub/map-icon1.png) no-repeat;
	position:absolute;
	width:49px;
	height:48px;
	top:-8px;
	left:50%;
	margin-left:-134px;
}
.menu4-title2:before{
	content:'';
	background:url(../images/sub/map-icon2.png) no-repeat;
	position:absolute;
	width:56px;
	height:48px;
	top:-8px;
	left:50%;
	margin-left:-115px;
}
.adress {
  margin-top: 30px;
  font-size: 15px;
}
.map {
  margin-top: 20px;
}
.map1{
	float:left;
	width:48%;
}
.map2{
	float:left;
	width:48%;
	margin-left:4%;
}
.mt {
  margin-top: 90px;
}
/*주요납품실적*/
.b-list.b-list2 li a img{
  width:300px;
  height:400px;
}
.b-list li {
  float: left;
  width: 25%;
}
.b-list li a {
  display: block;
  border: solid 1px #ddd;
  margin-left: -1px;
  margin-top: -1px;
}
.b-list li a img{
  width:300px;
  height:275px;	
}
.b-list li a .txt-area {
  font-size: 15px;
  color: #333;
  text-align: center;
  padding: 20px 0;
}
.num-box ul li a.active {
  background: #999;
  border: solid 1px #999;
  vertical-align: middle;
  width: 33px ;
  height: 33px;
}
.num-box ul li a {
  border: solid 1px #ddd;
  width: 33px;
  height: 33px;
}
.num-box ul li a.prev,
.num-box ul li a.next,
.num-box ul li a.prev-first,
.num-box ul li a.next-last {
  border: none;
  width: 35px;
  height: 35px;
}
.num-box ul li {
  margin-left: 2px;
}
.board-txt {
  margin-top: 10px;
  line-height: 30px;
  font-weight: 300;
}
.view-btn {
  margin-top: 50px;
  text-align: center;
}
.view-btn a {
  display: inline-block;
  background: #3e8ddc;
  color: #fff;
  font-size: 18px;
  padding: 10px 50px;
}
/*제품소개*/
/*주요생산품목*/
.move-area {
  height: 150px;
  background: #fff;
}
.intro-img {
  float: left;
  margin-right: 50px;
}
.intro-table {
  float: right;
  width: 50%;
}
.clean-noti-table-view td {
  padding: 15px 0;
}
.clean-noti-table-view td.td-pd {
  padding: 30px 0;
}
.clean-noti-table-view td.basic-td {
  padding: 10px 0;
}
.clean-noti-table-view td .pd-no {
  padding: 10px 0 ;
}
.clean-noti-table-view td .pd-no2 {
  padding: 0;
}
.prev_next_box {
  margin-top: 50px;
}
.prev_next_box li {
  float: left;
}
.prev_next_box li.li_01 {
  width: 10%;
}
.prev_next_box li.li_01 a {
  display: block;
  height: 48px;
  border: solid 1px #ddd;
  line-height: 48px;
  background: url(../images/sub/prev_btn.png) no-repeat center;
}
.prev_next_box li.li_02 {
  width: 40%;
  text-align: left;
}
.prev_next_box li.li_02 a {
  display: block;
  height: 48px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 48px;
  padding-left: 10px;
}
.prev_next_box li.li_03 {
  text-align: right;
  width: 40%;
}
.prev_next_box li.li_03 a {
  display: block;
  height: 48px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 48px;
  padding-right: 10px;
}
.prev_next_box li.li_04 {
  width: 10%;
}
.prev_next_box li.li_04 a {
  display: block;
  height: 48px;
  border: solid 1px #ddd;
  line-height: 48px;
  background: url(../images/sub/next_btn.png) no-repeat center;
}
/*제품보기*/

.tab-menu li {
  float: left;
  width: 16.666%;
}
.tab-menu li a {
	width:100%;
  display: table;
  height:64px;
  text-align: center;
  border: solid 1px #ddd;
  margin-left: -1px;
  margin-top: -1px;
  font-size: 14px;
  color: #666;
}
.tab-menu li a .inner{
	display:table-cell;
	vertical-align:middle;
}
.tab-menu li a.active {
  background: #3e8ddc;
  color: #fff;
}
.tab-title li {
  float: left;
}
.tab-title li a {
  display: block;
  border: solid 1px #ddd;
  margin-left: -1px;
  padding: 8px 109px;
}
.tab-title li a.active {
  background: #5b5b5b;
  color: #fff;
}
.tab-list li {
  padding: 40px 0;
  text-align: left;
}
.tab-area-box {
  border-bottom: solid 1px #ddd;
}
.b-txt a {
  display: block;
  padding-left: 40px;
  color: #3e8ddc;
  background: url(../images/sub/cadalog-icon.png) no-repeat left center;
}
/*고객센터*/
/*센터안내*/
.big-txt {
  font-size: 30px;
  color: #333;
}
.big-txt span {
  font-weight: 600;
  color: #3e8ddc;
}
.ad-title {
  color: #333;
  font-weight: 500;
  font-size: 15px;
}
.clean-noti-table {
  border-bottom: solid 1px #999;
}
.clean-noti-table td {
  padding: 15px 0;
}
.clean-noti-table tr:first-child td {
  border-top: solid 1px #999999;
}
/*보일러*/
.tab-box .tab li {
  float: left;
  width: 16.6666%;
}
.tab-box .tab li a {
  display: block;
  border: solid 1px #ddd;
  margin-left: -1px;
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
  color: #666;
}
.tab-box .tab li a.active {
  background: #3e8ddc;
  border: solid 1px #3e8ddc;
  color: #fff;
}

.qna .qna-header {
  padding: 15px 10px 15px 8%;
  background: url(../images/sub/q-off.png) no-repeat 4%;
}
.qna .qna-header.select {
  background: url(../images/sub/q-on.png) no-repeat 4%;
}
.qna .qna-header a {
  text-align: left;
  color: #666;
  padding-left: 2%;
  background: url(../images/sub/qna-down.png) no-repeat right center;
}
.qna .qna-header a.select {
  background: url(../images/sub/qna-up.png) no-repeat right center;
  color: #3e8ddc;
}
.qna .qna-body {
  padding: 30px 20px 30px 10%;
  color: #333;
  text-align: left;
  background: url(../images/sub/a.png) no-repeat 4% 35px;
}
/*modal*/
#glayLayer {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: black;
  opacity: 0;
}
#overLayer {
  padding: 0 50px;
  background: url(../images/sub/close.png) no-repeat right top;
  text-align: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
}
#overLayer img {
  vertical-align: middle;
}
.sub-con2{
	margin-top:30px;
}


/*2018.08.10 오현추가*/



i.pc {diplay: block;}

@media all and (max-width: 1024px) {i.pc {diplay: noen;}}

.hanshin_subcon { color: #000; text-align: center; }

.hanshin_subcon h2 { color: #000; font-size: 43px; text-align:center; margin-top: 20px; margin-bottom: 70px;}

.hanshin_subcon p { color: #666; text-align:center; font-size: 20px;}

.hanshin_subcon p span { color: #4d4c4c; font-weight: 600;}

.hanshin_out { width: 100%; margin-bottom: 150px; }

.hanshin_out .hanshin_in { width: 100%; height: 300px; box-sizing: border-box; padding: 40px; border-bottom: 1px solid #ddd; }

.hanshin_out .hanshin_in._3 { border-bottom: 0px none; }

.hanshin_out .hanshin_in .img_box { width: 35%; float: left; }

.hanshin_out .hanshin_in .txt_box { width: 65%; float: left; }

.hanshin_out .hanshin_in .txt_box h2 { font-size: 30px; color: #3e8ddc; margin-top: 25px; margin-bottom: 30px; }

.hanshin_out .hanshin_in .txt_box h2 span { font-weight: 600; }

.hanshin_out .hanshin_in .txt_box .bunho { width: 100%; height: 60px; line-height: 60px; margin-top: 25px; background-color: #f0f3f4; padding-left: 60px; box-sizing: border-box;}

.hanshin_out .hanshin_in .txt_box .bunho span { font-size: 20px; color: #1d1d1d; display:block; position:relative;}

.hanshin_out .hanshin_in .txt_box .bunho span:before {content: ''; display: inline-block; width: 30px; height: 30px; background-image: url(../images/sub/jungook.png); position:absolute; left:-40px; top:50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);}

.hanshin_out .hanshin_in .txt_box .bunho span a { font-size: 22px; font-weight: 600; color:#1d1d1d; padding-left: 10px;}
