/***************************************/
/********* FONT FACE INTIALIZE *********/
/***************************************/


@font-face {
    font-family: 'NotoSans';
    src: url('../fonts/NotoSans-Light.eot');
    src: url('../fonts/NotoSans-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NotoSans-Light.woff2') format('woff2'),
         url('../fonts/NotoSans-Light.woff') format('woff'),
         url('../fonts/NotoSans-Light.otf') format('opentype');
	font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSans';
    src: url('../fonts/NotoSans-DemiLight.eot');
    src: url('../fonts/NotoSans-DemiLight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NotoSans-DemiLight.woff2') format('woff2'),
         url('../fonts/NotoSans-DemiLight.woff') format('woff'),
         url('../fonts/NotoSans-DemiLight.otf') format('opentype');
	font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSans';
    src: url('../fonts/NotoSans-Regular.eot');
    src: url('../fonts/NotoSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NotoSans-Regular.woff2') format('woff2'),
         url('../fonts/NotoSans-Regular.woff') format('woff'),
         url('../fonts/NotoSans-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'NotoSans';
    src: url('../fonts/NotoSans-Medium.eot');
    src: url('../fonts/NotoSans-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NotoSans-Medium.woff2') format('woff2'),
         url('../fonts/NotoSans-Medium.woff') format('woff'),
         url('../fonts/NotoSans-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'NotoSans';
    src: url('../fonts/NotoSans-Bold.eot');
    src: url('../fonts/NotoSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NotoSans-Bold.woff2') format('woff2'),
         url('../fonts/NotoSans-Bold.woff') format('woff'),
         url('../fonts/NotoSans-Bold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: 'NotoSans';
    src: url('../fonts/NotoSans-Black.eot');
    src: url('../fonts/NotoSans-Black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NotoSans-Black.woff2') format('woff2'),
         url('../fonts/NotoSans-Black.woff') format('woff'),
         url('../fonts/NotoSans-Black.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}/*¸Þ´º*/
ul, li {list-style:none;padding:0;margin:0;}
.main-dropdown-container { margin: auto;width: 719px;height: 78px;}

/* .dropdown-button { background: transparent;border: 0;} */
a.dropdown-button { display: block;padding: 14px 30px;font-size: 16px !important;background-color: transparent;color: #000 !important; ; font-family:'NotoSans' !important;font-weight: 300; letter-spacing:-0.5px;}

.dropdown-container-div { display: inline-block;float:left;}
.dropdown-container-div:last-child { border-right:0; }

.dropdown-content { padding:0 30px;display: none;position: absolute;z-index: 1;background-color: transparent;top:40px;background:#5ba105;border-radius:20px;}
.dropdown-content ul li { display: inline-block;float:left;}

.dropdown-content a{display: block;text-decoration: none;color: #fff !important;padding:8px; 15px; font-size:12px !important; font-weight:300;font-family:'NotoSans' !important; line-height:1;}
.dropdown-content a:hover{ color:#fff !important; }

.dropdown-container-div:hover .dropdown-content{display: block;}
.dropdown-container-div:last-child:hover .dropdown-content { display: block;right: 0;}
.dropdown-container-div:hover .dropdown-button { text-decoration:none !important; color:#5ba105 !important;}


* {zoom:1;}





