@charset "utf-8";

/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	#subTop{z-index:666; position: relative;}
	.sub-visual {display:table; width:100%; height:460px; text-align:center; background:url('/images/kor04r-19-0422/sub/sub_visual.jpg') no-repeat center center/cover;}
	.sub-visual > div { display:table-cell; vertical-align:middle; padding-top: 40px;}
	.sub-visual h2{line-height:1; font-weight:400; font-size:50px; color:#fff; font-family: 'NanumSquare'; font-weight: 800;}

	.sub-tab{ width:100%; position: absolute; bottom: 0;}
	.sub-tab.fixed{z-index:666; position:fixed; top:0; left:0; width:100%; background:#fff; border-bottom:1px solid #ddd; box-shadow:0 2px 10px rgba(0,0,0,0.10); opacity:0.92;}
	.sub-tab > ul{margin:0 auto; max-width:1400px; height:60px; text-align:center; line-height:0; font-size:0;}
	.sub-tab.fixed ul{margin:0 auto; width:100%;}
	.sub-tab li{display:inline-block; width:100%; height:60px; background:rgba(224, 33, 33, 0.5);}
	.sub-tab li a{display:inline-block; width:100%; height:60px; text-align:center; line-height:60px; font-weight:400; font-size:18px; color:#fff;}
	.sub-tab li.active a{color:#111; background:#fff;}
	.sub-tab.fixed a{border-bottom:0; border-top:0;}
	.sub-tab .col-2 li {width:50%;}
	.sub-tab .col-3 li {width:33.33%;}
	.sub-tab .col-4 li {width:25%;}

	@media only screen and (max-width:980px) {
		.sub-tab > ul{width:calc(100% - 40px);}
	}
	@media only screen and (max-width:768px) {
		.sub-visual{height:300px;}
		.sub-visual > div{height:50px;}
		.sub-visual h2{margin-bottom:5px; font-size:27px;}
		.sub-visual p{font-size:14px;}

		.sub-tab > ul{margin-top:25px; width:calc(100% - 20px); height:50px;}
		.sub-tab li{height:50px;}
		.sub-tab li a{height:50px; line-height:48px; font-size:17px;}
	}
	@media only screen and (max-width:480px) {
		.sub-tab{min-width:320px;}
		.sub-tab li a{font-size:15px;}
	}


/* Sub Contents (서브 콘텐츠 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	#subContents{position:relative; width:1200px; padding:80px 0px 150px 0px; margin:0 auto;}
	#subContents.non-svisual { padding: 200px 0px 150px 0px;}

    #subContents .page_nav{position:absolute; top:40px; right:0;}
    #subContents .page_nav ul li{display:inline; float:left; color:#a3a3a3; font-size:18px; font-weight:400; line-height:20px; letter-spacing:-1px;}
    #subContents .page_nav ul li .fa.fa-home{color:#777;}
    #subContents .page_nav ul li:after{content:url(/images/kor04r-19-0422/sub/ico_divider_arrow.png); position:relative; top:-3px; margin:0 10px; width:6px; line-height:20px;}
    #subContents .page_nav ul li._last{color:#777;}
    #subContents .page_nav ul li._last:after{display:none;}

    .sub-title{font-size: 25px; color: #111; font-weight: 700; margin-bottom: 80px;}
    .sub-title:before{content:''; display:inline-block;  width:100px; height:4px; background:#e02121; vertical-align: middle; margin-right: 15px;}
	.sub-contents p{ font-size: 16px; color: #666;font-weight: 400; line-height: normal; white-space:pre-line; word-break:break-all;}

	@media only screen and (max-width:1200px) {
		#subContents{margin:0 auto; width:100%;  padding: 80px 20px 150px 20px;}
		#subContents.non-svisual { padding: 150px 20px 150px 20px;}
	}

	@media only screen and (max-width:980px) {
		.sub-title { margin-bottom: 50px;}
		.sub-title:before { width: 60px;}
	}

	@media only screen and (max-width:768px) {
		#subContents{padding:50px 10px;}
		#subContents.non-svisual { padding: 150px 10px 150px 10px;}
		.sub-title {font-size: 22px; margin-bottom:30px}
		.sub-contents p{ font-size:14px; white-space:normal; word-break:break-word;}
	}

/* sub1-1   
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub1-1-box {margin-bottom:120px;}
.sub1-1-box:last-child {margin-bottom:0px;}
.sub1-1-box:after {content:''; display:block; clear:both;}
.sub1-1-box .img-box { width: 50%; float: left;}
.sub1-1-box .img-box > img {width:100%;}
.sub1-1-box .txt-box { width: 50%; padding: 50px 0px 0px 60px; float: right;}
.sub1-1-box .txt-box h3 { font-size: 30px; color: #111; font-weight:300; line-height:1.3; margin-bottom:45px;}
.sub1-1-box .txt-box h3 > span {font-weight:500;}
.sub1-1-box .txt-box h3 > strong{font-size: 40px;}
.sub1-1-box .txt-box p {position:relative; padding-left: 30px; word-break:keep-all; }
.sub1-1-box .txt-box p:before {content:''; display:inline-block; width:2px; height:100%; background:#e02121; position:absolute; left:0;}
.sub1-1-box .img-box.right-pos {float: right;}
.sub1-1-box .txt-box.left-pos { float: left;}

@media only screen and (max-width:1200px) {
	.sub1-1-box .img-box { width: 50%;}
	.sub1-1-box .txt-box { width: 50%;}
}

@media only screen and (max-width:980px) {
	.sub1-1-box { margin-bottom: 80px;}
	.sub1-1-box .img-box { width: 100%;}
	.sub1-1-box .txt-box { width: 100%; padding: 30px 30px 0px 30px;}
	.sub1-1-box .txt-box h3 { font-size: 30px; margin-bottom: 35px;}
}

@media only screen and (max-width:768px) {
	.sub1-1-box .txt-box { width: 100%; padding: 30px 10px 0px 10px;}
}

/* sub1-2
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub1-2 > ul:after {content:''; display:block; clear:both;}
.sub1-2 > ul > li {float:left; width:calc(100%/3 - 30px); margin:0px 15px 80px 15px;}
.sub1-2 > ul > li:nth-child(n+4):nth-child(-n+6) { margin:0px 15px 0px 15px;}
.sub1-2 > ul > li > img {width:100%;}
.sub1-2-box {min-height: 206px;}
.sub1-2-box > h1 { text-align: center; font-size: 30px; color: #111; font-weight: 400;  padding: 50px 0px 30px 0px; line-height: 1;}
.sub1-2-box > p {letter-spacing: -0.5px;}

@media only screen and (max-width:1200px) {
	.sub1-2-box > p { white-space:normal; word-break:break-word;}
}

@media only screen and (max-width:980px) {
	.sub1-2 > ul > li {width:calc(100%/2 - 30px); margin:0px 15px 50px 15px;}
	.sub1-2 > ul > li:nth-child(n+4):nth-child(-n+6) { margin:0px 15px 50px 15px;}
	.sub1-2 > ul > li:nth-last-child(1) {margin:0px 15px 0px 15px;}
	.sub1-2 > ul > li:nth-last-child(2) {margin:0px 15px 0px 15px;}
}

@media only screen and (max-width:865px) {
	.sub1-2-box {min-height: 230px;}
}

@media only screen and (max-width:768px) {
	.sub1-2 > ul > li { width: 100%; float: none; margin: 0 !important;}
	.sub1-2-box {min-height: auto; padding-bottom:30px;}
	.sub1-2-box > h1 {text-align:left; font-size: 25px; padding: 10px 0px 20px 0px;}
}

/* sub1-3
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub1-3-box { position: relative; padding-top: 60px;}
.sub1-3-box .sub1-3-top { display: inline-block; padding: 60px; background: #f4f4f4; position: absolute; right: 0; top: 0;}
.sub1-3-box .sub1-3-top h1 {font-size: 40px; color: #a376e8; font-weight: 400; letter-spacing: -0.5px;}
.sub1-3-box .sub1-3-top h1 > span {font-weight: 500; color: #7834df;}
.sub1-3-box .img-box {width:100%; height:578px; background:url('/images/kor04r-19-0422/sub/sub3_1_img01.jpg') no-repeat center left;}
.sub1-3-box .sub1-3-top .txt-box {font-size: 20px; color: #111; margin-top: 40px;}
.sub1-3 .part-cont { margin-top: 40px;}
.sub1-3 .part-cont dl {border-bottom: 1px solid #d5d7d8; padding: 60px 0px;}
.sub1-3 .part-cont dl dt { display: inline-block; float: left; width: 285px; font-size: 40px; color: #111; font-weight: 400;}
.sub1-3 .part-cont dl dd { display: inline-block; font-size: 18px; color: #666; font-weight: 400;}


@media only screen and (max-width:1200px) {
	.sub1-3 .part-cont dl dt {display: block; width:100%; margin-bottom: 10px;}
	.sub1-3 .part-cont dl dd {display: block;}
}

@media only screen and (max-width:980px) {
	.sub1-3-box { padding-top: 0px;}
	.sub1-3-box .sub1-3-top {position: relative; width: 100%; text-align: center; padding: 30px;}
	.sub1-3-box .sub1-3-top h1 { font-size:25px;}
	.sub1-3-box .sub1-3-top .txt-box {margin-top:20px; font-size: 16px;}
	.sub1-3 .part-cont dl { padding: 30px 0px;}
	.sub1-3 .part-cont dl dt { font-size: 30px;}
	.sub1-3 .part-cont dl dd {font-size: 16px;}
}

@media only screen and (max-width:768px) {
	.sub1-3-box .sub1-3-top .txt-box {font-size:14px;}
	.sub1-3-box .sub1-3-top {text-align:left; padding:15px;}
	.sub1-3 .part-cont { margin-top: 20px; padding:15px;}
	.sub1-3 .part-cont dl dd { font-size:14px; }
	.sub1-3-box .img-box {height:450px; }
}
/* sub1-5
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub1-5 .location-info > h1 { font-size: 30px; color: #111; font-weight: 400; padding:60px 0px 20px 0px; line-height: 1;}
.sub1-5 .location-info > h1 > img {vertical-align: top; margin-right:8px;}
.sub1-5 .location-info > table {width: 100%; border-top: 2px solid #111; }
.sub1-5 .location-info > table tr {border-bottom: 1px solid #e1e1e1;}
.sub1-5 .location-info > table tr th {min-width: 240px; font-size: 18px; font-weight: 500; color: #030303; padding:45px 0px; text-align: left;}
.sub1-5 .location-info > table tr td {color: #333; font-size: 16px; line-height: 25px; font-weight:400;}
.sub1-5 .location-info > table tr td span {margin-right: 30px; min-width: 140px; display: inline-block; color: #333; }
.sub1-5 .root_daum_roughmap {width:100%;}
       
@media only screen and (max-width:768px) {
	.sub1-5 .location-info > h1 {font-size:16px; line-height:1.6}
	.sub1-5 .location-info > table tr th {min-width: 80px; padding: 15px 10px; font-size: 14px;}
	.sub1-5 .location-info > table tr td {padding: 10px 10px; font-size: 14px; line-height: 21px;}
	.sub1-5 .location-info > table tr td span {min-width: 100px; margin-right: 10px; display: block;}
}
/* sub2-2
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub2-2-box { position: relative; padding-top: 60px;}
.sub2-2-box .sub2-2-top { display: inline-block; padding: 60px; background: #f4f4f4; position: absolute; right: 0; top: 0;}
.sub2-2-box .sub2-2-top h1 {font-size: 40px; color: #a376e8; font-weight: 400; letter-spacing: -0.5px;}
.sub2-2-box .sub2-2-top h1 > span {font-weight: 500; color: #7834df;}
.sub2-2-box .img-box {width:100%; height:578px; background:url('/images/kor04r-19-0422/sub/sub3_1_img01.jpg') no-repeat center left;}
.sub2-2-box .sub2-2-top .txt-box {font-size: 20px; color: #111; margin-top: 40px;}
.sub2-2 .part-cont { margin-top: 20px;}
.sub2-2 .part-cont dl {border-bottom: 1px solid #d5d7d8; padding: 60px 0px;}
.sub2-2 .part-cont dl dt { display: inline-block; float: left; width: 285px; font-size: 40px; color: #111; font-weight: 400; line-height:1.2}
.sub2-2 .part-cont dl dd { display: inline-block; font-size: 18px; color: #666; font-weight: 400;}

.sub2-2 h2.sub-title2{font-size:40px; color:#111; margin:60px 0 40px; }
.sub2-2 table{width:100%; margin-bottom:20px}
.sub2-2 th, .sub2-2 td{font-size:15px; text-align:center; border:1px solid #cfcfcf;}
.sub2-2 th{padding:8px 10px; font-weight:normal; background:#efefef;}
.sub2-2 td{padding:10px;}


@media only screen and (max-width:1200px) {
	.sub2-2 .part-cont dl dt {display: block; width:100%; margin-bottom: 10px;}
	.sub2-2 .part-cont dl dd {display: block;}
}

@media only screen and (max-width:980px) {
	.sub2-2-box { padding-top: 0px;}
	.sub2-2-box .sub2-2-top {position: relative; width: 100%; text-align: center; padding: 30px;}
	.sub2-2-box .sub2-2-top h1 { font-size:25px;}
	.sub2-2-box .sub2-2-top .txt-box {margin-top:20px; font-size: 16px;}
	.sub2-2 .part-cont dl { padding: 30px 0px;}
	.sub2-2 .part-cont dl dt, .sub2-2 h2.sub-title2 { font-size: 30px;}
	.sub2-2 .part-cont dl dd {font-size: 16px;}

	.sub2-2 th, .sub2-2 td{font-size:14px; }
}

@media only screen and (max-width:768px) {
	.sub2-2-box .sub1-3-top .txt-box {font-size:14px;}
	.sub2-2-box .sub1-3-top {text-align:left; padding:15px;}
	.sub2-2 .part-cont { margin-top: 20px; padding:15px;}
	.sub2-2 .part-cont dl dd { font-size:14px; }
	.sub2-2-box .img-box {height:450px; }

	.sub2-2 h2.sub-title2 {font-size:18px;}

	.sub2-2 th, .sub2-2 td{font-size:12px; }

}

.sub2-2 > ul{margin:40px -15px 0;}
.sub2-2 > ul:after {content:''; display:block; clear:both;}
.sub2-2 > ul > li {float:left; width:calc(100%/4 - 30px); margin:0px 15px 40px 15px;}
.sub2-2 > ul > li:nth-child(n+5):nth-child(-n+8) { margin:0px 15px 0px 15px;}
.sub2-2 > ul > li > img {width:100%;}
.sub2-2-box2 {}
.sub2-2-box2 > h3 { text-align: center; font-size: 20px; color: #111; font-weight: 400;  padding: 20px 0px 0px 0px; line-height: 1;}
.sub2-2-box2 > p {letter-spacing: -0.5px;}

@media only screen and (max-width:1200px) {
	.sub2-2-box2 > p { white-space:normal; word-break:break-word;}
}

@media only screen and (max-width:980px) {
	.sub2-2 > ul > li {width:calc(100%/2 - 30px); margin:0px 15px 50px 15px;}
	.sub2-2 > ul > li:nth-child(n+5):nth-child(-n+8) { margin:0px 15px 50px 15px;}

}

@media only screen and (max-width:865px) {
	
}

@media only screen and (max-width:768px) {
	.sub2-2 > ul{margin:40px 0px 0;}
	.sub2-2 > ul > li { width: 100%; float: none; margin: 0 !important;}
	.sub2-2-box2 {min-height: auto; padding-bottom:30px;}
	.sub2-2-box2 > h3 {text-align:left; font-size: 25px; padding: 10px 0px 20px 0px;}
}


/* 게시판 관련 CSS   
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	/* 일반게시판 List */
	.whois-board-list { display:inline-block; 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 #e02121; } /* Line 색상 */
	.whois-board-list .whois-board-row .whois-board-row-subject { margin:0 0 5px 0; padding:0; font-size:18px; font-weight:600; }
	.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 */
	.whois-board-view { display:inline-block; }
	.whois-board-view .board-header .board-title h3 { display:block; margin:0px 0 20px; padding:0; font-size:25px; font-weight:500; line-height:30px; color:#000; }
	.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; }

	/* 게시판 버튼 */
	.btn-search, .whois-button-submit, .btn-sub { color:#fff; background-color: #555; -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: #333; }

	/* 게시판 공통 */
	.sub-box { margin-right:5px; background-color: #0575ab;  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 #0575ab; }
	.sub-border-t { border-top: 1px solid #0575ab; }
	.sub-border-r { border-right: 1px solid #0575ab; }
	.sub-border-b { border-bottom: 1px solid #0575ab; }
	.sub-border-l { border-left: 1px solid #0575ab; }

	.sub-bg { background-color: #e02121; }
	.sub-bg-hover:hover { background-color: #034c94; }

    @media only screen and (max-width:768px) {
		.whois-board-view .board-header .board-title h3 { margin-bottom:15px; font-size:24px; }
		.sub1-1-box .txt-box p { font-size:14px; padding-left: 20px;}
    }

/* 로그인/회원가입 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	.material-form{margin:0 auto; background:#fff;}
    .material-form h3 {position:relative; font-size:50px; font-weight:500; text-align:left; color:#d5d5d5; letter-spacing:-3px;}
    .material-form h3:after {content: ''; position: absolute; left: 0; bottom: 1px; width: 100%; height: 3px; background: #d5d5d5;}
    .material-form .body {margin:60px auto 0 !important; padding:0 15px;}
    .material-form p.page_slogan {position: relative; margin-bottom: 60px; margin-top: 30px; color: #333; padding-left: 13px; font-size: 30px; font-weight: 400; text-align: left; line-height: 30px; letter-spacing: -1px; }
    .material-form p.page_slogan:before {content: ''; position: absolute; left: 0; top: 0; width: 2px; height: 100%; background: #ffa800;}
    .material-form p.page_slogan span.c_red {color:#f00;}

	.material-form .header{padding:50px 10px; background:#6498fe; font-size:16px; color:#fff;}
	.material-form .header h3{font-size:30px;}
	.material-form .header p,
	.material-form .header span{margin-top:15px; font-size:16px; color:#fff;}

	.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 .input-group{position:relative; border:0;}
	.material-form .input-group .input-group-addon{padding-right:6px; padding-left:6px; background:#fff; border:0;}

	.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{z-index:9; display:none; position:absolute; top:50%; left:10px; margin-top:-10px; height:20px; color:#ccc;}

	.input-group label.th.ie9{z-index:11; display:block;}
	.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{padding: 6px 12px; line-height:27px; border:1px solid #ccc; border-radius:3px; cursor:pointer;}
	.chkbox input[type='radio']:checked~.rbtn{background:#ccc; color:#fff;}
	.chkbox input[type='radio']~.box,
	.chkbox input[type='checkbox']~.box{display:block; color:#bbb; cursor:pointer; transition:0.5s all ease;}
	.chkbox input[type='radio']~.box:before,
	.chkbox input[type='checkbox']~.box:before{display:inline-block; margin-right:5px; padding:2px;	font-family:'Glyphicons Halflings'; font-size:18px; font-weight:normal; line-height:1; text-align:center; transition:0.4s all ease; vertical-align:middle; color:#cfcfcf;}
	.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;}

    @media only screen and (max-width: 1200px) {
        .material-form h3 {padding:0 15px;} 
        .material-form p.page_slogan {margin: 30px 15px 60px; padding: 0 15px; font-size: 20px; line-height: 1;}
    }

/* 사이트정보 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
    .common-content h3 {position:relative; font-size:50px; font-weight:500; text-align:left; color:#d5d5d5; letter-spacing:-3px;}
    .common-content h3:after {content: ''; position: absolute; left: 0; bottom: 1px; width: 100%; height: 3px; background: #d5d5d5;}
    .common-content p.page_slogan {position: relative; margin-bottom: 60px; margin-top: 30px; color: #333; padding-left: 13px; font-size: 30px; font-weight: 400; text-align: left; line-height: 30px; letter-spacing: -1px; }
    .common-content p.page_slogan:before {content: ''; position: absolute; left: 0; top: 0; width: 2px; height: 100%; background: #ffa800;}
    .common-content p.page_slogan span.c_red {color:#f00;}

    .common-content .sub-content {margin-top:60px;}

    @media only screen and (max-width: 1200px) {
        .common-content h3 {padding:0 15px;} 
        .common-content p.page_slogan {margin: 30px 15px 60px; padding: 0 15px; font-size: 20px; line-height: 1;}
    }

/* 사이트정보 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.common-content .qna-info{margin-top:30px; font-size:18px;}