@charset "UTF-8";
/*공용 변수*/
/*공용 믹스인*/
/*공용 함수*/
/***** 공통 *****/
#container {
	margin-top: -64px;
}

.hidden {
	height: 0;
	text-indent: -999px;
	overflow: hidden;
}

/* 타이틀 */
.hgroup {
	width: 960px;
	margin: 0 auto 45px;
	padding-bottom: 45px;
	border-bottom: 1px solid #d2d2d2;
	text-align: center;
}

.hgroup h3.page_title img {
	/*height: 38px;*/
}

.hgroup p.title_desc {
	display: block;
	color: #888;
	font-size: 20px;
	font-weight: 100;
	letter-spacing: -0.5px;
	padding-top: 13px;
}


h4.section_title {
	text-align: center;
	color: #101010;
	font-size: 30px;
}

h4.section_title.underline {
	position: relative;
}

h4.section_title.underline:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	width: 34px;
	height: 1px;
	margin-left: -17px;
	background-color: #e6240f;
}

h5.sub_title {
	text-align: center;
	color: #101010;
	font-size: 25px;
}

h5.sub_title .decs {
	color: #888;
}

/* 다운로드 버튼 */
.download_btn {
	display: inline-block;
	height: 43px;
	line-height: 44px;
	background: #fff;
	border: 1px solid #d2d2d2;
	font-size: 15px;
	color: #333;
	text-align: center;
}

.download_btn:after {
	content: '';
	display: inline-block;
	background: url(../img/common/download_icon.png);
	width: 13px;
	height: 13px;
	margin-left: 5px;
}

.download_btn.no_icon:after {
	display: none;
}

.download_btn2 {
	display: inline-block;
	height: 43px;
	line-height: 44px;
	background-color: white;
	border: 1px solid #d2d2d2;
	font-size: 15px;
	color: #e6240f;
	text-align: center;
}

.download_btn2:after {
	content: '';
	display: inline-block;
	background: url(../img/common/download_icon.png);
	width: 13px;
	height: 13px;
	margin-left: 5px;
}

/* 목록 버튼 */
.list_view_btn {
	display: block;
	width: 143px;
	height: 42px;
	line-height: 43px;
	margin: 40px auto 0;
	border: 1px solid #b7b7b7;
	color: #333;
	font-size: 15px;
	text-align: center;
}

/* 서브 상단 bg 영역 공통 */
.page_spot {
	height: 338px;
	min-width: 1100px;
	background: no-repeat center 0;
}

.page_spot h2 {
	width: 0;
	height: 0;
	font-size: 0;
	text-indent: -9999px;
}

/* 2depth 탭메뉴 스타일 */
.sub_menu {
	background-color: #e9e9e9;
}

.sub_menu.fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.sub_menu ul.sub_menu_list {
	margin: 0 auto;
	width: 1100px;
}

.sub_menu ul.sub_menu_list:after {
	content: '';
	clear: both;
	display: block;
	height: 0;
}

.sub_menu ul.sub_menu_list li {
	float: left;
	border-left: 1px solid white;
}

.sub_menu ul.sub_menu_list li:first-child {
	border: 0;
}

.sub_menu ul.sub_menu_list li a {
	display: block;
	text-align: center;
	padding: 19px 0 18px;
	height: 13px;
	line-height: 13px;
	color: #666;
	font-size: 14px;
	background-color: #e9e9e9;
	box-sizing: content-box;
}

.sub_menu ul.sub_menu_list li.on a {
	border-top: 2px solid #e6240f;
	color: #e6240f;
	background-color: white;
	padding: 17px 0 18px;
}

.sub_menu.split2 li {
	width: 50%;
}

.sub_menu.split3 li {
	width: 33.3%;
}

.sub_menu.split4 li {
	width: 25%;
}

.sub_menu.split5 li {
	width: 20%;
}

.sub_menu.split6 li {
	width: 16.6%;
}

/* 3depth 탭메뉴 스타일 */

.tabContent {
	display: none;
	position: relative;
	margin-top: 50px;
}

.tabContent.on {
	display: block;
}

.tabList, .menu   {
	width: 100%;
}

.tabList ul, .menu ul {
	width: 100%;
}

.tabList ul:after, .menu ul:after {
	content: '';
	clear: both;
	display: block;
	height: 0;
}

.tabList ul li, .menu ul li {
	float: left;
	line-height: 49px;
	border: 1px solid #d2d2d2;
	border-left: 0;
	text-align: center;
}

.tabList ul li:first-child, .menu ul li:first-child {
	border-left: 1px solid #d2d2d2;
}

.tabList ul li a, .menu ul li a {
	display: block;
	height: 48px;
	color: #333;
	font-size: 15px;
}

.tabList ul li a.on, .menu ul li a.on {
	background-color: #ededed;
	color: #e6240f;
}

.tabList.tab2 ul li, .menu.tab2 ul li {
	width: 50%;
}

.menu.tab3 ul li, .tabList.tab3 ul li {
	width: 33.33333333333333%;
}

.menu.tab4 ul li, .tabList.tab4 ul li {
	width: 25%;
}

.tabList.tab5 ul li {
	width: 20%;
}

.tabList.tab6 ul li {
    width: 16.65%;
}

.tabList.tab6.codes ul li {
    width: 33.3%;
}

.tabList.tab6.codes ul li:nth-child(4){
    border-left: 1px solid #d2d2d2;
    border-top: 0;
}
.tabList.tab6.codes ul li:nth-child(5){
    border-top: 0;
}
.tabList.tab6.codes ul li:nth-child(6){
    border-top: 0;
}

.tabList.tab7 ul li {
	width: 14.28571428571429%;
}

.num-table{
    letter-spacing: 0;
}
.num-table td.t_r{
	text-align: right;
	padding-right: 3%;
}
.num-table td.t_b{
	font-weight: 600;
	background-color: #f8f8f8;
}
/* 현재 위치 */
.page_location {
	display: block;
	width: 1100px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: right;
	letter-spacing: 0;
}

/* 서브 공통 레이아웃 */
#content {
	min-width: 1100px;
	padding-top: 43px;
	padding-bottom: 100px;
	min-height: 450px;
}

.section {
	width: 960px;
	margin: 0 auto;
}

.section h4.sub_title {
	text-align: center;
	color: #101010;
	font-size: 25px;
}

.full_section {
	width: 100%;
	min-width: 960px;
	position: relative;
}

.sub_pagination {
	display: none;
	position: relative;
	padding: 0 7%;
}

.sub_pagination a {
	position: absolute;
}

.sub_pagination a img {
	width: 41px;
}

.sub_pagination a.left {
	left: 0;
	padding-left: 7%;
}

.sub_pagination a.right {
	right: 0;
	padding-right: 7%;
}

table.table {
	width: 100%;
}

/* 테이블 스타일 */
table .bold_line {
	font-weight: bold;
}

.table_decs {
	position: relative;
	padding-bottom: 10px;
	color: #333;
	font-size: 18px;
}

.table_decs span {
	color: #888;
}

.table_decs .right {
	position: absolute;
	right: 0;
	font-size: 15px;
}

table.normal_table {
	border-bottom: 2px solid #d2d2d2;
	border-top: 2px solid black;
}

table.normal_table caption {
	height: 0;
	text-indent: -9999px;
	overflow: hidden;
}

table.normal_table th, table.normal_table td {
	height: 68px;
	border-bottom: 1px solid #d2d2d2;
	border-top: 1px solid #d2d2d2;
	text-align: center;
	font-size: 15px;
	color: #333;
}

table.normal_table th {
	font-weight: 500;
	background-color: #f2f2f2;
}

table.lien-table {
	border-bottom: 1px solid #d2d2d2;
}

table.lien-table th, table.lien-table td {
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
}

table.normal_table td.practice {
    text-align: left;
    padding: 20px;
}

table.lien-table th:first-child, table.lien-table td:first-child {
	border-left: 0;
}

table.lien-table th:last-child, table.lien-table td:last-child {
	border-right: 0;
}

table.guide_table th, table.guide_table td {
	height: auto;
	padding: 4%;
}

table.guide_table td {
	text-align: left;
}

table.left_table th, table.left_table td {
	text-align: left;
	padding-left: 40px;
}
table.lien-table.grade-list td{
	padding: 0 5px;
}


/* select-box */
span.select-box {
	position: relative;
	height: 39px;
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

span.select-box select {
	position: absolute;
	left: -9999px;
	display: none;
}

span.select-box > a {
	position: relative;
	border: 1px solid #c2c2c2;
	display: block;
	padding: 0 10px;
	text-align: left;
	font-size: 15px;
	background-color: white;
}

span.select-box > a:after {
	content: '';
	position: absolute;
	right: 6px;
	top: 50%;
	margin-top: -3px;
	font-size: 20px;
	height: 6px;
	width: 6px;
	background: url(../img/common/dSelect.gif) no-repeat;
}

span.select-box ul {
	position: absolute;
	left: 0;
	top: 25px;
	border: 1px solid #ccc;
	border-top: none;
	display: none;
	background: #fff;
	max-height: 280px;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	overflow-y: auto;
	z-index: 999;
}

span.select-box ul li {
	list-style: none !important;
	width: 100%;
}

span.select-box ul a {
	display: block;
	line-height: 25px;
	height: 25px;
	padding: 0 10px;
	font-size: 15px;
	text-align: left !important;
	background-color: white;
}

.select-box.select-active ul a:hover {
	background-color: #1e90ff;
	color: white;
}

/* 재무정보 select */
.dSelect {
	position: relative;
	height: 40px;
	font-size: 15px;
	z-index: 10;
}

.dSelect strong.default {
	display: block;
	line-height: 40px;
	padding-left: 18px;
	border: 1px solid #c2c2c2;
	cursor: default;
    background: url(../img/common/dSelect.gif) 155px 18px no-repeat;
}

.dSelect ul {
	display: none;
	position: absolute;
	top: 40px;
	left: 1px;
	right: 1px;
	line-height: 25px;
	z-index: 10;
	background-color: white;
	border: 1px solid #c2c2c2;
}

.dSelect li {
	padding-left: 16px;
	cursor: default;
}

.dSelect select {
	display: none;
}

/* 게시판 공통 */
.view_detail, .recruit_detail {
	font-size: 14.6667px;
	color: black;
	line-height: 2em;
	word-break: break-all;
	font-family: '돋움',Dotum,Helvetica,Sans-serif;
	letter-spacing: 0;
}

.view_detail {
	padding: 75px 25px;
	box-sizing: content-box;
}

.recruit_detail {
	padding: 75px 30px;
	border-bottom: 2px solid #d2d2d2;
}

/* 풋터 공통 */
#footer {
	min-width: 1100px;
	background: url(../img/common/sub_footer.gif) no-repeat center 0;
}

.footer_inner {
	width: 1100px;
	margin: 0 auto;
}


/* 가치체계 */
.vision .section {
	padding-bottom: 100px;
}
.vision .mission {
	position: relative;
	z-index: 1;
}


.vision .mission h4 {
	height: 0;
	text-indent: -999px;
	overflow: hidden;
}

.vision .mission img {
	width: 100%;
}

.vision ul.vision_list {
	border-top: 2px solid #000;
	border-bottom: 2px solid #d2d2d2;
}

.vision ul.vision_list:after {
	content: '';
	clear: both;
	display: block;
	height: 0;
}

.vision ul.vision_list li.item {
	float: left;
	width: 444px;
	padding: 43px 0 0 35px;
	position: relative;
	border-bottom: 1px solid #d2d2d2;
	box-sizing: content-box;
}
.vision ul.vision_list li.item:after {
	content: '';
	display: block;
	position: absolute;
	right: 35px;
	top: 40px;
	width: 82px;
	height: 82px;
}
.vision ul.vision_list li.item span.num {
	display: block;
	color: #b2b2b2;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: -5px;
}
.vision ul.vision_list li.item strong {
	display: block;
	font-size: 25px;
	font-weight: 500;
	color: #101010;
}
.vision ul.vision_list li.item p {
	padding: 18px 0 34px;
	color: #333;
	font-size: 18px;
	font-weight: 500;
}

.vision ul.vision_list li.item ul.detail_li li {
	padding-left: 10px;
	background: url(../img/common/list-style01.gif) no-repeat 0 10px;
	color: #888;
	font-size: 15px;
	line-height: 24px;
}
.vision ul.vision_list li.item01 {
	height: 290px;
	border-right: 1px solid #d2d2d2;
}

.vision ul.vision_list li.item01:after {
	background: url(../img/company/vision_icon01.png) no-repeat;
}
.vision ul.vision_list li.item02 {
	height: 290px;
}

.vision ul.vision_list li.item02:after {
	background: url(../img/company/vision_icon02.png) no-repeat;
}

.vision ul.vision_list li.item03 {
	height: 297px;
	border-right: 1px solid #d2d2d2;
}

.vision ul.vision_list li.item03:after {
	background: url(../img/company/vision_icon03.png) no-repeat;
}
.vision ul.vision_list li.item04 {
	height: 297px;
}

.vision ul.vision_list li.item04:after {
	background: url(../img/company/vision_icon04.png) no-repeat;
}

.vision ul.vision_list li.item05 {
	height: 287px;
	border-right: 1px solid #d2d2d2;
}

.vision ul.vision_list li.item05:after {
	background: url(../img/company/vision_icon05.png) no-repeat;
}
.vision ul.vision_list li.item06 {
	height: 287px;
}

.vision ul.vision_list li.item06:after {
	background: url(../img/company/vision_icon06.png) no-repeat;
}
.vision ul.vision_list li.item07 {
	height: 180px;
	border-bottom: 0;
}

.vision ul.vision_list li.item07:after {
	background: url(../img/company/vision_icon07.png) no-repeat;
}
.vision .sec04 {
	background: url(../img/company/vision_img05.gif) repeat-x 0 0;
}
.vision .book_wrap {
	width: 670px;
	margin: 0 auto;
	padding-top: 60px;
}
.vision .book_wrap:after {
	content: '';
	clear: both;
	display: block;
	height: 0;
}

.vision .book_wrap img.book_img {
	float: left;
}
.vision .book_wrap .book_con {
	float: left;
	padding-left: 70px;
}
.vision .book_wrap .subtitle {
	display: block;
	padding: 17px 0 22px;
	font-size: 18px;
	color: #666;
	line-height: 28px;
}
.vision .book_wrap p {
	font-size: 15px;
	color: #333;
	line-height: 25px;
	font-weight: 500;
}
.vision .book_wrap .btns {
	margin-top: 73px;
}
.vision .book_wrap a.download_btn {
	width: 145px;
	margin-left: 8px;
}

.vision .book_wrap a.download_btn:first-child {
	margin-left: 0;
}
.vision .sec03 {
	padding-bottom: 0;
	padding-top: 135px;
}

.vision .sec03 dl.hdc_slogan {
	width: 100%;
	border: 1px solid #d2d2d2;
	padding: 100px 206px;
}

.vision .sec03 dl.hdc_slogan dt {
	text-align: center;
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 30px;
	margin-bottom: 25px;
}

.vision .sec03 dl.hdc_slogan dd {
	font-size: 15px;
	font-weight: 500;
}



/*연구분야*/

.field .mission {
	position: relative;
	z-index: 1;
    /*background: url(../img/rnd/company_infobg.png) no-repeat 50% 50%;
    padding-bottom: 460px;*/
}

.field .summary {
    padding-bottom: 65px;
    text-align: center;
    width: 50%;
    margin: -30px auto 0;
}

.field .summary strong {
    font-size: 25px;
    color: #101010;
    font-weight: 500;
}

.field .summary p {
    padding-top: 15px;
    font-size: 19px;
    line-height: 25px;
    color: #888888;
    padding: 10px 0;
}

.field .tt {
    font-size: 15px;
    line-height: 24px;
    color: #333;
    font-weight: 500;
    text-align: justify;
}

.field .sec06 {
	border-top: 1px solid #d2d2d2;
	padding: 50px 0;
    overflow: hidden;
}

.field .sec06:last-child{
    border-bottom: 2px solid #d2d2d2;
}

.field .sec06:after {
	content: '';
	clear: both;
	display: block;
	height: 0;
}

.field .sec06 .imgbox_underline {
    float: left;
    box-sizing: content-box;
}

.field .list_con{
    float: right;
    width: 65%;
}

.field strong{
    display:block;
    font-size:18px;
    color:#333333;
}

.field p{
    padding:13px 0px 50px;
    font-size:15px;
    color:#888888;
    line-height:24px;
}

.field .social_img{
    width:100%;
}



.field .mission h4 {
	height: 0;
	text-indent: -999px;
	overflow: hidden;
}

.field .mission img {
	width: 100%;
}

.field .mission_list {
	position: relative;
	z-index: 2;
	background-color: white;
}

.field .mission_list ol {
	border-top: 2px solid black;
	border-bottom: 2px solid #d2d2d2;
}

.field .mission_list ol:after {
	content: '';
	clear: both;
	display: block;
	height: 0;
}

.field .mission_list ol li {
	position: relative;
	float: left;
	width: 320px;
    height: 350px;
	padding: 45px 20px 60px;
	border-left: 1px solid #d2d2d2;
}
.field .mission_list ol li:first-child {
	border: none;
}

.field .mission_list ol li:after {
	content: '';
	position: absolute;
	width: 80px;
	height: 80px;
	top: 40px;
	right: 20px;
	background: url(../img/company/overview_icon.png) no-repeat 0 0;
}

.field .mission_list ol li span {
	font-weight: 600;
	color: #9db7d2;
	font-size: 15px;
}

.field .mission_list ol li span.point-txt{ color: #e71a10; font-weight: 500;}

.field .mission_list ol li h5 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 30px;
	line-height: 30px;
	height: 60px;
}

.field .mission_list ol li p {
	font-size: 15px;    line-height: 26px;
}

.field .mission_list ol li.m2:after {
	background-position: 0 -80px;
}

.field .mission_list ol li.m3:after {
	background-position: 0 -160px;
}


/* 경영정보 */
.governance .section {
	padding-top: 100px;
}
.governance .section.sec01 {
	padding-top: 0;
}

.governance .sec03 .table {
	margin-bottom: 100px;
}

.governance .sec03 .table.last {
	margin-bottom: 0px;
}

.governance .overview_pc {
	display: block;
}

.governance .overview_mobile {
	display: none;
}

.governance_tab .tabList li {
	width: 190.8px;
}

.governance_tab .tabContent {
	height: 240px;
	padding: 50px 40px;
	margin-top: 40px;
	border: 1px solid #d2d2d2;
	overflow-y: scroll;
	font-size: 13px;
	line-height: 25px;
	color: #888888;
	box-sizing: content-box;
    display: block;
}
.governance_tab .tabContent h5 {
	font-size: 15px;
	color: #333;
	padding-bottom: 10px;
}

.governance_tab .tabContent h6 {
	padding-top: 20px;
}

.governance_tab .tabContent ol {
	margin-left: 20px;
}

.governance_tab .tabContent ol > li {
	list-style: decimal;
}

.governance_tab .tabContent .list_alph {
	margin-left: 20px;
}

.governance_tab .tabContent .list_deep {
	margin-left: 18px;
}

.governance_tab .tabContent .law {
	padding-top: 50px;
	padding-bottom: 0px;
}

.governance_tab .tabContent ul > li {
	list-style: upper-alpha;
}

.governance_tab .tabContent ul > li > ul > li {
	list-style: lower-roman;
}

.governance_tab .tabContent a {
	color: #e6240f;
}


/* 페이지네이션 */
.paging_area {
	margin-top: 40px;
	font-size: 15px;
	text-align: center;
}

.paging_area a {
	display: inline-block;
	padding: 0 11px;
	color: #888;
	vertical-align: middle;
}

.paging_area a.btn_arrow {
	padding: 1px;
}

.paging_area a.btn_arrow_l {
	padding-right: 22px;
}
.paging_area span.active {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #e6240f;
	color: white;
	line-height: 30px;
	vertical-align: middle;
}
.paging_area a.btn_arrow_r {
	padding-left: 22px;
}


/**** 181025 추가 ****/

/*제보이용안내*/
.report .page_spot.report {
    background-image: url(../img/report/page_title_bg.jpg);
}

.report .mission {
	position: relative;
	z-index: 1;
	margin-bottom: 45px;
	padding-bottom: 45px;
	border-bottom: 2px solid #d2d2d2;
}

.report .mission img {
	width: 100%;
}

.report .mission .summary {
	padding-bottom: 20px;
	background: url(../img/report/development_summary.png) no-repeat center 10px;
	text-align: center;
	width: 80%;
	margin: 30px auto 0;
}
.report .mission .summary strong {
	font-size: 25px;
	color: #101010;
	font-weight: 500;
	display: none;
}

.report .mission .summary p {
	padding-top: 60px;
	font-size: 17px;
	line-height: 25px;
	color: #333;
}

/*제보대상*/

.report h4.section_title{
    font-size: 25px;
}

.report .section {
	/* padding-top: 20px; */
}
.report .mission {
	position: relative;
	z-index: 1;
}

.report .depth2{
    padding: 0;
}

.report .mission h4 {
	height: 0;
	text-indent: -999px;
	overflow: hidden;
}

.vision .mission img {
	width: 100%;
}

.report ul.vision_list {
	border-top: 2px solid #000;
	border-bottom: 2px solid #d2d2d2;
}

.report ul.vision_list:after {
	content: '';
	clear: both;
	display: block;
	height: 0;
}

.report ul.vision_list li.item {
	float: left;
	width: 444px;
	padding: 43px 0 0 35px;
	position: relative;
	border-bottom: 1px solid #d2d2d2;
	box-sizing: content-box;
}
.report ul.vision_list li.item:after {
	content: '';
	display: block;
	position: absolute;
	right: 35px;
	top: 65px;
	width: 82px;
	height: 82px;
}
.report ul.vision_list li.item span.num {
	display: block;
	color: #b2b2b2;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: -5px;
}
.vision ul.vision_list li.item strong {
	display: block;
	font-size: 25px;
	font-weight: 500;
	color: #101010;
}
.report ul.vision_list li.item p {
	padding: 18px 0 34px;
	color: #333;
	font-size: 18px;
	font-weight: 500;
}

.report ul.vision_list li.item ul.detail_li li {
	padding-left: 10px;
	background: url(../img/common/list-style01.gif) no-repeat 0 10px;
	color: #888;
	font-size: 15px;
	line-height: 24px;
}
.report ul.vision_list li.item01 {
	height: 150px;
	border-right: 1px solid #d2d2d2;
}

.report ul.vision_list li.item01:after {
	background: url(../img/report/guide_icon1.png) no-repeat;
}
.report ul.vision_list li.item02 {
	height: 150px;
}

.report ul.vision_list li.item02:after {
	background: url(../img/report/guide_icon2.png) no-repeat;
}

.report ul.vision_list li.item03 {
	height: 150px;
	border-right: 1px solid #d2d2d2;
}

.report ul.vision_list li.item03:after {
	background: url(../img/report/guide_icon3.png) no-repeat;
}
.report ul.vision_list li.item04 {
	height: 150px;
}

.report ul.vision_list li.item04:after {
	background: url(../img/report/guide_icon4.png) no-repeat;
}

.report ul.vision_list li.item05 {
	height: 150px;
	border-right: 1px solid #d2d2d2;
}

.report ul.vision_list li.item05:after {
	background: url(../img/report/guide_icon5.png) no-repeat;
}
.report ul.vision_list li.item06 {
	height: 150px;
}

.report ul.vision_list li.item06:after {
	background: url(../img/report/guide_icon6.png) no-repeat;
}

/*제보하기 폼 form*/
.tabContents .cont {
    height: 240px;
    padding: 30px 15px;
    margin-top: 40px;
    border: 1px solid #d2d2d2;
    overflow-y: scroll;
    font-size: 13px;
    line-height: 25px;
    color: #888888;
    box-sizing: content-box;
    display: block;
}

.report .mission .summary p.iden{
    padding: 20px 0;
    margin-bottom: -50px;
    font-size: 20px;
}

.apply-form {
    overflow:hidden;
    letter-spacing:-1px; 
    /*display: none;*/
}
.apply-form .tbl-form {
    table-layout:auto;
}
.apply-form .tbl-form th {
    width:15%; 
    font-size: 15px;
}
.apply-form .tbl-form th.num{
    width:5%;
    background: #e5e5e5;
    text-align: center;
    padding: 0;
}
.apply-form .tbl-form th.num .apply_del{
    border: 1px solid #cbcbcb;
    text-align: center;
    background: #fff;
    padding: 3px 0 3px 10px;
    width: 35px;
    margin: 5px auto;
    font-size: 13px;
    font-size: 1.3rem;
    position: relative;
}

.apply-form .tbl-form th.num .apply_del:before{
    content: '';
    position: absolute;
    left: 3px;
    top: 12px;
    width: 9px;
    height: 3px;
    background: #fff url(../../images/sub/tour_apply_minus_ico2.png) no-repeat;
}

.apply-form .tbl-form th.num .apply_del:hover{
    background: #e40101;
}
.apply-form .tbl-form th.num .apply_del:hover:after{
    content: '';
    position: absolute;
    left: 3px;
    top: 12px;
    width: 9px;
    height: 3px;
    background: url(../../images/sub/tour_apply_minus_ico_on.png) no-repeat;
}
.apply-form .tbl-form th.num .apply_del:hover a{
    color: #fff;
}

.tbl-form {border-top:2px solid #2b405b;border-bottom:1px solid #bbb;width:100%;border-collapse:collapse;clear:both;table-layout:fixed;}
.tbl-form th {    
    background: #fdfdfd;
    padding: 14px 10px 13px 18px;
    font-size: 1em;
    border-right: 1px solid #c1c1c1;
    border-top: 1px solid #ccc;
    color: #555;
    text-align:left;
}
.tbl-form th label {position:relative;display:inline-block; font-weight: 500;}
.tbl-form th label sup{
    color: #e6250f;
    font-size: 18px;
    vertical-align: -webkit-baseline-middle;
}
.tbl-form th label .nec {background:url(../../images/board/ico_nec.png) no-repeat 0 5px;text-indent:-9999px;display:block;width:9px;height:15px;position:absolute;top:0;right:-15px;padding:0}
.tbl-form td {border-top:1px solid #ccc;padding:14px 0 13px 18px; font-size: 14px;}
.tbl-form th.line {border-left:1px solid #000;}
.tbl-form td label {margin:0 5px; vertical-align: baseline;}
.tbl-form td input.text {height:38px;}
.tbl-form td pre {width:570px;white-space:pre-line;line-height:160%;}
.tbl-form td input.text, .tbl-form td select.select, .tbl-form td button {/*vertical-align:middle;*/}
.tbl-form td input[type="file"] {width:auto; /* border:1px solid #f1f1f1; */ }
.tbl-form td input[type="radio"], .tbl-form td input[type="checkbox"] {
    width:13px; margin: 3px;}
.tbl-form td .stit {display:inline-block;margin-right:15px;}
.tbl-form td ul li span.b.cblue1 {display:inline-block; 
    /**display:inline; *zoom:1;*/ 
    display:inline; 
    vertical-align:top;width:55px;
}
.tbl-form .info-ex01, .tbl-form .info-ex02, .tbl-form .info-ex03 {background-position:0 0;font-size: 15px; font-size: 1.5rem; margin: 2px 0;}
.tbl-form a.sw-btn span, .tbl-form a.sg-btn span {padding:13px 9px;}
.tbl-form input.sw-btn, .tbl-form input.sg-btn, .tbl-form input.sp-btn, .tbl-form input.sdp-btn, .tbl-form button.sw-btn, .tbl-form button.sg-btn, .tbl-form button.sp-btn, .tbl-form button.sdp-btn {height: 40px;}


.terms_text{/*overflow-x:hidden; overflow-y:auto; height:306px; padding:20px; margin-bottom:20px; background:#fff; line-height:200%;*/}
.terms_text h1{margin-bottom:30px; font-weight:bold; font-size:18px; text-align:center;color: #222;display: none;}
.terms_text h2{margin-bottom:20px; font-size:16px; color:#e71a10;}
.terms_text h3{font-size:14px; color:#333;}
.terms_text h2 + ol{padding-left:10px;}
.terms_text h3 + ol {padding-left:10px; margin-bottom:20px;}
.terms_text p {padding-left:10px; padding-bottom: 10px;}
.terms_text p:last-child{margin-bottom:20px;}
.terms_text ol{/*padding-left:20px;*/}
.terms_text ol.b_num ol{padding-left:0;}
.terms_text li{font-size:13px; color:#888;}
.terms_text ol.b_num > li{margin-left:15px; list-style:decimal;}
.terms_text table{width:100%; margin-bottom:20px; text-align:center;}
.terms_text th{background:#f5f5f5;}
.terms_text th, .terms_text td{height:30px; padding:5px; border:1px solid #888; line-height: 1.6;}
.terms_text .txt{margin-bottom:20px; color:#1d1d1d; font-size: 14px; padding-bottom: 10px;}
.terms_text dl{margin-bottom:20px; padding-left: 10px;}
.terms_text dt{color:#333;}
.terms_text dd{padding-left:10px; margin-bottom:10px; color:#888;}
.terms_radio{text-align:right;}
.terms_radio input{margin:0 8px 0 20px; vertical-align:middle;}


.btn_area {
    margin: 30px auto 70px;
    text-align: center;
}
.btn_area button {
    width: 145px;
    height: 45px;
    background: #e71a0f;
    font-size: 15px;
    color: #fff;
}
td input[type=text], td select {
    width: 270px;
    height: 42px;
    border: 1px solid #c2c2c2;
    box-sizing: border-box;
    padding: 10px;
    font-family: 'Noto Sans KR', sans-serif, Helvetica;
}

td input[type=text].w176, td select.w176{
    width: 176px;
    margin: 0 5px;
}

td input[type=text].w176:first-child, td select.w176:first-child{
    margin-left: 0;
}

.tbl-form td.tel{}
.tbl-form td.tel span{padding-top: 8px; display: inline-block;}
.tbl-form td.email span{padding-top: 8px; display: inline-block;}

td input[type=text].w176e, td select.w176e{
    width: 176px;
    margin: 0 5px;
}

td input[type=text].w176e:first-child, td select.w176e:first-child{
    margin-left: 0;
}

.report td .textarea {
    /*position: relative;
    width: 98%;
    height: 241px;
    padding: 20px;
    border: 1px solid #c2c2c2;
    font-size: 13px;
    color: #b2b2b2;*/
    width: 95%;
}

.report td .textarea textarea {
    /*position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 241px;
    padding: 20px;
    background: transparent;
    border: 0;
    font-family: 'Noto Sans', sans-serif, Helvetica;
    resize: none;*/
    
    width: 100%;
    height: 250px;
    padding: 20px;
    font-family: 'Noto Sans KR', sans-serif, Helvetica;
}

.report .field p{
    padding-bottom: 20px;
}
.report td .file{overflow:hidden; position:relative;}
.report td .file_input{}
.report td .file_input div{overflow:hidden;}
.report td .file_input input[type=file]{position:absolute; left:-1000em; top:0;}
.report td .file_input label{float:left; width:142px; height:40px; padding-top:8px; margin:0; border-top:1px solid #c2c2c2; border-bottom:1px solid #c2c2c2; border-left:1px solid #c2c2c2; font-size:15px; text-align:center; color:#888; vertical-align:middle;}
.report td .file_input .file_area{padding-top:3px;}
.report td .file_input div button{float:left; width:40px; height:40px; border:1px solid #c2c2c2; font-size:30px; color:#c2c2c2; vertical-align:middle;}
.report td .file_input div span{overflow:hidden; float:left; width:400px; height:30px; padding-top:10px; margin-left:5px; font-size:15px; color:#888; vertical-align:middle; text-overflow:ellipsis;}
.report td .file p{
    padding-top: 3px;
    font-size: 13px;
    letter-spacing: -0.5px;
    width: 75%;
    color: #e6250f;
}

.nec{}
.nec sup{
    color: #e6250f;
    font-size: 18px;
    vertical-align: -webkit-baseline-middle;
}

/* //제보하기 폼 form*/


/*레이어팝업*/
.anonymous_wrap{display:none; position:fixed; left:0; top:0; z-index:5000; width:100%; height:100%; background:url(../img/report/anonymous_wrap_bg.png) 0 0 repeat;}
.anonymous_wrap.on{display:block;}
.anonymous_pop{position:fixed; left:50%; top:50%; z-index:5010; width:500px; height:1000px; padding:40px 50px 40px; margin:-161px 0 0 -238px; background:url(../img/report/anonymous_pop_bg.jpg) 0 0 no-repeat;}
.anonymous_pop h1{margin-bottom:20px; font-weight:bold; font-size:22px; text-align:center;}
.anonymous_pop p{margin-bottom:15px; font-size:14px; color:#888;}
.anonymous_pop .btn_area{text-align:center; margin: 10px auto;}
.anonymous_pop .btn_area button{width:145px; height:45px; background:#e71a0f; font-size:15px; color:#fff;}


/* //레이어팝업*/




/*아이파크 하자문의 및 기타 문의*/
.content_aside{overflow:hidden; padding:35px 40px; background:#f5f5f5; margin: 50px auto 0;display: none;}
.content_aside_left{float:left; width:386px;}
.content_aside_left h4{margin-bottom:13px; font-weight:bold; font-size:18px;}
.content_aside_left p{font-size:14px; color:#666; letter-spacing:-1.5px;}
.content_aside_right{float:left; width:494px;}
.content_aside_right ul{float:right;}
.content_aside_right li{float:left; width:246px; height:auto; padding:15px 0; background:#fff; border-left:1px solid #e3e3e3; text-align:center;}
.content_aside_right li:first-child{width:247px; border-left:0;}
.content_aside_right li a{display:inline-block; position:relative; padding:5px 60px 5px 0; background:url(../img/common/index_icon3.png) right center no-repeat; font-size:14px; text-align:left; color:#666;}
.content_aside_right li:first-child a{background-image:url(../img/common/index_icon2.png);}
.content_aside_right li a strong{font-weight:bold; font-size:15px; color:#333;}


/*윤리경영*/
.etc .page_spot.ethics {
    background-image: url(../img/ethics/page_title_bg.jpg);
}

.report .section.codes{
    padding-top: 0;
	padding-bottom: 100px;
}

.report .mission.codes{
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 30px;
}

.terms_text.codes dt{
    font-size: 16px;
    font-weight: 600;
    padding-left: 10px;
    padding-bottom: 10px;
}

.terms_text h2{
    padding-left: 10px;
}

.codes .terms_text h2 {
    font-weight: 500;
    color: #333;
}

/*서약서*/
.report .mission .summary .oath{
    text-align: left;
    line-height: 2;
}

.report .mission .summary .oath p{
    font-size: 15px;
    position: relative;
    padding-left: 15px;
    padding-top: 5px;
}

.report .mission .summary .oath p:before{
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 10px;
    content: "○";
}

/*실전지침*/
.ethics_section{font-size:15px; line-height:150%; padding-top: 43px;}
.ethics_section > strong{display:block; margin-bottom:20px; font-weight:bold; font-size:16px;}
.ethics_section em{font-weight:bold;}
.ethics_section > p{margin-bottom:20px;}
.ethics_section > p.mb_40{margin-bottom:40px;}
.ethics_section .dot li{position:relative; padding-left:15px;}
.ethics_section .dot li:before{position:absolute; left:0; top:0; font-size:10px; content:"○";}
.ethics_section .num_l{padding-left:20px; counter-reset:num_l;}
.ethics_section .num_l li{position:relative; padding-left:15px;}
.ethics_section .num_l li:before{position:absolute; left:0; top:0; font-size:10px; counter-increment:num_l; content:"("counter(num_l)")";}
.ethics_section .num_s{padding-left:20px; counter-reset:num_s;}
.ethics_section .num_s li{position:relative; padding-left:15px; color:#888;}
.ethics_section .num_s li:before{position:absolute; left:0; top:0; font-size:12px; counter-increment:num_s; content:counter(num_s)".";}

.ethics_practice{}
.ethics_practice h3{margin-bottom: 20px; font-size: 16px; color: #e71a10;}
.ethics_practice h3{margin-bottom: 20px;  font-weight: bold; font-size: 17px; color: #333;}
.ethics_practice h4{margin-bottom:20px; font-weight:bold;}
.ethics_practice ol{margin-bottom:20px;}
.ethics_practice li{margin-bottom:10px;}
.ethics_practice > ol > li{margin-bottom:30px;}
.ethics_practice > ol > li > p{margin-bottom:20px;}
.ethics_practice > ol > li > ol{padding-left:20px; /*font-size:12px;*/}
.ethics_practice > ol.etc_ol > li {margin-bottom:10px;}
.ethics_section .oath_ul li{margin-bottom:10px;}

.codes .terms_text h3{
    padding-left: 10px;
    padding-bottom: 10px;
}

.codes .terms_text li{
    padding-left: 10px;
	font-size: 14px;
    line-height: 2;
}

/* 자주하는 질문 */
.etc .page_spot.faq{
	background-image: url(../img/faq/page_title_bg.jpg);
}

/* faq */
#content_header.faq{background-image:url(../img/faq/faq_bg.jpg);}
.faq_section{margin-bottom:160px; }
.faq_section ul{border-top:2px solid #000; border-bottom:2px solid #000;}
.faq_section li{border-top:1px solid #d2d2d2;}
.faq_section li:first-child{border-top:0;}
.faq_section li a{display:block; padding:30px 35px; background:url(../img/faq/faq_open.png) 95% center no-repeat; font-weight:bold; font-size:18px; color:#333;}
.faq_section li.on a{background-image:url(../img/faq/faq_close.png);}
.faq_section li > div{display:none; padding:25px 40px 25px 85px;background:#f5f5f5 url(../img/faq/faq_reply.gif) 56px 23px no-repeat;}
.faq_section li.on > div{display:block;}
.faq_section li p{font-size:16px; color:#333;}

#content.faq{padding-bottom: 0;}


/***** 기타 *****/
.etc .page_spot {
	background-image: url(../img/etc/page_title_bg_01.jpg);
}

.etc .page_spot.email{
	background-image: url(../img/etc/page_title_bg_02.jpg);
}

.etc .hgroup {
	padding-bottom: 45px;
}

.etc h4.section_title {
	padding-bottom: 25px;
}

/* 개인정보처리방침 */
.personal_information .select_date {
	text-align: right;
	padding-bottom: 20px;
}

.personal_information .select_date .tit {
	padding-right: 10px;
	font-size: 18px;
	color: #333;
	font-weight: 500;
}

.personal_information .select_date .dSelect {
	display: inline-block;
	width: 240px;
	text-align: left;
}

.personal_information .select_date .dSelect .default {
	background: url(../img/common/dSelect.gif) 222px 18px no-repeat;
}
.personal_information .box_term {
	padding-left: 16px;
	padding-bottom: 50px;
	font-size: 15px;
	color: #333333;
	border-bottom: 2px solid #d2d2d2;
}

.personal_information .box_term .top_term {
	margin-left: -16px;
	font-weight: 500;
}

.personal_information .box_term h4 {
	padding: 40px 0px 15px;
	margin-left: -16px;
	font-weight: 500;
}

.personal_information .box_term .list_dash {
	padding-top: 15px;
	padding-left: 8px;
}

.personal_information .box_term .list_dash li {
	position: relative;
	padding-left: 10px;
	padding-bottom: 5px;
}

.personal_information .box_term .list_dash li:after {
	content: "-";
	position: absolute;
	left: 0px;
	top: -1px;
}

.personal_information .box_term .list_han > li {
	padding-top: 25px;
}

.personal_information .box_term .nu_tt {
	padding-left: 16px;    position: relative;
}

.personal_information .box_term .nu_tt:before {
    content: "▷";
    position: absolute;
    left: 0px;
    top: 0px;
}



.personal_information .box_term .tt {
	display: block;
	padding-bottom: 15px;
}

.personal_information .box_term dt {
	padding-top: 30px;
}

.personal_information .box_term .dt_list li {
	padding-top: 30px;
}

.personal_information .box_term .table {
	margin-top: 25px;
}

.personal_information .box_term .no_p {
	padding: 0;
}

.personal_information .box_term ul .no_p {
	padding: 0;
}

.personal_information .box_term dl .no_p {
	padding: 0;
}

.personal_information .box_term p.no_p {
	padding: 0;
}



/* 이메일 */
.email .section {
	padding-bottom: 50px;
	border-bottom: 2px solid #d2d2d2;
}

.email .section p {
	font-size: 18px;
	color: #333333;
	line-height: 28px;
	padding-bottom: 30px;
}

.email .section p.lst {
	padding-bottom: 0;
}


/* 자주하는 질문 */
.faq .hgroup {
	margin-bottom: 0;
    border-bottom: 0;
}

.faq_list {
	border-bottom: 2px solid #d2d2d2;
	font-size: 18px;
	color: #333;
}

.faq_list dt {
	padding: 25px 35px 25px 35px;
	border-top: 1px solid #d2d2d2;
	background: url(../img/customer/faq_up_dw.png) no-repeat 910px 26px;
	cursor: pointer;
}

.faq_list dt:before {
	content: "Q. ";
	padding-right: 3px;
}

.faq_list li:first-child dt {
	border-top: 0;
}

.faq_list li.off dt {
	background-position: 910px -174px;
}

.faq_list li.off dd {
	display: none;
}

.faq_list dd {
	padding: 25px 35px 25px 90px;
	min-height: 45px;
	line-height: 28px;
	border-top: 1px solid #d2d2d2;
	background: #e9e9e9 url(../img/customer/faq_icon.png) no-repeat 55px 23px;
	font-weight: 200;
}

.faq_list dd a {
	color: #e71a10;
	text-decoration: underline;
	font-weight: 500;
}

/* 고객문의 */
.inquiries .inquiries_title {
	margin-bottom: 50px;
}

.inquiries .inquiries_title:after {
	content: '';
	display: block;
	clear: both;
}

.inquiries .inquiries_title h4 {
	float: left;
	color: #888888;
	font-size: 18px;
}

.inquiries .inquiries_btns {
	float: right;
}

.inquiries .inquiries_btns:after {
	content: '';
	display: block;
	clear: both;
}

.inquiries .inquiries_btns .inquiries_btn {
	float: left;
}

.inquiries .inquiries_btns .inquiries_btn.fa {
	margin-right: 6px;
}

.inquiries .inquiries_term {
	height: 280px;
	line-height: 25px;
	padding: 44px 35px;
	border: 1px solid #d2d2d2;
	color: #888888;
	font-size: 15px;
	overflow-y: scroll;
}

.inquiries .inquiries_term h4 {
	color: #333;
	font-weight: 500;
	font-size: 18px;
}

.inquiries .inquiries_term h5 {
	padding-top: 48px;
	font-weight: 500;
	font-size: 18px;
}

.inquiries .inquiries_term strong {
	display: block;
	padding-top: 25px;
	padding-bottom: 5px;
	font-weight: 500;
}

.inquiries .inquiries_term p {
	padding-left: 15px;
	padding-bottom: 5px;
}

.inquiries .inquiries_term li {
	padding-left: 15px;
	padding-bottom: 5px;
}

.inquiries .inquiries_term a {
	color: #888;
	font-weight: 500;
}

.inquiries .inquiries_term .tt {
	padding-left: 0;
	padding-top: 60px;
	color: #333;
}

.inquiries .terms_radio {
	margin: 15px 0px 60px;
	text-align: right;
	color: #333333;
	font-size: 15px;
}

.inquiries .terms_radio input {
	margin: 0 8px 0 20px;
	vertical-align: middle;
}

.inquiries .dSelect.field {
	width: 275px;
}

.inquiries .dSelect.field .default {
	background: url(../img/common/dSelect.gif) 260px 18px no-repeat;
}

.inquiries .dSelect.mail3 {
	display: inline-block;
	width: 203px;
	margin-left: 13px;
	color: #333;
}

.inquiries .dSelect.mail3 .default {
	background: url(../img/common/dSelect.gif) 188px 18px no-repeat;
}

.inquiries .footnote {
	margin-bottom: 8px;
	text-align: right;
	font-size: 13px;
	color: #e6240f;
}

.inquiries .submit_btn {
	display: block;
	width: 143px;
	height: 44px;
	line-height: 43px;
	margin: 40px auto 0px;
	border: 1px solid #b7b7b7;
	color: #333333;
	font-size: 15px;
	text-align: center;
}

.inquiries .inquiries_pc {
	display: block;
}

.inquiries .inquiries_mobile {
	display: none;
}


.inquiries .inquiries_mobile dl {
	text-align: center;
	padding-bottom: 7%;
	border-bottom: 2px solid #d2d2d2;
}

.inquiries .inquiries_mobile dl dt {
	margin-bottom: 5px;
	font-size: 20px;
}

.inquiries .inquiries_mobile dl dd a {
	font-size: 15px;
	color: #e6240f;
}

.report_input {
	width: 100%;
	border-top: 2px solid #000;
	border-bottom: 2px solid #d2d2d2;
	text-align: left;
	vertical-align: middle;
}

.report_input th {
	padding-left: 51px;
	border-bottom: 1px solid #d2d2d2;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
}

.report_input th span {
	color: #e6250f;
}

.report_input td {
	padding: 19px 0;
	border-bottom: 1px solid #d2d2d2;
	font-size: 15px;
	color: #888888;
}

.report_input td input[type=text] {
	height: 42px;
	width: 275px;
	line-height: 42px;
	padding-left: 10px;
	border: 1px solid #c2c2c2;
	box-sizing: border-box;
}

.report_input td .stxt {
	padding-top: 5px;
	font-size: 13px;
	color: #888;
}

.report_input td input {
	font-family: 'NotoSans', sans-serif, Helvetica;
}

.report_input td input.title {
	width: 737px;
	font-size: 14px;
	color: #333333;
}

.report_input td .textarea {
	width: 717px;
	height: 241px;
	padding: 10px;
	border: 1px solid #c2c2c2;
	font-size: 14px;
	font-family: 'NotoSans', sans-serif, Helvetica;
	font-size: 15px;
	color: #333333;
	box-sizing: content-box;
}

.report_input td .file {
	overflow: hidden;
	position: relative;
}

.report_input td .file p {
	padding-top: 10px;
	font-size: 13px;
	letter-spacing: -1px;
}

.report_input td .file_input {
	color: #333333;
}

.report_input td .file_input div {
	overflow: hidden;
}

.report_input td .file_input div span {
	overflow: hidden;
	float: left;
	width: 400px;
	height: 30px;
	padding-top: 10px;
	margin-left: 5px;
	font-size: 15px;
	vertical-align: middle;
	text-overflow: ellipsis;
}

.report_input td .file_input input[type=file] {
	position: absolute;
	left: -1000em;
	top: 0;
}

.report_input td .file_input label {
	float: left;
	width: 142px;
	height: 30px;
	padding-top: 8px;
	margin: 0;
	border: 1px solid #c2c2c2;
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	box-sizing: content-box;
}

.report_input td .file_input .file_area {
	padding-top: 3px;
}

.report_input td.mail p {
	padding-top: 10px;
	font-size: 13px;
	letter-spacing: -1px;
}

.report_input td.mail span {
	margin: 0 13px;
}

.report_input td.mail .mail1 {
	width: 255px;
}

.report_input td.mail .mail2 {
	width: 225px;
}

.file_input div button {
	float: left;
	width: 40px;
	height: 40px;
	border: 1px solid #c2c2c2;
	border-left: 0;
	font-size: 30px;
	color: #c2c2c2;
	vertical-align: middle;
}




