@charset "utf-8";

.hidden_item{
position:absolute;
    left:-9999em;
}

.hidden_item02{
    position:absolute;
    left:-9999em;
  display:none;  
}

.wrap{
margin-top:49px;
}

.safe_box {
    position: relative;
    width: 94%;
    margin: 0 3%;
}

.header_wrap{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    background: #fff;
}


.tbc_header{
position: relative;
    width:94%;
    margin:0 3%;
    height:49px;
}

.logo>a{
    position: absolute;
    left:50%;
    top:9px;
    margin-left:-43px;
    display:block;
    text-indent:-9999em;
    width:85px;
    height:30px;
    background:url(../images/logo.jpg) no-repeat left top;
    background-size:100%;
}

.btn_gnb_on{
    position: relative;
    top:13px;
    display:block;
    text-indent:-9999em;
    background:url(../images/btn_adidas.png) no-repeat left top;
    background-size:100%;
    width:27px;
    height:20px;
}

.btn_call{
    position:absolute;
    right:2px;
    top:13px;
    display:block;
    text-indent: -9999em;
    background:url(../images/icon_phone.png) no-repeat left top;
    background-size: 100%;
    width:23px;
    height:23px;
}

.gnb_wrap{
 position: fixed;
    left:-100%;
    top:49px;
    width:90%;
    height:100%;
    z-index: 9999;
    background:#fff;
    font-family: "Noto Sans KR", sans-serif;
}

.area_gnb_top{
    position:relative;
 background:#53cfee;   
    height:40px;
    border-bottom:1px solid #d8d8d8;
}

.g_title_mt{
    font-size:1.5em;
    color:#fff;
    line-height:40px;
    padding-left:3%;
}

.btn_gnb_off{
    position:absolute;
    right:10px;
    top:7px;
    display:block;
    text-indent:-9999em;
    width:25px;
    height:25px;
    background:url(../images/btn_close_gnb.jpg);
    background-size:100%;
}

.area_g_quick{
    background:#53cfee;    
}

.g_quick_list{
margin:0 2px;
}

.g_quick_list:after{
content:'';
    display:block;
    clear:both;
}

.g_quick_list>li{
position: relative;
    float:left;
    width:25%;
    background:#fff;
}

.g_quick_list>li>a{
    display: block;
    box-sizing: border-box;
    color: #00b0ec;
    text-align: center;
    height: 62px;
    padding-top: 32px;
    line-height: 1.2;
    font-weight:500;
}
.g_quick_list>li>span{
    position: absolute;
    top: 8px;
    right: 0;
    display: block;
    text-indent: -9999em;
    width: 1px;
    height: 46px;
    background-image: url(../images/g_quick_bar.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.g_quick01{
background:url(../images/gnb_quick01.png) no-repeat top 5px center;
    background-size:27%;
}

.g_quick02{
background:url(../images/gnb_quick02.png) no-repeat top 5px center;
    background-size:27%;
}

.g_quick03{
background:url(../images/gnb_quick03.png) no-repeat top 5px center;
    background-size:27%;
}

.g_quick04{
background:url(../images/gnb_quick04.png) no-repeat top 5px center;
    background-size:20%;
}

.area_gnb{
 position: relative;
    height:100%;
}

.gnb{
width:50%;
}

.gnb>li>a{
    font-size:1.5em;
    display:block;
    background-color:#fff;
    height:50px;
    line-height:50px;
    box-sizing:border-box;
    padding-left:12px;
    border-bottom:1px solid #d4d4d4;
    
    background-image:url(../images/btn_more_off.png);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size:10%;
}

.gnb>li:last-child>a{
border:none;
}

.gnb>li>a.on{
color:#00b0ec;
     background-image:url(../images/btn_more_on.png);
    background-color:#f5f5f5;
    border:none;
}

.gnb_sub{
    position: absolute;
    top:0;
    right:0;
    width:50%;
    height:100%;
    background:#53cfee;
    padding-top:12px;
}

.gnb_sub>li{
 margin-bottom:5px;
    margin-left:10px; 
}

.gnb_sub>li:last-child{
margin-bottom:0;
}

.gnb_sub>li>a{
    color:#fff;
    font-size:1.3em;
    display:block;
    padding:4px 0 4px 10px;
    background:url(../images/gnb_list_deco.png) no-repeat center left;
    background-size:2%;
}


.footer_wrap{
 background:#333333;  
    padding-bottom:30px;
}

.footer_wrap>.safe_box>p{
 color:#fff;
    margin-bottom:10px;
}

.footer_wrap>.safe_box>p:first-child{
     color:rgba(255,255,255,0.7);
    font-weight: bold;
    padding:10px 0;
    border-bottom:1px solid rgba(255,255,255,0.4);
}

.footer_wrap>.safe_box>p:last-child{
margin:0;
}

.footer_wrap>.safe_box>p>span{
 font-weight: bold;   
}

.pc_ver>a{
    position:absolute;
    top:5px;
    right:5px;
 display:block;
    width:54px;
    height:22px;
    line-height:22px;
    text-align:center;
    font-size:1em;
    font-weight: 400;
    color:#fff;
    border:1px solid rgba(255,255,255,0.7);
}




























