
/* 서브공통 */
/* 텍스트색상 */

/*퀵배너*/
#quick {display:block; position:absolute;/*앱솔루트 중요*/ top:32vh; right:10px; width:15px;}
#quick>img {}
.boxon{font-size: 16px;height:auto; background-color : rgb(216,230,233); opacity : 0.8; border: 1px solid #BBBBBB; border-radius: 10px 0px 0px 10px; padding: 5px 0px 5px 5px; margin:0px -15px 0px 0px}
.boxoff{font-size: 16px;height:auto; background-color : rgb(255,255,255); opacity : 0.8; border: 1px solid #BBBBBB; border-radius: 10px 0px 0px 10px; padding: 5px 0px 5px 5px; margin:0px -15px 0px 0px}

.purple{
  color: #6f0d6c;
}
.purple1{
  color: #c03e4a;
}
.purple1_bg{
  color: #c03e4a;
  text-decoration: underline;
}
.purple2{
  color: #966880;
}
.purple2_bg{
  color: #966880;
  text-decoration: underline;
}
.purple4{
  color: #696589;
}
.purple5{
  color: #7a6079;
}
.blue1{
  color: #279588;
}
.blue2{
  color: #0095da;
}
.blue2_bg{
  color: #0095da;
  text-decoration: underline;
}
.blue3{
  color: #004182;
}
.blue4{
  color: #377891;
}
.blue5{
  color: #014081;
}
.blue6{
  color: #349a8e;
}
.blue7{
  color: #87a9d7;
}
.pink1{
  color: #ee675e;
}
.fff{
  color: #fff;
}
.green{
  color: #008c3f;
}
.green2{
  color: #008695;
}
.green3{
  color: #2a728b;
}
.green3_bg{
  color: #349a8e;
  text-decoration: underline;
}
.brown{
  color: #a97f5a;
}

.orange{
  color: #e9b467;
}

/* 백그라운드색상 */
 

.bg_blue1{
  background: #afdbd0;
}

.bg_blue2{
  background: #0095da;
}
 
.bg_blue4{
  background: #377891;
}

.bg_blue5{
  background: #c1e0f4;
}

.bg_pink1{
  background: #ee675e;
}

 .bg_blue3{
  background: #004182;
}

 .bg_purple{
  background: #8b3b80;
}
 .bg_purple1{
  background: #c03e4a;
    margin-right: 10px;
}
 .bg_purple2{
  background: #966880;
}
 .bg_purple3{
  background: #9e7eb9;
}
 .bg_purple4{
  background:#696589;
}
 .bg_purple5{
  background:#7a6079;
}
 .bg_green{
  background: #006231;
}
 .bg_green2{
  background: #008695;
}
.bg_green3{
  background: #d0e0dd;
}
 .bg_brown{
  background: #a97f5a;
}
 .bg_orange{
  background: #e9b467;
}
/*글자 굵기*/
.weight300{
  font-weight: 300;
}
.weight400{
  font-weight: 400;
}
.weight500{
  font-weight: 500;
}
/*  */
.sub_main_wrap{
  width: 100%;
  height: 300px;
}
/* 마진 */
.mt10{
  margin-top: 10px;
}
.mt20{
  margin-top: 20px;
}
.mt30{
  margin-top: 30px;
}
.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;
}

/* 2단 레이아웃*/
#col {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}

.sub_content{
  width: 90%;
  margin: auto;
}
.sup{
  vertical-align: super;
  font-size: 0.5em;
}

.sub_tit{
  text-align: center;
  font-size: 2rem;
  line-height: 3rem;
}
.sub_tit > span{
  text-align: center;
  font-size: 1rem;
  line-height: 2rem;
}
/*기사바로가기*/
.link_bt{
  display: inline-block; 
  float: right;
}
.link_bt>button{
  border: none;
  padding: 4px 12px;
  margin: 0px 0px 10px 0px;  
  cursor: pointer;
  border-radius: 30px;
  font-size: 0.8rem;
  background-color: #eebd9f;
  color: #d22248;
  font-weight: 400;
  transition: 0.3s;
}
.main_bt>button>a{
  color: #fff;
}

.link_bt>button:hover{
  background-color: #d22248;
  color: #FFFFFF;
}
.link_bt>button:hover>a{
  color: #FFFFFF;
}

.content_p{
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.5rem;
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 10px;
}
.content_p > b {
  font-weight: 500;
}
.content_p > sup {
  font-size: 0.6rem;
}
.content_ps{
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1.5rem;
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 10px;
}
.content_box{
  margin-top: 20px;
  margin-bottom: 20px;
}
.content_box>span{
  font-size: 1.2rem;
  padding: 3px 10px;
  border-radius: 0px;
  font-weight: 600;
  background-color: #e0eefb;
}
.content_box2{
  margin-top: 20px;
  margin-bottom: 20px;
}
.content_box2>span{
  color: #fff;
  font-size: 1.0rem;
  padding: 3px 10px;
  border-radius: 0px;
  font-weight: 600;
  background-color: #9e7eb9;
}

.content_box3{
  padding: 10px;
  border: 1px solid #9e7eb9;
  margin-top: 0px;
  margin-bottom: 0px;
}

.content_box4{
  margin-top: 20px;
  margin-bottom: 20px;
}
.content_box4>span{
  color: #fff;
  font-size: 1.0rem;
  padding: 3px 10px;
  border-radius: 0px;
  font-weight: 600;
  background-color: #618dca;
}

.content_box5{
  margin-top: 20px;
  margin-bottom: 20px;
}
.content_box5>span{
  color: #fff;
  font-size: 1.2rem;
  padding: 3px 10px;
  border-radius: 0px;
  font-weight: 600;
  background-color: #377891;
}

.content_box5_dot{
  width:85%;
  margin: 0 auto;
  padding: 5px 10px;
  border: 1px dotted #618dca;
  margin-top: 10px;
  margin-bottom: 10px;
}
.content_box5_line{
  width:85%;
  margin: 0 auto;
  padding: 5px 10px;
  border: 1px solid #618dca;
  margin-top: 10px;
  margin-bottom: 10px;
}
.content_b{
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-align: justify;
}
.content_subtit{
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-top: 30px;
  margin-bottom: 10px;
}
.content_subtit_bg{
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5rem;
  padding: 3px 10px;
  margin-top: 30px;
  margin-bottom: 10px;
  background-color: #2a728b;
}
.content_subtit > span{
  display: inline-block;
  line-height: 1.5rem;
  color: #fff;
  border-radius: 30px;
  margin-top: 30px;
}
.content_subtit2{
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.5rem;
  font-size: 1rem;
}
.content_subtit2 > sup{
  font-size: 0.6rem;
}
.content_subtit3{
  margin-top: 30px;
  margin-bottom: 10px;
  line-height: 1.5rem;
  font-size: 1rem;
}
.content_subtit3>span{
  display: inline-block;
  padding: 0px;
  color: #fff;
}
.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: 100%;
  text-align: center;
}
.content_oneimg>img{
  object-fit: contain;
}
.content_imglink{
  margin: 0px auto 0;
  width: 100%;
  text-align: center;
}
.content_imglink>img{
  object-fit: contain;
  vertical-align: bottom;

}
.content_imglink>a>img{
  object-fit: contain;
  vertical-align: bottom;
}
.img_txt{
  font-size: 0.7rem;
  color: #555;
  line-height: 1.2rem;
  margin-top: 10px;
  text-align: center;
}
.img_txt2{
  font-size: 0.6rem;
  color: #555;
  line-height: 1rem;
  margin-top: 10px;
  text-align: left;
}
.img_txt3{
  font-size: 0.8rem;
  color: #555;
  line-height: 1.2rem;
  margin-top: 10px;
  text-align: left;
}
.img_txt4{
  font-size: 0.6rem;
  color: #555;
  line-height: 1rem;
  margin-top: 10px;
  text-align: right;
}
.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%;
}
.content_twoimg>li>span{
  font-size: 0.9rem;
  font-weight: 300;
  background-color:#b38081;
  color:#FFFFFF;
  padding:0px 5px 3px 5px;
}
.content_twoimg>li>span>sup{
  font-size: 0.5rem;
}

.content_1img{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.content_1img>li{
  width: 50%;
  margin-top: 20px;
}
.content_1img>li>img{
  width: 100%;
}
.content_1img>li>span{
  font-size: 0.9rem;
  font-weight: 300;
  background-color:#b38081;
  color:#FFFFFF;
  padding:0px 5px 3px 5px;
}
.content_1img>li>span>sup{
  font-size: 0.5rem;
}

.content_1_1img{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.content_1_1img>li{
  width: 100%;
  margin-top: 20px;
}
.content_1_1img>li>img{
  width: 100%;
}
.content_1_1img>li>span{
  font-size: 0.9rem;
  font-weight: 300;
  background-color:#b38081;
  color:#FFFFFF;
  padding:0px 5px 3px 5px;
}
.content_1_1img>li>span>sup{
  font-size: 0.5rem;
}

.content_2img{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.content_2img>li{
  width: 50%;
  margin-top: 20px;
}
.content_2img>li>img{
  width: 100%;
}

.content_2p{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.content_2p>li{
  margin-top: 0px;
}
.content_2p>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;
  line-height: 1.6rem;
}
.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.6rem;
}
.profile_p2{
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1.2rem;
}
.profile_table td{
  font-size: 0.85rem;
  vertical-align: top;
  font-weight: 300;
  line-height: 1.2rem;
  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: #006231;
  font-size: 0.9rem;
  padding: 8px 20px;
  border-radius: 50px;
  color: #fff;
}
.sub_pdf_bt>a:hover{
  background-color: #84b393;
}
.sub_pdf2_bt{
  text-align: center;
  margin-top: 30px;
}
.sub_pdf2_bt>a{
  background-color: #e9b467;
  font-size: 0.9rem;
  padding: 8px 20px;
  border-radius: 50px;
  color: #fff;
}
.sub_pdf2_bt>a:hover{
  background-color: #d38b1f;
}
.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;
}
.table3{
  width: 100%;
  font-size: 0.9rem;
  line-height: 1.2rem;
  text-align: center;
  border-collapse:collapse;
}
.table3 th , td{
  padding: 10px;
}
.table3 td{
  border-bottom: 1px solid  #a97f5a;
  border-right: 1px solid  #a97f5a;
}
.table3 td:last-child{
  border-right: none;
}
.table4{
  width: 100%;
  font-size: 0.9rem;
  line-height: 1.2rem;
  text-align: center;
  border-collapse:collapse;
}
.table4 th , td{
  padding: 10px;
}
.table4 td{
  border-bottom: 1px solid  #006231;
  border-right: 1px solid #006231;
}
.table4 td:last-child{
  border-right: none;
}

.table5{
  width: 100%;
  font-size: 0.9rem;
  line-height: 1.2rem;
  text-align: center;
  border-collapse:collapse;
}
.table5 th , td{
  padding: 10px;
}
.table5 td{
  border-bottom: 1px solid  #377891;
  border-right: 1px solid #377891;
}
.table5 td:last-child{
  border-right: none;
}

.table6{
  width: 100%;
  font-size: 0.9rem;
  line-height: 1.2rem;
  text-align: center;
  border-collapse:collapse;
}
.table6 th , td{
  padding: 10px;
}
.table6 td{
  border-bottom: 1px solid  #e9b467;
  border-right: 1px solid #e9b467;
}
.table6 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;
}
.topbtn {width:100%;text-align:center;padding:50px 0 0 0;}
.topbtn img {border:0;}

.inner{position: relative; display: block; padding :15px; background-color: rgba(78, 196, 189, 0.1);}
.pl200 {padding-left: 200px !important;}
.blockquote01 dt span {	color:#eb5070;	margin: 0px 10px 0 5px;}


@media (max-width:1199.98px){
  .sub_content_wrap{
    width: 90%;
    margin: 0 auto 100px;
  }
  .sub_content{
    width: 100%;
  }
  .content_oneimg{
    width: 100%;
  }
  .content_oneimg>img{
    width: 100%;
  }

}

@media (max-width:767.98px){
  .sub_tit{
    font-size: 1.5rem; 
    line-height: 2.5rem;
  }
  .sub_tit_s{
    font-size: 1.1rem; 
    line-height: 2rem;
    color: #6D6E71;
  }
  .p150{
    padding: 80px 0;
  }
  .content_img{
    width: 100%;
  }
  .content_img>img{
    width: 100%;
  }
  .content_oneimg{
    width: 100%;
  }
  .content_oneimg>img{
    width: 100%;
  }
  .content_twoimg{
    flex-direction: column;
  }
  .content_twoimg>li{
    width: 100%;
  }
    .content_1img{
    flex-direction: column;
  }
  .content_1img>li{
    width: 100%;
  }
    .content_1img>li>img{
    width: 100%;
  }
    .content_2img{
    flex-direction: column;
  }
  .content_2img>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;
  }
  .sub_content_nav2{
    flex-direction: column;
  }
  .sub_content_nav2>li{
    width: 100%;
  }
  .sub_content_nav2>li>p{
    font-size: 0.8rem;
  }

  .content_t{
  text-align: justify;
  font-size: 1.0rem;
  font-weight: 400;
  line-height: 1.5rem;
  }
  .main_video{
  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_oneimg>a>img{
    width: 100%;
  }
  .content_imglink{
  width: 100%;
}
.content_imglink>img{
    width: 100%;
}
.content_imglink>a>img{
    width: 100%;
}
  .content_twoimg{
    width: 100%;
  }
  .content_twoimg>img{
    width: 100%;
  }
  .content_twoimg>li{
    width: 100%;
  }
  .content_twoimg>img{
    width: 100%;
  }
  .content_twoimg>li>span{
  font-size: 0.6rem;
  font-weight: 300;
  background-color:#b38081;
  color:#FFFFFF;
  padding:0px 5px 3px 5px;
}
.content_twoimg>li>span>sup{
  font-size: 0.3rem;
}
  .content_2img{
    flex-direction: column;
  }
  .content_2img>li{
    width: 100%;
  }
  .content_2p{
    flex-direction: column;
  }
  .content_2p>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;
}
}
*/