.pd0{padding: 0!important}
.shbox{
  padding: 10px; width: 100%; 
  border-bottom: 1px solid #ddd; 
  background-color: #fff
;  text-align: center;
}
.shbox input[type="text"]{
  width: 50%; 
  padding:5px; 
  border: none; 
  background-color: #FFF;
  margin-right: 10px; 
  font-size: 13px;
}
.shbox .fa{color: #333; margin: 00px; }
.shbox .bookmark{
  border-left: 1px solid #ddd; margin-left: 15px; padding-left: 15px; font-size: 13px; color: #676767}
.bookmark .fa{color: #d91e18}

.leftbox{width: 100%}

.rightpage .typeitem{
  width: 49%; 
  display: inline-block;
  background: #fff;
  vertical-align: top;
  height: 1100px;
  overflow-y: scroll;
  border: 1px solid #ccc;


  
}

.typeitem h1{
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 700;  
}
.typeitem h1 span{float: right;}

.typeitem h2{
  padding: 20px 15px;
  font-size: 15px;
  font-weight: 400; 
}
.typeitem h2 span{float: right;}

.w60{width: 58%!important; margin-right: 1%}
.w40{width: 40%!important;}

.dl1 dt,.dl1 dd{font-size: 14px; margin: 5px 0; color: #676767 }
.dl1 dt{float: left;}
.dl1 dd{text-align: right;}
.dl1 dd b{font-weight: 400;}
.dl1 dd span{background-color: #333; color: #fff; padding: 1px 5px; font-size: 11px;}
.fa-question-circle{color:#2C74A3 }

.typebtn{width: 90%; margin: 20px auto;
 color: #fff; background-color: #333; padding: 10px 0; text-align: center;}






/*�몄そ ��*/
.seaTabs * { box-sizing: border-box; }
  .seaTabs_switch { overflow: hidden; }
  
  .seaTabs_tab {
    float: left;
    cursor: pointer;


  }


  .seaTabs_switch_active { cursor: default; }
  .seaTabs_item { display: none; }
  .seaTabs_content_active { display: block; }

  .seaTabs_switch {margin:  auto;}

  .seaTabs_tab {
    padding: 10px 0;
    background: #f6f6f6f6; 
    border-right: 1px solid #ccc;
    width: 25%;
    text-align: center;
    
    font-size: 13px;
  }

  .seaTabs_tab:first-child {
    border-left: 1px solid #ccc;
  }

  .seaTabs_content { margin-top: -1px; }

  .seaTabs_item { 
    background: #fff;
    min-height: 1500px;
    border: 1px solid #ccc;

     }

  .seaTabs_switch_active {
    background: #006bc8;
    color: #fff;
    border: none!important;
  }

  .balancetb_tab{width: 25%!important; border-top: 1px solid #ccc;}



/*硫붾돱*/
.Sort
{   margin: 0;
    padding: 0}

.Sort li
{   margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    font: bold 11px arial}

.top_menu
{   display: block;
    text-align: center;
    padding: 4px 10px;
    margin: 0 1px 0 0;
    color: #333;
    width: 50px;
    text-decoration: none}

.top_menu:hover{color: #999}
.top_menu .fa-caret-down:hover{color: #999}
.top_menu .fa{color: #333}

.submenu{
  border: 1px solid #eee;
  visibility: hidden;
  position: absolute;
  z-index: 3;
  width: 68px;
  background-color: #fff;
  box-shadow: 2px 3px 5px #ddd

}

    .submenu a
    {   display: block;
        font: 11px arial;
        text-align: left;
        text-decoration: none;
        padding: 5px;
        color: #333;
        text-align: center;
      }

    .submenu a:hover
    {   background: #49A3FF;
        color: #FFF}


.group::after, .tabBlock-tabs::after {
  clear: both;
  content: "";
  display: table;
}

.top_index_chart{background-color: #fff; width: 100%; margin-bottom: 20px;}

.index_chart{
  display: inline-block;
  width: 31%;
  margin: 20px 1%;
}
.index_chart dl dd{float: left; width: 50%}
.index_chart dl dd:last-child, .index_chart dl dd em{text-align: right; color: #FF3936}
.index_chart dl dd span{font-size: 12px; color: #aaaaaa}
.index_chart img{text-align: center;}

/* �띿꽑�꾩�留�*/
.questionmenu{float: right;}
.q_menu{
  width: 10px!important;
  padding: 6px 5px!important
}
.q_menu .fa{color: #333!important; font-size: 15px;}
.question{
  display: table;
  width: 200px!important;
  padding: 10px;
  text-align: left;
}


@media screen and (min-width: 700px) {


.unstyledList, .tabBlock-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tabBlock {
  margin: 0 0 20px;
}

.tabBlock-tab {
  background-color: #fff;
  border-color: #d8d8d8;
  border-left-style: solid;
  border-top: solid;
  border-width: 1px;
  color: #b3b3b3;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  float: left;
  padding: 0.625rem 1.25rem;
  position: relative;
  -webkit-transition: 0.1s ease-in-out;
          transition: 0.1s ease-in-out;
}
.tabBlock-tab:last-of-type {
  border-right-style: solid;
}
.tabBlock-tab::before, .tabBlock-tab::after {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  -webkit-transition: 0.1s ease-in-out;
          transition: 0.1s ease-in-out;
}
.tabBlock-tab::before {
  background-color: #b3b3b3;
  left: -2px;
  right: -2px;
  top: -2px;
}
.tabBlock-tab::after {
  background-color: transparent;
  bottom: -2px;
  left: 0;
  right: 0;
}
@media screen and (min-width: 700px) {
  .tabBlock-tab {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.tabBlock-tab.is-active {
  position: relative;
  color: #333;
  z-index: 1;
}
.tabBlock-tab.is-active::before {
  background-color: #676767;
}
.tabBlock-tab.is-active::after {
  background-color: #fff;
}

.tabBlock-content {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  padding: 20px;
}

.tabBlock-pane > :last-child {
  margin-bottom: 0;
}

/*거래소*/
.Sorttype{
  width: 50%;
  float: left;
  box-sizing: border-box;
  margin-bottom: 10px;

}
.type01 .tab-content .mintab{
  min-height: 700px!important; max-height: 700px!important;
  border-left: 1px solid #ccc;border-right: 1px solid #ccc;
  border-top: none;
}
.type02 .tab-content .mintab{
  height: 480px!important; margin-bottom: 10px; 
  border-left: 1px solid #ccc;border-right: 1px solid #ccc;border-top: none;
}
.type02{padding-right: 0; float: right;}

[ripple] {
  z-index: 1;
  position: relative;
  overflow: hidden;
}
[ripple] .ripple {
  position: absolute;
  background: #FFFFFF;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  -webkit-animation: ripple 1.6s;
          animation: ripple 1.6s;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(40);
            transform: scale(40);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(40);
            transform: scale(40);
    opacity: 0;
  }
}
.tabs {
  z-index: 15px;
  position: relative;
  background: #FFFFFF;
  width: 100%;
  border-radius: 4px;
  box-shadow:  0 1px 2px gray;
  box-sizing: border-box;
  margin: 0 auto 10px;
  overflow: hidden;
}
.tabs-header {
  position: relative;
  background: #f6f6f6 ;
  overflow: hidden;

}
.tabs-header .border {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f04d4b;
  width: auto;
  height: 3px;
  -webkit-transition: 0.3s ease;
          transition: 0.3s ease;
}
.tabs-header ul {
	padding:0;margin:0;list-style:none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: calc(100% - 68px);
}
.tabs-header li {
  -webkit-transition: 0.3s ease;
          transition: 0.3s ease;
}
.tabs-header a {
  z-index: 1;
  display: block;
  box-sizing: border-box;
  padding: 15px 20px;
  color: #333;
  font-weight: 700;
  text-decoration: none;
  
}
.tabs-nav {
  position: absolute;
  top: 0;
  right: 0;
  background: #d91e18;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 25px;
  color: #FFFFFF;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tabs-nav:before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  /*box-shadow: 0 0 20px 10px #4285F4;*/
}

.tabs-nav a{color: #fff!important}
.tabs-nav i {
  border-radius: 100%;
  cursor: pointer;
}
.tabs-content {
  position: relative;
  padding: 10px 20px;
  -webkit-transition: 0.3s ease;
          transition: 0.3s ease;
  overflow: hidden;
  min-height: 530px !important;
  max-height: 1000px !important;
  overflow-y: scroll;

}
.tabs-content:after {
  content: '';
  position: relative;
  bottom: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  box-shadow: 0 0 20px 10px #FFFFFF;
}
.tabs-content .tab {
  display: none;
}
.tabs-content .tab.active {
  display: block;
}

.pen-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 600px;
  margin: 20px auto 100px;
}
.pen-footer a {
  color: #FFFFFF;
  font-size: 12px;
  text-decoration: none;
  text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.pen-footer a .material-icons {
  width: 12px;
  margin: 0 5px;
  vertical-align: middle;
  font-size: 12px;
}

.cp-fab {
  background: #FFFFFF !important;
  color: #4285F4 !important;
}


/*洹몃깷��*/
ul.tabs1 {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 50px;
	width: 100%;
  
}
ul.tabs1 li {	
	float: left;
	margin: 0;
	padding: 0;
	height: 50px;
	line-height: 50px;
	border-left: none;
	margin-bottom: -1px;
	background: #fff;
	overflow: hidden;
	position: relative;
  width: 439px;
  text-align: center;

}

ul.tabs1 li:last-child{margin-left: 1px}

ul.tabs1 li a {
	text-decoration: none;
	color: #333;
	display: block;
	font-size: 15px;
	outline: none;
  font-weight: 500;
  border: 1px solid #ccc;
}
ul.tabs1 li a:hover {
	font-weight: 500;
}	
html ul.tabs1 li.active, html ul.tabs1 li.active a:hover  {
  border-bottom: 3px solid #0059a6; font-weight: 500;
}
.tab_container {
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
  border: 1px solid #ccc;
  
}

.tab_content{
  min-height: 400px;
  max-height: 800px;
  overflow-y:scroll; 
}

.tabs2{height: 60px!important;}
.tabtab{
  width: 49.5%!important;
  height: 60px!important;
  line-height:60px!important; 
}
.tabtab a{font-weight: 400!important}
.tab_container1{width: 99.2%}

/*媛�濡쒖뒳�쇱씠�⑺꺆*/
.tab-wrapper {display: inline-block}
.tab-wrapper:last-child{ margin-right: 0}
.tab-menu li {
  position:relative;
  background-color: #fff;
  color:#bcbcbc;
  display: inline-block;
  padding: 10px 0;
  opacity: 0.9;
  cursor:pointer;
  z-index:0;
  width: 143px;
  text-align: center;
  border: 1px solid #ddd;]
  font-weight: 500;

}

.tab-menu li:hover {
  color:#A32423;
}

.tab-menu li.active {
  color:#333;
  opacity: 1;
}

.tab-menu li.active:hover {
  color:#a0a0a0;
}

.tab-content .mintab {
  background-color: #fff;
  box-sizing:border-box;
  width: 435px;
  border-top: 1px solid #ddd;
  
  position: relative;
}
.minitype{ height: 372px!important; }

.line {
  position:absolute;
  width: 0;
  height: 3px;
  background-color: #006bc8;
  top: 0;
  left: 0;
}


/*異� 媛�*/

.bg333{background-color: #333;}
.mktit{font-size: 25px; font-weight: 700}
.merketTOP{
	
  width: 100%;position: relative;
}
.mklist1{width: 100%;position: relative; margin: 5px auto}
.mklist1 h1{font-size: 22px; font-weight: 500; width: }
.mklist1 .leftitem{
	 width: 50%;
	 display: inline-block;
	 vertical-align: top;
	 padding: 20px;
}
.mklist1 li b{font-size: 28px; color:#d91e18}
.merketTOP .mktalbe_s{
	float: right;
	background-color: #eee;
	padding: 15px 10px;
}
.mklist2{
	position: relative; display: block;
	width: 100%; clear: both;
  margin: 10px auto
}
.mklist3{
  width: 100%; margin: 20px auto; 
  font-weight: 300; color: #676767; 
  font-size: 15px;
  position: relative; display: table;
}
.foreignB{
	display: inline-block;
  color: #fff;
  padding: 10px 0;
  width: 33%; margin: auto
}

.foreignB dd, .foreignB dt{float: left; display: table; margin: auto}

.linklist{text-align: center; float: right;}
.linklist li{
  display: inline-block;
  width: 90px;
  background-color: #999;
  padding: 2px 0;
  border-radius: 2px
   }
.linklist li a{color: #fff; padding: 5px 0; font-size: 12px; font-weight: 300;}

.mktable_A tr td:nth-child(2){width: 50%}

.mktalbe_B{width: 100%; overflow-y: scroll;}
.mktalbe_B th{
  background: #f6f6f6;
  text-align: center;
  padding:15px 10px;
  font-weight: 400;
}
.mktalbe_B td{
  font-size: 13px; padding: 5px;
  border-bottom: 1px dashed #ddd;  font-weight: 300; cursor: pointer;}
.mktalbe_B td strong{font-weight: 500;}
.border-top{border-top: 1px solid #ddd;}
.inforSlide{width: 100%; margin: 20px auto}
.inforSlide dd{
  width: 24.5%;
  display: inline-block;
  text-align: center;
  background-color: #F99997;
  padding: 20px 0;


}
.inforSlide dd a{ color: #333 }
.inforSlide dd a h5{font-size: 15px; font-weight: 300;}
.mktit_s{font-size: 18px; font-weight: 500;}

.etc{
  background-color: #eee;
  font-size: 13px;
  padding: 15px;
}

.newlist li{width: 100%; padding: 5px;}
.newlist li a{color: #333; font-size: 13px; font-weight: bold;}
.newlist li span{float: right; font-weight: 300;}

.de_list{width: 100%;}
.de_list tr td{
  border-bottom:1px dashed #eee;
  font-size: 12px;

}

.text-center th, .text-center td{text-align: center;}
.nblist{}
.nblist th{font-size: 13px; font-weight: 500; padding: 5px 0!important}
.nblist td{font-size: 13px; font-weight: 300; padding: 5px 0}
.nblist tr td b{text-align: left; margin-right: 5px; font-weight: 700; }
.nblist dl{font-size: 12px; color: #999}
.nblist dl dt{float: left; text-align: left; width: 40%}
.nblist dl dd{text-align: left; display: table; width: 58%; text-align:right;}
.askpriceB tr td{padding: 0 10px; height:50px; border-right:1px dashed #f1f1f4; font-size: 13px;}
.askpriceB tr td:nth-child(1){
/*  width: 25%; */
  text-align: center;
/*  border-right: 1px solid #ddd*/
}
    .boderno{border: none}
.askpriceB tr td:last-child{border-right:none;}
.askpriceB .price{
  width: 35%; border-right: 1px solid #ddd; 
  background: rgba(249, 153, 151, 0.1); 
  padding: 0
 }

 .askpriceB .price2{
  width: 35%; border-right: 1px solid #ddd; 
  background: rgba(148, 148, 255, 0.1); 
  padding: 0
 }

    .grabA{background: rgba(249, 153, 151, 0.1)!Important;}
    .grabB{background: rgba(148, 148, 255, 0.1)!Important;}
    
.selected{
  position: relative;
  left: 0; top: 0;
  width: 100%;
  background-image: url(../img/bg_select.png)!important;
  background-repeat: no-repeat;
  line-height: 50px;
}
.mostL{border-bottom: 1px solid #eee; padding: 15px 0;}  
.mostL dt{font-size: 13px;}
.mostL dd{font-size: 12px;}
    
.mostT{width: 100%}
.mostT th{padding: 5px 0!Important}
.inner01 li{
  float: left; 
  font-size: 11px;
   padding: 5px 2px;
   text-align: center;
 }
.innertb{width: 100%!important;}

.innertb tr th{
  background-color: #f1f1f4!important
}
.innertb tr td{
  padding: 0!important;
  background-color: #fff!important;
  width: auto!important;
  height: auto!important;
  border-bottom: 1px dashed #f1f1f4!important;
}
.scroll-item{
    overflow-y: scroll;
    height: 100%;
    min-height: 625px;
    max-height: 625px;
    }

.scroll-item1{
    overflow-y: scroll;
    height: 100%;
    height: 404px;
    }
    
.total, total1{
  position: absolute;
  bottom: 0;
  background-color: #fff;
  border-top:1px solid #DAC061;
  width: 100%;
}


.total ul{display: table; margin: auto;padding: 15px 0; font}
.total ul li{
  display: inline-block;   
  text-align: center;
  vertical-align: middle;
}
.total ul li:nth-child(2){padding: 0 20px}
.total ul li h3{
  font-size: 15px; font-weight: 500;
}

.menu{
  position: relative;
  top: 0;
  background-color: #f6f6f6;
  border-bottom:1px solid #DAC061;
  width: 100%;

}
.menu ul{display: table;margin: auto;}
.menu ul li{
  display: inline-block;   
  text-align: center;
  vertical-align: middle;
  padding: 10px 15px;
  font-size: 12px;
}

.menu ul li a{
  padding: 2px 10px; 
  border:1px solid #ddd;
  font-size: 12px;
}

.linkactive{
  font-weight: bold;
}
.minicon .minitype{height: 372px; padding: 15px;}
.type3{padding: 0!important}
.minicon dl dt{float: left;font-weight: 500;}
.minicon dl dd{text-align: right;margin: 10% 0;}
.minicon dl dd b{font-size: 18px}
.minicon dl dd input[type="text"], .minicon dl dd select{
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 13px;
  width: 140px;
}
.minicon dl dd a{padding: 10px; }
.minicon dl dd span{
  padding:5px 13px;
  border: 1px solid #ddd;
  font-size: 22px;
  font-weight: bold;
  height: 50px;
}
.minicon dl dd span:nth-child(2){border-left: none; border-right: none;}
.minicon dl dd span input[type="text"]{border: none; padding: 0 10px; top: -3px;
position: relative;}
.mintotal {background-color: #eee; padding: 15px}
.mintotal li{display: inline-block;width: 48%; font-weight: bold;}
.mintotal li:last-child{text-align: right;}
.mintotal li b{color: #7D5BA7; font-size: 18px}

.minex{font-size: 12px; height: auto!important; padding: 0px!important;}
.minbtn{display: block; height: auto!important; padding: 20px 0!important;}
.minbtn a{
  display: inline-block;
  width: 49%; text-align: center;
  height: 50px; line-height: 50px;
}

.join{
  background-color: #6F5EBE;
  color: #fff; font-weight: 300;
  margin-right: 1%;
}
.login{
  background-color: #5962B4; 
  color: #fff; font-weight: 300;
}

.bgpink{background-color:#B359B4}

.bottomctn{ 
  background-color: #fff;
  width: 435px;
}
.bottomctn img{
  display: block;
  padding: 10px 0;
}
.bottomctntit{padding: 15px; border-bottom: 1px solid #DAC061}
.bottomctn #dd{float: right;}


/*�ъ옄�댁뿭*/
.rMsg{
  padding: 10px 20px; 
  width: 100%;
  color: #676767; text-align: right;
}

.balancelist{width: 100%;}
.balancelist li{
  border-right: 1px solid #eee;
  padding: 5px 10px;
  width: 33.3%;
  float: left;
  margin: 5px 0;
}
.balancelist li:nth-child(3), .balancelist li:nth-child(6){border-right: 0}
.balancelist strong{float: right;}

.balancetable ul li{text-align: right;}
.balancetable a{padding: 5px 10px; background: #333; color: #fff; font-size: 13px;}


/*寃뚯떆�� */
.boardarea h2{
  text-align: center;
  font-size: 60px;
  font-weight: normal;
  font-family: "Bebas Neue",Impact,Charcoal,sans-serif;
  padding: 60px 0 50px;
  color: #2D4B85;
}
.board-list{width: 90%; margin: 0  auto 20px; padding: 30px 0;}
.board-list span{float: right; margin-bottom: 10px;}
.board-list span input[type=text]{
border:1px solid #fff;
border-bottom: 2px solid #666; 
width: 250px;
}
.board-list button{background: #fff; border: none;}
.board-list button .fa{color: #999}
.board-list table{
  width: 100%;
  border-top: 2px solid #666;
}
.board-list table tr th{
  padding: 10px 0;
  font-weight: 400;
  border-bottom: 1px solid #ddd;
  color: #333
}
.board-list table tr td{color: #676767; padding: 10px 0; text-align: center;}
.board-list table tr td label{color: #f04d4b}

/*寃뚯떆��*/
.board_wrap{width: 1200px; margin: 50px auto;}
.board_wrap h1{font-size: 40px;}

.notice_info{
  border: 1px solid #979797;
  padding: 30px}

.notice_info p{
  margin-bottom: 10px;
  font-size: 15px
}
.notice_info p .fa{color: #f47946}

.notice_sh{margin: 20px auto; text-align: center;}
.notice_sh input{
  background-color: #e9e9e9;
  border: 1px solid #e9e9e9;
  width: 500px;
  height: 50px;
  font-size: 15px;
  padding: 0 10px;
}

.notice_sh button{
  background-color: #333333;
  border: 1px solid #333333;
  width: 50px;
  height: 50px;
  font-size: 25px;
  padding: 0 10px;
  color: #fff;
}

.notice_table{margin: auto}
.notice_table label{float: right; margin-bottom: 10px;}
.notice_table span{color: #f37542}
.notice_table table{
  width: 100%;
  font-size: 15px;
  margin-bottom: 50px;
}
.notice_table table tr th{
  border-bottom: 1px solid #979797;
  font-weight: 500;
  padding: 25px 0;
  width: 200px;
}
.notice_table table tr td{
  padding: 15px 10px;
  border-bottom: 1px solid #979797;
  text-align: center;
}
.notice_table table tr td:nth-child(2){text-align: left;}
.textleft{text-align: left!important; padding: 20px 30px!important}

.board-w tr td input[type="text"], .board-w tr td input[type="email"], .board-w tr td select{
  border: 1px solid #fff; color: #979797; font-size: 15px; padding: 0 15px;}
.board-w textarea{width: 100%; height: 250px; background: #fff; border:1px solid #fff; padding: 20px;color: #979797} 
.board-w tr td select{border: 1px solid #eee; padding: 5px 0 }
.board_write{
  width: 100%;
  border: 1px solid #fff;
  padding: 5px;
  color: #979797;
}
.board_ctn{
  color: #979797;
  height: 300px; border: 1px solid #fff }

.paging_in{
  position: relative;
  display: table;
  margin:auto;
}
.paging_in a{
  border: 1px solid #eee;
  padding: 10px 15px; 
  font-size: 15px;
}
.paging_in span{float: none;}
.paging_in span a{border: none;}
.pageon{
  border-bottom: 3px solid #006bc8!important;
  color: #006bc8;
}

.button-group{
  display: table;
  margin: 20px auto
}

.button-item{
  width: 200px;
  margin: 0 10px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  padding: 15px 0;
  cursor: pointer;
}

.button-item:first-child{
  background: #666;
  color: #fff
}
.button-item:last-child{
  border: 1px solid #333
}

/*faq*/
.faq-list{
  border-top: 2px solid #333;
   padding:0 0 50px!important;
   margin: 20px auto;
 }
.dropdown a {
  text-decoration: none;
}
.dropdown [data-toggle="dropdown"] {
  position: relative;
  display: block;
  color: #333;
  background: #fff;
  border-bottom:1px solid  #ddd;
  padding: 15px;
}
.dropdown [data-toggle="dropdown"]:hover {}
.dropdown .icon-arrow {
  position: absolute;
  display: block;
  font-size: 0.7em;
  color: #333;
  top: 14px;
  right: 10px;
}
.dropdown .icon-arrow.open {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}
.dropdown .icon-arrow.close {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}
.dropdown .icon-arrow:before {
  content: '\25BC';
}
.dropdown .dropdown-menu {
  max-height: 0;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
}
.dropdown .dropdown-menu li {
  padding: 20px;
  font-size: 13px;
  color: #676767;
}
.dropdown .dropdown-menu li a {
  display: block;
  color: #6f6f6f;
  background: #EEE;
  font-size: 13px;
  padding: 10px 10px;
}
.dropdown .dropdown-menu li a:hover {
  background: #f6f6f6;
}
.dropdown .show, .dropdown .hide {
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.dropdown .show {
  display: block;
  max-height: 9999px;
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  animation: showAnimation 0.5s ease-in-out;
  -moz-animation: showAnimation 0.5s ease-in-out;
  -webkit-animation: showAnimation 0.5s ease-in-out;
  -moz-transition: max-height 1s ease-in-out;
  -o-transition: max-height 1s ease-in-out;
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
}
.dropdown .hide {
  font-size: 15px; color: #676767;
  max-height: 0!important;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  animation: hideAnimation 0.4s ease-out;
  -moz-animation: hideAnimation 0.4s ease-out;
  -webkit-animation: hideAnimation 0.4s ease-out;
  -moz-transition: max-height 0.6s ease-out;
  -o-transition: max-height 0.6s ease-out;
  -webkit-transition: max-height 0.6s ease-out;
  transition: max-height 0.6s ease-out;
}

@keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-moz-keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-webkit-keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-moz-keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-webkit-keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

/*怨좉컼�쇳꽣-�댁슜�덈궡*/
.guide_inner{padding: 50px; border-top: 1px solid #ddd;}
.guide_text{width: 100%}
.guide_inner h3{font-size: 18px; font-weight: 400; padding: 20px 0 5px;}
.guide_inner p{font-size: 13px; color: #d91e18}
.guide_text li{
  font-size: 15px;
  color: #676767;
  font-weight: 400;
  margin-left: 10px;
  letter-spacing: -1px;
}

.guide_table{
  width: 100%;
  border-top: 1px solid #b6b6b8;
  margin: 5px auto 20px
}
.guide_table th{
  background: #f8f8f8;
  font-weight: 300;
  padding: 15px 0;
  border-bottom: 1px solid #e9e9e9;
}
.guide_table td{text-align: center; padding: 10px;}

/*怨좉컼�쇳꽣-OPENAPI*/
.cscenter-wrap{padding: 30px 50px;}
.cscenter-wrap h2{padding: 50px 0 10px!important; }
.openapi_title{
  color: #2b2b2b;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.inner{ width: 85%; margin: 30px auto}
.openapi{
  padding: 25px 0 25px 100px;
  border-bottom: 1px solid #ddd;
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: left center;

}
.openapi_top{background-image: url('../img/guide_icon1.png');}
.openapi_bottom{background-image: url('../img/guide_icon2.png');}

.openapi_btn{display: table; margin: 50px auto}
.openapi_btn span{
  display: inline-block;
  width: 200px; height: 50px; 
  line-height: 50px; margin: 0 20px;
  text-align: center;
}
.openapi_btn span a{ color: #fff; }

/*泥�콉諛� 怨좎�*/
.ko-font{
  font-weight: 800!important;
  font-family:'Noto Sans KR','nanum gothic', 'Malgun Gothic', dotum, sans-serif!important;
  font-size: 50px!important;

}

.policy{
  padding: 25px ;
  border-bottom: 1px solid #ddd;
}
.policy_title{
  font-size: 18px;
  font-weight: 400;
  padding: 20px 0 5px;
}

.policy a{
  display: block; margin: 10px 0;
  width: 250px; height: 50px; line-height: 50px;
  background-color: #F84F4C;
  color: #fff; text-align: center;
  font-weight: 500;
}

.bankitem{
  border: 1px solid #f04d4b;
  color: #f04d4b;
  padding: 10px 0;
  margin: 10px auto 20px;
  font-size: 15px;
  text-align: center;
  }

  .krw-item li{
    font-size: 13px;
    margin-left:20px;
    list-style: decimal;
    text-align: left;
    color: #676767
  }

  .krw-txt{
    font-size: 13px;
    margin-left:20px;
    list-style: decimal;
    text-align: left;
    color: #676767
  }

  .krw-item1 input[type="text"],.krw-item1 input[type="password"], .krw-item1 select {
    width: 100%; border: 1px solid #ddd; padding: 5px; margin: 5px 0; }
  .krw-item1 input[type="text"],.krw-item1 input[type="password"]{color: #676767;}
  .krw-table th{
    width: 30%; 
    text-align: left;
    padding:10px!important;
    background: #eee;
  }
  .krw-table td{width: 70%; text-align: left;padding: 10px !important; border-bottom: 1px dashed #ddd;}

  .infoButton{
    width: 90%; margin: 10px auto; padding: 10px; 
    background-color: #f04d4b;
    border: 1px solid #f04d4b;
    color: #fff;
  }

  .bm_ative{color: #d91e18}

  .coinIcon {
    display: inline-block;
    width: 30px;
    height: 25px;
    margin: 0 3px 0 -3px;
    vertical-align: top;
}

.sp_coin {
    display: inline-block;
    background-position: top center;
    background: url("../img/sp_coin.png") no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
}


.ico_krw {background-position: 0px 0px !important;}
/* 나머지는 head.php에서 설정 됨 */
/*.ico_vio {background-position: 0px -33px !important;}/*바이올렛*/
/*.ico_btc {background-position: 0px -66px !important;}/*비트코인*/
/*.ico_eth {background-position: 0px -103px !important;}/*이더리움*/
/*.ico_etc {background-position: 0px -134px !important;}/*이더리움클래식*/
/*.ico_xrp {background-position: 0px -171px !important;}/*리플*/
/*.ico_qtum {background-position: 0px -204px !important;}/*퀀텀*/
/*.ico_ltc {background-position: 0px -237px !important;}/*라이트코인*/
/*.ico_eos {background-position: 0px -662px !important;}/*이오스*/
/*.ico_trx {background-position: 0px -629px !important;}/*트론*/
/*.ico_gnt {background-position: 0px -729px !important;}/*골램*/
/*.ico_wax {background-position: 0px -696px !important;}/*왁스*/
/*.ico_xmr {background-position: 0px -592px !important;}/*모네로*/
/*.ico_bch {background-position: 0px -266px !important;}/*비트코인캐시*/
/*.ico_dash {background-position: 0px -565px !important;}/*대시*/
/*.ico_ven {background-position: 0px -528px !important;}/*비체인*/
/*.ico_steem {background-position: 0px -494px !important;}/*스팀*/
/*.ico_zil {background-position: 0px -298px !important;}/*질리카*/
/*.ico_ada {background-position: 0px -463px !important;}/*에이다*/
/*.ico_zrx {background-position: 0px -331px !important;}/*제로엑스*/
/*.ico_elf {background-position: 0px -430px !important;}/*엘프*/
/*.ico_mco {background-position: 0px -403px !important;}/*모나코*/
/*.ico_btg {background-position: 0px -365px !important;}/*비트코인골드*/
/*.ico_ebhc {background-position: 0px -765px !important;}/*이비에이치 클래식*/



.rece_login_btn_wrap{
  margin: 50px auto 0;
  display: table
}

/*페이징 버튼*/
.bt_list{margin: 30px auto; font-size: 0;}
.bt_list a{
  display: inline-block;
  width: 40px; height: 40px;
  line-height: 40px;
  border: 1px solid #eee;
  background: #fff;
  font-size: 13px;
  margin-right: -1px
}

.bt_list b{
  display: inline-block;
  width: 40px; height: 40px;
  line-height: 40px;
  background: #333; color: #fff;
  font-weight: 500;
  font-size: 13px;


}

.bt_list a i{color: #333}
    
/* 메인텍스트추가 */
    .section-second h1 {color:#FFF94C;float:left;font-size: 3.5em; padding:200px 50px;
    /*background: #e35d5b;
    background: -webkit-linear-gradient(left, #CCCCB2,#ffe83b);
    background:    -moz-linear-gradient(right, #CCCCB2, #ffe83b);
    background:      -o-linear-gradient(right, #CCCCB2, #ffe83b);
    background:         linear-gradient(to right, #CCCCB2,#ffe83b);
    background:         linear-gradient(to right, #CCCCB2,#ffe83b);
    -webkit-background-clip: text;
            background-clip: text;
    color: transparent;*/}
.section-second span { display: block; color: #004FF9;}
.section-second span:nth-child(2){font-size: 0.6em;  color: #ff84fb;}
/*.section-second span:nth-child(1){ background: #004FF9;
    background: -webkit-linear-gradient(left, #004FF9,#FFF94C);
    background:    -moz-linear-gradient(right, #004FF9, #FFF94C);
    background:      -o-linear-gradient(right, #004FF9, #FFF94C);
    background:         linear-gradient(to right, #004FF9,#FFF94C);
    background:         linear-gradient(to right, #004FF9,#FFF94C);
    -webkit-background-clip: text;
            background-clip: text;
    color: transparent;}
.section-second span:nth-child(2) { font-size: 0.6em;  background: #833ab4;
    background: -webkit-linear-gradient(left, #ff84fb,#ffc778);
    background:    -moz-linear-gradient(right, #ff84fb,#ffc778);
    background:      -o-linear-gradient(right, #ff84fb,#ffc778);
    background:         linear-gradient(to right, #ff84fb,#ffc778);
    background:         linear-gradient(to right, #ff84fb,#ffc778);
    -webkit-background-clip: text;
            background-clip: text;
    color: transparent;} */