@media (max-width: 960px) {
	.sinmungo {
		padding: 40px 20px;
	}
	.sinmungo h3 {
		margin: 0;
		font-size: 32px;
		color: #2f2f2f;
		font-family: "Noto Sans KR", sans-serif;
		font-weight: bold;
	}
	.sinmungo h4 {
		margin: 0;
		font-size: 28px;
		color: #000;
		font-family: "Noto Sans KR", sans-serif;
		font-weight: bold;
	}
	.sinmungo h5 {
		margin: 0 0 8px 0;
		font-size: 20px;
		color: #222;
		font-family: "Noto Sans KR", sans-serif;
		font-weight: bold;
	}
	.sinmungo p {
		color: #666;
		font-size: 16px;
		line-height: 24px;
		margin: 34px 0 0 0;
	}
	.sinmungo dt {
		margin: 48px 0 22px 0;
		padding: 0 0 8px 0;
		display: inline-block;
		font-size: 20px;
		color: #000;
		font-family: "Noto Sans KR", sans-serif;
		font-weight: bold;
		border-bottom: 5px solid #000;
	}
	.sinmungo dd {
		color: #333;
		font-size: 14px;
	}
	.sinmungo dd.graph {
		text-align: center;
		margin: 30px 0 0 0;
	}
	.sinmungo dd.graph img {
		max-width: 100%;
	}
	.singo-bar {
		width :100%;
		margin: 18px 0 0 0;
	}
	.singo textarea {
		width: 100%;
		height: 560px;
	}
	.singo-item {
		width: 33.333333333%;
		height: 54px;
		border: 0;
		float: left;
		font-size: 12px;
		line-height: 14px;
		color: #333333;
		border: 1px solid #aaaaaa;
		font-weight: bold;
	}
	.singo-item:nth-child(2){
		width: 33.333333333%;
		border-left: 0;
		border-right: 0;
	}
	.singo-item.blue {
		background: #00145a;
		color: #fff;
		border: 1px solid #00145a;
		font-weight: bold;
	}
	.singo-item.blue span {
		background: #00145a;
		color: #fff;
		border: 1px solid #00145a;
		font-weight: bold;
	}
	.singo-privacy {
		border: 1px solid #aaaaaa;
		width: 100%;
		margin: 0;
		list-style: none;
	}
	.singo-privacy li {
		padding: 0 20px;
		background: #fff;
		font-size: 12px;
		color: #222;
	}
	.singo-privacy li:first-child {
		background: #f9f9f9;
		padding: 12px;
		height: 140px;
		overflow-y: auto;
	}
	.singo-privacy li:nth-child(2) {
		border-top: 1px solid #aaaaaa;
		height: 59px;
	}
	.singo-privacy li:nth-child(3) {
		border-top: 1px solid #aaaaaa;
		height: 76px;
	}
	.singo-privacy span {
		float: left;
		width: calc(100% - 80px);
		display: inline-block;
	    line-height: 16px;
	    margin-top: 12px;
	}
	.singo-privacy li button {
		width: 65px;
		height: 59px;
		float: right;
		background: url(/images/sinmungo/btn-agree.png) no-repeat center center;
	}
	.singo-privacy li button.active {
		background: url(/images/sinmungo/btn-agree-checked.png) no-repeat center center;
	}
	.btn-singo-area {
		padding: 0 20px 56px 20px;
		margin: auto;
	}
	.btn-singo-area li {
		margin: auto;
		padding: 0;
		text-align: center;
	}
	.btn-singo-area li:first-child {
		background: #DF0013;
		margin-bottom: 6px;
	}
	.btn-singo-area li:nth-child(2){
		background: #666666;
	}	
	.sinmungo-center {
		margin-left: 0;
		/*padding-left: 30px;*/
		/*background: url(/images/sinmungo/icon-singo.png) no-repeat left center;*/
		color: #cd2b25;
		font-size: 12px;
	}
	.sinmungo-center.blue {
		color: #194490;
	}
	.writer {
	    font-size: 0.75em;
		background-image: none;
		color: #222;
		display: block;
		text-align: left;
	}
	.sinmungo_pop {
		position: relative;
	    max-width: 90%;
	    height: 520px;
	    background-color: #fff;
	    margin: 20px auto;
	    overflow-y: auto;
	}
	.detail_top_info {
		height: 70px;
		border-bottom: 1px solid #cfcece;
		line-height: 70px;
	}
	.detail_top_info .sinmungo_center {
		color: #194490;
		padding-left: 20px;
	}
	.detail_top_info .user_auth {
		color: #000;
		padding-left: 40px;
	}	
	.detail_top_info button {
		font-size: 0px;
	    width: 70px;
	    height: 70px;
	    background-image: url(/images/sub/btn_close_01.gif);
	    background-repeat: no-repeat;
	    background-position: 50% 50%;
	    position: absolute;
	    top: 0px;
	    right: 0px;
	    box-sizing: border-box;
	    border-left: 1px solid #cfcece;
	}
	.detail_contents {
		padding: 20px;
	}
	.detail_contents dt {
		margin: 0 0 13px 0;
		font-size: 18px;
		color: #222;
		line-height: 100%;
	}
	.detail_contents dd {
		width: auto;
		margin: 0;
	}
	.detail_title small {
		color: #999;
		display: inline-block;
	}
	.sms-box {
		border-bottom: 1px solid #cfcece;
		padding-bottom: 10px;
	}
	.sms-box label {
		display: inline-block;
		width: 70px;
		padding: 10px 0;
		font-size: 14px;
		font-weight: bold;
		color: #000;
	}
	#user_phone1 {
		width: 21%;
		height: 30px;
		border: 1px solid #aaa;
		background: #e1e1e1;
		color: #aaa;
		padding-left: 0;
		text-align: center;
	}
	#user_phone2, #user_phone3 {
		width: 21%;
		height: 30px;
		border: 1px solid #aaa;
		background: #e1e1e1;
		color: #aaa;
		padding-left: 0;
		margin-left: 1.7%;
		text-align: center;
	}
	input#auth_code {
		width: calc(100% - 110px);
		height: 30px;
		border: 1px solid #aaa;
		background: #e1e1e1;
		color: #aaa;
		padding-left: 0;
		text-align: center;
	}
	.auth-guide {
		margin: 12px 0;
	}
	.auth-guide li {
		margin-left: 0;
		color: #333333;
	}
	.btn-area {
		margin: 35px 0;
		text-align: center;
	}
	.btn-area img {
		margin: 0 5px;
		cursor: pointer;
	}		
}
@media (min-width: 961px) {
	.sinmungo {
		padding: 62px 28px;
	}
	.sinmungo h3 {
		margin: 0;
		font-size: 32px;
		color: #2f2f2f;
		font-family: "Noto Sans KR", sans-serif;
		font-weight: bold;
	}
	.sinmungo h4 {
		margin: 0;
		font-size: 28px;
		color: #000;
		font-family: "Noto Sans KR", sans-serif;
		font-weight: bold;
	}
	.sinmungo h5 {
		margin: 0 0 8px 0;
		font-size: 20px;
		color: #222;
		font-family: "Noto Sans KR", sans-serif;
		font-weight: bold;
	}
	.sinmungo p {
		color: #666;
		font-size: 16px;
		line-height: 24px;
		margin: 34px 0 0 0;
	}
	.sinmungo dt {
		margin: 48px 0 22px 0;
		padding: 0 0 8px 0;
		display: inline-block;
		font-size: 20px;
		color: #000;
		font-family: "Noto Sans KR", sans-serif;
		font-weight: bold;
		border-bottom: 5px solid #000;
	}
	.sinmungo dd {
		color: #333;
	}
	.sinmungo dd.graph {
		text-align: center;
		margin: 30px 0 0 0;
	}
	.sinmungo dd.graph img {
		max-width: 100%;
	}
	.singo-bar {
		width :100%;
		margin: 18px 0 0 0;
	}
	.singo textarea {
		width: 100%;
		height: 560px;
	}
	.singo-item {
		width: 372px;
		height: 78px;
		border: 0;
		float: left;
		font-size: 18px;
		line-height: 78px;
		color: #333333;
		border: 1px solid #aaaaaa;
		font-weight: bold;
	}
	.singo-item:nth-child(2){
		width: 374px;
		border-left: 0;
		border-right: 0;
	}
	.singo-item.blue {
		background: #00145a;
		color: #fff;
		border: 1px solid #00145a;
		font-weight: bold;
	}
	.singo-item.blue span {
		background: #00145a;
		color: #fff;
		border: 1px solid #00145a;
		font-weight: bold;
	}
	.singo-privacy {
		border: 1px solid #aaaaaa;
		width: 100%;
		margin: 0;
		list-style: none;
	}
	.singo-privacy li {
		padding: 0 20px;
		background: #fff;
		font-size: 16px;
		color: #222;
	}
	.singo-privacy li:first-child {
		background: #f9f9f9;
		padding: 32px 40px;
		height: 140px;
		overflow-y: auto;
	}
	.singo-privacy li:nth-child(2) {
		border-top: 1px solid #aaaaaa;
		height: 58px;
	}
	.singo-privacy li:nth-child(3) {
		border-top: 1px solid #aaaaaa;
		height: 58px;
	}
	.singo-privacy span {
		float: left;
		width: 80%;
		display: inline-block;
	    line-height: 56px;
	}
	.singo-privacy li button {
		width: 65px;
		height: 59px;
		float: right;
		background: url(/images/sinmungo/btn-agree.png) no-repeat center center;
	}
	.singo-privacy li button.active {
		background: url(/images/sinmungo/btn-agree-checked.png) no-repeat center center;
	}
	.btn-singo-area {
		display: table;
		margin: auto;
		padding-bottom: 56px;
	}
	.btn-singo-area li {
		display: table-cell;
		margin: auto;
		padding: 0 10px;
	}	
	.sinmungo-center {
		margin-left: 43px;
		/*padding-left: 30px;*/
		/*background: url(/images/sinmungo/icon-singo.png) no-repeat left center;*/
		color: #cd2b25;
		font-size: 12px;
	}
	.sinmungo-center.blue {
		color: #194490;
	}
	.writer {
		position: absolute;
	    right: 30px;
	    font-size: 0.75em;
	    padding-left: 22px;
	    text-align: left;
		background-image: none;
		color: #E6002D;
	}
	.sinmungo_pop {
		position: relative;
	    max-width: 720px;
	    height: 520px;
	    background-color: #fff;
	    margin: 20px auto;
	    overflow-y: auto;
	}
	.detail_top_info {
		height: 70px;
		border-bottom: 1px solid #cfcece;
		line-height: 70px;
	}
	.detail_top_info .sinmungo_center {
		color: #194490;
		padding-left: 30px;
	}
	.detail_top_info .user_auth {
		color: #000;
		padding-left: 40px;
	}	
	.detail_top_info button {
		font-size: 0px;
	    width: 70px;
	    height: 70px;
	    background-image: url(/images/sub/btn_close_01.gif);
	    background-repeat: no-repeat;
	    background-position: 50% 50%;
	    position: absolute;
	    top: 0px;
	    right: 0px;
	    box-sizing: border-box;
	    border-left: 1px solid #cfcece;
	}
	.detail_contents {
		padding: 30px;
		overflow: hidden;
	}
	.detail_contents dl {
		margin: 10px;
	}
	.detail_contents dt {
		float: left;
		width: 130px;
		margin: 0 0 13px 0;
		font-size: 22px;
		color: #222;
		line-height: 100%;
	}
	.detail_contents dd {
		float: left;
		width: auto;
		margin: 0;
	}		
	.sms-box {
		border-bottom: 1px solid #cfcece;
		padding-bottom: 40px;
	}
	.sms-box label {
		display: inline-block;
		width: 108px;
		padding: 10px 0 10px 50px;
		font-size: 18px;
		font-weight: bold;
		color: #000;
		text-align: center;
	}
	.user_phone input {
		width: 130px;
		height: 54px;
		border: 1px solid #aaa;
		background: #e1e1e1;
		color: #aaa;
		padding-left: 0;
		text-align: center;
		font-size: 16pt;
	}
	#user_phone2, #user_phone3 {
		margin-left: 22px;
		text-align: center;
	}
	input#auth_code {
		width: 438px;
		height: 54px;
		border: 1px solid #aaa;
		background: #e1e1e1;
		color: #aaa;
		padding-left: 0;
		text-align: center;
		font-size: 16pt;
	}
	.auth-guide {
		margin: 12px 0;
	}
	.auth-guide li {
		margin-left: 60px;
		color: #333333;
	}
	.btn-area {
		margin: 35px 0;
		text-align: center;
	}
	.btn-area img {
		margin: 0 5px;
		cursor: pointer;
	}
}