@charset "UTF-8";
.ui-helper-hidden-accessible {
  display: none !important;
}

.ui-autocomplete {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding-bottom: 10px;
  z-index: 11;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 18px 18px;
}
.ui-autocomplete li {
  display: block;
  width: 100%;
}
.ui-autocomplete li a {
  display: block;
  text-align: left;
  color: #2e2e2e;
  padding: 6px 26px;
  text-decoration: none;
  letter-spacing: 0;
  font-size: 14px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.ui-autocomplete li a em {
  font-weight: 700;
  color: #f5821f;
  text-indent: 0;
}
.ui-autocomplete li a:hover {
  background-color: #f8f8f8;
}
.ui-autocomplete .ui-state-focus,
.ui-autocomplete .ui-state-active {
  background-color: #f8f8f8;
}

.download_wrap {
  position: relative;
  margin: 0 30px 0 20px;
}
.download_wrap .download {
  width: 23px;
  height: 34px;
  background: url("../img/ico_filedown.png") no-repeat center/100% auto;
  font-size: 0;
}
.download_wrap .download:hover, .download_wrap .download.on {
  background-image: url("../img/ico_filedown_on.png");
}
.download_wrap .file_bubble {
  display: none;
  position: absolute;
  top: 42px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 190px;
  padding: 15px 24px 15px 15px;
  border: 1px solid #999;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}
.download_wrap .file_bubble::before {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  right: 50%;
  width: 10px;
  height: 10px;
  background: #fff;
  border: solid #999;
  border-width: 0 0 1px 1px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-right: -5px;
}
.download_wrap .file_bubble .close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  background: url("../img/btn_file_close.png") no-repeat center;
  font-size: 0;
}
.download_wrap .con li + li {
  margin-top: 4px;
  padding-top: 4px;
  border-top: 1px solid #ccc;
}
.download_wrap .con a {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #666;
}
.download_wrap .con a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.comm_listview_go {
  display: block;
  position: relative;
  width: 130px;
  padding: 10px 0;
  margin: 0 auto;
  border-radius: 3px;
  border: 1px solid #1b3956;
  line-height: 1em;
}
.comm_listview_go span {
  display: block;
  position: relative;
  font-size: 14px;
  color: #1b3956;
  line-height: 1em;
  z-index: 1;
  text-align: center;
}
.comm_listview_go::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  background-color: #1b3956;
  overflow: hidden;
}
.comm_listview_go:hover span {
  color: #fff;
}
.comm_listview_go:hover::before {
  width: 100%;
}

.page_related_btns {
  font-size: 0;
  line-height: 1em;
}
.page_related_btns > button {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 25px;
  margin-left: 5px;
  border: 1px solid #999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px auto;
  text-indent: -99999em;
  overflow: hidden;
}
.page_related_btns > button:first-child {
  margin-left: 0;
}
.page_related_btns > button:hover {
  background-color: #333;
}
.page_related_btns > button.prb01 {
  background-image: url(../img/ico_related01.png);
}
.page_related_btns > button.prb02 {
  background-image: url(../img/ico_related02.png);
}
.page_related_btns > button.prb03 {
  background-image: url(../img/ico_related03.png);
}
.page_related_btns > button.prb04 {
  background-image: url(../img/ico_related04.png);
}
.page_related_btns > button.prb05 {
  background-image: url(../img/ico_related05.png);
}
.page_related_btns > button.prb06 {
  background-image: url(../img/ico_related06.png);
}
.page_related_btns > button.prb07 {
  background-image: url(../img/ico_related07.png);
}
.page_related_btns > button.prb08 {
  background-image: url(../img/ico_related08.png);
}
.page_related_btns > button.prb09 {
  background-image: url(../img/ico_related09.png);
}
.page_related_btns > button.prb12 {
  background-image: url(../img/ico_related12.png);
}
.page_related_btns > button.prb13 {
  background-image: url(../img/ico_related13.png);
}
.page_related_btns > button.prb14 {
  background-image: url(../img/ico_related14.png);
}
.page_related_btns .prb_tooltip_wrap {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.page_related_btns .prb_tooltip_wrap > button {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 25px;
  border: 1px solid #999;
  border-radius: 2px;
  background: #fff url(../img/ico_related08.png) no-repeat center;
  text-indent: -99999em;
  overflow: hidden;
}
.page_related_btns .prb_tooltip_wrap > button:hover {
  background-color: #333;
}
.page_related_btns .prb_tooltip_wrap:hover .tooltip_box {
  display: block;
}

.tooltip_box {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 14px 12px;
  margin-top: 6px;
  border-radius: 3px;
  border: solid 1px #666;
  background-color: #fff;
}
.tooltip_box::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -10px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 20px;
  height: 10px;
  background: url(../img/ico_tooltip.png) no-repeat center/100% auto;
}
.tooltip_box button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  white-space: nowrap;
}
.tooltip_box button span {
  display: block;
  margin-right: 8px;
  font-size: 17px;
  line-height: 1;
  color: #666;
}
.tooltip_box button:hover span {
  color: #1b3956;
}
.tooltip_box button::after {
  content: "";
  display: block;
  width: 24px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.tooltip_box button.save::after {
  background-image: url(../img/dwl_pdf.png);
}
.tooltip_box button.sttst::after {
  background-image: url(../img/dwl_excel.png);
}

/* popup side */
.popup_side {
  position: fixed;
  top: 0;
  right: 100%;
  z-index: 99;
  width: 900px;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}
.popup_side .btn_close {
  position: absolute;
  right: 0;
  top: 0;
  width: 74px;
  height: 74px;
  background: url(../img/btn_close.png) no-repeat center/28px auto;
  text-indent: -99999em;
  z-index: 3;
}
.popup_side .btn_close:hover {
  background-image: url(../img/btn_close_hov.png);
}
.popup_side .title_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 135px;
  background-color: #f6f6f6;
  z-index: 2;
}
.popup_side .title_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
  height: 60px;
  padding-left: 40px;
  margin-left: 60px;
  background-color: #fff;
  border-radius: 4px 4px 0 0;
  border-top: 10px solid #1b3956;
}
.popup_side .title_tab > p {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  text-align: left;
}
.popup_side .popup_scroll {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100% - 135px);
  overflow: overlay;
  background-color: #fff;
}
.popup_side .popup_scroll::-webkit-scrollbar {
  width: 6px;
  height: 8px;
}
.popup_side .popup_scroll::-webkit-scrollbar-thumb {
  background-color: #e1e1e1;
  border-radius: 4px;
}
.popup_side .popup_scroll::-webkit-scrollbar-track {
  background-color: #fff;
}

/* SIDE BAR */
.page_side-bar.other_type .side_title {
  display: block;
  padding-left: 28px;
  margin: 20px 0 12px 6px;
  background: url(../img/ico_title_book.png) no-repeat left center/22px auto;
  color: #1b3956;
  font-weight: 400;
  font-size: 16px;
}
.page_side-bar.other_type > div {
  padding: 10px;
  margin-top: 3px;
  background-color: #f6f6f6;
  border-radius: 4px;
}
.page_side-bar.other_type .facebook_go a,
.page_side-bar.other_type .gift_go a {
  display: block;
}
.page_side-bar.other_type .facebook_go a img,
.page_side-bar.other_type .gift_go a img {
  display: block;
  width: 100%;
}
.page_side-bar.other_type .side_tab {
  padding: 0;
  margin-top: 0;
  background-color: transparent;
  border-radius: 0;
}
.page_side-bar.other_type .side_tab .tab_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_side-bar.other_type .side_tab .tab_select button {
  width: 49.3%;
  padding: 10px 0;
  background-color: #478ac5;
  border-radius: 4px 4px 0 0;
  text-align: center;
  color: #fff;
  font-weight: 500;
  line-height: 1em;
  font-size: 16px;
}
.page_side-bar.other_type .side_tab .tab_select button.on {
  padding: 16px 0 10px 0;
  background-color: #f6f6f6;
  color: #478ac5;
}
.page_side-bar.other_type .side_tab .tab_select.ico_add button::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 18px;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.page_side-bar.other_type .side_tab .tab_select.ico_add button.ico01::before {
  background-image: url(../img/ico_sidetab01.png);
}
.page_side-bar.other_type .side_tab .tab_select.ico_add button.ico01::before.on {
  background-image: url(../img/ico_sidetab01_on.png);
}
.page_side-bar.other_type .side_tab .tab_select.ico_add button.ico02::before {
  background-image: url(../img/ico_sidetab02.png);
}
.page_side-bar.other_type .side_tab .tab_select.ico_add button.ico02::before.on {
  background-image: url(../img/ico_sidetab02_on.png);
}
.page_side-bar.other_type .side_tab .tab_conts {
  display: none;
  padding: 15px 30px;
  background-color: #f6f6f6;
  border-radius: 0 0 4px 4px;
}
.page_side-bar.other_type .side_tab .tab_conts.open {
  display: block;
}
.page_side-bar.other_type .side_tab .tab_conts ul li a {
  display: block;
  padding: 7px 0;
  color: #333;
  font-size: 16px;
  line-height: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page_side-bar.other_type .side_tab .tab_conts ul li a:hover {
  color: #0a72bb;
}
.page_side-bar.other_type .side_banner {
  padding: 0;
}
.page_side-bar.other_type .side_banner a,
.page_side-bar.other_type .side_banner button {
  display: block;
  width: 100%;
  overflow: hidden;
}
.page_side-bar.other_type .side_banner a img,
.page_side-bar.other_type .side_banner button img {
  display: block;
  width: 100%;
  height: auto;
}
.page_side-bar.other_type .side_banner a img.m,
.page_side-bar.other_type .side_banner button img.m {
  display: none;
}
.page_side-bar.other_type .side_link {
  padding-top: 20px;
  padding-bottom: 20px;
}
.page_side-bar.other_type .side_link .link_img {
  width: 120px;
  height: 62px;
  margin-right: 10px;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.page_side-bar.other_type .side_link .link_img img {
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.page_side-bar.other_type .side_link .link_txt {
  width: 170px;
}
.page_side-bar.other_type .side_link .link_txt em {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  color: #2e7ec0;
  line-height: 1.2;
}
.page_side-bar.other_type .side_link .link_txt p {
  font-size: 16px;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
  line-height: 1.3;
}
.page_side-bar.other_type .side_link li {
  margin-top: 10px;
}
.page_side-bar.other_type .side_link li:first-child {
  margin-top: 0;
}
.page_side-bar.other_type .side_link li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page_side-bar.other_type .side_link li a:hover .link_img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.page_side-bar.other_type .side_link li a:hover .link_txt p {
  color: #666;
}
.page_side-bar.other_type .side_utb a {
  display: block;
}
.page_side-bar.other_type .side_utb strong {
  display: block;
  padding-left: 50px;
  margin: 4px 0 14px 0;
  background: url(../img/ico_utb.png) no-repeat left 2px;
  font-weight: 400;
}
.page_side-bar.other_type .side_utb strong em {
  display: block;
  margin-bottom: 2px;
  color: #2e7ec0;
  font-size: 14px;
}
.page_side-bar.other_type .side_utb strong span {
  display: block;
  font-size: 17px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page_side-bar.other_type .side_utb img {
  display: block;
  width: 100%;
}
.page_side-bar.center_side-bar {
  margin-top: 58px;
}
.page_side-bar.center_side-bar .main_banner_top {
  position: relative;
  margin-top: 0;
}
.page_side-bar.center_side-bar .main_banner_top .hidden_guide {
  white-space: nowrap;
  overflow: hidden;
}
.page_side-bar.center_side-bar .main_banner_top .item {
  display: inline-block;
  vertical-align: top;
}
.page_side-bar.center_side-bar .main_banner_top .item a {
  display: block;
}
.page_side-bar.center_side-bar .main_banner_top .item a img {
  display: block;
  width: 100%;
}
.page_side-bar.center_side-bar .main_banner_top .item a .guide_mo {
  display: none;
}
.page_side-bar.center_side-bar .main_banner_top .slick-dots {
  position: absolute;
  left: 30px;
  bottom: 24px;
}
.page_side-bar.center_side-bar .main_banner_top .slick-dots li.slick-active button {
  background-color: #898989;
}
.page_side-bar.center_side-bar .side_link {
  padding: 0;
  background-color: transparent;
  overflow: hidden;
}
.page_side-bar.center_side-bar .side_link li {
  margin-top: 3px;
  background-color: #f6f6f6;
  color: #333;
}
.page_side-bar.center_side-bar .side_link li a {
  display: block;
  position: relative;
  width: 100%;
  padding: 22px 0;
  padding-left: 80px;
  text-align: left;
  font-weight: 500;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page_side-bar.center_side-bar .side_link li a em {
  display: block;
  font-size: 14px;
  color: #f5821f;
}
.page_side-bar.center_side-bar .side_link li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 34px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 30px;
  background: url(../img/ico_cen_digital01.png) no-repeat center/100% auto;
}
.page_side-bar.center_side-bar .side_link li a:hover {
  text-decoration: underline;
}
.page_side-bar.center_side-bar .side_link li a:hover::before {
  background-image: url(../img/ico_cen_digital01_on.png);
}
.page_side-bar.center_side-bar .side_link li a br {
  display: none;
}
.page_side-bar.center_side-bar .side_link li.link_type02 a::before {
  background-image: url(../img/ico_cen_digital02.png);
}
.page_side-bar.center_side-bar .side_link li.link_type02 a:hover::before {
  background-image: url(../img/ico_cen_digital02_on.png);
}
.page_side-bar.center_side-bar .side_link li.link_type03 a::before {
  background-image: url(../img/ico_cen_digital03.png);
}
.page_side-bar.center_side-bar .side_link li.link_type03 a:hover::before {
  background-image: url(../img/ico_cen_digital03_on.png);
}
.page_side-bar.center_side-bar .side_link li.link_type04 a {
  padding-left: 40px;
  color: #112d47;
  font-size: 20px;
}
.page_side-bar.center_side-bar .side_link li.link_type04 a::before {
  right: 0;
  left: inherit;
  margin-right: 20px;
  background-image: url(../img/ico_cen_digital04.png);
}
.page_side-bar.center_side-bar .side_link li.link_type04 a:hover {
  color: #2e7ec0;
  text-decoration: none;
}
.page_side-bar.center_side-bar .side_link li.link_type04 a:hover::before {
  background-image: url(../img/ico_cen_digital04_on.png);
}
.page_side-bar.center_side-bar .side_link li.link_type05 a::before {
  background-image: url(../img/ico_cen_digital05.png);
}
.page_side-bar.center_side-bar .side_link li.link_type05 a:hover::before {
  background-image: url(../img/ico_cen_digital05_on.png);
}
.page_side-bar.center_side-bar .side_link li.link_type06 a {
  padding-left: 100px;
}
.page_side-bar.center_side-bar .side_link li.link_type06 a::before {
  background-image: url(../img/ico_utb.png);
  left: 42px;
}
.page_side-bar.center_side-bar .side_link li.link_type06 a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 14px;
  margin-right: 20px;
  background: url(../img/arw_right.png) no-repeat center/100% auto;
}

.page_move_link {
  text-align: right;
  margin-bottom: 60px;
}
.page_move_link > a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 10px 30px;
  margin: 25px 25px 0 0;
  border-radius: 3px;
  border: 1px solid #1b3956;
  line-height: 1em;
}
.page_move_link > a span {
  display: block;
  position: relative;
  font-size: 14px;
  color: #1b3956;
  line-height: 1em;
  z-index: 1;
  text-align: center;
}
.page_move_link > a span::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 14px;
  margin-left: 10px;
  background: url(../img/ico_list_link.png) no-repeat center/100% auto;
}
.page_move_link > a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  background-color: #1b3956;
  overflow: hidden;
}
.page_move_link > a:hover span {
  color: #fff;
}
.page_move_link > a:hover span::after {
  background-image: url(../img/ico_list_link-on.png);
}
.page_move_link > a:hover::before {
  width: 100%;
}

/* .page_move_link{text-align:center;margin:-60px 0 80px 0;
	>a{@include inlineBlock;position:relative;padding:10px 40px;border-radius:3px;border:1px solid $key-color;line-height:1em;
		span{display:block;position:relative;font-size:14px;color:$key-color;line-height:1em;z-index:1;text-align:center;}
		&::before{content:'';display:block;position:absolute;left:0;top:0;width:0;height:100%;transition:width 0.4s;background-color:$key-color;overflow:hidden;}
		&:hover{
			span{color:#fff;}
			&::before{width:100%;}
		}
	}
} */
.list_updown_issue {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.list_updown_issue strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 1em;
}
.list_updown_issue strong span {
  display: block;
  color: #0072dd;
  letter-spacing: 0;
  line-height: 1em;
  font-size: 14px;
  font-weight: 400;
}
.list_updown_issue ol li {
  position: relative;
  margin-top: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #121212;
  overflow: hidden;
}
.list_updown_issue ol li p {
  position: relative;
  width: 100%;
  padding: 6px 40px 6px 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1;
}
.list_updown_issue ol li:first-child {
  margin-top: 0;
}
.list_updown_issue ol li * {
  line-height: 1em;
}
.list_updown_issue ol li b {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  background-color: #cecece;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}
.list_updown_issue ol li a {
  display: block;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list_updown_issue ol li a:hover {
  text-decoration: underline;
}
.list_updown_issue ol li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  text-align: right;
}
.list_updown_issue ol li span em {
  color: #333;
}
.list_updown_issue ol li span.new {
  color: #f5821f;
}
.list_updown_issue ol li span.new_sky {
  color: #3eabff;
}
.list_updown_issue ol li span.up::before, .list_updown_issue ol li span.down::before {
  position: relative;
  margin-right: 4px;
  font-size: 10px;
}
.list_updown_issue ol li span.up {
  color: #cc3333;
}
.list_updown_issue ol li span.up::before {
  content: "▲";
}
.list_updown_issue ol li span.down {
  color: #0072dd;
}
.list_updown_issue ol li span.down::before {
  content: "▼";
}

.view_comm_style .view_top {
  position: relative;
  padding: 30px 20px;
  border-bottom: 1px solid #e1e1e1;
}
.view_comm_style .view_top > strong {
  display: block;
  color: #2e2e2e;
  font-size: 1.25rem;
  font-weight: 500;
}
.view_comm_style .view_top > span {
  display: block;
  margin-top: 25px;
  font-size: 1rem;
  color: #999;
  letter-spacing: 0;
  line-height: 1em;
}
.view_comm_style .view_top.img_top_guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.view_comm_style .view_top.img_top_guide .list_txt {
  margin-left: 20px;
}
.view_comm_style .view_body {
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.view_comm_style .view_body * {
  line-height: 1.7;
}
.view_comm_style .view_body .utb_frmae {
  width: 700px;
  height: 410px;
  margin: 0 auto;
}
.view_comm_style .view_body .utb_frmae iframe {
  width: 100%;
  height: 100%;
}
.view_comm_style .view_body .txt_con {
  margin-top: 45px;
}
.view_comm_style .view_body .editor img {
  display: block;
  margin: 0 auto;
  height: auto !important;
}
.view_comm_style .view_body .editor.nara img {
  width: 100% !important;
}
.view_comm_style .view_body .learning_overview {
  font-size: 20px;
  color: #2e7ec0;
  font-weight: 500;
  display: block;
  margin-bottom: 30px;
}
.view_comm_style .view_body .old_style_css {
  font-size: 1.0625rem;
  letter-spacing: 0;
  color: #676763;
}
.view_comm_style .view_botm {
  text-align: right;
  border-top: 1px solid #e1e1e1;
}
.view_comm_style .view_botm > a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 10px 30px;
  margin: 25px 25px 0 0;
  border-radius: 3px;
  border: 1px solid #1b3956;
  line-height: 1em;
}
.view_comm_style .view_botm > a span {
  display: block;
  position: relative;
  font-size: 14px;
  color: #1b3956;
  line-height: 1em;
  z-index: 1;
  text-align: center;
}
.view_comm_style .view_botm > a span::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 14px;
  margin-left: 10px;
  background: url(../img/ico_list_link.png) no-repeat center/100% auto;
}
.view_comm_style .view_botm > a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  background-color: #1b3956;
  overflow: hidden;
}
.view_comm_style .view_botm > a:hover span {
  color: #fff;
}
.view_comm_style .view_botm > a:hover span::after {
  background-image: url(../img/ico_list_link-on.png);
}
.view_comm_style .view_botm > a:hover::before {
  width: 100%;
}

.tab_area_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.tab_area_wrap > button {
  display: block;
  width: 100%;
  margin-left: 2px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  letter-spacing: 0;
}
.tab_area_wrap > button.tab_color01 {
  background-color: #ff6967;
}
.tab_area_wrap > button.tab_color02 {
  background-color: #fa9c9b;
}
.tab_area_wrap > button.tab_color03 {
  background-color: #88c5f4;
}
.tab_area_wrap > button.tab_color04 {
  background-color: #669af2;
}
.tab_area_wrap > button:hover {
  color: #000;
}
.tab_area_wrap > button:first-child {
  margin-left: 0;
}
.tab_area_wrap > button.on {
  font-weight: 500;
  font-size: 18px;
  background-color: #fff;
  border-top-width: 4px;
  border-top-style: solid;
}
.tab_area_wrap > button.on.tab_color01 {
  border-top-color: #ff6967;
  color: #ff6967;
}
.tab_area_wrap > button.on.tab_color02 {
  border-top-color: #fa9c9b;
  color: #fa9c9b;
}
.tab_area_wrap > button.on.tab_color03 {
  border-top-color: #88c5f4;
  color: #88c5f4;
}
.tab_area_wrap > button.on.tab_color04 {
  border-top-color: #669af2;
  color: #669af2;
}

.list_top_style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 20px;
  padding-bottom: 7px;
  border-bottom: 2px solid #1b3956;
}
.list_top_style h5 {
  color: #1b3956;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4em;
}
.list_top_style h5 span::before {
  content: ">";
  padding: 0 8px;
  color: #999;
}
.list_top_style .sum_num {
  color: #999;
  font-size: 16px;
  letter-spacing: 0;
}

.list_comm_style .list_img {
  width: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  overflow: hidden;
}
.list_comm_style .list_img img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.list_comm_style .list_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 540px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.list_comm_style .list_txt * {
  display: block;
  color: #999;
}
.list_comm_style .list_txt em {
  margin-bottom: 14px;
  font-weight: 500;
}
.list_comm_style .list_txt em.color01, .list_comm_style .list_txt em.color02 {
  color: #2ca0fa;
}
.list_comm_style .list_txt em.color03 {
  color: #3769bd;
}
.list_comm_style .list_txt em.color04 {
  color: #fa9c9b;
}
.list_comm_style .list_txt strong {
  margin-bottom: 8px;
  font-weight: 400;
}
.list_comm_style .list_txt strong span {
  display: inline-block;
  vertical-align: top;
  max-width: 77%;
  font-size: 18px;
  padding-bottom: 3px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list_comm_style .list_txt strong b {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  margin: 2px 0 0 4px;
  line-height: 18px;
  background-color: #3898e1;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.list_comm_style .list_txt strong b.hot {
  background-color: #e5401f;
}
.list_comm_style .list_txt p {
  line-height: 1.35em;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
}
.list_comm_style .list_txt > span {
  margin-top: 12px;
  font-size: 14px;
  letter-spacing: 0;
}
.list_comm_style li {
  margin-top: 30px;
}
.list_comm_style li:first-child {
  margin-top: 0;
}
.list_comm_style li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.list_comm_style li a:hover .list_img img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.list_comm_style li a:hover .list_txt strong span {
  color: #4080c6;
}
.list_comm_style li a:hover .list_txt p {
  color: #333;
}
.list_comm_style .utb_link .list_img {
  position: relative;
}
.list_comm_style .utb_link .list_img::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/ico_utb_big-off.png) no-repeat center/56px auto;
  opacity: 0.6;
}
.list_comm_style .utb_link .list_img img {
  display: block;
  width: 100%;
}
.list_comm_style .utb_link:hover .list_img::after {
  background-image: url(../img/ico_utb_big.png);
  opacity: 1;
}
.list_comm_style .utb_link:hover .list_img img {
  -webkit-transform: none;
          transform: none;
}
.list_comm_style.pipeline_style {
  margin-bottom: 40px;
}
.list_comm_style.pipeline_style li {
  margin-top: 0;
  padding: 24px 10px;
  border-bottom: 1px solid #e1e1e1;
}
.list_comm_style.pipeline_style .list_img {
  width: 240px;
  height: 124px;
}
.list_comm_style.pipeline_style .list_txt {
  width: 540px;
  border-bottom-width: 0;
}
.list_comm_style.pipeline_style .list_txt em {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
}
.list_comm_style.sign_style {
  margin-bottom: 50px;
}
.list_comm_style.sign_style li {
  margin-top: 0;
  padding: 28px 0;
  border-bottom: 1px solid #e1e1e1;
}
.list_comm_style.sign_style .list_img {
  width: 270px;
  height: 140px;
}
.list_comm_style.sign_style .list_txt {
  width: 520px;
  border-bottom-width: 0;
}
.list_comm_style.sign_style .list_txt em {
  margin-bottom: 8px;
  font-size: 15px;
}
.list_comm_style.sign_style .list_txt strong {
  margin-bottom: 10px;
}
.list_comm_style.sign_style .list_txt p {
  -webkit-line-clamp: 3;
}
.list_comm_style.sign_style .list_txt > span {
  margin-top: 14px;
}

@media all and (max-width: 1460px) {
  .ui-autocomplete {
    padding-bottom: 0.6849315068vw;
    -webkit-box-shadow: 0.1369863014vw 0.1369863014vw 0.1369863014vw rgba(0, 0, 0, 0.1);
            box-shadow: 0.1369863014vw 0.1369863014vw 0.1369863014vw rgba(0, 0, 0, 0.1);
    border-radius: 0 0 1.2328767123vw 1.2328767123vw;
  }
  .ui-autocomplete li a {
    padding: 0.4109589041vw 1.7808219178vw;
    font-size: 0.875rem;
  }
  .download_wrap {
    margin: 0 2.0547945205vw 0 1.3698630137vw;
  }
  .download_wrap .download {
    width: 1.5753424658vw;
    height: 2.3287671233vw;
  }
  .download_wrap .file_bubble {
    top: 2.8767123288vw;
    width: 13.0136986301vw;
    padding: 1.0273972603vw 1.6438356164vw 1.0273972603vw 1.0273972603vw;
  }
  .download_wrap .file_bubble::before {
    top: -0.4794520548vw;
    width: 0.6849315068vw;
    height: 0.6849315068vw;
    margin-right: -0.3424657534vw;
  }
  .download_wrap .file_bubble .close {
    top: 0.3424657534vw;
    right: 0.3424657534vw;
    width: 1.3698630137vw;
    height: 1.3698630137vw;
  }
  .download_wrap .con li + li {
    margin-top: 0.2739726027vw;
    padding-top: 0.2739726027vw;
  }
  .download_wrap .con a {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .comm_listview_go {
    width: 8.904109589vw;
    padding: 0.6849315068vw 0;
    border-radius: 0.2054794521vw;
  }
  .comm_listview_go span {
    font-size: 0.875rem;
  }
  .page_related_btns > button {
    width: 2.0547945205vw;
    height: 1.7123287671vw;
    margin-left: 0.3424657534vw;
    background-size: 1.5068493151vw auto;
    border-radius: 0.1369863014vw;
  }
  .page_related_btns .prb_tooltip_wrap > button {
    width: 2.0547945205vw;
    height: 1.7123287671vw;
    background-size: 1.5068493151vw auto;
  }
  .tooltip_box {
    padding: 0.9589041096vw 0.8219178082vw;
    margin-top: 0.4109589041vw;
  }
  .tooltip_box::after {
    width: 1.3698630137vw;
    height: 0.6849315068vw;
    margin-top: -0.6849315068vw;
  }
  .tooltip_box button span {
    margin-right: 0.5479452055vw;
    font-size: 1.0625rem;
  }
  .tooltip_box button::after {
    width: 1.6438356164vw;
    height: 2.0547945205vw;
  }
  /* popup side */
  .popup_side {
    width: 61.6438356164vw;
  }
  .popup_side .btn_close {
    width: 5.0684931507vw;
    height: 5.0684931507vw;
    background-size: 1.9178082192vw auto;
  }
  .popup_side .title_box {
    height: 9.2465753425vw;
  }
  .popup_side .title_tab {
    width: 27.397260274vw;
    height: 4.1095890411vw;
    padding-left: 2.7397260274vw;
    margin-left: 4.1095890411vw;
    border-radius: 0.2739726027vw 0.2739726027vw 0 0;
    border-top-width: 0.6849315068vw;
  }
  .popup_side .title_tab > p {
    font-size: 1.125rem;
  }
  .popup_side .popup_scroll {
    height: calc(100% - 9.2465753425vw);
  }
  /* SIDE BAR */
  .page_side-bar.other_type .side_title {
    padding-left: 1.9178082192vw;
    margin: 1.3698630137vw 0 0.8219178082vw 0.4109589041vw;
    background-size: 1.5068493151vw auto;
    font-size: 1rem;
  }
  .page_side-bar.other_type > div {
    padding: 0.6849315068vw;
    margin-top: 0.2054794521vw;
    border-radius: 0.2739726027vw;
  }
  .page_side-bar.other_type .side_tab .tab_select button {
    padding: 0.6849315068vw 0;
    border-radius: 0.2739726027vw 0.2739726027vw 0 0;
    font-size: 1rem;
  }
  .page_side-bar.other_type .side_tab .tab_select button.on {
    padding: 1.095890411vw 0 0.6849315068vw 0;
  }
  .page_side-bar.other_type .side_tab .tab_select.ico_add button::before {
    width: 1.3698630137vw;
    height: 1.2328767123vw;
    margin-right: 0.4109589041vw;
  }
  .page_side-bar.other_type .side_tab .tab_conts {
    padding: 1.0273972603vw 2.0547945205vw;
    border-radius: 0 0 0.2739726027vw 0.2739726027vw;
  }
  .page_side-bar.other_type .side_tab .tab_conts ul li a {
    padding: 0.4794520548vw 0;
    font-size: 1rem;
  }
  .page_side-bar.other_type .side_link {
    padding-top: 1.3698630137vw;
    padding-bottom: 1.3698630137vw;
  }
  .page_side-bar.other_type .side_link .link_img {
    width: 8.2191780822vw;
    height: 4.2465753425vw;
    margin-right: 0.6849315068vw;
    border-radius: 0.2739726027vw;
  }
  .page_side-bar.other_type .side_link .link_txt {
    width: 11.6438356164vw;
  }
  .page_side-bar.other_type .side_link .link_txt em {
    margin-bottom: 0.2739726027vw;
    font-size: 0.875rem;
  }
  .page_side-bar.other_type .side_link .link_txt p {
    font-size: 1rem;
  }
  .page_side-bar.other_type .side_link li {
    margin-top: 0.6849315068vw;
  }
  .page_side-bar.other_type .side_utb strong {
    padding-left: 3.4246575342vw;
    margin: 0.2739726027vw 0 0.9589041096vw 0;
    background-position-y: 0.1369863014vw;
    background-size: 2.602739726vw auto;
  }
  .page_side-bar.other_type .side_utb strong em {
    margin-bottom: 0.1369863014vw;
    font-size: 0.875rem;
  }
  .page_side-bar.other_type .side_utb strong span {
    font-size: 0.9375rem;
  }
  .page_side-bar.center_side-bar {
    margin-top: 3.9726027397vw;
  }
  .page_side-bar.center_side-bar .main_banner_top .slick-dots {
    left: 2.0547945205vw;
    bottom: 1.7123287671vw;
  }
  .page_side-bar.center_side-bar .side_link li {
    margin-top: 0.2054794521vw;
  }
  .page_side-bar.center_side-bar .side_link li a {
    padding: 1.5068493151vw 0;
    padding-left: 5.4794520548vw;
    font-size: 1.125rem;
  }
  .page_side-bar.center_side-bar .side_link li a em {
    font-size: 0.875rem;
  }
  .page_side-bar.center_side-bar .side_link li a::before {
    left: 2.3287671233vw;
    width: 2.7397260274vw;
    height: 2.0547945205vw;
  }
  .page_side-bar.center_side-bar .side_link li.link_type04 a {
    padding-left: 2.7397260274vw;
    font-size: 1.25rem;
  }
  .page_side-bar.center_side-bar .side_link li.link_type04 a::before {
    margin-right: 1.3698630137vw;
  }
  .page_side-bar.center_side-bar .side_link li.link_type06 a {
    padding-left: 6.8493150685vw;
  }
  .page_side-bar.center_side-bar .side_link li.link_type06 a::before {
    left: 2.8767123288vw;
  }
  .page_side-bar.center_side-bar .side_link li.link_type06 a::after {
    width: 0.6164383562vw;
    height: 0.9589041096vw;
    margin-right: 1.3698630137vw;
  }
  .page_move_link {
    margin-bottom: 4.1095890411vw;
  }
  .page_move_link > a {
    padding: 0.6849315068vw 2.0547945205vw;
    margin: 1.7123287671vw 1.7123287671vw 0 0;
    border-radius: 0.2054794521vw;
  }
  .page_move_link > a span {
    font-size: 0.875rem;
  }
  .page_move_link > a span::after {
    width: 1.095890411vw;
    height: 0.9589041096vw;
    margin-left: 0.6849315068vw;
  }
  .list_updown_issue strong {
    margin-bottom: 1.2328767123vw;
    font-size: 1.25rem;
  }
  .list_updown_issue strong span {
    font-size: 0.875rem;
  }
  .list_updown_issue ol li {
    margin-top: 0.1369863014vw;
  }
  .list_updown_issue ol li p {
    padding: 0.4109589041vw 2.7397260274vw 0.4109589041vw 2.3287671233vw;
  }
  .list_updown_issue ol li b {
    width: 1.6438356164vw;
    height: 1.6438356164vw;
    font-size: 0.875rem;
    line-height: 1.6438356164vw;
  }
  .list_updown_issue ol li a {
    font-size: 1.125rem;
  }
  .list_updown_issue ol li span {
    right: 0.4109589041vw;
    font-size: 0.875rem;
  }
  .list_updown_issue ol li span.up::before, .list_updown_issue ol li span.down::before {
    margin-right: 0.2739726027vw;
    font-size: 0.625rem;
  }
  .list_updown_issue ol li span.down::before {
    top: -0.1369863014vw;
  }
  .view_comm_style .view_top {
    padding: 2.0547945205vw 1.3698630137vw;
  }
  .view_comm_style .view_top > strong {
    font-size: 1.25rem;
  }
  .view_comm_style .view_top > span {
    margin-top: 1.7123287671vw;
    font-size: 0.875rem;
  }
  .view_comm_style .view_top.img_top_guide .list_txt {
    margin-left: 1.3698630137vw;
  }
  .view_comm_style .view_body {
    padding: 2.0547945205vw 1.3698630137vw;
  }
  .view_comm_style .view_body .utb_frmae {
    width: 47.9452054795vw;
    height: 28.0821917808vw;
  }
  .view_comm_style .view_body .txt_con {
    margin-top: 3.0821917808vw;
  }
  .view_comm_style .view_body .learning_overview {
    font-size: 1.25rem;
    margin-bottom: 2.0547945205vw;
  }
  .view_comm_style .view_body .editor img {
    width: 100% !important;
  }
  .view_comm_style .view_botm > a {
    padding: 0.6849315068vw 2.0547945205vw;
    margin: 1.7123287671vw 1.7123287671vw 0 0;
    border-radius: 0.2054794521vw;
  }
  .view_comm_style .view_botm > a span {
    font-size: 0.875rem;
  }
  .view_comm_style .view_botm > a span::after {
    width: 1.095890411vw;
    height: 0.9589041096vw;
    margin-left: 0.6849315068vw;
  }
  .tab_area_wrap {
    margin-bottom: 2.7397260274vw;
    border-radius: 0.2739726027vw 0.2739726027vw 0 0;
  }
  .tab_area_wrap > button {
    border-left-width: 0.1369863014vw;
    line-height: 3.4246575342vw;
  }
  .tab_area_wrap > button.on {
    font-size: 1.125rem;
    border-top-width: 0.2739726027vw;
  }
  .list_top_style {
    margin-top: 1.3698630137vw;
    padding-bottom: 0.4794520548vw;
  }
  .list_top_style h5 {
    font-size: 1.25rem;
  }
  .list_top_style h5 span::before {
    padding: 0 0.5479452055vw;
  }
  .list_top_style .sum_num {
    font-size: 1rem;
  }
  .list_comm_style .list_img {
    width: 20.5479452055vw;
    border-radius: 0.2739726027vw;
  }
  .list_comm_style .list_txt {
    width: 36.9863013699vw;
  }
  .list_comm_style .list_txt em {
    margin-bottom: 0.9589041096vw;
  }
  .list_comm_style .list_txt strong {
    margin-bottom: 0.5479452055vw;
  }
  .list_comm_style .list_txt strong span {
    padding-bottom: 0.2054794521vw;
    font-size: 1.125rem;
  }
  .list_comm_style .list_txt strong b {
    width: 3.4246575342vw;
    margin: 0.1369863014vw 0 0 0.2739726027vw;
    line-height: 1.2328767123vw;
    border-radius: 0.2054794521vw;
    font-size: 0.75rem;
  }
  .list_comm_style .list_txt p {
    font-size: 0.9375rem;
  }
  .list_comm_style .list_txt > span {
    margin-top: 0.8219178082vw;
    font-size: 0.875rem;
  }
  .list_comm_style li {
    margin-top: 2.0547945205vw;
  }
  .list_comm_style .utb_link .list_img::after {
    background-size: 3.8356164384vw auto;
  }
  .list_comm_style.pipeline_style {
    margin-bottom: 2.7397260274vw;
  }
  .list_comm_style.pipeline_style li {
    padding: 1.6438356164vw 0.6849315068vw;
  }
  .list_comm_style.pipeline_style .list_img {
    width: 16.4383561644vw;
    height: 8.4931506849vw;
  }
  .list_comm_style.pipeline_style .list_txt {
    width: 36.9863013699vw;
  }
  .list_comm_style.pipeline_style .list_txt em {
    margin-bottom: 0.6849315068vw;
    font-size: 0.875rem;
  }
  .list_comm_style.sign_style {
    margin-bottom: 3.4246575342vw;
  }
  .list_comm_style.sign_style li {
    padding: 1.9178082192vw 0;
  }
  .list_comm_style.sign_style .list_img {
    width: 18.4931506849vw;
    height: 9.5890410959vw;
  }
  .list_comm_style.sign_style .list_txt {
    width: 35.6164383562vw;
  }
  .list_comm_style.sign_style .list_txt em {
    margin-bottom: 0.5479452055vw;
    font-size: 0.9375rem;
  }
  .list_comm_style.sign_style .list_txt strong {
    margin-bottom: 0.6849315068vw;
  }
  .list_comm_style.sign_style .list_txt > span {
    margin-top: 0.9589041096vw;
  }
}
@media all and (max-width: 750px) {
  .ui-autocomplete {
    position: fixed;
    padding-bottom: 1.3333333333vw;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0 0 2.4vw 2.4vw;
  }
  .ui-autocomplete li a {
    padding: 1.0666666667vw 6.1333333333vw;
    font-size: 1.25rem;
  }
  .download_wrap {
    margin: 0 0 0 1.8666666667vw;
  }
  .download_wrap .download {
    width: 5.0666666667vw;
    height: 8vw;
    background-image: url(../img/m/ico_filedown.png);
  }
  .download_wrap .download:hover {
    background-image: url(../img/m/ico_filedown.png);
  }
  .download_wrap .download.on {
    background-image: url(../img/m/ico_filedown_on.png);
  }
  .download_wrap .file_bubble {
    top: -2.6666666667vw;
    right: 8.5333333333vw;
    left: auto;
    -webkit-transform: none;
            transform: none;
    width: 48vw;
    padding: 4vw 5.3333333333vw 4vw 4vw;
    border-radius: 3px;
    -webkit-box-shadow: -4px 4px 0 0 rgba(0, 0, 0, 0.1);
            box-shadow: -4px 4px 0 0 rgba(0, 0, 0, 0.1);
  }
  .download_wrap .file_bubble:before {
    top: 4.8vw;
    right: -1.6vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    -webkit-transform: rotate(226deg);
            transform: rotate(226deg);
    margin-right: 0;
  }
  .download_wrap .file_bubble .close {
    top: 1.3333333333vw;
    right: 1.3333333333vw;
    width: 4vw;
    height: 4vw;
    background-size: 100% auto;
  }
  .download_wrap .file_bubble.right {
    right: auto;
    left: 8.5333333333vw;
    -webkit-box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.1);
            box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.1);
  }
  .download_wrap .file_bubble.right::before {
    right: auto;
    left: -1.6vw;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .download_wrap .con li + li {
    margin-top: 1.0666666667vw;
    padding-top: 1.0666666667vw;
  }
  .download_wrap .con a {
    font-size: 1rem;
    line-height: 1.1;
  }
  .download_wrap .con a:hover {
    text-decoration: none;
  }
  .comm_listview_go {
    width: 17.3333333333vw;
    padding: 2vw 0;
    border-radius: 0.4vw;
  }
  .comm_listview_go span {
    font-size: 0.75rem;
  }
  .page_related_btns > button {
    width: 7.7333333333vw;
    height: 6.1333333333vw;
    margin-left: 1.3333333333vw;
    background-size: 4vw auto;
    border-radius: 2px;
  }
  .page_related_btns > button.prb02 {
    background-image: url(../img/m/ico_related02.png);
  }
  .page_related_btns > button.prb03 {
    background-image: url(../img/m/ico_related03.png);
  }
  .page_related_btns > button.prb05 {
    background-image: url(../img/m/ico_related05.png);
  }
  .page_related_btns > button.prb06 {
    background-image: url(../img/m/ico_related06.png);
  }
  .page_related_btns > button.prb07 {
    background-image: url(../img/m/ico_related07.png);
  }
  .page_related_btns > button.prb04, .page_related_btns > button.prb06, .page_related_btns > button.prb07 {
    display: none;
  }
  .page_related_btns .prb_tooltip_wrap > button {
    width: 7.7333333333vw;
    height: 6.1333333333vw;
    background-size: 4vw auto;
  }
  .tooltip_box {
    padding: 1.8666666667vw 2.4vw;
    margin-top: 1.0666666667vw;
  }
  .tooltip_box::after {
    width: 2.6666666667vw;
    height: 1.3333333333vw;
    margin-top: -1.3333333333vw;
  }
  .tooltip_box button {
    margin: 0.8vw 0;
  }
  .tooltip_box button span {
    margin-right: 1.8666666667vw;
    font-size: 1rem;
  }
  .tooltip_box button::after {
    width: 4vw;
    height: 4.6666666667vw;
  }
  /* popup side */
  .popup_side {
    width: 93.3333333333vw;
  }
  .popup_side .btn_close {
    width: 9.8666666667vw;
    height: 9.8666666667vw;
    background-size: 3.7333333333vw auto;
  }
  .popup_side .title_box {
    height: 18vw;
  }
  .popup_side .title_tab {
    width: 61.3333333333vw;
    height: 8vw;
    padding-left: 3.3333333333vw;
    margin-left: 4vw;
    border-radius: 0.5333333333vw 0.5333333333vw 0 0;
    border-top-width: 1.3333333333vw;
  }
  .popup_side .title_tab > p {
    font-size: 1rem;
    line-height: 1.2em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
  }
  .popup_side .popup_scroll {
    height: calc(100% - 18vw);
  }
  /* SIDE BAR */
  .page_side-bar.other_type .side_title {
    padding-left: 6.4vw;
    margin: 0 0 4vw 0;
    background-size: 4.8vw auto;
    font-size: 1.3333333333rem;
    background-position: left center;
  }
  .page_side-bar.other_type > div {
    padding: 1.3333333333vw;
    margin-top: 0.4vw;
    border-radius: 4px;
  }
  .page_side-bar.other_type .side_tab .tab_select button {
    padding: 2.6666666667vw 0;
    border-radius: 4px 4px 0 0;
    font-size: 1.25rem;
  }
  .page_side-bar.other_type .side_tab .tab_select button.on {
    padding: 3.4666666667vw 0 2.6666666667vw 0;
  }
  .page_side-bar.other_type .side_tab .tab_select.ico_add button::before {
    width: 2.6666666667vw;
    height: 2.4vw;
    margin-right: 0.8vw;
  }
  .page_side-bar.other_type .side_tab .tab_conts {
    padding: 3.4666666667vw 5.3333333333vw;
    border-radius: 0 0 4px 4px;
  }
  .page_side-bar.other_type .side_tab .tab_conts ul li a {
    padding: 1.6vw 0;
    font-size: 1.1666666667rem;
  }
  .page_side-bar.other_type .side_banner, .page_side-bar.other_type .side_link, .page_side-bar.other_type .side_utb {
    display: none;
  }
  .page_side-bar.other_type .side_banner a img, .page_side-bar.other_type .side_banner button img {
    display: none;
  }
  .page_side-bar.other_type .side_banner a img.m, .page_side-bar.other_type .side_banner button img.m {
    display: block;
  }
  .page_side-bar.other_type .side_banner_mo_show {
    display: block;
    margin-top: 6.6666666667vw;
  }
  .page_side-bar.center_side-bar {
    margin-top: 7.7333333333vw;
  }
  .page_side-bar.center_side-bar .main_banner_top {
    padding: 3.3333333333vw;
  }
  .page_side-bar.center_side-bar .main_banner_top .slick-dots {
    left: 5.6vw;
    bottom: 2.6666666667vw;
  }
  .page_side-bar.center_side-bar .main_banner_top .item a .guide_pc {
    display: none;
  }
  .page_side-bar.center_side-bar .main_banner_top .item a .guide_mo {
    display: block;
  }
  .page_side-bar.center_side-bar .side_link {
    display: block;
  }
  .page_side-bar.center_side-bar .side_link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page_side-bar.center_side-bar .side_link ul li {
    margin-top: 0.4vw;
    width: 49%;
    height: 22.6666666667vw;
    border-radius: 0.5333333333vw;
  }
  .page_side-bar.center_side-bar .side_link ul li a {
    padding: 14.6666666667vw 4.5333333333vw 2.6666666667vw;
    font-size: 1rem;
    line-height: 1.2;
    text-align: center;
    height: 100%;
  }
  .page_side-bar.center_side-bar .side_link ul li a em {
    font-size: 1rem;
  }
  .page_side-bar.center_side-bar .side_link ul li a br {
    display: block;
  }
  .page_side-bar.center_side-bar .side_link ul li a::before {
    left: 50%;
    top: 2.4vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    background-color: #fff;
    border-radius: 50%;
    background-size: 6.6666666667vw;
  }
  .page_side-bar.center_side-bar .side_link ul li.link_type01 a, .page_side-bar.center_side-bar .side_link ul li.link_type02 a, .page_side-bar.center_side-bar .side_link ul li.link_type03 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page_side-bar.center_side-bar .side_link ul li.link_type04, .page_side-bar.center_side-bar .side_link ul li.link_type05 {
    width: 45.3333333333vw;
    height: 17.3333333333vw;
    margin-top: 6.6666666667vw;
  }
  .page_side-bar.center_side-bar .side_link ul li.link_type04 a, .page_side-bar.center_side-bar .side_link ul li.link_type05 a {
    font-size: 1.25rem;
    text-align: left;
    padding: 4vw 4vw 4vw 6.6666666667vw;
  }
  .page_side-bar.center_side-bar .side_link ul li.link_type04 a::before, .page_side-bar.center_side-bar .side_link ul li.link_type05 a::before {
    right: 4vw;
    left: auto;
    top: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 7.7333333333vw;
    height: 100%;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    margin-right: 0;
    background-size: 100% auto;
  }
  .page_side-bar.center_side-bar .side_link ul li.link_type05 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
  }
  .page_side-bar.center_side-bar .side_link ul li.link_type05 a::before {
    width: 10.1333333333vw;
    right: 2.6666666667vw;
  }
  .page_side-bar.center_side-bar .side_link ul li.link_type06 {
    width: 100%;
    height: 16vw;
    margin-top: 1.3333333333vw;
  }
  .page_side-bar.center_side-bar .side_link ul li.link_type06 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
    font-size: 1.5rem;
    padding: 4.5333333333vw 0;
    padding-right: 9.3333333333vw;
  }
  .page_side-bar.center_side-bar .side_link ul li.link_type06 a::before {
    width: 10.1333333333vw;
    height: 7.7333333333vw;
    left: 6.6666666667vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: transparent;
    border-radius: 0;
    background-size: 100%;
  }
  .page_side-bar.center_side-bar .side_link ul li.link_type06 a::after {
    width: 2.4vw;
    height: 4vw;
    margin-right: 5.3333333333vw;
  }
  .page_move_link {
    margin-bottom: 13.3333333333vw;
  }
  .page_move_link > a {
    padding: 2.1333333333vw 5.3333333333vw;
    margin: 4vw 2.6666666667vw 0 0;
    border-radius: 3px;
  }
  .page_move_link > a span {
    font-size: 1rem;
  }
  .page_move_link > a span::after {
    width: 3.4666666667vw;
    height: 2.9333333333vw;
    margin-left: 2.6666666667vw;
  }
  .page_move_link > a:hover span {
    color: #1b3956;
  }
  .page_move_link > a:hover span::after {
    background-image: url(../img/ico_list_link.png);
  }
  .page_move_link > a:hover::before {
    width: 0;
  }
  .list_updown_issue strong {
    margin-bottom: 2.1333333333vw;
    font-size: 1rem;
  }
  .list_updown_issue strong span {
    font-size: 0.75rem;
  }
  .list_updown_issue ol li {
    margin-top: 0.2666666667vw;
  }
  .list_updown_issue ol li p {
    padding: 1.3333333333vw 5.3333333333vw;
  }
  .list_updown_issue ol li b {
    width: 4vw;
    height: 4vw;
    font-size: 0.8333333333rem;
    line-height: 4vw;
  }
  .list_updown_issue ol li a {
    font-size: 0.8333333333rem;
  }
  .list_updown_issue ol li span {
    right: 0.8vw;
    font-size: 0.75rem;
  }
  .list_updown_issue ol li span.up::before, .list_updown_issue ol li span.down::before {
    margin-right: 0.5333333333vw;
    font-size: 0.4166666667rem;
  }
  .list_updown_issue ol li span.down::before {
    top: -0.1333333333vw;
  }
  .view_comm_guide {
    padding: 0 2vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .view_comm_guide .list_top_style {
    padding: 0 2vw;
  }
  .view_comm_guide .list_top_style h5 {
    font-size: 1.25rem;
    text-align: left;
  }
  .view_comm_guide .list_top_style h5 span::before {
    padding: 0 0.5479452055vw;
  }
  .view_comm_style {
    border-top: 2px solid #1b3956;
    margin-top: -2px;
  }
  .view_comm_style .view_top {
    padding: 4vw 10.6666666667vw 4vw 2.6666666667vw;
    /* 다운로드 예외 처리 모바일 뷰화면 일때는 버튼 아래로 노출 */
  }
  .view_comm_style .view_top > strong {
    font-size: 1.3333333333rem;
  }
  .view_comm_style .view_top > span {
    margin-top: 2.4vw;
    font-size: 1.0833333333rem;
  }
  .view_comm_style .view_top.img_top_guide .list_txt {
    margin-left: 2.6666666667vw;
  }
  .view_comm_style .view_top .download_wrap {
    position: absolute;
    right: 2.6666666667vw;
    top: 4.5333333333vw;
    margin: 0;
  }
  .view_comm_style .view_top .download_wrap .file_bubble {
    top: 100%;
    right: -2.6666666667vw;
    margin-top: 2.1333333333vw;
  }
  .view_comm_style .view_top .download_wrap .file_bubble:before {
    top: -1.6vw;
    right: 3.4666666667vw;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .view_comm_style .view_top.css_pdright {
    padding-right: 2.6666666667vw;
  }
  .view_comm_style .view_top.downbtn_org {
    padding-right: 2.6666666667vw;
  }
  .view_comm_style .view_top.downbtn_org .download_wrap {
    position: static;
  }
  .view_comm_style .view_body {
    padding: 5.3333333333vw 2.6666666667vw;
  }
  .view_comm_style .view_body .utb_frmae {
    width: 100%;
    height: 51.3333333333vw;
  }
  .view_comm_style .view_body .txt_con {
    margin-top: 6vw;
  }
  .view_comm_style .view_body .learning_overview {
    font-size: 1.25rem;
    margin-bottom: 4vw;
  }
  .view_comm_style .view_body * {
    font-size: 1.0833333333rem;
  }
  .view_comm_style .view_botm > a {
    padding: 2.1333333333vw 5.3333333333vw;
    margin: 4vw 2.6666666667vw 0 0;
    border-radius: 3px;
  }
  .view_comm_style .view_botm > a span {
    font-size: 1rem;
  }
  .view_comm_style .view_botm > a span::after {
    width: 3.4666666667vw;
    height: 2.9333333333vw;
    margin-left: 2.6666666667vw;
  }
  .view_comm_style .view_botm > a:hover span {
    color: #1b3956;
  }
  .view_comm_style .view_botm > a:hover span::after {
    background-image: url(../img/ico_list_link.png);
  }
  .view_comm_style .view_botm > a:hover::before {
    width: 0;
  }
  .tab_area_wrap {
    margin-bottom: 4vw;
    border-radius: 0.5333333333vw 0.5333333333vw 0 0;
  }
  .tab_area_wrap > button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 9.3333333333vw;
    border-left-width: 0.4vw;
    line-height: 1em;
    font-size: 1rem;
  }
  .tab_area_wrap > button.on {
    font-size: 1rem;
    border-top-width: 0.9333333333vw;
  }
  .list_top_style {
    padding-bottom: 2.6666666667vw;
    margin-top: 0;
  }
  .list_top_style h5 {
    margin-bottom: 3.7333333333vw;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1em;
  }
  .list_top_style .page_related_btns {
    display: none;
  }
  .list_top_style .sum_num {
    font-size: 1.0833333333rem;
    text-indent: 2.1333333333vw;
  }
  .list_top_style:nth-child(1) {
    display: block;
    padding-bottom: 0;
  }
  .list_comm_style .list_img {
    width: 41%;
    border-radius: 0.5333333333vw;
  }
  .list_comm_style .list_txt {
    width: 55%;
    border-bottom: 1px solid #e1e1e1;
  }
  .list_comm_style .list_txt em {
    margin-bottom: 1.3333333333vw;
    font-size: 0.75rem;
  }
  .list_comm_style .list_txt strong {
    margin-bottom: 0.8vw;
    font-size: 0;
  }
  .list_comm_style .list_txt strong span {
    padding-bottom: 0.4vw;
    max-width: 72%;
    font-size: 1.1666666667rem;
  }
  .list_comm_style .list_txt strong b {
    width: 6.6666666667vw;
    margin: 0.2666666667vw 0 0 0.5333333333vw;
    padding-top: 1px;
    line-height: 2.4vw;
    border-radius: 0.4vw;
    font-size: 0.5rem;
  }
  .list_comm_style .list_txt p {
    font-size: 1.0833333333rem;
    line-height: 1.3em;
  }
  .list_comm_style .list_txt > span {
    margin-top: 1.3333333333vw;
    font-size: 1rem;
  }
  .list_comm_style li {
    margin-top: 4vw;
  }
  .list_comm_style .utb_link .list_img::after {
    background-size: 7.4666666667vw auto;
  }
  .list_comm_style.pipeline_style {
    margin-bottom: 6.6666666667vw;
  }
  .list_comm_style.pipeline_style li {
    padding: 4vw 2.6666666667vw;
  }
  .list_comm_style.pipeline_style .list_img {
    width: 26.1333333333vw;
    height: 13.6vw;
  }
  .list_comm_style.pipeline_style .list_txt {
    width: 67%;
  }
  .list_comm_style.pipeline_style .list_txt em {
    margin-bottom: 1.3333333333vw;
    font-size: 1rem;
  }
  .list_comm_style.sign_style {
    margin-bottom: 7.4666666667vw;
  }
  .list_comm_style.sign_style li {
    padding: 4vw 0;
  }
  .list_comm_style.sign_style .list_img {
    width: 32.5333333333vw;
    height: 16.8vw;
  }
  .list_comm_style.sign_style .list_txt {
    width: 62%;
  }
  .list_comm_style.sign_style .list_txt em {
    margin-bottom: 1.0666666667vw;
    font-size: 1rem;
  }
  .list_comm_style.sign_style .list_txt strong {
    margin-bottom: 1.3333333333vw;
  }
  .list_comm_style.sign_style .list_txt p {
    -webkit-line-clamp: 2;
  }
  .list_comm_style.sign_style .list_txt > span {
    margin-top: 1.0666666667vw;
  }
}
/* 구분자 공통 정리 */
.page_conts-bar.search .search_list p.info span::before {
  content: "ㅣ";
  margin: 0 4px;
  color: #e8e8e8;
}

.all_search_box .search_box_comm .related_word li::before {
  content: "ㅣ";
  margin: 0 4px 0 2px;
  color: #e8e8e8;
}

.main_policy_info .temp_guide em::after {
  content: "ㅣ";
  padding-left: 3px;
  color: #e8e8e8;
  font-size: 12px;
}

.educational_materials_list .list_txt span + span::before {
  content: "ㅣ";
  margin: 0 4px;
  color: #e8e8e8;
}

.educational_materials .view_comm_style .view_top .list_txt span + span::before {
  content: "ㅣ";
  margin: 0 4px;
  color: #e8e8e8;
}

.economy_multi .view_top .bot span span::before {
  content: "ㅣ";
  margin: 0 4px;
  color: #e8e8e8;
}

.economy_multi .view_top .bot .downbtn_line span::before {
  content: "ㅣ";
  margin: 0 4px;
  color: #e8e8e8;
}

.concept .sub_down_wrap ul li + li::before {
  content: "ㅣ";
  margin: 4px 5px;
  color: #e8e8e8;
  display: inline-block;
  vertical-align: top;
}

.infographic .graphic_guide .top span + span::before {
  content: "ㅣ";
  margin: 0 4px;
  color: #e8e8e8;
}

.infographic_list span + span::before {
  content: "ㅣ";
  margin: 0 4px;
  color: #e8e8e8;
}

.media_main_top .media_list_txt span + span::before {
  content: "ㅣ";
  margin-right: 3px;
  color: #e8e8e8;
}

.media_con_list span + span::before {
  content: "ㅣ";
  margin-right: 3px;
  color: #e8e8e8;
}

.toon_top .txt_box span + span::before {
  content: "ㅣ";
  margin: 0 4px 0 2px;
  color: #e8e8e8;
}

.toon_top .txt_box span span::before {
  content: "ㅣ";
  margin: 0 4px 0 2px;
  color: #e8e8e8;
}

.toon .push_toon li span + span::before {
  content: "ㅣ";
  margin: 0 4px;
  color: #e8e8e8;
}

.toon .push_toon li strong b + b::before {
  content: "ㅣ";
  margin: 0 2px;
  color: #e8e8e8;
  font-size: 14px;
}

.toon .media_con_list span + span::before {
  content: "ㅣ";
  margin: 0 4px;
  color: #e8e8e8;
}

.toon .media_con_list strong b + b::before {
  content: "ㅣ";
  margin: 0 2px;
  color: #e8e8e8;
  font-size: 14px;
}

.related_topic_bot ul span + span::before {
  content: "ㅣ";
  margin: 0 3px 0 1px;
  color: #e8e8e8;
}

.policy_material_list > li span:not(:last-child)::after,
.policy_material_list > li span span::before {
  content: "ㅣ";
  margin: 0 4px 2px 4px;
  color: #e8e8e8;
}

.policy_issue .issue_list_detail a span + span::before {
  content: "ㅣ";
  margin: 0 4px 0 2px;
  color: #e8e8e8;
}

.publish_list_comm .publish_top span:not(:last-child)::after {
  content: "ㅣ";
  margin: 0 3px;
  color: #e8e8e8;
}

.publish_list_comm .publish_top_sub .list_txt span + span::before {
  content: "ㅣ";
  margin: 0 2px;
  color: #e8e8e8;
}

.publish_list_comm .publish_top_sub a > span em::before {
  content: "ㅣ";
  margin: 0 4px;
  color: #e8e8e8;
  font-size: 12px;
}

.publish_view .view_comm_style .view_top .list_txt span + span::before {
  content: "ㅣ";
  margin: 0 4px;
  color: #e8e8e8;
}

.click_economy_main_list .tit_wrap span + span::before {
  content: "ㅣ";
  margin: 0 4px;
  color: #e8e8e8;
}

.click_economy .click_economy_list_top .list_txt .bot span + span::before {
  content: "ㅣ";
  margin: 0 4px;
  color: #e8e8e8;
}

.click_economy_audio .audio_txt_con-info span + span::before {
  content: "ㅣ";
  margin: 0 4px;
  color: #e8e8e8;
}

.qna_comm_style .content em + em:not(:last-child)::before {
  content: "ㅣ";
  margin: 0 4px;
  color: #e8e8e8;
}

.nara_main .review_main_list li .list_txt em:not(:last-child)::after {
  content: "ㅣ";
  margin: 0 4px;
  color: #e8e8e8;
}

@media all and (max-width: 1460px) {
  .page_conts-bar.search .search_list p.info span::before {
    margin: 0 0.2739726027vw;
  }
  .all_search_box .search_box_comm .related_word li::before {
    margin: 0 0.2739726027vw 0 0.1369863014vw;
  }
  .main_policy_info .temp_guide em::after {
    padding-left: 0.1875rem;
    font-size: 0.75rem;
  }
  .educational_materials_list .list_txt span + span::before {
    margin: 0 0.2739726027vw;
  }
  .educational_materials .view_comm_style .view_top .list_txt span + span::before {
    margin: 0 0.2739726027vw;
  }
  .economy_multi .view_top .bot span span::before {
    margin: 0 0.2739726027vw;
  }
  .economy_multi .view_top .bot .downbtn_line span::before {
    margin: 0 0.2739726027vw;
  }
  .concept .sub_down_wrap ul li + li::before {
    margin: 0.2739726027vw 0.3424657534vw;
  }
  .infographic .graphic_guide .top span + span::before {
    margin: 0 0.2739726027vw;
  }
  .infographic_list span + span::before {
    margin: 0 0.2739726027vw;
  }
  .media_main_top .media_list_txt span + span::before {
    margin-right: 0.2054794521vw;
  }
  .media_con_list span + span::before {
    margin-right: 0.2054794521vw;
  }
  .toon_top .txt_box span + span::before {
    margin: 0 0.2739726027vw 0 0.1369863014vw;
  }
  .toon_top .txt_box span span::before {
    margin: 0 0.2739726027vw 0 0.1369863014vw;
    font-size: 0.8125rem;
  }
  .toon .push_toon li span + span::before {
    margin: 0 0.2739726027vw;
  }
  .toon .push_toon li strong b + b::before {
    margin: 0 0.1369863014vw;
    font-size: 0.875rem;
  }
  .toon .media_con_list span + span::before {
    margin: 0 0.2739726027vw;
  }
  .toon .media_con_list strong b + b::before {
    margin: 0 0.1369863014vw;
    font-size: 0.875rem;
  }
  .related_topic_bot ul span + span::before {
    margin: 0 0.2054794521vw 0 0.0684931507vw;
  }
  .policy_material_list > li span:not(:last-child)::after {
    margin: 0 0.2739726027vw;
    font-size: 0.75rem;
  }
  .policy_material_list > li span span::before {
    margin: 0 0.2739726027vw;
    font-size: 0.75rem;
  }
  .policy_issue .issue_list_detail a span + span::before {
    margin: 0 0.2739726027vw 0 0.1369863014vw;
  }
  .publish_list_comm .publish_top span:not(:last-child)::after {
    margin: 0 0.2739726027vw;
  }
  /* .publish_list_comm .publish_top_sub .list_txt span+span::before{content:'ㅣ';margin:0 2px;color:#e8e8e8} */
  .publish_list_comm .publish_top_sub a > span em::before {
    margin: 0 0.2739726027vw;
    font-size: 0.75rem;
  }
  .publish_view .view_comm_style .view_top .list_txt span + span::before {
    margin: 0 0.2739726027vw;
  }
  .click_economy_main_list .tit_wrap span + span::before {
    margin: 0 0.2739726027vw;
  }
  .click_economy .click_economy_list_top .list_txt .bot span + span::before {
    margin: 0 0.2739726027vw;
  }
  .click_economy_audio .audio_txt_con-info span + span::before {
    margin: 0 0.2739726027vw;
  }
  .qna_comm_style .content em + em:not(:last-child)::before {
    margin: 0 0.2739726027vw;
  }
  .nara_main .review_main_list li .list_txt em:not(:last-child)::after {
    margin: 0 0.2739726027vw;
  }
}
@media all and (max-width: 750px) {
  .page_conts-bar.search .search_list p.info span::before {
    margin: 0 0.5333333333vw;
  }
  .all_search_box .search_box_comm .related_word li::before {
    margin: 0 0.5333333333vw 0 0.2666666667vw;
  }
  .main_policy_info .temp_guide em::after {
    padding-left: 0.5333333333vw;
  }
  .educational_materials_list .list_txt span + span::before {
    margin: 0 0.5333333333vw;
  }
  .educational_materials .view_comm_style .view_top .list_txt span + span::before {
    margin: 0 0.5333333333vw;
  }
  .economy_multi .view_top .bot span span::before {
    margin: 0 0.5333333333vw;
  }
  .economy_multi .view_top .bot .downbtn_line span::before {
    margin: 0 0.5333333333vw;
  }
  .economy_multi .view_comm_style .view_top .bot span span:first-child::before {
    display: none;
  }
  .economy_multi .view_comm_style .view_top .bot span span:last-child span::before {
    content: "ㅣ";
    margin: 0 0.5333333333vw;
    color: #e8e8e8;
    display: inline-block;
    vertical-align: top;
  }
  .concept .sub_down_wrap ul li + li::before {
    margin: 0.8vw 0.6666666667vw;
    font-size: 0.9166666667rem;
  }
  .infographic .graphic_guide .top span + span::before {
    margin: 0 0.5333333333vw;
  }
  .infographic_list span + span::before {
    margin: 0 0.5333333333vw;
  }
  .media_main_top .media_list_txt span + span::before {
    margin-right: 0 0.4vw;
  }
  .media_con_list span + span::before {
    margin-right: 0.4vw;
  }
  .toon_top .txt_box span + span::before {
    margin: 0 1.0666666667vw 0 0;
  }
  .toon_top .txt_box span span::before {
    margin: 0 1.0666666667vw 0 0;
    font-size: 1rem;
  }
  .toon .push_toon li span + span::before {
    margin: 0 0.5333333333vw;
  }
  .toon .push_toon li strong b + b::before {
    margin: 0 0.2666666667vw;
    font-size: 0.5833333333rem;
  }
  .toon .media_con_list span + span::before {
    margin: 0 0.5333333333vw;
  }
  .toon .media_con_list strong b + b::before {
    margin: 0 0.5333333333vw;
    font-size: 1rem;
  }
  .related_topic_bot ul span + span::before {
    margin: 0 0.5333333333vw 0 0.1333333333vw;
  }
  .policy_material_list > li span:not(:last-child) {
    margin-bottom: 0.8vw;
  }
  .policy_material_list > li span:not(:last-child)::after {
    display: none;
  }
  .policy_material_list > li span span::before {
    margin: 0 1.0666666667vw;
    font-size: 1rem;
  }
  .policy_issue .issue_list_detail a span + span::before {
    margin: 0 0.5333333333vw 0 0.2666666667vw;
  }
  .publish_list_comm .publish_top span:not(:last-child)::after {
    margin: 0 0.5333333333vw;
  }
  /* .publish_list_comm .publish_top_sub .list_txt span+span::before{content:'ㅣ';margin:0 2px;color:#e8e8e8} */
  .publish_list_comm .publish_top_sub a > span em::before {
    margin: 0 0.2739726027vw;
    font-size: 0.75rem;
  }
  .publish_view .view_comm_style .view_top .list_txt span + span::before {
    margin: 0 0.5333333333vw;
  }
  .click_economy_main_list .tit_wrap span + span::before {
    margin: 0 0.5333333333vw;
  }
  .click_economy .click_economy_list_top .list_txt .bot span + span::before {
    margin: 0 0.5333333333vw;
  }
  .click_economy_audio .audio_txt_con-info span + span::before {
    margin: 0 0.5333333333vw;
  }
  .qna_comm_style .content em + em:not(:last-child)::before {
    margin: 0 0.5333333333vw;
  }
}