html {font-size: 62.5%;}
.service_contact {
  margin-bottom: 140px;
}

.service_contact .sub__tit {
  margin-bottom: 110px;
}

.sub__lnb {
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  z-index: 10;
  max-width: 1200px;
  margin: 0 auto;
}

.sub__lnb .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0;
}
.inner {
  max-width: 1440px;
  margin: auto;
  position: relative;
}

.sub__lnb .lnb__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.sub__lnb .lnb__nav > a {
  font-size: 18px;
  display: block;
  padding: 0 10px;
  margin-right: 45px;
}

.sub__lnb .lnb__nav > a:last-child {
  margin-right: 0;
}

.sub__lnb .lnb__nav > a.active {
  color: #0154a6;
  position: relative;
}

.sub__lnb .lnb__nav > a.active::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #0154a6;
  position: absolute;
  bottom: -31px;
  left: 0;
}

.sub__lnb .lnb__path {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sub__lnb .lnb__path > a {
  margin-right: 15px;
  display: block;
  line-height: 1em;
}

.sub__lnb .lnb__path > a > p {
  display: none;
}

.sub__lnb .lnb__path > p {
  line-height: 1em;
  margin-right: 15px;
}

.sub__lnb .lnb__path > p.path__arrow {
  padding-right: 23px;
  margin-right: 15;
  background-image: url(/images/sub/lnb_arrow.png);
  background-repeat: no-repeat;
  background-position: 100% 3px;
}

.sub__tit {
  line-height: 1em;
  font-size: 45px;
  color: #000;
  font-weight: 600;
  text-align: center;
}

.sub__tit02 {
  line-height: 1.5em;
  font-size: 35px;
  color: #000;
  font-weight: 500;
  text-align: center;
  margin-top: 35px;
}

.sub__tit02 span {
  font-weight: 600;
}

.sub__tit03 {
  line-height: 1.5em;
  font-size: 26px;
  color: #000;
  font-weight: 500;
  text-align: center;
  margin-top: 35px;
  word-break: keep-all;
}

.sub__tit03 span {
  font-weight: 600;
}

.sub__tit04 {
  line-height: 1em;
  font-size: 38px;
  color: #000;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}

.sub__stit {
  text-align: center;
  font-size: 30px;
  line-height: 1.5em;
  padding-bottom: 170px;
  position: relative;
  margin-top: 35px;
}

.sub__stit::before {
  content: "";
  width: 1px;
  height: 100px;
  background-color: #dedede;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sub__para01 {
  font-size: 19px;
  line-height: 1em;
  color: #999;
}

.sub__para02 {
  margin-top: 35px;
  line-height: 1.3em;
  font-size: 45px;
  font-weight: 600;
}

.sub-page {
  padding-top: 120px;
}
.inner02 {
  max-width: 1120px;
  margin: auto;
  position: relative;
}
.sub__tit {
  line-height: 1em;
  font-size: 45px;
  color: #000;
  font-weight: 600;
  text-align: center;
}

.form__tit {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  line-height: 1em;
  margin-bottom: 20px;
}

.form--style01 {
  border-top: 1px solid #000;
}

.form--style01 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
}

.form--style01 .form__header {
  width: 240px;
  background-color: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}

.form--style01 .form__header > label {
  font-size: 17px;
  line-height: 1em;
}

.form--style01 .form__header > label span {
  color: #0154a6;
}

.form--style01 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form--style01 .form__data {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  padding: 15px 15px 15px 30px;
  color: #666666;
  font-size: 15px;
}

.form--style01 .form__data input[type="password"] {
  width: 388px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ddd;
  color: #aaa;
  padding-left: 16px;
}

.form--style01 .form__data input[type="password"]::-webkit-input-placeholder {
  color: #aaa;
}

.form--style01 .form__data input[type="password"]:-ms-input-placeholder {
  color: #aaa;
}

.form--style01 .form__data input[type="password"]::-ms-input-placeholder {
  color: #aaa;
}

.form--style01 .form__data input[type="password"]::placeholder {
  color: #aaa;
}

.form--style01 .form__data input[type="password"].small {
  width: 120px;
}

.form--style01 .form__data input[type="password"].medium {
  width: 200px;
}

.form--style01 .form__data input[type="text"] {
  width: 388px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ddd;
  color: #aaa;
  padding-left: 16px;
}

.form--style01 .form__data input[type="text"]::-webkit-input-placeholder {
  color: #aaa;
}

.form--style01 .form__data input[type="text"]:-ms-input-placeholder {
  color: #aaa;
}

.form--style01 .form__data input[type="text"]::-ms-input-placeholder {
  color: #aaa;
}

.form--style01 .form__data input[type="text"]::placeholder {
  color: #aaa;
}

.form--style01 .form__data input[type="text"]:disabled {
  background-color: #f9f9f9;
}

.form--style01 .form__data input[type="text"].small {
  width: 120px;
}

.form--style01 .form__data input[type="text"].medium {
  width: 200px;
}

.form--style01 .form__data textarea {
  width: 100%;
  color: #aaa;
  resize: none;
  border: 1px solid #ddd;
}

.form--style01 .form__data select {
  width: 140px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ddd;
  background: url(/images/sub/ico_select_arrow.png?v=2) no-repeat 92% center #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #aaa;
}

.form--style01 .form__data label {
  font-size: 0;
}

.form--style01 .form__data::-ms-expand {
  display: none;
}

.form--style01 .download__btn {
  line-height: 50px;
  height: 50px;
  border: 1px solid #000;
  margin-left: 7px;
  width: 140px;
  text-align: center;
}

.form--style01 .download__btn > p {
  display: inline-block;
  padding-right: 25px;
  background-image: url(/images/sub/download_icon.png);
  background-repeat: no-repeat;
  background-position: 100% center;
}

.form--style01 .add_attach {
  width: 140px;
  height: 50px;
  line-height: 50px;
  margin-left: 7px;
  text-align: center;
  border: 1px solid #0154a6;
  background: #0154a6;
  color: #fff;
  cursor: pointer;
}

.form--style01 .file_outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.animated {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all ease 1.5s;
  transition: all ease 1.5s;
}

.animated-x {
  opacity: 0;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all ease 2s;
  transition: all ease 2s;
}

.animated-x.on {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.animated.on {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.skip-btn {
  position: absolute;
  top: -99999px;
  left: -99999px;
  width: 100%;
  opacity: 0;
  z-index: 99999999999;
}

.skip-btn:focus {
  top: 0;
  left: 0;
  height: 45px;
  line-height: 45px;
  background-color: #0154a6;
  color: #fff;
  text-align: center;
  opacity: 1;
}

#skip {
  width: 1px;
  height: 1px;
}

/* 2023-05-19 추가 s */
.hidearea {
  overflow: hidden;
  position: absolute;
  left: -99999999px;
  top: -99999999px;
  height: 0;
}

.btn__single {
  display: flex;
  justify-content: center;
  margin-top: 65px;
}

.btn--style01 {
  border: 1px solid #0154a6;
  min-width: 160px;
  height: 50px;
  line-height: 48px;
  display: block;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.btn--style01 p {
  color: #0154a6;
  font-size: 16px;
  font-weight: 500;
  z-index: 2;
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.btn--style01::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0154a6;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: 1;
}

.btn--style01:hover > p {
  color: #fff;
}

.btn--style01:hover::before {
  top: 0;
}

.main__best .more--style01 {
  top: 122px;
}

.main__best .more--style01::before {
  display: none;
}

.more--style01 {
  position: absolute;
  top: 106px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.more--style01::before {
  content: "";
  width: 145px;
  height: 1px;
  background-color: #bcbcbc;
  position: absolute;
  right: 200px;
  top: 25px;
}

.more--style01 .slick__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.more--style01 .slick__dots button {
  display: block;
  font-size: 0;
  background: none;
  border: none;
  width: 10px;
  height: 10px;
  margin: 0 18px;
  border-radius: 50%;
  background-color: #c7c7c7;
  cursor: pointer;
  padding: 0;
}

.more--style01 .slick__dots button.active {
  background-color: #0154a6;
  position: relative;
}

.more--style01 .slick__dots button.active::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #0154a6;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.more--style01 > a {
  margin-left: 215px;
}

.show-default {
  display: block !important;
}

.hide-default {
  display: none !important;
}

@media all and (max-width: 1400px) {
  .header .header__gsnb .gnsb__inner>li,
  .header .header__menu>a {
    width: 130px;
  }
}

@media all and (max-width: 1300px) {
  .footer .footer__logo{
    margin-right: 70px;
  }
}

@media all and (max-width: 1199px) {
  .inner {
    width: auto;
    margin-left: 3.90625%;
    margin-right: 3.90625%;
  }

  .search__wrap .search__inner {
    width: auto;
    margin: 0 3.90625%;
  }

  .header.style02 .header__inner,
  .header .header__inner {
    padding: 30px 20px;
  }

  .header .header__right .right__contact,
  .header .header__lang,
  .header .header__menu {
    display: none;
  }


  .header .header__solar {
    order: 1;
    margin-left: 0;
    margin-right: 25px !important;
    width: 171px;
    display: block;
    height: 46px;
    background-image: url(/image/common/solar_icon01.png);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    padding-left: 0;
  }

  .header .header__solar::before {
    display: none;
  }

  .header.style02 .header__solar {
    background-image: url(/image/common/solar_icon02.png);
  }

  .header .header__search {
    order: 2;
    margin-left: 0;
    margin-right: 25px !important;
  }

  .hamburger__btn {
    order: 3;
    display: block;
  }

  .search__wrap .search__inner .search__close {
    right: 0;
  }
}

@media all and (max-width: 1024px) {
  .show-1024 {
    display: block !important;
  }

  .hide-1024 {
    display: none !important;
  }
}

@media all and (max-width: 950px) {
  .show-950 {
    display: block !important;
  }

  .hide-950 {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  .show-768 {
    display: block !important;
  }

  .hide-768 {
    display: none !important;
  }


  .search__wrap {
    padding: 80px 0
  }

  .search__wrap .search__inner .search__close {
    top: -50px;
    width: 25px;
    height: 25px;
  }

  .search__wrap .search__inner .search__close img {
    width: 100%;
  }

  .search__wrap .search__inner .search__para01 {
    font-size: 32px;
  }

  .search__wrap .search__inner .search__input {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .search__wrap .search__inner .search__input input {
    font-size: 20px;
    width: calc(100% - 45px);
  }
}

@media all and (max-width: 640px) {
  .show-640 {
    display: block !important;
  }

  .hide-640 {
    display: none !important;
  }

  .header .header__logo {
    width: 120px;
    height: 27.4px;
    /* 2023-01-02 logo 변경으로 인한 자리 넓힘 - pub s */
    background-size:contain;
    background-position:left center;
    /* 2023-01-02 logo 변경으로 인한 자리 넓힘 - pub e */
  }

  .header .header__solar {
    width: 119px;
    height: 32px;
    margin-right: 15px !important;
  }

  .header .header__search {
    width: 17px;
    height: 17px;
    margin-right: 15px !important;
  }

  .header.style02 .header__inner,
  .header .header__inner {
    padding: 15px 3.90625%;
  }

  .search__wrap .search__inner .search__para01 {
    font-size: 24px;
  }

  .search__wrap {
    padding: 60px 0 40px;
  }

  .search__wrap .search__inner .search__close {
    top: -38px;
    width: 20px;
    height: 20px;
  }

  .search__wrap .search__inner .search__keyword>a {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
  }

  .search__wrap .search__inner .search__input {
    padding-bottom: 5px;
    margin-top: 40px;
    margin-bottom: 15px;
  }

  .search__wrap .search__inner .search__input input {
    font-size: 16px;
  }

  .search__wrap .search__inner .search__input button {
    width: 20px;
  }

  .search__wrap .search__inner .search__input button img {
    width: 100%;
  }

  .side__menu {
    width: 300px;
  }

  .side__menu .side__top {
    padding: 15px 0;
  }


  .side__menu .side__top .top__lang {
    padding: 5px 10px;
  }

  .side__menu .side__top .top__lang>a {
    font-size: 14px;
  }

  .side__menu .side__top .top__lang>a:not(:last-child) {
    margin-right: 3px;
    padding-right: 9px;
  }

  .side__menu .side__top .top__lang>a:not(:last-child)::before {
    top: 1px;
    height: 11px;
  }

  .side__menu .menu__wrap .menu__list .menu__depth1 {
    padding-bottom: 15px;
    padding-top: 20px;
    font-size: 20px;
  }

  .side__menu .menu__wrap .menu__list .menu__depth1::before {
    top: 25px;
  }

  .side__menu .menu__wrap .menu__list .menu__depth2>a {
    margin-bottom: 16px;
  }

  .quick {
    bottom: 3%;
    right: 3%;
    width: 70px;
    height: 70px;
  }

  /* 2023-06-21 문의 아이콘 수정 s */
  .quick .quick__menu {
    left: -175px;
    top: -9px;
  }
  /* // 2023-06-21 문의 아이콘 수정 e */

  .quick .quick-tooltip {
    top: -50px;
    width: 215px;
    font-size: 14px;
    padding: 12px 15px;
  }

  .quick .quick__menu>a {
    width: 100px;
    line-height: 35px;
    height: 35px;
  }
}

@media all and (max-width: 568px) {
  .show-568 {
    display: block !important;
  }

  .hide-568 {
    display: none !important;
  }
}

@media all and (max-width: 425px) {
  .show-425 {
    display: block !important;
  }

  .hide-425 {
    display: none !important;
  }
}

@media all and (max-width: 375px) {
  .show-375 {
    display: block !important;
  }

  .hide-375 {
    display: none !important;
  }
}

@media all and (max-width: 320px) {
  .show-320 {
    display: block !important;
  }

  .hide-320 {
    display: none !important;
  }
}

.dept_select {
  width: 162px;
  height: 48px;
  font-size: 17px;
  background-color: #fff;
  border: 1px solid #666;
  position: absolute;
  right: 0;
  top: 30px;
  overflow: hidden;
  cursor: pointer;
}

.dept_select a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #333;
}

.dept_select > a.now {
  background: #fff url(../image/common/select_arrow1.png) right 9px center no-repeat;
}

.dept_select .select_inner {
  display: none;
}

.dept_select .select_inner li a:hover {
  color: #0068db;
  background-color: #f5f5f5;
}

.dept_select.open {
  height: auto;
  max-height: 324px;
  border-color: #222;
}

.dept_select.open > a.now {
  font-weight: 400;
  background-image: url(../image/common/select_arrow2.png);
}

@media screen and (max-width: 768px) {
  .dept_select {
      width: 150px;
      height: 42px;
      font-size: 15px;
      top: 22px;
  }
}

@media screen and (max-width: 480px) {
  .dept_select {
      width: 143px;
      height: 38px;
      top: 20px;
  }
  .dept_select a {
      padding: 6px 10px;
  }
}

@media all and (max-width:1450px) {
  .inner{
    max-width: auto;
    margin: 0 3.90625%;
  }
}


@media all and (max-width:1200px) {
  .inner02{
    max-width: none;
    margin: 0 3.90625%;
  }
}