/* 2411 pub 작업 */



/* 아이콘 */
.iconShare {display: inline-block;width: 12px;height: 17px;background: url("../images/icon_share.png") no-repeat center / 100% auto; } /* 241206 pub 수정 */
.iconShareW {display: inline-block;width: 12px;height: 17px;background: url("../images/icon_share_w.png") no-repeat top / 100% auto; }

.cl_favorCellButton {display: flex;padding: 15px 40px;align-items: center;gap: 10px;border: 1px solid #D9D9D9;border-radius: 5px;background-color: #fff;color: #728499 !important;text-align: center;font-family: "PretendardM";font-size: 18px;font-style: normal;font-weight: 700;line-height: normal;cursor: pointer;margin-left: 10px; }
.cl_favorCellButton .onIcon {color:#17A2E2;}
.cl_favorCellButton.on .offIcon {display: none; }
.cl_favorCellButton:not(.on) .onIcon {display: none; }
.cl_shareBtn::before { content:""; display: inline-block;width: 24px;height: 24px;background: url("../images/icon_share_w.png") no-repeat top / 100% auto; }


/* display 관련 */
.flexDirColum {flex-direction: column; }
.disF {display: flex !important;}
.justiSpbetween{justify-content:space-between;}
.disF.alignCenter {display: flex;align-items:center; }

/* 색상 */
.c_point {color: #17A2E2 !important; }
.c_allPoint a {color: #17A2E2 !important; }
.cBlack {color: #111111 !important;}
.cGray {color: #555555; }
.cGray02 {color: #A1A1A1;}
.cRed {color: #FF0000; }

/* 폰트 */
.fs_18 {font-size: 18px; }
.fs_14 {font-size: 14px; }
.fs_16 {font-size: 14px; }
.fs_22 {font-size: 22px; }
.fwPreS {font-family: "PretendardS";}
.fwPreSB {font-family: "PretendardSB"; }
.fwPreM {font-family: "PretendardM";}

/* 크기 */
.w200 {width: 200px; }
.w70 {width: 70px; }


/* 여백, 간격 */
.pY0 {padding-top: 0;padding-bottom: 0; }
.mY0 {margin-top: 0;margin-bottom: 0; }
.pT20 {padding-top: 20px;}
.mX05 {margin: 0 5px;}
.mT60 {margin-top: 60px; }
.mL10 {margin-left: 10px; }
.mR0 {margin-right: 0 !important; }
.mB0 {margin-bottom: 0 !important; }
.mR05 {margin-right: 5px !important; }
.mR10 {margin-right: 10px; }
.mR20 {margin-right: 20px; }

.cl_gridWrapper.col4-5 .grid .gridCell {width:calc(100% / 4);}
.cl_gridWrapper.col5 .grid .gridCell {width:calc(100% / 5);}
.cl_gridWrapper.col6 .grid .gridCell {width:calc(100% / 6);}
.cl_gridWrapper.col10 .grid .gridCell {width:calc(100% / 10);}
.cl_gridWrapper.col12 .grid .gridCell {width:calc(100% / 12);}

.cl_priceTxt { color: #17A2E2; font-size: 34px; font-family: "PretendardSB"; margin-right: 5PX; }


/* 
	*** 공통 버튼
*/

/* 기본 */
.cl_Btn {display: inline-flex;align-items: center;color: #FFF !important; font-size: 18px;font-family: "PretendardB";text-align: center; padding: 15px 40px;box-sizing: border-box; border-radius: 5px; background-color: #17A2E2;cursor: pointer; }
.cl_Btn.gray { background-color: #A1A1A1 !important; color: #fff !important; }
.cl_Btn:hover {text-decoration: none;}
.cl_Btn:not(.lineType):hover {background-color: #147eaf;}
.cl_Btn:not(.lineType).gray:hover {background-color: #3c4249 !important;}
/* 버튼 여러개일때 감싸기 */
.cl_BtnWrap {display: flex;align-items: center;justify-content: center;gap: 10px; }
.cl_BtnWrap.justiSpbetween{justify-content: space-between; gap: 0;}

/* 선있는 버튼 */
.cl_Btn.lineType {color: #17A2E2 !important;font-family: "PretendardSB"; border: 1px solid #17A2E2;box-sizing: border-box;background-color: #fff !important; }
.cl_Btn.lineType.gray {border: 1px solid #A1A1A1; color: #728499 !important; }
.cl_Btn.lineType.gray01 {border: 1px solid #D9D9D9; color: #728499 !important; }

/* 아이콘 들어가는 버튼 */
.cl_Btn.lineType.icon {font-size: 14px;font-family: "PretendardM";padding: 7px 10px; }
.cl_Btn.lineType.icon::before {content: "";width: 22px;height: 22px;margin-right: 5px;background-repeat: no-repeat;background-size: 100% auto; }

.cl_Btn.lineType.icon.txtIndentNon {text-indent: -99999px;}
.cl_Btn.lineType.icon.txtIndentNon::before {margin-right: 0px !important;}

/* 아이콘 이미지 버튼 */
.cl_Btn.lineType.icon.folderPlus::before {background-image: url("../images/icon_folder-plus.png"); }
.cl_Btn.lineType.icon.trash::before {background-image: url("../images/icon_trash.png"); }
.cl_Btn.lineType.icon.gray.trash::before {background-image: url("../images/icon_trash_gray.png"); }
.cl_Btn.lineType.icon.gray.refresh::before {background-image: url("../images/icon_refresh.png");}

/* 버튼 사이즈 */
.cl_Btn.large {font-size: 18px;font-family: "PretendardB";padding: 15px 40px; }
.cl_Btn.medium {padding: 10px 30px; }
.cl_Btn.sm {font-size: 14px;font-family: "PretendardM";padding: 7px 10px !important;}

.cl_commonButton.lineType {display: inline-block;color: #17A2E2 !important;border: 1px solid #17A2E2;background-color: #fff !important; }
.cl_commonButton.btnSm {padding: 9px 10px !important; }

.floatingBtn {display: inline-flex;align-items: center;justify-content: center;font-family: "PretendardM";height: 40px;font-size: 16px;color: #17A2E2;padding: 0 15px;border-radius: 5px;cursor: pointer;border: 1px solid #17A2E2;box-sizing: border-box;background-color: #ffffff; }
.cl_labelSquareFlat { font-family: "PretendardSB"; word-break: keep-all; }
.cl_quickBtn { z-index: 10; }
.cl_commonButton.gray {background-color:#A1A1A1 !important;color:#fff !important; }

.boardRowButtons a.extendButton {font-size: 14px !important;font-weight: normal !important; }
.boardRowButtons a.premiumButton {font-size: 14px !important;font-weight: normal !important; }

.boardRowButtons {display: flex; align-items: center; justify-content: center; gap: 26px;}
.boardRowButtons .leftArea {display: flex; align-items: center; gap: 5px;}
.boardRowButtons .rightArea {display: flex; align-items: center; gap: 5px;}


/* 구분선 */
.leftLine span:first-of-type {padding: 0 15px 0 0;}
.leftLine span ~ span {padding: 0 15px; border-left: 2px solid #D9D9D9;}

/* 검색 */
.cl_searchBox .body {display: flex;gap: 10px; }
.cl_searchBox .schInputWrap { display: flex; align-items: center; }
.cl_searchBox .schInputWrap { border: 1px solid #D9D9D9; border-radius: 5px; }
.cl_searchBox .schInputWrap .input { padding: 0 15px; }
.cl_searchBox .btnSarch { width: 24px; height: 24px !important; padding: 0 !important; border: 0px !important; text-indent: -99999999px; background: url("../images/searchbarEnter.png") no-repeat top / 24px 24px; }
.cl_searchBox .cl_SelectBox {width: 100px;}


/*
    *** select 박스, input 년도
*/
.cl_SelectBox {width: 360px; height: 40px;font-family: "PretendardM";font-size: 16px;color: #111;margin-right: 10px;padding: 10px 10px;box-sizing: border-box;border-radius: 5px;cursor: pointer;appearance: none;background: #F2F7FA url("/app/layout/web/images/selectArrow.png") no-repeat 90% 50%; }
.cl_SelectBox select:required:invalid{color: #00bcd5 !important;}
.cl_inputDate {min-width: 208px;height: 40px;font-family: "PretendardM";font-size: 16px;color: #728499;padding: 10px 10px;box-sizing: border-box;border-radius: 5px;background-color: #F8F8F8; }
.cl_inputWrap {display: flex; align-items: center; padding-right: 10px; box-sizing: border-box; border-radius: 5px; background-color: #F8F8F8;}
.cl_inputWrap .colorRed{color: #F86262;font-family: "PretendardM"; width: 60%;text-align: right;word-break: keep-all;}



/*
    *** 박스형태 체크박스
*/
.cl_check.type4+label {display: flex;justify-content: center;align-items: center;width: 100%;height: 40px;line-height: 1.2;font-size: 16px; font-family: "PretendardM";  color: #728499 !important;text-align: center;vertical-align: middle;padding-left: 0 !important;box-sizing: border-box;background-image: none !important;background: transparent !important;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none; }
.cl_check:checked.type4+label {color: #fff !important;background-color: #17A2E2 !important;background-image: none !important; }
input[type=checkbox]:not(.uk-checkbox).cl_check.type4+label {background-color: #F8F8F8 !important; }
input[type=checkbox]:not(.uk-checkbox).cl_check:checked.type4+label {color: #fff !important;background-color: #17A2E2 !important;background-image: none !important; }


/*라디오버튼 스타일4 - 네모박스 스타일*/
.cl_radio.type4+label {display: inline-block;position: relative;width: 100%;height: 40px;line-height: 38px;font-size: 16px; font-family: "PretendardM"; color: #728499;text-align: center;vertical-align: middle;padding-left: 0 !important;box-sizing: border-box;background-color: #F8F8F8 !important;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none; }
.cl_radio.type4+label:before {display: none; }
.cl_radio.type4+label:after {display: none; }
.cl_radio:checked.type4+label {color: #fff;background-color: #17A2E2 !important; }
input[type=checkbox]:not(.uk-checkbox).cl_radio.type4+label {background: #F8F8F8 !important;padding-left: 0; }
input[type=checkbox]:not(.uk-checkbox).cl_radio:checked.type4+label {background: #17A2E2 !important; }


/* 
    *** 툴팁 
*/
.conTooltip {position: relative;border-radius: 100px;padding: 5px 10px;box-sizing: border-box;display: inline-block;transition: all 0.3s ease-in-out;cursor: pointer;background-color: rgba(23, 162, 226, .1); }
.conTooltip .titile {color: #17A2E2;margin: 0 !important; }
.conTooltip.right .tooltip {top:0;left: 160px; }
.conTooltip .tooltip {position: absolute;top:0;visibility: hidden;z-index: 1;color: #595959;font-size: 14px;font-family: "PretendardSB";width: 100%;min-width: 300px;padding: 0px 20px;border: 1px solid #D9D9D9;border-radius: 10px;opacity: .40;background-color: #ffffff; }
.conTooltip:hover .tooltip {visibility: visible;transform: translateY(-10px);opacity: 1; }
.conTooltip .tooltip .tit {color: #111111;font-size: 16px;font-family: "PretendardB";margin-bottom: 10px; }
.conTooltip .tooltip .btnClose {position: absolute;top: 10px;right: 10px; }

table.rowType td:nth-child(odd) {font-family: "PretendardSB";font-size: 16px;color: #111;background: #F2F7FA;width: 185px !important;box-sizing: border-box;text-align: center; }

/* 
    *** 업로드 이미지, 지도
*/
.formSubTit {color: #000000;font-size: 24px;font-family: "PretendardSB";margin-bottom: 15px; }
.formSubTit .subTdTxt {color: #728499;font-size: 14px; }
.formSubTit .subTdTxt.primaryColor {color: #17A2E2;}
.customUploader {padding: 40px 0;background-color: #F8F8F8; }
.customUploader .addButton {display: flex;align-items: center;flex-direction: column; }
.customUploader .buttonName {color: #fff;display: inline-block;position: relative;padding: 10px 30px;border-radius: 5px; cursor: pointer; background-color: #728499; } /* 241206 pub 수정 */
.customUploader .iconImageAdd {width: 40px;height: 40px;margin-bottom: 15px;background: url("../images/icon_imageAdd.png") no-repeat center / 100% auto; }
.customUploader .dropzone {background: transparent; }
.customUploader .dropzone .dz-message {color: #728499; font-size: 14px; font-family: "PretendardM"; line-height: 1.2; margin: 15px 0; }
.mapBox {position: relative;width: 100%;height: 220px;background-color: #F8F8F8; cursor:pointer;}
.formAddBox {margin-bottom: 15px; }
.mapBox .floatingBtn {position: absolute;right: 20px;bottom: 20px;z-index: 10; }
.mapBox .floatingBtn::before {content: ""; width: 22px; height: 22px; margin-right: 5px; background: url("../images/icon_target.png") no-repeat top / 100% auto; }
.formChkBtn .xi-plus::before {color: #17A2E2;margin-right: 5px; }

.folderAdd::before {content: ""; display: inline-block;width: 20px;height: 20px; background: url("../images/folderAdd.png") no-repeat top / 100% auto; }



/* 
    *** 상세페이지 type1
*/
.cl_infoBoxBasic.type1 {padding: 0 10px;margin-bottom: 70px; }
.cl_infoBoxBasic.type1 .boxTitle {font-size: 24px;font-family: "PretendardB";padding-bottom: 0;margin-bottom: 15px;border-bottom: 0; }
.cl_infoBoxBasic.type1 .infoBoxTable {border-top: 1px solid #D9D9D9;border-bottom: 1px solid #D9D9D9 !important; }
.cl_infoBoxBasic.type1 .infoBoxContent table {width: 100%; }
.cl_infoBoxBasic.type1 .infoBoxContent table tr {border-bottom: 1px solid #D9D9D9; }
.cl_infoBoxBasic.type1 table.rowType td:nth-child(odd) {font-family: "PretendardSB" !important;font-size: 16px;color: #728499; min-width: 145px; width: 145px !important;box-sizing: border-box;text-align: center;background-color: #F6F6F6; }
.cl_infoBoxBasic.type1 table.rowType td:nth-child(even) {width: 38.5%;}
.cl_infoBoxBasic.type1 table td:first-child {font-family: "PretendardSB" !important;font-size: 16px;color: #728499;text-align: center; min-width: 145px; width: 145px;padding: 17px;box-sizing: border-box;background-color: #F6F6F6; }
.cl_infoBoxBasic.type1 table td {font-family: "PretendardM" !important;font-size: 16px;color: #272727;padding: 17px !important; }


/* 
    *** 상세페이지 슬라이드영역 type1
*/
.cl_detailImageSlide.type1 {margin-bottom: 60px; }
.cl_infoBoxBasic.type1 .detailInfo {padding: 40px 10px;border-top: 1px solid #D9D9D9; }
.cl_detailImageSlide.type1 .medeaL .swiper-slide .img img {width: 100%; }
.cl_detailImageSlide.type1 .mediaR {padding: 20px;box-sizing: border-box; }
.cl_detailImageSlide.type1 .cl_CellWrap {display: flex;align-items: center;justify-content: space-between;gap: 5px; margin-bottom: 10px;}
.cl_detailImageSlide.type1 .cl_CellWrap .boxWrap{display: flex;align-items: center; gap: 5px; }
.cl_detailImageSlide.type1 .cl_CellWrap .cl_favorCell,
.cl_detailImageSlide.type1 .cl_CellWrap .cl_share {width: 35px;height: 35px;text-align: center;align-content: center;border: 1px solid #D9D9D9;border-radius: 5px; cursor:pointer;}
.cl_detailImageSlide.type1 .cl_CellWrap .cl_favorCell i,
.cl_detailImageSlide.type1 .cl_CellWrap .cl_share div {height: 100%; align-content: center;}
.cl_detailImageSlide.type1 .mediaWrap.type1 {height: 356px;border: 1px solid #D9D9D9;border-radius: 10px; }
.cl_detailImageSlide.type1 .mediaWrap.type1 .inner {display: flex; height: 100%;}
.cl_detailImageSlide.type1 .mediaWrap.type1 .inner > div {width: 50%; height: 100%;}
.cl_detailImageSlide.type1 .mediaWrap.type1 .mediaR .textWrap {height: 270px; display: flex;flex-direction: column; justify-content: space-between; /*padding-top: 90px; box-sizing: border-box;*/}
.cl_detailImageSlide.type1 .mediaWrap.type1 .mediaR .textWrap .topArea{overflow: auto; margin-bottom: 10px;}
.cl_detailImageSlide.type1 .mediaWrap.type1 .mediaR .tit {color: #111;font-size: 34px;font-family: "PretendardB";word-break: keep-all; word-wrap: break-word;margin-bottom: 0;/*overflow: hidden;text-overflow: ellipsis;white-space: nowrap;*/}
.cl_detailImageSlide.type1 .mediaWrap.type1 .mediaR .txt {color: #728499;font-size: 18px;font-family: "PretendardM"; word-wrap: break-word;/*overflow: hidden;text-overflow: ellipsis;white-space: nowrap;*/ }
.cl_detailImageSlide.type1 .mediaWrap.type1 .swiper-slide img {object-fit: contain;max-height: 356px !important; height: 356px; border-radius: 10px 0 0 10px; background-color: #f2f2f2; }
.cl_detailImageSlide.type1 .mediaWrap.type1 .swiper-slide .noUniqueImg img {object-fit: none; background-color: transparent;}
.cl_detailImageSlide.type1 .mediaWrap.type1 .swiper-container {overflow: hidden; }
/*.cl_detailImageSlide.type1 .mediaWrap.type1 .mediaR .textWrap .bottomArea{ display: flex; flex-direction: column;  gap: 10px;}*/
.cl_detailImageSlide.type1 .mediaWrap.type1 .mediaR .textWrap .bottomArea{ display: flex; justify-content: space-between; align-items: end; gap: 10px;}
.cl_detailImageSlide.type1 .mediaWrap.type1 .mediaR .textWrap .bottomArea .jobStartDate{ color: #17A2E2 ; font-size: 14px;font-family: "PretendardM";}
.cl_detailImageSlide.type1 .badgeWrap {display: flex; align-items: center;}
.cl_detailImageSlide.type1 .labelWrap {display: flex; align-items: center;}
.cl_detailImageSlide.type1 .labelWrap > div {color: #111; font-size: 16px; min-width: 80px; height: 50px; }
.cl_detailImageSlide.type1 .labelWrap .cl_labelSquareFlat.infoBoxType1 {background-color:rgba(241, 131, 73, 0.2);}
.cl_detailImageSlide.type1 .labelWrap .cl_labelSquareFlat.infoBoxType2 {background-color:rgba(77, 176, 87, 0.2);}
.cl_detailImageSlide.type1 .labelWrap .cl_labelSquareFlat.infoBoxType3 {background-color:rgba(74, 178, 192, 0.2);}
.cl_detailImageSlide.type1 .labelWrap .cl_labelSquareFlat.infoBoxType4 {background-color:rgba(175, 121, 223, 0.2);}
.cl_detailImageSlide.type1 .labelWrap .cl_labelSquareFlat.infoBoxType5 {background-color:rgba(253, 116, 148, 0.2);}

.cl_detailImageSlide.type1 .cl_badgeFlat {font-size: 14px;font-family: "PretendardM"; min-width: 45px; height: auto; margin-right: 7px; padding: 5px; border-radius: 5px;}



/* 이미지 없을때 */
.cl_uniqueList .photoCell {background-position: center;}
.cl_supportersList .listInfo {background-position: center;}
.cl_superiorList .photoCell {background-position: center;}
.cl_regionTopList .photoCell {background-position: center;}
.cl_topPlatinumList .listInfo {background-position: center;}



/*
	*** 탭 메뉴
*/
/* 탭 메뉴: 1depth */
.cl_tabsNav {display: flex;justify-content: start;border-bottom: 0px; }
.cl_tabsNav a.on {color: #17A2E2;border: 1px solid #17A2E2 !important;border-bottom: 0px !important; }
.cl_tabsNav a:not(.on) {border-bottom: 1px solid #17A2E2; }
.cl_tabsNav a.on::after {content: none;}
.cl_tabsNav a:has(> .on) + .cl_tabsNav a{ border-right: 0px !important;}
.cl_tabsNav a {position: relative; display: flex; align-items: center; justify-content: center;color: #A1A1A1;font-size: 18px;font-family: "PretendardSB";width: 100%; padding: 15px 0;border-top: 1px solid #D9D9D9;border-right: 1px solid #D9D9D9;background-color: #fff;z-index: 2; }
.cl_tabsNav a:first-of-type {border-left: 1px solid #D9D9D9; }

/* 탭 풀라인 */
.cl_tabsNav.type_line {position: relative; border-bottom: 1px solid #17A2E2; }
.cl_tabsNav.type_line {position: relative; }
.cl_tabsNav.type_line a {width: 25%;border-bottom: 0; }
.cl_tabsNav.type_line a::after{content:""; position: absolute; bottom: -2px; width: 100%;background-color: #fff !important; }

/*  탭 메뉴 2depth type1 */
.cl_boardHeader.depth2.type1 .category li a {color: #595959;font-family: "PretendardM";padding: 10px 25px;box-sizing: border-box;border: 0px;border-radius: 100px;background-color: #F8F8F8; }
.cl_boardHeader.depth2.type1 .category li a.on {color: #fff;background-color: #17A2E2; }
.cl_boardHeader.depth2.type1.fulltype .category{width: 100%;}
.cl_boardHeader.depth2.type1.fulltype .category ul{gap: 6px;}
.cl_boardHeader.depth2.type1.fulltype .category li {width: 100%;}
.cl_boardHeader.depth2.type1.fulltype .category li a{width: 100%;}

/*   탭 메뉴: 2depth type2 */
.cl_boardHeader.depth2.type2.mtM20 { margin-top: -20px; margin-bottom: 25px; }
.cl_boardHeader.depth2.type2 .category{width: 100%; background-color: #F8F8F8;}
.cl_boardHeader.depth2.type2 .category ul{width: 100%;}
.cl_boardHeader.depth2.type2 .category li{width: 100%;}
.cl_boardHeader.depth2.type2 .category li a {color: #A1A1A1;font-size: 18px; font-family: "PretendardM"; width: 100%; height: auto; padding: 8px 25px;;box-sizing: border-box;border: 0px;border-radius:0;background-color: #F8F8F8; }
.cl_boardHeader.depth2.type2 .category li a.on {color: #17A2E2;border-bottom: 2px solid #17A2E2; }
.cl_boardHeader.depth2.type2 .category.bgType {width: 100%;background-color: #F8F8F8; }

/*   탭 메뉴: 3depth type1 */
.cl_boardHeader.depth3.type1 .category{width: 100%; }
.cl_boardHeader.depth3.type1 .category ul{width: 100%;}
.cl_boardHeader.depth3.type1 .category li{width: 25%;}
.cl_boardHeader.depth3.type1 .category li a {color: #272727;font-family: "PretendardM"; width: 100%; height: auto; padding: 13px 30px;box-sizing: border-box;border: 0px;border-radius:0;background-color: #ffffff; }
.cl_boardHeader.depth3.type1 .category li a.on {color: #17A2E2;border-bottom: 2px solid #17A2E2; }

.cl_boardHeader.depth3.type_line {position: relative; }
.cl_boardHeader.depth3.type_line::after {content: "";position: absolute;left: 0;bottom: 1px;width: 100%;height: 1px;background-color: #D9D9D9; }
.cl_boardHeader.depth3.type_line a {width: 25%;border-bottom: 0; }
.cl_boardHeader.depth3.type_line a.on {width: 25%;border-bottom: 0; }


/* 
	*** 칩 스타일(뱃지)
*/

.cl_chipWrap {display: flex; gap: 7px; }
.cl_chip {text-align:center;}
.cl_chip label {display: block;}
.cl_chip .cl_check.type4 + label {height: auto;padding: 5px 10px !important;box-sizing: border-box;border-radius: 5px; }
.cl_chip.bgc_sky input[type=checkbox]:not(.uk-checkbox).cl_check.type4+label {color: #fff !important;background-color: #00BCD5 !important; }
.cl_chip.bgc_purple input[type=checkbox]:not(.uk-checkbox).cl_check.type4+label {color: #fff !important;background-color: #A33FEF !important; }
.cl_chip.bgc_orange input[type=checkbox]:not(.uk-checkbox).cl_check.type4+label {color: #fff !important;background-color: #FF5803 !important; }
.cl_chip.bgc_red input[type=checkbox]:not(.uk-checkbox).cl_check.type4+label {color: #fff !important;background-color: #E34140 !important; }
.cl_chip.bgc_green input[type=checkbox]:not(.uk-checkbox).cl_check.type4+label {color: #fff !important;background-color: #40e348 !important; }
.cl_chip.bgc_blue input[type=checkbox]:not(.uk-checkbox).cl_check.type4+label {color: #fff !important;background-color: #4540e3 !important; }
.cl_chip.bgc_pink input[type=checkbox]:not(.uk-checkbox).cl_check.type4+label {color: #fff !important;background-color: #d44c93 !important; }
.cl_chip.bgc_yellow input[type=checkbox]:not(.uk-checkbox).cl_check.type4+label {color: #fff !important;background-color: #e8a45d !important; }


/* 
	*** 게시판
*/

/* 목록 - 조회수 */
.cl_boardHeader .countBox {display: flex;align-items: center; }
.cl_boardHeader .tit {color: #111111;font-size: 18px;font-family: "PretendardSB"; padding-left: 10px; margin-right: 10px; }
.cl_boardHeader .txt {color: #728499;font-size: 16px;font-family: "PretendardM"; margin-top: 4px; }

/* 테이블 */
.cl_commonTable thead th {font-family: "PretendardSB" !important;}
.cl_commonTable tbody td {font-weight: normal !important; font-family: "PretendardM" !important;}
.cl_commonTable tbody td.category {font-family: "PretendardSB" !important;}
.cl_commonTable .centerAligned.number {color: #A1A1A1;font-family: "PretendardSB" !important;}
.thBtnWrap {min-width: 140px;}



/*  
	*** 폰트추가
*/

.listInfoCell .infoText {font-family: "PretendardR" !important;}
.conditionInfo .infoText {font-family: "PretendardR" !important;}
.answerSection .editorStyleWrapper p {color: #272727; font-family: "PretendardM" !important;}
.editorStyleWrapper p {color: #272727; font-family: "PretendardM" !important;}
.cl_infoBoxBasic .infoBoxContent .detailInfo {color: #111111 !important; font-size: 16px !important; font-family: "PretendardM" !important;}


