

.cyber_main_bn_area{
  width:100%;
}

.cyber_main_bn_area img{
  width: 100%;
  margin: 30px 0 0 0;
}


.blue_h3_title {
    padding: 0 0 5px;
    color: #0078c7;
    border-left: 5px solid #0078c7;
    margin-bottom: 10px;
    font-size: 29px;
    color: #062f62;
    margin-top: 55px;
    border-bottom: 1px dotted #cccccc;
}


.blue_h3_title h3 {
    margin: 1px 0;
    font-size: 32px;
    color: #062f62;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 15px 5px 20px;
}


.gr14-file-gr {
    font-size: 16px;
    line-height: 16pt;
    color: #666666;
    font-weight: normal;
}


.contents_1{
	margin: 35px auto 0;
}



.view_details{
    text-align:left;
    font-size: 18px;
    padding-top: 0;
}

.view_details span{
    color:#f98d00;
    text-align:left;
}



.cyber_text{
	font-size: 17px;
	font-weight: normal;
	letter-spacing:-0.3pt;
}

.layout-multiple-tit {
    display: flex;
    justify-content: space-between;
		margin-bottom:30px;
}

.contents-banner-area {
    width: 32%;
    border: 1px solid #dcdcdc;
}



.banner-post-img {
    text-align: center;
    margin: 0px 0 0 0;
}

.banner_title {
    padding: 0 10px;
    color: #2D6EB5;
    text-align: left;
    font-size: 15px;
}

.cyber_DB_ul {
    font-size: 20px;
    padding: 25px 25px 15px 40px;
    text-indent: -17px;
    background: #F9F8F5;
    border: #F4F2EC solid 1px;
    margin: 20px 0px 10px 0;
}


.cyber_DB_ul li{
	padding-bottom: 10px;
}



.cyber_ul li{
  text-indent: -20px;
  padding-left:20px;
  padding-bottom:5px;
  font-size:18px;
}


.faq li.q {
    border-bottom: 1px dotted #bdd2e8;
    cursor: pointer;
    background: #FFFFFF;
    position: relative;
    font-size: 19px;
    text-indent: -20px;
padding-left: 59px;
}

.faq li {
  padding: 20px 20px 25px;
}

li.q:before {
    content: " Q ";
    display: inline-block;
    padding: 0px 18px 0px 0;
    font-weight: bold;
    font-size: 29px;
    color: #3d94ec;
    font-family: system-ui;
    margin: 0;
}

li.q:after {
    content: "▼";
    display: inline-block;
    padding: 0px 18px 0px 0;
    font-weight: bold;
    font-size: 29px;
    font-family: system-ui;
    margin: 0;
    color: #AEC0D0;
    font-size: 12px;
    position: absolute;
    right: 9px;
    top: 30px;
}

li.a:before {
    content: " A ";
    display: inline-block;
    padding: 0px 10px 0px 0;
    font-weight: bold;
    font-size: 29px;
    color: #f57c00;
    font-family: system-ui;
    margin: 0;
}

.faq li.a {
    display: none;
    color: #666;
    text-indent: -19px;
    padding-left: 60px;
    background-color: #f3fbff;
    margin-bottom: 3px;
    font-size: 19px;
}

li.faq_title {
  padding: 3px 17px 3px;
  font-size: 29px;
  border-left: 4px solid #4C8FDA;
  margin-top: 35px;
  color: #424242;
  font-weight: bold;
  border-bottom: 1px dotted#d3d3d4;
}


#mv-new-workstyle {
	width: 100%;
    position: relative;
    height: 171px;
    /* margin-top: 80px; */
    background: rgba(0,0,0,0.50);
    position: relative;
	top: 73%;

}

h1.fs32 {
    font-size: 45px;
    font-weight: 700;
    line-height: 38px;
    color: #ffffff;
    text-shadow: 1px 1px 2px #000;
    text-align: center;
	height: 26px;
	letter-spacing:-0.3pt;
}

.subtitle-workstyle {
    font-size: 23px;
    color: #e7e7e7;
    text-align: center;
    font-weight: normal;
    line-height: 21pt;
}


.cyber_risk_txt_h4 {
    font-size: 25px;
    color: #666666;
    font-weight: normal;
    margin: 0;
    text-align: left;
    padding: 8px 0 0 0;
    line-height: 32px;
}


.txt_h4_p{
  font-size: 18px;
  padding-left: 26px;
  margin-top: 10px;
}


.contents_h3_p {
  font-size: 20px;
  padding: 3px 2px 10px;
  line-height: 1.5;
  text-align: left;
}


.browser {
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    border: 1px solid #EBECED;
    padding: 20px 10px 18px 20px;
    background-color: #FBFBFB;
    margin: 10px 4px 10px 4px;
}

.table_con_ul li {
    text-indent: -18px;
    padding-left: 17px;
}

.browser li {
    padding-bottom: 7px;
}


.cyber_table{
  width:100%;
  background: #cbcdd1;
  margin-bottom:3px;
  margin-top: 20px;
  font-size: 20px;
}


.cyber_table td {
    padding: 15px;
    text-align: center;
}


.compen_contents{
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.compen_details_left{
  width:30%;
}

.compen_details_right{
  width:69%;
}




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

  .cyber_main_bn_area img{
    margin: 17px 0 0 0;
  }


  .blue_h3_title {
    margin-top: 40px;
    padding: 2px 14px 7px;
  }

  .blue_h3_title h3 {
      font-size: 24px;
      padding:0;
  }

  .contents_h3_p {
    font-size: 17px;
    padding: 3px 2px 0;
    line-height: 24px;
}


.browser {
  font-size: 17px;
  padding: 18px 20px 10px 20px;
  line-height: 1.44;
}

.compen_contents {
    flex-direction: column;
}

.compen_details_left {
  width: 55%;
  text-align: center;
  margin: 0 auto;
}

.compen_details_right {
    width: 100%;
}

h4.cyber_risk_txt_h4 {
    font-size: 20px;
    text-indent: -20px;
    padding-left: 20px;
    line-height: 1.4;
}

.txt_h4_p{
      padding: 0 6px 0 23px;
      font-size:15px;
      line-height: 1.4;
}


.cyber_table td{
      padding: 10px;
}


.cyber_text {
    font-size: 15px;
    font-weight: normal;
    letter-spacing: -0.3pt;
}

.gr14-file-gr{
  font-size:15px;
}

.view_details{
      padding-top: 12px;
      font-size: 17px;
      position: relative;
      padding-left: 25px;
}

.view_details span {
    color: #f98d00;
    text-align: left;
    font-size: 12px;
    position: absolute;
    top: 15px;
    left: 6px;
}


.faq li.q{
  font-size: 16px;
  text-indent: -15px;
  padding-left: 30px;
  width: 100%;
  padding-right: 30px;
  line-height: 1.4;
}

.faq li {
    padding: 12px 0 17px;
}

li.q:before {
    padding: 0px 12px 0px 0;
    font-size: 22px;

}

li.a:before {
    padding: 0px 6px 0px 0;
    font-size: 22px;
}



li.q:after {
    right: -8px;
    top: 24px;
}

.faq li.a {
    font-size: 16px;
    text-indent: -13px;
    padding-left: 40px;
    padding-right: 29px;
    line-height: 1.44;
}

.gr14-file-gr {
    font-size: 11px;
}




}
