﻿/* -------------
	float banner
-------------------------- */
.float-banner-area {
    position: relative;
    width: 0px;
    height: 0px;
    top: 67px;
    left: 15px;
    z-index: 1;
}

/*좌측 인포바*/
.main-left-banner {
    position: absolute;
    left: -170px;
    width: 98px;
    top: -68px;
    height: 582px;
    border : 0px solid red;
}

.main-right-banner {
    position: absolute;
    top: -68px;
    width: 98px;
    left: 1170px;
    border : 0px solid red;
}
/* -------------
	float banner responsive
-------------------------- */

@media (max-width:1400px) {
    /*수정구간*/
    .main-left-banner {
        width : 60px;
        left : -120px;
    }
    .main-left-banner img {
        max-width : 99%;
        height : auto;
    }
    .main-right-banner {
        width : 60px;
        left: 1150px;
    }
    .main-right-banner img {
        max-width : 100%;
        height : auto;
    }
    .main-right-banner .exchange-rate {
        display : none;
    }



@media (max-width:1220px) {
    .main-right-banner {
        left: 950px;
        top: -75px;
    }
 /* 수정구간*/
    .main-left-banner {
        display: none;}

    .float-banner-area {
    display: none;}
}
}


@media (max-width:990px) {
    .main-left-banner {
        display:none;
    }
    .main-right-banner {
        display:none;
    }
}




/* -------------
	exchange rate
-------------------------- */

.exchange-rate-left {
    width : 100px;
    background-color : #ececec;
    /*display : block;   */
    padding : 10px;
    display: none;
}

.exchange-rate-left h2 {
    font-family : Helvetica75;
    font-size : 16px;
    margin : 0px !important;
    padding-bottom : 10px;
}

.exchange-rate-left .currency {
    border-top : 1px solid #c6c6c6;
    font-family : Helvetica;
    font-size : 90%;
    padding-top : 5px;
    padding-bottom : 5px;
}

.exchange-rate-left .flag {
    float : left;
    padding-right : 5px;
}

.exchange-rate-left .code {
}

.exchange-rate-left .rate {
    font-weight:bold;
}
