
html,
 body {
   width: 100%;
  font-family:'NanumSquare', nanumGothic, '바른고딕', barun gothic, '돋움', Dotum, 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
   
 }
 hr {	 
  margin-top:20px;
  margin-bottom:20px;
  border:0;
  border-top:1px solid #dcdcdc;
   height: 0;
   border-color: #f7990e;
   border-width: 3px;
   max-width: 100px;
 }
 hr.light {
   border-color: white;
   border-width: 1px;
   border-color: #dcdcdc;
   max-width: 100%;
 }
 a {
   -webkit-transition: all 0.35s;
   -moz-transition: all 0.35s;
   transition: all 0.35s;
   /*color: #F05F40;*/
	 text-decoration:none;
 }
 a:hover {
	 text-decoration:none;
 }
 
/* ==========================================================================
Global Styles
========================================================================== */
body {
  font-family:'NanumSquare', "돋움", Dotum, 'Merriweather', 'Helvetica Neue', Arial, sans-serif, ;
  font-size: 14px;
  color: #0d0d0d;
  overflow-x: hidden;
  margin:0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/* ==========================================================================
Typography
========================================================================== */
h1 {
	font-size:3em;
  /*font-size: 52px;
  font-weight: bold;*/
  letter-spacing: 0.16em;
  padding-bottom:10px;
  letter-spacing:-0.5px;
  font-weight: bold;
  margin:10px 0;
}

h2 {
	font-size:2.5em;
  /*font-size: 36px;
  font-weight: bold;*/
  letter-spacing: 0.05em;
  padding-bottom:10px;
  letter-spacing:-0.5px;
  font-weight: bold;
  margin:10px 0;
}

h3 {
	font-size:2em;
  /*font-size: 26px;
  font-weight: bold;*/
  padding-bottom:10px;
  letter-spacing:-0.5px;
  font-weight: bold;
  margin:10px 0;
}

h3 span.text-right {
	text-align:right;
}

h4 {
	font-size:1.5em;
  /*font-size: 24px;
  font-weight: 400;*/
  padding-bottom:10px;
  letter-spacing:-0.5px;
  font-weight: bold;
  margin:10px 0;
}

h5 {
	font-size:1.4em;
  /*font-size: 22px;
  font-weight: 400;*/
  padding-bottom:10px;
  letter-spacing:-0.5px;
  font-weight: bold;
  margin:10px 0;
}

h6 {
	font-size:1.2em;
  /*font-size: 18px;
  font-weight: 400;*/
  letter-spacing: 0.05em;
  padding-bottom:10px;
  letter-spacing:-0.5px;
  font-weight: bold;
  margin:10px 0;
}

p {
  font-size: 14px;
  line-height:150%;
}
p span.text-right {
	text-align:right;
}
 .bg-primary {
   /*background-color: #F05F40;*/
   background-color: #f7990e;
 }
 .bg-dark {
   background-color: #222222;
   color: white;
 }
 .text-faded {
   color: rgba(255, 255, 255, 0.7);
 }
 section {
   padding: 20px 0;
 }
.no-padding {
   padding: 0;
 }
 
.top-no-padding {
    padding-top:0
}
.bottom-no-padding {
    padding-bottom:0;
}
.pdt10 {
	padding-top:10px;
}
.pdt20 {
	padding-top:20px;
}
.pdt40 {
	padding-top:40px;
}
.pdb10 {
	padding-bottom:10px;
}
.pdb20 {
	padding-bottom:20px;
}
.f18 {
	font-size:18px;
}
.f16 {
	font-size:16px;
}
.f20 {
	font-size:20px;
}
.f25 {
	font-size:25px;
}
.fb{
	font-weight:bold;
}
 .bg-primary {
   background-color: #337ab7;
   /*background-color: #f7990e;*/
 }
 .bg-dark {
   background-color: #222222;
   color: white;
 }
 .bg-sky {
	 background-color: #f0f8fd;
 }
 .bg-white {
	 background-color: #fff;
 }
 .bg-gray {
	 background-color: #f8f7f3;
 }
 .bg-brown {
	 background-color:#dfd9d4;
 }
 .text-faded {
   color: rgba(255, 255, 255, 0.7);
 }
 .text-white {
   color: rgba(255, 255, 255, 1);
 }
 .no-padding {
   padding: 0;
 }
 
 .text-blue {
   color: #22419b;
 }
.text-center {
	text-align:center;
}

.text-left {
	text-align:left;
}
/* 배경색상 */
.bg1 {
	background-color:#485e98;
}



/* 버튼*/

.btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 50px;
  font-weight: normal;
  /*line-height: 1.42857143;*/
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  display:block;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}


.btn-block {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
  font-weight: normal;
  /*line-height: 1.42857143;*/
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  display:block;
}
.btn-block:hover,
.btn-block:focus,
.btn-block.focus {
  color: #333;
  text-decoration: none;
}
.btn-block:active,
.btn-block.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active {
  background-image: none;
}
.btn-blue {
  color: #fff;
  background-color: #0d215b;
  border-color: #071643;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue.focus,
.btn-blue:active,
.btn-blue.active {
  color: #fff;
  background-color: #031752;
  border-color: #020e31;
}
.btn-blue:active,
.btn-blue.active {
  background-image: none;
}
.btn-green {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-green:hover,
.btn-green:focus,
.btn-green.focus,
.btn-green:active,
.btn-green.active {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-green:active,
.btn-green.active {
  background-image: none;
}

.btn-orange {
  color: #fff;
  background-color: #f3be24;
  border-color: #eea236;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange.focus,
.btn-orange:active,
.btn-orange.active {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-orange:active,
.btn-orange.active {
  background-image: none;
}

.btn-red {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-red:hover,
.btn-red:focus,
.btn-red.focus,
.btn-red:active,
.btn-red.active {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-red:active,
.btn-red.active {
  background-image: none;
}


/* input버튼*/


/*파일업로드버튼 */
label.btn-file {
    position: relative;
    overflow: hidden;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 50px;
    font-weight: normal;
    /*line-height: 1.42857143;*/
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    display: block;
}

    .btn-file input[type=file] {
        position: absolute;
        top: -1px;
        right: 0;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }


.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.contact {
	background-color:#222;	
	color:#fff !important;
	position:fixed;
	bottom:0;
	width:100%;
	padding:10px;
	margin:0;
	
}
.contact p {
	font-size:12px;
	
}

nav {
	padding:20px;
	/*background-color:#0d215b;*/
	color:#fff;
	border-radius:0;
	border:none;
	/*position:fixed;*/
	top:0;
	height:45px;
	text-align:center;
}

.box {
	border-radius:10px;
	background-color:#f6f6f6;
	padding:20px;
	/*width:70%;*/
	margin:0 auto;
	text-align:left;
	display:block;

}

.box2 {
	background-color:#f6f6f6;
	padding:0;
	width:70%;
	margin:0 auto;
	text-align:center;
	border:1px solid #dcdcdc;
} 
.box2 img {
	padding:0;
	width:100%;
	margin:0 auto;
	text-align:center;
} 
ul.notice  {
	width:80%;
	margin:0 auto;
	display:table;
	list-style-type:none;
    padding-inline-start: 0;
	margin-top:20px;
	margin-bottom:20px;
}
ul.notice li {	
	padding-left:0;
	float:left;
	text-align:left;
	display:block;
	line-height:150%;
}

ul.identification  {
	width:100%;
	margin:0 auto;
	display:table;
	list-style-type:none;
    padding-inline-start: 0 ;
	margin-bottom:20px;
}
ul.identification li {	
	padding-left:0;
	text-align:left;
	display:block;
	line-height:200%;
}
input {
	padding:5px;
	font-size:16px;
	border:1px solid #dcdcdc;
}

.box3 {
	border-radius:10px;
	background-color:#f6f6f6;
	padding:20px;
	/*width:70%;*/
	margin:0 auto;
	text-align:left;
	display:table;

}
.box3 .left {
	float:left;
	width:35%;
	border:1px solid #dcdcdc;
	display:block;
	background-color:#f6f6f6;
	margin-right:10px;
}
.box3 .right {
	float:left;
	display:block;
	width:60%;
}

.prev img{
	position:absolute;
	top:14px;
	left:20px;
}

.home img{
	position:absolute;
	top:14px;
	right:20px;
}

.last {
	margin-bottom:80px !important;
}
ul.step {
	width:100%;
	margin:0 auto;
	display:table;
	list-style-type:none;
    padding-inline-start: 0 ;
	margin-bottom:40px;
	text-align:center;
	background-image:url(../image/step_back.jpg);
	background-repeat:repeat-x;
}
ul.step li {
	text-align:center;
	color:#dcdcdc;
	font-size:12px;
	width:25%;
	float:left;
}
ul.step li.active {
	color:#222 !important;
}


/*게시판 테두리박스*/
.board3 {width:100%; text-align:center; border-top:2px solid #222222; border-collapse:collapse; margin-bottom:20px;background-color:#fff; margin-top:5px;line-height:150%;}
.board3 caption {display:none;}
.board3 tfoot {font-weight:bold; background-color:#edf4f9;}
.board3 th {text-align:center; padding:12px 12px 12px 12px; border-bottom:1px solid #dcdcdc; border-left:0; border-right:0; font-weight:bold; color:#003471;background-color:#f2faff;}
.board3 th.left {text-align:left; padding:12px 12px 12px 12px; background-color:#edf4f9; border-bottom:1px solid #dcdcdc; border-left:0; border-right:0; font-weight:bold; color:#003471;}
.board3 td {padding:12px 12px 12px 12px; border-bottom:1px solid #c9c9c9; color:#4C4C4C;border-left:0; border-right:0;}
.board3 td.left {padding:12px 12px 12px 12px; border-bottom:1px solid #c9c9c9; color:#4C4C4C; text-align:left; border-left:0; border-right:0;}



/* lg */ 

@media (min-width: 1200px) {

  .container {
    width: 1170px;
  }
	  
	.box2 {
		background-color:#f6f6f6;
		padding:0;
		width:30%;
		margin:0 auto;
		text-align:center;
		border:1px solid #dcdcdc;
	} 
	.box2 img {
		padding:0;
		width:100%;
		margin:0 auto;
		text-align:center;
	} 
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {

  .container {
    width: 970px;
  }
  	  
	.box2 {
		background-color:#f6f6f6;
		padding:0;
		width:30%;
		margin:0 auto;
		text-align:center;
		border:1px solid #dcdcdc;
	} 
	.box2 img {
		padding:0;
		width:100%;
		margin:0 auto;
		text-align:center;
	} 

}


/* sm */
@media (min-width: 768px) and (max-width: 991px) {
	    
  .container {
    width: 750px;
  }
  	  
	.box2 {
		background-color:#f6f6f6;
		padding:0;
		width:30%;
		margin:0 auto;
		text-align:center;
		border:1px solid #dcdcdc;
	} 
	.box2 img {
		padding:0;
		width:100%;
		margin:0 auto;
		text-align:center;
	} 

}

/* xs */
@media (max-width: 767px) {
    

}

/* XS Portrait */
@media (max-width: 480px) {


}












