@charset "UTF-8";
.sample {
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.sub_top {
  position: relative;
  text-align: center;
  height: 600px;
  background-position: center;
}

.sub_top.K01 {
  background-image: url(/image/sub/sv01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.sub_top.K02 {
  background-image: url(/image/sub/sv02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.sub_top.K03 {
  background-image: url(/image/sub/sv03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.sub_top.K04 {
  background-image: url(/image/sub/sv04.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.sub_top.K05 {
  background-image: url(/image/sub/sv01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.sub_top.K06 {
  background-image: url(/image/sub/sv01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.sub_top .sub_top_tit {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  line-height: 1.5;
}

.sub_top .sub_eng {
  font-size: 18px;
  font-weight: 300;
}

.sub_top .sub_kor {
  font-size: 56px;
  font-weight: 300;
}

.sub_top .sub_path {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
}

.sub_top .sub_path_menu {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

.sub_top .sub_path_menu:not(:last-child) {
  margin-right: 20px;
  position: relative;
}

.sub_top .sub_path_menu:not(:last-child)::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: -13px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sub_top .sub_path_menu:last-child {
  color: #fff;
}


.lnb-current{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
  text-align: center;
  color: #fff;
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  border-bottom: 1px solid #666;
}

.lnb-current.open::before{
  transform: translateY(-50%) rotate(180deg);
}

.lnb-current::before{
  content: "";
  width: 18px;
  height: 10px;
  background-image: url(/image/sub/lnb_arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease .3s;
}

.lnb {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lnb > a {
  color: #fff;
  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;
  width: 160px;
  height: 80px;
  font-size: 17px;
}

.lnb > a.active {
  background-color: #fff;
  color: #000;
  font-weight: 500;
}

.sub-page {
  padding-top: 160px;
  padding-bottom: 185px;
}

.sub-tit {
  font-size: 40px;
  line-height: 1em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
}

/* 인사말 */
.intro-txt01 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.6em;
  margin-bottom: 100px;
  text-align: center;
}

.intro-banner {
  margin-bottom: 140px;
}

.intro-banner .intro-banner__img{
  margin-bottom: 55px;
}

.intro-banner img {
  width: 100%;
}

.intro-banner .intro-banner__txt01 {
  font-size: 42px;
  line-height: 1em;
  font-weight: 600;
  margin-bottom: 40px;
}

.intro-banner .intro-banner__txt02 {
  font-size: 22px;
  line-height: 1.4em;
  font-weight: 500;
  color: #666666;
}

.intro-banner .intro-banner__txt02 b {
  color: #000;
  font-weight: 500;
}

.intro-full {
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 215px 0;
  margin-bottom: 140px;
}

.intro-full .intro-full__txt01 {
  font-size: 36px;
  color: #fff;
  line-height: 1em;
  font-weight: 700;
}

.intro-full .intro-full__txt02 {
  font-size: 22px;
  color: #fff;
  line-height: 1em;
  margin-top: 12px;
}

.intro-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.intro-desc .intro-desc__tit {
  width: 565px;
  font-size: 25px;
  line-height: 1.6em;
  font-weight: 600;
}

.intro-desc .intro-desc__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.intro-desc .intro-desc__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 20px;
}

.intro-desc .intro-desc__list li:first-child {
  padding-top: 0;
}

.intro-desc .intro-desc__list li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.intro-desc .intro-desc__list h2 {
  font-size: 22px;
  font-weight: 600;
  width: 250px;
}

.intro-desc .intro-desc__list li > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.intro-desc .intro-desc__list p:first-child {
  font-size: 18px;
  font-weight: 500;
  color: #404040;
  line-height: 1em;
}

.intro-desc .intro-desc__list p:last-child {
  font-size: 14px;
  font-weight: 300;
  color: #666;
  line-height: 2em;
  margin-top: 15px;
}

/* 조직도 */
.organ-img {
  padding-top: 40px;
  border-top: 1px solid #ddd;
}

.organ-img img {
  margin-left: auto;
  margin-right: auto;
}

/* 연혁 */
.history > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.history > li:not(:last-child) {
  margin-bottom: 45px;
}

.history .history__year {
  width: 255px;
  font-size: 50px;
  font-weight: 600;
  border-top: 1px solid #9bc44c;
  color: #9bc44c;
  margin-right: 45px;
  line-height: 1em;
  padding-top: 15px;
}

.history .history__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 1px solid #ddd;
}

.history .history__list > li {
  padding: 22px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.history .history__list > li:not(:last-child) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ddd;
}

.history .history__month {
  width: 45px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
}

.history .history__event {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 20px;
  color: #606167;
  line-height: 1.4em;
}

.location {
  border-top: 1px solid #ddd;
  padding-top: 50px;
}

.location .location__txt {
  font-size: 20px;
  line-height: 1em;
  font-weight: 600;
}

.location .location__list {
  margin-left: 70px;
  margin-top: 30px;
  width: 480px;
}

.location .location__list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  position: relative;
}

.location .location__list > li::before {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: -38px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.location .location__list > li:nth-child(1) {
  border-bottom: 1px solid #ddd;
}

.location .location__list > li:nth-child(1)::before {
  background-image: url(/image/sub/location_icon01.png);
}

.location .location__list > li:nth-child(2) {
  border-bottom: 1px solid #ddd;
}

.location .location__list > li:nth-child(2)::before {
  background-image: url(/image/sub/location_icon02.png);
}

.location .location__list > li:nth-child(3)::before {
  background-image: url(/image/sub/location_icon03.png);
}

.location .location__header {
  width: 85px;
  font-size: 16px;
  font-weight: 500;
}

.location .location__data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #565656;
  font-size: 16px;
}

.location-map {
  margin-top: 80px;
}

.location-map iframe {
  width: 100%;
  height: 490px;
}

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

.tab > a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f1f1f1;
  color: #545454;
  font-size: 18px;
  line-height: 1.4em;
  border-bottom: 1px solid #e5e5e5;
}

.tab > a.active {
  background-color: #fff;
  color: #9bc44c;
  border-top: 2px solid #9bc44c;
  border-bottom: #fff;
}

.business-list {
  margin-top: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.business-list > a {
  width: 21.5%;
  margin-right: 4.6%;
  margin-bottom: 4.6%;
}

.business-list > a:nth-child(4n) {
  margin-right: 0;
}

.business-list > a:hover .business-list__thumb::before {
  opacity: 1;
}

.business-list .business-list__thumb {
  position: relative;
  overflow: hidden;
  padding-top: 110%;
}

.business-list .business-list__thumb::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 4px solid #9bc44c;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.business-list .business-list__thumb img {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.business-list .business-list__tit {
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
  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;
}

.business-list .business-list__cont {
  margin-top: 12px;
  color: #545454;
  font-weight: 300;
  white-space: normal;
  line-height: 1.4em;
  height: 4.2em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* 거래처 */
.partner-list {
  margin-top: 45px;
  padding-top: 45px;
  border-top: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.partner-list > li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 4%;
}

.partner-list > li:nth-child(4n) {
  margin-right: 0;
}

.partner-list .partner-list__ci {
  position: relative;
  overflow: hidden;
  padding-top: 34%;
  border: 1px solid #ddd;
}

.partner-list .partner-list__ci img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.partner-list p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4em;
  text-align: center;
  margin-top: 17px;
}

.partner-map {
  padding-top: 45px;
  border-top: 1px solid #ddd;
}

.partner-map .partner-map__img {
  max-width: 1021px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.partner-map .partner-map__spot {
  position: absolute;
  cursor: pointer;
}

.partner-map .partner-map__spot.spot01 {
  top: 45%;
  right: 18%;
}

.partner-map .partner-map__spot.spot02 {
  top: 50%;
  right: 23%;
}

.partner-map .partner-map__spot.spot03 {
  top: 53%;
  right: 19%;
}

.partner-map .partner-map__spot.spot04 {
  top: 55%;
  right: 22%;
}

.partner-map .partner-map__spot.spot05 {
  top: 60%;
  right: 21%;
}

.partner-map .partner-map__spot.spot06 {
  top: 39%;
  right: 11%;
}

.partner-map .partner-map__spot.spot07 {
  top: 37%;
  right: 34.5%;
}

.partner-map .partner-map__spot.spot08 {
  top: 46%;
  right: 36%;
}

.partner-map .partner-map__spot.spot09 {
  top: 39%;
  right: 25%;
}

.partner-map .partner-map__spot.spot10 {
  top: 48%;
  right: 16%;
}

.partner-map .partner-map__spot.spot11 {
  top: 21%;
  right: 81%;
}

.partner-map .partner-map__spot.spot12 {
  top: 30%;
  right: 22%;
}

.partner-map .partner-map__spot:hover .partner-map__tooltip {
  display: block;
  z-index: 2;
}

.partner-map .partner-map__dot {
  width: 12px;
  height: 12px;
  background-color: #9bc44c;
  border-radius: 50%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
  border: 2px solid #fff;
}

.partner-map .partner-map__dot::before {
  content: "";
  background-color: #9bc44c;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-animation: spread 2s infinite;
  animation: spread 2s infinite;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.partner-map .partner-map__tooltip {
  position: absolute;
  width: 140px;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
}

.partner-map .partner-map__tooltip p {
  line-height: 35px;
  height: 35px;
  color: #fff;
  text-align: center;
  background-color: #9bc44c;
  font-size: 16px;
}

.partner-oversea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 70px;
}

.partner-oversea > li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  background-color: #f7f7f7;
  padding: 40px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.partner-oversea > li:nth-child(3n) {
  margin-right: 0;
}

.partner-oversea .partner-oversea__ci {
  width: 100px;
  height: 100px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 30px;
}

.partner-oversea .partner-oversea__ci img {
  max-width: 60px;
  max-height: 60px;
}

.partner-oversea .partner-oversea__info h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 12px;
}

.partner-oversea .partner-oversea__buyer {
  font-size: 14px;
  color: #555555;
  padding-left: 30px;
  background-image: url(/image/sub/oversea_icon01.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  margin-bottom: 5px;
}

.partner-oversea .partner-oversea__store {
  font-size: 14px;
  color: #555555;
  padding-left: 30px;
  background-image: url(/image/sub/oversea_icon02.png);
  background-repeat: no-repeat;
  background-position: 0 center;
}

@-webkit-keyframes spread {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }
  90% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
  }
}

@keyframes spread {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }
  90% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
  }
}

/* 새소식 */
.board {
  border-top: 1px solid #000;
}

.board > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
}

.board > a:hover {
  background-color: #fcfcfc;
}

.board .board__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
}

.board .board__header div {
  font-weight: 500;
  text-align: center;
  color: #000 !important;
}

.board .board__num {
  width: 120px;
  text-align: center;
  padding: 22px 0;
  color: #999999;
  font-size: 20px;
}

.board .board__sujbect {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 22px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 20px;
}

.board .board__sujbect img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 5px;
}

.board .board__date {
  width: 175px;
  text-align: center;
  padding: 22px 0;
  font-size: 20px;
  color: #999999;
}

.board-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 95px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.board-pager > a {
  margin: 0 15px;
  color: #888888;
  font-weight: 500;
}

.board-pager > a:hover, .board-pager > a.active {
  color: #000;
}
