

body,table,input,textarea,select,div {
	font-family: Nanum Gothic;
	letter-spacing: -1px;
}

@media (max-width:360px){html{font-size:9px;}}
@media (min-width:361px) and (max-width:399px){html{font-size:9px;}}
@media (min-width:400px) and (max-width:439px){html{font-size:11px;}}
@media (min-width:440px) and (max-width:479px){html{font-size:13px;}}
@media (min-width:480px){html{font-size:13px;}}
/*
@media (min-width:480px) and (max-width:519px){html{font-size:14px;}}
@media (min-width:520px) and (max-width:559px){html{font-size:15px;}}
@media (min-width:560px) and (max-width:599px){html{font-size:16px;}}
@media (min-width:600px) and (max-width:639px){html{font-size:17px;}}
@media (min-width:640px) and (max-width:679px){html{font-size:18px;}}
@media (min-width:680px) and (max-width:719px){html{font-size:19px;}}
@media (min-width:720px) and (max-width:759px){html{font-size:20px;}}
@media (min-width:760px) and (max-width:799px){html{font-size:21px;}}
@media (min-width:800px) and (max-width:839px){html{font-size:22px;}}
@media (min-width:840px) and (max-width:879px){html{font-size:23px;}}
@media (min-width:880px){html{font-size:24px;}}
 */






@media (max-width:360px){.table>tbody>tr>td, .table>thead>tr>th{font-size:9px;}}
@media (min-width:361px) and (max-width:399px){.table>tbody>tr>td, .table>thead>tr>th{font-size:9px;}}
@media (min-width:400px) and (max-width:439px){.table>tbody>tr>td, .table>thead>tr>th{font-size:11px;}}
@media (min-width:440px) and (max-width:479px){.table>tbody>tr>td, .table>thead>tr>th{font-size:13px;}}
@media (min-width:480px){.table>tbody>tr>td, .table>thead>tr>th{font-size:13px;}}











@media (min-width:361px) and (max-width:399px){.sectionTitle option{


    font-size: 14px;

	}
}
@media (min-width:400px) and (max-width:439px){.sectionTitle option{


    font-size: 14px;

	}
}
@media (min-width:440px) and (max-width:479px){.sectionTitle option{


    font-size: 14px;

	}
}


  @media (max-width:360px) {.sectionTitle option{


    font-size: 14px;

	}
}
	  
  @media (max-width:480px) {.sectionTitle option{


    font-size: 14px;

	}
}




a {
	color: #0B33FF;
}

a.night {
	color: #85c4f9;
}

.sp_exchange_rate {
	color: #4682b4;
}

.table {
	margin-bottom: 10px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 1px;
	font-size:1rem;
}


.table>tbody>tr>td {
	cursor: pointer;
}

.table>tbody>tr:hover{
	background-color: #4ac2c76b!important;
}


.table>tbody>tr>td, .table>thead>tr>th {
	text-align: right;
	font-size:1.2rem;
    padding-top: 4px;
    padding-bottom: 4px;
}

.table.noshow>thead>tr>th, .table.noshow>tbody>tr>td {
}

.table>tbody>tr:nth-child(odd) {
    background-color: #f2f2f2;
}

.table>tbody.night>tr:nth-child(odd) {
    background-color: #1e222d;
}

.table>tbody.night>tr {
    background-color: rgb(41 46 60);
}

.margintop70 {
	margin-top: 70px;
}

.margintop55 {
	margin-top: 55px;
}

.margintop20 {
	margin-top: 20px;
}

.margintop15 {
	margin-top: 15px;
}

.margintop10 {
	margin-top: 10px;
}

.margintop5 {
	margin-top: 5px;
}

.margintop4 {
	margin-top: 4px;
}

.margintop3 {
	margin-top: 3px;
}

.margintop2 {
	margin-top: 2px;
}

.margintop1 {
	margin-top: 1px;
}

.filterUnderLine {
	border-bottom: 0.5px solid;
	border-bottom-color: #ddd;
}

.container {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}

.notify {
    line-height: 1.7em;
}

.closeDiv {
	text-align: center;	
	margin-top: 30px;
}

.closeDiv button {
	width: 70px;
	height: 40px;
}

.window {
	background-color: #615b5b;
	height: 127px;
    border: 3px solid #0082ff;
    width: 600px;
    position: absolute;
	text-align: center;
}

.pop-header .btnp-close {
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 16px;
}

.pop-cont {
	padding: 25px;
}

.layer-scroll {
	overflow: hidden;
}

p.ctxt {
  color: #ffffff;
  line-height: 25px;
}

.well {
	margin-bottom: 5px;
}

.well-sm {
	padding: 3px;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes up {
    to {background-color: rgba(0, 185, 9, 0.12);}
}

/* Standard syntax */
@keyframes up {
    to {background-color: rgba(0, 185, 9, 0.12);}
}

.up {
    -webkit-animation-name: up; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.5s; /* Safari 4.0 - 8.0 */
    animation-name: up;
    animation-duration: 0.5s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes down {
    to {background-color: rgba(198, 6, 6, 0.23);}
}

/* Standard syntax */
@keyframes down {
    to {background-color: rgba(198, 6, 6, 0.23);}
}

.down {
    -webkit-animation-name: down; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.5s; /* Safari 4.0 - 8.0 */
    animation-name: down;
    animation-duration: 0.5s;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}




.white {
	color:#fff;
}



.div_abd {
    background: rgb(238, 238, 238);
    padding: 5px;
    top: 0;
    width: 100%;
    color: rgb(0, 0, 0);
    border: 1px solid;
    border-color: #bec2c5;
    text-align: center;
    margin-bottom: 3px;
}

.div_abd.night {
    background: rgb(238, 238, 238);
	background-color: rgb(30, 57, 57);
	color: #E8E8E8;
}

.abd_text {
	font-size:1rem;
    line-height: 16px;
}


.abd_text span {
	color: red;
}

.nick1 {
  color: #f35626;
  background-image: -webkit-linear-gradient(92deg,#f35626,#feab3a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: hue 21s infinite linear;
  font-size: 15px;
}


@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }

  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}


.night_back {
    background-color: #1e222d;
}

.night_text {
	color: #c7c7c7;
}

.night li {
	background: #131722;
	color: #E8E8E8;
}

form.night {
	background-color: rgb(60, 57, 57);
}

.chat_btn_grp.night button {
	color: #d0d0d0;
}


.red {
	color: red;
}

.blue {
	color: blue;
}

.red.night {
	color: #ff6347;
}

.blue.night {
	color: #57c0d8;
}

.ad_text span.red_night {
	color: rgba(255, 0, 0, 0.58);
}

.td_kp.red_night {
	color: rgba(255, 0, 0, 0.58);
}

.td_kp.red_night {
	color: rgba(255, 0, 0, 0.58);
}


.logotext {
	font-size: 25px;
}

.logotextver {
	font-size: 5px;
	color: white;
}

.only_chat {
	position: absolute;
}

.folding {
	cursor: pointer;	
	color: #23527c;
}

.contents {
	vertical-align: top;
}

.contents.left {
	float: left;
}

.wrapper {
	margin: 0 auto;
}

.inlineGrp {
    float: right;
    top: 8px;
    position: relative;
    display: none;
}

.tradePriceRed {
    display: inline;
    color: red;
    float: left;
}

.tradePriceGreen {
    display: inline;
    color: #00b909;
    float: left;
}

.tradeAmount {
    display: inline;
    color: #b2b2b2;
}

.tradeAmount1 {
    display: inline;
    color: #00a9ff;
}

.tradeAmount5 {
    display: inline;
    color: #4682b4;
}

.tradeAmount10 {
    display: inline;
    color: #de3ac2;
}

.tradeAmount50 {
    display: inline;
    color: #cd3a4e;
	font-size: 15px;
}

.tradeAmount100 {
	display: inline;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #2f2),
		color-stop(0.15, #ff2), color-stop(0.3, #2f2), color-stop(0.45, #2ff),
		color-stop(0.6, #2f2), color-stop(0.75, #2f2), color-stop(0.9, #ff2),
		color-stop(1, #f22));
	background-image: gradient(linear, left top, right top, color-stop(0, #2f2),
		color-stop(0.15, #ff2), color-stop(0.3, #2f2), color-stop(0.45, #2ff),
		color-stop(0.6, #2f2), color-stop(0.75, #2f2), color-stop(0.9, #ff2),
		color-stop(1, #f22));
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	font-size: 15px;
}

.tradeDiv {
    background: black;
    height: 432px;
	padding: 1px;
	display: none;
	overflow: hidden;
}

.tradeDiv ol {
	list-style: none;
	font-size: 0.9rem;
}


/* 2018.1.25:Gun: 채팅창 스크롤 얇게 시작*/
.chatboard::-webkit-scrollbar {
    width: 6px;
}

.tradeDiv::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
/*        -webkit-border-radius: 10px;
        border-radius: 120px;*/
}

/* Handle */
::-webkit-scrollbar-thumb {
/*        -webkit-border-radius: 10px;
        border-radius: 10px;*/
    background:#ddd; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
    background: #ddd; 
}
/* 2018.1.25:Gun: 채팅창 스크롤 얇게 끝*/




.top_sub {
    height: 40px;
    display: table;
    width: 100%;
    background-color: #4d4d4d;
}

.top_sub.night {
    background-color: #283558;
}

.top_sub_move {
    position: fixed;
    z-index: 300;
    top: 0px;
}

.top_sub .left {
    display: table-cell;
    vertical-align: middle;
}

.top_sub .right {
    text-align: right;
    vertical-align: middle;
    display: table-cell;
}

.ellipse_btn {
    -moz-border-radius: 15px;
    border: 0px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 2px;
    margin-top: 2px;
    font-size: 14px;
    width: 70px;
}

.ellipse_btn.off {
    background: #f2f2f2;
}

.ellipse_btn.on {
    background: #89bdd3;
    color: white;
}

.ellipse_btn.on.night {
    background: #283558;
    color: #b2b5be;
}

.ellipse_btn.off.night {
    background: #1e222d;
    color: #b2b5be;
}

.ellipse_btn.top {
    background: #677077;
    color: white;
}

.ellipse_btn.top.night {
    background: #888;
}

.ellipse_btn.night {
    background: #444343;
}

.coinfilter {
	padding-top: 5px;
	padding-bottom: 5px;
}

.circle_btn30 {
	width: 30px;
	height: 30px;
	background: #f2f2f2;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: 0px;
}

.circle_btn20 {
	width: 20px;
	height: 20px;
	background: #f2f2f2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 0px;
}

.circle_btn20.night {
	background: #868383;
}

.ex1 {
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    height: 41px;
}

.ex2 {
    display: inline-block;
    position: relative;
    top: 14px;
    left: -30px;
    font-size: 11px;
    color: #87898c;
}





.section {
	padding: 20px;
}

.cryptoSectionIcon {
	height: 28px;
	width: 28px;
}


.sectionTitle {
    display: inline-block;
    font-size: 17px;
    height: 25px;
}

.sectionKrw {
    font-size: 20px;
    height: 25px;
	font-weight:bold;
}

.sectionDetail {
    display: inline-block;
    position: relative;
    font-size: 17px;
    color: #87898c;    
}

.sectionOffer {
    display: inline-block;
    font-size: 14px;
    color: #87898c;
}

.sectionTop {
    display: inline-block;
    width: 50%;
}

.sectionSign {
	margin-left: 10px;
	margin-right: 10px;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.eximg {
	height: 36px;
}

#app_coinboard {
    margin-top: 5px;
}

.exTable {
    margin-bottom: 25px;
}

.exInfo{
	margin-bottom: 5px;
	margin-left: 15px;
}

.topExRate {
	display: inline-block;
	margin-right: 5px;
}

.width10 {
	width: 50px;
}

.width20 {
	width: 20px;
}

.width30 {
	width: 30px;
}

.width40 {
	width: 40px;
}

.width50 {
	width: 50px;
}

.label {
	border: 0px;
	border-radius: 0px;	
}

.setting {
	cursor: pointer;
}

.setting.on {
	color: #8cd9ff;
}

.footer {
	background-color: #333;
	text-align: center;
	position:absolute;
    bottom:0;
    width:100%;
    padding: 5px;
}

.footerText {
	color: #fff;
}

.wrapper {
	position:relative;
    min-height:100%;
    margin: 0;
}

html, body {
   height: 100%;
}

.block {
	margin-top: 33px;
	display: inline-block;
}

.starImg {
	height: 15px;
}

.favorText {
	display: inline-block;
}

.binancead {
	height: 24px;
	display: inline-block;
}


.searchFilter {
    height: 45px;
    width: 100%;
}

#filterOnOffBtn {
	background-color: #5fa2bf;
	color: #fff;
}

.topMenu {
	background-color: #5fa2bf;
	color: #fff;
	margin-top: 7px;
	margin-bottom: 7px;
}

.allBtnMargin {
    margin-left: -2px;
    margin-right: 2px;
}

#topArea {
	background-color: #fff;
}

#topArea.night {
	background-color: #181c27;
}

#navbar.night {
	background-color: #181c27;
}

.ccfilter {
	color: #a1adb8!important;
}

.navbar-toggle {
    background-color: #4d4d4d;
}

.topselect {
    margin-left: 14px;
    margin-top: 14px;
}

.liqiArea {
	min-width: 380px;
}

.liqiSub {
    display: flex;
    height: 40px;
}

.liqiMain {
    display: flex;
    height: 20px;
}

.liqiMainTitle {
    height: 20px;
	background-color: #403838;
	line-height: 20px;
	color:white;
	text-align: center;
}
.liqiMainTitle.night {
	background-color: #131722;
	color: #c7c7c7;
}

.liqiLongEx {    
	width: 50%;
	background-color: #666;
	color: #fff;
    padding-left: 10px;
	line-height: 20px;
}

.liqiLongEx.night {    
	background-color: #1e222d;
	color: #c7c7c7;
}

.exLongSpan {    
	margin-left: 20px;
}

.liqiShortEx {    
	width: 50%;
	background-color: #4d4d4d;
	color: #fff;
	text-align: right;
    padding-right: 10px;
	line-height: 20px;
    text-align: right;
}
.liqiShortEx.night {    
	background-color: #171b26;
	color: #c7c7c7;
}

.exShortSpan {    
	margin-right: 20px;
}

.liqiLong {    
	width: 0%;
	background-color: #2196f3;
    line-height: 40px;
    padding-left: 10px;
    font-size: 18px;
    color: white;
    position: relative;
}

.liqiShort span {
    position: relative;
}

.liqiLong.night {    
	background-color: #233542;
	color: #c7c7c7;
}

.liqiShort {
	width: 0%;
	background-color: #c44d2d;
    line-height: 40px;
    padding-right: 10px;
    font-size: 18px;
    color: white;
    text-align: right;
}

.liqiShort.night {
	background-color: #362723;
	color: #c7c7c7;
}

.ethblock {
	color: white;
	font-size: 33px;
}

.ethblockThick {
	color: white;
	font-size: 33px;
	font-weight: bolder;
}

.ethblockDash {
	color: black;
	font-size: 33px;
}

.forkBoard {
    background: #f4f5f700;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 10px, rgba(0, 0, 0, 0.23) 0px 3px 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    width:420px;
}

.forkTitle {
	font-size: 18px;
}

.timerTr {
	display: table;
	overflow: hidden;
	border-radius: 7px;
}

.timerTd {
	display: table-cell;
	vertical-align: middle;
}

.timerTr.destTimer {
	height: 80px;
	width: 380px;
	background: #000000; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(top, #000000 , #85898c); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top, #000000, #85898c); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, #000000, #85898c); /* For Firefox 3.6 to 15 */   
	background: linear-gradient(to top, #000000 , #85898c);
}
.timerTr.destTimer.last {
	background: #000000; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(top, #185385 , #4992d0); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top, #185385, #4992d0); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, #185385, #4992d0); /* For Firefox 3.6 to 15 */   
	background: linear-gradient(to top, #185385, #4992d0);
}

.timerTr.countTimer {
	height: 80px;
	width: 80px;
	background: #000000; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(top, #000000 , #85898c); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top, #000000, #85898c); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, #000000, #85898c); /* For Firefox 3.6 to 15 */   
	background: linear-gradient(to top, #000000 , #85898c);
}

.timerTr.countTimerColon {
	height: 80px;
	width: 20px;
}

.outterTr {
	display: table;
}

.outterTd {
	width: 70px;
	display: table-cell;
}

.outterColonTd {
	width: 20px;
	display: table-cell;
}

.timerLabel {
	text-align: left;
	width: 380px;
}

.countDown {
	color:white;
	font-size: 33px;
}

.countDownColon {
	color:black;
	font-size: 33px;
}

.blockTime {
	font-size: 25px;
}

.squareShadow, .poDashBoard {
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 4px, rgba(0, 0, 0, 0.23) 0px 0px 4px;
}

.squareShadow.night, .poDashBoard.night {
    background: #181c27;
}

.leftkwanggo {
    text-align: center;
    position: fixed;
    top: 130px;
    left: 12px;
    width: 150px;
    height: 500px;
}


.cryptoIcon {
	height: 16px;
	width: 16px;
}

.symLeft {
	float:left;
	width:50%;
}

.symRight {
	float:right;
	width:50%;
}

.table>thead>tr>th {
	border-top: 2px solid #ddd !important;
}

.columnBoardheader.night th {
	border-top-color:#60606196 !important;
	border-bottom-color:#60606196 !important;
}

#cryptoChart.night th {
	border-top-color:#60606196 !important;
	border-bottom-color:#60606196 !important;
}

.night>tr>td {
	border-top-color:#60606196 !important;
	border-bottom-color:#60606196 !important;
}


.columnBoardheader th:nth-child(1n) {
	padding-top: 8px;
	padding-bottom: 8px;
}

.columnheader th:nth-child(1n) {
	padding-top: 8px;
	padding-bottom: 8px;
	cursor: pointer;
	text-align: center;
}
.columnheader th:nth-child(1n):hover {
	background-color: #ddd;
}

.columnheader label {
	cursor: pointer;
	
}

.columnheader input[type=checkbox] {
	visibility: hidden;
}

.columnheader .on {
	color: #1274c2;
	border-bottom: 3px solid #1274c2;
	text-decoration: none;
}

.columnheader .off label {
	text-decoration: line-through;
}

.borderzero th {
	border-top: 0 !important;
	border-bottom: 0 !important;
	padding-bottom: 0px !important;
}

.columnheader ul a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}

.columnheader ul {
	display: flex;
    table-layout: fixed;
    overflow: hidden;
}
.columnheader ul, li {
    list-style: none;
}

.columnheader li:hover {
	background-color: #ddd;
}

.columnheader.night li:hover {
	background-color: #272626;
}

.columnheader.night input[type=text] {
	background-color: rgb(23 27 38);
	color: white;
}

.columnheader ul li a.on {
    height: 50px;
    border-bottom: 3px solid #1274c2;
    color: #115dcb;
    font-weight: 700;
}

.columnheader.night ul li a.on {
	color: #bfbfc6;
	border-bottom: 3px solid #4e92bb;
}

.columnheader.night ul li a.off {
	color: #d2d7dbf5;
	border-bottom: 3px solid #d2d7dbf5;
}

.columnheader li {
    width:100%
}

.columnheader li a {
    display: block;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #d4d6dc;
    color: #2b2b2b;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    text-decoration: line-through;
    padding-top: 16px;
    padding-bottom: -9px;
}


a, a:active, a:visited {
    text-decoration: none;
}


.columnheader a.nounder {
    text-decoration:none;
}
#cryptoChart thead>tr>th {
    background-color: #666666;
}



.toperheader ul {
	display: flex;
    table-layout: fixed;
    overflow: hidden;
}

.toperheader li {
    width:100%
}

.toperheader li a {
    display: block;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #d4d6dc;
    color: #2b2b2b;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    padding-top: 16px;
    padding-bottom: -9px;
}

.toperheader ul li a.toper {
    height: 50px;
    border-bottom:none;
    color: #115dcb;
    font-weight: 700;
}




.button-container {
    width: 100%;
    overflow-y: auto;
}

.button-container > button {
    width: 91px;

    float: left;
    background: lightgray;
    margin: 2px;
}
.pairSelect{
	color:#000;
    height: 35px;
 background-color: #f7f7f7;
    border: 1px solid #fff;
    border-radius: 4px;
    outline: 0;
width:200px;

    background-repeat: repeat-x;
}
.pairSelect.night{
	background-color: #292e3c;
}
