.ifs_map {
  display: block;
}
.new_area{
    width: 270px;
    font-size: 0;
    float: right;
    /*margin-right: 10%;*/
    /*margin-bottom: 20px;*/
    margin-right: 5px;
}
.new_area * {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  vertical-align: middle;
}
.new_area > div {
  display: inline-block;
  position: relative;
}
.new_area > div:after{
  	content:"";
  	position:absolute;
  	right:15px;
  	top:50%;
  	width:11px;
  	height:8px;
  	margin-top:-4px;
  	background:url(../image/arrow_down03.png);
  	pointer-events: none;
}
.new_area select{
  background : #eef2f7;
  border-radius: 5px;
  border: 0;
  width: 190px;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  font-size: 18px;
}
.new_area button{
  background: #ffc600;
  color: #000000;
  margin-left: 10px;
  border-radius: 5px;
  border: 0;
  height: 40px;
  line-height: 40px;
  width: 70px;
  font-size: 18px;
}
.left-fluid1{
  margin-top: 5px;
  width: 410px;
  float: left;
}
.right-fluid1{
  float: left;
  width: calc(100% - 410px);
  margin-top: 5px;
  padding-left: 20px;
}
.subp01 .cont-box02 .left-fluid1 > .tit {
    padding-left: 15px;
    position: relative;
    font-size: 22px;
    font-weight: 700;
    margin-top: 5px;
}
.subp01 .cont-box02 .left-fluid1 > .tit:after {
    width: 7px;
    height: 7px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    background: #000;
}
.subp01 .cont-box02 .left-fluid1 img {
    margin-top: 10px;
}
.subp01 .cont-box02 .right-fluid1 > .tit {
    padding-left: 15px;
    position: relative;
    font-size: 22px;
    font-weight: 700;
    margin-top: 5px;
}
.subp01 .cont-box02 .right-fluid1 > .tit:after {
    width: 7px;
    height: 7px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    background: #000;
}
.cw_txt {
    font-size: 18px;
    margin-left: 10px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 30px;
    line-height: 200%;
    background-color: #ffffff;
}
.hw_txt {
    font-size: 18px;
    margin-left: 10px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 30px;
    line-height: 200%;
    background-color: #ffffff;
}
.secondLine{
  margin-left: 67px;
}
.ifs_reaction_content{
  position: relative;
  margin-top: 10px;
  width: 90%;
}
.ifs_reaction-tab{
  position: relative;
  margin-top: 10px;
  width: 90%;
}
.ifs_reaction-tab > .tit {
    position: relative;
    margin-bottom: 5px;
    margin-right: 60px;
    padding: 10px 0;
    font-size: 36px;
    color: #000;
    font-weight: 700;
    display: inline-block;
}
.ifs_reaction-tab > div{
  display: inline-block;
}
.ifs_reaction-tab > div > button{
  margin-top: 5px;
  font-size: 16px;
  padding: 5px 10px;
  /*margin: 0 10px;*/
  margin: 0 9px;
}
.ifs_reaction-tab > div > button:focus{
	box-shadow:none;
}
.ifs_reaction-tab .on {
  color: #009ae1;
  font-weight: 800;
}
.ifs_reaction-tab .off{
  color : #000;
  font-weight: 500;
}

.ifs_reaction-tab > div:first-child > button{
  overflow: visible;
  padding-left: 0;
  margin-left: 0;
}
.cw_tit{
  font-size: 30px;
  font-weight: 400;
}
.hw_tit{
  font-size: 30px;
  font-weight: 400;
}
.left-table {
  display: inline-block;
  margin-top : 5px;
  margin-left : 40px;
  width : 35%;
  height: 225px;
  border: 0px;
  border-top: 2px solid #444444;
  border-bottom: 2px solid #444444;
  border-right: 1px solid #cdd1ce;
}
.left-table td{
  width: 10%;
  font-size: 16px;
  border: 0px;
  border-bottom: 1px solid #cdd1ce; 
  border-left: 1px solid #cdd1ce;
  text-align: center;
  height: 40%;
  padding: 5px 5px 5px 5px;
}
.left-table td img{
  width: 60%;
}
.right-table{
  margin-top : 5px;
  margin-left: -5px;
  display: inline-block;
  height: 225px;
  width: 21%;
  border: 0px;
  border-top: 2px solid #444444;
  border-bottom: 2px solid #444444;
}
.right-table td{
  width: 10%;
  font-size: 14px;
  text-align: center;
  height: 40%;
  border: 0px;
  border-right: 1px solid #cdd1ce;
  border-bottom: 1px solid #cdd1ce;
  padding: 5px 5px 5px 5px;
}
.right-table td img{
  width: 60%;
}
.concern{
  color: #50a0be;
}
.notice{
  color : #fdd232;
}
.warn{
  color: #e66025;
}
.danger{
  color: #b8191f;
}
.ifs-table-head{
  font-size: 20px;
  font-weight: 700;
  margin-left: 50px;
  margin-top: 20px;
  margin-bottom: 5px;
}
.show_table{
  display: block;
}
.hide_table{
  display: none;
}
.full-table{
  margin-top : 5px;
  margin-left : 50px;
  table-layout : fixed;
  width: calc(90%);
  height: 225px;
  border-bottom: 1px solid #b8bdc2;
  border-top: 2px solid #444444;
  text-align: center;
}
.blank_td{
  background-color : #b8bdc2;
}
.full-table td img{
  width: 72px;
}
.td_border{
  border-bottom : 1px solid #cdd1ce;
}
.td_border2{
  border-left: 1px solid #cdd1ce;
  border-bottom : 1px solid #cdd1ce;
}
.show_table{
    display: block;
    width: 100%;
  }


.tit_sub1{
  font-size: 20px;
  margin-left: 30px;
}
.cw_txt2 {
    font-size: 18px;
    margin-left: 40px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 30px;
    line-height: 200%;
    background-color: #ffffff;
}
.ifs_main1{
  overflow: hidden;
  width: 100%;
}
.more_btn{
    /*display: inline-block;*/
    /*float: right;*/
    /*margin-right: 10px;*/
    /*font-size: 18px;*/
    /*margin-top: 15px;*/
    position:absolute;
    top: 6px;
    right:10px;
    font-size:18px;
}
.more_btn2{
    float: right;
    margin-right: 10px;
    font-size: 16px;
}
.more_btn_imp{
    display: inline-block;
    float: right;
    margin-right: 10px;
    /*font-size: 18px;*/
    margin-top: 15px;
    /*position:absolute;*/
    top: 16px;
    right:10px;
    font-size:18px;
}
.back_btn{
  display : inline-block;
  float: left;
  top: 15px;
  margin-left: 50px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  
  background-color: #34ebb1;
}
.td_first{
  border-left: 1px solid #cdd1ce;
}

.imp_ref {padding: 30px 30px 15px 30px;}
.imp_ref p{font-size: 15px; line-height: 24px;}
.none_cont {background-color: #eef2f7bb; }

/* 이미지 아래 범주 div태그 */
#cate_colorchart{
  padding: 20px 0px 20px 0px; 
  text-align: end;
}

/* 이미지 아래 범주 span태그 */
.colorChart{
  display:inline-block; 
  width:20%;
}

@media screen and (max-width: 1100px) {
	.hw_txt {font-size: 13px;}
	.hw_tit {font-size: 17px; margin-top: 0px;}
}

@media screen and (max-width: 960px){

  .left-table{ display: block; width: 90%; }
  .right-table{ display: block; width: 90%;margin-left:40px;margin-top:-5px; } 
  .left-fluid1{
    margin-top: 10px;
    margin-left: 50px;
    width: auto;
    text-align : center;
    float: left;
  }
  .left-fluid1 img{
    width: 100%;
    margin-bottom: 17px;
  }
  .right-fluid1 {
      float: left;
      width: 100%;
      margin-top: 5px;
      /*padding-left: 20px;*/
      padding-left: 0px;
  }
  
  #cate_colorchart{padding: 0px 0px 20px 0px;}
  .colorChart{width: 22%;}
  
 .full-table{
   /*display: block;*/
   width: 960px;
   overflow: scroll;
   height: 190px;
 }
 #manual_1{
   display: block;
   height: 950px;
   overflow: scroll;
 }
 
 .tit_sub1 { font-size: 14px;  margin-left: 8px;}
 
 .cw_txt2 {
    font-size: 14px;
    margin-left: 8px;
    padding-left: 15px;
    margin-top: 0px;
    margin-bottom: 13px;
    line-height: 160%;
  }
  .ifs-table-head{
	  font-size: 17px;
	  margin-left: 20px;
	}
  .more_btn_imp{
    margin-top: 23px;
}
.ifs_reaction-tab > div > button{
  	margin-top: 5px;
    font-size: 13px;
    padding: 5px 5px;
    margin: 0px 5px;

}
}

@media screen and (max-width: 530px){
	.more_btn_imp{margin-top: 0px;}
	.more_btn2{font-size: 14px;}
}

.over-scroll_2c{
   display: block;
   width: 100%;
   overflow-x: auto;
   -webkit-overflow-scrolling: touch;
   -ms-overflow-style: -ms-autohiding-scrollbar;
}
