@charset"UTF-8";
/* 서브타이틀 */
.title_location {
	line-height: 21px;
  height: 21px;
	overflow: hidden;
	margin: 0 0 17px 0;
  width: 1000px;
  margin: auto;
}
.title_location h3 {
  position: absolute;
}
.title_location h3 .contents_text_title {
	background: url(../../img/common/ic_contents_text_title.gif) no-repeat 0px 25px;
	font-size: 19px;
	font-weight: bold;
	line-height: 21px;
	vertical-align: middle;
	letter-spacing: -0.1em;
	color: #222;
}
.location {
	background: url(../../img/common/ic_home.gif) no-repeat 0px 11px;
	vertical-align: middle;
  /*position: absolute; 	right: 0;*/
  text-align: right;
	color: #b3b1b1;
}
.location a{color:#b3b1b1;}
.location a:hover{color:#4b4b4b;}
.last_loc {
	font-weight: bold;
	color: #8d8d8b;
}
.location img {
	margin: 0px 5px;
}
.main .sub_visual {
	position: absolute;
	top: 0;
	left: 0;
}

/* 사이트맵 */
.contents_sitemap {
    width: 760px;
    margin: 50px 0px 0px 0px;
}
.contents_sitemap dl {
    width: 210px;
    float: left;
    height: 250px;
    margin: 0px 30px 20px 10px;
}
.contents_sitemap dl dt>img {
    margin: 0px 8px 4px 0px;
}
.contents_sitemap dt {
    margin: 0px 0px 5px 0px;
    font-size: 15px;
    font-weight: bold;
    background: url(../../img/sub/dot01.gif) no-repeat 0 5px;
    color: #363636;
    height: 18px;
    margin-bottom: 10px;
    padding: 0px 5px 5px 10px;
    width: 160px;
}
.contents_sitemap dl dd {
    line-height: 22px;
    border-bottom: 1px dotted #D1D1D1;
    background: url(../img/sub/dot_blue_square.gif) no-repeat 2px 8px;
    padding-left: 10px;
    margin: 1px 0 0 7px;
}
.contents_sitemap dl dd a:hover {
    color: #5952e1;
}
.contents_sitemap .clear_float {
    clear: both;
}
.contents_sitemap .depth3 {
    line-height: 22px;
    border-bottom: 1px dotted #D1D1D1;
    background: url(../img/common/icon_arrow.gif) no-repeat 12px 8px;
    padding-left: 20px;
    margin: 1px 0 0 7px;
}
.contents_sitemap .depth4 {
    line-height: 22px;
    border-bottom: 1px dotted #D1D1D1;
    background: url(../img/common/dat_03.gif) no-repeat 19px 8px;
    padding-left: 25px;
    margin: 1px 0 0 7px;
}

/* 테이블 */
.table {
    border-collapse: collapse;
    border: 1px;
    border-style: solid;
    border-width: 1px;
    border-color: #7EB8D0;
    margin: 10px 0px 20px 0px;
}
.table th, .table td {
    border-top: 2px solid #7F9EC7;
    border-bottom: 1px;
    border-style: solid;
    border-width: 1px;
    border-color: #7EB8D0;
}
.table th {
    color: #32749C;
    background-color: #F4F4F4;
}
.table thead tr {
    background-color: #f6fafd;
    height: 30px;
}
.table td {
    height: 18px;
    padding: 5px 5px 5px 5px;
		text-align: left;
}
.table td.cet {
    text-align: center;
}

.table td.left {
    text-align: left;
}

.table_in {
    border-collapse: collapse;
    border: 1px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    margin: 0px 0px 0px 0px;
}
.table_in th, .table_in td {
    border-top: 2px solid #fff;
    border-bottom: 1px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
}
.table_in th {
    color: #32749C;
    background-color: #fff;
}
.table_in thead tr {
    background-color: #fff;
    height: 30px;
}
.table_in td {
    height: 18px;
    padding: 0 0;
	text-align: left;
}
.table_in td.cet {
    text-align: center;
}

.table_in td.left {
    text-align: left;
}
.overlay {
    display: none;
    z-index: 10000;
    background-color: #333;
    width: 400px;
    min-height: 200px;
    border: 1px solid #666;
    -moz-box-shadow: 0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px 000;
    cursor: pointer;
}
/* 네이버 Map */
#soulMap{
  margin-bottom:12px;
  border: #828282 3px solid;
}
/* 제품 소개 리스트 */
  .search{
    border: #EBEBEB solid 1px;
    background-color: #FAFAFA;
    height: 54px;
    line-height: 54px;
    text-align:center;
    margin: 0 0 24px 0 ;
  }
  .input-form{
    width: 300px;
    height: 25px;
    font-size:14px;
    color: #8e8e8e;
  }
  .searh_img{
    margin: 14px 0 0 0;
  }
  .searh_select{
    height: 27px;
    font-size:14px;
    color: #8e8e8e;
  }
  .product_list dl{
    float: left;
    margin: 0 15px 13px 0;
  }
  .product_list .finish{
    float: left;
    margin: 0 0 15px 0;
  }
  .product_list dl dd{
    width: 176px;
    height: 139px;
    border: 1px solid #999;
    overflow: hidden;
    position:relative;
  }
  .product_list dl dt{
    width: 176px;
    text-align:center;
    margin: 10px 0;
  }
  .product_list ul {
    width:100%;
    font-weight: bold;
    text-align: center;
    height: 300px;
    line-height: 300px;
  }
  .pageing{
    margin: 35px 0 59px 0;
  }
/* 제품 소개 리스트 */
/* 제품 소개 상세보기 */
  .product_view_img{
    width: 403px;
    height: 250px;
    margin: 0 17px 11px 0;
    float:left;
    border: #cecece solid 1px;
  }
  .product_view_img img {
    width:403px;
    height: 250px;
  }
  .product_view_img p{
    width: 403px;
    height: 250px;
    overflow: hidden;
    position: relative;
  }


  .prdocut_view_info{
    width: 327px;
    height:250px;
    float:left;
    border-bottom: 1px dashed #cecece;
  }
  .product_view_imgs{
    float:left;
    width: 100%;
    margin: 0 3px 30px 0;
  }
  .product_view_imgs img {
    width: 130px;
    height: 87px;
    border: 1px solid #cecece;
  }
  .product_view_imgs ul {
    float:left;
    width: 1000%;
    overflow:auto;
  }
  .product_view_imgs ul li{
    float:left;
    width: 128px;
    height: 87px;
    border: #cecece solid 1px;
    margin: 0 5px 30px 0;
  }
  .product_view_contents{
    width: 749px;
    min-height: 446px;
    border: #e3e3e3 solid 1px;
    background-color: #f1f1f1;
  }
  .product_view_btn{
    margin-top: 30px;
    padding: 15px 0 116px 0;
    border-top: 1px solid #e3e3e3;
    text-align:right;
  }
  .p_title{
    padding: 10px 0 15px 0;
    border-bottom: 1px solid #e3e3e3;
  }
  .p_title p{
    font-weight: bold;
    font-size: 14px;
  }
  #contents_2{
  padding: 30px;
  }
/* 제품 소개 상세보기 */
/* 사이트 맵 */
  .sitemap_menu {
    height: 359px;
    padding-bottom: 177px;
  }
  .sitemap_menu ul .start_li {
    height: 40px;
    margin-top: 15px;
    background-image: url(/img/sub/sub06_01_bg.gif);
  }
  .sitemap_menu ul li {
    height: 40px;
    margin-top: 40px;
    background-image: url(/img/sub/sub06_01_bg.gif);
  }

  .sitemap_mmenu {
    margin: 9px 0 0 23px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    position:absolute;
  }
  .sitemap_smenu {
    padding: 16px 0 0 211px;
  }
  .sitemap_smenu p {
    width: 136px;
    float:left;
  }
  .funts_info ul .f_title{
    width: 62px;
    margin: 10px 0 10px 5px ;
    text-align:left;
    font-weight: bold;
  }
  .funts_info ul li{
    width: 260px;
    margin: 10px 0 10px 0 ;
    text-align:left;
    float:left;
  }
  .sitemap_menu .sitemap_smenu ul li {
    background-image: none;
    float:left;
  }

/* 사이트 맵 */

.history_form dl dt {
  background-color: #eee;
  border-left: #e0e0e0 solid 1px;
  border-right: #e0e0e0 solid 1px;
  border-bottom: #e0e0e0 solid 1px;
}
.history_years{
  font-size: 12px;
  font-weight: bold;
  padding: 14px 0 11px 21px;
  cursor:pointer;
  background: url(/img/sub/arr_bg.gif) no-repeat 98% 5px #eee;
}
.history_form .active{
  background: url(/img/sub/arr_bg.gif) no-repeat 98% -23px  #eee;
}
.history_form dl .histoy_contents{
  display: none;
  border: none;
  background-color: #fff;
  margin: 20px 0 0 20px;
}

/* product list common Start */
  .pro_search{height: 49px; background: #535353; margin-bottom: 17px;}
  .pro_search ul li {float: left; margin: 10px 4px 9px 0;}
  .pro_search ul .sear_title {margin: 18px 17px 17px 18px; color: #fff; font-weight:bold;}
  .pro_search ul .sear_select {width: 151px; height: 28px; font-size: 14px; padding:4px 0;  }
  .pro_search ul .sear_input {width: 458px; height: 26px; border: 1px solid #444; font-size: 14px; line-height:26px;}

  .pro_tabs{margin-bottom: 22px; height:43px; border-bottom: 1px solid #a9a9a9;}
  .pro_tabs ul{padding: 0; margin: 0;}
  .pro_tabs ul li{
    list-style: none; width: 200px; height: 40px; float:left; text-align: center;
    border-top:3px solid #a9a9a9;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
    border-bottom:1px solid #a9a9a9;
    background: #d4d4d4;
    color: #7b7b7b;
    font-weight:bold;
    line-height: 40px;
    cursor: pointer;
  }
  .pro_tabs ul li:hover{
    list-style: none; width: 200px; height: 40px; float:left; text-align: center;
    border-top:3px solid #8a6a4c;
    border-left:1px solid #a9a9a9;
    border-right:1px solid #a9a9a9;
    border-bottom:1px solid #fff;
    background: #fff;
    color:#545454;
  }
    .pro_tabs ul .on{
    list-style: none; width: 200px; height: 40px; float:left; text-align: center;
    border-top:3px solid #8a6a4c;
    border-left:1px solid #a9a9a9;
    border-right:1px solid #a9a9a9;
    border-bottom:1px solid #fff;
    background: #fff;
    color:#545454;
  }
/* product list common End */

/* product list Start */
  .pro_list ul li{float:left; margin-right:6px; cursor: pointer; width: 265px; height: 238px;}
  .pro_list ul .rs{float:left; margin-right:0;}
  .pro_list .list_img{
    width: 265px;
    height: 165px;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    background-color: #000;
  }
  .pro_list .list_img .image{min-height: 165px;min-width: 265px;}
  .pro_list .list_titile{
    color: #545454;
    line-height: 11px;
    font-size:11px;
    margin-bottom: 7px;
    overflow: hidden;
    font-weight:bold;
  }
  .pro_list .list_contents{
    color: #8d8d8d;
    line-height: 11px;
    font-size:11px;
    margin-bottom: 34px;
    overflow: hidden;
  }
  .no_date{
    text-align: center;
    width: 100% !important;
    margin: 150px 0 0 0;
    font-weight: bold;
    color: #545454;
  }
/* product list End */

/* product view Start */
.pro_view { height: 339px; margin-bottom:13px;}
.pro_view ul{float: left;}
.view_img {width: 391px; height: 260px; margin: 0 33px 5px 0; overflow:hidden; text-align:center;}
.view_img img { height: 260px;}
.view_imgs {width: 391px; height: 74px;}
.view_samll {width: 128px; height: 74px; overflow:hidden; text-align:center; float:left; margin-right:2px;}
.view_imgs img {height: 74px; }
.view_info {width: 382px; height: 339px;}
.view_info dt{font-size:14px; font-weight: bold;  color: #825F3F; line-height: 35px; border-bottom:3px solid #E7E7E7;}
.view_info dd{color: #595959; line-height: 39px; border-bottom:1px solid #E7E7E7;}
.view_info .end{ color: #595959; line-height: 39px; border-bottom:none;}
.pro_view_info{border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; padding:25px 5px; margin-bottom: 19px; clear:both;}
.view_btn{width: 100%; text-align: center; }
.dd_title{width: 80px; font-weight: bold; float: left; background:url(/img/sub/sub_dot.gif) no-repeat 0px 18px;}
/* product view End */
h4{font-size: 12pt; font-weight: bold; background:url(../../img/sub/bullet01.gif) no-repeat 0 10px; margin: 6px 0 6px 18px; color:#926d4b; margin-top: 10px; }

/* sub_menu css Start */
  .sub_menu {width:1000px;margin:auto;background-color:#0D98AB;}
  .sub_menu ul{margin:0;padding:0;overflow:hidden;border:0px #0d98ab solid;border-width:1px 0 0 1px;}
  .sub_menu ul li {float: left; text-align: center; padding: 10px 0;}
  .sub_menu ul li:hover {background-color:#fff; color: #0D98AB;}
  .sub_menu ul .active {background-color:#fff; color: #0D98AB;}
  .sub_menu ul .active a{color: #0D98AB; font-weight: bold;}
  .sub_menu ul li a {color: #fff; font-size: 12px; font-weight: bold; padding: 10px 20px;}
  .sub_menu ul li a:hover{color: #0D98AB;}
/* sub_menu css Eng */


/* 서브 페이지 페이지 준비중 Start */
  .sub_preparing{margin: 200px;}
  .sub_preparing img{border: 2px solid #ccc;}
/* 서브 페이지 페이지 준비중 End */

/* 서브 페이지 공통 CSS Start */
  .sub_container {width:100%; position: relative; overflow: hidden; margin-bottom: 30px;}
  .sub_container .board_search {width:100%; position: relative; overflow: hidden; border: solid #828282; border-width: 0 0 2px 0; margin-bottom: 10px; padding-bottom: 10px;margin-top:0px;}
  .sub_container .board_search .search_info {position: absolute; top: 5px; left:0px; font-family:"돋움",Dotum; font-size:0.92em;}
  .sub_container .board_search .search_info strong{font:bold 0.92em Tahoma;}
  .sub_container .board_search li {text-align: right;}
  .sub_container .board_search label {font-size: 14px; line-height: 20px; font-weight: bold; color: #000; margin-right: 10px;}
  .search_input{width: 150px; height:16px; padding-top:2px; margin:0 -4px 0 1px; border:1px solid #a1a1a1; border-color: #a1a1a1 #d8d8d8 #d8d8d8 #a0a0a0;}
  .search_btn{padding:2px 20px; line-height:20px; font-size: 14px; color: #fff; background-color: #616161; border: 1px solid #ccc; }
  .sub_medea{position:absolute;top:15px;right:0;border:1px solid #c4c4c4;z-index:999;}
  .sub_medea2{position:absolute;top:205px;right:0;border:1px solid #c4c4c4;z-index:999;}
/* 서브 페이지 공통 CSS End */

/* 서브 페이지 강연 요청 Start */
  .sub_container ul {width:100%; position: relative; overflow: hidden; margin:5px 0;}
  .sub_container ul .sub_subject {width: 15%; float:left;}
  .sub_container ul .sub_subject label {font-size: 14px; font-weight: bold; cursor: pointer; color:#828282; line-height: 20px;}
  .sub_container ul .sub_contents {width: 80%; float:left;}
  .sub_container ul .sub_contents input {border: 2px solid #ccc; line-height: 20px; height: 20px; color: #828282;}
  .sub_container ul .sub_contents textarea {border: 2px solid #ccc; color: #828282; width: 100%; height: 300px; overflow: auto;}
/* 서브 페이지 강연 요청 End */

/* 서브 페이지 웹진 게시판 리스트 Start */
  .wzl_board {width:100%; position: relative; overflow: hidden;}
  .wzl_board .list_row {position: relative; overflow: hidden; padding: 5px 15px; border:dashed #ccc; border-width: 0 0 1px 0;}
  .wzl_board .web_img {width:25%; float:left;}
  .wzl_board .web_img img {width:230px;}
  .wzl_board .web_subject {padding-top:5px; padding-left: 15px; font-size:14px; color: #000; font-weight: bold; line-height: 16px; margin-bottom: 15px;}
  .wzl_board .web_contents { font-size:12px; color: #828282; font-weight: 400; line-height: 145%;display:table-cell;}
  .wzl_board .web_exception {font-size:12px; color: #000; font-weight: bold; line-height: 14px; margin-bottom: 15px; text-align: center;}
/* 서브 페이지 웹진 게시판 리스트 End */
.pho_board {width:100%; position: relative; overflow: hidden; border: solid #ccc; border-width: 0 0 1px 0;}
.pho_list_row{width:25%; height:255px; float:left;}
.pho_list_row div {padding: 0 15px;}
.pho_list_row div .pho_img{}

.vdo_board {width:100%; position: relative; overflow: hidden; border: solid #ccc; border-width: 0 0 1px 0;}
.vdo_list_row{width: 25%; float:left;}
.vdo_list_row div {padding: 0 15px;}
.vdo_list_row div .vdo_info li {font-weight: bold; font-size: 14px;}
.vdo_list_row div .vdo_info li iframe{width: 100%;}
.vdo_no_img {width: 100%; padding: 15px 0 30px 0; text-align: center;}


.sub_div{position:relative;margin-top: 28px;}
.sub_div .sub_box {position: relative; overflow: hidden; border: solid #c4c4c4; border-width: 2px 0 0 0; margin-bottom: 30px; padding: 15px 0 0 0;}
.ft_14{font-size: 14px !important;}
.ft_16{font-size: 16px !important;}
.ft_18{font-size: 18px !important;}
.ft_20{font-size: 20px !important;}
.col_red {color: red;}
.dis_no{display: none;}
.dis_bl{display: block;}

/* 소개 css Start */
  /* 프로필 css Start */
    .sub_div .about_info{float: left; margin-bottom: 30px;}
    .sub_div .about_info li {line-height: 30px; font-size: 14px; padding-bottom: 15px; margin-bottom: 30px; border: solid #ccc; border-width: 0 0 1px 0;}
    .sub_div .about_info li.last {border-width: 0;}
    .sub_div .about_info li span{color: #5099d9; font-size: 16px; font-weight: 400;}
    .sub_div .about_info li p{font-size: 22px;}
    .sub_div .about_img {float: right; margin-top: 150px;}
    .sub_div .about_img img {width:80%;float: right;}
  /* 프로필 css End */

  /* 스토리 css Start */
    .story_info{position: relative; overflow: hidden;}
    .story_info ul{position: relative; overflow: hidden; line-height: 30px;}
    .story_info ul .story_img {float:left;}
    .story_info ul .story_txt {float:left; border: solid #e1e1e1; border-width: 1px 0 0 0; margin-left: 40px; padding-top: 0px; width: 558px;}
    .sub_line_title {font-size: 30px; color: #0d98ab; float: left; margin-right: 20px;font-weight:bold;}
    .sub_line_info span {color: #0d98ab;font-weight:bold;}
  /* 스토리 css End */

  /* 프로그램 개발 css Start */
    .sub_div .program_row {overflow: hidden; padding: 20px; border: 1px solid #e1e1e1; margin-bottom: 30px;}
    .sub_div .program_row_end {overflow: hidden; border: 1px solid #e1e1e1; margin: 28px 0;}
    .sub_div .program_row .program_subject {width: 100%; font-size: 21px; line-height:24px; font-weight: bold; color: #000; margin-bottom: 30px;}
    .sub_div .program_row .program_info {float: left; width: 560px;font-size: 14px; line-height: 20px; color:#666;}
    .sub_div .program_row .program_img {float: right; border: 1px solid #e1e1e1; width:376px; }

    .sub_div .program_row .program_img .hit_item_body .hit_item {overflow: hidden; width:376px; height: 334px;}
    .sub_div .program_row .program_img .hit_item_body .hit_item ul{overflow: hidden; width:2000px; position: relative;}
    .sub_div .program_row .program_img .hit_item_body .hit_item .btn{position: absolute; margin-top: 150px; z-index: 10;}
    .sub_div .program_row .program_img .hit_item_body .hit_item .btn .pre{float: left; margin-left: 8px; cursor: pointer; }
    .sub_div .program_row .program_img .hit_item_body .hit_item .btn .next{float: left; margin-left: 260px; cursor: pointer;}
    .sub_div .program_row .program_img .hit_item_body .hit_item ul li{float:left;}
  /* 프로그램 개발 css End */

  /* 전문가 인증 css Start */
    .sub_div .expert_box{border:1px solid #e1e1e1; padding: 58px 31px; overflow: hidden; margin-bottom: 30px;}
    .sub_div .expert_box .expert_row {float:left; padding: 10px 12px;}
    .sub_div .expert_box .expert_row div {width:285px; height: 535px; border: 1px solid #e1e1e1;}
    .sub_div .expert_box .expert_row div .e_img{border: solid #e1e1e1; border-width: 0 0 1px 0;}
    .sub_div .expert_box .expert_row div .e_img img {width:100%;}
    .sub_div .expert_box .expert_row div .e_subject{text-align: center; font-size: 18px; line-height: 20px; color: #000; padding: 15px 0;}
    .sub_div .expert_box .expert_row div .e_info{text-align: center; font-size: 11px; line-height: 18px;  color: #666;}
    .sub_div .expert_box .expert_row div .e_date{text-align: center; font-size: 11px; line-height: 18px;  color: #666;}
  /* 전문가 인증 css End */

  /* 김혜리 22 css Start */
    .sub_div .faq_box {border: solid #c4c4c4; border-width: 2px 0 0 0; margin-bottom: 30px;}
    .sub_div .faq_box .faq_subject{color: #000; font-size: 14px; line-height: 41px; background: url(/img/sub/subpage01_05_01.gif) no-repeat; background-position: 8px 9px; overflow: hidden; border: solid #e1e1e1; border-width: 0 0 1px 0; cursor: pointer;}
    .sub_div .faq_box .faq_subject .fc_1{float: left; margin-left: 17px; position: absolute;}
    .sub_div .faq_box .faq_subject .fc_2{float: left; margin-left: 13px; position: absolute;}
    .sub_div .faq_box .faq_subject p {padding-left: 48px; }
    .sub_div .faq_box .faq_contents {
      color: #333; font-size: 14px; line-height: 20px; border: solid #e1e1e1; border-width: 0 0 1px 0; padding:11px 0 20px 48px;
      background: url(/img/sub/subpage01_05_02.gif) no-repeat;
      background-position: 8px 9px;
      background-color: #f6f6f6;
    }
  /* 김혜리 22 css End */
/* 소개 css End */

/**/
  /* Image Power css Start */
    .sub_info {font-size: 14px; line-height: 20px;}
    .sub_top_info {font-size: 14px; line-height: 20px; padding-bottom: 20px;}
    .sub_subject {font-size: 55px; font-family: 'Dancing Script', serif; color: #000;}
    .sub_sjline {border: solid #ccc; border-width: 0px 0 0 0; width: 24px; margin: 30px 0 13px 0;}
    .power_content {position: relative; font-size: 13px; line-height: 20px;}
    .power_content p {font-size: 18px; height: 20px; color: #000;}
    .power_content p span{color: #0d98ab; font-family: 'Dancing Script', cursive; font-size: 22px; font-weight: bold;}
    .power_content .c_accent{font-size: 15px !important;}
    .power_content .c_accent span {color: #0d98ab; font-family: '나눔고딕','ng','Nanum Gothic',"돋움",Dotum,"굴림",Gulim,Verdana,AppleGothic,sans-serif !important; font-size: 15px; font-weight: bold;}
    .power_content span {color: #0d98ab; font-weight: 500;}
    .power_img {padding-bottom: 127px;}
    .sub_contents .porwer_bg1 {position: absolute; background: url(/img/sub/eng/subpage03_01_01_bg.gif) no-repeat; width: 530px; height: 90px; top: 75px; right: 0;}
    .power_content .porwer_bg2 {position: absolute; background: url(/img/sub/eng/subpage03_01_02_bg.gif) no-repeat; width: 497px; height: 374px; top: 10px; right: 0;}

    .tb_type1{border-spacing: 0; border-collapse: collapse; width: 100%; margin: 20px 0;}
    .tb_type1 thead tr th {background-color: #f8f8f8; border: 1px solid #7a7a7a; font-size: 15px; line-height: 22px; padding: 10px 0; font-weight: bold; text-align: center;}
    .tb_type1 tbody tr td {border: 1px solid #7a7a7a; font-size: 13px; line-height: 22px; height: 63px; text-align: center;}
    .tb_type1 tbody tr td p {font-size: 18px;}
  /* Image Power css End */

  /* 이미지 경영 css Start */
    .sub_contents{position: relative; font-size: 13px; line-height: 20px;}
    .sub_contents p {font-size: 18px; height: 20px; color: #000;}
    .sub_contents span {color: #0d98ab; font-weight: 500;}
    .sub_contents .s_img{margin-bottom: 15px;}
    .sub_cline {border: solid #dfdede; border-width: 0 0 1px 0; margin-bottom: 47px;}
    .iagif_img {padding-bottom: 200px;}
    .sub_contents .iagif_bg1{position: absolute; background: url(/img/sub/eng/subpage03_02_01_bg.gif) no-repeat; width: 810px; height: 163px; top: 60px; right: 0; z-index: -1;}
    .sub_contents .iagif_bg2{position: absolute; background: url(/img/sub/eng/subpage03_02_02_bg.gif) no-repeat; width: 772px; height: 163px; top: 60px; right: 0; z-index: -1;}
    .lagif_management {width:100%;}
    .lagif_management li{width:30%;height:300px;margin:15px;float:left; text-align:center;border:1px solid #dfdede;box-shadow: 1px 2px 10px 1px #dfdede;-webkit-box-shadow: 1px 2px 10px 1px #dfdede;-moz-box-shadow: 1px 2px 10px 1px #dfdede;}
    .lagif_management li img{margin-top:5px;border:none;}
    .lagif_management li h3{margin-top:10px;font-size:18px;font-weight:bold;color:#0D98AB;}
    .lagif_management li p{line-height:20px;padding:10px 10%;font-size:12px;color:#686868;}
  /* 이미지 경영 css End */

  /* 개인이미지경영교육프로그램 css Start */
    .ppoim_bg {padding-bottom: 130px;}
    .sub_contents .ppoim_bg {position: absolute; background: url(/img/sub/eng/subpage03_03_01_bg.gif) no-repeat; width: 435px; height: 86px; top: 60px; right: 0; z-index: -1;}
    .ppoim_txt_box{background-color: #eee; padding: 20px 30px;}
    .ppoim_tbimg {margin-bottom: 20px;height:380px;}
    .ppoim_tbimg ul .ptb_left {float: left; width: 27%;}
    .ppoim_tbimg ul .ptb_right {float: left; width: 73%;}
    .ppoim_tbimg ul .ptb_right .tb_txt1, .ppoim_tbimg ul .ptb_right .tb_txt2 {letter-spacing:-0.045em}
    .ppoim_img_list {width:100%;clear:both;}
    .ppoim_img_list ul{display:table;}
    .ppoim_img_list ul li{float: left; padding-right: 21px; padding-top: 15px;}
    .ppoim_img_list .pil_end {padding-right: 0; padding-top: 15px;}
    .ppoim_copyright {margin-left:310px;clear:both;display:table;}
    .ppoim_copyright li{float:left;}
    .tb_type2{border-spacing: 0; border-collapse: collapse; width: 100%; margin: 20px 0 0 0;}
    .nomg {margin:0px;}
    .tb_type2 thead tr th {background-color: #f8f8f8; border: 1px solid #7a7a7a; font-size: 15px; line-height: 22px; padding: 5px 0; font-weight: bold; text-align: center;}
    .tb_type2 tbody tr td {border: 1px solid #7a7a7a; font-size: 13px; line-height: 22px; height: 40px; text-align: center;}
    .tb_type2 tbody tr td p {font-size: 18px;}
  /* 개인이미지경영교육프로그램 css End */
  .spe_img {padding-bottom: 130px;}
  .spe_bg {position: absolute; background: url(/img/sub/eng/subpage03_04_01_bg.gif) no-repeat; width: 640px; height: 84px; top: 50px; right: 0; z-index: -1;}
/**/

/* 연구 css Start */
  /* 논문 css Start */
    .pt_box_bg3{background: url(/img/sub/subpage_04_02_01_bg.gif); width: 41px; height: 40px; margin-left: 482px;}
    .sub_div .paper_box{position: relative; overflow: hidden; width: 100%; margin-bottom: 30px;}
    .sub_div .paper_box .paper_row {}
    .paper_line{position: absolute; border: solid #f9b40c; border-width: 0 2px 0 2px;  top:0; left: 50%; height: 1012px;}

    .pt_box_left {position: relative; margin-right: 50%;}
    .pt_box_left .pt_box_bg1{position: absolute; width: 13px; height: 26px; background: url(/img/sub/subpage_04_02_04_bg.gif); z-index: 10; left: 468px; top: 50%;}
    .pt_box_left .pt_box_bg2{position: absolute; width: 22px; height: 22px; background: url(/img/sub/subpage_04_02_02_bg.gif); z-index: 10; left: 491px; top: 50%;}
    .pt_box_left ul {position: relative; border: 2px solid #ebeae6; background-color: #f4f3ef; padding: 20px 20px; margin-right: 30px; }
    .pt_box_left .pt_date {color:#000; font-size:48px; font-family: 'Dancing Script', serif; font-weight: bold; text-align: center; }
    .pt_box_left .pt_info {font-size: 12px; color: #333; line-height: 20px; }

    .pt_box_right {position: relative; margin-left: 50%;}
    .pt_box_right .pt_box_bg1{position: absolute; width: 13px; height: 26px; background: url(/img/sub/subpage_04_02_03_bg.gif); z-index: 10; left: 19px; top: 50%;}
    .pt_box_right .pt_box_bg2{position: absolute; width: 22px; height: 22px; background: url(/img/sub/subpage_04_02_02_bg.gif); z-index: 10; left: -9px; top: 50%;}
    .pt_box_right ul {position: relative; border: 2px solid #ebeae6; background-color: #f4f3ef; padding: 20px 20px; margin-left: 30px; }
    .pt_box_right .pt_date {color:#000; font-size:48px; font-family: 'Dancing Script', serif; font-weight: bold; text-align: center; }
    .pt_box_right .pt_info {font-size: 12px; color: #333; line-height: 20px; }

    .pt_box_left.box_1{margin-top: 50px;}
    .pt_box_left.box_2{margin-top: -100px;}
    .pt_box_left.box_3{margin-top: -10px;}
    .pt_box_right.box_1{margin-top: -100px;}
    .pt_box_right.box_2{margin-top: -10px;}
  /* 논문 css End */

  /* 제품 css Start */
    .sub_div .sub_box .product_subject {padding-top:50px;font-size: 18px; line-height: 20px; clear:both;}
    .sub_div .sub_box .product_subject span{color:#0d98ab;font-weight:500;}
    .sub_div .sub_box .product_contents {font-size: 14px; line-height: 20px; color: #333; margin-top: 13px;}
    .sub_div .sub_box .product_contents p {text-align: right; padding: 10px 0; font-weight: 500;}
    .pd_align {padding: 20px 1%;}

    .sub_div .sub_box .product_img1 {
      position: relative; overflow: hidden; width: 100%; border: solid #DFDFDF;
      border-width: 0 0 1px 0 ; padding-bottom: 41px;
    }
    .sub_div .sub_box .product_img1 div .img_left {width: 465px; float: left; margin-right: 24px;}
    .sub_div .sub_box .product_img1 div .img_left li {margin-right: 12px; margin-bottom: 8px;}
    .sub_div .sub_box .product_img1 div .img_left li.img_end {margin-right: 0;}
    .sub_div .sub_box .product_img1 div .img_right {width: 501px; float: right;}
    .sub_div .sub_box .product_img1 div ul li {float: left;}

    .sub_div .product_box .product_img2{
      background: url(/img/sub/eng/subpage04_03_09.jpg) no-repeat; background-position: center center; width: 100%; height: 457px;
      border: solid #DFDFDF; border-width: 0 0 1px 0 ; padding-bottom: 49px;
    }
    .sub_div .sub_box .product_img3{position: relative; overflow: hidden; width: 100%;}
    .sub_div .sub_box .product_img3 div .img_left li{float: left;}
    .sub_div .sub_box .product_img3 div .img_left li img{float: left; padding-left: 19px;}
  /* 제품 css End */

  /* 사업재산권 css Start */
    .sub_div .sub_box .row {position: relative; overflow: hidden;}
    .sub_div .sub_box .row .property_rows {margin: 10px 0; position: relative; overflow: hidden;}
    .sub_div .sub_box .row .property_rows ul {position: relative; overflow: hidden;}
    .sub_div .sub_box .row .property_rows ul li {color: #333; font-size: 14px; line-height: 20px;}
    .sub_div .sub_box .row .property_rows ul .pro_img {float: left; border: 1px solid #ccc; padding: 15px 37px; margin-right: 22px; height: 162px;}
    .sub_div .sub_box .row .property_rows ul .pro_title{float: left; border: 1px solid #ccc; height: 191px; width: 250px; margin-right: 16px;}
    .sub_div .sub_box .row .property_rows ul .pro_title p {padding-top: 55px; text-align: center;}
    .sub_div .sub_box .row .property_rows ul .pro_info{float: left; border: 1px solid #ccc; height: 191px; width: 518px; text-align: center;}
    .sub_div .sub_box .row .property_rows ul .pro_info p {padding-top: 60px;}
    .sub_div .sub_box .row .property_rows ul .pro_title .property_info {position: absolute; background-color: #3C3C3C; color: #fff; font-size:14px; font-weight: bold; padding: 2px 10px;}
  /* 사업재산권 css End */
/* 연구 css End */

/* 공연 css Start */
  /* 김혜리 이미지 콘서트 css Start */
    .sub_div .sub_page{font-size: 14px; line-height: 50px;}
    .sub_div .concert_box {position: relative; overflow: hidden; border: solid #e1e1e1; border-width: 2px 0 0 0;}
    .sub_div .concert_box .concert_subject1{position: relative; font-size: 18px; line-height: 40px; color: #333; /*font-family: 'Dancing Script', cursive; font-weight: 500;*/}
    .sub_div .concert_box .concert_subject2{position: relative; font-size: 55px; font-weight: 500; font-family: 'Dancing Script', cursive; color: #000;}
    .sub_div .concert_box .concert_subject2 .concert_sel_box {position: absolute; top: -35px; right: 0; font-family: 'Open Sans', serif; cursor:pointer; font-weight:bold;}
    .sub_div .concert_box .concert_subject2 .concert_sel_box ul li {
      width: 196px; height: 47px; line-height: 47px; font-size: 14px; border: 1px solid #ccc; padding-left: 20px;
      background: url(/img/sub/select_box_bg.gif); cursor:pointer;
     }
    .sub_div .concert_box .concert_subject3{position: relative; font-size: 14px; line-height: 20px; color: #333; margin-bottom: 36px;}
    .sub_div .concert_box .concert_img_txt1 {margin: 40px 0; color: #333; font-size: 13px; line-height: 20px; }
    .sub_div .concert_box .concert_img_txt1 p {font-size: 18px; line-height: 20px; color: #000; padding: 0; margin: 0;}
    .sub_div .concert_box .concert_img{margin-bottom: 52px; border: solid #e1e1e1; border-width: 1px; height: 458px; }
    .sub_div .concert_box .concert_img div {padding: 50px 0 0 32px;}
    .sub_div .concert_box .concert_img p {font-size: 18px; line-height: 20px; padding: 0; margin: 0;}
    .sub_div .concert_box .concert_img p span {font-size: 20px; color: #0d98ab;}
    .sub_div .concert_box .concert_img img {right: 0; position: absolute;}
    .sub_div .concert_box .concert_img2 {margin-bottom: 30px;}
    .sub_div .concert_box .concert_info{font-size: 13px; line-height: 20px; color: #333;}
    .sub_div .concert_box .concert_info span{font-size: 14px; color: #0d98ab;}

  /* 김혜리 이미지 콘서트 css End */

  /* 김혜리 보이는 토크 css Start */
    .sub_div .talk_box{position: relative; overflow: hidden; border: solid #c4c4c4; border-width: 2px 0 0 0;}

    .sub_div .talk_box .talk_subject {position: relative; font-size: 55px; font-weight: 300; font-family: 'Dancing Script', serif; color: #000; padding: 48px 0 ;}
    .sub_div .talk_box .talk_subject .talk_sel_box {position: absolute; top: 5px; right: 0; font-family: 'Open Sans', serif; cursor:pointer; font-weight:bold;}
    .sub_div .talk_box .talk_subject .talk_sel_box ul li {
      width: 196px; height: 47px; line-height: 47px; font-size: 14px; border: 1px solid #ccc; padding-left: 20px;
      background: url(/img/sub/select_box_bg.gif); cursor:pointer;
    }

    .sub_div .talk_box .talk_contents{position: relative; overflow: hidden; border: 0px solid #e1e1e1; margin-bottom: 30px;}
    .sub_div .talk_box .talk_contents .talk_info{float: left; font-size: 14px; line-height: 20px; padding:50px; color: #323232; }
    .sub_div .talk_box .talk_contents .talk_info p{font-size: 18px; font-weight: bold; line-height: 20px;}
    .sub_div .talk_box .talk_contents .talk_info .ft_16 { font-weight:normal; }
    .sub_div .talk_box .talk_contents .talk_info span{color: #0d98ab; font-family: 'Dancing Script', cursive; font-size: 22px; font-weight: bold;}
    .sub_div .talk_box .talk_contents .talk_info .t_icon{position: absolute; margin-left: 425px; margin-top:-50px;}
    .sub_div .talk_box .talk_contents .talk_img{float: right;margin:45px 170px 0px 0px;}
  /* 김혜리 보이는 토크 css End */
/* 공연 css End */
  .book_top_img {position: relative; overflow: hidden; margin: 0 0 30px 0; background: url(/img/sub/book_bg.png) no-repeat 0 125px; height: 180px;}
  .book_top_img ul {position: relative; overflow: hidden; width: 770px; margin: auto;}
  .book_top_img ul li {float: left;}
  .book_top_img ul li img {padding: 0; margin:0 28px; max-height: 130px; border:1px solid #ccc; box-shadow:4px 5px 10px gray; -moz-box-shadow:4px 0px 10px gray; -webkit-box-shadow:4px 0px 10px gray;}
  .list_row{position: relative; overflow: hidden;}
  .list_row .list_box {position: relative; overflow: hidden; padding:0 15px;}
  .list_row .list_box .book_img{float: left; width: 170px; text-align:center;}
  .list_row .list_box .book_img img{width: 130px;border:1px solid #ccc;}
  .list_row .list_box .book_info{float: left; width: 760px;}
  .list_row .list_box .book_info .book_subject{font-size: 18px; font-weight: bold; vertical-align: top; color: #777;  padding-top: 30px; padding-left:30px;}
  .list_row .list_box .book_info .book_subject span {padding: 0.5px; font-weight: 100; color: #bbbbbb;}
  .list_row .list_box .book_info .book_contents{padding-top: 15px; padding-left:30px;}


  .con_list div {position: relative; overflow: hidden;}
  .con_list div ul {position: relative; overflow: hidden; width: 100%; margin: 5px 0;}
  .con_list div ul li {float: left; border: 1px solid #ccc;}
  .con_list div ul .con_list_info1 {width:290px; height: 247px;margin: 0 5px;}
  .con_list div ul .con_list_info1 div {padding: 0 0 0 10px; line-height: 18px;}
  .con_list div ul .con_list_info1 div b {line-height: 40px;}
  .con_list div ul .con_list_info2 {width:405px; height: 247px;}

  .con_list div ul .con_list_info2 {line-height: 18px;}
  .con_list div ul .con_list_info2  b {line-height: 30px;}
  .con_list div ul .con_list_info2 .ba1{padding:5px 10px;}
  .con_list div ul .con_list_info2 .ba2{padding:5px 10px;}
  .con_list div ul .con_list_info2 .ba3{padding:0px 10px;}
  .con_list div ul .con_list_info2 .ba4{padding:5px 10px;}
  .con_list div ul .con_list_info2 .ba5{padding:5px 10px;}

  .tb_type3 {border-spacing: 0; border-collapse: collapse; width: 100%; margin: 20px 0;}
  .tb_type3 thead tr th {border: solid #A0A0A0; border-width: 0 0 2px 0; text-align: left; padding: 10px 20px;}

  .tb_type3 tbody tr th {background-color: #e1e1e1; height: 50px; width: 120px; border: solid #A0A0A0; border-width: 0 0 1px 0;}
  .tb_type3 tbody tr td {padding:0 15px; border: solid #A0A0A0; border-width: 0 0 1px 0;}
  .tb_type3 tbody tr td input {width: 200px; padding: 5px 2px; border: 2px solid #e1e1e1;}
  .tb_type3 tbody tr td .input_tel {width: 200px; padding: 5px 2px; border: 2px solid #e1e1e1;}
  .tb_type3 tbody tr td .input_email {width: 100px; padding: 5px 2px; border: 2px solid #e1e1e1;}
  .tb_type3 tbody tr td .input_addr {width: 280px; padding: 5px 2px; border: 2px solid #e1e1e1;}
  .tb_type3 tbody tr td .input_radio {width: 30px; border: none; padding: 0;}
  .tb_type3 tbody tr td .input_txt {width: 100%; height: 150px; padding:0; margin:15px 0 ; border: 2px solid #e1e1e1;}
  .tb_type3 tbody tr td .btn_addr_search{padding:5px 10px; border:1px solid #ccc; background-color: #0D98AB; color: #fff;}

  .sub_contents .con_bg{position: absolute; background: url(/img/sub/subpage07_04_01_bg.jpg) no-repeat; width: 277px; height: 209px; top: -2px; right: 0; z-index: -1;}
  .btn_area{text-align: center;}
  .btn_sub_ok{ text-align: center; color: #fff; font-weight: bold; cursor:pointer; background-color: #0D98AB; border: 2px solid #0D98AB; padding: 5px 20px;}


  .sub_row{position: relative; overflow: hidden; border: solid #e1e1e1; border-width: 0 0 2px 0; height: 220px; margin-top: 15px;}
  .sub_row p {float: left; font-size: 40px; font-weight: bold; position: absolute; top: 70px;}
  .sub_row div {position: relative; overflow: hidden; float: left; margin-left: 120px;}
  .sub_row div ul {float: left; margin: 5px 0;}
  .sub_row div ul li{width: 200px; text-align: center; padding: 0 10px;}
  .sub_row div ul li img{margin-bottom: 10px;}
  .sub_row.list_2 {height: 440px;}
  .sub_row.list_2 p {top: 140px;}

  .act_box li {position: relative; overflow: hidden; border-bottom: 1px solid #e1e1e1;}
  .act_box li span {float: left; font-size: 40px; font-weight: bold; position: relative; margin-right: 30px; margin-top: 5px;}
  .act_box li ul {width:86%;float: left; margin: 15px 0;}
  .act_box li ul li {width: 100%; text-align: left; padding: 10px 10px; float:left; border-bottom: 0px dashed #e1e1e1;  }
  .act_box li ul li p {line-height:145%;display:table-cell;}
  .act_box li ul li img{float:left;margin:0px 10px 0px 0px;}
  .act_box .act_line {border-width: 1px;}


  .td_type4{border-spacing: 0; border-collapse: collapse; width: 100%;}
  .td_type4 thead tr th {background-color: #f8f8f8; border: 1px solid #e3e3e3; line-height: 45px; text-align: center;}
  .td_type4 tbody tr td {border: 1px solid #e3e3e3; padding: 15px 30px; padding-right:0px; width: 50%; vertical-align: top;}

  .year_box{position: absolute; z-index: 10;}
  .year_box ul {position: relative;}
  .year_box ul li {float: left; border: solid #c4c4c4; border-width: 2px 0 0 0; width: 200px; font-size: 16px; line-height: 30px; font-weight: bold; text-align: center; cursor: pointer;}
  .year_box ul .action {border: solid #50a59e; border-width: 2px 0 0 0;}

  .sub_contents .line_1 {position: absolute; font-size: 36px; top: 60px;}
  .sub_contents .line_2 {position: absolute; font-size: 36px; top: 60px;}
  .sub_contents .recode_info {margin: 0 0 20px 230px;}

  .sub_contents .recode_img {position: relative; overflow: hidden; margin-bottom: 15px;}
  .sub_contents .recode_img ul{position: relative; overflow: hidden; margin: 0 30px;}
  .sub_contents .recode_img ul li{float:left; width:300px; margin: 0 6px;}


.iagif_info {position: relative; overflow: hidden;}
.iagif_info .iagif_info1 {position: relative; overflow: hidden; padding: 20px 0; width: 800px; margin: auto;}
.iagif_info .iagif_info1 li {float: left; width:200px; padding: 0 10px 0 50px;; line-height: 20px;}
.iagif_info .iagif_info1 li p{font-size: 25px; line-height: 50px; height: 100%;}
.iagif_info .iagif_info1 li p b{font-size: 50px; line-height: 50px; color:#0D98AB;}
.iagif_info .iagif_info2 {position: relative; overflow: hidden;  padding: 20px 0; width: 600px; margin: auto;}
.iagif_info .iagif_info2 li {float: left; width:250px; padding: 0 10px 0 40px; line-height: 20px;}
.iagif_info .iagif_info2 li p{font-size: 25px; line-height: 50px; height: 100%;}
.iagif_info .iagif_info2 li p b{font-size: 50px; line-height: 50px; color:#0D98AB;}
.iagif_msg{font-size: 12px !important; line-height: 14px; height: 100% !important; text-align: right;}