@media screen and (min-width: 1201px) {
    .gnb_btn, .util_btn, .mob_gnb, .mob_util{display: none;}

    #header{position: fixed; width: 100%; height: 90px; left: 0; top: 0; z-index: 999; background-color: #FFF; box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);}
    #header .header_inner{position: relative; width: 92%; height: 90px; max-width: 1200px; margin: 0 auto;}
    #header .header_inner h1.top_logo{position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
    #header .util{position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
    #header .util ul{display: flex;}
    #header .util ul li{margin-left: 15px;}
    #header .gnb{position: absolute; left: 50%; top: 0; transform: translateX(-50%);}
    #header .gnb>ul{display: flex;}
    #header .gnb>ul>li{width: 120px;}
    #header .gnb>ul>li>a{display: block; text-align: center; line-height: 90px; font-family: "Fugaz One"; font-size: 1.1em; color: #000;}
    #header .gnb>ul>li>ul{display: none; background-color: #FFF;}
    #header .gnb>ul>li>ul a{display: block; text-align: center; line-height: 40px; font-weight: 500;}

    #footer{position: relative; padding: 10px 0 30px 0; margin: 80px auto 0 auto; background-color: #1f1f1f;}
    #footer .footer_top{position: relative; height: 50px; padding-bottom: 10px;}
    #footer .footer_top .fnb ul{display: flex; justify-content: center;}
    #footer .footer_top .fnb ul a{display: block; font-weight: bold; line-height: 50px; padding: 0 20px; color: #FFF; font-size: 0.9em;}

    #footer .footer_bottom{display: flex; justify-content: space-between; border-top: 2px solid #FFF; padding-top: 40px; box-sizing: border-box; max-width: 1200px; margin: 0 auto;}
    #footer .footer_bottom p{line-height: 1.4em; font-size: 0.9em; color: #FFF;}
    #footer .footer_bottom .footer_left p:first-child{font-weight: bold; margin-bottom: 10px;}
    #footer .footer_bottom .footer_left p:last-child{margin-top: 10px;}
    #footer .footer_bottom .footer_left p a{font-weight: bold; font-size: 0.9em; text-decoration: underline; color: #FFF}
    #footer .footer_bottom .footer_right p:first-child{font-weight: bold; margin-bottom: 10px;}
}










@media screen and (min-width:901px) and (max-width: 1200px) {
    .gnb_btn, .mob_gnb, #header .util{display: none;}

    #header{position: fixed; width: 100%; height: 90px; left: 0; top: 0; z-index: 999; background-color: #FFF; box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);}
    #header .header_inner{position: relative; height: 90px; margin: 0 auto;}
    #header .header_inner h1.top_logo{position: absolute; left: 5px; top: 50%; transform: translateY(-50%);}
    #header .header_inner h1.top_logo img{height: 50px;}

    #header .mob_util{position: absolute; top: 95px; right: -40px;}
    #header .mob_util li{margin-bottom: 10px;}
    #header .mob_util li a{display: flex; width: 40px; height: 40px; border-radius: 50%; background-color: #FFF; justify-content: center; align-items: center;}
    .util_btn{position: absolute; right: 20px; top: 22.5px; background: none; border: none; cursor: pointer;}
    #header .mob_util li a img{width: 90%;}

    #header .gnb{position: absolute; right: 80px; top: 0;}
    #header .gnb>ul{display: flex;}
    #header .gnb>ul>li{width: 110px;}
    #header .gnb>ul>li>a{display: block; text-align: center; line-height: 90px; font-family: "Fugaz One"; font-size: 0.9em; color: #000;}
    #header .gnb>ul>li>ul{display: none; background-color: #FFF;}
    #header .gnb>ul>li>ul a{display: block; text-align: center; line-height: 40px; font-size: 0.8em;}

    #footer{position: relative; padding: 10px 0 30px 0; margin: 80px auto 0 auto; background-color: #1f1f1f;}
    #footer .footer_top{position: relative; height: 50px; padding-bottom: 10px;}
    #footer .footer_top .fnb ul{display: flex; justify-content: center;}
    #footer .footer_top .fnb ul a{display: block; font-weight: bold; line-height: 50px; padding: 0 20px; color: #FFF; font-size: 0.9em;}

    #footer .footer_bottom{display: flex; justify-content: space-between; border-top: 2px solid #FFF; padding: 40px 10px 0 10px; box-sizing: border-box; max-width: 1200px; margin: 0 auto;}
    #footer .footer_bottom p{line-height: 1.4em; font-size: 0.9em; color: #FFF;}
    #footer .footer_bottom .footer_left p:first-child{font-weight: bold; margin-bottom: 10px;}
    #footer .footer_bottom .footer_left p:last-child{margin-top: 10px;}
    #footer .footer_bottom .footer_left p a{font-weight: bold; font-size: 0.9em; text-decoration: underline; color: #FFF}
    #footer .footer_bottom .footer_right p:first-child{font-weight: bold; margin-bottom: 10px;}
}












@media screen and (min-width:601px) and (max-width: 900px) {
    #header .gnb ,#header .util{display: none;}

    .more_btn{display: block; width: 90%; max-width: 300px; height: 60px; color: #000; border: 1px solid #000; text-align: center; line-height: 50px; font-size: 0.8em; transition-duration: 0.7s;}

    #header{position: fixed; width: 100%; height: 90px; left: 0; top: 0; z-index: 999; background-color: #FFF; box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);}
    #header .header_inner{position: relative; height: 90px; margin: 0 auto;}
    #header .header_inner h1.top_logo{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
    #header .header_inner h1.top_logo img{height: 50px;}

    #header .mob_util{position: absolute; top: 95px; right: -40px;}
    #header .mob_util li{margin-bottom: 10px;}
    #header .mob_util li a{display: flex; width: 40px; height: 40px; border-radius: 50%; background-color: #FFF; justify-content: center; align-items: center;}
    .util_btn{position: absolute; right: 20px; top: 22.5px; background: none; border: none; cursor: pointer;}
    #header .mob_util li a img{width: 90%;}

    #header .mob_gnb{position: absolute; left: -100%; top: 86px; background-color: #FFF; width: 100%; height: calc(100vh - 86px);}
    #header .mob_gnb>ul{display: flex; flex-direction: column; align-items: center;}
    #header .mob_gnb>ul>li{width: 110px;}
    #header .mob_gnb>ul>li>a{display: block; text-align: center; line-height: 85px; font-weight: bold; font-size: 0.9em;}
    #header .mob_gnb>ul>li>ul{background-color: #FFF; display: none;}
    #header .mob_gnb>ul>li>ul a{display: block; text-align: center; line-height: 40px; font-size: 0.8em;}
    


    .gnb_btn{position: absolute; left: 20px; top: 22.5px; background: none; border: none; cursor: pointer;}

    #footer{position: relative; padding: 10px 0 30px 0; margin: 80px auto 0 auto; background-color: #1f1f1f;}
    #footer .footer_top{position: relative; height: 50px; padding-bottom: 10px;}
    #footer .footer_top .fnb ul{display: flex; justify-content: center;}
    #footer .footer_top .fnb ul a{display: block; font-weight: bold; line-height: 50px; padding: 0 20px; color: #FFF; font-size: 0.8em;}

    #footer .footer_bottom{border-top: 2px solid #FFF; padding: 40px 10px 0 10px; box-sizing: border-box; text-align: center;}
    #footer .footer_bottom p{line-height: 1.4em; font-size: 0.8em; color: #FFF;}
    #footer .footer_bottom .footer_left p:first-child{font-weight: bold; margin-bottom: 10px;}
    #footer .footer_bottom .footer_left p:last-child{margin-top: 10px;}
    #footer .footer_bottom .footer_left p a{font-weight: bold; font-size: 0.8em; text-decoration: underline; color: #FFF}
    #footer .footer_bottom .footer_right{margin-top: 40px;}
    #footer .footer_bottom .footer_right p:first-child{font-weight: bold; margin-bottom: 10px;}

}










@media screen and (max-width: 600px) {
    #header .gnb ,#header .util{display: none;}

    .more_btn{display: block; width: 90%; max-width: 300px; height: 40px; color: #000; border: 1px solid #000; text-align: center; line-height: 40px; font-size: 0.8em; transition-duration: 0.7s;}

    #header{position: fixed; width: 100%; height: 60px; left: 0; top: 0; z-index: 999; background-color: #FFF; box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);}
    #header .header_inner{position: relative; height: 60px; margin: 0 auto;}
    #header .header_inner h1.top_logo{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
    #header .header_inner h1.top_logo img{height: 40px;}

    #header .mob_util{position: absolute; top: 70px; right: -35px;}
    #header .mob_util li{margin-bottom: 10px;}
    #header .mob_util li a{display: flex; width: 35px; height: 35px; border-radius: 50%; background-color: #FFF; justify-content: center; align-items: center;}
    #header .mob_util li a img{width: 70%;}
    #header .mob_gnb{position: absolute; left: -100%; top: 61px; background-color: #FFF; width: 100%; height: calc(100vh - 61px);}
    #header .mob_gnb>ul{display: flex; flex-direction: column; align-items: center;}
    #header .mob_gnb>ul>li{width: 110px;}
    #header .mob_gnb>ul>li>a{display: block; text-align: center; line-height: 85px; font-weight: bold; font-size: 0.9em;}
    #header .mob_gnb>ul>li>ul{background-color: #FFF; display: none;}
    #header .mob_gnb>ul>li>ul a{display: block; text-align: center; line-height: 40px; font-size: 0.8em;}
    .util_btn{position: absolute; right: 20px; top: 10px; background: none; border: none; cursor: pointer;}
    .gnb_btn{position: absolute; left: 20px; top: 10px; background: none; border: none; cursor: pointer;}


    #footer{position: relative; padding: 10px 0 30px 0; margin: 80px auto 0 auto; background-color: #1f1f1f;}
    #footer .footer_top{position: relative; height: 40px; padding-bottom: 10px;}
    #footer .footer_top .fnb ul{display: flex; justify-content: center;}
    #footer .footer_top .fnb ul a{display: block; font-weight: bold; line-height: 40px; padding: 0 15px; color: #FFF; font-size: 0.7em;}

    #footer .footer_bottom{border-top: 2px solid #FFF; padding: 40px 10px 0 10px; box-sizing: border-box; text-align: center;}
    #footer .footer_bottom p{line-height: 1.4em; font-size: 0.7em; color: #FFF;}
    #footer .footer_bottom .footer_left p:first-child{font-weight: bold; margin-bottom: 10px;}
    #footer .footer_bottom .footer_left p:last-child{margin-top: 10px;}
    #footer .footer_bottom .footer_left p a{font-weight: bold; font-size: 0.9em; text-decoration: underline; color: #FFF}
    #footer .footer_bottom .footer_right{margin-top: 40px;}
    #footer .footer_bottom .footer_right p:first-child{font-weight: bold; margin-bottom: 10px;}

}

