﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Nanum+Brush+Script');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;700;900&family=Open+Sans:wght@300;700&display=swap');


fieldset {
	border:none;	
}
fieldset > table {
    width: 65%;
    margin: 0 auto;	
}
.text_box { 
    width: 100%;
    padding: 4% 5%;
	border: 1px solid #ccc;
}
.text_box_100 { 
    width: 100%;
    padding: 2%;
	border: 1px solid #ccc;
}
.text_box_right { float:right; }
.br_line {
	padding-top:2%;	
}

.content_box {  
    width: 100%;
    height: 300px!important;
    padding: 2.5%;
    border: 1px solid #ccc;
	resize: none;
}


input,textarea { 
	font-size:15px; 
	font-family: 'Noto Sans KR','Nanum Square','Noto Sans CJK KR', sans-serif!important;
}
.mformtextdiv { 
	display:inline-block; 
	width: 49%;	
}
.mformtextdiv:nth-child(7) { width:100%!important; } /*구입희망모델*/

.mformtextdiv:nth-child(2n) { float:right!important; }

.text_box2 { /*개인정보처리방침안내*/
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    padding: 4% 2%;
    word-break: keep-all;
    letter-spacing: -1px;
    border: 1px solid #ccc;
	background: #f5f5f5;
    height: 285px;
    resize: none;
    font-family: 'Noto Sans KR','Nanum Square','Noto Sans CJK KR', sans-serif!important;
}

.plus_content { 
    width: 100%;
	font-size:14px; 
}

.send_btn {
	width: 100%;
    text-align: center;
}
.send_btn input {
    border: 1px solid #333;
    background: #333;
    color: #fff;
    border-radius: 3px;
    padding: 10px 0;
    cursor: pointer;
    text-align: center;
	width: 14%;
    margin-left: 43%;	
}
.send_btn:hover input {  
	background:#151515;
	border:1px solid #151515;
}

.submit_top { height:50px; }

.formtextareadiv { 
	width:100%; 
}
.formtextareadiv > div { width:100%; }

@media only screen and (max-width: 768px) {
fieldset > table { width: 85%;}
.send_btn input {
	width: 30%;
    margin-left: 35%;
}
}