#container a:focus,
#container input:focus,
#container button:focus,
#container textarea:focus,
#container select:focus {
  outline : 2px dashed #2b74d5;
  outline-offset: 2px;
}

textarea{
  border: 1px solid #dce0e3;
  padding:20px;
  font-size:1rem;
  width:100%;
  line-height:1.6;
  border-radius:8px
}

/*------------------------
input
------------------------*/

input{
  appearance: none;
  border:0;
  border-radius: 0;
  border:1px solid #cdd1d7;
  height:44px;
  padding-left:8px;
  font-weight:normal;
  background:#fff;
  padding:0px 10px;
  display:inline-block;
  vertical-align:middle;
  border-radius:4px;
  width:inherit;
}

input::placeholder{color:#c2c7ce; font-weight:300; opacity: 1}
input[readonly], input[disabled] {background-color:#f9f9f9; color:#5d5d5d}

/*input:focus {outline:none;}
input:focus {border:1px solid #1d4fae}*/
input[type=button]{padding:0}

input[type="checkbox"][disabled], input[type="checkbox"][readonly]{
  background:#edf6fc;
  color:#5d5d5d
}
/*캘린더, 인원*/
.cal-input{
    width:140px;
    background: #fff url(../images/calendar_icon.png) no-repeat 92% center;
    cursor: pointer;
}

.time-input{
    background: #fff url(../images/time_icon.png) no-repeat 90% center;
    cursor: pointer;
}



/*------------------------
select
------------------------*/

select {
   appearance: none;
   height:44px;
   line-height:44px;
   width:100px;
   padding:0px 10px;
   border: 1px solid #cdd1d7;
   font-size:0.93rem;
   display:inline-block;
   vertical-align:middle;
   border-radius:4px;
   background-image:url(../images/sub/arrow_icon_bt.svg);
   background-size:9px;
   background-repeat: no-repeat;
   background-position:calc(100% - 12px) center;
   position:relative;
}
select[readonly], select[disabled] {background-color:#f9f9f9; color:#5d5d5d}
select:focus {outline:none;}
select:focus {border:1px solid #1d4fae}



/*------------------------
check box
------------------------*/
.checkbox-wrap {position: relative;}
.checkbox[type=checkbox] {opacity: 0; position: absolute; width:21px; height:21px;}
.checkbox[type=checkbox] + label {display: flex; align-items: center; gap:5px;}
.checkbox[type=checkbox]:focus-visible + label:before {outline: 2px dashed #2b74d5; outline-offset: 2px;}
.checkbox[type=checkbox] + label:before {
    content: ""; width:19px; height:19px; border:1px solid #c5c7cd; border-radius: 3px; background: #fff;
    flex-shrink: 0;
}
.checkbox[type=checkbox]:checked + label:before {background:#fff url(../images/sub/ic_check.svg) no-repeat 50% 50%; background-size: 70%; border-color:#1459f1;}



/*------------------------
check box
------------------------*/

.filebox input[type="file"] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}

.filebox label {
   display: inline-block;
   color: #000;
   vertical-align: top;
   background-color: #fff;
   border: 1px solid #cdd1d7;
   height: 30px;
   line-height: 30px;
   cursor: pointer;
   padding:0px 10px;
   font-size:0.75rem;
   box-shadow: -2px 2px 4px rgb(0 0 0 / 6%);
} /* named upload */

.filebox .upload-name {
   display: inline-block;
   line-height: normal;
   vertical-align: middle;
   background-color: #f1f3f8;
   border: 1px solid #eff3f7;
   appearance: none;
 }




 /*------------------------
 radio
 ------------------------*/

 .i-radio {
    position: relative;
    height: 16px;
    line-height: 16px;
    font-size:1.06rem;
    cursor: pointer;
    display: inline-block;
    padding-left:20px
 }

 .i-radio input {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 100%;
  cursor: pointer;
  padding: 0px;
 }

 .i-radio input:checked {
  background-color: #fff;
  border: 5px solid #1d4fae;
  width: 18px;
  height: 18px;
  margin-right: 1px;
 }




/*------------------------
드래그색상
------------------------*/

::selection {
    background:#1d4fae;
    color: #fff;
    text-shadow: none;
}


/*subLayout*/
#container{
   position: relative;
   width: 100%;
   height:100%;
   background:#fff;
}
.content{
  height:100%;
  padding-top:70px;
  width:100%;
  max-width:1500px;
  margin:auto;
  display: flex;
}

.form li{
  display: inline-block;
  vertical-align: middle;
  margin-right:10px
}

.form li:last-child{
  margin-right:0
}



/*** snb ***/
#snb{
  position:relative;
  width:330px;
  overflow:hidden;
  border-radius:40px 40px 0 0;
}

#snb .snb-title{
  display:block;
  height:150px;
  padding-bottom:26px;
  background:linear-gradient(-20deg, #092760, #1d4fae);
  color:#fff;
  text-align:center;
  font-weight:700;
  font-size:2.1rem;
  font-family: 'Lexend';
  display: flex;
  align-items: center;
  justify-content: center;
}


#snb .snb-menu{
  border:1px solid #dce0e3;
  overflow:hidden;
  border-radius:40px;
  background-color:#fff;
  padding:22px 22px 35px;
  margin-top:-30px
}

#snb .snb-menu li:last-child{
  border-bottom:0
}

#snb .snb-menu li .mtit{
  display:block;
  /*line-height:55px;*/
  font-size:1.18rem;
  line-height:25px;
  padding: 20px 10px;
  position:relative;
  border-bottom:1px solid #dce0e3;
}

#snb .snb-menu li:hover .mtit,
#snb .snb-menu li.active .mtit{
  font-weight:bold;
  border-bottom:3px solid #1d4fae;
  color:#1d4fae;
  /*line-height:53px;*/
}

#snb .snb-menu li .mtit::after{
  content: "";
  width:18px;
  height:18px;
  position:absolute;
  right:0;
  top:50%;
}

#snb .snb-menu li.open .mtit::after{
  background-image:url(../images/sub/arrow_icon_bt_bg.svg);
  transform:translateY(-50%) rotate(180deg);
}

#snb .snb-menu li.close .mtit::after{
  background-image:url(../images/sub/arrow_icon_bt_bg.svg);
  transform:translateY(-50%) rotate(360deg);
}

#snb .snb-menu li.link .mtit{
  background:url(svg) no-repeat 95% center;
}

#snb .snb-menu li > .item{
  padding:15px;
  display:none
}

#snb .snb-menu li.active .item{
  display:block;
}

#snb .snb-menu li > .item li{
  border-bottom:0
}

#snb .snb-menu li > .item > li > a{
  line-height:30px;
  padding-left:10px;
  position:relative;
  font-size:1.06rem;
  color:#5d5d5d
}

#snb .snb-menu li > .item > li > a::after{
  content:"";
  width:4px;
  height:4px;
  border-radius:4px;
  background:#606669;
  position:absolute;
  left:0;
  top:7px
}

#snb .snb-menu li > .item > li:hover > a,
#snb .snb-menu li > .item > li.on > a{
  color:#000;
  font-weight: 700;
  text-decoration: underline;
}

#snb .snb-menu li > .item > li:hover > a::after,
#snb .snb-menu li > .item > li.on > a::after{
  background:#1d4fae
}

#snb .smenu{
  margin:10px 0;
  background-color:#f6f6fa;
  padding:20px;
  border-radius:8px 8px 0 0;
  border-bottom:1px solid #dce0e3
}

#snb .smenu li{
  margin-bottom:5px
}

#snb .smenu li:last-child{
  margin-bottom:0
}

#snb .smenu li a{
  font-size:0.93rem;
  line-height:22px;
  padding-left:10px;
  position: relative;
  color:#5d5d5d;
  display: inline-block;
}

#snb .smenu li:hover a,
#snb .smenu li.active a{
  text-decoration: underline;
  color:#000
}

#snb .smenu li a::after{
  content:"";
  width:6px;
  height:2px;
  background-color:#999;
  position: absolute;
  left:0;
  top:8px;
}

#snb .window {padding-right:15px;}
#snb .window:before {
  content:"새창열기";
  text-indent: -999px;
  overflow: hidden;
  width:11px;
  height:11px;
  background: url(../images/common/newin_gray.svg) no-repeat 50% 50%;
  position: absolute;
  right:0;
  top:5px;
  background-size: 100%;
}
#snb .snb-menu li > .item > li > a.window {padding-right:18px;}
#snb .snb-menu li > .item > li > a.window:before {
  width:12px;
  height:12px;
  top:4px;
}
#snb .snb-menu li .mtit.window:before {
  width:14px;
  height:14px;
  top:19px;
}




/*** sub-content ***/
.sub-content{
  width:calc(100% - 330px);
  line-height:25px;
  padding:0 0 100px 60px
}

.sub-content h3{
  font-size:2.06rem;
  font-weight:700;
  color:#0a2a67;
  letter-spacing:-0.5px;
  border-bottom:1px solid #dce0e3;
  padding-bottom:20px;
  font-family: 'Lexend';
}

.sub-content h4{
  font-size:1.43rem;
  color:#1d4fae;
  font-weight:700;;
  margin-bottom:20px
}

.sub-content h4 + section {
  padding: 5px 0 25px 0;
}

.sub-content h5{
  position:relative;
  padding-left:25px;
  font-size:1.25rem;
  font-weight:700;
  margin-bottom:15px
}

.sub-content h5::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height:20px;
  height: 100%;
  background-image: url(../images/sub/tit_i_01.png);
  background-repeat: no-repeat;
  background-position: left top 2px;
  /*background: linear-gradient(60deg, #0166ff, #1d4fae);*/
}

.sub-content h6{
  position:relative;
  padding-left:15px;
  font-size: 1.10rem;
  font-weight:700;
  margin-bottom:10px
}

.sub-content h6::after{
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  background-color: #1d4fae;
  transform: rotate(45deg);
}

.cont-title {
  position:relative;
}

.cont-area{
  padding-top:40px;
  min-height: 350px;
}

.sub-content article{
  width:100%;
  margin-bottom:60px
}

.sub-content article:last-child{
  margin-bottom: 0;
}

.sub-content section{
  width:100%;  
  padding:25px 0;
}





/*** location ***/
#location{
  display: inline-block;
  width:100%;
  margin-bottom:15px;
}

#location li{
  display: inline-block;
  vertical-align:middle;
  position:relative;
  font-size:1.06rem;
  padding:0px 7px;
}

#location li:first-child{
  padding-left: 0;
}

#location li::after{
  content: "";
  width: 6px;
  height: 7px;
  background-image:url(../images/sub/triangle_icon.svg);
  background-repeat: no-repeat;
  transform: rotate(-360deg);
  background-size: 6px;
  position: absolute;
  right:-7px;
  top: 9px;
}

#location li:last-child::after{
  content:none
}

#location li.home a{
  display: inline-block;
  vertical-align:middle;
  margin-top:-2px;
  background-image:url(../images/sub/home_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  width:15px;
  height:15px;
  background-size: 15px;
}

#location li.home a::after{
  content:none
}

#location li:last-child a{
  font-weight:600;
  margin:0 0 0 4px
}





/*** share-btn ***/
.share-btn{
  position:absolute;
  right:0;
  bottom:12px;
}
.share-btn li {
  float:left;
  margin-left:10px
}
.share-btn li > button{
  display:block;
  width:47px;
  height:47px;
  border-radius:47px;
  line-height:47px;
  background-repeat: no-repeat;
  background-position: center;
}
#container .share-btn button:focus,
#container .share-btn .open_share a {
  outline-offset: 1px !important;
}
.share-btn li.print > button{
  background-color:#0c2e6d;
  background-image: url(../images/sub/print_icon.svg);
  background-size:45%;
}
.share-btn li.share > button{
  background-color:#1d4fae;
  background-image: url(../images/sub/share_icon.svg);
  background-size:40%;
}
.share-btn li.share > button.on {
  background-color:#fff;
  background-image: url(../images/sub/share_icon_on.svg);
  background-size:45%;
  border:2px solid #1d4fae;
}

/*프린트&SNS공유*/
.share-btn a.facebook{
  background: #3c5a99 url(../images/sub/share_1.png) no-repeat center center;
  background-size: 80%;
}
.share-btn a.twitter{
  background: #000 url(../images/sub/share_2.png) no-repeat center center;
  background-size: 80%;
}
.sns {position: relative;}
.share-btn .open_share{
  display: none;
}
.share-btn #share-box {
    right: 0;
    top: 51px;
    position: absolute;
    z-index: 3;
}
.share-btn .list {display: flex; flex-direction: column; gap:3px;}
.share-btn .list a {
    width: 47px;
    height: 47px;
    display: inline-block;
    border-radius: 100px;
    overflow: hidden;
}



/*** terms-box ***/
.terms-box{
  display:inline-block;
  width:100%;
}

.terms-box .agree{
  margin-top:10px;
  padding-bottom:10px;
  text-align:right;
  border-bottom:1px solid #dce0e3
}

.terms-box .agree ul{
  display:inline-block;
  vertical-align:middle;
}

.terms-box .agree ul li{
  float:left;
  margin-right:15px;
  font-size:0.87rem;
}

.terms-box .agree ul li:last-child{
  margin-right:0
}




/*** cont-table ***/
.cont-table{
  display:inline-block;
  width:100%;
  font-size:1.06rem;
}

.cont-table table {
  border-top: 2px solid #1d4fae
}

.cont-table.x-scroll {
  overflow-x: auto;
}

.cont-table.x-scroll table {
  min-width: 640px
}

.cont-table.x-scroll.narrow table{
  min-width:414px
}

.cont-table.x-scroll.wide table{
  min-width:999px
}

.cont-table thead th {
  padding: 15px 11px;
  font-weight: bold;
  border-top: 1px solid #dce0e3;
  border-right: 1px solid #dce0e3;
  font-weight:600;
  background:#fff;
  position: relative;
  vertical-align: middle;
}

.cont-table thead th::after {
  content: "";
  width: 100%;
  border-bottom: 1px solid #999;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.cont-table thead th:last-of-type {
  border-right: 0
}

.cont-table td {
  padding: 15px 11px;
  font-weight: bold;
  border: 1px solid #dce0e3;
  background:#fff;
  border-left: 0;
  font-weight: normal;
  vertical-align: middle;
  font-size: 0.98rem;
}

.cont-table td:last-of-type {
  border-right: 0
}

.cont-table tbody th {
  border: 1px solid #dce0e3;
  padding: 15px 11px;
  border-left: 0;
  background: #f6fafd;
  font-weight:600;
  vertical-align: middle;
}

.cont-table .r-line{
  border-right: 1px solid #dce0e3 !important;
}

.cont-table.ver_center th,
.cont-table.ver_center td {
  text-align: center;
}
.cont-table td.tdbg {
  background: #f6fafd;
}
.cont-table .tdImp th,
.cont-table .tdImp td {
  background: #fff4e3;
}




/*** list-1 ***/
.list-1 > li{
  border-bottom:1px solid #dce0e3;
  padding:18px 15px;
  position: relative;
  display:inline-block;
  width:100%;
}

.list-1 > li:first-child{
  padding-top:0
}

.list-1 > li:first-child::before{
  top: 10px;
}

.list-1 > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 27px;
  width: 5px;
  height: 5px;
  background-color: #1d4fae;
  transform: rotate(45deg);
}

.list-1 > li .thumb{
  float:left;
  width:230px;
  margin-right:25px
}

.list-1 > li .thumb img{
  width:230px
}

.list-1 > li .con{
  float:left;
  width:calc(100% - 265px)
}

.list-1 > li em{
  font-size: 0.98rem;
  font-weight:600;
  font-style: normal;
}

.list-1 > li.no_line {border-bottom:none;}





/*** list-2 ***/
.list-2{
  display:inline-block;
  width:100%;
}

.list-2 > li{
  padding:3px 12px;
  position: relative;
  font-size: 0.95rem;
  font-weight: 400;
}

.list-2 > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 3px;
  height: 3px;
  background-color: #000;
}


/*** list-3 ***/
.list-3{
  display:inline-block;
  width:100%;
}

.list-3 > li{
  padding:1px 12px;
  position: relative;
  font-size: 0.93rem;
  font-weight: 400;
  color: #555;
}

.list-3 > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 5px;
  height: 1px;
  background-color: #555;
}


/*** docu-list ***/
.docu-list{
  width:100%;
  display: flex;
}

.docu-list li{
  width:16%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  border-right:1px solid #dce0e3;
  padding:25px 15px 15px 15px;
  text-align: center;
}

.docu-list li:last-child{
  border-right:0;
  width:20%;
}

.docu-list li:before {
  content: "";
  display: block;
  width:60px;
  height:60px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-bottom: 18px;
}
.docu-list li.d1:before {background-image: url(../images/sub/docu-list_icon01.svg);}
.docu-list li.d2:before {background-image: url(../images/sub/docu-list_icon02.svg);}
.docu-list li.d3:before {background-image: url(../images/sub/docu-list_icon03.svg);}
.docu-list li.d4:before {background-image: url(../images/sub/docu-list_icon04.svg);}
.docu-list li.d5:before {background-image: url(../images/sub/docu-list_icon05.svg);}
.docu-list li.d6:before {background-image: url(../images/sub/docu-list_icon06.svg);}

.docu-list li span{
  display: block;
  font-size:0.85rem;
  line-height:20px;
  word-break: keep-all;
}



/*** satis-cont ***/
.satis-cont{
  border-radius:5px;
  /*border:1px solid #dce0e3;*/
  background-color: #f6f6fa;
  padding:20px 30px;
  margin-top:60px
}

.satis-cont .tit{
  display: inline-block;
  vertical-align:middle; 
  width:400px
}

.satis-cont .con-cell{
  display: inline-block;
  vertical-align:middle; 
  text-align: right;
  width:calc(100% - 420px)
}

.satis-cont .form{
  display: inline-block;
  vertical-align:middle; 
}

.satis-cont .satis-btn{
  display: inline-block;
  vertical-align:middle;
  width:80px;
  height:50px;
  margin-left:30px;
  border:0;
  font-size:1rem;
  border-radius: 3px;
  color:#ffffff;
  background-color: #05427e;
  cursor: pointer;
}





/*** tab-menu ***/
.tab-menu {
  width:100%; 
  position: relative;
  margin-bottom:30px
}

.tab-menu > ul{
  display: flex; 
  flex-wrap: wrap; 
  gap:8px 0;
}

.tab-menu > ul > li{
  width: 25%; 
  min-height: 64px;
  text-align:center;
}

.tab-menu > ul > li > a{
  display: flex; 
  align-items: center; 
  justify-content: center;
  height:100%;
  background-color:#fff;
  border:1px solid #dce0e3;
  border-left:0;
  word-break: keep-all;
  line-height: 1.2;
}

.tab-menu > ul > li:first-child > a,
.tab-menu > ul > li:nth-child(4n + 1) > a{
  border-left: 1px solid #dce0e3;
}

.tab-menu > ul > li.on > a{
  border-bottom:3px solid #1d4fae;
  color:#1d4fae;
  font-weight: 700;
}



/*** tab-menu ***/
.area-tab {
  width:100%; 
  position: relative;
  border-bottom:1px solid #1d4fae;
  margin-bottom:30px
}

.area-tab > ul{
  display: flex; 
  flex-wrap: wrap; 
  gap:8px 0;
}

.area-tab > ul > li{
  text-align:center;
  margin-right:5px
}

.area-tab > ul > li > a{
  display: flex; 
  align-items: center; 
  justify-content: center;
  line-height: 50px;
  font-size: 16px;
  color: #5d5d5d;
  background-color: #f6f6fa;
  border: 1px solid #f6f6fa;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  padding:0px 20px;
  position: relative;
}

.area-tab > ul > li.on > a{
  border:1px solid #1d4fae;
  background-color:#1d4fae;
  color:#fff;
  border-bottom:0;
  font-weight:700;
  text-decoration: underline;
}

.sm_select {display: none;}

/*
.area-tab li.on a::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: -2px;
  left: 0;
}
*/




/*** tab-btn ***/
.tab-btn {
  position: absolute;
  right: 120px;
  bottom:15px;
}

.tab-btn > ul{
  display: flex; 
  flex-wrap: wrap; 
  gap:8px 0;
}

.tab-btn > ul > li{
  text-align:center;
  margin-right:5px
}

.tab-btn > ul > li > a{
  display: flex; 
  align-items: center; 
  justify-content: center;
  line-height: 50px;
  color: #5d5d5d;
  background-color:#f6f6fa;
  border: 1px solid #f6f6fa;
  border-radius: 6px;
  padding:0px 40px;
  position: relative;
}

.tab-btn > ul > li.on > a{
  color:#1d4fae;
  border:1px solid #eaf1ff;
  background-color: #eaf1ff;
  font-weight:700;
  text-decoration: underline;
}



/*** btn-wrap ***/
.btn-wrap {
  margin-top: 30px;
  text-align: center;
}

.btn-wrap a.btn {
  display: inline-block;
  padding: 0px 20px;
  line-height: 50px;
  border-radius: 3px;
  border: 1px solid #dce0e3;
}

.btn-wrap a.bgblue {
  background: #05427e;
  border: 1px solid #05427e;
  color: #fff
}

.btn {
  display: inline-block;
  padding: 0px 20px;
  line-height: 50px;
  border-radius: 3px;
  border: 1px solid #dce0e3;
  background: #fff;
  transition: all 0.2s;
  flex-shrink: 0;
}
.btn.bgblue {
  background: #05427e;
  border: 1px solid #05427e;
  color: #fff;
}
.btn.bgsky {
  background: #2478B3;
  border: 1px solid #2478B3;
  color: #fff;
}
.btn.small {
  line-height: 44px;
}
.btn.small2 {
  line-height: 40px;
  font-size: 0.9rem;
  padding: 0px 15px;
}
.btn.wide {
  padding: 0px 35px;
}
.btn.down {
  background-image: url(../images/sub/ic_down.svg);
  background-repeat: no-repeat;
  background-position: 20px 50%;
  background-size: 20px;
  padding-left: 45px;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.05);
}
.btn.bgblue.down,
.btn.bgsky.down {
  background-image: url(../images/sub/ic_down_wt.svg);
}
.btn.lineblue {
  border: 1px solid #05427e;
}
.btn.lineblue:hover {
  background-color: #05427e;
  color: #fff;
}
.btn.down.lineblue:hover {
  background-image: url(../images/sub/ic_down_wt.svg);
}
.btn.down.small2 {
  background-position: 15px 50%;
  background-size: 20px;
  background-size: 17px;
  padding-left: 40px;
}
.btn-link {
  display: inline-block;
  padding: 3px 24px 3px 8px;
  font-size: 0.9rem;
  border-radius: 3px;
  border: 1px solid #dce0e3;
  background: #fff;
  color:#000;
  margin:0 3px;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.05);
  position: relative;
  letter-spacing: -0.02rem;
}
.btn-link:after {
  content: "";
  display: block;
  position: absolute;
  top:50%;
  right:8px;
  transform: translateY(-50%);
  width:11px;
  height:12px;
  background: url(../images/common/newin_bk.svg) no-repeat 50% 50%;
}


/*정렬*/
.between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.between > * {margin:0 !important;}



/*** cpl-process ***/
.cpl-process li{
  display:inline-block;
  vertical-align:middle;
  width:140px;
  height:140px;
  padding-top:90px;
  font-size:16px;
  line-height:20px;
  border-radius:140px;
  text-align:center;
  border:1px solid #eee;
  background:#fff;
  margin:0 35px 15px 0;
  position:relative;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 5%);
}

.cpl-process li::after{
  content:"";
  background-image: url(../images/sub/arrow_icon_bt.svg);
  background-repeat: no-repeat;
  background-position: center;
  width:13px;
  height:13px;
  background-size:13px;
  position:absolute;
  right:-21px;
  top:50%;
  transform: translateY(-50%) rotate(-90deg);
}

.cpl-process li:last-child::after{
  content:none
}

.cpl-process li::before{
  content:"";
  position: absolute;
  top:30px;
  left:50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position:center;  
  width:40px;
  height:40px;
}

.cpl-process li.c1::before{
  background-image: url(../images/sub/cpl_icon01.svg);
}

.cpl-process li.c2::before{
  background-image: url(../images/sub/cpl_icon02.svg);
}

.cpl-process li.c3::before{
  background-image: url(../images/sub/cpl_icon03.svg);
}

.cpl-process li.c4::before{
  background-image: url(../images/sub/cpl_icon04.svg);
}

.cpl-process li.c5::before{
  background-image: url(../images/sub/cpl_icon05.svg);
  width:43px;
  height:43px;
}

.cpl-process li.c6::before{
  background-image: url(../images/sub/cpl_icon06.svg);
  width:43px;
  height:43px;
}



/*** pinch-wrap ***/
.pinch-wrap {
  position: relative;
}

.pinch{
  border-radius:20px;
  overflow:hidden;
}

.pinch > img{
  max-width:100%
}

.pinch-btn {
  display: none;
}



/*** info-link ***/
.info-link {
  display:inline-block;
  width:100%;
  background-color:#f6f6fa;
  padding:30px;
  border-radius:8px;
}

.info-link ul {
  display: flex;
  gap:15px 2%;
}

.info-link li{
  flex:1;
}

.info-link li a{
  font-size:20px;
  font-weight:700;
  display: block;
  border:1px solid #dce0e3;
  background:#fff;
  border-radius:8px;
  padding:120px 20px 35px;
  position:relative;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 5%);
  text-align: center;
  word-break: keep-all;
  height: 100%;
}

.info-link li a::before{
  content:"";
  width:50px;
  height:50px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left:50%;
  transform: translateX(-50%);
  top:40px
}

.info-link li.il1 a::before{
  background-image: url(../images/sub/info_link_img01.svg);
}

.info-link li.il2 a::before{
  background-image: url(../images/sub/info_link_img02.svg);
}

.info-link li.il3 a::before{
  background-image: url(../images/sub/info_link_img03.svg);
}

.info-link li.il4 a::before{
  background-image: url(../images/sub/info_link_img04.svg);
  width:70px;
  height:70px;
}

.info-link li.il5 a::before{
  background-image: url(../images/sub/info_link_img05.svg);
}

.info-link li.il6 a::before{
  background-image: url(../images/sub/info_link_img06.svg);
  width:53px;
  height:53px;
}

.info-link li.il7 a::before{
  background-image: url(../images/sub/info_link_img07.svg);
}

.info-link li span{
  display: block;
  margin-top:10px;
  font-size:16px;
  line-height:20px;
  font-weight:400;
}



.go-link {
  width:100%;
  position: relative;
  margin-bottom:30px
}

.go-link > ul{
  display: flex;
  flex-wrap: wrap;
  background-color:#f6f6fa;
  padding:20px;
  border-radius:10px;
}

.go-link > ul > li{
  width: 50%;
  text-align:center;
  padding:15px;
}

.go-link > ul > li > a{
  display: flex;
  align-items: center;
  min-height: 103px;
  border-radius:8px;
  background-color:#fff;
  border:1px solid #dce0e3;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 5%);
  font-size:1.15rem;
  font-weight:500;
  padding:0 50px 0 110px;
  position:relative;
  overflow:hidden;
  background-repeat: no-repeat;
  background-size:55px;
  background-position: 30px center;
}

.go-link > ul > li > a::before{
  content: "";
  width:46px;
  height:100%;;
  background-color: #f9fcfe;
  border-left:1px solid #dce0e3;
  position: absolute;
  right:0;
  top:0;
  flex-shrink: 0;
}

.go-link > ul > li > a::after{
  content: "";
  background-image: url(../images/sub/arrow_icon_bt.svg);
  background-repeat: no-repeat;
  transform: rotate(-90deg) translateY(-43%);
  width:15px;
  height:15px;
  position:absolute;
  right:5px;
  top:43%;
  flex-shrink: 0;
}

.go-link > ul > li.g1 > a{
  background-image: url(../images/sub/go_icon01.svg);
}

.go-link > ul > li.g2 > a{
  background-image: url(../images/sub/go_icon02.svg);
}

.go-link > ul > li.g3 > a{
  background-image: url(../images/sub/go_icon03.svg);
  background-size: 65px;
}

.go-link > ul > li.g4 > a{
  background-image: url(../images/sub/go_icon04.svg);
  background-size: 50px;
}

.go-link > ul > li.g5 > a{
  background-image: url(../images/sub/go_icon05.svg);
  background-size: 47px;
}






/*** download-list ***/
.download-list > ul{
  display: flex;
  flex-wrap: wrap;
  gap:8px;
}

.download-list > ul > li{
  width:calc(50% - 8px);
  position: relative;
}

.download-list > ul > li > a{
  display: flex;
  align-items: center;
  justify-content:space-between;
  height: 90px;
  border: 1px solid #eee;
  background: #fff;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 5%);
  border-radius: 6px;
  padding:0px 30px;
  position: relative;
  font-size:1.25rem;
  font-weight: 600;
}

.download-list > ul > li span{
  color:#fff;
  background-color: #092760;
  background-image: url(../images/sub/down_icon_w.svg);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 12px;
  line-height:26px;
  padding:0px 10px 0px 25px;
  border-radius:24px;
  font-size:13px;
  font-weight: 300;
  flex-shrink: 0;
}

.download-list > ul > li span.go{
  background:#1d4fae;
  padding:0px 10px;
}



/*** img ***/
.imgarea{
  text-align: center;
}
.imgarea2{
  display: flex;
  gap:0 15px;
}
.imgarea3 {
  display: flex;
  gap:12px 0;
  flex-wrap: wrap;
}
.imgarea3 img {
  max-width:calc(50% - 6px);
  margin-left:12px;
}
.imgarea3 img:first-of-type {margin-left: 0;}
.imgarea img,
.imgarea2 img {
  max-width: 100%;
}



/*** etc ***/
.atit{
  display:block;
  font-size:1.10rem;
  margin-bottom:10px;
  font-weight:700;
}

.stxt{
  display: block;
  font-size:0.93rem !important;
  line-height:24px !important;
  color:#5d5d5d
}

.stxt .tt{
  font-size:1rem;
  color:#000
}

.ntc-text{
  background-image: url(../images/sub/ntc_icon.svg);
  background-size:15px;
  background-repeat: no-repeat;
  background-position: left 4px;
  padding-left:20px;
  font-size:0.93rem;
  color:#5d5d5d;
  display: inline-block;
}

.box{
  background-color:#fafafa;
  border:1px solid #dce0e3;
  padding:20px;
  border-radius:5px;
}

.box2{
  background-color:#fff;
  border:1px dotted #c1c1c1;
  padding:20px;
  border-radius:5px;
}

.dbox{
  background-repeat: no-repeat;
  background-size:60px;
  background-position: 30px center;
  padding:30px 30px 30px 110px;
  border:3px dotted #ddd;
}

.dbox.d1{
  background-image: url(../images/sub/deco_icon.svg);
  background-position: 50px center;
  padding:30px 30px 30px 150px;
}

.wd{
  background-image: url(../images/sub/link_icon.svg);
  background-repeat: no-repeat;
  background-size:11px;
  background-position: 100% center;
  opacity:0.6;
}

.abtn{
  display: inline-block;
  border:1px solid #dce0e3;
  padding:10px 15px;
  border-radius:4px;
  background-color:#fff;
  font-size:1.06rem;
  box-shadow: -2px 2px 5px rgb(0 0 0 / 5%);
}

.abtn.lt{
  background-image:url(../images/sub/list_icon.svg);
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size:12px;
  padding-left:31px;
}

.pcbtn{
  display: inline-block;
  border-radius:50px;
  background-color:#fff;
  background-image:url(../images/sub/pc_icon.svg);
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size:19px;
  border:2px solid #dce0e3;
  box-shadow: -2px 2px 5px rgb(0 0 0 / 5%);
  padding:10px 20px 10px 45px;
  transition: all ease-in-out .2s;
}

.pcbtn:hover{
  border:2px solid #aaa;
  text-decoration: underline;
}

.deco{
  text-decoration: underline;
}

.link-icon{
  width:15px;
  height:15px;
  display: inline-block;
  vertical-align:middle;
}

.img-thumb{
  width:150px;
  height:150px;
  object-fit: cover;
  border-radius:8px;
  border:1px solid #eee;
  overflow: hidden;
}

.rb{
  border-right:1px solid #dce0e3 !important;
}



/***추가내용***/
/*** 게시판-리스트 ***/
.total-tit {
  display: flex;
  align-items: center;
  gap:5px;
  font-size: 0.93rem;
  margin-bottom: 15px;
}
.total-tit * {
  line-height: 1;
}

.cont-board{
  display:inline-block;
  width:100%;
  font-size:1.06rem;
}

.cont-board table {
  border-top: 2px solid #1d4fae
}

.cont-board.x-scroll {
  overflow-x: auto;
}

.cont-board.x-scroll table {
  min-width: 640px
}

.cont-board.x-scroll.narrow table{
  min-width:414px
}

.cont-board.x-scroll.wide table{
  min-width:999px
}

.cont-board thead th {
  padding: 15px 11px;
  border-top: 1px solid #dce0e3;
  border-right: 1px solid #dce0e3;
  font-weight:600;
  background: #f6fafd;
  position: relative;
  vertical-align: middle;
}

.cont-board thead th::after {
  content: "";
  width: 100%;
  border-bottom: 1px solid #b1bbce;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.cont-board thead th:last-of-type {
  border-right: 0
}

.cont-board td {
  padding: 15px 11px;
  font-weight: bold;
  border: 1px solid #dce0e3;
  background:#fff;
  border-left: 0;
  font-weight: normal;
  vertical-align: middle;
}

.cont-board td:last-of-type {
  border-right: 0
}

.cont-board tbody th {
  border: 1px solid #dce0e3;
  padding: 15px 11px;
  border-left: 0;
  background: #f6fafd;
  font-weight:600;
  vertical-align: middle;
}

.cont-board .r-line{
  border-right: 1px solid #dce0e3 !important;
}

.cont-board.ver_center td {
  text-align: center;
}


/*** 게시판-뷰 ***/
.cont-board-view {
  border-top: 2px solid #1d4fae;
  
}
.board-view-header .title {
  padding: 30px 25px;  
  background: #f6fafd;  
  border-bottom: 1px solid #b1bbce;
}
.board-view-header .title h4 {
  color: #000;
  font-weight:400;
  margin-bottom: 0px;
  display: block;
  /*overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;*/
  font-size: 1.37rem;
  line-height: 1.4;
}
.board-view-info {
  padding: 0 25px;
  border-bottom: 1px solid #dce0e3;
}
.board-view-info ul {
  background:#fff;
  padding: 15px 0;
  display: flex;
  gap:30px;  
}
.board-view-info li {
  display: flex;
}
.board-view-info ul span {
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.board-view-info ul span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 13px;
  background-color: #e9e9e9;
  transform: translateY(-50%);
}
.board-view-file {
  display: flex;
  background: #fff;
  padding: 12px 25px;
  border-bottom: 1px solid #dce0e3;
}
.board-view-file dt {
  width:90px;
  position: relative;
}
.board-view-file dt:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 6px;
  width: 1px;
  height: 13px;
  background-color: #e9e9e9;
}
.board-view-file dd {
  width:calc(100% - 90px);
}
.board-view-file li {
  margin-top: 5px;
}
.board-view-file li:first-of-type {
  margin-top: 0px;
}
.board-view-file li a {
  font-size: 0.93rem;
  display: inline-block;
}
.board-view-file li a:hover {
  text-decoration: underline;
}
.board-view-con {
  padding: 30px;
  border-bottom: 1px solid #dce0e3;
}
.board-view-con img {
  max-width: 100%;
  margin:10px 0;
}
.board-view-btn {
  margin-top: 40px;
  text-align: right;
}

/*** 갤러리-리스트 ***/
.gallery-list {
  display: flex;
  flex-wrap: wrap;
  gap:35px 0;
}
.gallery-list li {
  width:calc(94% / 3);
  margin-right: 3%;
}
.gallery-list li:nth-child(3n) {
  margin-right: 0;
}
.gallery-thumb {
  position: relative;
}
.gallery-thumb a {
  overflow: hidden;
  position: relative;
  border: 1px solid #cdd1d7;
  display: block;
}
.gallery-thumb a:before {
  content: "";
  display: block;
  padding-bottom: 83%;
}
.gallery-thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.gallery-txt {
  margin-top: 15px;
}
.gallery-txt .tit {
  font-weight: 400;
  font-size: 1.06rem;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.gallery-txt .date {
  font-size: 0.93rem;
  color: #666;
}


/* paging */
.paging-wrap{padding:40px 0 20px;text-align: center;white-space: nowrap;}
.paging-wrap button{display: inline-block;vertical-align:middle;min-width:38px;height:38px;margin:0 2px;padding:0 5px;border:1px solid #e9e9e9;line-height:38px;text-align: center;font-size:15px;color:#4e5b6f;}
.paging-wrap button.this{color:#fff;background-color:#003668;}
.paging-wrap button.btn_start{font-size:0;background-repeat: no-repeat;background-position: center;background-image:url(../images/board/btn_first.png);}
.paging-wrap button.btn_prev{font-size:0;background-repeat: no-repeat;background-position: center;background-image:url(../images/board/btn_prev.png);}
.paging-wrap button.btn_next{font-size:0;background-repeat: no-repeat;background-position: center;background-image:url(../images/board/btn_next.png);}
.paging-wrap button.btn_end{font-size:0;background-repeat: no-repeat;background-position: center;background-image:url(../images/board/btn_last.png);}

/*파일아이콘*/
.file-link{
  display:inline-block;vertical-align: middle;width:12px;height:16px;font-size:0;
  background-image:url(../images/board/down_list.png);background-repeat: no-repeat; 
  background-position: -10px 0;
}
.file-link.img{width:16px;background-position: -27px 0;}
.file-link.doc{width:16px;background-position: -48px 0;}
.file-link.etc{width:16px;background-position: -69px 0;}

.down-i-btn{display: block;position:relative; padding-left:24px;}
.down-i-btn.in-block{display:inline-block;}
.down-i-btn:before{content:"";position:absolute;left:0;top:4px;width:17px;height:16px;background-image:url(../images/board/down_i_list.png);background-position: -141px 0;background-repeat: no-repeat;}
.down-i-btn.hwp:before{background-position: -10px 0;}
.down-i-btn.pdf:before{background-position: -34px 0;}
.down-i-btn.excel:before{background-position: -60px 0;}
.down-i-btn.power:before{background-position: -87px 0;}
.down-i-btn.word:before{background-position: -114px 0;}

.btn-preview {
  margin-left: 20px;
  padding: 10px 40px 10px 10px;
  font-size: 0.8rem !important;
  color: #ffffff;
  background-image: url(../images/board/file_view_i.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: #003668;
  line-height: 1;
}


/*검색필터링*/
.board-search {
  margin-bottom: 40px;
  padding: 30px;
  background-color: #fff;
  border: 1px dotted #c1c1c1;
  border-radius: 5px;
  width:100%;
}
.board-search.ver_mid {
  padding: 30px 100px;
}

.board-search.float{
  display: table;
}

.board-search.float li{
  display:table-cell;
}

.board-search li {
  margin-top: 10px;
}
.board-search li:first-of-type {
  margin-top: 0px;
}

.form-dl {
  display: flex;
  gap:8px;
  align-items: center;
}
.form-dl dt {
  font-weight: 600;
  min-width: 90px;
}
.form-dl dd {
  display: flex;
  gap:8px;
  align-items: center;
  width:calc(100% - 100px);
}
.form-dl dd .btn {
  flex-shrink: 0;
}
.form-dl dd input {
  width:100%;
}

.form-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form-wrap.ver_37 > * {
  width: 30%;
}
.form-wrap.ver_37 > *:last-of-type {
  width: 65%;
}

.form-line {
  display: flex;
  gap:8px;
  align-items: center;
  width:100%;
}
.form-line .btn {
  flex-shrink: 0;
}

.nodata {
  text-align: center;
  font-size: 0.9rem;
  padding:20px;
}

.cal {
  background:url(../images/sub/date_icon.png) no-repeat calc(100% - 10px) 50%;
  padding:0 28px 0 10px;
}


.boxBg {
  background-color:#fff;
  border:1px dotted #c1c1c1;
  padding:40px 40px 40px 210px;
  border-radius:5px;
  background-repeat: no-repeat;
  background-size: 120px;
  background-position: 45px 50%;
}
.boxBg dt {
  font-weight: 600;
  font-size: 1.4rem;
  color: #000;
  margin-bottom: 15px;
}
.boxBg dt strong {
  color: #1d4fae;
}
.boxBg dd {
  color: #666;
}
.boxBg dd strong {
  color: #333;
  font-weight: 500;
}
.boxBg.jeju {
  background-image:url(../images/sub/boxBg_jeju.png);

}
.boxBg.busan {
  background-image:url(../images/sub/boxBg_busan.png);

}

/*역대기관장*/
.history-chief {
  display: flex;
  flex-wrap: wrap;
  gap:25px 0;
}
.history-chief li {
  width:calc(94% / 3);
  margin-right: 3%;
  border:1px dashed #e9e9e9;
  text-align: center;
  padding:40px 30px;
}
.history-chief li:nth-child(3n) {
margin-right: 0;
}
.history-chief .pic {
  width:130px;
  height:130px;
  border-radius: 150px;
  overflow: hidden;
  margin:0 auto;
}
.history-chief .pic img {
  width:100%;
}
.history-chief dl {
  margin-top: 25px;
  color: #555;
}
.history-chief dt {
  color: #000;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.history-chief dd {
  font-size: 1.06rem;
}


/* 인사말 */
.intro-copy {
  display: block;
  margin-bottom: 25px;
  color: #000000;
  font-size: 1.65rem;
  font-family: 'Lexend';
  letter-spacing: -0.02rem;
}
.intro-wrap {
  background: url(../images/sub/intro_bg.jpg) no-repeat 50% 0;
  background-size: 100%;
  padding:60px;
  position: relative;
}
.intro-wrap:after {
  content: "";
  position: absolute;
  bottom:0;
  left:0;
  display: block;
  width:100%;
  height: 30px;
  background: url(../images/sub/intro_bg_b.jpg) no-repeat 50% bottom;
  background-size: 100%;
}
.intro-box {
  height: 220px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: space-evenly;
}
.intro-tit {
  width:100%;
  color: #000;
  font-size: 2.1rem;
  line-height: 1.4;
  font-family: 'Lexend';
  font-weight: 700;
  letter-spacing: -0.02rem;
}
.intro-tit strong {color:#224889; font-weight: 700;}
.intro-sign {
  color: #000000;
  font-size: 1.3rem;
  font-weight: 500;
}
.intro-con {
  font-size: 1.09rem;
  margin-top: 20px;
  line-height: 1.7;
}


/* 오시는길 */
.map {
  width: 100%;
  background: #f4f4f4;
  overflow: hidden;
}
.map img {
  width:100%;
}
.map-int {
  padding: 40px 50px;
  background: #003668;
  display: flex;
  justify-content: space-between;
}
.map-int .tit {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px;
  font-weight: 700;
  font-size: 1.25rem;
  color: #fff;
  line-height: 1;
}
.map-int .tit:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 20px;
  background: url(../images/sub/ic_map.png) no-repeat;
}
.map-int .txt {
  font-weight: 500;
  font-size: 1.063rem;
  color: #fff;
}
.map-int .kakao-map,
.map-int .google-map {
  position: relative;
  padding-left: 50px;
  color: #fae200;
  font-weight: 500;
  font-size: 0.9375rem;
  height: 35px;
  line-height: 35px;
}
.map-int .google-map {color: #fff;}
.map-int .kakao-map:before,
.map-int .google-map:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
}
.map-int .kakao-map:before {background: url(../images/sub/kakao_map.png) no-repeat;}
.map-int .google-map:before {background: url(../images/sub/google_map.png) no-repeat;}

/* 청사안내도 */
.floor {
  width: 100%;
  text-align: right;
  border: 3px solid #f3f3f3;
  padding:25px 70px 25px 50px;
  position: relative;
  min-height:350px;
}
.floor .info {
  position: absolute;
  left:50px;
  top:50px;
  font-size: 1.75rem;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  color: #666;
  letter-spacing: -0.02rem;
}
.floor .info strong {
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
  display: block;
  color: #26346f;
}
.floor img {max-width: 100%;}

/* 조직도 */
.org-list-wrap {margin:50px 0 80px 0;}
.org-head {margin-bottom: 50px;}
.org-head a {
  width: 250px;
  height: 65px;
  margin: 0 auto;
  line-height: 65px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 1.37rem;
  background: #003668;
  display: block;
}
.org-body-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
.org-body-list li:first-of-type {margin-bottom: 30px;}
.org-box {
  display: flex;
  flex-direction: column;
  gap:5px;
  justify-content: center;
  width:15%;
  position: relative;
}
.org-box dt a {
  display: block;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 1.06rem;
  background: #7a88a3;
  padding:10px 0;
}
.org-box dd {
  display: flex;
  flex-direction: column;
  gap:5px;
  justify-content: center;
  align-items: center;
  width:100%;
}
.org-box dd a {
  width:100%;
  border: 1px dashed #e0e3eb;
  color: #4e5b6f;
  font-weight: 500;
  font-size: 1rem;
  background-color: #fff;
  text-align: center;
  padding:5px;
}
.org-s-head {
  width:100%;
  margin-bottom: 50px;
  position: relative;
}
.org-s-head a {
  width: 180px;
  height: 55px;
  margin: 0 auto;
  line-height: 55px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 1.12rem;
  background: #003668;
  display: block;
}
.org-list {position: relative;}
.org-list:before {
  content: "";
  width:1px;
  height:100%;
  background: #ddd;
  position: absolute;
  top:0;
  left:50%;
}
.org-list a {
  position: relative;
  z-index: 3;
}
.org-box:before {
  content: "";
  width:1px;
  height:25px;
  background: #ddd;
  position: absolute;
  top:-25px;
  left:50%;
}
.org-body-list li:first-of-type:before {
  content: "";
  width:85%;
  height:1px;
  background: #ddd;
  position: absolute;
  top:-25px;
  left:50%;
  transform: translateX(-50%);
}
.org-s-head:after {
  content: "";
  width:85%;
  height:1px;
  background: #ddd;
  position: absolute;
  bottom:-25px;
  left:50%;
  transform: translateX(-50%);
}
.ver_2 .org-box dt a {
  border: 1px dashed #e0e3eb;
  color: #4e5b6f;
  font-weight: 500;
  padding:20px 10px 60px 10px;
  background:#fff url(../images/sub/i_more01.png) no-repeat 50% calc(100% - 20px);
}
.ver_2 .org-box dd a {display: none;}

/* 연혁 */
.history-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap:30px;
}
.history-list:before {
  content: '';
  position: absolute;
  top: 22.5px;
  left: 150px;
  width: 1px;
  height: calc(100% - 45px);
  background: #e9e9e9;
}
.history-list li {
  display: flex;
  justify-content: space-between
}
.history-list .date {
  position: relative;
  width: 150px;
  color: #292929;
  font-weight: 700;
  font-size: 1.12rem;
  padding: 10px 0;
}
.history-list .date:before {
  content: '';
  position: absolute;
  top: 50%;
  right: -10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1d4fae;
  transform: translate(-50%, -50%);
}
.history-list .txt {
  color: #4e5b6f;
  font-weight: 500;
  font-size: 1.063rem;
  width:calc(100% - 200px);
  background: #f0f7fd;
  padding: 10px 25px;
  border-radius: 100px;
}

/* 비전및목표 */
.vision-box {
  background-color: #fff;
  border: 1px dashed #e3e3e3;
  border-radius: 5px;
  padding: 40px 20px;
  text-align: center;
}
.vision-box strong {
  font-weight: 600;
  color: #000000;
  font-size: 2.275rem;
  letter-spacing: -0.02rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap:0 20px;
}
.vision-box span {color: #1d4fae;}
.vision-box strong:before {
  content: "[";
  color: #1d4fae;
}
.vision-box strong:after {
  content: "]";
  color: #1d4fae;
}

.target-box {
  background-color: #fff;
  border: 1px dashed #e3e3e3;
  border-radius: 5px;
  display: flex;
}
.target-box li {
  padding: 60px 10px 50px 10px;
  border-left: 1px dashed #e3e3e3;
  font-size: 1.18rem;
  font-weight: 600;
  flex:1;
  position: relative;
  text-align: center;
}
.target-box li:first-of-type {border-left: none;}
.target-box li span {
  position: absolute;
  display: block;
  width:35px;
  height:35px;
  line-height: 35px;
  text-align: center;
  top:8px;
  left:8px;
  background: #7a88a3;
  color: #fff;
}


.vision-list {
  background-color: #fff;
  border: 1px dashed #e3e3e3;
  border-radius: 5px;
  padding: 40px 20px 40px 230px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: 80px 50%;
}
.vision-list.ver_1 {background-image: url(../images/sub/vision-list_01.png);}
.vision-list.ver_2 {background-image: url(../images/sub/vision-list_02.png);}
.vision-list.ver_3 {background-image: url(../images/sub/vision-list_03.png);}
.vision-list.ver_4 {background-image: url(../images/sub/vision-list_04.png);}
.vision-list dt {
  width:30%;
  color: #1d4fae;
  font-weight: 700;
  font-size: 1.06rem;
}
.vision-list dd {
  width:70%;
}
.vision-list dd li {
  position: relative;
  padding-left: 15px;
  margin-top: 5px;
}
.vision-list dd li:first-of-type {margin-top: 0px;}
.vision-list dd li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  background-color: #1d4fae;
  transform: rotate(45deg);
}

/* 공공누리-저작권 */
.opentype-wrap {
  display: flex; gap:15px; font-size: 0.87rem; color:#666; margin-top: 15px;
  background: #eafbf8; border-radius: 5px; padding:8px 10px; align-items: center;
}

/* 썸네일리스트 */
.thumb-list > li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dce0e3;
  padding:30px 0;
}
.thumb-list > li:first-of-type {
  padding-top:0;
}
.thumb-list:not(.ver_line) > li:last-of-type {
  border-bottom:none;
}
.thumb-list .thumb {
  width: 230px;
  flex-shrink: 0;
}
.thumb-list .thumb img {max-width: 100%;}
.thumb-list .con {
  width: calc(100% - 265px);
}

.thumb-list.ver_small .thumb {
  width: 150px;
}
.thumb-list.ver_small .con {
  width: calc(100% - 185px);
}


.figure {text-align: center;}
.figure img {
  max-width: 100%;
}
.figure figcaption {
  display: block;
  width:100%;
  font-size: 0.98rem;
  line-height: 1;
  margin-top: 8px;
}

.figure-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap:20px 0;
}
.figure-wrap figure {
  width:calc(100% / 3);
  margin:0;
}
.figure-wrap.ver_4 figure {
  width:calc(100% / 4);
}

/* 프로세스 */
.dl-process {
  padding:35px 25px;
  background: #f6fafd;
}
.dl-process li {
  text-align: center;
  max-width:600px;
  margin:0 auto;
}
.dl-process dl {
  display: flex;
  justify-content: center;
}
.dl-process dt {
  background: #003668;
  color: #fff;
  padding:18px 20px;
  border-radius: 5px 0 0 5px;
  width:50%;
  font-weight: 600;
  font-size: 1.18rem;
}
.dl-process dd {
  background: #fff;
  color: #555;
  padding:18px 20px;
  border-radius: 0 5px 5px 0;
  border:1px solid #003668;
  width:50%;
  font-size: 1.12rem;
}
.dl-process .arrow {
  width:20px;
  height:20px;
  margin: 15px 0;
  opacity: 0.6;
}

/*** cpl-process ***/
.basic-process {
  margin:30px 0;
}
.basic-process ul {
  display: flex;
  flex-wrap: wrap;
  gap:20px 35px;
  align-items: stretch;
}
.basic-process li{
  width:155px;
  padding:25px 10px;
  border-radius:5px;
  border: 3px solid #1d4fae;
  background:#fff;
  position:relative;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 5%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.basic-process li.ver_wide {
  width:310px;
}
.basic-process.ver_4 li {
  width:250px;
}
.basic-process li em {
  font-style: normal;
  text-align:center;
  font-weight: 500;
  letter-spacing: -0.02rem;
}
.basic-process li::after{
  content:"";
  background-image: url(../images/sub/arrow_icon_bt.svg);
  background-repeat: no-repeat;
  background-position: center;
  width:13px;
  height:13px;
  background-size:13px;
  position:absolute;
  right:-25px;
  top:50%;
  transform: translateY(-50%) rotate(-90deg);
}
.basic-process li:last-child::after{
  content:none
}
.basic-process li:last-of-type {
  margin:0;
}

.detail-process {
  margin:30px 0;
  display: flex;
  flex-wrap: wrap;
  gap:20px 35px;
  align-items: stretch;
}
.detail-process li{
  width:calc((100% / 3) - 24px);
  position: relative;
}
.detail-process dl {
  border: 3px solid #1d4fae;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 5%);
  border-radius:5px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  height: 100%;
}
.detail-process dt {
  background: #1d4fae;
  color: #fff;
  padding:15px 15px;
  font-weight: 600;
  font-size: 1.06rem;
  text-align: center;
}
.detail-process dd {
  background: #fff;
  padding:15px 15px;
  font-weight: 500;
  align-content: center;
  height: 100%;
}
.detail-process .arrow {
  position: absolute;
  right:-23px;
  top:50%;
  transform: translateY(-50%) rotate(-90deg);
  width:13px;
  height:13px;
}

/*개인정보처리방침*/
.privacy-index {
  background-color:#fff;
  border:1px dotted #c1c1c1;
  padding:20px 35px;
  border-radius:5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.privacy-index ul {
  width:47%;
}
.privacy-index li {margin:5px 0;}

.privacy-i {margin-right: 10px;}
.privacy-i img {
  vertical-align: middle;
  height: 50px;
}

.privacy-tab {
  margin-top: 30px;
}
.privacy-tab ul {
  display: flex;
  background-color: #fff;
  flex-wrap: wrap;
}
.privacy-tab li {
  width:25%;
  border-top: 1px solid #dce0e3;
  border-bottom: 1px solid #dce0e3;
  border-left: 1px solid #dce0e3;
}
.privacy-tab li:nth-child(4n),
.privacy-tab li:last-child {border-right: 1px solid #dce0e3;}
.privacy-tab li:nth-child(n+5) {border-top: none;}
.privacy-tab li a {
  display: block;
  text-align: center;
  padding:12px;
  font-weight: 500;
  color: #555;
  background: #fff;
}
.privacy-tab li.active {border-color: #1d4fae;}
.privacy-tab li.active a {
  background: #1d4fae;
  color: #fff;
}


/* 통합검색 */
.mof_east_srch {width: 100%; max-width: 55.25rem; position: relative; margin: 20px auto 3rem; }
.mof_east_srch .detail_bar { margin-bottom: 1rem;font-size:0; }
.mof_east_srch .detail_bar #searchForm { width: calc(100% - 12.6875rem); display: inline-block; vertical-align: middle; }
.mof_east_srch .detail_bar #searchForm #query {
  width: calc(100% - 5rem);
  height: 3.25rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.125rem;
  padding: 0 1rem 0 3.5rem;
  border: 2px solid #003668;
  background: url(../images/common/btn_navsch.svg) left 1rem center / 1.5rem no-repeat;
  border-radius: 8px 0 0 8px;
}
.mof_east_srch .detail_bar #searchForm #searchBtn { width: 5rem; height: 3.25rem; display: inline-block; vertical-align: middle; font-size: 1.125rem; font-weight: 400; color: #fff; margin-left: -1px; border: none; background: #003668; cursor:pointer; border-radius: 0 8px 8px 0;}
.mof_east_srch .detail_bar .detail_search { width: 11.75rem; height: 3.25rem; vertical-align: middle; font-size: 1.125rem; font-weight: 400; color: #fff; padding-right: 2rem; margin-left: .9375rem; border: none; background: #1d4fae url('../images/sub/icoSelectDown_type2.svg') right 2rem center no-repeat; cursor:pointer; border-radius: 6px;}
.detail_search_pop { z-index: 1; width: 100%; display: none; position: absolute; top: 3.4rem; padding: 5rem 5.6561% 3.125rem; background: #50677f; border-radius: 8px;}
.detail_search_pop > p { text-align: center; font-size: 1rem; font-weight: 400; color: #fff; padding-bottom: 2rem; border-bottom: 1px solid rgba(255,255,255,.25); }
.detail_search_pop .srch_content { padding: 3.125rem 6.3775%; }
.detail_search_pop .srch_content > div { margin-bottom: .875rem; font-size:0;}
.detail_search_pop .srch_content input[type=search] { width: calc(100% - 14.875rem); height: 2.75rem; }
.detail_search_pop .srch_content p { width: 14.875rem; display: inline-block; vertical-align: top; font-size: 1rem; font-weight: 400; color: #fff; }
.detail_search_pop .srch_content .datepicker-wrap { width: calc(100% - 14.875rem); display: inline-block; vertical-align: top; text-align: center; font-size: 1rem; font-weight: 400; color: #fff; line-height: 2; }
.detail_search_pop .srch_content .datepicker-wrap input { width: 45%; height: 2.75rem; font-size: 1rem; padding: 0 .625rem 0 2.625rem; border: none; background-color: #fff; }
.detail_search_pop .srch_content .datepicker-wrap input:first-of-type { float: left; }
.detail_search_pop .srch_content .datepicker-wrap input:last-of-type { float: right; }
.detail_search_pop .srch_content .detail_btn_group { text-align: center; margin-top: 2rem; }
.detail_search_pop .srch_content .detail_btn_group button { width: 11.25rem; height: 3.5rem; display: inline-block; vertical-align: top; font-size: 1.125rem;  color: #fff; margin: .625rem; border-radius: .1875rem; }
.detail_search_pop .srch_content .detail_btn_group button#detailBtn { border: none; background: #00aeff; }
.detail_search_pop .srch_content .detail_btn_group button#resetBtn { border: 1px solid #fff; background: none; }
.detail_search_pop .srch_content .detail_btn_group button.basic { border: 1px solid #fff; background: none; }
.detail_search_pop *:focus {outline-color: #fff !important;}
.tab-button { margin-bottom: 2rem; border: 1px solid #dad9d9; background: #f2f6f9; }
.tab-button::after {content:""; display: block; clear: both;}
.tab-button button {float:left; position: relative; width: 16.666%; height: 3.75rem; vertical-align: top; font-size: 1.0625rem; font-weight: 400; color: #666; border-right: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; border-top: none; border-left: none; background: none; transition: .2s; cursor: pointer;}
.tab-button button:nth-child(n+13) {border-bottom: none;}
.tab-button button:nth-child(6n) {border-right: none;}
.tab-button button:hover {border-color: #1d4fae; color: #fff; background-color: #1d4fae;}
.tab-button button::after { transition: .2s; opacity: 0; content: ''; width: 4.25rem; height: 0; display: block; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); border-top: .1875rem solid #fff; }
.tab-button button:hover::after { opacity: 1; }
.tab-button button.active {border-color: #1d4fae; color: #fff; background-color: #1d4fae;}
.tab-button button.active::after {opacity: 1;}
.tabcontent .search_result { font-size: 1.0625rem; font-weight: 400; color: #333; word-break: keep-all; margin-bottom: 2rem; }
.tabcontent .search_result b { font-weight: 500; text-decoration:underline; text-underline-offset: 4px;}
.result_section { padding: 2.5rem 3.8095rem; margin-bottom: 2rem; background: #f4f7f9; }
.result_section section {padding:0;}
.result_section > section h3 { width: calc(100% - 6.125rem); display: inline-block; vertical-align: middle; font-size: 1.25rem; font-weight: 400; color: #000; margin-bottom: 1rem; border:none; padding-bottom: 0;}
.result_section .rslt_list { padding:1.5rem 0; border-bottom: solid 1px #cdcdcd; overflow: hidden; }
.result_section .rslt_list .rslt1 { margin-bottom: 1rem; font-size: 1rem;  }
.result_section .rslt_list .rslt1 a { font-size: 1.125rem; font-weight: 400; color: #555; }
.result_section .rslt_list .rslt2 { font-size: 1rem;  color: #555; }
.result_section .rslt_list .rslt3_1 { font-size: 1rem;  color: #323232; }
.result_section .rslt_list .rslt3_2 { font-size: 1rem;  color: #323232; }
.result_section .rslt_list span.tag,
.result_section .rslt_list a.preview { display: inline-block; font-size: 0.6rem; padding: 4px 5px; border: 1px solid #003668; margin-right: 5px; border-radius: 5px; vertical-align: 2px; color: #003668; line-height: 100%; }
.result_section .rslt_list a.preview { margin-left:15px; background-color:#003668; color:white; }
.result_section .rslt_list a.file-name { font-size: 1rem; font-weight: 400; color: #000; }
.result_section .rslt_list .rslt3_1 { float: left; }
.result_section .rslt_list .rslt3_2 { float: right; }
.result_section .rslt_list .preview-box {display: none; overflow-y:hidden; max-height: 80px; margin-bottom: 10px; padding: 10px; border: 1px solid #cdcdcd; background-color: #fff; font-size: 0.93rem; color: #666; line-height: 1.3;}
.result_section > section a {
    width: 6.125rem;
    font-size: 1rem;
    color: #0079c2;
    border: solid 1px #0079c2;
    padding: 5px 32px 5px 13px;
    background-image: url(../images/sub/icon-more.png);
    background-repeat: no-repeat;
    background-position: 90% center;

    text-decoration: none;
}
.result_layout{font-size:0;}
.result_left { width: calc(98% - 17.5rem); display: inline-block; vertical-align: top; }
.result_right { width: 17.5rem; display: inline-block; vertical-align: top; margin-left: 2%; }
.srch_detail_layout { text-align: center; padding: .9375rem 1.25rem; margin-bottom: 1.875rem; border: 1px solid #cdcdcd; }
.srch_detail_layout .srch_detail_sect p { text-align: left; font-size: 1.125rem; font-weight: 400; color: #333; padding-bottom: .625rem; border-bottom: 1px solid #cdcdcd; }
.srch_detail_layout .srch_detail_sect button { transition: .2s; cursor: pointer; width: 6.625rem; height: 2.375rem; font-size: 1rem;  color: #0079c2; border: 1px solid #0079c2; border-radius: .1875rem; background: #fff; }
.srch_detail_layout .srch_detail_sect button:nth-child(2n) { margin: .625rem 0 .625rem .625rem; }
.srch_detail_layout .srch_detail_sect button.dateBtn { width: 20%; margin: .625rem .3125rem; }
.srch_detail_layout .srch_detail_sect button.btn_wide { width: 13.875rem; margin: .625rem 0 0; }
.srch_detail_layout .srch_detail_sect button.btn_wide + button { margin: .625rem .625rem .625rem 0; }
.srch_detail_layout .srch_detail_sect button.active,
.srch_detail_layout .srch_detail_sect button:hover { color: #fff; background: #1d4fae; }
.srch_detail_collaps { border: 1px solid #cdcdcd; }
.srch_detail_collaps:not(:last-of-type) { margin-bottom: 1.875rem; }
.srch_detail_collaps .card-header { padding: .9375rem; background: #e9f1f6; }
.srch_detail_collaps .card-header a { display: block; font-size: 1.125rem; font-weight: 400; color: #333; position: relative;}
.srch_detail_collaps .card-header a:after {
  content: ""; display: block; width:13px; height:7px; background: url('../images/sub/icoSelectDown_type1.svg') center center no-repeat;
  position: absolute; top:50%; right:0; transform: translateY(-50%);
}
.srch_detail_collaps .card-header a.active:after {transform: translateY(-50%) scaleY(-1);}
.srch_detail_collaps .card-body { font-size: 1rem;  color: #333; padding: 1.25rem; }
.srch_detail_collaps .card-body ol { counter-reset: number; list-style-type: none; padding: 0; cursor: pointer;}
.srch_detail_collaps .card-body ol li { position: relative; padding-left: 2rem; }
.srch_detail_collaps .card-body ol li:not(:last-of-type) { margin-bottom: .5rem; }
.srch_detail_collaps .card-body ol li::before { counter-increment: number; content: counter(number)"\a0"; position: absolute; left: 0; font-size: 0.7rem; width: 1.25rem; height: 1.25rem; border-radius: 100%; background-color: #656565; color: #fff; font-weight: 400; text-align: center; line-height: 1.25rem; top: 2px; }
.srch_detail_collaps .card-body ol li:hover::before { background: #0079c2; }
.srch_detail_collaps .card-body ul li { position: relative; padding-left: 1rem; margin-bottom: 1rem; cursor: pointer;}
.srch_detail_collaps .card-body ul li::before { content: ''; width: .1875rem; height: .1875rem; display: block; position: absolute; left: 0; top: .625rem; border-radius: 100%; background: #0079c2; }
.srch_detail_collaps .card-body button { width: 100%; text-align: center; font-size: 1rem; font-weight: 400; color: #fff; padding: .5rem; border: none; background: #656565; }





.tmip {/*display: none !important;*/}







/* 영문서브 */
.ferry_map {width:100%;}
.ferry_con {background: #f6fafd; padding:35px;}
.ferry_con dl {
  display: flex;
  width:100%;
  border-top: 1px solid #ddd;
  padding:18px 0;
  justify-content: space-between;
}
.ferry_con dl:first-of-type {border-top: none; padding-top: 0;}
.ferry_con dt {width:35%; font-weight: 700; font-size:1.06rem; color:#26346f;}
.ferry_con dd {width:63%;}
.ferry_con dd select {width:70%}

.bg_list {
  display: flex;
  justify-content: space-between;
}
.bg_list .bg {
  width:170px;
}
.bg_list .bg img {
  width:100%;
}
.bg_list .con {
  width:calc(100% - 210px);
}

.c-course {
  border: 1px solid #dce0e3;
  border-radius:5px;
  overflow: hidden;
  text-align: center;
}
.c-course p {
  background-color:#fafafa;
  padding:20px;
  border-bottom: 1px solid #dce0e3;
}
.c-course img {
  padding:30px;
}



@media all and (max-width:1550px) {
    .content {width:96%; margin:auto;}
    .docu-list {flex-wrap: wrap;}
    .docu-list {flex-wrap: wrap; border: 1px solid #dce0e3; border-radius: 8px;}
    .docu-list li {border-top: 1px solid #dce0e3; padding: 25px 0 15px 0;}
    .docu-list li,
    .docu-list li:last-child {width:33.3%;}
    .docu-list li:nth-child(3n) {border-right: 0;}
    .docu-list li:nth-child(1),
    .docu-list li:nth-child(2),
    .docu-list li:nth-child(3) {border-top: 0;}
}

@media all and (max-width:1190px) {
  #snb {display: none;}
  .sub-content {width:96%; padding:0 0 50px 0; margin:0 auto;}
  .tab-btn {right: 60px;}
  .share-btn li {float:none;}
  .share-btn li.print > button {display: none;}
  .content {padding-top: 40px;}
  .satis-cont .tit {width:100%;}
  .satis-cont .con-cell {
      text-align: left;
      width: 100%;
      margin-top: 5px;
  }

   .respon-sel.area-tab {border-bottom: none;}
   .respon-sel.area-tab > ul {display: none;}
   .respon-sel .sm_select {display: block;}
   .respon-sel .sm_select select {
    width:100%;
    font-size: 16px;
    border:1px solid #1d4fae;
    height: 55px;
    line-height: 55px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(29 79 174 / 8%);
  }

  .imgarea3 img:first-of-type,
  .imgarea3 img:nth-child(3n) {margin-left: 0;}

  .form-wrap {gap: 15px 0;}
  .form-dl,
  .form-wrap.ver_37 > *,
  .form-wrap.ver_37 > *:last-of-type {width:100%;}
  .form-dl dd {flex-wrap: wrap;}
  .form-dl.ver_col {align-items: flex-start; flex-direction: column;}
  .form-dl.ver_col dt,
  .form-dl.ver_col dd {width:100%;}

  /*게시판*/
  .board-search.ver_mid {padding: 20px;}
  .board-search.float li{display:block;}
  .board-view-info ul {flex-wrap: wrap; gap:5px 0;}
  .board-view-info li {width:50%;}
  .board-view-file {flex-direction: column;}
  .board-view-file dt:after {display: none;}
  .board-view-file dd {width:100%;}
  .board-view-file dd ul li:first-of-type {margin-top: 5px;}

  /*갤러리*/
  .gallery-list li {width: calc(97% / 2);}
  .gallery-list li:nth-child(3n) {margin-right: 3%;}
  .gallery-list li:nth-child(2n) {margin-right: 0;}
  .gallery-txt .tit {font-size: 1rem; line-height: 1;}

  /* 인사말 */
  .intro-copy {font-size: 1.7rem;}
  .intro-box {background: none; padding:0; height: auto;}
  .intro-tit {font-size: 2.2rem;}
  .intro-sign {font-size: 1.2rem;}

  /* 청사안내도 */
  .floor {
    padding: 30px;
    min-height: auto;
  }
  .floor .info {font-size: 1rem; left: 30px; top: 30px;}
  .floor .info strong {font-size: 3rem;}
  .floor img {width:100%;}

  /* 비전및목표 */
  .vision-box strong {
    font-size: 2rem;
    flex-wrap: wrap;
    justify-content: center;
    gap:15px;
  }
  .target-box {flex-direction: column;}
  .target-box li {border-left: none; padding: 50px 10px 40px 10px;}
  .target-box li {border-top: 1px dashed #e3e3e3;}
  .target-box li:first-of-type {border-top: none;}
  .vision-list {
    padding: 150px 20px 40px 40px;
    flex-direction: column;
    background-position: 50% 40px;
  }
  .vision-list dt,
  .vision-list dd {width:100%;}
  .vision-list dt {margin-bottom: 10px;}
  .vision-list dt br {display: none;}

  .ferry_con dl {flex-direction: column;}
  .ferry_con dt,
  .ferry_con dd {width:100%;}
  .ferry_con dt {margin-bottom: 8px;}
  .ferry_con dd select {width:100%;}

  .bg_list {position: relative;}
  .bg_list .bg {position: absolute;}
  .bg_list .con {
    background: rgba(255, 255, 255, 0.7); padding:20px 0 0 20px; width:100%;
    z-index: 3; margin:30px 0 0 30px;
  }

  .c-course p {padding:15px 20px;}
  .c-course img {max-width: 100%; padding:20px;}

  .figure-wrap {flex-wrap: wrap; justify-content: space-between;}
  .figure-wrap figure,
  .figure-wrap.ver_4 figure {width:calc((100% / 2) - 8px);}
}

@media all and (max-width:767px){
  #location {display: none;}
  .content {padding-top: 40px;}
  .tab-btn {right: 50px;}
  .tab-btn > ul > li > a {line-height: 45px; padding: 0px 30px;}
  .share-btn {
      bottom: 50%;
      transform: translateY(26%);
  }
  .share-btn li > button {
    width: 42px;
    height: 42px;
    border-radius: 42px;
    line-height: 42px;
  }
  .share-btn #share-box {top:38px;}
  .share-btn .list a {width: 42px; height: 42px;}
  
  .sub-content h3 {font-size: 1.8rem; line-height: 1.2; padding-right: 50px;}
  .satis-cont {margin-top: 40px;}
  .satis-cont .satis-btn {width: 100%; margin: 30px 0 0 0;}
  .satis-cont .i-radio {padding-left: 0; height:18px; line-height: 18px;}

  .detail-process {flex-direction: column; gap: 35px 0;}
  .detail-process li {width: 100%;}
  .detail-process dd {text-align: center;}
  .detail-process .arrow {
    right: 50%;
    top: auto;
    bottom: -29px;
    transform: translateY(-50%) rotate(-0);
  }

  .basic-process.ver_4 ul {padding-right: 15px;}
  .basic-process.ver_4 li {width: 45%;}

  .pinch {
    padding: 15px;
    width: 100%;
    overflow: auto;
    cursor: grab;
    border-radius:5px;
    border: 1px solid #dce0e3;
  }
  .pinch img {
      max-width:100%;
  }
  .pinch-btn {
      display: block;
      position: absolute;
      right:15px;
      bottom:15px;
      display: flex;
      gap:5px;
  }
  .pinch-btn button {
      width: 35px;
      height: 35px;
      flex-shrink: 0;
      border-radius: 5px;
      box-shadow: 0 0 9px 0 rgba(13, 46, 139, 0.16);
  }
  .pinch-btn button.zoomin {
      background: #fff url("../images/sub/btn_plus.svg") no-repeat 50% 50%;
      background-size: 40%;
  }
  .pinch-btn button.zoomout {
      background: #fff url("../images/sub/btn_minus.svg") no-repeat 50% 50%;
      background-size: 40%;
  }

  .boxBg {
      padding: 170px 30px 30px 30px;
      background-position: 50% 30px;
  }

  .dbox.d1 {background-image:none; padding: 30px;}

  .paging-wrap button {
      min-width: 33px;
      height: 33px;
      margin: 0;
      line-height: 33px;
  }

  .info-link ul {flex-direction: column;}
  .info-link li a {height:auto;}

  .download-list > ul > li span {
    background-position: center;
    background-size: 15px;
    line-height: 35px;
    width: 35px;
    padding: 0;
    border-radius: 35px;
    overflow: hidden;
    text-indent: -9999px;
  }


  /* 인사말 */
  .intro-copy {font-size: 1.3rem;}
  .intro-wrap {padding:30px;}
  .intro-tit {font-size: 1.5rem;}
  .intro-sign {font-size: 1.1rem; margin-top: 10px;}

  /* 역대기관장 */
  .history-chief li {width: calc(97% / 2); padding: 30px 20px;}
  .history-chief li:nth-child(3n) {margin-right: 3%;}
  .history-chief li:nth-child(2n) {margin-right: 0;}

  /* 오시는길 */
  .map-int {
    padding: 30px 35px;
    flex-direction: column;
    align-items: center;
  }
  .txt-wrap {text-align: center; margin-bottom: 15px;}

  /* 연혁 */
  .history-list:before {top:12px; left: 11px; height: calc(100% - 50px);}
  .history-list li {padding-left: 35px; flex-direction: column;}
  .history-list .date:before {left: -24px;}
  .history-list .date,
  .history-list .txt {width:100%; padding:0;}
  .history-list .txt {background: none;}

  /* 비전및목표 */
  .vision-box strong {
    font-size: 1.5rem;
  }

  /* 썸네일리스트 */
  .thumb-list > li {
    flex-wrap: wrap;
    gap: 20px;
  }
  .thumb-list .con,
  .thumb-list.ver_small .con {width: 100%;}

  .go-link > ul {padding:10px;}
  .go-link > ul > li {width:100%; padding: 10px;}
  .download-list > ul > li {width:100%;}
  .download-list > ul > li > a {height: 80px; padding: 0px 25px;}
  .box.between {flex-wrap: wrap;}
  .docu-list li,
  .docu-list li:last-child {width:50%;}
  .docu-list li:nth-child(2n) {border-right: 0;}
  .docu-list li:nth-child(3) {border-right: 1px solid #dce0e3; border-top: 1px solid #dce0e3;}
  .docu-list li:nth-child(1),
  .docu-list li:nth-child(2) {border-top: 0;}

  /*개인정보처리방침*/
  .privacy-index ul {width:100%;}
  .privacy-i img {height: 40px;}
  .privacy-tab li {width:50%;}
  .privacy-tab li:nth-child(4n) {border-right: none;}
  .privacy-tab li:nth-child(2n) {border-right: 1px solid #dce0e3;}
  .privacy-tab li:nth-child(n+3) {border-top: none;}

  /* 통합검색 */
  .result_right,
  .detail_search {display: none;}
  .result_left,
  .mof_east_srch .detail_bar #searchForm {width:100%;}
  .tab-button {overflow-x: auto; white-space: nowrap;}
  .tab-button button {
    float: none;
    width: auto;
    padding: 0 1rem;
  }
  .tab-button button:nth-child(6n) {border-right: 1px solid #e0e0e0;}
  .tab-button button:last-child {border-right: none;}
  .result_section {padding: 2.5rem 2.5rem;}
}

@media all and (max-width:600px){  
  .share-btn li > button {
      width: 38px;
      height: 38px;
      border-radius: 38px;
      line-height: 38px;
  }
  .share-btn #share-box {top:42px;}
  .share-btn .list a {width: 38px; height: 38px;}

  .tab-btn {
    position: relative;
    right: auto;
    bottom: auto;
    top: -18px;
  }
  .tab-btn > ul > li {flex:1;}
  .share-btn {bottom: 18px; transform: unset;}

  /* 역대기관장 */
  .history-chief li {width: 100%;}
  .history-chief li:nth-child(3n) {margin-right: 0;}
}
@media all and (max-width:360px){
  /* 인사말 */
  .intro-copy {font-size: 1.4rem; margin-bottom: 15px;}
  .intro-wrap {padding:25px;}
  .intro-tit {font-size: 1.4rem;}
  .intro-sign {font-size: 1rem;}
}



/*프린트*/
@media print {
  #header,
  #snb,
  #location,
  .satis-cont,
  .share-btn,
  #footer {display: none;}

  .content {padding:0; max-width: 100%;}
  .sub-content {width:100%; padding:0;}

}