@charset "utf-8";
/* 공통 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");

body {
  font: 400 16px "Noto Sans KR", "Malgun Gothic", Dotum, Arial, Helvetica,
    sans-serif;
  color: #252525;
  letter-spacing: -0.025em;
  min-width: 320px;
}
body,
html,
p,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
span,
br,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
}
a {
  text-decoration: none;
  color: #252525;
}
a,
img {
  border: none;
  vertical-align: middle;
}
ul,
li {
  list-style: none;
}
img {
  max-width: 100%;
}

.center_wrap {
  width: 1400px;
  margin: 0 auto;
  position: relative;
}
input[type="text"],
input[type="password"] {
  border: 1px solid #ddd;
  height: 35px;
  padding: 0 5px;
  box-sizing: border-box;
  vertical-align: middle;
}
select {
  border: 1px solid #ddd;
  height: 35px;
  box-sizing: border-box;
  color: #666;
  font-size: 18px;
  vertical-align: middle;
}
input[type="button"] {
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  width: 100%;
}
textarea {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
input[type="file"] {
  width: 100%;
  height: 35px;
}
input:focus,
a:focus {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

#site_map .wrap {
  position: fixed;
  border: 1px solid #efefef;
}
.lang {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.lang a:not(:first-child) {
  display: none;
}
.lang a {
  padding-left: 14px;
}

@media screen and (min-width: 1420px) {
  #site_map .wrap {
    width: 1420px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1420px) {
  #site_map .wrap {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 1001px) {
  /*head*/
  #head {
    width: 100%;
    z-index: 999;
  }
  #head a {
    color: #333333;
  }

  #head .logo {
    float: left;
    font-size: 0;
    line-height: 100px;
    margin-right: 120px;
  }
  #head .logo .pc {
    display: inline-block !important;
  }

  #site_map .btn_open {
    position: absolute;
    right: 0;
    top: 35px;
  }
  #site_map .wrap {
    background: #fff;
    top: 36px;
    padding: 60px;
    box-sizing: border-box;
    display: none;
    z-index: 9999;
  }
  #site_map .wrap .btn_close {
    position: absolute;
    right: 35px;
  }
  #site_map a {
    color: #000;
    font-size: 20px;
    display: block;
  }
  #site_map .depth1 {
    display: table;
    width: 100%;
    table-layout: fixed;
    text-align: center;
  }
  #site_map .depth1 > li > a {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 500;
  }
  #site_map .depth1 > li {
    display: table-cell;
    table-layout: fixed;
    border-left: 1px solid #e5e5e5;
  }
  #site_map .depth1 > li:first-child {
    border: none;
  }
  #site_map .depth2 li {
    margin-bottom: 10px;
  }

  .lang {
    position: absolute;
    right: 60px;
    top: 38px;
    width: 100px;
    line-height: 30px;
    border-radius: 16px;
    border: 1px solid #666;
    text-align: center;
    font-size: 14px;
  }
  .lang img {
    display: inline-block;
    margin-left: 6px;
  }

  #head .logo .mobile,
  #head .btn_bar,
  #head .btn_home,
  .gnb_wrap .bg,
  #gnb .logo {
    display: none;
  }

  #head .gnb_wrap:after {
    content: " ";
    display: block;
    clear: both;
  }

  #gnb {
    float: left;
    margin-right: 8%;
  }
  #gnb > .depth1 > li {
    float: left;
    text-align: center;
    position: relative;
  }
  #gnb > .depth1 > li > a {
    padding: 0 40px;
    display: block;
    font-size: 24px;
    position: relative;
    line-height: 100px;
    font-weight: bold;
  }
  #gnb > .depth1 > li.active > a:after {
    content: "";
    display: block;
    background: #00c6ff;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0px;
    z-index: 998;
    left: 0;
  }
  #gnb > .depth1 > li > .depth2 {
    position: absolute;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    top: 97px;
    border-top: 3px solid #00c6ff;
    padding: 15px 0 5px;
    display: none;
    z-index: 998;
  }
  #gnb > .depth1 > li > .depth2 li {
    margin-bottom: 10px;
  }
  #gnb > .depth1 > li > .depth2 a {
    color: #000;
    font-size: 13px;
    text-align: center;
    display: block;
    letter-spacing: -1px;
  }
  #gnb_mobile {
    display: none;
  }
}
@media screen and (max-width: 1420px) {
  .center_wrap {
    width: 100%;
    padding: 0 2%;
    box-sizing: border-box;
  }
  #gnb > .depth1 > li > a {
    margin: 0;
  }
  #site_map .wrap {
    padding: 30px;
  }
}

@media screen and (max-width: 1255px) {
  #gnb > .depth1 > li > a {
    padding: 0 15px;
  }
}

@media screen and (max-width: 1070px) {
  #head .logo {
    float: left;
    font-size: 0;
    line-height: 100px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .center_wrap {
    padding: 0 4%;
  }
  #head {
    position: relative;
    height: 60px;
  }
  #head .ribbon_menu {
    display: none;
  }

  #head > .center_wrap {
    position: static;
  }
  #head .btn_bar {
    float: right;
    margin-top: 15px;
  }
  #head .btn_bar img {
    height: 20px;
  }
  #head .btn_home {
    float: right;
    margin-top: 15px;
  }
  #head .btn_home img {
    width: 23px;
  }
  #head .gnb_wrap > .logo {
    display: inline-block;
    margin-top: 15px;
  }
  #head .logo .pc {
    display: none;
  }
  #head .logo .mobile {
    width: 143px;
  }

  .lang {
    float: right;
    width: 90px;
    line-height: 18px;
    border-radius: 13px;
    border: 1px solid #666;
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
    margin-right: 10px;
  }
  .lang img {
    display: inline-block;
    margin-left: 6px;
  }
  .lang a {
    vertical-align: top;
  }

  #head .logo {
    float: none;
    font-size: 0;
    line-height: 50px;
    margin-right: 0;
  }

  #site_map {
    display: none;
  }

  #gnb {
    display: none;
  }
  #gnb_mobile {
    height: 100vh;
    pointer-events: none;
    top: 0;
    position: fixed;
    z-index: 9999;
  }
  #gnb_mobile.open {
    width: 100%;
    pointer-events: auto;
  }
  #gnb_mobile .logo {
    text-align: center;
    padding: 10px 10px;
    border-bottom: 1px solid #d6d6d6;
  }
  #gnb_mobile .wrap {
    background: #fff;
    width: 80%;
    min-width: 320px;
    left: -150%;
    position: fixed;
    height: 100vh;
    z-index: 999;
  }
  #gnb_mobile .bg {
    background: #000;
    opacity: 0;
    display: block;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 99;
  }
  #gnb_mobile .depth1 {
    min-height: 600px;
    overflow: auto;
  }
  #gnb_mobile .depth1 > li {
    border-bottom: 1px solid #d6d6d6;
  }
  #gnb_mobile .depth1 > li > a {
    font-size: 16px;
    display: block;
    padding: 15px 10% 15px 7%;
    position: relative;
    font-weight: 500;
  }
  #gnb_mobile .depth1 > li > a:after {
    content: " ";
    background: url(../img/common/gnb_arrow.png) no-repeat left top;
    background-size: 100% auto;
    width: 16px;
    height: 10px;
    position: absolute;
    right: 7%;
    top: 50%;
    margin-top: -5px;
  }
  #gnb_mobile .depth1 > li.open > a {
    background: #00a9ff;
    color: #fff;
  }
  #gnb_mobile .depth1 > li.open > a:after {
    background-image: url(../img/common/gnb_arrow_on.png);
  }
  #gnb_mobile .depth2 {
    background: #f5f5f5;
    padding: 15px 7% 5px;
    display: none;
  }
  #gnb_mobile .depth2 li {
    margin-bottom: 10px;
  }
  #gnb_mobile .depth2 li a {
    color: #696969;
  }
  #gnb_mobile .depth2 li a:before {
    content: "-";
    padding-right: 8px;
    vertical-align: 2px;
  }
  #gnb_mobile .btn_close {
    position: absolute;
    right: 7%;
    top: 0px;
  }
  #gnb_mobile .btn_close img {
    height: 20px;
  }
}
/*footer*/
#footer {
  background: #292929;
  padding: 50px 0;
}
#footer .center_wrap {
  background: url(../img/common/footer-logo.png) no-repeat left center;
  padding-left: 335px;
  box-sizing: border-box;
}
#footer .link {
  margin-bottom: 15px;
}
#footer .link a {
  font-size: 14px;
  color: #fff;
  margin-right: 15px;
  font-weight: 300;
}
#footer .address {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 300;
}
#footer .address span {
  display: inline-block;
  width: 20px;
}
@media screen and (max-width: 1000px) {
  #footer {
    background: #292929;
    padding: 30px 4%;
  }
  #footer .center_wrap {
    background: none;
    padding-left: 0;
    box-sizing: border-box;
  }
  #footer .link a {
  font-size: 12px;
  margin-right: 10px;
}
#footer .address {
  display: block;
  font-size: 12px;
}
}

/*lnb*/
#lnb {
  background: #1f51a2;
  width: 100%;
}
#lnb ul {
  border-left: 1px solid #4c74b5;
}
#lnb ul > li > a {
  color: #fff;
  white-space: nowrap;
  display: block;
  padding: 0 0;
  width: 70px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  border-right: 1px solid #4c74b5;
  font-size: 20px;
  position: relative;
}
#lnb ul > li.menu_wrap > a {
  padding: 0 80px 0 20px;
  text-align: left;
  min-width: 180px;
  box-sizing: border-box;
  width: auto;
}
#lnb ul > li.menu_wrap > a:after {
  content: "";
  background: url(../img/sub/lnb-arr.png) no-repeat left top;
  width: 17px;
  height: 10px;
  display: block;
  position: absolute;
  right: 12px;
  top: 27px;
}
#lnb ul > li {
  display: inline-block;
  position: relative;
}
#lnb .menu {
  position: absolute;
  background: #fff;
  width: 100%;
  top: 60px;
  z-index: 999;
  display: none;
}
#lnb .menu a {
  display: block;
  border: 1px solid #ddd;
  border-width: 0 1px 1px 1px;
  padding: 15px 20px;
}

@media screen and (max-width: 1000px) {
  #lnb .center_wrap {
    padding: 0;
  }
  #lnb a,
  #lnb li,
  #lnb ul {
    box-sizing: border-box;
  }
  #lnb ul > li > a {
    height: 50px;
    line-height: 50px;
    font-size: 13px;
  }
  #lnb ul > li.menu_wrap {
    width: 50%;
    float: left;
  }
  #lnb ul > li.menu_wrap > a {
    padding: 0 10px;
    min-width: 50%;
  }
  #lnb ul > li.menu_wrap > a:after {
    top: 22px;
    right: 10px;
  }
  #lnb .home {
    display: none;
    width: 0;
  }

  #lnb .menu {
    top: 50px;
  }
  #lnb .menu a {
    padding: 10px;
  }
  #lnb ul:after {
    content: "";
    display: block;
    clear: both;
  }
}
.pg_tit {
  font-size: 42px;
  border-bottom: 1px solid #eceff3;
  text-align: left;
  position: relative;
  margin-bottom: 70px;
}

.pg_tit p {
  font-weight: 400;
  display: inline-block;
  line-height: 70px;
}
.pg_tit p:after {
  content: "";
  display: block;
  height: 3px;
  background: #1f51a2;
}
.business-wrap .pg_tit,
.product-wrap .pg_tit {
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .pg_tit {
    font-size: 25px;
    border-bottom: 1px solid #eceff3;
    text-align: left;
    position: relative;
    margin-bottom: 30px;
  }
  .pg_tit p {
    font-weight: 400;
    display: inline-block;
    line-height: 40px;
  }
  .pg_tit p:after {
    content: "";
    display: block;
    height: 3px;
    background: #1f51a2;
  }
}
@media screen and (min-width: 320px) and (max-width: 1000px) {
  body {
    overflow-x: hidden;
  }
}
