@charset "UTF-8";

/*--------------------------------------------------
**************************************************
  Mission
**************************************************
--------------------------------------------------*/
#page_title {
	position: relative;
    padding: 80px 0 30px 0;
}
#page_title::before{
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    left: 0;
    right: -200px;
    bottom: -53px;
    margin: 0 auto;
    background: url(../imgs/top/mission.png) no-repeat top right;
    background-size: 60%;
}
#page_contents .cont_inner{
	position: relative;
	background: #ffffff;
	width: calc(100% - 20px);
	padding: 30px 10px 0px 10px;
    border-radius: 14px;
	margin: 0 auto;
}
#page_contents .cont_inner h4 {
    font-size: 14px;
    padding: 10px 10px 10px 20px;
    border-left: 5px solid #f7c666;
    background: #fcf7e7;
}
#page_contents .cont_inner .main_cont br {
    display: none;
}
#page_contents .cont_inner .main_cont {
    padding-bottom: 20px;
    margin-bottom: 30px;
}
@media (max-width: 400px) {
    #page_title::before{
        right: -150px;
    }
}