@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");

/* COMMON */
body {font-family: "Pretendard", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;font-size: 16px;}
input, select {font-family: "Pretendard";}

/* HELPER */
.mt-10{margin-top: -10px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}

.mb0{margin-bottom:0px !important;}
.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;transform:translateY(-10px);}
.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:1300px) {
    .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('../images/icon/bullet-01.png');background-repeat: no-repeat;}
.md-tit{font-size: 22px;}
.md-tit::before{content:"";display:inline-block;width:11px;height:17px;background: url('../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('../images/icon/select-arrow.png');width:13px;height:9px;position: absolute;top:6px;right:20px;}
.selectBox button{display:block; width:100%; text-align: left; 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{width:100%;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;}

@media screen and (max-width:1200px) {

}

@media screen and (max-width:768px) {

}

@media screen and (max-width:508px) {
    .lg-round-btn{margin-top: 20px; float: left;}
}

/* SLICK SLIDE */
.slick-dots{bottom:initial;}
.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:768px){
    .slick-dots{bottom:-16px;}

    .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}
}

/* CONTENTS */
.contents{width:100%;}
.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;}
.search-group a{display:block;width:100%;margin-bottom: 10px;padding:0}
.search-group a p{line-height: 1.8;}
.search-group a p span::after{content: '';width:12px;height:12px;background: url("../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%;}

    .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:30px 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 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:30px 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:30px;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%;}
.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 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;overflow: hidden;}
.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-height: 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;}
.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 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;}

    .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;}
}


/* jquery 달력 커스텀 */
#ui-datepicker-div {
    margin-top: 5px;
    box-shadow: 1px 2px 2px #33333330;
    border: 1px solid #f1f1f1 !important;
    z-index: 99 !important;
}
.ui-widget-header {
    width: 98%;
    border: 0 solid #ddd !important;
	background: #fff !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #aaaaaa30 !important;
    margin: 0 auto;
}
.ui-datepicker .ui-datepicker-title,
.ui-datepicker .ui-datepicker-title .ui-datepicker-year,
.ui-datepicker .ui-datepicker-title .ui-datepicker-month{
	color: #555 !important;
    font-weight: 600 !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #e1e1e1!important;
	background: #fff !important;
}
.ui-state-default:hover{
    background: #E6F0FF !important;
}
.ui-datepicker th:nth-child(1) span {color: red !important;}
.ui-datepicker th:nth-child(7) span {color: #1382f4 !important;}
.ui-datepicker th span {color: #000 !important;}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #ff6e30 !important;
    background: #ff6e30 !important;
    color: #fff !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active,
a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #008aff !important;
    background: #008aff !important;
    font-weight: normal;
    color: #ffffff;
}
.ui-state-hover, .ui-state-default .ui-state-hover,
.ui-state-focus, .ui-state-default .ui-state-focus{
    background: #E6F0FF !important;
}
.ui-datepicker td[data-handler="selectDay"] .ui-state-disabled{
    border: 1px solid #e7e7e7;
    background-color: #e7e7e7;
    color: #999;
    opacity: 1;
}
.ui-widget-header .ui-datepicker-prev {
    border: 1px solid #e0e3eb;
}
.ui-widget-header .ui-datepicker-prev .ui-icon{
    background-image: url(../images/icon/ui-icons_555555_256x240.png);
    background-position: -96px -17px;
}
.ui-widget-header .ui-datepicker-next .ui-icon{
    background-image: url(../images/icon/ui-icons_555555_256x240.png);
    background-position: -33px -17px;
}
.ui-widget-header .ui-datepicker-prev, .ui-widget-header .ui-datepicker-next{
    border: 0px !important;
    background-color: #f5f5f5 !important;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    letter-spacing: 1px;
    width: unset!important;
    border: none !important;
    line-height: 1.8em;
    cursor: pointer;
}
.ui-datepicker select.ui-datepicker-month {
    letter-spacing: 1px;
    min-width: 40px!important;
    margin-left: 3px !important;
    border: none !important;
    text-align: center;
}
.calendarInput:focus {cursor: pointer; border-color: #aaa; outline: none; min-width: 160px !important; box-shadow: 0 0 0 2px -moz-mac-focusring; color: #222;}
.ui-datepicker select.ui-datepicker-year:focus, .ui-datepicker select.ui-datepicker-month:focus {border-color: #aaa; box-shadow: 0 0 1px 1px #aaaaaa80; box-shadow: 0 0 0 2px -moz-mac-focusring; color: #222; outline: none;}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year::-webkit-scrollbar {width: 5px; border-radius: 10px;}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year::-webkit-scrollbar-thumb {background-color: #e0e3eb;}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year::-webkit-scrollbar-track {background-color: transparent;}
.ui-datepicker-close.ui-state-default, .ui-datepicker-current.ui-state-default{display: block; color: #333 !important; text-indent: initial !important; background: #F1f1f1 !important; border: 0px !important; min-width: 25% !important; height: 35px !important; font-size: 16px !important; font-weight: 600 !important;}
.ui-datepicker-buttonpane{border-top: 1px solid #aaaaaa30 !important;}
.ui-datepicker-close:hover.ui-state-default, .ui-datepicker-current.ui-state-default:hover{opacity: 0.8 !important;}

/* jquery timepicker 커스텀 */
.ui-timepicker{padding: 0px !important;}
.ui-timepicker-standard {margin-top: 5px !important; border: 0px !important; z-index: 99999 !important; box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.14); border-radius: 3px; padding: 0 !important; background-color: #fff;}
.ui-timepicker .ui-timepicker-viewport{width: 100%;}
.ui-timepicker-standard a{padding: 7px 10px !important; box-sizing: border-box;}
.ui-widget.ui-widget-content { border: 0 !important;}
.ui-timepicker-viewport::-webkit-scrollbar {width: 7px; border-radius: 2px;}
.ui-timepicker-viewport::-webkit-scrollbar-thumb {background-color: #e0e3eb; width: 7px; border-radius: 2px;}
.ui-timepicker-viewport::-webkit-scrollbar-track {background-color: transparent;}
.ui-timepicker-standard .ui-state-hover{background-color:#f5f5f5!important;border:1px solid #f5f5f5 !important;font-weight:400;color:#1382f4 !important;}

/* SWIPER 커스텀 */
.swiper-button-next, .swiper-button-prev{
--swiper-theme-color: #b8bfd0 !important;
}

/* tooltip -- 기본툴팁 */
.tooltip, .tooltipV2{position: relative;}
.tooltip .tooltiptext, .tooltipV2 .tooltiptext{position: absolute; z-index: 1;left: 50%; transform: translateX(-50%); visibility: hidden; display: flex; flex-flow: column nowrap; align-items: center; justify-content: start; width:max-content; max-width: 30vw; background-color: #333333be; color: #fff; text-align: center; border-radius: 3px; padding: 5px;  box-sizing: border-box; word-break: keep-all;}
.tooltip:hover .tooltiptext { visibility: visible; font-size: 14px; }
.tooltiptext em{font-size: 13px; font-weight: 300; margin: 0 2px; color: #eee;}
/* tooltipV2 -- 회의실 예약 등 ellipsis로 overflow hidden된 곳  */
.tooltipV2_action {position: static;}
.tooltipV2 .tooltipV2_action:hover .tooltiptext {visibility: visible; font-size: 14px; }

@media screen and (max-width:768px) {
    .tooltiptext{display: none !important;}
}

/* loading */
.loading_wrap {display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 99999; }
.loading_wrap .bg { position: absolute; background-color: rgba(0, 0, 0, 0.3); top: 0; left: 0; right: 0; bottom: 0; }
.loading_wrap .bg .loading {position: absolute; width: 50px; top: 45%; left: 50%; padding: 8px; background: #747474; border-radius: 50%; aspect-ratio: 1; --_m: conic-gradient(#0000 10%,#000), linear-gradient(#000 0 0) content-box; mask: var(--_m); -webkit-mask: var(--_m); -webkit-mask-composite: source-out; mask-composite: subtract; animation: loading 1s infinite linear;}

@keyframes loading {
  to {transform: rotate(1turn);}
}