@font-face {
font-family: 'NanumSquare';
  src: url('font/NanumSquareR.eot'); /* IE9 Compat Modes */
  src: url('font/NanumSquareR.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('font/NanumSquareR.woff') format('woff'), /* Modern Browsers */
       url('font/NanumSquareR.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('font/NanumSquareR.svg#svgNanumSquareR') format('svg'); /* Legacy iOS */
}
body{
	font-family: 'NanumSquare', Arial, sans-serif;
	position:relative;
}
.outest_div{
	margin:auto;
	float:left;
	text-align:center;
	width:980px;
	height:1200px;
	color:black;
	margin-left:-150px;
}
.outer_div1{
	width:570px;
	height:500px;
	float:left;
	margin-top:10px;
	font-family: 'NanumSquare'
}
.outer_div2{
	width:380px;
	height:850px;
	float:left;
	margin-top:10px;
	margin-left:20px;
	font-family: 'NanumSquare'
}
.outer_div3{
	position:relative;
	float:left;
	width:940px;
	height:320px;
	border:1px solid gray;
	margin-top:-30px;
	margin-left:30px;
	font-family: 'NanumSquare'
}
.container_div{
	text-align:center;
}
.step_name{
	text-align:left;
	padding-bottom:2px;
	padding-top:3px;
}
.type{
	margin-top:20px;
}
.name1{
	font-family: Arial;
	font-size: 20px;
	font-weight:600;
}
.subtitle{
	font-family: Arial;
	font-size: 20px;
	font-weight:600;
	color:#025bb9;
}
.btn1{
	width:170px;
	height:100px;
	border:1px solid gray;
	cursor:pointer;
	display:inline-block;
	vertical-align:middle;
	font-size:16px;
	font-family: 'NanumSquare'
}
.btn1_active{
	width:170px;
	height:100px;
	border:3px solid #025bb9;
	cursor:pointer;
	display:inline-block;
	vertical-align:middle;
	font-size:16px;
	font-family: 'NanumSquare'
}
.btn2{
	width:265px;
	height:80px;
	border:1px solid gray;
	cursor:pointer;
	display:inline-block;
	margin-top:20px;
	vertical-align:middle;
	font-size:18px;
	font-family: 'NanumSquare'
	
}
.btn2_active{
	width:265px;
	height:80px;
	border:3px solid #025bb9;
	cursor:pointer;
	display:inline-block;
	margin-top:20px;
	vertical-align:middle;
	font-size:18px;
	font-family: 'NanumSquare'
	
}
.btn1:hover{
	border:3px solid #025bb9;
}
.btn2:hover{
	border:3px solid #025bb9;
}
.btn_submit{
	width:380px;
	height:80px;
	border:1px solid gray;
	background-color:#025bb9;
	padding-top:32px;
	color:white;
	font-family: Arial;
	font-size: 30px;
	font-weight:600;
}
.btn_submit:hover{
	width:380px;
	height:80px;
	border:1px solid gray;
	background-color:#DCDCDC;
	color:#025bb9;
	cursor:pointer;
	font-family: Arial;
	font-size: 30px;
	font-weight:600;
}

.tit_time{
	width:540px;
	height:95px;
	border:1px solid gray;
	margin-left:30px;
	font-family: 'NanumSquare'
}
.duration_tit{
	margin-top:20px;
	margin-bottom:5px;
	font-weight:600;
	font-size:16px;
	top: 50%;
	-ms-transform: translateY(-30%);
	transform: translateY(20%);
	font-family: 'NanumSquare'
}
.duration_sub{
	font-weight:600;
	font-size:16px;
	margin-bottom:5px;
	font-family: 'NanumSquare'
}
.price_title{
	float:left;
	text-align:center;
	width:200px;
	height:30px;
	margin-top:40px;
	font-size:16px;
	font-weight:600;
	font-family: 'NanumSquare'
}
.outer_price{
	float:left;
	margin-top:10px;
	text-align:center;
	width:280px;
	height:70px;
	background-color:white;
	cursor:pointer;
	border:1px solid #DCDCDC;
	font-size:16px;
	font-family: 'NanumSquare';
}
.outer_price_active{
	float:left;
	margin-top:10px;
	text-align:center;
	width:280px;
	height:70px;
	background-color:white;
	border:3px solid #025bb9;
	cursor:pointer;
	font-family: 'NanumSquare'
}
.outer_price:hover{
	border:3px solid #025bb9;
}
.innerPrice{
	width:250px;
	height:20px;
	margin:auto;
	margin-top:15px;
	font-weight:600;
	font-size:15px;
	font-family: 'NanumSquare';
}
.innerPrice2{
	width:250px;
	height:20px;
	margin:auto;
	margin-top:5px;
	font-size:18px;
	font-weight:600;
	font-family: 'NanumSquare'
}
.writing{
	width:540px;
	height:650px;
	display:none;	
	padding-top:200px;
	font-size:20px;
	color:#025bb9;
	font-family: 'NanumSquare'
}
.total_container{
	width:380px;
	height:432px;
	font-family: 'NanumSquare'
}
.inner_total{
	width:365px;
	height:120px;
	margin:auto;
	background: rgb(255, 255, 255); /* Fallback for older browsers without RGBA-support */
    background: rgba(255, 255, 255, 0.7);
	color:black;
	line-height:20px;
	text-align:center;
	font-family: 'NanumSquare'
}
.inner_total2{
	width:380px;
	height:55px;
	background-color:#303030;
	color:white;
	text-align:center;
	margin-top:0;
	overflow: auto;
	font-family: 'NanumSquare'
}
.inner_total2_a{
	width:380px;
	height:20px;
	color:white;
	text-align:center;
	margin-top:14px;
	font-size:22px;
	font-weight:600;
	font-family: 'NanumSquare'
}
.inner_total3{
	width:365px;
	height:90px;
	margin:auto;
	margin-top:150px;
	padding-top:20px;
	background: rgb(255, 255, 255); /* Fallback for older browsers without RGBA-support */
    background: rgba(255, 255, 255, 0.7);
	color:black;
	text-align:center;
	padding-top:10px;
	font-weight:600;
	font-size:19px;
	padding-top:3px;
	font-family: 'NanumSquare'
}
.inner1{
	margin-top:10px;
	width:365px;
	height:30px;
	border-top:1px solid gray;
	font-family: 'NanumSquare'
}
.innest_total1{
	float:left;
	text-align:left;
	width:150px;
	height:20px; 
	font-size:14px;
	margin-top:12px;
	color:#080808;
	margin-left:5px;
	font-weight:600;
	font-family: 'NanumSquare'
}
.innest_total2{
	float:left;
	text-align:left;
	width:150px;
	height:20px; 
	font-size:20px;
	margin-top:12px;
	color:#025bb9 ;
	margin-left:5px;
	font-weight:600;
	font-family: 'NanumSquare'
}
.innest_total3{
	float:right;
	text-align:right;
	width:100px;
	height:20px; 
	font-size:14px;
	margin-top:12px;
	color:#025bb9 ;
	margin-right:5px;
	font-weight:600;
	font-family: 'NanumSquare'
}
.innest_total4{
	float:right;
	text-align:right;
	width:150px;
	height:20px; 
	font-size:20px;
	margin-top:12px;
	color:#025bb9 ;
	margin-right:5px;
	font-weight:600;
	font-family: 'NanumSquare'
}
.inner2{
	font-weight:600;
	font-size:19px;
	width:360px;
	height:90px;
	vertical-align: middle;
	margin:auto;
	padding-top:3px;
	font-family: 'NanumSquare'
}
.random{
	width:380px;
	height:265px;
	border:1px solid gray;
}
.type button {
    background-color: inherit;
    float: center;
    border: 1px solid gray;
    outline: 1px solid gray;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
	width:20%;
	height: 50px;
}
/* Change background color of buttons on hover */
.type button:hover {
    background-color: #025bb9;
	color: white;
}

/* Create an active/current tablink class */
.type button.active {
    background-color: #025bb9;
	color: white;
}
.duration button {
    background-color: inherit;
    float: center;
    border: 1px solid #E0E0E0;
    outline: 1px solid #E0E0E0;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
	width:10%;
	height: 35px;
}
/* Change background color of buttons on hover */
.duration button:hover {
	outline: 1px solid #025bb9;
	border: 1px solid #025bb9;
}

/* Create an active/current tablink class */
.duration button:active {
    outline:1px solid #025bb9;
	border: 1px solid #025bb9;
}
input[type=button]{
    background-color: inherit;
    float: center;
    border: 1px solid #E0E0E0;
    outline: 1px solid #E0E0E0;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
	width:120px;
	height: 35px;
	margin-bottom:10px;
}
input[type=button]:hover{
	outline: 1px solid #025bb9;
	border: 1px solid #025bb9;
}
input[type=button]:active{
	outline: 1px solid #025bb9;
	border: 1px solid #025bb9;
}
.sd-container {
  position: relative;
  float: center;
}

.sd {
  border: 2px solid #E0E0E0;
  padding: 5px 10px;
  height: 35px;
  width: 200px;
}

.open-button {
  position: absolute;
  top: 10px;
  right: 3px;
  width: 300px;
  height: 25px;
  background: #fff;
  pointer-events: none;
}

.open-button button {
  border: none;
  background: transparent;
}