/* 모바일 480 ******************************************************************************************************** */


@media screen and (max-width: 480px) {

    html {
        font-size: 64%;
    }
   
    .main_bg {
        height: auto;
    }
    .header {
        width: 100%;
        height: auto;
        padding: 22px 0 20px 0;
        z-index: 3;
    }    
    .fixed .header {
        height: auto;
    }    
    .header .row {
        margin:0 auto;
        width: calc(100% - 48px);
    }
    .header h1 img {
        height: 47px;
        width: 151.88px;
    }
    .visual {
        height: auto;
        padding-top: 24px;
        padding-left: 40px;        
    }
    #visual_board {
        padding: 15px 0 13px 16px;
        background-color: #fff;
    }     
    #visual_box {
        margin-top: 15px;
        margin-bottom: 68px;
    }    
    .visual_row {
        margin: 0 0 5px 0;
    }
    .visul_bbs_tit img {
        height: 17px;
    }
    .visul_bbs_desc {
        font-size: 1.35rem;
        padding-left: 19px;
    }    
    .top_txt2 {
        line-height: normal;
    }    
    .top_txt3_l img {
        height: 18px;
    }

    .middle {
        padding: 13px 0 30px 0;
        width: calc(100% - 34px);
    }
 
    #mid_top {
        padding: 20px 0 13px;
    }
    #mid_top img {
        height: 23px;
    }

    .contents {
        margin-bottom: 34px;
    }

    .cont_wrapper {
        margin: 0 auto;
        width: calc(100% - 34px);
        min-width: auto;
        box-sizing: border-box;
    }
    .cont_tit, .cont_price, .cont_btn {
        padding:8px 0 8px 0;
    }
    .cont_desc, .cont_esc {
        padding: 6px 0 6px 0;
    }
    .cont_ft_box {
        padding: 18px 0 18px 0;
        height: auto;
    }
    .cont_ft_name {
        padding-bottom: 4px;
    }
    .cont_ft_btn {
        width: 65px;
        height: 23px;
        margin-top: auto;
        margin-left: auto;
        padding: 3px 0 3px;
    }
    .cont_pad_big {
        padding-top: 6px !important;
    }
    .cont_foot {
        margin-top: 12px;
    }
    .cont_foot_box2 {
        margin-top: 10px;
    }
    .cont_foot_box1 .cont_ft_box:nth-child(-n+2) {
        margin-right: 12px;
    }
    .cont_foot_box2 .cont_ft_box:nth-child(1) {
        margin-right: 12px;
    }    
    .cont_foot_box2 .cont_ft_box {
        float: left;
        width: calc( (100% - 12px) / 2 );
    }
    .cont_foot_box1 .cont_ft_box {
        float: left;
        width: calc( (100% - 24px) / 3 );
    }

    .cont_pad_big {
        padding:8px 0 8px 0;
    }
    #foot_logo img {
        height:31px;
        width: auto;
    }
    .foot_com_phone {
        margin-top:-5px;
    }
    #foot_company {
        padding: 1.25rem 0 3rem 1.75rem;
    }
    .foot_com_row {
        padding-top: 10px;
    }
    #foot {
        height: 19.25rem;
    }



    /** side menu  **/

    #side_open img { height: 26px;}

    #side_menu .side_close {
        right: 360px;
    }
    #side_menu .side_wr {
        width: 341px;
    }    
    .side_top img {
        height: 65px;
    }
    .side_top {
        margin: 0 auto;
        padding: 36px 70px;
        border-bottom: 1px solid #d0d0d0;
    }
    .menu_list li {
        border-bottom: 1px solid #d0d0d0;
        position: relative;
        font-size: 1.4rem;
        padding: 15px 25px;
    }

	.menu_list li a {
		display: inline-block;
		width: 100%;
		white-space: nowrap;
        padding: 0 10px;
        line-height: 40px;
        font-size: 1.875rem;
        color:#000;
	}
	.menu_list li.add_menu a {
		width: 85%;
	}

    .menu_list li a.li_close {
        width: 45px;
        font-size: 40px;
    }
    .li_sub {
        padding: 15px 25px;
        font-size: 1.875rem;
        border-bottom: 1px solid #d0d0d0;
    }
    .li_sub_cont li { 
        border:0;
        padding:5px 30px 5px 20px;      
        color: #909090;                      
    }
    .li_sub_head2 {
        margin-top: 30px;
    }
    .side_banner {
        width: calc(341px - 58px);
        margin:0 auto;
        padding-top:35px;
    }
    .side_banner2 {
        width: calc(341px - 58px);
        margin:0 auto;
        padding:40px 0 60px 0;
    }
    .sub_header .header {
        height: auto;
    }     
    .middle_ex {
        height: 27px;
    }



}