/* 타이틀공통 */
.page_title1 {
  position: relative;
  display: block;
  text-align: center;
  margin: 80px 0 40px 0;
}
.page_title1:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background: #222;
}
.page_title1 .title {
  display: inline-block;
  font-size: 2.5em;
  color: #000;
  line-height: 1.4;
  font-weight: 700;
  word-break: keep-all;
}
.page_title1 .title_desc {
  display: block;
  margin-top: 20px;
  font-size: 1.25em;
  color: #000;
  line-height: 1.6;
  word-break: keep-all;
}
.page_title1 .title_desc span {
  display: inline-block;
  font-size: 1em;
  color: #45a6e6;
  line-height: 1.6;
  font-weight: 600;
}

.page_title2 {
  display: block;
  text-align: center;
  margin: 80px 0 40px 0;
}
.page_title2 .title {
  position: relative;
  display: inline-block;
  font-size: 2.5em;
  color: #000;
  line-height: 1.2;
  font-weight: 700;
  background: #fff;
}
.page_title2 .title:after {
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  right: -10px;
  top: -5px;
  width: 10px;
  height: 10px;
  background: #45a6e6;
  border-radius: 10px;
}
.page_title2 .title span {
  color: #00529b;
}
.page_title2 .title_desc {
  display: block;
  margin-top: 15px;
  font-size: 1.25em;
  color: #333;
  line-height: 1.4;
  word-break: keep-all;
}

.page_title3 {
  position: relative;
  display: block;
  text-align: center;
  margin: 100px auto 50px;
}
.page_title3:after {
  content: "";
  display: block;
  clear: both;
}
.page_title3 .title_num {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  display: block;
  font-size: 10em;
  color: #f5f5f5;
  line-height: 1.4;
  font-weight: 900;
  font-style: normal;
}
.page_title3 .title {
  display: inline-block;
  font-size: 2.5em;
  color: #000;
  line-height: 1.4;
  font-weight: 700;
  word-break: keep-all;
}
.page_title3 .title_desc {
  display: block;
  margin-top: 20px;
  font-size: 1.5em;
  color: #000;
  line-height: 1.6;
  word-break: keep-all;
}
.page_title3 .title_desc span {
  display: inline-block;
  font-size: 1em;
  color: #45a6e6;
  line-height: 1.6;
  font-weight: 600;
}

/* 인사말1 */
.company1-1 {
  width: 100%;
}
.company1-1:after {
  content: "";
  display: block;
  clear: both;
}
.company1-1 .img_cont {
  position: relative;
  width: 100%;
  height: 400px;
  margin-bottom: 50px;
}
.company1-1 .img_cont .imgs {
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: url("../company/image/01.jpg") no-repeat 50% 20%;
  background-size: cover;
}
.company1-1 .img_cont .imgs img {
  width: 100%;
}
.company1-1 .img_cont .img_nemo {
  z-index: 1;
  content: "";
  position: absolute;
  right: 2%;
  bottom: -25px;
  min-width: 40%;
  padding: 40px;
  text-align: left;
  background: linear-gradient(135deg, #45a6e6 0%, #00529b 100%);
  transition: 0.5s all ease;
}
.company1-1 .img_cont .img_nemo em {
  display: block;
  font-size: 1em;
  color: #fff;
  line-height: 1.4;
  word-break: keep-all;
  font-style: normal;
  letter-spacing: 0.25em;
}
.company1-1 .img_cont .img_nemo p {
  display: block;
  margin-top: 15px;
  font-size: 1.5em;
  color: #fff;
  line-height: 1.2;
  word-break: keep-all;
}
.company1-1 .ceo_msg {
  width: 100%;
  padding: 0 2%;
}
.company1-1 .ceo_msg:after {
  content: "";
  display: block;
  clear: both;
}
.company1-1 .ceo_msg .txts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.company1-1 .ceo_msg .txts dl {
  width: 47%;
} /* 인사말내용이 짧을경우 width:100%로 변경사용 */
.company1-1 .ceo_msg .txts dl dt {
  width: 100%;
  font-size: 2em;
  color: #000;
  line-height: 1.3;
  font-weight: 500;
  word-break: keep-all;
}
.company1-1 .ceo_msg .txts dl dd {
  width: 100%;
}
.company1-1 .ceo_msg .txts dl dd p {
  margin-top: 30px;
  font-size: 1em;
  color: #222;
  line-height: 1.6;
  word-break: keep-all;
}
.company1-1 .ceo_msg .sign {
  display: block;
  text-align: right;
  font-size: 1em;
  color: #222;
  line-height: 1.6;
}
.company1-1 .ceo_msg .sign span {
  display: block;
  font-size: 1.5em;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.company1-2 {
  width: 100%;
  text-align: center;
}
.company1-2:after {
  content: "";
  display: block;
  clear: both;
}
.company1-2 ul {
  width: 100%;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}
.company1-2 ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin: 0.5%;
  min-height: 120px;
  border: 1px solid #ddd;
}
.company1-2 ul li .con_box {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 40px;
  text-align: left;
}
.company1-2 ul li .icons {
  width: 18%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 2em;
}
.company1-2 ul li .txts {
  width: 80%;
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
}
.company1-2 ul li .txts dt {
  font-size: 1em;
  color: #222;
  line-height: 1.2;
}
.company1-2 ul li .txts dd {
  margin-top: 10px;
  font-size: 1.5em;
  color: #000;
  line-height: 1.4;
  font-weight: 700;
}

/* 인사말2 */
.company2-1 {
  width: 100%;
}
.company2-1:after {
  content: "";
  display: block;
  clear: both;
}
.company2-1 .img_cont {
  width: 100%;
  margin-bottom: 50px;
}
.company2-1 .img_cont img {
  max-width: 100%;
}
.company2-1 .ceo_msg {
  width: 100%;
}
.company2-1 .ceo_msg .con_left {
  float: left;
  width: 30%;
  font-size: 2em;
  color: #000;
  line-height: 1.4em;
}
.company2-1 .ceo_msg .con_left .nemo {
  position: relative;
  margin: 0 auto;
  width: 95%;
  height: 250px;
  border: 10px solid #eee;
}
.company2-1 .ceo_msg .con_left .nemo_txt {
  z-index: 1;
  position: absolute;
  width: 115%;
  padding: 20px 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background: #fff;
}
.company2-1 .ceo_msg .con_left .nemo_txt p {
  font-size: 2em;
  color: #000;
  line-height: 1.4em;
}
.company2-1 .ceo_msg .con_left .nemo_txt img {
  max-width: 100%;
}
.company2-1 .ceo_msg .con_right {
  float: right;
  width: 70%;
  padding-left: 5%;
}
.company2-1 .ceo_msg .con_right p {
  color: #313131;
  line-height: 1.6em;
}
.company2-1 .ceo_msg .con_right .bold {
  color: #000;
  line-height: 1.3em;
  font-size: 2em;
  padding-bottom: 30px;
}
.company2-1 .ceo_msg .con_right .sign {
  display: block;
  font-size: 1.25em;
  color: #000;
  text-align: right;
  margin-top: 30px;
}

.company2-2 {
  width: 100%;
  margin-top: 50px;
}
.company2-2 .con_arrow {
  font-size: 1.6em;
  font-weight: 700;
  line-height: 30px;
  color: #000;
  margin: 50px 0 20px 0;
}
.company2-2 .con_arrow:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 5px #59647a solid;
  box-sizing: border-box;
  border-radius: 14px;
  background: #fff;
  margin-right: 10px;
}
.company2-2 .con_arrow:first-child {
  margin: 0 0 20px 0;
}
.company2-2 table.tbl_type1 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 2px solid #002b5c;
}
.company2-2 table.tbl_type1 th {
  color: #333;
  text-align: center;
  font-weight: 700;
  padding: 15px 15px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  background: #f8f8f8;
}
.company2-2 table.tbl_type1 td {
  text-align: left;
  padding: 15px 15px;
  border-bottom: 1px solid #eee;
}

/* 연혁1 */
.company3-1 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.company3-1:after {
  content: "";
  display: block;
  clear: both;
}
.company3-1 .con_box {
  width: 100%;
  overflow: hidden;
}
.company3-1 .con_box:after {
  content: "";
  display: block;
  clear: both;
}
.company3-1 .con_box ul {
  width: 100%;
  font-size: 0;
  padding-top: 50px;
}
.company3-1 .con_box ul li {
  width: 100%;
}
.company3-1 .con_box ul li .con_left {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  text-align: center;
}
.company3-1 .con_box ul li .con_left span.year {
  display: inline-block;
  font-size: 1.5em;
  color: #000;
  font-weight: 500;
}
.company3-1 .con_box ul li .con_right {
  display: inline-block;
  vertical-align: top;
  width: 75%;
  padding-left: 50px;
}
.company3-1 .con_box ul li .con_right dl {
  position: relative;
  width: 100%;
  padding-bottom: 40px;
}
.company3-1 .con_box ul li .con_right dl:before {
  z-index: -1;
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: -40px;
  width: 1px;
  height: 100%;
  background: #ddd;
}
.company3-1 .con_box ul li:last-child .con_right dl {
  padding-bottom: 0;
}
.company3-1 .con_box ul li .con_right dl dt {
  position: relative;
  display: block;
  margin-top: 20px;
  font-size: 1.25em;
  color: #000;
  line-height: 1.4;
  font-weight: 500;
}
.company3-1 .con_box ul li .con_right dl dt:first-child {
  margin-top: 0;
}
.company3-1 .con_box ul li .con_right dl dt:after {
  z-index: 0;
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: -44px;
  width: 8px;
  height: 8px;
  background: #4e9cdd;
  border-radius: 8px;
}
.company3-1 .con_box ul li .con_right dl dd {
  display: block;
  margin-top: 10px;
  font-size: 1em;
  color: #555;
  line-height: 1.6;
}
.company3-1 .con_box ul li .con_right dl dd .imgs {
  padding-top: 20px;
}
.company3-1 .con_box ul li .con_right dl dd .imgs img {
  max-width: 100%;
}

/* 연혁2 */
.company4-1 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.company4-1:after {
  content: "";
  display: block;
  clear: both;
}
.company4-1 .history_top {
  width: 120px;
  height: 120px;
  padding-top: 27px;
  margin: 70px auto;
  line-height: 22px;
  font-size: 1.5em;
  text-align: center;
  color: #fff;
  background: #333;
  border-radius: 50%;
}
.company4-1 .timeline {
  position: relative;
  font-size: 1em;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow-y: hidden;
  overflow-x: hidden;
}
.company4-1 .timeline .timeline-block {
  margin-top: -4px;
}
.company4-1 .timeline .timeline-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 50%;
  margin-left: -8px;
  margin-top: 8px;
  border: 3px solid #4e9cdd;
  border-radius: 100%;
  background: #fff;
  text-align: center;
}
.company4-1 .timeline .timeline-icon.timeline-icon-hide-border {
  border: 0;
}
.company4-1 .timeline .timeline-icon.timeline-icon-hide-border i.fa,
.timeline .timeline-icon.timeline-icon-hide-border img {
  margin-left: 0;
  margin-top: 0;
}
.company4-1 .timeline .timeline-icon i.fa,
.timeline .timeline-icon img {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-left: -4px;
  margin-top: -4px;
  vertical-align: bottom;
  line-height: 32px;
  text-align: center;
  font-size: 30px;
}
.company4-1 .timeline .timeline-icon img {
  border-radius: 100%;
}
.company4-1 .timeline .timeline-content {
  position: relative;
  width: 46%;
  padding-bottom: 50px;
  line-height: 20px;
}
.company4-1 .timeline .timeline-content .bar_count {
  font-size: 1.5em;
  color: #000;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 700;
}
.company4-1 .timeline .timeline-content ul li img {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.company4-1 .timeline::before {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 5px;
  left: 50%;
  margin-left: -1px;
  background: #eee;
  content: "";
} /* Half of width */
.company4-1
  .timeline.timeline-alternating
  .timeline-block:nth-of-type(2n + 1)
  .timeline-content {
  text-align: right;
}
.company4-1
  .timeline.timeline-alternating:not(.timeline-left)
  .timeline-block:nth-of-type(2n)
  .timeline-content {
  left: 54%;
}
.company4-1
  .timeline.timeline-alternating:not(.timeline-left)
  .timeline-block:nth-of-type(2n)
  .timeline-date {
  left: auto;
  right: 115%;
  margin-left: -400px;
}

/* 비전1 */
.company5-1 {
  width: 100%;
  padding-top: 10px;
}
.company5-1:after {
  content: "";
  display: block;
  clear: both;
}
.company5-1 ul {
  width: 100%;
  text-align: center;
  margin: 50px auto;
  max-width: 1200px;
}
.company5-1 ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: initial;
  width: 25%;
  height: 0;
  padding-top: 25%;
  margin: -15px;
  border: 1px dashed #aaa;
  box-sizing: border-box;
  border-radius: 100%;
  _mix-blend-mode: multiply;
  overflow: hidden;
}
.company5-1 ul li .tit {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0 15px;
  width: 100%;
  text-align: center;
  transition: 0.5s all ease;
}
.company5-1 ul li .tit em {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -80%);
  font-size: 10em;
  color: #f5f5f5;
  font-weight: 900;
  font-style: normal;
}
.company5-1 ul li .tit span {
  display: block;
  font-size: 1em;
  color: #aaa;
  line-height: 1.2;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.25em;
  word-break: break-all;
}
.company5-1 ul li .tit p {
  display: block;
  margin-top: 15px;
  font-size: 2em;
  color: #000;
  line-height: 1.2;
  font-weight: 700;
}

.company5-2 {
  width: 100%;
  margin-top: 50px;
}
.company5-2:after {
  content: "";
  display: block;
  clear: both;
}
.company5-2 .tit-box {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  padding: 15px;
  background: #45a6e6;
  border-radius: 50px;
  overflow: hidden;
}
.company5-2 .tit-box.bg2 {
  margin-top: 15px;
  background: #00529b;
}
.company5-2 .tit-box .tit {
  width: 22%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-right: 2%;
  padding: 10px 2%;
  background: #fff;
  border-radius: 50px;
  overflow: hidden;
}
.company5-2 .tit-box .tit span {
  display: inline;
  vertical-align: middle;
  font-size: 2em;
  color: #222;
  line-height: 1.2;
  font-weight: 700;
}
.company5-2 .tit-box .tit em {
  display: inline;
  vertical-align: middle;
  margin-left: 15px;
  font-size: 1em;
  color: #aaa;
  font-weight: 500;
  letter-spacing: 0.25em;
  font-style: normal;
}
.company5-2 .tit-box p {
  width: 75%;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.15em;
  color: #fff;
  line-height: 1.6;
  word-break: keep-all;
}

.company5-3 {
  width: 100%;
}
.company5-3:after {
  content: "";
  display: block;
  clear: both;
}
.company5-3 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.company5-3 ul li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 49%;
  margin-bottom: 2%;
  padding: 50px 0;
  background: #f9f9f9;
  border: 1px solid #eee;
  overflow: hidden;
  transition: 0.5s all ease;
}
.company5-3 ul li .tit {
  width: 100%;
  text-align: center;
  border: 0px solid #aaa;
  box-sizing: border-box;
}
.company5-3 ul li .tit i {
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 2em;
  color: #fff;
  background: #45a6e6;
  border-radius: 10px;
  overflow: hidden;
}
.company5-3 ul li .tit p {
  display: block;
  margin-top: 10px;
  font-size: 2em;
  color: #000;
  line-height: 1.4;
  font-weight: 700;
}
.company5-3 ul li .tit em {
  display: block;
  margin-top: 10px;
  font-size: 0.9em;
  color: #aaa;
  line-height: 1.4;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.25em;
}
.company5-3 ul li .txts {
  position: relative;
  width: 100%;
  margin-top: 20px;
  padding: 0 40px;
  text-align: center;
  transition: 0.5s all ease;
}
.company5-3 ul li .txts p {
  display: block;
  text-align: center;
  font-size: 1em;
  color: #000;
  line-height: 1.6;
  word-break: keep-all;
  overflow: hidden;
}
.company5-3 ul li .txts p span {
  display: inline;
  font-size: 1em;
  color: #000;
  font-weight: 700;
}

/* 비전2 */
.company6-1 {
  width: 100%;
  text-align: center;
}
.company6-1:after {
  content: "";
  display: block;
  clear: both;
}
.company6-1 ul {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.company6-1 ul li {
  position: relative;
  float: left;
  display: inline-block;
  width: 23.5%;
  text-align: center;
  margin-right: 2%;
  vertical-align: top;
  padding: 0 15px;
  margin-bottom: 50px;
}
.company6-1 ul li:nth-child(4n) {
  margin-right: 0;
}
.company6-1 ul li:after {
  position: absolute;
  top: 30%;
  left: 100%;
  background: #00529b;
  width: 5px;
  height: 5px;
  content: "";
  border-radius: 5px;
}
.company6-1 ul li:nth-child(4n):after {
  display: none;
}
.company6-1 ul li .icons {
  width: 70%;
  height: 0;
  padding-top: 70%;
  text-align: center;
  box-sizing: border-box;
  border-radius: 100%;
  margin: 0 auto;
  position: relative;
}
.company6-1 ul li .icons i {
  display: block;
  font-size: 4em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 5px 5px rgba(0, 0, 0, 0.2);
}
.company6-1 ul li:nth-child(1) .icons {
  background: #1985b7;
  color: #fff;
  background: url("../company/image/06_1.jpg") no-repeat center center;
  background-size: cover;
}
.company6-1 ul li:nth-child(2) .icons {
  background: #00529b;
  color: #fff;
  background: url("../company/image/06_2.jpg") no-repeat center center;
  background-size: cover;
}
.company6-1 ul li:nth-child(3) .icons {
  background: #6b7786;
  color: #fff;
  background: url("../company/image/06_3.jpg") no-repeat center center;
  background-size: cover;
}
.company6-1 ul li:nth-child(4) .icons {
  background: #333;
  color: #fff;
  background: url("../company/image/06_4.jpg") no-repeat center center;
  background-size: cover;
}
.company6-1 ul li strong {
  display: block;
  margin-top: 20px;
  font-size: 1.5em;
  text-align: center;
}
.company6-1 ul li p {
  display: block;
  text-align: center;
  font-size: 1.05em;
  line-height: 20px;
  margin-top: 20px;
}

.company6-2 {
  width: 100%;
  margin-top: 50px;
}
.company6-2:after {
  content: "";
  display: block;
  clear: both;
}
.company6-2 .tit-box {
  position: relative;
  width: 100%;
  max-width: 80%;
  margin: 25px auto 0;
  padding: 40px 15px;
  background: #fff;
  border: 1px solid #eee;
  overflow: hidden;
}
.company6-2 .tit-box:before {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-left: 3px solid #333;
  border-top: 3px solid #333;
}
.company6-2 .tit-box:after {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  border-right: 3px solid #333;
  border-bottom: 3px solid #333;
}
.company6-2 .tit-box .tit {
  width: 22%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-right: 2%;
  overflow: hidden;
}
.company6-2 .tit-box .tit span {
  display: inline;
  vertical-align: middle;
  font-size: 2em;
  color: #222;
  line-height: 1.2;
  font-weight: 700;
}
.company6-2 .tit-box .tit em {
  display: inline;
  vertical-align: middle;
  margin-left: 15px;
  font-size: 1em;
  color: #aaa;
  font-weight: 500;
  letter-spacing: 0.25em;
  font-style: normal;
}
.company6-2 .tit-box dl {
  width: 75%;
  display: inline-block;
  vertical-align: middle;
}
.company6-2 .tit-box dl dd {
  position: relative;
  margin-bottom: 5px;
  padding-left: 15px;
  font-size: 1.15em;
  color: #222;
  line-height: 1.6;
  word-break: keep-all;
}
.company6-2 .tit-box dl dd:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 4px;
  height: 4px;
  background: #555;
}
.company6-2 .tit-box dl dd:last-child {
  margin-bottom: 0;
}

/* 기업이념 */
.company7-1 {
  width: 100%;
  text-align: center;
}
.company7-1 h2.tit {
  position: relative;
  margin: 0 auto;
  width: 60%;
  padding: 40px 20px;
  background: #f5f5f5;
  border-radius: 15px;
}
.company7-1 h2.tit:after {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
  width: 1px;
  height: 50px;
  background: #ddd;
}
.company7-1 h2.tit p {
  font-size: 2em;
  color: #000;
  line-height: 1.2;
  word-break: keep-all;
}
.company7-1 h2.tit p span {
  color: #45a6e6;
  font-weight: 500;
}
.company7-1 ul {
  position: relative;
  display: flex;
  width: 100%;
  margin-top: 100px;
  padding: 0;
  font-size: 0;
  text-align: center;
}
.company7-1 ul:before {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background: #ddd;
}
.company7-1 ul li {
  position: relative;
  width: 20.5%;
  padding: 50px 2%;
  border-radius: 15px;
}
.company7-1 ul li:before {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -50px;
  width: 1px;
  height: 50px;
  background: #ddd;
}
.company7-1 ul li:after {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 8px;
}
.company7-1 ul li:last-child {
  margin-right: 0;
}
.company7-1 ul li.gap_icons {
  position: relative;
  width: 6%;
  padding: 0;
}
.company7-1 ul li.gap_icons:before,
.company7-1 ul li.gap_icons:after {
  display: none;
}
.company7-1 ul li.gap_icons i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 2em;
  color: #aaa;
}
.company7-1 ul li.bg1 {
  background: #45a6e6;
}
.company7-1 ul li.bg2 {
  background: #00529b;
}
.company7-1 ul li.bg3 {
  background: #001e5d;
}
.company7-1 ul li.bg4 {
  background: #444;
}
.company7-1 ul li .txts {
  width: 100%;
}
.company7-1 ul li .txts i {
  font-size: 3em;
  color: #fff;
}
.company7-1 ul li .txts strong {
  display: block;
  margin: 20px 0;
  font-size: 1.5em;
  color: #fff;
  line-height: 1.2;
}
.company7-1 ul li .txts p {
  display: block;
  font-size: 1em;
  color: #fff;
  line-height: 1.6;
  word-break: keep-all;
}

.company7-2 {
  width: 100%;
  margin-top: 50px;
}
.company7-2:after {
  content: "";
  display: block;
  clear: both;
}
.company7-2 .tit-box {
  position: relative;
  width: 100%;
  max-width: 80%;
  margin: 25px auto 0;
  padding: 40px 15px;
  background: #fff;
  border: 1px solid #eee;
  overflow: hidden;
}
.company7-2 .tit-box:before {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-left: 3px solid #333;
  border-top: 3px solid #333;
}
.company7-2 .tit-box:after {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  border-right: 3px solid #333;
  border-bottom: 3px solid #333;
}
.company7-2 .tit-box .tit {
  width: 22%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-right: 2%;
  overflow: hidden;
}
.company7-2 .tit-box .tit span {
  display: inline;
  vertical-align: middle;
  font-size: 2em;
  color: #222;
  line-height: 1.2;
  font-weight: 700;
}
.company7-2 .tit-box .tit em {
  display: inline;
  vertical-align: middle;
  margin-left: 15px;
  font-size: 1em;
  color: #aaa;
  font-weight: 500;
  letter-spacing: 0.25em;
  font-style: normal;
}
.company7-2 .tit-box dl {
  width: 75%;
  display: inline-block;
  vertical-align: middle;
}
.company7-2 .tit-box dl dd {
  position: relative;
  margin-bottom: 5px;
  padding-left: 15px;
  font-size: 1.15em;
  color: #222;
  line-height: 1.6;
  word-break: keep-all;
}
.company7-2 .tit-box dl dd:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 4px;
  height: 4px;
  background: #555;
}
.company7-2 .tit-box dl dd:last-child {
  margin-bottom: 0;
}

/* 오시는길 */
.map_wrap {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0px;
}
.map_wrap .g_map {
  height: 450px;
  overflow: hidden;
}
.map_wrap .map_info {
  width: 100%;
  display: inline-block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 30px 0;
}
.map_wrap .map_info span {
  margin: 0 15px;
  font-size: 1em;
  line-height: 1.6;
}
.map_wrap .map_info span strong {
  color: #222;
  margin: 0 10px;
}
.map_wrap .map_info span,
strong {
  display: inline-block;
}
.map_wrap .publicTransit {
  width: 100%;
}
.map_wrap .publicTransit table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.map_wrap .publicTransit table th {
  width: 15%;
  text-align: center;
  font-size: 1em;
  color: #000;
  font-weight: normal;
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
}
.map_wrap .publicTransit table td {
  width: 85%;
  text-align: left;
  font-size: 1em;
  color: #222;
  padding: 15px 20px;
  border-bottom: 1px solid #ddd;
}
.map_wrap .publicTransit table td > a {
  color: #666;
}
.map_wrap .publicTransit table td > a:hover {
  color: #000;
}
.map_wrap .publicTransit table td p {
  margin-top: 10px;
}
.map_wrap .publicTransit table td p span {
  display: inline-block;
  font-size: 0.85em;
  text-align: center;
  color: #fff;
  padding: 0px 8px;
  margin-right: 10px;
  border-radius: 3px 3px 3px 3px;
  background: #2fba06;
}
.roughmap_maker_label .roughmap_lebel_text {
  font-size: 15px;
}

/* 반응형 중간기기 992px 사이즈 이하*/
@media all and (max-width: 992px) {
  .company1-1 .img_cont .img_nemo {
    left: 50%;
    right: 0;
    bottom: 0;
    transform: translateX(-50%);
    padding: 20px 30px;
    width: 100%;
  }
  .company1-1 .ceo_msg .txts dl {
    width: 100%;
  }

  .company1-2 ul li {
    width: 48%;
  }

  .company2-1 .ceo_msg .con_left {
    width: 100%;
  }
  .company2-1 .ceo_msg .con_right {
    width: 100%;
    padding: 0 2%;
    margin-top: 30px;
  }

  .company5-1 ul li .tit em {
    font-size: 5em;
  }
  .company5-1 ul li .tit p {
    margin-top: 10px;
    font-size: 1.5em;
  }

  .company5-2 .tit-box {
    max-width: 100%;
  }
  .company5-2 .tit-box .tit {
    text-align: center;
  }
  .company5-2 .tit-box .tit span {
    display: block;
    font-size: 1.5em;
  }
  .company5-2 .tit-box .tit em {
    display: block;
    margin-left: 0;
  }
  .company5-2 .tit-box p {
    font-size: 1.15em;
  }

  .company5-3 ul {
    flex-wrap: wrap;
  }
  .company5-3 ul li {
    width: 49%;
    margin-bottom: 2%;
  }
  .company5-3 ul li:nth-child(even) {
    margin-right: 0;
  }
  .company5-3 ul li .tit p {
    font-size: 1.5em;
  }
  .company5-3 ul li .txts {
    padding: 0 10px;
  }

  .company6-1 ul li {
    width: 50%;
    margin: 0;
    margin-bottom: 30px;
  }

  .company6-2 .tit-box {
    max-width: 100%;
  }
  .company6-2 .tit-box .tit span {
    font-size: 1.5em;
  }
  .company6-2 .tit-box dl dd {
    padding-left: 15px;
    font-size: 1em;
  }

  .company7-1 h2.tit {
    width: 100%;
  }
  .company7-1 h2.tit p {
    font-size: 1.5em;
  }
  .company7-1 ul {
    flex-direction: column;
    margin-top: 50px;
  }
  .company7-1 ul:before {
    display: none;
  }
  .company7-1 ul li {
    width: 100%;
    margin-bottom: 30px;
    padding: 25px 4%;
  }
  .company7-1 ul li:before,
  .company7-1 ul li:after {
    display: none;
  }
  .company7-1 ul li.gap_icons {
    width: 100%;
  }
  .company7-1 ul li .txts strong {
    margin: 15px 0;
  }
  .company7-1 ul li .txts p {
    font-size: 1em;
  }

  .company7-2 .tit-box {
    max-width: 100%;
  }
  .company7-2 .tit-box .tit span {
    font-size: 1.5em;
  }
  .company7-2 .tit-box dl dd {
    padding-left: 15px;
    font-size: 1em;
  }
}

/* 반응형 중간기기 768사이즈 이하 */
@media screen and (max-width: 768px) {
  .page_title1 {
    margin: 40px 0 20px 0;
  }
  .page_title1 .title {
    font-size: 2em;
  }
  .page_title1 .title_desc {
    font-size: 1.15em;
  }

  .page_title2 {
    margin: 50px 0 20px 0;
  }
  .page_title2 .title {
    font-size: 2em;
  }

  .page_title3 {
    margin-top: 50px;
  }
  .page_title3 .title_num {
    transform: translate(-50%, -40%);
    font-size: 8em;
  }
  .page_title3 .title {
    font-size: 2.5em;
  }
  .page_title3 .title_desc {
    font-size: 1.25em;
  }

  .company3-1 .con_box ul {
    padding-top: 30px;
  }
  .company3-1 .con_box ul li {
    padding-bottom: 50px;
  }
  .company3-1 .con_box ul li .con_left {
    width: 100%;
    background: #eee;
    border-radius: 50px;
  }
  .company3-1 .con_box ul li .con_left span.year {
    padding: 10px;
    font-size: 1.25em;
    color: #000;
  }
  .company3-1 .con_box ul li .con_right {
    width: 100%;
    padding: 0 30px;
    margin-top: 20px;
  }
  .company3-1 .con_box ul li .con_right dl:last-child {
    padding-bottom: 0;
  }
  .company3-1 .con_box ul li .con_right dl:before {
    left: -20px;
  }
  .company3-1 .con_box ul li .con_right dl dt:after {
    left: -24px;
  }

  .company4-1 .history_top {
    margin: 40px auto;
  }
  .company4-1 .timeline .timeline-icon {
    left: 15px;
    margin-top: 6px;
  }
  .company4-1 .timeline .timeline-content {
    width: 100%;
    padding: 0 20px 50px 40px;
  }
  .company4-1 .timeline .timeline-content .bar_count {
    text-align: left;
  }
  .company4-1 .timeline .timeline-content ul li {
    text-align: left;
  }
  .company4-1 .timeline::before {
    left: 15px;
  }
  .company4-1
    .timeline.timeline-alternating:not(.timeline-left)
    .timeline-block:nth-of-type(2n)
    .timeline-content {
    left: 0;
  }

  .company6-1 ul li .icons i {
    font-size: 3em;
  }

  .company6-2 .tit-box {
    padding: 40px 25px;
  }
  .company6-2 .tit-box .tit {
    width: 100%;
    margin-right: 0;
  }
  .company6-2 .tit-box dl {
    width: 100%;
    margin-top: 20px;
  }
  .company6-2 .tit-box dl dd:before {
    top: 10px;
  }

  .company7-2 .tit-box {
    padding: 40px 25px;
  }
  .company7-2 .tit-box .tit {
    width: 100%;
    margin-right: 0;
  }
  .company7-2 .tit-box dl {
    width: 100%;
    margin-top: 20px;
  }
  .company7-2 .tit-box dl dd:before {
    top: 10px;
  }
}

/* 반응형 중간기기 640사이즈 이하 */
@media screen and (max-width: 640px) {
  .company1-1 .ceo_msg .txts dl dt {
    font-size: 1.5em;
  }
  .company1-1 .ceo_msg .txts dl dd p {
    margin-top: 20px;
  }

  .company1-2 ul li .con_box {
    padding: 0 20px;
  }
  .company1-2 ul li .icons {
    width: 100%;
    font-size: 1.5em;
  }
  .company1-2 ul li .txts {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .company1-2 ul li .txts dd {
    font-size: 1.25em;
  }

  .company2-1 .ceo_msg .con_right .bold {
    font-size: 1.85em;
  }

  .company5-1 ul li {
    padding: 0%;
  }
  .company5-1 ul li {
    width: 50%;
    padding-top: 50%;
    margin: -10px;
  }
  .company5-1 ul li .tit em {
    font-size: 8em;
  }
  .company5-1 ul li .tit p {
    margin-top: 10px;
    font-size: 1.5em;
  }

  .company5-2 .tit-box {
    border-radius: 20px;
  }
  .company5-2 .tit-box .tit {
    width: 100%;
    margin-right: 0;
    border-radius: 15px;
  }
  .company5-2 .tit-box p {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }

  .map_wrap .map_info span {
    display: block;
    margin: 0;
    margin-bottom: 5px;
  }
  .map_wrap .publicTransit table th {
    width: 25%;
  }
  .map_wrap .publicTransit table td {
    width: 75%;
  }
}

/* 반응형 작은기기 480사이즈 이하 */
@media screen and (max-width: 480px) {
  .company5-3 ul {
    flex-direction: column;
  }
  .company5-3 ul li {
    width: 100%;
  }

  .company6-1 ul li .icons {
    width: 100%;
    padding-top: 100%;
  }
  .company6-1 ul li .icons i {
    font-size: 3em;
  }
  .company6-1 ul li strong {
    font-size: 1.3em;
  }

  .contest_schedule .schedule_item {
    flex-direction: row;
    text-align: left;
    gap: 10px;
  }

  .contest_schedule .schedule_icon {
    margin: 0;
    flex-shrink: 0;
    width: 35px;
    height: 35px;
  }

  .contest_schedule .schedule_icon i {
    font-size: 0.9em;
  }

  .contest_schedule .schedule_text {
    text-align: left;
    flex: 1;
  }

  .contest_schedule .schedule_text h5 {
    margin-bottom: 8px;
    font-size: 1em;
  }

  .contest_schedule .schedule_text p {
    font-size: 0.9em;
  }
}

/* 반응형 작은기기 360사이즈 이하 */
@media screen and (max-width: 360px) {
}

/* 보호자 동의서 다운로드 섹션 */
.consent_download {
  width: 100%;
  margin: 50px 0;
}

.consent_download .consent_content {
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 15px;
  padding: 40px;
  text-align: center;
  transition: all 0.3s ease;
}

.consent_download .consent_content:hover {
  border-color: #45a6e6;
  box-shadow: 0 5px 15px rgba(69, 166, 230, 0.1);
}

.consent_download .consent_content h3 {
  font-size: 1.5em;
  color: #333;
  margin-bottom: 15px;
  font-weight: 600;
}

.consent_download .consent_content p {
  font-size: 1.1em;
  color: #555;
  line-height: 1.6;
  margin-bottom: 25px;
}

.consent_download .consent_buttons {
  display: flex;
  justify-content: center;
}

.consent_download .btn_consent {
  display: inline-block;
  padding: 15px 30px;
  background: #45a6e6;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid #45a6e6;
}

.consent_download .btn_consent:hover {
  background: #00529b;
  border-color: #00529b;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(69, 166, 230, 0.3);
}

.consent_download .btn_consent i {
  margin-right: 10px;
}

/* 반응형 스타일 */
@media screen and (max-width: 768px) {
  .consent_download .consent_content {
    padding: 30px 20px;
  }

  .consent_download .consent_content h3 {
    font-size: 1.3em;
  }

  .consent_download .consent_content p {
    font-size: 1em;
  }

  .consent_download .btn_consent {
    font-size: 1em;
    padding: 12px 25px;
  }
}

@media screen and (max-width: 480px) {
  .consent_download .consent_content {
    padding: 25px 15px;
  }

  .consent_download .consent_content h3 {
    font-size: 1.2em;
  }

  .consent_download .btn_consent {
    width: 100%;
    max-width: 300px;
  }
}

/* DMZ 공모전 페이지 스타일 */

/* 공모전 개요 */
.contest_overview {
  width: 100%;
  margin: 50px 0;
}

.contest_overview .overview_content {
  background: #f8f9fa;
  padding: 40px;
  border-radius: 10px;
  border-left: 5px solid #45a6e6;
}

.contest_overview .overview_text h3 {
  font-size: 1.5em;
  color: #333;
  margin-bottom: 15px;
  font-weight: 600;
}

.contest_overview .overview_text p {
  font-size: 1.1em;
  color: #555;
  line-height: 1.6;
  margin-bottom: 25px;
}

.contest_overview .overview_text ul {
  list-style: none;
  padding: 0;
}

.contest_overview .overview_text ul li {
  font-size: 1.1em;
  color: #555;
  line-height: 1.8;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.contest_overview .overview_text ul li:before {
  content: "•";
  color: #45a6e6;
  font-weight: bold;
  position: absolute;
  left: 0;
}

/* 참가방법 */
.contest_method {
  width: 100%;
  margin: 50px 0;
}

.contest_method .method_grid {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.contest_method .method_card {
  flex: 1;
  min-width: 300px;
  background: #fff;
  border: 2px solid #e9ecef;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  transition: all 0.3s ease;
}

.contest_method .method_card:hover {
  border-color: #45a6e6;
  box-shadow: 0 5px 15px rgba(69, 166, 230, 0.1);
}

.contest_method .method_icon {
  width: 80px;
  height: 80px;
  background: #45a6e6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.contest_method .method_icon i {
  font-size: 2em;
  color: #fff;
}

.contest_method .method_card h4 {
  font-size: 1.3em;
  color: #333;
  margin-bottom: 20px;
  font-weight: 600;
}

.contest_method .method_details p {
  font-size: 1em;
  color: #555;
  line-height: 1.6;
  margin-bottom: 10px;
}

.contest_method .method_details .small {
  font-size: 0.9em;
  color: #777;
  font-style: italic;
}

/* 접수 정보 */
.contest_info {
  width: 100%;
  margin: 50px 0;
}

.contest_info .info_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.contest_info .info_item {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease;
}

.contest_info .info_item:hover {
  border-color: #45a6e6;
  box-shadow: 0 3px 10px rgba(69, 166, 230, 0.1);
}

.contest_info .info_icon {
  width: 50px;
  height: 50px;
  background: #45a6e6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contest_info .info_icon i {
  font-size: 1.2em;
  color: #fff;
}

.contest_info .info_content h4 {
  font-size: 1.1em;
  color: #333;
  margin-bottom: 5px;
  font-weight: 600;
}

.contest_info .info_content p {
  font-size: 1em;
  color: #555;
  line-height: 1.4;
}

.contest_info .download_link {
  display: inline-block;
  margin-top: 5px;
  padding: 5px 15px;
  background: #45a6e6;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 0.9em;
  font-weight: 500;
  transition: all 0.3s ease;
}

.contest_info .download_link:hover {
  background: #00529b;
  transform: translateY(-1px);
}

/* 시상 내역 */
.contest_awards {
  width: 100%;
  margin: 50px 0;
}

.contest_awards .awards_tabs {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  overflow: hidden;
}

.contest_awards .tab_buttons {
  display: flex;
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
}

.contest_awards .tab_btn {
  flex: 1;
  padding: 15px 20px;
  background: none;
  border: none;
  font-size: 1.1em;
  color: #555;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contest_awards .tab_btn.active {
  background: #45a6e6;
  color: #fff;
}

.contest_awards .tab_btn:hover {
  background: #00529b;
  color: #fff;
}

.contest_awards .tab_content {
  padding: 30px;
}

.contest_awards .tab_panel {
  display: none;
}

.contest_awards .tab_panel.active {
  display: block;
}

.contest_awards .awards_table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.contest_awards .awards_table th {
  background: #f8f9fa;
  padding: 15px;
  text-align: center;
  font-weight: 600;
  color: #333;
  border: 1px solid #e9ecef;
}

.contest_awards .awards_table td {
  padding: 15px;
  text-align: center;
  border: 1px solid #e9ecef;
  color: #555;
}

.contest_awards .awards_table .total_row {
  background: #f8f9fa;
  font-weight: 600;
}

.contest_awards .total_awards {
  text-align: center;
  margin-top: 30px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
}

.contest_awards .total_awards h3 {
  font-size: 1.2em;
  color: #333;
  margin-bottom: 10px;
}

.contest_awards .total_awards span {
  color: #45a6e6;
  font-weight: 700;
}

/* 유의사항 */
.contest_notice {
  width: 100%;
  margin: 50px 0;
}

.contest_notice .notice_list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contest_notice .notice_item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 20px;
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.contest_notice .notice_item:hover {
  border-color: #45a6e6;
  box-shadow: 0 3px 10px rgba(69, 166, 230, 0.1);
}

.contest_notice .notice_icon {
  width: 40px;
  height: 40px;
  background: #ff6b6b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contest_notice .notice_icon i {
  font-size: 1em;
  color: #fff;
}

/* 경고 아이콘 (붉은색) - 1, 2, 3, 4번 항목 */
.contest_notice .notice_item:nth-child(1) .notice_icon,
.contest_notice .notice_item:nth-child(2) .notice_icon,
.contest_notice .notice_item:nth-child(3) .notice_icon,
.contest_notice .notice_item:nth-child(4) .notice_icon {
  background: #ff6b6b;
}

/* 정보 아이콘 (푸른색) - 5, 6, 7번 항목 */
.contest_notice .notice_item:nth-child(5) .notice_icon,
.contest_notice .notice_item:nth-child(6) .notice_icon,
.contest_notice .notice_item:nth-child(7) .notice_icon {
  background: #45a6e6;
}

.contest_notice .notice_content p {
  font-size: 1em;
  color: #555;
  line-height: 1.5;
  margin: 0;
}

/* 참가 일정 */
.contest_schedule {
  width: 100%;
  margin: 50px 0;
}

.contest_schedule .schedule_content {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 40px;
}

.contest_schedule .schedule_header {
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f8f9fa;
}

.contest_schedule .schedule_header h3 {
  font-size: 1.5em;
  color: #333;
  margin-bottom: 10px;
  font-weight: 600;
}

.contest_schedule .schedule_note {
  font-size: 1em;
  color: #777;
  font-style: italic;
}

.contest_schedule .schedule_timeline {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.contest_schedule .schedule_day {
  border: 1px solid #e9ecef;
  border-radius: 8px;
  overflow: hidden;
}

.contest_schedule .day_header {
  background: #f8f9fa;
  padding: 15px 20px;
  border-bottom: 1px solid #e9ecef;
}

.contest_schedule .day_header h4 {
  font-size: 1.2em;
  color: #333;
  margin: 0;
  font-weight: 600;
}

.contest_schedule .day_content {
  padding: 20px;
}

.contest_schedule .schedule_item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.contest_schedule .schedule_item:last-child {
  margin-bottom: 0;
}

.contest_schedule .schedule_icon {
  width: 40px;
  height: 40px;
  background: #45a6e6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contest_schedule .schedule_icon i {
  font-size: 1em;
  color: #fff;
}

.contest_schedule .schedule_text h5 {
  font-size: 1.1em;
  color: #333;
  margin-bottom: 5px;
  font-weight: 600;
}

.contest_schedule .schedule_text p {
  font-size: 1em;
  color: #555;
  line-height: 1.5;
  margin: 0;
}

.contest_schedule .schedule_notice {
  margin-top: 30px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.contest_schedule .schedule_notice .notice_icon {
  width: 30px;
  height: 30px;
  background: #45a6e6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contest_schedule .schedule_notice .notice_icon i {
  font-size: 0.9em;
  color: #fff;
}

.contest_schedule .schedule_notice .notice_text p {
  font-size: 1em;
  color: #555;
  line-height: 1.5;
  margin: 0;
}

/* 주최/후원 */
.contest_sponsors {
  width: 100%;
  margin: 50px 0;
}

.contest_sponsors .sponsors_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.contest_sponsors .sponsor_section {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 30px;
}

.contest_sponsors .sponsor_section h3 {
  font-size: 1.3em;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
}

.contest_sponsors .sponsor_list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contest_sponsors .sponsor_item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.contest_sponsors .sponsor_item:hover {
  background: #e9ecef;
}

.contest_sponsors .sponsor_item i {
  font-size: 1.2em;
  color: #45a6e6;
  width: 20px;
}

.contest_sponsors .sponsor_item span {
  font-size: 1em;
  color: #555;
  font-weight: 500;
}

/* 신청하기 버튼 */
.contest_apply {
  width: 100%;
  margin: 50px 0;
  text-align: center;
}

.contest_apply .apply_content {
  background: linear-gradient(135deg, #45a6e6 0%, #00529b 100%);
  padding: 50px;
  border-radius: 15px;
  color: #fff;
}

.contest_apply .apply_content h3 {
  font-size: 1.8em;
  margin-bottom: 15px;
  font-weight: 600;
  color: #fff;
}

.contest_apply .apply_content p {
  font-size: 1.1em;
  margin-bottom: 30px;
  opacity: 0.9;
  color: #fff;
}

.contest_apply .apply_buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.contest_apply .btn_apply,
.contest_apply .btn_search {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: 600;
  transition: all 0.3s ease;
}

.contest_apply .btn_apply {
  background: #fff;
  color: #45a6e6;
}

.contest_apply .btn_apply:hover {
  background: #f8f9fa;
  transform: translateY(-2px);
}

.contest_apply .btn_search {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.contest_apply .btn_search:hover {
  background: #fff;
  color: #45a6e6;
  transform: translateY(-2px);
}

/* 반응형 스타일 */
@media screen and (max-width: 768px) {
  .contest_method .method_grid {
    flex-direction: column;
  }

  .contest_method .method_card {
    min-width: auto;
  }

  .contest_info .info_grid {
    grid-template-columns: 1fr;
  }

  .contest_awards .tab_buttons {
    flex-direction: column;
  }

  .contest_awards .tab_btn {
    border-bottom: 1px solid #e9ecef;
  }

  .contest_awards .awards_table {
    font-size: 0.9em;
  }

  .contest_awards .awards_table th,
  .contest_awards .awards_table td {
    padding: 10px 5px;
  }

  .contest_sponsors .sponsors_grid {
    grid-template-columns: 1fr;
  }

  .contest_apply .apply_content {
    padding: 30px 20px;
  }

  .contest_apply .apply_content h3 {
    font-size: 1.5em;
  }

  .contest_apply .apply_buttons {
    flex-direction: column;
    align-items: center;
  }

  .contest_apply .btn_apply,
  .contest_apply .btn_search {
    width: 100%;
    max-width: 300px;
  }
}

@media screen and (max-width: 480px) {
  .contest_overview .overview_content {
    padding: 20px;
  }

  .contest_method .method_card {
    padding: 20px;
  }

  .contest_info .info_item {
    padding: 20px;
  }

  .contest_awards .tab_content {
    padding: 20px;
  }

  .contest_notice .notice_item {
    padding: 15px;
  }

  .contest_sponsors .sponsor_section {
    padding: 20px;
  }

  .contest_schedule .schedule_content {
    padding: 20px;
  }

  .contest_schedule .schedule_header h3 {
    font-size: 1.2em;
  }

  .contest_schedule .schedule_item {
    flex-direction: row;
    text-align: left;
    gap: 15px;
  }

  .contest_schedule .schedule_notice {
    flex-direction: row;
    text-align: left;
    gap: 10px;
  }

  .contest_schedule .schedule_notice .notice_icon {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
  }

  .contest_schedule .schedule_notice .notice_icon i {
    font-size: 0.8em;
  }

  .contest_schedule .schedule_notice .notice_text {
    flex: 1;
  }

  .contest_schedule .schedule_notice .notice_text p {
    font-size: 0.9em;
  }
}
