@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;700&family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

/* HELPER */
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}

.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}

.mr10{margin-right:10px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr40{margin-right:40px;}
.mr50{margin-right:50px;}

.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml40{margin-left:40px;}
.ml50{margin-left:50px;}

.mt_auto{margin:auto 0;}
.ms_auto{margin:0 auto;}

.flt_rgt{float:right;}
.flt_lft{float:left;}

/* LAYOUT */
.ly_flx{display: -moz-box;display: -ms-flexbox;display: flex;}
.ly_column{-webkit-box-orient: vertical;-moz-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}
.ly_flx_btw{-webkit-box-pack: justify;-moz-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;}
.ly_flx_cntr{-webkit-box-pack: center;-moz-box-justify-content: center;-ms-flex-pack: center;justify-content: center;}
.ly_flx_end{-webkit-box-pack: end;-moz-box-justify-content: flex-end;-ms-flex-pack: end;justify-content: flex-end;}
.ly_flx_wrap{-webkit-box-lines: multiple;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}

.pc_none{display:none;}
.dev_none{display:block;}

@media screen and (max-width:1200px) {
    .pc_none{display:block;}
    .dev_none{display:none;}

};

@media screen and (max-width:768px) {
    .pc_none{display:block;}
    .dev_none{display:none;}

}

/* TITLE */
.mn-tit{font-size: 36px;color:#232c4a;font-weight: bold;text-align: center;padding:70px 0 41px 0;}
.mn-sub{font-size:20px;color:#333;font-weight:400;}
.lg-tit{font-size:26px;margin-bottom: 10px;}
.lg-tit::before{content: "";display:inline-block;width:26px;height:20px;background: url('/page/kpfis/images/icon/bullet-01.png');background-repeat: no-repeat;}
.md-tit{font-size: 22px; text-indent: -28px; padding-left: 28px;}
.md-tit::before{content:"";display:inline-block;width:11px;height:17px;background: url('/page/kpfis/images/icon/bullet-02.png');background-repeat: no-repeat;margin-right:18px;}
.md-tit.single{padding-left:30px;margin:40px 0;}
.sm-tit{font-size:18px;padding:10px 0;}
.cm-txt{padding:10px 0 20px 0;text-indent: 30px;}
.hidden_txt{display:none;}
h1,h2,h3,h4,h5,h6,p{word-wrap: break-word;word-break: keep-all;}

@media screen and (max-width:1200px) {

}

@media screen and (max-width:768px) {
    .mn-tit{font-size: 26px;font-weight:bold;color:#232c4a;text-align: center;padding:20px 0 40px 0;}
    .mn-sub{font-size:16px;}
    .lg-tit{font-size:23px;}
    .md-tit{font-size: 20px;}
    .sm-tit{font-size:17px;}
    p{font-size: 14px;}
}

/* SELECTBOX */
.selectBox{position:relative;height:18px !important;box-sizing: border-box;}
.selectBox .select:before{content: '';background: url('/page/kpfis/images/icon/select-arrow.png');width:13px;height:9px;position: absolute;top:6px;right:20px;}
.selectBox button{display:block;width:100%;text-align: left;vertical-align:initial;line-height:18px;font-size:18px;color:#4d505d;}
.selectBox.active>.optionList{max-height:1000px;}
.selectBox button img{position: absolute;top:10px;right:20px;}
.optionList{position: absolute;top:53px;left:0;width:100%;max-height: 0;background-color:rgba(35, 44, 74, .9);border-radius: 0 0 15px 15px;box-sizing: border-box; overflow: hidden;transition: 1s;}
.optionList li{color:#fff;line-height: 2;font-size:18px;text-align: center;cursor: pointer;}
.optionList li:first-child{margin-top: 30px;}
.optionList li:last-child{margin-bottom: 30px;}
.optionList li:hover{text-decoration: underline;line-height:2;}

@media screen and (max-width:1200px) {

}

@media screen and (max-width:768px) {

}

/* BOX */
.info-box{width:100%;border:10px solid #f4f6fa;border-radius: 10px;padding:35px 40px;margin-bottom: 50px;}
.info-box img{width:102px;height:102px;margin:auto;display: inline-block;}
.info-box p{width:calc(100% - 126px);font-size: 18px;line-height: 1.8;color:#4d505d;margin:auto 0;}
.bd-box{width:100%;border:10px solid #f4f6fa;border-radius: 10px;padding:35px 40px;margin-bottom: 50px;}
.cont-area{width:100%;min-height:137px;background: linear-gradient(#fff,#f4f6fa);}
.cont-area h1{text-align: center;color:#545a72;}

@media screen and (max-width:1200px) {

}

@media screen and (max-width:768px) {
    .info-box{padding:30px 20px;}
    .info-box img{display:block;margin-right: 15px;}
    .info-box p{font-size: 15px;}
}

/* BUTTON */
.btn-wrap{width:100%;text-align: center;}
.btn-wrap-rgt{width:100%;text-align: right;margin-top:20px}
.cmn_btn_bl{display:inline-block;text-align:center;width:80px;height:40px;line-height: 40px;color:#fff;background-color:#03246d;border-radius: 5px;font-size:16px;}
.cmn_btn_bk{display:inline-block;text-align:center;width:80px;height:40px;line-height: 40px;color:#fff;background-color:#232c4a;border-radius: 5px;font-size:16px;}
.cmn_btn_gy{display:inline-block;text-align:center;width:80px;height:40px;line-height: 40px;color:#fff;background-color:#545a72;border-radius: 5px;font-size:16px;}
.round-btn-gy{min-height:40px;padding:6px 20px;background-color:#545a72;border-radius: 20px;color:#fff;font-size:16px;}
.round-btn-sky{min-height:40px;padding:6px 20px;background-color:#28a7e1;border-radius: 20px;color:#fff;font-size:16px;}
.round-btn-bl{min-height:40px;padding:6px 20px;background-color:#03246d;border-radius: 20px;color:#fff;font-size:16px;}
.link-btn{height:40px;line-height:40px;padding:0 10px;background-color:#f4f6fa;border-radius: 5px;font-size:16px;}
.link-btn>img{width:14px !important;height:14px !important}
.lg-round-btn{position: relative;background-color:#545a72;min-width: 200px;height:60px;border-radius:30px;  letter-spacing: -0.32px;color:#fff;
    font-size:16px;text-align: left;padding:0 55px 0 19px;font-weight:300;}
.lg-round-btn>img{position: absolute;top:50%;right:19px;transform:translateY(-50%);width:26px;height:26px;}
button img{margin-left:5px;}

@media screen and (max-width:1200px) {

}

@media screen and (max-width:768px) {
    .lg-round-btn{min-width: unset;font-size: 14px;height: 50px;}
}



/* SLICK SLIDE */
.slick-dots{bottom: -30px;}
.slick-dots li{margin:0;}
.slick-dots li button::before{content:'';width:14px;height:14px;background-color: #8e91a0;border-radius: 10px;}
.slick-dots li.slick-active{width:35px;}
.slick-dots li.slick-active button::before{width:30px;background-color: #28a7e1;}
.bar-type .slick-dots{bottom:initial;}
.bar-type .slick-dots li{width:63px;margin-right:5px;}
.bar-type .slick-dots li button::before{content:'';width:59px;height:6px;background-color: #6E7A85;border-radius: 0;}
.bar-type .slick-dots li.slick-active{width:59px;}
.bar-type .slick-dots li.slick-active button::before{width:59px;background-color: #3754AC;}

@media  screen and (max-width: 1200px){
    .slick-dots{bottom: -65px;} /* bottom: -40px*/
    .bar-type .slick-dots li{width:63px;margin-right:5px; height: 15px;}
}


@media screen and (max-width:768px){
    .slick-dots{bottom:-50px;}
    .slick-slider{top: -13px; left: 0px;}
    .bar-type .slick-dots{bottom:-16px;}
    .bar-type .slick-dots li{width:25px;margin-right:5px;}
    .bar-type .slick-dots li button::before{width:25px;}
    .bar-type .slick-dots li.slick-active{width:25px}
    .bar-type .slick-dots li.slick-active button::before{width:25px}
}


@media screen and (max-width:500px){
    .inner1 .slick-dots {bottom: -57px;}
}



/* CONTENTS */
.contents{width:100%; word-break: keep-all;}
.cont-wrap{width:100%;padding-top:50px;border-top: 2px solid #dadde4;}
.cont-wrap-nb{width:100%;margin-bottom: 40px;}
.cont-wrap:first-of-type{padding-top:0;border-top:none;}
/* .cont-wrap:last-of-type{border-bottom: 2px solid #dadde4;} */
.lft-tit-area{width:30%;}
.rgt-txt-area{width:70%;}
.rgt-txt-area p{font-size: 18px;line-height: 1.78;letter-spacing: -0.36px;margin-top:10px;margin-bottom: 60px;}

.search-result{width:100%;background-color: #f4f6fa;padding:20px 0;border-radius: 15px;}
.more-result{float:right;transform:translateY(-56px)}
.search-result p{text-align: center;font-size: 18px;}
.search-result p .imp{color:#052972;font-size: 20px;font-weight: bold;}
.search-result p img{transform: translateY(2px);}

.search-result-wrap .md-tit{margin-bottom: 15px;font-size: 20px;}
.search-result-wrap .md-tit .alert{color:#e32828;}

.search-group{padding-left:25px; margin-bottom: 30px; position: relative; width: 100%; height: 150px;}
.search-group div{}
.search-group::before{content: "";width: 100%; height: 1px; background: #ddd; position: absolute; left: 0; bottom: -10.5%;}

.search-group .srch-tit {display: inline-block;margin-bottom: 15px;padding: 0;font-size: 23px; color: purple; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.search-group .srch-tit:hover {text-decoration: underline;}
.search-group p.srch-conts{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;margin-bottom: 20px;}
.search-group p.srch-img {width: 20%; float: left; margin-top: 10px;}
.search-group p.srch-img img {width: 180px; height: 130px;}
.search-group a p span::after{content: '';width:12px;height:12px;background: url("/page/kpfis/images/icon/select-arrow.png");background-repeat: no-repeat;background-size: contain;display: inline-block;transform:rotate(-90deg);margin-left: 10px;}
.search-group a p:nth-child(2) span:last-child::after{content: '';display: none;}

.el_02_wdt{width:100%;}
.el_02_wdt>div{width:50%;}
.el_02_wdt>a{width:50%;}
.el_03_wdt{width:100%;}
.el_03_wdt>div{width:33%;}
.el_03_wdt>a{width:33%;}
.el_04_wdt{width:100%;}
.el_04_wdt>div{width:25%;}
.el_04_wdt>a{width:25%;}

.el_con_30{width:30%;}
.el_con_40{width:40%;}
.el_con_50{width:50%;}
.el_con_60{width:60%;}
.el_con_70{width:70%;}


/* IMG */
.full_img{width:100%;margin:30px 0;}

@media screen and (max-width:1200px) {

}

@media screen and (max-width:768px) {
    .cont-wrap{display:block;}
    .lft-tit-area{width:100%;}
    .rgt-txt-area{width:100%;}
    ad .th
    .rgt-txt-area p{font-size:15px;margin-bottom: 30px;}

    .el_02_wdt{width:100%;}
    .el_02_wdt>div{width:100%;}
    .el_02_wdt>a{width:100%;}
    .el_03_wdt{width:100%;}
    .el_03_wdt>div{width:100%;}
    .el_03_wdt>a{width:100%;}
    .el_04_wdt{width:100%;}
    .el_04_wdt>div{width:50%;}
    .el_04_wdt>a{width:50%;}

    .el_con_30{width:100%;}
    .el_con_40{width:100%;}
    .el_con_50{width:100%;}
    .el_con_60{width:100%;}
    .el_con_70{width:100%;}

}

/* TABLE-STYLE */
.list-tbl{width:100%;padding-bottom:110px;margin-bottom:50px;}
.list-tbl .table{width:100%;}
.list-tbl .table .thead{display:table;table-layout: fixed;text-align: center;width:100%;border-top:2px solid #545a72;background-color:#f7f9fb;border-bottom: 1px solid #ccc;}
.list-tbl .table .thead .th{display:table-cell;width:auto;padding:20px 0;color:#232c4a;font-size:18px;font-weight: 500;border-right:1px solid #ccc;}
.list-tbl .table .thead .th.no{width:7%;}
.list-tbl .table .thead .th.category{width:13%;}
.list-tbl .table .thead .th.subject{width:auto;}
.list-tbl .table .thead .th.date{width:13%;}
.list-tbl .table .thead .th.name{width:18%;}
.list-tbl .table .thead .th.file{width:9%;}
.list-tbl .table .tbody .td.no{width:7%;}
.list-tbl .table .tbody .td.category{width:13%;}
.list-tbl .table .tbody .td.subject{width:auto;}
.list-tbl .table .tbody .td.date{width:13%;}
.list-tbl .table .tbody .td.name{width:18%;}
.list-tbl .table .tbody .td.file{width:9%;overflow: visible;}
.list-tbl .table .thead .th:last-child{border-right:none;}
.list-tbl .table .tbody .tr{display:table;table-layout: fixed;width:100%;border-bottom: 1px solid #ccc;}
.list-tbl .table .tbody .td{display:table-cell;border-right:1px solid #ccc;text-align: center;padding:15px 5px 20px 5px;width:100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.list-tbl .table .tbody .td.pc_none{display: none;}
.list-tbl .table .tbody .td:last-child{border-right:none;}
.list-tbl .table .tbody .td.file a{overflow: visible;}
.list-tbl .table .tbody .td.file a img {width: 15px;}
.list-tbl .table .tbody .td a{display:block;width:100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.list-tbl .table .tbody .td a img{transform: translateY(5px);}

.list-tbl-02{width:100%;padding-bottom:110px;margin-bottom:50px;}
.list-tbl-02 table{width:100%;}
.list-tbl-02 table thead{text-align: center;width:100%;border-top:2px solid #545a72;background-color:#f7f9fb;border-bottom: 1px solid #ccc;}
.list-tbl-02 table thead th{width:auto;padding:30px 0;color:#232c4a;font-size:18px;font-weight: 500;border-right:1px solid #ccc;}
.list-tbl-02 table thead th.no{width:7%;}
.list-tbl-02 table thead th.category{width:13%;}
.list-tbl-02 table thead th.subject{width:auto;}
.list-tbl-02 table thead th.date{width:13%;}
.list-tbl-02 table thead th.name{width:18%;}
.list-tbl-02 table thead th.file{width:9%;}
.list-tbl-02 table tbody td.no{width:7%;}
.list-tbl-02 table tbody td.category{width:13%;}
.list-tbl-02 table tbody td.subject{width:auto;}
.list-tbl-02 table tbody td.date{width:13%;}
.list-tbl-02 table tbody td.name{width:18%;}
.list-tbl-02 table tbody td.file{width:9%;overflow: visible;}
.list-tbl-02 table thead th:last-child{border-right:none;}
.list-tbl-02 table tbody tr{width:100%;border-bottom: 1px solid #ccc;}
.list-tbl-02 table tbody td{border-right:1px solid #ccc;text-align: center;padding:15px 5px 20px 5px;}
.list-tbl-02 table tbody td:last-child{border-right:none;}
.list-tbl-02 table tbody td a{display:block;width:100%;}
.list-tbl-02 table tbody td a img{transform: translateY(5px);}

.grid-tbl{width:100%;padding-bottom:50px;border-bottom: 2px solid #dadde4;margin-bottom:50px;}
.grid-tbl-nb{width:100%;margin-bottom:50px;}
.grid-wrap{width:100%;border-top:2px solid #545a72;margin-top:40px;}
.grid-wrap thead{background-color:#f7f9fb;}
.grid-wrap thead th{padding:20px 0;border-bottom:1px solid #ccc;border-right:1px solid #ccc;}
.grid-wrap thead th:last-child{border-right:none;}
.grid-wrap tbody{text-align: left;}
.grid-wrap tbody.col-cntr{text-align: center;}
.grid-wrap tbody tr{width: 100%;}
.grid-wrap tbody td{padding:15px 0 15px 7px;border-bottom:1px solid #ccc;border-right:1px solid #ccc;}
.grid-wrap tbody td.subject{width:15%;}
.grid-wrap tbody td.sbj{width:auto;}
.grid-wrap tbody td.name{width:20%; word-break: break-all;}
.grid-wrap tbody td.date{width: 10%;}
.grid-wrap tbody td.hit{width:10%;}
.grid-wrap tbody td:last-child{border-right: none;}
.grid-wrap tbody td.tb-tit{background-color:#f7f9fb;text-align: center;}
.grid-wrap tbody th.tb-tit{background-color:#f7f9fb;text-align: center;}
.grid-wrap tbody td iframe{width:100%;max-width:640px;}

.img-list-tbl{width:100%;padding-bottom:50px;margin-bottom:50px;}
.img-list-tbl table{width:100%;border-top:2px solid #545a72;}
.img-list-tbl table tbody tr{border-bottom:1px solid #dadde4;padding:30px 0;}
.img-list-tbl table tbody tr td{padding:30px 0;}
.img-list-tbl table tbody tr td:first-child{width:300px;}
.img-list-tbl table tbody tr td .img-box{width:300px;height:200px;background-color:#f7f9fb;max-width: 300px; max-height:200px;}
.img-list-tbl table tbody tr td .img-box img{width:100%;height:100%;}
.img-list-tbl table tbody tr td:last-child{padding-left:50px;}
.img-list-tbl table tbody tr td:last-child h2{font-size:22px;margin-bottom:22px;font-weight: 500;}
.img-list-tbl table tbody tr td:last-child p{font-size:16px;margin-bottom:22px;letter-spacing: -0.32px;line-height: 2;color:#494e60;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.img-list-tbl table tbody tr td:last-child .date{color:#575c72;}

.video_list{border-top: 2px solid #03246d;padding-top: 20px;}
.video_list>div{gap:21px;}
.video_list>div>a{width:32%;margin-bottom: 50px;;}
.video_list .vd_thumbnail{width:100%;height:330px;background-color: #f7f9fb;margin-bottom: 20px;}
.video_list .vd_thumbnail img{width:100%;height:100%;}
.video_list .vd-tit{font-size:22px;padding-bottom:20px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.video_list p{color:#494e60;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.video_list .date{color:#494e60;padding-top: 20px;}

.sitemap{letter-spacing:-1px;}
.sitemap > ol{overflow:hidden;}
.sitemap > ol > li{float:left; margin:0 20px 50px 0; width:30%;min-height:350px;}
.sitemap > ol > li > a{display:block;background-color: #F7F9FB;border-top: 2px solid #5095C2;border-bottom: 1px solid#E8EBEF;margin-bottom: 20px;text-indent: 20px;line-height:80px;font-weight: bold;font-size:18px;}
.sitemap > ol > li > ol{padding-top:10px;}
.sitemap > ol > li > ol > li{position: relative;padding-bottom:10px;padding-left:20px;}
.sitemap > ol > li > ol > li > a{line-height: 1.8; padding-left: 7px;}
.sitemap > ol > li > ol > li::before{position: absolute;top: 0;left: 15px;content: '- ';}


@media screen and (max-width:1200px) {

}

@media screen and (max-width:768px) {
    .list-tbl .table{margin-top: 45px;}
    .list-tbl .table .thead{display:none;}
    .list-tbl .table .tbody .tr{position: relative;display: block;width: 100%;padding:15px 10px;}
    .list-tbl .table .tbody .tr:first-child{border-top: 2px solid #545a72;}
    .list-tbl .table .tbody .td{display: block;border-right: none;width:calc(100% - 50px) !important;padding:0;text-align: left;font-size: 14px;}
    .list-tbl .table .tbody .td.subject{}
    .list-tbl .table .tbody .td.subject a{font-size: 16px;font-weight: bold;}
    .list-tbl .table .tbody .td.name{color:#575c72;}
    .list-tbl .table .tbody .td.date{color:#575c72;}
    .list-tbl .table .tbody .td.no{display:none;}
    .list-tbl .table .tbody .td.file{width:30px !important;position:absolute;top:50%;right:0;transform: translateY(-50%);}
    .list-tbl .table .tbody .td.file a img{transform: initial;}

    .list-tbl-02 table thead th{font-size: 16px;}
    .list-tbl-02 table tbody td{font-size:14px; word-break: break-word;}

    .video_list>div{gap:5px;}
    .video_list>div>a{width:100%;margin-bottom: 20px;}
    .video_list .vd_thumbnail{height:280px;margin-bottom: 10px;}
    .video_list .vd-tit{font-size:20px;padding-bottom:10px;}
    .video_list .date{padding-top: 10px;}

    .grid-tbl{overflow:auto;}
    .grid-tbl::before{content: '';display:block;background:url();width:100%;}
    .grid-wrap{width: 800px;}
    .grid-full-wdt{width:100%;margin-top: 0;}
    .grid-full-wdt tbody td{padding:10px 0;}
    .grid-full-wdt tbody td.tb-tit{display: none;}
    .grid-full-wdt tbody td.sbj{font-weight: bold;font-size:17px}
    .grid-full-wdt tbody tr{font-size: 15px;}
    .grid-full-wdt tbody tr:nth-child(2){text-align: center;}
    .grid-view-tbl{width:100%;font-size: 15px;margin-bottom: 0;}
    .attachFilae{padding:20px 0;}

    .img-list-tbl table tbody tr{padding:20px 0;}
    .img-list-tbl table tbody tr td{display:block;}
    .img-list-tbl table tbody tr td .img-box{width:100%;height:230px;padding:0 0 10px 0;}
    .img-list-tbl table tbody tr td:first-child{width:100%;padding-bottom:0;}
    .img-list-tbl table tbody tr td:last-child{padding:0;width: 100%;}
    .img-list-tbl table tbody tr td:last-child h2{font-size:16px;margin-bottom: 10px;}
    .img-list-tbl table tbody tr td:last-child p{font-size:14px;line-height: 1.2;margin-bottom: 10px;}
}






/* 내용 */
/* font-size: 17px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
margin-bottom: 15px; */