/* common */
.b {
  font-weight: 700;
}
.sub_tit {
  margin-bottom: 20px;
}
.sub_wrap {
  margin-bottom: 0;
}
span.blue {
  color: #364e98;
}
h5.conTitle {
  font-family: "handFont", Segoe UI;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: #555555;
  margin-bottom: 30px;
  letter-spacing: 3px;
}
.topLine {
  background-color: #005ab2;
  width: 87px;
  height: 5px;
  margin-bottom: 10px;
}
h5.title1 {
  /* 왼쪽선 */
  margin-bottom: 20px;
  padding-left: 5px;
  border-left: 5px solid #005ab2;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #0159b2;
}
h5.title2 {
  /* 검은 제목*/
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}
.title3 {
  color: #fff;
  position: absolute;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -1.2px;
}
table.table1 {
  border-top: 2px solid #888888;
  border-bottom: 2px solid #888;
}
table.table1 th,
table.table1 td {
  padding: 5px 4px 4px;
}
table.table1 col:nth-of-type(1) {
  width: 111px;
}
table.table1 col:nth-of-type(2) {
  width: 279px;
}
table.table1 col:nth-of-type(3) {
  width: 274px;
}
table.table1 col:nth-of-type(4) {
  width: 59px;
}
table.table1 th {
  border-bottom: 1px solid #888;
  background-color: #d7dded;
  font-size: 17px;
  font-weight: 700;
}
table.table1 td {
  font-weight: 500;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.6;
}
table.table1 td:last-of-type {
  border-right: 0;
}
table.table1 tr:last-of-type {
  border-bottom: 0;
}
table.table1 .tit {
  background-color: #efefef;
  font-weight: 700;
}
ul.roundList {
  margin-left: 14px;
}
ul.roundList > li {
  position: relative;
  margin-bottom: 10px;
}

ul.roundList > li::after {
  position: absolute;
  left: -14px;
  top: 6px;
  content: "";
  border-radius: 50%;
  background-color: #005ab2;
  width: 8px;
  height: 8px;
}
.imgTit.roundList {
  text-align: center;
  margin-left: 0;
}
.imgTit.roundList li {
  display: inline-block;
}
ul.lineList > li {
  position: relative;
  line-height: 1.8;
  font-size: 14px;
  letter-spacing: -1px;
}
ul.lineList > li::after {
  content: "";
  height: 1px;
  width: 6px;
  background-color: #343434;
  position: absolute;
  left: -8px;
  top: 12px;
}
ul li:last-of-type {
  margin-bottom: 0;
}
/* sub1 */
.index_sub1 {
  background: url("/img/sub1-1_bg.jpg") no-repeat right top;
}
.index_sub1 .conTit1 {
  font-family: "Playball", cursive;
  font-weight: 400;
  font-size: 40px;
}
.index_sub1 .conTit1 .blue {
  font-weight: 700;
  color: #005ab2;
}
.index_sub1 .conTit2 {
  font-family: "handFont", cursive;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #9a9a9a;
  margin-bottom: 20px;
}
.index_sub1 .topLine {
  margin-bottom: 20px;
}
.index_sub1 .con p {
  width: 67%;
  font-weight: 500;
  letter-spacing: -1px;
}
.index_sub1 .title2 {
  text-align: center;
  font-size: 18px;
  letter-spacing: -1px;
  padding: 20px 0 30px;
}
/* sub1-2 */
.index_sub1_2 {
  position: relative;
  width: 732px;
  height: 458px;
  background: url("/img/sub1-2_bg.jpg") no-repeat left top;
  padding-bottom: 100px;
}
.index_sub1_2 .txt1 {
  font-size: 32px;
  font-weight: 900;
  color: #354d93;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
}
.index_sub1_2 .txt2 {
  text-align: center;
  border: 1px solid #d7d7d7;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  padding: 8px 0;
  width: 146px;
  background: linear-gradient(#fff, #9aa7ca 30%, #354d93);
  position: absolute;
  left: 420px;
  top: 145px;
}
.index_sub1_2 .teamList {
  position: absolute;
  top: 250px;
  left: 50%;
  transform: translateX(-50%);
  width: 560px;
  justify-content: space-between;
  display: flex;
}
.index_sub1_2 .teamList > li {
  width: 146px;
}
.index_sub1_2 .txt3 {
  text-align: center;
  border: 1px solid #d7d7d7;
  padding: 8px 0;
  width: 146px;
  font-weight: 500;
  background: linear-gradient(#fff, #ecedef 30%, #a8b1ba);
  margin-bottom: 28px;
}
.index_sub1_2 .txt4 {
  text-align: center;
  border: 1px solid #d7d7d7;
  padding: 8px 0;
  width: 146px;
  font-weight: 500;
  background: linear-gradient(#fff, #fcfcfc 30%, #f3f3f3);
}
.index_sub1_2 .sub {
  padding: 5px 10px;
}
.index_sub1_2 .sub li {
  position: relative;
  padding-left: 15px;
  width: 120px;
}
.index_sub1_2 .sub li::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 11px;
  height: 4px;
  background-color: #005ab2;
  border-radius: 4px;
  left: 0;
  top: 8px;
}
/* sub1-3 */
.index_sub1_3 {
  margin-bottom: 100px;
}
.historyList > li {
  position: relative;
  padding: 15px 0 10px 0;
}
.historyList > li::after {
  position: absolute;
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  left: 0;
  top: -1px;
  background: url("/img/sub1-3_line.jpg") no-repeat top left;
}
.historyList > li:last-of-type:before {
  position: absolute;
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  left: 0;
  bottom: 1px;
  background: url("/img/sub1-3_line.jpg") no-repeat top left;
}
.historyList dl {
  display: flex;
}
.historyList .year {
  font-size: 26px;
  font-weight: 900;
  color: #757575;
  padding-left: 18px;
  width: 170px;
  letter-spacing: 1px;
}
.historyList .lineList {
  font-size: 11px;
  padding-top: 8px;
}
.historyList .lineList li {
  line-height: 1.7;
}
.historyList .bgImg {
  background: url("/img/sub1-3_3.jpg") no-repeat right 25px top;
}
.historyList .imgArea {
  position: relative;
  padding-top: 40px;
}
.historyList .imgArea .title3 {
  position: absolute;
  z-index: 1;
  background-color: #37519e;
}
.historyList .imgArea1 .tit1 {
  left: 20px;
  top: 43px;
  width: 340px;
}
.historyList .imgArea1 .tit2 {
  left: 384px;
  top: 43px;
}
.historyList .imgArea1 .tit3 {
  left: 20px;
  top: 264px;
}
.historyList .imgArea2 .tit1 {
  left: 20px;
  top: 43px;
}
.historyList .imgArea2 .tit2 {
  left: 384px;
  top: 43px;
}
/* sub1-4 */
.index_sub1_4 .conTitle {
  margin-bottom: 15px;
}
.index_sub1_4 .imgArea {
  position: relative;
  margin-bottom: 30px;
}
.index_sub1_4 .imgArea .txt,
.index_sub1_4 .imgArea .txtL {
  position: absolute;
}
.index_sub1_4 .imgArea .txt1 {
  font-size: 16px;
  left: 243px;
  top: 37px;
  font-weight: 800;
  line-height: 1.3;
}
.index_sub1_4 .imgArea .txt2 {
  left: 323px;
  bottom: 247px;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  font-weight: 600;
  width: 90px;
  text-shadow: 0 0 2px #7887b0;
}
.index_sub1_4 .imgArea .txtL {
  bottom: 145px;
  font-weight: 800;
  font-size: 16px;
  width: 145px;
  text-align: center;
  transform: translateY(50%);
}
.index_sub1_4 .imgArea .txt3 {
  left: 127px;
}
.index_sub1_4 .imgArea .txt4 {
  left: 295px;
}
.index_sub1_4 .imgArea .txt5 {
  left: 463px;
}
/* sub1-5 */
.index_sub1_5 .conTitle {
  margin-bottom: 15px;
}
.index_sub1_5 .con {
  display: flex;
  align-items: flex-start;
}
.index_sub1_5 .infoArea {
  margin-right: 35px;
}
.index_sub1_5 .infoArea > li {
  margin-bottom: 20px;
  margin-top: 20px;
}
.index_sub1_5 .infoArea .tit {
  font-weight: 600;
  font-size: 17px;
  padding-left: 10px;
  padding-top: 10px;
}
.index_sub1_5 .infoArea .tit .blue {
  color: #344c96;
  font-style: italic;
  display: inline-block;
  margin-right: 10px;
}
.index_sub1_5 .infoArea .lineList > li {
  font-weight: 600;
  margin-left: 55px;
  line-height: 1.2;
  padding-top: 3px;
  font-size: 15px;
  margin-bottom: 5px;
}
.index_sub1_5 .imgArea {
  position: relative;
}
.index_sub1_5 .imgArea .txt1,
.index_sub1_5 .imgArea .txt2 {
  position: absolute;
  width: 120px;
  text-align: center;
}
.index_sub1_5 .imgArea .txt1 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
}
.index_sub1_5 .imgArea .txt2 {
  color: #333;
}
.index_sub1_5 .imgArea .txt1_1 {
  top: 90px;
  left: 40px;
}
.index_sub1_5 .imgArea .txt1_2 {
  top: 90px;
  right: 38px;
}
.index_sub1_5 .imgArea .txt1_3 {
  bottom: 120px;
  left: 141px;
  color: #333;
}
.index_sub1_5 .imgArea .txt2_1 {
  top: 100px;
  left: 140px;
  font-size: 18px;
  font-weight: 700;
}
.index_sub1_5 .imgArea .txt2_2 {
  top: 148px;
  left: 140px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
/* sub2 */
.index_sub2 .con {
  margin-bottom: 60px;
}
.index_sub2 .roundList {
  margin-left: 24px;
}
.index_sub2 .lineList {
  margin-left: 10px;
}
.index_sub2 .imgArea1 {
  padding: 10px 0 40px;
}
/* sub2-2 */
.index_sub2_2 {
  background: #fff url("/img/sub2-2_bg.jpg") no-repeat top left;
}
.index_sub2_2 h5.title2 {
  margin-bottom: 20px;
}
.index_sub2_2 .con {
  margin-bottom: 50px;
}
.index_sub2_2 .con1 .roundList {
  margin-left: 20px;
}
.index_sub2_2 .roundList li {
  margin-bottom: 20px;
  font-weight: 500;
}
.index_sub2_2 .imgArea1 {
  display: inline-block;
}
.index_sub2_2 .imgTit.roundList {
  font-size: 15px;
  padding-top: 15px;
}
.index_sub2_2 .imgTit.roundList > li::after {
  top: 9px;
}
.index_sub2_2 .stepList {
  display: flex;
  justify-content: space-between;
  color: #fff;
  padding-bottom: 50px;
}
.index_sub2_2 .stepList li {
  padding: 10px;
  width: 163px;
  position: relative;
}
.index_sub2_2 .stepList li:nth-of-type(1) {
  background-color: #1d7fca;
}
.index_sub2_2 .stepList li:nth-of-type(2) {
  background-color: #1da6ca;
}
.index_sub2_2 .stepList li:nth-of-type(3) {
  background-color: #1dca88;
}
.index_sub2_2 .stepList li:nth-of-type(4) {
  background-color: #72bc29;
}
.index_sub2_2 .stepList .num {
  font-size: 20px;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  margin-bottom: 10px;
}
.index_sub2_2 .stepList .txt {
  text-align: center;
  padding-bottom: 40px;
}
.index_sub2_2 .stepList .icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
}
.index_sub2_2 .imgArea2 {
  display: inline-block;
}
/* sub2_3 */
.index_sub2_3 .title2 {
  margin-bottom: 0;
}
.index_sub2_3 .imgArea1 {
  position: relative;
}
.index_sub2_3 .imgArea1 .txtArea {
  position: absolute;
  left: 44px;
  top: 210px;
  transform: translateY(-50%);
}
.index_sub2_3 .imgArea1 .txtArea .topLine {
  width: 68px;
  color: #344c94;
  margin-bottom: 5px;
}
.index_sub2_3 .imgArea1 .txtArea {
  display: flex;
  align-items: center;
  width: 673px;
}
.index_sub2_3 .imgArea1 .leftArea {
  padding-top: 18px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.8px;
  border-right: 1px solid #eaeaea;
  width: 54.7%;
}
.index_sub2_3 .imgArea1 li {
  margin-bottom: 20px;
}
.index_sub2_3 .imgArea1 .rightArea {
  padding-left: 58px;
  width: 36.7%;
}
.index_sub2_3 .imgArea1 .rightArea li {
  text-indent: -50px;
  padding-left: 50px;
  line-height: 1.8;
  font-weight: 500;
}
.index_sub2_3 .table1 {
  width: 726px;
  margin-bottom: 30px;
}
.index_sub2_3 .table1 col:first-of-type {
  width: 15%;
}
.index_sub2_3 .table1 th {
  font-size: 18px;
}
.index_sub2_3 .table1 td {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  font-weight: 600;
}
.index_sub2_3 .table1 td:not(.tit) {
  padding-right: 100px;
}
.index_sub2_3 .imgArea2 {
  position: relative;
  margin-bottom: 30px;
}
.index_sub2_3 .imgArea2 .title3 {
  top: 8px;
  left: 13px;
}
.index_sub2_3 .imgArea2 .txt1 {
  position: absolute;
  left: 24px;
  bottom: 228px;
  font-size: 16px;
  font-weight: 500;
}
.index_sub2_3 .imgArea2 .txt2 {
  position: absolute;
  right: 340px;
  bottom: 59px;
  font-size: 16px;
  font-weight: 500;
}
/* sub3 */
.mapTxt {
  padding: 20px 0 70px 5px;
}
.mapTxt dl {
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  margin-bottom: 2px;
}
.mapTxt dl:last-of-type {
  margin-bottom: 0;
}
.mapTxt dl dt {
  height: 100%;
  background-color: #0058ac;
  color: #fff;
  min-width: 76px;
  padding-left: 7px;
}
.mapTxt dl dd {
  padding-left: 5px;
}
