.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
  font-size:16px;
  float:right;
}
.modal-header_01 {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header_01 .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm { width: 300px;}
}
@media (min-width: 992px) {
  .modal-lg { width: 900px;}
  .modal-xlg { width:1130px;}
}

.ajax-upload-dragdrop{width:auto !important;}
.sub_contents{width:1100px;margin:0 auto;min-height:600px;}
.sub_contents_line{width:1100px;margin:0 auto;min-height:600px; border:1px solid #ddd; padding:20px;}
.sub_contents .left{width:178px;border:solid 1px #e5e5e5;min-height:500px;float:left;}
.sub_contents .left h2{height:24px;line-height:24px;font-size:24px;font-weight:bold;color:#333;margin-top:30px;padding-bottom:15px;border-bottom:solid 1px #333;text-align:center;}
.sub_contents .left .left_contents{width:120px;margin:0 30px;}
.sub_contents .left .left_contents dl{width:100%;}
.sub_contents .left .left_contents dl dt{width:100%;margin-top:30px;font-size:15px;font-weight:bold;color:#333;}
.sub_contents .left .left_contents dl dd{width:100%;}
.sub_contents .left .left_contents dl dd:nth-child(2){margin-top:20px;}
.sub_contents .left .left_contents dl dd:nth-child(n+3){margin-top:12px;}
.sub_contents .left .left_contents dl dd a{font-size:13px;font-weight:bold;color:#888;}
.sub_contents .left .left_contents dl dd.active a{color:#2490e0 !important;}
.sub_contents .right{width:880px;min-height:500px;float:right;}
.sub_contents .right h2{height:27px;line-height:27px;font-size:27px;font-weight:bold;color:#333}

.sub_contents .tab_contents ul{width:100%;height:60px;}
.sub_contents .tab_contents li{height:60px;float:left;width:438px;border-right:#e5e5e5 solid 1px;border-left:#e5e5e5 solid 1px;background:#f4f4f4;font-size:18px;font-weight:bold;color:#555;text-align:center;line-height:60px;border-bottom:1px solid #333;border-top:1px solid #e5e5e5;cursor:pointer}
.sub_contents .tab_contents li.active{float:left;width:438px;border-right:#333 solid 1px;border-left:#333 solid 1px;background:#fff;font-size:18px;font-weight:bold;color:#333;border-bottom:0px;border-top:1px solid #333;}
.sub_contents .search_box{width:878px;border:solid 1px #e5e5e5;height:80px;}
.sub_contents .search_box ul {width:553px;height:34px;margin:20px auto;}
.sub_contents .search_box ul li{float:left;height:34px;line-height:34px;}
.sub_contents .search_box ul li select{height:34px;padding:5px;width:120px;margin-bottom:1px;}

.sub_contents .search_btn{width:100px;height:34px;background:#555;font-size:13px;color:#fff;text-align:center;line-height:34px;cursor:pointer;}

.sub_contents .input-daterange img{position:absolute;left:-25px;}
.sub_contents h3{font-size:16px;height:16px;width:100%;font-weight:bold;color:#333}
.sub_contents .search_box ul li input{height:22px;padding:5px;width:110px;}

.default_btn{width:150px;height:50px;line-height:50px;background:#2490e0;text-align:center;color:#fff;font-size:16px;font-weight:bold;cursor:pointer;float:left;padding:0px;}
.cancel_btn{width:150px;height:50px;line-height:50px;background:#f4f4f4;text-align:center;color:#333;font-size:16px;font-weight:bold;cursor:pointer;float:left;padding:0px;}

.inputmask-date{height:22px;padding:5px;width:110px;position:static;}
.inputmask-date{background: url("../images/icon/calendar.gif");background-repeat: no-repeat; background-position: 90% 8px; }

.comp_txtbox{overflow: hidden;}
.comp_txtbox h2{font-size: 24px; text-align: center; margin-bottom: 30px; line-height: normal;}
.comp_txtbox p{font-size: 14px; font-weight: 600; line-height: 24px;}
.comp_txtbox img{width: 900px; margin: 60px 0;}

/* coupon */

.cp_list {width:837px; height:100%; margin:0 auto;}
.cp_list:after {content:""; display:block; clear:both;}

.cp_list li { float:left; width:259px; height:128px; text-align:center; padding:10px; background:url(../images/common/cs_coupon_bg.png) no-repeat 50% 50%; line-height:128px;}
.cp_list .nmb {text-align:center; font-size:45px; font-weight:bold;}
.cp_list .won {text-align:center; font-size:20px; font-weight:bold;}


.cp_notice {display:block; background:#7a89a9; padding:30px;}
.cp_notice .tit {font-size:28px; font-weight:bold; color:#fff; padding-top:10px; padding-bottom:40px;}
.cp_notice .txt {font-size:14px; padding-bottom:20px; color:#fff; line-height:22px; }


/* company */
.grt_tit{font-size: 24px; font-weight: 800; margin-bottom: 14px; line-height: normal;}
.grt_tit span{color: #6aaae4;}
.grt_txt{font-size: 14px; line-height: 24px; margin-bottom: 50px;}
.grt_date{margin-top: 70px;}
.grt_date > ul li{display: flex;}
.grt_year{position: relative; font-weight: bold; line-height: 1; display: inline-block; font-size: 30px; color: #04599e; padding-right: 60px; top: -0.1em;}
.grt_datelist{border-left: 1px solid #ccc;}
.grt_datelist li{position: relative; padding: 0px 0 31px 15px; font-size: 14px;}
.grt_datelist li:before{content: ''; position: absolute; top: 4px; left: -5px; width: 10px; height: 10px; border-radius: 50%; background: #04599e;}
.grt_datelist li:last-of-type{padding-bottom: 90px;}
.prj_tit{font-size: 24px; font-weight: 700; color: #fff; margin-bottom: 14px; background: #04599e; padding: 24px 14px;}
.prj_txt{font-size: 14px; line-height: 20px; margin-bottom: 40px;}
.prj_galtit{font-size: 20px; font-weight: 700; margin-bottom: 10px;}
.prj_galtit02{font-size: 20px; font-weight: 700; margin-bottom: 6px; color: #6aaae4;}
.prj_galtxt{font-size: 14px; line-height: 20px; margin-bottom: 10px;}
.map_tbl tr{padding-bottom: 14px;}
.map_tbl th{width: 5%; text-align: left; font-size: 14px; font-weight: bold; padding-bottom: 10px;}
.map_tbl td{text-align: left; font-size: 14px; padding: 0 0 10px 10px;}
.talent_tit{font-size: 22px; font-weight: 800; margin-bottom: 14px; line-height: normal;}
.talent_listbox{display: flex; justify-content: space-between; align-items: flex-start;}
.talent_listbox li{width: 30%; height: 290px; border: 1px solid #ccc; border-radius: 20px; padding: 30px 20px 0; margin-right: 24px;}
.talent_listbox li:last-child{margin-right: 0;}
.talent_gal{display: block; margin-bottom: 30px;}
.talent_gal img{display: block; margin: 0 auto; width: 70px;}
.talent_txtbox{text-align: center;}
.talent_txt01{font-size: 24px; font-weight: 800; margin-bottom: 16px;}
.talent_txt02{font-size: 14px; line-height: 24px; word-break: keep-all;}
.talent_tbl{width: 100%; text-align: center;}
.talent_tbl tr th{font-size: 16px; font-weight: bold; background: #f8f8f8; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; padding: 14px 6px;}
.talent_tbl tr th:last-child{border-right: none;}
.talent_tbl tr td{font-size: 14px; line-height: 20px; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; padding: 10px 6px;}
.talent_tbl tr td:last-child{border-right: none;}
.talent_tblex{text-align: left;}
.talent_downtxt{font-size: 14px; line-height: 24px;}
.talent_downtxt a{color: blue; text-decoration: underline;}
.talent_downbtn{width: 200px; margin-top: 20px;}
.talent_downbtn a{display: block; background: #6aaae4; font-size: 16px; font-weight: bold; color: #fff; text-align: center; padding: 14px 0; border-radius: 30px;}