
input[type=text], input[type=search], input[type=password]{border: 1px solid #ddd;
  border-radius: 0 !important; height: 46px;}
.select_wrap select{height: 46px; min-width: 234px; border: 1px solid #ddd; padding-left: 20px;
font-size: 16px; color: #444;}
.mgb_60{margin-bottom: 60px;}

/*right_con*/
.sub_wrap .sub_contents .right_con{padding-left: 80px; width:calc(100% - 300px); padding-top: 20px;}
.sub_wrap .sub_contents .bread_crumbs ul{display: flex; align-items: center; flex-wrap: wrap;}
.sub_wrap .sub_contents .bread_crumbs ul li{display: flex; align-items: center;}
.sub_wrap .sub_contents .bread_crumbs ul li:after{background: url(/resources/board_img/breadCrumb_next.svg) no-repeat ; min-width: 40px; height: 40px; content: ''; display: inline-block; margin: 0 5px;}
.sub_wrap .sub_contents .bread_crumbs ul li:last-child:after{display: none;}
.sub_wrap .sub_contents .bread_crumbs ul li a{font-size: 17px;}
.sub_wrap .sub_contents .bread_crumbs ul li:first-child a{background: #535353; min-width: 34px;
  height: 34px; display: flex; align-items: center; justify-content: center; border-radius: 50%;}
.sub_wrap .sub_contents .boShc_wrap{padding: 20px 10px; background: #f7f7f7; border: 1px solid #ddd; margin-bottom: 46px;}
.sub_wrap .sub_contents .boShc_wrap form{display: flex; align-items: center;
 justify-content: center;}
.sub_wrap .sub_contents .boShc_wrap input{width: 526px; margin: 0 12px; color: #bbb;}
.sub_wrap .sub_contents .boShc_wrap .searchBtn{background: #434343; color: #fff;
 line-height: 1em; min-width: 130px; height: 46px; font-size: 18px; font-weight: bold;}

.sub_wrap .sub_contents .bo_top{margin-bottom: 17px;}
.sub_wrap .sub_contents .bo_top ul{display: flex; align-items: center;}
.sub_wrap .sub_contents .bo_top ul li{margin-right: 20px; font-size: 16px; color: #555;
line-height: 1em;}
.sub_wrap .sub_contents .bo_top ul li:last-child{margin-right: 0;}

/*board_table*/
.data_table_wrap table td span.badge {display: inline-block; padding: 6px 13px; background-color: #206487; color: #fff; border-radius: 20px; font-size: 15px;}
.data_table_wrap table td span.badge.blue {background-color: #75ac39;}

.board_wrap .pagination {display: flex; justify-content: center; flex-wrap: wrap;  align-items: center;}
.board_wrap .pagination a {color: black; float: left; padding: 8px 16px; text-decoration: none; transition: background-color 0.3s; margin: 0 2px; color: #999;}


.data_table_wrap { width: 100%; border-top: 2px solid #000;}
.data_table_wrap table {width: 100%; border-collapse: collapse; margin-bottom: 30px;}
/* .data_table_wrap table tbody tr:nth-child(-n+2) {background-color: #f8f8f8;}
.data_table_wrap table tbody tr:nth-child(-n+2) a{font-weight: 500;} */
.data_table_wrap table th{font-weight: bold; text-align: center; line-height: 1em; padding: 20px 7px;}
.data_table_wrap table td{vertical-align: middle; text-align: center; line-height: 1em; padding: 19px 7px; letter-spacing: -1px;}
.data_table_wrap table th, .data_table_wrap table td{padding: 19px 7px; border-bottom: 1px solid #d9d9d9; color: #444;}
.data_table_wrap table td.bo_tit{text-align: left; padding-left: 13px;}
.data_table_wrap table td.bo_tit .flex-expand{display: flex; flex: 1;}
.data_table_wrap table td.bo_tit .flex-expand .txt-ellip{flex: 1; width: 1px;}
.data_table_wrap table td.bo_tit .flex-expand a{display: block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; word-break: break-all; line-height: 1em; letter-spacing: -1px;}
@media (max-width: 1400px) {
  .sub_wrap .sub_contents .right_con .boShc_wrap form{display: block;}
  .sub_wrap .sub_contents .right_con .boShc_wrap input{width: 100%; margin: 10px 0;}
  .sub_wrap .sub_contents .right_con .boShc_wrap select{width: 100%;}
  .sub_wrap .sub_contents .right_con .boShc_wrap button{width: 100%;}
  .sub_wrap .boShc_wrap.twoselect select:last-child{margin-right: 0;}
}
  


@media (max-width: 1200px) {
  .sub_wrap .sub_contents .right_con{width: 100%; padding-left: 0;}
}

@media (max-width: 998px) {
}

@media (max-width: 768px) {
  .data_table_wrap .m_none{display: none;}
  .board_wrap .pagination a{padding: 8px 3px; font-size: 14px; min-width: 24px; height: 24px; display: flex; align-items: center;
  justify-content: center; padding: 0;}
}

@media (max-width: 480px) {
  
  .sub_wrap .sub_contents .sub_tit{font-size: 36px !important; line-height: 1.2em !important;}
  .sub_wrap .sub_contents .right_con .bread_crumbs{margin-bottom: 40px;}
  .sub_wrap .sub_contents .right_con .bread_crumbs ul li{margin-bottom: 8px;}
  .sub_wrap .sub_contents .right_con .bread_crumbs ul li a{font-size: 14px !important;}
}


/*프로그램 list*/
.sub_wrap .boShc_wrap.twoselect{padding: 20px 34px; border: 0; border-radius: 10px; background: #f4f4f4;} 
.sub_wrap .boShc_wrap.twoselect .select_wrap{display: flex;}
.sub_wrap .boShc_wrap.twoselect select{min-width: 174px; margin-right: 10px; background: #fff url(/resources/board_img/ico_boardSelect.png) no-repeat right 20px center; appearance: none;}
.sub_wrap .boShc_wrap.twoselect input{margin:0 10px 0 0; width: 423px; background: #fff url(/resources/board_img/btn_search02.png)no-repeat left 19px center; padding-left: 52px;}
.sub_wrap .boShc_wrap.twoselect .searchBtn{background: #3e4f7a; min-width:106px;}
.nav-pills .nav-link{background-color: #f2f2f2; border-radius: 30px; font-size: 17px; color: #222; line-height: 1em; min-width: 240px; height: 54px; padding: 0; margin-right: 20px;}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{color: #fff; background-color: #019570;}



/*프로그램 내용*/
.sub_wrap .progrom_contents{border-top: 1px solid #434343;}
.sub_wrap .progrom_contents .program_txt{width: calc(100% - 357px);}
.sub_wrap .progrom_contents .program_txt a{width: 100%; height: 100%; display: block;}
.sub_wrap .progrom_contents ul li{padding: 30px 40px; border-bottom: 1px solid #e2e2e2;
display: flex; align-items: center;}
.sub_wrap .progrom_contents .img_box{margin-right: 57px;
  width: 300px; max-width: 100%; overflow: hidden;
  position: relative; display: flex; justify-content: center;
  align-items: center; background-color: #f5f5f5;}
.sub_wrap .progrom_contents .img_box img{ width: 100%;
  height: auto; max-height: 100%; object-fit: contain;}
.sub_wrap .progrom_contents .postInfo{display: flex;
justify-content: space-between; gap: 57px;}
.sub_wrap .progrom_contents .postInfo div:first-child{ min-width: 275px;}
.sub_wrap .progrom_contents .postInfo div dl{display: flex; line-height: 1em; margin-bottom: 8px;}
.sub_wrap .progrom_contents .postInfo div dl:last-child{margin-bottom: 0;}
.sub_wrap .progrom_contents .postInfo div dl dt{min-width: 56px; margin-right: 23px;
text-align: justify;}
.sub_wrap .progrom_contents .postInfo dl dt:after{width: 100%; display: inline-block;
content: '';}
.sub_wrap .progrom_contents .postInfo div dl dd{margin: 0;}
.sub_wrap .progrom_contents h3.program_tit{font-size: 22px; color: #373e41; font-weight: 500; line-height: 1em; letter-spacing: -1px;}
.sub_wrap .progrom_contents span.type{font-weight: 500; font-size: 15px; border-radius: 20px; display: inline-block; margin: 0 0 13px 0; min-width: 78px; height: 30px; text-align: center; line-height: 30px;}
.sub_wrap .progrom_contents span.type.a{color: #fff; background: #3763d1;}
.sub_wrap .progrom_contents span.type.b{color: #c6c6c6; background: #72767f;}
.sub_wrap .progrom_contents button{
  display: inline-block; min-width: 150px;
  background: url(/resources/img/uil--external-link-alt02.svg) #3763d1 no-repeat right 20px top 17px;
  line-height: 1em; padding: 19px 0 19px 35px; font-size: 18px; font-weight: 700; color: #fff; border-radius: 5px;
  border: 0; text-align: left;
}
.sub_wrap .progrom_contents button.login{min-width: 170px; padding: 19px 20px; line-height: 1.2em; font-size: 16px;
  background-position: right 20px center;}
.sub_wrap .Rental ul li{gap: 20px;}
.sub_wrap .Rental .img_box{min-width: 300px; display: block; height: 200px; margin-right: 0;}
.sub_wrap .Rental .img_box a{position: relative; padding-top: 67%; display: block;}
.sub_wrap .Rental .img_box a img{position: absolute; top: 0; left: 0; width: 100%;
height: 100%; object-fit: cover;}
.sub_wrap .Rental .table_type td{padding: 10px !important;}

.custom-pagination {display: flex; justify-content: center; list-style-type: none; padding: 0; margin-top: 30px; flex-wrap: wrap;}
.custom-pagination .page_nav {margin: 0 5px;}
.custom-pagination .page_nav a {display: flex; justify-content: center;
  align-items: center;     
  width: 40px; height: 40px; background-color: #f2f2f2; text-decoration: none; color: #999;            
  border-radius: 50%; transition: background-color 0.3s;}
  .custom-pagination .page_nav a.active{background: #343840; color: #fff;}
@media (min-width: 1200px) and (max-width: 1400px) {
  .sub_wrap .progrom_contents h3.program_tit{margin-bottom: 19px !important; line-height: 1.4em;}
  .sub_wrap .progrom_contents .postInfo{display: block;}
  .sub_wrap .progrom_contents .postInfo div:first-child{margin-right: 0;}
  
}
@media (max-width: 1200px) {
  .sub_wrap .boShc_wrap.twoselect input{margin: 0; width: 100%; margin: 10px 0;}


}

@media (max-width: 992px) {
  
  .sub_wrap .progrom_contents .program_txt{width: 100%; margin-top: 25px;}
  .sub_wrap .progrom_contents h3.program_tit{font-size: 18px; line-height: 1.4em;
  margin-bottom: 30px !important;}
  .sub_wrap .progrom_contents ul li{flex-direction: column;}
  .sub_wrap .progrom_contents .img_box{margin: 0;}
  .custom-pagination .page_nav{margin: 5px 3px;}
  .custom-pagination .page_nav a{width: 24px; height: 24px; font-size: 13px; display: flex; align-items: center;
  justify-content: center;}
}

@media (max-width: 768px) {
  .nav-pills .nav-link{min-width: 187px; height: 50px;}
  .sub_wrap .progrom_contents ul li{padding: 20px;}
  .sub_wrap .progrom_contents .postInfo{display: block;}  
}

@media (max-width: 480px) {
  
  .nav-pills .nav-link{margin: 0 10px 10px 0;}
  .sub_wrap .boShc_wrap.twoselect{padding: 20px;}
  .sub_wrap .boShc_wrap.twoselect .select_wrap{flex-direction: column;}
  .sub_wrap .progrom_contents .postInfo div:first-child{margin-right: 0; width: 100%;}
  .sub_wrap .boShc_wrap.twoselect select:last-child{margin-top: 10px;}
}

@media (max-width: 360px) {
  .sub_wrap .progrom_contents ul li{padding: 20px 10px;}
  .sub_wrap .progrom_contents .postInfo div dl dt,
  .sub_wrap .progrom_contents .postInfo div dl dd
  {font-size: 14px;}
  .sub_wrap .progrom_contents .postInfo div dl dt{min-width: 50px; margin-right: 17px;}

}


/*아카이브_list*/
.board_wrap .pic_board{width: 100%; border-top: 1px solid #d9d9d9; padding-top: 20px; margin-bottom: 34px;}
.board_wrap .pic_board ul{display: flex; flex-wrap: wrap;}
.board_wrap .pic_board ul li{width: calc((100% / 3) - 17px); margin-right: 25px; margin-bottom: 30px;}
.board_wrap .pic_board ul li:nth-child(3n){margin-right: 0;}
.board_wrap .pic_board ul li .img{position: relative; overflow: hidden; margin-bottom: 13px; border: 1px solid #ddd; position: relative; padding-top:calc(100% * 0.99);}
.board_wrap .pic_board ul li .img img{position: absolute;top: 0; width: 100%; height: 100%;}
.board_wrap .pic_board ul li .completed .overlay{position: absolute;
  top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4);
   display: flex; align-items: center; justify-content: center;}
.board_wrap .pic_board ul li .completed .overlay span{font-size: 18px; font-weight: bold;
  color: #fff;}

.board_wrap .pic_board ul li .txt .tit{font-size: 16px; color: #444; font-weight: bold; letter-spacing: -1px; line-height: 1em; margin-bottom: 15px;
  display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;  overflow: hidden;
  text-overflow: ellipsis; white-space: normal; word-break: break-word;}
.board_wrap .pic_board ul li .txt ul{flex-wrap: nowrap;}
.board_wrap .pic_board ul li .txt ul li{width: auto; margin-bottom: 0; line-height: 1em; color: #888; margin: 0;}
.board_wrap .pic_board ul li .txt ul li:after{content: ''; width: 1px; height: 12px; background:#ddd; display: inline-block;
margin: 0 10px;}
.board_wrap .pic_board ul li .txt ul li:last-child:after{display: none;}
@media (max-width: 1400px) and (min-width: 1200px) {

}

@media (max-width: 992px) {
  .board_wrap .pic_board ul li{width: calc((100% / 2) - 13px);}
  .board_wrap .pic_board ul li:nth-child(2n){margin-right: 0 !important;}
  .board_wrap .pic_board ul li:nth-child(3n){margin-right: 25px;}
}


@media (max-width: 480px) {
  .board_wrap .pic_board ul li{width: 100%; margin-right: 0;}
  .board_wrap .pic_board ul li:nth-child(3n){margin-right: 0;}
}



/*board_view*/
.board_v_wrap{border-top: 2px solid #000;}
.board_v_wrap .b_Header{border-bottom: 1px solid #d9d9d9;}
.board_v_wrap .b_Header .info{border-bottom: 1px solid #d9d9d9; display: flex; align-items: center; padding: 25px 30px;}
.board_v_wrap .b_Header .info h3{margin: 0; font-size: 20px; letter-spacing: -1px; font-weight: 600; color: #444;}
.board_v_wrap .b_Header .info span{min-width: 50px; height: 26px; color: #fff; font-size: 15px; font-weight: 500; line-height: 26px;
padding: 0; margin-right: 15px; border-radius: 20px;}
.board_v_wrap .b_Header .info span.badge{background: #206487;}
.board_v_wrap .b_Header .date{display: flex;  align-items: center; padding: 20px 30px; flex-wrap: wrap;}
.board_v_wrap .b_Header .date dl{display: flex; margin-right: 38px; line-height: 1em;}
.board_v_wrap .b_Header .date dl dt{margin-right:15px; font-weight: bold;}
.board_v_wrap .b_Header .date dl dd{margin: 0;}

.board_v_wrap .b_contents{padding: 20px; }
.board_v_wrap .b_contents .f_list{padding: 30px; background: #f6f6f6; margin-bottom:30px;}
.board_v_wrap .b_contents .f_list ul li{display: flex; align-items: center; padding-top:15px;}
.board_v_wrap .b_contents .f_list ul li:first-child,
.board_v_wrap .b_contents .f_list ul li:last-child{padding-top:0;}
.board_v_wrap .b_contents .f_list ul li:last-child{margin-bottom: 0;}
.board_v_wrap .b_contents .f_list ul li a{line-height: 1em; color: #444; font-size: 16px;     line-height: 1.2em;
  overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical;  -webkit-line-clamp: 1;  max-width: 100%;
  }
.board_v_wrap .b_contents .f_list ul li:before{content: ''; min-width: 4px; height: 4px; display: block; background: #222; border-radius: 50%; margin-right: 15px;}
.board_v_wrap .b_contents .img{display: flex; justify-content: center;}
.board_v_wrap .b_contents .img img{max-width: 100%;}
.board_v_wrap .b_contents div p{line-height: 32px; font-size: 16px !important; color: #444; margin-bottom: 0; }

.board_v_wrap .b_contents .txt_line p{line-height: 1.6em;}
.board_v_wrap .b_contents img{width: 100%; max-width: 100%;}
.board_v_wrap .boardBottom{border-top: 1px solid #d9d9d9; border-bottom: 1px solid #d9d9d9;}
.board_v_wrap .boardBottom ul li{border-bottom: 1px solid #d9d9d9; padding: 23px 60px; line-height: 1em; display: flex; align-items: center; position: relative; height: 60px; width: 100%; }
.board_v_wrap .boardBottom ul li:last-child{border-bottom: 0;}
.board_v_wrap .boardBottom ul li span{color: #444; letter-spacing: -1px; overflow: hidden;
  text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical;  -webkit-line-clamp: 1; max-width: 100%; }
.board_v_wrap .boardBottom ul li span:first-child{ font-weight: 500; min-width: 40px; margin-right: 50px;}
.board_v_wrap .boardBottom ul li::before{content: ''; width: 0; height: 0; border-left: 9px solid transparent; border-right: 9px solid transparent; border-bottom: 9px solid #9d9d9d; display: inline-block; position: absolute;  top: 50%;  left: 3%;  transform: translateY(-50%);}
.board_v_wrap .boardBottom ul li.board-item-next::before{transform: translateY(-50%) rotate(180deg);}
.buttonWrapCenter{display: flex; justify-content: center; margin-top: 30px;}
.buttonWrapCenter a{width: 130px; height: 50px; border: 1px solid #d9d9d9; font-size: 16px; color: #444;
font-weight: 500; text-align: center; line-height: 50px; border-radius: 10px;}

@media (max-width: 1200px) {
  .sub_wrap .sub_contents .left_menu{display: none;}
  .sub_wrap .sub_contents .right_con{width: 100%; padding-left: 0;}
  .sub_wrap .sub_contents .right_con .boShc_wrap form{display: block;}
  .sub_wrap .sub_contents .right_con .boShc_wrap input{width: 100%; margin: 10px 0;}
  .sub_wrap .sub_contents .right_con .boShc_wrap select{width: 100%;}
  .sub_wrap .sub_contents .right_con .boShc_wrap button{width: 100%;}
}

@media (max-width: 998px) {
 
}

@media (max-width: 768px) {
  .board_v_wrap .b_Header .info{display: block; padding: 15px;}
  .board_v_wrap .b_Header .info h3{font-size: 18px;}
  .board_v_wrap .b_Header .info span{margin-bottom: 10px;}
  .board_v_wrap .b_Header .date{padding: 15px;}
  .board_v_wrap .b_Header .date dl{line-height: 1.4em;}
  .board_v_wrap .b_contents .f_list{padding: 20px;}
  /* .board_v_wrap .b_contents .f_list ul li{margin-bottom: 10px;} */
  .board_v_wrap .boardBottom ul li{padding: 15px 15px 15px 40px; margin: 0; height: 82px;}
  .board_v_wrap .boardBottom ul li span:first-child{margin-right: 30px;}
  .board_v_wrap .boardBottom ul li::before{left: 15px;}
  .sub_wrap .sub_contents .right_con{padding-top: 0;}
}


/*프로그램_view*/

.board_wrap .bo_con{display: flex;}
.board_wrap .bo_con .bo_left{width: 410px; background: #888; border-radius: 20px; margin-right: 64px; height: 410px; overflow: hidden; flex: 0 0 410px;}
.board_wrap .bo_con .bo_left img{width: 100%; height: 100%; object-fit: cover;}
.board_wrap .bo_con .bo_right{padding-top: 10px; width: 100%;}
.board_wrap .bo_con .bo_right h3.bo_v_tit{font-size: 30px; color: #373e41; margin-bottom: 12px; letter-spacing: -1px;}
.board_wrap .bo_con .bo_right .txt dl{display: flex; align-items: center; border-bottom: 1px solid #e2e2e2;
line-height: 1em; color: #373e41; padding: 11px 10px; }
.board_wrap .bo_con .bo_right .txt dl:last-child{border-bottom: 0;}
.board_wrap .bo_con .bo_right .v_info dl dt{margin-right: 26px; min-width: 52px; text-align: justify; height: 16px; word-break: keep-all;}
.board_wrap .bo_con .bo_right .v_info dl dt::after{content: ''; display: inline-block; width: 100%;}
.board_wrap .bo_con .bo_right .club_txt dl dt{min-width: 110px !important;
text-align: left;}
.board_wrap .bo_con .bo_right .v_info dl dd{margin-bottom: 0;}
.board_wrap .bo_con .bo_right .btn{display: flex; justify-content: center; padding: 0; margin-top: 16px;}
.board_wrap .bo_con .bo_right a.link_go{background: #4d37d1; color: #fff; padding: 20px; min-width: 272px; line-height: 1em;
font-size: 17px; border-radius: 12px;}

.board_wrap .bo_v_box .bo_tab{width: 100%;}

.board_wrap .bo_v_box .bo_tab ul li{width: calc(100% / 3);}
.board_wrap .bo_v_box .bo_tab .nav-pills .nav-link{border-radius: 0; min-width: 100%; border: 1px solid #ddd; margin-right: 0;
box-sizing: border-box; height: 70px; position: relative; display: flex; align-items: center;
justify-content: center;}
.board_wrap .bo_v_box .bo_tab .nav-pills .nav-link.active, 
.board_wrap .bo_v_box .bo_tab .nav-pills .show>.nav-link{background:#3b3b3b; border: 0;}
.board_wrap .bo_v_box .bo_tab .nav-pills .nav-link.active:before, 
.board_wrap .bo_v_box .bo_tab .nav-pills .show>.nav-link:before{
  content: ''; position: absolute; left: 50%; bottom: -10px; transform: translateX(-50%); width: 0; height: 0; border-left: 13px solid transparent; border-right: 13px solid transparent; border-top: 13px solid #3b3b3b;}
.board_wrap .bo_v_box .tab-content>.active{padding: 40px 0;}
.board_wrap .bo_v_box .tab-content img{max-width: 100%;}
.board_wrap .bo_v_box .file-upload{border-top: 1px solid #c6c6c6; border-bottom: 1px solid #c6c6c6;}
.board_wrap .bo_v_box .file-upload dl{display: flex; align-items: center; padding: 22px 54px; color: #222;}
.board_wrap .bo_v_box .file-upload dl dt{margin-right: 66px; font-weight: 500;}
.board_wrap .bo_v_box .file-upload dl dd{margin-bottom: 0; display: flex; align-items: center;}
.board_wrap .bo_v_box .file-upload dl dd:before{background: url(/resources/board_img/file-upload_ico.png) no-repeat; min-width: 21px; 
height: 20px; content: ''; display: inline-block; margin-right: 12px;}
.board_wrap .bo_v_box .file-upload dl dd a{color: #222;}

@media (max-width: 998px) {
  .board_wrap .bo_con{display: block;}
  .board_wrap .bo_con .bo_left{margin-right: 0; min-width: 100%; margin-bottom: 20px; height: 450px; width: 100%;}
}
@media (max-width: 768px) {
  .board_wrap .bo_con .bo_right h3.bo_v_tit{font-size: 23px;}
  .board_wrap .bo_con .bo_right .v_info dl dt{margin-right: 18px;}
}

@media(max-width:460px){
  .board_wrap .bo_con .bo_left{height: 380px;}
  .board_wrap .bo_con .bo_right .txt dl{flex-direction: column; align-items: flex-start;}
  
  .board_wrap .bo_con .bo_right .v_info dl dt{margin: 0 0 10px 0;}
  .board_wrap .bo_v_box .file-upload dl{padding: 20px;}
  .board_wrap .bo_v_box .file-upload dl dt{margin-right: 25px;}
  
}


@media(max-width:360px){
  .board_wrap .bo_con .bo_right a.link_go{min-width: 100%;}
  .board_wrap .bo_v_box .bo_tab .nav-pills{flex-direction: column;}
  .board_wrap .bo_v_box .bo_tab .nav-pills .nav-link{font-size: 15px;}
  .board_wrap .bo_v_box .bo_tab .nav-pills .nav-link.active:before, .board_wrap .bo_v_box .bo_tab .nav-pills .show>.nav-link:before{display: none;}
  .board_wrap .bo_v_box .bo_tab ul li{width: 100%;}
  .board_wrap .bo_v_box .bo_tab .nav-pills .nav-link{margin-bottom: 0; height: 45px;}
  .board_wrap .bo_v_box .file-upload dl{padding: 15px;}
  .board_wrap .bo_v_box .file-upload dl dt{margin-right: 11px;}
  .board_wrap .bo_v_box .file-upload dl dt, .board_wrap .bo_v_box .file-upload dl dd{font-size: 14px;}
  .board_wrap .bo_v_box .file-upload dl dd:before{margin-right: 6px;}
}

/*프로그램등록*/
.boadRead h3.b_tit{font-size: 24px; color: #444; font-weight: 600; line-height: 1em; margin-bottom: 20px;
letter-spacing: -1px;}
.course-info{display: flex; border: 1px solid #e1e3ec; border-radius: 10px; padding: 30px 40px;}
.course-info .list{margin-left: 30px;}
.course-info .list h5{font-size: 20px; font-weight: bold; line-height: 1em; letter-spacing: -1px; color: #000; margin-bottom: 15px;}
.course-info .list ul{}
.course-info .list ul li{position: relative; padding-left: 19px;}
.course-info .list ul li::before{content: ''; width: 8px; height: 3px; background: #c4c4c4; display: inline-block;
position: absolute; top: 10px; left: 0;}
.course-info .list ul li ul{margin: 5px 0;}
.course-info .list ul li ul li{padding-left: 10px;}
.course-info .list ul li ul li::before{width: 4px; height: 4px; background: #222; border-radius: 50%; }
.course-info .list ul li span.red{color: #d13737; font-weight: bold; text-decoration: underline; text-underline-offset: 4px;}
.table-bordered>:not(caption)>* {
  border: none !important; /* 기본 테두리 제거 */
}
.appTable {width: 100%; border-collapse: collapse; border-top: 2px solid #206487; table-layout: auto;}
.appTable table {width: 100%; border-spacing: 0;}
.appTable th, .appTable td {border-bottom: 1px solid #e0e1e3 !important; padding: 10px; text-align: left; vertical-align: middle; border-style:none; height: 63px;}
.appTable th {background-color: #f9fafc; font-weight: bold; border-right: 1px solid #e0e1e3; text-align: center; vertical-align: middle;
color: #373e41;}
.appTable td.b_r{border-right: 1px solid #e0e1e3;}
.appTable td .s_box div{margin-right: 10px;}
.appTable td input[type="text"],
.appTable td select,
.appTable td input[type="button"] {padding: 8px; border: 1px solid #e0e1e3; font-size: 14px; height: 44px;}
.appTable td input[type="button"] {background-color: #206487; color: #fff; border: none; cursor: pointer; width: 124px; height: 44px;
  display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 500;}
.appTable td .f_box{display: flex; align-items: center; flex-wrap: wrap;}
.appTable td .f_box.none{flex-wrap: nowrap;}
.appTable td .f_box span{margin: 0 6px;}
.appTable td .f_box.input_w input{width: 27.33%;}
.appTable .custom-control {display: inline-block; margin-right: 15px;}
.appTable .custom-control-label {font-size: 16px; margin-left: 5px; color:#222; padding-left: 30px;}
.appTable select {width: auto; display: inline-block; margin-right: 5px; background: url(/resources/img/open.png) no-repeat right 10px center; appearance: none; color: #666;}
.appTable td .time-selection{margin:12px 0 0 0; display:flex; align-items:center; }
.appTable td .time-selection select{min-width: 75px;}
.appTable th, .appTable td.p_box{padding: 16px 10px 18px;}

.appTable table tr td .large{width: 63.41%;}
.appTable table tr td .medium{width: 46.6%;}
.appTable table tr td .small{width: 14.3%;}  
.appTable table tr td .w_110{width: 110px;}
.appTable table tr td .label_radio{display: inline-block; position: relative;}
.custom-radio input { display: none;}
.custom-radio .label-radio {position: relative; padding-left: 30px; cursor: pointer; color:#222; margin-right: 10px;}
.custom-radio .label-radio:before {content: ''; position: absolute; left: 0; top: 50%;
  transform: translateY(-50%); width: 20px; height: 20px; border: 1px solid #d5d5d5;  border-radius: 50%; background-color: #fff;}
.custom-radio input:checked + .label-radio:before {background: url('/resources/img/check.png') no-repeat 4px 4px;}

.appTable .flex-none {display: inline-block;}

.appTable .postal-info{margin-top: 22px;}
.appTable .postal-info.mt_0{margin-top: 0;}

.appTable .postal-info .group{display: flex; margin-bottom: 10px;}
.appTable .postal-info .group input:first-child{margin-right: 6px;}


.privacy-policy{height: 200px; overflow: hidden; overflow-y: scroll; border: 1px solid #e0e1e3; padding: 20px 25px; margin-bottom: 10px;}
.privacy-policy p.tit{line-height: 1em; margin-bottom: 6px;}
.privacy-policy p{font-size: 15px; color: #666;}
.privacy-policy ul{padding-left: 35px;}
.privacy_policy_agreement{border: 1px solid #e0e1e3; padding: 25px 40px; margin-bottom: 12px;}
.privacy_policy_agreement p{margin-bottom: 0; font-weight: bold; color: #222; letter-spacing: -1px; line-height: 24px;}
.privacy_policy_agreement p span.line{text-decoration: underline; text-underline-offset:4px}
.appyBtn_wrap{display: flex; justify-content: center;}
.appyBtn_wrap a{ background: #4d37d1; color: #fff; padding: 20px; min-width: 272px; line-height: 1em; font-size: 17px; border-radius: 12px; text-align: center;}

@media (max-width: 998px) {
  .course-info{display: block; padding: 30px 20px;}
  .course-info .img{margin-bottom: 25px; display: flex; justify-content: center;}
  .appTable th{border-right: 0;}
  .appTable th, .appTable td{display: block; padding: 7px;
    height: auto; vertical-align: middle;}
  .appTable table tr td .large,
  .appTable table tr td .medium,
  .appTable table tr td .small{width: 100%;}
  .appTable table tr td.f_box select:last-child{margin-right: 0;}
  .appTable td .f_box.input_w input{width:100%}
  .appTable table .responsive-colgroup col{width: 100%;}
  .appTable td input[type="text"], .appTable td select{height: 100%;}
  .appTable td input[type="button"]{line-height:normal; font-size: 15px; height: auto;}
  .appTable td.b_r{border-right: 0 !important;}
}
@media (max-width: 768px) {
  .privacy_policy_agreement{padding: 25px;}
  .course-info .list{margin-left: 0;}
}

@media (max-width: 480px) {
  .appTable td .time-selection{margin:12px 0 0 0; flex-direction: column !important; align-items: flex-start;}
  .appTable td .time-selection div:first-child{margin-bottom: 10px;}
  .appTable td .time-selection select{min-width: 75px;}
}