@charset "utf-8";

/******************** contents ********************/

/**** 인사말 ****/
.greeting {
  display:flex;
  flex-direction: column;
  gap:80px;
}
.greeting p.title {
  position: relative;
  margin:0;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  letter-spacing: -1px;
  color: #000;
}
.greeting .conts-wrap{
  display: flex;
  gap:60px;
}
.greeting .conts-wrap .pic {
  overflow: hidden;
  width: 440px;
  height: 730px;
  flex-shrink: 0;
  background-color: #ddd;
  border-radius: 12px;
  background: url("../image/content/greeting_pic.jpg") no-repeat center center;
  background-size:cover;
}
.greeting .conts-wrap .pic img {
  width: 100%;

}
.greeting .conts-wrap .tit {
  position:relative;
  margin:0 0 24px;
  padding:0 0 0 24px;
  font-size:24px;
  font-weight: 700;
  color:#003660;
  line-height: 1.2;;
}
.greeting .conts-wrap .tit::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: #0069b4;
}
.greeting .conts-wrap p{
  margin:0 0 40px;
  text-align:justify;
  word-break: break-all;
}
.greeting .conts-wrap p.sign {
  margin:40px 0 0;
  font-size: 20px;;
  text-align: right;
  color:#1d1d1d;  
}
.greeting .conts-wrap p.sign strong{
  margin-left:16px;
  font-size: 22px;

}

/**** 습지소개 ****/
.ramsar_seogwipo {
  line-height: 1.8;
}
.ramsar_seogwipo h2 {
  margin-bottom:30px;
  font-size: 32px;
  text-align: center;
}
.ramsar_seogwipo .txtbox {
  padding:50px;
  background-color: #f3f5f9;
  border:none;
}
.ramsar_seogwipo .pic {
  overflow: hidden;
  line-height: 0;
  display: flex;
  gap:12px;
  border-radius: 12px;
}
.ramsar_seogwipo .pic img {
  width: 100%;
}
.ramsar_seogwipo_info {
  display: grid;
  grid-template-columns: 30% auto;
  gap: 20px 40px;
  align-items: baseline;
  margin-top: 80px;
}
.ramsar_seogwipo_info h3 {
  z-index: 999;
  position: relative;
  width: 100%;
  height: fit-content;
  margin:0 auto 20px;
  background-color: #f5f5f5;
  padding: 15px 30px;
  border-radius: 30px;
  text-align: center;
}

/******** 오시는길 ********/
/* 오시는길 */
.map {
  display: flex;
  gap:12px;
}
.map_info {
  padding:32px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  background-color: #0069b4;
}
.map_info ul {
  display: flex;
  flex-direction: column;
  gap:32px;
  color:#fff;

}
.map_info ul strong {
  display: flex;
  gap:10px;
  align-items: center;
  font-weight: 600;
  margin-bottom: 5px;
}
.map_info ul span {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map_info ul i {
  font-size: 13px;
  color: #0069b4;
}

.map_directions {
  margin-top:60px;
  border-radius: 12px;
}
.map_directions h2 {
  padding:0 0 40px 0;
  margin-bottom:40px;
  background: none;
  font-weight: 600;
  border-bottom: 1px solid #222;
}

.root_daum_roughmap {
  border:1px solid #ddd;
  flex-shrink: 0;
  border-radius: 12px;
}
.root_daum_roughmap .wrap_controllers, .root_daum_roughmap .border1, .root_daum_roughmap .border2, .root_daum_roughmap .border3, .root_daum_roughmap .border4, .root_daum_roughmap .cont {
  display:none;
}


/**** 물영아리오름 ****/
.mulyoungari_oreum {
  line-height: 1.8;
}
.mulyoungari_oreum h2 {
  margin-bottom:40px;
  font-size: 32px;
  text-align: center;
}
.mulyoungari_oreum h3 {
  z-index: 999;
  position: relative;
  width: fit-content;
  margin:0 auto -29px;
  padding:13px 70px;
  font-size: 22px;
  text-align: center;
  color:#1558ab;
  background-color: #fff;
  border:2px solid #0069b4;
  border-radius: 50px;
}
.mulyoungari_oreum h3.tmg {
  margin-top:80px;
}


.mulyoungari_oreum h3 span.description {
  display: block;
  margin-top:12px;
  font-size: 19px;
  color:#555;
}
.mulyoungari_oreum .txtbox {
  padding:50px;
  background-color: #f3f5f9;
  border:none;
}
.mulyoungari_oreum .txtbox p {
  margin-bottom:15px;
}
.mulyoungari_oreum .pic {
  overflow: hidden;
  line-height: 0;
  display: flex;
  gap:12px;
  border-radius: 12px;
}
.mulyoungari_oreum .pic img {
  width: 100%;
}
.mulyoungari_oreum .pic.animal {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap:12px;
}
.mulyoungari_oreum .pic.animal li {
  position: relative;
}
.mulyoungari_oreum .pic.animal li:first-child {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
.mulyoungari_oreum .pic.animal .coment {
  position:absolute; 
  right:6px; 
  bottom:6px; 
  padding:4px 15px;
  background-color:rgba(0,0,0,0.7); 
  border-radius: 4px;
  font-size:14px; 
  color:#fff; 
  line-height: normal;
}
.filedown {
  display: flex;
  gap:12px;
  justify-content: center;
  margin-bottom:12px;
}
.filedown li {
  flex:1;
  max-width: 50%;
  background-color: #0069b4;
  border-radius: 12px;
  text-align: center;
  color:#fff;
}
.filedown li a {
  display: block;
  padding:15px;
}
.filedown li:hover {
  background-color: #004f88;
  transition: 0.3s;
}
.filedown li i {
  margin-left:10px;
}


/**** 운영프로그램 ****/
/* 소개 */
.program_introduction > p {
  margin-bottom: 80px;
  text-align: center;
}
.program_introduction > p strong {
  display: block;
  margin-bottom: 12px;
  font-size: 24px;
  color: #000;
}

.program_introduction > div {
  margin:0 32px 60px;
  padding:20px 40px;
  /*border:1px solid #d2d9e0;*/
  border-radius: 20px;
  background-color: #f3f5f9;
  text-align: center;
}
.program_introduction > div h2 {
  width: 58%;
  border-radius: 50px;
  padding: 15px;
  margin: -54px auto 25px;
  background-color: #0069b4;
  color:#fff;
}
.program_introduction > div p {
  font-size: 19px;
  text-align: center;
}

.program_introduction > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:40px 24px;
}
.program_introduction > ul > li {
  display:flex;
  flex-direction: column;
  gap:24px;
  align-items: center;
}

.program_introduction > ul li h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width:90%;
  margin-bottom: 0;
  padding: 24px 0;
  font-weight: 700;
  border:1px solid #aaa;
  border-radius: 100px;
}
.program_introduction > ul li:nth-child(1) h3 {
  color:#da4b5e;
  border-color:#da4b5e;
}
.program_introduction > ul li:nth-child(2) h3 {
  color:#f06d24;
  border-color:#f06d24;
}
.program_introduction > ul li:nth-child(3) h3 {
  color:#ff9100;
  border-color:#ff9100;
}
.program_introduction > ul li:nth-child(4) h3 {
  color:#34a171;
  border-color:#34a171;
}
.program_introduction > ul li:nth-child(5) h3 {
  color:#18a3a5;
  border-color:#18a3a5;
}

.program_introduction > ul li .conbox {
  width: 100%;
  margin:0;
  padding:35px 35px ;
  background-color: #f9f9f9;
  border-radius: 20px;
  flex:1;
  box-sizing: border-box;
}
.program_introduction > ul li .conbox p {
  margin-bottom: 20px;
}
.program_introduction > ul li p span {
  display: block;
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  color:#222;
  letter-spacing: 0;
}
.program_introduction > ul li p span strong {
  display: block;
  font-size: 19px;
  color: #000;
}
/*
.program_introduction > ul li:nth-child(1) p span {
  color:#da4b5e;
}
.program_introduction > ul li:nth-child(2) p span {
  color:#f06d24;
}
.program_introduction > ul li:nth-child(3) p span {
  color:#ff9100;
}
.program_introduction > ul li:nth-child(4) p span {
  color:#34a171;
}
.program_introduction > ul li:nth-child(5) p span {
  color:#18a3a5;
}
*/
.program_introduction > ul li .conbox li {
  margin-bottom: 15px;
}
.program_introduction > ul li .conbox li:last-child {
  margin-bottom:0;
}

/* 이용안내 */
.user_guide > h2, .user_guide > p {
  text-align: center;
}
.user_guide > ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:12px;
}
.user_guide > ul > li {
    padding:30px;
    border: 1px solid #ddd;
    border-radius: 12px;
}



/* 프로그램 */
.program_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:24px;

}
.program_list li {
  flex:1;
  position:relative;
  height:519px;
  background:#fff url("/kor/_wpcomm/HomeType/basic/image/common/logo02.svg") no-repeat center center;
  background-size: 50%;
  border:1px solid #d8d8d8;
  border-radius: 12px;
  overflow: hidden;
}
.program_list li:hover {
  border-color: #0069b4;
  transition: 0.3s;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
}
.program_list li a {
  display:block;
  background-color: #fff;
}
.program_list li .pic {
  overflow:hidden;
  height:250px;
  background:#eee url("/kor/_wpcomm/HomeType/basic/image/common/logo.svg") 50% 50% no-repeat;
  background-size: 50%;
}
.program_list li .pic img {
  width:100%;
  height:100%;
}
.program_list li .txt {
  padding:32px;
  border-top:1px solid #ddd;
}
.program_list li .list_more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height:64px;
  padding:0 20px;
  border-top:1px solid #d8d8d8;
  font-size: 15px;
}
.program_list li .list_more i {
  margin-left:10px;
}
/* apply_btn */
.program_list .applybtn {
  padding:3px 15px;
  border-radius: 30px;
  font-weight:bold;
  font-size:15px;
  text-align:center;
  border:1px solid #d8d8d8;
}
/*모집예정*/
.program_list .color1 {
  color:#df5900;
  background-color: #fff5e8;
  border-color:#eac89a;
}
/*모집중*/
.program_list .color2 {
  color:#0069b4;
  background-color: #ebf5ff;
  border-color:#8fc8ff;
} 
/*운영준비중*/
.program_list .color3 {
  color:#00626e;
  background-color: #ecf5f6;
  border-color:#98c5cb;
} 
/*운영중*/
.program_list .color4 {
  color:#006e18;
  background-color: #eef7ee;
  border-color:#99cc99;
} 
/*종료*/
.program_list .color5 {
  color:#1d1d1d;
  background-color: #f0f0f0;
  border-color:#c6c6c6;
} 

/* apply_con */
.program_list .apply_name {
  height:55px;
  margin:0 0 15px;
  padding:0;
  font-size:19px;
  font-weight:600;
  color:#1d1d1d;
  letter-spacing:-.5px;
  overflow: hidden;
}
.program_list .apply_apply {
  color:#0069b4 !important;
}
.program_list .apply_waiting {
  color:#f58a00 !important;
}
.program_list .apply_info {
  overflow:hidden;
  margin:0;
  display: flex;
  gap:20px;
  font-size: 15px;
}
.program_list .apply_info dt {
  flex-shrink: 0;
  color:#1d1d1d;
}
.program_list .apply_info dd {
  flex:1;
  width:1px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}


/***** hover, focus *****/
.program_list a:hover, .program_list a:focus, .program_list a:hover .apply_more, .program_list a:focus .apply_more {
  border-color:#0069b4;
}
.program_list a:hover .apply_name, .program_list a:focus .apply_name {
  color:#2a5bb0;
}
.program_list a:hover .apply_more:after, .program_list a:focus .apply_more:after {
  border-left-color:#0069b4;
}

/******* 뷰 *******/
/* 게시물 제목 */
.board_view_head {position:relative; border-top:2px solid #000;}
.board_view_head h2 {padding:25px 0 15px !important; margin:0 !important; font-weight:400 !important; font-size:25px !important; text-align:left !important; background-image:none !important; word-break:break-all !important; color:#000;}

/* 게시물 정보 */
.board_info {
  display:flex;
  gap:8px;
  flex-wrap: wrap;
  overflow:hidden; 
  padding:0 0 20px; 
  border-bottom:1px solid #e4e4e4; 
  font-size:15px;
}
.board_info dl {
  display:flex;
  gap:12px;
  margin-right:32px;
}
.board_info dt {
  color:#1d1d1d;
}

/* sns 공유 */
.share {position:absolute; right:0; bottom:30px; margin-bottom:-12px;}
.share .sns_icon {display:none;}
.share .sns {overflow:hidden; display:block !important; float:right;}
.share .sns li {float:left; padding-left:5px;}
.share .sns li a {display:block; overflow:hidden; border-radius:50%; width:30px; height:30px;}
.share .sns li a img {width:100%; height:auto;}
/* 첨부파일 */
.board_file {padding:15px 20px; background:#f9f9f9; font-size:15px;}
.board_file span {display:block; padding:5px 0 5px 20px; background:url(/kor/wpbbs/image/icon_file.gif) no-repeat left center;}
.board_file span a {color:#111;}
.board_file span a, .board_file span a:hover {text-decoration: underline !important;}
/* 게시판 콘텐츠 영역 */
.board_con img {max-width:100%; margin:5px 0;}
.board_con {padding:40px 50px; word-break:break-all;}
.board_con > table {width:100%; border-collapse: collapse;}
/* 이전글, 다음글 */
.prev_next {
  border-bottom:1px solid #888; 
  font-size:15px;
}
.prev_next li {
  display:flex;
  gap:32px;
  padding:23px 0; border-top:1px solid #e6e6e6; color:#999
}
.prev_next li span {
  flex-shrink: 0;
  font-weight:bold; 
  color:#000; 
  clear:both;
}
.prev_next li a {color:#555}
.prev_next li a:hover {text-decoration: underline !important;}
/* 이미지가 보이지 않을때 */
.board_helper {padding:20px 0; font-size:14px;}
.board_helper a, .board_helper a:hover {color:#F00; text-decoration:underline !important;}
/* 댓글 쓰기 */
.board_comment {overflow:hidden; padding:20px; border-top:1px solid #888; background:#F9F9F9; font-size:13px;}
.board_comment legend {overflow:hidden;position:absolute;width:0;height:0;line-height:0;text-indent:-9999px}
.board_comment dl {float:left;}
.board_comment dt, .board_comment dd {float:left; margin-right:10px; height:28px; line-height:28px;}
.board_comment dt label, .board_comment dd input {vertical-align:middle;}
.board_comment dl+p.fll {height:28px; line-height:28px;}
.board_comment input {height:28px; border:1px solid #ccc; font-size:13px;}
.board_comment_txt {clear:left; position:relative; padding:10px 110px 10px 0;}
.board_comment_txt textarea {width:95%; height:48px; padding:15px; border:1px solid #ccc; font-size:13px;}
.board_comment_txt input {position: absolute; top:10px; right:0; width:100px; height:80px; border:none; font-size:15px; font-weight:bold;}
/* 스팸방지코드*/
.spamprev_code {overflow:hidden; font-size:13px;}
.spamprev_code li {float:left;}
.spamprev_code input {height:30px; border:1px solid #ccc;}
.spamprev_code img {margin-right:5px; height:30px; width:auto;}
/* 댓글 보기 */
.comment_view {border-bottom:1px solid #888; font-size:12px;}
.comment_view fieldset {padding:20px 25px; background:#F9F9F9;}
.comment_view legend {overflow:hidden;position:absolute;width:0;height:0;line-height:0;text-indent:-9999px}
#del_confirm input[type=password] {padding:3px; width:50%; min-height:27px; border:1px solid #ddd;}
.comment_view dt {float:left; width:90px; padding:10px 10px 10px 0; color:#000; clear:both;}
.comment_view dd {padding:10px 0 10px 100px; border-top:1px dotted #ccc; word-break:break-all;}
.comment_view dd * {vertical-align:middle;}
.comment_view dd input {margin-left:5px;}

/* board_view_head */
.board_view_head .t_info_out {position:relative;}
.board_view_head .t_info {width:100%; border-collapse:collapse;}
.board_view_head .t_info th {color:#222; padding:15px 10px; width:100px; font-size:15px; font-weight:600; text-align:left; border-bottom:1px solid #e4e4e4;}
.board_view_head .t_info td {padding:15px 10px; background-color:#fff; border-bottom:1px solid #e4e4e4; font-weight:300; font-size:15px;}
.board_view_head .reser {padding:20px 0; text-align:center; background-color:#fff;}
.board_view_head .reser_in {text-align:center; }

/* 버튼-기타스타일 */
.bbsbutton01:hover, a.bbsbutton01:hover, .bbsbutton01:active, .bbsbutton01:focus {color:#fff !important; background:#004f88; border:1px solid #004f88;}
.bbsbutton02:hover, a.bbsbutton02:hover, .bbsbutton02:active, .bbsbutton02:focus {color:#212121 !important; background:#eee; border:1px solid #aaa;}
.bbsbutton03:hover, a.bbsbutton03:hover, .bbsbutton03:active, .bbsbutton03:focus {color:#212121 !important; background:#eee; border:1px solid #aaa;}
.bbsbutton04:hover, a.bbsbutton04:hover, .bbsbutton04:active, .bbsbutton04:focus {color:#fff !important; background:#222; border:1px solid #222;}
.bbsbutton05:hover, a.bbsbutton05:hover, .bbsbutton05:active, .bbsbutton05:focus {color:#000 !important; background:#fff; border:1px solid #000;}

.bbsbutton06:hover, a.bbsbutton06:hover, .bbsbutton06:active, .bbsbutton06:focus {color:#fff !important; background:#005997; border:1px solid #005997;}
.bbsbutton07:hover, a.bbsbutton07:hover, .bbsbutton07:active, .bbsbutton07:focus {color:#fff !important; background:#387fb5; border:1px solid #387fb5;}
.bbsbutton08:hover, a.bbsbutton08:hover, .bbsbutton08:active, .bbsbutton08:focus {color:#fff !important; background:#3c9082; border:1px solid #3c9082;}
.bbsbutton09:hover, a.bbsbutton09:hover, .bbsbutton09:active, .bbsbutton09:focus {color:#fff !important; background:#e49b1e; border:1px solid #e49b1e;}
.bbsbutton10:hover, a.bbsbutton10:hover, .bbsbutton10:active, .bbsbutton10:focus {color:#fff !important; background:#002a4a; border:1px solid #002a4a;}


.bbsbutton01, .bbsbutton02, .bbsbutton03, .bbsbutton04, .bbsbutton10, .bbsbtn_mini, .bbsbtn_mini02 {vertical-align:middle;}

/***** 버튼 *****/
.btn_area {overflow:hidden; margin:30px 0 20px;}
.btn_area > a.button {display:block; float:left; margin-right:5px;}
.btn_left {float:left; text-align:left;}
.btn_right {float:right; text-align:right;}
/* 버튼-포인트컬러 */
.bbsbutton01 {background:#0069b4; color:#fff !important; text-align:center; padding:6px 20px; border:1px solid #0069b4; cursor:pointer; font-size:16px; font-weight:400;}
/* 버튼-그레이 */
.bbsbutton02 {background:#f1f1f1; color:#212121 !important; text-align:center; padding:6px 20px; font-size:16px; font-weight:400; border:1px solid #d7d7d7; cursor:pointer;}
/* 버튼-화이트 */
.bbsbutton03 {background:#fff; color:#212121 !important; text-align:center; padding:6px 20px; font-size:16px; font-weight:400; border:1px solid #d7d7d7; cursor:pointer;}
/* 버튼-먹색 */
.bbsbutton04 {background:#444; color:#fff !important; text-align:center; padding:6px 20px; font-size:16px; font-weight:400; border:1px solid #363636; cursor:pointer;}
/* 버튼-굵은라인 */
.bbsbutton05 {background:#fff; color:#000 !important; text-align:center; padding:6px 20px; font-size:16px; font-weight:400; border:2px solid #000; cursor:pointer;}

/* 버튼-포인트컬러 */
.bbsbutton06 {background:#0069b4;color:#fff !important;text-align:center;padding:6px 20px;border:1px solid #0069b4;cursor:pointer;font-size:16px;font-weight:400;}/*운영중*/
.bbsbutton07 {background:#4b97d1; color:#fff !important; text-align:center; padding:6px 20px; border:1px solid #4b97d1; cursor:pointer; font-size:16px; font-weight:400;}/*준비중*/
.bbsbutton08 {background:#4ba596; color:#fff !important; text-align:center; padding:6px 20px; border:1px solid #4ba596; cursor:pointer; font-size:16px; font-weight:400;}/*모집예정*/
.bbsbutton09 {background:#e9a83a; color:#fff !important; text-align:center; padding:6px 20px; border:1px solid #e9a83a; cursor:pointer; font-size:16px; font-weight:400;}/*모집중*/

.bbsbutton10 {background:#003660; color:#fff !important; text-align:center; padding:6px 20px; border:1px solid #003660; cursor:pointer; font-size:16px; font-weight:400;}/*운영중*/

/* 버튼-small*/
.bbsbtn_mini {padding:3px 10px; font-size:13px !important;}
.bbsbtn_mini02 {padding:0 10px; font-size:13px !important; line-height:28px;}
/* 버튼-medium */
.bbsbtn_medium {padding:10px 40px; font-size:16px !important;}
/* 버튼-large*/
.bbsbtn_large {padding:20px 70px; font-size:16px !important;}
/* 버튼-mini */
.btn_mini {display:inline-block;width:auto !important; height:28px !important; padding:0 10px !important; border:1px solid #ccc !important; line-height:28px; background-color:#fff; vertical-align:middle; cursor:pointer; color:#000; text-align:center; font-size:13px !important; font-weight:400 !important;}
.btn_mini2 {display:inline-block; width:auto !important; height:28px !important; padding:0 10px !important; border:1px solid #0069b4 !important; line-height:28px; background-color:#0069b4; vertical-align:middle; cursor:pointer; color:#fff; text-align:center; font-size:13px !important; font-weight:400 !important;}
input.btn_mini, input.btn_mini2 {height:30px !important; line-height:auto !important;}
/* 버튼-기타스타일 */
.bbsbutton01:hover, a.bbsbutton01:hover, .bbsbutton01:active, .bbsbutton01:focus {color:#fff !important; background:#004f88; border:1px solid #004f88;}
.bbsbutton02:hover, a.bbsbutton02:hover, .bbsbutton02:active, .bbsbutton02:focus {color:#212121 !important; background:#eee; border:1px solid #aaa;}
.bbsbutton03:hover, a.bbsbutton03:hover, .bbsbutton03:active, .bbsbutton03:focus {color:#212121 !important; background:#eee; border:1px solid #aaa;}
.bbsbutton04:hover, a.bbsbutton04:hover, .bbsbutton04:active, .bbsbutton04:focus {color:#fff !important; background:#222; border:1px solid #222;}
.bbsbutton05:hover, a.bbsbutton05:hover, .bbsbutton05:active, .bbsbutton05:focus {color:#000 !important; background:#fff; border:1px solid #000;}

.bbsbutton06:hover, a.bbsbutton06:hover, .bbsbutton06:active, .bbsbutton06:focus {color:#fff !important; background:#005997; border:1px solid #005997;}
.bbsbutton07:hover, a.bbsbutton07:hover, .bbsbutton07:active, .bbsbutton07:focus {color:#fff !important; background:#387fb5; border:1px solid #387fb5;}
.bbsbutton08:hover, a.bbsbutton08:hover, .bbsbutton08:active, .bbsbutton08:focus {color:#fff !important; background:#3c9082; border:1px solid #3c9082;}
.bbsbutton09:hover, a.bbsbutton09:hover, .bbsbutton09:active, .bbsbutton09:focus {color:#fff !important; background:#e49b1e; border:1px solid #e49b1e;}
.bbsbutton10:hover, a.bbsbutton10:hover, .bbsbutton10:active, .bbsbutton10:focus {color:#fff !important; background:#002a4a; border:1px solid #002a4a;}


.bbsbutton01, .bbsbutton02, .bbsbutton03, .bbsbutton04, .bbsbutton10, .bbsbtn_mini, .bbsbtn_mini02 {vertical-align:middle;}





/**** 홍보/자료실 ****/
/* 관련사이트 */

.related_agencies ul {
  display: flex;
  gap:24px;
}
.related_agencies ul li {
  flex:1; 
  max-width: 280px;
  border:1px solid #ddd;
  border-radius: 12px;
  text-align: center;
  transition: 0.3s;
}
.related_agencies ul li a {
  display: block;
  padding:30px 20px;
}
.related_agencies ul li span {
  display:block;
}
.related_agencies ul li span.tit {
  margin-bottom: 5px;
  font-weight: 600;
  color:#0069b4;
}
.related_agencies ul li span.link {
  margin-bottom:30px;
  font-size: 15px;
  letter-spacing: 0;
  color:#888;
}
.related_agencies ul li .bbsbutton03 {
  width: fit-content;
  margin: 0 auto;
  padding: 8px 50px;
  transition: 0.3s;
  border-radius: 6px;
}

.related_agencies ul li:hover {
  border-color: #0069b4;
  transition: 0.3s;
}
.related_agencies ul li:hover .bbsbutton03 {
  background-color: #0069b4;
  border-color: #0069b4;
  color: #fff !important;
  transition: 0.3s;
}