
@media screen and (min-width : 1201px){
#header .menu{display: none;}
.mob_gnb{display: none;}


#header{position: absolute; width: 100%; height: 82px; border-bottom: 1px solid #ccc; z-index: 999;}
#header .header_wrap{position: relative; width: 96%; max-width: 1680px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center;}
#header .header_wrap .logo{width: 5%;}
#header .header_wrap .logo h1 a{font-family: 'Pretendard-Regular'; font-size: 1.5em; line-height: 80px; color: #fff;}


#header .header_wrap .util{width: 8%; margin-right: 2%; display: flex; }
#header .header_wrap .util button{border: none; background: none; margin-right: 20%;}

#header .header_wrap .gnb{position: relative; width: 40%; height: 100%;}
#header .header_wrap .gnb ul{display: flex; justify-content: space-evenly;}
#header .header_wrap .gnb ul li{ height: 100%; border-bottom: 5px solid rgba(0, 0, 0, 0); line-height: 77px;}
#header .header_wrap .gnb ul li a{font-size: 1.1em; color: #fff;}
#header .header_wrap .gnb ul li:hover{border-bottom: 5px solid #111; box-sizing: border-box;}

#header .gnb_area{position: relative; width: 100%; height: 70px; background-color: none;}
#header .gnb_area .gnb_area_inner{display: flex; flex-direction: column; justify-content: center;}
#header .gnb_area ul{position: absolute; display: flex; left: 50%; top: 50%; transform: translate(-50%,-50%); display: none; justify-content: space-evenly;}
#header .gnb_area ul li::after{content: '| '; margin: 0 20px; color: #ccc;}
#header .gnb_area ul li:last-child::after{display: none;}
#header .gnb_area ul li a{height: 100%; line-height: 70px; border-bottom: 5px solid rgba(0, 0, 0, 0); line-height: 68px; color: #fff;}
#header .gnb_area ul li a:hover{border-bottom: 3px solid #111; box-sizing: border-box;}



#footer{position: relative; background-color: #111; width: 100%; height: 400px; display: flex;}
#footer .footer_wrap{position: relative; width: 96%; max-width: 1440px; margin: 0 auto;}
#footer .footer_wrap h2{font-size: 32px; color: #fff; margin-top: 4%; margin-bottom: 5%;}
#footer .footer_wrap .footer_mid{position: relative; display: flex; margin: 0 auto; justify-content: space-between; margin-bottom: 5%;}
#footer .footer_wrap .footer_mid li{font-size: 0.9em; color: #fff; line-height: 3em;}
#footer .footer_wrap .footer_mid li:nth-child(2){display: flex;}
#footer .footer_wrap .footer_mid li:nth-child(2) ul{margin-right: 50px;}
#footer .footer_wrap .footer_mid li p{font-size: 0.9em; color: #fff; line-height: 3em;}
#footer .footer_wrap .footer_mid li:last-child{display: flex;}
#footer .footer_wrap .footer_mid li:last-child a{margin-right: 15px;}
#footer .footer_wrap>p{font-size: 0.9em; color: #fff;}
}



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

    #header{position: absolute; width: 100%; height: 82px; border-bottom: 1px solid #ccc; z-index: 999;}
    #header .header_wrap{position: relative; width: 96%; max-width: 1680px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center;}
    #header .header_wrap .logo{width: 5%;}
    #header .header_wrap .logo h1 a{font-family: 'Pretendard-Regular'; font-size: 1.5em; line-height: 80px; color: #fff;}
    
    #header .header_wrap .util{width: 8%; margin-right: 2%; display: flex; }
    #header .header_wrap .util button{border: none; background: none; margin-right: 20%;}
    
    #header .header_wrap .gnb{position: relative; width: 50%; height: 100%; }
    #header .header_wrap .gnb ul{display: flex; justify-content: space-evenly;}
    #header .header_wrap .gnb ul li{ height: 100%; border-bottom: 5px solid rgba(0, 0, 0, 0); line-height: 77px;}
    #header .header_wrap .gnb ul li a{font-size: 1em; color: #fff;}
    #header .header_wrap .gnb ul li:hover{border-bottom: 5px solid #111; box-sizing: border-box;}
    
    #header .gnb_area{position: relative; width: 100%; height: 70px; background-color: none;}
    #header .gnb_area .gnb_area_inner{display: flex; flex-direction: column; justify-content: center;}
    #header .gnb_area ul{position: absolute; display: flex; left: 50%; top: 50%; transform: translate(-50%,-50%); display: none; justify-content: space-evenly;}
    #header .gnb_area ul li::after{content: '| '; margin: 0 15px; color: #ccc;}
    #header .gnb_area ul li:last-child::after{display: none;}
    #header .gnb_area ul li a{height: 100%; line-height: 70px; border-bottom: 5px solid rgba(0, 0, 0, 0); line-height: 68px; color: #fff; font-size: 0.9em;}
    #header .gnb_area ul li a:hover{border-bottom: 3px solid #111; box-sizing: border-box;}
    
    
    
    #footer{position: relative; background-color: #111; width: 100%; height: 400px; display: flex;}
    #footer .footer_wrap{position: relative; width: 96%; max-width: 1440px; margin: 0 auto;}
    #footer .footer_wrap h2{font-size: 32px; color: #fff; margin-top: 4%; margin-bottom: 5%;}
    #footer .footer_wrap .footer_mid{position: relative; display: flex; margin: 0 auto; justify-content: space-between; margin-bottom: 5%;}
    #footer .footer_wrap .footer_mid li{font-size: 0.9em; color: #fff; line-height: 3em;}
    #footer .footer_wrap .footer_mid li:nth-child(2){display: flex;}
    #footer .footer_wrap .footer_mid li:nth-child(2) ul{margin-right: 50px;}
    #footer .footer_wrap .footer_mid li p{font-size: 0.9em; color: #fff; line-height: 3em;}
    #footer .footer_wrap .footer_mid li:last-child{display: flex;}
    #footer .footer_wrap .footer_mid li:last-child a{margin-right: 15px;}
    #footer .footer_wrap>p{font-size: 0.9em; color: #fff;}
    }



/* tablet 세로 시작 */
@media screen and (min-width : 601px) and (max-width : 900px){
#header .gnb_area{display: none;}

#header{position: absolute; width: 100%; height: 82px; border-bottom: 1px solid #ccc; z-index: 999;}
#header .header_wrap{position: relative; width: 96%; max-width: 1680px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center;}
#header .header_wrap .menu button{background: none; border: none; cursor: pointer;}

#header .header_wrap .logo{width: 5%;}
#header .header_wrap .logo h1 a{font-family: 'Pretendard-Regular'; font-size: 1.5em; line-height: 80px; color: #fff;}

#header .header_wrap .util{width: 8%; margin-right: 5%; display: flex; }
#header .header_wrap .util button{border: none; background: none; margin-right: 50%;}

#header .header_wrap .gnb{position: relative; width: 50%; height: 100%; display: none;}
#header .header_wrap .gnb ul{display: flex; justify-content: space-evenly;}
#header .header_wrap .gnb ul li{ height: 100%; border-bottom: 5px solid rgba(0, 0, 0, 0); line-height: 77px;}
#header .header_wrap .gnb ul li a{font-size: 1em; color: #fff;}
#header .header_wrap .gnb ul li:hover{border-bottom: 5px solid #111; box-sizing: border-box;}

#header .gnb_area{position: relative; width: 100%; height: 70px; background-color: none;}
#header .gnb_area .gnb_area_inner{display: flex; flex-direction: column; justify-content: center;}
#header .gnb_area ul{position: absolute; display: flex; left: 50%; top: 50%; transform: translate(-50%,-50%); display: none; justify-content: space-evenly; width: 60%;}
#header .gnb_area ul li::after{content: '| '; margin: 0 20px; color: #ccc;}
#header .gnb_area ul li:last-child::after{display: none;}
#header .gnb_area ul li a{height: 100%; line-height: 70px; border-bottom: 5px solid rgba(0, 0, 0, 0); line-height: 68px; color: #fff; font-size: 0.9em;}
#header .gnb_area ul li a:hover{border-bottom: 3px solid #111; box-sizing: border-box;}

.mob_gnb{position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 999; background-color: rgba(0,0,0,0.8); display: none;}
.mob_gnb .mob_gnb_menu{position: absolute; left: 50%; top: 100px; transform: translate(-50%, 0); display: block; width: 90%; max-width: 900px; height: auto;}
.mob_gnb .mob_gnb_menu>li{width: 100%; position: relative;}
.mob_gnb .mob_gnb_menu>li>a{display: block; line-height: 70px; text-align: center; color: #fff; font-size: 20px; font-weight: bold; transition-duration: 0.5s;}
.mob_gnb .mob_gnb_menu>li>a::after{content: ""; display: block; position: absolute; width: 0; height: 1px; background-color: #FFF; top: 70px; left: 50%; transform: translateX(-50%);  transition-duration: 0.5s;}
.mob_gnb .mob_gnb_menu>li>a:hover::after{width: 50%;}
.mob_gnb .mob_gnb_menu>li>a:focus::after{width: 50%;}
.mob_gnb .mob_gnb_menu>li>ul.mob_sub_gnb{ display: none; height: auto;}
.mob_gnb .mob_gnb_menu>li>ul a{display: block; line-height: 50px; text-align: center; 
    font-size: 16px;color: #fff; transition-duration: 0.5s;}
.mob_gnb .mob_gnb_menu>li>ul a:hover{background-color: #fff; color: #222;}
.mob_gnb .mob_gnb_menu>li>ul a:focus{background-color: #fff; color: #222;}



#footer{position: relative; background-color: #111; width: 100%; height: 400px; display: flex;}
#footer .footer_wrap{position: relative; width: 92%; max-width: 1440px; margin: 0 auto;}
#footer .footer_wrap h2{font-size: 32px; color: #fff; margin-top: 4%; margin-bottom: 5%;}
#footer .footer_wrap .footer_mid{position: relative; margin-bottom: 5%;}
#footer .footer_wrap .footer_mid li{font-size: 0.9em; color: #fff; line-height: 3em;}
#footer .footer_wrap .footer_mid li:first-child{margin-bottom: 2%;}
#footer .footer_wrap .footer_mid li:nth-child(2){display: flex; margin-bottom: 2%;}
#footer .footer_wrap .footer_mid li:nth-child(2) ul{margin-right: 50px;}
#footer .footer_wrap .footer_mid li p{font-size: 0.9em; color: #fff; line-height: 3em;}
#footer .footer_wrap .footer_mid li:last-child{display: flex;}
#footer .footer_wrap .footer_mid li:last-child a{margin-right: 15px;}
#footer .footer_wrap>p{font-size: 0.8em; color: #fff;}
}
/* tablet 세로 끝 */




/* mob 시작 */
@media screen and (max-width : 600px){
#header .gnb_area{display: none;}

    #header{position: absolute; width: 100%; height: 82px; border-bottom: 1px solid #ccc; z-index: 999;}
    #header .header_wrap{position: relative; width: 96%; margin: 0 auto; display: flex; justify-content: space-between; align-items: center;}
    #header .header_wrap .menu button{background: none; border: none; cursor: pointer;}
    #header .header_wrap .logo{width: 5%;}
    #header .header_wrap .logo h1 a{font-family: 'Pretendard-Regular'; font-size: 1.5em; line-height: 80px; color: #fff;}
    
    #header .header_wrap .util{width: 8%; margin-right: 10%; display: flex; }
    #header .header_wrap .util button{border: none; background: none; margin-right: 50%;}
    
    #header .header_wrap .gnb{position: relative; width: 50%; height: 100%; display: none;}
    #header .header_wrap .gnb ul{display: flex; justify-content: space-evenly;}
    #header .header_wrap .gnb ul li{ height: 100%; border-bottom: 5px solid rgba(0, 0, 0, 0); line-height: 77px;}
    #header .header_wrap .gnb ul li a{font-size: 1em; color: #fff;}
    #header .header_wrap .gnb ul li:hover{border-bottom: 5px solid #111; box-sizing: border-box;}
    
    #header .gnb_area{position: relative; width: 100%; height: 70px; background-color: none;}
    #header .gnb_area .gnb_area_inner{display: flex; flex-direction: column; justify-content: center;}
    #header .gnb_area ul{position: absolute; display: flex; left: 50%; top: 50%; transform: translate(-50%,-50%); display: none; justify-content: space-evenly; width: 60%;}
    #header .gnb_area ul li::after{content: '| '; margin: 0 20px; color: #ccc;}
    #header .gnb_area ul li:last-child::after{display: none;}
    #header .gnb_area ul li a{height: 100%; line-height: 70px; border-bottom: 5px solid rgba(0, 0, 0, 0); line-height: 68px; color: #fff; font-size: 0.9em;}
    #header .gnb_area ul li a:hover{border-bottom: 3px solid #111; box-sizing: border-box;}
    

    .mob_gnb{position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 999; background-color: rgba(0,0,0,0.8); display: none;}
    .mob_gnb .mob_gnb_menu{position: absolute; left: 50%; top: 100px; transform: translate(-50%, 0); display: block; width: 90%; max-width: 900px; height: auto;}
    .mob_gnb .mob_gnb_menu>li{width: 100%; position: relative;}
    .mob_gnb .mob_gnb_menu>li>a{display: block; line-height: 70px; text-align: center; color: #fff; font-size: 20px; font-weight: bold; transition-duration: 0.5s;}
    .mob_gnb .mob_gnb_menu>li>a::after{content: ""; display: block; position: absolute; width: 0; height: 1px; background-color: #FFF; top: 70px; left: 50%; transform: translateX(-50%);  transition-duration: 0.5s;}
    .mob_gnb .mob_gnb_menu>li>a:hover::after{width: 50%;}
    .mob_gnb .mob_gnb_menu>li>a:focus::after{width: 50%;}
    .mob_gnb .mob_gnb_menu>li>ul.mob_sub_gnb{ display: none; height: auto;}
    .mob_gnb .mob_gnb_menu>li>ul a{display: block; line-height: 50px; text-align: center; 
        font-size: 16px;color: #fff; transition-duration: 0.5s;}
    .mob_gnb .mob_gnb_menu>li>ul a:hover{background-color: #fff; color: #222;}
    .mob_gnb .mob_gnb_menu>li>ul a:focus{background-color: #fff; color: #222;}
    
    
    #footer{position: relative; background-color: #111; width: 100%; height: 400px; display: flex;}
    #footer .footer_wrap{position: relative; width: 96%; max-width: 1440px; margin: 0 auto;}
    #footer .footer_wrap h2{font-size: 28px; color: #fff; margin-top: 4%; margin-bottom: 5%;}
    #footer .footer_wrap .footer_mid{position: relative; margin-bottom: 10%;}
    #footer .footer_wrap .footer_mid li{font-size: 0.9em; color: #fff; line-height: 3em;}
    #footer .footer_wrap .footer_mid li:first-child{margin-bottom: 4%;}
    #footer .footer_wrap .footer_mid li:nth-child(2){display: flex; margin-bottom: 4%;}
    #footer .footer_wrap .footer_mid li:nth-child(2) ul{margin-right: 50px;}
    #footer .footer_wrap .footer_mid li p{font-size: 0.9em; color: #fff; line-height: 1.5em;}
    #footer .footer_wrap .footer_mid li:last-child{display: flex;}
    #footer .footer_wrap .footer_mid li:last-child a{margin-right: 15px;}
    #footer .footer_wrap>p{font-size: 0.7em; color: #fff;}
    }
    /* mob 끝 */

    #header .header_wrap .gnb ul li a.color{color:#f75651;}
    .mob_gnb .mob_gnb_menu>li>ul a.color{color:#f75651;}