* {
  font-family: 'Noto Sans KR', 'Nanum Gothic', 'Dotum' !important;
}

/* 상단부 */
body>header {
  width: 100%;
  border-bottom: 3px solid #1e7cd8;
  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: #1e7cd8;
  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: #1e7cd8;
  color: #fff;
}

#menu>ul>li>ul>li.on>a {
  background-color: rgba(0, 0, 0, 0.05);
  color: #1e7cd8;
  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 page style*/
.ft-900 {
  font-weight: 900;
}

.point {
  color: #1353bd;
}

header.intro_bg {
  width: 100%;
  background: url('/company/img/intro_header.png');
}

header.intro_bg figure {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

header.intro_bg figure img {
  width: 100%;
  display: block;
}

.intro_list, .intro_list2 {
  max-width: 600px;
  margin: 0 auto;
}

.intro_list2 {
  padding: 35px;
  box-sizing: border-box;
}

.intro_list2 .intro_item {
  font-size: 16px;
}

.intro_list2 .intro_item .point {
  font-style: normal;
  margin-right: 0.5em;
}

.intro_item {
  font-size: 19px;
  margin-bottom: 22px;
  line-height: 1.3;
  display: flex;
}

.intro_item:last-child {
  margin-bottom: 0;
}

.intro_item p {
  width: calc(100% - 30px)
}

.fas::before {
  font-family: fontawesome;
}

.cheak_icon {
  display: inline-block;
  margin-top: 3px;
  width: 16px;
  height: 18px;
  background: #1e7cd7;
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 18px;
  padding-right: 3px;
  margin-right: 0.5em;
}

.bg_gray {
  background: #f4f4f4;
}

.bg-dark-gray {
  background: #e2e4e6;
}

.introduce {}

.introduce .sec {
  padding: 50px 0;
}

.introduce h3 {
  font-size: 25px;
  margin-bottom: 30px;
  color: #017fcc;
  text-align: center;
}

.introduce h2 {
  width: 100%;
  margin-bottom: 35px;
}

.introduce h2 img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.introduce h4 {
  font-weight: normal;
  text-align: center;
  font-size: 22px;
}

.introduce h3::before {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #017fcc;
  margin: 0 auto 25px;
}

.introduce hr {
  max-width: 600px;
  margin: 40px auto;
  background-color: #ddd;
}

.introduce .sec p {
  font-size: 19px;
  line-height: 1.5em;
  margin-bottom: 1em;
}

.introduce .sec:nth-of-type(1) p {
  text-align: center;
}

.member_section {}

.member_section h2 {
  width: 100%;
  margin-bottom: 40px;
}

.member_section h2 img {
  display: block;
  width: 100%;
}

.member_section .sec {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.member_section .sec .left {
  width: 140px;
}

.member_section .sec .left, .member_section .sec .right {
  padding: 20px 24px 0;
  border-top: 3px solid #1353bd;
  box-sizing: border-box;
}

.member_section .sec .left h3 {
  color: #1353bd;
  text-align: center;
  font-size: 20px;
}

.member_section .sec .right {
  width: calc(100% - 140px - 20px);
  border-top-color: #ddd;
}

.member_section .sec .right.imgBox img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.his_ul {}

.his_ul .his_li {
  display: flex;
  margin-bottom: 0.5em;
}

.his_ul .his_li span {
  display: block;
  font-size: 18px;
}

.his_ul .his_li .date {
  font-weight: bold;
  margin-right: 1.5em
}

.his_ul .his_li .cont {}

/* .intro_item::before {content: '\f00c';font-family: fontawesome; display: block; background: #1e7cd7; width: 19px; height: 18px;margin-right: 13px;float: left; color:#fff; font-size:12px;line-height: 18px; text-align: center;} */
/*history page style*/
#history>.contents {
  margin-top: 28px;
}

#history>.contents>article .history_year {
  font-size: 33px;
  color: #1e7cd8;
  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;
}

/* 반응형 */
/* 1024px */
@media only screen and (max-width: 1024px) {
  body>header span {
    display: block;
  }

  header h1 {

  }

  header h1 img {
    margin-left: 0;
    max-width: calc(100% - 80px);
    display: block;
    margin: 0 auto;
    position: relative;
    left: -20px;
  }

  #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;
  }

  .intro_list {
    padding: 50px 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;
  }
}

/*반응형*/
@media screen and (max-width:600px) {
  .introduce h3 {
    font-size: 20px;
    margin-bottom: 1.5em;
  }

  .introduce h4 {
    font-size: 18px;
  }

  .introduce h2 {
    width: 280px;
    margin: 0 auto 15px;
  }

  .introduce .sec p {
    font-size: 15px
  }

  .introduce .sec p br {
    display: none;
  }

  .intro_list {
    padding: 0;
  }

  .intro_list2 {
    padding: 15px;
  }

  .intro_item {
    font-size: 15px;
    margin-bottom: 1em;
  }

  .intro_list2 .intro_item {
    font-size: 14px;
    margin-bottom: 1em;
  }

  .member_section .sec {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .member_section .sec .left, .member_section .sec .right {
    width: 100%;
        padding: 15px 0;
  }

  .member_section .sec .right {
      border-top: 0;
  }

  .member_section .sec .left h3 {
        font-size: 16px;
  }

  .his_ul .his_li span {
    font-size: 14px;
    line-height: 1.5em;
  }

  .his_ul .his_li .date {
    margin-right: 1em;
  }
}
