@charset "UTF-8";
#wrap {
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 540px) {
  #wrap {
    padding: 0 10px;
  }
}

header .top_header {
  background-color: whitesmoke;
  font-size: 14px;
}
@media (max-width: 400px) {
  header .top_header {
    font-size: 12px;
  }
}
header .top_header #wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0;
}
@media (max-width: 600px) {
  header .top_header #wrap {
    padding: 0;
  }
}
header .top_header #wrap ul {
  display: flex;
  font-weight: 400;
}
header .top_header #wrap ul li {
  width: 120px;
  text-align: center;
  padding: 10px 0;
}
@media (max-width: 400px) {
  header .top_header #wrap ul li {
    width: 100px;
  }
}
header .top_header #wrap ul li.on {
  border-bottom: 3px solid #46bac2;
}
header .top_header #wrap ul li.on a {
  color: #46bac2;
}
header .top_header #wrap ul li.home {
  width: 50px;
  background-color: #e2e2e2;
}
header .top_header #wrap ul li.home i {
  font-size: 20px;
  line-height: 25px;
}
header .top_header #wrap .btn a {
  display: inline-block;
  margin-left: 15px;
}
@media (max-width: 600px) {
  header .top_header #wrap .btn {
    display: none;
  }
}
header .top_header #wrap .logo {
  width: 148px;
  position: absolute;
  left: 50%;
  margin-left: -74px;
  cursor: pointer;
}
header .top_header #wrap .logo img {
  width: 100%;
}
@media (max-width: 1000px) {
  header .middle_header {
    height: 107px !important;
  }
}
header .middle_header #wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
@media (max-width: 1000px) {
  header .middle_header #wrap {
    padding: 10px;
  }
}
header .middle_header #wrap .left {
  display: flex;
  align-items: center;
}
header .middle_header #wrap .left .logo {
  width: 200px;
  margin-right: 30px;
  margin: 10px 0;
  cursor: pointer;
}
@media (max-width: 1000px) {
  header .middle_header #wrap .left .logo {
    width: 177px;
  }
}
header .middle_header #wrap .left .logo img {
  width: 100%;
}
@media (max-width: 1100px) {
  header .middle_header #wrap .left .search_box {
    display: none;
  }
}
header .middle_header #wrap .left h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 60px;
}
header .middle_header #wrap .right {
  font-weight: 400;
}
header .middle_header #wrap .right a {
  padding: 0 15px;
}
header .middle_header #wrap .right .point {
  color: #fff;
  background-color: #3252a3;
  padding: 5px 14px;
  border-radius: 20px;
}
header .middle_header #wrap .right i {
  margin-right: 9px;
}
header .gnb {
  z-index: 10;
  position: relative;
}
header .gnb > ul {
  background-color: rgba(0, 0, 0);
  display: flex;
  justify-content: center;
}
header .gnb > ul li {
  position: relative;
  padding: 15px;
  width: 200px;
  text-align: center;
  cursor: pointer;
}
header .gnb > ul li a {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}
header .gnb > ul li ul.sub_menu {
  position: absolute;
  top: 52px;
  left: 0;
  background-color: rgb(45, 45, 45);
  padding-top: 10px;
  display: none;
  z-index: 99999;
}
header .gnb > ul li ul.sub_menu li {
  padding: 8px;
}
header .gnb > ul li ul.sub_menu li a {
  font-size: 16px;
}
header .gnb > ul li ul.sub_menu li:hover a {
  color: #1c9dff;
  text-decoration: underline;
}
header .gnb > ul > li:hover {
  background-color: #2c5db4;
}

.main_banner_wrap {
  position: relative;
  margin-bottom: 420px;
}
@media (max-width: 1400px) {
  .main_banner_wrap {
    margin-bottom: 0;
    height: 500px;
  }
}
@media (max-width: 1000px) {
  .main_banner_wrap .main_banner.bg40 {
    background-position: 40%;
  }
}
.main_banner_wrap .main_banner {
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  height: 0;
  padding-top: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% -30px;
  background-size: cover;
}
@media (max-width: 1400px) {
  .main_banner_wrap .main_banner {
    height: 500px;
    padding-top: 0;
  }
}
@media (max-width: 1000px) {
  .main_banner_wrap .main_banner {
    background-position: 61%;
  }
}
.main_banner_wrap .main_banner #wrap {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
@media (max-width: 1400px) {
  .main_banner_wrap .main_banner #wrap {
    position: unset;
    transform: none;
  }
}
@media (max-width: 1000px) {
  .main_banner_wrap .main_banner #wrap {
    color: #333;
  }
}
.main_banner_wrap .main_banner #wrap span {
  font-size: 28px;
  font-weight: 400;
  line-height: 45px;
}
@media (max-width: 1000px) {
  .main_banner_wrap .main_banner #wrap span {
    font-size: 18px;
    line-height: 34px;
  }
}
.main_banner_wrap .main_banner #wrap strong {
  font-size: 50px;
  line-height: 70px;
}
@media (max-width: 1000px) {
  .main_banner_wrap .main_banner #wrap strong {
    font-size: 24px !important;
    line-height: 30px !important;
  }
}
.main_banner_wrap .main_banner #wrap strong.fs40 {
  font-size: 40px;
  line-height: 55px;
}
.main_banner_wrap .main_banner #wrap p {
  font-size: 20px;
  line-height: 30px;
  margin-top: 13px;
}
@media (max-width: 1000px) {
  .main_banner_wrap .main_banner #wrap p {
    font-size: 12px;
    line-height: 20px;
  }
}
.main_banner_wrap .main_banner #wrap a {
  display: inline-block;
  padding: 7px 25px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 27px;
  cursor: pointer;
  margin-top: 30px;
}
.main_banner_wrap .main_banner #wrap a.card1 {
  background-color: #357af2;
  color: #fff;
}
.main_banner_wrap .main_banner #wrap a.card2 {
  background-color: #fff;
  color: #357af2;
  margin-left: 10px;
}
@media (max-width: 640px) {
  .main_banner_wrap .main_banner #wrap a.card2 {
    margin-left: 0;
    margin-top: 15px;
  }
}
.main_banner_wrap .main_banner #wrap a.voucher1 {
  background-color: #0b5454;
  color: #fff;
}
.main_banner_wrap .main_banner.active {
  visibility: visible;
  opacity: 1;
}
.main_banner_wrap .sub_gnb {
  position: absolute;
  bottom: 0px;
  display: flex;
  width: 100%;
  justify-content: center;
  background-color: #2d2d2d;
}
.main_banner_wrap .sub_gnb a {
  color: #fff;
  padding: 15px 0;
  display: block;
  width: max-content;
  margin: 0 30px;
  text-align: center;
}
@media (max-width: 1000px) {
  .main_banner_wrap .sub_gnb a {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .main_banner_wrap .sub_gnb li {
    width: 33%;
  }
}
.main_banner_wrap .sub_gnb li.on a {
  color: #46bac2;
  font-weight: 600;
  border-bottom: 3px solid;
}

@media (max-width: 1000px) {
  .main_banner_wrap .sub_gnb.edu_tab_scroll {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .main_banner_wrap .sub_gnb.edu_tab_scroll li {
    width: auto;
    flex: 0 0 auto;
  }
  .main_banner_wrap .sub_gnb.edu_tab_scroll a {
    width: auto;
    white-space: nowrap;
    padding: 14px 16px;
  }
}

/* table 표형식_세로 제목,소제목 */
.tbl_typeB,
.tbl_typeB th,
.tbl_typeB td {
  border: 0;
}

.tbl_typeB {
  table-layout: fixed;
  width: 100%;
  border: 1px solid #e2e2e4;
}

.tbl_typeB caption {
  display: none;
}

.tbl_typeB th {
  padding: 8px 0 6px 0px;
  border-top: 1px solid #e2e2e4;
  border-bottom: 1px solid #dcdcdc;
  background-color: #e1f3fc;
  color: #222222;
  text-align: center;
  vertical-align: middle;
  font-weight: 300;
}

.tbl_typeB td {
  padding: 19px 10px;
  border-top: 1px solid #e2e2e4;
  border-left: 1px solid #e2e2e4;
  color: #222222;
  line-height: 22px;
  text-align: center;
  font-weight: 300;
}

.tbl_typeB td.on {
  background: #f5f5f5;
}

.phonenumber_input {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.phonenumber_input input {
  width: 30%;
}

/*수강후기 팝업*/
@media (max-width: 1000px) {
  .review-modal {
    width: 100% !important;
    padding: 25px !important;
  }
}
.review-modal .star {
  margin-bottom: 6px;
}
@media (max-width: 400px) {
  .review-modal .star img {
    width: 15px !important;
  }
}
.review-modal > span {
  font-size: 20px;
  font-weight: 400;
  margin: 6px 0;
  display: inline-block;
}
@media (max-width: 400px) {
  .review-modal > span {
    font-size: 16px;
    margin: 0px;
  }
}
.review-modal .lecturename {
  position: relative;
  font-size: 16px;
  padding: 10px 0 15px 30px;
  border-bottom: 1px solid #777;
}
@media (max-width: 400px) {
  .review-modal .lecturename {
    font-size: 12px;
    padding: 13px 0 11px 30px;
  }
}
.review-modal .lecturename::before {
  position: absolute;
  content: "";
  left: 0;
  top: 13px;
  background-image: url(../img/main/con5/icon.png);
  background-size: contain;
  width: 21px;
  height: 20px;
}
.review-modal .info {
  margin: 15px 0;
}
@media (max-width: 400px) {
  .review-modal .info {
    margin: 9px 0;
  }
}
.review-modal .info .user i {
  font-size: 20px;
  color: #777;
  margin-right: 10px;
}
.review-modal .info .bar {
  margin: 0 10px;
}
.review-modal .info .date {
  padding-left: 10px;
}
.review-modal p {
  background-color: rgba(175, 175, 175, 0.168627451);
  padding: 10px;
}/*# sourceMappingURL=common.css.map */

.refund_title { font-size: 22px; font-weight: 400; line-height: 24px; color: #0f6caf;}

.refund_stitle_number {display:inline-block; padding-top: 4px; width: 30px; height: 30px; border-radius: 500px; background-color: #7799e5; color: #fff; text-align: center;  font-size: 20px; font-weight: 400; line-height: 20px;}
.refund_stitle_number_text {display:inline-block; margin-left: 7px; color: #222; font-size: 20px; font-weight: 400; line-height: 20px;}

.refund_stitle_roundbox {display: inline-block; margin-top: 30px; padding: 5px 20px 6px 20px; border-radius: 50px; background-color: #7799e5; border: 1px solid #ddd; font-size: 18px; color: #fff; text-align: center;}
.refund_sstitle { margin-top: 20px; margin-left: 20px; font-weight: 400; line-height: 24px;}
.refund_ssstitle { margin-top: 20px; margin-left: 20px; padding-left: 20px; line-height: 24px; color: #666; background-image: url(/new/images/common/circle_line.svg); background-repeat: no-repeat; background-size: 16px 16px; background-position: 0 4px;}
.refund_sssstitle { margin-top: 10px; margin-left: 20px;font-weight: 400; line-height: 24px;}

.refund_contents { margin-top: 10px; line-height: 28px; color: #666;}
.refund_contents40 { margin-top: 10px; margin-left: 40px;  line-height: 28px; color: #666;}
.refund_contents60 { margin-top: 10px; margin-left: 60px;  line-height: 28px; color: #666;}
.refund_contents_dotline { margin-top: 10px; margin-left: 35px; padding-left: 20px; background-image: url(/new/images/common/dot_line.svg); background-repeat: no-repeat; background-size: 16px 16px; background-position: 0px 6px; line-height: 28px; color: #666; }


@media(max-width:1000px){
    .refund_title{font-size: 18px; margin-bottom: 20px !important;}
    .refund_stitle_number{width: 20px; height:20px; font-size: 13px; padding-top: 0;}
    .refund_stitle_number_text{font-size: 16px; ;}

    .refund_stitle_roundbox{margin-top: 15px; padding: 3px 8px 4px 8px; font-size: 16px;}
    .refund_sstitle{margin-top: 15px; margin-left: 10px; font-size: 16px;}
    .refund_ssstitle{margin-top: 15px; margin-left: 15px;font-size: 16px ;}

    .refund_contents{font-size: 16px; line-height: 26px;}
    .refund_contents40{margin-left: 28px;line-height: 24px; font-size: 14px ;}
    .refund_contents60{margin-left: 0;}
    .refund_contents_dotline{margin-top: 15px; margin-left: 15px; font-size: 16px;background-size: 14px 14px ;}

    .refund_contents img{width: 100%;}
}

@charset "utf-8";

.ellip1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellip2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ellip3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/* txt color */
.font_395ec4 {
    color: #395ec4 !important;
}

.font_f59000 {
    color: #f59000 !important;
}

.font_white {
    color: white !important;
}

.font_red {
    color: red !important;
}

.font_blue {
    color: blue !important;
}

.font_black {
    color: black !important;
}

.font_4ca4d4 {
    color: #4ca4d4 !important;
}

.font_9b9b9b {
    color: #9b9b9b !important;
}

.font_234f92 {
    color: #003378 !important;
}

/* txt size */
.font_s11 {
    font-size: 11px
}

.font_s12 {
    font-size: 12px
}

.font_s14 {
    font-size: 14px
}

.font_reset {
    font-size: 1rem;
}

.font_b {
    font-weight: bold
}

.font_b300 {
    font-weight: 300
}

.font_b400 {
    font-weight: 400
}

.font_b500 {
    font-weight: 500
}

/* Default Align */
.al {
    text-align: left !important
}

.ac {
    text-align: center !important
}

.ar {
    text-align: right !important
}

.vt {
    vertical-align: top !important
}

.vm {
    vertical-align: middle !important
}

.vb {
    vertical-align: bottom !important
}

.fl {
    float: left !important
}

.fr {
    float: right !important
}

.over_au {
    overflow: auto
}

.over_hd {
    overflow: hidden
}

.cb {
    clear: both
}

.clear_hd {
    clear: both;
    border: 0;
    margin: 0;
    visibility: hidden
}

.bg_none {
    background-image: none !important
}

/* position */
.pos_r {
    position: relative
}

.pos_a {
    position: absolute
}

/* display */
.dis_f {
    display: flex;
}

.dis_f1 {
    display: flex;
    justify-content: center;
}

.dis_f2 {
    display: flex;
    align-items: center;
}

.dis_f3 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dis_i {
    display: inline !important
}

.dis_ib {
    display: inline-block !important
}

.dis_b {
    display: block !important
}

.dis_n {
    display: none !important
}

.dis_tbl {
    width: 100%;
    display: table
}

.lineh18 {
    line-height: 18px !important
}

.lineh20 {
    line-height: 20px !important
}

.wline {
    border-top: 1px solid #e3e3e3
}

/* height */
.h10 {
    height: 10px !important
}

.h15 {
    height: 15px
}

.h20 {
    height: 20px
}

.h25 {
    height: 25px
}

.h28 {
    height: 28px
}

.h30 {
    height: 30px
}

.h40 {
    height: 40px
}

.h50 {
    height: 50px
}

.h60 {
    height: 60px
}

.h70 {
    height: 70px
}

.h80 {
    height: 80px
}

.h300 {
    height: 300px
}

/* width */
.w40 {
    width: 40px !important
}

.w50 {
    width: 50px
}

.w95 {
    width: 95px
}

.w100 {
    width: 100px
}

.w110 {
    width: 110px
}

.w120 {
    width: 120px
}

.w130 {
    width: 130px
}

.w140 {
    width: 140px
}

.w160 {
    width: 160px
}

.w200 {
    width: 200px
}

.w250 {
    width: 250px
}

.w300 {
    width: 300px
}

.w400 {
    width: 300px
}

.w500 {
    width: 500px
}

.w48p {
    width: 48%
}

.w50p {
    width: 50%
}

.w100p {
    width: 100%
}

.img100 img {
    width: 100%
}

.s5 {
    height: 5px;
    overflow: hidden
}

.s10 {
    height: 10px;
    overflow: hidden
}

.s15 {
    height: 15px;
    overflow: hidden
}

.s20 {
    height: 20px;
    overflow: hidden
}

.s25 {
    height: 25px;
    overflow: hidden
}

.s35 {
    height: 35px;
    overflow: hidden
}

/* padding */
.pt0 {
    padding-top: 0px !important
}

.pt1 {
    padding-top: 1px !important
}

.pt2 {
    padding-top: 2px !important
}

.pt3 {
    padding-top: 3px !important
}

.pt4 {
    padding-top: 4px !important
}

.pt5 {
    padding-top: 5px !important
}

.pt6 {
    padding-top: 6px !important
}

.pt7 {
    padding-top: 7px !important
}

.pt8 {
    padding-top: 8px !important
}

.pt9 {
    padding-top: 9px !important
}

.pt10 {
    padding-top: 10px !important
}

.pt15 {
    padding-top: 15px !important
}

.pt20 {
    padding-top: 20px !important
}

.pt25 {
    padding-top: 25px !important
}

.pt30 {
    padding-top: 30px !important
}

.pl0 {
    padding-left: 0px !important
}

.pl1 {
    padding-left: 1px !important
}

.pl2 {
    padding-left: 2px !important
}

.pl3 {
    padding-left: 3px !important
}

.pl4 {
    padding-left: 4px !important
}

.pl5 {
    padding-left: 5px !important
}

.pl6 {
    padding-left: 6px !important
}

.pl7 {
    padding-left: 7px !important
}

.pl8 {
    padding-left: 8px !important
}

.pl9 {
    padding-left: 9px !important
}

.pl10 {
    padding-left: 10px !important
}

.pl15 {
    padding-left: 15px !important
}

.pl13 {
    padding-left: 13px !important
}

.pl20 {
    padding-left: 20px !important
}

.pl25 {
    padding-left: 25px !important
}

.pl30 {
    padding-left: 30px !important
}

.pl40 {
    padding-left: 40px !important
}

.pl50 {
    padding-left: 50px !important
}

.pl60 {
    padding-left: 60px !important
}

.pl70 {
    padding-left: 70px !important
}

.pl80 {
    padding-left: 80px !important
}

.pr0 {
    padding-right: 0px !important
}

.pr1 {
    padding-right: 1px !important
}

.pr2 {
    padding-right: 2px !important
}

.pr3 {
    padding-right: 3px !important
}

.pr4 {
    padding-right: 4px !important
}

.pr5 {
    padding-right: 5px !important
}

.pr6 {
    padding-right: 6px !important
}

.pr7 {
    padding-right: 7px !important
}

.pr8 {
    padding-right: 8px !important
}

.pr9 {
    padding-right: 9px !important
}

.pr10 {
    padding-right: 10px !important
}

.pr12 {
    padding-right: 12px !important
}

.pr15 {
    padding-right: 15px !important
}

.pr20 {
    padding-right: 20px !important
}

.pr25 {
    padding-right: 25px !important
}

.pr30 {
    padding-right: 30px !important
}

.pr40 {
    padding-right: 40px !important
}

.pr50 {
    padding-right: 50px !important
}

.pr60 {
    padding-right: 60px !important
}

.pr70 {
    padding-right: 70px !important
}

.pr73 {
    padding-right: 73px !important
}

.pr75 {
    padding-right: 75px !important
}

.pr77 {
    padding-right: 77px !important
}

.pr80 {
    padding-right: 80px !important
}

.pr83 {
    padding-right: 83px !important
}

.pr85 {
    padding-right: 85px !important
}

.pb0 {
    padding-bottom: 0px !important
}

.pb1 {
    padding-bottom: 1px !important
}

.pb2 {
    padding-bottom: 2px !important
}

.pb3 {
    padding-bottom: 3px !important
}

.pb4 {
    padding-bottom: 4px !important
}

.pb5 {
    padding-bottom: 5px !important
}

.pb6 {
    padding-bottom: 6px !important
}

.pb7 {
    padding-bottom: 7px !important
}

.pb8 {
    padding-bottom: 8px !important
}

.pb9 {
    padding-bottom: 9px !important
}

.pb10 {
    padding-bottom: 10px !important
}

.pb15 {
    padding-bottom: 15px !important
}

.pb20 {
    padding-bottom: 20px !important
}

.pb25 {
    padding-bottom: 25px !important
}

/* margin */
.margin0 {
    margin: 0px !important
}

.margin05 {
    margin: 5px !important
}

.margin10 {
    margin: 10px !important
}

.margin15 {
    margin: 15px !important
}

.margin20 {
    margin: 20px !important
}

.margin25 {
    margin: 25px !important
}

.margin30 {
    margin: 30px !important
}

.margin35 {
    margin: 35px !important
}

.margin40 {
    margin: 40px !important
}

.margin45 {
    margin: 45px !important
}

.margin50 {
    margin: 50px !important
}

.mt-2 {
    margin-top: -2px !important
}

.mt0 {
    margin-top: 0px !important
}

.mt1 {
    margin-top: 1px !important
}

.mt2 {
    margin-top: 2px !important
}

.mt3 {
    margin-top: 3px !important
}

.mt4 {
    margin-top: 4px !important
}

.mt5 {
    margin-top: 5px !important
}

.mt6 {
    margin-top: 6px !important
}

.mt7 {
    margin-top: 7px !important
}

.mt8 {
    margin-top: 8px !important
}

.mt9 {
    margin-top: 9px !important
}

.mt10 {
    margin-top: 10px !important
}

.mt15 {
    margin-top: 15px !important
}

.mt20 {
    margin-top: 20px !important
}

.mt25 {
    margin-top: 25px !important
}

.mt30 {
    margin-top: 30px !important
}

.mt35 {
    margin-top: 35px !important
}

.mt40 {
    margin-top: 40px !important
}

.mt50 {
    margin-top: 50px !important
}

.ml0 {
    margin-left: 0px !important
}

.ml1 {
    margin-left: 1px !important
}

.ml2 {
    margin-left: 2px !important
}

.ml3 {
    margin-left: 3px !important
}

.ml4 {
    margin-left: 4px !important
}

.ml5 {
    margin-left: 5px !important
}

.ml6 {
    margin-left: 6px !important
}

.ml7 {
    margin-left: 7px !important
}

.ml8 {
    margin-left: 8px !important
}

.ml9 {
    margin-left: 9px !important
}

.ml10 {
    margin-left: 10px !important
}

.ml12 {
    margin-left: 12px !important
}

.ml15 {
    margin-left: 15px !important
}

.ml20 {
    margin-left: 20px !important
}

.ml25 {
    margin-left: 25px !important
}

.ml30 {
    margin-left: 30px !important
}

.ml40 {
    margin-left: 40px !important
}

.ml50 {
    margin-left: 50px !important
}

.ml60 {
    margin-left: 60px !important
}

.ml70 {
    margin-left: 70px !important
}

.ml80 {
    margin-left: 80px !important
}

.mr0 {
    margin-right: 0px !important
}

.mr1 {
    margin-right: 1px !important
}

.mr2 {
    margin-right: 2px !important
}

.mr3 {
    margin-right: 3px !important
}

.mr4 {
    margin-right: 4px !important
}

.mr5 {
    margin-right: 5px !important
}

.mr6 {
    margin-right: 6px !important
}

.mr7 {
    margin-right: 7px !important
}

.mr8 {
    margin-right: 8px !important
}

.mr9 {
    margin-right: 9px !important
}

.mr10 {
    margin-right: 10px !important
}

.mr12 {
    margin-right: 12px !important
}

.mr15 {
    margin-right: 15px !important
}

.mr20 {
    margin-right: 20px !important
}

.mr25 {
    margin-right: 25px !important
}

.mr30 {
    margin-right: 30px !important
}

.mr40 {
    margin-right: 40px !important
}

.mr50 {
    margin-right: 50px !important
}

.mr60 {
    margin-right: 60px !important
}

.mr70 {
    margin-right: 70px !important
}

.mr80 {
    margin-right: 80px !important
}

.mb0 {
    margin-bottom: 0px !important
}

.mb1 {
    margin-bottom: 1px !important
}

.mb2 {
    margin-bottom: 2px !important
}

.mb3 {
    margin-bottom: 3px !important
}

.mb4 {
    margin-bottom: 4px !important
}

.mb5 {
    margin-bottom: 5px !important
}

.mb6 {
    margin-bottom: 6px !important
}

.mb7 {
    margin-bottom: 7px !important
}

.mb8 {
    margin-bottom: 8px !important
}

.mb9 {
    margin-bottom: 9px !important
}

.mb10 {
    margin-bottom: 10px !important
}

.mb15 {
    margin-bottom: 15px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.mb25 {
    margin-bottom: 25px !important
}

.mb30 {
    margin-bottom: 30px !important
}

.mb40 {
    margin-bottom: 40px !important
}



/* btn */
.icon_sortL {
    position: relative;
    top: -1px;
    *top: 0px;
    margin-right: 3px;
    z-index: 1
}

.icon_sortR {
    position: relative;
    top: -1px;
    *top: 0px;
    margin-left: 3px;
    z-index: 1
}

.cursor {
    cursor: pointer
}

.btn_01 {
    display: inline-block;
    padding: 8px 25px;
    border-radius: 3px;
    background-color: #265ec2;
    color: #fff;
    text-decoration: none !important;
    line-height: normal;
}

.btn_01_off {
    display: inline-block;
    padding: 8px 25px;
    border-radius: 3px;
    background-color: #d6d6d6;
    color: #fff;
    text-decoration: none !important;
    line-height: normal;
    cursor: default;
}

.btn_01g {
    display: inline-block;
    padding: 8px 25px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    background-color: #f5f5f5;
    color: #222222;
    text-decoration: none !important;
    line-height: normal;
}

.btn_01r {
    display: inline-block;
    padding: 8px 25px;
    border-radius: 3px;
    background-color: red;
    color: #fff;
    text-decoration: none !important;
    line-height: normal;
}

.btn_01b {
    display: inline-block;
    padding: 8px 25px;
    border-radius: 3px;
    background-color: #2E3092;
    color: #fff;
    text-decoration: none !important;
    line-height: normal;
    margin-bottom: 5px;
}

.btn_02 {
    display: inline-block;
    padding: 3px 8px;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    font-size: 13px;
    background-color: #fff;
    color: #555;
    text-decoration: none !important;
    line-height: normal;
    font-weight: 300
}

.btn_02.small_org {
    padding: 3px 12px;
    border: 1px solid #e35000;
    font-size: 12px;
    background-color: #fff;
    color: #67544a;
    text-decoration: none !important;
    line-height: normal;
}

.btn_02.small_violet {
    padding: 3px 3px;
    border: 1px solid #7f34d4;
    font-size: 12px;
    background-color: #fff;
    color: #7f34d4;
    text-decoration: none !important;
    line-height: normal;
}

.btn_02 {
    display: inline-block;
    padding: 3px 8px;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    font-size: 13px;
    background-color: #fff;
    color: #555;
    text-decoration: none !important;
    line-height: normal;
}

.btn_03 {
    display: inline-block;
    width: 78px;
    height: 40px;
    border: 1px solid #3e3e3e;
    margin-left: 10px;
    border-radius: 0px;
    background-color: #3e3e3e;
    color: #fff;
    text-decoration: none !important;
    line-height: 35px;
    vertical-align: middle;
    cursor: pointer;
}

.btn_04 {
    display: inline-block;
    width: 211px;
    padding: 14px 0px;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    font-size: 20px;
    background-color: #f5f5f5;
    color: #222222;
    text-decoration: none !important;
    line-height: normal;
    font-weight: 300
}

.btn_04:hover {
    border: 1px solid #1f98af;
}

.btn_04.on {
    background-color: #1f98af;
    color: #fff;
    border: 1px solid #1f98af;
}

.btn_05 {
    display: inline-block;
    width: 211px;
    padding: 14px 0px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    font-size: 20px;
    background-color: #f5f5f5;
    color: #222222;
    text-decoration: none !important;
    line-height: normal;
    font-weight: 300
}

.btn_05.on {
    background-color: #3c43dd;
    color: #fff;
    border: 1px solid #3c43dd;
}

.table_box_form {
    padding: 20px 0px;
    position: relative;
}

.table_box_form .inp_01 {
    width: 25%;
    height: 40px;
    border: 1px solid #003378;
    background-color: #fff;
    position: absolute;
    right: 0;
    border-radius: 12px;
    padding-left: 18px;
}

.table_box_form .search_btn {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    background: url(/new/images/common/search_btn.png) no-repeat;
    background-size: cover;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 27px;
    z-index: 1;
    cursor: pointer;
    ;
}

@media (max-width:1000px) {
    .table_box_form {
        padding: 20px 0 0 0;
    }

    .table_box_form .inp_01 {
        width: 100%;
        top: 0;
        font-size: 16px;
    }

    .table_box_form .search_btn {
        top: 7px;
    }
}

@media (max-width:640px) {
    .table_box_form .inp_01 {
        font-size: 14px;
    }
}

/* table 게시판 */
.tbl_typeA,
.tbl_typeA th,
.tbl_typeA td {
    border: 0;
    text-align: middle
}

.tbl_typeA {
    width: 100%;
    margin-top: 10px;
    border-bottom: 1px solid #e2e2e4;
    text-align: center
}

.tbl_typeA caption {
    display: none
}

.tbl_typeA th {
    padding: 18px 10px;
    border-bottom: 2px solid #003378;
    color: #222222;
    font-weight: 400
}

.tbl_typeA tr:hover {
    background: none
}

.tbl_typeA td {
    padding: 30px 10px;
    border-top: 1px solid #e2e2e4;
    color: #222222;
    font-weight: 400
}

.tbl_typeA .down_ico {
    background: url(/new/images/common/filedown.png) no-repeat;
    background-size: cover;
    width: 31px;
    height: 35px;
    background-position: center;
}

.inp_01 {
    padding-left: 5px;
    text-align: left
}

@media (max-width:1000px) {
    .tbl_typeA th {
        padding: 11px 3px;
    }

    .tbl_typeA td {
        padding: 21px 3px;
    }

    .tbl_typeA td img {
        width: 100%;
    }

    .tbl_typeA colgroup col:nth-of-type(1) {
        width: 15%;
    }

    .tbl_typeA colgroup col:nth-of-type(2) {
        width: 85%;
    }

    .tbl_typeA colgroup col:nth-of-type(3) {
        width: 0%;
    }

    .tbl_typeA colgroup col:nth-of-type(4) {
        width: 0%;
    }

    .tbl_typeA colgroup col:nth-of-type(5) {
        width: 0%;
    }

    .tbl_typeA tr th:nth-of-type(3) {
        display: none;
    }

    .tbl_typeA tr th:nth-of-type(4) {
        display: none;
    }

    .tbl_typeA tr th:nth-of-type(5) {
        display: none;
    }

    .tbl_typeA tr td:nth-of-type(3) {
        display: none;
    }

    .tbl_typeA tr td:nth-of-type(4) {
        display: none;
    }

    .tbl_typeA tr td:nth-of-type(5) {
        display: none;
    }
}

@media (max-width:640px) {
    .tbl_typeA th {
        font-size: 16px;
    }

    .tbl_typeA td {
        font-size: 16px;
    }
}

/* table 표형식_세로 제목,소제목 */
.tbl_typeB,
.tbl_typeB th,
.tbl_typeB td {
    border: 0
}

.tbl_typeB {
    table-layout: fixed;
    width: 100%;
    border: 1px solid #e2e2e4;
}

.tbl_typeB caption {
    display: none
}

.tbl_typeB th {
    padding: 8px 0 6px 0px;
    border-top: 1px solid #e2e2e4;
    border-bottom: 1px solid #dcdcdc;
    background-color: #ebf0f7;
    color: #222222;
    text-align: center;
    vertical-align: middle;
    font-weight: 300;
}

.tbl_typeB td {
    padding: 19px 10px;
    border-top: 1px solid #e2e2e4;
    border-left: 1px solid #e2e2e4;
    color: #222222;
    line-height: 22px;
    text-align: center;
    font-weight: 300;
}

.tbl_typeB td.on {
    background: #f5f5f5
}

/* table 표형식_세로 */
.tbl_typeC,
.tbl_typeC th,
.tbl_typeC td {
    border: 0
}

.tbl_typeC {
    width: 100%;
    border-top: 2px solid #083bb2;
}

.tbl_typeC tr {
    border-bottom: 1px solid #e2e2e4;
}

.tbl_typeC th {
    padding: 19px 10px;
    background-color: #F5F5F5;
    color: #083bb2;
    text-align: center;
    vertical-align: top;
    font-weight: 400;
}

.tbl_typeC td {
    padding: 19px 10px;
    border-left: 1px solid #e2e2e4;
    color: #222222;
    ;
    text-align: left;
    font-weight: 300;
}


/* table  */
.tbl_typeD,
.tbl_typeD th,
.tbl_typeD td {
    border: 1px solid #e2e2e4;
}

.tbl_typeD {
    width: 100%;
}

.tbl_typeD tr {}

.tbl_typeD td {
    padding: 20px 20px 20px 20px;
    text-align: center;
    font-weight: 300;
    vertical-align: middle;
}

.tbl_typeD .baseinfo {
    padding-left: 10px;
}

.tbl_typeD .baseinfo li {
    display: block;
    margin-top: 10px;
    text-align: left;
}

.tbl_typeD .baseinfo .subname {
    margin-top: 0px;
}

.tbl_typeD .baseinfo .name {
    font-size: 22px;
    font-weight: 500;
}

.tbl_typeD .baseinfo .refund {
    color: #083bb2;
    margin-top: 20px;
    font-weight: 400;
}


/* table  */
.tbl_typeE,
.tbl_typeE th,
.tbl_typeE td {}

.tbl_typeE {
    width: 100%;
    border-top: 2px solid #083bb2;
    text-align: left;
}

.tbl_typeE tr {
    border-bottom: 1px solid #e2e2e4;
}

.tbl_typeE th {
    padding: 30px 0px 30px 20px;
}

.tbl_typeE td {
    padding: 20px 20px 20px 20px;
    text-align: left;
    vertical-align: middle;
}

.tbl_typeE input {
    padding: 20px 20px;
    height: 40px;
    line-height: 38px;
    padding: 0 13px;
    font-size: 14px;
    border: 1px solid #000;
}

.tbl_typeE input.int {
    width: 580px;
}


/* FAQ */
.faq {
    border-bottom: 1px solid #e2e2e4;
    margin: 50px 0;
}

.faq .faqHeader {
    position: relative;
    zoom: 1
}

.faq .faqHeader .showAll {
    position: absolute;
    bottom: 0;
    right: 0;
    border: 0;
    padding: 0;
    overflow: visible;
    background: none;
    cursor: pointer
}

.faq .faqBody {
    margin: 0;
    padding: 0;
    border-top: 1px solid #003378;
}

.faq .faqBody span {
    display: inline-block
}

.faq .faqBody .title {
    width: 140px;
    height: 100%;
    text-align: left;
    padding-left: 20px;
    color: #003378;
    vertical-align: top;
    font-weight: 400;
}

.faq .faqBody .content {
    text-align: right;
    padding: 0 20px;
    text-align: left;
    font-weight: 400;
}

.faq .faqBody .article {
    list-style: none
}

.faq .faqBody .article p {
    border-top: 1px solid #e2e2e4;
}

.faq .q a {
    display: block;
    text-align: left;
    padding: 30px 0px;
    color: #5e5e5e;
    line-height: 27px;
    cursor: pointer;
}

.faq .a {
    background-color: #f5f5f5;
    padding: 30px 0px;
    ;
    font-size: 16px;
    color: #444444;
    line-height: 22px;
    border-top: 1px solid #e2e2e4;
    margin: 5px 0 0 0;
}


@media (max-width:1000px) {
    .faq .q a {
        padding: 15px 0;
    }

    .faq .faqBody .title {
        font-size: 18px;
        padding-left: 10px;
        width: 100%;
    }

    .faq .faqBody .content {
        font-size: 18px;
        padding: 0 10px 0 10px;
    }

    .faq .a {
        padding: 15px 0;
    }
}

@media (max-width:640px) {
    .faq .faqBody .title {
        font-size: 16px;
    }

    .faq .faqBody .content {
        font-size: 16px;
    }
}

/* paginate */
.paginate {
    padding: 25px 0 0 0;
}

.paginate .page_list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.paginate .page_list .page button {
    display: block;
    margin-left: 10px;
    line-height: 26px;
    background-color: #fff;
}

.paginate .page_list .page .page_link {
    border-radius: 25px;
    padding: 0 7px;
    font-size: 14px;
    font-weight: 300;
    color: #003378;
    text-align: center;
}

.paginate .page_list .page .page_selected {
    border-radius: 25px;
    font-size: 14px;
    font-weight: 300;
    background-color: #003378;
    color: #fff;
    text-align: center;
    width: 27px;
    height: 28px;
}

.paginate .page_list .page .button_next {
    background: url(/new/images/common/btn_next.png) no-repeat;
    background-position: 10px 7px;
    padding: 0 7px;
    border: none;
}

.paginate .page_list .page .button_pre {
    background: url(/new/images/common/btn_pre.png) no-repeat;
    background-position: 10px 7px;
    padding: 0 7px;
    border: none;
}

/* tapmenu */
.tabList {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
    justify-content: center;
    border-bottom: 2px solid #dfdfdf;
}

.tabList li {
    position: relative;
    ;
    text-align: center;
    border-bottom: 2px solid #ddd;
    top: 2px
}

.tabList li .tab_btn {
    display: block;
    padding: 20px 0;
    color: #999;
    box-sizing: border-box;
    font-size: 18px;
    width: 200px;
    height: 100%;
    cursor: pointer;
    font-weight: 500;
    text-decoration: none;
}

.tabList li .tab_btn.on {
    font-weight: 600;
    box-sizing: border-box;
    color: #003378;
    z-index: 2;
    position: relative;
}

.tabList li .tab_btn.on::before {
    content: "";
    display: block;
    width: 30%;
    height: 3px;
    background: #003378;
    position: absolute;
    left: 35%;
    bottom: 0;
}

@media(max-width:1000px) {
    .tabList li {
        width: 33.3%;
    }

    .tabList.tL4 li {
        width: 25%;
    }

    .tabList li .tab_btn {
        width: auto;
        font-size: 16px;
    }

    .tabList li .tab_btn.on::before {
        width: 100%;
        left: 0;
    }
}


.tabList2 {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
    justify-content: center;
    border-bottom: 2px solid #dfdfdf;
}

.tabList2 li {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.tabList2 li .tab_btn {
    display: inline-block;
    padding: 20px 20px;
    color: #999;
    background-color: #fff;
    box-sizing: border-box;
    height: 60px;
    cursor: pointer;
}

.tabList2 li .tab_btn.on {
    box-sizing: border-box;
    color: #003378;
}

@media(max-width:1000px) {
    .tabList2 li .tab_btn {
        padding: 14px 10px;
        height: 52px;
        font-size: 16px;
    }
}


.info_area .info_tilte {
    width: 100%;
    padding: 18px 20px;
    border-top: 0px solid #82a3e6;
    border-bottom: 2px solid #003378;
    color: #222222;
    font-weight: 300
}

.info_area .info_date {
    display: flex;
    padding: 30px 20px;
    border-top: 0px solid #82a3e6;
    border-bottom: 1px solid #e2e2e4;
    color: #222222;
}

.info_area .info_date dl {
    width: 50%;
}

.info_area dl dt {
    display: inline-block;
    margin-right: 10px;
    font-weight: 500;
}

.info_area dl dd {
    display: inline-block;
    margin-right: 20px;
}

.info_area .info_date .infofile {
    width: 50%;
    text-align: right;
}

.info_area .info_date .infofile .downicon {
    background: url(/new/images/common/filedown.png) no-repeat;
    background-size: contain;
    padding-left: 25px
}

.info_area .info_content {
    padding: 30px 20px;
    border-bottom: solid 1px #e2e2e4;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: pre-wrap;
}

.info_area .answer_area {
    padding: 30px 20px;
    background-color: #f9f9f9;
    border-bottom: solid 1px #e2e2e4;
    display: flex
}

.info_area .answer_area li {
    display: inline-block;
    align-items: center;
}

.info_area .answer_area .answer_icon {
    display: inline-block;
    margin-right: 10px;
    width: 38px;
    text-align: center;
    border: 1px solid #083bb2;
    border-radius: 5px;
    padding: 3px 3px;
    font-size: 12px;
    background-color: #F5F5F5;
    text-decoration: none !important;
    line-height: normal;
    color: #4ca4d4;
    font-weight: 400
}

.info_area .answer_area .answer_content {
    margin-top: 2px;
    /*10px*/
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: pre-wrap;
}

.info_area .answer_area .answer_writer {
    margin-top: 10px;
    font-size: 14px;
    color: #083bb2;
}

.info_area .answer_area .answer_writer dd {
    margin-top: 10px;
    font-size: 14px;
    color: #083bb2;
    margin-right: 10px;
}

@media(max-width:1000px) {
    .info_area .info_tilte {
        padding: 15px 10px;
        font-size: 16px;
    }

    .info_area .info_date {
        display: block;
        padding: 15px 10px;
        font-size: 16px;
    }

    .info_area .info_date dl {
        width: 100%;
    }

    .info_area dl dt {
        display: inline;
    }

    .info_area dl dd {
        display: inline;
    }

    .info_area .info_date .infofile {
        width: 100%;
        text-align: left;
        padding-top: 20px;
    }

    .info_area .info_content {
        font-size: 16px;
        padding: 10px;
    }
}


.myApplication .lst>ul {
    width: 100%;
    display: flex;
    padding: 20px 30px 30px 30px;
    border-bottom: 1px solid #e2e2e4;
}

.myApplication .lst ul li {
    display: inline-block;
}

.myApplication .lst .titlearea {
    width: 80%;
}

.myApplication .lst .titlearea ul li {
    display: block;
    margin-top: 10px;
}

.myApplication .lst .titlearea .navi {
    color: #777777;
}

.myApplication .lst .titlearea .name {
    font-size: 22px;
    font-weight: 500;
}

.myApplication .lst .titlearea .date {
    color: #4ca4d4;
    margin-top: 30px;
    font-weight: 400
}

.myApplication .lst .btnarea {
    width: 20%;
    text-align: right;
}

.myApplication .lst .btnarea ul li {
    display: block;
    margin-top: 10px;
}


.btnarea {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.member_btn01 {
    display: block;
    width: 100%;
    padding: 15px 0 15px;
    font-size: 15px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #083bb2;
    color: #fff;
}

.member_btn02 {
    display: block;
    width: 100%;
    padding: 15px 0 15px;
    font-size: 15px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #dfdfdf;
    color: #222222;
}


.btn_Blue {
    color: #fff;
    background: #083bbe;
    border-color: #083bbe;
}

.btn_Blue.line {
    color: #083bbe;
    background: #ecf1fe;
}

.btn_LBlue {
    color: #fff;
    background: #678ef2;
    border-color: #678ef2;
}

.btn_LBlue.line {
    color: #678ef2;
    background: #fff;
}

.btn_DGray {
    color: #fff;
    background: #333333;
    border-color: #333333;
}

.btn_DGray.line {
    color: #333333;
    background: #eeeeee;
}

.btn_LGray {
    color: #222;
    background: #666666;
    border-color: #666666;
}

.btn_LGray.line {
    color: #666666;
    background: #fff;
}

.btn_Green {
    color: #fff;
    background: #02803e;
    border-color: #02803e;
}

.btn_Green.line {
    color: #02803e;
    background: #f0fff7;
}

.btn_LGreen {
    color: #fff;
    background: #5dc98d;
    border-color: #5dc98d;
}

.btn_LGreen.line {
    color: #5dc98d;
    background: #fff;
}

.btn_Red {
    color: #fff;
    background: #ad0b00;
    border-color: #ad0b00;
}

.btn_Red.line {
    color: #ad0b00;
    background: #ffe6e4;
}

.btn_LRed {
    color: #fff;
    background: #f20f00;
    border-color: #f20f00;
}

.btn_LRed.line {
    color: #f20f00;
    background: #fff;
}

.btn_Blue:hover,
.btn_LBlue:hover,
.btn_DGray:hover,
.btn_LGray:hover,
.btn_Green:hover,
.btn_LGreen:hover,
.btn_Red:hover,
.btn_LRed:hover {
    color: #fff;
    background: #222;
    border-color: #222;
}

.btn_Blue.line:hover,
.btn_LBlue.line:hover,
.btn_DGray.line:hover,
.btn_LGray.line:hover,
.btn_Green.line:hover,
.btn_LGreen.line:hover,
.btn_Red.line:hover,
.btn_LRed.line:hover {
    color: #222;
    background: #fff;
    border-color: #222;
}

.btn_Pink {
    color: #fff;
    background: #d64576;
    border-color: #d64576;
}

.btn_Gray {
    background: lightgray;
}

.btn_blue2 {
    background: #083bb2;
    color: #fff;
    border-color: #083bb2
}

.color_white {
    color: #fff !important
}

.color_red {
    color: crimson !important
}

.color_yellow {
    color: #ffc107
}

.color_black {
    color: #000 !important;
}

.color_gray {
    color: #aaa !important;
}

.bold {
    font-weight: bold;
}

.bg_on {
    background: #fefefe !important
}

.btn.btn_sm {
    min-width: 80px;
    min-height: 28px;
    line-height: 28px;
    padding: 5px 10px;
}

.btn_wraning {
    background: #ffc107;
}

.text_center {
    text-align: center
}

.text_left {
    text-align: left !important
}

.text_right {
    text-align: right !important
}

.wrap.full_wrap {
    max-width: 100%;
}


.bg_red {
    background: crimson !important
}

.bg_green {
    background: #02803e !important;
}

.font_sm {
    font-size: 14px;
    letter-spacing: -1px;
}

.ul_basic {}

.ul_basic li {
    height: auto;
    line-height: 30px;
    word-break: keep-all
}


.auto_row {
    margin: 20px auto
}

.auto_row::after {
    content: "";
    clear: both;
    display: block
}

.auto_right {
    float: right;
}

.auto_left {
    float: left;
}

.auto_box {
    padding: 10px
}

.auto_box.auto_box_half {
    width: 49%;
}

.box_shadow {
    box-shadow: 0.5rem 1rem rgba(0, 0, 0, .15) !important;
}

.border_base {
    border: 1px solid #ddd;
    border-radius: 5px;
}

.auto_card {
    position: relative;
    background: #fff
}

.auto_card .auto_hd {
    height: 70px;
    line-height: 70px;
    width: 100%;
    position: relative;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 3px solid #000
}

.auto_card .auto_hd.bg_blue {
    background: #4172ef;
    color: #fff;
}

.auto_card .auto_hd a.pos_right {
    position: absolute;
    top: 0px;
    right: 15px;
}

.auto_card .auto_content {
    padding: 10px
}

.auto_table {
    width: 100%;
    border-top: 1px solid #ddd
}

.auto_table tr td,
.auto_table tr th {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-align: center
}

.auto_table tr td:last-child {
    border-right: none;
}

.auto_table tr th:last-child {
    border-right: none
}

.auto_table thead tr th {
    background: rgba(135, 156, 186, 0.4)
}

.auto_img {
    max-width: 100%;
    overflow: hidden
}

.auto_img img {
    max-width: 100%
}

.auto_table.auto_table_left tr td {
    text-align: left
}

.auto_table.auto_table_left_all tr td,
.auto_table.auto_table_left_all tr th {
    text-align: left
}

.auto_table.auto_table_big tr th {}

.auto_table.auto_table_big tr td {
    padding: 50px 20px
}

.auto_table.auto_table_sm tr th,
.auto_table.auto_table_sm tr td {
    letter-spacing: -1px;
    font-size: 16px;
}

.co_wrap .auto_table tr td,
.co_wrap .auto_table tr th {
    padding: 15px 10px;
}

.half_table_wrap {}

.half_table_wrap .half_table {}

.half_table_wrap::after {
    display: block;
    content: "";
    clear: both
}

.half_table_wrap .auto_table tr th {
    background: #eee
}

.auto_table.half_table {
    width: auto;
}

.border_table tr td,
.border_table tr th {
    border-left: 1px solid #ddd;
}

.border_table tr td:last-child {
    border-right: 1px solid #ddd;
}

.border_table tr th:last-child {
    border-right: 1px solid #ddd;
}

.auto_ul {}

.auto_ul li {
    line-height: 50px;
    border-bottom: 1px dotted #ddd
}

.auto_ul li span {
    display: inline-block;
    width: 120px;
    margin-right: 15px;
    text-align: left
}

.auto_btn_wrap {
    margin: 20px auto;
}

.auto_btn {
    width: 140px;
    text-align: center;
    padding: 20px 20px;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    display: inline-block
}

.auto_btn.half_btn {
    width: calc(50% - 24px);
}

.auto_btn_wrap::after {
    display: block;
    content: "";
    clear: both
}


.auto_input_row {
    width: 100%;
    position: relative;
    margin: 10px 0px
}


.auto_input_row input {
    float: right;
    height: 50px;
    width: calc(100% - 170px);
    line-height: 40px;
    padding: 0px 10px;
    border: 1px solid #ddd;
}

.auto_input_row::after {
    display: block;
    content: "";
    clear: both
}


.auto_input {
    height: 40px;
    line-height: 40px;
    padding: 0px 5px
}


#apply_num {
    width: 70px;
    height: 40px;
    line-height: 50px;
    text-align: right
}

.cal_btn {
    width: 50px;
    height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}


.price_wrap {
    padding: 10px 20px;
    background: aliceblue;
    border-top: 3px solid #000
}

.price_box {
    width: 100%;
    border-radius: 5px;
    margin-top: 15px
}

.price_box b {
    color: crimson;
    font-weight: bold;
    font-size: 24px;
}

.auto_tr {
    border-bottom: 1px dotted #ddd;
}


.table_text_left tr td,
.table_text_left tr th {
    text-align: left
}

.btn_red {
    background: crimson;
    color: #fff;
    padding: 5px 15px;
    border-radius: 3px;
}

.text_span {
    display: block;
    word-break: keep-all;
    font-size: 16px;
    letter-spacing: -1px;
}


.bank_box {
    display: none
}


.guide_box {
    border: 1px solid #ddd;
    padding: 30px 50px;
    margin-bottom: 20px;
}

.guide_box h4 {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: bold;
}

.guide_box h4 img {
    vertical-align: sub
}

.guide_box ul li {
    font-size: 18px;
    height: 33px;
    line-height: 33px;
    word-break: keep-all
}


.loading_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.6);
}

.loading_wrap .loding_img {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -50px;
    width: 400px;
    height: 100px;
    text-align: center;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
}


.ui-datepicker-calendar tr td,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-datepicker .ui-datepicker-buttonpane button {
    font-size: 15px !important;
}


.ed_step {
    width: 900px;
    max-width: 100%;
    padding: 20px 60px;
    margin: 0 auto;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.ed_step .ed_table {
    border-top: none;
}

.ed_step .ed_table th,
.ed_step .ed_table td {
    height: 160px;
}

.ed_step .ed_table th {
    font-weight: bold;
    font-size: 28px;
    border-right: none;
}

.ed_step .ed_table th span {
    font-size: 48px;
    font-weight: 300;
    color: #003378
}

.ed_step .ed_table td {
    word-break: keep-all;
    font-size: 18px;
    line-height: 30px;
    padding: 10px 20px
}

.ed_step .ed_table tr:last-child th,
.ed_step .ed_table tr:last-child td {
    border-bottom: none
}


.gu_slide_wrap {
    width: 1400px;
    margin: 0 auto 150px;
    max-width: 100%;
    position: relative;
    padding-top: 70px
}

.gu_slide {
    width: 100%;
    overflow: hidden
}

.gu_slide .gu_con {
    width: 100%;
}

.gu_slide .gu_con::after {
    display: block;
    content: "";
    clear: both
}

.gu_slide .gu_con .gu_img {
    float: left;
    width: 680px;
}

.gu_slide .gu_con .gu_img img {
    max-width: 100%;
    border: 1px solid #ddd;
}

.gu_slide .gu_con .gu_info {
    float: left;
    width: calc(100% - 680px);
    padding: 10px 0px 0px 30px;
    box-shadow: none !important;
}

.gu_slide .gu_con .gu_info.ed_step .ed_table th,
.gu_slide .gu_con .gu_info.ed_step .ed_table td {
    min-height: 140px;
    font-size: 22px;
    vertical-align: sub;
    padding: 10px !important;
    border-bottom: none;
    line-height: 40px;
    word-break: keep-all
}

.gu_slide .gu_con .gu_info.ed_step .ed_table th span {
    font-size: 24px;
    font-weight: bold;
}


.swiper_nav_wrap {
    width: 98%;
    top: 40%;
    left: 50%;
    margin-left: -49%;
    position: absolute;
    z-index: 10
}

.swiper_nav_wrap .swiper_nav {
    width: 100%;
    position: relative
}

.swiper_nav_wrap .swiper_nav>div {}

.gu_slide .swiper-pagination {
    bottom: inherit;
    top: 5px;
    height: 10px
}

.gu_slide .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.gu_slide_wrap .swiper-button-prev {
    left: -50px
}

.gu_slide_wrap .swiper-button-next {
    right: -50px;
}


.page_title {
    font-size: 30px;
    font-weight: bold;
    margin: 70px auto 50px;
    text-align: left;
}


.quick_wrap {
    width: 90px;
    position: fixed;
    top: 23%;
    right: 0;
    background: #fff;
    z-index: 15
}

.quick_wrap .qw_inner {
    width: 100%;
    position: relative;
    border: 1px solid #ddd;
    border-top: 5px solid #000;
}

.quick_wrap .qw_inner ul li {
    display: block;
    text-align: center;
    font-size: 13px;
    width: 100%;
    height: 100px;
    padding-top: 18px;
    border-bottom: 1px dotted #ddd
}

.quick_wrap .qw_inner ul li:last-child {
    border-bottom: none;
}

.quick_wrap .qw_inner ul li span {
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin: 0px auto 5px;
    border-radius: 100%;
    cursor: pointer;
    background: linear-gradient(90deg, rgba(185, 252, 159, 0.6) 0%, rgba(162, 250, 103, 0.8) 41%, rgba(35, 215, 6, 0.9) 100%);
}

.quick_wrap .qw_inner ul li:nth-child(2n) span {
    background: linear-gradient(90deg, rgba(246, 221, 117, 0.4) 0%, rgba(249, 225, 62, 0.6) 31%, rgba(246, 194, 0, 0.9) 100%);
}

.quick_wrap .qw_inner ul li:nth-child(3n) span {
    background: linear-gradient(90deg, rgba(254, 195, 251, 0.5) 0%, rgba(252, 146, 246, 0.6) 41%, rgba(250, 117, 229, 0.6) 100%);
}

.quick_wrap .qw_inner ul li:last-child span {
    background: linear-gradient(90deg, rgba(246, 221, 117, 0.4) 0%, rgba(249, 225, 62, 0.8) 31%, rgba(246, 194, 0, 0.9) 100%);
}

.quick_wrap .qw_inner ul li:nth-child(4n) span,
.quick_wrap .qw_inner ul li:nth-child(5n) span {
    background: none;
}

.quick_wrap .qw_inner ul li:nth-child(4n) span img,
.quick_wrap .qw_inner ul li:nth-child(5n) span img {
    max-width: 100%;
    max-height: 100%;
}

.quick_wrap .qw_inner ul li img {
    vertical-align: middle;
    max-width: 35px;
    max-height: 35px;
    ;
    transition: 0.5s
}

.quick_wrap .qw_inner ul.big_qw li {
    word-break: keep-all;
    line-height: 18px;
    letter-spacing: -1.5px;
    height: 130px;
    font-weight: bold;
    border-bottom: 1px dotted #ddd
}

.quick_wrap .qw_inner ul li:hover img {
    transform: scale(1.2);
    transition: 0.5s
}


.tmp_layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.5);
    display: none
}

.tmp_layer .tl_inner {
    position: fixed;
    top: 45%;
    left: 50%;
    width: 600px;
    height: 480px;
    margin-left: -300px;
    margin-top: -240px;
    background: #fff;
    border-radius: 3px;
}

.tmp_layer .tl_inner .tl_title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0px 20px;
    background: linear-gradient(90deg, rgba(0, 181, 255, 1) 0%, rgba(49, 84, 166, 1) 45%, rgba(18, 72, 152, 1) 100%);
    color: #fff;
    position: relative;
    font-size: 24px;
    font-weight: bold;
}

.tmp_layer .tl_inner .tl_title .tl_close {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 0px;
    right: 20px;
}

.tmp_layer .tl_inner .tl_content {
    width: 100%;
    height: 330px;
    background: #fff;
    padding: 20px;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    word-break: keep-all
}


.st2_style {
    display: inline-block;
    height: 100%;
    line-height: 44px;
}


.navigation_wrap.nav_type2 {
    padding: 10px 0px;
    background: #ebf0f7;
    position: inherit;
    right: inherit;
    top: inherit;
    margin-bottom: 30px;
}

.con_wrap {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.con_wrap:after {
    display: block;
    content: "";
    clear: both
}

.con_wrap .con_left {
    float: left;
}

.con_wrap .con_right {
    float: right
}

.con_tab {
    width: 92%;
    border: 1px solid #ddd;
    border-top: 2px solid #003378;
    margin-bottom: 30px;
}

.con_tab li {
    padding: 17px;
    border-bottom: 1px solid #ddd;
    cursor: pointer
}

.con_tab li a {}

.con_tab li.on {
    background: #003378;
}

.con_tab li.on a {
    font-weight: bold;
    color: white;
}

.con_search {
    width: 100%;
    margin-bottom: 30px;
    background: #ebf0f7
}

.con_input {
    padding: 30px;
    background: #ddd;
}

.con_input input {
    width: calc(100% - 120px);
    height: 40px;
    line-height: 40px;
}

.con_input button {
    width: 100px;
    height: 40px;
    border: 1px solid #003378
}

.con_input select {
    height: 40px;
    line-height: 40px;
}

.con_edu_box {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative
}

.con_edu_box:after {
    display: block;
    content: "";
    clear: both
}

.con_edu_box .con_left {
    height: 100%;
}

.con_edu_box .con_right {
    padding: 8px 0px 5px 30px;
    position: relative;
    height: 100%
}

.con_edu_box img {
    max-height: 100%;
    margin-left: -15px;
}

.con_edu_box .title {
    font-size: 21px;
    line-height: 21px;
    margin-bottom: 15px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.con_edu_box .stitle {
    margin-bottom: 8px;
    color: gray
}

.con_edu_box .price span {
    color: crimson
}

.con_tag_list {
    margin-bottom: 13px;
}

.con_tag_list .con_tag {
    display: inline-block;
    padding: 0px 10px;
    border-radius: 3px;
    background: black;
    color: #fff;
    font-size: 12px;
}

.con_tag_list .con_tag01 {
    background: #e57c0c;
    color: #fff;
}

.con_tag_list .con_tag02 {
    background: #8555c4;
    color: #fff;
}

.con_btn_wrap {
    position: absolute;
    bottom: 13px;
    left: 30px;
}

.con_btn_wrap a,
.con_btn_wrap button {
    font-size: 15px;
    padding: 8px 20px;
    border-radius: 3px;
    margin-right: 5px;
}

.con_detail_view {
    padding-top: 40px;
}


.con_table {
    width: 100%;
    margin: 30px auto
}

.con_table table {
    width: 100%;
}

.con_table .title {
    position: relative;
    padding: 10px 0 0 0;
    font-size: 18px;
    font-weight: bold;
}

.con_table .title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 2px;
    background: #565cf8;
}


.con_ex_box {
    padding: 15px 0px;
    margin: 15px auto;
    word-break: keep-all
}

.con_ex_box .title {
    margin-bottom: 15px
}

.con_ex_box ul li {
    height: 35px;
    line-height: 35px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #ddd
}


.btn_01g2 {
    display: inline-block;
    padding: 10px;
    width: 200px;
    border: none;
    border-radius: 5px;
    text-decoration: none !important;
    line-height: normal;
}

.pop_edu_detail_header .left.left2 {
    width: 380px;
    height: 250px;
}

.pop_edu_detail_header .right {
    position: relative
}

.pop_edu_detail_header .right .btn.btn2 {
    position: absolute;
    bottom: 0px;
    left: 20px;
}

.d-inline {
    display: inline-block
}

.input_basic {
    height: 35px;
    line-height: 35px;
    border: 1px solid #ddd;
}


.auto_complete_layer {
    position: absolute;
    left: 0px;
    z-index: 205;
    margin-top: 2px;
    font-size: 12px;
    color: #666;
    border: solid 1px #000000;
    background: #fff;
    padding: 10px;
    width: 450px;
    height: 450px;
    text-align: left;
    overflow: auto;
    overflow-x: hidden;
}

.auto_complete_layer ul li {
    border-bottom: solid 1px #e8e8e8;
    width: 430px
}

.auto_complete_layer ul li a {
    padding: 6px 0;
    width: 100%;
    text-decoration: none;
    display: inline-block;
}

.auto_complete_layer ul li a:hover {
    background: #f8f8f8;
}

.auto_complete_layer p {
    width: 430px;
    text-align: right
}




.word_break {
    word-break: keep-all
}


.tit{
    margin-top: 80px;
    font-size: 28px;
    color: #010101;
    padding-bottom: 25px;
    font-weight: 600;
    border-bottom: 1px solid #E6E8E9;
}

.edu_info{
    display: flex;
    align-items: center;
    height: 100%;
    gap: 100px;
    border-bottom: 1px solid #E6E8E9;
    
}

.edu_info_tit{
    font-size: 18px;
    font-weight: 500;
    min-width: 70px;
}

.edu_info_txt{
    color:#747878;
    line-height: 1.5;
    height: 100%;
    padding: 15px 0;
}

.sub-tit-01{
    text-align: left;
    padding: 50px 0 25px 0;
    border-bottom: 1px solid #222222;
}

.right_card{
    flex: 0 0 334px;
    width: 334px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 60px;
    left: 0;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #E1E3E3;
    padding: 32px 24px 24px 24px;
    margin: 25px 0;
    border-radius: 20px;
}

.edu_img{
    flex: 0 0 310px;
    border-radius: 12px;
    width: 310px;
    height: 171px;
}    

.supervisor_wrap{max-width: 800px; margin: 70px auto;}
.supervisor_wrap h3{font-size: 30px; font-weight: 700;}
.supervisor_wrap p {font-size: 16px; line-height: 25px;margin: 30px 0; color: #666;}
.supervisor_wrap .text_box{background-color: #e7e6e6;padding: 20px; }
.supervisor_wrap .text_box ul{color: #666;}
.supervisor_wrap .text_box ul li{margin-bottom: 10px;position: relative; padding-left: 100px; line-height: 24px;}
.supervisor_wrap .text_box ul li span{font-weight: 500; position: absolute; left: 0; color:#003378;}
.supervisor_wrap .text_box strong{display: inline-block; margin-top: 30px; color: #ff6a4c;}

.supervisor_wrap .apply_btn{margin: 50px auto 0 auto; width: 200px;border: 2px solid #666;border-radius: 10px; position: relative;}
.supervisor_wrap .apply_btn a{padding: 10px 69px 10px 28px; display: inline-block; color:#666;}
.supervisor_wrap .apply_btn a:hover{text-decoration: underline; color: #333;}
.supervisor_wrap .apply_btn i{position: absolute;font-size: 20px; right: 11px; top: 11px; color:#fff;}
.supervisor_wrap .apply_btn::before{content:''; position: absolute; top: -1px;right: -1px;width: 44px; height: 44px;background-color: #666;border-radius: 0 10px 10px 0;  }


.calendar_wrap{margin: 100px 0;}
.calendar_wrap #calendar{max-width: 1280px; margin: 0 auto;}
.calendar_wrap .text_box{max-width: 1280px; margin: 50px auto;}
.calendar_wrap .text_box p{margin-bottom: 10px;}

.calendar_wrap #modal_wrap{display: none; position: fixed;z-index: 15;padding-top: 100px; left: 0;top: 0;width: 100%; height: 100%; overflow: auto;background-color: rgba(0,0,0,0.4); }
.calendar_wrap #modal_wrap .modal_box{position: absolute;background: #fff; width: 700px;height: 58vh;left: calc(50% - 350px);top: calc(50% - 28vh);border-radius: 20px;padding: 80px;}

.location_contents ul li{position:  relative; padding-left: 40px; margin-bottom: 10px;}
.location_contents ul li span{position: absolute; left: 0;}
.location_contents ul li span i{color: #003378; font-size: 25px;}

.apply_wrap{max-width: 1000px; margin: auto;}
.apply_wrap .important{color: #003378;font-size: 18px; font-weight: bold; padding-top: 3px; }
.apply_wrap .text_box{ margin: 70px 0 50px 0;}
.apply_wrap .text_box h3{font-size: 30px;font-weight: 500; margin-bottom: 50px;}
.apply_wrap .text_box p{margin-bottom: 5px;color: #666 ;}
.apply_wrap .text_box p span{color: #ff6a4c;}
.apply_wrap .title{background-color: #003378; width: 100%;}
.apply_wrap .title h4{padding: 20px 18px;color: #003378;font-size: 20px;font-weight: 500; }
.apply_wrap .table{padding: 30px; border-left: 1px solid #ddd;border-right: 1px solid #ddd;  }

.apply_wrap .info_box .table ul li{position: relative ; padding-left: 150px; line-height: 50px; min-height: 50px; color:#003378; font-weight: 600;}
.apply_wrap .info_box .table ul li span{position: absolute; left: 0; color: #333;font-weight: 500;}

.apply_wrap .form_box .table{display: flex; flex-wrap: wrap; border:1px solid #d9dde5;}
.apply_wrap .form_box .table .info{width: 50%; padding: 0 15px;}
.apply_wrap .form_box .table .info.company_address{width: 100%;}
.apply_wrap .form_box .table .info.company_condition, .apply_wrap .form_box .table .info.manager, .apply_wrap .form_box .table .info.student{margin-right: 50%;}
.apply_wrap .form_box .table .info label{font-weight: 500;display: inline-block; padding-bottom: 25px; }
/*
.apply_wrap .form_box .table .info input[type="text"], .apply_wrap .form_box .table .info input[type="email"]{width: 100%;border: none;border-bottom: 2px solid #c9ccc2;padding: 9px 10px;vertical-align: middle;word-spacing: -1px;margin-bottom: 30px;box-shadow: none;border-radius: 0;}
.apply_wrap .form_box .table .info input:focus {border-bottom: 2px solid #003378;}
.apply_wrap .form_box .table .info input[type="file"]{height: 30px; border: none;}
*/

.apply_wrap .agree_box{padding-top: 50px;border-top: 1px solid #e0e0e0;border-bottom: 1px solid #e0e0e0; }
.apply_wrap .agree_box .table p{font-size: 16px; margin-bottom: 25px;}
.apply_wrap .agree_box .table th{font-size: 13px;padding: 10px 0; ;border-bottom: 1px solid #ddd;border-right: 1px dashed #ddd; font-weight: 600;}
.apply_wrap .agree_box .table td{font-size: 13px;padding: 10px; ;border-right: 1px dashed #ddd}
.apply_wrap .agree_box .agree {display: flex; justify-content: center; padding-top: 50px;}
.apply_wrap .agree_box .agree .check_box{display: flex; justify-content:space-between; margin-left: 20px;}
.apply_wrap .agree_box .agree .check_box label{padding-left: 7px; margin-right: 15px;}
.apply_wrap .submit_btn{width: 150px; margin: 0 auto; padding-top: 50px;}
.apply_wrap .submit_btn a{width: 130px; padding: 9px; height: 100%; background-color: #003378; color: #fff; letter-spacing: -1;border-radius: 10px; line-height: 21px;text-align: center;display: inline-block; }

#modal_wrap{display: none; position: fixed;z-index: 15;padding-top: 100px; left: 0;top: 0;width: 100%; height: 100%; overflow: auto;background-color: rgba(0,0,0,0.4); }
#modal_wrap .modal_box{position: absolute;background: #fff; width: 700px;height: 58vh;left: calc(50% - 350px);top: calc(50% - 28vh);border-radius: 20px;padding: 80px;}
.apply_wrap .modal_box label{font-weight: 500;display: inline-block; padding-bottom: 25px; }
.apply_wrap .modal_box input[type="text"]{width: 100%;border: none;border-bottom: 2px solid #c9ccc2;padding: 9px 10px;vertical-align: middle;word-spacing: -1px;margin-bottom: 30px;box-shadow: none;border-radius: 0;}
.apply_wrap .modal_box input:focus {border-bottom: 2px solid #003378;}
.apply_wrap .modal_box .submit_btn{display: flex; width:250px; justify-content: space-between;padding-top: 40px; }
.apply_wrap .modal_box .submit_btn input{width: 130px; padding: 9px; height: 100%; background-color: #003378; color: #fff; letter-spacing: -1;border-radius: 10px; line-height: 21px;text-align: center;display: inline-block; } 
.apply_wrap .modal_box .submit_btn a{width: 90px; background-color: #8b8ea7;}

.apply_wrap .student_btn{display: flex; justify-content: flex-end;margin: 15px 0 30px 0;}
.apply_wrap .student_btn a{background-color: #4d976a;color:#fff  ;width: 150px;line-height: 44px;text-align: center; border-radius: 10px;margin-right: 20px;}
.apply_wrap .form_box table{border: 1px solid #ddd;text-align: center; width: 100%;}
.apply_wrap .form_box table th{padding: 10px 0; border-bottom: 1px solid #ddd;border-right: 1px dashed #ddd; }
.apply_wrap .form_box table td{padding: 20px 0; border-right: 1px dashed #ddd;}
.apply_wrap .form_box table td input{background-color: #d9534f; color: #fff; padding: 6px 12px; font-weight: 400;height: 100%;border-radius: 10px; cursor: pointer;}

.apply_wrap .pay_box .title{text-align: center; font-weight: 600;}
.apply_wrap .pay_box .table {border-bottom: 1px solid #ddd;}
.apply_wrap .pay_box .table ul li{position: relative ; padding-left: 150px; margin-bottom: 25px; line-height: 30px;}
.apply_wrap .pay_box .table ul li span{position: absolute; left: 0; color: #333;font-weight: 600;}
.apply_wrap .pay_box .table ul li em{color: #003378; font-weight: bold;}
.apply_wrap .pay_box select{appearance: none;background: url(../images/common/down.png) no-repeat 95% 50%; height: 40px; padding: 0 20px; border: none; border-bottom: 2px solid #ddd; width: 300px; }
.apply_wrap .pay_box.check ul li{margin-bottom: 15px;}

.apply_wrap .btn_wrap{display: flex; width: 350px; margin: 50px auto; justify-content: space-between;}
.apply_wrap .btn_wrap a{width: 150px; padding: 10px; border: 1px solid #ccc; text-align: center; border-radius: 10px;}
.apply_wrap .btn_wrap a:nth-of-type(2){background-color: #003378; color: #fff;}

.apply_wrap .form_box .table {display: block;}
.apply_wrap .addr_btn {position: absolute; top: 60px; left: 0;}

.mt_m1 {margin-top: -1px;}

.calendar_wrap .fc h2 { font-size: 25px;  font-weight:bold;   margin-right:10px;   }
.calendar_wrap .fc .fc-toolbar>*>* { float: left;  margin-left: 0.75em;  display: -webkit-inline-box;}

.calendar_wrap .fc-head {   line-height: 50px;    font-size: 15px;    font-weight: bold;}
.calendar_wrap .fc-head th span {font-size: 18px; line-height: 40px; color: gray;}

.calendar_wrap .fc-content{ color:#fff;padding: 2px; }
.calendar_wrap .fc-event {border: none;}
.calendar_wrap .fc-event, 
.calendar_wrap .fc-event-dot {background-color: transparent;}
.calendar_wrap .fc-sat,
.calendar_wrap .fc-sat span{ color:#0000FF!important; }
.calendar_wrap .fc-sun,
.calendar_wrap .fc-sun span{ color:#FF0000!important; }

.calendar_wrap td a span {color: #fff!important}


.fc-day-grid-event .fc-content {white-space: normal!important; word-break: keep-all}

.title_area_bg {background: url(../images/tmp_banner1.png) no-repeat center bottom; height: 300px; padding-top: 70px; background-position: center;}


.pay_result_wrap {width: 100%;}
.pay_result_wrap .title {background: none; color: #000}
.pay_result_wrap .table {border-bottom: 1px solid #ddd}

.pay_price_wrap {width: 100%; padding: 30px;  border-top: 3px solid #000; margin: 0!important;  }
.pay_price_wrap .pay_title { font-size: 24px; font-weight: bold; width: 40%; }
.pay_price_wrap .pay_last {font-size: 24px; font-weight: bold;  width: 55%; text-align: right}
.pay_price_wrap .pay_last span {font-size: 30px;}


.auto_input_row select { height: 50px; line-height: 40px; padding: 0px 10px;  border: 1px solid #ddd;}


#pay_button_wrap {width: 500px; max-width: 100%; margin: 30px auto; text-align: center; }
#pay_button_wrap .btn_submit {width: 240px; float: left; height: 60px; line-height: 60px; text-align: center; background:#003378; color: #fff; cursor: pointer}
#pay_button_wrap .btn_cancel {width: 240px; float: right; height: 60px; line-height: 60px; text-align: center; background: #ddd;}
#pay_button_wrap::after {display: block; clear: both; content: "";}

.apply_res {min-height: 600px;}


.appl_bg {position: fixed;top: 0;left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 100000}

.apply_alert {position: fixed; top: 40%; left: 50%; width: 500px; height: 300px; margin-left: -250px; margin-top: -150px; background: #fff; border-radius: 10px;}

/* apply_order.html UI refresh */
.apply_wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 24px;
    max-width: 1440px;
    margin: 0 auto;
    padding: 24px 0 90px;
}

.apply_wrap .text_box {
    grid-column: 1 / -1;
}

.apply_wrap .text_box p {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.8;
    color: #4b5563;
}

.apply_wrap .text_box p span {
    color: #6d4aff;
    font-weight: 700;
}

.apply_wrap > .info_box {
    grid-column: 1;
    margin-bottom: 24px;
}

.apply_wrap form {
    display: contents;
}

.apply_wrap form > :not(.pay_result_wrap) {
    grid-column: 1;
}

.apply_wrap form > .pay_result_wrap {
    grid-column: 2;
    grid-row: 2 / span 20;
    position: sticky;
    top: 24px;
    height: max-content;
}

.apply_wrap .info_box,
.apply_wrap .agree_box,
.apply_wrap .pay_result_wrap,
#pay_button_wrap,
#pay_process {
    border: 1px solid #e5e7eb;
    background: #ffffff;
}

.apply_wrap .agree_box {
    padding-top: 0;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

.apply_wrap .title,
.pay_result_wrap .title {
    width: 100%;
}

.apply_wrap .title h4 {
    padding: 22px 28px;
    color: white;
    font-size: 22px;
    font-weight: 700;
}

.apply_wrap .table,
.pay_result_wrap .table {
    padding: 28px;
    border: none;
}

.apply_wrap .info_box .table ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 20px;
}

.apply_wrap .info_box .table ul li {
    min-height: auto;
    padding: 18px 20px 18px 150px;
    line-height: 1.5;
    border: 1px solid #ebeef5;
    color: #1f2937;
    font-weight: 700;
}

.apply_wrap .info_box .table ul li span {
    top: 18px;
    left: 20px;
    color: #6b7280;
    font-weight: 600;
}

.apply_wrap .form_box .table {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    padding: 0;
    border-top: 1px solid #d9dde5;
    border-left: 1px solid #d9dde5;
}

.apply_wrap .form_box .table .alert {
    width: 100%;
    padding:20px;
    text-align: center;
    border: 1px solid #d9e8ff;
    color: #1d4ed8;
}

.apply_wrap .form_box .table .auto_tr {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #d9dde5;
    background: #fff;
}

.apply_wrap .form_box .table .auto_tr > .auto_input_row {
    border-bottom: none;
    border-right: 1px solid #d9dde5;
}

.apply_wrap .form_box .table .auto_tr > .auto_input_row:last-child {
    border-right: none;
}

.apply_wrap .auto_input_row {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    align-items: stretch;
    width: 50%;
    margin: 0;
    overflow: hidden;
    border-bottom: 1px solid #d9dde5;
}

.apply_wrap .form_box .table > .auto_input_row:last-child:nth-child(odd),
.apply_wrap .form_box .table .auto_tr > .auto_input_row:last-child:nth-child(3) {
    width: 100%;
}

.apply_wrap .form_box .table > .auto_input_row.file_row:last-child:nth-child(odd) {
    width: 50%;
}

.apply_wrap .auto_input_row.company_address,
.apply_wrap .auto_input_row.bank_box,
.apply_wrap .agree_box .table > p,
.apply_wrap .agree_box .table > table,
.apply_wrap .agree_box .agree {
    width: 100%;
}

.apply_wrap .auto_input_row.file_row {
    grid-template-columns: 140px minmax(0, 1fr);
    width: 50%;
}

.apply_wrap .auto_input_row.file_row .file_upload_ui {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-width: 0;
    padding: 10px;
}

.apply_wrap .auto_input_row.file_row input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.apply_wrap .auto_input_row.file_row .file_btn {
    flex: 0 0 auto;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid #cfd5df;
    background: #f8f9fb;
    color: #374151;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    cursor: pointer;
}

.apply_wrap .auto_input_row.file_row .file_name {
    flex: 1 1 auto;
    min-width: 0;
    color: #ef4444;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.apply_wrap .auto_input_row.bank_box {
    display: block;
    grid-template-columns: none;
    border-right: none;
    overflow: visible;
}

.apply_wrap .auto_input_row label {
    float: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 64px;
    width: auto;
    height: auto;
    line-height: 1.5;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    margin-bottom: 0;
    padding: 14px 18px;
    border-right: 1px solid #d9dde5;
    background: #f3f4f6;
    font-size: 14px;
    font-weight: 700;
    color: #374151;
}

.apply_wrap .auto_input_row input,
.apply_wrap .auto_input_row select {
    float: none;
    box-sizing: border-box;
    width: auto;
    min-width: 0;
    max-width: none;
    display: block;
    align-self: center;
    height: 42px;
    line-height: 42px;
    margin: 10px;
    padding: 0 14px;
    border-radius: 0;
    background: #fff;
    font-size: 15px;
    color: #111827;
}

.apply_wrap .auto_input_row input[type="file"] {
    float: none;
    box-sizing: border-box;
    width: auto;
    height: auto;
    margin: 10px;
    padding: 10px 14px;
    line-height: 1.4;
}

.apply_wrap .auto_input_row input:focus,
.apply_wrap .auto_input_row select:focus,
.apply_wrap .modal_box input:focus {
    border-color: #6d4aff;
    box-shadow: 0 0 0 4px rgba(109, 74, 255, 0.12);
}

.apply_wrap .addr_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    left: auto;
    min-width: 150px;
    height: 42px !important;
    padding: 0 18px;
    border-radius: 0;
    background: #4b5563;
    color: #fff;
}

.apply_wrap .company_address input {
    margin-bottom: 10px;
}

.apply_wrap .company_address {
    grid-template-columns: 140px 220px 160px minmax(0, 1fr);
    grid-template-rows: repeat(2, auto);
    column-gap: 0;
    row-gap: 0;
    padding-top: 0;
}

.apply_wrap .company_address label {
    grid-column: 1;
    grid-row: 1 / span 2;
    min-height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.apply_wrap .company_address input {
    width: auto;
    margin: 10px;
}

.apply_wrap .company_address #addr_zip {
    grid-column: 2;
    grid-row: 1;
}

.apply_wrap .company_address #addr_01 {
    grid-column: 4;
    grid-row: 1;
}

.apply_wrap .company_address #addr_03 {
    grid-column: 2 / span 2;
    grid-row: 2;
}

.apply_wrap .company_address #addr_02 {
    grid-column: 4;
    grid-row: 2;
}

.apply_wrap .company_address #addr_04 {
    display: none;
}

.apply_wrap .company_address .addr_btn {
    position: static;
    grid-column: 3;
    grid-row: 1;
    width: calc(100% - 20px) !important;
    min-width: 0;
    margin: 10px;
}

.apply_wrap .company_address .addr_btn + #addr_zip,
.apply_wrap .company_address .addr_btn + #addr_zip + #addr_01,
.apply_wrap .company_address .addr_btn + #addr_zip + #addr_01 + #addr_04,
.apply_wrap .company_address .addr_btn + #addr_zip + #addr_01 + #addr_04 + #addr_03,
.apply_wrap .company_address .addr_btn + #addr_zip + #addr_01 + #addr_04 + #addr_03 + #addr_02 {
    margin-right: 10px;
}

.apply_wrap .agree_box .table p {
    font-size: 15px;
    line-height: 1.8;
    color: #4b5563;
}

.apply_wrap .agree_box .table table {
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
}

.apply_wrap .agree_box .table th {
    padding: 14px 12px;
    border-right: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    background: #f8fafc;
    font-size: 14px;
    color: #111827;
}

.apply_wrap .agree_box .table td {
    padding: 16px 14px;
    border-right: 1px solid #e5e7eb;
    font-size: 14px;
    line-height: 1.7;
    color: #4b5563;
}

.apply_wrap .agree_box .agree {
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
}

.apply_wrap .agree_box .agree p {
    margin-bottom: 0;
    font-weight: 700;
    color: #111827;
}

.apply_wrap .agree_box .agree .check_box {
    align-items: center;
    margin-left: 0;
    padding: 10px 14px;
}

.apply_wrap .agree_box .agree .check_box input {
    width: 16px;
    height: 16px;
}

.apply_wrap .agree_box .agree .check_box label {
    margin-right: 18px;
    padding-left: 8px;
}

.apply_wrap .auto-alert {
    padding: 10px;
    color: #9a3412;
}


.pay_price_wrap {
    padding: 28px;
    border: none;
}

.pay_price_wrap .pay_title,
.pay_price_wrap .pay_last {
    width: 100%;
    color: black;
}

.pay_price_wrap .pay_title {
    font-size: 14px;
    font-weight: 600;
    opacity: 0.8;
}

.pay_price_wrap .pay_last {
    margin-top: 10px;
    font-size: 28px;
    font-weight: 700;
    text-align: left;
}

.pay_price_wrap .pay_last span {
    font-size: 40px;
    color: #083bbe;
}

.apply_wrap .pay_result_wrap .auto_input_row {
    width: 100%;
}

.apply_wrap .pay_result_wrap .pay_method_wrap {
    display: flex;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid #d9dde5;
}

.apply_wrap .pay_result_wrap .pay_method_wrap label {
    flex: 0 0 120px;
    float: none;
    display: flex;
    align-items: center;
    min-height: 64px;
    width: 120px;
    margin: 0;
    padding: 0 18px;
    border-right: 1px solid #d9dde5;
    background: #f3f4f6;
    font-size: 14px;
    font-weight: 700;
    color: #374151;
    white-space: nowrap;
}

.apply_wrap .pay_result_wrap .pay_method_wrap select {
    flex: 1 1 auto;
    float: none;
    width: auto;
    min-width: 0;
    height: auto;
    min-height: 64px;
    margin: 0;
    border: none;
    border-radius: 0;
    background: #fff;
    padding: 0 16px;
    line-height: normal;
}

.apply_wrap .pay_result_wrap .bank_box {
    margin-top: 18px;
    padding: 0;
    border-bottom: none;
}

.apply_wrap .pay_result_wrap .half_table_wrap,
.apply_wrap .pay_result_wrap .half_table_wrap .half_table,
.apply_wrap .pay_result_wrap .auto_table.half_table {
    width: 100%;
}

.apply_wrap .pay_result_wrap .bank_info_box {
    overflow: hidden;
    border: 1px solid #ebeef5;
    background: #fafbff;
}


.apply_wrap .pay_result_wrap .bank_info_box table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

.apply_wrap .pay_result_wrap .auto_table tr th,
.apply_wrap .pay_result_wrap .auto_table tr td {
    padding: 18px 20px;
    border-bottom: 1px solid #ebeef5;
    vertical-align: middle;
    text-align: left;
}

.apply_wrap .pay_result_wrap .auto_table tr th {
    width: 88px;
    border-right: none;
    background: #f3f4f6;
    color: #6b7280;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

.apply_wrap .pay_result_wrap .auto_table tr td {
    background: white;
    color: #1f2937;
    font-size: 14px;
    font-weight: 700;
    word-break: keep-all;
}

.apply_wrap .pay_result_wrap .auto_table tr:last-child th,
.apply_wrap .pay_result_wrap .auto_table tr:last-child td {
    border-bottom: none;
}

.apply_wrap .pay_result_wrap {
    flex: 0 0 334px;
    width: 334px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 60px;
    left: 0;
    border: 1px solid #E1E3E3;
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}

.apply_wrap .pay_result_btns {
    padding-top: 18px;
}

.apply_wrap .pay_result_btns .btn_submit,
.apply_wrap .pay_result_btns .btn_cancel {
    display: block;
    width: 100%;
    height: 62px;
    line-height: 62px;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
}

.apply_wrap .pay_result_btns .btn_submit {
    background: #083bbe;
    color: #fff;
    cursor: pointer;
}

.apply_wrap .pay_result_btns .btn_cancel {
    margin-top: 10px;
    border: 1px solid #E1E3E3;
    background: #f8f9fb;
    color: #374151;
}

#pay_button_wrap {
    display: none;
}

#pay_process {
    grid-column: 1;
    margin-top: 16px;
    padding: 18px 24px;
    color: #374151;
}

@media (max-width: 1100px) {
    .apply_wrap {
        display: block;
        max-width: 1000px;
        padding-bottom: 72px;
    }

    .apply_wrap .text_box,
    .apply_wrap > .info_box,
    #pay_button_wrap,
    #pay_process {
        max-width: 100%;
    }

    .apply_wrap form {
        display: block;
    }

    .apply_wrap form > .pay_result_wrap {
        position: static;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .apply_wrap {
        padding: 12px 0 56px;
    }

    .apply_wrap .text_box,
    .apply_wrap .table,
    .pay_result_wrap .table {
        padding: 22px 18px;
    }

    .apply_wrap .title h4 {
        padding: 18px 18px;
        font-size: 19px;
    }

    .apply_wrap .text_box h3 {
        font-size: 28px;
    }

    .apply_wrap .info_box .table ul {
        grid-template-columns: 1fr;
    }

    .apply_wrap .auto_input_row {
        width: 100%;
    }

    .apply_wrap .auto_input_row.file_row {
        width: 100%;
    }

    .apply_wrap .auto_tr {
        padding: 0 18px;
    }

    .apply_wrap .auto_tr {
        display: block;
    }

    .apply_wrap .company_address {
        grid-template-columns: 140px minmax(0, 1fr);
        grid-template-rows: auto;
        padding-top: 0;
    }

    .apply_wrap .addr_btn {
        position: relative;
        width: 100%;
        top: auto;
        right: auto;
        margin-bottom: 12px;
    }

    .apply_wrap .company_address label,
    .apply_wrap .company_address #addr_zip,
    .apply_wrap .company_address #addr_01,
    .apply_wrap .company_address #addr_03,
    .apply_wrap .company_address #addr_02,
    .apply_wrap .company_address .addr_btn {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .apply_wrap .company_address label {
        min-height: 64px;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .apply_wrap .agree_box .agree {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    .apply_wrap .agree_box .agree .check_box {
        width: 100%;
        justify-content: center;
        border-radius: 18px;
    }

    .pay_price_wrap {
        padding: 24px 18px;
    }

    .pay_price_wrap .pay_last {
        font-size: 24px;
    }

    .pay_price_wrap .pay_last span {
        font-size: 34px;
    }
}
