@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);

* { font-family: -apple-system,Helvetica,Arial,'hiragino kaku gothic pro',meiryo,'ms pgothic','Apple SD Gothic Neo','Nanum Gothic','Malgun Gothic',sans-serif !important; -webkit-font-smoothing: antialiased; font-size: 14px; }


body{
  min-width: 1098px;
  background-color: #F6F5F5;
  color: #707378;
  letter-spacing: 0.6px;
  -ms-word-break: break-all;
  padding-top: 120px;
  line-height: 1.8;
}

h1, h2 {
  font-weight: 400;
}

h1, .h1, h2, .h2, h3, .h3{
  margin-bottom: 10px;
}

h4, .h4, h5, .h5, h6, .h6{
  margin: 10px 0;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

a, a:hover{
  color: #707378;
  text-decoration: none;
}

a.txt-darkgray:hover{
  color: #555;
}

ol{
  list-style: square;
}

ul{
  padding-left: 0;
  margin-bottom: 0;
}

.container{
  width: 1098px !important;
  position: relative;
}

ul.lists{
  overflow: hidden;
  list-style: none;
}


ul.lists li a{
  height: auto;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  display: inline-block;
}

ul ul, ol ul, ul ol, ol ol{
  padding-left: 20px;
}

/*ul.lists li a:before{
  content: '\2022';
  margin: 0 8px 0 2px;
  font-size: 10px;
  color: #999;
}*/
/*
ul.lists li a{
  display: block;
}
*/
.block{
  display: block;
}

.thumb{
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url('../img/banner-1.jpg');
  overflow: hidden;
  text-indent: -9999px;
  margin-bottom: 10px;
}

.well{
  -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);
  box-shadow: inset 0 0 0 rgba(0,0,0,0);
  -webkit-box-shadow: 0 0px 6px rgba(0,0,0,0.01);
  box-shadow: 0 0px 6px rgba(0,0,0,0.01);
  overflow: hidden;
  background-color: white;
  margin-bottom: 12px;
  border-color: #ececec;
}

.m-zero{
  margin: 0;
}

.m-b-xl{
  margin-bottom: 60px;
}

.m-b-lg{
  margin-bottom: 40px;
}

.m-b-md{
  margin-bottom: 20px;
}

.m-b-sm{
  margin-bottom: 10px;
}

.m-b-xs{
  margin-bottom: 5px;
}

.m-t-b-lg{
  margin-top: 40px;
  margin-bottom: 40px;
}

.m-t-b-md{
  margin-top: 20px;
  margin-bottom: 20px;
}

.m-t-b-sm{
  margin-top: 10px;
  margin-bottom: 10px;
}

.m-t-b-xs{
  margin-top: 5px;
  margin-bottom: 5px;
}

.p-zero{
  padding: 0 !important;
}

.p-lg{
  padding: 40px;
}

.p-xl{
  padding: 60px;
}

.p-md{
  padding: 20px;
}

.p-sm{
  padding: 10px;
}

.p-l-r-xl{
  padding: 0 60px;
}

.p-l-r-lg{
  padding: 0 40px;
}

.p-l-r-md{
  padding: 0 20px;
}

.bg-primary{
  background-color: #36C778 ;
}

a.bg-primary:focus, a.bg-primary:hover{
  background-color: #25bb69 ;
  border-color: #25bb69 ;
}

.bg-secondary{
  background-color: #4BADB6 ;
}

.bg-white{
  background-color: white !important;
}

.bg-gray{
  background-color: whitesmoke !important;
}

/* font style */
.bold{
  font-weight: bold;
}

.light{
  font-weight: 400;
}

.underline{
  text-decoration: underline;
}

.txt-xxxl, .txt-xxxl *{
  font-size: 40px;
  line-height: 1.5;
}

.txt-xxl, .txt-xxl *{
  font-size: 24px;
}

.txt-xl, .txt-xl *{
  font-size: 20px;
}

.txt-lg, .txt-lg *{
  font-size: 16px;
}

.txt-md, .txt-md *{
  font-size: 14px;
}

.txt-sm, .txt-sm *{
  font-size: 12px;
  line-height: 1.5;
}

.txt-gray, .txt-gray *{
  color: #9E9E9E;
}

.txt-darkgray, .txt-darkgray *{
  color: #707378;
}

.txt-primary, .txt-primary *{
  color: #2EB169;
}

.txt-secondary, .txt-secondary *{
  color: #4BADB6;
}

.txt-white, .txt-white *{
  color: white;
}

/* bootstrap */

.row{
  margin-left: -12px;
  margin-right: -12px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
  padding-left: 12px;
  padding-right: 12px;
}

hr{
  border-color: #e4e3e3;
}

/*border*/
.border-b{
  border-bottom: 1px solid #ddd !important;
}

.radius{
  border-radius: 4px;
  overflow: hidden;
}


.table-default th, .table-default td{
  padding: 4px 10px;
}

.table-default thead tr, .table-default thead tr{
  border-bottom: 1px solid #eeeeee;
  background-color: #fbfbfb;
}