﻿@charset "utf-8";

header .left {display: none; float: left; padding: 43px 0 0 78px;}
header .master2{ height: 75px; float: none;}
header a { color:#fff;}
header h1 { float: left; padding: 0 108px 0 0;}
header h1 a { display: block; width: 170px; height: 50px; background: url("/common/image/logo/mo-logo.png") no-repeat 0 0; color:transparent;}
header nav a { display: block; position: relative; height: 50px; line-height: 50px; font-size: 17px; font-weight: bold;}
header nav a:before { content: ""; position: absolute; left: 0; bottom: 13px; width: 0; height: 1px; background: #fff; transition: width 0.5s;}
header nav a:hover:before {width: 100%;}
header .close,
header .all,
header .left > div > div,
header h2 { display: none;}
header .left > div { float: left;}
header .left > div nav li { float: none; /*padding: 0 30px 0 0;*/}
header > ul { float: right; padding: 51px 40px 0 0;}
header > ul li { float: left; margin-left: -1px;}
header > ul li a { display: block; width: 96px; height: 38px; line-height: 38px; text-align: center; font-size: 11px; border:1px solid rgba(255,255,255,0.5); border-radius: 3px;}
header > ul li:first-child a{ border-radius:3px 0 0 3px; }
header > ul li:nth-last-of-type(2) a { border-radius: 0 3px 3px 0;}
header > ul li.join { padding: 0 0 0 10px;}
header > ul li.join a { background: rgba(255,255,255,0.2);}

header nav{
    display: none;
}

.navbar {
    overflow: hidden;
    height: 61px;
    background-color: #fff;
    width: 92%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.webheader{ width: 85%; height: 45px; margin: 24px auto; position: relative;}
.webheader img{ width: 180px;}
.webheader img.ktlogo{ width: 35px; margin-right: 2px;}
.webLogin{ position: absolute; top: 15px; right: 30px;}
.webLogin a{ cursor: pointer;
    color: #8b8b8b;
    /* border: 1px solid #cecece; */
    border-radius: 15px;
    padding: 5px 12px;
    line-height: 14px;
    font-weight: bold;}
.webLogin a:first-child{ margin-right: 5px;}
.navbar a {
  float: left;
  font-size: 16px;
  color: #222;
  text-align: center;
  padding: 14px 10px;
  width: 150px;
  text-decoration: none;
}

.navbar>.dropdown>a {
    width: 20%;
    padding: 14px 10px;
    font-weight: bold;
}



.dropdown {
  overflow: hidden;
  width:100%;
  /*margin-top:-4px;*/

}


.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;  
  padding: 14px 16px;
  background-color: inherit;
  font: inherit;
  margin: 0;
}


.dropdown-content {
    height:0px;
    overflow:hidden;
    position: absolute;
    background-color: #fff;
    width: 100%;
    top: 155px;
    left: 0;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2);
    z-index: -1;
    transition: all 0.5s ease;
}
.dropdown-content .row{width: 92%; margin: 0 auto;}


.dropdown:hover .dropdown-content {
   overflow:hidden;
height:200px;
transition: all 0.5s ease;
z-index:15;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 150px;
  padding: 0;
  height: 250px;
}

.column a {
  float: none;
  color: black;
  padding: 16px 15px;
  text-decoration: none;
  display: block;
  text-align: center;
  cursor: pointer;
}

.column a:hover {
    color: #2da94b;
    transition: width 2s ease-out;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.toplist{ display: none;}
.webheader{ width: 60%; min-width: 1000px;}
.navbar{width: 1200px; min-width: 1200px;}
.dropdown-content .row{ width: 1200px; min-width: 1200px;display: flex;justify-content: space-between;}
.column{ width:20%;}
.column a{padding: 12px 0px;font-size: 15px; width: 100%;}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */


@media (max-width:1200px) {
    .navbar{width: 100%; min-width: 100%;}
    .dropdown-content .row{ width: 100%; min-width: 100%;display: flex;justify-content: space-between;}

}

@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    height: auto;
  }
}


@media all and (min-width:1024px){
    header .master2{
        border-bottom: 1px solid #d3d3d3;
    }
}

