@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap");
body {
  font-family: "Noto Sans KR", sans-serif;
  min-width: 1500px;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: #1c7ed6;
}

strong{font-weight: 800;}

button {
  cursor: pointer;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.fullWidth {
  width:100%;
}

.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.underline{text-decoration: underline;}
.textarea{
  width:100%;
  min-height:250px;
  padding:10px;
  border:1px solid #ced4da;
  font-family: 'Noto Sans KR';
}

.inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.header_inner {
  position: relative;
  width: 1500px;
  height: 100%;
  margin: 0 auto;
}

header {
  height: 110px;
  background-color: #fff;
}

header .header_inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.top_logo {
  margin-left: 20px;
}

.gnb_menu {
  display: none;
}

.gnb {
  display: flex;
  width: 100%;
  margin: 35px 20px 0 90px;
  font-size: 19px;
  justify-content: space-between;
  z-index: 100;
}

.gnb li a {
  color: #000;
}

.gnb li a:hover {
  color: #e47820;
}

.top_nav {
  position: absolute;
  display: flex;
  right: 20px;
  top: 0;
  width: 380px;
  height: 30px;
  font-size: 13px;
  justify-content: space-between;
  align-items: flex-end;
}

.top_nav a {
  color: #868e96;
}

.top_nav a:hover {
  color: #e47820;
}

/* color */
.point_c_01 {
  color: #e47820;
}
.point_c_02 {
  color: #ff6b6b;
}
.point_c_03 {
  color:#fab20c;
}
.point_c_04 {
  color:#fd9f27;
}
.point_c_05 {
  color:#4dabf7;
}
.point_c_gray {
  color: #999;
}
.point_c_gray2 {
  color: #838383;
}
.text_c{
  color:#495057;
}

hr {
  height: 0;
  border: 1px solid #eaeaea;
  border-top: none;
}

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

/* bullets */
.blt_01 {
  margin-bottom: 15px;
  padding-left: 27px;
  background: url(../images/common/bul_chk_01.png) no-repeat left center;
  color: #212529;
  font-size: 17px;
}

/* Badge */
.badge {display: inline-block;text-align: center;vertical-align: middle}
.badge.type1{background-color: #fd9f27;color:#fff;padding: 2px 9px;border-radius: 20px;font-size: 12px;}
.badge.type2{background-color: #ffd26d;color:#fff;min-width:70px;height:20px;line-height: 17px;padding: 0 9px;border-radius: 20px;font-size: 12px;font-weight: 300}
.badge.type3{background-color: #fd9f27;color:#fff;min-width:70px;height:20px;line-height: 17px;padding: 0 9px;border-radius: 20px;font-size: 12px;font-weight: 300;}
.rtf-list .badge.type4,
.rtf-list .badge.type3 {margin-right: 10px;vertical-align: top;}
.badge.type4{background-color: #ced4da;color:#fff;min-width:70px;height:20px;line-height: 17px;padding: 0 9px;border-radius: 20px;font-size: 12px;font-weight: 300}

/* box */
.box_default {padding:24px 19px;border:1px solid #999;border-radius: 5px;font-size: 14px;}
.box_default .tit {color:#000;font-weight: 500;}
.box_default li {line-height: 18px;margin-top: 15px;text-indent: -17px;padding-left: 17px;color: #495057;}
.box_default li:first-of-type{margin-top: 20px;}
.box_default {}
/* table */
.table_default {
  width: 100%;
  border-top: 1px solid #999;
  color: #495057;
  line-height: 1.3;
}
.table_default th {
  height: 40px;
  padding: 12px 15px;
  background-color: #f8f9fa;
  vertical-align: middle;
  border: 1px solid #999;
  font-weight: 500;
}
.table_default td {
  padding: 12px 15px;
  text-align: center;
  min-height: 40px;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  vertical-align: middle;
  color:#868e96;
}
.table_default td.rowspan {
  
}
.table_default td:first-child {
}
.table_default td:last-child {
}
.table_default.notice{
  table-layout: fixed;
  margin-top: 30px;
}
.table_default.notice th{
  padding: 9px 15px;
}
.table_default.notice td{
}
.table_default.notice tr:hover td{background-color: #f9f9f9;}
.table_default.notice a{
  display: block;
  color:#343a40;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table_default.notice td input, 
.table_default.notice td select{
  height:30px;
  margin-right: 10px;
  vertical-align: middle;
}

.table_default.type2 th{
  padding: 5px 15px;
}
.table_default.type2 td{
  line-height: 30px;
  padding: 5px 15px;
}
.table_default.type2 input,
.table_default.type2 select{height:30px;margin-top:8px;margin-bottom:8px;padding-left: 10px;font-size: 16px;}
.table_default .address .addr_num input[type=text]{width:95px;vertical-align: middle;}
.table_default .ipt_addr {display:block;max-width:540px;width:100%;margin-top: 10px;}
.table_default.type2 .phonenum input{width:95px;}
.table_default.type2 select {min-width: 200px;}

.table_default.type3 th{
  padding: 9px 15px;
  text-align: left;
  color: #343a40;
}
.table_default.type3 thead th{text-align: center;}
.table_default.type3 td{
  padding: 9px 15px;
}
.table_default.notice tr:hover td{
  background: transparent;
}

.table_res {border-top:1px solid #999;border-bottom:1px solid #999;}
.table_res dl {
  display: flex;
  border-spacing: 0;
  width: 100%;
}
.table_res dt {
  display: flex;
  align-items: center;
  flex: 0 0 220px;
  padding: 20px 20px;
  text-align: left;
  background-color: #f8f9fa;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}
.table_res dd {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 7px 8px;
  line-height: 1.75;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
}
.table_res dd:nth-child(2){border-left: 0;}
.table_res dl:last-of-type dt,
.table_res dl:last-of-type dd{border-bottom: 0;}
.table_res .flex-row{
  flex-direction: row;
}
.table_res dl .ipt_text{
  width: 43%;
}
.table_res .text_desc{
  font-size: 13px;
  color:#868e96;
}
.table_res .photo:not(dd):not(dl) {
  position: absolute;
  right: 20px;
  top:20px;
  padding:10px;
  border: solid 1px #c1c1c1;
  background-color: #e1e1e1;
}
.table_res .photo img{
  display: block;
  width:140px;
  height: 160px;
}
.table_res p+p {margin-top: 10px;}

.tbl_list li{
  text-indent: -10px;
  padding-left: 10px;
}
.tbl_list li p{
  padding-left: 10px;
}

.tbl_search {
  display: flex;
  justify-content: center;
  align-self: center;
  margin-top: 40px;
  gap:10px;
}
.tbl_search select{width:100px;height:35px;font-size: 14px;color:#2b2b2b;}
.tbl_search input[type=text] {width:270px;height:35px;font-size: 14px;}

/* Pagination */
.pagination {
  display: flex;
  justify-content: center;
}
.pagination a {
  color: black;
  float: left;
  width:30px;
  height:30px;
  line-height:27px;
  margin-top: 40px;
  margin-left: 5px;
  text-align: center;
  text-decoration: none;
  border:1px solid #999;
  font-size: 14px;
  color:#adb5bd;
}
.pagination .active,.pagination a:hover{
  background-color: #033263;
  color:#fff;
  border:0;
}
.pagination .btn{background:no-repeat center;}
.pagination .btn.prev{margin-right: 5px;background-image: url('../images/common/ico_arrow_prev.png');}
.pagination .btn.next{margin-left: 10px; background-image: url('../images/common/ico_arrow_next.png');}


.fileAttach {margin-top: 10px;}
.fileAttach input {float:left;width:67.5%;margin-bottom: 10px;}
.fileAttach p{float:left;}

.checkset input[type="checkbox"] {
	display:none;
}
.checkset label{
  width:100%;
  height:25px;
  line-height: 25px;
  color:#495057;
  font-size: 14px;
}
.checkset input[type="checkbox"] + label .chk_img {
	padding:0 0 0 30px;
	height:25px;
	background:url("../images/common/ico_check_nor.png")no-repeat;
	cursor:pointer;
}
.checkset input[type="checkbox"]:checked + label .chk_img {
	background:url("../images/common/ico_check_full_on.png")no-repeat;
}


/* process */
.process-top-text {
  margin: 43px 56px 0 43px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f08c00;
  color: #7c6d5d;
}

.process-top-text .now {
  margin-right: 14px;
  padding-left: 28px;
  font-weight:bold;
  color: #ff0000;
  background: url(../images/main/ico_process_spk.png?2377) no-repeat left center;
}

.process-top-text strong {
  display: inline-block;
  margin-left: 5px;
  padding: 5px 15px;
  background-color: #555;
  color: #f8f8f8;
}

.process-order {
  display: flex;
  margin: 25px 25px 0;
  justify-content: space-between;
}

.process-order li {
  position: relative;
  width: 13.28%;
  height: 138px;
  padding: 12px 5px 0;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
}

.process-order li:after {
  content: "";
  position: absolute;
  display: block;
  right: -15px;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url(../images/main/ico_process_arrow.png) no-repeat center;
  z-index: 10;
}

.process-order li:last-child:after {
  display: none;
}

.process-order li .ico {
  display: inline-block;
  width: 100%;
  height: 62px;
  background-position: center;
  background-repeat: no-repeat;
}

.process-order .title {
  display: block;
  padding: 4px 0;
  border-radius: 3px;
  font-size: 13px;
  color: #fff;
  background: linear-gradient(0deg, rgb(250, 121, 5) 0%, rgb(250, 176, 5) 100%);
}

.process-order li p {
  padding-top: 6px;
  color: #adb5bd;
  font-size: 13px;
}

.process-order li .ico.type01 {
  background-image: url(../images/main/ico_process_01.png);
}

.process-order li .ico.type02 {
  background-image: url(../images/main/ico_process_02.png);
}

.process-order li .ico.type03 {
  background-image: url(../images/main/ico_process_03.png);
}

.process-order li .ico.type04 {
  background-image: url(../images/main/ico_process_04.png);
}

.process-order li .ico.type05 {
  background-image: url(../images/main/ico_process_05.png);
}

.process-order li .ico.type06 {
  background-image: url(../images/main/ico_process_06.png);
}

.process-order li .ico.type07 {
  background-image: url(../images/main/ico_process_07.png);
}

/* button */
.btn_set {display: flex;justify-content: center;}
.btn_set button:first-child{margin-right: 25px;}
.btn_set.single {margin-top: 40px;}
.btn_set.single button:first-child{margin-right: 0;}
.btn_set.control {margin-top: 40px;justify-content: space-between}
.btn_set.control button:first-child{margin-right: 0;}
.btn_set.control button.ok {width:127px;}

.btn{display: inline-flex;padding: 0;font-size: 16px;justify-content: center;align-items: center;vertical-align: middle;}
.btn.type1 {width:140px;height: 50px;}
.btn.cancel {border:1px solid #fd9f27;color:#fd9f27;background: #fff;}
.btn.receipt {border:1px solid #033263;color:#033263;background: #fff}
.btn.search {border:0;color:#fff;background: #033263;}
.btn.ok {background: linear-gradient(90deg, rgb(255, 137, 84) 0%, rgb(252, 197, 25) 100%);color:#fff;border: 0;} 
.btn.type2 {display: inline-block;width:110px;height:40px;border: 0;background: #495057;color:#fff;font-size: 16px;font-weight: 500}
.btn.type3 {width:127px;height: 40px;font-size: 14px;}
.btn.type4 {width:80px;height: 35px;font-size: 14px;}
.btn.type5 {min-width:80px;height: 30px;font-size: 14px;background-color: #495057;color:#fff;border:0;vertical-align: middle;}
.btn.type6 {width:80px;height: 30px;font-size: 14px;background-color: #fff;color:#fd9f27;border:1px solid #fd9f27;border-radius: 5px;}
.btn.type7 {min-width:120px;height: 33px;font-size: 14px;border:0;}
.btn.list {background-color: #033263;color:#fff;border: 0;}
.btn.delete {border:1px solid #495057;color:#495057;background: #fff;}
.btn.br {border-radius: 5px;}
.btn + .btn {margin-left: 3px;}

/* input,select */
input[type=text] {height:40px;border:1px solid #ced4da;padding-left: 14px;font-size: 14px;color:#495057;}
input[type=text]:focus {border:1px solid #fd9f27;outline:none;}
input[type=radio],input[type=checkbox] {width: 20px;height:20px;margin-right: 5px;vertical-align: bottom;cursor: pointer}
select {height:40px;padding: 0 10px;font-size: 16px;border:1px solid #ced4da;color:#2b2b2b;}
.ipt_date {min-width:200px;height: 30px;border:1px solid #ced4da;}
label {line-height: 20px;margin-right: 20px;cursor: pointer}
label input {margin-top:0 !important;margin-bottom:0 !important;}
input[type=text]+button{margin-left: 10px;vertical-align: bottom}

/* noticeBox */
.noticeBox {
  padding: 24px 20px;
  border: 1px solid #999;
  border-radius: 5px;
}
.noticeBox strong {
  font-weight: 500;
  color: #000;
}
.noticeBox li {
  margin-top: 15px;
  font-size: 14px;
  text-indent: -10px;
  padding-left: 10px;
  line-height: 1.3;
  color: #495057;
}
.noticeBox li:first-child {
  margin-top: 0;
}
.noticeBox li .dot {
  color: #fd9f27;
}

/*
.noticeBox .blt li:before {
  content:"¡¤ ";
  color:#fd9f27;
}
*/

.noticeBox .blt li:before {

  color:#fd9f27;
}

.tab {display:flex;margin-top: 10px;}
.tab li {margin-right: 10px;}
.tab li a{display: inline-block;padding:8px 10px;background-color: #ddd;color:#343a40;}
.tab li.on a{background: linear-gradient(0deg, rgb(250, 121, 5) 0%, rgb(250, 176, 5) 100%);color:#fff;}

footer .link {
  border-top: 1px solid #999;
}

footer .link .inner {
  display: flex;
  height: 75px;
  justify-content: space-between;
  align-items: center;
}

footer .link .family {
  display: flex;
  align-items: center;
}

footer .link .family > span {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  color: #495057;
  font-size: 14px;
}

footer .link .family > span:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 10px;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 6px solid #000;
}

footer .address {
  height: 162px;
  padding-top: 40px;
  border-top: 1px solid #999;
}

footer .address .inner {
  height: 100%;
}

footer .address ul {
  color: #868e96;
}

footer .address ul li {
  margin-bottom: 10px;
  font-size: 14px;
}

footer .address .logo_copy {
  position: absolute;
  /*right: 0;*/
  
  text-align: right;
  color: #adb5bd;
}

footer .address .logo_copy p {
  margin-top: 30px;
  font-size: 14px;
}

footer .inside a {
  display: inline-block;
  padding-left: 10px;
  margin-left: 4px;
  font-size: 14px;
  color: #495057;
  border-left: 1px solid #ced4da;
}

footer .inside a:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
.mo {display:none}
.pc {display:block;}

.find_form li{display: flex;align-items: center}
.find_form li span{flex: 0 0 27%;}
.find_form li .phone_num1 {flex: 0 0 17%;margin-top: 10px;padding-left: 0;text-align: center}
.find_form li .phone_num2 {margin-top: 10px;padding-left: 0;text-align: center}
.find_form li i {text-align: center;margin-top: 10px;padding:0 1%;}


/* Å×ºí¸´ ¼¼·Î (ÇØ»óµµ 768px ~ 1023px)*/
@media all and (min-width: 480px) and (max-width: 1023px) {
  body {
    min-width: auto;
  }

  .inner {
    width: auto;
  }

  .gnb {
    margin: 0;
    padding: 20px;
  }

  .gnb li a {
    font-size: 0.9rem;
  }

  .top_logo {
    display: inline-block;
    width: 200px;
    margin-top: 20px;
  }

  .top_nav {
    top: 10px;
    width: 280px;
  }

  .top_logo img {
    width: 100%;
  }

  .header_inner {
    width: auto;
  }

  header .header_inner {
    display: block;
    width: 100%;
  }

  .main-banner {
    height: 440px;
  }

  .main-banner-text {
    width: 300px;
    margin: 30px 0 0 30px;
    margin-top: 30px;
  }

  .main-banner-text img {
    width: 100%;
  }

  .process-top-text {
    font-size: 14px;
    margin: 0 10px;
    padding-top: 15px;
  }

  .process-top-text strong {
    font-size: 13px;
  }

  .process-order li p {
    font-size: 12px;
  }

  .main-banner {
    height: auto;
  }

  .main-banner-text {
    width: 300px;
    margin: 30px 0 0 30px;
    margin-top: 30px;
  }

  .main-banner-text img {
    width: 100%;
  }
  /* ¹ÝÀÀÇü table */
  .table_res {border-width:1px 0;}
  .table_res dl {
    font-size: 14px;
  }
  .table_res dl.wrap{
    flex-wrap: wrap;
  }
  .table_res dl dt {
    flex: 32% !important;
    line-height: 26px;
    padding: 15px 0 15px 10px;
    border-right: 0;
  }
  .table_res.application dl dt{
    flex:20% !important;
  }
  .table_res dl dd {
    position: relative;
    flex: 100%;
    padding: 15px 10px;
  }
  .table_res dl dd .tbl_list{display: flex;}
  .table_res dl dd .tbl_list li {flex:0 0 50%;}
  .table_res dl dd.input-tel input{
    width:25%;
  }
  
  .table_res dl.horz{
    flex-direction: column;
  }
  .table_res dl.horz dt{
    border-bottom: 0;
    justify-content: center;
  }
  .table_res dl.horz dd{
      padding:0 8px;
  }
  footer .inside a {
    font-size: 12px;
  }

  footer .link {
    padding-left: 15px;
  }

  footer .link .family > span {
    padding-right: 20px;
    font-size: 12px;
  }

  footer .link .family img {
    width: 90%;
  }

  footer .address {
    padding-top: 20px;
    padding-left: 15px;
  }

  footer .address ul li {
    font-size: 12px;
    text-align: center;
  }

  footer .address .logo_copy {
    position: relative;
    bottom: auto;
    margin-top: 40px;
    text-align: center;
  }

  footer .address .logo_copy img {
    width: 200px;
  }

  footer .address .logo_copy p {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .mo {display:block}
  .pc {display:none;}
}
/* ¸ð¹ÙÀÏ °¡·Î, Å×ºí¸´ ¼¼·Î (ÇØ»óµµ 480px ~ 767px)*/
/* ¸ð¹ÙÀÏ °¡·Î, Å×ºí¸´ ¼¼·Î (ÇØ»óµµ ~ 479px)*/
@media all and (max-width: 479px) {
  body {
    min-width: auto;
  }

  .inner {
    width: auto;
  }

  .top_nav {
    position: relative;
    width: 80%;
    height: auto;
    right: auto;
    margin: 10px auto;
    justify-content: space-evenly;
  }

  header {
    height: auto;
  }

  .header_inner {
    width: auto;
  }

  header .header_inner {
    display: block;
  }

  .top_logo {
    display: block;
    width: 200px;
    margin: 20px auto;
  }

  .top_logo img {
    width: 100%;
  }

  .gnb_menu {
    position: absolute;
    left: 10px;
    bottom: 0px;
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 0;
    background: url(../images/common/ico_hamburger.png) no-repeat center;
    background-size: cover;
    opacity: 0.5;
  }

  .gnb {
    display: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 88px;
    background: #fff;
    padding: 20px;
    z-index: 100;
    border-top: 1px solid #ccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
  }

  .gnb li {
    margin: 15px 0;
  }

  .grid-set .grid {
    padding-right: 22px;
  }

  .blt_01 {
    padding-left: 17px;
    font-size: 14px;
    background-size: 14px auto;
  }

  .process-order .title {font-size: 11px;letter-spacing: -1px;}
  .process-order li p{line-height: 1.3;}
  .table_default.notice th {
      padding: 9px 0;
  }
  
/*
  .table_default colgroup{
    display: none;
  }
*/
  
/*
  .table_default.notice colgroup,
  .table_default.type3 colgroup{
    display: table-column-group;
  }
*/
  /* ¹ÝÀÀÇü table */
  .table_res dl {
    flex-wrap: wrap;
    font-size: 14px;
  }
  .table_res dl dt {
    flex: 100% !important;
    line-height: 26px;
    padding: 15px 0 15px 10px;
  }
  .table_res dl dd {
    flex: 100%;
    padding: 15px 10px;
  }
  .table_res dl dd.id input[type=text]{
    max-width: 50%;
  }
  .table_res dl dd.photo input[type=text]{
    max-width: 50%;
  }
  .table_res dl dd.input-tel input{
    width:25%;
  }
  .table_res dl.horz{
    flex-direction: column;
  }
  .table_res dl.horz dt{
    border-bottom: 0;
    justify-content: center;
  }
  .table_res dl.horz dd{
      padding:0 8px;
  }
  .table_res .photo {
    position: static;
    right:auto;
    align-self: center;
  }
  .table_res .photo img{
    width: 150px;
    height: auto;
  }

  .noticeBox li {font-size: 13px;}
  .noticeBox + .agree_chk label{margin-right: 0;}

  footer .link .inner {
    display: block;
    height: auto;
    text-align: center;
    padding: 10px 0 10px;
  }

  footer .link .family {
    display: block;
    margin-top: 20px;
  }

  footer .link .family > span {
    display: block;
    width: 110px;
    margin: 10px auto;
  }

  footer .address {
    height: auto;
    padding: 20px 0;
  }

  footer .address .inner {
    padding: 10px 16px;
    text-align: center;
    line-height: 1.3;
  }

  footer .address .logo_copy {
    position: relative;
    display: block;
    bottom: auto;
    right: auto;
    text-align: center;
    margin-top: 20px;
  }
  footer .address .logo_copy p {
    padding: 0 20px;
  }
  .mo {display:block}
  .pc {display:none;}
  input[type=text]+button {margin-left: 0;}
  .table_res dl .ipt_text {width:100%;}
  .input-addr .btn{margin-left: 10px;}
  .tab li {width:50%;}
}

/*# sourceMappingURL=global.css.map */
