* {
  font-family: 'Noto Sans KR', 'Nanum Gothic', 'Dotum' !important;
}

/* 상단부 */
body>header {
  width: 100%;
  border-bottom: 3px solid #399940;
  margin-bottom: 20px;
  position: relative;
}

header h1 {
  text-align: center;
  padding: 13px 0 12px;
}

header h1 img {}

body>header span {
  position: absolute;
  right: 15px;
  top: 15px;
  display: none;
  width: 45px;
  height: 40px;
  background-color: #399940;
  cursor: pointer
}

header span.open {
  background-image: url("/company/img/menu_button.png");
}

header span.close {
  background-image: url("/company/img/close_button.png");
}

/* 중단부 */
.main {
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}

/* 메뉴 */
#menu {
  float: left;
  width: 25%;
  padding: 0 15px;
  box-sizing: border-box;
  transition: height 1s;
}

#menu ul {
  list-style: none;
}

#menu ul li a {
  text-decoration: none;
  color: #000;
}

#menu>ul>li>ul {
  overflow: hidden;
  border-bottom: 0;
  box-sizing: border-box;
}

#menu>ul>li>a {
  display: inline-block;
  *display: inline;
  padding: 13px 15px 13px 15px;
  color: #000;
  text-decoration: none;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #eee;
}

#menu>ul>li>a>strong {
  font-size: 16px;
  font-weight: 400;
}

#menu>ul>li.on>a {
  background-color: #399940;
  color: #fff;
}

#menu>ul>li>ul>li.on>a {
  background-color: rgba(0, 0, 0, 0.05);
  color: #399940;
  font-weight: 500;
}

#menu>ul>li.on>ul {
  border-bottom: 1px solid #eee;
  background-color: #fefefe;
}

#menu>ul>li>ul>li>a {
  display: inline-block;
  letter-spacing: -.05em;
  padding: 0 15px;
  text-decoration: none;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: rgba(0, 0, 0, .75);
  font-size: .8rem;
}

#menu>ul>li>ul>li:hover>a {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

#menu>ul>li.on>a.expand::after {
  border-top-width: 0;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
}

#menu>ul>li>a.expand::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 4px inset;
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: transparent;
  border-top-color: #000;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 1rem;
}

/* 내용 */
section {
  width: 75%;
  float: right;
  padding: 0 15px;
  box-sizing: border-box;
}

section {
  letter-spacing: -1px;
  word-spacing: 2px;
}

section .imgBox {
  max-width: 100%;
  margin: 1em auto;
}

section .imgBox img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

section>.title {
  display: block;
  width: 100%;
  color: #000;
  font-size: 20px;
  line-height: 1;
  padding: 0 0 15px;
  border-bottom: 1px solid #dcdcdc;
  font-weight: normal;
  box-sizing: border-box;
  margin-bottom: 15px;
}

/* 텍스트 타입 */
.tContents {
  letter-spacing: -1px;
  word-spacing: 2px;
}

.tContents .contents {
  padding: 0 10px 15px;
}

.tContents .contents * {
  font-family: 'Noto Sans KR', sans-serif !important;
  line-height: 35px;
}

.tContents .contents .title {
  font-size: 18px;
  color: #1e1d1d;
  margin-top: 10px;
}

.tContents .contents .title.important {
  font-size: 24px;
}

.tContents .contents .titleSub {
  font-size: 16px;
  color: #333;
}

.tContents .contents .header::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  margin-top: 30px;
  margin-bottom: 30px;
}

.tContents .contents .header.no-border::before {
  height: 0;
  margin-top: 30px;
}

.tContents .contents .header {
  width: 100%;
  font-size: 18px;
  color: black;
  font-weight: bold;
}

.tContents .contents .text {
  font-size: 13px;
  color: #666;
}

footer {
  margin-top: 60px;
  border-top: 1px solid #ddd;
  clear: both;
}

footer .box {
  max-width: 1080px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  font-weight: 300;
  font-size: 14px;
  box-sizing: border-box;
  padding: 0 15px;
}

footer .box span.company {
  font-weight: 500;
}

footer address {
  font-style: normal;
}

footer .box address, footer .box .number, footer .box .fax {
  display: inline-block;
  margin-left: 20px;
}

/*rss 스타일*/
.rss_copy {
  min-width: 320px;
}

.rss_copy a {
  text-decoration: none;
  color: blue;
}

.rss_copy>li:after {
  content: '';
  height: 0;
  clear: both;
  display: block;
}

.rss_copy>li>p {
  float: left;
  box-sizing: border-box;
}

.rss_copy>li>p:nth-child(1) {
  width: 20%;
}

.rss_copy>li>p:nth-child(2) {
  width: 60%;
}

.rss_copy>li>p:nth-child(3) {
  width: 20%;
}

/*회사소개페이지*/
.intro_wra {
  width: 100%;
}

.intro_wra img {
  width: 100%;
}

/*history page style*/
#history>.contents {
  margin-top: 28px;
}

#history>.contents>article .history_year {
  font-size: 33px;
  color: #399940;
  font-weight: 900;
}

.history_group {
  padding-bottom: 44px;
  margin-bottom: 44px;
  border-bottom: 2px dotted #d0d0d0;
}

#history>.contents>article .history_content {
  margin-top: 29px;
}

#history>.contents>article .history_lists li {
  position: relative;
  line-height: 26px;
  font-weight: 300;
  padding-left: 25px;
  border-left: 1px solid #d6d4d4;
}

#history>.contents>article .history_lists li:before {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  left: -7px;
  top: 5.5px;
  background-image: url('/company/img/history_pattern.png');
}

.history_group:last-child {
  border: none;
}

/*introduce page style*/
.introduce>article {
  position: relative;
  margin: 3rem 0 5rem 0;
}

.introduce>article>header {
  position: relative;
  padding: 0;
  text-align: center;
  font-size: 33px;
  margin-bottom: 20px;
  font-weight: 700;
  color: rgba(0, 0, 0, .84);
  letter-spacing: -.075rem;
  line-height: 1.2;
}

.introduce>article>header>p.intro_title2 {
  position: relative;
  padding-top: 28px;
  font-size: 22px;
  font-weight: 400;
  color: #000;
}

.introduce>article>header>p>span {
  display: block;
}

.introduce>article>section {
  position: relative;
  width: 100%;
  padding: 220px 0 0 0;
  text-align: left;
}

.introduce>article>section:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -47%;
  top: 0;
  bottom: 0;
  width: 94%;
  height: 200px;
  background: url('/company/img/intro_bg.png') no-repeat top center;
  background-size: cover;
}

.introduce>article>section>p {
  margin: 2rem 0;
  text-align: center;
  line-height: 26px;
  font-size: 19px;
  color: #000;
  font-weight: 300;
}

.introduce>article>section>p:last-child {
  margin-top: 80px;
  color: #000;
  text-align: right;
}

.introduce>article>section>p>strong {
  font-size: 1.375rem;
  font-weight: 500;
}

/*intro 반응형*/
@media only screen and (max-width: 640px) {
  header h1 img {
    height: 45px;
  }

  body>header {
    height: 70px;
  }

  .introduce>article>header {
    font-size: 28px;
  }

  .introduce>article>header>p.intro_title2 {
    font-size: 20px;
  }

  .introduce>article>header>p>span {
    display: inline;
  }

  .introduce>article>section:before {
    width: 100%;
    margin-left: -50%;
  }

  .introduce>article>section>p {
    text-align: left;
  }
}

/* 반응형 */
/* 1024px */
@media only screen and (max-width: 1024px) {
  body>header span {
    display: block;
  }

  header h1 {
    position: absolute;
    left: 15px;
  }

  #menu {
    float: none;
    width: 100%;
    height: 0;
    overflow: hidden;
  }

  #menu.on {}

  section {
    float: none;
    width: 100%;
  }

  .title {
    margin-top: 20px;
  }

  footer .box address, footer .box .number, footer .box .fax {
    margin-left: 0;
    display: block;
    line-height: 24px;
  }
}

/*rss 반응형*/
@media screen and (min-width:413px) and (max-width:600px) {
  .rss_sub {
    padding-left: 10px;
  }

  .rss_copy>li {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
  }

  .rss_copy>li:last-child {
    border: none;
    padding: 0;
  }

  .rss_copy>li>p:nth-child(1) {
    width: 100%;
  }

  .rss_copy>li>p:nth-child(2) {
    width: 100%;
  }

  .rss_copy>li>p:nth-child(3) {
    width: 100%;
    text-align: right;
  }
}

#member {

}

#member table {
  min-width: 100%;
  line-height: 1.5;

}
#member table td {
  vertical-align: middle;
  text-align: center;
  width: calc(100%/3);
}

#member table td.text-left {
  text-align: left;
}

#member table td {
  padding: 10px;
}

#member h3 {
  font-size: 20px;
  margin: 2em auto 1em;
  text-align: center;
}

#member table td, #member table th, #member table {
  border: 1px solid #eee;
  border-collapse: collapse;
}

#member table td img{
  width: 100px;
  height: auto;
  aspect-ratio: 3/4;
  object-fit: cover;
  display: block;
  margin: 10px auto;
}

@media screen and (min-width:0px) and (max-width:412px) {
  #member table {
    display: block;
    overflow-x: auto;
  }
  .rss_sub {
    padding-left: 10px;
  }

  .rss_copy>li {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
  }

  .rss_copy>li:last-child {
    border: none;
    padding: 0;
  }

  .rss_copy>li>p:nth-child(1) {
    width: 100%;
  }

  .rss_copy>li>p:nth-child(2) {
    width: 100%;
  }

  .rss_copy>li>p:nth-child(3) {
    width: 100%;
    text-align: right;
    font-size: 16px;
  }

  .rss_copy>li>p:nth-child(3)>img {
    width: 15px;
    height: 15px;
  }
}
/**************************************************************************************** 업체메뉴 ****************************************************************************************/
.corpMenuWrap h3{height:30px;line-height:30px;text-align:center;color:#fff;background:#799dca;}
.corpMenuWrap .corpMenu{background:#ebecef;}

.corpMenu{padding:15px;}
.corpMenu>li{border-bottom:1px dotted #c6c6c6;}
.corpMenu>li>a{display:block;padding:5px 7px 5px 20px;color:#666;text-decoration:none;background:url(../img/bg_corp_menu_icon.png) 5px 9px no-repeat;}
.corpMenu>li>a.on{color:#597dae;background-position:5px -11px;}
.corpMenu>li>a.on+ul{display:block;}

.corpMenu>li>ul{display:none;padding:7px 10px;background:#dfe4ec;}
.corpMenu>li>ul>li{}
.corpMenu>li>ul>li>a{display:block;height:20px;line-height:20px;padding-left:10px;color:#6c727f;text-decoration:none;}
.corpMenu>li>ul>li>a.on{font-weight:bold;}

/**************************************************************************************** 플러스업체 ****************************************************************************************/
.corpPlus{margin-bottom:25px;}
.corpPlus h4{*zoom:1;}
.corpPlus h4:after{content:"";display:block;clear:both;}
.corpPlus h4 strong{float:right;width:209px;height:30px;font:bold 16px/30px "Nanum Gothic";text-align:center;background:url(../img/bg_corp_plus.png) 100% 0 no-repeat;}

.plusList{width:634px;padding:25px 17px 0;border:1px solid #ccc;background:#f8f8f8;*zoom:1;}
.plusList:after{content:"";display:block;clear:both;}
.plusList li{float:left;width:126px;height:152px;margin:0 0 20px 26px;overflow:hidden;}
.plusList li img{display:block;width:126px;height:95px;margin-bottom:5px;}
.plusList li strong{display:block;max-height:36px;font:bold 14px "Nanum Gothic";overflow:hidden;}

.corpSearchRegist{margin-bottom:25px;*zoom:1;}
.corpSearchRegist:after{content:"";display:block;clear:both;}
.corpSearch{float:left;width:308px;height:20px;padding:6px 10px;border:1px solid #799dca;}
.corpSearch{*zoom:1;}
.corpSearch:after{content:"";display:block;clear:both;}
.corpSearch .title{float:left;width:69px;height:20px;line-height:20px;font-size:11px;color:#fff;text-indent:5px;background:url(../img/bg_corp_search_title.png) 0 0 no-repeat;}
.corpSearch input[type="text"]{float:left;width:191px;height:20px;padding:0 15px;border:none;}
.corpSearch input[type="image"]{float:right;background:#799dca;}
.corpSearchFull{width:648px;}
.corpSearchFull input[type="text"]{width:530px;}

.corpRegist{float:right;width:330px;height:34px;font:bold 14px/34px "Nanum Gothic";color:#fff;text-align:center;background:#9bb2ce;}

/**************************************************************************************** 카테고리 ****************************************************************************************/
.corpCategory{*zoom:1;}
.corpCategory:after{content:"";display:block;clear:both;}
.corpCategory>li{float:left;width:50%;padding:15px 0;border-bottom:1px solid #ccc;}
.corpCategory>li>a{display:block;padding-bottom:10px;font:bold 15px/15px "Nanum Gothic";color:#333;}

.corpCategory>li>ul{*zoom:1;}
.corpCategory>li>ul:after{content:"";display:block;clear:both;}
.corpCategory>li>ul>li{float:left;vertical-align:middle;color:#ccc;}
.corpCategory>li>ul>li>a{padding:0 7px;}
.corpCategory>li>ul>li:first-child>a{padding-left:0;}
.corpCategory>li>ul>li:first-child>span{display:none;}


/**************************************************************************************** 업체리스트 ****************************************************************************************/
.noCorp{width:100%;height:300px;line-height:300px;text-align:center;background:#f8f8f8;}

.corpCount{padding:5px 25px;background:url(../img/bg_corp_view_icon.png) 10px 50% no-repeat #f3f1f1;}
.corpCount strong{padding-right:5px;}
.corpCount em{padding-right:10px;font-weight:bold;font-style:normal;}

.corpList li{padding:20px 0;border-top:1px solid #ccc;}
.corpList li:first-child{border-top:none;}
.corpList li a{*zoom:1;}
.corpList li a:after{content:"";display:block;clear:both;}
.corpList li a .image{float:left;width:112px;height:84px;border:1px solid #ccc;margin-right:10px;}
.corpList li a strong{display:block;padding:5px 0;font:bold 16px/20px "Nanum Gothic";color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.corpList li a strong img{margin:-3px 0 0 10px;}
.corpList li a em{display:block;margin-bottom:5px;max-height:32px;font-style:normal;overflow:hidden;}
.corpList li a span{color:#999;}


/**************************************************************************************** 업체뷰 ****************************************************************************************/
.corpViewTitle{padding:30px 25px;margin-bottom:30px;border-top:2px solid #808692;border-bottom:1px solid #ccc;background:#f8f8f8;}
.corpViewTitle h3{display:block;padding-bottom:10px;font-family:"Nanum Gothic";font-size:21px;line-height:30px;color:#333;}

.corpView{margin-bottom:30px;}
.corpView .imageTd{padding-left:0;padding-right:20px;vertical-align:middle;/* border-bottom:none; */}
.corpView .imageTd .image{width:208px;height:157px;}
.corpView th,.corpView td{padding:7px 0;text-align:left;vertical-align:top;border-bottom:1px dotted #c6c6c6;}
.corpView th{text-indent:15px;background:url(../img/bg_corp_view_icon.png) 0 10px no-repeat;}
.corpView td{padding:7px 10px;}

.corpView td.explain img{width:100% !Important;}

/* 나도 한마디 */
.replyWrite{padding-bottom:30px;}
.replyWrite dt{padding:7px 0 7px 15px;font-weight:bold;}
.replyWrite dt strong{padding-right:5px;font-size:14px;font-weight:bold;color:#02aac9;}
.replyWrite dd{padding:10px;border:1px solid #ccc;background:#f8f8f8;}
.replyWrite dd .noticeWrap{padding-bottom:10px;*zoom:1;}
.replyWrite dd .noticeWrap:after{content:"";display:block;clear:both;}
.replyWrite dd .noticeWrap .notice{float:left;font-weight:bold;}
.replyWrite dd .noticeWrap .checkTextNum{float:right;}
.replyWrite dd .noticeWrap .checkTextNum em{padding-right:5px;font-weight:bold;}

.replyWrite dd .writeWrap{*zoom:1;}
.replyWrite dd .writeWrap:after{content:"";display:block;clear:both;}
.replyWrite dd .writeWrap textarea{float:left;width:530px;height:67px;padding:5px;padding-right:0;font-family:Dotum;font-size:12px;border:1px solid #ccc;overflow-y:auto;resize:none;}
.replyWrite dd .writeWrap input[type="image"]{float:right;}
 
/* 현재의견(댓글) */ 
.replyListWrap{padding-bottom:30px;}
.replyListWrap dt{padding:7px 0 7px 15px;font-weight:bold;}
.replyListWrap dt strong{padding-right:10px;font-size:14px;color:#02aac9;}
.replyListWrap dd{padding:20px;border-bottom:1px solid #ccc;background:#f8f8f8;}
.replyListWrap dd .memberProfile{*zoom:1;}
.replyListWrap dd .memberProfile:after{content:"";display:block;clear:both;}
.replyListWrap dd .memberProfile em{float:left;display:block;padding-bottom:10px;font-weight:bold;color:#333;}
.replyListWrap dd .memberProfile em img{display:inline-block;width:48px;height:48px;margin-right:10px;border:1px solid #ccc;}
.replyListWrap dd .memberProfile em span{padding-left:10px;font-size:11px;font-weight:normal;color:#666;}
.replyListWrap dd .memberProfile .replyButton{float:right;*zoom:1;}
.replyListWrap dd .memberProfile .replyButton:after{content:"";display:block;clear:both;}
.replyListWrap dd .memberProfile .replyButton li{float:left;margin-right:3px;}
.replyListWrap dd .memberProfile .replyButton li a{display:block;padding:3px;border:1px solid #ccc;font-weight:bold;color:#888;text-decoration:none;
	background-image:-webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);/* chrome, safari */
	background-image:-moz-linear-gradient(top, #fff 0%, #f0f0f0 100%);/* ff */
	background-image:-ms-linear-gradient(top, #fff 0%, #f0f0f0 100%);/* ie10 */
	background-image:-o-linear-gradient(top, #fff 0%, #f0f0f0 100%);/*opera */
	background-image:linear-gradient(top, #fff 0%, #f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f0f0f0);/* ie9 이하 버전 */
}


/**************************************************************************************** 업체등록 ****************************************************************************************/
.companyUserWrap .titleWrap{margin-bottom:10px;}
.companyUserWrap table{width:100%;border-top:1px solid #ccc;}
.companyUserWrap th,.companyUserWrap td{padding:5px;border:1px solid #dfdfdf;}
.companyUserWrap th{text-align:right;color:#666;background:#f3f3f3;}
.companyUserWrap td input[type="text"]{border:1px solid #ccc;}

.companyUserWrap .registWrap{padding:20px 0;*zoom:1;}
.companyUserWrap .registWrap ul{text-align:right;}
.companyUserWrap .registWrap ul li{margin-left:10px;display:inline-block;}
.companyUserWrap .btn_new{background: none repeat scroll 0 0 #fff;border: 1px solid #ddd;border-radius: 3px;color: #808080 !important;cursor: pointer;display: inline-block;font-weight: bold;height: 20px;padding: 0 7px 3px;}
