/*********************************************************************************

	Template Name: Template Full Name Here
	Description: A perfect template to build beautiful and unique medical websites. It comes with nice and clean design.
	Version: 1.0

	Note: This is custom css.

**********************************************************************************/

@font-face {
	font-family: 'AppleSDGothicNeoB';
	font-weight: 700;
	src: url(../fonts/human/AppleSDGothicNeo-Bold.otf);
}
@font-face {
	font-family: 'AppleSDGothicNeoR';
	font-weight: 400;
	src: url(../fonts/human/AppleSDGothicNeo-Regular.otf);
}

/* custom */
.AppleB {
	font-family: 'AppleSDGothicNeoB', sans-serif !important;
	font-weight: bold;
}
.AppleR {
	font-family: 'AppleSDGothicNeoR', sans-serif !important;
	font-weight: normal;
}

/* color font */
.color-block {
	color: rgba(4, 7, 11, 0.87);
}
.color-white {
	color: #fff;
}
.color-gray {
	color: rgba(4, 7, 11, 0.54);
}
.color-blue {
	color: #405cc3;
}
.color-red {
	color: #b00020;
}
.color-green {
	color: #0b5550;
}
.color-orange {
	color: #f56419;
}

.human-12 {
	font-size: 12px !important;
	line-height: 24px;
	word-break: keep-all;
}
.human-13 {
	font-size: 13px !important;
	line-height: 24px;
	word-break: keep-all;
}
.human-15 {
	font-size: 15px !important;
	line-height: 1.6;
	word-break: keep-all;
}
.human-16 {
	font-size: 16px !important;
	line-height: 24px;
	word-break: keep-all;
}
.human-20 {
	font-size: 20px !important;
	line-height: 30px;
	word-break: keep-all;
}
human-25 {
	font-size: 25px !important;
	line-height: 32px;
	word-break: keep-all;
}
.human-30 {
	font-size: 30px !important;
	line-height: 36px;
	word-break: keep-all;
}
.human-40 {
	font-size: 40px !important;
	line-height: normal;
	word-break: keep-all;
}
.text_center {
	text-align: center !important;
}

/* 메인 */
.home_main .human-40 {
	margin-bottom: 12px;
}
.home_main .human-15 {
	margin-bottom: 24px;
}
.home_main .container .main_btn {
	font-size: 15px;
	line-height: 18px;
	height: 40px;
	color: #fff;
	padding: 11px 16px;
	border-radius: 5px;
	background: #405cc3;
}
.main_btn:hover {
	color: #fff !important;
}
.home_main .main_img {
	position: absolute;
    bottom: -150px;
	right: -70px;
	height: 260px;
}

/* 어바웃 */
.home_about {
	background-color: #0b5550;
}
.about_title {
	margin-bottom: 50px;
}
.home_about .home_about_box {
	background-color: #fff;
	border-radius: 8px;
	width: 230px;
	padding: 33px 0;
	display: inline-block;
    margin: 0 10px;
}
.home_about .home_about_box .about_img {
	width: 100px;
	margin-top: 21px;
}
.home_about .human-20 {
	margin-bottom: 18px;
}
.home_about .human-15 {
	margin-top: 35px;
}
.home_about .human-12 {
	margin-top: 50px;
    margin-bottom: -50px;
	text-align: right;
}

.home_app {
	background-color: rgba(226, 230, 232, 0.38);
}
.home_app .home_app_title .human-30 {
	margin-bottom: 16px;
}
.home_app .home_app_title .human-15 {
	margin-bottom: 60px;
}
.home_app .home_app_box {
	display: inline-block;
    margin: 0 10px;
}
.home_app .home_app_box .human-15 {
	margin-bottom: 10px;
}
.home_app .home_app_box .human-20 {
	margin-bottom: 18px;
}

.home_app .home_app_box .app_br {
	width: 130px;
    height: 10px;
    background-color: rgba(255, 225, 110, 0.3);
    margin: 0 auto;
    margin-bottom: -20px;
}
.home_app .home_app_box .app_img {
	width: 250px;
}
.home_disease .home_disease_title {
	margin-bottom: 50px;
}
.home_disease .disaese_box {
	background-color: rgba(139, 156, 221, 0.1);
	padding: 30px 20px;
	border-radius: 5px;
	margin: 0 8px;
	margin-bottom: 16px;
	width: 345px;
	text-align: left;
	display: inline-block;
}
.home_disease .disaese_title .disease_icon {
	width: 32px;
	height: 32px;
}
.home_disease .disaese_title .human-20 {
	margin-top: -32px;
    margin-left: 40px;
}
.home_disease .disaese_title .human-13 {
	margin-left: 40px;
}
.home_disease .disaese_dec {
	margin-top: 24px;
}
.home_disease .disaese_dec .disaese_dec_btn {
	font-size: 14px;
	line-height: 20px;
	color: rgba(4, 7, 11, 0.87);
	padding: 10px 12px;
	background-color: rgb(224, 228, 245);
	border-radius: 8px;
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 8px;
}
.home_disease .disaese_box_plus {
	background-color: #405cc3;
	padding: 30px 20px;
	padding-right: 0;
	border-radius: 5px;
	margin: 0 8px;
	margin-bottom: 16px;
	width: 345px;
	text-align: left;
	display: inline-block;
}
.disaese_box_plus .disease_button {
	width: 32px;
	height: 32px;
}
.disaese_box_plus .human-20 {
	margin-top: -32px;
    margin-left: 40px;
}
.home_disease .disaese_section {
    width: 361px;
    display: inline-block;
    vertical-align: top;
}
.home_rarenote {
	background-color: rgba(226, 230, 232, 0.38);
}

.home_rarenote .home_rarenote_title {
	margin-bottom: 60px;
}
.home_rarenote .rarenote_box {
	width: 550px;
    margin: 0 auto;
	text-align: left;
	margin-bottom: 50px;
}
.rarenote_box .rarenote_img {
	width: 120px;
	height: 120px;
}
.rarenote_box .human-25 {
	margin-top: -120px;
	margin-left: 140px;
	margin-bottom: 12px;
}
.rarenote_box .human-15 {
    margin-left: 140px;
}

.home_form .home_form_title .human-30 {
	margin-bottom: 16px;
}
.home_form .home_form_title .human-15 {
	margin-bottom: 60px;
}
.home_form .home_apply_form {
	width: 550px;
	margin: 0 auto;
	border-radius: 5px;
}
.home_apply_form .apply_form {
	margin-bottom: 50px;
}
.home_apply_form .apply_form .apply_title {
	margin-bottom: 16px;
}
.home_apply_form .apply_form #disease2 {
	padding: 15px;
}

.home_apply_form .apply_form .check-box input {
	width: 18px;	
	height: 18px;
	margin-right: 4px;
	margin-bottom: 20px;
}
.home_apply_form .apply_form .check-box button {
	border: none;
	text-decoration: underline;
	padding-left: 0;
}
.home_apply_form .apply_form .check-box .human-15 {
	vertical-align: top;
    width: calc(100% - 30px);
    text-align: left;
    margin-bottom: 20px;
}
.home_apply_form .apply_form .patient-box {
	margin-bottom: 12px;
}
.home_apply_form .apply_form .patient-box .human-15 {
	width: 100px;
	display: inline-block;
}
.home_apply_form .apply_form .patient-box input {
	width: 400px;
	display: inline-block;
}
.home_apply_form .apply_form textarea {
	padding: 0 20px;
}
.home_apply_form .apply_form .multiCheck-box .multi-title {
	margin-bottom: 16px;
}
.home_apply_form .apply_form .multiCheck-box input {
	width: 18px;
    height: 18px;
    margin-right: 4px;
	margin-bottom: 20px;
	display: inline-block;
}
.home_apply_form .col-lg-12 .main_btn {
	font-size: 15px;
	line-height: 18px;
	height: 40px;
	color: #fff;
	padding: 11px 30px;
	border-radius: 5px;
	background: #405cc3;
	margin-top: 24px;
}
.main_btn:hover {
	color: #fff !important;
}
.home_apply_form .submitForm {
	margin-bottom: 0;
}
.submitForm .submit_title {
	margin-bottom: 24px;
	text-align: left;
}
.submitForm .check-box {
	width: 100%;
    margin: 0 auto;
    text-align: left;
}
#reselt {
	text-align: center;
    margin-top: 10px;
}
.copy_Text {
	padding: 0 15px;
}
.copy_Text button {
	font-size: 15px;
    line-height: 18px;
    height: 40px;
    color: #405cc3;
    padding: 11px 30px;
    border-radius: 5px;
    background: #fff;
    margin-top: 24px;
}
.copy_Text .copyTooltip {
	font-size: 15px;
    line-height: 30px;
	color: #405cc3;
	height: 30px;
}

.home_footer {
	background-color: #f4f5f6;
}
.home_footer .logo_section {
	display: inline-block;
	width: 250px;
	vertical-align: top;
}
.home_footer .logo_img {
	height: 25px;
	margin-bottom: 12px;
}
.home_footer .human-15 {
	letter-spacing: -0.62px;
	margin-bottom: 12px;
}
.home_footer .icon_section {
	display: inline-block;
}
.home_footer .link_icon {
	margin: 0 8px;
	display: inline-block;
}
.home_footer .link_img {
	width: 50px;
	height: 50px;
}
.webDiv {
	display: block;
}
.mobileDiv {
	display: none;
}

/* 화면대응 */
@media only screen and (min-width: 1200px) {
	.main .container {
		max-width: 900px;
	}
	.main .container-fluid {
		max-width: 900px;
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media only screen and (max-width: 1199px) {
	.main .container {
		max-width: 900px;
	}
	.main .container-fluid {
		max-width: 900px;
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media only screen and (max-width: 989px) {
	.main .container {
		max-width: 900px;
	}
	.main .container-fluid {
		max-width: 900px;
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media only screen and (max-width: 910px) {
	.main .container {
		max-width: 450px;
	}
	.main .container-fluid {
		max-width: 450px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.webDiv {
		display: none !important;
	}
	.mobileDiv {
		display: block !important;
	}
	.human-12 {
		font-size: 10px !important;
		line-height: 24px;
		word-break: keep-all;
	}
	.human-13 {
		font-size: 13px !important;
		line-height: 24px;
		word-break: keep-all;
	}
	.human-15 {
		font-size: 15px !important;
		line-height: 24px;
		word-break: keep-all;
	}
	.human-16 {
		font-size: 16px !important;
		line-height: 24px;
		word-break: keep-all;
	}
	.human-20 {
		font-size: 20px !important;
		line-height: 30px;
		word-break: keep-all;
	}
	.human-25 {
		font-size: 20px !important;
		line-height: 32px;
		word-break: keep-all;
	}
	.human-30 {
		font-size: 24px !important;
		line-height: 36px;
		word-break: keep-all;
	}
	.human-40 {
		font-size: 24px !important;
		line-height: 36px;
		word-break: keep-all;
	}

	/* 메인 */
	.home_main {
		padding-top: 120px;
		padding-bottom: 60px;
		text-align: center;
	}
	.home_main .human-40 {
		margin-bottom: 8px;
	}
	.home_main .human-15 {
		margin-bottom: 60px;
	}
	.home_main .main_img {
		position: relative;
		bottom: 0;
		right: 0;
		height: inherit;
	}
	.home_main .container .main_btn {
		margin-top: 24px;
		font-size: 15px;
	}

	/* about */
	.m_home_about_box {
		background-color: #fff;
		border-radius: 5px;
		width: 100%;
		padding: 20px 20px;
		display: inline-block;
		text-align: left;
		margin-bottom: 12px;
		height: 120px;
	}
	.padding20 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.home_about .m_home_about_box .about_img {
		width: 87px;
		height: 80px;
		position: absolute;
		right: 40px;
	}
	.home_about .m_home_about_box .human-20 {
		margin-bottom: 2px;
		line-height: 28px;
	}
	.home_about .m_home_about_box .human-30 {
		font-size: 18px !important;
		line-height: 22px;
	}
	.home_about .mobileAbout .human-30 {
		margin-bottom: 30px;
	}
	.home_about .mobileAbout .human-15 {
		margin-top: 20px;
	}
	.home_about .mobileAbout .human-12 {
		margin-top: 8px;
		margin-bottom: 0;
		text-align: center;
	}
	
	/* app */
	.home_app .m_home_app_title .human-30 {
		margin-bottom: 24px;
	}
	.mobilePhone {
		padding: 0;
	}
	.mobilePhone img {
		width: 70%;
		background-color: #fff;
	}

	/* disease */
	.home_disease .home_disease_title {
		margin-bottom: 36px;
	}
	.home_disease .disaese_box {
		padding: 20px 12px;
		margin: 0;
		margin-bottom: 16px;
		width: calc( 100% - 24px);
	}
	.home_disease .disaese_box_plus {
		margin: 0;
	}
	.disaese_box_plus .human-20 {
		margin-top: -30px;
		font-size: 18px !important;
	}
	.home_rarenote .m_rarenote_box  {
		margin-bottom: 36px;
	}
	.home_rarenote .home_rarenote_title {
		margin-bottom: 36px;
	}
	.home_rarenote .m_rarenote_box img {
		margin-bottom: 24px;
	}
	.home_rarenote .m_rarenote_box .human-25 {
		margin-bottom: 16px;
	}

	/* form */
	.home_form .home_apply_form {
		width: 450px;
	}
	.home_apply_form .apply_form .patient-box input {
		width: 310px;	
	}
	.home_footer .logo_section {
		text-align: center;
		width: 100%;
	}
	.home_footer .icon_section {
		text-align: center;
		width: 100%;
	}
}
@media only screen and (max-width: 576px) {
	.main .container {
		max-width: 450px;
	}
	.main .container-fluid {
		max-width: 450px;
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media only screen and (max-width: 479px) {
	.main .container {
		max-width: 100%;
	}
	.main .container-fluid {
		max-width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
	.mobilePhone img {
		width: 100%;
		background-color: #fff;
	}
	/* form */
	.home_form .home_apply_form {
		width: 100%;
	}
	.home_apply_form .apply_form .patient-box input {
		width: calc( 100% - 110px );
	}
	
}
@media only screen and (max-width: 400px) {
	.main .container {
		max-width: 100%;
		padding-right: 10px;
		padding-left: 10px;
	}
	.main .container-fluid {
		max-width: 100%;
		padding-right: 10px;
		padding-left: 10px;
	}
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 80%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
  }
  
  /* Add Animation */
  @-webkit-keyframes animatetop {
	from {top:-300px; opacity:0} 
	to {top:0; opacity:1}
  }
  
  @keyframes animatetop {
	from {top:-300px; opacity:0}
	to {top:0; opacity:1}
  }
  
  /* The Close Button */
  .close {
	color: #000;
	float: right;
	font-size: 28px;
	font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
  }
  
  .modal-header {
	padding: 2px 16px;
	background-color: #ddd;
	color: white;
  }
  
  .modal-body {padding: 6px 16px;}
  
  @media only screen and (max-width: 910px) {
	.modal-body h3 {
		font-size: 14px;
	}
	.modal-body p {
		font-size: 11px;
		line-height: 15px;
	}
  }
