 @charset "utf-8";

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

html, body{
height:100%;
}

body{
margin-top:57px;
}

.header_wrap{
position: relative;
}

.we_header_wrap{
position:fixed;
    left:0;
    top:0;
    width:100%;
    background: #fff;
    z-index: 9999;
    height: 57px;
    border-bottom:1px solid #ddd;
}

.logo{
     position:absolute;
    top:0;
    left:50%;
    margin-left:-95px;
 padding:15px 0 15px;   
}

.logo>a{
display:block;
    width:220px;
    height:55px;
    text-indent:-9999em;
    background:url(../images/logo.png) no-repeat;
    background-size:100%;
}

.btn_gnb{
display: block;
    text-indent:-9999em;
    width:63px;
    height:57px;
    background:url(../images/btn_adi.jpg);
    background-size:100%;
}

.area_quick{
    position:absolute;
    right:13px;
    top:14px;
}

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

.quick_list>li{
 float:left;   
    margin-right:12px;
}

.quick_list>li:last-child{
margin-right:0;
}

.quick_list>li>a{
    color:#555;
    padding-top:18px;
    text-align: center;
    display: block;
}

.quick_list>li:first-child>a{
 background:url(../images/btn_t01.png) no-repeat top center;
    background-size:12px;
}

.quick_list>li:last-child>a{
 background:url(../images/btn_t02.png) no-repeat top center;
    background-size:12px;
}

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

.gnb_title{
    background:#00aff0;
    height:52px;
    line-height:52px;
    color:#fff;
    font-family:'arial', sans-serif;
    font-weight:bold;
    font-size:1.9em;
    padding-left:3%;
}

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

.g_menu_list>li{
float:left;
    width:25%;
}

.g_menu_list>li>a{
color:#fff;
    font-size:1.1em;
    text-align: center;
    display: block;
    background-color:#00aff0;
    height:66px;
    font-weight: 500;
    border-top:1px solid rgba(255,255,255,0.3);
    border-right:1px solid rgba(255,255,255,0.3);
    box-sizing:border-box;
    padding-top:40px;         
}

.g_menu_list>li:nth-of-type(1)>a{
background-image: url(../images/l_icon01.png);
    background-position:center top 12px;
    background-repeat: no-repeat;
    background-size:17px;
}

.g_menu_list>li:nth-of-type(2)>a{
background-image: url(../images/l_icon02.png);
    background-position:center top 12px;
    background-repeat: no-repeat;
    background-size:18px;
}

.g_menu_list>li:nth-of-type(3)>a{
background-image: url(../images/l_icon03.png);
    background-position:center top 10px;
    background-repeat: no-repeat;
    background-size:22px;
}

.g_menu_list>li:last-child>a{
border-right:none;
    background-image: url(../images/l_icon04.png);
    background-position:center top 13px;
    background-repeat: no-repeat;
    background-size:21px;
}

.gnb>li>a{
    color:#00aff0;
    font-weight: bold;
    font-size: 1.6em;
    display: block;
    padding-left:3%;
    height:46px;
    line-height:46px;
    border-bottom: 1px solid #ccc;
    background-color:#fff;
    background-repeat: no-repeat;
    background-position: right 3% center;
    background-image:url(../images/arrow_off.png);
    background-size:22px;
}

.gnb>li>a.on{
background-image:url(../images/arrow_on.png);
     background-repeat: no-repeat;
    background-position: right 3% center;
}

.gnb_depth02{
    display: none;
background:#f5f5f5;
    padding:16px 0 16px 3%; 
    border-bottom:1px solid #ccc;
}

.gnb_depth02>li{
 margin-bottom:13px;   
}



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

.gnb_depth02>li>a{
    padding-left:10px;
    display:block;
    font-size:1.5em;
    font-weight: 400;
    background:url(../images/depth02_cir.png) no-repeat left center;
    background-size:5px;
}



.btn_gnb_off{
    position:absolute;
    z-index: 100;
    top:12px;
    right:3%;
 display: block;
    width:26px;
    height:26px;
   background:url(../images/btn_close.png);
    background-size:100%;
    text-indent:-9999em;
}



.f_icon_wrap{
border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    text-align: center;
    height:30px;
    padding:15px 0;
}

.f_icon_list{
display:inline-block;
    height:30px;
    
}

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

.f_icon_list>li{
 float: left;   
    margin-right:7px;
}

.f_icon_list>li:last-child{
 margin-right: 0;   
}

.f_icon_list>li>a{
 display:block;
    width:30px;
    height:30px;
    text-indent:-9999em;
    
}

.f_icon_list>li:nth-of-type(1)>a{
background:url(../images/icon01.png);
    background-size: 100%;
}

.f_icon_list>li:nth-of-type(2)>a{
background:url(../images/icon02.png);
    background-size: 100%;
}

.f_icon_list>li:nth-of-type(3)>a{
background:url(../images/icon03.png);
    background-size: 100%;
}

.f_icon_list>li:nth-of-type(4)>a{
background:url(../images/icon04.png);
    background-size: 100%;
}

.add{
 font-size:1em;
    font-weight: 400;
    line-height:1.7;
}

.f_add_wrap{
    position: relative;
padding:25px 0 25px;
}

.f_add_wrap small{
    font-family:'arial' , sans-serif;
    font-size:1em;
    color:#999;
}

.btn_top{
    position:fixed;
    right:2%;
    bottom:15%;
display: block;
    z-index: 9999;
    width:29px;
    height:29px;
    text-indent:-9999em;
    background:url(../images/btn_top.png);
    background-size:100%;
}

.bi_wrap{
    position: fixed;
    bottom:0;
    left:0;
    width:100%;
    background:#fff;
    height:70px;
    z-index: 9999;
    border-top:1px solid #ddd;
}

.area_bi{
margin: 0 3%;
}

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

.bi_list>li{
 float:left;  
    width:25%;
}

.bi_list>li>a{
 display: block;
    text-indent:-9999em;
    height:70px;
}

.bi_list>li:nth-of-type(1)>a{
background:url(../images/bi_01.png) no-repeat center center;
    background-size:34px;
}

.bi_list>li:nth-of-type(2)>a{
background:url(../images/bi_02.png) no-repeat center center;
    background-size:34px;
}

.bi_list>li:nth-of-type(3)>a{
background:url(../images/bi_03.png) no-repeat center center;
    background-size:41px;
}

.bi_list>li:nth-of-type(4)>a{
background:url(../images/bi_04.png) no-repeat center center;
    background-size:27px;
}

.page_tab { padding:5px 0; text-align:center;}
.page_tab a { background:#fff; padding:5px 8px; margin:2px; border-radius:8px;}
.page_tab a.on { background:#eee; border:1px solid #ccc; font-weight:bold; box-shadow:1px 1px 1px 0 #999 inset;}
.page_tab a:hover { background:#eee;}

#layerPopup { position:absolute; left:0; top:0; display:none; z-index:201;}
#layerPopup .handle { cursor:move;}
#ajaxTarget { width:0; height:0; border:0; position:absolute; left:-9999px; top:-9999px;}






