* {
  font-family: 'Noto Sans KR', 'Nanum Gothic', 'Dotum';
}

/* 상단부 */
body>header {
  width: 100%;
  height: 70px;
  border-bottom: 3px solid #196c36;
  margin-bottom: 20px;
  position: relative;
}

header h1 {
  text-align: center;
  padding: 13px 0 12px;
}

header h1 img {
  height: 45px;
}

body>header span {
  position: absolute;
  right: 15px;
  top: 15px;
  display: none;
  width: 45px;
  height: 40px;
  background-color: #196c36;
  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;
}

/* 중단부 노메뉴 */
.main_no {
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}

.main_no section {
  float: none;
  margin: 0 auto;
}

/* 메뉴 */
#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>a>strong .smol {
  font-size: 12px;
}

#menu>ul>li.on>a {
  background-color: #0e662c;
  color: #fff;
}

#menu>ul>li>ul>li.on>a {
  background-color: rgba(0, 0, 0, 0.05);
  color: #0e662c;
  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>.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;
}

.tContents .contents .text.bold {
  font-weight: bold;
}

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>article .history_year {
  font-size: 33px;
  color: #3b5998;
  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: 2rem 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 h3 {
  font-size: 25px;
  text-align: center;
  margin-bottom: 2.5em;
  margin-top: 1em;
}

.introduce article h4 {
  font-size: 18px;
  margin-bottom: 0.5em;
}

.introduce article p {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 2em;
}

.introduce article .intro_ul {
  font-size: 16px;
  margin-bottom: 2em;
}

.introduce article .intro_ul li {
  line-height: 1.5em;
  font-size: inherit;
}

.introduce article .intro_ul2 li {
  line-height: 1.5em;
  font-size: inherit;
  max-width: 22em;
  text-align: left;
  margin: 0 auto;
  margin-bottom: 0.5em
}

.introduce article .intro_ul3 li {
  line-height: 1.5em;
  font-size: inherit;
  max-width: 32em;
  text-align: left;
  margin: 0 auto;
  margin-bottom: 0.5em;
}

.introduce article .intro_ul4 li {
  line-height: 1.5em;
  font-size: inherit;
  max-width: 18em;
  text-align: left;
  margin: 0 auto;
  margin-bottom: 0.5em;
}

i.square {
  display: inline-block;
  width: 1em;
  height: 1em;
  font-size: inherit;
  border: 1px solid #aaa;
  box-sizing: border-box;
  vertical-align: middle;
  margin-right: 0.5em;
}

.introduce article .topImgBox {}

.introduce article .topImgBox img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.introduce article .imgBox {
  float: right;
  padding: 0 0 2em 2em;
  padding-top: 5em;
}

.introduce article .imgBox2 {
  max-width: 300px;
  margin: 0 auto 3em;
}

.introduce article .imgBox3 {
  margin: 0 auto 3em;
  max-width: 100%;
}

.introduce article .imgBox2 img, .introduce article .imgBox3 img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.introduce article p.last {
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.introduce article .sec {
  margin-bottom: 5em;
}

.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;
}

/*introduce2 page stlye*/
.introduce2>article>div:nth-child(1) {
  margin-bottom: 100px;
}

.introduce2>article>div>p:nth-child(1) {
  text-align: center;
  padding: 30px 0;
}

.introduce2>article>div>div {
  text-align: center;
  margin-bottom: 20px;
}

.introduce2>article>div>p:nth-child(3) {
  line-height: 24px;
}

#history .contents article div p {
	width: 50%;
	margin: 7px 0;
}

#history .contents article div:nth-child(1) p {
	margin-bottom: 20px;
}

/*전국기자현황*/
.member_cont {
  width: 450px;
  margin: 0 auto;
}

.member_cont * {
}

.member_cont h2 {
  background: top center url("/company/img/member_bg.png") no-repeat;
  text-align: center;
  font-size: 24px;
  margin-bottom: 80px;
  padding-top: 50px;
}

.member_cont .sec {
  box-sizing: border-box;
  padding-left: 50px;
  margin-bottom: 3em;
}

.member_cont h3 {
  background: #0b355e;
  color: #fff;
  font-weight: normal;
  border-radius: 5px;
  line-height: 1.8em;
  width: 70px;
  text-align: center;
  margin-bottom: 1em;
}

.member_cont .memUl {
  display: flex;
  flex-wrap: wrap;
}

.member_cont .memLi {
  width: 20%;
  line-height: 2em;
  font-weight: 200;
}

.mg118 {
  margin-left: 118px;
}


/*intro 반응형*/
@media only screen and (max-width: 640px) {
  .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;
  }

  .mg118 {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
}

/* 반응형 */
/* 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 (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_cont {
    width: 100%;
  }

  .member_cont h2 {
    margin-bottom: 40px;
    padding-top: 40px;
    font-size: 18px;
  }

  .member_cont .sec {
    padding-left: 0;
    font-size: 13px;
    margin-bottom: 2em;
  }

  .member_cont .memLi {
    text-align: center;
  }

  .introduce article .imgBox {
    display: none;
  }
}

@media screen and (min-width:0px) and (max-width:412px) {
  .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;
  }
}
