@charset "utf-8";
.common_box { border-top: 1px solid #7a622a; border-left: 1px solid #7a622a; border-right: 1px solid #7a622a; border-bottom: 1px solid #7a622a; margin-bottom: 1%;background:#fff; }
.common_box2{ border-top: 1px solid #7a622a; border-bottom: 1px solid #7a622a; margin-bottom: 1%;background:#fff; }
.common_box3{ background:#fff; border-bottom: 1px solid #fff;}
.common_box4{ border-top: 4px solid #777; border-bottom: 1px solid #777;  }

caption { display:none; }
table.border thead th { border-left:0; }
table.border tbody th, table.border tbody td { border-left: 1px solid #ddd; }
table.border thead th:first-child, table.border tbody th:first-child, table.border tbody td:first-child { border-left:0; }
table.th_bg th { background-color: #f2f2f2; }

ul.board { border-top:3px solid #777; border-bottom:1px solid #777; line-height: 2.5em; }
ul.board li:after { display:block; height:0; float:none; clear:both; content:""; }
ul.board li { border-bottom:1px solid #ddd; } 
ul.board li:last-child { border-bottom:0; } 
ul.board li.board_head {
	border-bottom: 1px solid #777;
}

ul.board li.board_head div {
	text-align: center;
	padding: 0;
	font-size: 14px;
	color: #606060;
	font-weight: bold;
}

ul.board li > div {
	float: left;
	box-sizing: border-box;
	text-align: center;
	padding: 0 10px;
	color: #757575;
	font-size: 13px;
}

/* 공지사항 */
ul.board li .num {
	width: 10%;
}

ul.board li .subject_wrap {
	width: 50%;
	padding-right: 90px;
	font-size: 16px;
}

ul.board li .subject_wrap .subject, ul.board li .subject_wrap2 .subject {
	float:left;
	max-width: 97%;
	margin-right: 3%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
}

ul.board li .subject_wrap .icon {
	float:left;
	width: 90px;
	text-align:left;
	margin-right: -90px;
}

ul.board li .writer {
	width: 15%;
}

ul.board li .date {
	width: 15%;
}

ul.board li .read_count {
	width: 10%;
}

/* 공지사항 시작 */
ul.board li .subject_wrap2 {
	width: 45%;
	padding-right: 30px;
	font-size: 16px;
}

ul.board li .subject_wrap2 .icon {
	float:left;
	width: 30px;
	text-align:left;
	margin-right: -30px;
}

ul.board li .attach {
	width: 5%;
}
/* 공지사항 끝 */

/* 게시판 페이징 시작 */
#page {
	position: relative;
	text-align: center;
	color: #777;
	margin: 3% auto;
	display: table;
	background-color: #fff;
}
#page a {
	position: relative;
	display: inline-block;
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	margin: 0 ;
	color: #0e76bc;
	width: 28px;
	height: 28px;
	float: left;
	padding: 1px 0 0 0;
	box-sizing: border-box;
}
#page a.on, #page a:hover {
	background: #0e76bc;
	color: #fff;
	font-weight: bold;
}
#page a.first {
	background: url(/img/layout/page_navi.gif) no-repeat -4px center;
	border-left: 1px solid #c1c1c1;
}
#page a.prev {
	background: url(/img/layout/page_navi.gif) no-repeat -40px center;
}
#page a.next {
	background: url(/img/layout/page_navi.gif) no-repeat -76px center;
}
#page a.last {
	background: url(/img/layout/page_navi.gif) no-repeat -112px center;
}
/* 게시판 페이징 끝  */

/* 게시판 하단 검색창 시작 */
#board_search {
	position: relative;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #f2f2f2;
	padding: 15px 4px;
	vertical-align:middle;
}

#board_search > * {
	display:inline-block;
	height: inherit;
	line-height: inherit;
	vertical-align: top;
	box-sizing: border-box;
}
#board_search .search_input {
	border: 1px solid #c1c1c1;
	background-color:#fff
}

#board_search input[type="text"] { width: 200px; height: inherit; }
#board_search input[type="submit"] {
	vertical-align: top;
	background-color: #999;
	color: #fff;
	padding: 0 15px;
	font-size: 14px;
}
#board_search input[type="button"] {
	vertical-align: top;
	padding-left:5px;
	padding-right:5px;
	height:inherit;
	border: 1px solid #a9a9a9;
	background-color:#fff;
}
/* 게시판 하단 검색창 끝 */

/* 게시판 뷰 페이지 */
table.board_view {
	border-top:3px solid #777;
	border-bottom:1px solid #777;
	color:#757575;
}

table.board_view thead th, table.board_view thead td {
	text-align: center;
	padding: 5px 20px;
	border-bottom: 1px solid #777;
	line-height: 3.2em;
	font-size: 18px;
}

table.board_view tbody th, table.board_view tbody td {
	padding: 5px 20px;
	border-bottom:1px solid #ddd;
	line-height: 3em;
}

table.board_view tfoot th, table.board_view tfoot td {
	padding: 5px 20px;
	border-bottom:1px solid #ddd;
	line-height: 3em;
}

table.board_view tfoot th {
	background-color: #f2f2f2;
}

table.board_view ul.board_info li { float:left; width:32%; margin-left:2%; }
table.board_view ul.board_info li:first-child { margin-left:0; }

table.board_view th { font-weight:bold; color:#191919; text-align:center; }
table.board_view span.strong { color:#191919; }

table.board_view tfoot tr:last-child th, table.board_view tfoot tr:last-child td { border-bottom:0; }

table.board_view .mini { width: 80px; }
table.board_view .small { width: 140px; }
table.board_view .medium { width: 210px; }
table.board_view .large { width: 290px; }
table.board_view .xlarge { width: 443px; }

.agree_box {
	width: 100%;
	height: 200px;
	overflow-y: scroll;
	border: 1px solid #ddd;
	font-size: 12px;
	padding: 10px;
	box-sizing: border-box;
}


.photo_list { clear:both; float:none; margin-bottom: 5%;}
.photo_list ul li {
	float: left;
	width: 271px;
	height: 291px;
	margin-left: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
	border: 1px solid #bbb;
}

.photo_list ul li:nth-child(4n+1) { clear:both; margin-left:0; }

.photo_thumb { width: 100%; height: 203px;overflow: hidden;}
.photo_thumb a{  }
.photo_thumb img { width: 100%;  height: 203px;}
.photo_list ul li .photo_info { padding: 15px; width: 100%; box-sizing: border-box; height: 86px;}
.photo_list ul li .photo_info:after { display:block; height:0; content:""; float:none; clear:both; }

.photo_list ul li .photo_info .photo_title {
	font-size: 1.2em;
	font-weight: bold;
}

.photo_list ul li .photo_info .photo_desc {
	display: -webkit-box;
	font-size: 0.9em;
	line-height: 22px;
	-webkit-line-clamp: 3;
	height: 66px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	margin-bottom: 2%;
}

.photo_list ul li .photo_info .more_info {
	padding-right: 70px;
}

.photo_list ul li .photo_info .photo_date {
	width: 100%;
	font-size: 13px;
	color:#757575;
}

.photo_list ul li .photo_info .photo_like {
	float: right;
	text-align: right;
	border: 2px solid #ddd;
	box-sizing: border-box;
	padding: 2px 2px 2px 0;
	width: 60px;
	background: #fff url('/img/icon/icon_like.png') no-repeat 6px center;
	cursor: pointer;
	margin-right: -70px;
}


/* FAQ */
#faq ul li {padding: 15px 60px; box-sizing: border-box; min-height: 54px; border-bottom: 1px solid #ddd; line-height:1.7em; }
#faq ul li.question { background: url('/img/icon/faq_q.png') no-repeat 10px 10px; cursor: pointer;}
#faq ul li.answer { display: none;background: url('/img/icon/faq_a.png') no-repeat 10px 10px; }
/* FAQ */

col.empty, th.empty, td.empty { width:10px; border:0 !important; }
table.con1 th {
	border-top: 1px solid #999;
	padding-top:20px;
	padding-bottom:20px;
	background-color: #fafafa;
}

table.con1 tr:first-child th {
	border-top: 2px solid #999;
}

table.con1 tr:last-child th {
	border-bottom: 2px solid #999;
}

table.con1 td {
	border-top: 1px solid #d5d5d5;
	padding-top:20px;
	padding-bottom:20px;
	/* border-left: 15px solid #fff; */
}

table.con1 td.border_b2 { border-bottom:2px solid #d5d5d5; }

table.con1 tr:first-child td {
	border-top: 2px solid #d5d5d5;
}

table.con1 tr:last-child td {
	border-bottom: 2px solid #d5d5d5;
}


table.con2 th {
	border-top: 1px solid #999;
	padding-top:20px;
	padding-bottom:20px;
	background-color: #f5f5f5;
}

table.con2 tr:first-child th {
	border-top: 2px solid #999;
}

table.con2 tr:last-child th {
	border-bottom: 2px solid #999;
}

table.con2 td {
	border-top: 1px solid #d5d5d5;
	padding-top:20px;
	padding-bottom:20px;
	/* border-left: 15px solid #fff; */
}

table.con2 td.border_b2 { border-bottom:2px solid #d5d5d5; }

table.con2 tr:first-child td {
	border-top: 2px solid #d5d5d5;
}

table.con2 tr:last-child td {
	border-bottom: 2px solid #d5d5d5;
}



ul.greencheck li {
	text-align:left;
	background: url('/img/layout/bu_green_check.png') no-repeat 0px 7px;
	padding-left: 23px !important;
	color: #000;
}

ul.bluecheck li {
	text-align:left;
	background: url('/img/layout/bu_blue_check.png') no-repeat 0px 7px;
	padding-left: 23px !important;
	color:#666;
}

ul.graycheck li {
	text-align:left;
	background: url('/img/layout/bu_gray_check.png') no-repeat 0px 7px;
	padding-left: 23px !important;
	color:#666;
}

ul.orangecheck li {
	text-align:left;
	background: url('/img/layout/bu_orange_check.png') no-repeat 0px 7px;
	padding-left: 23px !important;
	color:#666;
}

ul.roundbox_list li {
	width:100%;
	padding:10px 0;
	border:1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 15px 0;
	color: #323232;
}

ul.grayarrow li {
	float:left;
	background: url('/img/layout/bu_gray_arrow_big.png') no-repeat left 70px;
	padding-left: 72px;
	margin-left: 42px;
	text-align:center;
	color: #323232;
}

ul.grayarrow li:first-child, ul.grayarrow2 li:first-child, ul.grayplus li:first-child {
	background:none;
	padding-left:0;
	margin-left:0;
}

ul.grayarrow li.on {
	color:#fff;
	background: url('/img/layout/bu_blue_arrow_big.png') no-repeat left 70px;
}

ul.grayarrow2 li {
	float:left;
	text-align:center;
	margin-left: 25px;
	color: #323232;
}

ul.grayarrow2 li.on {
	color:#fff;
	background: url('/img/layout/bu_blue_arrow_big.png') no-repeat left 70px;
	margin-left: 14px;
	padding-left: 55px;
}

ul.grayplus li {
	float:left;
	background: url('/img/layout/bu_gray_plus.png') no-repeat left 70px;
	padding-left: 41px;
	margin-left: 26px;
	text-align:center;
}

ul.roundbox4_array li {
	float:left;
	background-color: #ebebeb;
	width:265px;
	height: 370px;
	box-sizing:border-box;
	padding: 30px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-left: 21px;
}
ul.roundbox4_array li:first-child { margin-left:0; }


.roundbox5_array {
	float:left;
	background-color: #d8d8d8;
	width:200px;
	height: 200px;
	box-sizing:border-box;
	padding: 25px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-top:20px;	
}

.roundbox5_array ul li{background:url('/img/layout/bu_green_check.png') no-repeat 0px 7px;}
ul.roundbox5_array li:first-child { margin-left:0; }


ul.circle3 li {
	float:left;
	width: 245px;
	text-align:center;
	margin-left: 74px;
}

ul.circle4 li {
	float:left;
	width: 170px;
	text-align:center;
	margin-left: 42px;
}

ul.circle5 li {
	float:left;
	width: 150px;
	text-align:center;
	margin-left: 65px;
}

ul.circle7 li {
	float:left;
	width: 120px;
	text-align:center;
	margin-left: 28px;
}

ul.circle3 li:first-child, ul.circle4 li:first-child, ul.circle5 li:first-child, ul.circle7 li:first-child { margin-left:0; }


.bu_gray_dot {
	background: url('/img/layout/bu_gray_dot.png') no-repeat left 11px;
	padding-left: 15px;
}

.bu_gray_dot_c {
	background: url('/img/layout/bu_gray_dot.png') no-repeat left center;
	padding-left: 15px;
}

.big_round_box {/* 반복안시킬거니까 그대로 */
	position:relative;
	/* 백그라운드 위치 x축 y축 : 박스에서 bg이미지 시작할 영역, 숫자값이 높을수록 박스랑 bg이미지 사이의 왼쪽 여백이 커짐 */
	padding: 30px 45px;
	/* 박스에서 본문을 시작할 위치 : 숫자값이 높을수록 bg이미지와 본문사이의 오른쪽 여백이 커짐*//* 박스 위들여쓰기 *//* 박스 아래들여쓰기 */
	border-radius: 15px;/* 모서리 둥글게 */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

.big_round_box .circle120  {
	position:absolute;
	/*
	top:50%;
	transform:translate(0, -50%);
	-webkit-transform:translate(0, -50%);
	-moz-transform:translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	*/
	top: 0;
	bottom: 0;
	margin:auto;
}

.pos_absol.sub03_01 { right:110px; top:-10px; }
.pos_absol.sub03_02 { right:110px; top:110px; }

.circle_icon {
	position: absolute;
	width: 95px;
	height: 78px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.circle_icon.sub_0304_icon01 { background: url('/img/contents/0304_icon01.png') no-repeat center center; }
.circle_icon.sub_0304_icon02 { background: url('/img/contents/0304_icon02.png') no-repeat center center; }
.circle_icon.sub_0304_icon03 { background: url('/img/contents/0304_icon03.png') no-repeat center center; }
.circle_icon.sub_0304_icon04 { background: url('/img/contents/0304_icon04.png') no-repeat center center; }

.circle_icon.sub_0401_icon01 { background: url('/img/contents/0401_icon01.png') no-repeat center center; }
.circle_icon.sub_0401_icon02 { background: url('/img/contents/0401_icon02.png') no-repeat center center; }
.circle_icon.sub_0401_icon03 { background: url('/img/contents/0401_icon03.png') no-repeat center center; }
.circle_icon.sub_0401_icon04 { background: url('/img/contents/0401_icon04.png') no-repeat center center; }

.circle_icon.sub_0402_icon01 { background: url('/img/contents/0402_icon01.png') no-repeat center center; }
.circle_icon.sub_0402_icon02 { background: url('/img/contents/0402_icon02.png') no-repeat center center; }
.circle_icon.sub_0402_icon03 { background: url('/img/contents/0402_icon03.png') no-repeat center center; }
.circle_icon.sub_0402_icon04 { background: url('/img/contents/0402_icon04.png') no-repeat center center; }
.circle_icon.sub_0402_icon05 { background: url('/img/contents/0402_icon05.png') no-repeat center center; }

.circle_icon.sub_0503_icon01 { background: url('/img/contents/0503_icon01.png') no-repeat center center; }
.circle_icon.sub_0503_icon02 { background: url('/img/contents/0503_icon02.png') no-repeat center center; }
.circle_icon.sub_0503_icon03 { background: url('/img/contents/0503_icon03.png') no-repeat center center; }
.circle_icon.sub_0503_icon04 { background: url('/img/contents/0503_icon04.png') no-repeat center center; }
.circle_icon.sub_0503_icon05 { background: url('/img/contents/0503_icon05.png') no-repeat center center; }
.circle_icon.sub_0503_icon06 { background: url('/img/contents/0503_icon06.png') no-repeat center center; }
.circle_icon.sub_0503_icon07 { background: url('/img/contents/0503_icon07.png') no-repeat center center; }

.circle_icon.sub_0504_icon01 { background: url('/img/contents/0504_icon01.png') no-repeat center center; }
.circle_icon.sub_0504_icon02 { background: url('/img/contents/0504_icon02.png') no-repeat center center; }
.circle_icon.sub_0504_icon03 { background: url('/img/contents/0504_icon03.png') no-repeat center center; }
.circle_icon.sub_0504_icon04 { background: url('/img/contents/0504_icon04.png') no-repeat center center; }


/* 파일업로드 */
.upload_tr input {
    height: 30px;
    border: 1px solid #a4a2a2;
}
.upload_file {
    width: 100%;
    margin-right: -88px;
}
.fileUpload {
    position: relative;
    overflow: hidden;
    width: 30px;
    height: 30px;
}
.fileUpload .upload_btn {
    position: absolute;
    top: 0;
}
.hidden_upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -khtml-opacity: 0;
    -moz-opacity: 0;
}
.upload_btn {
    width: 28px;
    height: 28px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #a4a2a2;
    background-color: #fff;
}
.bl_0 {
    border-left: 0 !important;
}