<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(//fonts.googleapis.com/earlyaccess/nanummyeongjo.css);

.sv__wrap {
  height: 484px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-animation: scaleBG 6s forwards;
  animation: scaleBG 6s forwards;
}

@-webkit-keyframes scaleBG {
  0% {
    background-size: 100%;
  }

  100% {
    background-size: 110%;
  }
}

@keyframes scaleBG {
  0% {
    background-size: 100%;
  }

  100% {
    background-size: 110%;
  }
}

.sv__wrap .sv__txt {
  position: absolute;
  left: 100px;
  bottom: 45px;
}

.sv__wrap .sv__txt .sv__tit {
  font-size: 42px;
  color: #fff;
  line-height: 1em;
  font-weight: 500;
}

.sv__wrap .sv__txt .sv__path {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sv__wrap .sv__txt .sv__path .path__param {
  color: #aeaeae;
  font-size: 14px;
  position: relative;
  padding-right: 9px;
  margin-right: 7px;
}

.sv__wrap .sv__txt .sv__path .path__param::before {
  content: "";
  width: 2px;
  height: 2px;
  background-color: #aeaeae;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  right: 0;
}

.sv__wrap .sv__txt .sv__path .path__param:last-child {
  padding-right: 0;
  margin-right: 0;
}

.sv__wrap .sv__txt .sv__path .path__param:last-child::before {
  display: none;
}

.lnb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f3f3f3;
}

.lnb&gt;a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  height: 50px;
  line-height: 1.2em;
  font-size: 18px;
  color: #666;
  -webkit-box-shadow: 23px 1px 33px -31px rgba(0, 0, 0, 0.75);
  box-shadow: 23px 1px 33px -31px rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
}

.lnb&gt;a:last-child {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lnb&gt;a.active {
  color: #0039a6;
  background-color: #fff;
  font-weight: 500;
}

/* 차앤권 소개 &amp; 오시는 길 */
.intro-company .section01 {
  background-image: url(/image/sub/company_bg01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.intro-company .section01 .scroll-btn {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.intro-company .section02 {
  background-image: url(/image/sub/company_bg02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.intro-company .section03 {
  background-image: url(/image/sub/company_bg03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.intro-company .section04 {
  background-image: url(/image/sub/company_bg04.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.intro-company .section05 {
  background-image: url(/image/sub/company_bg05.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.intro-company .section__para01 {
  color: #fff;
  font-size: 65px;
  font-weight: 600;
  line-height: 1em;
  text-align: center;
  padding-top: 50px;
  position: relative;
}

.intro-company .section__para01::before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.intro-company .section__para01.black {
  color: #000;
}

.intro-company .section__para01.black::before {
  background-color: #c9c9c9;
}

.intro-company .section__para02 {
  margin-top: 80px;
  text-align: center;
  line-height: 2em;
  color: #fff;
  font-size: 19px;
  font-weight: 300;
}

.intro-company .section__btn {
  display: block;
  border: 1px solid #fff;
  width: 240px;
  line-height: 53px;
  height: 55px;
  text-align: center;
  color: #fff;
  font-size: 19px;
  margin: 40px auto 0 auto;
  transition: all ease .3s;
}

.intro-company .section__btn:hover {
  background-color: rgba(256, 256, 256, .2);
}


.intro-company .media__list {
  width: 1400px;
  margin: 100px auto 0 auto;
}

.intro-company .media__list .items {
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 4px;
}

.intro-company .media__list .items .img__wrap {
  height: 200px;
  display: flex;
  align-items: center;
  max-width: 60%;
  margin: auto;
}

.intro-company .media__list .items .img__wrap img {
  width: 100%;
}

.intro-company .media__list .items .para01 {
  padding: 15px;
  border-top: 1px solid #ddd;
  font-size: 15px;
  line-height: 1em;
  text-align: center;
  color: #888;
}

.intro-company .media__list .slick-dots {
  width: 100%;
  text-align: center;
  margin-top: 60px;
}

.intro-company .media__list .slick-dots li {
  display: inline;
  margin: 0 3px;
}

.intro-company .media__list .slick-dots li button {
  font-size: 0;
  background: none;
  border: none;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #c0c0c0;
  cursor: pointer;
  padding: 0;
  outline: none;
}

.intro-company .media__list .slick-dots li.slick-active button {
  width: 20px;
  border-radius: 5px;
  background-color: #0039a6;
}

.intro-company .media__list .slick-prev {
  position: absolute;
  left: -50px;
  top: 33%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/image/sub/media_prev.png);
  background-repeat: no-repeat;
  width: 15px;
  height: 27px;
  font-size: 0;
  border: none;
  cursor: pointer;
  background-size: 15px 27px;
}

.intro-company .media__list .slick-next {
  position: absolute;
  right: -50px;
  top: 33%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/image/sub/media_next.png);
  background-repeat: no-repeat;
  width: 15px;
  height: 27px;
  font-size: 0;
  border: none;
  cursor: pointer;
  background-size: 15px 27px;
}

.intro-company .location__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}

.intro-company .location__list&gt;li {
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: 0 center;
  line-height: 35px;
  height: 35px;
  padding-right: 20px;
  margin-right: 19px;
  position: relative;
}

.intro-company .location__list&gt;li::before {
  content: "";
  width: 1px;
  height: 12px;
  background-color: #ddd;
  position: absolute;
  right: 0;
  top: 11px;
}

.intro-company .location__list&gt;li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.intro-company .location__list&gt;li:last-child::before {
  display: none;
}

.intro-company iframe {
  width: 100%;
  margin-top: 45px;
}

.intro-company .container--style01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 85px;
}

.intro-company .container--style01&gt;a {
  display: block;
  width: 475px;
  padding: 45px;
  background-color: rgba(0, 0, 0, 0.4);
  margin: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-repeat: no-repeat;
  background-position: calc(100% - 35px) calc(100% - 35px);
  transition: all ease .3s;
}

.intro-company .container--style01&gt;a:hover {
  background-color: rgba(256, 256, 256, .2);
}

.intro-company .container--style01 .para01 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  line-height: 1em;
}

.intro-company .container--style01 .para02 {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  margin-top: 25px;
}

.intro-company .container--style02 {
  margin-top: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.intro-company .container--style02&gt;li {
  margin: 0 180px;
  width: 50%;
}

.intro-company .container--style02 .para01 {
  margin-top: 12px;
  color: #fff;
  line-height: 1em;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}

.intro-company .container--style02 .para02 {
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  line-height: 1.6em;
  text-align: center;
  font-weight: 300;
  margin-top: 45px;
}

/* 인재모집 */
.recruit__top {
  background-color: #fff;
}

.recruit__top .inner {
  padding: 80px 0;
}

.recruit__para01 {
  font-size: 42px;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 20px;
}

.recruit__para01::before {
  content: "";
  width: 100px;
  height: 4px;
  background-color: #0039a6;
  position: absolute;
  top: 0;
  left: 0;
}

.recruit__para02 {
  line-height: 1.6em;
  font-size: 16px;
  font-weight: 300;
  word-break: keep-all;
}

.recruit__para02 span {
  color: #0039a6;
  font-weight: 500;
}

.intro-recruit .recruit__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.intro-recruit .recruit__intro&gt;li {
  width: 50%;
}

.intro-recruit .recruit__intro&gt;li:nth-child(2) {
  padding: 0px 110px;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f4f5f6;
}

.intro-recruit .recruit__intro .para01 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1em;
  padding-bottom: 23px;
  position: relative;
}

.intro-recruit .recruit__intro .para01::before {
  content: "";
  width: 88px;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.intro-recruit .recruit__intro .para02 {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
  color: #454545;
  margin-top: 30px;
}

.intro-recruit .recruit__intro .para03 {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6em;
  color: #3b60a8;
  margin-top: 20px;
  padding-left: 17px;
  position: relative;
}

.intro-recruit .recruit__intro .para03&gt;span::before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #0039a6;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
}

.intro-recruit .recruit__intro .intro__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.intro-recruit .recruit__intro .intro__link&gt;a {
  width: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.intro-recruit .recruit__intro .intro__link&gt;a::before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.intro-recruit .recruit__intro .intro__link&gt;a:hover {
  opacity: 0.97;
}

.intro-recruit .recruit__intro .intro__link&gt;a:first-child {
  background-color: #1f1f21;
}

.intro-recruit .recruit__intro .intro__link&gt;a:last-child {
  background-color: #37383a;
}

.intro-recruit .recruit__intro .intro__link&gt;a p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
  color: #fff;
  margin-top: 43px;
}

/* SOLUTION */
.solution__top {
  background-color: #fff;
}

.solution__top .inner {
  padding: 80px 0;
}

.solution__top .solution__tit01 {
  font-size: 42px;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 20px;
}

.solution__top .solution__tit01::before {
  content: "";
  width: 100px;
  height: 4px;
  background-color: #0039a6;
  position: absolute;
  top: 0;
  left: 0;
}

.solution__top .solution__tit02 {
  line-height: 1.6em;
  font-size: 16px;
  font-weight: 300;
}

.solution-page .solution__list {
  padding: 80px 200px 130px 200px;
  background-color: #f4f5f6;
}

.solution-page .solution__list&gt;a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 7px;
}

.solution-page .solution__list&gt;a:last-child {
  margin-bottom: 0;
}

.solution-page .solution__list&gt;a .list__thumb {
  overflow: hidden;
}

.solution-page .solution__list&gt;a .list__thumb&gt;img {
  width: 420px;
  -webkit-transition: all ease .7s;
  transition: all ease .7s;
}

.solution-page .solution__list&gt;a .list__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.solution-page .solution__list&gt;a::before {
  content: "";
  width: 25px;
  height: 15px;
  background-image: url(/image/sub/solution_arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 110px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.solution-page .solution__list&gt;a:hover::before {
  opacity: 1;
  right: 80px;
}

.solution-page .solution__list&gt;a:hover .list__thumb&gt;img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.solution-page .solution__list .para01 {
  font-size: 38px;
  font-weight: 600;
  line-height: 1em;
}

.solution-page .solution__list .para02 {
  font-size: 16px;
  color: #0039a6;
  font-weight: 500;
  line-height: 1em;
  margin-top: 14px;
}

.solution-page .solution__list .para03 {
  color: #666;
  font-size: 16px;
  line-height: 1.6em;
  margin-top: 40px;
}

/* SOLUTION - VIEW*/
.solution-view__inner {
  background-color: #fff;
  padding: 120px 0;
}

.solution-view__inner .view__wrap {
  position: relative;
}

.solution-view__inner .view__nav {
  position: absolute;
  top: 0;
  padding-left: 20px;
}

.solution-view__inner .view__nav::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 10px;
  width: 1px;
  height: calc(100% - 20px);
  background-color: #ddd;
}

.solution-view__inner .view__nav.isFixed {
  top: 140px;
  position: fixed;
}

.solution-view__inner .view__nav&gt;p {
  font-weight: 600;
  font-size: 26px;
  line-height: 1em;
  color: #c6c5c5;
  position: relative;
  margin-bottom: 45px;
  cursor: pointer;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.solution-view__inner .view__nav&gt;p:last-child {
  margin-bottom: 0;
}

.solution-view__inner .view__nav&gt;p::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: -24.5px;
  top: 10px;
  background-color: #c6c5c5;
}

.solution-view__inner .view__nav&gt;p.active {
  color: #0039a6;
}

.solution-view__inner .view__nav&gt;p.active::before {
  content: "";
  background-color: #0039a6;
}

.solution-view__inner .view__cont {
  margin-left: 275px;
}

.solution-view__inner .view__cont&gt;li {
  margin-bottom: 85px;
}

.solution-view__inner .view__cont .cont__wrap:last-child {
  margin-bottom: 0;
}

.solution-view__inner .view__cont .cont__wrap .cont__top {
  padding-bottom: 35px;
  margin-bottom: 70px;
  border-bottom: 1px solid #ddd;
}

.solution-view__inner .view__cont .cont__wrap .cont__top .cont__tit {
  color: #0039a6;
  font-weight: 600;
  line-height: 1em;
  font-size: 48px;
}

.solution-view__inner .view__cont .cont__wrap .cont__top .cont__stit {
  font-size: 16px;
  color: #666666;
  margin-top: 25px;
  line-height: 1.5em;
}


.solution-view__inner .view__cont .cont__wrap .cont__list {
  margin-bottom: 95px;
}


.solution-view__inner .view__cont .cont__wrap .cont__list li {
  display: flex;
  align-items: center;
  padding: 22px 32px;
}


.solution-view__inner .view__cont .cont__wrap .cont__list li:nth-child(odd) {
  background-color: #f7f7f7;
}

.solution-view__inner .view__cont .cont__wrap .cont__list li p {
  margin-left: 22px;
  font-size: 19px;
  font-weight: 500;
}


.solution-view__inner .view__cont .cont__wrap .cont__list li p span {
  color: #0039a6;
}


.solution-view__inner .view__cont .cont__img-wrap.hide-640 {
  margin-bottom: 100px;
}

.solution-view__inner .view__cont .cont__img-wrap.show-640 {
  margin-bottom: 45px;
}

.solution-view__inner .view__cont .cont__img-wrap img {
  display: block;
  margin: auto;
}

.solution-view__inner .board--style07 {
  margin-bottom: 85px;
  border-top: 2px solid #000;
}

.solution-view__inner table {
  font-size: 15px;
  text-align: center;
  border-top: 2px solid #000;
  width: 100%;
  font-weight: 500;
}

.solution-view__inner table th {
  background-color: #0039a6;
  color: #fff;
  border: 1px solid #ddd;
  width: 25%;
  padding: 18px 10px;
}

.solution-view__inner table td {
  border: 1px solid #ddd;
  width: 25%;
  padding: 18px 10px;
}

.solution-view__inner table td.bold {
  font-weight: 600;
  background-color: #f7f7f7;
  ;
}

.solution-view__inner table td.bold span {
  color: #0039a6;
}

.solution-view__inner .cont__contact {
  border-top: 2px solid #000;
  padding-top: 35px;
}

.solution-view__inner .cont__contact&gt;p {
  font-size: 16px;
  color: #666;
  margin-bottom: 35px;
}

.table__msg {
  margin-top: 30px;
  margin-bottom: 85px;
}

.table__msg&gt;p {
  font-size: 15px;
  color: #666;
  margin-bottom: 5px;
}

.table__msg&gt;p span {
  color: #999;
}

.cont__para01 {
  color: #222;
  font-weight: 600;
  line-height: 1em;
  font-size: 21px;
  margin-bottom: 35px;
  margin-bottom: 35px;
}

.cont__para02 {
  font-size: 16px;
  line-height: 1.6em;
  color: #666;
}

.list--style01 {
  margin-bottom: 85px;
}

.list--style01&gt;p {
  color: #666;
  margin-bottom: 7px;
  padding-left: 17px;
  background-image: url(/image/sub/check_icon.png);
  background-repeat: no-repeat;
  background-position: 0 12px;
  font-size: 16px;
}

.list--style01&gt;p:last-child {
  margin-bottom: 0;
}

.list--style02__wrap {
  background-color: #f9f9f9;
  padding: 35px;
  margin-bottom: 10px;
}

.list--style02__wrap .list--style02__tit {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
}

.list--style02__wrap .list--style02 {
  margin-bottom: 0;
}

.list--style02 {
  margin-bottom: 85px;
}

.list--style02&gt;p {
  color: #666;
  margin-bottom: 7px;
  padding-left: 17px;
  position: relative;
  font-size: 16px;
}

.list--style02&gt;p::before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #0039a6;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
}

.list--style02&gt;p:last-child {
  margin-bottom: 0;
}

.list--style03 {
  margin-bottom: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list--style03&gt;li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 8px;
  border: 3px solid #ddd;
  text-align: center;
  padding: 35px 0;
}

.list--style03&gt;li:last-child {
  margin-right: 0;
}

.list--style03&gt;li&gt;p:first-child {
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 600;
  color: #acacac;
  line-height: 1em;
}

.list--style03&gt;li&gt;p:last-child {
  margin-top: 15px;
  line-height: 1em;
  font-size: 16px;
  font-weight: 600;
}

.list--style04 {
  margin-bottom: 85px;
}

.list--style04&gt;li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 7px;
}

.list--style04&gt;li&gt;p {
  font-size: 16px;
}

.list--style04&gt;li&gt;p:first-child {
  color: #0039a6;
  font-weight: 600;
}

.list--style04&gt;li&gt;p:last-child {
  color: #666;
}

.list--style04&gt;li::before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #0039a6;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
}

.list--style04&gt;li:last-child {
  margin-bottom: 0;
}

.list--style05 {
  margin-bottom: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list--style05&gt;li {
  border: 3px solid #ddd;
  text-align: center;
  width: 24%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-bottom: 1.3333%;
  margin-right: 1.3333%;
  padding: 12px;
}

.list--style05&gt;li:nth-child(4n) {
  margin-right: 0;
}

.list--style05&gt;li p {
  font-size: 15px;
  font-weight: 500 !important;
  color: #333;
}

.list--style06 {
  margin-bottom: 85px;
}

.list--style06&gt;p {
  color: #666;
  margin-bottom: 7px;
  padding-left: 17px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list--style06&gt;p span:first-child {
  width: 100px;
}

.list--style06&gt;p span:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list--style06&gt;p::before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #0039a6;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
}

.list--style06&gt;p:last-child {
  margin-bottom: 0;
}

/* 구성원 */
.member-page .member__top {
  background-color: #fff;
}

.member-page .member__top .inner {
  padding: 80px 0;
  background-color: #fff;
}

.member-page .member__para01 {
  font-size: 20px;
  line-height: 1.6em;
}

.member-page .member__para01::before {
  content: "";
  width: 100px;
  height: 4px;
  background-color: #0039a6;
  position: absolute;
  top: 0;
  left: 0;
}

.member-page .member__para01 .blue {
  color: #0039a6;
}

.member-page .member__para01 .red {
  color: #cc0a0a;
}

.member-page .member__section {
  padding: 80px 0;
  background-color: #f4f5f6;
}

.member-page .member__section .section__anchor {
  position: absolute;
  left: 0;
  top: -140px;
}

.member-page .member__section.member__partner {
  background-color: #fff;
}

.member-page .member__section .member__tit {
  font-size: 27px;
  font-weight: 600;
  color: #0039a6;
  line-height: 1em;
  padding-left: 18px;
  position: relative;
  margin-bottom: 40px;
}

.member-page .member__section .member__tit::before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #0039a6;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 10px;
}

.member__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.member__list&gt;a {
  width: 31%;
  margin-right: 2%;
  margin-bottom: 2%;
  position: relative;
}

.member__list&gt;a:nth-child(3n) {
  margin-right: 0;
}

.member__list&gt;a:hover .list__name {
  background-color: rgba(0, 56, 166, 0.9);
}

.member__list .list__img {
  position: relative;
  height: 0;
  padding-top: 71%;
  overflow: hidden;
}

.member__list .list__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.member__list .list__name {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 20px 15px;
  line-height: 1em;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  background-image: url(/image/sub/member_arrow.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.member__list .list__name span {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 12px;
}

.member-view .view__top {
  background-image: url(/image/sub/member_view_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
}

.member-view .view__top&gt;.inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-around;
}

.member-view .view__top .top__info {
  width: 500px;
  margin-top: 90px;
}

.member-view .view__top .top__info .info__name {
  font-weight: 800;
  font-size: 48px;
  line-height: 1em;
  font-family: 'Nanum Myeongjo', serif;
}

.member-view .view__top .top__info .info__name span {
  color: #666666;
  font-weight: 600;
  font-size: 23px;
  display: block;
}

.member-view .view__top .top__info .info__contact {
  margin-top: 170px;
}

.member-view .view__top .top__info .info__contact&gt;li {
  font-size: 15px;
  color: #333;
  font-weight: 300;
  line-height: 1em;
  margin-bottom: 7px;
}

.member-view .view__top .top__info .info__contact&gt;li:last-child {
  margin-bottom: 0;
}

.member-view .view__top .top__info .info__contact&gt;li span {
  color: #0039a6;
  font-weight: 400;
  margin-right: 5px;
}

.member-view .view__top .top__info .info__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
}

.member-view .view__top .top__info .info__link&gt;a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  border: 1px solid #c2c6ce;
  height: 35px;
  line-height: 35px;
  margin-left: -1px;
  background-color: rgba(194, 198, 206, 0.2);
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.member-view .view__top .top__info .info__link&gt;a:hover {
  background-color: rgba(194, 198, 206, 0.8);
}

.member-view .view__top .top__info .info__link&gt;a img {
  margin-left: 3px;
}

.member-view .view__top .top__info .info__para01 {
  font-size: 16px;
  line-height: 1em;
  font-weight: 600;
  margin-top: 30px;
}

.member-view .view__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.member-view .view__cont .cont__info {
  background-color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 80px 95px;
  font-size: 15px;
  font-weight: 300;
  color: #666;
}

.member-view .view__cont .cont__info .para01 {
  margin-bottom: 60px;
}

.member-view .view__cont .cont__info .list--style01,
.member-view .view__cont .cont__info .list--style02,
.member-view .view__cont .cont__info .list--style03,
.member-view .view__cont .cont__info .list--style04,
.member-view .view__cont .cont__info .list--style05,
.member-view .view__cont .cont__info .list--style06 {
  margin-bottom: 70px;
}

.member-view .view__cont .cont__reference {
  width: 610px;
  background-color: #f0f0f0;
  padding: 80px 50px;
  word-break: keep-all;
}

.member-view .view__cont .cont__reference .reference__tit {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
  padding-right: 40px;
  background-image: url(/image/sub/reference_icon.jpg);
  background-repeat: no-repeat;
  background-position: 100% 4px;
  display: inline-block;
}

.member-view .view__cont .cont__reference .reference__list {
  margin-top: 28px;
  margin-bottom: 70px;
}

.member-view .view__cont .cont__reference .reference__list&gt;a {
  background-color: #fff;
  margin-bottom: 12px;
  display: block;
  padding: 30px;
}

.member-view .view__cont .cont__reference .reference__list .list__cate {
  line-height: 1em;
  color: #0039a6;
  font-weight: 500;
}

.member-view .view__cont .cont__reference .reference__list .list__tit {
  font-size: 18px;
  font-weight: 600;
  white-space: normal;
  line-height: 1.4em;
  height: 2.8em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: keep-all;
  margin-top: 10px;
}

.member-view .view__cont .cont__reference .reference__list .list__date {
  margin-top: 25px;
  font-size: 14px;
  color: #ccc;
  padding-top: 7px;
  border-top: 1px solid #ddd;
}


.member-view .view__cont.right_area_no .cont__reference {
  display: none;
}

/* 소식 */
.news-page {
  padding: 50px 0;
  background-color: #fff;
}

/* 세미나 */
.seminar-page {
  padding: 50px 0;
  background-color: #fff;
}

.seminar-page .apply__tit {
  font-size: 34px;
  line-height: 1em;
  font-weight: 600;
  text-align: center;
}

.seminar-page .apply__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 470px;
  margin: 35px auto 0 auto;
}

.seminar-page .apply__form input {
  height: 50px;
  line-height: 50px;
  background-color: #f8f8f8;
  padding-left: 13px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}

.seminar-page .apply__form button {
  line-height: 50px;
  height: 50px;
  background-color: #0039a6;
  color: #fff;
  text-align: center;
  border: none;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}

.seminar-page .apply__msg {
  margin-top: 18px;
  font-size: 16px;
  font-weight: 300;
  color: #999;
  text-align: center;
  padding-bottom: 50px;
}

.seminar-page .apply__msg span {
  color: #81aaf8;
}

.seminar-page .apply__msg span a {
  color: #81aaf8;
}

.seminar-page .board--style06&gt;li:hover {
  background-color: #ebeef3;
}

.seminar-page .board--style06&gt;li:hover .list__state {
  color: #0039a6;
}

.seminar-page .board--style06&gt;li:hover .list__state.finish {
  color: #999;
}

.seminar-page .board--style06&gt;li:hover .list__tit {
  color: #151515;
}

.seminar-page .list__state.finish {
  color: #999;
}

.apply__popup {
  position: fixed;
  z-index: 1002;
  width: 575px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  opacity: 0;
}

.apply__popup .popup__header {
  background-color: #0039a6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 20px 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.apply__popup .popup__body {
  padding: 45px 40px 30px 40px;
  background-color: #fff;
}

.apply__popup .popup__footer {
  background-color: #475369;
  padding: 25px 40px;
}

.apply__popup .para01 {
  text-align: right;
  font-size: 18px;
  color: #fff;
  line-height: 1.2em;
}

.apply__popup .para01 span {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
}

.apply__popup .para02 {
  font-size: 20px;
  line-height: 1.6em;
}

.apply__popup .para02 span {
  color: #0039a6;
}

.apply__popup .para03 {
  color: #969595;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  margin-top: 20px;
  padding-bottom: 35px;
  border-bottom: 1px solid #ddd;
}

.apply__popup .list01 {
  margin-top: 25px;
}

.apply__popup .list01 li {
  margin-bottom: 15px;
}

.apply__popup .list01 li:last-child {
  margin-bottom: 0;
}

.apply__popup .list01 li p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5em;
}

.apply__popup .list01 li p:first-child {
  font-size: 14px;
  color: #0039a6;
  font-weight: 500;
}

.apply__popup .para04 {
  text-align: right;
  margin-top: 40px;
  color: #525357;
}

.apply__popup .para05 {
  font-size: 11px;
  color: #959dac;
  text-align: center;
  line-height: 1.2em;
  margin-bottom: 5px;
}

.apply__popup .para05 a {
  color: #bcd4ff;
}

.apply__popup .list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.apply__popup .list02&gt;li {
  color: #d7ddea;
  font-size: 12px;
  padding-right: 12px;
  margin-right: 11px;
  position: relative;
  line-height: 1em;
}

.apply__popup .list02&gt;li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.apply__popup .list02&gt;li:last-child::before {
  display: none;
}

.apply__popup .list02&gt;li::before {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #d7ddea;
  position: absolute;
  top: 2px;
  right: 0;
}

.apply__popup .para06 {
  font-size: 12px;
  color: #d7ddea;
  margin-top: 5px;
  text-align: center;
}

.popup__dim {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  opacity: 0;
  cursor: pointer;
}

/* 문의하기 */
.contact-page {
  padding: 80px 0;
  background-color: #fff;
}

.contact-page .contact__img01 {
  margin: 60px auto;
}

.contact__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  flex-wrap: wrap;
}

.contact__input&gt;p {
  width: 100%;
  font-size: 17px;
  margin-bottom: 8px;
}

.contact__input&gt;div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 9px;
  padding: 11px 15px;
}

.contact__input&gt;div:last-child {
  margin-right: 0;
}

.contact__input&gt;div p {
  width: 60px;
  font-size: 15px;
  color: #999;
}

.contact__input&gt;div input {
  border: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 22px;
  height: 22px;
}

.contact__input&gt;select {
  line-height: 46px;
  height: 48px;
  width: 33%;
  border: 1px solid #ddd;
  padding-left: 15px;
}

.contact__cont {
  background-color: #f4f5f6;
  height: 300px;
  padding: 20px;
  width: 100%;
  border: none;
  resize: none;
}

.contact__apply-wrap {
  display: flex;
  align-items: center;
  margin-top: 40px;
  border: 1px solid #ddd;
  padding: 15px 30px;
}

.contact__apply-wrap&gt;a {
  margin: 0 0 0 auto;
}

.contact__apply-wrap&gt;div {
  margin-left: 15px;
  display: flex;
  align-items: center;
}

.contact__apply-wrap&gt;div label {
  font-size: 15px;
  color: #999;
  margin-left: 5px;
}

.contact__apply-wrap&gt;p {
  font-size: 17px;
  color: #151515;
}

.contact-page .contact__tit {
  line-height: 1em;
  font-size: 42px;
  font-weight: 600;
  text-align: center;
}

.contact-page .contact__stit {
  line-height: 1.6em;
  font-size: 16px;
  color: #666666;
  text-align: center;
  margin-top: 12px;
}

.contact-page .faq__list {
  margin-top: 80px;
}


.terms__wrap {
  background-color: #f4f5f6;
  height: 250px;
  overflow-y: scroll;
  padding: 20px;
}

.terms__chk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}

.terms__chk label {
  font-size: 15px;
  color: #999;
  margin-left: 7px;
}

.btn--style01 {
  width: 340px;
  height: 52px;
  border-bottom: 4px solid #6a808d;
  background-color: #9aabb5;
  color: #fff;
  display: block;
  margin: 0 4px;
  font-size: 18px;
  font-weight: 500;
  margin: 40px auto 0 auto;
  text-align: left;
  line-height: 52px;
  padding-left: 17px;
  background-image: url(/image/sub/btn_arrow.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.btn--style01:hover {
  opacity: .8;
}

/* faq board */
.faq__list {
  border-top: 2px solid #000;
}

.faq__list .list__q {
  padding: 20px 65px;
  border-bottom: 1px solid #ddd;
  background-image: url(/image/sub/q_icon.png);
  background-repeat: no-repeat;
  background-position: 15px 16px;
  font-size: 16px;
  color: #666;
  line-height: 1.4em;
  position: relative;
  cursor: pointer;
}

.faq__list .list__q::before {
  content: "";
  width: 11px;
  height: 9px;
  background-image: url(/image/sub/faq_icon01.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 28px;
  right: 20px;
}

.faq__list .list__q.active::before {
  background-image: url(/image/sub/faq_icon02.png);
}

.faq__list .list__a {
  padding: 20px 65px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  background-image: url(/image/sub/a_icon.png);
  background-repeat: no-repeat;
  background-position: 15px 16px;
  font-size: 16px;
  font-weight: 300;
  color: #333;
  line-height: 1.4em;
  display: none;
  background-color: #f9f9f9;
}

.board__more {
  text-align: center;
  display: block;
  width: 80px;
  margin: 60px auto 0 auto;
  cursor: pointer;
}

.board__more p {
  margin-top: 7px;
  font-weight: 600;
  color: #b1b1b1;
  line-height: 1em;
}

/* board--style02 */
.board--style02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.board--style02&gt;a {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  background-color: #ebeef3;
  padding: 35px 35px 75px 35px;
  background-image: url(/image/main/common_arrow01.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 35px) calc(100% - 35px);
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  display: block;
}

.board--style02&gt;a:nth-child(3n) {
  margin-right: 0;
}

.board--style02&gt;a:hover {
  background-color: #353535;
  background-image: url(/image/main/common_arrow02.png);
}

.board--style02&gt;a:hover .list__state {
  color: #fff;
}

.board--style02&gt;a:hover .list__tit {
  color: #fff;
}

.board--style02 .list__state {
  color: #0039a6;
  line-height: 1em;
  font-weight: 600;
  font-size: 18px;
}

.board--style02 .list__tit {
  font-size: 20px;
  font-weight: 500;
  white-space: normal;
  line-height: 1.4em;
  height: 2.8em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 20px;
}

.board--style02 .list__date {
  font-size: 16px;
  color: #888;
  line-height: 1em;
  margin-top: 60px;
}

/* board--style03 */
.board--style03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.board--style03&gt;a {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  padding: 75px 45px;
  border: 1px solid #ddd;
}

.board--style03&gt;a:nth-child(3n) {
  margin-right: 0;
}

.board--style03&gt;a:hover .list__thumb img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.board--style03&gt;a:hover .thumb__hover {
  opacity: 1;
}

.board--style03 .list__cate {
  font-size: 18px;
  color: #0039a6;
  font-weight: 600;
  line-height: 1em;
}

.board--style03 .list__tit {
  font-size: 20px;
  font-weight: 500;
  white-space: normal;
  line-height: 1.4em;
  height: 2.8em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 20px;
}

.board--style03 .list__date {
  color: #888;
  margin-top: 60px;
  margin-bottom: 25px;
}

.board--style03 .list__thumb {
  position: relative;
  overflow: hidden;
}

.board--style03 .list__thumb img {
  width: 100%;
}

.board--style03 .list__thumb .thumb__hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 2;
}

.board--style03 .list__thumb .thumb__hover p {
  color: #fff;
  font-size: 16px;
  border-radius: 25px;
  display: inline-block;
  padding: 10px 15px;
  line-height: 1em;
  border: 1px solid #809cd3;
}

.board--style03 .list__thumb::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 57, 166, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

.board--style03 .list__thumb.active__over::before {
  left: 0;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.board--style03 .list__thumb.active__leave::before {
  left: 100%;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.board--style03 .list__thumb img {
  -webkit-transition: all ease .7s;
  transition: all ease .7s;
}

/* board--style04 */
.board--style04 {
  border-top: 2px solid #000;
}

.board--style04&gt;div,
.board--style04&gt;a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  font-size: 17px;
}

.board--style04&gt;div {
  text-align: center;
}

.board--style04&gt;div&gt;div {
  color: #333 !important;
  font-family: 'Noto Sans KR' !important;
}

.board--style04&gt;a {
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.board--style04&gt;a:hover {
  background-color: #f8f9fa;
}

.board--style04 .board__num {
  width: 125px;
  text-align: center;
  color: #666;
  font-family: 'Open Sans';
}

.board--style04 .board__tit {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #666;
}

.board--style04 .board__tit.notice {
  padding-left: 18px;
  background-image: url(/image/sub/notice_icon.png);
  background-repeat: no-repeat;
  background-position: 0 center;
}

.board--style04 .board__tit.lock {
  padding-left: 18px;
  background-image: url(/image/sub/lock_icon.png);
  background-repeat: no-repeat;
  background-position: 0 center;
}

.board--style04 .board__writer {
  width: 150px;
  text-align: center;
  color: #999999;
}

.board--style04 .board__regdate {
  width: 150px;
  text-align: center;
  font-family: 'Open Sans';
  color: #666;
}

.board--style04 .board__hit {
  width: 150px;
  text-align: center;
  font-family: 'Open Sans';
  color: #666;
}

.board--style04 .board__state {
  width: 150px;
  text-align: center;
  font-family: 'Open Sans';
  color: #666;
}

.board--style04 .state__accept {
  font-size: 14px;
  color: #0039a6;
  border: 1px solid #0039a6;
  line-height: 30px;
  height: 30px;
  width: 85px;
  border-radius: 25px;
  margin: auto;
}

.board--style04 .state__ongoing {
  font-size: 14px;
  color: #fff;
  background-color: #787878;
  border: 1px solid #787878;
  line-height: 30px;
  height: 30px;
  width: 85px;
  border-radius: 25px;
  margin: auto;
}

.board--style04 .state__complete {
  font-size: 14px;
  color: #fff;
  border: 1px solid #0039a6;
  background-color: #0039a6;
  line-height: 30px;
  height: 30px;
  width: 85px;
  border-radius: 25px;
  margin: auto;
}

/* board--style06 */
.board--style06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.board--style06&gt;li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  background-color: #ebeef3;
  padding: 35px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  display: block;
}

.board--style06&gt;li:nth-child(3n) {
  margin-right: 0;
}

.board--style06&gt;li:hover {
  background-color: #353535;
}

.board--style06&gt;li:hover .list__state {
  color: #fff;
}

.board--style06&gt;li:hover .list__tit {
  color: #fff;
}

.board--style06 .list__state {
  color: #0039a6;
  line-height: 1em;
  font-weight: 600;
  font-size: 18px;
}

.board--style06 .list__tit {
  font-size: 20px;
  font-weight: 500;
  white-space: normal;
  line-height: 1.4em;
  height: 2.8em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 20px;
}

.board--style06 .list__date {
  font-size: 16px;
  color: #888;
  line-height: 1em;
  margin-top: 60px;
}

.board--style06 .list__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.board--style06 .list__btn .btn__cont {
  width: 50%;
  line-height: 60px;
  height: 60px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #555;
  background-color: #c1c5ca;
}

.board--style06 .list__btn .btn__apply {
  width: 50%;
  line-height: 60px;
  height: 60px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background-color: #0039a6;
}

.board--style06 .list__btn .btn__finish {
  width: 100%;
  background-color: #e7e8e8;
  color: #c8c8c8;
  font-size: 18px;
  font-weight: 500;
  line-height: 60px;
  height: 60px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #b8b8b8;
}

.board--style06 .list__btn .btn__finish2 {
  width: 50%;
  background-color: #e7e8e8;
  color: #c8c8c8;
  font-size: 18px;
  font-weight: 500;
  line-height: 60px;
  height: 60px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #999;
}

.board--style07 {
  background-color: #f9f9f9;
}

.board--style07&gt;a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 0;
  border-bottom: 1px solid #ddd;
}

.board--style07&gt;a .board__cate {
  width: 150px;
  text-align: center;
  line-height: 1em;
  padding: 17px 0;
  font-size: 16px;
  color: #0039a6;
  font-weight: 500;
  border-right: 1px solid #ddd;
}

.board--style07&gt;a .board__tit {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1em;
  padding: 17px 0 17px 25px;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 30px;
  background-repeat: no-repeat;
  background-position: 100% center;
}

.board--style07&gt;a .board__date {
  width: 150px;
  line-height: 1em;
  padding: 17px 0;
  color: #888;
  font-size: 15px;
  text-align: center;
}

.board--style07&gt;a:hover .board__tit {
  text-decoration: underline;
  background-image: url(/image/main/main_notice_arrow.png);
}

/* board pager */
.board__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}

.board__pager&gt;a {
  width: 52px;
  height: 52px;
  border-bottom: 4px solid #dcdee0;
  background-color: #dcdee0;
  color: #fff;
  text-align: center;
  margin: 0 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
}

.board__pager&gt;a.active,
.board__pager&gt;a:hover {
  background-color: #9aabb5;
  border-color: #6a808d;
}

/* baord search */
.board__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 970px;
  margin: 0 auto 60px auto;
}

.board__search select {
  width: 265px;
  border: none;
  line-height: 55px;
  height: 55px;
  padding-left: 18px;
  position: relative;
}

.board__search input {
  border-left: 1px solid #eee;
  border-top: none;
  border-bottom: none;
  border-right: none;
  line-height: 30px;
  height: 30px;
  margin-left: 18px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 14px;
}

.board__search button {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  width: 55px;
  height: 55px;
  cursor: pointer;
}

/* 글쓰기 버튼 */
.board__write-btn {
  width: 125px;
  line-height: 36px;
  height: 40px;
  background-color: #f1f1f1;
  font-size: 15px;
  text-align: center;
  border: 2px solid #333;
  display: block;
  margin: 25px 0 0 auto;
  font-weight: 500;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.board__write-btn:hover {
  background-color: #333;
  color: #fff;
}

/* 글쓰기 페이지 */
.board-write-page {
  padding: 80px 0;
  background-color: #fff;
}

.board-write-page&gt;.inner {
  max-width: 1200px;
}

.board-write-page .write__list {
  margin-top: 40px;
  border-top: 2px solid #000;
}

.board-write-page .write__list&gt;li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
}

.board-write-page .write__list&gt;li&gt;div:first-child {
  width: 250px;
  padding-left: 20px;
  font-size: 16px;
}

.board-write-page .write__list&gt;li&gt;div:first-child span {
  color: #0039a6;
}

.board-write-page .write__list&gt;li&gt;div:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.board-write-page .write__list&gt;li&gt;div select,
.board-write-page .write__list&gt;li&gt;div input {
  border: 1px solid #ddd;
  height: 35px;
  line-height: 35px;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 1.5em;
  background-color: #fff;
  width: 400px;
  font-size: 16px;
}

.board-write-page .write__list&gt;li&gt;div select {
  width: 150px;
}

.board-write-page .write__list&gt;li&gt;div textarea {
  width: 100%;
  height: 400px;
  resize: none;
  border: 1px solid #ddd;
}

/* 게시판 뷰 페이지 */
.board-view-page {
  padding: 80px 0;
  background-color: #fff;
}

.board-view-page .board-view__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.board-view-page .board-view__btn .btn01 {
  width: 125px;
  line-height: 36px;
  height: 40px;
  background-color: #f1f1f1;
  font-size: 15px;
  text-align: center;
  border: 1px solid #333;
  display: block;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  margin: 0 3px;
}

.board-view-page .board-view__btn .btn01:hover {
  background-color: #333;
  color: #fff;
}

.board-view-page .board-view__btn .btn02 {
  width: 125px;
  line-height: 36px;
  height: 40px;
  background-color: #0039a6;
  font-size: 15px;
  text-align: center;
  border: 1px solid #0039a6;
  display: block;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  margin: 0 3px;
  color: #fff;
}

.board-view-page .board-view__btn .btn02:hover {
  opacity: .9;
}


.board-view__lawyer {
  background-color: #f8f8f8;
  padding: 25px 20px;
}


.board-view__lawyer .txt01 {
  font-size: 19px;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 20px;
}



.board-view__lawyer .lawyer__field .field__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.board-view__lawyer .lawyer__field .field__list&gt;a {
  width: 49%;
  margin-bottom: 2%;
  line-height: 60px;
  height: 60px;
  background-color: #fff;
  color: #444444;
  font-size: 17px;
  padding: 0 15px;
  background-image: url(/image/sub/board_view_arrow.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  transition: all ease .3s;
}

.board-view__lawyer .lawyer__field .field__list&gt;a:hover {
  background-color: #0039a6;
  color: #fff;
}

.board-view__lawyer .lawyer__list {
  flex: 1;
  margin-top: 45px;
}

.board-view__lawyer .lawyer__list .member__list .list__name {
  font-size: 20px;
  padding: 15px 12px;
}

.board-view__lawyer .lawyer__list .member__list .list__name span {
  font-size: 15px;
}

.board-view__lawyer .lawyer__list .member__list&gt;a {
  width: 100%;
}

/* 검색페이지 */
.search-page {
  padding: 80px 0;
  background-color: #fff;
}

.search-page .board__search {
  margin-bottom: 30px;
}

.search-page .search__result {
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
}

.search-page .search__result span {
  font-size: 22px;
  font-weight: 500;
  color: #0039a6;
}

.search-page .search__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #000;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 15px;
}

.search-page .search__header&gt;p {
  font-size: 24px;
}

.search-page .search__section {
  margin-bottom: 100px;
  margin-top: 30px;
}

.solution__list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.solution__list02&gt;a {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 45px 50px;
  background-color: #f3f3f3;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.solution__list02&gt;a:nth-child(3n) {
  margin-right: 0;
}

.solution__list02&gt;a&gt;p {
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.solution__list02&gt;a&gt;p:first-child {
  line-height: 1em;
  font-size: 28px;
  font-weight: 600;
}

.solution__list02&gt;a&gt;p:last-child {
  font-size: 16px;
  color: #0039a6;
  line-height: 1em;
  margin-top: 14px;
}

.solution__list02&gt;a:hover {
  background-color: #353535;
}

.solution__list02&gt;a:hover&gt;p:first-child,
.solution__list02&gt;a:hover&gt;p:last-child {
  color: #fff;
}

/* 수빈추가 */
.solution__list03 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 13px 20px;
}
.solution__list03 .item {
  padding: 30px 45px 30px 30px;
  background-color: #f9f9f9;
  border: 1px solid #d7d7d7;
  display: grid;
  grid-template-columns: 1fr 2.3fr;
  grid-gap: 36px;
}
.card-txt {
  padding: 20px 0;
}
.card-btn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5px;
}
.card-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  height: 43px;
  border: 1px solid #000;
  transition: all .3s ease;
}
.card-btn a:hover {
  color: #fff;
  background-color: #000;
}
.card-tit {
  font-size: 18px;
  line-height: 1.4em;
  height: 2.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 14px;
  font-weight: 500;
}
.card-desc {
  color: #8b8b8b;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.4em;
  height: 5.6em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.card-thumb img {
  display: block;
  width: 100%;
}
.search__section #press_btn {
  width: 180px;
  background-color: #f9f9f9;
  margin: 0 auto;
}
.search__section #press_btn &gt; div {
  padding: 20px 0 10px;
}
/* 수빈추가 */

/* 개인정보처리방침 / 무료법률서식 */
.etc-page {
  padding: 0 0 80px 0;
  background-color: #fff;
}

.etc-page .etc__tit {
  line-height: 1em;
  font-size: 42px;
  font-weight: 600;
  color: #000;
  text-align: center;
}

.etc-page .etc__stit {
  margin-top: 15px;
  text-align: center;
  font-size: 16px;
  color: #666;
}

.etc-page .private__terms {
  border-top: 2px solid #000;
  margin-top: 60px;
  padding: 50px;
  font-size: 16px;
  color: #666666;
  line-height: 1.5em;
}


.etc-page .free__list {
  border-top: 2px solid #000;
}

.etc-page .free__list&gt;li {
  padding: 50px 55px;
  display: flex;
  transition: all ease .3s;
  align-items: center;
  border-bottom: 1px solid #ddd;
}

.etc-page .free__list&gt;li:hover {
  background-color: #fafafa;
}

.etc-page .free__list .list__thumb {
  border: 1px solid #ddd;
  margin-right: 45px;
  max-width: 300px;
}

.etc-page .free__list .list__info {
  flex: 1;
}

.etc-page .free__list .list__info p:nth-child(1) {
  color: #0039a6;
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
}

.etc-page .free__list .list__info p:nth-child(2) {
  margin-top: 20px;
  line-height: 1.6em;
  font-size: 16px;
  color: #666;
  white-space: normal;
  height: 9.6em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.etc-page .free__list .list__info .info__btns {
  margin-top: 25px;
  display: flex;
}

.etc-page .free__list .list__info .info__btns&gt;a {
  width: 180px;
  line-height: 45px;
  height: 45px;
  text-align: center;
  border: 1px solid #000;
  background-color: #f4f4f4;
  margin-right: 10px;
  font-size: 15px;
  transition: all ease .3s;
}

.etc-page .free__list .list__info .info__btns&gt;a:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}

.location-tab{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.location-tab &gt; a{
  font-size: 20px;
}

.location-tab &gt; a.active{
  color: #0039a6;
}

.location-tab &gt; a:not(:last-child){
  margin-right: 70px;
}

.location-map.hide{
  display: none;
}

@media all and (max-width: 1600px) {
  .intro-company .media__list {
    width: 1000px;
  }

  .sv__wrap {
    background-size: cover;
    -webkit-animation: none;
    animation: none;
  }
}

@media all and (max-width: 1450px) {
  .solution-page .solution__list {
    padding: 80px 3.90625%;
  }

  .intro-company .container--style02&gt;li{
    margin: 0 75px;
  }
}

@media all and (max-width: 1250px) {
  .member__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .member__list&gt;a {
    width: 49%;
    margin-right: 0 !important;
  }
}</pre></body></html>