@charset "UTF-8";
.txtL, .al-l {
  text-align: left !important;
}

.txtC, .al-c {
  text-align: center !important;
}

.txtR, .al-r {
  text-align: right !important;
}

.offscreen {
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;
  color: transparent;
}

.emphasis {
  color: #dc0004 !important;
}

.emphasis02 {
  color: #1e75d6 !important;
}

.emphasis03 {
  color: #369700 !important;
}

.emphasis04 {
  color: #41ad00 !important;
}

.emphasis05 {
  color: #777777 !important;
}

.emphasis06 {
  color: #ec008c !important;
}

.emphasis07 {
  color: #ee137b !important;
}

.emphasis08 {
  color: #ee1679 !important;
}

.emphasis09 {
  color: #4c9144 !important;
}

.layerMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.btn-go-top {
  position: fixed;
  bottom: 18px;
  right: 18px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: url("../images/common/btn-go-top.png") no-repeat center;
  background-size: 100%;
  z-index: 160;
  opacity: 0.8;
  box-shadow: 0 2px 5px rgba(7, 7, 7, 0.3);
}

.btn-go-my {
  position: fixed;
  bottom: 110px;
  right: 18px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: url("../images/biz/invest/robo/btn-go-my.png") no-repeat center;
  background-size: 100%;
  z-index: 160;
  opacity: 0.8;
  box-shadow: 0 2px 5px rgba(7, 7, 7, 0.3);
}

.btn-go-search {
  position: fixed;
  bottom: 65px;
  right: 18px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: url("../images/biz/invest/robo/btn-go-search.png") no-repeat center;
  background-size: 100%;
  z-index: 160;
  opacity: 0.8;
  box-shadow: 0 2px 5px rgba(7, 7, 7, 0.3);
}

.sup {
  margin-top: -5px;
  display: inline-block;
  font-size: 11px;
  color: #1e75d6;
  vertical-align: top;
}

.sup.gray {
  margin-top: -2px;
  font-size: 8px;
  color: #777;
}

.no-margin {
  margin: 0 !important;
}

.btm-txt-left {
  margin-top: 15px;
}

/*********************************************************************************
	layout
*********************************************************************************/
body.pop, body.mask {
  overflow: hidden;
}

#kmsWrap {
  position: relative;
  height: 100%;
}

#kmswrapper {
  overflow: hidden;
  position: relative;
  min-height: 100%;
  padding: 57px 0 278px;
}

#kmswrapper.has-sticky{
  padding-bottom: 208px;
}
#kmswrapper.has-sticky #kmsFooter{
  bottom: 48px;
}

/* skipNavi */
#skipNavi a {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #ee137b;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  overflow: hidden;
  z-index: 9999;
}

#skipNavi a:focus, #skipNavi a:active {
  margin-top: 0;
  height: auto;
  padding: 10px 0;
}

/* header */
#kmsHeader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 1px solid #c2c2c2;
  background-color: #fff;
  z-index: 150;
  transition: top .7s ease;
}

#kmsHeader .header-inner {
  height: 56px;
  padding: 0 42px;
}

#kmsHeader .logo {
  padding: 15px 0 10px;
}

#kmsHeader .logo img {
  height: 31px;
}

#kmsHeader .page-title button, #kmsHeader .page-title span {
  display: block;
  width: 100%;
  padding: 15px 5px;
  line-height: 26px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

#kmsHeader .page-title button > em {
  display: inline-block;
  position: relative;
  max-width: 100%;
  padding: 0 14px 0 0;
  vertical-align: top;
}

#kmsHeader .page-title button > em:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 7px;
  height: 5px;
  background: url("../images/common/btn-page-title.png") no-repeat center;
  background-size: 100% auto;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#kmsHeader .page-title > span,
#kmsHeader .page-title button > em {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#kmsHeader .btn-page-back {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 42px;
  background: url("../images/common/btn-page-back.png") no-repeat 22px center;
  background-size: 17px auto;
}

#kmsHeader .btn-gnb {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 42px;
  background: url("../images/common/btn-hamburder.png") no-repeat 2px center;
  background-size: 19px auto;
}

#kmsHeader.hide {
  top: -57px;
  transition: top .7s ease;
}

/* sub menu */
.sub-menu-wrap {
  display: none;
  position: fixed;
  top: 57px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 170;
}

.sub-menu-wrap .layerMask {
  position: absolute;
}

.sub-menu-wrap .sub-menu-list {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: 0 18px;
  background-color: #fff;
}

.sub-menu-wrap .sub-menu-list ul > li {
  border-top: 1px solid #e7e7e7;
  text-align: center;
}

.sub-menu-wrap .sub-menu-list ul > li a {
  display: block;
  padding: 12px 0;
  line-height: 23px;
  font-size: 16px;
}

.sub-menu-wrap .sub-menu-list ul > li a span {
  position: relative;
  display: inline-block;
}

.sub-menu-wrap .sub-menu-list ul > li:first-child {
  border-top: none;
}

.sub-menu-wrap .sub-menu-list ul > li.active a {
  color: #1e75d6;
}

.sub-menu-wrap .sub-menu-list ul > li.active a span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #1e75d6;
}

/* kmsContainer / kmsContents */
#kmsContents {
  padding: 30px 18px;
}

/* footer */
#kmsFooter {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  
  border-top: 1px solid #d5d5d5;
  background-color: #f7f7f7;
}

#kmsFooter .footer-inner {
  position: relative;
  padding: 30px 18px;
}

#kmsFooter .foot-sns {
  line-height: 0;
  text-align: center;
}

#kmsFooter .foot-sns .sns-wrap {
  display: inline-block;
}

#kmsFooter .foot-sns .sns-wrap:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;
}

#kmsFooter .foot-sns .sns-wrap > li {
  display: inline-block;
  padding: 0 5px;
}

#kmsFooter .foot-sns .sns-wrap > li > a {
  display: block;
  width: 36px;
  height: 36px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

#kmsFooter .foot-sns .sns-wrap > li > a.podbbang {
  background-image: url("../images/icon/icon-podbbang.png");
}

#kmsFooter .foot-sns .sns-wrap > li > a.youtbe {
  background-image: url("../images/icon/icon-youtbe.png");
}

#kmsFooter .foot-sns .sns-wrap > li > a.instagram {
  background-image: url("../images/icon/icon-instagram.png");
}

#kmsFooter .foot-sns .sns-wrap > li > a.facebook {
  background-image: url("../images/icon/icon-facebook.png");
}

#kmsFooter .foot-sns .sns-wrap > li > a.blog {
  background-image: url("../images/icon/icon-blog.png");
}

#kmsFooter .foot-conts {
  margin: 15px 0 0;
}

#kmsFooter .foot-conts .copy {
  display: block;
  padding: 0 18px;
  font-size: 12px;
  color: #777;
  text-align: center;
}

#kmsFooter .foot-logo {
  height: 25px;
  margin: 5px 0 0;
  text-align: center;
}

#kmsFooter .foot-logo img {
  height: 100%;
  vertical-align: top;
}

/* 에러화면 */
#kmsWrap.error-page #kmswrapper {
  padding: 57px 0 0;
}

#kmsWrap.error-page #kmsHeader {
  border-bottom: 1px solid transparent;
}

#kmsWrap.error-page #kmsHeader .header-inner {
  padding: 0 24px;
}

#kmsWrap.error-page #kmsHeader .logo {
  text-align: left;
}

#kmsWrap.error-page #kmsFooter {
  display: none;
}

/* 로그아웃 */
#kmsWrap.logout-page #kmswrapper {
  padding: 0;
}

#kmsWrap.logout-page #kmsHeader {
  display: none;
}

#kmsWrap.logout-page #kmsContents {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  padding: 0 18px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#kmsWrap.logout-page #kmsContents .result-complete-wrap {
  margin: 0;
}

#kmsWrap.logout-page #kmsContents .result-complete-wrap .result-complete-desc {
  padding: 90px 0 0;
  background-position: center top;
}

#kmsWrap.logout-page .btn-go-top {
  display: none;
}

#kmsWrap.logout-page #kmsFooter {
  display: none;
}

/*********************************************************************************
	전체메뉴
*********************************************************************************/
.gnb-wrap {
  position: fixed;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #efefef;
  z-index: 171;
  opacity: 0;
  transition: left .3s ease, opacity .3s ease;
}

.gnb-wrap .inner {
  height: 100%;
}

.gnb-wrap .gnb-head {
  height: 78px;
  border-bottom: 1px solid #e9e9e9;
  background-color: #fff;
}

.gnb-wrap .gnb-head .gnb-head-top {
  width: 100%; height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
  gap:10px;
}
.gnb-wrap .gnb-head .login ul {
  display: flex; 
}
.gnb-wrap .gnb-head .login ul li {
  padding: 0 11px;
  position: relative;

}
.gnb-wrap .gnb-head .login ul li:nth-child(1) {
  padding: 0 11px 0 0;
}
.gnb-wrap .gnb-head .login ul li:nth-child(1)::after{
  content: '';
  width: 1px; height: 10px;
  background: #d9d9d9;
  display: block;
  position: absolute; 
  top: 9px; right: 0; 
}

.gnb-wrap .gnb-head-top.logout {
  justify-content: space-between;
}
.gnb-wrap .gnb-head-top.logout .btn-gnb-home {
  flex-grow: 1;
  margin-left: -10px;
}
.gnb-wrap  .gnb-head-top.logout .btn-gnb-logout {
  flex-grow: 2;
  display: inline-flex;
  justify-content: flex-end;
}
.gnb-wrap .gnb-head .btn-gnb-logout a{
    text-decoration: underline;
    color: #1e75d6;
    margin-left: 5px;
    padding-bottom: 2px;

}

.gnb-wrap .gnb-head .btn-gnb-search {
  position: absolute;
  left: 12px;
  top: 0;
  width: 39px;
  height: 56px;
  background: url("../images/icon/icon-search.png") no-repeat center;
  background-size: 20px auto;
}
.header-inner .btn-group .btn-gnb-home,
.gnb-wrap .gnb-head .btn-gnb-home {
  width: 40px;
  height: 40px;
  background: url("../images/icon/icon-home.png") no-repeat center;
  background-size: 20px auto;
}

.gnb-wrap .gnb-head .login-state-box {
  position: relative;
  padding: 0 24px;
}

.gnb-wrap .gnb-head .login-state-box .login-state {
  padding: 10px 0;
  line-height: 26px;
  font-size: 20px;
  font-weight: 700;
}

.gnb-wrap .gnb-head .login-state-box .login-state strong {
  display: inline-block;
}

.gnb-wrap .gnb-head .login-state-box .login-func-wrap {
  position: absolute;
  right: 12px;
  top: 10px;
  line-height: 26px;
}

.gnb-wrap .gnb-head .login-state-box .login-func-wrap button {
  position: relative;
  padding: 0 12px;
  vertical-align: top;
}

.gnb-wrap .gnb-head .login-state-box .login-func-wrap button em {
  display: block;
  line-height: 26px;
}

.gnb-wrap .gnb-head .login-state-box .login-func-wrap button + button:after {
  display: block;
  content: "";
  position: absolute;
  left: -1px;
  top: 50%;
  width: 1px;
  height: 11px;
  background-color: #d9d9d9;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.gnb-wrap .menu-list-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 78px;
  bottom: 0;
}

.gnb-wrap .menu-list-box > ul {
  width: 39%;
  height: 100%;
  padding: 9px 0 0;
  overflow-y: auto;
}

.gnb-wrap .menu-list-box > ul > li > a {
  display: block;
  padding: 15px 10px 15px 24px;
  line-height: 25px;
  font-size: 16px;
}

.gnb-wrap .menu-list-box > ul > li > a:hover {
  color: #ee137b;
}
.gnb-wrap .menu-list-box > ul > li > .sub-gnb-box {
	display: none;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	left: 39%;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #fff;
  }
  


.gnb-wrap .menu-list-box > ul > li.active > a {
  font-weight: 700;
}

.gnb-wrap .menu-list-box .sub-gnb-box.lv2 {
  display: none;
}

.gnb-wrap .menu-list-box .sub-gnb-box.lv2 > ul > li {
  padding: 9px 0;
  border-top: 1px solid #f2f2f2;
}

.gnb-wrap .menu-list-box .sub-gnb-box.lv2 > ul > li > a {
  display: block;
  position: relative;
  padding: 12px 0 12px 24px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 700;
}

.gnb-wrap .menu-list-box .sub-gnb-box.lv2 > ul > li > a.fold {
  padding: 12px 40px 12px 24px;
}

.gnb-wrap .menu-list-box .sub-gnb-box.lv2 > ul > li > a.fold:after {
  display: block;
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 17px;
  height: 9px;
  background-image: url("../images/common/gnb-depth2.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.gnb-wrap .menu-list-box .sub-gnb-box.lv2 > ul > li.active > a{
  color: #1e75d6;
}

.gnb-wrap .menu-list-box .sub-gnb-box.lv2 > ul > li.active > a.fold:after {
  background-image: url("../images/common/gnb-depth2.png");
  background-position: center top;
}

.gnb-wrap .menu-list-box .sub-gnb-box.lv3 {
  display: none;
}

.gnb-wrap .menu-list-box .sub-gnb-box.lv3 > ul > li > a {
  display: block;
  position: relative;
  padding: 5px 0 5px 24px;
  line-height: 24px;
  font-size: 16px;
}

.gnb-wrap .menu-list-box .sub-gnb-box.lv3 > ul > li.active > a {
  font-weight: 700;
}

.gnb-wrap .menu-list-box .sub-gnb-box.lv3 > ul > li.active > a.fold:after {
  background-position: center bottom;
}

.gnb-wrap .menu-list-box .sub-gnb-box.lv3 > ul > li > a.fold {
  padding: 5px 40px 5px 24px;
}

.gnb-wrap .menu-list-box .sub-gnb-box.lv3 > ul > li > a.fold:after {
  display: block;
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 12px;
  height: 12px;
  background-image: url("../images/common/gnb-depth3.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.gnb-wrap .menu-list-box .sub-gnb-box.lv3 > ul > li > a.ico-app {
  padding: 12px 40px 12px 24px;
}

.gnb-wrap .menu-list-box .sub-gnb-box.lv3 > ul > li > a.ico-app:after {
  display: block;
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 32px;
  height: 20px;
  background-image: url("../images/common/gnb-app.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.gnb-wrap .menu-list-box .sub-gnb-box.lv3 > ul > li > a.ico-lock {
  padding: 12px 40px 12px 24px;
}

.gnb-wrap .menu-list-box .sub-gnb-box.lv3 > ul > li > a.ico-lock:after {
  display: block;
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 12px;
  height: 13px;
  background-image: url("../images/common/gnb-lock.png");
  background-position: center center;
  background-size: 11px auto;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.gnb-wrap .menu-list-box .sub-gnb-box.lv4 {
  display: none;
  padding: 9px 0;
}

.gnb-wrap .menu-list-box .sub-gnb-box.lv4 > ul {
  padding: 9px 0;
  background-color: #f7f7f7;
}

.gnb-wrap .menu-list-box .sub-gnb-box.lv4 > ul > li > a {
  display: block;
  position: relative;
  padding: 6px 8px 6px 32px;
  line-height: 22px;
  font-size: 14px;
  color: #666;
}

.gnb-wrap .menu-list-box .sub-gnb-box.lv4 > ul > li > a:after {
  display: block;
  content: "";
  position: absolute;
  left: 24px;
  top: 17px;
  width: 5px;
  height: 1px;
  background-color: #666;
}

.gnb-wrap .btn-gnb-close {
  width: 40px;height: 40px;
  margin-right: 10px;;
  background: url("../images/common/btn-gnb-close.png") no-repeat center;
  background-size: 20px auto;
}

/*********************************************************************************
	통합검색
*********************************************************************************/
.global-search-wrap {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 171;
}

.global-search-wrap .inner-recently-search {
  height: 100%;
  padding: 58px 0 0;
}

.global-search-wrap .inp-global-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 16px 24px 0;
}

.global-search-wrap .inp-global-search .inner {
  position: relative;
  padding: 0 30px;
  border-bottom: 2px solid #282828;
}

.global-search-wrap .inp-global-search .inner input[type="text"] {
  width: 100%;
  height: 40px;
}

.global-search-wrap .inp-global-search .inner:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin: -10px 0 0;
  background: url("../images/icon/icon-search.png") no-repeat center;
  background-size: 20px auto;
}

.global-search-wrap .recently-search-box {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  height: 100%;
  padding: 30px 24px;
}

.global-search-wrap .recently-search-box .search-word-list {
  margin: 10px 0 0;
  line-height: 0;
}

.global-search-wrap .recently-search-box .search-word-list ul li {
  margin: 6px 0 0;
}

.global-search-wrap .recently-search-box .search-word-list ul li:first-child {
  margin: 0;
}

.global-search-wrap .recently-search-box .no-recently {
  line-height: 22px;
  color: #777;
}

.global-search-wrap .recently-item {
  position: relative;
}

.global-search-wrap .recently-item button {
  width: 100%;
  vertical-align: top;
  text-align: left;
}

.global-search-wrap .recently-item button.del {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 20px;
}

.global-search-wrap .recently-item button.del:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 12px;
  background-color: #777;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.global-search-wrap .recently-item button.del:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 12px;
  background-color: #777;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.global-search-wrap .auto-complete-search {
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  height: 100%;
  padding: 30px 24px;
}

.global-search-wrap .auto-complete-search ul li {
  margin: 6px 0 0;
}

.global-search-wrap .auto-complete-search ul li:first-child {
  margin: 0;
}

.global-search-wrap .btn-search-close {
  position: absolute;
  right: 24px;
  top: 16px;
  height: 40px;
  font-size: 13px;
}

/*********************************************************************************
	컨텐츠 묶음 박스 (접근성 선형화)
*********************************************************************************/
.bundle-wrap {
  margin: 40px 0 0;
}

.bundle-wrap:first-child {
  margin: 0;
}

.bundle-wrap.type02 .top-box + .tab-list-wrap {
  margin-top: 10px;
}

.bundle-wrap.type02 .top-box.offscreen + .tab-list-wrap {
  margin-top: 0;
}

.bundle-wrap.line-top {
  margin: 40px -18px 0;
  padding: 40px 18px 0;
  border-top: 8px solid #e7e7e7;
}

.bundle-wrap.line-top.no-padding {
  padding-top: 0;
}

.bundle-wrap.line-top.no-padding + .bundle-wrap {
  margin-top: 0;
}

.step-location-wrap + .bundle-wrap,
.top-fixed-area + .bundle-wrap {
  margin: 30px 0 0;
}

.bundle-inner-wrap {
  margin: 30px 0 0 0;
}

.bundle-inner-wrap:first-child {
  margin: 0;
}

.top-box + .bundle-inner-wrap, .top-box + .txt-box-list {
  margin-top: 15px;
}

/*********************************************************************************
	text style
*********************************************************************************/
/* title */
.head-title {
  display: block;
  margin: 40px 0 0;
  line-height: 26px;
  font-size: 18px;
}

.head-title:first-child {
  margin: 0;
}

.head-title .btn-tit-arrow {
  display: inline-block;
  margin-left: 9px;
}

.head-title02 {
  display: block;
  margin: 20px 0 0;
  line-height: 24px;
  font-size: 16px;
}

.head-title02:first-child {
  margin: 0;
}

.head-title03 {
  display: block;
  margin: 20px 0 0;
  line-height: 20px;
  font-size: 14px;
}

.head-title03:first-child {
  margin: 0;
}

.tit-star {
  display: block;
  position: relative;
  padding-left: 10px;
  line-height: 18px;
}

.tit-star:before {
  content: "*";
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  line-height: 8px;
}

.btn-tit-arrow {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 14px;
  line-height: 14px;
}

.btn-tit-arrow:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 14px;
  background: url("../images/icon/icon-tit-arrow.png") no-repeat 0 0;
  background-size: contain;
}

/* 컨텐츠 상단 타이틀/소팅 등등 영역 */
.top-box {
  margin: 40px 0 0;
  line-height: 0;
}

.top-box .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 5px 0 0;
}

.top-box .inner:first-child {
  margin: 0;
}

.top-box .inner.al-end {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.top-box .row-box {
  margin: 10px 0 0;
}

.top-box .row-box:first-child {
  margin: 0;
}

.top-box:first-child {
  margin: 0;
}

.top-box .head-title {
  margin: 0;
}

.top-box .head-title02 {
  margin: 0;
}

.top-box .essential {
  line-height: 24px;
}

.top-box .essential:before {
  content: "";
  text-indent: 0;
  overflow: visible;
}

.top-box .graph-unit {
  position: relative;
  display: inline-block;
  padding-left: 35px;
}

.top-box .graph-unit:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 24px;
  height: 8px;
  background: url("../images/icon/ir-unit-img.png") 0 0;
  background-size: 100%;
}

.top-box .total {
  display: inline-block;
  line-height: 24px;
  color: #777;
}

.top-box .descript {
  display: inline-block;
  margin: 15px 0 5px 0;
  font-size: 13px;
  color: #777;
}

.top-box .inp-check {
  margin: 0 5px 0 0;
}

.top-box .inp-check:last-child {
  margin: 0;
}

.top-box .desc-date {
  line-height: 24px;
  color: #777;
  text-align: right;
}

.top-box .item {
  position: relative;
  display: inline-block;
  line-height: 24px;
  color: #777;
}

.top-box .desc-date + .item {
  margin: 0 0 0 13px;
}

.top-box .desc-date + .item:before {
  content: "";
  display: block;
  position: absolute;
  left: -8px;
  top: 50%;
  width: 1px;
  height: 12px;
  background-color: #e0e0e0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.top-box .left-case.type02 .head-title, .top-box .left-case.type02 .head-title02, .top-box .left-case.type02 .head-title03 {
  display: inline-block;
}

.top-box .left-case.type02 .btn-tooltip {
  display: inline-block;
  margin: 5px 0 0 5px;
}

.top-box .right-case.type03 {
  display: -webkit-inline-flex;
  display: inline-flex;
}

.top-box .right-case .item-term {
  display: inline-block;
}

.top-box .right-case .item-term + button {
  margin-left: 8px;
}

.top-box.lv2 {
  margin: 20px 0 0;
}

.search-form-wrap + .top-box,
.invest-propensity-wrap + .top-box,
.recommend-fund-wrap + .top-box,
.search-form-wrap + .bundle-wrap, .tbl-view-wrap + .search-form-wrap.type02 {
  margin: 30px 0 0;
}

/* default text */
.desc-box {
  margin: 10px 0 0;
}

.desc-box:first-child {
  margin: 0;
}

.desc-box .btn-inner-group {
  margin: -6px 0 0;
}

.desc-box .btn-inner-group button, .desc-box .btn-inner-group a {
  margin: 6px 2px 0 0;
}

.desc-box .btn-inner-group button:last-child, .desc-box .btn-inner-group a:last-child {
  margin: 6px 0 0 0;
}

.desc-box .date {
  text-align: right;
  color: #777;
}

.desc-box.bold {
  font-weight: 700;
}

.desc-box .btn-area button {
  margin: 10px 0 0 0;
}

.desc-box.multi {
  margin: 20px 0 0 0;
}

.desc-box.multi button {
  margin: 10px 0 0 0;
}

.desc-box.multi strong + p, .desc-box.multi p + p, .desc-box.multi .sub-tit + p {
  margin: 5px 0 0 0;
}

.desc-box.multi strong.normal {
  font-weight: 400;
}

.desc-box.multi .dash-list, .desc-box.multi .circle-list {
  margin: 5px 0 0 0;
}

.desc-box.multi .dash-list > li, .desc-box.multi .circle-list > li {
  margin: 0;
}

.desc-box.multi .tbl-list-wrap,
.desc-box.multi .tbl-view-wrap {
  margin: 10px 0 0 0;
}

.desc-box.multi .blue-box {
  margin-top: 20px;
}

.desc-box.multi .sub-tit {
  font-size: 16px;
}

.desc-box.multi.type02 .btn-area {
  margin: 0 0 0 -20px;
}

.desc-box.multi.type02 .circle-list > li {
  margin-top: 9px;
}

.desc-box.multi.type02 .circle-list > li .tbl-view-wrap {
  margin-left: -20px;
}

.desc-box .head-title03 + .step-process-wrap {
  margin-top: 15px;
}

.top-box + .desc-box.multi {
  margin: 10px 0 0;
}

.top-box.lv2 + .desc-box.multi {
  margin: 20px 0 0;
}

.desc-box + .img-wrap {
  margin: 10px 0 0 0;
}

.desc-box + .bundle-wrap {
  margin: 30px 0 0 0;
}

.desc-box + .gray-box, .desc-box + .gray-box02 {
  margin: 15px 0 0 0;
}

.gray-box + .desc-box {
  margin-top: 20px;
}

/* 회색박스 */
.gray-box {
  margin: 40px 0 0 0;
  padding: 20px;
  background: #f7f7f7;
}

.gray-box strong.head-title02, .gray-box .tooltip-content {
  font-weight: 400;
}

.gray-box strong.head-title02 + .inp-search {
  margin-top: 16px;
}

.gray-box.info-box {
  margin-top: 10px;
  color: #777;
}

.gray-box.info-box .desc-box {
  margin-top: 15px;
}

.gray-box.info-box .btn-inner-group {
  margin: 8px 0 0 0;
}

.gray-box:first-child {
  margin: 0;
}

.gray-box.type02 {
  padding: 12px;
}

.gray-box.type03 {
  color: #111;
}

.gray-box02 {
  background: #f7f7f7;
  display: table;
  width: 100%;
}

.gray-box02 .inner {
  display: table-row;
}

.gray-box02 .inner > * {
  display: table-cell;
  line-height: 40px;
}

.gray-box02 .inner .item-arrow {
  position: relative;
  min-width: 80px;
  min-height: 40px;
  background: #e1e1e1;
  text-align: center;
}

.gray-box02 .inner .item-arrow:after {
  content: '';
  position: absolute;
  top: 0;
  right: -40px;
  width: 0;
  height: 0;
  border-top: 20px solid #e1e1e1;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.gray-box02 .inner .item-txt {
  width: 75%;
  padding-left: 20px;
  text-align: center;
}

/* 블루박스 */
.blue-box {
  padding: 20px;
  background: #edf4fc;
}

/* 라인박스 */
.line-box {
  border: 1px solid #e1e1e1;
}

.line-box .tit-area {
  display: block;
  padding: 10px 5px 11px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  border-bottom: 1px solid #e1e1e1;
}

.line-box.type02 .tit-area {
  background: #f9f9f9;
}

.line-box.type02 .list-area {
  padding: 16px 20px;
  background: #f9f9f9;
}

.line-box.type02 .list-area .circle-list, .line-box.type02 .list-area .dash-list {
  margin: 0;
}

.line-box.type02 .list-area .dash-list + .circle-list {
  margin-top: 20px;
}

.line-box .cont-area {
  padding: 16px 20px;
}

.line-box.type03 {
  border-color: #ee137b;
  border-radius: 2px;
}

.line-box.type03 .list-area {
  padding: 16px 20px;
  background: #fff;
}

.line-box.type03 .dot-list > li:before {
  background-color: #ee137b;
}

.round-box {
  padding: 19px 20px;
  border: 1px solid #e1e1e1;
  border-color: #c2c2c2;
  border-radius: 8px;
}

.round-box .tit-area {
  display: block;
  padding: 0 5px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.round-box .tit-sub-area {
  display: block;
  padding: 9px 20px 20px;
  text-align: center;
}

.round-box .cont-area {
  padding: 16px 0 0 0;
  border-top: 1px solid #e1e1e1;
  text-align: center;
  color: #777;
}

.desc-box + .round-box, .round-box + .round-box {
  margin-top: 15px;
}

.line-box-wrap > li {
  margin: 20px 0 0 0;
}

.line-box-wrap.icon-plus > li {
  position: relative;
}

.line-box-wrap.icon-plus > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-left: -23px;
  width: 46px;
  height: 46px;
  z-index: 1;
  background: url("../images/icon/icon-plus-shadow.png") no-repeat center center;
  background-size: 46px auto;
}

.line-box-wrap.icon-plus > li:first-child:before {
  display: none;
}

.line-box-wrap + .gray-box.type02 {
  margin-top: 20px;
}

/* flex-box */
.flex-box {
  margin: 15px 0 0 0;
}

.flex-box:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;
}

.flex-box .inner {
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

.flex-box .inner .left-case {
  width: calc(50% - 6px);
}

.flex-box .inner .right-case {
  width: calc(50% - 6px);
  margin-left: auto;
}

.flex-box.line-type {
  border: 1px solid #e7e7e7;
}

.flex-box.line-type .left-case {
  width: 50%;
  padding: 20px 0;
  text-align: center;
}

.flex-box.line-type .right-case {
  width: 50%;
  padding: 20px 0;
  text-align: center;
  border-left: 1px solid #e7e7e7;
}

.flex-box.line-type strong {
  display: block;
  font-size: 16px;
  font-weight: 400;
}

.flex-box.line-type a {
  margin: 5px 0 0 0;
}

/* top gradient box */
.bn-qcm-wrap {
  position: relative;
  margin-top: 0;
  padding: 18px;
  background: linear-gradient(135deg, #c1d4f3, #f1d6f0);
}

.bn-qcm-wrap:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65.5px;
  height: 65.5px;
  z-index: 1;
  background: url("../images/biz/domestic/bg_corner.png") no-repeat center;
}

.bn-qcm-wrap .inner-box {
  padding: 25px;
  background: #fff;
  box-shadow: 2px 0 5px rgba(7, 7, 7, 0.12);
}

.bn-qcm-wrap .inner-box .head-title {
  letter-spacing: -.3px;
}

.bn-qcm-wrap .inner-box > .title {
  color: #777;
  font-weight: normal;
}

.bundle-wrap + .bn-qcm-wrap {
  margin-top: 40px;
}

/* info icon list */
.info-icon-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #d2d2d2;
}

.info-icon-list:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;
}

.info-icon-list > li {
  width: 50%;
  border: 1px solid #d2d2d2;
  border-top: 0;
}

.info-icon-list > li .info-icon-box {
  border: 0;
}

.info-icon-list > li:nth-child(even) {
  border-left: 0;
}

.info-icon-list.col3 {
  border-left: 1px solid #d2d2d2;
}

.info-icon-list.col3 > li {
  width: 33.3%;
  border-left: 0;
}

.info-icon-list.link-type {
  border: 0;
}

.info-icon-list.link-type > li {
  border: 0;
  border-left: 1px solid #f0f0f0;
}

.info-icon-list.link-type > li:first-child {
  border-left: 0;
}

.info-icon-list.link-type > li .info-icon-box {
  padding: 65px 0 0;
}

.info-icon-list.link-type > li .info-icon-box:before {
  top: 0;
}

.info-icon-list.type02 {
  border-top: none;
}

.info-icon-list.type02 > li {
  width: 100%;
  margin-top: 20px;
  border: none;
}

.info-icon-list.type02 > li:first-child {
  margin-top: none;
  border: none;
}

.info-icon-list.type02 > li:nth-child(even) {
  border: none;
}

.info-icon-list.type02 .info-icon-box {
  position: relative;
  padding: 80px 0 20px;
  text-align: center;
  border: 1px solid #f0f0f0;
}

.info-icon-list.type02 .info-icon-box .info-tit {
  margin-top: 6px;
  font-weight: 700;
}

.info-icon-list.type02 .info-icon-box .dot-list {
  text-align: left;
}

.info-icon-list.type02 .info-icon-box .info-bar {
  margin-top: 10px;
  font-size: 22px;
}

.info-icon-list.type02 .info-icon-box .info-bar > span {
  position: relative;
  display: inline-block;
  padding: 0 4px 0 9.5px;
}

.info-icon-list.type02 .info-icon-box .info-bar .txt02:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 1px;
  height: 17px;
  background-color: #e1e1e1;
}

.info-icon-list.type02 .info-icon-box:before {
  margin-left: -25px;
}

.info-icon-list.type02 .info-icon-box.icon-ars01:before {
  content: '';
  position: absolute;
  top: 30px;
  left: 50%;
  width: 50px;
  height: 50px;
  background: url("../images/biz//customer/ars-icon-01.png") no-repeat center;
  background-size: 100%;
}

.info-icon-list.type02 .info-icon-box.icon-ars02:before {
  content: '';
  position: absolute;
  top: 30px;
  left: 50%;
  width: 50px;
  height: 50px;
  background: url("../images/biz//customer/ars-icon-02.png") no-repeat center;
  background-size: 100%;
}

.info-icon-list.type02 .info-icon-box.icon-ars03:before {
  content: '';
  position: absolute;
  top: 30px;
  left: 50%;
  width: 50px;
  height: 50px;
  background: url("../images/biz//customer/ars-icon-03.png") no-repeat center;
  background-size: 100%;
}

.info-icon-list.type02 .info-icon-box .text {
  padding-left: 10px;
  font-size: 14px;
  text-align: left;
  color: #777;
}

.info-icon-list.type03 {
  border-top: none;
}

.info-icon-list.type03 > li {
  width: 100%;
  margin: 0;
  padding: 16px 10px 16px 50px;
  border: none;
  border-top: 1px solid #e7e7e7;
}

.info-icon-list.type03 > li:first-child {
  margin-top: none;
  border: none;
}

.info-icon-list.type03 > li:nth-child(even) {
  border: none;
  border-top: 1px solid #e7e7e7;
}

.info-icon-list.type03 > li .info-tit {
  font-size: 16px;
  font-weight: 400;
  color: #111;
}

.info-icon-list.type03 > li .info-txt {
  margin-top: 5px;
  color: #777;
}

.info-icon-list.type03 > li:last-child {
  padding-bottom: 0;
}

.info-icon-list.type03 > li.icon01 {
  background: url("../images/biz/consumer/consumer-kr-complaints-icon01.png") no-repeat 0 20px;
  background-size: 30px auto;
}

.info-icon-list.type03 > li.icon02 {
  background: url("../images/biz/consumer/consumer-kr-complaints-icon02.png") no-repeat 0 20px;
  background-size: 30px auto;
}

.info-icon-list.type03 > li.icon03 {
  background: url("../images/biz/consumer/consumer-kr-complaints-icon03.png") no-repeat 0 20px;
  background-size: 30px auto;
}

.info-icon-list.type03 > li.icon04 {
  background: url("../images/biz/consumer/consumer-kr-complaints-icon04.png") no-repeat 0 20px;
  background-size: 30px auto;
}

.info-icon-list.type03 > li.icon05 {
  background: url("../images/biz/consumer/consumer-kr-complaints-icon05.png") no-repeat 0 20px;
  background-size: 30px auto;
}

.info-icon-list.type03 > li.icon06 {
  background: url("../images/biz/consumer/consumer-kr-complaints-icon06.png") no-repeat 0 20px;
  background-size: 30px auto;
}

.info-icon-box {
  position: relative;
  padding: 102px 0 20px;
  text-align: center;
  border: 1px solid #d2d2d2;
}

.info-icon-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -30px;
  width: 62px;
  height: 62px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.info-icon-box .info-tit {
  display: block;
  padding: 0 10px;
  font-size: 16px;
}

.info-icon-box .info-cont {
  margin: 10px 0 0;
  padding: 0 20px;
}

.info-icon-box.icon-phishing01:before {
  background-image: url("../images/biz/customer/icon-phishing01.png");
}

.info-icon-box.icon-phishing02:before {
  background-image: url("../images/biz/customer/icon-phishing02.png");
}

.info-icon-box.icon-phishing03:before {
  background-image: url("../images/biz/customer/icon-phishing03.png");
}

.info-icon-box.icon-phishing04:before {
  background-image: url("../images/biz/customer/icon-phishing04.png");
}

.info-icon-box.icon-phishing05:before {
  background-image: url("../images/biz/customer/icon-phishing05.png");
}

.info-icon-box.icon-phishing06:before {
  background-image: url("../images/biz/customer/icon-phishing06.png");
}

.info-icon-box.icon-phishing07:before {
  background-image: url("../images/biz/customer/icon-phishing07.png");
}

.info-icon-box.icon-phishing08:before {
  background-image: url("../images/biz/customer/icon-phishing08.png");
}

.info-icon-box.icon-phishing09:before {
  background-image: url("../images/biz/customer/icon-phishing09.png");
}

.info-icon-box .btn-wrap {
  margin: 20px 0 0;
}

/* dash-list */
.dash-list {
  margin: 10px 0 0;
}

.dash-list > li {
  position: relative;
  margin: 6px 0 0;
  padding: 0 0 0 10px;
  line-height: 22px;
  font-size: 14px;
}

.dash-list > li:first-child {
  margin: 0;
}

.dash-list > li:before {
  display: block;
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
}

.dash-list li.billiard {
  color: #777;
}

.dash-list li.billiard.nobl:before {
  content: none;
}

.dash-list .tbl-list-wrap.lv02:first-child {
  margin-top: 10px;
}

.dash-list .dot-list {
  margin: 5px 0 0;
}

.dash-list .dot-list > li {
  margin: 5px 0 0;
}

.dash-list .dot-list > li:first-child {
  margin: 0;
}

.dash-list .dot-list:first-child {
  margin: 5px 0 0;
}

.dash-list .dot-list.type03:first-child {
  margin: 0;
}

.dash-list .desc-box:first-child {
  margin: 10px 0 0;
}

.dash-list:first-child {
  margin: 0;
}

.dash-list .btn-area {
  margin-top: 2px;
}

p.dash-list {
  position: relative;
  padding: 0 0 0 10px;
  line-height: 22px;
  font-size: 14px;
}

p.dash-list:before {
  display: block;
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
}

.dash-list.type02 {
  color: #777;
}

.dash-list.type03 {
  margin: 5px 0 0;
}

.dash-list.type03 > li {
  margin: 5px 0 0;
  padding: 0 0 0 10px;
  line-height: 18px;
  font-size: 13px;
}

.dash-list.type03 > li:first-child {
  margin: 0;
}

.dash-list.type03:first-child {
  margin: 0;
}

.dash-list.type04 {
  margin: 5px 0 0;
}

.dash-list.type04 > li {
  margin: 0;
}

.dash-list.type04:first-child {
  margin: 0;
}

.dash-list.billiard {
  color: #777;
}

.dash-list + .tbl-view-wrap {
  margin-top: 15px;
}

.dash-list + .gray-box {
  margin-top: 20px;
}

/* dot-list */
.dot-list {
  margin: 10px 0 0;
}

.dot-list > li {
  position: relative;
  margin: 6px 0 0;
  padding: 0 0 0 10px;
  line-height: 22px;
  font-size: 14px;
}

.dot-list > li:first-child {
  margin: 0;
}

.dot-list > li:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 2px;
  height: 2px;
  background-color: #000;
}

.dot-list li.emphasis:before {
  background-color: #dc0004 !important;
}

.dot-list li.emphasis05:before {
  background-color: #777 !important;
}

.dot-list:first-child {
  margin: 0;
}

.dot-list.type02, .dot-list.emphasis05 {
  color: #777;
}

.dot-list.type02 > li:before, .dot-list.emphasis05 > li:before {
  background-color: #777 !important;
}

.dot-list.type02 a, .dot-list.emphasis05 a {
  color: #777;
}

.dot-list.type02 .dash-list > li, .dot-list.emphasis05 .dash-list > li {
  margin-top: 0;
}

.dot-list.type03 {
  margin: 0;
}

.dot-list.type03 > li {
  margin: 0;
}

/* circle-list */
.circle-list {
  position: relative;
  margin-top: 10px;
}

.circle-list > li {
  position: relative;
  margin: 10px 0 0;
  padding: 0 0 0 20px;
}

.circle-list > li:first-child {
  margin-top: 0;
}

.circle-list .num {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  letter-spacing: -1px;
}

.circle-list .dash-list > li {
  margin: 0;
}

.circle-list.type02 {
  margin-top: 0;
}

.circle-list.type02 > li {
  margin: 0;
}

.circle-list.type03 {
  margin-top: 0;
}

.circle-list.type03 > li {
  margin: 0;
  padding: 0 0 0 15px;
}

.circle-list.type03 .num {
  letter-spacing: 0px;
}

.circle-list.type04 {
  margin-top: 0;
}

.circle-list.type04 > li {
  margin: 0;
  padding: 0 0 0 18px;
}

.circle-list.type04 .num {
  letter-spacing: 0px;
}

.circle-list .ccl-notice {
  margin-top: 4px;
  color: #777;
}

.circle-list .ccl-notice .tit {
  position: relative;
  margin-left: -20px;
  padding-left: 10px;
}

.circle-list .ccl-notice .tit:before {
  display: block;
  content: "*";
  position: absolute;
  left: 0;
  top: 3px;
  width: 5px;
}

.circle-list .ccl-notice > li {
  position: relative;
  padding-left: 10px;
}

.circle-list .ccl-notice > li:before {
  display: block;
  content: "*";
  position: absolute;
  left: 0;
  top: 3px;
  width: 5px;
}

.circle-list .ccl-notice strong {
  font-weight: inherit;
}

div.circle-list {
  margin-top: 0;
  padding-left: 20px;
}

/* num-list */
.num-list {
  margin: 20px 0 0 0;
  border-top: 2px solid #444;
  border-bottom: 1px solid #cbcbcb;
}

.num-list > li {
  position: relative;
  padding: 13px 15px 13px 40px;
  border-top: 1px solid #e7e7e7;
}

.num-list > li:first-child {
  border-top: 0;
}

.num-list > li > .num {
  position: absolute;
  top: 13px;
  left: 13px;
  display: inline-block;
  color: #1e75d6;
}

.num-list > li > .desc {
  margin: 8px 0 0;
  color: #777;
}

.num-list > li > .desc > li {
  margin: 5px 0 0;
  color: #777;
}

.num-list > li > .desc .circle-list > li {
  color: #111;
}

.num-list > li > .bg-desc {
  position: relative;
  margin: 13px -15px -14px -40px;
  padding: 20px 12px;
  color: #777;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #cbcbcb;
  background: #f9f9f9;
  z-index: 1;
}

.num-list > li > .bg-desc .desc-inner-box {
  margin-top: 5px;
}

.num-list > li > .bg-desc .desc-inner-box .tbl-list-wrap {
  margin-top: 5px;
}

.num-list > li ul.desc {
  margin: 0;
}

.desc-box + .num-list {
  margin-top: 15px;
}

/* sup-list */
.sup-list {
  margin: 15px 0 0;
}

.sup-list li {
  position: relative;
  margin: 5px 0 0;
  padding-left: 12px;
  color: #777;
}

.sup-list li .sup {
  position: absolute;
  top: -1px;
  left: 0;
  margin-top: 0;
}

.sup-list li:first-child {
  margin: 0;
}

p.sup-list {
  position: relative;
  margin: 6px 0 0;
  color: #777;
}

p.sup-list .sup {
  position: relative;
  margin-top: -1px;
}

/* 영역 */
.cont-wrap {
  margin: 10px 0 0 0;
}

/* 출처 영역 */
.whence-box {
  margin: 20px 0 0;
  text-align: right;
  color: #777;
}

/*********************************************************************************
	button style
*********************************************************************************/
/* primary */
.btn-primary {
  display: block;
  width: 100%;
  border: 1px solid #181949;
  border-radius: 2px;
  background-color: #181949;
  text-align: center;
}

.btn-primary span {
  display: inline-block;
  padding: 11px 0;
  line-height: 24px;
  font-size: 16px;
  color: #fff;
  vertical-align: top;
}

.btn-primary.gray {
  border: 1px solid #777;
  background-color: #777;
}

.btn-primary.white {
  border: 1px solid #c2c2c2;
  background-color: #fff;
}

.btn-primary.white span {
  color: #111;
}

.btn-primary.red {
  border: 1px solid #dc0004;
  background-color: #dc0004;
}

.btn-primary.buy {
  border: 1px solid #dc0004;
  background-color: #dc0004;
}

.btn-primary.buy span {
  position: relative;
  padding-right: 23px;
}

.btn-primary.buy span:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 19px;
  height: 19px;
  margin: -10px 0 0;
  background: url("../images/icon/icon-btn-app.png") no-repeat center;
  background-size: auto 19px;
}

.btn-primary.buy02 {
  border: 1px solid #181949;
  background-color: #181949;
}

.btn-primary.buy02 span {
  position: relative;
  padding-right: 23px;
}

.btn-primary.buy02 span:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 19px;
  height: 19px;
  margin: -10px 0 0;
  background: url("../images/icon/icon-btn-app.png") no-repeat center;
  background-size: auto 19px;
}

.btn-primary:disabled {
  border: 1px solid #ededed;
  background-color: #ededed;
}

.btn-primary:disabled span {
  color: #aaa;
}

.btn-primary.white:disabled {
  border: 1px solid #ededed;
  background-color: #fff;
}

.btn-primary.app span {
  position: relative;
  padding-right: 23px;
}

.btn-primary.app span:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 19px;
  height: 19px;
  margin: -10px 0 0;
  background: url("../images/icon/icon-btn-app.png") no-repeat center;
  background-size: auto 19px;
}

/* 비교하기 버튼 */
.btn-primary.compare {
  border: 1px solid #c2c2c2;
  background-color: #fff;
}

.btn-primary.compare span {
  color: #111;
}

.btn-primary.compare.active span {
  position: relative;
  padding-left: 17px;
  color: #1e75d6;
}

.btn-primary.compare.active span:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 15px;
  height: 14px;
  margin: -7px 0 0;
  background-image: url("../images/common/btn-compar-selected.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 15px auto;
}

/* second */
.btn-second {
  display: inline-block;
  min-width: 70px;
  padding: 0 15px;
  border: 1px solid #c2c2c2;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  border-radius: 2px;
}

.btn-second span {
  display: inline-block;
  padding: 8px 0;
  line-height: 22px;
  font-size: 14px;
}

.btn-second.gray {
  border: 1px solid #777;
  background-color: #777;
}

.btn-second.gray span {
  color: #fff;
}

.btn-second.navy {
  border: 1px solid #181949;
  background-color: #181949;
}

.btn-second.navy span {
  color: #fff;
}

.btn-second.red {
  border: 1px solid #dc0004;
  background-color: #dc0004;
}

.btn-second.red span {
  color: #fff;
}

.btn-second.buy {
  border: 1px solid #dc0004;
  background-color: #dc0004;
}

.btn-second.buy span {
  position: relative;
  padding-right: 23px;
  color: #fff;
}

.btn-second.buy span:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 19px;
  height: 19px;
  margin: -10px 0 0;
  background: url("../images/icon/icon-btn-app.png") no-repeat center;
  background-size: auto 19px;
}

.btn-second:disabled {
  border: 1px solid #ededed;
  background-color: #ededed;
}

.btn-second:disabled span {
  color: #aaa;
}

.btn-second.white:disabled {
  border: 1px solid #ededed;
  background-color: #fff;
}

.btn-second.app span {
  position: relative;
  padding-right: 23px;
}

.btn-second.app span:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 19px;
  height: 19px;
  margin: -10px 0 0;
  background: url("../images/icon/icon-btn-app.png") no-repeat center;
  background-size: auto 19px;
}

.btn-second.full {
  width: 100%;
}

/* tiny */
.btn-tiny {
  display: inline-block;
  padding: 0 10px;
  border: 1px solid #c2c2c2;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  border-radius: 2px;
}

.btn-tiny span {
  display: block;
  padding: 4px 0;
  font-size: 13px;
  line-height: 20px;
}

.btn-tiny.gray {
  border: 1px solid #777;
  background-color: #777;
}

.btn-tiny.gray span {
  color: #fff;
}

.btn-tiny.navy {
  border: 1px solid #181949;
  background-color: #181949;
}

.btn-tiny.navy span {
  color: #fff;
}

.btn-tiny.red {
  border: 1px solid #dc0004;
  background-color: #dc0004;
}

.btn-tiny.red span {
  color: #fff;
}

/* 버튼 새창열기 아이콘 */
a.btn-primary[target="_blank"] span {
  position: relative;
  padding-right: 13px;
}

a.btn-primary[target="_blank"] span:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  margin: -3px 0 0;
  background-image: url("../images/icon/icon-new-window.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 10px auto;
}

a.btn-primary[target="_blank"].white span:after {
  background-position: center -10px;
}

a.btn-second[target="_blank"] span, a.btn-tiny[target="_blank"] span {
  position: relative;
  padding-right: 13px;
}

a.btn-second[target="_blank"] span:after, a.btn-tiny[target="_blank"] span:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  margin: -3px 0 0;
  background-image: url("../images/icon/icon-new-window.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 10px auto;
}

a.btn-second[target="_blank"].gray span:after, a.btn-second[target="_blank"].navy span:after, a.btn-second[target="_blank"].red span:after, a.btn-tiny[target="_blank"].gray span:after, a.btn-tiny[target="_blank"].navy span:after, a.btn-tiny[target="_blank"].red span:after {
  background-position: center top;
}

/* 버튼 윈도우/레이어 팝업 아이콘 */
.btn-primary.icon-pop span {
  position: relative;
  padding-right: 17px;
}

.btn-primary.icon-pop span:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  margin: -7px 0 0;
  background-image: url("../images/icon/icon-popup.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 14px auto;
}

.btn-primary.icon-pop.white span:after {
  background-position: center bottom;
}

.btn-second.icon-pop span, .btn-tiny.icon-pop span {
  position: relative;
  padding-right: 17px;
}

.btn-second.icon-pop span:after, .btn-tiny.icon-pop span:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  margin: -7px 0 0;
  background-image: url("../images/icon/icon-popup.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 14px auto;
}

.btn-second.icon-pop.gray span:after, .btn-second.icon-pop.navy span:after, .btn-second.icon-pop.red span:after, .btn-tiny.icon-pop.gray span:after, .btn-tiny.icon-pop.navy span:after, .btn-tiny.icon-pop.red span:after {
  background-position: center top;
}

.btn-second.icon-pop.type02 span, .btn-tiny.icon-pop.type02 span {
  padding-right: 0;
}

.btn-second.icon-pop.type02 span:after, .btn-tiny.icon-pop.type02 span:after {
  display: inline-block;
  position: relative;
  right: auto;
  top: auto;
  margin: 0px 0 0 5px;
  vertical-align: middle;
}

/* 파란색 바로가기 링크 아이콘 */
.btn-primary.white.icon-go span {
  position: relative;
  padding-right: 17px;
}

.btn-primary.white.icon-go span:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin: -3px 0 0;
  width: 6px;
  height: 9px;
  background-image: url(../images/icon/icon-arrow-blue.png);
  background-position: center top;
  background-size: 6px auto;
}

/* 검색 상세 버튼 */
.btn-second.icon-detail span {
  position: relative;
  padding-left: 15px;
}

.btn-second.icon-detail span:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 9px;
  height: 9px;
  margin: -4px 0 0;
  background-image: url("../images/icon/icon-search-detail.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 9px auto;
}

.btn-second.icon-detail.gray span:after, .btn-second.icon-detail.navy span:after, .btn-second.icon-detail.red span:after {
  background-position: center bottom;
}

/* 버튼 다운로드 아이콘 */
.btn-tiny.icon-download span, .btn-second.icon-download span {
  position: relative;
  padding-right: 14px;
}

.btn-tiny.icon-download span:after, .btn-second.icon-download span:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  margin: -6px 0 0;
  background-image: url("../images/icon/icon-download.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px auto;
}

/* 첨부파일 버튼 */
.btn-attach {
  display: inline-block;
  position: relative;
  width: 17px;
  height: 15px;
  background: url("../images/icon/icon-attach.png") no-repeat center;
  background-size: 17px 15px;
}

.btn-attach .num {
  display: block;
  position: absolute;
  right: -3px;
  top: -3px;
  width: 13px;
  height: 12px;
  line-height: 12px;
  font-size: 8px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  background-color: #172b43;
}

/* 스크랩 버튼 */
.btn-scrap {
  width: 34px;
  height: 34px;
  border: 1px solid #c2c2c2;
  border-radius: 2px;
  background-image: url("../images/icon/icon-scrap.png");
  background-repeat: no-repeat;
  background-position: center -1px;
  background-size: 34px auto;
}

.btn-scrap.active {
  background-position: center -35px;
}

/* 삭제버튼 */
.btn-delete {
  width: 34px;
  height: 34px;
  border: 1px solid #c2c2c2;
  border-radius: 2px;
  background-color: #fff;
  background-image: url("../images/icon/icon-delete.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px auto;
}

/* 새로고침 */
.btn-refresh {
  width: 34px;
  height: 34px;
  border: 1px solid #c2c2c2;
  border-radius: 2px;
  background-color: #fff;
  background-image: url("../images/icon/icon-refresh.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px auto;
}

/* pdf 버튼 */
.btn-pdf {
  width: 36px;
  height: 36px;
  border: 1px solid #c2c2c2;
  border-radius: 2px;
  background-color: #fff;
  background-image: url("../images/icon/icon-pdf.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px auto;
}

/* pdf 버튼 - noline(테이블안) */
a.btn-pdf-noline {
  display: inline-block;
  width: 34px;
  height: 34px;
  background-color: #fff;
  background-image: url("../images/icon/icon-pdf.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px auto;
}

/* new버튼 */
.btn-new {
  display: inline-block;
  width: 30px;
  height: 30px;
}

/* 파일다운로드 버튼 */
.btn-download {
  display: inline-block;
  vertical-align: middle;
}

.btn-download span {
  display: block;
  position: relative;
  padding: 0 0 0 20px;
  text-align: left;
}

.btn-download span:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 15px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
}

.btn-download.doc span:before {
  background-image: url("../images/icon/icon-doc.png");
  background-size: 15px auto;
}

.btn-download.xls span:before {
  background-image: url("../images/icon/icon-xls.png");
  background-size: 15px auto;
}

.btn-download.txt span:before {
  background-image: url("../images/icon/icon-txt.png");
  background-size: 15px auto;
}

.btn-download.png span:before {
  background-image: url("../images/icon/icon-png.png");
  background-size: 15px auto;
}

.btn-download.jpg span:before {
  background-image: url("../images/icon/icon-jpg.png");
  background-size: 15px auto;
}

.btn-download.gif span:before {
  background-image: url("../images/icon/icon-gif.png");
  background-size: 15px auto;
}

.btn-download.bmp span:before {
  background-image: url("../images/icon/icon-bmp.png");
  background-size: 15px auto;
}

.btn-download.mp4 span:before {
  background-image: url("../images/icon/icon-mp4.png");
  background-size: 15px auto;
}

.btn-download.movi span:before {
  background-image: url("../images/icon/icon-movi.png");
  background-size: 15px auto;
}

.btn-download.avi span:before {
  background-image: url("../images/icon/icon-avi.png");
  background-size: 15px auto;
}

.btn-download.mov span:before {
  background-image: url("../images/icon/icon-mov.png");
  background-size: 15px auto;
}

.btn-download.pdf span:before {
  background-image: url("../images/icon/icon-pdf.png");
  background-size: 15px auto;
}

.btn-download.hwp span:before {
  background-image: url("../images/icon/icon-hwp.png");
  background-size: 15px auto;
}

.btn-download.img span:before {
  background-image: url("../images/icon/icon-img.png");
  background-size: 15px auto;
}

/* 공유하기 버튼 */
.btn-share {
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #c2c2c2;
  border-radius: 2px;
  background: #fff url("../images/icon/icon-share.png") no-repeat center;
  background-size: 20px auto;
}

.btn-share02 {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #ededed;
  border-radius: 100%;
  background: #fff url("../images/icon/icon-share.png") no-repeat center;
  background-size: 20px auto;
}

/* 툴팁버튼 */
.btn-tooltip {
  overflow: hidden;
  width: 15px;
  height: 15px;
  line-height: 0;
  border-radius: 15px;
  vertical-align: top;
  background: url("../images/common/btn-tooltip.jpg") no-repeat center;
  background-size: 15px;
}

/* toggle 버튼 */
.btn-toggle {
  position: relative;
  border: 1px solid #c2c2c2;
  background-color: #fff;
}

.btn-toggle span {
  display: block;
  padding: 4px 0;
  line-height: 22px;
  font-size: 14px;
}

.btn-toggle.active {
  border: 1px solid #555;
  background-color: #555;
  z-index: 1;
}

.btn-toggle.active span {
  color: #fff;
}

/* 소팅 토글 */
.btn-toggle-case {
  display: inline-block;
}

.btn-toggle-case:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;
}

.btn-toggle-case .btn-toggle {
  float: left;
  min-width: 80px;
  margin: 0 0 0 -1px;
}

.btn-toggle-case .btn-toggle:first-child {
  margin: 0;
  border-radius: 2px 0 0 2px;
}

.btn-toggle-case .btn-toggle:last-child {
  border-radius: 0 2px 2px 0;
}

/* 기간 조회 토글 */
.period-toggle-case {
  display: -webkit-flex;
  display: flex;
}

.period-toggle-case .btn-toggle {
  -webkit-flex: 1;
  flex: 1;
}

.period-toggle-case .btn-toggle + .btn-toggle {
  border-left: none;
}

.period-toggle-case .btn-toggle:first-child {
  margin: 0;
  border-radius: 2px 0 0 2px;
}

.period-toggle-case .btn-toggle:last-child {
  border-radius: 0 2px 2px 0;
}

/* 조회 팝업 버튼 */
.btn-inquiry-item span {
  display: inline-block;
  position: relative;
  padding: 0 15px 0 0;
  line-height: 22px;
  color: #777;
}

.btn-inquiry-item span:after {
  display: block;
  content: "";
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 50%;
  width: 9px;
  height: 9px;
  border-bottom: 2px solid #777;
  border-left: 2px solid #777;
  -webkit-transform: translate(0, -6px) rotate(-45deg);
  transform: translate(0, -6px) rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

/* flag */
.flag-item {
  display: inline-block;
  padding: 0 8px;
  line-height: 18px;
  font-size: 11px;
  border: 1px solid #d2d2d2;
  border-radius: 2px;
  vertical-align: middle;
}

.flag-item.blue {
  padding: 0 4px;
  line-height: 16px;
  color: #1e75d6;
  border: 1px solid #1e75d6;
}

.flag-item.green {
  padding: 0 4px;
  line-height: 16px;
  color: #19a8a6;
  border: 1px solid #19a8a6;
}

.flag-item.gray {
  padding: 0 4px;
  line-height: 16px;
  color: #777;
  border: 1px solid #d2d2d2;
}

.flag-new {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../images/common/flag-new.jpg") no-repeat center;
  background-size: 100% 100%;
  vertical-align: middle;
}

.flag-lock {
  display: inline-block;
  margin-top: -3px;
  width: 11px;
  height: 13px;
  background: url("../images/common/flag-lock.png") no-repeat 0 0;
  background-size: 100% auto;
  vertical-align: middle;
}

.icon-email {
  display: inline-block;
  width: 16px;
  height: 12px;
  background: url("../images/icon/icon-email.png") no-repeat center;
  background-size: 100% 100%;
  vertical-align: middle;
}

/* 위험도 */
.flag-item.grade1 {
  color: #dc0004;
  border: 1px solid #dc0004;
}

.flag-item.grade2 {
  color: #ed2b03;
  border: 1px solid #ed2b03;
}

.flag-item.grade3 {
  color: #ff6c00;
  border: 1px solid #ff6c00;
}

.flag-item.grade4 {
  color: #41ad00;
  border: 1px solid #41ad00;
}

.flag-item.grade5 {
  color: #0b5900;
  border: 1px solid #0b5900;
}

.flag-item.grade6 {
  color: #1824ca;
  border: 1px solid #1824ca;
}

.flag-item.grade7 {
  color: #8112bc;
  border: 1px solid #8112bc;
}

/* 위험도 - ELS/DLS/채권 일경우 type02*/
.flag-item.type02.grade1 {
  color: #dc0004;
  border: 1px solid #dc0004;
}

.flag-item.type02.grade2 {
  color: #ff6c00;
  border: 1px solid #ff6c00;
}

.flag-item.type02.grade3 {
  color: #41ad00;
  border: 1px solid #41ad00;
}

.flag-item.type02.grade4 {
  color: #0b5900;
  border: 1px solid #0b5900;
}

.flag-item.type02.grade5 {
  color: #1824ca;
  border: 1px solid #1824ca;
}

/* 채권서브 */
.flag-item.special {
  color: #fff;
  border: 1px solid #c08d31;
  background: #c08d31;
}

.flag-item.first {
  color: #5861c5;
  border: 1px solid #b2b6de;
}

.flag-item.new {
  color: #009fb1;
  border: 1px solid #addde3;
}

.flag-item.recommend {
  color: #00b871;
  border: 1px solid #ade0c8;
}

.flag-item.option {
  color: #dd9c00;
  border: 1px solid #eed393;
}

.flag-item.rank-after {
  color: #e26ba6;
  border: 1px solid #deb2c6;
}

.flag-item.repayment {
  color: #9858c5;
  border: 1px solid #ccb2de;
}

.flag-item.coupon {
  color: #955f0e;
  border: 1px solid #cbada6;
}

.flag-item.bartxt {
  padding: inherit;
  border: 1px solid #777;
}

.flag-item.bartxt span {
  position: relative;
  display: inline-block;
  padding: 0 8px;
  color: #777;
}

.flag-item.bartxt span:first-child:before {
  background: none;
  padding-left: 0;
}

.flag-item.bartxt :before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 1px;
  height: 8px;
  background-color: #e7e7e7;
}

.flag-item.f-grade1 {
  color: #fff;
  background: #ee137b;
  line-height: 22px;
  border: none;
}

.flag-img {
  display: inline-block;
  width: 40px;
  height: 26px;
  vertical-align: middle;
}

.flag-img.am {
  background: url("../images/common/icon-flag-am.png") no-repeat 0 0;
  background-size: 40px 26px;
}

.flag-img.ko {
  background: url("../images/common/icon-flag-ko.png") no-repeat 0 0;
  background-size: 40px 26px;
}

.flag-img.br {
  background: url("../images/common/icon-flag-br.png") no-repeat 0 0;
  background-size: 40px 26px;
}

.top-box > .head-title > .flag-img {
  padding-left: 52px;
}

/* 필수 항목 표시 */
.essential {
  display: inline-block;
  padding: 0 0 0 12px;
  position: relative;
  color: #777;
}

.essential:before {
  display: block;
  content: "필수입력";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 6px;
  background: url("../images/icon/icon-essential.png") no-repeat center;
  background-size: 100% auto;
  overflow: hidden;
  text-indent: -9999px;
}

/* 조회수 */
.ico-view {
  display: inline-block;
  position: relative;
  padding: 0 0 0 18px;
  font-size: 13px;
  color: #777;
}

.ico-view:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 14px;
  height: 10px;
  background: url("../images/icon/icon-view-num.png") no-repeat center;
  background-size: 14px auto;
}

/* 링크성 버튼 - 오른쪽 화살표 아이콘 버튼 */
.btn-link {
  display: block;
  width: 100%;
  text-align: left;
  border: 1px solid #e7e7e7;
  background-color: #fff;
}

.btn-link span {
  position: relative;
  display: block;
  padding: 15px 20px;
  line-height: 24px;
  font-size: 18px;
  color: #111;
}

.btn-link span:after {
  display: block;
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 9px;
  height: 16px;
  margin: -8px 0 0;
  background-image: url("../images/icon/icon-link-arrow.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 9px auto;
}

.btn-second.btn-link {
  text-align: center;
  border: 1px solid #c2c2c2;
  background-color: #fff;
}

.btn-second.btn-link span {
  position: relative;
  display: inline-block;
  padding: 8px 14px 8px 0;
  line-height: 22px;
  font-size: 14px;
}

.btn-second.btn-link span:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 11px;
  margin: -5px 0 0;
  background-image: url("../images/icon/icon-link-arrow.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 6px auto;
}

/* 링크 바로가기 - 오른쪽 위로 화살표 아이콘 버튼 */
.txt-link span {
  position: relative;
  display: inline-block;
  padding-right: 13px;
}

.txt-link span:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  margin: -3px 0 0;
  background-image: url("../images/icon/icon-new-window.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 10px auto;
}

/* 링크 바로가기 - 팝업 아이콘 */
.txt-link.icon-pop span {
  position: relative;
  padding-right: 17px;
}

.txt-link.icon-pop span:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  margin: -7px 0 0;
  background-image: url("../images/icon/icon-popup.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 14px auto;
}

/* 등급 마크 */
.mark-rating {
  display: inline-block;
  width: 95px;
  height: 16px;
  line-height: 0;
  background-image: url("../images/common/mark-rating.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 101px;
}

.mark-rating.grade01 {
  background-position: 0 -17px;
}

.mark-rating.grade02 {
  background-position: 0 -34px;
}

.mark-rating.grade03 {
  background-position: 0 -51px;
}

.mark-rating.grade04 {
  background-position: 0 -68px;
}

.mark-rating.grade05 {
  background-position: 0 -85px;
}

/* 태그 description */
.tag-desc-box {
  margin: 15px 0 0;
}

.tag-desc-box li {
  position: relative;
  padding: 0 0 0 13px;
  margin: 5px 0 0;
}

.tag-desc-box li:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #111;
}

.tag-desc-box li:first-child {
  margin: 0;
}

.tag-desc-box li.blue:after {
  background-color: #1e75d6;
}

.tag-desc-box li.orange:after {
  background-color: #ff8f3d;
}

.tag-desc-box li.green:after {
  background-color: #79c547;
}

/* 수익률 마크 포인트ㄴ */
.profits-point {
  display: inline-block;
  position: relative;
  font-size: 12px;
}

.profits-point:before {
  display: inline-block;
  content: "";
  margin: 0 5px 0 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.profits-point.bull {
  color: #dc0400;
}

.profits-point.bull:before {
  border-bottom: 8px solid #dc0400;
}

.profits-point.bear {
  color: #1e75d6;
}

.profits-point.bear:before {
  border-top: 8px solid #1e75d6;
}

.bull {
  color: #dc0400;
}

.bear {
  color: #1e75d6;
}

/* 위험성 마크 */
div.diagnostic {
  display: block;
}

.diagnostic {
  display: inline-block;
  width: 40px;
  height: 15px;
  padding: 3px;
  line-height: 0;
  text-align: center;
  border-radius: 7px;
  background-color: #d5d5d5;
}

.diagnostic em {
  display: inline-block;
  overflow: hidden;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  text-indent: -9999px;
  background-color: #fff;
}

.diagnostic em.lv1.on {
  background-color: #1e75d6;
}

.diagnostic em.lv2.on {
  background-color: #41ad00;
}

.diagnostic em.lv3.on {
  background-color: #dc0004;
}

/*********************************************************************************
	버튼 박스
*********************************************************************************/
.btn-page-wrap {
  min-height: 48px;
  margin: 30px 0 0;
}

.btn-page-wrap .inner-flex {
  display: -webkit-flex;
  display: flex;
}

.btn-page-wrap .inner-flex .btn-item {
  width: 50%;
  padding: 0 5px 0 0;
}

.btn-page-wrap .inner-flex .btn-item button, .btn-page-wrap .inner-flex .btn-item a {
  width: 100%;
}

.btn-page-wrap .inner-flex .btn-item:nth-child(2) {
  padding: 0 0 0 5px;
}

.btn-page-wrap .inner-flex.share {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.btn-page-wrap .inner-flex.share .btn-item {
  width: calc(100% - 74px);
  padding: 0;
}

.btn-page-wrap .inner-flex.share .btn-item .btn-share {
  width: 100%;
  height: 100%;
}

.btn-page-wrap .inner-flex.share .btn-item:nth-child(2) {
  width: 64px;
  padding: 0;
}

.btn-page-wrap .inner-flex.share .btn-primary.buy span {
  padding-right: 23px;
}

.btn-page-wrap .inner-flex.share02 {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.btn-page-wrap .inner-flex.share02 .btn-item {
  width: 64px;
  padding: 0;
}

.btn-page-wrap .inner-flex.share02 .btn-item .btn-share {
  width: 100%;
  height: 100%;
}

.btn-page-wrap .inner-flex.share02 .btn-item:nth-child(2) {
  width: calc(100% - 74px);
  padding: 0;
}

.btn-page-wrap .inner-flex.share02 .btn-primary.buy span {
  padding-right: 23px;
}

.btn-page-wrap .sticky-active {
  position: relative;
}

.btn-page-wrap .sticky-active .btn-primary {
  border-radius: 0;
}

.btn-page-wrap .sticky-active .btn-primary span {
  padding: 9px 0;
  font-size: 18px;
  line-height: 34px;
}

.btn-page-wrap .sticky-active .btn-share {
  border: none;
  border-top: 1px solid #c2c2c2;
}

.btn-page-wrap .sticky-active .btn-primary.white {
  border-radius: 0;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.btn-page-wrap .sticky-active .btn-primary.white span {
  padding: 9px 0;
  font-size: 18px;
  line-height: 34px;
}

.btn-page-wrap .sticky-active .btn-primary.buy span, .btn-page-wrap .sticky-active .btn-primary.buy02 span, .btn-page-wrap .sticky-active .btn-primary.app span {
  padding-right: 23px;
}

.btn-page-wrap .sticky-active .btn-primary:disabled {
  border: 1px solid #ededed;
  background-color: #ededed;
}

.btn-page-wrap .sticky-active .btn-primary:disabled span {
  color: #aaa;
}

.btn-page-wrap .sticky-active .btn-primary.white:disabled {
  border-top: 1px solid #ededed;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  background-color: #fff;
}

.btn-page-wrap .sticky-active a.btn-primary[target="_blank"] span {
  padding-right: 13px;
}

.btn-page-wrap .sticky-active .inner-flex .btn-item {
  padding: 0;
}

.btn-page-wrap .sticky-active .inner-flex .btn-item:nth-child(2) {
  padding: 0;
}

.btn-page-wrap .sticky-active .inner-flex.share .btn-item {
  width: calc(100% - 64px);
}

.btn-page-wrap .sticky-active .inner-flex.share .btn-item button {
  border-radius: 0;
}

.btn-page-wrap .sticky-active .inner-flex.share .btn-item .btn-share {
  border: none;
  border-top: 1px solid #c2c2c2;
}

.btn-page-wrap .sticky-active .inner-flex.share .btn-item:nth-child(2) {
  width: 64px;
}

.btn-page-wrap .sticky-active .inner-flex.share02 .btn-item {
  width: 64px;
}

.btn-page-wrap .sticky-active .inner-flex.share02 .btn-item button {
  border-radius: 0;
}

.btn-page-wrap .sticky-active .inner-flex.share02 .btn-item .btn-share {
  border: none;
  border-top: 1px solid #c2c2c2;
}

.btn-page-wrap .sticky-active .inner-flex.share02 .btn-item:nth-child(2) {
  width: calc(100% - 64px);
}

.btn-page-wrap .sticky-active.sticky-active {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
}

/* 리스트형태 버튼 박스 */
.btn-link-wrap li {
  margin-top: -1px;
}

/* 버튼 영역 */
.btn-wrap {
  margin: 10px 0 0;
}

.btn-wrap .inner-flex {
  display: -webkit-flex;
  display: flex;
  margin-top: 10px;
}

.btn-wrap .inner-flex .btn-item {
  width: 50%;
  padding: 0 5px 0 0;
}

.btn-wrap .inner-flex .btn-item button, .btn-wrap .inner-flex .btn-item a {
  width: 100%;
}

.btn-wrap .inner-flex .btn-item:nth-child(2) {
  padding: 0 0 0 5px;
}

.btn-wrap .inner-flex:first-child {
  margin-top: 0;
}

.btn-wrap.type02 .inner-flex {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn-wrap.type02 .inner-flex .btn-item {
  padding: 1px 0 0 1px;
}

.btn-wrap.type02 .inner-flex .btn-item:nth-child(2) {
  padding-right: 0;
}

.btn-wrap.type02 .inner-flex button {
  border: none;
  background: #edf4fc;
  font-size: 16px;
}

.btn-wrap.type03 {
  margin-top: 15px;
}

/*********************************************************************************
	form style
*********************************************************************************/
/* input txt */
.inp-txt {
  display: block;
  position: relative;
  border: 1px solid #c2c2c2;
}

.inp-txt input[type="text"], .inp-txt input[type="tel"], .inp-txt input[type="password"] {
  width: 100%;
  height: 38px;
  padding: 10px 12px;
  background-color: #fff;
}

.inp-txt .del {
  display: none;
  position: absolute;
  right: 14px;
  top: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0;
  background: url("../images/icon/icon-input-del.png") no-repeat center;
  background-size: 16px;
}

.inp-txt.disabled {
  border: 1px solid #ededed;
}

.inp-txt.disabled input[type="text"], .inp-txt.disabled input[type="tel"], .inp-txt.disabled input[type="password"] {
  color: #aaa;
  background-color: #f7f7f7;
}

.inp-txt.readonly {
  border: 1px solid #ededed;
}

.inp-txt.readonly input[type="text"], .inp-txt.readonly input[type="tel"], .inp-txt.readonly input[type="password"] {
  color: #777;
  background-color: #f7f7f7;
}

.inp-txt.del-show input[type="text"], .inp-txt.del-show input[type="tel"], .inp-txt.del-show input[type="password"] {
  padding: 10px 34px 10px 12px;
}

.inp-txt.del-show .del {
  display: block;
}

.inp-txt.only-txt {
  overflow: hidden;
  height: 40px;
  padding: 9px 12px;
  color: #777;
  border: 1px solid #ededed;
  background-color: #f7f7f7;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* input txt (개/원/%)등등 */
.inp-unit {
  display: block;
  position: relative;
  border: 1px solid #c2c2c2;
}

.inp-unit input[type="text"], .inp-unit input[type="tel"] {
  width: 100%;
  height: 38px;
  padding: 10px 35px 10px 12px;
  text-align: right;
  background-color: #fff;
}

.inp-unit .del {
  display: none;
  position: absolute;
  right: 14px;
  top: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0;
  background: url("../images/icon/icon-input-del.png") no-repeat center;
  background-size: 16px;
}

.inp-unit .unit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  padding: 0 14px 0 0;
  line-height: 38px;
  text-align: right;
}

.inp-unit.type02 input[type="text"], .inp-unit.type02 input[type="tel"] {
  padding: 10px 50px 10px 12px;
}

.inp-unit.type02 .unit {
  width: 45px;
}

.inp-unit.type02.del-show input[type="text"], .inp-unit.type02.del-show input[type="tel"] {
  padding: 10px 65px 10px 12px;
}

.inp-unit.type02.del-show .del {
  right: 43px;
}

.inp-unit.disabled {
  border: 1px solid #ededed;
}

.inp-unit.disabled input[type="text"], .inp-unit.disabled input[type="tel"] {
  color: #aaa;
  background-color: #f7f7f7;
}

.inp-unit.disabled .unit {
  color: #aaa;
}

.inp-unit.readonly {
  border: 1px solid #ededed;
}

.inp-unit.readonly input[type="text"], .inp-unit.readonly input[type="tel"] {
  color: #777;
  background-color: #f7f7f7;
}

.inp-unit.readonly .unit {
  color: #777;
}

.inp-unit.del-show input[type="text"], .inp-unit.del-show input[type="tel"] {
  padding: 10px 60px 10px 12px;
}

.inp-unit.del-show .del {
  display: block;
  right: 33px;
}

.inp-unit.exceed-timer input[type="text"], .inp-unit.exceed-timer input[type="tel"] {
  padding: 10px 58px 10px 12px;
  text-align: left;
}

.inp-unit.exceed-timer .unit {
  width: 97px;
  color: #777;
}

.inp-unit.exceed-timer .unit.error {
  color: #dc0004;
}

.inp-unit.exceed-timer.del-show .del {
  right: 100px;
}

/* input txt password */
.inp-pw {
  display: block;
  position: relative;
  border: 1px solid #c2c2c2;
}

.inp-pw input[type="password"] {
  width: 100%;
  height: 38px;
  padding: 10px 12px;
  background-color: #fff;
}

.inp-pw .del {
  display: none;
  position: absolute;
  right: 14px;
  top: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0;
  background: url("../images/icon/icon-input-del.png") no-repeat center;
  background-size: 16px;
}

.inp-pw.disabled {
  border: 1px solid #ededed;
}

.inp-pw.disabled input[type="password"] {
  color: #aaa;
  background-color: #f7f7f7;
}

.inp-pw.readonly {
  border: 1px solid #ededed;
}

.inp-pw.readonly input[type="password"] {
  color: #777;
  background-color: #f7f7f7;
}

.inp-pw.del-show input[type="password"] {
  padding: 10px 34px 10px 12px;
}

.inp-pw.del-show .del {
  display: block;
}

.inp-pw.type02 input[type="password"] {
  padding: 10px 34px 10px 12px;
}

.inp-pw.type02 .pw-mouse {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 38px;
  background: url("../images/icon/icon-input-mouse.png") no-repeat center;
  background-size: 16px;
}

.inp-pw.type02.del-show input[type="password"] {
  padding: 10px 60px 10px 12px;
}

.inp-pw.type02.del-show .del {
  display: block;
  right: 33px;
}

/* input 검색어 입력 */
.inp-search {
  display: block;
  position: relative;
  border: 1px solid #c2c2c2;
}

.inp-search input[type="text"] {
  width: 100%;
  height: 38px;
  padding: 10px 34px 10px 12px;
  background-color: #fff;
}

.inp-search .del {
  display: none;
  position: absolute;
  right: 14px;
  top: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0;
  background: url("../images/icon/icon-input-del.png") no-repeat center;
  background-size: 16px;
}

.inp-search .search {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 38px;
  background: url("../images/icon/icon-input-search.png") no-repeat center;
  background-size: 16px;
}

.inp-search.disabled {
  border: 1px solid #ededed;
}

.inp-search.disabled input[type="text"] {
  color: #aaa;
  background-color: #f7f7f7;
}

.inp-search.readonly {
  border: 1px solid #ededed;
}

.inp-search.readonly input[type="text"] {
  color: #777;
  background-color: #f7f7f7;
}

.inp-search.del-show input[type="text"], .inp-search.del-show input[type="password"] {
  padding: 10px 60px 10px 12px;
}

.inp-search.del-show .del {
  display: block;
  right: 33px;
}

/* input calendar */
.inp-date {
  display: block;
  position: relative;
  border: 1px solid #c2c2c2;
}

.inp-date input[type="text"] {
  width: 100%;
  height: 38px;
  padding: 10px 34px 10px 12px;
  background-color: #fff;
}

.inp-date .del {
  display: none;
  position: absolute;
  right: 14px;
  top: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0;
  background: url("../images/icon/icon-input-del.png") no-repeat center;
  background-size: 16px;
}

.inp-date .calendar {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 38px;
  background: url("../images/icon/icon-calendar.png") no-repeat center;
  background-size: 18px auto;
}

.inp-date.disabled {
  border: 1px solid #ededed;
}

.inp-date.disabled input[type="text"] {
  color: #aaa;
  background-color: #f7f7f7;
}

.inp-date.readonly {
  border: 1px solid #ededed;
}

.inp-date.readonly input[type="text"] {
  color: #777;
  background-color: #f7f7f7;
}

.inp-date.del-show input[type="text"], .inp-date.del-show input[type="password"] {
  padding: 10px 60px 10px 12px;
}

.inp-date.del-show .del {
  display: block;
  right: 33px;
}

.inp-sys-date {
  display: block;
  position: relative;
  height: 40px;
  padding: 0;
  border: 1px solid #c2c2c2;
  background-color: #fff;
}

.inp-sys-date input[type="date"],
.inp-sys-date input[type="month"],
.inp-sys-date input[type="time"],
.inp-sys-date input[type="datetime-local"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 38px;
  opacity: 0;
  z-index: 1;
}

.inp-sys-date input[type="date"]::-webkit-calendar-picker-indicator,
.inp-sys-date input[type="month"]::-webkit-calendar-picker-indicator,
.inp-sys-date input[type="time"]::-webkit-calendar-picker-indicator,
.inp-sys-date input[type="datetime-local"]::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 38px;
}

.inp-sys-date .date-viewer {
  display: block;
  position: relative;
  padding: 0 34px 0 12px;
  line-height: 38px;
}

.inp-sys-date .date-viewer .date-placeholder {
  color: #aaa;
}

.inp-sys-date .date-viewer:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 38px;
  background: url("../images/icon/icon-calendar.png") no-repeat center;
  background-size: 18px auto;
}

.inp-sys-date.disabled {
  border: 1px solid #ededed;
}

.inp-sys-date.disabled input[type="date"]:disabled + .date-viewer,
.inp-sys-date.disabled input[type="month"]:disabled + .date-viewer,
.inp-sys-date.disabled input[type="time"]:disabled + .date-viewer,
.inp-sys-date.disabled input[type="datetime-local"]:disabled + .date-viewer {
  color: #aaa;
  background-color: #f7f7f7;
}

/* input checkbox를 기준으로 radiobox를 분리함 클래스는 .inp-chk 공유 */
.inp-check {
  display: inline-block;
  position: relative;
  min-height: 22px;
  line-height: 22px;
  padding: 0 0 0 22px;
  vertical-align: middle;
}

.inp-check > input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background-image: url("../images/icon/icon-input-checkbox.jpg");
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% auto;
}

.inp-check > input[type="checkbox"]:checked {
  background-position: center -22px;
}

.inp-check > input[type="checkbox"]:disabled {
  background-position: center -44px;
}

.inp-check > input[type="checkbox"]:checked:disabled {
  background-position: center -66px;
}

.inp-check > label {
  display: block;
  padding: 0 0 0 6px;
}

.inp-check.tag-dot1 {
  padding-right: 13px;
}

.inp-check.tag-dot1:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #1e75d6;
}

.inp-check.tag-dot2 {
  padding-right: 13px;
}

.inp-check.tag-dot2:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #e43d40;
}

.inp-check.tag-dot3 {
  padding-right: 13px;
}

.inp-check.tag-dot3:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #78c54a;
}

.inp-check.tag-dot4 {
  padding-right: 13px;
}

.inp-check.tag-dot4:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ff8f3d;
}

.inp-check.tag-dot5 {
  padding-right: 13px;
}

.inp-check.tag-dot5:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #5b63da;
}

.inp-check > input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background-image: url("../images/icon/icon-input-radio.jpg");
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% auto;
}

.inp-check > input[type="radio"]:checked {
  background-position: center -22px;
}

.inp-check > input[type="radio"]:disabled {
  background-position: center -44px;
}

.inp-check > input[type="radio"]:checked:disabled {
  background-position: center -66px;
}

.inp-check > label {
  display: block;
  padding: 0 0 0 6px;
}

/* 버튼 타입 라디오 체크박스 */
.btn-inp-check {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background-color: #fff;
}

.btn-inp-check input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.btn-inp-check label {
  display: block;
  position: relative;
  padding: 10px;
  line-height: 20px;
  color: #777;
  border: 1px solid #c2c2c2;
}

.btn-inp-check input[type="checkbox"]:focus + label {
  outline: 2px solid #111;
}

.btn-inp-check input[type="checkbox"]:checked + label {
  color: #1e75d6;
  border: 1px solid #1e75d6;
  z-index: 1;
}

.btn-inp-check input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.btn-inp-check label {
  display: block;
  position: relative;
  padding: 9px;
  line-height: 20px;
  color: #777;
  border: 1px solid #c2c2c2;
  text-align: center;
}

.btn-inp-check input[type="radio"]:focus + label {
  outline: 2px solid #111;
}

.btn-inp-check input[type="radio"]:checked + label {
  color: #1e75d6;
  border: 1px solid #1e75d6;
  z-index: 1;
}

/* 단일선택 박스 */
.radio-btn-box {
  padding: 0 1px 1px 0;
}

.radio-btn-box > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.radio-btn-box > ul > li {
  width: 50%;
}

.radio-btn-box > ul > li .btn-inp-check {
  position: relative;
  display: block;
  margin: 0 -1px -1px 0;
}

.radio-btn-box > ul > li .btn-inp-check[aria-checked="true"] {
  z-index: 1;
}

.radio-btn-box.col3 {
  padding: 0 0 1px;
}

.radio-btn-box.col3 > ul {
  margin: 0 -1% 0 0;
}

.radio-btn-box.col3 > ul > li {
  width: 33%;
}

.radio-btn-box.col3 > ul > li:nth-child(3n) .btn-inp-check {
  margin: 0 0 -1px 0;
}

.radio-btn-box.col2 {
  padding: 0 1px 1px 0;
}

.radio-btn-box.col2 > ul > li:nth-child(3n), .radio-btn-box.col2 > ul > li:nth-child(4n) {
  margin-top: -1px;
}

.radio-btn-wrap {
  padding-bottom: 20px;
  border-bottom: 1px solid #cbcbcb;
}

.board-list-wrap + .radio-btn-wrap {
  margin-top: -1px;
}

/* 다중선택 박스 */
.check-btn-box > ul {
  margin: -8px 0 0 0;
}

.check-btn-box > ul > li {
  margin: 8px 0 0;
  padding: 0;
}

.check-btn-box > ul > li .btn-inp-check {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100%;
}

.check-btn-box > ul > li .btn-inp-check[aria-checked="true"] {
  z-index: 1;
}

.check-btn-box.col2 > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -8px -8px 0 0;
}

.check-btn-box.col2 > ul > li {
  width: 50%;
  padding: 0 8px 0 0;
}

.check-btn-box.col3 > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -8px -8px 0 0;
}

.check-btn-box.col3 > ul > li {
  width: 33%;
  padding: 0 8px 0 0;
}

.check-btn-box.col3 > ul > li:last-child {
  margin-right: 0;
}

.check-btn-box.col3.type02 li {
  width: 33.3%;
}

.check-btn-box.col3.type02 .btn-inp-check {
  display: table;
}

.check-btn-box.col3.type02 label {
  display: table-cell;
  height: 53.5px;
  letter-spacing: -0.9px;
  line-height: 17px;
  vertical-align: middle;
}

.bundle-wrap + .radio-btn-box, .bundle-wrap + .check-btn-box {
  margin-top: 15px;
}

/* selectbox */
.select {
  width: 100%;
  height: 40px;
  padding: 10px 25px 10px 12px;
  border: 1px solid #c2c2c2;
  background-image: url("../images/icon/icon-selectbox.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 21px auto;
  background-color: #fff;
}

.select:disabled {
  color: #aaa;
  border: 1px solid #ededed;
  background-color: #f7f7f7;
  background-image: url("../images/icon/icon-selectbox-disabled.jpg");
}

.select02 {
  width: 100%;
  height: 30px;
  padding: 5px 25px 5px 12px;
  border: 1px solid #c2c2c2;
  background-image: url("../images/icon/icon-selectbox.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 21px auto;
  background-color: #fff;
}

.select02:disabled {
  color: #aaa;
  border: 1px solid #ededed;
  background-color: #f7f7f7;
  background-image: url("../images/icon/icon-selectbox-disabled.jpg");
}

/* textarea */
.textarea {
  position: relative;
  border: 1px solid #c2c2c2;
}

.textarea textarea {
  width: 100%;
  height: 150px;
  padding: 10px;
  resize: none;
  border: none;
  text-align: left;
  text-indent: 0;
}

.textarea .byte-wrap {
  padding: 0 12px 8px;
  background: #fff;
}

.textarea .byte-wrap .byte {
  padding: 8px 0 0;
  text-align: right;
  font-size: 12px;
  color: #777;
  border-top: 1px solid #e1e1e1;
}

.textarea .byte-wrap .byte > span {
  color: #1e75d6;
}

/* input flex 정렬 box */
.inp-flex-case {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.inp-flex-case .inp-flex {
  width: calc(50% - 4px);
}

.inp-flex-case.fixe-right .inp-flex:first-child {
  width: calc(100% - 98px);
}

.inp-flex-case.fixe-right .inp-flex:last-child {
  width: 90px;
}

.inp-flex-case.fixe-right .inp-flex:last-child button {
  width: 100%;
  padding: 0;
}

.inp-flex-case.fixe-right02 .inp-flex:first-child {
  width: calc(100% - 108px);
}

.inp-flex-case.fixe-right02 .inp-flex:last-child {
  width: 100px;
}

.inp-flex-case.fixe-right02 .inp-flex:last-child button {
  width: 100%;
  padding: 0;
}

.inp-flex-case.fixe-left .inp-flex:first-child {
  width: 100px;
}

.inp-flex-case.fixe-left .inp-flex:last-child {
  width: calc(100% - 108px);
}

.inp-flex-case.type-search .inp-flex:first-child {
  width: 40%;
  padding: 0 4px 0 0;
}

.inp-flex-case.type-search .inp-flex:last-child {
  width: 60%;
  padding: 0 0 0 4px;
}

.inp-flex-case.fund-search .inp-flex:first-child {
  width: calc(100% - 83px);
}

.inp-flex-case.fund-search .inp-flex:last-child {
  width: 75px;
}

.inp-flex-case.fund-search .inp-flex:last-child .btn-second {
  width: 100%;
}

.inp-flex-case.user-name .inp-flex:first-child {
  width: 60%;
  padding: 0 4px 0 0;
}

.inp-flex-case.user-name .inp-flex:last-child {
  width: 40%;
  padding: 0 0 0 4px;
}

.inp-flex-case.value-type {
  border: 1px solid #c2c2c2;
  border-radius: 2px;
  overflow: hidden;
}

.inp-flex-case.value-type .inp-flex:first-child {
  width: calc(100% - 71px);
}

.inp-flex-case.value-type .inp-flex:last-child {
  width: 70px;
}

.inp-flex-case.value-type .inp-flex:last-child .btn-second {
  width: 100%;
  border: 0;
}

.inp-flex-case.value-type .value-txt {
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0 12px;
  color: #777;
  background-color: #f7f7f7;
  border-right: 1px solid #c2c2c2;
  overflow: hidden;
  text-overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.inp-flex-case.title-type .inp-flex {
  width: calc(100% - 136px);
}

.inp-flex-case.title-type .inp-flex .tit {
  display: block;
  line-height: 40px;
}

.inp-flex-case.title-type .inp-flex:first-child {
  width: 50px;
}

.inp-flex-case.title-type .inp-flex:last-child {
  width: 72px;
  box-sizing: border-box;
}

.inp-flex-case.al-c {
  -webkit-align-items: center;
  align-items: center;
}

/* 기간 선택 */
.inp-period-case:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;
}

.inp-period-case .period-item {
  float: left;
  width: calc(50% - 8px);
}

.inp-period-case .period-item:last-child {
  position: relative;
  float: right;
}

.inp-period-case .period-item:last-child:before {
  display: block;
  content: "~";
  position: absolute;
  left: -16px;
  top: 0;
  bottom: 0;
  width: 16px;
  line-height: 40px;
  text-align: center;
}

/* 휴대전화 박스 */
.inp-phone-case:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;
}

.inp-phone-case .inp-item {
  position: relative;
  float: left;
  margin: 0 0 0 12px;
  width: calc(33.3% - 12px);
}

.inp-phone-case .inp-item:before {
  display: block;
  content: "-";
  position: absolute;
  left: -12px;
  top: 0;
  bottom: 0;
  width: 12px;
  line-height: 40px;
  text-align: center;
}

.inp-phone-case .inp-item:first-child {
  margin: 0;
}

.inp-phone-case .inp-item:first-child:before {
  display: none;
}

.inp-phone-case .inp-item:last-child {
  width: 33.4%;
}

.inp-phone-case .inp-txt input[type="text"], .inp-phone-case .inp-txt input[type="tel"] {
  padding: 10px 0;
  text-align: center;
}

.inp-phone-case .inp-txt.del-show .del {
  display: none;
}

.inp-phone-case .select {
  padding: 10px 21px 10px 12px;
}

/* 인증번호 요청 박스 */
.phone-auth-case:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;
}

.phone-auth-case .inp-phone-case {
  float: left;
  width: calc(100% - 99px);
}

.phone-auth-case .inp-phone-case .inp-item {
  width: calc(33% - 12px);
}

.phone-auth-case .inp-phone-case .inp-item:first-child {
  width: 34%;
}

.phone-auth-case .btn-auth {
  float: right;
  width: 95px;
}

.phone-auth-case .btn-auth .btn-second {
  width: 100%;
  padding: 0 4px;
  letter-spacing: -0.9px;
}

/* 주소입력 */
.inp-addr-case .inp-flex-case + .addr-selected-view {
  margin: 8px 0 0;
}

/* 이메일 */
.inp-email-case:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;
}

.inp-email-case .inp-email-left {
  float: left;
  width: calc(100% - 173px);
}

.inp-email-case .inp-email-right {
  float: right;
  position: relative;
  width: 150px;
}

.inp-email-case .inp-email-right:after {
  display: block;
  content: "@";
  position: absolute;
  left: -23px;
  top: 0;
  bottom: 0;
  width: 23px;
  line-height: 40px;
  text-align: center;
}

/* 계좌번호 - 비밀번호 */
.inp-account-case:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;
}

.inp-account-case .inp-accnt-left {
  float: left;
  width: calc(100% - 140px);
}

.inp-account-case .inp-accnt-right {
  float: right;
  position: relative;
  width: 132px;
}

.inp-account-case .inp-accnt-right:after {
  display: block;
  content: "";
  position: absolute;
  left: -23px;
  top: 0;
  bottom: 0;
  width: 8px;
  line-height: 40px;
  text-align: center;
}

/* 주민등록번호 */
.register-num-case:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;
}

.register-num-case .inp-item {
  position: relative;
  float: left;
  margin: 0 0 0 12px;
  width: calc(50% - 6px);
}

.register-num-case .inp-item .reg-txt {
  float: left;
}

.register-num-case .inp-item .reg-txt:last-child {
  position: relative;
  float: right;
}

.register-num-case .inp-item .reg-txt:last-child:before {
  display: block;
  content: "";
  position: absolute;
  left: -16px;
  top: 0;
  bottom: 0;
  width: 16px;
  line-height: 40px;
  text-align: center;
}

.register-num-case .inp-item:before {
  display: block;
  content: "-";
  position: absolute;
  left: -12px;
  top: 0;
  bottom: 0;
  width: 12px;
  line-height: 40px;
  text-align: center;
  color: #111;
}

.register-num-case .inp-item:first-child {
  margin: 0;
}

.register-num-case .inp-item:first-child:before {
  display: none;
}

/* 첨부파일 등록 */
.attach-file-box .btn-attach-case button {
  width: 100%;
}

.attach-file-box .attach-file-list {
  margin: 10px 0 0;
}

.attach-file-box .attach-file-list li {
  margin: 5px 0 0;
}

.attach-file-box .attach-file-list li:first-child {
  margin: 0;
}

.attach-file-box .item-attach {
  position: relative;
}

.attach-file-box .item-attach .btn-download {
  width: 100%;
  background-color: #f7f7f7;
}

.attach-file-box .item-attach .btn-download span {
  display: block;
  padding: 10px 28px 10px 34px;
}

.attach-file-box .item-attach .btn-download span:before {
  left: 12px;
  top: 10px;
}

.attach-file-box .item-attach .del {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 40px;
  background: url("../images/common/btn-del.png") no-repeat center;
  background-size: 9px auto;
}

.attach-file-box .dash-list.type03 {
  margin: 10px 0 0;
}

.attach-file-box .dash-list.type03 li {
  color: #777;
}

/* 키워드 */
.keyword-wrap:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;
}

.keyword-wrap > li {
  float: left;
  margin: 5px 15px 0 0;
}

.keyword-wrap > li:last-child {
  margin-right: 0;
}

/*********************************************************************************
	검색결과 없음
*********************************************************************************/
.no-result {
  padding: 115px 0 50px;
  background-image: url("../images/icon/icon-no-result.png");
  background-repeat: no-repeat;
  background-position: center 50px;
  background-size: auto 50px;
}

.no-result .desc-result {
  color: #777;
  text-align: center;
}

/*********************************************************************************
	table style
*********************************************************************************/
.tbl-view-wrap {
  margin: 15px 0 0;
}

.tbl-view-wrap table {
  border-spacing: 0;
  border-top: 2px solid #444;
}

.tbl-view-wrap table tbody th {
  height: 40px;
  padding: 9px 12px;
  font-weight: 400;
  border: 1px solid #e7e7e7;
  background-color: #f9f9f9;
  text-align: left;
}

.tbl-view-wrap table tbody th:first-child {
  border-left: none;
}

.tbl-view-wrap table tbody td {
  height: 40px;
  padding: 9px 12px;
  border: 1px solid #e7e7e7;
  word-break: break-all;
  background-color: #fff;
}

.tbl-view-wrap table tbody td:last-child {
  border-right: none;
}

.tbl-view-wrap:first-child {
  margin: 0;
}

.tbl-view-wrap .desc-box {
  margin: 5px 0 0;
}

.tbl-view-wrap.type02 {
  border-top: 1px solid #ec008c;
}

.tbl-view-wrap.type02 table {
  border-top: none;
}

.tbl-view-wrap.type02 table tbody td {
  color: #777;
}

.tbl-view-wrap.lv02 {
  margin: 15px 0 0;
}

.tbl-view-wrap.lv02 table {
  border-top: none;
}

.tbl-view-wrap.lv02 table tbody th {
  border-right: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  color: #777;
}

.tbl-view-wrap.lv02 table tbody th:first-child {
  border-left: none;
}

.tbl-view-wrap.lv02 table tbody td {
  border-right: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  color: #777;
}

.tbl-view-wrap.lv02 table tbody td:last-child {
  border-right: none;
}

.tbl-view-wrap.lv02:first-child {
  margin: 0;
}

.tbl-view-wrap.lv03 {
  margin: 15px 0 0;
}

.tbl-view-wrap.lv03 table {
  border-top: none;
}

.tbl-view-wrap.lv03 table tbody th {
  border-right: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  color: #777;
}

.tbl-view-wrap.lv03 table tbody td {
  border-right: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  color: #777;
}

.tbl-view-wrap.lv03:first-child {
  margin: 0;
}

.tbl-list-wrap {
  position: relative;
  margin: 20px 0 0;
}

.tbl-list-wrap table {
  border-spacing: 0;
  border-top: 2px solid #444;
  border-bottom: 1px solid #e7e7e7;
}

.tbl-list-wrap table thead th {
  height: 36px;
  padding: 7px 12px;
  font-weight: 400;
  border: 1px solid #e7e7e7;
  border-bottom: none;
}

.tbl-list-wrap table thead th:first-child {
  border-left: none;
}

.tbl-list-wrap table thead th:last-child {
  border-right: none;
}

.tbl-list-wrap table tbody td {
  height: 40px;
  padding: 9px 12px;
  border: 1px solid #e7e7e7;
  border-bottom: none;
  text-align: center;
  word-break: break-all;
  background-color: #fff;
}

.tbl-list-wrap table tbody td:first-child {
  border-left: none;
}

.tbl-list-wrap table tbody td:last-child {
  border-right: none;
}

.tbl-list-wrap table tbody tr:first-child td {
  border-top: 1px solid #444;
}

.tbl-list-wrap table tbody tr.even td {
  border-top: 1px solid #cbcbcb;
  background: #f7f7f7;
}

.tbl-list-wrap table tbody tr.even + tr.even td {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #cbcbcb;
}

.tbl-list-wrap table tfoot td {
  padding: 9px 12px;
  background: #fef8fb;
  border-top: 1px solid #cbcbcb;
  border-left: 1px solid #e7e7e7;
  border-bottom: 1px solid #cbcbcb;
  text-align: center;
}

.tbl-list-wrap table tfoot td:first-child {
  border-left: none;
}

.tbl-list-wrap table tfoot td:last-child {
  border-right: none;
}

.tbl-list-wrap:first-child {
  margin: 0;
}

.tbl-list-wrap .profits-point {
  font-size: 14px;
}

.tbl-list-wrap.lv02 {
  margin: 15px 0 0;
}

.tbl-list-wrap.lv02 table {
  border-top: none;
}

.tbl-list-wrap.lv02 table thead th {
  color: #777;
  background-color: #f9f9f9;
  text-align: center;
}

.tbl-list-wrap.lv02 table thead tr:last-child th {
  border-bottom: 1px solid #e7e7e7;
}

.tbl-list-wrap.lv02 table tbody td {
  color: #777;
}

.tbl-list-wrap.lv02:first-child {
  margin: 0;
}

.tbl-list-wrap.type02 table {
  border-top: 0;
  border-bottom: 1px solid #cdcdcd;
}

.tbl-list-wrap.type02 table thead tr:first-child th {
  border-top: 1px solid #ec008c;
}

.tbl-list-wrap.type02 table thead th {
  background: #fdf7fa;
}

.tbl-list-wrap.type02 table tbody tr:first-child td {
  border-top: 1px solid #c3c3c0;
}

.tbl-list-wrap.type02 table tbody td {
  color: #777;
}

.tbl-list-wrap.type02 table tbody td.bg-gray {
  color: #111;
  background: #f9f9f9;
}

.tbl-list-wrap.type02 table tbody td.bg-d-gray {
  background: #e7e7e7;
}

.tbl-list-wrap > .scroll-x {
  overflow-y: hidden;
  overflow-x: auto;
}

.tbl-list-wrap > .scroll-x table {
  table-layout: fixed;
  width: 100%;
}

.tbl-list-wrap > .scroll-x .arrow-left {
  display: block;
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  width: 12px;
  height: 19px;
  background: url("../images/common/table-scroll-arrow-left.png") no-repeat center;
  background-size: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.tbl-list-wrap > .scroll-x .arrow-right {
  display: block;
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  width: 12px;
  height: 19px;
  background: url("../images/common/table-scroll-arrow-right.png") no-repeat center;
  background-size: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.tbl-list-wrap > .fixed-scroll {
  overflow: auto;
  border-bottom: 1px solid #e7e7e7;
  /*
	&::-webkit-scrollbar{width:3px;}
	&::-webkit-scrollbar-thumb{background:#a9a9a9;}
	*/
  /*.scroll-arrow-x {position:absolute;top:2px;right:0;width:45px;height:36px;background:url('../images/common/table-scroll-x.png') repeat-y center top;background-size:45px 36px;z-index:1;}*/
}

.tbl-list-wrap > .fixed-scroll .thead-line {
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid #777;
  z-index: 1;
}

.tbl-list-wrap > .fixed-scroll .gradation-x {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5px;
  background: url("../images/common/table-line-gradation-x.png") repeat-y center top;
  background-size: 5px 1px;
  z-index: 1;
}

.tbl-list-wrap > .fixed-scroll .scroll-arrow-x {
  position: absolute;
  right: 5px;
  top: 50%;
  width: 12px;
  height: 19px;
  background: url("../images/common/table-scroll-arrow-right.png") no-repeat center;
  background-size: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}

.tbl-list-wrap > .fixed-scroll table {
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-top: none;
  border-bottom: none;
}

.tbl-list-wrap > .fixed-scroll table .line-right {
  border-right: 1px solid #e7e7e7 !important;
}

.tbl-list-wrap > .fixed-scroll table .fixed-item {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background-color: #f9f9f9;
  z-index: 1;
}

.tbl-list-wrap > .fixed-scroll table thead .fixed-item {
  z-index: 2;
}

.tbl-list-wrap > .fixed-scroll table thead th {
  position: -webkit-sticky;
  position: sticky;
  border: none;
  border-right: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  background-color: #fff;
}

.tbl-list-wrap > .fixed-scroll table thead th:last-child {
  border-right: none;
}

.tbl-list-wrap > .fixed-scroll table thead tr:first-child th {
  border-top: 2px solid #444;
}

.tbl-list-wrap > .fixed-scroll table tbody td {
  border: none;
  border-right: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
}

.tbl-list-wrap > .fixed-scroll table tbody td:last-child {
  border-right: none;
}

.tbl-list-wrap > .fixed-scroll table tbody tr:first-child td {
  border-top: none;
}

.tbl-list-wrap > .fixed-scroll table tbody tr:last-child td {
  border-bottom: none;
}

.top-box + .tbl-view-wrap,
.top-box + .tbl-list-wrap,
.desc-box + .tbl-view-wrap,
.desc-box + .tbl-list-wrap {
  margin: 10px 0 0;
}

/*********************************************************************************
	정보입력 박스
*********************************************************************************/
.regist-form-wrap {
  margin: 15px 0 0;
}

.regist-form-wrap .regist-row-box {
  margin: 15px 0 0;
}

.regist-form-wrap .regist-row-box .regist-tit-box {
  margin: 0 0 10px;
}

.regist-form-wrap .regist-row-box .regist-tit-box .regist-tit {
  display: block;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  color: #111;
}

.regist-form-wrap .regist-row-box .regist-tit-box .regist-tit .essential {
  color: #111;
}

.regist-form-wrap .regist-row-box .regist-item-case + .regist-item-case {
  margin: 8px 0 0;
}

.regist-form-wrap .regist-row-box:first-child {
  margin: 0;
}

.regist-form-wrap:first-child {
  margin: 0;
}

.regist-form-wrap .inp-check {
  margin: 0 5px 0 0;
}

.regist-form-wrap.type02 {
  margin: 40px -18px;
}

.regist-form-wrap.type02 .regist-row-box {
  margin: 30px 0 0;
  padding: 30px 18px 0;
  border-top: 1px solid #e7e7e7;
}

.regist-form-wrap.type02 .regist-row-box .regist-tit-box {
  margin: -5px 0 7px;
}

.regist-form-wrap.type02 .regist-row-box:first-child {
  margin: 0;
  padding: 0 18px;
  border-top: none;
}

.regist-form-wrap.type02 .regist-row-box:first-child .regist-tit-box {
  margin: 0 0 7px;
}

.regist-form-wrap.type02:first-child {
  margin: 0 -18px;
}

.step-location-wrap + .regist-form-wrap {
  margin: 30px 0 0;
}

/*********************************************************************************
	검색 조회 박스
*********************************************************************************/
.search-form-wrap {
  margin: 0 -18px;
}

.search-form-wrap > .inner-box {
  padding: 20px 18px;
  background-color: #f7f7f7;
}

.search-form-wrap > .inner-box.fixed.active {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 77px 18px 20px;
  z-index: 50;
  transition: top .7s ease;
}

.search-form-wrap > .inner-box.fixed.active.hide {
  top: -100%;
  transition: top .7s ease;
}

.search-form-wrap .row-case {
  margin: 8px 0 0;
}

.search-form-wrap .row-case:first-child {
  margin: 0;
}

.search-form-wrap .search-options {
  display: -webkit-flex;
  display: flex;
}

.search-form-wrap .search-options .tit {
  display: block;
  width: 65px;
  font-weight: 400;
}

.search-form-wrap .search-options .opt-view {
  width: calc(100% - 65px);
  color: #777;
}

.search-form-wrap .search-txt {
  color: #777;
}

.search-form-wrap .btn-second {
  width: 100%;
}

.search-form-wrap .tags-hash span {
  display: inline-block;
  margin-right: 16px;
  font-size: 13px;
  color: #111;
}

.search-form-wrap .tags-hash span:first-child {
  margin-top: 0;
}

.search-form-wrap:first-of-type {
  margin: -31px -18px 0;
}

.search-form-wrap.type02 {
  margin: 0;
}

.search-form-wrap.type02 > .inner-box {
  padding: 0;
  background-color: #fff;
}

.search-result-wrap + .search-form-wrap.type02 {
  margin-top: 15px;
}

.search-form-wrap.type02:first-child {
  margin: 0 -18px;
}

.inquiry-form-wrap {
  padding: 19px;
  border: 1px solid #e1e1e1;
}

.inquiry-form-wrap .row-case {
  margin: 8px 0 0;
}

.inquiry-form-wrap .row-case:first-child {
  margin: 0;
}

.inquiry-form-wrap .btn-second {
  width: 100%;
}

/*********************************************************************************
	TAB 
*********************************************************************************/
/* teb list */
.tab-list-wrap {
  min-height: 48px;
  margin: 30px -18px 0;
}

.tab-list-wrap .tab-list-inner.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 56px 0 0;
  transition: top .7s ease;
  z-index: 50;
  background-color: #fff;
}

.tab-list-wrap .tab-list-inner.fixed.t0 {
  top: -57px;
  transition: top .7s ease;
}

.tab-list-wrap .tab-list-inner.type-more {
  position: relative;
  margin: 0 48px 0 0;
}

.tab-list-wrap .tab-list-inner.type-more.open-more {
  z-index: 50;
}

.tab-list-wrap .tab-list-inner.type-more .tab-list-more {
  right: -48px;
}

.tab-list-wrap .tab-list-inner.type-more .btn-tab-more {
  right: -48px;
}

.tab-list-wrap .tab-list-inner.type-more.fixed {
  position: fixed;
}

.tab-list-wrap .tab-list-inner.type-more.fixed .btn-tab-more {
  height: 48px;
  top: auto;
  bottom: 0;
}

.tab-list-wrap .tab-list-box {
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
}

.tab-list-wrap .tab-list-box ul {
  display: -webkit-flex;
  display: flex;
  margin: -1px;
}

.tab-list-wrap .tab-list-box ul li {
  -webkit-flex: 1;
  flex: 1;
  min-height: 48px;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  background-color: #fff;
}

.tab-list-wrap .tab-list-box ul li a {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-align-items: center;
  align-items: center;
}

.tab-list-wrap .tab-list-box ul li a span {
  display: block;
  -webkit-flex: 1;
  flex: 1;
  line-height: 18px;
  font-size: 16px;
  text-align: center;
}

.tab-list-wrap .tab-list-box ul li.active {
  border-top: 1px solid #1e75d6;
  border-bottom: 1px solid #1e75d6;
  background-color: #1e75d6;
}

.tab-list-wrap .tab-list-box ul li.active a span {
  color: #fff;
}

.tab-list-wrap .tab-list-box ul.swiper-wrapper li.swiper-slide {
  height: 48px;
}

.tab-list-wrap .tab-list-box ul.swiper-wrapper li.swiper-slide a {
  padding: 0 15px;
}

.tab-list-wrap .tab-list-box ul.swiper-wrapper li.swiper-slide a span {
  white-space: nowrap;
}

.tab-list-wrap .tab-list-more {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 20px;
  border: 1px solid #c2c2c2;
  border-top: none;
  box-shadow: 2px 0 5px rgba(7, 7, 7, 0.12);
  background-color: #fff;
}

.tab-list-wrap .tab-list-more > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: -8px 0 0;
}

.tab-list-wrap .tab-list-more > ul > li {
  width: calc(50% - 4px);
  min-height: 40px;
  margin: 8px 0 0;
}

.tab-list-wrap .tab-list-more > ul > li a {
  display: -webkit-flex;
  display: flex;
  height: 100%;
  border: 1px solid transparent;
  background-color: #f7f7f7;
  -webkit-align-items: center;
  align-items: center;
}

.tab-list-wrap .tab-list-more > ul > li a span {
  display: block;
  width: 100%;
  padding: 1px;
  line-height: 18px;
  color: #777;
  text-align: center;
}

.tab-list-wrap .tab-list-more > ul > li.active a {
  border: 1px solid #1e75d6;
  background-color: #edf4fc;
}

.tab-list-wrap .tab-list-more > ul > li.active a span {
  color: #1e75d6;
}

.tab-list-wrap .btn-tab-more {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 100%;
  border: 1px solid #c2c2c2;
  background: #fff url("../images/common/btn-tab-arrow.png") no-repeat center;
  background-size: 16px auto;
  z-index: 3;
}

.tab-list-wrap .btn-tab-more.active {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.tab-list-wrap .shadow-left {
  display: none;
  position: absolute;
  left: -5px;
  top: 1px;
  bottom: 1px;
  width: 20px;
  background: url("../images/common/tab-shadow.png") no-repeat left center;
  background-size: 100% 100%;
  z-index: 2;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.tab-list-wrap .shadow-right {
  display: none;
  position: absolute;
  right: -5px;
  top: 1px;
  bottom: 1px;
  width: 20px;
  background: url("../images/common/tab-shadow.png") no-repeat left center;
  background-size: 100% 100%;
  z-index: 2;
}

.tab-list-wrap:first-child {
  margin: -31px -18px 0;
}

.tab-list-wrap.type02 {
  min-height: 44px;
}

.tab-list-wrap.type02 .tab-list-inner {
  position: relative;
}

.tab-list-wrap.type02 .tab-list-inner.fixed {
  position: fixed;
  padding: 105px 0 0;
  background-color: #fff;
  z-index: 49;
}

.tab-list-wrap.type02 .tab-list-inner.fixed.t0 {
  top: -56px;
}

.tab-list-wrap.type02 .tab-list-box {
  border-top: none;
  padding: 0 18px;
  border-bottom: 1px solid #ededed;
}

.tab-list-wrap.type02 .tab-list-box ul {
  display: block;
}

.tab-list-wrap.type02 .tab-list-box ul:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;
}

.tab-list-wrap.type02 .tab-list-box ul > li {
  float: left;
  -webkit-flex: auto;
  flex: auto;
  width: auto;
  min-height: 44px;
  padding: 0 6px;
  border: none;
  background-color: transparent;
}

.tab-list-wrap.type02 .tab-list-box ul > li a {
  position: relative;
  min-height: 44px;
}

.tab-list-wrap.type02 .tab-list-box ul > li a span {
  display: inline-block;
  padding: 0 4px;
  line-height: 18px;
  font-size: 14px;
  color: #777;
}

.tab-list-wrap.type02 .tab-list-box ul > li a:after {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #1e75d6;
}

.tab-list-wrap.type02 .tab-list-box ul > li.active {
  border: none;
  background-color: #fff;
}

.tab-list-wrap.type02 .tab-list-box ul > li.active a span {
  line-height: 18px;
  font-size: 14px;
  color: #1e75d6;
}

.tab-list-wrap.type02 .tab-list-box ul > li.active a:after {
  display: block;
}

.tab-list-wrap.type02 .tab-list-box ul.swiper-wrapper {
  display: block;
  width: 1000%;
}

.tab-list-wrap.type02 .tab-list-box ul.swiper-wrapper:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;
}

.tab-list-wrap.type02 .tab-list-box ul.swiper-wrapper li.swiper-slide {
  float: left;
  -webkit-flex: auto;
  flex: auto;
  height: 100%;
  background-color: transparent;
}

.tab-list-wrap.type02 .tab-list-box ul.swiper-wrapper li.swiper-slide a {
  padding: 0;
}

.tab-list-wrap.type02 .tab-list-box ul.swiper-wrapper li.swiper-slide a span {
  white-space: nowrap;
}

.tab-list-wrap.except01 .tab-list-box ul {
  display: -webkit-flex;
  display: flex;
}

.tab-list-wrap.except01 .tab-list-box ul li {
  -webkit-flex: auto;
  flex: auto;
}

.tab-list-wrap.except01 .tab-list-box ul li:nth-child(1) {
  width: 22%;
}

.tab-list-wrap.except01 .tab-list-box ul li:nth-child(2) {
  width: 30%;
}

.tab-list-wrap.except01 .tab-list-box ul li:nth-child(3) {
  width: 30%;
}

.tab-list-wrap.except01 .tab-list-box ul li:nth-child(4) {
  width: 18%;
}

.tab-list-wrap.except02 .tab-list-box ul {
  display: -webkit-flex;
  display: flex;
}

.tab-list-wrap.except02 .tab-list-box ul li {
  -webkit-flex: auto;
  flex: auto;
}

.tab-list-wrap.except02 .tab-list-box ul li:nth-child(1) {
  width: 22%;
}

.tab-list-wrap.except02 .tab-list-box ul li:nth-child(2) {
  width: 30%;
}

.tab-list-wrap.except02 .tab-list-box ul li:nth-child(3) {
  width: 26%;
}

.tab-list-wrap.except02 .tab-list-box ul li:nth-child(4) {
  width: 22%;
}

.tab-list-wrap.type03 {
  min-height: 96px;
}

.tab-list-wrap.type03 .tab-list-inner {
  position: relative;
  min-height: 96px;
}

.tab-list-wrap.type03 .tab-list-inner:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c2c2c2;
}

.tab-list-wrap.type03 .tab-list-inner.fixed {
  position: fixed;
}

.tab-list-wrap.type03 .tab-list-box {
  display: block;
}

.tab-list-wrap.type03 .tab-list-box > ul {
  position: relative;
  display: block;
}

.tab-list-wrap.type03 .tab-list-box > ul li {
  display: -webkit-flex;
  display: flex;
  float: left;
  width: 25%;
  border-top: 0;
  border-right: 1px solid #c2c2c2;
}

.tab-list-wrap.type03 .tab-list-box > ul li:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;
}

.tab-list-wrap.type03 .tab-list-box > ul li a {
  height: auto;
  font-size: 16px;
}

.tab-list-wrap.type03 .tab-list-box > ul.active {
  border-right: 1px solid #1e75d6;
}

.tab-list-wrap.type04 {
  min-height: 38px;
  margin: 30px 18px 0;
}

.tab-list-wrap.type04 .tab-list-box {
  position: relative;
  display: block;
  border: 0;
}

.tab-list-wrap.type04 .tab-list-box > ul li {
  min-height: 38px;
  border: 1px solid #c2c2c2;
  background: #fff;
  margin: 0 -1px;
}

.tab-list-wrap.type04 .tab-list-box > ul li a {
  padding: 6px 0;
}

.tab-list-wrap.type04 .tab-list-box > ul li a span {
  font-size: 14px;
  color: #777;
}

.tab-list-wrap.type04 .tab-list-box > ul li.active {
  min-height: 39px;
  border: 1px solid #ec008c;
  border-bottom: 1px solid #fff;
  z-index: 2;
}

.tab-list-wrap.type04 .tab-list-box > ul li.active a span {
  color: #ec008c;
}

.tab-list-wrap.type04 .tab-list-box > ul li:first-child {
  border-radius: 3px 0 0 0;
}

.tab-list-wrap.type04 .tab-list-box > ul li:last-child {
  border-radius: 0 3px 0 0;
}

.tab-list-wrap.type04 .tab-list-box:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: #ec008c;
  z-index: 1;
}

.bundle-wrap + .tab-list-wrap.type04 {
  margin-top: 40px;
}

.tab-list-wrap.type05 {
  position: relative;
  margin: 0;
  min-height: 0;
}

.tab-list-wrap.type05 .tab-list-inner .tab-list-box {
  border: 0;
}

.tab-list-wrap.type05 .tab-list-inner .tab-list-box > ul {
  display: block;
  margin: 0;
}

.tab-list-wrap.type05 .tab-list-inner .tab-list-box > ul:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;
}

.tab-list-wrap.type05 .tab-list-inner .tab-list-box > ul > li {
  position: relative;
  float: left;
  -webkit-flex: none;
  flex: none;
  min-height: 0;
  padding: 0 12px;
  border: 0;
  background: none;
}

.tab-list-wrap.type05 .tab-list-inner .tab-list-box > ul > li > a {
  display: inline-block;
}

.tab-list-wrap.type05 .tab-list-inner .tab-list-box > ul > li > a span {
  -webkit-flex: none;
  flex: none;
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  font-size: 18px;
  color: #111;
}

.tab-list-wrap.type05 .tab-list-inner .tab-list-box > ul > li > a span:after {
  content: '';
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #111;
}

.tab-list-wrap.type05 .tab-list-inner .tab-list-box > ul > li:first-child {
  padding-left: 0;
}

.tab-list-wrap.type05 .tab-list-inner .tab-list-box > ul > li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 7px;
  right: 0;
  width: 1px;
  height: 8px;
  background-color: #e7e7e7;
}

.tab-list-wrap.type05 .tab-list-inner .tab-list-box > ul > li:last-child {
  padding-right: 0;
}

.tab-list-wrap.type05 .tab-list-inner .tab-list-box > ul > li:last-child:before {
  background: none;
  padding-right: 0;
}

.tab-list-wrap.type05 .tab-list-inner .tab-list-box > ul > li.active > a span {
  font-weight: 700;
  color: #111;
}

.tab-list-wrap.type05 .tab-list-inner .tab-list-box > ul > li.active > a span:after {
  display: block;
}

.tab-list-wrap.type05 .item-right {
  position: absolute;
  top: -5px;
  right: 0;
}

.tab-list-wrap.type05 + .tab-panel-wrap > .tab-content {
  padding-top: 15px;
}

.tab-list-wrap.type06 .tab-list-box {
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
}

.tab-list-wrap.type06 .tab-list-box ul {
  display: -webkit-flex;
  display: flex;
  margin: -1px;
}

.tab-list-wrap.type06 .tab-list-box ul li {
  -webkit-flex: 1;
  flex: 1;
  min-height: 48px;
  border-top: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  background-color: #fff;
}

.tab-list-wrap.type06 .tab-list-box ul li a {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-align-items: center;
  align-items: center;
}

.tab-list-wrap.type06 .tab-list-box ul li a span {
  display: block;
  -webkit-flex: 1;
  flex: 1;
  line-height: 18px;
  font-size: 16px;
  text-align: center;
}

.tab-list-wrap.type06 .tab-list-box ul li.active {
  border-top: 1px solid #1e75d6;
  border-bottom: 1px solid #1e75d6;
  border-right: none;
  background-color: #1e75d6;
}

.tab-list-wrap.type06 .tab-list-box ul li.active a span {
  color: #fff;
}

/* teb content */
.tab-panel-wrap > .tab-content {
  display: none;
  padding: 30px 0 0;
}

.tab-panel-wrap > .tab-content:first-child {
  display: block;
}

.tab-panel-wrap > .tab-content h1.offscreen + .step-location-wrap, .tab-panel-wrap > .tab-content h1.offscreen + .search-form-wrap, .tab-panel-wrap > .tab-content h1.offscreen + .tab-list-wrap, .tab-panel-wrap > .tab-content h1.offscreen + .info-header-wrap {
  margin: -30px -18px 0;
}

.tab-panel-wrap > .tab-content h1.offscreen + .invest-propensity-wrap {
  margin: -30px -18px 0;
}

.tab-panel-wrap > .tab-content h1.offscreen + .invest-propensity-wrap:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 6px;
  background: url("../images/common/shadow-invest-propensity.png") repeat-x left top;
  background-size: auto 100%;
}

.tab-panel-wrap > .tab-content h1.offscreen + .top-box, .tab-panel-wrap > .tab-content h1.offscreen + .bundle-wrap, .tab-panel-wrap > .tab-content h1.offscreen + .tbl-view-wrap, .tab-panel-wrap > .tab-content h1.offscreen + .card-list-wrap, .tab-panel-wrap > .tab-content h1.offscreen + .reference-top-box {
  margin: 0;
}

.tab-panel-wrap > .tab-content h1.offscreen + .search-form-wrap.type02, .tab-panel-wrap > .tab-content h1.offscreen + .tbl-list-wrap {
  margin: 0;
}

.tab-panel-wrap > .tab-content .bundle-wrap.type02, .tab-panel-wrap > .tab-content .gallery-swiper-wrap {
  margin-top: -30px;
}

.recommend-fund-wrap + .tab-list-wrap {
  margin: 0 -18px;
}

.reference-top-box + .tab-list-wrap {
  margin-top: 40px;
}

.banner-notice + .tab-list-wrap {
  margin-top: 0;
}

/*********************************************************************************
	확인하세요!
*********************************************************************************/
.check-infomation-wrap {
  overflow: hidden;
  max-height: initial;
  position: relative;
  margin: 40px 0 0;
  padding: 0 20px 20px;
  border: 1px solid #ddd;
  border-radius: 2px;
}

.check-infomation-wrap .title-box {
  margin: 0 -19px;
}

.check-infomation-wrap .title-box .check-info-tit .btn-expand {
  position: relative;
  width: 100%;
  height: 47px;
  padding: 5px 40px 0 20px;
  font-size: 16px;
  text-align: left;
  vertical-align: top;
}

.check-infomation-wrap .title-box .check-info-tit .btn-expand:after {
  display: none;
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  margin: -9px 0 0;
  width: 17px;
  height: 17px;
  background: url("../images/icon/icon-accordain-arrow.png") no-repeat center;
  background-size: 17px auto;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.check-infomation-wrap .title-box .check-info-tit .btn-expand.foldup:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.check-infomation-wrap .check-info-contents > .dash-list:first-child {
  margin: 0;
}

.check-infomation-wrap .check-info-contents:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30px;
  background: url("../images/common/bg-check-infomation.png") no-repeat center;
  background-size: 100% 100%;
}

.check-infomation-wrap.inactivation .title-box .check-info-tit .btn-expand:after {
  display: none;
}

.check-infomation-wrap.inactivation .check-info-contents:after {
  display: none;
}

.check-infomation-wrap:first-child {
  margin: 0;
}

/*********************************************************************************
	accordian
*********************************************************************************/
.accordian-wrap > ul > li {
  border-bottom: 1px solid #cbcbcb;
}

.accordian-wrap > ul > li .tit-box .step-tit {
  display: block;
}

.accordian-wrap > ul > li .tit-box .step-tit .btn-expand, .accordian-wrap > ul > li .tit-box .step-tit .btn-pop {
  position: relative;
  width: 100%;
  padding: 12px 35px 12px 72px;
  text-align: left;
}

.accordian-wrap > ul > li .tit-box .step-tit .btn-expand span, .accordian-wrap > ul > li .tit-box .step-tit .btn-pop span {
  position: absolute;
  left: 12px;
  top: 12px;
  color: #1e75d6;
}

.accordian-wrap > ul > li .tit-box .step-tit .btn-expand:after {
  display: block;
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  margin: -9px 0 0;
  width: 17px;
  height: 17px;
  background: url("../images/icon/icon-accordain-arrow.png") no-repeat center;
  background-size: 17px auto;
}

.accordian-wrap > ul > li .tit-box .step-tit .btn-expand.foldup:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.accordian-wrap > ul > li .conts-box {
  padding: 20px 12px;
  border-top: 1px solid #e7e7e7;
  background-color: #f9f9f9;
}

.accordian-wrap > ul > li .dash-list:first-child {
  margin: 0;
}

.accordian-wrap > ul > li:first-child {
  border-top: 2px solid #444;
}

.accordian-wrap .acco-top-area {
  margin: 30px 0 0;
}

.accordian-wrap .acco-top-area .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 5px 0 0;
}

.accordian-wrap .acco-top-area .inner:first-child {
  margin: 0;
}

.accordian-wrap .acco-top-area .left-case .total {
  color: #777;
}

.accordian-wrap .acco-top-area + ul {
  margin: 10px 0 0;
}

.accordian-wrap.type02 .tit-box .step-tit .btn-expand {
  padding: 12px 35px 12px 12px;
}

.accordian-wrap.type02 .conts-box {
  padding: 20px 12px 20px 12px;
  color: #777;
}

.accordian-wrap.faq .tit-box .step-tit .btn-expand, .accordian-wrap.faq .tit-box .step-tit .btn-pop {
  padding: 12px 35px 12px 35px;
}

.accordian-wrap.faq .tit-box .step-tit .btn-expand span, .accordian-wrap.faq .tit-box .step-tit .btn-pop span {
  position: relative;
  top: auto;
  left: auto;
}

.accordian-wrap.faq .tit-box .step-tit .btn-expand .q-tit, .accordian-wrap.faq .tit-box .step-tit .btn-pop .q-tit {
  position: absolute;
  left: 12px;
  top: 12px;
  color: #1e75d6;
}

.accordian-wrap.faq .tit-box .step-tit .btn-pop {
  display: inline-block;
  min-height: 50px;
  padding: 12px 50px 12px 35px;
  font-weight: normal;
}

.accordian-wrap.faq .tit-box .step-tit .btn-pop .q-tit {
  top: 11px;
}

.accordian-wrap.faq .tit-box .step-tit .btn-pop:after {
  display: block;
  content: "";
  position: absolute;
  right: 15px;
  top: 20px;
  width: 15px;
  height: 15px;
  margin: -1px 0 0;
  background-image: url("../images/icon/icon-popup.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}

.accordian-wrap.faq .conts-box {
  position: relative;
  padding: 20px 12px 20px 35px;
}

.accordian-wrap.faq .conts-box .a-tit {
  position: absolute;
  left: 12px;
  top: 20px;
  color: #777;
}

.accordian-wrap.faq.type02 .conts-box {
  color: #777;
}

.accordian-wrap.faq.type03 .conts-box {
  padding: 20px 12px 20px 12px;
  color: #777;
}

.tab-list-wrap + .accordian-wrap {
  margin-top: 30px;
}

/*********************************************************************************
	step process
*********************************************************************************/
/* 스텝 location */
.step-location-wrap {
  padding: 0 18px;
  background-color: #f7f7f7;
}

.step-location-wrap .step-location-inner {
  position: relative;
  padding: 10px 0;
}

.step-location-wrap .step-location-inner .step-tit {
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #1e75d6;
}

.step-location-wrap .step-location-inner .step-tit .num {
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;
  color: transparent;
  display: block;
}

.step-location-wrap .step-location-inner .view-step-num {
  position: absolute;
  right: 0;
  top: 12px;
}

.step-location-wrap .step-location-inner .view-step-num span {
  display: inline-block;
  overflow: hidden;
  width: 20px;
  height: 20px;
  line-height: 19px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  background-color: #c2c2c2;
}

.step-location-wrap .step-location-inner .view-step-num span.complete {
  text-indent: -9999px;
  background: #1e75d6 url("../images/common/step-complete.png") no-repeat center;
  background-size: 11px auto;
}

.step-location-wrap .step-location-inner .view-step-num span.now {
  background: #1e75d6;
}

.step-location-wrap:first-child {
  margin: -30px -18px 0;
}

/* 가이드 - 스텝타입 */
.step-process-wrap {
  border: 1px solid #d2d2d2;
}

.step-process-wrap > ul > li {
  position: relative;
  padding: 18px;
  border-top: 1px solid #d2d2d2;
}

.step-process-wrap > ul > li:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: -18px;
  margin-left: -16px;
  width: 36px;
  height: 36px;
  background: url("../images/icon/icon-step-process.png") no-repeat center center;
  background-size: 36px auto;
}

.step-process-wrap > ul > li:first-child {
  border-top: none;
}

.step-process-wrap > ul > li:first-child:before {
  display: none;
}

.step-process-wrap .step-num {
  display: block;
  color: #1e75d6;
}

.step-process-wrap .step-tit {
  display: block;
  margin: 5px 0 0;
  line-height: 24px;
  font-size: 16px;
}

.step-process-wrap .step-tit:first-child {
  margin: 0;
}

.step-process-wrap .step-cont {
  margin: 10px 0 0;
}

.step-process-wrap .step-cont:first-child {
  margin: 0;
}

.step-process-wrap .tit-item-wrap .step-num {
  display: inline-block;
  font-weight: 700;
}

.step-process-wrap .tit-item-wrap .title {
  display: inline-block;
}

.step-process-wrap .btn-area {
  margin-top: 6px;
}

.step-process-wrap.type02 {
  border: none;
}

.step-process-wrap.type02 > ul > li {
  position: relative;
  margin-top: 43px;
  padding: 0;
  border: none;
}

.step-process-wrap.type02 > ul > li:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: -26px;
  width: 25px;
  height: 13px;
  background: url("../../assets/images/biz/consumer/consumer-kr-progress-arrow.png") no-repeat center 0;
  background-size: 25px auto;
}

.step-process-wrap.type02 > ul > li:first-child {
  margin-top: 0;
}

.step-process-wrap.type02 > ul > li:first-child:before {
  display: none;
}

.step-process-wrap.type02 > ul > li .step-item-box {
  padding: 19px 24px 19px 83px;
  border: 1px solid #d2d2d2;
}

.step-process-wrap.type02 > ul > li .step-item-box.icon01:before {
  display: block;
  content: "";
  position: absolute;
  top: 19.5px;
  left: 24.5px;
  width: 39px;
  height: 40.5px;
  background: url("../../assets/images/biz/consumer/consumer-kr-progress-icon01.png") no-repeat center center;
  background-size: 39px auto;
}

.step-process-wrap.type02 > ul > li .step-item-box.icon02:before {
  display: block;
  content: "";
  position: absolute;
  top: 19.5px;
  left: 24.5px;
  width: 39px;
  height: 40.5px;
  background: url("../../assets/images/biz/consumer/consumer-kr-progress-icon02.png") no-repeat center center;
  background-size: 39px auto;
}

.step-process-wrap.type02 > ul > li .step-item-box.icon03:before {
  display: block;
  content: "";
  position: absolute;
  top: 19.5px;
  left: 24.5px;
  width: 39px;
  height: 40.5px;
  background: url("../../assets/images/biz/consumer/consumer-kr-progress-icon03.png") no-repeat center center;
  background-size: 39px auto;
}

.step-process-wrap.type02 > ul > li .step-item-box.icon04:before {
  display: block;
  content: "";
  position: absolute;
  top: 19.5px;
  left: 24.5px;
  width: 39px;
  height: 40.5px;
  background: url("../../assets/images/biz/consumer/consumer-kr-progress-icon04.png") no-repeat center center;
  background-size: 39px auto;
}

.step-process-wrap.type02 > ul > li .step-item-box .step-tit {
  margin-top: 3px;
  font-weight: 400;
}

.step-process-wrap.type02 > ul > li .step-item-box .step-cont {
  margin-top: 2px;
  color: #777;
}

.step-process-wrap.type02 > ul > li .step-item-box .step-num {
  display: block;
  color: #ee137b;
}

/*********************************************************************************
	약관
*********************************************************************************/
.agreement-wrap {
  margin: 40px 0 0;
}

.agreement-wrap .agreement-box {
  border-top: 2px solid #444;
}

.agreement-wrap .agreement-box > ul > li {
  border-bottom: 1px solid #e7e7e7;
}

.agreement-wrap .agreement-box > ul > li:last-child {
  border-bottom: none;
}

.agreement-wrap .agreement-box .agree-view-case {
  padding: 14px 0;
  line-height: 24px;
  font-size: 16px;
}

.agreement-wrap .agreement-box .agree-view-case .tit {
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
}

.agreement-wrap .agreement-box .agree-view-case .txt {
  font-size: 14px;
  color: #777;
}

.agreement-wrap .agreement-box .agree-view-case .dash-list {
  margin-top: 5px;
}

.agreement-wrap .agreement-box .agree-view-case .dash-list > li {
  margin-top: 0;
}

.agreement-wrap .agreement-box .agree-view-case.is-detail {
  display: -webkit-flex;
  display: flex;
}

.agreement-wrap .agreement-box .agree-view-case.is-detail .left-box {
  width: calc(100% - 100px);
  padding: 2px 0 0;
  margin: 0 10px 0 0;
}

.agreement-wrap .agreement-box .agree-view-case.is-detail .right-box {
  width: 90px;
  text-align: right;
}

.agreement-wrap .agreement-box .agree-view-case.is-detail .right-box button {
  width: 100%;
}

.agreement-wrap .agreement-box .agree-detail-item {
  padding: 15px 12px;
  border-top: 1px solid #e7e7e7;
  background-color: #f7f7f7;
}

.agreement-wrap .agreement-box .agree-detail-item > ul > li {
  margin: 10px 0 0;
  color: #777;
}

.agreement-wrap .agreement-box .agree-detail-item > ul > li:first-child {
  margin: 0;
}

.agreement-wrap .agreement-box.type02 {
  padding-top: 4px;
  border-top: 1px solid #cbcbcb;
  border-bottom: none;
}

.agreement-wrap .agreement-box.type02:last-child {
  border-bottom: none;
}

.agreement-wrap .agreement-box:last-child {
  border-bottom: 1px solid #cbcbcb;
}

.agreement-wrap:first-child {
  margin: 0;
}

.agreement-wrap .agreement-notice {
  font-size: 14px;
  color: #777;
}

.agreement-wrap .agreement-box + .agreement-notice {
  padding-top: 14px;
  border-top: 1px solid #cbcbcb;
}

.top-box + .agreement-wrap {
  margin: 10px 0 0;
}

.agreement-wrap + .search-form-wrap, .agreement-wrap + .gray-box {
  margin-top: 20px;
}

.agree-confirm-wrap {
  margin: 15px 0 0;
}

.agree-confirm-wrap .inp-check > label {
  font-size: 16px;
}

.agree-view-wrap {
  padding: 20px 18px;
  background-color: #f2f2f2;
}

/*********************************************************************************
	리스트
*********************************************************************************/
/* 게시판 리스트 */
.board-list-wrap {
  margin: 20px 0 0;
}

.board-list-wrap > ul {
  border-top: 2px solid #444;
  border-bottom: 1px solid #cbcbcb;
}

.board-list-wrap > ul > li {
  position: relative;
  padding: 18px 0;
  border-bottom: 1px solid #e7e7e7;
}

.board-list-wrap > ul > li:last-child {
  border-bottom: none;
}

.board-list-wrap .list-item {
  display: block;
  padding: 16px 0;
  margin: -18px 0;
}

.board-list-wrap .list-item .flag-box {
  margin: 0 0 5px;
  line-height: 0;
}

.board-list-wrap .list-item .title-box {
  display: block;
  position: relative;
  /* 추후 삭제 요망 */
  /* //추후 삭제 요망 */
}

.board-list-wrap .list-item .title-box .flag-item {
  vertical-align: 1px;
}

.board-list-wrap .list-item .title-box .flag-new {
  vertical-align: -2px;
}

.board-list-wrap .list-item .title-box .tit {
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
}

.board-list-wrap .list-item .title-box .tit.ellip {
  display: block;
  overflow: hidden;
  text-overflow: hidden;
  white-space: nowrap;
}

.board-list-wrap .list-item .title-box .tit.ellip2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.board-list-wrap .list-item .title-box .tit.ellip2 .btn-new {
  margin-top: -3px;
}

.board-list-wrap .list-item .title-box .tit.ellip + .flag-new,
.board-list-wrap .list-item .title-box .tit.ellip2 + .flag-new {
  position: absolute;
  bottom: 3px;
  right: 6px;
}

.board-list-wrap .list-item .title-box.answer {
  display: block;
  position: relative;
  padding: 0 0 0 49px;
}

.board-list-wrap .list-item .title-box.answer:before {
  display: block;
  content: "";
  position: absolute;
  left: 9px;
  top: 5px;
  width: 36px;
  height: 15px;
  background: url("../images/common/flag-answer.png") no-repeat center;
  background-size: auto 15px;
}

.board-list-wrap .list-item .title-box.answer02 {
  display: block;
  position: relative;
  padding: 0 0 0 58px;
}

.board-list-wrap .list-item .title-box.answer02:before {
  display: block;
  content: "";
  position: absolute;
  left: 18px;
  top: 5px;
  width: 36px;
  height: 15px;
  background: url("../images/common/flag-answer.png") no-repeat center;
  background-size: auto 15px;
}

.board-list-wrap .list-item .title-box .txt {
  margin: 5px 0 0 0;
  line-height: 1.5;
  max-height: 42px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.board-list-wrap .list-item .title-box[target="_blank"] {
  display: inline-block;
}

.board-list-wrap .list-item .title-box[target="_blank"] .tit:after {
  display: inline-block;
  content: "";
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 0 0 5px;
  background-image: url(../images/icon/icon-new-window.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 10px auto;
}

.board-list-wrap .list-item .answer {
  display: block;
  position: relative;
  padding: 0 0 0 9px;
}

.board-list-wrap .list-item .answer .title-box {
  position: relative;
  padding-left: 40px;
}

.board-list-wrap .list-item .answer .title-box:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 36px;
  height: 15px;
  background: url("../images/common/flag-answer.png") no-repeat center;
  background-size: auto 15px;
}

.board-list-wrap .list-item .write-info {
  margin: 5px 0 0;
}

.board-list-wrap .list-item .write-info .info-item {
  display: inline-block;
  position: relative;
  margin: 0 12px 0 0;
  font-size: 13px;
  color: #777;
}

.board-list-wrap .list-item .write-info .info-item .ico-view {
  vertical-align: top;
}

.board-list-wrap .list-item .write-info .info-item .btn-attach {
  vertical-align: middle;
}

.board-list-wrap .list-item .write-info .info-item .btn-download {
  vertical-align: top;
}

.board-list-wrap .list-item .write-info .info-item:after {
  display: block;
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  width: 1px;
  height: 12px;
  margin: -6px 0 0;
  background-color: #e7e7e7;
}

.board-list-wrap .list-item .write-info .info-item:last-child {
  margin: 0;
}

.board-list-wrap .list-item .write-info .info-item:last-child:after {
  display: none;
}

.board-list-wrap .list-item .write-info.type02 {
  margin: 10px 0 0;
}

.board-list-wrap .list-item .write-info.type02 .info-item {
  font-size: 14px;
}

.board-list-wrap .list-item .write-info.type02 .info-item .item-tit {
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  color: #111;
  vertical-align: top;
}

.board-list-wrap .list-item .write-info.type02 .info-item.block {
  display: block;
}

.board-list-wrap .list-item .write-info.type02 .info-item.block:after {
  display: none;
}

.board-list-wrap .list-item .write-info.type03 {
  margin: 0 0 7px 0;
}

.board-list-wrap .list-item .write-info.type03 .info-item {
  font-size: 12px;
}

.board-list-wrap .list-item .fund-company {
  display: block;
  margin: 5px 0 0;
  font-size: 13px;
  color: #777;
}

.board-list-wrap .list-item .img-case {
  position: relative;
  padding: 0 0 0 112px;
  height: 75px;
}

.board-list-wrap .list-item .img-case .img {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 75px;
}

.board-list-wrap .list-item .img-case .img img {
  width: 112px;
  height: 75px;
}

.board-list-wrap .list-item .img-case.type02 {
  padding: 0 0 0 128px;
}

.board-list-wrap .list-item .img-case.type02 .title-box .tit {
  line-height: 22px;
}

.board-list-wrap .list-item .img-case.type02 .title-box .write-info {
  margin-top: 0;
}

.board-list-wrap .list-item .img-case.type02 .img {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 108px;
  height: 60px;
}

.board-list-wrap .list-item .img-case + .write-info {
  margin: 10px 0 0;
}

.board-list-wrap .list-item .img-case + .dot-list {
  margin: 20px 0 0;
}

.board-list-wrap .list-item .img-item {
  margin-bottom: 10px;
}

.board-list-wrap .list-item .img-item img {
  width: 100%;
}

.board-list-wrap .list-item .tags-hash span {
  display: inline-block;
  margin-right: 9px;
  font-size: 13px;
  color: #1e75d6;
}

.board-list-wrap .list-item.type02 {
  padding: 18px 45px 18px 0;
}

.board-list-wrap .func-btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.board-list-wrap .list-func-btn {
  margin: 20px 0 0;
}

.board-list-wrap .list-func-btn .inner {
  display: -webkit-flex;
  display: flex;
  margin: 0 -5px;
}

.board-list-wrap .list-func-btn .inner .item-btn {
  -webkit-flex: 1;
  flex: 1;
  padding: 0 5px;
}

.board-list-wrap .list-func-btn button {
  width: 100%;
}

.board-list-wrap .no-result {
  border-top: 2px solid #444;
  border-bottom: 1px solid #cbcbcb;
  padding: 110px 0 45px;
  background-position: center 50px;
}

.board-list-wrap:first-child {
  margin: 0;
}

.board-list-wrap.no-line > ul {
  padding: 8px 0;
}

.board-list-wrap.no-line > ul > li {
  border-bottom: 0;
}

.board-list-wrap.no-line .list-item {
  padding: 8px 0;
}

.board-list-wrap.no-line .list-item .title-box .tit {
  font-size: 14px;
}

.board-list-wrap.no-line-top > ul {
  border-top: none;
}

.board-list-wrap.no-line-top > ul li:first-child {
  padding-top: 10px;
}

.board-list-wrap.no-line-btm > ul {
  border-bottom: none;
}

.board-list-wrap .dot-list.ellip a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.board-list-wrap.no-line-btm + .board-list-wrap {
  margin-top: 0;
}

/* 주소 리스트 */
.addr-list-wrap > ul {
  border-bottom: 1px solid #cbcbcb;
}

.addr-list-wrap > ul > li {
  position: relative;
  border-bottom: 1px solid #e7e7e7;
}

.addr-list-wrap > ul > li:last-child {
  border-bottom: none;
}

.addr-list-wrap .addr-item {
  display: block;
  width: 100%;
  padding: 16px 0;
  text-align: left;
}

.addr-list-wrap .addr-item .addr-num {
  display: block;
  margin: 0 0 5px;
  font-size: 13px;
  color: #777;
}

.addr-list-wrap .addr-item .addr-name {
  display: block;
  line-height: 24px;
  font-size: 16px;
}

.addr-list-wrap .no-result {
  padding: 215px 0 50px;
  background-position: center 150px;
}

/* 카드 형태 리스트 */
.card-list-wrap {
  margin: 20px 0 0;
}

.card-list-wrap > ul > li {
  margin: 20px 0 0;
}

.card-list-wrap > ul > li:first-child {
  margin: 0;
}

.card-list-wrap:first-child {
  margin: 0;
}

.top-box + .board-list-wrap, .top-box + .card-list-wrap, .top-box + .accordian-wrap {
  margin: 10px 0 0;
}

.top-box + .board-list-wrap.no-line-top {
  margin-top: 20px;
}

.bundle-wrap + .accordian-wrap {
  margin-top: 15px;
}

/*********************************************************************************
	리스트 카드 아이템
*********************************************************************************/
.card-item-box {
  display: block;
  position: relative;
  border: 1px solid #c2c2c2;
}

.card-item-box .card-item-info {
  display: block;
  padding: 19px;
}

.card-item-box .card-item-info .flag-case {
  margin: 0 0 10px;
}

.card-item-box .card-item-info .name-case strong {
  display: inline-block;
  line-height: 26px;
  font-size: 18px;
  font-weight: 400;
}

.card-item-box .card-item-info .name-case .prod-num, .card-item-box .card-item-info .name-case .txt {
  display: block;
  line-height: 18px;
  font-size: 13px;
  color: #777;
}

.card-item-box .card-item-info .opt-case {
  margin: 5px 0 0;
}

.card-item-box .card-item-info .opt-case span {
  display: inline-block;
  position: relative;
  font-size: 13px;
  color: #777;
}

.card-item-box .card-item-info .opt-case span + span {
  margin: 0 0 0 13px;
}

.card-item-box .card-item-info .opt-case span + span:after {
  display: block;
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  width: 1px;
  height: 12px;
  background-color: #e0e0e0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.card-item-box .card-item-info .opt-case.no-line span + span:after {
  display: none;
}

.card-item-box .card-item-info .profits-ratio-case {
  margin: 5px 0 0;
}

.card-item-box .card-item-info .profits-ratio-case .ratio {
  display: block;
  line-height: 26px;
  font-size: 24px;
  text-align: right;
}

.card-item-box .card-item-info .profits-ratio-case .ratio.bull {
  color: #dc0004;
}

.card-item-box .card-item-info .profits-ratio-case .ratio.bear {
  color: #1e75d6;
}

.card-item-box .card-item-info .profits-ratio-case .ratio-type {
  display: block;
  font-size: 13px;
  text-align: right;
}

.card-item-box .card-item-info .yield-case {
  margin: 30px 0 0 0;
}

.card-item-box .card-item-info .yield-case > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card-item-box .card-item-info .yield-case > ul > li {
  position: relative;
  width: 25%;
}

.card-item-box .card-item-info .yield-case > ul > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  width: 1px;
  height: 30px;
  background: #efefef;
}

.card-item-box .card-item-info .yield-case > ul > li:first-child:before {
  display: none;
}

.card-item-box .card-item-info .yield-case > ul .period {
  display: block;
  font-size: 13px;
  text-align: center;
}

.card-item-box .card-item-info .yield-case > ul .ratio {
  display: block;
  text-align: center;
}

.card-item-box .card-item-info .yield-case > ul .ratio.bull {
  color: #dc0004;
}

.card-item-box .card-item-info .yield-case > ul .ratio.bear {
  color: #1e75d6;
}

.card-item-box .card-item-info .txt-case {
  margin: 30px 0 0 0;
}

.card-item-box .card-item-info .d-day {
  display: inline-block;
  position: absolute;
  top: -11px;
  right: 20px;
  padding: 2px 8px;
  color: #fff;
  background: #777;
}

.card-item-box .card-item-info .d-day:after {
  content: "";
  position: absolute;
  top: -1px;
  right: -11px;
  display: block;
  width: 11px;
  height: 12px;
  background: linear-gradient(45deg, #444 50%, #fff 50%);
}

.card-item-box .card-item-info .desc-guide {
  display: block;
  margin: 5px 0 0;
  line-height: 20px;
  font-size: 13px;
  color: #777;
}

.card-item-box .card-item-info .info-detail-list {
  margin: 19px 0 0;
  padding: 19px 0 0;
  border-top: 1px solid #c2c2c2;
}

.card-item-box .card-item-info .info-detail-list > ul > li {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin-top: 6px;
}

.card-item-box .card-item-info .info-detail-list > ul > li:first-child {
  margin-top: 0;
}

.card-item-box .card-item-info .info-detail-list > ul > li > .tit {
  width: 40%;
  color: #777;
  font-weight: 400;
}

.card-item-box .card-item-info .info-detail-list > ul > li > .cont {
  width: 60%;
  text-align: right;
}

.card-item-box .card-item-info .info-detail-list > ul > li > .cont .date {
  display: block;
  color: #111;
}

.card-item-box .card-item-info .info-detail-list > ul > li > .cont .ratio-point {
  display: block;
  font-size: 20px;
}

.card-item-box .card-item-info .info-detail-list > ul > li > .cont .ratio-point.bull {
  color: #dc0004;
}

.card-item-box .card-item-info .info-detail-list > ul > li > .cont .ratio-point.bear {
  color: #1e75d6;
}

.card-item-box .card-item-info .info-detail-list > ul > li.tit-long > .tit {
  width: 60%;
}

.card-item-box .card-item-info .info-detail-list > ul > li.tit-long > .cont {
  width: 40%;
}

.card-item-box .card-item-info .info-detail-list > ul > li.price-type > .cont {
  font-size: 20px;
  color: #dc0004;
}

.card-item-box .card-item-info .info-detail-list > ul > li.price-type > .cont .unit {
  font-size: 14px;
}

.card-item-box .card-item-info .info-detail-list > ul + ul {
  margin: 19px 0 0;
  padding: 19px 0 0;
  border-top: 1px solid #f0f0f0;
}

.card-item-box .card-item-info .info-detail-list > ul.gray-box {
  padding: 19px;
}

.card-item-box .card-item-info .info-detail-list > ul + ul.gray-box {
  border: 0;
}

.card-item-box .card-item-info .info-detail-list:first-child {
  margin: 0;
  padding: 0;
  border-top: none;
}

.card-item-box .card-item-info .info-detail-list:last-child {
  border-top: 1px solid #f0f0f0;
}

.card-item-box .card-item-info .info-detail-list.type02 > ul > li {
  display: block;
}

.card-item-box .card-item-info .info-detail-list.type02 > ul > li > .tit {
  display: block;
  width: 100%;
}

.card-item-box .card-item-info .info-detail-list.type02 > ul > li > .cont {
  display: block;
  width: 100%;
  text-align: left;
}

.card-item-box .card-item-info .info-detail-list.type02 > ul > li > .tit + .cont {
  margin: 10px 0 0;
}

.card-item-box .card-item-info .info-detail-list.type02 > ul + ul {
  margin: 19px 0 0;
  padding: 19px 0 0;
  border-top: 1px solid #f0f0f0;
}

.card-item-box .btn-piece-box {
  margin: 0 -1px -1px;
}

.card-item-box .btn-piece-box button {
  width: 100%;
  border-radius: 0;
}

.card-item-box .btn-piece-box .btn-primary:disabled {
  border: 1px solid #aaa;
  background-color: #aaa;
}

.card-item-box .btn-piece-box .btn-primary:disabled span {
  color: #fff;
}

.card-item-box .card-btn-box {
  display: -webkit-flex;
  display: flex;
  margin: 0 -1px -1px;
}

.card-item-box .card-btn-box .btn-item {
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  width: 50%;
}

.card-item-box .card-btn-box .btn-item button {
  width: 100%;
  border-radius: 0;
}

.card-item-box .card-btn-box .btn-primary:disabled {
  border: 1px solid #aaa;
  background-color: #aaa;
}

.card-item-box .card-btn-box .btn-primary:disabled span {
  color: #fff;
}

.card-item-box .card-btn-wrap .card-btn-box .btn-primary.white {
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
}

.card-item-box .card-btn-wrap .card-btn-box .btn-primary.white:last-child {
  border-right: 1px solid #c2c2c2;
}

.card-item-box.type02 .name-case strong {
  color: #777;
}

.card-item-box.type02 .flag-item {
  color: #777 !important;
  border: 1px solid #d2d2d2 !important;
}

.card-item-box.type02 .info-detail-list > ul > li > .cont {
  width: 60%;
  text-align: right;
  color: #777;
}

.card-item-box.type02 .info-detail-list > ul > li > .cont .date {
  color: #777;
}

.card-item-box.type03 {
  border-color: #009fb1;
}

.card-item-box.type03 .card-btn-box {
  margin: 0;
}

.card-item-box.type03 .card-btn-box .btn-primary {
  border-radius: 0;
}

.card-item-box.type03 .card-btn-wrap .card-btn-box .btn-primary.white {
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
}

.card-item-box.type03 .card-btn-wrap .card-btn-box .btn-primary.white:first-child {
  border-left: 0;
}

.card-item-box.type03 .card-btn-wrap .card-btn-box .btn-primary.white:last-child {
  border-right: 0;
}

.card-item-box.type04 {
  border: 1px solid #e1e1e1;
}

.card-item-box.type04 .title-box {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.card-item-box.type04.card .title-box:after {
  background: url(../images/common/table-scroll-arrow-right.png) no-repeat 0 0;
  background-size: 100% 100%;
  width: 10px;
  height: 17px;
}

.card-item-box.type04 .title-box:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;
}

.card-item-box.type04 .title-box .img {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
}

.card-item-box.type04 .title-box .img img {
  display: block;
  width: 100%;
  height: 100%;
}

.card-item-box.type04 .title-box .name-case {
  width: calc(100% - 70px);
  margin-left: 15px;
}

.card-item-box.type04 .info-detail-list {
  margin: 15px 0 0;
  padding: 15px 0 0;
  border-top: 1px solid #e7e7e7;
}

.card-item-box.type04 .info-detail-list > ul > li {
  display: block;
}

.card-item-box.type04 .info-detail-list > ul > li.robo-type:before {
  background-color: #FFFFFF;
}

.card-item-box.type04 .info-detail-list > ul > li > strong {
  display: block;
  color: #777;
  font-weight: 400;
}

.card-item-box.type04 .info-detail-list > ul > li .prod-field:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;
}

.card-item-box.type04 .info-detail-list > ul > li .prod-field .prod-item {
  display: block;
  float: left;
  margin: 5px 5px 0 0;
  padding: 0 12px;
  height: 30px;
  line-height: 28px;
  border-radius: 30px;
  background: #eee;
}

.card-item-box.type04 .btn-primary {
  border-radius: 0;
}

.card-item-box.type04 .btn-primary.white {
  border: 1px solid #e1e1e1;
}

.card-item-box.type04 .btn-primary.white span {
  color: #1e76d6;
}

.card-item-box.type04 .btn-primary.white[target="_blank"] span:after {
  width: 6px;
  height: 9px;
  background-image: url("../images/icon/icon-arrow-blue.png");
  background-position: center top;
  background-size: 6px auto;
}

.card-item-box.type04.bg-type {
  background: #f9f9f9;
  border: 1px solid #f1f1f1;
  border-radius: 2px;
}

.card-item-box.type04.lobo .name-case {
  margin-left: 9px;
}

.card-item-box.type04.lobo .name-case .tit-item {
  display: block;
  letter-spacing: -0.9px;
}

.card-item-box.type04.lobo .title-box {
  position: relative;
}

.card-item-box.type04.lobo .icon-wrap {
  position: absolute;
  top: 20px;
  right: 0;
}

.card-item-box.type04.lobo .icon-wrap > span {
  position: relative;
  display: inline-block;
}

.card-item-box.type04.lobo .icon-wrap .icon-web {
  width: 21px;
  height: 17.5px;
}

.card-item-box.type04.lobo .icon-wrap .icon-web:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 21px;
  height: 17.5px;
  background-image: url("../images/icon/icon-pc.png");
  background-position: center top;
  background-size: 21px auto;
}

.card-item-box.type04.lobo .icon-wrap .icon-mobile {
  width: 11px;
  height: 20px;
  margin-left: 10px;
}

.card-item-box.type04.lobo .icon-wrap .icon-mobile:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 11px;
  height: 20px;
  background-image: url("../images/icon/icon-mobile.png");
  background-position: center top;
  background-size: 11px auto;
}

.card-item-box.type04.lobo .prod-field {
  margin-left: -10px;
}

.card-item-box.type04.lobo .orange {
  color: #ff6c00;
}

.card-item-box.type04.lobo .blue {
  color: #1e75d6;
}

.card-item-box.type04.lobo .green {
  color: #00b871;
}

.card-item-box.type05 {
  border: none;
}

.card-item-box.type05 .card-item-info, .card-item-box.type05 .card-btn-box {
  padding: 0 19px;
}

.card-item-box.type05 .card-item-info .name-case {
  padding: 10px 0;
}

.card-item-box.type05 .card-item-info .info-detail-list {
  margin: 0 0;
  padding: 0 0;
  border-top: none;
}

.card-item-box.type05 .card-btn-box .btn-item button {
  border: none;
  border-bottom: 1px solid #f0f0f0;
  text-align: right;
}

.card-item-box.type05 .btn-primary.white span {
  color: #1e76d6;
}

/*********************************************************************************
	상세화면
*********************************************************************************/
/* 게시판 상세 */
.board-detail-wrap {
  /* 
	pdf-viewer - 게시판 상세 pdf 뷰어 영역
	SB-개발협의필요	
	*/
}

.board-detail-wrap .board-title-box {
  position: relative;
  padding: 0 0 15px;
  border-bottom: 1px solid #e7e7e7;
}

.board-detail-wrap .board-title-box .write-title {
  display: block;
  padding: 0;
  line-height: 26px;
  font-size: 20px;
  font-weight: 400;
}

.board-detail-wrap .board-title-box .flag-wrap {
  margin-top: 5px;
}

.board-detail-wrap .board-title-box .sub-title {
  display: block;
  margin: 5px 0 0 0;
  color: #777;
}

.board-detail-wrap .board-title-box .write-set-wrap {
  position: absolute;
  right: 0;
  top: 0;
}

.board-detail-wrap .board-title-box .write-set-wrap > .btn-write-set {
  width: 20px;
  height: 27px;
  background: url("../images/icon/icon-func-layer.png") no-repeat right center;
  background-size: 11px auto;
}

.board-detail-wrap .board-title-box .write-set-wrap > ul {
  display: none;
  position: absolute;
  right: 0;
  top: 37px;
  white-space: nowrap;
  border: 1px solid #c2c2c2;
  background-color: #fff;
  z-index: 1;
}

.board-detail-wrap .board-title-box .write-set-wrap > ul li {
  border-top: 1px solid #e7e7e7;
}

.board-detail-wrap .board-title-box .write-set-wrap > ul li button {
  width: 83px;
  height: 42px;
  color: #222;
}

.board-detail-wrap .board-title-box .write-set-wrap > ul li .write-modify:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  background: url("../images/icon/icon-modify.png") no-repeat center;
  background-size: 100% auto;
  vertical-align: middle;
}

.board-detail-wrap .board-title-box .write-set-wrap > ul li .write-del:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  background: url("../images/icon/icon-delete.png") no-repeat center;
  background-size: 15px auto;
  vertical-align: middle;
}

.board-detail-wrap .board-title-box .write-set-wrap > ul li:first-child {
  border-top: none;
}

.board-detail-wrap .board-title-box .write-info {
  margin: 10px 0 0;
}

.board-detail-wrap .board-title-box .write-info .info-item {
  display: inline-block;
  position: relative;
  margin: 0 10px 0 0;
  font-size: 13px;
  color: #777;
}

.board-detail-wrap .board-title-box .write-info .info-item .ico-view {
  vertical-align: top;
}

.board-detail-wrap .board-title-box .write-info .info-item .btn-attach {
  vertical-align: middle;
}

.board-detail-wrap .board-title-box .write-info .info-item a.email {
  display: block;
  color: #777;
  text-decoration: underline;
}

.board-detail-wrap .board-title-box .write-info .info-item:after {
  display: block;
  content: "";
  position: absolute;
  right: -7px;
  top: 50%;
  width: 1px;
  height: 12px;
  margin: -6px 0 0;
  background-color: #e7e7e7;
}

.board-detail-wrap .board-title-box .write-info .info-item:last-child {
  margin: 0;
}

.board-detail-wrap .board-title-box .write-info .info-item:last-child:after {
  display: none;
}

.board-detail-wrap .board-title-box .write-info.type01 {
  margin-top: 0;
}

.board-detail-wrap .board-title-box .write-info.type01 .info-item {
  display: block;
}

.board-detail-wrap .board-title-box .write-info.type01 .info-item:after {
  content: none;
  background: none;
}

.board-detail-wrap .board-title-box.type02 .write-title {
  padding: 0 20px 0 0;
}

.board-detail-wrap .board-attach-list {
  padding: 15px 0;
  border-bottom: 1px solid #c2c2c2;
}

.board-detail-wrap .board-attach-list > li {
  margin: 10px 0 0;
}

.board-detail-wrap .board-attach-list > li:first-child {
  margin: 0;
}

.board-detail-wrap .write-view-box {
  padding: 30px 0 0;
}
.board-detail-wrap .write-view-box.notice img {
	width: 100% !important;
}

.board-detail-wrap .write-view-box:last-child {
  padding: 30px 0;
  border-bottom: 1px solid #e7e7e7;
}

.board-detail-wrap .write-img-box .img-wrap {
  padding: inherit;
  border: inherit;
}

.board-detail-wrap .write-img-box .img-wrap img {
  width: 100%;
}

.board-detail-wrap .original-write-box {
  margin: 30px 0 0;
  border: 1px solid #c2c2c2;
  border-top: 1px solid #444;
}

.board-detail-wrap .original-write-box .tit-box {
  display: block;
  line-height: 24px;
  font-size: 16px;
}

.board-detail-wrap .original-write-box .tit-box button {
  width: 100%;
  position: relative;
  padding: 15px 35px 16px 20px;
  line-height: 24px;
  font-size: 16px;
  text-align: left;
}

.board-detail-wrap .original-write-box .tit-box button:after {
  display: block;
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  margin: -9px 0 0;
  width: 17px;
  height: 17px;
  background: url("../images/icon/icon-accordain-arrow.png") no-repeat center;
  background-size: 17px auto;
}

.board-detail-wrap .original-write-box .tit-box button.foldup:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.board-detail-wrap .original-write-box .original-write-view {
  padding: 15px 20px;
  border-top: 1px solid #e7e7e7;
}

.board-detail-wrap .original-write-box:first-child {
  margin: 0;
}

.board-detail-wrap .board-list-navi {
  margin: 30px 0 0;
  border-top: 1px solid #e7e7e7;
}

.board-detail-wrap .board-list-navi > ul > li {
  position: relative;
  padding: 0 0 0 80px;
  border-bottom: 1px solid #e7e7e7;
}

.board-detail-wrap .board-list-navi > ul > li .tit {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 48px;
  color: #1e75d6;
}

.board-detail-wrap .board-list-navi > ul > li .tit .prev {
  display: inline-block;
  position: relative;
  padding: 0 10px 0 0;
}

.board-detail-wrap .board-list-navi > ul > li .tit .prev:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  border-bottom: 4px solid #1e75d6;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.board-detail-wrap .board-list-navi > ul > li .tit .next {
  display: inline-block;
  position: relative;
  padding: 0 10px 0 0;
}

.board-detail-wrap .board-list-navi > ul > li .tit .next:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  border-top: 4px solid #1e75d6;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.board-detail-wrap .board-list-navi > ul > li a {
  display: block;
  padding: 14px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.board-detail-wrap .board-list-navi > ul > li > p {
  padding: 14px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.board-detail-wrap .board-list-navi > ul > li .answer-write-link {
  padding: 14px 0;
}

.board-detail-wrap .board-list-navi > ul > li .answer-write-link > span {
  display: block;
}

.board-detail-wrap .board-list-navi > ul > li .answer-write-link a {
  padding: 0;
}

.board-detail-wrap .board-list-navi > ul > li .answer-write-link .answer-link {
  padding: 0 0 0 9px;
}

.board-detail-wrap .board-list-navi > ul > li .answer-write-link .answer-link a {
  position: relative;
  margin: 16px 0 0;
  padding: 0 0 0 40px;
}

.board-detail-wrap .board-list-navi > ul > li .answer-write-link .answer-link a:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 36px;
  height: 15px;
  background: url("../images/common/flag-answer.png") no-repeat center;
  background-size: auto 15px;
}

.board-detail-wrap .btn-share02 {
  position: absolute;
  top: -4px;
  right: 0;
}

.board-detail-wrap .pdf-viewer {
  margin: 20px 0 0 0;
  padding: 10px;
  background: #eee;
}

.top-box + .board-detail-wrap {
  margin-top: 10px;
  padding: 15px;
  border-top: 2px solid #444;
}

.board-detail-wrap + .gray-box {
  margin-top: 20px;
}

/*********************************************************************************
	통합검색
*********************************************************************************/
.search-result-wrap {
  margin: 30px 0 0 0;
}

.search-result-wrap:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;
}

.search-result-wrap .bundle-wrap .top-box + .bundle-inner-wrap {
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
  border-top: 2px solid #444;
}

.search-result-wrap .bundle-wrap .top-box + .bundle-inner-wrap .head-title02 {
  font-weight: 400;
}

.search-result-wrap .search-point {
  color: #1e75d6;
}

.search-result-wrap .icon-more {
  position: relative;
  display: inline-block;
}

.search-result-wrap .icon-more > span {
  display: inline-block;
}

.search-result-wrap .icon-more > span:after {
  content: ">";
  display: inline-block;
  margin: -5px 0 0 5px;
  vertical-align: middle;
}

.search-result-wrap .head-title02 {
  font-weight: 400;
}

.search-result-wrap:first-child {
  margin: 0;
}

.search-result-detail .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-result-detail .inner .left {
  width: calc(100% - 100px);
}

.search-result-detail .inner .left .name-case .tit {
  display: inline-block;
  margin-right: 5px;
  line-height: 30px;
  font-size: 22px;
  font-weight: 400;
}

.search-result-detail .inner .left .name-case .num {
  display: inline-block;
}

.search-result-detail .inner .right {
  width: 100px;
  text-align: right;
}

.search-result-detail .ratio-case {
  margin: 10px 0 0 0;
}

.search-result-detail .ratio-case .price {
  display: inline-block;
  margin-right: 5px;
  font-size: 28px;
}

.search-result-detail .ratio-case .profits-point {
  display: inline-block;
  font-size: 16px;
}

.search-result-detail .ratio-case.bull {
  color: #dc0400;
}

.search-result-detail .ratio-case.bull .profits-point:before {
  border-bottom: 8px solid #dc0400;
}

.search-result-detail .ratio-case.bear {
  color: #1e75d6;
}

.search-result-detail .ratio-case.bear .profits-point:before {
  border-top: 8px solid #1e75d6;
}

.search-result-txt {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

/*********************************************************************************
	페이징
*********************************************************************************/
/* 페이징 number 버튼 */
.list-paging {
  margin: 20px 0 0;
  text-align: center;
}

.list-paging .paging-first {
  width: 24px;
  height: 24px;
  vertical-align: top;
  background-image: url("../images/common/btn-paging-first.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.list-paging .paging-first:disabled {
  background-position: center bottom;
}

.list-paging .paging-prev {
  width: 24px;
  height: 24px;
  margin: 0 2px;
  vertical-align: top;
  background-image: url("../images/common/btn-paging-prev.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

.list-paging .paging-prev:disabled {
  background-position: center bottom;
}

.list-paging .paging-next {
  width: 24px;
  height: 24px;
  margin: 0 2px;
  vertical-align: top;
  background-image: url("../images/common/btn-paging-next.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

.list-paging .paging-next:disabled {
  background-position: center bottom;
}

.list-paging .paging-last {
  width: 24px;
  height: 24px;
  vertical-align: top;
  background-image: url("../images/common/btn-paging-last.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

.list-paging .paging-last:disabled {
  background-position: center bottom;
}

.list-paging .paging-num {
  display: inline-block;
  width: calc(100% - 118px);
  vertical-align: top;
}

.list-paging .paging-num a, .list-paging .paging-num button {
  display: inline-block;
  position: relative;
  width: 18%;
  height: 24px;
  line-height: 24px;
}

.list-paging .paging-num a:after, .list-paging .paging-num button:after {
  display: block;
  content: "";
  position: absolute;
  right: -2px;
  top: 50%;
  width: 1px;
  height: 13px;
  background-color: #e7e7e7;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.list-paging .paging-num a:last-child:after, .list-paging .paging-num button:last-child:after {
  display: none;
}

.list-paging .paging-num a.active, .list-paging .paging-num button.active {
  color: #1e75d6;
}

/* 페이징 더보기 버튼 */
.paging-more button {
  width: 100%;
  height: 40px;
  color: #1e75d6;
  text-align: center;
}

.paging-more.type02 button {
  color: #aaa;
}

/*********************************************************************************
	layer popup
*********************************************************************************/
.layer-pop-wrap {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
}

.layer-pop-wrap .layer-box {
  position: absolute;
  left: 18px;
  right: 18px;
  top: 50%;
  background-color: #fff;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.layer-pop-wrap .layer-box .layer-head {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: 8px 20px;
  min-height: 57px;
  border-bottom: 1px solid #d5d5d5;
  background-color: #fff;
  z-index: 20;
}

.layer-pop-wrap .layer-box .layer-head .layer-tit {
  display: block;
  width: 100%;
  line-height: 20px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.layer-pop-wrap .layer-box .layer-body {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 40px 18px 20px;
}

.layer-pop-wrap .layer-box .layer-body .alert-desc-box {
  text-align: center;
}

.layer-pop-wrap .layer-box .layer-foot {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 20;
}

.layer-pop-wrap .layer-box .layer-foot .btn-page-wrap {
  margin: 0;
}

.layer-pop-wrap .layer-box .layer-foot .btn-page-wrap .btn-primary {
  border-radius: 0;
}

.layer-pop-wrap .layer-box .layer-foot .btn-page-wrap .btn-primary span {
  padding: 9px 0;
  font-size: 18px;
  line-height: 34px;
}

.layer-pop-wrap .layer-box .layer-foot .btn-page-wrap .btn-primary.white {
  border-radius: 0;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.layer-pop-wrap .layer-box .layer-foot .btn-page-wrap .btn-primary.white span {
  padding: 9px 0;
  font-size: 18px;
  line-height: 34px;
}

.layer-pop-wrap .layer-box .layer-foot .btn-page-wrap .btn-primary.buy02 span {
  padding-right: 23px;
}

.layer-pop-wrap .layer-box .layer-foot .btn-page-wrap .btn-primary.buy span {
  padding-right: 23px;
}

.layer-pop-wrap .layer-box .layer-foot .btn-page-wrap .btn-primary:disabled {
  border: 1px solid #ededed;
  background-color: #ededed;
}

.layer-pop-wrap .layer-box .layer-foot .btn-page-wrap .btn-primary:disabled span {
  color: #aaa;
}

.layer-pop-wrap .layer-box .layer-foot .btn-page-wrap .btn-primary.white:disabled {
  border-top: 1px solid #ededed;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  background-color: #fff;
}

.layer-pop-wrap .layer-box .layer-foot .btn-page-wrap .inner-flex {
  display: -webkit-flex;
  display: flex;
}

.layer-pop-wrap .layer-box .layer-foot .btn-page-wrap .inner-flex .btn-item {
  padding: 0;
}

.layer-pop-wrap .layer-box .layer-foot .btn-page-wrap .inner-flex.share .btn-item {
  width: calc(100% - 64px);
}

.layer-pop-wrap .layer-box .layer-foot .btn-page-wrap .inner-flex.share .btn-item button {
  border-radius: 0;
}

.layer-pop-wrap .layer-box .layer-foot .btn-page-wrap .inner-flex.share .btn-item .btn-share {
  border: none;
  border-top: 1px solid #c2c2c2;
}

.layer-pop-wrap .layer-box .layer-foot .btn-page-wrap .inner-flex.share .btn-item:nth-child(2) {
  width: 64px;
}

.layer-pop-wrap .layer-box .layer-foot .btn-page-wrap .inner-flex.share02 .btn-item {
  width: 64px;
}

.layer-pop-wrap .layer-box .layer-foot .btn-page-wrap .inner-flex.share02 .btn-item button {
  border-radius: 0;
}

.layer-pop-wrap .layer-box .layer-foot .btn-page-wrap .inner-flex.share02 .btn-item .btn-share {
  border: none;
  border-top: 1px solid #c2c2c2;
}

.layer-pop-wrap .layer-box .layer-foot .btn-page-wrap .inner-flex.share02 .btn-item:nth-child(2) {
  width: calc(100% - 64px);
}

.layer-pop-wrap .layer-box .layer-foot .comt-comfirm-box {
  padding: 16px 18px;
  line-height: 24px;
  font-size: 16px;
  text-align: center;
  border-top: 1px solid #e7e7e7;
}

.layer-pop-wrap .layer-box .layer-foot.hidden {
  display: none;
}

.layer-pop-wrap .layer-box .btn-layer-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 54px;
  background: url("../images/common/btn-layer-close.png") no-repeat center;
  background-size: 17px 16px;
  z-index: 20;
  transition: top .7s ease;
}

.layer-pop-wrap .layer-box .btn-layer-close.hide {
  top: -57px;
  transition: top .7s ease;
}

.layer-pop-wrap .layer-box.fixed-bot {
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.layer-pop-wrap .layer-box.fixed-bot .layer-body {
  padding: 40px 0 0;
}

.layer-pop-wrap .layer-box.fixed-bot02 {
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.layer-pop-wrap .layer-box.fixed-bot02 .layer-body {
  padding: 40px 18px 0;
}

.layer-pop-wrap .layer-box.full {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.layer-pop-wrap .layer-box.full .layer-head {
  transition: top .7s ease;
}

.layer-pop-wrap .layer-box.full .layer-head.hide {
  top: -57px;
  transition: top .7s ease;
}

.layer-pop-wrap .tab-list-wrap .tab-list-inner.fixed {
  z-index: 4;
}

/* 토스트 */
.layer-toast {
  display: none;
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  color: #fff;
  border-radius: 2px;
  background-color: #3f3f3f;
  z-index: 210;
}

.layer-toast .confirm {
  padding: 10px 0;
  text-align: center;
}

.layer-toast .confirm span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 24px;
}

.layer-toast .confirm span:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 12px;
  background: url("../images/icon/icon-toast-confirm.png") no-repeat center;
  background-size: 16px 12px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.layer-toast .error {
  padding: 10px 0;
  text-align: center;
}

.layer-toast .error span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 24px;
}

.layer-toast .error span:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 17px;
  height: 17px;
  background: url("../images/icon/icon-toast-error.png") no-repeat center;
  background-size: 17px 17px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* 토스트 - 담기*/
.layer-toast-campare {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -80px 0 0 -80px;
  width: 160px;
  color: #fff;
  border-radius: 5px;
  z-index: 210;
}

.layer-toast-campare .compare-save {
  text-align: center;
}

.layer-toast-campare .compare-save p {
  position: relative;
  width: 100%;
  padding: 93px 0 23px 0;
}

.layer-toast-campare .compare-save p:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 160px;
  height: 160px;
  background-color: #3f3f3f;
  opacity: 0.75;
  z-index: -1;
}

.layer-toast-campare .compare-save p:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 33px;
  margin-left: -45px;
  width: 90px;
  height: 46px;
  background: url("../images/icon/icon-compare-save.png") no-repeat 0 0;
  background-size: 90px auto;
}

.sendtocart .layer-toast-campare {
  -webkit-animation: toastCompare 1.8s ease-in;
  animation: toastCompare 1.8s ease-in;
}

@-webkit-keyframes toastCompare {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  15% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-160px, 400px) scale(0.1);
    transform: translate(-160px, 400px) scale(0.1);
    opacity: 0;
  }
}

@keyframes toastCompare {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  15% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-160px, 400px) scale(0.1);
    transform: translate(-160px, 400px) scale(0.1);
    opacity: 0;
  }
}

/* 툴팁 */
.tooltip-wrap {
  display: inline-block;
  position: relative;
  height: 15px;
  line-height: 0;
  color: #111;
  vertical-align: 7px;
  z-index: 10;
}

.tooltip-wrap .tooltip-box {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  width: calc(100vw - 36px);
  line-height: 20px;
  border: 1px solid #c2c2c2;
  background-color: #fff;
  text-align: left;
}

.tooltip-wrap .tooltip-box .tooltip-head {
  padding: 15px 20px 0;
}

.tooltip-wrap .tooltip-box .tooltip-head .tit {
  display: block;
  font-size: 16px;
  font-weight: 700;
}

.tooltip-wrap .tooltip-box .tooltip-head .tit.type02 {
  font-size: 15px;
}

.tooltip-wrap .tooltip-box .tooltip-body {
  padding: 15px 20px;
}

.tooltip-wrap .tooltip-box .btn-tooltip-close {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 14px;
  height: 14px;
  background: url("../images/common/btn-layer-close.png") no-repeat center;
  background-size: 14px 14px;
}

/*********************************************************************************
	swiper
*********************************************************************************/
.custom-swiper-wrap {
  position: relative;
}

.custom-swiper-wrap .swiper-wrapper {
  height: auto;
}

.custom-swiper-wrap .swiper-wrapper .swiper-slide {
  width: auto;
}

.custom-swiper-wrap .swiper-play {
  width: 10px;
  height: 12px;
  background: url("../images/common/btn-swiper-play.png") no-repeat center;
  background-size: 100% auto;
  vertical-align: top;
}

.custom-swiper-wrap .swiper-stop {
  width: 10px;
  height: 12px;
  background: url("../images/common/btn-swiper-stop.png") no-repeat center;
  background-size: 100% auto;
  vertical-align: top;
}

.custom-swiper-wrap .swiper-pagination {
  position: static;
  width: 100%;
  margin: 15px 0 0;
  line-height: 0;
  text-align: center;
  opacity: 1;
  z-index: 1;
}

.custom-swiper-wrap .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #111;
  opacity: 0.2;
}

.custom-swiper-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.custom-swiper-wrap .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin: 0 0 0 6px;
}

.custom-swiper-wrap .swiper-control-box {
  padding: 10px 0 0;
  line-height: 0;
  text-align: center;
}

.custom-swiper-wrap .swiper-control-box .swiper-pagination {
  display: inline-block;
  width: auto;
  margin: 0;
  vertical-align: top;
}

.custom-swiper-wrap .swiper-control-box .swiper-play {
  display: none;
  margin: 0 0 0 10px;
}

.custom-swiper-wrap .swiper-control-box .swiper-stop {
  margin: 0 0 0 10px;
}

.gallery-swiper-wrap {
  margin: 0 -18px;
}

.gallery-swiper-wrap .gallery-thumb {
  text-align: center;
  background: #f7f7f7;
}

.gallery-swiper-wrap .gallery-thumb .swiper-container {
  display: inline-block;
  height: 45px;
  max-width: 100%;
}

.gallery-swiper-wrap .gallery-thumb .swiper-container .swiper-wrapper {
  width: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: space-around;
  align-content: space-around;
}

.gallery-swiper-wrap .gallery-thumb .swiper-container .swiper-wrapper .swiper-slide {
  width: auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.gallery-swiper-wrap .gallery-thumb .swiper-container .swiper-wrapper .swiper-slide > a {
  position: relative;
  display: block;
  padding: 10px 0;
}

.gallery-swiper-wrap .gallery-thumb .swiper-container .swiper-wrapper .swiper-slide .num {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  font-style: normal;
  font-size: 12px;
  color: #fff;
  background: #c2c2c2;
  border-radius: 20px 20px;
}

.gallery-swiper-wrap .gallery-thumb .swiper-container .swiper-wrapper .swiper-slide .txt {
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
  color: #aaa;
  vertical-align: middle;
}

.gallery-swiper-wrap .gallery-thumb .swiper-container .swiper-wrapper .swiper-slide:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -16px;
  width: 30px;
  height: 1px;
  background: #e7e7e7;
}

.gallery-swiper-wrap .gallery-thumb .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .num {
  background: #ec008c;
}

.gallery-swiper-wrap .gallery-thumb .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .txt {
  color: #ec008c;
}

.gallery-swiper-wrap .gallery-thumb .swiper-container .swiper-wrapper .swiper-slide:first-child:before {
  display: none;
}

.gallery-swiper-wrap .gallery-top .swiper-container .swiper-wrapper .swiper-slide .bundle-wrap {
  padding-left: 18px;
  padding-right: 18px;
}

.gallery-swiper-wrap .gallery-top .swiper-container .swiper-wrapper .swiper-slide .bundle-wrap:first-child {
  margin-top: 30px;
}

.gallery-swiper-wrap .gallery-top .swiper-container .swiper-wrapper .swiper-slide .bundle-wrap.line-top {
  margin-left: 0;
  margin-right: 0;
}

.gallery-swiper-wrap .gallery-top .swiper-container .swiper-wrapper .swiper-slide .btn-page-wrap .btn-second {
  width: 100%;
  margin-top: 6px;
  padding: 0 5px;
}

.gallery-swiper-wrap .gallery-top .swiper-container .swiper-wrapper .swiper-slide .btn-page-wrap .btn-second:first-child {
  margin-top: 0;
}

.gallery-swiper-wrap .gallery-top .swiper-container .swiper-wrapper .swiper-slide .btn-page-wrap .inner-flex {
  margin-top: 6px;
}

.gallery-swiper-wrap .gallery-top .swiper-container .swiper-wrapper .swiper-slide .btn-page-wrap .inner-flex:first-child {
  margin-top: 0;
}

.carousel-swiper-wrap {
  position: relative;
  margin: 10px -18px;
}

.carousel-swiper-wrap .swiper-container {
  padding: 0 18px;
}

.carousel-swiper-wrap .swiper-container .swiper-wrapper {
  height: auto;
}

.carousel-swiper-wrap .swiper-container .swiper-wrapper .swiper-slide {
  width: auto;
}

.carousel-swiper-wrap .swiper-container .swiper-button-next {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  right: 0;
  box-shadow: 2px 0 5px rgba(7, 7, 7, 0.12);
  border-radius: 50%;
  z-index: 10;
}

.carousel-swiper-wrap .swiper-container .swiper-button-next:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  background: url("../images/icon/icon-btn-arrow.png") no-repeat center;
  background-size: 7.5px 12px;
  background-color: #fff;
  border-radius: 50%;
}

.carousel-swiper-wrap .swiper-container .swiper-button-next:after {
  font-size: 0;
  background-color: none;
}

.carousel-swiper-wrap .swiper-container .swiper-button-prev {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  left: 0;
  box-shadow: 2px 0 5px rgba(7, 7, 7, 0.12);
  border-radius: 50%;
  z-index: 10;
}

.carousel-swiper-wrap .swiper-container .swiper-button-prev:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  background: url("../images/icon/icon-btn-arrow.png") no-repeat center;
  background-size: 7.5px 12px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.carousel-swiper-wrap .swiper-container .swiper-button-prev:after {
  content: '';
  background-color: none;
}

.carousel-swiper-wrap .swiper-container .swiper-button-next.swiper-button-disabled,
.carousel-swiper-wrap .swiper-container .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.carousel-swiper-wrap .swiper-container .item-case {
  display: block;
  box-shadow: 2px 0 5px rgba(7, 7, 7, 0.12);
  border-radius: 20px;
}

.carousel-swiper-wrap .swiper-container .item-case > * {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 20px;
  box-shadow: 2px 0 5px rgba(7, 7, 7, 0.12);
}

.carousel-swiper-wrap .swiper-container .item-case img {
  width: 100%;
}

.bottom-banner-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.bottom-banner-swiper .swiper-slide > a {
  display: block;
  width: 100%;
}

.bottom-banner-swiper .swiper-slide > a img {
  display: block;
  width: 100%;
}

/*********************************************************************************
	서비스 안내 가이드 화면
*********************************************************************************/
/* 가이드 상단 아이콘 요약 설명 */
.reference-top-box {
  margin: 40px -18px 0;
  text-align: center;
  word-break: keep-all;
}

.reference-top-box .highlight {
  background: linear-gradient(to top, #b5f4e9 25%, transparent 25%) !important;
}

.reference-top-box .desc-tit {
  display: block;
  line-height: 28px;
  font-size: 22px;
  font-weight: 400;
}

.reference-top-box .icon-guide-bundle {
  margin: 25px 0 0;
}

.reference-top-box .icon-guide-bundle [class^="icon-guide"] {
  display: inline-block;
  min-width: 105px;
  padding: 65px 0 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 60px auto;
}

.reference-top-box .icon-guide-bundle [class^="icon-guide"] .tits {
  display: block;
  color: #777;
}

.reference-top-box .icon-guide-bundle [class^="icon-guide"] .txts {
  display: block;
}

.reference-top-box .icon-guide-bundle [class^="icon-guide"] + [class^="icon-guide"] {
  margin: 0 0 0 -3px;
}

.reference-top-box .icon-guide-bundle .icon-guide01 {
  background-image: url("../images/icon/icon-service-guide01.png");
}

.reference-top-box .icon-guide-bundle .icon-guide02 {
  background-image: url("../images/icon/icon-service-guide02.png");
}

.reference-top-box .icon-guide-bundle .icon-guide03 {
  background-image: url("../images/icon/icon-service-guide03.png");
}

.reference-top-box .icon-guide-bundle .icon-guide04 {
  background-image: url("../images/icon/icon-service-guide04.png");
}

.reference-top-box .icon-guide-bundle .icon-guide05 {
  background-image: url("../images/icon/icon-service-guide05.png");
}

.reference-top-box .icon-guide-bundle .icon-guide06 {
  background-image: url("../images/icon/icon-service-guide06.png");
}

.reference-top-box .icon-guide-bundle .icon-guide07 {
  background-image: url("../images/icon/icon-service-guide07.png");
}

.reference-top-box .icon-guide-bundle .icon-guide08 {
  background-image: url("../images/icon/icon-service-guide08.png");
}

.reference-top-box .icon-guide-bundle .icon-guide09 {
  background-image: url("../images/icon/icon-service-guide09.png");
}

.reference-top-box .icon-guide-bundle .icon-guide10 {
  background-image: url("../images/icon/icon-service-guide10.png");
}

.reference-top-box .icon-guide-bundle .icon-guide11 {
  background-image: url("../images/icon/icon-service-guide11.png");
}

.reference-top-box .icon-guide-bundle .icon-guide12 {
  background-image: url("../images/icon/icon-service-guide12.png");
}

.reference-top-box .icon-guide-bundle .icon-guide13 {
  background-image: url("../images/icon/icon-service-guide13.png");
}

.reference-top-box .icon-guide-bundle .icon-guide14 {
  background-image: url("../images/icon/icon-service-guide14.png");
}

.reference-top-box .icon-guide-bundle .icon-guide15 {
  background-image: url("../images/icon/icon-service-guide15.png");
}

.reference-top-box .icon-guide-bundle .icon-guide16 {
  background-image: url("../images/icon/icon-service-guide16.png");
}

.reference-top-box .icon-guide-bundle .icon-guide17 {
  background-image: url("../images/icon/icon-service-guide17.png");
}

.reference-top-box .icon-guide-bundle .icon-guide18 {
  background-image: url("../images/icon/icon-service-guide18.png");
}

.reference-top-box .icon-guide-bundle .icon-guide19 {
  background-image: url("../images/icon/icon-service-guide19.png");
}

.reference-top-box .icon-guide-bundle .icon-guide20 {
  background-image: url("../images/icon/icon-service-guide20.png");
}

.reference-top-box .icon-guide-bundle .icon-guide21 {
  background-image: url("../images/icon/icon-service-guide21.png");
}

.reference-top-box .icon-guide-bundle .icon-guide22 {
  background-image: url("../images/icon/icon-service-guide22.png");
}

.reference-top-box .icon-guide-bundle .icon-guide23 {
  background-image: url("../images/icon/icon-service-guide23.png");
}

.reference-top-box .icon-guide-bundle .icon-guide24 {
  background-image: url("../images/icon/icon-service-guide24.png");
}

.reference-top-box .icon-guide-bundle .icon-guide25 {
  background-image: url("../images/icon/icon-service-guide25.png");
}

.reference-top-box .icon-guide-bundle .icon-guide26 {
  background-image: url("../images/icon/icon-service-guide26.png");
}

.reference-top-box:first-child {
  margin: 0 -18px;
}

.reference-top-box .custom-swiper-wrap {
  margin: 25px 0 0;
}

.reference-top-box .custom-swiper-wrap .icon-guide-bundle {
  margin: 0;
}

.icon-guide-bundle + .desc-box {
  margin-top: 30px;
}

/*********************************************************************************
	기타 UI
*********************************************************************************/
/* 상단 고정 top fixed area */
.top-fixed-area {
  min-height: 50px;
  margin: 0;
}

.top-fixed-area .inner-box.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 56px 18px 0;
  transition: top .7s ease;
  z-index: 50;
  background-color: #fff;
}

.top-fixed-area .inner-box.fixed.t0 {
  top: -57px;
  transition: top .7s ease;
}

.top-fixed-area.type02 {
  min-height: 100px;
}

.top-fixed-area .search-form-wrap, .top-fixed-area .tab-list-wrap {
  margin-top: 0;
}

/* 공유하기 */
.share-url-wrap .share-btn-item {
  text-align: center;
}

.share-url-wrap .share-btn-item button {
  width: 48px;
  height: 48px;
  margin: 0 24px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.share-url-wrap .share-btn-item button:last-child {
  margin: 0;
}

.share-url-wrap .share-btn-item button.icon-kakao {
  background-image: url("../images/icon/icon-kakao.png");
}

.share-url-wrap .share-btn-item button.icon-facebook {
  background-image: url("../images/icon/icon-facebook.png");
}

.share-url-wrap .share-btn-item button.icon-twit {
  background-image: url("../images/icon/icon-twit.png");
}

.share-url-wrap .inp-flex-case {
  margin: 30px 0 0;
}

/* login */
.login-wrap {
  margin: -30px 0 0 0;
}

.login-wrap .login-txt {
  padding: 38px 0;
  line-height: 27px;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}

.login-wrap .login-form .row-box {
  margin: 8px 0 0 0;
}

.login-wrap .login-form .row-box .inner {
  display: -webkit-flex;
  display: flex;
}

.login-wrap .login-form .row-box .inner .left-box {
  width: 80px;
  margin: 0 10px 0 0;
}

.login-wrap .login-form .row-box .inner .right-box {
  width: calc(100% - 90px);
  text-align: right;
  -webkit-align-items: center;
  align-items: center;
}

.login-wrap .login-form .row-box .link-wrap {
  display: inline-block;
}

.login-wrap .login-form .row-box .link-wrap:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;
}

.login-wrap .login-form .row-box .link-wrap > li {
  position: relative;
  float: left;
  padding: 1px 8px 0;
}

.login-wrap .login-form .row-box .link-wrap > li:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 12px;
  margin: -6px 0 0;
  background-color: #e1e1e1;
}

.login-wrap .login-form .row-box .link-wrap > li:first-child {
  padding-left: 0;
}

.login-wrap .login-form .row-box .link-wrap > li:first-child:after {
  display: none;
}

.login-wrap .login-form .row-box .link-wrap > li:last-child {
  padding-right: 0;
}

.login-wrap + .btn-page-wrap {
  margin-top: 40px;
}

/* layer - option select list */
.layer-select-wrap > ul > li {
  border-top: 1px solid #e7e7e7;
}

.layer-select-wrap > ul > li:first-child {
  border-top: none;
}

.layer-select-wrap .total {
  padding: 0 20px;
  line-height: 40px;
  color: #777;
  border-bottom: 1px solid #e7e7e7;
}

.layer-select-wrap .btn-download {
  position: relative;
  width: 100%;
  padding: 16px 40px 16px 20px;
}

.layer-select-wrap .btn-download:after {
  display: block;
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 15px;
  height: 15px;
  background: url("../images/common/btn-link-arrow.png") no-repeat center;
  background-size: auto 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* 완료 / 에러 안내 화면 */
.result-complete-wrap {
  margin: -30px 0 0;
  text-align: center;
}

.result-complete-wrap .result-complete-desc {
  padding: 140px 0 0;
}

.result-complete-wrap .result-complete-desc.error {
  padding-top: 154px;
  background: url("../images/icon/icon-not-error.png") no-repeat center top;
  background-size: 213.5px auto;
}

.result-complete-wrap .result-complete-desc.complete {
  background: url("../images/icon/icon-complete.png") no-repeat center 50px;
  background-size: 64px auto;
}

.result-complete-wrap .result-complete-desc.not-error {
  padding-top: 154px;
  background: url("../images/icon/icon-not-error.png") no-repeat center top;
  background-size: 213.5px auto;
}

.result-complete-wrap .result-complete-noti {
  margin: 30px 0 0;
  padding: 30px 0 0;
  border-top: 1px solid #e7e7e7;
}

.result-complete-wrap .result-complete-noti .dash-list {
  text-align: left;
}

.result-complete-wrap .result-complete-noti02 {
  margin: 30px 0 0;
  padding: 9px;
  background-color: #f7f7f7;
}

.result-complete-wrap .desc-tit {
  display: block;
  line-height: 27px;
  font-size: 22px;
  font-weight: 400;
}

.result-complete-wrap .desc-item {
  margin: 10px 0 0;
  color: #777;
}

.result-complete-wrap .desc-item .user-name {
  font-weight: 400;
  color: #111;
}

.result-complete-wrap .desc-item:first-child {
  margin: 0;
}

.info-line-wrap {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e7e7e7;
}

/* 필명등록 */
.nickname-regist-box .nickname-regist-desc {
  text-align: center;
}

.nickname-regist-box .nickname-regist-desc .tit {
  display: block;
  line-height: 26px;
  font-size: 18px;
  font-weight: 400;
}

.nickname-regist-box .nickname-regist-desc .desc {
  margin: 5px 0 0;
}

.nickname-regist-box .nickname-regist {
  margin: 20px 0 0;
}

.nickname-regist-box .nickname-regist:first-child {
  margin: 0;
}

/* 답변등록 정보 */
.answer-info-wrap {
  overflow: hidden;
  margin: 15px 0 0;
}

.answer-info-wrap .inner {
  margin: 0 -14px 0 0;
}

.answer-info-wrap .info-item {
  display: inline-block;
  position: relative;
  margin: 0 14px 0 0;
  color: #777;
}

.answer-info-wrap .info-item em {
  display: inline-block;
  margin: 0 5px 0 0;
  color: #111;
}

.answer-info-wrap .info-item:after {
  display: block;
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  width: 1px;
  height: 12px;
  background-color: #ededed;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.answer-info-wrap .info-item:last-child:after {
  display: none;
}

/* 폴딩 박스 UI */
.fold-item-case {
  border: 1px solid #c2c2c2;
}

.fold-item-case .title-box .btn-fold {
  position: relative;
  width: 100%;
  padding: 11px 18px;
  line-height: 24px;
  font-size: 16px;
  text-align: left;
}

.fold-item-case .title-box .btn-fold .total {
  position: absolute;
  top: 11px;
  right: 40px;
  font-size: 14px;
}

.fold-item-case .title-box .btn-fold .total em {
  color: #1e75d6;
}

.fold-item-case .title-box .btn-fold:after {
  display: block;
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 17px;
  height: 11px;
  background-image: url("../images/common/btn-arrow-fold.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 17px auto;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.fold-item-case .title-box .btn-fold.active:after {
  background-position: center top;
}

.fold-item-case .fold-content {
  display: none;
  padding: 18px;
  border-top: 1px solid #c2c2c2;
  background-color: #f7f7f7;
}

/* range slide */
.range-slider-case .range-slider-bar {
  position: relative;
  margin: 0 9px;
  padding: 7px 0 0;
  touch-action:none;
}

.range-slider-case .range-slider-bar .ui-slider-horizontal {
  height: 4px;
  border: none;
  background-color: #e1e1e1;
}

.range-slider-case .range-slider-bar .ui-slider-horizontal .ui-slider-range {
  background-color: #1e75d6;
}

.range-slider-case .range-slider-bar .ui-slider-horizontal .ui-slider-handle {
  top: 50%;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -7px;
  border: none;
  border-radius: 100%;
  background-color: #1e75d6;
  z-index: 6;
}

.range-slider-case .range-value {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin: 16px 0 0;
}

.range-slider-case .range-value li {
  -webkit-flex: 1;
  flex: 1;
  position: relative;
  padding: 0 0 0;
  text-align: center;
  z-index: 5;
}

.range-slider-case .range-value li span {
  display: block;
  position: relative;
  right: -100%;
  font-size: 13px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.range-slider-case .range-value li:first-child {
  -webkit-flex: 0;
  flex: 0;
}

.range-slider-case .range-value li:first-child span {
  right: 1px;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.range-slider-case .range-value li:first-child:after {
  display: none;
}

.range-slider-case .range-value li:after {
  display: block;
  content: "";
  height: 4px;
  width: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  top: -20px;
  z-index: 2;
}

.range-slider-case .range-value li:last-child span {
  right: -9px;
  text-align: right;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.range-slider-case .range-value li:last-child:after {
  display: none;
}

/* 그래프영역 : 임시 */
.graph-wrap {
  min-height: 150px;
  margin: 20px 0 0 0;
  background: #ccc;
}

.graph-wrap img {
  display: block;
  width: 100%;
}

/* 이미지영역 */
.img-wrap {
  border: 1px solid #e1e1e1;
  padding: 20px;
  background: #fff;
}

.img-wrap img {
  display: block;
  width: 100%;
}

.img-wrap.no-line {
  border: 0;
  padding: 0;
}

.img-wrap.view {
  border: 0;
  padding: 0;
  text-align: center;
}

.img-wrap.view img {
  display: inline-block;
  width: 55%;
}


.img-wrap.scroll-type {
  position: relative;
  border: 0;
  padding: 10px 0 0;
}

.img-wrap.scroll-type .inner {
  overflow-x: scroll;
  padding-bottom: 15px;
}

.img-wrap.scroll-type img {
  display: inline-block;
  width: auto;
  height: 200px;
}

.img-wrap.scroll-type .arrow-left {
  display: block;
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  width: 12px;
  height: 19px;
  background: url("../images/common/table-scroll-arrow-left.png") no-repeat center;
  background-size: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.img-wrap.scroll-type .arrow-right {
  display: block;
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  width: 12px;
  height: 19px;
  background: url("../images/common/table-scroll-arrow-right.png") no-repeat center;
  background-size: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.admin-img-wrap {
  min-height: 250px;
  margin-top: 10px;
  background-color: #ededed;
}

.top-box + .img-wrap,
.dash-list + .img-wrap,
.gray-box + .img-wrap {
  margin-top: 10px;
}

.img-wrap + .whence-box {
  margin-top: 5px;
}

.img-wrap + .gray-box,
.img-wrap + .img-wrap {
  margin-top: 20px;
}

.bundle-wrap + .img-wrap.no-line {
  margin-top: 15px;
}

.bundle-wrap + .search-form-wrap, .top-box + .img-wrap.no-line {
  margin-top: 30px;
}

.img-wrap.view + .dash-list {
  margin-top: 30px;
}

/* 키우go_2021.05.20 추가 */
.go-wrap  {
}   
.go-wrap .rel { 
  position: relative;
}

.go-wrap .rel .main-bg {
  background: url("../images/common/img-go-main.png") no-repeat center top;
  width: 100%;
  min-height: 560px;
  height: 100%;
  max-height: auto;
  background-size:cover; 
}
.go-wrap .img { 
  width: 100%;
}
.btn-bottom {display: block; width: 100%; position: absolute;; left: 0px; bottom:210px; overflow:hidden;}
.btn-bottom li { width: 50%; float: left;  }
.btn-bottom li a{ box-shadow: 2px 2px 6px rgba(7, 7, 7, 0.12);}
.btn-bottom li:first-child {padding: 0 7px 0 14px;} 
.btn-bottom li:last-child {padding: 0 14px 0 7px;} 
.btn-bottom img { width: 100%;}
.btn-bottom a { display: block;}

.hidden	{
	width:0;
	height:0;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	position:absolute;
	left: -9999px;
}
/*
.go-wrap .btn-wrap {
  margin: 10px 14px;
}

.go-wrap .btn-wrap .inner-flex {
  display: -webkit-flex;
  display: flex;
  margin-top: 10px;
}

.go-wrap .btn-wrap .inner-flex .btn-item {
  width: 50%;
  padding: 0 5px 0 0;
  font-size: 14px;
}

.go-wrap .btn-wrap .inner-flex .btn-item button, .btn-wrap .inner-flex .btn-item a {
  width: 100%;
}

.go-wrap .btn-wrap .inner-flex .btn-item:nth-child(2) {
  padding: 0 0 0 5px;
}

.go-wrap .btn-wrap .inner-flex:first-child {
  margin-top: 0;
} */


/* 동영상강의 */
.online-class-wrap > .inner-box {
  padding: 20px 18px;
  background-color: #f7f7f7;
}

.online-class-wrap > .inner-box .btn-mov-box {
  margin: 30px 0 0;
}

.online-class-wrap > .inner-box .head-title {
  margin-top: 15px;
}

.online-class-wrap > .inner-box .dot-list span {
  display: inline-block;
}

.online-class-wrap > .inner-box .dot-list .txt {
  margin-left: 15px;
}

.online-class-wrap > .inner-box .class-info-area span {
  display: inline-block;
  line-height: 22px;
}

.online-class-wrap > .inner-box .class-info-area .class-time {
  margin-left: 10px;
}

.online-class-wrap > .inner-box .no-class {
  font-size: 18px;
  color: #777;
  text-align: center;
}

.online-class-wrap > .inner-box .no-class > strong {
  font-size: 24px;
  font-weight: 400;
  color: #111;
}

.online-class-wrap > .inner-box .no-class > p {
  margin: 5px 0 0 0;
}

.online-class-wrap > .inner-box .class-info-area + .mov-wrap {
  margin-top: 15px;
}

.online-class-wrap > .top-box {
  padding: 30px 18px 10px 18px;
  font-size: 18px;
  line-height: 20px;
}

.online-class-wrap:first-child {
  margin: -31px -18px 0;
}

/* 펀드 요약 정보 */
.fund-summary-info {
  margin: 20px 0 0;
  border: 1px solid #e7e7e7;
  border-bottom: none;
}

.fund-summary-info > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1px 0 0;
}

.fund-summary-info > ul li {
  width: 50%;
  padding: 10px 15px;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.fund-summary-info > ul li .tit {
  color: #777;
}

.fund-summary-info > ul li .txt {
  margin: 5px 0 0;
  line-height: 24px;
  font-size: 16px;
}

.fund-summary-info > ul li .txt .date {
  display: block;
  line-height: 18px;
  font-size: 12px;
  color: #111;
  word-break: break-word;
}

.fund-summary-info > ul li .txt .d-day {
  display: block;
  margin-bottom: 2px;
}

.fund-summary-info > ul li .txt02 {
  margin: 5px 0 0;
  line-height: 22px;
  font-size: 14px;
}

.fund-summary-info > ul li .txt02 .date {
  display: block;
  line-height: 18px;
  font-size: 12px;
  color: #111;
  word-break: break-word;
}

.fund-summary-info > ul li .txt02 .d-day {
  display: block;
  margin-bottom: 2px;
}

.fund-summary-info > ul li.full-case, .fund-summary-info > ul li.full {
  width: 100%;
  border-right: 0;
}

.fund-summary-info > ul li .risk-grade1 {
  color: #dc0004;
}

.fund-summary-info > ul li .risk-grade2 {
  color: #ed2b03;
}

.fund-summary-info > ul li .risk-grade3 {
  color: #ff6c00;
}

.fund-summary-info > ul li .risk-grade4 {
  color: #41ad00;
}

.fund-summary-info > ul li .risk-grade5 {
  color: #0b5900;
}

.fund-summary-info > ul li .risk-grade6 {
  color: #1824ca;
}

.fund-summary-info > ul li .risk-grade7 {
  color: #8112bc;
}

/* 동영상 강의 onAir */
.lecture-onair-wrap {
  margin: 30px 0 0;
}

.lecture-onair-wrap .tit-box {
  text-align: center;
}

.lecture-onair-wrap .tit-box .tit {
  display: inline-block;
  position: relative;
  padding: 0 12px;
  line-height: 26px;
  font-size: 18px;
  border-radius: 2px;
}

.lecture-onair-wrap .tit-box .tit.on {
  color: #ee137b;
  border: 1px solid #ee137b;
}

.lecture-onair-wrap .tit-box .tit.off {
  color: #aaa;
  border: 1px solid #aaa;
}

.lecture-onair-wrap .go-watch {
  margin: 10px 0 0;
  text-align: center;
}

.lecture-onair-wrap .go-watch a {
  display: inline-block;
  position: relative;
  padding: 0 10px 0 0;
}

.lecture-onair-wrap .go-watch a:after {
  display: block;
  content: ">";
  position: absolute;
  right: 0;
  top: 0;
}

.lecture-onair-wrap .custom-swiper-wrap {
  margin: 20px 0 0;
}

.lecture-onair-wrap .custom-swiper-wrap .item-case {
  display: block;
  position: relative;
  width: 75vw;
  padding: 13px 18px;
  border: 1px solid #e5e5e5;
}

.lecture-onair-wrap .custom-swiper-wrap .item-case .lecture-date {
  display: block;
  margin: 0 0 10px;
}

.lecture-onair-wrap .custom-swiper-wrap .item-case .lecture-tit {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 10px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.lecture-onair-wrap .custom-swiper-wrap .item-case .onair-end {
  display: block;
  position: absolute;
  right: -1px;
  top: -1px;
  padding: 0 6px;
  line-height: 28px;
  font-size: 11px;
  color: #fff;
  background-color: #aaa;
}

/* 준번감시인 박스 */
.compliance-officer-box {
  color: #777;
}

.fund-detail-info-wrap + .compliance-officer-box {
  margin-top: 30px;
}

.img-map-wrap img {
  display: block;
  width: 100%;
}

/* 모의투자 */
.info-header-wrap {
  margin: 0 -18px;
}

.info-header-wrap > .inner-box {
  padding: 20px 18px;
  background-color: #f7f7f7;
  text-align: center;
}

.info-header-wrap > .inner-box .page-title {
  font-size: 24px;
  font-weight: 400;
}

.info-header-wrap > .inner-box .header-desc {
  margin-top: 10px;
}

.info-header-wrap > .inner-box .header-desc p {
  color: #777;
}

.info-header-wrap > .inner-box .btn-wrap {
  margin-top: 0;
}

.info-header-wrap > .inner-box .desc-box + .btn-wrap {
  margin-top: 10px;
}

.info-header-wrap:first-child {
  margin: -30px -18px 0;
}

.info-box-wrap {
  padding: 20px;
  border: 1px solid #e1e1e1;
}

.info-box-wrap > ul > li {
  padding: 20px 0;
  border-top: 1px solid #f0f0f0;
}

.info-box-wrap > ul > li:first-child {
  padding-top: 0;
  border-top: none;
}

.info-box-wrap > ul > li:last-child {
  padding-bottom: 0;
}

.info-box-wrap .info-box-item .tit {
  font-size: 16px;
  font-weight: inherit;
}

.info-box-wrap .info-box-item .dash-list li, .info-box-wrap .info-box-item .txt {
  margin-top: 5px;
  color: #777;
  letter-spacing: -0.3px;
}

.info-header-wrap + .step-process-wrap, .step-process-wrap + .info-box-wrap {
  margin-top: 30px;
}

.desc-box + .step-process-wrap.type02 {
  margin-top: 20px;
}

.top-box + .info-box-wrap {
  margin-top: 15px;
}

/* 내게맞는펀드 검색 상세 swiper */
.related-product-wrap {
  margin: 40px -18px 0;
  padding: 0 18px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  background: #f7f7f7;
}

.related-product-wrap .related-product .tit {
  display: block;
  padding: 16px 0;
  line-height: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

.related-product-wrap .related-product .custom-swiper-wrap .swiper-control-box {
  padding: 20px 0 15px 0;
}

.related-product-wrap .related-product .custom-swiper-wrap .card-item-box {
  position: relative;
  display: block;
  width: 75vw;
  background: #fff;
}

.related-product-wrap .related-product .custom-swiper-wrap .card-item-box .name-case strong {
  line-height: 20px;
  font-size: 16px;
  height:42px; 
}

.related-product-wrap .related-product .custom-swiper-wrap .card-item-box .profits-ratio-case {
  margin-top: 10px;
}

.related-product-wrap .related-product .custom-swiper-wrap .card-item-box .ratio-type {
  color: #777;
}

.related-product-wrap .related-product .custom-swiper-wrap .card-item-box .ratio {
  font-size: 18px;
}

.service-wrap > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service-wrap > ul > li {
  margin: 12px 0 0 12px;
  width: calc((100% - 12px) /2);
  text-align: center;
}

.service-wrap > ul > li:nth-child(odd) {
  margin-left: 0;
}

.service-wrap > ul > li .svc-items {
  padding: 25px 0;
  background: #f7f7f7;
}

.service-wrap > ul > li .svc-items > :first-child {
  margin-top: 10px;
}

.service-wrap > ul > li .svc-items .logo-item {
  height: 60px;
  color: #777;
  /*키움저축은행*/
  /*키움YES저축은행*/
  /*키움캐피탈*/
  /*한화저축은행*/
  /*한국투자저축은행*/
  /*DB저축은행*/
  /*하나캐피탈*/
  /*DGB캐피탈*/
  /*KB캐피탈*/
  /*OK저축은행*/
  /*유진저축은행*/
  /*NH농협캐피탈*/
}

.service-wrap > ul > li .svc-items .logo-item.svc01 {
  background: url("../images/biz/banking/bnk_lone_tit_01.png") no-repeat center top;
  background-size: 108px auto;
}

.service-wrap > ul > li .svc-items .logo-item.svc02 {
  background: url("../images/biz/banking/bnk_lone_tit_02.png") no-repeat center top;
  background-size: 120px auto;
}

.service-wrap > ul > li .svc-items .logo-item.svc03 {
  background: url("../images/biz/banking/bnk_lone_tit_03.png") no-repeat center top;
  background-size: 108px auto;
}

.service-wrap > ul > li .svc-items .logo-item.svc04 {
  background: url("../images/biz/banking/bnk_lone_tit_04.png") no-repeat center top;
  background-size: 131px auto;
}

.service-wrap > ul > li .svc-items .logo-item.svc05 {
  background: url("../images/biz/banking/bnk_lone_tit_05.png") no-repeat center top;
  background-size: 136px auto;
}

.service-wrap > ul > li .svc-items .logo-item.svc06 {
  background: url("../images/biz/banking/bnk_lone_tit_06.png") no-repeat center top;
  background-size: 103px auto;
}

.service-wrap > ul > li .svc-items .logo-item.svc07 {
  background: url("../images/biz/banking/bnk_lone_tit_07.png") no-repeat center top;
  background-size: 98px auto;
}

.service-wrap > ul > li .svc-items .logo-item.svc08 {
  background: url("../images/biz/banking/bnk_lone_tit_08.png") no-repeat center top;
  background-size: 116px auto;
}

.service-wrap > ul > li .svc-items .logo-item.svc09 {
  background: url("../images/biz/banking/bnk_lone_tit_09.png") no-repeat center top;
  background-size: 112px auto;
}

.service-wrap > ul > li .svc-items .logo-item.svc10 {
  background: url("../images/biz/banking/bnk_lone_tit_10.png") no-repeat center top;
  background-size: 112px auto;
}

.service-wrap > ul > li .svc-items .logo-item.svc11 {
  background: url("../images/biz/banking/bnk_lone_tit_11.png") no-repeat center top;
  background-size: 115px auto;
}

.service-wrap > ul > li .svc-items .logo-item.svc12 {
  background: url("../images/biz/banking/bnk_lone_tit_12.png") no-repeat center top;
  background-size: 112px auto;
}

.service-wrap > ul > li .svc-items .logo-item strong {
  display: inline-block;
  margin-top: 36px;
  font-weight: inherit;
}

.service-wrap > ul > li .info-items {
  min-height: 170px;
  padding: 14px 20px;
  text-align: left;
  background: #f7f7f7;
}

.service-wrap > ul > li .info-items .rank {
  display: block;
  color: #1e75d6;
}

.service-wrap > ul > li .info-items .tit {
  display: block;
  font-size: 16px;
  font-weight: 400;
}

.service-wrap > ul > li .info-items .rank + .tit {
  margin-top: 5px;
}

.service-wrap > ul > li .info-items .dash-list {
  margin-top: 5px;
}

.service-wrap > ul > li .info-items .dash-list > li {
  margin-top: 0;
}

.service-wrap > ul > li .info-items .dash-list > li .dot-list, .service-wrap > ul > li .info-items .dash-list > li .dot-list > li {
  margin: 0;
}

/* 상품 타이틀 박스 */
.prod-title-box .prod-num {
  display: block;
  font-size: 13px;
  color: #777;
}

.prod-title-box .head-title {
  display: block;
  margin: 0;
  font-size: 22px;
}

.prod-title-box.alone {
  margin: 10px 0 0 0;
}

/* 서비스 이용방법*/
.svc-level > ul {
  margin: 30px 0 -10px 0;
}

.svc-level > ul:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;
}

.svc-level > ul > li {
  position: relative;
  float: left;
  width: calc(100% / 3);
  text-align: center;
  font-size: 14px;
}

.svc-level > ul > li:before {
  content: '';
  position: absolute;
  top: 33px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c2c2c2;
}

.svc-level > ul > li:first-child:before {
  left: 50%;
}

.svc-level > ul > li:last-child:before {
  left: -50%;
}

.svc-level > ul > li:nth-child(4) .item-txt, .svc-level > ul > li:nth-child(5) .item-txt {
  padding-bottom: 0;
}

.svc-level > ul > li .svc-item {
  min-height: 106px;
}

.svc-level > ul > li .svc-item > span {
  display: block;
  padding: 0 0 12px;
  letter-spacing: -0.4px;
}

.svc-level > ul > li .svc-item .item-tit {
  margin-bottom: 10px;
  padding-top: 0;
  color: #1e75d6;
}

.svc-level > ul > li .svc-item .item-tit:after {
  content: '';
  position: absolute;
  top: 26px;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-left: -8px;
  background: #fff;
  border: 3px solid #3885db;
  border-radius: 50px;
  z-index: 1;
}

.svc-level > ul > li .svc-item a.btn-tiny {
  margin-top: -11px;
}

.svc-level.type02 .svc-item {
  min-height: 125px;
}

/* 매매(중개) 절차 안내 */
.svc-level02 {
  margin-top: 15px;
}

.svc-level02 > ul > li {
  position: relative;
}

.svc-level02 > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 30px;
  bottom: 0;
  width: 1px;
  background-color: #e7e7e7;
  z-index: -1;
}

.svc-level02 > ul > li:first-child:before {
  top: 10px;
}

.svc-level02 > ul > li:last-child:before {
  bottom: 30px;
}

.svc-level02 > ul > li .svc-item {
  display: -webkit-flex;
  display: flex;
  margin: 0 0 0 30px;
  -webkit-align-items: center;
  align-items: center;
}

.svc-level02 > ul > li .svc-item:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;
}

.svc-level02 > ul > li .svc-item > * {
  display: inline-block;
}

.svc-level02 > ul > li .svc-item .item-tit {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  margin-left: -30px;
  text-align: center;
  background-color: #f9f9f9;
  border-radius: 50%;
  font-size: 16px;
  line-height: 60px;
  font-weight: inherit;
}

.svc-level02 > ul > li .svc-item .dash-list {
  margin: -16px 0 0 30px;
}

/* 신종자본증권안내 - 예시박스 */
.exam-box {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 1;
}

.exam-box:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;
}

.exam-box .tit {
  display: block;
  width: 70px;
  height: 70px;
  padding: 23px 10px 30px;
  font-size: 13px;
  font-weight: 400;
  text-align: right;
  background: url("../images/common/bg-exam-tit.png") no-repeat center;
  background-size: 100%;
  z-index: 1;
}

.exam-box .cont {
  width: calc(100% - 70px);
  height: 70px;
  line-height: 18px;
  letter-spacing: -1px;
  padding: 8px 8px;
  font-size: 13px;
  background: #f7f7f7;
}

.exam-wrap {
  position: relative;
  margin: 45px 0 0 0;
}

.exam-wrap .inner {
  padding: 20px;
  border: 1px solid #e7e7e7;
}

.exam-wrap .inner .icon-won {
  position: relative;
  display: block;
  padding-left: 28px;
}

.exam-wrap .inner .icon-won:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -9px;
  background: url("../images/common/icon-won.png") no-repeat center;
  background-size: 100%;
}

.exam-wrap .inner .highlight {
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(to top, #b5f4e9 25%, transparent 25%);
}

.exam-wrap .inner .highlight.green {
  background: linear-gradient(to top, #c2faa1 25%, transparent 25%);
}

.exam-wrap .inner .exam-list > li {
  padding: 30px 0;
  border-top: 1px solid #f0f0f0;
}

.exam-wrap .inner .exam-list > li:first-child {
  padding-top: 0;
  border: 0;
}

.exam-wrap .inner .img-wrap {
  margin: 20px 0 0 0;
}

.exam-wrap .inner .gray-box {
  margin: 30px -20px -50px;
  text-align: center;
}

.exam-wrap .exam-box {
  margin: -55px 0 20px;
}

/* 슈퍼스탁 */
.lobo-svc-wrap {
  margin: 0 -18px 0;
}

.lobo-svc-wrap .lobo-svc-box {
  padding: 0 18px;
}

.lobo-svc-wrap .lobo-svc-box .item-img-wrap {
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
}

.lobo-svc-wrap .lobo-svc-box .item-img-wrap .item-img {
  width: 225px;
  height: 251px;
  margin: 0 auto;
}

.lobo-svc-wrap .lobo-svc-box .item-img-wrap .item-img img {
  width: 100%;
}

.lobo-svc-wrap .lobo-svc-box .item-img-wrap .bundle-wrap {
  margin: 40px 18px 0;
}

.lobo-svc-wrap .custom-swiper-wrap .swiper-box {
  position: relative;
  padding-top: 70px;
}

.lobo-svc-wrap .custom-swiper-wrap .swiper-control-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0 0;
  line-height: 0;
  text-align: center;
  opacity: 1;
  z-index: 1;
}

.lobo-svc-wrap .custom-swiper-wrap .swiper-control-box .swiper-pagination {
  text-align: center;
}

.lobo-svc-wrap .custom-swiper-wrap .swiper-control-box .swiper-pagination-bullet {
  width: 32px;
  height: 32px;
  font-size: 14px;
  color: #fff;
  background-color: #cdcdcd;
  /*opacity:1;*/
}

.lobo-svc-wrap .custom-swiper-wrap .swiper-control-box .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1e75d6;
}

.lobo-svc-wrap + .bundle-wrap,
.item-img-wrap + .bundle-wrap {
  margin-top: 30px;
}

.header-banner-wrap {
  margin: -30px -18px 0;
}

.header-banner-wrap .item-case {
  display: block;
  width: 100%;
}

.header-banner-wrap .header-banner {
  position: relative;
  margin: 0;
  height: auto;
  padding: 0;
}

.header-banner-wrap .header-banner .txt-area {
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px 0px 40px 18px;
  color: #fff;
  z-index: 1;
}

.header-banner-wrap .header-banner .head-title {
  font-size: 22px;
}

.header-banner-wrap .header-banner .txt {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.7px;
}

.header-banner-wrap .header-banner .bg-img {
  position: relative;
  width: 100%;
  z-index: 0;
}

.header-banner-wrap .header-banner .bg-img img {
  display: block;
  width: 100%;
}

.header-banner-wrap .white .txt-area {
  color: #fff;
}

.header-banner-wrap .black .txt-area {
  color: #111;
}

.header-banner-wrap .bn-qcm-wrap {
  margin-top: 0;
}

.robo-banner {
margin:-30px -18px 0
}

.robo-banner .bg-img {
  position: relative;
  width: 125px;
  height: 125px;
  z-index: 0;
  margin: 0 auto 35px;
}

.robo-banner .bg-img img {
  display: block;
  width: 100%;
}
.robo-banner .txt {
  text-align: center;
  color:#878787;
}
.robo-banner .item-case {
  display: block;
  width: 100%;
  max-height: 400px;
  position: relative;
}
.robo-banner .item-case .head-title {
   width: 100%;
   text-align: center;
   margin: 45px 0 25px;
   line-height: 28px;
   font-size: 20px; 
   font-weight: 700;
}

.robo-banner .item-case .sub-btn {
  border: 1px solid #878787;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 40px;
  margin: 45px auto 0px;
  display: block;
  color: #878787;
}

.banner-notice {
  padding: 20px 0;
  text-align: center;
}

.banner-notice.line-btm {
  margin: 0 -18px;
  border-bottom: 1px solid #c2c2c2;
}

.banner-notice + .bundle-wrap {
  margin-top: 30px;
}

.lobo-untact-box {
  margin-top: 40px;
  padding: 30px 35px;
  background: #f9f9f9;
}

.lobo-untact-box .title-box > .head-title {
  margin-bottom: 15px;
  font-weight: 100;
}

.lobo-untact-box .title-box button {
  height: 40px;
}

.lobo-untact-box ul {
  margin-top: 13.5px;
}

.lobo-untact-box ul > li {
  border-bottom: 1px solid #e1e1e1;
}

.lobo-untact-box ul > li .untact-item-wrap {
  padding: 18.5px 0 24px 0;
}

.lobo-untact-box ul > li .untact-item-wrap .untact-item-txt {
  position: relative;
  padding-left: 76.5px;
}

.lobo-untact-box ul > li .untact-item-wrap .untact-item-txt:before {
  content: '';
  position: absolute;
  top: 0;
  left: 4.5px;
  width: 50px;
  height: 50px;
  background: url("../images/biz/invest/lobo_untact_icon01.png") no-repeat center;
  background-size: 50px 50px;
}

.lobo-untact-box ul > li .untact-item-wrap .untact-item-txt .item-tit {
  font-size: 16px;
}

.lobo-untact-box ul > li .untact-item-wrap .untact-item-txt .item-txt {
  color: #777;
  line-height: 18px;
}

.lobo-untact-box ul > li:nth-child(2) .untact-item-wrap .untact-item-txt:before {
  background: url("../images/biz/invest/lobo_untact_icon02.png") no-repeat center;
  background-size: 50px 50px;
}

.lobo-untact-box ul > li:nth-child(3) .untact-item-wrap .untact-item-txt:before {
  background: url("../images/biz/invest/lobo_untact_icon03.png") no-repeat center;
  background-size: 50px 50px;
}

.lobo-untact-box ul > li:nth-child(4) .untact-item-wrap .untact-item-txt:before {
  background: url("../images/biz/invest/lobo_untact_icon04.png") no-repeat center;
  background-size: 50px 50px;
}

.lobo-untact-box ul > li:last-child {
  border-bottom: none;
}

.lobo-untact-box ul > li:last-child .untact-item-wrap {
  padding-top: 18.5px;
  padding-bottom: 0;
  border: none;
}

/* 국내,해외 투자 시작하기 */
.top-swiper-wrap {
  position: relative;
  margin: -30px -18px 0;
}

.top-swiper-wrap .swiper-box {
  height: 220px;
}

.top-swiper-wrap .swiper-control-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 1;
}

.top-swiper-wrap .top-banner {
  padding: 32px 10px 40px;
  height: 220px;
  background: url("../images/biz/domestic/bg-top-banner.png") no-repeat center;
  background-size: 100%;
}

.top-swiper-wrap .top-banner .tit {
  display: block;
  line-height: 42px;
  font-size: 32px;
  color: #001111;
  text-align: center;
  letter-spacing: -2px;
}

.top-swiper-wrap .top-banner .tit > span {
  font-weight: 400;
}

.top-swiper-wrap .top-banner .txt {
  margin: 15px 0 0;
  font-size: 16px;
  text-align: center;
}

.top-swiper-wrap + .tab-list-wrap.type03 {
  margin-top: 0;
  border-top: 1px solid #c2c2c2;
}

.investor-criteria {
  margin: 10px 0 0;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
}

.investor-criteria .cont-box {
  position: relative;
  padding: 40px 5px;
  border-top: 1px solid #e7e7e7;
}

.investor-criteria .cont-box .txt-area {
  position: relative;
  display: -webkit-flex;
  display: flex;
}

.investor-criteria .cont-box .txt-area .item {
  text-align: center;
}

.investor-criteria .cont-box .txt-area .item .tit {
  display: block;
  position: relative;
}

.investor-criteria .cont-box .txt-area .item .tit .sup {
  margin-top: -1px;
}

.investor-criteria .cont-box .txt-area .item .tit .type02 {
  position: absolute;
}

.investor-criteria .cont-box .txt-area .item strong {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #ee137b;
}

.investor-criteria .cont-box .txt-area .item.w01 {
  width: calc(40%);
}

.investor-criteria .cont-box .txt-area .item.w02 {
  width: calc(30%);
}

.investor-criteria .cont-box .txt-area .item.w03 {
  width: calc(30%);
}

.investor-criteria .cont-box .txt-area .more-sign {
  position: absolute;
  top: 15px;
  left: 30%;
  display: block;
  width: 10px;
  height: 10px;
  line-height: 10px;
  font-size: 14px;
  color: #777;
  text-align: center;
}

.investor-criteria .cont-box .txt-area .more-sign.p01 {
  left: 40%;
}

.investor-criteria .cont-box .txt-area .more-sign.p02 {
  left: 68%;
}

.investor-criteria .cont-box .item-circle {
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50px;
  border: 2px solid #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  z-index: 1;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  background: linear-gradient(135deg, #fafafa, white);
}

.investor-criteria .cont-box .item-circle span {
  display: block;
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
}

.investor-criteria .cont-box:first-child {
  border-top: 0;
}

/* 한눈에 보기(투자정보) */
.index-board-wrap:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;
}

.index-board-wrap > ul {
  margin-top: -18px;
}

.index-board-wrap > ul > li {
  float: left;
  margin: 18px 0 0 12px;
  width: calc(50% - 6px);
}

.index-board-wrap > ul > li .index-board-item {
  padding: 21px 20px;
  border: 1px solid #1e75d6;
  border-radius: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
  background: #fff;
}

.index-board-wrap > ul > li .index-board-item .title {
  display: block;
  height: 53px;
  font-size: 16px;
}

.index-board-wrap > ul > li .index-board-item .item-count-wrap {
  text-align: right;
}

.index-board-wrap > ul > li .index-board-item .item-count-wrap .index-point {
  font-size: 22px;
}

.index-board-wrap > ul > li .index-board-item .item-count-wrap .item-count {
  margin-left: -4px;
  letter-spacing: -0.3px;
}

.index-board-wrap > ul > li .index-board-item .item-count-wrap .item-count > span {
  position: relative;
  display: inline-block;
  padding: 0 7px 0 3px;
  font-size: 14px;
}

.index-board-wrap > ul > li .index-board-item .item-count-wrap .item-count > span:last-child {
  padding-right: 0;
}

.index-board-wrap > ul > li .index-board-item .item-count-wrap .item-count > span:last-child:before {
  margin: 0;
}

.index-board-wrap > ul > li .index-board-item .item-count-wrap .item-count > span:last-child:after {
  background: none;
  padding-left: 0;
}

.index-board-wrap > ul > li .index-board-item .item-count-wrap .item-count :after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 7px;
  right: 0;
  width: 1px;
  height: 8px;
  background-color: #e7e7e7;
}

.index-board-wrap > ul > li:nth-child(odd) {
  margin-left: 0;
}

.index-board-wrap + .bundle-wrap {
  margin-top: 40px;
}

.market-condition-wrap .custom-swiper-wrap .item-case {
  display: block;
  position: relative;
  width: 140px;
  height: 182px;
  margin: 0 7px;
  padding: 14px 18px;
  border: 1px solid #ededed;
  border-radius: 20px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
}

.market-condition-wrap .custom-swiper-wrap .item-case .inner {
  margin-bottom: 60px;
}

.market-condition-wrap .custom-swiper-wrap .item-case .inner > span {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 10px 0;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.market-condition-wrap .custom-swiper-wrap .item-case .inner > span.item-tit {
  font-size: 14px;
  font-weight: 700;
}

.market-condition-wrap .custom-swiper-wrap .item-case .inner > span.item-txt {
  height: 44px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.9px;
}

.market-condition-wrap .custom-swiper-wrap .item-case .inner > span.item-date {
  font-size: 14px;
  font-weight: 400;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #777;
}

.market-condition-wrap .custom-swiper-wrap .item-case .btn-detail {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  padding: 9px 6px 12px;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  background-color: #181949;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: 14px;
}

.sort-item-box {
  padding: 19px 20px;
  border: 1px solid #e1e1e1;
}

.sort-item-box .item-box-inner .tbl-sort th {
  text-align: left;
  font-weight: 100;
}

.sort-item-box .item-box-inner .tbl-sort td {
  text-align: right;
}

.sort-item-box.type02 {
  margin-top: 10px;
}

.sort-item-box.type02 .item-box-inner {
  position: relative;
  padding-left: 66px;
}

.sort-item-box.type02 .item-box-inner.icon-ars03:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: url("../images/biz//customer/ars-icon-03.png") no-repeat center;
  background-size: 100%;
}

.sort-item-box.type02 .item-box-inner.icon-ars04:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: url("../images/biz//customer/ars-icon-04.png") no-repeat center;
  background-size: 100%;
}

.sort-item-box.type02 .item-box-inner.icon-ars05:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: url("../images/biz//customer/ars-icon-05.png") no-repeat center;
  background-size: 100%;
}

.sort-item-box.type02 .item-box-inner .sort-item-tit {
  font-size: 16px;
}

.sort-item-box.type02 .item-box-inner .sort-item-txt {
  color: #777;
}

.sort-item-box.type02:first-child {
  margin-top: 0;
}

.txt-box-list > li {
  margin-top: 20px;
  padding: 30px 20px;
  border: 1px solid #e1e1e1;
}

.txt-box-list > li:first-child {
  margin-top: 0;
}

.txt-box-list > li .txt-link > span {
  margin-top: -4px;
  vertical-align: middle;
}

.channel-item-box {
  margin-top: 10px;
}

.channel-item-box .item-box-inner {
  display: -webkit-flex;
  display: flex;
}

.channel-item-box .item-box-inner > * {
  width: 50%;
  border: 1px solid #e1e1e1;
  text-align: center;
}

.channel-item-box .item-box-inner a {
  display: block;
  padding: 30px 0;
}

.channel-item-box .item-box-inner .item-left .item-onair {
  position: relative;
  display: block;
  width: 106px;
  margin: 0 auto;
  padding-left: 48px;
  text-align: left;
  line-height: 19px;
}

.channel-item-box .item-box-inner .item-left .item-onair:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 35px;
  height: 26px;
  background: url("../images/icon/icon-youtube.png") no-repeat center;
  background-size: 100%;
}

.channel-item-box .item-box-inner .item-right {
  border-left: none;
}

.channel-item-box .item-box-inner .item-right .item-vod {
  position: relative;
  display: block;
  width: 106px;
  margin: 0 auto;
  padding-left: 48px;
  text-align: left;
  line-height: 19px;
}

.channel-item-box .item-box-inner .item-right .item-vod:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 35px;
  height: 26px;
  background: url("../images/icon/icon-vod.png") no-repeat center;
  background-size: 100%;
}

.howto-stock-wrap .custom-swiper-wrap {
  margin: 10px 0 0;
}

.howto-stock-wrap .custom-swiper-wrap .item-case {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 142px;
  padding: 13px 18px;
  border: 1px solid #e5e5e5;
  /*width:75vw;*/
  /*접수중*/
  /*예정*/
}

.howto-stock-wrap .custom-swiper-wrap .item-case > .howto-tit {
  display: block;
  width: 100%;
  margin: 10px 0 10px;
  line-height: 24px;
  font-size: 18px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-orient: vertical;
}

.howto-stock-wrap .custom-swiper-wrap .item-case .howto-txt {
  display: block;
  margin-bottom: 10px;
  padding-top: 30px;
  line-height: 22px;
  font-size: 18px;
  letter-spacing: -0.2px;
  color: #111;
}

.howto-stock-wrap .custom-swiper-wrap .item-case > span {
  display: inline-block;
  padding: 0 6px;
  line-height: 22px;
  font-size: 11px;
  color: #fff;
  letter-spacing: -0.9px;
}

.howto-stock-wrap .custom-swiper-wrap .item-case .onair-ing {
  background-color: #00aba7;
}

.howto-stock-wrap .custom-swiper-wrap .item-case .onair-sch {
  background-color: #aaa;
}

.howto-stock-wrap .custom-swiper-wrap .item-case .item-txt-wrap .item-txt-area > span {
  position: relative;
  color: #777;
}

.howto-stock-wrap .custom-swiper-wrap .item-case .item-txt-wrap .item-txt-area > span:first-child {
  padding-left: 0;
  background: none;
}

.howto-stock-wrap .custom-swiper-wrap .item-case .item-txt-wrap .item-txt-area > span:first-child:before {
  display: none;
}

.howto-stock-wrap .custom-swiper-wrap .item-case .item-txt-wrap .item-txt-area > span:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 7px;
  left: -7px;
  width: 1px;
  height: 8px;
  background-color: #e7e7e7;
}

.howto-stock-wrap .custom-swiper-wrap .item-case .item-txt-wrap .item-txt-area > span.tit {
  margin-right: 10px;
}

.howto-stock-wrap .custom-swiper-wrap .swiper-control-box {
  padding-top: 15px;
}

.lobo-market-wrap {
  position: relative;
}

.lobo-market-wrap .custom-swiper-wrap .item-case {
  box-shadow: 2px 0 5px rgba(7, 7, 7, 0.12);
}

.lobo-market-wrap .custom-swiper-wrap .item-case > * {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-top: 9px;
  border-radius: 20px;
  box-shadow: 2px 0 5px rgba(7, 7, 7, 0.12);
}

.lobo-market-wrap .custom-swiper-wrap .item-case img {
  width: 100%;
}

.prd-bn-box {
  margin: 0 -18px;
  padding: 24px 18px;
  background: url("../images/biz/mnp/fin_bn_01.png") no-repeat center;
  background-size: cover;
  color: #fff;
}

.prd-bn-box .txt-item {
  margin-top: 15px;
  color: #aaa;
}

.prd-bn-box button {
  min-width: auto;
  width: 100%;
  height: 48px;
  margin-top: 30px;
  color: #ee137b;
  border: none;
}

.prd-bn-box button.icon-app span {
  position: relative;
  padding-right: 23px;
}

.prd-bn-box button.icon-app span:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 19px;
  height: 19px;
  margin: -10px 0 0;
  background: url("../images/icon/icon-btn-app04.png") no-repeat center;
  background-size: auto 19px;
}

.bundle-wrap + .prd-bn-box {
  margin-top: 40px;
  margin-bottom: -30px;
}

.best-fund-wrap .img img {
  width: 100%;
}

.best-fund-wrap .item-name {
  margin-top: 15px;
}

.best-fund-wrap .item-count {
  margin-top: 10px;
}

.best-fund-wrap .item-count > span {
  display: inline-block;
}

.best-fund-wrap .item-count .item-txt01 {
  font-size: 25px;
  letter-spacing: -0.9px;
}

.best-fund-wrap .item-count .item-txt02 {
  margin-left: 10px;
  font-size: 14px;
  color: #777;
}

.news-item-wrap {
  margin-top: 11px;
}

.news-item-wrap ul > li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.recommend-pdt-wrap {
  margin-top: 30px;
}

.recommend-pdt-wrap .custom-swiper-wrap {
  margin: 20px 0 0;
}

.recommend-pdt-wrap .custom-swiper-wrap .item-case {
  display: block;
  position: relative;
  width: 212px;
  height: 292.5px;
  padding: 31px 17px;
  border: 1px solid #ededed;
  border-radius: 20px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
}

.recommend-pdt-wrap .custom-swiper-wrap .item-case .inner {
  margin-bottom: 60px;
  text-align: center;
}

.recommend-pdt-wrap .custom-swiper-wrap .item-case .inner > span {
  display: block;
  overflow: hidden;
  text-align: center;
}

.recommend-pdt-wrap .custom-swiper-wrap .item-case .inner > span.item-tit {
  height: 91.5px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.9px;
  line-height: 26px;
}

.recommend-pdt-wrap .custom-swiper-wrap .item-case .inner > span.item-txt {
  height: 44px;
  margin-bottom: 12px;
  letter-spacing: -0.9px;
  color: #777;
}

.recommend-pdt-wrap .custom-swiper-wrap .item-case .inner .item-count > span {
  display: block;
}

.recommend-pdt-wrap .custom-swiper-wrap .item-case .inner .item-count .item-txt01 {
  font-size: 25px;
  letter-spacing: -0.9px;
  font-weight: 700;
}

.recommend-pdt-wrap .custom-swiper-wrap .item-case .inner .item-count .item-txt02 {
  margin: 5px 0 0 10px;
  font-size: 14px;
  color: #777;
}

.recommend-pdt-wrap .custom-swiper-wrap .item-case .tooltip-wrap {
  display: inline-block;
  position: relative;
  width: 212px;
  height: 15px;
  margin-left: -18px;
  line-height: 0;
  color: #111;
  vertical-align: 7px;
  z-index: 10;
}

.recommend-pdt-wrap .custom-swiper-wrap .item-case .tooltip-wrap .btn-tooltip {
  background: none;
}

.recommend-pdt-wrap .custom-swiper-wrap .item-case .tooltip-wrap .tooltip-content > .circle-list {
  margin-left: -20px;
}

.recommend-pdt-wrap .custom-swiper-wrap .item-case .tooltip-wrap .txt {
  margin: 10px 10px 0 0;
}

.recommend-pdt-wrap .custom-swiper-wrap .item-case .tooltip-wrap .btn-detail.btn-tooltip {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  left: 0;
  right: none;
  bottom: 0;
  width: 100%;
  height: 40px;
  margin-bottom: 11px;
  padding: 9px 6px 12px;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  background-color: #181949;
  line-height: 20px;
  border-radius: inherit;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

/* ARS 이용안내 */
.ars-svc-wrap {
  overflow: hidden;
  margin: 15px 0 0;
  padding: 30px 30px;
  border: 1px solid #e7e7e7;
}

.ars-svc-wrap .custom-swiper-wrap {
  margin: 20px 0 0;
}

.ars-svc-wrap .custom-swiper-wrap .ars-svc-box {
  padding: 0 18px;
}

.ars-svc-wrap .custom-swiper-wrap .ars-svc-box .item-img-wrap {
  width: 100%;
}

.ars-svc-wrap .custom-swiper-wrap .ars-svc-box .item-img-wrap .item-img {
  width: 225px;
  height: 299px;
  margin: 0 auto;
}

.ars-svc-wrap .custom-swiper-wrap .ars-svc-box .item-img-wrap .item-img img {
  width: 100%;
}

/* flow */
.tree-flow-wrap {
  overflow: auto;
  margin-top: -14px;
}

.tree-flow-wrap .tree-flow {
  min-width: 720px;
  width: 100%;
  padding: 20px;
  background-color: #f9f9f9;
}

.tree-flow-wrap .tree-flow ul {
  margin-bottom: 40px;
}

.tree-flow-wrap .tree-flow ul li {
  display: -webkit-flex;
  display: flex;
  height: 51px;
  border: 1px solid #e1e1e1;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  padding-left: 19px;
}

.tree-flow-wrap .tree-flow ul li + li {
  margin-top: 8px;
}

.tree-flow-wrap .tree-flow ul li ul {
  position: absolute;
  top: 0;
  left: 242px;
}

.tree-flow-wrap .tree-flow ul li ul:before {
  position: absolute;
  top: 34px;
  left: -26px;
  content: '';
  height: calc(100% - 51px);
  width: 1px;
  background: #999999;
}

.tree-flow-wrap .tree-flow ul li ul li {
  position: relative;
}

.tree-flow-wrap .tree-flow ul li ul li:before {
  content: '';
  position: absolute;
  top: 29px;
  left: -26px;
  width: 24px;
  height: 7px;
  background: url(../images/icon/icon-flow-arrow.png) no-repeat right 0;
}

.tree-flow-wrap .tree-flow ul li ul li:first-child:before {
  left: -50px;
  width: 48px;
}

.tree-flow-wrap .tree-flow ul li span {
  display: block;
  line-height: 20px;
}

.tree-flow-wrap .tree-flow ul li span:first-child {
  width: 21px;
  height: 21px;
  background: url("../images/biz/customer/ars-icon-numbg.png") no-repeat center;
  background-size: 100%;
  line-height: 18px;
  text-align: center;
  margin-right: 8px;
  font-size: 12px;
}

.tree-flow-wrap .tree-flow.depth3 > ul {
  height: 857px;
}

.tree-flow-wrap .tree-flow.depth3 > ul li {
  width: 194px;
  background-color: #fff;
}

.tree-flow-wrap .flow-number {
  margin: 0 0 15px 0 !important;
  font-weight: normal;
}

.tree-flow-wrap .flow-number > span {
  display: inline-block;
  margin-right: 6px;
}

/* ARS서비스 안내 - ARS연결절차 */
.ARS-explan-wrap {
  color: #111;
}

.ARS-explan-wrap .ARS-number {
  font-size: 18px;
  text-align: center;
  font-weight: 700;
}

.ARS-explan-wrap .ARS-number span {
  display: inline-block;
  margin-top: -2px;
  color: #1e75d6;
  vertical-align: top;
}

.ARS-explan-wrap .ARS-number span > em {
  display: inline-block;
  width: 21px;
  height: 21px;
  padding-left: 0;
  color: #666;
  font-size: 13px;
  text-indent: -1.2px;
  background: url("../images/biz/customer/ars-icon-numbg.png") no-repeat center;
  background-size: 100%;
}

.ARS-explan-wrap [class^="num"] {
  position: relative;
  display: block;
  padding-left: 25.5px;
}

.ARS-explan-wrap [class^="num"]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 21px;
  height: 21px;
  padding-left: 0;
  background: url("../images/biz/customer/ars-icon-numbg.png") no-repeat center;
  background-size: 100%;
  text-indent: -1.2px;
}

.ARS-explan-wrap [class^="num"] > em {
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  font-size: 13px;
  color: #666;
  text-align: center;
  font-weight: 700;
}

.ARS-explan-wrap [class^="num"] span {
  display: inline-block;
  margin-top: -2px;
  line-height: 18px;
}

.ARS-explan-wrap .ARS-explan {
  position: relative;
  margin: 18.5px 0 0;
  padding: 15px;
  text-align: center;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
}

.ARS-explan-wrap .ARS-explan:first-child {
  margin: 0;
}

.ARS-explan-wrap .ARS-explan:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  margin: 0 0 0 -10px;
  border-top: 8px solid #e0e0e0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.ARS-explan-wrap .ARS-explan:last-child:after {
  display: none;
}

.ARS-explan-wrap .ARS-explan strong {
  font-weight: normal;
  font-size: 16px;
}

.ARS-explan-wrap .ARS-explan {
  text-align: left;
}

.ARS-explan-wrap .ARS-explan .txt .step-tit {
  margin-bottom: 4px;
  color: #1e75d6;
  font-weight: 700;
}

.ARS-explan-wrap .ARS-explan .txt .step-tit > span {
  display: inline-block;
  margin-left: 5px;
  font-weight: normal;
  color: #111;
  vertical-align: top;
}

.ARS-explan-wrap .ARS-explan .txt .step-tit > em {
  display: inline-block;
  color: #111;
  font-weight: normal;
}

.ARS-explan-wrap .ARS-explan .txt-wrap, .ARS-explan-wrap .ARS-explan .num + .num {
  margin-top: 10px;
}

.ARS-explan-wrap .ARS-explan-grid {
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.ARS-explan-wrap .ARS-explan-grid .grid-case {
  width: 50%;
  padding: 18.5px 0 0;
}

.ARS-explan-wrap .ARS-explan-grid .grid-case .ARS-explan {
  /* grid-case 높이 예외처리 */
}

.ARS-explan-wrap .ARS-explan-grid .grid-case .ARS-explan:first-child:after {
  display: block;
}

.ARS-explan-wrap .ARS-explan-grid .grid-case .ARS-explan .ARS-list li {
  width: auto;
}

.ARS-explan-wrap .ARS-explan-grid .grid-case .ARS-explan.h01 {
  height: 88px;
}

.ARS-explan-wrap .ARS-explan-grid .grid-case .ARS-explan.h02 {
  height: 125px;
}

.ARS-explan-wrap .ARS-explan-grid .grid-case + .grid-case {
  width: 50%;
  margin-left: 10px;
}

.ARS-explan-wrap .ARS-explan-grid:first-child .grid-case {
  padding: 0;
}

.ARS-explan-wrap .ARS-explan-grid.type02 .grid-case {
  width: 58%;
}

.ARS-explan-wrap .ARS-explan-grid.type02 .grid-case + .grid-case {
  width: 42%;
  margin-left: 10px;
}

.ARS-explan-wrap .ARS-explan-grid.type03 .grid-case {
  position: relative;
  width: 50%;
}

.ARS-explan-wrap .ARS-explan-grid.type03 .grid-case:before {
  z-index: 1;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  margin-top: -3px;
  font-size: 10px;
}

.ARS-explan-wrap .ARS-explan-grid.type03 .grid-case + .grid-case {
  width: 50%;
  margin-left: 10px;
}

.ARS-explan-wrap .ARS-explan-grid.type03 .grid-case .ARS-explan .txt {
  text-align: left;
}

.ARS-explan-wrap .ARS-explan-grid.type03 .grid-case .ARS-explan .txt .step-tit {
  display: block;
}

.ARS-explan-wrap .ARS-explan-grid.type03 .grid-case .ARS-explan .txt .txt02 {
  display: inline-block;
  letter-spacing: -1.5px;
}

.ARS-explan-wrap .ARS-explan-grid.type03 .grid-case .ARS-explan .txt .txt02 + [class^="num"] {
  display: inline-block;
  vertical-align: top;
}

.ARS-explan-wrap .ARS-explan-grid.type03:last-child:after {
  display: none;
}

.ARS-explan-wrap .ARS-explan-grid.or:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5px;
  margin: 0 0 0 -10px;
  border-top: 8px solid #e0e0e0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.ARS-explan-wrap .ARS-explan-grid.or:last-child:after {
  display: none !important;
}

.ARS-explan-wrap .ARS-explan-grid.or .grid-case {
  position: relative;
  width: 50%;
}

.ARS-explan-wrap .ARS-explan-grid.or .grid-case:before {
  z-index: 1;
  display: block;
  content: '또는';
  position: absolute;
  top: 50%;
  right: -22px;
  margin-top: -3px;
  font-size: 10px;
}

.ARS-explan-wrap .ARS-explan-grid.or .grid-case + .grid-case {
  width: 50%;
  margin-left: 24.5px;
}

.ARS-explan-wrap .ARS-explan-grid.or .grid-case .ARS-explan:first-child:after {
  display: none;
}

.ARS-explan-wrap .ARS-explan-grid:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  margin: 0 0 0 -10px;
  border-top: 8px solid #e0e0e0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.ARS-explan-wrap .ARS-explan-grid + .ARS-explan {
  margin-top: 0;
}

.ARS-explan-wrap .ARS-explan-grid + .ARS-explan-grid .grid-case {
  padding-top: 0;
}

.ARS-explan-wrap .icon-hash {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-top: -2px;
  background: url("../images/biz/customer/ars-icon-numbg.png") no-repeat center;
  background-size: 100%;
  color: #666;
  font-size: 11px;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
}

.ARS-explan-wrap .dash-list {
  margin: 15px 0 0;
}

.ARS-explan-wrap .last {
  padding-bottom: 0;
}

.ARS-explan-wrap .last:after {
  display: none !important;
}

.ARS-explan-wrap .last-single:first-child:after {
  display: none !important;
}

/* 네이버 지도 api영역 */
.map-wrap {
  margin: 0;
  min-height: 100px;
  background: #ddd;
  text-align: center;
}

.map-wrap img {
  display: block;
  width: 100%;
}

/*********************************************************************************
	메인
*********************************************************************************/
.main {
  /* main 공통 */
  /* main visual*/
  /* main 지수영역*/
  /* main 금융상품*/
  /* main 국내/해외주식 */
  /* main 투자정보 */
  /* main 모의/실전투자 */
}

.main #kmsHeader {
  border-bottom: 1px solid #fff;
}

.main #kmsHeader .header-inner {
  display: -webkit-flex;
  display: flex;
  height: 64px;
  padding: 0;
}

.main #kmsHeader .header-inner:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;
}

.main #kmsHeader .header-inner .header-logo {
  display: inline-block;
  padding: 18px 0 15px 24px;
  width: 120px;
  height: 64px;
  box-sizing: border-box;
}

.main #kmsHeader .header-inner .header-logo > a {
  display: block;
  width: 100%;
  height: 33px;
  background: url("../images/common/header-logo.png") no-repeat 0 0;
  background-size: 100% auto;
}

.main #kmsHeader .header-inner .btn-group {
  position: relative;
  width: calc(100% - 110px);
}

.main #kmsHeader .header-inner .btn-group .btn-my {
  position: absolute;
  right: 106px;
  top: 0;
  width: 40px;
  height: 64px;
  background: url("../images/common/header-my.png") no-repeat center;
  background-size: 20px auto;
}

.main #kmsHeader .header-inner .btn-group .btn-gnb-search {
  position: absolute;
  right: 61px;
  top: 0;
  width: 40px;
  height: 64px;
  background: url("../images/common/header-search.png") no-repeat center;
  background-size: 20px auto;
}

.main #kmsHeader .header-inner .btn-group .btn-gnb {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  width: 40px;
  background: url("../images/common/header-hamburder.png") no-repeat center;
  background-size: 17px auto;
}

.main #kmsHeader.hide {
  top: -65px;
}

.main #kmswrapper {
  padding: 64px 0 0 0;
}

.main #kmsContents {
  padding: 0;
}

.main .swiper-slide .slide-content {
  padding: 335px 0 0;
  text-align: center;
}

.main .swiper-slide .slide-content .largest-text {
  font-size: 36px;
  line-height: 42px;
  letter-spacing: -0.4px;
  color: #111;
}

.main .swiper-slide .slide-content .text-title {
  margin-top: 20px;
  font-size: 16px;
  color: #111;
}

.main .swiper-slide .slide-content .link-area {
  margin-top: 30px;
}

.main .swiper-slide .slide-content .link-area li {
  display: inline-block;
}

.main .swiper-slide .slide-content .link-area li + li {
  margin-left: 20px;
}

.main .swiper-slide .slide-content .link-area li .text-link {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #181949;
  border-bottom: 2px solid #181949;
}

.main .swiper-slide .btn-link {
  display: inline-block;
  width: auto;
  padding: 0 15px;
  font-size: 13px;
  font-weight: 400;
  line-height: 40px;
  color: #fff;
  background: #181949;
  border-color: #181949;
  border-radius: 40px;
}

.main .swiper-slide .btn-link.type02 {
  padding: 0 35px;
  background: #002d28;
  border-color: #002d28;
}

.main .swiper-slide .btn-link.type03 {
  padding: 0 35px;
  background: #02283c;
  border-color: #02283c;
}

.main .swiper-slide .btn-link.white {
  padding: 0 20px;
  font-weight: 700;
  color: #111;
  background: #fff;
  border-color: #fff;
}

.main .swiper-slide.white .slide-content .largest-text, .main .swiper-slide.white .slide-content .text-title {
  color: #fff;
}

.main .tab-list-wrap.tab-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 0;
  margin: 0;
}

.main .tab-list-wrap.tab-main .tab-list-inner {
  position: relative;
  width: 100%;
  padding: 35px 24px 0 24px;
  z-index: 2;
}

.main .tab-list-wrap.tab-main .tab-list-inner.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 64px 24px 0;
  transition: top .7s ease;
  z-index: 50;
}

.main .tab-list-wrap.tab-main .tab-list-inner.fixed.t0 {
  top: -64px;
  transition: top .7s ease;
}

.main .tab-list-wrap.tab-main .tab-list-box {
  border: 0;
}

.main .tab-list-wrap.tab-main .tab-list-box ul {
  -webkit-justify-content: center;
  justify-content: center;
}

.main .tab-list-wrap.tab-main .tab-list-box ul li {
  -webkit-flex: none;
  flex: none;
  margin-left: 25px;
  border: 0;
  background: none;
}

.main .tab-list-wrap.tab-main .tab-list-box ul li a {
  -webkit-justify-content: center;
  justify-content: center;
}

.main .tab-list-wrap.tab-main .tab-list-box ul li a span {
  position: relative;
  -webkit-flex: none;
  flex: none;
  display: inline-block;
  line-height: 26px;
  color: #fff;
}

.main .tab-list-wrap.tab-main .tab-list-box ul li.active a span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}

.main .tab-list-wrap.tab-main .tab-list-box ul li:first-child {
  margin-left: 0;
}

.main .tab-panel-wrap > .tab-content {
  padding: 0;
}

.main .link-box-area ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main .link-box-area ul:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;
}

.main .link-box-area ul li {
  width: 50%;
  border-left: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
}

.main .link-box-area ul li .item-boxs {
  display: block;
  padding: 96px 10px 30px;
  background-repeat: no-repeat;
  background-position: center 40px;
  background-size: 51px auto;
}

.main .link-box-area ul li .item-boxs .head-title {
  display: block;
  margin: 0;
  line-height: 18px;
  font-size: 13px;
  color: #111;
  text-align: center;
}

.main .link-box-area ul li .item-boxs.item01 {
  background-size: 52px auto;
}

.main .link-box-area ul li .item-boxs.item02 {
  background-position: center 33px;
  background-size: 41px auto;
}

.main .link-box-area ul li .item-boxs.item03 {
  background-size: 45px auto;
}

.main .link-box-area ul li .item-boxs.item04 {
  background-size: 51px auto;
}

.main .link-box-area ul li .item-boxs.item05 {
  background-position: center 43px;
  background-size: 42px auto;
}

.main .link-box-area ul li .item-boxs.item06 {
  background-position: center 38px;
  background-size: 41px auto;
}

.main .link-box-area ul li .item-boxs.item07 {
  background-position: center 43px;
  background-size: 47px auto;
}

.main .link-box-area ul li .item-boxs.item08 {
  background-position: center 37px;
  background-size: 39px auto;
}

.main .link-box-area ul li .item-boxs.item09 {
  background-position: center 42px;
  background-size: 41px auto;
}

.main .link-box-area ul li .item-boxs.item10 {
  background-position: center 42px;
  background-size: 40px auto;
}

.main .link-box-area ul li .item-boxs.item11 {
  background-position: center 42px;
  background-size: 50px auto;
}

.main .link-box-area ul li .item-boxs.item12 {
  background-position: center 38px;
  background-size: 39px auto;
}

.main .link-box-area ul li .item-boxs.item13 {
  background-position: center 38px;
  background-size: 27px auto;
}

.main .link-box-area ul li .item-boxs.item14 {
  background-position: center 40px;
  background-size: 43px auto;
}

.main .link-box-area ul li .item-boxs.item15 {
  background-position: center 41px;
  background-size: 40px auto;
}

.main .link-box-area ul li .item-boxs.item16 {
  background-position: center 37px;
  background-size: 39px auto;
}

.main .link-box-area ul li .item-boxs.item17 {
  background-position: center 38px;
  background-size: 27px auto;
}

.main .link-box-area ul li .item-boxs.item18 {
  background-position: center 46px;
  background-size: 42px auto;
}

.main .link-box-area ul li .item-boxs.item19 {
  background-position: center 45px;
  background-size: 42px auto;
}

.main .link-box-area ul li .item-boxs.item20 {
  background-position: center 42px;
  background-size: 45px auto;
}

.main .link-box-area ul li:nth-child(odd) {
  border-left: 0;
}

.main .link-box-area ul li.bg-skyblue {
  border-color: #dbe4fc;
  background: #e7edfd !important;
}

.main .visual-area .swiper-slide {
  width: 100%;
  height: 660px;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
}

.main .visual-area .swiper-control-box {
  position: absolute;
  left: 0;
  bottom: 48px;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.main .visual-area .swiper-pagination.num-type {
  position: static;
}

.main .visual-area .swiper-pagination.num-type .swiper-pagination-bullet {
  position: relative;
  width: 30px;
  height: auto;
  border: 0;
  border-radius: 0;
  background: none;
  margin: 0;
  padding-right: 0;
  font-size: 12px;
  text-align: left;
  line-height: 18px;
  letter-spacing: -1px;
}

.main .visual-area .swiper-pagination.num-type .swiper-pagination-bullet:before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 23px;
  width: 0;
  height: 2px;
  background: rgba(0, 0, 0, 0.05);
}

.main .visual-area .swiper-pagination.num-type .swiper-pagination-bullet-active {
  padding-right: 134px;
  overflow: hidden;
}

.main .visual-area .swiper-pagination.num-type .swiper-pagination-bullet-active:before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 23px;
  width: calc(100% - 34px);
  height: 2px;
  background: rgba(0, 0, 0, 0.05);
  transition: width .2s ease;
}

.main .visual-area .swiper-pagination.num-type .swiper-pagination-bullet-active:after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 23px;
  width: calc(100% - 34px);
  height: 2px;
  background: #000;
  transition: width .2s ease;
  -webkit-animation-name: sldier-progress;
  animation-name: sldier-progress;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}

@-webkit-keyframes sldier-progress {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% - 24px);
  }
}

@keyframes sldier-progress {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% - 24px);
  }
}

.main .visual-area .swiper-pagination.num-type.paused .swiper-pagination-bullet-active:after {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.main .visual-area .swiper-play, .main .visual-area .swiper-stop {
  margin-top: 5px;
}

.main .factor-area {
  position: relative;
  height: 40px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  background: #f4f4f4;
}

.main .factor-area .factor-list-wrap {
  height: 100%;
  overflow: hidden;
}

.main .factor-area .factor-list-wrap .custom-swiper-wrap {
  height: 100%;
}

.main .factor-area .factor-list-wrap .custom-swiper-wrap .swiper-container-vertical {
  height: 100%;
  padding: 0 0 0 24px;
}

.main .factor-area .factor-list-wrap .custom-swiper-wrap .swiper-container-vertical .swiper-slide {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-box-pack: center;
  -webkit-justity-center: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-item: center;
  -webkit-align-items: center;
  align-items: center;
}

.main .factor-area .factor-list-wrap .factor-title {
  width: 100px;
  padding-left: 10px;
  font-size: 12px;
  color: #111;
}

.main .factor-area .factor-list-wrap .factor-content {
  font-size: 12px;
  font-weight: 700;
}

.main .factor-area .factor-list-wrap .factor-content .factor-figure {
  padding: 0 10px 0 0;
}

.main .factor-area .factor-list-wrap .factor-content .profits-point {
  padding: 0 10px;
}

.main .factor-area .factor-list-wrap .factor-content .rate-increase {
  padding: 0 10px;
}

.main .financial-area {
  position: relative;
}

.main .financial-area .financial-swiper-wrap {
  position: relative;
  width: 100%;
  height: 510px;
}

.main .financial-area .financial-swiper-wrap .swiper-slide {
  height: 510px;
  background-repeat: no-repeat;
  background-size: cover;
}

.main .financial-area .financial-swiper-wrap .swiper-slide .slide-content {
  padding-top: 100px;
}

.main .financial-area .financial-swiper-wrap .swiper-slide .slide-content .largest-text {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.main .financial-area .financial-swiper-wrap .swiper-slide .slide-content .text-title {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
}

.main .financial-area .swiper-control-box {
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.main .financial-area .link-box-area ul li:nth-child(4) {
  border-top: 1px solid #dbe4fc;
}

.main .stock-area {
  position: relative;
}

.main .stock-area .stock-swiper-wrap {
  position: relative;
  width: 100%;
  height: 510px;
}

.main .stock-area .stock-swiper-wrap .swiper-slide {
  height: 510px;
  background-repeat: no-repeat;
  background-size: cover;
}

.main .stock-area .stock-swiper-wrap .swiper-slide .slide-content {
  padding-top: 100px;
}

.main .stock-area .stock-swiper-wrap .swiper-slide .slide-content .largest-text {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.main .stock-area .stock-swiper-wrap .swiper-slide .slide-content .text-title {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
}

.main .stock-area .swiper-control-box {
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.main .stock-area .link-box-area ul li .item-boxs.item01 {
  background-position: center 41px;
  background-size: 37px auto;
}

.main .stock-area .link-box-area ul li .item-boxs.item02 {
  background-position: center 38px;
  background-size: 39px auto;
}

.main .stock-area .link-box-area ul li .item-boxs.item03 {
  background-position: center 38px;
  background-size: 43px auto;
}

.main .stock-area .link-box-area ul li .item-boxs.item04 {
  background-position: center 37px;
  background-size: 36px auto;
}

.main .stock-area .link-box-area ul li .item-boxs.item05 {
  background-position: center 41px;
  background-size: 39px auto;
}

.main .stock-area .link-box-area ul li .item-boxs.item06 {
  background-position: center 41px;
  background-size: 45px auto;
}

.main .stock-area .link-box-area ul li .item-boxs.item07 {
  background-position: center 38px;
  background-size: 45px auto;
}

.main .stock-area .link-box-area ul li .item-boxs.item08 {
  background-position: center 40px;
  background-size: 45px auto;
}

.main .stock-area .link-box-area ul li .item-boxs.item09 {
  background-position: center 35px;
  background-size: 40px auto;
}

.main .stock-area .link-box-area ul li .item-boxs.item10 {
  background-position: center 41px;
  background-size: 45px auto;
}

.main .stock-area .link-box-area ul li .item-boxs.item11 {
  background-position: center 40px;
  background-size: 40px auto;
}

.main .stock-area .link-box-area ul li .item-boxs.item12 {
  background-position: center 42px;
  background-size: 44px auto;
}

.main .stock-area .link-box-area ul li .item-boxs.item13 {
  background-position: center 40px;
  background-size: 40px auto;
}

.main .stock-area .link-box-area ul li .item-boxs.item14 {
  background-position: center 37px;
  background-size: 41px auto;
}

.main .stock-area .link-box-area ul li .item-boxs.item15 {
  background-position: center 41px;
  background-size: 38px auto;
}

.main .stock-area .link-box-area ul li .item-boxs.item16 {
  background-position: center 44px;
  background-size: 47px auto;
}

.main .stock-area .link-box-area ul li:nth-child(2) {
  border-left: 1px solid #dbe4fc;
}

.main .stock-area .link-box-area ul li:nth-child(3) {
  border-top: 1px solid #dbe4fc;
}

.main .investment-area {
  padding: 64px 24px 50px 24px;
  text-align: center;
  background: #cdede2;
}

.main .investment-area .head-title {
  font-size: 24px;
}

.main .investment-area .text-title {
  margin-top: 15px;
  font-size: 13px;
  line-height: 18px;
}

.main .investment-area .investment-swiper-wrap {
  position: relative;
  width: 100%;
  margin-top: 30px;
  background: #fff;
  overflow: hidden;
}

.main .investment-area .investment-swiper-wrap .swiper-slide .investment-card {
  padding: 40px 32px;
}

.main .investment-area .investment-swiper-wrap .swiper-slide .investment-card ul {
  margin-top: 15px;
}

.main .investment-area .investment-swiper-wrap .swiper-slide .investment-card ul > li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #d0d0d0;
}

.main .investment-area .investment-swiper-wrap .swiper-slide .investment-card ul > li:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;
}

.main .investment-area .investment-swiper-wrap .swiper-slide .investment-card ul > li .tit {
  display: block;
  width: calc(100% - 50px);
  color: #111;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main .investment-area .investment-swiper-wrap .swiper-slide .investment-card ul > li .date {
  display: inline-block;
  width: 50px;
  color: #777;
}

.main .investment-area .investment-swiper-wrap .swiper-slide .investment-card .category-title {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -.3px;
  border-bottom: 2px solid #111;
}

.main .investment-area .investment-swiper-wrap .swiper-slide .investment-card .video-area {
  margin-top: 20px;
}

.main .investment-area .investment-swiper-wrap .swiper-slide .investment-card .category-txt {
  margin-top: 15px;
  font-size: 16px;
  line-height: 20px;
}

.main .investment-area .investment-swiper-wrap .swiper-slide .investment-card .category-txt span {
  font-size: 14px;
}

.main .investment-area .investment-swiper-wrap .swiper-slide .investment-card .btn-area {
  margin-top: 20px;
}

.main .investment-area .swiper-control-box {
  padding-top: 30px;
  background: #cdede2;
}

.main .mock-area {
  padding: 64px 14px 50px 14px;
  text-align: center;
  background: #fde7f2;
}

.main .mock-area .head-title {
  font-size: 24px;
}

.main .mock-area .text-title {
  margin-top: 15px;
  font-size: 13px;
  line-height: 18px;
}

.main .mock-area .mock-swiper-wrap {
  position: relative;
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
}

.main .mock-area .mock-swiper-wrap .swiper-slide .mock-card .img-area {
  padding: 0 10px;
}

.main .mock-area .mock-swiper-wrap .swiper-slide .mock-card .img-area a {
  display: block;
  width: 100%;
}

.main .mock-area .mock-swiper-wrap .swiper-slide .mock-card .img-area img {
  display: block;
  width: 100%;
  box-shadow: 2px 0 5px rgba(7, 7, 7, 0.12);
}

.main .mock-area .mock-swiper-wrap .swiper-slide .mock-card .video-area {
  margin: 0 10px;
  background: #111;
}

.main .mock-area .mock-swiper-wrap .swiper-slide .mock-card .txt-area {
  margin-top: 30px;
}

.main .mock-area .mock-swiper-wrap .swiper-slide .mock-card .sub-title {
  display: block;
}

.main .mock-area .mock-swiper-wrap .swiper-slide .mock-card .category-title {
  display: block;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -.3px;
}

.main .mock-area .mock-swiper-wrap .swiper-slide .mock-card ul {
  margin-top: 25px;
}

.main .mock-area .mock-swiper-wrap .swiper-slide .mock-card ul li {
  font-size: 13px;
  color: #777;
}

.main .mock-area .swiper-control-box {
  padding-top: 30px;
}

.main #kmsFooter {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  border-top: 1px solid #ddd;
  background-color: #fff;
  /*
		.foot-navi:before {
			display:block;content:"";position:absolute;left:0;top:0;bottom:0;width:20px;background:url('../images/common/footer-navi.png') no-repeat right center;background-size:auto 100%;transform:rotate(-180deg);z-index:2;
		}
		.foot-navi:after {
			display:block;content:"";position:absolute;right:0;top:0;bottom:0;width:20px;background:url('../images/common/footer-navi.png') no-repeat right center;background-size:auto 100%;z-index:2;
		}
		*/
}

.main #kmsFooter .foot-navi {
  position: relative;
  background-color: #fff;
}

.main #kmsFooter .foot-navi .foot-navi-inner {
  padding: 0 10px;
}

.main #kmsFooter .foot-navi .swiper-wrapper {
  display: block;
  width: 10000em;
}

.main #kmsFooter .foot-navi .swiper-wrapper:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;
}

.main #kmsFooter .foot-navi .swiper-wrapper .swiper-slide {
  -webkit-flex: auto;
  flex: auto;
  float: left;
  width: auto;
}

.main #kmsFooter .foot-navi .swiper-wrapper .swiper-slide a {
  display: block;
  position: relative;
  padding: 0 10px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 700;
}

.main #kmsFooter .foot-navi .swiper-wrapper .swiper-slide a:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 12px;
  background-color: #e1e1e1;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.main #kmsFooter .foot-navi .swiper-wrapper .swiper-slide:last-child a:after {
  display: none;
}

.main #kmsFooter .footer-inner {
  padding: 24px 24px 30px;
  border-top: 1px solid #ddd;
}

.main #kmsFooter .foot-notice .foot-notice-tit {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #111;
}

.main #kmsFooter .foot-notice .foot-notice-list > li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.main #kmsFooter .foot-notice .foot-notice-list > li:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;
}

.main #kmsFooter .foot-notice .foot-notice-list > li .tit {
  display: block;
  width: calc(100% - 50px);
  color: #777;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main #kmsFooter .foot-notice .foot-notice-list > li .date {
  display: inline-block;
  width: 50px;
  color: #777;
}

.main #kmsFooter .foot-notice .foot-notice-list > li:before {
  background-color: #777;
}

.main #kmsFooter .foot-menu {
  margin-top: 20px;
}

.main #kmsFooter .foot-menu.accordian-wrap > ul > li {
  border-color: #ddd;
}

.main #kmsFooter .foot-menu.accordian-wrap > ul > li .tit-box .step-tit .btn-expand {
  padding: 12px 0;
  font-size: 16px;
  font-weight: 700;
  color: #111;
}

.main #kmsFooter .foot-menu.accordian-wrap > ul > li .conts-box {
  padding: 0 0 15px 0;
  border-top: 0;
  background-color: #fff;
}

.main #kmsFooter .foot-menu.accordian-wrap > ul > li .conts-box .link-list > li {
  line-height: 32px;
  font-size: 14px;
}

.main #kmsFooter .foot-menu.accordian-wrap > ul > li:first-child {
  border-top: 1px solid #dddddd;
}

.main #kmsFooter .foot-info {
  padding: 25px 0 0;
}

.main #kmsFooter .foot-info .tit-num {
  display: block;
  font-size: 30px;
  font-weight: 400;
  color: #111;
  letter-spacing: -1px;
  line-height: 35px;
}

.main #kmsFooter .foot-info .tit-desc {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: #111;
  line-height: 16px;
}

.main #kmsFooter .foot-info .info-list {
  margin-top: 10px;
}

.main #kmsFooter .foot-info .info-list:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;
}

.main #kmsFooter .foot-info .info-list > li {
  float: left;
  width: 50%;
  margin-top: 5px;
  padding: 0 10px 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.main #kmsFooter .foot-info .info-list > li:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;
}

.main #kmsFooter .foot-info .info-list > li .left {
  width: 50%;
  font-size: 12px;
  color: #111;
}

.main #kmsFooter .foot-info .info-list > li .right {
  width: 50%;
  font-size: 12px;
  color: #111;
  text-align: right;
}

.main #kmsFooter .foot-info .info-list > li:nth-child(even) {
  padding: 0 0 0 10px;
}

.main #kmsFooter .foot-common {
  margin-top: 25px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
}

/*********************************************************************************
	메인 - 2021.03.26 메인 전체 변경
*********************************************************************************/
.new-main {
  /* main 공통 */
  /* new-main summary-area*/
  /* main 모의/실전투자 */
  /* main 투자정보 */
  /* main visual*/
}

.new-main #kmsHeader {
  border-bottom: 1px solid #fff;
}

.new-main #kmsHeader .header-inner {
  display: -webkit-flex;
  display: flex;
  height: 64px;
  padding: 0;
}

.new-main #kmsHeader .header-inner:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;
}

.new-main #kmsHeader .header-inner .header-logo {
  display: inline-block;
  padding: 18px 0 15px 24px;
  width: 120px;
  height: 64px;
  box-sizing: border-box;
}

.new-main #kmsHeader .header-inner .header-logo > a {
  display: block;
  width: 100%;
  height: 33px;
  background: url("../images/common/header-logo.png") no-repeat 0 0;
  background-size: 100% auto;
}

.new-main #kmsHeader .header-inner .btn-group {
  position: relative;
  width: calc(100% - 166px);
  margin-right: 56px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
.new-main #kmsHeader .header-inner .btn-group .home-user-name {
  margin-right: 5px;
}
.new-main #kmsHeader .header-inner .btn-group .btn-my {
  width: 40px; height: 64px;
  background: url("../images/common/header-my.png") no-repeat center;
  background-size: 20px auto;
}

.new-main #kmsHeader .header-inner .btn-group .btn-gnb-search {
  display: none;
}

.new-main #kmsHeader .header-inner .btn-group .btn-gnb {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  width: 40px;
  background: url("../images/common/header-hamburder.png") no-repeat center;
  background-size: 17px auto;
}

.new-main #kmsHeader.hide {
  top: -65px;
}

.new-main #kmswrapper {
  padding: 64px 0 0 0;
}

.new-main #kmsContents {
  padding: 0;
}

.new-main .swiper-slide .slide-content {
  padding: 0;
  text-align: center;
}

.new-main .swiper-slide .slide-content .img-area img {
  display: block;
  width: 100%;
}

.new-main .swiper-slide .slide-content .title-area {
  padding: 50px 24px 60px;
}

.new-main .swiper-slide .slide-content .title-area .largest-text {
  font-size: 34px;
  line-height: 42px;
  letter-spacing: -0.4px;
  color: #111;
}

.new-main .swiper-slide .slide-content .title-area .text-title {
  margin-top: 25px;
  font-size: 16px;
  color: #111;
}

.new-main .swiper-slide .slide-content .title-area .link-area {
  padding: 25px 0 0;
}

.new-main .swiper-slide .slide-content .title-area .link-area li {
  display: inline-block;
}

.new-main .swiper-slide .slide-content .title-area .link-area li + li {
  margin-left: 20px;
}

.new-main .swiper-slide .slide-content .title-area .link-area li .text-link {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #181949;
  border-bottom: 2px solid #181949;
}

.new-main .swiper-slide .slide-content .title-area .link-area li .btn-link {
  min-width: 135px;
  text-align: center;
}

.new-main .swiper-slide .btn-link {
  display: inline-block;
  width: auto;
  padding: 0 30px;
  font-size: 13px;
  font-weight: 700;
  line-height: 38px;
  color: #fff;
  background: #181949;
  border-color: #181949;
  border-radius: 40px;
}

.new-main .swiper-slide .btn-link.type02 {
  padding: 0 35px;
  background: #002d28;
  border-color: #002d28;
}

.new-main .swiper-slide .btn-link.type03 {
  padding: 0 35px;
  background: #02283c;
  border-color: #02283c;
}

.new-main .swiper-slide .btn-link.white {
  padding: 0 20px;
  font-weight: 700;
  color: #111;
  background: #fff;
  border-color: #fff;
}

.new-main .swiper-slide.white .slide-content .largest-text, .new-main .swiper-slide.white .slide-content .text-title {
  color: #fff;
}

.new-main .tab-list-wrap.tab-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 0;
  margin: 0;
}

.new-main .tab-list-wrap.tab-main .tab-list-inner {
  position: relative;
  width: 100%;
  padding: 35px 24px 0 24px;
  z-index: 2;
}

.new-main .tab-list-wrap.tab-main .tab-list-inner.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 64px 24px 0;
  transition: top .7s ease;
  z-index: 50;
}

.new-main .tab-list-wrap.tab-main .tab-list-inner.fixed.t0 {
  top: -64px;
  transition: top .7s ease;
}

.new-main .tab-list-wrap.tab-main .tab-list-box {
  border: 0;
}

.new-main .tab-list-wrap.tab-main .tab-list-box ul {
  -webkit-justify-content: center;
  justify-content: center;
}

.new-main .tab-list-wrap.tab-main .tab-list-box ul li {
  -webkit-flex: none;
  flex: none;
  margin-left: 25px;
  border: 0;
  background: none;
}

.new-main .tab-list-wrap.tab-main .tab-list-box ul li a {
  -webkit-justify-content: center;
  justify-content: center;
}

.new-main .tab-list-wrap.tab-main .tab-list-box ul li a span {
  position: relative;
  -webkit-flex: none;
  flex: none;
  display: inline-block;
  line-height: 26px;
  color: #fff;
}

.new-main .tab-list-wrap.tab-main .tab-list-box ul li.active a span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}

.new-main .tab-list-wrap.tab-main .tab-list-box ul li:first-child {
  margin-left: 0;
}

.new-main .tab-panel-wrap > .tab-content {
  padding: 0;
}

.new-main .link-box-area ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.new-main .link-box-area ul:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;
}

.new-main .link-box-area ul li {
  width: 50%;
  border-left: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
}

.new-main .link-box-area ul li .item-boxs {
  display: block;
  padding: 96px 10px 30px;
  background-repeat: no-repeat;
  background-position: center 40px;
  background-size: 51px auto;
}

.new-main .link-box-area ul li .item-boxs .head-title {
  display: block;
  margin: 0;
  line-height: 18px;
  font-size: 13px;
  color: #111;
  text-align: center;
}

.new-main .link-box-area ul li .item-boxs.item01 {
  background-size: 52px auto;
}

.new-main .link-box-area ul li .item-boxs.item02 {
  background-position: center 33px;
  background-size: 41px auto;
}

.new-main .link-box-area ul li .item-boxs.item03 {
  background-size: 45px auto;
}

.new-main .link-box-area ul li .item-boxs.item04 {
  background-size: 51px auto;
}

.new-main .link-box-area ul li .item-boxs.item05 {
  background-position: center 43px;
  background-size: 42px auto;
}

.new-main .link-box-area ul li .item-boxs.item06 {
  background-position: center 38px;
  background-size: 41px auto;
}

.new-main .link-box-area ul li .item-boxs.item07 {
  background-position: center 43px;
  background-size: 47px auto;
}

.new-main .link-box-area ul li .item-boxs.item08 {
  background-position: center 37px;
  background-size: 39px auto;
}

.new-main .link-box-area ul li .item-boxs.item09 {
  background-position: center 42px;
  background-size: 41px auto;
}

.new-main .link-box-area ul li .item-boxs.item10 {
  background-position: center 42px;
  background-size: 40px auto;
}

.new-main .link-box-area ul li .item-boxs.item11 {
  background-position: center 42px;
  background-size: 50px auto;
}

.new-main .link-box-area ul li .item-boxs.item12 {
  background-position: center 38px;
  background-size: 39px auto;
}

.new-main .link-box-area ul li .item-boxs.item13 {
  background-position: center 38px;
  background-size: 27px auto;
}

.new-main .link-box-area ul li .item-boxs.item14 {
  background-position: center 40px;
  background-size: 43px auto;
}

.new-main .link-box-area ul li .item-boxs.item15 {
  background-position: center 41px;
  background-size: 40px auto;
}

.new-main .link-box-area ul li .item-boxs.item16 {
  background-position: center 37px;
  background-size: 39px auto;
}

.new-main .link-box-area ul li .item-boxs.item17 {
  background-position: center 38px;
  background-size: 27px auto;
}

.new-main .link-box-area ul li .item-boxs.item18 {
  background-position: center 46px;
  background-size: 42px auto;
}

.new-main .link-box-area ul li .item-boxs.item19 {
  background-position: center 45px;
  background-size: 42px auto;
}

.new-main .link-box-area ul li .item-boxs.item20 {
  background-position: center 42px;
  background-size: 45px auto;
}

.new-main .link-box-area ul li:nth-child(odd) {
  border-left: 0;
}

.new-main .link-box-area ul li.bg-skyblue {
  border-color: #dbe4fc;
  background: #e7edfd !important;
}

.new-main .link-area {
  padding: 28px 24px 50px;
  background: #fff;
}

.new-main .link-area > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

.new-main .link-area > ul:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;
}

.new-main .link-area > ul > li {
  width: 33%;
  text-align: center;
  padding-top: 25px;
}

.new-main .link-area > ul > li > a {
  position: relative;
  display: block;
  padding-top: 78px;
  z-index: 2;
}

.new-main .link-area > ul > li > a .icon-item {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -34px;
  width: 68px;
  height: 68px;
  border-radius: 68px;
  background-color: #f4f4f4;
  z-index: 0;
}

.new-main .link-area > ul > li > a .icon-item img {
  display: block;
  width: 100%;
}

.new-main .link-area > ul > li > a .head-title {
  display: block;
  margin: 0;
  font-size: 14px;
}

.new-main .link-area > ul > li.bg-skyblue > a .icon-item {
  background-color: #e3f0ff;
}

.new-main .link-area .btn-area {
  margin: 45px 0 0;
  text-align: center;
}

.new-main .link-area .btn-area .btn-second.navy {
  width: 180px;
  border-radius: 40px;
  font-size: 13px;
}

.new-main .summary-area {
  background: #ededed;
  position: relative;
  width: 100%;
}

.new-main .summary-area .tab-list-wrap {
  margin: 0;
  padding: 0 24px;
  position: absolute;
  bottom: 523px;
  left: 0;
  width: 100%;
  z-index: 2;
}

.new-main .summary-area .tab-list-wrap .tab-list-box ul li {
  border: 0;
  min-height: 56px;
  z-index: 1;
  background: none;
  margin-left: -1px;
}

.new-main .summary-area .tab-list-wrap .tab-list-box ul li a {
  width: calc(100%);
  padding: 1px;
  height: 56px;
  background: linear-gradient(130deg, #bde1fc, #fdd5f4);
  z-index: 1;
}

.new-main .summary-area .tab-list-wrap .tab-list-box ul li a span {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
  color: #ccc;
  background: #fff;
}

.new-main .summary-area .tab-list-wrap .tab-list-box ul li a span:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;
}

.new-main .summary-area .tab-list-wrap .tab-list-box ul li.active {
  z-index: 2;
}

.new-main .summary-area .tab-list-wrap .tab-list-box ul li.active a {
  box-shadow: 0px 0px 10px rgba(7, 7, 7, 0.12);
  z-index: 2;
}

.new-main .summary-area .tab-list-wrap .tab-list-box ul li.active a span {
  color: #232469;
}

.new-main .summary-area .swiper-slide .img-area {
  display: block;
  width: 100%;
}

.new-main .summary-area .swiper-slide .img-area img {
  display: block;
  width: 100%;
}

.new-main .summary-area .swiper-control-box {
  position: absolute;
  left: 50%;
  bottom: 50px;
  padding: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
}

.new-main .mock-area {
  padding: 54px 14px 50px 14px;
  background: #fde7f2;
}

.new-main .mock-area .title-area {
  text-align: center;
}

.new-main .mock-area .title-area .head-title {
  font-size: 34px;
  line-height: 36px;
}

.new-main .mock-area .title-area .text-title {
  margin-top: 25px;
  font-size: 16px;
  line-height: 18px;
}

.new-main .mock-area .mock-swiper-wrap {
  position: relative;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
}

.new-main .mock-area .mock-swiper-wrap .mock-card {
  padding: 10px 10px 0;
}

.new-main .mock-area .mock-swiper-wrap .mock-card .img-area a {
  display: block;
  width: 100%;
  box-shadow: 2px 2px 6px rgba(7, 7, 7, 0.12);
}

.new-main .mock-area .mock-swiper-wrap .mock-card .img-area img {
  display: block;
  width: 100%;
}

.new-main .mock-area .mock-swiper-wrap .mock-card .video-area {
  background: #111;
}

.new-main .mock-area .mock-swiper-wrap .mock-card .txt-area {
  margin-top: 25px;
}

.new-main .mock-area .mock-swiper-wrap .mock-card .txt-area > ul {
  margin-top: 25px;
}

.new-main .mock-area .mock-swiper-wrap .mock-card .txt-area > ul > li {
  font-size: 13px;
  color: #777;
}

.new-main .mock-area .mock-swiper-wrap .mock-card .head-title {
  margin: 0;
}

.new-main .mock-area .mock-swiper-wrap .mock-card .category-title {
  display: block;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -.3px;
}

.new-main .mock-area .mock-swiper-wrap .swiper-control-box {
  padding-top: 45px;
}

.new-main .mock-area .mock-state-swiper {
  width: 100%;
  margin-top: 15px;
}

.new-main .mock-area .mock-state-swiper .swiper-box {
  position: relative;
  overflow: hidden;
}

.new-main .mock-area .mock-state-swiper .swiper-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 40px;
  background: url("../../assets/images/common/bg-main-mock-swiper.png") no-repeat 0 0;
  background-size: 100%;
  z-index: 2;
}

.new-main .mock-area .mock-state-swiper .swiper-slide {
  width: auto;
}

.new-main .mock-area .mock-state-swiper .swiper-slide .state-box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  padding: 5px 18px 5px 5px;
  height: 40px;
  background: #fbd5e6;
  border-radius: 40px;
}

.new-main .mock-area .mock-state-swiper .swiper-slide .state-box:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;
}

.new-main .mock-area .mock-state-swiper .swiper-slide .state-box .state {
  display: inline-block;
  margin-right: 8px;
  padding: 5px;
  height: 30px;
  background: #fde7f2;
  font-size: 11px;
  color: #e6367e;
  border-radius: 30px;
}

.new-main .mock-area .mock-state-swiper .swiper-slide .state-box .title {
  font-size: 13px;
}

.new-main .mock-area .mock-state-swiper .swiper-control-box {
  position: absolute;
  top: 50%;
  right: -5px;
  width: 30px;
  height: 10px;
  margin-top: -5px;
  padding: 0;
  z-index: 3;
}

.new-main .investment-area {
  padding: 50px 14px 50px 14px;
  background: #e3f0ff;
}

.new-main .investment-area .title-area {
  text-align: center;
}

.new-main .investment-area .title-area .head-title {
  font-size: 34px;
  line-height: 36px;
}

.new-main .investment-area .title-area .text-title {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -1px;
}

.new-main .investment-area .investment-swiper-wrap {
  position: relative;
  width: 100%;
  margin-top: 24px;
}

.new-main .investment-area .investment-swiper-wrap .custom-swiper-wrap .swiper-box {
  margin: 0 10px;
  box-shadow: 2px 2px 6px rgba(7, 7, 7, 0.12);
  background: #fff;
  overflow: hidden;
}

.new-main .investment-area .investment-swiper-wrap .custom-swiper-wrap .swiper-slide .investment-card {
  padding: 40px 32px;
  text-align: center;
}

.new-main .investment-area .investment-swiper-wrap .custom-swiper-wrap .swiper-slide .investment-card ul {
  margin-top: 15px;
}

.new-main .investment-area .investment-swiper-wrap .custom-swiper-wrap .swiper-slide .investment-card ul > li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #d0d0d0;
}

.new-main .investment-area .investment-swiper-wrap .custom-swiper-wrap .swiper-slide .investment-card ul > li:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;
}

.new-main .investment-area .investment-swiper-wrap .custom-swiper-wrap .swiper-slide .investment-card ul > li .tit {
  display: block;
  width: calc(100% - 50px);
  font-size: 13px;
  color: #111;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.new-main .investment-area .investment-swiper-wrap .custom-swiper-wrap .swiper-slide .investment-card ul > li .date {
  display: inline-block;
  width: 50px;
  font-size: 13px;
  color: #777;
}

.new-main .investment-area .investment-swiper-wrap .custom-swiper-wrap .swiper-slide .investment-card .category-title {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -.3px;
  border-bottom: 2px solid #111;
}

.new-main .investment-area .investment-swiper-wrap .custom-swiper-wrap .swiper-slide .investment-card .video-area {
  margin-top: 20px;
}

.new-main .investment-area .investment-swiper-wrap .custom-swiper-wrap .swiper-slide .investment-card .category-txt {
  margin-top: 15px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.new-main .investment-area .investment-swiper-wrap .custom-swiper-wrap .swiper-slide .investment-card .category-txt span {
  font-size: 14px;
  font-weight: 400;
}

.new-main .investment-area .investment-swiper-wrap .custom-swiper-wrap .swiper-slide .investment-card .btn-area {
  margin-top: 24px;
}

.new-main .investment-area .investment-swiper-wrap .swiper-control-box {
  padding-top: 35px;
}

.new-main .visual-area .swiper-slide {
  width: 100%;
  background: #fff;
}

.new-main .visual-area .swiper-control-box {
  position: relative;
  width: 100%;
  padding: 0 0 60px;
  text-align: center;
  z-index: 1;
}

.new-main .visual-area .swiper-pagination.num-type {
  position: static;
}

.new-main .visual-area .swiper-pagination.num-type .swiper-pagination-bullet {
  position: relative;
  width: 30px;
  height: auto;
  border: 0;
  border-radius: 0;
  background: none;
  opacity: 1;
  color: #838383;
  margin: 0;
  padding-right: 0;
  font-size: 12px;
  text-align: left;
  line-height: 18px;
  letter-spacing: -1px;
}

.new-main .visual-area .swiper-pagination.num-type .swiper-pagination-bullet:before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 23px;
  width: 0;
  height: 2px;
  background: rgba(0, 0, 0, 0.05);
}

.new-main .visual-area .swiper-pagination.num-type .swiper-pagination-bullet-active {
  padding-right: 134px;
  overflow: hidden;
  color: #000;
}

.new-main .visual-area .swiper-pagination.num-type .swiper-pagination-bullet-active:before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 23px;
  width: calc(100% - 34px);
  height: 2px;
  background: rgba(0, 0, 0, 0.05);
  transition: width .2s ease;
}

.new-main .visual-area .swiper-pagination.num-type .swiper-pagination-bullet-active:after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 23px;
  width: calc(100% - 34px);
  height: 2px;
  background: #5a5a5a;
  transition: width .2s ease;
  -webkit-animation-name: sldier-progress;
  animation-name: sldier-progress;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}

@keyframes sldier-progress {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% - 24px);
  }
}

.new-main .visual-area .swiper-pagination.num-type.paused .swiper-pagination-bullet-active:after {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.new-main .visual-area .swiper-play, .new-main .visual-area .swiper-stop {
  margin: 4px 0 0;
}

.new-main #kmsFooter {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  border-top: 1px solid #ddd;
  background-color: #fff;
  /*
		.foot-navi:before {
			display:block;content:"";position:absolute;left:0;top:0;bottom:0;width:20px;background:url('../images/common/footer-navi.png') no-repeat right center;background-size:auto 100%;transform:rotate(-180deg);z-index:2;
		}
		.foot-navi:after {
			display:block;content:"";position:absolute;right:0;top:0;bottom:0;width:20px;background:url('../images/common/footer-navi.png') no-repeat right center;background-size:auto 100%;z-index:2;
		}
		*/
}

.new-main #kmsFooter .foot-navi {
  position: relative;
  background-color: #fff;
}

.new-main #kmsFooter .foot-navi .foot-navi-inner {
  padding: 0 10px;
}

.new-main #kmsFooter .foot-navi .swiper-wrapper {
  display: block;
  width: 10000em;
}

.new-main #kmsFooter .foot-navi .swiper-wrapper:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;
}

.new-main #kmsFooter .foot-navi .swiper-wrapper .swiper-slide {
  -webkit-flex: auto;
  flex: auto;
  float: left;
  width: auto;
}

.new-main #kmsFooter .foot-navi .swiper-wrapper .swiper-slide a {
  display: block;
  position: relative;
  padding: 0 10px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 700;
}

.new-main #kmsFooter .foot-navi .swiper-wrapper .swiper-slide a:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 12px;
  background-color: #e1e1e1;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.new-main #kmsFooter .foot-navi .swiper-wrapper .swiper-slide:last-child a:after {
  display: none;
}

.new-main #kmsFooter .footer-inner {
  padding: 24px 24px 30px;
  border-top: 1px solid #ddd;
}

.new-main #kmsFooter .foot-notice .foot-notice-tit {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #111;
}

.new-main #kmsFooter .foot-notice .foot-notice-list > li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.new-main #kmsFooter .foot-notice .foot-notice-list > li:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;
}

.new-main #kmsFooter .foot-notice .foot-notice-list > li .tit {
  display: block;
  width: calc(100% - 50px);
  color: #777;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.new-main #kmsFooter .foot-notice .foot-notice-list > li .date {
  display: inline-block;
  width: 50px;
  color: #777;
}

.new-main #kmsFooter .foot-notice .foot-notice-list > li:before {
  background-color: #777;
}

.new-main #kmsFooter .foot-menu {
  margin-top: 20px;
}

.new-main #kmsFooter .foot-menu.accordian-wrap > ul > li {
  border-color: #ddd;
}

.new-main #kmsFooter .foot-menu.accordian-wrap > ul > li .tit-box .step-tit .btn-expand {
  padding: 12px 0;
  font-size: 16px;
  font-weight: 700;
  color: #111;
}

.new-main #kmsFooter .foot-menu.accordian-wrap > ul > li .conts-box {
  padding: 0 0 15px 0;
  border-top: 0;
  background-color: #fff;
}

.new-main #kmsFooter .foot-menu.accordian-wrap > ul > li .conts-box .link-list > li {
  line-height: 32px;
  font-size: 14px;
}

.new-main #kmsFooter .foot-menu.accordian-wrap > ul > li:first-child {
  border-top: 1px solid #dddddd;
}

.new-main #kmsFooter .foot-info {
  padding: 25px 0 0;
}

.new-main #kmsFooter .foot-info .tit-num {
  display: block;
  font-size: 30px;
  font-weight: 400;
  color: #111;
  letter-spacing: -1px;
  line-height: 35px;
}

.new-main #kmsFooter .foot-info .tit-desc {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: #111;
  line-height: 16px;
}

.new-main #kmsFooter .foot-info .info-list {
  margin-top: 10px;
}

.new-main #kmsFooter .foot-info .info-list:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;
}

.new-main #kmsFooter .foot-info .info-list > li {
  float: left;
  width: 50%;
  margin-top: 5px;
  padding: 0 10px 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.new-main #kmsFooter .foot-info .info-list > li:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;
}

.new-main #kmsFooter .foot-info .info-list > li .left {
  width: 50%;
  font-size: 12px;
  color: #111;
}

.new-main #kmsFooter .foot-info .info-list > li .right {
  width: 50%;
  font-size: 12px;
  color: #111;
  text-align: right;
}

.new-main #kmsFooter .foot-info .info-list > li:nth-child(even) {
  padding: 0 0 0 10px;
}

.new-main #kmsFooter .foot-common {
  margin-top: 25px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
}

/************************************************************
			admin 등록 게시판 내용 보기 영역
************************************************************/
.iframe-container {
  overflow-x: hidden;
  height: calc(100vh - 56px);
  margin: -30px -18px 0;
}

.iframe-container iframe {
  overflow-x: hidden;
}

.admin-board-container {
  overflow-x: hidden;
  padding: 30px 18px 0;
}

.admin-board-container .admin-board-content table {
  margin-top: 10px;
  border-spacing: 0;
  border-top: 2px solid #444;
  border-bottom: 1px solid #e7e7e7;
}

.admin-board-container .admin-board-content table thead th {
  height: 36px;
  padding: 7px 12px;
  font-weight: 400;
  border: 1px solid #e7e7e7;
  border-bottom: none;
}

.admin-board-container .admin-board-content table thead th:first-child {
  border-left: none;
}

.admin-board-container .admin-board-content table thead th:last-child {
  border-right: none;
}

.admin-board-container .admin-board-content table tbody th {
  padding: 9px 12px;
  font-weight: 400;
  border: 1px solid #e7e7e7;
  background-color: #f9f9f9;
  text-align: left;
}

.admin-board-container .admin-board-content table tbody th:first-child {
  border-left: 0;
}

.admin-board-container .admin-board-content table tbody td {
  height: 40px;
  padding: 9px 12px;
  border: 1px solid #e7e7e7;
  border-bottom: none;
  text-align: center;
  word-break: break-all;
  background-color: #fff;
}

.admin-board-container .admin-board-content table tbody td:first-child {
  border-left: none;
}

.admin-board-container .admin-board-content table tbody td:last-child {
  border-right: none;
}

.admin-board-container .admin-board-content table tbody tr:first-child td {
  border-top: 1px solid #444;
}

.admin-board-container .btn-page-wrap .sticky-active .btn-primary.white {
  border: 1px solid #c2c2c2;
}

.admin-board-container .search-form-wrap:first-child {
  margin-top: -30px;
}

.admin-board-container .bundle-wrap:first-child {
  margin-top: -30px;
}

/* ISA상세, ELS/DLS상세, 랩상세 관리자 영역 */
.adminContent {
  margin: 40px -18px 0;
  padding: 40px 18px 0;
  border-top: 8px solid #e7e7e7;
}

.adminContent .color-red {
  color: #dc0004 !important;
}

.adminContent .content-wrap {
  margin-top: 40px;
}

.adminContent .content-wrap .head-sub-title-area .head-sub-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

.adminContent .content-wrap .head-sub-title-area .head-sub-title .sub-text {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.adminContent .content-wrap .contents-title-area {
  margin: 20px 0 0;
}

.adminContent .content-wrap .contents-title-area .contents-title {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.adminContent .content-wrap .text-main {
  margin: 10px 0 0;
}

.adminContent .content-wrap .img-admin-area {
  margin: 10px 0 0;
}

.adminContent .content-wrap .img-admin-area img {
  display: block;
  width: 100%;
}

.adminContent .content-wrap .multiple-table-container {
  margin: 0;
}

.adminContent .content-wrap .multiple-table-container .img-box {
  margin: 10px 0 0;
  display: block;
  width: 100%;
}

.adminContent .content-wrap .multiple-table-container .img-box img {
  display: block;
  width: 100%;
}

.adminContent .content-wrap .table-container {
  margin: 15px 0 0;
}

.adminContent .content-wrap .table-container table {
  border-spacing: 0;
  border-top: 2px solid #444;
}

.adminContent .content-wrap .table-container table thead th {
  text-align: center;
  height: 36px;
  padding: 7px 12px;
  border: 1px solid #e7e7e7;
  border-bottom: none;
}

.adminContent .content-wrap .table-container table thead th:first-child {
  border-left: 0;
}

.adminContent .content-wrap .table-container table thead th:last-child {
  border-right: 0;
}

.adminContent .content-wrap .table-container table tbody th {
  height: 40px;
  padding: 9px 12px;
  font-weight: 400;
  border: 1px solid #e7e7e7;
  background-color: #f9f9f9;
  text-align: left;
}

.adminContent .content-wrap .table-container table tbody th:first-child {
  border-left: 0;
}

.adminContent .content-wrap .table-container table tbody td {
  height: 40px;
  padding: 9px 12px;
  border: 1px solid #e7e7e7;
  word-break: break-all;
  background-color: #fff;
}

.adminContent .content-wrap .table-container table tbody td:first-child {
  border-left: none;
}

.adminContent .content-wrap .table-container table tbody td:last-child {
  border-right: none;
}

.adminContent .content-wrap .table-container table thead + tbody tr td {
  text-align: center;
}

.adminContent .content-wrap .table-container table thead + tbody tr:first-child td {
  border-top: 1px solid #444;
}

.adminContent .content-wrap:first-child {
  margin-top: 0;
}

.adminContent .head-sub-title-area + .content-wrap {
  margin: 10px 0 0;
}

/* 한눈에 보기 iframe 영역 */
.market-condition-iframe {
  margin: 40px -18px 0;
  padding-top: 40px;
  border-top: 8px solid #e7e7e7;
}

.market-condition {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.market-condition .top-box {
  padding: 0 18px;
}

.market-condition .tab-list-wrap {
  margin: 10px 0 0;
}

/* loading */
.loading-wrap {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 150;
  width: 62px;
  height: 62px;
}

.loading-wrap .loading {
  position: relative;
  width: 62px;
  height: 62px;
  text-indent: -9999px;
}

.loading-wrap .loading:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: url("../images/common/loading.gif") no-repeat 50% 50%;
  background-size: 80px auto;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
}

.loading-wrap .loading:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.5;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.loading-wrap.is-active {
  display: block;
}

.scroll-lock {
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  overscroll-behavior: none;
}


/* 개인(신용)정보 선택 동의서 */
.layer-pop-wrap .layer-box[class*='layer-evt-agreement']{
  font-size: 12px;
  color: #303030;
}
.layer-pop-wrap .layer-box[class*='layer-evt-agreement'] img{
  max-width: 100%;
  height: auto;
}
.layer-pop-wrap .layer-box[class*='layer-evt-agreement'] .agreement-personal-head{
  height: auto;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 25px;
  padding: 25px 0 25px 0;
  text-align: center;
  box-shadow: none;  
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
.layer-pop-wrap .layer-box[class*='layer-evt-agreement'] .layer-body{
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 57px !important;
}
.layer-pop-wrap .layer-box[class*='layer-evt-agreement'] .agreement-personal-head .head-title{
  padding-top: 0;
  font-size: 18px;
  font-weight: 700;
}
.layer-pop-wrap .layer-box[class*='layer-evt-agreement'] .agreement-personal-head .head-title-sm {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  line-height: 1;
}

.table-agreement-container .inp-check{
  margin-bottom: 0;
}
.table-agreement-container .inp-check > label{
  font-weight: 400;
}
.layer-pop-wrap .layer-box[class*='layer-evt-agreement'] .agreement-request{
  margin-bottom: 15px;
  font-size: 8px;
  text-align: center;
}
.layer-pop-wrap .layer-box[class*='layer-evt-agreement'] .agreement-request .text{  
  font-size: 10px;
  line-height: 1.4;  
}
.layer-pop-wrap .layer-box[class*='layer-evt-agreement'] .agreement-request .inp-wrap{
  margin: 5px auto 0;  
  font-size: 9px;
}
.layer-pop-wrap .layer-box[class*='layer-evt-agreement'] .agreement-request .inp-check:not(:last-child){
  margin-right: 20px;
}
.layer-pop-wrap .layer-box[class*='layer-evt-agreement'] .modal-body-container{
  padding-top: 0;
}
.layer-pop-wrap .layer-box[class*='layer-evt-agreement'] .form-table-title{
  margin-top: 15px;  
  padding-bottom: 8px;
  font-size: 12px; 
  font-weight: 500; 
}
.layer-pop-wrap .layer-box[class*='layer-evt-agreement'] .bullet-sub{
  display: inline-block;
  content: '';
  width: 4px;
  height: 5px;
  margin-right: 3px;
  vertical-align: 1px;
  background: url(../images/biz/agreement/ico-bullet-sub.png) no-repeat 0 0;
  background-size: 100%;
}
.layer-pop-wrap .layer-box[class*='layer-evt-agreement'] .con-title{
  font-size: 15px;
  font-weight: 500;
  color: #2c3779;
}
.layer-pop-wrap .layer-box[class*='layer-evt-agreement'] .agreement-grade{
  position: relative;
  padding-bottom: 10px;  
}
.layer-pop-wrap .layer-box[class*='layer-evt-agreement'] .agreement-grade .step{
  width: 197.5px;
  margin-top: 10px;
}
.layer-pop-wrap .layer-box[class*='layer-evt-agreement'] .agreement-grade .qr{
  position: absolute;
  width: 57px;
  top: 2.5px;
  right: 0;  
}
.layer-pop-wrap .layer-box[class*='layer-evt-agreement'] .desc{
  margin-top: 7.5px;
  margin-left: 8.5px;
  font-size: 10px;
  line-height: 1.4;
}
.layer-pop-wrap .layer-box[class*='layer-evt-agreement'] .desc i{
  display: inline-block;  
  margin-left: -8.5px;
  font-style: normal;
}
.layer-pop-wrap .layer-box[class*='layer-evt-agreement'] .con-title .num{
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  color: #fff;
  line-height: 19px;
  text-align: center;
  background-color: #2c3779;
  border-radius: 100%;
}
.layer-pop-wrap .layer-box[class*='layer-evt-agreement'] .underline {
  text-decoration: underline !important;
}
.layer-pop-wrap .layer-box[class*='layer-evt-agreement'] .agreement-check-all{  
  padding-top: 12.5px;
  font-size: 12px; 
  text-align: center;
}
.layer-pop-wrap .layer-box[class*='layer-evt-agreement'] .agreement-check-all .inp-wrap{
  margin-left: auto;
  margin-right: 0;
  margin-top: 7.5px;
}
.layer-pop-wrap .layer-box[class*='layer-evt-agreement'] .label-grade{
  width: 65px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4px;
  font-size: 0;
}
.layer-pop-wrap .layer-box[class*='layer-evt-agreement'] .layer-foot{
  margin-left: 0;
  margin-right: 0;
  padding-top: 17px;
  padding-bottom: 27px;
  border-top: 1px solid #d6d6d6;
}
.layer-pop-wrap .layer-box[class*='layer-evt-agreement'] .layer-foot .logo-group{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
}
.layer-pop-wrap .layer-box[class*='layer-evt-agreement'] .layer-foot .logo-group .logo{
  width: 65px;
}
.layer-pop-wrap .layer-box[class*='layer-evt-agreement'] .layer-foot .btn-group{
  padding-top: 12px;
  text-align: center;
}
.layer-pop-wrap .layer-box[class*='layer-evt-agreement'] .layer-foot .btn-tiny{
  margin-left: 6px;
}
.layer-pop-wrap .layer-box[class*='layer-evt-agreement'] .layer-foot .btn-tiny:first-child{
  margin-left: 0;
}

/* 추가: 210610 (팝업하단 키패드 가림이유) */
.layer-pop-wrap .layer-box[class*='layer-evt-agreement'] .inner-layer-foot{
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 20px;
  padding-top: 17px;  
  border-top: 1px solid #d6d6d6;
}
.layer-pop-wrap .layer-box[class*='layer-evt-agreement'] .inner-layer-foot .logo-group{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
}
.layer-pop-wrap .layer-box[class*='layer-evt-agreement'] .inner-layer-foot .logo-group .logo{
  width: 65px;
}
.layer-pop-wrap .layer-box[class*='layer-evt-agreement'] .inner-layer-foot .btn-group{
  padding-top: 12px;
  text-align: center;
}
.layer-pop-wrap .layer-box[class*='layer-evt-agreement'] .inner-layer-foot .btn-tiny{
  margin-left: 6px;
}
.layer-pop-wrap .layer-box[class*='layer-evt-agreement'] .inner-layer-foot .btn-tiny:first-child{
  margin-left: 0;
}
/* //추가: 210610 (팝업하단 키패드 가림이유) */

.table-agreement-container table{
  border-bottom: 1px solid #8a8a8a;
}
.table-agreement-container th, .table-agreement-container td{  
  padding: 8px 10px;
  font-size: 12px;
  line-height: 1.6;
  color: #303030;
  text-align: left;  
  border-top: 1px solid #8a8a8a;
}
.table-agreement-container tbody th{
  font-weight: 400;
  background-color: #dee3ec;
}
.table-agreement-container tbody td{  
  padding-right: 0;  
}
.table-agreement-container tbody th.td-line{
  border-top: 1px solid #fff;
}
.table-agreement-container tbody td.td-line{
  border-top: 1px solid #dee3ec;
}
.table-agreement-container .em{  
  font-weight: 700;
}
.table-agreement-container .inner-table{
  margin-top: 2px;
  margin-bottom: 2px;
  text-align: center;
  border: 1px solid #8a8a8b;
}
.table-agreement-container .inner-table dt{
  padding: 7.5px;  
  background-color: #dee3ec;
  border-top: 1px solid #8a8a8b;
}
.table-agreement-container .inner-table dt:first-child{
  margin-top: -1px;
}
.table-agreement-container .inner-table dd{
  padding: 7.5px;
  background-color: #fff;
}
.agreement-enter{
  padding-top: 24px;
}
.agreement-enter .accordian-wrap .em{  
  color: #f10000;
}
.agreement-enter-form .text-desc{
  margin-top: 6px;
  margin-left: 8.5px;
  font-size: 9px;
  line-height: 1.4;
}
.agreement-enter-form .text-desc i{
  display: inline-block;  
  margin-left: -8.5px;
  font-style: normal;
}
.agreement-enter-form .text-caution{
  margin-top: 6px;  
  font-size: 7px;
  line-height: 1.4;
}
.agreement-enter-form .inp-phone-case .select{
  background-position-x: 36px;
}
.agreement-enter-form dl{  
  display: -ms-flexbox; 
  display: -webkit-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 0 10px;
  border-top: 1px solid #8a8a8a;
}
.agreement-enter-form .select{
  width: 100%;
  font-size: 12px;
}
.agreement-enter-form input{
  font-size: 12px;
}
.agreement-enter-form .inp-flex-case.fund-search .inp-flex:first-child{
  width: calc(100% - 64px);
}
.agreement-enter-form .inp-flex-case.fund-search .inp-flex:last-child{
  width: 60px;
}
.agreement-enter-form .inp-flex-case.fund-search .btn-second{
  min-width: auto;
}
.agreement-enter-form .form-group{  
  display: -ms-flexbox; 
  display: -webkit-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; 
}
.agreement-enter-form .form-group .inp-wrap{
  flex: 1 1 70%;
}
.agreement-enter-form .form-group .inp-wrap .input-area{
  width: 100%;
}
.agreement-enter-form .btn.secondary{
  margin-left: 5px;
  width: calc(30% - 5px);
  background-color: #d7d7d7;
}
.agreement-enter-form .inp-wrap.phone-number-group .select,
.agreement-enter-form .inp-wrap.phone-number-group .input-area{
  width: 25%;
}
.agreement-enter-form dt{
  width: 32%;
  margin-top: 10px;
}
.agreement-enter-form dd{
  width: 68%;
  margin-top: 10px;
}
.agreement-enter-form dd.note{
  width: 100%;
  padding-left: 32%;
  margin-top: 0;
}
.agreement-enter-form dd.note.all{
  padding-left: 0;
}
.agreement-enter-form .form-cell-area dd:last-child{
  width: 100%;
  margin-left: 0;
}
.agreement-enter-form .btn-second span{
  font-size: 12px;
}
.agreement-enter-form .form-name-area .btn-second{
  padding: 0;
}
.agreement-enter-notice{
  padding: 20px 10px 23px;
  font-size: 7px;
  background-color: #f4f4f4;
  border-top: 1px solid #8a8a8a;
}
.agreement-enter-notice i{
  font-style: normal;
}
.agreement-enter-notice > ul > li{
  margin-left: 8px;
  line-height: 1.4;
}
.agreement-enter-notice > ul > li::first-letter{
  margin-left: -8px;
}
.agreement-enter-notice em{
  font-weight: 700;
}
.agreement-enter-notice .indent{
  margin-left: -5px;
}
.agreement-enter-notice .indent .indent0{

}
.agreement-enter-notice .indent .indent0{
  margin-left: 2.5px;
}
.agreement-enter-notice .indent .indent0::first-letter{
  margin-left: -2.5px;
}
.agreement-enter-notice .indent1{
  margin-left: 1px;
}
.agreement-enter-notice .indent1::first-letter{
  margin-left: -1px;
}
.agreement-enter-notice .em{  
  padding-left: 5px;
  margin-left: 2.5px;
  margin-top: 7.5px;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.4;
}
.agreement-enter-notice .em:before{
  display: inline-block;
  content: '';
  width: 3px;
  height: 3px;  
  margin-left: -7.5px;
  margin-right: 2.5px;
  vertical-align: 2px;
  background-color: #303030;
  border-radius: 100%;
}
.agreement-enter .agreement-enter-info{
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 700;
}
.agreement-enter .accordian-wrap > ul > li{
  border-bottom: 0;
}
.agreement-enter .accordian-wrap .step-tit button{  
  padding-left: 8px !important;
  padding-right: 8px !important;
  font-size: 12px;
  color: #fff;
  text-align: center !important;
  background-color: #53565c;
}
.agreement-enter .accordian-wrap .inp-check:first-child{
  margin-right: 15px;
}
.agreement-enter .icon-q{
  font-size: 9px;
  color: #fff;
}
.agreement-enter .accordian-wrap .conts-box{  
  padding: 13px 11px 0;
  background-color: #fff;
}

.agreement-enter .accordian-wrap .inp-wrap{  
  display: flex;
  justify-content: flex-end;
  margin-top: 9px;
  padding-bottom: 15px;
}
.agreement-enter .accordian-wrap > ul > li .tit-box .step-tit .btn-expand:after{
  width: 10px;
  height: 6px;
  margin-top: -5px;
  background: url(../images/biz/agreement/icon-arrow-toggle.png) no-repeat 0 0;
  background-size: 10px;
}
.agreement-enter .accordian-wrap .step-tit button:after{
  background-position: 0 100%
}
.table-agreement-container.type1{
  padding-top: 20px;
  padding-bottom: 20px;
}
.table-agreement-container.type2{
  padding-top: 20px;
  padding-bottom: 30px;
}
.table-agreement-container.type1 table{
  border-bottom: 0;
}

.table-agreement-container.type1 th, .table-agreement-container.type1 td{
  padding-top: 2px;
  padding-bottom: 2px;
  border-color: #fff;
}
.layer-pop-wrap .layer-box.layer-evt-agreement-ivt .agreement-personal-head{
  margin-top: 15px;
  border-top: 2px solid #d6d6d6;
}
.layer-pop-wrap .layer-box.layer-evt-agreement-ivt .layer-foot .text-desc{
  margin-top: 10px;
  font-size: 8px;  
}
.layer-pop-wrap .layer-box.layer-evt-agreement-ivt .accordian-wrap .num-list{
  margin-top: 0;
  border: 0;
}
.layer-pop-wrap .layer-box.layer-evt-agreement-ivt .accordian-wrap .num-list > li{
  text-indent: -8px;
  padding: 0;
  font-size: 9px;
  line-height: 1.4;
  border: 0;
}
.layer-pop-wrap .layer-box.layer-evt-agreement-ivt .accordian-wrap .num-list label{
  padding: 0 0 0 12px !important;
  font-size: 12px;
}

.input-group-box {
  border-bottom: 1px solid #e7e7e7;
  padding: 0px 0 15px;
}
.input-group-box:first-child {
   border-top: 2px solid #444;
   padding-top: 15px;
}

/* 개인(신용)정보 선택 동의서 전체동의 팝업 page 형식 */
.layer-pop-wrap .layer-box.layer-evt-agreement-page .layer-foot {
  padding: 0;
}
.layer-pop-wrap .layer-box.layer-evt-agreement-page .layer-foot .pagination {
  margin-bottom: -10px;
  padding-top: 10px;
  line-height: 1;
  text-align: center;
  color: #777;
  font-size: 11px;
}
.layer-pop-wrap .layer-box.layer-evt-agreement-page .layer-foot .pagination-current {
  font-weight: 700;
  color: #1e75d6;
}
.layer-pop-wrap .layer-box.layer-evt-agreement-page .layer-foot .logo-group {
  padding: 15px 10px;
}
.layer-pop-wrap .layer-box.layer-evt-agreement-page .agreement-personal-title {
  margin: 0 -10px 25px -10px ;
  padding: 20px 10px;
  border-bottom: 1px solid #d6d6d6;
}
.layer-pop-wrap .layer-box.layer-evt-agreement-page .agreement-personal-title .head-title {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
}
.layer-pop-wrap .layer-box.layer-evt-agreement-page .agreement-page-control .btn-page {
  position: absolute;
  top: calc(50% - (120px - 57px)/2);
  width: 36px;
  height: 36px;
  border-radius: 100%;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
  background-color: #fff;
  transform: translateY(-18px);
}
.layer-pop-wrap .layer-box.layer-evt-agreement-page .agreement-page-control .btn-page::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  transform: translate(-6px, -50%) rotate(45deg);
  border-width: 2px 2px 0 0;
  border-color: #1e75d6;
  border-style: solid;
}
.layer-pop-wrap .layer-box.layer-evt-agreement-page .agreement-page-control .btn-page.btn-prev {
  left: 12px;
}
.layer-pop-wrap .layer-box.layer-evt-agreement-page .agreement-page-control .btn-page.btn-prev::before{
  transform: translate(-3px, -50%) rotate(225deg);
}
.layer-pop-wrap .layer-box.layer-evt-agreement-page .agreement-page-control .btn-page.btn-next {
  right: 12px;
}


/* 개인(신용)정보 선택 동의서 리스트 팝업 */
.layer-pop-wrap .layer-box.layer-evt-agreement-list .agreement-all {
  margin-top: 30px;
}
.layer-pop-wrap .layer-box.layer-evt-agreement-list .inp-check-custom label {
  position: relative;
  display: block;
  padding-left: 30px;
  line-height: 1.2;
  font-size: 16px;
  color: #222
}
.layer-pop-wrap .layer-box.layer-evt-agreement-list .inp-check-custom input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.layer-pop-wrap .layer-box.layer-evt-agreement-list .inp-check-custom label::before {
  position: absolute;
  top: 50%;
  left: 4px;
  display: inline-block;
  content: "";
  width: 5px;
  height: 11px;
  margin-top: -10px;
  border-bottom: 3px solid #d5d8d8;
  border-right: 3px solid #d5d8d8;
  transform: rotate(45deg);
}

.layer-pop-wrap .layer-box.layer-evt-agreement-list .inp-check-custom input:checked + label::before {
  border-color: #1e75d6;
}
.layer-pop-wrap .layer-box.layer-evt-agreement-list .agreement-all .inp-check-custom label {
  display: block;
  height: 60px;
  line-height: 58px;
  padding: 0;
  border: 1px solid #ededed;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  background-color: #fff;
  text-align: center;
  color: #111;
  box-shadow: 0 3px 10px -3px rgba(119,119,119,.4);
}
.layer-pop-wrap .layer-box.layer-evt-agreement-list .agreement-all .inp-check-custom input:checked + label {
  border-color: #1e75d6;
  color: #fff;
  background-color: #1e75d6;
}
.layer-pop-wrap .layer-box.layer-evt-agreement-list .agreement-all .inp-check-custom label::before {
  left: 21px;
}
.layer-pop-wrap .layer-box.layer-evt-agreement-list .agreement-all .inp-check-custom input:checked + label::before {
  border-color: #fff;
}
.layer-pop-wrap .layer-box.layer-evt-agreement-list .agreement-type .btn-inp-check label {
  line-height: 28px;
  font-size: 16px;
  color: #111;
}
.layer-pop-wrap .layer-box.layer-evt-agreement-list .agreement-type .btn-inp-check input[type="radio"]:checked + label {
  background-color: #1e75d6;
  color: #fff;
}
.agreement-checklist-wrap {
  border: 0;
}
.agreement-checklist-wrap li {
  padding: 17px 0 14px;
  border-bottom: 1px solid #e7e7e7;
}
.agreement-checklist-wrap li:first-child {
  padding-top: 25px;
}
.agreement-checklist-wrap .agreement-title {
  display: -webkit-box;
  overflow: hidden;
  font-size: 13px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
  color: #777;
  font-weight: 400;
}
.agreement-checklist-wrap .agreement-title .label-agree-grade {
  margin-right: 6px;
}
.agreement-checklist-wrap .agreement-check {
  display: flex; 
  justify-content: space-between;
  align-items: center;
  margin-top: 5px
}
.agreement-checklist-wrap .agreement-check .btn-view {
  position: relative;
  width: 30px;
  height: 30px;
  background: url("../images/icon/icon-link-arrow2.png") no-repeat center;
  background-size: 9px auto;
}

/* 개인(신용)정보 동의서 등급 */
.label-agree-grade {
  display: inline-block;
  width: 46px;
  height: 20px;
  line-height: 20px;
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  font-weight: 400;
}
.label-agree-grade.type-round {
  width: 65px;
  border-radius: 20px;
}
.evt-agree-grade {
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
}
.evt-agree-grade span {
  flex: 1;
  color: #fff;
  font-size: 12px;
  letter-spacing: -1px;
  text-align: center;
}
.label-agree-grade.grade01, .evt-agree-grade .grade01 {
  background-color: #1998e9;
}
.label-agree-grade.grade02, .evt-agree-grade .grade02{
  background-color: #17db6a;
}
.label-agree-grade.grade03, .evt-agree-grade .grade03{
  background-color: #dfc40d;
}
.label-agree-grade.grade04, .evt-agree-grade .grade04{
  background-color: #fc9527;
}
.label-agree-grade.grade05, .evt-agree-grade .grade05{
  background-color: #ea1600;
}


/*TXT align*/
.text-mid {
  align-self: center;
}
.al {
  text-align: left;
}
.ar {
  text-align: right;
}
.oh {
  overflow: hidden;
}
.fr { 
  float: right;
}
.sub-txt-01 {
  font-size: 12px;
}
/*GRID*/
.text-grid-7-3 { 
  display: grid;
  grid-template-columns:  1fr 120px;
  
}
.text-grid-7-3 .al {
  padding-left: 10px;
}

.text-grid-4-6 {
  display: grid;
  grid-template-columns:  40% 1fr;
}


.text-grid-half {
  display: grid;
  grid-template-columns:  1fr 1fr;
}
.bottom-logo {
  margin-top: 20px;
  text-align: center;

}
.bottom-logo img {
  display: block;
  height: 25px;
  margin: 5px auto;
}

.title-navy {
  background: #181949;
  color: #fff;
  font-size: 16px;
  height: 45px; 
  line-height: 45px;
  text-align: center;
}

.flex-space-around{
  display: flex; justify-content: space-around;
}


/*[모바일홈페이지] 하단 링크 추가 WEB-11068*/
.footer-inner .foot-btn { margin-bottom:30px; }
.footer-inner .foot-btn ul { display: flex;  flex-flow: row wrap; justify-content: space-between; flex:1;}
.footer-inner .foot-btn ul li { width: 45%;}
.footer-inner .foot-btn ul li button { width: 100%;}


/*투자트렌드*/
.trandBody { background: #f6f6f6;}
.trandwrapper { height: 100%;   padding: 0 1.9vw;}
.swich-list ul { display: flex; flex-direction: row; flex-wrap: wrap; margin-top: 20px; background: #f6f6f6;}
.swich-list ul.single li { width: 47.3vw; margin-bottom: 1.6vw;}
.swich-list ul.single li:nth-child(odd) { margin-right:1.6vw;}
.swich-list .multi-row {  margin: 0 0 40px;}

.swich-list .multi-row .hash-list { margin: 4px 0;}
.swich-list .multi-row .hash-list span { color: #1c4fde; margin-right: 15px;}
.swich-list .multi-row .date { font-size: 12px; color: #999;}
.swich-list .multi-row .con-txt { color: #666; margin-top: 20px;}



.input-toggle-list-btn { 
  display: inline-block;
  width: 48px; height: 16px;
  position: relative;
}
.input-toggle-list-btn input[type='checkbox'] {
  width: 100%;
  z-index: -1; 
  opacity: 0;
  position: absolute; 
  left: 0px;

}
.input-toggle-list-btn label {
  display:block;
  width: 100%;
 height: 100%;
 cursor: pointer;
 background-image: url(../images/temp/btn_toggle_group_01.png);
 background-repeat: no-repeat;
 background-position: 0 0;
 background-size: 100% 100%;
}
.input-toggle-list-btn input[type='checkbox']:checked +  label {
  background-image: url(../images/temp/btn_toggle_group_02.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  
}
.hash-bar { width: calc(100vw - 3.8vw); display: flex; 
  padding: 5px 0;  background:#f6f6f6;  align-items: center;
  overflow-y: auto;
}
.hash-bar ul { width: calc(100% - 48px); overflow: hidden;}
.hash-bar li { display: inline-block; margin-right: 5px;}
.hash-bar li button { 
  padding: 9px 16px 10px; border: 1px solid #ddd; 
  background: #fff; border-radius:21px; 
  display: block; font-size: 12px;
}
.hash-bar li.active button {
  background: #212266; border: 1px solid #212266; 
  color: #fff;
}

.trandwrapper .head-title {
  padding: 20px 0 16px;
}

.trand-swiper { overflow: hidden; position: relative; margin-bottom: 20px;;}
.trand-swiper  li a { display: block;}
.trand-swiper  li img{ width: 100%;}
.trand-swiper .swiper-control-box {
  position: absolute ; left: 0; bottom: 22px;
  width: 100%; z-index: 10;
}
.trand-swiper .swiper-pagination-bullet {
  width: 6px !important; height: 6px !important;
}
.trand-swiper .swiper-pagination-bullet-active {
  width: 18px !important; 
  border-radius: 6px;
}