/*-----------------------------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:focus {
    outline: 0 !important
}
.fit-vids-style {
    display: none
}
figure {
    margin: 0;
    padding: 0;
}
figure img {
    width: 100%;
    height: auto;
}
iframe {
    border: none
}
::selection {
    background: #fefac7; /* Safari */
    color: #555555;
}
::-moz-selection {
    background: #fefac7; /* Firefox */
    color: #555555;
}
/*-----------------------------------------------------------------------------------*/
/*	GENERAL
/*-----------------------------------------------------------------------------------*/
body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-family: '나눔고딕', '맑은 고딕', sans-serif;
    overflow-x: hidden;
    background-color: #FFF;
    color: #737373;
    font-size: 14px;
    font-weight: normal;
}
.container {
    padding-right: 0;
    padding-left: 0;
}
body,
li,
address {
    line-height: 24px
}
input,
button,
select,
textarea {
    font-family: '나눔고딕', '맑은 고딕', sans-serif;
    font-size: 14px;
    font-weight: normal;
}
p {
    margin: 0 0 15px
}
a {
    color: #3f8dbf;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
a:hover,
a:focus {
    color: #2e2e2e;
    text-decoration: none;
}
.colored {
    color: ##3f8dbf;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: '나눔고딕', '맑은 고딕', sans-serif;
    margin-top: 0;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 800;
}
h1 {
    font-size: 32px;
    line-height: 40px;
}
h2 {
    font-size: 22px;
    line-height: 28px;
}
h3 {
    font-size: 18px;
    line-height: 22px;
}
h4 {
    font-size: 14px;
    margin-bottom: 8px;
}
h5 {
    font-size: 13px
}
h6 {
    font-size: 12px
}
ul {
    padding: 0 0 0 18px
}
ol {
    padding: 0 0 0 20px
}
ul.lined {
    padding: 1;
    list-style: none;
}
ul.lined > li:before {
    content: '-';
	margin-left: -13px;
    margin-right: 10px;
    font-weight: normal;
    vertical-align: top;
    padding-top: 1px;
    display: inline-block;
    font-size: 8px;
}
hr {
    border: none;
    border-bottom: 1px solid #e1e1e1;
}
hr.red-line {
	width:80px;
	margin: 5px auto 10px;
	border: none;
    border-bottom: 5px solid #e47774;
}
.inner {
	padding: 20px 30px;
}
.block {
	background-color:#f4f4f4;
}
.block *:last-child {
	margin:0;
}
/*-----------------------------------------------------------------------------------*/
/*	BUTTON
/*-----------------------------------------------------------------------------------*/
.btn {
    color: #fff !important;
    background: linear-gradient( to right, #5697d9, #00499a );
    margin-bottom: 10px;
    margin-right: 4px;
    padding: 11px 20px 10px 20px;
    font-weight: normal;
    font-size: 13px;
    text-shadow: none;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 3px;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    letter-spacing: 1px;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn-submit:hover {
    color: #fff !important;
    background: linear-gradient( to right, #5697d9, #00499a );
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/*-----------------------------------------------------------------------------------*/
/*	HEADER & FOOTER
/*-----------------------------------------------------------------------------------*/
.header {
	padding: 10px 20px;
	text-align:center;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px;
}
.footer {
	text-align:center;
	padding: 20px;
	border-top:2px solid #eeeeee;
}
/*-----------------------------------------------------------------------------------*/
/*	FORMS
/*-----------------------------------------------------------------------------------*/
input,
textarea,
.uneditable-input {
    width: 100%
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    height: 40px;
    padding: 0 10px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 25px;
    color: #737373;
    border: 1px solid #e1e1e1;
    resize: none;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border: 1px solid #c1c1c1;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
textarea {
    height: 100%;
    padding: 5px 10px;
    margin-bottom: 15px;
    min-height: 150px;
    resize: vertical;
}
.radio-inline input[type="radio"],
.checkbox-inline input[type="checkbox"] {
    width: auto;
}
input[type="submit"] {
	width: 100%;
}
label.control-label {
	font-size:16px;
	font-weight:normal;
}
select {
	width:100%
}
.form-horizontal select, 
.form-horizontal input[type="text"], 
.form-horizontal input[type="email"] {
	height: 27px;
	margin-bottom: 5px;
	padding: 0 3px 0 5px;
}
.form-horizontal .control-label {
	padding-top: 0;
	text-align:left;
}
label.control-label {
	font-size:14px;
	font-weight:normal;
}
.form-group {
	margin-bottom: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	RESPONSIVE
/*-----------------------------------------------------------------------------------*/
@media (min-width: 768px) { 
	.container {
		width:750px;
	}
	.block {
		border-radius:5px;
	}
	.header {
		text-align:right;
	}
	.header img {
		float: left;
	}
	.header h2 {
		margin-top:15px;
		vertical-align:bottom;
		display:inline-block;
	}
	.btn {
		width:200px;
	}
	input[type="submit"] {
		width: 30%;
	}
	.form-login input[type="text"],
	.form-login input[type="password"],
	.form-login input[type="email"],
	.form-login input[type="submit"] {
		width: 50%;
	}
	.col-sm-2.rp5 {
		padding-right:5px !important;
	}
	.col-sm-8.lp0 {
		padding-left:0 !important;
	}
	#btnDiv {
		width:500px;	
		margin:0 auto;	
	}
}
@media (max-width: 500px) {
	#btnDiv > .btn {
		width:100% !important;
	}
}
/*-----------------------------------------------------------------------------------*/
/*	ETC
/*-----------------------------------------------------------------------------------*/
.divide180 {
    display: inline-block;
    width: 180px;
}
.blue {
    color: #3f8dbf !important;
}
#btnDiv {
	padding-bottom:20px;
}
#btnDiv .btn {
	width:49%;
}
#btnDiv .btn:last-child {
	margin-right:0;
}
#btnDiv .btn-block {
	width:100%;
	background:#f26522;
}
