@charset "UTF-8";

.font50 {
	--fontsize: 5.0rem;
	font-size: var(--fontsize);
}

.font70 {
	--fontsize: 7.0rem;
	font-size: var(--fontsize);
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
	background: rgba(217, 217, 217, 0.9) !important;
}

button,
input,
select {
	font-size: 1.6rem;
}

pre {
	color: #222222;
	font-weight: 300;
	line-height: 1.625;
}

.paging a {
	width: auto;
	color: rgba(170, 170, 170, 0.9);
	border: none;
	border-radius: 50%;
}

.paging ul {
	padding: 0 10px;
}

.paging ul li {
	margin: 0 !important;
}

.paging ul li a {
	width: 36px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.paging ul li:hover a,
.paging ul li.on a {
	background: #0056b8;
	color: #ffffff;
}

#sv {
	width: 100%;
	height: 190px;
	position: relative;
}

#sv * {
	color: #ffffff;
}

#sv .bg {
	background-image: url("/komefreser202307/img/sub/subVisual.jpg");
	z-index: -1;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#sv .text {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#sv h2 {
	font-weight: 700;
}

#sv .path {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#sv .path li {
	font-size: 1.4rem;
	font-weight: 300;
}

#sv .path li.home a {
	display: block;
	margin: 0 0 0.1em;
}

#sv .path li:not(.home) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#sv .path li:not(.home)::before {
	content: "";
	display: block;
	width: 2px;
	height: 2px;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	margin: 0 8px;
}

#sv .path li.path1 em {
	opacity: 0.4;
}

.subPage {
	padding: 80px 0 200px;
}

.subPage.paddingX {
	padding: 0;
}

.subPage h5,
.subPage h6 {
	color: #222222;
	font-size: 2.0rem;
}

.subPage h5 {
	font-weight: 700;
}

.subPage h6 {
	font-weight: 600;
}

.marginTop150 {
	margin-top: 150px;
}

.marginTop60 {
	margin-top: 60px;
}

.colorM {
	color: #0056b8 !important;
}
.colorG {
	color: #809D43 !important;
}

.pageTitle {
	text-align: center;
	margin: 0 0 60px;
}

.pageTitle>* {
	line-height: 1.4;
}

.pageTitle h3,
.pageTitle h4 {
	color: #222222;
}

.pageTitle h3 {
	font-weight: 700;
}

.pageTitle h4 {
	font-size: 2.5rem;
	font-weight: 700;
	margin: 40px 0 0;
}

.program_new .pageTitle h4 {
	margin: 0 0 0;
}
.pageTitle p {
	color: #555555;
	font-size: 1.8rem;
	font-weight: 300;
	margin: 30px 0 0;
}
.pageTitle .btnBox {
	margin-top: 30px;
}
.pageTitle .btnBox a {
	width: 350px;
	height: 50px;
	background: #0056B8;
	display: flex;
	align-items: center;
    justify-content: center;
	gap:0 15px;
	margin: 0 auto;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.3;
}
.pageTitle .btnBox a i {
	color: #fff;
	font-weight: 600;
}

.vwGray {
	position: relative;
}

.vwGray::before {
	content: "";
	display: block;
	width: 100vw;
	height: 100%;
	background: #f9f9f9;
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.bgGray {
	background: #f9f9f9;
}

.bgGrayD {
	background: #dfdfdf;
}

.bgWhite {
	background: #ffffff;
}

.bgColor {
	background: #f3f5f8;
}

.icon.colorB {
	-webkit-filter: grayscale(1) brightness(0.46);
	filter: grayscale(1) brightness(0.46);
}

.icon.colorG {
	-webkit-filter: grayscale(1) brightness(2.55);
	filter: grayscale(1) brightness(2.55);
}

.border {
	border: 1px solid rgba(217, 217, 217, 0.9);
}

.radius {
	border-radius: 10px;
}

.radius.round {
	border-radius: 100px;
}

.defaultButton {
	width: 230px;
	height: 58px;
	color: #ffffff;
	font-size: 2.0rem;
	font-weight: 600;
	margin: 0 auto;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.defaultButton.border {
	color: rgba(34, 34, 34, 0.8);
}

.defaultButton.gray {
	background: rgba(217, 217, 217, 0.9);
}

.defaultButton.gray:hover {
	background: #0056b8;
}

.defaultButton.blue {
	background: #0056b8;
}

.defaultButton.orange:hover {
	background: #F24E1E;
}

.flexBox .defaultButton {
	margin: 0;
}

.gap60 {
	gap: 0 60px;
}

.gap40 {
	gap: 0 40px;
}

.gap30 {
	gap: 0 30px;
}

.gap25 {
	gap: 0 25px;
}

.gap20 {
	gap: 0 20px;
}

.gap10 {
	gap: 0 10px;
}

.formWH {
	width: 100%;
	height: 70px;
}

.checkPopup {
	width: 100%;
	max-width: 320px;
	background: #fff;
	border-top: 4px solid #0056b8;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	padding: 20px 20px 30px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	display: none;
}

.checkPopup .inner {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.checkPopup .inner > button {
	margin: 0 0 0 auto;
}

.checkPopup p {
	font-size: 1.8rem;
	margin: 20px 0 30px;
}

.checkPopup .buttons {
	display: flex;
	justify-content: center;
	gap: 0 20px;
}

.checkPopup .buttons button {
	display: block;
	border-radius: 5px;
	padding: 10px 20px;
}

.checkPopup .buttons button:first-child {
	background: #0056b8;
	color: #fff;
}

.checkPopup .buttons button:last-child {
	background: #f3f5f8;
}

.checkBox {
	gap: 0 12px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.checkBox input[type=checkbox] {
/*	opacity: 0;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	position: absolute;*/
/*	top: 50%;*/
/*	left: 50%;*/
/*	-webkit-transform: translate(-50%, -50%);*/
/*	transform: translate(-50%, -50%);*/

/*	23.11.29 */
	width: 20px;
	height: 20px;
	border: 1px solid #dbdbdb;
}

.questionnaire .checkBox input[type=checkbox] {
	width: 16px;
	height: 16px;
	border: 1px solid #000;
}

.checkBox img {
	display: none;
}

.checkBox input[type=checkbox]:checked {
	border-color: #0056b8;
	background: url("/komefreser202307/img/sub/checkIcon.png") no-repeat center;
}

/*.checkBox input[type=checkbox]:checked+img {*/
/*	-webkit-filter: inherit;*/
/*	filter: inherit;*/
/*}*/

.radioBox {
	gap: 0 50px;
}

.radioBox label {
	gap: 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.radioBox input[type=radio] {
	width: 16px;
	height: 16px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border: 1.5px solid #222222;
	border-radius: 50%;
}

.radioBox.BigradioBox input[type=radio] {
	width: 25px;
	height: 25px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border: 1px solid #666666;
	border-radius: 50%;
}

.radioBox input[type=radio]:checked {
	background: transparent url("/komefreser202307/img/sub/icon/radioIcon.png") no-repeat center/8px 8px;
	border-color: #0056b8;
}

.radioBox em {
	color: #222222;
	font-size: 1.8rem;
}

.width100 {
	width: 100%;
}

.max550 {
	max-width: 550px;
}

.max280 {
	max-width: 280px;
}

.max200 {
	max-width: 200px;
}

.instead {
	border-bottom: 1px solid rgba(217, 217, 217, 0.9);
	padding: 0 0 40px;
}

.titleHeight,
.listTitle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.listBox .item.on {
	height: auto !important;
}

.titleHeight {
	height: 150px;
	border-bottom: 1px solid rgba(217, 217, 217, 0.9);
	padding: 0 40px;
}
.titleHeight.titleHeight2 {
	height: 70px;
}

.titleHeight.borderX {
	border: none;
}

.titleHeight>p {
	line-height: 1.4;
}

.listTitle {
	width: 190px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	gap: 0 12px;
}

.listTitle .icon {
	width: 22px;
}

.listTitle i {
	font-size: 3.0rem;
}

.agreeBox {
	border-bottom: 1px solid rgba(217, 217, 217, 0.9);
}

.agreeBox p {
	color: rgba(34, 34, 34, 0.8);
	font-size: 1.8rem;
	line-height: 1.4;
	margin: 20px 0 0;
}

.agreeBox .text {
	margin: 30px 0;
}

.agreeBox .text.scrollBar {
	height: 360px;
}

.agreeBox pre {
	padding: 40px;
}

.agreeBox .radioBox {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.agreeBottom {
	text-align: center;
}

.agreeBottom .radioBox {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 30px 0 60px;
}

.formBox {
	border-bottom: 1px solid rgba(217, 217, 217, 0.9);
}

.formBox h5 {
	margin: 0 0 30px 30px;
}

.formBox em {
	color: #222222;
	line-height: 1.4;
}

.formBox em.block {
	display: block;
	margin: 0 0 20px;
}

.formBox textarea {
	width: 100%;
	height: 200px;
	padding: 20px;
}

.formBox .q,
.formBox .a {
	padding: 30px;
}

.formBox .q {
	min-height: 82px;
	background: #f9f9f9;
	border-top: 1px solid rgba(217, 217, 217, 0.9);
	color: #222222;
	font-size: 1.8rem;
	line-height: 1.4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.formBox .q>p {
	font-size: 1.4rem;
}

.formBox .a * {
	font-size: 1.7rem;
}

.formBox .textBox .width52 {
	display: block;
	width: 52px;
}

.formBox .radioBox input[type=text] {
	margin: 0;
}

.login {
	width: 100%;
	height: 100vh;
}

.login .contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
}

.login .title {
	width: 34.35%;
	background: #0056b8;
	padding: 8% 0 0 6.4%;

	
	padding: 0;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.login .title * {
	color: #ffffff;
}

.login .title h2 {
	font-size: 6.0rem;
	font-weight: 700;
	margin: 0 0 20px;
}

.login .title p {
	font-size: 2.0rem;
	line-height: 1.5;

	font-size: 3.4rem;
	font-weight: 600;
	line-height: 1.3;
}

.login .logo {
	width: 160px;
	height: 160px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	margin: auto -80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.login .itemBox {
	width: 65.65%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 100px 0 0;

/*	align-items: flex-start;*/
	width: 100%;
}

.login .loginBox {
	width: 100%;
	max-width: 500px;
}

.login .loginBox .mem {
	justify-content: space-between;
	padding: 0 20px;
	margin: 0 0 25px;
}

.login .loginBox .mem .radioBox {
	display: flex;
	align-items: center;
	gap: 0 30px;
}

.login h4 {
	font-size: 2.8rem;
	font-weight: 600;
}

.login .inputBox {
	gap: 15px 0;
}

.login .inputBox .formWH {
	height: 65px;
}

.login .inputBox label {
	gap: 0 20px;
	padding: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.login .inputBox input,
.login .inputBox input::-webkit-input-placeholder {
	font-size: 2.0rem;
}

.login .inputBox input,
.login .inputBox input:-ms-input-placeholder {
	font-size: 2.0rem;
}

.login .inputBox input,
.login .inputBox input::-ms-input-placeholder {
	font-size: 2.0rem;
}

.login .inputBox input,
.login .inputBox input::placeholder {
	font-size: 2.0rem;
}

.login .inputBox input {
	width: 100%;
}

.login .inputBox label button {
	flex-shrink: 0;
	background: #0056b8;
	font-size: 1.6rem;
	color: #fff;
    padding: 0 15px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
	height: 50px;
    border-radius: 10px;
}

.login .inputBox input::-webkit-input-placeholder {
	color: #c4c4c4;
	color: #333333;
}

.login .inputBox input:-ms-input-placeholder {
	color: #c4c4c4;
	color: #333333;
}

.login .inputBox input::-ms-input-placeholder {
	color: #c4c4c4;
	color: #333333;
}

.login .inputBox input::placeholder {
	color: #c4c4c4;
	color: #333333;
}

.login .bottom {
	gap: 0 16px;
	margin: 20px 0 0 20px;
}

.login .bottom *:not(span) {
	font-size: 1.5rem;
}

.login .bottom label {
	gap: 0 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.login .bottom label em {
	color: #222222;
	font-weight: 500;
}

.login .bottom a {
	color: rgba(195, 195, 195, 0.9);
}

.login .buttonBox {
	margin: 30px 0 0;
}

.login .buttonBox * {
	font-size: 1.8rem;
}

.login .buttonBox>* {
	height: 56px;
	border-radius: 10px;
}

.login .buttonBox button {
	width: 210px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #0056b8;
	color: #ffffff;
	font-weight: 600;
	padding: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.login .buttonBox a {
	color: rgba(195, 195, 195, 0.7);
	padding: 0 40px;
	overflow: hidden;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.login .buttonBox a:hover {
	border-color: transparent;
	color: #ffffff;
}

.login .banner {
	margin: 30px 0 0;
}

.authBox h5 {
	margin: 0 0 30px;
}

.authBox .formBox {
	gap: 30px 0;
	border-bottom: none;
}

.authBox .formBox .max {
	width: 100%;
	max-width: calc(100% - 160px);
}

.authBox .formBox .max>div {
	width: 100%;
}

.authBox .formBox input[type=text],
.authBox .formBox input[type=password] {
	padding: 0 20px;
}

.authBox .formBox .red {
	color: #FF2828;
}

.authBox .formBox .flexBox button {
	width: 130px;
	height: 70px;
	background: #0056b8;
	border-radius: 10px;
	color: #ffffff;
	font-size: 1.7rem;
	font-weight: 300;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.authBox .formBox .max label {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.authBox .formBox .max label input {
	width: 100%;
	padding: 0;
}

.authBox .formBox .max label img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.authBox .formBox .gender label {
	position: relative;
}

.authBox .formBox .gender input,
.authBox .formBox .gender em {
	width: 100%;
	height: 100%;
}

.authBox .formBox .gender input {
	opacity: 0;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.authBox .formBox .gender input:checked+em {
	background: #0056b8;
	border-color: #0056b8;
	color: #ffffff;
}

.authBox .formBox .gender em {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.authBox .formBox .authentication {
	gap: 30px 0;
}
.authBox .formBox .authentication.width50 {
	width:100%;
	gap :40px;
	flex-direction: row;
}
.authBox .formBox .idEnter {
	padding-bottom:20px;
}
.authBottom .title {
	margin: 0 0 20px;
}

.authBottom .title p {
	color: #F24E1E;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.4;
}

.signup form>.column,
.edit form>.column,
.find form>.column {
	gap: 100px 0;
}

.register.terms .note {
	color: #222222;
	border-bottom: 1px solid rgba(217, 217, 217, 0.9);
	padding: 30px 0;
}

.register.terms .note p {
	line-height: 1.625;
}

.register.terms .note .colorM {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0 5px;
	font-weight: 300;
	margin: 16px 0 0;
}

.register.terms .note .colorM::before {
	content: "※";
}

.complete {
	text-align: center;
}

.complete dl {
	margin: 40px 0 90px;
}

.complete dl dt {
	color: #222222;
	font-size: 2.0rem;
	font-weight: 700;
	margin: 0 0 25px;
}

.complete dl dd {
	color: rgba(34, 34, 34, 0.8);
	font-weight: 300;
	line-height: 1.875;
}

.find .flexBox .defaultButton {
	margin: 0 auto;
}

.find div {
	width: 100%;
}

.find label {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.find label input {
	width: 100%;
}

.find label img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.find .id .bgGray {
	padding: 40px 0;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.find .id p {
	color: #222222;
	font-size: 2.0rem;
	font-weight: 300;
	line-height: 1.6;
}

.find .id em {
	color: #F24E1E;
}

.checkup .topInfo {
	padding: 0 40px;
	margin: 0 0 30px;
}

.checkup .topInfo h4 {
	color: #222222;
	font-size: 3.0rem;
	font-weight: 700;
}

.checkup .step.top,
.checkup .step.top li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.checkup .step.top {
	height: 80px;
	gap: 0 25px;
	background: #0056b8;
	border-bottom: 1px solid rgba(217, 217, 217, 0.9);
	padding: 0 40px;
}

.checkup .step.top li:not(:last-child) {
	gap: 0 25px;
}

.checkup .step.top li:not(:last-child)::after {
	content: "";
	display: block;
	width: 9px;
	height: 16px;
	background: url("/komefreser202307/img/sub/icon/stepArrow.png") no-repeat center;
	-webkit-filter: grayscale(1) brightness(2.9);
	filter: grayscale(1) brightness(2.9);
}

.checkup .step.top li button {
	color: rgba(217, 217, 217, 0.9);
	font-size: 2.0rem;
	font-weight: 600;
}

.checkup .step.top li.on button {
	color: #ffffff;
}

.checkup .step.top li.on::after {
	-webkit-filter: inherit;
	filter: inherit;
	filter: brightness(0) invert(1);
}

.checkup .step.top.fixed {
	width: 100%;
	max-width: calc(100% - 40px);
	position: fixed;
	top: 0;
	z-index: 2;
}

.checkup .step.side {
	border-radius: 10px 0 0 10px;
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.checkup .step.side li {
	width: 140px;
	height: 80px;
	position: relative;
	overflow: hidden;
}

.checkup .step.side li:nth-child(1) {
	border-radius: 10px 0 0 0;
}

.checkup .step.side li:nth-child(2) {
	border-top: 1px solid rgba(217, 217, 217, 0.9);
	border-bottom: 1px solid rgba(217, 217, 217, 0.9);
}

.checkup .step.side li:nth-child(3) {
	border-radius: 0 0 0 10px;
}

.checkup .step.side button,
.checkup .step.side button * {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.checkup .step.side button {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #ffffff;
	color: #9C9C9C;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.checkup .step.side em {
	font-size: 1.4rem;
	font-weight: 300;
}

.checkup .step.side h6 {
	font-size: 1.8rem;
	font-weight: 500;
	margin: 8px 0 0;
}

.checkup .step.side span {
	display: block;
	color: #666666;
	font-size: 1.4rem;
	margin: 6px 0 0;
}

.checkup .step.side li:hover,
.checkup .step.side li.on {
	overflow: inherit;
}

.checkup .step.side li:hover button,
.checkup .step.side li.on button {
	width: 170px;
	height: calc(100% + 2px);
	background: #0056b8;
	border-radius: 10px 0 0 10px;
}

.checkup .step.side li:hover button *,
.checkup .step.side li.on button * {
	color: #ffffff;
}

.checkup .clickOn {
	cursor: pointer;
}

.checkup .totalprice.on .total {
	display: none;
}

.checkup .totalprice > .checkup .totalprice .total.flexEnd {
	display:none;
}

.checkup .clickOn.on i {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.checkup .formWH {
	height: 60px;
}

.checkup .selectCustom.border {
	background: #fff;
	position: relative;
}

.checkup .selectCustom.border button {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.checkup .selectCustom.border button.button {

}
.checkup .selectCustom.border button i {
	color: #9C9C9C;
}

.checkup .selectCustom.border button.on i {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.checkup .selectCustom.border button.on+ul {
	display: block;
}

.checkup .selectCustom.border ul {
	width: 100%;
	height: 240px;
	background: #ffffff;
	/* border-radius: 30px; */
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	z-index: 2;
	overflow: hidden;
	overflow-y: scroll;
	display: none;
}
.checkup .selectCustom.border.company ul {
	height:122px;
}

.checkup .selectCustom.border ul li {
	width: 100%;
	height: 60px;
	color: rgba(156, 156, 156, 0.9);
	font-weight: 300;
	padding: 0 30px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

	/* 23.04.12 */
	color: #333333;
}

.checkup .selectCustom.border ul li:not(:last-child) {
	border-bottom: 1px solid rgba(217, 217, 217, 0.9);
}

.checkup .selectCustom.border ul li:hover {
	background: #F3F5F8;
	color: #0056b8;
}

.checkup .selectCustom.type {
	background: #ffffff;
	border-radius: 10px;
	overflow: hidden;
}

.checkup .selectCustom.type button,
.checkup .selectCustom.type ul li {
	width: 100%;
	font-size: 1.8rem;
	text-align: left;
	padding: 18px 20px;
	cursor: pointer;
}

.checkup .selectCustom.type button {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #0056b8;
	color: #ffffff;
}

.checkup .selectCustom.type button.on+ul {
	display: block;
}

.checkup .selectCustom.type ul {
	display: none;
}

.checkup .selectCustom.type ul li {
	color: rgba(102, 102, 102, 0.9);
}

.checkup .searchBox {
	gap: 0 20px;
	background: #ffffff;
	padding: 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.checkup .searchBox input {
	width: 100%;
	height: 100%;
}

.checkup .searchBox button {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.checkup .checkupButton {
	height: 66px;
	font-size: 2.0rem;
	font-weight: 600;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.checkup .noteP {
	color: #aaaaaa;
	font-size: 1.4rem;
	line-height: 1.4;

	/* 23.04.12 */
	color: #333333;
	;
}

.checkup .inner {
	display: none;
}

.checkup .inner>div {
	padding: 40px;
}

.checkup .support label,
.checkup .support em {
	position: relative;
}

.checkup .support em,
.checkup .support input[type=radio] {
	width: 100%;
	height: 100%;
}

.checkup .support em {
	color: #222222;
	position: relative;
	background: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.checkup .support input[type=radio],
.checkup .support input[type=checkbox] {
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.checkup .support input[type=radio]:checked+em,
.checkup .support input[type=checkbox]:checked+em {
	background: #0056b8;
	border-color: #0056b8;
	color: #ffffff;
}

.checkup .desired>* {
	padding: 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.checkup .desired em {
	color: rgba(156, 156, 156, 0.9);
	pointer-events: none;
	/* 23.04.12 */
	color: #333333;

}
.checkup .desired em a {
	display: flex;
	align-items: center;
	padding-left: 65px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.checkup .desired.familly ul,
.checkup .desired.company ul {
	padding: 0px;
}

.checkup .desired.familly ul li:not(:last-child),
.checkup .desired.company ul li:not(:last-child){
	border-bottom:none;
}

.checkup .datepickerBox {
	gap: 0 20px;
	position: relative;

	/* 24.01.30 */
	cursor: pointer;
}

/* 24.01.30 */
.checkup .d_picker {
	position: absolute;
	top: 100%;
	left: 0;
	width: 280px;
    border: 1px solid rgba(217, 217, 217, 0.9);
    transform: translateY(4px);
    overflow: hidden;
}
.checkup .d_header {
	display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
	background: #F3F5F8;
    border: none;
    font-weight: 400;
	padding: 10px;
}

.checkup .pickerBox {
	
}
.checkup .pickerBox .d_picker {
	position: relative;
	display: block;
	top: -35px;
    left: 230px;
    width: 280px;
    border: 1px solid rgba(217, 217, 217, 0.9);
    transform: translateY(4px);
    overflow: hidden;
}

.checkup .d_prev,
.checkup .d_next {
	width: 9px;
    height: 16px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    filter: grayscale(1) brightness(1.4);
}
.checkup .d_prev {
	background-image: url(/komefreser202307/img/sub/icon/datepickerPrev.png);
    left: 20px;
}
.checkup .d_prev {
	background-image: url(/komefreser202307/img/sub/icon/datepickerNext.png);
    right: 20px;
}
.checkup .d_title {
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.8em;
}
.checkup .d_table {
	width: calc(100% - 20px);
    font-size: 1.5rem;
    margin: 0 auto 10px;
}
.checkup .d_table th {
	color: rgba(156, 156, 156, 0.9);
    font-weight: 400;
    padding: 10px 0;
	text-align: center;
}
.checkup .d_table td {
    padding: 0;
    width: 24px;
    height: 24px;
    text-align: center;
    border: 0;
    padding: 1px;
}
.checkup .datepickerBox input[type=text] {
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.checkup .tableBox {
	margin: 20px 0 0;
}


.checkup .tableBox table .bgBlue {
	background: #F3F5F8;
}

.checkup .tableBox table th,
.checkup .tableBox table td {
	height: 60px;
	border-bottom: 1px solid rgba(217, 217, 217, 0.9);
}

.checkup .tableBox table th.semi,
.checkup .tableBox table td.semi {
	font-size: 1.8rem;
	font-weight: 600;
}

/* .checkup .tableBox table th:not(:last-child),
.checkup .tableBox table td:not(:last-child) {
	border-right: 1px solid rgba(217, 217, 217, 0.9);
} */

.checkup .tableBox table th {
	color: #000000;
	font-size: 1.6rem;
	font-weight: 500;
}

.checkup .tableBox table td {
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.5;
	padding: 0 40px;
}

.checkup .tableBox .checkBox em {
	font-size: 1.5rem;
	font-weight: 300;
}

.checkup .tableBox .selectCustom {
	background: transparent;
	color: #0056b8;
	font-weight: 500;
}

.checkup .type .text {
	text-align: center;
	padding: 50px 0;
}

.checkup .type .text>button {
	width: 305px;
	color: #ffffff;
	background: #0056b8;
}

.checkup .type .text p {
	color: #222222;
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.5;
	margin: 60px 0 50px;
}

.checkup .type .line {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.checkup .type hr {
	width: 100%;
	height: 1px;
	background: rgba(0, 86, 184, 0.2);
	border: none;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
}

.checkup .type .typeButton {
	position: relative;
	z-index: 1;
}

.checkup .type .typeButton.off {
	display: none;
}

.checkup .compare {
	display: none;
}

.checkup .compare .compareButton {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 50px 0 0;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.checkup .additional {
	padding: 0 40px;
}

.checkup .additional .titleHeight {
	border-bottom: none;
	padding: 0;
}

.checkup .additional .itemBox {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
	gap: 40px 25px;

	/* 23.04.21 */
	gap: 25px;
}

.checkup .additional .itemBox .item {
	position: relative;
}

.checkup .additional .itemBox label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-radius: 10px;
	padding: 32px 30px;
	width: 100%;
	height: 100%;

	/* 23.04.21 */
	align-items: center;
	padding: 20px;
}

.checkup .additional .itemBox .checkMark,
.checkup .additional .itemBox input[type=checkbox] {
	position: absolute;
	top: 0;
	right: 0;
}

.checkup .additional .itemBox .checkMark {
	width: 40px;
	height: 40px;
	background: #0056b8;
	color: #ffffff;
	border-radius: 0 10px;
	opacity: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.checkup .additional .itemBox .icon {
	/* margin: auto 0 0 auto; */
}

.checkup .additional .itemBox h5 span {
	display: none;
}

.checkup .additional .itemBox p,
.checkup .additional .itemBox em {
	color: #666666;
}

.checkup .additional .itemBox p {
	font-size: 1.5rem;
	line-height: 1.2;
	margin: 25px 0 15px;

	/* 23.04.18 */
	display: none;
}

.checkup .additional .itemBox em {
	font-weight: 500;

	/* 23.04.18 */
	display: block;
	margin: 40px 0 0;

	/* 23.04.21 */
	margin: 0 20px 0 auto;
}

.checkup .additional .itemBox input[type=checkbox] {
	left: 0;
	z-index: 2;
	cursor: pointer;
	width: 100%;
	height: 100%;
}

.checkup .additional .itemBox input[type=checkbox]:checked+label {
	border-color: #0056b8;
}

.checkup .additional .itemBox input[type=checkbox]:checked+label .checkMark {
	opacity: 1;
}

.checkup .additional .itemBox input[type=checkbox]:checked+label .text h5 {
	color: #0056b8;
}

.checkup .additional .itemBox input[type=checkbox]:checked+label .icon {
	-webkit-filter: inherit;
	filter: inherit;
}

.checkup .additional .itemBox input[type=checkbox]:checked+label .checkMark {
	opacity: 1;
}

.checkup .additional .itemBox input[type=checkbox]:checked~.text h5 {
	color: #0056b8;
}

.checkup .additional .itemBox input[type=checkbox]:checked~.icon {
	-webkit-filter: inherit;
	filter: inherit;
}

.checkup .information {
	gap: 40px 0;
}

.checkup .information .dot {
	width: 215px;
	flex-shrink: 0;
	color: #222222;
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.checkup .information .dot::before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background: #222222;
	border-radius: 50%;
	margin: 0 12px;
}

.checkup .information .info>div {
	gap: 0 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.checkup .information .infoSelect {
	width: 44%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.checkup .information .selectBox.border ul {
	height: 160px;
}

.checkup .information .selectBox.border ul li {
	height: 40px;
}

.checkup .information button {
	padding: 0 30px;
}

.checkup .information button em {
	color: rgba(156, 156, 156, 0.9);
}

.checkup .information .infoText {
	width: 100%;
}

.checkup .information .infoText label {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}

.checkup .information .infoText input[type=text] {
	padding: 0 30px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.checkup .fee {
	padding: 0 40px 40px;
}

.checkup .fee hr {
	width: 100%;
	height: 1px;
	background: #666666;
	border: none;
	margin: 0;
}

.checkup .fee .detail {
	gap: 0 16%;
	padding: 0 35px;
}

.checkup .fee .detail h6,
.checkup .fee .detail .list>div,
.checkup .fee .detail .list #view_add_item>div {
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	 justify-content: space-between;
}
/* .checkup .fee .detail .list .add_program {
	display: flex;
    flex-direction: column;
	align-items: flex-start;
}
.checkup .fee .detail .list .add_program div {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    align-items: center;
    justify-content: space-around;
} */

.checkup .fee .detail h6 {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.checkup .fee .detail .list {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.checkup .fee .detail .list>div:not(.top) h6 {
	gap: 0 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.checkup .fee .detail .list>div:not(.top) h6::before {
	content: "ㄴ";
	margin-right: 4px;
}
.checkup .fee .detail .list #view_add_item{flex-wrap:wrap; height: 100%;}
.checkup .fee .detail .list #view_add_item>div{width: 100%;}
.checkup .fee .detail .list #view_add_item>div h6{display:block; line-height: 100px;}
.checkup .fee .detail .list #view_add_item>div p{width: 64%;}

.checkup .fee .detail .list h6,
.checkup .fee .detail .list em {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.checkup .fee .detail .list h6 {
	width: 16%;
	color: #aaaaaa;
	font-weight: 500;
}

.checkup .fee .detail .list p {
	color: #222222;
	font-size: 2.0rem;
	font-weight: 300;
	width: 64%;
}

.checkup .fee .detail .list button {
	width: 108px;
	height: 40px;
	border: 1px solid rgba(170, 170, 170, 0.9);
	border-radius: 10px;
	color: rgba(170, 170, 170, 0.9);
	font-weight: 500;
	margin: 0 0 0 auto;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.checkup .fee .detail .list button:hover {
	color: #ffffff;
	background: #0056b8;
	border-color: #0056b8;
}

.checkup .fee .detail .list em {
	width: 20%;
	display: block;
	text-align: right;
}

.checkup .fee .detail .top h6 {
	color: #222222;
}

.checkup .fee .detail .top p {
	font-weight: 500;
}

.checkup .fee .detail .top p span {
	position: relative;
}

.checkup .fee .detail .top p span::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #0056b8;
	position: absolute;
	left: 0;
	bottom: -5px;
}

.checkup .fee .total {
	padding: 35px;
}

.checkup .fee .total>* {
	color: #222222;
	font-size: 2.5rem;
	font-weight: 700;
}

.checkup .faq .q,
.checkup .faq .a {
	border-bottom: 1px solid rgba(217, 217, 217, 0.9);
}

.checkup .faq .a {
	display: none;
}

.checkup .faq .text,
.checkup .faq .a div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0 20px;
}

.checkup .faq button,
.checkup .faq .a div {
	padding: 20px 40px;
}

.checkup .faq button {
	width: 100%;
	gap: 0 40px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.checkup .faq button.on i {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.checkup .faq h6,
.checkup .faq i {
	line-height: 1.312;
}

.checkup .faq h6 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 35px;
}

.checkup .faq p {
	color: #333333;
	font-size: 1.6rem;
	line-height: 1.625;
	text-align: left;
}

.checkup .faq i {
	color: #000000;
	font-size: 2.2rem;
}

.checkup .checkupButton.complete {
	width: 260px;
	background: #0056b8;
	color: #ffffff;
}

.checkup .checkupBottom {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 54.45% 40.65%;
	grid-template-columns: 54.45% 40.65%;
	gap: 0 70px;
	padding: 0 46px;
}

.checkup .checkupBottom>div,
.checkup .checkupBottom .icon,
.checkup .checkupBottom button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.checkup .checkupBottom>div {
	height: 260px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 10px;
	text-align: center;
}

.checkup .checkupBottom .icon {
	height: 30px;
}

.checkup .checkupBottom .notification {
	background: rgba(13, 61, 115, 0.04);
}

.checkup .checkupBottom .notification dl dd {
	font-weight: 500;
}

.checkup .checkupBottom .kakaotalk {
	background: rgba(255, 231, 0, 0.4);
}

.checkup .checkupBottom .kakaotalk dl dd {
	font-weight: 300;
}

.checkup .checkupBottom dl {
	margin: 25px 0 0;
}

.checkup .checkupBottom dl * {
	color: #222222;
}

.checkup .checkupBottom dl dt {
	font-size: 2.0rem;
	font-weight: 600;
	margin: 0 0 15px;
}

.checkup .checkupBottom .pBox {
	margin: 20px 0 0;
}

.checkup .checkupBottom .pBox * {
	line-height: 1.625;
}

.checkup .checkupBottom .dot {
	display: inline-block;
	color: #999999;
	font-weight: 500;
}

.checkup .checkupBottom .dot::before {
	content: "·";
	font-weight: 700;
	margin: 0 5px 0 0;
}

.checkup .checkupBottom button {
	width: 130px;
	height: 40px;
	background: #391c1b;
	border-radius: 20px;
	color: #ffffff;
	font-weight: 500;
	margin: 50px 0 0;
}

.checkup .desiredBox .notification {
	margin: 0 0 0 228px;

	margin: -20px 0 0 230px;
}

.checkup .desiredBox .notification dl dt {
	font-size: 1.8rem;
	font-weight: 600;
	margin: 0 0 15px;
}

.checkup .desiredBox .notification .pBox * {
	line-height: 1.625;
}

.checkup.complete .tableBox {
	max-width: 720px;
	margin: 20px auto 50px;
	overflow: hidden;
}

.checkup.complete table tr:last-child th,
.checkup.complete table tr:last-child td {
	border-bottom: none;
}

.checkup.complete table th,
.checkup.complete table td {
	height: auto;
	border-right: 1px solid rgba(217, 217, 217, 0.9);
	border-bottom: 1px solid rgba(217, 217, 217, 0.9);
	color: #222222;
	font-size: 1.6rem;
	line-height: 1.4;
	text-align: center;
	padding: 15px 30px;
}

.checkup.complete table th:last-child,
.checkup.complete table td:last-child {
	border-left: 1px solid rgba(217, 217, 217, 0.9);
	border-right: none;
}

.checkup.complete table th {
	background: #f3f5f8;
	font-weight: 500;
}

.checkup.complete table td {
	font-weight: 300;
}

.checkup.complete table td.left {
	text-align: left;
}

.checkup.company .contents {
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
}

.checkup.company .itemBox {
	display: flex;
	flex-direction: column;
	gap: 30px 0;
}

.checkup.company .column {
	gap: 10px 0;
}

.checkup.company .pBox {
	display: flex;
	flex-direction: column;
	gap: 8px 0;
	margin: 30px auto 50px;
}
.checkup.company .pBox em.red {
	color: #ff0000;
}

.corporate .topInfo {
	gap: 0 30px;
}

.corporate .topInfo .alignCenter {
	gap: 0 15px;
}

.corporate .topInfo em {
	color: rgba(51, 51, 51, 0.9);
	font-size: 2.0rem;
}

.corporate .topInfo hr {
	width: 1px;
	height: 18px;
	background: rgba(51, 51, 51, 0.9);
	border: none;
	margin: 0;
}


.personal .topInfo .flexBox {
	width: auto;
}

.personal .topInfo .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 25px 0;
}

.personal .topInfo p {
	color: rgba(34, 34, 34, 0.8);
	font-size: 1.8rem;
}

.personal .topInfo .column {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.personal .topInfo .column * {
	font-size: 1.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.personal .topInfo .column ul {
	gap: 0 10px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.personal .topInfo .column ul li {
	gap: 0 12px;
	color: rgba(102, 102, 102, 0.6);

	/* 23.04.12 */
	color: #333333;
}

.personal .topInfo .column .dlBox {
	gap: 0 30px;
}

.personal .topInfo .column dl dt {
	color: #222222;
	font-weight: 500;
}

.personal .topInfo .column dl dd {
	color: rgba(34, 34, 34, 0.8);
}

.personal .togle_program {
	display: flex;
    flex-direction: column;
    width: 100%;
	height: 155px;
	/*height: 270px;*/
}

.personal .togle_program ul {
	background: #ffffff;
    border-radius: 10px;
    overflow: scroll;
}

.personal .togle_program ul li {
	width: 100%;
    font-size: 1.8rem;
    cursor: pointer;
}
.personal .togle_program ul li button {
	display: block;
	width: 100%;
    text-align: left;
	padding: 18px 20px;
}

.personal .togle_program ul li.on {
	    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    /* height: 100%; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #0056b8;
    color: #ffffff;
}
.personal .togle_program ul li.on > button {
	color: #ffffff;
}

.personal .TabBox_program {
	display: flex;
    flex-direction: row;
    width: 100%;
	margin-bottom:40px;
}

.personal .TabBox_program ul {
	width: 100%;
	display: grid;
    grid-template-columns: repeat(8, 1fr);
}

.personal .TabBox_program ul li {
	position: relative;
	width: 100%;
	height: 80px;    
    display: flex;
    justify-content: center;
    align-content: center;
	background-color: #f5f9fd;
}

.personal .TabBox_program ul li button {
	width:100%;
}

.personal .TabBox_program ul li.on,
.personal .TabBox_program ul li:hover {
	background-color: #efefef;
	background-color: #ddd;
}
.personal .TabBox_program ul li:hover button {
	color:#0056b8; 
}


.personal .programBox .programList .ProgramTitle {
    display: flex;
	align-items: center;
    gap: 30px;
	padding: 50px;
	/* margin-bottom: 20px; */
	background-color: #f5f9fd;
}

.personal .programBox .programList .ProgramTitle .img {
	width: 110px;
	height: 110px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 50%;
	padding: 25px;
}
.personal .programBox .programList .ProgramTitle h4 {
	font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 20px;
}
.personal .programBox .programList .ProgramTitle p {
	font-size: 1.7rem;
	line-height: 1.5;
}
.personal .programBox .programList .detaile {
	width: 100%;
	display: flex;
    gap: 0 40px;
}

.personal .programBox .programList .detaile .item {
	width: 100%;
	display: flex;
    gap: 20px;
	align-items: center;	
	justify-content: space-between;
	padding:25px 15px;
	background-color: #f5f9fd;
	border-radius: 5px;
}

.personal .programBox .programList .detaile .item .icon {
	display: flex;
    gap: 10px;
	align-items: center;
	margin-left: 20px;
}

.personal .programBox .programList .detaile .item .icon p {
	font-size: 1.6rem;
	font-weight: 400;
}

.personal .programBox .programList .detaile .item .text {
	display: flex;
}

.personal .programBox .programList .detaile .item .text p {
	font-size: 1.6rem;
	font-weight: 400;
	color: #666;
	line-height: 1.3;
}

.personal .programBox .programList .detaile .item .text p span {
	font-size: 2.6rem;
	font-weight: 600;
	color: #0056b8;
}

.personal .programBox .tableWrap {
	margin: 30px 0 0;
}

.personal .programBox .tableWrap .title h4 {
	font-size: 2.2rem;
	font-weight: 600;
	color: #0056b8;
	margin-bottom: 20px;
}
.personal .programBox .tableWrap .title h4 span {
	color: #222222;
}

.personal .programBox .tableBox th {
	font-size: 1.6rem;
    text-align: left;
	height: 60px;
    padding: 18px 35px;
}
.personal .programBox .tableBox.typeBorder {
	border-top: 1px solid #9F9F9F;
	/* border: 1px solid #9F9F9F;
	border-radius: 5px; */
	overflow: hidden;
}
.personal .programBox .tableBox.typeGray th {
	background: #F8F8F8;
    font-weight: 400;
}
.personal .programBox .tableBox td.typeGray {
	background: #F8F8F8;
}
.personal .programBox .tableBox td {
	font-size: 1.6rem;
/*	height: 60px;*/
/*    padding: 18px 35px;*/
}
.personal .programBox .tableBox td label.checkBox {
	display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: auto;
    gap: 5px;
    margin-right: 20px;
}


.personal .userHistory {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-around; */
	justify-content: flex-start;
    gap: 10px;
    padding-top: 40px;
	flex-wrap: wrap;
}
.personal .userHistory .flexBox {
	display: flex;
	gap:10px;
	/* justify-content: space-evenly; */
	justify-content: flex-start;
	width: calc(100% / 4);
	width: calc((100% - 30px) / 4);
    text-align: right;
}
.personal .userHistory.w3 .flexBox {
	width: calc((100% - 20px) / 3);
}
.personal .userHistory .flexBox.alignCenter .flexBox {
	width: 100%;
}
.personal .userHistory.w3 .flexBox.alignCenter .flexBox {
	width: 100%;
}
.personal .userHistory .flexBox p {
	width:100px;
	flex-shrink: 0;
}
.personal .userHistory .flexBox .checkBox p {
	width: auto;
}

.checkup .selectCustom.border ul li {
	position: relative;
}
.checkup .selectCustom.border ul li a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 0 30px;
	display: flex;
	align-items: center;
}

.personal .price_fold .total {
	margin-left: 40px;
}

.personal .price_fold .total .price,
.personal .price_fold .total .optionprice,
.personal .price_fold .total .totalprice {
	display: flex;
    gap: 20px;
}
.personal .price_fold .total .optionprice {
	margin-right:40px;
}

.personal .price_fold .total h4 {
	color: #222222;
    font-size: 2.5rem;
    font-weight: 700;
}
.personal .price_fold .total em {
	font-size: 2.5rem;
    font-weight: 700;
}



.personal .customer,
.personal .privacy {
	padding: 62px 40px;
}

.personal .customer hr,
.personal .privacy hr {
	width: 100%;
	height: 1px;
	background: rgba(217, 217, 217, 0.9);
	border: none;
	margin: 20px 0 30px;
}

.personal .customer ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px 0;
	padding: 0 35px;
}

.personal .customer ul li:not(.phone):not(.address) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.personal .customer ul li.phone,
.personal .customer ul li.address {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.personal .customer ul li.phone h6,
.personal .customer ul li.address h6 {
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.personal .customer ul h6 {
	width: 135px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 1.8rem;
	font-weight: 500;
}

.personal .customer ul h6 span {
	color: #FF2828;
}

.personal .customer ul div {
	width: 100%;
}

.personal .customer ul input[type=text] {
	border-radius: 10px;
	padding: 0 20px;
}

.personal .customer ul input[type=text]::placeholder {
	font-size: 1.8rem;
	font-weight: 500;
	opacity: 0.6;
}

.personal .customer ul input[type=text].big {
	height: 100px;
}

.personal .customer ul .phone .column {
	gap: 20px 0;
}

.personal .customer ul .phone .column .flexBox {
	gap: 0 10px;
}

.personal .customer ul .phone .column .flexBox input {
	max-width: 590px;
}

.personal .customer ul .email div {
	gap: 0 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.personal .customer ul .email em {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: #222222;
	font-size: 1.8rem;
	font-weight: 500;
	font-family: 'Pretendard';
}

.personal .customer ul .address .wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.personal .customer ul .address .wrap .flexBox {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0 20px;
}

.personal .customer ul .phone button,
.personal .customer ul .address button,
.personal .customer ul .address p {
	font-size: 1.8rem;
}

.personal .customer ul .phone button,
.personal .customer ul .address button {
	background: #0056b8;
	border-radius: 10px;
	color: #ffffff;
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.personal .customer ul .address p {
	font-weight: 300;
}

.personal .privacy .top {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.personal .privacy .top p {
	gap: 0 6px;
	color: #222222;
	font-size: 1.8rem;
	line-height: 1.4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.personal .privacy .text {
	height: 450px;
	padding: 0;
	margin: 20px 30px;
}

.personal .privacy pre {
	padding: 40px;
}

.personal .privacy .agree dl {
	text-align: center;
}

.personal .privacy .agree dl dt {
	color: #222222;
	font-size: 2.0rem;
	font-weight: 600;
}

.personal .privacy .agree dl dd {
	color: #0056b8;
	font-weight: 300;
	margin: 15px 0 0;
}

.personal .privacy .agree .flexBox {
	gap: 0 50px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 30px 0 0;
}

.personal .reservation {
	display: flex;
    justify-content: center;
    align-items: center;
	gap: 40px;
    padding: 60px;
}
.personal .reservation h4 {
	display: flex;
    align-items: center;
    gap: 5px;
	height: 34px;
	font-size:2.0rem;
	font-weight:700;
}
.personal .reservation h4 img {
	width:30px;
}
.personal .reservation p {
	font-size:1.5rem;
	font-weight:400;
	line-height:1.3;
}
.personal .reservation .member,
.personal .reservation .non-member {	
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
	min-width: 270px;
	height:80px;
	text-align: center;	
	/* padding: 30px 40px; */
}

.personal .reservation .member {	
	background: #0056b8e3;
	color:#fff;
	
}
.personal .reservation .non-member {
	background: rgba(13, 61, 115, 0.04);
	color:#000;
	
}
.personal .reservation .finish {
	background: #0056b8e3;
	color:#fff;
}


.program .contents h4 {
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
	margin: 0 0 40px;
}

.program .itemWrap.bgGray {
	padding: 60px 0;
	margin: 100px 0;
}

.program .itemBox {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	gap: 16px 30px;
	padding: 0 40px;

	/* 23.04.13 */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.program .item {
	width: 100%;
	height: 246px;
	background: #ffffff;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;

	/* 23.04.13 */
	width: calc((100% - 60px) / 3);
}

.program .item::before {
	content: "";
	display: block;
	background: -webkit-gradient(linear, left top, left bottom, from(#0a5cba), to(#6c9dd6));
	background: linear-gradient(to bottom, #0a5cba, #6c9dd6);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	width: 100%;
	height: 100%;
}

.program .item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 0 0 48px;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	width: 100%;
	height: 100%;
}

.program .item p {
	color: #222222;
	font-size: 2.0rem;
	margin: -1em 0 0;
}

.program .icon {
	width: 178px;
	height: 178px;
	/* background: radial-gradient(50% 50% at 50% 50%, rgba(0, 86, 184, 0.16) 0%, rgba(0, 86, 184, 0) 100%); */
	border-radius: 50%;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.program .item:hover {
	border-color: transparent;
}

.program .item:hover::before {
	opacity: 1;
}

.program .item:hover a {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.program .item:hover .icon {
	background: transparent;
}

.terms h5,
.questionnaire h5 {
	margin: 0 0 30px;
}

.termsBox {
	gap: 60px 0;
	padding: 30px 0;
}

.questionnaire .flexBox.wrap {
	gap: 24px 100px;
}
.questionnaire .flexBox.wrap.gap30 {
	gap: 30px 30px;
	flex-direction: column;
}

.questionnaire .flexBox.wrap .flexBox {
	width: auto;
}
.questionnaire .flexBox.wrap .flexBox.detailBox {
	display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: flex-start;
}

.questionnaire .flexBox:not(.termsBox).column {
	gap: 24px 0;
}

.questionnaire .formWH {
	height: 60px;
	padding: 0 20px;
}

.questionnaire input[type=text]:not(.formWH) {
	width: 50px;
	height: 32px;
	border: 1px solid rgba(217, 217, 217, 0.9);
	border-radius: 6px;
	color: rgba(34, 34, 34, 0.8);
	text-align: center;
	margin: 0 6px 0 20px;
}

.questionnaire input[type=text]:not(.formWH).big {
	width: 98px;
	height: 54px;
}
.questionnaire input.big.right {
	text-align:right;
	padding-right:5px;
}

.questionnaire span.bgGray {
	width: 168px;
	height: 46px;
	color: rgba(34, 34, 34, 0.9);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.questionnaire .filedown {
    background:#f9f9f9;
	padding:30px;
	border-radius:5px;
}
.questionnaire .filedown div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.questionnaire .filedown div .txt {
	font-size:1.9rem;
	font-weight:400;
}
.questionnaire .filedown div .file {
	width: 140px;
    border: 1px #dbdbdb solid;
    border-radius: 25px;
    padding: 15px 15px;
}
.questionnaire .filedown div .file i {
	color:#9C9C9C;
}
.questionnaire .filedown div .file p {
	color: rgba(34, 34, 34, 0.8);
}

.questionnaire .formBox {
	margin: 0 0 60px;
}

.questionnaire.terms .formBox {
	margin: 0;
}

.questionnaire.terms .infoBox .formBox {
	border-bottom: none;
}

.tableBox.basic table th,
.tableBox.basic table td {
	border-bottom: 1px solid rgba(217, 217, 217, 0.9);
	color: #333333;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	padding: 30px 0;
}

.tableBox.basic table th:not(:last-child) {
	position: relative;
}

.tableBox.basic table th:not(:last-child)::after {
	content: "|";
	color: rgba(51, 51, 51, 0.2);
	position: absolute;
	right: 0;
}

.tableBox.basic table .left {
	text-align: left;
	padding: 10px 10px;
}

.tableBox.basic table .subject.left a:visited { 
	color:#000;
}


.tableBox.basic table td button {
	display: inline-block;
	border: 1px solid rgba(217, 217, 217, 0.9);
	border-radius: 5px;
	padding: 10px 15px;
	transition: all 0.4s;
}

.tableBox.basic table td button:hover {
	background: #0056b8;
	border-color: #0056b8;
	color: #fff;
}
.reservation .note_p,
.gongdan .note_p {
	padding: 20px;
	font-size: 2.0rem;
	color: #222;
	font-weight: 600;
}
.gongdan .note_p {
	background: #f3f5f8;	
	padding: 30px 20px;
}
.reservation .infoment {
	padding: 20px 0;
	padding: 40px;
}
.reservation .infoment h6 {
	margin: 0 0 20px;
}
.reservation .infoment p {
	font-size:1.8rem;
	line-height:1.5;
}

.reservation .noList {
	height: 600px;
	border-bottom: 1px solid rgba(217, 217, 217, 0.9);
	color: #222222;
	font-size: 2.0rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}


.result.list .defaultButton {
	font-size: 1.8rem;
	font-weight: 400;
}

.result.intro .step.side {
	border-radius: 0 0 10px 10px;
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.quickMenu_rightType {
  background: #ffffff;
  border-radius: 20px;
  /* padding: 30px; */
  -webkit-box-shadow: 10px 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 0 15px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /* right: -175px; */
  z-index: 6;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  right: 0;
}
.quickMenu_rightType.on {
    right: -175px;
}
.quickMenu_rightType.on i {
	transform: rotateY(180deg);
}
.quickMenu_rightType button {
  width: 30px;
  height: 30px;
  background: #00b739;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.quickMenu_rightType button i {
    color: #ffffff;
    font-size: 13px;
}
.quickMenu_rightType .txtBox {
	padding: 10px;
    border-radius: 0px 0px 10px 10px;
    background: rgb(0, 183, 57);
}
.quickMenu_rightType .txtBox p {
	text-align: center;
    font-size: 1.6rem;
    color: rgb(255, 255, 255);
}
/* .result.intro .body {
	position: relative;
}
.result.intro .body .dotList {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.result.intro .body .dotList a {
	display: block;
	width: 7px;
	height: 7px;
	background: transparent;
	border-radius: 50%;
	font-size: 0;
	position: absolute;
}
.result.intro .body .dotList a.active {
	background: red;
}
.result.intro .body .dotList .dotB {
	left:72.5%;
}
.result.intro .body .dotList .dotM {
	left: 30.5%;
}
.result.intro .body .dotList .dot1 {
	top: 2%;
}
.result.intro .body .dotList .dot2 {
	top: 14.5%;
}
.result.intro .body .dotList .dot3 {
	top: 21.5%;
}
.result.intro .body .dotList .dot4 {
	top: 34.5%;
}
.result.intro .body .dotList .dot5 {
	top: 44.5%;
}
.result.intro .body .dotList .dot6 {
	top: 21%;
}
.result.intro .body .dotList .dot7 {
	top: 73%;
}
.result.intro .body .dotList .dotW {
	top: 50%;
    left: 24.4%;
}
.result.intro .tooltip {
	background: #666;
	border-radius: 25px;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	padding: 5px 10px;
	position: absolute;
	display: none;
}
.result.intro .step.side .txtBox {
	padding:10px 10px;
	border-radius:0 0 10px 10px;
	background: #00b739;
}
.result.intro .step.side .txtBox p {
	text-align:center;
	font-size:1.6rem;
	color:#fff;
}
.result.intro .overall {
    display: flex;
    flex-direction: column;
    gap: 25px;
	border: 1px solid rgba(217, 217, 217, 0.9);
    border-radius: 10px;
	margin-bottom: 40px;
	padding: 40px 10px 20px;
}
.result.intro .overall .flexBox {
	align-items: center;
	padding: 40px 50px;
}
.result.intro .overall .titleBox h4 {
	text-align: center;
	color: #222222;
    font-size: 2.5rem;
	font-weight:700;
}
.result.intro .overall .txtBox {
	max-height: 705px;
    overflow-y: scroll;
    padding: 50px;
	border: 1px #dbdbdb solid;
    border-radius: 10px;
}
.result.intro .overall .txtBox .txt h6 {
	margin : 20px 0;
}
.result.intro .overall .txtBox p {	    
	line-height: 1.6;
}
.result.intro .overall .body {
	width:100%;
	max-width: 300px;
}
.result.intro .overall .DataBox .Item {
	gap: 40px 0;
    padding: 20px 40px;
}
.result.intro .overall .DataBox .Item h5 {
	color: #222222;
    font-size: 2.0rem;
	margin: 0 0 10px;
}
.result.intro .overall .DataBox .Item p {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 10px;
    color: #333333;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.6666;
}
.result.intro .overall .DataBox .Item p:before {
	content: "·";
} */
.result.intro .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: 0 10px;
	margin: 0 0 20px;
}

.result.intro .title_box { margin: 0 0 40px; }
.result.intro .title_box hr { margin: 30px 0; width: 100%; height: 1px; background: #d9d9d9; border: none; }
.result.intro .title_box { line-height: 1.6; font-size: 1.7rem; }
.result.intro .overall,
.result.intro .overall .scroll_box { border-radius: 10px; border: 1px solid #d9d9d9; }
.result.intro .overall { padding: 40px 50px; display: flex; align-items: center; gap: 0 70px; margin-bottom: 100px; }
.result.intro .overall .person { width: 100%; max-width: 535px; height: 590px; flex-shrink: 0; position: relative; }
.result.intro .overall .person .img,
.result.intro .overall .person .circle_point { position: absolute; left: 50%; transform: translateX(-50%); }
.result.intro .overall .person .img { bottom: 0; width: 100%; text-align: center; }
.result.intro .overall .person .circle_point { display: flex; flex-direction: column; gap: 7px 0; top: 3px; }
.result.intro .overall .person .circle_point span,
.result.intro .overall .person .list { opacity: 0.2; transition: all 0.2s; }
.result.intro .overall .person .circle_point span.on,
.result.intro .overall .person .list.on { opacity: 1; }
.result.intro .overall .person .circle_point span { display: block; width: 95px; height: 95px; border-radius: 50%; }
.result.intro .overall .person .circle_point span.yellow { background: rgba(255, 229, 0, 0.4); }
.result.intro .overall .person .circle_point span.green { background: rgba(83, 194, 121, 0.4); }
.result.intro .overall .person .circle_point span.blue { background: rgba(0, 133, 255, 0.3); }
.result.intro .overall .person .list_box { width: 100%; height: 100%; display: flex; flex-wrap: wrap; position: relative; z-index: 1; }
.result.intro .overall .person .list { width: 50%; display: flex; flex-direction: column; position: relative; }
.result.intro .overall .person .list:nth-child(odd) { align-items: flex-start; }
.result.intro .overall .person .list:nth-child(even) { align-items: flex-end; }
.result.intro .overall .person .list h6 { cursor: pointer; line-height: 1.3; color: #fff; border-radius: 100px; font-size: 1.8rem; width: 100px; text-align: center; padding: 10px 0; font-weight: 600; margin: 0 0 20px; position: relative; }
.result.intro .overall .person .list.yellow h6,
.result.intro .overall .person .list.yellow p::before { background: #F5CE3E; }
.result.intro .overall .person .list.green h6,
.result.intro .overall .person .list.green p::before { background: #70A431; }
.result.intro .overall .person .list.blue h6,
.result.intro .overall .person .list.blue p::before { background: #0055B8; }
.result.intro .overall .person .list.gray h6,
.result.intro .overall .person .list.gray p::before { background: #B5B5B5; }
.result.intro .overall .person .list .line { position: absolute; top: 20px; }
.result.intro .overall .person .list:nth-child(even) .line { right: 100px; }
.result.intro .overall .person .list:nth-child(odd) .line { left: 100px; }
.result.intro .overall .person .list:nth-child(3) .line { top: -32%; }
.result.intro .overall .person .list:nth-child(3),
.result.intro .overall .person .list:nth-child(4) { margin-top: 75px; }
.result.intro .overall .person .list p { display: flex; gap: 0 7px; margin-bottom: 5px; color: #222; line-height: 1.6; }
.result.intro .overall .person .list p::before { content: ""; display: block; width: 3px; height: 3px; border-radius: 50%; transform: translateY(0.7em); flex-shrink: 0; }
.result.intro .overall .scroll_box { height: 705px; padding: 50px; }
.result.intro .overall .txtBox { overflow-y: scroll; height: 100%; }
.result.intro .overall .txtBox h5 { font-size: 2.2rem; }
.result.intro .overall .txtBox h5,
.result.intro .overall .txtBox h6 { line-height: 1.3; }
.result.intro .overall .txtBox h6 { margin: 20px 0; }
.result.intro .overall .txtBox p { line-height: 1.6; }


.result.intro .itemBox {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
	gap: 10px 13px;
}

.result.intro .item {
	overflow: hidden;
}

.result.intro .item a,
.result.intro .item .icon,
.result.intro .item p {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.result.intro .item a,
.result.intro .item .icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.result.intro .item a {
	height: 230px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px 0;
}

.result.intro .item .icon {
	height: 77px;
	opacity: 0.8;
}

.result.intro .item p {
	color: #222222;
	font-size: 2.0rem;
}

.result.intro .item:hover a {
	background: #0056b8;
}

.result.intro .item:hover .icon {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.result.intro .item:hover p {
	color: #ffffff;
}

.result.view .noList,
.result.view .viewListBox {
	border-top: 1px solid rgba(217, 217, 217, 0.9);
	border-bottom: 1px solid rgba(217, 217, 217, 0.9);
}

.result.view .noList {
	color: #222222;
	font-size: 2.0rem;
	font-weight: 300;
	padding: 60px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.result.view h5,
.result.view h6 {
	margin: 0 0 30px;
}

.result.view h6 {
	font-size: 1.8rem;
}

.result.view .basic .itemBox {
	gap: 40px 0;
	padding: 40px;
}

.result.view .basic h5 {
	margin: 0 0 20px;
}

.result.view .basic p {
	color: #333333;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.6666;
}

.result.view .basic p.dot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0 10px;	
}

.result.view .basic p.dot::before {
	content: "·";
}

.result.view .viewListBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 60px 0;
	padding: 30px 0;
}

.result.view .tableBox {
	overflow: hidden;
}

.result.view table tr:last-child th,
.result.view table tr:last-child td {
	border-bottom: none;
}

.result.view table th,
.result.view table td {
	height: 70px;
	border-right: 1px solid rgba(217, 217, 217, 0.9);
	border-bottom: 1px solid rgba(217, 217, 217, 0.9);
	color: #222222;
	font-size: 1.8rem;
	line-height: 1.4;
	text-align: center;
	padding: 24px 30px;
}
.result.view table th {
	padding: 10px 30px;
}

.result.view table th:last-child,
.result.view table td:last-child {
	border-left: 1px solid rgba(217, 217, 217, 0.9);
	border-right: none;
}

.result.view table th {
	background: #f3f5f8;
	font-weight: 500;
}
.result.view table th.light_c {
	background: #CCDDF1;
}
.result.view table th a {
	color: #EF2525;
	font-size: 16px;
}
.result.view table th.dark_c {
	background: #4D89CE;
	color: #fff;
}

.result.view table td {
	font-weight: 300;
}

.result.view table td.left {
	text-align: left;
}
.result.view table td.blue {
	background: #f3f5f8;
}


.result .my_results { display: flex; flex-direction: column; gap: 60px 0; padding: 60px 50px; background: #f9f9f9; margin-bottom: 40px; }
.result .my_results .t { display: flex; align-items: center; gap: 0 10px; margin-bottom: 30px; }
.result .my_results .t h5 { color: #222; font-size: 2.0rem; font-weight: 700; margin: 0; }
.result .my_results .t ul,
.result .my_results .t ul li { display: flex; align-items: center; }
.result .my_results .t ul { margin-left: auto; gap: 0 30px; }
.result .my_results .t ul li { gap: 0 5px; color: #222; }
.result .my_results .t ul li span { width: 20px; border-radius: 3px; height: 20px; }
.result .my_results .light { background: #CCDDF1; }
.result .my_results .dark { background: #4D89CE; }
.result .my_results .b_radius { border-radius: 10px; overflow: hidden; }
.result .my_results .table_c { border: 1px solid #7AA6D8; }
.result .my_results .table_c table th { color: #000; border-right-color: #7AA6D8; border-bottom-color: #7AA6D8; }
.result .my_results .table_c table .b_bottom_x { border-bottom: none; }
.result .my_results .table_c table td { height: 100px; border-right-color: #D8E7FC; border-bottom-color: #D8E7FC; }
.result .my_results .chart_c .con { height: 150px; display: flex; background: #fff; }
.result .my_results .chart_c .con > div { width: 100%; }
.result .my_results .chart_c .top { background: #FFEEEE; }
.result .my_results .chart_c .bottom { height: 60px; border-bottom: 1px solid #D8E7FC; }
.result .my_results .chart_c .amount { max-width: 240px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; color: #222; font-size: 1.8rem; font-weight: 500; }
.result .my_results .chart_c .inner_max { display: flex; justify-content: space-between; max-width: 930px; margin: auto; width: 100%; }
.result .my_results .chart_c .inner_max > * { width: 100%; text-align: center; }
.result .my_results .chart_c .mid > div { border-bottom: 1px solid #D8E7FC; }
.result .my_results .chart_c .top .amount { border-right: 1px solid #fff; }
.result .my_results .chart_c .mid .amount { border-right: 1px solid #D8E7FC; }
.result .my_results .chart_c .bars { position: relative; }
.result .my_results .chart_c .bars .inner_max { position: absolute; height: 300%; align-items: flex-end; bottom: 0; left: 50%; transform: translateX(-50%); }
.result .my_results .chart_c .bar_c { display: inline-flex; gap: 0 10px; justify-content: center; align-items: flex-end; height: 100%; }
.result .my_results .chart_c .bar { width: 40px; height: 20%; border-radius: 3px 3px 0 0; position: relative; }
.result .my_results .chart_c .bar span { position: absolute; color: #0056B8; font-weight: 500; text-align: center; left: 50%; transform: translateX(-50%); bottom: calc(100% + 5px); line-height: 1.3; }
.result .my_results .chart_c .bar span.red { color: #D31212; font-size: 1.7rem; font-weight: 700; }
.result .my_results .chart_c .bottom .inner_max { height: 60px; align-items: center; }
.result .my_results .chart_c .bottom p { color: #222; font-size: 1.7rem; font-weight: 500; }


.edit .editBottom {
	margin: 100px 0 0;
}

.edit .editBottom p {
	gap: 0 15px;
	color: #222222;
	margin: 0 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.edit .editBottom a {
	color: #777777;
	position: relative;
}

.edit .editBottom a::before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #777777;
	border-left: 1px solid #777777;
	position: absolute;
	top: calc(50% - 1px);
	right: -10px;
	-webkit-transform: translateY(-50%) rotate(135deg);
	transform: translateY(-50%) rotate(135deg);
}

.edit .editBottom span {
	color: #F24E1E;
	font-size: 1.4rem;
	font-weight: 300;
}

.stepList>div {
	display: none;
}

.stepList>div.on {
	display: block;
}

.popup {
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
  }
  
  .popup .inner {
	width: 100%;
	max-width: 400px;
	background: #ffffff;
	border: 1px solid #DEDEDE;
	border-radius: 10px;
	padding: 40px 30px;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
  }

  .popup h5 {
	font-size: 2.0rem;
	font-weight: 700;
	margin: 0 0 10px;
  }
  
  .popup .inputBox {
	display: flex;
	flex-direction: column;
	gap: 10px 0;
	margin: 30px 0;
  }

  .popup .flexBox {
	gap: 0 10px;
  }

  .popup .flexBox.column {
	gap: 5px 0;
  }

  .popup input {
	width: 100%;
	height: 45px;
	border-radius: 8px;
	padding: 0 15px;
  }

  .popup input::placeholder {
	font-size: 1.5rem;
  }
  
  .popup button {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	border-radius: 8px;
  }

  .popup button.border {
	font-size: 1.5rem;
	padding: 0 15px;
  }

  .popup .bottom {
	display: flex;
	gap: 0 10px;
  }

  .popup .bottom button {
	width: calc(50% - 5px);
	height: 50px;
	color: #ffffff;
  }

  .popup button.gray {
	background: rgba(217, 217, 217, 0.9);
  }

  .popup button.blue {
	background: #0056b8;
}






/* 공단검진에 대한 별도의 css*/
.gongdan .titleHeight.borderX {
	padding: 0 0;
}

.gongdan.checkup .desiredBox .notification {
	margin: -20px 0 0 190px;
}



.pop_program_view { position:fixed; top:0; left:0; visibility:hidden; z-index:-1; transition:all 0.3s; opacity:0; width:100%; height:100%; }
.pop_program_view.on { visibility:visible; opacity:1; z-index:99999; }
.pop_program_view .bg { position:fixed; left:0; top:0; width:100%; height:100%; background:rgba(0, 0, 0, 0.80); }
.pop_program_view .title-box { display:flex; align-items:center; justify-content:center; height:60px; background:#0056B8; border-radius:15px 15px 0 0; color:#fff; font-size:2.2rem; font-weight:700; line-height:1.3; }
.pop_program_view .popBody { position:absolute; left:50%; transform:translate(-50%, -50%); top:50%; z-index:5; max-width:1700px; width:100%; border-radius:0 0 15px 15px;  }
.pop_program_view .popBody .scroll-box { width:100%; height:700px; overflow:auto; background:#fff; border-radius:0 0 15px 15px; }
.pop_program_view .popBody .imgbox { padding:40px 23px 40px 40px; }
.pop_program_view .popBody .imgbox img { width:100%; height:auto; }
.pop_program_view .btn_close { cursor:pointer; position:absolute; top:8px; right:-52px; width:50px; height:50px; background:url(/komefreser202307/img/sub/btn_close_p.png) center center no-repeat;}

@media screen and (max-width:1800px){
    .pop_program_view .btn_close { top:-40px; right:-5px; width:40px; height:40px; background-size:20px auto; }
}
@media screen and (max-width:1280px){
    .pop_program_view .popBody { left:80px; top:100px; transform:translate(0); width:calc(100vw - 160px); height:calc(100vh - 160px); }
    .pop_program_view .popBody .scroll-box { height:calc(100vh - 200px); }
	.pop_program_view .popBody .imgbox { width:1200px; padding:20px; }
}
@media screen and (max-width:1024px){
    .pop_program_view .popBody { left:20px; top:100px; width:calc(100vw - 40px); }
}
@media screen and (max-width:640px){
    .pop_program_view .btn_close { top:-5px; background-size:15px auto; }
}
@media screen and (max-width: 1800px) and (max-height: 800px) {
    .pop_program_view .popBody { left:20px; top:100px; width:calc(100vw - 40px); transform:translate(0); }
    .pop_program_view .popBody .scroll-box { height:calc(100vh - 200px); }
    .pop_program_view .btn_close { top:-40px; right:-5px; width:40px; height:40px; background-size:20px auto; }
}


.promotion-box,
.checkup-box { display:none }
.promotion-box.on,
.checkup-box.on { display:block }
.promotion-box {  position:relative;}
.promotion-box .imgbox { text-align:center; max-width:1200px; margin:0 auto; }
.promotion-box .imgbox img { max-width:100% }
.promotion-box .ip-box { margin-top:60px; position:relative; bottom:0; left:50%; width:100%; max-width:1500px; transform:translateX(-50%); }
.promotion-box .ip-box.on { position:fixed; }
.promotion-box .ip-box .ipbody { padding:40px 60px; background:#f3f5f8; display:flex; flex-wrap:wrap; gap:10px; }
.promotion-box .ip-box .ipbody input[type="text"] { height:58px; padding:0 30px; font-size:1.9rem; color:#666; font-weight:300; border:none; outline:none; background:#fff; border-radius: 0; }
.promotion-box .ip-box .ipbody button { background:#0056B8; width:180px; height:58px; color:#fff; font-size:1.9rem; font-weight:600; line-height:1.3; }
.promotion-box .ip-box .ipbody input.ip01 { width:220px; }
.promotion-box .ip-box .ipbody input.ip02 { width:250px; }
.promotion-box .ip-box .ipbody input.ip03 { width:calc(100% - 220px - 250px - 180px - (3 * 10px)); }
@media screen and (max-width:1540px){
	.promotion-box .ip-box.on { left:20px; width:calc(100% - 40px); transform:translateX(0); }
}
@media screen and (max-width:1280px){
	.promotion-box .ip-box .ipbody { padding:30px 40px; }
	.promotion-box .ip-box .ipbody input[type="text"] { height:55px; padding:0 20px; }
	.promotion-box .ip-box .ipbody button { width:160px; height:55px; }
	.promotion-box .ip-box .ipbody input.ip01 { width:200px; }
	.promotion-box .ip-box .ipbody input.ip02 { width:220px; }
	.promotion-box .ip-box .ipbody input.ip03 { width:calc(100% - 200px - 220px - 160px - (3 * 10px)); }
}
@media screen and (max-width:1024px){
	.promotion-box .ip-box .ipbody input.ip01 { width:200px; }
	.promotion-box .ip-box .ipbody input.ip02 { width:calc(100% - 200px - 10px); }
	.promotion-box .ip-box .ipbody input.ip03 { width:calc(100% - 160px - 10px); }
}
@media screen and (max-width:640px){
	.promotion-box .ip-box .ipbody { padding:20px 20px; }
	.promotion-box .ip-box .ipbody { gap:5px; }
	.promotion-box .ip-box .ipbody input.ip01 { width:160px; }
	.promotion-box .ip-box .ipbody input.ip02 { width:calc(100% - 160px - 5px); }
	.promotion-box .ip-box .ipbody input.ip03 { width:100%; }
	.promotion-box .ip-box .ipbody button { width:100%; }
}



/* 20250305 */
.login.type2 {}
.login.type2 .itemBox{ align-items: normal;}
.login.type2 .buttonBox button:first-child{ width: 100%; margin-right: 20px; }
.login.type2 .buttonBox *{ font-size: 1.9rem; line-height: 1.3; }
.login.type2 .buttonBox span{ font-size:22px; }
.login.type2 .easyBox{ margin-top: 20px; background: #DFE9F3; border-radius: 10px; padding: 25px 30px; }
.login.type2 .easyBox .e-title{ font-size: 1.9rem; line-height: 1.3; background: transparent; color:#0069B2; margin-bottom: 30px; font-weight: 700; letter-spacing: -0.38px; 
display:flex; align-items:center; justify-content:space-between; width: 100%; } 
.login.type2 .easyBox .e-title span{ font-size:22px; }
.login.type2 .easyBox ul{ display:flex; align-items:center; gap:20px; flex-wrap:wrap; }


/* 20250328 */
.personal h4.title{ color:#0056b8; font-weight: bold; font-size:3rem; margin-bottom: 30px; }
.personal .info-box *{ line-height: 1.3; font-size:1.9rem;  }
.personal .info-box section{ margin-bottom: 60px; }
.personal .info-box .tab-box{ position: relative;  display:flex; align-items:center; margin-bottom: 80px;}
.personal .info-box .tab-box li{ position: relative; width: 100%; }
.personal .info-box .tab-box li:not(:last-child,.on):after{ content:''; display:block; position: absolute; transform:translateY(-50%); top: 50%; right: 0; width: 1px; height: 35px; background: #bbb; z-index: 0;}
.personal .info-box .tab-box li:not(.on):before{ content:''; display:block; width: 100%; height: 1px; background: #0056B8; position: absolute; bottom: 0; left: 0; }
.personal .info-box .tab-box li a{ width: 100%; height: 80px; display:flex; justify-content:center; align-items:center; color:#000;  letter-spacing: -0.36px; border-radius: 20px 20px 0px 0px;  border-bottom:none; border: 1px solid #F6F6F6; background: #F6F6F6;}
.personal .info-box .tab-box li.on a{ border: 1px solid #0056B8; border-bottom:none; background: #fff; }
.personal .info-box .subject dl{ display:flex; border:1px solid #D9D9D9; }
.personal .info-box .subject dl dt{ display:flex; justify-content:center; align-items:center; border-right: 1px solid var(--line, rgba(217, 217, 217, 0.90)); background: #F5F9FD; min-width:250px; flex-shrink:0; color:#222; font-weight: 500; letter-spacing: -0.36px; }
.personal .info-box .subject dl dd{ width: 100%; padding: 30px 60px; color: #222; font-weight: 300; letter-spacing: -0.36px;}
.personal .info-box .subject dl dd ul li{ display:flex; align-items:center; }
.personal .info-box .subject dl dd ul li:not(:last-child){ margin-bottom: 10px; }
.personal .info-box .subject dl dd ul li b{ margin: 0 10px;}
.personal .info-box .subject.type2 dl:not(:first-child){ margin-top: -1px;}
.personal .info-box .subject.type2 dl dt{ text-align: center; line-height: 1.5; min-height:150px; }
.personal .info-box .subject.type2 dl dd{ display:flex; flex-direction:column; justify-content:center; }
.personal .info-box .subject.type2 dl dd p{ color: #222; font-weight: 300; letter-spacing: -0.36px; line-height: 1.6; }
.personal .info-box .subject.type2 dl dd p em{ font-weight: 600; margin-bottom: 10px; display:block; }
.personal .info-box .subject.type2 dl dd p:not(:last-child){ margin-bottom: 20px; }
.personal .info-box .subject.type2 dl:last-child dd p em{ margin-bottom: 0; }
 
.personal .info-box .h-checkup table th{ height: 70px; color: #222; font-weight: 500; letter-spacing: -0.36px; background: #F5F9FD; border:1px solid #d9d9d9; }
.personal .info-box .h-checkup table td{ height: 80px; color: #222; font-weight: 300; letter-spacing: -0.36px; text-align: center; border:1px solid rgba(217, 217, 217, 0.90); }
.personal .info-box .h-checkup.img table td{ height: auto; padding: 40px 50px;}
.personal .info-box .h-checkup.img table td .mobile{ display:none; }
.personal .info-box .h-checkup.img table td .arrowtit{ display:flex; align-items:center; color: #222; font-weight: 500; letter-spacing: -0.36px; margin-bottom: 20px; text-align: left;}
.personal .info-box .h-checkup.img table td .arrowtit img{ margin-right: 12px;}
.personal .info-box .h-checkup.img table td .txt-box{ display:flex; gap:20px; margin-top: 30px; }
.personal .info-box .h-checkup.img table td .txt-box dl{ width: calc((100% - 20px) / 2); border-radius: 10px; background: #F5F5F5; padding: 40px; }
.personal .info-box .h-checkup.img table td .txt-box dl dd{ text-align: left; color: #444; font-weight: 300; line-height: 1.5;letter-spacing: -0.36px;}
.personal .info-box .h-checkup.img table td .btxt{ color: #666; font-weight: 300; letter-spacing: -0.36px; margin-top: 30px; text-align: left; }
.personal .info-box .h-checkup.img table td .img-txt-box{ display:flex; align-items:flex-start; }
.personal .info-box .h-checkup.img table td .img-txt-box > figure{ margin: 0 75px 0 0; flex-shrink:0; }
.personal .info-box .h-checkup.img table td .img-txt-box .flexBox > figure{ flex-shrink:0; margin: 11px 6px;}
.personal .info-box .h-checkup.img table td .img-txt-box .flexBox dl{ width: 100%; }
.personal .info-box .h-checkup.img table td .img-txt-box .flexBox dl dt{ border-radius: 10px; background: #0056B8; color: #FFF; text-align: center; font-weight: 500; letter-spacing: -0.36px;
margin-bottom: 10px; height: 60px; display:flex; justify-content:center; align-items:center; }
.personal .info-box .h-checkup.img table td .img-txt-box .flexBox dl dd{ text-align: left; border-radius: 10px; background: #F5F5F5; padding: 40px; height: calc(100% - 60px); }
.personal .info-box .h-checkup.img table td .img-txt-box .flexBox dl dd > *:not(.arrowtit){ color: #444; font-weight: 300; line-height: 1.5; letter-spacing: -0.36px;} 
.personal .info-box .h-checkup.img table td .img-txt-box .flexBox dl dd ul li{ text-indent:-20px; margin-left: 20px; line-height: 1.5;}
.personal .info-box .h-checkup.img table td .dl-box{ display:flex; align-items:center; }
.personal .info-box .h-checkup.img table td .dl-box dt{ width: 220px; border-radius: 10px; background: #0056B8; margin-right: 20px; color: #FFF; text-align: center; letter-spacing: -0.36px; display:flex; justify-content:center; align-items:center; height: 60px; }
.personal .info-box .h-checkup.img table td .dl-box dd{ margin-bottom: 0; }
.personal .info-box .notification > ul{ border-radius: 10px; background: #F3F5F8; padding: 55px 50px; font-weight: 300; color: #222; letter-spacing: -0.36px;}
.personal .info-box .notification > ul > li em{ font-weight: 500; }
.personal .info-box .notification > ul li:not(:last-child){ margin-bottom: 10px; }
.personal .info-box .notification > ul > li b{ margin: 0 10px;}
.personal .info-box .notification .inner-list{ padding: 10px 22px 0;}
.personal .info-box .programBox .tableBox.typeGray{ margin-bottom: 50px; }
.personal .info-box .programBox .tableBox.typeGray tr{ border-bottom: 1px solid #DFDFDF; }
.personal .info-box .programBox .tableBox.typeGray th{ font-size:1.8rem; height: 70px; border:none; }
.personal .info-box .programBox .tableBox.typeGray td{ display:flex; align-items:center; height: 70px; border:none; }
.personal .info-box .programBox .tableBox.typeGray td label.checkBox{ flex-wrap:nowrap; }
.personal .info-box .programBox .tableBox.typeGray .checkBox input[type=checkbox]{ border-radius:50%; margin-right: 12px; flex-shrink:0; }
.personal .info-box .programBox .table-box{ border-top:1px solid #000; }
.personal .info-box .programBox .table-box table th{ border: 1px solid #DFDFDF; height: 70px; background: #f9f9f9; color: #222; font-weight: 300; letter-spacing: -0.18px;}
.personal .info-box .programBox .table-box table th:first-child{ background: #fff; }
.personal .info-box .programBox .table-box table th.blue{ background: #F5F9FD; color:#0056B8; font-weight: 500; }
.personal .info-box .programBox .table-box table td{ border: 1px solid #DFDFDF; height: 70px; text-align: center; color: #222; font-weight: 300; letter-spacing: -0.18px;}
.personal .info-box .programBox .table-box table td:first-child{ background: #F9F9F9;}
.personal .info-box .programBox .table-box table td .flexBox{ height: 100%; }
.personal .info-box .programBox .table-box table td .flexBox label{ padding: 0 15px;}
.personal .info-box .programBox .table-box table td .flexBox > *{ width: calc(100% / 3); padding: 0 30px; }
.personal .info-box .programBox .table-box table td .flexBox > p{ border-left:1px solid #dfdfdf; height: 100%; display:flex; justify-content:center; align-items:center; }
.personal .info-box .programBox .table-box table td .flexBox > p:first-child{ border:none; }
.personal .info-box .programBox .table-box table td .flexBox > p.price{ color:#444; font-weight: 600; }
.personal .info-box .programBox .table-box table td .flexBox p br{ display:none; }
.personal .info-box .programBox .table-box table td .checkBox input[type=checkbox]{ border-radius:50%; flex-shrink:0; } 
.personal .info-box .programBox .table-box table td.mobile{ display:none; } 

@media screen and (max-width:1200px){
	.personal .info-box .h-checkup.img table td .img-txt-box{ flex-wrap:wrap; }
	.personal .info-box .h-checkup.img table td .img-txt-box > figure{ margin: 0 auto 30px;}
	.personal .info-box .h-checkup.img table td .img-txt-box .flexBox{ width: 100%; }
}

@media screen and (max-width:1024px){
	.personal .info-box .tab-box{ margin-bottom: 60px; }
	.personal .info-box .tab-box li a{ height: 60px; padding: 0 20px; word-break:break-all; text-align: center; }
	.personal .info-box .tab-box li:not(:last-child,.on):after{ top: 60%; height: 20px; }
	.personal .info-box .subject dl dt{ min-width:auto; width: 30%; }
	.personal .info-box .subject dl dd{ padding: 20px 30px;}
	.personal .info-box .subject.type2 dl dt{ width: 35%; }
	.personal .info-box .h-checkup colgroup{ display:none; }
	.personal .info-box .h-checkup table th:first-child{ width: 20%; }
	.personal .info-box .h-checkup table th,
	.personal .info-box .h-checkup table td{ height: auto; padding: 15px 10px; }
	.personal .info-box .h-checkup table td:last-child{ width: 230px;}
	.personal .info-box .h-checkup.img table td,
	.personal .info-box .h-checkup.img table td .img-txt-box .flexBox dl dd,
	.personal .info-box .h-checkup.img table td .txt-box dl{ padding: 30px 20px; }
	.personal .info-box .h-checkup.img table td .pc{ display:none; }
	.personal .info-box .h-checkup.img table td .mobile{ display:block; margin: 0 auto;}
	.personal .info-box .h-checkup.img table td .txt-box,
	.personal .info-box .h-checkup.img table td .img-txt-box .flexBox{ flex-wrap:wrap; }
	.personal .info-box .h-checkup.img table td .txt-box dl{ width: 100%; }
	.personal .info-box .h-checkup.img table td .img-txt-box .flexBox > figure{ margin: 30px auto 20px;}
	.personal .info-box .h-checkup.img table td .dl-box{ align-items: flex-start;  flex-direction: column;}
	.personal .info-box .h-checkup.img table td .dl-box dt{ width: 180px; margin-right: 0; margin-bottom: 20px;}

	.personal .info-box .notification > ul{ padding: 30px 20px;}
	.personal .info-box .programBox .table-box{ border-bottom:1px solid #dfdfdf; }
	.personal .info-box .programBox .table-box table thead th{ display:none; }
	.personal .info-box .programBox .table-box table tbody tr{ display:flex; flex-direction:column; }
	.personal .info-box .programBox .table-box table td{ display:flex; justify-content:center; align-items:center; border-bottom:none; height: 60px; }
	.personal .info-box .programBox .table-box table td .flexBox > *{ padding: 0 20px;}
	.personal .info-box .programBox .table-box table td .flexBox > *:after{ content:''; display:block; }
	.personal .info-box .programBox .table-box table td.mobile{ display:flex; height: 50px; } 
	.personal .info-box .programBox .table-box table td.mobile p{ background: #F9F9F9; }
	.personal .info-box .programBox .table-box table td.mobile p:last-of-type{ background: #F5F9FD; color: #0056B8; font-weight: 500; }
}
@media screen and (max-width:640px){
	.personal .info-box .tab-box{ margin-bottom: 40px; }
	.personal .info-box .subject dl dd{ padding: 20px;}
	.personal .info-box .subject dl dd ul li b{ margin-left: 0; }
	.personal .info-box .notification > ul li{ text-indent:-13px; margin-left: 13px;}
	.personal .info-box .notification > ul > li b{ margin-left: 0; }
	.personal .info-box .notification .inner-list{ padding: 10px 0 0;}
	.personal .info-box .programBox .tableBox.typeGray tr{ display:flex; flex-direction:column; }
	.personal .info-box .programBox .tableBox.typeGray th{ height: auto; }
	.personal .info-box .programBox .table-box table td .flexBox p{ text-align: left;}
	.personal .info-box .programBox .table-box table td .flexBox p br{ display:block; }
	.personal .info-box .h-checkup.img table td .arrowtit{ margin-bottom: 10px; }
}

/* 전자서명 - step07 추가*/
.electronic{ margin-top: 90px; padding: 60px; border-radius: 30px; background: #EDF2F6;}
.electronic .title-box{ text-align: center; margin-bottom: 50px; }
.electronic .title-box .title{ font-size:3rem; color:#222; font-weight: bold; margin-bottom: 20px;}
.electronic .title-box .txt{ color:#333; font-size: 2rem; font-weight: 300; line-height: 1.6; letter-spacing: -0.4px; }
.electronic .ctn-box p.title{ color:#222; font-weight: bold; font-size:2rem; letter-spacing: -0.4px; margin-bottom: 20px;}
.electronic .ctn-box p.title em{ color:#ff2828; }
.electronic .ctn-box .txt-box{ border-top: 1px solid #CCC; background: #FFF; padding: 40px;color: rgba(34, 34, 34, 0.90); font-size:1.7rem; line-height: 1.62; letter-spacing: -0.32px;  }
.electronic .ctn-box .radioBox{ padding: 30px; border-top: 1px solid #CCC; background: #FFF; margin: 20px 0 30px; color: rgba(34, 34, 34, 0.90); font-size:1.8rem; letter-spacing: -0.36px; }
.electronic .ctn-box .icon-box{ border-radius: 20px; background: #E0E9F0; padding: 30px; }
.electronic .ctn-box .icon-box p{ color: rgba(34, 34, 34, 0.90); font-weight: 600; letter-spacing: -0.36px; font-size:1.8rem; margin-bottom: 30px; }
.electronic .ctn-box .icon-box ul{ display:flex; }
.electronic .ctn-box .icon-box ul li:not(:last-child){ margin-right: 20px; }

@media screen and (max-width:1024px){
	.electronic{ margin-top: 60px; padding: 50px 20px; }
	.electronic .ctn-box .txt-box,
	.electronic .ctn-box .radioBox{ padding: 20px;}
	.electronic .ctn-box .icon-box{ padding: 30px 20px;}
}


@media screen and (max-width:640px){
	.electronic{ margin-top: 40px; padding: 40px 20px; }
	.electronic .title-box .txt br{ display:none; }
	.electronic .ctn-box .icon-box{ padding: 20px;}
	.electronic .ctn-box .icon-box p{ margin-bottom: 15px;}
} 

/* 마이페이지 추가 */
.view .myresult{ margin-top: 80px; }
.view .myresult p.title{ display:flex; align-items:center; color:#222; font-size:2rem; font-weight: bold; margin-bottom: 60px; }
.view .myresult .title span{ margin-left: 20px; font-weight: 300; color:#222; font-size:1.7rem; }
.view .myresult .ctn-box{ display:flex; flex-wrap:wrap; gap:18px 14px; }
.view .myresult .ctn-box .item-box{ position: relative; width: calc((100% -  90px) / 6); height: 90px; border-radius: 10px; border: 1px solid rgba(217, 217, 217, 0.90); display:flex; justify-content:center; align-items:center; color: #222; font-size: 2rem; text-align: center;	overflow: hidden; padding: 0 10px; transition:all 0.5s; }
.view .myresult .ctn-box .item-box:before{ content:''; display:block; width: 100%; height: 100%; background: #0056B8; border-radius:10px; position: absolute; top: 100%; left: 0; z-index: -1;transition:all 0.5s; }
.view .myresult .ctn-box .item-box span{ display:flex; justify-content:center; align-items:center;}
.view .myresult .ctn-box .item-box img{ margin-right: 10px; transition:all 0.2s; }

.view .myresult .ctn-box .item-box:hover{ color:#fff; }
.view .myresult .ctn-box .item-box:hover:before{ top: 0; }
.view .myresult .ctn-box .item-box:hover img{ filter:invert(1); -web-ket-filter:invert(1);}


@media screen and (max-width:1024px){
	.view .myresult{ margin-top: 60px; }
	.view .myresult .ctn-box .item-box{ width: calc((100% - 28px) / 3);}
}

@media screen and (max-width:640px){
	.view .myresult{ margin-top: 40px; }
	.view .myresult p.title{ margin-bottom: 30px;}
	.view .myresult .ctn-box .item-box{ width: calc((100% - 14px) / 2); height: 70px;}
}


/* (2025.07.14) 문진표 작성 - 개인정보 수집 부분 추가 */
.questionnaire .authBox{
	display: block;
	padding: 30px 0 50px;
}

.questionnaire .authBox .formBox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.questionnaire .authBox .formBox > *{ 
	width: calc((100% - 30px) / 2);
}

.questionnaire .authBox .block2{ 
	width: 100%;
}

.questionnaire .authBox .block2 p{
	font-size: 1.7rem;
	font-weight: 300;
	color: #333;
	letter-spacing: -0.02em;
	line-height: 1.3;
	margin-top: 30px;
}

.questionnaire .authBox .max{
	max-width: 100% !important;
	width: 100%;
}

.questionnaire .authBox .max + .max{
	margin-top: 30px;
}

.questionnaire .authBox .flex{ 
	display: flex;
}

.questionnaire .authBox .flex input{
	width: calc(100% - 160px);
}

.questionnaire .authBox .flex button{
	width: 130px;
	background: #0056B8;
	border-radius: 6px;
	font-size: 1.7rem;
	font-weight: 400; 
	color: #FFF;
	letter-spacing: -0.02em;
	margin-left: 30px;
}

@media screen and (max-width: 768px){
	.questionnaire .authBox .formBox > *{ 
		width: 100%;
	}

	.questionnaire .authBox .max + .max{
		margin-top: 15px;
	}

	.questionnaire .authBox .block2 p{
		margin-top: 15px;
	}

	.questionnaire .authBox .flex input{
		width: calc(100% - 115px);
	}

	.questionnaire .authBox .flex button{
		width: 100px;
		margin-left: 15px;
	}
}

@media screen and (max-width: 640px){
	.questionnaire .authBox .block2 p{
		font-size: 1.55rem;
	}

	.questionnaire .authBox .flex button{
		font-size: 1.6rem;
	}
}