@charset "utf-8";
/* CSS Document */
/* base */
@font-face {
 font-family: 'na200';
 src: url(font/NanumSquareL.eot);
 src: url(font/NanumSquareL.eot?#iefix) format('embedded-opentype'),
      url(font/NanumSquareL.woff) format('woff'),
      url(font/NanumSquareL.ttf) format('truetype');
}
@font-face {
 font-family: 'na300';
 src: url(font/NanumSquareR.eot);
 src: url(font/NanumSquareR.eot?#iefix) format('embedded-opentype'),
      url(font/NanumSquareR.woff) format('woff'),
      url(font/NanumSquareR.ttf) format('truetype');
}
@font-face {
 font-family: 'na400';
 src: url(font/NanumSquareB.eot);
 src: url(font/NanumSquareB.eot?#iefix) format('embedded-opentype'),
      url(font/NanumSquareB.woff) format('woff'),
      url(font/NanumSquareB.ttf) format('truetype');
}
@font-face {
 font-family: 'na500';
 src: url(font/NanumSquareEB.eot);
 src: url(font/NanumSquareEB.eot?#iefix) format('embedded-opentype'),
      url(font/NanumSquareEB.woff) format('woff'),
      url(font/NanumSquareEB.ttf) format('truetype');
}
@font-face {
    font-family: 'no200';
    src: url('font/notokr-light.eot');
    src: url('font/notokr-light.eot?#iefix') format('embedded-opentype'),
         url('font/notokr-light.woff2') format('woff2'),
         url('font/notokr-light.woff') format('woff'),
         url('font/notokr-light.ttf') format('truetype'),
         url('font/notokr-light.svg#notokr-light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'no300';
    src: url('font/notokr-regular.eot');
    src: url('font/notokr-regular.eot?#iefix') format('embedded-opentype'),
         url('font/notokr-regular.woff2') format('woff2'),
         url('font/notokr-regular.woff') format('woff'),
         url('font/notokr-regular.ttf') format('truetype'),
         url('font/notokr-regular.svg#notokr-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'no400';
    src: url('font/notokr-medium.eot');
    src: url('font/notokr-medium.eot?#iefix') format('embedded-opentype'),
         url('font/notokr-medium.woff2') format('woff2'),
         url('font/notokr-medium.woff') format('woff'),
         url('font/notokr-medium.ttf') format('truetype'),
         url('font/notokr-medium.svg#notokr-medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'no500';
    src: url('font/notokr-bold.eot');
    src: url('font/notokr-bold.eot?#iefix') format('embedded-opentype'),
         url('font/notokr-bold.woff2') format('woff2'),
         url('font/notokr-bold.woff') format('woff'),
         url('font/notokr-bold.ttf') format('truetype'),
         url('font/notokr-bold.svg#notokr-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'no600';
    src: url('font/notokr-black.eot');
    src: url('font/notokr-black.eot?#iefix') format('embedded-opentype'),
         url('font/notokr-black.woff2') format('woff2'),
         url('font/notokr-black.woff') format('woff'),
         url('font/notokr-black.ttf') format('truetype'),
         url('font/notokr-black.svg#notokr-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,body { }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, p, blockquote, th, td, textfield, select, img{
  margin:0;
  padding:0;
}

body {color:#777;font-size:14px; font-family:'no300', '나눔고딕',NanumGothic, '돋움',Dotum,'굴림',Gulim,Helvetica,sans-serif !important;
font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga', 'kern';
  direction: ltr;
  letter-spacing: -0.5px;
 }
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
ol, ul, li, dd, dl, dt  {list-style:none;}
fieldset, legend {border:0; margin:0;padding:0;}
img {border:0;vertical-align:top; }
label{cursor:pointer; font-weight: normal;margin-bottom: 0px;}
address, caption, em{font-weight:normal;font-style:normal;}

*:hover {

}
a {cursor: pointer;}
strong{letter-spacing:-1px}

table {border-collapse:collapse;}

* {
  -webkit-text-size-adjust: none;
-moz-text-size-adjust: none;
-ms-text-size-adjust: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.term_bg{
	background-color: #f8f8f8;
	padding-bottom:105px;
}
.term_wrap {
 width: 100%;
}
.term_01{
	padding-top:50px;
}
.term_01 .term_box{
  background-color: #fff;
  padding-bottom:70px;
  background-image: url(../term_banner.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
.term_box {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  background:
}
.term_box:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.term_top_txt_01 {
  font-size: 34px;
  color: #333;
  font-family: 'no500';
}
.term_top_txt_02 {
  font-size: 50px;
  font-family: 'no400';
  color: #919191;
  padding: 0 0 20px;
}
.term_top_txt_02 span {
  color: #358cde
}
.term_top_txt_03 {
  line-height: 1.8;
}
.term_box_left {
/*  float: left;
 width: 250px; */
}
.term_box_right {
/*  float: right;
 width: 700px; */
}
.term_box_left_txt {
	padding: 25px 0;
	font-size: 22px;
	color: #358cde;
	font-family: 'no400';
	letter-spacing: -1px;
	position:relative;
}
.term_box_left_txt:before{
	content:"";
	display:block;
	width:100px;
	height:6px;
	background:#358cde;
	position:absolute;
	top:0;
	left:0;
}
.term_box_right_txt {
	padding-bottom: 35px;
  letter-spacing: -1px;
  line-height: 1.5;
}
.term_box_right_txt span {
  color: #444;
}


@media screen and  (max-width:1000px)  {
.term_box {
  padding: 0 10px;
}
.term_box_left {
  width: 100%;
  margin-bottom: 10px;
}
.term_box_right {
  width: 100%;
}
.term_box_right_txt {
  border: none;
}

}

@media screen and  (max-width:860px)  {
.term_top_txt_wrap {
  text-align: center;
  padding-top: 150px;
}
.term_bg{
	padding-bottom:50px;
}
.term_01 .term_box{
	background-position: center 10px;
	background-size: auto 100px;
}
.term_top_txt_01 {
  font-size: 30px;
}
.term_top_txt_02 {
  font-size: 32px;
}
.term_top_txt_03 {
  font-size: 13px;
  letter-spacing: -1px;
}
}

.footer_wrap {
    background-color: #000;
    padding: 45px 0 30px; text-align: center; font-size: 16px;
    font-family: 'no300'; color: #777
}


.footer_info {
    padding-bottom: 20px; line-height: 1.6
}

.footer_info b {
    color: #777; font-weight: normal;font-family: 'no400'
}
.footer_copy {
    color: #757575;
}


.footer_info span {
    background-image: url(../images/bar_01.jpg);
    background-repeat: no-repeat;
    background-position: center 15px;
    display: inline-block;
    width: 12px;
    height: 25px;
}
.footer_img {
    padding-bottom: 30px;
}
.mobile_wrap {display: none;}
.mo_br {display: none;}