@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

#subTop {
    z-index: 666;
}

.sub-visual {
    position: relative;
    width: 100%;
    height: 328px;
    text-align: center;
    background: url('/images/kor04r-19-0425/sub/sub-visual.jpg') no-repeat center center/cover;
   /*  background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;   
}

.sub-visual > div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    align-content: center;
}

.sub-visual h2 {   
    font-size: 50px;
    color: #fff;
	font-weight: 500;
	letter-spacing: -1px;
    line-height: 1;
}

.sub-visual hr {
    margin: 22px auto;
    width: 30px;
    text-align: center;
}

.sub-visual p {
    font-size: 20px;
    color: #fff;
}

.sub-tab {
    width: 100%;
    background: #0575ab;
}

.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: 1200px;
    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: 50%;
    height: 60px;
    background: #0575ab;
}

.sub-tab li a {
    display: inline-block;
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-weight: 400;
    font-size: 25px;
    color: #fff;
}

.sub-tab li.active a {
    color: #fff;
    background: #034c94;
}

.sub-tab.fixed a {
    border-bottom: 0;
    border-top: 0;
}

@media only screen and (max-width:980px) {
    .sub-tab > ul {
        width: calc(100% - 40px);
    }
    .sub-tab .col-1 li {
        width: 100%;
    }
    .sub-tab .col-2 li {
        width: 50%;
    }
    .sub-tab .col-3 li {
        width: 33.33%;
    }
}

@media only screen and (max-width:768px) {
    .sub-visual {
        height: 150px;
    }
    .sub-visual > div {
        height: 100px;
    }
    .sub-visual h2 {
        margin-bottom: 5px;
        font-size: 27px;
    }
    .sub-visual p {
        font-size: 14px;
    }
    .sub-visual:before {
        height: 150px;
    }
    .page_nav {
        padding: 0 20px
    }
    .nav_tit h3 {
        font-size: 18px
    }
    .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-visual p {
		padding:0 10%;
	}
	/* .nav_tit h3 {
	        font-size: 0
	    } */
    .sub-tab {
        min-width: 320px;
    }
    .sub-tab li a {
        font-size: 15px;
    }
}
 
#subContainer .page_nav {
    width: 100%;
    height: 80px;
    background-color: #f7f7f7;
	padding:0 20px;
}

#subContainer .nav_tit {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#subContainer .nav_tit h3 {
    line-height: 80px;
    text-align: left;
    display: inline-block;
}

#subContainer .nav_tit ul {
    position: absolute;
    right: 0;
    top: 0;
    height: 80px;
}

#subContainer .nav_tit ul li {
    display: inline-block;
    line-height: 80px;
    font-size: 13px;
    color: #999;
    font-weight: 400;
    position: relative;
    margin-left: 20px;
}

#subContainer .nav_tit ul li:after {
    display: inline;
    width: 20px;
    text-align: center;
    position: absolute;
    top: 1px;
    content: ">";
    font-family: cursive;
    color: #999;
    width: 30px;
}

#subContainer .nav_tit ul li._last {color: #111;}

.sub-contents {
    width: 1200px;
    margin: 50px auto;
}

.subtit {
    text-align: center;
    position: relative;
    height: 74px;
    overflow: hidden;
}

.subtit .tit {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 5;
}

.subtit h3 {
    position: relative;
    font-size: 42px;
    font-weight: 500;
    text-align: left;
    color: #333;
    padding: 0 15px;
    line-height: 74px;
    background-color: #fff;
    display: inline-block;
}

.subtit .subtit_line {
    background-color: #eee;
    height: 1px;
    max-width: 1200px;
    position: absolute;
    bottom: 50%;
    width: 1200px;
    z-index: 1;
    content: "";
    left: 0;
}

@media only screen and (max-width:480px) {
	#subContainer .nav_tit ul li {
		font-size: 11px;
		letter-spacing:-0.5px;
		margin-left: 10px;
	}
	#subContainer .nav_tit ul li:after {
		width: 15px;
	}
}

/* Sub Contents (서브 콘텐츠 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.subtit > h3 {
    position: relative;
    font-size: 42px;
    font-weight: 500;
    text-align: left;
    color: #333;
}

.subtit > h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 3px;
    background: #d5d5d5;
}
.sub-contents h3 {
	font-family:'Montserrat', sans-serif;
	font-size:45px;
	color:#444;
	font-weight:600;
	line-height:1.4;
	letter-spacing:-1px;
	white-space: pre-line;
    word-break: keep-all;
}

.sub-contents 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;
}

.sub-contents p.page_slogan:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #ffa800;
}

.sub-contents p {
    white-space: pre-line;
    word-break: keep-all;
}

.sub-contents p:last-child {
    margin-bottom: 0;
}

.sub-contents .big-txt {
    margin-bottom: 40px;
    font-weight: 400;
    line-height: 1.3;
    font-size: 30px;
    color: #333;
}

.sub-contents .big-txt strong {
    font-weight: 600;
    color: #d50050;
}

@media only screen and (max-width:1200px) {    
    .sub-contents p.page_slogan {
        margin: 30px 15px 60px;
        padding: 0 15px;
        font-size: 20px;
        line-height: 1;
    }
	/* .sub-contents h3 {padding: 0 15px;} */
}

@media only screen and (max-width:768px) {
    .sub-contents p.page_slogan {
        margin: 10px 15px 30px;
        padding: 0 0 0 10px;
        font-size: 18px;
    }
    .sub-contents h3 {
        font-size: 35px;
    }
    .sub-contents p {
        margin-bottom: 10px;
        font-size: 14px;
        white-space: normal;        
    }
    .sub-contents .big-txt {
        margin-bottom: 20px;
        font-size: 25px;
        word-break: keep-all;
    }
}
@media only screen and (max-width:520px) {
	.sub-contents h3 {font-size: 28px;}
}
@media only screen and (max-width:420px) {
	.sub-contents h3 {font-size: 26px;}
}


/* sub1 */
.sub-contents.sub1 {width:100%; margin:50px auto 0; text-align:center;}
.sub-contents.sub1 h3 {color:#946016; font-weight:300; margin-top: 90px;}

.sub-contents.sub1 .text-area {background-color:#f1eee9; margin-top:120px}
.sub-contents.sub1 .text-area > div {width:1200px; margin:0 auto; padding:0 0 80px;}
.sub-contents.sub1 .text-area > div img {	
    position: relative;
    top: -60px;
}
.sub-contents.sub1 .text-area p {
	font-size:18px;
	color:#555;	
	font-weight:400;
	line-height:1.4;
	margin-bottom:30px;
}
.sub-contents.sub1 .text-area p:last-child {margin-bottom:0;}
.sub-contents b {font-weight:600; color:#444;}


@media only screen and (max-width:1200px) {
    .sub-contents { 
		width:100%; 
		padding:0 20px;
	}
	.sub-contents.sub1 {padding:0;}
	.sub-contents.sub1 .text-area > div {
		width:100%;
		padding: 0 20px 80px;
	}	
}

@media only screen and (max-width:980px) {  
	.sub-contents.sub1 .text-area p {
		white-space: normal;
		word-break: keep-all;
	}
}

@media only screen and (max-width:768px) {  
	.sub-contents.sub1 .text-area > div{
		position: relative;
		padding: 100px 20px;
	}
	.sub-contents.sub1 .text-area > div img{
		width: 25%;
		position: absolute;
		top: -100px;		
		left: 40%;
	}
	.sub-contents.sub1 .text-area p {font-size: 16px;}
}
@media only screen and (max-width:520px) { 
	.sub-contents.sub1 {margin: 0 auto;}
	.sub-contents.sub1 h3 {white-space: normal;}
	.sub-contents.sub1 .text-area p {font-size: 14px;}
	.sub-contents.sub1 .text-area > div {padding: 60px 20px;}
	.sub-contents.sub1 .text-area > div img {
		width: 30%;			
		left: 35%;
	}
}
@media only screen and (max-width:420px) { 
	.sub-contents.sub1 .text-area > div img {
		width: 40%;			
		left: 35%;
	}
}

/* sub2 */


/* sub3 */
.sub-contents .location {
	display:flex;
	justify-content: space-between;	
	margin-top:80px;
}
.sub-contents .location > div {width:48.5%;}
.sub-contents .location > div .location_info {
	background:#f7f7f7;
	padding:30px;	
}
.sub-contents .location h4 {
	font-size:30px; 
	color:#6c450d;
	font-weight:600;
	margin-bottom:10px;
}
.sub-contents.sub3 p {
	font-size:18px; 
	color:#555; 
	font-weight:400;
	line-height:1.3;	
    margin-top: 20px;	
}
.sub-contents.sub3 h3 {font-weight:700;}
.sub-contents.sub3 .content-wrap h3 {margin-bottom:30px;}
.sub-contents.sub3 .top_content h3 {color:#946016;}
.sub-contents.sub3 .top_content h4 {font-size:30px; color:#3d3d3d; font-weight:600; margin-top:80px;}
.sub-contents.sub3 .top_content > h4:first-child {margin-top:0;}
.sub-contents.sub3 .top_content p {width:75%;}
.sub-contents.sub3 .text-area {
	background-color:#f1eee9; 
	padding:20px 40px 80px; 
	border-radius:0 300px 0 0;
	position: relative;
	margin:50px 0;
}
.sub-contents.sub3 .text-area img {
	display: inline-block;
    position: absolute;
    right: 0;   
    top: -210px;
}
.sub-contents.sub3 .text-area dl {
	display:flex; 
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:45px;
}
.sub-contents.sub3 .text-area dt {width:20%; font-size:22px; color:#333; font-weight:400;}
.sub-contents.sub3 .text-area dd {width:80%}
.sub-contents.sub3 .text-area dd li {
	font-size:16px; 
	color:#333; 
	font-weight:300;
	line-height:1.2;	
	padding-left: 15px;
    margin-bottom: 12px;
	position: relative;
}
.sub-contents.sub3 .text-area dd li:before {
	content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #946016;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0;
}
.sub-contents.sub3 .text-area dd ul > li:last-child {margin-bottom:0;}


@media only screen and (max-width:980px) {
	.sub-contents.sub3 .top_content p {width:65%;}
	.sub-contents.sub3 .text-area dt {font-size:20px;}
}
@media only screen and (max-width:900px) {
	.sub-contents.sub3 .text-area dt {width: 100%;}
	.sub-contents.sub3 .text-area dd {
		width: 100%;
		margin-left: 20px;
		margin-top: 20px;
	}
}
@media only screen and (max-width:768px) {
	.sub-contents .location { flex-wrap: wrap; margin-top:50px;}
	.sub-contents .location > div {width:100%;}
	.sub-contents .location > div:nth-of-type(2) {margin-top:30px}
	.sub-contents .location h4 {font-size: 26px;}

	.sub-contents.sub3 p {font-size:16px; margin-top:10px;}
	.sub-contents.sub3 .top_content p {width:100%;}
	.sub-contents.sub3 .text-area img{	
		right: 0;
		top: -40px;
		width: 30%;
	}
}
@media only screen and (max-width:520px) {
	.sub-contents .location {margin-top: 0;}
	.sub-contents .location h4 {font-size: 24px;}
	.sub-contents.sub3 p {font-size:14px;}

	.sub-contents.sub3 .text-area {border-radius: 0;}	
	.sub-contents.sub3 .text-area img {width: 35%;}
	.sub-contents.sub3 .text-area dl {margin-top: 25px;}
	.sub-contents.sub3 .text-area dt {font-size:16px;}
	.sub-contents.sub3 .text-area dd li {font-size:14px;}
	.sub-contents.sub3 .top_content h4 {
		font-size: 21px; 
		margin-top: 50px;
	}	
}



/* 게시판 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */


/* 일반게시판 List */

.whois-board-list {
    display: inline-block;
    padding: 0 15px;
    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 #0575ab;
}


/* Line 색상 */

.whois-board-list .whois-board-row .whois-board-row-subject {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 20px;
    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 {
	width:100%;
    padding: 0 15px;
    display: inline-block;
}


/* Line 색상 border-top:1px solid #e1e1e1; */

.whois-board-view .board-header .board-title h3 {
    display: block;
    margin: 8px 0 30px;
    padding: 0;
    font-size: 30px;
    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: #0f2880;
    -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: #034c94;
}


/* 게시판 공통 */

.sub-box {
    margin-right: 5px;
    background-color: #0f2880;
    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: #0575ab;
}

.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;
    }
}


/* 로그인/회원가입 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.material-form {
    margin: 0 auto;
    background: #fff;
    max-width:1200px;
}


.material-form .body {
    margin: 60px auto;
    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;
}


		