@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;200;300;400;500;600;700;800;900&display=swap');

.sub_wrap {
	background-color: var(--color-lightgreen); 
	height: 100%;
}

/*페이저 공통*/
.pg_wrap {
	margin-top: 30px;
}

.pg_wrap .pg_page {
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pg_wrap .pg_arrow.pg_page {
	position: relative;
	width: 25px;
}

.pg_wrap .pg_arrow::before {
	content: "";
	display: inline-block;
}

.pg_wrap .pg_start::before {
	background: url('../img/sub/board_two_arrow.png') no-repeat 50% 50% / contain;
	width: 11px; 
	height: 11px;
}

.pg_wrap .pg_prev::before {
	background: url('../img/sub/board_one_arrow.png') no-repeat 50% 50% / contain;
	width: 7px; 
	height: 11px;
}

.pg_wrap .pg_end::before {
	background: url('../img/sub/board_two_arrow.png') no-repeat 50% 50% / contain;
	width: 11px; 
	height: 11px;
	transform: rotate(180deg);
}

.pg_wrap .pg_next::before {
	background: url('../img/sub/board_one_arrow.png') no-repeat 50% 50% / contain;
	width: 7px; 
	height: 11px;
	transform: rotate(180deg);
}

.pg_wrap .pg_page_num {
	background: #f9f9f9;
	color: #aaa;
	border-radius: 50px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0 3px;
}

.pg_wrap .pg_current.pg_page_num {
	background: var(--color-green) !important;
	color: #fff !important;
	border-color: var(--color-green) !important;
}

.sub_title_wrap {
	padding-top: 100px;
	align-items: baseline;
}

.sub_heading {
	font-size: 3.0rem; 
	font-weight: 600;
	padding-left: 35px; 
	position: relative;
	font-family: 'KoPubWorldDotum';
}

.sub_heading::before {
	content: ""; 
	display: inline-block; 
	position: absolute; 
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url('../img/sub/sub_title_icon_counsel.png') no-repeat 50% 50% / contain;
	width: 35px;
	height: 35px;
}

.sub_breadcrumbs span {
	font-size: 1.5rem;
	font-weight: 500;
}

.sub_breadcrumbs .breadcrumbs_bar {
	display: inline-block;
	padding: 0 5px;
}

.heading_detail {
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1.4;
	word-break: keep-all;
	padding-bottom: 25px;
	font-family: 'KoPubWorldDotum';
}

.sub_content {padding: 75px 0 120px;}

.sub_content * {
	font-family: 'KoPubWorldDotum';
}

.sub_content section + section {
	margin-top: 55px;
}

.section_intro01 {padding-bottom: 20px;}

.section_intro01 .dfbox > div {
	width: 47.5%;
}

.section_intro01 .img_wrap {
	position: relative;
}

.section_intro01 .img_wrap img {
	width: 100%;
}

.section_intro01 .img_insert_text {
	position: absolute;
	top: 16%;
	left: 11%;
	font-size: 4.0rem;
	font-weight: 800;
	line-height: 1.35;
}

.sub_content .intro_title {
	font-size: 4.3rem;
	font-weight: 800;
	margin-bottom: 20px;
	line-height: 1.35;
}

.sub_content .paragraph p {
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 1.5;
	word-break: keep-all;
	font-family: 'KoPubWorldDotum';
	letter-spacing: -0.8px;
}

.sub_content .paragraph p.f_20 {
	font-size: 2.0rem;
}

.sub_content .paragraph p.bold {
	font-weight: 800;
}

.sub_content .paragraph p + p {
	margin-top: 30px;
}

.section_title {
	font-size: 2.5rem;
	font-weight: 800;
	padding-bottom: 30px;
}

.section_title.big {
	font-size: 3.0rem;
}

.section_title.thin {
	font-weight: 400;
}

.intro_offer_list li {
	width: 15.8333%;
	text-align: center;
}

.intro_offer_list .white_box {
	padding: 20px 0 28px;
	border-radius: 40px;
	border: 1px solid #eee;
}

.intro_offer_list .intro_offer_title {
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 1.2;
	position: relative;
	padding-top: 92px;
	text-align: center;
	font-family: 'KoPubWorldDotum';
}

.intro_offer_list .intro_offer_title::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	width: 80px; height: 80px;

}

.intro_offer_list li:nth-child(1) .intro_offer_title::before {
	background-image: url('../img/sub/oasims_intro_icon01.png');
}

.intro_offer_list li:nth-child(2) .intro_offer_title::before {
	background-image: url('../img/sub/oasims_intro_icon02.png');
}

.intro_offer_list li:nth-child(3) .intro_offer_title::before {
	background-image: url('../img/sub/oasims_intro_icon03.png');
}

.intro_offer_list li:nth-child(4) .intro_offer_title::before {
	background-image: url('../img/sub/oasims_intro_icon04.png');
}

.intro_offer_list li:nth-child(5) .intro_offer_title::before {
	background-image: url('../img/sub/oasims_intro_icon05.png');
}

.intro_offer_list li:nth-child(6) .intro_offer_title::before {
	background-image: url('../img/sub/oasims_intro_icon06.png');
}

/*상담소개*/
.counsel_content .white_box,
.service_content .white_box,
.myoasims_content .white_box {
	padding: 35px 40px;
	border: 1px solid #eee;
}

.type_list > li + li {
	margin-top: 30px;
}

.box_numtitle {
	font-family: 'NanumSquareNeo';
	font-size: 2.0rem;
	font-weight: 800;
	margin-bottom: 20px;
	line-height: 1.4em;
	letter-spacing: -1px;
}

.lightgreen_box {
	background: #f0f6f5;
}

.counsel_content .lightgreen_box {
	padding: 25px 30px;
	margin-top: 30px;
}

.lightgreen_box.br20 {
	border-radius: 20px;
}

.counsel_content .paragraph p {
	font-size: 1.8rem;
	letter-spacing: -0.5px;
}

.dash_list li {
	font-size: 1.7rem;
	color: #666;
	font-family: 'KoPubWorldDotum';
	position: relative;
	padding-left: 15px;
	line-height: 2;
}

.dash_list li::before {
	content: "–";
	font-size: inherit;
	color: inherit;
	position: absolute;
	left: 0;
}

.psychology_test_type + .psychology_test_type {
	margin-top: 50px;
}

.psychology_test_type .table_title {
	display: flex;
	align-items: center;
	font-size: 2.5rem;
	font-weight: 800;
	letter-spacing: -1px;
	position: relative;
	margin-bottom: 15px;
}

.psychology_test_type .table_title::before {
	content: "";
	display: inline-block;
	width: 45px;
	height: 45px;
}

.psychology_test_type:nth-child(1) .table_title::before {
	background: url('../img/sub/psy_test_icon00.png') no-repeat 50% 50% / contain;
}

.psychology_test_type:nth-child(2) .table_title::before {
	background: url('../img/sub/psy_test_icon01.png') no-repeat 50% 50% / contain;
}

.psychology_test_type:nth-child(3) .table_title::before {
	background: url('../img/sub/psy_test_icon02.png') no-repeat 50% 50% / contain;
}

.psychology_test_type:nth-child(4) .table_title::before {
	background: url('../img/sub/psy_test_icon03.png') no-repeat 50% 50% / contain;
}

.psychology_test_type:nth-child(5) .table_title::before {
	background: url('../img/sub/psy_test_icon04.png') no-repeat 50% 50% / contain;
}

.psychology_test_type:nth-child(6) .table_title::before {
	background: url('../img/sub/psy_test_icon05.png') no-repeat 50% 50% / contain;
}

.sub_content .psychology_test_type table {
	width: 100%;
	border-collapse: collapse;
}

.sub_content .psychology_test_type table th, 
.sub_content .psychology_test_type table td {
	font-size: 1.7rem;
	padding: 20px 10px;
	text-align: center;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	vertical-align: middle;
}

.sub_content .psychology_test_type table th {
	color: #fff;
	font-weight: 600;
	background-color: #91c0b5;
}

.sub_content .psychology_test_type table td {
	color: #666;
	background-color: #fff;
}

.sub_content .psychology_test_type table tr:last-child td {
	border-bottom: 1px solid #eee;
}

.faq .counsel_content .white_box {
	margin-bottom: 80px;
}

.faq .accordion_item + .accordion_item {
	margin-top: 20px;
}

.faq .accordion_title {
	padding: 25px;
	background-color: #f0f6f5;
	border-top: 2px solid var(--color-green);
	cursor: pointer;
	position: relative;
}

.faq .accordion_title::after {
	content: "";
	display: inline-block;
	background: url('../img/sub/sub_acc_arrow.png') no-repeat 50% 50% / contain;
	width: 22px;
	height: 13px;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%) rotate(180deg);
	transition: transform 0.3s;
}

.faq .accordion_title.active::after {
	transform: translateY(-50%) rotate(0);
}

.faq .accordion_title p {
	position: relative;
	font-size: 2.2rem;
	font-weight: 800;
	padding-left: 50px;
}

.faq .accordion_title p span {
	position: absolute;
    left: 0;
	top: 0;
    transform: translateY(-20%);
    display: inline-block;
    font-size: 3.0rem;
    color: inherit;
    font-weight: 900;
}

.faq .accordion_content {
	background-color: #fff;
	border: 1px solid #eee;
	padding: 0 25px;
	max-height: 0;
	width: 100%;
	overflow: hidden;
	transition: max-height 0.3s ease-out;
}

.faq .accordion_content p {
	position: relative;
	font-size: 1.7rem;
	color: #666;
	font-weight: 600;
	padding-left: 50px;
	line-height: 1.6;
	margin: 25px 0 40px;
	word-break: keep-all;
}

.faq .accordion_content p span {
	position: absolute;
    left: 0;
	top: 0;
    transform: translateY(-20%);
    display: inline-block;
    font-size: 3.0rem;
    color: #222;
    font-weight: 900;
}

/*마음건강검진 소개*/
.white_box .btn_wrap {
	margin-top: 45px;
}

.sub_content .btn {
	display: inline-block;
}

/*관련사이트 연결*/
.related_item {
	width: 48%;
	text-align: center;
	min-height: 330px;
	border-top: 3px solid var(--color-green);
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

.related_item .white_box {
	flex-direction: column;
	height: 100%;
}

.related_item .logo_wrap {
	height: 70%;
}

.related_item .btn_wrap {
	height: 30%;
	padding: 0 50px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-top: 0;
}

.related_item .related_title {
	font-size: 2.3rem;
	font-weight: 800;
}

/*오아심스 서비스 이용안내*/
.service_content ul + h6 {
	margin-top: 45px;
}

.diagram_list {
	flex-wrap: wrap;
	justify-content: flex-end;
	row-gap: 1.2vw;
}

.diagram_list li {
	width: 17.8%;
	margin-right: 2.75%;
	height: 60px;
}

.diagram_list li:nth-child(5),
.diagram_list li:nth-child(6) {
	margin-right: 0;
}

.diagram_list li:nth-child(6) {
	order: 7;
}

.diagram_list li:nth-child(7) {
	order: 6;
}

.diagram_list div[class$="box"] {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 100%;
}

.diagram_list div[class$="box"].arrow::after {
	content: "";
	display: inline-block;
	width: 19px;
	height: 19px; 
	background-position: 50% 50%;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(50%, -50%);
	z-index: 0;
}

.diagram_list div[class$="box"].arrow.bottom::after  {
	bottom: 0;
	left: 50%;
	right: auto;
	top: auto;
	transform: translate(-50%, 50%);
}

.diagram_list div[class$="box"].arrow.left::after  {
	left: 0;
	right: auto;
	transform: translate(-50%, -50%);
}

.diagram_list .green_box {
	background-color: #87bdb0; 
}

.diagram_list .pink_box {
	background-color: #ff7b94;
}

.diagram_list .darkpink_box {
	background-color: #f4a0af;
}

.diagram_list .green_box.arrow::after {
	background-image: url('../img/sub/greenbox_arrow.png');
}

.diagram_list .pink_box.arrow::after {
	background-image: url('../img/sub/pinkbox_arrow.png');
}

.diagram_list .darkpink_box.arrow::after {
	background-image: url('../img/sub/darkpinkbox_arrow.png');
}

.diagram_list span {
	color: #fff;
	text-align: center;
	font-size: 1.7rem;
	font-weight: 500;
	font-family: 'KoPubWorldDotum';
	word-break: keep-all;
	z-index: 1;
}

.process_list + .dash_list {
	margin-top: 15px;
}

.process_list li {
	width: 21.5%;
	border: 1px solid #bbb;
	text-align: center;
	padding: 30px 0;
}

.process_title {
	display: inline-block;
	position: relative;
	font-size: 1.8rem;
	font-weight: 600;
	padding-top: 60px;
}

.process_title::before {
	content: "";
	display: inline-block;
	width: 50px; 
	height: 45px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.process_list li:nth-child(1) .process_title::before {
	background: url('../img/sub/service_process_icon01.png') no-repeat 50% 50% /contain;
}

.process_list li:nth-child(2) .process_title::before {
	background: url('../img/sub/service_process_icon02.png') no-repeat 50% 50% /contain;
}

.process_list li:nth-child(3) .process_title::before {
	background: url('../img/sub/service_process_icon03.png') no-repeat 50% 50% /contain;
}

.process_list li:nth-child(4) .process_title::before {
	background: url('../img/sub/service_process_icon04.png') no-repeat 50% 50% /contain;
}

.service_content .border_box {
	border: 1px solid #bbb;
	padding: 30px 35px;
}

.service_content .border_box + .border_box { 
	margin-top: 30px;
}

.service_content .border_box .diagram_wrap {
	margin-top: 35px;
}

.service_content .border_box .diagram_wrap img {
	width: 100%;
}

.service_content .border_box .diagram_wrap .mb_diagram {
	display: none;
}

/*가입정보 관리*/
.myoasims .btn.sm {
	padding: 9px 35px 8px; 
	font-weight: 500;
	font-family: 'KoPubWorldDotum';
}

.myoasims .box_numtitle .btn.sm {
	margin-left: 15px;
}

.sub_content table th,
.sub_content table td {
	border-top: 1px solid #eee;
	vertical-align: middle;
	
}

.sub_content table tr:last-child th,
.sub_content table tr:last-child td {
	border-bottom: 1px solid #eee;
}

.sub_content table th {
	padding: 22px 30px;
	border-right: 1px solid #eee;
	background-color: #f0f6f4;
}

.sub_content table td {
	padding: 0 30px;
	line-height: 1.2;
	word-break: keep-all;
}

.sub_content table.ssmm-table td {
	padding: 0;
	line-height:1.2;
	word-break: keep-all;
	border-top:none;
}

.sub_content table th span,
.sub_content table td span {
	font-size: 1.7rem;
	line-height: 1.3em;
	word-break: keep-all;
	font-family: 'KoPubWorldDotum';
}

.sub_content table.ssmm-table th span,
.sub_content table.ssmm-table td span {
	font-size: 1.3rem;
	line-height: 1.3em;
	word-break: keep-all;
	font-family: 'Nanum Gothic', sans-serif;
}

.sub_content table td li {
	line-height: 1.2;
	color: #222;
}

.sub_content table th span {
	font-weight: 800;
}

.modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	transform: scale(1.1);
	transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.modal.show-modal {
	opacity: 1;
	visibility: visible;
	transform: scale(1.0);
	transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.modal_content {
	display: flex;
	justify-content: center;
	align-items: center;
    max-width: 24vw;
    border-radius: 25px;
}

.modal_content.narrow .white_box {
	width: 100%;
	align-self: center;
	padding: 55px 50px 70px;
	border-radius: 40px;
    border: 1px solid #eee;
    overflow: hidden;
    z-index: 5;
}

.modal_content .modal_heading {
	font-size: 4.0rem;
	text-align: center;
    margin-bottom: 40px;
    font-family: 'NanumSquareNeo';
    font-weight: 800;
}

.modal_content .heading_wrap p {
	font-size: 2.0rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 20px;
}

.modal_content .input_item {
	border-radius: 100px;
    margin-bottom: 8px;
    background-color: #fafafa;
    padding: 22px 25px;
}

.modal_content .input_item input {
	width: 100%;
	height: 22px;
	font-size: 1.6rem;
	letter-spacing: -0.6px;
}

.modal_content .select_box {
	width: 100%;
	border-radius: 100px;
	margin-bottom: 8px;
	background-color: #fafafa;
	padding: 22px 25px;
	position: relative;
} 

.modal_content .select_box::after {
	content: "";
	display: inline-block;
	background: url('../img/sub/modal_select_arrow.png') no-repeat;
	width: 18px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
}

.modal_content .select_box select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	background-color: transparent;
	width: 100%;
	height: 22px;
	font-size: 1.6rem;
	letter-spacing: -0.6px;
}

.modal_content .btn_wrap {
	margin-top: 20px;
}

.modal_content .btn_submit {
	width: 100%;
    text-align: center;
    border-radius: 35px;
    font-size: 2.0rem;
    font-weight: 600;
    letter-spacing: -1px;
	padding: 22px 0 21px;
}

.white_box.no_pd {
	padding: 0 !important;
}

.counsel_tab_item {
	width: 33.33%;
	padding: 55px 0 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	border-right: 1px solid #eee;
}

.counsel_tab_item:last-child {
	border-right: 0;
}

.counsel_tab_item .tab_title {
	font-size: 2.5rem; 
	font-weight: 800;
	font-family: 'KoPubWorldDotum';
}

.counsel_tab_item .icon_wrap {
	margin: 55px 0;
}

.counsel_tab_item .btn_wrap {
	margin-top: 0;
	width: 60%;
}

.counsel_tab_item .btn {
	font-weight: 800;
	width: 100%; 
	text-align: center;
	paddinG: 15px 0 15px;
}

/*상담이용 현황*/
.my_counsel .white_box:not(.no_bpd) {
	padding-bottom: 70px;
}

.my_counsel .grey_box {
	background: #fcfcfc;
	padding: 25px 30px 20px;
	border-top: 1px solid #222;
	border-bottom: 1px solid #eee;
}

.my_counsel .grey_box + .grey_box {
	margin-top: 30px;
}

.my_counsel .grey_box .box_numtitle {
	padding-bottom: 10px;
	border-bottom: 2px solid var(--color-green);
	margin-bottom: 30px;
}

.my_counsel .counsel_info_list {
	flex-wrap: wrap;
	width: 70%;
}

.my_counsel .counsel_info_item {
	width: 100%;
	margin-bottom: 12px;
}

.my_counsel .counsel_info_list.dfbox .counsel_info_item {
	width: 50%;
}

.my_counsel .counsel_info_item span {
	font-size: 1.7rem;
	line-height: 1.4em;
	font-family: 'KoPubWorldDotum';
	color: #222;
}

.my_counsel .counsel_info_item .title {
	font-weight: 600;
	min-width: 75px;
}

.my_counsel .counsel_info_list.wide .counsel_info_item .title {
	min-width: 120px;
}

.my_counsel .counsel_info_status {
	flex-direction: column;
	width: 30%;
	position: relative;
}

.my_counsel .counsel_info_status::before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 50%;
	position: absolute; 
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-color: #ccc;
}

.my_counsel .counsel_info_status span {
	font-size: 2.2rem;
	font-weight: 800;
}

/*상담신청 현황*/
.my_counsel .counsel_item + .counsel_item {
	margin-top: 40px;
}

.my_counsel .counsel_info_top {
	margin-bottom: 15px;
}

.my_counsel .counsel_date span {
	font-size: 1.6rem;
	color: #666;
}

.my_counsel .counsel_more a {
	display: flex;
	align-items: center;
	font-size: 1.5rem;
	color: #666;
}

.my_counsel .counsel_more img {
	display: inline-block;
	margin-left: 10px;
}

.my_counsel .counsel_info_status .btn {
	margin-top: 8px;
	padding: 11px 35px 10px;
}

.my_counsel .counsel_name_box {
	padding: 18px 25px;
	margin-top: 25px;
}

.my_counsel .counsel_name_box p {
	font-weight: 600;
}

/*상담신청 현황 - 상세페이지*/
.status_item {
	margin-top: 35px;
}

.status_item .box_numtitle {
	margin-bottom: 15px;
}

.status_item p {
	font-size: 1.7rem;
	line-height: 1.85;
}

.status_item .dash_list {
	flex-wrap: wrap;
}

.status_item .dash_list.dfbox {
	width: 60%;
}

.status_item .dash_list li {
	color: #222;
	line-height: 1.85;
}

.status_item .dash_list.dfbox li {
	width: 50%;
}

.outer_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}

.outer_btn .btn {
	width: 230px;
	text-align: center;
	font-family: 'KoPubWorldDotum';
}

/*상담신청 현황 - 동의서*/
sup {
	vertical-align: super;		
	font-size: x-small;
}

.my_counsel .table_wrap + .paragraph {
	margin-top: 15px;
}

.my_counsel .agree_item + .agree_item {
	margin-top: 45px;
}

.my_counsel .paragraph p {
	color: #666;
}

.num_list li {
	position: relative;
	font-size: 1.7rem;
	color: #666;
	line-height: 1.85;
	padding-left: 20px;
	counter-increment: list-number;
}

.num_list li::before {
	content: counter(list-number)")";
	font-size: inherit;
	color: inherit;
	position: absolute;
	left: 0;
}

.agree_guide {
	padding-top: 25px;
	border-top: 1px solid #bbb;
	margin-top: 35px;
}

.my_counsel .agree_wrap {
	margin-top: 20px;
}

.my_counsel .checkbox span {
	font-weight: 600;
	padding-left: 2.5rem;
}

.my_counsel .checkbox span::before {
	top: 49%;
	transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0;
    background-image: none;
    width: 1.7rem;
    height: 1.7rem;
	border: 3px solid var(--color-green);
	box-sizing: border-box;
}

.my_counsel .checkbox span::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 25%;
	left: 0.4rem;
	transform: translateY(-50%);
	width: 19px;
	height: 16px;
	background-size: contain;
	
}

.my_counsel .checkbox input:checked + span::after {
	background-image: url('/img/sub/checkbox_checked.png');
}

/*나의 게시판 상담*/
.my_counsel.board .grey_box .box_numtitle.big {
	border-bottom: 0;
	margin-bottom: 25px;
	padding-bottom: 0; 
	font-size: 2.5rem;
	line-height: 1.4;
}

.my_counsel.board .counsel_info_left {
	width: 70%;
}

.my_counsel.board .counsel_info_left .counsel_info_list {
	width: 100%;
}

.my_counsel.board.counsel .white_box {
	padding: 35px 40px; 
}

.my_counsel.board.counsel .white_box + .white_box {
	margin-top: 40px;
}

.my_counsel.board.counsel .box_numtitle {
	padding-bottom: 20px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
}

.my_counsel.board.counsel .counsel_info_list {
	width: 100%;
}

.my_counsel.board.counsel .counsel_info_item {
	margin-bottom: 10px;
}

.my_counsel .counsel_info_list.auto .title {
	min-width: unset;
	display: inline-block;
	margin-right: 5px;
}

.my_counsel .counsel_info_list.auto .title em {
	display: inline-block;
	margin-left: 5px;
	font-size: 1.5rem;
	color: #666;
	font-family: inherit;
	font-weight: 400;
}


.my_counsel .counsel_info_item .grey_box.counsel_content {
	border-top: 0;
	border: 1px solid #eee;
	margin-top: 15px;
	margin-bottom: 20px;
	min-height: 120px;
}

.my_counsel .counsel_info_item .grey_box.counsel_content.valid {
	border-color: var(--color-green);
}

.grey_box.write_content textarea {
	background: transparent;
	border: 0;
	width: 100%;
	line-height: 1.4;
	min-height: 120px;
	overflow-y: scroll;
	font-size: 1.6rem;
}

.grey_box.write_content textarea::-webkit-scrollbar {
	width: 6px;
}

.grey_box.write_content textarea::-webkit-scrollbar-track {
    background: #e3e3e3;
}
.grey_box.write_content textarea::-webkit-scrollbar-thumb {
    background: #096d4e;
}

.my_counsel .btn_wrap.download {
	margin-top: 15px;
}

.my_counsel .btn_wrap.download .btn {
	font-size: 1.7rem;
	padding: 15px 30px 14px;
}

.my_counsel .btn_wrap.download .btn:not(:last-child) {
	margin-right: 10px;
}

.my_counsel .counsel_form_wrap {
	margin-top: 60px;
	max-height: 0;
	overflow: hidden;
}

.sub_content .section_subtitle {
	font-size: 1.8rem;
	line-height: 1.4em;
	padding-bottom: 15px;
}

.my_counsel .file_wrap {
	margin-top: 15px;
}

.my_counsel .file_wrap .file_item {
	display: flex;
	align-items: center; 
	height: 52px;
	box-sizing: border-box;
}

.my_counsel .file_wrap .file_item:not(:last-child) {
	margin-bottom: 10px;
}

.my_counsel .file_item .upload-name {
	width: calc(100% - 135px); 
	height: 100%;
	padding: 0 15px;
	background-color: #fcfcfc;
	border: 1px solid #eee;
	box-sizing: border-box;
	margin-left: auto;
	font-size: 1.4rem;
	overflow: hidden; 
	white-space: normal; 
	text-overflow: ellipsis; 
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	word-break: break-all; 
	-webkit-line-clamp: 1;
}

.my_counsel .btn_file {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.7rem;
	width: 125px;
	height: 52px;
	cursor: pointer;
}

.my_counsel .upload-hidden {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	display: none;
}

.my_counsel .counsel_form_wrap .btn_wrap {
	text-align: center;
}

.my_counsel .btn_submit.wide {
	width: 42%;
	margin: 0 auto;
	text-align: center; 
	font-family: 'KoPubWorldDotum';
	font-weight: 600;
	padding: 22px 30px 21px;
	font-size: 2.0rem;
}

/*나의 마음건강검진*/
.my_counsel.checkup .grey_box {
	padding: 35px 40px 35px 25px;
}

.my_counsel.checkup .counsel_item .counsel_info_wrap {
	align-items: center;
} 

.my_counsel.board .grey_box .counsel_date + .box_numtitle {
	margin-top: 15px;
	margin-bottom: 0;
}

.my_counsel.checkup .counsel_document {
	margin-left: auto;
}

.my_counsel.checkup .btn_green_border {
	padding: 11px 35px 10px;
}

/*상담신청*/
.application .form_list > div {
	margin-bottom: 25px;
}

.application .form_list + .form_list {
	margin-top: 45px;
}

.application .form_list .box_numtitle {
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	font-family: 'KoPubWorldDotum';
	word-break: keep-all;
}

.question_group {
	display: none;
}

.question_group:nth-child(-n+6) {
	display: block;
}

.application .question_group.hidden_q {
	display: none;
}

.application .question_group .box_numtitle {
	display: flex;
}

.application .question_group .box_numtitle span {
	margin-right: 5px;
}

.application .white_box > .box_numtitle {
	font-family: 'KoPubWorldDotum';
}

.application.center .white_box .box_numtitle {
	word-break: keep-all;
}

.application .half_input {
	width: 46%;
}

.application .half_input + .half_input {
	margin-left: 2%;
}

.application .input_item.border,
.board.bo_w .input_item.border {
	border-radius: 12px;
	margin-bottom: 0;
	background: #fff;
	padding: 12px 15px 11px;
	border: 1px solid #ddd;
}

.board.bo_w .input_item.border {
	border-radius: 0;
}

.application .input_item input,
.board.bo_w .input_item input {
	width: 100%;
    height: 22px;
    font-size: 1.6rem;
    letter-spacing: -0.5px;
	padding: 0;
}

.application .input_item .jcalendar-controls {
	display: none;
}

.application .form_list .warning {
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.25em;
}

.application .form_list .warning.grey {
	color: #666;
}

.application .form_list .warning.black {
	color: #222;
	font-weight: 500;
	padding-top: 15px;
}

.application .jcalendar {
	font-size: 14px;
}

.application.my_counsel .counsel_form_wrap {
	max-height: unset;
	margin-top: 0;
}

.application.my_counsel .counsel_info_list {
	width: 100%;
}

/*검사종류 선택*/
.application .form_list.survey_form > div {
	margin-bottom: 45px;
}

.application .form_list.survey_form > div:last-child {
	margin-bottom: 0;
}

.application .form_list.survey_form > .half_input {
	margin-left: 25px;
}

.application .survey_form .lightgreen_box,
.application .survey_form .grey_box {
	padding: 25px;
	margin-bottom: 15px;
	border-bottom: 0;
	border-top: 0;
}

.application .survey_form .grey_box {
	background: #f9f9f9
}

.application .lightgreen_box + .radio_wrap,
.application .grey_box + .radio_wrap {
	margin-left: 25px;
}

.application form > .box_numtitle {
	font-size: 2.3rem;
}

.application form > .box_numtitle .sm {
	padding-left: 10px; 
	margin-left: 8px;
	position: relative;
	font-size: 2.0rem;
}

.application form > .box_numtitle .sm::before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 60%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-50%, -50%);
	background: #222;
}

.application .lightgreen_box > .box_numtitle,
.application .grey_box > .box_numtitle {
	/*font-style: italic;*/
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0 !important;
	font-size: 2.3rem;
}

.application .lightgreen_box > .box_numtitle .extra_q {
	color: #f59897;
}

.radio_wrap.wide .radio + .radio {
	margin-left: 0;
}

.application .radio span {
	line-height: 1.5;
}

.application .radio span em {
	top: 4px;
	transform: translateY(0);
}

.form_list .input_title.big {
	font-size: 2.0rem;
	font-weight: 800;
}

.application .survey_form .check_wrap {
	margin-left: 25px;
}

.application .survey_form .checkbox {
	border-bottom: 0;
	padding: 0;
}

.my_counsel.application .checkbox span {
	color: #666;
	font-weight: 500;
}

.my_counsel.application.survey .checkbox span::before {
	border-color: #ccc;
}

.my_counsel.application.survey .checkbox input:checked + span::before {
	border-color: var(--color-green);
}

.application .survey_form .checkbox + .checkbox {
	margin-top: 15px;
}

.my_counsel.application .white_box + .white_box {
	margin-top: 30px;
}

.application .map_wrap #map {
	width: 100% !important;
}

.application .table_wrap.center th,
.application .table_wrap.center td {
	text-align: center;
}

.application.center_info .table_wrap th {
	text-align: center;
}

.application .table_wrap td {
	padding: 10px;
}

.application.center_info .table_wrap td {
	padding-left: 40px;
}

.center_slide {
	overflow: hidden;
	position: relative;
}

.center_slide .swiper-button-prev, 
.center_slide .swiper-button-next {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 100px;
}

.center_slide .swiper-button-prev:after, 
.center_slide .swiper-button-next:after {
	font-size: 22px;
	color: #000;
	font-weight: 600;
	position: relative;
}

.center_slide .swiper-button-prev:after {
	left: -1px;
}

.center_slide .swiper-button-next:after {
	right: -1px;
}

.center_slide {margin-bottom: 10px;}

.application .table_input_wrap {
	width: 100%;
}

.application .table_input_wrap .select_wrap,
.application .table_input_wrap .input_wrap {
	width: 30%
}

.application .table_input_wrap .input_wrap + .input_wrap,
.application .table_input_wrap .select_wrap + .select_wrap {
	margin-left: 10px;
}

.application .textarea_wrap textarea {
	border: 0;
	width: 100%;
	line-height: 1.4;
	font-size: 1.8rem;
	min-height: 120px;
	color: #666;
}

.application .white_box + .section_title {
	margin-top: 45px;
}

.application .btn_white.sm {
	width: 160px;
}

.btn_wrap.right {
	justify-content: flex-end;
	text-align: right;
}

.btn_wrap .btn + .btn {
	margin-left: 10px;
}

.btn_wrap.form_btn_wrap .btn + .btn {
	margin-left: auto;
}

.application .agree_all_wrap {
	width: 100%;
	background: var(--color-green);
	text-align: center;
	margin-top: 35px;
}

.application .agree_all_wrap .checkbox label{
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 20px 0 19px;
}

.application .agree_all_wrap .checkbox span {
	color: #fff;
}

.my_counsel .checkbox.white span::before {
	border-color: #fff;
}

.my_counsel .checkbox.white input:checked + span::after {
	filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(0%) hue-rotate(82deg) brightness(106%) contrast(109%);
}

.application .agree_guide {
	border-top: 0;
	padding-top: 0;
}

.application.complete .white_box {
	padding: 90px 0 95px;
}

.application.complete .section_title {
	line-height: 1.25em;
	text-align: center;
	padding-bottom: 0;
}

.application.complete .section_title span {
	font-weight: 800;
	font-family: inherit;
}

.application.complete .white_box .btn_wrap {
	margin-top: 25px;
}

/*마음건강검진 실시*/
.application.form_content .section_title {
	font-size: 3.0rem;
}

.col_2 .counsel_tab_item {
	width: 50%;
}

.checkup_tab_menu {
	margin-bottom: 30px;
}

.checkup_select_menu {
	display: none;
}

.checkup_tab_menu .list {
	flex-wrap: wrap;
	border-top: 1px solid var(--color-green);
	border-left: 1px solid var(--color-green);
}

.checkup_tab_menu .list li {
	width: 33.33%;
	border-bottom: 1px solid var(--color-green);
	border-right: 1px solid var(--color-green);
}

.checkup_tab_menu .list .tab_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.4em;
	width: 100%;
	padding: 25px 0 24px;
	font-size: 2.0rem;
	color: var(--color-green);
	text-align: center;
	background: #fff;
	height: 100%;
	word-break: keep-all;
}

.checkup_tab_menu .list li.is_on .tab_btn {
	background: var(--color-green);
	color: #fff;
	transition: 0.25s;
}

.tab_content_wrap .tab_content {
	display: none;
}

.tab_content_wrap .tab_content .btn_wrap {
	margin-top: 25px;
	text-align: center;
}

.tab_content_wrap .tab_content .btn_wrap a {
	line-height: 1.25;
}

.progress_container { 
	text-align: center; 
	margin-bottom: 30px; 
} 

progress {
  width: 100%;
  height: 14px;
  appearance: none;
}

progress::-webkit-progress-bar {
  /* progressbar의 배경이 되는 요소 */
  border-radius: 20px;
  background-color: #ebebeb;
}

progress::-webkit-progress-value {
  /* progress의 진행 bar가 되는 요소 */
  border-radius: 20px;
  background-color: #01bd46;
}

.progress_text {
	display: block;
	font-size: 1.6rem;
	color: #666;
	margin-top: 10px;
	text-align: right;
}

.application .question_group {
	opacity: 0.5;
}

.application .question_group.active {
	opacity: 1;
}

.application.form_intro .question_group {
	opacity: 1;
}

.application .question_group + .question_group {
	margin-top: 45px;
	margin-bottom: 0;
}

.application .section_title.thin {
	text-align: center;
	line-height: 1.4em;
	padding-bottom: 0;
}

.application.form_content.result .progress_container {
	margin-bottom: 15px;
}

.application.form_content .source {
	font-size: 1.6rem;
	color: #999;
	padding-top: 15px;
	margin-top: 50px;
	border-top: 1px solid #eee;
	font-style: italic;
}

.application.form_content.result .white_box .btn_wrap {
	margin-top: 25px;
}

.application.center * {
	font-family: 'KoPubWorldDotum';
}

.application .center_info,
.application .freelancer_wrap .box_numtitle {
	margin-top: 45px;
}

.application .center_info .box_numtitle {
	font-weight: 500;
	margin-bottom: 15px;
}

.application .freelancer_wrap .box_numtitle {
	font-size: 2.3rem;
	line-height: 1.65em;
}

.application.center .white_box .btn_wrap {
	margin-top: 25px;
}

.board.bo_list * {
	font-family: 'Noto Sans KR', sans-serif;
}

.board.bo_v .white_box *:not(.btn) {
	font-family: 'Pretendard-Regular';
}

.board .counsel_item .box_numtitle {
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}

.board table th,
.board table td {
	text-align: center;
	padding: 22px 0;
}

.board table th {
	border-right: 0;
	background: var(--color-green);
	color: #fff;
}

.board table td {
	background: #fff;
}

.board table td span {
	font-size: 1.5rem;
}

.board .pg_wrap .pg_page_num {
	background: #fff;
	border: 1px solid #ccc;
	color: #222;
}

.board .board_search_wrap {
	margin-bottom: 30px;
}

.board .board_search_wrap .form_inner {
	align-items: center;
	justify-content: flex-end;
}

.board .board_select_box {
	width: 145px;
	margin-right: 10px;
	background-color: #fff;
}

.board .board_select_box select {
	width: 100%;
	height: 48px;
	box-sizing: border-box;
	padding-left: 20px;
	font-size: 1.5rem;
	font-weight: 600;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: url(../img/sub/board_select_arrow.png) no-repeat calc(100% - 20px) center / 9px 7px;
	border: 2px solid var(--color-green); 
}

.board .board_select_box option {
	display: inline-block;
	width: 100%;
}

.board .sch_bar {
	justify-content: flex-end;
}

.board .bo_sch .sch_input {
	border: 2px solid var(--color-green); 
	height: 48px; 
	width: 300px; 
	font-size: 1.5rem; 
	margin-right: 10px; 
	background: #fff;
	padding-left: 20px;
	box-sizing: border-box;
}

.board .bo_sch .btn_sch {
	width: 90px; 
	height: 48px;
	font-size: 1.5rem;
	padding: 18px 5px 17px;
}

.board .btn_wrap .btn_golist {
	width: 230px;
}

.board .grey_box,
.board .border_box {
	border: 1px solid #eee;
}

.board .letter_view_info {
	margin-bottom: 50px;
}

.board.customer .letter_view_info {
	margin-bottom: 25px;
}

.board .letter_view_info > div + div {
	margin-left: 20px;
}

.board.bo_v .view_cont,
.board.bo_v .file_item {
	padding: 25px 30px;
}

.board .view_cont .view_cont_text {
	min-height: 200px;
	font-size: 1.8rem;
	color: #222;
}

.board .view_cont .view_cont_text img {
   width:100%;
	margin: 25px 0;
}

.board .view_cont .title, .board .view_cont .content {
	color: #222;
	line-height: 1.8em;
}

.board .view_cont .btn_wrap {
	margin-top: 10px;
}

.board .view_cont .btn {
	padding: 13px 35px 12px;
	font-size: 1.7rem;
}

.board .grey_box textarea {
	width: 100%;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	font-size: 1.6rem;
	min-height: 127px;
}

.board .grey_box + .grey_box {
	margin-top: 25px;
}

.board.bo_v .file_item {
	border-bottom: 1px solid #eee;
}

.board .file_item .file_content {
	color: #6c84ff;
	font-size: 1.8rem;
	border-bottom: 1px solid #6c84ff;
	margin-left: 35px;
}

.board .letter_file .file_item:last-child {
	border-bottom: 0;
}

.board .title,
.board .content {
	font-size: 1.8rem;
	color: #666;
}

.board .white_box + .section_title {
	margin-top: 50px;
}

.board .board_list_wrap .btn_wrap {
	margin-top: 15px;
}

.board .btn_write {
	display: block;
	font-size: 1.7rem;
	width: 200px;
	padding: 15px 0 14px;
	margin-left: auto;
}

.board.bo_w .bo_w_content {
	padding: 15px;
	width: 100%;
}

/*무료마음건강검사*/
.btn_wrap.form_btn_wrap .btn {
	display: none;
}

.healing .counsel_tab_item .icon_wrap {
	margin: 15px 0;
}

.healing .box_numtitle.thin {
	font-weight: 600;
	font-family: 'KoPubWorldDotum';
}

.healing .counsel_tab_item .tab_title {
	font-family: 'NanumSquareNeo';
}

.result .lightgreen_box {
	border: 1px solid #eee;
	padding: 55px 40px;
}

.result .result_title {
	font-size: 3.5rem;
	font-weight: 900;
	font-family: 'NanumSquareNeo';
	text-align: center;
	margin-bottom: 35px;
}

.result .white_box {
	border: 0;
	border-radius: 12px;
}

.result.exhaust .white_box { 
	min-height: 360px;
}

.result .white_box .box_numtitle {
	text-align: center;
	font-weight: 500;
	line-height: 1.65em;
	font-family: 'KoPubWorldDotum';
	word-break: keep-all;
}

.result .white_box .box_numtitle + .box_numtitle {
	margin-bottom: 0 !important;
	margin-top: 15px !important;
}

.result .white_box .box_numtitle.narrow {
	width: 55%;
	margin: 0 auto;
}

.result .lightgreen_box > .dfbox {
	justify-content: space-between;
}

.result .result_item {
	width: 32%;
}

.result .result_item .section_title {
	text-align: center;
	padding-bottom: 20px;
}

.result .box_numtitle.sm {
	font-size: 1.8rem;
}

.board .board_list_wrap table td {cursor: pointer;}

.board .board_list_wrap table td .top {
	position: relative;
}

.board .board_list_wrap table td .top::before {
	content: "중요";
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 100%;
	width: 35px;
	padding: 3px 0 2px;
	font-size: 1.3rem;
	border-radius: 3px;
	background: #ff4444;
	color: #fff;
	margin-right: 5px;
}

.healing .hcontent .white_box {
	padding: 50px 135px;
}

.healing .hcontent .counsel_tab_item {
	border: 0;
}

.healing .hcontent .counsel_tab_item .img_wrap {
	position: relative;
}

.healing .hcontent .counsel_tab_item .img_wrap img {
	width: 100%
}

.healing .hcontent .counsel_tab_item .btn_wrap {
	position: absolute;
	bottom: 10%; 
	left: 50%;
	width: 58%;
	transform: translateX(-50%)
}

.healing .hcontent .content_list {
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.8vw;
}

.healing .hcontent .content_item {
	width: 31%;
}

.healing .hcontent .content_list img {
	width: 100%;
}

.healing .hcontent .counsel_tab_list  {
	justify-content: space-between;
}

.healing .hcontent .counsel_tab_item {
	width: 49%;
}

.healing .hcontent .content_item {
	position: relative;
}

.healing .hcontent .content_title {
	position: absolute;
	top: 50%;
	left: 50%; 
	transform: translate(-50%, -50%);
	text-shadow: 3px 3px 12px rgba(13, 87, 116, 0.4); 
	font-size: 4.0rem;
	font-weight: 800;
	color: #fff;
	width: 100%;
	text-align: center;
}

.healing .hcontent_title {
	font-size: 2.3rem;
	line-height: 1.4em;
	margin-bottom: 25px;
}

.board.bo_w.customer table th,
.board.bo_w.customer table td {
	text-align: left;
	height: 72px;
}

.board.bo_w.customer table th {
	padding: 22px 30px;
    border-right: 1px solid #eee;
    background-color: #f0f6f4;
}

.board.bo_w.customer table td {
	padding: 12px 0 12px 20px;
}

.board.bo_w.customer table th span {
	color: #222;
}

.board.bo_w.customer .select_box {
	border-radius: 0;
	width: 20%;
	height: 45px;
}

.board.bo_w.customer .btn_file {
	width: 133px;
	height: 45px;
	border-radius: 5px;
	font-size: 1.6rem;
}

.board.bo_w.customer .file_item .upload-name {
	width: calc(100% - 143px)
}

.board.bo_w.customer .file_item {
	height: 45px;
	align-items: center;
	box-sizing: border-box;
}

/************* 미디어쿼리 ****************/

@media only screen and (min-width: 1025px) {
	.center_slide .swiper-button-prev:hover, 
	.center_slide .swiper-button-next:hover {
		background: #000;
	}

	.center_slide .swiper-button-prev:hover:after, 
	.center_slide .swiper-button-next:hover:after {
		color: #fff;
	}

	.checkup_tab_menu .list .tab_btn:hover {
		background: var(--color-green);
		color: #fff;
	}

	.board .board_list_wrap table tr:hover td {
		background: #f4fbf4;
	}
}

@media only screen and (max-width: 1440px) {
	/*오아심스 소개*/
	.sub_content {
		padding: 60px 0 100px;
	}

	.section_intro01 .img_insert_text {
		font-size: 3.6rem;
	}

	.sub_content .intro_title {
		font-size: 3.8rem;
	}


	.intro_offer_list .white_box {
		border-radius: 25px;
	}

	/*관련사이트 연결*/
	.related_item .logo_wrap img {
		max-width: 82%;
	}
}

@media only screen and (max-width: 1024px) {
	.sub_title_wrap {padding-top: 50px;}
	.box_numtitle {margin-bottom: 15px;}

	/*오아심스 소개*/
	.section_intro01 .dfbox .img_wrap {
		width: 35%;
	}

	.section_intro01 .img_insert_text {
		left: 4%;
		top: 12%;
		font-size: 3rem;
	}

	.section_intro01 .dfbox .text_wrap {
		width: 62%;
	}

	/*관련사이트 연결*/
	.related_item .logo_wrap {
		height: 65%;
	}

	.related_item .btn_wrap {
		height: 35%;
		padding: 15px 25px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.related_item .related_title {
		margin-bottom: 12px;
	}

	/*상담예약*/
	.counsel_info_wrap .counsel_info_list {
		width: 75%;
	}

	.counsel_info_wrap .counsel_info_status {
		margin-left: auto;
		width: 25%;
	}

	/*상담신청 현황*/
	.status_item .dash_list.dfbox {
		width: 75%;
	}

	/*서비스 신청*/
	.application .form_list .box_numtitle {
		padding-bottom: 6px;
	}

	.application .form_list + .form_list {
		margin-top: 30px;
	}

	.application .input_item.border {
		border-radius: 10px;
	}

	.application .form_list.survey_form > div {
		margin-bottom: 28px;
	}

	.application .radio span em {
		top: 3px;
	}

	/*.application .form_list.survey_form .radio + .radio {
		margin-left: 0;
	}*/

	.application .table_input_wrap .select_wrap, 
	.application .table_input_wrap .input_wrap {
		width: 42%;
	}

	/*힐링갤러리*/
	.healing .hcontent .white_box {
		padding: 45px 60px
	} 

	.healing .counsel_tab_item .btn {
		padding: 13px 15px 12px;
	}
}

@media only screen and (max-width: 980px) {
	.application .lightgreen_box + .radio_wrap,
	.application .grey_box + .radio_wrap {
		flex-direction: column;
	}

	.board.bo_w.customer .select_box {
		width: 45%;
	}
}

@media only screen and (max-width: 768px) {
	.intro .section_intro01 > .dfbox {
		flex-direction: column;
		position: relative;
	}

	.section_intro01 .dfbox .img_wrap {
		position: absolute;
		right: 0;
		bottom: -6vw;
		opacity: 0.4;
	}

	.section_intro01 .dfbox .text_wrap {
		width: 100%;
	}

	.section_intro01 .img_insert_text {
		display: none;
	}

	.intro_offer_list ul {
		flex-wrap: wrap;
	}

	.intro_offer_list li {
		width: 32%;
		margin-bottom: 2%;
	}

	/*상담 faq*/
	.faq .counsel_content .white_box {
		margin-bottom: 40px;
		padding: 20px;
	}

	.faq .accordion_title::after {
		width: 19px;
		height: 11px;
	}

	.faq .accordion_title p {
		line-height: 1.4em;
		width: 90%;
	}

	/*서비스 이용안내*/
	.diagram_list {
		row-gap: 1.8vw;
	}

	.diagram_list li {
		width: 22.9%;
		margin-right: 2.8%;
	}

	.diagram_list li:nth-child(4) {
		margin-right: 0;

	}

	.diagram_list li:nth-child(5) {
		order: 7;
		margin-left: 2.8%;
	}

	.diagram_list li:nth-child(6) {
		order: 6;
	}

	.diagram_list li:nth-child(7) {
		order: 5;
	}

	
	.diagram_list li:nth-child(4) div.arrow::after {
		right: 50%;
		top: auto;
		bottom: 0;
		transform: translate(50%, 50%);
	}

	.diagram_list li:nth-child(5) div.arrow.bottom::after {
		bottom: 50%;
		left: 0;
		transform: translate(-50%, 50%);
	}

	.service_content .border_box .diagram_wrap .mb_diagram {
		display: flex; 
		align-items: center; 
		justify-content: center; 
		width: 45%; 
		margin: 0 auto;
	}

	.service_content .border_box .diagram_wrap .pc_diagram {
		display: none;
	}

	/*상담예약*/
	.counsel_info_wrap {
		flex-direction: column;
	}

	.my_counsel .grey_box .box_numtitle {
		margin-bottom: 20px;
	}
	
	.counsel_info_wrap .counsel_info_list {
		margin-bottom: 10px;
	}

	.counsel_info_wrap .counsel_info_list,
	.counsel_info_wrap .counsel_info_status {
		width: 100%;
	}

	.my_counsel .counsel_info_item .title {
		min-width: 110px;
	}

	.my_counsel .counsel_info_status::before {
		height: 0.5px;
		width: 100%;
		top: 0;
		transform: translateY(0);
	}

	.my_counsel .counsel_info_status span {
		padding: 20px 0 5px;
	}

	/*상담신청 현황*/
	.status_item .dash_list.dfbox {
		flex-wrap: wrap;
		width: 100%;
	}

	.status_item .dash_list.dfbox li {
		width: 100%;
	}

	/*나의 마음건강검진*/
	.my_counsel.checkup .counsel_item .counsel_info_wrap {
		align-items: flex-start;
	}

	.my_counsel.board .counsel_info_left {
		width: 100%;
	}

	.my_counsel.board .grey_box .box_numtitle.big {
		font-size: 3.0rem;
	}

	.my_counsel.board .grey_box .counsel_date + .box_numtitle {
		margin-top: 10px;
	}

	.my_counsel .counsel_date span {
		font-size: 2.3rem;
	}

	.my_counsel.checkup .counsel_document {
		margin-left: 0;
		margin-top: 25px;
	}

	.progress_container {
		text-align: center;
		margin-bottom: 30px;
		position: sticky;
		top: 0;
		left: 0;
		width: 100%;
		background: #fff;
		z-index: 1;
	}

	.progress_container.fixed {
		width: 100vw;
		padding: 15px 20px 10px;
		z-index: 999;
		transform: translateX(-8%);
		
	}

	.application #implement_form .question_group + .question_group {
		padding-top: 55px;
		margin-top: 0;
	}

	.application #implement_form .question_group:nth-child(6n+1) {
		margin-top: -50px
	}

	.application #implement_form .question_group:nth-child(1) {
		margin-top: 0;
	}

	/*무료마음건강검사*/
	.result .white_box .box_numtitle.narrow {
		width: 70%;
	}

	/*상담 및 심리검사 신청*/
	.application.complete .white_box {
		padding: 50px 15px 70px;
	}

	.my_counsel .white_box:not(.no_bpd) {
		padding-bottom: 35px;
	}

	/*마음건강검진*/
	.checkup_tab_menu .list li {
		height: 70px;
	}

	.checkup_tab_menu .list .tab_btn {
		padding: 0 5px 0;
	}

	.btn.wide {
		width: 60%;
	}
}

@media only screen and (max-width: 600px) {
	.pg_wrap {
		margin-top: 20px;
	}

	.pg_wrap .pg_page {
		width: 28px;
		height: 28px;
	}

	.pg_wrap .pg_page_num {
		font-size: 1.8rem;
	}

	.sub_title_wrap {
		flex-wrap: wrap;
		padding-top: 30px;
	}

	.sub_heading {
		font-size: 3.6rem;
		padding-left: 32px;
	}

	.sub_heading::before {
		width: 28px;
		height: 28px;
	}

	.sub_breadcrumbs {
		width: 100%;
		margin-top: 10px;
		padding-left: 32px;
	}

	.sub_breadcrumbs span {
		font-size: 2.3rem;
	}

	.sub_content {
		padding: 40px 0 55px;
	}

	.section_title {
		font-size: 3.15rem;
		padding-bottom: 20px;
	}

	.counsel_content .white_box, 
	.service_content .white_box {
		padding: 25px;
	}

	.myoasims_content .white_box {
		padding: 25px 20px;
	}

	.box_numtitle {
		font-size: 3.0rem;
		margin-bottom: 15px;
	}

	.dash_list li {
		font-size: 2.4rem;
		padding-left: 12px;
	}

	/*오아심스 소개*/
	.intro .section_intro01 > .dfbox {
		position: relative;
	}

	.section_intro01 .dfbox .img_wrap {
		position: absolute; 
		bottom: 5vw;
		right: 0;
		opacity: 0.35;
		width: 60%;
	}

	.section_intro01 .dfbox .img_wrap .img_insert_text {
		display: none;
	}

	.section_intro01 .dfbox .text_wrap {
		width: 100%;
	}
	
	/*상담소개*/
	.counsel_content .lightgreen_box {
		margin-top: 20px;
	}

	.lightgreen_box.br20 {
		border-radius: 12px;
	}

	.counsel_content .lightgreen_box {
		padding: 15px 20px;
	}

	.counsel_content .paragraph p {
		font-size: 2.5rem;
		line-height: 1.65em;
	}

	.psychology_test_type + .psychology_test_type {
		margin-top: 35px;
	}

	.psychology_test_type .table_title {
		margin-bottom: 10px;
		font-size: 2.8rem;
		align-items: baseline;
		padding-left: 35px;
		word-break: keep-all;
		line-height: 1.4;
	}

	.psychology_test_type .table_title::before {
		width: 5.8rem;
		height: 5.8rem;
		position: absolute;
		top: -7px;
		left: 0;
	}

	.psychology_test_type table th, 
	.psychology_test_type table td {
		font-size: 2.4rem;
		line-height: 1.4em;
		padding: 15px 8px;
	}

	/*상담 faq*/
	.faq .counsel_content .white_box {
		margin-bottom: 20px;
	}

	.sub_content .paragraph p.f_20 {
		font-size: 2.8rem;
	}

	.faq .accordion_item + .accordion_item {
		margin-top: 10px;
	}

	.faq .accordion_title {
		padding: 20px 15px;
	}

	.faq .accordion_title::after {
		right: 15px;
	}

	.faq .accordion_title p {
		font-size: 2.8rem;
		padding-left: 35px;
		width: 86%;
		word-break: keep-all;
	}

	.faq .accordion_title p span,
	.faq .accordion_content p span {
		font-size: 4.0rem;
	}

	.faq .accordion_content {
		padding: 0 15px;
	}

	.faq .accordion_content p {
		padding-left: 35px;
		font-size: 2.4rem;
	}

	/*서비스 이용안내*/
	.service_content ul + h6 {
		margin-top: 30px;
	}
	
	.diagram_list {
		row-gap: 2.8vw;
	}

	.diagram_list:nth-child(2) {
		justify-content: flex-start;
	}
	
	.diagram_list li {
		width: 48.1%;
		margin-right: 3.8%;
	}

	.diagram_list li:nth-child(2),
	.diagram_list li:nth-child(3),
	.diagram_list li:nth-child(6) {
		margin-right: 0;
	}

	.diagram_list li:nth-child(3) {
		order: 4
	}

	.diagram_list li:nth-child(4) {
		order: 3;
		margin-right: 3.8%;
	}

	.diagram_list li:nth-child(5) {
		margin-left: 0;
		margin-right: 3.8%;
		order: 5
	}

	.diagram_list li:nth-child(7) {
		order: 7;
		margin-right: 0;
	}

	.diagram_list li:nth-child(2) div.arrow::after{
		right: 50%;
		top: auto;
		bottom: 0;
		transform: translate(50%, 50%);
	}

	.diagram_list li:nth-child(3) div.arrow::after{
		right: auto;
		left: 0;
		top: 50%;
		bottom: auto;
		transform: translate(-50%, -50%);
	}

	.diagram_list li:nth-child(5) div.arrow.bottom::after {
		left: 100%;
	}

	.diagram_list li:nth-child(6) div.arrow.left::after {
		left: 50%;
		top: auto;
		bottom: 0;
		transform: translate(-50%, 50%);
	}

	.diagram_list span {
		font-size: 2.1rem;
		line-height: 1.3;
	}

	.process_list {
		flex-wrap: wrap;
		row-gap: 3vw;
	}

	.process_list li {
		width: 48%;
	}

	.process_title {
		font-size: 2.5rem;
	}
	
	.service_content .border_box {
		padding: 25px 20px;
	}

	.service_content .border_box .diagram_wrap .mb_diagram {
		width: 62%;
	}

	/*관련사이트 연결*/
	.related_list {
		flex-direction: column;
		row-gap: 4vw;
	}
	
	.related_item{
		width: 100%;
		min-height: unset;
	}

	.related_item .logo_wrap {
		padding: 8vw 0;
	}

	.related_item .logo_wrap img {
		max-width: 70%;
	}

	.related_item .btn_wrap {
		padding: 20px;
	}

	.related_item .related_title {
		font-size: 2.8rem;
		margin-bottom: 10px;
	}

	/*가입정보관리*/
	.heading_detail {
		font-size: 2.6rem;
		padding-bottom: 15px;
	}

	.myoasims.r_info table th {
		padding: 20px 10px 20px 15px;
		width: 30%;
	}

	.sub_content table th {
		padding: 28px 10px 28px 15px;
		width: 30%;
	}

	.center_info.sub_content table th {
		padding: 20px 10px;
	}

	.sub_content table td {
		padding: 0 10px 0 15px;
	}

	.sub_content table th span, 
	.sub_content table td span {
		font-size: 2.4rem;
	}

	.myoasims .btn.sm {
		padding: 10px 30px 8px;
	}

	.modal_content.narrow .white_box {
		padding: 35px 25px 40px;
	}

	.modal_content .modal_heading {
		font-size: 4.4rem;
		margin-bottom: 25px;
	}

	.modal_content .heading_wrap p {
		font-size: 2.8rem;
		margin-bottom: 15px;
	}

	.modal_content .input_item {
		padding: 15px 20px;
	}

	.modal_content .input_item input,
	.modal_content .select_box select {
		font-size: 2.3rem;
	}

	.modal_content .btn_submit {
		font-size: 2.8rem;
		padding: 19px 0 20px;
	}

	/*나의상담*/
	.counsel_tab_list {
		flex-direction: column;
	}

	.counsel_tab_item {
		width: 100%;
		flex-direction: row;
		justify-content: flex-start;
		padding: 20px; 
		border-right: 0;
		border-bottom: 1px solid #eee;
	}

	.col_2 .counsel_tab_item {
		width: 100%;
	}
	
	.counsel_tab_item .icon_wrap {
		width: 6rem;
		margin: 0;
		order: 1;
	}

	.counsel_tab_item .icon_wrap img {
	 width: 100%;
	}

	.counsel_tab_item .tab_title {
		order: 2;
		font-size: 2.9rem;
		margin-left: 10px;
	}

	.counsel_tab_item .btn_wrap {
		order: 3;
		margin-left: auto;
		width: auto;
	}

	.counsel_tab_item .btn {
		width: auto;
		padding: 12px 20px 11px;
	}

	/*상담예약현황*/
	.my_counsel .grey_box {
		padding: 20px;
	}

	.my_counsel .grey_box + .grey_box {
		margin-top: 20px;
	}

	.my_counsel .counsel_info_item .title {
		min-width: 20vw;
	}

	.my_counsel .counsel_info_item span {
		font-size: 2.6rem;
	}

	.my_counsel .counsel_info_status span {
		font-size: 2.9rem;
	}

	/*상담신청 현황*/
	.sub_content .paragraph p {
		font-size: 2.4rem;
	}

	.my_counsel .counsel_more a {
		font-size: 2.3rem;
	}

	.application .survey_form .checkbox + .checkbox {
		margin-top: 6px;
	}

	/*상담동의서*/
	.myoasims.agree table th {
		padding: 20px 10px 20px 15px;
	}

	.my_counsel .checkbox span {
		padding-left: 3.5rem;
		line-height: 1.4em;
	}

	.my_counsel .checkbox span::before {
		width: 2.5rem;
		height: 2.5rem;
		border-width: 2px;
		top: 1px;
		transform: translateY(0);
	}

	.my_counsel .checkbox span::after {
		width: 15px;
		height: 13px;
		top: 6px;;
	}

	.num_list li {
		font-size: 2.2rem;
		padding-left: 16px;
	}

	.outer_btn {
		margin-top: 30px;
	}

	.my_counsel .counsel_info_item .detail {
		width: 70%;
	}

	/*나의 게시판 상담*/
	.my_counsel.board.counsel .white_box {
		padding: 25px 20px;
	}

	.my_counsel.board.counsel .box_numtitle {
		padding-bottom: 15px;
		margin-bottom: 20px;
	}

	.my_counsel.board.counsel .counsel_info_item {
		margin-bottom: 6px;
	}

	.sub_content .section_subtitle {
		font-size: 2.5rem;
	}

	.my_counsel .file_wrap .file_item {
		height: 42px;
	}

	.my_counsel .btn_file {
		font-size: 2.4rem;
		width: 30%;
		height: 42px;
	}

	.my_counsel .file_item .upload-name {
		width: 68%;
	}

	/*나의 마음건강검진*/
	.my_counsel .counsel_item + .counsel_item {
		margin-top: 20px;
	}

	.my_counsel.checkup .grey_box {
		padding: 25px 20px;
	}

	.my_counsel.checkup .counsel_document {
		margin-top: 20px;
	}

	/*서비스 신청*/
	.application .progress_text {
		font-size: 2.2rem;
	}

	.application .white_box > .box_numtitle {
		word-break: keep-all;
	}

	.application .white_box > .box_numtitle br {
		display: none;
	}

	.application .center_info, 
	.application .freelancer_wrap .box_numtitle {
		margin-top: 30px;
	}

	.application .center_info .box_numtitle {
		margin-bottom: 6px;
		line-height: 1.65em;
	}

	.application .freelancer_wrap .box_numtitle {
		font-size: 3.3rem
	}

	.application.center .white_box .btn_wrap {
		margin-top: 15px;
	}

	.application .map_wrap #map {
		height: 70vw !important;
	}

	.application .btn_white.sm {
		width: 32vw;
		padding: 13px 5px 12px;
	}

	.application.center_info .table_wrap td {
		padding-left: 20px;
	}

	.center_slide {
		height: 50vw;
	}

	.center_slide .swiper-button-prev, 
	.center_slide .swiper-button-next {
		width: 42px; 
		height: 42px;
	}

	.center_slide .swiper-button-prev:after, 
	.center_slide .swiper-button-next:after {
		font-size: 19px;
	}

	/*.application .question_group + .question_group {
		margin-top: 28px;
	}*/

	.application .form_list .form_col_wrap {
		flex-direction: column;
		row-gap: 4vw;
	}

	.application .half_input {
		width: 100%;
	}

	.application .half_input + .half_input {
		margin-left: 0;
	}

	.application .input_item input,
	.board.bo_w .input_item input {
		font-size: 2.6rem;
	}

	.application .form_list .warning {
		font-size: 2.3rem;
		line-height: 1.5em;
		word-break: keep-all;
		padding-top: 8px;
	}

	.my_counsel .btn_submit.wide {
		font-size: 3.0rem;
		width: 100%;
		padding: 20px 30px 19px;
	}

	.my_counsel .white_box:not(.no_bpd) {
		padding-bottom: 50px;
	}

	.my_counsel .counsel_info_list.auto .title em {
		font-size: 2.5rem;
	}

	.grey_box.write_content textarea,
	.board .grey_box textarea {
		font-size: 2.6rem;
	}

	.my_counsel .file_item .upload-name {
		font-size: 2.5rem;
	}

	.application .lightgreen_box > .box_numtitle, 
	.application .grey_box > .box_numtitle {
		font-size: 3.0rem;
	}

	.application .survey_form .lightgreen_box, 
	.application .survey_form .grey_box {
		padding: 15px;
	}

	.application .lightgreen_box + .radio_wrap,
	.application .grey_box + .radio_wrap {
		margin-left: 15px;
	}

	.form_list .input_title.big {
		font-size: 2.8rem;
	}

	.application .form_list.survey_form > .half_input {
		margin-left: 0;
	}

	.application .table_input_wrap {
		flex-direction: column;
		row-gap: 5px;
	}

	.application .table_input_wrap .input_wrap + .input_wrap, 
	.application .table_input_wrap .select_wrap + .select_wrap {
		margin-left: 0;
	}

	.application.sub_content table th {
		padding: 20px 10px;
	}

	.application .table_input_wrap .select_wrap, 
	.application .table_input_wrap .input_wrap {
		width: 100%;
	}

	.application .input_item.border,
	.board.bo_w .input_item.border {
		padding: 11px 12px 10px;
	}

	.board.bo_w .form_list .input_wrap, 
	.board.bo_w .input_item.border {
		width: 100%;
	}

	.application .radio_wrap {
		flex-direction: column;
	}

	.application .radio + .radio {
		margin-left: 0;
	}

	.application .textarea_wrap textarea {
		font-size: 2.6rem;
	}

	.application .agree_all_wrap .checkbox label {
		padding: 15px 0 14px;
	}

	.application.complete .section_title {
		width: 90%;
		margin: 0 auto;
		word-break: keep-all;
		line-height: 1.4em;
	}

	.section_title.big {
		font-size: 3.6rem;
	}

	/*마음건강검진*/
	.checkup_tab_menu {
		display: none;
	}

	.checkup_select_menu {
		display: block;
		width: 100%;
		height: 47px;
		margin-bottom: 15px;
		border: 1px solid var(--color-green);
		background: #fff;
	}

	.checkup_select_menu select {
		width: 100%;
		height: 100%;
		-webkit-appearance: none;
		-moz-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		border: 0;
		padding-left: 10px;
		font-size: 2.6rem;
		background-image: url(/img/sub/form_select_arrow.png);
		background-position: 95% 50%;
		background-repeat: no-repeat;
		overflow: hidden; 
		white-space: normal; 
		text-overflow: ellipsis; 
		display: -webkit-box; 
		-webkit-box-orient: vertical; 
		word-break: break-all; 
		-webkit-line-clamp: 1;
	}

	.btn.wide {
		width: 100%;
	}

	.tab_content_wrap .tab_content .btn_wrap a {
		padding: 15px 5px 14px;
		word-break: keep-all;
	}

	/*힐링갤러리*/
	.application.form_content .source {
		margin-top: 25px;
		font-size: 2.6rem;
		line-height: 1.4em;
	}

	.result .lightgreen_box {
		padding: 25px 20px;
	}

	.result .white_box .box_numtitle.narrow {
		width: 100%;
	}
	
	.healing .hcontent .white_box {
		padding: 35px 20px
	}

	.healing .hcontent .counsel_tab_list {
		flex-direction: row;
	}

	.healing .hcontent .counsel_tab_item {
		padding: 0;
	}

	.healing .hcontent .counsel_tab_item .btn_wrap {
		width: 90%;
	}

	.healing .hcontent .counsel_tab_item .btn {
		width: 100%;
	}

	.healing .hcontent_title {
		font-size: 2.9rem;
	}

	.healing .hcontent .content_list {
		gap: 2%;
		row-gap: 5px;
	}

	.healing .hcontent .content_item {
		width: 49%;
	}

	/*게시판*/
	.board .board_search_wrap {
		margin-bottom: 12px;
	}

	.board .bo_sch .sch_input,
	.board .bo_sch .btn_sch {
		font-size: 2.5rem;
	}

	.board .board_search_wrap .form_inner {
		flex-wrap: wrap;
		justify-content: space-between;
		row-gap: 1.5vw;
	}
	
	.board .sch_bar {
		width: 100%;
	}

	.board .board_select_box {
		width: 49%;
		margin-right: 2%;
	}
	
	.board .board_select_box:nth-child(2) {
		margin-right: 0;
	}

	.board .board_select_box select {
		height: 45px;
		font-size: 2.5rem;
	}

	.board .bo_sch .sch_input {
		width: 75%;
		height: 45px;
	}

	.board .bo_sch .btn_sch {
		width: calc(25% - 5px);
		padding: 15px 10px 14px;
		height: 45px;
	}

	.board .board_list_wrap table {
		display: block;
	}

	.board .board_list_wrap table thead {
		display: none;
	}

	.board .board_list_wrap table tbody {
		display: block;
	}

	.board .board_list_wrap table tr {
		display: flex;
		flex-wrap: wrap;
		background-color: #fff;
		border-bottom: 1px solid #eee;
		width: 100%;
	}

	.board .board_list_wrap table td {
		display: inline-block;
		border-top: 0;
		padding: 8px 10px 12px 15px;
	}

	.board .board_list_wrap table tr:last-child td {
		border-bottom: 0;
	}

	.board .board_list_wrap table td:nth-child(1) {
		display: none;
	}

	.board .board_list_wrap table td:nth-child(2) {
		order: 3;
	}

	.board .board_list_wrap table td:nth-child(3) {
		width: 100%;
		text-align: left;
		padding: 15px 10px 6px 15px;
		order: 2;
	}

	.board.event .board_list_wrap table td:nth-child(2) {
		width: 45%;
		text-align: left;
		padding: 8px 10px 8px 15px;
	}

	.board.event .board_list_wrap table td:nth-child(4) {
		width: 45%;
		text-align: left;
		padding: 8px 10px 8px 15px
	}

	.board .board_list_wrap table td:nth-child(4) {
		order: 4;
	}

	.board .board_list_wrap table td:nth-child(5) {
		order: 6;
	}

	.notice.board .board_list_wrap table td:nth-child(4) {
		order: 5;
	}

	.notice.board .board_list_wrap table td:nth-child(5) {
		order: 4;
	}

	.board .board_list_wrap table td:nth-child(6) {
		order: 5;
	}

	.board .board_list_wrap table td:nth-last-child(2) {
		width: 15%;
	}

	.board table td span {
		font-size: 2.6rem;
	}

	.board .board_list_wrap table td:nth-child(2) span,
	.board .board_list_wrap table td:nth-child(4) span,
	.board .board_list_wrap table td:nth-child(5) span,
	.board .board_list_wrap table td:nth-child(6) span,
	.board .board_list_wrap table td:nth-child(7) span {
		font-size: 2.4rem;
	}

	.board .board_list_wrap table td .top::before {
		position: static;
		margin-bottom: 5px;
		font-size: 1.6rem;
	}

	.board .letter_view_info {
		margin-bottom: 25px;
		flex-direction: column;
	}

	.board .letter_view_info span {
		line-height: 1.4em;
	}

	.board .letter_view_info > div + div {
		margin-left: 0;
	}

	.board.bo_v .view_cont, 
	.board.bo_v .file_item {
		padding: 20px;	
	}

	.board .title, .board .content {
		font-size: 2.6rem;
	}

	.board .view_cont .view_cont_text {
		font-size: 2.8rem;
	}

	.board .view_cont .view_cont_text img {
		width: 100%;
		margin: 20px 0;
	}

	.board .view_cont .title, .board .view_cont .content {
		line-height: 1.65em;
	}

	.board .file_item .file_content {
		font-size: 2.6rem;
		margin-left: 20px;
	}

	.board .view_cont .btn {
		font-size: 2.6rem;
		padding: 11px 30px 10px;
	}

	/*1:1상담*/
	.board.customer .board_list_wrap table td:nth-child(3) {
		width: 25%;
		text-align: left;
		padding: 15px 10px 6px 15px;
		order: 2;
		color: var(--color-green);
		font-weight: 600;
	}

	.board.customer .board_list_wrap table td:nth-child(4) {
		width: 75%;
		padding: 15px 10px 6px 15px;
		text-align: left;
		order: 3;
	}

	.board.customer .board_list_wrap table td:nth-child(4) span {
		font-size: 2.6rem;
	}

	.board.customer .board_list_wrap table td:nth-child(2) {
		order: 4;
	}

	.board.customer .board_list_wrap table tr {
		position: relative;
	}

	.board.customer .board_list_wrap table td:nth-child(6) {
		position: absolute;
		right: 10px;
		bottom: 12px;
		background: var(--color-green);
		color: #fff;
		padding: 2px 8px 1px;
		border-radius: 25px;
		
	}

	.board .btn_write {
		font-size: 2.6rem;
	}

	.board .white_box + .section_title {
		margin-top: 30px;
	}

	.board.bo_w.customer table,
	.board.bo_w.customer table tbody,
	.board.bo_w.customer table tr {
		display: block;
		width: 100%;
	}

	.board.bo_w.customer table th {
		display: flex;
		align-items: center;
		width: 100%;
		height: 50px;
		padding: 12px 10px;
	}

	.board.bo_w.customer table td {
		display: flex;
		align-items: center;
		width: 100%;
		padding: 10px;
	}

	.board.bo_w.customer table tr:last-child td {
		height: auto;
	}

	.board.bo_w.customer .select_wrap,
	.board.bo_w.customer .select_box {
		width: 100%;
	}

	.board.bo_w.customer .btn_file {
		font-size: 2.4rem;
		width: 30%;
	}

	.board.bo_w.customer .file_item .upload-name {
		width: calc(70% - 5px);
	}

}

@media only screen and (max-width: 480px) {
	.pg_wrap .pg_page_num {
		font-size: 2rem;
	}

	.sub_content {
		padding: 30px 0 45px;
	}

	.faq .accordion_title p,
	.faq .accordion_content p {
		padding-left: 30px;
	}

	/*오아심스 소개*/
	.intro_offer_list li {
		width: 49%;
	}

	.intro_offer_list .intro_offer_title {
		font-size: 2.5rem;
		padding-top: 75px;
	}

	.intro_offer_list .intro_offer_title::before {
		width: 10rem;
		height: 10rem;
	}

	/*나의상담*/
	.counsel_tab_item {
		padding: 20px 15px;	
	}


	.counsel_tab_item .icon_wrap {
		width: 8rem;
	}

	.healing .counsel_tab_item .icon_wrap {
		margin: 0 0 12px;
	}

	.counsel_tab_item .tab_title {
		margin-left: 6px;
	}

	.counsel_tab_item .btn {
		padding: 9px 15px 7px;
	}

	/*상담예약 현황*/
	.my_counsel .counsel_info_list.dfbox .counsel_info_item {
		width: 100%;
	}

	.my_counsel .counsel_info_item .title {
		min-width: 26vw;
	}

	/*나의 게시판 상담*/
	.my_counsel.board.counsel .white_box + .white_box {
		margin-top: 20px;
	}

	.my_counsel .btn_wrap.download .btn:not(:last-child) {
		margin-right: 1.25%;
	}

	.my_counsel .btn_wrap.download .btn {
		width: 32.5%;
		padding: 12px 0px 11px;
		text-align: center;
		font-size: 2.4rem;
	}

	/*서비스 신청*/
	.application.center_info .table_wrap td {
		padding-left: 10px;
	}

	.my_counsel .checkbox span::before {
		top: 2px;
	}

	.my_counsel .checkbox span::after {
		top: 7px;
	}

	.board .board_list_wrap table td .top::before {
		font-size: 2.0rem;
		padding: 1px 0 0;
	}

	/*힐링갤러리*/
	.healing .hcontent .counsel_tab_list {
		flex-wrap: wrap;
		row-gap: 10px
	}

	.healing .hcontent .counsel_tab_item {
		width: 100%;
	}
}

@media only screen and (max-width: 350px) { 
	/*상담예약 현황*/
	.my_counsel .counsel_info_item .title {
		min-width: 30vw;
	}

	/*나의 게시판 상담*/
	.my_counsel .counsel_info_item .detail {
		width: 65%;
	}

	/*무료마음건강검진*/
	.counsel_tab_item .icon_wrap {
		display: none;
	}

	.counsel_tab_item .tab_title {
		margin-left: 0;
	}

	/*1:1상담*/
	.board .board_list_wrap table td:nth-last-child(2) {
		width: 22%;
	}

	.board.customer .board_list_wrap table td:nth-child(4) {
		width: 70%;
	}

	.board.customer .board_list_wrap table td:nth-child(3) {
		width: 30%;
	}
}

.bt_maum_style {
    font-weight: 800;
    width: 100%;
    text-align: center;
    paddinG: 15px 0 15px;
}


/*버튼*/

.btn-print-box{
margin:20px 20px 30px;
text-align:center;
}

.btn-print-box-small{
margin:20px 20px 25px;
text-align:center;
}
.btn-print-maum{
	background-color:#096e50;
	color:#fff;
	padding: 10px 50px;
	border-radius:30px;
	
}