@charset "utf-8";

#container {
  overflow: hidden;
  padding-top: 100vh;
  padding-bottom: 17rem;
  background: #1a1a1a;
}

#container.fix {
  padding-top: 35rem;
}

.s-top {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 101;
  transition: all 0.5s ease-out;
}
.s-top.active {
  height: 19.7rem;
  top: 0;
}

.s-top .visual {
  height: 100%;
  position: relative;
}

.s-top .visual .bg {
  width: 100%;
  height: 100%;
  animation: scaleDown 10s linear;
}
.esg_bg0325 {background:linear-gradient(#1f2733, 80%,  #9f7a55) !important;}
@keyframes scaleDown {
  0% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}

.s-top .visual .text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 49%;
  transform: translateY(-50%);
  text-align: center;
}

.s-top .visual .text h2 {
  margin-bottom: 1.5rem;
  color: #fff;
  font-family: "Adobe Caslon Pro";
  font-size: 5rem;
}

.s-top .visual .text .kr {
  color: #fffeff;
  font-size: 2rem;
  letter-spacing: 0.8rem;
  opacity: 0.4;
}

.s-top.active .text {
  display: none;
}

.s-top.active .visual .bg {
  animation: none;
  transform: scale(1);
}

.s-top.sub01 .bg {
  background: url("../images/sub/s_visual14.png") no-repeat center top;
  background-size: cover;
}
.s-top.sub02 .bg {
  background: url("../images/sub/s_visual10.png") no-repeat center top;
  background-size: cover;
}
.s-top.sub03 .bg {
  background: url("../images/sub/s_visual11.png") no-repeat center top;
  background-size: cover;
}
.s-top.sub04 .bg {
  background: url("../images/sub/s_visual12.png") no-repeat center top;
  background-size: cover;
}
.s-top.sub05 .bg {
  background: url("../images/sub/s_visual12.png") no-repeat center top;
  background-size: cover;
}
.s-top.sub06 .bg {
  background: url("../images/sub/s_visual13.png") no-repeat center top;
  background-size: cover;
}

.s-tab {
  width: 100%;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  text-align: center;
  background: #1a1e24;
  border-bottom: 1px solid #3f4855;
  transition: all 0.4s ease-in-out;
  z-index: 101;
}

.s-tab a {
  position: relative;
  padding: 0 6rem;
  color: #5f6875;
  font-weight: 300;
  line-height: 7.6rem;
}

.s-tab a.current {
  font-weight: 500;
  color: #fff;
}

.s-tab a.current::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
}

.contents {
  position: relative;
}

h3.Title {
  margin: 10rem 0 9rem;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 4.8rem;
}

/* 소개 */
.about01 {
  margin-bottom: -18rem;
  padding-bottom: 20rem;
  background: url("../images/sub/s11_bg_211206.jpg") no-repeat right bottom;
}

.about01 .inner .img {
  width: 48%;
  float: left;
}

.about01 .inner .img img {
  width: 100%;
}

.about01 .inner .text {
  width: 52%;
  float: right;
  padding: 3rem 1rem 0 6.5rem;
  color: #fff;
}

.about01 .inner .text .top {
  margin-bottom: 3.5rem;
  font-size: 4rem;
}

.about01 .inner .text .noto {
  margin-bottom: 5rem;
  font-family: "Noto Serif KR";
  font-size: 2.4rem;
}

.about01 .inner .text .txt {
  margin-bottom: 3rem;
  color: #dbdbdb;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: -0.05rem;
}

.about01 .inner .text .txt b {
  color: #fff;
  font-weight: 500;
}

.about01 .inner .text .sign {
  font-weight: 500;
}

.about01 .inner .text .sign i {
  display: inline-block;
  margin-left: 0.7rem;
  vertical-align: super;
}

.about02 {
  padding-bottom: 12rem;
}

.about02 .sub {
  width: 43rem;
  margin: 0 auto 7rem;
  position: relative;
  text-align: center;
}

.about02 .sub::before,
.about02 .sub::after {
  content: "";
  width: 38%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  background: #484848;
}

.about02 .sub::after {
  left: auto;
  right: 0;
}

.about02 .sub i {
  position: relative;
  font-size: 4.8rem;
  font-weight: 500;
  background: linear-gradient(120deg, #bb4a4e, #b4302e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about02 .vision {
  width: 22%;
  margin-left: 4%;
  float: left;
  position: relative;
  text-align: center;
}

.about02 .vision:first-child {
  margin-left: 0;
}

.about02 .vision.odd {animation: motion 3s infinite ease-in-out alternate; margin-top: 0;}
@keyframes motion { 0% {margin-top: 0px;} 100% {margin-top: 10px;} }

.about02 .vision.even {animation: umotion 3s infinite ease-in-out alternate; margin-top: 0;}
@keyframes umotion { 0% {margin-top: 0px;} 100% {margin-top: -10px;} }

.about02 .vision .img img {
  width: 100%;
}

.about02 .vision .text {
  margin-bottom: 3.5rem;
  position: relative;
}

.about02 .vision.odd .text {
  margin-bottom: 0;
  margin-top: 2.3rem;
}

.about02 .vision .text::after {
  content: "";
  width: 1px;
  height: 5rem;
  position: absolute;
  left: 50%;
  bottom: -6rem;
  background: #b4302e;
}

.about02 .vision.odd .text::after {
  bottom: auto;
  top: -5rem;
}

.about02 .vision .text .eng {
  margin-bottom: 1.8rem;
  font-size: 3rem;
  background: linear-gradient(to right, #bb4a4e, #b4302e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Noto Serif KR";
  letter-spacing: -0.05rem;
}

.about02 .vision .text .txt {
  font-size: 2rem;
  color: #fff;
  font-weight: 300;
  letter-spacing: -0.05rem;
}

.about03 .tab {
  position: relative;
  z-index: 6;
  background: #1f2733;
}

.about03 .tab.on {
  position: fixed;
  width: 100%;
  left: 50%;
  top: 19.7rem;
  transform: translateX(-50%);
}

.history-wrap {
  position: relative;
  margin-top: 18rem;
  margin-bottom: -17rem;
}

.history-wrap .current {
  position: absolute;
  top: -15rem;
  left: 0;
  width: 100%;
  color: #474c54;
  text-align: center;
  font-size: 20rem;
  font-weight: 500;
  font-family: "Roboto";
  z-index: 0;
}

.history-wrap .current.on {
  position: fixed;
  top: 26rem;
}

.history-wrap .history {
  position: relative;
  padding-top: 12rem;
  padding-bottom: 4rem;
  z-index: 5;
}

.history-wrap .history::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background: #fff;
}

.history-wrap .history::after {
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -0.55rem;
  background: #fff;
  border-radius: 50%;
}

.history-wrap .history .his {
  position: relative;
  padding-left: calc(50% + 4.5rem);
  margin-bottom: 5rem;
  color: #fff;
}

.history-wrap .history #his21 {
    margin-bottom: 20rem; 
}

.history-wrap .history .his.mart {
  margin-top: 25rem;
}

.history-wrap .history .his .detail {
  max-width: 47rem;
  position: absolute;
  right: calc(50% + 5rem);
  top: 0;
  margin-top: -10rem;
  text-align: right;
}

.history-wrap .history .his .detail .tit {
  margin: 2.5rem 0 2rem;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: -0.04rem;
}

.history-wrap .history .his .detail .desc {
  font-weight: 300;
  letter-spacing: -0.05rem;
  line-height: 1.7;
  letter-spacing: -0.02rem;
}

.history-wrap .history .his .year {
  position: relative;
  margin-bottom: 1.5rem;
  font-family: "Roboto";
  font-size: 3rem;
}

.history-wrap .history .his .year::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  left: -5.5rem;
  top: 1.2rem;
  background: #1f2733;
  border: 0.4rem solid #fff;
  border-radius: 50%;
}

.history-wrap .history .his .txt {
  position: relative;
  padding-left: 5rem;
  font-weight: 300;
  line-height: 2.4;
}

.history-wrap .history .his .txt.dot {
  padding-left: 1.5rem;
}

.history-wrap .history .his .txt.dot::before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  position: absolute;
  left: 0;
  top: 1.9rem;
  border-radius: 50%;
  background: #fff;
}

.history-wrap .history .his .txt span {
  position: absolute;
  left: 0;
  color: #b4302e;
  font-weight: 600;
}

.history-wrap .history .idx {
  display: block;
  width: 17.2rem;
  height: 17.2rem;
  position: relative;
  margin: 20rem auto 8rem;
  color: #fff;
  font-size: 3rem;
  line-height: 17.2rem;
  text-align: center;
  font-family: "Roboto";
  border-radius: 50%;
  background: #31424e;
}

.history-wrap .history .idx.id01 {
  margin-top: 44rem;
  background: #b4302e;
}

.s14 {
	text-align: center;
}

.s14 img {
  width: 90%;
}

.tab {
  margin-bottom: 3rem;
  display: flex;
  border-right: 1px solid #999;
}

.tab a {
  display: block;
  width: 50%;
  text-align: center;
  color: #8994a4;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 7.8rem;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
}

.tab a.active {
  color: #fff;
  border-top: 1px solid #b4302e;
  border-bottom: 1px solid #b4302e;
  border-left: 1px solid #b4302e;
  background: #b4302e;
}

.tab.type02 {
  margin-bottom: 0;
  border-right: 0;
}

.tab.type02 a {
  color: #fff;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  background: #b4302e;
}

.business02 .tab.type02 a {
  border-bottom: 1px solid #1f2733;
  border-left: 1px solid #1f2733;
}

.tab.type02 a.active {
  font-size: 2.4rem;
  color: #b4302e;
  font-weight: 600;
  border-bottom: 0;
  background: #fff;
}

.tab.type02 a:first-child.active {
  border-left: 0;
}

.tab-container {
  position: relative;
}

.tab-container.tab-bg {
  padding: 9rem 5rem 6.5rem;
  background: #fff;
}

.tab-container .tab-content {
  position: absolute;
  opacity: 0;
}

.tab-container .tab-content.show {
  position: relative;
  opacity: 1;
}

.about05 .mapWrap {
  width: 100%;
  height: 70rem;
  overflow: hidden;
}

.about05 .mapWrap .root_daum_roughmap {
  width: 100%;
}

.about05 .mapWrap .root_daum_roughmap .wrap_map {
  height: 70rem;
}

.about05 .name {
  margin: 5rem 0 2rem;
  font-size: 3rem;
  color: #fff;
}

.about05 .add li {
  display: inline-block;
  color: #fff;
  font-weight: 300;
}

.about05 .add li::before {
  content: "/";
  display: inline-block;
  margin: 0 2.2rem;
}

.about05 .add li.fr::before {
  content: "";
  width: 3.2rem;
  height: 4.1rem;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 1.5rem 0 0;
  background: url("../images/sub/s15_icon_211206.png") no-repeat left top;
  background-size: 100%;
}

.about05 .add li.fr b {
  display: inline-block;
  margin-right: 1.2rem;
  font-size: 2.4rem;
  font-weight: 500;
}

/* 사업 */
.video-wrap {    
  position: relative;
  padding-bottom: 29%;
  height: 0;
}

.video-wrap > video{
    height: 55rem;
}


.video-wrap iframe { 
  position: absolute;
  top: 0;
  left: 0;
}

.business01 .intro {
  padding-top: 14rem;
  padding-bottom: 40.5rem;
  position: relative;
  text-align: center;
  background: url("../images/sub/s21_bg01.png") no-repeat center top;
  background-size: cover;
  z-index: 5;
}

.business01 .intro .iam {
  margin: 0 0 4rem;
  font-family: "Noto Serif KR";
  font-size: 5rem;
  color: #fff;
}

.business01 .intro .txt {
  color: #fff;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.7;
}

.business01 .gradient {
  max-width: 99rem;
  position: relative;
  margin: 7.5rem auto 0;
  text-align: center;
}

.business01 .gradient::before,
.business01 .gradient::after {
  content: "[";
  font-size: 10rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(180deg, #6d6cc1, #46a6c4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.business01 .gradient::before {
  content: "]";
  left: auto;
  right: 0;
  background: linear-gradient(180deg, #f1585b, #fd9123);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.business01 .gradient p {
  font-family: "Noto Serif KR";
  font-size: 2.4rem;
  line-height: 2;
  background: linear-gradient(90deg, #00c3ff, #f5272b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.business01 .brand-btn {
  margin-top: 8.5rem;
  text-align: center;
}

.business01 .brand-btn a {
  display: inline-block;
  width: 25rem;
  height: 6rem;
  margin: 0 1.2rem;
  font-size: 1.8rem;
  line-height: 5.7rem;
  border-radius: 40px;
  box-shadow: 1rem 1rem 1.5rem #0a0a0a52;
}

.business01 .brand-btn a.st {
  color: #fff;
  background: #ff595a;
  border: 1px solid #ff595a;
}
.business01 .brand-btn a.id {
  color: #ff595a;
  border: 1px solid #ff595a;
}

.business01 .brand-btn a::after {
  content: "";
  width: 0.8rem;
  height: 1.3rem;
  display: inline-block;
  vertical-align: middle;
  margin: -1px 0 0 1.5rem;
}
.business01 .brand-btn a.st::after {
  background: url("../images/sub/arr_brand01.png") no-repeat left top;
  background-size: 100%;
}
.business01 .brand-btn a.id::after {
  background: url("../images/sub/arr_brand02.png") no-repeat left top;
  background-size: 100%;
}

.business01 .story {
  margin-top: -41rem;
  padding: 34rem 0 18rem;
  position: relative;
  text-align: center;
  color: #fff;
  background: linear-gradient(180deg, #1a2430, #235f9e);
  z-index: 4;
}

.business01 .story::before {
  content: "";
  width: 100%;
  height: 89.3rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../images/sub/s21_bg03.png") no-repeat center top;
  background-size: cover;
  z-index: -1;
}

.business01 .story .brand {
  margin-bottom: 3rem;
  font-family: "Noto Serif KR";
  font-size: 5rem;
  text-transform: uppercase;
}

.business01 .story .tit {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 2;
  font-family: "Noto Serif KR";
}

.business01 .story .tit::after {
  content: "";
  width: 2px;
  height: 10rem;
  display: block;
  margin: 3rem auto 0;
  background: #8994a4;
}

.business01 .story .question {
  margin-top: 12rem;
}

.business01 .story .question p {
  font-size: 4rem;
  font-weight: 300;
  color: #1a436b;
}

.business01 .story .question p b {
  font-weight: 500;
}

.business01 .circle {
  padding: 2rem 0 32rem;
  text-align: center;
  background: url("../images/sub/s21_bg04.jpg") no-repeat center top #1a436b;
  background-size: cover;
}

.business01 .circle .sub {
  margin-bottom: 5rem;
  font-size: 2.4rem;
  font-weight: 300;
  color: #fff;
  font-family: "Noto Serif KR";
}

.business01 .circle .img {
  max-width: 1331px;
}

.business01 .circle .img img {
  width: 100%;
}

.business01 .circle .box {
  display: inline-block;
  position: relative;
  margin-top: 6.5rem;
  padding: 1.2rem 5rem 1.4rem;
  color: #fff;
  font-family: "Noto Serif KR";
  text-align: center;
  font-size: 2.4rem;
  background: #153758;
  border-radius: 3rem;
  z-index: 2;
}

.business01 .product {
  margin-top: -18rem;
  position: relative;
}

.business01 .product::before {
  content: "";
  width: 84rem;
  height: 63.2rem;
  position: absolute;
  right: 0;
  top: -30rem;
  background: url("../images/sub/s21_dot.png") no-repeat left top;
  background-size: 100%;
  z-index: 1;
}

.business01 .product img {
  width: 100%;
}

.business01 .stit {
  margin-top: 10rem;
  margin-bottom: 2.1rem;
  font-size: 3rem;
  color: #fff;
}

.business01 .line {
  margin-bottom: 2rem;
  font-family: "Noto Serif KR";
  font-size: 1.8rem;
  color: #fff;
}

.business01 .line::before {
  content: "";
  width: 5rem;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2rem;
  background: #fff;
}

.business01 .idt {
  margin-bottom: 8rem;
}

.business01 .idt .logo {
  overflow: hidden;
}
.business01 .idt .logo p > img{
    width: 736px; 
	max-width: 100%;
}

.business01 .idt .logo1 p > img{
    width: 314px;
    height: 45px;
}

.business01 .idt .logo p {
 max-width: 100%;
  width: 49%;
  padding: 3rem 0;
  float: left;
  text-align: center;
  background: url("../images/sub/ ") repeat left top;
  border: 0px solid #ccc;
}

.business01 .idt .logo p:first-child {
  margin-right: 2%;
}

.business01 .color .tag li {
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 1.5rem;
  padding: 0.65rem 2.5rem 0.75rem;
  color: #dbdbdb;
  font-weight: 500;
  border-radius: 30px;
  border: 1px solid #8f9399;
}

.business01 .color .box {
  padding: 9rem 5% 6.5rem;
  margin-top: 5rem;
  position: relative;
  background: #363d48;
  border-radius: 20px;
}

.business01 .color .box ul {
  width: 50rem;
}

.business01 .color .box ul li {
  margin-bottom: 2.5rem;
  position: relative;
  padding: 1.2rem 3.3rem 1.3rem 7.2rem;
  font-weight: 300;
  color: #fff;
  letter-spacing: -0.04rem;
  background: #1f2733;
  border-radius: 32px;
}

.business01 .color .box ul li b {
  position: absolute;
  left: 3.3rem;
  top: 1.2rem;
  font-weight: 500;
}

.business01 .color .box .img {
  width: 51.6%;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  right: 6%;
}

.business01 .color .box .img img {
  width: 100%;
}

.business01 .art .gallery-wrap {
  overflow: hidden;
  margin-top: 4rem;
}

.business01 .art .gallery-wrap li {
  width: 25%;
  height: 0;
  padding-top: 24%;
  position: relative;
  float: left;
  overflow: hidden;
  cursor: pointer;
}

.business01 .art .gallery-wrap li .img {
  position: absolute;
  top: 0;
  left: 0;
}

.business01 .art .gallery-wrap li .img img {
  width: 145%;
  margin-left: -22.5%;
}

.business01 .art .gallery-wrap li:hover .img {
  mix-blend-mode: luminosity;
}

.business01 .art .gallery-wrap li .hover {
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  transition: bottom 0.2s ease-out;
}

.business01 .art .gallery-wrap li:hover .hover {
  bottom: 0;
}

.business01 .art .gallery-wrap li .hover::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(0, #000, transparent);
  opacity: 0.8;
}

.business01 .art .gallery-wrap li .hover p {
  position: absolute;
  left: 3rem;
  bottom: 3rem;
  color: #dddddd;
  font-family: "Noto Serif KR";
  text-transform: uppercase;
}

.gallery-img {
  width: 100%;
  display: none;
  position: fixed;
  max-width: 135rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 202;
  cursor: pointer;
}

.gallery-img::before {
  content: "";
  width: 3rem;
  height: 3rem;
  top: 2rem;
  right: 2rem;
  position: absolute;
  background: url("../images/sub/pop_close.png") no-repeat left top;
  background-size: 100%;
}

.gallery-img img {
  max-width: 100%;
  max-height: 100vh;
}

.pop-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.7;
  z-index: 201;
}

/* 콤부차 판매처 - business02 */
.business02 .inner {
    background-color: #fff;
    padding: 12rem 10rem;
}
.business02 .inner.bottom {
    padding: 0rem 10rem 12rem 10rem;
}
.business02 .inner h4{
		text-align: left;
    font-size: 3.5rem;
    font-weight: 500;
    margin-bottom: 5.5rem;
}
.business02 .bottom h4{ margin-bottom:0;}
.business02 .combu_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 10rem;
}
.business02 .combu_info>img {
    width: 55%;
}
.business02 .combu_info>p {
    width: 40%;
    word-break: keep-all;
    text-align: left;
    font-size: 3rem;
}
.business02 .title_sub, 
.business02 .inner.bottom h3{
	display:none;
}

.business02 .tab {
  display: flex;
}

.business02 .title_sub, .business03 .title_sub {
    color: #fff;
    text-align: center;
    margin-bottom: 9rem;
    font-size: 2rem;
}

.business02 h3.Title, .business03 h3.Title {
    margin: 10rem 0 2rem 0;
}

.business02 .tab a {
  width: 34%;
}

.business02 .tab-container {
 /*  padding: 6rem 6rem 4.5rem; */
  background: #fff;
}

.business02 .tab-container .tab-content {
  position: relative;
  opacity: 1;
  display: none;
}

.business02 .tab-container .tab-content.show {
  display: block;
}

.business02 .img .nav {
  position: absolute;
  width: 100%;
  height: 7.7rem;
  top: 47%;
  display: flex;
  justify-content: space-between;
}

.business02 .img .swiper-button-prev,
.business02 .img .swiper-button-next {
  background: url("../images/sub/s22_arrow.png") no-repeat top;
  top: 50%;
  transition: opacity 0.4s ease-in-out;
  opacity: 0;

/*  width: 7rem;
  height: 7rem;
  background: url("../images/sub/s22_arrow.png") no-repeat left top;
  background-size: 100%;
  border: 1px solid #b9b9b9;
  top: 45%;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;*/
}

.business02 .img .swiper-button-prev {
  left: 10px;
  /*left: 0;*/
}
.business02 .img .swiper-button-next {
  right: 10px;
  transform: scaleX(-1);
 /* right: 0;
  transform: rotate(180deg);*/
}

.business02 .img:hover .swiper-button-prev,
.business02 .img:hover .swiper-button-next{
  opacity: 1;
}

.business02 .img .nav .swiper-button-next {
  left: auto;
  right: 0;
  transform: rotate(180deg);
  /* border-right: 0; */
}

.business02 .partner {
  margin-top: 5rem;
}

.business02 .partner .tit {
  margin-bottom: 4rem;
  font-size: 3rem;
  text-transform: uppercase;
  color: #1f2733;
}

.business02 .partner .swiper-container {
  margin-bottom: 4.5rem;
}

.business02 .partner .swiper-container .swiper-slide {
  /*border: 1px solid #ccc;*/
  border: none;
}

.business02 .swiper-container .swiper-slide img {
  width: 100%;
}

.business02 .partner .nav {
  position: relative;
  overflow: hidden;
}

.business02 .partner .nav .swiper-scrollbar {
  display: block !important;
  width: calc(100% - 13rem);
  height: 0.5rem;
  margin-top: 1.7rem;
  float: left;
  background: #999;
  border-radius: 0;
}

.business02 .partner .nav .swiper-scrollbar .swiper-scrollbar-drag {
  background: #b4302e;
}

.business02 .partner .nav .arrow {
  float: right;
  width: 9rem;
  height: 4rem;
  position: relative;
  overflow: hidden;
}

.business02 .partner .nav .arrow .swiper-button-prev,
.business02 .partner .nav .arrow .swiper-button-next {
  width: calc(50% - 0.5rem);
  height: 100%;
  left: 0;
  background: url("../images/sub/s22_arrow.gif") no-repeat left top;
  background-size: 100%;
}

.business02 .partner .nav .arrow .swiper-button-next {
  left: auto;
  right: 0;
  transform: rotate(180deg);
}

.business02 .inner.part{
	padding:0 10rem 16rem 10rem;
}
.business02 .inner .partner_list{
    width: 100%;
    overflow: hidden;
}
.business02 .inner .partner_list>li{
    float: left;
    width: 17.6%;
		height:10rem;
    margin-right: 3%;
    font-weight: 500;
    font-size:0;		
}
.business02 .inner .partner_list>li:nth-child(5){
	margin-right: 0;
}
.business02 .partner_list>li img{
	width:100%;
	height: 100%;
	border:1px solid #ddd;
	padding:1.2rem;
}


/* 콤부차 판매처 - business03 */
.business03 .inner {
    background-color: #fff;
    padding: 12rem 10rem;
}

.business03 a {
    color: #010101;
}

.business03 img {
    width: 100%;
}

.business03 .inner.top,
.business03 .inner:last-child {
    text-align: center;
}

.business03 .inner h4 {
    text-align: left;
    font-size: 3.5rem;
    font-weight: 500;
    margin-bottom: 5.5rem;
}

.business03 .inner h4 span {
    display: inline-block;
    color: #b1b1b1;
    font-size: 3rem;
    font-weight: 400;
    margin-left: 1rem;
}

.business03>.inner {
    padding-top: 22rem;
}

.business03 .inner.top>p {
    font-size: 3.3rem;
}

.business03 .inner.top>img {
    margin: 5rem 0 6rem;
}

.business03 .online>p{
	font-size: 2.5rem;
    padding: 6rem 0;
    background-color: #f3f3f3;
}

.business03 .online .inner img {
    max-width: 100%;
    text-align: center;
}

.business03 .online .inner a {
    display: inline-block;
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    background-color: #c32d27;
    border-radius: 6rem;
    text-align: center;
    padding: 1.5rem 8.8rem;
    margin: 0 auto;
}

.business03 .combu_list {
    display: flex;
    width: 100%;
    justify-content: space-between;    
    background-color: #f3f3f3;
    text-align: center;
}

.business03 .online .combu_list {
    max-width: 1500px;
    margin: 0 auto;
    padding: 7rem 10rem 0;
}

.business03 .combu_list li {
    font-size: 3rem;
}

.business03 .combu_list li {
    width: 33.3%;
    margin-right: 5rem;
}

.business03 .combu_list li:last-child {
    margin-right: 0;
}

.business03 .combu_list li a {
	display: block;
	width: 100%;
	height: 100%;
	white-space: nowrap;
}

.business03 .online .combu_list li img {
    width: 100%;
    border: 1px solid #827a75;
	margin-top: 1.5rem;
}

.business03 .offline {
    margin-bottom: 22rem;
}

.business03 .combu_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 10rem;
}

.business03 .combu_info>img{
    width: 55%;
}

.business03 .combu_info>p{
    width: 40%;
    word-break: keep-all;
    text-align: left;
    font-size: 3rem;
}

.business03 .offline .combu_list {
    background-color: #fff;
	margin-bottom: 6rem;
}

.business03 .offline>p {
	font-size: 2.5rem;
}

.business03 .offline .combu_list li {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 7.5rem;
    background-color: #f3f3f3;
}

.business03 .offline .combu_list li:last-child {
	justify-content: flex-start;
	margin-right: 0;
}

.business03 .offline .combu_list li img {
    margin-top: 8rem;
}

.business03 .offline .combu_list li img:first-of-type {
    margin-top: 5rem;
}

.business03 .export .nation {
	background: #f4f3f3;
	padding: 7rem;
}

.business03 .export .nation ul {
	width: 100%;
	overflow: hidden;
}

.business03 .export .nation ul li {
  float: left;
	width: 13.333%;
	margin-right: 4%;
	font-weight: 500;
	font-size: 2rem;
}

.business03 .export .nation ul:first-of-type {
	margin-bottom: 12rem;
}

.business03 .export .nation ul li:last-child {
	margin-right:0;
}

.business03 .export .nation ul li img {
	margin-bottom: 1.5rem;
}

.business03 .export .nation ul:last-of-type li img {
	opacity: .5;
}




/* R&D */
.researh {
  position: relative;
  overflow: hidden;
  margin-bottom: 10rem;
}

.researh .video-wrap {

    
  width: calc(100% - 55.5rem);
  height: 100%;
  padding-bottom: 0;
  position: absolute;
  background: #000;
}

.researh .video-wrap .video {

    
  position: relative;
  height: 0;
  padding-top: 73%;
}

.researh .video iframe {
  position: absolute;
  top: 0;
  left: 0;
}

.researh .text {
  width: 55.5rem;
  padding: 5.5rem 4rem;
  float: right;
  background: url("../images/sub/s31_il_211206.jpg") no-repeat right bottom #303030;
  background-size: 58%;
}

.researh .text .tit {
  margin-bottom: 3.5rem;
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.05rem;
}

.researh .text .tit span {
  margin-bottom: 0.8rem;
  display: block;
  font-size: 2.4rem;
  color: #b72f2f;
  font-weight: 400;
}

.researh .text .txt {
  color: #adb6c3;
  font-weight: 300;
  line-height: 1.7;
}

.researh .text .txt.fr {
  margin-bottom: 6.5rem;
}

.step-img {
  padding: 4rem 2rem;
  text-align: center;
  background: #fff;
}

.step-img img {
  max-width: 100%;
}

.cert-wrap {
  overflow: hidden;
  margin-bottom: 3rem;
  border-bottom: 1px solid #797d85;
}

.cert-wrap .cert {
  float: left;
  width: calc((100% - 20rem) / 5);
  margin-right: 5rem;
  margin-bottom: 7rem;
  height: 450px;
}

.cert-wrap .cert:nth-child(5n) {
  margin-right: 0;
}

.cert-wrap .cert a {
  display: block;
}

.cert-wrap .cert .thumb {
  position: relative;
  max-height: 38rem;
  background: #242d3b;
}

.cert-wrap .cert a:hover .thumb::before {
  content: "";
  width: 12.6rem;
  height: 12.6rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: url("../images/sub/preview.png") no-repeat center center #b4302e;
}

.cert-wrap .cert .thumb img {
  width: 100%;
  opacity: 0.6;
  min-height: 36.7rem;
}

.cert-wrap .cert a:hover .thumb {
  background: #b4302e;
}

.cert-wrap .cert a:hover .thumb img {
  opacity: 1;
}

.cert-wrap .cert .desc .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 2.5rem 0 0.4rem;
  color: #fff;
}

.cert-wrap .cert .desc .date {
  display: block;
  color: #8994a4;
  font-weight: 300;
}

.pop-cert {
  width: 100%;
  display: none;
  position: fixed;
  max-width: 65rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5rem 4rem;
  overflow: hidden;
  text-align: center;
  z-index: 202;
  background: #fff;
}

.pop-cert .close {
  width: 3rem;
  height: 3rem;
  position: absolute;
  right: 2.4rem;
  top: 2.4rem;
  font-size: 0;
  text-indent: -99999px;
  cursor: pointer;
  background: url("../images/sub/pop_close2.png") no-repeat center center;
  background-size: 100%;
}

.pop-cert .img {
  float: left;
  width: 45%;
}

.pop-cert .img img {
  width: 100%;
}

.pop-cert .desc {
  float: left;
  width: 55%;
  padding-left: 4rem;
  text-align: left;
}

.pop-cert .desc .name {
  margin: 4rem 0 2rem;
  font-size: 2.4rem;
  color: #333;
  font-weight: 500;
}

.pop-cert .desc .date {
  display: block;
  color: #8994a4;
  font-weight: 300;
}

.paging {
  margin-top: 7rem;
  text-align: center;
}

.paging a {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  color: #fff;
  line-height: 5rem;
  font-weight: 300;
  border-radius: 50%;
}

.prcenter01 .paging a {
  color: #333;
}

.paging a.num.current {
  background: #b4302e;
}
.prcenter01 .paging a.num.current {
  color: #fff;
}

.paging .arrow {
  margin: 0 0.4rem;
  font-size: 0;
  text-indent: -99999px;
  background-color: #fff;
}

.paging .arrow.prev,
.paging .arrow.next {
  background: url("../images/sub/arr_prev.gif") no-repeat center center;
  background-size: 100%;
}
.prcenter01 .paging .arrow.prev,
.prcenter01 .paging .arrow.next {
  background: url("../images/sub/arr_prev2.gif") no-repeat center center;
  background-size: 100%;
}

.paging .arrow.prev {
  margin-right: 2rem;
}
.paging .arrow.next {
  margin-left: 2rem;
}

.paging .arrow.first,
.paging .arrow.last {
  background: url("../images/sub/arr_first.gif") no-repeat center center;
  background-size: 100%;
}
.prcenter01 .paging .arrow.first,
.prcenter01 .paging .arrow.last {
  background: url("../images/sub/arr_first2.gif") no-repeat center center;
  background-size: 100%;
}

.paging .arrow.next,
.paging .arrow.last {
  transform: rotate(180deg);
}

.brd-top {
  overflow: hidden;
  margin-bottom: 2rem;
  border-bottom: 2px solid #fff;
}

.prcenter01 .brd-top {
  border-bottom: 2px solid #222;
}

.brd-top .total {
  float: left;
  color: #ddd;
  font-weight: 350;
}
.prcenter01 .brd-top .total {
  color: #222;
}

.brd-top .total b {
  color: #b4302e;
  font-weight: 500;
}

.brd-top .search {
  display: flex;
  overflow: hidden;
  float: right;
  margin-bottom: 3rem;
}

.brd-top .search select {
  width: 30rem;
  height: 3rem;
  color: #fff;
  font-size: 1.8rem;
  background: transparent url("../images/sub/select.gif") no-repeat right 3rem center;
}
.prcenter01 .brd-top .search select {
  color: #222;
  background: url("../images/sub/select.png") no-repeat right 3rem center #fff;
  background-size: 1.2rem;
}

.brd-top .search input {
  width: 28rem;
  height: 3rem;
  padding-left: 0.5rem;
  color: #fff;
  background: transparent;
}

.brd-top .search input::placeholder {
  color: #ddd;
}

.prcenter01 .brd-top .search input,
.prcenter01 .brd-top .search input::placeholder {
  color: #222;
  background: #fff;
}

.brd-top .search button {
  width: 3rem;
  height: 3rem;
  font-size: 0;
  text-indent: -99999px;
  background: url("../images/sub/search.png") no-repeat left top;
  background-size: 100%;
}
.prcenter01 .brd-top .search button {
  background: url("../images/sub/search2.png") no-repeat left top;
  background-size: 100%;
}

.factory {
  padding-bottom: 5rem;
  border-bottom: 1px solid #797d85;
}

.factory::after {
  content: "";
  display: block;
  clear: both;
}

.factory li {
  width: calc((100% - 6rem) / 4);
  height: 36rem;
  float: left;
  margin-right: 2rem;
  margin-bottom: 4.5rem;
  overflow: hidden;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

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

.factory li:hover {
  transform: scale(1.11);
}

.factory li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  box-shadow: inset 1rem 1rem 0 0 #b4302e;
  transition: width 0.4s ease-out, height 0.4s ease-out 0.1s;
  box-sizing: border-box;
}

.factory li::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  opacity: 0;
  box-shadow: inset -1rem -1rem 0 0 #b4302e;
  transition: width 0.4s ease-out, height 0.4s ease-out 0.1s;
  box-sizing: border-box;
}
.factory li:hover::before,
.factory li:hover::after {
  opacity: 1;
  width: 100%;
  height: 100%;
}

.factory li img {
  width: 180%;
  margin-left: -25%;
}

.bio {
  margin-top: 6rem;
}

.bio li {
  float: left;
  width: calc((100% - 6rem) / 5);
  margin-bottom: 4rem;
  display: flex;
  cursor: pointer;
}

.bio li > div {
  padding-bottom: 3rem;
}

.bio li .img {
  position: relative;
}

.bio li:hover .img::before {
  content: "";
  width: 8rem;
  height: 8rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url("../images/sub/preview2.png") no-repeat center center #00498f;
  border-radius: 50%;
}

.bio li .img img {
  width: 100%;
}

.bio li .text {
  padding: 5rem 3.3rem 4.5rem;
  background: #283242;
}

.bio li:hover .text {
  background: #11406e;
}

.bio li .text .tit {
  margin-bottom: 2.5rem;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1.4;
  font-weight: 500;
}

.bio li .text .desc {
  margin-bottom: 3.5rem;
  color: #8994a4;
  line-height: 1.7;
  font-weight: 300;
}

.bio li .text .date {
  display: block;
  font-family: "Roboto";
  color: #fff;
  font-weight: 500;
}

/* 홍보센터 */
.brd-top.margin {
  margin-bottom: 0;
}

.brd-list {
  border-bottom: 2px solid #565d66;
}

.prcenter01 .brd-list {
  border-bottom: 1px solid #e5e5e5;
}

.brd-list li a {
  display: block;
  position: relative;
  padding: 3.3rem 5.5rem 3.5rem;
  border-bottom: 1px solid #565d66;
}

.prcenter01 .brd-list li a {
  border-bottom: 1px solid #e5e5e5;
}

.brd-list li:last-child a {
  border-bottom: 0;
}

.brd-list li a .tit {
  width: calc(100% - 48rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
}

.brd-list li.file a .tit::after {
  content: "";
  width: 2rem;
  height: 2.3rem;
  margin-left: 1rem;
  display: inline-block;
  background: url("../images/sub/down_list.png") no-repeat left top;
  background-size: 100%;
}
.prcenter01 .brd-list li.file a .tit::after {
  background: url("../images/sub/down_list2.png") no-repeat left top;
  background-size: 100%;
}

.brd-list li a .cont {
  margin-top: 1.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #8994a4;
  font-weight: 300;
}

.brd-list li a .info {
  position: absolute;
  right: 3rem;
  top: 4rem;
  overflow: hidden;
}

.brd-list li a .info span {
  float: left;
  display: block;
  margin: 0 2.5rem;
  color: #ddd;
}

.prcenter01 .brd-list li a .tit,
.prcenter01 .brd-list li a .cont,
.prcenter01 .brd-list li a .info span {
  color: #222;
}

.brd-view {
  border-top: 2px solid #b4302e;
}

.brd-view .top {
  padding: 4rem 5rem;
  border-bottom: 1px solid #999;
}

.prcenter01 .brd-view .top {
  border-bottom: 1px solid #e5e5e5;
}

.brd-view .top .tit {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
}

.brd-view .top .info {
  overflow: hidden;
}

.brd-view .top .info .left {
  float: left;
}

.brd-view .top .info .left span {
  margin-right: 5rem;
  font-weight: 500;
  color: #fff;
}

.brd-view .top .info .right {
  float: right;
}

.brd-view .top .info .right a {
  display: inline-block;
  margin-left: 1rem;
  padding-bottom: 0.4rem;
  position: relative;
  font-weight: 500;
  color: #fff;
}

.brd-view .top .info .right a::before {
  content: "";
  width: 2rem;
  height: 2.3rem;
  display: inline-block;
  vertical-align: sub;
  margin-right: 1rem;
  background: url("../images/sub/down_view.png") no-repeat left top;
  background-size: 100%;
}

.brd-view .top .info .right a::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
}

.prcenter01 .brd-view .top .tit,
.prcenter01 .brd-view .top .info .left span,
.prcenter01 .brd-view .top .info .right a {
  color: #222;
}

.prcenter01 .brd-view .top .info .right a::before {
  background: url("../images/sub/down_view2.png") no-repeat left top;
  background-size: 100%;
}

.prcenter01 .brd-view .top .info .right a::after {
  background: #222;
}

.brd-view .detail {
  padding: 6rem 5rem 9rem;
  color: #8994a4;
  font-weight: 300;
  line-height: 1.7;
  border-bottom: 1px solid #797d85;
}

.prcenter01 .brd-view .detail {
  padding: 6rem 0 9rem;
  color: #222;
  border-bottom: 1px solid #e5e5e5;
}

.brd-view .detail img {
  display: block;
  max-width: 100%;
  margin: 1rem 0;
}

.brd-view .btn-list,
.btn-submit {
  display: block;
  width: 20rem;
  height: 6rem;
  margin: 8.5rem auto 0;
  text-align: center;
  color: #fff;
  line-height: 6rem;
  font-weight: 500;
  background: #111;
}

.btn-submit {
  background: #b4302e;
}

.brochure > div {
  width: calc((100% - 3.6rem) / 4);
  margin-right: 1.2rem;
  float: left;
  padding: 2rem;
  text-align: center;
  background: #2a3240;
}

.brochure > div:nth-child(4n) {
  margin-right: 0;
}

.brochure .box {
  padding: 0 3.3rem 2.3rem;
  background: #3a4555;
  border: 1px solid #4f5e75;
}

.brochure .box .logo {
  width: 14.7rem;
  height: 6.6rem;
  margin: 4.2rem auto 4rem;
  font-size: 0;
  text-indent: -99999px;
  background: url("../images/common/logo_white.png") no-repeat left top;
  background-size: 100%;
}

.brochure .box .lang {
  margin: 3.8rem 0 3.5rem;
  display: block;
  font-size: 2rem;
  color: #fff;
}

.brochure .box a {
  display: block;
  height: 5rem;
  padding-left: 2.5rem;
  font-size: 1.4rem;
  font-family: "Roboto";
  color: #fff;
  text-align: left;
  line-height: 5rem;
  background: url("../images/sub/s43_arr.gif") no-repeat right 2.5rem center
    #424d5d;
}

/* 고객상담 */
.inquiry dl {
  margin-bottom: 4.5rem;
}

.inquiry dl:last-child {
  margin-bottom: 0;
}

.inquiry dl .tt {
  margin-bottom: 1.1rem;
  font-size: 1.8rem;
  color: #d3d9e3;
  font-weight: 500;
}

.inquiry dl input {
  width: 100%;
  background: #fff;
}

.inquiry dl .flex > label {
  margin-right: 2%;
}

.inquiry dl input.cate {
  width: 2.5%;
}

.inquiry dl.sec {
  display: flex;
  justify-content: space-between;
}

.inquiry dl.sec .tel,
.inquiry dl.sec .email {
  width: 49%;
}

.inquiry dl.sec .flex {
  display: flex;
}

.inquiry dl.sec span {
  width: 15rem;
  color: #fff;
  text-align: center;
  line-height: 5.6rem;
  font-weight: 300;
}

.inquiry dl.sec .email input {
  width: 90%;
}

.inquiry dl.sec .email select {
  width: 100%;
  margin-left: 1.5rem;
}

.inquiry dl .captcha {
  display: flex;
}

.inquiry dl .captcha .img {
  display: block;
  float: left;
  width: 21.5rem;
}

.inquiry dl .captcha .img img {
  width: 100%;
}

.inquiry dl .captcha .refresh {
  width: 6rem;
  height: 6rem;
  float: left;
  display: block;
  font-size: 0;
  text-indent: -99999px;
  background: url("../images/sub/cap_refresh.png") no-repeat left top;
  background-size: 100%;
}

.inquiry dl .captcha input {
  width: 44rem;
  margin-left: 1.5rem;
}

.esg {
	text-align: center;
	padding-top: 10rem;
	margin-bottom: -17rem;
}

.esg::before {
	content: "";
	width: 100%;
	height: 89.3rem;
	position: absolute;
	/*bottom: 0;*/bottom:-6%;
	left: 0;
	background: url('../images/sub/s21_bg03.png') no-repeat center top;
	background-size: cover;
}

.esg .txt {
	font-family: "Noto Serif KR";
	color: #fff;
	font-size: 2.4rem;
}

.esg .intro .tit {
	font-weight: 500;
	font-size: 4rem;
	margin-bottom: 80px;
}

.esg .intro .tit::before{
	content: "";
    width: 10rem;
    height: 1px;
    display: inline-block;
	vertical-align: middle;
	background: #ea377b;
}

.esg .intro .tit::after {
	content: "";
    width: 10rem;
    height: 1px;
    display: inline-block;
	vertical-align: middle;
	background: #b4302e;
}

.esg .intro .tit span {
	background: linear-gradient(to right, #ea377b, #b4302e);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 0 20px
   }

.esg .intro::after {
	content: "";
	display: block;
	width: 12px;
	height: 96px;
	background: url('../images/sub/esg_circle.png') no-repeat center top;
	margin: 80px auto;
}

.esg .business_esg {
	margin-bottom: 80px;
}

.esg .business_esg .tit {
	color : #ff7859;
	font-weight: 300;
	font-size: 3.5rem;
	margin-bottom: 60px;
}

.esg .business_esg .txt {
	line-height: 6rem;
}

.esg .img {
	position: relative;
	padding-bottom: 300px;
}

@media screen and (max-width: 1500px) {

  .business01 .color .box {
    padding: 9rem 3% 6.5rem;
  }

  .business01 .color .box .img {
    right: 3%;
  }

  .factory li {
    height: 34rem;
  }
}

@media screen and (max-width: 1400px) {

  .video-wrap > video{
      height: 50rem;
  }
  .factory li {
    height: 31rem;
  }
  .cert-wrap .cert .thumb img {
    min-height: 35.9rem;
  }
}
@media screen and (max-width: 1300px) {

    .video-wrap > video{
        height: 47rem;
    }
  .factory li {
    height: 28rem;
  }
  .cert-wrap .cert .thumb img {
    min-height: 30.9rem;
  }
}

@media screen and (max-width: 1200px) {

    .video-wrap > video{
        height: 40rem;
    }
  .cert-wrap .cert .thumb img {
    min-height: 37.4rem;
  }

  .s-top.active {
    height: 17.7rem;
  }

  .about01 .inner .img {
    width: 42%;
  }

  .about01 .inner .text {
    width: 58%;
    padding-left: 3rem;
  }

  .about03 .tab.on {
    top: 17.7rem;
  }

  .about05 .mapWrap,
  .about05 .mapWrap .root_daum_roughmap .wrap_map {
    height: 50rem;
  }

  .business01 .color .box ul {
    width: 45%;
  }

  .business02 .img .nav {
    width: 100%;
    height: 6.5rem;
  }

  .business02 .partner .swiper-container {
    margin-bottom: 3rem;
  }

  .researh .video-wrap {
    width: 100%;
    position: relative;
  }

  .researh .video-wrap .video {
    padding-top: 55%;
  }

  .researh .text {
    width: 100%;
    float: none;
    background-size: 32%;
  }

  .cert-wrap .cert {
    width: calc((100% - 12rem) / 4);
    margin-right: 4rem;
    margin-bottom: 6rem;
    height: auto;
  }

  .cert-wrap .cert:nth-child(5n) {
    margin-right: 4rem;
  }
  .cert-wrap .cert:nth-child(4n) {
    margin-right: 0;
  }

  .factory li {
    height: 25rem;
  }

  .bio li {
    width: calc((100% - 4.8rem) / 4);
  }

  .brd-list li a {
    padding: 3.3rem 3.5rem 3.5rem;
  }

  .brd-list li a .tit {
    width: calc(100% - 39rem);
  }

  .brd-list li a .info span {
    margin: 0 1rem;
  }

  .brd-view .top {
    padding: 4rem 3rem;
  }

  .brochure {
    max-width: 78rem;
    margin: 0 auto;
  }

  .brochure > div {
    width: calc((100% - 1.2rem) / 2);
    margin-right: 1.2rem;
    margin-bottom: 1.2rem;
  }

  .brochure > div:nth-child(4n) {
    margin-right: 1.2rem;
  }
  .brochure > div:nth-child(2n) {
    margin-right: 0;
  }

  .inquiry dl.sec {
    display: block;
  }

  .inquiry dl.sec .tel,
  .inquiry dl.sec .email {
    width: 100%;
  }

  .inquiry dl.sec .tel {
    margin-bottom: 4.5rem;
  }

	.business02 .inner,
	.business02 .inner.bottom,
   .business03 .inner {
		padding: 3rem;
	}
		.business02 .inner.part{
		padding:3rem 3rem 12rem 3rem;
	}
	 .business02 .inner h4,
   .business03 .inner h4 {
		font-size: 2rem;
		margin-bottom: 3rem;
	}

	.business03 .inner h4 span {
		font-size: 1.8rem;
	}

	.business03 .inner.top>p {
		font-size: 2rem;
	}

	
   .business03 .online>p,
   .business03 .online .inner a,
   .business03 .combu_list li,
   .business03 .offline>p {
 		font-size: 1.8rem;
	}

  .business03 .online .combu_list {
		width: calc(100% - 2.4rem);
		padding: 3rem;
	}

	.business03 .online>p {
		padding: 2rem 0 3rem;
		font-size: 1.8rem;
	}

	.business02 .combu_info,
	.business03 .combu_info {
		flex-direction: column;
	}

	.business02 .combu_info>img,
	.business02 .combu_info>p,
	.business03 .combu_info>img,
	.business03 .combu_info>p {
		width: 100%;
		text-align: center;
		font-size: 1.8rem;
	}
	.business02 .combu_info>p, 
	.business03 .combu_info>p {
		margin-top: 3rem;
	}

	.business03 .offline .combu_list li {
		padding: 5rem 2rem;
	}

	.business03 .offline {
		margin-bottom: 10rem;
	}

	.business03 .export .nation {
		padding: 3rem;
	}

	.business03 .export .nation ul:first-of-type {
		margin-bottom: 6rem;
	}

	.business02 .inner .partner_list>li{
		margin-right:2.4%;
	} 
}

@media screen and (max-width: 1100px) {
    .video-wrap{
        padding-bottom: 45%;
    }
  .factory li {
    height: 23rem;
  }

  .cert-wrap .cert .thumb img {
    min-height: 33.1rem;
  }
}

@media screen and (max-width: 1024px) {

    .video-wrap{
        padding-bottom: 56%;
    }

  .business02 .img .swiper-button-prev,
  .business02 .img .swiper-button-next {
    width: 6rem;
    height: 6rem;
  }
  .cert-wrap .cert .thumb img {
    min-height: 31.2rem;
  }
  #container.fix {
    padding-top: 20rem;
  }

  .s-top .visual .text h2 {
    font-size: 4rem;
  }

  .s-top .visual .text .kr {
    font-size: 1.7rem;
  }

  .s-tab a {
    width: 19rem;
    padding: 0;
  }

  .about01 .inner .img {
    width: 60%;
  }

  .about01 .inner .text {
    width: 100%;
    padding: 3rem 0 0;
  }

  .about02 .vision {
    width: 40%;
    margin: 0 5% 8rem;
  }

  .about02 .vision:first-child {
    margin-left: 5%;
  }

  .history-wrap .history .his .detail .img img {
    width: 100%;
  }

  .history-wrap .history .idx {
    margin-top: 15rem;
  }

  .history-wrap .history .idx.id01 {
    margin-top: 35rem;
  }

  .about05 .mapWrap,
  .about05 .mapWrap .root_daum_roughmap .wrap_map {
    height: 35rem;
  }

  .business01 .intro {
    padding-bottom: 39rem;
  }

  .business01 .intro .iam,
  .business01 .story .brand {
    font-size: 4rem;
  }

  .business01 .intro .txt {
    font-size: 1.7rem;
  }

  .business01 .gradient p,
  .business01 .story .tit,
  .business01 .circle .box {
    font-size: 2.1rem;
  }

  .business01 .story {
    margin-top: -48rem;
  }

  .business01 .story .question p {
    font-size: 3.5rem;
  }

  .business01 .product::before {
    width: 55rem;
  }

  .business01 .color .box {
    padding: 6rem 3% 3.5rem;
  }

  .business01 .art .gallery-wrap li {
    width: calc(100% / 3);
    padding-top: 31.5%;
  }

  .business02 .partner .tit {
    margin-bottom: 2rem;
  }

  .factory li {
    width: calc((100% - 4rem) / 3);
    height: 28rem;
  }

  .factory li:nth-child(4n) {
    margin-right: 2rem;
  }
  .factory li:nth-child(3n) {
    margin-right: 0;
  }

  .bio li {
    width: calc((100% - 3.6rem) / 3);
  }

  .brd-list li a .tit {
    width: 100%;
  }

  .brd-list li a .info {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 1rem;
  }

  .brd-list li a .info span:first-child {
    margin-left: 0;
  }

  .brd-view .detail {
    padding: 4rem 3rem 6rem;
  }
  .prcenter01 .brd-view .detail {
    padding: 4rem 0 6rem;
  }
}

@media screen and (max-width: 900px) {

    .video-wrap{
        padding-bottom: 57%;
    }
  .factory li {
    height: 24rem;
  }

  .cert-wrap .cert .thumb img {
    min-height: 27.1rem;
  }
}

@media screen and (max-width: 800px) {
  .cert-wrap .cert .thumb img {
    min-height: 24.2px;
  }
}

@media screen and (max-width: 768px) {

    .video-wrap > video{
        height: 15rem;
    }


  .business02 .img .swiper-button-prev,
  .business02 .img .swiper-button-next {
	background-size: 15%;
  }



	.business02 .img .swiper-button-prev {
	
	left: -22px; 
	}
	.business02 .img .swiper-button-next {
	
	right: -22px;
	}

  .cert-wrap .cert .thumb img {
    min-height: 18.4rem;
  }
  #container.fix {
    padding-top: 19rem;
    padding-bottom: 8rem;
  }

  .s-top.active {
    height: 8.5rem;
  }

  .s-top .visual .text h2 {
    margin-top: 1.8rem;
    font-size: 2.6rem;
    line-height: 1.2;
  }

  .s-top .visual .text .kr {
    font-size: 1.3rem;
    letter-spacing: 0.3rem;
  }

  .s-tab a {
    line-height: 4.4rem;
    font-size: 0.95rem;
  }

  #container.fix .s-tab a {
    line-height: 4rem;
  }

  h3.Title {
    margin: 4.5rem 0 4rem;
    font-size: 2.5rem;
  }

  .about01 {
    margin-bottom: -6rem;
    padding-bottom: 6rem;
    background-position: 40% bottom;
    background-size: 330%;
  }

  .about01 .inner .img {
    width: 70%;
  }

  .about01 .inner .text .top {
    margin-bottom: 1.5rem;
    font-size: 2.3rem;
  }

  .about01 .inner .text .noto {
    margin-bottom: 2.5rem;
    font-size: 1.5rem;
  }

  .about01 .inner .text .txt {
    margin-bottom: 1.5rem;
  }

  .about01 .inner .text .sign i {
    width: 4rem;
  }

  .about02 {
    padding-bottom: 0;
  }

  .about02 .sub {
    width: 24rem;
    margin-bottom: 4rem;
  }

  .about02 .sub i {
    font-size: 2.5rem;
  }

  .about02 .vision {
    width: 85%;
    margin: 0 auto 4rem;
    float: none;
  }

  .about02 .vision:first-child {
    margin-left: auto;
  }

  .about02 .vision.even {
    padding-bottom: 8rem;
  }

  .about02 .vision .text::after {
    height: 4rem;
    top: -4.5rem;
  }

  .about02 .vision.odd .text::after {
    top: -4.5rem;
  }

  .about02 .vision.even .text {
    width: 100%;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
  }

  .about02 .vision .text .eng {
    margin-bottom: 0.8rem;
    font-size: 1.9rem;
  }

  .about02 .vision .text .txt {
    font-size: 1.3rem;
  }

  .about03 .tab {
    display: flex;
  }

  .about03 .tab.tab a:first-child,
  .about03 .tab.tab a:nth-child(2) {
    border-bottom: 1px solid #999;
  }

  .about03 .tab.on {
    top: 8.5rem;
  }

  .history-wrap {
    margin-bottom: -8rem;
  }

  .history-wrap .history {
    padding-top: 5rem;
  }

  .history-wrap .history::before {
    left: 2.5rem;
  }

  .history-wrap .history::after {
    width: 1rem;
    height: 1rem;
    margin-left: 0;
    left: 2.05rem;
  }

  .history-wrap .current {
    font-size: 8rem;
  }

  .history-wrap .current.on {
    top: 17rem;
  }

  .history-wrap .history .his {
    padding-left: 5rem;
    padding-right: 1rem;
    margin-bottom: 4rem;
  }

  .history-wrap .history .his.mart {
    margin-top: 18rem;
  }

  .history-wrap .history .his .year {
    margin-bottom: 0.8rem;
    font-size: 1.7rem;
  }

  .history-wrap .history .his .year::before {
    width: 0.4rem;
    height: 0.4rem;
    left: -3rem;
    top: 0.8rem;
    border: 0.3rem solid #fff;
  }

  .history-wrap .history .his .txt {
    padding-left: 2.5rem;
  }

  .history-wrap .history .his .txt.dot {
    padding-left: 0.9rem;
    margin-bottom: 0.8rem;
    line-height: 1.7;
  }

  .history-wrap .history .his .txt.dot::before {
    width: 0.2rem;
    height: 0.2rem;
    top: 0.7rem;
  }

  .history-wrap .history .his .detail {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 2rem;
    text-align: left;
  }

  .history-wrap .history .his .detail .img {
    width: 85%;
  }

  .history-wrap .history .his .detail .tit {
    margin: 1.1rem 0 0.6rem;
    font-size: 1.3rem;
  }

  .history-wrap .history .his .detail .desc {
    padding-right: 1rem;
  }

  .tab {
    margin-bottom: 2rem;
    display: block;
    overflow: hidden;
  }

  .tab a {
    float: left;
    width: 50%;
    font-size: 1rem;
    line-height: 3.7rem;
  }

  .tab a:first-child,
  .tab a:nth-child(2) {
    border-bottom: 0;
  }

  .tab.type02 a.active {
    font-size: 1.2rem;
  }

  .tab-container.tab-bg {
    padding: 3rem 1.5rem 3.5rem;
  }

  .about05 .mapWrap,
  .about05 .mapWrap .root_daum_roughmap .wrap_map {
    height: 25rem;
  }

  .about05 .name {
    margin: 2.5rem 0 1.4rem;
    font-size: 1.8rem;
  }

  .about05 .add li.fr {
    display: block;
    margin-bottom: 0.7rem;
  }

  .about05 .add li.fr::before {
    width: 1.7rem;
    height: 2.2rem;
    margin-right: 1rem;
  }

  .about05 .add li.fr b {
    margin-right: 0.6rem;
    font-size: 1.3rem;
  }

  .about05 .add li::before {
    margin: 0 1rem;
  }

  .about05 .add li:nth-child(2)::before {
    display: none;
  }

  .business01 {
    overflow: hidden;
  }

  .business01 .intro {
    padding-top: 5rem;
    padding-bottom: 28rem;
  }

  .business01 .intro .iam,
  .business01 .story .brand {
    font-size: 2.4rem;
  }

  .business01 .intro .iam {
    margin-bottom: 1.8rem;
  }

  .business01 .intro .txt {
    padding: 0 1rem;
    font-size: 1.1rem;
  }

  .business01 .gradient {
    margin: 3rem 1.5rem 0;
    padding: 0 3.5rem;
  }

  .business01 .gradient p,
  .business01 .story .tit,
  .business01 .circle .box {
    font-size: 1.4rem;
  }

  .business01 .gradient::before,
  .business01 .gradient::after {
    content: "";
    width: 1.1rem;
    height: 14.2rem;
    background: url("../images/sub/s21_right.png") no-repeat left top;
    background-size: 100%;
  }

  .business01 .gradient::after {
    background: url("../images/sub/s21_left.png") no-repeat left top;
    background-size: 100%;
  }

  .business01 .brand-btn {
    display: flex;
    margin: 3.5rem auto 0;
    max-width: 27rem;
  }

  .business01 .brand-btn a {
    width: 13rem;
    height: 3.5rem;
    line-height: 3.3rem;
    margin: 0 0.5rem;
    font-size: 1.1rem;
  }

  .business01 .brand-btn a::after {
    width: 0.5rem;
    height: 0.8rem;
    margin: -2px 0 0 0.7rem;
  }

  .business01 .story {
    padding: 14rem 0 7rem;
    margin-top: -26rem;
  }

  .business01 .story::before {
    height: 32rem;
    background-position: center bottom;
    background-size: 310%;
  }

  .business01 .story .brand {
    margin-bottom: 1.5rem;
  }

  .business01 .story .tit {
    line-height: 1.8;
  }

  .business01 .story .tit::after {
    width: 1px;
    height: 5rem;
    margin-top: 1.5rem;
  }

  .business01 .story .question {
    margin-top: 5rem;
  }

  .business01 .story .question p {
    font-size: 2.3rem;
  }

  .business01 .circle {
    padding: 2rem 0 13rem;
    background-position: 40% bottom;
    background-size: 260%;
  }

  .business01 .circle .sub {
    font-size: 1.6rem;
  }

  .business01 .circle .box {
    width: 93%;
    display: block;
    margin: 4rem auto 0;
    line-height: 1.7;
    padding: 1.3rem 0;
    border-radius: 2rem;
  }

  .business01 .product {
    margin-top: -6rem;
  }

  .business01 .product::before {
    width: 22rem;
    height: 16.5rem;
    right: -10rem;
    top: -12rem;
  }

  .business01 .stit {
    margin-top: 5rem;
    margin-bottom: 1.4rem;
    font-size: 2rem;
  }

  .business01 .line {
    position: relative;
    padding-left: 4.3rem;
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }

  .business01 .line::before {
    position: absolute;
    width: 3.2rem;
    top: 0.8rem;
    left: 0;
  }

  .business01 .idt {
    margin-bottom: 4.5rem;
  }

  .business01 .idt .logo p {
    width: 100%;
    padding: 1rem 0%;
    float: none;
    background-size: 0%;
  }

  .business01 .idt .logo p:first-child {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .business01 .color .tag li {
    margin-bottom: 0.6rem;
    padding: 0.2rem 1rem 0.31rem;
  }

  .business01 .color .box {
    margin: 2.5rem 0 0;
    padding: 2.8rem 3rem 18.5rem;
  }

  .business01 .color .box ul {
    width: 100%;
  }

  .business01 .color .box ul li {
    margin-bottom: 1.2rem;
    padding: 0.7rem 2rem 0.9rem 5rem;
    border-radius: 18px;
  }

  .business01 .color .box ul li b {
    left: 2.3rem;
    top: 0.7rem;
  }

  .business01 .color .box .img {
    width: calc(100% + 2.4rem);
    top: auto;
    transform: translateY(0);
    bottom: -3rem;
    right: -1.2rem;
  }

  .business01 .art .gallery-wrap {
    margin-top: 2rem;
  }

  .business01 .art .gallery-wrap li {
    width: 50%;
    padding-top: 48%;
  }

  .business01 .art .gallery-wrap li .hover p {
    left: 1rem;
    bottom: 1rem;
    font-size: 0.9rem;
  }

  .gallery-img::before {
    width: 2rem;
    height: 2rem;
    right: 1rem;
    top: 1rem;
  }

  .business02 .tab-container {
    padding: 2.5rem 2rem 2rem;
  }
	.business02 .combu_info{
		margin-bottom:0;
	}
  .business02 .img .nav {
    width: 100%;
    height: 2.72rem;
  }

  .business02 .partner {
    margin-top: 2rem;
  }

  .business02 .partner .tit {
    margin-top: 1rem;
    font-size: 2rem;
  }

  .business02 .partner .swiper-container {
    margin-bottom: 1rem;
  }

  .business02 .partner .nav .swiper-scrollbar {
    width: calc(100% - 8rem);
    height: 0.3rem;
    margin-top: 1.1rem;
  }

  .business02 .partner .nav .arrow {
    width: 6rem;
    height: 2.5rem;
  }

	.business02 .partner_list>li img{
		padding: 0.8rem; 
		width:100%;
		height:60%;
	}
	.business02 .inner .partner_list>li{
		width:30.3%;
		margin-right:3%;
		height: 8rem;
	}
	.business02 .inner .partner_list>li:nth-child(3){
		margin-right:0;
	}

	.business02 .inner,
	.business02 .inner.bottom,
	.business02 .inner.part,
  .business03 .inner,
	.business03 .online .combu_list {
	  width: 100%;
		padding: 3rem 1.2rem;
	}

		.m_br {display: block;}

	 .business02 .inner h4,
	 .business03 .inner h4 {
		font-size: 1.8rem;
		margin-bottom: 2.2rem;
	}

	.business03 .inner h4 span {
		font-size: 1.8rem;
	}

	.business03 .inner.top>p {
		font-size: 1.4rem;
	}

	.business03 .inner.top>img {
    margin: 3rem 0 4rem;
	}

	.business03 .online .inner a {
    padding: 0.5rem 3rem;
		font-size: 1.2rem;
	}

   .business03 .online>p,
   .business03 .combu_list li,
   .business03 .offline>p {
 		font-size: 1.2rem !important;
	}

  .business03 .online .combu_list {
		padding: 3rem 5rem 0;
		flex-direction: column;
	}

	.business03 .online .combu_list li {
	  width: 100%;
    margin-right: 0;
	}

	.business03 .combu_list li a {
		font-size: 1.2rem;
	}

	.business03 .online .combu_list li img {
    width: 100%;
		margin: 1.5rem 0 3rem;
	}

	.business03 .offline .combu_list {
		margin-bottom: 3rem;
	}

  .business03 .offline .combu_list li {
	   margin-right: 1rem;
	}

	.business03 .offline .combu_list li img {
		margin-top: 3rem;
	}

	.business03 .offline .combu_list li img:first-of-type {
    margin-top: 2rem;
	}

	.business03 .combu_info {
    margin-bottom: 3rem;
	}

	.business03 .export .nation ul li {
	  width: 30.666%;
    font-size: 1.2rem;
	}

	.business03 .export .nation ul li:nth-child(3n) {
	  margin-right: 0;
	}

	.business03 .export .nation ul li img {
    margin: 1.2rem 0 0.5rem;
	}

	.business03 .online>p {
		padding: 1rem 0 3rem;
	}

	.business02 .combu_info, 
	.business03 .combu_info {
		flex-direction: column;
	}

	.business02 .combu_info>img,
	.business02 .combu_info>p,
	.business03 .combu_info>img,
	.business03 .combu_info>p {
		width: 100%;
		text-align: center;
		font-size: 1.2rem;
	}
	.business02 .combu_info>p,
	.business03 .combu_info>p {
		margin-top: 2.2rem;
	}

	.business03 .offline .combu_list li {
		padding: 1.2rem 1rem;
	}

	.business03 .offline {
		margin-bottom: 5rem;
	}

	.business03 .export .nation {
		padding: 1.5rem;
	}

	.business03 .export .nation h4 {
		margin-bottom: 1.8rem;
	}

	.business03 .export .nation ul:first-of-type {
		margin-bottom: 2.5rem;
	}

  .researh {
    margin-bottom: 4rem;
  }

  .researh .text {
    padding: 2rem 1.5rem 2.5rem;
    background-size: 50%;
  }

  .researh .text .tit {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }

  .researh .text .tit span {
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
  }

  .researh .text .txt.fr {
    margin-bottom: 2.5rem;
  }

  .step-img {
    padding: 0 0.5rem 1rem;
  }

  .cert-wrap {
    padding: 0 0.7rem;
  }

  .cert-wrap .cert {
    width: calc((100% - 2rem) / 2);
    margin-right: 2rem;
    margin-bottom: 4rem;
  }

  .cert-wrap .cert:nth-child(5n),
  .cert-wrap .cert:nth-child(4n) {
    margin-right: 2rem;
  }
  .cert-wrap .cert:nth-child(even) {
    margin-right: 0;
  }

  .cert-wrap .cert a:hover .thumb::before {
    width: 7.5rem;
    height: 7.5rem;
    background-size: 120%;
  }

  .cert-wrap .cert .desc .name {
    margin-top: 1.4rem;
  }

  .pop-cert {
    padding: 3rem 2rem;
  }

  .pop-cert .close {
    width: 2rem;
    height: 2rem;
    right: 1rem;
    top: 1rem;
  }

  .pop-cert .desc {
    padding-left: 2rem;
  }

  .pop-cert .desc .name {
    margin: 2rem 0 1rem;
    font-size: 1.2rem;
  }

  .paging {
    margin-top: 4rem;
  }

  .paging a {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 0.9rem;
    line-height: 2.3rem;
  }

  .paging .arrow {
    margin: 0 0.2rem;
  }

  .paging .arrow.prev,
  .paging .arrow.next {
    margin: 0 0.2rem;
  }

  .brd-top .total {
    float: none;
  }

  .brd-top .search {
    float: none;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .brd-top .search select {
    width: 9rem;
    height: 2rem;
    font-size: 1.1rem;
    background-position: right 1rem center;
    background-size: 0.6rem;
  }
  .prcenter01 .brd-top .search select {
    background-position: right 1rem center;
    background-size: 0.6rem;
  }

  .brd-top .search input {
    width: 17.4rem;
    height: 2rem;
  }

  .brd-top .search button {
    width: 1.5rem;
    height: 1.5rem;
    float: right;
    margin-top: 0.2rem;
  }

  .factory {
    padding-bottom: 2.5rem;
  }

  .factory li {
    width: calc(50% - 0.5rem);
    height: 13.5rem;
    margin-bottom: 1rem;
    margin-right: 1rem;
  }

  .factory li:nth-child(4n),
  .factory li:nth-child(3n) {
    margin-right: 1rem;
  }

  .factory li:nth-child(2n) {
    margin-right: 0;
  }

  .factory li::before {
    box-shadow: inset 0.5rem 0.5rem 0 0 #b4302e;
  }

  .factory li::after {
    box-shadow: inset -0.5rem -0.5rem 0 0 #b4302e;
  }

  .bio {
    margin-top: 2rem;
  }

  .bio li {
    width: calc((100% - 2rem) / 2);
  }

  .bio li > div {
    padding-bottom: 2rem;
  }

  .bio li:hover .img::before {
    width: 4.5rem;
    height: 4.5rem;
    background-size: 1.1rem;
  }

  .bio li .text {
    padding: 2rem 1.3rem 1.7rem;
  }

  .bio li .text .tit {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
  }

  .brd-list li.file a .tit::after,
  .brd-view .top .info .right a::before {
    width: 1rem;
    height: 1.3rem;
  }

  .bio li .text .desc {
    margin-bottom: 2rem;
  }

  .brd-list li a {
    padding: 1.3rem 1.5rem 1.5rem;
  }

  .brd-list li a .tit {
    font-size: 1.4rem;
  }

  .brd-list li a .cont {
    margin-top: 0.8rem;
  }

  .brd-list li a .info {
    margin-top: 0.8rem;
  }

  .brd-list li a .info span {
    margin: 0 0.4rem;
  }

  .brd-view .top {
    padding: 1.3rem 1.5rem 1.5rem;
  }

  .brd-view .top .tit {
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }

  .brd-view .top .info .left {
    float: none;
    margin-bottom: 0.5rem;
  }

  .brd-view .top .info .left span {
    margin-right: 0.7rem;
    letter-spacing: -0.04rem;
  }

  .brd-view .top .info .right {
    float: none;
    margin-left: -0.8rem;
  }

  .brd-view .top .info .right a {
    margin-left: 0.8rem;
    padding-bottom: 0.2rem;
  }

  .brd-view .top .info .right a::before {
    margin-right: 0.6rem;
  }

  .brd-view .detail {
    padding: 2rem 1.5rem 3rem;
  }
  .prcenter01 .brd-view .detail {
    padding: 2rem 0 3rem;
  }

  .brd-view .btn-list,
  .btn-submit {
    width: 15rem;
    height: 4rem;
    margin-top: 4rem;
    line-height: 4rem;
    font-size: 1.1rem;
  }

  .brochure {
    max-width: 24rem;
  }

  .brochure > div {
    width: 100%;
    margin: 0 0 1.2rem;
  }

  .brochure .box {
    padding: 0 2rem 2rem;
  }

  .brochure .box .logo {
    width: 9rem;
    height: 4.4rem;
    margin: 3.2rem auto 2rem;
  }

  .brochure .box .flag {
    width: 6rem;
    margin: 0 auto;
  }

  .brochure .box .lang {
    margin: 1.8rem 0 1.8rem;
    font-size: 1.4rem;
  }

  .brochure .box a {
    height: 3.5rem;
    padding-left: 1.5rem;
    font-size: 1.1rem;
    line-height: 3.6rem;
    background-size: 0.5rem;
    background-position: right 1.6rem center;
  }

  .inquiry dl,
  .inquiry dl.sec .tel {
    margin-bottom: 2.4rem;
  }

  .inquiry dl .flex > label {
    margin-right: 18%;
  }
  .inquiry dl input.cate {
    width: 8%;
  }

  .inquiry dl .tt {
    font-size: 1.2rem;
  }

  .inquiry dl.sec span {
    width: 9rem;
    line-height: 3.1rem;
  }

  .inquiry dl.sec .email select {
    margin-left: 0.8rem;
  }

  .inquiry dl .captcha {
    display: block;
  }

  .inquiry dl .captcha .img {
    width: 12rem;
  }

  .inquiry dl .captcha .refresh {
    width: 3.35rem;
    height: 3.35rem;
  }

  .inquiry dl .captcha input {
    width: 100%;
    margin-left: 0;
    margin-top: 0.8rem;
  }

  .esg .intro .tit {
	font-size: 2.4rem;
}

.esg .intro .tit::before{
	display: block;
	margin: 0 auto 20px;
}

.esg .intro .tit::after {
    display: block;
	margin: 20px auto 0;
}

.esg .intro .tit span {
	padding: 0;
   }

.esg .txt {
	font-size: 1.1rem;
   }

.esg .business_esg .tit {
	font-size: 2rem;
}

.esg .business_esg .txt{
	line-height: 3rem;
}

}
@media screen and (max-width: 768px){
	iframe {width:100%;}
}