.related_go {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 14px;
  height: 30px;
  border-radius: 4px;
  background: #f5821f;
  font-size: 14px;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.related_go::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 12px;
  margin-left: 10px;
  background: url("../img/arw_right_w.png") no-repeat center/100% auto;
}
.related_go:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.policy aside h2 {
  background-color: #1b3956;
}
.policy aside h2::before {
  width: 25px;
  background-image: url(../img/ico_lnb01.png);
}
.policy aside li a {
  letter-spacing: -0.5px;
}
.policy .comm_page_number {
  margin: 40px 0 100px;
}
.policy .view_top > strong {
  margin-right: 130px;
}
.policy .view_top .bot .downbtn_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.policy .view_top .bot .download_wrap {
  margin-right: 0;
  margin-left: 20px;
}
.policy .view_top .bot .right .related_go {
  margin-left: 0;
  position: absolute;
  right: 0;
  top: 28px;
}
.policy .view_top .bot .right .related_go.org {
  position: static;
  margin-left: 20px;
}
.policy .view_top.sub_conts-view .bot {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.policy .view_top.sub_conts-view .bot span {
  display: block;
  font-size: 16px;
  width: 100%;
  line-height: 1.4;
}
.policy .view_top.sub_conts-view .bot .related_go {
  margin-left: 0;
  margin-top: 10px;
}
.policy .view_comm_style {
  margin-bottom: 60px;
}
.policy_material .toon_top {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: none;
}
.policy_material .toon_top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.policy_material .toon_top .img {
  width: 247px;
  height: 130px;
}
.policy_material .toon_top .txt_box {
  width: 550px;
  margin-top: 2px;
  margin-left: 20px;
}
.policy_material .toon_top .txt_box strong {
  margin-bottom: 10px;
}
.policy_material .toon_top .txt_box p {
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
}
.policy_material_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.policy_material_tab button {
  width: 33%;
  height: 40px;
  border-radius: 5px 5px 0 0;
  background: #478ac5;
  color: #fff;
}
.policy_material_tab button.on {
  background: #efefef;
  font-weight: 500;
  color: #478ac5;
}
.policy_material .comm_search {
  border-radius: 0 0 5px 5px;
}
.policy_material_list > li {
  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;
  padding: 24px 0;
  border-bottom: 1px solid #e1e1e1;
}
.policy_material_list > li a {
  display: block;
  width: 100%;
}
.policy_material_list > li a:hover p {
  color: #2e7ec0;
}
.policy_material_list > li a:hover span {
  color: #666;
}
.policy_material_list > li p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 17px;
  color: #333;
  margin-bottom: 4px;
}
.policy_material_list > li span {
  font-size: 14px;
  color: #999;
}
.policy_material.list .toon_top {
  border-bottom: 1px solid #e1e1e1;
}
.policy_material .policy_material_wrap.mo {
  display: none;
}
.policy_material_checkbox {
  padding: 20px 20px 0;
  background: #efefef;
}
.policy_material_checkbox .checkbox_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.policy_material_checkbox .checkbox_con .item {
  height: 240px;
  padding: 20px 5px 20px 20px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.policy_material_checkbox .checkbox_con .item + .item {
  border-left: 2px solid #efefef;
}
.policy_material_checkbox .checkbox_con .item.depth1, .policy_material_checkbox .checkbox_con .item.depth2 {
  width: 195px;
}
.policy_material_checkbox .checkbox_con .item.depth3 {
  width: 390px;
}
.policy_material_checkbox .checkbox_con .item ul {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
.policy_material_checkbox .checkbox_con .item ul::-webkit-scrollbar {
  width: 8px;
  border-radius: 4px;
}
.policy_material_checkbox .checkbox_con .item ul::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #e1e1e1;
}
.policy_material_checkbox .checkbox_con .item ul::-webkit-scrollbar-track {
  background: #fff;
}
.policy_material_checkbox .checkbox_con .item ul li {
  position: relative;
  padding-left: 26px;
}
.policy_material_checkbox .checkbox_con .item ul li input {
  position: absolute;
  left: 0;
  top: 0;
}
.policy_material_checkbox .checkbox_con .item ul li .comm_checkbox {
  position: static;
}
.policy_material_checkbox .checkbox_con .item ul li + li {
  margin-top: 10px;
}
.policy_material_checkbox .checkbox_con .item ul label {
  font-size: 15px;
  cursor: pointer;
}
.policy_material_checkbox .checkbox_con .item ul label:hover {
  color: #f5821f;
}
.policy_material_checkbox .checkbox_con .plus_radio {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #e1e1e1;
  background-color: #fff;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.policy_material_checkbox .checkbox_con .plus_radio::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: url(../img/ico_check_plus.png) no-repeat center/100%;
}
.policy_material_checkbox .checkbox_con .plus_radio:checked {
  border: none;
  background-color: #f19658;
}
.policy_material_checkbox .checkbox_con .plus_radio:checked::after {
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: url(../img/ico_check_minus.png) no-repeat center/100%;
}
.policy_material_checkbox .checkbox_con.two_depth .item.depth1 {
  width: 269px;
}
.policy_material_checkbox .checkbox_con.two_depth .item.depth3 {
  width: 511px;
}
.policy_material_checkbox .checkbox_con.three_depth.mo {
  display: none;
}
.policy_material_checkbox .checkbox_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 30px 10px 36px;
  border-top: 2px solid #efefef;
  background: #fff;
}
.policy_material_checkbox .checkbox_btn p {
  margin-top: 4px;
  color: #333;
}
.policy_material_checkbox .checkbox_btn .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.policy_material_checkbox .checkbox_btn .select_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 410px;
  padding-top: 5px;
}
.policy_material_checkbox .checkbox_btn .select_txt button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 6px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #f5821f;
}
.policy_material_checkbox .checkbox_btn .select_txt button::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  background: url("../img/btn_remove.png") no-repeat center/100%;
}
.policy_material_checkbox .checkbox_btn .select_txt button:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.policy_material_checkbox .checkbox_btn .select_txt button:hover:after {
  background-image: url(../img/btn_remove_on.png);
}
.policy_material_checkbox .checkbox_btn .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.policy_material_checkbox .checkbox_btn .btn_wrap button {
  width: 100px;
  height: 30px;
  border-radius: 4px;
  font-size: 13px;
}
.policy_material_checkbox .checkbox_btn .btn_wrap button + button {
  margin-left: 10px;
}
.policy_material_checkbox .checkbox_btn .btn_wrap button.ok {
  background: #1b3956;
  color: #fff;
}
.policy_material_checkbox .checkbox_btn .btn_wrap button.ok:hover {
  border: 1px solid #1b3956;
  background: #fff;
  color: #1b3956;
}
.policy_material_checkbox .checkbox_btn .btn_wrap button.return {
  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;
  border: 1px solid #999;
  color: #999;
}
.policy_material_checkbox .checkbox_btn .btn_wrap button.return::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 19px;
  margin-right: 7px;
  background: url("../img/ico_retrun.png") no-repeat center/100%;
}
.policy_material_checkbox .checkbox_btn .btn_wrap button.return:hover {
  border: none;
  background: #1b3956;
  color: #fff;
}
.policy_custom .sub_tab_wrap {
  margin-top: 30px;
}
.policy_custom .sub_tab_wrap .sub_tab button {
  padding: 0 10px;
}
.policy_custom .sub_tab_wrap .full {
  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;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 21px;
  height: 100%;
  color: #fff;
}
.policy_custom .sub_tab_wrap .full::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-left: 10px;
  background: url("../img/ico_view_all.png") no-repeat center/100%;
}
.policy_custom_search {
  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;
  padding: 14px 20px;
  border-radius: 0 0 5px 5px;
  background: #efefef;
}
.policy_custom_search .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.policy_custom_search .btn_wrap button {
  position: relative;
  padding: 0 10px;
  color: #1b3956;
  white-space: nowrap;
}
.policy_custom_search .btn_wrap button:hover, .policy_custom_search .btn_wrap button.on {
  font-weight: 500;
  color: #f5821f;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.policy_custom_search .btn_wrap button + button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 17px;
  background: #cbcbcb;
}
.policy_custom_search .comm_search {
  width: 300px;
  padding: 0;
  margin-left: 20px;
}
.policy_custom_list {
  display: grid;
  grid-template-columns: repeat(2, 400px);
  gap: 17px 20px;
  margin-top: 20px;
}
.policy_custom_list a:hover dl {
  border-color: #478ac5;
}
.policy_custom_list a:hover dt {
  color: #999;
}
.policy_custom_list a:hover dd {
  color: #666;
}
.policy_custom_list dl {
  min-height: 124px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
}
.policy_custom_list dl dt {
  margin-bottom: 14px;
  color: #333;
  font-weight: 500;
}
.policy_custom_list dl dd {
  color: #999;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 15px;
}
.policy_custom.view .sub_conts-view {
  position: relative;
  padding-right: 140px;
}
.policy_custom.view .sub_conts-view strong {
  font-size: 1.5625rem;
}
.policy_custom.view .sub_conts-view .bot .related_go {
  position: absolute;
  right: 20px;
  top: 32px;
  margin-top: 0;
}
.policy_thema .toon_top {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: none;
}
.policy_thema .toon_top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.policy_thema .toon_top .list_img {
  width: 348px;
  height: 185px;
}
.policy_thema .toon_top .txt_box {
  width: 550px;
  margin-top: 2px;
  margin-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.policy_thema .toon_top .txt_box strong {
  margin-bottom: 19px;
}
.policy_thema .toon_top .txt_box p {
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
}
.policy_thema .comm_search {
  margin-bottom: 20px;
}
.policy_thema_keyword {
  font-size: 0;
}
.policy_thema_keyword button {
  height: 36px;
  padding: 0 20px;
  border: 1px solid #478ac5;
  border-radius: 4px;
  font-size: 15px;
  color: #478ac5;
}
.policy_thema_keyword button:hover, .policy_thema_keyword button.on {
  background: #478ac5;
  color: #fff;
}
.policy_thema_keyword button + button {
  margin-left: 6px;
}
.policy_thema .list_comm_style .list_img {
  width: 245px;
  height: 130px;
}
.policy_thema .list_comm_style .list_txt {
  display: block;
}
.policy_thema .list_comm_style .list_txt strong {
  margin: 14px 0 19px;
  color: #333;
  font-size: 17px;
}
.policy_thema .list_comm_style .list_txt p {
  height: auto;
  font-size: 15px;
  color: #999;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
}
.policy_thema .list_comm_style .list_txt span {
  margin-bottom: 16px;
  font-size: 14px;
}
.policy_thema .list_comm_style a:hover strong {
  color: #2e7ec0;
}
.policy_thema .list_comm_style .related_video {
  display: block;
  position: relative;
  margin-top: 20px;
  padding-left: 20px;
  color: #333;
  line-height: 1.3;
}
.policy_thema .list_comm_style .related_video::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 12px;
  height: 12px;
  background: url("../img/arw_right_blue.png") no-repeat center/100%;
}
.policy_thema .list_comm_style .related_video + a {
  margin-top: 10px;
}
.policy_thema .list_comm_style .related_video:hover {
  color: #f5821f;
}
.policy_thema .view_botm {
  border-top: none;
}
.policy_issue .toon_top {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: none;
}
.policy_issue .toon_top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.policy_issue .toon_top .list_img {
  width: 171px;
  height: 122px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  overflow: hidden;
}
.policy_issue .toon_top .list_img img {
  width: 100%;
  height: 100%;
}
.policy_issue .toon_top .txt_box {
  width: 628px;
  margin-top: 2px;
  margin-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.policy_issue .toon_top .txt_box strong {
  margin-bottom: 19px;
}
.policy_issue .list_comm_style .list_img {
  width: 171px;
  height: 122px;
}
.policy_issue .list_comm_style .list_txt {
  display: block;
  width: 608px;
}
.policy_issue .list_comm_style .list_txt p {
  margin-top: 10px;
  color: #333;
  font-size: 17px;
}
.policy_issue .list_comm_style .list_txt span {
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
  line-height: 1.3;
}
.policy_issue .list_comm_style li {
  padding-top: 24px;
  padding-bottom: 24px;
}
.policy_issue .list_comm_style li a:hover p {
  color: #478ac5;
}
.policy_issue .list_comm_style li a:hover span {
  color: #666;
}
.policy_issue .sub_tab_wrap {
  margin-bottom: 20px;
}
.policy_issue .issue_list_detail li {
  border-bottom: 1px solid #e1e1e1;
}
.policy_issue .issue_list_detail a {
  display: block;
  padding: 24px 0;
}
.policy_issue .issue_list_detail a p {
  font-size: 17px;
  color: #333;
  margin-bottom: 5px;
}
.policy_issue .issue_list_detail a span {
  font-size: 14px;
  color: #999;
}
.policy_issue .issue_list_detail a:hover p {
  color: #2e7ec0;
}
.policy_issue .issue_list_detail a:hover span {
  color: #666;
}
.policy_issue .comm_listview_go {
  margin-top: -50px;
  margin-bottom: 70px;
}

.utb_list .utb_img {
  position: relative;
  width: 200px;
  height: 112px;
  margin-right: 20px;
  overflow: hidden;
}
.utb_list .utb_img::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../img/ico_utb_big-off.png) no-repeat center/56px auto;
  opacity: 0.6;
}
.utb_list .utb_img img {
  display: block;
  width: 100%;
  height: 100%;
}
.utb_list .list_txt {
  padding: 15px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.utb_list > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.utb_list > li a:hover .utb_img::after {
  background-image: url(../img/ico_utb_big.png);
  opacity: 1;
}
.utb_list > li .download_wrap {
  top: -26px;
}

.popup_side.policy_custom {
  width: 800px;
}
.popup_side.policy_custom .title_box {
  background: #fff;
}
.popup_side.policy_custom .title_box .title_tab {
  height: 58px;
  padding: 22px 0 18px;
  border-top: none;
  background: #1b3956;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.popup_side.policy_custom .title_box .title_tab p {
  margin-left: 30px;
  color: #fff;
}
.popup_side.policy_custom .popup_scroll {
  background: #f6f6f6;
}
.popup_side.policy_custom .popup_scroll .popup_index {
  padding: 40px 60px;
}
.popup_side.policy_custom .btn_close:hover {
  background-image: url(../img/btn_close.png);
}
.popup_side.policy_custom .policy_custom_con {
  display: grid;
  grid-template-columns: repeat(3, 220px);
  gap: 10px;
}
.popup_side.policy_custom .policy_custom_con .item > a {
  display: block;
  position: relative;
  padding: 12px 20px 12px 35px;
  background: #dbd2c1;
  font-weight: 500;
  color: #333;
}
.popup_side.policy_custom .policy_custom_con .item > a span {
  margin-left: 13px;
  font-weight: 400;
}
.popup_side.policy_custom .policy_custom_con .item > a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 11px;
  height: 16px;
  background: url("../img/arw_popup_r.png") no-repeat center/100%;
}
.popup_side.policy_custom .policy_custom_con .item > a:hover {
  color: #f5821f;
}
.popup_side.policy_custom .policy_custom_con .item ul {
  height: 190px;
  padding-top: 6px;
  background: #fff;
}
.popup_side.policy_custom .policy_custom_con .item ul li {
  padding: 0 30px;
}
.popup_side.policy_custom .policy_custom_con .item ul li:nth-child(5) a {
  border-bottom: none;
}
.popup_side.policy_custom .policy_custom_con .item ul a {
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 9px 5px;
  font-size: 15px;
  color: #333;
}
.popup_side.policy_custom .policy_custom_con .item ul a:hover {
  color: #f5821f;
}

@media all and (max-width: 1460px) {
  .related_go {
    padding: 0.1369863014vw 0.9589041096vw;
    height: 2.0547945205vw;
    font-size: 0.875rem;
  }
  .related_go::after {
    width: 0.8904109589vw;
    height: 0.8219178082vw;
    margin-left: 0.6849315068vw;
  }
  .policy aside h2::before {
    width: 1.7123287671vw;
  }
  .policy .comm_page_number {
    margin: 2.7397260274vw 0 6.8493150685vw;
  }
  .policy .view_top > strong {
    margin-right: 8.904109589vw;
  }
  .policy .view_top .bot .download_wrap {
    margin-left: 0.6849315068vw;
  }
  .policy .view_top .bot .right .related_go {
    top: 1.9178082192vw;
  }
  .policy .view_top .bot .right .related_go.org {
    margin-left: 1.3698630137vw;
  }
  .policy .view_top.sub_conts-view .bot span {
    font-size: 1rem;
  }
  .policy .view_top.sub_conts-view .related_go {
    margin-top: 0.6849315068vw;
  }
  .policy .view_comm_style {
    margin-bottom: 4.1095890411vw;
  }
  .policy_material .toon_top {
    margin-top: 2.0547945205vw;
    padding-bottom: 2.0547945205vw;
  }
  .policy_material .toon_top .img {
    width: 16.9178082192vw;
    height: 8.904109589vw;
  }
  .policy_material .toon_top .txt_box {
    width: 37.6712328767vw;
    margin-top: 0.1369863014vw;
    margin-left: 1.3698630137vw;
  }
  .policy_material .toon_top .txt_box strong {
    margin-bottom: 0.6849315068vw;
  }
  .policy_material .toon_top .txt_box p {
    margin-bottom: 0.6849315068vw;
  }
  .policy_material_tab button {
    height: 2.7397260274vw;
  }
  .policy_material_list > li {
    padding: 1.3698630137vw 0;
  }
  .policy_material_list > li p {
    margin-bottom: 0.2739726027vw;
    font-size: 1.0625rem;
  }
  .policy_material_list > li span {
    font-size: 0.875rem;
  }
  .policy_material_checkbox {
    padding: 1.3698630137vw 1.3698630137vw 0;
  }
  .policy_material_checkbox .checkbox_con .item {
    height: 16.4383561644vw;
    padding: 1.3698630137vw 0.3424657534vw 1.3698630137vw 1.3698630137vw;
  }
  .policy_material_checkbox .checkbox_con .item.depth1, .policy_material_checkbox .checkbox_con .item.depth2 {
    width: 13.3561643836vw;
  }
  .policy_material_checkbox .checkbox_con .item.depth3 {
    width: 26.7123287671vw;
  }
  .policy_material_checkbox .checkbox_con .item ul::-webkit-scrollbar {
    width: 0.5479452055vw;
  }
  .policy_material_checkbox .checkbox_con .item ul li {
    padding-left: 1.7808219178vw;
  }
  .policy_material_checkbox .checkbox_con .item ul li + li {
    margin-top: 0.6849315068vw;
  }
  .policy_material_checkbox .checkbox_con .item ul label {
    font-size: 0.9375rem;
  }
  .policy_material_checkbox .checkbox_con .plus_radio {
    width: 1.3698630137vw;
    height: 1.3698630137vw;
  }
  .policy_material_checkbox .checkbox_con .plus_radio::after {
    width: 0.6849315068vw;
    height: 0.6849315068vw;
  }
  .policy_material_checkbox .checkbox_con .plus_radio:checked::after {
    width: 0.6849315068vw;
    height: 0.6849315068vw;
  }
  .policy_material_checkbox .checkbox_con.two_depth .item.depth1 {
    width: 18.4246575342vw;
  }
  .policy_material_checkbox .checkbox_con.two_depth .item.depth3 {
    width: 35vw;
  }
  .policy_material_checkbox .checkbox_btn {
    padding: 0.6849315068vw 2.0547945205vw 0.6849315068vw 2.4657534247vw;
  }
  .policy_material_checkbox .checkbox_btn p {
    margin-top: 0.2739726027vw;
  }
  .policy_material_checkbox .checkbox_btn .select_txt {
    width: 28.0821917808vw;
    padding-top: 0.3424657534vw;
  }
  .policy_material_checkbox .checkbox_btn .select_txt button {
    margin-right: 0.4109589041vw;
    margin-bottom: 0.6849315068vw;
    font-size: 0.875rem;
  }
  .policy_material_checkbox .checkbox_btn .select_txt button::after {
    width: 1.2328767123vw;
    height: 1.2328767123vw;
    margin-left: 0.3424657534vw;
  }
  .policy_material_checkbox .checkbox_btn .btn_wrap button {
    width: 6.8493150685vw;
    height: 2.0547945205vw;
    font-size: 0.8125rem;
  }
  .policy_material_checkbox .checkbox_btn .btn_wrap button + button {
    margin-left: 0.6849315068vw;
  }
  .policy_material_checkbox .checkbox_btn .btn_wrap button.return::before {
    width: 1.1643835616vw;
    height: 1.301369863vw;
    margin-right: 0.4794520548vw;
  }
  .policy_custom .sub_tab_wrap {
    margin-top: 2.0547945205vw;
  }
  .policy_custom .sub_tab_wrap .sub_tab button {
    padding: 0 0.6849315068vw;
  }
  .policy_custom .sub_tab_wrap .full {
    padding: 0 1.4383561644vw;
  }
  .policy_custom .sub_tab_wrap .full::after {
    width: 1.1643835616vw;
    height: 1.1643835616vw;
    margin-left: 0.6849315068vw;
  }
  .policy_custom_search {
    padding: 0.9589041096vw 1.3698630137vw;
  }
  .policy_custom_search .btn_wrap button {
    padding: 0 0.6849315068vw;
  }
  .policy_custom_search .btn_wrap button + button::before {
    height: 1.1643835616vw;
  }
  .policy_custom_search .comm_search {
    width: 20.5479452055vw;
    margin-left: 1.3698630137vw;
  }
  .policy_custom_list {
    grid-template-columns: repeat(2, 27.397260274vw);
    gap: 1.1643835616vw 1.3698630137vw;
    margin-top: 1.3698630137vw;
  }
  .policy_custom_list dl {
    min-height: 8.4931506849vw;
    padding: 1.3698630137vw;
    font-size: 1.25rem;
  }
  .policy_custom_list dl dt {
    margin-bottom: 0.9589041096vw;
  }
  .policy_custom_list dl dd {
    font-size: 0.9375rem;
  }
  .policy_custom.view .sub_conts-view {
    padding-right: 9.5890410959vw;
  }
  .policy_custom.view .sub_conts-view strong {
    font-size: 1.5625rem;
  }
  .policy_custom.view .sub_conts-view .bot .related_go {
    right: 1.3698630137vw;
    top: 2.1917808219vw;
  }
  .policy_thema .toon_top {
    margin-top: 2.0547945205vw;
    padding-bottom: 2.0547945205vw;
  }
  .policy_thema .toon_top .list_img {
    width: 23.8356164384vw;
    height: 12.6712328767vw;
  }
  .policy_thema .toon_top .txt_box {
    width: 37.6712328767vw;
    margin-top: 0.1369863014vw;
    margin-left: 1.3698630137vw;
  }
  .policy_thema .toon_top .txt_box strong {
    margin-bottom: 1.301369863vw;
  }
  .policy_thema .toon_top .txt_box p {
    margin-bottom: 0.3424657534vw;
  }
  .policy_thema .comm_search {
    margin-bottom: 1.3698630137vw;
  }
  .policy_thema_keyword button {
    height: 2.4657534247vw;
    padding: 0 1.3698630137vw;
    font-size: 0.9375rem;
  }
  .policy_thema_keyword button + button {
    margin-left: 0.4109589041vw;
  }
  .policy_thema .list_comm_style .list_img {
    width: 16.7808219178vw;
    height: 8.904109589vw;
  }
  .policy_thema .list_comm_style .list_txt strong {
    margin: 0.9589041096vw 0 1.301369863vw;
    font-size: 1.0625rem;
  }
  .policy_thema .list_comm_style .list_txt p {
    font-size: 0.9375rem;
  }
  .policy_thema .list_comm_style .list_txt span {
    margin-bottom: 1.095890411vw;
    font-size: 0.875rem;
  }
  .policy_thema .list_comm_style .related_video {
    margin-top: 1.3698630137vw;
    padding-left: 1.3698630137vw;
  }
  .policy_thema .list_comm_style .related_video::before {
    width: 0.8219178082vw;
    height: 0.8219178082vw;
    top: 0.2739726027vw;
  }
  .policy_thema .list_comm_style .related_video + a {
    margin-top: 0.6849315068vw;
  }
  .policy_thema .more_video {
    padding: 1.3698630137vw 7.5342465753vw;
  }
  .policy_thema .more_video li + li {
    margin-left: 1.3698630137vw;
  }
  .policy_thema .more_video a {
    width: 13.0136986301vw;
  }
  .policy_thema .more_video .img {
    height: 6.8493150685vw;
    margin-bottom: 0.6849315068vw;
  }
  .policy_thema .more_video p {
    font-size: 0.9375rem;
  }
  .policy_issue .toon_top {
    margin-top: 2.0547945205vw;
    padding-bottom: 2.0547945205vw;
  }
  .policy_issue .toon_top .list_img {
    width: 11.7123287671vw;
    height: 8.3561643836vw;
  }
  .policy_issue .toon_top .txt_box {
    width: 41.6438356164vw;
    margin-top: 0.1369863014vw;
    margin-left: 1.3698630137vw;
  }
  .policy_issue .toon_top .txt_box strong {
    margin-bottom: 1.301369863vw;
  }
  .policy_issue .list_comm_style li {
    padding-top: 1.6438356164vw;
    padding-bottom: 1.6438356164vw;
  }
  .policy_issue .list_comm_style .list_img {
    width: 11.7123287671vw;
    height: 8.3561643836vw;
  }
  .policy_issue .list_comm_style .list_txt {
    width: 42.8767123288vw;
  }
  .policy_issue .list_comm_style .list_txt p {
    margin-top: 0.6849315068vw;
    font-size: 1.0625rem;
  }
  .policy_issue .list_comm_style .list_txt span {
    font-size: 0.9375rem;
  }
  .policy_issue .sub_tab_wrap {
    margin-bottom: 1.3698630137vw;
  }
  .policy_issue .issue_list_detail a {
    padding: 1.6438356164vw 0;
  }
  .policy_issue .issue_list_detail a p {
    font-size: 1.0625rem;
    margin-bottom: 0.3424657534vw;
  }
  .policy_issue .issue_list_detail a span {
    font-size: 0.875rem;
  }
  .policy_issue .comm_listview_go {
    margin-top: -3.4246575342vw;
    margin-bottom: 4.7945205479vw;
  }
  .utb_list .utb_img {
    width: 13.698630137vw;
    height: 7.6712328767vw;
    margin-right: 1.3698630137vw;
  }
  .utb_list .utb_img::after {
    background-size: 3.8356164384vw;
  }
  .utb_list .list_txt {
    padding: 1.0273972603vw 0;
  }
  .utb_list > li .download_wrap {
    top: -1.7808219178vw;
  }
  .popup_side.policy_custom {
    width: 54.7945205479vw;
  }
  .popup_side.policy_custom .title_box .title_tab {
    height: 3.9726027397vw;
    padding: 1.5068493151vw 0 1.2328767123vw;
  }
  .popup_side.policy_custom .title_box .title_tab p {
    margin-left: 2.0547945205vw;
  }
  .popup_side.policy_custom .popup_scroll .popup_index {
    padding: 2.7397260274vw 4.1095890411vw;
  }
  .popup_side.policy_custom .policy_custom_con {
    grid-template-columns: repeat(3, 15.0684931507vw);
    gap: 0.6849315068vw;
  }
  .popup_side.policy_custom .policy_custom_con .item > a {
    padding: 0.8219178082vw 1.3698630137vw 0.8219178082vw 2.397260274vw;
  }
  .popup_side.policy_custom .policy_custom_con .item > a span {
    margin-left: 0.8904109589vw;
  }
  .popup_side.policy_custom .policy_custom_con .item > a::after {
    right: 1.3698630137vw;
    width: 0.7534246575vw;
    height: 1.095890411vw;
  }
  .popup_side.policy_custom .policy_custom_con .item ul {
    height: 13.0136986301vw;
    padding-top: 0.4109589041vw;
  }
  .popup_side.policy_custom .policy_custom_con .item ul li {
    padding: 0 2.0547945205vw;
  }
  .popup_side.policy_custom .policy_custom_con .item ul a {
    padding: 0.6164383562vw 0.3424657534vw;
    font-size: 1.0273972603vw;
  }
}
@media all and (max-width: 750px) {
  .policy .list_top_style {
    border-bottom: none;
  }
  .policy .list_top_style.infographic_top,
  .policy .list_top_style.infographic_mid {
    border-bottom: 2px solid #1b3956;
  }
  .policy .list_top_style h5 {
    display: none;
  }
  .related_go {
    display: inline-block;
    vertical-align: top;
    padding: 0.2666666667vw 4vw;
    height: 8vw;
    line-height: 8vw;
    font-size: 1rem;
  }
  .related_go::after {
    width: 3.2vw;
    height: 5.3333333333vw;
    margin-left: 1.6vw;
    margin-top: -0.8vw;
    vertical-align: middle;
  }
  .policy .comm_page_number {
    margin: 6.6666666667vw 0 20vw;
  }
  .policy .view_top > strong {
    margin-right: 0;
  }
  .policy .view_top .bot {
    display: block;
  }
  .policy .view_top .bot .downbtn_line {
    width: 100%;
    margin-top: 1.3333333333vw;
  }
  .policy .view_top .bot .downbtn_line span:first-child::before {
    display: none;
  }
  .policy .view_top .bot .download_wrap {
    margin-left: 2.6666666667vw;
  }
  .policy .view_top .bot .right {
    display: block;
    margin-top: 2.6666666667vw;
  }
  .policy .view_top .bot .right .related_go {
    position: static;
  }
  .policy .view_top.sub_conts-view .bot span {
    font-size: 1.0833333333rem;
  }
  .policy .view_top.sub_conts-view .bot .related_go {
    margin-top: 2.6666666667vw;
  }
  .policy .view_comm_style {
    margin-bottom: 13.3333333333vw;
    border-top-width: 0;
  }
  .policy_material .toon_top {
    margin: 4vw 0 9.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
  .policy_material .toon_top a {
    display: block;
  }
  .policy_material .toon_top .img {
    width: 92vw;
    height: 48.4vw;
  }
  .policy_material .toon_top .txt_box {
    width: 92vw;
    margin-top: 3.7333333333vw;
    margin-left: 0;
  }
  .policy_material .toon_top .txt_box strong {
    margin-bottom: 2.6666666667vw;
    font-size: 1.3333333333rem;
  }
  .policy_material .toon_top .txt_box p {
    margin-bottom: 2.6666666667vw;
  }
  .policy_material_tab button {
    height: 9.0666666667vw;
    font-size: 1.1666666667rem;
  }
  .policy_material_list > li {
    padding: 4vw 2.6666666667vw;
  }
  .policy_material_list > li p {
    margin-bottom: 1.6vw;
    font-size: 1.25rem;
  }
  .policy_material_list > li span {
    font-size: 1.0833333333rem;
    display: block;
  }
  .policy_material_list > li span span {
    display: inline-block;
    vertical-align: top;
  }
  .policy_material .policy_material_wrap.pc {
    display: none;
  }
  .policy_material .policy_material_wrap.mo {
    display: block;
    margin-top: -5.3333333333vw;
  }
  .policy_material .policy_material_wrap.mo .comm_search {
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
  .policy_material_checkbox {
    padding: 2.6666666667vw 2.6666666667vw 0;
  }
  .policy_material_checkbox .checkbox_con .comm_checkbox input {
    position: absolute;
    left: 0;
    top: 0;
  }
  .policy_material_checkbox .checkbox_con .item {
    height: 42.6666666667vw;
    padding: 2.6666666667vw 0.6666666667vw 2.6666666667vw 4vw;
  }
  .policy_material_checkbox .checkbox_con .item + .item {
    border-left-width: 1.3333333333vw;
  }
  .policy_material_checkbox .checkbox_con .item.depth1 {
    display: none;
  }
  .policy_material_checkbox .checkbox_con .item.depth2 {
    width: 50%;
    border-left: none;
  }
  .policy_material_checkbox .checkbox_con .item.depth3 {
    width: 50%;
  }
  .policy_material_checkbox .checkbox_con .item ul::-webkit-scrollbar {
    width: 1.0666666667vw;
  }
  .policy_material_checkbox .checkbox_con .item ul li {
    padding-left: 5.3333333333vw;
  }
  .policy_material_checkbox .checkbox_con .item ul li + li {
    margin-top: 1.8666666667vw;
  }
  .policy_material_checkbox .checkbox_con .item ul label {
    font-size: 1.0833333333rem;
  }
  .policy_material_checkbox .checkbox_con .plus_radio {
    width: 4vw;
    height: 4vw;
    margin-right: 1.3333333333vw;
  }
  .policy_material_checkbox .checkbox_con .plus_radio::after {
    width: 2vw;
    height: 2vw;
  }
  .policy_material_checkbox .checkbox_con .plus_radio:checked::after {
    width: 2vw;
    height: 2vw;
  }
  .policy_material_checkbox .checkbox_con.two_depth .item.depth1 {
    display: block;
    width: 50%;
  }
  .policy_material_checkbox .checkbox_con.two_depth .item.depth3 {
    width: 50%;
  }
  .policy_material_checkbox .checkbox_btn {
    display: block;
    position: relative;
    padding: 2vw 2vw;
    border-top-width: 1.3333333333vw;
  }
  .policy_material_checkbox .checkbox_btn p {
    margin: 0 0 0 1.6vw;
    font-size: 1.1666666667rem;
    line-height: 8vw;
    font-weight: 500;
  }
  .policy_material_checkbox .checkbox_btn .right {
    display: block;
  }
  .policy_material_checkbox .checkbox_btn .select_txt {
    width: 100%;
    padding-top: 2.6666666667vw;
  }
  .policy_material_checkbox .checkbox_btn .select_txt button {
    margin-right: 2.6666666667vw;
    margin-bottom: 1.6vw;
    font-size: 1.1666666667rem;
  }
  .policy_material_checkbox .checkbox_btn .select_txt button::after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    margin-left: 1.6vw;
  }
  .policy_material_checkbox .checkbox_btn .btn_wrap {
    position: absolute;
    right: 2vw;
    top: 2vw;
  }
  .policy_material_checkbox .checkbox_btn .btn_wrap button {
    width: 20vw;
    height: 8vw;
    font-size: 1rem;
  }
  .policy_material_checkbox .checkbox_btn .btn_wrap button + button {
    margin-left: 1.3333333333vw;
  }
  .policy_material_checkbox .checkbox_btn .btn_wrap button.return::before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin-right: 0.9333333333vw;
  }
  .policy_custom {
    padding: 0 !important;
  }
  .policy_custom .policy_custom_top {
    border-bottom: none;
  }
  .policy_custom .sub_tab_wrap {
    margin-top: 4.8vw;
    padding: 0 9.3333333333vw 0 2.6666666667vw;
    border-radius: 0;
    background: #1b3956;
  }
  .policy_custom .sub_tab_wrap .sub_tab::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .policy_custom .sub_tab_wrap .sub_tab .item + .item {
    border-left: none;
  }
  .policy_custom .sub_tab_wrap .sub_tab button {
    height: 13.3333333333vw;
    padding: 0 2.6666666667vw;
    color: rgba(255, 255, 255, 0.3);
    white-space: nowrap;
  }
  .policy_custom .sub_tab_wrap .sub_tab button.on {
    background: #1b3956;
    color: #fff;
  }
  .policy_custom .sub_tab_wrap button.full {
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 2.6666666667vw;
    padding: 0;
    font-size: 0;
    background-color: #1b3956;
  }
  .policy_custom .sub_tab_wrap button.full::before {
    content: "";
    display: block;
    width: 4.8vw;
    height: 100%;
    position: absolute;
    left: -4.8vw;
    top: 0;
    background: url(../img/main_scroll_r.png) repeat-y left top/100% auto;
  }
  .policy_custom .sub_tab_wrap button.full::after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-left: 0;
  }
  .policy_custom_search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    padding: 0;
    background: #fff;
  }
  .policy_custom_search .btn_wrap {
    padding: 0 2.6666666667vw;
    background: #efefef;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .policy_custom_search .btn_wrap button {
    padding: 0 2vw;
    height: 12vw;
    font-size: 1.0833333333rem;
  }
  .policy_custom_search .btn_wrap button + button::before {
    content: none;
  }
  .policy_custom_search .comm_search {
    display: block;
    width: auto;
    margin: 4vw 4vw 0;
    padding: 2.9333333333vw;
    border-radius: 0;
    background: #efefef;
  }
  .policy_custom .infographic_mid {
    margin: 6.6666666667vw 2vw 0;
  }
  .policy_custom_list {
    grid-template-columns: repeat(1, 92vw);
    gap: 1.3333333333vw;
    margin: 2.6666666667vw 4vw;
  }
  .policy_custom_list dl {
    min-height: 25.8666666667vw;
    padding: 4.2666666667vw 4.8vw;
    font-size: 1.3333333333rem;
  }
  .policy_custom_list dl dt {
    margin-bottom: 2.4vw;
  }
  .policy_custom_list dl dd {
    font-size: 1.0833333333rem;
  }
  .policy_custom.view {
    padding: 0 0.625rem !important;
  }
  .policy_custom.view .infographic_top {
    border-bottom-width: 0;
  }
  .policy_custom.view .infographic_top .page_related_btns {
    display: none;
  }
  .policy_custom.view .policy_custom_search {
    margin: 0 -2vw;
  }
  .policy_custom.view .sub_tab_wrap {
    background-color: #1b3956;
    margin: 0 -2vw;
  }
  .policy_custom.view .sub_tab_wrap strong {
    font-size: 1.3333333333rem;
  }
  .policy_custom.view .sub_conts-view {
    padding-right: 2.6666666667vw;
  }
  .policy_custom.view .sub_conts-view .bot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .policy_custom.view .sub_conts-view .bot .related_go {
    -ms-flex-item-align: end;
        align-self: flex-end;
    position: static;
    margin-top: 0.8333333333rem;
  }
  .policy_thema .toon_top {
    margin-top: 4vw;
    padding-bottom: 6.6666666667vw;
  }
  .policy_thema .toon_top a {
    display: block;
  }
  .policy_thema .toon_top .utb_link .list_img::after {
    background-size: 16vw auto;
  }
  .policy_thema .toon_top .list_img {
    width: 92vw;
    height: 48.8vw;
  }
  .policy_thema .toon_top .txt_box {
    width: auto;
    margin-top: 4vw;
    margin-left: 0;
  }
  .policy_thema .toon_top .txt_box strong {
    margin-top: 0;
    margin-bottom: 2.6666666667vw;
  }
  .policy_thema .toon_top .txt_box p {
    margin-bottom: 3.2vw;
  }
  .policy_thema .policy_thema_search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .policy_thema .comm_search {
    margin-bottom: 0;
  }
  .policy_thema_keyword {
    margin-bottom: 6.6666666667vw;
  }
  .policy_thema_keyword button {
    height: 8vw;
    margin: 0 1.6vw 1.6vw 0;
    padding: 0 3.4666666667vw;
    font-size: 1.1666666667rem;
  }
  .policy_thema_keyword button + button {
    margin-left: 0;
  }
  .policy_thema .list_comm_style .list_img {
    width: 32.6666666667vw;
    height: 17.3333333333vw;
  }
  .policy_thema .list_comm_style .list_img img {
    height: 100%;
  }
  .policy_thema .list_comm_style .list_txt {
    margin-left: 4vw;
  }
  .policy_thema .list_comm_style .list_txt strong {
    margin: 0 0 1.3333333333vw;
    font-size: 1.1666666667rem;
  }
  .policy_thema .list_comm_style .list_txt p {
    margin-bottom: 1.8666666667vw;
    font-size: 1.0833333333rem;
  }
  .policy_thema .list_comm_style .list_txt span {
    margin-bottom: 0;
    font-size: 1rem;
  }
  .policy_thema .list_comm_style .related_video {
    margin-top: 4vw;
    padding-left: 3.7333333333vw;
    font-size: 1.0833333333rem;
  }
  .policy_thema .list_comm_style .related_video::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    background-image: url("../img/m/arw_right_blue.png");
    top: 0.8vw;
  }
  .policy_thema .list_comm_style .related_video + a {
    margin-top: 1.3333333333vw;
  }
  .policy_thema .view_comm_style .view_botm {
    border-top: 1px solid #1b3956;
  }
  .policy_issue .toon_top {
    margin: 4vw 2vw;
    padding-bottom: 4vw;
  }
  .policy_issue .toon_top a {
    display: block;
  }
  .policy_issue .toon_top .list_img {
    width: 100%;
    height: 48vw;
  }
  .policy_issue .toon_top .txt_box {
    width: auto;
    margin-left: 0;
    margin-top: 2.6666666667vw;
  }
  .policy_issue .toon_top .txt_box strong {
    margin-top: 0;
    margin-bottom: 2.4vw;
  }
  .policy_issue .toon_top .txt_box p {
    margin-bottom: 0;
  }
  .policy_issue .list_comm_style li {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  .policy_issue .list_comm_style .list_img {
    width: 22.8vw;
    height: 16.2666666667vw;
  }
  .policy_issue .list_comm_style .list_txt {
    margin-left: 2.6666666667vw;
    width: 70.5333333333vw;
  }
  .policy_issue .list_comm_style .list_txt p {
    margin: 0 0 1.6vw;
    font-size: 1.1666666667rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
  }
  .policy_issue .list_comm_style .list_txt span {
    font-size: 1rem;
    margin-top: 0;
  }
  .policy_issue .list_top_style {
    margin: 0;
  }
  .policy_issue .sub_tab_wrap {
    margin: 4vw 0 5.3333333333vw;
    padding: 0 4vw;
    border-radius: 0;
    background: #478ac5;
  }
  .policy_issue .sub_tab_wrap .sub_tab::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .policy_issue .sub_tab_wrap .sub_tab .item + .item {
    border-left: none;
  }
  .policy_issue .sub_tab_wrap .sub_tab button {
    height: 13.3333333333vw;
    padding: 0 2.6666666667vw;
    color: rgba(255, 255, 255, 0.3);
    white-space: nowrap;
  }
  .policy_issue .sub_tab_wrap .sub_tab button.on {
    background: #478ac5;
    color: #fff;
  }
  .policy_issue .issue_list_detail {
    margin: 0 2vw;
  }
  .policy_issue .issue_list_detail a {
    padding: 4vw 2.6666666667vw;
  }
  .policy_issue .issue_list_detail a p {
    font-size: 1.1666666667rem;
    line-height: 1.2;
    margin-bottom: 1.3333333333vw;
  }
  .policy_issue .issue_list_detail a span {
    font-size: 1rem;
  }
  .policy_issue .comm_listview_go {
    margin-top: -6.6666666667vw;
    margin-bottom: 9.3333333333vw;
  }
  .policy_issue.main .toon_top {
    padding: 0 0 6.6666666667vw 0;
    margin-bottom: 0;
  }
  .policy_issue.main .toon_top a {
    display: block;
  }
  .policy_issue.main .toon_top .list_img {
    width: 100%;
    height: 48vw;
  }
  .policy_issue.main .toon_top .txt_box {
    margin-top: 4vw;
    margin-left: 0;
    width: auto;
  }
  .policy_issue.main .comm_search {
    margin-bottom: 5.3333333333vw;
  }
  .policy_issue.view {
    padding: 0 !important;
  }
  .utb_list .utb_img {
    width: 26.6666666667vw;
    height: 14.9333333333vw;
    margin-right: 2.6666666667vw;
  }
  .utb_list .utb_img::after {
    background-size: 7.4666666667vw;
  }
  .utb_list .list_txt {
    padding: 2vw 0;
  }
  .utb_list > li .download_wrap {
    top: auto;
  }
  .popup_side.policy_custom {
    width: 93.3333333333vw;
  }
  .popup_side.policy_custom .title_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 13.3333333333vw;
    background: #1b3956;
  }
  .popup_side.policy_custom .title_box .title_tab {
    height: 7.7333333333vw;
    padding: 2.9333333333vw 0 2.4vw;
  }
  .popup_side.policy_custom .title_box .title_tab p {
    margin-left: 0;
    font-size: 1.1666666667rem;
  }
  .popup_side.policy_custom .popup_scroll .popup_index {
    padding: 2.6666666667vw 4vw;
  }
  .popup_side.policy_custom .policy_custom_con {
    grid-template-columns: repeat(2, 41.8666666667vw);
    gap: 1.3333333333vw;
  }
  .popup_side.policy_custom .policy_custom_con .item > a {
    padding: 2vw;
    font-size: 1.0833333333rem;
  }
  .popup_side.policy_custom .policy_custom_con .item > a span {
    margin-left: 0.8vw;
  }
  .popup_side.policy_custom .policy_custom_con .item > a::after {
    right: 1.3333333333vw;
    width: 1.4666666667vw;
    height: 2.1333333333vw;
  }
  .popup_side.policy_custom .policy_custom_con .item ul {
    min-height: 30.6666666667vw;
    height: auto;
    padding-top: 0.8vw;
  }
  .popup_side.policy_custom .policy_custom_con .item ul li {
    padding: 0 2.6666666667vw;
  }
  .popup_side.policy_custom .policy_custom_con .item ul a {
    padding: 1.2vw 0.6666666667vw;
    font-size: 1rem;
  }
  .covid_wrap .list_top_style {
    border-bottom: 2px solid #1b3956;
  }
  .covid_wrap .list_top_style h5 {
    display: block;
  }
}