@charset "utf-8";
@import url("//cdn.jsdelivr.net/font-iropke-batang/1.2/font-iropke-batang.css");
/*접근성*/
/* .board_view img, .board_view table {display:none;} */
#detail_con > h4,
.bl01 {
  min-height: 31px;
  padding-left: 17px;
  margin-top: 65px;
  font-size: 22px;
  background: url("/main/img/contents/bl.gif") no-repeat left 5px;
}
#detail_con > h4:first-child,
.bl01:first-child {
  margin-top: 0;
}
.bl02 {
  position: relative;
  line-height: 1.6em;
  font-weight: bold;
  font-size: 18px;
}
.bl03 > li,
p.bl03,
dd.bl03 {
  position: relative;
  margin-top: 10px;
  margin-left: 5px;
  padding-left: 12px;
  line-height: 1.6em;
  font-size: 16px;
}
.bl03 > li:before,
p.bl03:before,
dd.bl03:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 4px;
  height: 5px;
  border-radius: 50%;
  background: #4f5cb4;
}
.bl04 > li,
p.bl04 {
  position: relative;
  margin-top: 4px;
  margin-left: 5px;
  padding-left: 8px;
  line-height: 1.6em;
  font-size: 14px;
}
.bl04 > li:before,
p.bl04:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 3px;
  height: 3px;
  background: #888;
}
.bl05 > li,
p.bl05 {
  position: relative;
  padding-left: 8px;
  margin-top: 2px;
  line-height: 1.6em;
  color: #666;
  font-size: 13px;
}
.bl05 > li:before,
p.bl05:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 3px;
  height: 1px;
  background: #999;
}
.bl02 + .bl03 > li:first-child,
.bl02 + p.bl03 {
  margin-top: 18px;
}
.bl02 + .bl04 {
  margin-left: 20px;
}
h4 + .bl03 {
  margin-left: 20px;
}
h4 + .bl03 > li:first-child,
h4 + p.bl03 {
  margin-top: 20px;
}
.stbl {
  margin-left: 10px;
  margin-top: 4px !important;
  padding-left: 13px !important;
  font-size: 14px;
  color: #333;
  line-height: 1.5em;
  background: url("/main/img/contents/stbl.gif") no-repeat left 6px;
}
.stbl:before {
  display: none !important;
}
.nobl::before {
  display: none !important;
}
.para01 {
  margin-top: 40px;
  margin-left: 15px;
}
.para02 {
  margin-top: 20px;
  margin-left: 20px;
}
.para_line {
  padding-bottom: 45px;
  border-bottom: 1px dashed #ccc;
}
.para_line:last-child {
  border-bottom: 0;
}
#detail_con .point {
  font-weight: bold;
  color: #c83f50;
  text-decoration: underline;
}
#detail_con ol.step {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#detail_con ol.step > li {
  position: relative;
  vertical-align: top;
  text-align: center;
  margin-bottom: 1%;
  font-size: 15px;
  line-height: 1.4em;
  border: 1px solid #dbdbdb;
}
#detail_con ol.step > li:first-child {
  margin-left: 0 !important;
  border: 2px solid #505bb4;
}
#detail_con ol.step > li:last-child {
  border: 2px solid #039591;
}
#detail_con ol.step > li:first-child:nth-last-of-type(5),
#detail_con ol.step > li:first-child:nth-last-of-type(5) ~ li {
  width: 19.4%;
  margin-left: 3%;
}
#detail_con ol.step > li:first-child:nth-last-of-type(4),
#detail_con ol.step > li:first-child:nth-last-of-type(4) ~ li {
  width: 22.5%;
  margin-left: 3%;
}
#detail_con ol.step > li:first-child:nth-last-of-type(3),
#detail_con ol.step > li:first-child:nth-last-of-type(3) ~ li {
  width: 31%;
  margin-left: 3%;
}
#detail_con ol.step > li:before {
  display: block;
  content: "";
  position: absolute;
  left: -26px;
  top: 48%;
  width: 13px;
  height: 13px;
  border-right: 2px solid #9d9d9d;
  border-bottom: 2px solid #9d9d9d;
  transform: rotate(-45deg);
}
#detail_con ol.step.col3 {
  flex-wrap: wrap;
}
#detail_con ol.step.col3 > li {
  width: 31%;
  margin-left: 3%;
}
#detail_con ol.step.col3 > li:nth-child(3n + 1) {
  margin-left: 0;
}
#detail_con ol.step > li p.num {
  padding: 15px 0;
  font-weight: bold;
  color: #939393;
  background: #f6f6f6;
}
#detail_con ol.step > li:first-child p.num {
  color: #666ca1;
  background: #e8eaf7;
}
#detail_con ol.step > li:last-child p.num {
  color: #039591;
  background: #e8f7f5;
}
#detail_con ol.step > li p.num span {
  display: inline-block;
  width: 22px;
  height: 22px;
  color: #fff;
  border-radius: 50%;
  background: #8d8d8d;
}
#detail_con ol.step > li:first-child p.num span {
  background: #444c8d;
}
#detail_con ol.step > li:last-child p.num span {
  background: #039591;
}
#detail_con ol.step > li p.tit {
  padding: 15px 0;
  font-size: 16px;
  color: #222;
}
#detail_con ol.step > li p.txt {
  padding-bottom: 15px;
  color: #888;
}
table.data {
  position: relative;
  width: 100%;
  margin-top: 20px;
}
table.data:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #4b5fb3, #0d999d);
}
table.data:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #0c0c0c;
}
table.data.fix {
  table-layout: fixed;
}
table.data th {
  padding: 13px 15px 15px;
  font-weight: bold;
  color: #111;
  font-size: 17px;
  line-height: 22px;
}
table.data thead {
  border-bottom: 1px solid #ddd;
}
table.data th,
table.data td {
  word-break: break-all;
}
table.data thead th {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background: #f7f7f9;
}
table.data tbody th,
table.data tfoot th,
table.data td {
  text-align: center;
  padding: 15px;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.data tr:first-child th:first-child {
  border-left: none;
}
table.data tbody th {
  font-size: 15px;
  background-color: #f9f9f9;
}
table.data tfoot th,
table.data tfoot td {
  text-align: center;
  padding: 10px 20px;
  font-weight: bold;
  background-color: #f9f9f9;
}
table.data td:last-child {
  border-right: 0 !important;
}
table.data tbody tr th:first-child,
table.data tfoot th:first-child {
  border-right: 1px solid #ddd;
  border-left: 0;
}
table.data tbody tr td:first-child {
  border-left: none;
  border-right: 1px solid #ddd;
}
table.data .bdr_line {
  border-right: 1px solid #ddd;
}
table.data tbody tr.strLine {
  border-top: 2px dashed #c8c8c8;
}
table.data tbody tr.strLine:first-child {
  border-top: 0;
}
table.data tbody tr.strLine > td:first-child {
  font-weight: bold;
}
table.data tbody tr.bgColor {
  background: #f0f0f0;
}
table.data td > .bl03 > li:first-child,
table.data td > p.bl03:first-child {
  margin-top: 0;
}
table.data.overcolor tr:hover,
table.data tr.point {
  background: #fbfbea;
}
table.data.manyData th,
table.data.manyData td {
  padding-left: 8px !important;
  padding-right: 8px !important;
  letter-spacing: -1px;
}
table.data.manyData th {
  font-size: 15px;
}
table.data .finance_group td {
  padding: 10px 10px 10px 25px;
  border-bottom-style: dotted;
}
table.data .finance_blank {
  padding-left: 10px;
}
table.data.env th {
  font-size: 15px;
  padding: 13px 10px 15px;
}
table.data.env th.wb_k {
  word-break: keep-all;
}
.tbox {
  position: relative;
  padding: 30px 45px;
  border-radius: 0 20px 0 20px;
  background: #f6f6f6;
}
p.tbox {
  line-height: 1.65em;
}
.sbox {
  margin: 25px 0;
  font-size: 14px;
  line-height: 1.5em;
  color: #666;
}
.individual .sbox {
  margin: 5px 0;
  padding: 5px 10px;
  background: #f5f5f5;
}
.tbox > .bl03 > li:first-child,
.conBox > .bl03 > li:first-child,
.conBox2 > .bl03 > li:first-child {
  margin-top: 0;
}
.mark {
  min-height: 22px;
  padding-left: 25px;
  color: #555;
  background: url("/main/img/contents/mark.gif") no-repeat left 2px;
}
.golink,
.godown {
  display: inline-block;
  min-height: 19px;
}
.golink {
  padding-left: 18px;
  margin-left: 3px;
  margin-right: 3px;
  background: url("/main/img/contents/golink.gif") left 3px no-repeat;
  text-decoration: underline !important;
}
.godown {
  padding-left: 20px;
  margin-left: 3px;
  margin-right: 3px;
  background: url("/main/img/contents/godown.gif") left 5px no-repeat;
  text-decoration: underline !important;
}
.conbtnBox {
  text-align: center;
  margin-top: 25px;
}
.tbox .conbtnBox {
  margin-top: 30px;
}
.conbtn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  padding: 12px 30px 14px 65px;
  border-radius: 5px 0 5px 0;
  border: 1px solid #555;
  z-index: 1;
}
.conbtn:hover {
  color: #fff;
  border-color: #202551;
  background: linear-gradient(to right, #4d55ae, #383f88);
}
.conbtn.down:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/main/img/contents/conbtn_down.png") 28px 12px no-repeat;
  z-index: 2;
}
.conbtn.down:hover:before {
  background-image: url("/main/img/contents/conbtn_down_on.png");
}
.conbtn.link {
  padding-left: 60px;
}
.conbtn.link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/main/img/contents/conbtn_link.png") 27px 15px no-repeat;
  z-index: 2;
}
.conbtn.link:hover:before {
  background-image: url("/main/img/contents/conbtn_link_on.png");
}
.conbtn + .conbtn {
  margin-left: 10px;
}
.conbtn.print {
  padding-right: 65px;
}
.conbtn.print:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/main/img/contents/conbtn_print.gif") right 30px top 13px no-repeat;
  z-index: 2;
}
.conbtn2 {
  display: inline-block;
  padding: 14px 35px 16px;
  color: #fff;
  font-size: 18px;
  border-radius: 20px 0 20px 0;
  background: linear-gradient(to right, #505ab5, #069f9b);
}
.consbtn {
  display: inline-block;
  margin-top: 5px;
  padding: 3px 15px 5px 15px;
  color: #fff;
  font-size: 13px;
  line-height: 22px;
  border-radius: 10px 0 10px 0;
  background-color: #4a60b2;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.consbtn.link {
  padding-left: 33px;
  background-image: url("/main/img/contents/golink_w.gif");
  background-position: 15px 9px;
}
.consbtn.down {
  padding-left: 35px;
  background-image: url("/main/img/contents/godown_w.gif");
  background-position: 15px 9px;
}
.consbtn2 {
  display: inline-block;
  margin: 5px 0;
  padding: 3px 15px 5px;
  font-size: 14px;
  border-radius: 30px;
  border: 1px solid #aaa;
}
.consbtn2.view {
  padding-right: 32px;
  background: url("/main/img/contents/ic_view.gif") no-repeat right 12px center;
}
.consbtn:first-child {
  margin-top: 0;
}
#detail_con .photo {
  position: relative;
  margin-top: 20px;
  padding: 30px;
  border: 3px solid #eee;
  text-align: center;
  background: #fff;
}
#detail_con .photo img {
  max-width: 100%;
}
/*design_con*/
.greeting .intro {
  position: relative;
  border: 8px solid #dfe5e9;
  background: url("/main/img/contents/greeting_introbg.gif") repeat;
}
.greeting .intro:before {
  right: 5px;
  bottom: 0;
  width: 289px;
  height: 219px;
  background: url("/main/img/contents/greeting_introbg2.png") no-repeat;
}
.greeting .intro:after {
  left: 20px;
  top: 100%;
  width: 97px;
  height: 62px;
  margin-top: 8px;
  background: url("/main/img/contents/greeting_bg.gif") no-repeat;
  z-index: -1;
}
.greeting .intro .hphoto {
  display: inline-block;
  margin-left: -8px;
  margin-top: -8px;
  margin-bottom: -8px;
  border: 8px solid #4f5bb4;
}
.greeting .intro .hphoto img {
  vertical-align: top;
}
.greeting .intro > p {
  position: absolute;
  left: 455px;
}
.greeting .intro > p.tit {
  top: 65px;
  width: 100%;
  max-width: 386px;
  height: 75px;
  background: url("/main/img/contents/greeting_intro.gif") no-repeat;
  background-size: 100%;
}
.greeting .intro > p.txt {
  top: 170px;
  font-size: 18px;
  line-height: 1.5em;
}
.greeting .intro > p.txt strong {
  position: relative;
  color: #363d86;
  z-index: 1;
}
.greeting .intro > p.txt strong:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 55%;
  background: rgba(202, 214, 234, 0.77);
  z-index: -1;
}
.greeting > p {
  margin-top: 35px;
  font-size: 16px;
  line-height: 1.5em;
  color: #6f6f6f;
}
.greeting > p strong {
  color: #323232;
}
.greeting .list {
  margin-top: 30px;
}
.greeting .list p {
  margin-top: 10px;
  color: #111;
}
.greeting .list p span {
  position: relative;
}
.greeting .list p span:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 55%;
  z-index: -1;
}
.greeting .list p span.num1:after {
  background: #cec3e0;
}
.greeting .list p span.num2:after {
  background: #f8d2d8;
}
.greeting .list p span.num3:after {
  background: #f5e9d5;
}
.greeting .list p span.num4:after {
  background: #d5f5e7;
}
.greeting .list p span.num5:after {
  background: #d5e8f5;
}
.greeting .sign img {
  margin-left: 5px;
}
/*���� */
.declaration {
  position: relative;
  padding: 24px;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
  background: url("/main/img/contents/declaration_line01.gif"), url("/main/img/contents/declaration_line02.gif"), url("/main/img/contents/declaration_line03.gif"), url("/main/img/contents/declaration_line04.gif");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: left top, right top, right bottom, left bottom;
}
.declaration:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #333;
  z-index: -1;
}
.declaration .wrap {
  overflow: hidden;
  padding: 40px 10%;
  background: #f6f6f6;
}
.declaration p {
  margin: 30px 0;
}
.declaration p.stit {
  color: #717171;
  letter-spacing: 10px;
}
.declaration p.tit {
  margin-bottom: 60px;
  padding-bottom: 70px;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 2px;
  background: url("/main/img/contents/declaration_Cline.gif") no-repeat center bottom;
}
.declaration ul li {
  text-align: left;
  padding: 25px 0;
  border-bottom: 1px dashed #ccc;
}
.declaration ul li strong {
  display: block;
  margin-bottom: 5px;
  font-size: 1.1em;
  font-weight: 600;
}
.declaration p.from {
  width: 80%;
  margin: 40px auto;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 2em;
}
.declaration p.from span {
  display: block;
  margin-bottom: 20px;
  font-size: 0.8em;
  line-height: 1.8em;
}
.statement {
  position: relative;
  padding: 24px;
  line-height: 24px;
  text-align: center;
  background: url("/main/img/contents/declaration_line01.gif"), url("/main/img/contents/declaration_line02.gif"), url("/main/img/contents/declaration_line03.gif"), url("/main/img/contents/declaration_line04.gif");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: left top, right top, right bottom, left bottom;
}
.statement:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #333;
  z-index: -1;
}
.statement .wrap {
  overflow: hidden;
  padding: 40px 10%;
  background: #f6f6f6;
}
.statement p {
  margin: 30px 0;
}
.statement p.stit {
  color: #999;
  letter-spacing: 10px;
}
.statement p.tit {
  margin-bottom: 60px;
  padding-bottom: 70px;
  font-size: 2.4em;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 2px;
  background: url("/main/img/contents/declaration_Cline.gif") no-repeat center bottom;
}
.statement div.con {
  text-align: left;
}
.statement div.con p {
  font-size: 1.1em;
  line-height: 170%;
}
.statement p.date {
  text-align: right;
  font-size: 1.1em;
}
.statement p.sign {
  text-align: right;
  font-size: 1.15em;
}
.statement p.sign img {
  vertical-align: middle;
  margin-left: 15px;
}
.camf {
  border-bottom: 5px solid #033a95;
}
.camf dl.tit {
  text-align: center;
}
.camf dl.tit dt {
  font-size: 37px;
}
.camf dl.tit dt span {
  display: inline-block;
  padding: 1px 25px 3px;
  margin-bottom: 10px;
  font-size: 20px;
  color: #fff;
  border-radius: 20px 0 20px 0;
  background: #033a95;
}
.camf dl.tit dd {
  margin-top: 30px;
  line-height: 1.7em;
}
.camf .role {
  max-width: 710px;
  margin: 35px auto;
  overflow: hidden;
}
.camf .role dl {
  float: left;
  width: 48%;
  margin: 1%;
  padding: 30px 30px 30px 120px;
  color: #444;
  line-height: 1.7em;
  border: 6px solid #eff0fb;
  background-position: 30px center;
  background-repeat: no-repeat;
}
.camf .role dl.network {
  background-image: url("/main/img/contents/camf_role01.gif");
}
.camf .role dl.tv {
  background-image: url("/main/img/contents/camf_role02.gif");
}
.camf .role dl.school {
  background-image: url("/main/img/contents/camf_role03.gif");
}
.camf .role dl.festival {
  background-image: url("/main/img/contents/camf_role04.gif");
}
.camf .role dl dt {
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: bold;
}
.athletic {
  position: relative;
}
.athletic p {
  padding-right: 58%;
  margin-top: 35px;
  font-size: 16px;
  line-height: 1.8em;
}
.athletic p.tit {
  margin-bottom: 60px;
  font-size: 36px;
  line-height: 1.5em;
  letter-spacing: -0.1em;
}
.athletic p.tit span {
  font-size: 46px;
}
.athletic p.tit span strong {
  font-weight: normal;
  color: #363d86;
}
.athletic img {
  position: absolute;
  right: 0;
  top: 0;
}
.athletic .conbtnBox {
  margin-top: 70px;
}
.philosophy {
  text-align: center;
  max-width: 790px;
  margin: 0 auto;
  font-family: "Iropke Batang" !important;
}
.philosophy .mission dt {
  font-size: 26px;
  color: #565656;
}
.philosophy .mission dd {
  margin-top: 8px;
  font-size: 28px;
  color: #363d86;
}
.philosophy .vision {
  position: relative;
  max-width: 680px;
  min-height: 522px;
  margin: 80px auto 0;
  background: url("/main/img/contents/philosophy_bg.gif") no-repeat center top;
}
.philosophy .vision p {
  padding-top: 145px;
  font-size: 19px;
}
.philosophy .vision ul li {
  position: absolute;
  width: 100px;
  height: 100px;
  padding-top: 27px;
  color: #fff;
  font-size: 19px;
  border-radius: 50%;
}
.philosophy .vision ul li:nth-of-type(odd) {
  left: 50%;
  margin-left: -50px;
  padding-top: 38px;
}
.philosophy .vision ul li:nth-of-type(even) {
  left: 50%;
  top: 34.5%;
  margin-top: -50px;
}
.philosophy .vision ul li:nth-of-type(1) {
  top: -50px;
  background: #00a49a;
}
.philosophy .vision ul li:nth-of-type(2) {
  margin-left: 140px;
  background: #2b64bb;
}
.philosophy .vision ul li:nth-of-type(3) {
  bottom: 105px;
  background: #5053b7;
}
.philosophy .vision ul li:nth-of-type(4) {
  margin-left: -230px;
  background: #383c94;
}
.philosophy .goal {
  position: relative;
  margin-top: -50px;
  overflow: hidden;
}
.philosophy .goal > li {
  float: left;
  width: 31.3%;
  margin: 0 1%;
  padding-top: 60px;
  font-size: 19px;
}
.philosophy .goal > li.g1 {
  background: url("/main/img/contents/goal1.png") no-repeat center top;
}
.philosophy .goal > li.g2 {
  background: url("/main/img/contents/goal2.png") no-repeat center 5px;
}
.philosophy .goal > li.g3 {
  background: url("/main/img/contents/goal3.png") no-repeat center top;
}
.philosophy .strategy {
  margin-top: 25px;
  overflow: hidden;
}
.philosophy .strategy dl {
  float: left;
  width: 32%;
  margin-left: 2%;
  border-radius: 20px 0 20px 0;
  background: #eff3f6;
}
.philosophy .strategy dl:first-child {
  margin-left: 0;
}
.philosophy .strategy dl dt {
  padding: 12px;
  font-size: 19px;
  color: #fff;
  border-radius: 20px 0 20px 0;
}
.philosophy .strategy dl:nth-of-type(1) dt {
  background: #2b64bb;
}
.philosophy .strategy dl:nth-of-type(2) dt {
  background: #5053b7;
}
.philosophy .strategy dl:nth-of-type(3) dt {
  background: #00a49a;
}
.philosophy .strategy dl dd {
  height: 180px;
  padding: 20px 5px;
}
.philosophy .strategy dl dd li {
  margin-top: 5px;
  font-family: "Malgun Gothic", "��������";
}
.philosophy .award {
  margin: 25px 0;
  padding: 12px;
  font-size: 19px;
  border-radius: 20px 0 20px 0;
  background: #f1f1f8;
}
.philosophy .final {
  padding: 15px;
  font-size: 19px;
  color: #fff;
  border-radius: 20px 0 20px 0;
  background: linear-gradient(to right, #5053b7, #088a95);
}
.phil2020 {
  position: relative;
  text-align: center;
  margin: 0 auto;
  font-family: "Iropke Batang" !important;
}
.phil2020 .mission dt {
  font-size: 26px;
  color: #565656;
}
.phil2020 .mission dd {
  margin-top: 8px;
  font-size: 28px;
  color: #363d86;
}
.phil2020 .vision {
  position: relative;
  width: 330px;
  height: 330px;
  padding: 50px;
  margin: 20px auto 30px;
  border: 1px solid #e3e4e8;
  border-radius: 50%;
  background: #eff3f6;
}
.phil2020 .vision:before {
  position: absolute;
  left: 50px;
  top: 50px;
  bottom: 50px;
  right: 50px;
  border: 1px solid #e3e4e8;
  border-radius: 50%;
  background: #fff;
  content: "";
}
.phil2020 .vision:after {
  position: absolute;
  left: -5px;
  top: -5px;
  bottom: -5px;
  right: -5px;
  border-radius: 50%;
  background: #fff;
  content: "";
  z-index: -1;
}
.phil2020 .vision dt {
  position: relative;
  padding-top: 45px;
  font-size: 26px;
}
.phil2020 .vision dd {
  position: relative;
  margin-top: 20px;
  padding: 0 20px;
  font-size: 18px;
}
.phil2020 .vision dd:after {
  position: absolute;
  top: 124px;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #5053b7;
  box-shadow: -113px -114px 0 #2b64bb, 113px -114px 0 #00a49a, 0 -227px 0 #666;
  transform: translate(-50%, 2px);
  content: "";
}
.phil2020 .corevalue {
  position: relative;
}
.phil2020 .corevalue:before {
  position: absolute;
  left: 0;
  top: -150px;
  height: 290px;
  width: 100%;
  background: url(/main/img/contents/philosophy_arr.gif) no-repeat center bottom;
  background-size: 550px auto;
  content: "";
  opacity: 0.5;
  z-index: -2;
}
.phil2020 .corevalue > p {
  display: inline-block;
  padding: 5px 30px;
  font-size: 20px;
  color: #fff;
  border-radius: 20px;
  background: #333;
}
.phil2020 .corevalue > ul {
  margin-top: 30px;
}
.phil2020 .corevalue > ul:after {
  display: block;
  clear: both;
  content: "";
}
.phil2020 .corevalue > ul > li {
  float: left;
  width: 33.33%;
}
.phil2020 .corevalue > ul > li > p {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  padding-top: 70px;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  background: no-repeat;
}
.phil2020 .corevalue .target {
  position: relative;
  margin-top: 20px;
  padding-top: 20px;
  font-size: 20px;
  border-radius: 5px;
}
.phil2020 .corevalue .target:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 2px solid;
  background: #fff;
  content: "";
  transform: translateX(-50%);
}
.phil2020 .corevalue .goal {
  width: 94%;
  min-height: 210px;
  margin: 25px auto;
  border-radius: 20px 0 20px 0;
  background: #eff3f6;
}
.phil2020 .corevalue .goal > p {
  padding: 15px 0;
  color: #fff;
  font-size: 18px;
  border-radius: 20px 0 20px 0;
  background: #555;
}
.phil2020 .corevalue .goal > ol {
  padding: 20px 0;
}
.phil2020 .corevalue .goal > ol > li {
  margin-top: 7px;
  font-size: 15px;
  font-family: "Malgun Gothic", "��������";
}
.phil2020 .corevalue > ul > li:nth-child(1) > p,
.phil2020 .corevalue > ul > li:nth-child(1) .goal > p {
  background-color: #2b64bb;
}
.phil2020 .corevalue > ul > li:nth-child(1) .target:before {
  border-color: #2b64bb;
}
.phil2020 .corevalue > ul > li:nth-child(2) > p,
.phil2020 .corevalue > ul > li:nth-child(2) .goal > p {
  background-color: #5053b7;
}
.phil2020 .corevalue > ul > li:nth-child(2) .target:before {
  border-color: #5053b7;
}
.phil2020 .corevalue > ul > li:nth-child(3) > p,
.phil2020 .corevalue > ul > li:nth-child(3) .goal > p {
  background-color: #00a49a;
}
.phil2020 .corevalue > ul > li:nth-child(3) .target:before {
  border-color: #00a49a;
}
.phil2020 .corevalue > ul > li.client > p {
  background-image: url(/main/img/contents/phil2020_ic1.png);
  background-position: center 20px;
}
.phil2020 .corevalue > ul > li.safety > p {
  background-image: url(/main/img/contents/phil2020_ic2.png);
  background-position: center 15px;
}
.phil2020 .corevalue > ul > li.innovation > p {
  background-image: url(/main/img/contents/phil2020_ic3.png);
  background-position: center 16px;
}
.phil2023 {
  position: relative;
  text-align: center;
  margin: 0 auto;
  font-family: "Iropke Batang" !important;
}
.phil2023 .mission dt {
  font-size: 26px;
  color: #565656;
}
.phil2023 .mission dd {
  margin-top: 8px;
  font-size: 28px;
  color: #363d86;
}
.phil2023 .vision {
  position: relative;
  width: 330px;
  height: 330px;
  padding: 50px;
  margin: 20px auto 30px;
  border: 1px solid #e3e4e8;
  border-radius: 50%;
  background: #eff3f6;
}
.phil2023 .vision:before {
  position: absolute;
  left: 50px;
  top: 50px;
  bottom: 50px;
  right: 50px;
  border: 1px solid #e3e4e8;
  border-radius: 50%;
  background: #fff;
  content: "";
}
.phil2023 .vision:after {
  position: absolute;
  left: -5px;
  top: -5px;
  bottom: -5px;
  right: -5px;
  border-radius: 50%;
  background: #fff;
  content: "";
  z-index: -1;
}
.phil2023 .vision dt {
  position: relative;
  padding-top: 45px;
  font-size: 26px;
}
.phil2023 .vision dd {
  position: relative;
  margin-top: 20px;
  padding: 0 20px;
  font-size: 18px;
}
.phil2023 .vision dd:after {
  position: absolute;
  top: 124px;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #5053b7;
  box-shadow: -113px -114px 0 #2b64bb, 113px -114px 0 #00a49a, 0 -227px 0 #666;
  transform: translate(-50%, 2px);
  content: "";
}
.phil2023 > dl.slogan {
  position: relative;
  text-align: center;
  margin-bottom: 35px;
  border-radius: 20px 0 20px 0;
  background: #eff3f6;
  overflow: hidden;
}
.phil2023 > dl.slogan > dt {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 200px;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  border-radius: 0 0 20px 0;
  background: #5053b7;
}
.phil2023 > dl.slogan > dt > span {
  position: relative;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
.phil2023 > dl.slogan > dd {
  padding: 20px 0 20px 200px;
  font-size: 25px;
  color: #363d86;
  font-weight: 600;
}
.phil2023 > dl.corevalue {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
  border-radius: 20px 0 20px 0;
  background: #eff3f6;
  overflow: hidden;
}
.phil2023 > dl.corevalue > dt {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 200px;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  border-radius: 0 0 20px 0;
  background: #2b64bb;
}
.phil2023 > dl.corevalue > dt > span {
  position: relative;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
.phil2023 > dl.corevalue > dd {
  overflow: hidden;
  padding: 22px 10px 22px 210px;
  font-size: 21px;
}
.phil2023 > dl.corevalue > dd ul > li {
  position: relative;
  float: left;
  width: 25%;
}
.phil2023 > dl.corevalue > dd ul > li:not(:first-child):before {
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 1px;
  background: rgba(0, 0, 0, 0.15);
  content: "";
}
.phil2023 > dl.target {
  position: relative;
  text-align: center;
  padding-left: 160px;
  margin-bottom: 40px;
}
.phil2023 > dl.target > dt {
  position: absolute;
  top: 50%;
  left: 0;
  width: 120px;
  padding: 5px 0;
  font-size: 20px;
  border-radius: 10px 0 10px 0;
  transform: translateY(-50%);
  background: #eff3f6;
}
.phil2023 > dl.target > dt:after {
  position: absolute;
  right: -12px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #eee;
  box-shadow: 10px 0 0 #eee, 20px 0 0 #eee;
  content: "";
}
.phil2023 > dl.target > dd > ul:after {
  display: block;
  content: "";
  clear: both;
}
.phil2023 > dl.target > dd > ul > li {
  position: relative;
  float: left;
  width: 33.33%;
  padding: 0 15px;
}
.phil2023 > dl.target > dd > ul > li > ul {
  text-align: left;
}
.phil2023 > dl.manage {
  margin-top: 80px;
}
.phil2023 > dl.manage > dd {
  position: relative;
}
.phil2023 > dl.manage > dd:before {
  position: absolute;
  left: 50%;
  top: -180px;
  height: 290px;
  width: 100%;
  background: url(/main/img/contents/philosophy_arr.gif) no-repeat center bottom;
  background-size: 550px auto;
  content: "";
  transform: translateX(-50%);
  opacity: 0.5;
  z-index: -2;
}
.phil2023 > dl.manage > dd p {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  padding-top: 55px;
  color: #fff;
  font-size: 17px;
  letter-spacing: -1px;
  border-radius: 50%;
  background: #333 no-repeat center 13px;
}
.phil2023 > dl.manage > dd p span {
  padding: 0 5px 1px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.1);
}
.phil2023 > dl.manage > dd .safety p {
  background-color: #2b64bb;
  background-image: url(/main/img/contents/phil2023_ic1.png);
}
.phil2023 > dl.manage > dd .customer p {
  background-color: #5053b7;
  background-image: url(/main/img/contents/phil2023_ic2.png);
}
.phil2023 > dl.manage > dd .inner p {
  background-color: #00a49a;
  background-image: url(/main/img/contents/phil2023_ic3.png);
}
.phil2023 > dl.strategy > dd li p {
  padding: 20px 0 15px;
  color: #fff;
  font-size: 18px;
  border-radius: 15px 0 15px 0;
  background: #333;
}
.phil2023 > dl.strategy > dd li p span {
  position: absolute;
  top: -12px;
  left: 50%;
  width: 21px;
  height: 21px;
  line-height: 21px;
  color: #111;
  font-weight: 600;
  border: 3px solid;
  border-radius: 50%;
  background: #fff;
  display: block;
  box-sizing: content-box;
  transform: translateX(-50%);
}
.phil2023 > dl.strategy > dd li:nth-child(1) p {
  background: #2b64bb;
}
.phil2023 > dl.strategy > dd li:nth-child(2) p {
  background: #5053b7;
}
.phil2023 > dl.strategy > dd li:nth-child(3) p {
  background: #00a49a;
}
.phil2023 > dl.strategy > dd li:nth-child(1) p span {
  color: #2b64bb;
  border-color: #2b64bb;
}
.phil2023 > dl.strategy > dd li:nth-child(2) p span {
  color: #5053b7;
  border-color: #5053b7;
}
.phil2023 > dl.strategy > dd li:nth-child(3) p span {
  color: #00a49a;
  border-color: #00a49a;
}
.phil2023 > dl.result > dd li ul {
  padding: 15px;
  border-radius: 10px;
  border: solid 2px;
}
.phil2023 > dl.result > dd li:nth-child(1) ul {
  border-color: #2b64bb;
}
.phil2023 > dl.result > dd li:nth-child(2) ul {
  border-color: #5053b7;
}
.phil2023 > dl.result > dd li:nth-child(3) ul {
  border-color: #00a49a;
}
.phil2023 > dl.result > dd li ul li {
  position: relative;
  padding-left: 8px;
  margin-top: 5px;
  letter-spacing: -1px;
  font-size: 13px;
}
.phil2023 > dl.result > dd li ul li:first-child {
  margin-top: 0;
}
.phil2023 > dl.result > dd li ul li:before {
  position: absolute;
  left: 0;
  top: 7px;
  width: 3px;
  height: 3px;
  background: #111;
  content: "";
}
.phil2023 > dl.task li ul {
  padding: 15px;
  border-radius: 10px;
  border: solid 1px #ccc;
  background: #f0f0f0;
}
.phil2023 > dl.task li ul > li {
  position: relative;
  padding-left: 8px;
  margin-top: 5px;
  letter-spacing: -1px;
  font-size: 13px;
}
.phil2023 > dl.task li ul > li:first-child {
  margin-top: 0;
}
.phil2023 > dl.task li ul > li:before {
  position: absolute;
  left: 0;
  top: 9px;
  width: 3px;
  height: 1px;
  background: #333;
  content: "";
}
.phil2023.env .vision {
  margin-bottom: 50px;
}
.phil2023.env > dl.result > dd li ul {
  padding: 15px 10px;
}
.history {
  position: relative;
  margin-top: 50px;
  padding-left: 250px;
}
.history .tit {
  position: absolute;
  left: 0;
  top: 0;
  font-family: Arial;
  font-size: 48px;
  font-weight: bold;
  color: rgba(54, 61, 134);
  letter-spacing: -0.075em;
}
.history .list {
  padding-top: 5px;
}
.history .list > dl {
  position: relative;
  padding-bottom: 30px;
  padding-left: 235px;
}
.history .list > dl:after {
  display: block;
  content: "";
  position: absolute;
  left: 95px;
  top: 10px;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: #dbdbdb;
  z-index: -1;
}
.history .list > dl:last-child:after {
  display: none;
}
.history .list > dl dt {
  position: absolute;
  left: 0;
  font-family: Arial;
  font-size: 28px;
  color: #363d86;
}
.history .list > dl dt:before {
  display: block;
  content: "";
  position: absolute;
  right: -35px;
  top: 10px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #363d86;
}
.history .list > dl dd {
  position: relative;
  padding-top: 4px;
  font-size: 16px;
}
.history .list > dl dd:before {
  display: block;
  content: "";
  position: absolute;
  left: -135px;
  top: 14px;
  width: 120px;
  height: 1px;
  background: #dbdbdb;
  z-index: -1;
}
.history .list > dl dd ol {
  position: relative;
}
.history .list > dl dd ol:before {
  display: block;
  content: "";
  position: absolute;
  left: -20px;
  top: 6px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 2px solid #363d86;
  background: #fff;
}
.history .list > dl dd ol li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 60px;
}
.history .list > dl dd ol li span {
  position: absolute;
  left: 0;
  font-weight: bold;
}

.organ {
  text-align: center;
  margin-bottom: 30px;
}
.organ .line_ver,
.organ .line_hor,
.organ .o3 > li > ul > li {
  position: relative;
}
.organ .line_hor:before {
  display: block;
  content: "";
  position: absolute;
  height: 1px;
  background: #666;
  z-index: -1;
}
.organ .line_ver:after,
.organ .o3 > li > ul > li:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  background: #666;
  z-index: -1;
}
.organ .headman.line_ver:after {
  top: 142px;
  height: 170px;
}
.organ .o2.line_hor:before {
  left: 0;
  top: 50%;
  width: 100%;
}
.organ .o3.line_hor:before {
  left: 35.8%;
  top: 110px;
  width: 44.5%;
}
.organ .o3_1.line_ver:after {
  top: -140px;
  height: 100%;
}
.organ .o3_2.line_ver:after {
  top: -30px;
  height: 120px;
}
.organ .o3_3.line_ver:after {
  top: -30px;
  height: 120px;
}
.organ .headman {
  width: 142px;
  height: 142px;
  margin: 0 auto;
  padding-top: 52px;
  color: #fff;
  font-size: 25px;
  border-radius: 0 50% 50% 50%;
  background: linear-gradient(to right top, #3f60af, #177e9c);
}
.organ .o2 {
  max-width: 700px;
  margin: 10px auto 0;
  overflow: hidden;
}
.organ .o2 > li {
  width: 150px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  border-radius: 20px 0 20px 0;
}
.organ .o2 > li:first-child {
  float: left;
  background: #2b64bb;
}
.organ .o2 > li:last-child {
  float: right;
  background: #00a49a;
}
.organ .o3 {
  display: flex;
  justify-content: space-around;
}
.organ .o3 > li > p {
  display: inline-block;
  width: 150px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  border-radius: 20px 0 20px 0;
  background: #383c94;
}
.organ .o3 > li.o3_3 > p {
  background: #0d4293;
}
.organ .o3 > li > ul > li {
  border-radius: 20px 0 20px 0;
  background: #eff3f6;
}
.organ .o3 > li > ul > li > p {
  display: inline-block;
  width: 100%;
  padding: 11px 6px;
  font-size: 14px;
  color: #fff;
  border-radius: 20px 0 20px 0;
  background: #5053b7;
}
.organ .o3 > li > ul > li > p.ls_1 {
  letter-spacing: -0.1em;
}
.organ .o3 > li > ul > li > p.line1 {
  padding-top: 20px;
}
.organ .o3 > li.o3_3 > ul > li > p {
  background: #2b64bb;
}
.location_info {
  margin-top: 20px;
}
.location_info > li {
  padding: 10px 10px 10px 35px;
  font-size: 16px;
}
.location_info > li:nth-of-type(n + 2) {
  border-top: 1px dotted #b7b7b7;
}
.location_info > li.addr {
  background: url("/main/img/contents/location_addr.gif") no-repeat left 10px;
}
.location_info > li.tel {
  background: url("/main/img/contents/location_tel.gif") no-repeat 1px 11px;
}
.location_info > li.fax {
  background: url("/main/img/contents/location_fax.gif") no-repeat 1px 11px;
}
.open_book {
  position: relative;
  text-align: center;
  padding: 50px 20px;
  font-size: 0;
  line-height: 0;
}
.open_book:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 206px;
  border-radius: 30px 0 30px 0;
  background: #f8f8f8;
  z-index: -1;
}
.open_book > li {
  vertical-align: top;
  display: inline-block;
  width: 29.3%;
  margin: 0 2%;
}
.open_book > li > a {
  position: relative;
  display: block;
  height: 325px;
  font-size: 20px;
  color: #444;
  line-height: 1.4em;
  border-radius: 5px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.open_book > li:nth-of-type(1) > a {
  color: #fff;
  background: #363d86;
}
.open_book > li:nth-of-type(n + 2) > a {
  border: 1px solid #ebebeb;
  border-right-color: #adadad;
  border-bottom-color: #adadad;
  background: #fff;
}
.open_book > li > a:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
}
.open_book > li:nth-of-type(1) > a:before {
  background: #0b0f46;
}
.open_book > li:nth-of-type(n + 2) > a:before {
  background: linear-gradient(to right, #f4f4f4, #ededed);
}
.open_book > li > a p.num {
  padding-top: 50px;
  margin-bottom: 10px;
  font-size: 37px;
  font-family: Arial;
  letter-spacing: 0;
}
.open_book > li > a span.pdf {
  position: absolute;
  left: 50%;
  bottom: 32px;
  width: 64px;
  height: 64px;
  padding-top: 29px;
  margin-left: -32px;
  font-size: 14px;
  border-radius: 50%;
}
.open_book > li:nth-of-type(1) > a span.pdf {
  color: #363d86;
  background: #fff url("/main/img/contents/ic_down_b.gif") no-repeat center 14px;
}
.open_book > li:nth-of-type(n + 2) > a span.pdf {
  color: #fff;
  background: #363d86 url("/main/img/contents/ic_down_w.gif") no-repeat center 14px;
}
.open_book > li > a span.pdf:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: -60px;
  width: 1px;
  height: 40px;
  background: #cecece;
}
.open_book > li:nth-child(n + 4) {
  margin-top: 20px;
}
.open_book > li:first-child:nth-last-of-type(4),
.open_book > li:first-child:nth-last-of-type(4) ~ li {
  width: 23%;
  margin: 0 1%;
}
.open_book_new {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  position: relative;
  padding: 50px 20px;
  font-size: 0;
  line-height: 0;
}
.open_book_new:has(> li:last-child:nth-child(odd)) > li:first-child {
  width: 100%;
  padding: 0 33%;
}
.open_book_new:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 206px;
  border-radius: 30px 0 30px 0;
  background: #f8f8f8;
  z-index: -1;
}
.open_book_new > li {
  vertical-align: top;
  display: inline-block;
  width: 33%;
  text-align: center;
}
.open_book_new > li > a {
  position: relative;
  display: block;
  height: 325px;
  font-size: 20px;
  color: #444;
  line-height: 1.4em;
  border-radius: 5px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.open_book_new > li:nth-of-type(1) > a {
  color: #fff;
  background: #363d86;
}
.open_book_new > li:nth-of-type(n + 2) > a {
  border: 1px solid #ebebeb;
  border-right-color: #adadad;
  border-bottom-color: #adadad;
  background: #fff;
}
.open_book_new > li > a p.num {
  padding-top: 50px;
  margin-bottom: 10px;
  font-size: 37px;
  font-family: Arial;
  letter-spacing: 0;
}
.open_book_new > li > a span.pdf {
  position: absolute;
  left: 50%;
  bottom: 32px;
  width: 64px;
  height: 64px;
  padding-top: 29px;
  margin-left: -32px;
  font-size: 14px;
  border-radius: 50%;
}
.open_book_new > li:nth-of-type(1) > a span.pdf {
  color: #363d86;
  background: #fff url(/main/img/contents/ic_down_b.gif) no-repeat center 14px;
}
.open_book_new > li:nth-of-type(n + 2) > a span.pdf {
  color: #fff;
  background: #363d86 url(/main/img/contents/ic_down_w.gif) no-repeat center 14px;
}
.open_book_new > li > a span.pdf:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: -60px;
  width: 1px;
  height: 40px;
  background: #cecece;
}
.relation > ul > li {
  position: relative;
  padding-left: 230px;
  margin-top: 10px;
}
.relation > ul > li > a {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 200px;
  height: 80px;
  padding: 12px 0;
  border: 1px solid #dbdbdb;
  border-radius: 15px 0 15px 0;
  background: #f5f5f5;
}
.relation > ul > li > dl {
  position: relative;
  height: 80px;
  padding: 15px 70px 15px 5px;
  border-bottom: 1px dashed #dbdbdb;
}
.relation > ul > li:first-child > dl {
  border-top: 1px dashed #dbdbdb;
}
.relation > ul > li > dl:before {
  display: block;
  content: "";
  position: absolute;
  right: 10px;
  top: 13px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #363d86;
}
.relation > ul > li > dl:after {
  display: block;
  content: "";
  position: absolute;
  right: 32px;
  top: 32px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.relation > ul > li > dl dt,
.relation > ul > li > dl dd {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.relation > ul > li > dl dt {
  font-size: 17px;
}
.relation > ul > li > dl dd {
  font-size: 16px;
  letter-spacing: 0;
}
.relation > ul > li > dl dd a:hover {
  color: #11959f;
  text-decoration: underline;
}
.sitemap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.sitemap dl {
  width: 30%;
  margin: 0 1.5% 60px;
}
.sitemap dt {
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
  font-size: 22px;
  font-weight: bold;
  color: #3e46a3;
}
.sitemap dd {
  margin: 10px 0 0 5px;
}
.sitemap dd > ul > li {
  margin-bottom: 3px;
}
.sitemap dd > ul > li > a {
  position: relative;
  display: inline-block;
  padding: 3px 10px 3px 10px;
}
.sitemap dd > ul > li > a:after {
  display: inline-block;
  position: absolute;
  content: "";
  left: 0;
  top: 46%;
  width: 3px;
  height: 3px;
  background: #999;
}
.sitemap dd > ul > li > ul {
  margin: 5px 0 0 10px;
  padding: 12px 10px;
  background: #eee;
}
.sitemap dd > ul > li > ul > li {
  margin-bottom: 5px;
}
.sitemap dd > ul > li > ul > li > a {
  position: relative;
  padding-left: 8px;
  font-size: 13px;
}
.sitemap dd > ul > li > ul > li > a:after {
  display: inline-block;
  position: absolute;
  content: "";
  left: 0;
  top: 46%;
  width: 4px;
  height: 1px;
  background: #999;
}
.mission {
  position: relative;
}
.mission > dl:not(.task) {
  position: relative;
  text-align: center;
  border-radius: 20px 0 20px 0;
  background: #eff3f6;
  overflow: hidden;
}
.mission > dl:not(.task) > dt {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 200px;
  color: #fff;
  font-size: 24px;
  font-family: "Iropke Batang" !important;
  line-height: 24px;
  border-radius: 0 0 20px 0;
}
.mission > dl:not(.task) > dt > span {
  position: relative;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
.mission > dl:not(.task) > dd {
  padding: 25px 0 25px 200px;
  font-size: 19px;
}
.mission > dl.vision > dt {
  background: #5053b7;
}
.mission > dl.vision span.emph {
  position: relative;
  display: inline-block;
  color: #5053b7;
  font-size: 110%;
  font-weight: 600;
}
.mission > dl.vision span.emph:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 5px;
  background: #bfc0ee;
  content: "";
}
.mission > dl.target {
  margin-top: 110px;
}
.mission > dl.target > dt {
  background: #2b64bb;
}
.mission:before {
  position: absolute;
  left: 50%;
  top: 75px;
  height: 110px;
  width: 100%;
  transform: translateX(-50%);
  background: url("/main/img/contents/mission_bg1.gif") no-repeat center top;
  content: "";
  z-index: -1;
}
.mission > dl.task {
  position: relative;
  text-align: center;
  padding-top: 160px;
  background: url("/main/img/contents/mission_bg2.gif") no-repeat center top;
}
.mission > dl.task > dt {
  font-size: 26px;
  font-family: "Iropke Batang" !important;
  line-height: 20px;
}
.mission > dl.task > dd {
  padding: 25px 8%;
}
.mission > dl.task > dd:after {
  clear: both;
  display: block;
  content: "";
}
.mission > dl.task > dd li {
  float: left;
  width: 33.33%;
}
.mission > dl.task > dd li > p {
  width: 170px;
  height: 170px;
  margin: 0 auto;
  padding-top: 90px;
  color: #fff;
  font-size: 20px;
  letter-spacing: -1.5px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center 30px;
}
.mission > dl.task > dd li:nth-child(1) > p {
  background-color: #5053b7;
}
.mission > dl.task > dd li:nth-child(2) > p {
  margin-top: 80px;
  background-color: #2b64bb;
}
.mission > dl.task > dd li:nth-child(3) > p {
  background-color: #00a49a;
}
.mission > dl.task > dd li.ic1 > p {
  background-image: url("/main/img/contents/mission_ic1.png");
}
.mission > dl.task > dd li.ic2 > p {
  background-image: url("/main/img/contents/mission_ic2.png");
}
.mission > dl.task > dd li.ic3 > p {
  background-image: url("/main/img/contents/mission_ic3.png");
}
.mission > dl.task > dd li.ic4 > p {
  background-image: url("/main/img/contents/mission_ic4.png");
}
.mission > dl.task > dd li.ic5 > p {
  background-image: url("/main/img/contents/mission_ic5.png");
}
.mission > dl.task > dd li.ic6 > p {
  background-image: url("/main/img/contents/mission_ic6.png");
}
.reportGraph {
  position: relative;
  padding: 35px;
  margin-top: 20px;
  border: 1px solid #ddd;
  background: #f7f7f9;
}
.reportGraph:after {
  display: block;
  content: "";
  clear: both;
}
.reportGraph:before {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 60px;
  height: 1px;
  background: #ccc;
  box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.3);
  content: "";
}
.reportGraph > dl {
  float: left;
  position: relative;
  text-align: center;
  padding-top: 200px;
}
.reportGraph.col5 > dl {
  width: 20%;
}
.reportGraph > dl dt {
  color: #111;
  font-size: 17px;
  font-weight: bold;
}
.reportGraph > dl dd {
  position: absolute;
  top: 0;
  bottom: 26px;
  left: 50%;
  width: 50px;
  transform: translateX(-50%);
}
.reportGraph > dl dd p {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #5053b7;
  border-radius: 5px 5px 0 0;
}
.reportGraph > dl:nth-child(3n-1) dd p {
  background: #2b64bb;
}
.reportGraph > dl:nth-child(3n) dd p {
  background: #00a49a;
}
.reportGraph > dl dd p span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
}
.staff > div {
  display: none;
  margin-top: 30px;
}
.staff > div.select {
  display: block;
}
.goTab {
  position: absolute;
  display: block;
  height: 1px;
  overflow: hidden;
  color: #333;
  z-index: 9999;
}
.goTab:hover,
.goTab:focus,
.goTab:active {
  width: auto;
  height: auto;
  color: #333;
  font-weight: bold;
}
.accordion {
  border-top: 2px solid #333;
  border-bottom: 1px solid #333;
}
.accordion dl dt {
  position: relative;
}
.accordion dl dt:before {
  position: absolute;
  left: 15px;
  top: 50%;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #ccc;
  transform: translateY(-50%);
  content: "";
  z-index: -1;
}
.accordion dl.select dt:before {
  border-color: #3e46a3;
}
.accordion dl.select dt:after {
  position: absolute;
  left: 20px;
  top: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #3e46ac;
  transform: translateY(-50%);
  content: "";
  z-index: -1;
}
.accordion dl dt a {
  position: relative;
  display: block;
  padding: 14px 55px 14px;
  font-size: 17px;
}
.accordion dl dt a:before {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 14px;
  height: 2px;
  background: #999;
  transform: translateY(-50%);
  content: "";
}
.accordion dl dt a:after {
  position: absolute;
  right: 26px;
  top: 50%;
  width: 2px;
  height: 14px;
  background: #999;
  transform: translateY(-50%);
  transition: all 0.3s;
  content: "";
}
.accordion dl.select dt a:before {
  background: #333;
}
.accordion dl.select dt a:after {
  background: #333;
  transform: translateY(-50%) rotate(90deg);
}
.accordion dl dd {
  position: relative;
  padding: 25px 50px;
  border-top: 1px dotted #ccc;
  border-bottom: 1px solid #333;
  background: #f5f5f5;
}
.accordion dl dd .bl03 > li:first-child,
.accordion dl dd p.bl03:first-child,
.accordion dl dd dd.bl03:first-child {
  margin-top: 0;
}
.accordion dl dd.noneCon {
  padding: 0;
  border: 0;
}
.individualBox {
  position: relative;
  margin-top: 30px;
  background: #fff;
  border-bottom: 1px solid #0c0c0c;
}
.individualBox:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #4b5fb3, #0d999d);
}
.individualBox * {
  word-break: keep-all;
}
.individualBox > p {
  text-align: center;
  padding: 15px 10px 13px;
  font-size: 17px;
  color: #111;
  font-weight: bold;
  background: #f7f7f9;
}
.individualBox .labelling {
  position: relative;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.individualBox .labelling > li {
  width: 33.33%;
  padding: 20px 10px;
  border-top: 1px solid #ddd;
}
.individualBox .labelling > li:not(:nth-child(3n-2)) {
  border-left: 1px solid #ddd;
}
.individualBox .labelling > li img {
  display: inline-block;
  margin-bottom: 5px;
}
.individualBox .indexCon {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.individualBox .indexCon > li {
  display: inline-block;
  width: 50%;
  padding: 10px 20px;
  font-size: 14px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.individualBox .indexCon > li:nth-child(2n) {
  border-right: 0;
}
.individualBox .indexCon > li img {
  height: 30px;
  vertical-align: middle;
  margin-right: 2px;
}
.individualBox .indexCon > li img:last-of-type {
  margin-right: 5px;
}
.individualBox .labelling > li > div.p_box {
  display: inline-block;
  opacity: 0;
  padding: 4px 12px 5px;
  font-size: 14px;
  border-radius: 3px;
  background-color: #eee;
}
.individualBox .labelling > li:hover div.p_box {
  opacity: 1;
  transition: 0.1s;
}
#detail_con.individual h4 {
  padding-left: 0;
  background: none;
}
#detail_con.individual h4 img {
  height: 44px;
  vertical-align: middle;
  margin-right: 5px;
}
.ol03 {
  counter-reset: ol03;
}
.ol03 > li,
p.ol03,
dd.ol03 {
  position: relative;
  margin-top: 20px;
  margin-left: 5px;
  padding-left: 20px;
  line-height: 1.6em;
  font-size: 16px;
}
.ol03 > li:before,
p.ol03:before,
dd.ol03:before {
  display: block;
  text-align: center;
  content: counter(ol03);
  counter-increment: ol03;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  line-height: 15px;
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #4f5cb4;
}
.ol04 {
  counter-reset: ol04;
}
.ol04 > li,
p.ol04 {
  position: relative;
  margin-top: 6px;
  margin-left: 5px;
  padding-left: 12px;
  line-height: 1.6em;
  font-size: 15px;
}
.ol04 > li:before,
p.ol04:before {
  display: block;
  content: counter(ol04) ".";
  counter-increment: ol04;
  position: absolute;
  left: 0;
  top: 0;
}
h4 + .ol03 {
  margin-left: 8px;
}
h4 + .ol03 > li:first-child,
h4 + p.ol03 {
  margin-top: 20px;
}
.esg_vision {
  position: relative;
  font-family: "Iropke Batang" !important;
}
.esg_vision > dl {
  position: relative;
  text-align: center;
  padding-left: 160px;
  margin-bottom: 40px;
}
.esg_vision > dl > dt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 120px;
  font-size: 20px;
}
.esg_vision > dl > dt p {
  position: absolute;
  width: 100%;
  top: 50%;
  padding: 5px 0;
  border-radius: 10px 0 10px 0;
  transform: translateY(-50%);
  background: #eff3f6;
}
.esg_vision > dl > dt:after {
  position: absolute;
  right: -12px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #eee;
  box-shadow: 10px 0 0 #eee, 20px 0 0 #eee;
  content: "";
}
.esg_vision > dl > dd > ul:after {
  display: block;
  content: "";
  clear: both;
}
.esg_vision > dl > dd > ul > li {
  float: left;
  width: 32%;
}
.esg_vision > dl > dd > ul > li:not(:first-of-type) {
  margin-left: 2%;
}
.esg_vision > dl.st01 {
  margin-bottom: 60px;
}
.esg_vision > dl.st01 > dt {
  position: static;
  width: auto;
  color: #333;
  font-size: 26px;
  background: none;
}
.esg_vision > dl.st01 > dt:after {
  display: none;
}
.esg_vision > dl.st01 > dd {
  margin-top: 8px;
  font-size: 28px;
  color: #363d86;
}
.esg_vision > dl.st02 > dt {
  position: static;
  margin: 0 auto 30px;
  padding: 5px 30px;
  width: auto;
  color: #fff;
  border-radius: 20px;
  background: #333;
  display: inline-block;
}
.esg_vision > dl.st02 > dt:after {
  display: none;
}
.esg_vision > dl.st02 > dd {
  position: relative;
}
.esg_vision > dl.st02 > dd:before {
  position: absolute;
  left: 50%;
  top: -220px;
  height: 290px;
  width: 100%;
  background: url(/main/img/contents/philosophy_arr.gif) no-repeat center bottom;
  background-size: 550px auto;
  content: "";
  transform: translateX(-50%);
  opacity: 0.5;
  z-index: -2;
}
.esg_vision > dl.st02 > dd p {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  padding-top: 55px;
  color: #fff;
  font-size: 17px;
  border-radius: 50%;
  background: #333 no-repeat center 16px;
}
.esg_vision > dl.st02 > dd p span {
  padding: 0 5px 1px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.1);
}
.esg_vision > dl.st02 > dd .env p {
  background-color: #2b64bb;
  background-image: url(/main/img/contents/esg01.png);
}
.esg_vision > dl.st02 > dd .soc p {
  background-color: #5053b7;
  background-image: url(/main/img/contents/esg02.png);
}
.esg_vision > dl.st02 > dd .gov p {
  background-color: #00a49a;
  background-image: url(/main/img/contents/esg03.png);
}
.esg_vision > dl.st03 > dd li {
  position: relative;
  font-size: 20px;
}
.esg_vision > dl.st03 > dd li:before {
  position: absolute;
  top: -20px;
  left: 50%;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-radius: 50%;
  transform: translateX(-50%);
  content: "";
}
.esg_vision > dl.st03 > dd li:nth-child(1):before {
  border-color: #2b64bb;
}
.esg_vision > dl.st03 > dd li:nth-child(2):before {
  border-color: #5053b7;
}
.esg_vision > dl.st03 > dd li:nth-child(3):before {
  border-color: #00a49a;
}
.esg_vision > dl.st04 > dd li {
  position: relative;
  border-radius: 15px 0 15px 0;
  background: #eff3f6;
}
.esg_vision > dl.st04 > dd li p.tit {
  padding: 20px 0 15px;
  color: #fff;
  font-size: 18px;
  border-radius: 15px 0 15px 0;
  background: #333;
}
.esg_vision > dl.st04 > dd li p.txt {
  padding: 15px;
  font-size: 15px;
  line-height: 22px;
}
.esg_vision > dl.st04 > dd li p.tit span {
  position: absolute;
  top: -12px;
  left: 50%;
  width: 21px;
  height: 21px;
  line-height: 21px;
  color: #111;
  font-weight: 600;
  border: 3px solid;
  border-radius: 50%;
  background: #fff;
  display: block;
  box-sizing: content-box;
  transform: translateX(-50%);
}
.esg_vision > dl.st04 > dd li:nth-child(1) p.tit {
  background: #2b64bb;
}
.esg_vision > dl.st04 > dd li:nth-child(2) p.tit {
  background: #5053b7;
}
.esg_vision > dl.st04 > dd li:nth-child(3) p.tit {
  background: #00a49a;
}
.esg_vision > dl.st04 > dd li:nth-child(1) p.tit span {
  color: #2b64bb;
  border-color: #2b64bb;
}
.esg_vision > dl.st04 > dd li:nth-child(2) p.tit span {
  color: #5053b7;
  border-color: #5053b7;
}
.esg_vision > dl.st04 > dd li:nth-child(3) p.tit span {
  color: #00a49a;
  border-color: #00a49a;
}
.esg_vision > dl.st05 > dd li {
  text-align: left;
  padding: 15px;
  border: 2px solid;
  border-radius: 10px;
}
.esg_vision > dl.st05 > dd li:nth-child(1) {
  border-color: #2b64bb;
}
.esg_vision > dl.st05 > dd li:nth-child(2) {
  border-color: #5053b7;
}
.esg_vision > dl.st05 > dd li:nth-child(3) {
  border-color: #00a49a;
}
.esg_vision > dl.st05 > dd li p {
  position: relative;
  padding-left: 8px;
}
.esg_vision > dl.st05 > dd li p:not(:first-child) {
  margin-top: 5px;
}
.esg_vision > dl.st05 > dd li p:before {
  position: absolute;
  left: 0;
  top: 7px;
  width: 3px;
  height: 3px;
  background: #111;
  content: "";
}
.esg_vision > dl.st06 > dd > ul > li {
  background: #eee;
}
.esg_vision > dl.st06 > dd > ul > li p {
  padding: 10px;
  color: #fff;
  background: #333;
}
.esg_vision > dl.st06 > dd > ul > li ul {
  text-align: left;
  padding: 10px 15px;
}
.esg_vision > dl.st06 > dd > ul > li ul > li {
  position: relative;
  padding-left: 8px;
  margin: 5px 0;
}
.esg_vision > dl.st06 > dd > ul > li ul > li:before {
  position: absolute;
  left: 0;
  top: 9px;
  width: 3px;
  height: 1px;
  background: #333;
  content: "";
}
.missing p.img > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.missing p.img > a:focus:after {
  border: 3px solid red !important;
  box-shadow: inset 2px 2px #000, inset -2px -2px #000;
}
.cardSlide {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.cardSlide .control {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - (56px / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 120%;
  z-index: 9;
}
.cardSlide .control a {
  display: block;
  width: 56px;
  height: 56px;
  font-size: 0;
  text-indent: -5000px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.05) url("/img/contents/control.svg") no-repeat;
}
.cardSlide .control a.next {
  transform: rotate(180deg);
}
.cardSlide > .list {
  margin: 0 auto;
  max-width: 80%;
  overflow: hidden;
}
.cardSlide > .list > ul {
  position: relative;
  display: flex;
  white-space: nowrap;
}
.cardSlide > .list > ul > li {
  flex: 0 0 100%;
  display: block;
  line-height: 0;
  overflow: hidden;
}
.cardSlide > .list > ul > li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.photo_flex li {
  position: relative;
  width: 49%;
  margin-bottom: 20px;
}
.photo_flex.photo_flex2 li {
  width: 100%;
}
.photo_flex li dt {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  padding: 12px 20px;
  color: #fff;
  font-weight: bold;
  border-bottom: 0;
  border-radius: 20px 0 0 0;
  background: linear-gradient(to right, #505ab5, #069f9b);
  z-index: 1;
}
.photo_flex li .photo {
  margin-top: 0 !important;
}
.advertisement-ex-pl {
  background: #f5f5f5;
  padding: 16px 20px;
  text-align: center;
  border: 3px solid #eee;
}
.advertisement-ex-txt {
  color: red;
  font-size: 13px;
  font-weight: bold;
}
.advertisement-ex-po {
  display: block;
  color: #0070c0;
  font-size: 32px;
  font-weight: bold;
}
.advertisement-ex-po.im {
  color: red;
}
.mapwarp {
  width: 100%;
  overflow: hidden;
  border: 1px solid #ddd;
  margin-top: 10px;
}
.mapwarp .location_info {
  padding: 0 10px;
  margin-top: 5px;
}
@media screen and (min-width: 801px) {
  .organ .o3_1.line_hor:before {
    left: 50%;
    top: -140px;
    width: 510%;
  }
  .organ .o3_2 > ul.line_hor:before {
    left: 9.5%;
    top: 40px;
    width: 78.6%;
  }
  .organ .o3_3 > ul.line_hor:before {
    left: 8.5%;
    top: 40px;
    width: 76.5%;
  }
  .organ .o3 > li > ul > li:after {
    top: -35px;
    height: 35px;
  }
  .organ .o3 {
    padding-top: 140px;
  }
  .organ .o3 > li.o3_1 {
    margin-top: 50px;
  }
  .organ .o3 > li > ul {
    display: flex;
    gap: 4px;
    padding-top: 75px;
  }
  .organ .o3 > li:nth-of-type(n + 2) > ul > li {
    float: left;
  }
  .organ .o3 > li > ul > li > p {
    min-height: 60px;
    letter-spacing: -0.08em;
  }
  .organ .o3 .part {
    padding: 10px 5px;
  }
  .organ .o3 .part li {
    padding: 4px 0;
    font-size: 12px;
    letter-spacing: -0.08em;
  }
  .organ .o3 .part li:nth-of-type(n + 2) {
    border-top: 1px solid #d5d8da;
  }
  table.organTable {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  #detail_con .point:after {
    display: none;
  }
  #detail_con ol.step > li {
    float: none;
    width: 100% !important;
    margin: 1% 0 33px !important;
  }
  #detail_con ol.step > li:before {
    left: 50% !important;
    top: auto;
    bottom: -20px;
    margin-left: -10px;
    transform: rotate(45deg);
  }
  #detail_con ol.step > li:last-child:before {
    display: none;
  }
  .greeting .intro {
    padding: 4%;
    text-align: center;
  }
  .greeting .intro .hphoto {
    margin: 20px auto;
    border: 0;
  }
  .greeting .intro .hphoto img {
    max-width: 100%;
  }
  .greeting .intro > p {
    position: static;
  }
  .greeting .intro > p.tit {
    width: 80%;
  }
  .greeting .intro > p.txt {
    padding: 5px 15px 30px;
  }
  .camf .tit dd br {
    display: none;
  }
  .camf .role dl {
    float: none;
    width: 100%;
    margin: 1% 0;
  }
  .camf .role dl dd br {
    display: none;
  }
  .athletic img {
    max-width: 50%;
  }
  .history {
    padding-left: 0;
  }
  .history .tit {
    position: static;
    text-align: right;
  }
  .organ .o3.line_hor:before {
    left: 16.2%;
    top: -30px;
    width: 67.7%;
  }
  .organ .o3_1.line_ver:after {
    top: -30px;
    height: 80px;
  }
  .organ .o3_2.line_ver:after {
    top: -30px;
    height: 100px;
  }
  .organ .o3_3.line_ver:after {
    top: -30px;
    height: 100px;
  }
  .organ .o2 {
    margin: 10px auto 50px;
  }
  .organ .o3 > li {
    width: 32.3%;
  }
  .organ .o3 > li.o3_2,
  .organ .o3 > li.o3_3 {
    margin-left: 1.5%;
  }
  .organ .o3 > li > p,
  .organ .o3 > li > ul > li > p {
    width: 100%;
    max-width: 150px;
  }
  .organ .o3 > li > ul {
    margin-top: 15px;
  }
  .organ .o3 > li > ul > li {
    margin-top: 3px;
    background: none;
  }
  .organ .o3 > li > ul > li br {
    display: none;
  }
  .organ .o3 > li.o3_1 > ul,
  .organ .o3 > li.o3_1 > ul > li {
    margin-top: 0;
  }
  .organ .o3 > li.o3_1 > ul > li > p {
    height: 50px;
    padding: 0;
    line-height: 50px;
    font-size: 16px;
  }
  .organ .o3 .part {
    display: none;
  }
  .esg_vision > dl {
    padding-left: 0;
  }
  .esg_vision > dl > dt {
    display: none;
  }
  .cardSlide > .list {
    max-width: 100%;
  }
  .cardSlide .control {
    top: calc(50% - (40px / 2));
  }
  .cardSlide .control a {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.8);
    background-size: 40px;
  }
  .photo_flex li {
    width: 100%;
  }
  .open_book_new > li {
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  .tableScroll {
    width: 100%;
    overflow-x: scroll;
  }
  .tableScroll > table {
    min-width: 800px;
  }
  table.data th,
  table.data td {
    padding: 10px;
    font-size: 14px !important;
  }
  .athletic p {
    padding-right: 0;
  }
  .athletic p.tit {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .athletic img {
    position: static;
    max-width: 100%;
    margin-top: 30px;
  }
  .history {
    margin-top: 30px;
  }
  .history .list > dl {
    padding-left: 150px;
  }
  .history .list > dl dd:before {
    left: -55px;
    width: 40px;
  }
  .open_book > li {
    width: 46%;
    margin-bottom: 4%;
  }
  .relation > ul {
    overflow: hidden;
  }
  .relation > ul > li {
    float: left;
    width: 50%;
    text-align: center;
    padding-left: 0;
  }
  .relation > ul > li > a {
    position: static;
    max-width: 90%;
    height: auto;
  }
  .relation > ul > li > a img {
    max-width: 90%;
  }
  .relation > ul > li > dl {
    display: none;
  }
  .sitemap dl {
    width: 47%;
  }
  .phil2020 .corevalue > p {
    display: none;
  }
  .phil2020 .corevalue > ul > li {
    float: none;
    width: 100%;
    margin-bottom: 50px;
  }
  .open_book > li:nth-child(n + 4) {
    margin-top: 0;
  }
  .phil2023 > dl.target {
    padding-left: 0;
  }
  .phil2023 > dl.target > dt,
  .phil2023 > dl.target > dt:after {
    display: none;
  }
  .open_book_new > li {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .conbtn {
    width: 100%;
    margin-left: 0 !important;
  }
  .open_book > li {
    width: 100%;
    margin: 0 0 4%;
  }
  .athletic .conbtnBox {
    margin-top: 30px;
  }
  .philosophy .strategy dl dt {
    font-size: 17px;
  }
  .philosophy .strategy dl dd li {
    font-size: 13px;
  }
  .sitemap dl {
    width: 100%;
    margin: 0 0 50px;
  }
  .phil2020 .vision {
    width: 280px;
    height: 280px;
    padding: 25px;
  }
  .phil2020 .vision:before {
    left: 25px;
    top: 25px;
    bottom: 25px;
    right: 25px;
  }
}
