@import url('./background.css');

.sub_visual {
	width: 100%;
	min-height: 810px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.sub_visual .sub_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	background: no-repeat center center/cover;
	animation: bg_ani 5s linear both;

}

.sub_visual.sub01 .sub_bg,
.sub_visual.sub07 .sub_bg,
.sub_visual.sub0NaN .sub_bg {
	background-image: url('../img/sub/sub_visual01.jpg');
}

.sub_visual.sub02 .sub_bg {
	background-image: url('../img/sub/sub_visual02.jpg');
}

.sub_visual.sub03 .sub_bg {
	background-image: url('../img/sub/sub_visual03.jpg');
}

.sub_visual.sub04 .sub_bg {
	background-image: url('../img/sub/sub_visual04.jpg');
}

.sub_visual.sub05 .sub_bg {
	background-image: url('../img/sub/sub_visual05.jpg');
}

.sub_visual.sub06 .sub_bg {
	background-image: url('../img/sub/sub_visual06.jpg');
}

.sub_visual .sub_tit {
	opacity: 0;
	color: #fff;
	text-align: center;
	animation: txtUp 2s .5s forwards;
}

.sub_visual .sub_tit .tit {
	/*230831 전대리수정	font-size: 6.5rem;*/
	font-size: 6.2rem;
	font-weight: 500;
	font-family: 'KBODia';
	/*	230831 전대리 margin-bottom: 3.6rem;*/
	margin-bottom: 3rem;
	margin-top: 2rem;
	letter-spacing: -4px;
	/*	230831 전대리 추가*/

}

.sub_visual .sub_tit .tit_desc {
	font-size: 2rem;
	font-weight: 300;
	font-family: 'Pretendard';
}

@keyframes bg_ani {
	0% {
		transform: scale(1.3);
	}

	100% {
		transform: scale(1);
	}
}

.submenu {
	border-bottom: solid 1px var(--main-color);
}

.submenu ul {
	display: flex;
	justify-content: center;
}

.submenu ul li a {
	display: block;
	font-size: 1.8rem;
	/*230831 전대리	font-weight: 500;*/
	font-weight: 600;
	line-height: 10rem;
	/*230831 전대리	color: #333;*/
	color: #555;
	padding: 0 47px;
	text-align: center;
}

.submenu ul li a.act {
	background: var(--main-color);
	color: #fff;
	position: relative;
}

.submenu ul li a.act::after {
	content: '';
	width: 33px;
	height: 13px;
	background: url('../img/sub/submenu_arrow.png') no-repeat center center/cover;
	position: absolute;
	left: 50%;
	bottom: -13px;
	transform: translateX(-50%);
}

.sub {
	padding-top: 190px;
}

.sub_ttl_row {
	text-align: center;
/*231016 전대리 수정 margin-bottom: 8rem;*/
	margin-bottom: 6rem;
	/* margin-bottom: 5rem;*/
}

.sub_ttl_row .tit {
	font-family: 'KBODia';
	font-size: 6rem;
	font-weight: 500;
	/*230831 전대리	letter-spacing: -0.8rem;*/
	letter-spacing: -0.4rem;
	margin-bottom: 1.9rem;
}

.sub_ttl_row .disc {
	font-size: 1.4rem;
	font-weight: 900;
	color: #c6c6c6;
	text-transform: uppercase;
}

.sub_ttl_row .disc2 {
	font-size: 1.8rem;
	font-weight: 300;
	color: #585858;
	margin-top: 2.3rem;
	letter-spacing: -0.8px;
}

.sub_ttl_row .oz_tag {
	display: inline-block;
	min-width: 287px;
	padding: 0 10px;
	margin: 0 auto 2.5rem;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 24px;
	color: #fff;
	text-transform: uppercase;
	background: #68c5c8;
}

.sub_ttl_row .oz_tag.bk {
	background: #222;
}

.sub_ttl_row .oz_tag.long {
min-width: 456px;
background: #4bafb2;
}

.sub_ttl_row h3 {
	font-family: 'KBODia';
	font-size: 5rem;
	font-weight: 500;
}

.sub_ttl_row h3 span {
	color: var(--main-color);
}

.sub_ttl_row .gr_stl {
	width: 100%;
	line-height: 4rem;
	max-width: 377px;
	font-size: 2.2rem;
	font-weight: 700;
	color: #5eb7ba;
	background-color: #fff;
	border: solid 5px transparent;
	border-radius: 23px;
	background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #68c5c7, #e3e3e3);
	background-origin: border-box;
	background-clip: content-box, border-box;
	margin: 0 auto 3rem;
}

.sub_ttl_row .gr_stl.add{
mix-blend-mode: multiply;
}

.sub_ttl_row .oz_sy_ttl {
	/*230918 전대리 수정	font-size: 1.4rem;*/
	font-size: 2rem;
	font-weight: 700;
	color: #afafaf;
	/*230918 전대리 삭제	margin-bottom: 0.5rem;*/
}

.sub_ttl_row .oz_sy_ttl strong {
	/*	230918 전대리 수정 font-size: 2.5rem;*/
	font-size: 4.5rem;
	font-weight: 700;
	color: #68c5c8;
}

section.bg_f8 {
	background: #f8f8f8;
}

.qes_row {
	display: flex;
	position: relative;
	padding-bottom: 17rem;
}

.qes_row::after {
	content: '';
	width: 1000%;
	height: calc(100% - 13rem);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #f8f8f8;
	z-index: -1;
}

.qes_row .img_box {
	width: 44.32%;
	flex: 0 0 auto;
}

.qes_row .top_q_box {
/*231016 전대리 수정	padding: 21rem 0 6rem 8rem;*/
	padding: 23rem 0 6rem 8rem;
}

.qes_row .top_q_box .stl {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.2;
	color: #585858;
	margin-bottom: 3.2rem;
}

.qes_row .top_q_box .ttl {
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 1.4;
	/*	238031 전대리추가*/
	letter-specing: -1px;
}

.qes_row .top_q_box .ttl span {
	color: var(--main-color);
}

.qes_row .or_q_box>p {
	font-size: 1.2rem;
	font-weight: 700;
	text-align: right;
	color: #55aeb1;
	text-transform: uppercase;
	margin-bottom: 1rem;
/*	231016 전대리 추가*/letter-spacing: 2px;
}

.qes_row .or_q_box .q_wr {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	min-width: 674px;
	min-height: 290px;
	padding: 0 1rem 0 8.5rem;
	background: url('../img/sub/m42_sec01_bg.jpg') no-repeat right center/cover;
}

.qes_row .or_q_box .q_ttl {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.2;
	padding-left: 45px;
	margin-bottom: 2rem;
	background: url('../img/sub/m42_sec01_ico.png')no-repeat left top;
}

.qes_row .or_q_box .q_disc {
	font-size: 1.8rem;
	font-weight: 300;
/*231016 전대리 수정	line-height: 1.7;*/
	line-height: 1.8;
	color: #585858;
}

.what_txt_row {
	text-align: center;
	margin-top: 8.7rem;
	padding: 3.9rem 0 1.9rem;
	margin-bottom: 16rem;
	background: url('../img/sub/what_ttl_bg.png') no-repeat center center /100% auto;
}

.what_txt_row .stl {
	color: #585858;
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 3rem;
}

.what_txt_row .ttl {
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 1.36;
	margin-bottom: 2.5rem;
}

.what_txt_row .ttl span {
	color: #68c5c7;
}

.what_txt_row .disc {
	font-size: 1.8rem;
	font-weight: 300;
	color: #585858;
	line-height: 1.66;
}

.what_sec {
/*231016 전대리 수정	padding: 22rem 0;*/
	padding: 22rem 0 25rem;
	background: no-repeat center center/cover fixed;
}

/*231016 전대리 추가*/
.styl7 {
	padding: 22rem 0 10rem;
}

.bottom {
/*231016 전대리 수정	padding: 22rem 0;*/
	padding: 18rem 0 16rem;
	background: no-repeat center center/cover fixed;
}

.what_sec .sub_ttl_row h3 {
	color: #fff;
	position: relative;
	z-index: 1;
}

.what_sec .sub_ttl_row h3::before {
	content: '';
	width: 338px;
	height: 131px;
	background: url('../img/sub/m42_sec02_write_top.png') no-repeat center center/cover;
	position: absolute;
	bottom: 43%;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.what_sec .sub_ttl_row h3 .txt_ani {
	position: relative;
	display: inline-block;
	padding: 0 20px;
	color: #222;
	z-index: 1;
}

.what_sec .sub_ttl_row h3 .txt_ani::after {
	content: '';
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.what_sec .sub_ttl_row h3 strong {
	font-weight: 500;
	color: #68c5c8;
}

.what_row {
	padding: 0 15px;
}

.what_row.row2 {
	display: flex;
	justify-content: space-between;
	padding: 0 30px;
	gap: 18px;
}

.what_row li {
	display: flex;
	align-items: center;
	color: #fff;
}

.what_row.row2 li {
	width: calc(50% - 9px);
}

.what_row.row2 li.two {
	margin-left: 80px;
}

.what_row .label {
	width: 220px;
	flex: 0 0 auto;
	line-height: 98px;
	padding-left: 45px;
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: -0.3rem;
	font-family: 'GmarketSans';
	text-transform: uppercase;
	background: url('../img/sub/m42_sec02_circle.png')no-repeat left center;
}

.what_row.row2 .label {
	width: 160px;
}

.what_row .disc {
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.6;
}

.what_row .disc .disc_ttl {
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 1.3rem;
}

.what_row:not(.row2) li+li {
	margin-top: 5.2rem;
}

.what_list {
	display: flex;
	gap: 4rem;

}

.what_list figcaption {
	text-align: center;
/*231016 전대리 수정	font-size: 2.4rem;*/
	font-size: 2.6rem;
	font-weight: 700;
	margin-top: 4rem;
	color: #fff;
}

.what_chk_list {
	display: flex;
	justify-content: space-between;
}

.what_chk_list li {
	width: calc(33.33% - 4.4rem/3);
	padding: 5rem 0 5.7rem;
	text-align: center;
	position: relative;
	background: url('../img/sub/m51_sec02_libg.jpg')no-repeat center bottom/cover;
}

.what_chk_list li::before {
	content: '';
	width: 42px;
	height: 42px;
	background: url('../img/sub/chk_ico_42x42.png')no-repeat center center/cover;
	position: absolute;
	top: 20px;
	left: 25px;
}

.what_chk_list li img {
	margin: 0 auto;
}

.what_chk_list li figcaption {
	margin-top: 5rem;
}

.what_chk_list li .ttl {
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 1.3rem;
}

.what_chk_list li .disc {
	font-size: 1.8rem;
	font-weight: 300;
	color: #444;
	line-height: 1.66;
}

.what_chk_list li .stl {
	font-size: 1.8rem;
	line-height: 1.6;
	text-align: center;
}

.sub_ytb:not(.n_mg) {
	margin-top: -11.2rem;
}

.sub_ytb .inner {
	background: #fff;
	padding: 12.4rem 0 15.3rem;
}

.sub_ytb .sub_ttl_row {
	margin-bottom: 8.2rem;
}

.sub_ytb .sub_ttl_row h3 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.sub_ytb .sub_ttl_row h3 span {
	color: var(--main-color);
}

.sub_ytb .sub_ttl_row h3 .ytb_icon {
	margin-left: 8px;
}

.ytb_wr {
	padding: 0 5rem;
}

.ytb_wr .ytb_frame {
	position: relative;
	padding-top: 56.25%;
	border: solid 3px #282727;
	border-radius: 3px;
}

.ytb_wr .ytb_frame iframe {
	position: absolute;
	top: 0;
	left: 0;
}

.ytb_wr+.ytb_wr {
	margin-top: 10rem;
}

.chklist_wr {
	display: flex;
	justify-content: space-between;
	padding-left: 3rem;
}

.chklist_wr .img_row {
	flex: 0 0 auto;
	width: 48.09%;
}

.chklist_wr .img_row img+img {
	margin-top: 1.5rem;
}

.chklist_wr .chk_list_row {
	width: 48.26%;
}

.chk_list_row li {
	width: 100%;
	height: 7.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	font-weight: 300;
	text-align: center;
	border: solid 2px #68c5c7;
	background: url('../img/sub/chk_list_ico.png') no-repeat left 22px center;
}

.chk_list_row li b {
	display: inline-block;
	margin-left: 5px;
}

.chklist_wr .chk_list_row li+li {
	margin-top: 1.6rem;
/*	231016 전대리 추가*/
	letter-spacing: -1px;
}

.chk_list2 .chk_list_row ul {
	display: flex;
	flex-wrap: wrap;
	gap: 1.6rem;
}

.chk_list2 .chk_list_row ul li {
	width: calc(50% - 1.6rem);
/*231016 전대리 추가	*/ padding-left:20px;
}

.chklist_wr+.sub_ttl_row {
	margin-top: 16.5rem;
}

.con0403 .sub_ytb .inner {
	padding-bottom: 20rem;
}

.con0403 .sub_ytb .inner {
	padding-bottom: 20rem;
}

.chk_row_wr {
	/* padding: 0 15px; */
	margin-bottom: 15.6rem;
}

.chk_row {
	display: flex;
	justify-content: space-between;
}

.chk_row>div {
	width: calc(50% - 10px);
}

.chk_row .img_sec img {
	width: 100%;
}

.chk_row+.chk_row {
	margin-top: 4.6rem;
}

.chk_row .chk_sec {
	position: relative;
	background: url('../img/sub/chk_row_bg2.jpg') no-repeat center center/cover;
	border: solid 2px #68c5c7;
}

.chk_row .chk_sec ul {
	width: 100%;
	height: 100%;
	padding: 0 6.4rem 0 9.5rem;
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: url('../img/sub/chk_row_bg.png') no-repeat center center/cover;
}

.chk_row .chk_sec ul li+li {
	margin-top: 4rem;
	padding-top: 4rem;
	border-top: dotted 1px #68c5c7;
}

.chk_row .chk_sec .chk_ttl {
	font-size: 2rem;
	font-weight: 700;
	font-family: 'GmarketSans';
	color: #c4c4c4;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}

.chk_row .chk_sec .disc {
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.66;
	letter-spacing: -1px;
}

.chk_row .chk_sec .chk_numb {
	font-size: 5.5rem;
	font-weight: 500;
	font-family: 'GmarketSans';
	color: rgba(255, 255, 255, 0.8);
	position: absolute;
	top: 1.9rem;
	left: 3.2rem;
}

.care_sec {
	padding: 15rem 0 15.8rem;
	background: no-repeat center center/cover;
}

.con0408 .care_sec {
	padding: 14.6rem 0 17.6rem;
}

.con0408 .care_sec .sub_ttl_row {
	margin-bottom: 6.8rem;
}

.care_row {
	display: flex;
	gap: 16px;
}

.care_row .item {
	flex: 0 0 calc(50% - 8px);
	background: #fff;
	padding: 3.3rem 3.2rem 5.4rem;
	border: solid 1px #dadada;
	position: relative;
}

.care_row.row3 {
	gap: inherit;
	justify-content: space-between;
}

.care_row.row3 .item {
	flex: 0 0 calc(33.3% - 15px);
}

.con0403 .care_sec .sub_ttl_row {
	margin-bottom: 6rem;
}

.care_row .item::after {
	content: '';
	width: 100%;
	height: 9px;
	position: absolute;
	bottom: -3.9rem;
	left: 0;
	background: var(--main-color);
}

.care_row figcaption {
	margin-top: 5.4rem;
	text-align: center;
}

.care_row .subject {
	font-size: 3rem;
	font-weight: 700;
	position: relative;
	/*	230905 전대리 수정margin-bottom: 4rem;*/
	margin-bottom: 3rem;
	padding-bottom: 2rem;
	/*	230905 전대리 추가*/
	line-height: 40px;
}

.care_row .subject span {
	font-weight: 500;
}

.care_row .subject::after {
	content: '';
	width: 44px;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: url('../img/sub/m42_sec03_line.png')no-repeat center center/cover;
}

.care_row .disc {
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.7;
	color: #585858;
}

.care_list li {
	display: flex;
	align-items: center;
	min-height: 140px;
	background: #fff;
	padding: 0 2rem 0 8rem;
	border-left: solid 9px #68c5c8;
}

.care_list li+li {
	margin-top: 3.2rem;
}

.care_list li .numb {
	font-size: 3.5rem;
	font-weight: 700;
	color: #d7d7d7;
	font-family: 'GmarketSans';
	padding-bottom: 1.4rem;
	position: relative;
	margin-right: 6.7rem;
}

/*231016 전대리 추가*/
.care_list li .styl6 {
	margin-right: 4.7rem;
}

/*231016 전대리 추가*/
.care_list li .styl6 stl {
	color: #222;
	letter-spacing: -1px;
}

/*231016 전대리 추가*/
.care_list li .styl8 {
	margin-right: 5.7rem;
}

.care_list li .numb::after {
	content: '';
	width: 44px;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url('../img/sub/m42_sec03_line.png') no-repeat center center/cover;
}

.care_list li .subject {
	width: 32.96%;
	font-size: 2rem;
	font-weight: 700;
	color: #444;
	line-height: 1.5;
	flex: 0 0 auto;
}

/*231016 전대리 추가*/
.care_list li .styl8 {
	font-size: 2.2rem;
}


.care_list.on_sb li .subject {
	width: 80%;
}

.care_list li .disc {
	font-size: 1.8rem;
	font-weight: 300;
	color: #585858;
}

.care_list_row {
	padding: 0 15px;
}

.care_list.row2 {
	display: flex;
	gap: 1.8rem;
}

.care_list.row2 li {
	width: calc(50% - 0.9rem);
}

.care_list.row2 li+li {
	margin: 0;
}

.care_list .stl {
	font-size: 2rem;
	line-height: 1.5;
	color: #444;
}

.con0503 .care_list.row2 {
	margin-bottom: 3.8rem;
}

.care_list_row li {
	display: flex;
	gap: 6rem;
	align-items: center;
	/*230918 전대리 수정	padding: 2.5rem;*/
	padding: 3.5rem;
	border: solid 2px #68c5c7;
	background: #fff;
	position: relative;
}

.care_list_row li+li {
	margin-top: 3.7rem;
}

.care_list_row li::before {
	content: 'oz orithodontis';
	writing-mode: vertical-lr;
	color: var(--main-color);
	/*	230918 전대리 수정font-size: 1.2rem;*/
	font-size: 1.4rem;
	/*	230918 전대리 추가*/
	letter-spacing: 2px;
	font-weight: 700;
	position: absolute;
	top: 2.5rem;
	right: 2.1rem;
}

.care_list_row .info_sec span.numb {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	font-size: 2.6rem;
	font-weight: 700;
	color: #fff;
	background: #222;
	margin-bottom: 3.3rem;
}

.care_list_row .info_sec .subject {
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 2rem;
}

.care_list_row .info_sec .disc {
	font-size: 1.8rem;
	font-weight: 300;
	color: #585858;
	line-height: 1.66;
}

.care_list_row .info_sec .chk_ico {
	display: block;
	width: 43px;
	height: 34px;
	margin-bottom: 4rem;
	background: url('../img/sub/chk_list_ico.png') no-repeat center center/cover;
}

/*230918 전대리 추가*/
.care_list_row .info_sec .chk_ico2 {
	display: block;
	width: 65px;
	height: 52px;
	margin-bottom: 4rem;
	background: url('../img/sub/chk_list_ico2.png') no-repeat center center/cover;
}

.tag_list {
	display: flex;
	width: 100%;
	margin-top: 4rem;
}

.tag_list span {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	font-weight: 300;
	color: #fff;
	width: 50%;
	height: 45px;
	max-width: 220px;
	background: #4e4e4e;
	border-radius: 2.25rem;
}

.tag_list span.gy {
	background: #222;
}

.tag_list span+span {
	margin-left: 1.1rem;
}

.up_sec {
	margin-top: -11.2rem;
}

.up_sec [class*='inner'] {
	background: #fff;
	padding: 12.4rem 0 15.3rem;
}

.up_sec .innerpd{
padding: 13rem 15px 17rem;
}

.doc_int_sec {
	padding-bottom: 38.6rem;
	position: relative;
}

.doc_int_sec .sub_ttl_row {
	margin-bottom: 7rem;
}

.prf_msg {
	padding: 12rem 9rem 7.6rem;
	border: solid 6px var(--main-color);
}

.doc_int_sec .prf_msg .txtbox {
	margin-left: auto;
	/*	230918 전대리 수정 max-width: 670px;*/
	max-width: 650px;
}

.prf_msg .txtbox.t_c{
text-align: center;
}

.prf_msg .ttl {
	font-size: 2.6rem;
	font-weight: 700;
/*231016 전대리 수정	line-height: 1.46;*/
	line-height: 1.6;
	letter-spacing: -0.3px;
	position: relative;
}

.prf_msg .ttl::before {
	content: '';
	width: 44px;
	height: 33px;
	position: absolute;
	left: 0;
	bottom: calc(100% + 20px);
	background: url('../img/sub/msg_ico.png') no-repeat center center/cover;
}

.prf_msg .ttl span {
	color: #1e9fa2;
}

.prf_msg .ttl strong{
font-size: 4.5rem;
font-weight: 700;
line-height: 1;
}

.prf_msg .t_c .ttl::before{
left: 50%;
transform: translateX(-50%);
}

.prf_msg .disc {
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.6;
    margin-top: 20px;
}

.doc_int_sec .prf_bot {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.equip_sec {
	background: url('../img/sub/sec05_bg_img.jpg') no-repeat center center/cover;
}

.equip_sec.ct {
	background-image: url('../img/sub/m47_sec05_bg.jpg');
}

.equip_sec.ct .img_box {
	right: -80px;
}

.equip_sec .inner {
	padding: 13.5rem 0 14.2rem;
	position: relative;
	z-index: 1;
}

.equip_sec .txt_box .equip_disc {
	font-family: 'ElandChoice';
	font-size: 2.8rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
	color: #fff;
}

.equip_sec .txt_box .equip_name {
	font-size: 4.5rem;
	font-weight: 500;
	font-family: 'KBODia';
	color: #fff;
	margin-bottom: 4rem;
}

/*2310016 전대리 추가*/
.equip_sec .txt_box .styl5 {
	margin-bottom: 2rem;
}

.equip_sec .txt_box .equip_name span {
	color: #93edee;
}

.equip_sec .txt_box .ttl {
	font-size: 2.2rem;
	font-weight: 700;
	color: #fff;
/*231016 전대리 수정	line-height: 1.7;*/
	line-height: 2.7;
}

/*2310016 전대리 추가*/
.equip_sec .txt_box .stly4 {
	line-height: 1.7;
}


.equip_sec .txt_box .ttl span {
	color: #93edee;
}

.equip_sec .txt_box .disc {
	font-size: 1.8rem;
	font-weight: 300;
	color: #c7c7c7;
	line-height: 1.6;
}

/*2310016 전대리 추가*/
.equip_sec .txt_box .styl3 {
margin-top:15px;
}

.equip_sec .img_box {
	position: absolute;
	right: 0;
	bottom: 0;
}

.gyo_sec {
	padding: 14.4rem 0 17.4rem;
}

.gyo_sec .gyo_cont {
	background: #f5f4f3;
	padding: 13rem 8.3rem 7.5rem;
}

.gyo_ttl_row {
	text-align: center;
	margin-bottom: 5rem;
}

.gyo_ttl_row .ttl {
	font-size: 2.6rem;
	font-weight: 700;
	color: #444;
	position: relative;
}

.gyo_ttl_row .ttl::before {
	content: '';
	width: 44px;
	height: 33px;
	background: url('../img/sub/co_icon44x33.png')no-repeat center center/cover;
	position: absolute;
	bottom: calc(100% + 3.6rem);
	left: 50%;
	transform: translateX(-50%);
}

.gyo_ttl_row .ttl span {
	color: #1e9fa2;
}

.gyo_ttl_row .disc {
	font-size: 1.8rem;
	font-weight: 300;
	color: #585858;
	margin-top: 1.6rem;
}

.gyo_sec .b_and_a ul {
	display: flex;
	gap: 1.3rem;
}

.gyo_sec .b_and_a {
	position: relative;
}

.gyo_sec .b_and_a::before {
	content: '';
	width: 255px;
	height: 251px;
	background: url('../img/sub/m41_sec05_ing.png') no-repeat center center/cover;
	position: absolute;
	top: 42%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.gyo_sec .b_and_a figcaption {
	font-size: 2.6rem;
	font-weight: 700;
	background: #9a9a9a;
	color: #fff;
	padding: 1.5rem 0;
	text-align: center;
}

.gyo_sec .b_and_a ul li:last-of-type figcaption {
	background: #222;
}

.g_coment {
	width: calc(100% - 30px);
	margin: 2rem auto 0;
	position: relative;
	background: #fff;
	border: dotted 1px #747474;
}

.g_coment+.care_list_row {
	margin-top: 9rem;
}


.g_coment::before {
	content: '';
	/*230915 전대리 수정	width: 419px;*/
	width: 308px;
	height: 211px;
	position: absolute;
	/*	top: -28px;*/
	top: 0px;
	/*	left: -67px;*/
	left: -5px;
	background: url('../img/sub/oz_sticker_img.png') no-repeat center center/cover;
}

.g_coment.ver2::before {
	width: 419px;
	height: 218px;
	top: 0px;
	left: -66px;
	background: url('../img/sub/oz_sticker_img2.png') no-repeat center center/cover;
}

.g_coment .txtbox {
	width: calc(100% - 342px);
	height: 157px;
	/*230915 전대리 수정	margin-left: auto;*/
	margin-left: 312px;
	/*230915 전대리 삭제	padding: 0 4.3rem;*/
	display: flex;
	align-items: center;
}

.g_coment.ver2 .txtbox {
	height: 193px;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.g_coment .ttl {
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: -1px;
}

.g_coment .ttl strong {
	font-size: 2.6rem;
	font-weight: 700;
	color: #2db2b7;
	display: inline-block;
	position: relative;
}

.g_coment .ttl strong::before {
	content: '';
	width: 4px;
	height: 4px;
	top: -8px;
	left: 50%;
	display: block;
	position: absolute;
	transform: translateX(-50%);
	border-radius: 50%;
	background: #2db2b7;
}

.g_coment .ttl span {
	font-size: 2.6rem;
	font-weight: 700;
}

.g_coment .disc {
	font-size: 1.8rem;
	font-weight: 300;
	color: #585858;
	line-height: 1.6;
}

.g_coment .ttl+.disc {
	margin-top: 0.7rem;
}

.g_coment ul {
	margin-left: 3.5rem;
}

.g_coment ul li {
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 2.2;
	color: #585858;
/*231016 전대리 수정	letter-spacing: -1.5px;*/
	letter-spacing: -1.3px;
}

.g_coment ul li span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	font-size: 1.6rem;
	font-weight: 300;
	color: #fff;
	border-radius: 50%;
	background-color: #444;
	margin-right: 1.3rem;
}

.chara_sec {
	padding: 15rem 0 16.9rem;
}

.point_list {
	display: flex;
	flex-wrap: wrap;
	gap: 2.6rem;
}

.point_list li {
	width: calc(50% - 1.3rem);
	min-height: 12.2rem;
	border: solid 2px #68c5c7;
	position: relative;
	background: url('../img/sub/chk_row_bg01.jpg') no-repeat left top/cover;
}

.point_list li .txtbox {
	padding: 3.4rem 2rem 2.4rem 10rem;
	background: url('../img/sub/chk_row_bg02.png') no-repeat center center/cover;
}

.point_list li .txtbox .ttl {
	font-size: 2rem;
	font-weight: 700;
	color: #64bdbf;
	text-transform: uppercase;
	margin-bottom: 1rem;
	font-family: 'GmarketSans';
}

.point_list li .txtbox .disc {
	font-size: 1.8rem;
	font-weight: 300;
	letter-spacing: -1px;
}

.point_list li .chk_numb {
	font-size: 4.5rem;
	font-weight: 500;
	font-family: 'GmarketSans';
	color: rgba(255, 255, 255, 0.8);
	position: absolute;
	top: 1.5rem;
	left: 3.4rem;
}

.point_list li:nth-of-type(2n) .chk_numb {
	left: 2.4rem;
}

.special_sec {
	padding: 15.6rem 0 16.9rem;
	background: url('../img/sub/m31_sec03_bg.jpg') no-repeat center center/cover;
}

.special_sec .sub_ttl_row h3 {
	color: #fff;
}

.spc_list {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}

.spc_list li:nth-of-type(n+3) {
	margin-top: 0.9rem;
}

.spc_list li {
	width: calc(50% - 1rem);
	min-height: 35.4rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 5rem;
	padding-left: 7.6rem;
	overflow: hidden;
	background: #fff url(../img/sub/spc_list_bg.jpg) no-repeat center center;
}

.spc_list li .ttl {
	font-size: 2.6rem;
	font-weight: 700;
	color: #444;
	padding-left: 60px;
/*231016 전대리 수정	margin-bottom: 3rem;*/
	margin-bottom: 2rem;
	background: url('../img/sub/m42_sec01_ico.png') no-repeat left center/22px;
}

.spc_list li .ttl span {
	color: #4bafb2;
}

.spc_list li .stl {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.6;
	color: #444;
	margin-bottom: 2rem;
}

.spc_list li .disc {
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.6;
	color: #444;
}

.comp_sec {
	padding: 14.2rem 15px 17rem;
}

.comp_sec caption {
	display: none;
}

.comp_tb table {
	table-layout: fixed;
	width: 100%;
}

.comp_tb thead th {
	height: 67px;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
}

.comp_tb thead th.def {
	background: #222;
}

.comp_tb thead th.mid {
	background: #909090;
}

.comp_tb thead th.inv {
	background: #68c5c7;
}

.comp_tb tbody tr:not(:last-of-type) td {
	border-bottom: solid 1px #ededed;
}

.comp_tb tbody tr:not(:last-of-type) td.mid {
	border-color: #505050;
}

.comp_tb tbody td {
	height: 100px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.9;
	text-align: center;
	background: #f8f8f8;
}

.comp_tb tbody td:first-of-type {
	font-weight: 300;
}

.comp_tb tbody td.mid {
	color: #fff;
	background: #585858;
}

.state_sec {
	padding: 13.9rem 0 17.2rem;
	background: no-repeat center center/cover;
}

.sub_ttl_row.wh h3 {
	color: #fff;
}

.sub_ttl_row.wh .oz_tag {
	background: transparent;
	border-radius: 3px;
	border: solid 1px rgba(255, 255, 255, 0.5);
}


.state_list {
	display: flex;
	justify-content: center;
	padding: 6rem 0 6.9rem;
	background: #fff;
}

.state_list li {
	min-width: 20%;
	padding: 0 3.3rem;
	flex-shrink: 0;
	text-align: center;
}

.state_list li+li {
	border-left: solid 1px #1e9fa2;
}

.state_list li .num {
	font-size: 3.8rem;
	font-weight: 700;
	margin-bottom: 3rem;
	font-family: 'GmarketSans';
}

.state_list li .subject {
	font-size: 2.2rem;
	font-weight: 700;
	color: #444;
	margin-bottom: 2rem;
}

.state_list li .disc {
	font-size: 1.8rem;
	color: #444;
	font-weight: 300;
	line-height: 30px;
}

.state_list li .subject span {
	color: #4bafb2;
}

.inv_ttl_row {
	color: #fff;
}

.inv_ttl_row .inv_tag {
	display: flex;
	width: 100%;
	max-width: 30.2rem;
	height: 4.6rem;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 3.9rem;
	border-radius: 1.95rem;
	background: #222;
}

.inv_ttl_row .inv_tag strong {
	color: #84e5ff;
	margin-left: 5px;
}

.inv_ttl_row .stl {
	font-size: 3.4rem;
	font-weight: 700;
	margin-bottom: 2rem;
}

.inv_ttl_row .ttl {
	font-size: 9.5rem;
	font-weight: 700;
	line-height: 1;
	text-shadow: 0 0 46px rgba(0, 0, 0, 0.3);
}

.invis_col {
	position: relative;
}

.invis_col .top {
	padding-top: 23.6rem;
	min-height: 80.6rem;
	background: url('../img/sub/m31_sec01_bg01.jpg') no-repeat center center/cover;
}

.invis_col .mid {
	display: flex;
	width: 100%;
	max-width: 1150px;
	position: absolute;
	top: 45%;
	left: 50%;
	z-index: 3;
	transform: translate(-50%, -50%);
}

.invis_col .mid>div {
	width: 50%;
}

.invis_col .mid .right {
	padding: 8.3rem 0 0 7rem;
	position: relative;
	background: url('../img/sub/m31_sec01_rightbg.png') no-repeat center center/cover;
}

.invis_col .mid .right .ttl {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.3;
	padding-top: 5rem;
/*2310016 전대리 수정	margin-bottom: 3.3rem;*/
	margin-bottom: 2.5rem;
	background: url('../img/sub/m42_sec01_ico.png') no-repeat left top/22px;
}

.invis_col .mid .right .disc {
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.77;
	color: #585858;
}

.invis_col .mid .right::before {
	content: 'oz orithodontis';
	font-size: 1.2rem;
	font-weight: 700;
	color: #55aeb1;
	text-transform: uppercase;
	position: absolute;
	right: 3.5rem;
	bottom: 3rem;
}

.invis_col .mid .right::after {
	content: '';
	width: 616px;
	height: 310px;
	position: absolute;
	left: -3px;
	bottom: -48px;
	background: transparent url('../img/sub/m31_sec01_right_shadow.png') no-repeat center center/cover;
}

.invis_col .bot {
	display: flex;
}

.invis_col .bot>div {
	width: 50%;
}

.invis_col .bot .left {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	padding: 0 19rem 12rem 0;
	background: url('../img/sub/m31_sec01_bg02.jpg') no-repeat center center/cover;
}

.invis_col .bot .left p {
	font-size: 3rem;
	font-weight: 300;
	letter-spacing: -0.7px;
	color: #fff;
}

.invis_col .bot .left p b {
	display: block;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 0.2rem;
}

.inv_gif_sec {
	padding: 14rem 0 18.6rem;
	background: url('../img/sub/m31_sec06_bg.jpg') no-repeat center center/cover;
}

.gif_wr {
	display: flex;
	justify-content: space-between;
}

.gif_wr>* {
	width: calc(50% - 3px);
}

.gif_wr .right {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.gif_wr .right li {
	width: calc(50% - 3px);
}

.chk_sec .inner {
	padding-bottom: 17rem;
}

.symptom_sec {
	padding: 14.6rem 0 17.5rem;
	background: no-repeat center center/cover;
}

.symp_list {
	padding: 0 15px;
}

.symp_list li {
	display: flex;
	align-items: center;
	gap: 7.4rem;
	border-radius: 14.95rem;
	padding: 2rem;
	background: #fff no-repeat right top -6px;
	overflow: hidden;
	box-shadow: 0 2.9rem 3.5rem rgba(0, 0, 0, 0.19);
}

.symp_list li:first-of-type {
	background-image: url('../img/sub/symp_listbg01.png');
}

.symp_list li:nth-of-type(2) {
	background-image: url('../img/sub/symp_listbg02.png');
}

.symp_list li:nth-of-type(3) {
	background-image: url('../img/sub/symp_listbg03.png');
}

.symp_list li:nth-of-type(4) {
	background-image: url('../img/sub/symp_listbg04.png');
}

.symp_list li:nth-of-type(5) {
	background-image: url('../img/sub/symp_listbg05.png');
}

.symp_list li .img_row {
	width: 426px;
position: relative;
}

.symp_list li .txt_row {
	width: calc(100% - 500px);
}

.symp_list li .chk_ico {
	display: block;
	width: 46px;
	height: 47px;
	margin-bottom: 3.1rem;
	background: url('../img/sub/chk_ico_46x47.png') no-repeat center center/cover;
}

.symp_list li .ttl {
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

.symp_list li .disc {
	max-width: 515px;
	font-size: 1.8rem;
	font-weight: 300;
	color: #585858;
	line-height: 1.6;
	letter-spacing: -1px;
}

.symp_list li .img_row::before{
content: '';
width: 20px;
height: 20px;
background: url('../img/sub/symp_img_circle.png')no-repeat center center/cover;
position: absolute;
top: 24px;
left: 32px;
z-index: 3;
}

.symp_list li .img_row::after{
content: '';
width: 10px;
height: 10px;
background: #58dade;
position: absolute;
bottom:15px;
right: 40px;
z-index: 3;
border-radius: 50%;
}

.symp_list.dott li{
border: dotted 3px var(--main-color);
box-shadow: none;
}

.symp_list:not(.list2row).dott li + li{
margin-top: 3.5rem;
}

.symp_list.list2row {
	display: flex;
	flex-wrap: wrap;
	gap: 1.8rem;
}

.symp_list.list2row li {
	width: calc(50% - 0.9rem);
	min-height: 24.85rem;
	text-align: center;
	flex-direction: column;
	justify-content: center;
	gap: 0;
	border-radius: 12.5rem;
}

.symp_list.list2row li.lo_row {
	width: 100%;
}

.symp_list:not(.list2row) li+li {
	margin-top: 1.7rem;
}

.con0406 .symptom_sec {
	position: relative;
}

.con0406 .symptom_sec::after {
	content: '';
	width: 405px;
	height: 456px;
	position: absolute;
	/*230918 전대리 수정	top: 45%;*/
	top: 56%;
	left: 51%;
	transform: translate(-50%, -50%);
	background: url('../img/sub/m46_sec04_midimg.png') no-repeat center center/cover;
}

.sy_care_sec {
	padding: 17.1rem 0 18rem;
	background: no-repeat center center/cover;
}

.sy_care_sec .inner {
	position: relative;
	max-width: 1150px;
	text-align: center;
	padding: 9.4rem 0 11rem;
	background: rgba(255, 255, 255, 0.96);
	border: solid 12px rgba(225, 225, 225, 0.96);
}

.sy_care_sec.bd_gr .inner {
	border-color: #95d5d7;
}

.sy_care_sec .inner.sh {
	box-shadow: 0 2.9rem 5.7rem rgba(0, 0, 0, 0.17);
}

.sy_care_sec .sub_ttl_row {
	/*230918 전대리 수정	margin-bottom: 3.8rem;*/
	margin-bottom: 2rem;
}

.sy_care_sec .sub_ttl_row h3 {
	font-size: 4.5rem;
}


.sy_care_sec .ttl {
	/*	230918 전대리 수정 font-size: 2.2rem;*/
	font-size: 2.6rem;
	font-weight: 500;
	/*	230918 전대리 수정*/
	letter-spacing: -0.5px;
	line-height: 1.8;
	color: #585858;
}

/*231016 전대리 추가*/
.sy_care_sec .stly2 {
	line-height: 1.6;
}

.sy_care_sec .ttl b {
	color: #444;
}

.sy_care_sec .ttl span {
	color: #55a9ac;
}

.sy_care_sec .disc {
	max-width: 900px;
	margin: 2.5rem auto 0;
}

.sy_care_sec .disc p {
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 2.2;
	letter-spacing: -1px;
	color: #585858;
	border-bottom: dotted 1px #ddd;
}

/*230918 전대리 추가*/
.sy_care_sec .disc p:first-of-type {
	border-top: dotted 1px #ddd;
}

.sy_care_sec .disc p:last-of-type {
	border: none;
}

.con0406 .sy_care_sec .sub_ttl_row {
	margin-bottom: 4rem;
}

.con0406 .what_chk_list li {
	width: 33.33%;
	padding: 0 4.5rem;
	background: none;
}

.con0406 .sy_care_sec {
	padding: 20.9rem 0 10.7rem;
	overflow: hidden;
}

.con0406 .sy_care_sec .inner {
	padding: 9rem 0 8.8rem;
	box-shadow: 0 29px 57px rgba(0, 0, 0, 0.17);
}

.con0406 .what_chk_list {
/*231016 전대리 수정	padding-left: 2rem;*/
	padding-left: 6rem;
	position: relative;
}

.con0406 .what_chk_list::after {
	content: '';
	width: 641px;
	height: 50px;
	position: absolute;
	top: calc(100% + 8.8rem);
	right: 0;
	background: url('../img/sub/m46_sec05_bg.png') no-repeat center center/cover;
}

.con0406 .what_chk_list li::before {
	position: static;
	display: block;
}

.con0406 .what_chk_list li figcaption {
	margin-top: 3rem;
}

.cir_intro_sec {
	display: flex;
	align-items: center;
	padding: 31.3rem 0 15.9rem;
}

.cir_intro_sec .txt_sec {
	min-width: 1200px;
	margin-left: -12.1rem;
	border: solid 6px #68c5c8;
	border-right: none;
position: relative;
	padding: 10.4rem 0 11.5rem 25.9rem;
}

.cir_intro_sec .txt_sec .ttl {
	font-size: 2.8rem;
	font-weight: 700;
	padding-top: 5rem;
	line-height: 1.25;
	background: url('../img/sub/bar_65x5.jpg') no-repeat top left;
}

.cir_intro_sec .txt_sec .stl {
	font-size: 2.2rem;
	font-weight: 700;
margin-top: 1rem;
}

.cir_intro_sec .txt_sec .stl span{
color: var(--main-color);
}

.cir_intro_sec .txt_sec .disc {
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.8;
	letter-spacing: -1px;
	color: #585858;
margin-top: 2.2rem;
}

.cir_intro_sec .txt_sec::after{
content: '';
position: absolute;
top: -195px;
right: 357px;
width: 270px;
height: 270px;
background: url('../img/sub/circle_oz_tag.png') no-repeat center center/cover;
}

.cir_intro_sec .img_sec {
	position: relative;
	z-index: 2;
	transform: translateY(-161px);
}

.cir_intro_sec .img_sec::after {
	content: '';
	width: 100%;
	height: 100%;
	background: #d6d6d6;
	opacity: 0.2;
	mix-blend-mode: multiply;
	position: absolute;
	top: 9rem;
	right: -4rem;
	z-index: -1;
}

.ab_sec {
	height: 989px;
	position: relative;
	/*background: url('../img/sub/m21_sec01_bg.jpg') no-repeat center center/cover;*/
}

.ab_sec .img_box {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}

.ab_sec .txt_box {
	width: 570px;
	padding-top: 6.7rem;
	padding-left: 2rem;
	margin-left: auto;
}

.ab_sec .txt_box .ttl {
	/*230831 전대리font-size: 3.8rem;*/
	font-size: 4.2rem;
	/*230831 전대리 추가	*/
	letter-spacing: -1px;
	font-weight: 700;
	line-height: 1.36;
	position: relative;
	padding-top: 6rem;
}

.ab_sec .txt_box .ttl span {
	color: #62c0c3;
}

.ab_sec .txt_box .ttl::before {
	content: '';
	width: 80px;
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
	background: url('../img/sub/line_80x3.png') no-repeat center center/cover;
}

.ab_sec .txt_box .disc {
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.6;
	color: #444;
/*231016 전대리 수정	margin-top: 3.8rem;*/
	margin-top: 2.8rem;
}

.con0201 .sec02 {
	padding: 15rem 0 16rem;
	background: url('../img/sub/m21_sec02_bg.jpg') no-repeat center center/cover;
}

.con0201 .sec02 .txtbox {
	color: #fff;
	text-align: center;
}

.con0201 .sec02 .txtbox small {
	font-size: 1.4rem;
	opacity: 0.4;
	margin-top: 2.5rem;
}

.con0201 .sec02 .stl {
	font-size: 1.8rem;
	font-weight: 300;
	margin-bottom: 3rem;
}

.con0201 .sec02 .ttl {
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 1.3;
}

.con0201 .sec02 .btl {
	font-size: 4.5rem;
	font-weight: 700;
	margin-top: -12px;
}

.con0201 .sec02 .btl>span {
	color: #00f9f2;
}

.con0201 .sec02 .btl strong {
	color: #fdd600;
}

.con0201 .sec02 .btl strong span {
	font-size: 7rem;
}

.con0201 .sec02 .imgbox {
	margin-top: 5rem;
}

.sec02_banner {
	display: block;
	width: 100%;
	height: 285px;
	background: url('../img/sub/m21_sec03_bg.jpg') no-repeat center center/cover;
}

.sec02_banner .inner {
	height: 100%;
	display: flex;
	align-items: center;
}

.sec02_banner .stl {
	font-size: 1.8rem;
	font-weight: 500;
	color: #41797a;
	margin-bottom: 1.5rem;
}

.sec02_banner .ttl {
	font-size: 3.8rem;
	font-family: 'GmarketSans';
}

.sec02_banner .ttl span {
	color: #41797a;
}

.care_chk_sec {
	padding: 16.2rem 0 16.7rem;
	background: url('../img/sub/m21_sec04_bg.jpg') no-repeat center center/cover;
}

.care_chk_sec .care_txt {
	padding: 7rem 0;
	background: #fff;
	border: solid 2px #68c5c8;
	text-align: center;
	margin-top: -1rem;
}

.care_chk_sec .care_txt .subject {
	font-size: 2.6rem;
	font-weight: 700;
	display: inline-block;
	border-bottom: solid 1px #222;
	margin-bottom: 2rem;
}

.care_chk_sec .care_txt .subject span {
	display: inline-block;
	color: #62c0c3;
	margin-bottom: -1px;
	border-bottom: solid 1px #62c0c3;
}

.care_chk_sec .care_txt .disc {
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.6;
	color: #444;
}

.care_chk_sec .chk_circle {
	max-width: 816px;
	margin: 3rem auto;
	background: url('../img/sub/dat_circle.jpg.png') no-repeat center center/cover;
}

.care_chk_sec .chk_circle span {
	display: inline-block;
	font-size: 2rem;
	font-weight: 700;
	line-height: 52px;
	text-align: center;
	padding-left: 4.6rem;
	background: url('../img/sub/chk_33x28.png')no-repeat left center;
}

.recom_sec {
	padding: 17rem 0 17.5rem;
	background: url('../img/sub/m21_sec05_bg.jpg') no-repeat center center/cover;
}

.recom_sec .sub_ttl_row {
	color: #fff;
}

.recom_sec .sub_ttl_row .disc2 {
	color: #fff;
	opacity: 0.5;
}

.recom_sec .sub_ttl_row .gr_stl {
	background: url('../img/sub/m21_recom_grstl.jpg')no-repeat center center/cover;
}

.recom_list li {
	display: flex;
	align-items: center;
	background: #fff;
}

.recom_list li .img_sec {
	flex: 0 0 auto;
}

.recom_list li+li {
	margin-top: 2.6rem;
}

.recom_list li .txt_sec {
	width: calc(100% - 448px);
	height: 100%;
	padding-left: 6.5rem;

}

.recom_list li .stl {
	font-size: 1.8rem;
	font-weight: 700;
	color: #45acb0;
}

.recom_list li .subject {
	font-size: 2.4rem;
	font-weight: 700;
}

.recom_list li .disc {
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.6;
	color: #444;
	margin-top: 1.2rem;
}

.prom_sec {
	height: 1216px;
	padding-top: 137px;
	background: url('../img/sub/m21_sec06_img.jpg') no-repeat center center/cover;
}

.doc_intro_sec {
	padding: 17rem 0 15rem;
	background: url('../img/sub/m21_sec07_bg.jpg')no-repeat center center/cover;
}

.doc_intro_sec .txt_box {
	margin-bottom: 7rem;
}

.doc_intro_sec .stl {
	font-size: 1.6rem;
	font-weight: 300;
	color: #fff;
	margin-bottom: 2.5rem;
}

.doc_intro_sec .ttl {
	font-size: 4.5rem;
	font-weight: 500;
	font-family: 'KBODia';
/*231016 전대리 수정	line-height: 1.2;*/
	line-height: 1.4;
	color: #fff;
}

.doc_intro_sec .ttl span {
	color: #6bdee2;
}

.doc_intro_sec .history_wr {
	max-width: 898px;
	position: relative;
	padding: 5.3rem 7rem 8.5rem;
	background: rgba(255, 255, 255, 1);
}

.doc_intro_sec .history_wr::before {
	content: 'Dr. O Jiyeon';
	font-family: 'KBODia';
	font-size: 3.5rem;
	font-weight: 500;
	opacity: 0.15;
	position: absolute;
	top: 3rem;
	right: 3rem;
	writing-mode: vertical-lr;
}

.doc_intro_sec .tag_ttl {
	display: block;
	width: 95px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2.8rem;
	color: #fff;
	text-align: center;
	background: #000022;
	border-radius: 12px;
	margin-bottom: 3.3rem;
}

.history_wr .his_list {
	display: flex;
	gap: 5.8rem;
}

.history_wr .his_list ul li {
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.94;
}

.equip_intro_sec {
	padding-top: 15rem;
	background: url('../img/sub/m21_sec08_bg.jpg') no-repeat center center/cover;
}


.equip_intro_sec .sub_ttl_row .gr_stl {
	background: url('../img/sub/equip_intro_gtl.jpg')no-repeat center center/cover;
}

.equip_intro_sec .equip_img img {
	margin: 0 auto;
}

.con0104 {
	/*padding-bottom: 22.6rem;*/
}

.con0104 .sec02 {
	margin-bottom: 17rem;
}

.con0104 .map_wr {
	position: relative;
	margin-bottom: 8rem;
}

.map_wr .map_info_wr {
	width: 100%;
	height: 100%;
	max-width: 1148px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	z-index: 10;
	pointer-events: none;
}


.map_info_wr .map_info {
	width: 100%;
	max-width: 460px;
	color: #fff;
	padding: 5.4rem 1rem 6.9rem 5.3rem;
	background: rgba(104, 197, 200, 0.9);
}

.map_info_wr .map_info .tag_add {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 300;
	margin-bottom: 1.6rem;
/*231016 전대리 수정	margin-top: 3.5rem;*/
	margin-top: 2.5rem;
}

.map_info_wr .map_info .ttl {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.4;
}

.map_info_wr .map_info .bg_bk {
	width: 100%;
	max-width: 345px;
	text-align: center;
	padding: 5px 0;
	font-size: 1.6rem;
	font-weight: 500;
	background: #333;
/*231016 전대리 수정	margin-top: 4.7rem;*/
	margin-top: 3rem;
}

.map_pt_row {
	display: flex;
	gap: 6rem;
	align-items: center;
	padding: 5.8rem 6.8rem;
	border: solid 1px #61beca;
}

.map_pt_row .ico_sec {
	width: 36.49%;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	background: #eee;
	border-radius: 4rem;
	padding: 3.3rem 0 4.3rem;
}

.map_pt_row+.map_pt_row .ico_sec {
	padding: 6.3rem 0 4.3rem;
}

.map_pt_row .ico_sec img {
	margin: 0 auto 2.5rem;
}

.map_pt_row .pt_sec {
	width: 57.59%;
}

.map_pt_row+.map_pt_row {
	margin-top: 3rem;
}

.map_pt_row .pt_sec dl {
	display: flex;
	align-items: center;
}

.map_pt_row .car_list .inc1 {
	display: block;
	width: 15.3rem;
	color: #6f99d0;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	line-height: 3.2rem;
	border: solid 4px #6f99d0;
	border-radius: 2rem;
	margin-right: 2rem;
}

.map_pt_row .car_list dl dd {
	width: calc(100% - 17.3rem);
	font-size: 1.8rem;
	color: #444;
	letter-spacing: -1px;
}

.map_pt_row .car_list dl+dl {
	margin-top: 0.8rem;
}

.map_pt_row .bus_list dl+dl {
	margin-top: 2rem;
}

.map_pt_row .bus_list dt {
	display: flex;
	align-items: center;
}

.map_pt_row .bus_list dt span {
	display: block;
	width: 15rem;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	line-height: 2.9rem;
	margin-right: 2rem;
}

.map_pt_row .bus_list dt .bus01 {
	background: #53a135;
}

.map_pt_row .bus_list dt .bus02 {
	background: #7182f5;
}

.map_pt_row .bus_list dt .bus03 {
	background: #f86e55;
}

.map_pt_row .bus_list dt .bus04 {
	background: #3d9cd2;
}

.map_pt_row .bus_list dd {
	width: calc(100% - 17rem);
	display: flex;
	align-items: center;
}

.map_pt_row .bus_list dd span {
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	color: #444;
}

.map_pt_row .bus_list dd span+span {
	margin-left: 2.3rem;
	padding-left: 2.5rem;
	position: relative;
}

.map_pt_row .bus_list dd span+span::before {
	content: 'ㅣ';
	font-size: 1.8rem;
	font-weight: 700;
	color: #a0a0a0;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.sec03.time_guide {
	padding: 14rem 0;
	background: url('../img/sub/map_sec03_bg.jpg') no-repeat center center/cover;
}

.time_guide .inner {
	display: flex;
	justify-content: space-between;
	max-width: 1150px;
	background: rgba(255, 255, 255, 0.85);
}

.time_guide .time_sec {
	width: 53.2%;
	padding: 9rem 6rem 6rem;
}

.time_guide .img_sec {
	width: 46.8%;
}

.time_guide .time_row {
	display: flex;
	gap: 3rem;
	padding-top: 1.6rem;
}

.time_guide .time_row+.time_row {
	margin-top: 1.5rem;
}

.time_guide .time_row .ttl {
	position: relative;
	font-size: 2.2rem;
	font-weight: 700;
	text-transform: uppercase;
}

.time_guide .time_row .ttl::before {
	content: '';
	width: 43px;
	height: 3px;
	position: absolute;
	top: -2rem;
	left: 0;
	background: url('../img/sub/bar_80x3.jpg')no-repeat center center/cover;
}

.time_guide .time_row dl {
	display: flex;
	font-size: 2rem;
	color: #444;
	line-height: 2;
	letter-spacing: -0.8px;
}

.time_guide .time_row dl dt {
	width: 12rem;
	font-weight: 300;
}

.time_guide .time_row dl dd {
	width: calc(100% - 12rem);
	font-weight: 700;
	text-transform: uppercase;
}

.time_guide .time_row .numb_txt {
	font-size: 4rem;
	font-weight: 700;
	color: #58b1b4;
	letter-spacing: -2.5px;
}

.time_guide .time_row .txt {
	font-size: 1.6rem;
	font-weight: 300;
	color: #444;
}


.doc_intro_sec {
	padding: 17rem 0 15rem;
	background: url('../img/sub/m21_sec07_bg.jpg')no-repeat center center/cover;
}

.doc_intro_sec .txt_box {
/*231016 전대리 수정	margin-bottom: 7rem;*/
	margin-bottom: 6rem;
}

.doc_intro_sec .stl {
	font-size: 1.6rem;
	font-weight: 300;
	color: #fff;
	margin-bottom: 2.5rem;
}

.doc_intro_sec .ttl {
	font-size: 4.5rem;
	font-weight: 500;
	font-family: 'KBODia';
/*231016 전대리 수정	line-height: 1.2;*/
	line-height: 1.4;
	color: #fff;
}

.doc_intro_sec .ttl span {
	color: #6bdee2;
}

.doc_intro_sec .history_wr {
	max-width: 898px;
	position: relative;
	padding: 6.3rem 8rem 8.5rem;
	background: rgba(255, 255, 255, 0.95);
}

.doc_intro_sec .history_wr::before {
	content: 'Dr. O Jiyeon';
	font-family: 'KBODia';
	font-size: 3.5rem;
	font-weight: 500;
	opacity: 0.15;
	position: absolute;
	top: 3rem;
	right: 3rem;
	writing-mode: vertical-lr;
}

.doc_intro_sec .tag_ttl {
	display: block;
	width: 95px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2.8rem;
	color: #fff;
	text-align: center;
	background: #000022;
	border-radius: 12px;
	margin-bottom: 3.3rem;
}

.history_wr .his_list {
	display: flex;
/*231016 전대리 삭제	gap: 8rem;*/
}

.history_wr .his_list ul li {
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.94;
}

.equip_intro_sec {
	padding-top: 15rem;
	background: url('../img/sub/m21_sec08_bg.jpg') no-repeat center center/cover;
}


.equip_intro_sec .sub_ttl_row .gr_stl {
	background: url('../img/sub/equip_intro_gtl.jpg')no-repeat center center/cover;
}

.equip_intro_sec .equip_img img {
	margin: 0 auto;
}


.oz_intro {
	display: flex;
}

.oz_intro>div {
	width: 50%;
}

.oz_intro .right {
	display: flex;
	align-items: flex-end;
	padding: 1rem 0 10rem 11.5rem;
	background: url('../img/sub/m11_sec01_bg.jpg') no-repeat center center/cover;
}

.oz_intro .right .ttl {
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.375;
	/*230831 전대리추가*/
	letter-spacing: -1px;
}

.oz_intro .right .ttl span {
	color: var(--main-color);
}

.oz_intro .right .ico {
	padding: 2.4rem 5.6rem;
}

.oz_intro .right .count_wr {
	font-size: 3.5rem;
	font-weight: 700;
	font-family: 'GmarketSans';
	color: var(--main-color);
}

.oz_intro .right .count_wr .count {
	font-size: 14rem;
	letter-spacing: -1rem;
	line-height: 1;
}

.oz_intro .right small {
/*231004 전대리 수정	font-size: 1.8rem;*/
	font-size: 2rem;
	font-weight: 300;
	color: #444;
}

.doc_intro_msg {
	padding: 13.6rem 0;
}

.doc_intro_msg .txtbox {
	text-align: center;
	padding: 4.4rem 0;
	background: url('../img/sub/m11_sec02_bg.png') no-repeat center center/100%;
}

.doc_intro_msg .ttl {
	font-size: 3.4rem;
	font-weight: 700;
/*	231004 전대리 추가*/margin-bottom: 20px;
	
}

.doc_intro_msg .ttl span {
	color: #bababa;
}

.doc_intro_msg .disc {
	font-size: 1.8rem;
	font-weight: 300;
	color: #444;
	line-height: 1.6;
/*231004 전대리수정	margin-bottom: 232rem;*/
	margin-bottom: 3.2rem;
}

.doc_intro_msg .stl {
	font-size: 2.2rem;
	font-weight: 700;
}

.doc_intro_msg .stl span {
	color: var(--main-color);
	border-bottom: solid 1px var(--main-color);
}

.oz_alert {
	padding: 17.5rem 0 17.1rem;
	background: url('../img/sub/m11_sec03_bg.jpg') no-repeat center center/cover;
}

.oz_alert .txtbox {
	width: calc(100% - 40px);
	max-width: 960px;
	margin: 0 auto;
	padding: 8.4rem 0;
	text-align: center;
	background: url('../img/sub/m11_sec03_txtbg.png')no-repeat center center/cover;
}

.oz_alert .ttl {
	font-size: 3.4rem;
	font-weight: 700;
/*231004 전대리 수정	padding-top: 4.9rem;*/
	padding-top: 4rem;
/*231004 전대리 수정	margin-bottom: 3.2rem;*/
	margin-bottom: 1.5rem;
	background: url('../img/sub/bar_80x3.jpg')no-repeat top center/80px;
}

.oz_alert .ttl span {
	color: #bababa;
}

.oz_alert .disc {
	font-size: 1.8rem;
	font-weight: 300;
	color: #444;
	line-height: 1.6;
	margin-bottom: 2.2rem;
}

.oz_alert .stl {
	font-size: 2.4rem;
	font-weight: 700;
}

.oz_alert .stl span {
	color: var(--main-color);
}

.oz_alert .more_link {
	display: block;
	width: 290px;
	text-align: center;
	border: solid 3px var(--main-color);
	border-radius: 2.4rem;
/*231004 전대리 수정	margin: 3.5rem auto 0;*/
	margin: 4rem auto 0;
}

.oz_alert .more_link span {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 4.6rem;
}

/*231004 전대리 추가*/
.oz_alert .more_link:hover {
	background-color: var(--main-color);
	transition: all 0.3s;
}
/*231004 전대리 추가*/
.oz_alert .more_link:hover span {
	color: #fff;
	transition: all 0.3s;
}

.intro_row {
	display: flex;
	justify-content: space-between;
	gap: 18px;
}

.intro_row>div {
	width: calc(50% - 9px);
}

.intro_row .hist_sec {
/*231004 전대리 수정	padding: 12rem 0 0 9.5rem;*/
	padding: 11rem 0 0 8rem;
	background: url('../img/sub/doc_intro_bg.jpg')no-repeat top center/100%;
}

.intro_row .hist_sec .ttl {
	font-size: 3.8rem;
	font-weight: 300;
}

.intro_row .hist_sec .ttl span {
	color: var(--main-color);
}

.intro_row .his_list {
/*231004 전대리 수정	margin-top: 10.8rem;*/
	margin-top: 8.5rem;
}

.intro_row .his_list p {
	font-size: 2.2rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
}

.intro_row .his_list li {
	font-size: 1.8rem;
	font-weight: 300;
	color: #444;
/*	231004 전대리 추가*/ margin-bottom:3px;
}

.intro_row .his_list ul+ul {
	margin-top: 2rem;
}

.doct_banner {
	margin: 14.5rem 0;
	padding: 11.5rem 0 11rem;
	background: url('../img/sub/doc_intro_banner.jpg')no-repeat center center/cover;
}

.doct_banner .txtbox {
	padding: 0 1.5rem;
	color: #fff;
}

.doct_banner .txtbox .stl {
	font-size: 2.2rem;
	font-weight: 300;
	padding-top: 3.9rem;
	position: relative;
}

.doct_banner .txtbox .stl::before {
	content: '';
	position: absolute;
	width: 47px;
	height: 4px;
	top: 0;
	left: 0;
	background: #fff;
}

.doct_banner .txtbox .ttl {
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.4;
}

.doct_banner .txtbox .ttl strong {
	font-size: 3.2rem;
	line-height: 1.4;
}

.con0102 .sec03 {
	padding-bottom: 16rem;
}

.what_co_row {
	display: flex;
	justify-content: space-between;
	padding: 6.6rem 0 6.6rem 4.9rem;
	background: #fff;
}

.what_co_row .img_sec {
	width: 48.21%;
}

.what_co_row .txt_sec {
	width: 51.79%;
	text-align: center;
}

.what_co_row .txt_sec .ttl {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.3;
}

.what_co_row .txt_sec .ttl span {
	color: var(--main-color);
}

.what_co_row .txt_sec .ttl.colon {
/*231016 전대리 수정	padding-top: 6rem;*/
	padding-top: 5.5rem;
	position: relative;
	/*	230918 전대리 추거*/
	line-height: 35px;
}

.what_co_row .txt_sec .ttl.colon::before {
	content: '';
	width: 44px;
	height: 33px;
	background: url('../img/sub/co_icon44x33.png')no-repeat center center/cover;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.what_co_row .txt_sec .disc {
/*231016 전대리 수정	margin-top: 2.5rem;*/
	margin-top: 2rem;
	font-size: 1.8rem;
	font-weight: 300;
	/*	230918 전대리 수정 line-height: 1.5;*/
	line-height: 1.6;
}

.con0407 .sub_ytb {
/*231016 전대리 수정	padding-bottom: 15.3rem;*/
	padding-bottom: 2rem;
}

.con0407 .sub_ytb .inner {
	padding-bottom: 0;
}

.con0503 .what_co_row {
	position: relative;
}

.con0503 .what_co_row::before {
	content: '';
	width: 324px;
	height: 322px;
	position: absolute;
	left: -10px;
	bottom: -135px;
	background: url('../img/sub/m53_sec02_ico.png') no-repeat center center/cover;
}

.con0404 .sub_ytb {
/*231016 전대리 수정	padding-bottom: 17rem;*/
	padding-bottom: 14rem;
}

.con0404 .sub_ytb .inner {
	background: none;
	padding-bottom: 0;
	position: relative;
}

.con0404 .sub_ytb .inner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 12.4rem;
	background: #fff;
	transform: translateX(-50%);
}

.con0404 .chk_row_wr {
	margin-bottom: 0;
}

/* con0504 */

.what_co_row .check_txt {
	text-align: left;
	margin-top: 5rem;
	border-top: dotted 1px rgba(182, 200, 214, 0.5);
	border-bottom: dotted 1px rgba(182, 200, 214, 0.5);
	padding: 3.5rem 0 4.9rem;
}

.what_co_row .check_txt .chk_ttl {
	font-size: 2.2rem;
/*231016 전대리 수정	color: #fff;*/
	color: #ccc;
	font-weight: 700;
	margin-bottom: 2.5rem;
	text-transform: uppercase;
}

.what_co_row .check_txt .disc {
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.6;
	color: #b6b6b6;
}

.con0504 .what_co_row .img_sec {
	width: 46.88%;
	padding: 0 5rem;
}

.con0504 .what_co_row .txt_sec .ttl {
	text-align: left;
	color: #fff;
}

.con0504 .what_co_row .txt_sec .ttl.colon::before {
	left: 0;
	transform: none;
}

.care_list li .txtbox .subject {
	width: 100%;
	margin-bottom: 1rem;
}

.con0504 .care_list li {
	min-height: 159px;
}

.con0504 .care_list li+li {
	margin-top: 1.9rem;
}

.con0504 .care_list {
	position: relative;
}

.con0504 .care_list::after {
	content: '';
	width: 1040px;
	height: 731px;
	position: absolute;
	top: 57px;
	right: -254px;
	z-index: 3;
	background: url('../img/sub/m54_sec03_img.png');
}

.what_co_row.n_bg {
	background: transparent;
}

.what_co_row .txt_sec .ttl.colon.wh::before {
	background-image: url('../img/sub/co_icon44x33_wh.png');
}

.con0504 .comp_sec {
	background-color: #f5f5f5;
}

.con0504 .sub_ttl_row .gr_stl {
	mix-blend-mode: multiply;
}

.con0504 .comp_tb tbody td:not(.mid) {
	background: #fff
}

.con0504 .state_list {
	padding: 5.3rem 0 4.5rem;
}

.con0504 .state_list li {
	padding: 0 4.5rem;
}

.con0504 .state_list li .num {
	padding-top: 2rem;
	margin-bottom: 3.5rem;
}

.con0504 .state_list li .subject {
	font-size: 2rem;
}

.commend_sec {
	padding: 150px 0 175px;
	background: url('../img/sub/m54_sec06_bg.jpg') no-repeat center center/cover;
}

.cmd_list {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	padding: 0 15px;
}

.cmd_list li {
	width: calc(50% - 9px);
}

.cmd_list li:nth-of-type(n+3) {
	margin-top: 67px;
}

.cmd_list li figure {
	border-radius: 50px 50px 0 0;
	overflow: hidden;
	margin-bottom: 23px;
}

.cmd_list .cmd_info {
	display: flex;
	align-items: center;
	min-height: 90px;
	background: #fff;
	padding: 0 2rem 0 4.2rem;
	border: solid 1px #68c5c8;
	border-left: solid 9px #68c5c8;
}

.cmd_list .cmd_info .numb {
	font-size: 3rem;
	font-weight: 700;
	color: #d7d7d7;
	font-family: 'GmarketSans';
	padding-bottom: 1rem;
	position: relative;
	margin-right: 4.2rem;
}

.cmd_list .cmd_info .numb::after {
	content: '';
	width: 44px;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../img/sub/m42_sec03_line.png) no-repeat center center/cover;
}

.cmd_list .cmd_info .subject {
	font-size: 2rem;
	font-weight: 300;
	color: #222;
}


.cmd_list.m160 .cmd_info {
min-height: 160px;
}

.cmd_list .cmd_info .ttl {
	font-size: 2.2rem;
	font-weight: 700;
	margin-bottom: 7px;
}

.cmd_list .cmd_info .disc {
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.6;
}


/* con0504 */

/* con0302 */

.con0302 .inv_ttl_row .inv_tag strong {
	color: #ebb8ef;
}

.con0302 .inv_ttl_row .stl {
	margin-bottom: 15px;
}

.inv_ttl_row .ttl span {
	font-size: 6.5rem;
}

.invis_col .cot {
/*231016 전대리 수정	padding: 38.7rem 0 19rem;*/
	padding: 34.7rem 0 15.5rem;
background: url('../img/sub/m32_sec01_bot.jpg') no-repeat center center/cover;
}

.invis_col .cot .top_sec {
	margin-bottom: 6.7rem;
}

.invis_col .cot .ttl {
	font-size: 2.6rem;
	font-weight: 700;
	color: var(--main-color);
	font-family: 'ElandChoice';
}

.invis_col .cot .subject {
	font-family: 'KBODia';
	font-size: 5rem;
	font-weight: 500;
}

/* con0302 */



/* con0303 */

.con0303 .inv_ttl_row .inv_tag strong {
	color: #ead687;
}

.comm_mid_img {
	margin: 4rem 0;
}

.comp2_sec {
	padding: 14rem 0 17.3rem;
}

.comp_row2_wr {
	padding: 8.4rem;
	display: flex;
	align-items: center;
	gap: 16px;
}

.comp_row2_wr li {
	width: calc(50% - 8px);
	position: relative;
}

.comp_row2_wr li::before {
	content: '';
	width: 52px;
	height: 52px;
	position: absolute;
	top: 2rem;
	left: 2rem;
	background: url('../img/sub/checked_52x52.png') no-repeat center center/cover;
}

.comp_row2_wr figcaption {
	padding: 25px 10px;
	text-align: center;
	background: #222;
	color: #ffff;
}

.comp_row2_wr figcaption .subject {
	font-size: 2.6rem;
	font-weight: 700;
	margin-bottom: 0.4rem;
}

.comp_row2_wr figcaption .disc {
	font-size: 1.8rem;
	font-weight: 300;
	letter-spacing: -0.6px;
}

.comp_row2_wr li.nn_ck figcaption {
	background: #879191;
}

.comp_row2_wr li.nn_ck::before {
	background-image: url('../img/sub/non_chk52x52.png');
}

/* con0303 */

/* con0304 */

.con0304 .inv_ttl_row .inv_tag strong{
color: #dfeed2;
}

.point_list li.dh2 .txtbox{
background-image: url('../img/sub/chk_row_bg02_dh2.png');
}

.row4_circle{
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 15px;
}

.row4_circle figcaption {
text-align: center;
margin-top: 4rem;
}

.row4_circle figcaption .subject{
/*231016 전대리 수정 font-size: 2.4rem;*/
font-size: 2.6rem;
font-weight: 700;
color: #444;
}

.con0304 .invis_col .cot{
padding-bottom: 16rem;
}

.con0304 .commend_sec{
padding-bottom : 16rem;
}


/* con0304 */

/* con0305 */

.con0305 .inv_ttl_row .inv_tag strong{
color: #ff9d9a;
}

/* con0305 */


/* con0306 */

.comp_tb_wr{
padding: 16rem 0 16.8rem;
}

.tbst2{
padding: 0 15px;
position: relative;
}

.tbst2::before{
content: '';
width: 22.2%;
height: 100%;
border: solid 7px #48bcbe;
position: absolute;
top: 0;
left: 124px;
}

.tbst2 table{
width: 100%;
table-layout: fixed;
}

.tbst2 th{
font-size: 1.8rem;
font-weight: 500;
color: #fff;
text-align: center;
background: #333;
padding: 3rem 0.5rem;
}

.tbst2 thead td {
text-align: center;
font-size: 2rem;
font-weight: 700;
color: #444;
padding: 3rem 0.5rem;
}

.tbst2 tbody td{
border: solid 1px #e9e9e9;
}

.tbst2 tbody tr:not(.pt) td{
font-size: 1.8rem;
font-weight: 300;
text-align: center;
padding: 3rem 0.5rem;
letter-spacing: -0.7px;
}

.tbst2 thead td.n1{
color: #fff;
background: #48bcbe;
}

.tbst2 thead td.n2{
background: #ededed;
}

.tbst2 thead td.n3{
background: #e1e1e1;
}

.tbst2 thead td.n4{
background: #d9d9d9;
}

.tbst2 tr{
border-bottom: solid 1px #e9e9e9;
}

.tbst2 ul li span{
color: #48bcbe;
font-weight: 700;
}

.tbst2 .all{
background: #f8f8f8;
}

.tbst2 .tt_box{
display: flex;
align-items: center;
justify-content: center;
}

.tbst2 .tt_box p{
font-size: 2.2rem;
font-weight: 700;
color: #222;
padding: 0 3px;
}

.tbst2 .tt_box p:first-of-type{
color: #b8b8b8;
}

.tbst2 .tt_box p:nth-of-type(2){
color: #48bcbe;
}

/* con0306 */

/* con0202 */

.d3_sec{
background: url('../img/sub/m22_sec01_bg.jpg')no-repeat center center/cover;
}

.d3_sec .inner1150{
position: relative;
z-index: 1;
padding: 17.5rem 0 20rem;
}

.d3_sec .inner1150::before{
content: '';
width: 689px;
height: 919px;
background: url('../img/sub/m22_sec01_img.png')no-repeat center center/cover;
position: absolute;
bottom: 78px;
right: -50px;
z-index: -1;
}

.d3_sec .top {
margin-bottom: 15rem;
}

.d3_sec .top .ttl{
font-size: 3.8rem;
font-weight: 700;
line-height: 1.3;
color: #fff;
}

.d3_sec .top .ttl span{
color: var(--main-color);
}

.d3_sec .top .whb_ttl{
padding-top: 6rem;
background: url('../img/sub/top_mwh_bar.jpg') no-repeat left top;
}

.d3_sec .top .disc{
font-size: 1.8rem;
font-weight: 300;
color: #fff;
/*231016 전대리 수정 margin-top: 3.5rem;*/
margin-top: 2.8rem;
}

.d3_list {
display: flex;
gap: 12px;
background: url('../img/sub/m22_sec02_listbg.png') no-repeat center center/ cover;
}

.d3_list li{
width: calc(25% - 9px);
text-align: center;
padding-top: 3rem;
min-height: 255px;
}

.d3_list li .ico{
margin-bottom: 15px;
}

.d3_list li .ico img{
margin: 0 auto;
}

.d3_list li .subject{
font-size: 2rem;
line-height: 1.3;
font-weight: 700;
}

.d3_list li .subject.bl{
color: #345ebe;
}

.d3_list li .subject.re{
color: #be2724;
}

.d3_list li .subject.gr{
color: #647c18;
}

.d3_list li .subject.pp{
color: #654485;
}

.d3_list li .disc{
margin-top: 1rem;
font-size: 1.8rem;
font-weight: 300;
color: #444;
}

.itr_sec{
position: relative;
z-index: 3;
}

.itr_sec marquee {
font-size: 16.5rem;
font-weight: 700;
color: rgba(0,0,0,0.08);
position: absolute;
top: 40%;
left:0;
z-index: -1;
}

.ptr_list{
margin-top: 6.6rem;
}

.ptr_list li{
display: flex;
align-items: center;
background: #eee;
}

.ptr_list li + li{
margin-top: 1rem;
}

.ptr_list .label{
display: flex;
align-items: center;
justify-content: center;
width: 218px;
min-height: 78px;
font-size: 1.8rem;
font-weight: 900;
text-transform: uppercase;
color: #fff;
background: #222;
font-family: 'GmarketSans';
}

.ptr_list .label span{
color: var(--main-color);
}

.ptr_list .label small{
font-size: 1.8rem;
font-weight: 900;
color: #d7d7d7;
margin-left: 3px;
font-family: 'GmarketSans';
}

.ptr_list .info{
width: calc(100% - 218px);
text-align: center;
font-size: 2rem;
font-weight: 700;
color: #222;

}

.v_ceph{
padding: 14rem 0 55rem;
background: url('../img/sub/m22_sec03_bg.jpg') no-repeat center center/cover;
}

.v_ceph .inv_ttl_row .inv_tag strong{
font-weight: 500;
color: #cdc5bb;
}

.grsm_sec{
padding: 15rem 0 29rem;
background: url('../img/sub/m22_sec05_bg.jpg') no-repeat center center/cover;
}

.grsm_msg .prf_msg{
margin-bottom: 9rem;
}

.grsm_msg .prf_msg .ttl{
line-height: 1.1;
}

.inv_ttl_row.bk {
	color: #222;
}

.inv_ttl_row.bk .inv_tag{
color: #fff;
}

.inv_ttl_row .stl {
	font-size: 2.8rem;
	font-weight: 700;
	margin: 0;
/*231016 전대리 추가	*/margin-bottom: 15px;
/*231016 전대리 삭제 opacity: 0.5;*/
}

.inv_ttl_row.bk .ttl {
	font-size: 6.5rem;
	font-weight: 700;
text-shadow: none;
}

.inv_ttl_row .sem_ttl{
font-size: 2.2rem;
font-weight: 700;
color: #444;
margin-top: 1.5rem;
}

.inv_ttl_row .sem_ttl span{
color: #46a1a4;
}

.inv_ttl_row .disc{
font-size: 1.8rem;
font-weight: 300;
line-height: 1.5;
color: #444;
margin-top: 1.2rem;
}

.inv_ttl_row .ttl + .disc{
margin-top: 2.5rem;
}

.grsm_msg .sub_ttl_row{
margin-bottom: 7rem;
}

.grsm_msg .prf_msg .ttl strong{
color: #4bafb2;
}

/* con0202 */


/* con0203 */

.con0203 .sec01{
letter-spacing: -1px;
padding: 16rem 0 17rem;
background: url('../img/sub/m23_sec01_bg.jpg') no-repeat center center/cover;
}

.ttl_row_box .subject{
font-size: 3.8rem;
font-weight: 700;
line-height: 1.3;
padding-top: 5.5rem;
background: url('../img/sub/bar_80x3.jpg')no-repeat top left;
}

.ttl_row_box .subject span{
color: #62c0c3;
}

.ttl_row_box .disc{
font-size: 1.8rem;
font-weight: 300;
/*231016 전대리 수정 margin-top: 4rem;*/
margin-top: 2.8rem;
color: #444;
letter-spacing: -0.6px;
}

.cot_sec{
padding: 11rem 0 19.7rem;
}

.cot_sec .cot_row{
display: flex;
align-items: flex-end;
}

.cot_sec .cot_row .img_sec{
width:56.77%;
}

.cot_sec .cot_row .cot_ttl_row{
width: 43.23%;
max-width: 445px;
border-bottom: solid 3px #62c0c3;
}

.cot_sec .cot_row +.cot_row{
margin-top: 11rem;
}

.cot_ttl_row{
text-align: center;
}

.cot_ttl_row .cot_tag{
width: 100%;
color: #fff;
font-size: 1.8rem;
font-weight: 700;
line-height: 3.8rem;
background: #62c0c3;
border-radius: 19px;
text-align: center;
  font-family: 'GmarketSans';
}

.cot_ttl_row .step_ttl{
font-size: 2.8rem;
font-weight: 700;
}

.cot_ttl_row .step_ttl span{
color: #b4b4b4;
}

.cot_ttl_row.wh .step_ttl{
font-size: 3.2rem;
color: #fff;
}

.cot_sec .cot_ttl_row{
min-height: 356px;
}

.cot_sec .cot_ttl_row .cot_tag{
margin-bottom: 8rem;
position: relative;
}

.cot_sec .cot_ttl_row .cot_tag::before{
content: '';
width: 154px;
height: 48px;
position: absolute;
top: 50%;
right: 100%;
transform: translateY(-50%);
background: url('../img/sub/m23_cot_img.png') no-repeat center center/cover;
}

.cot_ttl_row .step_txt{
font-size: 1.8rem;
font-weight: 300;
margin-top: 3rem;
color: #444;
}

.cot_ttl_row.wh .step_txt{
color: #fff;
}

.mid_ban{
display: flex;
align-items: center;
justify-content: center;
min-height: 478px;
}

.mid_ban .cot_ttl_row .cot_tag{
max-width: 417px;
margin: 0 auto 3rem;
}

.mid_ban.sec03 {
background: url('../img/sub/m23_sec03_bg.jpg') no-repeat center center/cover;
}

.mid_ban.sec05 {
/*231016 전주희 대리 삭제 margin-bottom: 17rem;*/
background: url('../img/sub/m23_sec05_bg.jpg') no-repeat center center/cover;
}

/* con0203 */

/* con0204 */

.con0204 .right{
text-align: right;
}

.m24_row{
display: inline-block;
position: relative;
}

.m24_row figure{
display: inline-block;
}

.m24_row .ttl_row_box{
width: 80%;
max-width: 835px;
min-height: 465px;
position: absolute;

bottom: 0;
z-index: 3;
text-align: left;
padding-top: 100px;
padding-left: 156px;
}

.right .m24_row .ttl_row_box{
left: 0;
}

.left .m24_row .ttl_row_box {
right:54px;
bottom: 20px;
}

.m24_row::before{
content: '';
width: 11px;
height: 548px;
background: url('../img/sub/m24_oz_tag.png')no-repeat center center/cover;
position: absolute;
top: 0;

}

.right .m24_row::before{
left: 0;
}

.left .m24_row::before{
right: 0;
}



.con0204 .sec01 {
padding-bottom: 17rem;
}

.con0204 .sec02 {
padding-bottom: 13rem;
background: #f5f5f5;
}

.con0204 .sec03 {
padding: 17rem 0;
}

/* con0204 */