* {
  font-family: 'Noto Sans KR', 'Nanum Gothic', 'Dotum' !important;
}

/* 상단부 */
body > header {
  width: 100%;
  border-bottom: 3px solid #4700a6;
  margin-bottom: 20px;
  position: relative;
}

header h1 {
  text-align: center;
  padding: 13px 0 12px;
}

header h1 img {
  max-height: 90px;
}

body > header span {
  position: absolute;
  right: 15px;
  top: 15px;
  display: none;
  width: 45px;
  height: 40px;
  background-color: #4700a6;
  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: #4700a6;
  color: #fff;
}

#menu > ul > li > ul > li.on > a {
  background-color: rgba(0,0,0,0.05);
  color: #4700a6;
  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;
}

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:#4700a6; 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) {
.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;
    top: calc(50% - 20px);
  }

  body {
    padding-top: 90px;
  }

  body > header {
    position: fixed;
    z-index: 50;
    background: #fff;
    top: 0;
    left: 0;
    margin-bottom: 0;
  }

  header h1 {
    text-align: left;
    padding: 10px 14px;
  }

  header h1 img {
    height: 67px;
  }

  #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;}
}
@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;}
}
