@charset "utf-8";


/* 요소(element) 여백 초기화  */
html, body,
div, span,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
blockquote, p, address, pre, cite,
form, fieldset, input, textarea, select,
table, th, td {
	margin:0;
	padding:0;
	font-family: 'Noto Sans KR', "Malgun Gothic", "Dotum", arial, Tahoma, sans-serif;
	}
	
@font-face {
    font-family: 'NotoSerifKR';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NotoSerifKR.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* 화면 회전시 폰트사이즈 고정 */
body {-webkit-text-size-adjust:none; line-height:1.6}
/* 이미지 세로 정렬 */
img{vertical-align:top;}
/* 제목요소 */
h1, h2, h3, h4, h5, h6 {  
	font-size:100%;   
	font-weight:normal;   
	} 

/* 테두리 없애기 */
fieldset, img, abbr,acronym { border:0 none; } 

/* 링크밑줄 없애기 */
a{
	text-decoration:none;
	outline:none;
	color:#000;
}
/* 목록 */
ol, ul { list-style:none; }

/* 테이블 - 마크업에 'cellspacing="0"' 지정 함께 필요 */
table {
	border-collapse: collapse;
	border-spacing:0;
	border:0 none;
	}
caption {
	text-align:left;
	font-weight: normal;
}
th, td {
	font-weight: normal;
}

/* 텍스트 관련 요소 초기화 */
address, caption, em, cite {
	font-weight:normal;
	font-style:normal;
	}
ins { text-decoration:none; }
del { text-decoration:line-through; }

/* 인용문 */
blockquote:before, blockquote:after, q:before, q:after { content:""; }
blockquote,q { quotes:"" ""; }

/* 수평선*/
hr { display:none; }

, 
input[type="checkbox"]:focus {
    outline: 0;
}


/*
 **  contents 
 ********************************************** */
#adViewPage #wrap {position:relative; width: 100%; max-width: 640px; margin: 0 auto; font-family: 'malgun gothic', Dotum, sans-serif; line-height: 1.6; color: #333333; letter-spacing: -0.5px;}
#adViewPage #wrap img { width: 100%; vertical-align: top;}
#adViewPage .section-text {margin: 0.5em 2.5% 1em; text-align: justify; word-break: break-all;}

nav {
	width: 100%;
	height: 46px;
	border-bottom: 1px solid #dcdcdc;
	position: relative;
	background: #fff;
}

/*
nav .logo {
	position: absolute;
	top: 15px;
	left: 50%;
	width: 110px;
	height: 0px;
	background: url(../img/logo2.png)no-repeat;
	margin-top: 10px;
	background-size: 100% 100%;
	transform: translate(-50%, -50%);
}
*/

nav .search {
	float: right;
	margin-right: 10px;
	background: url(../img/search.png)no-repeat;
	background-size: 100% 100%;
	width:120px;
	height: 40px;
	margin-top: 4px;
	text-indent: -9999em;
}

nav .menu {
	float: left;
	margin-left: 10px;
	background: url(../img/menu.png)no-repeat;
	background-size: 100% 100%;
	width:135px;
	height: 40px;
	margin-top: 4px;
	text-indent: -9999em;
}

/* 헤더 */
header {
	width: 100%;
	max-width: 680px;
	margin: 0px auto;
	text-align: left;
	padding: 30px 10px 30px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
}
header h1 {
	font-weight: 400;
	font-size: 37px;
	padding: 20px 0px 40px 0px;
	line-height: 1.4;
	color: #000;
	letter-spacing: -1px;
	text-align: left;
}
header h2 {
	font-weight: 500;
	font-size: 18px;
	padding: 40px 0px 0px 0px;
	line-height: 1.3;
	text-align: center;
color: #666;
}
header h2 span{
	font-weight: 300;
	font-size: 14px;
	padding: 2px 8px;
	line-height: 1.0;
	border: 1px solid#21b137;
	border-radius: 20px;
	color: #21b137;
}
header p {
	font-weight: 300;
	line-height: 1.7;
	color: #a1a1a1;
	position: relative;
    font-size: 15px;
	margin: 0px;
	text-align: left;
    padding: 5px;
}
header h3 {
	font-weight: 500;
	font-size: 24px;
	padding: 0px 0px 60px 0px;
	line-height: 1.4;
	color: #666;
	letter-spacing: -1px;
	text-align: center;
}
header h5{
	font-weight: 500;
	font-size: 20px;
	padding: 0px 0px 0px 0px;
	line-height: 1;
	color: #666;
	letter-spacing: -1px;
	text-align: left;
}
header h3 span{
	font-weight: 200;
	font-size: 16px;
	line-height: 1.6;
	color: #21b137;
	position: relative;
	margin: 0px 0px 0px 0px;
}
.sub {
	width: 100%;
	color: #999999;
	font-size: 17px;
	margin-top: 0px;
}
.sub img {
	width: 46px;
	margin-right: 12px;
}
.sub2 img {
	width: 150px;
	margin-right: 12px;
}
.sub3{
float: left; font-size: 17px;
}
.sub4{
float: right; font-size: 16px; padding-top: 30px; color:#9d9d9d;font-weight: 300;
}




/*
 **  reply02 - nate
 ***********************************************/
#adViewPage .reply02 {border-bottom:1px solid #ddd; }
#adViewPage .reply02 h3 {font-weight:bold; padding:20px 0 10px}
#adViewPage .reply02 .login_wrap { padding:5px; display:table; box-sizing:border-box; line-height:35px; width:100%; font-size:13px; background:#f1f1f1}
#adViewPage .reply02 .login_wrap .input_area { display:table-cell; vertical-align:middle; border:1px solid #ddd; background:#fff; padding:0 5px; border-right:0}
#adViewPage .reply02 .login_wrap .submit_btn { display:table-cell; vertical-align:middle; border:1px solid #333; width:60px; font-weight:bold; text-align:center; background:#333; color:#fff;}
#adViewPage .reply02 .reply_list { padding:5px 5px 0; border-top:1px solid #ddd; background:#f1f1f1;}
#adViewPage .reply02 .reply_list .reply_wrap {border-bottom:1px solid #ddd; padding:7px; }
#adViewPage .reply02 .reply_list .reply_wrap .name {font-size:13px; color:#333; font-weight:bold;}
#adViewPage .reply02 .reply_list .reply_wrap .name strong {font-weight:bold;}
#adViewPage #wrap .reply02 .reply_list .reply_wrap .name + img {display:inline-block; width:60%;}
#adViewPage .reply02 .reply_list .reply_wrap .text {padding:5px 0 10px; font-size:15px;}
#adViewPage .reply02 .reply_list .reply_wrap .BEST {display:inline-block; background: #f75628; color:#fff; padding:0 5px; font-size:12px; margin-right:5px }
#adViewPage .reply02 .reply_list .reply_wrap .date {font-size:12px; color:#999}
#adViewPage .reply02 .reply_list .reply_wrap .bottom_btn {position:relative; padding:10px 0 10px;}
#adViewPage .reply02 .reply_list .reply_wrap .bottom_btn span {display:inline-block; margin-right:5px; border:1px solid #ddd; font-size:12px; padding:5px; line-height:1.2; background:#fff}
#adViewPage .reply02 .reply_list .reply_wrap .bottom_btn .rere {display:inline-block;}
#adViewPage .reply02 .reply_list .reply_wrap .bottom_btn .GH {position:absolute; top:10px; right:0}
#adViewPage .reply02 .reply_list .reply_wrap .bottom_btn .GH .red {color:red}

/*
 **  reply02 - nate
 ***********************************************/
#adViewPage .addNews {padding:20px 0; margin-bottom:20px; border-bottom:1px solid #aaa;}
#adViewPage .addNews h3 {font-weight:bold; margin-bottom:10px; border-bottom:1px solid #aaa; padding:0 5px 5px;}
#adViewPage .addNews h3 .red {color:red;}
#adViewPage .addNews .addNews_wrap {padding:0 3px}
#adViewPage .addNews .addNews_wrap .addNews_list p {border-bottom:1px solid #ddd; margin:0; line-height:2; }
#adViewPage .addNews .addNews_wrap .addNews_list p:last-child {border-bottom:0;}
#adViewPage .addNews .addNews_wrap .addNews_list p span {display:block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

/*
 **  footer_show
 ********************************************** */
#adViewPage #footer {padding:10px; text-align:center; font-weight:normal;  margin-top:20px; font-size:13px; color:#999; }
#adViewPage .footer {padding:20px 0; text-align:center; border-top:1px dotted #ddd; font-weight:normal;background:#555; color:#999; margin-top:20px; font-size:13px}



#dbform {width:100%; box-sizing: border-box; background:#fff; position:relative; z-index:99;  margin: auto ; border: 5px solid #fc3f15;background: #fff;}
#dbform > img {width:100%;}
#dbform table {width:100%; padding:0px 15px 25px; }
#dbform table th,td {padding:5px 0;}
#dbform table th {font-weight: 600; text-align:left; padding-left:5%;}
#dbform table th span {color:red; font-size: 0.8em; font-weight: normal;}
#dbform table td {padding-left:10px;}
#dbform table td.number .tel {width:30%!important; font-size: 16px;}
#dbform table td input[type=text],  #dbform table td input[type=tel],  #dbform table td select {font-size: 1.2em; color:#000; letter-spacing:2px;  height:40px; line-height: 40px; padding-left:6px; width:90%; background: #fff; border:1px solid #222; }
#dbform table td.number {font-size: 0px;}
#dbform table td input:focus, #dbform table td input:-webkit-focus {outline:3px solid #f9193d!important; }
#dbform table td input::placeholder {font-size: 0.85em!important; text-align:#eee; letter-spacing: 1px!important;}

#dbform table td button {position:relative; display:block; margin:0 auto; width:80%; border: 0px;}

#dbform table td button img{width: 100%;}
#dbform table img {display:block; margin:0 auto; width:80%;}
#dbform table .result {font-size: 12px; text-align:center; border:2px solid #eaeaea; background: #f7f7f7; border-radius:5px;}
#dbform table .result input[type=text] {height:20px; line-height: 20px; width:15%; background: #fff; border:1px solid #eaeaea;}
#dbform table .dbq {padding:20px; border-bottom:1px dashed #888;}
#dbform table .dbq .q_tit {font-weight: bold; font-size: 1.125em; padding:10px 0;text-align: left; color: #333;}
#dbform table .dbq .q_sub input{display:none;}

#dbform table .dbq .q_sub input + label {display:inline-block; width:23%; padding:8px 0px; font-size: 18px; text-align:center; background: #fff; color:#ff3636; border-radius:5px; border:1px solid #ff3636; cursor: pointer;}
#dbform table .dbq .q_sub input:checked + label {background:#ff3636; color:#fff; font-weight: bold;}


#dbform table .dbq .q_sub2 input + label {display:inline-block; width:18%; padding:5px 2px; font-size: 18px; text-align:left;}

#dbform table .policy {font-size: 12px; padding-top:10px; text-align:center;} 
#dbform table .policy a {color:#0075ff;}
#dbform table .number .tel {width:29%!important; font-size: 16px; box-sizing: border-box; margin-left:1%; vertical-align: top;}
#dbform table .number select.tel {width:30%!important;margin-left:0%;}
#dbform table tbody tr.result02 img{width: 100%;}
#dbform table tbody tr.result02 td{padding: 10px;}
#dbform table tbody tr.pr td{text-align: center;background: #f7f7f7;padding: 5px 0;}
#dbform table tbody tr.pr td input{width: 16%;height: 30px;background: #fff;}

.agree >.agreeform {font-size: 12px; color:#666; line-height: 1.5; display:none;}
.agree textarea {width:100%;  margin:0 auto;  border-radius:10px; border:2px solid #eee; height:70px; padding:7px; box-sizing: border-box;}


div.ipForm {padding:3% 5%;border:0px solid #1e4acd;background:#fff;}
div.ipForm dl	{width:100%;float:left;padding:0;text-align:left;margin:1% 0; display: flex; }
div.ipForm dl dt {width:23%; font-family: 'Inter', 'Noto Sans KR', sans-serif; font-size: 21px; font-weight: 500; text-align:left; padding-top: 1.5%; margin-left: 2%;}
div.ipForm dl dd {width:75%; display: flex;}
div.ipForm dl dd label {width:90%;float:left;display:inline-block;}
div.ipForm dl dd ipForm {border:1px solid #ccc;width:30%;padding:5px 3px;}
div.ipForm dl dd input {width:100%; height:50px; padding:10px; border:1px solid #ccc; font-size: 18px; border-radius:0px; box-sizing: border-box; font-weight: 400;}

div.ipForm dl dd input[name="성별"] {display:none;}
div.ipForm dl dd input.gen + label {width:50%; display:block; background: #fff; height:50px; line-height: 50px; float:left; font-size: 18px; text-align:center;  border:1px solid #ccc; transition:all .5s; cursor: pointer;}
div.ipForm dl dd input.gen:checked + label {background: #fc3f15; color:#fff;}
div.ipForm dl dd select {width:33%; height:50px; padding:10px; border:1px solid #ccc; font-size: 18px; border-radius:0px; box-sizing: border-box; font-weight: 400;}
div.ipForm dl dd .inputChk {width:0.750em;height:0.750em;color:#a0a0a0;padding:0;}

div.ipForm .Form_Q {width:100%; float:left; line-height:1.5; padding-bottom:2%; border-bottom:2px dashed #eee;}
div.ipForm .Form_Q th {font-size:1.125em; text-align:left; padding:2% 0;}

div.ipForm .bnr {width:100%;margin:0 auto;padding:0;}
div.ipForm .bnr button {width:100%;padding:3% 0;background:#1e4acd;color:#fff;border:0;font-weight:bold;font-size:1.500em;letter-spacing:-0.063em;}

#bottom {border-top:1px solid #e5e5e5; margin-top:0px;}
#bottom1 { margin-top:0px; text-align:left;}
.reply {width:100%; max-width:640px; margin:0 auto; margin-top:0px; padding:10px; box-sizing: border-box; font-weight:400}
.reply .re_top span {color:#7f7f7f;}
.reply .re_top img {width:20px; height:20px; border:1px solid #e5e5e5; display:inline-block; vertical-align:top; box-sizing: border-box; margin:0; padding:0;}
.reply .re_btn {width:100%; height:135px; position:relative; margin-top:10px; margin-bottom:-5px}
.reply textarea {width:100%; height:120px; padding:15px; box-sizing: border-box; border:1px solid #ccc; position:absolute;
   font-size: 12px; top:0; bottom:0; left:0; line-height:1.3;}
.reply button {width:20%; border:none; background:#333; color:#fff; position:absolute; top:0; bottom:0; right:0; font-size:1.05em;}
.reply .re1 {margin-top:3%; padding:9px 0; width:100%; position: relative; border-bottom:3px solid #e5e5e5; font-size:15px;}
.reply .re1 a {padding-right:7px;} .reply .re1 a:nth-child(1) {font-weight:bold; color:#000000;}
.reply .re1 i {position:absolute; right:3px;}
.reply .re1 p {font-size:15px; letter-spacing: -0.01em; margin-top:15px; margin-bottom:5px; line-height:18px; font-weight:500;}
.reply .re2 p {font-size:13px; letter-spacing: -0.01em; margin-top:10px; margin-bottom:10px; line-height:18px; 
    display: inline-block; text-align: right;  right: 10px; position: absolute; }
.reply .re3 p {font-size:15px; letter-spacing: -0.01em; margin-top:0px; margin-bottom:17px; line-height:22px;}
.reply .re3- p {font-size:13px; letter-spacing: -0.01em; margin-top:0px; margin-bottom:15px; line-height:20px;}
.reply .re4 p {font-size:13px; letter-spacing: -0.01em; margin-top:2px; margin-bottom:15px; line-height:20px; margin-left:5px;}
.reply .re3 em {font-style:normal; font-size:0.9em; background:#ff0000; padding:0 3px; border-radius:3px; color:#fff; letter-spacing: 0; margin-right:5px;}
.reply .re5 p {font-size:13px; letter-spacing: -0.01em; margin-top:0px;margin-bottom:15px; line-height:20px;}
.reply .re6 p {padding:10px 0;  width:100%; font-size:15px; margin-top:15px; margin-bottom:15px; text-align:center;}
.reply .re6 p {padding:10px 0;  width:100%; font-size:15px; margin-top:15px; margin-bottom:15px; text-align:center;}
.reply .re2 {margin-top:15px; padding:0; box-sizing: border-box;}

#adViewPage #wrap .reply .re2 .pro img {display:inline-block; width:40px; height:20px; vertical-align: middle}
.reply .re4 img {width:25px; height:25px; padding:0px 0px 0px 20px;}
.reply .re3 img {width:80px; height:70px; display:inline-block;}
.reply .re2 .pro span {display:inline-block; vertical-align: middle; padding-top: 0; font-size: 15px; font-weight: 500; margin-left:8px; }
.reply .re3 .rebtn .rebtn1 {display:inline-block; padding:5px 9px; font-size:12px; border:1px solid #e0e0e0;}
.reply .re5 .rebtn .rebtn1 {display:inline-block; padding:5px 9px; font-size:12px; border:1px solid #e0e0e0;}
.reply .re5 .rebtn .rebtn2 {display:inline-block; padding:5px 9px; font-size:12px; border:1px solid #e0e0e0; float:right; font-family:'돋움'; letter-spacing: 0.02em;}
.reply .re3 .rebtn .rebtn2 {display:inline-block; padding:5px 9px; font-size:12px; border:1px solid #e0e0e0; float:right; font-family:'돋움'; letter-spacing: 0.02em;}
.reply .re3 {margin-top:0px; padding:8px 0; width:100%; border-bottom:1px solid #e5e5e5;}
.reply .re3- {margin-top:5px; padding:8px 0; width:100%; border-bottom:1px solid #e5e5e5; }
.reply .re5 {margin-top:0px; padding:8px 0; width:100%; border-bottom:1px solid #e5e5e5;}
.reply .re4 {padding:10px 0; width:100%; border-bottom:1px solid #e5e5e5; background-color:#fff;}
.reply .re4 span{font-size:10px; color:#c0c0c0}
.reply .re1 .rebtn .rebtn1 {display:inline-block; padding:7px 9px; font-size:12px; border:1px solid #d5d5d5; font-family:'돋움'}
.reply .re1 .rebtn .rebtn2 {display:inline-block; padding:7px 9px; font-size:12px; border:1px solid #d5d5d5; font-family:'돋움'; margin-left:5px}
.reply .re3 .time p {font-size:12px; color:#c0c0c0; margin-top:-15px; margin-bottom:10px;}
.reply .re5 .time p {font-size:10px; color:#c0c0c0; margin-top:-15px; margin-bottom:10px;}
.reply .re3- .time p {font-size:10px; color:#c0c0c0; margin-top:-15px; margin-bottom:5px;}
.reply .re4 .time p {font-size:10px; color:#c0c0c0; margin-top:-15px; margin-bottom:0px;}
.w60 {width:60%!important; height: inherit!important; margin-bottom:2%;}
.w80 {width:80%!important; height: inherit!important; margin-bottom:2%;}
.w100 {width:100%!important; height: inherit!important; margin-top: 1%; margin-bottom:2%;}


@media(max-width:640px) {
	nav .search {
	float: right;
	margin-right: 0px;
	background: url(../img/search.png)no-repeat;
	background-size: 100% 100%;
	width:120px;
	height: 40px;
	margin-top: 5px;
	text-indent: -9999em;
}

nav .menu {
	float: left;
	margin-left: 2px;
	background: url(../img/menu.png)no-repeat;
	background-size: 100% 100%;
	width:125px;
	height: 35px;
	margin-top: 8px;
	text-indent: -9999em;
}	
	header {
	width: 100%;
    margin: 0px auto;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    padding: 10px 0px;
	}

	header h1 {
    font-weight: 400;
    font-size: 26px;
    padding: 20px 15px 25px 15px;
    line-height: 1.5;
    color: #000;
    letter-spacing: -1.2px;
    text-align: left;
}
	header h2 {
	font-weight: 600;
	font-size: 15px;
	padding: 20px 0px 0px 0px;
	line-height: 1.3;
	text-align: center;
    color: #666;		
}
	header h3 {
	font-weight: 500;
	font-size: 18px;
	padding: 5px 0px 25px 0px;
	line-height: 1.4;
	color: #666;
	letter-spacing: -1px;
	text-align: center;
}
header h5 {
    font-weight: 500;
    font-size: 17px;
    padding: 0px 0px 0px 0px;
    line-height: 1;
    color: #666;
    letter-spacing: -1px;
    text-align: left;
}	
	h4 {
	font-weight: 600;
	line-height: 1.6;
	color: red;
	position: relative;
border-bottom: 0px solid#7e7e7e;
	font-size: 23px;
	margin: 7px 0px 0px 0px;
}
	header p {
		font-size: 13px;
        padding-top: 5px;
		padding-bottom: 20px;
	}
	.sub img {
		margin-left: 15px;
		width: 40px;
		margin-right: 12px;
	}


@media (max-width: 500px){
	#dbform table .dbq {padding:10px; border-bottom:1px dashed #888;}
	#dbform table .dbq .q_sub input + label {
    display: inline-block;
    width: 22%;
    padding: 8px 2px;
    font-size: 17px;
    text-align: center;
    background: #fff;
    color: #ff3636;
    border-radius: 5px;
    border: 1px solid #ff3636;
}
#dbform table .dbq .q_sub2 input + label {
    display: inline-block;
    width: 20%;
    padding: 5px 0px;
    font-size: 16px;
    text-align: left;
}
	
div.ipForm dl dt {font-size: 20px; padding-top: 3%; margin-left: 2%;}
	
}



@media (max-width: 380px){
	#dbform table .dbq .q_sub input + label {
    display: inline-block;
    width: 22%;
    padding: 8px 2px;
    font-size: 16px;
    text-align: center;
    background: #fff;
    color: #ff3636;
    border-radius: 5px;
    border: 1px solid #ff3636;
}
#dbform table .dbq .q_sub2 input + label {
    display: inline-block;
    width: 19%;
    padding: 5px 0px;
    font-size: 16px;
    text-align: left;
}
	
	
}


.pro img {
	width:25px; height:25px;
}



footer {

    padding: 15px;
    background: #fbfbfb;
    border-top: 1px solid #e5e5e5;
    text-align: center;

}
footer p {
    font-size: 12px;
    color: #999;
}
