.OSInline {
  display: inline-block;
  vertical-align: top;
}
.career .Container_CircleGroup {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
}

.Container_CircleGroup1 {
  display: flex;
  width: 912px;
}
.tablet .Container_CircleGroup1 {
  width: 685px;
}
.phone .Container_CircleGroup1 {
  width: 230px;
  flex-direction: column;
}

.Container_Circle1_landscape {
  border-color: #f5280b;
  border-style: none none solid none;
  border-width: 0px 0px 1px 0px;
  height: 1px;
  width: 50vw;
}
.tablet .Container_Circle1_landscape,
.phone .Container_Circle1_landscape {
  width: 0;
}
.Container_Circle1 {
  background: #fefefe;
  background: rgba(255, 255, 255, 0.3);
  background-color: #fefefe;
  border: 1px solid #f5280b;
  border-radius: 100%;
  height: 356px;
  width: 356px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tablet .Container_Circle1 {
  width: 268px;
  height: 268px;
  align-items: flex-start;
  padding-top: 73px;
}
.phone .Container_Circle1 {
  width: 230px;
  height: 230px;
}

.Container_Circle2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.CircleRedTextGroup {
  margin-bottom: 20px;
}
.tablet .CircleRedTextGroup {
  margin-bottom: 16px;
}
.phone .CircleRedTextGroup {
  margin-bottom: 10px;
}

.CircleRedText {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  /* or 24px */
  text-align: center;
  text-transform: capitalize;

  /* new_gradient */
  background: linear-gradient(
    91.59deg,
    #f95e21 0%,
    #f85f21 47.92%,
    #f5280b 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.tablet .CircleRedText {
  font-size: 24px;
}
.phone .CircleRedText {
  font-size: 18px;
}

.CircleBlackTextGroup {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.tablet .CircleBlackTextGroup {
  margin-bottom: 14px;
}

.CircleBlackText {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
  text-align: center;
  text-transform: capitalize;
  color: #111111;
}
.tablet .CircleBlackText {
  font-size: 16px;
  line-height: 156%;
}
.phone .CircleBlackText {
  font-size: 14px;
  line-height: 140%;
}

.tablet .BoldGroup,
.phone .BoldGroup {
  display: flex;
  flex-direction: column;
}

.Bold {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 156%;
  text-align: center;
  text-transform: capitalize;
  color: #111111;
}
.tablet .Container_CircleGroup .Bold {
  font-size: 16px;
  line-height: 150%;
}
.phone .Container_CircleGroup .Bold {
  font-size: 14px;
  line-height: 140%;
}

.Container_CircleGroup .PlusBox {
  width: 200px;
}
.tablet .Container_CircleGroup .PlusBox {
  width: 150px;
}
.phone .Container_CircleGroup .PlusBox {
  width: 230px;
  height: 56px;
}

.Container_CircleGroup .PlusBox .Plus {
  width: 44px;
  height: 5px;
  background-color: #f5280b;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tablet .Container_CircleGroup .PlusBox .Plus {
  width: 32px;
  height: 4.2px;
}
.phone .Container_CircleGroup .PlusBox .Plus {
  width: 16px;
  height: 3px;
}
.Container_CircleGroup .PlusBox .Plus:first-child {
  transform: translate(-50%, -50%) rotate(90deg);
}

.ThemeGrid_Container {
  max-width: 1280px;
  padding-left: 5%;
  padding-right: 5%;
}

.phone .ThemeGrid_Container {
  padding-left: 5%;
  padding-right: 5%;
}

.ThemeGrid_Container {
  max-width: 1920px !important;
  width: 100%;
  margin: 0 auto;
}

.Main_BoxSub {
  background: #fff;
  text-align: center;
}

.Main_LayerSize {
  max-width: 1920px;
  width: 100%;
}

.Sub_LayerSize {
  max-width: 1200px;
  width: 100%;
  text-align: left;
}

.mutual-growth .Sub_LayerSize.Company_PageBottomMargin {
  margin-top: -11px;
  @media (max-width: 1024px) {
    margin-top: 0px;
  }
}
.desktop.mutual-growth .Company_AreaTopMargin {
  margin-top: 100px;
}
.mutual-growth
  .Sub_LayerSize.Company_PageBottomMargin
  .Company_TitleBottomMargin {
  margin-bottom: 53px;
  @media (max-width: 1024px) {
    margin-bottom: 20px;
  }
}

.desktop.mutual-growth .Sub_Container.Company_TitleBottomMargin {
  margin-bottom: 58px;
  margin-top: 100px;
}

/* .mutual-growth .Company_TitleBottomMargin {
  margin-top: 100px;
} */

.Sub_LayerSize_Center {
  max-width: 1200px;
  width: 100%;
  text-align: center;
}

.desktop.mutual-growth #b5-Main_BoxSub2 {
  margin-top: 20px;
  padding-top: 92px;
}

.talent1.Main_BoxSub {
  background: linear-gradient(
    360deg,
    #f9f9f9 19.65%,
    rgba(249, 249, 249, 0) 77.81%
  );
}

.CareerMainTitle {
  margin: 100px 0 20px 0;
}
.tablet .CareerMainTitle {
  margin: 60px 0 16px 0;
}
.phone .CareerMainTitle {
  margin: 30px 0 6px 0;
}

.CareerMainDescription {
  margin-top: 20px;
  margin-bottom: 80px;
}
.tablet .CareerMainDescription {
  margin-top: 16px;
  margin-bottom: 26px;
}
.phone .CareerMainDescription {
  margin-top: 6px;
  margin-bottom: 24px;
}

.CareerMainDescriptionText {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  text-transform: capitalize;
  color: #555555;
}
.tablet .CareerMainDescriptionText {
  font-size: 14px;
}
.phone .CareerMainDescriptionText {
  font-size: 14px;
  line-height: 160%;
}

.CareerMinUL {
  margin-bottom: 100px;
}
.tablet .talent1 .CareerMinUL {
  margin-bottom: 60px;
}
.phone .talent1 .CareerMinUL {
  margin-bottom: 25px;
  padding: 0 18px;
}

.CareerMainTitleText {
  color: #111;
  font-family: Pretendard;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%;
}
.tablet .CareerMainTitleText,
.phone .CareerMainTitleText {
  font-size: 28px;
  line-height: 140%;
  text-transform: capitalize;
  color: #111111;
}
.phone .CareerMainTitleText {
  font-size: 20px;
}

.Main_Description1 {
  color: #555;
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 400;
  line-height: 156%;
}

.mutual-growth .Company_TitleBottomMargin.Main_Description1 {
  margin-bottom: 48px;
  @media (max-width: 1024px) {
    margin-bottom: 40px;
  }
}
.desktop.mutual-growth .osui-gallery .OSInline {
  margin-top: 14px;
}
.desktop.mutual-growth .osui-gallery .OSInline.Container_mutualGrowth1 {
  margin-top: 0;
}
.tablet .talent1 .Main_Description1,
.phone .talent1 .Main_Description1 {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
}

.Container_Arrow {
  margin: 60px 0;
}
.tablet .talent1 .Container_Arrow {
  width: 72px;
  height: 60px;
  margin: 0 0 32px 0;
}
.phone .talent1 .Container_Arrow {
  width: 52px;
  height: 42px;
  margin: 24px 0;
}

.ListTextGroup {
  text-align: left;
}
.ListTextGroup li::marker {
  color: #808080;
}
.ListTextGroup li {
  margin-bottom: 6px;
  list-style-type: square;
}
.ListText {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 156%;
  text-transform: capitalize;
  color: #111111;
}
.tablet .talent1 .ListText {
  font-size: 16px;
}
.phone .talent1 .ListText {
  font-size: 14px;
}

.ListTextGroup {
  text-align: left;
}
.ListTextGroup li::marker {
  color: #808080;
}
.ListTextGroup li {
  margin-bottom: 6px;
  list-style-type: square;
}
.ListText {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 156%;
  text-transform: capitalize;
  color: #111111;
}

.phone .Career.Main_BannerContainer {
  max-height: 15rem;
  padding-top: 0px;
  margin-top: -56px;
  background-position: center;
}

.phone .Container_Image1 {
  height: 13.25rem !important;
}

.Career_MainService_Detail_Title_Active {
  color: #111111;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 100%;
  height: 2.81rem;
  margin-top: 120px;
  text-align: center;
  border-color: #f5280b;
  border-bottom-style: solid;
  border-bottom-width: 0.25rem;
  display: flex;
  justify-content: center;
  /* margin-left: 1.313rem; */
}
.Career_MainService_Detail_Title {
  color: #808080;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 100%;
  height: 2.81rem;
  margin-top: 120px;
  /* margin-left: 10px; */
  display: flex;
  justify-content: center;
  text-align: center;
  border-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 3px;
}
.tablet .Career_MainService_Detail_Title_Active,
.tablet .Career_MainService_Detail_Title {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  margin-top: 40px;
}
.phone .Career_MainService_Detail_Title_Active,
.phone .Career_MainService_Detail_Title {
  /* min-width: 180px; */
  min-height: 60px;
  margin: 0;
  font-size: 14px;
  align-items: center;
}

.CompanyTab_SizeFull {
  max-width: 1200px;
  width: 100%;
}

.Main_Title {
  font-size: 3rem;
  font-family: Pretendard;
  font-weight: 700;
  color: #111111;
  line-height: 64px;
  @media (max-width: 1024px) {
    line-height: normal;
  }
}

.mutual-growth .Main_Title {
  line-height: 64px;
  @media (max-width: 1024px) {
    line-height: normal;
  }
}

.phone .Main_Title {
  font-size: 1.25rem;
  color: #111111;
}

.tablet .Main_Title {
  font-size: 1.75rem;
  color: #111111;
}

.CareerSectionMargin {
  margin-top: 120px;
}
.tablet .CareerSectionMargin,
.phone .CareerSectionMargin {
  margin-top: 80px;
}
.Company_ContentsGapSmall {
  margin-bottom: 60px;
}
.tablet .Company_ContentsGapSmall,
.phone .Company_ContentsGapSmall {
  margin-bottom: 20px;
}
.College .SectionDescription {
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 148%;
  text-transform: capitalize;
  color: #555555;
}

.tablet .College .SectionDescription {
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 14px;
}
.phone .College .SectionDescription {
  margin-top: 8px;
  margin-bottom: 20px;
  line-height: 160%;
}

.CollegePartBox {
  max-width: 1080px;
  display: flex;
  flex-direction: column;
}

.tablet .CollegePartBox,
.phone .CollegePartBox {
  width: 100%;
}

.tablet .ColumnAndUnderBox {
  width: 100%;
}
.phone .ColumnAndUnderBox {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
}

.CollegePartBox .UnderBar {
  height: 30px;
  line-height: 30px;
  background: linear-gradient(
    90.07deg,
    #f96321 0%,
    rgba(245, 40, 11, 0.91) 88.45%
  );
  border-radius: 10px 10px 0px 0px;
  text-align: center;
  margin-top: 12px;
}

.tablet .CollegePartBox .UnderBar {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  width: 100%;
  max-width: 350px;
  background: linear-gradient(
    90.07deg,
    #f96321 0%,
    rgba(245, 40, 11, 0.91) 88.45%
  );
  border-radius: 10px 0px 0px 10px;
  margin-top: 10px;
  padding: 10px;
}
.phone .CollegePartBox .UnderBar {
  border-radius: 5px 5px 0px 0px;
  margin-top: 0;
  margin-bottom: 0px;
  width: 100%;
}
.College .PlusBox {
  position: relative;
  height: 60px;
  margin: auto;
}

.tablet .College .PlusBox {
  width: 100%;
  height: 60px;
  position: relative;
}
.phone .College .PlusBox {
  width: 100%;
  height: 56px;
  position: relative;
}
.College .PlusBox .Plus {
  width: 22px;
  height: 3px;
  background-color: #f5280b;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tablet .College .PlusBox .Plus {
  width: 19px;
  height: 2.5px;
}
.phone .College .PlusBox .Plus {
  width: 16px;
  height: 3px;
}
.College .PlusBox .Plus:first-child {
  transform: translate(-50%, -50%) rotate(90deg);
}

.CollegeBody .Container_Image1 {
  width: 100%;
  height: 17.25rem;
  min-height: 280px;
  background:
    linear-gradient(
      222.71deg,
      rgba(14, 35, 78, 0.5) 10.87%,
      rgba(0, 0, 0, 0) 48.76%
    ),
    url('/company/img/Image_Resource_Company.CareerCollege.png');
  background-blend-mode: multiply, normal;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 100%;
}
.GrayBoxPadding {
  padding: 3.12rem 3.75rem 3.12rem 3.75rem;
}

.GrayBoxPadding {
  padding: 3.12rem 3.75rem 3.12rem 3.75rem;
}
.tablet .GrayBoxPadding {
  padding: 52px 1.25rem 3.75rem;
}
.phone .GrayBoxPadding {
  padding: 1.25rem 1.5rem 1.25rem 1.5rem;
}

.SectionSubTitle {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 148%;
  text-transform: capitalize;
  color: #111111;
}
.tablet .SectionSubTitle {
  font-size: 24px;
}
.phone .SectionSubTitle {
  font-size: 16px;
  line-height: 140%;
}

.PartColumn {
  display: flex;
  gap: 9px;
  margin-bottom: 12px;
}

.tablet .PartColumn {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 0;
}
.phone .PartColumn {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 0px;
}
.tablet .UnderBarContainer {
  display: flex;
  flex-direction: row;
  /* height: 56px; */
  width: 99%;
}

.EachPart {
  height: 345px;
  max-width: 112px;
  width: calc((100% - 64px) / 9 - 1px);
}

.tablet .EachPart {
  display: flex;
  width: 100%;
  height: auto;
  max-width: unset;
}
.phone .EachPart {
  display: flex;
  width: 100%;
  height: auto;
  max-width: unset;
}
.EachPartHeader {
  background-color: #aaaaaa;
  height: 80px;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
  text-transform: capitalize;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tablet .EachPartHeader {
  height: 56px;
  border-radius: 10px 0px 0px 10px;
  min-width: 116px;
  width: 17%;
  flex-direction: row;
}
.tablet .GrayHeaderGap {
  gap: 3px;
}
.tablet .EachPartHeader.DigitalFactory {
  flex-direction: column;
}
.tablet .EachPartHeader.DigitalFactory > div {
  display: flex;
  flex-direction: row;
}
.phone .EachPartHeader {
  width: 28%;
  /* min-width: 80px; */
  border-radius: 5px 0px 0px 5px;
  height: unset;
}
.phone .EachPartHeader.DigitalFactory {
  flex-direction: column;
}
.phone .EachPartHeader.DigitalFactory > div {
  display: flex;
  flex-direction: column;
}
.EachPartHeaderText {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 148%;
  color: #ffffff;
}
.tablet .EachPartHeaderText {
  font-size: 14px;
}
.phone .EachPartHeaderText {
  font-size: 12px;
}
.EachPartBody {
  min-width: 82%;
  height: 265px;
  padding: 6px;
  border: 1px solid #aaaaaa;
  border-top: 0px;
  border-radius: 0px 0px 10px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.tablet .EachPartBody {
  flex-direction: row;
  justify-content: center;
  height: 56px;
  padding: 8px 6px;
  gap: 8px;
  border-radius: 0px 10px 10px 0px;
  border: 1px solid #aaaaaa;
  border-left: 0px;
}
.phone .EachPartBody {
  width: 72%;
  /* min-width: 206px; */
  min-width: unset;
  height: auto;
  padding: 8px 6px;
  border: 1px solid #aaaaaa;
  border-left: 0px;
  border-radius: 0px 10px 10px 0px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.EachPartBody .GridLastEl {
  width: 100%;
}
.tablet .EachPartBody .GridLastEl {
  width: unset;
}

@media screen and (max-width: 1100px) {
  .desktop .EachPartBody {
    padding: 6px 2px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1133px) {
  .EachPartBody.SW.GridCenter .EachPartBody_ItemText.LTSPC {
    letter-spacing: -1.5px;
  }
}
@media screen and (min-width: 1134px) and (max-width: 1188px) {
  .EachPartBody.SW.GridCenter .EachPartBody_ItemText.LTSPC {
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 1160px) {
  .EachPartBody .EachPartBody_ItemText.LTSPC {
    letter-spacing: -0.5px;
  }
}
.EachPartBody_Item {
  width: 100%;
  /* min-width: 100px; */
  padding: 8px 0;
  border: 1px dashed #000000;
  border-radius: 8px;
  text-align: center;
  text-transform: capitalize;
}

.tablet .EachPartBody_Item {
  width: auto;
  min-width: 100px;
  max-width: 160px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
}
.tablet .SW.EachPartBody .EachPartBody_Item:nth-child(2),
.tablet .SW.EachPartBody .EachPartBody_Item:nth-child(3) {
  min-width: 92px;
}
.phone .EachPartBody_Item {
  width: 100%;
  /* min-width: 88px; */
  max-width: unset;
  height: 32px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.phone .EachPartBody.GridCenter > div:last-child {
  grid-column-start: 1;
  grid-column-end: 3;
}
.phone .EachPartBody.GridCenter > div:last-child .EachPartBody_Item {
  width: 50%;
  margin: auto;
}

.OneLine {
  display: flex;
  flex-direction: column;
}

.tablet .EachPartBody_Item.OneLine {
  flex-direction: row;
}
.tablet .EachPartBody_Item.Width160 {
  min-width: 160px;
}
.tablet .EachPartBody_Item.TabletGap {
  flex-direction: row;
  gap: 3px;
  min-width: 152px;
}
.phone .EachPartBody_Item.OneLine {
  display: flex;
  flex-direction: column;
}

.phone .EachPartBody .EachPartBody_Item.OneLine.SalesBox {
  flex-direction: row;
}

.tablet .EachPartBody_Item.LTTSPC {
  letter-spacing: -0.3px;
}
.EachPartBody_ItemText {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 148%;
  color: #111111;
}

.tablet .EachPartBody_ItemText {
  line-height: 124%;
}
.phone .EachPartBody_ItemText {
  font-size: 10px;
  line-height: 132%;
}

.UnderBarBox {
  display: flex;
  padding: 8px 20px;

  background: #ffffff;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #f5280b;
  border-radius: 0px 0px 10px 10px;
}

.tablet .UnderBarBox {
  margin-top: 10px;
  width: 100%;
  /* max-width: 296px; */
  height: 56px;
  background: #ffffff;
  border: 1px solid #f5280b;
  border-radius: 0px 10px 10px 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.phone .UnderBarBox {
  margin-bottom: 8px;
  height: 49px;
  border-radius: 0px 0px 5px 5px;
}

.UnderBarTextBox {
  display: flex;
  justify-content: center;
  padding: 10px;
  margin: 0 5px;
  max-width: 340px;
  max-height: 40px;
  border: 1px dashed #f5280b;
  border-radius: 8px;
  width: 100%;
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 148%;
  color: #f5280b;
  align-items: center;
}

.tablet .UnderBarTextBox {
  max-width: 85.33px;
  width: 100%;
  height: 40px;
  border: 1px dashed #f5280b;
  border-radius: 8px;
}
.phone .UnderBarTextBox {
  font-size: 10px;
  width: 100%;
  max-width: unset;
  height: 32px;
  line-height: 132%;
}

.UnderBarNCommonText {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 148%;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
}

.phone .UnderBarNCommonText {
  font-size: 12px;
}

.CommonPart {
  width: 100%;
  /* height: 387px; */
  display: flex;
  flex-direction: column;
}

.tablet .CommonPart {
  width: 100%;
  height: auto;
  flex-direction: row;
}
.phone .CommonPart {
  width: 100%;
  height: auto;
  flex-direction: column;
}

.CommonEachHeader {
  width: 100%;
  /* height: 80px; */
  height: 40px;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #111111;
}
.tablet .CommonEachHeader {
  width: 20%;
  min-width: 118px;
  height: 56px;
  border-radius: 10px 0px 0px 10px;
}
.phone .CommonEachHeader {
  height: 30px;
  border-radius: 10px 10px 0px 0px;
}

.CommonEachBody {
  border: 1px solid #111111;
  padding: 10px;
  border-top: 0px;
  border-radius: 0px 0px 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.tablet .CommonEachBody {
  width: 100%;
  height: 56px;
  border: 1px solid #111111;
  border-left: 0px;
  border-radius: 0px 10px 10px 0px;
  padding: 10px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.phone .CommonEachBody {
  width: 100%;
  gap: 10px;
  padding: 8px;
  height: auto;
  flex-wrap: wrap;
}

.CommonBunble {
  display: flex;
  gap: 10px;
  width: 48%;
  max-width: 330px;
}
.tablet .CommonBunble:first-child {
  justify-content: flex-end;
  width: 52%;
}
.tablet .CommonBunble:first-child .CommonEachBody_Item:first-child {
  width: 60%;
}
.tablet .CommonBunble:first-child .CommonEachBody_Item:nth-child(2) {
  width: 40%;
}
.tablet .CommonBunble:nth-child(2) .CommonEachBody_Item:first-child {
  width: 51.7%;
}
.tablet .CommonBunble:nth-child(2) .CommonEachBody_Item:nth-child(2) {
  width: 48.3%;
}
.phone .CommonBunble {
  width: 100%;
  justify-content: center;
}

.CommonEachBody_Item {
  padding: 10px;
  width: 100%;
  max-width: 160px;
  height: 40px;
  border: 1px dashed #000000;
  border-radius: 8px;
  text-align: center;
  text-transform: capitalize;
}
.tablet .CommonEachBody_Item {
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 40px;
}
.phone .CommonEachBody_Item {
  width: 41%;
  /* min-width: 120px; */
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.CommonEachBody_ItemText {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 124%;
  text-align: center;
  text-transform: capitalize;
  color: #111111;
}

.tablet .CommonEachBody_ItemText {
  line-height: 124%;
}
.phone .CommonEachBody_ItemText {
  font-size: 10px;
  line-height: 132%;
}
.LevelBody .SectionDescription {
  margin-bottom: 80px;
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 148%;
  text-transform: capitalize;
  color: #555555;
}
.tablet .LevelBody .SectionDescription {
  margin-bottom: 40px;
  font-size: 14px;
}
.phone .LevelBody .SectionDescription {
  margin-bottom: 27px;
  font-size: 14px;
  line-height: 160%;
}

.LevelBody .Container_Image1 {
  width: 100%;
  height: 17.25rem;
  min-height: 280px;
  background-image: url('/company/img/Image_Resource_Company.CareerLevel.png');
  background-position: center;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 45%;
  background-size: cover;
}

.tablet .LevelBody .Container_Image1 {
  width: 100%;
  height: 17.25rem;
  min-height: 280px;
  background-position-x: 52%;
}
.phone .LevelBody .Container_Image1 {
  height: 13.25rem;
  min-height: 212px;
}

.ShapeGroup {
  width: 100%;
  max-width: 825px;
  height: 31px;
  margin: auto;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13.5px;
}
.tablet .ShapeGroup {
  max-width: 555px;
}
.phone .ShapeGroup {
  height: 100%;
  flex-direction: column;
  margin: 0;
  width: 30px;
  gap: 5px;
  padding: 48px 0;
}
.Shape {
  width: 60px;
  height: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(
    91.59deg,
    #f95e21 0%,
    #f85f21 47.92%,
    #f5280b 100%
  );
  border-radius: 500px;

  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 148%;
  /* identical to box height, or 21px */
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
}
.phone .Shape {
  width: 30px;
  height: 60px;
  font-size: 10px;
}
.ArrowGroup {
  box-sizing: border-box;
  width: 180px;
  height: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.tablet .ArrowGroup {
  width: 75px;
}
.phone .ArrowGroup {
  transform: rotate(90deg);
  width: 100%;
  min-width: 106px;
  min-height: 100px;
}
.ArrowBar {
  box-sizing: border-box;
  width: 180px;
  height: 0.9px;
  background: linear-gradient(
    91.59deg,
    #f95e21 0%,
    #f85f21 47.92%,
    #f5280b 100%
  );
}
.tablet .ArrowBar {
  width: 75px;
}
.phone .ArrowBar {
  width: 106px;
}
.phone .ArrowBarBox {
  width: 98px;
  height: 21px;
  display: flex;
  align-items: center;
}
.ArrowShape {
  position: absolute;
  right: 0;
  color: #f5280b;
}

.phone .ShapeCircleGroup {
  display: flex;
  justify-content: flex-start;
  height: 100%;
  gap: 35px;
}

.CircleGroup {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
.tablet .CircleGroup {
  width: 100%;
  gap: 15px;
}
.phone .CircleGroup {
  width: 156px;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  height: 100%;
}
.LargeCircle {
  width: 195px;
  height: 195px;
  background: #ffffff;
  /* Primary/Red */
  border: 0.75px solid #f5280b;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;
}
.tablet .LargeCircle {
  width: 150px;
  height: 150px;
}
.phone .LargeCircle {
  width: 156px;
  height: 156px;
}
.InnerCircle {
  /* position: relative; */
  width: 165px;
  height: 165px;
  background:
    linear-gradient(0deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.96)),
    linear-gradient(91.59deg, #fb9136 0%, #f85f21 47.92%, #f5280b 100%);
  border-radius: 100%;
}
.tablet .InnerCircle {
  width: 120px;
  height: 120px;
}
.phone .InnerCircle {
  width: 132px;
  height: 132px;
}

.AbsoluteText {
  text-align: center;
}

.LargeCircle.First .InnerCircleContent > div:first-child {
  position: absolute;
  width: 50px;
  height: 30px;
  left: 73px;
  top: 71px;
}
.tablet .LargeCircle.First .InnerCircleContent > div:first-child {
  width: 40px;
  height: 24px;
  left: calc(50% - 40px / 2 + 1px);
  top: 52px;
}
.phone .LargeCircle.First .InnerCircleContent > div:first-child {
  width: 40px;
  height: 24px;
  left: calc(50% - 40px / 2);
  top: 52px;
}

.LargeCircle.First .InnerCircleContent > .AbsoluteText {
  position: absolute;
  width: 52px;
  height: 34px;
  left: calc(50% - 52px / 2 + 0.5px);
  top: 116px;
}
.tablet .LargeCircle.First .InnerCircleContent > .AbsoluteText {
  width: 45px;
  height: 28px;
  left: calc(50% - 45px / 2 + 0.5px);
  top: 89px;
}
.phone .LargeCircle.First .InnerCircleContent > .AbsoluteText {
  width: 84px;
  height: 12px;
  left: calc(50% - 84px / 2);
  top: 97.21px;
}

.LargeCircle.Second .InnerCircleContent > div:first-child {
  position: absolute;
  width: 50px;
  height: 38px;
  left: 73px;
  top: 63px;
}
.tablet .LargeCircle.Second .InnerCircleContent > div:first-child {
  width: 40px;
  height: 30.4px;
  left: 56px;
  top: 46px;
}
.phone .LargeCircle.Second .InnerCircleContent > div:first-child {
  width: 40px;
  height: 30.4px;
  left: 58px;
  top: 45.79px;
}

.LargeCircle.Second .InnerCircleContent > .AbsoluteText {
  position: absolute;
  width: 61px;
  height: 34px;
  left: calc(50% - 61px / 2 + 1px);
  top: 116px;
}
.tablet .LargeCircle.Second .InnerCircleContent > .AbsoluteText {
  width: 55px;
  height: 28px;
  left: calc(50% - 55px / 2 + 0.5px);
  top: 89px;
}
.phone .LargeCircle.Second .InnerCircleContent > .AbsoluteText {
  width: 84px;
  height: 12px;
  left: calc(50% - 84px / 2);
  top: 97.21px;
}

.LargeCircle.Third .InnerCircleContent > div:first-child {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 73px;
  top: 51px;
}
.tablet .LargeCircle.Third .InnerCircleContent > div:first-child {
  width: 40px;
  height: 40px;
  left: 56px;
  top: 36px;
}
.phone .LargeCircle.Third .InnerCircleContent > div:first-child {
  width: 40px;
  height: 40px;
  left: 59px;
  top: 36.19px;
}

.LargeCircle.Third .InnerCircleContent > .AbsoluteText {
  position: absolute;
  width: 123px;
  height: 34px;
  left: calc(50% - 123px / 2 + 1px);
  top: 116px;
}
.tablet .LargeCircle.Third .InnerCircleContent > .AbsoluteText {
  width: 108px;
  height: 28px;
  left: calc(50% - 108px / 2);
  top: 89px;
}
.phone .LargeCircle.Third .InnerCircleContent > .AbsoluteText {
  width: 94px;
  height: 28px;
  left: calc(50% - 94px / 2);
  top: 97px;
}

.LargeCircle.Fourth .InnerCircleContent > div:first-child {
  position: absolute;
  width: 50px;
  height: 55px;
  left: 73px;
  top: 46px;
}
.tablet .LargeCircle.Fourth .InnerCircleContent > div:first-child {
  width: 40px;
  height: 44px;
  left: 56px;
  top: 32px;
}
.phone .LargeCircle.Fourth .InnerCircleContent > div:first-child {
  width: 40px;
  height: 44px;
  left: 58px;
  top: 32.19px;
}

.LargeCircle.Fourth .InnerCircleContent > .AbsoluteText {
  position: absolute;
  width: 101px;
  height: 34px;
  left: calc(50% - 101px / 2 + 1px);
  top: 116px;
}
.tablet .LargeCircle.Fourth .InnerCircleContent > .AbsoluteText {
  width: 89px;
  height: 28px;
  left: calc(50% - 89px / 2 + 0.5px);
  top: 89px;
}
.phone .LargeCircle.Fourth .InnerCircleContent > .AbsoluteText {
  width: 84px;
  height: 28px;
  left: calc(50% - 84px / 2);
  top: 97.21px;
}

/******************* 아이콘영역 *******************/

.InnerCircleContent svg {
  position: relative;
}

.InnerCircleText {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: capitalize;

  /* Primary/Red */
  color: #f5280b;
}
.tablet .InnerCircleText {
  font-size: 12px;
}
.phone .InnerCircleText {
  font-size: 10px;
}
.AbsoluteText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.phone .OneLine.AbsoluteText {
  display: block;
}

.AppraisalBody .Container_Image1 {
  width: 100%;
  height: 17.25rem;
  min-height: 280px;
  background:
    linear-gradient(
      127.46deg,
      rgba(198, 240, 255, 0.7) 16.78%,
      rgba(198, 240, 255, 0) 57.92%
    ),
    url('/company/img/Image_Resource_Company.CareerAppraisal.png');
  background-blend-mode: multiply, normal;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tablet .AppraisalBody .Container_Image1 {
  background-size: cover;
}
.phone .AppraisalBody .Container_Image1 {
  background-position-x: 70%;
  height: 13.25rem;
  min-height: 212px;
}

.AppraisalBody li {
  list-style-type: square;
}
.AppraisalBody li:first-child {
  margin-bottom: 6px;
}
.tablet .AppraisalBody li:first-child {
  margin-bottom: 4px;
}
.phone .AppraisalBody li:first-child {
  margin-bottom: 6px;
}

.AppraisalBody li::marker {
  color: #808080;
}

.ListDesc {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  text-transform: capitalize;
  color: #111111;
}
.tablet .ListDesc,
.phone .ListDesc {
  font-size: 14px;
}

.GoToBanner {
  width: 100%;
  max-width: 1200px;
  height: 180px;
  padding: 0 80px;
  margin: 120px auto 160px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url('/company/img/Image_Resource_Company.GotoBanner.png'),
    linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), #0c0e10;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 50%;
}
.tablet .GoToBanner {
  flex-direction: column;
  gap: 16px;
  margin: 80px auto 0;
  height: 156px;
  padding: 30px;
}
.phone .GoToBanner {
  flex-direction: column;
  gap: 13px;
  margin: 40px auto 0;
  height: 134px;
  padding: 23px;
}

.GoToBannerText {
  text-align: left;
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 148%;
  /* or 36px */
  text-transform: capitalize;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.tablet .GoToBannerText {
  text-align: center;
  font-size: 16px;
  line-height: 140%;
}
.phone .GoToBannerText {
  text-align: center;
  font-size: 14px;
  line-height: 140%;
}

.GoToLink {
  width: 160px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ffffff;
  border-radius: 30px;
  background: none;
}
.tablet .GoToLink {
  width: 120px;
  height: 36px;
}
.phone .GoToLink {
  width: 102px;
  height: 30px;
}

.GoToLinkText {
  color: #ffffff;
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 148%;
}
.tablet .GoToLinkText {
  font-size: 14px;
  line-height: 100%;
}
.phone .GoToLinkText {
  font-size: 12px;
  line-height: 148%;
}

.tablet .career .Company_AreaTopMargin {
  margin-top: 80px;
  margin-bottom: 16px;
}

.RewardBanner {
  background:
    linear-gradient(
      222.71deg,
      rgba(14, 35, 78, 0.5) 10.87%,
      rgba(0, 0, 0, 0) 48.76%
    ),
    url('/company/img/Image_Resource_Company.CareerReward.png');
  background-blend-mode: multiply, normal;
  width: 100%;
  height: 17.25rem;
  min-height: 280px;
  background-position-x: center;
  background-position-y: 55%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 100px;
}
.tablet .RewardBanner {
  margin-bottom: 80px;
  background-position-x: center;
  background-position-y: 50%;
  height: 17.25rem;
  min-height: 280px;
}
.phone .RewardBanner {
  margin-bottom: 40px;
  height: 13.25rem;
  min-height: 212px;
}

.RewardMainTitle {
  display: flex;
  margin: 100px 0 20px 0;
}
.tablet .RewardMainTitle {
  margin: 60px 0 16px 0;
}
.phone .RewardMainTitle {
  margin: 32px 0 6px 0;
  flex-direction: column;
}

.CareerMainTitleText {
  color: #111;
  font-family: Pretendard;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 134%;
}
.tablet .talent1 .CareerMainTitleText,
.phone .talent1 .CareerMainTitleText {
  font-size: 28px;
  line-height: 140%;
  text-transform: capitalize;
  color: #111111;
}
.phone .talent1 .CareerMainTitleText {
  font-size: 20px;
}

.Reward_Main_Description {
  color: var(--grayscale-color-555555, #555);
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 400;
  line-height: 156%;
  margin-bottom: 60px;
}
.tablet .Reward_Main_Description {
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 40px;
}
.phone .Reward_Main_Description {
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 20px;
}

.reward2.Main_BoxSub {
  background-color: #fffbfb;
}
.reward2 .ThemeGrid_Container {
  text-align: left;
}

.MainTitleMargin {
  margin-top: 100px;
  margin-bottom: 54px;
}
.tablet .MainTitleMargin {
  margin-top: 80px;
  margin-bottom: 20px;
}
.phone .MainTitleMargin {
  margin-top: 40px;
  margin-bottom: 20px;
}

.SubTitleMargin {
  margin-bottom: 35px;
}
.tablet .SubTitleMargin {
  margin-bottom: 40px;
}
.phone .SubTitleMargin {
  margin-bottom: 10px;
}

.SubTitle {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 148%;
  text-transform: capitalize;
  color: #111111;
}
.tablet .SubTitle {
  font-size: 24px;
  line-height: 29px;
}
.phone .SubTitle {
  font-size: 16px;
  line-height: 140%;
}

.MainDescriptionMargin {
  margin-top: 20px;
}
.phone .MainDescriptionMargin {
  margin-top: 8px;
}
.MainDescription {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  text-transform: capitalize;
  color: #555555;
}
.tablet .MainDescription {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
.phone .MainDescription {
  font-size: 14px;
  line-height: 160%;
}

.LastDescriptionMargin {
  width: 100%;
  margin-bottom: 100px;
  margin-top: 40px;
}
.tablet .LastDescriptionMargin {
  max-width: 652px;
  margin-bottom: 60px;
  margin-top: 40px;
}
.phone .LastDescriptionMargin {
  margin: 20px 0;
  padding: 0 5px;
}
.LastDescription {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  text-transform: capitalize;
  color: #555555;
}
.tablet .LastDescription {
  font-size: 14px;
}

.Reward2LargeCircle {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 50px;
  margin-bottom: 60px;
  background-color: #fff7f6;
  border-radius: 240px;

  display: flex;
  justify-content: center;
  align-items: center;
}
.tablet .Reward2LargeCircle {
  max-width: 686px;
  padding: 30px;
}
.phone .Reward2LargeCircle {
  width: 100%;
  height: 100%;
  padding: 24px;
  margin-bottom: 40px;
}

.reward2 .MiddleCircle {
  max-width: 1100px;
  padding: 28px 150px 50px;
  background: #ffffff;
  box-shadow: 2px 2px 9px rgba(245, 40, 11, 0.2);
  border-radius: 240px;
}
.tablet .reward2 .MiddleCircle {
  max-width: 626px;
  padding: 25px 31.5px 38px;
}
.phone .reward2 .MiddleCircle {
  max-width: 272px;
  padding: 60px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.TotalCompensation {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  text-align: center;
  color: #f5280b;
  margin-bottom: 40px;
}
.tablet .TotalCompensation {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 22px;
}
.phone .TotalCompensation {
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 20px;
  min-width: 172px;
}

.reward2CircleGroup {
  display: flex;
  justify-content: center;
  align-items: center;
}

.SmallCircle {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background:
    linear-gradient(0deg, rgba(245, 40, 11, 0.75), rgba(245, 40, 11, 0.75)),
    #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.tablet .SmallCircle {
  width: 156px;
  height: 156px;
}
.phone .SmallCircle {
  width: 150px;
  height: 150px;
}
.SmallCircleTextGroup {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  position: absolute;
  top: 59px;
}
.tablet .SmallCircleTextGroup {
  top: 39px;
  gap: 4px;
}
.tablet .SmallCircle:first-child .SmallCircleTextGroup {
  gap: 15px;
}
.phone .SmallCircleTextGroup {
  position: static;
  gap: 10px;
}

.SmallCircleText {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
}
.SmallCircleText:first-child {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
}
.tablet .SmallCircleText {
  font-size: 16px;
  line-height: 19px;
}
.tablet .SmallCircleText:first-child {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
}
.phone .SmallCircleText {
  font-size: 14px;
  line-height: 130%;
}
.phone .SmallCircleText:first-child {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
}

.PlusBox {
  width: 100px;
  position: relative;
}
.tablet .PlusBox {
  width: 43px;
  position: relative;
}
.phone .PlusBox {
  height: 35px;
  position: relative;
}
.PlusBox .Plus {
  width: 25px;
  height: 3px;
  background-color: #f86955;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.PlusBox .Plus:first-child {
  transform: translate(-50%, -50%) rotate(90deg);
}
.tablet .PlusBox .Plus {
  width: 19px;
  height: 2.2px;
}
.phone .PlusBox .Plus {
  width: 15px;
  height: 1.88px;
}

.reward2CircleGroup {
  display: flex;
  justify-content: center;
  align-items: center;
}
.phone .reward2CircleGroup {
  flex-direction: column;
  gap: 20px;
}
.RedBorderCircle {
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #f5280b;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tablet .RedBorderCircle {
  width: 160px;
  height: 160px;
}
.phone .RedBorderCircle {
  width: 150px;
  height: 150px;
}

.WhiteCircle {
  width: 160px;
  height: 160px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tablet .WhiteCircle {
  width: 120px;
  height: 120px;
}
.phone .WhiteCircle {
  width: 110px;
  height: 110px;
}

.WhiteCircleText {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  text-transform: capitalize;
  color: #f5280b;
}
.tablet .WhiteCircleText {
  font-size: 18px;
}
.phone .WhiteCircleText {
  font-size: 16px;
}

.DashBar {
  width: 100px;
  height: 1px;
  border: 1px dashed #f5280b;
}
.tablet .DashBar {
  width: 40px;
}
.phone .DashBar {
  width: 40px;
  height: 1px;
  transform: rotate(90deg);
}
.MainTitle {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  text-transform: capitalize;
  color: #111111;
}

.tablet .MainTitle {
  font-size: 28px;
  line-height: 33px;
}
.phone .MainTitle {
  font-size: 20px;
  line-height: 140%;
}

.tablet .Offering_Title {
  font-size: 36px;
}
.LastDescriptionMargin {
  width: 100%;
  margin-bottom: 100px;
  margin-top: 40px;
}

.LastDescription {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  text-transform: capitalize;
  color: #555555;
}

.CardGroup {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.tablet .CardGroup {
  gap: 24px;
}
.phone .CardGroup {
  grid-template-columns: 1fr;
  gap: 20px;
}
.Card {
  background-color: #f9f9f9;
  min-height: 272px;
  width: 580px;
  padding: 50px 40px;
}
.tablet .Card {
  width: 100%;
  min-height: 200px;
  padding: 20px;
  padding-right: 0px;
}
.phone .Card {
  width: 100%;
  min-height: 162px;
  padding: 26px 0px 22px 30px;
}
.CardTitle {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  color: #111111;
}
.tablet .CardTitle {
  font-size: 18px;
  line-height: 130%;
  margin: 27px 0 20px;
}
.phone .CardTitle {
  font-size: 16px;
  line-height: 100%;
  width: 100%;
  margin: 20px 0 6px;
}

.CardText {
  color: #111111;
  font-family: 'Pretendard';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 162%;
  text-transform: capitalize;
  display: flex;
}
.tablet .CardText {
  font-size: 16px;
}
.phone .CardText {
  font-size: 14px;
  line-height: 150%;
}
.tablet .CardText.LineBreak,
.phone .CardText.LineBreak {
  flex-direction: column;
}
.tablet .CardText.LTTSPC,
.phone .CardText.LTTSPC {
  letter-spacing: -0.5px;
}
.hideondesktop {
  display: none;
}
.tablet .hideondesktop,
.phone .hideondesktop {
  display: inline-block;
}

.CardGroup .Card svg path {
  stroke: #111111;
  stroke-width: 0.7;
}
.CardGroup .Card .ThinStroke path {
  stroke-width: 0.1;
}

.phone ul {
  /* ul 마진 재정의 */
  margin-block-start: 0em;
  margin-block-end: 0.5em;
  margin-inline-start: -20px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.phone h2,
.phone .heading2 {
  font-size: calc(28px - 4px) !important;
  line-height: 1.25;
}
/** 스크롤 내리기 전 **/
.app-menu-links a,
.app-menu-links a:focus {
  color: #fff;
}

.OverFlow_Sub .btn-small,
.OverFlow_Sub a.btn-small,
.OverFlow_Sub a.btn-small:focus {
  color: #fff;
  background: #555;
}
.OSBlockWidget svg circle {
  stroke: white;
}
.OSBlockWidget svg path {
  stroke: white;
}
/** 스크롤 내리기 전 끝**/

/* 스크롤 내렸을 때 */
.headerBackground .app-menu-links a {
  color: #000;
}
.headerBackground .app-menu-links .submenu_linkBox a:hover {
  color: #f5280b;
}
.headerBackground .OverFlow_Sub .btn-small,
.headerBackground .OverFlow_Sub .btn-small:focus {
  color: #111;
  background-color: rgba(17, 17, 17, 0.06);
}
.headerBackground .OSBlockWidget svg circle {
  stroke: #000;
}
.headerBackground .OSBlockWidget svg path {
  stroke: #000;
}
/* 스크롤 내렸을 때 끝 */

.Custom_Arrow .splide__arrow--next {
  right: -6em;
}

.Custom_Arrow .splide__arrow--prev {
  left: -6em;
}
.Company_AreaTopMargin {
  margin-top: 120px;
}
.tablet .Company_AreaTopMargin {
  margin-top: 100px;
}
.phone .Company_AreaTopMargin {
  margin-top: 40px;
}

.Company_AreaBottomMargin {
  margin-bottom: 120px;
}
.tablet .Company_AreaBottomMargin {
  margin-bottom: 100px;
}
.phone .Company_AreaBottomMargin {
  margin-bottom: 40px;
}

.Company_SectionTopMargin {
  margin-top: 100px;
}
.tablet .Company_SectionTopMargin {
  margin-top: 80px;
}
.phone .Company_SectionTopMargin {
  margin-top: 30px;
}

.Company_SectionBottomMargin {
  margin-bottom: 120px;
}
.tablet .Company_SectionBottomMargin {
  margin-bottom: 100px;
}
.phone .Company_SectionBottomMargin {
  margin-bottom: 40px;
}

.Company_ContentsGapXXSmall {
  margin-bottom: 10px;
}
.tablet .Company_ContentsGapXXSmall {
  margin-bottom: 8px;
}
.phone .Company_ContentsGapXXSmall {
  margin-bottom: 4px;
}

.Company_ContentsGapXSmall {
  margin-bottom: 20px;
}
.tablet .Company_ContentsGapXSmall {
  margin-bottom: 10px;
}
.phone .Company_ContentsGapXSmall {
  margin-bottom: 6px;
}

.Company_ContentsGapSmall {
  margin-bottom: 40px;
}
.tablet .Company_ContentsGapSmall {
  margin-bottom: 20px;
}
.phone .Company_ContentsGapSmall {
  margin-bottom: 10px;
}

.Company_ContentsGapMidium {
  margin-bottom: 20px;
}
.tablet .Company_ContentsGapMidium {
  margin-bottom: 40px;
}
.phone .Company_ContentsGapMidium {
  margin-bottom: 20px;
}

.mutual-growth .Sub_LayerSize2 {
  margin-top: 52px;
}

.mutual-growth .Company_ContentsGapMidium .display-on-device-desktop {
  padding: 30px 0 0;
}

.desktop.mutual-growth #b5-Sub_Layer3 .display-on-device-desktop {
  padding: 30px 0 0;
}

.desktop.mutual-growth #b5-b1-Content {
  --gallery-gap: 32px !important;
}
.desktop.mutual-growth #b4-Main_BoxSub2 {
  margin: 60px 0 0;
}

.Company_ContentsGapLarge {
  margin-bottom: 80px;
}
.tablet .Company_ContentsGapLarge {
  margin-bottom: 60px;
}
.phone .Company_ContentsGapLarge {
  margin-bottom: 40px;
}

.Company_ContentsGapXLarge {
  margin-bottom: 100px;
}
.tablet .Company_ContentsGapXLarge {
  margin-bottom: 80px;
}
.phone .Company_ContentsGapXLarge {
  margin-bottom: 60px;
}

.Company_PageBottomMargin {
  margin-bottom: 180px;
}
.tablet .Company_PageBottomMargin {
  margin-bottom: 120px;
}
.phone .Company_PageBottomMargin {
  margin-bottom: 60px;
}

.Company_PageBottomMargin2 {
  margin-bottom: 80px;
}
.tablet .Company_PageBottomMargin2 {
  margin-bottom: 0px;
}
.phone .Company_PageBottomMargin2 {
  margin-bottom: 0px;
}

.Company_TitleAreaGap {
  margin-bottom: 20px;
  margin-top: 100px;
}

.mutual-growth .Company_TitleAreaGap {
  margin-top: 100px;
  @media (max-width: 1024px) {
    margin-top: 40px;
  }
}

.tablet .Company_TitleAreaGap {
  margin-bottom: 10px;
}
.phone .Company_TitleAreaGap {
  margin-bottom: 6px;
}
.phone .ethics-strategy .Company_TitleAreaGap {
  margin-top: 0;
}
.phone .ethics-strategy #Main_BoxSub3 {
  margin-top: 40px;
}
.tablet .ethics-strategy .Company_TitleAreaGap {
  margin-top: 0;
}
.tablet .ethics-strategy .Company_TitleAreaGap.Company_AreaTopMargin {
  margin-top: 100px;
}

.Company_TitleBottomMargin {
  margin-bottom: 80px;
}
.tablet .Company_TitleBottomMargin {
  margin-bottom: 60px;
}
.phone .Company_TitleBottomMargin {
  margin-bottom: 40px;
}

.MainTitle {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  text-transform: capitalize;
  color: #111111;
}
.tablet .MainTitle {
  font-size: 28px;
  line-height: 33px;
}
.phone .MainTitle {
  font-size: 20px;
  line-height: 140%;
}

.tablet .Offering_Title {
  font-size: 36px;
}

.Main_Description1 {
  color: var(--grayscale-color-555555, #555);
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 400;
  line-height: 156%;
}
.phone .Main_Description1 {
  font-size: 0.875rem;
  line-height: 160%;
}

.QuotesText {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 158%;
  text-align: center;
  text-transform: capitalize;
  color: #111111;

  width: 1407px;
  @media (max-width: 1024px) {
    width: 620px;
  }
}
.tablet .QuotesText {
  font-size: 14px;
  width: 620px;
}
.phone .QuotesText {
  font-size: 14px;
  line-height: 160%;
  width: 320px;
}

.Company_Description2 {
  color: #111;
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 400;
  line-height: 162%;
}
.tablet .Company_Description2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 156%;
}
.phone .Company_Description2 {
  font-size: 0.875rem;
  line-height: 160%;
}

.Company_Description3 {
  color: var(--grayscale-color-555555, #555);
  font-family: Pretendard;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
}
.phone .Company_Description3 {
  font-size: 0.875rem;
  line-height: 160%;
}

.Company_SubTitle1 {
  color: #111;
  font-family: Pretendard;
  font-size: 24px;
  font-weight: 600;
  line-height: 148%;
}
.phone .Company_SubTitle1 {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}

.Company_SubTitle2 {
  color: #111;
  font-family: Pretendard;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5rem;
}
.phone .Company_SubTitle2 {
  font-size: 16px;
  line-height: 140%;
}

.Company_SubTitle3 {
  color: #111;
  font-family: Pretendard;
  font-size: 24px;
  font-weight: 600;
  line-height: 148%;
}
.phone .Company_SubTitle3 {
  font-size: 1rem;
  line-height: 140%;
}

.CompanyTab_SizeFull {
  max-width: 1200px;
  width: 100%;
}
.phone .CompanyTab_SizeFull {
  max-width: 1920px;
  width: 100%;
}

.CompanyTab_SizeSmall {
  max-width: 1200px;
  width: 30%;
}
.tablet .CompanyTab_SizeSmall {
  max-width: 1200px;
  width: 50%;
}
.phone .CompanyTab_SizeSmall {
  max-width: 1920px;
  width: 70%;
}

.MainService_Detail_Title_Active {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 100%;
  height: 2.81rem;
  margin-top: 7.5rem;
}
.MainService_Detail_Title {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 100%;
  height: 2.81rem;
  margin-top: 7.5rem;
}
.phone .MainService_Detail_Title_Active {
  font-size: 1rem;
  font-weight: 700;
  height: 39px; /*2.06rem;*/
  margin-top: 23px; /*1.06rem;*/
}
.phone .MainService_Detail_Title {
  font-size: 1rem;
  font-weight: 400;
  height: 39px; /*2.06rem;*/
  margin-top: 23px; /*1.06rem;*/
}

.WordBreak_KeepAll {
  word-break: keep-all;
}

.BackGround_Gradient {
  background: linear-gradient(to bottom, white, #f2f2f2) !important;
}
.SeperatingGap {
  border-color: #e6e6e6;
  border-style: none none solid none;
  border-width: 0px 0px 1px 0px;
  margin-bottom: 40px;
  padding: 0px 0px 40px 0px;
  text-align: left;
}
.phone .SeperatingGap {
  margin-bottom: 16px;
  padding: 0px 0px 16px 0px;
}
.AccordionHeader {
  font-size: 1.25rem;
  font-weight: bold;
  height: 2.8125rem;
  line-height: 2.8125rem;
  text-align: center;
}

.SKMS_Box {
  ---comment-4: /* Flexbox를 사용하기 위한 설정 */;
  ---comment-6: /* 요소들을 수직 방향으로 배치 */;
  ---comment-8: /* 수평 중앙 정렬 */;
  background-color: #252525;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 142px;
  justify-content: center;
  padding: 0px 20px 0px 20px;
}
.phone .SKMS_Box {
  width: 100%;
  height: 112px;
}
.tablet .SKMS_Box {
  width: 100%;
  height: 120px;
}
.Container_Image_Description {
  background-color: #f9f9f9;
  padding: 50px 60px 60px 60px;
}
.phone .Container_Image_Description {
  padding: 20px 24px;
}

.Container_Image {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: 65% 0%;
}
.phone .Container_Image {
  height: 212px;
}
.Sign_Name {
  text-align: left;
  width: 160px;
}
.tablet .Sign_Name {
  width: 110px;
}
.phone .Sign_Name {
  width: 110px;
}

.Text_CeoName {
  color: #111;
  font-family: Pretendard;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 100%;
}
.tablet .Text_CeoName {
  font-size: 1rem;
  font-weight: 600;
  line-height: 100%;
}
.phone .Text_CeoName {
  font-size: 1rem;
  font-weight: 600;
  line-height: 100%;
}

.Text_Ceo {
  color: #111;
  font-family: Pretendard;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
  margin-top: 12px;
  margin-bottom: 6px;
}
.tablet .Text_Ceo {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 140%;
}
.phone .Text_Ceo {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 140%;
}

.Image_Sign {
  width: 160px;
  height: 76px;
}
.tablet .Image_Sign {
  width: 110px;
  height: 52px;
}
.phone .Image_Sign {
  width: 110px;
  height: 52px;
}

.Container_Image1 {
  width: 100%;
  height: 17.5rem;
  flex-shrink: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.Container_Circle {
  width: 1.875rem;
  height: 1.875rem;
  background: #555;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.phone .Container_Circle {
  width: 1.375rem;
  height: 1.375rem;
  margin-top: 0px;
}

.Text_Circle {
  color: var(--grayscale-color-ffffff, var(--Color, #fff));
  font-family: Pretendard;
  font-size: 1rem;
  font-weight: 700;
  line-height: 100%;
}
.phone .Text_Circle {
  font-size: 0.75rem;
  line-height: 100%;
}

.Nested_Layer1 {
  position: relative;
  width: 100%;
  height: 2.25rem;
  margin-bottom: 1.5rem;
}
.phone .Nested_Layer1 {
  height: 1.5rem;
  margin-bottom: 1rem;
}

.Nested_LayerLeftTop {
  position: absolute;
  top: 3px;
  left: 0px;
}
.phone .Nested_LayerLeftTop {
  top: 0px;
}

.Nested_LayerCenterTop {
  position: absolute;
  top: 0px;
  left: 25px;
}
.phone .Nested_LayerCenterTop {
  position: absolute;
  top: 5px;
  left: 25px;
}

.ThemeGrid_MarginGutter {
  margin-left: 1.96078431372549%;
}
.osui-gallery,
.osui-gallery > .list {
  display: grid;
  grid-gap: var(--gallery-gap);
  grid-template-columns: repeat(var(--gallery-desktop-items), minmax(0, 1fr));
}
.osui-gallery > * {
  margin-top: 0;
}
.osui-gallery > .list {
  grid-column-end: calc(var(--gallery-desktop-items) + 1);
  grid-column-start: 1;
  overflow: initial;
}
.osui-gallery > .list .card,
.osui-gallery > .list .animate {
  height: 100%;
}
.osui-gallery > img {
  -o-object-fit: cover;
  object-fit: cover;
}
.tablet .osui-gallery,
.tablet .osui-gallery > .list {
  grid-template-columns: repeat(var(--gallery-tablet-items), minmax(0, 1fr));
}
.tablet .osui-gallery > .list {
  grid-column-end: calc(var(--gallery-tablet-items) + 1);
}
.phone .osui-gallery,
.phone .osui-gallery > .list {
  grid-template-columns: repeat(var(--gallery-phone-items), minmax(0, 1fr));
}
.phone .osui-gallery > .list {
  grid-column-end: calc(var(--gallery-phone-items) + 1);
}

.Container_Image2 {
  width: 100%;
  height: 100%;
  background: var(--grayscale-color-f-9-f-9-f-9, #f9f9f9);
  padding: 3.75rem;
}
.tablet .Container_Image2 {
  padding-bottom: 1.25rem;
  padding-left: 1.75rem;
  padding-right: 1.5rem;
  padding-top: 1.25rem;
}
.phone .Container_Image2 {
  padding-bottom: 1.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.25rem;
}

.Text_image1 {
  color: #111;
  font-family: Pretendard;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 148%;
  margin-bottom: 0.75rem;
}
.phone .Text_image1 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 0.25rem;
}

.Text_image2 {
  color: #555;
  font-family: Pretendard;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 156%;
}
.phone .Text_image2 {
  font-size: 0.875rem;
  line-height: 160%;
}

.Container_Image4 {
  width: 100%;
  height: 23.75rem;
  flex-shrink: 0;
  position: relative;
}
.phone .Container_Image4 {
  height: 10rem;
}

.Container_Image5A {
  background-image:
    linear-gradient(
      0deg,
      rgba(6, 16, 26, 0.8) 16.58%,
      rgba(6, 16, 26, 0) 56.32%
    ),
    url('/company/img/Image_Resource_Company.CompanyAboutAI.png');
  background-blend-mode: multiply;
  overflow: hidden;
  position: absolute;
}
.phone .Container_Image5A {
  background-image:
    linear-gradient(
      0deg,
      rgba(6, 16, 26, 0.8) 16.58%,
      rgba(6, 16, 26, 0) 56.32%
    ),
    url('/company/img/Image_Resource_Company.CompanyAboutAI_m.png');
}

.Container_Image5_Size {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 23.75rem;
}
.phone .Container_Image5_Size {
  height: 10rem;
}

.Container_Image5B {
  background-image:
    linear-gradient(
      0deg,
      rgba(6, 16, 26, 0.8) 16.58%,
      rgba(6, 16, 26, 0) 56.32%
    ),
    url('/company/img/Image_Resource_Company.CompanyAboutCloud.png');
  background-blend-mode: multiply;
  position: absolute;
}
.phone .Container_Image5B {
  background-image:
    linear-gradient(
      0deg,
      rgba(6, 16, 26, 0.8) 16.58%,
      rgba(6, 16, 26, 0) 56.32%
    ),
    url('/company/img/Image_Resource_Company.CompanyAboutCloud_m.png');
}

.Container_Image5C {
  background-image:
    linear-gradient(
      0deg,
      rgba(6, 16, 26, 0.8) 16.58%,
      rgba(6, 16, 26, 0) 56.32%
    ),
    url('/company/img/Image_Resource_Company.CompanyAboutDManufacturing.png');
  background-blend-mode: multiply;
  position: absolute;
}
.phone .Container_Image5C {
  background-image:
    linear-gradient(
      0deg,
      rgba(6, 16, 26, 0.8) 16.58%,
      rgba(6, 16, 26, 0) 56.32%
    ),
    url('/company/img/Image_Resource_Company.CompanyAboutDManufacturing_m.png');
}

.Container_Image5D {
  background-image:
    linear-gradient(
      0deg,
      rgba(6, 16, 26, 0.8) 16.58%,
      rgba(6, 16, 26, 0) 56.32%
    ),
    url('/company/img/Image_Resource_Company.CompanyAboutEsg.png');
  background-blend-mode: multiply;
  position: absolute;
}
.phone .Container_Image5D {
  background-image:
    linear-gradient(
      0deg,
      rgba(6, 16, 26, 0.8) 16.58%,
      rgba(6, 16, 26, 0) 56.32%
    ),
    url('/company/img/Image_Resource_Company.CompanyAboutEsg_m.png');
}

.Container_Image6 {
  position: absolute;
}

.Container_Image_Text {
  position: relative;
  top: 14.62rem;
  width: 100%;
}
.phone .Container_Image_Text {
  top: 5.75rem;
}

.Text_image4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.Text_image5 {
  color: #fff;
  text-align: center !important;
  font-family: Pretendard;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%;
  height: 4rem;
  margin-bottom: 0.88rem;

  display: inline-flex;
  align-items: center;
}
.phone .Text_image5 {
  font-size: 1rem;
  line-height: 100%;
  height: 1rem;
  margin-bottom: 0.5rem;
}

.Text_image6 {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 100%;
}
.phone .Text_image6 {
  font-size: 0.875rem;
}
.SolutionService_Color {
  background:
    linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.96) 0%,
      rgba(255, 255, 255, 0.96) 100%
    ),
    linear-gradient(92deg, #fb9136 0%, #f85f21 47.85%, #f5280b 99.86%) !important;
}

.Container_CircleGroup {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.mutual-growth .Container_CircleGroup {
  height: unset;
}

.mutual-growth .Container_MutualGrowthImage {
  /* 동반성장 그림의 총 크기 */
  height: 488px;
  width: 500px;
}
.phone .Container_MutualGrowthImage {
  /* 동반성장 그림의 총 크기 */
  width: 17.5rem;
  height: 17.5rem;
}

.mutual-growth .Container_Circle2 {
  /* 빨간색 작은 원 */
  position: absolute;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  width: 150px;
  height: 150px;
  flex-shrink: 0;
  background: rgba(245, 40, 11, 0.7);
  border-radius: 100%;
  backdrop-filter: blur(2px);

  color: var(--hs-grey-ffffff, var(--Color, #fff));
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 700;
  line-height: 136%;
  letter-spacing: -0.25px;
}

.phone .Container_Circle2 {
  /* 빨간색 작은 원 */
  width: 5.625rem;
  height: 5.625rem;
  font-size: 0.75rem;
  line-height: 100%;
}

.mutual-growth .Container_Circle1 {
  /* 하얀색 가운데 제일 작은 원 */
  position: absolute;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  width: 240px;
  height: 240px;
  flex-shrink: 0;
  background: var(--Color, #fff);
  border-radius: 50%;
  box-shadow: 2px 2px 9px 2px rgba(245, 40, 11, 0.2); /* 테두리 색이 번져나가는 효과를 주는 box-shadow 설정 */
  backdrop-filter: blur(2px);
  gap: 1.25rem;
}
.phone .Container_Circle1 {
  /* 하얀색 가운데 제일 작은 원 */
  width: 9.625rem;
  height: 9.625rem;
  gap: 0.62rem;
}

.mutual-growth .Container_Circle1A {
  /* 하얀색 가운데 큰 원의 테두리 */
  position: absolute;
  z-index: 7;
  width: 30.5rem;
  height: 30.5rem;
  flex-shrink: 0;
  border-radius: 100%;
  border-color: rgba(255, 255, 255, 0.7);
  border-width: 1.9rem;
  border-style: solid;
  background-color: rgba(0, 0, 0, 0, 0);
}

.phone .Container_Circle1A {
  /* 하얀색 가운데 큰 원의 테두리 */
  width: 17.5rem;
  height: 17.5rem;
  border-width: 1.5rem;
}

.mutual-growth .Container_Circle1B {
  /* 하얀색 가운데 중간크기 원의 테두리 */
  position: absolute;
  z-index: 8;
  width: 350px;
  height: 350px;
  flex-shrink: 0;
  border-radius: 100%;
  background: #fff1ed;
  background-blend-mode: multiply;
}

.phone .Container_Circle1B {
  /* 하얀색 가운데 중간크기 원의 테두리 */
  width: 12.5rem;
  height: 12.5rem;
}

.mutual-growth .Text_Ethics_Circle1 {
  /* 공통인식 */
  color: var(--primary-red, #f5280b);
  font-family: Pretendard;
  font-size: 30px;

  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.25px;
}

.phone .Text_Ethics_Circle1 {
  /* 공통인식 */
  font-size: 1.125rem;
}

.mutual-growth .Text_Ethics_Circle2 {
  /* 동반성장에 대한 */
  color: var(--grayscale-color-555555, #555);
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.25px;
}

.phone .Text_Ethics_Circle2 {
  /* 동반성장에 대한 */
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.01563rem;
}

.mutual-growth .Text_Ethics_Circle3 {
  /* (CEO의지 · 진정성 · 실질) */
  color: var(--grayscale-color-808080, #808080);
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%; /* 16px */
}

.phone .Text_Ethics_Circle3 {
  /* (CEO의지 · 진정성 · 실질) */
  font-size: 0.75rem;
}

.mutual-growth .LayerNesting_1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.mutual-growth .LayerNesting_2_Center {
  position: absolute;
}

.mutual-growth .LayerNesting_2_LeftTop {
  position: absolute;
  left: 75px;
  top: 75px;
  width: auto;
  height: auto;
}

.phone .LayerNesting_2_LeftTop {
  left: 2.8125rem;
  top: 2.8125rem;
}

.mutual-growth .LayerNesting_2_RightTop {
  position: absolute;
  right: 75px;
  top: 75px;
  width: auto;
  height: auto;
}

.phone .LayerNesting_2_RightTop {
  right: 2.8125rem;
  top: 2.8125rem;
}

.mutual-growth .LayerNesting_2_LeftBottom {
  position: absolute;
  left: 75px;
  bottom: 75px;
  width: auto;
  height: auto;
}

.phone .LayerNesting_2_LeftBottom {
  left: 2.8125rem;
  bottom: 2.8125rem;
}

.mutual-growth .LayerNesting_2_RightBottom {
  position: absolute;
  right: 75px;
  bottom: 75px;
  width: auto;
  height: auto;
}

.phone .LayerNesting_2_RightBottom {
  right: 2.8125rem;
  bottom: 2.8125rem;
}

.mutual-growth .LayerNesting_2_CenterTop {
  position: absolute;
  top: 0px;
  z-index: 9;
  font-size: 10px;
}

.phone .LayerNesting_2_CenterTop {
  top: 0px;
}

.mutual-growth .LayerNesting_2_CenterRight {
  position: absolute;
  right: 5px;
  transform: rotate(90deg); /* 90도 시계방향으로 회전 */
  z-index: 9;
}
.phone .LayerNesting_2_CenterRight {
  right: 0px;
}

.mutual-growth .LayerNesting_2_CenterBottom {
  position: absolute;
  bottom: 0px;
  transform: rotate(180deg);
  z-index: 9;
}
.phone .LayerNesting_2_CenterBottom {
  bottom: 0px;
}

.mutual-growth .LayerNesting_2_CenterLeft {
  position: absolute;
  left: 5px;
  transform: rotate(-90deg);
  z-index: 9;
}
.phone .LayerNesting_2_CenterLeft {
  left: 0px;
}

.Container_mutualGrowthA1 {
  width: 100%;
  height: 11.625rem;
  flex-shrink: 0;
  fill: var(--Color, #fff);
  border-style: solid;
  border-width: 0px;
  border-color: #e6e6e6;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.phone .Container_mutualGrowthA1 {
  width: 100%;
  height: 6.375rem;
}

.Container_mutualGrowthA1_image {
  max-width: 100%;
  max-height: 100%;
  height: 11.75rem;
  width: 100%;
  display: block;
  margin: 0 auto;
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.Container_mutualGrowthA1_title {
  color: var(--grayscale-color-ffffff, var(--Color, #fff));
  font-family: Pretendard;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;

  position: absolute;
  bottom: 24px;
  left: 24px;
}
.phone .Container_mutualGrowthA1_title {
  font-size: 0.75rem;
  line-height: 130%;
  left: 14px;
}

.Image_mutualGrowthA1_3 {
  background-image: url('/company/img/Image_Resource_Company.mutualGrowth_3.png');
}
.Image_mutualGrowthA1_4 {
  background-image: url('/company/img/Image_Resource_Company.mutualGrowth_4.png');
}
.Image_mutualGrowthA1_5 {
  background-image: url('/company/img/Image_Resource_Company.mutualGrowth_5.png');
}
.Image_mutualGrowthA1_6 {
  background-image: url('/company/img/Image_Resource_Company.mutualGrowth_6.png');
}
.Image_mutualGrowthA1_7 {
  background-image: url('/company/img/Image_Resource_Company.mutualGrowth_7.png');
}
.Image_mutualGrowthA1_8 {
  background-image: url('/company/img/Image_Resource_Company.mutualGrowth_8.png');
}
.Image_mutualGrowthA1_9 {
  background-image: url('/company/img/Image_Resource_Company.mutualGrowth_9.png');
}
.Image_mutualGrowthA1_A {
  background-image: url('/company/img/Image_Resource_Company.mutualGrowth_A.png');
}

.Container_mutualGrowthA2 {
  height: 11.75rem;
  flex-shrink: 0;
  fill: var(--grayscale-color-f-9-f-9-f-9, #f9f9f9);
  background-color: #f9f9f9;
  border-style: solid;
  border-width: 0px;
  border-color: #e6e6e6;
  color: var(--grayscale-color-111111, #111);
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 400;
  line-height: 136%;

  align-items: center;
  padding: 24px 10px 24px 24px;
  bottom: 40px;
}
.desktop.mutual-growth .Container_mutualGrowthA2 {
  padding: 24px 8px 24px 24px;
}
.phone .Container_mutualGrowthA2 {
  height: 9rem;
  font-size: 0.75rem;
  line-height: 130%;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
}
.phone.mutual-growth .Container_mutualGrowthA2 {
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0;
  padding-top: 1rem;
}
.phone.mutual-growth .Container_mutualGrowthA2 ul {
  margin-left: -16px;
  padding-left: 32px;
}
.phone.mutual-growth .columns.phone-break-none .columns-item {
  border-bottom: 1px solid rgb(230, 230, 230);
}
.phone.mutual-growth .containter_musutalGrowth_3a {
  border: none;
  height: 6.625rem;
}

.Container_Image {
  width: 100%;
  height: 17.5rem;
  flex-shrink: 0;
  background-image: url('/company/img/Image_Resource_Company.mutualGrowth_B.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.phone .Container_Image {
  height: 13.25rem;
}

.Container_BPEsg {
  background-color: #f9f9f9;
  padding: 50px 60px 50px 60px;
}
.phone .Container_BPEsg {
  padding: 1.25rem 1.5rem;
}

.Container_PgmDescription {
  color: var(--grayscale-color-111111, #111);
  font-family: Pretendard;
  font-size: 1rem;
  font-weight: 400;
  line-height: 136%;
  margin-bottom: 0.5rem;
  text-align: left;
}
.phone .Container_PgmDescription {
  font-size: 0.75rem;
  line-height: 100%;
  margin-bottom: 0.2rem;
}

.mutual-growth ul {
  /* ul 마진 재정의 */
  margin-block-start: 0em;
  margin-block-end: 0.5em;
  margin-inline-start: -25px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  list-style-type: disc;
}
.phone .mutual-growth ul {
  /* ul 마진 재정의 */
  margin-block-start: 0em;
  margin-block-end: 0.5em;
  margin-inline-start: -28px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.Container_mutualGrowth1 {
  height: 17.25rem;
  flex-shrink: 0;
  background: var(--Color, #fff);
  box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.06);
}
.phone .Container_mutualGrowth1 {
  height: 8.875rem;
}

.Container_mutualGrowth2 {
  height: 13rem;
  flex-shrink: 0;
  fill: var(--grayscale-color-f-9-f-9-f-9, #f9f9f9);
  border-style: solid;
  border-color: #e6e6e6;
  border-width: 0px;
  padding: 24px 10px 24px 24px;
}
.desktop.mutual-growth .Container_mutualGrowth2 {
  padding: 24px 32px;
}
.tablet.mutual-growth .Container_mutualGrowth2 {
  padding: 12px 4px 12px 12px;
}
.desktop.mutual-growth .Container_mutualGrowth2 ul li {
  padding: 0 0 7px;
}
.phone .Container_mutualGrowth2 {
  height: 6rem;
  padding-bottom: 0px;
  padding-left: 0.87rem;
  padding-right: 1rem;
  padding-top: 0.87rem;
}

.desktop.mutual-growth #b5-Sub_Layer3 {
  margin-top: -8px;
}
.Container_mutualGrowth3 {
  height: 4.25rem;
  flex-shrink: 0;
  background: var(--grayscale-color-555555, #555);
  opacity: 0.8;

  color: var(--grayscale-color-ffffff, var(--Color, #fff));
  text-align: center;
  font-family: Pretendard;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 100%;
}
.phone .Container_mutualGrowth3 {
  height: 2.625rem;
  font-size: 0.875rem;
}

.containter_musutalGrowth_3a {
  height: 11.25rem;
  flex-shrink: 0;
  border: 1px solid var(--grayscale-color-e-6-e-6-e-6, #e6e6e6);
  background: var(--Color, #fff);
}

.containter_musutalGrowth_3aM {
  height: 5.625rem;
  flex-shrink: 0;
  border: 1px solid var(--grayscale-color-e-6-e-6-e-6, #e6e6e6);
  background: var(--Color, #fff);
}

.containter_musutalGrowth_3aM {
  height: 5.625rem;
  flex-shrink: 0;
  border: 1px solid var(--grayscale-color-e-6-e-6-e-6, #e6e6e6);
  background: var(--Color, #fff);
}

.containter_musutalGrowth_3aM {
  height: 5.625rem;
  flex-shrink: 0;
  border: 1px solid var(--grayscale-color-e-6-e-6-e-6, #e6e6e6);
  background: var(--Color, #fff);
}

.containter_musutalGrowth_3aM {
  height: 5.625rem;
  flex-shrink: 0;
  border: 1px solid var(--grayscale-color-e-6-e-6-e-6, #e6e6e6);
  background: var(--Color, #fff);
}

.containter_musutalGrowth_3b {
  fill: var(--Color, #fff);
  stroke-width: 1px;
  border-color: #e6e6e6;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
}

.containter_musutalGrowth_3bM {
  fill: var(--Color, #fff);
  stroke-width: 1px;
  border-color: #e6e6e6;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  height: auto;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.56rem;
}

.text_mutualGrowth_Biz {
  color: var(--grayscale-color-555555, #555);
  font-family: Pretendard;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
}
.phone .text_mutualGrowth_Biz {
  font-size: 0.75rem;
}

.text_mutualGrowth_Description {
  color: var(--grayscale-color-111111, #111);
  font-family: Pretendard;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 156%;
}
.phone .text_mutualGrowth_Description {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.Container_BPRole {
  color: var(--grayscale-color-111111, #111);
  font-family: Pretendard;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 156%;
  text-align: left;
}
.phone .Container_BPRole {
  font-size: 0.75rem;
  line-height: 110%;
}
.columns.gutter-base {
  margin-left: calc(-1 * var(--space-base) / 2);
  margin-right: calc(-1 * var(--space-base) / 2);
}
.columns.gutter-base > .columns-item {
  margin-bottom: var(--space-base);
  padding: var(--space-none) calc(var(--space-base) / 2);
}
.tablet
  .columns.gutter-base.tablet-break-first:only-child
  > .columns-item:not(:last-child),
.tablet
  .columns.gutter-base.tablet-break-last:only-child
  > .columns-item:not(:last-child),
.tablet
  .columns.gutter-base.tablet-break-middle:only-child
  > .columns-item:not(:last-child),
.tablet
  .columns.gutter-base.tablet-break-all:only-child
  > .columns-item:not(:last-child) {
  margin-bottom: var(--space-base);
}
.phone
  .columns.gutter-base.phone-break-first:only-child
  > .columns-item:not(:last-child),
.phone
  .columns.gutter-base.phone-break-last:only-child
  > .columns-item:not(:last-child),
.phone
  .columns.gutter-base.phone-break-middle:only-child
  > .columns-item:not(:last-child),
.phone
  .columns.gutter-base.phone-break-all:only-child
  > .columns-item:not(:last-child) {
  margin-bottom: var(--space-base);
}

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.columns > .columns-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  word-break: break-word;
}
.columns > .columns-item > .card {
  height: 100%;
}

.columns.columns-small-left > .columns-item:last-child,
.columns.columns-small-right > .columns-item:first-child {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
.phone .columns {
  flex-direction: column;
}

.phone .ethics-strategy .columns {
  flex-direction: row;
}

.career #b3-Content {
  --gallery-desktop-items: 2;
  --gallery-list-desktop-items: 2;
  --gallery-tablet-items: 2;
  --gallery-list-tablet-items: 2;
  --gallery-phone-items: 2;
  --gallery-list-phone-items: 2;
  --gallery-gap: 16px;
}

.company-areas #b3-Content {
  --gallery-desktop-items: 2;
  --gallery-list-desktop-items: 2;
  --gallery-tablet-items: 1;
  --gallery-list-tablet-items: 1;
  --gallery-phone-items: 1;
  --gallery-list-phone-items: 1;
  --gallery-gap: 0;
}

.company-areas .Container_Image1 {
  height: 100%;
}

@media (max-width: 1024px) {
  .company-areas .Container_Image1 {
    height: 212px;
  }
}

.company-areas #b4-Content {
  --gallery-desktop-items: 4;
  --gallery-list-desktop-items: 4;
  --gallery-tablet-items: 2;
  --gallery-list-tablet-items: 2;
  --gallery-phone-items: 1;
  --gallery-list-phone-items: 1;
  --gallery-gap: 16px;
}

.mutual-growth #b3-Content {
  --gallery-desktop-items: 2;
  --gallery-list-desktop-items: 2;
  --gallery-tablet-items: 2;
  --gallery-list-tablet-items: 2;
  --gallery-phone-items: 2;
  --gallery-list-phone-items: 2;
  --gallery-gap: 0;
}

.mutual-growth #b4-b2-Content {
  --gallery-desktop-items: 4;
  --gallery-list-desktop-items: 4;
  --gallery-tablet-items: 2;
  --gallery-list-tablet-items: 2;
  --gallery-phone-items: 2;
  --gallery-list-phone-items: 2;
  --gallery-gap: 24px;
  @media (max-width: 1024px) {
    --gallery-gap: 16px;
  }
}

.ethics-strategy .Container_CircleGroup {
  height: 16.25rem;
  width: 100%;
}

.tablet .ethics-strategy .Container_CircleGroup {
  height: 12rem;
  width: 100%;
}
.phone .ethics-strategy .Container_CircleGroup {
  height: 6.625rem;
  width: 100%;
}

.ethics-strategy .Container_Circle1_landscape {
  position: absolute;
  border-color: #f5280b;
  border-style: none none solid none;
  border-width: 0px 0px 1px 0px;
  height: 1px;
  width: 100%;
}
.ethics-strategy .Container_CircleGroup1 {
  width: 980px;
  display: block;
}

.tablet .ethics-strategy .Container_CircleGroup1 {
  width: 44.4375rem;
}
.phone .ethics-strategy .Container_CircleGroup1 {
  width: 21.75rem;
}
.ethics-strategy .OSBlockWidget {
  display: inline;
}
.ethics-strategy .columns {
  height: 100%;
}
.ethics-strategy .Container_Circle1 {
  position: absolute;
  background: #fefefe;
  background: rgba(255, 255, 255, 0.3);
  background-color: #fefefe;
  border: 1px solid #f5280b;
  border-radius: 260px;
  height: 260px;
  width: 260px;
}

.tablet .ethics-strategy .Container_Circle1 {
  border-radius: 100%;
  width: 6.625rem;
  height: 6.625rem;
  background:
    linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.96) 0%,
      rgba(255, 255, 255, 0.96) 100%
    ),
    linear-gradient(92deg, #fb9136 0%, #f85f21 47.92%, #f5280b 100%);
  border-width: 2px;
  border-style: solid;
  border-color: #f5280b;
}
.phone .ethics-strategy .Container_Circle1 {
  border-radius: 100%;
  width: 6.625rem;
  height: 6.625rem;
  background:
    linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.96) 0%,
      rgba(255, 255, 255, 0.96) 100%
    ),
    linear-gradient(92deg, #fb9136 0%, #f85f21 47.92%, #f5280b 100%);
  border-width: 2px;
  border-style: solid;
  border-color: #f5280b;
}
.ethics-strategy .columns > .columns-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  word-break: break-word;
}

.tablet .ethics-strategy .Container_Arrow {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.phone .ethics-strategy .Container_Arrow {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.ethics-strategy .Container_Circle2 {
  position: absolute;
  background:
    linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.96) 0%,
      rgba(255, 255, 255, 0.96) 100%
    ),
    linear-gradient(92deg, #fb9136 0%, #f85f21 47.92%, #f5280b 100%);
  border: none;
  border-radius: 260px;
  height: 220px;
  width: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #f5280b;
  text-align: center;
  font-family: Pretendard;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 100%;
}
.tablet .ethics-strategy .Container_Circle2 {
  border-radius: 100%;
  width: 12rem;
  height: 12rem;
  background:
    linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.96) 0%,
      rgba(255, 255, 255, 0.96) 100%
    ),
    linear-gradient(92deg, #fb9136 0%, #f85f21 47.92%, #f5280b 100%);
  border-width: 1px;
  border-style: solid;
  border-color: #fcbfb6;
  font-size: 1rem;
}
.phone .ethics-strategy .Container_Circle2 {
  border-radius: 100%;
  width: 6.625rem;
  height: 6.625rem;
  background:
    linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.96) 0%,
      rgba(255, 255, 255, 0.96) 100%
    ),
    linear-gradient(92deg, #fb9136 0%, #f85f21 47.92%, #f5280b 100%);
  border-width: 1px;
  border-style: solid;
  border-color: #fcbfb6;
  font-size: 0.875rem;
}

.Container_CodeOfEthicsDesc {
  background-color: #fff;
  border-color: #e6e6e6;
  border-style: solid;
  border-width: 1px;
  padding: 40px 40px 30px 30px;
  width: 100%;
}
.phone .Container_CodeOfEthicsDesc {
  padding: 1.5rem 1.5rem 1rem 1.5rem;
}

.Container_CodeOfEthicsText {
  color: #111;
  font-family: Pretendard;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 156%;
  text-align: left;
}
.phone .Container_CodeOfEthicsText {
  font-size: 0.875rem;
  line-height: 160%;
}

.Container_Report1 {
  background-color: #fff;
  border-color: #dddddd;
  border-style: none none none solid;
  border-width: 0px 0px 0px 8px;
  height: 108px;
  padding: 0 7.4% 0 6.7%;
  display: flex;
  align-items: center;
}

.tablet .Container_Report1 {
  background-color: #fff;
  border-color: #dddddd;
  border-style: solid;
  border-width: 4px 0px 0px 0px;

  display: flex;
  gap: 40px;
  height: 92px;
  padding: 20px 40px 20px 20px;
}
.phone .Container_Report1 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: auto;
  padding: 20px 24px;
}

.phone .Text_report1M,
.phone .Text_report2,
.phone .Text_report3 {
  font-size: 14px;
}

.phone .Text_report1 {
  border: 0px;
  font-size: 18px;
  height: 18px;
}
.tablet .Text_report2 {
  font-size: 16px;
  font-weight: 400;
}
.tablet .Text_report3 {
  font-size: 16px;
  font-weight: 500;
  text-transform: lowercase;
}
.tablet .Text_report1M {
  margin-right: 20px;
  font-size: 18px;
}

.tablet .Text_report1 {
  display: flex;
  align-items: center;
}

.Container_Report2 {
  /* margin-top: 44px;
  margin-left: 40px; */
  max-width: 920px;
  width: 100%;
  display: grid;
  grid-template-columns: 130fr 172fr 188fr 250fr;
  gap: 6.5%;
  align-items: center;
}

.phone .Container_Report2 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: auto;
}

.tablet .Container_Report2 {
  grid-template-columns: 130fr 172fr 188fr 250fr;
  align-items: center;
  gap: 6.5%;
  width: 100%;
  max-width: 920px;
  display: grid;
  height: auto;
}

.Text_report1 {
  color: var(--grayscale-color-111111, #111);
  font-family: Pretendard;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}

.Text_report2 {
  color: var(--grayscale-color-808080, #808080);
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}

.Text_report3 {
  color: var(--grayscale-color-555555, #555);
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

.Container_Report3 {
  margin-top: 34px;
  text-align: right;
}

.Container_ComplianceDesc {
  background-color: #f9f9f9;
  border-color: #e6e6e6;
  border-style: solid;
  border-width: 1px;
  padding: 50px 60px 60px 60px;
  width: 100%;
}
.tablet .Container_ComplianceDesc {
  padding: 40px 40px 24px 40px;
}
.phone .Container_ComplianceDesc {
  padding: 1.5rem 1.5rem 1rem 1.5rem;
}

.SelfSystem {
  display: flex;
  gap: 5px;
}
.tablet .SelfSystem:lang(en-US) {
  display: flex;
  gap: 0px;
  flex-direction: column;
}
.phone .SelfSystem:lang(en-US) {
  display: block;
  width: 85%;
}

.Container_ComplianceDesc .IsEng:lang(en-US) {
  display: none;
  text-transform: capitalize;
}

.Btn_Report {
  width: 143px;
  height: 48px;
  /* padding: 12px 20px; */
  padding: 12px;
  border-radius: 200px;
  border: 1px solid #e6e6e6;
  color: #111;
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}

.Btn_Report:lang(en-US) {
  width: 168px;
}
.tablet .Btn_Report:lang(en-US) {
  width: 144px;
}
.phone .Btn_Report:lang(en-US) {
  width: 98px;
}

.tablet .Btn_Report {
  width: 124px;
  height: 44px;
  font-size: 14px;
  line-height: 26px;
  padding: 0.5rem 0.75rem;
}
.phone .Btn_Report {
  width: 82px;
  height: 28px;
  font-size: 12px;
  line-height: 100%;
  padding: 0.5rem 0.75rem;
}

.Text_Target {
  color: #111;
  font-family: Pretendard;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}

.Text_Target :hover {
  color: #f5280b;
}

.phone .Text_Target {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 100%;
}

.Container_Table_Header {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f9f9f9;
  height: 68px;
  border-style: solid;
  border-color: #e6e6e6;
  border-width: 0px 0px 1px 1px;
  border-top: 2px solid #111111;
}
.phone .Container_Table_Header {
  height: 3.25rem;
}

.Text_Table_Header {
  color: #111;
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

.BorderRight_White {
  border-right: 1px solid white;
  width: 100%;
}
.tablet .Container_Audit .Text_Table_Header,
.tablet .EthicalEducation_Table .Text_Table_Header {
  font-size: 14px;
}

.phone .Text_Table_Header {
  font-size: 0.875rem;
  line-height: 160%;
}

.EthicsStrategy_SubTitle {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  text-transform: capitalize;
  color: #111111;
}
.tablet .EthicsStrategy_SubTitle {
  font-size: 24px;
}
.phone .EthicsStrategy_SubTitle {
  font-size: 16px;
  line-height: 140%;
}

.Container_Scroll {
  width: 100%;
  display: flex;
  margin: 20px 0;
}
.phone .Container_Scroll {
  overflow: hidden;
  margin: 16px 0;
}

.OneColumn {
  width: 20%;
}
.tablet .OneColumn {
  width: 16.8%;
}
.phone .OneColumn {
  width: 14.4%;
  min-width: 77px;
}

.phone .Container_Rule .OneColumn > div:nth-child(2),
.phone .Container_Rule .EthicalRegulations > div:nth-child(2),
.phone .Container_Rule .KeyContents > div:nth-child(2) {
  height: 154px;
}
.phone .Container_Rule .OneColumn > div:nth-child(3),
.phone .Container_Rule .EthicalRegulations > div:nth-child(3),
.phone .Container_Rule .KeyContents > div:nth-child(3) {
  height: 102px;
}
.phone .Container_Rule .OneColumn > div:nth-child(4),
.phone .Container_Rule .EthicalRegulations > div:nth-child(4),
.phone .Container_Rule .KeyContents > div:nth-child(4) {
  height: 209px;
}
.phone .Container_Rule .OneColumn > div:nth-child(5),
.phone .Container_Rule .EthicalRegulations > div:nth-child(5),
.phone .Container_Rule .KeyContents > div:nth-child(5) {
  height: 172px;
}
.phone .Container_Rule .OneColumn > div:nth-child(6),
.phone .Container_Rule .EthicalRegulations > div:nth-child(6),
.phone .Container_Rule .KeyContents > div:nth-child(6) {
  height: 128px;
}

.ScrollBox {
  width: 80%;
}
.tablet .ScrollBox {
  width: 83.2%;
}
.phone .ScrollBox {
  width: 75.6%;
  overflow-x: scroll;
  overflow-y: hidden;
}

.TwoColumn {
  display: flex;
}

.Dont_Filed {
  width: 20%;
}
.phone .Dont_Filed {
  width: 14.4%;
  min-width: 77px;
}

.Dont_Filed .eng_hado {
  display: none;
}
.phone .Dont_Filed .eng_hado:lang(en-US) {
  display: block;
}
.phone .Dont_Filed .kor_hado:lang(en-US) {
  display: none;
}

.Dont_ScrollBox {
  width: 80%;
}
.tablet .Dont_ScrollBox {
  width: 75%;
}
.phone .Dont_ScrollBox {
  width: 75.6%;
  overflow-x: scroll;
  overflow-y: hidden;
}

.phone .Dont_MainContent {
  min-width: 404px;
}

.Container_Donts .Container_Table_Body {
  justify-content: center;
}

.FAQ_Field {
  width: 20%;
}
.tablet .FAQ_Field {
  width: 34.88%;
}
.phone .FAQ_Field {
  width: 38.75%;
}
.FAQ_ScrollBox {
  width: 80%;
}
.tablet .FAQ_ScrollBox {
  width: 65.12%;
}

.tablet .FAQ_MainContent .Container_Table_Body:nth-child(2):lang(en-US),
.tablet .FAQ_Field .Container_Table_Body_Center:nth-child(2):lang(en-US) {
  height: 274px;
}
.tablet .FAQ_MainContent .Container_Table_Body:nth-child(3):lang(en-US),
.tablet .FAQ_Field .Container_Table_Body_Center:nth-child(3):lang(en-US) {
  height: 435px;
}
.tablet .FAQ_MainContent .Container_Table_Body:nth-child(4):lang(en-US),
.tablet .FAQ_Field .Container_Table_Body_Center:nth-child(4):lang(en-US) {
  height: 200px;
}

.phone .FAQ_ScrollBox {
  width: 61.25%;
  overflow-x: scroll;
  overflow-y: hidden;
}
.phone .FAQ_MainContent {
  min-width: 277px;
}

.phone .Container_FAQ .FAQ_Field > div:nth-child(2),
.phone .Container_FAQ .FAQ_MainContent > div:nth-child(2) {
  height: 128px;
}
.phone .Container_FAQ .FAQ_Field > div:nth-child(3),
.phone .Container_FAQ .FAQ_MainContent > div:nth-child(3) {
  height: 180px;
}
.phone .Container_FAQ .FAQ_Field > div:nth-child(4),
.phone .Container_FAQ .FAQ_MainContent > div:nth-child(4) {
  height: 102px;
}

.phone .Container_FAQ .FAQ_Field > div:nth-child(2):lang(en-US),
.phone .Container_FAQ .FAQ_MainContent > div:nth-child(2):lang(en-US) {
  height: 230px;
}
.phone .Container_FAQ .FAQ_Field > div:nth-child(3):lang(en-US),
.phone .Container_FAQ .FAQ_MainContent > div:nth-child(3):lang(en-US) {
  height: 330px;
}
.phone .Container_FAQ .FAQ_Field > div:nth-child(4):lang(en-US),
.phone .Container_FAQ .FAQ_MainContent > div:nth-child(4):lang(en-US) {
  height: 146px;
}

.Ethical_Field {
  width: 20%;
}
.tablet .Ethical_Field {
  width: 34.88%;
}
.phone .Ethical_Field {
  width: 38.75%;
}
.Ethical_ScrollBox {
  width: 80%;
}
.tablet .Ethical_ScrollBox {
  width: 65.12%;
}

.tablet .Ethical_MainContent .Container_Table_Body:nth-child(3),
.tablet .Ethical_Field .Container_Table_Body_Center:nth-child(3) {
  height: 144px;
}
.tablet .Ethical_MainContent .Container_Table_Body:nth-child(5),
.tablet .Ethical_Field .Container_Table_Body_Center:nth-child(5) {
  height: 266px;
}
.tablet .Ethical_MainContent .Container_Table_Body:nth-child(2):lang(en-US),
.tablet .Ethical_Field .Container_Table_Body_Center:nth-child(2):lang(en-US) {
  height: 144px;
}
.tablet .Ethical_MainContent .Container_Table_Body:nth-child(3):lang(en-US),
.tablet .Ethical_Field .Container_Table_Body_Center:nth-child(3):lang(en-US) {
  height: 188px;
}
.tablet .Ethical_MainContent .Container_Table_Body:nth-child(4):lang(en-US),
.tablet .Ethical_Field .Container_Table_Body_Center:nth-child(4):lang(en-US) {
  height: 105px;
}
.tablet .Ethical_MainContent .Container_Table_Body:nth-child(5):lang(en-US),
.tablet .Ethical_Field .Container_Table_Body_Center:nth-child(5):lang(en-US) {
  height: 456px;
}
.tablet .Ethical_MainContent .Container_Table_Body:nth-child(6):lang(en-US),
.tablet .Ethical_Field .Container_Table_Body_Center:nth-child(6):lang(en-US) {
  height: 188px;
}

.phone .Ethical_ScrollBox {
  width: 61.25%;
  overflow-x: scroll;
  overflow-y: hidden;
}
.phone .Ethical_MainContent {
  min-width: 277px;
}

.phone .Container_Ethical .Ethical_Field > div:nth-child(2),
.phone .Container_Ethical .Ethical_MainContent > div:nth-child(2) {
  height: 76px;
}
.phone .Container_Ethical .Ethical_Field > div:nth-child(3),
.phone .Container_Ethical .Ethical_MainContent > div:nth-child(3) {
  height: 102px;
}
.phone .Container_Ethical .Ethical_Field > div:nth-child(4),
.phone .Container_Ethical .Ethical_MainContent > div:nth-child(4) {
  height: 76px;
}
.phone .Container_Ethical .Ethical_Field > div:nth-child(5),
.phone .Container_Ethical .Ethical_MainContent > div:nth-child(5) {
  height: 266px;
}
.phone .Container_Ethical .Ethical_Field > div:nth-child(6),
.phone .Container_Ethical .Ethical_MainContent > div:nth-child(6) {
  height: 102px;
}

.phone .Container_Ethical .Ethical_Field > div:nth-child(2):lang(en-US),
.phone .Container_Ethical .Ethical_MainContent > div:nth-child(2):lang(en-US) {
  height: 116px;
}
.phone .Container_Ethical .Ethical_Field > div:nth-child(3):lang(en-US),
.phone .Container_Ethical .Ethical_MainContent > div:nth-child(3):lang(en-US) {
  height: 146px;
}
.phone .Container_Ethical .Ethical_Field > div:nth-child(4):lang(en-US),
.phone .Container_Ethical .Ethical_MainContent > div:nth-child(4):lang(en-US) {
  height: 92px;
}
.phone .Container_Ethical .Ethical_Field > div:nth-child(5):lang(en-US),
.phone .Container_Ethical .Ethical_MainContent > div:nth-child(5):lang(en-US) {
  height: 372px;
}
.phone .Container_Ethical .Ethical_Field > div:nth-child(6):lang(en-US),
.phone .Container_Ethical .Ethical_MainContent > div:nth-child(6):lang(en-US) {
  height: 144px;
}

.Audit_Year {
  width: 19.3%;
}
.tablet .Audit_Year {
  width: 20%;
}
.phone .Audit_Year {
  width: 32.35%;
}
.Audit_Year .Text_Table_Body,
.FAQ_Field .Text_Table_Body,
.Ethical_Field .Text_Table_Body,
.Dont_Filed .Text_Table_Body,
.Container_Rule .OneColumn .Text_Table_Body {
  text-align: center;
  margin-bottom: 0;
}

.FAQ_Field .Container_Table_Body_Center {
  text-transform: capitalize;
}
.Ethical_Field .Container_Table_Body_Center {
  text-transform: capitalize;
}
.Audit_Year .Container_Table_Body_Center,
.Dont_Filed .Container_Table_Body_Center,
.Container_Rule .OneColumn .Container_Table_Body_Center {
  padding: 15px 10px;
  text-transform: capitalize;
}

.tablet .Container_Table_Body_Center .Text_Table_Body {
  line-height: 130%;
}
.Dont_Filed .Container_Table_Body_Center:nth-child(5):lang(en-US) {
  padding: 15px;
}

.Dont_Filed .Container_Table_Body_Center:nth-child(4):lang(en-US),
.Dont_Filed .Container_Table_Body_Center:nth-child(6):lang(en-US) {
  padding: 15px 0px;
}

.Audit_ScrollBox {
  width: 80.7%;
}
.tablet .Audit_ScrollBox {
  width: 80%;
}
.phone .Audit_ScrollBox {
  width: 67.65%;
  overflow-x: scroll;
  overflow-y: hidden;
}

.Audit_TwoColumn {
  display: flex;
}
.phone .Audit_TwoColumn {
  min-width: 515px;
}
.TargetProject {
  width: 28.74%;
}
.tablet .TargetProject {
  width: 34.77%;
}
.phone .TargetProject {
  width: 24.6%;
}
.AuditArea {
  width: 71.26%;
}
.tablet .AuditArea {
  width: 65.23%;
}
.phone .AuditArea {
  width: 75.4%;
}

.ShadowOfTable {
  display: none;
  position: absolute;
}
.phone .ShadowRelative {
  position: relative;
}
.phone .ShadowOfTable {
  display: block;
  width: 15px;
  height: 170vh;
  position: absolute;
  top: 0;
  right: -15px;
  background: linear-gradient(
    90deg,
    #e6e6e6 -70%,
    rgba(230, 230, 230, 0) 102.78%
  );
}

ul {
  /* ul 마진 재정의 */
  margin-block-start: 0em;
  margin-block-end: 0.5em;
  margin-inline-start: -18px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;

  width: 100%;
  margin-left: 0px;
}
.phone ul {
  /* ul 마진 재정의 */
  margin-block-start: 0em;
  margin-block-end: 0.5em;
  margin-inline-start: -20px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.columns {
  /* 테이블 안 Cell들의 높이를 맞추기 위한 재정의 */
  height: 100%;
}

.OverFlow_Sub .btn-small {
  color: #fff;
  background: #555;
}

.btn-Contact {
  color: #fff;
  background: #555;
}

.headerBackground .btn-Contact {
  color: #111;
  background-color: rgba(17, 17, 17, 0.06);
}

.New_TableHeader_Item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 66px;
  background: #e6e6e6;
}
.phone .EthicalEducation_Table .New_TableHeader_Item {
  height: 40px;
}

.Container_Table_Body.ListStyleNone {
  justify-content: center;
}
.phone .Container_Table_Body {
  padding: 0.88rem 0rem 0.88rem 0rem;
}

.Container_Table_Body.ListStyleNone .Text_Table_Body {
  text-align: center;
}

.ListStyleNone ul li {
  list-style: none;
}

.New_Description {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  color: #555555;
}
.tablet .New_Description,
.phone .New_Description {
  font-size: 14px;
}

.ethicsStrategy.Main_BoxSub li {
  list-style: square;
}
.ethicsStrategy.Main_BoxSub li::marker {
  color: #808080;
}

.tablet .Container_Table_Body.New_UL ul {
  width: 82%;
}
.tablet .ethicsStrategy ul {
  padding-inline-start: 20px;
}

.Container_EmpathyBuilding .ParagraphsGap {
  margin-bottom: 20px;
  text-align: left;
}
.tablet .TabletWidth80 {
  width: 96%;
}

.Container_EmpathyBuilding .ParagraphsGap .Commentary {
  display: flex;
  gap: 5px;
}

.EthicalEducation {
  margin-top: 40px;
}
.phone .EthicalEducation {
  margin-top: 16px;
}

.Education_Field {
  width: 36%;
  display: flex;
  flex-direction: column;
}
.tablet .Education_Field {
  width: 40.8%;
}
.phone .Education_Field {
  width: 73.5%;
}

.Education_TwoColumn {
  display: flex;
}
.Education_TwoColumn .Company_Name {
  width: 40.25%;
}
.Education_TwoColumn .Category {
  width: 59.75%;
}
.tablet .Education_TwoColumn .Company_Name {
  width: 35.63%;
}
.tablet .Education_TwoColumn .Category {
  width: 64.37%;
}
.tablet
  .Education_TwoColumn
  .Category
  .Container_Table_Body_Center.EduTableCell:nth-child(1):lang(en-US),
.tablet
  .Education_TwoColumn
  .Category
  .Container_Table_Body_Center.EduTableCell:nth-child(4):lang(en-US) {
  padding: 0 22px;
}

.tablet .SKCCName {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.SKCCName,
.phone .SKCCName {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 5px;
}
.Company_Name .EduTableCell {
  height: 133px;
}
.EduTableCell {
  text-align: center;
  height: 66px;
  border-right-style: solid;
  border-right-width: 1px;
  border-color: #e6e6e6;
}
.Col_2022 .EduTableCell,
.Col_2022 .BorderRight_White {
  border-right-width: 0;
}
.tablet .EduTableCell:lang(en-US) {
  line-height: 100%;
}
.phone .EduTableCell {
  height: 44px;
}
.phone .Company_Name .EduTableCell {
  height: 88px;
}

.EduTableCell .Text_Table_Body {
  text-align: center;
  margin-bottom: 0;
}

.Education_Year {
  width: 64%;
  overflow: hidden;
}
.tablet .Education_Year {
  width: 59.2%;
}
.phone .Education_Year {
  width: 26.5%;
  overflow-x: scroll;
  overflow-y: hidden;
}
.Education_Year_Scroll {
  display: flex;
}
.phone .Education_Year_Scroll {
  width: 236.8%;
}

.Col_2020,
.Col_2021,
.Col_2022 {
  width: 33.3%;
}

.ScarletColor {
  background:
    linear-gradient(0deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.96)),
    linear-gradient(91.59deg, #fb9136 0%, #f85f21 47.92%, #f5280b 100%);
}

.Container_Rule .Height_152:lang(en-US) {
  height: 181px;
}
.Container_Rule .society:lang(en-US) {
  height: 342px;
}
.Container_Rule .company:lang(en-US) {
  height: 276px;
}
.tablet .Container_Rule .OneColumn .company:lang(en-US) {
  padding: 15px 0;
}

.tablet .Container_Rule .Container_Table_Body_Center:nth-child(5):lang(en-US) {
  padding: 15px 2px;
}
.tablet .Container_Rule .Container_Table_Body:nth-child(5):lang(en-US) {
  padding: 15px 2px 15px 15px;
}

.phone .Container_Audit .AuditTable_Cell:nth-child(2):lang(en-US) {
  height: 162px;
}

.Container_Rule .KeyContents .Container_Table_Body:nth-child(3):lang(en-US) {
  padding-right: 0;
}

.Container_Table_Body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-left-style: solid;
  border-left-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #e6e6e6;
  padding: 24px 0px 24px 0px;
}
.Container_Table_Body.society.col1row3 {
  padding: 25px 0px 24px 0px;
}
.phone .Container_Table_Body.company.col1row4 {
  padding: 14px 0px 24px 0px;
}
.phone .Container_Table_Body.company.col1row4:lang(en-US) {
  padding: 74px 0px 24px 0px;
}
.Container_Table_Body.company.col1row4 {
  padding: 44px 0px 24px 0px;
}
.Container_Table_Body.col1row5 {
  padding: 44px 0px 24px 0px;
}
.tablet .Container_Table_Body {
  padding: 24px 13px 15px 15px;
}
.Container_FAQ .Container_Table_Body {
  padding: 20px 0px;
}
.Container_Ethical .Container_Table_Body {
  padding: 20px 0px;
}
.Container_Donts .Container_Table_Body {
  padding: 20px 40px;
}
.tablet .Container_Donts .Container_Table_Body,
.tablet .Container_FAQ .Container_Table_Body,
.tablet .Container_Ethical .Container_Table_Body,
.phone .Container_Donts .Container_Table_Body {
  padding: 24px 20px;
}

.tablet .Container_Donts .Container_Table_Body:nth-child(2):lang(en-US),
.tablet .Container_Donts .Container_Table_Body_Center:nth-child(2):lang(en-US),
.tablet .Container_Donts .Container_Table_Body:nth-child(3):lang(en-US),
.tablet .Container_Donts .Container_Table_Body_Center:nth-child(3):lang(en-US) {
  height: 133px;
}
.tablet .Container_Donts .Container_Table_Body:nth-child(4):lang(en-US),
.tablet .Container_Donts .Container_Table_Body_Center:nth-child(4):lang(en-US),
.tablet .Container_Donts .Container_Table_Body:nth-child(5):lang(en-US),
.tablet .Container_Donts .Container_Table_Body_Center:nth-child(5):lang(en-US) {
  height: 188px;
}
.tablet .Container_Donts .Container_Table_Body:nth-child(6):lang(en-US),
.tablet .Container_Donts .Container_Table_Body_Center:nth-child(6):lang(en-US) {
  height: 105px;
}
.tablet .Container_Donts .Container_Table_Body:nth-child(6):lang(en-US) {
  padding: 24px 0 24px 20px;
}

.phone .Container_Donts .Container_Table_Body:nth-child(2):lang(en-US),
.phone .Container_Donts .Container_Table_Body_Center:nth-child(2):lang(en-US),
.phone .Container_Donts .Container_Table_Body:nth-child(5):lang(en-US),
.phone .Container_Donts .Container_Table_Body_Center:nth-child(5):lang(en-US) {
  height: 94px;
}
.phone .Container_Donts .Container_Table_Body:nth-child(3):lang(en-US),
.phone .Container_Donts .Container_Table_Body_Center:nth-child(3):lang(en-US),
.phone .Container_Donts .Container_Table_Body:nth-child(6):lang(en-US),
.phone .Container_Donts .Container_Table_Body_Center:nth-child(6):lang(en-US) {
  height: 72px;
}
.phone .Container_Donts .Container_Table_Body:nth-child(4):lang(en-US),
.phone .Container_Donts .Container_Table_Body_Center:nth-child(4):lang(en-US) {
  height: 116px;
}

.Container_Audit .Audit_ScrollBox .Container_Table_Body {
  padding: 24px 0;
}

.Container_Audit .Oneline {
  display: flex;
  gap: 5px;
}
.phone .Container_Audit .Oneline {
  flex-direction: column;
  gap: 0;
}

.Container_Donts .Text_Table_Body,
.Container_Audit .Audit_ScrollBox .Text_Table_Body {
  margin-bottom: 0;
}
.phone .Container_Donts .Text_Table_Body {
  margin-bottom: 0;
}

.EthicalRegulations {
  width: 35.41%;
}
.tablet .EthicalRegulations {
  width: 43%;
}
.KeyContents {
  width: 64.59%;
}
.phone .EthicalRegulations {
  min-width: 203px;
}
.phone .Container_Rule ul:lang(en-US),
.phone .FAQ_MainContent ul:lang(en-US),
.phone .Ethical_MainContent ul:lang(en-US) {
  margin-left: 0;
  padding-left: 28px;
}
.phone .KeyContents {
  min-width: 277px;
}

.Shareholders {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Shareholders:lang(en-US) {
  gap: 5px;
}
.tablet .Shareholders:lang(en-US),
.phone .Shareholders:lang(en-US) {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0;
}

.Container_Rule .Share_company,
.phone .Container_Rule .Share_company,
.phone .Container_Rule .Share_company:lang(en-US),
.Share_juju {
  display: block;
}

.Container_Rule .Share_and {
  display: none;
}
.Container_Rule .Share_and:lang(en-US) {
  display: block;
}

.phone .Share_juju:lang(en-US) {
  display: none;
}
.Container_Rule .holders {
  display: none;
  text-transform: none;
}
.phone .holders:lang(en-US) {
  display: block;
}
.phone .Container_Donts .Container_Table_Body_Center:nth-child(4):lang(en-US) {
  text-transform: none;
}

.EthicalRegulations .Container_Table_Body {
  justify-content: left;
}
.tablet .EthicalRegulations .Container_Table_Body:lang(en-US) {
  justify-content: center;
}
.Container_Table_Body ul {
  margin-bottom: 0;
}
.phone .Container_Table_Body {
  padding: 0.88rem 0rem 0.88rem 0rem;
}

.Container_Table_Body_Center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #e6e6e6;
}

.Height_266 {
  height: 266px;
}
.Height_228 {
  height: 230px;
}
.Height_191 {
  height: 230px;
}
.Height_152 {
  height: 152px;
}
.Height_114 {
  height: 134px;
}
.Height_76 {
  height: 76px;
}
.Height_191:nth-child(5):lang(en-US) {
  height: 236px;
}

.AuditTable_Cell {
  height: 209px;
}
.AuditTable_Cell:nth-child(2):lang(en-US) {
  height: 192px;
}
.AuditTable_Cell:nth-child(5):lang(en-US) {
  height: 188px;
}
.tablet .AuditTable_Cell:nth-child(2):lang(en-US) {
  height: 210px;
}
.tablet .AuditTable_Cell:nth-child(3):lang(en-US) {
  height: 144px;
}
.phone .AuditTable_Cell {
  height: 78px;
}
.phone .AuditTable_Cell:lang(en-US) {
  height: 140px;
}
.phone .AuditTable_Cell:nth-child(2):lang(en-US) {
  height: 144px;
}
.phone .AuditTable_Cell .Text_Table_Body {
  font-size: 12px;
}
.phone .TargetProject .AuditTable_Cell .Text_Table_Body {
  font-size: 12px;
  line-height: 130%;
}
.tablet .Container_Table_Body.AuditTable_Cell.Audit_padding {
  padding: 24px 0px 24px 10px;
}
.tablet .Container_Table_Body.AuditTable_Cell.Audit_padding ul li {
  margin-bottom: 4px;
}
.phone .Container_Table_Body.AuditTable_Cell.Audit_padding {
  padding: 0;
  justify-content: center;
}
.phone .Container_Table_Body.AuditTable_Cell.Audit_padding ul {
  margin-bottom: 0px;
}

.tablet .Container_Rule .Height_191.Container_Table_Body_Center.society,
.tablet .Container_Rule .Height_191.Container_Table_Body.society {
  height: 276px;
}
.tablet .Container_Rule .Height_191.Container_Table_Body_Center.company,
.tablet .Container_Rule .Height_191.Container_Table_Body.company {
  height: 247px;
}
.tablet .Container_Rule .Height_191.Container_Table_Body_Center.Ethical,
.tablet .Container_Rule .Height_191.Container_Table_Body.Ethical {
  height: 266px;
}
.tablet .Container_Rule .EthicalRegulation {
  padding: 0 15px;
}
.tablet .Container_Rule .EthicalRegulation:lang(en-US) {
  line-height: 156%;
}
.phone .Container_Rule .EthicalRegulation {
  padding: 0 20px;
}

.tablet .Container_Rule .Container_Table_Body:nth-child(2):lang(en-US),
.tablet .Container_Rule .Container_Table_Body_Center:nth-child(2):lang(en-US) {
  height: 256px;
}
.tablet .Container_Rule .Container_Table_Body:nth-child(3):lang(en-US),
.tablet .Container_Rule .Container_Table_Body_Center:nth-child(3):lang(en-US) {
  height: 237px;
}
.tablet .Container_Rule .Container_Table_Body:nth-child(4):lang(en-US),
.tablet .Container_Rule .Container_Table_Body_Center:nth-child(4):lang(en-US),
.tablet .Container_Rule .Container_Table_Body:nth-child(5):lang(en-US),
.tablet .Container_Rule .Container_Table_Body_Center:nth-child(5):lang(en-US) {
  height: 387px;
}
.tablet .Container_Rule .Container_Table_Body:nth-child(6):lang(en-US),
.tablet .Container_Rule .Container_Table_Body_Center:nth-child(6):lang(en-US) {
  height: 311px;
}

.phone .Container_Rule {
  overflow: hidden;
}
.phone .Container_Rule .OneColumn .Container_Table_Body_Center:lang(en-US),
.phone .Container_Donts .Dont_Filed .Container_Table_Body_Center:lang(en-US) {
  padding: 0;
}
.phone
  .Container_Donts
  .Dont_Filed
  .Container_Table_Body_Center:nth-child(6):lang(en-US) {
  letter-spacing: -0.7px;
}

.phone .Container_Rule .Container_Table_Body:nth-child(2):lang(en-US),
.phone .Container_Rule .Container_Table_Body_Center:nth-child(2):lang(en-US) {
  height: 176px;
}
.phone .Container_Rule .Container_Table_Body:nth-child(3):lang(en-US),
.phone .Container_Rule .Container_Table_Body_Center:nth-child(3):lang(en-US) {
  height: 190px;
}
.phone .Container_Rule .Container_Table_Body:nth-child(4):lang(en-US),
.phone .Container_Rule .Container_Table_Body_Center:nth-child(4):lang(en-US),
.phone .Container_Rule .Container_Table_Body:nth-child(5):lang(en-US),
.phone .Container_Rule .Container_Table_Body_Center:nth-child(5):lang(en-US) {
  height: 368px;
}
.phone .Container_Rule .Container_Table_Body:nth-child(6):lang(en-US),
.phone .Container_Rule .Container_Table_Body_Center:nth-child(6):lang(en-US) {
  height: 194px;
}

.Text_Table_Body {
  width: 100%;
  color: #111;
  text-align: left;
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
  margin-bottom: 10px;
}
li:last-child .Text_Table_Body {
  margin-bottom: 0;
}
.tablet .Container_Audit .Text_Table_Body,
.tablet .EthicalEducation_Table .Text_Table_Body {
  font-size: 14px;
}
.tablet .EthicalEducation_Table .Education_Year .Text_Table_Body {
  font-weight: 400;
}

.phone .Text_Table_Body {
  font-size: 0.875rem;
  line-height: 160%;
  margin-bottom: 4px;
}

.phone .EthicalEducation_Table .Text_Table_Body {
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
}
.phone .EthicalEducation_Table .Text_Table_Header {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
}

.ethics-strategy .Container_Image2 {
  width: 100%;
  height: 17.5rem;
  flex-shrink: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.mutual-growth .Main_BoxSub #b4-block_mutualGrowth3 {
  margin: -12px 0 0;
  @media (max-width: 1024px) {
    margin: 0;
  }
}

.desktop.human-rights-top .Company_TitleAreaGap {
  margin-top: 120px;
}
.desktop.human-rights-top .Company_TitleBottomMargin {
  margin-bottom: 60px;
}
.desktop.human-rights-bot .Company_TitleAreaGap {
  margin-top: 120px;
}
.desktop.human-rights-bot .Company_TitleBottomMargin {
  margin-bottom: 60px;
}
.desktop.human-rights-bot .Company_ContentsGapXSmall {
  margin-bottom: 12px;
}
.desktop.human-rights-bot .Company_ContentsGapMidium {
  margin-bottom: 39px;
}
@media (max-width: 768px) {
  .human-rights-content {
    margin-bottom: 40px;
  }
}
.desktop .ethics-strategy .Company_TitleAreaGap {
  margin-top: 0;
}
.desktop .ethics-strategy .Company_TitleAreaGap.Company_AreaTopMargin {
  margin-top: 120px;
}
.desktop .ethics-strategy .Company_ContentsGapMidium {
  margin-bottom: 60px;
}

