@charset 'utf-8';
@import url(common.css);

body {
  overflow-y: scroll;
}
#wrap {
  min-width: 1140px;
  background: #fff;
  margin: 0px auto;
  /* padding-left: 50px;
  padding-right: 50px; */
}
.contents {
  position: relative;
  width: 1140px;
  /* width: 100%; */
  margin: 0 auto;
}

.contents .dday { text-align: right; font-size: 16px;}

.sp60 {
  padding: 60px 0;
}

#header {
  position: relative;
}
#header .contents {
  padding: 20px 0;
}
#header .contents:after {
  content: "";
  display: block;
  clear: both;
}
#header .logo {
  float: left;
  padding-top: 20px;
}
#header .logo img {
  vertical-align: top;
}
#header .logo_sub {
  float: left;
  padding: 13px 0;
}
#header .logo_sub img {
  vertical-align: top;
}
#header .gnb {
  float: right;
}
#header .gnb > li {
  position: relative;
  float: left;
  margin: 40px 30px 0;
}
#header .gnb > li > a {
  /* 서브메뉴 글자 */
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  font-size: 17px;
  z-index: 40;
}
#header .gnb > li > a:after {
  display: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0f2554;
}
#header .gnb > li .depth {
  display: none;
  position: absolute;
  top: -60px;
  left: 50%;
  width: 120px;
  margin-left: -60px;
  padding: 110px 0 32px;
  background: #0f2554;
  z-index: 30;
}
#header .gnb > li .depth li {
  line-height: 30px;
  text-align: center;
}
#header .gnb > li .depth li a {
  display: inline-block;
  position: relative;
  color: #cdd8e0;
  font-size: 13px;
  line-height: 1;
  z-index: 30;
}

#header .gnb > li .depth li:hover a,
#header .gnb > li .depth li.on a {
  color: #fff;
}

#header .gnb > li .depth li:hover a:after,
#header .gnb > li .depth li.on a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
}
#header .gnb > li:hover > a,
#header .gnb > li.on:hover > a {
  /* ???? */
  color: #fff;
}
#header .gnb > li.no_depth:hover > a {
  /* ?????? */
  color: #0f2554;
}
#header .gnb > li.on > a {
  /* ???? */
  color: #0f2554;
}
#header .gnb > li.on > a:after,
#header .gnb > li:hover > a:after {
  display: block;
}
#header .gnb > li:hover .depth {
  display: block;
}
#header .gnb > li:not(.no_depth):hover > a:after {
  display: none;
}

.main #header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}

#container {
  padding: 100px 0 60px;
  background: #efeff2;
}
.main #container {
  padding: 0;
  background: #fff;
}

.main_disclosure > li {
  font-size: 16px;
  width: 280px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-bottom: 10px;
  list-style: none;
  text-align: left;
  line-height: 1.4em;
}

#footer .contents {
  padding: 36px 0 33px 0px;
  background: url(../img/common/footer_logo.png) no-repeat 0 50%;
}
#footer .foot_info {
  line-height: 20px;
}
#footer .foot_info dt {
  color: #333;
  margin-left: 200px;
  width: 140px;
  float: left;
}
#footer .foot_info dd li {
  float: left;
  margin-right: 5px;
  color: #888;
  font-size: 13px;
  letter-spacing: 0;
}
#footer .foot_info dd li:first-child {
  letter-spacing: -1px;
}
#footer .copyright {
  margin-top: 10px;
  margin-left: 200px;
  color: #999;
  font-size: 12px;
  letter-spacing: 0;
}
#footer .copyright span {
  color: #666;
}
#footer .btn_guide {
  position: absolute;
  top: 30px;
  right: 0;
  width: 118px;
  height: 30px;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #e1e1e1;
}

/* ceo 인사말 */
/*  210322 주석
.ceo {
  background: linear-gradient(to right, rgba(239, 239, 242, 0) 10%, rgba(239, 239, 242, 0.25) 25%, rgba(239, 239, 242, 0.5) 50%, rgba(239, 239, 242, 0.75) 75%, rgba(239, 239, 242, 1) 100%),
    url(../img/sub/ceo_background.jpg) !important;
  background-size: cover !important;
}

.ceo_body {
  display: flex;
}

#ceo_title {
  font-size: 52px;
  padding-top: 15px;
  padding-left: 15px;
  flex: 60%;
}

#ceo_desc {
  padding-left: 20%;
  font-size: 17px;
  line-height: 210%;
}

#ceo_desc::first-letter {
  font-size: 48px;
}

#ceo_name_1 {
  text-align: right;
  padding-top: 5%;
  padding-right: 3%;
  font-size: 20px;
}

#ceo_name_2 {
  text-align: right;
  padding-top: 15px;
  padding-bottom: 20px;
  padding-right: 3%;
  font-size: 20px;
} */
/* 210322 추가 */
.ceoArea {
  padding: 80px 0 120px 0;
}
.ceoArea .ceo_txt {
  padding-left: 458px;
}
.ceoArea .ceo_txt.bg2 {
  background: url(../img/sub/bg_ceo1.png) no-repeat 93px 0;
  min-height: 433px;
}
.ceoArea .ceo_txt strong {
  padding-left: 61px;
  display: block;
  color: #0f2554;
  line-height: 34px;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 20px;
  transform: translateY(-5px);
  letter-spacing: -1.2px;
}
.ceoArea .ceo_txt ul {
  position: relative;
  padding-left: 61px;
}
/* .ceoArea .ceo_txt ul:after{display: block;content:'';position: absolute;left: 0;bottom: 0;width: 670px;height: 2px;background: #d4ab57;	} */
.ceoArea .ceo_txt ul li {
  font-size: 16px;
  color: #222;
  line-height: 24px;
  margin-bottom: 30px;
  letter-spacing: -0.5px;
}
.ceoArea .ceo_txt ul li:last-child {
  margin-bottom: 0;
}
.ceoArea .ceo_txt ul li.ceo_txt_last {
  font-size: 16px;
  color: #222;
  line-height: 26px;
}
.ceoArea .ceo_txt ul li.ceo_txt_last span {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 13px;
  padding-left: 11px;
}

/* 인력현황 */
.manpower_area {
  padding: 60px 0 90px 0;
}
.manpower_area > ul {
  overflow: hidden;
}
.manpower_area > ul > li {
  float: left;
  width: 32.1%;
  padding: 45px 40px 20px 40px;
  box-sizing: border-box;
  margin-right: 20px;
  margin-bottom: 30px;
  height: 250px;
  background: #fff;
}
.manpower_area > ul > li.manpower_3 {
  margin-right: 0;
}
.manpower_area > ul > li.manpower_6 {
  margin-right: 0;
}
.manpower_area > ul > li > ul > li.manpower_tit {
  overflow: hidden;
  border-bottom: 2px solid;
  border-bottom-color: #151515;
}
.manpower_area > ul > li > ul > li.manpower_tit h4 {
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 15px;
  letter-spacing: -1px;
}
.manpower_area > ul > li > ul > li.manpower_tit h5 {
  font-size: 16px;
  padding-bottom: 20px;
  font-weight: 400;
  color: #555;
}
.manpower_area > ul > li > ul > li.manpower_tit strong {
  font-weight: bold;
}
.manpower_area > ul > li > ul > li.manpower_tit span {
  display: inline-block;
  padding-top: 4px;
  font-weight: 400;
  vertical-align: bottom;
  font-size: 16px;
  float: right;
}
.manpower_area > ul > li > ul > li.manpower_txt {
  padding: 38px 0 0 0;
  height: 200px;
  box-sizing: border-box;
}
.manpower_area > ul > li.manpower_1 > ul > li.manpower_txt {
  height: 270px;
}
.manpower_area > ul > li.manpower_2 > ul > li.manpower_txt {
  height: 270px;
}
.manpower_area > ul > li.manpower_3 > ul > li.manpower_txt {
  height: 270px;
}
.manpower_area > ul > li > ul > li.manpower_txt dl {
  line-height: 25px;
}
.manpower_area > ul > li > ul > li.manpower_txt dl dt {
  font-size: 16px;
  font-weight: bold;
  margin-top: 16px;
}
.manpower_area > ul > li > ul > li.manpower_txt dl dd {
  position: relative;
  padding-left: 9px;
}
.manpower_area > ul > li > ul > li.manpower_txt dl dd:after {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 5px;
  position: absolute;
  top: 11px;
  left: 0;
}
.manpower_area > ul > li > ul > li.manpower_txt dl dd.manpower_txt_2st {
  line-height: 18px;
  margin-bottom: 7px;
  margin-top: 2px;
}
.manpower_area > ul > li > ul > li.manpower_txt dl dd.manpower_txt_2st:after {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 5px;
  position: absolute;
  top: 8px;
  left: 0;
}
.manpower_area > ul > li > ul > li.manpower_subtxt {
  padding-top: 30px;
}
.manpower_area > ul > li > ul > li.manpower_subtxt ul li {
  position: relative;
  font-size: 14px;
  margin-bottom: 30px;
  background: url(../img/sub/img/ico_ballut.png) no-repeat center center;
}
.manpower_area > ul > li > ul > li.manpower_subtxt ul li:after {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 5px;
  position: absolute;
  top: 8px;
  left: 50px;
}
.manpower_area > ul > li > ul > li.manpower_subtxt ul li span {
  padding-left: 60px;
}
.manpower_area > ul > li > ul > li.manpower_subtxt ul li strong {
  display: inline-block;
  font-size: 16px;
  padding-right: 30px;
}

/* main */
.main_visual {
  position: relative;
  overflow: hidden;
  margin-top: 130px;
}
.main_visual .bx-pager,
.owl-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}
.main_visual .bx-pager .bx-pager-item,
.owl-dots .owl-dot {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  vertical-align: top;
}
.main_visual .bx-pager .bx-pager-item a,
.owl-dots .owl-dot span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 auto;
  font-size: 0;
  text-indent: -9999px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.4;
}
.main_visual .bx-pager .bx-pager-item a.active,
.owl-dots .owl-dot.active span {
  width: 100%;
  height: 100%;
  margin-top: 0;
  opacity: 1;
}
/* .main_visual .visual li{height:700px} */
.main_visual .visual li {
  height: 630px;
}
.main_visual .visual .bg01 {
  background: url(../img/main/main_visual01.jpg) no-repeat 50% 0;
}
.main_visual .visual .bg02 {
  background: url(../img/main/main_visual02.jpg) no-repeat 50% 0;
}
.main_visual .visual .bg03 {
  background: url(../img/main/main_visual03.jpg) no-repeat 50% 0;
}
.main_visual .visual .visual_txt {
  position: relative;
  width: 1140px;
  margin: 0 auto;
  padding-top: 230px;
}

.main_visual .visual .visual_txt dt {
  padding: 30px 40px;
  font-size: 44px;
  text-align: left;
  font-weight: 500;
  line-height: 52px;
  margin-bottom: 3px;
  color: #fff;
}

.main_visual .visual .visual_txt img {
  width: auto;
}
.main_visual .visual .visual_txt dd {
  margin-top: 28px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}
.main .sec {
  text-align: center;
}
.main .sec > dt {
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 300;
}
.main .sec > dd > .txt {
  margin-bottom: 25px;
  color: #999;
  font-size: 13px;
  font-weight: 300;
}
.main .sec_notice {
  position: relative;
  padding: 60px 0;
}
.main .sec_notice > dt {
  float: left;
}
.main .sec_notice > dd > .txt {
  position: absolute;
  top: 102px;
  left: 0;
}
.main .sec_notice > dd .btn_more {
  position: absolute;
  bottom: 54px;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../img/main/bg_more.gif) no-repeat 50% 50%;
}
.main .sec_notice > dd .notice_list {
  overflow: hidden;
}
.main .sec_notice > dd .notice_list li {
  float: left;
  width: 272px;
  margin-left: 65px;
  text-align: left;
}
.main .sec_notice > dd .notice_list li dl dt {
  overflow: hidden;
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .sec_notice > dd .notice_list li dl dd {
  margin-top: 11px;
}
.main .sec_notice > dd .notice_list li dl dd .txt {
  overflow: hidden;
  height: 40px;
  margin-bottom: 15px;
  color: #777;
  line-height: 20px;
  word-break: break-all;
}
.main .sec_notice > dd .notice_list li dl dd .date {
  color: #999;
  font-size: 12px;
  letter-spacing: -0.5px;
}
.main .sec_col {
  padding: 59px 0 80px;
  border-top: 1px solid #e1e1e1;
}
.main .sec_col > li {
  margin-left: 60px;
}
.main .sec_col > li:first-child {
  margin-left: 0;
}
.main .company_menu {
  padding-right: 40px;
  margin-top: 50px;
}
.main .company_menu li {
  width: 90px;
  margin-left: 75px;
  background: url(../img/main/bg_company.gif) no-repeat;
}
.main .company_menu li:first-child {
  margin-left: 0;
}
.main .company_menu li:first-child span {
  width: 93px;
}
.main .company_menu li span {
  display: block;
  padding-top: 100px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -1px;
}
.main .company_menu li.bg01 {
  background-position: 0 0;
}
.main .company_menu li.bg02 {
  background-position: -165px 0;
}
.main .company_menu li.bg03 {
  background-position: -330px 0;
}
.banner_area {
  padding: 21px 0;
  background: #f6f6f6;
}
.banner_area .bx-controls-direction a {
  position: absolute;
  top: 0;
  width: 7px;
  height: 100%;
  font-size: 0;
  text-indent: -9999px;
  z-index: 10;
}
.banner_area .bx-controls-direction a.bx-prev {
  left: 0;
  background: url(../img/main/btn_prev.gif) no-repeat 0 50%;
}
.banner_area .bx-controls-direction a.bx-next {
  right: 0;
  background: url(../img/main/btn_next.gif) no-repeat 0 50%;
}
.banner_area .banner:after {
  content: "";
  display: block;
  clear: both;
}
.banner_area .banner li {
  position: relative;
  float: left;
  width: 190px;
  text-align: center;
}
.banner_area .banner li:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #e1e1e1;
}
.banner_area .banner li a {
  display: block;
  color: #888;
  font-size: 16px;
  line-height: 18px;
}
.banner_area .banner li a:hover {
  color: #222;
}

/* sub */
.page_tit {
  font-size: 48px;
  font-weight: 300;
  text-align: center;
}

/* 회사소개 */
/* DISCOVERY */
/* #container.sub01 {
  background: #f0f1f2 url(../img/sub/bg_kingsley02.png) no-repeat 50% 0;
} */
/* .discovery_area {
  padding: 57px 0 130px;
  text-align: center;
}
.discovery_area .txt {
  padding-top: 90px;
  color: #25245d;
  font-size: 16px;
  line-height: 22px;
  background: url(../img/sub/bg_discovery01.gif) no-repeat 50% 0;
}
.discovery_area .discovery_list {
  margin-top: 57px;
  background: url(../img/sub/bg_kingsley.png) no-repeat 50% 0;
}
.discovery_area .discovery_list li {
  padding-top: 190px;
  font-size: 16px;
  line-height: 22px;
  color: #052a48;
} */
/*.discovery_area .discovery_list li dl dt{font-size:18px;line-height:24px}
.discovery_area .discovery_list li dl dd{margin-top:20px;color:#666;line-height:18px}*/
/* .discovery_area .discovery_list li.bg01 {
  margin-left: -4px;
}
.discovery_area .discovery_list li.bg02 {
  margin-left: 95px;
}
.discovery_area .discovery_list li.bg03 {
  margin-right: 114px;
  margin-left: 94px;
}
.discovery_area .discovery_list li.bg04 {
  margin-right: -80px;
} */
/* 회사개요 */
.company_area {
  padding: 90px 0 140px 0;
  text-align: center;
}
.company_area h4 {
  font-size: 32px;
  color: #003d78;
  margin-bottom: 25px;
  font-weight: 300;
}
.company_area h4 span {
  color: #ec008c;
}
.company_area .info p.company_p {
  font-size: 24px;
  color: #0f2554;
  font-weight: 300;
  text-decoration: underline;
  margin-bottom: 30px;
}
.company_area .info .company_info {
  padding: 0 10px;
}
.company_area .info .company_info::after {
  display: block;
  content: "";
  clear: both;
}
.company_area .info .company_info dl {
  float: left;
  width: 25%;
  background: url(../img/sub/company_ico01.png) no-repeat;
  padding-top: 110px;
}
.company_area .info .company_info dl:nth-child(1) {
  background-position: 91px 0;
}
.company_area .info .company_info dl:nth-child(2) {
  background-position: -138px 0;
}
.company_area .info .company_info dl:nth-child(3) {
  background-position: -358px 0;
}
.company_area .info .company_info dl:nth-child(4) {
  background-position: -580px 0;
}
.company_area .info .company_info dl:nth-child(5) {
  background-position: -810px 0;
  margin-right: 0;
}
.company_area .info .company_info dl dt {
  position: relative;
  padding-bottom: 12px;
}
.company_area .info .company_info dl dt:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 10px);
  width: 20px;
  height: 2px;
  background: #1c5094;
}
.company_area .info .company_info dl dd {
  margin-top: 25px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
/* .company_area .info .company_info dl dd:nth-child(2) {background:url(../img/sub/underbar.png) no-repeat; width:20px; height:5px;  margin:-10px 0 0 70px;} */
.company_area .info .company_area_info {
  padding-top: 60px;
}
.company_area .info .company_area_info::after {
  display: block;
  content: "";
  clear: both;
}
.company_area .info .company_area_info > li {
  float: left;
  width: calc(50% - 15px);
  text-align: left;
  padding: 28.3px 0 28.3px 60px;
  box-sizing: border-box;
  height: 120px;
}
.company_area .info .company_area_info > li:first-child {
  background-color: #fff;
  margin-right: 30px;
}
.company_area .info .company_area_info > li:last-child {
  background-color: #0f2554;
}
.company_area .info .company_area_info > li dl::after {
  display: block;
  content: "";
  clear: both;
}
.company_area .info .company_area_info > li dl dt {
  float: left;
  margin-right: 40px;
  font-size: 26px;
  margin-top: 14px;
}
.company_area .info .company_area_info > li dl dd {
  float: left;
}

.company_area .info .company_area_info > li:last-child dl dt {
  color: #fff;
}
.company_area .info .company_area_info > li:last-child .company_business {
  color: #fff;
  margin: 0 0 0 4px;
}
.company_area .info .company_area_info > li:last-child .company_business ul {
  padding-left: 4px;
}
.company_area .info .company_area_info > li:last-child .company_business ul li {
  position: relative;
  padding-left: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.company_area .info .company_area_info > li:last-child .company_business ul li:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  background: #fff;
}
.company_area .info .company_area_info > li:last-child .company_business p {
  font-size: 14px;
}
.company_area .info .company_area_info > li:last-child .company_image {
  background: url(../img/sub/company_ico03.png) no-repeat;
  width: 80px;
  height: 80px;
  margin-left: 70px;
  margin-top: 3px;
}
.company_area .info .company_area_info > li dl dd h6 {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 400;
  margin-top: 10px;
}
.company_area .info .company_area_info > li dl dd p {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 24px;
}
.company_area .info .company_area_info > li dl dd p span {
  font-size: 14px;
  font-weight: normal;
  display: block;
  margin-top: 7px;
}
.company_area .info .history {
}
.company_area .info .history h5 {
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 40px;
}
.company_area .info .history .history_list {
  background: url(../img/sub/company_history.png) no-repeat 50% 48px;
  text-align: left;
  margin-right: 50px;
}
.company_area .info .history .history_list .y {
  padding-top: 80px;
}
.company_area .info .history .history_list li .txt strong {
  font-size: 16px;
  display: inline-block;
  position: relative;
}
.company_area .info .history .history_list li .txt strong::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #222;
  bottom: 0;
  left: 0;
}
.company_area .info .history .history_list li .txt span.mgtit {
  font-size: 24px;
  margin-bottom: 15px;
  color: #0f2554;
  display: block;
  padding: 0;
  font-weight: 500;
}
.company_area .info .history .history_list li .txt span {
  font-size: 16px;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.6em;
}
.company_area .info .history .history_list li .txt p:nth-child(1) {
  width: 425px;
  margin-bottom: 48px;
  margin-top: -20px;
  text-align: right;
  padding-left: 49px;
}
.company_area .info .history .history_list li .txt p:nth-child(2) {
  padding-left: 627px;
  margin-bottom: 70px;
  padding-top: 20px;
}
.company_area .info .history .history_list li .txt p:nth-child(3) {
  width: 425px;
  padding-left: 49px;
  margin-bottom: 70px;
  text-align: right;
}
.company_area .info .history .history_list li .txt p:nth-child(4) {
  padding-left: 627px;
  margin-bottom: 67px;
}
.company_area .info .history .history_list li .txt p:nth-child(5) {
  width: 425px;
  padding-left: 49px;
  text-align: right;
}

/* 회사 연혁 */

/* 210322 주석
#history_bg {
  padding-bottom: 30px;
}

.history_title {
  line-height: 1.6em
  font-size: 16px;
}

.history_title > li {
  font-size: 18px;
  margin-top: 30px;
  padding: 5px 0 5px 10px;
  border-left: 5px solid #222222;
  background-color: #fafafa;
  background: linear-gradient(to left, rgba(250, 250, 250, 0) 10%, rgba(250, 250, 250, 0.25) 25%, rgba(250, 250, 250, 0.5) 50%, rgba(250, 250, 250, 0.75) 75%, rgba(250, 250, 250, 1) 100%);
  width: 100%;
}

.history_title > ul {
  padding-left: 25px;
} */
/* 210322추가 */

/* 스튜어드십 */
.stewardship {
  padding-bottom: 30px;
}
.stewardship_body {
  padding: 10px 20px;
}

.stewardship > h3,
.stewardship > div > h3 {
  font-size: 26px;
  font-weight: 400;
  padding: 0px 0 12px 12px;
  margin-bottom: 10px;
  margin-top: 80px;
  border-bottom: 2px solid #333333;
  border-left: 6px solid #333333;
  /* border-image-source: linear-gradient(to right, #333333, #efeffe); */
  border-image-slice: 1;
}
/* .stewardship > img {
  display: block;
  margin: 0px auto;
  padding: 35px 0;
} */

.stewardship_desc_tit {
  font-size: 20px;
  padding: 30px 0 20px 0;
}

.stewardship_desc {
  padding-top: 15px;
  font-size: 16px;
  line-height: 1.6em;
}
.stewardship_body > img {
  margin: 0px auto;
  padding: 35px 0 35px 100px;
  width: 80%;
}

.stewardship_desc > li {
  padding-bottom: 15px;
}

.stewardship_desc > li > span {
  margin-left: 100px;
  display: block;
}

.stewardship_num {
  display: block;
  position: absolute;
  width: 90px;
  font-style: normal;
}

#stewardship_copyright {
  margin-top: 8px;
  text-align: right;
}

#stewardship_copyright > a:hover {
  text-decoration: underline;
}

.stewardship_1_desc {
  width: 100%;
  font-size: 16px;
  line-height: 1.6em;
  padding-top: 25px;
  margin: 0px auto;
}
.stewardship_1_desc2 {
  width: 100%;
  font-size: 16px;
  line-height: 1.6em;
  padding-top: 10px;
  margin: 0px auto;
}

.stewardship_1_tit {
  font-weight: 600;
  padding: 20px 0 15px 0;
}

.stewardship_1_list > li {
  list-style: square;
  margin-left: 75px;
}

.stewardship_1_member {
  list-style: square;
  margin-left: 40px;
}

.stewardship_1_member > a {
  padding-left: 10px;
}

.stewardship_1_member > a:hover {
  text-decoration: underline;
}

.stewardship_1_member > span {
  display: inline-block;
  /* width: 70px; */
}

.stewardship_2_list {
  padding: 20px 0 20px 0;
  line-height: 1.6em;
}

.stewardship_2_list > li {
  list-style: decimal;
  margin-left: 75px;
}

.stewardship_2_list > ul > li {
  padding: 5px 0 0 0;
  margin-left: 90px;
}

.stewardship_2_list > ul > ul > li {
  padding: 5px 0 0 0;
  margin-left: 120px;
}

/* 210927 추가 */
.stewardship_3_list {
  padding: 20px 0 0px 0;
  line-height: 1.6em;
}
 
.stewardship_3_list > li {
  list-style:disc;
  margin-left: 55px;font-size: 16px;
}

.stewardship_3_list > ul > li {
  padding: 5px 0 0 0;
  margin-left: 90px;
}

.stewardship_3_list > ul > ul > li {
  padding: 5px 0 0 0;
  margin-left: 120px;
}

/* 210323 추가 */
.stewardship_0_list {
  padding: 10px 0;
  line-height: 1.6em;
}

.stewardship_0_list > p {
  padding:0;  margin-left: 20px;
  line-height: 1.6em;  font-size: 16px;
}

.stewardship_0_list > li {
  /* list-style: decimal; */
  margin-left: 30px;
  padding: 10px 0; font-size: 16px;
}
.stewardship_0_list > li a {color: #c81d34; text-decoration: underline; }

.stewardship_0_list > li.doc_depth_2 {
  margin-left: 42px;
  padding:0 0 10px; font-size: 16px;
}

.stewardship_0_list > ul > li {
  padding: 5px 0 0 0;
  margin-left: 90px;
}

.stewardship_0_list > ul > ul > li {
  padding: 5px 0 0 0;
  margin-left: 120px;
}

/* 펀드 리스트 */

#fund_title {
  /* font-size: 28px;
  font-weight: 400;
  margin: -60px 0 15px 10px; */
  font-size: 48px;
  font-weight: 300;
  text-align: center;
}

#fund_list {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  /* border-radius: 10px; */
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#fund_list * {
  position: relative;
}
#fund_list td,
#fund_list th {
  padding-left: 8px;
}
#fund_list thead tr {
  height: 45px;
  background: #333333;
}
#fund_list tbody tr {
  height: 40px;
}
#fund_list tbody tr:last-child {
  border: 0;
}
#fund_list td,
#fund_list th {
  text-align: center;
  vertical-align: middle;
}
#fund_list th {
  font-size: 16px;
  font-weight: 400;
}
#fund_list td {
  font-size: 15px;
}

#fund_list td.l,
#fund_list th.l {
  text-align: left;
}
#fund_list td.c,
#fund_list th.c {
  text-align: center;
}
#fund_list td.r,
#fund_list th.r {
  text-align: right;
}

.table100-head th {
  font-family: OpenSans-Regular;
  font-size: 16px;
  color: #fff;
  line-height: 1.3em;
  font-weight: unset;
}

#fund_list > tbody tr:nth-child(even) {
  background-color: #ececec;
}

#fund_list > tbody tr {
  font-family: OpenSans-Regular;
  font-size: 16px;
  color: #808080;
  line-height: 1.3em;
  font-weight: unset;
}

#fund_list > tbody tr:hover {
  color: #555555;
  background-color: #ececec;
  cursor: pointer;
}

.table100-head > .column1 {
  width: 60%;
}
.table100-head > .column2 {
  width: 10%;
}
.table100-head > .column3 {
  width: 10%;
}
.table100-head > .column4 {
  width: 10%;
}
.table100-head > .column5 {
  width: 10%;
}
.table100-body .column1 {
  padding: 8px 8px 8px 20px !important;
}

/* 펀드리스트 레이어 팝업 */
.pop-layer .pop-container {
  padding: 20px 25px;
}

.pop-layer p.ctxt {
  color: #666;
  line-height: 25px;
}

.pop-layer .btn-r {
  width: 100%;
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: row;
  /* text-align: right; */
}

.pop-layer .btn-r span {
  flex: 96;
}

.pop-layer .btn-r a {
  flex: 4;
  text-align: right;
}

.pop-layer {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 700px;
  height: auto;
  background-color: #fff;
  border: 8px solid #333333;
  border-radius: 10px;
  z-index: 10;
}

.dim-layer {
  display: none;
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.dim-layer .dimBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=60);
}

.dim-layer .pop-layer {
  display: block;
}

a.btn-layerClose {
  display: inline-block;
  height: 25px;
  padding: 0 14px 0;
  border: 1px solid #333333;
  background-color: #333333;
  font-size: 13px;
  color: #fff;
  line-height: 25px;
  text-decoration: none;
}

a.btn-layerClose:hover {
  border: 1px solid #091940;
  background-color: #1f326a;
  color: #fff;
}

a.btn-layerCloseOK:hover {
  border: 1px solid #091940;
  background-color: #1f326a;
  color: #fff;
}

a.btn-layerCloseCancel:hover {
  border: 1px solid #091940;
  background-color: #1f326a;
  color: #fff;
}

.pop-conts > ul {
  padding-top: 15px;
}

.pop-conts > ul > li {
  font-size: 16px;
  padding: 3px;
  line-height: 130%;
}

.pop-conts .title {
  display: block;
  position: absolute;
  width: 150px;
  font-weight: 600;
}

.pop-conts .desc {
  display: block;
  /* position: absolute; */
  margin-left: 160px;
}

#dim_fund_title {
  font-size: 25px;
}

/* 펀드 수익율 */
#return_main {
  /* border: 1px solid red; */
  /* flex-direction: row nowrap; */
  display: flex;
  width: 100%;
  padding: 60px 0;
}
#return_left {
  flex: 2;
  height: 640px;

  /* border: 1px solid #000; */
  /* flex-direction: row nowrap; */
  /* overflow: auto; */
}

#return_right {
  flex: 1;
  /* border: 1px solid blue; */
  flex-direction: row nowrap;
}

#return_title {
  /* font-size: 28px;
  font-weight: 400;
  margin: -60px 0 15px 10px; */
  font-size: 48px;
  font-weight: 300;
  text-align: center;
}

/* 210324 파인만 운용 펀드 수익율 테이블 해더고정 추가 */
.scrolltable {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 1;
  background: white;
}
.scrolltable thead {
  display: block;
  background: #333333;
  color: #fff;
}
.scrolltable tbody {
  display: block;
  overflow: auto;
  height: 570px;
  width: 100%;
}
.scrolltable > tbody > .selected {
  background-color: #fff5be !important;
}
.scrolltable > tbody tr:hover {
  color: #555555;
  background-color: #ececec;
  cursor: pointer;
}

.scrolltable th,
.scrolltable td {
  vertical-align: middle;
  line-height: 1.3em;
  font-weight: 300;
}
.scrolltable th {
  font-size: 16px;
  padding: 10px 9px;
  text-align: center;
}
.scrolltable td {
  font-size: 15px;
  padding: 12px 8px;
  text-align: left;
  color: #4e4e4e;
}
.scrolltable tbody tr:nth-child(2n + 1) {
  background-color: #ececec;
}
/* end --210324 테이블 해더고정 추가 */

#return_list {
  border-spacing: 1;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  border-collapse: collapse;
  position: relative;
}

#return_list * {
  position: relative;
}
#return_list thead th {
  position: sticky !important;
  top: 0px !important;
}

#return_list td,
#return_list th {
  padding-left: 8px;
}

#return_list thead tr {
  height: 45px;
  background: #333333;
}
#return_list tbody tr {
  height: 43px;
}
#return_list tbody tr:last-child {
  border: 0;
}
#return_list td,
#return_list th {
  text-align: center;
  vertical-align: middle;
}
#return_list td.l,
#return_list th.l {
  text-align: left;
}
#return_list td.c,
#return_list th.c {
  text-align: center;
}
#return_list td.r,
#return_list th.r {
  text-align: right;
}

.table50-head {
  font-family: OpenSans-Regular;
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset;
}

#return_list > tbody tr:nth-child(even) {
  background-color: #ececec;
}

#return_list > tbody > .selected {
  background-color: yellow !important;
}

#return_list > tbody tr {
  font-family: OpenSans-Regular;
  font-size: 13px;
  color: #808080;
  line-height: 1.2;
  font-weight: unset;
}

#return_list > tbody tr:hover {
  color: #555555;
  background-color: #ececec;
  cursor: pointer;
}

.column1 {
  width: 36%;
}
.column2 {
  width: 8%;
}
.column3 {
  width: 8%;
}
.column4 {
  width: 8%;
}
.column5 {
  width: 8%;
}
.column6 {
  width: 8%;
}
.column7 {
  width: 8%;
}
.column8 {
  width: 8%;
}
.column9 {
  width: 8%;
}
/* .table50-body .column1 {padding: 4px 4px 4px 5px !important;} */

#chart_fund_title {
  padding: 15px 0 15px 20px;
  font-weight: 450;
  font-size: 15pt;
  line-height: 110%;
}

#chart_option_area {
  display: none;
}

#chart_date {
  padding: 5px 0 5px 20px;
}

#chart_date div {
  padding-top: 5px;
}

#chart_date input {
  width: 50%;
  margin-left: 10px;
}

/* 조직구성 */
.organization_area {
  padding: 60px 0 100px;
  text-align: center;
  background: url(../img/sub/bg_organization.gif) no-repeat 50% 60px;
}
.organization_area .chart {
  padding-bottom: 30px;
}
.organization_area .chart li {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 50px;
  line-height: 50px;
  vertical-align: top;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.organization_area .chart li span {
  display: block;
}
.organization_area .chart.chart01 li {
  color: #fff;
  font-size: 16px;
  letter-spacing: -0.5px;
  background: #25245d;
}
.organization_area .chart.chart02 {
  display: inline-block;
  padding-bottom: 30px;
  vertical-align: top;
}
.organization_area .chart.chart02 li {
  margin: 0 220px 0 0;
  color: #fff;
  background: #c7ccd0;
}
.organization_area .chart.chart03 {
  padding-bottom: 90px;
}
.organization_area .chart.chart03 li {
  width: 240px;
  margin-left: 148px;
}
.organization_area .chart.chart03 li:first-child {
  margin-left: 64px;
}
.organization_area .chart.chart04 li {
  width: 200px;
  color: #888;
  margin-top: 60px;
}
.organization_area .chart.chart04 li:nth-child(odd) {
}
.organization_area .chart.chart04 li:nth-child(even) {
  margin-left: 120px;
  margin-right: 120px;
}
.organization_area .chart.chart04 li.w200 {
  margin-left: 150px;
}
.organization_area .chart.chart05 {
  display: inline-block;
  padding-bottom: 30px;
  vertical-align: top;
}
.organization_area .chart.chart05 li {
  margin: 0 0 0 220px;
  color: #fff;
  background: #baa063;
}
.organization_area .chart.chart06 {
  display: inline-block;
  padding-bottom: 30px;
  padding-top: 70px;
  vertical-align: top;
}
.organization_area .chart.chart06 li {
  margin: 0 0 0 220px;
  color: #fff;
  background: #c7ccd0;
}

/* 게시판 */
.search_area {
  padding-bottom: 15px;
}
.search_area:after {
  content: "";
  display: block;
  clear: both;
}
.year_area {
  padding-right: 25px;
  float: right;
}
/* .year_area > button {
  border: 1px solid #999;
  padding: 6px;
  margin-left: 5px;
  font-size: 13px;
  background-color: #ffffff;
}

.year_area > button.selected {
  background-color: #999;
} */

.search_area .total {
  float: left;
  margin-top: 19px;
  color: #999;
  font-size: 13px;
}
.search_area .total .num {
  margin-left: 9px;
  color: #231f20;
}
.search_area .search {
  float: right;
}
.search_area .search .select,
.search_area .year_area .select {
  position: relative;
  float: left;
  width: 80px;
  height: 32px;
  border: 1px solid #dcdce0;
  box-sizing: border-box;
}
.search_area .search .select .select_txt,
.search_area .year_area .select .select_txt {
  display: block;
  position: relative;
  padding: 0 21px 0 10px;
  font-size: 13px;
  line-height: 30px;
}
.search_area .search .select .select_txt:after,
.search_area .year_area .select .select_txt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 11px;
  height: 6px;
  margin-top: -3px;
  background: url(../img/common/bg_select.gif) no-repeat 0 0;
}
.search_area .search .select .select_list,
.search_area .year_area .select .select_list {
  display: none;
  position: absolute;
  top: 30px;
  left: -1px;
  width: 100%;
  border: 1px solid #dcdce0;
  background: #efeff2;
  z-index: 10;
}
.search_area .search .select .select_list li + li,
.search_area .year_area .select .select_list li + li {
  border-top: 1px solid #dcdce0;
}
.search_area .search .select .select_list li a,
.search_area .year_area .select .select_list li a {
  display: block;
  padding: 0 10px;
  font-size: 13px;
  line-height: 29px;
}
.search_area .search .select.on .select_txt:after,
.search_area .year_area .select.on .select_txt:after {
  background: url(../img/common/bg_select_on.gif) no-repeat 0 0;
}
.search_area .search .select.on .select_list,
.search_area .year_area .select.on .select_list {
  display: block;
}
.search_area .search .input_area {
  float: left;
  margin-left: -1px;
}
.search_area .search .input_area .inp {
  float: left;
  width: 198px;
  background: #efeff2;
}
.search_area .search .input_area .btn_search {
  float: left;
  width: 40px;
  height: 32px;
  margin-left: -1px;
  background: url(../img/common/btn_search.gif) no-repeat 0 0;
}
.pagination_area {
  padding-top: 20px;
  text-align: center;
}
.pagination {
  display: inline-block;
  vertical-align: top;
}
.pagination a {
  float: left;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  color: #888;
  line-height: 30px;
}
.pagination a.on {
  color: #fff;
  background: #052a48;
}
.pagination .btn_prev {
  margin-right: 25px;
  background: url(../img/common/page_prev.gif) no-repeat 0 0;
}
.pagination .btn_next {
  margin-left: 25px;
  background: url(../img/common/page_next.gif) no-repeat 0 0;
}
.board_area {
  padding: 60px 0 120px;
}
.board_area .list {
  padding-bottom: 20px;
  border-top: 2px solid #25245d;
}
.board_area .list.paddingtop30 {
  padding-top: 30px;
}
.board_area .list li {
  width: 100%;
  border-bottom: 1px solid #dcdfe0;
}
.board_area .list li:nth-child(3n-2) {
  margin-left: 0;
}
.board_area .list li:hover {
  background: #fff;
}
.board_area .list li .list_cont {
  padding: 20px 0;
  position: relative;
}
.board_area .list li .list_cont dt {
  /* padding-left: 113px; */
  padding-left: 5px;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 2px;
  font-size: 16px;
  vertical-align: top;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}
.board_area .list li .list_cont dt.ico_file {
  padding-right: 27px;
  background: url(../img/common/ico_file.png) no-repeat 100% 50%;
}

.board_area .list li .list_cont dd span.term {
  display: inline-block;
  width: 80px;
  position: absolute;
  top: 20px;
  text-align: center;
  font-size: 13px;
}
.board_area .list li .list_cont dd span.date {
  position: absolute;
  top: 20px;
  right: 0;
  width: 70px;
  color: #999999;
}
.board_area .list li .list_cont dd .txt {
  overflow: hidden;
  height: 40px;
  margin-bottom: 14px;
  color: #777;
  line-height: 20px;
  word-break: break-all;
}
/*.board_area .list li .list_cont dd .term{display:inline-block;position:relative;margin-right:10px;padding-right:13px;color:#25245d;vertical-align:top}*/
/*.board_area .list li .list_cont dd .term:before{content:'';position:absolute;top:3px;right:-2px;width:1px;height:10px;background:#dcdce0}*/
.board_area .list li .list_cont dd .date {
  display: inline-block;
  color: #999;
  font-size: 12px;
  line-height: 14px;
  vertical-align: top;
}
.board_area .list .no_data {
  width: 100%;
  padding: 90px 0 110px;
  text-align: center;
}
.board_area .list .no_data:hover {
  background: none;
  box-shadow: none;
}
.board_area .list .no_data .txt {
  padding-top: 105px;
  font-size: 18px;
  font-weight: 300;
  background: url(../img/sub/bg_no_data.gif) no-repeat 50% 0;
}
.board_area .view {
  margin-top: -5px;
  border-bottom: 1px solid #dcdce0;
}
.board_area .view dt {
  padding-bottom: 40px;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
}
.board_area .view dt .term {
  display: inline-block;
  margin-right: 10px;
  color: #25245d;
  font-size: 28px;
  vertical-align: top;
  line-height: 36px;
}
.board_area .view dd {
  border-top: 2px solid #25245d;
}
.board_area .view dd .view_info {
  overflow: hidden;
  padding: 12px 20px;
  font-size: 13px;
  border-bottom: 1px solid #dcdce0;
}
.board_area .view dd .view_info .attached_file {
  float: left;
}
.board_area .view dd .view_info .attached_file li {
  margin: 5px 0;
  padding: 0 0 2px 18px;
  background: url(../img/common/ico_file.png) no-repeat 0 0;
}
.board_area .view dd .view_info .date {
  float: right;
  color: #999;
  line-height: 25px;
  letter-spacing: -0.5px;
}
.board_area .view dd .view_cont {
  min-height: 190px;
  /* padding: 50px 70px; */
  padding: 30px 7px;
  color: #555;
  /* font-size: 16px; */
  line-height: 24px;
  /* text-align: center; */
}
.board_area .view_bottom {
  position: relative;
  height: 40px;
  margin-top: 40px;
}
.board_area .view_bottom .page_prev_next {
  overflow: hidden;
  padding-top: 12px;
}
.board_area .view_bottom .page_prev_next li {
  overflow: hidden;
  max-width: 350px;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.board_area .view_bottom .page_prev_next li.page_prev {
  float: left;
  padding-left: 30px;
  background: url(../img/sub/bg_page_prev.gif) no-repeat 0 50%;
}
.board_area .view_bottom .page_prev_next li.page_next {
  float: right;
  padding-right: 30px;
  background: url(../img/sub/bg_page_next.gif) no-repeat 100% 50%;
  color: #9ea5ab;
}
.board_area .view_bottom .btn_list {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  background: #052a48;
}

.board_mailto {
  padding-top: 30px;
}

/* CONTACT US */
.contact_area {
  padding: 80px 0 120px 0;
}
.contact_area .contact_wrap .btn_map {
  width: 19px;
  height: 19px;
  display: block;
  background: url(../img/common/btn_map.png) no-repeat;
  position: absolute;
  right: 30px;
  top: 11px;
}
.contact_area .contact_wrap .contact_icon_area {
  margin-bottom: 30px;
}
.contact_area .contact_wrap .contact_icon_area p {
  font-size: 18px;
  text-align: center;
  margin-bottom: 23px;
}
.contact_area .contact_wrap .contact_icon_area p a {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../img/sub/contanct_link.png) no-repeat;
  margin-left: 14px;
}
.contact_area .contact_wrap .contact_icon_area ul {
  overflow: hidden;
  padding: 0 180px;
}
.contact_area .contact_wrap .contact_icon_area ul li {
  float: left;
  height: 40px;
  line-height: 40px;
  /* padding-left: 60px; */
  padding-left: 30px;
  font-size: 16px;
}
.contact_area .contact_wrap .contact_icon_area ul li:nth-child(1) {
  background: url(../img/sub/contact_icon1.png) no-repeat 0 33%;
  /* margin-right: 176px; */
  margin-right: 100px;
}
.contact_area .contact_wrap .contact_icon_area ul li:nth-child(2) {
  background: url(../img/sub/contact_icon2.png) no-repeat 0 33%;
  margin-right: 100px;
}

.contact_area .contact_wrap .contact_icon_area ul li:nth-child(3) {
  background: url(../img/sub/contact_icon2.png) no-repeat 0 33%;
}

.contact_area .contact_wrap .contact_icon_area ul li span {
  font-weight: bold;
  padding-right: 8px;
}
.contact_area .contact_wrap .map_area {
  position: relative;
  width: 100%;
}
.contact_area .contact_wrap .map_area ul {
  overflow: hidden;
}
.contact_area .contact_wrap .map_area ul li {
  width: 100%;
}

.contact_area .contact_wrap #map {
  height: 500px;
  overflow: hidden;
}

/*pagination*/
.pagination_area {
  margin-top: 0px;
  text-align: center;
}
.pagination {
  display: inline-block;
}
.pagination:after {
  content: "";
  display: block;
  clear: both;
}
.pagination a {
  float: left;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  color: #888;
  font-size: 14px;
  line-height: 30px;
  vertical-align: middle;
  box-sizing: border-box;
}
.pagination a.page_prev {
  margin-right: 20px;
  border: 1px solid #e1e1e1;
}
.pagination a.page_next {
  margin-left: 20px;
  border: 1px solid #e1e1e1;
}
/*.pagination a.on{color:#fff;background:#9e8560}*/

/*버튼*/
.btn_area {
  margin-top: 40px;
  text-align: center;
}
.btn_area .btn {
  display: inline-block;
  width: 100px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: -0.5px;
  vertical-align: middle;
  background: #9e8560;
}

/*게시판 리스트형*/
.tbl_list {
  width: 100%;
  border-top: 2px solid #9e8560;
}
.tbl_list tr td {
  height: 50px;
  color: #999;
  font-size: 13px;
  letter-spacing: -0.5px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #e1e1e1;
}
.tbl_list tr td img {
  vertical-align: middle;
}
.tbl_list tr td.gubun {
  color: #9e8560;
}
.tbl_list tr td.al_left {
  text-align: left;
}
.tbl_list tr td.al_left a {
  display: inline-block;
  overflow: hidden;
  color: #222;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tbl_list tr td .no_data {
  margin: 90px 0 110px;
  padding-top: 108px;
  color: #222;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.5px;
  background: url(../img/sub/board/bg_nodata.gif) no-repeat 50% 0;
}
.tbl_list tr:hover td {
  background: #fafafa;
}

/*게시판 박스형*/
#contents.news {
  width: 1140px;
  margin: 0 auto;
}
/*#news .board_box{margin-top:30px;}*/
#news .board_box .list-item {
  width: 260px;
  margin-bottom: 35px;
  border: 0px solid #e1e1e1;
  box-sizing: border-box;
  background: #fff;
}
#news .board_box .list-item a {
  display: block;
}
#news .board_box .list-item dl dt {
  padding: 23px 25px;
  color: #222;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: -0.5px;
  border-bottom: 1px dashed #e1e1e1;
}
#news .board_box .list-item dl dd {
  display: table;
  width: 100%;
  height: 50px;
  padding: 0 25px;
  box-sizing: border-box;
}
#news .board_box .list-item dl dd span {
  display: table-cell;
  font-size: 13px;
  vertical-align: middle;
}
#news .board_box .list-item dl dd .press {
  width: auto;
  padding: 10px 0;
  color: #052a48;
  letter-spacing: -0.5px;
}
#news .board_box .list-item dl dd .date {
  width: 65px;
  color: #999;
  text-align: right;
}
#news .board_box .list-item:hover {
  border-color: #9e8560;
}
#news .board_area .list li:hover:not(.no_data) {
  background: #fff;
  outline: 1px solid #052a48;
}

/*게시판 상세*/
.detail_area {
  padding-top: 80px;
}
.detail_area dt {
  padding-bottom: 40px;
  color: #222;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.5px;
  text-align: center;
  word-break: break-all;
  border-bottom: 2px solid #9e8560;
}
.detail_area dt span {
  margin-right: 10px;
  color: #9e8560;
  font-size: 28px;
}
.detail_area dd.attach_file {
  display: table;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #e1e1e1;
}
.detail_area dd.attach_file .file_list {
  display: table-cell;
  width: auto;
  padding: 10px 0 10px 20px;
  vertical-align: middle;
}
.detail_area dd.attach_file .file_list li {
  line-height: 15px;
}
.detail_area dd.attach_file .file_list li a {
  display: inline-block;
  padding-left: 20px;
  color: #9e8560;
  font-size: 13px;
  vertical-align: middle;
  background: url(../img/sub/board/ico_file.gif) no-repeat 0 50%;
}
.detail_area dd.attach_file .date {
  display: table-cell;
  width: 105px;
  color: #888;
  font-size: 13px;
  vertical-align: middle;
}
.detail_area dd.detail_contents {
  min-height: 320px;
  padding: 40px 20px;
  border-bottom: 1px solid #e1e1e1;
}
.detail_area dd.detail_contents > div {
  color: #666;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.5px;
}

/* 210406 파인만 운용 펀드 수익율 버튼 추가 */
.btn_area_ect {
  padding-top: 20px;
  text-align: left;
  margin-left: 20px;
}

.btn_area_ect .btn {
  display: inline-block;
  width: 70px;
  margin-left: 5px;
  font-size: 13px;
  line-height: 34px;
  text-align: center;
  letter-spacing: -0.5px;
  /* border: 1px solid #222; */
  border-radius: 4px;
}
.btn_area_ect .btn.btn_black {
  color: #fff;
  background: #0f2554;
}
.btn_area_ect .btn.btn_line {
  color: #fff;
  background: #a3a3a3;
}
.btn_area_ect .btn:first-child {
  margin-left: 0;
}

/* 개인정보 처리 방침 및 기타 문서 */
.doc_title {
  font-size: 48px;
  font-weight: 300; margin-bottom: 80px;
  text-align: center;
}

.doc_depth_1 {
  margin-left: 20px;
}

.doc_depth_2 {
  margin-left: 40px;
}

.doc_depth_3 {
  margin-left: 60px;
}

.doc_depth_4 {
  margin-left: 80px;
}

.doc_body {
  font-size: 16px;
  padding: 10px 0 10px 0;
}

/* 리스트 앞쪽 점 */
.doc_dot {
  margin-right: 5px;
}

.doc_section_title {
  font-weight: 600;
}

.doc_section_subtitle {
  font-weight: 600;
}

.doc_section_subitem > li {
  list-style: none;
  line-height: 120%;
}

.doc_table {
  margin: auto;
  width: 70%;
}

.doc_table tr {
  line-height: 150%;
}
.doc_table td,
.doc_table th {
  border: 1px solid black !important;
  padding: 5px;
}

/*부칙*/
.doc_center_title {
  text-align: center;
  font-weight: 600;
}

/* 210928 셀렉트박스 추가 */
#personal_select {margin: 50px auto 100px; border:0; text-align: center;}
.personal-ver {border:1px solid #d5d5d5;padding:0 0px 0 10px; height: 40px; line-height: 40px;}
select {
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: -internal-light-dark(black, white);
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  appearance: auto;
  box-sizing: border-box;
  align-items: center;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
  cursor: default;
  margin: 0em;
  border-width: 1px;
  border-style: solid;
  border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
  border-image: initial;
  border-radius: 0px;
}