@charset "utf-8";

/* 공통 */
.flex_type1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box_info {
  position: relative;
  border: 1px #ddd solid;
  border-radius: 10px;
  padding: 30px 30px 15px 30px;
  margin-bottom: 30px;
}
.box_info.step_img {
  background: url("../images/front/sub/icon_apply01.png") no-repeat 40px
    center;
  font-size: 15px;
  padding: 25px 30px 10px 30px;
}
.box_info.site {
  background: url("../images/front/sub/icon_apply02.png") no-repeat 50px 35px;
}
.box_info .box_info_in {
  padding-left: 110px;
}
.box_info .box_info_in .tit {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin-bottom: 10px;
}
.box_info .box_info_in ul {
  margin-bottom: 15px;
}
.box_info .box_info_in li {
  position: relative;
  padding-left: 13px;
  line-height: 140%;
}
.box_info .box_info_in li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 1px;
  background: #888;
}
.box_info .box_info_in .site_img li {
  padding: 3px 13px;
}
.box_info .box_info_in .site_img li:before {
  top: 12px;
}
.box_info.mail {
  height: 120px;
  background: url(../images/front/sub/icon_mail.png) no-repeat 50px center;
}
.box_info.copy {
  height: 120px;
  background: url(../images/front/sub/icon_copyright.png) no-repeat 50px
    center;
}
.box_info.purpose {
  position: relative;
  height: 145px;
  padding-left: 170px;
  margin-bottom: 50px;
  border-radius: 15px;
}
.box_info.purpose:before {
  content: "";
  position: absolute;
  top: 27px;
  left: 50px;
  width: 95px;
  height: 95px;
  background: url(../images/front/sub/icon_apply04.png) no-repeat center
    center;
  z-index: 9;
}
.box_info.purpose .tit {
  font-size: 20px;
  font-weight: 600;
  color: #224fb6;
  margin: 15px 0 5px 0;
}
.box_info.purpose:after {
  content: "";
  position: absolute;
  top: 27px;
  left: 50px;
  width: 95px;
  height: 95px;
  border-radius: 100%;
  background: #f3f4f8;
}
.box_info.agree .tit {
  font-size: 20px;
  padding-top: 20px;
}
.box_info.style02 {
  display: flex;
  align-items: center;
  padding: 32px 40px;
}
.box_info.style02 .text {
  line-height: 1.5;
  margin-left: 3.8%;
}
.box_info.style02 .text .tit {
  font-size: 17px;
  font-weight: 600;
  color: #0b1b56;
  margin-bottom: 10px;
}
.box_info.style02 .text_st1 li {
  margin-left: 0;
}
.box_info.style02 .text_st1 li strong {
  font-weight: 600;
  color: #0b1b56;
}
.box_info.style02 .text_st1 li:before {
  background: #0b1b56;
}
.box_info.style03 {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.box_info.style03 .text {
  line-height: 1.6;
}
.box_info.style03 .text .tit {
  font-size: 18px;
  font-weight: 600;
  color: #143070;
}

/*.box_graph{position: relative;height: 540px;border: 1px #ddd solid;padding: 70px 50px 50px 50px;text-align: center;margin-bottom: 70px;}
.box_graph .tit_graph{position: absolute;top:50px;right:30px;font-size: 13px;}
.box_graph .graph_in{margin-top: 30px;}
.box_graph02{overflow: hidden;}
.box_graph02 .tit_graph{font-size: 18px;font-weight: 500;color: #333;margin-bottom: 40px;}
.box_graph02 .graph_in{float: left;width: 49%;height: 520px;border: 1px #e6e6e6 solid;padding: 70px 0;margin: 10px 0;text-align: center;}
.box_graph02 .graph_in:nth-child(2n-1){margin-right: 2%;}*/
.policy_area {
  margin: 5px 0;
}
.policy_area p {
  padding: 15px 0 10px 0;
}
.policy_area a {
  display: inline-block;
  font-size: 15px;
  color: #295faf;
  text-decoration: underline;
  background: url("../images/front/icon/icon_dot03.png") no-repeat right 5px;
  padding-right: 13px;
}
.excel_area {
  padding: 30px 0;
}
.excel_area p {
  margin-bottom: 10px;
}
.dropzone .dz-preview .dz-remove {
  display: inline-block !important;
  padding: 4px 20px !important;
  font-size: 13px !important;
  border: 1px #ddd solid !important;
  border-radius: 2px !important;
  margin-top: 5px !important;
}

.txet_check {
  font-size: 15px;
  font-weight: 400;
  color: #222;
  text-align: right;
  margin-bottom: 5px;
}
.txet_check strong {
  vertical-align: middle;
  margin-right: 5px;
}
.tit_state {
  padding-left: 5px;
  font-size: 13px;
  font-weight: 500;
  color: #f05332;
}
.tit_state span {
  color: #666 !important;
}
.tit_s_orange {
  font-size: 12px;
  color: #f27f22;
  margin-top: 10px;
}
.mem_tit_area02 .icon_id {
  display: inline-block;
  background: url("../images/front/common/search_btn_img.png") no-repeat 0
    2px;
  padding-left: 17px;
}
.icon_m {
  vertical-align: middle !important;
  color: #ec6b03 !important;
  margin-right: 5px;
}
.comment_area_n {
  margin-top: 5px;
}
.comment_area_n li {
  background: url("../images/front/common/bullet_file_list.png") no-repeat 0
    8px;
  padding-left: 10px;
  line-height: 1.5em !important;
}
.comment_area_n li.font_b {
  background: url("../images/front/common/bullet_file_list.png") no-repeat 0
    8px;
  padding: 0 0 0 10px;
  font-size: 14px;
  line-height: 1.5em !important;
  margin-bottom: 20px;
}
.icon_dday {
  font-size: 12px;
  color: #f05332;
  border: 1px solid #f05332;
  padding: 2px 5px;
  margin-left: 5px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.file_area li {
  display: block;
  margin: 2px;
  font-size: 0.89em;
}
.file_area li a {
  display: inline-block !important;
  color: #1b3b95;
}
.tbl_cell_group td .file_area {
  margin-top: 0;
}
.tbl_cell_group td .file_area li {
  margin: 0;
}
.tbl_cell_group td .file_area .download {
  display: block;
  padding: 0;
}

.btn_list_more {
  margin-top: 20px;
  text-align: center;
}
.btn_list_more a {
  display: inline-block;
  font-weight: 500;
  color: #555;
  border: 1px #777 solid;
  padding: 10px 20px 7px 30px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  vertical-align: middle;
}
.btn_list_more a i {
  vertical-align: middle;
}
.tit_pad {
  padding: 13px !important;
}
.tit_pad i {
  vertical-align: middle;
  padding-right: 5px;
}
.tit_pad .pop_tit span {
  vertical-align: middle;
}
.editor_q {
  padding: 40px;
  line-height: 140%;
}
.editor_q img {
  max-width: 100%;
}
.editor {
  margin-bottom: 90px;
}
.download {
  display: inline-block;
  padding: 5px 0;
}
.download img {
  vertical-align: middle;
  margin-right: 2px;
}
.tit_message {
  position: relative;
  height: 65px;
  border: 1px #dd5555 solid;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px 0 20px 65px;
}
.tit_message:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 28px;
  width: 26px;
  height: 25px;
  background: url("../images/front/icon/icon_message.png") no-repeat 0 0;
}
.icon_star {
  font-size: 18px;
  color: #f75f5f;
  margin-right: 3px;
}
.icon_new {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.box_line {
  position: relative;
  border: 1px #ddd solid;
  padding: 40px;
  margin-bottom: 30px;
}
.box_line:before {
  content: "";
  position: absolute;
  top: 32px;
  left: 55px;
  width: 56px;
  height: 61px;
  background: url("../images/front/sub/icon_invasion.png") no-repeat 0 0;
}
.box_line .tit {
  font-size: 17px;
  color: #333;
  line-height: 150%;
  padding-left: 110px;
}
.box_line.icon01 {
  padding: 38px;
  margin-bottom: 15px;
}
.box_line.icon01 .tit {
  padding-left: 90px;
}
.box_line.icon01:before {
  content: "";
  position: absolute;
  top: 29px;
  left: 50px;
  width: 56px;
  height: 61px;
  background: url("../images/front/sub/icon_mail02.png") no-repeat 0 0;
}
.box_line.icon01 .btn.xl {
  position: absolute;
  top: 27px;
  right: 30px;
}
.box_line.newsletter {
  padding: 0;
}
.box_line.newsletter ul {
  padding: 25px 30px;
}
.box_line.newsletter li {
  line-height: 1.5;
  margin: 8px;
}
.box_line.newsletter li p {
  padding: 5px 0 0 16px;
}
.box_line.newsletter:before {
  display: none;
}
.box_line.newsletter .pop_agree {
  background: #f2f3f7;
  padding: 30px 25px;
  font-weight: 500;
  color: #111;
}
.box_line03 {
  border: 1px #ddd solid;
  border-radius: 10px;
  padding: 20px;
}
.pop_file {
  border: 1px #ddd solid;
  margin-top: 30px;
  padding-bottom: 10px;
}
.pop_apply_txt {
  line-height: 150%;
}
.pop_apply_txt img {
  width: 100%;
}
.text_agree {
  line-height: 140%;
}
.datepicker {
  width: 30%;
}

/* 주요사업 */
.business_con {
  font-size: 17px;
}
.business_con p.tit {
  font-size: 26px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}
.business_con .mb50 {
  margin-bottom: 50px;
}
.business_con .text_busi {
  position: relative;
  margin-bottom: 50px;
  margin-top: -10px;
  padding-left: 10px;
}
.business_con .text_busi:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #9ea6b7;
}
.sub_visual {
  position: relative;
  height: 250px;
  text-align: center;
  margin-bottom: 50px;
}
.sub_visual.v01 {
  background: url("../images/front/sub/visual01.jpg") no-repeat center 0;
  background-size: cover;
}
.sub_visual.v02 {
  background: url("../images/front/sub/visual02.jpg") no-repeat center 0;
  background-size: cover;
}
.sub_visual.v03 {
  background: url("../images/front/sub/visual03.jpg") no-repeat center 0;
  background-size: cover;
}
.sub_visual.v04 {
  background: url("../images/front/sub/visual04.jpg") no-repeat center 0;
  background-size: cover;
}
.sub_visual .sub_visual_in {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 60%;
  height: 135px;
  background: rgba(8, 9, 20, 0.7);
  padding-top: 35px;
  padding-left: 35px;
  text-align: left;
}
.sub_visual .sub_visual_in .text {
  font-size: 21px;
  font-weight: 500;
  color: #fff;
  line-height: 140%;
}
.sub_visual .sub_visual_in .text strong {
  display: inline-block;
  font-weight: 500;
  color: #41a3ff;
}
.busin_ov {
  overflow: hidden;
  margin-bottom: 50px;
}
.busin_ov .busin_l {
  float: left;
  width: 49%;
  padding-right: 1%;
}
.busin_ov .busin_r {
  float: right;
  width: 49%;
  padding-left: 1%;
}
.text_con {
  margin-bottom: 60px;
}
.text_st1 {
  margin-bottom: 60px;
}
.text_st1 li {
  position: relative;
  margin-left: 20px;
  padding: 2px 0 2px 13px;
  line-height: 1.5;
}
.text_st1 li.dot_n:before {
  display: none;
}
.text_st1 li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #9ea6b7;
}
.text_st1 li.icon_non:before {
  display: none;
}
.text_st1.icon_s {
  font-size: 14px;
  margin-top: -20px;
}
.text_st1.icon_s li {
  padding: 1px 0 1px 13px;
}
.text_st1.ml0 li {
  margin-left: 0;
}
.text_st1.type2 li:before {
  background: #555;
}
.graphics_area {
  border: 1px #ddd solid;
  padding: 60px 30px;
  margin-bottom: 50px;
  text-align: center;
}
.brand_support {
  display: inline-block;
  width: 98%;
  padding: 0 5%;
}
.brand_support li {
  position: relative;
  float: left;
  width: 25%;
  padding: 195px 2% 0 2%;
}
.brand_support li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 163px;
  height: 163px;
  margin-left: -81px;
}
.brand_support li:nth-child(1):before {
  background: url("../images/front/sub/icon_bussiness01.png") no-repeat 0 0;
}
.brand_support li:nth-child(2):before {
  background: url("../images/front/sub/icon_bussiness02.png") no-repeat 0 0;
}
.brand_support li:nth-child(3):before {
  background: url("../images/front/sub/icon_bussiness03.png") no-repeat 0 0;
}
.brand_support li:nth-child(4):before {
  background: url("../images/front/sub/icon_bussiness04.png") no-repeat 0 0;
}
.brand_support p {
  font-size: 19px;
  margin-bottom: 20px;
  color: #333;
  font-weight: 500;
  line-height: 140%;
}
.brand_support span {
  font-size: 15px;
}
.circle_list {
  margin-bottom: 50px;
}
.circle_list li {
  padding: 2px 0;
}
.circle_list .num {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #596281;
  border-radius: 50%;
  text-align: center;
  font-size: 13px;
  color: #fff;
  line-height: 23px;
  margin-right: 10px;
}
.box_line02 {
  font-weight: 500;
  border: 5px #f4f4f4 solid;
  padding: 30px;
  margin-bottom: 30px;
}
.box_line02 .text {
  font-size: 20px;
  color: #ec0a2b;
}
/*.box_line02 p:before {content: ""; display: inline-block;width: 6px;height: 6px;margin-right: 10px;border-radius: 50%;background: #435ea9;vertical-align: 4px;}*/
.support_step {
}
.support_step dl {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 80%;
  text-align: left;
  font-size: 15px;
  padding-bottom: 30px;
}
.support_step dl:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 90px;
  display: inline-block;
  width: 100%;
  height: 25px;
  background: url("../images/front/sub/icon_arrow03.png") no-repeat 0 0;
}
.support_step dl.non {
  padding-bottom: 0;
}
.support_step dl.non:before {
  display: none;
}
.support_step dt {
  overflow: hidden;
  float: left;
  display: block;
  width: 25%;
  border-radius: 10px;
  padding: 14px 0 0 20px;
  margin-right: 1%;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.support_step dt p {
  padding-left: 30px;
}
.support_step dt span {
  float: left;
  font-weight: 600;
}
.support_step dl.bg01 dt {
  border: 3px #4d6197 solid;
  background: #6779a9;
}
.support_step dl.bg02 dt {
  border: 3px #a36f42 solid;
  background: #ae947d;
}
.support_step dt.step_h01 {
  height: 142px;
}
.support_step dt.step_h02 {
  height: 76px;
}
.support_step dt.step_h03 {
  height: 54px;
}
.support_step dt.step_h01.pt01 {
  padding-top: 48px;
}
.support_step dd {
  float: right;
  display: block;
  width: 73%;
  border: 1px #ddd solid;
  border-radius: 10px;
  padding: 15px 0 15px 30px;
}
.support_step dd li {
  position: relative;
  padding-left: 10px;
}
.support_step dd li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #9ea6b7;
}
.help_box {
  background: #fafafa;
  padding: 30px 35px;
  margin-bottom: 60px;
}
.help_box li {
  position: relative;
  padding: 5px 0 5px 15px;
  line-height: 1.5;
}
.help_box li strong {
  font-weight: 500;
  color: #111;
  margin-right: 10px;
}
.help_box li p {
  display: inline-block;
  margin-right: 20px;
}
.help_box li .tit01 {
  margin-right: 50px;
}
.help_box li .tit01 strong {
  position: relative;
  padding-right: 20px;
  padding-left: 10px;
}
.help_box li .tit01 strong:before {
  content: "";
  position: absolute;
  top: 12px;
  left: -5px;
  width: 6px;
  height: 1px;
  background: #333;
}
.help_box li .tit01 strong:after {
  content: "";
  position: absolute;
  top: 6px;
  right: 5px;
  width: 1px;
  height: 15px;
  background: #cacaca;
}
.help_box li .tit02 span {
  position: relative;
  font-weight: 500;
  color: #132566;
  margin-right: 5px;
  padding-left: 10px;
}
.help_box li .tit02 span:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #132566;
}
.help_box a:hover {
  color: #1f88ea;
  text-decoration: underline;
}
.movie_area {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 640px;
  text-align: center;
  margin-bottom: 50px;
  border-radius: 15px;
}
.movie_area iframe {
  width: 100%;
  z-index: 9;
}
.movie_area .img_thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
}
.tit_footnote {
  font-size: 13px;
  font-weight: 600;
  color: #487ae9;
  margin-right: 3px;
}
.tit_footnote sup {
  vertical-align: super;
  font-size: smaller;
}
.tip_area {
  background: #fafafa;
  padding: 28px 28px 28px 40px;
  border-left: 3px #487ae9 solid;
  border-top: 1px #f3f3f3 solid;
  border-bottom: 1px #f3f3f3 solid;
  border-right: 1px #f3f3f3 solid;
}
.tip_area .num {
  display: inline-block;
  width: 17px;
  height: 17px;
  border-radius: 50px;
  background: #487ae9;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  line-height: 17px;
  margin-right: 7px;
}
.tip_area .list_icon li {
  position: relative;
  padding: 3px 0 4px 15px;
}
.tip_area .list_icon li:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #487ae9;
}
.tip_area .list_icon li strong {
  font-weight: 500;
  color: #222;
}

.circle_wrap {
  position: relative;
  border: 1px #ddd solid;
  border-radius: 15px;
  margin-bottom: 60px;
  padding: 80px 30px;
}
.circle_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.circle_container li {
  position: relative;
  text-align: center;
}
.circle_container li::before {
  content: "";
  position: absolute;
  top: 75px;
  right: -20px;
  width: 9px;
  height: 15px;
  background: url("../images/front/sub/step_bg.png") no-repeat;
  background-size: cover;
}
.circle_container li:last-child::before {
  display: none;
}
.incircle {
  position: relative;
  width: 140px;
  margin: 0 1%;
  border-radius: 80px;
}
.incircle span {
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  min-width: 75px;
  height: 40px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background: #326ccc;
  border-radius: 50px;
  margin-left: -37.5px;
  z-index: 999;
}
.incircle .img_area {
  position: relative;
  line-height: 135px;
  text-align: center;
  margin-top: 15px;
}
.incircle .img_area img {
  position: relative;
  vertical-align: middle;
}
.incircle .img_area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 130px;
  height: 130px;
  background: #f7f7f7;
  border-radius: 50%;
  margin-left: -67.5px;
}
.incircle p {
  font-weight: 600;
  color: #222;
  margin-top: 5px;
}
.incircle p.text_s {
  font-size: 15px;
  font-weight: 400;
  color: #666;
}
.circle_wrap.type02 {
  padding: 80px 100px;
}

.support_txt {
  margin-top: 10px;
  text-align: center;
}
.support_txt p {
  position: relative;
  display: inline-block;
  font-size: 15px;
}
.support_txt p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 3px;
  margin-top: 9px;
  margin-left: -9px;
  border-radius: 50px;
  background: #555;
}
.box_con {
  margin-bottom: 50px;
}
.box_con li {
  display: flex;
  border: 3px #f3f4f8 solid;
  border-radius: 15px;
  padding: 32px 40px;
  margin-bottom: 10px;
  align-items: center;
}
.box_con li .text {
  line-height: 1.6;
  margin-left: 3.8%;
}
.box_con li .text .tit {
  font-size: 20px;
  font-weight: 600;
  color: #0b1b56;
  margin-bottom: 22px;
}
.box_con li .tit {
  font-size: 18px;
  font-weight: 500;
  color: #0b1b56;
}
.box_con02 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.box_con02 li {
  position: relative;
  flex: 1;
  line-height: 1.5;
  padding: 50px;
  margin-right: 3%;
  border: 1px #132566 solid;
  border-radius: 15px;
}
.box_con02 li:first-child::before {
  content: "01";
  position: absolute;
  top: 30px;
  right: 50px;
  font-size: 48px;
  font-weight: 600;
  color: #eee;
}
.box_con02 li:last-child::before {
  content: "02";
  position: absolute;
  top: 30px;
  right: 50px;
  font-size: 48px;
  font-weight: 600;
  color: #eee;
}
.box_con02 li:last-child {
  margin-right: 0;
}
.box_con02 li .tit {
  font-size: 22px;
  font-weight: 600;
  color: #132566;
}

.btn_box {
  margin-bottom: 50px;
  text-align: center;
}
.btn_box.line {
  border-top: 1px #ddd solid;
  padding-top: 40px;
}
.btn_box .go_bis {
  position: relative;
  display: inline-block;
  height: 70px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 0 60px 0 35px;
  background: #132566;
  border-radius: 8px;
}
.btn_box .go_bis::before {
  content: "";
  position: absolute;
  top: 27px;
  right: 35px;
  width: 16px;
  height: 16px;
  background: url("../images/front/icon/icon_arrow04.png") no-repeat 0 0;
}

/* 매뉴얼 */
.box_tit {
  font-size: 19px;
  font-weight: 500;
  color: #222;
  padding: 20px 0 20px 65px;
  margin-bottom: 30px;
}
.box_tit.icon01 {
  background: url("../images/front/sub/icon_manual01.png") no-repeat 25px
    center #f6f7fa;
}
.box_tit.icon02 {
  background: url("../images/front/sub/icon_manual02.png") no-repeat 25px
    center #f6f7fa;
}
.box_tit.icon03 {
  background: url("../images/front/sub/icon_manual03.png") no-repeat 25px
    center #f6f7fa;
}
.manual_wrap {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 80px;
}
.manual_wrap .manual_way {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
.manual_wrap .manual_way.line {
  border-bottom: 1px #ddd solid;
  padding-bottom: 50px;
}
.manual_wrap .manual_way .float_left {
  width: 35%;
}
.tit_manual {
  position: relative;
  margin-bottom: 30px;
}
.tit_manual .num {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 28px;
  height: 28px;
  background: #596281;
  border-radius: 50%;
  text-align: center;
  font-size: 13px;
  color: #fff;
  line-height: 28px;
  margin-right: 10px;
}
.tit_manual .text01 {
  padding-left: 40px;
}
.tit_manual .tit {
  font-size: 19px;
  font-weight: 600;
  color: #222;
  margin-bottom: 20px;
}
.number_list {
  counter-reset: list-number;
}
.number_list > li {
  position: relative;
  counter-increment: list-number;
  padding: 0 0 20px 30px;
}
.number_list > li:before {
  content: counter(list-number);
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  z-index: 99;
}
.number_list > li:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 24px;
  height: 24px;
  background: #dd435c;
  border-radius: 50%;
  z-index: 9;
}
.number_list > li > ul {
  margin-top: 5px;
}
.number_list > li > ul > li {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 10px;
}
.number_list > li > ul > li::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
.number_list > li > ul > li strong {
  font-weight: 500;
}
.number_list > li > ul > li.icon_non {
  padding-left: 0;
}
.number_list > li > ul > li.icon_non::before {
  display: none;
}

.site,
.site:hover,
.site:active,
.site:visited {
  font-weight: 500;
  color: #22acb1;
  word-break: break-all;
}
.manual_wrap .manual_way .float_right {
  float: right;
  width: 60%;
}
.manual_wrap .img_manual {
  text-align: center;
  border: 1px #ddd solid;
  padding: 30px;
  text-align: center;
}
.manual_wrap .img_manual.line_non {
  border: none;
}
.manual_wrap .img_manual .img_text {
  font-size: 17px;
  font-weight: 500;
  text-align: left;
  background: #f5f6f9;
  border-radius: 20px;
  padding: 30px;
  margin-top: 30px;
  line-height: 1.4;
}
.manual_wrap .text02 {
  margin-bottom: 30px;
  line-height: 150%;
}
.manual_wrap .text02 strong {
  font-weight: 500;
  color: #df5e62;
}
.manual_wrap .num_s {
  display: inline-block;
  width: 13px;
  height: 13px;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  background: #ea615c;
  border-radius: 30px;
  line-height: 13px;
  text-align: center;
  vertical-align: middle;
  margin-right: 5px;
}
.manual_wrap .text_st1 li {
  padding-left: 0 !important;
}
.manual_wrap .text_st1.manual_text {
  margin-bottom: 40px;
}
.manual_wrap .text_st1.manual_text li.icon_non {
  padding-left: 0;
}
.manual_wrap .text_st1.manual_text li.icon_non strong {
  font-size: 16px;
  font-weight: 500;
  color: #222;
}
.manual_wrap .tbl_list_wrap {
  margin-bottom: 30px;
}
.manual_box_area {
  overflow: hidden;
}
.manual_box_area .manual_box_in {
  float: left;
  width: 48%;
  height: 855px;
  margin-bottom: 30px;
}
.manual_box_area .manual_box_in.float_right {
  float: right;
}
.manual_box_area .tit_manual {
  margin-bottom: 20px;
}
.img_search {
  display: inline-block;
  width: 64px;
  height: 25px;
  background: url("../images/front/sub/img_sing08.png") no-repeat 0 0;
  font-size: 0;
  vertical-align: top;
}
.manual_wrap.type02 .manual_way .float_left {
  float: none;
  width: 100%;
}
.manual_wrap.type02 .manual_way .float_right {
  float: none;
  width: 100%;
}

.tip_area.type02 {
  font-size: 15px;
  line-height: 1.6;
  border-left: 1px #df5e62 solid;
  margin-bottom: 30px;
}
.tip_area.type02 .tit {
  display: inline-block;
  font-weight: 500;
  color: #fff;
  border-radius: 50px;
  margin-bottom: 10px;
  padding: 8px 20px 8px 48px;
  background: url("../images/front/icon/icon_word.png") no-repeat 21px center
    #df474c;
}
.tip_area.type02 li strong {
  color: #df474c;
}
.tbl_list_wrap.tbl_damage thead {
  border-bottom: 2px solid #333;
}
.tbl_list_wrap.tbl_damage thead th {
  height: 50px;
  border-right: none;
}
.tbl_list_wrap.tbl_damage thead th:first-child {
  border-left: none;
}
.tbl_list_wrap.tbl_damage tbody th {
  border-bottom: 1px solid #e5e5e5;
  border-left: none;
}
.tbl_list_wrap.tbl_damage tbody td {
  border-right: none;
}

/* 내상표 지킴이 */
.keeper_area {
  position: relative;
  border: 1px #ddd solid;
  padding: 100px 70px;
  background: url("../images/front/sub/img_keeper.png") no-repeat bottom
    right;
}
.keeper_area .text {
  width: 60%;
  font-size: 16px;
  margin-bottom: 35px;
  line-height: 150%;
}
.keeper_area .text p {
  font-size: 24px;
  margin-bottom: 15px;
}
.keeper_area .text strong {
  color: #333;
}
.keeper_area .btn.nomal02 {
  display: inline-block;
  height: 47px;
  min-width: 170px;
  padding: 0 25px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #224fb6;
  vertical-align: middle;
  border: 2px #224fb6 solid;
}
.keeper_area .btn.nomal02:hover {
  color: #fff;
  border: 2px #224fb6 solid;
  background: #224fb6;
}

/* 로그인 */
.login_area {
  width: 470px;
  margin: 0 auto;
}
.login_area .login_tit {
  text-align: center;
  margin-bottom: 30px;
  padding-top: 30px;
}
.login_area .login_tit h4 {
  font-size: 30px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}
.login_area .login_tit span {
  font-size: 16px;
  color: #999;
}
.login_box {
  margin-bottom: 20px;
}
.login_box input.login_id,
.login_box input.login_pw {
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  font-size: 15px;
}
.login_box .checks {
  padding: 10px 0 20px 0;
}
.login_box .btn_login {
  display: block;
  width: 100%;
  height: 60px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background: #0d42a6;
  border-radius: 10px;
}
.login_btn_area {
  overflow: hidden;
  text-align: center;
  padding-top: 20px;
}
.login_btn_area li {
  position: relative;
  display: inline-block;
  padding: 0 8px;
}
.login_btn_area li a {
  font-size: 16px;
  color: #333;
}
.login_btn_area li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 1px;
  height: 14px;
  background: #c3c3c3;
}
.login_btn_area li:first-child:before {
  background: none;
}
.member_box02 {
  text-align: right;
  margin-top: -20px;
  margin-bottom: 30px;
}
.member_box02 .icon_id {
  display: inline-block;
  background: url("../images/front/icon/icon_dot04.png") no-repeat 0 center;
  padding-left: 10px;
}
.member_box02 .btn.s_save_btn {
  display: inline-block;
}

.pop_policy_box {
  margin-bottom: 10px;
  padding: 40px;
  background: #fafafa;
  line-height: 1.4;
}
.pop_policy_box .tit {
  font-size: 15px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.pop_policy_box .tit.icon {
  position: relative;
  font-weight: 500;
  padding-left: 10px;
}
.pop_policy_box .tit.icon:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #555;
}
.pop_policy_box .tit strong {
  font-weight: 500;
  color: #243574;
}
.pop_policy_box .policy_con > ul > li {
  padding: 10px 0;
}
.pop_policy_box .policy_con li p {
  font-size: 16px;
  font-weight: 500;
  color: #222;
  margin-bottom: 5px;
}
.pop_policy_box .policy_con > ul > li > ul > li {
  position: relative;
  padding: 3px 0 2px 20px;
}
.pop_policy_box .policy_con > ul > li > ul > li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #999;
}
.pop_policy_box .policy_con .policy_help {
  position: relative;
  border-top: 1px #ddd solid;
  margin-top: 20px;
  padding: 20px 0 0 15px;
}
.pop_policy_box .policy_con .policy_help::before {
  content: "※";
  position: absolute;
  top: 20px;
  left: 0;
  color: #ed2727;
}

/* 스텝 */
.step_list {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
}
.step_list::after {
  content: "";
  display: table;
  clear: both;
}
.step_list li {
  position: relative;
  float: left;
  padding: 5px;
}
.step_list li::before {
  content: "";
  position: absolute;
  top: 26px;
  right: -10px;
  display: block;
  width: 15px;
  height: 1px;
  background: #ccc;
}
.step_list li:last-child::before {
  display: none;
}
.step_list li.bar_non::before {
  display: none;
}
.step_list #step_list_gubun {
  float: left;
}
.step_list li p {
  display: inline-block;
  color: #8d8d8d;
  font-weight: 500;
  background: #f2f2f2;
  border-radius: 100px;
  padding: 13px;
  font-size: 15px;
}
.step_list li.on p {
  color: #fff;
  background: #435ea9;
}

.step_list02 {
  width: 500px;
  margin: 50px auto 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.step_list02 ol {
  display: flex;
  width: 100%;
  table-layout: fixed;
}
.step_list02 ol li {
  position: relative;
  flex: 1;
}
.step_list02 ol li:first-child {
  padding-left: 0;
}
.step_list02 ol li:first-child::before {
  display: none;
}
.step_list02 ol li.on strong {
  color: #555;
}
.step_list02 ol li span {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px solid #b1b5bc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #b1b5bc;
  font-size: 18px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  vertical-align: top;
  z-index: 99;
}
.step_list02 ol li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  width: 100%;
  height: 1px;
  margin-left: -50%;
  background-color: #d4d5d7;
  z-index: 1;
}
.step_list02 ol li:first-child em:before {
  display: none;
}
.step_list02 ol li.on span {
  border-color: #0078ce;
  background-color: #386ed2;
  color: #fff;
}
.step_list02 ol li strong {
  display: block;
  margin-top: 8px;
  line-height: 24px;
  color: #777;
  font-weight: 500;
}

/* 신청서작성2021 */
.apply_wrap {
  max-width: 1080px;
  background: #fff;
  margin: 0 auto;
  padding-bottom: 40px;
}
.apply_wrap .apply_step_area {
  position: relative;
  padding: 30px 40px 0 40px;
  text-align: center;
}
.apply_wrap .apply_step_area .step_tit01 {
  display: inline-block;
  min-width: 80px;
  height: 35px;
  margin-right: 8px;
  margin-bottom: 5px;
  padding: 0px 15px;
  border-radius: 4px;
  background-color: #e8eef6;
  font-size: 16px;
  font-weight: 500;
  color: #1f58ad;
  text-align: center;
  line-height: 35px;
}
.apply_wrap .apply_step_area .step_tit02 {
  font-size: 30px;
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
  text-align: left;
}
.apply_wrap .apply_step_area .step_tit02 strong {
  display: inline-block;
  min-width: 80px;
  height: 35px;
  margin-right: 8px;
  padding: 0px 10px;
  border-radius: 4px;
  background-color: #e8eef6;
  font-size: 16px;
  font-weight: 500;
  color: #1f58ad;
  text-align: center;
  line-height: 35px;
  vertical-align: middle;
}
.apply_wrap .apply_step_area #step_tit_gubun {
  text-align: left;
}
.apply_info {
  overflow: hidden;
  font-size: 15px;
}
.apply_info dt {
  float: left;
  color: #111;
  margin-right: 10px;
}
.apply_info dd {
  position: relative;
  float: left;
  margin-right: 30px;
}
.apply_info dd:after {
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -6px;
  width: 1px;
  height: 13px;
  content: "";
  background: #bababa;
}
.apply_info dd:last-child:after {
  background: none;
}
.apply_wrap .apply_step_area .pop_close {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 78px;
  height: 78px;
  background: url("../images/front/icon/close.png") no-repeat center center;
  font-size: 0;
}
.apply_wrap .apply_con {
  padding: 20px 40px;
}
.apply_wrap .apply_con .btn_wrap {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px #ddd solid;
}
.apply_wrap .apply_con .apply_txt {
  line-height: 150%;
  margin-bottom: 50px;
  margin-top: 10px;
}
.apply_wrap .btn_wrap {
  margin-top: 0;
}
.apply_wrap .btn_wrap .btn.nomal_line {
  background: #0d42a6;
  border: 1px solid #0d42a6;
}
.apply_wrap .apply_con02 .apply_tit_area {
  height: 55px;
  font-weight: 500;
  color: #111;
  line-height: 48px;
  border-top: 2px #222 solid;
  border-bottom: 1px solid #e5e5e5;
  background: #f2f3f7;
  padding: 0 20px;
}
.apply_wrap .apply_con02 .tbl_list_wrap {
  margin-bottom: 40px;
}
.apply_wrap .apply_con02 .tbl_list_wrap th {
  padding: 15px;
}
.apply_wrap .apply_con02 .tbl_list_wrap th:first-child {
  border-left: none;
}
.apply_wrap .apply_con02 .tbl_list_wrap td {
  padding: 10px;
}
.apply_wrap .apply_con02 .tbl_list_wrap td:first-child {
  border-left: none;
}
.apply_wrap .apply_con02 .apply_tit_area .color_org {
  float: right;
  display: inline-block;
  font-weight: 400;
  line-height: 55px;
}
.apply_wrap .btn_wrap button {
  height: 50px !important;
  font-size: 16px !important;
}
.apply_wrap .btn_wrap button.btn.primary.line1 {
  color: #322e60;
}
.apply_wrap .in_w30 {
  width: 33% !important;
}

.tab_list03 {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0;
}
.tab_list03 li {
  position: relative;
  word-break: keep-all;
}
.tab_list03 li a {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  background: #fff;
  background: #e9e9e9;
  border: 1px #e9e9e9 solid;
  border-radius: 5px;
  padding: 9px 20px;
  margin: 3px;
}
.tab_list03 li.on a,
.tab_list03 li:hover a {
  color: #435ea9;
  background: #fff;
  border: 1px #435ea9 solid;
}
.tab_list03_result {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
  margin-bottom: 10px;
}
.tab_list03_result .box {
  width: calc(93% / 5);
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px 0;
  margin: 0 0.7%;
  display: none;
}
.tab_list03_result .box:first-child {
  margin-left: 0;
}
.tab_list03_result .box p {
  font-weight: 500;
  color: #333;
  margin-bottom: 5px;
}
.tab_list03_result .box .result_area {
  height: 220px;
  padding: 0 8%;
  overflow-y: auto;
}
.tab_list03_result .box .result_area button {
  position: relative;
  display: block;
  width: 100%;
  height: 38px;
  font-size: 0;
  border: 1px #ddd solid;
  border-radius: 5px;
  padding: 9px 23px;
  margin: 5px 0;
  box-sizing: border-box;
}
.tab_list03_result .box .result_area button.check,
.tab_list03_result .box .result_area button:hover {
  border: 1px #435ea9 solid;
}
.tab_list03_result .box .result_area button.check::after {
  content: "";
  position: absolute;
  top: 9px;
  right: 10px;
  width: 17px;
  height: 17px;
  background: url("../images/front/sub/web_click.png") no-repeat;
}
.tab_list03_result .box .result_area button.D30 {
  background: url("../images/front/sub/web_logo01.png") no-repeat 15px center;
}
.tab_list03_result .box .result_area button.D31 {
  background: url("../images/front/sub/web_logo02.png") no-repeat 15px center;
}
.tab_list03_result .box .result_area button.D32 {
  background: url("../images/front/sub/web_logo03.png") no-repeat 15px center;
}
.tab_list03_result .box .result_area button.D33 {
  background: url("../images/front/sub/web_logo04.png") no-repeat 15px center;
}
.tab_list03_result .box .result_area button.D4 {
  background: url("../images/front/sub/web_logo05.png") no-repeat 15px center;
}
.tab_list03_result .box .result_area button.D5 {
  background: url("../images/front/sub/web_logo06.png") no-repeat 15px center;
}
.tab_list03_result .box .result_area button.D6 {
  background: url("../images/front/sub/web_logo07.png") no-repeat 15px center;
}
.tab_list03_result .box .result_area button.D7 {
  background: url("../images/front/sub/web_logo08.png") no-repeat 15px center;
}
.tab_list03_result .box .result_area button.D1 {
  background: url("../images/front/sub/web_logo09.png") no-repeat 15px center;
}
.tab_list03_result .box .result_area button.D8 {
  background: url("../images/front/sub/web_logo10.png") no-repeat 15px center;
}
.tab_list03_result .box .result_area button.D14 {
  background: url("../images/front/sub/web_logo11.png") no-repeat 15px center;
}
.tab_list03_result .box .result_area button.D36 {
  background: url("../images/front/sub/web_logo12.png") no-repeat 15px center;
}
.tab_list03_result .box .result_area button.D9 {
  background: url("../images/front/sub/web_logo10.png") no-repeat 15px center;
}
.tab_list03_result .box .result_area button.D15 {
  background: url("../images/front/sub/web_logo11.png") no-repeat 15px center;
}
.tab_list03_result .box .result_area button.D37 {
  background: url("../images/front/sub/web_logo12.png") no-repeat 15px center;
}
.tab_list03_result .box .result_area button.D21 {
  background: url("../images/front/sub/web_logo13.png") no-repeat 15px center;
}
.tab_list03_result .box .result_area button.D39 {
  background: url("../images/front/sub/web_logo14.png") no-repeat 15px center;
}
.tab_list03_result .box .result_area button.D10 {
  background: url("../images/front/sub/web_logo10.png") no-repeat 15px center;
}
.tab_list03_result .box .result_area button.D16 {
  background: url("../images/front/sub/web_logo11.png") no-repeat 15px center;
}
.tab_list03_result .box .result_area button.D38 {
  background: url("../images/front/sub/web_logo12.png") no-repeat 15px center;
}
.tab_list03_result .box .result_area button.D11 {
  background: url("../images/front/sub/web_logo10.png") no-repeat 15px center;
}
.tab_list03_result .box .result_area button.D17 {
  background: url("../images/front/sub/web_logo11.png") no-repeat 15px center;
}
.tab_list03_result .box .result_area button.D12 {
  background: url("../images/front/sub/web_logo10.png") no-repeat 15px center;
}
.tab_list03_result .box .result_area button.D18 {
  background: url("../images/front/sub/web_logo11.png") no-repeat 15px center;
}
.tab_list03_result .box .result_area button.D13 {
  background: url("../images/front/sub/web_logo10.png") no-repeat 15px center;
}
.tab_list03_result .box .result_area button.D19 {
  background: url("../images/front/sub/web_logo11.png") no-repeat 15px center;
}
.tab_list03_result .box .result_area button.D20 {
  background: url("../images/front/sub/web_logo11.png") no-repeat 15px center;
}
.tab_list03_result .box .result_area button.D34 {
  background: url("../images/front/sub/web_logo15.png") no-repeat 15px 13px;
}
.tab_list03_result .box .result_area button.D35 {
  background: url("../images/front/sub/web_logo15.png") no-repeat 15px 13px;
}
.tab_list03_result .box .result_area button.D41 {
  background: url("../images/front/sub/web_logo17.png") no-repeat 15px center;
}
.tab_list03_result .box .result_area button.D42 {
  background: url("../images/front/sub/web_logo16.png") no-repeat 15px center;
}
.tab_list03_result .box .result_area button.D43 {
  background: url("../images/front/sub/web_logo07.png") no-repeat 15px center;
}
.tab_list03_result .box .result_area button.D44 {
  background: url("../images/front/sub/web_logo18.png") no-repeat 15px center;
}
.tab_list03_result .box .result_area button.D45 {
  background: url("../images/front/sub/web_logo19.png") no-repeat 15px center;
}
.tab_list03_result .box .result_area button.D46 {
  background: url("../images/front/sub/web_logo20.png") no-repeat 15px center;
}

/* 스크롤바수정 */
.tab_list03_result .box .result_area::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 5px;
}
.tab_list03_result .box .result_area::-webkit-scrollbar-track {
  background-color: #ddd;
  border-radius: 5px;
}
.tab_list03_result .box .result_area::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #aeaeae, #aeaeae);
  border-radius: 5px;
}
.tab_list03_result .box .result_area::-webkit-scrollbar-button {
  display: none;
}

/* 지원사업 */
.business_list {
  border-top: 1px #333 solid;
}
.business_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 0;
  border-bottom: 1px solid #ddd;
}
.business_list li dl {
  display: flex;
  flex-direction: row;
  margin-top: 5px;
}
.business_list li dl dt {
  font-weight: 500;
  color: #333;
  margin-right: 10px;
}
.business_list li dl dd {
  position: relative;
  color: #666;
  margin-right: 40px;
}
.business_list li dl dd::before {
  content: "";
  position: absolute;
  top: 2px;
  right: -20px;
  display: inline-block;
  width: 1px;
  height: 15px;
  background: #ddd;
}
.business_list li dl dd:last-child::before {
  display: none;
}
.business_list li dl dt.icon_flag {
  padding-left: 28px;
  background: url(../images/front/icon/icon_flag.png) no-repeat 2px 0;
}
.business_list li .end {
  display: inline-block;
  height: 50px;
  padding: 0 25px;
  background: #ddd;
  border-radius: 50px;
  color: #fff;
  line-height: 50px;
}
.business_list .b_con {
  width: 80%;
}
.business_list .b_con .title {
  position: relative;
}
.business_list .b_con .title .icon_notics_b01 {
  display: inline-block;
  height: 30px;
  font-size: 15px;
  color: #1f88ea;
  line-height: 29px;
  border: 1px #1f88ea solid;
  border-radius: 4px;
  padding: 0 5px;
  margin-right: 5px;
}
.business_list .b_con .title a {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.business_list .non_tit_area02 {
  text-align: center;
  padding: 35px 0 40px 0;
}
.business_list .non_tit_area02 .img_non {
  display: inline-block;
  text-align: center;
  margin-bottom: 15px;
}
.business_list .non_tit_area02 .non_tit {
  margin-bottom: 15px;
  color: #333;
}
.business_list .non_tit_area02 .btn_area button {
  display: inline-block;
  border: 1px #ddd solid;
  border-radius: 1px;
  padding: 8px 10px;
}
.business_list.type02 li {
  padding: 30px 0;
}
.business_list.type02 .title {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.business_list.type02 dl {
  padding: 2px 0;
}

/* 무단선점 의심상표 */
.permission_wrap {
  margin-bottom: 50px;
}
.permission_wrap .permission_area {
  position: relative;
  overflow: hidden;
  border: 1px #dbdbde solid;
  border-radius: 10px;
  margin-bottom: 10px;
}
.permission_wrap .permission_area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  border-left: 1px #ddd solid;
}
.permission_wrap .box {
  width: 50%;
  padding: 40px 5% 30px 5%;
}
.permission_wrap .box .tit {
  position: relative;
  max-width: 250px;
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 40px;
  text-align: center;
  background: #3860bd;
  border-radius: 50px;
  margin: 0 auto;
  z-index: 9;
}
.permission_wrap .box.float_right .tit {
  background: #001256;
}
.permission_wrap .box.float_right .tit::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 38px;
  width: 22px;
  height: 15px;
  box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
}

.permission_wrap .box .photo_area {
  position: relative;
  height: 180px;
  text-align: center;
  border-radius: 15px;
  background: #fff;
  margin: -20px 0 25px 0;
  padding: 60px 10px 30px 10px;
  box-shadow: 3px 8px 10px rgb(0 0 0 / 10%);
}
.permission_wrap .box .photo_area img {
  max-width: 100%;
  height: 70px;
  vertical-align: middle;
}
.permission_wrap .box dl {
  position: relative;
}
.permission_wrap .box dt {
  position: relative;
  display: inline-block;
  width: 35%;
  font-weight: 600;
  color: #222;
  padding: 7px 10px;
}
.permission_wrap .box dt:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #222;
  border-radius: 100px;
}
.permission_wrap .box dd {
  display: inline-block;
  width: 60%;
  color: #555;
  vertical-align: middle;
  padding: 5px 0 9px 0;
}

.text_danger {
  font-size: 15px;
  color: #e70707;
  margin-top: -40px;
  margin-bottom: 60px;
}
.permission_text {
  position: relative;
  font-size: 15px;
  border: 1px #dbdbde solid;
  border-radius: 10px;
  padding: 15px 15px 15px 210px;
}
.permission_text:before {
  content: "";
  position: absolute;
  top: 25%;
  left: 65px;
  width: 95px;
  height: 95px;
  background: url(../images/front/sub/icon_apply05.png) no-repeat center
    center;
  z-index: 9;
}
.permission_text:after {
  content: "";
  position: absolute;
  top: 25%;
  left: 65px;
  width: 95px;
  height: 95px;
  border-radius: 100%;
  background: #ecf5fd;
}
.permission_text li {
  position: relative;
  line-height: 1.3;
  padding: 10px 0;
}
.permission_text li .btn_line {
  position: relative;
  display: inline-block;
  height: 35px;
  font-size: 14px;
  font-weight: 500;
  color: #3860bd;
  line-height: 33px;
  border: 1px #3860bd solid;
  padding: 0 30px 0 15px;
  margin: 2px;
  border-radius: 5px;
}
.permission_text li .btn_line:before {
  content: "";
  position: absolute;
  top: 12px;
  right: 16px;
  width: 6px;
  height: 9px;
  background: url(../images/front/icon/icon_dot03.png) no-repeat 0 0;
}
.permission_text li strong {
  display: block;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}
.permission_text li .icon_tel {
  background: url(../images/front/icon/call_icon02.png) no-repeat 0 2px;
  padding-left: 18px;
}
.permission_text02 {
  position: relative;
  border: 1px #dbdbde solid;
  border-radius: 10px;
  padding: 25px 20px 25px 145px;
}
.permission_text02::before {
  content: "";
  position: absolute;
  top: 55px;
  left: 40px;
  width: 74px;
  height: 74px;
  background: url(../images/front/sub/icon_info.png) no-repeat;
}
.permission_text02 li {
  padding: 4px 0;
}
.permission_text02 li strong {
  font-weight: 500;
  color: #222;
  margin-right: 20px;
}
.permission_text02 li .btn_line {
  position: relative;
  display: inline-block;
  height: 33px;
  font-size: 14px;
  font-weight: 500;
  color: #3860bd;
  line-height: 30px;
  border: 1px #3860bd solid;
  padding: 0 25px 0 10px;
  margin: 2px;
  border-radius: 5px;
}
.permission_text02 li .btn_line:before {
  content: "";
  position: absolute;
  top: 11px;
  right: 13px;
  width: 6px;
  height: 9px;
  background: url(../images/front/icon/icon_dot03.png) no-repeat 0 0;
}
.permission_text02 li .btn_line.icon_tel {
  background: url(../images/front/icon/call_icon02.png) no-repeat 15px 8px;
  padding: 0 27px 0 35px;
}

.permission_wrap .box.style02 {
  width: 100%;
  border: 1px #dbdbde solid;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 10px 15px 10px 47px;
}
.permission_wrap .box.style02 dt {
  width: 15%;
}
.permission_wrap .box.style02 dd {
  width: 82%;
}
.permission_wrap .box.style02 dd .text02 {
  font-size: 15px;
  margin-top: 5px;
}
.permission_wrap .box.style02 .link_pm {
  position: relative;
  display: inline-block;
  height: 38px;
  font-weight: 500;
  color: #1f88ea;
  line-height: 36px;
  border: 1px #1f88ea solid;
  border-radius: 15px;
  padding: 0 40px 0 20px;
  margin: 0 2px;
}
.permission_wrap .box.style02 .link_pm:hover {
  box-shadow: 0 0 4px #9aacbc;
}
.permission_wrap .box.style02 .link_pm::before {
  content: "";
  position: absolute;
  top: 12px;
  right: 15px;
  width: 13px;
  height: 13px;
  background: url(../images/front/icon/icon_url02.png) no-repeat 0 0;
}
.permission_wrap .box.style02.point {
  padding: 20px 25px 25px 47px;
  border: 1px #3860bd solid;
  box-shadow: 0 0 8px rgb(0 0 0 / 15%);
}
.permission_wrap .box.style02.point dt {
  vertical-align: top;
  margin-top: 18px;
}
.rate_wrap::after {
  content: "";
  display: block;
  clear: both;
}
.rate_area {
  overflow: hidden;
  float: left;
  width: 260px;
  padding: 5px;
}
.rate_area li {
  position: relative;
  float: left;
  width: 33.3%;
  height: 33px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 12px;
}
.rate_area li:nth-child(1) {
  background: #e61a34;
  border-radius: 50px 0 0 50px;
}
.rate_area li:nth-child(2) {
  background: #fa923e;
}
.rate_area li:nth-child(3) {
  background: #5abd38;
  border-radius: 0 50px 50px 0;
}
.rate_area li span {
  position: relative;
  display: inline-block;
  font-weight: 500;
  line-height: 32px;
}
.rate_area li.on span::before {
  content: "";
  position: absolute;
  top: -13px;
  left: 35%;
  width: 12px;
  height: 7px;
  background: url(../images/front/icon/icon_rate.png) no-repeat center 0;
}
.rate_area li:nth-child(1).on {
  border: 3px #ac0016 solid;
  box-shadow: 0 0 4px #c07d86;
}
.rate_area li:nth-child(2).on {
  border: 3px #dc5d00 solid;
  box-shadow: 0 0 4px #e4a36f;
}
.rate_area li:nth-child(3).on {
  border: 3px #196000 solid;
  box-shadow: 0 0 4px #75b061;
}
.rate_area li.on span {
  line-height: 26px;
}
.rate_wrap .text {
  float: left;
  font-weight: 500;
  color: #000;
  padding: 22px 0 0 10px;
}
.rate_wrap .text .rateA {
  font-weight: 600;
  color: #e61a34;
}
.rate_wrap .text .rateB {
  font-weight: 600;
  color: #fa923e;
}
.rate_wrap .text .rateC {
  font-weight: 600;
  color: #5abd38;
}
.tooltip_wrap {
  display: inline-block;
  position: relative;
  top: -2px;
}
.tooltip_wrap .btn_tip {
  display: inline-block;
  width: 19px;
  height: 19px;
  text-indent: -999em;
  background: url(../images/front/icon/icon_tip04.png) no-repeat 0 0;
  overflow: hidden;
  vertical-align: middle;
  margin-left: 3px;
}
.tooltip_wrap .tip_con {
  position: absolute;
  width: 400px;
  font-size: 15px;
  font-weight: 300;
  color: #444;
  line-height: 1.4;
  padding: 25px;
  border: 1px #000 solid;
  border-radius: 3px;
  box-shadow: 0 1px 8px rgb(0 0 0 / 20%);
  background: #fff;
  z-index: 99;
}
.tooltip_wrap .tip_con:after {
  content: "";
  position: absolute;
  top: -8px;
  left: 27px;
  width: 13px;
  height: 8px;
  background: url(../images/front/icon/bg_tip.png) no-repeat 0 0;
}
.tooltip_wrap .tip_con.rate .text_in {
  margin-bottom: 12px;
  padding-left: 27px;
}
.tooltip_wrap .tip_con .text_in .tit02 {
  position: relative;
  font-weight: 600;
  color: #222;
  margin-bottom: 3px;
}
.tooltip_wrap .tip_con.rate .text_in .tit02::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -27px;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 100px;
}
.tooltip_wrap .tip_con.rate .text_in:nth-child(1) .tit02::before {
  background-color: #e61a34;
}
.tooltip_wrap .tip_con.rate .text_in:nth-child(2) .tit02::before {
  background-color: #fa923e;
}
.tooltip_wrap .tip_con.rate .text_in:nth-child(3) .tit02::before {
  background-color: #5abd38;
}

/* 지원현황 */
.support_list_wap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.5rem;
  margin-bottom: 60px;
  padding-top: 10px;
}
.support_list_wap .support_list {
  width: 47%;
  margin-bottom: 30px;
}
.support_list_wap .support_list .tit_area {
  overflow: hidden;
}
.support_list_wap .support_list .tit_area .head_type5 {
  float: left;
  font-size: 20px;
  color: #111;
  margin-bottom: 13px;
}
.support_list_wap .support_list .tit_area .num {
  float: right;
  font-size: 15px;
  color: #333;
  padding-top: 3px;
}
.icon_shop {
  position: relative;
  padding-left: 35px;
}
.icon_shop::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 25px;
  height: 25px;
}
.icon_shop.SH::before {
  background: url(../images/front/main/shop/SH.png) no-repeat;
  background-size: cover;
}
.icon_shop.TK::before {
  background: url(../images/front/main/shop/TK.png) no-repeat;
  background-size: cover;
}
.icon_shop.LZ::before {
  background: url(../images/front/main/shop/LZ.png) no-repeat;
  background-size: cover;
}
.icon_shop.RB::before {
  background: url(../images/front/main/shop/RB.png) no-repeat;
  background-size: cover;
}
.icon_shop.JD::before {
  background: url(../images/front/main/shop/JD.png) no-repeat;
  background-size: cover;
}
.icon_shop.TB::before {
  background: url(../images/front/main/shop/TB.png) no-repeat;
  background-size: cover;
}
.icon_shop.AZ::before {
  background: url(../images/front/main/shop/AZ.png) no-repeat;
  background-size: cover;
}
.icon_shop.RU::before {
  background: url(../images/front/main/shop/RU.png) no-repeat;
  background-size: cover;
}
.icon_shop.AL::before {
  background: url(../images/front/main/shop/AL.png) no-repeat;
  background-size: cover;
}
.icon_shop.AL02::before {
  background: url(../images/front/main/shop/AL02.png) no-repeat;
  background-size: cover;
}
.icon_shop.CA::before {
  background: url(../images/front/main/shop/CA.png) no-repeat;
  background-size: cover;
}
.icon_shop.SH::before {
  background: url(../images/front/main/shop/SH.png) no-repeat;
  background-size: cover;
}
.icon_shop.DH::before {
  background: url(../images/front/main/shop/DH.png) no-repeat;
  background-size: cover;
}
.icon_shop.TM::before {
  background: url(../images/front/main/shop/TM.png) no-repeat;
  background-size: cover;
}
.icon_shop.QT::before {
  background: url(../images/front/main/shop/QT.png) no-repeat;
  background-size: cover;
}
.icon_shop.BK::before {
  background: url(../images/front/main/shop/BK.png) no-repeat;
  background-size: cover;
}
.icon_shop.EB::before {
  background: url(../images/front/main/shop/EB.png) no-repeat;
  background-size: cover;
}
.icon_shop.MS::before {
  background: url(../images/front/main/shop/MS.png) no-repeat;
  background-size: cover;
}
.icon_shop.one::before {
  background: url(../images/front/main/shop/1688.png) no-repeat;
  background-size: cover;
}
.icon_shop.BM::before {
  background: url(../images/front/main/shop/BM.png) no-repeat;
  background-size: cover;
}
.nation {
  position: relative;
}
.nation::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 28px;
  height: 28px;
}
.CN::before {
  background: url(../images/front/main/flags_circle/CN.png) no-repeat;
  background-size: cover;
}
.ID::before {
  background: url(../images/front/main/flags_circle/ID.png) no-repeat;
  background-size: cover;
}
.SG::before {
  background: url(../images/front/main/flags_circle/SG.png) no-repeat;
  background-size: cover;
}
.MY::before {
  background: url(../images/front/main/flags_circle/MY.png) no-repeat;
  background-size: cover;
}
.TW::before {
  background: url(../images/front/main/flags_circle/TW.png) no-repeat;
  background-size: cover;
}
.PH::before {
  background: url(../images/front/main/flags_circle/PH.png) no-repeat;
  background-size: cover;
}
.VN::before {
  background: url(../images/front/main/flags_circle/VN.png) no-repeat;
  background-size: cover;
}
.TH::before {
  background: url(../images/front/main/flags_circle/TH.png) no-repeat;
  background-size: cover;
}
.BR::before {
  background: url(../images/front/main/flags_circle/BR.png) no-repeat;
  background-size: cover;
}
.IN::before {
  background: url(../images/front/main/flags_circle/IN.png) no-repeat;
  background-size: cover;
}
.US::before {
  background: url(../images/front/main/flags_circle/US.png) no-repeat;
  background-size: cover;
}
.GB::before {
  background: url(../images/front/main/flags_circle/GB.png) no-repeat;
  background-size: cover;
}
.MX::before {
  background: url(../images/front/main/flags_circle/MX.png) no-repeat;
  background-size: cover;
}
.AU::before {
  background: url(../images/front/main/flags_circle/AU.png) no-repeat;
  background-size: cover;
}
.KR::before {
  background: url(../images/front/main/flags_circle/KR.png) no-repeat;
  background-size: cover;
}
.JP::before {
  background: url(../images/front/main/flags_circle/JP.png) no-repeat;
  background-size: cover;
}

/* 사전진단 플랫폼소개 */
.platform_list {
  display: flex;
  flex-wrap: wrap;
}
.platform_list a {
  position: relative;
  display: inline-block;
  width: calc(100% / 4 - 10px);
  font-weight: 500;
  color: #222;
  text-align: left;
  border: 1px #ddd solid;
  border-radius: 8px;
  padding: 10px 10px 10px 50px;
  margin: 5px;
  box-shadow: 0 1px 10px rgb(0 0 0 / 5%);
}
.platform_list a:hover {
  font-weight: 600;
  color: #0b1b56 !important;
  text-decoration: none !important;
  border: 1px #0b1b56 solid;
  box-shadow: 0 1px 5px rgb(0 0 0 / 30%);
}
.platform_list a.icon_shop::before {
  top: 12px;
  left: 18px;
  width: 22px;
  height: 22px;
}

/* 간행물 */
.bochur_list {
  padding: 30px 0 10px 0;
  border-top: 1px #555 solid;
  border-bottom: 1px #ddd solid;
}
.bochur_list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 2.8rem;
  padding-bottom: 40px;
}
.bochur_list li {
  flex: 0 0 22%;
  margin-bottom: 40px;
}
.bochur_list .img_area {
  position: relative;
  height: 350px;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  background: #f6f6f6;
  margin-bottom: 15px;
}
.bochur_list .img_area img {
  width: 100%;
  height: 100%;
}
.bochur_list .img_area .btn_area {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.bochur_list .img_area:hover .btn_area {
  display: block;
  text-align: center;
  padding-top: 55%;
}
.bochur_list .img_area .btn_area a {
  display: inline-block;
  width: 60%;
  margin: 5px 0;
  padding-left: 45px;
  line-height: 45px;
}
.bochur_list .img_area .btn_area a::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 30px;
}
.bochur_list .img_area .btn_area .btn.view {
  background: #1473e6;
  border: 1px #1473e6 solid;
  color: #fff;
}
.bochur_list .img_area .btn_area .btn.view:hover {
  color: #fff;
}
.bochur_list .img_area .btn_area .btn.view::before {
  width: 35px;
  height: 16px;
  background: url(../images/front/icon/icon_view.png) no-repeat;
}
.bochur_list .img_area .btn_area .btn.view02 {
  width: 70%;
  padding-left: 20px;
  background: #1473e6;
  border: 1px #1473e6 solid;
  color: #fff;
}
.bochur_list .text {
  font-size: 18px;
  font-weight: 500;
  color: #222;
}
.bochur_list .text_area .tag {
  margin-bottom: 10px;
}

/* 위조상품제보 */
.box_info.report {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 130px;
  padding: 0 40px;
  border: 1px #5579d1 solid;
  border-radius: 15px;
}
.box_info.report p {
  position: relative;
  padding-left: 130px;
  font-size: 1.0625rem;
  font-weight: 500;
  color: #444;
  line-height: 1.5;
}
.box_info.report p::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 5px;
  width: 90px;
  height: 66px;
  background: url(../images/front/sub/img_report.png) no-repeat 0 0;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.15));
}
.report_list ul {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 2rem;
}
.report_list li {
  flex: 0 0 calc((100% - 4rem) / 3);
  border: 1px #ddd solid;
  border-radius: 15px;
}
.report_list li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 30px;
}
.report_list li a .img_area {
  position: relative;
  overflow: hidden;
  height: 220px;
  background: #f7f7f7;
  margin-bottom: 25px;
}
.report_list li a .img_area img {
  max-width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.report_list li a:hover .img_area img {
  transform: scale(1.1);
}
.report_list li a .text_area .text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px 0;
  font-size: 1.125rem;
  font-weight: 500;
  color: #222;
}
.report_list li a:hover .text_area .text {
  text-decoration: underline;
}
.report_list li a .text_area .date {
  font-size: 15px;
  color: #666;
}
.report_view {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 0;
  gap: 30px;
}
.report_view .img_area {
  width: 500px;
}
.report_view .img_area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 15px;
}
.report_view .box {
  position: relative;
  width: 53%;
  padding: 35px;
  border: 1px #dcdcdc solid;
  border-radius: 15px;
}
.report_view .box .info {
  margin-bottom: 20px;
}
.report_view .box .info li {
  display: flex;
  margin-bottom: 13px;
}
.report_view .box .info li .tit {
  width: 160px;
  color: #666;
}
.report_view .box .info li .tit02 {
  font-weight: 600;
  color: #333;
}
.report_view .box .text {
  padding-top: 20px;
  border-top: 1px #dcdcdc solid;
  color: #333;
  line-height: 1.6;
}
.report_view .btn_url02 {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 42px;
  height: 42px;
  background-color: #22469e;
  border-radius: 8px;
  font-size: 0;
}
.report_view .btn_url02::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  background: url(../images/front/component/icon/ico_go.svg) no-repeat;
  background-size: 100%;
  filter: brightness(0) invert(1);
}

/* 신청서작성 */
.tbl_cell_group {
  position: relative;
  width: 100%;
  background: #fff;
  margin-bottom: 40px;
}
.tbl_cell_group:not(.tbl_st2) {
  overflow: hidden;
}
.tbl_cell_group table {
  position: relative;
  width: 100%;
  text-align: center;
  border-top: 2px solid #111;
  -webkit-overflow-scrolling: touch;
  word-break: keep-all;
}
.tbl_cell_group th {
  height: 60px;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: middle;
  font-weight: 500;
  color: #111;
  background: #f2f3f7;
  padding: 5px 0 10px 15px;
  text-align: left;
}
.tbl_cell_group td {
  height: 60px;
  padding: 9px 10px;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: middle;
  text-align: left;
}
.tbl_cell_group td .form_number input {
  width: 25%;
}
.tbl_cell_group td .radio input {
  width: auto;
}
.tbl_cell_group td .form_address input {
  margin-bottom: 5px;
}
.tbl_cell_group th.td_line {
  border-right: 1px #e5e5e5 solid;
  text-align: center;
}
.tbl_cell_group th.th_mobile {
  text-align: center;
  height: 40px;
  padding: 5px 10px 10px 10px;
}
.tbl_cell_group td.tit {
  font-weight: 600;
  color: #111;
}
.form_address .find_post {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.tbl_cell_group.photo_st {
  margin-bottom: 30px;
}
.tbl_cell_group.photo_st th {
  border: 1px solid #e5e5e5 !important;
}
.tbl_cell_group.photo_st td {
  border: 1px solid #e5e5e5 !important;
}
.tbl_cell_group td .radio-inline {
  display: inline-block;
  margin-right: 20px;
}
.tbl_cell_group td .radio-inline input[type="radio"] {
  width: auto;
  vertical-align: baseline;
}
.tbl_cell_group td.file_area a {
  display: block;
  padding: 5px 0 5px 22px;
  background: url(../images/front/icon/icon_file.png) no-repeat 0 center;
}
.tbl_cell_group tr.line > th,
.tbl_cell_group tr.line > td {
  border-bottom: 1px #888 solid !important;
}
.tbl_cell_group .head_type5 {
  margin: 10px 0 !important;
}

.sign_box {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  padding: 35px 0;
  margin: 30px 0;
  background: #f8f7fc;
  border-radius: 15px;
}
.sign_box .form {
  display: flex;
  align-items: center;
  gap: 6px;
}
.sign_box .form label {
  font-weight: 500;
  color: #222;
}
.sign_box .img_sign {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 60px;
  border: 1px solid #d0d4d7;
  border-radius: 4px;
  background-color: #fff;
}
.sign_box .img_sign img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.sign_box.type2 {
  padding: 0;
  margin: 0;
  gap: 6px;
  background: #fff;
}

.tit_apply {
  background: #f2f3f7;
  padding: 20px;
  margin-bottom: 20px;
}
.tit_apply .icon_notics_b01 {
  display: inline-block;
  height: 34px;
  color: #fff;
  line-height: 34px;
  background: #1f88ea;
  border-radius: 100px;
  padding: 0 20px;
  margin-right: 10px;
}
.tit_apply p {
  display: inline-block;
  font-size: 19px;
  font-weight: 500;
  color: #222;
}
.state.icon01 {
  font-size: 13px;
  border: 1px #1ba2a4 solid;
  color: #1ba2a4;
  padding: 3px;
  margin-left: 10px;
  border-radius: 3px;
}
.state.icon02 {
  font-size: 13px;
  border: 1px #1ba2a4 solid;
  color: #1ba2a4;
  padding: 3px;
  margin-left: 10px;
  border-radius: 3px;
}

.apply_tit_area {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.apply_tit_area .head_type5 {
  float: left;
}
.apply_tit_area .btn_r {
  float: right;
}
.photo_tit {
  display: none;
}
.photo_img {
  height: 200px;
}
.photo_img img {
  width: auto;
  height: 100%;
  object-fit: cover;
}

ul.mark_list > li {
  padding: 3px 0;
}
ul.mark_list > li > ul {
  margin-top: 5px;
}
ul.mark_list > li > ul > li {
  padding-left: 20px;
}
.ind:after {
  content: "*";
  position: relative;
  top: 5px;
  left: 3px;
  font-size: 24px;
  font-weight: 600;
  color: #e3072b;
}
ul.mark_list .radio.box {
  display: inline-block;
  margin-top: 15px;
  color: #000;
}
ul.mark_list .mark_list_in {
  padding: 13px 15px 10px 15px;
  margin-top: 5px;
  background: #f2f3f7;
}
ul.mark_list li .tit_nation {
  color: #222;
  padding: 7px 0;
}
@media (max-width: 800px) {
  .tbl_cell_group table {
    display: block;
  }
  .tbl_cell_group table tbody {
    display: block;
  }
  .tbl_cell_group table tbody tr {
    display: block;
  }
  .tbl_cell_group table tbody th,
  .tbl_cell_group table td {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: left;
    padding: 10px;
  }
  .tbl_cell_group.type_s th {
    height: 35px;
    padding: 10px;
    border-top: none;
  }
  .tbl_cell_group.type_s td {
    border-left: 1px solid #e5e5e5;
    padding: 10px;
  }
}
.tbl_list_wrap {
  overflow: hidden;
  border-top: 1px solid #333;
  margin-bottom: 60px;
}
.tbl_list_wrap th {
  height: 45px;
  font-size: 17px;
  font-weight: 600;
  color: #222;
  background: #f0f5fa;
  vertical-align: middle;
  line-height: 1.3;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 17px 10px;
}
.tbl_list_wrap td {
  height: 60px;
  line-height: 1.5;
  padding: 15px 10px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
  word-break: keep-all;
}
.tbl_list_wrap td.tit {
  font-weight: 500;
  color: #1b4090;
}
.tbl_list_wrap td.tit02 {
  font-weight: 500;
}
.tbl_list_wrap td select {
  width: 45px;
}
.tbl_list_wrap td select.select_w100 {
  width: 100px;
}
.tbl_list_wrap th.th_h {
  height: 40px;
  padding: 5px;
}
.tbl_list_wrap th.th_h.line {
  border-top: 1px solid #e5e5e5;
}
.tbl_list_wrap strong {
  font-weight: 500;
}
.tbl_list_wrap .btn_s.excel {
  margin-top: 10px;
  color: #fff;
  border-color: #25794b;
  background: url(../images/front/icon/icon_up.png) no-repeat 90% center
    #25794b;
  padding-right: 30px;
}
.tbl_list_wrap.bussiness td {
  padding: 11px;
}
.tbl_list_wrap.bussiness td.all_bg {
  background: #f3f3f3;
  font-weight: 600;
  color: #111;
}
.tbl_list_wrap.bussiness td.tit_brand {
  text-align: left;
  padding-left: 3%;
}
.tbl_list_wrap.bussiness td.tit_brand span {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
}
.tbl_list_wrap.bussiness td.tit_brand span::before {
  content: "";
  display: inline-flex;
  align-items: center;
  width: 90px;
  height: 23px;
}
/* .tbl_list_wrap.bussiness td.tit_brand.icon01 span::before{background: url('../images/front/sub/b_logo01.png') no-repeat;}
.tbl_list_wrap.bussiness td.tit_brand.icon02 span::before{background: url('../images/front/sub/b_logo02.png') no-repeat;}
.tbl_list_wrap.bussiness td.tit_brand.icon03 span::before{background: url('../images/front/sub/b_logo03.png') no-repeat;}
.tbl_list_wrap.bussiness td.tit_brand.icon04 span::before{background: url('../images/front/sub/b_logo04.png') no-repeat;}
.tbl_list_wrap.bussiness td.tit_brand.icon05 span::before{background: url('../images/front/sub/b_logo05.png') no-repeat;}
.tbl_list_wrap.bussiness td.tit_brand.icon06 span::before{background: url('../images/front/sub/b_logo06.png') no-repeat;}
.tbl_list_wrap.bussiness td.tit_brand.icon07 span::before{background: url('../images/front/sub/b_logo07.png') no-repeat;}
.tbl_list_wrap.bussiness td.tit_brand.icon08 span::before{background: url('../images/front/sub/b_logo08.png') no-repeat;} */

.tbl_list_wrap.bussiness td.tit_brand.icon_uni span::before {
  margin-right: 20px;
  background: url("../images/front/sub/perform_logo_uni.png") no-repeat 0
    center;
  background-size: 70%;
}
.tbl_list_wrap.bussiness td.tit_brand.icon_rk span::before {
  margin-right: 20px;
  background: url("../images/front/sub/perform_logo_rk.png") no-repeat 0
    center;
  background-size: contain;
}
.tbl_list_wrap.bussiness td.tit_brand.icon_li span::before {
  margin-right: 20px;
  background: url("../images/front/sub/perform_logo_lifang.png") no-repeat 0
    center;
  background-size: contain;
}
.tbl_list_wrap.bussiness td.tit_brand.icon_tr span::before {
  margin-right: 20px;
  background: url("../images/front/sub/perform_logo_trust.png") no-repeat 0
    center;
  background-size: contain;
}
.tbl_list_wrap.bussiness td.tit_brand.icon_ma span::before {
  margin-right: 20px;
  background: url("../images/front/sub/perform_logo_ma.png") no-repeat 0
    center;
  background-size: contain;
}
.tbl_list_wrap.bussiness td.tit_brand.icon_my span::before {
  margin-right: 20px;
  background: url("../images/front/sub/perform_logo_my.png") no-repeat 0
    center;
  background-size: contain;
}
.tbl_list_wrap.bussiness td.tit_brand.icon_ip span::before {
  margin-right: 20px;
  background: url("../images/front/sub/perform_logo_ip.png") no-repeat 0
    center;
  background-size: contain;
}
.tbl_list_wrap.bussiness td.tit_brand.icon_bs span::before {
  margin-right: 20px;
  background: url("../images/front/sub/perform_logo_bs.png") no-repeat 0
    center;
  background-size: contain;
}
.tbl_list_wrap.bussiness td.tit_brand.icon_we span::before {
  margin-right: 20px;
  background: url("../images/front/sub/perform_logo_we.png") no-repeat 0
    center;
  background-size: contain;
}

.tbl_view_wrap {
  border-top: 2px solid #333;
  border-bottom: 1px solid #e6e6e6;
  font-size: 15px;
  color: #6b6b6b;
  line-height: 1.2;
}
.tbl_view_wrap .ind:after {
  content: "*";
  position: relative;
  top: -2px;
  left: 3px;
  font-size: 19px;
  font-weight: 300;
  color: #f75f5f;
}
.tbl_view_wrap .tbl_txt {
  line-height: 1.5;
}
.tbl_view_wrap .tbl_txt + .inner_tbl_btn {
  margin-top: 5px;
}
.tbl_view_wrap .form_address {
  width: 100%;
}
.tbl_view_wrap .form_address > p:not(:first-of-type) {
  margin-top: 6px;
}
.tbl_view_wrap .form_address .find_post input {
  width: 30%;
}
.tbl_view_wrap .form_number select,
.tbl_view_wrap .form_number input {
  width: 20%;
}
.tbl_view_wrap > ul > li:first-of-type .tbl_cell_group dt {
  border-top: none;
}
.tbl_view_wrap > ul > li:first-of-type .tbl_cell_group dd {
  border-top: none;
}
.tbl_view_wrap + .tbl_view_wrap {
  margin-top: 30px;
}
.tbl_view_wrap li.li_cell_w .tbl_cell_group.half_area dt {
  width: 45.2%;
}
.tbl_view_wrap li.li_cell_w .tbl_cell_group dt {
  width: 27%;
}
.tbl_view_wrap li.li_cell {
  position: relative;
  padding-left: 100px;
}
.tbl_view_wrap li.li_cell .tbl_cell_group dt {
  width: 17%;
}
.tbl_view_wrap li.li_cell.icon01:before {
  content: "규제개선";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 100%;
  background: #e9e9e9;
  padding: 68px 0 0 20px;
  color: #000;
}
.tbl_view_wrap li.li_cell.icon02:before {
  content: "진행사항";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 90%;
  background: #e9e9e9;
  padding: 68px 0 0 20px;
  color: #000;
  border-top: 1px #ccc solid;
}
.tbl_view_wrap li.tbl_line {
  border-top: 2px solid #333;
}
.tbl_list_wrap .tbl_data.tbl_s th {
  padding: 15px 10px;
}
.tbl_list_wrap .tbl_data.tbl_s td {
  padding: 15px 10px;
}

.inner_tbl {
  margin-bottom: 40px;
  border-top: 2px #333 solid;
}
.inner_tbl table {
  table-layout: fixed;
}
.inner_tbl thead th {
  height: 55px;
  padding: 0;
  background: #f3f6f9;
  border-left: 1px solid #cfd6e0;
  border-bottom: 1px solid #cfd6e0;
  font-weight: 600;
  color: #111;
  text-align: center;
  vertical-align: middle;
}
.inner_tbl tr:hover {
  background-color: #f9fafb;
}
.inner_tbl td {
  height: 55px;
  padding: 5px;
  text-align: center;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: middle;
  word-break: break-all;
}
.inner_tbl td.align_l {
  padding-left: 10px;
}
.inner_tbl td.align_l button {
  text-align: left !important;
  font-size: 15px;
}
.inner_tbl th:first-of-type,
.inner_tbl td:first-of-type {
  border-left: none;
}
.inner_tbl .btn_del_tbl {
  width: 20px;
  height: 20px;
  background: url("../images/front/icon/close.png") no-repeat 0 0;
  background-size: 100%;
}
.inner_tbl_btn {
  margin-bottom: 9px;
  text-align: right;
}
.inner_tbl a.btn_file {
  display: inline-block;
  width: 30px;
  height: 16px;
  background: url("../images/front/icon/icon_file.png") no-repeat center 0;
  font-size: 0;
  vertical-align: top;
}
.inner_tbl .my_list td span.tit {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  text-align: left;
}
.inner_tbl .my_list td a {
  word-break: break-all;
}
.inner_tbl .my_list td a.text_detail {
  text-decoration: underline;
  color: #3860bd;
}
.inner_tbl.f16 {
  font-size: 1rem;
  font-weight: 300;
}
#myCalFileList {
  margin-top: 60px;
}

.inner_tbl.type2 thead th {
  height: 50px;
  padding: 10px;
  border-left: 1px #ddd solid;
  background: #f2f3f7;
  font-weight: 500;
  color: #111;
  text-align: center;
}
.inner_tbl.type2 thead th:last-child {
  border-right: 1px #ddd solid;
}
.inner_tbl.type2 tbody th {
  height: 55px;
  padding: 5px 10px;
  background: #fff;
  border-left: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
  font-weight: 500;
  color: #111;
  text-align: center;
  vertical-align: middle;
}
.inner_tbl.type2 tbody td {
  height: 55px;
  padding: 5px 10px;
  border-left: 1px #ddd solid;
  text-align: center;
}
.inner_tbl.type2 tbody th:last-child,
.inner_tbl.type2 tbody td:last-child {
  border-right: 1px #ddd solid;
}
.inner_tbl.type2 .td_bg {
  background: #f2f3f7;
}
.inner_tbl.type2 .th_mobile {
  height: 45px;
  background: #f2f3f7;
}
.inner_tbl.type2 .form_number input {
  width: 25%;
}
.inner_tbl.type2 .radio input {
  width: auto;
}
.inner_tbl.type2 .form_address input {
  margin-bottom: 5px;
}

.tbl_list_type02 {
  margin-bottom: 10px;
  border-top: 2px #333 solid;
}
.tbl_list_type02 table {
  table-layout: fixed;
  margin-bottom: 15px;
}
.tbl_list_type02 thead th {
  height: 45px;
  padding: 0;
  background: #f3f6f9;
  border-left: 1px solid #cfd6e0;
  border-bottom: 1px solid #cfd6e0;
  color: #333;
  text-align: center;
  vertical-align: middle;
  font-weight: 600;
}
.tbl_list_type02 td {
  height: 45px;
  padding: 13px 10px;
  text-align: center;
  border-left: 1px solid #cfd6e0;
  border-bottom: 1px solid #cfd6e0;
  vertical-align: middle;
}
.tbl_list_type02 thead th:last-child,
.tbl_list_type02 td:last-child {
  border-right: 1px solid #cfd6e0;
}
.tbl_list_type02 td {
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
}
.tbl_list_type02 td .td_bg {
  padding: 4px 0;
  font-weight: 500;
}
.tbl_list_type02 td .td_bg.bg01 {
  background: #f9d5cc;
}
.tbl_list_type02 td .td_bg.bg02 {
  background: #cddaf5;
}
.tbl_list_type02 td .td_bg.bg03 {
  background: #ddd;
}

.inner_tbl.support {
  font-size: 16px;
  border-top: none;
  margin-bottom: 10px;
}
.inner_tbl.support th {
  height: 50px;
  color: #fff;
  background: #3c4668;
  border-left: none;
  border-bottom: none;
}
.inner_tbl.support th:first-child {
  border-radius: 5px 0 0 5px;
}
.inner_tbl.support th:last-child {
  border-radius: 0 5px 5px 0;
}
.inner_tbl.support td {
  height: 53px;
}
.inner_tbl.support td.num {
  font-weight: 600;
  color: #111;
  text-align: right;
  padding-right: 20px;
}
.inner_tbl.support td.bg_gray {
  background: #f3f3f3;
}
.inner_tbl.support.type2 td {
  padding: 5px 10px;
  border-left: none;
  font-weight: 500;
  text-align: right;
}
.inner_tbl.support.type2 tr:nth-child(even) {
  background: #f9fafb;
}
.inner_tbl.support .nation {
  padding-left: 35px;
}
.inner_tbl.support .nation::before {
  width: 25px;
  height: 25px;
}

.task-table {
  margin-bottom: 20px;
}
.task-table thead th {
  background: #f2f3f7 !important;
}

.tbl_btn_area {
  overflow: hidden;
  margin-bottom: 15px;
}
.tbl_btn_area button {
  margin-left: 3px;
}
.tbl_btn_area .calendar_area .cal_box input.datepicker.hasDatepicker {
  height: 28px;
}
.tbl_btn_area .calendar_area .cal_box .ui-datepicker-trigger {
  top: 5px;
  right: 5px;
}

/* 무단선점 신청 이유*/
.field-card {
  border: 1px solid #d8d8d4;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 14px;
}
.field-card:last-of-type {
  margin-bottom: 40px;
}
.field-header {
  background: #f0f5fa;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.field-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: #1a1a1a;
  color: #fff;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 600;
  flex-shrink: 0;
}
.field-title {
  font-weight: 600;
  color: #1a1a1a;
}
.field-body {
  padding: 12px 16px;
  background: #fff;
  border-bottom: 1px solid #e8e8e4;
}
.field-body textarea {
  width: 100%;
  border: 1px solid #d8d8d4;
  border-radius: 3px;
  padding: 10px 12px;
  font-size: 0.8rem;
  color: #1a1a1a;
  resize: vertical;
  min-height: 90px;
  background: #fff;
  line-height: 1.7;
  outline: none;
  transition: border-color 0.15s;
}
.field-body textarea:focus {
  border-color: #888;
}
.field-body textarea::placeholder {
  color: #aaa;
}
.attach-area {
  padding: 10px 16px 14px;
}

/* 파일제이쿼리 수정 */
.plupload_filelist {
  border: 1px #ddd solid;
}
.plupload_button {
  padding: 2px 8px 3px 20px !important;
}
.plupload_filelist li.plupload_droptext {
  line-height: 35px !important;
}
.plupload_filelist_footer {
  border-top: 1px solid #ddd !important;
}
.plupload_wrapper {
  font:
    normal 12px Verdana,
    sans-serif !important;
}
.plupload_container {
  padding: 3px !important;
}
.dropzone {
  margin-bottom: 5px !important;
}
.dz-default.dz-message {
  position: relative;
  padding-top: 70px;
}
.dz-default.dz-message:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 52px;
  height: 53px;
  background: url("../images/front/sub/icon_apply03.png") no-repeat 0 0;
  margin-left: -26px;
}
.dropzone .dz-message .dz-button {
  font-size: 13px !important;
  color: #888 !important;
}

/* 회원가입 */
.step_area {
  margin-bottom: 25px;
}
.step_area .step_list {
  display: flex;
  justify-content: center;
}
.mem_tit_area {
  text-align: center;
  font-size: 16px;
  color: #999;
  margin-bottom: 20px;
  padding-top: 10px;
  line-height: 1.5em;
}
.mem_tit_area .mem_tit {
  font-size: 26px;
  color: #222;
  font-weight: 600;
  margin-bottom: 10px;
}
.member_box {
  width: 70%;
  padding: 50px 50px 0 50px;
  margin: 0 auto;
}
.member_id {
  overflow: hidden;
  margin-top: 30px;
  border: 1px #ddd solid;
  padding: 20px;
}
.member_id p {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  margin-right: 5px;
}
.member_id p:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #666;
}
.parsley-errors-list {
  padding: 0 !important;
  list-style-type: none !important;
  margin: 0 !important;
  color: #e5603b;
  font-size: 12px !important;
  line-height: inherit !important;
}
.parsley-errors-list.filled {
  margin-top: 5px !important;
}
.parsley-error {
  background: #ffdedd !important;
  border-color: #ff5b57 !important;
}

/* 파일 */
.file_area {
  margin-top: 10px;
}
.file_area a {
  font-size: 14px;
  color: #444;
  margin-right: 20px;
  padding-left: 18px;
  background: url("../images/front/icon/icon_file.png") no-repeat 0 0;
}
.file_area .download {
  background: none;
  margin-right: 0;
  padding-left: 0;
  color: #333;
}
.file_area .download img {
  vertical-align: top;
  padding-right: 5px;
}
.file_area .btn_file_delete {
  background: none;
  margin-right: 0;
  padding-left: 0;
  color: #666;
}
.file_area .btn_file_delete img {
  vertical-align: middle;
  padding-left: 5px;
}

/* 약관동의 */
.terms_contents {
  overflow-y: auto;
  height: 180px;
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 10px;
  line-height: 150%;
  margin-bottom: 20px;
}
.terms_contents .tit {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin-bottom: 15px;
}
.terms_contents .tit02 {
  font-size: 15px;
  font-weight: normal;
  color: #000;
  margin-bottom: 5px;
}
.terms_contents .terms_mb {
  margin-bottom: 20px;
}
.terms_contents > ul > li {
  position: relative;
  margin-bottom: 30px;
}
.terms_contents > ul > li p {
  font-weight: 500;
  margin-bottom: 5px;
}
.terms_contents > ul > li > ul > li {
  position: relative;
  padding-left: 13px;
}
.terms_contents > ul > li > ul > li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 1px;
  background-color: #666;
}
.terms_contents .terms_tit {
  font-weight: 500;
  color: #333;
  margin-bottom: 20px;
}
.terms_contents .agree_area {
  margin-bottom: 40px;
}
.terms_contents .agree_area .tit_info {
  font-weight: 500;
  color: #35509f;
  margin-bottom: 5px;
}
.terms_contents .agree_area .agree_area_in {
  margin-bottom: 10px;
}
.terms_contents .agree_area .agree_area_in span {
  display: inline-block;
  font-weight: 600;
  color: #224fb6;
  margin-bottom: 10px;
}
.terms_contents .agree_area .agree_area_in p {
  margin-left: 10px;
}
.terms_contents > .agree_area > .agree_area_in > ul {
  margin-left: 10px;
}
.terms_contents > .agree_area > .agree_area_in > ul > li {
  padding: 3px 0;
}
.terms_contents > .agree_area > .agree_area_in > ul > li > ul {
  margin: 10px 0 0 20px;
}
.terms_contents > .agree_area > .agree_area_in > ul > li > ul > li {
  padding: 2px 0;
}
.terms_contents > .agree_area > .agree_area_in > ul > li > ul > li strong {
  display: block;
  font-weight: 500;
}
.terms_contents .box_info {
  padding-bottom: 30px;
}
.agree_con {
  position: relative;
  margin-bottom: 50px;
}
.agree_con > p {
  margin-bottom: 10px;
}
.agree_con > p > strong {
  display: block;
  font-weight: 300;
  color: #37569a;
}
.agree_con .form_set {
  text-align: right;
  color: #222;
}

/* 게시판_추천버튼 */
.sns_btn_area {
  overflow: hidden;
  margin: 0 0 10px 0;
  text-align: right;
}
.sns_btn_area a:hover {
  text-decoration: none;
}
.sns_btn_area button.btn_recommend {
  display: inline-block;
  height: 30px;
  padding: 0 10px 0 37px;
  border: 1px solid #ec8e42;
  color: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background: url("../images/front/icon/icon_recommend_on.png") no-repeat 13px 5px
    #ef8201;
}
.sns_btn_area button.btn_recommend span {
  display: block;
  height: 36px;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
}

/* 팝업 */
.pop_header {
  height: 52px;
}
.pop_header header {
  position: relative;
  width: auto;
  height: auto;
  padding: 0;
  border-bottom: none;
  background: #0d42a6;
}
.pop_header header h1 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 17px 20px;
}
.pop_header header a.pop_close {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 0;
  background: url("../images/front/common/close02.png") no-repeat 0 0;
}
.pop_content_area .pop_content .title_area {
  margin-bottom: 20px;
}
.pop_container {
  padding: 30px;
}
.pop_container .pop_content_area .pop_content .tbl_cell_group {
  margin-bottom: 20px;
}
.pop_container .pop_content_area .pop_content .tbl_cell_group th {
  height: 45px;
  padding: 10px 20px 10px 20px;
}
.table_search_area .count_area {
  padding-top: 0;
  margin-bottom: 10px;
}
.table_search_area .count_area span strong.color_pointo {
  color: #d78107;
}
.pop_container .pop_content_area .pop_content .btn_wrap button {
  height: 42px;
  font-size: 15px;
  color: #fff;
}
.pop_container .pop_content_area .pop_content .btn_wrap .alignc a {
  height: 38px;
  font-size: 15px;
  line-height: 36px;
}

.main_layer {
  border: 1px solid rgba(0, 0, 0, 0.7);
  background: #fff;
  z-index: 99999 !important;
}
.main_layer .pop_container.pop_color {
  position: relative;
  background-color: #fff;
}
.main_layer .pop_header_layer {
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 20px;
  background: #435ea9;
}
.main_layer .pop_header_layer header {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  background: none;
  border-bottom: none;
  box-shadow: none;
}
.main_layer .pop_header_layer h1 {
  font-size: 20px;
  font-weight: 500;
  color: #fff !important;
}
.main_layer .pop_header_layer a.pop_close02 {
  position: absolute;
  display: inline-block;
  top: 20px;
  right: 20px;
  width: 19px;
  height: 18px;
  background: url("../images/front/popup/btn_delete02.png") no-repeat 0 0;
}
.main_layer .pop_header_layer a.pop_close02 span {
  display: block;
  position: absolute;
  top: -999999px;
  right: -999999px;
}
.main_layer .pop_container.pop_color .title_area {
  border-bottom: 1px #ddd solid;
  padding-bottom: 10px;
}
.main_layer .pop_container.pop_color .title_area p {
  background: url("../images/front/icon/icon_disc.png") no-repeat 0 0;
  padding-left: 20px;
  line-height: 130%;
}
.main_layer .pop_container.pop_color .layer_bottom_wrap .layer_bottom {
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-size: 13px;
}
.main_layer .pop_content img {
  max-width: 100%;
}
/* 주소팝업 */
table#juso_list thead th,
table#juso_list tbody td {
  font-size: 15px !important;
}

/* 마이페이지 */
.flex_type1.join {
  margin-bottom: 20px;
}
.tit_type {
  display: inline-block;
  height: 25px;
  min-width: 50px;
  padding: 0 5px;
  line-height: 25px;
  border: 1px solid;
  font-size: 13px;
  font-weight: 500;
  border-radius: 30px;
  text-align: center;
  letter-spacing: -1px;
  border-color: #1461c0;
  color: #1461c0;
  margin-right: 5px;
}
.state_sand {
  display: inline-block;
  in-width: 70px;
  text-align: center;
  font-weight: 500;
  color: #777;
}
.state_ing {
  display: inline-block;
  min-width: 70px;
  text-align: center;
  font-weight: 500;
  color: #3860bd;
}
.state_end {
  display: inline-block;
  min-width: 70px;
  text-align: center;
  font-weight: 500;
  color: #dc0024;
}

.my_process {
  text-align: center;
  border-left: 7px #efefef solid;
  border-right: 7px #efefef solid;
  border-top: 7px #efefef solid;
  border-bottom: 1px #ddd solid;
  padding: 30px 0 25px 0;
}
.my_process > ul > li {
  position: relative;
  display: inline-block;
  width: 15%;
  text-align: center;
}
.my_process > ul > li:before {
  content: "";
  position: absolute;
  top: 30%;
  left: 50%;
  display: block;
  width: 100%;
  height: 13px;
  background: url("../images/front/sub/bg_sendstep.png") no-repeat center 0;
}
.my_process > ul > li:last-child:before {
  display: none;
}
.my_process > ul > li > p.icon_pro {
  display: inline-block;
  position: relative;
  z-index: 0;
  background-color: #8696aa;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  padding-top: 32px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
}
.my_process > ul > li.on p.icon_pro {
  background-color: #1461c0;
}
.my_process > ul > li > div.text .pro_tit {
  font-size: 16px;
  color: #777;
  line-height: 140%;
  margin-bottom: 10px;
}
.my_process > ul > li.on > div.text .pro_tit {
  font-weight: 500;
  color: #f1920b !important;
}
.mypro_result {
  border-left: 7px #efefef solid;
  border-right: 7px #efefef solid;
  border-bottom: 7px #efefef solid;
  padding: 30px;
  text-align: center;
  font-size: 20px;
  color: #333;
}
.mypro_result span {
  font-weight: 500;
  color: #f1920b;
}

.my_process.pro02 {
  padding: 30px 0 0 0;
}
.my_process.pro02 > ul {
  width: 75%;
  margin: 0 auto;
}
.my_process.pro02 > ul > li {
  display: inline-block;
  width: 17%;
  height: 140px;
  text-align: center;
  vertical-align: top;
}
.my_process.pro02 > ul > li:before {
  top: 34px;
}
.my_process.pro02 > ul > li > p.icon_pro {
  display: inline-block;
  position: relative;
  z-index: 0;
  background-color: #8696aa;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  padding-top: 20px;
  margin-bottom: 5px;
  box-sizing: border-box;
  text-align: center;
}
.my_process.pro02 > ul > li > p.icon_pro {
  vertical-align: middle;
}
.my_process.pro02 > ul > li > div.text .pro_tit {
  font-size: 14px;
  color: #777;
  line-height: 140%;
  margin-bottom: 10px;
}
.my_process.pro02 > ul > li:last-child {
  background: none;
}
.my_process.pro02 > ul > li:nth-child(5) > p.icon_pro {
  padding-top: 24px;
}
.my_process.pro02 > ul > li:nth-child(9) > p.icon_pro {
  padding-top: 24px;
}
.my_process.pro02 > ul > li.on p.icon_pro {
  background-color: #1461c0 !important;
}

.file_history .date {
  font-size: 11px;
  color: #1c2e47;
  border: 1px #b8bfca solid;
  border-radius: 3px;
  padding: 3px;
  margin-right: 8px;
}
.file_history .date a {
  word-break: keep-all !important;
}
.file_history li:nth-child(2) {
  background: url("../images/front/icon/icon_history.png") no-repeat 0 12px;
  padding-left: 17px;
  margin-left: 5px;
}
.file_history li:nth-child(3) {
  background: url("../images/front/icon/icon_history.png") no-repeat 0 12px;
  padding-left: 17px;
  margin-left: 10px;
}
.file_history li:nth-child(4) {
  background: url("../images/front/icon/icon_history.png") no-repeat 0 12px;
  padding-left: 17px;
  margin-left: 15px;
}
.file_history li:nth-child(5) {
  background: url("../images/front/icon/icon_history.png") no-repeat 0 12px;
  padding-left: 17px;
  margin-left: 20px;
}
.file_history li:nth-child(6) {
  background: url("../images/front/icon/icon_history.png") no-repeat 0 12px;
  padding-left: 17px;
  margin-left: 25px;
}
.file_history li:nth-child(7) {
  background: url("../images/front/icon/icon_history.png") no-repeat 0 12px;
  padding-left: 17px;
  margin-left: 30px;
}
.file_history li:nth-child(8) {
  background: url("../images/front/icon/icon_history.png") no-repeat 0 12px;
  padding-left: 17px;
  margin-left: 35px;
}
.file_history li:nth-child(9) {
  background: url("../images/front/icon/icon_history.png") no-repeat 0 12px;
  padding-left: 17px;
  margin-left: 40px;
}
.file_history li:nth-child(10) {
  background: url("../images/front/icon/icon_history.png") no-repeat 0 12px;
  padding-left: 17px;
  margin-left: 45px;
}
.file_history li:nth-child(11) {
  background: url("../images/front/icon/icon_history.png") no-repeat 0 12px;
  padding-left: 17px;
  margin-left: 50px;
}
.file_history li:nth-child(12) {
  background: url("../images/front/icon/icon_history.png") no-repeat 0 12px;
  padding-left: 17px;
  margin-left: 55px;
}
.file_history li:nth-child(13) {
  background: url("../images/front/icon/icon_history.png") no-repeat 0 12px;
  padding-left: 17px;
  margin-left: 60px;
}
.file_history li:nth-child(14) {
  background: url("../images/front/icon/icon_history.png") no-repeat 0 12px;
  padding-left: 17px;
  margin-left: 65px;
}
.file_history li:nth-child(15) {
  background: url("../images/front/icon/icon_history.png") no-repeat 0 12px;
  padding-left: 17px;
  margin-left: 70px;
}

.send_step {
  overflow: hidden;
  height: 85px;
  margin-bottom: 20px;
}
.send_step li {
  position: relative;
  float: left;
  width: 25%;
  text-align: center;
  padding: 0 2%;
}
.send_step li:before {
  content: "";
  position: absolute;
  top: 42%;
  left: 50%;
  display: block;
  width: 100%;
  height: 13px;
  background: url("../images/front/sub/bg_sendstep.png") no-repeat center 0;
}
.send_step li:first-child {
  padding-left: 0;
}
.send_step li:last-child {
  padding-right: 0;
}
.send_step li .send_box {
  position: relative;
  width: 100%;
  height: 65px;
  border: 2px #ddd solid;
  border-radius: 10px;
  background: #fff;
}
.send_step li .send_box p {
  margin-top: 16px;
}
.send_step li:nth-child(2) .send_box p,
.send_step li:nth-child(3) .send_box p {
  margin-top: 20px;
}
.send_step li .send_box a {
  position: absolute;
  bottom: -15px;
  left: 50%;
  display: inline-block;
  height: 30px;
  font-size: 13px;
  font-weight: 500;
  background: #ddd;
  border-radius: 40px;
  line-height: 30px;
  padding: 0 23px;
  margin-left: -53px;
}
.send_step li .send_box:hover {
  border-color: #4a8bda;
}
.send_step li .send_box:hover a {
  background: #4a8bda;
  color: #fff;
}

.lnb_box {
  border: 1px #ddd solid;
  padding: 25px;
  margin-top: 40px;
}
.lnb_box select {
  width: 100%;
  margin-bottom: 5px;
}
.lnb_box select + select {
  margin-left: 0 !important;
}
.lnb_box a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 38px;
  border-bottom: 1px #e2e5ed solid;
  font-size: 15px;
  font-weight: 500;
  color: #848484;
  line-height: 36px;
  padding-left: 5px;
}
.lnb_box a .num {
  position: absolute;
  top: 10px;
  right: 10px;
  min-width: 32px;
  height: 18px;
  border: 1px #ff3d3d solid;
  background: #ff6060;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  border-radius: 30px;
  line-height: 17px;
  text-align: center;
  padding: 0 5px;
}

/* 현재페이지 만족등록*/
.satisfaction_area {
  overflow: hidden;
  border: 1px #dcdcdc solid;
}
.satisfaction_area strong {
  font-weight: normal !important;
}
.satisfaction_area .satisfaction_txt {
  display: block;
  color: #333;
  padding: 20px 10px 20px 15px;
  vertical-align: middle;
  background: url(../images/front/icon/icon_satisfy.png) no-repeat 10px
    center #eee;
  padding-left: 35px;
}
.satisfaction_area .satisfaction_txt i {
  color: #35509f;
  font-size: 23px;
  margin-right: 10px;
  vertical-align: middle;
}
.satisfaction_area .satisfaction_radio_area {
  overflow: hidden;
  padding: 10px;
  margin-left: 30px;
}
.satisfaction_area .satisfaction_radio_area ul {
  display: inline-block;
  padding-top: 5px;
}
.satisfaction_area .satisfaction_radio_area li {
  float: left;
}
.satisfaction_area button.satisfaction {
  padding: 3px 6px;
  font-family:
    "Nanum Gothic", "NanumGothic", "나눔고딕", Helvetica, "Apple SD Gothic Neo",
    Sans-serif;
  font-size: 13px;
  color: #ffffff;
  vertical-align: middle;
  border: 1px solid #7d7d7d;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background-color: #7d7d7d;
  vertical-align: top;
}

/* 만족도 등록 */
.survey_top {
  position: relative;
  line-height: 1.4;
  border: 1px #ddd solid;
  border-radius: 20px;
  margin-bottom: 45px;
}
.survey_top::before {
  content: "";
  position: absolute;
  top: 35px;
  right: 7%;
  width: 129px;
  height: 138px;
  background: url("../images/front/sub/img_survey.png") no-repeat;
}
.survey_top .survey_top_in {
  padding: 30px 0 30px 35px;
}
.survey_top .survey_top_in .tit {
  width: 76%;
  margin-bottom: 15px;
}
.survey_top .survey_top_in .tit strong {
  color: #224fb6;
}
.survey_top .box {
  width: 96%;
  font-size: 15px;
  background: #fbf7f0;
  border: 1px #eee6d8 solid;
  border-radius: 2px;
  padding: 15px 25px;
}
.survey_top .box p {
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
}
.survey_top .contact {
  border-top: 1px #ddd solid;
  padding: 12px 35px;
}
.survey_top .contact li {
  display: inline-block;
  margin-right: 35px;
}
.survey_top .contact li span {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #30448a;
  border-radius: 50px;
  padding: 3px 10px;
  margin-right: 7px;
}
.survey_con {
  margin-bottom: 60px;
}
.survey_con .head_type5 {
  color: #224fb6;
}
.survey_con .text {
  position: relative;
  padding-left: 10px;
  margin: 0 0 30px 20px;
}
.survey_con .text::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 50%;
}
.survey_con .text.style02 {
  margin: 0 0 10px 0;
}
.survey_wrap .btn_wrap .btn.nomal {
  height: 49px !important;
  line-height: 46px !important;
  background: #d01314;
}
.tbl_list_wrap.survey {
  border-top: 2px solid #333;
  margin-bottom: 0;
}
.tbl_list_wrap.survey th {
  font-weight: 600;
  padding: 16px 10px;
}
.tbl_list_wrap.survey th.th_s {
  height: auto;
  font-size: 13px;
  font-weight: 500;
  padding: 5px;
}
.tbl_list_wrap.survey th.th_state {
  overflow: hidden;
  height: auto;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  background-image: linear-gradient(to right, #23bbae, #6960ea, #ec3569);
  padding: 2px 15px;
}
.tbl_list_wrap.survey th.th_state .tit_ok {
  position: relative;
  float: left;
  padding-left: 15px;
}
.tbl_list_wrap.survey th.th_state .tit_ok::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 10px;
  height: 11px;
  background: url("../images/front/icon/icon_dot04.png") no-repeat;
  transform: rotate(180deg);
}
.tbl_list_wrap.survey th.th_state .tit_no {
  position: relative;
  float: right;
  padding-right: 15px;
}
.tbl_list_wrap.survey th.th_state .tit_no::before {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 10px;
  height: 11px;
  background: url("../images/front/icon/icon_dot04.png") no-repeat;
}
.tbl_list_wrap.survey th:first-child,
.tbl_list_wrap.survey td:first-child {
  border-left: none;
}
.tbl_list_wrap.survey td {
  padding: 10px;
}
.tbl_list_wrap.survey .tit_q {
  text-align: left;
}
.like_checks {
  display: inline-block;
  position: relative;
  padding: 0;
}
.like_checks input[type="radio"] {
  /* 실제 체크박스는 화면에서 숨김 */
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.like_checks input[type="radio"] + label {
  display: inline-block;
  position: relative;
  font-size: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.like_checks input[type="radio"] + label:before {
  /* 가짜 체크박스 */
  content: "";
  display: inline-block;
  text-align: center;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px #888 solid;
  border-radius: 50%;
  box-sizing: border-box;
}
.like_checks input[type="radio"]:checked + label:before {
  /* 체크박스를 체크했을때 */
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/front/icon/icon_check_w.png") no-repeat center
    center #002579;
  border: 1px #002579 solid;
}
.like_checks .like5[type="radio"] + label:before {
  background: url("../images/front/icon/icon_kike.png") no-repeat;
}
.like_checks .like4[type="radio"] + label:before {
  background: url("../images/front/icon/icon_kike.png") no-repeat;
  background-position: -20px 0;
}
.like_checks .like3[type="radio"] + label:before {
  background: url("../images/front/icon/icon_kike.png") no-repeat;
  background-position: -40px 0;
}
.like_checks .like2[type="radio"] + label:before {
  background: url("../images/front/icon/icon_kike.png") no-repeat;
  background-position: -60px 0;
}
.like_checks .like1[type="radio"] + label:before {
  background: url("../images/front/icon/icon_kike.png") no-repeat;
  background-position: -80px 0;
}
.like_checks .like5[type="radio"]:checked + label:before {
  background: url("../images/front/icon/icon_check_w.png") no-repeat center
    center #002579;
}
.like_checks .like4[type="radio"]:checked + label:before {
  background: url("../images/front/icon/icon_check_w.png") no-repeat center
    center #002579;
}
.like_checks .like3[type="radio"]:checked + label:before {
  background: url("../images/front/icon/icon_check_w.png") no-repeat center
    center #002579;
}
.like_checks .like2[type="radio"]:checked + label:before {
  background: url("../images/front/icon/icon_check_w.png") no-repeat center
    center #002579;
}
.like_checks .like1[type="radio"]:checked + label:before {
  background: url("../images/front/icon/icon_check_w.png") no-repeat center
    center #002579;
}

/*게시판글 유튜브 동영상 화면 자동비율*/
.youtubeVideo {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.youtubeVideo iframe,
.youtubeVideo object,
.youtubeVideo embed {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
}

/* 신청안내 */
.apply_area {
  margin-bottom: 60px;
}
.apply_area dl {
  overflow: hidden;
  line-height: 130%;
}
.apply_area dt {
  float: left;
  width: 27%;
  border: 7px #efefef solid;
  text-align: center;
}
.apply_area dt span {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #383f81;
  line-height: 140%;
}
.apply_area dd {
  overflow: hidden;
  float: right;
  width: 70%;
  background: url("../images/front/sub/bg_arrow03.png") no-repeat center
    bottom;
  padding-bottom: 40px;
}
.apply_area dd div.apply_box {
  background: #f3f6f9;
  padding: 30px;
  text-align: center;
}
.apply_area dd div.apply_box.on {
  background: #4a8bda;
}
.apply_area dd div.apply_box.box_2th {
}
.apply_area dd div.apply_box p.apply_tit {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin-bottom: 10px;
}
.apply_area dd div.apply_box p {
  color: #333;
  font-size: 16px;
  line-height: 140%;
}
.apply_area dd div.apply_box.on p {
  color: #fff;
}
.apply_area dd div.apply_box.box_l {
  float: left;
  width: 48%;
}
.apply_area dd div.apply_box.box_r {
  float: right;
  width: 48%;
}

.apply_area dl.apply01 dt {
  height: 170px;
  padding-top: 55px;
}
.apply_area dl.apply02 dt {
  height: 100px;
  padding-top: 18px;
}
.apply_area dl.apply03 dt {
  height: 150px;
  padding-top: 40px;
}
.apply_area dl.apply04 dt {
  height: 300px;
  padding-top: 95px;
}

.apply_area dl.apply01 div.apply_box.on {
  background: url("../images/front/sub/img_apply.png") no-repeat right bottom
    #4b5187;
}
.apply_area dl.apply01 dd {
  background: url("../images/front/sub/bg_arrow02.png") no-repeat center
    bottom !important;
}

.apply_area dl.apply01 dd div.apply_box {
  height: 170px;
}
.apply_area dl.apply02 dd div.apply_box p.apply_tit {
  margin-bottom: 0;
}
.apply_area dl.apply03 dd div.apply_box.box_l {
  height: 150px;
  padding-top: 60px;
}
.apply_area dl.apply03 dd div.apply_box.box_r {
  height: 150px;
  padding-top: 45px;
}
.apply_area dl.apply04 dd div.apply_box.box_l {
  height: 300px;
  padding-top: 120px;
}
.apply_area dl.apply04 dd div.apply_box.box_r.h01 {
  height: 113px;
  padding: 0;
  background: none;
}
.apply_area dl.apply04 dd div.apply_box.box_r.h01 p {
  padding: 20px;
  background: #f3f6f9;
}
.apply_area dl.apply04 dd div.apply_box.box_r.h01:after {
  content: "";
  display: block;
  height: 40px;
  background: url("../images/front/sub/bg_arrow02.png") no-repeat center -3px
    #fff;
}
.apply_area dl.apply04 dd div.apply_box.box_r.h02 {
  height: 187px;
  padding: 40px 20px 0 20px;
}
.apply_area dl.apply05 dd {
  padding-bottom: 0;
  line-height: 180%;
}
.apply_area dl.apply05 dd p.apply_tit {
  margin-bottom: 0;
}

.apply_area {
  overflow: hidden;
}
.process_area {
  background: url("../images/front/sub/bg_pro.gif") no-repeat 75% 55px;
  text-align: center;
  margin-bottom: 20px;
}
.process_area ul {
  display: inline-block;
  max-width: 800px;
}
.process_area > ul > li {
  float: left;
  width: 255px;
  text-align: center;
  margin-bottom: 30px;
}
.process_area > ul > li.float_right {
  float: right;
}
.process_area > ul > li:nth-child(4).float_right {
  margin-right: 35px;
}
.process_area > ul > li > p.icon_pro {
  display: inline-block;
  position: relative;
  z-index: 0;
  background-color: #4b5187;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  padding-top: 40px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: top;
}
.process_area > ul > li:first-child > p.icon_pro {
  background-color: #4b5187;
}
.process_area > ul > li:nth-child(6) > p.icon_pro {
  background-color: #f2a0a0;
}
.process_area > ul > li > div.text span {
  color: #f75f5f;
}
.process_area > ul > li > div.text .pro_tit {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  line-height: 140%;
  margin-bottom: 10px;
  padding-top: 10px;
}
.process_area > ul > li > div.text .pro_tit_s {
  font-size: 15px;
  color: #777;
  line-height: 130%;
}

.attach_file {
  position: relative;
  border-top: 2px #333 solid;
  border-bottom: 1px #ddd solid;
  border-left: 1px #ddd solid;
  border-right: 1px #ddd solid;
  padding: 30px 0 30px 30px;
}
.attach_file .attach_tit {
  position: absolute;
  display: inline-block;
  width: 120px;
  height: 70px;
  background: url("../images/front/sub/icon_file.png") no-repeat 20px 0;
  border-right: 1px #e4e4e4 solid;
}
.attach_file .attach_tit span {
  display: inline-block;
  padding: 65px 0 0 12px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.attach_file .attach_tit.line_b {
  height: 200px;
}
.attach_file > ul {
  line-height: 140%;
  padding-left: 140px;
}
.attach_file > ul > li {
  position: relative;
  height: 34px;
  padding: 3px;
}
.attach_file > ul > li > ul {
  padding-left: 30px;
  margin-top: 5px;
  line-height: 150%;
}
.attach_file > ul > li span.icon_num {
  display: inline-block;
  position: relative;
  background-color: #ddd;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  color: #666;
  line-height: 17px;
  margin-right: 7px;
}
.attach_file .attach_top li {
  padding: 0;
}
.attach_file .btn_form {
  position: absolute;
  top: -1px;
  right: 50%;
  height: 28px;
  padding: 0 15px 0 7px;
  background: url(../images/front/icon/icon_dot04.png) no-repeat 90% center
    #fff;
  border: 1px solid #8696aa;
}
.attach_file .btn_form span {
  font-weight: 500;
  color: #1b3e7c;
}

/* 세계 분류별 통계 */
.world_line {
  border: 1px #d9d9d9 solid;
  padding: 0 0 30px 0;
}
.world_item {
  text-align: center;
  margin: 20px 20px 0 20px;
}
.world_item li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  padding: 3px 15px 3px 10px;
}
.world_item li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: -5px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}
.world_item li:nth-child(1):before {
  background: #b5eae0;
}
.world_item li:nth-child(2):before {
  background: #4bd4e5;
}
.world_item li:nth-child(3):before {
  background: #1eb5f0;
}
.world_item li:nth-child(4):before {
  background: #2a94f7;
}
.world_item li:nth-child(5):before {
  background: #1376e5;
}
.world_item li:nth-child(6):before {
  background: #0d3fb4;
}
.world_item li:nth-child(7):before {
  background: #15217e;
}
.world_item li:nth-child(8):before {
  background: #6f16a2;
}
.world_item li:nth-child(9):before {
  background: #b100d8;
}
.world_item li:nth-child(10):before {
  background: #8898a8;
}
.search_area.world {
  border: none;
  background: #f8f9fa;
  padding: 30px 30px 20px 30px;
}
.search_area.world .search_box {
  width: 100%;
}
.search_area.world .search_box dt {
  width: 70px;
  text-align: left;
  margin-right: 0;
}
.search_area.world .search_box .box label {
  padding: 0 8px;
}
.search_area.world .search_box .box input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 2px 3px 2px 0;
}
.search_area.world .search_btn_area {
  border-top: 1px #e6e7e8 solid;
  padding-top: 10px;
  margin-top: 10px;
}
.search_area.world .search_btn_area button {
  width: 100px;
}
.search_area.world .search_box #label_blk_state_type {
  overflow: hidden;
}
.search_area.world .search_box #label_blk_state_type li {
  display: inline-block;
  float: left;
  width: 20%;
  padding: 5px 0;
}
.world_line .chart_layer {
  overflow: hidden;
  width: 200px;
  background: #fff;
  border: 1px #243574 solid;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgb(157 157 157 / 60%);
}
.world_line .chart_layer .tit_area {
  position: relative;
  color: #fff;
  background: #243574;
  padding: 13px 20px;
}
.world_line .chart_layer .tit_area .tit {
  font-size: 16px;
  font-weight: 500;
}
.world_line .chart_layer .tit_area .num {
  position: absolute;
  top: 15px;
  right: 10px;
  font-size: 13px;
}
.world_line .chart_layer .chart_con {
  overflow: hidden;
  padding: 20px;
}
.world_line .chart_layer .chart_con li {
  position: relative;
  font-size: 13px;
  padding: 3px 10px;
  border-top: 1px #e0e0e0 solid;
}
.world_line .chart_layer .chart_con li .tit {
  position: relative;
}
.world_line .chart_layer .chart_con li:last-child {
  border-bottom: 1px #e0e0e0 solid;
}
.world_line .chart_layer .chart_con li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 70%;
  height: 100%;
  background: #f7f7f7;
}
.world_line .chart_layer .chart_con li .num {
  position: absolute;
  top: 6px;
  right: 10px;
  font-size: 12px;
}

/* 사이트맵 */
.sitemap_all {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(7, 7, 7, 0.8);
  z-index: 9999;
  transition: 0.3s ease;
}
.sitemap_all .sitemap_all_in {
  position: relative;
  display: block;
  top: 50%;
  max-width: 1400px;
  height: 650px;
  margin: -325px auto 0 auto;
  background: url(../images/front/sub/sitemap_bg.png) no-repeat bottom right
    #fff;
  border-radius: 20px;
}
.sitemap_all .pop_close {
  position: absolute;
  top: 40px;
  right: 40px;
  display: block;
  width: 25px;
  height: 25px;
  background: url(../images/front/icon/close02.png) no-repeat 0 0;
  font-size: 0;
  z-index: 99999;
}
.sitemap_all .sitemap_all_in .nav_list {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.sitemap_all .sitemap_all_in .nav_list > li {
  flex: 1;
  padding: 10% 0 0 40px;
}
.sitemap_all .sitemap_all_in .nav_list > li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: #e7e7e7;
}
.sitemap_all .sitemap_all_in .nav_list > li:first-child:before {
  display: none;
}
.sitemap_all .sitemap_all_in .nav_list > li > a {
  display: inline-block;
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 21px;
  font-weight: 600;
  color: #111;
}
.sitemap_all .sitemap_all_in .nav_list .depth2 > li > ul > li {
  font-size: 15px;
}
.sitemap_all .sitemap_all_in .nav_list .nav_list_inner {
  position: static;
  padding: 0;
  border-right: none;
  background: none;
}
.sitemap_all .sitemap_all_in .nav_list li:first-child .nav_list_inner {
  border-left: none;
}
.sitemap_all .sitemap_all_in .nav_list .nav_list_inner .depth2 {
  margin-top: 0;
  height: 450px !important;
}

/* 페이지준비중 */
.ready_area {
  border: 1px #ddd solid;
  text-align: center;
  padding: 190px 0 80px 0;
  background: url(../images/front/common/img_non02.png) no-repeat center 80px;
}
.ready_area .ready_tit {
  font-size: 24px;
  font-weight: 500;
  color: #333;
  line-height: 180%;
}
.ready_area .ready_tit_s {
  font-size: 17px;
}

/* 사전진단 서비스 결과조회 */
.apply_con .r_info {
  font-size: 14px;
  color: #969696;
}
.result_top .result_top_in {
  position: relative;
  margin-bottom: 5px;
}
.result_top .result_top_in .r_tit {
  display: inline-block;
}
.result_top .result_top_in .r_tit .head_type4 {
  font-weight: 700;
}
.result_top .result_top_in .r_tit p {
  display: inline;
  padding-left: 10px;
  margin: 0 25px;
}
.result_top .result_top_in .r_tit a {
  position: relative;
  display: inline;
}
.result_top .result_top_in .r_tit a::before {
  content: "";
  position: absolute;
  top: 0;
  width: 10px;
  height: 18px;
}
.result_top .result_top_in .r_tit a.r_prev_year::before {
  background: url("../images/front/popup/icon_prev.png");
}
.result_top .result_top_in .r_tit a.r_next_year::before {
  background: url("../images/front/popup/icon_next.png");
}
.result_top .result_top_in .r_tit a span {
  font-size: 0;
}
.result_top_in .r_btn {
  position: absolute;
  top: 22px;
  right: 0;
  z-index: 999;
}
.result_top .r_info {
  position: relative;
  margin-bottom: 15px;
  padding-left: 18px;
}
.result_top .r_info::before {
  content: "!";
  position: absolute;
  top: 50%;
  left: 0;
  width: 13px;
  height: 13px;
  margin-top: -6px;
  border-radius: 50px;
  background: #c0c0c0;
  font-size: 9px;
  color: #fff;
  text-align: center;
}

.result_box {
  margin-bottom: 50px;
}
.result_box h4.head_type5 {
  font-size: 22px;
}
.result_box .r_graph {
  position: relative;
  margin-bottom: 20px;
  padding: 60px 45px;
  border-radius: 20px;
  background-color: #f6f6f6;
}
.r_graph .g_box_tit {
  margin-bottom: 5px;
  font-size: 28px;
  color: #222;
  font-weight: 700;
}
.r_graph .g_box_txt {
  margin-bottom: 25px;
  font-size: 22px;
  color: #222;
  font-weight: 700;
}
.r_graph .graph_box.g_box02 {
  position: absolute;
  top: 80px;
  left: 47%;
  width: 45%;
}
.r_graph .graph_box.g_box01 div {
  display: inline-block;
  min-width: 17%;
  padding: 25px 25px 10px 25px;
  border-radius: 20px;
  background-color: #fff;
  margin-right: 10px;
}
.r_graph .graph_box.g_box01 span {
  display: block;
  padding-bottom: 10px;
  font-size: 15px;
  color: #7c7c7c;
  text-align: left;
}
.r_graph .graph_box.g_box01 p {
  font-size: 40px;
  font-weight: 700;
  color: #222;
  text-align: right;
}

.r_graph .graph_box .graph_box_in {
  width: 240px;
  margin-top: 20px;
}
.r_graph .graph_box .graph_box_in > p {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  color: #222;
}
.r_graph .graph_box .graph_box_in ul li {
  position: relative;
  overflow: hidden;
  padding: 5px;
}
.r_graph .graph_box .graph_box_in ul li::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 11px;
  height: 11px;
  margin-top: -5px;
  border-radius: 50px;
}
.r_graph .graph_box .graph_box_in ul li:nth-child(1)::before {
  background: #8641ce;
}
.r_graph .graph_box .graph_box_in ul li:nth-child(2)::before {
  background: #555fd7;
}
.r_graph .graph_box .graph_box_in ul li:nth-child(3)::before {
  background: #5586d7;
}
.r_graph .graph_box .graph_box_in ul li:nth-child(4)::before {
  background: #54aad5;
}
.r_graph .graph_box .graph_box_in ul li:nth-child(5)::before {
  background: #d95e80;
}
.r_graph .graph_box .graph_box_in ul li p {
  float: left;
  width: 46%;
  padding-left: 11px;
  font-size: 15px;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.r_graph .graph_box .graph_box_in ul li .info_num {
  float: right;
}
.r_graph .graph_box .graph_box_in ul li .info_num span {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  color: #333;
  margin-left: 15px;
}
.r_graph .graph_box .graph_box_in ul li .info_num span:last-child::before {
  content: "/";
  position: absolute;
  top: 0;
  left: -11px;
  font-weight: 300;
  color: #999;
}
.r_graph .graph_box .r_graph_area {
  position: absolute;
  top: -50px;
  right: -60px;
  width: 290px;
  height: 290px;
}

.result_box .r_state {
  display: flex;
  justify-content: space-between;
  padding: 45px 40px 40px 40px;
  border: 1px solid #ddd;
  border-radius: 20px;
  box-shadow: 0px 3px 15px rgb(157 157 157 / 20%);
}
.r_state .state_box {
  width: 30%;
}
.r_state .state_box .state_tit {
  overflow: hidden;
  margin-bottom: 15px;
}
.r_state .state_box .state_tit p {
  float: left;
  font-size: 18px;
  font-weight: 700;
  color: #222;
}
.r_state .state_box .state_tit span {
  float: right;
  font-size: 13px;
  color: #777;
}
/* 스크롤바수정 */
.r_state .state_box .r_state_area {
  height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
.r_state .state_box .r_state_area::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.r_state .state_box .r_state_area::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 50px;
}
.r_state .state_box .r_state_area::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #bbb, #bbb);
  border-radius: 50px;
}
.r_state .state_box .r_state_area::-webkit-scrollbar-button {
  display: none;
}
.r_state .state_box .r_state_area .chart_tit {
  position: relative;
  overflow: hidden;
  font-size: 14px;
}
.r_state .state_box .r_state_area .chart_tit p {
  float: left;
  width: 50%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.r_state .state_box .r_state_area .chart_tit .info_num {
  position: absolute;
  top: 0;
  right: 0;
}
.r_state .state_box .r_state_area .chart_tit .info_num span {
  position: relative;
  font-weight: 600;
  color: #333;
  margin-left: 8px;
}
.r_state .state_box .r_state_area .chart_tit .info_num span:last-child::before {
  content: "/";
  position: absolute;
  top: 0;
  left: -8px;
  font-weight: 300;
  color: #666;
}

.result_box .search_area ul {
  justify-content: space-between !important;
}
.result_box .search_area ul::after {
  display: none;
}
.result_box .search_area ul li {
  width: 30%;
}
.result_box .search_area ul li select {
  width: 100%;
}
#doughnutChart {
  width: 50rem;
  height: 25rem;
}

/* 이벤트 */
.event_area .event_top {
  text-align: center;
  background: #fff7e7;
  border: 2px #ffcd4a solid;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 40px;
}
.event_area .event_top img {
  max-width: 100%;
}
.event_area .tit_event {
  font-family: "SCDream";
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
}
.event_area .tit_point {
  font-weight: 500;
  color: #222;
  margin-top: 5px;
}
.event_area .tit_event .icon {
  color: #ef001c;
}
.event_area .terms_contents .tit {
  font-size: 16px;
  font-weight: 600;
  color: #444;
  margin-bottom: 5px;
}
.event_area .input_event {
  height: 50px;
  font-weight: 600;
  border: 3px solid #d0d4d7;
  border-radius: 8px;
}
.event_area button.btn.nomal.evnet {
  font-size: 17px;
}
.event_area .pop_policy_box {
  padding: 0 20px;
}
.event_area .chk_list .chk_st {
  display: inline-block;
  margin: 10px 0;
}
.event_area .chk_list .chk_st input[type="radio"],
.chk_st input[type="checkbox"] {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}
.event_area .chk_list .chk_st input[type="radio"] {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}
.event_area .chk_list .chk_st input[type="radio"] + label {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  font-weight: 300;
  color: #555;
}
.event_area .chk_list .chk_st input[type="radio"] + label:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 18px;
  height: 18px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  background: #fff;
  border: 1px solid #bbb;
  text-align: center;
  border-radius: 100%;
}
.event_area .chk_list .chk_st input[type="radio"]:checked + label:before {
  content: "";
  background: url("../images/front/icon/icon_radio.png") no-repeat center
    center #fff;
  border: 1px solid #113e9f;
}
.event_area .chk_list .chk_st input[type="checkbox"] + label {
  position: relative;
  padding-left: 30px;
  font-weight: 300;
  color: #555;
}
.event_area .chk_list .chk_st input[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  background: #fff;
  border: 1px solid #bbb;
  text-align: center;
  border-radius: 3px;
}
.event_area .chk_list .chk_st input[type="checkbox"]:checked {
  border: 1px solid #00173a;
}
.event_area .chk_list .chk_st input[type="checkbox"]:checked + label:before {
  content: "";
  background: url("../images/front/icon/icon_check02.png") no-repeat center
    center #113e9f;
  border: 1px solid #113e9f;
}
.event_area .chk_list .chk_st strong {
  font-weight: 400;
  color: #333;
  margin-right: 10px;
}

/* 산출내역서 */
th.diagonal {
  position: relative;
  width: 150px;
  height: 70px !important;
  padding: 0;
}
th.diagonal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top right,
    transparent calc(50% - 1px),
    #ddd,
    transparent calc(50% + 1px)
  );
  z-index: 0;
}
th.diagonal > div {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.diagonal .top_right {
  position: absolute;
  top: 0px;
  right: 0px;
}
.diagonal .bottom_left {
  position: absolute;
  bottom: 0px;
  left: 0px;
  text-align: left;
  line-height: 1;
}

/* 무단선점 현황 */
.graph_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.graph_wrap .data_area {
  width: 24%;
  padding: 25px;
  border-radius: 20px;
  background: #f9f9f9;
}
.graph_wrap .data_area .tab_area {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 20px;
}
.graph_wrap .data_area .tab_area a {
  flex: 1;
  display: inline-block;
  height: 52px;
  background: #ebebeb;
  border-radius: 10px;
  font-weight: 500;
  text-align: center;
  line-height: 52px;
}
.graph_wrap .data_area .tab_area a.on {
  background: #fff;
  border: 1px #3367c7 solid;
  box-shadow: 0 0 5px rgb(0, 0, 0, 0.1);
}
.graph_wrap .data_area .tit_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
}
.graph_wrap .data_area .tit_area {
  padding: 15px;
  margin-bottom: 20px;
}
.graph_wrap .data_area .tit_area .tit {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 600;
}
.graph_wrap .data_area .tit_area .tit.icon01::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 24px;
  height: 20px;
  background: url("../images/front/sub/icon_product01.png") no-repeat;
}
.graph_wrap .data_area .tit_area .tit.icon02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../images/front/sub/icon_product02.png") no-repeat;
}
.graph_wrap .data_area .tit_area .won {
  font-size: 28px;
  font-weight: 700;
  color: #111;
}
.graph_wrap .graph_area {
  width: 73%;
  border: 1px #ddd solid;
  border-radius: 20px;
  padding: 50px 30px;
  text-align: center;
}
.graph_wrap .progress_area li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 2px 0;
}
.graph_wrap .progress_area .tit {
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  color: #333;
}
.graph_wrap .progress_area .progress_bar {
  width: 140px;
  height: 6px;
  background-color: #ddd;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 8px;
}
.graph_wrap .progress_area .progress_bar_fill {
  background-color: #2c6cd3;
  height: 100%;
  border-radius: 4px;
}
.graph_wrap .progress_area .value {
  width: 33%;
  font-size: 15px;
  font-weight: 800;
  text-align: right;
}
.graph_wrap .progress_area .increment {
  width: 26%;
  font-size: 14px;
  color: #999;
  text-align: right;
}

/* 무단섬점 대응 가이드 */
.guide_wrap {
  position: relative;
  padding: 20px 120px;
  border-radius: 15px;
  background-color: #f8f8fb;
}
.guide_wrap .tit_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.guide_wrap .tit_area .tit_l p {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 700;
  color: #9ba4b6;
}
.guide_wrap .tit_area .tit_r .num {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 1.125rem;
  color: #000;
}
.guide_wrap .tit_area .tit_r .num strong {
  font-weight: 800;
}
.guide_wrap .img_area {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  min-height: 530px;
  border-radius: 15px;
  background-color: #fff;
  border: 1px #ddd solid;
}
.guide_wrap .img_area img {
  max-width: 100%;
}
.guide_wrap .tit_manual {
  display: flex;
  margin: 35px 0 20px 0;
}
.guide_wrap .tit_manual .tit {
  width: 30%;
}
.guide_wrap .tit_manual .number_list {
  width: 70%;
}
.guide_wrap .tit_manual .number_list li {
  line-height: 1.6;
}
.guide_wrap .tit_manual .number_list > li {
  padding: 5px 30px;
  font-size: 17px;
  color: #333;
}
.guide_wrap .tit_manual.type2 {
  display: block;
}
.guide_wrap .tit_manual.type2 ul {
  width: 100%;
}
.guide_wrap .number_list > li:before {
  top: 7px;
  background: #ee3a43;
  line-height: 24px;
}
.guide_wrap .number_list > li:after {
  display: none;
}
.side_btn {
  position: absolute;
  top: 280px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 20px 121px;
}
.side_btn button {
  position: relative;
  font-size: 0;
  width: 100%;
}
.side_btn button::before {
  content: "";
  position: absolute;
  width: 55px;
  height: 50px;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.7);
}
.side_btn button.go_left::before {
  left: 0px;
  border-radius: 0 5px 5px 0;
  background-image: url("../images/front/icon/arr_left_w02.png");
  background-position: center center;
}
.side_btn button.go_right::before {
  right: 0px;
  border-radius: 5px 0 0 5px;
  background-image: url("../images/front/icon/arr_right_w02.png");
  background-position: center center;
}
.guide_txt {
  margin-top: 30px;
}
.guide_txt p {
  font-size: 1.125rem;
  color: #333;
  text-align: center;
}

@media screen and (max-width: 1500px) {
  .pop_header header {
    padding: 0;
  }

  /* 간행물 */
  .bochur_list ul {
    gap: 2.2rem;
  }
  .bochur_list li {
    flex: 0 0 30%;
  }

  /* 무단선점 현황 */
  .graph_wrap {
    display: block;
  }
  .graph_wrap .data_area {
    width: 100%;
    margin-bottom: 30px;
  }
  .graph_wrap .graph_area {
    width: 100%;
    height: 500px;
  }
  .graph_wrap .progress_area .progress_bar {
    width: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .sitemap_all {
    display: none !important;
  }
  .movie_area .img_thumbnail {
    width: 100%;
    height: 100%;
  }

  /* sub 비쥬얼*/
  .sub_visual_wrap {
    height: 250px;
  }
  .sub_visual_wrap .sub_visual {
    width: auto;
  }
  .sub_visual_wrap .sub_visual .sub_tit span {
    padding-top: 140px;
  }

  /* 신청서작성 */
  .tbl_cell_group.half_area {
    float: inherit;
    width: 100%;
  }
  .tbl_cell_group.half_area02 {
    float: inherit;
    width: 100%;
  }
  .tbl_cell_group.half_area.th_w {
    width: 100%;
  }
  .tbl_cell_group.half_area02.th_w {
    width: 100%;
  }
  .tbl_cell_group.half_area dt {
    width: 20%;
  }
  .tbl_cell_group.half_area02 dt {
    width: 20%;
  }
  .tbl_view_wrap .form_number select,
  .tbl_view_wrap .form_number input {
    width: 10%;
  }

  .tbl_view_wrap .form_number select,
  .tbl_view_wrap .form_number input {
    width: 20%;
  }
  .tbl_view_wrap li.li_cell_w .tbl_cell_group.half_area dt {
    width: 20%;
  }
  .tbl_view_wrap li.li_cell_w .tbl_cell_group dt {
    width: 20%;
  }
  .tbl_view_wrap li.li_cell {
    position: relative;
    padding-left: 0;
  }
  .tbl_view_wrap li.li_cell .tbl_cell_group dt {
    width: 20%;
  }
  .tbl_view_wrap li.li_cell:before {
    display: none;
  }

  .tbl_cell_group dt {
    width: 20%;
  }
  .tbl_cell_group dd {
    width: 80%;
  }
  .tbl_cell_group dt.dt_tit_w {
    width: 35%;
  }
  .appli_troubleshooting_tbl dt {
    width: 40%;
  }
  .apply_wrap .apply_con {
    padding: 30px;
  }
  .apply_wrap .apply_step_area {
    padding: 30px;
  }

  .schedule_area .schedule_calendar {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  .purpose_area .pur_r .purp_img img {
    width: 100%;
  }

  /* 팝업 표스타일 사이즈*/
  .pop_content .tbl_cell_group dt {
    width: 25.3%;
  }
  .pop_content .tbl_cell_group.half_area02 dt {
    width: 25%;
  }

  /* 사전진단 서비스 결과조회 */
  .r_graph .graph_box.g_box02 {
    left: 45%;
  }
  .r_graph .graph_box .r_graph_area {
    right: -80px;
  }

  /* 무단섬점 대응 가이드 */
  .guide_wrap .tit_manual {
    display: block;
  }
  .guide_wrap .tit_manual .tit {
    width: 100%;
  }
  .guide_wrap .tit_manual .number_list {
    width: 100%;
  }
  .tit_manual .tit br {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  /* 신청서작성 */
  .apply_area dl.apply04 dd div.apply_box.box_r.h02 {
    padding: 15px;
  }
  .apply_area dl.apply04 dd div.apply_box.box_r.h02 br {
    display: none;
  }
  .apply_area dd {
    background: url(../images/front/sub/bg_arrow04.png) no-repeat center
      bottom;
  }
  .tab_list03_result .box {
    width: calc(96% / 3);
    margin-bottom: 10px;
  }

  /* 회원가입 */
  .member_box {
    width: 90%;
  }

  /* 주요사업 */
  .graphics_area img {
    width: 100%;
  }
  .sub_visual .sub_visual_in {
    width: 100%;
  }
  .box_con.style02 li {
    display: block;
    text-align: center;
  }
  .box_con.style02 li .icon {
    margin-bottom: 20px;
  }
  .box_con02 {
    display: block;
  }
  .box_con02 li {
    padding: 30px;
    margin-right: 0;
    margin-bottom: 10px;
  }

  /* 지원사업 */
  .business_list li {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .business_list .b_con {
    width: 100%;
  }

  /* 매뉴얼 */
  .manual_wrap .manual_way .float_left {
    float: inherit;
    width: 100%;
  }
  .manual_wrap .manual_way .float_right {
    float: inherit;
    width: 100%;
  }
  .manual_wrap .manual_way .float_right img {
    width: 100%;
  }
  .tit_manual {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .tit_manual .num {
    top: 0;
  }

  /* 위조상품제보 */
  .report_list li {
    flex: 0 0 calc((100% - 2rem) / 2);
  }
  .report_list li a .img_area {
    height: 250px;
  }
  .report_list li a .img_area img {
    width: 100%;
    height: 250px;
  }
  .report_view {
    flex-direction: column;
    gap: 10px;
  }
  .report_view .img_area {
    width: 100%;
  }
  .report_view .img_area img {
    height: auto;
  }
  .report_view .box {
    width: 100%;
    padding: 20px;
  }

  /* 사전진단 서비스 결과조회 */
  .result_box .r_graph {
    height: 530px;
    padding: 40px;
  }
  .r_graph .g_box_txt {
    margin-bottom: 10px;
  }
  .r_graph .graph_box.g_box02 {
    position: relative;
    top: auto;
    left: 0;
    width: 100%;
  }
  .r_graph .graph_box.g_box01 div {
    min-width: 47%;
    margin: 0 1%;
  }
  .r_graph .graph_box .graph_box_in {
    margin-top: 70px;
  }
  .r_graph .graph_box .r_graph_area {
    top: -65px;
    right: 0;
  }

  /* 지원현황 */
  .support_list_wap .support_list {
    width: 100%;
  }
  .support_list_wap .support_list:first-child {
    margin-bottom: 30px;
  }

  /* 무단섬점 대응 가이드 */
  .guide_wrap {
    padding: 20px 50px;
  }
  .side_btn {
    padding: 20px 51px;
  }
}
@media screen and (max-width: 800px) {
  .box_info.style03 {
    display: block;
    padding: 30px;
  }
  .box_info.style03 .icon {
    display: none;
  }

  .tbl_cell_group .input_w100 {
    width: 100%;
  }
  .tbl_cell_group .form_txt_set {
    width: 100%;
  }
  .tbl_cell_group .form_txt_set .input_w100 {
    width: 80%;
  }
  .tbl_cell_group .form_cell2_set {
    width: 100%;
  }
  .tbl_cell_group .form_cell2_set select {
    width: 45%;
  }

  .tbl_list_scroll {
    overflow-x: scroll;
  }
  .tbl_list_scroll table {
    width: 1000px;
  }
  .inner_tbl.support.type2,
  .inner_tbl.support.type3 {
    overflow-x: scroll;
  }
  .inner_tbl.support.type2 table,
  .inner_tbl.support.type3 table {
    width: 1000px;
  }

  /* 신청서작성 */
  .tbl_cell_group dt {
    font-size: 14px;
  }
  .tbl_cell_group dd {
    font-size: 14px;
  }
  .tbl_cell_group td .radio-inline {
    padding: 3px 0;
  }
  .tbl_cell_group th.td_line br {
    display: none;
  }
  .ind:after {
    top: 0;
    font-size: 16px;
    font-weight: 500;
  }

  .search_area.type_write .tbl_cell_group.type_s th {
    border-left: 1px solid #e5e5e5 !important;
    border-right: 1px solid #e5e5e5 !important;
  }
  .search_area.type_write .tbl_cell_group.type_s td {
    border-right: 1px solid #e5e5e5 !important;
  }

  .sign_box {
    display: block;
    padding: 25px;
  }
  .sign_box .form {
    margin: 5px 0;
  }
  .sign_box .form label {
    width: 16%;
  }

  /* 마이페이지 */
  .my_process > ul > li {
    width: 20%;
  }
  .my_process.pro02 > ul {
    width: 100%;
  }
  .send_step {
    height: 90px;
  }
  .send_step li .send_box {
    height: 75px;
  }
  .flex_type1.join {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  /* 매뉴얼 */
  .manual_wrap .img_manual img {
    width: 100%;
  }
  .manual_box_area .manual_box_in {
    height: auto;
  }
  .manual_box_area .manual_box_in .tit_manual.type02 br {
    display: none;
  }

  /* 주요사업 */
  .movie_area {
    height: 450px;
  }

  /* 사전진단 서비스 결과조회 */
  .result_box .r_state {
    display: block;
  }
  .r_state .state_box {
    width: 100%;
  }
  .r_state .state_box:nth-child(2) {
    margin: 30px 0;
  }

  /* 간행물 */
  .bochur_list ul {
    gap: 3rem;
  }
  .bochur_list li {
    flex: 0 0 45%;
  }

  /* 무단섬점 대응 가이드 */
  .guide_wrap {
    padding: 0;
    background-color: #fff;
    border: none;
    border-radius: 0;
  }
  .guide_wrap .img_area {
    min-height: 430px;
  }
  .side_btn {
    top: 245px;
    padding: 0;
  }
}
/* 화면 해상도 width 640px 이하 Design --------------------------------------*/
@media screen and (max-width: 640px) {
  .tit_s02 {
    font-size: 15px;
  }
  .box_info.style02 {
    padding: 20px;
  }
  .box_info.style02 .icon img {
    width: 50px;
  }
  .box_info.style02 .text .tit {
    font-size: 15px;
  }
  .editor_q {
    padding: 20px;
  }
  .box_info.style03 .text .tit {
    font-size: 16px;
  }

  .box_line {
    padding: 20px;
  }
  .box_line:before {
    top: 25px;
    left: 50%;
    margin-left: -23px;
  }
  .box_line .tit {
    font-size: 13px;
    padding-top: 75px;
    padding-left: 0;
  }
  .box_line.icon01 {
    text-align: center;
    padding: 30px;
  }
  .box_line.icon01 .tit {
    padding-top: 50px;
    padding-left: 0;
  }
  .box_line.icon01:before {
    top: 25px;
    left: 50%;
    margin-right: -28px;
  }
  .box_line.icon01 .btn.xl {
    position: relative;
    top: 10px;
    right: 0;
    font-size: 13px;
  }
  .tit_apply {
    padding: 10px;
  }
  .tit_apply p {
    font-size: 15px;
  }
  .tit_apply .icon_notics_b01 {
    height: 28px;
    line-height: 28px;
  }
  .box_info {
    padding: 100px 20px 15px 20px;
  }
  .box_info.step_img {
    background: none;
    padding: 20px;
  }
  .box_info.site {
    background: url(../images/front/sub/icon_apply02.png) no-repeat center
      25px;
  }
  .box_info.mail {
    height: 140px;
    background: url(../images/front/sub/icon_mail.png) no-repeat center 20px;
    text-align: center;
  }
  .box_info.copy {
    height: 140px;
    background: url(../images/front/sub/icon_copyright.png) no-repeat center
      20px;
    text-align: center;
  }
  .box_info.agree .tit {
    display: inline-block;
    font-size: 16px;
    padding-top: 0px;
    margin-top: -10px;
  }
  .text_agree {
    font-size: 13px;
  }
  .box_info .box_info_in {
    padding-left: 0;
  }
  .f15 {
    font-size: 13px;
  }
  .box_line02 .text {
    font-size: 15px;
  }
  .text_st1 {
    margin-bottom: 30px;
  }
  .text_st1 li {
    margin-left: 0;
  }
  .help_box {
    padding: 20px;
  }
  .help_box li {
    padding: 3px 0;
  }
  .help_box li .tit01 {
    margin-right: 0;
  }
  .btn_box .go_bis {
    height: 60px;
    font-size: 15px;
  }

  /* 내상표 지킴이 */
  .keeper_area {
    height: 400px;
    padding: 40px;
    background-size: 60%;
  }
  .keeper_area .text {
    width: 100%;
    font-size: 13px;
    margin-bottom: 15px;
  }
  .keeper_area .text p {
    font-size: 16px;
  }
  .keeper_area .text strong {
    font-weight: 500;
    color: #333;
  }
  .keeper_area .btn.nomal02 {
    display: inline-block;
    height: 38px;
    min-width: 120px;
    padding: 0 25px;
    line-height: 34px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: #dc2829;
    vertical-align: middle;
    border: 2px #dc2829 solid;
  }
  .keeper_area .btn.nomal02:hover {
    color: #fff;
    border: 2px #dc2829 solid;
    background: #dc2829;
  }
  .terms_contents .box_info {
    padding: 20px;
  }

  /* 버튼 */
  .btn_down02 {
    padding: 5px 10px 5px 7px;
  }
  .btn_down02 span {
    font-size: 13px;
  }

  /* 주요사업 */
  .sub_visual {
    height: 200px;
    font-size: 15px;
    padding: 100px 10px 0 10px;
    margin-bottom: 30px;
  }
  .sub_visual.v01,
  .sub_visual.v02,
  .sub_visual.v03,
  .sub_visual.v04 {
    background-size: cover;
  }
  .sub_visual .sub_visual_in {
    height: auto;
    padding: 20px;
  }
  .sub_visual .sub_visual_in .text {
    font-size: 14px;
  }
  .sub_visual .sub_visual_in .text br {
    display: none;
  }
  .business_con {
    font-size: 13px;
  }
  .business_con .text_busi {
    margin-top: 0;
  }
  .box_line02 {
    padding: 20px;
    margin-bottom: 20px;
  }
  .brand_support li {
    float: inherit;
    width: 100%;
    padding: 185px 2% 0 2%;
    margin-bottom: 30px;
  }
  .brand_support p {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .brand_support span {
    font-size: 13px;
  }
  .graphics_area {
    padding: 30px;
  }
  .circle_wrap {
    padding: 50px 30px;
  }
  .circle_wrap.type02 {
    padding: 50px 30px;
  }
  .incircle {
    margin: 10px 1%;
  }
  .incircle span {
    min-width: 60px;
    height: 32px;
    font-size: 12px;
    line-height: 30px;
    margin-left: -30px;
  }
  .box_con li .tit {
    font-size: 14px;
  }
  .box_con02 li:first-child::before,
  .box_con02 li:last-child::before {
    display: none;
  }
  .business_con p.tit {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .box_info.purpose {
    height: auto;
    font-size: 13px;
    padding: 20px;
    margin-bottom: 30px;
  }
  .box_info.purpose:before,
  .box_info.purpose:after {
    display: none;
  }
  .box_info.purpose .tit {
    font-size: 15px;
    margin: 0 0 10px 0;
  }
  .movie_area {
    height: 250px;
  }
  .box_con li .text .tit {
    font-size: 16px;
  }
  .btn_box .go_bis::before {
    top: 22px;
  }
  .circle_txt {
    font-size: 15px;
  }
  .box_con li {
    padding: 20px;
  }
  .box_con .icon img {
    width: 50px;
    height: 50px;
  }
  .box_con.style02 .icon img {
    width: auto;
    height: auto;
  }
  .tit_manual .tit {
    font-size: 15px;
  }

  /* 지원사업 */
  .business_list .b_con .title a {
    font-size: 15px;
  }
  .business_list li {
    padding: 20px 0;
  }
  .business_list li dl {
    flex-wrap: wrap;
  }
  .business_list li dl dt,
  .business_list li dl dd {
    line-height: 1.5;
  }
  .apply_wrap .apply_con .ov_h .float_right .align_r {
    text-align: left !important;
  }
  .apply_wrap .apply_con .ov_h .float_right .align_r button {
    margin-bottom: 3px;
  }
  .apply_wrap .apply_step_area {
    padding: 20px;
  }
  .apply_wrap .apply_step_area .step_tit02 {
    width: 90%;
    font-size: 22px;
  }
  .apply_wrap .apply_con {
    padding: 20px;
  }
  .apply_wrap .apply_con .ov_h .head_type4.float_left {
    width: 100%;
  }
  .apply_wrap .apply_step_area .pop_close {
    top: 20px;
    right: 15px;
    width: 22px;
    height: 22px;
    background-size: cover;
  }
  .apply_wrap .btn_wrap .btn.nomal {
    height: 38px;
  }
  .apply_wrap .apply_con02 .apply_tit_area .color_org {
    font-size: 13px;
  }
  .tab_list03 li a {
    font-size: 13px;
    padding: 9px 10px;
  }
  .tab_list03_result .box {
    width: 100%;
  }
  .tab_list03_result .box .result_area {
    padding: 0 5%;
  }

  .movie_area .img_thumbnail {
    width: 100%;
    height: 260px;
    left: 0;
    margin-left: 0;
  }
  .movie_area iframe {
    width: 100%;
    height: 260px;
    border: 1px #ddd solid;
  }

  /* 스텝 */
  .step_list {
    margin-bottom: 0;
  }
  .step_list li p {
    font-size: 14px;
  }
  .step_list li span {
    display: none;
  }
  .step_list02 {
    width: 100%;
  }

  /* 매뉴얼 */
  .manual_wrap {
    font-size: 14px;
  }
  .box_tit,
  .manual_wrap .text_st1.manual_text li.icon_non strong {
    font-size: 14px;
  }
  .manual_box_area .manual_box_in,
  .manual_box_area .manual_box_in.float_right {
    float: none;
    width: 100%;
  }
  .manual_wrap .img_manual .img_text {
    font-size: 14px;
    padding: 20px;
  }
  .tip_area,
  .tip_area.type02 {
    font-size: 13px;
    padding: 25px;
    border-left: 2px #487ae9 solid;
  }

  /* 신청서작성 */
  .tbl_list_wrap th,
  .tbl_list_type02 thead th {
    height: 35px;
    font-size: 13px;
  }
  .tbl_list_wrap tbody td {
    font-size: 13px;
    padding: 8px;
  }
  .tbl_list_wrap tbody td.left {
    font-size: 13px !important;
  }
  .tbl_list_type02 td {
    height: 35px;
    font-size: 13px;
  }

  .file_area li {
    margin: 0;
  }
  .file_area .download {
    font-size: 13px;
  }
  .apply_area dl {
    overflow: hidden;
    line-height: 130%;
  }
  .apply_area dt {
    float: inherit;
    width: 100%;
    border: 7px #efefef solid;
    text-align: center;
  }
  .apply_area dt span {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    color: #195dae;
    line-height: 140%;
  }
  .apply_area dd {
    overflow: hidden;
    float: inherit;
    width: 100%;
    background: url("../images/front/sub/bg_arrow03.png") no-repeat center
      bottom;
    padding-bottom: 40px;
  }

  .attach_file .attach_tit {
    position: inherit;
    display: inline-block;
    width: 120px;
    height: auto;
    background: none;
    border-right: none;
    margin-bottom: 10px;
  }
  .attach_file .attach_tit span {
    display: inline-block;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    color: #333;
  }
  .attach_file .attach_tit.line_b {
    height: 20px;
  }
  .attach_file > ul {
    line-height: 140%;
    padding-left: 0;
  }
  .attach_file .attach_top {
    margin-top: 0;
  }

  .tbl_cell_group.half_area {
    height: auto;
  }

  .tbl_view_wrap .tbl_txt {
    line-height: 1.4;
  }
  .tbl_view_wrap .form_number select,
  .tbl_view_wrap .form_number input {
    width: 30%;
  }

  .tbl_cell_group {
    display: flex;
    flex-direction: column;
  }
  .tbl_cell_group dt {
    display: flex;
    width: 100% !important;
    padding: 0 15px;
    height: 40px;
    align-items: center;
  }
  .tbl_cell_group dt.dt_tit {
    line-height: 50px;
  }
  .tbl_cell_group dd {
    display: flex;
    width: 100% !important;
    height: auto;
    min-height: 44px;
    padding: 5px 0;
    align-items: center;
  }
  .tbl_cell_group dd.cell_p100 {
    display: block;
  }
  .tbl_cell_group .input_w60 {
    width: 100%;
  }
  .tbl_cell_group .input_w100 {
    width: 100%;
  }
  .tbl_cell_group .input_w200 {
    width: 100%;
  }
  .tbl_cell_group .input_w300 {
    width: 100%;
  }
  .tbl_cell_group .input_w120 {
    width: 40%;
  }
  .tbl_cell_group .in_w20 {
    width: 30%;
  }
  .tbl_cell_group .form_address .find_post input {
    width: 50%;
  }
  .tbl_view_wrap > ul > li:first-of-type .tbl_cell_group dt {
    border-top: 0;
  }
  .tbl_view_wrap > ul > li:first-of-type .tbl_cell_group dd {
    border-top: 1px solid #e5e5e5;
  }
  .tbl_cell_group td.tit {
    font-size: 14px;
  }
  .tbl_cell_group td.tit:before {
    top: 15px;
  }

  .inner_tbl thead th {
    font-size: 13px;
  }
  .inner_tbl tbody td {
    font-size: 13px;
  }

  .tbl_view_s .tbl_cell_group dd {
    border-left: none;
  }
  .tbl_view_wrap.view > ul > li .tbl_cell_group dt {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
  }
  .tbl_view_wrap.view > ul > li .tbl_cell_group dd {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding-left: 10px;
  }

  .process_area:after {
    height: 50vh;
    left: 35px;
  }
  .process_area > ul > li {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .process_area > ul > li.float_right {
    margin-left: 0;
  }
  .process_area > ul > li > p.icon_pro {
    width: 60px;
    height: 60px;
    padding-top: 17px;
  }
  .process_area > ul > li > p.icon_pro img {
    width: 23px;
  }
  .process_area > ul > li .text {
    margin-left: 10px;
  }
  .process_area > ul > li > div.text .pro_tit {
    font-size: 15px;
    padding-top: 0;
    z-index: 99;
  }
  .process_area > ul > li > div.text .pro_tit_s {
    font-size: 14px;
    z-index: 99;
  }

  .btn_wrap.flex {
    display: block;
  }
  .btn_wrap.flex .alignc {
    position: static;
    transform: none;
  }
  .btn_wrap.flex button {
    width: 98%;
    margin-bottom: 5px;
  }

  /* 팝업*/
  .pop_container {
    padding: 20px;
  }
  .pop_container .pop_content_area .pop_content .tbl_cell_group th {
    height: auto;
    padding: 10px;
  }
  .pop_header header h1 {
    font-size: 17px;
  }
  dl.search_box > dd.box input[type="text"] {
    width: 100% !important;
  }
  .main_layer {
    left: 0 !important;
    width: 90% !important;
    margin: 0 10px;
  }

  /* 타이틀영역 */
  .sub_tit_area {
    padding-bottom: 20px;
  }
  .content_area .tit_s {
    font-size: 16px;
    margin-bottom: 15px;
    padding-top: 14px;
  }
  .tit_message {
    height: 55px;
    font-size: 13px;
    padding: 15px 0 15px 50px;
  }
  .tit_message:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    width: 23px;
    height: 23px;
    background: url("../images/front/icon/icon_message.png") no-repeat 0 0;
    background-size: 100%;
  }

  /* 마이페이지 */
  .my_process {
    border-left: 3px #efefef solid;
    border-right: 3px #efefef solid;
    border-top: 3px #efefef solid;
    border-bottom: 1px #ddd solid;
  }
  .my_process ul {
    max-width: 100%;
  }
  .my_process > ul > li {
    width: 24%;
    background: url(../images/front/sub/bg_arrow05.png) no-repeat right 28%;
    vertical-align: top;
  }
  .my_process > ul > li > p.icon_pro {
    display: inline-block;
    position: relative;
    z-index: 0;
    background-color: #8696aa;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    padding-top: 18px;
    margin-bottom: 10px;
    box-sizing: border-box;
    text-align: center;
  }
  .my_process > ul > li > p.icon_pro img {
    width: 40%;
  }
  .my_process > ul > li.on p.icon_pro {
    background-color: #1461c0;
  }
  .my_process > ul > li > div.text .pro_tit {
    font-size: 13px;
    color: #777;
    line-height: 140%;
    margin-bottom: 10px;
  }
  .my_process > ul > li.on > div.text .pro_tit {
    font-weight: 500;
    color: #666;
  }

  .my_process.pro02 > ul > li {
    width: 19%;
    height: 110px;
    background: url(../images/front/sub/bg_arrow05.png) no-repeat right 15%;
  }
  .my_process.pro02 > ul > li > div.text .pro_tit {
    font-size: 13px;
    line-height: 120%;
  }
  .my_process.pro02 > ul > li > p.icon_pro {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    padding-top: 13px;
  }
  .mypro_result {
    padding: 10px;
    text-align: center;
    color: #333;
    border-left: 3px #efefef solid;
    border-right: 3px #efefef solid;
    border-top: none;
    border-bottom: 3px #efefef solid;
  }
  .my_process.pro02 > ul > li:nth-child(5) > p.icon_pro {
    padding-top: 15px;
  }
  .my_process.pro02 > ul > li:nth-child(8) > p.icon_pro {
    padding-top: 15px;
  }
  .my_process.pro02 > ul > li:nth-child(9) > p.icon_pro {
    padding-top: 15px;
  }
  .mypro_result span {
    font-size: 16px;
  }

  .send_step {
    overflow: inherit;
    height: auto;
  }
  .send_step li {
    width: 50%;
    margin-bottom: 20px;
  }
  .send_step li .send_box {
    height: 55px;
  }
  .send_step li:nth-child(3) {
    padding-left: 0;
  }
  .send_step li:last-child:before {
    background: none;
  }

  /* 간행물 */
  .bochur_list ul {
    display: block;
    width: 250px;
    margin: 0 auto;
  }
  .bochur_list li {
    margin-bottom: 30px;
  }
  .bochur_list .text {
    font-size: 14px;
  }
  .bochur_list .img_area {
    height: 320px;
  }

  /* 위조상품제보 */
  .box_info.report {
    display: block;
    height: auto;
    padding: 20px;
  }
  .box_info.report p {
    padding-left: 0;
    margin-bottom: 5px;
    font-size: 14px;
  }
  .box_info.report p::before {
    display: none;
  }
  .report_list li {
    flex: 0 0 100%;
  }

  /* 통계 */
  .box_graph02 .tit_graph {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    margin-bottom: 40px;
  }
  .box_graph02 .graph_in {
    float: left;
    width: 100%;
    height: 460px;
    padding: 50px 0;
    margin: 10px 0;
    text-align: center;
  }
  .box_graph02 .graph_in:nth-child(2n-1) {
    margin-right: 0;
  }

  /* 무단선점 의심상표 */
  .permission_area:before {
    top: 530px;
    left: 0;
    border-top: 1px #ddd solid;
    border-left: none;
  }
  .permission_area .box {
    width: 100%;
    padding: 20px;
    margin: 20px 0;
  }
  .permission_area .box .tit {
    font-size: 14px;
  }
  .permission_area .box dt,
  .permission_area .box dd {
    font-size: 13px;
  }
  .permission_wrap .permission_area:before {
    display: none;
  }
  .permission_wrap .box.style02 {
    padding: 10px 15px;
  }
  .rate_wrap .text {
    font-size: 14px;
    padding: 15px 0 0 0;
  }
  .permission_wrap .box.style02 dd .text02 {
    font-size: 13px;
  }
  .permission_wrap .box.style02 .link_pm {
    font-size: 13px;
  }
  .box_info.permission {
    font-size: 13px;
    padding: 20px;
  }
  .box_info.permission li .btn_line {
    height: auto;
    font-size: 13px;
    line-height: 1.5;
    padding: 7px 10px;
  }
  .box_info.permission li .btn_line:before {
    display: none;
  }
  .box_info.permission li br {
    display: none;
  }
  .permission_text {
    padding: 20px;
  }
  .permission_text:before,
  .permission_text:after {
    display: none;
  }
  .permission_wrap .box.style02.point dt {
    margin-top: 0;
  }
  .permission_wrap .box.style02 dd {
    width: 100%;
    padding: 0;
  }
  .permission_wrap .box.style02.point {
    padding: 20px;
  }
  .permission_wrap .box.style02 dt {
    width: 100%;
  }
  .permission_text02 {
    padding: 20px;
  }
  .permission_text02::before {
    display: none;
  }
  .permission_text02 li .btn_line {
    font-size: 12px;
  }
  .permission_text02 li strong {
    display: block;
  }
  .rate_area li {
    font-size: 13px;
  }

  /* 무단섬점 대응 가이드 */
  .guide_wrap {
    padding: 0;
    background-color: #fff;
    border: none;
    border-radius: 0;
  }
  .guide_wrap .img_area {
    min-height: 200px;
  }
  .side_btn {
    top: 120px;
  }
  .side_btn button::before {
    width: 45px;
    height: 40px;
  }
  .guide_wrap .tit_manual .number_list > li {
    font-size: 15px;
  }
  .guide_wrap .tit_area .tit_r .num {
    font-size: 15px;
  }

  /* 세계 분류별 통계 */
  .search_area.world .search_box .box label {
    display: inline-block;
  }
  .search_area.world .search_box #label_blk_state_type li {
    width: 50%;
  }
  .world_line #chartdiv {
    height: 400px !important;
  }

  /* 로그인 */
  .login_area {
    width: 100%;
  }
  .login_area .login_tit h4 {
    font-size: 26px;
  }
  .login_area .login_tit span {
    font-size: 13px;
  }
  .login_box .btn_login {
    font-size: 16px;
  }
  .login_btn_area {
    padding-top: 0;
  }
  .login_btn_area li a {
    font-size: 14px;
  }
  .member_box {
    width: 100%;
    padding: 50px 0 30px 0;
  }
  .mem_tit_area {
    font-size: 13px;
  }
  .mem_tit_area p {
    word-break: break-all;
  }
  .mem_tit_area .mem_tit {
    font-size: 20px;
  }

  /* 사전진단 서비스 결과조회 */
  .result_top_in .r_btn {
    top: 0;
  }
  .result_top .r_info {
    margin-top: 20px;
  }
  .result_box .r_graph {
    height: 630px;
    padding: 25px;
  }
  .r_graph .graph_box.g_box01 p {
    font-size: 24px;
  }
  .r_graph .graph_box.g_box01 span {
    font-size: 14px;
    padding-bottom: 0;
  }
  .r_graph .graph_box.g_box01 div {
    padding: 15px 10px 10px 10px;
    border-radius: 10px;
  }
  .r_graph .graph_box .r_graph_area {
    top: -280px;
    right: 50%;
    margin-right: -145px;
  }
  .r_graph .graph_box .graph_box_in {
    width: 100%;
    margin-top: 290px;
  }
  .r_graph .graph_box .graph_box_in > p {
    font-size: 16px;
  }
  .r_graph .g_box_tit {
    font-size: 18px;
  }
  .r_graph .g_box_txt {
    font-size: 14px;
  }

  .result_box .r_state {
    padding: 20px;
  }
  .r_state .state_box .state_tit p {
    font-size: 15px;
  }
  .result_box h4.head_type5 {
    font-size: 16px;
  }
  .result_box .search_area ul li {
    width: 100%;
  }

  /* 지원현황 */
  .support_list_wap .support_list .tit_area .head_type5 {
    font-size: 16px;
  }
  .support_list_wap .support_list .tit_area .num {
    font-size: 13px;
  }
  .nation::before {
    width: 23px;
    height: 23px;
  }
  .tab_list li.on a span.nation {
    padding-left: 30px;
  }

  /* 만족도 등록 */
  .survey_top::before {
    display: none;
  }
  .survey_top .box {
    font-size: 13px;
  }
  .survey_top .survey_top_in {
    padding: 20px;
  }
  .survey_top .survey_top_in .tit {
    width: 100%;
  }
  .survey_top .contact li span {
    font-size: 13px;
    margin-bottom: 3px;
  }

  .graph_wrap .graph_area.type2 {
    height: 700px;
  }
  .graph_wrap .graph_area {
    padding: 30px;
  }
}
