@charset "utf-8";

/*s ====기본화면 모바일 기준====*/

#cont_in{
    text-align: center;
    padding: 138px 0 60px 0;
}

.text_box{	
    margin-top: 40px;
}
.text_box img{
    width: 100%;
    height: auto;
}

.tit{
    color: #3d3d3d;
}
.tit h1{
    font-size: 42px;
    line-height: 1.2em;
	margin: 0 auto 14px auto;
	width:120px;
}
.tit h3{
	margin-top:20px;
    margin-bottom: 32px;
    font-size: 15px;
    font-weight: 600;
}

.tt{
    font-size: 12px;
    line-height: 1.6em;
    padding: 0 20px;
    box-sizing: border-box;
}
.tt2{
	margin-bottom:20px;
}
.tt2 br{display:none;}
.tt span{
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 800;
    color: #f29600;
	margin-top:30px;
}

.frame{
	margin: 0 auto;
}
.frame img{
	display:block;
	width:100%;
	height:100%;
	object-fit:contain;
}
.frame.logo01{
	width:100px;
	margin-top:25px;
}
.frame.logo02{
	width:180px;
	margin-top:20px;
}


#footer{
    border-top: 1px solid #d9d9d9;
}

/*e ====기본화면 모바일 기준====*/



/*s ====PC화면====*/

@media screen and (min-width:600px){

    /*s===COMMON===*/
    #headre{
        border-bottom: 1px solid #d9d9d9;
    }
    #footer{
        border-top: 1px solid #d9d9d9;
		margin-top:0;
    }
    /*e===COMMON===*/


    #cont_in{
        padding: 72px 0 90px 0;
    }
    .tit h1{
        font-size: 48px;
		width:140px;
    }
	.tit h1 img{
		width:100%;
		height:auto;
	}
    .tit h3{
		margin-top:10px;
        font-size: 18px;
    }
    .tt{
        padding: 0;
        font-size: 14px;
    }
	.tt2{
		margin-bottom:15px;
	}
	.tt2 br{display:block;}

	.frame.logo01{
		width:120px;
		margin-top:40px;
	}
	.frame.logo02{
		width:200px;		
		margin-top:30px;
	}
    
} /*1200px끝*/

/*e ====PC화면====*/