@charset "utf-8";


@media (max-width: 1024px) {

    .tab {
        display: inherit;
    }



    /*----------------------------------------------------
        head
    ----------------------------------------------------*/

    .head {
        padding-bottom: 0;
    }
    
    .main {
        width: 100%;
        margin: 0 auto;
    }

    .main img {
        width: 100%;
    }

    .headScroll img {
        width: 115px;
    }
    
    .mainOut::after {
        display: none;
    }




    /*----------------------------------------------------
        contents
    ----------------------------------------------------*/




    /*----------------------------------------------------
        index
    ----------------------------------------------------*/

    .indexConcept {
        width: 100%;
    }

    .indexNews {
        width: 100%;
    }

    .indexNews ul {
        margin: 65px 30px 0;
    }

    .indexSpecial ul {
        width: auto;
        margin: 70px 30px 0;
    }

    .indexSpecial ul li img {
        width: 90%;
    }



    /*----------------------------------------------------
        ipo
    ----------------------------------------------------*/

    .ipoIpo {
        width: auto;
        margin: 80px 30px 80px;
    }



	/*----------------------------------------------------
		member/securities_company
	----------------------------------------------------*/

	#securities_company ul {
		width: 90%;
	}



	/*----------------------------------------------------
		member/securities_company/detail
	----------------------------------------------------*/

	#securities_company_detail {
		background-image: none;
	}
	
	#securities_company_detail .contents {
		width: auto;
		margin: 80px 30px 0;
		}

            
}


