@charset "utf-8";
body{margin:0;}
form{
	padding:0;
	margin:0;
}
*, ::after, ::before {
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
ul{
	list-style:none;
	margin:0;
	padding:0;
}
button{
	cursor:pointer;
}
.loading_wrap{
	position:fixed;
	display:none;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(255,255,255,0.8);
	z-index:100000000;
}
.loading_wrap table{
	width:100%;
	height:100%;
}
.loading_wrap table tr td{
	width:100%;
	height:100%;
	font-size:16px;
	font-weight:600;
}
.txt_center{
	text-align:center;
}
.txt_right{
	text-align:right;
}
/* 메뉴 */
.head_wrap{
	height:50px;
	background:#000;
	color:#fff;
	text-align:center;
	font-size:1rem;
}
.head_wrap .menu_wrap{
	height:100%;
}
.head_wrap .menu_wrap ul{
	display:inline-block;
	height:100%;
	list-style:none;
	margin:0;
	padding:0;
}
.head_wrap .menu_wrap ul .menu{
	float:left;
	height:100%;
	padding:14px 20px;
}
.head_wrap .menu_wrap ul .menu a{
	color:#fff;
}

/* 부가세 계산기 */
.caculation_wrap{
	max-width:800px;
	width:100%;
	margin:50px auto;
	background:#f6f6f6;
	box-shadow:1px 2px 3px #ddd;
	border:1px solid #ddd;
}
.caculation_wrap .head{
	width:100%;
	font-size:24px;
	font-weight:600;
	padding:30px;
	margin:0;
	background:#fff;
	color:#8187dd;
}
.caculation_wrap .content{
	width:100%;
	padding:15px;
	display:inline-block;
}
.caculation_wrap .content .left_wrap{
	width:50%;
	padding:15px;
	float:left;
}
.caculation_wrap .content .left_wrap .caculater{
	width:100%;
	border:1px solid #ddd;
	box-shadow:1px 2px 3px #ddd;
	background:#fff;
	border-radius:8px;
	padding:15px;
}
.caculation_wrap .content .left_wrap .caculater h2{
	font-size:14px;
	font-weight:400;
	text-align:center;
	margin:0;
	padding:15px;
	line-height:1.5;
}
.caculation_wrap .content .left_wrap .caculater h2 b{
	font-size:20px;
}
.caculation_wrap .content .left_wrap .caculater .txt_input{
	width:calc(100% - 26px);
	font-size:18px;
	padding:8px;
	border:none;
	background:#f0f0f0;
}
.caculation_wrap .content .left_wrap .caculater .input_wrap{
	width:100%;
	padding:15px;
}
.caculation_wrap .content .left_wrap .caculater .input_wrap h3{
	width:100%;
	font-size:16px;
	font-weight:400;
	margin:0;
	padding:8px 0;
}
.caculation_wrap .content .left_wrap .caculater .input_wrap .btn_wrap{
	width:100%;
	padding:10px 0;
	display:inline-block;
}
.caculation_wrap .content .left_wrap .caculater .input_wrap .btn_wrap button{
	width:calc(50% - 18px);
	float:left;
	margin-right:5px;
	background:#fff;
	border:1px solid #ddd;
	padding:8px;
	font-size:14px;
	font-weight:400;
}
.caculation_wrap .content .left_wrap .caculater .input_wrap .btn_wrap button:last-child{
	width:calc(50% - 18px);
	float:left;
	margin-right:0px;
	margin-left:5px;
	background:#526277;
	border:1px solid #526277;
	background:#526277;
	color:#fff;
}
.caculation_wrap .content .left_wrap .caculater .line{
	width:calc(100% - 30px);
	height:1px;
	background:#aaa;
	margin:auto;
}
.caculation_wrap .content .left_wrap .caculater .result_wrap{
	width:100%;
	padding:15px;
}
.caculation_wrap .content .left_wrap .caculater .result_wrap h3{
	width:100%;
	font-size:16px;
	font-weight:400;
	margin:0;
	padding:8px 0;
}
.caculation_wrap .content .left_wrap .caculater .result_wrap input{
	margin-bottom:15px;
}
.caculation_wrap .content .left_wrap .caculater .result_wrap input[name='res_vat']{
	background:#526277;
	color:#fff;
}
.caculation_wrap .content .right_wrap{
	width:50%;
	padding:15px;
	float:left;
}
.caculation_wrap .content .right_wrap .caculater{
	width:100%;
	border:1px solid #ddd;
	box-shadow:1px 2px 3px #ddd;
	background:#fff;
	border-radius:8px;
	padding:15px;
}
.caculation_wrap .content .right_wrap .caculater h2{
	font-size:14px;
	font-weight:400;
	text-align:center;
	margin:0;
	padding:15px;
	line-height:1.5;
}
.caculation_wrap .content .right_wrap .caculater h2 b{
	font-size:20px;
}
.caculation_wrap .content .right_wrap .caculater .txt_input{
	width:calc(100% - 26px);
	font-size:18px;
	padding:8px;
	border:none;
	background:#f0f0f0;
}
.caculation_wrap .content .right_wrap .caculater .input_wrap{
	width:100%;
	padding:15px;
}
.caculation_wrap .content .right_wrap .caculater .input_wrap h3{
	width:100%;
	font-size:16px;
	font-weight:400;
	margin:0;
	padding:8px 0;
}
.caculation_wrap .content .right_wrap .caculater .input_wrap .btn_wrap{
	width:100%;
	padding:10px 0;
	display:inline-block;
}
.caculation_wrap .content .right_wrap .caculater .input_wrap .btn_wrap button{
	width:calc(50% - 18px);
	float:left;
	margin-right:5px;
	background:#fff;
	border:1px solid #ddd;
	padding:8px;
	font-size:14px;
	font-weight:400;
}
.caculation_wrap .content .right_wrap .caculater .input_wrap .btn_wrap button:last-child{
	width:calc(50% - 18px);
	float:left;
	margin-right:0px;
	margin-left:5px;
	border:1px solid #526277;
	background:#526277;
	color:#fff;
}
.caculation_wrap .content .right_wrap .caculater .line{
	width:calc(100% - 30px);
	height:1px;
	background:#aaa;
	margin:auto;
}
.caculation_wrap .content .right_wrap .caculater .result_wrap{
	width:100%;
	padding:15px;
}
.caculation_wrap .content .right_wrap .caculater .result_wrap h3{
	width:100%;
	font-size:16px;
	font-weight:400;
	margin:0;
	padding:8px 0;
}
.caculation_wrap .content .right_wrap .caculater .result_wrap input{
	margin-bottom:15px;
}
.caculation_wrap .content .right_wrap .caculater .result_wrap input[name='res_vat2']{
	background:#526277;
	color:#fff;
}
.add_content{
	width:100%;
	padding:30px;
	background:#fff;
}
.add_content h2{
	margin:0;
	font-size:20px;
	margin-top:30px;
}
.add_content h2:first-child{
	margin-top:0;
}
.add_content p{
	font-size:14px;
	margin:10px 0;
	line-height:1.5;
}
@media(max-width:800px){
	.caculation_wrap{
		margin:auto;
		border:none;
	}
	.caculation_wrap .head{
		font-size:18px;
		font-weight:600;
		padding:15px;
	}
	.caculation_wrap .content .left_wrap{
		width:100%;
	}
	.caculation_wrap .content .left_wrap .caculater h2{
		font-size:18px;
		font-weight:400;
	}
	.caculation_wrap .content .right_wrap{
		width:100%;
	}
	.caculation_wrap .content .right_wrap .caculater h2{
		font-size:18px;
		font-weight:400;
	}
}