﻿@charset "utf-8";

/* *******************************************************************
	font style
******************************************************************* */
/*
	1. Nanum Myeongjo (Korean) http://www.google.com/fonts/earlyaccess
*/
@font-face {
  font-family: nm;
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/nanummyeongjo/v4/NanumMyeongjo-Regular.eot);
  src:local(※), url(//fonts.gstatic.com/ea/nanummyeongjo/v4/NanumMyeongjo-Regular.woff) format('woff');
}
@font-face {
  font-family: nm;
  font-style: normal;
  font-weight: bold;
  src: url(//fonts.gstatic.com/ea/nanummyeongjo/v4/NanumMyeongjo-ExtraBold.eot);
  src:local(※), url(//fonts.gstatic.com/ea/nanummyeongjo/v4/NanumMyeongjo-ExtraBold.woff) format('woff');
}
/*
    contents-area, contents-title
*/
.contents-area {
  float: left;
  margin-left: 60px;
  width: 840px;
  min-height: 600px;
  padding-bottom: 80px;
  font-size: 15px;
}
.contents-title {
  padding: 60px 0 35px;
  margin: 0 0 45px;
  height: 140px;
  font-size: 34px;
  font-weight: 700;
  border-bottom: 1px solid #eeeeee;
}
/*
    section
*/
/*본문스타일: 기본*/
.section .mobile-hidden {
  display: block;
}

.section {
  position: relative;
  text-align: justify;
  letter-spacing: 0;
  word-break: keep-all;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
  color: #333;
}
.section h4.conts-title {
  font-size: 18px;
  font-weight: 700;
  margin: 40px 0 5px 0;
}
.section h4.conts-title i {
  padding-right: 8px;
  color: #195992;
  font-weight: 700;
}
.section h5.conts-semi-title {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}
.section h5.conts-semi-title.first {
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
}
.section h5.conts-semi-title i {
  vertical-align: middle;
  padding-right: 10px;
  font-size: 18px;
  color: #158038;
}
.section .sub-title-colored {
  font-size: 16px;
  font-weight: 700;
  color: #195992;
  margin: 30px 0 5px 0;
}
.section h5.sub-title-bullet {
  font-size: 14px;
  margin: 10px 0 5px;
  padding-left: 15px !important;
  background: url("/images/bullet/bullet_h4_02.png") left center no-repeat;
}

.section p {
  font-weight: 400;
}
/*.section strong {*/
/*font-weight: 400;*/
/*}*/
.indent-01{
  padding-left: 35px !important;
}
.indent-02{
  padding-left: 25px !important;
}
.indent-03{
  padding-left: 15px !important;
}

/*indent*/
.indent p,
.indent table,
.indent ul{
  margin-left: 30px;
}
/*sup*/
.section sup {font-size:10px;}

/*btn*/
.btn-area:after {
  content: '';
  display: block;
  clear: both;
}
.btn-area {
  *zoom:1;
  margin: 10px 0 30px;
}
.btn-area02 {
  margin: 10px 0 10px;
  text-align: right;
}
/*ul*/
ul.disc li {
  padding-left: 8px;
  margin-left: 7px;
  background: url("/images/bullet/bullet_main_list_3x3.png") left 10px no-repeat;
}
ul.disc li.no-disc {
  background: none;
}
ol {
  padding-left: 15px;
}
ol li {
  list-style: decimal;
  padding-left: 5px;
}

/*download box*/
/* 다운로드 리스트 */
.download-list02 {
  /*padding-left: 0 !important;*/
  /*margin-top: 30px;*/
  padding: 10px 20px;
  list-style: none;
  border: 5px solid #eee;
}
.download-list02 li {
  width: 100%;
  padding-left: 5px;
  line-height: 35px;
  border-bottom: 1px dashed #ddd;
  /*background: url("/assets/images/bullet/square.png") left 10px no-repeat;*/
}
.download-list02 li:last-child {
  border-bottom: 0;
}
.download-list02 li:after {
  content: '';
  display: block;
  clear: both;
}
.download-list02 li a.btn {
  float: right;
  margin-top: 5px;
  display: inline-block;
  width: 100px;
  line-height: 23px;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  border-radius: 2px;
}
.download-list02 li a.btn-download {
  float: right;
  margin-top: 5px;
  display: inline-block;
  width: 100px;
  line-height: 23px;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 2px;

  background: -moz-linear-gradient(top,  #fefefe 0%, #fbfbfb 49%, #efefef 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(49%,#fbfbfb), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#efefef',GradientType=0 ); /* IE6-8 */
}

.download-list02 .btn-download i,
.download-list02 li a.btn i {
  padding-right: 8px;
}
i.pdf {
  color: #ff3f39;
}
i.hwp {
  color: #49bffd;
}
i.zip {
  /*color: #eaa752;*/
  color: #3c497e;
}
i.share {
  color: #1554b0;
}
i.e-book {
  color: #49bffd;
}


/* bullet */
.icon.ion-android-arrow-dropright-circle {
  color: #ccc;
  font-size: 20px;
  margin-right: 5px;
}
/*.section ul.disc {*/
/*list-style: disc;*/
/*padding-left: 20px;*/
/*}*/

/*준비중 입니다.*/
.uc {
  padding: 45px 0;
  font-size: 25px;
  background-color: #fafafa;
  /*border: 1px solid #dfdfdf;*/
  border-radius: 2px;
  color: #bbb;
  text-align: center;
  vertical-align: middle;
}
.uc i {
  font-size: 33px;
  padding-right: 15px;
  vertical-align: middle;
}
.uc .uc-strong {
  color: #767676;
}

/* ==================================================================================
    Contact us
================================================================================== */
.contact-area {
	border-top: 1px solid #dfdfdf;
    background-color: #f8fafe;
}
.contact-area .inner-wrap {
	height: 120px;
	background: url(../images/bg_contact.png) right 50% no-repeat;
}
.contact-area .inner-wrap h3 {
	display: inline-block;
	margin-right: 90px;
	vertical-align: middle;
	line-height: 120px;
	font-size: 28px;
	font-weight: 700;
	color: #333;
}
.contact-area .inner-wrap .info-text {
	display: inline-block;
	vertical-align: middle;
}
.contact-area .inner-wrap .info-text ul {
	margin: 5px 0 15px;
}
.contact-area .inner-wrap .info-text ul li {
	display: inline-block;
	font-size: 17px;
	font-weight: 700;
}
.contact-area .inner-wrap .info-text ul li:after {
	content: '·';
	margin: 0 20px;
	color: #333;
}
.contact-area .inner-wrap .info-text ul li:last-child:after {
	display: none;
}
.contact-area .inner-wrap .info-text p {
	font-size: 14px;
	font-weight: 700;
	color: #2e3192;
}

/* *******************************************************************
    Table - css
******************************************************************* */
.tb-custom-basic th {
  text-align: center;
  font-weight: 700;
  vertical-align: middle !important;
}
.tb-custom-basic td {
  background: #fafafa;
}

.tb-custom-thleft th {
  text-align: left;
  padding-left: 20px!important;
  font-weight: 700;
  vertical-align: middle !important;
}
.tb-custom-thleft td {
  background: #fafafa;
}

/* *******************************************************************
    etc - css
******************************************************************* */
.ready-page {
  width: 100%;
  text-align :center;
  font-size: 18px;
  font-weight: bold;
  color: #aaa;
  padding: 50px;
  border: 1px solid #f0f0f0;
  background-color: #f7f7f7;
}



/* *******************************************************************
    임시 스타일
******************************************************************* */
.organTable {
  width: 100%;
}
.organTable td {
  padding: 3px 5px;
}
