@charset "utf-8";

/*** sub ***/
.subVisual {
   width: 100%;
   height: 380px;
   overflow: hidden;
}

.subVisual .subBg {
   width:100%;
   height:380px;
}

.subVisual .sub-bg-company {
   background: url(/Homepage/images/sub/sub_01_bg.png) 50% 50% no-repeat;
   background-size: cover;
}

.subVisual .sub-bg-login {
   background: url(/Homepage/images/sub/sub_01_bg.png) 50% 50% no-repeat;
   background-size: cover;
}

.subVisual .sub-bg-product {
   background: url(/Homepage/images/sub/sub_02_bg.png) 50% 50% no-repeat;
   background-size: cover;
}

.subVisual .sub-bg-business {
   background: url(/Homepage/images/sub/sub_03_bg.png) 50% 50% no-repeat;
   background-size: cover;
}

.subVisual .sub-bg-board {
   background: url(/Homepage/images/sub/sub_04_bg.png) 50% 50% no-repeat;
   background-size: cover;
}

.subVisual .sub-bg-customer {
   background: url(/Homepage/images/sub/sub_05_bg.png) 50% 50% no-repeat;
   background-size: cover;
}

.subVisual .sub-bg-location {
   background: url(/Homepage/images/sub/sub_05_bg.png) 50% 50% no-repeat;
   background-size: cover;
}

.subVisual > .subBg > ul {
   height: 380px;
   margin: 0 auto;
}

.subVisual .subText {
   text-align: center;
}
.subVisual .subText >.title {
   display: inline-block;
   color: #fff;
   font-size: 32px;
   font-weight: bold;
   margin-top: 200px;
}
.subVisual .subText > .sub-title {
   display: block;
   color: #e5e5e5;
   font-size: 17px;
   font-weight: bold;
   margin-top: 10px;
}
.subVisual .subText > span {
   display: block;
   color: #fff;
   font-size: 22px;
   margin-top: 6px;
   font-weight: normal;
}

.location {
   position: absolute;
   top: 325px;
   box-sizing: border-box;
   width: 100%;
   height: 56px;
   background: rgba(0,0,0,0.3);
   border-top: 1px solid rgba(255,255,255,0.1);
   z-index: 10;

}

.inner1100 {
   margin: 0 auto;
   position: relative;
   width: 1100px;
}

.location .sub_menu {
   position: relative;
   text-align: center;
}

.location .sub_menu > a {
   display: inline-block;
   box-sizing: border-box;
   width: 180px;
   height: 55px;
   line-height: 55px;
   font-size: 15px;
   font-weight: bold;
   color: #f5f5f5; 
   margin: 0px 2px;
   transition: all .2s ease;
   -webkit-transition: all .2s ease;
   -moz-transition: all .2s ease;
   -ms-transition: all .2s ease;
   -o-transition: all .2s ease;
}

.location .sub_menu > a:hover {
   background: #fff;
   color: #333; 
   font-weight: bold;
}


/*** sub ***/
.subContents {
   position: relative;
   width: 100%;
   margin: 0 auto;
   text-align: center;
}
.subCon {
   width: 100%;
   height: 100%;
   margin-bottom: 150px;
}
.subCon .subTitle2 {
   width: 100%;
   height: 180px;
   margin: 0 auto;
}
.subCon .subTitle2 > h2{
   color: #222;
   font-size: 34px;
   font-weight: bold;
   margin-top: 70px;
}
.subCon .subTitle2 > h2 > span {
   display: block;
   color: #ccc;
   font-size: 18px;
   margin-top: 0px;
}
.verLine {
   display: block;
   margin: 0 auto;
   width: 2px;
   height: 25px;
   background: #68c461;
   margin-top: 18px;
}



/*** ceo ***/
.ceo {
   margin: 0 auto;
}

.ceo_pic {
   text-align: center;
}

.ceo_pic .ceo_pic {
   display: block;
   margin: 0 auto;
}


/*** history ***/
.history_wrap{	
	width: 1100px;
	margin: 0 auto;
}

.history_wrap > .line {	
	display: block;
   width: 2px solid #eee;
}

.history {
   width: 980px;
   margin: 0 auto;
   text-align: left;
   background: url(/Homepage/images/bar_03.jpg) 8px 0 repeat-y;
}

.history .line {
   padding-top: 30px;
}

.history .year_img {
   display: inline-block;
   margin-right: 50px;
   vertical-align: top;
   margin-top: 10px;
}

.history_text_wrap {
   display: inline-block;
}

.history_text {
   display: inline-block;
   width: 910px;
   border-bottom: 1px dotted #ccc;
   padding-bottom: 30px;
}

.history_text .year{
   display: inline-block;
	color:#5c2e98;
	font-size:25px;
	font-weight:bold;
   vertical-align: top;
   margin-right: 130px;
}

.history_text > dl {
   display: inline-block;
}

.history_text > dl > dt {
   display: inline-block;
   vertical-align: top;
	color:#333;
	font-size:16px;
   font-weight: bold;
	line-height:30px;
   margin-right: 55px;
   margin-top: 2px;
}

.history_text > dl > dd {
   display: inline-block;
	color:#5d6164;
	font-size:15px;
	line-height:30px;
	margin-top: 3px;
}


.tabMenu {
   width: 980px;
   height: 66px;
   margin: 0 auto;
   margin-bottom: 50px;
}

.tabMenu ul.tabs {

}

.tabMenu ul.tabs li {
   float: left;
   width: 490px;
}

.tabMenu ul.tabs li{
   float: left;
   background: #ebebeb;
   height: 66px;
   line-height: 66px;
   text-align: center;
   color: #999;
   font-size: 22px;
   cursor: pointer;
   font-weight: bold;
}

.tabMenu ul.tabs li.current {
   color: #fff;
   background: #5c2e98 !important;
   font-size: 22px;
   box-shadow: 5px 5px 10px rgba(0,0,0,.3);
   z-index: 9999;
}

.tab-content{
  display: none;
}

.tab-content.current{
  display: block;
}



/*** organization ***/
.organization {
   padding-top: 20px;
   overflow: hidden;
}

.ci .ident > span {
   font-size: 15px;
   color: #777;
}


/*** company ***/
.company {
   width: 100%;
}


/*** map ***/
.map {
   display: inline-block;
   width: 1100px;
}
.mapInfo {
   text-align:left;
   margin-top:30px;
   font-size:15px;
   color: #555;
}
.mapInfo .map-title {
   color:#0e9f82;
   font-size: 18px;
   font-weight: bold;
   line-height: 55px
}
.mapInfo .map-title::before {
   content:'';
   width: 4px;
   height: 16px;
   background:#0e9f82;
   display: inline-block;
   margin-right: 8px;
}



/*** board ***/
.board_search {
   width: 1100px;
   display: inline-block;
   margin-bottom: 10px;
}

.board_search > .info_text{
   font-size: 17px;
   color:#999;
   float: left;
   padding-top: 14px;
}

.board_search > .search_box {
   height: 45px;
   box-sizing: border-box;
   float: right;
   position: relative;
}

.board_search > .search_box > select {
   display: inline-block;
   width: 110px;
   height: 42px;
   border: 1px solid #ccc;
   background-color: #fff;
   color: #646464;
   padding-left: 15px;
   margin-right: 3px;
   background: url(/Homepage/images/more06.png) 0 0 no-repeat;
   background-position-y: 18px;
   background-position-x: 86px;
   border-radius: 5px;
}

.placeholder_wrap {
   box-sizing: border-box;
   position: relative;
   display: inline-block;
}

.placeholder_wrap input[type='text'], .placeholder_wrap textarea {
   width: 220px;
   height: 42px;
   padding-right: 50px;
   padding-left: 15px;
   border: 0;
   box-sizing: border-box;
   border-radius: 5px;
   border: 1px solid #ccc;
}

.placeholder_wrap > .placeholder {
   color: #999;
   font-size: 14px;
   font-weight: 300;
   position: absolute;
   top: 8px;
   left: 15px;
}

.search_box > .btn_search {
   display: inline-block;
   width: 42px;
   height: 42px;
   font-size: 0;
   background: #999 url(/Homepage/images/common/icon_search.png) 50% no-repeat;
   position: absolute;
   top: 0px;
   right: 0px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 5px;
}

.table {
   border-top: 2px solid #0e9f82;
   display: table;
   width: 1100px;
   table-layout: fixed;
   overflow: hidden;
   margin: 0 auto;
}

.table tr {
   vertical-align: middle;
   text-align: center;
   border-bottom: 1px solid #eaeaea;
}

.table th {
   font-size: 15px;
   color: #555;
   background: #f3f5f4;
   /* border-right: 1px solid #e9e9e9; */
   padding: 14px 20px;
}

.table td {
   font-size: 15px;
   color: #555;
   /* border-right: 1px solid #e9e9e9; */
   padding: 15px 20px;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
}

.table .last {
   border-right: none;
}

.table .atitle {
   color: #555;
}

.table .atitle:hover {
   color: #5c2e98;
}

.table .left {
   text-align: left;
}

.table.boardWrite td {
   padding: 0px 20px;
}

.table td.tArea {
   white-space: normal;
   padding: 14px 20px;
}

.textArea {
   border: 1px solid #e1e1e1;
   width: 98%;
   height: 300px;
   font-size: 14px;
   color: #777;
   padding: 10px;
   line-height: 24px;
}

textarea:focus {
   outline: none;
}

.table td.viewText {
   line-height: 28px;
   min-height: 200px;
   white-space: normal;
   vertical-align: top;
   padding: 30px;
}
.table td.viewText > img{
   max-width:1000px
}

.fwb {
   font-weight: bold;
}

.writeInput {
   height: 30px;
   border: 0px;
   width: 98%;
   background-color: #fff;
   border: 1px solid #d2d2d2;
   font-size: 14px;
   vertical-align: middle;
}

input:focus {outline:none;}

.file_input > label {
   position:relative;
   cursor:pointer;
   display:inline-block;
   vertical-align:middle;
   overflow:hidden;
   width:100px;
   height:34px;
   background:#999;
   color:#fff;
   text-align:center;
   line-height:33px;
   margin-left: 5px;
   font-size: 15px;
}

.file_input > label > input {
   position:absolute;
   width:0;
   height:0;
   overflow:hidden;
}

.file_input input[type=text] {
   width:400px;
}

.triUp{
   display: inline-block;
   width: 0px; height: 0px;
   margin-left: 10px;
   margin-top: -3px;
   vertical-align: middle;
   border-top: 6px solid none;
   border-bottom: 6px solid #999;
   border-right: 6px solid transparent;
   border-left: 6px solid  transparent;
   cursor: pointer;
}

.triDown{
   display: inline-block;
   width: 0px; height: 0px;
   margin-left: 10px;
   margin-top: -2px;
   vertical-align: middle;
   border-top: 6px solid #999;
   border-bottom: 6px solid none;
   border-right: 6px solid transparent;
   border-left: 6px solid  transparent;
   cursor: pointer;
}

.prev_list, .next_list {
   color:#777;
}

.paging {
   margin-top: 35px;
   text-align: center;
}

.paging > a {
   display: inline-block;
   text-indent: -9999em;
   width: 32px;
   height: 32px;
   vertical-align: middle;
   border: 1px solid #d5d5d5;
   border-radius: 50px;
}

.paging .first {
   background: url(/Homepage/images/sub/btn_paging_first.png) 50% 50% no-repeat;
}

.paging .prev {
   background: url(/Homepage/images/sub/btn_paging_prev.png) 50% 50% no-repeat;
}

.paging .next {
   background: url(/Homepage/images/sub/btn_paging_next.png) 50% 50% no-repeat;
}

.paging .last {
   background: url(/Homepage/images/sub/btn_paging_last.png) 50% 50% no-repeat;
}

.paging > span {
   display: inline-block;
   vertical-align: middle;
   margin: 0 13px;
}

.paging > span > a {
   display: inline-block;
   width: 34px;
   height: 34px;
   line-height: 34px;
   font-size: 14px;
   color: #777;
   margin-right: 3px;
   border-radius: 50px;
}

.paging .active:last-child {
   margin-right: 0px;
}

.paging > span > a:hover {
   background: #ddd;
}

.paging > span > a.active {
   color: #fff;
   background: #087244;
   border-radius: 50px;
}


.btnWrap {
   width: 100%;
   margin: 0 auto;
   margin-top: 40px;
   font-size: 0;
}

.btnWrap > a {
   display: inline-block;
   width: 120px;
   height: 45px;
   line-height: 44px;
   background: #087244;
   color: #fff;
   font-size: 15px;
   font-weight: bold;
   margin-right: 5px;
   border-radius: 5px;
}

.btnWrap > a:last-child {
   margin-right: 0px;
}

.btnWrap > .btnList, .btnWrap > .btnModify{
   background: #fff;
   border: 1px solid #087244;
   color: #087244;
   height: 43px;
   line-height: 42px;
}

.btnWrap > .btnDelete {
   background: #c52020;
   color: #fff;
}



/*** siteinfo ***/
.siteInfo {
   margin-top: 30px;
}

.siteInfo.mt100 {
   margin-top: 100px;
}

.table.siteInfo table {
   border-bottom: 1px solid #e5e5e5; 
}

.table.siteInfo tr {
   border: none !important;
   padding: 50px 0px;
}

.table.siteInfo tr > th {
   color: #555; 
}

.table.siteInfo td {
   position: relative;
   padding: 8px 0px 8px 0px;
   overflow: visible;
   text-align: left;
}

.table.siteInfo td > img {
   vertical-align: middle;
   margin-top: -2px;
}

.table.siteInfo td > a {
   margin-left: 10px;
   color: #555;
}

.table.siteInfo td > a > span {
   position: relative;
   display: inline-block;
}

.table.siteInfo td > a > span:after {
   position: absolute;
   content: '';
   display: block;
   width: 0;
   height: 1px;
   background: #5c2e98;
   -webkit-transition: 0.3s;
   transition: 0.3s;
}

.table.siteInfo td > a:hover > span:after {
   width: 100%; 
   -webkit-transition: 0.3s;
   transition: 0.3s;
}

.table.siteInfo .pt25 {
   padding-top: 30px;
}

.table.siteInfo .pb25 {
   padding-bottom: 30px;
}



/*** 개인정보처리방침 ***/
.table_privacy {
   width: 1000px;
   margin: 0 auto;
}

.table_privacy > table {
   margin-top: 100px;
   font-size: 15px;
   color: #555;
   line-height: 26px;
}

.table_privacy img {
   margin-top: 12px;
   vertical-align: top;
   margin-right: 5px;
}

.table_privacy > table a {
   color: #555;
}

.table_privacy .p_title {
   height: 35px;
}

.table_privacy .mb50 {
   margin-bottom: 50px;
}

.table_privacy .mb10 {
   margin-bottom: 10px;
}


.w100{width:100px !important;}
.w120{width:120px !important;}
.w55{width:55px !important;}
.h18{height:18px !important;}

