
/* 서브공통 */
/* 텍스트색상 */
.purple{
  color: #6f0d6c;
}


 

.blue1{
  color: #279588;
}

.blue2{
  color: #0095da;
}

.blue3{
  color: #004182;
}
.blue4{
  color: #00889c;
}
.pink1{
  color: #ee675e;
}
.fff{
  color: #fff;
}
/* 백그라운드색상 */
 

.bg_blue1{
  background: #afdbd0;
}

.bg_blue2{
  background: #0095da;
}
 
.bg_blue4{
  background: #00889c;
}
.bg_pink1{
  background: #ee675e;
}

 .bg_blue3{
  background: #004182;
}

 .bg_purple{
  background: #8b3b80;
}

 .bg_purple2{
  background: #2c5697;
}
/*  */
.sub_main_wrap{
  width: 100%;
  height: 300px;
}
/* 마진 */
.mt10{
  margin-top: 10px;
}
.mt50{
  margin-top: 50px;
}
.mt100{
  margin-top: 100px;
}
.mr20{
  margin-right: 20px;
}
.pr20{
  padding-right: 20px;
}
.p150{
  padding: 150px 0;
}
/* 서브메인이미지 */

.sub01_00_main{
  width: 100%;
  height: 100%;
  background: url(../img/sub/sub01_00main.jpg) no-repeat center /cover;
}

.sub01_01_main{
  width: 100%;
  height: 100%;
  background: url(../img/sub/sub01_01main.jpg) no-repeat center /cover;
}


.sub02_01_main{
  width: 100%;
  height: 100%;
  background: url(../img/sub/sub02_01main.jpg) no-repeat center /cover;
}

.sub02_02_main{
  width: 100%;
  height: 100%;
  background: url(../img/sub/sub02_02main.jpg) no-repeat center /cover;
}

.sub02_03_main{
  width: 100%;
  height: 100%;
  background: url(../img/sub/sub02_03main.jpg) no-repeat center /cover;
}
.sub02_04_main{
  width: 100%;
  height: 100%;
  background: url(../img/sub/sub02_04main.jpg) no-repeat center /cover;
}
.sub03_01_main{
  width: 100%;
  height: 100%;
  background: url(../img/sub/sub03_01main.jpg) no-repeat center /cover;
}
.sub03_02_main{
  width: 100%;
  height: 100%;
  background: url(../img/sub/sub03_02main.jpg) no-repeat center /cover;
}
/*  */

.sub_content_wrap{
  max-width: 1200px;
  margin: 0 auto 200px;
}

.sub_content_nav{
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #bbb;
}
.sub_content_nav>h6{
  font-size: 0.9rem;
}
.sub_content_nav>p{
  font-size: 0.9rem;
}
.sub_content{
  width: 90%;
  margin: auto;
}

.sub_tit{
  text-align: center;
  font-size: 2rem;
  line-height: 2.5rem;
}
.content_p{
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.5rem;
  text-align: justify;
}
.content_subtit{
  font-size: 1rem;
}
.content_subtit>span{
  display: inline-block;
  padding: 10px;
  color: #fff;
  border-radius: 50px;
  margin-top: 50px;
}
.content_h3{
  margin-top: 20px;
}
.content_h3>span{
  color: #fff;
  font-size: 0.9rem;
  padding: 3px 10px;
  border-radius: 50px;
  font-weight: 400;
}
/* 컨텐츠 이미지 */
.content_oneimg{
  margin: 30px auto 0;
  width: 50%;
  text-align: center;
}
.content_oneimg>img{
  object-fit: contain;
}
.img_txt{
  font-size: 0.7rem;
  color: #555;
  margin-top: 10px;
  text-align: center;
}
.content_twoimg{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.content_twoimg>li{
  width: 50%;
  margin-top: 20px;
}
.content_twoimg>li>img{
  width: 100%;
}
.profile_wrap{
  margin-top: 200px;
}
.profile{
  display: flex;
  justify-content: space-between;
}
.ceo_name{
  font-size: 0.9rem;
  text-align: center;
  margin-top: 10px;
}
.profile>li>h4{
  font-size: 1rem;
  border-bottom: 1px solid #aaa;
  padding-bottom: 20px;
}
.profile_p{
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1.2rem;
}
.profile_table td{
  font-size: 0.85rem;
  vertical-align: top;
  font-weight: 300;
  padding-bottom: 10px;
}
.profile_table td:nth-child(1){
  text-align: right;
  padding-right: 20px;
}
/* sub_table */
.sub_table table{
  width: 100%;
  border-collapse:collapse;
  border: 1px solid #ddd;
}
.sub_table table td{
  padding: 20px 10px;
  border-bottom: 1px solid #ddd;
  font-size: 0.9rem;
}
.sub_table table td:first-child{
  border-right: 1px solid #ddd;
  text-align: center;
}
.sub_pdf_bt{
  text-align: center;
  margin-top: 30px;
}
.sub_pdf_bt>a{
  background-color: #31416f;
  font-size: 0.9rem;
  padding: 8px 20px;
  border-radius: 50px;
  color: #fff;
}
.sub_pdf_bt>a:hover{
  background-color: #5e71ab;
}
.table2{
  width: 100%;
  font-size: 0.9rem;
  line-height: 1.2rem;
  text-align: center;
  border-collapse:collapse;
}
.table2 th , td{
  padding: 10px;
}
.table2 td{
  border-bottom: 1px solid  #00889c;
  border-right: 1px solid  #00889c;
}
.table2 td:last-child{
  border-right: none;
}
.m_img{
  display: none;
}
.icon_wrap{
  display: flex;
  margin-top: 20px;
}
.icon_flex{
  display: flex;
  align-items: center;
}
.icon_flex>li{
 padding-right:10px;
 font-size: 0.8rem;
}
.icon_flex>li>img{
  width: 40px;
}
@media (max-width:1199.98px){
  .sub_content_wrap{
    width: 90%;
    margin: 0 auto 100px;
  }
  .sub_content{
    width: 100%;
  }


}
@media (max-width:767.98px){
  .sub_tit{
    font-size: 1.5rem; 
    line-height: 2rem;
  }
  .p150{
    padding: 80px 0;
  }
  .content_oneimg{
    width: 100%;
  }
  .content_oneimg>img{
    width: 100%;
  }
  .content_twoimg{
    flex-direction: column;
  }
  .content_twoimg>li{
    width: 100%;
  }
  .mt100{
    margin-top: 50px;
  }
  .sub_table table td ,.table2{
    font-size: 0.75rem;
  }
  .pc_img{
    display: none;
  }
  .m_img{
    display: block;
  }
  .profile{
    flex-direction: column;
  }
  .profile>li>img{
    width: 100%;
  }
  .profile_wrap {
    margin-top: 100px;
}
}