@charset 'utf-8';

/****************************************
공통
****************************************/
/* clearfix */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/* margin */
.mt0 {
  margin-top: 0 !important;
}

/* accent */
.accent-yellow {
  color: #f4c36c;
}
.accent-blue {
  color: #253d4c;
}

/* container */
#container {
  display: block;
  position: relative;
  width: 100%;
  background: #fff; /*text-transform:uppercase;*/
}
.contents {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 3%;
}
.cont-inner {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.section {
  position: relative;
  width: 100%;
  padding: 70px 3%;
}
.cont-box {
  overflow: hidden;
  margin-top: 70px;
  background: #fafafa;
}
.cont-box .cont-inner {
  margin-bottom: 70px;
}
.cont-box .cont-inner:last-child {
  margin-bottom: 0;
}
.no-item .logo-blue {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 11%;
  opacity: 0.2;
}

/* 타이틀 */
.title-wrap {
  margin-bottom: 70px;
  text-align: center;
}
.txt-wrap {
  text-align: center;
}
.sect-title {
  position: relative;
  font-size: 42px;
  color: #253d4c;
  text-align: center;
}
.sect-title .sub-title {
  margin-top: 15px;
  font-weight: 700;
  font-size: 0.45em;
  color: #1d1d1d;
}
.sect-title .btn-prev {
  position: absolute;
  top: 50%;
  left: 30px;
  padding-left: 55px;
  font-size: 0.708em;
  color: #1d1d1d;
  transform: translateY(-50%);
}
.sect-title .btn-prev:before,
.sect-title .btn-prev:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 5px;
  height: 1px;
  background: #1d1d1d;
}
.sect-title .btn-prev:before {
  width: 46px;
}
.sect-title .btn-prev:after {
  width: 18px;
  transform-origin: 0 100%;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.sect-title .btn-next {
  position: absolute;
  top: 50%;
  right: 30px;
  padding-right: 55px;
  font-size: 0.708em;
  color: #1d1d1d;
  transform: translateY(-50%);
}
.sect-title .btn-next:before,
.sect-title .btn-next:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 5px;
  height: 1px;
  background: #1d1d1d;
}
.sect-title .btn-next:before {
  width: 46px;
}
.sect-title .btn-next:after {
  width: 18px;
  transform-origin: 100% 100%;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sect-txt {
  margin-top: 10px;
  font-family: "NanumSquare";
  line-height: 1.5;
}
.list-title {
  margin-bottom: 15px;
  font-size: 24px;
}
.list-title .sub-title {
  font-weight: 400;
  font-size: 0.77em;
}
.sub-title {
  display: block;
  font-family: "NanumSquare";
}
.title-wrap > .sub-title {
  margin-top: 10px;
  line-height: 1.5;
}
.bold {
  font-weight: 700;
}
.semi {
  font-weight: 600;
}
.medium {
  font-weight: 500;
}
.light {
  font-weight: 300;
}
.br {
  display: block;
}
.addr,
.call {
  color: #4d4d4d;
}
.call {
  cursor: text;
}

/* 카드형식(배너) 레이아웃 */
.card {
  position: relative;
}
.list {
  /*overflow:hidden;*/
  display: block;
  position: relative;
  width: 100%;
  font-size: 0;
  text-align: center; /*width:107%; margin:0 -3.5%;*/
}
.list > li {
  display: inline-block;
  position: relative;
  font-size: 18px;
  vertical-align: top;
}
.chess .list {
  display: table;
}
.chess .list > li {
  display: table-cell;
  padding: 50px 10px;
  vertical-align: top;
}
.chess .list:first-child > li:nth-child(odd),
.chess .list:last-child > li:nth-child(even) {
  background: #fff;
}
.list > li .list-title {
  font-family: "NanumSquare";
}
.list4 > li {
  width: 25%;
}
.list3 > li {
  width: 33.33%;
}
.list6 > li {
  width: 16.66%;
}

/* 애니메이션 */
.fadeInLeft {
  opacity: 0;
  transform: translateX(-100%);
  visibility: hidden;
}
.fadeInRight {
  opacity: 0;
  transform: translateX(100%);
  visibility: hidden;
}
.fadeInUp {
  opacity: 0;
  transform: translateY(50%);
  visibility: hidden;
}

/* 스크롤박스 */
.scrollable .scroll-box {
  overflow-x: auto;
  position: relative;
}
.scroll-box table {
  width: 1398px;
  border: 0;
}
.scroll-box.tbl_head01 {
  border: 1px solid #253d4c;
}

/* 테이블 */
.td-summary {
  text-align: left !important;
}
.td-summary ul > li {
  position: relative;
  padding-left: 10px;
}
.td-summary ul > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 2px;
  height: 2px;
  background: #4d4d4d;
  border-radius: 100%;
}

/* 아이콘 */
.i-philosophy.shadow:after {
  background: url("../images/i_philosophy.png") center center no-repeat;
  background: url("../images/i_philosophy.svg") 1px 1px no-repeat;
  background-size: 99px 99px;
}
.i-philosophy.shadow:before {
  background: url("../images/i_philosophy_s.png") center center no-repeat;
}
.i-strategy.shadow:after {
  background: url("../images/i_strategy.png") center center no-repeat;
  background: url("../images/i_strategy.svg") 6px 6px no-repeat;
  background-size: 90px 90px;
}
.i-strategy.shadow:before {
  background: url("../images/i_strategy_s.png") center center no-repeat;
}
.i-process.shadow:after {
  background: url("../images/i_process.png") center center no-repeat;
  background: url("../images/i_process.svg") 4px 5px no-repeat;
  background-size: 93px 91px;
}
.i-process.shadow:before {
  background: url("../images/i_process_s.png") center center no-repeat;
}
.i-management.shadow:after {
  background: url("../images/i_management.png") center center no-repeat;
  background: url("../images/i_management.svg") 2px 3px no-repeat;
  background-size: 98px 96px;
}
.i-management.shadow:before {
  background: url("../images/i_management_s.png") center center no-repeat;
}

.icon-wrap {
  position: relative;
  width: 105px;
  height: 105px;
  margin: 0 auto 30px;
  text-indent: -9999px;
}
.icon-wrap.shadow:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}
.icon-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-white {
  background: #fff;
}
.icon-txt {
  font-family: "NanumSquare";
  line-height: 1.5;
}

/* 버튼 */
.btn-top {
  display: block;
  position: absolute;
  bottom: 0;
  padding-left: 55px;
  font-weight: 500;
  color: #1d1d1d;
  -webkit-transform: rotate(90deg) translateX(-50%);
  -ms-transform: rotate(90deg) translateX(-50%);
  transform: rotate(90deg) translateX(-50%);
  z-index: 1;
}
.btn-top.left {
  left: 0;
}
.btn-top.right {
  right: 0;
}
.btn-top:before,
.btn-top:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 5px;
  height: 1px;
  background: #1d1d1d;
}
.btn-top:before {
  width: 46px;
}
.btn-top:after {
  width: 18px;
  transform-origin: 0 100%;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.btn-more {
  display: inline-block;
  position: relative;
  padding: 10px;
  font-weight: 500;
}
.btn-more.ver1 {
  margin-top: 40px;
  color: #f4c36c;
}
.btn-more.ver1:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background: #f4c36c;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-more.ver1:hover:after {
  left: 0;
  width: 100%;
}
.btn-more.ver2 {
  padding: 25px 60px;
  background: #fff;
  border: 1px solid #253d4c;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-more.ver2:hover {
  background: #253d4c;
  color: #fff;
}

.btn-zoom {
  display: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 30px;
  padding: 5px 0;
  border: 1px solid #253d4c;
  color: #253d4c;
  text-align: center;
  z-index: 1;
}

/* 슬라이드st Interval */
.slider {
  position: relative;
}
.slider .circle-wrap {
  position: relative;
  width: 43%;
  height: 0;
  margin: 0 auto;
  padding-bottom: 43%;
  z-index: 1;
}
.svg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.slider .circle-wrap .circle-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 5%;
  border-radius: 100%;
  background-size: cover;
}

.slider .pager-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider .pager-wrap .circle-pager {
  position: relative;
  width: 100%;
  height: 100%;
}
.slider .pager-wrap .circle-pager > li {
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  font-size: 0;
  background: #253d4c;
  border-radius: 100%; /*cursor:pointer;*/
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.slider .pager-wrap .circle-pager > li span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  transform-origin: 50% 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.slider .pager-wrap .circle-pager > li.active {
  background: #f4c36c !important;
}
.slider .pager-wrap .circle-pager > li.active span {
  width: 24px;
  height: 24px;
  border: 2px solid #f4c36c;
}
.slider .pager-wrap .circle-pager.pager4 > li:first-child {
  top: 13.6%;
  left: 13.9%;
}
.slider .pager-wrap .circle-pager.pager4 > li:nth-child(2) {
  top: 13.6%;
  right: 13.9%;
}
.slider .pager-wrap .circle-pager.pager4 > li:nth-child(3) {
  bottom: 13.6%;
  right: 13.9%;
}
.slider .pager-wrap .circle-pager.pager4 > li:last-child {
  bottom: 13.6%;
  left: 13.9%;
}
.slider .pager-wrap .circle-pager.pager3 > li:first-child {
  top: 36.6%;
  left: 0.9%;
}
.slider .pager-wrap .circle-pager.pager3 > li:nth-child(2) {
  top: 13.6%;
  right: 14%;
}
.slider .pager-wrap .circle-pager.pager3 > li:last-child {
  bottom: 1.3%;
  right: 35%;
}
.slider .pager-wrap .circle-pager.pager2 > li:first-child {
  bottom: 16.6%;
  left: 11%;
}
.slider .pager-wrap .circle-pager.pager2 > li:last-child {
  top: 4%;
  right: 28%;
}

.slider .circle-wrap .cate-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider .circle-wrap .cate-wrap > ul > li {
  position: absolute;
  white-space: nowrap;
}
.slider .circle-wrap .cate-wrap > ul > li .list-title {
  margin-bottom: 5px;
}
.slider .circle-wrap .cate-wrap > .pager4 > li:first-child {
  top: 0;
  right: 100%;
  margin-right: 20px;
  text-align: right;
}
.slider .circle-wrap .cate-wrap > .pager4 > li:nth-child(2) {
  top: 0;
  left: 100%;
  margin-left: 20px;
  text-align: left;
}
.slider .circle-wrap .cate-wrap > .pager4 > li:nth-child(3) {
  bottom: 0;
  left: 100%;
  margin-left: 20px;
  text-align: left;
}
.slider .circle-wrap .cate-wrap > .pager4 > li:last-child {
  bottom: 0;
  right: 100%;
  margin-right: 20px;
  text-align: right;
}
.slider .circle-wrap .cate-wrap > .pager3 > li:first-child {
  top: 20%;
  right: 100%;
  margin-right: 20px;
  text-align: right;
}
.slider .circle-wrap .cate-wrap > .pager3 > li:nth-child(2) {
  top: 0;
  left: 100%;
  margin-left: 20px;
  text-align: left;
}
.slider .circle-wrap .cate-wrap > .pager3 > li:last-child {
  top: 100%;
  left: 100%;
  margin-top: -100px;
  margin-left: -20px;
  text-align: left;
}
.slider .circle-wrap .cate-wrap > .pager2 > li:first-child {
  top: 0;
  left: 100%;
  margin-left: -25%;
  text-align: right;
}
.slider .circle-wrap .cate-wrap > .pager2 > li:last-child {
  bottom: 6%;
  right: 100%;
  margin-right: -10%;
  text-align: right;
}
.slider .circle-wrap .icon-wrap {
  display: inline-block;
  width: 112px;
  height: 112px;
}
.slider .circle-wrap .cate-wrap > ul > li > ul > li {
  line-height: 1.5;
}

.slider .circle-wrap .data-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider .circle-wrap .data-wrap p {
  position: absolute;
  margin: 0;
  font-size: 36px;
  color: #fff;
}
.slider .circle-wrap .data-wrap .first {
  top: 23%;
  left: 55%;
}
.slider .circle-wrap .data-wrap .second {
  bottom: 33%;
  left: 60%;
  color: #4d4d4d;
}
.slider .circle-wrap .data-wrap .last {
  top: 50%;
  left: 25%;
  transform: translate(-25%, -50%);
}

/* 탭 */
.tab {
  margin-bottom: 70px;
  border: 0 !important;
}
.tab ul {
  font-size: 0;
  text-align: center;
  white-space: nowrap;
}
.tab ul > li {
  display: inline-block;
  position: relative; /*width:12.5%; min-width:150px;*/
  margin: 0 20px;
  padding: 15px 0;
}
.tab ul > li a {
  /*display:block;*/
  margin: 0; /*border-right:1px solid #253d4c; color:#1d1d1d;*/
  color: #4d4d4d;
}
/*.tab ul > li:last-child a { border-right:0; }*/
.tab ul > li.on a {
  /*background:#253d4c;*/
  border-bottom: 1px solid #253d4c;
  font-weight: 500; /*color:#fff;*/
  color: #253d4c;
}

/* 모바일 레이아웃 */
.mob-layout {
  display: none;
}

/****************************************
헤더
****************************************/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 9999;
}

#logo {
  display: inline-block;
  width: 270px;
  height: 30px;
  margin: 15px 0;
}
#logo a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

#gnb {
  display: block;
  float: right;
  position: relative;
}
#gnb > ul > li {
  float: left;
  display: block;
  position: relative;
  padding-right: 120px;
}
#gnb > ul > li > a {
  display: block;
  padding: 17px 0;
  font-size: 20px;
}
#gnb > ul > li > a.active,
#gnb > ul > li.open > a {
  color: #f4c36c;
}
#gnb .gnb-depth2 {
  display: block;
  position: absolute;
  top: 100%;
  width: 100%;
  padding: 30px 0 10px;
  opacity: 0;
  visibility: hidden;
}
#gnb .gnb-depth2 a {
  display: block;
  padding: 10px 0;
  font-size: 16px;
}
#gnb .gnb-depth2 a:hover {
  color: #f4c36c;
}

.depth2-bg {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: rgba(37, 61, 76, 0.6);
  border-top: 1px solid #e9eced;
  opacity: 0;
  visibility: hidden;
}

.hbg-wrap {
  display: block;
  position: relative;
  float: right;
  width: 20px;
  height: 20px;
  margin: 20px 0;
}
#hbg {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: none;
  border: 0;
  outline: none;
}
#hbg span {
  position: absolute;
  top: 50%;
  left: 1px;
  width: 18px;
  height: 2px;
  margin-top: -1px;
  background: #fff;
}
#hbg span:before,
#hbg span:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
}
#hbg span:before {
  top: -8px;
}
#hbg span:after {
  top: 8px;
}

#header.scroll {
  padding: 0;
  background: #253d4c;
}
#header.scroll .depth2-bg {
  background: #253d4c;
}
#header.scroll #logo {
  width: 190px;
  height: 20px;
  margin: 20px 0;
}
#header.scroll #gnb .gnb-depth2 {
  padding: 10px 0;
}

/****************************************
푸터
****************************************/
#banner {
  padding: 60px 0;
  background: #fff;
}
#banner ul {
  display: table;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#banner ul > li {
  display: table-cell;
  width: 25%;
  padding: 15px 10px;
  border-right: 1px solid #e9eced;
  vertical-align: top;
}
#banner ul > li:last-child {
  border-right: 0;
}
#banner ul > li p:not(.list-title) {
  font-family: "NanumSquare";
}
#footer {
  background: #253d4c;
}
#footer .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 214px;
  height: 25px;
}
#sitemap {
  display: block;
  position: relative;
  margin: 0 140px 0 26%;
}
#sitemap > ul > li {
  float: left;
  margin-right: 5%;
}
#sitemap > ul > li:last-child {
  margin-right: 0;
}
#sitemap > ul > li .list-title {
  color: #bde9f8;
}
#sitemap > ul > li > ul > li > a {
  display: block;
  padding: 5px 0;
}
#sitemap > ul > li > ul > li > a:hover {
  color: #f4c36c;
}
#footer .logo-fine {
  position: absolute;
  top: 0;
  right: 0;
  width: 138px;
  height: 56px;
}
#footer .logo-fine a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

/****************************************
메인
****************************************/
.main .sect-title {
  font-weight: 500;
  font-size: 48px;
}
.main .cont-box {
  background: #e9eced;
}
.main .cont-box .title-wrap {
  margin-bottom: 60px;
}
.main .list > li .list-title {
  font-family: "Renner";
}

#main-visual {
  position: relative;
  height: 0;
  padding-bottom: 52%;
  background: url("http://www.ipartnersam.co.kr/images/main/main_visual.jpg") center center no-repeat;
  background-size: cover;
}
#main-visual .visual-slogan {
  position: absolute;
  top: 50%;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
#main-visual .visual-title {
  font-size: 90px;
  color: #fff;
}
#main-visual .visual-title .sub-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 0.4em;
  font-family: "Renner";
  color: #fff;
}
#main-visual p:not(.visual-title) {
  font-size: 18px;
  letter-spacing: 3px;
}

#main-growth {
  padding-top: 100px;
}
#main-growth .card {
  margin-bottom: 70px;
}
#main-growth .list > li {
  border-right: 1px solid #e9eced;
}
#main-growth .list > li:last-child {
  border-right: 0;
}
#main-growth .slide-wrap {
  position: relative;
}
#main-growth .slide-progress {
  position: absolute;
  bottom: 25%;
  left: 57.5%;
  width: 21.5%;
  margin-left: 3%;
}
#main-growth .slide-progress > ul > li {
  float: left;
  position: relative;
  width: 60px;
  color: #c5c5c5;
}
#main-growth .slide-progress > ul > li:last-child {
  width: calc(100% - 60px);
}
#main-growth .slide-progress .cur-num {
  color: #1d1d1d;
}
#main-growth .slide-progress .progress-wrap {
  position: relative;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  background: #c5c5c5;
}
#main-growth .slide-progress .progress-wrap .progress-bar {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #1d1d1d;
}
#main-growth .slide {
  font-size: 0;
}
#main-growth .slide-item > div {
  display: inline-block;
  margin-left: 3%;
  font-size: 18px;
  vertical-align: bottom;
}
#main-growth .slide-item > div:first-child {
  margin-left: 0;
}
#main-growth .slide-item .slide-img {
  width: 57.5%;
}
#main-growth .slide-item .slide-txt {
  width: 21.5%;
}
#main-growth .slide-item .slide-txt > p {
  margin-bottom: 15px;
}
#main-growth .slide-item .slide-txt .desc p {
  font-family: "NanumSquare";
}
#main-growth .slide-item .slide-txt .desc .btn-more {
  margin-top: 23.5%;
}

#main-fund .item01 {
  background: url("../images/main_fund01.jpg") center center no-repeat;
}
#main-fund .item02 {
  background: url("../images/main_fund02.jpg") center center no-repeat;
}
#main-fund .item03 {
  background: url("../images/main_fund03.jpg") center center no-repeat;
}
#main-fund .item04 {
  background: url("../images/main_fund04.jpg") center center no-repeat;
}
#main-fund .item05 {
  background: url("../images/main_fund07.jpg") center center no-repeat;
}
#main-fund .item06 {
  background: url("../images/main_fund06.jpg") center center no-repeat;
}
#main-fund .item07 {
  background: url("../images/main_fund05.jpg") center center no-repeat;
}
#main-fund .item08 {
  background: url("../images/main_fund08.jpg") center center no-repeat;
}
#main-fund .item09 {
  background: url("../images/main_fund09.jpg") center center no-repeat;
}
#main-fund .fund-item {
  overflow: hidden;
  padding-bottom: 22.8%;
  background-size: cover;
}
#main-fund .fund-item:before {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#main-fund .fund-item:not(.no-item):hover:before {
  display: block;
}
#main-fund .no-item {
  background: #fff;
}
#main-fund .no-item .logo-blue {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.7;
  transform: translate(-50%, -50%);
}
.fund-item .item-overlay {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 10px;
  transform: translateY(-50%);
}
.fund-item .item-overlay > p {
  font-size: 30px;
  color: #fff;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
}
.fund-item .list-title {
  color: #fff;
}
.fund-item .ovl-txt {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 10px;
  color: #c5c5c5;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(100px);
  visibility: hidden;
}
.fund-item .item-overlay .btn-more.ver1 {
  position: relative;
  margin-top: 20px;
}

/****************************************
서브
****************************************/
/*.sub-visual.ceo, .sub-visual.fundlist, .sub-visual.mezzanine, .sub-visual.pre_ipo, .sub-visual.ipo, .sub-visual.npl, .sub-visual.auction, .sub-visual.p2p, .sub-visual.estate, .sub-visual.pef { background-image:url('http://www.ipartnersam.co.kr/images/company/ceo_visual.jpg'); }
.sub-visual.introduce { background-image:url('http://www.ipartnersam.co.kr/images/company/introduce_visual.jpg'); }
.sub-visual.people { background-image:url('http://www.ipartnersam.co.kr/images/company/people_visual.jpg'); }
.sub-visual.philosophy { background-image:url('http://www.ipartnersam.co.kr/images/investment/philosophy_visual.jpg'); }
.sub-visual.process { background-image:url('http://www.ipartnersam.co.kr/images/investment/process_visual.jpg'); }
.sub-visual.management { background-image:url('http://www.ipartnersam.co.kr/images/investment/management_visual.jpg'); }*/
#wrapper .sub-visual {
  position: relative;
  height: 0;
  padding-bottom: 37%; /*height:740px;*/
  background-position: center top;
  background-repeat: no-repeat; /*background-attachment:fixed;*/
}
.sub-visual .cont-inner {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
}
.sub-visual .page-name {
  position: absolute;
  top: 50%;
  width: 100%;
  font-weight: 200;
  font-size: 130px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(-50%);
}

.common-title {
  position: relative;
  margin: 0;
  padding: 70px 10px 60px;
}
.common-title:before {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left: 50%;
  width: 1px;
  height: 60px;
  margin-left: -0.5px;
  background: #1d1d1d;
}
.common-title .title {
  font-weight: 300;
  font-size: 80px;
  color: #efefef;
  letter-spacing: 0.125em;
}
.common-title .txt {
  margin: 15px auto 0;
  line-height: 1.5;
}
.common-title .txt span {
  display: block;
}

/* COMPANY */
#picto > ul {
  margin-bottom: 40px;
  font-size: 0;
  text-align: center;
}
#picto > ul > li {
  display: inline-block;
  position: relative;
  width: 21%;
  max-width: 295px;
  max-width: 30%;
  margin: 0 3.5%;
  font-size: 18px;
  vertical-align: middle;
}
#picto > ul > li .circle {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border: 1px solid #bdc4c9;
  border-radius: 50%;
}
#picto > ul > li .circle .center-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 6.7%;
  background: #253d4c;
  border-radius: 50%;
}
#picto > ul > li .circle .center-inner p {
  color: #fff;
}
#picto > ul > li .circle .side-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 6.7%;
  border: 1px solid #253d4c;
  border-radius: 50%;
}
#picto > ul > li .circle .side-inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  background: #253d4c;
  border-radius: 60%;
}
#picto > ul > li .circle .side-inner span {
  position: absolute;
  top: 50%;
  width: 42%;
  transform: translateY(-50%);
}
#picto > ul > li:first-child .circle .side-inner:before {
  right: -3px;
}
#picto > ul > li:first-child .circle .side-inner span {
  left: 100%;
}
#picto > ul > li:last-child .circle .side-inner:before {
  left: -3px;
}
#picto > ul > li:last-child .circle .side-inner span {
  right: 100%;
}
#picto > ul > li .circle p {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

#ci .ci {
  height: 0;
  margin-bottom: 60px;
  padding-bottom: 21.43%;
  background: url("http://www.ipartnersam.co.kr/images/company/ci.png") #fff center center no-repeat;
  background-size: cover;
  text-indent: -9999px;
}
#ci > ul > li {
  float: left;
  width: 50%;
  padding: 0 4%;
}
#ci > ul > li > ul > li:first-child {
  margin-bottom: 40px;
}
#ci > ul > li dt {
  display: inline-block;
  width: 35%;
  padding: 30px 0;
  border: 1px solid #253d4c;
  font-family: "NanumSquare";
  text-align: center;
  vertical-align: middle;
}
#ci > ul > li dd {
  display: inline-block;
  margin-left: 40px;
  font-family: "NanumSquare";
  vertical-align: middle;
  word-break: break-all;
}
#glance .icon-wrap {
  width: 112px;
  height: 112px;
}

/* #people .list > li { padding:50px 30px; }
#people .list:first-child > li:nth-child(odd), #people .list:last-child > li:nth-child(even) { background:#fff; }
#people .list > li .list-title { padding-bottom:30px; border-bottom:1px solid #f4c36c; }
#people .list > li .icon-txt { display:block; overflow-y:auto; position:absolute; top:0; left:0; width:100%; height:100%; padding:50px 30px; background:#253d4c; color:#fff; text-align:left; opacity:0; visibility:hidden; }
#people .list > li p.title { margin:15px auto 5px; }
#people .list > li.no-item { padding:100px 0; }
#people .people-contact { padding-top:30px; }
#people .list > li:hover .icon-txt { display:block; } */
#people .card {
  margin-bottom: 70px;
}
#people .card:last-child {
  margin-bottom: 0;
}
#people .list > li .list-title {
  padding-bottom: 30px;
  border-bottom: 1px solid #f4c36c;
}
#people .list > li .hover-hidden {
  display: block;
  padding: 50px 30px;
}
#people .list > li:first-child, #people .list > li:nth-child(3), #people .list > li:nth-child(6), #people .list > li:nth-child(8), #people .list > li:nth-child(9), #people .list > li:nth-child(11)/* , #people .list > li:last-child */ {
  background: #fff;
}
#people .icon-txt {
  display: none;
  position: relative;
  width: 100%;
  color: #fff;
  text-align: left;
}
#people .icon-txt .title {
  margin: 20px auto 5px;
}
#people .icon-txt > p {
  font-size: 17px;
}
#people .list > li.no-item {
  padding: 100px 0;
}
#people .people-contact {
  padding-top: 30px;
  color: #4d4d4d;
}
#people .people-contact > p {
  letter-spacing: 0.5px;
}
#people .list:not(.ceo) > li .btn-mo {
  display: none;
}
#people .list > li .btn-close {
  display: none;
  background: none;
  border: 0;
  color: #fff;
}
#people .list > li .more {
  display: none;
  margin: 10px auto 0;
  background: none;
  border: 0;
}
#people .list > li .btn-mo.active .hover-hidden {
  padding: 30px;
  text-align: left;
}
#people .list > li .btn-mo.active .people-contact {
  display: none;
}
#people .list > li .btn-mo.active .list-title {
  padding: 0;
  border-bottom: 0;
}
#people .people {
  z-index: 1;
}
#people .people > li .hover-hidden {
  height: 273px;
}
#people .people-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#people .people-info .icon-txt {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  padding: 30px;
  background: #253d4c;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
#people .btn-close {
  position: absolute;
  top: 30px;
  right: 30px;
  line-height: 1;
}
#people .people-info .icon-txt:nth-child(3),
#people .people-info .icon-txt:nth-child(4),
#people .people-info .icon-txt:nth-child(7),
#people .people-info .icon-txt:nth-child(8),
#people .people-info .icon-txt:nth-child(11),
#people .people-info .icon-txt:last-child {
  right: 0;
}

.loc-info img {
  width: 100%;
}
.loc-info ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3.5%;
}
.loc-info ul li {
  width: 31%;
  margin-right: 3.5%;
}
.loc-info ul li:nth-child(3),
.loc-info ul li:nth-child(5) {
  margin-right: 0;
}
.loc-info ul li:nth-child(4),
.loc-info ul li:nth-child(5) {
  width: 48.1%;
  margin-top: 3.5%;
}

/* INVESTMENT */
#management .circle-wrap {
  margin-bottom: 180px;
}
.circle-bg.philo {
  background: url("http://www.ipartnersam.co.kr/images/investment/philosophy_circle_bg.jpg") center center
    no-repeat;
}
.circle-bg.manage {
  background: url("http://www.ipartnersam.co.kr/images/investment/management_circle_bg.jpg") center center
    no-repeat;
}

#process {
  position: relative;
}
#process .process {
  position: relative;
  border-top: 1px solid #253d4c;
}
#process .process:before {
  content: "";
  display: block;
  position: absolute;
  top: 37px;
  width: 100%;
  height: 1px;
  border-top: 1px dashed #a3a3a3;
}
#process .process-bar {
  display: block;
  position: absolute;
  top: 36px;
  width: 0;
  height: 2px;
  background: #253d4c;
}
#process .dot-gage {
  display: block;
  width: 15px;
  height: 15px;
  margin: 30px auto;
  background: #253d4c;
  border-radius: 50%;
}
#process .process-num {
  font-weight: 200;
  font-size: 80px;
  color: #bdc4c9;
}
#process .process-list {
  position: relative;
  margin-top: 70px;
  background: #fff;
}
#process .process-list:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -90px;
  left: 50%;
  width: 2px;
  height: 120px;
  margin-left: -1px;
  background: #f4c36c;
}
#process .process-list:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -90px;
  margin-left: -4px;
  border-width: 7px 4px 0 4px;
  border-color: #f4c36c transparent transparent transparent;
  border-style: solid;
}
#process .process-list li {
  padding: 60px 0;
  border-bottom: 1px dashed #1d1d1d;
}
#process .process-list li:nth-child(3) ~ li {
  border-bottom: 0;
}
#process .result {
  margin-top: 130px;
}

/* PRODUCT */
.product {
  position: relative;
}
.product > .list-title {
  position: relative;
  margin: 0;
  padding: 30px 0;
  background: #253d4c;
  color: #fff;
  text-align: center;
}
.product > .list-title .btn-prev {
  position: absolute;
  top: 50%;
  left: 30px;
  padding-left: 55px;
  font-size: 0.708em;
  color: #fff;
  transform: translateY(-50%);
}
.product > .list-title .btn-prev:before,
.product > .list-title .btn-prev:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 5px;
  height: 1px;
  background: #fff;
}
.product > .list-title .btn-prev:before {
  width: 46px;
}
.product > .list-title .btn-prev:after {
  width: 18px;
  transform-origin: 0 100%;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.product > .list-title .btn-next {
  position: absolute;
  top: 50%;
  right: 30px;
  padding-right: 55px;
  font-size: 0.708em;
  color: #fff;
  transform: translateY(-50%);
}
.product > .list-title .btn-next:before,
.product > .list-title .btn-next:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 5px;
  height: 1px;
  background: #fff;
}
.product > .list-title .btn-next:before {
  width: 46px;
}
.product > .list-title .btn-next:after {
  width: 18px;
  transform-origin: 100% 100%;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.product .scrollable {
  border: 1px solid #253d4c;
}
.product .img-wrap {
  position: relative;
}
.product .product-info {
  margin-top: 30px;
  font-family: "NanumSquare";
}
.product .product-info > li {
  padding: 30px 60px;
  border-bottom: 1px dashed #b8b8b8;
}
.product .product-info > li:last-child {
  border-bottom: 0;
}
.product .product-info .info-txt {
  line-height: 1.5;
}
.product .product-info .info-txt .bold {
  margin-bottom: 10px;
}

/* FOUND LIST */
.fund_list {
  margin: 0;
}
.fund_list caption {
  padding: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.fund_list thead th {
  padding: 15px 10px;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #e9eced;
  background: #253d4c;
  height: 40px;
  color: #fff;
}
.fund_list tbody td {
  color: #4d4d4d;
  background: #fff;
  padding: 20px 10px;
  border-top: 1px solid #e9eced;
  line-height: 1.5;
  height: 60px;
  text-align: center;
  word-break: break-all;
}
.fund_list tbody tr:hover td {
  background: #fafafa;
}
.fund_list tbody td > ul > li {
  line-height: 180%;
}

.chart-wrap {
  width: 60%;
  margin: 0 auto;
}
.chart-wrap .chart {
}
.chart-info {
  padding: 10px;
  text-align: center;
}

/* dropdown list */
.dropdown {
  display: none;
  width: 100%;
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  z-index: 1;
  margin-bottom: 60px;
}
.dropdown.active .selLabel:after {
  content: "\25B2";
}
.dropdown.active .dropdown-list li:nth-child(1) {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.dropdown.active .dropdown-list li:nth-child(2) {
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
}
.dropdown.active .dropdown-list li:nth-child(3) {
  -webkit-transform: translateY(300%);
  transform: translateY(300%);
}
.dropdown.active .dropdown-list li:nth-child(4) {
  -webkit-transform: translateY(400%);
  transform: translateY(400%);
}
.dropdown.active .dropdown-list li:nth-child(5) {
  -webkit-transform: translateY(500%);
  transform: translateY(500%);
}
.dropdown.active .dropdown-list li:nth-child(6) {
  -webkit-transform: translateY(600%);
  transform: translateY(600%);
}
.dropdown.active .dropdown-list li:nth-child(7) {
  -webkit-transform: translateY(700%);
  transform: translateY(700%);
}
.dropdown.active .dropdown-list li:nth-child(8) {
  -webkit-transform: translateY(800%);
  transform: translateY(800%);
}
.dropdown > span {
  width: 100%;
  height: 45px;
  line-height: 45px;
  color: #1d1d1d;
  font-size: 18px;
  letter-spacing: 0;
  border-bottom: 2px solid #253d4c;
  background: #fafafa;
  display: block;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dropdown > span:after {
  content: "\25BC";
  position: absolute;
  right: 0px;
  top: 3%;
  width: 50px;
  text-align: center;
  font-size: 12px;
  padding: 10px;
  height: 70%;
  line-height: 24px;
}
.dropdown > span:active {
  -webkit-transform: rotateX(45deg);
  transform: rotateX(45deg);
}
.dropdown > span:active:after {
  content: "\25B2";
}
.dropdown-list {
  position: absolute;
  top: 0px;
  width: 100%;
}
.dropdown-list li {
  display: block;
  background: #fff;
  list-style: none;
  opacity: 1;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #fafafa;
}
.dropdown-list li a {
  color: #1d1d1d;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  font-size: 16px;
  line-height: 45px;
  padding: 0 15px;
  display: block;
  letter-spacing: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.dropdown-list li a:hover {
  background: #253d4c;
  color: #fff;
}

/****************************************
미디어쿼리
****************************************/
@media screen and (max-width: 1400px) {
  #gnb > ul > li {
    padding-right: 70px;
  }
  .list > li {
    padding: 0 10px;
  }

  .icon-wrap {
    margin-bottom: 10px;
  }
  .icon-txt .br {
    display: inline;
  }

  #ci > ul > li dd {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1200px) {
  body,
  label,
  input,
  button,
  select,
  img,
  textarea,
  .list > li {
    font-size: 14px;
  }

  .section {
    padding: 50px 3%;
  }
  .contents {
    padding: 0 3%;
  }
  .cont-box {
    margin-top: 50px;
  }

  .title-wrap {
    margin-bottom: 50px;
  }
  .sect-title,
  .main .sect-title {
    font-size: 30px;
  }
  .list-title {
    font-size: 18px;
  }

  .tab {
    margin-bottom: 50px;
  }

  .slider .circle-wrap .data-wrap p {
    font-size: 25px;
  }

  .btn-more.ver1,
  #main-growth .slide-item .slide-txt .desc .btn-more {
    margin-top: 20px;
  }

  .td-summary ul > li:before {
    top: 8px;
  }

  #header {
    padding: 0;
  }
  .hbg-wrap {
    float: none;
    position: absolute;
    top: 50%;
    right: 3%;
    margin: -10px 0 0;
  }
  #gnb {
    float: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0;
    border-top: 1px solid #d8d9da;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
  }
  #gnb > ul > li {
    float: none;
    padding-right: 0;
    background: #253d4c;
  }
  #gnb > ul > li > a {
    padding: 15px 3%;
  }
  #gnb > ul > li:first-child {
    padding-top: 10px;
  }
  #gnb > ul > li:last-child {
    padding-bottom: 10px;
  }
  #gnb .gnb-depth2 {
    display: none;
    position: relative;
    width: 100%;
    padding: 0;
    background: #929ea5;
  }
  #gnb .gnb-depth2 a {
    padding: 10px 3%;
    text-indent: 10px;
  }
  .depth2-bg {
    display: none;
  }

  #banner {
    padding: 30px 0;
  }

  #main-growth {
    padding-top: 50px;
  }
  #main-growth .card {
    margin-bottom: 50px;
  }
  #main-growth .slide-item .slide-img,
  #main-growth .slide-item .slide-txt {
    margin: 0;
    width: 100%;
  }
  #main-growth .slide-item > div {
    font-size: 14px;
  }
  #main-growth .slide-item .slide-txt {
    margin-top: 30px;
  }
  #main-growth .slide-progress {
    bottom: 0;
    left: auto;
    right: 0;
    width: 50%;
    margin: 0;
  }

  .fund-item .item-overlay > p {
    font-size: 20px;
  }

  .common-title {
    padding: 50px 10px 20px;
  }
  .common-title .title,
  #process .process-num {
    font-size: 60px;
  }
  #main-visual .visual-title,
  .sub-visual .page-name {
    font-size: 60px;
  }
  #main-visual p:not(.visual-title) {
    font-size: 12px;
  }

  #ci > ul > li {
    padding: 0 10px;
  }

  #people .card {
    margin-bottom: 50px;
  }

  #people .icon-txt > p {
    font-size: 14px;
  }

  #process .process-list {
    margin-top: 50px;
  }

  .product > .list-title .btn-next,
  .product > .list-title .btn-prev {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  .list6 > li {
    width: 33.33%;
  }

  .slider:not(#chart) .svg-wrap,
  .slider:not(#chart) .circle-wrap .circle-bg,
  .slider:not(#chart) .pager-wrap {
    display: none;
  }
  .slider:not(#chart) .circle-wrap {
    width: 100%;
    height: auto;
    padding-bottom: 0;
  }
  .slider:not(#chart) .circle-wrap .cate-wrap {
    position: static;
  }
  .slider:not(#chart) .circle-wrap .cate-wrap > ul > li {
    float: left;
    position: static;
    white-space: normal;
  }
  .slider .circle-wrap .cate-wrap > .pager4 > li:first-child,
  .slider .circle-wrap .cate-wrap > .pager4 > li:nth-child(2),
  .slider .circle-wrap .cate-wrap > .pager4 > li:nth-child(3),
  .slider .circle-wrap .cate-wrap > .pager4 > li:last-child {
    width: 50%;
    margin: 0 0 30px;
    text-align: center;
  }
  .slider .circle-wrap .cate-wrap > .pager3 > li:first-child,
  .slider .circle-wrap .cate-wrap > .pager3 > li:nth-child(2),
  .slider .circle-wrap .cate-wrap > .pager3 > li:last-child {
    width: 100%;
    margin: 0 0 30px;
    text-align: center;
  }
  .slider .circle-wrap .cate-wrap > .pager3 > li:last-child {
    margin-bottom: 0;
  }
  .slider .circle-wrap .cate-wrap > .pager3 > li > div {
    display: inline-block;
    margin: 0;
    text-align: left;
    vertical-align: middle;
  }
  .slider .circle-wrap .cate-wrap > .pager3 > li > div:first-child {
    margin-right: 20px;
  }
  .slider .circle-wrap .cate-wrap > .pager3 > li > div:last-child {
    width: 300px;
  }

  #ci > ul > li dt {
    display: block;
    width: 70%;
    margin: 0 auto 20px;
    padding: 20px 0;
  }
  #ci > ul > li dd {
    display: block;
    margin: 0;
    text-align: center;
  }

  #people .list4 > li {
    width: 50%;
  } /* 2018-08-09 */
  #people .list > li:nth-child(4),
  #people .list > li:nth-child(5) {
    background: #fff !important;
  } /* 2018-08-09 */
  #people .list > li:nth-child(3),
  #people .list > li:nth-child(6) {
    background: none !important;
  } /* 2018-08-09 */
  #people .people-info .icon-txt {
    width: 100%;
    height: 50%;
  }
  #people .people-info .icon-txt:nth-child(5),
  #people .people-info .icon-txt:nth-child(6),
  #people .people-info .icon-txt:nth-child(7),
  #people .people-info .icon-txt:last-child {
    top: auto;
    bottom: 0;
  }

  #management .circle-wrap {
    margin-bottom: 0;
  }

  #process .process-bar {
    display: none;
  }
  #process .process {
    padding-top: 30px;
  }
  #process .process:before {
    display: none;
  }
  #process .dot-gage {
    display: none;
  }

  #footer .logo {
    position: static;
  }
  #sitemap {
    margin: 50px auto 0;
  }

  .chart-wrap {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding: 50px 10px;
  }
  .contents {
    padding: 0 10px;
  }

  .list6 > li {
    width: 50%;
  }

  .btn-top {
    display: none;
  }
  .btn-more.ver2 {
    padding: 15px 30px;
  }

  .chess .list {
    display: block;
  }
  .chess .list > li {
    display: inline-block;
  }
  .chess .list:first-child > li:nth-child(odd),
  .chess .list:last-child > li:nth-child(even) {
    background: transparent;
  }
  .chess .list:first-child > li:first-child,
  .chess .list:first-child > li:last-child,
  .chess .list:last-child > li:first-child,
  .chess .list:last-child > li:last-child {
    background: #fff;
  }
  .list3 > li,
  .list4 > li {
    width: 50%;
  }

  .slider .circle-wrap {
    width: 80%;
    padding-bottom: 80%;
  }
  .slider .circle-wrap .cate-wrap > .pager3 > li > div {
    display: block;
    margin: 0;
    text-align: center;
  }
  .slider .circle-wrap .cate-wrap > .pager3 > li > div:first-child {
    margin: 0 auto 30px;
  }
  .slider .circle-wrap .cate-wrap > .pager3 > li > div:last-child {
    width: 100%;
  }
  .slider .pager-wrap .circle-pager.pager2 > li:first-child {
    left: 10%;
  }
  .slider .pager-wrap .circle-pager.pager2 > li:last-child {
    right: 33%;
  }
  .slider .pager-wrap .circle-pager > li {
    width: 8px;
    height: 8px;
  }
  .slider .cate-wrap {
    margin-top: 30px;
  }
  .slider .cate-wrap .pager2 li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 10px;
  }
  .slider .cate-wrap .pager2 li:last-child {
    margin-bottom: 0;
  }
  .slider .cate-wrap .pager2 li:after {
    content: attr(data-percent);
    display: block;
    position: absolute;
    top: 1px;
    right: 0;
    font-size: 18px;
    color: #1d1d1d;
  }
  .slider .cate-wrap .pager2 li:before {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 100%;
  }
  .slider .cate-wrap .pager2 li:first-child:before {
    background: #253d4c;
  }
  .slider .cate-wrap .pager2 li:last-child:before {
    background: #929ea5;
  }
  .slider .cate-wrap .pager2 .list-title {
    margin-bottom: 0;
  }

  .td-fundname {
    min-width: 140px;
    word-break: keep-all !important;
  }

  #logo {
    width: 190px;
    height: 20px;
    margin: 20px 0;
  }
  #gnb > ul > li > a {
    font-size: 18px;
    padding: 15px 10px;
  }
  #gnb .gnb-depth2 a {
    font-size: 16px;
    padding: 10px;
  }

  .pc-layout {
    display: none;
  }
  .mob-layout {
    display: block;
  }
  #banner ul > li {
    width: 50%;
  }
  #banner ul > li a {
    color: #253d4c;
  }
  #banner ul > li a i {
    display: block;
    margin: 0 auto 10px;
    font-size: 40px;
  }
  /*#footer .mob-layout { margin-right:90px; }*/
  #footer .mob-layout * {
    font-family: "NanumSquare";
    color: #fff;
  }
  #footer .mob-layout ul li {
    float: left;
    margin-right: 5px;
  }
  #footer .logo-fine {
    width: 80px;
    height: 32px;
  }

  #main-visual {
    height: 500px;
    padding-bottom: 0;
  }

  #main-growth .list > li {
    padding: 20px 10px; /* border-bottom:1px solid #e9eced; */
  }
  #main-growth .list > li:nth-child(even) {
    border-right: 0;
  }
  #main-growth .list > li:nth-child(3),
  #main-growth .list > li:last-child {
    border-bottom: 0;
  }
  #main-fund .fund-item {
    padding-bottom: 30%;
  }
  #main-fund .no-item {
    display: none;
  }

  #wrapper .sub-visual {
    height: 400px;
    padding-bottom: 0;
  }
  .sub-visual .page-name {
    font-size: 50px;
  }

  #picto > ul > li {
    width: 50%;
    margin: 0;
    vertical-align: top;
  }
  #picto > ul > li:first-child,
  #picto > ul > li:last-child {
    margin-top: 25%;
  }
  #picto > ul > li .circle .side-inner:before {
    display: none;
  }
  #picto > ul > li:first-child .circle .side-inner:before {
    right: 5%;
  }
  #picto > ul > li:last-child .circle .side-inner:before {
    left: 5%;
  }
  #picto > ul > li .circle .side-inner span {
    top: -10px;
  }
  #picto > ul > li:first-child .circle .side-inner span {
    left: auto;
    right: -25%;
    transform: rotate(-45deg);
  }
  #picto > ul > li:last-child .circle .side-inner span {
    right: auto;
    left: -25%;
    transform: rotate(45deg);
  }
  #ceo-message .list3 > li {
    width: 100%;
    margin-bottom: 30px;
  }
  #ceo-message .list3 > li:last-child {
    margin-bottom: 0;
  }

  #process .process-list li {
    border-bottom: 0;
  }

  #process .result .list3 > li {
    width: 33.33%;
  }

  .product .product-info {
    margin-top: 15px;
  }
  .product .product-info > li {
    padding: 15px;
  }
  .product .btn-zoom {
    display: block;
  }

  .tab {
    margin-bottom: 30px;
  }
  .tab + .sect-title {
    display: none;
  }

  .dropdown {
    display: block;
  }
  .dropdown span,
  .dropdown li a {
    text-align: left;
  }
}

@media screen and (max-width: 500px) {
  .loc-info ul {
    display: block;
  }
  .loc-info ul li,
  .loc-info ul li:nth-child(4),
  .loc-info ul li:nth-child(5) {
    width: 100%;
    margin-top: 5%;
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .sect-title,
  .main .sect-title {
    font-size: 26px;
  }
  .sect-title .sub-title {
    font-size: 14px;
  }

  .slider .circle-wrap .cate-wrap > .pager4 > li:first-child,
  .slider .circle-wrap .cate-wrap > .pager4 > li:nth-child(2),
  .slider .circle-wrap .cate-wrap > .pager4 > li:nth-child(3),
  .slider .circle-wrap .cate-wrap > .pager4 > li:last-child {
    width: 100%;
  }
  .slider .circle-wrap .cate-wrap > .pager4 > li:last-child {
    margin-bottom: 0;
  }
  .slider .circle-wrap .data-wrap p {
    font-size: 18px;
  }

  .chess .list:first-child > li:first-child,
  .chess .list:first-child > li:last-child,
  .chess .list:last-child > li:first-child,
  .chess .list:last-child > li:last-child {
    background: transparent;
  }
  .chess .list > li:nth-child(even) {
    background: #fff !important;
  }
  .list3 > li,
  .list4 > li {
    width: 100%;
  }

  /*.i-philosophy.shadow:after { background-size:77px 77px; }
	.i-strategy.shadow:after { background-position:4px 4px; background-size:71px 71px; }
	.i-process.shadow:after { background-position:3px 3px; background-size:71px 70px; }
	.i-management.shadow:after { background-position:1px 1px; background-size:75px 74px; }

	.i-flexible:after { background-size:78px 62px; }
	.i-creative:after { background-size:77px 79px; }
	.i-handshake:after { background-size:77px 72px; }
	.icon-wrap { width:80px; height:80px; }*/
  .i-satisfy:after {
    background-size: 78px 78px;
  }
  .i-feedback:after {
    background-size: 76px 75px;
  }
  .i-benefit:after {
    background-size: 78px 71px;
  }

  #main-visual .visual-title .sub-title {
    margin-bottom: 15px;
  }

  #main-growth .list > li {
    border-right: 0;
    border-bottom: 1px solid #e9eced;
  }
  #main-growth .list > li:nth-child(3) {
    border-bottom: 1px solid #e9eced;
  }
  #main-fund .fund-item {
    padding-bottom: 50%;
  }

  #wrapper .sub-visual {
    height: 300px;
    padding-bottom: 0;
  }
  .sub-visual .page-name {
    font-size: 40px;
  }
  .common-title .title {
    font-size: 40px;
  }

  #people .list4 > li {
    width: 100%;
    padding: 0;
  } /* 2018-08-09 */
  #people .people-info {
    display: none;
  }
  #people .list > li:nth-child(odd) {
    background: #fff !important;
  } /* 2018-08-09 */
  #people .list > li:nth-child(4),
  #people .list > li:nth-child(8) {
    background: none !important;
  }
  #people .people > li .btn-people {
    display: none;
  }
  #people .list:not(.ceo) > li .btn-mo,
  #people .list > li .more {
    display: block;
  }
  #people .people > li .hover-hidden {
    height: auto;
  }

  #picto > ul > li .circle p {
    margin: 0;
    font-size: 14px;
  }
  #ci > ul > li {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  #ci > ul > li:last-child {
    margin-bottom: 0;
  }

  #process .process-list:before {
    bottom: -40px;
    height: 60px;
  }
  #process .process-list:after {
    bottom: -40px;
  }
  #process .process-list li {
    padding: 25px 0;
  }
  #process .result {
    margin-top: 60px;
  }
  #process .result .icon-wrap {
    width: 80px;
    height: 80px;
  }

  .common-title {
    margin-bottom: 30px;
  }

  .tab {
    margin-bottom: 20px;
  }

  .chart-wrap {
    width: 100%;
    margin: 0 auto;
  }
}
