@charset "UTF-8";
/*main****************************************************************************************/
/*main****************************************************************************************/
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
}

#header.on {
  position: fixed;
  top: -300px;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header h1 {
  width: 140px;
  margin: 18px 0 0 64px;
}

.header svg {
  fill: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.header svg:hover {
  fill: #000;
}

.nav li {
  display: inline;
}

.nav li a {
  display: inline-block;
  padding: 30px 20px;
  font-size: 16px;
  color: #fff;
  font-style: 'Noto Sans KR';
  font-weight: 700;
}

.nav li a span {
  position: relative;
}

.nav li a span::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 2px solid #d83832;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: width 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: width 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.nav li a:hover span:before {
  width: 100%;
}

.nav li li.live a {
  display: inline-block;
  padding: 4px 20px 6px 20px;
  border: 1px solid #fff;
  border-radius: 20px;
}

.side-nav {
  margin-right: 51px;
}

.side-nav li {
  display: inline;
}

.side-nav li a {
  display: inline-block;
  width: 27px;
  padding: 30px 13px 20px 13px;
}

#banner {
  position: relative;
}

#banner .swiper-slide h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 82px;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}

#banner .btn-quick a {
  position: absolute;
  left: 50%;
  bottom: -25px;
  z-index: 10;
  width: 50px;
  height: 50px;
  width: 50px;
  height: 50px;
  background: #96c120;
  margin-left: -25px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

#banner .btn-quick a img {
  width: 30px;
  padding: 10px 0 0 10px;
}

#banner .swiper-pagination .icon-pause {
  position: absolute;
  left: 50%;
  top: 2px;
  margin-left: 78px;
  width: 30px;
}

#banner .swiper-pagination .icon-play {
  position: absolute;
  left: 50%;
  top: 2px;
  margin-left: 78px;
  width: 30px;
}

/* 뉴스 */
#news {
  padding: 115px 0;
  text-align: center;
}

#news h2 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 60px;
}

.notice .swiper-slide:nth-child(even) {
  margin-top: 100px;
}

.notice .swiper-slide {
  width: 458px;
}

.notice .swiper-slide .info {
  position: relative;
  text-align: left;
  padding: 30px 40px;
}

.notice .swiper-slide .info h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
  font-weight: bold;
}

.notice .swiper-slide .info time {
  color: #999;
  font-size: 14px;
  font-weight: bold;
}

.notice .swiper-slide .info a {
  position: absolute;
  right: 40px;
  bottom: 30px;
  text-transform: uppercase;
  font-weight: bold;
  color: #999;
  padding-right: 40px;
  display: none;
}

.notice .swiper-slide .info a:before {
  content: '';
  width: 30px;
  height: 2px;
  background: #ca0202;
  position: absolute;
  right: 0;
  top: 8px;
}

.notice .swiper-slide .info a:after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ca0202;
  position: absolute;
  right: 0;
  top: 6px;
}

.notice .swiper-slide:hover a {
  display: block;
}

.notice .notice-btn {
  font-size: 18px;
  font-weight: bold;
  color: #ca0202;
  border-radius: 30px;
  border: 1px solid #ca0202;
  padding: 10px 80px;
  margin-top: 80px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.notice .notice-btn:hover {
  background: #ca0202;
  color: #fff;
}

/* 인트로 */
#intro h2 {
  font-size: 60px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 60px;
  text-align: center;
  position: relative;
  z-index: 10px;
}

.intro {
  text-align: center;
  padding-bottom: 100px;
}

.intro .intro-img {
  margin: -5% 5% 0 5%;
}

.intro .intro-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}

.intro .intro-intro div {
  padding: 45px 20px;
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 2px solid #d70000;
  text-align: center;
}

.intro .intro-intro div h3 {
  font-size: 24px;
  font-weight: 800;
  padding-bottom: 30px;
}

.intro .intro-intro div p {
  font-size: 23px;
  color: #454545;
}

.intro .intro-btn {
  font-size: 18px;
  color: #ca0202;
  border-radius: 30px;
  border: 1px solid #ca0202;
  padding: 10px 80px;
  margin-top: 80px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.intro .intro-btn:hover {
  background: #ca0202;
  color: #fff;
}

#intro h2 {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 10;
}

#intro .intro-img {
  opacity: 0;
  -webkit-transition: all 0.4s 0.2s ease;
  transition: all 0.4s 0.2s ease;
}

#intro.show h2 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#intro.show .intro-img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*스토리*/
#story {
  background: #f6f6f6;
  padding-bottom: 100px;
  padding-top: 100px;
}

#story h2 {
  font-size: 60px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 60px;
  text-align: center;
  position: relative;
  z-index: 10;
}

.story {
  position: relative;
}

.story .story_frame {
  width: 300px;
  height: 610px;
  border: 10px solid #000;
  position: absolute;
  left: 50%;
  top: 0px;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50px;
}

.story .swiper-slide {
  margin-top: 100px;
  padding-bottom: 100px;
  width: 340px;
  height: 400px;
}

.story .swiper-slide .simg {
  width: 263px;
  height: 263px;
  margin: 0 auto;
  background: url(../img/t_banner1.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

.story .swiper-slide .simg:before {
  content: '';
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(../img/instagram.svg) no-repeat center center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.story .swiper-slide .stxt {
  width: 263px;
  padding: 30px 40px 0 40px;
}

.story .swiper-slide .stxt h3 {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  border-bottom: 4px solid #000;
}

.story .swiper-slide .stxt p {
  padding: 10px 0 30px 0;
  font-weight: bold;
  font-size: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.story .swiper-slide .stxt time {
  color: #5a5a5a;
}

.story .swiper-slide:nth-child(1) .simg {
  background: url(../img/t_banner1.jpg) no-repeat center center;
  background-size: cover;
}

.story .swiper-slide:nth-child(2) .simg {
  background: url(../img/t_banner2.jpg) no-repeat center center;
  background-size: cover;
}

.story .swiper-slide:nth-child(3) .simg {
  background: url(../img/t_banner3.jpg) no-repeat center center;
  background-size: cover;
}

.story .swiper-slide:nth-child(4) .simg {
  background: url(../img/t_banner4.jpg) no-repeat center center;
  background-size: cover;
}

.story .swiper-slide:nth-child(5) .simg {
  background: url(../img/t_banner5.jpg) no-repeat center center;
  background-size: cover;
}

.story .swiper-slide:nth-child(6) .simg {
  background: url(../img/t_banner6.jpg) no-repeat center center;
  background-size: cover;
}

.story .swiper-slide:nth-child(7) .simg {
  background: url(../img/t_banner7.jpg) no-repeat center center;
  background-size: cover;
}

.story .swiper-slide:nth-child(8) .simg {
  background: url(../img/t_banner8.jpg) no-repeat center center;
  background-size: cover;
}

.story .swiper-slide:nth-child(9) .simg {
  background: url(../img/t_banner9.jpg) no-repeat center center;
  background-size: cover;
}

.story .swiper-slide:nth-child(10) .simg {
  background: url(../img/t_banner10.jpg) no-repeat center center;
  background-size: cover;
}

.story .swiper-slide:nth-child(11) .simg {
  background: url(../img/t_banner11.jpg) no-repeat center center;
  background-size: cover;
}

.story .swiper-slide:nth-child(12) .simg {
  background: url(../img/t_banner12.jpg) no-repeat center center;
  background-size: cover;
}

.story .swiper-slide:nth-child(13) .simg {
  background: url(../img/t_banner13.jpg) no-repeat center center;
  background-size: cover;
}

.story .swiper-slide:nth-child(14) .simg {
  background: url(../img/t_banner14.jpg) no-repeat center center;
  background-size: cover;
}

.story .swiper-slide:nth-child(15) .simg {
  background: url(../img/t_banner15.jpg) no-repeat center center;
  background-size: cover;
}

.story .swiper-slide:nth-child(16) .simg {
  background: url(../img/t_banner16.jpg) no-repeat center center;
  background-size: cover;
}

.story .swiper-slide:nth-child(17) .simg {
  background: url(../img/t_banner17.jpg) no-repeat center center;
  background-size: cover;
}

.story .swiper-slide:nth-child(18) .simg {
  background: url(../img/t_banner18.jpg) no-repeat center center;
  background-size: cover;
}

.story .swiper-slide:nth-child(19) .simg {
  background: url(../img/t_banner19.jpg) no-repeat center center;
  background-size: cover;
}

.story .swiper-slide:nth-child(20) .simg {
  background: url(../img/t_banner20.jpg) no-repeat center center;
  background-size: cover;
}

.story .swiper-slide:nth-child(21) .simg {
  background: url(../img/t_banner21.jpg) no-repeat center center;
  background-size: cover;
}

.story .swiper-slide:nth-child(22) .simg {
  background: url(../img/t_banner22.jpg) no-repeat center center;
  background-size: cover;
}

.story .swiper-slide:nth-child(23) .simg {
  background: url(../img/t_banner23.jpg) no-repeat center center;
  background-size: cover;
}

.story .swiper-slide:nth-child(24) .simg {
  background: url(../img/t_banner24.jpg) no-repeat center center;
  background-size: cover;
}

.story .swiper-slide:nth-child(25) .simg {
  background: url(../img/t_banner25.jpg) no-repeat center center;
  background-size: cover;
}

.story .swiper-slide:nth-child(26) .simg {
  background: url(../img/t_banner26.jpg) no-repeat center center;
  background-size: cover;
}

.story .swiper-slide:nth-child(27) .simg {
  background: url(../img/t_banner27.jpg) no-repeat center center;
  background-size: cover;
}

.story .swiper-slide:nth-child(28) .simg {
  background: url(../img/t_banner28.jpg) no-repeat center center;
  background-size: cover;
}

.story .swiper-slide:nth-child(29) .simg {
  background: url(../img/t_banner29.jpg) no-repeat center center;
  background-size: cover;
}

.story .swiper-slide:nth-child(30) .simg {
  background: url(../img/t_banner30.jpg) no-repeat center center;
  background-size: cover;
}

.story #story-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
}

.story #story-btn .story-btn {
  font-size: 18px;
  color: #ca0202;
  border-radius: 30px;
  border: 1px solid #ca0202;
  padding: 10px 80px;
  margin-top: 80px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.story #story-btn .story-btn:hover {
  background: #ca0202;
  color: #fff;
}

/*경영*/
#management {
  padding: 100px 0 0 0;
  margin-bottom: 200px;
  height: 950px;
  background: url(../img/main_management.png) no-repeat center top 220px;
}

#management h2 {
  font-size: 60px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 60px;
  text-align: center;
  position: relative;
  z-index: 10px;
}

#management #management-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#management #management-btn .management-btn {
  font-size: 18px;
  color: #ca0202;
  border-radius: 30px;
  border: 1px solid #ca0202;
  padding: 10px 80px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#management #management-btn .management-btn:hover {
  background: #ca0202;
  color: #fff;
}

.management {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1200px;
  margin: 200px auto;
}

.management .m-item {
  padding: 45px 20px;
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.management .m-item .subject {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  margin: 0 auto;
  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;
}

.management .m-item .subject strong {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  line-height: 36px;
}

.management .m-item p {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid #d70000;
  font-size: 22px;
  letter-spacing: -3px;
  color: #fff;
  font-weight: bold;
}

#management h2 {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#management .management {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 0.4s 0.2s ease;
  transition: all 0.4s 0.2s ease;
}

#management.show h2 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#management.show .management {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*브랜드*/
#brand {
  padding-top: 100px;
  text-align: center;
}

#brand h2 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 60px;
}

.brand-view {
  padding-bottom: 100px;
  background-color: #f6f6f6;
}

.brand-view .brand-visual {
  background: url(../img/main_brand.png) no-repeat center top;
  padding: 350px 0;
}

.brand-view .brand-visual h3 {
  font-size: 96px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
  line-height: 50px;
  color: #fff;
  margin-left: 50px;
}

.brand-view .brands {
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  background: #f6f6f6;
}

.brand-view .brands div h4 {
  text-transform: uppercase;
  padding-top: 10px;
  font-size: 20px;
  font-weight: bold;
  border-top: 2px solid #ca0202;
}

.brand-view .brands div figure {
  margin-top: 30px;
  background: #fff;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  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;
}

.brand-view .brands div figcaption {
  margin-top: 25px;
  font-size: 20px;
}

.brand-view #brand-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.brand-view #brand-btn .brand-btn {
  font-size: 18px;
  color: #ca0202;
  border-radius: 30px;
  border: 1px solid #ca0202;
  padding: 10px 80px;
  margin-top: 80px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.brand-view #brand-btn .brand-btn:hover {
  background: #ca0202;
  color: #fff;
}

/*푸터*/
footer {
  background: #555555;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.container .f-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container .f-list .f-item {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
  text-align: center;
  border-left: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container .f-list .f-item a {
  display: block;
  padding: 50px 0;
}

.container .f-list .f-item a .icon {
  width: 90px;
  height: 90px;
  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;
  border: 1px solid #494949;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  border-radius: 50%;
  background: #494949;
}

.container .f-list .f-item a .icon img {
  width: 40px;
  height: 40px;
}

.container .f-list .f-item a .info {
  font-weight: bold;
  font-size: 20px;
  margin-top: 10px;
}

.container .f-list .f-item a .info strong {
  text-transform: uppercase;
}

.container .f-list .f-item a .info p {
  margin-top: 5px;
  font-size: 15px;
}

.container .f-list .f-item:nth-child(1) {
  border-left: 0;
}

.container .f-list .f-item.stock {
  text-align: left;
  padding-left: 60px;
}

.container .f-list .f-item.stock h3 {
  font-size: 20px;
  font-weight: bold;
}

.container .f-list .f-item.stock p {
  display: block;
  font-weight: bold;
  font-size: 45px;
  color: #fff;
  margin-bottom: 35px;
}

.container .f-list .f-item.stock ul {
  display: inline;
}

.container .f-list .f-item.stock ul li {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
}

/*푸터블럭*/
.container2 {
  padding: 20px 0 40px 0;
  width: 1200px;
  margin: 0 auto;
}

.container2 .container-left {
  width: 70%;
  float: left;
}

.container2 .container-left .links ul li {
  display: inline;
  padding: 0 5px;
  font-size: 15px;
  line-height: 50px;
  position: relative;
}

.container2 .container-left .links ul li::before {
  content: '';
  width: 1px;
  height: 12px;
  background: #ccc;
  position: absolute;
  left: 0px;
  top: 5px;
}

.container2 .container-left .links ul li:first-child::before {
  width: 0;
}

.container2 .container-left .links ul li:nth-child(6)::before {
  width: 0;
}

.container2 .container-left .links ul li a em {
  font-weight: 600;
}

.container2 .container-left .links ul li a em.num1 {
  color: #539a00;
}

.container2 .container-left .links ul li a em.num2 {
  color: orangered;
}

.container2 .container-left .info {
  margin-top: 20px;
}

.container2 .container-left .info ul li {
  display: inline;
  padding: 0 5px;
  font-size: 15px;
  line-height: 30px;
  position: relative;
  font-weight: 300;
  color: #666;
}

.container2 .container-left .info ul li::before {
  content: '';
  width: 1px;
  height: 12px;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 5px;
}

.container2 .container-left .info ul li:first-child::before {
  width: 0;
  height: 0;
}

.container2 .container-left .info ul li:nth-child(5)::before {
  width: 0;
  height: 0;
}

.container2 .container-left .copyright {
  margin-top: 30px;
}

.container2 .container-right {
  width: 30%;
  float: left;
  text-align: right;
}

.container2 .container-right .family-site {
  float: right;
  text-align: left;
}

.container2 .container-right .family-site h3 a {
  display: block;
  border: 2px solid #e8e8e8;
  border-radius: 30px;
  padding: 10px 140px 10px 20px;
  position: relative;
  font-weight: 600;
  color: #666;
}

.container2 .container-right .family-site h3 a svg {
  position: absolute;
  right: 20px;
  top: 15%;
  width: 20px;
  height: 20px;
}

.container2 .container-right .socials {
  float: right;
}

.container2 .container-right .socials ul {
  margin-top: 30px;
}

.container2 .container-right .socials ul li {
  display: inline-block;
  padding-left: 10px;
}

/*CS(고객지원)*******************************************************************************************/
/*CS(고객지원)*******************************************************************************************/
/*헤더 화이트*/
#header.white .header {
  background-color: #fff;
}

#header.white .header h1 svg {
  width: 120px;
  fill: #000;
}

#header.white .header .nav ul li a span {
  color: #000;
}

#header.white .header .side-nav li a svg {
  fill: #000;
  width: 27px;
  height: 27px;
}

#header.white .header2-wrap {
  padding: 10px 60px;
  border-bottom: 1px solid #fff;
}

#header.white .header2-wrap .header2-left {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  float: left;
}

#header.white .header2-wrap .header2-left .header2-left-btn1 {
  float: left;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#header.white .header2-wrap .header2-left .header2-left-btn1 a {
  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: 40px;
  height: 40px;
}

#header.white .header2-wrap .header2-left .header2-list {
  float: left;
  padding: 10px 0 0 10px;
}

#header.white .header2-wrap .header2-left .header2-list li {
  display: inline-block;
  padding: 0 5px;
  color: #fff;
}

#header.white .header2-wrap .header2-left .header2-left-btn2 {
  float: left;
}

#header.white .header2-wrap .header2-left .header2-left-btn2 a {
  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: 30px;
  height: 30px;
}

#header.white .header2-wrap .header2-right {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  float: right;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#header.white .header2-wrap .header2-right a {
  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: 40px;
  height: 40px;
}

/*배너*/
#bannerCS {
  position: relative;
  height: 670px;
  background: url(../img/imgCs/main_visual.png) no-repeat center center;
  background-size: cover;
  margin-bottom: 100px;
}

#bannerCS h2 {
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 64px;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
}

#bannerCS h2 p {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: opacity 350ms 150ms ease-in-out, -webkit-transform 350ms 150ms ease-in-out;
  transition: opacity 350ms 150ms ease-in-out, -webkit-transform 350ms 150ms ease-in-out;
  transition: opacity 350ms 150ms ease-in-out, transform 350ms 150ms ease-in-out;
  transition: opacity 350ms 150ms ease-in-out, transform 350ms 150ms ease-in-out, -webkit-transform 350ms 150ms ease-in-out;
}

#bannerCS h2 p.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

#bannerCS .line-container {
  position: absolute;
  left: 50%;
  top: 65%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  position: relative;
  width: 660px;
  height: 200px;
  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;
}

#bannerCS .line-container .line-1 {
  position: absolute;
  left: 20px;
  top: 20px;
  width: calc(100% - 80px);
  height: calc(100% - 80px);
}

#bannerCS .line-container .line-1::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: width 250ms 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 250ms 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#bannerCS .line-container .line-1::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 0;
  background-color: #fff;
  -webkit-transition: height 100ms 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: height 100ms 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

#bannerCS .line-container .line-1.active::before {
  width: 100%;
}

#bannerCS .line-container .line-1.active::after {
  height: 100%;
}

#bannerCS .line-container .line-2 {
  position: absolute;
  width: 100%;
  height: 100%;
}

#bannerCS .line-container .line-2::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: width 300ms 700ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: width 300ms 700ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

#bannerCS .line-container .line-2::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 0;
  background-color: #fff;
  -webkit-transition: height 150ms 1000ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: height 150ms 1000ms cubic-bezier(0.39, 0.575, 0.565, 1);
}

#bannerCS .line-container .line-2.active::before {
  width: 100%;
}

#bannerCS .line-container .line-2.active::after {
  height: 100%;
}

#bannerCS .line-container p {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
  -webkit-transition: opacity 380ms 900ms ease-in-out, -webkit-transform 380ms 900ms ease-in-out;
  transition: opacity 380ms 900ms ease-in-out, -webkit-transform 380ms 900ms ease-in-out;
  transition: opacity 380ms 900ms ease-in-out, transform 380ms 900ms ease-in-out;
  transition: opacity 380ms 900ms ease-in-out, transform 380ms 900ms ease-in-out, -webkit-transform 380ms 900ms ease-in-out;
}

#bannerCS .line-container p.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

#bannerCS .btn-quick a {
  position: absolute;
  left: 50%;
  bottom: -25px;
  width: 50px;
  height: 50px;
  width: 50px;
  height: 50px;
  background: #96c120;
  margin-left: -25px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

#bannerCS .btn-quick a img {
  width: 30px;
  padding: 10px 0 0 10px;
}

/*다이어그램*/
#diagram {
  margin: 0 auto;
  margin-bottom: 100px;
}

#diagram .diagram-container {
  margin: 0 auto;
  max-width: 1200px;
  text-align: left;
}

#diagram .diagram-container h1 {
  font-size: 2rem;
  font-weight: bold;
  padding: 45px 0;
}

#diagram .diagram-container .diagram-img-container {
  padding: 70px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#diagram .diagram-container .diagram-img-container img {
  width: 100%;
  height: auto;
}

/*소비자 목소리*/
#customerVoice {
  margin-bottom: 100px;
}

#customerVoice .customerVoice-container {
  margin: 0 auto;
  max-width: 1200px;
  text-align: left;
}

#customerVoice .customerVoice-container h1 {
  font-size: 2rem;
  font-weight: bold;
  padding: 45px 0;
}

#customerVoice .customerVoice-container .customerVoice-list-container {
  height: 300px;
}

#customerVoice .customerVoice-container .customerVoice-list-container .list-col {
  width: 25%;
  float: left;
}

#customerVoice .customerVoice-container .customerVoice-list-container .list-col .list-col-box {
  font-size: 20px;
  padding: 0 15px;
}

#customerVoice .customerVoice-container .customerVoice-list-container .list-col .list-col-box .number {
  width: 50px;
  height: 50px;
  border: 2px solid #000;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 25px;
  margin-bottom: 40px;
}

#customerVoice .customerVoice-container .customerVoice-list-container .list-col .list-col-box .desc-box {
  padding-right: 50px;
  position: relative;
}

#customerVoice .customerVoice-container .customerVoice-list-container .list-col .list-col-box .desc-box .desc {
  word-break: keep-all;
  line-height: 1.75em;
}

#customerVoice .customerVoice-container .customerVoice-list-container .list-col .list-col-box .desc-box::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 200px;
  background-color: #e5e5e5;
}

#customerVoice .customerVoice-container .customerVoice-list-container .list-col .list-col-box .desc-box span {
  display: block;
  margin-top: 60px;
  font-size: 16px;
}

#customerVoice .customerVoice-container .customerVoice-list-container .list-col:last-child .desc-box:before {
  width: 0;
}

/*상담*/
#counsel {
  background: url(../img/imgCs/cont_01.png);
  background-size: cover;
  padding: 80px 0;
  margin-bottom: 100px;
}

#counsel .counsel-container {
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#counsel .counsel-container .list-col {
  background-color: rgba(255, 255, 255, 0.7);
  -ms-flex-preferred-size: 28%;
      flex-basis: 28%;
  padding: 45px 20px 42px;
}

#counsel .counsel-container .list-col .list-col-box {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

#counsel .counsel-container .list-col .list-col-box .box-1 {
  padding-bottom: 60px;
}

#counsel .counsel-container .list-col .list-col-box .box-1 img {
  width: 61px;
  padding-bottom: 25px;
}

#counsel .counsel-container .list-col .list-col-box .box-2 {
  position: relative;
  padding-bottom: 30px;
}

#counsel .counsel-container .list-col .list-col-box .box-2 a {
  font-size: 28px;
}

#counsel .counsel-container .list-col .list-col-box .box-2 a.box-2-2 {
  position: relative;
}

#counsel .counsel-container .list-col .list-col-box .box-2 a.box-2-2::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  height: 1px;
  background-color: #000;
}

#counsel .counsel-container .list-col .list-col-box .box-2 p {
  font-size: 16px;
  padding: 0 60px;
  font-weight: normal;
  line-height: 1.75;
}

#counsel .counsel-container .list-col .list-col-box .box-2::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #96c11f;
}

#counsel .counsel-container .list-col .list-col-box .box-3 p {
  font-size: 16px;
  line-height: 1.75;
}

#counsel .counsel-container .list-col .list-col-box .box-3 p.box-3-1 {
  font-weight: normal;
}

#counsel .counsel-container .list-col .list-col-box .box-3 a {
  display: inline-block;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 25px;
  font-size: 16px;
  font-weight: normal;
}

/*분쟁*/
#dispute {
  margin-bottom: 100px;
}

#dispute .dispute-container {
  margin: 0 auto;
  max-width: 1200px;
}

#dispute .dispute-container h1 {
  font-size: 2rem;
  font-weight: bold;
  padding: 45px 0 0 0;
}

#dispute .dispute-container p {
  font-size: 22px;
  margin: 30px 0 45px 0;
  font-weight: 400;
}

#dispute .dispute-container .dispute-img-container img {
  float: right;
  width: 700px;
}

/*푸터 네비게이션*/
#footerNav {
  padding: 60px 0 100px 0;
  background-color: #f2f1de;
  position: relative;
}

#footerNav .footerNav .swiper-wrapper .swiper-slide a {
  width: 100%;
}

#footerNav .footerNav .swiper-wrapper .swiper-slide a span {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#footerNav .footerNav .swiper-wrapper .swiper-slide a figure img {
  height: 314px;
  width: 100%;
}

#footerNav .footerNav .swiper-scrollbar {
  position: absolute;
  bottom: 50px;
  left: 30px;
  right: 30px;
  height: 25px;
  background: rgba(0, 0, 0, 0);
}

#footerNav .footerNav .swiper-scrollbar .swiper-scrollbar-drag {
  width: 160px !important;
  background-color: #ffdd1f;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
}

#footerNav .footerNav .swiper-scrollbar::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: #d8d7c6;
}

/*Introduction-WAY(소개)*************************************************************************************/
/*Introduction-WAY(소개)*************************************************************************************/
#bannerWay {
  position: relative;
  height: 670px;
  background: url(../img/imgIntroduction/main_visual_way.png) no-repeat center center;
  background-size: cover;
  margin-bottom: 100px;
}

#bannerWay h2 {
  position: absolute;
  left: 50%;
  top: 35%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 64px;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
  text-transform: uppercase;
}

#bannerWay h2 p {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: opacity 350ms 150ms ease-in-out, -webkit-transform 350ms 150ms ease-in-out;
  transition: opacity 350ms 150ms ease-in-out, -webkit-transform 350ms 150ms ease-in-out;
  transition: opacity 350ms 150ms ease-in-out, transform 350ms 150ms ease-in-out;
  transition: opacity 350ms 150ms ease-in-out, transform 350ms 150ms ease-in-out, -webkit-transform 350ms 150ms ease-in-out;
}

#bannerWay h2 p.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

#bannerWay .line-container {
  position: absolute;
  left: 50%;
  top: 65%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  position: relative;
  width: 660px;
  height: 200px;
  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;
}

#bannerWay .line-container .line-1 {
  position: absolute;
  left: 20px;
  top: 20px;
  width: calc(100% - 80px);
  height: calc(100% - 80px);
}

#bannerWay .line-container .line-1::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: width 250ms 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 250ms 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#bannerWay .line-container .line-1::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 0;
  background-color: #fff;
  -webkit-transition: height 100ms 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: height 100ms 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

#bannerWay .line-container .line-1.active::before {
  width: 100%;
}

#bannerWay .line-container .line-1.active::after {
  height: 100%;
}

#bannerWay .line-container .line-2 {
  position: absolute;
  width: 100%;
  height: 100%;
}

#bannerWay .line-container .line-2::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: width 300ms 700ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: width 300ms 700ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

#bannerWay .line-container .line-2::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 0;
  background-color: #fff;
  -webkit-transition: height 150ms 1000ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: height 150ms 1000ms cubic-bezier(0.39, 0.575, 0.565, 1);
}

#bannerWay .line-container .line-2.active::before {
  width: 100%;
}

#bannerWay .line-container .line-2.active::after {
  height: 100%;
}

#bannerWay .line-container p {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
  -webkit-transition: opacity 380ms 900ms ease-in-out, -webkit-transform 380ms 900ms ease-in-out;
  transition: opacity 380ms 900ms ease-in-out, -webkit-transform 380ms 900ms ease-in-out;
  transition: opacity 380ms 900ms ease-in-out, transform 380ms 900ms ease-in-out;
  transition: opacity 380ms 900ms ease-in-out, transform 380ms 900ms ease-in-out, -webkit-transform 380ms 900ms ease-in-out;
}

#bannerWay .line-container p.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

#bannerWay .btn-quick a {
  position: absolute;
  left: 50%;
  bottom: -25px;
  width: 50px;
  height: 50px;
  background: #96c120;
  margin-left: -25px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

#bannerWay .btn-quick a img {
  width: 30px;
  padding: 10px 0 0 10px;
}

#farmer {
  margin-bottom: 100px;
  position: relative;
}

#farmer .farmer-container-1 {
  margin: 0 auto;
  max-width: 1200px;
  text-align: left;
}

#farmer .farmer-container-1 h1 {
  font-size: 2rem;
  font-weight: bold;
  padding: 45px 0;
}

#farmer .farmer-container-2 {
  height: 760px;
  margin: 0 auto;
  max-width: 1300px;
  position: relative;
}

#farmer .farmer-container-2 .farmer-box {
  width: 750px;
  height: 360px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  font-weight: 400;
  padding: 40px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  top: 40px;
  z-index: 2;
}

#farmer .farmer-container-2 .farmer-box p {
  line-height: 35px;
}

#farmer .farmer-container-2 .farmer {
  width: 70%;
  height: 80%;
  position: absolute;
  left: 530px;
  top: 0px;
}

#farmer .farmer-container-2 .farmer .swiper-container {
  padding-bottom: 30px;
}

#farmer .farmer-container-2 .farmer .swiper-container .swiper-slide a figure img {
  height: 550px;
}

#farmer .farmer-container-2 .farmer .swiper-pagination .swiper-pagination-bullet {
  background-color: #000;
}

#farmer .farmer-container-2 .farmer .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  border-color: #000;
}

#value {
  margin-bottom: 100px;
}

#value .value-container {
  margin: 0 auto;
  max-width: 1200px;
}

#value .value-container h1 {
  font-size: 2rem;
  font-weight: bold;
  padding: 45px 0;
}

#value .value-container .value-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}

#value .value-container .value-list .value-col {
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  line-height: 1.75;
}

#value .value-container .value-list .value-col .value-item .value-item-box1 {
  height: 190px;
  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;
}

#value .value-container .value-list .value-col .value-item .value-item-box1 p {
  font-size: 22px;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  float: left;
}

#value .value-container .value-list .value-col .value-item .value-item-box1 img {
  float: left;
}

#value .value-container .value-list .value-col .value-item .value-item-box1 img.img-box-1-1 {
  width: 110px;
  height: 184px;
}

#value .value-container .value-list .value-col .value-item .value-item-box1 img.img-box-1-2 {
  width: 114px;
  height: 165px;
}

#value .value-container .value-list .value-col .value-item .value-item-box1 img.img-box-1-3 {
  width: 155px;
  height: 160px;
}

#value .value-container .value-list .value-col .value-item .value-item-box2 p {
  font-size: 22px;
  font-weight: bold;
  color: #539a00;
  padding: 45px 10px 15px;
  border-bottom: 2px solid #e4e4e4;
  position: relative;
}

#value .value-container .value-list .value-col .value-item .value-item-box2 p::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #e4e4e4;
}

#value .value-container .value-list .value-col .value-item .value-item-box3 p {
  font-size: 20px;
  color: #666666;
  padding: 0 10px;
  margin-top: 20px;
}

#behavior {
  margin-bottom: 100px;
}

#behavior .behavior-container1 {
  margin: 0 auto;
  max-width: 1200px;
}

#behavior .behavior-container1 h1 {
  font-size: 2rem;
  font-weight: bold;
  padding: 45px 0;
}

#behavior .behaviorAni {
  height: 680px;
  background-image: url(../img/imgIntroduction/way_conduct.png);
  background-size: cover;
  margin-bottom: 100px;
}

#behavior .behavior-container2 {
  margin: 0 auto;
  max-width: 1200px;
}

#behavior .behavior-container2 .behavior-list {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#behavior .behavior-container2 .behavior-list .behavior-col {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
}

#behavior .behavior-container2 .behavior-list .behavior-col .behavior-item .behavior-box1 {
  margin-bottom: 40px;
  border-right: 2px solid #e4e4e4;
}

#behavior .behavior-container2 .behavior-list .behavior-col .behavior-item .behavior-box1 img {
  height: 90px;
  width: auto;
  display: inline-block;
  margin-bottom: 20px;
}

#behavior .behavior-container2 .behavior-list .behavior-col .behavior-item .behavior-box1 p {
  font-size: 20px;
  padding: 0 80px 10px;
  color: #212529;
  font-weight: 400;
  border-bottom: 2px solid #e4e4e4;
  line-height: 1.75;
}
/*# sourceMappingURL=style.css.map */