/*
@charset "euc-kr";
@import url(common.css);
@import url(layout.css);
@import url(input.css);
@import url(list.css);
@import url(table.css);
@import url(slide.css);
@import url(ico.css);
@import url(button.css);
@import url(graph.css);
@import url(add.css);
@import url(add_02.css);
@import url(add_03.css);
@import url(home.css);

@import url(widget.css);
@import url(nav.css); 
*/

@charset "utf-8";

/* ! 브라우저 스타일 동기화 스타일  */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, code, form, fieldset, legend, input, textarea, button,  p, blockquote, th, td {margin:0; padding:0;font-weight: normal;}
html, body {
  height:100%;
  width:100%;
}
body {
  min-height: 300px;
}
li {list-style:none}
img, fieldset {border:0 none}
img {vertical-align:middle}
legend, hr {display:none}
legend {position:absolute; top:0; left:0; width:0; height:0; display:block; overflow:hidden; visibility:hidden; font-size:0; line-height:0}
input, select, textarea {background:#fff}
button {border:0 none; background:transparent}
em, address {font-style:normal}
table {border-spacing:0}
caption {font-size: 0; line-height: 0; width:0; height:0; text-indent:-1000px; overflow: hidden}
a, a:link, a:visited, a:hover, a:active ,a:focus {text-decoration:none}
img { max-width:100%; }
i {font-style: normal;}

/* 키보드 CSS 설정 */
.transkey_div{background:none !important}

/* default font */
html, body, input, select, textarea, a, button { 
  color:#666;
  font-size: 14px;
  line-height:normal;
  font-family: Arial,Helvetica,Dotum,"돋움";
}

/* 메인 화면 리뉴얼 - 원신한체 추가 2018-09-03
@font-face {
 font-family: "oneShinhan";
 src: url('/phone/asset/font/OneShinhanLight.eot');
 src: local('?'),
  url('/phone/asset/font/OneShinhanLight.woff') format('woff'), url('/phone/asset/font/OneShinhanLight.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;
}

@font-face {
 font-family: "oneShinhanM";
 src: url('/phone/asset/font/OneShinhanMedium.eot');
 src: local('?'),
  url('/phone/asset/font/OneShinhanMedium.woff') format('woff'), url('/phone/asset/font/OneShinhanMedium.ttf') format('truetype');
 font-weight: 500;
 font-style: normal;
}
 */
label { 
  color:#000;
}
a {color:#666;}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust:none; /* for iphone font */
  background-color:inherit; /* for android width */
}
*::-webkit-input-placeholder {color:#8F8F8F;}

/*  display  */
.hidden {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
}
.show, .on {display: block !important}
.show[class*="flex"], .on[class*="flex"]{
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-box !important;
  display:-webkit-flex !important; 
  display:flex !important;
}
.hide { display: none !important}
.dib {display:inline-block !important}
.oha {overflow: auto !important}
.ova { overflow:auto; }
.ohv {overflow: visible !important}
.oh {overflow: hidden !important}
.vh { visibility: hidden !important}
.psr { position:relative; }

.fn {font-weight:normal !important;}

/* clearfix  */
.clearfix { display: inline-block;}
*html .clearfix { height: 1%;}
.clearfix:after {visibility: hidden; content: " "; display: block; clear: both; height: 0; line-height: 0; font-size: 0; }
/*float*/
.fl {
  float: left !important;
}
.fr{
  float: right !important;
}
/* width */
.w1p {width:1%;}
.w30p {width:30% !important}
.w50p {width:50% !important}
.w80p {width:80% !important}
.w100p {width:100% !important}
.mw50p {min-width: 50%}
/* .mxw260 {max-width:260px !important;} */

/* height */
.h250 {height: 250px !important}
.h330 {height:330px !important;}

/*  margin  */
.m0 {margin: 0 !important}
.m5 {margin: 5px !important}
.m10 {margin: 10px !important}
.m15 {margin: 15px !important }
.m015 {margin:0 15px !important}
.mt-2 {margin-top:-2px !important}
.mt-1 {margin-top:-1px !important}
.mt0 {margin-top:0px !important}
.mt5 {margin-top:5px !important}
.mt6 {margin-top:6px !important}
.mt10 {margin-top:10px !important}
.mt13 {margin-top:13px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important}
.mt25 {margin-top:25px !important}
.mt35 {margin-top:35px !important}
.mt30 {margin-top:30px !important}
.mt40 {margin-top:40px !important}
.mr0 {margin-right:0px !important}
.mr5 {margin-right:5px !important}
.mr10 {margin-right:10px !important}
.mr15 {margin-right:15px !important}
.mb0 {margin-bottom:0px !important}
.mb5 {margin-bottom:5px !important}
.mb8 {margin-bottom:8px !important;}
.mb10 {margin-bottom:10px !important}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb25 {margin-bottom:25px !important;}
.mb30 {margin-bottom:30px !important;}
.mb35 {margin-bottom:35px !important;}
.ml0 {margin-left:0px !important}
.ml5 {margin-left:5px !important}
.ml10 {margin-left:10px !important}
.ml15 {margin-left:15px !important}
.ml20 {margin-left:20px !important}
.ml30 {margin-left:30px !important}
.ml-10 {margin-left:-10px !important}

/*  padding  */
.padding {
  padding: 20px 15px !important;
}
.p2515 {
  padding: 25px 15px !important;
}
.p010 {padding:0 10px !important;}
.p015 {padding:0 15px !important;}
.p0 {padding: 0 !important}
.p5 {padding: 5px !important}
.p10 {padding: 10px !important}
.p15 {padding: 15px !important}
.pt0 {padding-top: 0 !important}
.pt5 {padding-top: 5px !important}
.pt10 {padding-top:10px !important}
.pt15 {padding-top:15px !important}
.pt20 {padding-top:20px !important}
.pt25 {padding-top:25px !important}
.pr0 {padding-right:0px !important}
.pr5 {padding-right:5px !important}
.pr10 {padding-right:10px !important}
.pr15 {padding-right:15px !important}
.pr20 {padding-right:20px !important}
.pb0 {padding-bottom:0 !important}
.pb1 {padding-bottom:1px !important}
.pb5 {padding-bottom:5px !important}
.pb10 {padding-bottom:10px !important}
.pb15 {padding-bottom:15px !important;}
.pb20 {padding-bottom:20px !important}
.pb25 {padding-bottom:25px !important}
.pb30 {padding-bottom:30px !important}
.pb40 {padding-bottom:40px !important}
.pl0 {padding-left:0px !important}
.pl5 {padding-left:5px !important}
.pl10 {padding-left:10px !important}
.pl15 {padding-left:15px !important;}

/* border */
.bt0 {border-top: 0 none !important; }
.bt1 {border-top: 1px solid #e1e1e1 !important; }
.bt1_im {border-top: 1px solid #e1e1e1 !important; }
.bb0 {border-bottom: 0 none !important; }
tr.bb0>* {border-bottom: 0 none !important; }
.bb1 {border-bottom: 1px solid #e1e1e1 !important; }
.bb1_8f {border-bottom: 1px solid #8f8f8f !important;}
.hidden+.bb1_8f {border-bottom: 1px solid #e1e1e1 !important;}
.top.bb1_8f {border-bottom: 1px solid #e1e1e1 !important;}
.bl1  {border-left: 1px solid #e1e1e1 !important; }

/* background-color */
.bgf{background-color: #fff !important}
.bgt{background-color: transparent !important}
.bgf5 { background-color:#f5f5f5 !important}
.bgf7{background-color: #f7f7f7 !important}

/*  text align  */
.tar { text-align: right !important}
.tac { text-align: center !important}
.tal { text-align: left !important}
.vat:not(th,td) {vertical-align:top !important}
.vam {vertical-align:middle !important}
.vab {vertical-align:bottom !important}
/*  말줄임  */
.toe {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 텍스트 정렬 */
.nowrap {white-space: nowrap !important;}
.brk_wd {word-wrap:break-word; }

/* line-height */
.lh_1{line-height: 1em !important}
.lh_15{line-height: 1.5em !important}


/* font */
.fz10 {font-size: 10px !important;}
.fz11 {font-size: 11px !important}
.fz12 {font-size: 12px !important}
.fz13 {font-size: 13px !important}
.fz15 {font-size: 15px !important}
.fz16 {font-size: 16px !important}
.fz17 {font-size: 17px !important;}
.fz20 {font-size: 20px !important}
.fz21 {font-size: 21px !important}
.fz25 {font-size: 25px !important}
.fz30 {font-size: 30px !important}
.fwb {font-weight: bold !important}
.fwn {font-weight: normal !important}

/* font color */
.c_yellow {color:#f2c911 !important;}
.c_red {color:#fa4b4b !important}
.c_dred {color:#d14146 !important; font-weight:bold;}
.c_blue {color: #288bd8 !important}
.c_gray {color:#666 !important;}
.point_01 {color:#444 !important}
.point_02 {color:#000 !important}
.point_03 {color:#8f8f8f !important}
.point_04 {color:#666 !important}

/* letterspacing */
.ls-05{letter-spacing: -0.05em;}
.ls-1{letter-spacing: -0.1em;}
.ls05{letter-spacing: 0.5em;}
.ls1{letter-spacing: 1em;}
.ls2{letter-spacing: 2em;}

.text_col {
  text-orientation: upright;
  -webkit-text-orientation: upright;
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
}

.val {
  white-space: nowrap;
  color: #fa4b4b;
}
.list .val {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
}

.net { color:#000; } 
/* grayscale */
.gray,
.gray * {
  -webkit-filter : grayscale(100%);
  filter : grayscale(100%);
}

/* flex container/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* flex single property */
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: flex;
}
/* flex-direction: row | row-reverse | column | column-reverse; */
 /* horizontal flex row */
.rflex { 
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient:horizontal;  
  box-orient:horizontal;  
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  box-align: center;
   -webkit-align-items: center;
   align-items: center;
}
  /*  vertical flex column */
.cflex { 
display: -webkit-box;
display: -moz-box;
display: -ms-box;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
box-orient: vertical;
-webkit-flex-direction: column;
flex-direction: column;
}
/* flex-wrap: nowrap | wrap | wrap-reverse; */
.nflex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap:nowrap !important;
  flex-wrap:nowrap !important;
}
.wflex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap:wrap !important;
  flex-wrap:wrap !important;
}
/* flex-flow: <‘flex-direction’> || <‘flex-wrap’>; */
.rwflex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap !important;
  flex-flow: row wrap !important;
}
.cwflex {
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: column wrap !important;
  flex-flow: column wrap !important;
}
/* justify-content: flex-start | flex-end | center | space-between | space-around; */
.jf_fs {
  -webkit-box-pack: start !important;
  box-pack: start !important;
  -webkit-justify-content:flex-start !important;
  justify-content:flex-start !important;
}
.jf_fe {
  -webkit-box-pack: end !important;
  box-pack: end !important;
  -webkit-justify-content:flex-end !important;
  justify-content:flex-end !important;
}
.jf_c {
  -webkit-box-pack: center !important;
  box-pack: center !important;
  -webkit-justify-content:center !important;
  justify-content:center !important;
}
.jf_sb {
  -webkit-box-pack: justify !important;
  box-pack: justify !important;
  -webkit-justify-content:space-between !important;
  justify-content:space-between !important;
}
.jf_sa {
  -webkit-box-pack: justify !important;
  box-pack: justify !important;
  -webkit-justify-content:space-around !important;
  justify-content:space-around !important;
}
/* align-items: flex-start | flex-end | center | baseline | stretch; */
.ai_fs {
  -webkit-box-align: start !important;
  box-align: start !important;
  -webkit-align-items:flex-start !important;
  align-items:flex-start !important;
}
.ai_c {
  -webkit-box-align: center !important;
  box-align: center !important;
  -webkit-align-items:center !important;
  align-items:center !important;
}
.ai_fe {
  -webkit-box-align: end !important;
  box-align: end !important;
  -webkit-align-items:flex-end !important;
  align-items:flex-end !important;
}
.ai_sc {
  -webkit-align-items:stretch !important;
  align-items:stretch !important;
}
/* align-content: flex-start | flex-end | center | space-between | space-around | stretch; */

/* flex item /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
  /* order: <integer>; */
.ord1 {
  display: block;
 -webkit-box-ordinal-group:1;
 box-ordinal-group:1;
 -webkit-order:1;
 order:1;
}
.ord2 {
  display: block;
 -webkit-box-ordinal-group:2;
 box-ordinal-group:2;
 -webkit-order:2;
 order:2;
}
.ord3 {
  display: block;
 -webkit-box-ordinal-group:3;
 box-ordinal-group:3;
 -webkit-order:3;
 order:3;
}
  /* flex-grow: <number>; /*  default 0  */
.flg_0 {
  -webkit-box-flex:0 !important;
  box-flex:0 !important;
  -webkit-flex-grow:0 !important;
  flex-grow:0 !important;
}
.flg_1 {
  -webkit-box-flex:1 !important;
  box-flex:1 !important;
  -webkit-flex-grow:1 !important;
  flex-grow:1 !important;
}
.flg_2 {
  -webkit-box-flex:2 !important;
  box-flex:2 !important;
  -webkit-flex-grow:2 !important;
  flex-grow:2 !important;
}
  /* flex-shrink: <number>; /*  default 1  */
  /* flex-basis: <length> | auto; /*  default auto  */
  /* flex: none | [ <'flex-grow'> <'flex-shrink'>? || <'flex-basis'> ]; */
  /* align-self: auto | flex-start | flex-end | center | baseline | stretch; */

/* Guide/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.g_h3 {
  position: relative;
  padding: 10px 25px 10px 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  color:#fff;
  background-color: #333;
  font-size: 14px;
  letter-spacing: 0.1em;
}
section>h1+p.g_h3{
  margin-top: -1px !important;
}
.g_h3:before,
.g_h4:before {
  content:"";
  position: absolute;
  top: 18px;
  left: 15px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius:3px;
  background-color: #fff;
}
.g_h4 {
  position: relative;
  padding: 10px 25px 10px 27px;
}
.g_h4:before {
  top: 14px;
  background-color: #000;
}
a {
  /* border:1px solid skyblue; */
}
.graph_box {
  /* margin: 30px 15px; */
  background-color:transparent;
}
.graph_box img {
  width: 100%;
  height: auto;
}
/ *///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* font test ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/ *///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* color */
.bg0 {
  background-color: #000;
}
.bgr {
  background-color: red;
}
/* font
@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 400;
  src: local('Nanum Barun Gothic Regular'), local('Nanum Barun Gothic-Regular'), local('NanumBarunGothic Regular');
  src: url(../../asset/font/NanumBarunGothic.eot);
  src: url(../../asset/font/NanumBarunGothic.eot?#iefix) format('embedded-opentype'),
       url(../../asset/font/NanumBarunGothic.woff) format('woff'),
       url(../../asset/font/NanumBarunGothic.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 700;
  src: local('Nanum Barun Gothic Bold'), local('Nanum Barun Gothic-Bold'), local('NanumBarunGothic Bold');
  src: url(../../asset/font/NanumBarunGothicBold.eot);
  src: url(../../asset/font/NanumBarunGothicBold.eot?#iefix) format('embedded-opentype'),
       url(../../asset/font/NanumBarunGothicBold.woff) format('woff'),
       url(../../asset/font/NanumBarunGothicBold.ttf) format('truetype');
}
 */
/* font - 나눔고딕 추가 2020-11
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: local('Nanum Gothic Regular'), local('Nanum Gothic-Regular'), local('NanumGothic Regular');
  src: url(../../fonts/nanumgothic/NanumGothic-Regular.eot);
  src: url(../../fonts/nanumgothic/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
       url(../../fonts/nanumgothic/NanumGothic-Regular.woff) format('woff'),
       url(../../fonts/nanumgothic/NanumGothic-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  src: local('Nanum Gothic Bold'), local('Nanum Gothic-Bold'), local('NanumGothic Bold');
  src: url(../../fonts/nanumgothic/NanumGothic-Bold.eot);
  src: url(../../fonts/nanumgothic/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
       url(../../fonts/nanumgothic/NanumGothic-Bold.woff) format('woff'),
       url(../../fonts/nanumgothic/NanumGothic-Bold.ttf) format('truetype');
}
 */
.font  {
  line-height: 2em;
}
.font .my_phone {
  padding: 10px;
  background-color: #eee;
}
.font  * {
  font-size: 14px;
}
.font  h1 {
  font-size: 30px;
  font-weight: bold; 
  padding: 10px;
  color: #000;
}
.font  h2 {
  font-size: 20px;
  margin-top: 10px;
  padding: 30px 10px 20px;
  color:#000;
  display: block;
  width: 100%;
  font-weight: bold;
  border-top: 3px solid #000;
}
.font  > div {
  margin: 10px;
}
.font span {
  display: block;
  font-weight: bold;
  color:#000;
}
.font img {
  width: 100%;
}
.dotum {
  font-family:'돋움', Dotum ;
}
.nanum {
  font-family: 'Nanum Gothic', sans-serif ;
}
.apple {
  font-family:AppleGothic ;
}
.helvetica {
  font-family:Helvetica;
}
.phonekey {
  font-family: PhoneKeyCaps ;
}
.clockopia {
  font-family: Clockopia ;
}
.droidsans {
  font-family: DroidSans ;
}
.arial {
  font-family:Arial,Helvetica ;
}
.courier {
  font-family: Courier , Courier New;
}
.georgia {
  font-family: Georgia;
}
.times {
  font-family: Times , TimesNewRoman;
}
.trebuchet {
  font-family: Trebuchet MS;
}
.verdana {
  font-family: Verdana;
}
/* flex //////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* flex-direction: row | row-reverse | column | column-reverse; */
/* flex-wrap: nowrap | wrap | wrap-reverse; */
/* flex-flow: <‘flex-direction’> || <‘flex-wrap’>; */
/* justify-content: flex-start | flex-end | center | space-between | space-around; */
/* align-items: flex-start | flex-end | center | baseline | stretch; */
/* align-content: flex-start | flex-end | center | space-between | space-around | stretch; */
.container {
  background-color: #ccc;
  border: 5px solid skyblue;
  min-height: 50px;
  /* flex-flow: <‘flex-direction’> || <‘flex-wrap’>; */
  flex-flow: row wrap;
  /* -webkit-flex-flow: 'row' || 'wrap' !important; */
  /* justify-content:flex-end; */
  /* -webkit-align-items:flex-end; */
  /* -webkit-flex-wrap:wrap; */
  /* -webkit-align-content:flex-end; */
}

/* flex item /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
  /* order: <integer>; */
  /* flex-grow: <number>; /*  default 0  */
  /* flex-shrink: <number>; /*  default 1  */
  /* flex-basis: <length> | auto; /*  default auto  */
  /* flex: none | [ <'flex-grow'> <'flex-shrink'>? || <'flex-basis'> ]; */
  /* align-self: auto | flex-start | flex-end | center | baseline | stretch; */
.item {
  /* display: block; */
  /* width: 100%; */
  border: 5px solid pink;
  background-color: #eee;
  /* flex:  1 auto; */
/*   -webkit-flex-grow:1;
  flex-grow:1; */
/*   -webkit-flex-shrink:1;
  flex-shrink:1; */
  /* flex-basis:100%; */
  /* -webkit-flex-basis:50%; */
}
.flex_shrink_0 {
  -webkit-flex-shrink:0;
  flex-shrink:0;
}
.flex_shrink_2 {
  -webkit-flex-shrink:2;
  flex-shrink:2;
}
.flex_shrink_3 {
  -webkit-flex-shrink:3;
  flex-shrink:3;
}
.container > .item:first-child {
  /* flex-grow:1; */
  /* flex-shrink:2; */
  /* -webkit-align-self:flex-end; */
}
.rflex>*{
  /* outline: 1px solid red; */
} 























@charset "euc-kr";

/* layout */
.wrap {
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  -webkit-box-orient:vertical;  
  box-orient:vertical;  

  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-color: #ececec;
}
.wrap>*(:not(.login_box)) {
    display: block;
    width: 100%;    
}
/* header */
header {
  position: relative;
  z-index: 2;
}
header>div{
  /* border-top: 1px solid #fff; */
  position: relative;
  height: 57px;
  background-color: #fff;  /*2018-11-06 수정*/
}
header * { /* 2018-09-13 수정 */
  /* color: #fff; */
  font-family: Dotum, Arial, Helvetica, sans-serif;
}
header >* {
  display: block;
}
header h1 {
  /*  height: 27px;  */
  padding-left: 5px;
  text-align: left;
  font-size: 18px;
  font-weight:bold;
  /*  line-height: 27px;  */
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
header .home h1 {
  height: 27px;
  padding-left: 20px;
  text-align: center;
}
header h1 .symbol {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-bottom: -5px;
  margin-left: 5px;
  background: url('../images/logo.png') 0 0 no-repeat;
  -webkit-background-size: auto 25px;
  background-size: auto 25px;
}
header h1 img {
  width: 153px;
  height: 27px;
  vertical-align:top;
}
header button { /* 2018-09-13 수정 */
  overflow: hidden;
  text-indent: -100px;
  background-size:50%;
  height: 30px;
  width: 30px;
  background-image: url('../images/icon/icon_header2.png');
  -webkit-background-size: cover;
  background-size: cover;
  /* border: 1px solid #288bd8; */
  -webkit-flex-grow:0;
  flex-grow:0;
  -webkit-flex-shrink:0;
  flex-shrink:0;
}
header button.list {
  margin-left: -5px;
  background-position: 0 0;
}
header .home button.list {
  margin-left: 5px;
  background-position: 0 0;
}
header button.befo {
  margin-left: 3px;
  background-position: 0 -150px; /*2018-11-06 수정*/
}
header button.myif {
  margin-right: 5px;
  background-position: 0 -47px;
}
header button.srch {
  margin-right: 10px;
  background-position: 0 -94px;
}
header .home button.srch {
  margin-right: 5px;
}


.ms_header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #000;
  padding:10px;
}
.ms_header h3{
  font-size: 20px;
  color:#fff;
  font-weight: 500;
}
.ms_header i{
	font-size: 25px;
  color:#fff;
}

/* nav */
nav.dep_01 {
  position: relative;
  height: 47px;
  border-top: 1px solid #94c5ec;
  background-color: #288bd8;
  z-index: 10;
}
nav.dep_01 * { /* 2018-09-13 수정 */
  /* color: #fff; */
  font-family: Dotum, Arial, Helvetica, sans-serif;
  color: #262626;
}
nav.dep_01 ul {
  position: absolute;
  /* overflow:hidden; */
  /* height: 47px; */
  padding: 0 10px;
  /* flex-wrap:wrap;
  -webkit-flex-wrap:wrap; */
}
nav.dep_01 ul li {
  padding: 0 15px;
}
nav.dep_01 ul li a {
  position: relative;
  display: block;
  height: 46px;
  font-size: 16px;
  padding: 15px 0px 0px;
}
nav.dep_01 ul li.on a {
  font-weight: bold;
}
nav.dep_01 ul li.on a::after {
  content:"";
  display: block;
  position: absolute;
  width: 100%;
  min-width:40px;
  height: 4px;
  bottom: 0;
  background-color: #f2c911;
}
nav.dep_01 ul li:first-child.on a::after {
  margin-left: -10px;
}
nav.dep_02 {
  background-color: #fff;
  border-bottom: 1px solid #288bd8;
  z-index: 10;
}
.dep_02 .full .scroll_tab_inner,
nav.dep_02 .full {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient:horizontal;  
  box-orient:horizontal;  
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify !important;
  box-pack: justify !important;
  -webkit-justify-content:space-between !important;
  justify-content:space-between !important;
}
.dep_02 .full span,
nav.dep_02 .full li {
  display: block;
  width: auto;
  -webkit-box-flex:1 !important;
  box-flex:1 !important;
  -webkit-flex-grow:1 !important;
  flex-grow:1 !important;
}
nav.dep_02 .full li {
  display: block;
  text-align: center;
}
nav.dep_02 ul li a {
  display: block;
  height: 44px;
  padding: 15px 12px 0px;
  font-size: 16px;
  color: #444;
}
nav.dep_02 ul li.on a {
  color: #288bd8;
}

nav.dep_03 {
  overflow: hidden;
  position: relative; 
  background-color: #fff;
  z-index: 10;
}
nav.dep_03 ul {
  border-bottom:1px solid #d14146; 
}
nav.dep_03 .rflex li {
  display: block;
  -webkit-box-flex:1;
  box-flex:1;
  -webkit-flex-grow:1;
  flex-grow:1;
  width:1%;
}
nav.dep_03 li {
    height: 55px;
    border-right: 1px solid #d14146;
}
nav.dep_03 .rflex li:last-child,
nav.dep_03 .normal li:nth-child(4) {
  border-right: 0;
}
nav.dep_03 a {
  position:relative; 
  display: block;
  height:55px; 
  padding: 6px 0 0 0;
  color:#000;  
  line-height:1em; 
  font-size:12px; 
  text-align: center;
}
/* nav.dep_03 ul:first-child a::after {
  content:""; 
  display:block;
  position: absolute;
  width:1px; 
  height:600%;
  background-color: #d14146;
  top:0; 
  right:-1px;
  z-index: 1;
} */
nav.dep_03 ul li:last-child a::after {
  display: none;
}
nav.dep_03 a::before {
  content:""; 
  overflow: hidden; 
  display:block; 
  position:relative; 
  width:30px; 
  height:25px; 
  margin: 0px auto 6px;
  -webkit-background-size: auto 50px;
  background-size: auto 50px;
  background-repeat: no-repeat;
  background-position: 0 50px;
}
nav.dep_03 .m_01 a::before {background-position: 0 0;}
nav.dep_03 .m_02 a::before {background-position: -50px 0;}
nav.dep_03 .m_03 a::before {background-position: -100px 0;}
nav.dep_03 .m_04 a::before {background-position: -150px 0;}
nav.dep_03 .m_05 a::before {background-position: -200px 0;}
/*
nav.dep_03 .m_04 a::before {background-position: -200px 0;}
nav.dep_03 .m_05 a::before {background-position: -150px 0;}
*/
nav.dep_03 .m_06 a::before {background-position: -250px 0;}
nav.dep_03 .m_07 a::before {background-position: -300px 0;}
nav.dep_03 .m_08 a::before {background-position: -350px 0;}
nav.dep_03 .m_09 a::before {background-position: -400px 0;}
nav.dep_03 .m_10 a::before {background-position: -450px 0;}
nav.dep_03 .m_11 a::before {background-position: 0 0;}
nav.dep_03 .m_12 a::before {background-position: -50px 0;}
nav.dep_03 .m_01.on a::before, 
nav.dep_03 .m_01 a:hover::before {background-position: 0 bottom;}
nav.dep_03 .m_02.on a::before, 
nav.dep_03 .m_02 a:hover::before {background-position: -50px bottom;}
nav.dep_03 .m_03.on a::before, 
nav.dep_03 .m_03 a:hover::before {background-position: -100px bottom;}
nav.dep_03 .m_04.on a::before, 
nav.dep_03 .m_04 a:hover::before {background-position: -150px bottom;}
nav.dep_03 .m_05.on a::before, 
nav.dep_03 .m_05 a:hover::before {background-position: -200px bottom;}

/*
nav.dep_03 .m_04.on a::before, 
nav.dep_03 .m_04 a:hover::before {background-position: -200px bottom;}
nav.dep_03 .m_05.on a::before, 
nav.dep_03 .m_05 a:hover::before {background-position: -150px bottom;}
*/
nav.dep_03 .m_06.on a::before, 
nav.dep_03 .m_06 a:hover::before {background-position: -250px bottom;}
nav.dep_03 .m_07.on a::before, 
nav.dep_03 .m_07 a:hover::before {background-position: -300px bottom;}
nav.dep_03 .m_08.on a::before, 
nav.dep_03 .m_08 a:hover::before {background-position: -350px bottom;}
nav.dep_03 .m_09.on a::before, 
nav.dep_03 .m_09 a:hover::before {background-position: -400px bottom;}
nav.dep_03 .m_10.on a::before, 
nav.dep_03 .m_10 a:hover::before {background-position: -450px bottom;}
nav.dep_03 .m_11.on a::before, 
nav.dep_03 .m_11 a:hover::before {background-position: 0 bottom;}
nav.dep_03 .m_12.on a::before, 
nav.dep_03 .m_12 a:hover::before {background-position: -50px bottom;}

nav.dep_03 .on a, nav.dep_03 li[class*="m_"] a:hover {background-color:#d14146; color:#fff; }
nav.dep_03.full {padding-right:36px;}
nav.dep_03.full ul {height:56px;}
/* nav.dep_03.full ul:first-child {border-top:0 none;} */
nav.dep_03.full.push ul:not(:first-child) {display:block;}
nav.dep_03.full li+li+li+li a::before {border:0 none;}

nav.dep_03::after {display:block; content:""; clear:both;}
nav.dep_03 .normal li {
  display:block; 
  float:left;
  width: 25%;
}
nav.dep_03 [class*="btn_m"] {
  width:36px; 
  height:100%;
  position: absolute; 
  top:0; 
  right:0; 
  background-color: #fff;
  border-left: 1px solid #d14146;
  border-bottom: 1px solid #d14146;
}
nav.dep_03 [class*="btn_m"]::before {
  content:""; 
  display:block; 
  position: absolute; 
  width:0; 
  height:0; 
  top:50%; 
  left:50%; 
  margin-top:-3px; 
  margin-left:-5px;
  border-width:7px 5px; 
  border-style:solid; 
}
nav.dep_03 .btn_mup::before {
  margin-top: -10px;
  border-color:rgba(0,0,0,0) rgba(0,0,0,0) #666 rgba(0,0,0,0);
}
nav.dep_03 .btn_mdown::before {
  border-color:#666 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0); 
}

  /* 금융상품 s캐치펀드 */
 nav.fp02 a::before {background-image: url('../images/gnb_icon/fp_02.png');}
 nav.fp02 .m_07 .scatch {
  overflow: hidden;
  display: block;
  margin: 8px auto 0;
  width: 20px;
  height: 5px;
  text-indent: -100px;
  background: url('../images/gnb_icon/scatch.png') 0 0 no-repeat;
  -webkit-background-size: auto 50px;
  background-size: auto 50px;
 }
nav.fp02 .m_07.on .scatch {
  background-position: 0 bottom;
 }

 /* 이용안내 - 스마트데스크 추가로 사이즈 변경 2016-02-05 
nav.if06 .btn_mdown {display:none;}
nav.if06.dep_03.full {padding-right:0;}*/

 /* 3depth 메뉴별 이미지 */
nav.fp03 a::before {background-image: url('../images/gnb_icon/fp_03.png');}
nav.fp04 a::before {background-image: url('../images/gnb_icon/fp_04.png');}/* 2016-12-15 추가 */
nav.tr03 a::before {background-image: url('../images/gnb_icon/tr_03.png');}
nav.tr04 a::before {background-image: url('../images/gnb_icon/tr_04.png');}
nav.tr06 a::before {background-image: url('../images/gnb_icon/tr_06.png');}
nav.tr07 a::before {background-image: url('../images/gnb_icon/tr_07.png');}
nav.tr08 a::before {background-image: url('../images/gnb_icon/tr_08.png');} /* 2016-06-28 추가 */
nav.tr09 a::before {background-image: url('../images/gnb_icon/tr_09.png');} /* 2018-08-09 추가 */
nav.ii01 a::before {background-image: url('../images/gnb_icon/ii_01.png');}
nav.ii03 a::before {background-image: url('../images/gnb_icon/ii_03.png');}
nav.ii04 a::before {background-image: url('../images/gnb_icon/ii_04.png');}
nav.ii05 a::before {background-image: url('../images/gnb_icon/ii_05.png');}
nav.ed01 a::before {background-image: url('../images/gnb_icon/ed_01.png');}
nav.ed02 a::before {background-image: url('../images/gnb_icon/ed_02.png');}
nav.ed03 a::before {background-image: url('../images/gnb_icon/ed_03.png');}
nav.se01 a::before {background-image: url('../images/gnb_icon/se_01.png');}
nav.se02 a::before {background-image: url('../images/gnb_icon/se_02.png');}
nav.se03 a::before {background-image: url('../images/gnb_icon/se_03.png');}
nav.se04 a::before {background-image: url('../images/gnb_icon/se_04.png');}
nav.se09 a::before {background-image: url('../images/gnb_icon/se_09.png');}
nav.if04 a::before {background-image: url('../images/gnb_icon/if_041.png');}
nav.if04 .m_11 a::before,
nav.if04 .m_12 a::before {background-image: url('../images/gnb_icon/if_042.png');}
nav.if06 a::before {background-image: url('../images/gnb_icon/if_06.png');}
nav.if07 a::before {background-image: url('../images/gnb_icon/if_07.png');}
nav.if09 a::before {background-image: url('../images/gnb_icon/if_09.png');}
nav.my01 a::before {background-image: url('../images/gnb_icon/my_01.png');}

/* section */
section {
  -webkit-box-flex:1;
  box-flex:1;
  -webkit-flex-grow:1 !important;
  flex-grow:1 !important;
  margin-top: -1px !important;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-bottom: -1px;
  /* margin-bottom: -1px; */
}
section.home {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 1px;
}
.cont {
  background-color: #fff;
  border-top: 1px solid #e1e1e1;
}
section:not(.home)>.cont:not(.box):first-child,
section:not(.home) *:not(.top_title)+.cont:not(.box):first-of-type,
section:not(.home) h1.hidden+.cont:not(.box){
  border-top: 0;
} 
.cont.box,
.home .cont {
  overflow: hidden;
  margin: 10px 10px 0;
  background-color: #fff;
  border-radius:4px;
  border: 1px solid #e1e1e1;
}
.cont.box {
  /* border: 2px solid #8f8f8f; */
}
section .cont.box:last-of-type,
section .cont.box.last {
  margin-bottom: 13px;
}
.top_title + .cont ,
.h2 + .cont {
  margin-top: 0;
}
/* footer */
footer {
  position: relative;
  background-color: #ececec;
  /* margin-top: -1px; */
  padding: 0 15px 17px;
  border-top: 1px solid #e1e1e1;
  z-index: 2;
}
section.home~footer {
  border-top: 0 none;
}
footer .btn_area {
  /* margin-top: 10px; */
  /* border-top: 1px solid #e1e1e1; */
  padding-top: 20px;
  padding-bottom: 0;
  background-color: #ececec;
}
/* 2017-05-04 추가 */
footer .btn_area.btm {
  padding-top: 8px;
}
footer .btn_area a{
  width: auto;
  height: inherit;
  padding: 8px 4px 7px;
  font-weight: normal;
  border:1px solid #d9d9d9;
  color:#787878;
  background-color: #f5f5f5;
  font-size: 13px;
  line-height: 13px;
}
/* //2017-05-04 추가 */
footer .btn_area button{
  width: auto;
  height: inherit;
  padding: 8px 4px 7px;
  font-weight: normal;
  border:1px solid #d9d9d9;
  color:#787878;
  background-color: #f5f5f5;
  font-size: 13px;
  line-height: 13px;
}
footer .btn_area button+button {
  margin-left: 8px;
}
footer .copy {
  margin: 15px 0 0px;
}
footer .copy p {
  text-align: center;
  font-size: 10px;
  line-height: 1.3em; 
}
/* 비교하기버튼 */
.foot_btn {
  position: fixed;
  display: block;
  left: 0;
  bottom: 0 !important;
  width: 100%;
  height: 62px;
  padding-top: 20px;
  background-color: rgba(37,139,218,0.9);
  text-align: center;
  z-index:105;
}
.foot_btn span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color:#fff;
  font-size: 20px;
  background-color: transparent;
}
.foot_btn span:before {
  content:"";
  display: block;
  float: right;
  position: relative;
  width: 9px;
  height: 15px;
  margin-top: 4px;
  margin-left: 8px;
  background: url('../images/btn_ico_set.png') 0 -75px no-repeat;
  -webkit-background-size: 50px;
  background-size: 50px;
}

/* popup */
.popup {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient:vertical;  
  box-orient:vertical;  
  -webkit-flex-direction: column;
  flex-direction: column;
    -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content:center;
  justify-content:center;

  position: absolute;
  width: 100%;
  min-height: 100%;
  padding:25px 15px;
  z-index: 200;
  /* background-color: rgba(0,0,0,0.7); */
}
.popup section{
  display: block;
  position: relative;
  -webkit-box-flex:0;
  box-flex:0;
  -webkit-flex-grow:0 !important;
  flex-grow:0 !important;
  width: 100%;
  background-color: #fff;
  border: 2px solid #dcdcdc;
  border-radius:0;
  padding:0;
  margin:0;
}
.popup section > div:last-child {
  overflow: hidden;
  border-radius: 0;
  /*border-radius: 0 0 6px 6px;*/
}
.popup .h1 {
  margin-bottom: 0;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #d14146;
  color: #d14146;
  border-radius:6px 6px 0 0;
}
.popup .popup_close {
  position: absolute;
  overflow: hidden;
  display: block;
  width: 48px;
  height: 48px;
  top: -15px;
  right: -10px;
  background: url('../images/btn_close.png') 0 0 no-repeat;
  -webkit-background-size: 50px;
  background-size: 50px;
  text-indent: -100px;
}
.popup .btn_area {
  padding: 0;
  border-top: 1px solid #dcdcdc;
  border-radius:0 0 5px 5px;
}
.popup .cont + .btn_area {
  margin-top: 10px;
}
.popup .btn_area button { 
  width: 1%;
  border-left: 1px solid #dcdcdc;
  background-color:#f2f2f2;
  border-radius:0px;
  line-height: 1.3em;
  color:#555;
  margin-left: 0px;
}

.popup .btn_area button:first-child {
  border-left: 0;
 }
.popup .btn_area button.nbg{background-color:#d5d5d5;}
.popup .cont {
  max-height:400px;
  overflow-y:auto !important;
  padding: 20px 10px;
  border-top: 0;
  border-radius:5px;
}
.popup .cont>* {
  font-size: 16px;
  line-height: 1.5em;
}
.visual_bg {
  position: relative;
  display: block;
  padding-top: 10px;
  padding-bottom: 30px;
  /* border: 1px solid red; */
  text-align: center;
  color: #000;
  background-color: transparent;
}
.popup .cont .text {
  position: relative;
  display: block;
  padding: 0;
  background-color: transparent;
  color: #000;
  text-align: center;
  border: 0 none;
}
.popup .cont .text[class*="img_"] {
  padding-top: 150px;
}
.popup .cont .text[class*="img_"]:before {
  content:"";
  display: block;
  position: absolute;
}
.popup .cont .text.img_01:before {
  width: 131px;
  height: 131px;
  top: 0;
  left: 50%;
  margin-left:-66px;
  background: url('../images/bg_text_img_01.png') 0 0 no-repeat;
  -webkit-background-size: 150px;
  background-size: 150px;
}
.count_num {
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding: 10px;
  z-index: 100;
  background-color: transparent;
}
.count_num p {
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius:5px;
  background-color: rgba(0,0,0,0.6);
  color:#fff;
}










@charset "euc-kr";

/*title /////////////////////////////////////////////////////////////////////////*/
.h1 {
  margin-bottom: 10px;
  font-size: 20px;
  color:#000;
}
.h2 {
  padding: 20px 0px 10px 15px;
}
.h2 *{
  font-size: 14px;
  color:#000;
}
.h2 .num {
  padding-left: 5px;
}
.h2 .num:before {
  content:"(";
    padding-right: 1px;
  }
  .h2 .num:after {
    content:")";
padding-left: 1px;
}
.h2.bl {
  padding-top: 0;
  margin-top: 20px;
}
.h2.bl a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: flex;
}
.h2.bl a>span:first-child {
  display: block;
  position: relative;
  padding-left: 22px;
}
.h2.bl a>span:first-child:before {
  content:"";
  display: block;
  position: absolute;
  top: 50%;
  left: -3px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url('../images/icon_title.png') 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.h2.bl span.btn_more {
  margin-top: -10px;
  margin-bottom: -10px;
}
.h3 {
  position: relative;
  display: block;
  padding-left: 10px;
  font-size: 15px;
  color:#000;
  background-color: #fff;
}
.h3:before {
  content:"";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #000;
}
.h3 span {
  color:#8f8f8f;
}
.h4 {
  position: relative;
  display: block;
  color:#000;
  font-weight: bold;
}

/*class title*/
.title {
  display: block !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color:#000;
}
.fund .title {
  overflow:visible;
  white-space:normal;
}
.title * {
  color: #000;
}
.title + .det {
  margin-top: 6px;
}
.s_title {
  font-size: 14px;
}

/*top_title*/
.top_title {
  border-top: 1px solid #e1e1e1;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
}
section>.top_title:first-of-type {
  border-top:0;
}
.top_title .h2 {
  display: block;
  padding: 0px 0 9px 15px;
  font-size: 14px;
  color:#000;
  background-color: #f5f5f5;
}
.top_title .edge { margin-right:15px; font-size:14px; }


dt .title {
  font-size: 16px;
  -webkit-box-flex:1;
  box-flex:1;
  -webkit-flex-grow:1;
  flex-grow:1;
}
dt .val {
  font-size: 16px;
  font-weight: bold;
}
dd .title {
  font-size: 16px;
  -webkit-box-flex:1;
  box-flex:1;
  -webkit-flex-grow:1;
  flex-grow:1;
}


  /*icon ///////////////////////////////////////////////////////////////////////////*/
  .icon {
    display: inline-block;
    text-align: center;
    margin-right: 4px;
    padding: 4px 7px;
    font-size: 13px;
    line-height: 1em !important;
    border: 1px solid #000;
    white-space: nowrap;
  }
  .icon_r {
    display: inline-block;
    text-align: center;
    margin-right: 4px;
    padding: 4px 7px;
    font-size: 13px;
    line-height: 1em !important;
    border: 1px solid #000;
    border-radius:15px;
    white-space: nowrap;
  }
  .icon+span,
  .icon_r+span {
    margin-left: 5px;
  }
  .icon+.icon {
    margin-left: 0;
  }
  .icon_r[class*=f_],
  .icon[class*=f_]{
    padding: 5px 7px;
    border: none;
    color:#fff;
  }
  .b_yel {
    color: #f2c705;
    border-color: #f2c705;
  }
  .f_yel {
    background-color: #f2c705;
  }
  .b_green {
    color: #4e8a61;
    border-color: #4e8a61;
  }
  .b_gray {
    color:#8f8f8f;
    border-color: #8f8f8f;
  }
  .f_green {
    background-color: #4e8a61;
  }
  .b_navy {
    color:#002664;
    border-color: #002664;
  }
  .f_navy {
    background-color: #002664 !important;
  }
  .b_violet {
    color:#ab72cc;
    border-color: #ab72cc;
  }
  .f_violet {
    background-color: #ab72cc;
  }
  .f_pink { background-color:#de6d72; }
  .icon_list .rflex {
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
  }
  .icon_list .rflex li {
    margin: 0px 4px 4px 0;
  }

  /*banner //////////////////////////////////////////////////////////////////////////*/
  .banner {
    padding:10px;
  }

  /*search_box ///////////////////////////////////////////////////////////*/
  .search_box {
    position: relative;
    padding: 10px 10px;
    background-color: #f5f5f5;
  }
  .search_box.bgf {
    padding-bottom: 0;
  }
  .search_box .input {
    position: relative;
    border: 1px solid #8f8f8f;
    border-radius:3px;
    background-color: #fff;
    color:#8f8f8f;
  }
  .search_box input {
    width: 100%;
    height: 35px;
    padding-left: 15px;
    font-size: 15px;
    border:0 none;
    border-radius:3px;
    color:#000;
  }
  .search_box .src {
    overflow: hidden;
    position: absolute;
    top: 3px;
    right: 2px;
    width: 30px;
    height: 30px;
    background-color: #8f8f8f;
    background-image: url('../images/btn_search.png');
    -webkit-background-size: 35px;
    background-size: 35px;
    background-position: -2px -2px;
    background-repeat: no-repeat;
    text-indent: -100px;
    z-index: 2;
  }
.src_det {
    position: relative;
    width:auto; 
    height:40px;
    padding:0 10px; 
    margin-left: 10px;
    border-radius:3px;  
    background-color: #acacac;
    color:#fff;
  }
  /*search_box 활성화 */
  .search_box .input.on {
    border-color: #288bd8;
  }
  .search_box .on .src {
    background-color: #288bd8;
  }
.search_box { margin:0; }
.search_box+.search_box { padding-top:0; }
.search_box input { height:38px; padding:0px 10px 0px 10px; line-height:1; }
.search_box .src { top:5px; }
.search_box [class^="flg"]+[class^="flg"],
.search_box .select+.select,
.search_box .select+.input,
.search_box .input+.input,
.search_box .input+.select { margin-left:10px; }
.search_box .select.type_02 div p a { border-color:#8f8f8f; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.search_box .select.type_02 div p a:before { border-top-color:#8f8f8f; }
.search_box [class^="flg"],
.search_box .input[class^="flg"],
.search_box .select[class^="flg"] { width:1%; }
  /*유사검색어*/
  .key_over {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0 10px;
    top: 52px;
    left: 0;
    z-index: 10;
    background-color: transparent;
  }
  .key_over ul {
    overflow: hidden;
    display: block;
    width: 100%;
    background: #fff;
    border:1px solid #8f8f8f;
    border-radius:3px;
  }
  .key_over ul li {
    background-color: transparent;
  }
  .key_over ul li:first-child {
    border-radius: 3px 3px 0 0; 
  }  
  .key_over ul li:last-child {
    border-radius: 0 0 3px 3px; 
  }
  .key_over ul li a {
    border-top: 1px solid #e1e1e1;
    display: block;
    padding:10px 14px;
    color:#000;
  }
  .key_over ul li:first-child a{
    border-top: 0 none;
  }

  .info_list .btn_search {
    overflow: hidden;
    text-indent: -100px;
    width: 28px;
    height: 28px;
    background-color: #c9c9c9;
    background-image: url('../images/btn_search.png');
    -webkit-background-size: 35px;
    background-size: 35px;
    background-position: -3px -3px;
    background-repeat: no-repeat;
  }
  .info_list .btn_close {
    overflow: hidden;
    text-indent: -100px;
    width: 28px;
    height: 28px;
    margin-top: -1px;
    background-color: #fff;
    background-image: url('../images/btn_close.png');
    -webkit-background-size: 50px;
    background-size: 50px;
    background-position: -2px -52px;
    background-repeat: no-repeat;
    border-radius:14px;
    border: 2px solid #c9c9c9;
  }
  .info_list .btn_search,
  .info_list .btn_close {
    margin-left: 3px;
  }


  /*star_point //////////////////////////////////////////////////*/
  .fund_det .star_point {
    margin-top: 15px;
  }
  .star_point span {
    position: relative;
    display: block;
    /*overflow: hidden;*/
    text-indent: -1000px;
    width: 15px;
    min-width: 15px;
    height: 15px;
    margin-left: 2px;
    background-color: #bdbdbd;
    background-image:url('../images/icon_star.png');
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat:no-repeat;
  }
  .star_point span:before {
    content:"";
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    width: 13px;
    height: 13px;
    border: 2px solid #fff;
  }
  .star_point span.on {
    background-color: #288bd8;
  }

  /*radio / checkbox /////////////////////////////////////////////////////////////////////*/
  input[type="radio"],
  input[type="checkbox"]{
    display:inline-block; 
    position: relative;
    top: 0;
    left: 0;
    border: 0 none;
    background: transparent;
    vertical-align:middle;
    outline: 0 none;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  input[type="radio"] {
   width: 22px;
    height: 22px; 
    background-image: url('../images/icon/bg_radio.png');
    -webkit-background-size: 22px;
    background-size: 22px;
  }
  input[type="radio"]:checked {background-position: 0 -50px;}
  input[type="checkbox"]{
    width: 21px;
    height: 21px;
    border: 1px solid #aeafb0;
    background: #fff url('../images/icon/bg_checkbox.png') -1px top;
    border-radius:4px;
    -webkit-background-size: 21px;
    background-size: 21px;
  }
input[type="checkbox"]:checked 
  {
   background-color: #d14146;
   border: 1px solid #d14146;
   background-position: -1px -51px;
 }
 .icon_list .round_title+input[type="checkbox"] {
  margin-left: 6px;
  margin-top: -2px;
 }

label { margin-right:20px; display:inline-block; }
label {padding-left: 30px; text-indent: -30px;}
label.dong {padding-right: 30px; text-indent: -30px;}
input+label {padding-left: 0; text-indent:0;}
.rflex>label {display: block;}
label input[type="radio"], 
label input[type="checkbox"] { margin-right:10px; top:-2px; }

.input_list {
  margin-top: 20px;
}
.input_list li {
  padding: 8px 0 8px 2px;
}
.input_list li label {
  margin-left: 10px;
  color:#000;
}
.input_list li label span {
  color: #666;
}
.input_list.fixed_bottom {position:fixed;padding:0 15px;bottom:75px;z-index:3}

.input.type_02 { line-height:1; }

.fieldset_box { margin-top:15px; display:-webkit-box; display:-ms-box; display:-moz-box; display:-webkit-flex; display:flex; }
.fieldset_box:first-child { margin-top:0; }
.fieldset_box>div { margin-left:10px; -webkit-box-flex:1; box-flex:1; -webkit-flex-grow:1; flex-grow:1; width:1%; line-height:40px !important; }
/*.fieldset_box>div:not(.flg_0) { 
  margin-left:10px; 
  -webkit-box-flex:1; 
  box-flex:1; 
  -webkit-flex-grow:1; 
  flex-grow:1; 
  width:1%; 
  line-height:40px; 
}*/
.fieldset_box>div:first-child { margin-left:0; }
.fieldset_box .label { display:-webkit-box; display:-ms-box; display:-moz-box; display:-webkit-flex; display:flex; -webkit-align-items:center; align-items:center; -webkit-box-align:center; box-align:center; -webkit-box-flex:0; box-flex:0; -webkit-flex-grow:0; flex-grow:0; width:5em; font-size:15px; line-height:1; color:#000; }
.fieldset_box .text { -webkit-box-flex:0; box-flex:0; -webkit-flex-grow:0; flex-grow:0; width:auto; }
.fieldset_box .select+.text { margin-left:5px; }
.fieldset_box .hyphen { position:relative; margin-left:15px !important; overflow:visible !important; }
.fieldset_box .hyphen:before { content:"-"; position:absolute; top:-1px; left:-16px; width:15px; font-size:16px; line-height:40px; text-align:center; }
.fieldset_box.line_feed .label { margin-top:13px; -webkit-align-items:flex-start; align-items:flex-start; -webkit-box-align:start; box-align:start; }

/*simbol //////////////////////////////////////////////////////////////////////////*/
.simbol {
  display: block;
  width: 22px;
  flex:0 0 auto;
  -webkit-flex:0 0 auto;
  height: 22px;
  margin-right: 10px;
  border-radius:12px;
  background-color: purple;
  color: #fff;
  text-align: center;
  padding-top: 3px;
}

/*icon_menu*/
.icon_menu {
  overflow: hidden;
}
.icon_menu li {
  float: left;
  width: 50%;
  border-left: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
}
.icon_menu li:nth-child(odd) {
  border-left: 0 none;
}
.icon_menu li:nth-child(-n+2) {
  border-top: 0 none;
}
.icon_menu li a {
  overflow: hidden;
  padding: 12px 15px;
  display: block;
/*  display:-webkit-flex;
  display:flex;
  -webkit-flex-direction:row;
  flex-direction:row;
  -webkit-align-items: center;
  align-items: center;*/
}
.icon_menu li a span {
  display: inline-block;
  float: left;
  padding: 4px 0 0 0px;
}
.icon_menu .icon {
  width: 23px;
  height: 23px;
  padding: 0;
  border: 1px solid #f2c911;
  border-radius:12px;
  margin-right: 6px;
}
.icon_menu .icon.download {
  position: relative;
  float: right;
  width: 44px;
  height: 44px;
  margin-right: 10px;
  background-color: #333;
  border:0 none;
  border-radius:10px;
}
.icon_menu .icon.download:before {
  content:"";
  position: absolute;
  display: block;
  top:24px;
  left:34px;
  width: 26px;
  height: 26px;
  border-radius:13px;
  background-color: rgba(40,139,216,0.9);
}
.icon_cal {
  position: relative;
  padding-left: 28px;
}
.icon_cal:before {
  content:"";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 22px;
  background: url('../images/icon_title.png') 0 -202px no-repeat;
  -webkit-background-size: 20px;
  background-size: 20px;
}
/*select/////////////////////////////////////////////////////////*/
select {
	width:100%;
	height:38px;
}
.select {
  display: inline-block;
}
.select>div {
  position: relative;
  display:block;
}
.ie7 .select>div {
  display: inline;
}
.ui-dropdown2,
.ui-dropdown1,
.ui-dropdown {
  position: relative;
}
/*value*/
.select div p a {
  position: relative;
  display: block;
  white-space:nowrap;
}
.ui-dropdown1-select:before,
.select div p a:before {
  content:"";
  display: block;
  position: absolute;
}
/*option*/
.select .option_box {
  position: absolute;
  display: none;
  min-width: 100%;
  z-index: 502;
  /* background-color: #fff; */
}
.ui-dropdown .ui-dropdown-list,
.select.type_01 .option_box,
.select.type_03 .option_box {
  position: absolute;
  top: 0;
  right:0;
  z-index: 506;
}
.select div span {
  display: block;
  min-width:100px;
  padding:5px 15px 5px 10px;
  text-align: left;
  word-wrap: initial;
}
.select div li.on span {
  background-color: #000;
  color:#fff;
}
/*type_01*/
.ui-dropdown .ui-dropdown-select,
.select.type_01 div p a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width:134px;
  max-width: 140px;
  height: 35px;
  line-height: 32px;
  padding:0px 25px 0px 15px;
  background-color: #fff;
  border:2px solid #c9c9c9;
  border-radius:18px;
  font-size: 13px;
}
.ui-dropdown-select:before,
.select.type_01 div p a:before {
  top: 50% !important;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: -3px !important;
  border-top: 6px solid #c9c9c9;
  border-right: 4px solid rgba(255,255,255,0);
  border-left: 4px solid rgba(255,255,255,0);
}
/* .ui-dropdown .ui-dropdown-list,
.select.type_01 .option_box {
  overflow: hidden !important;
  border:2px solid #c9c9c9;
  border-radius:18px;
  background-color: #fff;
} */
.ui-dropdown .ui-dropdown-list,
.select.type_01 .option_box {
  overflow: hidden !important;
  background-color: transparent;
  background-color:#fff;
  border-radius:18px;
}
/* .ui-dropdown .ui-dropdown-list ul, {
  display:block;
  border-radius:16px;
  max-height:175px;
  overflow-x:auto;
  background-color: #fff;
} */
.ui-dropdown .ui-dropdown-list ul,
.select.type_01 .option_box ul {
  display:block;
  border-radius:18px;
}
.ui-dropdown1 .ui-dropdown1-list,
.select.type_02 .option_box {
  overflow: hidden !important;
  background-color:#fff;
  height:auto;
  border-radius:3px;
}
.ui-dropdown1 .ui-dropdown1-list ul,
.select.type_02 .option_box ul {
  display:block;
  border-radius:3px;
  max-height:280px;
  overflow-x:auto;
  border:1px solid #8f8f8f;
  background-color: transparent;
}
/* .ui-dropdown-list li,
.select.type_01 div li span {
  position: relative;
  overflow: hidden;
  min-height: 24px;
  height: 35px;
  padding:0px 15px 0px 15px;
  font-size: 13px;
  border-bottom: 1px solid #e1e1e1;
  background-color: transparent;
  background-color: #fff;
  line-height: 34px;
} */
.select.type_01 div li { 
  background-color: transparent;
}
.ui-dropdown-list li,
.select.type_01 div li span {
  overflow: hidden;
  min-height: 24px;
  height: 35px;
  padding:0px 15px 0px 15px;
  font-size: 13px;
  border-width:0 2px 1px 2px;
  border-style:solid;
  border-color:#C9C9C9;
  background-color: transparent;
  line-height: 34px;

}
.ui-dropdown-list li:first-child,
.select.type_01 div li:first-child span {
  border-top:2px solid #c9c9c9 !important;
  border-top-left-radius:16px;  
  border-top-right-radius:16px;
  line-height: 32px;
}
.ui-dropdown-list li:last-child,
.select.type_01 div li:last-child span {
  border-bottom-width:2px !important;  
  border-bottom-left-radius:16px;  
  border-bottom-right-radius:16px;
  line-height: 32px;
}
.ui-dropdown-list li.selected,
.select.type_01 div li.on span {
  background-color:rgba(0,0,0,0.1);
  color:#666;
}
.select.type_01 .slt_close {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 2px;
  right: 2px;
  width: 30px;
  height: 28px;
  text-indent: -1000px;
  background-color: transparent;
}
.select.type_01 .slt_close:before {
  content:"";
  position: absolute;
  display: block;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: -2px;
  border-bottom: 6px solid #8f8f8f;
  border-right: 4px solid rgba(255,255,255,0);
  border-left: 4px solid rgba(255,255,255,0);
}
/*type_02*/
.select.type_02{
  display: block;
}
/* select */
.ui-dropdown1 .ui-dropdown1-select,
.select.type_02 div p a {
  position: relative;
  overflow:hidden; 
  height: 40px;
  padding:0px 30px 0px 10px;
  background-color: #fff;
  border:1px solid #8f8f8f;
  border-radius:3px;
  font-size: 15px;
  color:#000;
  line-height:40px; 
  vertical-align: middle;
  white-space:initial; 
  word-break:break-word;
}
.select.type_02 div p a {
}
.search_box .select.type_02 div p a {
  min-width: 100px;
}
.ui-dropdown1 .ui-dropdown1-select:before,
.select.type_02 div p a:before {
  top: 16px;
  right: 10px;
  width: 0;
  height: 0;
  border-top: 6px solid #8f8f8f;
  border-right: 4px solid rgba(255,255,255,0);
  border-left: 4px solid rgba(255,255,255,0);
}
.select.type_02 .slt_close {
  display: none;
}
.ui-dropdown1 .ui-dropdown1-list,
.select.type_02 .option_box {
  top: 45px;
  /*overflow: hidden;*/
  /* border:1px solid #8f8f8f; */
  border:0;
}
.select.type_02 div li { 
  background-color: transparent;
}
.ui-dropdown1 .ui-dropdown1-list li,
.select.type_02 div li span {
  min-height: 40px;
  padding:11px 15px 0px 15px;
  font-size: 15px;
  border-bottom: 1px solid #e1e1e1;
  line-height: 1em;
  background-color: transparent;
}
.ui-dropdown1 .ui-dropdown1-list li:last-child,
.select.type_02 div li:last-child span {
  border-bottom:0; 
}
.ui-dropdown1 .ui-dropdown1-list li.selected,
.select.type_02 div li.on span {
  background-color:rgba(0,0,0,0.1);
  color:#000;
}
/* .ui-dropdown-list ul li:last-child, 
.ui-dropdown1-list ul li:last-child, 
.select div ul li:last-child span {
  border-bottom: 0;
} */

/*input type=text*/
.input { line-height:1 !important; }
.input.type_02 {
  overflow: hidden;
  display: block;
  background-color: #fff;
  border:1px solid #8f8f8f;
  border-radius:3px;
}
.input.type_02 input,
.input.type_02 textarea {
  display: inline-block;
  width:100%;
  height: 38px;
  padding:0px 10px 0px 10px;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1em;
  color:#000;
  background-color: #fff;
  border: 0 none;
  border-radius:3px;
}
.input.type_02 textarea {
  overflow-x:hidden;
  overflow-y:auto;
  padding: 10px;
  height: 130px;
}
/*hyphen box*/
.hyp_box>div{
  position: relative;
  -webkit-box-flex:1;
  box-flex:1;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 1%;
  margin-left: 16px;
}
.hyp_box>div:first-child{
  margin-left: 0;
}
.hyp_box>div:before {
  content:"-";
  display: block;
  position: absolute;
  top: 13px;
  left: -11px;
  color:#595959;
}
.hyp_box>div:first-child:before {
  display: none;
}
.form_box >div {
  margin-top: 10px;
}
/* tab */
.tab_gray {
  overflow: hidden;
  margin: 0 10px;
  /* border: 1px solid #acacac;
  border-radius:3px; */
}
.tab_gray ul {
  border-radius:3px;
}
.cont .tab_gray {
  margin: 0 15px;
}
.tab_gray li {
  width: 1%;
  -webkit-box-flex:1;
  box-flex:1;
  -webkit-flex-grow:1 !important;
  flex-grow:1 !important;
  background-color:#fff;
  border: 1px solid #acacac;
  border-left:0;
}
.tab_gray li:first-child {
  border-left: 1px solid #acacac;
  -webkit-border-top-left-radius:3px;
  -webkit-border-bottom-left-radius:3px;
  border-top-left-radius:3px;
  border-bottom-left-radius:3px;
}
.tab_gray li:last-child {
  -webkit-border-top-right-radius:3px;
  -webkit-border-bottom-right-radius:3px;
  border-top-right-radius:3px;
  border-bottom-right-radius:3px;
}
.tab_gray li>* {
  display: block;
  text-align: center;
  padding: 1px 0 0 0;
  height: 30px;
  line-height: 30px;
  vertical-align: top;
  font-size: 14px;
  /* border-left: 1px solid #acacac; */
  background-color:transparent;
}
.tab_gray li:first-child>*{
  border-left: 0 none;
}
.tab_gray .on {
  background-color: #acacac;
  border:0;
}
.tab_gray .on>a {
  font-weight: bold;
  color:#fff;
  height:32px;
  line-height: 32px;
}
/*tab default style*/
.tab {
  background-color: #fff;
}
.tab li {
  -webkit-box-flex:1;
  -box-flex:1;
  -webkit-flex-grow:1 !important;
  flex-grow:1 !important;
}
.tab li a {
  display: block;
  padding: 1px 12px 0px;
  color: #8f8f8f;
  text-align: center;
  height: 41px;
  line-height: 41px;
}
/*type_01*/
.tab.type_01 {
  position: relative;
  border-top: 1px solid #8f8f8f;
  border-bottom: 1px solid #8f8f8f;
  z-index: 2;
}
.tab + .cont:not(.box){
  border-top: 0;
}
.tab.type_01 .rflex li {width:1%; }/* 크기고정 */
.tab.type_01 li a {
  border-left: 1px solid #e1e1e1;
  font-size: 15px;
}
.tab.type_01 li:first-child a {
  border-left: 0 none;
}
.tab.type_01 li.on a {
  background-color: #8f8f8f;
  color: #fff;
  font-weight: bold;
}
.tab.type_01 li.on + li a {
  border-left: 0 none;
}
/*type_01 over*/
.tab.type_01.over {
  position: relative;
}
.tab.type_01.over ul {
  overflow: hidden;
  position: relative;
  left: 30px;
  height: 41px;
  z-index: 1;
}
.tab.type_01.over li {
  display: block;
  float: left;
}
.tab.type_01.over li a {
  /*padding: 12px;*/
}
.tab.type_01.over button {
  position: absolute;
  top: 0;
  width: 30px;
  height: 41px;
  background-color: #fff;
  z-index: 2;
  background-image: url('../images/arrow_tab_01.png');
  background-repeat: no-repeat;
  -webkit-background-size: 9px;
  background-size: 9px;
}
.tab.type_01.over button.right {
  right:0;
  border-left: 1px solid #8f8f8f;
  background-position: 12px 14px;
}
.tab.type_01.over button.left {
  left: 0;
  border-right: 1px solid #8f8f8f;
  background-position: 9px -36px;
}
/*type_02*/
.tab.type_02 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #e1e1e1;
}
.tab.type_02 li a {
  position: relative;
}
.tab.type_02 li.on a {
  color: #000;
}
.tab.type_02 li a:before {
  content:"";
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  width: 1px;
  height: 12px;
  background-color: #e1e1e1;
}
.tab.type_02 li:first-child a:before {
  display: none;
}
/*tab type round*/
.round_tab {
  margin-top: 10px;
  background-color: transparent;
}
.round_tab ul {
  position: relative;
}
.round_tab ul li {
  position: relative;
  width: 46px;
  height: 46px;
  border-radius:23px;
  background-color: #acacac;
  -webkit-box-shadow: inset  0px 2px  0 0 #929292;
  box-shadow: inset  0px 2px  0 0 #929292;
  z-index: 2;
}
.round_tab ul:before {
  content:"";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  width: 100%;
  height: 5px;
  background-color: #acacac;
  -webkit-box-shadow: inset  0px 2px  0 0 #8c8c8c;
  box-shadow: inset  0px 2px  0 0 #8c8c8c;
  z-index: 1;
}
.round_tab ul li a {
  position: absolute;
  display: table;
/*  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column;
    -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
   align-items: center;*/
  top: 3px;
  left: 3px;
  width: 40px;
  height: 40px;
  border-radius:20px;
  padding:0 5px;
  text-align: center;
  font-size: 13px;
}
.round_tab ul li a span {
  display:table-cell;
  width: 20px;
  /*padding-top: 13px;*/
  vertical-align:middle;
  color:#fff;
  background-color: transparent;
}
.round_tab ul li.on a {
  /*border:1px solid #797979;*/
  -webkit-box-shadow: 0px 2px  0 0 #797979;
  box-shadow: 0px 2px  0 0 #797979;
  font-weight: bold;
}
.round_tab.type_01 ul li.on a {
  background-color: #b188ee;
}
.round_tab.type_02 ul li.on a {
  background-color: #8fa0f1;
}

.btn_list_more {
  display: block;
  width: 100%;
  padding: 11px 0 10px;
  background-color: #f5f5f5;
  text-align: center;
  font-size: 13px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 0 none;
  /*border-bottom: 1px solid #e1e1e1;*/
}
.btn_list_more span {
  display: inline-block;
  padding-bottom: 1px;
}

/* 자산현황  my Header 이어지는 Box */
.top_box { padding:25px 15px; border-top:1px solid #fff; background-color:#d14146; color:#fff; }
.top_box .txt_flag { border-color:#fff !important; color:#fff !important; background-color:transparent !important; }

.top_box .select { float:right; }
.top_box .ui-dropdown-select,
.top_box .select div p a {
    max-width:90px; 
    min-width:90px; 
    border-color:#fff; 
    background-color:#d14146; 
    color:#fff; 
    white-space:initial; 
}
.top_box .ui-dropdown-select:before,
.top_box .select div p a:before { 
    border-top-color:#fff; 
}
.top_box .select .slt_close:before { border-bottom-color:#fff; }

.top_box .ui-dropdown .ui-dropdown-list ul, 
.top_box .select.type_01 .option_box ul {
  background-color:#d14146;
}
.top_box .ui-dropdown-list li,
.top_box .select div li span { 
  min-width:90px; 
  background-color: #d14146;
}
.top_box .ui-dropdown-list li, 
.top_box .select.type_01 div li span {
 border-color:#fff !important;
}
.top_box .ui-dropdown-list li.selected,
.top_box .select div li.on span { 
  color:#fff; 
  background-color:rgba(255,255,255,.3); 
}
.top_box .btn_fat { border-color:#fff; background-color:transparent; color:#fff; }

.top_box .input.type_02 { background-color:transparent; border:2px solid #f2c911; border-radius:3px;  }
.top_box .input.type_02 input { background-color:transparent; color:#fff; height:27px; font-size:13px; line-height:1; padding-top:4px; }
.top_box *::-webkit-input-placeholder {color:#fff;}

.input.type_02.my_01 { width:90px; }










@charset "euc-kr";

/*list //////////////////////////////////////////////////////////////////////////*/
dt>* {
  display: block;
}
.list dt > * {
  padding: 9px 0px 9px 10px;
  min-height: 45px;
} 
.list dd {
  border-top: 1px solid #e3e3e3;
}
.cont>.box {
  padding: 22px 15px 25px;
}
.list  li>*:not(span){
  min-height: 35px;
  padding: 6px 15px;
}
.list dt .t_line {
  display: block;
  margin-top: 4px;
}

/*list img*/
.banner .img,
.list .img {
  flex: 0 0 75px;
  -webkit-flex: 0 0 75px;
  height: 60px;
  margin-right: 10px;
  background-color: skyblue;
}
.banner .img img,
.list .img img {
  width: 75px;
  height: 60px;
}
.cont.box .list.fund,
.home .cont .list.fund,
.asd_c .cont .list.fund { 
  -webkit-border-radius:4px; 
  border-radius:4px; 
}
.list.fund dd>ul> li,
.list.img li,
.list.movie li {
  display: block;
  border-top: 1px solid #e0e0e0;
}
.list.img li>* {
  padding-top: 10px;
  padding-bottom: 10px;
}
.list.movie li:first-child,
.list dd ul li:first-child {
  border-top: 0 none;
}
/*list account*/
.list.img.acc dd .title {
  font-weight: bold;
}
.img[class*="acc_"] {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  width: 56px;
  height: 56px;
  margin: 2px 19px 2px 10px;
  border-radius:28px;
  border:none;
}

/*list movie*/
.list .movie {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100px;
  height: 70px;
  margin-right: 10px;
  /*background-color: pink;*/
}
.home .list .movie {
  width: 80px;
  height: 55px;
}
.list.movie li>* {
  padding-top: 16px;
  padding-bottom: 16px;
}
.list.movie dd .title {
  white-space:normal;
}
.list.movie .movie {
  position: relative;
  overflow: hidden;
}
.list.movie .movie img {
  width: 100%;
}
.list.movie .title {
  line-height: 1.5em;
}
.list.movie .play {
  display: block;
  position: absolute;
  right: 0;
  bottom:0;
  width: 58px;
  height: 21px;
  padding: 5px;
  background-color: rgba(0,0,0,0.6);
  z-index: 2;
  color:#fff;
  font-size: 11px;
  text-align: right;
}
.list.movie .play:before {
  content:"";
  position: absolute;
  display: block;
  top: 3px;
  left: 5px;
  width: 15px;
  height: 15px;
  background: url('../images/icon_movie.png') 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

/*full_line*/
.list.full_line li>* {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content:center;
  justify-content:center;
}
/*fund*/
/*.fund>li.on+li,*/
.list.fund>li {
/*  margin-left: -1px;
  margin-right: -1px;*/
}
.fund>li:first-child {
  border-top: 0 none;
}
.fund>li>a,
.fund>li>div.cflex {
  display: block;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
/*.list.fund>li,*/
.list.fund>li>div:not(.list_over) {
  border: 2px solid #fff;
}
.cont.box .list.fund>li:first-child>div:not(.list_over),
.home .cont .list.fund>li:first-child>div:not(.list_over),
.asd_c .cont .list.fund>li:first-child>div:not(.list_over) {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.cont.box .list.fund>li:last-child>div:not(.list_over), 
.home .cont .list.fund>li:last-child>div:not(.list_over),
.asd_c .cont .list.fund>li:last-child>div:not(.list_over) {
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.list.fund>li,
.fund>li {
  position: relative;
  border-top: 1px solid #e1e1e1;
  margin-top: -1px;
  z-index: 1;
}
.fund>li:first-child {
  border-top: 0;
  margin-top: 0;
}
.cont.box .fund>li:first-child,
.home .cont .fund>li:first-child,
.asd_c .cont .fund>li:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.cont.box .fund>li:last-child,
.home .cont .fund>li:last-child,
.asd_c .cont .fund>li:last-child {
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.fund>li>a:before,
.fund>li>div.cflex:before {
  content:"";
  display: block;
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 0;
  height: 0;
  border-width:6px 6px 6px 6px;
  border-color: transparent #c9c9c9 #c9c9c9 transparent;
  border-style: solid;
}
.cont.box .fund>li:last-child>a:before,
.cont.box .fund>li:last-child>div.cflex:before,
.home .cont .fund>li:last-child>a:before,
.home .cont .fund>li:last-child>div.cflex:before,
.asd_c .cont .fund>li:last-child>a:before,
.asd_c .cont .fund>li:last-child>div.cflex:before {
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
}
.fund.n_open>li>div.cflex:before {
  display: none;
}
/*.fund>li.on,*/
.fund>li.on {
  /* border-top: 1px solid #288bd8; */
  border-top:0;
  z-index: 2;
}
.fund>li.on>a,
.fund>li.on>div.cflex {
  /* border-width:1px 2px 2px 2px; */
  border-width:2px 2px 2px 2px;
  border-color:#288bd8;
  border-style: solid;
/*  margin:-2px 0px 0;
  padding: 15px 13px 14px;*/
}
.list.fund>li.on>a,
.list.fund>li.on>div.cflex {
  padding-top: 21px;
}
.list.fund>li:first-child.on>a,
.list.fund>li:first-child.on>div.cflex {
  padding-top: 20px;
}
.fund>li.on>div.cflex:before {
  border-color:transparent #288bd8 #288bd8 transparent;
}
.box .fund>li:first-child,
.box .fund>li:first-child>div.cflex {
  border-radius:3px 3px 0 0;
}
.box .fund>li:last-child,
.box .fund>li:last-child div.cflex {
  border-radius:0 0 3px 3px;
}
.list .list_over {
  z-index: 2;
  /*margin-bottom: 2px;*/
}
.list li .list_over {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: -1px;
}
.list_over {
  position: relative;
  display: none;
  padding-top: 15px;
  padding-bottom: 15px;
  /*margin-bottom: 1px;*/
  background-color: #f2f2f2;
  border-top: 1px solid #8f8f8f;
  border-bottom: 1px solid #8f8f8f;
  -webkit-box-shadow: inset 0px 1px  0 0 #cecece;
  box-shadow: inset 0px 1px  0 0 #cecece;
}
.box .list_over {
  border-left: 1px solid #8f8f8f;
  border-right: 1px solid #8f8f8f;
}
.list_over.on {
  display: block;
}
.list_over.on:after,
.list_over.on:before {
  content:"";
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 8px 10px 8px;
  border-color: rgba(255,255,255,0)  rgba(255,255,255,0)  #8f8f8f  rgba(255,255,255,0);
  z-index: 10;
}
.list_over.on:after {
  top: -8px;
  border-bottom-color: #f2f2f2;
}
.box  .list_over {
  margin-left: -1px;
  margin-right: -1px;
  /*margin-bottom: -1px;*/
}
.list_over .btn_area {
 margin-top: 15px;
 padding: 0;
 background-color: #f2f2f2;
}
.list_over .btn_area button {
  height: 30px;
  line-height: 29px;
  margin-left: 5px;
  padding: 0;
  font-size: 13px;
  font-weight: normal;
  border:1px solid #8f8f8f;
  background-color: #fff;
}
.list_over .btn_area button.disabled {
  border:1px solid #8f8f8f !important;
  background-color: #fff !important;
  color: #666 !important;
  opacity:0.5;
}
.list_over .btn_area button:first-child {
  margin-left: 0px;
}



.fund .title {
  font-size: 17px;
  line-height:1.4em;
  font-weight: bold;
}
.fund dt .title {
  -webkit-box-flex:0;
  box-flex:0;
  -webkit-flex-grow:0;
  flex-grow:0;
  font-weight: normal;
  font-size: 15px;
}
.fund .name {
  margin: 7px 0px 10px 0;
  align-items:flex-start;
  -webkit-align-items:flex-start;
}
.fund .name .val {
  text-align: right;
  padding-left: 10px;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  font-size: 17px;
  font-weight: bold;
  color:#000;
}
.fund .rate {
  padding: 0;
  /*margin-bottom: 8px;*/
}
.fund .sum {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.5em;
}

/*수익률*/
.rate ul {
  -webkit-box-pack:justify;
  box-pack:justify;
  -webkit-justify-content:space-between;
  justify-content:space-between;
}
.rate li {
}
.rate * {
  font-size: 11px;
}
.rate li>* {
  padding: 0;
  min-height: inherit;
}
.rate span+span {
  display: inline-block;
  margin-left: 5px;
  color:#000;
}
/*education*/
.edu>ul>li {
  padding: 10px 0;
  border-top: 1px solid #ccc;
}
.edu ul * {
  line-height: 1.5em;
}
.edu .title {
  font-size: 16px;
}
.edu .btn_fline{
  margin-top: 10px;
}

/*count*/
.num_ {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 4px;
  padding-top: 6px;
  background-color: gray;
  border-radius:12px;
  font-size: 11px;
  color: #fff;
  line-height: 1em !important;
  text-align: center;
}
.title+.num_ {
  margin-left: 8px;
}
.list ol li:nth-child(odd){
  background-color: #f8f8f8;
}
.list ol .num {
  display: inline-block;
  width: 22px;
  /*min-width:22px;*/
  flex:0 0 auto;
  -webkit-flex:0 0 auto;
  height: 22px;
  margin-right: 10px;
  margin-left: 0;
  padding-top: 5px;
  line-height: 1em;
  background-color: gray;
  color: #fff;
  text-align: center;
  border-radius:3px;
}
.list ol li:first-child .num {
  background-color: #f2c911;
}

/*home slide //////////////////////////////////////////////////////////////////////////*/
.home_slide dt a {
  border-bottom: 0 none;
}
.home_slide dd {
  /*border-top: 0 none;*/
}
.home_slide dd a {
 /* display: block;*/
  padding: 0 10px;
}
.home_slide dd {
  position: relative;
}
.home_slide .img {
  width: inherit;
  min-height: 122px;
  margin: 0 0 12px 0;
}
.home_slide .img img{
  width: 100%;
}

/*stock //////////////////////////////////////////////////////////////////////////*/
.stock li  {
  -webkit-box-flex:1;
  box-flex:1;
  -webkit-flex:1 50%;
  flex:1 50%;
}
.stock li a {
  display: block;
  border-left: 1px solid #e3e3e3;
  padding: 10px;
}
.stock li:first-child  a{
  border-left: 0 none;
}
.stock .title {
  font-weight: bold;
  font-size: 13px;
}
.rflex.stock div {
  display: block;
  width: 100%;
  text-align: right;
}
.stock .net>span {
  font-size: 12px;
}
.stock .val {
  font-size: 28px;
}
.up,
.net.up,
.stock .up div,
.stock .up span {
  color:#fa4b4b !important;
}
.net.up:before {
  content:"▲";
}
.down,
.net.down,
.stock .down div,
.stock .down span {
  color:#007ee5 !important;
}
.net.down:before {
  content:"▼";
}
/*실시간종목*/
.stock_item .val {
  color: #000;
}
.stock_item .net {
  position: relative;
  text-align: right;
  min-width: 100px;
  padding-left: 15px;
}
.stock_item .net.half {
  min-width: 65px;
}
.stock_item .net.up:before,
.stock_item .net.down:before {
  position: absolute;
  top: 0;
  left: 20px;
}

/*home_icon //////////////////////////////////////////////////////////////////////////*/
.home_icon ul {
  overflow: hidden;
  padding: 0 5px;
  margin: -5px 0;
}
.home_icon li {
  display: block;
  float: left;
  width: 50%;
}
.home_icon .cont {
  position: relative;
  display: block;
  margin: 5px;
  padding-top: 20px;
  padding-bottom: 15px;
}
.home_icon .cont:before {
  content:"";
  display: block;
  position: absolute;
  top: 12px;
  left: 10px;
  width: 13px;
  height: 13px;
  background-color: #bbb;
}
.home_icon .cont .img {
  overflow: hidden;
  width: 117px;
  height: 117px;
  margin: 0 auto 15px;
  border-radius:59px;
  border: 1px solid #e8e8e8;
  background-color: skyblue;
}
.home_icon .cont .title {
  text-align: center;
  color:#010101;
}
.home_icon .cont .title .subTxt {
	font-size:12px;
	color:#626262;
}

/*나의 자산현황 상단 박스*/
.my_info {
  align-items:stretch !important;
  -webkit-align-items:stretch !important;
}
.my_info .charac {
  width: 137px;
  padding: 3px 0;
  background-color: #e9f3fb;
  border-right: 1px solid #f0f0f0;
}
.my_info .charac .img {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius:50px;
  margin: 10px auto;
}
.my_info .charac p {
  text-align: center;
  font-size: 12px;
  margin-bottom: 10px;
}
.my_info .charac .name {
  color: #288bd8;
  font-weight: bold;
}
.my_info .type {
  -webkit-box-flex:1;
  box-flex:1;
  -webkit-flex-grow:1;
  flex-grow:1;
  -webkit-justify-content:space-around;
  justify-content:space-around;
}
.my_info .type li {
  position: relative;
  width: 100%;
  border-top: 1px solid #f0f0f0;
  padding: 15px 0 15px 20px;
}
.my_info .type li:first-child {
  border-top: 0 none;
}
.my_info .type li:before {
  content:"";
  display: block;
  position: absolute;
  top: 24px;
  left: 12px;
  width: 2px;s
  height: 2px;
  border-radius:2px;
  background-color: #7f7f7f;
}
.my_info .type li .title {
  width: 55%;
}
.my_info .type li .val {
  color: #288bd8;
}
/*summary box*/
.sum_box {
  -webkit-box-align: start;
  box-align: start;
  -webkit-align-items:flex-start !important;
  align-items:flex-start !important;
  padding: 17px 15px 17px 15px;
}
.sum_box.top {
  font-size: 13px;
}
.sum_box * {
  line-height: 1.5em;
}
.sum_box .h4 {
  margin-top: 30px;
  margin-bottom: 15px;
}
.sum_box .h4:first-child {
  margin-top: 5px;
}
.sum_box .text {
  background-color: #fff;
}
.sum_box .img {
  width: 70px;
  height: 54px;
  margin-top: 0px;
  margin-right: 10px;
  flex:0 0 auto;
  -webkit-flex:0 0 auto;
  background-image: url('../images/sum_img_01.png');
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.sum_box .img.new_add {
  background-image: url('../images/bg_sum_se01.gif');
}/* 2016-06-28 추가 */
.sum_box .img+.text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content:center !important;
  justify-content:center !important;
  min-height: 57px;
}
.sum_box .text * {
  /*display: inline !important;*/
}
.top_title.imp {
  border-bottom: 1px solid #e1e1e1 !important;
}
.top_title.imp+.cont.sum_box {
  padding-bottom: 0;
  border-top: 0 !important;
}
.top_title.imp+.cont.padding {
  padding-bottom: 25px !important;
  border-top: 0 !important;
}
.top_title.imp+.cont.sum_box .dot_list {
  padding-bottom: 20px;
}
.top_title.imp+.cont.padding .dot_list {
  padding-bottom: 0;
}

/*info_list*/
.info_list {
  padding: 20px 15px 0px;
}
.info_list>p{
  font-size: 13px;
}

/*fund detail view////////////////////////////////////////////////////////////*/
.fund_det {
  padding: 25px 15px 0 15px;
}
.fund_det .icon_group.rflex {
  margin-top: 5px;
  -webkit-box-align: start;
  box-align: start;
  -webkit-align-items:flex-start !important;
  align-items:flex-start !important;
}
.fund_det .icon_group.rflex .btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient:horizontal;  
  box-orient:horizontal;  
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-top: 1px;
}
.fund_det .icon_group.rflex .btn button+button{
  margin-left: 4px;
}
.fund_det .title {
  overflow: visible;
  white-space: normal;
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 1.3em;
  background-color: #fff;
}
.text_box {
  background-color: #f2f2f2;
  border: 1px solid #e1e1e1;
  border-radius:3px;
  font-size: 13px;
}
.text_box dt {
  position: relative;
  padding: 15px 10px 5px 35px;
  color:#333;
}
.text_box dt:before{
  content:"";
  display: block;
  position: absolute;
  top: 13px;
  left: 8px;
  width: 20px;
  height: 20px;
  background: url('../images/icon_text.png') 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.text_box dd {
  padding: 3px 10px 15px;
  line-height: 1.5em;
}
.fund_det.type {
  overflow: hidden;
  margin-top: 35px;
  padding: 0;
  /* 
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-radius:3px;
   */
}
.fund_det.type li {
  float: left;
  width: 33.3%;
  min-height: 90px;
  height:95px;
  padding: 12px 7px;
  border-bottom: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
}
.fund_det.type>ul>li:nth-of-type(1),
.fund_det.type>ul>li:nth-of-type(2),
.fund_det.type>ul>li:nth-of-type(3) { border-top:1px solid #e1e1e1; }
.fund_det.type>ul>li:nth-of-type(1) { -webkit-border-top-left-radius:2px; border-top-left-radius:2px; }
.fund_det.type>ul>li:nth-of-type(3) { -webkit-border-top-right-radius:2px; border-top-right-radius:2px; }
.fund_det.type>ul>li:nth-last-of-type(1) { -webkit-border-bottom-right-radius:2px; border-bottom-right-radius:2px; }
.fund_det.type>ul>li:nth-last-of-type(3) { -webkit-border-bottom-left-radius:2px; border-bottom-left-radius:2px; }
.fund_det.type>ul>li:nth-of-type(3n) { width:33.4%; border-right:1px solid #e1e1e1; }
.fund_det.type>ul>li:nth-of-type(1) { -webkit-border-top-left-radius:2px; border-top-left-radius:2px; }
.fund_det.type>ul>li:nth-of-type(3) { -webkit-border-top-right-radius:2px; border-top-right-radius:2px; }
.fund_det.type li>span {
  font-size: 13px;
}
.fund_det.type li .val,
.fund_det.type li .rate,
.fund_det.type li .set_date,
.fund_det.type li .company {
  display: block;
  font-size: 15px;
  text-align: right;
  color:#000;
}
.fund_det.type li .rate {
  font-size: 14px;
}
.fund_det.type li .val{
  margin-top: 12px;
  font-size: 20px;
  font-weight: bold;
}
.fund_det.type li .set_date,
.fund_det.type li .company {
  margin-top: 12px;
  text-align: right;
  line-height:1.5em;
}

.fund_det.term {
  padding-top: 7px;
  padding-bottom: 10px;
  margin-top: 25px;
  border: 1px solid #e1e1e1;
  font-size: 13px;
}
.fund_det .term_list {
  margin-bottom: 7px;
}
.fund_det .term_list li {
  overflow: hidden;
  position: relative;
  display: block;
  padding: 6px 0 6px 14px;
  border-top: 1px solid #e1e1e1;
}
.fund_det .term_list li:first-child {
  border-top: 0 none;
}
.fund_det .term_list li:before {
  content:"";
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #8f8f8f;
}
.fund_det .term_list li span {
  display: inline-block;
  float: left;
  line-height: 17px;
}
.fund_det .term_list li span:first-child {
  min-width: 30%;
}
.fund_det .term_list li .val  {
  width: 70%;
  color:#000;
  white-space: normal;
  line-height: 1.5em;
}
.pdf_list {
  overflow: hidden;
}
.pdf_list li {
  float: left;
  width: 50%;
  padding-top: 6px;
}
.pdf_list li:nth-child(even) {
  padding-left: 3px;
}
.pdf_list li:nth-child(odd) {
  padding-right: 3px;
}
.pdf_list a {
  position: relative;
  display: block;
  padding: 8px 0 8px 35px;
  background-color: #f7f7f7;
  border: 1px solid #e1e1e1;
  border-radius:3px;
  font-size: 13px;
}
.pdf_list a:before{
  content:"";
  position: absolute;
  display: block;
  top: 6px;
  left: 10px;
  width: 15px;
  height: 19px;
  background: url('../images/icon_file_15.png') 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
/*정보박스*/
.info {
  position: relative;
  padding: 10px 15px  10px 35px;
  border: 1px solid #e1e1e1;
  border-radius:3px;
  background-color: #f2f2f2;
  line-height: 1.5em;
  font-size: 13px;
}
.info:before {
  content:"";
  position: absolute;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
  background: url('../images/icon_text.png') 0 -100px no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.info.bgn {
  padding: 0 0 0 25px;
  margin: 0;
  border:none;
  background-color: #fff;
}
.info.bgn:before {
  top: 0;
  left: 0;
  background-position: 0 -150px;
}
.info.bgf5 {
  background-color: #f5f5f5;
  border: 0;
  padding-left: 40px;
}
.info.bgf5:before {
  background-position: 0 -150px;
  left: 15px;
}

/*주의사항 ////////////////////////////*/
.att_box {
  background-color: #f5f5f5;
}
.att_box .title {
  padding: 12px 0 12px 15px;
}
.top_title.imp {
  position: relative;
}
.cont.box .top_title.imp {
  border-top: 0;
  border-radius:3px 3px 0 0;
  border-bottom: 0 !important;
}
.cont.box .imp+.cont {
  border-top: 1px solid #e1e1e1 !important;
}
.imp .h2 {
  padding-left: 45px;
}
.imp .h2:before {
  content:"";
  position: absolute;
  display: block;
  position: absolute;
  top: 6px;
  left: 15px;
  width: 20px;
  height: 20px;
  background: url('../images/icon_text.png') 0 -50px no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

/*page_area*/
.page_area {
  padding: 20px 0;
  background-color:transparent;
}
.cont.box .page_area {
  margin: 0 -15px;
}
a[class^=arr_],
.page_area a {
  display: block;
  min-width: 30px;
  height: 30px;
  margin: 0 2px;
  /* padding-top: 6px; */
  /* padding-left: 2px; */
  text-align: center;
  border: 1px solid #c9c9c9;
  border-radius:2px;
  color: #8f8f8f;
  line-height: 28px;
}
.page_area a.on,
a[class^="arr_"].on{
  border-color: #d14146;
  color: #d14146;
}
a[class^="arr_"]{
  background-color: #f7f7f7;
  background-image: url('../images/arrow_page.png');
  -webkit-background-size: 20px;
  background-size: 20px;
  background-position: center 0;
  background-repeat: no-repeat;
}
a.arr_first {
  background-position: center -143px;
}
a.arr_left {
  background-position: center -93px;
}
a.arr_right {
  background-position: center -43px;
}
a.arr_last {
  background-position: center 7px;
}
a[class^="arr_"].disabled {
  opacity:0.6;
}

.agree,
.agree_box {
  border: 1px solid #e1e1e1;
  border-radius:3px;
}
.agree * {
  font-size: 13px;
}
.agree>div {
  padding:10px;
}
.agree>div:first-child {
  border-radius:3px 3px 0 0;
}
.agree>div:last-child {
  border-radius: 0 0 3px 3px;
}
.agree .terms p {
  color: #000;
  padding-bottom: 7px;
}
.agree .terms div {
  line-height: 1.5em;
}
.agree .check {
  background-color: #f7f7f7;
}
.agree .check label {
  display: block;
  /*padding-top: 2px;*/
  padding-left: 10px;
}
/*주식 종목 상세*/
.stock_box  {
  padding: 25px 15px 0px;
}
.stock_box .name {
  font-size: 15px;
}
.stock_box .code {
  color:#8f8f8f;
  padding-left: 5px;
}
.stock_box  .point_box {
  margin-top: 15px;
}
.stock_box  .point_box span {
  margin-right: 10px;
}
.stock_box .point {
  font-size: 35px;
}
.stock_box .net,
.stock_box .percent {
  margin-top: 12px;
}
/*뉴스리스트*/
.board_list {
  background-color: #fff;
  border-bottom: 1px solid #e1e1e1;
}
.board_list li {
  border-top: 1px solid #e1e1e1;
}
.board_list li:first-child {
  border-top: 0 none;
}
.board_list a {
  display: block;
  padding: 17px 15px 15px;
}
.board_list .det  {
  margin-top: 8px;
}
.board_list .det span {
  margin-right: 10px;
}
.line_list .copy.icon_clock,
.board_list .det span:first-child {
  position: relative;
  padding-left: 15px;
}
.line_list .copy.icon_clock:before,
.board_list .det span:first-child:before {
  content:"";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  background: url('../images/icon_list.png') 0 0 no-repeat;
  -webkit-background-size: 10px;
  background-size: 10px;
}

.list_half  {
  width: 100%;
  padding:15px 0px;
}
.fund .list_half  {
  padding: 0;
  margin-top: -4px;
  margin-bottom: -8px;
}
.list_half li {
  width: 45%;
  float: left;
  margin-top: 4px;
  margin-bottom: 4px;
}
.list_half li:nth-child(even) {
  float: right;
}
.list_half li>span {
  float: left;
  font-size: 12px;
  display: inline-block;
  color: #8f8f8f;
}
.list_half li>span+span {
  color: #000;
  float: right;
  font-weight: bold;
}

/*투자 타입 리스트*/
.invest {
  padding:15px;
}
.invest .type li {
  width: 33.33%;
  text-align: right;
}
.invest .type li span {
  font-size: 11px;
}
.invest .type li.on span {
  display: inline-block;
  position: relative;
  padding: 3px 8px 2px;
  background-color: #acacac;
  border-radius:2px 2px 0 2px;
  color:#fff;
}
.invest .type li.on span:before {
  content:"";
  display: block;
  position: absolute;
  bottom: -4px;
  right: 0;
  width: 0;
  height: 0;
  border-width:4px 5px 4px 0;
  border-color: rgba(0,0,0,0) #acacac;
  border-style: solid;
}
.inv_list li {
  width: 100%;
  min-height: 30px;
  margin-top: 10px;
}
.inv_list li div {
  float: left;
  width: 33.33%;
  min-height: 30px;
  padding:  7px 0 7px 7px;
  background-color: #ececec;
  border-left: 1px solid #fff;
  font-size: 13px;
}
.inv_list li div:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*기본*/
.inv_list .step_01 div:first-child,
.inv_list .step_02 div:first-child,
.inv_list .step_02 div:nth-child(2),
.inv_list .step_03 div {
  background-image: url('../images/bg_invest_01.png');
  -webkit-background-size: 20px;
  background-size: 20px;
  color:#fff;
}
.sm .inv_list .step_01 div:first-child,
.all .inv_list .step_01 div:first-child,
.md .inv_list .step_02 div:first-child,
.md .inv_list .step_02 div:nth-child(2),
.all .inv_list .step_02 div:first-child,
.all .inv_list .step_02 div:nth-child(2),
.bg .inv_list .step_03 div,
.all .inv_list .step_03 div {
  background-image: none;
  background-color: #8b9cf0;
}

/*펀드 베스트 랭킹 수익*/
.fund_rank ol {
  overflow: hidden;
  width: 100%;
  padding: 10px 5px;
}
.fund_rank ol>li {
  float: left;
  width: 50%;
  padding: 5px;
}
.fund_rank ol li>a{
  position: relative;
  display: block;
  min-height: 155px;
  padding: 15px;
  background: #fff;
  border:1px solid #e1e1e1;
  border-radius:3px;
}
.fund_rank .f_name {
  overflow: hidden;
  line-height: 1.5em;
  margin-top: 5px;
  margin-bottom: 10px;
  height: 70px;
  color: #000;
}
.fund_rank .val {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 20px;
  font-weight: bold;
}
.fund_rank .num {
  display: block;
  width: 22px;
  height: 22px;
  padding-top: 2px;
  padding-right: 1px;
  border-radius:5px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.fund_rank li:nth-child(1) .num {background-color: #3ab3df;}
.fund_rank li:nth-child(2) .num {background-color: #eaa26d;}
.fund_rank li:nth-child(3) .num {background-color: #eec24c;}
.fund_rank li:nth-child(4) .num {background-color: #64d2b9;}
.fund_rank .flist {
  width: 100%;
}
.fund_rank .flist li {
  display: block;
  margin-top: 5px;
  padding-top: 5px;
  font-size: 11px;
  border-top: 1px solid #e1e1e1;
}
.fund_rank .flist li:first-child {
  border-top: 0 none;
}
.fund_rank .flist li span:first-child {
  color:#8f8f8f;
}
.fund_rank .flist li span+span {
  display: inline-block;
  float: right;
}
/*연령별 아이콘 인물 리스트*/
.age_list {
  margin-top: 20px;
  padding:0 15px;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content:space-between !important;
  justify-content:space-between !important;
}
.age_list li{
  overflow: hidden;
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  background: #fff url('../images/bg_age_list.png') 0 0 no-repeat;
  -webkit-background-size: 70px;
  background-size: 70px;
  border-radius:35px;
}
.age_list li.ag_20 {background-position: 0 0;}
.age_list li.ag_30 {background-position: 0 -100px;}
.age_list li.ag_40 {background-position: 0 -200px;}
.age_list li.ag_50 {background-position: 0 -300px;}
.age_list li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  padding-top: 26px;
  padding-left: 2px;
  font-size: 20px;
  font-weight: bold;
  text-indent: -100px;
  text-align: center;
  color: #fff;
  border-radius:35px;
  background-color: transparent;
}
.age_list li.on a {
  background-color: rgba(37,139,218,0.8);
  text-indent: 0px;
}
/*인기키워드*/
.search_link {
  padding: 10px 0px 0px;
}
.search_link p {
  display: inline-block;
  padding: 3px 7px;
  margin-right: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background-color: #d14146;
  border-radius:2px;
}
.search_link a {
  display: inline-block;
  padding-left: 5px;
}
.search_link a:after {
  content:",";
}
.search_link li:last-child a:after {
  display: none;
}
.round_title {
  display: inline-block;
  /*height: 25px;*/
  padding: 4px 10px;
  border: 1px solid #c9c9c9;
  border-radius: 25px;
  background-color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
/*sns 공유하기;*/
.sns_list {
  margin-top: 10px;
}
.sns_list li {
  display: block;
  /*float: left;*/
  width: 25%;
}
.sns_list li a {
  display: block;
  padding: 1px;
}
.sns_list li div[class*="sns_img_"]{
  display: block;
  margin: 0px auto 5px;
  width: 59px;
  height: 59px;
  background: url('../images/icon_sns.png') no-repeat;
  -webkit-background-size: 59px;
  background-size: 59px;
}
.sns_list li p {
  font-size: 11px;
  text-align: center;
  margin-bottom: 10px;
}
.sns_list li div.sns_img_01 {background-position: 0 0;}
.sns_list li div.sns_img_02 {background-position: 0 -100px;}
.sns_list li div.sns_img_03 {background-position: 0 -200px;}
.sns_list li div.sns_img_04 {background-position: 0 -300px;}
.sns_list li div.sns_img_05 {background-position: 0 -400px;}
.sns_list li div.sns_img_06 {background-position: 0 -500px;}
.sns_list li div.sns_img_07 {background-position: 0 -600px;}
.sns_list li div.sns_img_08 {background-position: 0 -700px;}

/*연령대 통계*/
.age_data li {
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content:space-between !important;
  justify-content:space-between !important;
  padding: 10px 20px;
  border-top: 1px solid #e1e1e1;
}
.age_data li:first-child  {
  border-top: 0 !important;
}
.age_data li .graph {
  position: relative;
  width: 150px;
  margin-left: 30px;
  background-color: #e1e1e1;
}
.age_data li .graph:before {
  content:"";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: url('../images/bg_age_data.png') 0 -8px repeat-x;
  -webkit-background-size: 30px;
  background-size: 30px;
}
.age_data li .graph>div {
  height: 60px;
}
.age_data li .graph::after {
  content:"";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 148px;
  height: 58px;
  border: 2px  solid #fff;
}
.age_data li .val {
  font-size: 20px;
  font-weight: bold;
}
.age_data li.type_01 .graph>div {
  background-color: #6dcae5;
}
.age_data li.type_01 .val {
  color: #6dcae5;
}
.age_data li.type_02 .graph>div {
  background-color: #85b2e7;
}
.age_data li.type_02 .val {
  color: #85b2e7;
}
.age_data li.type_03 .graph>div {
  background-color: #a295e8;
}
.age_data li.type_03 .val {
  color: #a295e8;
}
.tab_gray + .line_list {
  margin-top: 20px;
  border-top: 1px solid #e1e1e1;
}
.line_list li {
  display: block;
  width: 100%;
}
.line_list li>* {
  display: block;
  width: 100%;
  padding: 15px;
  border-top: 1px solid #e1e1e1;
  color: #000;
  background-color: #fff;
}
.line_list li.impt+li a {
  border-top: 0;
}
.line_list ul li:first-child>* {
  border-top: 0;
}
.btn_more.line {
  display: block;
  width: 100%;
  border: 1px solid #e1e1e1;
  text-indent: 0;
  background: none;
}
.btn_more.line span {
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: #666;
}
.btn_more.line span:before {
  content:"";
  display: block;
  position: absolute;
  top: 3px;
  right: -23px;
  width: 15px;
  height: 9px;
  background: url('../images/btn_ico_set.png') -25px -50px no-repeat;
  -webkit-background-size: 50px;
  background-size: 50px;
}
.btn_more.line.close span:before {
  background-position: 0 -50px;
}
.line_list .copy {
  margin-top: 5px;
  margin-bottom: 5px;
}
.line_list .copy *{
  font-size: 11px;
  color: #8f8f8f;
  margin-right: 10px;
}

/* 빈 데이타 */
.empty_data {
  padding:23px 0; 
  text-align:center; 
}
.empty_data:before { 
  content:" "; 
  display:block; 
  width:131px; 
  height:131px; 
  margin:0 auto 15px; 
  background-image:url('../images/empty_img_01.png'); 
  background-repeat:no-repeat;
  -webkit-background-size: cover;
  background-size: cover; 
}
.empty_data>span {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #666;
  line-height: 1.5em;
  padding-bottom: 10px;
 }
.empty_data>p { 
  font-size:15px; 
  color:#000;
}

/*고객상담*/
.consult_box:not(.type_02) {
  margin-bottom: 5px;
}
.consult_box.type_02 {
  border: none;
}
.cont.box.last + .consult_box {
  margin-top: -3px !important;
}
.consult_box .consult_box_txt {
  border-radius:3px 3px 0 0;
}
.consult_box .consult_box_btn{
  border-radius:0 0 3px 3px;
}
.consult_box .consult_box_btn a {
  background-color: transparent;
}
.consult_box.type_02 .consult_box_txt {
  min-height:inherit;
  padding: 15px 0px;
  background: none;
  text-align: center;
}
.consult_box.type_02 .consult_box_txt p {
  text-align: center;
  font-size: 13px;
  color: #000;
  font-weight: normal;
}
.consult_box.type_02 .consult_box_txt p+p {
  color: #666;
}
/*주식상세화면*/
.stock_list_det>.cflex {
  padding:20px 15px;
  border-bottom: 1px solid #e1e1e1;
}
.stock_list_det .name {
  font-size: 13px;
  color:#000;
}
.stock_list_det .rflex {
 width: 100%;
 color:#000;
}
.stock_list_det .fz30 {
  margin-top: 5px;
}
.stock_list_det .rflex .fz13 {
  width: 100%;
  text-align: right;
}
.stock_list_det .cflex .cflex>.fz13 {
  margin-top: -10px;
  margin-bottom: 10px;
}
.stock_list_det .rflex .fz13+.fz13 {
  margin-left: 15px;
  padding-right: 7px;
}
.stock_list_det .gus>div {
  width: 1%;
  padding: 15px 20px 15px;
}
.stock_list_det .gus>div+div {
  border-left: 1px solid #e1e1e1;
}
.stock_list_det .gus p {
  font-size: 12px;
  margin-bottom: 10px;
}
.stock_list_det .gus .vol {
  font-size: 20px;
  width: 100%;
  margin-bottom: 5px;
  text-align: right;
}
.stock_list_det .gus .vol+div {
  width: 100%;
  text-align: right;
  font-size: 12px;
}
.stock_list_det .gus .vol+div .point_03 {
  color:#e1e1e1 !important;
  font-size: 11px;
  vertical-align: top;
}
/*야구 오늘의 생중계*/
.stock_bb .to_live {
  padding: 15px 0;
  border-bottom: 1px solid #e1e1e1;
  text-align: center;
}
.stock_bb .to_live span {
  position: relative;
  color: #000;
  padding-left: 10px;
}
.stock_bb .to_live span:before {
  content:"";
  display: block;
  position: absolute;
  top: -3px;
  left: -24px;
  width: 26px;
  height: 24px;
  background: url('../images/icon_baseball.png') 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.stock_bb .to_live .date {
  padding-left: 0;
}
.stock_bb .to_live .date:before {
  display: none;
}
.stock_bb .top_group,
.stock_bb .en_group {
  padding:15px;
  min-width:33%;
}
.stock_bb .top_group .val,
.stock_bb .en_group .val {
  display: block;
  margin-top: 10px;
  text-align: right;
  color:#000;
  font-size: 20px;
  font-weight: bold;
}
.stock_bb .top_group .val:before {
  padding-right: 8px;
}
.stock_bb .en_group {
  border-left: 1px solid #e1e1e1;
}
.stock_bb .title {
  color:#666;
  font-size: 13px;
}
.stock_bb .graph {
  padding: 15px;
  border-top: 1px solid #e1e1e1;
}
.stock_bb .graph .val {
  display: block;
  text-align: right;
  width: 30px;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  font-size: 13px;
  font-weight: bold;
}
.stock_bb .graph li+li {
  margin-top: 15px;
}
.stock_bb .graph_bar {
  position: relative;
  height: 15px;
  margin-top: 0;
  margin-left: 15px;
  background-color: #f7f7f7;
}
.stock_bb .graph_bar p {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
}
.b_blue.ico_set {
  display: block;
  border-radius:3px;
  border-width: 1px;
  padding:7px;
  font-size: 13px;
  border-color:#258bda;
  color:#258bda;
  background-color: #fff;
}
.b_blue.ico_set.login {
  max-width:130px;
  margin: 20px auto 0px;
}
.b_red.ico_set {
  display: block;
  border-radius:3px;
  border-width: 1px;
  padding:7px;
  font-size: 13px;
  border-color:#d14146;
  color:#d14146;
  background-color: #fff;
}
.b_red.ico_set.login {
  max-width:130px;
  margin: 20px auto 0px;
}











@charset "euc-kr";

/*table //////////////////////////////////////////////////////////////////////////*/

.table tbody tr * {
  line-height: 1.5em;
}

/* table.col 기본 가운데 정렬 불필요한 좌우 여백 삭제 */
.table.col th,
.table.col td {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.table.col .tal {
  padding-left: 10px !important;
  padding-right: 0 !important;
}

.table.col .tar {
  padding-left: 0 !important; 
  padding-right: 10px !important; 
}

.table.col .tac {
  padding-left: 0; 
  padding-right: 0; 
}

.table.th_tal tbody th { text-align:left; padding-left:10px; padding-right: 5px; }
.table.td_tar tbody td { text-align:right; padding-left:5px; padding-right:10px; }
.table.td_tac.stock tbody tr td { text-align:center;}

.table.td_tac tbody td { text-align:center; padding-left:0; padding-right:0; }

.table.col tbody th { color:#666; }
/*table font*/
.table.fz13 th,
.table.fz13 td {
  font-size: 13px !important;
}
.table td.nowrap {
  overflow: hidden;
   text-overflow: ellipsis;
}
.table,
.table table {
  table-layout:fixed;
  /* background-color: #fff; */
  background-color: transparent;
}
.table table, 
table.table{
  width: 100%;
}
.table tr.bt1>*,
.table .bt1{
  border-top: 1px solid #8f8f8f !important;
}
.table tr.bb1>*,
.table .bb1 {
  border-bottom: 1px solid #8f8f8f !important;
}
.table tbody tr:last-child>*{
  border-bottom: 1px solid #8f8f8f;
}
.table tbody td.last_td{
  border-bottom: 1px solid #8f8f8f;
}
.table th,
.table td {
  line-height: 1.5em;
  padding: 5px 10px 4px;
  height:23px;
  -webkit-box-sizing:content-box !important;
  box-sizing:content-box !important;
  vertical-align: middle;
}
.table tbody tr>* {
  border-left: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}
.table thead th {
  border-top: 1px solid #8f8f8f;
  border-left: 1px solid #e1e1e1;
}
.table thead th.tr_first {
  border-left: 1px solid #e1e1e1;
}
.table thead tr+tr th {
  border-top: 1px solid #e1e1e1;
}
.table thead th,
.table tbody th {
  font-size: 15px;
  color:#000;
}
/*table row*/
.table.row,
.table.row table {
  table-layout:auto;
}
.table.row tbody th {
  background-color: #f7f7f7;
  border-top: 1px solid #e1e1e1;
}
.table.row tr:first-child>* {
  border-top: 1px solid #8f8f8f;
}
/*table col*/
.table.col thead th {
  background-color: #f7f7f7;
}
.table.col th,
.table.col td {
  text-align: center;
}
/*table round*/
.cont.box .table.stock {
  overflow: hidden;
  /* border-radius:3px; */
  background-color: transparent;
}
.cont.box .table.stock table{
  background-color: transparent;
}
/*table row stock*/
.table.row.stock,
.table.row.stock table {
  table-layout:fixed;
}
.table.row.stock th,
.table.row.stock td {
  padding:7px 10px 8px;
  border-left: 1px solid #e1e1e1;
}
.table.row.stock tr>*:first-child {
  border-left: 0 none;
}
.table.row.stock th {
  background-color:transparent;
  text-align: left;
  font-size: 13px;
  color:#8f8f8f;
  white-space:nowrap;
}
.table.row.stock td {
  text-align: right;
  color:#000;
  font-size: 15px;
}
.table.row.stock tr:first-child>* {
  border-top: 0 none;
}
.table.row.stock tr:last-child>* {
  border-bottom: 0 none;
}
/*table col stock*/
.table.col.stock,
.table.col.stock table {
  table-layout:fixed;
}
.table.col.stock tbody tr>* {
  padding:7px 10px 8px;
}
/*.table.col.stock tr>*:last-child {
  padding-right: 25px;
}*/
.table.col.stock tr>* {
  border-left: 0 none;
}
.table.col.stock thead th {
  font-size: 13px;
  color:#8f8f8f;
}
.table.col.stock td {
  font-size: 15px;
  text-align: right;
}
.table.col.stock thead tr:first-child>* {
  border-top: 0 none;
  background-color: #fff;
}
.table.col.stock tbody tr:first-child>* {
  border-top: 1px solid #8f8f8f;
}
.table.col.stock tr:last-child>* {
  border-bottom: 0 none;
}
/*sell/buy*/
table tr.sell td,
table tr.buy td {
  padding-left:0 !important;
  padding-right: 10px !important;
  border-top-color: #fff;
}
tr.sell td:nth-child(1),
tr.sell td:nth-child(2) {
    background-color: #e9f3fb;
    color: #d14146;
}
tr.buy td:nth-child(3),
tr.buy td:nth-child(4) {
    background-color: #feeded;
    color: #fa4b4b;
}
.table .tfoot {  
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content:space-between !important;
  justify-content:space-between !important;
  border-top: 1px solid #8f8f8f;
}
.table .tfoot {  
  font-size: 14px;
}
.table .tfoot div {
  line-height: 23px;
  padding: 12px 10px;
}
.table .tfoot div.ord2 {
  padding-left: 0;
  padding-right: 0;
}
.table .tfoot div span+span {
  margin-left: 5px;
}

.table thead th span {
  display: inline-block;
  padding: 2px 0;
  text-align: center;
}
.table tr>*:first-child {
  border-left: 0 none;
}
.table tbody tr:first-child {
  border-top: 0 none;
}
.table tfoot.tops {background-color: #f7f7f7; border-bottom: 1px solid #8f8f8f;}
.table tfoot.tops td { border-bottom: 1px solid #8f8f8f;}

/* 2016-04-19 추가 */
.table02 {overflow:hidden;border-top:1px solid #8f8f8f;border-bottom:1px solid #8f8f8f;}
.table02 table {table-layout:fixed;width:100%;margin-left:-1px;}
.table02 thead th {background:#f7f7f7;color:#000;font-weight:bold;}
.table02 thead tr:first-child th {border-top:none;}
.table02 th,
.table02 td {padding: 5px 5px 4px;height:23px;border-left:1px solid #e1e1e1;border-top:1px solid #e1e1e1; line-height: 1.5em;-webkit-box-sizing:content-box !important;box-sizing:content-box !important;vertical-align: middle;text-align:center;}
.table02 th.tit,
.table02 td.tit {color:#002664;font-weight:bold;text-align:left;padding-left:5px;}
.table02 th.l,
.table02 td.l {text-align:left;padding-left:5px;}

/*스크롤 테이블*/
.scroll_box {
  position: relative;
}
.cont.box .scroll_box{
  border-radius:4px;
}
.cont.box .table.col.stock thead tr:first-child > *,
.cont.box .scroll_box * {
  background-color: transparent;
}
.scroll_box.row>div {
  overflow-y: hidden;
  overflow-x: auto;
}
.scroll_box.row table {
  width: auto;
  z-index: 1;
}
.table.scroll tr>th:first-child {
  border-right: 1px solid #e1e1e1;
}
.table.scroll tbody th,
.table.scroll tbody td {
  white-space:nowrap;
  padding-left: 15px;
  padding-right: 15px;
}

/*테이블 화살표*/
.scroll_box.row  [class*="table_arr_"]{
  position: absolute;
  display: block;
  top: 8px;
  width: 9px;
  height: 14px;
  opacity:0.5;
  z-index: 2;
}
.scroll_box.row .table_arr_left {
  background: url('../images/arrow_tbl_left.png') 0 0 no-repeat;
  -webkit-background-size: 9px;
  background-size: 9px;
  left: 3px;
}
.scroll_box.row .table_arr_right {
  background: url('../images/arrow_tbl_right.png') 0 0 no-repeat;
  -webkit-background-size: 9px;
  background-size: 9px;
  right: 3px;
}

/*반쪽 테이블*/
.table.half tr>* {
  border-left: 0;
}
.table.half thead th:nth-child(3),
.table.half tbody td+th,
.table.half tfoot td+th {
  border-left: 1px solid #e1e1e1;
}
.table.half .dep_01>* {
  padding: 10px 0;
  border-top: 0 none;
  border-left: 1px solid #e1e1e1;
  font-size: 14px;
  color: #000;
  background-color: #f5f5f5;
}
.table.half .dep_01>*:first-child {
  border-left: 0;
}
.table.half tbody tr:first-child>* {
  border-top: 1px solid #8f8f8f;
}
.table.half th {
  font-size: 13px;
  color:#8f8f8f;
}
.table.half th i {
  font-size: 10px;
}
.table.half tbody tr>* {
  border-bottom: 0;
}
.table.half tbody th,
.table.half tfoot th {
  text-align: left;
  padding-right: 0px;
  /*white-space: nowrap;*/
}
.table.half tbody td,
.table.half tfoot td {
  color: #000;
  text-align: right;
  padding-left: 0;
}
.table.half tfoot tr>* {
  border-top: 1px solid #e1e1e1;
}


/*point*/
.table.p_last_child tr>*:last-child{
  border-right: 2px solid #d14146;
  border-left: 2px solid #d14146;
  background-color: #f4f9fd;
}
.table.p_last_child thead tr:first-child>*:last-child{
  background-color: #ecf1f5;
  border-top: 2px solid #d14146;
}
.table.p_last_child tbody tr:last-child>*:last-child{
  border-bottom: 2px solid #d14146 !important;
}
/*home table*/
.home .table table {
  border-top: 0 none;
  border-bottom: 0 none;
}
.home .table thead th {
  background-color: #ccc;
  border-left: 1px solid #fff;
}
.home .table thead th,
.home .table thead th span {
  color:#fff;
}
.home .table tbody td {
  border-left: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}
.home .table tr>*:first-child {
  border-left: 0 none;
}
.home .table tbody tr:first-child {
  border-top: 0 none;
}

/*야구단 마크*/
td .mark {
   width: 24px;
  height: 24px;
  margin: -5px auto -4px;
}
td .mark img {
  width: 100%;
}
td [class*="mark_"] {
  width: 24px;
  height: 24px;
  margin: -5px auto -4px;
  background: url('../images/mark_baseball.png') no-repeat;
  -webkit-background-size: 24px;
  background-size: 24px;
}
td .mark_01 {background-position: 0 0;}
td .mark_02 {background-position: 0 -50px;}
td .mark_03 {background-position: 0 -100px;}
td .mark_04 {background-position: 0 -150px;}

 .table.stock td { color:#000;  }

.table.type_11 tbody th { background-color:transparent; }
.table.type_11 tr:first-child th,
.table.type_11 tr:first-child td { border-color:#e1e1e1; }
.table.type_11 tr th,
.table.type_11 tr td { padding-top:11px; padding-bottom:9px; border-color:#e1e1e1; border-left:0; }
.table.type_11.row tbody th { color:#666; }
.table.type_11.row tbody td,
.table.type_11.row tfoot th,
.table.type_11.row tfoot td { color:#000; }
.table.type_11.row tfoot th, 
.table.type_11.row tfoot td { background-color:#f7f7f7; }
.table.type_11.row tfoot td { font-weight:bold; }
.table.type_11.row tbody td+th { border-left:1px solid #e1e1e1;}
.table.type_11+.table.type_11 { margin-top:-1px; }
.box .table.type_11:first-child tbody tr:first-child th,
.box .table.type_11:first-child tbody tr:first-child td { border-top:0; }
.box .table.type_11 tr:last-child th,
.box .table.type_11 tr:last-child td { border-bottom:0; }
.box .table.type_11 tbody:last-child tr:last-child th,
.box .table.type_11 tbody:last-child tr:last-child td,
.box .table.type_11 tbody+tfoot tr:last-child th,
.box .table.type_11 tbody+tfoot tr:last-child td { border-bottom:1px solid #e1e1e1;}
.box .table.type_11:last-child tbody:last-child tr:last-child th,
.box .table.type_11:last-child tbody:last-child tr:last-child td,
.box .table.type_11:last-child tbody+tfoot tr:last-child th,
.box .table.type_11:last-child tbody+tfoot tr:last-child td { border-bottom:0;}

.table.row.half:first-child tbody tr:first-child>* { border-top:none; }
.table.row.half th { background-color:transparent; }
.table .tfoot { font-size:13px; }


/* 파스텔 버튼(테이블) */
.btn_pastel { display:inline-block; min-width:66px; height:25px; padding:5px 6px; border:1px solid #ccc; background-color:#fff; -wbkit-border-radius:3px; border-radius:3px; font-size:13px; color:#ccc; vertical-align:middle; text-align:center; line-height: 1em !important;}
.btn_pastel.green { border-color:#50c0cc; color:#50c0cc;}
.btn_pastel.purple { border-color:#a295e8; color:#a295e8; }

.btn_fat { display:inline-block; min-width:53px; height:30px; padding:7px 5px; border:1px solid #ccc; background-color:#fff; -wbkit-border-radius:3px; border-radius:3px; font-size:13px; color:#ccc; vertical-align:middle; text-align:center; line-height: 1em !important;}
.btn_fat.blue { border-color:#d14146; color:#d14146; }
.btn_fat.blue.full { border-color:#d14146; background-color:#d14146; color:#fff; }

/* 테이블 상태값 */
.state_gray { display:inline-block; height:20px; padding:4px; border:1px solid #cccccc; background-color:#f7f7f7; font-size:11px; font-weight:bold; color:#666; line-height:1em !important; }

/* ///// table ///// */
.title+.table {margin-top:12px;}

.table {position: relative;}
.table input[type="radio"], 
.table input[type="checkbox"] {top:-3px; left:-1px; }

.table.prl7 th, .table.prl7 th {padding-right:7px; padding-left:7px; }   

.tblfrm table {line-height: 1.5em}
.tblfrm table th , .tblfrm table td {padding:15px 12px 13px;}
.tblfrm table .select,
.tblfrm table .input {margin-top:-10px; margin-bottom:-8px;}
/* radio, checkbox */
.tblfrm table input[type="radio"] {top:-2px;} 
/*.tblfrm table input[type="checkbox"] {top:-2px;} */

.table.type_06 tbody tr th {color:#666;}
.table.type_06 tbody tr th:not([rowspan]) {text-align: left}
.table.type_06 tbody tr td:last-child {color:#000; text-align: right;  }









@charset "euc-kr";

/*펀드 슬라이드*/
.viewport {
  position: relative;
  height: 132px;
  /*margin: 0;*/
  margin: 0 5px;
}
.viewport ul li {
  padding-right: 5px;
  padding-left: 5px;
}
.viewport ul li li {
  padding-right: 0;
  padding-left: 0;
}
.viewport div {
  background-color:initial;
}
.asset_detail {
  /*border: 1px solid #000 !important;*/
}
.asset_detail * {
  /*outline:1px solid green;*/
}
.asset_detail .bgf5 {min-height: 35px;}

.asset_detail { height:auto !important; background-color:#fff; border:1px solid #e1e1e1; border-radius:3px; padding:25px 15px 20px; }
.asset_detail>.rflex:first-child { margin-top:-5px; }

.asset_table { background-color:transparent; width:100%; margin-top:25px; table-layout:fixed; font-size:12px; }
.asset_table:first-child { margin-top:0; }
.asset_table th { text-align:left; height:20px; }
.asset_table td { text-align:right; color:#000; height:20px; }
.asset_table th.selected { color:#666; }
.asset_table th:not(.selected) { color:inherit !important; }

.wrapper {
}
.scroller {
  position: absolute;
  width: 300%;
}
.viewport.compare .slide,
.viewport.compare li>div {
  border:1px solid #e1e1e1;
  border-radius:3px;
  overflow:hidden;
}
.slide {
  float: left;
  width: 33.33%;
  /*padding: 0 5px;*/
}

.slide>div {
  width: 100%;
  height: 132px;
  border:1px solid #e1e1e1;
  background-color: #fff;
}
.fund .slide a {
  display: block;
  padding: 15px 15px;
}
.fund .slide .name {
  overflow: hidden;
  height: 1.5em;
  margin: 5px 0 5px;
}
.fund .slide .sum {
  overflow: hidden;
  height: 3em;
}
/*비교하기*/
.viewport.compare {
  height: 594px;
  margin-top: 13px;
}
.viewport.compare .title {
  overflow: hidden;
  position: relative;
  height: 44px;
  padding: 20px 15px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 17px;
  line-height: 1.4em;
}
.viewport.compare .title .ico:before {
  margin-top:-7px;
}
.viewport.compare .slide>div{
  height: 610px;
}
.viewport.compare .btn_area {
  padding-top: 15px;
  padding-bottom: 20px;
}
.viewport.compare ul {
  display: block;
}
.viewport.compare ul li {
  display: block;
  padding: 0px 5px;
}
.viewport.compare ul ul li {
  height: 41px;
  border-top: 1px solid #e1e1e1;
  line-height: 1em;
  padding: 12px 15px 0px;
}
.viewport.compare ul li span {
  display: inline-block;
  font-size: 13px;
}
.viewport.compare ul li .val {
  display: inline-block;
  float: right;
  color:#000;
  text-align: right;
}
.viewport.compare ul ul li:last-child {
  height: 70px;
}
.viewport.compare ul li[class*="icon_"] {
  position: relative;
  height: 56px;
  padding: 20px 15px 20px 60px;
}
.viewport.compare ul li[class*="icon_"]:before {
  content:"";
  display: block;
  position: absolute;
  top: 13px;
  left: 15px;
  width: 31px;
  height: 31px;
  background: url('../images/icon_com_fund.png') 0 0 no-repeat;
  -webkit-background-size: 200px 250px;
  background-size: 300px 250px;
}
.viewport.compare ul li.icon_01:before {background-position: 0 0;}
.viewport.compare ul li.icon_02:before {background-position: 0 -50px;}
.viewport.compare ul li.icon_03:before {background-position: 0 -100px;}
.viewport.compare ul li.icon_04:before {background-position: 0 -150px;}
.viewport.compare ul li.icon_05:before {background-position: 0 -200px;}
.viewport.compare ul li.icon_01.type_01:before {background-position: 0 0;}
.viewport.compare ul li.icon_02.type_01:before {background-position: 0 -50px;}
.viewport.compare ul li.icon_03.type_01:before {background-position: 0 -100px;}
.viewport.compare ul li.icon_04.type_01:before {background-position: 0 -150px;}
.viewport.compare ul li.icon_05.type_01:before {background-position: 0 -200px;}
.viewport.compare ul li.icon_01.type_02:before {background-position: -50px 0;}
.viewport.compare ul li.icon_02.type_02:before {background-position: -50px -50px;}
.viewport.compare ul li.icon_03.type_02:before {background-position: -50px -100px;}
.viewport.compare ul li.icon_04.type_02:before {background-position: -50px -150px;}
.viewport.compare ul li.icon_05.type_02:before {background-position: -50px -200px;}
.viewport.compare ul li.icon_01.type_03:before {background-position: -100px 0;}
.viewport.compare ul li.icon_02.type_03:before {background-position: -100px -50px;}
.viewport.compare ul li.icon_03.type_03:before {background-position: -100px -100px;}
.viewport.compare ul li.icon_04.type_03:before {background-position: -100px -150px;}
.viewport.compare ul li.icon_05.type_03:before {background-position: -100px -200px;}
.viewport.compare ul li.icon_01.type_04:before {background-position: -150px 0;}
.viewport.compare ul li.icon_02.type_04:before {background-position: -150px -50px;}
.viewport.compare ul li.icon_03.type_04:before {background-position: -150px -100px;}
.viewport.compare ul li.icon_04.type_04:before {background-position: -150px -150px;}
.viewport.compare ul li.icon_05.type_04:before {background-position: -150px -200px;}
.viewport.compare ul li.icon_03.type_05:before {background-position: -200px -100px;}
.viewport.compare ul li.icon_03.type_06:before {background-position: -250px -100px;}
.viewport.compare ul li[class*="icon_"] span {
  font-size: 15px;
}
.viewport.compare ul li[class*="icon_"] .val {
  font-weight: bold;
}









@charset "euc-kr";

/* 아이콘 셋 */

/* 제목 */
.h2.bl a>.ico_tit { display:block; height:14px; }
.h2.bl a>.ico_tit:before { top:0; }
.ico_tit { position:relative; display:inline-block; width:13px; vertical-align:text-bottom; margin-right:4px; }
.ico_tit:before { content:""; position:absolute; left:0; top:-15px; width:inherit; height:13px; background:url('../images/icon_tit_01.png') no-repeat; -webkit-background-size:cover; background-size:cover; }
.ico_tit.type_01:before { background-position:0 0;}
.ico_tit.type_02:before { background-position:0 -15px;}
.ico_tit.type_03:before { background-position:0 -30px;}
.ico_tit.type_04:before { background-position:0 -45px;}
.ico_tit.type_05:before { background-position:0 -60px;}
.ico_tit.type_06:before { background-position:0 -75px;}
.ico_tit.type_07:before { background-position:0 -90px;}
.ico_tit.type_08:before { background-position:0 -105px;}
.ico_tit.type_09:before { background-position:0 -120px;}
.ico_tit.type_10:before { background-position:0 -135px;}
.ico_tit.type_11:before { background-position:0 -150px;}
.ico_tit.type_12:before { background-position:0 -165px;}
.ico_tit.type_13:before { background-position:0 -180px;}
.ico_tit.type_14:before { background-position:0 -195px;}
.ico_tit.type_15:before { background-position:0 -210px;}
.ico_tit.type_16:before { background-position:0 -225px;}
.ico_tit.type_17:before { background-position:0 -240px;}
.ico_tit.type_18:before { background-position:0 -255px;}

.ico_tit[class*="type_2"] { width:17px; }
.ico_tit[class*="type_2"]:before { height:17px; top:-17px; background-image:url('../images/icon_tit_02.png'); }

.ico_tit.type_21:before { background-position:0 0;}
.ico_tit.type_22:before { background-position:0 -17px;}

/* 제목(교육) */
.ico_tit.ed:before { background-image:url('../images/icon_tit_ed.png'); }

/* 제목(자산현황) */
.ico_tit.my:before { background-image:url('../images/icon_tit_my.png'); }
/*

/* Old */
.ico_set span { position:relative; line-height:1 !important;}
.ico_set span:before,
.ico_set span:after { content:""; position:absolute; top:50%; background-image:url('../images/btn_ico_set.png'); background-repeat:no-repeat; -webkit-background-size:50px 250px; background-size:50px 250px; }

.ico_pdf span { padding-left:20px; }
.ico_pdf span:before { left:0; width:15px; height:19px; margin-top:-10px; background-position:0 0; }
.ico_arr_r span { padding-right:14px; }
.ico_arr_r span:after { right:0; width:9px; height:14px; margin-top:-8px; background-position:0 -25px; }
.ico_arr_d span { padding-right:20px; }
.ico_arr_d span:after { right:0; width:14px; height:10px; margin-top:-5px; background-position:-25px -50px; }
.ico_more span { padding-left:20px; }
.ico_more span:before { left:0; width:15px; height:19px; margin-top:-10px; background-position:-25px 0; }

/* New */
i.ico_set { position:relative; display:inline-block; vertical-align: text-bottom; }
.ico_set:before { content:""; position:absolute; left:0; top:0; width:inherit; background-image:url('../images/btn_ico_set.png'); background-repeat:no-repeat; background-size:50px 250px;  }

i.ico_pdf { width:15px; }
i.ico_pdf:before { height:19px; top:-19px; background-position:0 0; }
i.ico_arr_r { width:9px; }
i.ico_arr_r:before { height:14px; top:-15px; background-position:0 -25px; }
i.ico_arr_d { width:14px; }
i.ico_arr_d:before { height:10px; top:-11px; background-position:-25px -50px; }
i.ico_more { width:15px; }
i.ico_more:before { height:19px; top:-19px; background-position:-25px 0; }
.ico_ex { width:16px; margin-right:5px;}
.ico_ex:before { height:16px; top:-17px; background-position:0 -200px; }

/* 말줄임 말풍선 */
.ico_bln_dot { width:22px; }
.ico_bln_dot:before { height:20px; top:-18px; background-position:0 -125px; }

/* 버거형메뉴 */
.ico_b_menu { width:16px; }
.ico_b_menu:before { height:16px; top:-17px; background-position:-25px -175px; }

/* 화폐 */
.ico_won { width:16px; }
.ico_won:before { height:16px; top:-17px; background-position:0 -150px; }
.ico_yen { width:16px; }
.ico_yen:before { height:16px; top:-17px; background-position:-25px -150px; }
.ico_dallar { width:16px; }
.ico_dallar:before { height:16px; top:-17px; background-position:0 -175px; }

/* 날씨 아이콘 */
.ico_sun,
.ico_halfsun,
.ico_rain { position:relative; width:27px; display:inline-block; vertical-align: middle; }
.ico_sun:before,
.ico_halfsun:before,
.ico_rain:before { position:absolute; top:50%; left:0; margin-top:-13px; content:""; height:25px; width:inherit; background-image:url('../images/icon_weather.png'); background-repeat:no-repeat; -webkit-background-size: cover; background-size:cover; }
.ico_sun:before { background-position:0 0; }
.ico_halfsun:before { background-position:0 -25px; }
.ico_rain:before { background-position:0 -50px; }

/* 국기 */
.ico_flag { position:relative; display:inline-block; width:15px; vertical-align: middle;  }
.ico_flag:before { position:absolute; top:50%; left:0; content:""; width:inherit; height:10px; margin-top:-6px; background-repeat:no-repeat; -webkit-background-size: cover; background-size:cover; }
.flag_001:before { background-image:url('../images/flag/natn_001.gif'); } /* 미국 */
.flag_002:before { background-image:url('../images/flag/natn_002.gif'); } /* 영국 */
.flag_003:before { background-image:url('../images/flag/natn_003.gif'); -webkit-box-shadow:inset 0 0 1px rgba(0,0,0,.4); box-shadow:inset 0 0 1px rgba(0,0,0,.4); } /* 일본 */
.flag_004:before { background-image:url('../images/flag/natn_004.gif'); } /* 독일 */
.flag_006:before { background-image:url('../images/flag/natn_006.gif'); } /* 중국 */
.flag_009:before { background-image:url('../images/flag/natn_009.gif'); } 
.flag_099:before { background-image:url('../images/flag/natn_099.gif'); -webkit-box-shadow:inset 0 0 1px rgba(0,0,0,.4); box-shadow:inset 0 0 1px rgba(0,0,0,.4); } /* 한국 */

/* 주식 등락 */
/* 
.ico_stock { position:relative; display:inline-block; width:8px; vertical-align:middle; }
.ico_stock:after { content:""; position:absolute; left:2px; border-left:4px solid red; height:6px; }
.ico_stock:before { content:""; position:absolute; left:0; border-width:0 4px 4px; border-style:solid; border-color: transparent transparent red;} 
.ico_stock.up:after { top:50%; margin-top:-3px; border-color:#fa4b4b;}
.ico_stock.up:before { top:50%; margin-top:-6px; border-width:0 4px 4px; border-color: transparent transparent #fa4b4b;}
.ico_stock.down:after { bottom:50%; margin-top:6px; border-color:#d14146;}
.ico_stock.down:before { top:0; border-width:4px 4px 0; border-color:#d14146 transparent transparent ; }
*/

.ico_stock { position:relative; display:inline-block; width:0.8em; margin-right:4px; vertical-align:middle; }
.ico_stock:before { position:absolute; top:-0.5em; left:0; content:""; width:inherit; height:0.8em; background:url('../images/icon_updown.png') no-repeat; background-size:cover; }
.ico_stock.up1:before { background-image:url('../images/icon_up1.png');}
.ico_stock.up2:before { background-image:url('../images/icon_up2.png');}
.ico_stock.down1:before { background-image:url('../images/icon_down1.png');}
.ico_stock.down2:before { background-image:url('../images/icon_down2.png');}

.btn_full { }
.btn_full span { padding-right:20px; position:relative; font-size:13px; }
.btn_full span:after { content:""; position:absolute; top:50%; right:0; width:14px; height:10px; margin-top:-5px; background-image:url('../images/btn_ico_set.png'); background-repeat:no-repeat; -webkit-background-size:50px 250px; background-size:50px 250px; background-position:-25px -50px; }

/*s캐치 더보기*/
i.app_s { position:relative; display:inline-block; width:18px; vertical-align:middle; }
i.app_s:before { position:absolute; left:0; top:50%; content:""; width:inherit; height: 21px;margin-top:-11px; background: url('../images/icon_app_s.png') 0 0 no-repeat; -webkit-background-size: cover; background-size: cover; }
 .app_s span {
    display:inline-block;
  }
 .app_s span {
    position: relative;
    padding-left: 24px;
    padding-right: 0;
  }
 .app_s span:before {
    content:"";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 21px;
    margin-top: -11px;
    background: url('../images/icon_app_s.png') 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .app_s span:after { display:none; }

/*MTS 더보기*/
i.app_mts { 
    position:relative; 
    display:inline-block;
    width:18px; 
    margin-right: 4px;
    vertical-align:middle; 
}
i.app_mts:before { 
    position:absolute; 
    left:0; 
    top:50%; 
    content:""; 
    width:inherit; 
    height: 18px;
    margin-top:-10px; 
    background: url('../images/link_menu.png') 0 0 no-repeat;
     -webkit-background-size: cover; 
     background-size: cover; 
 }

/* 자산현황 */
.txt_flag { display:inline-block; height:20px; border:1px solid #8f8f8f; color:#8f8f8f; font-weight:bold; text-align:center; font-size:11px; vertical-align:middle; line-height:20px;}
.txt_flag+.txt_flag { margin-left:1px; }

.txt_flag.my { width:65px; background-color:#fff; }
.txt_flag.my.type_01 { border-color:#67af67; color:#5daa5e; }
.txt_flag.my.type_02 { border-color:#f59d6e; color:#e89568; }
.txt_flag.my.type_03 { border-color:#75d3cf; color:#47c4c0; }
.txt_flag.my.type_04 { border-color:#349beb; color:#4da2e3; }
.txt_flag.my.type_05 { border-color:#a89af2; color:#9f8efa; }
.txt_flag.my.type_06 { border-color:#d592d6; color:#d583d6; }
.txt_flag.my.type_07 { border-color:#c67e40; color:#d18a4b; }
.txt_flag.my.type_08 { border-color:#65ab8c; color:#4fb88a; }
.txt_flag.my.type_09 { border-color:#f76f96; color:#f07d9d; }

.txt_flag.risk { min-width:50px; color:#fff; }
.txt_flag.risk.type_01 { border-color:#f47e7e; background-color:#f47e7e; }
.txt_flag.risk.type_02 { border-color:#ed9e74; background-color:#ed9e74; }
.txt_flag.risk.type_03 { border-color:#a496ed; background-color:#a496ed; }
.txt_flag.risk.type_04 { border-color:#4e9fde; background-color:#4e9fde; }
.txt_flag.risk.type_05 { border-color:#7cc27d; background-color:#7cc27d; }
.txt_flag.risk.type_06 { border-color:#023866; background-color:#023866; }

.txt_flag.fund { width:55px; background-color:#fff; }
.txt_flag.fund.long { width:70px; background-color:#fff; } /* 2016-09-08 추가 */
.txt_flag.fund.type_01 { border-color:#349beb; color:#4da2e3; }
.txt_flag.fund.type_02 { border-color:#c67e40; color:#d18a4b; }
.txt_flag.fund.type_03 { border-color:#67af67; color:#5daa5e; }
.txt_flag.fund.type_04 { border-color:#a89af2; color:#9f8efa; }
.txt_flag.fund.type_05 { border-color:#6cd0cc; color:#47c4c0; }
.txt_flag.fund.type_06 { border-color:#d592d6; color:#d583d6; }
.txt_flag.fund.type_07 { border-color:#349beb; color:#4da2e3; }
.txt_flag.fund.type_08 { border-color:#ffb901; color:#f1c248; }
.txt_flag.fund.type_09 { border-color:#d592d6; color:#d583d6; }
.txt_flag.fund.type_10 { border-color:#c67e40; color:#d18a4b; }
.txt_flag.fund.type_11 { border-color:#67af67; color:#5daa5e; }
.txt_flag.fund.type_12 { border-color:#a89af2; color:#9f8efa; }

.txt_flag.etc { width:55px; color:#fff; }
.txt_flag.etc.type_01 { border-color:#d37dd4; background-color:#d37dd4; }
.txt_flag.etc.type_02 { border-color:#a496ed; background-color:#a496ed; }
.txt_flag.etc.type_03 { border-color:#4e9fde; background-color:#4e9fde; }

.txt_flag.wrap { width:55px; background-color:#fff; }
.txt_flag.wrap.type_01 { border-color:#349beb; color:#4da2e3; }
.txt_flag.wrap.type_02 { border-color:#c67e40; color:#d18a4b; }
.txt_flag.wrap.type_03 { border-color:#67af67; color:#5daa5e; }
.txt_flag.wrap.type_04 { border-color:#a89af2; color:#9f8efa; }
.txt_flag.wrap.type_05 { border-color:#6cd0cc; color:#47c4c0; }
.txt_flag.wrap.type_06 { border-color:#d592d6; color:#d583d6; }
.txt_flag.wrap.type_07 { border-color:#349beb; color:#4da2e3; }
.txt_flag.wrap.type_08 { border-color:#ffb901; color:#f1c248; }
.txt_flag.wrap.type_09 { /*추천*/
    position: relative;
    padding-left: 10px;
    border-color:#4e9fde; 
    color:#fff; 
    background-color: #4e9fde;
}
.txt_flag.wrap.type_09:before {
    content:"";
    display: block;
    position: absolute;
    top: 50%;
    left: 7px;
    width: 11px;
    height: 11px;
    margin-top: -5px;
    background: url('../images/icon_flag.png') 0 0 no-repeat;
    -webkit-background-size: 50px;
    background-size: 50px;
}

.txt_flag.wrap.type_10 { 
    border: 0;
    background-color: #7cc27d;
    color:#fff; 
}
.txt_flag.wrap.type_11 { 
    border: 0;
    background-color: #ed9e74;
    color:#fff; 
}
.txt_flag.wrap.type_12 { 
    border: 0;
    background-color: #a496ed;
    color:#fff; 
}

.txt_flag.ed { width:55px; background-color:#fff; }
.txt_flag.ed.type_01 { border-color:#349beb; color:#4da2e3; }
.txt_flag.ed.type_02 { border-color:#c67e40; color:#d18a4b; }
.txt_flag.ed.type_03 { border-color:#67af67; color:#5daa5e; }
.txt_flag.ed.type_04 { border-color:#a89af2; color:#9f8efa; }
.txt_flag.ed.type_05 { border-color:#6cd0cc; color:#47c4c0; }
.txt_flag.ed.type_06 { border-color:#d592d6; color:#d583d6; }
.txt_flag.ed.type_07 { border-color:#349beb; color:#4da2e3; }
.txt_flag.ed.type_08 { border-color:#ffb901; color:#f1c248; }
.txt_flag.ed.type_09 { border-color:#d592d6; color:#d583d6; }
.txt_flag.ed.type_10 { border-color:#c67e40; color:#d18a4b; }
.txt_flag.ed.type_11 { border-color:#67af67; color:#5daa5e; }
.txt_flag.ed.type_12 { border-color:#a89af2; color:#9f8efa; }

/* ELS/DLS */
.txt_flag.els { width:55px; color:#fff; border:0; }
.txt_flag.els.type_01 { background-color:#ccc; }
.txt_flag.els.type_02 { background-color:#47c4c0; }
.txt_flag.els.type_03 { background-color:#d37dd4; }
.txt_flag.els.type_04 { background-color:#c7bf61; }
.txt_flag.els.type_05 { border:1px solid #c1ba60; color:#c1ba60; width:auto;  padding:0 3px  } /* 2017-10-30 추가 */

/* 펀드판매 */
.txt_flag.sale { width:50px; }
.txt_flag.sale.type_01 { border:0; background-color:#7cc27d; color:#fff; }
.txt_flag.sale.type_02 { border-color:#67af67; background-color:#fff; color:#5daa5e; }

/* 펀드가입 */
.txt_flag.join { width:55px; background-color:#fff; }
.txt_flag.join.type_01 { border-color:#8f8f8f; color:#8f8f8f;}
.txt_flag.join.type_02 { border-color:#c27634; color:#d18a4b;}
.txt_flag.join.type_03 { border-color:#349beb; color:#4da2e3;}
.txt_flag.join.type_04 { border-color:#8f8f8f; color:#8f8f8f;}









@charset "euc-kr";

/* button //////////////////////////////////////////////////////////////////////////*/
.btn_area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  -webkit-box-orient:horizontal;  
  box-orient:horizontal;  
  -webkit-box-align: center;
  box-align: center;
  
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  padding: 25px 15px;
  background-color: #fff;
}
.btn_area.bgf {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.btn_area>div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex:1;
  box-flex:1;
  -webkit-flex:1;
  flex:1;
}
.btn_area>a,
.btn_area>button {
  -webkit-box-flex:1;
  box-flex:1;
  -webkit-flex-grow:1;
  flex-grow:1;
  display: block;
  width: 1%;
  height:40px;
  padding: 0px 0px 0px;
  font-size: 16px;
  font-weight: bold;
  border-radius:3px;
  line-height: 41px;
  text-align: center;
}
.btn_area a[class*="b_"],
.btn_area button[class*="b_"] {
    height: 40px;
    line-height: 37px;
}
.btn_area a+a,
.btn_area button+button {
  margin-left: 8px;
}
.btn_area a i,
.btn_area button i {
    margin-right: 4px;
}
/*basic btn color style*/
.f_blue {
  background-color: #258bda;
  color: #fff;
}
.b_blue {
  border: 2px solid  #258bda;
  color: #258bda;
}
.f_red {
  background-color: #d14146;
  color: #fff;
}

.b_red {
  border: 2px solid  #d14146;
  color: #d14146;
}
.b_gray {
  border:2px solid gray;
  color:gray;
}

/*btn full size*/
.btn_fline {
  display: block;
  flex-grow:1;
  -webkit-flex-grow:1;
  border-radius:30px;
  font-size: 16px;
  padding: 12px 0;
  text-align: center;
  font-weight: bold;
}
.btn_fline.blue {
  border:1px solid #d14146;
  color:#d14146;
}
.btn_fline.gray {
  border:1px solid #8f8f8f;
  color:#8f8f8f;
}
.btn_fline.disabled {
  border: 1px solid #ccc;
  color: #ccc;
}

/*btn over in main banner*/
.btn_over {
  position: absolute;
  width: 32px;
  height: 32px;
  bottom: 6px;
  right: 20px;
  background-color: #fff;
  border:1px solid yellow;
  border-radius:16px;
  text-indent: -100px;
}

/*footer top button*/
.btn_top {
  display: block;
  position: fixed;
  bottom:6px;
  right:10px;
  width: 49px !important;
  height: 49px;
  padding-top: 10px;
  border-radius:25px;
  background-color: rgba(51, 51, 51, 0.7);
  color:#fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
  z-index: 110;
}
.btn_top:before {
  content:"";
  display: block;
  position: absolute;
  top: 8px;
  left: 50%;
  width: 16px;
  height: 9px;
  margin-left: -7px;
  background: url('../images/btn_ico_set.png') -25px -100px no-repeat;
  -webkit-background-size: 50px;
  background-size: 50px;
}
.icon_group .btn button {
  overflow: hidden;
  width: 35px;
  height: 22px;
  border: 1px solid #c9c9c9;
  border-radius:3px;
  text-indent: -100px;
  background-image: url('../images/icon_btn.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 25px;
  background-size: 25px;
}
.icon_group .btn .btn_stats {
  background-position: center -3px;
}
.icon_group .btn .btn_share {
  background-position: center -53px;
}
/*btn_more*/
.btn_more {
  display: block;
  overflow: hidden;
  width: 35px;
  height: 35px;
  margin-right: 5px;
  background: url('../images/icon_title.png') center -44px no-repeat;
  -webkit-background-size: 20px;
  background-size: 20px;
  text-indent: -100px;
}
.on .btn_more {
  background-position: center -93px;
}
.btn_more.arrow {
  background-position: center -143px;
  margin-right: 0;
}
/*.btn_more.line {
  min-width: 30px;
  height: 30px;
  margin-left: 15px;
  border:1px solid #e1e1e1;
  border-radius:3px;
  background: #fff url('../images/icon_title.png') center -43px no-repeat;
  -webkit-background-size: 20px;
  background-size: 20px;
}
.on .btn_more.line {
  margin-right: 0px;
  background-position: center -96px;
  }*/
.btn_full {
    display: block;
    height: 38px;
    background-color: #f7f7f7;
    border: 1px solid #e1e1e1;
    text-align: center;
    padding-top: 10px;
}
/*.stock_list+.btn_full.app_s {
  border-bottom: 0;
}*/
.cont>.btn_full {
    border-width:1px 0 0 0;
}
.cont>.btn_full:last-of-type {
    -webkit-border-bottom-left-radius:4px;
    border-bottom-left-radius:4px;
    -webkit-border-bottom-right-radius:4px;
    border-bottom-right-radius:4px;
}

  .btn_type_01 {
    height: 25px;
    padding: 0px 8px;
    border-width: 1px;
    border-radius:2px;
    background-color: #fff;
    font-size: 13px;
  }
/* button */
/*.btn_area a, .btn_area button {
  padding:1px 0 0px; 
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient:horizontal;  
  box-orient:horizontal;  
  -webkit-flex-direction: row;
  flex-direction: row;

  -webkit-box-align: center;
  box-align: center;
   -webkit-align-items: center;
   align-items: center;

   -webkit-box-pack: center !important;
  box-pack: center !important;
  -webkit-justify-content:center !important;
  justify-content:center !important;

  -webkit-align-content:center;
  align-content:center;
}
.btn_area button:before { display:block; content:"";  -webkit-box-flex:1;
  box-flex:1;
  -webkit-flex-grow:1 !important;
  flex-grow:1 !important;}
.btn_area button:after { display:block; content:"";  -webkit-box-flex:1;
  box-flex:1;
  -webkit-flex-grow:1 !important;
  flex-grow:1 !important;}
.f_blue {border:2px solid #258bda;}*/

/* 2015-12-18 배너추가  */
.btn_awardBan {position:fixed;bottom:6px;right:10px;width:49px;height:49px;background:transparent;}

/*active*/
.btn_area * {
    outline:0 none;
}
.btn_area .f_blue.active {
    background-color: #217dc4;
}
.btn_area .b_blue.active {
    border-color:#258bda;
    background-color: #258bda;
    color: #fff;
}
.btn_area .b_gray.active {
    border-color: #8f8f8f;
    background-color: #8f8f8f;
    color: #fff;
}
.btn_area .f_red.active {
    background-color: #d14146;
}
.btn_area .b_red.active {
    border-color: #d14146;
    background-color: #d14146;
    color: #fff;
}









@charset "euc-kr";

/*그래프 bg 컬러 옵션*/
.bgc_option_01 {background-color: #d14146 !important; color: #fff;}
.bgc_option_02 {background-color: #6cd0cc !important; color: #fff;}
.bgc_option_03 {background-color: #7cc96d !important; color: #fff;}
.bgc_option_04 {background-color: #ffd66a !important; color: #fff;}
.bgc_option_05 {background-color: #fcc8a2 !important; color: #fff;}
.bgc_option_06 {background-color: #f59d6e !important; color: #fff;}
.bgc_option_07 {background-color: #d589d6 !important; color: #fff;}
.bgc_option_08 {background-color: #a89af2 !important; color: #fff;}
.bgc_option_etc {background-color: #cccccc !important; color: #fff;}
.bgc_option_01:before {border-color: #d14146 !important;}
.bgc_option_02:before {border-color: #6cd0cc !important;}
.bgc_option_03:before {border-color: #7cc96d !important;}
.bgc_option_04:before {border-color: #ffd66a !important;}
.bgc_option_05:before {border-color: #fcc8a2 !important;}
.bgc_option_06:before {border-color: #f59d6e !important;}
.bgc_option_07:before {border-color: #d589d6 !important;}
.bgc_option_08:before {border-color: #a89af2 !important;}
.bgc_option_etc:before {border-color: #cccccc !important;}
.ico[class*="bgc_option_"] {
  position:relative;
  display: inline-block;
  vertical-align: middle; 
  width: 10px;
  margin-right: 5px;
}
.ico[class*="bgc_option_"]:before { 
  position:absolute; 
  top:50%; 
  left:0; 
  content:""; 
  width:inherit; 
  /* height:10px;  */
  margin-top:-6px;
  border-top:10px solid #ccc;
}

/* 
.fz12 .ico[class*="bgc_option_"] {
  margin-top: 1px;
}
 */

/*그래프 font 컬러 옵션*/
.c_option_01 {color:#d14146 !important;}
.c_option_02 {color:#1fcdc6 !important;}
.c_option_03 {color:#5abe46 !important;}
.c_option_04 {color:#ffb901 !important;}
.c_option_05 {color:#f6ab74 !important;}
.c_option_06 {color:#e98c5a !important;}
.c_option_07 {color:#ca70cb !important;}
.c_option_08 {color:#8b79ec !important;}
.c_option_etc {color:#666666 !important;}

/*화살표 컬러값 변경*/
.c_option_01:before {border-top-color:#d14146 !important;}
.c_option_02:before {border-top-color:#1fcdc6 !important;}
.c_option_03:before {border-top-color:#5abe46 !important;}
.c_option_04:before {border-top-color:#ffb901 !important;}
.c_option_05:before {border-top-color:#f6ab74 !important;}
.c_option_06:before {border-top-color:#e98c5a !important;}
.c_option_07:before {border-top-color:#ca70cb !important;}
.c_option_08:before {border-top-color:#8b79ec !important;}
.c_option_etc:before {border-top-color:#666666 !important;}

/* 그래프 범례 */
.ico_dumbbell { position: relative; display: inline-block; width:20px; vertical-align:middle; }
.ico_dumbbell:before { content:""; position: absolute; top: 50%; left:0; width:inherit; height:6px; margin-top:-4px; background:url('../images/icon_dumbbell.png') no-repeat; -webkit-background-size:cover; background-size:cover; }
.ico_dumbbell.type_01:before { background-position:0 -10px; }
.ico_dumbbell.type_02:before { background-position:0 -20px; }
.ico_dumbbell.type_03:before { background-position:0 -30px; }
.ico_dumbbell.type_04:before { background-position:0 -40px; }
.ico_dumbbell.type_05:before { background-position:0 -50px; }
.ico_dumbbell.type_06:before { background-position:0 -60px; }
.ico_dumbbell.type_07:before { background-position:0 -70px; }
.ico_dumbbell.type_08:before { background-position:0 -80px; }
.ico_dumbbell.type_09:before { background-position:0 -90px; }

/*graph title*/
.graph_list .title * {
 font-size: 15px;
 color:#000;
}
.graph_list .title+.title {
  margin-left: 10px;
}
.graph_list .title .val {
  color:#288bd8;
}
.graph_list>li {
  min-width: 50%;
}


/*펀드 분류 타입*/
.group_box {
  margin: 0 15px;
  border: 1px solid #e1e1e1;
  border-radius:3px;
}
.group_box li {
  width: 1%;
  -webkit-box-flex:1;
  box-flex:1;
  -webkit-flex:1 0 auto;
  flex:1 0 auto;
  padding: 15px;
}
.group_box li:first-child {
  border-right: 1px solid #e1e1e1;
}
.fund_type .img  {
  position: relative;
  width: 89px;
  height: 89px;
  margin: 15px auto 0px;
  text-align: center;
  background: url('../images/fund_invest_type.png') 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.fund_type .img.type_01  {
  background-position: 0 0;
}
.fund_type .img.type_02  {
  background-position: 0 -100px;
}
.fund_type .img.type_03  {
  background-position: 0 -200px;
}
.fund_type .img .val {
  display: block;
  position: absolute;
  width: 100%;
  margin-top: 30px;
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  color: #a89af2;
}
.fund_type .img.type_01 .val,
.fund_type .img.type_03 .val {
  left: 50%;
  width: 44px;
  margin-top: 21px;
  margin-left: -22px;
  font-size: 21px;
  text-align: center;
  white-space: normal;
  line-height: 24px;
}
.fund_type .img  img {
  width: 100%;
}
.stock_live {
  position: relative;
}
.stock_live .title,
.fund_type .title {
  text-align: left;
  font-size: 13px;
  white-space:normal;
}
.fund_type .title .val,
.stock_live .title .val {
  color:#288bd8;
  white-space:normal;
}
.stock_live .title+div {
  position: absolute;
  top: 60px;
  right: 15px;
}
.stock_live .fz12.tar {
  /*margin-top: 10px;*/
  display: block;
}
.stock_live .point {
  padding-top: 6px;
  font-size: 33px;
  text-align: right;
  color: #000;
}
.stock_live .net {
  position: relative;
  display:block;
  float: right;
  margin-top: 2px;
  text-align: right;
  font-size: 13px;
}
.stock_live .net:before {
  padding-right: 5px;
}

.graph_bar {
  margin-top: 15px;
}
.graph_bar .text_val {
  font-size: 17px;
  font-weight: bold;
}
.graph_bar .bar {
  height: 10px;
  margin-top: 5px;
  background-color: #e1e1e1;
  border-radius:3px;
}
.graph_bar .bar p {
  position: relative;
  display: block;
  height: 10px;
  border-radius: 3px 0 0 3px;
}
.graph_bar .bar .point {
  position: absolute;
  display: block;
  top: -25px;
  right: -25px;
  width: 50px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: transparent;
}
.graph_bar .bar .point:before {
  content:"";
  display: block;
  position: absolute;
  bottom: -3px;
  left:50%;
  margin-left: -4px;
  width: 0;
  height: 0;
  border-width:4px 4px 0 4px;
  border-style:solid;
  border-color: #d14146 rgba(0,0,0,0);
}
/*graph_bar color*/
/*step_04*/
.graph_bar.step_04 .text_val,
.graph_bar.step_04 .point {
  color: #5fcbc8;
}
.graph_bar.step_04 .bar p {
  background-color: #5fcbc8;
}
.graph_bar.step_04 .bar .point:before {
  border-top-color: #5fcbc8;
}
/*step_05*/
.graph_bar.step_05 .text_val,
.graph_bar.step_05 .point {
  color: #d14146;
}
.graph_bar.step_05 .bar p {
  background-color: #d14146;
}
.graph_bar.step_05 .bar .point:before {
  border-top-color: #d14146;
}

.graph_r_bar {
  position: relative;
  text-align: center;
  padding-top: 20px;
  margin-top: 20px;
}
.graph_r_bar p {
  position: absolute;
}
.graph_r_bar .etc {
  top: 0;
  right: 50%;
  font-size: 13px;
}
.graph_r_bar .etc .num {
  font-weight: bold;
  padding-right: 3px;
}
.graph_r_bar .val {
  width: 60px;
  top: 70px;
  left: 50%;
  margin-left: -30px;
  text-align: center;
}
.graph_r_bar .val * {
  color: #a295e8;
}
.graph_r_bar .val>span{
  display: block;
  font-size: 16px;
}
.graph_r_bar .val .num {
  font-size: 30px;
  font-weight: bold;
}
.graph_r_bar .val .num span {
  font-size: 21px;
}
.graph_block {
  position: relative;
  width: 156px;
  margin: 0 auto;
  min-height: 200px;
  background: url('../images/@graph_fund_02.png') 0 20px no-repeat;
  -webkit-background-size: 155px;
  background-size: 155px;
}
.graph_block .g_table {
  position: absolute;
  width: 150px;
  top: 38px;
  left: 2px;
}
.graph_block table {
  table-layout: fixed;
  width: 100%;
  border-spacing:1px;
}
.graph_block table th {
  overflow: hidden;
  width: 0px;
  text-indent: -100px;
}
.graph_block table tbody tr td {
  overflow: hidden;
  text-indent: -100px;
  height: 45px;
  background-color: #ededed;
}
.graph_block table td.on {
  background-color: #50c0cc;
}
.st_lgd {
  margin-top: 15px;
}
.st_lgd li {
  position: relative;
  font-size: 11px;
  color: #444;
  padding-left: 12px;
  padding-right: 5px;
}
.st_lgd li:before {
  content:"";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius:5px;
}
.st_lgd li.b_01:before {background-color: #7cc96d;}
.st_lgd li.b_02:before {background-color: #fa4b4b;}
.st_lgd li.b_03:before {background-color: #d14146;}
.st_lgd li.b_04:before {background-color: #d589d6;}









@charset "euc-kr";

/* 전문가 상담 */
.consult_box {border:1px solid #e3e3e3; background-color:#f7f7f7; border-radius:3px; }
.consult_box_txt { padding:25px 10px 0 105px; min-height:105px; background-image:url('../images/man_img_01.png'); background-repeat:no-repeat; background-position:14px 50%; background-size:76px; -webkit-border-radius:3px 3px 0 0; border-radius:3px 3px 0 0; }
.consult_box_txt p { font-size:15px; color:#000; font-weight:bold; }
.consult_box_txt p:last-child { margin-top:8px; color:#8f8f8f; font-size:13px; font-weight:normal; }
.consult_box_btn { background-color:#fff; border-top:1px solid #e3e3e3; -webkit-border-radius:0 0 3px 3px; border-radius:0 0 3px 3px; }
.consult_box_btn a { display:block; width:1%; height:40px; line-height:40px; border-left:1px solid #e3e3e3; font-size:14px; color:#666; text-align:center; }
.consult_box_btn a:first-child { border-left:none; }
.consult_box_btn a[href^="tel"]:before { content:" "; display:inline-block; width:25px; height:26px; margin-right:5px; background-image:url('../images/icon_btn.png'); background-repeat:no-repeat; background-size:cover; background-position:0 -100px; vertical-align:middle; }
.consult_box_btn.rflex a { background-color:transparent; -webkit-box-flex:1; box-flex:1; -webkit-flex-grow:1 !important; flex-grow:1 !important; }

/* 박스 */
/* .box_01 { background-color:#f2f2f2; border:1px solid #e1e1e1; border-radius:4px; padding:10px; } */
.box_01 { margin-top:15px; padding:10px; background-color:#f7f7f7; }
.box_01:first-child { margin-top:0; }

/* 제목 */
.tit_01 { font-size:15px; color:#000; margin-top:25px; font-weight:bold; line-height:1.2;}
.tit_01:first-child { margin-top:0; }
.tit_01+p,
.tit_01+div,
.tit_01+ul,
.tit_01+ol,
.tit_01+dl { margin-top:10px; }

.tit_02 { position:relative; font-size:15px; color:#000; padding-left:9px; margin-top:25px; line-height:1.2;}
.tit_02:before { position:absolute; top:0.5em; left:0; content:""; width:0; height:0; border:2px solid #000; }
.tit_02:first-child { margin-top:0; }
.tit_02+p,
.tit_02+div,
.tit_02+ul,
.tit_02+ol,
.tit_02+dl { margin-top:10px; }

/* 탭 리스트 */
.tab_01 { display:-webkit-box; display: -moz-box; display: -ms-box; display:box; display:-webkit-flex; display:flex; margin-top:14px; border-bottom:1px solid #d14146; line-height:1; }
.tab_01 li { position:relative; top:1px; display:block; -webkit-box-flex:1; box-flex:1; -webkit-flex-grow:1; flex-grow:1; width:1%; height:29px; background-color:#f7f7f7; margin-left:-1px; }
.tab_01 li:before { position:absolute; top:9px; left:-1px; display:block; content:""; height:10px; border-left:1px solid #d9d9d9; }
.tab_01 li:first-child { margin-left:0; }
.tab_01 li:first-child:before { border:0; }
.tab_01 li a { display:block; height:100%; padding:7px 0; color:#666; text-align:center; font-weight:bold; }
.tab_01 li.on { z-index:10; height:30px; background-color:#fff; border:1px solid #d14146; border-bottom:0; }
.tab_01 li.on a { color:#d14146; padding-top:6px; }
.tab_01 li.on:before { border:0; }

.tab_02 { display:-webkit-box; display: -moz-box; display: -ms-box; display:box; display:-webkit-flex; display:flex;   -webkit-box-pack: center !important; box-pack: center !important; -webkit-justify-content:center !important; justify-content:center !important;   -webkit-box-align: center; box-align: center; -webkit-align-items: center; align-items: center; padding-top:10px; background-color:transparent; }
.tab_02 li { /* -webkit-box-flex:1; box-flex:1; -webkit-flex-grow:1; flex-grow:1;  */ }
.tab_02 li+li { margin-left:25px; }
.tab_02 li.on { }
.tab_02 li a { position:relative; display:inline-block; padding:10px 0 10px 22px; font-size:14px; color:#000; line-height:18px; white-space: nowrap;}
.tab_02 li a:before { position:absolute; content:""; top:50%; left:0; width:18px; height:18px; margin-top:-9px; background-image:url('../images/bg_radio.png'); background-repeat:no-repeat; background-size:18px; vertical-align:middle; }
.tab_02 li.on a:before { background-position:0 -40px; }
.tab_02+div { margin-top:0 !important; }

/* 설명형 리스트 */
.dlist_01 { margin-left:14px; line-height:1.5; margin-top:10px; }
.dlist_01:first-child { margin-top:0}
.dlist_01 dt { position:relative; padding-top:0; margin-top:10px; font-size:15px; color:#000; }
.dlist_01 dt:first-child { margin-top:0 !important; ; }
.dlist_01 dt:before { content:" "; display:block; position:absolute; top:9px; left:-14px; width:0; height:0; border:2px solid #000; line-height:1.5; }
.dlist_01 dd { color:#666; padding-top:0; margin-top:5px; }
.dlist_01 .w2em { width:3em; }
.dlist_01 .w3em { width:4em; }
.dlist_01 .w4em { width:5em; }
.dlist_01 .w5em { width:6em; }
.dlist_01.row dt { position:absolute; margin-top:5px; }
.dlist_01.row dt:after { content:" :";}
.dlist_01 .w2em+dd { margin-left:3em; }
.dlist_01 .w3em+dd { margin-left:4em; }
.dlist_01 .w4em+dd { margin-left:5em; }
.dlist_01 .w5em+dd { margin-left:6em; }

.dlist_02 { margin-top:25px; line-height:1.6; color:#000; }
.dlist_02:first-child { margin-top:0; }
.dlist_02 dt,
.dlist_02 dd { padding:5px 14px; border-style:solid; border-color:#e3e3e3; }
.dlist_02 dt { margin-top:15px; background-color:#f7f7f7; border-width:1px; }
.dlist_02 dd { border-width:0 1px 1px; }
.dlist_02 dd:first-child { border-width-top:1px; }

.dlist_03 { position:relative; margin-top:25px; }
.dlist_03:first-child { margin-top:0; }
.dlist_03 dt { position:absolute; width:72px; height:25px; margin-top:25px; padding:6px 0; border:1px solid #c9c9c9; border-radius:25px; background-color:#fff; font-size:13px; font-weight:bold; text-align:center; line-height:1; }
.dlist_03 dd { margin-left:80px; padding:4px 0 3px; color:#000; line-height:1.2; }
.dlist_03 dt+dd { margin-top:25px }
.dlist_03 dt:first-child,
.dlist_03 dt:first-child+dd { margin-top:0; }

.dlist_04 { margin-top:25px; }
.dlist_04:first-child { margin-top:0; }
.dlist_04 dt { margin:25px 0 10px; color:#000; font-weight:bold; }
.dlist_04 dt:before { content:" "; display:inline-block; width:15px; height:15px; margin-right:3px; background-image:url('../images/blt_list_01.png'); background-repeat:no-repeat; background-size:cover; background-position:0 0; vertical-align:middle; }
.dlist_04 dt:first-child { margin-top:0; }
.dlist_04 dd { position:relative; padding:10px; background-color:#f7f7f7; line-height:1.5; }
.dlist_04 dd[class^="type"] { padding-left:110px; min-height:75px; }
.dlist_04 dd[class^="type"]:before { content:" "; display:block; position:absolute; top: 50%; margin-top: -37px; left:0; width:110px; height:75px; background-image:url('../images/bg_els_dls_info.png'); background-repeat:no-repeat; background-size:cover; }
.dlist_04 dd.type_01:before { background-position:0 0; }
.dlist_04 dd.type_02:before { background-position:0 -75px; }

/* 순서없는 리스트 */
.ulist_01 { }
.ulist_01 { margin-left:14px; }
.ulist_01 dt { position:relative; margin-top:10px; font-size:15px; color:#000; line-height:1.5; }
.ulist_01 dt:before { content:" "; display:block; position:absolute; top:8px; left:-14px; width:0; height:0; border:2px solid #000; line-height:1.5; }
.ulist_01 dd { font-size:13px; color:#666; }

/* 순서없는 리스트 */
.ulist_01 { }
.ulist_01 { margin-left:14px; }
.ulist_01 dt { position:relative; margin-top:10px; font-size:15px; color:#000; line-height:1.5; }
.ulist_01 dt:before { content:" "; display:block; position:absolute; top:8px; left:-14px; width:0; height:0; border:2px solid #000; line-height:1.5; }
.ulist_01 dd { font-size:13px; color:#666; }

.ulist_02 { line-height:1.2; margin-left:12px; }
.ulist_02>li { margin:0; margin-top:5px; }
.ulist_02>li { position:relative; color:#666; }
.ulist_02>li:before { content:"-"; position:absolute; left:-11px; }
.olist_05>li>.ulist_02 { margin-left:0; }
.olist_05>li>.ulist_02>li>.table { margin-left:-16px; }

/* 순서 리스트 */
.olist_01 { }
.olist_01>li { position:relative; margin-top:25px; margin-left:27px; color:#000; line-height:1.4; }
.olist_01>li:first-child { margin-top:0; }
.olist_01>li:before { position:absolute; left:-27px; color:#8f8f8f; font-size:15px; -webkit-box-sizing:border-box; box-sizing:border-box; }
.olist_01>li:nth-of-type(1):before { content:"01"; }
.olist_01>li:nth-of-type(2):before { content:"02"; }
.olist_01>li:nth-of-type(3):before { content:"03"; }
.olist_01>li:nth-of-type(4):before { content:"04"; }
.olist_01>li:nth-of-type(5):before { content:"05"; }
.olist_01>li:nth-of-type(6):before { content:"06"; }
.olist_01>li:nth-of-type(7):before { content:"07"; }
.olist_01>li:nth-of-type(8):before { content:"08"; }
.olist_01>li:nth-of-type(9):before { content:"09"; }
.olist_01>li:nth-of-type(10):before { content:"10"; }
.olist_01>li:nth-of-type(11):before { content:"11"; }
.olist_01.bx li { margin-left:43px; }
.olist_01.bx li:before { top:0; left:-43px; width:27px; height:27px; padding:6px 0; border:1px solid #aaa; border-radius:4px; background-color:#fff; text-align:center; line-height:1;}

.olist_02 { margin-top:25px; counter-reset:olist02; }
.olist_02:first-child { margin-top:0; }
.olist_02>li { margin-top:25px; line-height:1.5; }
.olist_02>li:first-child { margin-top:0; }
.olist_02>li:before { counter-increment:olist02; content:"Step " counter(olist02); display:block; width:72px; height:25px; margin-bottom:10px; padding:6px 0; border:1px solid #c9c9c9; border-radius:25px; background-color:#fff; font-size:13px; font-weight:bold; text-align:center; line-height:1; -webkit-box-sizing:border-box; box-sizing:border-box; color:#8f8f8f;}

.olist_03 { overflow:hidden; display: -webkit-box; display: -moz-box; display: -ms-box; display: -webkit-flex; display: flex; }
.olist_03>li { position:relative; display: -webkit-box; display: -moz-box; display: -ms-box; display: -webkit-flex; display: flex; -webkit-box-flex:1; box-flex:1; -webkit-flex-grow:1; flex-grow:1; -webkit-box-align: center; box-align: center; -webkit-align-items: center; align-items: center;width:1%; margin-left:18px; padding:45px 9px 10px 9px; border:1px solid #d14146; border-radius:2px; text-align:center; font-size:13px; line-height:1.5; }
.olist_03>li:first-child { margin-left:0; }
.olist_03>li:before { position:absolute; -webkit-box-sizing:border-box; box-sizing:border-box; content:""; top:0; left:0; display:block; width:100%; height:35px; padding-top:10px; background-color:#d14146; color:#fff; line-height:1; text-transform:uppercase; font-size:15px; -webkit-border-radius:1px 1px 0 0; border-radius:1px 1px 0 0; }
.olist_03>li:nth-of-type(1) { border-color:rgba(37,139,218,.6);}
.olist_03>li:nth-of-type(2) { border-color:rgba(37,139,218,.8);}
.olist_03>li:nth-of-type(3) { border-color:rgba(37,139,218,1);}
.olist_03>li:nth-of-type(1):before { content:"Step 01"; background-color:rgba(37,139,218,.6);}
.olist_03>li:nth-of-type(2):before { content:"Step 02"; background-color:rgba(37,139,218,.8);}
.olist_03>li:nth-of-type(3):before { content:"Step 03"; background-color:rgba(37,139,218,1);}
.olist_03>li:after { content:""; position:absolute; top:50%; right:-15px; width:9px; height:14px; margin-top:-8px; background-image:url('../images/btn_ico_set.png'); background-repeat:no-repeat; background-size:50px 250px; background-position:0 -25px; }

.olist_04 { margin-top:25px; counter-reset:olist04; }
.olist_04:first-child { margin-top:0; }
.olist_04>li { position:relative; min-height:60px; margin-top:25px; padding-left:53px; line-height:1.5; color:#000; }
.olist_04>li:first-child { margin-top:0; }
.olist_04>li:before { counter-increment:olist04;  content:"Step " counter(olist04); position:absolute; top:45px; left:0; display:block; width:41px; font-size:13px; font-weight:bold; text-align:center; line-height:1; color:#d14146; text-transform:uppercase; font-size:11px; }
.olist_04>li:after { position:absolute; top:3px; left:2px; content:""; width:19px; height:19px; padding:7px; border:2px solid #288bd8; background-color:#fff; -webkit-border-radius:4px; border-radius:4px; background:#fff url('../images/icon_olist_04.png') no-repeat; -webkit-background-size:19px 133px; background-size:19px 133px; background-origin:content-box; background-clip:content-box; }
.olist_04>li:nth-of-type(1):after { background-position:0 0; }
.olist_04>li:nth-of-type(2):after { background-position:0 -19px; }
.olist_04>li:nth-of-type(3):after { background-position:0 -38px; }
.olist_04>li:nth-of-type(4):after { background-position:0 -57px; }
.olist_04>li:nth-of-type(5):after { background-position:0 -76px; }
.olist_04>li:nth-of-type(6):after { background-position:0 -95px; }
.olist_04>li:nth-of-type(7):after { background-position:0 -114px; }

.olist_05 { margin-top:25px; counter-reset:olist05; }
.olist_05:first-child { margin-top:0; }
.olist_05>li { position:relative; margin-top:10px; margin-left:16px; line-height:1.5; }
.olist_05>li:first-child { margin-top:0; }
.olist_05>li:before { counter-increment:olist05; content:counter(olist05)"."; position:absolute; left:-16px; font-size:15px; -webkit-box-sizing:border-box; box-sizing:border-box; text-align:right; }
.olist_05>li>.table { margin-left:-16px; }

.thumb_01 { }
.thumb_01 .article {display: -webkit-box; display: -moz-box; display: -ms-box; display: -webkit-flex; display: flex; -webkit-box-align: center; box-align: center; -webkit-align-items: center; align-items: center; margin-top:25px; }
.thumb_01 .article:first-child { margin-top:0; }
.thumb_01 .article:before,
.thumb_01 .thumb { display:block; margin-right:15px; -webkit-flex:0 0 auto; flex:0 0 auto; }
.thumb_01 .tit { color:#000; }
.thumb_01 .tit~* { font-size:13px; }
.thumb_01 .tit+* { margin-top:5px; }
.thumb_01 .txt { -webkit-box-flex:1; box-flex:1; -webkit-flex-grow:1; flex-grow:1; }

.neo_plan .article:before { content:""; width:66px; height:66px; background-image:url('../images/neo_plan_img.png'); background-repeat:no-repeat; background-size:cover; }
.neo_plan .article:nth-of-type(1):before { background-position:0 0;}
.neo_plan .article:nth-of-type(2):before { background-position:0 -66px;}
.neo_plan .article:nth-of-type(3):before { background-position:0 -132px;}
.neo_plan .article:nth-of-type(4):before { background-position:0 -198px;}

/* 재형펀드 그래프 */
.fp_graph_01 dt { float:left; margin-top:15px; font-size:12px;}
.fp_graph_01 dd:nth-of-type(2n-1) { float:right; margin-top:15px; font-size:12px; }
.fp_graph_01 dd:nth-of-type(2n) { clear:both; display: flex; display: -webkit-box; display: -moz-box; display: -ms-box; display: -webkit-flex; padding-top:8px; font-size:13px; color:#fff; }
.fp_graph_01 dd:nth-of-type(2n)>span { display:block; box-flex:1; -webkit-box-flex:1; flex-grow:1; -webkit-flex-grow:1; height:40px; text-align:center; border-left:1px solid #fff; line-height:40px; }
.fp_graph_01 dd:nth-of-type(2n)>span:nth-child(1) { width:40%; background-color:#a295e8; border-left:none; }
.fp_graph_01 dd:nth-of-type(2n)>span:nth-child(2) { width:30%; background-color:#50c0cc; }
.fp_graph_01 dd:nth-of-type(2n)>span:nth-child(3) { width:30%; background-color:#acacac; }
.fp_graph_01 dt:nth-of-type(2) { color:#000; }
.fp_graph_01 dt:nth-of-type(2)+dd { color:#000; }
.fp_graph_01 dt:nth-of-type(2)~dd:nth-of-type(2n)>span:nth-child(2) { width:20%;}
.fp_graph_01 dt:nth-of-type(2)~dd:nth-of-type(2n)>span:nth-child(3) { width:40%;}

/* 보유펀드 그래프 */
.fp_graph_02 { overflow:hidden; border-top:1px solid #e3e3e3; border-left:1px solid #e3e3e3; background-color:#fff; }
.fp_graph_02>div { float:left; width:50%; height:145px; padding-top:15px; border-bottom:1px solid #e3e3e3; border-right:1px solid #e3e3e3; text-align:center; color:#000; }
.fp_graph_02>div>span { display:block; font-size:13px; }
.fp_graph_02>div>span.type_01 { color:#666; }
.fp_graph_02>div>span.type_02 { color:#fa7143; }
.fp_graph_02>div>span.type_03 { color:#fa4b4b; }
.fp_graph_02>div>span:before { display:block; content:" "; width:111px; height:62px; margin:12px auto 3px; background-image:url('../images/graph_img_01.png'); background-repeat:no-repeat; background-size:cover; }
.fp_graph_02>div>span.type_01:before { }
.fp_graph_02>div>span.type_02:before { background-position:0 -62px; }
.fp_graph_02>div>span.type_03:before { background-position:0 -124px; }

/* 링크 스타일 버튼 */
.link_box_01 { display: flex; display: -webkit-box; display: -moz-box; display: -ms-box; display: -webkit-flex; }
.link_box_01+.link_box_01 { margin-top:5px; }
.link_box_01 a { box-flex:1; -webkit-box-flex:1; flex-grow:1; -webkit-flex-grow:1; display:block; width:1%; height:30px; padding:8px 10px 7px; background-color:#f7f7f7; color:#666; font-size:13px; font-weight:normal; line-height:1 !important; text-align:center; border:1px solid #e1e1e1; border-radius:3px; font-size:13px; }
.link_box_01 a span { line-height:1 !important;}
.link_box_01 a+a { margin-left:5px; }
.link_box_02 { display: flex; display: -webkit-box; display: -moz-box; display: -ms-box; display: -webkit-flex; }
.link_box_02+.link_box_01 { margin-top:5px; }
.link_box_02 a { box-flex:1; -webkit-box-flex:1; flex-grow:1; -webkit-flex-grow:1; display:block; width:1%; height:30px; padding:8px 10px 7px; background-color:#288bd8; color:#fff; font-size:13px; font-weight:normal; line-height:1 !important; text-align:center; border:1px solid #e1e1e1; border-radius:3px; font-size:13px; }
.link_box_02 a span { line-height:1 !important;}
.link_box_02 a+a { margin-left:5px; }

/* 펀드 기상도 목록 */
.fund_weather_list { overflow:hidden; padding:8px 5px 8px; margin:0 !important;}
.fund_weather_list .list_item { float:left; width:50%; }
.fund_weather_list .list_item a { position:relative; display:block; margin:5px; height:180px;  background-color:#fff; border:1px solid #e1e1e1; border-radius:3px; color:#000; text-align:center; }
.fund_weather_list .list_item a span { display:block; margin:15px 15px 105px; font-size:15px; text-align:left;   overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.fund_weather_list .list_item a i { position:relative; display:inline-block; width:12px; height:0; padding-top:20px; text-indent:-999em; font-weight:bold; font-style:normal; vertical-align:bottom;}
.fund_weather_list .list_item a i:before { position:absolute; top:7px; left:0; content:""; }
.fund_weather_list .list_item a i.up:before { border-width:0 6px 10px 6px; border-style:solid; border-color:transparent transparent #fa4b4b transparent;}
.fund_weather_list .list_item a i.down:before { border-width:10px 6px 0 6px; border-style:solid; border-color:#007ee5 transparent transparent; }
.fund_weather_list .list_item a:before { position:absolute; top:35px; left:50%; content:" "; display:block; width:110px; height:100px; margin-left:-50px; background-image:url('../images/fund_weather_img_01.png'); background-repeat:no-repeat; background-position: -999em 0;   -webkit-background-size: auto 400px; background-size: auto 400px; }
.fund_weather_list .list_item.type_01 a:before { background-position:0 0; }
.fund_weather_list .list_item.type_02 a:before { background-position:0 -100px; }
.fund_weather_list .list_item.type_03 a:before { background-position:0 -200px; }
.fund_weather_list .list_item.type_04 a:before { background-position:0 -300px; }
.fund_weather_list .list_item a strong { margin-left:5px; font-weight:bold; font-size:20px; line-height:1; }
.fund_weather_list .list_item.ad>a { background-color:#cce8ff; }
.fund_weather_list .list_item.ad>a:before { display:none; }
.fund_weather_list .list_item>a .rflex { height:100%;}

/* 펀드 키워드 목록 */
.fund_keyword_list { overflow:hidden; padding:5px 5px 8px; }
.fund_keyword_list .list_item { float:left; width:50%; }
.fund_keyword_list .list_item a { display:block; overflow:hidden; margin:8px 5px 5px; height:180px;  background-color:#fff; border:1px solid #e1e1e1; -webkit-border-radius:3px; border-radius:3px; color:#000; text-align:center; }
.fund_keyword_list .list_item a strong { display:block; margin-bottom:5px; font-weight:bold; color:#000; border-radius:3px; }
.fund_keyword_list .list_item a strong:before { content:" "; display:block; width:130px; height:100px; margin:0 auto 4px; background-image:url('../images/fund_keyword_img_01.png'); background-repeat:no-repeat; background-size:cover; }
.fund_keyword_list .list_item.type_01 a strong:before { background-position:0 0; }
.fund_keyword_list .list_item.type_02 a strong:before { background-position:0 -100px; }
.fund_keyword_list .list_item.type_03 a strong:before { background-position:0 -200px; }
.fund_keyword_list .list_item.type_04 a strong:before { background-position:0 -300px; }
.fund_keyword_list .list_item.type_05 a strong:before { background-position:0 -400px; }
.fund_keyword_list .list_item.type_06 a strong:before { background-position:0 -500px; }
.fund_keyword_list .list_item.type_07 a strong:before { background-position:0 -600px; }
.fund_keyword_list .list_item.type_08 a strong:before { background-position:0 -700px; }
.fund_keyword_list .list_item a span { font-size:13px; color:#666; }
.fund_keyword_list .list_item.ad>a { background-color:#cce8ff; }
.fund_keyword_list .list_item.ad>a:before { display:none; }
.fund_keyword_list .list_item>a .rflex { height:100%;}

/* 펀드 앱 링크 */
.h2+.fund_link_list { margin-top:0; }
.fund_link_list { margin:13px 10px; overflow:hidden; }
.fund_link_list ul { margin-top:0; overflow:hidden; border:1px solid #e1e1e1; background-color:#fff; border-radius:3px;  }
.fund_link_list li { width:33.3%; position:relative; bottom:-1px; float:left; border-right:1px solid #e1e1e1; border-bottom:1px solid #e1e1e1; background-color: transparent; }
.fund_link_list li:nth-of-type(3n) { border-right:0; }
.fund_link_list li:nth-of-type(3n+1) { clear:left; }
.fund_link_list li:nth-of-type(3n-1) { width:33.4%; }
.fund_link_list li:nth-of-type(1),
.fund_link_list li:nth-of-type(2),
.fund_link_list li:nth-of-type(3) { margin-top:-1px;  }
.fund_link_list li a { z-index:10; position:relative; display:block; height:108px; padding-top:85px; font-size:12px; color:#444; text-align:center; line-height:1; }
.fund_link_list li:before { display:block; position:absolute; left:50%; top:10px; content:""; width:80px; height:60px; margin-left:-40px; background-image:url('../images/fund_link_list_img.png'); background-repeat:no-repeat; -webkit-background-size:240px auto; background-size:240px auto; }
.fund_link_list li:nth-of-type(1):before { background-position:0 0;}
.fund_link_list li:nth-of-type(2):before { background-position:-80px 0;}
.fund_link_list li:nth-of-type(3):before { background-position:-160px 0;}
.fund_link_list li:nth-of-type(4):before { background-position:0 -60px;}
.fund_link_list li:nth-of-type(5):before { background-position:-80px -60px;}
.fund_link_list li:nth-of-type(6):before { background-position:-160px -60px;}
.fund_link_list li:nth-of-type(7):before { background-position:0 -120px;}
.fund_link_list li:nth-of-type(8):before { background-position:-80px -120px;}
.fund_link_list li:nth-of-type(9):before { background-position:-160px -120px;}

/* 주식주문/잔고 */
.fund_link_list.tr.type_01 li:before { background-image:url('../images/fund_link_list_img_tr_01.png');}
.fund_link_list.tr.type_02 li:before { background-image:url('../images/fund_link_list_img_tr_02.png');}
.fund_link_list.tr.type_03 li:before { background-image:url('../images/fund_link_list_img_tr_03.png');}
.fund_link_list.tr.type_04 li:before { background-image:url('../images/fund_link_list_img_tr_04.png');}
.fund_link_list.tr.type_05 li:before { background-image:url('../images/fund_link_list_img_tr_05.png');}

/* 소장펀드 예시 */
.fund_ex { position:relative; margin-top:10px; }
.fund_ex:before,
.fund_ex:after { content:" "; position:absolute; top:0; border-width:17px 10px 0 10px; border-color:#97c3e8 transparent transparent transparent; border-style:solid; } 
.fund_ex:before { left:0; }
.fund_ex:after { right:0; }
.fund_ex>span { display:block; height:35px; margin:0 10px; background-color:#54a0df; line-height:35px; color:#fff; font-size:16px; text-align:center; }
.fund_ex>span:before,
.fund_ex>span:after { content:" "; position:absolute; bottom:0; border-style:solid; border-width:0 10px 17px 10px; border-color:transparent transparent #4a8ec6 transparent; } 
.fund_ex>span:before { left:0; }
.fund_ex>span:after { right:0; }

/* ELS/DLS 상세 */
.els_dls_detail { position:relative; overflow:hidden; margin-top:25px; border-top:1px solid #e3e3e3; border-left:1px solid #e3e3e3; text-align:center; font-size:13px; }
.els_dls_detail dt { position:absolute; width:50%; padding:14px 0; color:#000; line-height:1; background-color:transparent; }
.els_dls_detail dd { float:left; width:50%; height:163px; border-bottom:1px solid #e3e3e3; border-right:1px solid #e3e3e3; }
.els_dls_detail dt:nth-of-type(1) { left:0;}
.els_dls_detail dt:nth-of-type(2) { left:50%;}
.els_dls_detail dd>span { text-indent:-999em; display:block; width:135px; height:100px; margin:42px auto 0; background-image:url('../images/els_dls_detail_img.png'); background-repeat:no-repeat; background-size:cover; }
.els_dls_detail dd>span.type_01_01 { background-position:0 0; }
.els_dls_detail dd>span.type_01_02 { background-position:0 -100px; }
.els_dls_detail dd>span.type_02_01 { background-position:0 -200px; }
.els_dls_detail dd>span.type_02_02 { background-position:0 -300px; }
.els_dls_detail dd>span.type_02_03 { background-position:0 -400px; }
.els_dls_detail dd>span[class*="type_02_"] {height: 102px;}
.els_dls_detail dd>span.type_02_01 {background-position: 0 -800px;}/*무위험*/
.els_dls_detail dd>span.type_02_02 {background-position: 0 -650px;}/*저위험*/
.els_dls_detail dd>span.type_02_03 {background-position: 0 -500px;}/*중위험*/
.els_dls_detail dd>span.type_02_04 {background-position: 0 -350px;}/*고위험*/
.els_dls_detail dd>span.type_02_05 {background-position: 0 -200px;}/*초고위험*/

/* Wrap Account 장점 */
.wrap_account_list { overflow:hidden; position:relative; margin:0 -3px; }
.wrap_account_list>p { z-index:10; position:absolute; top:50%; left:50%; margin:-46px 0 0 -46px; width:92px; height:92px; padding:15px 0; border:6px solid #fff; border-radius:50%; background-color:#d14146; color:#fff; text-align:center; box-shadow:1px 1px 0 #e1e1e1, -1px 1px 0 #e1e1e1, -1px -1px 0 #e1e1e1, 1px -1px 0 #e1e1e1; font-size:14px; font-weight:bold; }
.wrap_account_list>p span { height:92px; } 
.wrap_account_list>p:before,
.wrap_account_list>p:after,
.wrap_account_list>p span:before,
.wrap_account_list>p span:after { content:" "; top:0; position:absolute; border-top:6px solid #fff; width:6px; }
.wrap_account_list>p:before { left:-10px; top:50%; margin-top:-3px; }
.wrap_account_list>p:after { right:-10px; top:50%; margin-top:-3px;}
.wrap_account_list>p span:before { left:50%; top:-10px; margin-left:-3px; }
.wrap_account_list>p span:after { left:50%; top:100%; margin-top:5px; margin-left:-3px; }
.wrap_account_list>div { float:left; width:50%; }
.wrap_account_list ul { height:150px; margin:3px; padding:10px; border:1px solid #e1e1e1; background-color:#f7f7f7; }
.wrap_account_list li { position:relative; margin-top:10px; margin-left:7px; font-size:13px; color:#666; }
.wrap_account_list li:first-child { margin-top:0; }
.wrap_account_list li:before { content:" "; position:absolute; top:5px; left:-7px; overflow:hidden; border-top:2px solid #666; width:2px; height:0; }
.wrap_account_list>div:nth-of-type(3) ul,
.wrap_account_list>div:nth-of-type(4) ul { padding-top:40px; }

/* 시장전망 */
.forecast_list { position:relative; padding:25px 0; margin:0 15px; }
.forecast_list:before { content:""; position:absolute; top:0; left:14px; width:0; height:100%; border-left:2px solid #e1e1e1; }
.forecast_list_item { padding-left:40px; margin-top:35px; }
.forecast_list_item:first-child { margin-top:0; }
.forecast_list_item.type_01 div[class^="forecast_list"]:before { background-color:#6472b0; background-position:0 0; }
.forecast_list_item.type_02 div[class^="forecast_list"]:before { background-color:#a683d4; background-position:0 -30px; }
.forecast_list_item.type_03 div[class^="forecast_list"]:before { background-color:#95c4f0; background-position:0 -60px; }
.forecast_list_item.type_04 div[class^="forecast_list"]:before { background-color:#a2a1e3; background-position:0 -90px; }
.forecast_list_item.type_05 div[class^="forecast_list"]:before { background-color:#90cace; background-position:0 -120px; }
.forecast_list_tit { position:relative; height:34px; padding:7px 0; color:#000; line-height:1.2; }
.forecast_list_tit:before { -webkit-box-sizing:border-box; box-sizing:border-box; content:""; position:absolute; top:-1px; left:-42px; width:34px; height:34px; background-color:#6472b0; border:2px solid #fff; border-radius:50%; background-image:url('../images/forecast_list_ico.png'); background-repeat:no-repeat; background-size:cover; }
.forecast_list_txt { position:relative; margin-top:10px; background-color:#f7f7f7; border:1px solid #e1e1e1; border-radius:2px; color:#000; }
.forecast_list_txt p { margin:14px; }
.forecast_list_txt:before { content:""; position:absolute; top:50%; left:-31px; margin-top:-5px; width:8px; height:8px; background-color:#6472b0; border:1px solid #fff; border-radius:50%; }
.forecast_list_btn { display:flex; display:-webkit-box; display:-webkit-flex; border-top:1px solid #e3e3e3; background-color:#fff; border-radius:0 0 2px 2px; }
.forecast_list_btn a { display:block; -webkit-box-flex:1; flex-grow:1; -webkit-flex-grow:1; width:1%; height:30px; padding:9px 0 8px; text-align:center; color:#666; font-size:13px; line-height:1; background-color:transparent; }
.forecast_list_btn a+a { border-left:1px solid #e3e3e3; }

.stock_calendar { }
.stock_calendar { position:relative; padding:25px 0; margin:0 15px; }
.stock_calendar:before { content:""; position:absolute; top:0; left:14px; width:0; height:100%; border-left:2px solid #e1e1e1; }
.stock_calendar_item { padding-left:40px; margin-top:35px; }
.stock_calendar_item:first-child { margin-top:0; }
.stock_calendar_item.on div[class^="stock_calendar"]:before { background-color:#d14146; }
.stock_calendar_tit { position:relative; height:36px; padding:7px 0; color:#000; line-height:1.2; }
.stock_calendar_tit:before { -webkit-box-sizing:border-box; box-sizing:border-box; content:attr(data-day); position:absolute; top:-1px; left:-42px; width:34px; height:34px; padding-top:7px; background-color:#acacac; border:2px solid #fff; border-radius:50%; text-align:center; color:#fff; font-weight:bold; -webkit-box-sizing:border-box; box-sizing:border-box; }
.stock_calendar_tit+.stock_calendar_txt { margin-top:0; }
.stock_calendar_txt { position:relative; margin-top:10px; padding:15px 10px 15px 50px; border:1px solid #e1e1e1; background-color:#f7f7f7; border-radius:2px; color:#000; font-size:13px; }
.stock_calendar_txt:before { content:""; position:absolute; top:20px; left:-31px; margin-top:0px; width:8px; height:8px; background-color:#acacac; border:1px solid #fff; border-radius:50%; }
.stock_calendar_txt ul { line-height:1.2; }
.stock_calendar_txt ul>li { margin-top:4px; }
.stock_calendar_txt ul>li:first-child { margin-top:0; }
.stock_calendar_txt:after { position:absolute; top:15px; left:10px; content:""; width:30px; height:20px; background-repeat:no-repeat; background-size:30px; -webkit-box-shadow:1px 1px 0 rgba(0,0,0,.1); box-shadow:1px 1px 0 rgba(0,0,0,.1); }

.cal_kr:after { background-image:url('../images/flag/natn_099.gif');}
.cal_us:after { background-image:url('../images/flag/natn_001.gif');}


/* 게시판 상세 */
.board_view_header { background-color:#f7f7f7; padding:1px 15px 0; border-bottom:1px solid #8f8f8f;}
.board_view_header h1 { margin:15px 0; font-size:20px; color:#000; font-weight:normal; line-height:1.2;}
.board_view_header .view_info { margin-top:-5px; padding:10px 0; border-top:1px solid #e1e1e1; font-size:11px; color:#8f8f8f; line-height:1; }
.board_view_header .view_info>span { display:inline-block; margin-left:5px; }
.board_view_header .view_info>span:first-child { margin-left:0; }
.board_view_header .writer:before { content:"[";}
.board_view_header .writer:after { content:"]";}
.board_view_header .date:before { position:relative; top:-1px; display:inline-block; content:""; width:10px; height:10px; margin-right:3px; background-image:url('../images/icon_list.png'); background-repeat:no-repeat; background-size:cover; vertical-align:middle; }

.board_view_body { padding:25px 15px; background-color:#fff; border-bottom:1px solid #e1e1e1; }

.search_list { margin:10px; }
.search_list_title { height:35px; padding:7px 15px; background-color:#ccc; border-radius:5px 5px 0 0; color:#fff; font-size:20px; line-height:1; }
.search_list li { height:55px; border-width:0 1px 1px 1px; border-style:solid; border-color:#e1e1e1;  background-color:#fff; }
.search_list li>a { position:relative; height:100%; background-color:transparent; }
.search_list li>a:after { position:absolute; top:50%; right:15px; margin-top:-10px; display:block; content:""; width:20px; height:20px; background:url('../images/icon_title.png') center -150px no-repeat; background-size:cover; }
.search_list li>a>div { margin:0 10px; min-width:2em; }
.search_list li:first-child { border-radius:5px 5px 0 0; border-top-width:1px;  }
.search_list li:last-child { border-radius:0 0 5px 5px; }
.search_list_title+ul li:first-child { border-radius:0; border-top-width:0; }

/* 숫자 삽입 */
.det_box ol { padding-left:23px; }
.det_box ol li { list-style-type:decimal; margin-top:5px; font-size:13px; }
.det_box ol li:first-child { margin-top:0; }

/* 공통 컨텐츠 단락 여백 */
.para_01 { margin-top:20px; /* background-color: #fff; */ line-height:1.5; }
.para_01:first-child { margin-top:0; }
.para_01+.para_01 { margin-top:10px; }
.div[class*="table"]+.para_01 { margin-top:10px;}

/*상세화면 문단*/
.det_box {margin-top: 25px; }
.det_box:first-child {margin-top: 0; }
.det_box>dt { font-weight: bold; color: #000; }
.det_box>dd { margin-top: 10px; line-height:1.5;}
.det_box li span:first-child { }
.det_box>dt { margin-top:25px; }
.det_box>dt:first-child { margin-top:0; }
.det_box .para_01 { margin-top:8px; }
.det_box .para_01:first-child { margin-top:0; }

/*dot_list*/
dd>.dot_list:first-child,
li>.dot_list:first-child,
dd>.dot_list,
li>.dot_list { margin-top:10px; }
.dot_list { margin-top:20px; line-height:1.5; }
.dot_list:first-child { margin-top:0; }
.dot_list>li {position: relative; margin-top:10px; padding-left: 14px; } 
.dot_list>li:first-child { margin-top:0; }
.dot_list>li:before {content:""; position: absolute; display: block; top: .5em; left: 0; width: 4px; height: 4px; background-color: #666; }
.dot_list.black { color:#000; }
.dot_list.black>li:before { background-color:#000; }
.dot_list.fz11>li { margin-top:2px; }
.dot_list.fz11>li { padding-left: 10px; } 

/* 2016-04-19 추가 */
.dot_list>li .sub_dotList>li {position:relative;padding-left:10px;margin-top:5px;}
.dot_list>li .sub_dotList>li:first-child {margin-top:0;}
.dot_list>li .sub_dotList>li:before {content:""; position: absolute; display: block; top: .5em; left: 0; width: 3px; height: 3px; background-color: #666;}

/* 앱 다운로드 */
.app_download { border:1px solid #e1e1e1; background-color:#fbfbfb; padding:13px 10px; border-radius:3px; font-size:13px; }
.app_download img { display:block; }
.app_download .thumb { position:relative; margin-right:25px; }
.app_download .thumb:after { position:absolute; bottom:-5px; right:-16px;; background-color:rgba(35, 138, 217, .9); background-image:url('../images/icon_download.png'); background-repeat:no-repeat; background-size:cover; display:block; content:""; width:26px; height:26px; color:#fff; border-radius:50%; }

/* 
.multi_select_area { cursor:pointer; padding:10px 15px; background-color:#f5f5f5; border-bottom:1px solid #e1e1e1;}
.multi_select_area span { position:relative; display:block; height:40px; margin-left:5px; padding:12px 25px 12px 9px; border:1px solid #8f8f8f; background-color:#fff; color:#000; font-size:14px; border-radius:3px; line-height:1; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.multi_select_area span:first-child { margin-left:0; }
.multi_select_area span:before { content:""; position:absolute; top:50%; right:9px; margin-top:-3px; border-width:6px 4px 0 4px; border-style:solid; border-color:#8f8f8f transparent transparent transparent;}
*/

/* 주식, 투자정보 목록 */
h1+.stock_list { border-top:none; }
.home .stock_list,
.cont.box .stock_list { border-top:0; border-bottom:0; margin-bottom:0; }
.home .cont .stock_list,
.cont.box .stock_list,
.asd_c .cont .stock_list,
.home .cont .stock_list,
.cont.box .stock_list,
.asd_c .cont .stock_list { border-radius:4px; -webkit-border-radius:4px;}
.home .cont .stock_list_item:first-child,
.cont.box .stock_list_item:first-child,
.asd_c .cont .stock_list_item:first-child,
.home .cont .stock_list_item:first-child>a,
.cont.box .stock_list_item:first-child>a,
.asd_c .cont .stock_list_item:first-child>a { border-top-left-radius:4px; -webkit-border-top-left-radius:4px; border-top-right-radius:4px; -webkit-border-top-right-radius:4px; }
.home .cont .stock_list_item:last-child,
.cont.box .stock_list_item:last-child,
.asd_c .cont .stock_list_item:last-child,
.home .cont .stock_list_item:last-child>a,
.cont.box .stock_list_item:last-child>a,
.asd_c .cont .stock_list_item:last-child>a { border-bottom-left-radius:4px; -webkit-border-bottom-left-radius:4px; border-bottom-right-radius:4px; -webkit-border-bottom-right-radius:4px; }

.home .cont .stock_list.pull_down .stock_list_item:last-child:after,
.cont.box .stock_list.pull_down .stock_list_item:last-child:after,
.asd_c .cont .stock_list.pull_down .stock_list_item:last-child:after { border-bottom-right-radius:4px; -webkit-border-bottom-right-radius:4px; }


.stock_list { border-top:1px solid #e1e1e1; border-bottom:1px solid #e1e1e1; margin-bottom:-1px; }
.stock_list .color { color:#000;}
.cont.stock_list:first-child { border-top:0; }
.stock_list_item { position:relative; padding:10px 10px 8px; border-top:1px solid #e1e1e1; background-color:#fff; line-height:1.2; }
.stock_list_item>a { display:block; margin:-10px -10px -8px; padding:10px 10px 8px; overflow:hidden; }
.stock_list_item:first-child { border-top:none; }
.stock_list_item .company { overflow:hidden; width:8em; height:20px; margin-top:1px; color:#000; font-size:15px; float:left; line-height:20px; }
.stock_list_item .column  { overflow:hidden; text-align:left; line-height:20px; }
.stock_list_item .column:first-child { margin-top:0; }
.stock_list_item .column:first-child+.column { margin-top:3px; }
.stock_list_item .company+.data .column:first-child  { text-align:right;  }
.stock_list_item *[class^="num"] { text-align:right; }
.stock_list_item span { display:inline-block; }
.stock_list_item .num80 { min-width:80px; }
.stock_list_item .num75 { min-width:75px; }
.stock_list_item .num70 { min-width:70px; }
.stock_list_item .num65 { min-width:65px; }
.stock_list_item .num60 { min-width:60px; }
.stock_list_item .num55 { min-width:55px; }
.stock_list_item .num50 { min-width:50px; }
.stock_list_item .num45 { min-width:45px; }
.stock_list_item .num40 { min-width:40px; }
.stock_list_item .num35 { min-width:35px; }
.stock_list_item .num30 { min-width:30px; }
.stock_list_item .num25 { min-width:25px; }
.stock_list_item .num20 { min-width:20px; }
.stock_list_item .num15 { min-width:15px; }
.stock_list_item .txt { display:inline-block; color:#000; font-size:12px; }
.stock_list_item .txt:first-child,
.stock_list_item .txt:first-child .tit,
.stock_list_item .company .tit { margin-left:0; }
.stock_list_item .tit { color:#8f8f8f; font-size:11px; margin-left:12px; }
.stock_list_item .txt.fz12 .tit { font-size:12px; }
.stock_list_item .txt:not(.fz12) .tit+*[class^="num"] { font-size:11px; }
.stock_list_item .txt.fz12 .tit+*[class^="num"] { font-size:12px; }
.stock_list_item .flg_1 { display:block; }
.stock_list_item .icon { font-size:11px; line-height:18px !important; margin:0; padding-top:0; padding-bottom:0; }
.stock_list_item.on>a:after,
.stock_list_item.on>a:before { content:""; z-index: 10; display: block; position: absolute; bottom: -1px; left: 50%; margin-left: -3px; border-style: solid; border-width: 0px 8px 8px 8px; border-style:solid; border-color: transparent transparent #8f8f8f transparent; }
.stock_list_item.on>a:after { bottom: -2px; border-bottom-color: #f2f2f2; }

.stock_list.pull_down .stock_list_item:after { content:""; position:absolute; right:0; bottom:0; border-width:6px 6px 6px 6px; border-style:solid; border-color:transparent #c9c9c9 #c9c9c9 transparent;}

.stock_list.type_01 .company { width:6em; line-height:1.5; margin-top:2px; height:auto; font-size:15px; }
.stock_list.type_01 .data { float:right; }
.stock_list.type_01 .column { margin-top:0; text-align:left; }

.stock_list.type_02 { overflow:hidden; }
.stock_list.type_02 .stock_list_item { float:left; width:50%; }
.stock_list.type_02 .stock_list_item.even { border-left:1px solid #e1e1e1; }
.stock_list.type_02 .stock_list_item:first-child+.stock_list_item { border-top:none;}
.stock_list.type_02 .company { float:none; width:9em; line-height:1.5; margin-top:0; margin-bottom:5px; font-size:14px; height:auto; }
.stock_list.type_02 .txt[class*="flex"] { display: -webkit-box; display: -moz-box; display: -ms-box; display: -webkit-flex; display: flex; border-top:1px solid #e1e1e1; }
.stock_list.type_02 .txt[class*="flex"]:first-of-type { margin-top: 3px; border-top:0; }
.stock_list.type_02 .txt[class*="flex"] .tit { margin-left:0; }
.stock_list.type_02 .fz25 { line-height:1; }
/* .stock_list.type_02 .stock_over+.stock_list_item+.even { border-top:none; } */

.stock_list.type_03 .stock_list_item { display: -webkit-box; display: -moz-box; display: -ms-box; display: -webkit-flex; display: flex; -webkit-box-orient:horizontal; box-orient:horizontal; -webkit-flex-direction: row; flex-direction: row; -webkit-box-align: center; box-align: center; -webkit-align-items: center; align-items: center; 
	padding-top:11px; 
	padding-bottom:9px; 
}
.stock_list.type_03 .stock_list_item>a { 
	display: -webkit-box; display: -moz-box; display: -ms-box; display: -webkit-flex; display: flex; -webkit-box-flex:1; box-flex:1; -webkit-flex-grow:1; flex-grow:1; -webkit-box-orient:horizontal; box-orient:horizontal; -webkit-flex-direction: row; flex-direction: row; -webkit-box-align: center; box-align: center; -webkit-align-items: center; align-items: center; 
	margin-top:-11px; 
	margin-bottom:-9px; 
	padding-top:11px; 
	padding-bottom:9px; 
}
.stock_list.type_03 .company { float:none; overflow:visible; width:1%; height:auto; margin-top:0; -webkit-box-flex:1; box-flex:1; -webkit-flex-grow:1; flex-grow:1; font-size:13px; }
.stock_list.type_03 .data { white-space:nowrap; }

.stock_list.type_04 .company { margin-top:0; font-size:17px; width:9em; }
.stock_list.type_04 .txt[class*="flex"] { display: -webkit-box; display: -moz-box; display: -ms-box; display: -webkit-flex; display: flex; }
.stock_list.type_04 .txt[class*="flex"]:first-of-type { }
.stock_list.type_04 .stock_list_item .column:first-child+.column { margin-top: 17px;}
.stock_list.type_04 .txt[class*="flex"] .tit { margin-left:0; }
.stock_list.type_04 .company { width:14em ;}
.stock_list.type_04.full .company { width:auto; }

.stock_list.count { counter-reset:rank; }
.stock_list.count .stock_list_item { padding-left:36px; }
.stock_list.count .stock_list_item>a { padding-left:36px; margin-left:-36px; }
.stock_list.count .stock_list_item .company { position:relative; width:9em; }
.stock_list.count .stock_list_item:before { counter-increment:rank; content:counter(rank); position:absolute; top:13px; left:15px; display:block; width:17px; height:17px; padding-top:3px; text-align:center; background-color:#acacac; color:#fff; border-radius:3px; font-weight:bold; font-size:12px; line-height:1; -webkit-box-sizing:border-box; box-sizing:border-box;}
.stock_list.count .stock_list_item:first-child:before { background-color:#f2c705; }

.stock_list.headline { overflow:hidden; }
.stock_list.headline .stock_list_item { padding-top:10px; padding-bottom:10px; }
.stock_list.headline .stock_list_item>a { margin-top:-10px; margin-bottom:-10px; padding-top:10px; padding-bottom:10px; }
.stock_list.headline .company { width:auto; float:none; font-size:13px; }
.stock_list.headline .stock_list_item:first-child .company { margin-top:4px; margin-bottom:-18px; }
.stock_list.headline .stock_list_item:first-child .company+.data { }
.stock_list.headline .stock_list_item:first-child~.stock_list_item { float:left; width:50%; }
.stock_list.headline .stock_list_item:first-child~.stock_list_item.even { border-right:1px solid #e1e1e1;}
.stock_list.headline .stock_list_item:first-child~.stock_list_item.w100 { width:100%;}
.stock_list.headline .stock_list_item:first-child~.stock_list_item.w100 .company { margin-top:4px; margin-bottom:-18px; }
.stock_list.headline .stock_list_item:nth-last-of-type(1) { border-bottom-right-radius:4px; -webkit-border-bottom-right-radius:4px; }
.stock_list.headline .stock_list_item:nth-last-of-type(2) { border-bottom-left-radius:4px; -webkit-border-bottom-left-radius:4px; }

.stock_list.box { margin:10px; border:0; border-radius:3px; overflow:hidden; }
.stock_list.box>div { border-left:1px solid #e1e1e1; border-right:1px solid #e1e1e1; }
.stock_list.box>div:first-child { border-top:1px solid #e1e1e1; border-top-left-radius:3px; border-top-right-radius:3px; }
.stock_list.box>div:last-child { border-bottom:1px solid #e1e1e1; border-bottom-left-radius:3px; border-bottom-right-radius:3px; }
.stock_list.box>div:first-child>a { border-top-left-radius:3px; border-top-right-radius:3px;}
.stock_list.box>div:last-child>a { border-bottom-left-radius:3px; border-bottom-right-radius:3px; }
.stock_list.box .stock_over { border-left:1px solid #8f8f8f; border-right:1px solid #8f8f8f; }
/*
.stock_list.box { margin:10px; overflow:hidden; border:1px solid #e1e1e1; border-radius:13px; }
.stock_list.box>div { }
.stock_list.box>div:first-child { }
.stock_list.box>div:last-child { }
.stock_list .stock_over { margin-right:-1px; margin-left:-1px; border-left:1px solid #8f8f8f; border-right:1px solid #8f8f8f; }
*/
.stock_over { clear:both; position:relative; padding:15px; background-color:#f2f2f2; border-top:1px solid #8f8f8f; border-bottom:1px solid #8f8f8f !important; color:#8f8f8f; font-size:13px; -webkit-box-shadow:inset 0 1px 0 #cecece; box-shadow:inset 0 1px 0 #cecece; }
.stock_over_btn { display:-webkit-box; display: -moz-box; display: -ms-box; display:box; display:-webkit-flex; display:flex; margin-top:8px; }
.stock_over_btn a { display:block; -webkit-box-flex:1; box-flex:1; -webkit-flex-grow:1; flex-grow:1; width:1%; height:30px; padding-top:8px; border:1px solid #8f8f8f; background-color:#fff; margin-left:6px; border-radius:2px; text-align:center; line-height:1; font-size:13px; }
.stock_over_btn a:first-child { margin-left:0; }
.stock_over_btn .c_red { border-color:#fa4b4b; }

.stock_up .color { color:#fa4b4b; }
.stock_down .color { color:#d14146; }


/* 스마트폰 */
.phone_box+.phone_box {
	margin-top: 25px;
}
.smart_phone { overflow:hidden; }
.smart_phone_img { width:125px; text-align:center; margin-right:15px; }
.smart_phone_list { width:175px; margin-top:15px; margin-right:15px; font-size:13px; line-height:1.2; }
.smart_phone_list dl { overflow:hidden; }
.smart_phone_list dt { float:left; clear:left; position:relative; padding-left:7px; margin-top:10px; }
.smart_phone_list dt:first-child { margin-top:0; }
.smart_phone_list dt:before { position:absolute; top:5px; left:0; content:""; border:1px solid #666; background-color:#666; border-radius:50%; }
.smart_phone_list dd { float:right; margin-top:10px; color:#000; }
.smart_phone_list dt:first-child+dd { margin-top:0; }
.smart_phone .btn_area { margin-top:15px; padding:0; }

/* S캐치 야구소개 */
.baseball_info { position:relative; }
.baseball_info:before { position:absolute; top:0; content:""; background-image:url('../images/baseball_info_img.png'); background-repeat:no-repeat; background-size:121px; }
.baseball_info.type_01 { padding-left:131px; min-height:101px; }
.baseball_info.type_01:before { left:0; width:101px; height:101px; background-position:0 0; }
.baseball_info.type_02 { padding-right:135px; min-height:121px; }
.baseball_info.type_02:before { right:0; width:121px; height:121px; background-position:0 -125px; }


.finance_chart { margin-top:25px; margin-bottom:25px; background-image:linear-gradient(90deg, #e1e1e1 1px, transparent 1px); background-size:24.99%; font-size:10px; line-height:1; background-color:transparent;}
.finance_chart:first-child { margin-top:0; }
.finance_chart ul { margin-left:25%; }
.finance_chart li { position:relative; height:25px; margin-top:10px; padding-right:10%; }
.finance_chart li:first-child { margin-top:0; }
.finance_chart .tit { position:absolute; top:0; left:-33.25%; height:100%; padding:7px 0 0 5px; background-color:#666; color:#fff; width:33.25%; }
.finance_chart .progress { display:inline-block; height:100%; background-color:#666; vertical-align:middle; width:0; }
.finance_chart .per { position:absolute; margin-left:5px; padding-top:7px; color:#444; }


/* 비쥬얼 배경 */
.visual_bg:before { display:block; content:""; width:131px; height:131px; margin:15px auto 15px; background-repeat:no-repeat; -webkit-background-size:cover; background-size:cover; }
.visual_bg.type_01:before { background-image:url('../images/vul_ismart.png'); }
.visual_bg.type_02:before { background-image:url('../images/vul_login.png'); }
.visual_bg.type_03:before { background-image:url('../images/vul_nodata.png'); }
.visual_bg.type_04:before { background-image:url('../images/vul_regist.png'); }
.visual_bg.type_05:before { background-image:url('../images/vul_scatch.png'); }
.visual_bg.type_06:before { background-image:url('../images/vul_baseball.png'); }

/* 서비스 s-more */
.smore_img { min-height:110px; padding-right:120px; background:url('../images/se_smore_img_01.png') no-repeat right top; -webkit-background-size:120px 110px; background-size:120px 110px; }

/* 서비스 big3 */
.se_big3 { padding-left:77px; min-height:55px; background-repeat:no-repeat; background-size:60px 55px; }
.se_big3.type_01 { background-image:url('../images/se_big3_img_01.png');}
.se_big3.type_02 { background-image:url('../images/se_big3_img_02.png');}


.ed_011_01 .fieldset_box .label{ width:4em; }


.updown { z-index:100; position:fixed; bottom:0; left:0; width:100%; background-color:#f5f5f5; border-top:1px solid #e1e1e1; border-bottom:1px solid #e1e1e1; font-size:13px; text-align:center; color:#000; }
.updown span { display:inline-block; height:40px; padding-top:12px; }
.updown span.flg_1 { display:block; width:1%; }

.para_01.tac span.fz25,
.para_01.tac span.fz25+span { color:#000;}
.para_01.tac.up span.fz25,
.para_01.tac.up span.fz25+span { color:#fa4b4b;}
.para_01.tac.down span.fz25,
.para_01.tac.down span.fz25+span { color:#007ee5;}

.no_data { color:#8f8f8f; font-size:15px; padding:10px 0; text-align:center; }

/* 팝업 지도 */
.local_map { position:absolute; top:0; left:0; right:0; bottom:0; }
.local_map .addr { padding:15px 15px 0; line-height:1.5 }

/* 추천선수 순위 */
.stock_bb { background-color:transparent;}

/* 교육 */
.list.movie { background-color:transparent; }

.cont.box>.banner { background-color:transparent; }
.cont.box>.banner:first-child { -webkit-border-top-left-radius:4px; border-top-left-radius:4px; -webkit-border-top-right-radius:4px; border-top-right-radius:4px; }
.cont.box>.banner:last-child { -webkit-border-bottom-left-radius:4px; border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px; border-bottom-right-radius:4px; }

/* 기존 CSS 추가 */

/* common.css */
.m010 {margin:0 10px !important;}
.mt60 {margin-top:60px !important;}
.mb13 {margin-bottom:13px !important;}

.mb-1 {margin-bottom:-1px !important;}

.fz14 { font-size:14px !important;}

/* list.css */
.fund .name { margin:6px 0px 20px 0; }
.list_half li>span+span { font-weight:normal; }

.list.movie li>* { padding:10px; }

.info.bgn { color:#8f8f8f;}


.fund_det.term { overflow:hidden; -webkit-border-radius:2px; border-radius:2px; }

.icon_list .rflex li { margin:0px 5px 4px 0;}

.fund_det .title { margin-top:10px; margin-bottom:15px; }

.b_blue.ico_set { text-align:center; height:30px; }
.b_red.ico_set { text-align:center; height:30px; }

.stock_item .net .ico_stock { position:absolute; top:50%; left:20px; margin-top: 0.15em; }

/* table.css */
.btn_fat { padding-top:8px; }

/* input.css */
.round_tab ul li a {  display: -webkit-box; display: -moz-box; display: -ms-box; display: -webkit-flex; display: flex; -webkit-box-orient:horizontal; box-orient:horizontal; -webkit-flex-direction: row; flex-direction: row; -webkit-box-align: center; box-align: center; -webkit-align-items: center; align-items: center; line-height:1; }
.round_tab ul li a span { display:block;  -webkit-box-flex:1; box-flex:1; -webkit-flex-grow:1; flex-grow:1; margin-top:2px; }

section>.btn_full { border-left:0; border-right:0; margin-bottom:-1px; }

.select.type_02.select_year { width:26% !important; }
.select_year,
.select_month,
.select_day { letter-spacing:-0.1em; }

.top_box .ui-dropdown-list, .top_box .select .option_box { width:88px; }

.h2.bl a { -webkit-box-align: center;
  box-align: center;
   -webkit-align-items: center;
   align-items: center;}

/* layout.css */
.cont.box.invest.all { margin-top:13px; }

/* graph.css */
.group_box { overflow:hidden; -webkit-border-radius:2px; border-radius:2px; background-color:transparent;}

/* slide.css */
.viewport { height:136px;}
.slide>div { overflow:hidden; height:136px; -webkit-border-radius:3px; border-radius:3px; }
.fund .slide a { padding:20px 15px 15px; -webkit-border-radius:3px; border-radius:3px; }

/* button.css */
.bw2 { border-width:2px; }









@charset "euc-kr";
/*신한모바일웹*/
/* icon */ 
.ico_arr_r span:after {margin-top:-7px;}

/* page */
a[class^=arr_], .page_area a {/* letter-spacing:0; line-height: 1em; padding-left:0;  */}

/* : if_051_04.html */
.fieldset_box.cflex>* {width:auto; margin:0; -webkit-box-flex:1; box-flex:1; -webkit-flex-grow:1 !important; flex-grow:1 !important;}
.fieldset_box.cflex>*:first-child {margin-bottom:8px;}

/* ///// icon ///// */
.ico_tit.nst:before {background-image: url('../images/icon_tit_nst.png'); }

.date::before {position:relative; top:-1px; display:inline-block; content:""; width:10px; height:10px; margin-right:3px; background-image:url('../images/icon_list.png'); background-repeat:no-repeat; background-size:cover; vertical-align:middle; }
.date.wh13::before {width:14px; height:13px;}

.wauto {width:auto !important;}
.bgprl0 {background-color:transparent !important; padding-right:0 !important; padding-left:0 !important;}

.top_title {position:relative;}
.top_title .ico_set {display:inline-block; padding:6px 10px; border:1px solid #e1e1e1; font-size: 13px; background-color: #fff;
  position: absolute; top:3px; right:15px;
  -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   -ms-border-radius: 3px;
   -o-border-radius: 3px;
   border-radius: 3px; }
.top_title .ico_set span {display:inline-block; }
.top_title .ico_set span::before {display:block; margin-top:0; top:-3px;}   

.icon_tel {/*display:inline-block; */padding-left:30px; position: relative;}
.icon_tel::before {
  content: " "; display: inline-block; position: absolute; width: 25px; height: 26px; left:0; top:-5px;
  background-image: url('../images/icon_btn.png'); background-repeat: no-repeat; background-size: cover; 
  background-position: 0 -100px;  vertical-align: middle;
}
.icon_tel_blue {display:inline-block; padding-left:28px; position: relative; color:#2889d4; font-size:18px; font-weight: bold;}
.icon_tel_blue::before {
  content: " "; display: inline-block; position: absolute; width:23px; height: 23px; left:0; top:-2px;
  background:url('../images/icon_tel.png') 0 0 no-repeat; background-size: cover; 
}

/* gray area */
.area_gr { background-color: #f5f5f5; padding:15px;
  -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   -ms-border-radius: 3px;
   -o-border-radius: 3px;
   border-radius: 3px; 
}

/* ///// input ///// */
.disabled {border-color:#e1e1e1 !important; }
.disabled input[type="text"], input[type="text"][disabled] {background-color: #f5f5f5;}

/* ///// button ///// */
.link_box_01 .flg_0 span {padding-right:0;}
.src_det {position: relative; width: auto; height: 40px; padding: 0 10px; margin-left: 10px; border-radius: 3px; background-color: #acacac; color: #fff;}

/* ///// title ///// */
.tit_4 {position: relative; height:50px; padding:0 15px; background: #fff; font-size: 16px; border-bottom:1px solid #8f8f8f; z-index: 2;}
.tit_4 li {width:28px; height:28px; padding-top:8px; margin-left:7px; background: #e1e1e1;
  font-size:11px; color:#fff; font-weight:bold; text-align: center; 
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
  border-radius: 28px; }
.tit_4 li.this {background: #d14146;}

.tit_4+.cont {border-top:0 none} 
.tit_4+.cont>.top_title,
.tit_4+.top_title {border-top:0 none;} 
.tit_4+.cont>.top_title {border-bottom:1px solid #e1e1e1;}

/* ///// list ///// */
.olist_01.blk li {font-weight:bold;}
.olist_01.blk li:not(:first-child) {margin-top:15px;}
.olist_01.blk li::before {color:#000;}

.dot_list li:last-child {margin-bottom:0 ;}
.dot_list .olist_01 li {padding-left:0;  margin:0 0 0 20px; color:#666;}
.dot_list .olist_01 li::before {top:0; left:-20px; background-color:#fff; color:#666; }
.dot_list .olist_01 li:nth-child(1)::before {content:"1)";}
.dot_list .olist_01 li:nth-child(2)::before {content:"2)";}
.dot_list .olist_01 li:nth-child(3)::before {content:"3)";}
.dot_list .olist_01 li:nth-child(4)::before {content:"4)";}
.dot_list .olist_01 li:nth-child(5)::before {content:"5)";}
.dot_list .olist_01 li:nth-child(6)::before {content:"6)";}

.dot_list>li.c_blue:before {background-color:#288bd8 }
.dot_list>li.c_dred:before {background-color:#d64828 }
.dot_list>li.lh_1::before {top:5px;}

.list_half.w55p+.btn_area {padding-top:15px !important;}
.list_half.w55p li:nth-child(odd) {width:55%;}
.list_half.w55p li:nth-child(even) {width:40%;}

.line_list02 li {border-bottom:1px solid #e1e1e1; padding:18px 15px;}
.line_list02 li:last-child {border-bottom:0 none;}
.line_list02 .if_mk dd>* {padding-top:5px; text-align: right}
.line_list02 .if_mk dd>*:first-child {padding-top:0;}

.line_list02.adr_a li {padding:0;}
.line_list02.adr_a li label {width:initial; padding:18px 15px; margin:0; text-indent: 0; color:#000;}
.line_list02.adr_a li label {
  display: -webkit-box; display: -moz-box; display: -ms-box; display: -webkit-flex; display: flex;
  -webkit-box-orient:horizontal; box-orient:horizontal; -webkit-flex-direction: row; flex-direction: row;
  -webkit-box-pack: start; box-pack: start; -webkit-justify-content:flex-start !important; justify-content:flex-start !important;
  -webkit-box-align: flex-start; box-align: flex-start; -webkit-align-items: flex-start; align-items: flex-start;
 }
.line_list02.adr_a li label span {
  display:block;
-webkit-box-flex:1;
  box-flex:1;
  -webkit-flex-grow:1 !important;
  flex-grow:1 !important;}
.line_list02.adr_a strong {width:65px; margin-right:8px; font-weight:normal;  }
.line_list02.adr_a input,
.line_list02.adr_a strong {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  }

.line_list02.adr_a li a {color:#000 !important;}
.line_list02.adr_a li a em{color:#d14146 !important;}


.line_list.newbank { border-bottom:1px solid #e1e1e1 ;}
.line_list.newbank a {padding:16px 15px 16px 49px; position: relative;}  
.line_list.newbank a::before {content:""; display:block; position: absolute; top:50%; left:15px; margin-top:-0.5em;
  width:24px; height:22px;
  background-image:url('../images/newbank.png'); background-repeat: no-repeat;
  -webkit-background-size:cover ;
  background-size:cover ; /*outline:1px solid lightblue;*/
  }
.line_list.newbank li:nth-of-type(1) a::before {background-position:0 0 }
.line_list.newbank li:nth-of-type(2) a::before {background-position:0 -22px }
.line_list.newbank li:nth-of-type(3) a::before {background-position:0 -44px }
.line_list.newbank li:nth-of-type(4) a::before {background-position:0 -66px }
.line_list.newbank li:nth-of-type(5) a::before {background-position:0 -88px }


.cpr_bank::after {content:""; display:block; clear:both;}
.cpr_bank li {width:30.303%; height:40px; float:left; text-align: center; margin-bottom:10px; background-color: #f5f5f5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient:horizontal;  
  box-orient:horizontal;  
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center !important;
  box-pack: center !important;
  -webkit-justify-content:center !important;
  justify-content:center !important;
  -webkit-box-align: center;
  box-align: center;
   -webkit-align-items: center;
   align-items: center;
}
.cpr_bank li:not(:nth-child(3n)) {margin-right:4.5%;}

/* ///// notice ///// */
.info p {position:relative; margin-top:5px;} 
.info p::before {
  content: ""; display: block; position: absolute; top: -2px; left: -25px;
  width: 20px; height: 20px;
  background: url('../images/icon_text.png') 0 -100px no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

/* ///// label ///// */
[class*="lb_"] {margin:0 10px; display:inline-block; min-width:47px; height:22px; padding:0 10px; font-size:13px; font-weight:bold; color:#fff; }
.lb_skyblue {background-color:#13b8cc;}
.lb_skyblue.rk {padding-left:19px; 
  background-image:url('../images/icon_ranking.png'); background-repeat:no-repeat; background-position:7px center;
  -webkit-background-size: 8px 7px;
  background-size: 8px 7px;: 
}

/*////////////////////*/
/*//////  login //////*/
/*////////////////////*/
section {position:relative;}
section.login_box {position: relative; width: 100%; min-height: 100%; padding: 0 15px; /*margin-top: -57px; */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient:vertical;  
  box-orient:vertical;  
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
   align-items: center;
    -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content:center !important;
  justify-content:center !important;

}
/*.login_a {top: 0 !important; left: 0 !important; margin: 0 auto !important; position: relative !important; }*/
.login_a {width:310px; height:477px; padding: 25px 0; /*position: absolute; top:50%; left:50%; margin-top:-238px; margin-left:-155px; */}
.login_a h1 {width:157px; margin:0 auto; padding-bottom:46px; display:block;}
.login_a .btn_area[class*="login"] {padding:0; background-color: transparent }
.login_a .login button {height:50px;}
.login_a .login_find {width:100%; padding-top:25px !important; /*position: absolute; bottom:0; left:0;*/}
.login_a .login_find button {height:40px;border-width:1px; background-color: #fff; font-size:15px; font-weight: normal}
.login_info {border:1px solid #8f8f8f; position: relative; margin-bottom:10px; overflow: hidden;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px; background-color: #fff;}
.login_info .input { background-color:transparent; }
.login_info .input:first-child {border-bottom:1px solid #ececec;}
.login_info .input input {width:100%; height:50px; border:0 none; padding-left:43px; background-color:transparent; }
.login_info .input::before {width:19px; height:19px; content:""; display:block; position: absolute; left:15px;
  background:url('../images/login_info.png') no-repeat 0 0;
  -webkit-background-size: cover;
   background-size: cover; }
.login_info .lgid::before {top:17px; background-position: 0 0}
.login_info .lgpw::before {top:67px; background-position: 0 bottom}
.login_info .input input::-webkit-input-placeholder {color:#8f8f8f;}
.login_info+label {margin-bottom:20px;}

/* ///// popup ///// */
/* pop - big -img */
.popup .cont .text.img_ed01:before {
  width: 131px; height: 131px; top: 0; left: 50%; margin-left: -66px;
  background: url('../images/bg_text_img_01.png') 0 0 no-repeat;
  -webkit-background-size: 130px;
  background-size: 130px;
}
.popup .cont .text.img_ed01::before {
  background-image:url('../images/bg_text_img_ed01.png');
}

/* pop - small */
.popup.sm section .popup_close {display:none;}
.popup.sm section {margin:0 30px; width:initial;}
.popup.sm .cont .tac {
  font-size:16px;
  color:#000;
  min-height:48px;
  display: -webkit-box;
   display: -moz-box;
   display: -ms-box;
   display: -webkit-flex;
   display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content:center !important;
  justify-content:center !important;
  -webkit-box-align: center;
   box-align: center;
   -webkit-align-items: center;
   align-items: center;
}

/* pop - full */
.fullp {background-color:#fff; position: relative;}
.fullp header {
  width:100%; 
  height:57px; 
  padding-top:19px; 
  background-color: #d14146; 
  position: absolute; 
  top:0; 
  left:0;
  z-index: 10;
}
.fullp section {
  width:100%; position: absolute; top:57px; bottom:25px; overflow: auto; -webkit-overflow-scrolling:touch; margin: 0; background-color: #fff;
}
.fullp footer {width:100%;  height:90px; position: absolute; bottom:0; left:0; border:0 none; background-color:#fff; padding-top:0; padding-bottom:0;}

.fullp header h1 {height:auto; text-align: left; font-size: 18px; font-weight:bold; padding-left:15px; line-height:1em; color:#fff;} /* 2018-09-13 수정 */

.fullp section .full_c {
  -webkit-box-flex:1;
   box-flex:1;
   -webkit-flex-grow:1;
   flex-grow:1}
.fullp.nofooter section {bottom:0; } 
.fullp.nofooter.bg_trsp {background-color:transparent;} 

.icon_pon {
  width:27px; height:27px; position: absolute; top:15px; right:10px; text-indent:-9999em;
 background: url('../images/icon_menu_off_b.png') no-repeat 0 0; 
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 11;
} 
.icon_poff {
  width:27px; height:27px; position: absolute; top:15px; right:10px; text-indent:-9999em;
 background: url('../images/icon_menu_off_w.png') no-repeat 0 0;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 11;
} 
.fullp footer .btn_area {background-color: inherit; padding:25px 0;}
.fullp footer .btn_area .b_blue {
  border: 2px solid #258bda;
  color: #258bda;
}
.fullp footer .btn_area .b_red {
  border: 2px solid #d14146;
  color: #d14146;
}
.fullp footer .btn_area .b_gray {border-color:#8f8f8f;}
.fullp footer .btn_area button[class*="b"] {border-width:2px ;}
.fullp footer .btn_area button {
  background-color: #fff;
  -webkit-box-flex:1;
  box-flex:1;
  -webkit-flex-grow:1;
  flex-grow:1;
  display: block;
  height:40px;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  border-radius:3px;
  text-align: center;
}

.tt01 {margin-top:30px; color:#000;}
.tt02 {margin:20px 0 3px 0; color:#000;}
.tt01+.tt02 {margin-top:10px;}
.tt01+ul,.tt01+.para_01 {margin-top:3px;}
.tt02+ul,.tt02+.para_01 {margin-top:0;}
dt+dd>.tt01:first-child {margin-top:15px;}

/*////////////////////*/
/*/////// main ///////*/
/*////////////////////*/
/*.aside {position: absolute; top:0; left:0; width:100%; min-height:100%; }*/
aside {position:absolute; width:87.5%; min-height:100%; background-color: #d14146 !important; z-index:150; top:0;}
aside.dv_left {left:0;}
aside.dv_right {right:0;}
aside.dv_full {width:100%; left:0;}
.bg_gray {background-color: #ececec !important;}
aside .asd_h {height:57px; padding:0 52px 0 15px;}
aside .asd_h .tt_a .img {width:145px;}
aside .asd_h .tt_a span {display:block; font-size:18px; color:#fff; position: relative; }
aside .asd_h .tt_a .tt_detail {padding-left:25px;}
aside .asd_h .tt_a .tt_detail::before {display:inline-block; content:""; width:11px; height:19px;
   position: absolute; top:1px; left:0; background:url('../images/icon_tt_mtt.png') no-repeat 0 center;
  -webkit-background-size: cover; background-size: cover;
}
aside .asd_h .tt_a .logo {padding-left:35px;}
aside .asd_h .tt_a .logo::before {display:inline-block; content:""; width:26px; height:26px;
   position: absolute; top:-3px; left:0; background:url('../images/@.png') no-repeat 0 center;
  -webkit-background-size: cover; background-size: cover;
}
aside .asd_h button {height:27px; border:1px solid #fff; padding:0 10px; -webkit-border-radius: 3px; color:#fff; font-size: 12px; font-weight: bold;
  -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; 
}
aside .icon_mc {position: absolute; top:15px; right:10px; text-indent: -9999em;
  width:27px; height:27px; 
  background: url('../images/icon_menu_off.png') no-repeat 0 0;
  -webkit-background-size: cover;
  background-size: cover; }
aside .icon_mc.type2{background-position:0 -27px}

aside .asd_c {position: absolute; top:57px; bottom:0; width:100%; overflow: auto; background-color: #fff; }
aside .asd_c .cont {border:1px solid #e1e1e1; margin-bottom:16px; overflow: hidden; 
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px; 
background-color: #fff;}
aside .asd_c .tt_smt {font-size:14px; color:#000; margin-bottom:8px;}

aside .total_menu p {height:36px; padding:10px 0 0 15px; background-color: #cacaca; color:#fff; font-size:14px;}

aside .q_menu {padding:15px; background-color: #d14146; border-top:1px solid #fff; }
aside .q_menu::after {content:" "; display:block; clear:both;}
aside .q_menu li {width:33.333%; height:96px; float:left; }
aside .q_menu li a {display:block; padding-top:75px; color:#fff; font-size:11px; text-align: center; position:relative;}
aside .q_menu li a::before {content:""; display:block; width:61px; height:61px; position: absolute; top:6px; left:50%; margin-left:-30px; }

aside .q_menu li:nth-of-type(1) a::before {background-position: 0 0}
aside .q_menu li:nth-of-type(2) a::before {background-position: -95px 0}
aside .q_menu li:nth-of-type(3) a::before {background-position: -190px 0}
aside .q_menu li:nth-of-type(4) a::before {background-position: -286px 0}
aside .q_menu li:nth-of-type(5) a::before {background-position: -381px 0}
aside .q_menu li:nth-of-type(6) a::before {background-position: -476px 0}

aside .q_menu.tt_menu li:nth-of-type(1) a.active::before {background-position: 0 bottom}
aside .q_menu.tt_menu li:nth-of-type(2) a.active::before {background-position: -95px bottom}
aside .q_menu.tt_menu li:nth-of-type(3) a.active::before {background-position: -190px bottom}
aside .q_menu.tt_menu li:nth-of-type(4) a.active::before {background-position: -286px bottom}
aside .q_menu.tt_menu li:nth-of-type(5) a.active::before {background-position: -381px bottom}
aside .q_menu.tt_menu li:nth-of-type(6) a.active::before {background-position: -476px bottom}

aside .mydata+.q_menu.money {background-color: #fff}
aside .mydata+.q_menu.money * {color:#d14146;}

/*퀵메뉴*/
aside .q_menu.tt_menu li a::before {  background-image: url('../images/icon_q_menu.png'); -webkit-background-size: 537px; background-size:  537px;}
/*자산현황*/
aside .q_menu.money li a::before { background-image: url('../images/icon_money.png') ; -webkit-background-size: 537px 125px; background-size:  537px 125px;}
aside .q_menu.money li a.active::before { background-image: url('../images/icon_money_over.png') }
/*자산현황 : white*/
aside .mydata+.q_menu.money li:nth-of-type(1) a::before {background-position: 0 bottom}
aside .mydata+.q_menu.money li:nth-of-type(2) a::before {background-position: -95px bottom}
aside .mydata+.q_menu.money li:nth-of-type(3) a::before {background-position: -190px bottom}
aside .mydata+.q_menu.money li:nth-of-type(4) a::before {background-position: -286px bottom}
aside .mydata+.q_menu.money li:nth-of-type(5) a::before {background-position: -381px bottom}
aside .mydata+.q_menu.money li:nth-of-type(6) a::before {background-position: -476px bottom}

aside .mn_guide li {padding:15px 15px 10px; }
aside .mn_guide li {padding:15px 15px 10px; }
aside .mn_guide li:last-child {border-bottom:1px solid #e1e1e1;}
aside .mn_guide .mn_title {font-size:14px; color:#000; margin-bottom:7px;}
aside .mn_guide .mn_time {font-size:14px; color:#8f8f8f}

aside .mn_list {padding:6px 15px;}
aside .mn_list li {margin:8px 0;}
aside .mn_list li * { color:#444;}
aside .total_menu.ttfg  li a {padding-top:13px;}
aside .total_menu.ttfg  li a * {margin-right: 16px;}
.ttfg .txt_flag {position: relative; top:-1px; }

aside .q_menu.mydata li a.active::before { background-image: url('../images/icon_money_over.png') }
aside .q_menu.mydata {padding:19px 15px;}
aside .q_menu.mydata li {padding-top:16px; float:none; width:initial; height:auto;}
aside .q_menu.mydata li:first-child {padding-top:0;}
aside .q_menu.mydata li * {color:#fff; font-size:13px;}
aside .q_menu.mydata .dt_title {text-align: center}
aside .q_menu.mydata .dt_info {font-weight: bold; text-align: right}
aside .q_menu.mydata .c_yellow {font-weight: bold; font-size: 15px; margin-top:3px; display: inline-block;}
aside .q_menu.mydata [class*="lvr"] {margin-bottom:4px;}

[class*="lvr"] {display:inline-block; min-height:20px; font-size:15px; font-weight: bold; padding:3px 0 0 26px; position: relative;}
[class*="lvr"]::before {content:""; display: inline-block; width:20px; height:20px; position: absolute; top:0; left:0;
  background-image:url('../images/levels.png'); background-repeat:no-repeat ; 
  --webkit-background-size: cover;
  background-size: cover;
}
.lvr_01::before {background-position: 0 0;}
.lvr_02::before {background-position: 0 -30px;}
.lvr_03::before {background-position: 0 -60px;}
.lvr_04::before {background-position: 0 -90px;}
.lvr_05::before {background-position: 0 bottom;}

aside .total_menu.link>p {padding:0;}
aside .total_menu.link>p>a {display:block; height:36px; padding:10px 0 0 15px; color:#fff; position: relative;}
aside .total_menu.link>p>a::after {content:""; display:block; width:8px; height:14px;
  position: absolute; top:50%; right:15px; margin-top:-7px; 
   background: url('../images/arrow_aside_white.png') no-repeat 0 0;
  -webkit-background-size:cover;
   background-size:cover; }
aside .total_menu li a {display:block; height:45px; padding:15px; font-size:14px; color:#444;
  position: relative; border-bottom:1px solid #e1e1e1; position: relative;}
aside .total_menu li a::after {content:""; display:block; width:8px; height:14px;
  position: absolute; top:50%; right:15px; margin-top:-7px; 
   background: url('../images/arrow_aside.png') no-repeat 0 0;
  -webkit-background-size:cover;
   background-size:cover; }

aside .total_menu li [class^="link_ic"] {padding-left:38px; }
aside .total_menu li [class^="link_ic"]::before {
  width:18px; height:22px; position: absolute; top:13px; left:15px; /*outline:1px solid lightblue; */
  background-image:url('../images/link_menu.png'); background-repeat:no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  content:""; display:block;
}
.link_ic_app::before {background-position: 0 0} /* app 이동 */
.link_ic_scp::before {background-position: 0 -26px} /* S캐치플러스*/
.link_ic_this::before {background-position: 0 -53px} /* url 새창이동 */

.smt_a {padding:13px 10px 0; overflow: hidden}
.smt_a02 {padding:16px 10px;}
/* ///////////////////// */
/* ///// education ///// */
/* ///////////////////// */
.ed .fund>li>div.cflex:before {border:0;}
.ed .fund .btn_area {padding:0; margin-top:3px;}

.list.movie .ret { /* default titlebox 3line*/
    min-height: 56px;
    -webkit-box-flex:1;
    box-flex:1;
    -webkit-flex-grow:1;
    flex-grow:1;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flex;
    display: flex;

    -webkit-box-orient:vertical;  
    box-orient:vertical;  
    -webkit-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;

    -webkit-box-align: start;
    box-align: start;
    -webkit-align-items:flex-start;
    align-items:flex-start;
}
.list.movie .ret .title {width:100%; line-height:1.3em; padding-top:5px;
    -webkit-box-flex:1;
    box-flex:1;
    -webkit-flex-grow:1;
    flex-grow:1;
}
.list.movie .ret .title+span {font-size:11px; color:#8f8f8f; line-height:1em; }
.list.movie .ret .title+span strong {color:#000; font-weight:normal;}

/* .ret titlebox - 2line */
.list.movie .ret.t2 .title {padding-top:0; text-overflow:clip; overflow:visibility; white-space:normal; }

/* PLAY - m03 */
.mv_title {font-size:20px; line-height:1.5em; margin-bottom:20px;}
.mv_title .icon_r {float:left; margin-top:3px; font-size:15px; font-weight:bold;}

.book {padding-left:31px; 
  background:url('../images/icon_book.png') no-repeat 10px 4px;
  -webkit-background-size:15px ;
  background-size:15px ;
  padding-right:10px; 
}

.mv_info {min-height:115px;
  display: -webkit-box;
   display: -moz-box;
   display: -ms-box;
   display: -webkit-flex;
   display: flex;

   -webkit-box-orient:horizontal;  
   box-orient:horizontal;  
   -webkit-flex-direction: row;
   flex-direction: row;

  -webkit-box-pack: start;
   box-pack: start;
   -webkit-justify-content:flex-start ;
   justify-content:flex-start ;
  
  -webkit-box-align:start;
  -moz-box-align:start;
  -webkit-align-items:flex-start ;
  -ms-align-items:flex-start ;
   align-items:flex-start ;
}
.mv_img {width:82px; height:115px;}
.mv_text { padding:5px 0 5px 25px ; min-height:115px; color:#000; 
  -webkit-box-pack: justify;
   box-pack: justify;
  -webkit-justify-content:space-between;
  justify-content:space-between;
  }
.mv_text span {width:55px; color:#666; display:inline-block;}

.mv_list {background-color: #fff; border-top:1px solid #e1e1e1;}
.mv_list .mlst {display:block; position:relative; padding:15px 64px 15px 15px; border-top:1px solid #e3e3e3; color:#000; line-height:1.5em;}
.mv_list .mlst::after {
  width:37px; height:37px; margin-top:-18px;
  content:" "; display:block; position: absolute; top:50%; right:15px;
  background: url('../images/icon_movie_02.png') no-repeat 0 0;
  -webkit-background-size: 37px;
  background-size: 37px;
}
.mv_list li:first-child .mlst {border:0 none;}
.mv_list .mlst .c_gray {margin-right:3px;}
.mv_list .mlst .mt {margin-top:2px;}

/*////////////////*/
/*/// finance ////*/
/*////////////////*/
/* popup */
.rk_t {text-align:center; color:#000; margin-bottom:15px; }
.lrnk th span {font-size:16px;}
.lrnk th, .lrnk td {font-size:13px !important;}
.lrnk td .point_03 {margin-right:3px;}

/*////////////////*/
/*/// service ////*/
/*////////////////*/
.sp_info dl {padding-top:25px;}
.sp_info dl * {line-height: 1.5em}
.sp_info dl dt {position:relative;}
.sp_info dl dt::before { content:" "; display:block; position:absolute; top:50%; right:0; margin-top:-12px;
  width:0; height:0; border-width:13px 0 13px 13px; border-color:transparent; border-left-color:#e3e3e3 ; border-style:solid;
}
.sp_info dl dt::after { content:" "; display:block; width:17px; height:13px;
 position:absolute; top:50%; right:7px; margin-top:-6px; background: #e3e3e3;}  
.sp_info dl dt div {display:table-cell; width:140px; height:113px; border:1px solid #e3e3e3;  padding:0 15px; vertical-align: middle; 
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
.sp_info dl dd {width:115px; height:115px; border:5px solid #e3e3e3; padding:0; margin:0 15px 0 25px; 
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  -ms-border-radius: 55px;
  -o-border-radius: 55px;
  border-radius: 55px; }
.sp_info  dt strong {color:#288bd8;}
.sp_info  dd strong {color:#444; font-weight:bold; display:inline-block; text-align: center}

.lv_t {height:35px; padding-top:9px; margin-bottom:15px; background-color: #54a0df; font-size:15px !important; color:#fff; font-weight:bold; text-align: center;
  -webkit-border-radius: 35px;
   -moz-border-radius: 35px;
   -ms-border-radius: 35px;
   -o-border-radius: 35px;
   border-radius: 35px; }
.lv_t:not(:first-child) {margin-top:35px;} 
.lv_l {padding:0 20px; margin:5px 0 15px; background-color:transparent;}
.lv_l li {padding:11px 0 5px; border-bottom:1px solid #e1e1e1; font-size:13px;}
.lv_l li span::after {content:":"; display:inline-block;}
.lv_s {font-size:17px; text-align:center;background-color:transparent;}
.lv_s strong {color:#000;}
.lv_tt {padding:11px 0; border:2px solid #e1e1e1; text-align: center; font-weight:bold;}

.sinfo {margin:15px 0 30px;}
.se_go::after {content:" "; display:block; clear:both;}
.se_go li {width:50%; float:left; padding-right:3px; margin-bottom:6px;}
.se_go li:nth-child(even) {float:right;  padding-left:3px;}   
.se_go li a {display:block; height:30px; padding:7px 0 0 50px; border:1px solid #e3e3e3; font-size:13px; position: relative;
  -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; }
.se_go li a::before {content:" "; display:block; position: absolute;
  width:21px; height:21px; top:4px; left:15px; 
  background:url('../images/icon_se_go.png') no-repeat; -webkit-background-size:cover; background-size:cover;
}
.se_go li:nth-of-type(1) a::before { background-position:0 0; }
.se_go li:nth-of-type(2) a::before { background-position:0 -21px; }
.se_go li:nth-of-type(3) a::before { background-position:0 -42px; }
.se_go li:nth-of-type(4) a::before { background-position:0 -63px; }

.bnk_st {margin-bottom:35px; }
.bnk_st li {min-height:61px;padding-left:78px;  position: relative;}
.bnk_st li:not(:first-child) {margin-top:35px;}
.bnk_st li::before {content: ""; display:block; position: absolute; top:50%; left:3px; 
  width:61px; height:61px; margin-top:-30px;
  background-image: url('../images/se_bankstep.png');
  background-repeat: no-repeat;
  -webkit-background-size: 61px;
  background-size: 61px; 
  }
.bnk_st strong { font-weight:normal; }

.bnk_st li:nth-child(1)::before {background-position: 0 0;} 
.bnk_st li:nth-child(2)::before {background-position: 0 -61px;} 
.bnk_st li:nth-child(3)::before {background-position: 0 -122px;}  
.bnk_st li:nth-child(4)::before {background-position: 0 -183px;}  
.bnk_st li:nth-child(5)::before {background-position: 0 -244px;}  

.bnk_st strong {color:#8f8f8f; margin-bottom:4px;}
.bnk_st p {line-height:1.5em;}

/*////////////////////*/
/*/// information ////*/
/*////////////////////*/
.if_st4 {padding:20px 0 13px; text-align:center; line-height: 1.5em;}
.addb {padding:10px 0;} 
.addb .input[class^="flg"], .addb .select[class^="flg"] {width: 1%;}

.c_pw dl dt,.c_pw dl dd>* {height:37px; text-align:center;}
.c_pw dl dt {width:65px; padding-top:8px; margin-right:10px; border:2px solid #d14146; background-color: #fff; color:#d14146;
  -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; 
  flex: 0 0 auto; -webkit-flex: 0 0 auto;
}
.c_pw dl dd>* {margin-left:10px; width:1%;
  -webkit-box-flex:1;
  box-flex:1;
  -webkit-flex-grow:1;
  flex-grow:1;
  }
.c_pw dl dd>*:first-child {margin-left:0;}
.c_pw dl dd span {display:block; padding-top:1px; font-weight: bold; font-size:30px; color:#000; line-height:1.5em;}
.c_pw dl+dl {margin-top:10px;}
.c_pw input {text-align: center}
ul li:first-child.impt a {margin-top: -1px;}
.impt a {border:1px solid #d14146 !important; background-color:#f7f7f7;}
.impt a p,.impt a .title {color:#d14146 !important;}
.impt+li,
.impt+.impt a {border-top:0 none !important;
}

.list.event .event {-webkit-flex: 0 0 auto; flex: 0 0 auto; width: 100px; min-height: 70px; margin-right: 10px; position: relative; overflow: hidden; background-color: #f5f5f5; text-align: center;}
.list.event .ret {min-height:70px;}
.list.event li>a {padding-top:10px; padding-bottom:10px;}

.list.event .logo_gray {max-width:83%; margin-top:27px;
-webkit-opacity: .5; -moz-opacity: .5; -ms-opacity: .5; -o-opacity: .5; opacity: .5; }

.list_many li {border-top:1px solid #e1e1e1; background-color: #fff;}
.list_many li:first-child {border-top:0 none;}
.list_many.btn_df a {display:block; width:100%; text-align: left;  padding:10px 32px 10px 15px; color:#000; line-height: 1.3em; position: relative;}
.list_many.btn_df a:before {content:" "; display:block;
width: 15px; height: 19px; position: absolute; top:50%; margin-top:-9px; right:15px;
background: url('../images/btn_ico_set.png') no-repeat 0 0;
background-size: 50px 250px; }
.list_many li:nth-child(5n) {margin-bottom:7px; border-bottom:1px solid #e1e1e1;} 
/*.list_many li:last-child {border-bottom:1px solid #ccc;} */

.list_many2 li {border-bottom:1px solid #e1e1e1; background-color: #fff;}
.list_many2 li:first-child {border-top:1px solid #e1e1e1;}
.list_many2.btn_df a {display:block; width:100%; text-align: left;  padding:10px 32px 10px 15px; color:#000; line-height: 1.3em; position: relative;}
.list_many2.btn_df a:before {content:" "; display:block;
width: 15px; height: 19px; position: absolute; top:50%; margin-top:-9px; right:15px;
background: url('../images/btn_ico_set.png') no-repeat 0 0;
background-size: 50px 250px; }

.aetc {margin-left:-25px; margin-right:-25px;}
.top_title.aetc {padding-left:15px; margin-top:25px; border-bottom:1px solid #e1e1e1;  }

.spot_sch_a {padding-bottom:10px;}
.spot_sch .fieldset_box {padding-top:20px;}
.spot_sch .search_box {background-color: transparent; padding:10px 0 0 0;}

.spot_map {height:180px; outline:1px solid #e1e1e1}
.spot_list {border-bottom: 1px solid #e1e1e1}
.spot_list li {padding:15px;
    -webkit-box-align: start !important;
    box-align: start !important;
    -webkit-align-items:flex-start !important;
    align-items:flex-start !important;
}
.spot_tt {color:#d14146; padding-left:20px; position: relative;}
.spot_tt::before {width:14px; height:19px; position: absolute;  top:-1px; left:0; display:block; content:""; 
  background:url('../images/icon_chain.png') no-repeat 0 0;
  --webkit-background-size: cover;
  background-size: cover;
  }
.spot_list .spot_info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient:horizontal;  
  box-orient:horizontal;  
  -webkit-flex-direction: row;
  flex-direction: row;

  -webkit-box-pack: end !important;
  box-pack: end !important;
  -webkit-justify-content:flex-end !important;
  justify-content:flex-end !important;

  -webkit-box-flex: 1 !important;
  box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
  flex-grow: 1 !important;
  font-size:13px; 
  min-width : 160px; 
}
/*.spot_list .spot_info {float:right;}*/
.spot_list .spot_info::after {content:""; display:block; clear:both;}
.tel {display:inline-block; height:25px; padding:5px 10px 5px 27px; border:1px solid #e1e1e1; font-size:inherit;
  background: #f7f7f7 url('../images/icon_phone.png') no-repeat 8px center ;
  -webkit-background-size: 12px;
   background-size: 12px; 
  -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   -ms-border-radius: 3px;
   -o-border-radius: 3px;
   border-radius: 3px; }
.spot_list .src_det {height:25px; width:auto; padding-right:8px; padding-left:8px; margin-left:5px; font-size:inherit;}

.btn_spot { position:relative; height:25px; padding-left:28px; padding-right:7px; border:1px solid #e1e1e1; background-color:#f7f7f7; color:#666; line-height:23px; font-weight:bold; font-size:13px; -webkit-border-radius:2px; border-radius:2px;}
.btn_spot:before { position:absolute; content:""; top:50%; left:0; width:28px; height:28px; margin-top:-14px; background: url('../images/icon_spot.png') no-repeat center center;-webkit-background-size: 16px; background-size: 16px;}

.btn_search {overflow: hidden; text-indent: -100px; width: 28px; height: 28px; background-color: #c9c9c9; 
  background-image: url('../images/btn_search.png'); -webkit-background-size: 35px;
  background-size: 35px;
  background-position: -3px -3px;
  background-repeat: no-repeat;
}
.spot_sch_a .btn_search.on { display:inline-block !important;
  background-image: url('../images/icon_sch_close.png'); -webkit-background-size: 28px;
  background-color: transparent;
  background-size: 28px;
  background-position: 0 0;
  background-repeat: no-repeat;
} 

.spot_sch_a .spot_sch {display:none;}
.spot_sch_a.on .spot_sch {display:block;}

/*---------------------------------------*/
.bgb {background-color: #000 !important}
.st {background-color: #333; color:#999; padding:8px 0 8px 17px; font-size:13px;}
.g_h3+.st {margin-top:-10px;}

/*스마트브랜치*/
.tab.type_05 {background-color: transparent; position: relative; margin-right:-2px;}
.tab.type_05>ul {position: relative; z-index: 100;/* overflow:hidden;*/}
.tab.type_05>ul::after {content:""; clear:both; display: block;}
.tab.type_05>ul>li {float:left; width:33.34%; position: relative; margin-left:-1px;}
.tab.type_05>ul>li a {height:40px; font-size: 14px; background-color: #e3e3e3;  border-width: 1px;  border-style:solid; border-color:#bebebe #bebebe #595959 #bebebe; position: relative; z-index: 50; }
.tab.type_05>ul>li:nth-of-type(1) {margin-left:0; }
.tab.type_05>ul>li:nth-of-type(1) a {-webkit-border-top-left-radius: 3px;
-moz-border-top-left-radius: 3px;
-ms-border-top-left-radius: 3px;
-o-border-top-left-radius: 3px;
border-top-left-radius: 3px; }
.tab.type_05>ul>li:nth-of-type(2)::before {content:""; display:block; height:390px; width:0; border-right:1px solid #e1e1e1; position: absolute; top:40px; left:0;  z-index: 100;}
.tab.type_05>ul>li:nth-of-type(2)::after {content:""; display:block; height:390px; width:0; border-left:1px solid #e1e1e1; position: absolute; top:40px; right:0; z-index: 100;}

.service .tab.type_05>ul>li:nth-of-type(2)::before {height:130px;}
.service .tab.type_05>ul>li:nth-of-type(2)::after {height:130px;}

.tab.type_05>ul>li:nth-of-type(3) a {-webkit-border-top-right-radius: 3px;
-moz-border-top-right-radius: 3px;
-ms-border-top-right-radius: 3px;
-o-border-top-right-radius: 3px;
border-top-right-radius: 3px; }

.tab.type_05>ul>.on {z-index: 100;} 
.tab.type_05>ul>.on a {color:#000; border-color:#595959; background-color: #fff; font-weight: bold; border-bottom:1px solid #f0f0f0; z-index:-1; position: relative;} 
.tab.type_05>ul>.on a::after {content:""; display:block; position: absolute; width:1px; height:1px ; background-color: #595959; bottom:-1px; right:-1px;} 

.tab_post {background-color: transparent; margin-top:-1px; position: relative; }
.tab_post::before {content:""; display:block; bottom:0; border-bottom:1px solid #595959; position: absolute; left:10px; right:10px; z-index:100;}
.smart_b {overflow:hidden; border:1px solid #595959;  overflow: hidden;
-webkit-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
-ms-border-radius: 0 0 3px 3px;
-o-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;}
.smart_b ul {background-color:#fff;  position: relative; z-index: 0; overflow: hidden; margin-bottom:-1px;
-webkit-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
-ms-border-radius: 0 0 3px 3px;
-o-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;}

.smart_b ul::after {content:""; display:block; clear:both;}
.smart_b li { width:33.3%; position:relative; float:left; background-color: transparent; margin-top:-1px; overflow: hidden }
.smart_b li:nth-of-type(3n+1) { clear:left; }
.smart_b li:nth-of-type(3n-1) {width:33.4%; }
.smart_b li:nth-of-type(3n-2) {margin-left:0; border-left: 0 none;}
.smart_b li:nth-of-type(3n) a { border-right: 0;}
.smart_b li a {display:block; height:131px; padding:90px 5px 10px; 
  font-size:12px; color:#444; text-align:center; line-height:1.3; border-bottom:1px solid #e1e1e1;
}
.smart_b li a span {min-height:30px;}


.smart_b li:before { display:block; position:absolute; left:50%; top:21px; content:""; width:80px; height:60px; margin-left:-40px;
  background-repeat:no-repeat; -webkit-background-size:240px 180px; background-size:240px 180px; }
.smart_b li:nth-of-type(1):before { background-position:0 0;}
.smart_b li:nth-of-type(2):before { background-position:-80px 0;}
.smart_b li:nth-of-type(3):before { background-position:-160px 0;}
.smart_b li:nth-of-type(4):before { background-position:0 -60px;}
.smart_b li:nth-of-type(5):before { background-position:-80px -60px;}
.smart_b li:nth-of-type(6):before { background-position:-160px -60px;}
.smart_b li:nth-of-type(7):before { background-position:0 -120px;}
.smart_b li:nth-of-type(8):before { background-position:-80px -120px;}
.smart_b li:nth-of-type(9):before { background-position:-160px -120px;} 

.bank .smart_b li:before {background-image:url('../images/smt_p_bank.png'); }
.service .smart_b li:before {background-image:url('../images/smt_p_service.png'); }
.online .smart_b li:before {background-image:url('../images/smt_p_online.png'); }










@charset "euc-kr";

/*add.css //////////////////////////////////////////////////////////////////////////////////////////////////////*/
.cont.p15 > .para_01.tac>span.fz25 {
  display: inline-block;
  line-height: 1em;
  padding-top: 2px;
}
.search_list li>a:after {
  right: 5px;
}
.stock_list_item {
  padding: 18px 15px 18px;
}
.stock_list_item>a {
  margin: -18px -15px -18px;
  padding: 18px 15px 18px;
}
.stock_list.count .stock_list_item:before {
  top: 21px;
}
.stock_list.type_02 .company {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
  margin-bottom: 7px;
  padding-right: 0;
}
.stock_list.type_02 .txt[class*="flex"]:first-of-type {
  margin-top: 7px;
}
 .board_view_header .view_info {
  margin-left: -15px;
  margin-right: -15px;
  padding:10px 15px;
 }
 .board_view_body {
  border-bottom: 0px;
  padding-bottom: 0;
 }
 .asset_table {
  margin-top: 25px;
 }
.slide_table {
  margin-top: 25px;
  overflow-y: auto;
  height: 100px;
}
.slide_table.line_9 {
  height: 180px;
}
.slide_table .asset_table {
  margin-top: 0;
}
 .type_01 .stock_over+.stock_list_item {
  border-top: 1px solid #e1e1e1;
 }
 .type_01 .stock_over.on+.stock_list_item,
 .type_01 .stock_list_item.on~.stock_list_item:first-child {
  border-top: 0;
 }
.list_item.ad {
  overflow: hidden;
}
.list_item.ad div {
  overflow: hidden;
  background-color: transparent;
}
.list_item.ad  img {
  -webkit-border-radius:3px;
  border-radius:3px;
  min-height: 100%;
}
/* add_02.css //////////////////////////////////////////////////////////////////////////////////////////////////////*/
.rk_t { 
  margin-top:5px; margin-bottom:25px; 
} /* 주식파생 디자인 수정 */
.table.col.lrnk {
  margin-bottom: 5px;
}
.fund_keyword_list .list_item a span {
  display: inline-block;
  max-width:140px;
}
/*.list_half.w55p+.btn_area {
  padding-top: 10px !important;
}*/
.list.movie .ret .title {
  line-height: 1.5em;
  padding-top:8px; padding-bottom:5px;
}
.line_list02.no_line {
  padding-top: 25px;
}
.line_list02.no_line li {
  border-bottom: 0;
  padding-top: 0px;
  padding-bottom: 25px;
}
aside .total_menu ul+p{
  position: relative;
  margin-top: -1px;
  z-index: 2;
}
/*css 정리*/

/* 기존 CSS 추가 */
input { -webkit-appearance:none; }
.input.hyphen,
.select.hyphen { position:relative; margin-left:15px !important; overflow:visible !important; }
.input.hyphen:before,
.select.hyphen:before { content:"-"; position:absolute; top:-1px; left:-16px; width:15px; font-size:16px; line-height:40px; text-align:center; }

.sum_box .img { width:63px; margin-right:15px; }
.sum_box .img[class*="fp"] { background:url('../images/sum_img_fp.png') no-repeat; -webkit-background-size:cover; background-size:cover; }
.sum_box .img[class*="se"] { background:url('../images/sum_img_se.png') no-repeat; -webkit-background-size:cover; background-size:cover; }
.sum_box .img[class*="ii"] { background:url('../images/sum_img_ii.png') no-repeat; -webkit-background-size:cover; background-size:cover; }
.sum_box .img[class*="ed"] { background:url('../images/sum_img_ed.png') no-repeat; -webkit-background-size:cover; background-size:cover; }
.sum_box .img[class*="if"] { background:url('../images/sum_img_if.png') no-repeat; -webkit-background-size:cover; background-size:cover; }
.sum_box .img[class*="01"] { background-position:0 0;}
.sum_box .img[class*="02"] { background-position:0 -54px;}
.sum_box .img[class*="03"] { background-position:0 -108px;}
.sum_box .img[class*="04"] { background-position:0 -162px;}
.sum_box .img[class*="05"] { background-position:0 -216px;}
.sum_box .img[class*="06"] { background-position:0 -270px;}
.sum_box .img[class*="07"] { background-position:0 -324px;}
.sum_box .img[class*="08"] { background-position:0 -378px;}
.sum_box .img[class*="09"] { background-position:0 -432px;}
.sum_box .img[class*="10"] { background-position:0 -486px;}
.sum_box .img[class*="11"] { background-position:0 -540px;}
.sum_box .img[class*="12"] { background-position:0 -594px;}
.sum_box .img[class*="13"] { background-position:0 -486px;}
.sum_box .img[class*="14"] { background-position:0 -540px;}
.sum_box .img[class*="15"] { background-position:0 -324px;}
.sum_box .img[class*="16"] { background-position:0 -486px;}
.sum_box .img[class*="17"] { background-position:0 -540px;}
.sum_box .img[class*="17"] { background-position:0 -540px;}
.sum_box .img.slite{ background:url('../images/sum_img_slite.png') no-repeat; -webkit-background-size:cover; background-size:cover; }

.fieldset_box.search_box { margin-top:0; }
.input input[type="date"] { position:relative; padding-right:30px; padding-top:10px; padding-bottom:10px; letter-spacing:-0.05em; font-size:14px; }
.calendar { position:relative;}
.calendar input {padding-right:0 !important;}
.calendar:after { position:absolute; content:""; top:50%; right:10px; width:18px; height:18px; margin-top:-9px; background-image:url('../images/icon_cal.png'); background-repeat:no-repeat; background-size:cover; }



/* 디자인 누락 */
.tab.type_01 li.on a { border-left:none; }

/* Form 2단 콤보박스 형태일때 inline style 너비 지정시 flex-grow 제거 */
.fieldset_box>div[style*="width"] { -webkit-box-flex:0; box-flex:0; -webkit-flex-grow:0; flex-grow:0 ; }

/* 복수 문단 일경우 여백 처리*/
.text_box {
  padding:15px 10px; 
  background-color: #f2f2f2;
  border: 1px solid #e1e1e1;
  border-radius:3px;
  font-size: 13px;
}
.text_box dt {
  position: relative;
  padding: 0; /* 이동 후 삭제 */
  margin-top: 15px;
  margin-bottom: 8px;
  padding-left: 25px;
  color:#333;
}
.text_box dt:first-child {
  margin-top:0; 
}
.text_box dt:before{
  content:"";
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  width: 20px;
  height: 20px;
  background: url('../images/icon_text.png') 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.text_box dd {
  padding: 0; /* 이동 후 삭제 */
  margin-top: 5px; 
  line-height: 1.5;
}

/* 추가 css */
.btn_type_01 { display:inline-block; padding:4px 8px; vertical-align:middle; }


/* 등락률 기본 너비 지정 */
.ups_downs { min-width:3.5em; display:inline-block; text-align:right; }

.scale100 { -webkit-transform:scale(1); -moz-transform:scale(1); -o-transform:scale(1); transform:scale(1); }
.scale90 { -webkit-transform:scale(.9); -moz-transform:scale(.9); -o-transform:scale(.9); transform:scale(.9); }
.scale80 { -webkit-transform:scale(.8); -moz-transform:scale(.8); -o-transform:scale(.8); transform:scale(.8); }
.scale70 { -webkit-transform:scale(.7); -moz-transform:scale(.7); -o-transform:scale(.7); transform:scale(.7); }
.scale60 { -webkit-transform:scale(.6); -moz-transform:scale(.6); -o-transform:scale(.6); transform:scale(.6); }
.scale50 { -webkit-transform:scale(.5); -moz-transform:scale(.5); -o-transform:scale(.5); transform:scale(.5); }

/* Form */
.fieldset_box>div:not(.label) label { padding-top:9px; padding-bottom:9px; line-height:1.5; position: relative;}

.fieldset_box .label.point_04 { color:#666;}

.fieldset_box[class*="column"]>div>label,
.fieldset_box[class*="column"]>div>div { margin-left:0; margin-right:0; float:left; }
.fieldset_box.column1>div>label,
.fieldset_box.column1>div>div { display:block; float:none; }
.fieldset_box.column1>div>div[class*="flex"] { display:-webkit-box; display:-moz-box; display:-ms-box; display:-webkit-flex; display:flex; }
.fieldset_box.column2>div>label,
.fieldset_box.column2>div>div { min-width:50%; }
.fieldset_box.column3>div>label,
.fieldset_box.column2>div>div { min-width:33.3%; }
.fieldset_box.column4>div>label,
.fieldset_box.column2>div>div { min-width:25%; }

.h2.bl a>span:not([class*="flg"]):first-child { display:inline-block; }
.h2.bl a>span:first-child { padding-left:0; }
.h2.bl a>span:first-child:before { left:-999em; }
.h2 .num { color:#666; padding-left:2px; }

/* .tab_gray li>* { background-color:#fff; } */

.h2 { font-size:14px; color:#000; }


/* SNS 공유 */
.btn_area.sns_btn { padding:0; border-top:1px solid #ccc; border-bottom:1px solid #ccc; }
.btn_area.sns_btn button { 
  display:block;
  overflow: hidden;
  position:relative; width:1%; height:35px; padding:0; text-indent:-999px; border:none; border-left:1px solid #ccc; -webkit-border-radius:0; border-radius:0; background-color:transparent; font-size: 0;}
.btn_area.sns_btn button+button { margin:0 !important; }
.btn_area.sns_btn button:first-child { border-left:none; }
.btn_area.sns_btn button:before { position:absolute; top:50%; left:50%; width:30px; height:20px; margin-left:-15px; margin-top:-10px; content:""; background:url('../images/icon_sns_footer.png') no-repeat; -webkit-background-size:70px 125px; background-size:70px 125px; }
.btn_area.sns_btn button:nth-of-type(2):before { background-position:0 -25px;}
.btn_area.sns_btn button:nth-of-type(3):before { background-position:0 -50px;}
.btn_area.sns_btn button:nth-of-type(4):before { background-position:0 -75px;}
.btn_area.sns_btn button:nth-of-type(5):before { background-position:0 -100px;}

footer .btn_area.sns_btn { margin-left:-20px; margin-right:-20px; margin-top: -1px;}

.sky { z-index:100; position:fixed; bottom:0; left:0; width:100%; background-color:#f5f5f5; }
.sky .btn_area.sns_btn { border-color:#e1e1e1; background-color:transparent; }
.sky .btn_area.sns_btn button { height:50px; }
.sky .btn_area.sns_btn button:before { width:35px; height:25px; margin-left:-18px; margin-top:-13px; background-position:-35px 0; }
.sky .btn_area.sns_btn button:nth-of-type(2):before { background-position:-35px -25px;}
.sky .btn_area.sns_btn button:nth-of-type(3):before { background-position:-35px -50px;}
.sky .btn_area.sns_btn button:nth-of-type(4):before { background-position:-35px -75px;}
.sky .btn_area.sns_btn button:nth-of-type(5):before { background-position:-35px -100px;}

.toggle_chk { margin:0; padding:0 !important; text-indent:0; }
.toggle_chk>input[type="radio"], 
.toggle_chk>input[type="checkbox"] { position:absolute; visibility:hidden; }
.toggle_chk>input[type="radio"]:before, 
.toggle_chk>input[type="checkbox"]:before { display:none; }
.toggle_chk>input[type="radio"]+span, 
.toggle_chk>input[type="checkbox"]+span { display:inline-block; height:30px; width:100%; padding-top:7px; border:1px solid #e2e2e2; border-radius:3px; background-color:#fff; text-align:center; line-height:1; font-size:13px; color:#666; }
.toggle_chk>input[type="radio"][checked="checked"]+span, 
.toggle_chk>input[type="radio"]:checked+span, 
.toggle_chk>input[type="checkbox"][checked="checked"]+span
.toggle_chk>input[type="checkbox"]:checked+span { border-color:#d14146; color:#d14146; }
.toggle_chk.flg_1 { display:block; width:1%; }
.toggle_chk.flg_1+.toggle_chk.flg_1 { margin-left:7px; }

.btn_search.type_02 { background-color:transparent; background-image:url('../images/btn_search_02.png'); }

.btn_search.close { background-color:transparent; background-image:url('../images/icon_sch_close.png'); -webkit-background-size:28px; background-size:28px; background-position:0 0;}

.stock_box { padding-top:20px; }
.stock_box .point_box { margin-top:10px; color:#000; }
.stock_box .name .title {
    font-size: 18px;
}
.stock_box .name .icon.b_gray {
    display: inline-block;
    height: 20px;
    margin-top: -1px;
    border: 1px solid #8f8f8f;
    color: #8f8f8f;
    font-weight: bold;
    text-align: center;
    font-size: 11px;
    vertical-align: middle;
    line-height: 20px;
}
.line_list li>* { padding:16px 15px 14px; }
.line_list .copy { margin-top:3px; margin-bottom:0; }
.line_list .copy * { margin-right:5px; }
.list_half { padding:13px 0; }
.graph_bar { margin-top:13px; }
.stock_list_det>.cflex { padding:15px 15px 12px; }
.stock_list_det .fz30 { margin-top:3px; }

.info.c8f { color:#8f8f8f; }
.info.c8f:before { background-position:0 -150px; }


/*.fieldset_box>div.select {
  width:auto;
}
*/
.select.type_02.flg_0 {
  width: auto;
}








@charset "euc-kr";

.b_lightblue {color:#13b8cc; border-color: #13b8cc; }
.b_sky {color:#d14146; border-color: #d14146;}
.b_white {color:#fff; border-color: #fff; }

.ptb6 {/*padding-top:6px !important; padding-bottom:6px !important;*/}

.wsn  {white-space: normal;}

.home .list .app_s span {padding-left:22px;}

.home .list ol .num {background-color: #bbb;}
.home .list.movie li>* {padding-top:10px; padding-bottom:10px;}
/**/

.home {position: static;}
.home>.cont {min-height:45px; margin:13px 10px 0;}
.home>.cont:nth-of-type(1) {overflow:visible;}
.home>.cont>* {overflow:visible; background-color: transparent; }
.home>.cont.smartDesk {background:#def0fe;}
.home>.cont.smartDesk .title {white-space:normal;}

.home .list li>*:not(span) {min-height: 35px; /*padding: 11px 10px; */}
.home .list dt {min-height:40px ; position: relative;}
.home .list dt > * {min-height:40px; padding:8px 0 8px 10px;}
.home .list dt > * > *{display:block;}
.home .list dt .title {line-height:1em; margin-right:40px; overflow:visible; /*padding-top:1px;*/}
.home .list dt > p.title {padding:13px 0px 5px 10px;}
.home .list dt [class^="btn"] {
	position: absolute; top:50%; right:0; margin-top:-18px;
}
.home .list dt .btn_spot { position:relative; top:0; right:0; margin:0; margin-right:10px; }
.home .list dd dt>a {padding-top:9px; padding-bottom:8px;}
.home .list dd .title {font-size:15px;}
.home .list ol li:nth-child(odd) {background-color: transparent;}
.home .list.img.acc dd .title+.det {font-size:13px;}
.home .list dt .title.spot_tit { white-space:normal; line-height:1.2; padding-left:21px; text-indent:-21px;  }

/* btn */
.homebtn {position: fixed; bottom:6px; left:10px;
	display:block; width:49px; height:49px; background:url('../images/homebtn.png') no-repeat ; text-indent: -999em;
	-webkit-background-size: cover;
	background-size: cover; 
	z-index: 110;
}
.on.homebtn {background-position: center -45px}

/*banner type*/
.line_blue {border:1px solid #258bda;}
.line_red {border:1px solid #d14146;}
.line_none {border:0 none !important;}

.home .cont #indicator>ul {margin:0;} 

.home .banner .title+.det {font-size:13px;}
.home .list ol .num {padding-top:3px;}
.home .stock li {position: relative;}
.home .stock li a {padding:11px 10px 8px;}
.home .stock .title {margin-bottom:6px;}
.home .stock .val {font-weight:bold;}
.home .stock .val,
.home .stock .net {line-height:1em; font-weight:bold; color:#000; }

.current {display:inline-block; height:15px; padding:2px 5px; position: absolute; top:10px; right:10px; 
	font-size:9px;  color:#fff; background-color: #dbdbdb;
	-webkit-border-radius: 3px;
	 -moz-border-radius: 3px;
	 -ms-border-radius: 3px;
	 -o-border-radius: 3px;
	 border-radius: 3px; 
}
.btn_more {  flex: 0 0 auto; -webkit-flex: 0 0 auto; background-position:center -142px; margin-right:0;}
.btn_more.on {background-position: center -93px;}
.btn_arrow {width:28px; height:35px; text-indent: -999em;  
	position: absolute; top:4px;	right:0;
	background: url('../images/arrow_aside.png') no-repeat center;
	-webkit-background-size: 8px 14px; background-size: 8px 14px;
}

/*앱 다운로드*/
.home .icon_menu li .icon.download {width:44px; height:44px; 
	background-repeat: no-repeat; background-position: center center !important;
	-webkit-background-size: cover; background-size: cover}
.home .icon_menu li:first-child .icon.download {background-image:url('../images/ismart.png')}
.home .icon_menu li:last-child .icon.download {background-image:url('../images/schplus.png')}
.home .icon_menu li .icon.download::before {background:rgba(40,139,216,0.9) url('../images/icon_download.png') no-repeat center center;
	-webkit-background-size: cover; background-size: cover }
.home .icon_menu.appd li a {padding:11px 15px}
/*-------------------------------------------------------------*/
.home .icon_menu li a {padding:11px 5px 11px 15px;}
.home .icon_menu li span {color:#000;}
.home .icon_menu li span+span {padding-top:3px;}
.home .icon_menu li .icon {width:23px; height:23px; border:0 none; background-repeat: no-repeat; 
	-webkit-background-size: cover;	background-size: cover; margin-right:3px; /*background-color: lightblue*/
}
.home .icon_menu li:nth-of-type(1) .icon {background-position: 0 0;}
.home .icon_menu li:nth-of-type(2) .icon {background-position: 0 -25px;}
.home .icon_menu li:nth-of-type(3) .icon {background-position: 0 -50px;}
.home .icon_menu li:nth-of-type(4) .icon {background-position: 0 -75px;}
.home .icon_menu li:nth-of-type(5) .icon {background-position: 0 -100px;}
.home .icon_menu li:nth-of-type(6) .icon {background-position: 0 -125px;}

/*홈*/
.home .icon_menu.hm li .icon {background-image:url('../images/home_info.png'); }
/*금융상품*/
.home .icon_menu.fnc li .icon {background-image:url('../images/home_finance.png'); }
/*주식파생*/
.home .icon_menu.stc li .icon {background-image:url('../images/home_stocks.png'); }
/*투자정보*/
.home .icon_menu.ivt li .icon {background-image:url('../images/home_invest.png'); }
/*이용안내*/
.home .icon_menu.gd li .icon {background-image:url('../images/home_guide.png'); }

/*---------------------------------------------------------*/
.home .img.acc .img {width: 56px; height: 56px; margin:2px 20px 2px 5px; border:0 none;
	flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
	-webkit-border-radius: 28px; -moz-border-radius: 28px; -ms-border-radius: 28px; -o-border-radius: 28px; border-radius: 28px;
	background-repeat: no-repeat; --webkit-background-size: cover; background-size: cover;
}
.home .img.acc li:nth-of-type(1) .img {background-position: 0 0;}
.home .img.acc li:nth-of-type(2) .img {background-position: 0 -86px;}
.home .img.acc li:nth-of-type(3) .img {background-position: 0 -171px;}
.home .img.acc li:nth-of-type(4) .img {background-position: 0 bottom;}
/*홈*/	
.img.acc.hm .img {background-image:url('../images/home_app.png');}
/*이용안내*/
.img.acc.gd .img {background-image:url('../images/home_app_gd.png');}

/*---------------------------------------------------------*/
.home_icon .cont .img {width:118px; height:118px; background-repeat: no-repeat; -webkit-background-size: 150px; background-size: 150px; background-color:#fff ;}

.home_icon.fnc li:nth-of-type(1) .img {background-position: center -751px}
.home_icon.fnc li:nth-of-type(2) .img {background-position: center 0}
.home_icon.fnc li:nth-of-type(3) .img {background-position: center -450px}
.home_icon.fnc li:nth-of-type(4) .img {background-position: center -599px}
/*
.home_icon.fnc li:nth-of-type(3) .img {background-position: center -300px}
.home_icon.fnc li:nth-of-type(4) .img {background-position: center -450px}
.home_icon.fnc li:nth-of-type(5) .img {background-position: center -599px}
*/
.home_icon.gd li:nth-of-type(1) .img {background-position: center -601px}
.home_icon.gd li:nth-of-type(2) .img {background-position: center -152px}
.home_icon.gd li:nth-of-type(3) .img {background-position: center -300px}
.home_icon.gd li:nth-of-type(4) .img {background-position: center 0}
.home_icon.gd li:nth-of-type(5) .img {background-position: center -599px}
.home_icon .cont::before { content:initial;}
/*금융상품*/
.home_icon.fnc .img {background-image: url('../images/home_icon_finance.png');}
/*이용안내*/
.home_icon.gd .img {background-image: url('../images/home_icon_guide.png');}

/*------------------------------------------------------------------*/
.full_line li .img {width:22px; height:22px; overflow:hidden; 
	-webkit-border-radius: 11px; -moz-border-radius: 11px; -ms-border-radius: 11px; -o-border-radius: 11px; border-radius: 11px;
	flex: 0 0 auto; -webkit-flex: 0 0 auto;
	background-repeat: no-repeat; --webkit-background-size: cover; background-size: cover; background-color:#fff }
.full_line li:nth-of-type(1) .img {background-position: 0 0}
.full_line li:nth-of-type(2) .img {background-position: 0 -36px}
.full_line li:nth-of-type(3) .img {background-position: 0 bottom}
.full_line.fnc li .img {background-image: url('../images/home_full_finance.png');}

.list .spot_list {padding:6px 0;}
.list .spot_list li {border:0 none; padding:6px 10px;}
.list .spot_list li>div {min-height:0; padding:0;}
.list .spot_list li .spot_info a {margin-right:5px;}
.list dt .spot_tt::before {-webkit-background-size: 11px 15px; background-size: 11px 15px; background-position:center} 
/* .list .btn_spot { position: absolute; top:4px; right:0; margin:0; } */
.list .spot_info a {min-width:101px; }
.list .spot_info .tel {min-width:65px; }

.fn_state {min-height:110px; }
.fn_state dl {color:#fff; padding-left:82px; position: relative;  }
.fn_state dl::before {
	width:100px; 
	height:75px; 
	position: absolute; 
	content:""; 
	top:-6px; 
	left:-20px;
	background-repeat:  
	no-repeat; 
	background-position:0 0; 
	-webkit-background-size: 100px; 
	background-size: 100px 
}
.fn_state dl>* {line-height: 1em}
.fn_state dt {font-size:15px; margin-bottom:5px;}
.fn_state dd {font-size:38px;}
.fn_state {
	-webkit-background-size: cover; 
	background-size: cover;
}
.fn_state.type_01 {background: url('../images/fund_weather_bg_01.png') no-repeat center center;}
.fn_state.type_02 {background: url('../images/fund_weather_bg_02.png') no-repeat center center;}
.fn_state.type_03 {background: url('../images/fund_weather_bg_03.png') no-repeat center center;}
.fn_state.type_04 {background: url('../images/fund_weather_bg_04.png') no-repeat center center;}

.fn_state dl::before {background-image: url('../images/fund_weather_img_02.png'); }
.fn_state.type_01 dl::before {background-position: 0 0px; }
.fn_state.type_02 dl::before {background-position: 0 -75px; }
.fn_state.type_03 dl::before {background-position: 0 -150px; }
.fn_state.type_04 dl::before {background-position: 0 -225px; }

.home .list.edc .movie {width:65px; height:90px; }
/*.home .list.edc dd li a {padding-top:10px; padding-bottom:10px;}*/
.home .list.golf ul {padding:10px 5px;}
.home .list.golf ul::after {display:block; content:""; clear:both;}
.home .list.golf li {float:left; padding:0 5px; width:50%; }
.home .list.golf li a {padding:0;}
.home .list.golf .img {height:116px; margin:0; border:1px solid #e1e1e1; position: relative; flex: 0 0 auto; -webkit-flex: 0 0 auto; overflow: hidden;
	background-color:#fff;
	}
.home .list.golf .img img {max-width:100%; width:100%; height:116px;}
.home .list.golf.vdo .img::before {
	width: 42px; height: 42px; margin-top: -21px; margin-left: -21px; content: " "; display: block;
	position: absolute; top: 50%; left: 50%; overflow: hidden;
	-webkit-border-radius: 21px; -moz-border-radius: 21px; -ms-border-radius: 21px; -o-border-radius: 21px; border-radius: 21px;
	background:rgba(255,255,255,.5) url('../images/icon_movie_02.png') no-repeat 0 0;
	-webkit-background-size: cover;
	background-size: cover;
}
.home .list.golf a>*:last-child {min-height:35px; padding-top:5px; font-size: 13px; text-align: center;}

.list.lileft ul::after {display:block; content:""; clear:both;}
.list.lileft li {width:50%; float:left; margin-top:0;}
.list.kword dt .title {overflow: visible; position: relative;}
.list.kword dd {margin-bottom:-1px;}
.list.kword li {border-bottom:1px solid #e1e1e1 }
.list.kword li:nth-child(odd) {border-right:1px solid #e1e1e1}
.list.kword li a {display:block; height:45px; padding:15px 0 15px 48px; color:#000; letter-spacing: -0.07em; line-height: 1em;
	background-image:url('../images/kword.png'); background-repeat: no-repeat; -webkit-background-size: 25px;
	background-size: 25px;}
.list.kword li:nth-of-type(1) a {background-position:15px 12px } 
.list.kword li:nth-of-type(2) a {background-position:15px -25px } 
.list.kword li:nth-of-type(3) a {background-position:15px -62px } 
.list.kword li:nth-of-type(4) a {background-position:15px -103px } 
.list.kword li:nth-of-type(5) a {background-position:15px -143px } 
.list.kword li:nth-of-type(6) a {background-position:15px -178px } 
.list.kword li:nth-of-type(7) a {background-position:15px -218px } 
.list.kword li:nth-of-type(8) a {background-position:15px -268px } 

.home .list .ranking>li:nth-child(odd) {background-color: #f8f8f8;}
.home .list .ranking>li a {padding:11px 10px;}
.home .list .ranking .nodata {
	height: 132px;
	background-position: center 13px;
}
.home .list .ranking .nodata p {
	padding-top: 105px;
	text-indent: 0;
	text-align: center;
	background-color: transparent;
	font-size: 13px;
}
.home .cpr_bank {padding:10px 10px 0 10px;}
.home .cpr_bank li {width:31%; padding:0 5px;}
.cpr_bank li:not(:nth-child(3n)) { margin-right:3.5%;}
.home .cpr_bank li img {min-height:0; padding:0;}
.home ul.ptb6 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.nodata {min-height:126px; background:url('../images/if_st4.png') center no-repeat; --webkit-background-size: 86px;
background-size: 86px; text-indent: -999em}

/*slide*/
.scrl {overflow: hidden !important;}
.scrl .scrl_wp {position: relative;}
.scrl .scrl_sc {position: absolute; top:0; left:0;  overflow: hidden; }
.scrl .scrl_sc::after {display: block; content: ""; clear:both;}
.scrl .scrl_sd {float:left; }

/*001 : */
.home_slide.scrl {overflow: visible !important;}
.home_slide.scrl .scrl_wp {height:130px; border-top:0 none; margin:0 5px;}
.home_slide.scrl .scrl_sc {width:200%;}
.home_slide.scrl .scrl_sd { width:50%; padding:0 5px; border-left:0 none !important;}
.home_slide.scrl .scrl_sd a {height:121px; overflow:hidden; display:block; min-height:0; padding:0;}
.home_slide.scrl .scrl_sd img {min-height:100%;}

/*001 */
.golf.scrl .scrl_wp {height:150px; margin:10px 5px 0 5px;}
.golf.scrl .scrl_sc {width:100%; padding:0 !important;}
.golf.scrl .scrl_sd {width:100%; padding:0 !important; float:none;
display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient:horizontal;  
  box-orient:horizontal;  
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  box-align: center;
   -webkit-align-items: center;
   align-items: center;
   }
.home .golf.scrl ul {padding:0 !important;}
.home .golf.scrl ul li {float:none; width:initial; padding:0;}
.home .golf.scrl .scrl_sd a {overflow:hidden; display:block; min-height:0; padding:0 5px ; width:50%;}

/* 003 :  코스닥*/
.stc.scrl .scrl_wp {height:84px;}
.stc.scrl .scrl_sc {width:100%;}
.stc.scrl .scrl_sd {float:none;}
.stc.scrl div a {display:block; width:50%; padding:11px 10px 8px; position: relative;}
.stc.scrl div a .val{color:#000;}
.stc.scrl div a .val, .stc.scrl div a .net {text-align: right}
.stc.scrl div a+a {border-left:1px solid #e3e3e3;}

/* 003 :  실시간 인기종목 , 004 :  실시간 매도*/
.stocks.scrl {overflow: visible !important;}
.stocks.scrl .scrl_wp {height:175px; margin:0 5px;}
.stocks.scrl .scrl_sc {width:300%; }
.stocks.scrl .scrl_sd {width:33.33%;}
.stocks.scrl .scrl_sd .cont {padding:0; margin-right:5px; margin-left:5px;}
.stocks.scrl .scrl_sd .cont>* {background-color: transparent;}

.list .icon_r {/*position: relative; top:-2px;*/ flex:0 0 auto; -webkit-flex:0 0 auto;}
.list dt .icon_r {margin-right:10px;}

.list.fnweek dd {background-color: #f7f7f7;}
.list.fnweek dd div+ul li {min-height:40px; padding:10px 20px; border-top:1px solid #fff; color:#000;}
.list.fnweek dd div+ul li i {min-height:0; margin:-1px 4px 0 0;}
.list.fnweek .oneweek {height:66px; padding:8px 10px; background-color:#7c8dd6;}
.list.fnweek .oneweek ul {height:100%; }
.list.fnweek .oneweek ul li {min-height:100%; -webkit-box-flex:1; box-flex:1; -webkit-flex-grow:1 !important; flex-grow:1 !important; }
.list.fnweek .oneweek ul li a {min-height:0; padding:0;}
.list.fnweek .oneweek ul li a>* {display: block;  text-align: center; color:#fff;}
.list.fnweek .oneweek ul li a span {height:24px; padding-top:1px; color:rgba(255,255,255,.5);}
.list.fnweek .oneweek ul li a strong {width:26px; height:26px; padding-top:4px; margin:0 auto; font-weight:normal;
	-webkit-border-radius: 13px; -moz-border-radius: 13px; -ms-border-radius: 13px; -o-border-radius: 13px; border-radius: 13px;:
}
.list.fnweek .oneweek ul li .on strong {color:#6a80de; background-color: #fff;}
.list.porfolio dd {margin-bottom:-1px;}
.list.porfolio ul::after {content:""; display:block; clear:both;}
.list.porfolio li {width:50%; float:left; border-bottom:1px solid #e1e1e1 }
.list.porfolio li a {padding: 15px 15px 15px 10px; border:0 none;}
.list.porfolio li .title {font-size:13px;}
.list.porfolio li:nth-child(odd) {border-right:1px solid #e1e1e1}
.list.porfolio li .val, .list.porfolio li .net {text-align: right}
.list.porfolio li .net+.info_p {margin:10px 0 3px;}
/*.list.porfolio li .info_p+.info_p {margin-bottom:5px;}*/
.list.porfolio li .net+.info_p div {color:#666 !important;}
.list.porfolio li .info_p * {font-size: 10px; color:#666;}
.list.porfolio li .info_p div {font-weight: bold; color:#000; }

/*오늘의 증시기상*/
.list.today_w dd {padding:0 5px 10px 5px; border-top:0 none;}
.list.today_w dd li {width:1%; padding:12px 0 ; margin-right:3px; 
	-webkit-box-flex:1; box-flex:1; -webkit-flex-grow:1 !important; flex-grow:1 !important;
	-webkit-flex: 0 0 auto; flex: 0 0 auto; text-align: center;
	background:url('../images/today_w_01.png') no-repeat 50% 50%; -webkit-background-size:cover; background-size:cover; 
}
.list.today_w dd li a {display:block;}
.list.today_w dd li:last-child {margin-right:0;}
.list.today_w dd li:nth-of-type(1) {}
.list.today_w dd li:nth-of-type(2) {}
.list.today_w dd li:nth-of-type(3) {}
.list.today_w dd li .icon_r {font-size:13px; font-weight: bold; margin-right: 0; padding-left:14px; padding-right:14px; }
.list.today_w dd li .img {
	position: relative;
	left: 50%;
	width:100px; 
	height:75px; 
	min-height: 0; 
	margin:9px 0 9px -50px; 
	background-color: transparent;
	background-image: url('../images/fund_weather_img_03.png'); background-repeat:no-repeat;	
	--webkit-background-size: 100px;
	background-size: 100px;
  }
.list.today_w dd li span {color:#fff; }
.list.today_w dd li.type_01 .img {background-position: center 0px;}
.list.today_w dd li.type_02 .img {background-position: center -75px;}
.list.today_w dd li.type_03 .img {background-position: center -150px;}
.list.today_w dd li.type_04 .img {background-position: center -225px;}
.list.today_w dd li.type_01 { background-image:url('../images/today_w_01.png');}
.list.today_w dd li.type_02 { background-image:url('../images/today_w_02.png');}
.list.today_w dd li.type_03 { background-image:url('../images/today_w_03.png');}
.list.today_w dd li.type_04 { background-image:url('../images/today_w_04.png');}

.list.gd_event a {display:block;}
.list.gd_event a .title {padding-bottom:6px;}
.list.gd_event a .title+p {padding-bottom:2px;}
.list.gd_event a p:not(.title) {font-size: 13px; }

.list.stocks>dt+dd {border-top:0 none;}
.list.stocks .cont {margin-top:0;}

.list.stock_item,
.list.fnweek,
.home>.cont .banner { border-radius:4px; overflow:hidden; }
.list.stock_item.forei .val {
	width: 20%;
	text-align: right;
	margin-left: 0 !important;
}










@charset "euc-kr";

/*Animation Layer /S ---------------------------------*/
.animation-layer{
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%;
	position: relative;
}
.animation-layer-items{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.animation-layer-msg{
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 250px;
	height: 70px;
	line-height: 60px;
	margin-top: -50px;
	margin-left: -125px;
	border: 3px solid #1985D0;
	border-radius: 0.5em;
	background-color: #03111A;
	font-size: 1em;
	color: #fff;
	text-align: center;
	z-index: 999999;
}
.animation-layer-loading{
	display: none;
	position: absolute !important;
	left: 50% !important;
	/*top: 50% !important;*/
  top: 50%;
	width: 32px !important;
	height: 32px !important;
	line-height: 32px !important;
	margin-top: -18px !important;
	margin-left: -18px !important;
	z-index: 999999 !important;
}
.animation-layer-preview{
  width:100%;
  height:100%;
  display:table;
  position:relative;
  margin:0 auto;
  border:2px solid #16a3db;
  padding:1em;
  border-radius:0.9em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecf4ff), color-stop(50%,#f2f4ff), color-stop(100%,#cedaea));
}
.animation-layer-preview-title{
  color:#fff;
  font-size:1em;
  font-weight:bold;
  padding:5px 5px 5px 15px;
  border-radius:1em;
  background:#16a3db;
  text-shadow: 0px 0px 1px rgba(0,0,0,0.5);   
}
.animation-layer-preview-box{	
	text-align:center;
	vertical-align: middle;
	border-radius: .4em;
	border: 1px solid #c7c7c7;
	background-color: #e9eaea;
	padding:10px;
}
.animation-layer-deemed{
	display:none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 501;
}
.animation-layer-deemed-index{
	display:none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #172130;
	z-index: 501;
	filter: Alpha(opacity=30);
	opacity: 0.3;
}
/*Animation Layer /E ---------------------------------*/


/*Animation Popup /S ---------------------------------*/
.animation-popup{
	z-index: 10000;
}
.animation-popup-overlay{
  /*display:none;*/
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 501;
  /*filter: Alpha(opacity=90);*/
  opacity: 1;
}
.animation-popup-overlay * {
  background-color:transparent;
}
.animation-popup-overlay .cont {
  background-color:#fff;
}
.animation-popup-container{
	/*display:none;*/
	position: absolute;
	/*top: 50%;*/
	/*left: 50%;*/
	/*margin: -300px -400px;	*/
	width:100%;
	height:100%;
	/*background: white;	*/
}
.animation-popup-container-watchlist{
	display:none;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -480px;
	width: 960px;
	z-index: 510;
}
.animation-popup-container-popup{
	display:none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -304px;	
	width:608px;
}
.animation-popup-container-msgpopup{
	display:none;
	position: absolute;
	width:518px;
	z-index:1010;
}
.animation-popup-container-msgpopup-deemed{
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background-color:#172130;
	z-index:1001;
	filter:Alpha(opacity=30);
	opacity:0.3;
}



/*Animation Popup /E ---------------------------------*/



/*Swipe /S ---------------------------------*/
.recommend_list {
	width:100%;
	height:140px;
}

.indicator > li {
  /*display:block; float:left;*/
  list-style:none;
  padding:0; margin:0;
}

.indicator {
  position: relative;
  width: 100%;
  text-align: center;
  /*
  padding: 10px 0;
  margin: 0px 0 10px;
  */
  padding: 10px 0 15px;
  font-size: 0 !important;
}
.indicator > li {
  overflow:hidden;
  display: inline-block;
  width:8px; 
  height:8px;
  margin: 0px 5px;
  padding: 0;
  text-indent:-9999em;
  font-size: 0px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -o-border-radius:4px;
  border-radius:4px;
  background:#ddd;
}

.indicator > li.active {
	background:#bbbbbb;
}

/* .indicator > li:last-child {
  margin:0;
} */
/*Swipe /E ---------------------------------*/


/* select box */
.ui-dropdown-deemmed {width:100%; height:100%; position:fixed; top:0; left:0; z-index:505;background-color:transparent}


.ui-dropdown {}
/*.ui-dropdown .ui-dropdown-select {display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;min-width: 120px;max-width: 140px;padding: 5px 25px 4px 15px;background-color: #fff;border: 2px solid #c9c9c9;border-radius: 14px;font-size: 13px;}*/
.ui-dropdown-select {position:relative;}
.ui-dropdown-select:before{content:"";display: block;position: absolute;top: 10px;right: 10px;width: 0;height: 0;border-top: 6px solid #c9c9c9;border-right: 4px solid rgba(255,255,255,0);border-left: 4px solid rgba(255,255,255,0);}
/*.ui-dropdown-list { display:none; overflow-y:auto; overflow-x:hidden; position:absolute; max-height:200px; border:1px solid #abb8c2; font-size:12px; color:#5f6466; z-index:901}*/
/*.ui-dropdown-list li { height:31px; padding: 10px 14px; border-top:1px solid #e0e0e0; cursor:pointer; background:#fff; line-height:16px; }*/
.ui-dropdown-list li:first-child { border-top:0; }
.ui-dropdown-list li a { display:block; font-size:12px; color:#5f6466; }
/*.ui-dropdown-list li.selected,.ui-dropdown-list li:hover { background:#f4f4f4; }*/

.ui-dropdown1 {}
/*.ui-dropdown1 .ui-dropdown1-select {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;height: 40px;padding: 11px 15px 0px 15px;background-color: #fff;border: 1px solid #595959;border-radius: 3px;font-size: 15px;line-height: 1em;color: #000;vertical-align: middle;}*/
.ui-dropdown1-select {position:relative;}
/*.ui-dropdown1-select:before{content:"";display: block;position: absolute;top: 16px;right: 10px;width: 0;height: 0;border-top: 6px solid #595959;border-right: 4px solid rgba(255,255,255,0);border-left: 4px solid rgba(255,255,255,0);}*/
.ui-dropdown1-list { display:none; overflow-y:auto; overflow-x:hidden; position:absolute; /*max-height:280px;*/ border:1px solid #abb8c2; font-size:12px; color:#5f6466; z-index:901 }
/*.ui-dropdown1-list li { height:31px; padding: 10px 14px; border-top:1px solid #e0e0e0; cursor:pointer; background:#fff; line-height:16px;}*/
.ui-dropdown1-list li a { display:block; overflow:hidden; width:525px;  }


/* openweb loading bar */
.loading_bar {width:54px;height:55px;position:absolute;top:50%;left:50%;margin-top:-27px;margin-left:27px;}


/* login keypad */
.transkey_qwerty3_div {
  width: 556px !important;
  margin-left: 22px !important;
}
.transkey_div.transkey_qwerty2_div {
  left: 50% !important;
  margin-left: -160px !important;
  width: 320px !important;
  padding-top: 3px;
}
.transkey_div.transkey_qwerty3_div *,
.transkey_div.transkey_qwerty2_div * {
  background-color:initial;
}
.transkey_layout.transkey_qwerty2_layout {
  width: 320px;
  height: 231px;
  margin-top: -3px;
  -webkit-background-size: cover;
  background-size: cover;
}
.transkey_qwerty3_layout {
  width: 556px !important;
  margin-top: -3px !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
}
.transkey_qwerty2_row {
  width: 100% !important;
}
.transkey_qwerty2_row>div {
  margin-left: 1px !important;
}
.transkey_qwerty2_del {
  width: 57px !important;
  height: 41px !important;
}
.transkey_qwerty2_sp {
width: 86px !important;
height: 42px !important;
}
.transkey_qwerty2_clear {
width: 86px !important;
height: 42px !important;
}
.transkey_qwerty2_done {
width: 144px !important;
height: 42px !important;
}
.transkey_qwerty3_del {
width: 100px !important;
}
.transkey_qwerty3_sp {
width: 152px !important;
}
.transkey_qwerty3_clear {
width: 151px !important;
}
.transkey_qwerty3_done {
width: 252px !important;
}

/* page transition **************************************/
.btn_gnb_left_nav_depth1_item {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	transform: translateX(0%);
}
.btn_gnb_left_nav_depth2_item {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%);
}
.GLPT-page-moveToLeft {
	-webkit-animation: ___GL-moveToLeft .6s ease both;
	-moz-animation: ___GL-moveToLeft .6s ease both;
	animation: ___GL-moveToLeft .6s ease both;
}

.GLPT-page-moveFromLeft {
	-webkit-animation: ___GL-moveFromLeft .6s ease both;
	-moz-animation: ___GL-moveFromLeft .6s ease both;
	animation: ___GL-moveFromLeft .6s ease both;
}

.GLPT-page-moveToRight {
	-webkit-animation: ___GL-moveToRight .6s ease both;
	-moz-animation: ___GL-moveToRight .6s ease both;
	animation: ___GL-moveToRight .6s ease both;
}

.GLPT-page-moveFromRight {
	-webkit-animation: ___GL-moveFromRight .6s ease both;
	-moz-animation: ___GL-moveFromRight .6s ease both;
	animation: ___GL-moveFromRight .6s ease both;
}
.GLPT-page-moveToDefault {
	-webkit-animation: ___GL-moveToDefault .6s ease both;
	-moz-animation: ___GL-moveToDefault .6s ease both;
	animation: ___GL-moveToDefault .6s ease both;
}
.GLPT-page-moveFromDefault {
	-webkit-animation: ___GL-moveFromDefault .6s ease both;
	-moz-animation: ___GL-moveFromDefault .6s ease both;
	animation: ___GL-moveFromDefault .6s ease both;
}
@-webkit-keyframes ___GL-moveToLeft {
	to { -webkit-transform: translateX(-100%); }
}
@-moz-keyframes ___GL-moveToLeft {
	to { -moz-transform: translateX(-100%); }
}
@keyframes ___GL-moveToLeft {
	to { transform: translateX(-100%); }
}

@-webkit-keyframes ___GL-moveFromLeft {
	from { -webkit-transform: translateX(-100%); }
}
@-moz-keyframes ___GL-moveFromLeft {
	from { -moz-transform: translateX(-100%); }
}
@keyframes ___GL-moveFromLeft {
	from { transform: translateX(-100%); }
}

@-webkit-keyframes ___GL-moveToRight { 
	to { -webkit-transform: translateX(100%); }
}
@-moz-keyframes ___GL-moveToRight { 
	to { -moz-transform: translateX(100%); }
}
@keyframes ___GL-moveToRight { 
	to { transform: translateX(100%); }
}

@-webkit-keyframes ___GL-moveFromRight {
	from { -webkit-transform: translateX(100%); }
}
@-moz-keyframes ___GL-moveFromRight {
	from { -moz-transform: translateX(100%); }
}
@keyframes ___GL-moveFromRight {
	from { transform: translateX(100%); }
}

@-webkit-keyframes ___GL-moveToDefault { 
	to { -webkit-transform: translateX(0%); }
}
@-moz-keyframes ___GL-moveToDefault { 
	to { -moz-transform: translateX(0%); }
}
@keyframes ___GL-moveToDefault { 
	to { transform: translateX(0%); }
}

@-webkit-keyframes ___GL-moveFromDefault { 
	from { -webkit-transform: translateX(0%); }
}
@-moz-keyframes ___GL-moveFromDefault { 
	from { -moz-transform: translateX(0%); }
}
@keyframes ___GL-moveFromDefault { 
	from { transform: translateX(0%); }
}

/* background color change *********************/
@-webkit-keyframes ___leftMenuBackColorShow { 
	0% { background-color: rgba(0,0,0,0); }
	100% { background-color: rgba(0,0,0,0.7); }
}
@-moz-keyframes ___leftMenuBackColorShow { 
	0% { background-color: rgba(0,0,0,0); }
	100% { background-color: rgba(0,0,0,0.7); }
}
@keyframes ___leftMenuBackColorShow { 
	0% { background-color: rgba(0,0,0,0); }
	100% { background-color: rgba(0,0,0,0.7); }
}

@-webkit-keyframes ___leftMenuBackColorHide { 
	0% { background-color: rgba(0,0,0,0.7); }
	100% { background-color: rgba(0,0,0,0); }
}
@-moz-keyframes ___leftMenuBackColorHide { 
	0% { background-color: rgba(0,0,0,0.7); }
	100% { background-color: rgba(0,0,0,0); }
}
@keyframes ___leftMenuBackColorHide { 
	0% { background-color: rgba(0,0,0,0.7); }
	100% { background-color: rgba(0,0,0,0); }
}












/* new my scroll tabs /S *******************************/
/******************* BASIC STYLING **********************/
.scrolltab_container_element {
	position:relative;
	/*border:1px solid #8f8f8f;*/
}
.scrolltab_moveleft_element{
	position:absolute;
	top:0;
	left:0;
	text-align:center;
	box-sizing: border-box;
	border-top: 1px solid #8f8f8f;
	border-bottom: 1px solid #8f8f8f;
	
	background-image: url('../images/arrow_tab_01.png');
	background-repeat: no-repeat;
	-webkit-background-size: 9px;
	background-size: 9px;
	background-position: 10px -38px;
}
.scrolltab_moveleft_element:before {content:" "; display:inline-block; height:100%; vertical-align:middle;
	background-image: url('../images/arrow_tab_01.png');
}
.scrolltab_moveleft_element p {display:inline-block;margin:0;}


.scrolltab_moveright_element{
	position:absolute;
	top:0;
	right:0;
	text-align:center;
	box-sizing: border-box;
	border-top: 1px solid #8f8f8f;
	border-bottom: 1px solid #8f8f8f;
	
	background-image: url('../images/arrow_tab_01.png');
	background-repeat: no-repeat;
	-webkit-background-size: 9px;
	background-size: 9px;
	background-position: 13px 12px;
}
.scrolltab_moveright_element:before {content:" "; display:inline-block; height:100%; vertical-align:middle;}
.scrolltab_moveright_element p {display:inline-block;margin:0;}

.scrolltab_inner_container_element {
	overflow-x:auto;
	white-space: nowrap;
	text-overflow:clip;
	-webkit-overflow-scrolling:touch;
	overflow-y:hidden;
	border: 1px solid #8f8f8f;
}
.scrolltab_inner_container_element a:nth-child(1) {
	border-left:0;
}
.scrolltab_inner_container_element a {
	display:inline-block;
	height:100%;
	border-left:1px solid #e1e1e1;
	color: #8f8f8f;
}
.scrolltab_inner_container_element a:before {
	display:inline-block;
	height:100%;
	
	content:" "; 
	 vertical-align:middle;
}
.scrolltab_inner_container_element a.tab_selected {
	background-color: #8f8f8f;
	color:#fff;
	font-weight: bold;
}
.scrolltab_list_item_box {
	display: inline-block;
	padding: 0 12px;
	zoom: 1;
}
::-webkit-scrollbar { width: 0 !important }
::-webkit-scrollbar { 
    display: none; 
}

/******************* BASIC STYLING **********************/

/******************* GNB DEPTH1 STYLING **********************/
#nav_scrolltabs_depth1 .scrolltab_container_element {
	position:relative;
	/*border:1px solid #8f8f8f;*/
}
#nav_scrolltabs_depth1 .scrolltab_moveleft_element{
	position:absolute;
	top:0;
	left:0;
	text-align:center;
	box-sizing: border-box;
	border-top: 1px solid #8f8f8f;
	border-bottom: 1px solid #8f8f8f;
	
	background-image: url('../images/arrow_tab_01.png');
	background-repeat: no-repeat;
	-webkit-background-size: 9px;
	background-size: 9px;
	background-position: 15px -38px;
}
#nav_scrolltabs_depth1 .scrolltab_moveleft_element:before {content:" "; display:inline-block; height:100%; vertical-align:middle;
	background-image: url('../images/arrow_tab_01.png');
}
#nav_scrolltabs_depth1 .scrolltab_moveleft_element p {display:inline-block;margin:0;}


#nav_scrolltabs_depth1 .scrolltab_moveright_element{
	position:absolute;
	top:0;
	right:0;
	text-align:center;
	box-sizing: border-box;
	border-top: 1px solid #8f8f8f;
	border-bottom: 1px solid #8f8f8f;
	
	background-image: url('../images/arrow_tab_01.png');
	background-repeat: no-repeat;
	-webkit-background-size: 9px;
	background-size: 9px;
	background-position: 16px 12px;
}
#nav_scrolltabs_depth1 .scrolltab_moveright_element:before {content:" "; display:inline-block; height:100%; vertical-align:middle;}
#nav_scrolltabs_depth1 .scrolltab_moveright_element p {display:inline-block;margin:0;}

#nav_scrolltabs_depth1 .scrolltab_inner_container_element {
	overflow-x:auto;
	white-space: nowrap;
	text-overflow:clip;
	-webkit-overflow-scrolling:touch;
	overflow-y:hidden;
	border: 0px solid #8f8f8f;
}
#nav_scrolltabs_depth1 .scrolltab_inner_container_element a:nth-child(1) {
	border-left:0;
}
#nav_scrolltabs_depth1 .scrolltab_inner_container_element a {
	display:inline-block;
	height:100%;
	border-left:0px solid #e1e1e1;
	color: #8f8f8f;
	font-size: 16px;
}
#nav_scrolltabs_depth1 .scrolltab_inner_container_element a:before {
	display:inline-block;
	height:100%;
	
	content:" "; 
	 vertical-align:middle;
}
#nav_scrolltabs_depth1 .scrolltab_inner_container_element a.tab_selected { /* 2018-09-13 수정 */
	background-color:rgba(0,0,0,0);
	border-bottom: 4px solid #7a86f1;
	color:#fff;
	font-weight: bold;
}
#nav_scrolltabs_depth1 .scrolltab_list_item_box {
	display: inline-block;
	padding: 0 12px;
	zoom: 1;
}
/******************* GNB DEPTH1 STYLING **********************/
/******************* GNB DEPTH2 STYLING **********************/
#nav_scrolltabs_depth2 .scrolltab_container_element {
	position:relative;
	/*border:1px solid #8f8f8f;*/
}
#nav_scrolltabs_depth2 .scrolltab_moveleft_element{
	position:absolute;
	top:0;
	left:0;
	text-align:center;
	box-sizing: border-box;
	border-top: 1px solid #8f8f8f;
	border-bottom: 1px solid #8f8f8f;
	
	background-image: url('../images/arrow_tab_01.png');
	background-repeat: no-repeat;
	-webkit-background-size: 9px;
	background-size: 9px;
	background-position: 15px -38px;
}
#nav_scrolltabs_depth2 .scrolltab_moveleft_element:before {content:" "; display:inline-block; height:100%; vertical-align:middle;
	background-image: url('../images/arrow_tab_01.png');
}
#nav_scrolltabs_depth2 .scrolltab_moveleft_element p {display:inline-block;margin:0;}


#nav_scrolltabs_depth2 .scrolltab_moveright_element{
	position:absolute;
	top:0;
	right:0;
	text-align:center;
	box-sizing: border-box;
	border-top: 1px solid #8f8f8f;
	border-bottom: 1px solid #8f8f8f;
	
	background-image: url('../images/arrow_tab_01.png');
	background-repeat: no-repeat;
	-webkit-background-size: 9px;
	background-size: 9px;
	background-position: 16px 12px;
}
#nav_scrolltabs_depth2 .scrolltab_moveright_element:before {content:" "; display:inline-block; height:100%; vertical-align:middle;}
#nav_scrolltabs_depth2 .scrolltab_moveright_element p {display:inline-block;margin:0;}

#nav_scrolltabs_depth2 .scrolltab_inner_container_element {
	overflow-x:auto;
	white-space: nowrap;
	text-overflow:clip;
	-webkit-overflow-scrolling:touch;
	overflow-y:hidden;
	border: 0px solid #8f8f8f;
	padding-top: 2px;
}
#nav_scrolltabs_depth2 .scrolltab_inner_container_element a:nth-child(1) {
	border-left:0;
}
#nav_scrolltabs_depth2 .scrolltab_inner_container_element a {
	display:inline-block;
	height:100%;
	border-left:0px solid #e1e1e1;
	color: #444;
	font-size: 16px;
}
#nav_scrolltabs_depth2 .scrolltab_inner_container_element a:before {
	display:inline-block;
	height:100%;
	
	content:" "; 
	 vertical-align:middle;
}
#nav_scrolltabs_depth2 .scrolltab_inner_container_element a.tab_selected {
	background-color:rgba(0,0,0,0);
	color: #288bd8;
	font-weight: normal;
}
#nav_scrolltabs_depth2 .scrolltab_list_item_box { /* 2018-09-13 수정 */
	font-family: Dotum, Arial, Helvetica, sans-serif;
	display: inline-block;
	padding: 0 12px;
	zoom: 1;
}

/* 2015-03-02 이벤트 */
.cont .evt_visual {text-align:center;}
.cont .today {overflow: hidden;padding:10px; border:1px solid #8f8f8f;border-radius: 5px; color: #000;}
.cont .today .day {float:left;}
.cont .today .date {float:right;}
.cont .evt_btn {font-weight: bold;text-align: center;border:2px solid #d14146; padding:10px;border-radius: 6px; }
.cont .evt_btn a {color:#d14146;}
.cont .evt_point {overflow: hidden;padding:10px;border-radius: 5px;background:#d14146;}
.cont .evt_point .my {float:left;font-weight:bold;color:#fff;}
.cont .evt_point .point {float:right;font-weight:bold;color:#f2c911;}
.cont .evt_point .point i {color:#fff;}
.popup .cont .text_a {
  position: relative;
  display: block;
  padding: 0;
  background-color:#f7f7f7;
  color: #000;
  padding:10px;
  text-align: center;
  border: 0 none;
}
.txt_color {color:#8f8f8f;}
.evt_notice {margin-top:10px;}
.evt_notice a {width:154px;display: inline-block; padding-left:10px;}
.evt_public {width:100%;overflow: hidden; margin-top:25px;border: 2px solid #d14146;border-radius: 6px;}
.evt_public dt {width:30%;float: left;padding: 20px;text-align: center;font-weight:bold; color:#fff; background:#d14146;}
.evt_public dd {width:70%; float: right;}
.evt_public dd a {display: inline-block;width: 48px;padding:16px 0 0 5px;}
.evt_public dd a.spimg {display: inline-block;width: 68px;padding:16px 0 0 5px;}
.top_title .h2 .bg_notice {width:18px;padding-left:20px;background-image: url('../images/bg_evtnotice.gif');background-repeat: no-repeat;background-size: 18px; }
/* 달력 */
div.Calendar { position: relative; border:1px solid #e6e6e6;border-radius: 5px;background:#fbfbfb;padding: 10px; }
div.Calendar div.selectMY {text-align: center;}
div.Calendar div.selectMY span.month {margin:0 12px 0 12px;font-weight:bold;color:#fff;border-radius: 5px;background:#d14146;padding:5px 10px;}
div.Calendar div.selectD {margin:10px 0 10px 0;border:1px solid #d14146;}
div.Calendar div.selectD table {width:100%;}
div.Calendar div.selectD table thead th {width:14.2%; padding: 8px; text-align: center; color:#fff; background:#d14146;}
div.Calendar div.selectD table thead th div {font-weight: bold; padding:0;background:none;}
div.Calendar div.selectD table tbody td {text-align: center;}
div.Calendar div.selectD table tbody tr.bg td {background:#ececec;}
div.Calendar div.selectD table tbody td div {position: relative;padding: 10px;background:none;}
div.Calendar div.selectD table tbody td div span {position:absolute;width:28px;height:28px;left:8%;top:15%;background: url('../images/img_attend.png') no-repeat;background-size: 99%;}
div.Calendar div.selectD table tbody td div span.base {position:absolute;width:28px;height:28px;left:8%;top:13%;background: url('../images/img_attend_off.png') no-repeat;background-size: 99%;}
div.Calendar div.selectD table tbody td div span.on {display:block;}
div.Calendar div.selectD table tbody td div span.off {display:none;}
div.Calendar div.selectD table tbody td a {color:#000;background:none;}
div.Calendar div.selectD table tbody td.sel {background:url(/img/common/bg_calendar_01.gif) 0 1px no-repeat;}
div.Calendar div.selectD table tbody td.sel a {color: #ffffff; text-decoration:none;}
div.Calendar div.selectMY, div.Calendar div.selectMY a {padding-top: 9px; color:#000; font-weight: bold;}
div.Calendar div.selectMY img {width: 12px;vertical-align: top;}
div.Calendar div.selectMY img.prev {margin-left: 4px; margin-right: 9px;}
div.Calendar div.selectMY img.next {margin-left: 9px; margin-right: 4px;}
div.Calendar div.selectMonth {margin: 0 15px 0 9px; padding: 8px 0 24px 0;}
div.Calendar div.selectMonth table tbody td {text-align: right; padding-right: 9px;}
div.Calendar div.selectYear {margin: 0 15px 0 12px; padding: 8px 0 24px 0;}
div.Calendar div.selectYear table tbody td {text-align: right; padding-right: 1px;}

/* 2015-03-12 매니저소개 추가 */
div.cont .manager_box {
  -webkit-box-align: start;
  box-align: start;
  -webkit-align-items:flex-start !important;
  align-items:flex-start !important;
  padding: 17px 15px 117px 15px;
  background:url(/phone/asset/images/img_manager02.gif) 95% bottom no-repeat;
  background-size: 171px;
}
.manager_box p {padding-top:15px;}
.kind_list li {border:1px solid #e3e3e3; margin-bottom:10px;}
.kind_list li dl dt {padding:15px;border-bottom:1px solid #e3e3e3;background:#f7f7f7; color:#000;}
.kind_list li dl dt div {overflow:hidden;width:100%;}
.kind_list li dl dt div span {float:left;width: 20%;}
.kind_list li dl dt div p {float:left;width:80%;padding:3px 0 15px 15px; }
.kind_list li dl dt div span img {width:65px;}
.kind_list li dl dd {padding:15px;}
.kind_list li dl dd p strong {color:#000;}

/* 2015-03-18 모바일 원격지원 추가 */
.mobile_remote {width:130px;height:130px; margin: 0 auto;background:url('../images/img_mobile_remote.jpg') no-repeat;background-size: cover;}
.txt_nom { margin-left: 10px;   text-indent: -16px;}
.txt_nom_a { margin:10px 0 0 10px;   text-indent: -16px;}

div.chcek_box { position: relative; margin-top:20px; border:1px solid #e6e6e6;border-radius: 5px;background:#fbfbfb;padding: 10px; }
div.chcek_box p.on {padding:10px 0 10px 40px;background: url('../images/img_attend.png') no-repeat; background-size:36px;}
div.chcek_box p.off {padding:10px 0 10px 40px;background: url('../images/img_attend_off.png') no-repeat; background-size:36px;}
/******************* GNB DEPTH2 STYLING **********************/
/* new my scroll tabs /E *******************************/


/* 2015-04-27 모바일쿠폰 추가 */
.cont0427 {overflow: visible;padding:30px 20px 48px 20px;background:url(/phone/asset/images/bg_150427.gif) repeat;background-size: 88%;}
.cont0427_han {overflow: visible;padding:30px 20px 48px 20px;background:url(/phone/asset/images/bg_150428.gif) repeat;background-size: 88%;}
.cont0427 h2, .cont0427_han h2 { width: 153px; height: 27px;}
.cont0427_han p.cont_title {margin-top:-7px;}
.cont0427 input[type="checkbox"]:checked 
  {
   background-color: #2db400;
   border: 1px solid #2db400;
   background-position: -1px -51px;
 }
/* // 2015-04-27 모바일쿠폰 추가 */


/* 탑스클럽 테이블 추가 */
table.tops_rank thead th.rank {
  background-color: #ecf1f5;
  border-top: 2px solid #d14146;
  border-left: 2px solid #d14146;
  border-right: 2px solid #d14146;
}
table.tops_rank thead th.rank_l {
background-color: #ecf1f5;
 border-left: 2px solid #d14146;
}
table.tops_rank thead th.rank_r {
background-color: #ecf1f5;
 border-right: 2px solid #d14146;
}
table.tops_rank tbody td.rank_l {
background-color: #ecf1f5;
 border-left: 2px solid #d14146;
}
table.tops_rank tbody td.rank_r {
background-color: #ecf1f5;
 border-right: 2px solid #d14146;
}
table.tops_rank tbody td.rank_t {
background-color: #ecf1f5;
 border-top: 2px solid #d14146;
}
table.tops_rank tbody td.rank_tr {
background-color: #ecf1f5;
 border-top: 2px solid #d14146;
 border-right: 2px solid #d14146;
}
table.tops_rank tbody th.rank_tl {
background-color: #ecf1f5;
 border-top: 2px solid #d14146;
 border-left: 2px solid #d14146;
}
table.tops_rank tbody .rank_b {
background-color: #ecf1f5;
 border-bottom: 2px solid #d14146;
}
table.tops_rank tfoot td.rank_l {
background-color: #ecf1f5;
border-bottom: 2px solid #d14146;
 border-left: 2px solid #d14146;
}
table.tops_rank tfoot td.rank_r {
background-color: #ecf1f5;
border-bottom: 2px solid #d14146;
 border-right: 2px solid #d14146;
}

/* 2016-02-26 추가 */
.sub_title {padding:8px 15px;background:#8f8f8f;color:#fff;font-size:16px;}

/* ISA 2016-02-26 추가 */
.isaType .tit {margin-bottom:15px;font-weight:bold;color:#000;text-align:center;font-size:15px;}
.isaType li {position:relative;margin-bottom:42px;border:1px solid #e1e1e1;background-color: #f2f2f2;padding:10px; vertical-align: middle; -webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;	-o-border-radius: 3px;border-radius: 3px;text-align:center;font-size:14px;color:#444;}
.isaType li:after {display:block;content:"";position:absolute;top:49px;left:50%;margin-left:-8px;width:15px;height:10px;background:#e3e3e3;}
.isaType li:before {display:block;content:"";position:absolute;top:57px;left:50%;margin-left:-15px;width:0;height:0;border-style:solid;border-width:14px 15px 15px 15px;border-color:transparent;border-top-color:#e3e3e3;}
.isaType li:last-child {margin-bottom:0;}
.isaType li:last-child:after {display:none;}

.isaJoin_recommend {}
.isaJoin_recommend li {position:relative;display:table;width:100%;min-height:75px;padding:15px 15px 15px 105px;margin-top:10px;background:#f7f7f7;}
.isaJoin_recommend li > p {display:table-cell;vertical-align:middle;}
.isaJoin_recommend li:first-child {margin-top:0;}
.isaJoin_recommend li:after {display:block;content:"";position:absolute;top:0;left:0;width:105px;height:75px;background:url(/phone/asset/images/isa_img_recommend.png) no-repeat 0 0;background-size:100%;}
.isaJoin_recommend li:nth-child(2):after {background-position:0 -85px;}
.isaJoin_recommend li:nth-child(3):after {background-position:0 -170px;}
.isaJoin_recommend li:nth-child(4):after {background-position:0 -255px;}

/* 스마트데스크 2016-03-07 */
.smartDesk_down {position:relative;}
.smartDesk_down a {position:absolute;bottom:0;width:50%;height:57%;background-color:transparent;text-indent:-99999px;font-size:0;}
.smartDesk_down a.android {left:0;}
.smartDesk_down a.ios {right:0;}
/* 2016-09-27 추가 */
.smartDesk_evtbnr_area {padding:20px 15px;text-align:center;background:#fff;}
.smartDesk_evtbnr_area img {width:100%;max-width:659px;}

/* 2016-03-23 추가 */
.stepList .tit {margin-bottom:15px;font-weight:bold;color:#000;text-align:center;font-size:15px;}
.stepList li {position:relative;margin-bottom:42px;border:1px solid #e1e1e1;background-color: #f2f2f2;padding:10px; vertical-align: middle; -webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;	-o-border-radius: 3px;border-radius: 3px;text-align:center;font-size:14px;color:#444;}
.stepList li:after {display:block;content:"";position:absolute;top:49px;left:50%;margin-left:-8px;width:15px;height:10px;background:#e3e3e3;}
.stepList li:before {display:block;content:"";position:absolute;top:57px;left:50%;margin-left:-15px;width:0;height:0;border-style:solid;border-width:14px 15px 15px 15px;border-color:transparent;border-top-color:#e3e3e3;}
.stepList li:last-child {margin-bottom:0;}
.stepList li:last-child:before,
.stepList li:last-child:after {display:none;}
.stepList li .stepTxt {position:absolute;top:51px;left:50%;margin-left:30px;background:#fff;font-size:11px;}

/* 해외주식투자전용펀드 - 투자포인트 2016-03-23 */
.fInvest_point {margin-top:20px;}
.fInvest_point li {position:relative;text-align:center;font-weight:bold;background-repeat:no-repeat;background-position:center bottom;background-size:120px;}
.fInvest_point li:nth-child(1) {margin-bottom:95px;padding-bottom:140px;background-image:url(/phone/asset/images/foreign_invest_02_01.gif)}
.fInvest_point li:nth-child(1):after {display:block;content:"";position:absolute;bottom:-69px;left:50%;margin-left:-20px;width:40px;height:40px;background:url(/phone/asset/images/foreign_invest_02_03.gif) no-repeat 0 0;background-size:40px;}
.fInvest_point li:nth-child(2) {margin-bottom:25px;padding-bottom:140px;background-image:url(/phone/asset/images/foreign_invest_02_02.gif)}
.fInvest_point_pfolio {margin-top:20px;}
.fInvest_point_pfolio .tit {margin-bottom:25px;}
.fInvest_point_pfolio .tit span {display:inline-block;width:85px;height:30px;margin-right:10px;background:#89bbec;color:#fff;line-height:30px;text-align:center;}

.fInvest_SFund_dlist {position:relative;padding-left:72px;}
.fInvest_SFund_dlist dt {position:absolute;left:0;top:0;}

/* 2016-04-18 toggle 추가 */
.toggleCont .toggleTit {padding-left:10px;border:1px solid #e1e1e1;background:#f7f7f7;border-radius:3px;}
.toggleCont .toggleIn {padding:0;margin-top:15px;}
.toggleCont .toggleIn table th,
.toggleCont .toggleIn table td {font-size:12px;}
.toggleCont .toggleIn table .bdl {border-left:1px solid #8f8f8f;}

/* 2016-06-22 추가 */
.topsCardInfo {margin-top:20px;line-height:1.5;}
.topsCardInfo strong{color:#c50505;}

/* 2016-06-28 추가 / 신한FAN클럽 */
.btn_fan_detail{display:inline-block;margin-top:15px;}
.btn_fan_detail img{height:40px;}
.fan_point_st01 dt img{height:27px;}
.fan_point_st01.pointDl{margin:-20px 0 0 -15px;padding:20px 15px;width:100%;box-sizing:content-box;background:#ecf9ff;}
.fan_last_txt{margin-top:25px;color:#000;line-height:1.5;}
.fan_point_title{display:block;padding:30px 0;text-align:center;}
.fan_point_title img{width:73.3%;max-width:526px;}
.fan_app_link{width:100%;}
.fan_app_link:after{content:"";display:block;clear:both;}
.fan_app_link li{float:left;width:49%;margin-left:2%;text-align:center;}
.fan_app_link li:first-child{margin-left:0;}
.fan_app_link li a{display:inline-block;}
.fan_app_link li img{width:100%;max-width:320px;border:1px solid #d14146;}
.guideAreaTit{display:block;color:#666;font-size:15px;margin-bottom:10px;}
.det_box .guideArea{padding-left:0;margin-bottom:25px;}
.det_box .guideArea li{width:100%;list-style-type:none;margin-top:5px;}
.det_box .guideArea li:after{content:"";display:block;clear:both;}
.det_box .guideArea li:first-child{margin-top:0;}
.det_box .guideArea li > div{float:left;width:46%;text-align:center;box-sizing:border-box;}
.det_box .guideArea li > div img{width:100%;max-width:301px;border:1px solid #d14146;}
.det_box .guideArea li > p{float:right;width:54%;padding:0 0 0 15px;box-sizing:border-box;font-size:13px;color:#666;line-height:1.3;}
.det_box .guideArea li > p strong{display:block;font-size:15px;color:#000;margin-bottom:5px;text-indent:-17px;padding-left:17px;}
.det_box .guideArea li > p .join_point{display:block;margin-top:5px;color:#da2f1e;font-weight:bold;}
.fan_point_title02{display:block;margin-bottom:30px;text-align:center;}
.fan_point_title02 img{width:127px;}


/* 2016-11-14 추가 */
.cont.center{text-align:center;}

/* 신한i알파 앱 다운로드 페이지 : 2016-11-17 */
body.bgWhite{background:#fff;}
#app_intro_wrap{width:100%;}
#app_intro_wrap .app_tit_area{display:table;width:100%;box-sizing:border-box;padding:15px;}
#app_intro_wrap .app_tit_area p{display:table-cell;width:96px;text-align:center;}
#app_intro_wrap .app_tit_area p img{width:100%;}
#app_intro_wrap .app_tit_area .btn_area_top{display:table-cell;box-sizing:border-box;padding-left:40px;vertical-align:middle;}
#app_intro_wrap .app_tit_area ul{display:table-cell;box-sizing:border-box;padding-left:20px;vertical-align:middle;}
#app_intro_wrap .app_tit_area ul.dot_list{margin-top:0;}
#app_intro_wrap .app_tit_area ul.dot_list li{margin-top:5px;font-size:14px;color:#686868;}
/*#app_intro_wrap .btn_area_top{padding:0 15px;text-align:right;}*/
#app_intro_wrap .btn_area_top a{display:inline-block;padding:7px 22px;border:2px solid #c9c9c9;border-radius:20px;background:#fff;color:#686868;font-size:14px;}
#app_intro_wrap .app_info_txt{padding:30px 15px;color:#000;font-weight:bold;line-height:1.6;}
#app_intro_wrap .info_img_area{width:100%;text-align:center;}
#app_intro_wrap .info_img_area img{width:100%;}
#app_intro_wrap .btn_area_btm{padding:25px 15px;text-align:center;}
#app_intro_wrap .btn_area_btm a{display:inline-block;width:100%;padding:12px 0;box-sizing:border-box;border:2px solid #2989dd;background:#fff;color:#2989dd;border-radius:4px;font-weight:bold;}

/* 2016-11-24 App센터 */
.home .appCenter .golf.scrl .scrl_wp{height:142px;margin-top:5px;}
.home .appCenter .list.golf .img{height:100px;border:none;text-align:center;}
.home .appCenter .list.golf .img img{height:100%;width:100px;}
.home .appCenter .list.golf a{position:relative;padding-top:10px;}
.home .appCenter .list.golf a.new:before{content:"NEW";position:absolute;display:block;top:0;left:40px;width:35px;height:35px;border-radius:100%;background:#f2c811;color:#fff;font-weight:bold;font-size:11px;line-height:35px;text-align:center;z-index:99;}
.home .appCenter .list.golf a>*:last-child {height:41px;font-size:15px;font-weight:bold;letter-spacing:-1px;color:#000;}
.home .appCenter .appTit{position: relative;min-height:40px;/*padding:8px 0 8px 10px;*/border-bottom:1px solid #e3e3e3;}
.home .appCenter .appTit a{display:block;min-height:40px;/*padding:8px 0 8px 10px;*/}
.home .appCenter .appTit .title{line-height:1em; margin-right:40px;padding:13px 0px 5px 10px;overflow:visible;font-size: 16px;-webkit-box-flex:1;box-flex:1;-webkit-flex-grow:1;flex-grow:1;}
.home .appCenter .appTit [class^="btn"] {	position: absolute; top:50%; right:0; margin-top:-18px;}
.app_center_list{padding:15px;}
.app_center_list ul{border:1px solid #e3e3e3;}
.app_center_list li{border-top:1px solid #e3e3e3;}
.app_center_list li:first-child{border-top:none;}
.app_center_list li .app_center_top{padding:10px 13px;background:#f7f7f7;box-sizing:border-box;border-bottom:1px solid #e3e3e3;}
.app_center_list li .app_center_top .img{width:67px;margin-right:10px;}
.app_center_list li .app_tit > p{margin-bottom:10px;font-size:14px;color:#000;font-weight:bold;}
.app_center_list li .app_tit > p > span{color:#d14146;}
.app_center_list li .app_tit .btns a{position:relative;display:inline-block;width:72px;height:34px;border-radius:20px;border:2px solid #c9c9c9;text-indent:-9999px;}
.app_center_list li .app_tit .btns a.ios{background:url(../images/app_ios.jpg) no-repeat 10px center;background-size:20px 23px;}
.app_center_list li .app_tit .btns a.android{background:url(../images/app_android.jpg) no-repeat 10px center;background-size:23px 25px;}
.app_center_list li .app_tit .btns a:after{content:"";display:block;position:absolute;top:5px;right:9px;width:21px;height:21px;background:#c9c9c9 url(../images/icon_download.png) no-repeat center center;background-size:cover;border-radius:100%;}
.app_center_list li .description{padding:15px 19px;font-size:13px;line-height:130%;}

/* 세미나 신청 > 참가신청 pop 2017-03-07 */
.eduApply {padding:10px 22px;}
.eduApply .btn_area {display:inline-block;margin-top:8px;width:130px;border-top:none;}
.eduApply .btn_area a {width:100%;height:32px;font-size:14px;line-height:33px;border-radius:2px;color:#fff;font-weight:400;}
.eduApply li {position:relative;padding:6px 0 0 96px;margin-top:51px;min-height:70px;color:#000;letter-spacing:-1px;text-align:center;}
.eduApply li:first-child {margin-top:0;}
.eduApply li:before {display:block; content:"";position:absolute;top:0;left:10px;width:75px; height:70px; background-repeat:no-repeat; -webkit-background-size:cover; background-size:cover;}
.eduApply li.haveId:before {background-image:url(../images/vul_haveId.png);}
.eduApply li.noHaveId:before {background-image:url(../images/vul_noHaveId.png);}

/* ELS/DLS 청약 자가진단표 변경 2017-03-22 */
.els_scroll{height:200px;overflow-y:scroll}

/* 신한 FAN클럽 > 신한플러스 변경 2018-08-09 */
.plus_info{border-top:1px solid #e1e1e1;padding:20px 10px;background-color:#f5f5f5}
.plus_info strong{display:block;margin-top:20px;color:#333}
.plus_info .dot_list{margin-top:10px}
.plus_guide_ist li{position:relative;margin-top:10px;padding-left:70px;font-size:16px;line-height:50px;font-weight:bold;color:#333}
.plus_guide_ist li:first-child{margin-top:0}
.plus_guide_ist li:nth-child(2):before{background-position:-50px 0}
.plus_guide_ist li:nth-child(3):before{background-position:-100px 0}
.plus_guide_ist li:nth-child(4):before{background-position:-150px 0}
.plus_guide_ist li:before{content:'';position:absolute;top:0;left:0;width:50px;height:50px;background:url(../images/shinhanplus_list.png) no-repeat 0 0/200px 50px}


/*  비대면 계좌개설 2018-08-17*/
/* 메인*/
.cont_accout{margin:25px 20px; border:1px solid #e1e1e1; border-radius:3px; background:#fff;}

.cont_accout .h2_tit{font-size:16px;color:#000;padding:12px; border-bottom:1px solid #e3e3e3; font-weight:bold}
.cont_accout .title_box{padding:20px 0}
.cont_accout .main_list{}
.cont_accout .main_list li{position:relative;box-sizing:border-box;border-bottom:1px dashed #e3e3e3;padding:20px 20px 30px 140px}
.cont_accout .main_list li:last-child{border-bottom:0}
.cont_accout .main_list li:before{content:'';position:absolute;top:5px;left:5px;width:110px;height:110px;background:url('../images/accouts_img04.png') no-repeat 0 0/110px 330px}
.cont_accout .main_list li:nth-child(1):before{background-position:0 0}
.cont_accout .main_list li:nth-child(2):before{background-position:0 -110px}
.cont_accout .main_list li:nth-child(3):before{background-position:0 -220px}
.cont_accout .main_list li > h3{font-size:15px;font-weight:bold;color:#000}
.cont_accout .main_list li > p{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:5px;font-size:14px;line-height:18px}
.cont_accout .main_list li > a{display:inline-block;margin-top:5px;padding:7px;border:1px solid #ccc;border-radius:3px;box-shadow:1px 1px 1px rgba(0, 0, 0, .2)}
/* step */
.stepList02{position:absolute;top:15px;right:5px}
.stepList02 li{display:inline-block;position:relative;margin-left:8px;border:5px solid #e6e6e6;border-radius:50%;box-sizing:border-box;width:25px;height:25px;text-align:center;line-height:16px;font-size:13px;color:#b3b3b3}
.stepList02 li:before{content:'';position:absolute;top:6px;left:-18px;border-radius:2px;width:15px;height:4px;background-color:rgba(0, 0, 0, .1)}
.stepList02 li:first-child{margin-left:0}
.stepList02 li:first-child:before{display:none}
.stepList02 li.prev, .stepList02 li.recent{border:5px solid #c16165;color:#c16165}
.stepList02 li.prev:before, .stepList02 li.recent:before{background-color:rgba(193, 97, 101, 1)}
.stepList02 li span{position:absolute;left:-9999px;font-size:0;line-height:0;text-indent:-9999px}

.sum_box .img[class*="ac"] { background:url('../images/icon/sum_img_ac.png') no-repeat; -webkit-background-size:cover; background-size:cover; }
.sum_box .img_ac[class*="01"] { background-position:0 0;}
.sum_box .img_ac[class*="02"] { background-position:0 -65px;}
.sum_box .img_ac[class*="03"] { background-position:0 -130px;}
.sum_box .img_ac {
  width: 70px;
  height:65px;
  margin-top: 0px;
  margin-right: 10px;
  flex:0 0 auto;
  -webkit-flex:0 0 auto;
  background-image: url('../images/icon/sum_img_ac.png');
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.ialpha_down{position:relative}
.ialpha_down img{display:block;width:100%}
.ialpha_down a{position:absolute;bottom:0;width:50%;height:57%;background:none;font-size:0;line-height:0;text-indent:-9999px}
.ialpha_down a.btn01{left:0}
.ialpha_down a.btn02{right:0}

/*로딩*/
.loading_box{position:fixed;top:0;left:0;width:100%;height:100%;text-align:center;background:rgba(255, 255, 255, .9);z-index:10}
.loading_box .loading{position:absolute;top:50%;left:50%;margin-top:-50px;transform:translateX(-50%);width:100%;height:100px}
.loading_box .loading > img{width:65px}
.loading_box .loading > p{margin-top:10px}

/* 메인 화면 리뉴얼 2018-09-03 */
.gray_line{border-top:1px solid #d2d2d2;height:7px;background-color:#ebebeb}
.bgGray{padding:5px 0;background-color:#e4e7ea}
.home.main2{font-family:Dotum, Arial, Helvetica, sans-serif;background-color:#fff}
.home.main2 a{font-family:Dotum, Arial, Helvetica, sans-serif}

header > div.main2{background-color:#fff}
header .home.main2 button{border:none;background-image:url(../images/icon_header2.png)}
nav.dep_01.main2{height:46px;border-top:0;background-color:#fff}
nav.dep_01.main2 ul{width:100%}
nav.dep_01.main2 ul li{padding:0;width:23%;text-align:center}
nav.dep_01.main2 ul li:nth-child(1){width:13%}
nav.dep_01.main2 ul li:nth-child(5){width:18%}
nav.dep_01.main2 ul li a{font-family:Dotum, Arial, Helvetica, sans-serif;display:inline-block;color:#262626}
nav.dep_01.main2 ul li.on a::after{background-color:#7a86f1}

aside.main2{font-family:Dotum, Arial, Helvetica, sans-serif;background-color:rgba(86, 80, 102, .95) !important}
aside.main2 a, aside.main2 button{font-family:Dotum, Arial, Helvetica, sans-serif}
aside.main2 .q_menu{background-color:rgba(86, 80, 102, .95) !important}
aside.main2 .q_menu li{background:none}
aside.main2 .mydata+.q_menu.money{background-color:#fff !important}

.home.main2 > .cont{border:none}
.home.main2 .btn_arrow{background:url(../images/main_more_btn.png) no-repeat 8px 10px/12px 12px}
.home.main2 .list dt .title{font-weight:bold}
.home.main2 .list dd{border:none}

.home.main2 .stc.scrl .scrl_wp{height:164px}
.home.main2 .stc.scrl .scrl_wp a{font-family: Arial,Helvetica,Dotum,"돋움";}
.home.main2 .stc.scrl div a .val, .home.main2 .stc.scrl div a .net{text-align:left}
.home.main2 .stc.scrl div a .val{margin-bottom:4px;font-size:20px;color:#262626 !important}
.home.main2 .stc.scrl div a .net span:first-child{margin-right:20px}

.home.main2 .stc.scrl div a.up span:first-child:before{content:'▲';color:#fa4b4b }
.home.main2 .stc.scrl div a.down span:first-child:before{content:'▼';color:#007ee5 }

.home.main2 .stc.scrl div a{border-top:1px solid #e3e3e3}
.home.main2 .indicator{padding:5px 0 10px}
.home.main2 .indicator > li{margin:0 3px;background:#fff}
.home.main2 .indicator > li.active{background:#565a66}

.home.main2 .list.fnweek{border-radius:0}
.home.main2 .list.fnweek dt a{padding:25px 0 8px 10px;background-color:#7a86f1}
.home.main2 .list.fnweek dt a .title{color:#fff}
.home.main2 .list.fnweek dt a .btn_arrow {top:32px;right:10px;background:url(../images/main_more_btn2.png) no-repeat 8px 12px/12px 12px}
.home.main2 .list.fnweek .oneweek{padding:8px 10px 25px;height:83px;background-color:#7a86f1}
.home.main2 .list.fnweek .oneweek  ul li a{color:#666}
.home.main2 .list.fnweek .oneweek ul li .on strong{background-color:#f7d129;color:#4e5773}

.icon_menu2:after{content:'';display:block;clear:both}
.icon_menu2 li{float:left;width:50%;border-top:1px solid #e1e1e1;border-left:1px solid #e1e1e1}
.icon_menu2 li:nth-child(1), .icon_menu2 li:nth-child(2){border-top:0}
.icon_menu2 li:nth-child(odd){border-left:0}
.icon_menu2 li a{display:block;position:relative;box-sizing:border-box;padding-left:60px;width:100%;height:75px;line-height:75px;font-weight:bold;color:#262626}
.icon_menu2 li a:before{content:'';position:absolute;top:20px;left:15px;width:35px;height:35px;background:url(../images/main_menu_ico1.png) no-repeat 0 0/140px 35px}
.icon_menu2.ico2 li a:before{background:url(../images/main_menu_ico2.png) no-repeat 0 0/70px 35px}
.icon_menu2.ico3 li a:before{background:url(../images/main_menu_ico3.png) no-repeat 0 0/70px 35px}
.icon_menu2 li:nth-child(2) a:before{background-position:-35px 0}
.icon_menu2 li:nth-child(3) a:before{background-position:-70px 0}
.icon_menu2 li:nth-child(4) a:before{background-position:-105px 0}

.main_slide{position:relative}
.swiper-container.slide1{min-width:320px;height:250px;background:url(../images/main_slide1_bg.jpg) no-repeat center center/100% auto}
.swiper-container.slide1 .swiper-slide{position:relative}
.swiper-container.slide1 .swiper-slide img{position:absolute;top:0;left:50%;transform:translateX(-50%);max-height:100%}
.swiper-container.slide1 .swiper-pagination-bullet{background-color:#fff;opacity:1}
.swiper-container.slide1 .swiper-pagination-bullet-active{border-radius:10px;width:18px;background-color:#565a66}
.swiper-container-horizontal.slide1 > .swiper-pagination-bullets .swiper-pagination-bullet{margin:0 3px}

.stock_slide{position:absolute;top:0;z-index:10;padding:10px 10px 0;width:100%;background:none}
.stock_slide ul{overflow:hidden;position:relative;border-radius:3px;width:100%;height:40px}
.stock_slide ul li{position:absolute;bottom:0;left:0;width:100%}
.stock_slide ul li a{display:block;position:relative;border-radius:2px;width:100%;height:40px;font-size:14px;line-height:40px;background-color:#fff;color:#262626}
.stock_slide strong.tit{display:block;overflow:hidden;text-overflow:ellipsis;word-wrap:normal;white-space:nowrap;word-wrap:normal;box-sizing:border-box;padding-right:250px;width:100%;margin-left:20px;font-weight:normal}
.stock_slide .data{position:absolute;top:0;right:0}
.stock_slide .data span{margin-right:20px}
.stock_slide .data span.data1{font-size:16px;font-weight:bold;color:#262626}
.stock_slide .data.up span.data2:before{content:'▲';margin-right:10px}
.stock_slide .data.down span.data2:before{content:'▼';margin-right:10px}

.main_info_box{padding:30px 10px;text-align:center;color:#262626}
.main_info_box dt{display:inline-block;background:url(../images/yellow_line.jpg) repeat-x;background-position:0 bottom;font-size:20px}
.main_info_box dd{}
.main_info_box dd ul li{float:left;position:relative;margin:20px 0 0 2%;padding:100px 0 10px;width:32%;text-align:center;font-weight:bold;font-size:15px}
.main_info_box dd ul li:first-child{margin-left:0}
.main_info_box dd ul:after{content:'';display:block;clear:both}
.main_info_box dd ul li:before{content:'';position:absolute;top:15px;left:50%;margin-left:-40px;width:80px;height:80px;background:url(../images/main_info_box1_bg.png) no-repeat 0 0/240px 80px}
.main_info_box dd ul li:nth-child(2):before{background-position:-80px 0}
.main_info_box dd ul li:nth-child(3):before{background-position:-160px 0}
.main_info_box dd ul li a{position:absolute;top:15px;left:50%;margin-left:-40px;width:80px;height:80px;text-indent:-9999px;font-size:0;line-height:0;background:none}/* 2018-11-08 추가 */

.main_info_box.type2{background-color:#d8e2f1}
.main_info_box.type2 dt{font-weight:bold}
.main_info_box.type2 dd ul li{margin:25px 0 0 2%;border-radius:3px;box-shadow:0 2px 2px rgba(0, 0, 0, .2);background-color:#fff;color:#4156b1}
.main_info_box.type2 dd ul li:first-child{margin-left:0}
.main_info_box.type2 dd ul li:before{background:url(../images/main_info_box2_bg.png) no-repeat 0 0/240px 80px}
.main_info_box.type2 dd ul li:nth-child(2):before{background-position:-80px 0}
.main_info_box.type2 dd ul li:nth-child(3):before{background-position:-160px 0}

.main_info_box.type3{background-color:#d8e2f1}
.main_info_box.type3 dt{font-weight:bold}
.main_info_box.type3 dd ul li{font-family:Arial,Helvetica,Dotum,"돋움";margin:25px 0 0 2%;border-radius:3px;font-weight:normal;padding:110px 0 10px;box-shadow:0 2px 2px rgba(0, 0, 0, .2);background-color:#fff;color:#262626}
.main_info_box.type3 dd ul li:first-child{margin-left:0}
.main_info_box.type3 dd ul li:before{top:45px}
.main_info_box.type3 dd ul li:before{height:54px;background:url(../images/main_weather_bg.png) no-repeat 0 0/320px 54px}
.main_info_box.type3 dd ul li.type1:before{background-position:0 0}
.main_info_box.type3 dd ul li.type2:before{background-position:-80px 0}
.main_info_box.type3 dd ul li.type3:before{background-position:-160px 0}
.main_info_box.type3 dd ul li.type4:before{background-position:-240px 0}
.main_info_box.type3 dd ul li .tit{position:absolute;top:10px;left:50%;margin-left:-25px;border-radius:11px;font-weight:bold;width:50px;height:22px;line-height:22px;background-color:#e4e7ea;color:#565a66}

.appdown_btn{width:100%;height:45px;text-align:center;background-color:#565a66}
.appdown_btn a{display:block;height:45px;color:#fff}
.appdown_btn a:before{content:'';display:inline-block;position:relative;top:8px;margin-right:13px;width:27px;height:27px;background:url(../images/main_appdown_icon.png) no-repeat 0 0/27px 27px}
.appdown_btn a:after{content:'';display:inline-block;position:relative;top:2px;margin-left:13px;width:14px;height:14px;background:url(../images/main_appdown_arr.png) no-repeat 0 0/14px 14px}

.swiper-container.slide2{padding:30px 20px;width:100%;height:230px;text-align:center;background:url(../images/main_slide2_bg.jpg) no-repeat center center/100% auto}
.swiper-container.slide2 strong.tit{display:inline-block;background:url(../images/yellow_line.jpg) repeat-x;background-position:0 bottom;font-size:20px;color:#262626}
.swiper-container.slide2 .swiper-slide{font-family:Arial,Helvetica,Dotum,"돋움";padding-top:90px;width:25%;text-align:center;font-size:18px;color:#262626}
.swiper-container.slide2 .swiper-slide:before{content:'';display:block;position:absolute;top:30px;left:50%;margin-left:-40px;width:80px;height:54px;background:url(../images/main_weather_bg.png) no-repeat 0 0/320px 54px}
.swiper-container.slide2 .swiper-slide.type1:before{background-position:0 0}
.swiper-container.slide2 .swiper-slide.type2:before{background-position:-80px 0}
.swiper-container.slide2 .swiper-slide.type3:before{background-position:-160px 0}
.swiper-container.slide2 .swiper-slide.type4:before{background-position:-240px 0}
.swiper-container.slide2 .swiper-slide strong{font-size:23px}
.swiper-container.slide2 .swiper-slide p{font-size:13px;letter-spacing:-1px}

.swiper-container.slide3 .swiper-pagination-bullets{padding-right:10px;background:none;text-align:right}
.swiper-container.slide3 .swiper-pagination-bullet{background-color:#fff;opacity:1}
.swiper-container.slide3 .swiper-pagination-bullet-active{background-color:#565a66}
.swiper-container-horizontal.slide3 > .swiper-pagination-bullets .swiper-pagination-bullet{margin:0 0 0 5px}

.main_tab1{position:relative;margin:10px 0}
.main_tab1 .btn{width:100%}
.main_tab1 .btn:after{content:"";display:block;clear:both}
.main_tab1 .btn li{float:left;width:33.333%}
.main_tab1.col2 .btn li{width:50%}
.main_tab1 .btn li a{display:block;border-bottom:1px solid #dedede;padding:0;height:45px;line-height:45px;text-align:center;letter-spacing:-1px;font-weight:bold;font-size:15px;color:#262626}
.main_tab1 .btn li.on a{border-bottom:2px solid #262626}
.main_tab1 .cnt{padding:0 10px}
.main_tab1 .cnt > div{display:none}
.main_tab1 .cnt > div > p.tit{position:absolute;left:-9999px;text-indent:-9999px;font-size:0;line-height:0}
.main_tab1 .cnt ol{margin-top:10px}
.main_tab1 .cnt ol li{position:relative;margin-top:10px}
.main_tab1 .cnt ol li:first-child{margin-top:0}
.main_tab1 .cnt ol li a{font-family:Arial,Helvetica,Dotum,"돋움";display:block}
.main_tab1 .cnt ol li .num{position:absolute;top:0;left:0;width:20px;text-align:center;color:#262626}
.main_tab1 .cnt ol li .name{display:inline-block;box-sizing:border-box;padding:0 165px 0 25px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:100%;color:#262626}
.main_tab1 .cnt ol li .val{position:absolute;top:2px;right:110px;font-size:13px;color:#262626}
.main_tab1 .cnt ol li .rate{position:absolute;top:0;right:0;width:80px;text-align:right;font-size:13px}
.main_tab1 .cnt ol li .rate:after{content:'';display:block;clear:both}
.main_tab1 .cnt ol li a.up .rate{color:#fd5758}
.main_tab1 .cnt ol li a.down .rate{color:#3469bf}
.main_tab1 .cnt ol li a.up .rate:before{content:'▲';float:left;color:#fd5758}
.main_tab1 .cnt ol li a.down .rate:before{content:'▼';float:left;color:#3469bf}
.main_tab1 .cnt ol.arrN li a .rate{width:60px}
.main_tab1 .cnt ol.arrN li a.up .rate:before{content:''}
.main_tab1 .cnt ol.arrN li a.down .rate:before{content:''}
.main_tab1 .cnt ol.arrN li .name{padding:0 70px 0 25px}

.main_tab1 a.overview{font-family:Arial,Helvetica,Dotum,"돋움";display:block;margin:20px 10px 0;border:1px solid #e1e1e1;border-radius:3px;box-shadow:0 2px 2px rgba(0, 0, 0, .1);height:40px;line-height:38px;text-align:center;color:#666}
.main_tab1 a.more{display:block;margin:20px 10px 0;height:40px;line-height:38px;text-align:center;color:#666}
.main_tab1 a.more:before{content:'+';margin-right:10px}

.swiper-container.slide4{margin-top:35px;padding:25px 10px;width:100%;height:190px;background-color:#565a66}
.swiper-container.slide4 strong.tit{font-size:16px;color:#fff}
.swiper-container.slide4 .swiper-wrapper{font-family:Arial,Helvetica,Dotum,"돋움";margin-top:15px;height:90px}
.swiper-container.slide4 .swiper-slide{border-radius:2px;padding:8px;width:45%;height:90px;background-color:#fff;box-shadow:0 2px 2px rgba(0, 0, 0, .4)}
.swiper-container.slide4 .swiper-slide strong.tit{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;height:2.4em;line-height:1.2em;font-size:15px;color:#262626}
.swiper-container.slide4 .swiper-slide span.rate{display:block;margin-top:10px;text-align:right;font-weight:bold;font-size:20px;color:#fd5758}
.swiper-container.slide4 a.more{display:block;position:absolute;top:18px;right:10px;width:28px;height:35px;text-indent:-9999px;font-size:0;line-height:0;background:url(../images/main_more_btn2.png) no-repeat 8px 12px/12px 12px}

.swiper-container.slide5{padding:25px 10px;width:100%;background-color:#e4e7ea}
.swiper-container.slide5 strong.tit{font-size:16px;color:#262626}
.swiper-container.slide5 .swiper-wrapper{margin-top:15px}
.swiper-container.slide5 .swiper-slide{border-radius:2px;padding:8px;width:45%;background-color:#fff;box-shadow:0 2px 2px rgba(0, 0, 0, .2)}
.swiper-container.slide5 .swiper-slide .tit{font-size:15px;font-weight:bold;color:#262626}
.swiper-container.slide5 .swiper-slide .val{font-size:24px;font-weight:bold}
.swiper-container.slide5 .swiper-slide.up .val{color:#fd5758}
.swiper-container.slide5 .swiper-slide.down .val{color:#d14146}
.swiper-container.slide5 .swiper-slide .net{margin-bottom:10px;line-height:15px}
.swiper-container.slide5 .swiper-slide .net span{font-size:13px}
.swiper-container.slide5 .swiper-slide .net span:first-child{margin-right:20px}
.swiper-container.slide5 .swiper-slide.up .net span{color:#fd5758}
.swiper-container.slide5 .swiper-slide.up .net span:first-child:before{content:'▲';margin-right:5px;color:#fd5758}
.swiper-container.slide5 .swiper-slide.down .net span{color:#d14146}
.swiper-container.slide5 .swiper-slide.down .net span:first-child:before{content:'▼';margin-right:5px;color:#d14146}
.swiper-container.slide5 .swiper-slide .date{font-size:14px;color:#262626}
.swiper-container.slide5 .swiper-slide .date:before{display:none}
.swiper-container.slide5 .swiper-slide .date:afert{content:'';display:block;clear:both}
.swiper-container.slide5 .swiper-slide .date span{display:inline-block}
.swiper-container.slide5 .swiper-slide .date span:last-child{float:right;font-weight:bold}
.swiper-container.slide5 .swiper-slide .rate{color:#262626}
.swiper-container.slide5 .swiper-slide .rate:before{display:none}
.swiper-container.slide5 .swiper-slide .rate:afert{content:'';display:block;clear:both}
.swiper-container.slide5 .swiper-slide .rate span{display:inline-block;font-size:14px}
.swiper-container.slide5 .swiper-slide .rate span:last-child{float:right;font-weight:bold}
.swiper-container.slide5 .swiper-slide.up .rate span:last-child{color:#fd5758}
.swiper-container.slide5 .swiper-slide.down .rate span:last-child{color:#d14146}
.swiper-container.slide5 a.more{display:block;position:absolute;top:18px;right:10px;width:28px;height:35px;text-indent:-9999px;font-size:0;line-height:0;background:url(../images/main_more_btn.png) no-repeat 8px 12px/12px 12px}

footer.main2{background-color:#f5f5f5}
footer.main2 .btn_area{background-color:#f5f5f5}
footer.main2 .btn_area button, footer.main2 .btn_area a{position:relative;padding:8px 0 7px;border:0;background:none}
footer.main2 .btn_area button:after, footer.main2 .btn_area a:after{content:'';position:absolute;top:10px;left:-5px;width:1px;height:10px;background-color:#999}
footer.main2 .btn_area button:first-child:after, footer.main2 .btn_area a:first-child:after{display:none}
footer.main2 .btn_area.btm{padding-top:0}
footer.main2 .copy{text-align:center}
footer.main2 .copy p{color:#8f8f8f}
footer.main2 .copy p:first-child{display:inline-block;margin-bottom:10px;border:1px solid #d9d9d9;border-radius:3px;padding:5px 10px;font-weight:bold;font-size:13px;color:#8f8f8f}

/* 메인 화면 리뉴얼 추가 수정 2018-10-16 */
#nav_scrolltabs_depth1 .scrolltab_inner_container_element a.tab_selected .scrolltab_list_item_box{font-weight: bold}
.home.main2 .list li > a{font-family:Arial,Helvetica,Dotum,"돋움"}

/* footer */
.footer_symbol{display: inline-block;  width:68px;  height:13px;  margin-bottom: -5px;  margin-left: 5px; background: url('../images/footer_logo.png') 0 0 no-repeat;  -webkit-background-size: auto 13px;  background-size: auto 13px;}

/* 직업 선택  */
.link_box_03{position: relative; overflow:hidden;   height: 40px;  padding:0px 30px 0px 10px;  background-color: #fff;  border:1px solid #8f8f8f;  border-radius:3px;  font-size: 15px;  color:#000;  line-height:40px;   vertical-align: middle;white-space:initial; word-break:break-word;}
.link_box_03 a{line-height:40px; padding-top:0; overflow: hidden; white-space: initial; word-break: break-word;}
.link_box_03 a span{display:block;}
.link_box_03 a:before{content:" "; display:inline-block;  position:absolute; top:12px; right:0; z-index:2; background: url(../images/arrow_tab_01.png) no-repeat; width:20px; height:41px; background-size:9px}

/*직업팝업*/
.f-body-content {padding-left: 30px;padding-right: 30px;margin-bottom: 20px;}
.f-table-radiobuttons {width: 100%;margin-bottom: 10px;border-collapse: collapse;}
.f-table-radiobuttons td {position: relative;height: 50px;width: 50%;padding: 0;border: 1px solid #979797;}
.f-table-radiobuttons .f-radiobutton {position: absolute;top: 0;bottom: 0;width: 100%;height: 100%;}
.f-table-radiobuttons .f-radiobutton label {display: flex;justify-content: center;align-items: center;height: 100%;padding: 0;border: 0;border-radius: 0;}

/* radio button (rectangle button style)*/
.f-radiobutton {position: relative; display: inline-block;}
.f-radiobutton.f-full {width: 100%;}
.f-radiobutton input[type='radio'],
.f-radiobutton input[type='checkbox'] {-webkit-appearance: none; -moz-appearance:    none; appearance:none;  box-sizing: border-box;  position: absolute;  width: 100%;  height: 100%;  margin: 0;  border: 0; background-color: rgba(0,0,0,0); vertical-align: middle;  z-index: 2; background-image:none}
.f-radiobutton label {  box-sizing: border-box;  display: inline-block;  padding: 9px;  margin: 0;  width: 100%;  min-height: 40px;  border: 1px solid #979797;  border-radius: 6px;  text-align: center;  font-size: 1.125em;  color: #000000;}
.f-radiobutton.f-small label {  font-size: 1em;}
.f-radiobutton input + label {  z-index: 1;}
.f-radiobutton input:checked + label {  z-index: 3;  color: #FFF;  background-color: #3E82FE; background-image:none}

/* 약관동의*/
.perinfo_box{border:1px solid #e1e1e1; border-radius:3px;}
.perinfo_list{}
.perinfo_list li{position:relative; border-top:1px solid #e1e1e1; padding:15px 15px 5px; color:#000; letter-spacing:-2px}
.perinfo_list li:first-child{}
.perinfo_box .ico_set {display:inline-block; padding:4px 10px; border:1px solid #e1e1e1; font-size: 13px; background-color: #fff; 	position: absolute; top:10px; right:5px;
	-webkit-border-radius: 3px;
	 -moz-border-radius: 3px;
	 -ms-border-radius: 3px;
	 -o-border-radius: 3px;
	 border-radius: 3px; }
.perinfo_list .ico_set span {display:inline-block; }
.perinfo_list .ico_set span::before {display:block; margin-top:0; top:-3px;}  
.perinfo_list2{color: #000;}
.perinfo_list2 li:first-child{border-top:none}
.perinfo_list2 li{position:relative; padding:15px 20px; letter-spacing:-2px; border-top:1px solid #e1e1e1;}
.perinfo_box .perinfo_list2 li .ico_set {top:13px;}
.acc_confirm_box{border:1px solid #e1e1e1; border-radius:3px;}
.acc_confirm_box .confbox_row{padding:20px 0; display:flex; flex-direction:row;}
.acc_confirm_box .accon_col{flex:1; text-align:center;}
.acc_confirm_box  .acnum_box{padding:1px 4px; border:2px solid #d14146; color:#d14146; border-radius:3px;}
.perinfo_box.perinfo_tit .ico_set{top:10px; right:10px;}

/* 신분증 촬영 */
.acc_capture{position: relative; width: 100%; height:200px;  border: 1px solid #e6e6e6;}
.acc_capture > *:first-child {top: -1px; left: -1px; border-top: 4px solid #c16165; border-left: 4px solid #c16165;}
.acc_capture > *:nth-child(2) { top: -1px; right: -1px; border-top: 4px solid #c16165; border-right: 4px solid #c16165;}
.acc_capture > *:nth-child(3) { bottom: -1px; left: -1px; border-bottom: 4px solid #c16165; border-left: 4px solid #c16165;}
.acc_capture > *:last-child {bottom: -1px; right: -1px; border-bottom: 4px solid #c16165; border-right: 4px solid #c16165;}
.acc_capture > * {position: absolute; width: 20px; height: 20px;}
.capture_bg{position: absolute; width:80%; top:10%; left:9%; height:160px; background:#e5e5e5; }
.capture_bg .cap_txt{position: relative; display: block;color: #fff;font-weight: bold;padding-top:80px; text-align:center;}
.capture_bg .cap_txt01{padding-top:110px; }
.capture_bg .cap_txt01:before{
	content: " ";
    display: inline-block;
    position: absolute;
    top: 45px;
    left: 50%;
	margin-left:-25px;
    z-index: 2;
    background: url(../images/acc_ico_camera.png) no-repeat;
    width: 50px;
    height: 45px;
    background-size: 50px;
}

.capture_bg02{position: absolute; width:100%; top:7%; left:0; height:160px;}
.capture_bg02 .cap_img02{display:block; position: absolute;top:20px;left:50%; margin-left:-35px }
.capture_bg02 .cap_img02 .cap_loding{width:70px; height:70px;}
.capture_bg02 .cap_txt02{display:block;color:#000;font-weight: bold;padding-top:120px; text-align:center;}
.capture_bg02.onlyload{top:50%;margin-top:-100px}

/* 공통 */
.bd0{border:none}
.fullp footer .btn_area .f_blue {border: 2px solid #258bda;color: #fff;background-color: #258bda;}
.fullp footer .btn_area .f_red {border: 2px solid #d14146;color: #fff;background-color: #d14146;}

/*btn_more*/
.btn_morenew {
  display: block;
  overflow: hidden;
  width: 35px;
  height: 35px;z
  margin-right: 5px;
  background: url('../images/icon_title.png') center -44px no-repeat;
  -webkit-background-size: 20px;
  background-size: 20px;
  text-indent: -100px;
}
.btn_morenew.on {
  background-position: center -93px;
}

.normal_list { margin-top:20px; line-height:1.5; }
.normal_list:first-child { margin-top:0; }
.normal_list>li {position: relative; margin-top:10px; padding-left: 14px; } 
.normal_list>li:first-child {margin-top:0;}

.line_list03{}
.line_list03 li{border-top:1px solid #e1e1e1; border-bottom:none}
.line_list03 li .src_det{line-height:40px;}

/* 2018-11-05 추가(els 자가진단표 스타일 수정) */
.text_box.type2{margin:10px 0;border:none;border-radius:0;background-color:#fff}
.text_box.type2 > ul > li > .h4{margin:0 -20px;border-top:1px solid #eee;border-bottom:1px dashed #e4e4e4;padding:30px 20px 20px}
.text_box.type2 > ul > li:first-child > .h4{border-top:0;padding:0 20px 20px}
.text_box.type2 > ul > li > .els_list{margin:20px 0}
.text_box.type2 .text_box{border:1px solid #eee;background-color:#fafafa}
.text_box.type2 .text_box dt{padding-left:0;color:#3a6e9e}
.text_box.type2 .text_box dt:before{display:none}

/* 2018-11-26 추가 */
.list.movie.event.main{}
.list.movie.event.main > .tit a{display:block;padding:8px 0 8px 10px;font-weight:bold;color:#000}
.list.movie.event.main > ul{padding:10px 0}
.list.movie.event.main .overview{display:block;margin:10px 0 30px;border:1px solid #e1e1e1;border-radius:3px;box-shadow:0 2px 2px rgba(0, 0, 0, .1);height:40px;line-height:38px;text-align:center;color:#666}






/*********** 리워드 프로모션 ***********/
.rp_wrap{margin:0;padding:0;position:relative;}

header h1 .nosymbol{
	width:100%;
	height:57px;
	border-bottom:1px solid #e1e1e1;
	text-align:center;
	line-height:57px;
	position:absolute;
	left:0;
	top:0;
	display:inline-block;
	z-index:0;
}
.izi100{z-index:100;}
.txt_cancle {
	height:27px;
	margin-bottom:-5px;
	text-indent:-9999em;
	text-align:right;
	font-weight:500;
	position:absolute;
	top:20px;
	right:10px;
	display:block;
	z-index:11;
}

.che_case{
	margin:15px 15px 0;
	padding:12px 10px;
	border:1px solid #999;
	background-color:#fff;
	position:relative;
}
.che_case input+label{
	width:91%;
	margin-right:0;
	background:url(../images/icon/link_icon.png) no-repeat right 50% !important;
}

.p_sxt{
	padding:10px 15px 0;
	text-align:left;
	font-size:12px;
	font-weight:300;
	color:#222;
	line-height:18px;
	display:block;
}

.pdf_wrap{margin:15px 15px 100px;padding:0;position:relative;}
.pdf_wrap li{margin:0 0 30px;padding:0;position:relative;display:block;}
.pdf_wrap li img{width:100%;}

.fix_txt{
	width:100%;
	padding:15px 0;
	background-color:#ececec;
	text-align:center;
	font-size:16px;
	font-weight:600;
	color:#222;
	line-height:22px;
	position:fixed;
	left:0;
	bottom:55px;
}
.fix_btn {
	width:100%;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flex;
	display:flex;
	box-orient:horizontal;  
	box-align:center;
	flex-direction:row;
	-webkit-box-orient:horizontal;
	-webkit-box-align:center;
	-webkit-flex-direction:row;
	-webkit-align-items:center;
	align-items: center;
	padding:20px 0;
	background-color:#d14146;
	color:#fff;
	position:fixed;
	left:0;
	bottom:0;
}
.fix_btn button{width:100%;font-size:16px;font-weight:700;}


/* sim_pm_01_01.html 추가 수정 */

.ms_join_input_cont{
	padding:40px 0px;

}

.ms_join_input_cont h3{
  text-align: center;
}
.ms_join_input_cont h3 img{
	width: 150px;
  margin-bottom:10px;
}

.ms_j_ip{
	display: flex;
	align-items: center;
	padding:10px 20px 0;
}

.ms_j_ip label{
	color:#000;
	width: 35%;
	font-size: 16px;
	margin-right:10px;
}

.ms_j_ip input{
	border-radius: 5px;
	border:1px solid gray;
  height: 40px;
  width: 60%;
  padding:10px;
}
