<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&amp;display=swap');
body, html{
  overflow-x: hidden;
}
body,
h1,
h2,
h3,
h4,
h5,
p {
  color: #222;
}

p {
  letter-spacing: -0.03em;
  font-size: 18px;
  line-height: 1.6;
}

strong {
  font-weight: 900;
  color: #de2714;
}

p.kor {
  margin-bottom: 0;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.56;
  color: #666;
}

#site {
  padding-top: 0;
  font-family: "Roboto", "notokr", sans-serif;
  letter-spacing: -0.03em;
}

#site&gt;.container {
  width: 100% !important;
  padding: 0;
}

#site .navbar-header {
  margin: 0;
  padding: 15px 0;
  line-height: 1;
}

nav&gt;.container {
  width: 100% !important;
  padding: 0;
}

ul {
  list-style: none;
  padding: 0;
}

.fa-phone {
  transform: rotate(90deg);
}

a:hover,
a:focus {
  text-decoration: none;
}

.display-flex {
  display: flex;
  align-items: center;
}

/* 불필요 항목 삭제 */
.navbar .caret {
  display: none;
}

/* 상단 메뉴 */
.navbar-inverse {
  background: #fff;
  position: static;
  margin-bottom: 0;
  border: 0;
}

.navbar-inverse .navbar-nav&gt;li&gt;a {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1.45;
}

.navbar-inverse .navbar-nav&gt;li&gt;a:hover,
.navbar-inverse .navbar-nav&gt;li&gt;a:focus {
  background: rgba(0, 0, 0, 0);
  transition: all ease 0.3s;
}

.navbar-inverse .navbar-nav&gt;li&gt;a:after {
  content: '';
  width: 14px;
  height: 7px;
  border-bottom: 7px solid #000;
  border-left: 7px solid rgba(0, 0, 0, 0);
  border-right: 7px solid rgba(0, 0, 0, 0);
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -7px;
  opacity: 0;
  transition: all ease 0.3s
}

.navbar-inverse .navbar-nav&gt;li&gt;a:hover::after,
.navbar-inverse .navbar-nav&gt;li&gt;a:focus::after,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle::after,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle::after {
  opacity: 1;

}


.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle {
  background: rgba(0, 0, 0, 0);
}

@media (max-width: 767px) {

  /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
  .navbar-inverse .navbar-toggle {
    border: 0;
    padding: 9px 0;
  }

  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #666;
    transition: ease-in-out 0.15s all;
    opacity: 1;
    position: relative;
  }

  .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:focus {
    color: #ff000b;
    background: white;
  }

  .navbar-inverse .navbar-toggle:hover .icon-bar,
  .navbar-inverse .navbar-toggle:focus .icon-bar {
    background-color: #222;
  }

  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: transparent;
  }

  .navbar-inverse.open .navbar-toggle&gt;.icon-bar:nth-of-type(1) {
    transform: rotate(45deg);
    top: 6px;
  }

  .navbar-inverse.open .navbar-toggle&gt;.icon-bar:nth-of-type(2) {
    opacity: 0;
  }

  .navbar-inverse.open .navbar-toggle&gt;.icon-bar:nth-of-type(3) {
    transform: rotate(-45deg);
    top: -6px;
  }
}

@media (min-width: 768px) {
  nav small {
    display: block;
    font-size: 12px;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 400;
  }

  .navbar-header {
    float: none;
    text-align: center;
  }

  .navbar-brand {
    display: inline-block;
    float: none !important;
    margin: 0;
    height: auto;
    padding: 0;
  }

  .navbar-brand img {
    margin: 0 auto;
  }

  .navbar&gt;.container .navbar-brand,
  .navbar&gt;.container-fluid .navbar-brand {
    margin-right: 0;
    margin-left: 0;
  }

  .navbar-inverse .navbar-collapse {
    text-align: center;
    background: #de2714;
    line-height: 0;
  }

  .navbar-inverse .navbar-nav {
    width: auto;
    display: inline-block;
  }

  .navbar-inverse .navbar-nav .dropdown-menu {
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
    padding: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    border: none;
    border-radius: 0;
  }

  .navbar-inverse .navbar-nav .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    min-width: 180px;
  }

  .navbar-inverse .navbar-nav .dropdown.open .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }

  .navbar-inverse .navbar-nav .dropdown-menu&gt;li&gt;a {
    padding: 10px 16px;
    color: #fff;
  }

  .navbar-inverse .navbar-nav .dropdown .dropdown-menu&gt;li {
    transition: 0.3s;
    height: 0;
  }

  .navbar-inverse .navbar-nav .dropdown .dropdown-menu&gt;li:hover {
    background: #841206;
  }

  .navbar-inverse .navbar-nav .dropdown.open .dropdown-menu&gt;li {
    height: 60px;
  }

  .navbar-inverse .navbar-nav .dropdown-menu&gt;li&gt;a:hover,
  .navbar-inverse .navbar-nav .dropdown-menu&gt;li&gt;a:focus {
    background: none;
    font-weight: 400;
  }
}

@media (min-width: 992px) {
  .navbar-inverse .navbar-right {
    margin-right: 0px;
    float: none !important;
    line-height: 0;
  }

  .navbar-inverse .navbar-nav&gt;li&gt;a {
    padding: 15px 40px;
  }

  #gnbauth&gt;a {
    padding: 23px 40px;
  }

}

/* 슬라이드 공통 */
#mainCarousel .carousel-inner .item {
  height: 640px;
}

.carousel-control {
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.125);
  transition: ease-in-out 0.15s all;
}

.carousel-control.left .glyphicon::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.carousel-control.right .glyphicon::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.carousel-indicators {
  bottom: 45px;
  margin-bottom: 0;
}

.carousel-indicators li,
.carousel-indicators li.active {
  width: 16px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.6);
  border: none;
  margin: 0px 3px !important;
  transition: ease-in-out 0.15s all;
  border-radius: 50%;
}

.carousel-indicators li.active {
  background-color: #ff3c28;
}

@media (max-width: 767px) {
  .carousel-control {
    font-size: 14px;
  }

  .carousel-indicators li,
  .carousel-indicators li.active {
    width: 6px;
    height: 6px;
  }
}

/* 메인 페이지 */
.mainCarousel .carousel-inner .item {
  height: 600px;
}

@media (max-width: 767px) {
  *{word-break:keep-all} 
  .mainCarousel .carousel-inner .item {
    height: 250px;
  }

  .mainCarousel .carousel-caption h1 {
    font-size: 24px;
  }

  .mainCarousel .carousel-caption p {
    font-size: 12px;
  }
}

/*푸터*/
footer {
  padding: 50px 0;
  background: #222;
  letter-spacing: 0;
}

footer .footer_box {
  display: flex;
}

footer .footer_left {
  margin-right: 40px;
}

footer p {
  font-size: 14px;
  color: #909090;
  letter-spacing: 0;
  line-height: 1.45;
}

footer span {
  width: 18px;
  display: inline-block;
}
footer .add li{
  display: flex;
}

footer .info {
  display: flex;
}

footer .info li {
  margin-right: 30px;
  display: flex;
}

footer i {
  color: #ccc;
  font-size: 12px;
}

footer .footer_copy {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 10px;
}

footer .footer_copy span {
  width: auto;
  font-weight: 300;
  opacity: 0.6;
}

/*메인캐러셀*/
.carousel-control {
  background-image: none !important;
}

.carousel-control .right,
.carousel-control .left {
  background-image: none !important;
}

.carousel-caption h1 {
  color: #fff;
  letter-spacing: 0;
  font-weight: 900;
  font-size: 65px;
  margin: 0;
}

.carousel-caption p {
  margin-top: 35px;
  color: #fff;
  font-size: 26px;
  letter-spacing: -0.02em;
  font-weight: 500;
}

.carousel-caption p small {
  display: block;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 300;
}

/*메인*/
.main section {
  padding: 120px 0;
}

.main .main_title {
  font-weight: 600;
  font-size: 45px;
  margin-top: 0;
  margin-bottom: 65px;
  text-align: center;
}

.main_about .main_title::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #de2714;
  display: block;
  margin: 50px auto -10px;
}

.main .main_title small {
  display: block;
  color: #de2714;
  font-size: 22px;
  font-weight: 500;
  margin-top: 15px;
  letter-spacing: 0;
}

.main .main_about {
  text-align: center;
}

.main .main_about img {
  margin-bottom: 20px;
}

.main .main_about p {
  padding: 0 45px;
  word-break: keep-all;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 30px;
}

.main .main_about p.kor {
  font-size: 18px;
  font-weight: 400;
  color: #222;
}

.main .main_about a {
  background: #fff;
  color: #222;
  padding: 18px 70px;
  display: inline-block;
  font-size: 15px;
  margin: 0 auto;
  margin-top: 40px;
  transition: 0.3s;
  border: 1px solid #aaa;
  text-transform: lowercase;
  letter-spacing: 0.03em;
}

.main .main_about a:hover {
  background: #de2714;
  border-color: #de2714;
  color: #fff;
}

.main .main_tank {
  background: #f5f5f5 url(/public/img/main/main_tank_bg.png) 50% 50%/cover fixed;
}

.main .main_tank .main_title {
  color: #fff;
}

.main .main_tank .main_title small {
  color: #fff;
}

.main .m_link {
  margin: 0;
  box-shadow: 0 30px 30px -10px rgba(0, 0, 0, 0.25);
  border-top: 3px solid #ff412d;
}

.main .m_link&gt;div:last-child .inner {
  border-right: none;
}

.main .m_link .col-sm-3 {
  padding: 0;
}

.main .m_link .inner {
  background: #fff;
  border-right: 1px solid #eee;
}

.main .m_link .textBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all ease 0.3s;
  height: 100%;
  padding: 40px 25px 55px;
  text-align: center;
}

.main .m_link .textBox:hover {
  background: #ff412d;
}

.main .m_link .textBox img {
  margin-bottom: 30px
}

.main .m_link .textBox p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  transition: all ease 0.3s;
}

.main .m_link .textBox p+p {
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 300;
}

.main .m_link .textBox span {
  font-size: 14px;
  margin: 54px auto 0 auto;
  transition: all ease 0.3s;
  text-transform: lowercase;
  letter-spacing: 0.03em;
  color: #de2714;
  font-weight: 400;
}

.main .m_link .textBox:hover p {
  color: #fff;
}

.main .m_link .textBox:hover span {
  color: #fff;
}

.main .main_bbs {
  padding-bottom: 50px;
}

.main .main_bbs .board_box_list {
  margin-bottom: 0 !important;
  margin-top: 10px;
}

.main .main_bbs .board_box_list .page-header {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #555;
}

.main .main_bbs .board_box_list .page-header h4 {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
}

.main .main_bbs .board_box_list li {
  font-size: 15px;
  padding: 12px 0;
  border-bottom: 1px solid #ececec;
}

.main .main_bbs .board_box_list li a:hover {
  color: #ec2f1b;
  text-decoration: underline
}

div[class^="board_box_"] .page-header .pull-right {
  width: 30px;
  height: 30px;
  border: 1px solid #d0d0d0;
  font-size: 12px;
  color: #555;
  text-align: center;
  line-height: 30px;
}

.main .main_bbs .board_box_list li span {
  font-size: 14px;
  letter-spacing: 0;
}

.main .main_bbs .board_box_list .writer,
.main .main_bbs .board_box_list .hits {
  display: none !important;
}

.main .main_contact {
  overflow: hidden;
  position: relative;
  max-width: 1140px;
  margin: 0 auto 120px;
  padding: 0;
  text-align: left;
}

.main .main_contact .main_title {
  position: relative;
  margin-bottom: 0;
  color: #fff;
  font-size: 24px;
  text-align: left;
}

.main .main_contact .main_title::before {
  content: '\f305';
  font-family: 'font awesome 5 free';
  margin-right: 16px;
  background: #de2714;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 24px;
  border-radius: 50%;
  line-height: 50px;
}

.main .main_contact .main_title small {
  display: inline-block;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.03em;
  margin-left: 3px;
}

.main .main_contact span {
  font-weight: 400;
  letter-spacing: 0;
  text-transform: lowercase;
}

.main .main_contact::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/public/img/main/main_contact_bg.png) 50% 50% no-repeat;
  transform: scale(1);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.7s;
  z-index: -1;
}

.main .main_contact:hover::before {
  transform: scale(1.05);
}

.main .main_contact a {
  color: #fff;
  width: 100%;
  height: 100%;
  font-weight: 500;
  padding: 30px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

  /* Enter your style code */
  .main .main_tank {
    background: #f5f5f5 url(/public/img/main/main_tank_bg.png) 50% 50%/cover;
  }
}

/*서브*/

.sub_page section {
  padding-bottom: 140px;
}

.sub_page .sec_title {
  padding-bottom: 100px;
}

.sub_top {
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(/public/img/sub/sub_top_bg1.png) 50% 50%/cover;
  position: relative;
  padding-bottom: 45px;
}

.sub_top h1 {
  text-align: center;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 48px;
  margin: 0;
}

.sub_top h1 small {
  display: block;
  font-size: 20px;
  margin-top: 15px;
  font-weight: 400;
  letter-spacing: 1.5px;
  color: #fff;
}

.link_button {
  width: 100%;
  margin-bottom: 100px;
  background: rgb(30 30 30 / 85%);
  position: relative;
  z-index: 1;
}

.link_button ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  max-width: 1170px;
  margin: -77px auto 0;
}

.link_button li {
  position: relative;
  width: 100%;
  text-align: center;
}

.link_button li+li::after {
  content: '';
  width: 1px;
  height: 35px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.link_button li:nth-last-child(1) {
  margin-right: 0;
}

.link_button li a {
  color: #eee;
  font-size: 16px;
  display: block;
  padding: 18px 0;
  text-transform: uppercase;
  font-weight: 500;
  transition: all ease 0.3s;
}

.link_button li a:hover {
  background: rgba(0, 0, 0, 0.3)
}

.link_button li a small {
  display: block;
  letter-spacing: 0.2px;
  font-weight: 400;
  font-size: 12px;
  margin-top: 2px;
  opacity: 0.75;
}

.link_button li.active a::before {
  /* content:''; */
  width: 100%;
  height: 3px;
  background: #000000;
  position: absolute;
  left: 0;
  top: 0;
}

.link_button li.active a {
  background: #fff;
  color: #111;
}

.link_button li.active a small {
  opacity: 0.9;
}

.page_title {
  font-weight: 600;
  font-size: 38px;
  margin-bottom: 0;
  text-align: center;
  margin-top: 0;
  letter-spacing: -0.025em;
}

.page_title small {
  color: #de2714;
  font-size: 22px;
  display: block;
  margin-top: 20px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.sub_title {
  position: relative;
  font-weight: 700;
  font-size: 35px;
  margin-top: 0;
  margin-bottom: 35px;
  letter-spacing: -0.045em;
}

.sub_title small {
  display: inline-block;
  font-size: 24px;
  letter-spacing: 0;
  color: #222;
  margin-left: 15px;
  font-weight: 500;
}

#about01 .sec1 .eng::before {
  content: '';
  width: 30px;
  height: 2px;
  background: #de2714;
  display: block;
  margin-bottom: 50px;
}

#about01 .sec1 .eng {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1.56;
  margin-top: 50px;
}

#about01 .sec1 p.kor {
  font-size: 18px;
  font-weight: 400;
  color: #222;
}

#about01 .sec2 {
  z-index: 0;
  position: relative;
}

#about01 .sec2 .sub_title {
  margin-bottom: 60px;
}

#terminal01 .sec1 .eng,
#terminal02 .sec1 .eng,
#terminal04 .sec1 .eng {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.5;
}

#terminal01 .sec1 p.kor,
#terminal02 .sec1 p.kor,
#terminal04 .sec1 p.kor {
  font-size: 18px;
  font-weight: 400;
  color: #222;
}

#terminal01 .sec1 p {
  width: 80%;
  margin: 0 auto 25px;
  text-align: center;
  word-break: break-word;
}

#terminal02 .col-sm-6.text {
  padding-left: 45px;
  padding-top: 50px;
}

#terminal04 .sec1 .eng {
  margin-bottom: 30px;
}

.moto ul {
  align-items: center;
  display: flex;
  justify-content: center;
}

.moto li {
  width: 320px;
  height: 320px;
  position: relative;
  border-radius: 50%;
  margin: 0 15px;
  padding: 67px 0 0;
}

.moto li::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 105%;
  height: 105%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
  background: rgba(0, 0, 0, 0);
  opacity: 0.8;
}

.moto li:nth-child(1) {
  background: #e22c19;
}

.moto li:nth-child(1)::before {
  border: 1px solid #e22c19;
}

.moto li:nth-child(2) {
  background: #333;
}

.moto li:nth-child(2)::before {
  border: 1px solid #333333;
}

.moto li:nth-child(3) {
  background: rgb(5 123 158);
}

.moto li:nth-child(3)::before {
  border: 1px solid #057b9e;
}

.moto li:nth-last-child(1) {
  margin-right: 0;
}

.moto li img {
  margin-bottom: 20px;
  width: 90px;
}

.moto li p {
  text-align: center;
  margin: 0;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  font-size: 22px;
}

.moto li p small {
  display: block;
  margin-top: 7px;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0;
}

.intro P {
  word-break: keep-all;
  line-height: 1.6;
}

.greeting {
  margin-top: 75px;
}
.greeting .ceo_profile{
  width: 238px;
  height: 365px;
  background: url(/public/img/sub/profile.png) 50% 50% / cover;
}


.greeting .col-sm-9 {
  padding-left: 20px;
}


.text_eng {
  margin-bottom: 40px;
}

.text_eng p {
  letter-spacing: -0.04em;
  line-height: 1.56;
  margin-bottom: 20px;
}

.greeting .kor p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 18px;
}

.ceo {
  border-top: 1px solid #ddd;
  padding-top: 25px;
  margin-top: 50px;
  margin-bottom: 0 !important;
  text-align: right;
  font-size: 15px;
  line-height: 1.4;
}

.ceo strong {
  font-size: 18px;
  padding-left: 7px;
  color: #222;
  font-weight: 700;
}

.history {
  position: relative;
}

.history::before {
  content: '';
  width: 1px;
  height: 100%;
  background: #f1c6c6;
  position: absolute;
  left: 30%;
  top: 12px;
}

.history li {
  display: flex;
}

.history li .year {
  margin: 0;
  padding-right: 60px;
  width: 30%;
  font-size: 34px;
  font-weight: 600;
  color: #de2714;
  line-height: 1;
  text-align: right;
}

.history li .month {
  padding-left: 100px;
  padding: 2px 0 60px 60px;
  position: relative;
}

.history li .month::after {
  content: "";
  position: absolute;
  left: -3px;
  top: 12px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #de2714;
  box-sizing: content-box;
}

.history li .month::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 8px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #de2714;
  opacity: 0.5;
}
.history li .month div{
  display: flex;
}
.history li .month div p{
  font-size: 15px;
  margin-bottom: 6px;
  width: calc(100% - 34px);
}

.history li .month div span {
  font-size: 17px;
  font-weight: 600;
  padding-right: 15px;
  color: #222;
  width: 34px;
}

.history li .year{
  text-align: left;
}
.history li:nth-last-child(1) .month {
  padding-bottom: 0;
}

#about03 iframe {
  width: 100%;
  height: 360px;
}

.location {
  border-top: 2px solid #333;
  margin-top: 20px;
}

.location li {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 25px 0;
}

.location li span {
  font-size: 18px;
  font-weight: 700;
  width: 220px;
}

.location li p {
  margin-bottom: 0;
  font-size: 16px;
  letter-spacing: -0.015em;
}

.location li i {
  color: #de2714;
  margin-right: 5px;
}

#terminal01 {
  padding-bottom: 0;
}

#terminal01 .business_area .inner {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.08);
}

#terminal01 .textBox {
  width: 100%;
  position: relative;
  padding: 30px 0;
  border: 1px solid #ddd;
  border-top: none;
}

#terminal01 .textBox::before {
  content: '';
  width: calc(100% + 2px);
  height: 2px;
  background: #de2714;
  position: absolute;
  left: -1px;
  bottom: -1px;
}

#terminal01 .textBox p {
  text-align: center;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
}

#terminal01 .textBox p:last-child {
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 400;
}

.cert {
  text-align: center;
}

.cert img {
  width: 300px;
  border: 1px solid #d8d8d8;
  display: inline-block;
  margin-bottom: 20px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.08);
}

.table-style {
  width: 100%;
  table-layout: fixed;
  border-top: 2px solid #333;
}


.table-style thead th {
  vertical-align: middle !important;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #666 !important;
  background: #f8f8f8;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 15px 8px !important;
}

.table-style thead th:nth-last-child(1) {
  border-right: 0 !important;
}

.table-style tr {
  border-bottom: 1px solid #ddd;
}

.table-style tr th {
  text-align: center;
  vertical-align: middle !important;
  border-right: 1px solid #ddd;
}

.table-style tr td {
  text-align: center;
  vertical-align: middle !important;
  border-right: 1px solid #ddd;
  font-size: 15px;
  letter-spacing: -0.015em;
  padding: 12px 8px !important;
}

.table-style .col_padding {
  padding: 0 20px;
}

.table-style .table_border0 {
  border-right: none;
}

.table-style .total td {
  color: #ff000b;
  font-weight: 500;
}


#terminal03 img {
  margin-bottom: 40px;
}

#terminal03 .imgBox {
  display: flex;
  justify-content: space-between;
}

#terminal04 img {
  margin-bottom: 40px;
}

#terminal04 p+p.kor {
  margin-top: 12px;
}

#terminal04 .ul_dash {
  border: 10px solid #eee;
  padding: 35px 45px;
}

.caution {
  font-size: 14px;
}

.ul_dash {
  margin-top: 40px;
}

.ul_dash li {
  padding-left: 20px;
  font-size: 16px;
  position: relative;
  margin-bottom: 8px;
}

.ul_dash li::before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  top: 9px;
  width: 8px;
  height: 2px;
  background: #de2714;
}

.ul_dash li:nth-last-child(1) {
  margin-bottom: 0;
}

.contact_info {
  margin-bottom: 40px;
  margin-top: 100px;
}

.contact_info dl {
  position: relative;
  border: 1px solid #ddd;
  box-shadow: 3px 3px 6px rgb(0 0 0 / 8%);
  padding: 40px 50px 50px;
}

.contact_info dl::before {
  content: '';
  width: calc(100% + 2px);
  height: 2px;
  background: #de2714;
  position: absolute;
  left: -1px;
  top: -1px;
}

.contact_info dl dt {
  font-size: 26px;
  letter-spacing: -0.03em;
  margin: 0 0 20px;
}

.contact_info dl dd p {
  font-size: 16px;
  margin: 0 0 8px;
  letter-spacing: 0;
}

.contact_info dl dd p i {
  display: inline-block;
  width: 25px;
  height: 24px;
  background: #999;
  border-radius: 50%;
  line-height: 25px;
  text-align: center;
  font-size: 11px;
  color: #fff;
  margin-right: 11px;
}

.contact_info dl dd p:nth-last-child(1) {
  margin-bottom: 0;
}

.btn.btn-primary {
  border: 1px solid #de2714;
  background: #de2714;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
  border-color: #c31a09;
  background: #c31a09;
}

.btn.btn-dark {
  background-color: #444;
  border: 1px solid #444;
  color: #fff
}

.btn.btn-dark:hover,
.btn.btn-dark:focus {
  background-color: #333
}


.maintenance {
  margin-top: 5px;
  border: 7px solid #E5E5E5;
  padding: 75px 25px;
  text-align: center;
}

.maintenance .icon {
  display: block;
  line-height: 1;
  font-size: 64px;
  margin-bottom: 10px;
}

.maintenance .big-cont {
  display: block;
  line-height: 1;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
  margin-top: 20px;
}

.maintenance .small-cont {
  display: block;
  line-height: 1.5;
  font-size: 16px;
  letter-spacing: -0.03em;
  color: #818181;
  margin-bottom: 20px;
}

.table.table_default tr th,
.table.table_default tr td {
  font-size: 15px;
  border-bottom: 1px solid #ddd;
  padding: 17px 15px !important;
}

.table.table_default thead th {
  border-bottom: 1px solid #ccc !important;
  background: #f8f8f8;
  font-size: 16px;
  font-weight: 500;
  padding: 20px 15px !important;
  color: #222;
}

.table.table_default tr td.subject {
  font-size: 16px;
}

.table.table_default tbody tr:hover {
  background: #fbfbfb
}

.table.table_default tr td.subject a:hover {
  text-decoration: underline
}


.board_wrapper {
  margin-top: 0;
}

.board_data_view {
  border-top: 2px solid #333;
}

.board_data_view .header_wrap {
  padding: 45px 0;
  background: #f8f8f8;
  border-bottom: 1px solid #ccc;
}

.board_data_view .header_wrap .title {
  font-size: 28px;
  letter-spacing: -0.05em;
}

.board_data_view .header_wrap .info span strong {
  color: #999;
  font-weight: 600;
  margin-right: 3px
}

.board_wrapper .table.board_write_table {
  border-top: 2px solid #333;
}

.board_wrapper .table.board_write_table tbody tr th,
.board_wrapper .table.board_write_table tbody tr td {
  border-bottom: 1px solid #ddd;
  font-size: 15px;
}

.board_wrapper .table.board_write_table tbody tr td {
  padding: 15px 15px;
}

.board_wrapper .table.board_write_table tbody tr th {
  font-size: 16px;
  font-weight: 500;
}

.board_wrapper .text-muted {
  font-size: 15px;
}

.board_wrapper .checkbox {
  margin-top: 4px;
}

.board_wrapper .checkbox a {
  color: #de2714;
  text-decoration: underline;
}

.form-control:not([readonly]):focus {
  border-color: #555
}

.board_wrapper .table.board_write_table tbody tr th&gt;span.required_text {
  color: #de2714
}

@media (max-width: 767px) {
  p{
    font-size: 16px;
  }
  /*네비*/
  .navbar-inverse {
    position: fixed;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
  }

  .navbar-brand {
    height: auto;
    padding: 0 4px;
  }

  .navbar-brand img {
    height: 50px;
  }
  .navbar-inverse .navbar-nav &gt; li{
    padding: 0 15px;
  }
  .navbar-inverse .navbar-nav .dropdown .dropdown-toggle {
    font-size: 16px;
    color: #000;
  }
  .navbar-inverse .navbar-nav&gt;li&gt;a{
    color: #000;
  }
  .navbar-inverse .navbar-nav&gt;li&gt;a:hover, .navbar-inverse .navbar-nav&gt;li&gt;a:focus{
    color: #000;
  }
  .navbar-inverse .navbar-nav&gt;.open&gt;a, .navbar-inverse .navbar-nav&gt;.open&gt;a:focus, .navbar-inverse .navbar-nav&gt;.open&gt;a:hover{
    color: #de2714;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover {
    color: #de2714;
  }
  .navbar-inverse .navbar-nav&gt;li&gt;a:after{
    display: none;
  }
  .dropdown-menu{
    display: block !important;
    opacity: 0;
    visibility: hidden;
    height: 1px;
    transition: 0s;
    border: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu{
    opacity: 1;
    visibility: visible;
    height: auto;
    transition: 0.3s;
  }

  /*푸터*/
  footer .footer_box {
    flex-direction: column;
  }

  footer .footer_box img {
    height: 30px;
    margin-bottom: 20px;
  }
  footer .info{
    display: block;
  }
  footer li span{
    flex-basis: 20px;
  }
  footer li p{
    flex-basis: calc(100% - 20px);
  }

  /*메인 슬라이드*/
  #mainCarousel{
    padding-top: 80px;
  }
  #mainCarousel .carousel-inner .item {
    height: 320px;
  }

  .carousel-caption h1 {
    font-size: 28px;
  }

  .carousel-caption p {
    font-size: 18px;
    margin-top: 10px;

  }

  .carousel-caption p small {
    font-size: 16px;
  }

  /*메인페이지*/
  .main section {
    padding: 60px 0;
  }

  .main .main_title {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .main .main_about p {
    padding: 0;
    font-size: 16px;
    text-align: left
  }

  .main_about .main_title::after {
    margin: 30px auto -10px;
  }

  .main .main_about p.kor {
    font-size: 16px;
  }
  
  .main .m_link {
    border-top: none;
    box-shadow: none;
  }

  .main .m_link .textBox {
    margin-bottom: 40px;
  }

  .main .m_link .inner {
    border-right: none; 
  }
  .main .m_link .inner a{
    border-top: 3px solid #ff412d;
  }
  .main .m_link .textBox span {
    margin: 20px auto 0 auto;
  }

  .main .board_box_list {
    padding: 0;
  }

  .main .board01 .board_box_list {
    margin-bottom: 60px !important;
  }

  .main .main_contact a {
    padding: 30px 15px;
  }

  .main .main_contact {
    margin: 0;
  }
  .main .main_contact .main_title{
    font-size: 20px;
  }
  .main .main_bbs .board_box_list .page-header h4{
    font-size: 18px;
  }
  /*서브페이지*/
  .link_button{
    margin-bottom: 80px;
  }
  .sub_top{
    height: 320px;
    padding: 0;
    padding-top: 80px;
  }
  .sub_top h1{
    font-size: 35px;
  }
  .page_title{
    font-size: 30px;
  }
  .page_title small{
    font-size: 18px;
    margin-top: 15px;
  }
  .sub_page .sec_title{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .link_button{
    display: none;
  }
  .sub_page section{
    padding-bottom: 80px;
  }
  .sub_title{
    font-size: 24px;
    margin-bottom: 30px;
  }
  .sub_title small{
    margin-left: 0;
    display: block;
    margin-top: 20px;
    font-size: 22px;
  }
  #about01 .sec1 .eng{
    margin-top: 0;
    font-size: 16px;
  }
  #about01 .sec1 p.kor{
    font-size: 16px;
  }
  #about01 .sec1 .eng::before{
    margin-bottom: 30px;
  }
  .moto ul{
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .moto li{
    width: 300px;
    height: 300px;
    margin: 0;
    margin-bottom: 40px;
  }
  .greeting{
    margin-top: 0;
  }
  .greeting .ceo_profile{
    width: 100%;
    height: 365px;
    margin-bottom: 40px;
    background: url(/public/img/sub/profile.png) 50% 10% no-repeat;
  }
  .text_eng p{
    font-size: 16px;
    font-weight: 500;
  }
  .ceo{font-size: 14px;}
  .ceo strong{
    font-size: 15px;
  }
  .history{
    padding-left: 20px;
  }
  .history::before{
    left: 0;
  }
  .history li{
    display: block;
    padding-bottom: 50px;
  }
  .history li:nth-last-child(1){
    padding-bottom: 0;
  }
  .history li .year{
    font-size: 24px;
    margin-bottom: 20px;
  }
  .history li .month{
    padding: 0;
  }
  .history li .month p{
    margin-bottom: 30px;
  }
  .history li .month p span{
    display: block;
  }
  .history li .month::after{
    top: -38px;
    left: -23px;
  }
  .history li .month::before{
    top: -42px;
    left: -27px;
  }
  .location li{
    display: block;
  }
  .location li p{
    margin-top: 15px;
  }
  #about03 iframe{
    height: 250px;
  }
  #terminal01 .sec1 .eng, #terminal02 .sec1 .eng, #terminal04 .sec1 .eng{
    font-size: 16px;
  }
  #terminal01 .sec1 p.kor, #terminal02 .sec1 p.kor, #terminal04 .sec1 p.kor{
    font-size: 15px;
  }
  #terminal01 .sec1 p{
    width: 100%;
  }
  #terminal01 .business_area .inner{
    margin-bottom: 40px;
  }
  .cert &gt; div:nth-child(1){
    margin-bottom: 40px;
  }
  #terminal02 .col-sm-6.text{
    padding: 0 15px;
    margin-top: 20px;
  }
  .table_box{
    overflow-x: scroll;
  }
  .table-style{
    min-width: 1140px;
  }
  #terminal03 .sec2 .table-style{min-width: 900px;}
  .board_wrapper{
    margin-bottom: 0;
  }
  #terminal04 .ul_dash{
    border: 6px solid #eee;
    padding: 35px 15px;
  }
  .ul_dash li{
    margin-bottom: 24px;
    font-size: 15px;
    padding-left: 0;
  }
  .ul_dash li::before{
    display: none;
  }
  .board_wrapper .table.board_write_table tbody tr th, .board_wrapper .table.board_write_table tbody tr td {
    padding: 15px 0;
  }

  .board_wrapper .text-center .btn + .btn {
    margin-left: 0;
    margin-top: 10px;
  }

  .board_wrapper .table.board_write_table .input-group, .board_wrapper .table.board_write_table .form-control {
    width: 100%;
  }

  .board_wrapper .text-center .btn.btn-lg {
    width: 100%;
  }

  .board_wrapper .table.table_default tr th, .board_wrapper .table.table_default tr td {
    padding: 10px;
    font-size: 13px;
  }

  .board_wrapper .table colgroup, .board_wrapper .table tr .num, .board_wrapper .table tr .hits {
    display: none;
  }

  .board_wrapper .table .subject {
    width: 55%;
  }

  .board_wrapper .table .writer {
    width: 20%;
  }

  .board_wrapper .table .regdate {
    width: 25%;
  }
  .board_data_view .header_wrap .title{
    font-size: 20px;
  }
  .search_wrap{
    margin-bottom: 0;
  }
  .board_wrapper .text-center{
    margin-top: 20px;
  }
  .reply_wrap h4{font-size: 16px;}
  #reply_list div{
    padding: 30px 0 !important;
  }
  #reply_list div span{
    font-size: 15px !important;
  }
  .contact_info dl{
    padding: 40px 20px 50px;
    margin-bottom: 40px;
  }
  .contact_info dl dt{
    font-size: 18px;
  }
  
}</pre></body></html>