/* 타이틀공통 */
.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;
  }
}

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


/* =============================================
   대회등록 안내 (guide.php)
   ============================================= */

/* 공통 아이콘 */
.gw-ico-ok { color: #45a6e6; }
.gw-ico-no { color: #ccc; }

/* ① 소개 박스 */
.guide-intro {
  display: flex;
  gap: 24px;
  margin-bottom: 60px;
}
.guide-intro-item {
  flex: 1;
  background: #f8f9fc;
  border-radius: 12px;
  padding: 36px 28px;
  text-align: center;
  border-top: 4px solid #45a6e6;
  transition: box-shadow 0.2s;
}
.guide-intro-item:hover {
  box-shadow: 0 6px 24px rgba(0,82,155,0.10);
}
.guide-intro-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, #45a6e6 0%, #00529b 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6em;
  color: #fff;
}
.guide-intro-item strong {
  display: block;
  font-size: 1.1em;
  font-weight: 700;
  color: #00529b;
  margin-bottom: 10px;
}
.guide-intro-item p {
  font-size: 0.95em;
  color: #555;
  line-height: 1.7;
  word-break: keep-all;
}

/* ② 등록 절차 */
.guide-steps {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin-bottom: 40px;
  justify-content: center;
}
.guide-step-item {
  flex: 1;
  max-width: 220px;
  text-align: center;
  padding: 30px 16px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e5eaf2;
  position: relative;
}
.guide-step-num {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #45a6e6 0%, #00529b 100%);
  color: #fff;
  font-size: 0.8em;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.guide-step-icon {
  font-size: 2em;
  color: #45a6e6;
  margin-bottom: 14px;
}
.guide-step-body strong {
  display: block;
  font-size: 1em;
  font-weight: 700;
  color: #222;
  margin-bottom: 8px;
}
.guide-step-body p {
  font-size: 0.88em;
  color: #666;
  line-height: 1.6;
  word-break: keep-all;
}
.guide-step-arrow {
  display: flex;
  align-items: center;
  padding: 30px 8px 0;
  color: #45a6e6;
  font-size: 1.2em;
}

/* 등록 버튼 */
.guide-reg-btn-wrap {
  text-align: center;
  margin: 10px 0 60px;
}
.guide-reg-btn {
  display: inline-block;
  padding: 16px 48px;
  background: linear-gradient(135deg, #45a6e6 0%, #00529b 100%);
  color: #fff;
  border-radius: 50px;
  font-size: 1.1em;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s, transform 0.2s;
}
.guide-reg-btn:hover {
  opacity: 0.88;
  transform: translateY(-2px);
  color: #fff;
}
.guide-reg-btn i { margin-right: 8px; }

/* ③ 요금제 카드 */
.guide-plans {
  display: flex;
  gap: 24px;
  margin-bottom: 50px;
  align-items: stretch;
}
.guide-plan-card {
  flex: 1;
  border-radius: 14px;
  border: 2px solid #e5eaf2;
  background: #fff;
  overflow: hidden;
  transition: box-shadow 0.25s, transform 0.25s;
  display: flex;
  flex-direction: column;
}
.guide-plan-card:hover {
  box-shadow: 0 8px 32px rgba(0,82,155,0.13);
  transform: translateY(-4px);
}
.guide-plan-head {
  padding: 36px 28px 28px;
  text-align: center;
  background: #f8f9fc;
  border-bottom: 1px solid #e5eaf2;
}
.guide-plan-badge {
  display: inline-block;
  padding: 3px 14px;
  border-radius: 50px;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: #e0ecf8;
  color: #00529b;
  margin-bottom: 12px;
}
.guide-plan-name {
  font-size: 1.5em;
  font-weight: 700;
  color: #222;
  margin: 0 0 16px;
}
.guide-plan-price strong {
  font-size: 1.8em;
  font-weight: 800;
  color: #00529b;
}
.guide-plan-price strong em {
  font-size: 0.55em;
  font-style: normal;
  font-weight: 600;
}
.guide-plan-price small {
  display: block;
  margin-top: 6px;
  font-size: 0.83em;
  color: #888;
}
.guide-plan-features {
  list-style: none;
  padding: 24px 28px;
  margin: 0;
  flex: 1;
}
.guide-plan-features li {
  padding: 8px 0;
  font-size: 0.95em;
  color: #444;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.guide-plan-features li i { font-size: 0.9em; }
.guide-plan-features li i.fa-check { color: #45a6e6; }
.guide-plan-features li i.fa-xmark { color: #ccc; }
.guide-plan-features li.disabled { color: #bbb; }
.guide-plan-foot {
  padding: 16px 28px 24px;
  text-align: center;
}
.guide-plan-note {
  font-size: 0.82em;
  color: #999;
}

/* 추천대회 카드 강조 */
.guide-plan-card.recommended {
  border-color: #45a6e6;
}
.guide-plan-card.recommended .guide-plan-head {
  background: linear-gradient(135deg, #45a6e6 0%, #00529b 100%);
  border-bottom: none;
}
.guide-plan-card.recommended .guide-plan-badge {
  background: rgba(255,255,255,0.25);
  color: #fff;
}
.guide-plan-card.recommended .guide-plan-name,
.guide-plan-card.recommended .guide-plan-price strong,
.guide-plan-card.recommended .guide-plan-price strong em {
  color: #fff;
}
.guide-plan-card.recommended .guide-plan-price small { color: rgba(255,255,255,0.75); }

/* TOP5 카드 강조 */
.guide-plan-card.top5 {
  border-color: #f5a623;
}
.guide-plan-card.top5 .guide-plan-head {
  background: linear-gradient(135deg, #f5a623 0%, #e07c00 100%);
  border-bottom: none;
}
.guide-plan-card.top5 .guide-plan-badge {
  background: rgba(255,255,255,0.25);
  color: #fff;
}
.guide-plan-card.top5 .guide-plan-name,
.guide-plan-card.top5 .guide-plan-price strong,
.guide-plan-card.top5 .guide-plan-price strong em {
  color: #fff;
}
.guide-plan-card.top5 .guide-plan-price small { color: rgba(255,255,255,0.75); }

/* 요금제 비교표 */
.guide-plan-compare {
  margin-bottom: 60px;
}
.guide-compare-title {
  font-size: 1.2em;
  font-weight: 700;
  color: #222;
  text-align: center;
  margin-bottom: 20px;
}
.guide-compare-tbl thead th {
  background: #00529b;
  color: #fff;
  text-align: center;
  padding: 14px;
  font-weight: 600;
}
.guide-compare-tbl tbody td {
  text-align: center;
  padding: 12px;
  font-size: 0.95em;
  color: #444;
}
.guide-compare-tbl tbody tr:hover td { background: #f5f8ff; }
.compare-head-row td {
  background: #eaf2fb !important;
  font-weight: 700;
  color: #00529b !important;
  font-size: 1em !important;
}
.compare-head-row.recommended td { background: linear-gradient(90deg, #45a6e6, #00529b) !important; color: #fff !important; }
.compare-head-row.top5 td { background: linear-gradient(90deg, #f5a623, #e07c00) !important; color: #fff !important; }

/* ④ 이용 안내 */
.guide-notice {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 50px;
}
.guide-notice-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: #f8f9fc;
  border-radius: 10px;
  padding: 22px 28px;
  border-left: 4px solid #45a6e6;
}
.guide-notice-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #e0ecf8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1em;
  color: #00529b;
}
.guide-notice-body strong {
  display: block;
  font-size: 1em;
  font-weight: 700;
  color: #222;
  margin-bottom: 6px;
}
.guide-notice-body p {
  font-size: 0.93em;
  color: #555;
  line-height: 1.7;
  word-break: keep-all;
  margin: 0;
}
.guide-notice-body a {
  color: #45a6e6;
  text-decoration: underline;
}

/* CTA */
.guide-cta {
  text-align: center;
  padding: 60px 40px;
  background: linear-gradient(135deg, #45a6e6 0%, #00529b 100%);
  border-radius: 16px;
  margin-bottom: 40px;
}
.guide-cta p {
  font-size: 1.3em;
  font-weight: 600;
  color: #fff;
  margin-bottom: 24px;
  word-break: keep-all;
}
.guide-cta-btn {
  display: inline-block;
  padding: 16px 52px;
  background: #fff;
  color: #00529b;
  border-radius: 50px;
  font-size: 1.1em;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.2s, transform 0.2s;
}
.guide-cta-btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  color: #00529b;
}
.guide-cta-btn i { margin-right: 8px; }

/* =============================================
   반응형 - 태블릿 (1024px 이하)
   ============================================= */
@media screen and (max-width: 1024px) {
  .guide-intro { flex-direction: column; gap: 16px; }
  .guide-steps { flex-wrap: wrap; gap: 20px; justify-content: center; }
  .guide-step-item { max-width: calc(50% - 30px); min-width: 180px; }
  .guide-step-arrow:nth-child(4) { display: none; }
  .guide-plans { flex-direction: column; gap: 16px; }
}

/* =============================================
   반응형 - 모바일 (768px 이하)
   ============================================= */
@media screen and (max-width: 768px) {
  .guide-intro-item { padding: 24px 20px; }
  .guide-steps { flex-direction: column; align-items: center; }
  .guide-step-item { max-width: 100%; width: 100%; }
  .guide-step-arrow { display: none; }
  .guide-plan-card { max-width: 100%; }
  .guide-plan-head { padding: 28px 20px 20px; }
  .guide-plan-features { padding: 20px; }
  .guide-plan-foot { padding: 12px 20px 20px; }
  .guide-notice-item { flex-direction: column; gap: 12px; padding: 18px 20px; }
  .guide-cta { padding: 40px 20px; border-radius: 10px; }
  .guide-cta p { font-size: 1.1em; }
  .guide-compare-tbl { font-size: 0.88em; }
  .guide-reg-btn, .guide-cta-btn { padding: 14px 32px; font-size: 1em; }
}

/* ===== 참가신청 조회 (apply_search.php) ===== */

/* 안내문구 박스 */
.apsearch-notice {
  display: flex;
  gap: 16px;
  background: #f0f7ff;
  border: 1px solid #b6d7f7;
  border-radius: 10px;
  padding: 22px 24px;
  margin: 32px auto 40px;
  max-width: 680px;
}
.apsearch-notice-icon {
  flex-shrink: 0;
  font-size: 1.4em;
  color: #2a82cc;
  margin-top: 2px;
}
.apsearch-notice-body strong {
  display: block;
  font-size: 1em;
  color: #1a5fa0;
  margin-bottom: 10px;
}
.apsearch-notice-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.apsearch-notice-body ul li {
  position: relative;
  padding-left: 14px;
  font-size: 0.93em;
  color: #444;
  line-height: 1.7;
  margin-bottom: 4px;
}
.apsearch-notice-body ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #2a82cc;
  font-size: 1em;
}
.apsearch-notice-body ul li strong {
  display: inline;
  font-weight: 700;
  color: #1a5fa0;
}
.apsearch-notice-body ul li a {
  color: #2a82cc;
  text-decoration: underline;
}

/* 조회 폼 */
.apsearch-form-wrap {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 36px 40px;
  margin: 0 auto 48px;
  max-width: 680px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.apsearch-error {
  background: #fff3f3;
  border: 1px solid #f5c6c6;
  border-radius: 6px;
  color: #c0392b;
  font-size: 0.93em;
  padding: 12px 16px;
  margin-bottom: 20px;
}
.apsearch-form-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.apsearch-label {
  flex-shrink: 0;
  width: 90px;
  font-size: 0.95em;
  font-weight: 600;
  color: #333;
}
.apsearch-label .req {
  color: #e74c3c;
  margin-left: 2px;
}
.apsearch-input-wrap {
  flex: 1;
}
.apsearch-select,
.apsearch-input {
  width: 100%;
  height: 46px;
  border: 1px solid #d1d5db;
  border-radius: 7px;
  padding: 0 14px;
  font-size: 0.95em;
  color: #222;
  background: #fafafa;
  outline: none;
  transition: border-color 0.2s;
  box-sizing: border-box;
}
.apsearch-select:focus,
.apsearch-input:focus {
  border-color: #2a82cc;
  background: #fff;
}
.apsearch-form-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}
.apsearch-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #1e6fbf;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 14px 48px;
  font-size: 1em;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.apsearch-btn:hover {
  background: #155da0;
}

/* 조회 결과 */
.apsearch-result-wrap {
  margin-bottom: 60px;
}
.apsearch-result-title {
  font-size: 1.1em;
  font-weight: 700;
  color: #222;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #1e6fbf;
}
.apsearch-result-empty {
  text-align: center;
  padding: 60px 20px;
  color: #888;
}
.apsearch-result-empty i {
  font-size: 2.5em;
  color: #ccc;
  margin-bottom: 14px;
  display: block;
}
.apsearch-result-empty p {
  font-size: 1em;
  margin: 0 0 6px;
}
.apsearch-result-empty p.sub {
  font-size: 0.88em;
  color: #aaa;
}
.apsearch-tbl-wrap {
  overflow-x: auto;
}
.apsearch-tbl {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.93em;
}
.apsearch-tbl th,
.apsearch-tbl td {
  border: 1px solid #e2e8f0;
  padding: 11px 10px;
  text-align: center;
  color: #333;
  line-height: 1.4;
}
.apsearch-tbl thead th {
  background: #f4f7fb;
  font-weight: 700;
  color: #222;
}
.apsearch-tbl tbody tr:hover td {
  background: #f9fbff;
}
.apsearch-tbl td.txt-left {
  text-align: left;
}
.apsearch-status {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 0.85em;
  font-weight: 600;
}
.apsearch-status-done   { background: #e6f7ee; color: #1a7a42; }
.apsearch-status-cancel { background: #fdf0f0; color: #c0392b; }
.apsearch-status-wait   { background: #fff8e6; color: #a0760a; }

/* 반응형 */
@media (max-width: 800px) {
  .apsearch-notice { flex-direction: column; gap: 10px; padding: 18px 16px; }
  .apsearch-form-wrap { padding: 24px 16px; }
  .apsearch-form-row { flex-direction: column; align-items: flex-start; gap: 6px; }
  .apsearch-label { width: auto; }
  .apsearch-btn { width: 100%; justify-content: center; }
  .apsearch-tbl { font-size: 0.82em; }
  .apsearch-tbl th, .apsearch-tbl td { padding: 8px 6px; }
}
