@charset "utf-8";
/* CSS Document */

#subCon {
	padding-top: 18.5rem;
}
#subCon #greyBg {
	padding: 10rem 0;
}
#subCon #greyBg h3.txtCenter {
	font-family: 'GmarketSansBold';
	font-weight: 700;
}
#subCon #greyBg .block h3.txtCenter {
	font-family: 'Pretendard-Bold','Malgun Gothic','맑은 고딕',Dotum,'돋움',sans-serif;
	font-weight: 700;
}
.txtCenter + .inner3 {
	margin-top: 6rem;	
}
#subCon .inner3.whBg {
	border-radius: 2rem;
	padding: 8rem 6rem;
	background-color: #fff;
}
#subCon .inner3.whBg.survey {
	padding: 8rem;
}
#subCon  .k-slider-horizontal {
    height: 3rem;
    width: 100%;
}
#subCon .inner3.whBg .num + .mStep {
	margin-top: 2rem;	
}
#subCon .inner3.whBg .num {
	font-size: 2.2rem;
	color: #999;
}
#subCon .inner3.whBg .num .nowNum {
	color: #000;
	font-family: 'Pretendard-Bold';
	font-weight: 700;
}

#subCon .inner3.whBg .mStep .balSlider {
	position: relative;
	width: 100%;
	height: 2.2rem;
	background-color: #f6f6f6;
	border-radius: 0.8rem;
	overflow: hidden;
}
#subCon .inner3.whBg .mStep .balSlider .proValue {
	position: absolute;
	display: flex;
	top: 0;
	left: 0;
	background-color: #0e6bf7;
	height: 100%;
	font-size: 1.1rem;
	color: #fff;
	justify-content: center;
	align-items: center;
		
}
#subCon .inner3.whBg .mStep + #bbsInput {
	margin-top: 4rem;	
}

.block + .block {
	margin-top: 10rem;	
}
#subCon .inner3.whBg .fieldList {
    padding: 6rem;
    border: none;
	background-color: #dbedef;
	border-radius: 2rem;
	margin-bottom: 0;
}
#subCon .inner3.whBg .fieldList li .con .fields .field {
    line-height: 4.52rem;
}
#subCon .inner3.whBg .fieldList:before {
	display: none;	
}
#subCon .inner3.whBg .fieldList li .tit {
	width: 10rem;
	padding: 1rem;
	font-size: 2.2rem;
	font-family: 'Pretendard-Bold';
	font-weight: 700;
	color: #000;
	text-align: left;
}
#subCon .inner3.whBg .fieldList li .con {
    width: calc(100% - 11rem) !important;
	font-size: 2rem;
    color: #666;
}
#subCon .inner3.whBg .fieldList li .con .k-input {
	font-size: 1.8rem;
    height: 4.4rem;
}
#subCon .inner3.whBg .fieldList li .con input.k-textbox {
    font-size: 1.8rem;
    height: 4.8rem;
}
#subCon .inner3.whBg .fieldList li .con .k-checkbox,
#subCon .inner3.whBg .fieldList li .con .k-radio {
    width: 3.2rem;
    height: 3.2rem;
	border: 0.1rem solid rgba(0, 0, 0, 0.15);
}

#subCon .inner3.whBg .fieldList li .con .k-radio:checked,
#subCon .inner3.whBg .fieldList li .con .k-radio.k-checked {
    border-color: #fff;
    color: #ababab;
    background-color: #fff;
}
#subCon .inner3.whBg .fieldList li .con .k-radio:checked:focus,
#subCon .inner3.whBg .fieldList li .con .k-radio.k-checked.k-focus {
    box-shadow: 0 0 0 0.2rem 
 	color-mix(in srgb, var(--kendo-color-primary, #0e6bf7) 30%, transparent);
}
#subCon .inner3.whBg .fieldList li + li,
#subCon .inner3.whBg #bbsInput + #info {
	margin-top: 2rem;	
}
#subCon .inner3.whBg #info {
    padding: 6rem;
    border: none;
	background-color: #f9f9f9;
	border-radius: 2rem;
}
#subCon .inner3.whBg #info li {
	font-size: 2.4rem;
	font-family: 'Pretendard-Regular';
	font-weight: 400;
	color: #333;
	padding-left: 2rem;
	margin: 0;
}
#subCon .inner3.whBg #info li b {
	font-family: 'Pretendard-Bold';
	font-weight: 700;
	color: #000;
}
	
#subCon .inner3.whBg #info li + li {
	margin-top: 1rem;	
}
#subCon .inner3.whBg #info .dot li:before {
    top: 1.2rem;
	width: 0.6rem;
	height: 0.6rem;
	background-color: #999;
}

#subCon .inner3.whBg .block.swiper-container {
	overflow: hidden;	
}
.problemList .item {
	position: relative;
	padding-left: 8rem;
}
.problemList .group + .group {
	margin-top: 10rem;	
}
.problemList .group .item + .item {
	margin-top: 6rem;	
}
.problemList .item .num {
	position: absolute;
    display: block;
	font-family: 'Pretendard-Bold';
	font-weight: 700;
	font-size: 3rem;
	left: 0;
	top: 0;
    width: 6rem;
    height: 6rem;
    line-height: 6rem;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff !important;
    text-align: center;
}
.problemList .item h4 {
	color: rgba(0, 0, 0, 0.2);
	padding-top: 0.9rem;
	line-height: 4.2rem;
}
.problemList .item h4 + .question,
.problemList .item h4 + .explanation,
.problemList .item .explanation p + dl,
.problemList .item .explanation + .question,
.problemList .item .dot + dl {
	margin-top: 3rem;
}
.problemList .item .explanation p + p,
.problemList .item .explanation p + .dot {
	margin-top: 1rem;	
}
.problemList .item .question li + li {
	margin-left: 8rem;	
}
.problemList .item .question.img li + li {
	margin-left: 2rem;
}
.problemList .item .question .k-radio {
    width: 3.2rem;
    height: 3.2rem;
	display: block;
	margin: 0 auto 0.7rem auto;
}
.problemList .item .question .k-radio:checked {
    border-color: #ababab;
    color: #fff;
    background-color: #fff;
}

.problemList .item .question h4,
.problemList .item .question li .label {
	color: rgba(0, 0, 0, 0.2);
}
.problemList .item .question.img li .label,
.problemList .item .explanation dt {
	display: block;
	position: relative;
	width: 20rem;
	border-radius: 1rem;
	overflow: hidden;
}
.problemList .item .question.img li .label img,
.problemList .item .explanation dt img,
.group .slider-container.img .slider-label img  {
	display: block;
	width: 100%;
	filter: grayscale(100%);
	opacity: 0.2;
}
.problemList .item .explanation p,
.problemList .item .explanation dd,
.problemList .item .dot li,
.resultWrap .reslutGraphics .item .dot li {
	color: rgba(0, 0, 0, 0.2);
	font-size: 2rem;	
}
.problemList .item .dot li:before,
.resultWrap .reslutGraphics .item .dot li:before {
	top: 1rem;
	background-color: #000;
}
.problemList .group .item .dot li:before {
	background-color: rgba(0, 0, 0, 0.15);
}
.problemList .item .explanation dd {
	width: 24rem;
	line-height: 160%;
	margin-right: 4rem;
}

.problemList .group.active .item .num {
	background-color: #1b4dff;
}
.problemList .group.active .item h4,
.problemList .group.active .item .question li .label,
.problemList .group.active .item .explanation p,
.problemList .group.active .item .dot li,
.problemList .group.active .item .explanation dd {
	color: rgba(0, 0, 0, 1);
}
.problemList .group.active .item .question .k-radio::before,
.problemList .group.active .item .dot li:before {
	background-color: #0d6efd;
}
.problemList .group.active .item .question.img li .label img,
.problemList .group.active .item .explanation dt img {
	filter: grayscale(0%);
	opacity: 1;
}

.problemList .group.end .item .num {
	background-color: rgba(0, 0, 0, 0.5);
}
.problemList .group.end .item h4,
.problemList .group.end .item .question li .label,
.problemList .group.end .item .explanation p,
.problemList .group.end .item .dot li,
.problemList .group.end .item .explanation dd {
	color: rgba(0, 0, 0, 0.5);
}
.problemList .group.end .item .question .k-radio::before,
.problemList .group.end .item .dot li:before {
	background-color: rgba(0, 0, 0, 0.5);
}
.problemList .group.end .item .question.img li .label img,
.problemList .group.end .item .explanation dt img {
	filter: grayscale(100%);
	opacity: 1;
}
.problemList .group .item li {
	cursor: pointer;	
}
.problemList .group .item .radioBtn {
	position: relative;
	display: block;
	width: 3.2rem;
	height: 3.2rem;
	margin: 0 auto 1rem auto;
	border-radius: 50%;
	border: 0.1rem solid rgba(0, 0, 0, 0.2)
}
.problemList .group .item .radioBtn.checked:before {
	content: "";
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.2);
	
	transform: translate(-50%, -50%);
	-moz-transform:  translate(-50%, -50%);
	-webkit-transform:  translate(-50%, -50%);
	-o-transform:  translate(-50%, -50%);
	-ms-transform:  translate(-50%, -50%);
	z-index: 11;
	
}
.problemList .group.end .item .radioBtn.checked:before {
	background-color: rgba(0, 0, 0, 0.5);
}
.problemList .group.active .item .radioBtn.checked:before {
	background-color: #0d6efd;
}


#greyBg div.txtCenter {
	margin-top: 8rem;	
}
#greyBg .txtCenter .ui.button {
	font-size: 2.2rem;
	padding: 1.8rem 4rem;
	border-radius: 3.6rem;
}
#greyBg .txtCenter .ui.button.blue {
	background-color: #0d6efd;
}

#subCon .inner3.whBg #info + .category {
	margin-top: 8rem;	
}

/*******20250219 category에서 categoryWrap 변경시작*******/

#subCon .inner3.whBg .categoryWrap {
	border-radius: 1.2rem;
	background-color: #f6f6f6;
	padding: 4rem;
}
#subCon .inner3.whBg .categoryWrap .categoryName {
	padding: 0rem;
}
#subCon .inner3.whBg .categoryWrap .categoryName div {
	background-color: transparent;	
}
#subCon .inner3.whBg .categoryWrap .categoryName div b {
    color: #0d6efd;
    text-decoration: none;
}
#subCon .inner3.whBg .categoryWrap .categoryName div h3 {
	margin-top: 1rem;	
}
#subCon .inner3.whBg .categoryWrap .categoryName h4 {
	word-break: break-all;
	line-height: 130%;
	margin-bottom: 0.5rem;
}
#subCon .inner3.whBg #info + .categoryWrap {
	margin-top: 8rem;	
}
#subCon .inner3.whBg .categoryWrap + .resultWrap {
	margin-top: 6rem;	
}
#subCon .inner3.whBg.survey .block .txtCenter .ui.button.blue .icon {
	margin-left: 0;
}

/*******20250219 category에서 categoryWrap 종료*******/

.character {
	width: 24rem;
	height: 24rem;
	background-color: #0d6efd;
	border-radius: 50%;
	overflow: hidden;
	margin-left: 6rem;
}
.character img {
	display: block;
	width: 100%;
}
.categoryName {
	width: calc(100% - 36rem);
	padding: 2rem 0rem;	
}
.categoryName div {
	display: block;
	width: 100%;
	border-radius: 6rem;
	background-color: #f6f6f6;
	padding: 2rem 6rem;	
}
#subCon .inner3.whBg .category + .resultWrap {
	margin-top: 6rem;	
}
.resultWrap .item {
	border-radius: 2rem;
	background-color: #f6f6f6;
	padding: 4rem 6rem;
}
.resultWrap .item + .reslutGraphics {
	margin-top: 3rem;
}
/*.resultWrap .reslutGraphics .item {
	width: calc((100% / 2) - 1.5rem);	
}*/




.resultWrap .reslutGraphics .item h4 + .Graphics {
	margin-top: 2rem;	
}

.resultWrap .reslutGraphics .item .Graphics .blinker {
	margin-bottom: 2rem;
}
.resultWrap .reslutGraphics .item .Graphics .blinker:first-child {
	margin-top: 6rem;	
}
.resultWrap .reslutGraphics .item .Graphics .blinker:last-child {
	margin-bottom: 6rem;	
}
.resultWrap .reslutGraphics .item .Graphics .blinker .txt {
	display: block;
	width: 10rem;
	font-size: 2.2rem;
	line-height: 5rem;
}
.resultWrap .reslutGraphics .item .Graphics .blinker dt {
	display: block;
	width: calc(100% - 12rem);
	line-height: 5rem;
}
.blinkerLine {
	width: 15rem;
	height: 5rem;
	border: 0.1rem solid rgba(0, 0, 0, 0.15);
	background-color: #999;
	border-radius: 2.5rem;
	padding: 0.5rem;
}
.blinkerLine .cricle {
	display: block;
	width: 4rem;
	height: 4rem;
	font-size: 1.2rem;
	line-height: 4rem;
	text-align: center;
	color: #bababa;
	border-radius: 50%;
	background-color: #fff;
	
}
.blinkerLine .cricle.green.on {
	background-color: #70ad47;
	color: #fff;
}
.blinkerLine .cricle.yellow.on {
	background-color: #ffd646;
	color: #000;
}
.blinkerLine .cricle.red.on {
	background-color: #F00;
	color: #fff;
}
.category .categoryName b {
	text-decoration: underline;	
}
.category .categoryName h4 b,
.resultWrap h4 b {
	color: #0d6efd;
	text-decoration: none;	
}
.resultWrap .kcalTxt b {
	color: #c80000;	
}
.resultWrap + .resultWrap {
	margin-top: 8rem;
}

.resultWrap .ui.fluid.accordion {
	background-color: #f6f6f6;
	border-radius: 2rem;
	padding: 3rem 6rem;	
}
.resultWrap .title {
	position: relative;	
}
.resultWrap .title:not(.ui) i {
    position: absolute;
    top: 2rem;
    right: 0rem;
    color: #bababa;
    font-size: 3rem;
}
.resultWrap .title .chevron.down.icon {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition:all 300ms linear;
}
.resultWrap .title.active .chevron.down.icon {
	top: 1rem;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	transition:all 300ms linear;
	color: #484848;
}
.resultWrap .ui.accordion:not(.styled) .title~.content:not(.ui) {
    padding: 4rem 0rem;
    border-top: 0.1rem solid rgba(0, 0, 0, 0.15);
    color: #000;
}
.resultWrap .content h6 + p {
	margin-top: 1rem;
}


#subCon .threeItem .item {
	width: calc(100% / 3);
	text-align: center;
}
#subCon .threeItem .item dd.img {
	width: 70%;
	max-width: 27rem;
	border-radius: 50%;
	aspect-ratio: 1/1;
	margin: 0 auto;
	background-color: #e0f0f1;
	overflow: hidden;
}
#subCon .threeItem .item:nth-child(2) dd {
	background-color: #f6f6f6;
}
#subCon .threeItem .item dt {
	margin-top: 2rem;
}
#subCon .inner3.whBg h3.txtCenter {
	font-size: 3.6rem;	
}
.resultWrap .content p + h6,
.resultWrap .content p + p,
.category + .category,
#subCon .inner3.whBg h3.txtCenter + p,
#subCon .inner3.whBg h3.txtCenter + p ~ p,
#subCon .inner3.whBg h4.txtCenter + .twoItem,
#subCon .inner3.whBg h3.txtCenter + .threeItem,
#subCon .inner3.whBg h3.txtCenter + .bookZone  {
	margin-top: 4rem;	
}
#subCon .inner3.whBg p + h4.txtCenter,
#subCon .inner3.whBg .dotLine + .block,
#subCon .inner3.whBg .threeItem + h4.txtCenter {
	margin-top: 10rem;	
}
#subCon .inner3.whBg .block + .dotLine {
	margin-top: 10rem;
	border: 0.1rem solid rgba(0, 0, 0, 0.1);
}
#subCon .inner3.whBg h3.txtCenter {
	font-family: 'Pretendard-Bold';
	font-weight: 700;	
}

.greyImg {
	margin-top: 6rem;
	border-radius: 2rem;
	padding: 8rem 0rem;
	background-color: #f9f9f9;	
}
.greenBg {
	border-radius: 2rem;
	padding: 6rem 4rem;
	background-color: #dbedef;
}
.greyImg img {
	display: block;
	margin: 0 auto;	
}
#subCon .inner3.whBg .twoItem .greyImg {
	width: calc((100% / 2) - 2rem);	
	margin-top: 0rem;
	border-radius: 2rem;
	padding: 6rem 4rem;
}
#subCon .inner3.whBg .twoItem .greyImg img {
	width: 100%;	
}
#subCon .inner3.whBg .twoItem .greyImg h6 {
	margin-top: 4rem;
	line-height: 120%;
}
#subCon .inner3.whBg .twoItem .greyImg h6 + p {
	margin-top: 2rem;	
}

/****** 20250331 CSS 추가 ******/

.resultWrap .reslutGraphics .item {
	width: 100%;	
}
.resultWrap .reslutGraphics .item + .item {
	margin-top: 3rem;	
}


.gauge_zone {
	margin-top: 4rem;	
}
.gauge_result {
    width: calc((100% / 2) - 1rem);
    position: relative;
    padding: 4rem;
    background-color: #fff;
    border-radius: 1rem;
	text-align: center;
}
.gauge_result:nth-child(n+3) {
	margin-top: 2rem;	
}
.survey .gauge_zone label.ui.button {
    font-size: 1.8rem;
    line-height: 160%;
    padding: 1.2rem 3rem;
    border-radius: 3rem;
    background-color: #eaeaea;
    color: #333;
    margin: 2rem auto 0 auto;
}


.greenBg .item,
.greyBg .item {
	position: relative;
	padding: 1rem 4rem;
	border-right: 0.1rem solid rgba( 0, 0, 0, 0.1);
}
.greenBg .item:nth-child(3),
.greyBg .item:nth-child(3)  {
	border-right: none;	
}
.greenBg .item h5,
.greyBg .item h5 {
	line-height: 120%;
}
.greenBg .item p {
	margin-top: 3rem;
	font-size: 1.6rem;
	line-height: 130%;
	text-align: justify;
}
.greenBg .item .ui.button.blue,
.greyBg .item .ui.button.blue {
	margin-top: 3rem;
	border-radius: 3rem;
	font-size: 1.6rem;
	padding: 2rem;
	background-color: #1b4dff;
}
.greyBg {
    border-radius: 2rem;
    padding: 6rem 4rem;
	margin: 6rem auto 4rem auto;
    background-color: #f6f6f6;
}
.greyBg .item p {
	margin-top: 3rem;
	font-size: 1.8rem;
	line-height: 130%;
	text-align: center;	
}
h3.txtCenter + h6.txtCenter {
	margin-top: 2rem;	
}

.ui.modal>.header:not(.ui) {
	font-size: 2.1rem;
	line-height: 130%;
	padding: 2rem;
}
.ui.modal .con {
	padding: 2rem;
}
.ui.modal .con .twoItem .greyImg {
	width: calc((100% / 2) - 1rem);
}
.ui.modal .con .greyImg {
    margin-top: 0rem;
    border-radius: 0rem;
    padding: 6rem;
    background-color: #f9f9f9;
}
.ui.modal .con .greyImg img {
	width: 100%;	
}
.ui.modal .con .greyImg img + img {
	margin-top: 6rem;	
}
.ui.modal .con .greyImg img + h6 {
	margin-top: 4rem;	
}
.ui.modal .con .greyImg h6 + p {
	margin-top: 2rem;
}
.ui.modal .footer {
	padding: 2rem;	
}


.question-block {
	margin-bottom: 3rem;
}

.question-title {
	font-weight: bold;
	margin-bottom: 0.8rem;
	font-size: 1.1rem;
}

.item h4 + .slider-container {
	margin-top: 2rem;	
}
.slider-container {
	position: relative;
	width: 100%;
	height: 8rem;
	touch-action: none;
}
.slider-container.img {
	margin-bottom: 20rem;
}
.slider-track {
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	height: 0.4rem;
	background: rgba(0, 0, 0, 0.1);
	transform: translateY(-50%);
	border-radius: 0.2rem;
}

.slider-point {
	position: absolute;
	top: 8%;
	width: calc(100% / 9);
	max-width: 5rem;
	aspect-ratio: auto 1 / 1;
	background-color: transparent;
	transform: translate(-50%, 0);
	cursor: pointer;
}
.slider-point:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1.5rem;
	height: 1.5rem;
	background: #ccc;
	border-radius: 50%;
}
.slider-container .slider-thumb.one,
.slider-container .slider-label:nth-child(4),
.slider-container .slider-point:nth-child(3) {
	left: calc((100% / 7) * 1 - (((100% / 7) * 1) /2));
}
.slider-container .slider-thumb.two,
.slider-container .slider-label:nth-child(6),
.slider-container .slider-point:nth-child(5) {
	left: calc((100% / 7) * 2 - (((100% / 7) * 1) /2));
	display: block;
}
.slider-container .slider-thumb.three,
.slider-container .slider-label:nth-child(8),
.slider-container .slider-point:nth-child(7) {
	left: calc((100% / 7) * 3 - (((100% / 7) * 1) /2));
	display: block;
}
.slider-container .slider-thumb.four,
.slider-container .slider-label:nth-child(10),
.slider-container .slider-point:nth-child(9) {
	left: calc((100% / 7) * 4 - (((100% / 7) * 1) /2));
	display: block;
}
.slider-container .slider-thumb.five,
.slider-container .slider-label:nth-child(12),
.slider-container .slider-point:nth-child(11) {
	left: calc((100% / 7) * 5 - (((100% / 7) * 1) /2));
	display: block;
}
.slider-container .slider-thumb.six,
.slider-container .slider-label:nth-child(14),
.slider-container .slider-point:nth-child(13) {
	left: calc((100% / 7) * 6 - (((100% / 7) * 1) /2));
	display: block;
}
.slider-container .slider-thumb.seven,
.slider-container .slider-label:nth-child(16),
.slider-container .slider-point:nth-child(15) {
	left: calc((100% / 7) * 7 - (((100% / 7) * 1) /2));
	display: block;
}
.slider-container .slider-thumb.eight,
.slider-container .slider-label:nth-child(18),
.slider-container .slider-point:nth-child(17) {
	left: calc((100% / 7) * 8 - (((100% / 7) * 1) /2));
	display: block;
}
.slider-container .slider-thumb.nine,
.slider-container .slider-label:nth-child(20),
.slider-container .slider-point:nth-child(19) {
	left: calc((100% / 7) * 9 - (((100% / 7) * 1) /2));
	display: block;
}

.slider-container.threeNth .slider-thumb.one,
.slider-container.threeNth .slider-label:nth-child(4),
.slider-container.threeNth .slider-point:nth-child(3) {
	left: calc((100% / 3) * 1 - (((100% / 3) * 1) /2));
}
.slider-container.threeNth .slider-thumb.two,
.slider-container.threeNth .slider-label:nth-child(6),
.slider-container.threeNth .slider-point:nth-child(5) {
	left: calc((100% / 3) * 2 - (((100% / 3) * 1) /2));
	display: block;
}
.slider-container.threeNth .slider-thumb.three,
.slider-container.threeNth .slider-label:nth-child(8),
.slider-container.threeNth .slider-point:nth-child(7) {
	left: calc((100% / 3) * 3 - (((100% / 3) * 1) /2));
	display: block;
}

.slider-container.foruNth .slider-thumb.one,
.slider-container.foruNth .slider-label:nth-child(4),
.slider-container.foruNth .slider-point:nth-child(3) {
	left: calc((100% / 4) * 1 - (((100% / 4) * 1) /2));
}
.slider-container.foruNth .slider-thumb.two,
.slider-container.foruNth .slider-label:nth-child(6),
.slider-container.foruNth .slider-point:nth-child(5) {
	left: calc((100% / 4) * 2 - (((100% / 4) * 1) /2));
	display: block;
}
.slider-container.foruNth .slider-thumb.three,
.slider-container.foruNth .slider-label:nth-child(8),
.slider-container.foruNth .slider-point:nth-child(7) {
	left: calc((100% / 4) * 3 - (((100% / 4) * 1) /2));
	display: block;
}
.slider-container.foruNth .slider-thumb.four,
.slider-container.foruNth .slider-label:nth-child(10),
.slider-container.foruNth .slider-point:nth-child(9) {
	left: calc((100% / 4) * 4 - (((100% / 4) * 1) /2));
	display: block;
}

.slider-container.fiveNth .slider-thumb.one,
.slider-container.fiveNth .slider-label:nth-child(4),
.slider-container.fiveNth .slider-point:nth-child(3) {
	left: calc((100% / 5) * 1 - (((100% / 5) * 1) /2));
}
.slider-container.fiveNth .slider-thumb.two,
.slider-container.fiveNth .slider-label:nth-child(6),
.slider-container.fiveNth .slider-point:nth-child(5) {
	left: calc((100% / 5) * 2 - (((100% / 5) * 1) /2));
	display: block;
}
.slider-container.fiveNth .slider-thumb.three,
.slider-container.fiveNth .slider-label:nth-child(8),
.slider-container.fiveNth .slider-point:nth-child(7) {
	left: calc((100% / 5) * 3 - (((100% / 5) * 1) /2));
	display: block;
}
.slider-container.fiveNth .slider-thumb.four,
.slider-container.fiveNth .slider-label:nth-child(10),
.slider-container.fiveNth .slider-point:nth-child(9) {
	left: calc((100% / 5) * 4 - (((100% / 5) * 1) /2));
	display: block;
}
.slider-container.fiveNth .slider-thumb.five,
.slider-container.fiveNth .slider-label:nth-child(12),
.slider-container.fiveNth .slider-point:nth-child(11) {
	left: calc((100% / 5) * 5 - (((100% / 5) * 1) /2));
	display: block;
}

.slider-label {
	position: absolute;
	top: 70%;
	transform: translate(-50%, 0);
	font-size: 1.5rem;
	white-space: nowrap;
	max-width: 8rem;
	text-align: center;
	color: rgba(0, 0, 0, 0.3);
}
.slider-container.threeNth .slider-label {
	width: 20rem;
	max-width: 20rem;
}


.slider-thumb {
	position: absolute;
	top: 40%;
	transform: translate(-50%, -50%);
	width: 3rem;
	height: 3rem;
	background: #999;
	border-radius: 50%;
	cursor: pointer;
	transition: left 0.3s ease;
	display: none;
	z-index: 2;
}

.group.active .slider-track {
	background: rgba(0, 0, 0, 0.15);
}
.group.active .slider-label {
	color: #333;
}
.group.active .slider-point:before {
	background: #999;
}
.group.active .slider-thumb {
	background: #007bff;
}
.group.active .slider-container.img .slider-label img  {
	filter: none;
	opacity: 1;
}
.problemList .group.active .item .dot li:before {
	background-color: #000;
}

.slider-thumb:hover {
	background: #0056b3;
}

.value-label {
	font-size: 1.5rem;
	font-weight: bold;
}

.average-display {
	margin-top: 2rem;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
	color: #333;
}

.categoryName .hash {
	padding: 0 ;	
}
.hash a {
	display: inline-block;
	margin-right: 0.4rem;	
}
.hash .blueTxt {
	font-size: 2rem;
	color: #0d6efd !important;
	cursor: pointer;
}
.hash .blueTxt:hover {
	text-decoration: underline;
}

/*.submit-btn {
	display: block;
	margin: 2rem auto 0;
	padding: 0.8rem 1.5rem;
	font-size: 1rem;
	background-color: #28a745;
	color: white;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	transition: background 0.2s ease;
}

.submit-btn:hover {
	background-color: #218838;
}*/

#gauge1, #gauge2, #gauge3, #gauge4, #gauge5 {
	width: 40rem;
	height: 20rem;
	margin: 0 auto;
}
#gauge1 div[data-role="surface"], 
#gauge2 div[data-role="surface"],
#gauge3 div[data-role="surface"],
#gauge4 div[data-role="surface"],
#gauge5 div[data-role="surface"] {
	width: 40rem !important;
	height: 20rem !important;
}

.type .item .typeInfo .hash {
	text-align: center;
}
.type .item .typeInfo .hash .blueTxt {
	font-size: 1.7rem;
}

/******20250331 CSS 추가 종료 *****/


.bookZone {
	width: calc(100% - 14rem);
	margin: 0 auto 6rem auto;	
}
.bookZone dd {
	width: 28rem;	
}
.bookZone dt {
	padding-top: 1rem;
	width: calc(100% - 36rem);	
}
.bookZone dt p {
	margin: 3rem 0;
}
.bookZone dt a .txt {
	font-size: 1.7rem;
	color: #1e276a;	
}
.bookZone dt .ui.button.black {
	background-color: #1e276a;	
}
.bookZone dt a .txt:hover {
	text-decoration: underline;
}

#subCon .inner3.whBg .block .txtCenter .ui.button.blue {
	padding: 2rem 4rem;
	background-color: #1b4dff;
}
.greenBg .item .ui.button.blue .icon {
	display: inline-block;
	margin-left: 2rem;	
}
#subCon .inner3.whBg .block .txtCenter .ui.button.blue .icon {
	margin-left: 4rem;	
}
#subCon .inner3.whBg #info h4 + .dot {
	margin-top: 1rem;	
}

#info + .type  {
	margin-top: 6rem;	
}
.type .item {
	width: calc((100% / 3) - 2rem);
	border-radius: 2rem;
	padding: 4rem;
	background-color: #f6f6f6;
}
.type .item:nth-child(n+4) {
	margin-top: 3rem;	
}
.type .item .character + .typeInfo,
.type .item .typeInfo p + .Graphics {
	margin-top: 2rem;	
}
.type .item .typeInfo .Graphics .blinker + .blinker {
	margin-top: 1.5rem;	
}
.type .item .character {
    width: 20rem;
    height: 20rem;
	margin: 0 auto;
	background-color: #ccc;
}
.type .item .character img {
	width: 100%;
}
.type .item .typeInfo h4,
.type .item .typeInfo p {
	text-align: center;	
}
.type .item .typeInfo .Graphics .blinker .txt {
    display: block;
    width: 10rem;
    font-size: 2rem;
    line-height: 5rem;
}



/******* 20250509 result css 시작 *******/
.block.flex:before {
	content: "";
	position: absolute;
	display: block;
	left: 50%;
	top: 8rem;
	width: 0.1rem;
	height: calc(100% - 32.5rem);
	background-color: rgba(0, 0, 0, 0.1);	
}
.resultItem {
	display: block;
	width: calc((100% / 2) - 6rem);
}
.resultItem .type {
	border-radius: 1.2rem;
    background-color: #f6f6f6;
    padding: 4rem;
}
.resultItem .type + .type {
	margin-top: 4rem;
}
.resultItem .type .typeName {
	text-align: center;	
}
.resultItem .type .typeName b {
    color: #0d6efd;
    text-decoration: none;
	word-break: break-all;
	
}
.resultItem .type h4 {
	line-height: 130%;	
}
.resultItem .type .typeName h4 + h3,
.resultItem .type h4 + .dot,
.resultItem .type h4 + .gauge_zone,
.resultItem .type h4 + .advice,
.resultItem .type h4 + #chart,
.resultItem .type h4 + p {
	margin-top: 1rem;
}
.resultItem .type #chart {
	padding: 1rem;
	background-color: #fff;
	border-radius: 1rem;
}
.resultItem .type .advice p + h6 {
	margin-top: 2rem;
}
.resultItem .type p + .dot {
	margin-top: 3rem;
}
.resultItem .typeImg {
    width: 24rem;
    height: 24rem;
    border-radius: 50%;
    overflow: hidden;
	margin: 4rem auto 0 auto;
}
.resultItem .typeImg img {
	display: block;
    width: 100%;
}
.resultItem .type .gauge_result {
    width: 100%;
	padding: 4rem 2rem;
}
.resultItem .type .gauge_result:nth-child(n+2) {
    margin-top: 2rem;
}
.resultItem .type #gauge1,
.resultItem .type #gauge2,
.resultItem .type #gauge3,
.resultItem .type #gauge4 {
    width: 36rem;
    height: 18rem;
    margin: 0 auto;
}
.ranking .txtBox {
	text-align: center;
	width: calc((100% / 2) - 0.2rem);
	word-break: keep-all;
	background-color: #fbbd08;
	margin: 3rem 0 0 0;
	padding: 1rem;
	color: #000;
	border-radius: 0.4rem;
}
.resultItem p + hr {
	margin: 4rem 0;	
}
.resultItem .blueTxt {
	color: #0d6efd !important;
}
.addTxt {
	font-size: 1.8rem;
	line-height: 140%;
	margin-bottom: 4rem;
	color: #0d6efd;
}
.resultItem p + .ui.button.blue {
	background-color: #0d6efd;
	font-size: 1.7rem;
	border-radius: 3rem;
	padding: 1.5rem 3rem;
}
.resultItem .dot.bigP li {
    font-size: 2rem;
	font-weight: 500;
    color: #333 !important;
}
/******* 20250509 result css 종료 *******/

.type .note {
	position: relative;
	padding-left: 2rem;
	font-style: italic;
}
.type .note:before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}


.good-habit,
.bad-habit {
	position: relative;
	border-radius: 1rem;
	padding: 7rem 2rem 1rem 2rem;
	background-color: #fff;
	margin-top: 4rem;
}

.good-habit h5.tit,
.bad-habit h5.tit {
	position: absolute;
	display: block;
	text-align: center;
	width: 100%;
	left: 0rem;
	top: -2rem;
	padding: 0.8rem 1.5rem;
	font-size: 2.7rem;
	border-radius: 1rem 1rem 0 0;
	border: 0.1rem solid #ddd;
	background: #f7f7f7;
}
h5.tit.blue {
	border-color: #cfe3ff;
	background: #eaf3ff;
}
h5.tit.red {
	border-color: #fbd4e3;
	background: #fef1f6;
}

.resultItem .items {
	margin: 1rem 0 1.6rem;
	padding: 1rem 1.2rem; 
	border: 0.1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.8rem;
	background: #fff;
}

.resultItem .items h6[id]{
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.8rem;
  line-height: 1.5; /* 고정 */
  cursor: pointer;
}

/* 아이콘 고정 박스: 처음부터 자리 고정 */
.resultItem .items h6[id] .chev{
  display: inline-flex;
  width: 1.8rem;
  height: 1.8rem;
  flex: 0 0 1.8rem;
  align-items: center;
  justify-content: center;
  vertical-align: -0.125em; /* 베이스라인 미세 보정 */
}

/* 아이콘 자체 회전 애니메이션 */
.resultItem .items h6[id] .chev .icon{
  display: block;
  line-height: 1;
  font-size: 1.8rem;
  transition:transform .25s ease;
  transform-origin:50% 50%;
}
.resultItem .items.show-detail h6[id] .chev .icon{
  transform:rotate(180deg);
}

.resultItem .items p { 
	margin: 0.6rem 0 0;
}

/* 초기 표시 상태 */
.resultItem .items .line-one {
	display: block;
}
.resultItem .items .description {
	display: none;
}
.Little-good-food {
	margin-top: 3rem;
}

/* h6 클릭 후(설명만 보이게) - 다른 CSS의 강제 표시를 눌러 이김 */
.resultItem .items.show-detail .line-one {
	display: none !important;
}
.resultItem .items.show-detail .description {
	display: block !important;
}

@media (max-width: 1699px) {
	#subCon {
		padding-top: 13.3rem;
	}
	#subCon #greyBg {
		padding: 8rem 0;
	}
	#subCon #greyBg h3 {
		font-size: 3.8rem;	
	}
	#subCon #greyBg .inner3.whBg  h3 {
		font-size: 3rem;	
	}
	.greyImg {
		padding: 8rem 4rem;
	}
	#subCon #greyBg .inner3.whBg img {
		width: 100%;	
	}
	#greyBg .txtCenter .ui.button,
	#subCon .inner3.whBg .block .txtCenter .ui.button.blue {
		font-size: 2rem;
		padding: 1.5rem 3rem;
		border-radius: 3rem;
	}
	#subCon .inner3.whBg.survey {
		padding: 6rem;
	}
	
	#subCon .inner3.whBg #info + .category,
	.resultWrap + .resultWrap,
	#greyBg div.txtCenter {
		margin-top: 6rem;
	}
	
	/*******20250219 category에서 categoryWrap 변경시작*******/

	#subCon .inner3.whBg .categoryWrap {
		padding: 4rem 6rem;
	}
	#subCon .inner3.whBg .categoryWrap .categoryName {
		padding: 0rem;
	}
	#subCon .inner3.whBg #info + .categoryWrap {
		margin-top: 6rem;	
	}
	#subCon .inner3.whBg .categoryWrap + .resultWrap {
		margin-top: 6rem;	
	}
	
	/*******20250219 category에서 categoryWrap 종료*******/
	
	.character {
		width: 21rem;
		height: 21rem;
		margin-left: 4rem;
	}
	.categoryName {
		width: calc(100% - 30rem);
		padding: 2rem 0rem;
	}
	.categoryName div {
		border-radius: 2rem;
		padding: 4rem 6rem;
	}
	#subCon .inner3.whBg #info li {
		font-size: 1.9rem;
		padding-left: 1.8rem;
	}
	#subCon .inner3.whBg #info .dot li:before {
		top: 1rem;
		width: 0.5rem;
		height: 0.5rem;
	}
	
	.type .item .typeInfo .Graphics .blinker .txt {
		font-size: 1.8rem;
	}
}
@media (max-width: 1299px) {
	#subCon #greyBg {
		padding: 6rem 2rem;
	}
	#subCon #greyBg h3 {
		font-size: 3.6rem;	
	}
	#subCon #greyBg .inner3.whBg  h3 {
		font-size: 2.7rem;	
	}
	.txtCenter + .inner3 {
		margin-top: 4rem;
	}
	#subCon .inner3.whBg {
		padding: 6rem 4rem;
	}
	.resultWrap .content p + h6,
	.resultWrap .content p + p,
	.category + .category, #subCon .inner3.whBg h3.txtCenter + p,
	#subCon .inner3.whBg h3.txtCenter + p ~ p,
	#subCon .inner3.whBg h4.txtCenter + .twoItem,
	#subCon .inner3.whBg h3.txtCenter + .threeItem,
	#subCon .inner3.whBg h3.txtCenter + .bookZone {
		margin-top: 3rem;
	}
	#subCon .inner3.whBg p + h4.txtCenter,
	#subCon .inner3.whBg .dotLine + .block,
	#subCon .inner3.whBg .threeItem + h4.txtCenter,
	#subCon .inner3.whBg .block + .dotLine {
		margin-top: 7rem;
	}
	.greyImg {
		margin-top: 4rem;
        padding: 6rem 3rem;
    }
	#subCon .inner3.whBg .twoItem .greyImg {
		width: calc((100% / 2) - 1.5rem);
		padding: 4rem 3rem;
	}
	
	.bookZone {
		margin: 0 auto 4rem auto;
	}
	.bookZone dd {
		width: 21rem;
	}
	.bookZone dt {
		width: calc(100% - 28rem);
	}
	.bookZone dt .ui.button.black {
		font-size: 1.5rem;
		padding: 0.8rem 1.5rem;
	}
	.bookZone dt a .txt {
		font-size: 1.5rem;
	}
	
	#subCon .inner3.whBg .num {
		font-size: 2rem;
	}
	#subCon .inner3.whBg.survey {
		padding: 4rem;
	}
	.block + .block,
	.problemList .group + .group {
		margin-top: 7rem;
	}
	#subCon .inner3.whBg .fieldList li .tit {
		width: 9rem;
		font-size: 2rem;
	}
	#subCon .inner3.whBg .fieldList,
	#subCon .inner3.whBg #info {
    	padding: 4rem;
	}
	.fieldList li {
		margin-bottom: 2rem;
	}
	
	.problemList .item {
		padding-left: 7rem;
	}
	.problemList .item .num {
		font-size: 2.7rem;
		width: 5.4rem;
		height: 5.4rem;
		line-height: 5.4rem;
	}
	.problemList .group .item + .item {
		margin-top: 5rem;
	}
	.problemList .item h4 + .question,
	.problemList .item h4 + .explanation,
	.problemList .item .explanation p + dl,
	.problemList .item .explanation + .question,
	.problemList .item .dot + dl {
		margin-top: 2rem;
	}
	.problemList .item .explanation p,
	.problemList .item .explanation dd,
	.problemList .item .dot li,
	.resultWrap .reslutGraphics .item .dot li {
		font-size: 1.7rem;
	}
	.problemList .item .explanation p + p,
	.problemList .item .explanation p + .dot {
		margin-top: 0.5rem;
	}
	#subCon .inner3.whBg .fieldList li .con input.k-textbox {
		font-size: 1.6rem;
		height: 4.2rem;
	}
	#subCon .inner3.whBg .fieldList li .con .k-input {
		font-size: 1.6rem;
		height: 4rem;
	}
	
	/*******20250219 category에서 categoryWrap 변경시작*******/

	#subCon .inner3.whBg .categoryWrap {
		padding: 3rem 4rem;
	}
	#subCon .inner3.whBg .categoryWrap .categoryName {
		padding: 0rem;
	}
	#subCon .inner3.whBg #info + .categoryWrap,
	#subCon .inner3.whBg .categoryWrap + .resultWrap {
		margin-top: 4rem;	
	}
	
	/*******20250219 category에서 categoryWrap 종료*******/
	
	.categoryName div,
	.resultWrap .item {
        border-radius: 2rem;
        padding: 3rem 4rem;
    }
	#subCon .inner3.whBg #info + .category,
	.resultWrap + .resultWrap, #greyBg div.txtCenter,
	#subCon .inner3.whBg .category + .resultWrap {
        margin-top: 4rem;
    }
	.resultWrap .ui.fluid.accordion {
		padding: 2rem 4rem;
	}
	.resultWrap .title:not(.ui) i {
		top: 1rem;
		font-size: 2.7rem;
	}
	.resultWrap .title.active .chevron.down.icon {
    	top: 0rem;
	}
	.resultWrap .ui.accordion:not(.styled) .title~.content:not(.ui) {
		padding: 3rem 0rem;
	}
	.resultWrap .reslutGraphics .item .Graphics .blinker .txt {
		width: 9rem;
		font-size: 1.9rem;
	}
	.resultWrap .reslutGraphics .item .Graphics .k-chart, .k-stockchart {
		height: 30rem;
	}
	
	
	.type .item {
		width: calc((100% / 2) - 1rem);
		border-radius: 2rem;
		padding: 4rem;
	}
	.type .item:nth-child(n+3) {
		margin-top: 2rem;
	}
	
	/****** 20250401 추가 css *******/
	.greenBg,
	.greyBg {
		padding: 4rem 2rem;
	}
	.greenBg .item,
	.greyBg .item {
		padding: 1rem 2rem;
	}
	.greenBg .item .ui.button.blue,
	.greyBg .item .ui.button.blue {
		margin-top: 4rem;
		border-radius: 3rem;
		font-size: 1.4rem;
		padding: 1.5rem 2rem;
		background-color: #1b4dff;
	}
	.greenBg .item .ui.button.blue .icon,
	.greyBg .item .ui.button.blue .icon {
		display: inline-block;
		margin-left: 0.5rem;
	}
	.greenBg .item p,
	.greyBg .item  p {
		margin-top: 3rem;
		font-size: 1.5rem;
		line-height: 130%;
		text-align: left;
		padding: 0 1rem;
	}
	
	.hash .blueTxt {
		font-size: 1.8rem;
	}
	.gauge_result {
		padding: 3rem;
	}
	
	#gauge1, #gauge2, #gauge3, #gauge4, #gauge5 {
		width: 37rem;
		height: 17rem;
		margin: 0 auto;
	}
	#gauge1 div[data-role="surface"], 
	#gauge2 div[data-role="surface"],
	#gauge3 div[data-role="surface"],
	#gauge4 div[data-role="surface"],
	#gauge5 div[data-role="surface"] {
		width: 37rem !important;
		height: 17rem !important;
	}
	.survey .gauge_zone label.ui.button {
		font-size: 1.7rem;
		line-height: 160%;
		margin: 1rem auto 0 auto;
	}
	
	
	/****** 20250401 추가 css 종료*******/
	
	.block.flex:before {
		top: 4rem;
		height: calc(100% - 20.5rem);
		background-color: rgba(0, 0, 0, 0.1);
	}
	.resultItem {
    	display: block;
    	width: calc((100% / 2) - 4rem);
	}
	.resultItem .type #gauge1,
	.resultItem .type #gauge2,
	.resultItem .type #gauge3,
	.resultItem .type #gauge4 {
		width: 28.8rem;
		height: 14.4rem;
		margin: 0 auto;
	}
	.survey .gauge_zone label.ui.button {
        font-size: 1.5rem;
        line-height: 150%;
    }
	.resultItem p + .ui.button.blue {
		font-size: 1.6rem;
		border-radius: 2.5rem;
		padding: 1.2rem 2rem;
	}
	#greyBg .txtCenter .ui.button,
	#subCon .inner3.whBg .block .txtCenter .ui.button.blue {
        font-size: 1.8rem;
        padding: 1.2rem 2.5rem;
        border-radius: 2.5rem;
    }
}
@media (max-width: 1023px) {
	#subCon {
        padding-top: 9rem;
    }
	#subCon #greyBg {
		padding: 4rem 2rem;
	}
	#subCon #greyBg h3 {
		font-size: 3rem;	
	}
	#subCon #greyBg .inner3.whBg  h3 {
		font-size: 2.4rem;	
	}
	.txtCenter + .inner3 {
		margin-top: 3rem;
	}
	#subCon .inner3.whBg {
		padding: 4rem 3rem;
	}
	.resultWrap .content p + h6,
	.resultWrap .content p + p,
	.category + .category, #subCon .inner3.whBg h3.txtCenter + p,
	#subCon .inner3.whBg h3.txtCenter + p ~ p,
	#subCon .inner3.whBg h4.txtCenter + .twoItem,
	#subCon .inner3.whBg h3.txtCenter + .threeItem,
	#subCon .inner3.whBg h3.txtCenter + .bookZone {
		margin-top: 2rem;
	}
	#subCon .inner3.whBg p + h4.txtCenter,
	#subCon .inner3.whBg .dotLine + .block,
	#subCon .inner3.whBg .threeItem + h4.txtCenter,
	#subCon .inner3.whBg .block + .dotLine {
		margin-top: 4rem;
	}
	.greyImg {
		margin-top: 3rem;
        padding: 4rem 2rem;
    }
	#subCon .inner3.whBg .twoItem .greyImg {
		width: calc((100% / 2) - 1rem);
		padding: 3rem 2rem;
	}
	
	.bookZone {
		width: 100%;
		margin: 0 auto 2rem auto;
	}
	.bookZone dt .ui.button.black {
		font-size: 1.5rem;
		padding: 0.8rem 1.5rem;
	}
	.bookZone dt a .txt {
		font-size: 1.5rem;
	}
	.bookZone dd {
        width: 19rem;
		margin: 0 auto 3rem auto;
    }
	.bookZone dt {
        width: 100%;
		padding: 0 8rem;
    }
	.bookZone dt h5 {
		text-align: center;	
	}
	.bookZone dt p {
		text-align: center;
    	margin: 1.5rem 0;
	}
	#greyBg div.txtCenter {
    	margin-top: 4rem;
	}
	#greyBg .txtCenter .ui.button,
	#subCon .inner3.whBg .block .txtCenter .ui.button.blue {
        font-size: 1.8rem;
        padding: 1.4rem 3rem;
        border-radius: 2.5rem;
    }
	
	#subCon .inner3.whBg .num {
		font-size: 2rem;
	}
	#subCon .inner3.whBg.survey {
		padding: 3rem;
	}
	.block + .block,
	.problemList .group + .group {
		margin-top: 5rem;
	}
	#subCon .inner3.whBg .fieldList li .tit {
		width: 8rem;
		font-size: 1.8rem;
	}
	#subCon .inner3.whBg .fieldList,
	#subCon .inner3.whBg #info {
    	padding: 3rem;
	}
	.fieldList li {
		margin-bottom: 1rem;
	}
	#subCon .inner3.whBg #info li {
		font-size: 1.7rem;
		padding-left: 1.8rem;
	}
	#subCon .inner3.whBg #info .dot li:before {
		top: 0.8rem;
	}
	.problemList .item {
		padding-left: 7rem;
	}
	.problemList .item .num {
		font-size: 2.4rem;
		width: 5.4rem;
		height: 5.4rem;
		line-height: 5.4rem;
	}
	.problemList .group .item + .item {
		margin-top: 4rem;
	}
	.problemList .item h4 + .question,
	.problemList .item h4 + .explanation,
	.problemList .item .explanation p + dl,
	.problemList .item .explanation + .question,
	.problemList .item .dot + dl {
		margin-top: 1.5rem;
	}
	.problemList .item .explanation p,
	.problemList .item .explanation dd,
	.problemList .item .dot li,
	.resultWrap .reslutGraphics .item .dot li {
		font-size: 1.6rem;
	}

	#subCon .inner3.whBg .fieldList li .con input.k-textbox {
		font-size: 1.5rem;
		height: 4rem;
	}
	#subCon .inner3.whBg .fieldList li .con .k-input {
		font-size: 1.5rem;
		height: 3.8rem;
	}
	.problemList .item .question li + li {
		margin-left: 5rem;
	}
	.problemList .item .explanation dd {
		width: 20rem;
		line-height: 140%;
		margin-right: 2rem;
	}
	.problemList .item .question.img li .label,
	.problemList .item .explanation dt {
		width: 16rem;
		border-radius: 0.6rem;
	}
	
	/*******20250219 category에서 categoryWrap 변경시작*******/

	#subCon .inner3.whBg .categoryWrap {
		padding: 2rem 3rem;
	}
	#subCon .inner3.whBg .categoryWrap .character {
        width: 17rem;
        height: 17rem;
        margin-left: 0rem;
		margin: 0 auto;
    }
	#subCon .inner3.whBg .categoryWrap .categoryName {
		max-width: calc(100% - 23rem);
		width: 100%;
		padding: 0rem;
		margin: 0 auto;
	}
	#subCon .inner3.whBg #info + .categoryWrap,
	#subCon .inner3.whBg .categoryWrap + .resultWrap {
		margin-top: 3rem;	
	}
	
	/*******20250219 category에서 categoryWrap 종료*******/
	
	.categoryName div,
	.resultWrap .item {
        border-radius: 1.2rem;
        padding: 2rem 3rem;
    }
	#subCon .inner3.whBg #info + .category,
	.resultWrap + .resultWrap, #greyBg div.txtCenter,
	#subCon .inner3.whBg .category + .resultWrap {
        margin-top: 3rem;
    }
	.resultWrap .ui.fluid.accordion {
		padding: 1.5rem 3rem;
	}
	.resultWrap .title:not(.ui) i {
		top: 0.7rem;
		font-size: 2.5rem;
	}
	.resultWrap .title.active .chevron.down.icon {
    	top: -0.2rem;
	}
	.resultWrap .reslutGraphics .item .Graphics .blinker .txt {
		width: 8rem;
		font-size: 1.7rem;
	}
	.character {
        width: 17rem;
        height: 17rem;
        margin-left: 0rem;
    }
	.categoryName {
        width: calc(100% - 22rem);
        padding: 2rem 0rem;
    }
	.resultWrap .reslutGraphics .item .Graphics .k-chart, .k-stockchart {
		height: 24rem;
	}
	
	#info + .type {
		margin-top: 4rem;
	}
	.type .item {
		width: calc((100% / 2) - 1rem);
		border-radius: 2rem;
		padding: 4rem;
	}
	.type .item:nth-child(n+3) {
		margin-top: 2rem;
	}
	.type .item .typeInfo .Graphics .blinker .txt {
		width: 8rem;
		font-size: 1.6rem;
	}
	
	
	/****** 20250401 추가 css *******/
	.greenBg,
	.greyBg {
		padding: 2rem;
	}
	#subCon .threeItem.greenBg .item,
	#subCon .threeItem.greyBg .item {
		width: 100%;	
	}
	.greenBg .item,
	.greyBg .item {
		padding: 3rem 2rem;
		border-right: none;
		border-bottom: 0.1rem solid rgba(0, 0, 0, 0.15);
	}
	.greenBg .item:nth-child(3),
	.greyBg .item:nth-child(3) {
		border: none;	
	}
	.greenBg .item .ui.button.blue,
	.greyBg .item .ui.button.blue {
		margin-top: 2rem;
		border-radius: 3rem;
		font-size: 1.4rem;
		padding: 1.5rem 2rem;
		background-color: #1b4dff;
	}
	.greenBg .item .ui.button.blue .icon,
	.greyBg .item .ui.button.blue .icon {
		margin-left: 2rem;
	}
	.greenBg .item p,
	.greyBg .item p {
		margin-top: 2rem;
		font-size: 1.5rem;
		line-height: 130%;
		text-align: center;
		padding: 0 6rem;
	}
	
	
	.ui.modal .con .greyImg {
		padding: 3rem;
	}
	
	.slider-track {
		height: 0.3rem;
		border-radius: 0.2rem;
	}
	.slider-point:before {
		width: 1.2rem;
		height: 1.2rem;
	}
	.slider-thumb {
		width: 2.5rem;
		height: 2.5rem;
	}
	.slider-label {
		font-size: 1.4rem;
	}
	.slider-container.img {
		margin-bottom: 14rem;
	}
	.item h4 + .slider-container {
    	margin-top: 0rem;
	}
	.slider-container.threeNth .slider-label {
		width: 20rem;
		max-width: 15rem;
	}
	
	.gauge_result {
		width: 100%;
		padding: 3rem;
		border-radius: 1rem;
	}
	.gauge_result + .gauge_result {
		margin-top: 2rem;	
	}
	
	#gauge1, #gauge2, #gauge3, #gauge4, #gauge5 {
		width: 40rem;
		height: 20rem;
		margin: 0 auto;
	}
	#gauge1 div[data-role="surface"], 
	#gauge2 div[data-role="surface"],
	#gauge3 div[data-role="surface"],
	#gauge4 div[data-role="surface"],
	#gauge5 div[data-role="surface"] {
		width: 40rem !important;
		height: 20rem !important;
	}
	.survey .gauge_zone label.ui.button {
		font-size: 1.7rem;
		line-height: 160%;
		margin: 1rem auto 0 auto;
	}
	
	.type .item .typeInfo .hash .blueTxt {
		font-size: 1.5rem;
	}
		
	/****** 20250401 종료 css *******/
	
	.block.flex:before {
		display: none;
	}
	.resultItem {
    	width: 100%;
	}
	.resultItem .type #gauge1,
	.resultItem .type #gauge2,
	.resultItem .type #gauge3,
	.resultItem .type #gauge4 {
		width: 28.8rem;
		height: 14.4rem;
		margin: 0 auto;
	}
	.survey .gauge_zone label.ui.button {
        font-size: 1.5rem;
        line-height: 150%;
    }
	.resultItem p + .ui.button.blue {
		font-size: 1.6rem;
		border-radius: 2.5rem;
		padding: 1.2rem 2rem;
	}
	#greyBg .txtCenter .ui.button,
	#subCon .inner3.whBg .block .txtCenter .ui.button.blue {
        font-size: 1.8rem;
        padding: 1.2rem 2.5rem;
        border-radius: 2.5rem;
    }
}
@media (max-width: 767px) {
	#subCon {
        padding-top: 0rem;
    }
	#subCon #greyBg {
		padding: 3rem 1rem;
	}
	#subCon #greyBg h3 {
		font-size: 2.4rem;	
	}
	#subCon #greyBg .inner3.whBg  h3 {
		font-size: 2rem;	
	}
	.txtCenter + .inner3 {
		margin-top: 2rem;
	}
	#subCon .inner3.whBg {
		padding: 3rem 2rem;
	}
	.resultWrap .content p + h6,
	.resultWrap .content p + p,
	.category + .category, #subCon .inner3.whBg h3.txtCenter + p,
	#subCon .inner3.whBg h3.txtCenter + p ~ p,
	#subCon .inner3.whBg h4.txtCenter + .twoItem,
	#subCon .inner3.whBg h3.txtCenter + .threeItem,
	#subCon .inner3.whBg h3.txtCenter + .bookZone {
		margin-top: 2rem;
	}
	#subCon .inner3.whBg p + h4.txtCenter,
	#subCon .inner3.whBg .dotLine + .block,
	#subCon .inner3.whBg .threeItem + h4.txtCenter,
	#subCon .inner3.whBg .block + .dotLine {
		margin-top: 3rem;
	}
	#subCon .threeItem .item {
		width: 100%;
	}
	#subCon .threeItem .item + .item,
	#subCon .inner3.whBg .twoItem .greyImg + .greyImg {
		margin-top: 2rem;
	}
	#subCon .threeItem .item dd.img {
		width: 50%;
		max-width: 26rem;
	}
	#subCon .inner3.whBg h3.txtCenter + p br {
		display: none;	
	}
	#subCon .threeItem .item dt {
    	margin-top: 1rem;
	}
	.greyImg {
		margin-top: 3rem;
        padding: 0rem;
		background-color: transparent;
    }
	#subCon .inner3.whBg .twoItem .greyImg {
		width: 100%;
		padding: 3rem 2rem;
		background-color: #f6f6f6;
	}
	
	#subCon .threeItem.greenBg .item + .item,
	#subCon .threeItem..greyBg .item + .item {
		margin-top: 0;	
	}
	.bookZone {
		width: 100%;
		margin: 0 auto 2rem auto;
	}
	.bookZone dt .ui.button.black {
		font-size: 1.5rem;
		padding: 0.8rem 1.5rem;
	}
	.bookZone dt a .txt {
		font-size: 1.5rem;
	}
	.bookZone dd {
        width: 17rem;
		margin: 0 auto 3rem auto;
    }
	.bookZone dt {
        width: 100%;
		padding: 0;
    }
	#greyBg div.txtCenter {
    	margin-top: 3rem;
	}
	#greyBg .txtCenter .ui.button,
	#subCon .inner3.whBg .block .txtCenter .ui.button.blue {
        font-size: 1.5rem;
        padding: 1.2rem 2rem;
        border-radius: 2.4rem;
    }
	#subCon .inner3.whBg .block .txtCenter .ui.button.blue .icon {
    	margin-left: 2rem;
	}
	.bookZone dt a .txt {
        font-size: 1.12rem;
    }
	.bookZone dt .ui.button.black {
        font-size: 1.12rem;
        padding: 0.5rem;
    }
	
	#subCon .inner3.whBg .num {
		font-size: 1.8rem;
	}
	#subCon .inner3.whBg.survey {
		padding: 2rem;
	}
	.block + .block,
	.problemList .group + .group {
		margin-top: 3rem;
	}
	#subCon .inner3.whBg .fieldList li .tit {
		width: 7rem;
		font-size: 1.5rem;
	}
	#subCon .inner3.whBg .fieldList li .con {
		width: calc(100% - 8rem) !important;
		font-size: 1.5rem;
	}
	#subCon .inner3.whBg .fieldList,
	#subCon .inner3.whBg #info {
    	padding: 2rem;
	}
	.fieldList li {
		margin-bottom: 0rem;
	}
	#subCon .inner3.whBg #info li {
		font-size: 1.6rem;
		padding-left: 1.8rem;
	}
	#subCon .inner3.whBg #info .dot li:before {
		top: 0.8rem;
	}
	.problemList .item {
		padding-left: 0rem;
	}
	.problemList .item .num {
		position: relative;
		float: left;
		display: inline-block;
		font-size: 2rem;
		width: 4.8rem;
		height: 4.8rem;
		line-height: 4.8rem;
	}
	.problemList .item h4 {
		float: left;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		width: calc(100% - 7rem);
		max-width: 30rem;
		height: 4.8rem;
		padding-top: 0rem;
		line-height: 2.4rem;
		padding-left: 1.4rem;
	}
	.problemList .item h4 + .question,
	.problemList .item h4 + .explanation,
	.problemList .item .explanation p + dl,
	.problemList .item .explanation + .question,
	.problemList .item .dot + dl {
		clear: both;
		padding-top: 2rem;
	}
	.problemList .group .item + .item {
		margin-top: 4rem;
	}

	.problemList .item h4 + .question,
	.problemList .item h4 + .explanation,
	.problemList .item .explanation p + dl,
	.problemList .item .explanation + .question,
	.problemList .item .dot + dl {
		margin-top: 0rem;
	}
	.problemList .item .explanation p,
	.problemList .item .explanation dd,
	.problemList .item .dot li,
	.resultWrap .reslutGraphics .item .dot li {
		font-size: 1.6rem;
	}
	#subCon .inner3.whBg .fieldList li + li,
	#subCon .inner3.whBg #bbsInput + #info {
		margin-top: 1rem;
	}
	#subCon .inner3.whBg .fieldList li .con input.k-textbox {
		width: 22rem !important;
		font-size: 1.5rem;
		height: 4rem;
	}
	#subCon .inner3.whBg .fieldList li .con .k-input {
		font-size: 1.6rem;
		height: 3.8rem;
	}
	.problemList .item .question li + li {
		margin-left: 1.8rem;
	}
	.problemList .item .explanation dd {
		width: 20rem;
		line-height: 140%;
		margin-right: 2rem;
	}
	.problemList .item .question.img li .label,
	.problemList .item .explanation dt {
		width: 11.5rem;
		border-radius: 0.3rem;
	}
	.problemList .group .item + .item h4 {
		padding-left: 0;
	}
	.problemList .item .question .k-radio {
		width: 2.8rem;
		height: 2.8rem;
		margin: 0 auto 0.5rem auto;
	}
	.problemList .item .question.img li + li {
		margin-left: 0.3rem;
	}
	
	/*******20250219 category에서 categoryWrap 변경시작*******/

	#subCon .inner3.whBg .categoryWrap {
		display: block;
		padding: 2rem 3rem;
	}
	#subCon .inner3.whBg .categoryWrap .character {
        width: 16rem;
        height: 16rem;
		margin: 0 auto 2rem auto;
    }
	#subCon .inner3.whBg .categoryWrap .categoryName {
		max-width: 42rem;
		width: 100%;
		padding: 0rem;
		margin: 0 auto;
		text-align: center;
	}
	#subCon .inner3.whBg #info + .categoryWrap,
	#subCon .inner3.whBg .categoryWrap + .resultWrap {
		margin-top: 2rem;	
	}
	#subCon .inner3.whBg .categoryWrap .categoryName div {
		padding: 0;
	}
	
	/*******20250219 category에서 categoryWrap 종료*******/
	
	.categoryName div,
	.resultWrap .item {
        border-radius: 0.8rem;
        padding: 2rem;
    }
	#subCon .inner3.whBg #info + .category,
	.resultWrap + .resultWrap, #greyBg div.txtCenter,
	#subCon .inner3.whBg .category + .resultWrap {
        margin-top: 2rem;
    }
	.resultWrap .title:not(.ui) i {
		top: 1rem;
		right: -1rem;
		font-size: 2rem;
	}
	.resultWrap .title.active .chevron.down.icon {
    	top: 1rem;
	}
	.resultWrap .reslutGraphics .item .Graphics .blinker .txt {
		width: 8rem;
		font-size: 1.6rem;
	}
	.resultWrap .ui.accordion:not(.styled) .title~.content:not(.ui) {
        padding: 2rem 0rem;
    }
	.character {
        width: 16rem;
        height: 16rem;
		margin: 0 auto 2rem auto;
    }
	.categoryName {
        width: 100%;
        padding: 0;
    }
	.resultWrap .reslutGraphics .item .Graphics .k-chart, .k-stockchart {
		height: 24rem;
	}
	.resultWrap .reslutGraphics .item {
		width: 100%;
	}
	.resultWrap .reslutGraphics .item + .item {
		margin-top: 1rem;	
	}
	
	#info + .type {
		margin-top: 3rem;
	}
	.type .item {
		width: 100%;
		max-width: 40rem;
		border-radius: 2rem;
		padding: 4rem;
		margin: 0 auto;
	}
	.type .item:nth-child(n+2) {
		margin-top: 2rem;
	}
	.type .item .typeInfo .Graphics .blinker .txt {
		width: 8rem;
		font-size: 1.5rem;
	}
	
	/****** 20250401 추가 css *******/
	.greenBg,
	.greyBg {
		padding: 0rem 2rem;
	}
	.greenBg .item .ui.button.blue ,
	.greyBg .item .ui.button.blue{
		font-size: 1.4rem;
		padding: 1.2rem 2rem;
	}
	.greenBg .item p,
	.greyBg .item p {
		margin-top: 2rem;
		font-size: 1.4rem;
		padding: 0;
	}
	
	.ui.modal .con .greyImg {
		padding: 2rem;
	}
	.ui.modal .con .twoItem .greyImg {
		width: 100%;
		max-width: 45rem;
		margin: 0 auto;
	}
	.ui.modal .con .twoItem .greyImg + .greyImg {
		margin-top: 2rem;	
	}
	.ui.modal .footer .ui.button {
		font-size: 1.3rem;
		padding: 0.5rem 2rem;
	}
	
	.slider-track {
		height: 0.1rem;
		border-radius: 0.1rem;
	}
	.slider-point {
		top: 19%;
		max-width: 3.5rem;
	}
	.slider-point:before {
		width: 0.8rem;
		height: 0.8rem;
	}
	.slider-thumb {
		width: 2rem;
		height: 2rem;
	}
	.slider-label {
		font-size: 1.3rem;
	}
	.slider-container.img {
		margin-bottom: 10rem;
	}
	.item h4 + .slider-container {
    	margin-top: 0rem;
		clear: both;
	}
	.slider-container.threeNth .slider-label {
		width: 20rem;
		max-width: 12rem;
	}
	
	.gauge_result {
		padding: 2rem;
		border-radius: 0.8rem;
	}
	.gauge_result + .gauge_result {
		margin-top: 1rem;	
	}
	
	#gauge1, #gauge2, #gauge3, #gauge4, #gauge5 {
		width: 32rem;
		height: 16rem;
		margin: 0 auto;
	}

	.survey .gauge_zone label.ui.button {
		font-size: 1.4rem;
		margin: 0 auto;
	}
	
	.type .item .typeInfo .hash .blueTxt {
		font-size: 1.4rem;
	}
	/****** 20250401 추가 css 종료*******/
	
	.resultItem .type + .type {
		margin-top: 3rem;
	}
	.resultItem .type {
		border-radius: 0.8rem;
		padding: 2rem;
	}
	.resultItem p + hr {
		margin: 2rem 0;
	}
	.addTxt {
		font-size: 1.5rem;
		margin-bottom: 3rem;
	}
	.resultItem p + .ui.button.blue {
        font-size: 1.5rem;
        border-radius: 2.2rem;
        padding: 1rem 2rem;
    }
	.resultItem .type .gauge_result {
		padding: 3rem 0rem;
	}
	#gauge1 div[data-role="surface"],
	#gauge2 div[data-role="surface"],
	#gauge3 div[data-role="surface"],
	#gauge4 div[data-role="surface"],
	#gauge5 div[data-role="surface"] {
        width: 100% !important;
        height: 100% !important;
    }
	.resultItem .type #gauge1,
	.resultItem .type #gauge2,
	.resultItem .type #gauge3,
	.resultItem .type #gauge4 {
        width: 30rem;
        height: 14.5rem;
    }
	.resultItem .typeImg {
		width: 20rem;
		height: 20rem;
		margin: 2rem auto 0 auto;
	}
	
	.resultItem .dot.bigP li {
		font-size: 1.8rem;
	}
	
	.resultItem h4 {
		font-size: 2.2rem;	
	}
	.resultItem h6 {
        font-size: 1.8rem;
    }
	.resultItem p, .resultItem li {
        font-size: 1.5rem;
    }
	
	input,
	textarea,
	select {
	  font-size: 16px;
	}
	
}

@media (prefers-reduced-motion: reduce) {
	.resultItem .items h6[id] .icon { transition: none; }
}