/* Animate.css - http://daneden.me/animate | Licensed under the ☺ license (http://licence.visualidiot.com/) Copyright (c) 2012 Dan Eden | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */



/* 서브페이지 공통
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub-contents .sub-top{display:flex; flex-wrap:wrap; justify-content:space-between;}
.sub-contents .sub-top .txt-box{width:45%; align-content: center}
.sub-contents .sub-top .txt-box p{font-size:17px; color:#555; line-height:1.5; word-break:keep-all; margin-top:25px;}
.sub-contents .sub-top .txt-box p:first-child{margin-top:0}
.sub-contents .sub-top .txt-box p strong{font-weight:500; color:#000;}
.sub-contents .sub-top .img-box{width:50%; min-height:300px;}
.sub-contents .cont-warp{margin-top:80px}
.sub-contents .cont-warp h4{position:relative; font-size:22px; padding-left:22px; font-weight:500; color:#111; margin-bottom:20px; letter-spacing:-0.03em; word-break:keep-all;}
.sub-contents .cont-warp h4:before{position:absolute; content:""; left:0; top:5px; width:16px; height:16px; border:4px solid #13a473; border-radius:20px;}
.sub-contents .cont-warp p{font-size:17px;  color:#555; line-height:1.5; word-break:keep-all;}
.sub-contents .txt-red{color:#ff3535 !important;}
.sub-contents .tbl-frame{margin-top:20px;}
.sub-contents .tbl-frame table{width:100%; border-top:2px solid #af996f; word-break:keep-all; border-collapse:collapse;}
.sub-contents .tbl-frame th {font-size:16px; font-weight:500; color:#555; border-bottom:1px solid #d5d5d5; text-align:center; }
.sub-contents .tbl-frame th{border-right:1px solid #d5d5d5;  background:#faf8f5; padding:18px 5px;}
.sub-contents .tbl-frame th:last-child{border-right:0;}
.sub-contents .tbl-frame td{padding:15px 5px; font-size:16px; line-height:1.4; color:#555; border-bottom:1px solid #d5d5d5; border-right:1px solid #d5d5d5; text-align:center;}
.sub-contents .tbl-frame td:first-child{background:#f9f9f9; font-weight:500;}
.sub-contents .tbl-frame td:last-child{border-right:0;}
::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 12px;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

.sub-contents .process{display:flex; flex-wrap:wrap; justify-content:space-between;}
.sub-contents .process li{position:relative; text-align:center; width:calc((100% - 100px)/3); padding:75px 20px 20px 20px; border:1px solid #ddd; font-size:17px; word-break:keep-all; line-height:1.5;}
.sub-contents .process li:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    border-right: 4px solid #c7c7c7;
    border-bottom: 4px solid #c7c7c7;
    transform: rotate(-45deg) translateX(-150%) translateY(-200%);
}
.sub-contents .process li:first-child:after {display:none;}
.sub-contents .process li span{position: absolute; top: 0; left: 0; right: 0; color: #fff; font-size:16px; font-weight:500; line-height:46px; text-align: center;
    background: #b9a179; border:1px solid #b9a179;}
.sub-contents .process li span:after {content: ''; position: absolute; bottom: 2px; left: 50%; width: 12px; height: 12px; background: #b9a179;transform: rotate(-45deg) translateX(-100%);}
.sub-contents .process li strong{font-size:19px; line-height:1.3; font-weight:500; color:#222; display:block; padding-bottom:5px;}
.sub-contents .process li p{padding-top:15px;}
.sub-contents .cont-warp .s-title{position:relative; font-size:18px; padding-left:26px; font-weight:500; color:#222; margin-bottom:10px;}
.sub-contents .cont-warp .s-title i{position:absolute; left:0; top:3px; font:normal normal normal 14px/1 FontAwesome !important; color:#13a473; font-size:22px !important;}

.sub-contents .cont-warp li{position:relative; padding-left:10px; font-size:17px;  color:#555; line-height:1.4; margin-top:7px; word-break:keep-all;}
.sub-contents .cont-warp li:before{position:absolute; content:""; left:0; top:10px; width:4px; height:4px; background:#555; border-radius:30px;}
.sub-contents .cont-warp li strong{font-weight:500; color:#222;}
.sub-contents .cont-warp li:first-child{margin-top:0}
.sub-contents .cont-warp .nun-list{margin-left:18px}
.sub-contents .cont-warp .nun-list li{padding-left:0; list-style:decimal}
.sub-contents .cont-warp .nun-list li:before{display:none;}

.sub-contents .btn-area{text-align:center; margin:70px auto 0}
.sub-contents .btn-area a{font-size:22px; display:inline-block; font-weight:600; text-align:center; margin:0 10px; letter-spacing:-1px; border-radius:100px; padding:0 50px; height:72px; line-height:72px;}
.sub-contents .btn-area .kakao{color:#381e1f; background:#ffe600}
.sub-contents .btn-area .cs{color:#fff; background:#13a473}
.sub-contents .btn-area a i{ margin-right:6px; position:relative;}
.sub-contents .btn-area .kakao i{font-size:44px; top:10px;}
.sub-contents .btn-area .cs i{font-size:30px;  top:4px;}
.sub-contents .btn-area .cs{font-weight:500}

@media only screen and (max-width: 980px) {
	.sub-contents .process li{width:calc((100% - 80px)/3);}
	.sub-contents .process li:after {width: 12px;height: 12px;}
}

@media only screen and (max-width: 768px) {
	.sub-contents .sub-top .txt-box p{font-size:15px; line-height:1.4; margin-top:15px;}
	.sub-contents .sub-top .img-box{min-height:220px;}
	.sub-contents .cont-warp{margin-top:40px}
	.sub-contents .cont-warp h4{font-size:18px; padding-left:16px; margin-bottom:12px;}
	.sub-contents .cont-warp h4:before{top:4px; width:12px; height:12px; border:3px solid #13a473;}
	.sub-contents .cont-warp p{font-size:15px; }
	.sub-contents .tbl-frame{margin-top:14px;}
	.sub-contents .tbl-frame th {font-size:14px; padding:10px 7px;}
	.sub-contents .tbl-frame td{padding:10px 7px; font-size:14px; line-height:1.3;}
	
	.sub-contents .process li{font-size:15px;  padding:65px 15px 20px 15px;}
	.sub-contents .process li strong{font-size:17px;}
	.sub-contents .process li span{font-size:14px;line-height:40px;}
	
	.sub-contents .cont-warp .s-title{font-size:16px; padding-left:20px; }
	.sub-contents .cont-warp .s-title i{top:4px; font-size:18px !important;}

	.sub-contents .cont-warp li{padding-left:7px; font-size:15px; margin-top:5px;}
	.sub-contents .cont-warp li:before{top:9px; width:3px; height:3px;}
	.sub-contents .cont-warp .nun-list{margin-left:14px}
	.sub-contents .btn-area{margin:40px auto 0}
	.sub-contents .btn-area a{font-size:18px; margin:0 5px; padding:0 20px; height:56px; line-height:56px;}
	.sub-contents .btn-area a i{ margin-right:4px;}
	.sub-contents .btn-area .kakao i{font-size:36px; top:10px;}
	.sub-contents .btn-area .cs i{font-size:24px;  top:3px;}
	}

@media only screen and (max-width: 600px) {
	.sub-contents .btn-area a{display:block; margin:15px auto 0; width:264px;}
}

@media only screen and (max-width: 520px) {
	.sub-contents .sub-top .txt-box{width:100%; margin-bottom:20px;}
	.sub-contents .sub-top .img-box{width:100%;}
	.sub-contents .tbl-frame{width:100%; overflow-x:auto; overflow-y:hidden; overflow:scroll;}
	.sub-contents .tbl-frame table{white-space:nowrap;}
	.sub-contents .process li{width:100%; margin-bottom:30px;}
	.sub-contents .process li:after {top:-27px;left:50%; auto;transform: rotate(45deg) translateX(0%) translateY(0%);}
	.sub-contents .process li:last-child{margin-bottom:0}
}





/* ********************************************************************* SUBPAGE 서브페이지 ********************************************************************** */

	.page-title { margin: 0; }
	.page-title small { color: rgba(51, 51, 51, 0.5); }
	.title-divider { text-align: left; margin:0.5em 0 1em; background: #ffffff url(/images/kor06r-16-0315/bg_divider.png) left center repeat-x; padding: 0; }
	.title-divider span { background: #ffffff; padding-right: 0.5em; font-weight: 500; }
	.title-divider small { display: block; color: rgba(51, 51, 51, 0.6); }
	#content { padding: 30px 0 100px 0; }
	.sidebar { margin: 2em 0 1em 0; }
	.sidebar .block { margin-bottom: 2em; }
	.sidebar ul.big-list { font-size: 1em; }
	.section-menu ul.nav-list { padding: 2em 0; margin-left: 0; }
	.section-menu ul.nav-list li.nav-header { padding-left: 5px; margin: 0; text-transform: uppercase; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); color: #999999; font-weight: bold; font-size: 11px; }
	.section-menu ul.nav-list li.whois-sub-left-nav-customer { padding: 20px; margin: 120px 0 0 3px; color: #666; background-color:#fafafa; }

	@media (min-width: 992px) {
		#content { min-height: 707px; }
	} 

	@media only screen and (max-width: 992px) {
		h2.title-divider { font-size: 2rem; }
		#content { padding: 15px 0 60px 0; }
		.sidebar { margin: 0 0 1em 0; }
		.section-menu ul.nav-list { padding: 0; }
		.section-menu ul.nav-list li.whois-sub-left-nav-customer { margin: 30px -1px 0 3px; }
	}

	/* 좌측메뉴 */
	.section-menu ul.nav-list li.whois-sub-left-nav-customer h5 { margin: 0 0 15px 0; padding: 0; font-weight:500; font-size: 18px; }
	.section-menu ul.nav-list li.whois-sub-left-nav-customer .whois-sub-left-nav-customer-list {}
	.section-menu ul.nav-list li.whois-sub-left-nav-customer .whois-sub-left-nav-customer-list li {word-break:keep-all; padding:0 0 10px 0; font-size: 14px; font-weight:normal; color: #666;}
	.section-menu ul.nav-list li.whois-sub-left-nav-customer .whois-sub-left-nav-customer-list li i { width:10%; margin:4px 0 0 0; vertical-align: top; color:#948a54;}
	.section-menu ul.nav-list li.whois-sub-left-nav-customer .whois-sub-left-nav-customer-list li a { margin: 0; padding: 0; background: transparent; border: none; box-shadow: none; font-size: 14px; font-weight:normal; color: #666; }
	.section-menu ul.nav-list li.whois-sub-left-nav-customer .whois-sub-left-nav-customer-list li .whois-sub-left-nav-customer-list-text { width:90%; display:inline-block; }
	.section-menu ul.nav-list li a { color: #494949; color: rgba(27, 27, 27, 0.7); -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; font-weight: 500; font-size: 18px; border: 1px solid #e6e6e6; border-top: none; margin: 0 -1px 0 3px; -webkit-box-shadow: 1px 1px 1px #ffffff; box-shadow: 1px 1px 1px #ffffff; background: #fafafa; text-shadow: none; padding: 17px 15px; position: relative; }
	.section-menu ul.nav-list li a.first { border-top: 1px solid #e6e6e6; }
	.section-menu ul.nav-list li a:hover { background: #f0f0f0; }
	.section-menu ul.nav-list li a:hover i { color: #948a54; }
	.section-menu ul.nav-list li a i { font-size: 22px; position: absolute; top: 20px; right: 20px; color: #e6e6e6; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
	.section-menu ul.nav-list li a small { display: block; font-weight: 600; font-size:12px; color: rgba(27, 27, 27, 0.5); }
	.section-menu ul.nav-list li.active > a,
	.section-menu ul.nav-list li.active > a:hover { border-left: 4px solid #948a54; background: #ffffff; color: #948a54; }
	.section-menu ul.nav-list li.active > a i, .section-menu ul.nav-list li.active > a:hover i { color: #948a54; }
	
	.section-menu ul.nav-list li.whois-sub-left-nav-customer .whois-sub-left-nav-customer-list li .fa{font:normal normal normal 14px/1 FontAwesome !important}
	@media (min-width: 992px) {
		.sidebar { margin: 0; }
		.sidebar.sidebar-right .inner,
		.sidebar.sidebar-right .divider { border-left: 1px solid #e6e6e6; padding-left: 20px; }
		.sidebar.sidebar-left .inner,
		.sidebar.sidebar-left .divider { border-right: 1px solid #e6e6e6; padding-right: 20px; }
		
		.section-menu ul.nav-list { border-right: 1px solid #e6e6e6; }
		.section-menu ul.nav-list li a i { right: 10px; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
		.section-menu ul.nav-list li.active > a,
		.section-menu ul.nav-list li.active > a:hover { margin: 0 -1px 0 3px; }
	}

	@media only screen and (max-width: 992px) {
		.sidebar{display:none;}
	}

	@media only screen and (max-width: 768px) {

		.whois-main-contents-area { padding-top:20px; padding-bottom:0; }
		.whois-main-contents-area .whois-main-contents-area-box { width:100%; min-height: inherit; margin:0 0 20px 0; }
		.whois-main-contents-area .whois-main-contents-area-box:last-child { margin:0; }
		.whois-main-contents-area .whois-main-contents-area-box-inner h5 { margin: 0 0 30px 0; }
	}

	/* 서브상단 페이지네비 */
	.whois-sub-page-guide { background-color:#fafafa; overflow: hidden; }
	.whois-sub-page-guide .whois-sub-page-guide-navi { padding:14px 0 14px 0; font-size:12px; text-align:right; color:#888888; }
	.whois-sub-page-guide .whois-sub-page-guide-navi b { color:#948a54; font-weight:500}

	@media only screen and (max-width: 768px) {
		.whois-sub-page-guide .whois-sub-page-guide-navi { width:100%; padding:14px 0 14px 0; float:right; }
	}

	/* 서브페이지 포인트 색상 */
	.sub_color {color:#948a54;}



/* ********************************************************************* 게시판 CSS ********************************************************************** */

.sky_calendar_body th{text-align:center;}

/* 일반게시판 List */
.whois-board-list { display:inline-block; padding:0; font-size:13px; }
.whois-board-list .whois-board-row { width:100%; margin:0 0 0 0; padding:15px 0 15px 0; float:left; border-bottom:1px solid #eee; color:#000000; }
.whois-board-list .whois-board-row:first-child { border-top:1px solid #948a54; } /* Line 색상 */
.whois-board-list .whois-board-row .whois-board-row-subject { margin:0 0 5px 0; padding:0; font-size:16px; font-weight:500; }
.whois-board-list .whois-board-row .whois-board-row-info { color:#acacac; }
.whois-board-list .whois-board-row .whois-board-row-info .whois-board-row-author { max-width: 33vw; display:inline-block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; vertical-align: middle; }

/* 일반게시판 view */
.contents_sub .next_data_area .b ,.contents_sub .prev_data_area .b{font-weight:500}
.whois-board-view { display:inline-block; font-size:13px; border-top:1px solid #948a54; } /* Line 색상 */
.whois-board-view .whois-board-view-row { width:100%; margin:0; padding:0; padding:10px 0 10px 0; float:left; border-bottom:1px solid #eee; }
.whois-board-view .whois-board-view-row .whois-board-view-subject { width:100%; margin:0 0 15px 0; padding:0; float:left; font-size:18px; font-weight:600; }
.whois-board-view .whois-board-view-row .whois-board-view-author { width:100%; margin:0 0 5px 0; padding:0; float:left; font-size:13px; font-weight:600; }
.whois-board-view .whois-board-view-row .whois-board-view-info { width:100%; margin:0; padding:0 0 10px 0; float:left; color:#acacac; }
.whois-board-view .whois-board-view-row .whois-board-view-content { width:100%; margin:0; padding:10px 0 10px 0; float:left; font-size:12px; }

.whois-board-view .whois-board-view-files { width:100%; margin:0; padding:0; float:left; }
.whois-board-view .whois-board-view-files .whois-board-view-file { width:100%; margin:0; padding:5px 0; float:left; font-size:12px; }
.whois-board-view .whois-board-view-files .whois-board-view-file .whois-board-view-file-count { font-size:11px; color:#c4c4c4; }

.whois-board-view .board-info {font-size:14px;}
.whois-board-view .board-content {line-height: 24px; font-size: 16px;}
.next_data_area {font-size: 14px;}
.prev_data_area {font-size: 14px;}
 
/* 게시판 버튼 */
.btn-search, .whois-button-submit, .btn-sub { color:#fff; background-color: #948a54; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; transition: all .3s ease-out;}
.btn-search:hover, .btn-search:focus, .whois-button-submit:hover,.whois-button-submit:focus, .btn-sub:hover, .btn-sub:focus { color:#fff; background-color: #776E43; }

/* 게시판 공통 */
.sub-box { margin-right:5px; background-color: #948a54;  border: 0; color:#ffffff; display: inline-block; font-family: "Nanum Gothic", sans-serif;}
.sub-box.sm { font-size: 12px; padding: 2px 5px;}
.sub-box.m { font-size: 14px; padding: 4px 8px;}
.sub-box.lg { font-size: 16px; padding: 6px 12px;}
 
.sub-border { border: 1px solid #948a54; }
.sub-border-t { border-top: 1px solid #948a54; }
.sub-border-r { border-right: 1px solid #948a54; }
.sub-border-b { border-bottom: 1px solid #948a54; }
.sub-border-l { border-left: 1px solid #948a54; }

.sub-bg { background-color: #948a54; }
.sub-bg-hover:hover { background-color: #776E43; }

/* 신청폼 */
.event label {font-size:15px;}

.event .comment-input label {font-size:13px;}

/* ********************************************************************* 로그인/회원가입 관련 CSS ********************************************************************** */

.material-form {
	background: #fff;
	/*border: 1px solid #ccc;*/
	margin: 0 auto;
}

.material-form .header {
	background: #6498fe;
	color: #fff;
	font-size: 16px;
	padding: 50px 10px;
}

.material-form .header h3{
	font-size: 30px;
}

.material-form .header p,
.material-form .header span {
	color: #fff;
	font-size: 16px;
	margin-top:15px;
}

.material-form .sub-header h4 {
	font-weight:bold;
	height: 34px;
	line-height: 34px;
	font-size:16px;
}

.material-form .sub-content .form-group:last-child {
	margin: 0;
}

.material-form .body {
}

.material-form .input-group {
	border: 0;
	position: relative;
}
.material-form .input-group .input-group-addon {
	background: #fff;
	border: 0;
	padding-left: 6px;
	padding-right: 6px;
}

.material-form .form-control,
input[type='text'].whois,
input[type='password'].whois,
select.whois {
	border: 1px solid #ccc;
	transition: 0.3s all ease;
}

/*.material-form .btn:first-child,*/
.material-form .input-group .form-control:first-child,
.material-form .input-group .form-control.first,
.material-form .input-group .th + .form-control,
.th + input[type='text'].whois,
.th + input[type='password'].whois,
.th + select.whois {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

/*.material-form .btn:last-child,*/
.material-form .input-group .form-control:last-child,
.material-form .input-group .form-control.last,
.material-form .input-group .input-group-btn:last-child,
.material-form .input-group .input-group-btn:last-child button,
.material-form .input-group .input-group-btn:last-child .btn{
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

.material-form .form-group {
	margin-bottom: 15px;
	overflow: visible;
}

.material-form .form-group.success .form-control { color: #5cb85c; }
.material-form .form-group.failed .form-control { color: #d9534f; }
.material-form .form-control[readonly] { background: #fff; }
.material-form .btn { height: 38px; }
.material-form .btn-default{ -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; transition: all .3s ease-out; }

.material-form .input-group input,
.material-form .input-group select,
input[type='text'].whois,
input[type='password'].whois,
select.whois
{
	z-index: 10;
}

.input-group label.th {
	color: #ccc;
	display: none;
	height: 20px;
	left: 10px;
	margin-top:-10px;
	position: absolute;
	top: 50%;
	z-index: 9;
}

.input-group label.th.ie9 {
	display: block;
	z-index: 11;
}

.material-form .desc {
	padding: 10px 0;
}

.chkbox {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.chk-block,
.chk-block span {
	display: block;
	text-align: center;
	width: 100%;
}

.chkbox input[type='radio'],
.chkbox input[type='checkbox'] {
	display: none
}

.chkbox input[type='radio']~.rbtn {
	border: 1px solid #ccc;
	border-radius: 3px;
	cursor: pointer;
	line-height: 27px;
	padding: 6px 12px
}

.chkbox input[type='radio']:checked~.rbtn {
	background: #ccc;
	color: #fff;
}

.chkbox input[type='radio']:not(:checked)~.rbtn {
}

.chkbox input[type='radio']~.box,
.chkbox input[type='checkbox']~.box { 
	color: #bbb;
	cursor: pointer;
	transition: 0.5s all ease;
	/*padding-bottom:3px;*/
	display:block;
}

.chkbox input[type='radio']~.box:before,
.chkbox input[type='checkbox']~.box:before { 
	color: #cfcfcf;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
	margin-right: 5px;
	padding: 2px;
	text-align: center;
	transition: 0.4s all ease;
	vertical-align: middle;
}

.chkbox input[type='radio']~.box:before { 
	content: "\e165";
}

.chkbox input[type='checkbox']~.box:before { 
	content: "\e013";
}

.chkbox input[type='radio']:checked~.box,
.chkbox input[type='checkbox']:checked~.box {
	color: #666;
}

.chkbox input[type='radio']:checked~.box:before,
.chkbox input[type='checkbox']:checked~.box:before{
	color: #666;
}


		