/* 전역 설정 */
body {
    font-family: helvetica, meiryo,'Nanum Square';
    font-weight: 500;
    min-width: 1500px;
}
dl, ol, ul, li{
    margin: 0;
    padding: 0;
}

.clickable {
    cursor: pointer;
}


/* 고정헤더 nav css */
.navbar{
    width: 100%;
    border-bottom: 1px solid #DBDBDB;
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}

.navbar header_content{
    max-width: 1800px;
    margin: 0 auto;
}

.navbar-brand {
    width: 340px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px;
}

.navbar-light .navbar-nav .nav-link {
    /*color: rgba(0, 0, 0, 1);*/
    color: dimgrey;
    font-size: 20px;
    font-weight: bold;
    padding: 0 20px 0 20px;
}

.navbar-nav{
    position: absolute;
    right: 115px;
    top: 30px;
}
/*nav css*/

/* search form*/
#search_form {
    background-image: url("../img/background/test1.png");
    background-position: center;
    background-size: cover;
    height: 600px;
    z-index: 3!important;
    padding: 0!important;
}

.black_container {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    display: table;
}

.header{
    max-width: 1800px;
    margin: 25px auto 0;
    position: relative;
}

.header .logo_area{
    width: 340px;
    margin-left: 6%;
}
.header .header_menu{
    position: absolute;
    top: 0px;
    right: 6%;
}

.header_menu .menu_item{
    display: inline-block;
    width: auto;
    padding: 0 18px;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.menu_item .login{
    text-align: right;
    margin-right: 10px;
    font-size: 20px;
    color: darkorange;
    font-weight: bolder;
    transition: 0.4s;
    font-style:italic;
}

.menu_item a{
    text-decoration: none;
    color: #FFF;
}

#navbarNav .login{
    padding: 0 20px;
    font-size: 20px;
    font-style:italic;
    color: darkorange;
    font-weight: bolder;
    transition: 0.4s;
}
.login .login_menu{
    width: 100%;
    list-style: none;
}

.login label{
    font-size: 20px;
    font-weight: bold;
    color: darkorange;
    text-decoration: none;
    transition: 0.4s;
}
.login label:hover{
    color: #f9b56c;
}

.search_form_k {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin-top: 150px;
}

.search_header {
    font-size: 30px;
    font-weight: bold;
    color: white;
    text-align: left;
    margin: 0px auto;
    width: 60%;
    text-align: center;
}

.search_go {
    max-width: 600px;
    margin: 0px auto;
    display: flex;
    text-align: center;
    box-shadow: 0 2px 13px rgba(0, 0, 0, .13);
}

.search_kan {
    background-color: white;
    width: 100%;
    height: 60px;
    opacity: 0.92;
    z-index: 2;
}

.search_kan .search_input{
    width: 95%;
    height: 60px;
    outline: none;
    border: none;
}

/*
.search_kan_price {
    background-color: white;
    width: 30%;
    height: 100px;
    padding-top: 10px;
}

.kan_title {
    font-size: 1px;
}

.kan_inner {
    font-size: 20px;
    padding-top: 10px;
}

.kan_inner_price {
    font-size: 25px;
    padding-top: 10px;
}

.ctg_name{
    font-size: 18px;
    padding-top: 10px;
}

.si_name{
    font-size: 18px;
    padding-top: 10px;
}

.gu_name{
    font-size: 18px;
    padding-top: 10px;
}

.kan_bottom {
    font-size: 14px;
    color: #FF1D25;
    padding-top: 10px;
}

.search_container {
    margin-top: 10px;
    height: 80%;
}
 */

.search_button {
    width: 20%;
    background-color: #FF1D25;
    color: white;
    margin-left: 5px;
    display: table;
    height: 60px;
    border-radius: 8px;
}

.button_title {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
}

/* search dropdown */
.dropdown_ {
    padding-top: 13px;
    padding-bottom: 13px;
    margin-top: 16px;
    background-color: rgba(255, 255, 255, .9);
    border-top: 2px #A40000 solid;
    display: none;
    width: 100%;
    height: 200px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .2);
    border-radius: 3px;
}

#dropdown_container{
    position: relative;
    z-index:2;
}
#dropdown_container2{
    display: none;
    position: relative;
    z-index:2;
}
#dropdown_container3{
    display: none;
    position: relative;
    z-index:2;
}

.selecter {
    padding-left: 0px;
    display: table-cell;
}

.selecter2 {
    padding-left: 0px;
    display: table-cell;
    text-align: center;
    vertical-align: top;

}

.option {
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    list-style: none;
}

.option:hover {
    color: deeppink;
    text-underline: black;
}


/* 반응형
@media ( max-width: 1117px ) {
    .search_go {
        width: 80%;
        margin: 0px auto;
        display: flex;
        box-shadow: 0 2px 13px rgba(0, 0, 0, .13);
    }

}

@media ( max-width: 844px ) {
    .search_go {
        width: 95%;
        margin: 0px auto;
        display: flex;
        box-shadow: 0 2px 13px rgba(0, 0, 0, .13);
    }

    .kan_inner {
        font-size: 12px;
        padding-top: 10px;
    }

    .kan_inner_price {
        font-size: 17px;
        padding-top: 10px;
    }

    .ctg_name {
        font-size: 12px;
        padding-top: 10px;
    }

    .si_name {
        font-size: 12px;
        padding-top: 10px;
    }

    .gu_name {
        font-size: 12px;
        padding-top: 10px;
    }

    .button_title {
        display: table-cell;
        vertical-align: middle;
        font-size: 14px;
    }
}
*/
/* search form*/

/* body_menu css */
#sub_header {
    font-weight: bold;
    font-size: 18px;
    color: #eb6100;
    position: absolute;
    left: 119px;
}

#sub_header_more {
    padding-top: 3px;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    color: black;
    float: right;
    padding-right: 7.8%;
}

#sub_header_more2 {
    padding-top: 3px;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    color: black;
    float: right;
    padding-right: 8.4%;
}

/* upso_best_mt */
#upso_best_container{
    margin: 40px auto;
    max-width: 1800px;
}

.content_area{
    position: relative;
}

#upso_best_kan {
    width: 28%;
    height: 220px;
    background-color: #E5E5E5;
    margin: 20px 10px 0;
    display: inline-block;
    background-size: cover;
    background-position: center;
    padding: 0px;
}

#upso_best_kan #kan_content{
    display: table;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    box-shadow: 0 3px 7px rgba(0, 0, 0, .2);
}
#upso_best_kan #kan_content #content_warpper{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}

#upso_best_kan #kan_content #content_warpper #title{
    font-size: 26px;
    color: white;
}

#upso_best_kan #kan_content #content_warpper #sub_title{
    font-size: 13px;
    color: white;
}

/* upso_best_mt */

/* AD css */

.AD{
    width: 100%;
    height: 1px;
    /*background-image: url("../img/AD/1.png");
    background-size: contain;
    background-repeat: repeat-x;
    background-position: center;*/
    background-color: lightgray;
}
.AD2{
    width: 100%;
    height: 300px;
    background-image: url("../img/AD/2.png");
    background-size: contain;
    background-repeat: repeat-x;
    background-position: center;
}
/* AD css */


/* upso_broadcasting */
#upso_broadcasting_container{
    margin: 40px auto;
    max-width: 1800px;
}

#upso_broadcasting {
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

#upso_broadcasting_kan {
    width: 20%;
    height: 220px;
    margin: 40px 18px 45px;
    display: inline-block;
    background-color: #d2d2d2;
    background-size: cover;
    background-position: center;
    padding: 0px;
}
#upso_broadcasting_kan:nth-child(-n+4) {
    margin-top: 20px;
}

#upso_broadcasting_kan #kan_content{
    width: 100%;
    height: 100%;
}
#upso_broadcasting_kan #kan_content #content_warpper{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}

#upso_broadcasting_kan #kan_content #content_warpper #title{
    font-size: 30px;
    color: white;
}

#upso_broadcasting_kan #kan_content #content_warpper #sub_title{
    font-size: 14px;
    color: white;
}

#upso_broadcasting_title{
    text-align: left;
    font-size: 16px;
    color: #101013;
    margin-top: 10px;
}
#upso_broadcasting_score{
    font-size: 16px;
    text-align: left;
    padding-left: 10px;
    color: #eb6100;
}
#upso_broadcasting_sub{
    font-size: 13px;
    text-align: left;
    color: #b3b3b3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* upso_broadcasting */

/* upso_highscore */
#upso_highscore_container{
    margin: 40px auto;
    max-width: 1800px;
}

#upso_highscore {
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

#upso_highscore_kan {
    width: 20%;
    height: 220px;
    margin: 40px 18px 45px;
    display: inline-block;
    background-color: #d2d2d2;
    background-size: cover;
    background-position: center;
    padding: 0px;
}
#upso_highscore_kan:nth-child(-n+4) {
    margin-top: 20px;
}

#upso_highscore_kan #kan_content{
    width: 100%;
    height: 100%;
}
#upso_highscore_kan #kan_content #content_warpper{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}

#upso_highscore_title{
    text-align: left;
    font-size: 16px;
    color: #101013;
    margin-top: 10px;
}
#upso_highscore_score{
    font-size: 16px;
    text-align: left;
    padding-left: 10px;
    color: #eb6100;
}
#upso_highscore_sub{
    font-size: 13px;
    text-align: left;
    color: #b3b3b3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* upso_highscore */

/*popup_layer css*/
.pop-container{
    position: absolute;
    z-index: 999;
    left: 50%;
    top: 70%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pop-container .pop-item{
    float: left;
    box-shadow: 0 2px 10px -2px rgb(0 0 0 / 6%), 0 0 1px 0 rgb(0 0 0 / 28%);
}

.pop-container .pop-img {
    position: relative;
}

.pop-item .pop_btn_area{
    width: 350px;
    background: #fff;
    border-top: 1px solid rgba(0,0,0,0.1);
    display: table;
}
.pop-item .pop_btn_area .btn{
    width: 50%;
    float: none;
    letter-spacing: 0;
    color: #000;
    padding: 12px 0;
    border: 0;
    white-space: normal;
    display: table-cell;
}

.pop_btn_area .btn+.btn {
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1) !important;
    border-radius: 0;
    font-weight: normal;
    margin-left: 0;
}

.pop_btn_area>.btn:first-child {
    margin-left: 0;
}






