
/* 우측 메뉴 */
.black_wrapper {
	display: none;
	position: fixed;
	z-index: 7;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	background: #000;
	opacity: 0;
}

.mobile_header {
	display: none;
	position: fixed;
	top: 0px;
	width: 100%;
	height: 50px;
	background-color: #fff;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
	z-index: 6;
	justify-content: space-between;
	align-items: center;
}
.mobile_header .logo img {
	width: 160px;
}
.mobile_header_container {
	display: none;
	height: 50px;
}
.mobile_header_obj button {
	padding: 0 10px;
	border: none;
	background: none;
}

.right_hamburger_menu {
	position: fixed;
	z-index: 8;
	width: 50%;
	height: 100%;
	top: 0;
	right: -100%;
	background: #fff;
}
.right_hamburger_menu .hamburger {
	padding: 15px 20px;
	box-shadow: 0px 1px 0px rgba(0,0,0,0.1);
}
.right_hamburger_menu li p {
	padding: 12px 20px;
	border-bottom: 1px solid #eee;
	font-size: 13px;
}
.mobile_header_depth_wrapper {
	height: 0;
	overflow: hidden;
	transition: height 0.4s ease;
}
.mobile_header_depth a {
	display: block;
	padding: 10px 0 10px 25px;
	border-bottom: 1px solid #eee;
}
.mobile_header_bottom {
	padding: 5px 0;
}
.mobile_header_bottom a {
	display: block;
	padding: 5px 10px;
}

.head_top {
	display: flex;
	padding: 0 45px;
	height: 30px;
	background-color: #1d1802;	
	justify-content: flex-end;
	align-items: center;
	color: #fff;
}
.head_bottom {
	display: flex;
	height: 105px;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #ececec;
}
.head_bottom > a {
	display: block;
	margin-left: 50px;
	width: 220px;
	flex: 0 0 220px;
	min-width: 220px;
}
.head_bottom > a img {
	width: 220px;
}
nav > ul {
	display: flex;
}
nav > ul li {
	display: flex;
	margin: 0 15px;
	padding: 0 10px;
	height: 105px;
	width: 150px;
	font-size: 17px;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	cursor: pointer;
	letter-spacing: -0.75px;
}
.header_banner_swiper,
.empty_area {
	margin: 0 20px 0 0;
	width: 320px;	
}
.gnbWrap {
	display: none;
	position: absolute;
	top: 134px;
	left: 0;
	width: 100%;
	z-index: 6;
}
.gnb {
	display: flex;
	justify-content: space-between;
	background-color: rgba(255,255,255,0.8);
	overflow: hidden;
	/* transition: height 0.4s ease; */
}
.gnb > img {
	margin-left: 50px;
	width: 220px;
	align-self: flex-end;
}
.gnb a {
	color: #595644;
}
.gnb a:hover {
	color: #595644;
	font-weight: 600;
	text-decoration: underline;
}
.gnb section {
	display: flex;	
}
.gnb ul {
	padding: 15px 0;
}
.gnb ul li {
	margin: 0 15px;
	padding: 10px;
	width: 150px;
	font-size: 16px;
	text-align: center;
}

.index_top ul {
	/*font-family: 'Nanum Gothic', serif;*/
	display: flex;
	position: relative;
	margin: -50px auto 0;
	max-width: 1140px;
	z-index: 5;
	flex-wrap: wrap;
}
.index_top ul li {
	position: relative;
	padding: 18px 0 15px;
	flex:  0 0 49.9%;
	min-width: 33%;
	background-color: rgba(29,24,2,0.7);
	color: #fff;
	text-align: center;
	font-size: 18px;
	height: 50px;
}
.index_top ul li:hover {
	cursor: pointer;

}
.index_top ul li + li {
	border-left: 1px solid #fff;
} 
.index_top ul li.on {
	box-shadow: inset 0px 7px rgba(255,255,255,0.8);
}
.index_top ul li.on:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 50%;
	margin-left: -2px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-top: 7px solid rgba(255,255,255,0.8);
}
.section_title {
	padding-top: 90px;
	margin-bottom: 35px;
	text-align: center;
	font-weight: 700;
}
.section_pd_bt {
	padding-bottom: 70px;
}
.index_center a {
	display: block;
}
.index_center article {
	position: relative;
	padding: 30px 20px 0;
	margin-bottom: 15px;
	height: 330px;
	text-align: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.index_center article:hover .hover_bg {
	opacity: 1;
}
.index_center article:hover h5 {
	opacity: 0;
}
.index_center article:hover h3 {
	opacity: 0;
}
.index_center article:hover .hover_text {
	opacity: 1;
}
.index_center article:hover h6 {
	opacity: 1;
}
.index_center article:hover img {
	opacity: 1;
}
.index_center h3 {
	margin-bottom: 10px;
	color: #000;
	transition: opacity 0.2s ease;
}
.index_center .hover_text {
	position: relative;
	margin-top: 25px;
	margin-bottom: 10px;
	color: #fff;
	z-index: 2;
	opacity: 0;
	transition: opacity 0.4s ease;
}
.index_center h5 {
	/*font-family: 'Nanum Gothic', serif;*/
	opacity: 0.8;
	color: #363123;
	line-height: 1.4;
	transition: opacity 0.4s ease;
}
.index_center h6 {
	transition: opacity 0.4s ease;
	opacity: 0;	
}
.index_center img {
	position: absolute;
	bottom: 15px;
	right: 15px;
	transition: opacity 0.4s ease;
	opacity: 0;	
}
.index_center .hover_bg {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(37,30,0,0.5);
	overflow: hidden;
	opacity: 0;
	transition: opacity 0.4s ease;
}
.index_center .hover_bg:before {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	margin-left: 0px;
	width: 80px;
	height: 100%;
	background: rgba(81,75,51,0.8);
}
.index_center .hover_bg:after {
	content: "";
	position: absolute;
	top: 0px;
	right: 80px;
	margin-left: 0px;
	width: 0;
	height: 0;
	border-left: 140px solid transparent;
	border-bottom: 450px solid rgba(81,75,51,0.8);
}
.index_center article h6 {
	position: relative;
	color: #fff;
	z-index: 2;
}
.index_clinic {
	position: relative;
	padding-bottom: 130px;
	color: #fff;
	background: url('/images/main/bg2.jpg') no-repeat center;
	background-size: cover;
	text-align: center;
}
.index_clinic img:hover {
	opacity: 0.6;
}
.index_clinic h1, .index_clinic h3 {
	padding-left: 15px;
	padding-right: 15px;
	
}
.index_clinic .swiper-slide img {
	width: 90%;
	max-width: 234px;
}
.index_clinic h2 {
	color: #fff;
	margin-top: 15px;
	font-weight: 600;
	/*text-decoration: underline;*/
}
.circle_swiper_btn {
	position: absolute;
	margin: 0 auto;
	margin-top: 25px;
	/* max-width: 1350px; */
	width: 70%;
	left: 15%;
	top: 50%;
	/* transform: translateX(-50%); */
}
.circle_next {
	width: 45px;
	height: 87px;
	background: url('/images/common/right_arrow_white.png') no-repeat center;
	background-size: cover;
}
.circle_prev {
	width: 45px;
	height: 87px;
	background: url('/images/common/left_arrow_white.png') no-repeat center;
	background-size: cover;
}
.index_clinic_btn {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
.index_clinic_btn button {
	padding: 0;
	margin: 0;
	width: 55px;
	height: 55px;
	line-height: 55px;
	background: #fff;
	border: 1px solid #979797;
}
.index_clinic_btn button img {
	max-width: 50%;
}
.index_clinic_btn button + button {
	border-left: none;
}

.index_story article {
	padding: 15px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.index_story article h6 {
	/*font-family: 'Nanum Gothic',serif;*/
	opacity: 0.6;
	margin-bottom: 5px;
	color: #2f1b04;
}
.index_story article h2 {
	margin-top: 5px;
}
.index_story .col-md-6 article {
	min-height: 260px;
}

.index_story .col-md-6 article:hover {
	cursor:pointer;
}

.index_story .col-md-6:nth-child(3),.index_story .col-md-6:nth-child(4) {
	margin-top: 30px;
}
.newszone_swiper {
	height: 100%;
}
.newszone_swiper .swiper-slide {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.newszone_swiper .swiper-slide a {
	display: block;
	height: 100%;
}

.index_story .newszone {
	position: relative;
	padding: 0;
	height: 100%;
}
.newszone_title {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 3;
}
.newszone_list {
	position: absolute;
	bottom: 15px;
	left: 15px;
	z-index: 3;	
}
.index_story .newszone img {
	width: 100%;
	max-width: 100%;
}
.index_story .newszone ul {
	position: absolute;
	bottom: 15px;
	left: 15px;
}
.index_story .newszone li {
	margin: 8px 0;
	color: #71ae2d;
	opacity: 0.5;
	font-weight: 600;
	cursor: pointer;
}
.index_story .newszone li.on {
	opacity: 1;
}
.index_story .newszone li:before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	border-radius: 100%;
	width: 8px;
	height: 8px;
	background-color: #71ae2d;
}
.index_board_article {
	/*border-top: 2px solid #000;	*/
	background-color: #f6f6f6;
}
.index_board_article h2 a {
	margin-top: 10px;
	float: right;
	font-size: 12px;
	font-weight: 300;
}
.index_board_article ul {
	padding-top: 15px;
}
.index_board_article li {
	display: flex;
	padding: 3px 0;
	justify-content: space-between;
	align-items: center;
}
.index_board_article li h6 {
	flex: 0 0 calc(100% - 70px);
	width: calc(100% - 70px);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #2f1b04;
}
.index_board_article li h6:before {
	content: "·";
}
.index_board_article li p {
	flex: 0 0 60px;
	max-width: 60px;
}
.index_time_article table {
	margin-top: 20px;
}
.index_time_article table th,
.index_time_article table td {
	padding: 5px 13px;
	font-size: 13px;
}
.index_time_article table th {
	padding-left: 0;
}
.index_time_article table th:before {
	content: "·";
}
.index_time_article p {
	margin-top: 3px;
	padding: 5px 13px;
	color: #2f1b04;
}
.index_time_article div {
	display: flex;
	margin-top: 43px;
	justify-content: space-between;
	color: #de514b;
}
.index_time_article div h2 {
	margin-top: 0;
}
.index_time_article button {
	padding: 4px 12px;
	height: 28px;
	border: 2px solid #de514b;
	background: rgba(255,255,255,0.8);
	color: #de514b;
	border-radius: 40px;
	align-self: flex-end;
	
}
.partner_wrap {
	padding: 15px 0;
	background: #f9f9f9;
	text-align: center;
}
.partner_wrap img {
	margin: 15px 0;
	max-width: 100%;
}
.index_swiper .img_wrap {
	 /*padding-bottom: 50px;*/
}
.index_swiper .img_wrap img {
	max-width: 428px;
	width: 90%;
}
.slide_4_txt_m {
	display: none;
}
.index_swiper {
	height: 650px;
}
.main_btn_align {
	text-align: right;
}
.green_circle_btn {
	display: inline-flex;
	margin:10px;
	width: 180px;
	height: 180px;
	background-color: rgba(118,177,67,0.8);
	border-radius: 100%;
	color: #fff;
	font-size: 20px;
	/*text-align: center;*/
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.green_circle_btn img {
	margin-bottom: 10px;
}
.green_circle_btn:hover {
	color: #fff;
	opacity: 0.8;
}

.blue_circle_btn {
	background-color: rgba(81,113,156,0.9);
}


.circle_swiper  {
	margin-top: 70px;
}
.circle_swiper .swiper-slide {
	opacity: 0.5;
	transition: opacity 0.3s ease;
}
.circle_swiper .swiper-slide-prev,
.circle_swiper .swiper-slide-active,
.circle_swiper .swiper-slide-next {
	opacity: 1;
}

footer {
	display: flex;
	padding: 50px 0 30px;
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #f3f3f3;
}
footer article {
	margin: 0 75px;
}

footer .footer_nav_top li {
	display: inline-block;
	margin-right: 20px;
	font-size: 14px;
	font-weight: 600;
	color: #2f1b04;
}
footer .footer_nav_bottom {
	display: flex;
	margin-top: 30px;
}
footer .footer_nav_bottom ul {
	margin-right: 50px;
	color: #595644;
}
footer .footer_nav_bottom ul li:first-child {
	font-size: 14px;
	font-weight: 600;
}
footer .footer_nav_bottom ul li {
	margin: 12px 0;
	font-size: 13px;
}
footer .footer_info h6 {
	display: inline-block;
	margin-top: 10px;
	margin-right: 20px;
	font-weight: 600;
}
.footer_banner_swiper  {
	width: 370px;
	text-align: center;
}
.footer_banner_swiper  img {
	/* width: 100%; */
}
footer article h3 {
	margin-top: 15px;	
}
footer article table {
	margin-top: 5px;
}
footer article table th,
footer article table td {
	padding: 5px 15px 5px 0;
	font-size: 13px;
	font-weight: 600;
}
footer article p {
	margin-top: 3px;
	padding: 5px 10px;
	color: #2f1b04;
}
footer article table th:before {
	content: "·";
}
.header_banner_next,
.footer_banner_next {
	width: 12px;
	height: 21px;
	background: url('/images/common/right_arrow.png') no-repeat center;
	background-size: 12px;
}
.header_banner_prev,
.footer_banner_prev {
	width: 12px;
	height: 21px;
	background: url('/images/common/left_arrow.png') no-repeat center;
	background-size: 12px;
}
.header_banner_next,
.header_banner_prev {
	margin-top: -10px;
}
.footer_banner_next,
.footer_banner_prev {
	margin-top: -75px;
}
.footer_banner_swiper .swiper-slide {
	width: 100% !important;
}

.sub_top {
	    height: 382px;
    background-repeat: no-repeat;
    background-position: center;
	background-color: #f7fbf2;
	border-bottom: 1px solid #a8a1997a;
}

.sub_top .container,
.sub_top .row {
	height: 100%;
}
.sub_top h4 {
	font-size:20px;
	margin-top: 10px;
	/*text-decoration: underline;*/
	color: #363123;
}
.sub_top_text {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}
.sub_top_img {
	text-align: center;
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}
.sub_top_img img {
	width: 100%;
	position: relative;
}



.sub_nav {
	margin: -50px auto 0;
	max-width: 1140px;
}
.sub_nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
}
.sub_nav ul a {
	display: block;
	padding: 15px 10px;
	border: 1px solid #a8a199;
	border-left: none;
	color: #a8a199;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.7);

}
.sub_nav ul a:first-child {
	border-left: 1px solid #a8a199;
}
.sub_nav.cnt5 ul a {
	flex: 0 0 20%;
	max-width: 20%;
}
.sub_nav.cnt4 ul a {
	flex: 0 0 25%;
	max-width: 25%;
}
.sub_nav.cnt2 ul a {
	flex: 0 0 50%;
	max-width: 50%;	
}
.sub_nav ul li {
	font-size: 18px;
	font-weight: 600;
}
.sub_nav ul .on {
	color: #fff;
	background: url('/images/spine/nav_bg.jpg') no-repeat center;
	background-size: cover;
}

.sub_type1 {
	padding-top: 90px;
	padding-bottom: 90px;
	border-top: 8px dashed #fff;

}
.sub_type1 .title {
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	line-height: 1.4;
}
.sub_type1 .desc {
	margin-top: 25px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;	
	color: #6a6869;
	line-height: 1.4;
}

.sub_info_about {

}

.sub_info_about img {
	margin-top: 30px;
	width: 100%;
	height: 100%;
	padding:0 15px;
}
.sub_info_about .doctor_wrap {
	margin-top: 30px;
	padding:15px;
	text-align: left;
	box-shadow: 10px 10px 10px 0px #f7f7f7;
	border: 1px solid #f2f2f2;
}
.sub_info_about .doctor_wrap h3 {
	padding-top:20px;
}
.sub_info_about .doctor_wrap h4 {
	padding-top:20px;
	font-size: 17px;
	line-height: 1.8;
}
.sub_info_about .doctor_img {
	background-position: top;
	padding-top: 100%;
}
.location_wrap {
	color: #433737;
	margin-top:50px;
}
.location_wrap img {
	max-width: 100%;
	}
.location_wrap .location_wrap_part {
	padding-bottom:14px;
	margin-bottom:20px;
	border-bottom: 1px solid #f2f2f2;
}

.location_wrap .location_wrap_part img{
	width:20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 12px;
}
.location_wrap .location_wrap_part h3 {
	margin-bottom: 10px;
	font-size:22px;
}

    
.location_wrap .location_wrap_part table tr{
	line-height: 1.3;
}

.location_wrap .location_wrap_part table td,
.location_wrap .location_wrap_part table th {
	padding: 10px 15px 10px 0;
	font-weight: 400;
	font-size:18px;
}
.sub_info_div {
	padding: 0px 15px;
}
.sub_info_div .img_wrap {
	position: relative;
	top: 100px;
    	left: 85px;


}
.sub_info_div img {
	width: 100%;
	max-width: 230px;
	box-shadow: 10px 10px 18px #00000038;
}
.sub_info_div ul {
	padding: 30px;
	position: relative;
	top: 50px;
}
.sub_info_div ul li {
	position: relative;
	padding: 30px 20px 30px 30px;
}
.sub_info_div h2 {
	font-size:24px;
}
.sub_info_div ul li:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 40px;
	left: 0;
	border-radius: 100%;
	width: 12px;
	height: 12px;
	background: #000;
}
.pt_big {
	padding-top: 120px;
}
.underline {
	text-decoration: underline;
}

.sub_cause {
	color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-top: 6px dashed #fff;
	border-bottom: 6px dashed #fff;
}
.sub_cause .title {
	margin-top: 60px;
}
.ver_contents_box {
	margin: 20px 0;
}
.ver_contents_box .img_box img {
	max-width: 280px;
	width: 100%;
}
.ver_contents_box .img_box2 img {
	width: 100%;
}
.ver_contents_box .text_box li h3 {
	position: relative;
	padding: 10px 0px 10px 30px;
}

.ver_contents_box .text_box .answer_box {
	background-color: #ffffff;
	color: #000;
}

.ver_contents_box .text_box .answer {
	margin-left:15px;
}

.ver_contents_box .text_box .answer_wrapper {
	background-color: #ffffff24;;
	padding: 13px;
}

.ver_contents_box .text_box li h4 {
	position: relative;
	padding: 10px 15px 10px 15px;
}

.ver_contents_box .text_box .answer h4 {


	color: #71ad2d;
	padding-bottom: 20px;
}


.ver_contents_box .text_box li h3:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 0;
	border-radius: 100%;
	width: 12px;
	height: 12px;
	background: #fff;
}

.sub_type1 .content_box {
	position: relative;
	margin-top: 30px;
	padding-top: 100%;
	padding-left: 10px;
	padding-right: 10px;
	/*border-radius: 20px;*/
	text-align: left;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(50,19,13,1);
	color: #fff;
}
.sub_type1 .content_box > h3 {
	font-size: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% - 68px);
	transform: translate(-50%, -50%);
	line-height: 1.3;
	text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
}
.sub_type1 .content_box > h3:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -20px;
	
	border-radius: 100%;
	width: 12px;
	height: 12px;
	background: url('/images/common/quotes.png') no-repeat center;
	background-size: 12px;
}
.sub_type2 {
	padding:100px 0 150px;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}
.sub_diag {
	padding-bottom: 80px;
}
.sub_diag .desc {
	color: #6a6869;;
}


.sub_type1 .card_swiper {
	margin-top: 70px;
	margin-top: 40px;
}

.sub_type1 .card_swiper .img_box {
	position: relative;
	height: 280px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.sub_type1 .card_swiper h2 {
	font-size: 34px;
	position: relative;
	margin-top: -30px;
	padding: 10px 20px 0;
	font-weight: 800;
	font-family: 'Nanum Myeongjo', serif; 
	z-index: 1;
}
.sub_type1 .card_swiper h2 > span {
	display: none;
	/*숫자가리기 181015*/
	position: absolute;
	bottom: 0;
	left: 20px;
	font-size: 90px;
	opacity: 0.65;
	color: #e8e7e7;
	line-height: 0.8;
	z-index: -1;
}
.sub_type1 .card_swiper ul {
	padding: 5px 20px 15px;
}
.sub_type1 .card_swiper ul li {
	padding: 5px 0;
}
.sub_type1 .card_swiper ul h4 {
	line-height: 1.8;
	font-size: 20px;
}
.card_swiper_wrap {
	position: relative;
	max-width: 1500px;
	margin: 0 auto;
}
.card_swiper_wrap .swiper-slide {
	height: auto;
	background-color: #fff;
	margin-bottom: 20px;
	box-shadow: 10px 10px 18px #f1f1f1;
}
.card_swiper_btn .card_next {
	margin-top: -70px;
	width: 30px;
	height: 48px;
	background: url('/images/common/big_right_arrow.png') no-repeat center;
	background-size: cover;
}
.card_swiper_btn .card_prev {
	margin-top: -70px;
	width: 30px;
	height: 48px;
	background: url('/images/common/big_left_arrow.png') no-repeat center;
	background-size: cover;
}
.board_list_content > .title,
.board_view_content > .title {
	display: inline-block;
	padding-left: 20px;
	height: 80px;
}
.board_list_content .search_div {
	float: right;
}
.search_div {
	margin: 10px auto 0;
	max-width: 190px;
	border: 1px solid #d7d7d7;
	background: #fff;
	overflow: hidden;
}
.search_div input {
	padding: 8px 0 8px 10px;
	width: 150px;
	width: calc(100% - 30px);
	border: none;
	background: none;
	font-size: 14px;
}
.search_div button {
	padding: 9px 8px 9px 0;
	border: none;
	background: none;
	float: right;
}
.board_list_content .detail.board,
.board_view_content .detail.board {
	padding-top: 0;
	border-top: 2px solid #bfbfbf;
}
.board_text_table {
	width: 100%;
}
.board_text_table tr {
	border-bottom: 1px solid #e5e5e5;
}
.board_text_table .title {
	vertical-align: middle;
}
.board_text_table td {
	padding: 25px 15px;
}
.board_text_table .number {
	width: 60px;
	text-align: center;
	vertical-align: middle;
	color: #b7b6b6;
}
.board_text_table .reg {
	width: 110px;
	text-align: center;
	color: #595644;
	vertical-align: middle;
}
.board_text_table .writer {
	width: 130px;
	text-align: center;
	vertical-align: middle;
}
.board_text_table .view {
	width: 80px;
	text-align: center;
	color: #595644;
	vertical-align: middle;
}
.board_view_table {
	width: 100%;
}
.board_view_table tr {
	border-bottom: 1px solid #e5e5e5;
}
.board_view_table td {
	padding: 15px 15px;
}
.board_view_table .title {
	padding-bottom: 10px;
}
.board_view_table thead .reg {
	display: inline-block;
	margin-right: 10px;
	color: #b7b6b6;
}
.board_view_table .view,
.board_view_table .write {
	display: inline-block;
	color: #b7b6b6;
}
.board_view_table tr {
	border-bottom: 1px solid #e5e5e5;
}
.board_view_table .detail {
	padding: 20px;
	min-height: 300px;
	line-height: 1.8;
}

.board_view_table .detail img{

	max-width: 100%!important;
	height:auto !important;
}

.board_view_table tfoot .page {
	padding: 0;
	width: 80px;
	text-align: center;
}
.board_view_table tfoot .page h6 {
	display: inline-block;
	vertical-align: middle;
}
.board_view_table tfoot .writer {
	padding: 0;
	width: 110px;
	text-align: center;
}
.board_view_table tfoot .reg {
	width: 100px;
	color: #b7b6b6;
	text-align: center;
}
.board_view_btn_area {
	padding: 30px 0;
}
.board_view_btn_area button {
	padding: 8px 20px;
	margin: 0 3px;
	border: 1px solid #b5b5b5;
	background-color: #fafafa;
	color: #666;
	font-size: 16px;
}
.list_btn_area {
	padding: 30px 0 0;
}
.list_btn_area button {
	padding: 7px 30px;
}
.navy_btn {
	padding: 12px 16px;
	background: #0a1525;
	border: none;
	color: #fff;
}
.default_btn {
	padding: 12px 16px;
	background: #fff;
	border: 1px solid #cecece;
	color: #222;
}
.custom_modal .close_modal {
	position: absolute;
	right: 15px;
	top: 17px;
}
.sub_table {
	width: 100%;
}
.sub_table thead th {
	font-size: 14px;
	background-color: #f7fbf2;
}
.sub_table th {
	font-weight: 600;
	text-align: center;
}
.sub_table td, .sub_table th {
	padding: 12px 15px;
	border: 1px solid #dcdcdc;
	line-height: 1.5;
	vertical-align: middle;
}
.custom_modal .btn_area {
	padding: 20px 0 5px;
}
.custom_modal .btn_area button {
	padding: 10px 30px;
}
.sub_table input {
	width: 100%;
}
.custom_ipt {
	padding: 5px 12px;
	width: 100%;
	border: 1px solid #dcdcdc;
	resize: none;
	font-size: 14px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.board_write_table {
	margin-top: 30px;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
}
textarea.custom_ipt {
	height: 200px;
}
.sub_table input[type=checkbox] {
	width: auto;
}
.submit_btn_area {
	padding-top: 50px;
}
.submit_btn_area button {
	width: 80px;
}
.custom_chk input {
	display: none;
}
.custom_chk h6 {
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
}
.custom_chk input + span {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('/images/common/check.jpg') no-repeat center;
	background-size: 100%;
	vertical-align: middle;
}
.custom_chk input:checked + span {
	background: url('/images/common/checked.jpg') no-repeat center;
}
.submit_btn_area button + button {
	margin-left: 15px;
}
.qna_view_table .detail {
	min-height: 180px;
}
.qna_view_table .answer_div {
	    padding: 20px;
    background: #f9f9f9;
    border-top: 1px solid #efefef;
}
.gallery_obj .img_wrapper {
	height: 180px;
}
.gallery_obj {
	margin-top: 30px;
	border: 1px solid #e5e5e5;
}
.gallery_obj .text_box {
	padding: 20px;
}
.gallery_obj .text_box .title {
	padding-bottom: 10px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.gallery_obj .text_box .detail {
	padding-bottom: 5px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.gallery_obj .text_box .reg {
	color: #dcdada;
}
.boardPaging {
	margin-top: 20px;
	margin-bottom: 25px;
	text-align: center;
}
.boardPaging span {
	display: inline-block;
	margin: 0px 2px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #000;
	font-size: 13px;
	font-weight: 600;
}
.boardPaging span a {
	display: block;
	color: #000;
}
.disableBtnFirst, .btnFirst {
	background: url(/images/common/page_first.png) no-repeat center;
	background-size: cover;
}
.disableBtnLast, .btnLast {
	background: url(/images/common/page_last.png) no-repeat center;
	background-size: cover;
}
.disableBtnPrev, .btnPrev {
	background: url(/images/common/page_prev.png) no-repeat center;
	background-size: cover;
}
.disableBtnNext, .btnNext {
	background: url(/images/common/page_next.png) no-repeat center;
	background-size: cover;
}
.disableBtnNext, .btnNext, .disableBtnPrev, .btnPrev,
.disableBtnFirst, .btnFirst, .disableBtnLast, .btnLast {
	text-indent: -9999px;
}
.boardPaging span.on {
	/* border: 1px solid #71cadd; */
	color: #71ae2d;
}

.policy_text h2 {
	margin-bottom: 12px;
}
.policy_text h4 {
	
	margin-top:20px;
	margin-bottom:20px;
}
.policy_text h5 {
	margin-bottom:10px;
}

.table_title {
	margin-bottom: 10px;
}
.table_title h4 {
	font-size: 20px;
	margin-bottom: 5px;
}
.table_title p {
	font-size: 16px;
}
.board_text_table.agreement {
	border-collapse: collapse;
}
.board_text_table.agreement th {
	padding: 10px;
	font-size: 16px;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-align: center;
}
.board_text_table.agreement td {
	padding: 10px;
	font-size: 16px;
	border: 1px solid #ccc;
	vertical-align: middle;
	line-height: 1.8;
}
.board_text_table.agreement thead {
	background-color: #f5f5f5;
}
.agreement_btn {
	margin-top: 30px;
	text-align: center;
}
.agreement_btn a {
	display: inline-block;
	padding: 15px 20px;
	background-color: #000;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

.table_circle_box {
	padding: 35px 0 30px;
	margin-top: 30px;
	border-top: 1px solid #efefef;
}
.table_circle {
	width: 100%;
}
.table_circle caption {
	caption-side: top;
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: 600;
	color: #999;
}
.table_circle tr {
	border-bottom: 1px solid #efefef;
}
.table_circle tbody tr:last-of-type {
	border-bottom: 0;
}
.table_circle th {
	background-color: #f9f9f9;
}
.table_circle th,
.table_circle td {
	padding: 15px;
	border-left: 1px solid #efefef;
	text-align: center;
}
.table_circle th:first-of-type,
.table_circle td:first-of-type {
	border-left: 0;
}

.circle {
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 auto;
	border-radius: 50%;
	background-color: #7A7F88;
}
