<!-- #15800 수정된 매직빌 메인창 css -->

/*공통소스*/
    @import url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/stylesheets/NotoSansKR-Hestia.css);

    @font-face {
        font-family: 'NotoSansKR';
        src: url('/fonts/NotoSansKR.eot');
        src: url('/fonts/NotoSansKR.eot?#iefix') format('embedded-opentype'),
            url('/fonts/NotoSansKR.svg#NotoSansKR') format('svg'),
            url('/fonts/NotoSansKR.ttf') format('truetype'),
            url('/fonts/NotoSansKR.woff') format('woff'),
            url('/fonts/NotoSansKR.woff2') format('woff2');
        src: local(※), url('/fonts/NotoSansKR.woff') format('woff');
    }
    
	{
        font-family: 'Noto Sans Korean', sans-serif, dotum, '돋움';
        font-size: 14px;
        line-height: 18px;
        color: #666;
        letter-spacing: -0.5px;
    }
    
    body {
        margin: 0 auto;
        background-color: #f5f6f7;
    }
    
    fieldset {
        border: none;
    }
    
    img {
        border: none;
        display: block;
    }
    
	ul li {
        list-style-type: none;
    }

    table,
    tr,
    td {
        border-collapse: collapse;
    }

    div, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, table, th, td, p, input, form, fieldset {
    	margin:0; padding:0; text-align:left;
    }
    
    body, div, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, table, th, td, p, b, strong, span, input {
    	font-family:'Noto Sans Korean', sans-serif, dotum, '돋움';
    	font-size:14px;
    	line-height:1;
    	color:#222;
    	font-weight:normal;
    	text-decoration: none;
    }

	a {
		font-family:'Noto Sans Korean', sans-serif, dotum, '돋움';
    	font-size:14px;
    	color:#222;
    	font-weight:normal;
    	text-decoration: none;
	}
	
    form {
        font-family: 'Noto Sans Korean', sans-serif, dotum, '돋움';
        font-size: 14px;
    }

    select {
        font-family: 'Noto Sans Korean', sans-serif, dotum, '돋움';
        font-size: 14px;
    }

    textarea {
        font-family: 'Noto Sans Korean', sans-serif, dotum, '돋움';
        font-size: 14px;
        border: 1px solid #cccccc;
        color: #666;
        overflow-y: auto;
        padding: 10px;
    }

    radio {
        border: none;
    }

    caption {
        display: none;
    }

    figcaption {
        display: none;
    }
/*공통소스END*/

/*매직빌 로그인*/
	#container a .btn_submit {
        background: #3468fa;
        width: 372px;
        margin-top: 14px;
        padding: 13px 0 15px;
        font-size: 18px;
        color: #fff;
        text-align: center;
        text-decoration: none;
    }
    
    .magicbill_login {
        padding-top: 120px;

    }

    .magicbill_login .box {
        width: 530px;
        padding: 80px 40px;
        background-color: #fff;
        margin: 0 auto;
		margin-bottom:150px;
    }
    
    .login_title {
        margin-bottom: 50px;
    }
   
    .loginForm {
        width: 372px;
        margin: 0 auto;
    }
    
    .login_write input {
        width: 360px;
        height: 48px;
        border: 1px solid #dadada;
        margin-bottom: 12px;
        padding: 0 0 2px 10px;
        font-size: 16px;
    }

    .login_write p.info_collect a {
        font-size: 13px;
        color: #777777;
        text-decoration: none;
    }

    img {
        display: block;
        margin: 0px auto;
    }
    
    footer {
        width: 100%;
        bottom: 0;
        border-top: 1px solid #ccc;
		background-color:#fff;
    }
    
    .footerTop {
        overflow: hidden;
        width: 1200px;
        margin: 0 auto;
    }
    
    .footer_left {
        float: left;
    }
    
    .footer_left ul {
        overflow: hidden;

    }

    .footer_left ul li {
        float: left;
        margin-right: 60px;
        height: 39px;
        line-height: 39px;
    }

    .footer_right {
        float: right;
    }
    
    .footer_right ul {
        overflow: hidden;
    }

    .footer_right ul li {
        float: right;
    }

    .footer_wrap {
        overflow: hidden;
        background-color: #58585a;
        height: 180px;
    }

    .footer_wrap_1 {
        width: 1200px;
        margin: 0 auto;
    }

	.footer_wrap_1 ul {
        overflow: hidden;
    }

    .footer_logo {
        float: left;
        margin-top: 33px;
        margin-right: 50px;
    }

    .footer_logo_3 {
        float: right;
        margin-top: 80px;
    }

    .footer_text {
        color: #aaa;
        margin-top: 30px;
        font-size: 12px;
        line-height: 22px;
		float:left;
    }

    .footer_text a {
        color: #aaa;
        margin-top: 30px;
        font-size: 12px;
        line-height: 22px;
    }