* {
  font-family: 'Noto Sans KR', 'Nanum Gothic', 'Dotum' !important;
}

/* 상단부 */
body > header {
  width: 100%;
  height: 70px;
  border-bottom: 3px solid #004E87;
  margin-bottom: 20px;
  position: relative;
}

header h1 {
  text-align: center;
  padding: 13px 0 12px;
}

header h1 img {
  height:200px;margin-top:-77px;margin-left:190px;
}

body > header span {
  position: absolute;
  right: 15px;
  top: 15px;
  display: none;
  width: 45px;
  height: 40px;
  background-color: #004E87;
  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: #004E87;
  color: #fff;
}

#menu > ul > li > ul > li.on > a {
  background-color: rgba(0,0,0,0.05);
  color: #004E87;
  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 10px;
  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 .text2 {
  font-size: 13px;
  color: #555;
  line-height: 2em;
}

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%;}
/*history page style*/
#history > .contents {margin-top:28px;}
#history > .contents > article .history_year {font-size: 33px; color:#004E87; 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 {position: relative;z-index: 2;}
.intro_con {position: absolute; padding: 10% 6% 0 23%;}
.intro_con > div {line-height: 30px; font-size: 1.1rem; margin-bottom: 40px;text-align: justify;}
.value_list > li {display: flex;justify-content:space-between; font-size: 1.1rem;margin-bottom: 30px;line-height: 30px;}
.value_list .first {font-size: 1.2rem;}
.value_list > li > strong {text-align: center; color: #fff;line-height: 60px;font-size: 20px;display: block;width:60px; height: 60px; border-radius: 100%; background:#004e86 }
.value_list > li > div {width:calc(100% - 80px);}
.intro_con .last {margin-top: 60px;}
.intro_con .last p {margin-bottom: 30px;}
.introduce .color1 {font-weight: bold;color:#004e86;}
.introduce .color2 {color:#3d7fae;}
.intro_bg_3 {display: none;}
.logo_2 {display: none; padding-bottom: 0;}
.intro_con .header img {width:90%;}
.intro_con .header p {margin-top: 20px; margin-bottom: 80px; font-size: 24px; font-weight: 500; position: relative;}
.intro_con .header p:after{content:'';display: block;width:230px; height: 2px; background: #525252;position: absolute; top:60px;}
/*ceo page style*/
#ceo .contents{display: flex;justify-content: space-between;}
#ceo section {width: 100%; float: none;padding: 0;}
.ceo_deco {width:110px; height: 1800px; background:#004e86;}
.ceo_wra {width:calc(100% - 170px);}
.ceo_wra > header {padding: 80px 0 70px;}
.ceo_wra > header p {margin-top: 20px; font-size: 24px; font-weight: 500;}
.ceo_intro {display: flex; justify-content: space-between;}
.ceo_history {width: calc(100% - 347px);}
.ceo_history > li {line-height: 28px!important;}
.ceo_txt {margin-top: 40px; font-size:18px;}
.ceo_txt > p {margin-bottom: 40px;}
.ceo_sign {text-align: right;}
.ceo_sign > p {font-weight: bold;}
.ceo_sign > img {width: 150px;}
.ceo_history > li{font-size: 14px;}
.ceo_name {margin-bottom: 10px; font-weight:bold;font-size: 20px!important;}
.ceo_name2 {font-size: 24px; padding-left: 18px;}
header > img {width: 90%;}
/*intro 반응형*/
@media screen and (min-width:0px) and (max-width:1024px) {
  .ceo_history > li{font-size: 16px;}
  .intro_con > div.header {margin-top: 100px;}
  section > .title {padding-left: 20px;}
  .introduce {padding: 0;}
  .intro_bg {display: none;}
  .intro_bg_3 {display: block;}
  .intro_con {position: static;padding: 0% 6% 0 6%;}
 .intro_bg_3{position: relative;z-index: 1;}
  .intro_bg_3::before {content: '';display: block;position: absolute; width:100%; height:370px; bottom: 0;background: url('/company/img/intro_bg_3.png');background-size: cover;}
  .intro_con > div:nth-child(n+2) {padding-bottom: 20px;}
  .logo_2 {display: block; text-align: center;}
  .logo_2 > img {width:100%;}
  .value_list > li > strong {line-height: 40px; width:40px; height: 40px;}
  .value_list > li > div {width: calc(100% - 50px);}
}
@media screen and (min-width:451px) and (max-width:1024px) {
  header h1 img {margin-left: 0;}
  .intro_con .header p {font-size: 20px;}
}
@media screen and (min-width:0px) and (max-width:450px) {
  header h1 img {margin-left: -30px; height: 150px; margin-top: -52px;}
  .intro_con .header p {font-size: 20px;}
  .intro_con .header p:after {top:70px;}
}
/*ceo반응형*/
@media only screen and (max-width: 1024px) {
  .ceo_deco {display: none;}
  .ceo_wra {width: 100%;}
  header{text-align: center;}
  .ceo_intro {justify-content: center;}
  .ceo_history {width: auto;}
}
@media screen and (min-width:700px) and (max-width:1024px) {
  header > img {width: 60%;}
  .ceo_history  {margin-left: 40px;}
}
@media screen and (min-width:520px) and (max-width:699px) {
  .ceo_intro{display: block;}
  .ceo_intro > img {width:90%; height: auto; display: block; margin: 0 auto; margin-bottom: 30px;}
  header > img {width: 80%;}
  .ceo_history  {margin-left: 40px;}
}
@media screen and (min-width:0px) and (max-width:519px) {
  .ceo_intro{display: block;}
  .ceo_intro > img {width:100%; height: auto; display: block; margin: 0 auto; margin-bottom: 30px;}
  header > img {width: 100%;}
  .ceo_history  {margin-left: 0px;}
  .ceo_wra > header p {font-size: 16px;}
  .ceo_txt {font-size: 16px;}
}
/* 반응형 */
/* 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;}
}
@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;}
}
