@charset "UTF-8";

/* 그누보드 관리자 페이지 */

#wrapper {color: #000000;}
#wrapper h1, #wrapper h2, #wrapper h3, #wrapper h4, #wrapper h5, #wrapper h6 {}

#footer{
   border-top:2px solid var(--blue01);
}
#banner{display:none;}

.basic .basic_write fieldset label,
.news .news_write fieldset .title_label{
	display: flex;
    width: 180px;
    font-size: 1.25rem;
    font-weight: var(--fw-600);
    color: var(--black);
    padding-left: 40px;
    background: var(--blue03);
    align-items: center;
}

.basic .basic_write fieldset input,
.basic .basic_write fieldset textarea,
.news .news_write fieldset textarea{
	width: calc(100% - 200px);
    margin: 8px 10px;
    outline: none;
    resize: none;
    font-size: 1rem;
    font-weight: var(--fw-400);
    line-height: 40px;
    border: solid 1px var(--gray02);
    border-radius: 6px;
}

.basic .basic_write .write_wrap .content-title input, 
.news .news_write .write_wrap .content-title input  {
	padding: 0px 10px;
}

.basic .basic_write fieldset textarea:focus,
.basic .basic_write fieldset textarea:active,
.news .news_write fieldset textarea:focus,
.news .news_write fieldset textarea:active{
	box-shadow: none;
    appearance: none;
    border: 0 !important;
	outline: none;
}
.basic .basic_write fieldset iframe,
.news .news_write fieldset iframe{
	width: calc(100% - 200px) !important;
	margin: 8px 10px;
}

/***********************
board
***********************/
.basic .bo_box .bo_list{
	width:100%;
	border-top:2px solid var(--gray01);
	border-bottom: 2px solid var(--gray01);
}

.basic .bo_box .bo_list li{
	display:flex;
	border-bottom:1px solid var(--gray02);
	flex-direction:column;
}

.basic .bo_box .bo_list li h4{
	display:flex;
	justify-content:space-between;
	align-items:center;
	cursor:pointer;
	padding:15px 50px;
}

.basic .bo_box .bo_list li h4 a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.basic .bo_box .bo_list li h4 .day_tit_line{
	display:flex;
	align-items:center;
	width: calc(100% - 60px);
}

.basic .bo_box .bo_list li h4 .day_tit_line .day_line{
	display:flex;
	align-items:center;
	flex-direction: column;
}

.basic .bo_box .bo_list li h4 .day_tit_line .day {
	display: block;
    font-size: 2.68rem;
    color: var(--blue04);
    font-weight: var(--fw-800);
	line-height: 1;
}
.basic .bo_box .bo_list li h4 .day_tit_line .ym {
	font-size: 0.875rem;
    color: var(--gray01);
	font-weight: var(--fw-400);
}

.basic .bo_box .bo_list li .icn{
	display:flex;
	width:60px;
	height:60px;
	border-radius:50%;
	justify-content:center;
	align-items:center;
}

.basic .bo_box .bo_list li h4 p{
	padding: 12px 50px;
	margin-left:50px;
	position:relative;
	font-size:1.25rem;
	font-weight: var(--fw-600);
	width:100%;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.basic .bo_box .bo_list li h4 p:before{
	content:'';
	position:absolute;
	width:1px;
	height:60px;
	background-color:var(--gray02);
	left:0;
	top:0;
}

.basic .bo_box .bo_list li .view_btn{
	width:60px;
	height:60px;
	/*background-color:var(--blue04);*/
	border:1px solid var(--blue04);
	border-radius:50%;
	display:flex;
	justify-content:center;
	align-items:center;
	
	background: #ffffff;
    background-image: url(/skin/board/nonsalary/img/view.png);
    background-repeat: no-repeat;
    background-position: center;
	background-size: 100% 100%;
}

.basic .bo_box .bo_list li:hover .view_btn{
	background: var(--blue04);
	background-image: url(/skin/board/nonsalary/img/view_go.png);
    background-repeat: no-repeat;
    background-position: center;
	transition: var(--transition);
	background-size: 100% 100%;
}

.basic .bo_box .bo_list li_tit.open{
	border-bottom:1px solid var(--gray02);
}

.basic .bo_box .bo_list>li:last-child{
	border:0;
}

.basic .board_a_btn  {
	padding: 15px 58px;
    background: var(--blue03);
    color: var(--blue01);
    font-weight: var(--fw-500);
    border-radius: 10px;
    font-size: 1.125rem;
    /*display: flex;
    gap: 10px;*/
}
.basic .board_btn {
	padding: 15px 58px;
    background: var(--blue03);
    color: var(--blue01);
    font-weight: var(--fw-500);
    border-radius: 10px;
    font-size: 1.125rem;
	vertical-align: inherit;
	border: 0;
}

.basic .bo_fx_bt {
	display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    right: 0;
}
.basic .bo_fx_bt .btn_bo_user_bt {
	display: flex;
    justify-content: end;
}
.basic .bo_fx_bt .btn_bo_user_bt .board_a_btn {}

.basic .paging{
	display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.basic .pg_wrap {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.basic .pg_current {
    display: inline-block;
    background: var(--white);
    border: 1px solid var(--white);
    color: var(--blue01);
    font-weight: var(--fw-700);
    /*height: 30px;*/
    /*line-height: 30px;*/
    padding: 0 5px;
   /* min-width: 30px;*/
    border-radius: 3px;
	font-size: 1.0325rem;
}

.basic .pg_page {
    color: var(--gray01);
    font-size: 1.0325rem;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    /*min-width: 30px;*/
    text-decoration: none;
    border-radius: 3px;
    background: var(--white);
    border: 1px solid var(--white);
}

.basic .pg_prev {
    text-indent: -999px;
    overflow: hidden;
    background: url(/skin/board/nonsalary/img/pg_l.png) no-repeat 50% 50%;
}
.basic .pg_next {
    text-indent: -999px;
    overflow: hidden;
    background: url(/skin/board/nonsalary/img/pg_r.png) no-repeat 50% 50%;
}
.basic .pg_start:hover,.basic .pg_prev:hover,.basic .pg_end:hover,.basic .pg_next:hover,.basic .pg_page:hover {background-color:#ffffff}

.basic .no_page {
	opacity: 0.4;
}

@media screen and (max-width:1300px){
	
}

@media screen and (max-width:989px){
	.basic .bo_box .bo_list li .icn{
		width:50px;
		height:50px;
	}

	.basic .bo_box .bo_list li h4 p:before{
		height:50px;
	}

	.basic .bo_box .bo_list li h4 p{
		padding: 12px 30px;
		margin-left:40px;
		font-size:1.125rem;
		line-height:50px;
	}
	
	.basic .bo_box .bo_list li h4 .day_tit_line {
		width: calc(100% - 50px);
	}

	.basic .bo_box .bo_list li .view_btn{
		width:50px;
		height:50px;
	}

	.basic .bo_box .bo_list li .day_tit_line i{
		font-size:1.125rem;
	}

	.basic .bo_box .bo_list li .a_tit i{
		font-size:1.125rem;
	}

	.basic .bo_box .bo_list li .view_btn img{
		height:40%;
	}

	.basic .bo_box .bo_list li h4{
		padding:10px 40px;
	}
}

@media screen and (max-width:767px){


	.basic .bo_box .bo_list li h4{
		padding:10px 20px;
	}
	
	.basic .bo_box .bo_list li h4 p{
		
		margin-left:0px;
		font-size: 1.0625rem;
		line-height:1.5;
		
	}
	
	.basic .bo_box .bo_list li h4 .day_tit_line .day {font-size: 2rem; line-height: 1;}
	.basic .bo_box .bo_list li h4 .day_tit_line .ym {font-size: 0.75rem;}
	
	.basic .bo_box .bo_list li h4 .day_tit_line {
		width: calc(100% - 40px);
	}

	.basic .bo_box .bo_list li .view_btn{
		width:40px;
		height:40px;
	}

	.basic .bo_box .bo_list li .icn{
		width:40px;
		height:40px;
	}

	.basic .bo_box .bo_list li .day_tit_line i{
		font-size:1rem;
	}

	.basic .bo_box .bo_list li .a_tit i{
		font-size:1rem;
	}

	.basic .bo_list li h4 p:before{
		display:none;
	}
	.basic .paging{
		flex-direction: column;
	}
	.basic .pg_wrap {
		margin-right: 0px;
	}
	
	.basic .bo_fx_bt {
		justify-content: end;
		width: 100%;
	}
	.basic .pg_prev {
		background: url(/skin/board/nonsalary/img/pg_l.png) no-repeat 50% 60%;
		background-size: 70% auto;
	}
	.basic .pg_next {
		background: url(/skin/board/nonsalary/img/pg_r.png) no-repeat 50% 60%;
		background-size: 70% auto;
	}
	
	.basic .bo_fx_bt {

		position: relative;

	}

}

@media screen and (max-width:460px){
	.basic .bo_list li .view_btn{
		width:30px;
		height:30px;
		background-size: 50%;
	}
	.basic .bo_list li:hover .view_btn{
		background-size: 50%;
	}

	.basic .bo_list li .icn{
		width:30px;
		height:30px;
	}



	.basic .bo_box .bo_list li h4{
		padding:10px 10px;
	}



	.basic .bo_list li h4 p{
		padding-left:26px;
		padding-right: 20px;
	}

	.basic .bo_list li .day_tit_line i{
		font-size:0.875rem;
	}

	.basic .bo_list li .a_tit i{
		font-size:0.875rem;
	}

	.basic .bo_list li .view_btn img{
		height:45%;
	}
	
	
	


}

/* 비급여 글쓰기 */
.basic .basic_write .write_wrap {
	border-top: solid 2px var(--gray01);
    border-bottom: solid 2px var(--gray01);
}



.basic .basic_write .write_wrap .cke_sc {
	display: none;
}
.basic .basic_write fieldset{
	display: flex;
	border-bottom: solid 1px var(--gray02);
	/*align-items: stretch;
	border-bottom: 1px solid var(--color-brown);
	padding: var(--space-25);*/
}

.basic .basic_write fieldset:nth-last-child(1) {
	display: flex;
	border-bottom: 0;

}


.basic .basic_write fieldset.write{
	align-items: stretch;
}
.basic .basic_write fieldset.write label{
	/*padding-top: var(--space-5);*/
	
}


/* .nonsalary .nonsalary_write fieldset textarea{
	height: 385px;
} */


.basic .basic_write .button_box {
	padding: 60px 0px 0px;
	display: flex;
    gap: 0px 10px;
    justify-content: end;
}


/* 비급여 뷰 */
.basic .bo_v_nb li .nb_tit {
	display: inline-block;
    padding: 0px 15px 0px 10px;
    color: var(--black);
    font-weight: var(--fw-600);
	font-size: 1rem;
}

.basic .bo_v_nb li.btn_next .nb_tit {
    padding: 0px 10px 0px 20px;
}

.basic .basic_view .day_view  {
	font-size: 1.875rem;
    font-weight: var(--fw-800);
    color: var(--gray01);
    margin-bottom: 20px;
}
.basic .basic_view .day_view .mint {
	font-size: 1.875rem;
    color: var(--blue04);
    font-weight: var(--fw-800);
}
.basic .basic_view .view_wrap {
	border-top: solid 2px var(--gray01);
    border-bottom: solid 2px var(--gray01);
}

.basic .basic_view .view_wrap h4 {
	padding: 16px 0px;
    font-size: 1.25rem;
    font-weight: var(--fw-600);
    border-bottom: solid 1px var(--gray02);
	word-break: keep-all;
}

.basic .basic_view .view_wrap .bo_v_nb {
	display: flex;
	border-top: solid 2px var(--gray01);
}

.basic .basic_view .view_wrap .bo_v_nb li {
	width: 50%;
	border: 0;
	flex-grow: 1;
	display: flex;
}

.basic .basic_view .view_wrap .bo_v_nb li a {
	width: 100%;
    display: flex;
    align-items: center;
}

.basic .basic_view .view_wrap .bo_v_nb li .nb_tit_text {
	color: var(--gray01);
    font-weight: var(--fw-400);
    font-size: 1.125rem;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	display: inline-block;
    width: calc(100% - 110px);
}

.basic .basic_view .view_wrap .bo_v_nb li img {
	display: inline-block;
}

.basic .basic_view .view_wrap .bo_v_nb li.btn_prv {
	text-align: left;
	padding-left: 0px;
}

.basic .basic_view .view_wrap .bo_v_nb li.btn_next {
	text-align: right;
	padding-right: 0px;
}


.basic .basic_view .button_box {
	padding: 60px 0px 0px;
	display: flex;
    gap: 0px 10px;
    justify-content: end;
}

.basic #bo_v_con {
    margin: 46px 0 30px;
}
.basic #bo_v_con img {display: inline-block;}




@media screen and (max-width: 800px){

	.basic #bo_box .td_datetime {
		width: 20%;
	}
	.basic #bo_box .td_datetime .day {
		font-size: 1.8rem;
	}
}


@media screen and (max-width: 640px){
	
	.basic .basic_view .view_wrap .bo_v_nb {
		flex-direction: column;
	}
	.basic .basic_view .view_wrap .bo_v_nb li{
		width: 100%;
		text-align: left !important;
        display: flex;
	}
	.basic .basic_view .view_wrap .bo_v_nb li img{
		display : none;
	}
	
	.basic .basic_view .view_wrap .bo_v_nb li.btn_prv {
		border-bottom: solid 1px var(--gray02);
	}
	
	.basic .bo_v_nb li .nb_tit {
		padding-left: 0px;
	}
	
	.basic .basic_view .view_wrap .bo_v_nb li a {
		width: 100%;
		display: flex;
		align-items: center;
	}
	
	.basic .basic_view .view_wrap .bo_v_nb li .nb_tit_text {
		font-size: 1rem;
	}
	
	.basic .basic_view .view_wrap .bo_v_nb li.btn_next .nb_tit_text {order:2;}
	.basic .basic_view .view_wrap .bo_v_nb li.btn_next .nb_tit {order:1;}
	.basic .basic_view .view_wrap .bo_v_nb li.btn_next img {order:3;}
	.basic .board_a_btn {
		padding: 12px 30px;
	}
	.basic .board_btn {
		padding: 12px 30px;
	}
	
	.basic .basic_view .view_wrap h4 {
		font-size: 1.25rem;
	}
	
	.basic .bo_v_nb li.btn_next .nb_tit {
		padding: 0px 15px 0px 0px;
	}
	.basic .basic_view .view_wrap .bo_v_nb li.btn_next {
		padding-right: 10px;
		padding-left: 0px;
	}
	
	.basic .basic_write fieldset.write {
		align-items: center;
		display: flex;
		flex-direction: column;
	}
	
	.basic .basic_write fieldset {
		display: flex;
		flex-direction: column;
	}
	
	.basic .basic_write fieldset label {
		width: 100%;
		padding: 10px 0 10px 20px;
		font-size: 1.125rem;
	}
	
	.basic .basic_write fieldset input, .basic .basic_write fieldset textarea {
		width: 90%;
		margin: 8px auto;
		
	}
	
	.basic .basic_write fieldset iframe{
		width: calc(100% - 40px) !important;
	}

}

/* 병원소식 리스트 */
.news {}
.news .bo_news_box {}
.news .bo_news_box .bo_news_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 60px 40px;
	padding-bottom: 60px;
    border-bottom: solid 2px var(--gray01);
}
.news .bo_news_box .bo_news_list li {
	width: calc((100% - 80px) / 3);
}

.news .bo_news_box .bo_news_list li.empty_table {width: 100%;}

.news .bo_news_box .bo_news_list li .bo_tit {}
.news .bo_news_box .bo_news_list li .bo_tit a {}
.news .bo_news_box .bo_news_list li .bo_tit a .datetime {
	padding-bottom: 20px;
    border-bottom: solid 1px var(--gray01);
}
.news .bo_news_box .bo_news_list li .bo_tit a .month {
	font-size: 1.875rem;
    font-weight: var(--fw-800);
    color: var(--gray01);
}
.news .bo_news_box .bo_news_list li .bo_tit a .day {
	font-size: 1.875rem;
    font-weight: var(--fw-800);
	color: var(--blue04);
}
.news .bo_news_box .bo_news_list li .bo_tit a .title_button {
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top: 20px;
    border-top: solid 1px var(--gray01);
}
.news .bo_news_box .bo_news_list li .bo_tit a .title {
	font-size: 1.25rem;
    font-weight: var(--fw-600);
    color: var(--black);
    padding: 40px 0px;
    margin-top: 0px;
	width: calc(100% - 70px);
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news .bo_news_box .bo_news_list li .bo_tit a .view_btn {
	width:60px;
	height:60px;
	border:1px solid var(--blue04);
	border-radius:50%;
	display:flex;
	justify-content:center;
	align-items:center;
	background: #ffffff;
    background-image: url(/skin/board/nonsalary/img/view.png);
    background-repeat: no-repeat;
    background-position: center;
	background-size: 100% 100%;
}

.news .bo_news_box .bo_news_list li:hover .bo_tit a .view_btn{
	background: var(--blue04);
	background-image: url(/skin/board/nonsalary/img/view_go.png);
    background-repeat: no-repeat;
    background-position: center;
	transition: var(--transition);
}

.news .bo_news_box .bo_news_list li .bo_tit a .thumbnail_box {}
.news .bo_news_box .bo_news_list li .bo_tit a .thumbnail_box .thumbnail {}
.news .bo_news_box .bo_news_list li .bo_tit a .thumbnail_box .thumbnail img {
	border-radius: 10px;
}
.news .bo_news_box .bo_news_list li .bo_tit a .thumbnail_box .thumbnail .no_image {}

.news .bo_fx_bt {
	display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    right: 0;
}
.news .bo_fx_bt .btn_bo_user_bt {
	display: flex;
    justify-content: end;
}
.news .bo_fx_bt .btn_bo_user_bt .board_a_btn {}

.news .paging{
	display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.news .pg_wrap {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.news .pg_current {
    display: inline-block;
    background: var(--white);
    border: 1px solid var(--white);
    color: var(--blue01);
    font-weight: var(--fw-700);
    /*height: 30px;*/
    /*line-height: 30px;*/
    padding: 0 5px;
   /* min-width: 30px;*/
    border-radius: 3px;
	font-size: 1.0325rem;
}

.news .pg_page {
    color: var(--gray01);
    font-size: 1.0325rem;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    /*min-width: 30px;*/
    text-decoration: none;
    border-radius: 3px;
    background: var(--white);
    border: 1px solid var(--white);
}

.news .pg_prev {
    text-indent: -999px;
    overflow: hidden;
    background: url(/skin/board/nonsalary/img/pg_l.png) no-repeat 50% 50%;
}
.news .pg_next {
    text-indent: -999px;
    overflow: hidden;
    background: url(/skin/board/nonsalary/img/pg_r.png) no-repeat 50% 50%;
}
.news .pg_start:hover,.news .pg_prev:hover,.news .pg_end:hover,.news .pg_next:hover,.news .pg_page:hover {background-color:#ffffff}

.news .no_page {
	opacity: 0.4;
}

.news .board_a_btn  {
	padding: 15px 58px;
    background: var(--blue03);
    color: var(--blue01);
    font-weight: var(--fw-500);
    border-radius: 10px;
    font-size: 1.125rem;
    /*display: flex;
    gap: 10px;*/
}
.news .board_btn{
	padding: 15px 58px;
    background: var(--blue03);
    color: var(--blue01);
    font-weight: var(--fw-500);
    border-radius: 10px;
    font-size: 1.125rem;
	vertical-align: inherit;
	border: 0;
}

@media screen and (max-width:1200px){
	.news .bo_news_box .bo_news_list li .bo_tit a .month {
		font-size: 1.875rem;
	}
	
	.news .bo_news_box .bo_news_list li .bo_tit a .title {
		width: calc(100% - 60px);
		padding: 30px 0px;
	}
	.news .bo_news_box .bo_news_list li .bo_tit a .view_btn{
		width:50px;
		height:50px;
	}
	
	
}

@media screen and (max-width:989px){
	
	.news .bo_news_box .bo_news_list li {
		width: calc((100% - 40px) / 2);
	}

	.news .bo_news_box .bo_news_list li .bo_tit a .month {
		font-size: 1.875rem;
	}
	



}

@media screen and (max-width:767px){

	.news .bo_news_box .bo_news_list li .bo_tit a .month {
		font-size: 1.875rem;
	}
	
	.news .bo_news_box .bo_news_list li .bo_tit a .view_btn{
		width:50px;
		height:50px;

	}

	.news .pg_prev {
		background: url(/skin/board/nonsalary/img/pg_l.png) no-repeat 50% 60%;
		background-size: 70% auto;
	}
	.news .pg_next {
		background: url(/skin/board/nonsalary/img/pg_r.png) no-repeat 50% 60%;
		background-size: 70% auto;
	}

}

@media screen and (max-width: 640px){
	.news .board_a_btn {
		padding: 12px 30px;
	}
	.news .board_btn {
		padding: 12px 30px;
	}
}

@media screen and (max-width: 600px) {
	
	.news .bo_news_box .bo_news_list li .bo_tit a .title {
        width: calc(100% - 50px);
       
    }
	
    .news .bo_news_box .bo_news_list li .bo_tit a .view_btn {
        width: 40px;
        height: 40px;

    }
	
	.news .bo_fx_bt {
		display: flex;
		align-items: flex-end;
		flex-direction: column;

	}
}

@media screen and (max-width:460px){
	
	.news .bo_news_box .bo_news_list li {
		width: 100%;
	}
	
	.news .bo_news_box .bo_news_list li .bo_tit a .month {
		font-size: 1.875rem;
	}
	
	.news .bo_news_box .bo_news_list li .bo_tit a .title {
        width: calc(100% - 60px);
       
    }
	.news .bo_news_box .bo_news_list li .bo_tit a .view_btn{
		width:50px;
		height:50px;

	}
	

	
}

/* 병원소식 글쓰기 */
.news .news_write .write_wrap {
	border-top: solid 2px var(--gray01);
    border-bottom: solid 2px var(--gray01);
}



.news .news_write .write_wrap .cke_sc {
	display: none;
}
.news .news_write fieldset{
	display: flex;
	border-bottom: solid 1px var(--gray02);
	/*align-items: stretch;
	border-bottom: 1px solid var(--color-brown);
	padding: var(--space-25);*/
}

.news .news_write fieldset:nth-last-child(1) {
	display: flex;
	border-bottom: 0;

}



.news .news_write fieldset .input_text {
	width: calc(100% - 200px);
    margin: 8px 10px;
    outline: none;
    resize: none;
    font-size: 1rem;
    font-weight: var(--fw-400);
    line-height: 40px;
    border: solid 1px var(--gray02);
    border-radius: 6px;
}

.news .news_write fieldset.write{
	align-items: stretch;
}
.news .news_write fieldset.write label{
	/*padding-top: var(--space-5);*/
	
}

/*.news .news_write fieldset input{
	width: calc(50% - 164px);
    margin: 8px 10px;
    outline: none;
    resize: none;
    font-size: 1rem;
    font-weight: var(--fw-400);
    line-height: 40px;
    border: solid 1px var(--gray02);
    border-radius: 6px;
}*/

/* .news .news_write fieldset textarea{
	height: 385px;
} */


.news .news_write .button_box {
	padding: 60px 0px 0px;
    display: flex;
    justify-content: end;
    gap: 0px 10px;
}

.news .news_write .filebox {
	display: flex;
	flex-direction: column;
    width: calc(100% - 180px);
    position: relative;
    padding: 8px 10px;
}

.news .news_write .filebox .upload-name {
	width: 100%;
    background: var(--white);
    color: var(--gray01);
	margin: 0px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	padding-right: 180px !important;
	z-index: 3;
}

.news .news_write .filebox .file_del {
	font-size: 0.875rem;
    padding-top: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.news .news_write .filebox .label {
	padding: 8px 0px;
    width: 180px;
    color: var(--white) !important;
    background: var(--blue01) !important;
    cursor: pointer;
    font-size: 1.25rem;
    border-radius: 5px;
    position: absolute;
    right: 10px;
    top: 9px;
    display: flex;
    justify-content: center;
	z-index: 4;
}

.news .news_write .filebox input[type="file"] {
	position: absolute;

    padding: 0;
    overflow: hidden;
    border: 0 !important;
	left: 20px;
}

@media screen and (max-width: 1200px){
	.news .news_write .filebox .upload-name {
		    /*padding-right: 150px !important;*/
	}
	


}

@media screen and (max-width: 970px){
	.news .news_write fieldset.write {
		align-items: center;
		display: flex;
		flex-direction: column;
	}
	
	.news .news_write fieldset {
		display: flex;
		flex-direction: column;
	}
	
	.news .news_write .filebox .upload-name {
        padding-right: 120px !important;
    }
	.news .news_write .filebox .label {
		width: 120px;
        right: 0px;
        top: 0px;
        font-size: 1rem;
        padding: 12px 0px;
	}
	
	.news .news_write fieldset .title_label {
		width: 100%;
		padding: 10px 0 10px 20px;
		font-size: 1.125rem;
	}
	
	.news .news_write fieldset .input_text {
		width: 90%;
        margin: 8px auto;
	}
	.news .news_write .filebox {
		width: 90%;
		        margin: 8px auto;
        padding: 0;
	}

	
	.news .news_write fieldset input, .news .news_write fieldset textarea {
		width: 90%;
		margin: 8px auto;
		
	}
	
	.news .news_write fieldset iframe{
		width: calc(100% - 40px) !important;
	}
	
	.news .news_write .filebox .file_del input[type="checkbox"] {
		width: auto;
        margin: 0;
	}
}

/* 병원소식 뷰 */
.news .bo_v_nb li .nb_tit {
	display: inline-block;
    padding: 0px 20px 0px 10px;
    color: var(--black);
    font-weight: var(--fw-600);
	font-size: 1rem;
}

.news .bo_v_nb li.btn_next .nb_tit {
    padding: 0px 10px 0px 20px;
}

.news .news_view .day_view  {
	font-size: 1.875rem;
    font-weight: var(--fw-800);
    color: var(--gray01);
    margin-bottom: 20px;
}
.news .news_view .day_view .mint {
	font-size: 1.875rem;
    color: var(--blue04);
    font-weight: var(--fw-800);
}
.news .news_view .view_wrap {
	border-top: solid 2px var(--gray01);
    border-bottom: solid 2px var(--gray01);
}

.news .news_view .view_wrap #bo_v_img  {
	
}
.news .news_view .view_wrap #bo_v_img a  {
	display: flex;
    justify-content: center;
	/* margin: 150px 0px; */
	margin:30px 0 0 0;
}

.news .news_view .view_wrap h4 {
	padding: 16px 0px;
    font-size: 1.25rem;
    font-weight: var(--fw-600);
    border-bottom: solid 1px var(--gray02);
	word-break: keep-all;
}

.news .news_view .view_wrap .bo_v_nb {
	display: flex;
	border-top: solid 2px var(--gray01);
	margin: 0;
	
}

.news .news_view .view_wrap .bo_v_nb li {
	width: 50%;
	border: 0;
	flex-grow: 1;
	display: flex;
}

.news .news_view .view_wrap .bo_v_nb li a {
	width: 100%;
    display: flex;
    align-items: center;
}

.news .news_view .view_wrap .bo_v_nb li .nb_tit_text {
	color: var(--gray01);
    font-weight: var(--fw-400);
    font-size: 1.125rem;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	display: inline-block;
    width: calc(100% - 110px);
}

.news .news_view .view_wrap .bo_v_nb li img {
	display: inline-block;
}

.news .news_view .view_wrap .bo_v_nb li.btn_prv {
	text-align: left;
	padding-left: 0px;
}

.news .news_view .view_wrap .bo_v_nb li.btn_next {
	text-align: right;
	padding-right: 0px;
}


.news .news_view .button_box {
	padding: 60px 0px 0px;
	display: flex;
    gap: 0px 10px;
    justify-content: end;
}

.news #bo_v_con {
    margin-bottom: 30px;
}
.news #bo_v_con img {display: inline-block;}




@media screen and (max-width: 1200px){
	.news .news_view .view_wrap #bo_v_img a  {
		margin: 80px 0px;
	}
}
@media screen and (max-width: 800px){

	.news #bo_box .td_datetime {
		width: 20%;
	}
	.news #bo_box .td_datetime .day {
		font-size: 1.8rem;
	}
}


@media screen and (max-width: 640px){
	
	.news .news_view .view_wrap .bo_v_nb {
		flex-direction: column;
	}
	.news .news_view .view_wrap .bo_v_nb li{
		width: 100%;
		text-align: left !important;
        display: flex;
		        padding: 10px;
	}
	
	.news .bo_v_nb li .nb_tit {
		padding: 0px 15px 0px 10px;
	}
	.news .bo_v_nb li.btn_next .nb_tit {
        padding: 0px 15px 0px 0px;
    }
	
	.news .bo_v_nb li .nb_tit {
		font-size: 0.9375rem;
	}
	
	.news .news_view .view_wrap .bo_v_nb li .nb_tit_text {
		font-size: 1rem;
	}
	.news .news_view .view_wrap .bo_v_nb li img{
		display : none;
	}
	
	.news .news_view .view_wrap .bo_v_nb li.btn_prv {
		border-bottom: solid 1px var(--gray02);
	}
	
	.news .bo_v_nb li .nb_tit {
		padding-left: 0px;
	}
	
	.news .news_view .view_wrap .bo_v_nb li a {
		width: 100%;
		display: flex;
		align-items: center;
	}
	
	.news .news_view .view_wrap .bo_v_nb li.btn_next .nb_tit_text {order:2;}
	.news .news_view .view_wrap .bo_v_nb li.btn_next .nb_tit {order:1;}
	.news .news_view .view_wrap .bo_v_nb li.btn_next img {order:3;}
	.news .board_a_btn {
		padding: 12px 30px;
	}
	.news .board_btn {
		padding: 12px 30px;
	}
	
	.news .news_view .view_wrap h4 {
		font-size: 1.25rem;
	}
	
	.news .news_view .view_wrap #bo_v_img a {
        margin: 40px 0px;
    }
	

	.news .news_view .view_wrap .bo_v_nb li.btn_next {
		padding-right: 10px;
		padding-left: 0px;
	}
	
	.news .news_write fieldset.write {
		align-items: center;
		display: flex;
		flex-direction: column;
	}
	
	.news .news_write fieldset {
		display: flex;
		flex-direction: column;
	}
	
	.news .news_write fieldset label {
		width: 100%;
		padding: 10px 0 10px 20px;

	}
	

	
	.news .news_write fieldset iframe{
		width: calc(100% - 40px) !important;
	}

}

/*공지사항 리스트
.notice .bo_box .bo_list{
	width:100%;
	border-top:2px solid var(--gray01);
	border-bottom: 2px solid var(--gray01);
}

.notice .bo_box .bo_list li{
	display:flex;
	border-bottom:1px solid var(--gray02);
	flex-direction:column;
}

.notice .bo_box .bo_list li h4{
	display:flex;
	justify-content:space-between;
	align-items:center;
	cursor:pointer;
	padding:15px 50px;
}

.notice .bo_box .bo_list li h4 a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.notice .bo_box .bo_list li h4 .day_tit_line{
	display:flex;
	align-items:center;
	width: 90%;
}

.notice .bo_box .bo_list li h4 .day_tit_line .day_line{
	display:flex;
	align-items:center;
	flex-direction: column;
}

.notice .bo_box .bo_list li h4 .day_tit_line .day {
	display: block;
    font-size: 2.68rem;
    color: var(--blue04);
    font-weight: var(--fw-800);
	line-height: 1;
}
.notice .bo_box .bo_list li h4 .day_tit_line .ym {
	font-size: 0.875rem;
    color: var(--gray01);
	font-weight: var(--fw-400);
}

.notice .bo_box .bo_list li .icn{
	display:flex;
	width:60px;
	height:60px;
	border-radius:50%;
	justify-content:center;
	align-items:center;
}

.notice .bo_box .bo_list li h4 p{
	padding: 12px 50px;
	margin-left:50px;
	position:relative;
	font-size:1.25rem;
	font-weight: var(--fw-600);
	width:80%;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.notice .bo_box .bo_list li h4 p:before{
	content:'';
	position:absolute;
	width:1px;
	height:60px;
	background-color:var(--gray02);
	left:0;
	top:0;
}

.notice .bo_box .bo_list li .view_btn{
	width:60px;
	height:60px;
	border:1px solid var(--blue04);
	border-radius:50%;
	display:flex;
	justify-content:center;
	align-items:center;
	
	background: #ffffff;
    background-image: url(/skin/board/notice/img/view.png);
    background-repeat: no-repeat;
    background-position: center;
}

.notice .bo_box .bo_list li:hover .view_btn{
	background: var(--blue04);
	background-image: url(/skin/board/notice/img/view_go.png);
    background-repeat: no-repeat;
    background-position: center;
	transition: var(--transition);
}

.notice .bo_box .bo_list li_tit.open{
	border-bottom:1px solid var(--gray02);
}

.notice .bo_box .bo_list>li:last-child{
	border:0;
}

.notice .board_a_btn  {
	padding: 15px 58px;
    background: var(--blue03);
    color: var(--blue01);
    font-weight: var(--fw-500);
    border-radius: 10px;
    font-size: 1.125rem;
}
.notice .board_btn {
	padding: 15px 58px;
    background: var(--blue03);
    color: var(--blue01);
    font-weight: var(--fw-500);
    border-radius: 10px;
    font-size: 1.125rem;
	vertical-align: inherit;
	border: 0;
}

.notice .bo_fx_bt {
	display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    right: 0;
}
.notice .bo_fx_bt .btn_bo_user_bt {
	display: flex;
    justify-content: end;
}
.notice .bo_fx_bt .btn_bo_user_bt .board_a_btn {}

.notice .paging{
	display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.notice .pg_wrap {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.notice .pg_current {
    display: inline-block;
    background: var(--white);
    border: 1px solid var(--white);
    color: var(--blue01);
    font-weight: var(--fw-700);
    padding: 0 5px;
    border-radius: 3px;
	font-size: 1.0325rem;
}

.notice .pg_page {
    color: var(--gray01);
    font-size: 1.0325rem;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    text-decoration: none;
    border-radius: 3px;
    background: var(--white);
    border: 1px solid var(--white);
}

.notice .pg_prev {
    text-indent: -999px;
    overflow: hidden;
    background: url(/skin/board/notice/img/pg_l.png) no-repeat 50% 50%;
}
.notice .pg_next {
    text-indent: -999px;
    overflow: hidden;
    background: url(/skin/board/notice/img/pg_r.png) no-repeat 50% 50%;
}
.notice .pg_start:hover,.notice .pg_prev:hover,.notice .pg_end:hover,.notice .pg_next:hover,.notice .pg_page:hover {background-color:#ffffff}

.notice .no_page {
	opacity: 0.4;
}

@media screen and (max-width:1300px){
	
}

@media screen and (max-width:989px){
	.notice .bo_box .bo_list li .icn{
		width:50px;
		height:50px;
	}

	.notice .bo_box .bo_list li h4 p:before{
		height:50px;
	}

	.notice .bo_box .bo_list li h4 p{
		padding-left:40px;
		margin-left:40px;
		font-size:1.125rem;
		line-height:50px;
	}

	.notice .bo_box .bo_list li .view_btn{
		width:50px;
		height:50px;
	}

	.notice .bo_box .bo_list li .day_tit_line i{
		font-size:1.125rem;
	}

	.notice .bo_box .bo_list li .a_tit i{
		font-size:1.125rem;
	}

	.notice .bo_box .bo_list li .view_btn img{
		height:40%;
	}

	.notice .bo_box .bo_list li h4{
		padding:10px 40px;
	}
}

@media screen and (max-width:767px){


	.notice .bo_box .bo_list li h4{
		padding:10px 20px;
	}
	
	.notice .bo_box .bo_list li h4 p{
		padding-left:20px;
		margin-left:0px;
		font-size:1rem;
		line-height:1.5;
	}
	
	.notice .bo_box .bo_list li h4 .day_tit_line .day {font-size: 2rem; line-height: 1;}
	.notice .bo_box .bo_list li h4 .day_tit_line .ym {font-size: 0.75rem;}

	.notice .bo_box .bo_list li .view_btn{
		width:40px;
		height:40px;
	}

	.notice .bo_box .bo_list li .icn{
		width:40px;
		height:40px;
	}

	.notice .bo_box .bo_list li .day_tit_line i{
		font-size:1rem;
	}

	.notice .bo_box .bo_list li .a_tit i{
		font-size:1rem;
	}

	.notice .bo_list li h4 p:before{
		display:none;
	}
	.notice .paging{
		flex-direction: column;
	}
	.notice .pg_wrap {
		margin-right: 0px;
	}
	
	.notice .bo_fx_bt {
		justify-content: end;
		width: 100%;
	}
	.notice .pg_prev {
		background: url(/skin/board/notice/img/pg_l.png) no-repeat 50% 60%;
		background-size: 70% auto;
	}
	.notice .pg_next {
		background: url(/skin/board/notice/img/pg_r.png) no-repeat 50% 60%;
		background-size: 70% auto;
	}

}

@media screen and (max-width:460px){
	.notice .bo_list li .view_btn{
		width:30px;
		height:30px;
		background-size: 50%;
	}
	.notice .bo_list li:hover .view_btn{
		background-size: 50%;
	}

	.notice .bo_list li .icn{
		width:30px;
		height:30px;
	}



	.notice .bo_box .bo_list li h4{
		padding:10px 10px;
	}



	.notice .bo_list li h4 p{
		padding-left:26px;
		padding-right: 20px;
	}

	.notice .bo_list li .day_tit_line i{
		font-size:0.875rem;
	}

	.notice .bo_list li .a_tit i{
		font-size:0.875rem;
	}

	.notice .bo_list li .view_btn img{
		height:45%;
	}
	


}


.notice .notice_write .write_wrap {
	border-top: solid 2px var(--gray01);
    border-bottom: solid 2px var(--gray01);
}



.notice .notice_write .write_wrap .cke_sc {
	display: none;
}
.notice .notice_write fieldset{
	display: flex;
	border-bottom: solid 1px var(--gray02);

}

.notice .notice_write fieldset:nth-last-child(1) {
	display: flex;
	border-bottom: 0;

}


.notice .notice_write fieldset.write{
	align-items: stretch;
}
.notice .notice_write fieldset.write label{
	
}





.notice .notice_write .button_box {
	padding: 60px 0px 0px;
	display: flex;
    gap: 0px 10px;
    justify-content: end;
}



.notice .bo_v_nb li .nb_tit {
	display: inline-block;
    padding: 0px 20px 0px 10px;
    color: var(--black);
    font-weight: var(--fw-600);
	font-size: 1rem;
}

.notice .bo_v_nb li.btn_next .nb_tit {
    padding: 0px 10px 0px 20px;
}

.notice .notice_view .day_view  {
	font-size: 1.875rem;
    font-weight: var(--fw-800);
    color: var(--gray01);
    margin-bottom: 20px;
}
.notice .notice_view .day_view .mint {
	font-size: 1.875rem;
    color: var(--blue04);
    font-weight: var(--fw-800);
}
.notice .notice_view .view_wrap {
	border-top: solid 2px var(--gray01);
    border-bottom: solid 2px var(--gray01);
}

.notice .notice_view .view_wrap h4 {
	padding: 16px 0px;
    font-size: 1.25rem;
    font-weight: var(--fw-600);
    border-bottom: solid 1px var(--gray02);
}

.notice .notice_view .view_wrap .bo_v_nb {
	display: flex;
	border-top: solid 2px var(--gray01);
}

.notice .notice_view .view_wrap .bo_v_nb li {
	width: 50%;
	border: 0;
	flex-grow: 1;
	display: flex;
}

.notice .notice_view .view_wrap .bo_v_nb li a {
	width: 100%;
    display: flex;
    align-items: center;
}

.notice .notice_view .view_wrap .bo_v_nb li .nb_tit_text {
	color: var(--gray01);
    font-weight: var(--fw-400);
    font-size: 1.125rem;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	display: inline-block;
    width: calc(100% - 110px);
}

.notice .notice_view .view_wrap .bo_v_nb li img {
	display: inline-block;
}

.notice .notice_view .view_wrap .bo_v_nb li.btn_prv {
	text-align: left;
	padding-left: 0px;
}

.notice .notice_view .view_wrap .bo_v_nb li.btn_next {
	text-align: right;
	padding-right: 0px;
}


.notice .notice_view .button_box {
	padding: 60px 0px 0px;
	display: flex;
    gap: 0px 10px;
    justify-content: end;
}

.notice #bo_v_con {
    margin: 46px 0 30px;
}
.notice #bo_v_con img {display: inline-block;}




@media screen and (max-width: 800px){

	.notice #bo_box .td_datetime {
		width: 20%;
	}
	.notice #bo_box .td_datetime .day {
		font-size: 1.8rem;
	}
}


@media screen and (max-width: 640px){
	
	.notice .notice_view .view_wrap .bo_v_nb {
		flex-direction: column;
	}
	.notice .notice_view .view_wrap .bo_v_nb li{
		width: 100%;
		text-align: left !important;
        display: flex;
	}
	.notice .notice_view .view_wrap .bo_v_nb li img{
		display : none;
	}
	
	.notice .notice_view .view_wrap .bo_v_nb li.btn_prv {
		border-bottom: solid 1px var(--gray02);
	}
	
	.notice .bo_v_nb li .nb_tit {
		padding-left: 0px;
	}
	
	.notice .notice_view .view_wrap .bo_v_nb li a {
		width: 100%;
		display: flex;
		align-items: center;
	}
	
	.notice .notice_view .view_wrap .bo_v_nb li.btn_next .nb_tit_text {order:2;}
	.notice .notice_view .view_wrap .bo_v_nb li.btn_next .nb_tit {order:1;}
	.notice .notice_view .view_wrap .bo_v_nb li.btn_next img {order:3;}
	.notice .board_a_btn {
		padding: 12px 30px;
	}
	.notice .board_btn {
		padding: 12px 30px;
	}
	
	.notice .notice_view .view_wrap h4 {
		font-size: 1.25rem;
	}
	
	.notice .bo_v_nb li.btn_next .nb_tit {
		padding: 0px 20px 0px 0px;
	}
	.notice .notice_view .view_wrap .bo_v_nb li.btn_next {
		padding-right: 10px;
		padding-left: 0px;
	}
	
	.notice .notice_write fieldset.write {
		align-items: center;
		display: flex;
		flex-direction: column;
	}
	
	.notice .notice_write fieldset {
		display: flex;
		flex-direction: column;
	}
	
	.notice .notice_write fieldset label {
		width: 100%;
		padding: 10px 0 10px 20px;

	}
	
	.notice .notice_write fieldset input, .notice .notice_write fieldset textarea {
		width: 90%;
		margin: 8px auto;
		
	}
	
	.notice .notice_write fieldset iframe{
		width: calc(100% - 40px) !important;
	}

}*/

/*메인사이트퀵메뉴 숨길떄*/
/*.fix-menu {display:none;}*/