.company-cont img {
  max-width: 100%;
}
.content-submenu {
  margin: 20px 0 0 0;
  min-height: 20px;
}
.content-submenu ul {
  width: 100%;
  padding-right: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #fff;
  display: block;
  display: flex;
  gap: 3px;
  align-items: stretch;
}
.content-submenu ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  margin-bottom: 20px;
  flex: 1 1 auto;
}
.content-submenu ul li a {
  width: 100%;
  color: #58595b;
  padding: 0;
  display: block;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  text-align: center;
  border-bottom: 1px solid #a3a3a3;
  border-bottom: 3px solid #ccc;
  padding-bottom: 5px;
  height: 100%;
  word-break: break-all;
}
.content-submenu ul li a.active {
  color: #801494;
  font-weight: 400;
  border-bottom: 2px solid #801494;
  position: relative;
  border-bottom: 3px solid #801494;
}
.content-submenu ul li a.active:after {
  position: absolute;
  text-align: center;
  background: url(../images/company/content_company_menu_dot.gif ) no-repeat center center;
  width: 100%;
  height: 5px;
  bottom: -10px;
  left: 0;
  content: " ";
  font-size: 5px;
  display: block;
}
@media (max-width: 991px) {
  .content-submenu ul {
    flex-wrap: wrap;
    display: block;
  }
  .content-submenu ul li {
    min-width: auto;
    width: 100%;
  }
  .content-submenu ul li a.active:after {
    display: none;
  }
}
h2 {
  font-weight: 600;
}
.fs16p {
  font-size: 16px;
}
.fs22p {
  font-size: 22px !important;
}
.mt-90p {
  margin-top: 90px;
}
@media (max-width: 991px) {
  .mt-90p {
    margin-top: 45px;
  }
}
.mt-50p {
  margin-top: 50px;
}
.mt-30p {
  margin-top: 30px;
}
.mt-20p {
  margin-top: 20px;
}
.mb-20p {
  margin-bottom: 20px;
}
.mb-30p {
  margin-bottom: 30px;
}
.mb-50p {
  margin-bottom: 50px;
}
.mb-0 {
  margin-bottom: 0;
}
.esg-policy-table .policy-row {
  display: flex;
  gap: 50px;
}
.esg-policy-table .policy-row .title {
  flex: 0 0 190px;
  width: 190px;
  border-top: 1px solid #9134a3;
}
.esg-policy-table .policy-row .title strong {
  border-top: 2px solid #9134a3;
  display: inline-block;
  padding: 20px 0;
  color: #9134a3;
  font-size: 30px;
}
.esg-policy-table .policy-row .title span {
  display: inline-block;
  padding: 20px 0;
  font-size: 14px;
  color: #888;
}
.esg-policy-table .policy-row .policy-items {
  padding: 20px 0;
  border-top: 1px solid #CCC;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 90px;
  width: 100%;
}
.esg-policy-table .policy-row .policy-items .policy-item {
  flex: 1 1 30%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .esg-policy-table .policy-row {
    display: block;
  }
  .esg-policy-table .policy-row .title {
    width: initial;
  }
  .esg-policy-table .policy-row .policy-items .policy-item {
    flex: 1 1 100%;
  }
}
.btn.btn-download {
  color: #FFF;
  background-color: #a055ae;
  border-color: #a055ae;
}
.btn.btn-download img {
  vertical-align: baseline;
}
.btn.btn-preview {
  color: #FFF;
  background-color: #787878;
  border-color: #787878;
}
.btn i {
  margin-left: 0.6em;
}
.report-now {
  margin-top: 50px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  position: relative;
}
.report-now .desc {
  border-top: 1px solid #9134a3;
	display: flex;
    flex-direction: column;
}
.report-now .desc strong {
  padding-top: 30px;
  display: inline-block;
  border-top: 2px solid #9134a3;
  font-size: 24px;
}
.report-now .desc p {
  margin-top: 30px;
  font-size: 18px;
}
.report-now .desc .buttons {
      margin-top: auto;
  
  width: 100%;
  align-items: stretch;
}
.report-now .desc .buttons a {
  display: inline-block;
  text-align: center;
  border: 1px solid #9134a3;
  padding: 10px;
  width: 260px;
  color: #9134a3;
  font-size: 18px;
  line-height: 1;
}
.report-now .desc .buttons a img {
  vertical-align: baseline;
}
.report-now .desc .buttons a:last-child {
  margin-left: 20px;
}
.report-now .thumb img {
  max-width: initial;
}
@media (max-width: 991px) {
  .report-now {
    display: block;
  }
  .report-now .desc .buttons {
    display: flex;
    position: initial;
    gap: 2em;
  }
  .report-now .desc .buttons a {
    width: 100%;
  }
  .report-now .thumb {
    margin-top: 30px;
  }
  .report-now .thumb img {
    width: 100%;
  }
}
.report-list {
  margin-top: 50px;
  display: flex;
  gap: 50px;
  justify-content: start;
  flex-wrap: wrap;
}
.report-list .report-item {
  flex: 0 1 30%;
}
.report-list .report-item .title {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.report-list .report-item .title span {
  font-weight: bold;
  font-size: 14px;
}
.report-list .report-item .title .btns {
  display: inline-block;
}
.report-list .report-item .title .btns a {
  color: #9134a3;
}
.report-list .report-item .title .btns a img {
  vertical-align: baseline;
}
@media (max-width: 991px) {
  .report-list {
    display: block;
  }
  .report-list .thumb {
    margin-top: 30px;
  }
  .report-list .thumb img {
    width: 100%;
  }
}
.human-rights-table .policy-row {
  display: flex;
  gap: 50px;
  margin-bottom: 80px;
}
.human-rights-table .policy-row > .title {
  flex: 0 0 190px;
  width: 190px;
  margin-bottom: 2em;
  border-top: 1px solid #9134a3;
}
.human-rights-table .policy-row > .title strong {
  border-top: 2px solid #9134a3;
  display: inline-block;
  padding: 20px 0 0;
  color: #9134a3;
  font-size: 24px;
}
.human-rights-table .policy-row > .title span {
  display: inline-block;
  padding: 20px 0 0;
  font-size: 14px;
  color: #888;
}
.human-rights-table .policy-row > .title a {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .human-rights-table .policy-row > .title {
    position: relative;
  }
}
.human-rights-table .policy-row .policy-content {
  flex: 1 1 auto;
  font-size: 15px;
}
@media (max-width: 991px) {
  .human-rights-table .policy-row .policy-content {
    margin-top: 20px;
  }
}
.human-rights-table .policy-row .policy-content .row {
  margin-top: 40px;
}
.human-rights-table .policy-row .policy-content img {
  max-width: 100%;
}
.human-rights-table .policy-row .gray-box {
  background-color: #f6f6f6;
  padding: 15px;
  font-size: 14px;
  color: #222;
}
.human-rights-table .policy-row .gray-box .title {
  border: none;
  color: #9134a3;
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
  text-align: center;
}
.human-rights-table .policy-row .gray-box.border-top {
  border-top: 1px solid #9134a3;
}
.human-rights-table .policy-row .gray-box ol {
  padding-left: 15px;
}
.human-rights-table .policy-row .gray-box ol li {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .human-rights-table .policy-row {
    display: block;
  }
  .human-rights-table .policy-row .title {
    width: initial;
  }
}
.thumb-container {
  display: grid;
  width: initial;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin: 0;
}
.thumb-container .contribution-thumbnail {
  width: 100%;
  margin: 0;
}
.thumb-container {
  display: grid;
  width: initial;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin: 0;
  margin-top: 30px;
}
.contribution-thumbnail {
  width: 100%;
  margin: 0;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fbfbfb;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  float: left;
  display: block;
}
.contribution-thumbnail .image-box {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.contribution-thumbnail .image-box img {
  position: absolute;
  min-height: 100%;
  width: 120%;
  margin-left: -10%;
}
.contribution-thumbnail .thumb-title {
  padding: 9px;
  padding-bottom: 3px;
  color: #696969;
  font-weight: bold;
}
.contribution-thumbnail .date {
  padding: 3px 9px 3px 9px;
  color: #848485;
  font-size: 0.9em;
  text-align: right;
}
@media (max-width: 991px) {
  .thumb-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .contribution-thumbnail {
    width: 100%;
    margin: 10px 0;
  }
  .contribution-thumbnail .image-box img {
    min-height: auto;
    width: 100%;
    margin: 0;
  }
  .thumb-container {
    grid-template-columns: 1fr;
  }
}
.media-board-list {
  margin: 30px 0 0 0;
  padding: 0 0 25px 0;
  border-bottom: 1px solid #a3a3a3;
}
.media-board-list .table-list {
  width: 100%;
}
.media-board-list .table-list thead th {
  height: 50px;
  text-align: left;
  padding: 0 30px 0 0;
}
.media-board-list .table-list thead th:last-child {
  padding: 0 0 0 0;
}
.media-board-list .table-list thead th span {
  text-align: left;
  display: block;
  border-bottom: 1px solid #414042;
  padding: 0 0 4px 0;
  color: #696969;
  font-size: 15px;
  font-weight: 300;
}
.media-board-list .table-list tbody td {
  text-align: left;
  padding: 10px 30px 7px 0;
  color: #848485;
  font-size: 15px;
  font-weight: 300;
  word-break: keep-all;
}
.media-board-list .table-list tbody td a {
  color: #848485;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}
.media-board-list .table-list tbody tr:hover td {
  color: #801494;
}
.media-board-list .table-list tbody tr:hover td a {
  color: #801494;
}
.media-board-list .table-view {
  width: 100%;
}
.media-board-list .table-view > thead > tr > th {
  text-align: left;
  padding: 10px 0 10px 0;
  border-top: 1px solid #a3a3a3;
  border-bottom: 1px solid #414042;
  font-size: 15px;
  font-weight: 300;
  color: #636466;
}
.media-board-list .table-view > thead > tr > td {
  text-align: right;
  padding: 10px 0 10px 0;
  border-top: 1px solid #a3a3a3;
  border-bottom: 1px solid #414042;
  color: #636466;
}
.media-board-list .table-view > thead span {
  color: #636466;
  display: inline-block;
  padding: 0 15px 0 0;
}
.media-board-list .table-view > thead span:first-child {
  color: #801494;
  display: inline-block;
  padding: 0 10px 0 0;
}
.media-board-list .table-view > tbody > tr > td {
  text-align: left;
  color: #848485;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.74;
}
.media-board-list .table-view > tbody > tr > td img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .media-board-list {
    border: none;
  }
  .media-board-list .table-list thead th {
    padding: 0;
  }
  .media-board-list .table-list tbody td {
    border-bottom: 1px solid #CCC;
  }
}
@media (max-width: 991px) {
  .media-board-list .table-view colgroup {
    display: none;
  }
  .media-board-list .table-view > thead > tr {
    display: block;
    width: 100%;
    border-top: 1px solid #a3a3a3;
    border-bottom: 1px solid #414042;
  }
  .media-board-list .table-view > thead > tr > th {
    display: block;
    width: 100%;
    border: none;
  }
  .media-board-list .table-view > thead > tr > td {
    display: block;
    width: 100%;
    border: none;
    text-align: left;
  }
  .media-board-list .table-view > thead span:first-child {
    display: block;
  }
}
.ethics-code {
  padding-left: 1em;
  list-style: "· ";
}
.ethics-code li {
  font-size: 16px;
  margin-bottom: 0.3em;
}
ul.ethics-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  list-style: none;
  padding: 0;
  gap: 2px;
}
ul.ethics-grid li {
  font-size: 14px;
  margin: 0;
  padding: 15px;
  width: 100%;
  text-align: center;
  background-color: #f0f1f1;
  display: flex;
  align-items: center;
}
ul.ethics-grid li span {
  flex: 1 1 auto;
}
@media (max-width: 991px) {
  ul.ethics-grid {
    grid-template-columns: 1fr 1fr;
  }
}
ul.ethics-code-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  list-style: none;
  padding: 0;
  gap: 20px;
}
ul.ethics-code-grid li a {
  position: relative;
  color: #333333;
  display: block;
  font-size: 14px;
  margin: 0;
  padding: 20px 20px;
  background-color: #f0f1f1;
  cursor: pointer;
}
ul.ethics-code-grid li a span {
  color: #801494;
  font-weight: 600;
}
ul.ethics-code-grid li a::after {
  color: #801494;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  content: "\e080";
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 991px) {
  ul.ethics-code-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.data-table {
  margin: 18px 0 0 0;
}
.data-table table {
  width: 100%;
  border-top: 1px solid #a4a4a4;
  border-bottom: 1px solid #a4a4a4;
}
.data-table thead th {
  padding: 13px 10px 14px 10px;
  text-align: center;
  border: 1px solid #dbdbdb;
  background-color: #fbfbfb;
  font-size: 16px;
  font-weight: 400;
  color: #696969;
}
.data-table tbody td {
  padding: 10px 10px 11px 10px;
  text-align: center;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  font-size: 13px;
  color: #848485;
  word-break: keep-all;
}
.data-table tbody td.td-left {
  padding: 10px 10px 11px 10px;
  text-align: left;
}
.data-table tbody tr.fc-1 td strong {
  color: #801494;
}
.data-table .table-bottom-txt {
  color: #636466;
  font-size: 14px;
  font-weight: 300;
  margin: 15px 0 0 0;
  text-align: right;
}
.data-table .table-bottom-txt.txt-left {
  text-align: left;
}
@media (max-width: 768px) {
  .data-table thead th {
    padding: 13px 0px 14px 0px;
    font-size: 0.9em;
  }
  .data-table tbody td {
    padding: 10px 0px 11px 0px;
    font-size: 0.85em;
  }
}
.data-table.directors {
  width: 100%;
}
.data-table.directors thead {
  border-top: 2px solid #CCC;
}
.data-table.directors thead th {
  border-bottom: 1px solid #dbdbdb;
}
table.table.initiatives-table {
  border-spacing: 10px 0;
  border-collapse: separate;
  border-top: 1px solid #CCC;
}
table.table.initiatives-table th {
  color: #801494;
  text-align: center;
  border-bottom: 1px solid #801494;
}
table.table.initiatives-table td {
  vertical-align: middle;
}
.contribution-activity-table .activity-row {
  display: flex;
  gap: 50px;
}
.contribution-activity-table .activity-row .title {
  flex: 0 0 190px;
  width: 190px;
}
.contribution-activity-table .activity-row .activity-items {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 35px;
  width: 100%;
}
.contribution-activity-table .activity-row .activity-items .activity-item {
  flex: 1 1 30%;
  text-align: center;
}
.contribution-activity-table .activity-row .activity-items .activity-item .item-title {
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0;
}
.contribution-activity-table .activity-row .activity-items .activity-item p {
  font-size: 14px;
}
@media (max-width: 991px) {
  .contribution-activity-table .activity-row {
    display: block;
    border-top: 1px solid #CCC;
  }
  .contribution-activity-table .activity-row .title {
    width: initial;
    padding: 10px 0;
  }
  .contribution-activity-table .activity-row .activity-items {
    display: block;
  }
  .contribution-activity-table .activity-row .activity-items .activity-item {
    text-align: left;
  }
}
.ethics-cont-list > ul > li {
  margin: 30px 0 0 0;
  color: #58595b;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  word-break: keep-all;
  list-style: none;
}
.ethics-cont-list > ul > li > strong {
  color: #58595b;
  font-size: 18px;
  font-weight: bold;
}
.ethics-cont-list > ul > li ul {
  padding: 5px 0 0 0;
}
.ethics-cont-list > ul > li ul > li {
  list-style: none;
  position: relative;
  margin: 3px 0 0 0;
  color: #58595b;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  word-break: keep-all;
  padding: 0 0 0 14px;
}
.ethics-cont-list > ul > li ul > li span {
  position: absolute;
  top: 0;
  left: 0;
}
.title-line {
  text-align: left;
  font-size: 22px;
  font-weight: 400;
  color: #231f20;
  background: url(../images/information/basic_sense/icon_step_top.gif) left top no-repeat;
  padding: 3px 0 0 0;
}
.ethics-code-modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
}
.ethics-code-modal.open {
  display: flex;
}
.ethics-code-modal .body {
  width: 800px;
  max-width: 90%;
}
.ethics-code-modal .body .close {
  text-align: right;
  margin: 10px 0;
  width: 100%;
}
.ethics-code-modal .body .content {
  width: 100%;
  height: 600px;
  max-height: 90%;
  overflow-y: auto;
  background: #FFF;
}
.ethics-code-modal .body .content .inner {
  padding: 20px;
}
.ethics-code-modal .body .content ul {
  padding-left: 0;
}
.ethics-code-modal .body .content ul > li {
  margin: 30px 0 0 0;
  color: #58595b;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  word-break: keep-all;
  list-style: none;
}
.ethics-code-modal .body .content ul > li > strong {
  color: #58595b;
  font-size: 18px;
  font-weight: bold;
}
.ethics-code-modal .body .content ul > li ul {
  padding: 5px 0 0 0;
}
.ethics-code-modal .body .content ul > li ul > li {
  list-style: none;
  position: relative;
  margin: 3px 0 0 0;
  color: #58595b;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  word-break: keep-all;
  padding: 0 0 0 14px;
}
.ethics-code-modal .body .content ul > li ul > li span {
  position: absolute;
  top: 0;
  left: 0;
}
.governance-introduce-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.governance-introduce-grid img {
  width: 100%;
}
@media (max-width: 768px) {
  .governance-introduce-grid {
    margin-top: 30px;
    grid-template-columns: 1fr;
  }
}
h2 .download-wrap {
  float: right;
}
h2 .download-wrap .download-label {
  font-size: 16px;
  color: #a351b3;
}
@media (max-width: 768px) {
  h2 .download-wrap {
    float: none;
    display: block;
  }
}
.governance-report-table .governance-report-row {
  display: flex;
  gap: 50px;
}
.governance-report-table .governance-report-row .title {
  flex: 0 0 190px;
  width: 190px;
  font-size: 24px;
  color: #231f20;
  border-top: 3px solid #000;
}
.governance-report-table .governance-report-row .governance-report-item {
  display: flex;
  width: 100%;
  border-top: 1px solid #000;
  padding: 15px 0;
  justify-content: space-between;
}
.governance-report-table .governance-report-row .governance-report-item .sub-title {
  font-size: 18px;
  font-weight: bold;
  color: #231f20;
}
@media (max-width: 991px) {
  .governance-report-table .governance-report-row {
    display: block;
    border-top: 1px solid #CCC;
  }
  .governance-report-table .governance-report-row .title {
    width: initial;
    padding: 10px 0;
  }
  .governance-report-table .governance-report-row .governance-report-items {
    display: block;
  }
  .governance-report-table .governance-report-row .governance-report-items .governance-report-item {
    text-align: left;
  }
}
.governance-introduce-modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
}
.governance-introduce-modal.open {
  display: flex;
}
.governance-introduce-modal .body {
  width: 800px;
  max-width: 90%;
}
.governance-introduce-modal .body .close {
  text-align: right;
  margin: 10px 0;
  width: 100%;
}
.governance-introduce-modal .body .content {
  width: 100%;
  max-height: 500px;
  overflow-y: auto;
  background: #FFF;
}
.governance-introduce-modal .body .content .inner {
  padding: 50px;
}
.governance-introduce-modal .body .content ul {
  padding-left: 0;
}
.governance-introduce-modal .body .content ul > li {
  margin: 30px 0 0 0;
  color: #58595b;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  word-break: keep-all;
  list-style: none;
}
.governance-introduce-modal .body .content ul > li > strong {
  color: #58595b;
  font-size: 18px;
  font-weight: bold;
}
.governance-introduce-modal .body .content ul > li ul {
  padding: 5px 0 0 0;
}
.governance-introduce-modal .body .content ul > li ul > li {
  list-style: none;
  position: relative;
  margin: 3px 0 0 0;
  color: #58595b;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  word-break: keep-all;
  padding: 0 0 0 14px;
}
.governance-introduce-modal .body .content ul > li ul > li span {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .growth-content .contact-table td:nth-child(1):before {
    content: "부서 : ";
    display: inline-block;
    font-weight: bold;
    width: 5em;
  }
  .growth-content .contact-table td:nth-child(2):before {
    content: "이메일 : ";
    display: inline-block;
    font-weight: bold;
    width: 5em;
  }
}
/* 20240909 */
ul.ethics-code-grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  list-style: none;
  padding: 0;
  gap: 20px;
}
ul.ethics-code-grid2 li a {
  color: #333333;
  display: block;
  font-size: 16px;
  margin: 0;
  padding: 20px 20px;
  background-color: #f0f1f1;
  cursor: pointer;
  display: flex;
  width: 100%;
  align-items: center;
  height: 100%;
}
ul.ethics-code-grid2 li a::after {
  color: #801494;
  float: right;
  content: "\e080";
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  margin-left: auto;
}
@media (max-width: 991px) {
  ul.ethics-code-grid2 {
    grid-template-columns: 1fr;
  }
}
.ethics-report .ethics-list03 {
  margin: 30px 0 0 0;
  color: #58595b;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  word-break: keep-all;
  list-style: none;
}
.ethics-report .ethics-list03 .title {
  color: #58595b;
  font-size: 18px;
  font-weight: bold;
}
.ethics-report .ethics-list03 div.ww-box {
  padding-left: 0;
  margin-bottom: 20px;
}
.ethics-report .ethics-list03 div.ww-box .txt-1 {
  margin-top: 5px;
}
.ethics-report .ethics-list03 .protection-box {
  /* margin-top:20px; */
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  list-style: none;
  padding: 0;
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .ethics-report .ethics-list03 .protection-box {
    grid-template-columns: 1fr;
  }
}
.ethics-report .ethics-list03 .protection-box li {
  padding: 0;
  background: none;
  border: 1px solid #ccc;
  padding: 15px;
  padding-right: 10px;
  border-radius: 10px;
  background: #f2f2f2;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ethics-report .ethics-list03 .protection-box li strong {
  font-size: 15px;
}
.ethics-report .ethics-list03 .protection-box li .thumb {
  /* float:right; */
  /* margin-left:10px; */
  order: 3;
  flex: 0 0 70px;
}
.ethics-report .ethics-list03 .protection-box p:last-child {
  margin: 0;
}
.request-form textarea.form-control,
.result-form textarea.form-control {
  width: 100%;
}
input[type=radio] {
  margin-top: 0.1em;
}
#writingGuide {
  font-weight: 400;
  padding-top: 50px;
}
#writingGuide .form-group {
  margin-top: 10px;
}
#writingGuide .sample-box {
  background: #fff2cc;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
}
#writingGuide .sample-box ins {
  /* color:#934a9e; */
  color: #9800af;
  text-decoration: none;
}



/* 20240106 */

.ethics-report .btn-report a {
  margin: 0 0 0 7px;
  text-decoration: none;
  color: #7e7e7e;
  font-size: 14px;
  width:auto;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border: 1px solid #7e7e7e;
  display: inline-block;
}


/*20250530*/
.report-list .report-item .title{ display:block; } 
.report-list .report-item .title .btns{ display:block; }
.report-list .report-item .title .btns a{ padding:0; }

