@charset "utf-8";

.wrap {
	padding-top: 85px;
	min-width: 1340px;
}

.wrap.main {
	padding-top: 0;
}

.sectors {
	position: relative;
	max-width: 1920px;
	height: inherit;
	margin: 0 auto;
}

.sectors2 {
	position: relative;
	max-width: 1920px;
	height: inherit;
	margin: 0 auto;
}

.form_sectors {
	position: relative;
	width: 1340px;
	height: inherit;
	margin: 0 auto;
}

.main_sectors {
	position: relative;
	width: 1340px;
	margin: 0 auto;
}

.main_sectors2 {
	position: relative;
	width: 1582px;
	margin: 0 auto;
}

@media screen and (max-width: 650px){
	.wrap {
		padding-top: 11.54vw;
		min-width: 0;
	}
	.sectors {
		max-width: 90%;
	}
	.sectors2 {
		max-width: 80%;
	}

	.form_sectors {
		width: 90%;
	}
	
	.main_sectors {
		width: 85%;
	}
	
	.main_sectors2 {
		width: 85%;
	}
}
/*****************
	헤더 시작
*****************/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 85px;
	background: #fff;
	z-index: 999999;
}

header .header_box {
	position: relative;
	width: 1340px;
	height: inherit;
	margin: 0 auto;
}

header .logo {
	float: left;
	line-height: 85px;
}
header .logo img {
	width: 182px;
}

header .gnb_box {
	float: left;
	width: calc(100% - 394px);
	height: inherit;
}
header .gnb {
	float: right;
	margin-right: 13%;
}
header .gnb li {
	float: left;
	padding: 0 20px;
	line-height: 85px;
}
header .gnb li a {
	position: relative;
	font-size: 16px;
	cursor: pointer;
}
header .gnb li a::after {
	position: absolute;
	bottom: -5px;
	left: 50%;
	width: 0;
	height: 2px;
	transform: translateX(-50%);
	background: var(--main-color);
	content: "";
	transition: .2s;
}
header .gnb li:hover a::after {
	width: 100%;
}

header .ico_box {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
header .ico_box button {
	margin-left: 7px;
}
header .ico_box button.txt {
	padding: 5px 9px;
	border: 1px solid #575757;
	border-radius: 16px;
	font-size: 14px;
	color: #575757;
}
header .ico_box button.txt:hover {
	border: 1px solid var(--main-color);
	background: var(--main-color);
	color: #000 !important;
}
header .ico_box button img {
	margin-top: -6px;
}
header .ico_box button img.on {
	display: none;
}
header .ico_box button img.off {}

header .sitemap_btn {
	display: none;
}

@media screen and (max-width:650px){
	header {
		height: 11.54vw;
	}

	header .header_box {
		width: 90%;
	}
	header .gnb_box {
		display: none;
	}
	header .ico_box {
		display: none;
	}

	header .sitemap_btn {
		display: block;
		position: absolute;
		top: 50%;
		right: 5%;
		transform: translateY(-50%);
	}

	header .sitemap_btn img {
		width: 5.85vw;
	}
	
	header .logo {
		line-height: 13.08vw;
	}
	
	header .logo img {
		width: 28.92vw;
	}
}
/*****************
	헤더 끝
*****************/

/*****************
	사이트맵 시작
*****************/
.sitemap {
	position: fixed;
	right: -100%;
	width: 100%;
	height: 100%;
	background: var(--main-color);
	z-index: 9999999;
}
.sitemap .sitemap_header {
	position: relative;
	height: 85px;
}
.sitemap .sitemap_header .logo {
	float: left;
	margin-left: 5%;
	line-height: 85px;
}
.sitemap .sitemap_header .logo img {}
.sitemap .sitemap_header .close_btn {
	position: absolute;
	top: 50%;
	right: 8%;
	transform: translateY(-50%);
}
.sitemap .sitemap_header .close_btn img {
	width: 7vw;
}
.sitemap .menu_area {
	position: absolute;
	top: 50%;
	width: 100%;
	padding-left: 15%;
	box-sizing: border-box;
	transform: translateY(-50%);
	font-size: 6vw;
	/* font-weight: 900; */
	line-height: 7vh;
	/* text-align: center; */
	/* color: #fff; */
}
.sitemap .menu_area .gnb {
	padding-top: 6vh;
	padding-bottom: 3vh;
}
.sitemap .menu_area .gnb li {
	position: relative;
}
.sitemap .menu_area .gnb li::after {
	position: absolute;
	top: 50%;
	left: -7px;
	width: 4px;
	height: 0;
	transform: translateY(-50%);
	background: #33348D;
	content: "";
}
.sitemap .menu_area .gnb li:hover::after {
	height: 25px;
}
.sitemap .menu_area .side_menu {
	position: relative;
	padding-top: 3vh;
}
.sitemap .menu_area .side_menu::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 5vw;
	height: 2px;
	transform: translateX(-50%);
	background: #fff;
	content: "";
	z-index: 1;
}
.sitemap .menu_area .side_menu li {}
.sitemap .menu_area .side_menu li .insta_ico {
	margin-top: 2vh;
	margin-right: 5px;
}
.sitemap .menu_area .side_menu li .insta_ico img {
}
.sitemap .menu_area .side_menu li .youtube_ico {
	margin-top: 2vh;
}
.sitemap .menu_area .side_menu li .youtube_ico img {
}
/*****************
	사이트맵 끝
*****************/




/*****************
	병원리스트 시작
*****************/
.hospital_banner {
	max-width: 1920px;
	height: 705px;
	margin: 0 auto;
	background: url('../images/sub_banner-5.png') no-repeat center center;
	background-size: cover;
}
.hospital_banner img {
	display: block;
	max-width: 35%;
	margin-left: 9%;
	padding-top: 230px;
}
.hospital_banner button.join_btn {
	width: 100px;
	height: 40px;
	margin-top: 50px;
	margin-left: 9%;
	border: 2px solid #a09a9b;
	border-radius: 22px;
	font-size: 17px;
	letter-spacing: -0.075em;
	color: #a09a9b;
}
.hospital_banner button.join_btn:hover {
	border: 1px solid #33348D;
    background: #33348D;
    color: #fff;
}

@media screen and (max-width:650px){
	.hospital_banner {
		height: auto;
		padding: 15vw 0;
		background: #bbb;
	}
	.hospital_banner img {
		display: block;
		max-width: 90%;
		margin-left: 0;
		margin: 0 auto;
		padding-top: 0;
	}
	.hospital_banner button.join_btn {
		display: none;
	}
}

.hospital_tab_area {
	padding-top: 20px;
}
.hospital_tab_area .hospital_tab_content {
	max-width: 1360px;
	margin: 0 auto;
}
.hospital_tab_area .hospital_tab_content .hospital_gtab {
	height: 70px;
}
.hospital_tab_area .hospital_tab_content .hospital_gtab li {
	position: relative;
	float: left;
	width: 11.11%;
	background: #eae8e9;
	font-size: 24px;
	font-weight: bold;
	line-height: 70px;
	text-align: center;
	cursor: pointer;
}
.hospital_tab_area .hospital_tab_content .hospital_gtab li:not(:last-child)::after {
	position: absolute;
	top: 50%;
	right: -1px;
	width: 2px;
	height: 45px;
	transform: translateY(-50%);
	background: #c0c0c0;
	content: "";
	z-index: 1;
}
.hospital_tab_area .hospital_tab_content .hospital_gtab li:hover, .hospital_tab_area .hospital_tab_content .hospital_gtab li.on {
	background: #33348D;
	color: #fff;
}

.hospital_tab_area .hospital_tab_content .hispital_stab_box {
	display: none;
	position: relative;
	max-width: 1360px;
	height: 160px;
	margin-top: 15px;
	background: #efefef;
}
.hospital_tab_area .hospital_tab_content .hispital_stab_box .hospital_stab {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1265px;
	height: 135px;
	transform: translate(-50%, -50%);
}
.hospital_tab_area .hospital_tab_content .hispital_stab_box .hospital_stab li {
	float: left;
	width: 115px;
	font-size: 18px;
	font-weight: bold;
	line-height: 45px;
	text-align: center;
	color: #c3466f;
}
.hospital_tab_area .hospital_tab_content .hispital_stab_box .hospital_stab li span {
	cursor: pointer;
}

.hospital_list_box {
	max-width: 1210px;
	height: auto;
	/* margin: 40px auto 250px; */
	margin: 40px auto 0;
	padding: 0 20px;
	overflow: auto;
}
.hospital_list_box .hospital_list:not(#list_all) {
	/* display: none; */
}
/* .hospital_list_box .hospital_list#list_all {
	height: 6170px;
}
.hospital_list_box .hospital_list#list_1 {
	height: 2370px;
}
.hospital_list_box .hospital_list#list_2 {
	height: 370px;
}
.hospital_list_box .hospital_list#list_3 {
	height: 1370px;
}
.hospital_list_box .hospital_list#list_4 {
	height: 770px;
}
.hospital_list_box .hospital_list#list_5 {
	height: 1270px;
}
.hospital_list_box .hospital_list#list_6 {
	height: 370px;
}
.hospital_list_box .hospital_list#list_7 {
	height: 170px;
}
.hospital_list_box .hospital_list#list_8 {
	height: 170px;
} */
.hospital_list_box .hospital_list.list_none {
	/* display: none; */
}
.hospital_list_box .hospital_list.list_none li {
	width: 100%;
	margin: 0;
}
.hospital_list_box .hospital_list li {
	position: relative;
	float: left;
	width: 23.5%;
	height: 130px;
	margin-bottom: 2%;
	border: 2px solid #a6a6a6;
	border-radius: 16px;
	box-sizing: border-box;
}
.hospital_list_box .hospital_list li:not(:nth-child(4n + 4)) {
	margin-right: 2%;
}
.hospital_list_box .hospital_list li p {
	position: absolute;
	top: 50%;
	width: 100%;
	margin: 0;
	transform: translateY(-50%);
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	color: #333;
}

@media screen and (max-width:650px) {
	.hospital_tab_content {
		width: 90%;
	}
	.hospital_tab_area .hospital_tab_content .hospital_gtab {
		height: 12vw;
	}
	.hospital_tab_area .hospital_tab_content .hospital_gtab li {
		font-size: 4.5vw;
		line-height: 12vw;
	}

	.hospital_list_box {
		width: 90%;
		height: auto;
	}
	.hospital_list_box .hospital_list li {
		width: calc(50% - 1vw);
		height: 20vw;
	}
	.hospital_list_box .hospital_list li:not(:nth-child(4n + 4)) {
		margin-right: 0;
	}
	.hospital_list_box .hospital_list li:nth-child(odd) {
		margin-right: 2vw;
	}
	.hospital_list_box .hospital_list li p {
		font-size: 4vw;
	}
}

.del_btn {
	padding: 10px;
	text-align: right;
	cursor: pointer;
}
/*****************
	병원리스트 끝
*****************/

/*****************
	병원등록하기 시작
*****************/
.hospital_tit {
	padding: 40px 0 30px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
/*****************
	병원등록하기 끝
*****************/

/*****************
	마케팅 시작
*****************/
.marketing_area2 {
	display: flex;
	height: 960px;
	background: url('../images/sec08_img01.png') no-repeat center center / cover;
	align-items: center;
	justify-content: center;
}

.marketing_area2 .marketing_box3 {
	position: relative;
	display: flex;
	width: 650px;
	height: 350px;
	/* border-radius: 36px; */
	background: #fff;
	box-shadow: 3px 10px 15px rgba(0,0,0,0.1);
	align-items: center;
	justify-content: center;
	text-align: center;
}

.marketing_area2 .marketing_box3.mob {
	display: none;
}

.marketing_area2 .marketing_box .marketing_box_cont  {
}

.marketing_area2 .marketing_box .marketing_box_cont h1 {
	font-size: 56px;
	font-weight: bold;
	color: #4d4d4d;
	letter-spacing: -0.025em;
}
.marketing_area2 .marketing_box .marketing_box_cont .down_btn {}
.marketing_area2 .marketing_box .marketing_box_cont .down_btn img { max-width: 100%; }

@media screen and (max-width:650px){
	.marketing_area2 {
		height: 69.23vw;
		background: url('../images/m_sec08_img01.png') no-repeat center center / cover;
	}

	.marketing_area2 .marketing_box3 {
		width: 80%;
		height: 40vw;
	}

	.marketing_area2 .marketing_box3.mob {
		display: none;
	}

	.marketing_area2 .marketing_box .marketing_box_cont  {
	}

	.marketing_area2 .marketing_box .marketing_box_cont h1 {
		font-size: 8vw;
		font-weight: bold;
		color: #4d4d4d;
		letter-spacing: -0.025em;
	}
	.marketing_area2 .marketing_box .marketing_box_cont .down_btn {}
	.marketing_area2 .marketing_box .marketing_box_cont .down_btn img { width: 60% }
	
	.mini_txt { margin: 0; font-size:3vw !important; color: #999; }

}


/*****************
	마케팅 끝
*****************/

/*****************
	약관 시작
*****************/
.term_box {
	/* padding: 50px; */
	box-sizing: border-box;
	/* background: #f4f4f4; */
}
.term_box p {
	margin: 0;
	padding: 50px;
	background: #fff;
	font-size: 1.2em;
}

@media screen and (max-width:650px){
	.term_box {
		padding: 5vw;
	}
	.term_box p {
		padding: 5vw;
		font-size: 3vw;
	}
}
/*****************
	약관 끝
*****************/

/*****************
	푸터 시작
*****************/
footer {
	padding: 40px 0;
	background: #000;
	font-size: 12px;
	line-height: 1.8;
	color: #fff;
}
footer table {
	width: 1340px;
	margin: 0 auto;
}

@media screen and (max-width:650px){
	footer {
		text-align: center;
	}
	footer img {
		margin-bottom: 20px;
	}
	footer ul li.lh-2 {
		line-height: 2.4;
	}
	footer ul li.p-20 {
		padding: 20px 0;
	}
}
/*****************
	푸터 끝
*****************/

/*****************
	퀵메뉴 시작
*****************/
.quick_area {
	position: fixed;
	bottom: 30px;
	right: 5%;
	z-index: 999;
}
.quick_area .quick_box {
	width: 30px;
	padding: 20px 8px;
	border-radius: 30px;
	background: rgba(255,189,18,0.8);
}
.quick_area .quick_box input {
	display: block;
	width: 30px;
}
.quick_area .quick_box input:first-child {
	margin-bottom: 10px;
}
.quick_area .quick_box input:last-child {}
/*****************
	퀵메뉴 끝
*****************/

/*****************
	정품인증 성공 시작
*****************/
.success_box { margin-top: 30px; padding: 30px 50px; border-radius: 30px; background: #fff; }
.success_box table { width: 100%; }
.success_box table th, .success_box table td { padding-bottom: 15px; }
.success_box table th { width: 20%; }
.success_box table td { }
.success_box table td textarea { width: 100%; height: 80px; padding: 10px; border-radius: 16px; }
.success_box table td input:not([type="checkbox"]) { width: 100%; height: 30px; border-radius: 16px; text-indent: 10px; }
.success_box table td input.success_btn { width: 48.5%; height: 40px; border: 0; box-sizing: border-box; text-indent: 0; color: #fff; }
.success_box table td input.success_btn.success_submit { margin-right: calc(3% - 4px); background: #33348D; }
.success_box table td input.success_btn.success_cancel { background: #000; }
/*****************
	정품인증 성공 끝
*****************/

/*****************
	정품인증 실패 시작
*****************/
.fail_area {
	position: relative;
	height: 1080px;
	background: url('../images/main08_bg.png') no-repeat center center;
	background-size: cover;
	text-align: center;
}
.fail_area .fail_box {
	position: absolute;
	top: calc(50% + 85px);
	left: 50%;
	transform: translate(-50%, -50%);
}
.fail_area .fail_box .cert02_btn01 {
	margin-right: 10px;
}
.fail_area .fail_box .cert02_btn02 {}

@media screen and (max-width:650px){
	.fail_area {
		height: 200vw;
	}
	.fail_area .fail_box {
		position: absolute;
		top: calc(50% + 85px);
		left: 50%;
		width: 90%;
		transform: translate(-50%, -50%);
	}
	.fail_area .fail_box button img {
		width: 100%;
	}
	.fail_area .fail_box button {
		width: 100%;
		margin-right: 0;
	}
	.fail_area .fail_box .cert02_btn01 {
		margin-bottom: 10px;
	}
}
/*****************
	정품인증 실패 끝
*****************/

/*****************
	정품인증 실패 문의하기 시작
*****************/
.cert_qna_area { height: 856px; background: #f1f1f1; }
.cert_qna_area .cert_qna_box { width: 80%; height: 80%; margin: 0 auto; padding: 150px 0; }
.cert_qna_area .cert_qna_box .left { float: left; height: 556px; width: 650px; padding: 50px 100px; box-sizing: border-box; background: #fff; }
.cert_qna_area .cert_qna_box .left .tit {
	max-width: 90%;
}
.cert_qna_area .cert_qna_box .right { float: left; width: calc(100% - 650px); height: 556px; background: url('../images/sub04_img.png') no-repeat left center; background-size: cover; }

.form_box2 table {
	width: 100%;
	margin-top: 30px;
}
.form_box2 table td {
	padding-bottom: 15px;
}
.form_box2 table input[type="text"], .form_box2 table input[type="email"], .form_box2 table input[type="password"], .form_box2 table textarea {
	width: 90%;
	border: 1px solid #ddd;
}
.form_box2 table input[type="text"], .form_box2 table input[type="email"], .form_box2 table input[type="password"] {
	height: 30px;
	padding: 0 10px;
	border-radius: 10px;
	box-sizing: border-box;
}
.form_box2 table input[type="text"]::placeholder, .form_box2 table input[type="email"]::placeholder, .form_box2 table input[type="password"]::placeholder {
	font-size: 12px;
	color: #000;
}
.form_box2 table textarea {
	width: 95%;
	height: 100px;
	padding: 10px;
	border-radius: 12px;
	box-sizing: border-box;
}
.form_box2 table textarea.term {
	height: 80px;
}
.form_box2 table input[type="submit"] {
	position: relative;
	float: right;
	top: -5px;
	width: 70px;
	height: 30px;
	margin-right: 5%;
	border: 0;
	border-radius: 26px;
	background: #33348D;
	font-size: 14px;
	color: #fff;
}

@media screen and (max-width:650px){
	.cert_qna_area { height: 800px; }
	.cert_qna_area .cert_qna_box { width: 90%; height: 80%; margin: 0 auto; padding: 50px 0; }
	.cert_qna_area .cert_qna_box .left { float: left; height: 556px; width: 100%; padding: 0;background: none; }
	.cert_qna_area .cert_qna_box .left .tit { max-width: 100%; }

	.form_box2 table {
		width: 100%;
		margin-top: 30px;
	}
	.form_box2 table td {
		padding-bottom: 15px;
	}
	.form_box2 table input[type="text"], .form_box2 table input[type="email"], .form_box2 table input[type="password"], .form_box2 table textarea {
		width: 90%;
		border: 1px solid #ddd;
	}
	.form_box2 table input[type="text"], .form_box2 table input[type="email"], .form_box2 table input[type="password"] {
		height: 30px;
		padding: 0 10px;
		border-radius: 10px;
		box-sizing: border-box;
	}
	.form_box2 table input[type="text"]::placeholder, .form_box2 table input[type="email"]::placeholder, .form_box2 table input[type="password"]::placeholder {
		font-size: 12px;
		color: #000;
	}
	.form_box2 table textarea {
		width: 95%;
		height: 100px;
		padding: 10px;
		border-radius: 12px;
		box-sizing: border-box;
	}
	.form_box2 table textarea.term {
		height: 80px;
	}
	.form_box2 table input[type="submit"] {
		position: relative;
		float: right;
		top: -5px;
		width: 70px;
		height: 30px;
		margin-right: 5%;
		border: 0;
		border-radius: 26px;
		background: #33348D;
		font-size: 14px;
		color: #fff;
	}
}
/*****************
	정품인증 실패 문의하기 끝
*****************/

.mob { display: none; }

@media screen and (max-width:650px){
	.pc { display: none; }
	.mob { display: block; }
	img.mob { display: inline-block; }
}

.qna_list_area {
	padding: 100px 0 50px;
	background: #f9f9f9;
}
.qna_list_box {
	position: relative;
	width: 90%;
	max-width: 1800px;
	margin: 0 auto;
	padding: 60px 100px 120px;
	box-sizing: border-box;
	border-radius: 80px;
	background: rgba(255,189,18,0.3);
}

@media screen and (max-width:650px){
	.qna_list_area {
		padding: 50px 0;
		background: #f1f1f1;
	}
	.qna_list_box {
		padding: 50px 20px;
		border-radius: 80px;
	}
}

/* 2022-09-15 추가 */
.search_area {
	margin: 10px 0;
}

.search_area select, 
.search_area input[type="text"],
.search_area input[type="date"] {
	width: 150px;
	height: 30px;
	padding: 0 5px;
	box-sizing: border-box;
}

/*****************
	인증번호 추가하기 시작
*****************/

.certcode_btn {
	margin-top: 15px;
	padding: 7px 15px;
	border: 1px solid #d8d3e6;
	background: #33348D;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.cert_wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/m_main09_img.png') no-repeat center center;
	background-size: cover;
}

.cert_box {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

.cert_tit {
	padding: 30px 0 15px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.cert_input, input[type=text].cert_input {
	width: 100%;
	height: 40px;
	margin-bottom: 7px;
	border: 0;
	font-size: 16px;
}
input[type=text].cert_input.text {
	margin-bottom: 20px;
	border: 1px solid #ddd;
	text-indent: 5px;
}
.cert_input.submit {
	background: #351d75;
	font-weight: bold;
	color: #fff;
}
.cert_input.button {
	background: #333;
	font-weight: bold;
	color: #fff;
}
/*****************
	인증번호 추가하기 끝
*****************/



/* 2022-09-26 추가 */
.container {}
.content {
	width: 1280px;
	margin: 0 auto;
}
.cert_list_tbl {
	margin-top: 60px;
	width: 100%;
}
.cert_list_tbl tbody {}
.cert_list_tbl tbody tr {}
.cert_list_tbl tbody tr th, .cert_list_tbl tbody tr td {
	font-size: 16px;
	text-align: center;
}
.cert_list_tbl tbody tr th {
	padding: 13px 0;
	background: #bbb;
	font-weight: bold;
}
.cert_list_tbl tbody tr td {
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}

/* 2022-09-30 추가 */
.video_box2 {
	width: 1085px;
	height: 565px;
	margin: 60px auto 0;
	border: 4px solid #33348D;
	border-radius: 40px;
	overflow: hidden;
}

@media screen and (max-width:650px){
	.video_box2 {
		width: 100%;
		height: 50vw;
		margin-top: 30px;
		border-radius: 30px;
	}
}


/* 2022-10-27 추가 */
.marketing_area .marketing_box.marketing_box2 { width: 60vw; min-width: 950px; text-align: center; }
.marketing_area .marketing_box .marketing_box_cont h1.marketing_txt2 { margin-bottom: 0; }
.mini_txt { margin: 0; font-size: 18px; color: #999; }
.down_list { display: inline-block; margin-top: 60px; margin-bottom: 20px; }
.down_list li { float: left; margin: 0 20px; margin-bottom: 25px; }
.down_list li a { font-size: 2vw; font-weight: 400; color: #666; }
.down_list li:hover a { font-weight: bold; color: #33348D; }

@media screen and (max-width:1650px){
	.down_list li a { font-size: 35px; }
}


/* 2022-11-02 추가 */
@media screen and (max-width: 650px){
	.marketing_area {
		padding: 150px 0;
		background: url('../images/11/m_main12_bg.png') no-repeat center center;
		background-size: cover;
	}
	.marketing_area .marketing_box {
		position: relative;
	}
	.marketing_area .marketing_box .marketing_box_cont  {
		position: relative;
		top: 0;
		transform: translateY(0);
	}

	.marketing_area .marketing_box.marketing_box2 { min-width: 0; }
	.down_list { margin-top: 60px; margin-bottom: 20px; }
	.down_list::after { display: block; clear: both; content: ""; }
	.down_list li { clear: both; margin: 0; margin-bottom: 25px; }
	.down_list li a { font-size: 6vw; font-weight: 500; }

	.marketing_area .marketing_box .marketing_box_cont h1.marketing_txt2 {
		position: relative;
		top: -120px;
	}
	.down_list {
		position: relative;
		top: -100px;
	}
	.down_list li {
		width: 100%;
	}
	.marketing_area .marketing_box .marketing_box_cont .down_btn {
		position: relative;
		top: -100px;
	}
}



/* 2022-11-09 추가 */

.hospital_banner img.mob { display: none; }

@media screen and (max-width:650px){
	.hospital_banner {
		text-align: center;
	}
	.hospital_banner img.pc {
		display: none;
	}
	.hospital_banner img.mob {
		display: inline-block;
	}
}



/* 2022-12-06 추가 */
.hospital_video_area {
	padding: 20px 0 50px;
	text-align: center;
}

.hospital_video_txt {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
}

.hospital_video {

}

@media screen and (max-width:650px){
	.hospital_video_area {

	}

	.hospital_video_txt {
		font-size: 5vw;
	}

	.hospital_video {
		width: 90%;
	}
}


/* 2023-10-31 추가 */
.search_btn_area {
	float: right;
}



/*****************
	병원 세부지역 추가
*****************/
.hospital_gugun_box {
	padding-top: 20px;
	text-align: center;
}

.hospital_gugun_box span {
	display: inline-block;
	margin: 0 15px;
	padding: 7px 0;
}

.hospital_gugun_box a {
	font-size: 20px;
	font-weight: 500;
	color: #666;
}

.hospital_gugun_box a.on,
.hospital_gugun_box a:hover {
	color: #33348D;
}

.hospital_gugun_box button {
	margin-left: 5px;
	font-size: 16px;
	color: #666;
}

.hospital_gugun_box button.hospital_btn {
	padding: 5px 12px 7px;
	background: #33348D;
	font-weight: 500;
	color: #fff;
}

.hospital_list_box .hospital_list.ver2 li {
	display: flex;
	align-items: center;
	justify-content: center;
}

.hospital_list_box .hospital_list.ver2 li p {
	position: relative;
	top: 0;
	transform: translateY(0);
}

.hospital_list_box .hospital_list.ver2 li span {
	display: inline-block;
	margin-top: 5px;
	font-size: 16px;
	color: #666;
}

@media screen and (max-width: 650px) {
	.hospital_gugun_box {
		padding-top: 4vw;
	}

	.hospital_gugun_box span {
		margin: 0 2vw;
		padding: 1.4vw 0;
	}

	.hospital_gugun_box a {
		font-size: 4.2vw;
	}

	.hospital_list_box .hospital_list.ver2 li span {
		margin-top: 0.8vw;
		font-size: 3.6vw;
	}

	.hospital_gugun_slt {
		float: right;
		margin-top: 2vw;
	}

	
}


/*****************
	병원 리스트 리뉴얼
*****************/
/* 병원 등록/수정하기 */
.hospital_write_tbl {
	width: 100%;
	margin-bottom: 20px;
}

.hospital_write_tbl th,
.hospital_write_tbl td {
	padding: 15px 0;
	border: 1px solid #ddd;
	font-size: 16px;
	font-weight: 500;
}

.hospital_write_tbl th {
	width: 20%;
	background: #f1f1f1;
}

.hospital_write_tbl td {
	padding: 15px;
	background: #fff;
}


/* 병원 리스트 */
.hospital_wrap {
	position: relative;
	min-height: 100%;
	height: 100vh;
}

.hospital_area {
	width: 100%;
	display: flex;
	position: absolute;
	top: 85px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;  
}

.hospital_area .hospital_list_area {
	position: relative;
	top: 10px;
	width: 24.6875rem;
    height: calc(100% - 15px);
    background: #fff;
    transition: width 0.5s;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.hospital_area .hospital_list_area .hospital_list_header {
	display: flex;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.hospital_area .hospital_list_area .hospital_list_header > a {
	display: inline-block;
	flex: 1;
	font-size: 16px;
	font-weight: 500;
	line-height: 60px;
	color: #777;
	text-align: center;
	border-bottom: 2px solid transparent;
}

.hospital_area .hospital_list_area .hospital_list_header > a.on {
	color: #33348D;
	border-bottom-color: #33348D;
}

.hospital_list {
	margin-top: 5px;
	height: calc(100% - 62px);
	padding-bottom: 30px;
	overflow-Y: auto;
	box-sizing: border-box;
}

.hospital_list.search {
	height: calc(100% - 200px);
}

.hospital_list > li {
	position: relative;
	border-bottom: 1px solid #ddd;
	font-size: 12px;
}

.hospital_list > li::before {
	position: absolute;
	top: 15px;
	left: 10px;
	width: 25px;
	height: 25px;
	content: "";
	background: url('../images/maps-and-flags.png') no-repeat center center / contain;
}

.hospital_list > li > a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px;
	padding-left: 38px;
	box-sizing: border-box;
}

.hospital_list > li span {
	display: block;
}

.hospital_list > li .title {
	margin-bottom: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #33348D;
}

.hospital_list > li .addr {
	margin-bottom: 7px;
}

.hospital_list > li .distance {}

.hospital_search_box {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}

.hospital_search_box .hospital_search_input {
	position: relative;
	height: 60px;
}

.hospital_search_box .hospital_search_input > input[type='image'] {
	position: absolute;
	top: calc(50% - 8px);
	right: 20px;
	width: 16px;
	height: 16px;
	background: url('../images/maps-and-flags.png') no-repeat center center / contain;
}

.hospital_search_box .hospital_search_input > input[type='text'] {
	width: 100%;
	height: inherit;
	padding: 0 20px;
	padding-right: 40px;
	background: #f3f3f3;
	font-size: 14px;
	border: 0;
}

.hospital_search_box .hospital_search_select {
	display: flex;
	height: 60px;
	padding: 0 8px;
	align-items: center;
}

.hospital_search_box .hospital_search_select > span,
.hospital_search_box .hospital_search_select > select {
	flex: 1;
	margin: 8px;
}

.hospital_search_box .hospital_search_select select {
	display: block;
	width: 172px;
	padding: 0 10px;
	height: 40px;
	box-sizing: border-box;
}


.hospital_area .hospital_map_area {
	flex: 1;
    height: 100%;
    position: relative;
}

.hospital_area .hospital_map_area .iw_inner {
	padding: 20px;
	box-sizing: border-box;
}

.hospital_area .hospital_map_area .iw_inner > h3 {
	margin-bottom: 4px;
	font-size: 14px;
    font-weight: 600;
	color: #33348D;
}

.hospital_area .hospital_map_area .iw_inner > p {
	margin-top: 0;
	margin-bottom: 5px;
}

.hospital_area .hospital_map_area .iw_inner > span {}


/* 2025-07-03 헤더 특정 영역 들어갔을 때 css 추가 */
header.on-sec01 {
	background: transparent !important;
	color: #fff;
}

header.on-sec01 .gnb a,
header.on-sec01 .ico_box button,
header.on-sec01 .ico_box img.off {
	color: var(--main-color) !important;
}

header.on-sec01 .ico_box img.on {
	display: none;
}




/*****************
	메인 공통 2025-08-29
*****************/
.main_title {
	font-size: 60px;
	font-weight: bold;
}

.main_title .big {
	font-size: 70px;
}

.main_title2 {
	margin-top: 120px;
	font-size: 40px;
	font-weight: bold;
	color: var(--main-color);
}

.main_txt {
	font-size: 25px;
	line-height: 1.25;
}

@media screen and (max-width: 650px) {
	.main_title {
		font-size: 7.69vw;
	}
	
	.main_title .big {
		font-size: 9.23vw;
	}
	
	.main_title2 {
		margin-top: 12.31vw;
		font-size: 3.38vw;
	}

	.main_txt {
		font-size: 3.85vw;
	}
}


/*****************
	메인 sec02 시작
*****************/
#sec02 {
	position: relative;
	height: 810px;
}

#sec02 .main_sectors {
	display: flex;
	height: inherit;
	padding-bottom: 100px;
	box-sizing: border-box;
	align-items: center;
	justify-content: space-between;
}

#sec02 .sec02_img {
	position: absolute;
	bottom: 0;
	left: 330px;
}

#sec02 .sec02_img > img {}

@media screen and (max-width: 650px) {
	#sec02 {
		height: 124.62vw;
		text-align: center;
	}

	#sec02 .main_sectors {
		display: block;
		padding-top: 13.85vw;
		padding-bottom: 0;
	}

	#sec02 .sec02_img {
		left: calc(50% - 29vw);
	}

	#sec02 .sec02_img > img {
		width: 58vw;
	}
}


/*****************
	메인 sec03 시작
*****************/
#sec03 {
	position: relative;
	height: 3630px;
	overflow: hidden;
	text-align: center;
}

#sec03 .bg {
	position: absolute;
	width: 200%;
	height: 3200px;
	top: -1000px;
	left: -1000px;
	transform: rotate(10deg);
	z-index: -1;
	background: #000;
}

#sec03 .main_title {
	padding-top: 120px;
	color: #fff;
}

#sec03 .main_title .big {
	position: relative;
	top: -20px;
}

#sec03 .sec03_box01 {
	margin-top: -320px;
}

#sec03 .sec03_box01 > img {}

#sec03 .sec03_box02 {
	margin-top: -250px;
}

#sec03 .sec03_box02 .main_sectors {
	text-align: left;
}

#sec03 .sec03_box02 .main_sectors .pen_name {
	display: block;
	margin-bottom: 12px;
	font-size: 40px;
	font-weight: bold;
}

#sec03 .sec03_box02 .main_sectors .pen_type {
	font-size: 25px;
	color: #fff;
}

#sec03 .sec03_box02 .main_sectors .pen_type.pen_type01 {}

#sec03 .sec03_box02 .main_sectors .pen_type.pen_type02 {
	margin-left: 518px;
}

#sec03 .sec03_box02 .main_sectors > img {}

#sec03 .sec03_box03 {
	position: relative;
	margin-top: 400px;
}

#sec03 .sec03_box03 .main_sectors2 {}

#sec03 .sec03_box03 .main_sectors2 .sec03_list {}

#sec03 .sec03_box03 .main_sectors2 .sec03_list > li {
	float: left;
	margin-right: 45px;
	padding-left: 45px;
	font-size: 28.45px;
	background: url('/images/sec03_img03.png') no-repeat center left / 33px;
}

#sec03 .sec03_box03 .sec03_pen_box {
	position: absolute;
	top: -520px;
	right: -20px;
}

#sec03 .sec03_box03 .sec03_pen_box > img {}

#sec03 .sec03_box03 .sec03_pen_box .pen_name {
	position: absolute;
	font-size: 40px;
	font-weight: bold;
	color: var(--main-color);
}

#sec03 .sec03_box03 .sec03_pen_box .pen_name.pen_name01 {
	top: 400px;
	left: -450px;
}

#sec03 .sec03_box03 .sec03_pen_box .pen_name.pen_name02 {
	top: 620px;
	left: -250px;
}

#sec03 .sec03_box04 {
	padding-top: 350px;
}

#sec03 .sec03_box04 .main_sectors {}

#sec03 .sec03_box04 .main_sectors > img {}

#sec03 .sec03_box04 .main_sectors .main_txt {
	margin-top: 55px;
}

@media screen and (max-width: 650px) {
	#sec03 {
		height: 290vw;
	}

	#sec03 .bg {
		width: 200%;
		height: 492.31vw;
		top: -290.85vw;
		left: 0;
	}

	#sec03 .main_title {
		padding-top: 14.38vw;
	}

	#sec03 .main_title .big {
		top: -2vw;
	}

	#sec03 .sec03_box01 {
		position: relative;
		left: -16%;
		margin-top: 18vw;
	}

	#sec03 .sec03_box01 > img {
		width: 132%;
	}

	#sec03 .sec03_box02 {
		margin-top: -30vw;
	}

	#sec03 .sec03_box03 {
		margin-top: 28vw;
	}

	#sec03 .sec03_box03 .main_sectors2 .sec03_list > li {
		margin-right: 1.23vw;
		padding-left: 2.62vw;
		font-size: 1.8vw;
		background: url('/images/sec03_img03.png') no-repeat center left / 1.85vw;
	}

	#sec03 .sec03_box03 .sec03_pen_box {
		top: -23vw;
		right: -2vw;
	}

	#sec03 .sec03_box03 .sec03_pen_box > img {
		width: 38.92vw;
	}

	#sec03 .sec03_box03 .sec03_pen_box .pen_name {
		font-size: 3.38vw;
	}

	#sec03 .sec03_box03 .sec03_pen_box .pen_name.pen_name01 {
		top: 15vw;
		left: -34vw;
	}

	#sec03 .sec03_box03 .sec03_pen_box .pen_name.pen_name02 {
		top: 30vw;
		left: -24vw;
	}

	#sec03 .sec03_box04 {
		padding-top: 25vw;
	}

	#sec03 .sec03_box04 .main_sectors .main_txt {
		margin-top: 4vw;
		font-size: 1.85vw;
	}
}


/*****************
	메인 sec04 시작
*****************/
#sec04 {
	padding: 150px 0;
	background: #efefef;
	text-align: center;
}

#sec04 .sec04_box01 {
	margin-top: 150px;
}

#sec04 .sec04_box01 > img {}

#sec04 .sec04_box02 {
	margin-top: 150px;
}

#sec04 .sec04_box02 > img {}

@media screen and (max-width: 650px) {	
	#sec04 {
		padding: 12.31vw 0;
	}
	
	#sec04 .main_title {
		line-height: 1.25;
	}

	#sec04 .sec04_box01 {
		margin-top: 12.31vw;
	}

	#sec04 .sec04_box01 > img {
		width: 85%;
		margin: 0 auto;
	}

	#sec04 .sec04_box02 {
		margin-top: 12.31vw;
	}

	#sec04 .sec04_box02 > img {
		width: 85%;
		margin: 0 auto;
	}
}


/*****************
	메인 sec05 시작
*****************/
#sec05 {
	overflow: hidden;
}

#sec05 .main_sectors {}

#sec05 .main_sectors .sec05_box {
	position: relative;
	margin-bottom: 30px;
}

#sec05 .main_sectors .sec05_box .ta-right {
	margin-top: 25px;
	margin-bottom: 35px;
}

#sec05 .main_sectors .sec05_box .ta-right > img {}

#sec05 .main_sectors .sec05_box .sec05_table_title {
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 500;
}

#sec05 .main_sectors .sec05_box .sec05_table {
	width: 100%;
}

#sec05 .main_sectors .sec05_box .sec05_table th,
#sec05 .main_sectors .sec05_box .sec05_table td {
	padding: 5px 0;
	border: 1px solid #000;
	font-size: 25px;
	text-align: center;
}

#sec05 .main_sectors .sec05_box .sec05_table th:first-child,
#sec05 .main_sectors .sec05_box .sec05_table td:first-child {
	border-left: 0;
}

#sec05 .main_sectors .sec05_box .sec05_table th:last-child,
#sec05 .main_sectors .sec05_box .sec05_table td:last-child {
	border-right: 0;
}

#sec05 .main_sectors .sec05_box .sec05_table th {
	background: rgba(255,189,18,0.3);
}

#sec05 .main_sectors .sec05_box .sec05_table td {
	line-height: 1.25;
}

#sec05 .main_sectors .sec05_box .sec05_table.sec05_table2 {
	width: 75%;
}

#sec05 .main_sectors .sec05_box .pen_img {
	position: absolute;
}

#sec05 .main_sectors .sec05_box .pen_img.pen_img01 {
	top: -230px;
	right: -280px;
}

#sec05 .main_sectors .sec05_box .pen_img.pen_img02 {
	top: -170px;
	right: -250px;
}


@media screen and (max-width: 650px) {	
	#sec05 .main_sectors .sec05_box {
		margin-bottom: 4.62vw;
	}

	#sec05 .main_sectors .sec05_box .ta-right {
		margin-top: 3.85vw;
		margin-bottom: 5.38vw;
	}

	#sec05 .main_sectors .sec05_box .ta-right > img.mob {
		display: inline-block !important;
		width: 57.69vw;
	}

	#sec05 .main_sectors .sec05_box .sec05_table_title {
		margin-top: 4.62vw;
		margin-bottom: 3.08vw;
		font-size: 2.15vw;
	}

	#sec05 .main_sectors .sec05_box .sec05_table th,
	#sec05 .main_sectors .sec05_box .sec05_table td {
		padding: 1vw 0;
		font-size: 1.54vw;
	}
	
	#sec05 .main_sectors .sec05_box .pen_img.pen_img01 {
		top: -3vw;
		right: -8vw;
	}
	
	#sec05 .main_sectors .sec05_box .pen_img.pen_img01 > img {
		width: 25.38vw;
	}

	#sec05 .main_sectors .sec05_box .pen_img.pen_img02 {
		top: 7vw;
		right: -8vw;
	}
	
	#sec05 .main_sectors .sec05_box .pen_img.pen_img02 > img {
		width: 25.08vw;
	}
}

/*****************
	섹션 6 시작
*****************/
.sec06 {
	position: relative;
	padding: 100px 0 150px;
}
.sec06.sec06_2 {
	position: relative;
	height: 678px;
}
.sec06 .machine_img2 {
	position: absolute;
	bottom: 0;
	/* right: 310px; */
	right: 17%;
	max-width: 25%;
}
.sec06 .machine_img2_2 {
	position: absolute;
	bottom: 272px;
	/* right: 310px; */
	right: 17%;
	max-width: 25%;
}
.sec06.sec06_2 .machine_img2_2 {
	position: absolute;
	bottom: 100px;
	/* right: 310px; */
	right: 20%;
	max-width: 35%;
}

.sec06 .form_area {
	/* padding-top: 265px; */
	padding-top: 65px;
	margin-left: 495px;
	margin-left: 20%;
}
.sec06 .form_area h1 {
	/* font-size: 30px; */
	line-height: 1.3;
	letter-spacing: -0.05em;
}
.sec06 .form_area h2 {
	padding: 20px 0 50px;
	/* font-size: 18px; */
	line-height: 1.3;
}
.sec06 .form_area .form_box {
	position: relative;
	/* background: #fff; */
	z-index: 9;
	width: 537px;
}
.sec06 .form_area .form_box table {
	width: 100%;
	height: 300px;
}
.sec06 .form_area .form_box table th, .sec06 .form_area .form_box table td {
	padding-bottom: 22px;
	vertical-align: top;
}

.form_box table input[type="text"], .form_box table input[type="email"], .form_box table textarea {
	width: 90%;
	border: 1px solid #ddd;
}
.form_box table input[type="text"], .form_box table input[type="email"] {
	height: 30px;
	padding: 0 10px;
	border-radius: 10px;
	box-sizing: border-box;
}
.form_box table input[type="text"]::placeholder, .form_box table input[type="email"]::placeholder {
	font-size: 12px;
	color: #000;
}
.form_box table textarea {
	height: 159px;
	padding: 10px;
	border-radius: 12px;
	box-sizing: border-box;
}
.form_box table input[type="submit"] {
	width: 30%;
	height: 50px;
	border: 0;
	border-radius: 12px;
	background: #7f7f7f;
	font-size: 18px;
	color: #fff;
}

.term_box {
	line-height: 18px;
}
.term_box input[type="checkbox"] {
	margin-top: -4px;
}

@media screen and (max-width: 1760px){
	.sec06 .machine_img2_2 {
		right: 5%;
	}
}

@media screen and (max-width:650px){
	.sec06 {
		position: relative;
		padding: 50px 0 80px;
	}
	.sec06.sec06_2 {
		padding: 50px 0 180vw;
	}
	.sec06.sec06_2.ver2 {
		padding: 50px 0 120vw;
	}
	.sec06 .machine_img2.mob {
		right: 50%;
		transform: translateX(50%);
		margin: 0 auto;
		max-width: 80%;
	}

	.sec06 .form_area {
		width: 80%;
		margin-left: 0;
		margin: 0 auto;
		padding-top: 0;
	}
	.sec06 .form_area .form_box {
		width: 100%;
	}
	.sec06 .form_area .form_box table {
		width: 100%;
		height: auto;
	}

	.form_box table input[type="text"], .form_box table input[type="email"], .form_box table textarea {
		width: 100%;
	}

	.sec06.sec06_2 .machine_img2_2.ver2 {
		right: 14%;
		bottom: 0;
		max-width: 66%;
	}
}

.qnaList_btn {
	margin-top: 30px;
	padding: 5px 15px;
	border: 0;
	border-radius: 20px;
	background: var(--main-color);
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

/*****************
	섹션 7 시작
*****************/
.sec07 {
	position: relative;
	height: 1004px;
	background: url("../images/sec07_img03.png") no-repeat center center / cover;
}

.sec07 .content_box {
	margin-left: 480px;
	padding-top: 295px;
}
.sec07 .content_box > img {
	display: block;
	width: 188px;
}
.sec07 .content_box button {
	width: 291px;
	cursor: pointer;
}

.sec07_txt {
	margin: 20px 0;
	font-size: 80px;
	font-weight: bold;
	line-height: 1.25;
}

@media screen and (max-width:650px){
	.sec07 {
		position: relative;
		height: 72.31vw;
		background: url("../images/m_sec07_img03.png") no-repeat center center / cover;
	}

	.sec07 .content_box {
		margin-left: 10%;
		padding-top: 20vw;
	}

	.sec07 .content_box > img {
		width: 15.38vw;
	}
	.sec07 .content_box button {
		width: 24.31vw;
	}
	
	.sec07_txt {
		margin: 3.08vw 0;
		font-size: 6.15vw;
	}
}

/*****************
	섹션 1 시작
*****************/
.sec01 {
	text-align: center;
}
.sec01 img {
	max-width: 100%;
}
/*****************
	섹션 1 끝
*****************/

/* 2025-07-03 비디오 영역 css 추가 */
#sec01 {
	position: relative;
	overflow: hidden;
	height: 52.8vw;
}
#sec01::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	content: "";
}

#main_video {
	position: relative;
	left: -10%;
	top: -3vw;
	width: 120%;
	height: 55.8vw;
}

@media screen and (max-width:750px) {
	#sec01 {
		height: auto;
	}
	
	#main_video {
		width: 100%;
		height: 56vw;
		left: 0;
		top: 0;
	}
}


/*****************
	비디오 영역 1 추가 시작
*****************/
#video01 {
	position: relative;
}

#video01 .main_sectors {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	text-align: center;
}

#video01 .video01_bg {}

#video01 .video01_logo {
	margin-top: 153px;
}

#video01 .video01_logo > img {}

#video01 .main_title {}

#video01 .video01_box {
	width: 1085px;
	height: 565px;
	border-radius: 50px;
	margin: 0 auto;
	margin-top: 63px;
	overflow: hidden;
}

#video01_video {
	width: 100%;
	height: 100%;
}

@media screen and (max-width:750px) {
	#video01 .video01_logo {
		margin-top: 16.67vw;
	}

	#video01 .video01_logo > img {
		width: 40vw;
		margin: 0 auto;
	}

	#video01 .video01_box {
		width: 66.67vw;
		height: 37.33vw;
		border-radius: 2.67vw;
		margin-top: 10.27vw;
	}
}



/*****************
	비디오 영역 1 추가 끝
*****************/