* {
  font-family: 'Noto Sans KR', 'Nanum Gothic', 'Dotum' !important;
}

/* 상단부 */
body > header {
  width: 100%;
  height: 70px;
  border-bottom: 3px solid #1f2774;
  margin-bottom: 20px;
  position: relative;
}

header h1 {
  text-align: center;
  padding: 13px 0 12px;
}

header h1 img {
  height:60px;margin-top:-10px;margin-left:180px;
}

body > header span {
  position: absolute;
  right: 15px;
  top: 15px;
  display: none;
  width: 45px;
  height: 40px;
  background-color: #3b5998;
  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: #008cd6;
  color: #fff;
}

#menu > ul > li > ul > li.on > a {
  background-color: rgba(0,0,0,0.05);
  color: #008cd6;
  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:#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: 3rem 0 5rem 0; padding: 0 1.5rem;}
.introduce > article > header {position: relative; padding: 0; text-align: center;font-size: 19px; margin-bottom: 20px;color:rgba(0,0,0,.84); letter-spacing: -.075rem; line-height: 1.5;}
.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 > header > p {padding-top: 20px;}
.intro_logo {padding-bottom: 30px;width:100%;border-bottom:1px solid #bfbfbf;}
.introduce > article > section {position: relative; width: 100%;padding: 0; text-align: left;}
.introduce > article > section > p {margin: 2rem 0; text-align: center;line-height: 30px; font-size: 19px;color:#000; font-weight: 300;}
.introduce > article > section > p > strong {font-size: 1.375rem; font-weight: 500;}
.value > span{position: relative;font-size: 22px!important; padding-left: 30px;font-weight: bold;}
.value >span:before{position: absolute; top:9px;left: 0px;content: '';display: block;height: 18px; width: 19px;background: url('/company/img/check_icon.png') no-repeat; background-size: contain;}
/*ceo page style*/
#ceo .contents {padding: 12px 10px 0 10px;}
#ceo .ceo_header {width:100%; margin-bottom:55px; background-size: cover; text-align: center;}
#ceo .ceo_header > p {padding-top: 60px;}
#ceo .ceo_header > p > strong {display: block;margin: 0 auto; width:90%;position: relative;font-size: 27px;letter-spacing: -2px;font-family:'Nanum Gothic'!important; }
#ceo .ceo_header > p > strong:before {content:'';width:35px; height: 29px; display: block; position: absolute; left:15px;top:-30px;background: url('/company/img/double_1.png');}
#ceo .ceo_header > p > strong:after {content:'';width:35px; height: 29px; display: block; position: absolute; right:15px;top:-30px;background: url('/company/img/double_2.png');}
#ceo .ceo_header .logo {width:40%; height:90px; margin: 30px auto;background: url('/company/img/ceo_logo.png') no-repeat; background-size: contain;}
#ceo .ceo_content {line-height: 26px!important;}
#ceo .ceo_content > div > p > span {display: block; font-size: 18px;font-family: 'Nanum Gothic'!important;}
#ceo .ceo_content > div > p {margin-bottom: 34px;}
#ceo .ceo_content .sign > p{font-size: 18px;text-align: right;font-family: 'Nanum Gothic'!important; font-weight: bold!important;}
#ceo .ceo_content .sign img {width:12%;margin-left: 2%;}
/*ceo반응형*/
@media screen and (min-width:880px) and (max-width:1024px) {
  #ceo .ceo_header > p > strong {
    width:80%;
  }
}
@media screen and (min-width:690px) and (max-width:730px) {
  #ceo .ceo_header > p > strong {
    font-size: 24px;
  }
}
@media screen and (min-width:557px) and (max-width:689px) {
  #ceo .ceo_header > p > strong {
    width:65%;
    font-size: 24px;
  }
  #ceo .ceo_header > p > strong > span:nth-child(1) {line-height: 40px;display: block;}
}
@media screen and (min-width:470px) and (max-width:556px) {
  #ceo .ceo_header > p > strong {
    width:70%;
    font-size: 22px;
  }
  #ceo .ceo_header > p > strong > span:nth-child(1){line-height: 40px;display: block;}
  #ceo .ceo_content .sign img {width:18%;}
}
@media screen and (min-width:0px) and (max-width:469px) {
  #ceo .ceo_header > p > strong {
    width:75%;
    font-size: 20px;
  }
  #ceo .ceo_header > p > strong > span {line-height: 40px;}
  #ceo .ceo_content .sign img {width:20%;}
}


/*intro 반응형*/
@media only screen and (max-width: 660px) {
.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;}
}
@media screen and (min-width:0px) and (max-width:469px) {
  .intro_logo >  img {width:80%;}
}
/* 반응형 */
/* 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;
  }
  .introduce {background-position:top;padding-bottom: 20px;}
  header h1 img {margin-left: 0;}
}

/*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;}
}
