@charset "UTF-8";

.div_main {
  min-height: 768px;
}

.cl-control .main_mdi {
  border-left: solid 1px #e6e6e6;
}

.cl-control .main_mdi .main_mdi_header {
  height: 39px;
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-left: 0px none;
}

.cl-tabfolder.cl-mdifolder.main_mdi .main_mdi_header .cl-tabfolder-item {
  background-color: transparent;
  color: #666;
  font-size: 14px;
  border-right: 1px solid #e5e5e5;
  border-top: 0px none;
  border-bottom: 0px none;
  border-left: 0px none;
  padding-left: 35px;
  padding-right: 20px;
  height: 39px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.cl-tabfolder.cl-mdifolder.main_mdi .main_mdi_header .cl-tabfolder-item.cl-selected {
  background-color: transparent;
  color: #1b1b1b;
  font-size: 14px;
  border-right: 1px solid #e5e5e5;
  border-top: 0px none;
  border-bottom: 0px none;
  border-left: 0px none;
  padding-left: 35px;
  padding-right: 20px;
  height: 39px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-weight: 600;
}

/* .cl-tabfolder.cl-mdifolder.main_mdi .main_mdi_header .cl-tabfolder-item.cl-selected:after { */
/* 	content : ""; */
/* 	display: block; */
/* 	height  : 1px; */
/* 	width   : calc(100% - 20px); */
/* 	border-bottom: 4px solid #0047ba; */
/* } */

.cl-tabfolder.cl-mdifolder.main_mdi .main_mdi_header .cl-tabfolder-item .cl-text {
  margin-right: 0px;
}

.cl-tabfolder.cl-mdifolder.main_mdi .main_mdi_header .cl-tabfolder-item .cl-text:focus {
  text-decoration: none;
}

.cl-tabfolder.cl-mdifolder.main_mdi .main_mdi_header .cl-tabfolder-item .cl-tabfolder-button {
  margin-left: 30px;
  height: 10px;
  width: 10px;
  background-image: url(images/deco-main/work_tab_close_ic.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-size: auto;
}

.cl-selected .cl-tabfolder.cl-mdifolder.main_mdi .main_mdi_header .cl-tabfolder-item .cl-tabfolder-button {
  margin-left: 30px;
  height: 10px;
  width: 10px;
  background-image: url(images/deco-main/work_tab_close_ic_act.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-size: auto;
}

.cl-tabfolder.cl-mdifolder.main_mdi .main_mdi_header .cl-tabfolder-prev {
  background-image: url(images/deco-main/btn_tab_prev.png);
  border-top: 0 none;
  border-right: 1px solid #e5e5e5;
  border-bottom: 0 none;
  border-left: 0 none;
  background-color: transparent;
}
.cl-tabfolder.cl-mdifolder.main_mdi .main_mdi_header .cl-tabfolder-prev.cl-disabled {
  background-image: url(images/deco-main/btn_tab_prev_disable.png);
  background-color: #e5e5e5;
}

.cl-tabfolder.cl-mdifolder.main_mdi .main_mdi_header .cl-tabfolder-next {
  background-image: url(images/deco-main/btn_tab_next.png);
  border-top: 0 none;
  border-right: 0 none;
  border-bottom: 0 none;
  border-left: 1px solid #e5e5e5;
  background-color: transparent;
}

.cl-tabfolder.cl-mdifolder.main_mdi .main_mdi_header .cl-tabfolder-next.cl-disabled {
  background-image: url(images/deco-main/btn_tab_next_disable.png);
  background-color: #e5e5e5;
}

.navi_home {
  background-image: url(images/deco-appframe/navi_home.png);
  background-position: 80% center;
  background-repeat: no-repeat;
}

.navi_left_arrow {
  background-image: url(images/deco-main/navi_left_arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.navi_left_arrow_mobile {
  background-image: url(images/deco-main/navi_left_arrow_m.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.navi_text_sub {
  font-weight: 300;
  font-size: 13px;
  color: #666;
}

.navi_text_main {
  font-weight: 600;
  font-size: 13px;
  color: #222222;
  margin-right: 12px;
}

.navi_text_sub_mobile {
  font-weight: 300;
  font-size: 13px;
  color: #fff;
}

.navi_text_main_mobile {
  font-weight: 600;
  font-size: 13px;
  color: #fff;
  margin-right: 12px;
}

.navi_text_desc {
  display: inline-block;
  font-size: 12px;
  color: #49382e;
  border: 1px solid #efd8b6;
  border-radius: 15px;
  background: #fcf8f2;
  padding: 2px 10px 2px 23px;
  position: relative;
  background-image: url(images/deco-main/menu_descript_ic.png);
  background-position: 8px 50%;
  background-repeat: no-repeat;
  overflow: visible !important;
}
.navi_text_desc:before {
  position: absolute;
  left: -4px;
  top: 50%;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  transform: translateY(-50%) rotateX(60deg) rotateZ(45deg);
  background: #fcf8f2;
  border-left: 1px solid #f1dcbd;
  border-bottom: 1px solid #f1dcbd;
}

.navi_menu,
.navi_menu.cl-button:not(.cl-disabled).cl-activated,
.navi_menu.cl-button:not(.cl-disabled):active,
.navi_menu.cl-button:not(.cl-disabled):hover {
  background-image: url(images/deco-appframe/navi_menu.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-color: transparent;
  margin-right: 5px;
  background-size: contain;
  cursor: pointer;
  border: none;
}

.navi_menu.cl-button.cl-focus {
  border: 2px solid #333;
  border-radius: 2px;
}

.btn_tool,
.btn_tool.cl-button:not(.cl-disabled).cl-activated,
.btn_tool.cl-button:not(.cl-disabled):active,
.btn_tool.cl-button:not(.cl-disabled):hover {
  border: none;
}

.btn_top,
.btn_top.cl-button:not(.cl-disabled).cl-activated,
.btn_top.cl-button:not(.cl-disabled):active {
  background-color: transparent;
  background-image: url("images/deco-appframe/work-etc_ico01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  transition: all 300ms;
}

.btn_top:not(.cl-disabled):hover,
.btn_top:not(.cl-disabled):active,
.btn_top:focus,
.btn_top.cl-focus {
  background-color: transparent;
  background-image: url("images/deco-appframe/work-etc_ico01_over.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  top: -5px;
}

.btn_resize,
.btn_resize.cl-button:not(.cl-disabled).cl-activated,
.btn_resize.cl-button:not(.cl-disabled):active {
  background-color: transparent;
  background-image: url("images/deco-appframe/work-etc_ico02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  transition: all 300ms;
}

.btn_resize:not(.cl-disabled):hover,
.btn_resize:not(.cl-disabled):active,
.btn_resize:focus,
.btn_resize.cl-focus {
  background-color: transparent;
  background-image: url("images/deco-appframe/work-etc_ico02_over.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  top: -5px;
}

.btn_newpage,
.btn_newpage.cl-button:not(.cl-disabled).cl-activated,
.btn_newpage.cl-button:not(.cl-disabled):active {
  background-color: transparent;
  background-image: url("images/deco-appframe/work-etc_ico03.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  transition: all 300ms;
}

.btn_newpage:not(.cl-disabled):hover,
.btn_newpage:not(.cl-disabled):active,
.btn_newpage:focus,
.btn_newpage.cl-focus {
  background-color: transparent;
  background-image: url("images/deco-appframe/work-etc_ico03_over.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  top: -5px;
}

.btn_service,
.btn_service.cl-button:not(.cl-disabled).cl-activated,
.btn_service.cl-button:not(.cl-disabled):active {
  background-color: transparent;
  background-image: url("images/deco-appframe/work-etc_ico04.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  transition: all 300ms;
}

.btn_service:not(.cl-disabled):hover,
.btn_service:not(.cl-disabled):active,
.btn_service:focus,
.btn_service.cl-focus {
  background-color: transparent;
  background-image: url("images/deco-appframe/work-etc_ico04_over.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  top: -5px;
}

.btn_help,
.btn_help.cl-button:not(.cl-disabled).cl-activated,
.btn_help.cl-button:not(.cl-disabled):active {
  background-color: transparent;
  background-image: url("images/deco-appframe/work-etc_ico05.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
}

.btn_help:not(.cl-disabled):hover,
.btn_help:not(.cl-disabled):active,
.btn_help:focus,
.btn_help.cl-focus {
  background-color: transparent;
  background-image: url("images/deco-appframe/work-etc_ico05_over.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  top: -5px;
}

.app_work_line {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  margin: 0 12px;
  background: #d4d4d4;
  vertical-align: middle;
}

.minWidth1280 {
  min-width: 1280px;
}
.minWidth1680 {
  min-width: 1680px;
}

.zoomclear,
.zoomclear.cl-button:not(.cl-disabled).cl-activated,
.zoomclear.cl-button:not(.cl-disabled):active {
  background-color: transparent;
  background-image: url("images/deco-main/btn_window_reset_ic.png");
  background-repeat: no-repeat;
  background-position: center;
  transition: all 300ms;
}

.zoomclear:not(.cl-disabled):hover,
.zoomclear:not(.cl-disabled):active,
.zoomclear:focus,
.zoomclear.cl-focus {
  background-color: transparent;
  background-image: url("images/deco-main/btn_window_reset_ic_over.png");
  background-repeat: no-repeat;
  background-position: center;
  top: -5px;
}

.zoomminus,
.zoomminus.cl-button:not(.cl-disabled).cl-activated,
.zoomminus.cl-button:not(.cl-disabled):active {
  background-color: transparent;
  background-image: url("images/deco-main/btn_window_reduce_ic.png");
  background-repeat: no-repeat;
  background-position: center;
  transition: all 300ms;
}

.zoomminus:not(.cl-disabled):hover,
.zoomminus:not(.cl-disabled):active,
.zoomminus:focus,
.zoomminus.cl-focus {
  background-color: transparent;
  background-image: url("images/deco-main/btn_window_reduce_ic_over.png");
  background-repeat: no-repeat;
  background-position: center;
  top: -5px;
}

.zoomplus,
.zoomplus.cl-button:not(.cl-disabled).cl-activated,
.zoomplus.cl-button:not(.cl-disabled):active {
  background-color: transparent;
  background-image: url("images/deco-main/btn_window_expand_ic.png");
  background-repeat: no-repeat;
  background-position: center;
  transition: all 300ms;
}

.zoomplus:not(.cl-disabled):hover,
.zoomplus:not(.cl-disabled):active,
.zoomplus:focus,
.zoomplus.cl-focus {
  background-color: transparent;
  background-image: url("images/deco-main/btn_window_expand_ic_over.png");
  background-repeat: no-repeat;
  background-position: center;
  top: -5px;
}

.closeall,
.closeall.cl-button:not(.cl-disabled).cl-activated,
.closeall.cl-button:not(.cl-disabled):active {
  background-color: transparent;
  background-image: url("images/deco-main/btn_window_close_ic.png");
  background-repeat: no-repeat;
  background-position: center;
  transition: all 300ms;
}

.closeall:not(.cl-disabled):hover,
.closeall:not(.cl-disabled):active,
.closeall:focus,
.closeall.cl-focus {
  background-color: transparent;
  background-image: url("images/deco-main/btn_window_close_ic_over.png");
  background-repeat: no-repeat;
  background-position: center;
  top: -5px;
}

.closeform,
.closeform.cl-button:not(.cl-disabled).cl-activated,
.closeform.cl-button:not(.cl-disabled):active {
  background-color: transparent;
  background-image: url("images/deco-main/btn_window_ic.png");
  background-repeat: no-repeat;
  background-position: center;
  transition: all 300ms;
}

.closeform:not(.cl-disabled):hover,
.closeform:not(.cl-disabled):active,
.closeform:focus,
.closeform.cl-focus {
  background-color: transparent;
  background-image: url("images/deco-main/btn_window_ic_over.png");
  background-repeat: no-repeat;
  background-position: center;
  top: -5px;
}

.main_bg {
  width: 50vw;
  height: 5px;
  left: 0;
  top: 45px;
  background: #004c98;
}

.main_img_text1 {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  letter-spacing: -0.5px;
  font-family: "Noto Sans KR Hestia Light", sans-serif;
}

.main_img_text2 {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  letter-spacing: -0.5px;
  font-family: "Noto Sans KR Hestia Light", sans-serif;
  .cl-text {
    word-break: normal;
    white-space: normal;
    line-height: 0.8em;
  }
}

.pop_content_search {
  width: 100%;
  align-items: center;
  background: #f2f4f8;
  padding: 16px;
  border-radius: 5px;
  .cl-layout {
    top: 12px !important;
  }
}

.main_content_search {
  width: 100%;
  align-items: center;
  background: #f2f4f8;
  padding: 16px;
  border-radius: 5px;
}

.main_content_search_text {
  font-weight: 600;
  font-size: 22px;
  color: #212121;
  font-family: "Noto Sans KR Hestia Bold", sans-serif;
  letter-spacing: -0.5px;
}
.main_content_search_text_m {
  font-weight: 600;
  font-size: 14px;
  color: #212121;
  font-family: "Noto Sans KR Hestia Bold", sans-serif;
  letter-spacing: -0.5px;
}

.main_content_search_btn,
.main_content_search_btn.cl-button:not(.cl-disabled).cl-activated,
.main_content_search_btn.cl-button:not(.cl-disabled):active {
  width: 150px;
  height: 44px;
  line-height: 44px;
  margin-left: 10px;
  background: #0052cc;
  border-radius: 5px;
  font-weight: 500;
  font-family: "Noto Sans KR Hestia Medium", sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
  transform: scale(0.95);
}

.main_content_search_btn.cl-button:not(.cl-disabled):hover {
  width: 150px;
  height: 44px;
  line-height: 44px;
  margin-left: 10px;
  background: #0052cc;
  border-radius: 5px;
  font-weight: 500;
  font-family: "Noto Sans KR Hestia Medium", sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
  opacity: 0.88;
}

.main_content_search_btn.cl-button.cl-focus {
  width: 150px;
  height: 44px;
  line-height: 44px;
  margin-left: 10px;
  background: #0052cc;
  border-radius: 5px;
  font-weight: 500;
  font-family: "Noto Sans KR Hestia Medium", sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
}

.main_content_search_btn2,
.main_content_search_btn2.cl-button:not(.cl-disabled).cl-activated,
.main_content_search_btn2.cl-button:not(.cl-disabled):active {
  width: 100px;
  height: 44px;
  line-height: 44px;
  margin-left: 10px;
  background: #0052cc;
  border-radius: 5px;
  font-weight: 500;
  font-family: "Noto Sans KR Hestia Medium", sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
  transform: scale(0.95);
  border: 0px !important;
}

.main_content_search_btn2.cl-button:not(.cl-disabled):hover {
  width: 100px;
  height: 44px;
  line-height: 44px;
  margin-left: 10px;
  background: #0052cc;
  border-radius: 5px;
  font-weight: 500;
  font-family: "Noto Sans KR Hestia Medium", sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
  opacity: 0.88;
}

.main_content_search_btn2.cl-button.cl-focus {
  width: 100px;
  height: 44px;
  line-height: 44px;
  margin-left: 10px;
  background: #0052cc;
  border-radius: 5px;
  font-weight: 500;
  font-family: "Noto Sans KR Hestia Medium", sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
}

.main_content_search_btn3,
.main_content_search_btn3.cl-button:not(.cl-disabled).cl-activated,
.main_content_search_btn3.cl-button:not(.cl-disabled):active {
  width: 68px;
  height: 36px;
  line-height: 36px;
  background: #0052cc;
  border-radius: 5px;
  font-weight: 500;
  font-family: "Noto Sans KR Hestia Medium", sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
  transform: scale(0.95);
}

.main_content_search_btn3.cl-button:not(.cl-disabled):hover {
  width: 68px;
  height: 36px;
  line-height: 36px;
  background: #0052cc;
  border-radius: 5px;
  font-weight: 500;
  font-family: "Noto Sans KR Hestia Medium", sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
  opacity: 0.88;
}

.main_content_search_btn3.cl-button.cl-focus {
  width: 68px;
  height: 36px;
  line-height: 36px;
  background: #0052cc;
  border-radius: 5px;
  font-weight: 500;
  font-family: "Noto Sans KR Hestia Medium", sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
}
.main_content_search_input {
  width: 100%;
  height: 44px;
  border-color: #fff;
  border-radius: 5px;
  padding: 0 10px;
  border: 1px solid #fff;
  font-weight: 400;
  font-family: "Noto Sans KR Hestia Regular", sans-serif;
  font-size: 14px;
  color: #333;
  vertical-align: middle;
  box-sizing: border-box;
  outline: none;
}

.main_content_search_input_m {
  height: 36px;
  border-color: #fff;
  border-radius: 5px;
  padding: 0 10px;
  border: 1px solid #d9d9d9;
  font-weight: 400;
  font-family: "Noto Sans KR Hestia Regular", sans-serif;
  font-size: 14px;
  color: #333;
  vertical-align: middle;
  box-sizing: border-box;
  outline: none;
}

.main_content_text1 {
  font-weight: 600;
  font-size: 20px !important;
  color: #212121;
  font-family: "Noto Sans KR Hestia Bold", sans-serif;
  letter-spacing: -1.2px;
}

.main_content_text2 {
  font-weight: 400;
  font-size: 15px !important;
  color: #333 !important;
  font-family: "Noto Sans KR Hestia Regular", sans-serif;
  letter-spacing: -0.5px;
}
.main_content_text3 {
  font-weight: 400;
  font-size: 14px !important;
  color: #666 !important;
  font-family: "Noto Sans KR Hestia Regular", sans-serif;
  letter-spacing: -0.5px;
}

.main_content_text1_m {
  font-weight: 600;
  font-size: 14px !important;
  color: #212121;
  font-family: "Noto Sans KR Hestia Bold", sans-serif;
  letter-spacing: -1.2px;
}

.main_content_text2_m {
  font-weight: 500;
  font-size: 12px !important;
  color: #333 !important;
  font-family: "Noto Sans KR Hestia Medium", sans-serif;
  letter-spacing: -0.5px;
  line-height: 1;
}
.main_content_text3_m {
  font-weight: 400;
  font-size: 12px !important;
  color: #666 !important;
  font-family: "Noto Sans KR Hestia Regular", sans-serif;
  letter-spacing: -0.5px;
  line-height: 1;
}
.img_new {
  background: #f63e05;
  border-radius: 10px;
  padding: 4px 4px;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  border: 0;
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: -0.5px;
  margin: 0;
  text-align: center;
}

.btn_main_tab,
.btn_main_tab.cl-button:not(.cl-disabled).cl-activated,
.btn_main_tab.cl-button:not(.cl-disabled):active {
  border: 0px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.5px !important;
  font-family: "Noto Sans KR Hestia Medium", sans-serif;
  padding-top: 0px;
}

.btn_main_tab.cl-button:not(.cl-disabled):hover {
  border: 0px;
  border-bottom: 3px solid #004c98;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.5px !important;
  font-family: "Noto Sans KR Hestia Medium", sans-serif;
  padding-top: 0px;
}

.btn_main_tab.cl-button.cl-focus {
  border: 0px;
  border-bottom: 3px solid #004c98;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.5px !important;
  font-family: "Noto Sans KR Hestia Medium", sans-serif;
  padding-top: 0px;
}

.btn_main_tab {
  .cl-text {
    white-space: normal;
    line-height: 0.8em !important;
  }
}
.btn_main_tab_bottom_color {
  border-bottom: 3px solid #004c98 !important;
  color: #0067b3 !important;
}

.btn_main_tab_img1,
.btn_main_tab_img1.cl-button:not(.cl-disabled).cl-activated,
.btn_main_tab_img1.cl-button:not(.cl-disabled):active {
  border: 1px solid #004c98;
  border-radius: 5px;
  padding-right: 30px;
  background: no-repeat calc(100% - 5px) 50% url("images/bulletin/sub_dir_btn_ic.png");
  font-weight: 400;
  font-size: 14px;
  color: #004c98;
  opacity: 0.88;
  letter-spacing: -0.5px !important;
  font-family: "Noto Sans KR Hestia Regular", sans-serif;
}

.btn_main_tab_img2,
.btn_main_tab_img2.cl-button:not(.cl-disabled).cl-activated,
.btn_main_tab_img2.cl-button:not(.cl-disabled):active {
  border: 1px solid #004c98;
  border-radius: 5px;
  padding: 0px;
  background: no-repeat 50% 50% url("images/bulletin/sub_pdf_btn_ic.png");
  font-weight: 400;
  font-size: 14px;
  color: #004c98;
  opacity: 0.88;
  letter-spacing: -0.5px !important;
  font-family: "Noto Sans KR Hestia Regular", sans-serif;
}

.btn_main_tab_img3,
.btn_main_tab_img3.cl-button:not(.cl-disabled).cl-activated,
.btn_main_tab_img3.cl-button:not(.cl-disabled):active {
  border: 1px solid #004c98;
  border-radius: 5px;
  padding: 0px;
  background: no-repeat 50% 50% url("images/bulletin/sub_hwp_btn_ic.png");
  font-weight: 400;
  font-size: 14px;
  color: #004c98;
  opacity: 0.88;
  letter-spacing: -0.5px !important;
  font-family: "Noto Sans KR Hestia Regular", sans-serif;
}

.main_notice_box {
  margin-top: 15px;
  background: #f9fafc;
  border-radius: 10px;
}

.main_notice_box_text1 {
  font-weight: 600;
  font-size: 18px;
  color: #333;
  letter-spacing: -0.5px !important;
  font-family: "Noto Sans KR Hestia Bold", sans-serif;
}

.main_notice_box_text2 {
  font-weight: 400;
  font-size: 14px;
  color: #666;
  letter-spacing: -0.5px !important;
  font-family: "Noto Sans KR Hestia Regular", sans-serif;
}

.main_pdf_box {
  margin-top: 25px;
  max-width: 100%;
  width: 100%;
  border: 0;
  box-sizing: border-box;
  height: auto;
  padding: 0;
}

.cl-button.mainYearTabBtn {
  font-size: 11px;
  padding: 2px 2px;
}
.mainSearchKeyword {
  .cl-grid-row {
    border-left: 0px;
  }
  .cl-grid-cell {
    border-bottom: 0px none;
  }
}
.mainSearchKeywordHeader {
  background-color: #0052cc !important;
  .cl-text {
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: -0.5px !important;
    font-family: "Noto Sans KR Hestia Bold", sans-serif;
    white-space: normal !important;
    word-break: normal !important;
    line-height: 1.1;
  }
}

.mainSearchKeywordBody {
  .cl-first-column {
    height: 25px !important;
    width: 25px !important;
    margin: 5px 0 0 8px;
    .cl-text {
      background-color: #888;
      color: #fff;
    }
  }
}
