@charset "UTF-8";
.p_kv {
 text-shadow: 2px 2px 4px rgb(0 0 0 / 70%);
 background-color: rgba(0, 0, 0, 0.7);
 color: #fff;
 background-image: url("../../../images/page/oem/oem_bg.png");
}

.p_oem .oem .desc {
 margin-top: -6px;
 color: #fff;
 padding-bottom: 50px;
}
@media screen and (min-width: 1024px) {
 .p_oem .oem .desc {
  margin-top: -8px;
 }
}
.p_oem .oem .desc p {
 text-align: center;
}
.p_kv .h400 {
 height: 200px;
}
@media screen and (min-width: 768px) {
 .p_kv .h400 {
  height: 400px;
 }
}

.p_oem .section_comment {
 color: #fff;
}

.p_oem .section_title {
 font-size: 23px;
 font-weight: bold;
 padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
 .p_oem .section_title {
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 38px;
 }
}

.p_oem .section_comment02 {
 color: #fff;
 padding-top: 100px;
}
@media screen and (min-width: 768px) {
 .p_oem .section_comment02 {
  color: #fff;
  padding-top: 200px;
 }
}

.p_oem .section_title02 {
 font-size: 23px;
 font-weight: bold;
 padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
 .p_oem .section_title02 {
  font-size: 25px;
  font-weight: bold;

  padding-bottom: 38px;
 }
}

.p_oem .section_comment03 {
 color: #000;
 padding-top: 50px;
}
@media screen and (min-width: 768px) {
 .p_oem .section_comment03 {
  color: #000;
  padding-top: 100px;
 }
}

.p_oem .section_title03 {
 font-size: 23px;
 font-weight: bold;
 padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
 .p_oem .section_title03 {
  font-size: 25px;
  font-weight: bold;

  padding-bottom: 38px;
 }
}

.p_oem .section_main_title {
 font-size: 18px;
 line-height: 1.6;
 padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
 .p_oem .section_main_title {
  font-size: 25px;
  padding-bottom: 30px;
 }
}
.p_oem .section_desc {
 line-height: 1.6;
}

.p_oem .section_sub_title {
 font-size: 18px;
}
@media screen and (min-width: 768px) {
 .p_oem .section_sub_title {
  font-size: 28px;
 }
}

.p_oem .oem_contents {
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: flex-start;
 margin-top: 50px;
 background-color: #003300;
 border-radius: 10px;
}
@media screen and (min-width: 768px) {
 .p_oem .oem_contents {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 70px;
  background-color: #003300;
  border-radius: 10px;
 }
}

.p_oem .oem_comment {
 display: flex;
 flex-direction: column;
 line-height: 1.6;
 width: 100%;
 gap: 25px;
 font-size: 15px;
}
@media screen and (min-width: 768px) {
 .p_oem .oem_comment {
  display: flex;
  flex-direction: column;
  line-height: 1.6;
  width: 50%;
  gap: 25px;
  font-size: 15px;
 }
}

.p_oem .oem_img {
 display: flex;
 flex-direction: column;
 align-items: center;
 width: 100%;
 gap: 30px;
}
@media screen and (min-width: 768px) {
 .p_oem .oem_img {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  gap: 30px;
 }
}

.p_oem .oem_text {
 display: flex;
 width: 100%;
 line-height: 1.6;
 padding: 20px;
 gap: 20px;
 flex-direction: column;
}
@media screen and (min-width: 768px) {
 .p_oem .oem_text {
  display: flex;
  width: 50%;
  line-height: 1.6;
  padding: 40px;
  gap: 20px;
  flex-direction: column;
 }
}

.p_oem .oem_title {
 text-align: center;
 font-size: 18px;
}
@media screen and (min-width: 768px) {
 .p_oem .oem_title {
  text-align: center;
  font-size: 20px;
 }
}

.oem_wrapper {
 position: relative;
 display: flex;
 align-items: center;
 justify-content: space-between;
 flex-direction: column;
}
@media screen and (min-width: 768px) {
 .oem_wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
 }
}

.oem_wrapper .center_button {
 position: absolute;
 text-align: center;
 top: 92%;
 left: 50%;
 transform: translate(-50%, -50%);
 background-color: rgb(69 149 69 / 76%);
 color: #fff;
 padding: 10px 30px;
 border-radius: 30px;
 text-decoration: none;
 font-size: 15px;
 font-weight: bold;
}
@media screen and (min-width: 768px) {
 .oem_wrapper .center_button {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(111 207 111 / 41%);
  color: #fff;
  padding: 10px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
 }
}
