#how_to_stop_page { width:100%; padding:50px 20px; box-sizing:border-box; }
#how_to_stop_page .stop_top { max-width:1200px; margin:0 auto 30px auto; }
#how_to_stop_page .stop_box { max-width:1200px; margin:0 auto 25px auto; }

#how_to_stop_page h1 { font-size:28px; margin-bottom:10px; }
#how_to_stop_page h2 { font-size:18px; margin-bottom:10px; }

#how_to_stop_page p { font-size:14px; line-height:1.7; }
#how_to_stop_page ul { padding-left:20px; }
#how_to_stop_page ul li { font-size:14px; line-height:1.7; }

@media (max-width:768px) {
#how_to_stop_page { padding:30px 10px; }
#how_to_stop_page h1 { font-size:20px; }
#how_to_stop_page h2 { font-size:15px; }
#how_to_stop_page p, #how_to_stop_page ul li { font-size:13px; }
}


#self_test_page { width:100%; padding:50px 20px; box-sizing:border-box; }
#self_test_page .test_top { max-width:1200px; margin:0 auto 30px auto; }
#self_test_page .test_box { max-width:1200px; margin:0 auto 25px auto; }

#self_test_page h1 { font-size:28px; margin-bottom:10px; }
#self_test_page h2 { font-size:18px; margin-bottom:10px; }

#self_test_page p { font-size:14px; line-height:1.7; }

/* ¸®½ºÆ® */
.test_list { padding:0; margin:0; }
.test_list li { list-style:none; margin-bottom:10px; font-size:14px; }

.test_list input { margin-right:8px; }

/* ¹öÆ° */
.test_result { margin-top:15px; }
.test_result button {
	padding:10px 20px;
	background:#ff7800;
	color:#fff;
	border:none;
	cursor:pointer;
}

@media (max-width:768px) {
#self_test_page { padding:30px 10px; }
#self_test_page h1 { font-size:20px; }
#self_test_page h2 { font-size:15px; }
#self_test_page p, #self_test_page ul li { font-size:13px; }
}


#counseling_page { width:100%; padding:50px 20px; box-sizing:border-box; }
#counseling_page .counseling_top { max-width:1200px; margin:0 auto 30px auto; }
#counseling_page .counseling_box { max-width:1200px; margin:0 auto 25px auto; }

#counseling_page h1 { font-size:28px; margin-bottom:10px; }
#counseling_page h2 { font-size:18px; margin-bottom:10px; }

#counseling_page p { font-size:14px; line-height:1.7; }
#counseling_page ul { padding-left:20px; }
#counseling_page ul li { font-size:14px; line-height:1.7; }

@media (max-width:768px) {
#counseling_page { padding:30px 10px; }
#counseling_page h1 { font-size:20px; }
#counseling_page h2 { font-size:15px; }
#counseling_page p, #counseling_page ul li { font-size:13px; }
}



#alternative_page { width:100%; padding:50px 20px; box-sizing:border-box; }
#alternative_page .alt_top { max-width:1200px; margin:0 auto 30px auto; }
#alternative_page .alt_box { max-width:1200px; margin:0 auto 25px auto; }

#alternative_page h1 { font-size:28px; margin-bottom:10px; }
#alternative_page h2 { font-size:18px; margin-bottom:10px; }

#alternative_page p { font-size:14px; line-height:1.7; }
#alternative_page ul { padding-left:20px; }
#alternative_page ul li { font-size:14px; line-height:1.7; }

@media (max-width:768px) {
#alternative_page { padding:30px 10px; }
#alternative_page h1 { font-size:20px; }
#alternative_page h2 { font-size:15px; }
#alternative_page p, #alternative_page ul li { font-size:13px; }
}

