@charset "utf-8";

/* 헤더 */
#header { position:relative; width:100%; background:#fff; margin-bottom: 40px;}
#header .box_head { position: relative; max-width: 1200px; margin: 0 auto; padding: 30px 0; border-bottom: 4px solid #D53333; }
#header .box_head .wrap_logo { position: absolute; left: 0; top: 30px; z-index: 1; }
#header .box_head .wrap_logo .m { display: none; }
.gnb { 
    position: relative;       
}
.gnb ul.gnb_list {     
    display: flex;
    flex-wrap: nowrap;
    justify-content:center;        
    text-align: center;    
    font-size: 0;     
}
.gnb ul.gnb_list li { display:inline-block; height: 48px; margin: 0 40px; font-size:22px; font-weight: 400; line-height: 57px; }
.gnb ul.gnb_list li a { display: block; width: 100%; height: 100%; color:#111; }
.gnb ul.gnb_list li a.active { color:#CB2C2C; font-weight: 500; }
.gnb ul.gnb_list li a:hover {  color:#CB2C2C; font-weight: 500; text-decoration:none; }
#header .navi_sub { position: relative; max-width: 1200px; height: 50px; margin: 0 auto; border-bottom: 1px solid #707070; }
#header .navi_sub .list_tab { padding-top: 15px; }

/* 검색바 */
.btn_search .ico_search { overflow:hidden; display:block; position: absolute; right: 0; top: 48px; width: 25px; height: 25px; font-size:0; text-indent:-9999px; cursor: pointer; background: url(../images/ico_search_b.png) no-repeat 0 0 / 100%; }
.btn_search .bar_search { width:160px; position:absolute; right:25px; top:48px; overflow:hidden; z-index:9999; }
.wrap_search .inner_schall {height:25px; border-bottom:2px solid #222; border-right:0 none; }
.wrap_search .tf_keyword { width: calc(100% - 10px); height:24px; border:0 none; font-size:15px; font-weight: 300; line-height:25px; background-color:transparent; color:#222; vertical-align:top; -webkit-appearance:none; outline:0; letter-spacing:-1px; }
.wrap_search .tf_keyword::placeholder {color: #777;}
.wrap_search .tf_keyword:-ms-input-placeholder {color: #777;}
.wrap_search .tf_keyword::-ms-input-placeholder {color: #777;}
.wrap_search .box_search { position:relative; }
.wrap_search .box_search .btn_search { position: absolute; top:6px; right:0; z-index: 999; }

/* 컨텐츠 */
#wrap { width:100%; padding-bottom: 80px; clear:both; }
.section { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-wrap: wrap; justify-content: space-between; max-width: 1200px; margin: 0 auto;}
.section .content_l { overflow: hidden; box-sizing: border-box; width: calc( 100% - 300px ); padding-right: 40px; }
.section .content_r { overflow: hidden; width: 300px; }
.section .content_t { overflow: hidden; width: 100%; padding-bottom: 40px; }
.section.wid-100 { width: 100%; max-width: unset; padding: 70px 0; }
.section.view { max-width: 1024px; }
.section.view .content_l { padding-right: 50px; }

/* 푸터 */
#footer { overflow:hidden; border-top: 1px solid #EBEDF2; }
#footer .ft_white { padding: 20px 15px; }
#footer .ft_white .list_w { text-align: center; font-size: 0; }
#footer .ft_white .list_w li { display: inline-block; margin-right: 42px; font-size: 15px; font-weight: 300; line-height: 1.6; }
#footer .ft_white .list_w li:last-child { margin: 0; }
#footer .ft_white .list_w li:last-child a:hover { text-decoration: none; }
#footer .ft_white .list_w li a { color: #111; }
#footer .ft_black { padding: 30px 15px; background: #222; }
#footer .ft_black .list_b { text-align: center; font-size: 0; }
#footer .ft_black .list_b li { display: inline-block; margin-right: 15px; font-size: 13px; font-weight: 200; line-height: 1.4; color: #fff; }

.gnb ul.gnb_list li .menuHst{

	    font-size: 22px;
	    font-weight: 400;
	
    }
.list_tab .menuHst2{
	font-weight: 500;
	color: #D53333;
	font-size: 16px;
}


/* 더보기 */
#btn_more { 
    display: block;
    width: 100%;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 400;
    color: #111;
    border-top: 1px solid #707070;        
}
#btn_more .ico_arrow_b { 
    display: inline-block; 
    width: 17px; 
    height: 10px; 
    margin: 0 6px 1px 0;
    background: url(../images/ico_arw_red_b.png) no-repeat 0 0 / contain; 
}

/* 탑버튼 */
#myBtn {
    display: none; 
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 44px;
    height: 44px;
    font-size: 0;
    text-indent: -9999px;
    z-index: 99;
    border: none;
    outline: none;
    background:url(../images/btn_top.png) no-repeat 0 0 / contain;    
    cursor: pointer;    
}  

@media only screen and (max-width: 1200px) {
    #header .box_head, #header .navi_sub, #wrap .section { max-width: 980px; }
    
}

@media only screen and (max-width: 980px) { 
    .gnb ul.gnb_list li { margin-right: 45px; }
    #header .box_head, #header .navi_sub, #wrap .section { max-width: 768px; }    
    .section .content_l { width: 100%; padding-right: 0; }
    .section.view .content_l { padding-right: 0; }
    .section .content_r {  
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; 
        flex-wrap: wrap;
        justify-content: space-between;
        width: auto;
        padding-top: 40px;
    }
}

@media only screen and (max-width: 768px) {
    #myBtn { width: 40px; height: 40px; right: 15px; }
    #header { margin-bottom: 0; }
    #header .box_head { padding: 0; background: #D53333; border: none; }    
    #header .box_head .wrap_logo { top: 12px; left: 15px; width: 80px; height: 23px; }
    #header .box_head .wrap_logo img { width: 100%; height: auto; }
    #header .box_head .wrap_logo .pc { display: none; }
    #header .box_head .wrap_logo .m { display: block; }
    #btn_more { margin: 0; }
    #header .box_head, #wrap .section { max-width: 768px; margin: 0; }    
    #header .box_head .wrap_naviBar { 
        height: 48px; 
        margin-left: 77px; 
        border-radius: 24px 0 0 24px;
    }
    #header .navi_sub { height: 45px; }
    #header .navi_sub .list_tab { padding: 15px 0 0 15px; }
    .gnb { box-sizing: border-box; height: 50px; padding-top: 8px; }
    .gnb ul.gnb_list { padding-left: 14%; }        
    .gnb ul.gnb_list li {         
        height: 36px; 
        margin: 0; 
        padding: 0 4%; 
        font-size: 18px; 
        font-weight: 400; 
        line-height: 36px; 
    }    
    .gnb ul.gnb_list li:first-child { display: none; }
    .gnb ul.gnb_list li a { position: relative; color: #fff; }
    .gnb ul.gnb_list li a:hover { color: #111; }
    .gnb ul.gnb_list li a.active { color: #111; }
    .gnb ul.gnb_list li a.active::before { 
        content: ''; 
        display: block;
        position: absolute; 
        left: 0; 
        right: 0; 
        bottom: 3px; 
        height: 2px; 
        background: #111; 
    }    
    .btn_search .ico_search { 
        top: 15px; 
        right: 15px; 
        width: 22px; 
        height: 22px; 
        background: url(../images/ico_search_w.png) no-repeat 0 0 / 100%;
    }
    .ico_close { 
        top: -15px; 
        right: -15px; 
        width: 36px; 
        height: 48px; 
        background: #fff url(../images/ico_close.png) no-repeat 10px center / 16px;
        z-index: 99999;
    }    
    .ico_close::after { 
        content: ''; 
        display: block; 
        position: absolute;
        width: 4px;         
        top: 0; 
        bottom: 0; 
        left: 0;
        background: #5682d2; 
        border-radius: 0 3px 3px 0;
    }
    .wrap_naviBar .btn_search { top: 15px; right: 15px; z-index: 999; }
    .wrap_search { margin: 0 15px; }
    .wrap_search .btn_sch { width: 21px; height: 19px; }
    .wrap_search .box_search { padding: 0 35px 0 0; }
    .wrap_search .box_search .btn_search { top: 8px; right: 0; width: 22px; height: 22px; }
    .wrap_search .ico_search { top: 0; right: 0; background: url(../images/ico_search_b.png) no-repeat 0 0 / 100%; }
    .wrap_search .inner_schall { height: 36px; margin-top: 4px; border: none; }
    #header .bar_search { width: 100%; height: 45px; top: 50px; right: 0; background: #fff; border-bottom: 1px solid #707070; }
    #wrap { padding-bottom: 0; }
    .wrap_search .tf_keyword { height: 37px; font-size: 16px; }
    .section .content_r { display: none; }
    .section.sub .content_r { display: block; padding-top: 20px; border-top: 9px solid #eee; }
    #footer .ft_white { padding: 15px; }
    #footer .ft_white .list_w { text-align: left; }    
    #footer .ft_white .list_w li { margin-right: 18px; font-size: 12px; font-weight: 400; }
    #footer .ft_white .list_w li:last-child { font-weight: 200; }
    #footer .ft_black { padding: 15px; }
    #footer .ft_black .list_b { text-align: left; }
    #footer .ft_black .list_b li { font-size: 11px; }
    #footer .ft_black .list_b li a { color: #fff; }

	.gnb ul.gnb_list li .menuHst{
	    font-size: 18px;
	    font-weight: 400;
	  
		}

	.list_tab .menuHst2{
   		font-weight: 500;
	    color: #D53333;
	    font-size: 16px;
	 }

}

