@charset "utf-8";
/* CSS Document */

html{ 
overflow-y:scroll 
}

body { font-family: "돋움","verdana"; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; }

body, table, tr, td, textarea, input, select
{
	font-size: 13pt;
	color: #1D1D1D;
	line-height: 130%;
	height: 100%;
	text-decoration: none;	/*margin: auto;*/
}
ul,ol,li {margin:0; padding:0;list-style-type: none;}
a, img {border-style:none;outline:none;selector-dummy:expression(this.hideFocus=true);}

table11{font-size:inherit;font:100%;border-collapse:collapse;border-spacing:0;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,blockquote{margin:0px;padding:0px;}
fieldset,img{border:0px;}
address,caption,cite,code,dfn,em,strong,var,optgroup{font-style:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption{text-align:left;}

hr{display:none;}
q:before,q:after{content:'';}
abbr,acronym{border:0px;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#000;}
img{vertical-align:middle;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}


a:link{ color:#333333; text-decoration:none; }
a:visited{color:#333333;text-decoration:none;}
a:active{
	color: #1E359F;
	text-decoration: none;
}
a:hover{
	color: #1E359F;
	text-decoration: underline;
}


.hidden{display:none !important;}
.invisibility{visibility:hidden;}
.overflowhidden{overflow:hidden;}
.both {
	clear: both;
	display: block;
}

.OpenMenuButton,.menu_close,.da_logo, .top_group_menu_icon, .cicle_bg_img, .abn_icon, .backward_white, .forward_white, .backward_gray, .forward_gray, .backward_main, .forward_main, .bbs_icon, .vod_icon {display:inline-block;overflow:hidden;font-size:1px;line-height:999px !important;background:url(/images/da_icon.png?ver=2062544554135342) no-repeat;background-size:350px auto}

	.bbs_icon {
	width: 22px;
	height: 20px;
	display: inline-block;
	margin-bottom: -4px;
	margin-right: 3px;
	background-position: -3px -210px;
	background-size: 85px auto;
	}
	
	.vod_icon {
	width: 22px;
	height: 20px;
	display: inline-block;
	margin-bottom: -4px;
	margin-right: 6px;
	background-position: -27px -210px;
	background-size: 85px auto;
	}

.icon_new{
	margin-left: 5px;
}
.line_bg td{
	background-color: #E0F0FF;
}
.menu_close {
	width: 22px;
	height: 22px;
	cursor: pointer;
	background-position: -40px -220px;
	background-size: 100px auto;
	margin-left: 10px;
}


.OpenMenuButton {
	width: 65px;
	height: 50px;
	cursor: pointer;
	background-position: -7px -390px;
	background-size: 180px auto;
	font-size: 15pt;
	font-weight: 900;
	word-spacing: 140%;
	letter-spacing: 4px;
	margin-right: 5px;
}


.DrawerMenu {
  position: fixed;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  transform: translateX(-100%);
  transition: transform 0.5s cubic-bezier(0.4, 0.0, 0.2, 1);
  display: grid;
  grid-template-areas: 'MENU OVERLAY';
  grid-template-columns: 15fr 5fr
  
}
.Menu h2 {
	font-size: 15pt;
	margin-bottom: 20px;
	display: flex;
    align-items: center; /* 수직 가운데 정렬 */
}

@media (min-width: 30em) {


.DrawerMenu {
    grid-template-columns: auto 1fr
  
}
  }


[data-menu]:checked ~ .DrawerMenu {
    transform: none
  
}


.Menu {
	display: block;
	flex-flow: column wrap;
	transform: translateX(-30%);
	opacity: 0;
	color: #fff;
	transition: all 500ms cubic-bezier(0.4, 0.0, 0.2, 1);
	transition-delay: 0;
	contain: content;
	grid-area: 'MENU';
	background-color: rebeccapurple;
	box-sizing: border-box;
	padding: 24px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	font-size: 13pt;
	font-weight: 600;
}


@media (min-width: 30em) {


.Menu {
    min-width: 400px
}
  }


[data-menu]:checked ~ .DrawerMenu .Menu {
    transform: none;
    opacity: 1;
    transition-delay: 300ms
}


.Menu a {
    text-decoration: none;
    color: #FFFFFF80;
    display: block;
    padding: 10px 0
  }


.Menu a:hover {
	color: #FFFFFF;
    }


.Menu > * + * {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }


.MenuOverlay {
  display: block;
  grid-area: 'OVERLAY'
}


[data-menu]:not(:checked) ~ .DrawerMenu .MenuOverlay {
    pointer-events: none
}





.icon_ryu {
	display: inline-block;
	width: 125px;
	height: 125px;
	border-radius: 50%;
	overflow: hidden;
}

.icon_ryu img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.cicle_bg_img.icon_1 {
	width: 80px;
	height: 80px;
	background-position: 0px 0px;
	background-size: 320px auto;
	margin-top: 23px;
	margin-left: 23px;
}

.cicle_bg_img.icon_2 {
	width: 80px;
	height: 80px;
	background-position: -93px 0px;
	background-size: 300px auto;
	margin-top: 25px;
	margin-left: 20px;
}

.cicle_bg_img.icon_3 {
	width: 80px;
	height: 80px;
	background-position: -193px 0px;
	background-size: 300px auto;
	margin-top: 20px;
	margin-left: 20px;
}

.cicle_bg_img.icon_4 {
	width: 90px;
	height: 90px;
	background-position: 0px -105px;
	background-size: 320px auto;
	margin-top: 20px;
	margin-left: 22px;
}

.cicle_bg_img.icon_5 {
	width: 90px;
	height: 90px;
	background-position: -100px -105px;
	background-size: 320px auto;
	margin-top: 25px;
	margin-left: 20px;
}

.cicle_bg_img.icon_6 {
	width: 90px;
	height: 90px;
	background-position: -200px -105px;
	background-size: 320px auto;
	margin-top: 25px;
	margin-left: 20px;
}

.cicle_bg_img.icon_7 {
	width: 90px;
	height: 90px;
	background-position: 0px -200px;
	background-size: 320px auto;
	margin-top: 25px;
	margin-left: 22px;
}


.cicle_bg_img.icon_8 {
	width: 90px;
	height: 90px;
	background-position: -225px -215px;
	background-size: 350px auto;
	margin-top: 25px;
	margin-left: 22px;
}


#top_warp {
	width: 100%;
	background-color: #002F5F;
	height: 60px;
	position: sticky;
	top: 0;
    z-index: 10;
}
.top_menu {
	width: 1230px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
}

.da_logo {
	width: 200px;
	height: 50px;
	background-position: 0px -205px;
	background-size: 220px auto;
	margin-top: 7px;
	margin-left: 0px;
}

.top_group_menu {
	float: right;
	width: 400px;
	height: 60px;
	text-align: right;
	font-weight: 600;
	display: flex;
	justify-content: flex-end;
	align-items: center;  /* 수직 가운데 정렬 */
	color: #FFFFFF;
	font-size: 14pt;
}

.top_group_menu a {
	color: #FFFFFF;
}

.top_group_menu_icon {
	width: 50px;
	height: 50px;
	background-position: 0px -98px;
	background-size: 160px auto;
	margin-top: 7px;
	margin-left: 10px;
}

.top_group_menu span {
	line-height: 60px; /* 텍스트 수직 가운데 정렬 */
}

#top_sub_warp {
	width: 100%;
	height: 45px;
	background-color: #FFFFFF;
	border-bottom: 3px solid #F4F4F4;
	display: block;
	position: sticky;
	top: 60px;
    z-index: 9;
}


.sub_menu {
	width: 1230px;
	margin-left: auto;
	margin-right: auto;
}
#top_sub_warp .sub_menu li {
	float: left;
	font-weight: 600;
	margin-right: 30px;
	line-height: 45px;
}



#contents_warp {
	width: 100%;
	min-height: 300px;
	height: auto;
}

#body_contents {
	width: 1230px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap; /* 필요에 따라 줄 바꿈을 허용 */
	height: auto; /* Allow this to grow based on content */
}
#main_popup {
	width: 1230px;
	height: 385px;
	margin-top: 30px;
	margin-bottom: 40px;
	display: block;
	position: relative;
}




#main_circle_menu {
	width: 100%;
	display: inline-block;
}
.circle_menu li {
	float: left;
	margin-left: 24px;
	margin-right: 24px;
}
.circle_menu .txt {
	display: block;
	width: 125px;
	height: 60px;
	text-align: center;
	font-weight: 600;
	margin-top: 10px;
	font-size: 12pt;
	color: #4D4D4D;
}

#main_bbs_warp {
	display: inline-block;
}


#main_bbs_warp li {
	float: left;
	width: 600px;
	background-color: #efefef;
	height: 220px;
}


#main_bbs_warp li:first-child,#main_bbs_warp li:nth-child(3) {
	margin-right: 30px;	
}

#main_bbs_warp li:nth-child(3),#main_bbs_warp li:nth-child(4) {
	margin-top: 30px;
	margin-bottom: 30px;
}

.bbs_con_list {
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	display: block;
}

.bbs_con_list dt {
	margin-bottom: 7px;
	font-weight: 600;
	font-size: 14pt;
}

.bbs_con_list dd {
	line-height: 27px;
}




.circle_bg {
	display: block;
	width: 125x;
	height: 125px;
	background-color: #efefef;
	border-radius: 50%;
}

.circle_bg:hover {
	background-color: #D9EAFC;
}

.circle_bg.bg_blue {
	background-color: #002F5F;
}

.circle_bg.bg_blue:hover {
	background-color: #E46316;
}




#contents_foot {
	width: 100%;
	background-color: #f5f5f8;
	padding-top: 40px;
	padding-bottom: 40px;	
}#foot_warp  {
	width: 1230px;
	margin-left: auto;
	margin-right: auto;
}
.copyright {
	display: block;
	margin-top: 10px;
}
#main_datv_warp1 {
	display: block;
	background-color: #E1ED94;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	border-radius: 15px;
	position: relative;
	margin-bottom: 30px;
	width: 100%;
}

#main_datv_warp2 {
	display: block;
	background-color: #efefef;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	border-radius: 15px;
	position: relative;
	margin-bottom: 30px;
	width: 100%;
}

#main_datv_warp3 {
	display: block;
	background-color: #f1d799;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	border-radius: 15px;
	position: relative;
	margin-bottom: 30px;
	width: 100%;
}

.datv_title1 {
	font-weight: 600;
	font-size: 14pt;
	color: #656F28;
	margin-bottom: 10px;
	display: block;
}
.datv_title2 {
	font-weight: 600;
	font-size: 14pt;
	color: #343434;
	margin-bottom: 10px;
	display: block;
}

.datv_title3 {
	font-weight: 600;
	font-size: 14pt;
	color: #343434;
	margin-bottom: 10px;
	display: block;
}

.scroll-img {
	width: 1070px;
	height: 195px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.scroll-img ul {
  width: 1080px;
  height: 600px;
  margin: 0;
}
.scroll-img ul li {
	display: inline-block;
	margin: 10px 0 10px 20px;
	width: 190px;
}

.scroll-img1 {
	width: 1230px;
	height: 410px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.scroll-img1 ul {
  width: 1240px;
  height: 600px;
  margin: 0;
}
.scroll-img1 ul li {
	display: inline-block;
	margin: 0px 6px 0px 0px;
	width: 612px;
}
#demo1.scroll-img1 ul {
  width: 5000px;
}

#demo5.scroll-img ul, #demo6.scroll-img ul, #demo7.scroll-img ul {
  width: 3000px;
}

.datv_vod_title {
	display: block;
	margin-top: 10px;
	font-size: 12pt;
	height: 47px;
	overflow: hidden;
	position: relative;
}
.datv_vod_img {
	height: 107px;
	display: block;
}
.datv_vod_img img {
	width: 100%;
	height: 100%;
}


#demo1-backward {
	left: 0px;
	top: 140px;
	position: absolute;
	width: 75px;
	height: 75px;
	display: inline-block;
}
#demo1-forward {
	top: 140px;
	position: absolute;
	width: 75px;
	height: 75px;
	display: inline-block;
	right: 5px;
}


#demo5-backward {
	left: 0px;
	top: 70px;
	position: absolute;
	width: 60px;
	height: 110px;
	display: inline-block;
	left: 20px;
}
#demo5-forward {
	top: 70px;
	position: absolute;
	width: 60px;
	height: 110px;
	display: inline-block;
	right: 10px;
}

#demo6-backward {
	left: 20px;
	top: 70px;
	position: absolute;
	width: 60px;
	height: 110px;
	display: inline-block;
}
#demo6-forward {
	top: 70px;
	position: absolute;
	width: 60px;
	height: 110px;
	display: inline-block;
	right: 10px;
}

#demo7-backward {
	left: 20px;
	top: 70px;
	position: absolute;
	width: 60px;
	height: 110px;
	display: inline-block;
}
#demo7-forward {
	top: 70px;
	position: absolute;
	width: 60px;
	height: 110px;
	display: inline-block;
	right: 10px;
}

.backward_white {
	width: 50px;
	height: 100px;
	background-position: 0px -420px;
	background-size: 250px auto;
	opacity: 0.7;
	cursor: pointer;
}

.forward_white {
	width: 50px;
	height: 100px;
	background-position: -55px -420px;
	background-size: 250px auto;
	opacity: 0.7;
	cursor: pointer;
}

.backward_main {
	width: 75px;
	height: 75px;
	background-position: -100px -510px;
	background-size: 350px auto;
	opacity: 0.3;
	cursor: pointer;
}

.forward_main {
	width: 75px;
	height: 75px;
	background-position: -190px -510px;
	background-size: 350px auto;
	opacity: 0.3;
	cursor: pointer;
}

.backward_gray {
	width: 50px;
	height: 100px;
	background-position: -110px -420px;
	background-size: 250px auto;
	cursor: pointer;
}

.forward_gray {
	width: 50px;
	height: 100px;
	background-position: -165px -420px;
	background-size: 250px auto;
	cursor: pointer;
}

#abn_link {
	
	display: inline-block;
	margin-bottom: 50px;
}

#abn_banner a {
	float: left;
	width: 215px;
	height: 70px;
	background-color: #f4f4f4;
	margin-right: 20px;
	line-height: 70px;
	font-size: 13pt;
	font-weight: 600;
	padding-left: 15px;
}

.abn_icon {
	width: 50px;
	height: 70px;
	background-position: -55px -95px;
	background-size: 170px auto;
	margin-top: 0px;
	margin-right: 10px;
	float: right;
}

.abn_icon.abn1 {
	width: 50px;
	height: 60px;
	background-position: -100px -200px;
	background-size: 180px auto;
}

.abn_icon.abn2 {
	width: 50px;
	height: 60px;
	background-position: 0px -200px;
	background-size: 180px auto;
}

.abn_icon.abn3 {
	width: 50px;
	height: 60px;
	background-position: 0px -255px;
	background-size: 180px auto;
	margin-top: 7px;
}

.abn_icon.abn4 {
	width: 50px;
	height: 60px;
	background-position: -50px -205px;
	background-size: 180px auto;
	margin-top: 7px;
}

#abn_banner a:first-child {
	background-color: #002F5F;
	color: #FFFFFF;
}

#abn_banner a:last-child {
	margin-right: 0px;
}


#login_wap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

#login_box {
	width: 800px;   /* 원하는 너비 */
	height: 500px;  /* 원하는 높이 */
	background-image: url('/images/login_box.jpg?ver=111'); /* 배경 이미지 */
	background-size: cover;  /* 배경 이미지 크기 조정 */
	background-position: center; /* 배경 이미지 중앙 정렬 */
	background-repeat: no-repeat; /* 배경 이미지 반복 방지 */
	border-radius: 20px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);  /* 그림자 */
}

#mg30 {
	display: block;
	height: 30px;
	width: 100%;
}
.info_bbs_tbl {
	width: 100%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #495b94;
	height: 50px;
}
.info_bbs_tbl.topmargin { margin-top: 25px; }

.info_bbs_tbl tr th,.info_bbs_tbl tr td{ border-bottom:1px solid #E4E4E4; border-left:1px solid #E4E4E4; text-align:center; padding-top: 9px; padding-bottom: 5px; }
.info_bbs_tbl.bbsline tr td { line-height: 40px; padding-top: 0px; padding-bottom: 0px; height: 40px; }
.info_bbs_tbl tr .fst,.info_bbs_tbl .line_bold .fst { border-left-style: none; }
.info_bbs_tbl .thead {
	background-color: #F2F2F2;
	height: 50px;
}
.info_bbs_tbl ._link { text-decoration: underline; color: #666;/* [disabled]font-weight: bold; */ }
.info_bbs_tbl .small { font-size: 12px; color: #A4A4A4; font-family: Verdana, Geneva, sans-serif; letter-spacing: -1px; }
.notice_txt { font-size: 11px; }

.info_bbs_tbl .day { font-size: 10px; color: #999; font-family: Verdana, Geneva, sans-serif; font-weight: normal; margin-top: -1px; }
.info_bbs_tbl .right { text-align: right; padding-right: 10px; }
.info_bbs_tbl .left { text-align: left; padding-left: 20px; color: #999; }
.info_bbs_tbl .info_input { height: 23px; padding-left: 4px; }
.info_bbs_tbl tr .title { color: #666; }
.info_bbs_tbl .date { margin-left: 50px; }
.file_data { margin-left: 4px; margin-right: 4px; }
.icon_new { margin-left: 4px; }
.info_bbs_tbl.reply { font-size: 10px; color: #999; }
.info_bbs_tbl.bbsline tr .left .reply { font-size: 11px; color: #FF6600; margin-left: 4px; letter-spacing: -1px; }

#goto_page {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
	display: inline-block;
}


.common_page			{ font-family:verdana; font-size:8pt; color:#666666; line-height:24px; letter-spacing: -1px; display: inline-block; }
.common_page B			{ font-family:"verdana"; font-size:8pt; color:#264d9c; border:1px solid; border-color:#264d9c; width:20px; margin:0px 3px 1px 3px; padding:1px 6px 2px 6px; text-align:center; padding-top: 2px; padding-bottom: 3px; font-weight:bold; }
#goto_page td a .btn {
	padding-right: 7px;
	padding-left: 7px;
	border: 0px solid #E1E1E1;
	background-color: #EFEFEF;
	font-size: 12px;
	height: 22px;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 22px;
}

.common_page A			{
	font-family: "verdana";
	font-size: 8pt;
	color: #666666;
	width: 20px;
	text-align: center;
	font-weight: bold;
	height: 38px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 1px;
	margin-left: 3px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}
.common_page A:link		{color:#666666; text-decoration:none; border:1px solid; border-color:#E5E5E5;}
.common_page A:visited	{color:#666666; text-decoration:none; border:1px solid; border-color:#E5E5E5;}
.common_page A:active	{color:#666666; text-decoration:none; border:1px solid; border-color:#E5E5E5;}
.common_page A:hover	{color:#264d9c; text-decoration:none; border:1px solid; border-color:#264d9c; }

#main_bbs_title_warp {
	width: 100%;
	display: flex;
	justify-content: space-between; /* .left는 왼쪽 정렬, .right는 오른쪽 정렬 */
	align-items: center; /* 수직 중앙 정렬 */
}


.bbs_title {
	width: 500px;
	margin-top: 50px;
	margin-bottom: 20px;
	float: left;
	font-size: 16pt;
	font-weight: 600;
	
}
#test_warp {
	width: 100%;
	height: 100px;
	background-color: #FB8183;
	margin-bottom: 40px;
	padding-top: 20px;
	padding-bottom: 30px;
}

.bbs_search {
	width: 500px;
	margin-top: 50px;
	margin-bottom: 20px;
	float: right;
	text-align: right;
}

.bbs_search input{
	width: 200px;
	height: 30px;
}
#bbs_title_box {
	display: block;
	clear: both;
	background-color: #F4F4F4;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
	width: 100%;
	box-sizing: border-box;
}

#bbs_title_box .title {
	font-size: 14pt;
	font-weight: 600;
	text-align: left;
	width: 100%;
	display: block;
}
.bbs_write_line {
	display: block;
	border-top: 1px solid #D2D2D2;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding-top: 10px;
	font-size: 12pt;
}
.bbs_write_line .txt {
	float: left;
	display: inline-block;
	margin-right: 25px;
}
.bbs_write_line .file {
	float: right;
	display: inline-block;
}
.bbs_write_line .file a {
	color: #1551B9;
	font-weight: 600;
	text-decoration: underline;
}
#bbs_content {
	min-height: 400px;
	line-height: 180% !important;
	width: 100%;
	box-sizing: border-box;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}

#bbs_btn_list {
	display: block;
	margin-bottom: 30px;
	text-align: center;
}

#bbs_btn_list .bbs_btn {
	height: 35px;
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block;
	text-align: center;
	line-height: 35px;
	font-weight: 600;
	background-color: #E8E8E8;
	border-radius: 4px;
	margin-left: 2px;
	margin-right: 2px;
	font-size: 12pt;
}

#bbs_reply_warp {
	display: flex;
	flex-wrap: wrap; /* 자식 요소들이 여러 줄에 걸쳐 배치되도록 설정 */
	justify-content: flex-start; /* 왼쪽 정렬 */
	align-items: flex-start; /* 위쪽 정렬 */
	width: 100%; /* reply의 너비를 1000px로 설정 */
	margin-bottom: 40px;
}
.bbs_reply_box {
	display: inline-block;
	max-width: 250px; /* 최대 너비 200px */
	width: auto; /* 텍스트 길이에 맞게 너비 자동 조정 */
	margin-bottom: 25px; /* 요소들 사이에 간격 추가 */
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px; /* 텍스트 내부 여백 */
	text-align: left; /* 텍스트 왼쪽 정렬 */
	white-space: normal; /* 텍스트가 자동으로 줄바꿈되도록 설정 */
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); /* 그림자 추가 */
	margin-right: 20px;
	font-size: 11pt;
	border-radius: 6px;
	background-color: #FFF7B6;
}

.bbs_reply_box .name {
	display: block;
	color: #1535C9;
	margin-top: 10px;
}
.bbs_reply_box .date {
	display: block;
	color: #707070;
	font-size: 9pt;
}

.bbs_reply_box .date .del {
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #FFFFFF;
	margin-left: 5px;
	padding-right: 3px;
	padding-left: 3px;
}

#bbs_reply_write {
	width: 100%;
	background-color: #F4F4F4;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 40px;
	padding-right: 40px;
	clear: both;
	display: block;
	margin-bottom: 40px;
	box-sizing: border-box;
}

#bbs_reply_write .txt {
	display: block;
	font-size: 11pt;
	margin-bottom: 15px;
	margin-left: 5px;
}

.reply_input {
	flex-grow: 1;
}
.reply_input textarea {
	width: calc(100% - 100px);
	font-size: 12pt;
	padding-right: 10px;
	height: 70px;
	border: 1px solid #D8D8D8;
	display: inline-block;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	box-sizing: border-box; /* padding과 border를 너비에 포함시킴 */
}

.reply_btn {
	width: 70px;
	height: 60px;
	margin-left: 10px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	padding: 5px;
	background-color: #B2B2B2; /* 원하는 배경색으로 변경 가능 */
	cursor: pointer;
	line-height: 60px;
	font-weight: 600;
	border-radius: 4px;
	color: #FFFFFF;
    }

.reply_num {
	color: #CF3004;
	font-size: 10pt;
	margin-left: 5px;
}

.cafe_wellcome_txt {
	color: #122FB4;
	font-size: 13pt;
	font-weight: 600;
}
 #cafe_left {
	width: 250px;
	background-color: #F1EEA3;
	margin-right: 20px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
#cafe_content {
	width: calc(100% - 250px - 20px); /* body_contents 너비에서 cage_left, 마진 15px, 마진 10px을 뺌 */
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	flex-grow: 1;
	box-sizing: border-box;
}

.cafe_left_well {
	width: 250px;
	background-color: #BBB52E;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
	display: flex;  /* Flexbox 활성화 */
	flex-direction: column;  /* 수직 정렬을 위해 column 설정 */
	justify-content: center;  /* 수직 가운데 정렬 */
	align-items: center;  /* 수평 가운데 정렬 */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 120px;
	text-align: center;
	color: #FFFFFF;
	line-height: 150%;
	font-weight: 600;
	letter-spacing: -1px;  /* 자간을 -1px로 설정 */
}

.cate_menu_txt {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;	
}
.cate_menu_txt li{
	display: inline-block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-weight: 600;
	font-size: 13.5pt;
}

.cate_menu_txt .line{
	display: inline-block;
	width: 100%;
	height: 1px;
	border-top: 2px solid #BFB457;
	margin-top: 15px;
	margin-bottom: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cafe_admin_menu a {
	color: #096CF1;
}

.bbs_ea {
	font-size: 10pt;
	font-weight: 600;
	color: #E82528;
}
# cafe_bbs_head {
	width: 100%; /* 전체 너비 */
	display: flex; /* flexbox를 사용하여 자식 요소를 한 줄로 배치 */
	justify-content: space-between; /* 두 요소를 양쪽 끝으로 배치 */
	align-items: center; /* 세로 정렬을 가운데로 */	
	}
.cafe_bbs_title {
	font-size: 15pt;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 15px;
	height: 40px;
	line-height: 40px;
}
.cafe_bbs_search_warp {
	order: 1px solid #D9DC6E;
	display: inline-block;
	float: right;
	margin-bottom: 15px;
	align-items: center; /* 세로 정렬을 가운데로 */	
}
.bbs_sch_btn {
	margin-left: 5px;
	width: 60px;
	height: 35px;
	display: inline-block;
	background-color: #DBDBDB;
	text-align: center;
	line-height: 35px;
	font-weight: 600;
	border-radius: 3px;
	cursor: pointer;
}
.bbs_write_btn {
	margin-left: 5px;
	width: 80px;
	height: 35px;
	display: inline-block;
	background-color: #002F5F;
	text-align: center;
	line-height: 35px;
	font-weight: 600;
	border-radius: 3px;
	color: #FFFFFF;
	cursor: pointer;
}
.cafe_bbs_search_warp input {
	width: 200px;
	height: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #868686;
}

#bbs_btn_list .submit_btn {
	width: 100px;
	height: 40px;
	line-height: 40px;
	font-size: 13pt;
	background-color: #747474;
	color: #FFFFFF;
	font-weight: 600;
	margin-left: auto;
	margin-right: auto;
	border-radius: 4px;
}
.submit_btn a:link{
	color: #FFFFFF;	
}

.notice_txt {
	color: #D90F12;
	font-size: 10pt;
	font-weight: 500;
}
.castday {
	display: block;
	font-size: 11pt;
	color: #808080;
}
#datv_pds {
	width: 100%;
    }

#datv_vod_warp {
	width: 390px;
	height: 350px; /* 임의 높이 */
	margin-left: 30px;
	float: left;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}
#datv_pds .mg {
	margin-left: 0px;
}
#datv_vod_warp .vod_img img {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}

.vod_img_ready {
	width: 390px;
	height: 219px;
	display: flex;
	justify-content: center; /* 가로 가운데 정렬 */
	align-items: center; /* 세로 가운데 정렬 */
	background-color: #F4D3BD;
	margin-bottom: 20px;
}

#datv_vod_warp .title {
	width: 100%;
	display: block;
	margin-bottom: 20px;
	height: 47px;
	font-weight: 600;
	overflow: hidden;
	line-height: 140%;
}

#datv_vod_warp .date {
	margin-top: -10px;
	font-size: 11pt;
	display: block;
}
#datv_vod_warp .btn {
	width: 160px;
	display: inline-block;
	margin-bottom: 20px;
	height: 30px;
	font-weight: 600;
	overflow: hidden;
	font-size: 11pt;
	line-height: 30px;
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	margin-top: -10px;
	color: #696969;
}
