﻿@charset "utf-8";
/*-----------------------------------------------------------------------------
[TABLE OF CONTENTS]
    +media
        + max-width : 1280px
        + max-width : 1020px
        + max-width : 767px
        + max-width : 480px
-----------------------------------------------------------------------------*/
/* media 
*----------------------------------------------------------------------------*/
/**
*
* Desktops
*
**/
@media only screen 
and (max-width : 1280px) {
    header .navbar .toolsComplex { right: 10px;}    
    footer .main { padding: 0 20px;}
    footer .partnersLogoList,
    footer .footerRight {
        text-align: center;
        display: block;
        vertical-align: middle;
    }
    footer .partnersLogoList {
        padding: 0 0 15px 0;
    }
    footer .footerRight .linkComplex,
    footer .footerRight .copyright {
            text-align: center;
    }
}
@media only screen 
and (max-width : 1020px) {
    #wrapper {
        overflow: hidden;
    }
    header .navbar .toolsComplex a { margin: 0; font-size: 11px; padding: 28px 0 0;}    
    footer { padding: 20px 20px;}
}
@media only screen 
and (max-width : 767px) {
    header .navbar .toolsComplex,
    article.otherLinkBox .otherBox,
    footer .monitor { display: none;}
    footer .mobile { display: block;}
    .backtop {
        right: 5px;
        bottom: 100px;
    }
    header .navbar {
        height: 42px;
    }
    header .navbar .main {
        text-align: right;
    }
    header .navbar .navMobile {
        position: relative;
        min-height:42px;
        display: block;
        z-index: 1;
    }
    header .navbar .navMobile a.retail {
        background: url("../../assets/img/icon_retail.png") no-repeat left center;
    }
	header .navbar .navMobile a.myCenterComplex {
        background: url("../../assets/img/icon_myCenter_s.png") no-repeat left center;
    }
    header .navbar .navMobile a.retail {
        float: right;
		vertical-align: middle;
            line-height: 44px;
        padding: 0 0 0 22px;
        margin: 0 10px 0 5px;
        height: 42px;
        font-size: 0;
		        color: #474747;
        font-size: 12px;
		
    	-moz-background-size: 20px auto;
    	-webkit-background-size: 20px auto;
    	-o-background-size: 20px auto;
    	background-size: 20px auto;
    }
	    header .navbar .navMobile a.myCenterComplex {
        float: right;
		vertical-align: middle;
            line-height: 44px;
        padding: 0 0 0 22px;
        margin: 0 10px 0 5px;
        height: 42px;
        font-size: 0;
		        color: #474747;
        font-size: 12px;
			
		
    	-moz-background-size: 20px auto;
    	-webkit-background-size: 20px auto;
    	-o-background-size: 20px auto;
    	background-size: 20px auto;
    }
		    header .navbar .navMobile .divider {
        float: right;
		vertical-align: middle;
         border-right: solid #CFCFCF 1px;
        height: 20px;
		margin-top: 12px;
		margin-right: 2px;

    }
    header .navbar .navMobile a.fetHome {
        float: left;
        vertical-align: middle;
        height: 42px;
        line-height: 44px;
        padding: 0 0 0 22px;
        margin: 0 0 0 8px;
        color: #c6171e;
        font-size: 12px;
        background: url(../../assets/img/icon_fet.png) no-repeat left center;
        -moz-background-size: 20px auto;
        -webkit-background-size: 20px auto;
        -o-background-size: 20px auto;
        background-size: 20px auto;
    }
    footer { padding: 20px 20px 10px 20px;}
    footer .main { padding: 0;}
    footer .partnersLogoList ul li img {
        max-width: 68px;
    }
    footer .partnersLogoList {
        padding: 10px 0 2px 0;
    }
}
@media only screen 
and (max-width : 480px) {
    footer {
        padding: 20px 5px 10px;
    }
    footer .partnersLogoList ul li {
        display: inline-block;
        margin: 4px 1px;
    }
    footer .partnersLogoList ul li img {
        max-width: 72px;
    }
}
/**
*
* iPads
*
**/
@media only screen
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
    header {
        zoom: .78;
    }
    header .navbar .toolsComplex > a {
        font-size: 9px;
        padding: 30px 0 0;
    }    
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
    header {
        zoom: .58;
    }
    header .navbar .toolsComplex a {
        font-size: 8px;
        padding: 24px 0 0;
    }
    header .navbar .toolsComplex .toolsLink > a {
         /*font-size: 12px;*/
    }
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {


}
/**
*
* iPhones 
*
**/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 767px) {

}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 767px) 
and (orientation : portrait) {

}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 767px) 
and (orientation : landscape) {

}
/**
*
* ratio: 1.5
*
**/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){
}

