
/* all css start===================================================== */

/* @import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css); */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700&display=swap');
/* @import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css'); */
@import url('https://gcore.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

body, html{
	font-family: 'Pretendard' !important;
	/* font-family: 'Noto Sans KR', 'Montserrat', sans-serif !important; */
}
.fa{font-family: 'FontAwesome' !important;}

.w-100p{
	width:100%;
}

.w-50p{
	width:50%;
}

section.content{
	padding: 0px;
}

.content-wrapper{
	background:#fff;
}

.main-header{
	width: 100% !important;
	height: 85px !important;
	max-height: 85px !important;
	border-bottom: 1px solid #f5f5f5;
	background-color:#FFFFFF;
	margin: 0 auto;
	position: relative;
	/* padding: 50px 0; */
}

/* ******************************************************* */
/* 헤더 영역 감싸는 div from sun*/
/* ******************************************************* */

.cust_header_wrap{
	display: flex;
	justify-content: space-between;
	width:1400px;
	margin:0 auto;
	height:85px;
}
/* 메뉴 리스트 영역 감싸는 div */
.menu-list{
    height: 85px;
    padding-top: 30px;
    box-sizing: border-box;
}

.menu-list ul{
    height: 100%;
    list-style: none;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

.menu-list ul li{
    /* width: 120px; */
	width: auto;
	height: auto;
	display: flex;
	flex-direction: column;
    float: left;
	align-items: center;
    text-align: center;
    cursor: pointer;
    transition: all 0.1s ease;
	position: relative;
	margin-right: 65px;
}

.menu-tit:last-child{
	width: 84px;
	justify-content: flex-end;
}

.menu-list ul li.menu-tit>a{
	font-family: Pretendard;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #111;
}

.menu-list ul li:last-child{
    margin-right: 0;
	width: 150px;
}

.menu-list ul li.menu-tit>a:hover{
   /* color: #43a6ed; */
}

.header_bulet{
	width: 10px;
	height: 10px;
	display: none;
	justify-content: center;
	align-items: center;
	margin-top: 6px;
}

/* mega menu */
.mega-menu{
    position: absolute;
    top: 54px;
    left: 50%;
	transform: translate(-50%, 0%);
    transition:all 0.2s ease;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
	z-index: 2;
}

.inner-mega-menu{
    /* width: 120px; */
    float: left;
}

.inner-mega-menu:last-child{
    margin-right: 0%;
}

.inner-mega-menu p:first-child{
	padding-top: 28px;
}
.inner-mega-menu p a {
	padding-bottom: 21px;
	font-family: Pretendard;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	text-align: center;
	color: #707070;
	white-space: nowrap;
	margin: 0;
}

.inner-mega-menu p a:hover{
	/* color: #43a6ed; */
}

.menu-list:hover ~ .drop-down-wrap{
    visibility: visible;
}

.drop-down-wrap:hover{
	visibility: visible;
}

/* 메뉴 아이템 */
.menu-item{
	margin: 0px 65px 0px 0px;
	font-family: Pretendard;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #111;
}

.drop-down-wrap{
	width: 100%;
	height: 280px;
	background-color:white;
	opacity: 0.9;
	border-bottom:1px solid #E1E1E1;	
	animation: fadeInDown 0.5s;
    position: absolute;
    top: 85px;
	visibility: hidden;
	z-index: 1;
	left:0px;
}
/* ******************************************************* */

.main-header-item{
	float: right;
	text-align: center;
	font-size: 16px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	display: none;
}
.main-header-item.item-hover{
	line-height: 96.5px;
}

.main-header-item.header-text{
	margin-right: 60px;
	font-weight: bold;
	cursor: pointer;
	list-style: none;
}

.all-menu-text{
	color: #101010;
	margin-top: 5px;
	font-size: 11px;
	cursor: pointer;
}

.main-header-item-all{
	float: right;
	cursor: pointer;
	margin-top: 31px;;
	text-align: center;
	margin-right: 37px;;
	font-size: 12px;
}

.main-header-item a{
	color: #101010;
	/* font-size:12px; */
}

.header_info_ic{
	display:block;
	margin: auto;
	margin-bottom: -4px;;
}

.main-header-item a>span{
	color: #101010;
	font-size:11px;
	font-family:NotoSansCJKkr-Regular,Noto Sans CJK KR;
	/* margin-left: 30.5px; */
}

.main-header-item.header-text:hover>.mouse_over{
	display: block;
}

.all-menu-row{
	width:1920px;
	height:auto;
	margin:0 auto;
}

.allmodal{
	display:none;
	z-index:9998;
	width:1920px;
	height:100%;
	position: fixed;
	overflow: hidden;
	cursor: pointer;
	background-color: rgba(17, 17, 17, 0.6);
}

.all-menu-div{
	display:none;
	position:absolute;
	width:1920px;
	height:414px;
	background-color:white;
	z-index:9999;
}

.all-open{
	top: 0px;
	transition: all .5s ease;
}

.all-category_close{
	position:absolute;
	right: 169px;
	top:32px;
	cursor: pointer;
}

.mouse-all-click{
	position:absolute;
	width:100%;
	height:300px;
	top:114px;
	background-color:white
}

.mouse-all-click-ul{
	margin:31px auto 0;
	table-layout: fixed;
	display: table;
	padding-left:0px;
}

.click-table{
	padding-right: 60px;
	height:245.5px;
	display:table-cell;
}

/* .mouse-all-click-ul:last-child{
	border-right:1px solid #e1e1e1;
} */


.click-table>p{
	font-size: 18px;
	font-weight: bold;
	color: #111111;
	text-align: center;
	margin: 0px auto 32px;
}

.click-table>p>img{
	margin-right: 5px;
	margin-bottom:6px;	
}

.click-table>li{
	height: 19px;
	text-align:center;
	list-style:none;
	margin-bottom:18px;
}

.click-table>li>a>span{
	font-size:16px;
	color: #707070;
	margin-bottom:16px;
	cursor: pointer;
}

.click-table>li>a>span:hover{
	font-weight: bold;
}
.mega_nemu{
	width: 100%;
	text-align: center;
}

.mega_nemu:after {
	content: "";
	display: block;
	clear: both;
}

.dept01{
	display: block;
	padding: 0;
	z-index: 1500;
	width: 100%;
}

.header_item{
	list-style: none;
	line-height: 40px;
}

.header_item>a>span{
	width: 100%;
	height: 19px;
	font-family: Pretendard;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.5;
	letter-spacing: normal;
	text-align: center;
	color: #707070;
}
.dept01>li:first-child{
	margin-top: 29px;
}

.menu_req p:nth-of-type(1){
	padding-top: 0px;
	color: #a583c8;
}

.menu_list>li{
	line-height: 40px;
}
.mega_menu>ul{
	position: relative;
	width:100%;
	height:100%;
	margin: 0;
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -5%, 0);
	}
	to {
		opacity: 0.9;
		transform: translateZ(0);
	}
}

.mouse_over>ul>li>a{
	display:block;
	width:100%;
	font-size:16px;
	color:#707070;
	/* margin-left:30.5px; */
	float:left;
}

.mouse_over>ul>li>a>span{
	color:#707070;
	font-size: 16px;
	float:left;
	line-height: 84px;
	margin-left: 30.5px;
}

.mouse_over>ul{
	padding:0;
}

.biz-icon-front{
	margin-left: 16px;;
	top: 27.5px;
	margin-left: 255px;;
	display:block;
	opacity: 1;
	position: absolute;
}

.biz-icon-back{
	top: 27.5px;
	margin-left: 255px;;
	display:block;
	opacity: 0;
	position: absolute;
}


.mouse_over>ul>hr:first-child{
	width:1px;
	height:162.5px;
	background-color:#e1e1e1;
	float:left;
	margin-left:475.5px
}

/* .mouse_over>ul>li:hover span{
	color: #43A6ED;
} */

.mouse_over>ul>li>a:hover>.biz-icon-front{
	opacity:0;
}

.mouse_over>ul>li>a:hover>.biz-icon-back{
	opacity: 1;
}

 .item-hover:hover{
	color:#43A6ED;
	background-image: url(/asset/img/header_one.svg);
	background-repeat: no-repeat;
	background-position:49% 75%;
}  

.dept01>li>a{
	animation: fadeInDown 1s;
}

.main-menu-image{
	float: left;
	width:416px;
	height:400px;
	/* margin: 0 16px; */
	margin-right:77px;
	border:1px solid #E1E1E1;
	border-radius: 50px 24px 24px 24px;
}

.main-menu-image_gwangjin{
	float: left;
	width:668px;
	margin-right:64px;
	height:400px;
	border:1px solid #E1E1E1;
	border-radius: 50px 24px 24px 24px;
	background-image:url("/resource/images/appointment.jpg");
	background-size: cover;
}
.main-menu-image_gwangjin_2{
	float: left;
	width:668px;
	height:400px;
	border:1px solid #E1E1E1;
	border-radius: 24px 24px 50px 24px;
	background-image:url("/resource/images/checkappo.jpg");
	background-size: cover;
	background-position-y: 123px;
}
.main-menu-image-renew{
    position: relative;
    display: inline-block;
    margin: 10px;
	display: inline-block;
	width:239px;
	height:239px;
    margin: 7px;
}

.header-side{
	position:fixed;
	z-index:9997;
	width:60px;
	height:100%;
	top:0;
	right:-2px;
	box-shadow: 5px 24px 26px 0 rgba(33, 33, 33, 0.2);
}

.header-side-button{
	display: flex;
	width:32px;
	height:87px;
	position: absolute;
	z-index: -1;
	left: -32px;
	background-color:#FFFFFF;
	float:left;
	border:1px solid #707070;
	border-right: none;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	box-shadow: -2px 0px 4px 0px rgba(33, 33, 33, 0.2);
	margin-top: 497px;
	cursor: pointer;
}

.header-side-control{
	width:60px;
	height:100%;
	background-color:#FFFFFF;
	float:right;
	/* box-shadow:0px 3px 4px 0px #000000 */
}

.text_zoom{
	width:20px;
	height:78.5px;
	margin:117.5px auto 0px;
}

.text_button{
	cursor: pointer;
}

.text_margin{
	margin-top:10.6px;
	margin-bottom: 4px;
}

.quick_notice{
	width:21px;
	height:51px;
	margin: 72px auto 0px;
	cursor: pointer;
}

.quick_help{
	width:31px;
	height:51px;
	margin: 71px auto 0px;
	cursor: pointer;
}

.quick_post{
	width:31px;
	height:53.4px;
	margin:193px auto 0px;
	cursor: pointer;
}

.quick_img{
	display: block;
	margin: 0 auto;
}

.quick_text{
	font-size:11px;
	color:#011111;
	font-weight: bold;
}

.top-bottom_btn{
	width:40px;
	height:85px;
	margin: 167.7px auto 0;
}

.quick-go_btn{
	display: flex;
	width:100%;
	height:40px;
	background-color:#FFFFFF;
	border:1px solid #E1E1E1;
	border-radius: 8px;
	cursor: pointer;
}

.quick-btn_img{
	margin: 0 auto;
}


.skin-red-light .main-header .logo,
.skin-red-light .main-header .logo:hover,
.skin-red-light .main-header .navbar {
	background-color: #4E88C7;
}

.skin-red-light .main-header .navbar .sidebar-toggle:hover{
	background-color: #337ab7;
}

.feedback_border{
	border:1px solid #FD0505 !important; 
}

.feedback_red{
	color:#FC0505;
	font-size:11px;
}
.feedback_layout_red{	
    line-height: 34px;
    margin-left: 10px;
    color: red;
}
.feedback_green{
	color:green;
	font-size: 20px;
	font-weight: bold;
}

.datatables_tbl1{
	width:100% !important;
}

.datatables_tbl1 tr
{
	cursor:pointer;
}

#users_password_div{
	color:#D73925;
}


.radio label{
	margin:0 12px 0 0;
}

#companies_modal1_search_result,
#companies_modal1_hospitals_idx{
	height:200px;
}

#product_sub_modal1 .modal-dialog{
	width:80%;
}

#product_sub_list_tbl1 td{
	text-align: center;
	vertical-align: middle;
}


.navbar-nav>.user-menu>.dropdown-menu{
	width:180px;
}

.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
	right: 0;
}

.info-dropdown-menu{
	top: 135%;
	right: 1px;
	width: 153px;;
	position: absolute;
	display: none; 
	float: left;
	/* min-width: 160px; */
	padding: 5px 0;
	margin: 2px 0 0; 
	list-style: none;
	text-align: left;
	/* background-color:white;
	box-shadow:0 6px 12px rgba(0,0,0,.175);
	background-clip: padding-box; */
}

.open>ul{
	display:block;
}

.user-footer div
,.user-footer .btn{
	/* border:1px solid black; */
	width:100%;
}

.arrow_box {
	position: relative;
	background: #FFFFFF;
	width:168px;
	height:99px;
	border-radius:8px;
	box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.12);
}
.arrow_box:after {
	bottom: 100%;
	left: 100%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #FFFFFF;
	border-width: 10px;
	margin-left: -30px;
	/* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12); */
}

.arrow_box>hr{
	width:156px;
	border:1px solid #f1f1f1;
	margin: 11.5px auto;
}

.password_div{
	width:21px !important;
	height:18px;
	margin-right:2px;
	/* margin: 15px 0 0 27px; */
	display: inline-block;
}

.info_password>p{
	display:inline-block;
	margin-bottom:12px;
}

.password_div:hover>a{
	color:#43A6ED;
}

.info_password:hover>div>.lock-hover{
	opacity: 1;
}

.info-logout>p{
	display: inline-block;
}

.logout_div{
	width: 21px !important;
	height:18px;
	/* margin-left: 27px; */
	display:inline-block;
	margin-right:2px;
}

.info_setting:hover{
	color: #43A6ED;
}

.info-logout:hover>div>.logout-hover{
	opacity: 1;
}

.info_setting{
	float:left;
	width:86%;
	margin-top: 13px;
	margin-left: 24px;;
}

.info_setting.info-logout{
	margin-top: 2px;
}

.info_div_img{
	position: absolute;
}

.lock-hover{
	position:absolute;
	opacity: 0;
}

.logout-hover{
	position:absolute;
	opacity: 0;
}


.top_logo{
	position:absolute;
	/* border:1px solid black; */
	text-align: center;
	width:100%;
	z-index: -1;
}

@media (max-width: 767px){
	.main-sidebar {
		padding-top: 55px;
	}
}


.ccheck input[type="checkbox"] {
	display:none;
}

.ccheck label{
	width:100%;
	height:20px;
	/* border:1px solid green; */
}

.agree_margin{
	margin-bottom:27px;
}

.ccheck label .col-xs-11{
	padding:0;
	float:left;
	margin-left:8px;

	/* border:1px solid green; */
}

.ccheck label .col-xs-10{
	display: inline-block;
	float:none;
	padding:0;
	font-weight:400;
	line-height: 160% !important;
	/* border:1px solid green; */
}

.col-xs-1{
	margin-top:3px;
}

.col-xs-2{
	width:17.666667%;
}

.col-xs-3{
	width:28%;
	font-size:20px;
	font-weight: bold;;
}

.agree_span{
	font-size:14px;
	color:#43A6ED;
	font-weight: bold;
}

.ccheck input[type="checkbox"] + label .col-xs-1 {
	/* display: inline-block; */
	padding:0;
	position: relative;
	bottom:6px;
	/* float: right; */
	float: left;
	width:32px;
	height:32px;
	background:url("../../../img/check01_off.svg")no-repeat;
	vertical-align: top;
	cursor:pointer;
	/* border:1px solid green; */
}
.ccheck input[type="checkbox"]:checked + label .col-xs-1 {
	background:url("/asset/img/check01_on.svg")no-repeat;
}

.ccheck_disable input[type="checkbox"]{
	display:none;
}

.ccheck_disable label{
	width:100%;
	height:20px;
}

.ccheck_disable label .col-xs-10{
	display: inline-block;
	float:none;
	padding:0;
	font-weight:400;
	line-height: 160% !important;
	color:#ccc;
	width:100%;
}


.rradio{
	margin: 0px !important;
}

.rradio input[type="radio"]{
	display:none;
}

.rradio input[type="radio"] + label{
	border:1px solid #D5D5D5;
	font-size:16px;
	color:#111111;
	border-radius: 24px;
	font-weight: 400;
	padding:5px 10px 5px 10px;
	width: 100px;
	height: 40px;
	text-align: center;
	line-height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.rradio input[type="radio"]:checked + label {
	border:none;
	color:white;
	background-color:#333;
	font-family: 'Pretendard';
	font-size:14px;
}


.swal-overlay {
	background-color: rgba(211,61,78, 0.45);
}

.title_div1{
	font-weight:bold;
	font-size:16px;
	width:100%;
	margin:5px 15px 5px 15px;
	padding:0;
}
.custom_title{
	font-weight: bold;
	font-size: 35px;
	height: 110px;
	line-height: 110px;
	width: 1400px;
	margin: 0 auto;
}
.custom_subtitle{
	font-weight: bold;
	font-size: 27px;
	height: 80px;
	line-height: 80px;
	width: 1400px;
	margin: 0 auto;
}

.custom-subtitle{
	font-weight: bold;
	font-size: 27px;
	height: 80px;
	line-height: 80px;
	width: 1400px;
	margin: 0 auto;
	color: #43A6ED;
}

.form-control{
	border-radius: 5px;
}


.renew_title{
    display: inline-block;
    width: 100%;
	font-family: 'Pretendard';
    font-weight: bold;
    font-size: 20px;
	color: #333;
    text-align: center;
    margin: 40px auto 0;
}










.btn-info {
	background-color: #AAAAAA;
	border-radius: 8px;
	width: 107px;
	height: 48px;
}
.btn-info:hover, .btn-info:active, .btn-info.hover{
	background-color: #5D5E62;
	border-color: #C8C8CA;
}


.btn-agree-danger {
	width:240px;
	margin:0 42% 50px;
	height:56px;
	font-size:18px;
	font-weight: bold;
	background-color:#AAAAAA;
	border-radius: 28px;
	border: none;
	background-color: #EF5998;
	border-color: #C8C8CA;
}

.btn-danger {
	background-color: #EF5998;
	border-color: #C8C8CA;
	border-radius: 5px;
}

.danger-css{
	width:240px;
	margin:0 42% 50px;
	height:56px;
	float:left;
	border-radius: 28px;
	border: none;
	font-size:18px;
	font-weight: bold;
}

.btn-danger:hover, .btn-danger:active, .btn-danger.hover{
	background-color: #dF4998;
	border-color: #C8C8CA;
}

.search_form{
	display: flex;
	/* float: left; */
	/* text-align: center; */
    width: 100%;
    height: 40px;
	border-radius: 8px;
	margin: 0px 0px 20px;
}

.request .search_form{
	margin-top: 40px;
	margin-bottom: 0px;
}

.search_hos_name{
	position: relative;	
}

.search_box{
	width: 320px;
	height: 40px;
	padding-left: 20px;
	line-height: 48px;
	font-size: 15px;

	border-radius: 20px;
	background-color: #fcfcfc;
}

.search_box::placeholder{
	font-family: 'Pretendard';
	font-weight: 500;
	font-size: 14px;
	color: #777;
	letter-spacing: -0.28px;
}

.search_box:focus{
	/* border: 1px solid #899ef8 !important; */
	border: 1px solid #dddddd;
}

.search_ico{
	width: 24px;
	height: 24px;
	position: absolute;
	right: 15px;
    top: 8px;
	cursor: pointer;
}

/* 지역으로 병원 검색 하기 */
.place_search_flex{
	display: flex;
	flex-direction: column;
	position: relative;
}

.place_search_flex input:focus{
	border: 1px solid #ddd;
}

.place_search{
	margin-right: 12px;
	width: 320px;
	height: 40px;
	padding-left: 20px;
	line-height: 48px;
	font-size: 15px;
	float: left;
	background-repeat: no-repeat;
    background-position: 95% center;
	position: relative;
	cursor: pointer;
	border-radius: 20px;	
}
.place_search_flex .down_arrow_ico{
	width: 24px;
	height: 24px;
	position: absolute;
	top: 8px;
	right: 29px;
	cursor: pointer;
}

.place_search_box{
	width: 650px;
    height: 350px;
	position: absolute;
    top: 43px;
	padding: 10px 20px 59px;
	border-radius: 20px;
	border: solid 1px #d5d5d5;
	background-color: #fff;
	box-shadow: 0px 2px 10px rgba(0,0,0,0.16);
	z-index: 1;
}

.place_select_box{
	display: flex;
}

.place_select_first{
	width: 315px;
	height: 270px;
	padding: 5px 5px 0px 0px;
	border-radius: 2px;
	/* background-color: #f8f8f8; */
	margin-right: 5px;
}

.place_select_first, .place_select_second{
	overflow: scroll;
	overflow-x:hidden;
}

/* 지역으로 병원 검색하기 스크롤 커스텀 */
.place_select_first::-webkit-scrollbar, .place_select_second::-webkit-scrollbar{
	/* margin-top: 10px; */
    width: 8px;
  }
.place_select_first::-webkit-scrollbar-thumb, .place_select_second::-webkit-scrollbar-thumb{
	height: 110px;
	border-radius: 4px;
	background-color: #aaa;
}	

.place_select_first::-webkit-scrollbar-track, .place_select_second::-webkit-scrollbar-track{
	margin: 5px 0 0 10px;
	padding: 0 0 150px;
	border-radius: 4px;
	background-color: #e1e1e1;
  }

.place_select_first>ul,.place_select_second>ul{
	padding: 0;
}

.place_select_first .item_box:first-child ,.place_select_second .item_box:first-child{
	margin-top: 0px;
}

.item_box{
	cursor: pointer;
}

.place_select_first .item_box>li:hover{
	background-color: #f2f3ff;
	border-radius: 15px;
}
.town>li:hover{
	/* background-color: #e1e3e6; */
}

.city{
	display: flex;
	justify-content: space-between;
	padding-left: 10px;
    padding-right: 5px;
	list-style: none;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	line-height: 30px;
	letter-spacing: -0.28px;
	color: #000;
    font-weight: 500;
    font-size: 14px;
}

.town{
	list-style: none;
	padding: 0;
	width: 100%;
}

.town>li{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.town_tit{
	margin-left: 5px;
}

.hos_cnt{
	width: 24px;
	display: inline-block;
	text-align: right;
	margin-right: 10px;
}

.town_chk{
	margin-right: 5px;
	width: 13px;
	height: 13px;
	background-color: #fff;
	border-radius: 2px;
	border: solid 1px #aaa;
	position: relative;
	margin-bottom: 0px;
}

/*
 * checkBo lightweight jQuery plugin v0.1.4 by  @ElmahdiMahmoud
 * Licensed under the MIT license - https://github.com/elmahdim/checkbo/blob/master/LICENSE
 *
 * Custom checkbox and radio
 * Author URL: elmahdim.com
 */
 .cb-checkbox .cb-inner,
 .cb-checkbox i {
   width: 18px;
   height: 18px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
 }


 .cb-checkbox.cb-sm .cb-inner{
	width: 16px;
	height: 16px;
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 50px;
 }
 .cb-checkbox.checked.cb-sm .cb-inner{
   width: 16px;
   height: 16px;
   background-image: url('/resource/images/check_ico.svg');
   background-position: center;
   /* background-color: #43a6ed; */
 }
 /* .cb-checkbox.cb-md .cb-inner,
 .cb-checkbox.cb-md i {
   width: 24px;
   height: 24px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   border-radius: 4px;
 }
 .cb-checkbox.cb-lg .cb-inner,
 .cb-checkbox.cb-lg i {
   width: 30px;
   height: 30px;
   -moz-border-radius: 6px;
   -webkit-border-radius: 6px;
   border-radius: 6px;
 } */
 .cb-radio .cb-inner {
   width: 18px;
   height: 18px;
 }
 .cb-radio.cb-sm .cb-inner {
   width: 14px;
   height: 14px;
 }
 .cb-radio.cb-md .cb-inner {
   width: 24px;
   height: 24px;
 }
 .cb-radio.cb-lg .cb-inner {
   width: 30px;
   height: 30px;
 }
 .cb-checkbox,
 .cb-radio {
   color: inherit;
   cursor: pointer;
   overflow: hidden;
   font-size: inherit;
   font-weight: 400;
   display: inline-block;
   line-height: 18px;
   margin-bottom: 0;
 }
 .cb-checkbox input[type="checkbox"],
 .cb-radio input[type="radio"],
 .cb-switcher input[type="checkbox"],
 .cb-switcher input[type="radio"] {
   display: none;
 }
 .cb-checkbox.disabled,
 .cb-checkbox.disabled *,
 .cb-radio.disabled,
 .cb-radio.disabled *,
 .cb-switcher.disabled,
 .cb-switcher.disabled * {
   cursor: default;
 }
 .cb-checkbox.disabled,
 .cb-checkbox.disabled .cb-inner {
   color: #ddd;
 }
 .cb-checkbox.disabled:hover .cb-inner {
   border-color: #ddd;
 }
 .cb-checkbox.disabled.checked .cb-inner {
   background-color: #ddd;
   border-color: #ddd;
 }
 .cb-radio.disabled {
   color: #ddd;
 }
 .cb-radio.disabled .cb-inner {
   border-color: #ddd;
 }
 .cb-radio.disabled i {
   background-color: transparent;
 }
 .cb-radio.disabled.checked .cb-inner {
   border-color: #ddd;
 }
 .cb-radio.disabled.checked .cb-inner i {
   background-color: #ddd;
 }
 .cb-radio.disabled:hover .cb-inner {
   border-color: #ddd;
 }
 .cb-checkbox .cb-inner {
   float: left;
   overflow: hidden;
   margin: 0 10px 0 0;
   position: relative;
   background: #f2f2f2;
   display: inline-block;
   -moz-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 .cb-checkbox i {
   top: 1px;
   left: 2px;
   display: none;
   /* display: block; */
   position: absolute;
 }
 .cb-checkbox i:after,
 .cb-checkbox i:before {
   height: 0;
   width: 2px;
   content: "";
   display: block;
   position: absolute;
   background-color: #fff;
   -moz-transition: all 0.2s ease;
   -o-transition: all 0.2s ease;
   -webkit-transition: all 0.2s ease;
   transition: all 0.2s ease;
 }
 .cb-checkbox i:before {
   top: 0;
   left: 0;
   -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   -webkit-transform: rotate(-45deg);
   transform: rotate(-45deg);
 }
 .cb-checkbox i:after {
   left: 7px;
   bottom: 5px;
   -moz-transition-delay: 0.3s;
   -o-transition-delay: 0.3s;
   -webkit-transition-delay: 0.3s;
   transition-delay: 0.3s;
   -moz-transform: rotate(42deg);
   -ms-transform: rotate(42deg);
   -webkit-transform: rotate(42deg);
   transform: rotate(42deg);
 }

 .cb-checkbox.cb-sm{
	width: 100%;
	display: flex;
	justify-content: space-between;
    align-items: center;
	line-height: 30px;
	padding-left: 10px;	
	letter-spacing: -0.28px;	
	/* padding-right: 5px; */
 }

 .town-content-box{
	color: #000;
    font-size: 14px;
	font-family: 'Pretendard';
	font-weight: 500;
 }
  /* 숨겨진 실제 체크박스 */
  	.cb-input {
		display: none;
	}
	.town-checkbox .town-list-item .cb-innr{
		width: 16px;
		height: 16px;
		background-color: #fff;
		border: 1px solid rgb(218,219,219);
		border-radius: 50%;
		margin-right: 5px;
	}
	.town-checkbox.checked .town-list-item .cb-innr{
		width: 16px;
		height: 16px;
		background-color: rgb(84,54,255);
		border-radius: 50%;
		background-image: url('/resource/images/check_ico.svg');
		background-position: center;
		border: none;
	}
	.cb-innr{
		display: flex;
		align-items: center;
	}
	.town-list-item{
		display: flex;
		align-items: center;
	}
	.town-checkbox{
		width: 100%;
		/* height: 20px; */
		line-height: 30px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-bottom: 0px;
		font-family: 'Pretendard';
		font-size: 14px;
		font-weight: 500;
		color: #000;
		cursor: pointer;
	}
	.cb-checkbox.checked.cb-sm i:after {
		left: 4.2px;
		height: 5.4px;
		top: 2.4px;
	}

 .cb-checkbox.checked.cb-sm i:before {
	top: 3px;
	left: 1px;
	height: 5.4px;
}

 .cb-checkbox.checked i:before {
   top: 6px;
   left: 2px;
   height: 6px;
 }
 .cb-checkbox.checked i:after {
   height: 12px;
 }
 .cb-radio.checked .cb-inner {
   background: #fff;
   box-shadow: 0 0 3px #efefef;
 }
 .cb-checkbox:hover .cb-inner{
   border-color: #aaa;
 }
 .is-hidden {
   display: none !important;
   visibility: hidden !important;
 }

.notice_check1_lb{
	margin-right: 5px;
}

.more_btn_box{
	display: flex;
	align-items: center;
}
.town_count{
	margin-right: 3px;
	list-style: none;
}

.hos_count{
	margin-right: 10px;
	list-style: none;
}

.more_arrow{
	list-style: none;
	width: 20px;
	height: 20px;
	display: inline-block;
    text-align: center;
	background-image: url('/resource/images/ic_next.svg');
}

.place_select_first .item_box>li:hover .more_arrow{
	background-image: url('/resource/images/ic_next_hover.svg');
}

.place_select_second{
	width: 315px;
	height: 270px;
	border-radius: 2px;
	/* background-color: #f8f8f8; */
	padding: 5px 5px 11px 10px;
}

.place_search_btm{
	height: 54px;
	padding: 10px 0px 12px;
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
	border-top: 1px solid #ededed;
}

.icon_box{
	display: flex;
	align-items: center;
}

.recycle{
	cursor: pointer;
}

.empty{
	font-family: 'Pretendard';
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.14;
	letter-spacing: -0.28px;
	text-align: center;
	color: #838383;
	margin-left: 5px;
	cursor: pointer;
}
.req_button_cancel.sm_cancle_btn{
	width: 80px;
	height: 32px;	
	border-radius: 16px;
	font-family: 'Pretendard';
	font-size: 14px;
	font-weight: 500;
	background-color: #fff;
	color: #777;
	border: 1px solid #777;
}

.req_button_ok.sm_ok_btn{
	width: 80px;
	height: 32px;
	border-radius: 16px;
	background-color: #5436ff;
	font-family: 'Pretendard';
	font-size: 14px;
	font-weight: 500;
	margin-right: 0px;
}
.search_button{
	width: 80px;
	height: 60px;
	line-height: 60px;
	border-radius: 0;
	background-color: #43a6eb;
	background-image: url('/asset/img/search.png');
	background-position: center;
	background-repeat: no-repeat;
}



.customer_tbl1{
	/* border:1px solid black; */
	margin:0;
	padding:0;
	width:100%;
}

.customer_tbl1 td{
	padding:5px;
	text-align: center;
	border-bottom: 1px solid #E2E2E4;
}

.customer_tbl1 .title1{
	border:0;
	background-color:#6D6E72;
	color:#fff;
	border-radius: 5px 5px 0 0;
}

.customer_tbl2{
	margin:0;
	padding:0;
	width:100%;
}

.customer_tbl2 th{
	width:30%;
	padding:10px;
	padding-left: 50px;
	background-color: #f1f1f1;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.customer_tbl2 td{
	padding:10px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.btn-b2b1{
	padding:5px 10px 5px 10px;
	text-align: center;
	border-radius: 24px;
	background-color: #fff;
	border:2px solid #6D6E72;
	color: #6D6E72;
}

.btn-b2b2{
	padding:5px 10px 5px 10px;
	text-align: center;
	border-radius: 24px;
	background-color: #fff;
	border:2px solid #4E88C7;
	color: #4E88C7;
}

.btn-b2b3{
	padding:5px 10px 5px 10px;
	text-align: center;
	border-radius: 24px;
	background-color: #fff;
	border:2px solid #EF5394;
	color: #EF5394;
}

.btn-b2b4{
	padding:5px 10px 5px 10px;
	text-align: center;
	border-radius: 24px;
	background-color: #fff;
	border:2px solid #EF5394;
	color: #EF5394;
	margin: 0 3px;
}

.b2b3-n{
	border: 2px solid black;
	color: black;
}
.b2b3-y{
	border: 2px solid #4283e1;
	color: white;
	background-color: #4283e1;
}
.b2b3-y:hover{
	/*border: 2px solid #4283e1;*/
	color: white;
	/* background-color: #4283e1; */
}
.b2b3-w{
	border: 2px solid #4283e1;
	color: #4283e1;
}
.b2b3-c{
	border: 2px solid #ef5394;
	color: white;
	background-color: #ef5394;
}
.b2b3-c:hover{
	/*border: 2px solid #ef5394;*/
	color: white;
	/*background-color: #ef5394;*/
}


.customer_title1{
    width: 100%;
    font-weight: bold;
    font-size: 24px;
    margin: 5px;
    background-color: #EDF7FE;
    height: 80px;
    border-radius: 24px;
    line-height: 80px;
    padding: 0px 25px;
	width:100%;
	font-weight:bold;
	font-size:18px;
	margin:5px;
}

.modal1 .modal-dialog{
	/*border:2px solid #4E88C7;*/
	/*border-radius:5px;*/
}
.modal1 .modal-content{
	/*border-radius:5px;*/
}



#daum_tr1{
	display:none;
}
#daum_div1{
	display:none;
	position:relative;
	width:100%;
	height:350px;
	margin-bottom: 30px;
}

#daum_close_img1{
	cursor:pointer;
	position:absolute;
	right:0px;
	top:-1px;
	z-index:1;
}

.swal-title{
	font-size: 25px !important;
}
#w1400{
	width: 1400px !important;
}
#w1200{
	width: 1200px !important;
}
#w1000{
	width: 1000px !important;
}

.filter_form{
	position: relative;
	width: fit-content;
	margin-right: 5px;
}
.filter_form>span{
	display: inline-block;
	color: #707070;
    min-width: 80px;
    height: 24px;
    font-size: 12px;
    border-radius: 12px;
    border: 1px solid #D5D5D5;
    padding: 3px 0px;
	text-align: center;
	margin-right: 10px;
	line-height: 16px;
	cursor: pointer;
}
.filter_form>#filter_selected{
	/* color: white;
	background-color: #43A6ED;
	border: 1px solid #43A6ED; */
}

.filter_form_date.category_filter_box{	
	/* margin-top:72px; */
	padding-inline: 0px;
	padding-block: 20px;
	text-align: center;
}
.filter_form_date>span{
	height: 28px;
	padding-left: 20px;
	margin-bottom: 0;
	/* display: inline-block;
	color: #707070;
    min-width: 136px;
    height: 48px;
    font-size: 20px;
    border-radius: 40px;
    border: 1px solid #D5D5D5;
    padding: 3px 0px;
	text-align: center;
	margin-right: 10px;
	line-height: 38px;
	cursor: pointer; */
}

/* all css end===================================================== */







/* index css start===================================================== */
.index_div1{
	margin:30px 0 20px 0;
	text-align: center;
}

.index_div1 img{
	width:80%;
}

.index_div2{
	text-align:center;
}

.index_div2 img{
	width:90%;
}
/* 메인페이지 상단 리뉴얼 작업 시작 */

/* 배너 */
.main-banner{
	position: relative;
	width: 1920px;
	margin: 0 auto;
}

/* 메인 메뉴(검진예약 예약확인/변경 검진결과조회 검진 전 필수 체크) */
.menu_wrap{
	display: flex;
	width: 1400px;
    height: 160px;
	position: absolute;
    top: 495px;
	/* transform: translate(0px, -16px); */
}

.menu_wrap a .menu_item{
	margin-right: 16px;
}

.menu_item{
	height: 160px;
	width: 338px;
	border-radius: 16px;
	margin-right: 16px;
	background-color: #f6f7f8;
	display: flex;
	overflow: hidden;
	align-items: flex-end;
	justify-content: space-between;
	position: relative;
}

.menu_item:hover{
	background-color: #3600ea;
}
.menu_item:hover>.menu-ico{
	opacity: 0.5;
}
.menu_item:hover .menu_title_wrap{
	background-color: #3600ea;
	color: white;
}

.menu_wrap a:nth-child(3) div{
	/* background-color: #3600ea; */
}

.menu-ico{
	z-index:1;
	cursor:pointer;
	object-fit: contain;
	position: absolute;
	top: 81px;
    margin-right: 14px;
    right: 20%;
    text-align: right;

}

.menu_title_wrap{
		width: 108px;
		height: 68px;
		/* margin: 0 126px 18px 0; */
		font-family: Pretendard;
		font-size: 24px;
		font-weight: 500;
		font-stretch: normal;
		font-style: normal;
		line-height: normal;
		letter-spacing: normal;
		text-align: left;
		color: #000;
		display: inline-block;
		margin: 44px 0px 48px 40px;
}

.menu_title {
	font-weight: bold;
  }

.go-button-wrap{
    /* width: 45px; */
    /* height: 29px; */
    margin-right: 25px;
    margin-bottom: 20px;
    /* overflow: hidden; */
  }

  .go-button {
	width: 45px;
  }
  /* 메뉴 끝 */

  /* 슬라이더 JSlick */

.slider_container{
	position:relative;
	width:1400px;
	height:160px;
	/* margin:179px auto 36px; */
	overflow:hidden;
	margin: auto;
}

.prev{
	position:absolute;
	z-index:1;
	top:50%;
	left:0%;
	cursor:pointer;
	transform: translate(0%, -50%);
	margin-left:20px;
}

.next{
	position:absolute;
	z-index:1;
	top:50%;
	right:0%;
	width: 12px;
	transform: translate(0%, -50%);
	margin-right:20px;
	height: 28px;
	cursor:pointer;
}

.slideCountBox{
	width: 80px;
    height: 32px;	
    position: absolute;       
    bottom: 0%;
    left: 50%;    
    transform: translate(-50%, -50%);
	z-index: 1; 
	display: flex;
	align-items: center;
    justify-content: center;
	background: rgba(17, 17, 17, 0.5);
	border-radius: 18px;
	color: #fff;
	cursor: pointer;
}

.main-card-box{
	margin: 20px 0 5px;
}

.main_slick{
	/* width: 1400px;
	height:131px;
	margin: 108.5px auto 80px;
	background-color:#4282E0; */
	/* border-radius: 16px; */
	position:relative;
	margin:0 auto;
	top:0px;
	left:0px;
	width:100%;
	height:160px;
	overflow:hidden;
}

.main_slick img{
	border-radius: 8px;
}

.slider_img{
	width:100%;
	height:160px;
}

.main_control{
	visibility:hidden;
}

.red{
	background-color:#4282E0;
}

.blue{
	background-color:#55C6C8;
}

.green{
	background-color:#74D569;
}

.main_control{
	width:64px;
	z-index: 999;
	display: none;
	/* margin-bottom:43px; */
}

.control_bt{
	float:right;
	position:relative;
	right:10px;
	bottom:3px;
	cursor:pointer;
}

.paginInfo_div{
	float:left;
	font-size:14px;
	font-weight:bold;
}

.paginglast{
	font-size: 14px;
	font-weight: bold;;
}

.main-menu-eng{
	font-size:16px;
	font-family: 'Montserrat';
	font-weight: 300;
	color: #AAAAAA;
	text-align: center;
	margin-bottom:4px !important
}
.main-menu-eng_gwangjin{
	font-size:16px;
	font-family: 'Montserrat';
	font-weight: 300;
	color: #AAAAAA;
	padding-top:32px;
	text-align: center;
	margin-bottom:4px !important
}


.main-menu-kor{
	font-size: 24px;
	font-weight: bold;
	color: #707070;
	text-align: center;
}

.main-menu-eng2{
	font-size:16px;
	font-family: 'Montserrat';
	font-weight: 300;
	color: #FFFFFF;
	text-align: center;
	margin-bottom:4px !important
}

.main-menu-kor2{
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.main-more-icon{
	display:block;
	margin: 0 auto;
}


/* 메인페이지 상단 리뉴얼 작업 끝 */

/* 메인페이지 바텀 추가 작업 */
.main_bottom{
	width:100%;
	 /* height:832.5px; */
	/* height:400.5px; */
	overflow:hidden;
	margin-bottom: 105px;
}

.daily-system_div{
	width:1400px;
	/* height:320px;  */
	margin:15px auto;
}

/* 메인페이지 공지사항 & FAQ*/
.flexbox {
	display: flex;
	width: 1400px;
	height: 131px;
	background-color: WHITE;
	margin: 0 auto;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.flexbox>div{
	padding-top: 22px;
	padding-left: 10px;
}

.item{
	display: flex;
	width: 700px;
}

.item span {
	font-family: 'Pretendard';
	font-size: 24px;
	font-weight: 700;
	color: #5436ff;	
}

.more_img{
	width: 16px;
	height: 16px;
	margin-left: 40px;
}

.more_btn{
	background: none;
	border: none;
	vertical-align: top;
	margin-top: 6px;
}

.item .faq_contents,
.item .notice_contents{
	width: 325px;
	height: 89px;
	font-family: Pretendard;
	font-size: 18px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 34px;
	letter-spacing: normal;
	text-align: left;
	color: #666;
	list-style: none;
	padding: 0;
	margin-left: 75px;
	margin-bottom: 18px;
}

.item .faq_contents li:first-child,
.item .notice_contents li:first-child{
	margin-top: -6px;
}

/*  말줄임 */
.faq_contents li,
.notice_contents li{
	width: 325px;
	flex:1;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin:auto 0;
	cursor: pointer;
}
/* 메인페이지 공지사항 & FAQ*/

/* 건강 포스트 / 검진항목 백과사전 */

.helth-post-top{
	display: flex;
	justify-content: space-between;
	margin-top: 34px;
}

.helth_post_title{
	width: 201px;
	height: auto;
	margin-bottom: 21px;
	font-family: 'Pretendard';
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #333;
}

.post-list{
	display: flex;
}

.post-list div:nth-child(1){
	margin: 0px;
}

.helth-post{
	width:338px; 
	height:338px; 
	background-color:#f4f4f4; 
	border-radius: 16px; 
	/* margin: 20px 16px 44px 171px; */
	margin-left: 16px;
	padding: 286px 0 0;
}

/* 검진항목 백과사전 타이틀 */
.post-title-wrap{
	width:338px;
	height:52px; 
	background-color:#666666; 
	border-radius: 0px 0px 16px 16px;
	opacity: 0.9;
}

.post-title-wrap p{
	color: white;
	padding: 16px 0px 16px 30px;
}

.health-post-more-btn{
	width: 80px;
	height: 24px;
	background-color: #f8f8f8;
	border: 1px solid #e1e3e6;
	border-radius: 12px;
	/* font */
	font-family: 'Pretendard';
	font-weight: 500;
	font-size: 16px;
	color: #aaa;
	display: flex;
	align-items: center;
	justify-content: center;
}

.health-post-more-text{
	margin-right: 5px;
}

/* 건강 포스터 End */

/* 메인페이지 footer 푸터 */

.main-footer{
	margin:0 auto;
	background-color:#ffff;
	width:100%;
	height:75px; 
	text-align: center; 
	padding:0; 
	position:relative;
	border-top: 1px solid #e1e1e1;
}

.main-footer>div{
	width:1400px;
	height: 75px;
	margin:0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.footer_info_box{
	display: flex; 
	align-items: center;
}
.footer-logo{
	height: 30px;
	/* float:left;
	margin-top:31.5px; */
}

.footer-content{
	/* width:725px; */
	height:45px;
	margin-left: 72px;
	/* float:left;
	margin:31.5px 0 0 107px; */
	/* font-size:13px; */
	/* font-family:NotoSansCJKkr-Medium,Noto Sans CJK KR;
	color:#AAAAAA; */
}

.footer-content p{
	margin-bottom: 5px;
	font-family: 'Pretendard';
	font-size: 12px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: normal;
	text-align: left;
	color: #777;
}

.footer-content a p{
	font-family: 'Pretendard';
	font-size: 12px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: normal;
	text-align: center;
	color: #777;
}

.footer-content a:last-child p{
	/* font-weight: bold; */
	text-align: left;
	color: #777;
}
.footer_info_line{
	display: flex;
	justify-content: space-between;
}
.footer_agree {
	/* float:left;
	margin:31.5px 0 0px 111px; */
}
.footer_agree div{
	display: flex;	
	justify-content: flex-end;	
}

/*footer-section3*/
.footer_agree{ 
	font-family: Pretendard;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #777;
}

.footer-cust-center{
    font-size: 18px;
    font-weight: bold;
	margin: 0;
	padding-top: 5px;
}

.footer-phone-number{
	float:left;
	margin-left:12px;
	font-family: Pretendard;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #777;
	margin-bottom: 2px;
}

.footer-service-time{
	font-size: 12px;
}

.footer-service-time>span{
	margin-left: 4px;
}

.footer-rest-day{
	margin-left: 4px;
	color: #777;
	font-size: 12px;
}


.daily_div{
	width:700px;
	height:100%;
	background-image: url(/asset/img/daily_back.png); 
	float:left;
	border-radius: 50px 24px 24px 24px;
}

.system_div{
	width:652px;
	height:100%;
	background-image: url(/asset/img/system_back.svg);
	float:left; 
	margin-left:48px;
	border-radius: 24px 50px 24px 24px;
}

.service-center_div{
	width:1400px; 
	height:240px; 
	background-image: url(/asset/img/service_center_back.svg);
	/* margin:0 auto; 일단 히든처리 */
	margin:80px auto;
	border-radius: 16px;
	overflow: auto;
}

.index_health_title{
	cursor:pointer;
	color:#FFFFFF;
	font-size:18px;
	text-align:center;
	margin:auto;
	margin-bottom:13px;
	display:block;
	white-space: nowrap;
    text-overflow: ellipsis;
	overflow: hidden;
	max-width:619px;
}

.index_ani{
	font-size:24px;
	font-weight:bold;
	background: linear-gradient(to top, #1D9A9D 50%, transparent 50%);
	
}

.sharp_ment{
	font-size:16px;
	color:#FFFFFF;
	margin-top:36px;
	text-align: center;
}

.daily_ment{
	font-size:24px;
	font-weight: bold;
	color:#FFFFFF;
	text-align: center;
	letter-spacing: -1px;
}

.system_ment{
	font-size:24px;
	font-weight: bold;
	color:#707070;
	margin-left: 65px;
	margin-top: 42px;
	margin-bottom:10px;
}

.system-setting_div{
	width:533px;
	height:126px;
	margin-left:60px;
	margin-top:39px;
}

.setting_div{
	display:flex;
	width:248px;
	height:100%;
	background-color:#F6F6F6;
	border-radius: 16px;
	float: left;
	margin-right: 37px;;
	cursor: pointer;
}

.setting_div.right{
	margin-right:0px;
}

.setting_icon{
	margin:auto;
}

.ment-more_div{
	width:539px;
	height:24px;
	margin:0 auto;
}

.ment_div{
	width:169px;
	display: flex;
	float:left;
	margin-top:16px;
	font-size:16px;
	margin-right: 16px;;
	margin-left:65.5px;
	color:#707070;
	font-weight: 500;
}

.ment_div.right{
	margin-left:119px;
	margin-right:0;
}

/* .ment_text{
	margin: 0 auto;
} */

.service_ment{
	font-size:24px;
	font-weight: bold;
	color:#707070;
}

.service-call_div{
	width:358px;
	height:110px;
	background-color:#F6F6F6;
	border-radius: 8px;
	margin:16px 0 0 0;
	float:left;
}

.service-call{
	font-family: 'Montserrat';
	font-size:24px;
	font-weight: bold;
	color:#111111;
	margin:18px 0 0 22px;	
}

.service-time{
	font-size: 16px;
	color:#707070;
	margin-left:22px;
	margin-bottom:0;
}

.service-day{
	font-size:12px;
	color:#AAAAAA;
	margin-left:22px;
}

.service_div{
	width:322px;
	height:110px;
	float:left;
	margin:90px 0 0 71px;

}

.service-info_div{
	width:100%;
	height:80px;
	float:left;
}

.service_icon{
	float:left;
}

.vl{
	float:left;
	margin:17px 18.5px 0 0;
	height:58px;
	border-left: 1px solid #e1e3e6;
}

.ment-more_div2{
	width:100%;
	height: 30px;
	float:left;
}

.ment_more2{
	font-size:16px;
	float:left;
	color:#707070;
	margin-top:6px;
}

.notice{
	width:100%;
	margin:28.5px 0px;
	margin-bottom:20px
}

.notice_rolling{
	width:100%;
	height:150px;
	overflow:hidden;
	list-style:none;
	padding:0;
}

.notice_rolling li{
	height:40px;
	padding:5px;
	margin:0px 6.5px;
	text-align: center;

}

.notice_rolling a{
	font-size:18px;
	color:#FFFFFF;

}

.font_slide{
	font-size:24px !important;
	font-weight: bold;
	margin-bottom:10px !important;
	/* text-decoration: none;
	padding-bottom: 10px;
	background:url(/asset/img/text_deco.svg) bottom repeat-x; */
}

.li_margin{
	margin-bottom:8px !important;
}

.font_back{
	width:60%;
	margin:0 auto;
	background-color: blue;
	height:17px;
}

/* index css end===================================================== */

/* popup css start==================================================== */
#pop{
	width: 100%;
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
}
.popup-item,
.popup-item2,
.popup-item3{
	/* padding: 5px; */
	/* width: 400px; */
	height: fit-content;
	background-color: #fff;
	/* border-radius: 10px; */
	position: absolute;
	/* position: fixed; */
	z-index: 9998;
	top: 10px;
}
.popup-item{
	left: 20%;
	/* max-height: 95vh; */
}
.popup-item2{
	/* right: 20%; */
	left: calc(20% + 600px);
}
.popup-item3{
	/* right: 20%; */
	left: calc(20% + 300px);
	top:350px;
}
#popup-img,
#popup-img2,
#popup-img3{
	width: 100%;
	/* max-height: 90vh; */
	/* border-radius: 10px; */
	border-bottom: 1px solid #ccc;
}
.popup-text-wrap{
	display: flex;
	justify-content: space-between;
	padding: 3px 20px;
}
#popModal,
#popModal2,
#popModal3{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9997;
	overflow: hidden;
	touch-action: none;
}



.popup-item_g{
	height: fit-content;
	background-color: #fff;
	position: absolute;
	z-index: 9998;
	top: 10px;
	border-bottom: 1px solid #ccc;
	/* width: 100%; */
}

#popModal_g{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9997;
	overflow: hidden;
	touch-action: none;
}


.popup-item_g{
	/* right: 20%; */
	left: calc(20%);
}

/* popup css end==================================================== */



/* agree css start===================================================== */

.agree_div1{
	margin:0 0 0px 0;
	/* margin:0 0 100px 0; */
	padding:0 15px 0 15px;
	font-weight:bold;
	font-size:16px;
	/* border:1px solid black; */
	width:100%;
}

.label_margin>label{
	margin-bottom:27px
}

.agree_div2 textarea{
	border:2px solid #ddd;
	border-radius: 5px;
	padding:15px;
	height:421px;
	line-height: 160%;
	text-align: justify;
	margin:0 0 20px 0;
	border-radius:24px;
	font-size:14px;
}

.agree_div2 textarea[readonly]{
	background:#fff;
}

#agree_btn1, #agree_btn_default{
	width:240px;
	margin:0 calc(50% - 120px) 50px;
	/* margin:0 42% 50px; */
	height:56px;
	font-size:18px;
	font-weight: bold;
	background-color:#AAAAAA;
	border-radius: 28px;
	border: none;
}

/* agree css end===================================================== */





/* request css start===================================================== */
.request_div1{
	display: inline-block;
	margin:20px 0 0 0;
	width: 100%;
}

#request_modal1 .modal-dialog{
	width: 950px;
	/*width:100%;*/
	/*margin:0;*/
}

.request_modal_title{
	width:100%;
	/* border:1px solid black; */
}

.request_modal_title img{
	width:100%;
}

#request_modal1 .modal-body,
#request_modal1 .tab-content{
	padding:0;
}

.nav-tabs-custom{
	margin:0;
}

#request_modal1 .modal-header {
	border-bottom-color: #fff;
}

.request_modal1_div1{
	padding:20px 10px 20px 10px;
}

.request_modal1_div2{
	padding:30px 0 30px 0;
}

/* .request_product_main, */
.request_product_sub{
	margin:20px 10px 20px 10px;
}

#request_product_sub1,
#request_product_sub2,
#request_product_sub3,
#hospital_info_product_sub1,
#hospital_info_product_sub2,
#hospital_info_product_sub3{
	margin:-30px 0 30px 0;
}

.request_tbl1{
	margin:0;
	padding:0;
	width:100%;
}

.request_tbl1 th{
	width:30%;
	padding:10px;
	padding-left: 5px;
	/* background-color: #f1f1f1; */
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;	
	font-family: 'Pretendard';
	font-size: 14px;
	font-weight: 500;
	color: #5436ff;
}

.request_tbl1 th div{
	text-align: center;    
}
.request_tbl1 th div.selCount{
	color:#5436ff;
}

.request_tbl1 td:first-child{	
	border-top: 1px solid #000;
}
.request_tbl1 tr:last-child td{	
	border-bottom: 1px solid #000;
}
.request_tbl1 td{
	padding: 1px 10px 3px;
	border-top: 1px solid #ababab;
	border-bottom: 1px solid #ababab;
	height: 18px;
	color: #000;
	font-size: 14px;
	font-family: Pretendard;
	font-weight:500;
}

.product_sub_title{
	display: inline;
}
.product_sub_info{
    display: inline;
    color: #ff5f39;
    font-size: 12px;
	font-family: 'Pretendard';
	font-weight: 500;
	width: 100%;
	line-height: 20px;
}

#request02_total_cost{
	margin:10px 10px 30px 20px;
	font-size: 16px;
	font-weight: bold;
}

.request_tbl2{
	/* border:1px solid black; */
	margin:0;
	padding:0;
	width:100%;
}

.request_tbl2 thead td{
	padding:5px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 25px;
}

.request_tbl2 td{
	padding:5px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}
.request_tbl2 td:nth-child(1){
	text-align: left;	
}
.request_tbl2 td:nth-child(2){
	text-align: left;	
}

.request_tbl2 tr{
	border-bottom: 1px solid #E2E2E4;
	font-size:16px;
	font-size: 20px;
}


.request_tbl2 .title1{
	border-top: 1.5px black solid;
	background-color:#f1f1f1;
	color:#000;
	font-size: 20px;
	/*border-radius: 5px 5px 0 0;*/
}

.rq_button{
	width: 86px;
	height: 32px;
	font-size: 16px;
	line-height: 16px;
	vertical-align: middle;
}

input[id^='request_modal1']{
	width: 480px;
	height: 48px;
	display: inline-block;
	font-weight:400;
	color:#111111;
}
#request_modal1_request_addr_detail{
	width: 100%;
}

.form-control[readonly]{
	background-color: #fcfcfc;
}

.rq_form_box{
	position: relative;
	/* width: 406px !important; */
}

.rq_button_cancel{
	width: 143px !important;
	height: 47px !important;
	background-color: #e7e7e9;
	color: black;
	border: 0;
	font-size: 16px;
	line-height: 35px;
}
.rq_button_ok{
	width: 143px !important;
	height: 47px !important;
	background-color: #43a6ea;
	color: white;
	border: 0;
	font-size: 16px;
	line-height: 35px;
}
.rq_button_inherit{
	width: 143px !important;
	height: 47px !important;
	color: white;
	border: 0;
	font-size: 16px;
	line-height: 35px;
}

/* 검진예약 수정 s*/
/* impossible hos title 예약불가 추가  */
.hos_impossible{
	clear: both;
	width: 1400px;
	height: 48px;
	display: flex;
    align-items: center;
}
.hos_impossible_txt{
	font-size: 16px;
	color: #838383;
}
.hos_impossible_style{
	background-color: #fff3e6;
	border-radius: 32px;
	border: solid 1px #f8bd83;
	margin-top: 70px;
	display: none;
}
.warning{
	width: 20px;
	height: 20px;
	background-color: #ff8c1a;
	border-radius: 50%;
	margin-left: 24px;
	margin-right: 5px;
	display: flex;
	justify-content: center;
}
.warning_mark{
	color: #fff;
}
.warning_title{
	size: 16px;
	color: #666666;
	margin-right: 20px;
	font-weight: 800;
}

.test_bgc{
	background-color: #1D9A9D;
}

.hos-list-group{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
    align-items: center;
}

.hos-list{
	display: inline-block;
    width: 456px;
    height: 240px;
    border-radius: 10px;
	border: 1px solid #ddd;
	/* box-shadow: 0 0 6px 0px #dedede; */
	padding: 20px 30px 25px;
	margin-bottom: 16px;
}
.hos-list.pseudo_element{
	visibility: hidden;
}

.hos-list.expire_hospital{
	/* 예약 마감병원 타이틀 스타일 */
	background-color: #bfbfbf;
	border: none;
}
.expire_hospital .hos-title .title{
	color: #777;
}
.expire_hospital .hos_info_addr>span{
	color: #777;
}
.hos_agency_list{
	display: flex;
	margin-bottom:24px;
}

.hos_agency_card{
	width: 100%;
	height: 160px;
	border-radius: 8px;
	margin-right:16px;
	background:#b0b0b0;
}

.hos_agency_container .hos_agency_card:last-child{
	background-color: rgb(112, 186, 255);
	margin-right: 0px;
}
/* 검진예약 수정 e*/

.hos-info{
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
}

.hos-title{
	margin-bottom: 19px;
}

.hos-title .title{
	width: 320px;
	text-overflow: ellipsis;
	overflow: hidden;
	font-family: 'Pretendard';
    font-size: 20px;
    font-weight: bold;
	color: #000;
	margin-right: 16px;
	line-height: 32px;
	vertical-align: middle;
}

.hos-title-tit{
	width: 100%;
	display: flex;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin:10px 0;
	align-items: center;
    justify-content: space-between;
}

.special-ico{
	width: 60px;
	height: 24px;
}

.hos-title .status.possible{
    font-size: 12px;
    color: #6BB26F;
    background-color: #D9F5DA;
    width: 72px;
    height: 24px;
    border-radius: 12px;
    line-height: 24px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
}
.hos-title .status.impossible{
    font-size: 12px;
    color: #ffffff;
    background-color: #333333;
    width: 72px;
    height: 24px;
    border-radius: 12px;
    line-height: 24px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;

}

.hos_info_addr{
	display: flex;
	align-items: center;	
	font-family: 'Pretendard';
	color: #666;
}

.hos-subinfo{
	font-family: 'Pretendard';
    font-size: 14px;
	font-weight: 400;
    letter-spacing: -0.32px;
    color: #666;
	text-align: left;
	height: 50px;
    margin: 10px 0 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
	height: 40px;
}

.hos-icon{
	margin: 4px 12px 4px 4px;
	width: 16px;
	height: 16px;
	line-height: 24px;
}

.hos-package{
	display: inline-block;
	width: 15%;
	float: right;
}

.package-item{
    height: 32px;
    max-width: max-content;
    border-radius: 8px;
    padding: 0px 10px;
    background-color: #E2F5FF;
    line-height: 32px;
    font-size: 14px;
    color: #43A6ED;
    margin-bottom: 17px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.hos-select{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	/* display: inline-block; */
	/* margin-top: 30px; */
}
.hos-select span{
	margin-right: 10px;
}

.hos-package-btn{
	display: inline-block;
    width: 100px;
    height: 40px;
    /* padding: 6px 0px 10px; */
    line-height: 38px;
    border-radius: 38px;
    background-color: white;
    border: 1px solid #777;
    color: #777;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    box-sizing: border-box;
}
.hos-package-btn:hover{
	/* border: 1px solid #43a6ed;
	color: #43a6ed; */
}
.expire_hospital .hos-package-btn:hover,
.expire_hospital .hos-package-btn{
	background-color: #bfbfbf;
	border: 1px solid #aaaaaa;
	color: #838383;
	font-weight: 500;
}
.hos-select-btn{
    display: inline-block;
    width: 100px;
    height: 40px;
    /* padding: 5px 0px; */
    line-height: 38px;
    border-radius: 38px;
    background-color: white;
    border: 1px solid #5436ff;
    color: #5436ff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    box-sizing: border-box;
}
.hos-select-btn:hover{
	border: 1px solid #5436ff;
	color: #5436ff;
}
.hos-loca-btn{
    display: inline-block;
    width: 56px;
    height: 56px;
    padding: 12px 0px;
    border-radius: 38px;
    background-color: white;
    border: 1px solid #d5d5d5;
    color: #111111;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
	box-sizing: border-box;
    background: url('/resource/images/ic_btn_loca.svg') no-repeat;
    background-position-x: 11px;
    background-position-y: 12px;
}
.hos-loca-btn:hover{
	border: 1px solid #43a6ed;
    background: url('/resource/images/ic_btn_loca_hover.svg') no-repeat;
    background-position-x: 11px;
    background-position-y: 12px;
}
.expire_hospital .hos-loca-btn,
.expire_hospital .hos-loca-btn:hover{
	border: 1px solid #aaaaaa;
	background: url('/resource/images/ic_btn_loca_off.svg') no-repeat;
	background-position: center;
}

#load-more-list{
    width: auto;
    height: auto;
	border: none;
	background: #fff;
    text-align: center;
    display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 30px auto 60px;
	font-family: 'Pretendard';
	font-weight: 500;
	font-size: 18px;
	color: #000;
	line-height: normal;
}
#load-more-list:hover, #load-more-list:focus{
	outline: none;

}

.hos-list.type_online{
	min-height: 300px;
    height: 300px;
    padding: 20px 30px 10px;
}

.type_online .hos-subinfo{
    margin: 10px 0;
}

.type_online .package_price_list{
    display: flex;
    width: 396px;
    height: 70px;
    flex-wrap: wrap;
    gap: 4px;
    /* margin-bottom: 20px; */
}

.type_online .package_price_list .package_price_text{
    width: 96px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #edf0fd;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    color: #4b5dac;
	cursor: pointer;
}
.type_online .hos-select-btn{
    margin: 0;
    width: 210px;
    border-radius: 20px;
}

.request-end:hover,
.request-end{
	color: #ccc;
	cursor: not-allowed;
	background-color: #777;
	border: none;
}

/* tooltip */
.c-tooltip {
	/* position: relative; */
	/* display: inline-block; */
	/* border-bottom: 1px dotted black; */
  }
  
  .c-tooltip .c-tooltiptext {
	visibility: hidden;
	/* width: 155px;
	  height: 65px; */
	background-color: white;
	color: #43a6eb;
	text-align: center;
	border-radius: 6px;
	  border: 2px solid #ddc6ab;
	padding: 5px 10px;
	  margin: -75px 0 0 415px;
	  font-size:18px;
	  word-break: keep-all;
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
  }
  
  .c-tooltip .c-tooltipimg {
	visibility: hidden;
	  margin: 40px 0 0 785px;
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	width: 400px;
  }
  .c-tooltip:hover .c-tooltiptext,
  .c-tooltip:hover .c-tooltipimg
  {
	visibility: visible;
  }
  
  /* 1 */
  .c-tooltip-1 .c-tooltiptext-1 {
	visibility: hidden;
	/* width: 155px;
	  height: 65px; */
	background-color: white;
	color: #707070;
	text-align: center;
	border-radius: 40px;
	  border: 1px solid #43a6eb;
	padding: 4px 17px;
	  margin: 44px 0 0 -91px;
	  font-size:14px;
	  word-break: keep-all;
	  /* min-width: 200px; */
	  white-space : nowrap;
  
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
  }
  
  .c-tooltip-1:hover .c-tooltiptext-1 {
	visibility: visible;
  }

  .c-tooltip-1 .c-tooltiptext-1:before 
	{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 7px 8px 7px;
	border-color: #43a6eb transparent;
	display: block;
	width: 0;
	z-index: 0;
	top: -9px;
	left: 29px;
	}

  .c-tooltip-1 .c-tooltiptext-1:after { 
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 12px 14px 12px;
	border-color: #FFFFFF transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: -8px; 
	left: 24px; 
   }
	
  /* 2 */
  .c-tooltip-2 .c-tooltiptext-2 {
	visibility: hidden;
	/* width: 155px;
	  height: 65px; */
	background-color: white;
	color: #707070;
	text-align: center;
	border-radius: 40px;
	  border: 1px solid #43a6eb;
	padding: 4px 17px;
	  margin: 44px 0 0 -55px;
	  font-size:14px;
	  word-break: keep-all;
	  /* min-width: 260px; */
	  white-space : nowrap;
  
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
  }
  
  .c-tooltip-2:hover .c-tooltiptext-2 {
	visibility: visible;
  }

  .c-tooltip-2 .c-tooltiptext-2:before 
	{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 7px 8px 7px;
	border-color: #43a6eb transparent;
	display: block;
	width: 0;
	z-index: 0;
	top: -9px;
	left: 29px;
	}

  .c-tooltip-2 .c-tooltiptext-2:after { 
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 12px 14px 12px;
	border-color: #FFFFFF transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: -8px; 
	left: 24px; 
   }
  /* 3 */
  .c-tooltip-3 .c-tooltiptext-3 {
	visibility: hidden;
	/* width: 155px;
	  height: 65px; */
	background-color: white;
	color: #707070;
	text-align: center;
	border-radius: 40px;
	  border: 1px solid #43a6eb;
	padding: 4px 17px;
	  margin: 44px 0 0 -55px;
	  font-size:14px;
	  word-break: keep-all;
	  /* min-width: 260px; */
	  white-space : nowrap;
  
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
  }
  
  .c-tooltip-3:hover .c-tooltiptext-3 {
	visibility: visible;
  }

  .c-tooltip-3 .c-tooltiptext-3:before 
	{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 7px 8px 7px;
	border-color: #43a6eb transparent;
	display: block;
	width: 0;
	z-index: 0;
	top: -9px;
	left: 29px;
	}

  .c-tooltip-3 .c-tooltiptext-3:after { 
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 12px 14px 12px;
	border-color: #FFFFFF transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: -8px; 
	left: 24px; 
   }
  /* 4 */
  .c-tooltip-4 .c-tooltiptext-4 {
	visibility: hidden;
	/* width: 155px;
	  height: 65px; */
	background-color: white;
	color: #707070;
	text-align: center;
	border-radius: 40px;
	border: 1px solid #43a6eb;
	padding: 4px 17px;
	margin: 44px 0 0 -97px;
	  font-size:14px;
	  word-break: keep-all;
	  white-space : nowrap;
  
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	
  }
  
  .c-tooltip-4:hover .c-tooltiptext-4 {
	visibility: visible;
  }

  .c-tooltip-4 .c-tooltiptext-4:before 
	{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 7px 8px 7px;
	border-color: #43a6eb transparent;
	display: block;
	width: 0;
	z-index: 0;
	top: -9px;
	left: 29px;
	}

  .c-tooltip-4 .c-tooltiptext-4:after { 
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 12px 14px 12px;
	border-color: #FFFFFF transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: -8px; 
	left: 24px; 
   }
  /* 5 */
  .c-tooltip-5 .c-tooltiptext-5 {
	visibility: hidden;
	/* width: 155px;
	  height: 65px; */
	background-color: white;
	color: #707070;
	text-align: center;
	border-radius: 40px;
	  border: 1px solid #43a6eb;
	padding: 4px 17px;
	  margin: 44px 0 0 -87px;
	  font-size:14px;
	  word-break: keep-all;
	  /* min-width: 308px; */
	  white-space : nowrap;
  
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
  }
   
  .c-tooltip-5:hover .c-tooltiptext-5 {
	visibility: visible;
  }

  .c-tooltip-5 .c-tooltiptext-5:before 
	{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 7px 8px 7px;
	border-color: #43a6eb transparent;
	display: block;
	width: 0;
	z-index: 0;
	top: -9px;
	left: 29px;
	}

  .c-tooltip-5 .c-tooltiptext-5:after { 
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 12px 14px 12px;
	border-color: #FFFFFF transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: -8px; 
	left: 24px; 
   }
 
  /* 6 */
  .c-tooltip-6 .c-tooltiptext-6 {
	visibility: hidden;
	/* width: 155px;
	  height: 65px; */
	background-color: white;
	color: #707070;
	text-align: center;
	border-radius: 40px;
	  border: 1px solid #43a6eb;
	padding: 4px 17px;
	  margin: 44px 0 0 -87px;
	  font-size:14px;
	  word-break: keep-all;
	  min-width: 260px;
  
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
  }
  
  .c-tooltip-6:hover .c-tooltiptext-6 {
	visibility: visible;
  }

  .c-tooltip-6 .c-tooltiptext-6:before 
	{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 7px 8px 7px;
	border-color: #43a6eb transparent;
	display: block;
	width: 0;
	z-index: 0;
	top: -9px;
	left: 29px;
	}

  .c-tooltip-6 .c-tooltiptext-6:after { 
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 12px 14px 12px;
	border-color: #FFFFFF transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: -8px; 
	left: 24px; 
   }

  /* 7 */
  .c-tooltip-7 .c-tooltiptext-7 {
	visibility: hidden;
	/* width: 155px;
	  height: 65px; */
	background-color: white;
	color: #707070;
	text-align: center;
	border-radius: 40px;
	  border: 1px solid #43a6eb;
	padding: 4px 17px;
	  margin: 44px 0 0 -87px;
	  font-size:14px;
	  word-break: keep-all;
	  min-width: 260px;
  
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
  }
  
  .c-tooltip-7:hover .c-tooltiptext-7 {
	visibility: visible;
  }

  .c-tooltip-7 .c-tooltiptext-7:before 
	{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 7px 8px 7px;
	border-color: #43a6eb transparent;
	display: block;
	width: 0;
	z-index: 0;
	top: -9px;
	left: 29px;
	}

  .c-tooltip-7 .c-tooltiptext-7:after { 
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 12px 14px 12px;
	border-color: #FFFFFF transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: -8px; 
	left: 24px; 
   }

  /* 8 */
  .c-tooltip-8 .c-tooltiptext-8 {
	visibility: hidden;
	/* width: 155px;
	  height: 65px; */
	background-color: white;
	color: #707070;
	text-align: center;
	border-radius: 40px;
	  border: 1px solid #43a6eb;
	padding: 4px 17px;
	  margin: 44px 0 0 -87px;
	  font-size:14px;
	  word-break: keep-all;
	  min-width: 260px;
  
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
  }
  
  .c-tooltip-8:hover .c-tooltiptext-8 {
	visibility: visible;
  }

  .c-tooltip-8 .c-tooltiptext-8:before 
	{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 7px 8px 7px;
	border-color: #43a6eb transparent;
	display: block;
	width: 0;
	z-index: 0;
	top: -9px;
	left: 29px;
	}

  .c-tooltip-8 .c-tooltiptext-8:after { 
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 12px 14px 12px;
	border-color: #FFFFFF transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: -8px; 
	left: 24px; 
   }
  /* tooltip */
  .hide-div{
	  visibility: hidden;
	  position: absolute;
  }
  .hide-faq{
	display: none;
	position: absolute;
	}
  
  /*the container must be positioned relative:*/
  .custom-select {
	  position: relative;
	  font-family: Arial;
  }
  
  .custom-select select {
	  display: none; /*hide original SELECT element:*/
  }
  
  .select-selected {
	  background-color: white;	
  }
  
  /*style the arrow inside the select element:*/
  .select-selected:after {
	  position: absolute;
	  content: "";
	  background-image: url("/asset/img/down-arrow.png");
	  background-repeat: no-repeat;
	  background-size: contain;
	  top: 25px !important;
	  right: 30px !important;
	  width: 17px;
	  height: 10px;
	  /* border: 6px solid transparent; */
	  /* border-color: #000 transparent transparent transparent; */
  }
  
  /*point the arrow upwards when the select box is open (active):*/
  .select-selected.select-arrow-active:after {
	  border-color: transparent transparent #fff transparent;
	  top: 7px;
  }
  
  /*style the items (options), including the selected item:*/
  .select-items div {
	  color: #a6a6a6;
	  padding: 8px 16px;
	  border: 1px solid #d2d2d2;
	  /* border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent; */
	  cursor: pointer;
	  user-select: none;
	  width: 225px;
	  height: 60px;
	  font-size: 15px;
	  margin: 0 10px 0px 0;
	  line-height: 45px;
	  text-align: left;
	  border-top: 0;
  }.select-selected {
	  color: #a6a6a6;
	  padding: 8px 16px;
	  border: 1px solid #d2d2d2;
	  /* border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent; */
	  cursor: pointer;
	  user-select: none;
	  width: 225px;
	  height: 60px;
	  font-size: 15px;
	  margin: 0 10px 0px 0;
	  line-height: 45px;
	  text-align: left;
  }
  
  /*style items (options):*/
  .select-items {
	  position: absolute;
	  background-color: white;
	  top: 100%;
	  left: 0;
	  right: 0;
	  z-index: 99;
	  margin-right: 10px;
	  height: 480px;
	  overflow-y: scroll;
	  overflow-x: hidden;
	  border-right: 1px solid #d2d2d2;
	  border-bottom: 1px solid #d2d2d2;
	  
  }
  
  /*hide the items when the select box is closed:*/
  .select-hide {
	  display: none;
  }
  
  .select-items div:hover, .same-as-selected {
	  background-color: rgba(0, 0, 0, 0.1);
  }
  #request02-seoul{
	  width: 1000px;
	  z-index: 1055;
	  display: block;
	  padding-right: 17px;
	  position: fixed;
	  top: 2vh;
	  /* left: 20vw; */
	  margin: auto;
	  background-color: honeydew;
	  height: 96vh;
	  padding: 20px 30px;
  }
  #request02-snuh{
	  width: 1000px;
	  z-index: 1055;
	  display: block;
	  padding-right: 17px;
	  position: fixed;
	  top: 2vh;
	  /* left: 20vw; */
	  margin: auto;
	  background-color: honeydew;
	  height: 96vh;
	  padding: 20px 30px;
  }
  .customer_tbl_ex{
	  width: 100%;
  }
  .customer_tbl1 td,
  .customer_tbl1 th,
  .customer_tbl_ex td,
  .customer_tbl_ex th{
	  outline: 1px solid lightgray;
	  border-collapse: collapse;
	  padding: 5px;
  }
  .uncheck_text{
	  color: lightgray;
  }
  .check_text{
	  font-size: 18px;
	  color: black;
  }
  .customer_tbl1 input[type=checkbox],
  .customer_tbl1 input[type=radio]{
	  /* visibility: hidden; */
	  display: none;
  }
  .customer_tbl1 input[type=text]{
	  width: 40px;
  }
  .customer_tbl1 label{
	  cursor: pointer;
  }
  .customer_tbl_ex input[type=radio]{
	  cursor: pointer;
  }
  
  /* hospital notice */
  .hospital_notice_title{
	  color: darkgreen;
	  font-weight: bold;
	  font-size: 18px;
  }
  .notice_text{
	  height: 80px;
	  overflow-y: scroll;
  }
  .notice_hide{
	  display: none;
  }
  
  .datepicker{
	  z-index: 9999;
  }
  
  .print_product_modal{
	  /* position: fixed;
	  right: -6vw;
	  top: 0px; */
	  float: right;
	  width: 230px;
	  /* background-color: blue;
	  color: white;
	  font-size: 20px;
	  border-radius: 25px;
	  line-height: 45px;
	  text-align: center; */
  }
  .tooltip-inner{
	  background-color: white;
	  color: black;
	  border: 1px solid #c7c7c7;
	  box-shadow: 0px 3px 6px #c7c7c7;
  }
  .tooltip-arrow{
	  box-shadow: 0px 3px 6px #c7c7c7;
	  border-bottom-color: white !important;
  }

.site-review{
	margin: 100px 0px;
}
.site-review-group{
	display: inline-block;
	margin: 16px 0px;
	width: 100%;
    color: #707070;
    font-size: 24px;
}
.site-review-title{
    display: inline-block;
    width: 150px;
    height: 64px;
    border-radius: 16px;
    background-color: #707070;
    font-size: 24px;
    font-weight: bold;
    color: white;
    line-height: 64px;
	text-align: center;
	margin-right: 32px;
}
.site-review-group>span{
	margin-right: 60px;
	line-height: 36px;
    vertical-align: text-top;
}
.site-review-group>span>img{
	margin: 8px;
}
.site-review-form{
	display: inline-block;
	vertical-align: top;
	width: 1200px;
}
.site-review-form>span{
	line-height: 64px;
}
.site-review-detail{
	width: 945px;
	height: 80px;
	resize: none;
	border-radius: 8px;
	border: 1px solid #AAAAAA;
	vertical-align: middle;
	margin-right: 16px;
}
.site-review-detail::placeholder{
	font-size: 16px;
	padding: 10px;
	color: #AAAAAA;
}
.site-review-submit{
	width: 188px;
	height: 80px;
	background-color: #43A6ED;
	color: white;
	font-size: 24px;
	vertical-align: middle;
	line-height: 80px;
	border: none;
	border-radius: 8px;
}
.viewer-link{
	cursor: pointer;
}

/* 체크박스/라디오버튼 이미지 변경 */
/* The container */
.customradio {
	display: inline-block;
	position: relative;
	padding: 20px 0px;
	margin-right: 26px;
	margin-bottom: 15px;
	cursor: pointer;
	font-size: 18px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 23px;
	font-weight: normal;
  }
  
  /* Hide the browser's default radio button */
  .customradio input[type='radio']{
	position: absolute;
	opacity: 0;
	cursor: pointer;
  }
  .customradio>img{
	  display: inline-block;
	  margin-right: 22px;
  }
  .customradio>.customradiotext{
	  display: inline-block;
	  line-height: 45px;
	  vertical-align: middle;
	  margin-right: 68px;
	  margin-left: 10px;
  }
  
  /* Create a custom radio button */
  .checkradio {
	height: 24px;
	width: 24px;
	border-radius: 50%;
	border: 1px #AAAAAA solid;
	display: inline-block;
	line-height: 45px;
	vertical-align: middle;
  }
  
  /* On mouse-over, add a grey background color */
  .customradio:hover input ~ .checkradio {
	background-color: #ccc;
  }
  
  /* When the radio button is checked, add a blue background */
  .customradio input:checked ~ .checkradio {
	/* background-color: #2196F3; */
	border: 1px #AAAAAA solid;	
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkradio:after {
	content: "";
	background-color: black;
	position: absolute;
	display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .customradio input:checked ~ .checkradio:after {
	display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .customradio .checkradio:after {
    top: 37px;
    left: 73px;
    width: 12px;
    height: 12px;
	border-radius: 50%;
  }

  .req-title{
	margin-top: 40px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.event-img{
	width:1400px;
	height: 100px;
	background:#e2e2e2;
	margin-bottom:20px;
	object-fit: cover;
}

.hos_noti_area {
	display: none;
    width: 100%;
	border: 1px solid #ff5f39;
	border-radius: 20px;
    /* border-bottom: 1px solid #e2f1fc; */
    margin-bottom: 30px;
}
.hos_noti_header{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}
.hos_noti_title {
	width: 100px;
    padding: 3px 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #Fff;
    font-family: 'Pretendard';
    border-radius: 12px;
    background-color: #ff5f39;
}
.hos_noti_content {
    padding: 10px 20px;
}

.req-hosinfo{
	width: 668px;
	height: fit-content;
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 50px 0px;;
    border: 1px solid #D5D5D5;
}
.req-userinfo{
	width: 650px;
	display: inline-block;
	vertical-align: top;
	padding: 0px 0px 50px 50px;
}
.req-date {
    display: inline-block;
    width: 650px;
    margin-right: 35px;
    border-bottom: 1px solid black;
	/* padding-bottom: 14px; */
}
.req-time {
    display: inline-block;
    width: 650px;
    border-bottom: 1px solid black;
	/* padding-bottom: 14px; */
}
.req-hosinfo-name{
    border-bottom: 1px solid #D5D5D5;
    padding: 32px 32px 0px;
	text-align: center;
}

/* 검진예약확인 */
.req-check-modal-hosinfo-name .hos-name{
	font-family: 'Pretendard';
    font-size: 14px;
    font-weight: bold;
	color: #111;
    display: block;
    margin-bottom: 5px;
	text-align: center;
}

.req-check-modal-hosinfo-name .hos-url{    
	height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

.req-check-modal-hosinfo-name .hos-url a{
	font-family: 'Pretendard';
	font-weight: 500;
    font-size: 12px;
    color: #AAAAAA;
}

/* 검진예약폼 */
.hos-name{
	font-family: 'Pretendard';
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
.hos-url{
    display: block;
    font-size: 16px;
    color: #AAAAAA;
}
.hos-url:hover,.hos-url:active,.hos-url:focus{
	color: #AAAAAA;
}	
.req-hosinfo-detail{
    padding: 20px 113px 40px;
    font-size: 16px;
    display: block;
}
.hos-tel{
	height: 24px;
    margin-bottom: 15px;
	display: flex;	
}
.hos-location{
    margin-bottom: 15px;
	display: flex;
	align-items: center;
}
.hos-tel-detail, .hos-location-detail{
	height: 24px;
	display: flex;
	align-items: center;
}
.hos-open{
	display: flex;
    align-items: flex-start;
	margin-bottom: 15px;
}
.hos-open .hos-info-icon, .hos-transportation .hos-info-icon{
	height: auto;
	line-height: 20px;
    vertical-align: middle;    
}
.hos-transportation {
    /* margin-bottom: 20px; */
	display: flex;
	align-items: flex-start;
}
.hos-bus, .hos-metro, .hos-parking{
	display: block;	
}
.req-hosinfo-spec {
	padding: 50px 40px;
	background-color: #F5F5F5;
	border-radius: 10px;
}
/* 검진예약폼 & 예약 확인 및 변경 */
.hos-info-icon {
    height: 24px;   	
}
/* only 예약 확인 및 변경 */
.req-check-modal-hosinfo-detail .hos-info-icon{
	margin-left: 96px; 
}
.hos-info-icon img{
	display: block;
}
.hos-open .hos-info-icon img, .hos-transportation .hos-info-icon img{
	display: inline;
}
.hos-info-text{
	padding-left: 10px;
	font-family: 'Pretendard';
	font-weight: 500;	
	font-size: 14px;
	line-height: 30px;
}

.hos-transportation .hos-info-text, .hos-open .hos-info-text{
	line-height: 20px;
}
.req-step{
	width: 100px;
    height: 19px;	
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    /* border-bottom: 3px solid #333; */
    float: left;    
	font-size: 16px;
	font-weight: 600;
	/* box-shadow: 0 0 6px #D3ECFD; */
}
.req-step:first-child{
 margin-left: 0px;
}
.req-step:nth-child(2n){
	/* margin: 25px; */
	margin-right: 0;
}
.req-disactive{
	display: none;
}
.req-title .req-disactive{
	color: #ccc !important;
	/* border-bottom: 3px solid #ccc; */	
	/* border: none; */
	/* box-shadow: 0 0 6px #D5D5D5; */
}
.req-step-bulet{
	width: 4px;
    height: 4px;
	margin-right: 7px;
    float: left;
    background: #ccc;
    border-radius: 4px;    
}

.req-title-num{
    font-family: montserrat;
    color: #43A6ED;
    font-size: 18px;
    margin: 0 34px 0 0;
}
.req-disactive>.req-title-num{
	color: #AAAAAA !important;
	font-weight: bold;
}
.ui-datepicker table{
	font-size: 2em;
}
.ui-datepicker.ui-datepicker-multi{
    top: 300px;
    width: 1400px !important;
    height: 500px !important;
    left: 260px !important;
    z-index: 1;
    display: block;
}
.req-form tr:nth-child(2n-1){
	font-size: 18px;
	color: #707070;
}
.req-form tr:nth-child(2n-1) td{
	padding-bottom: 0px;
}
.req-form tr:nth-child(2n) td{
	padding: 0px 0 30px;
}
.req-form td{
	padding: 0px 10px 10px 0px;
}
.req-btn{	
	position: absolute;
	top: 0;
	right: 0;
	width: 107px;
	height: 40px;
	margin-left: 12px;
	background-color: #AAAAAA;
	border-radius: 0px 20px 20px 0px;
    border: none;
    color: white;
    font-size: 14px;    
}
.req-checkupdate{
	display: inline-block;
	width: 100%;
	height: 64px;
}
#request_modal1_request_date1{
	margin-right:8px;
}

.req_date_title{
	display: block;
    font-size: 16px;
	font-family: Pretendard;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}
#request_modal1_request_date1{
	margin-bottom: 5px;
}
#request_modal1_request_datetime{
	margin-bottom: 30px;
}
#request_modal1_request_date1, #request_modal1_request_datetime{
	width: 100%;
    display: block;
    /* border: none; */
    border: 1px solid #d5d5d5;
    height: 40px;
    font-size: 14px;
    cursor: pointer;
    padding: 0 16px;
    line-height: 48px;
    vertical-align: middle;
	border-radius: 20px;	
	font-family:'Noto Sans KR';
	margin-bottom: 0px;
}
#request_modal1_request_date1::placeholder, #request_modal1_request_datetime::placeholder{
	font-size:14px;
	color:#aaaaaa;
	font-family:'Noto Sans KR';


}
#request_modal1_request_date1:focus, #request_modal1_request_datetime:focus{
	outline: none;
}
.req-select-time{
	position: absolute;
    background-color: white;
    width: 634px;
	top: 46px;
    /* top: 465px;
    left: 991px; */
    border-radius: 20px;
	overflow: hidden;
    display: none;
    box-shadow: 0 0 6px #d6d6d6;
    z-index: 999;
    /* display: none; */
}
.req-select-time-title{
    /* border-bottom: 1px solid #D5D5D5; */
    /* height: 65px; */
    line-height: 65px;
}
.req-select-time-title>span{
    font-size: 16px;
    font-weight: bold;
    color: #43A6ED;
    margin-left: 40px;
    padding: 0px 5px;
    height: 65px;
    display: inline-block;
    border-bottom: 2px solid #43A6ED;
}
.req_detail_arrow_down{
	width: 24px;
    height: 24px;
    position: absolute;
    top: 8px;
    right: 15px;
	cursor: pointer;
}
.req-select-time-list{
	/* height: 90px; */
	border-bottom: 1px solid #ededed;
	/* text-align: center; */
	padding: 5px 15px;
}
.req-select-time-list>button:focus{
	outline: none;
}
.req-select-time-submit{
	/* height: 87.5px; */
	padding: 24px 0;
	text-align: center;
}
.req_button_ok{
	background-color: #5436ff;
	border-radius: 25px;
	width: 160px;
	height: 40px;
    border: none;
    color: white;
	font-family: 'Pretendard';
	font-weight: bold;
	font-size: 18px;	
	letter-spacing: -1px;
}
.req_button_ok:hover, .req_button_ok:focus, .req_button_ok:active, .req_button_ok:focus-visible{
	color: white;
	outline: none !important;
}
.req_button_ok_short{
	width: 125px;
    height: 48px;
    font-size: 15px;
    background-color: #e2f5ff;
    color: #43a6ed;
    border-radius: 8px;
    border: 1px solid #43a6ed;
    margin-right: 10px;
}
.req_button_normal_short{	
	width: 100%;
    height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
    font-size: 15px;
    background-color: #fff;
    color: black;
    border: none;
    /* border-radius: 8px; */
    margin-right: 10px;
	font-family: NotoSansCJKkr-Medium;
}

.time_type_1:hover, .time_type_2:hover{
	background-color: #f5f5f5;
}
.req_button_cancel{
	background-color: #fff;
	border-radius: 25px;
	width: 160px;
	height: 40px;
    border: 1px solid #777;
    color: #777;
	font-size: 16px;
	font-family: 'Pretnedard';
	font-size: 16px;
	font-weight: bold;
	margin-right: 5px;
}
.req_button_cancel:active, .req_button_cancel:focus{
	box-shadow:none;
	outline: none !important;
}

.req_button_cancel.step3{
	margin-left:18px;
}

/* .req_button_cancel:hover, .req_button_cancel:focus{
	color: white;
} */
.form-group{
	margin-bottom: 0px !important;
}

.seoul_family_notice{
    background: #fff5f5;
    width: 600px;
    padding: 40px 30px 30px 78px;
    border-radius: 18px;
    font-size: 16px;
    /* margin-left: -20px; */
    margin-bottom: 20px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: -0.52px;
    /* word-break: keep-all; */
    font-family: 'Noto Sans KR';
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.sfn_notice_title{
    color: red;
    text-indent: -45px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 16px;
}
.seoul_family_notice_icon{
	width: 129px;
    height: 36px;
    padding: 5px 10px;
    border-radius: 20px;
    border: solid 1px #f20b0b;
    background-color: #fff5f5;
    color: #f20b0b;
    display: inline-block;
    margin-bottom: 10px;
    line-height: 24px;
}
.seoul_family_notice_icon>img{
    margin: -2px 0px;
    vertical-align: baseline;
}
.req-notice {
    display: flex;
	align-items: center;
    width: 1336px;
	/* border-radius: 8px; */
	/* min-height: 194px; */
	/* margin: auto 32px; */
    /* padding: 24px; */	
    /* background-color: #F5F5F5; */

}

.req-notice span{
	padding: 3px 12px;
	border-radius: 12px;
	background-color: #f5f5f5;
}

.req-notice > span{ /* 공지사항 라벨만 적용한다 */
	color: #fff;
	background-color: #ff5f39;
}

.req-notice-text {
    width: 942px;
	display: inline-block;
	margin-left: 9px;
	font-size: 14px;
	font-family: Pretendard;
	font-weight: 500;
	/* float: right; */
	/* word-break: break-word; */
	/* border-radius: 8px; */
    /* min-height: 148px; */
    /* background-color: #FFFFFF; */
	/* padding: 35px; */
}
.req-print{
	text-align: right;
	margin: 30px 40px 0px;
}
.req-print-icon{
	display: inline-block;
	position: relative;
	background-image: url('/resource/images/ic_req_print.svg');
	width: 40px;
	height: 40px;
}
.req-print-icon .req-print-notice {
  visibility: hidden;
  width: 214px;
  height: 32px;
  font-size: 12px;
  background-color: white;
  color: #43A6ED;
  text-align: center;
  border-radius: 16px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 130%;
  box-shadow: 0 0 10px #D5D5D5;
  line-height: 22px;
}

.req-print-icon .req-print-notice::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 99.5%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent white;
  cursor: pointer;
}
.req-print-icon:hover{
	background-image: url('/resource/images/ic_req_print_hover.svg');
	cursor: pointer;
}
.req-print-icon:hover .req-print-notice {
  visibility: visible;
}
.req_product_main{
	/* text-align: center; */
}
.req-product-item{
	position: relative;
	display: inline-block;
    width: 456px;
    height: 214px;
    padding: 32px 30px 30px;
	border-radius: 8px;
	border:1px solid #ddd;	
	margin: 20px 8px 5px;
	cursor: pointer;
}

/*************************************************************************************************** 
   [주의] .req-product-item:nth-child(3) 선택자가 예상대로 작동하지 않음.
   HTML 구조상 세 번째 .req-product-item 요소가 다른 요소에 의해 숨겨져 있거나,
   다른 CSS 규칙에 의해 덮어씌워질 수 있음. 현재 구조상 이 선택자는 
   실제로 네 번째 .req-product-item 요소에 의해 적용되고 있음

   즉 .req-product-item:nth-child(3) 대체로 .req-product-item:nth-child(4) 사용됨
   이 변경으로 인해 뒤따르는 요소들도 순서가 하나씩 밀려남 (예: 5, 6 등).
   추후 HTML 구조나 CSS 규칙 변경 시 이 부분을 재검토할 필요 있음.
***************************************************************************************************/

.req-product-item:nth-child(1),
.req-product-item:nth-child(2),
.req-product-item:nth-child(3),
.req-product-item:nth-child(4){
    margin-top: 0px;
}
/**************************************************************************************************/

.req-package-btn{
	position: absolute;
	top: 32px;
	right: 30px;
	width: 100px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;	
	font-family: 'Pretendard';
	font-weight: bold;
	border: 1px solid #777;
	border-radius: 20px;
}

.req-package-btn span{
	font-family: 'Pretendard';
	font-weight: bold;
	font-size: 16px;
	color: #777;
}

.req-product-item-disabled{
	background-color: #aaa;
	opacity:1;
	pointer-events: none;
	/* cursor: not-allowed; */
}

.req-cursor_not{
	cursor:not-allowed;
	display: inline-block;
}

.req-disable-notice{
	color: #43a6ed;
    font-size: 16px;
    line-height: 2;
    float: left;
	margin-top: 10px;
	display:none;
}

.req-disable-notice>img{
	margin-right:4px;
	margin-bottom:3px;
}

.req-product-select{
	border: 1px solid #5436ff;
}
.req-product-select span{
	color: #5436ff;
}

.req-product-item>table{
	text-align: left;
}

.req-product-item .req-td-title{
    font-size: 20px;
	font-family: 'Pretendard';
    font-weight: bold;	
	width: 280px;
    height: 53px;
	margin-bottom: 49px;	
	vertical-align: top;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
    /* line-height: 50px; */    
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    /* /* width: 250px;  */
}

.req-disabled-badge{
	position: absolute;
    top: 32px;
    right: 30px;
    width: 100px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;	
    font-size: 12px;
    line-height: 40px;
    margin-left: 16px;
    color: #ccc;
    text-align: center;
    background-color: #777777;
    border-radius: 20px;
}

.req-product-select .req-td-title{
	color: #43A6ED;
}
.req-product-item .req-td-subtitle{
	font-family: 'Pretendard';
	font-weight: normal;
	font-size: 14px;
	color: #777;
	width: 100px;
	/* height: 40px; */
}
.req-product-item .req-td-subtitle-empty{
	width: 50px;
	height: 40px;
}

.req-td-countTitle{
	font-size: 20px;
	font-family: Pretendard;
	font-weight: 500;
}
.req-product-item-choice{
    position: relative;
    display: inline-block;
    top: -115px;
    left: 161px;
}

/* .req-product-detail{
	width:1335px;
	margin:0 auto;
} */
.req-step2-fixed-detail{
	position:fixed;
	width:100%;
	top:0;
	left:0;
	z-index:9999;
}
.req_step2_fixed_click1{
	height:80px;
	background-color:#edf7fe;
	cursor: pointer;
}
.req_step2_fixed_click2{
	height:80px;
	cursor: pointer;
	background-color:#DBEFFA;
}
.req_step2_fixed_click3{
	height:80px;
	cursor: pointer;
	background-color:#B7DEF5;
}
.req-step2_fixed_font{
	font-size:24px;
	font-weight:500;
	padding-left:292px;
	line-height:80px;
}
.req-step2_fixed_font_sub{
	color:#666666;
	margin-left:15px;
	font-weight:500;
	opacity:0.88;
}
.step2_show{
	display:none;
}

.request-detail-step3-package{
	/* padding:70px 35px;  */
	/* box-shadow: 0 0 6px #D5D5D5; */
	padding: 0;
	border-radius:8px;
	max-width: 650px;
	/* margin-left:32px; */
	/* margin-bottom:201px; */
}

#req-select-list{
	display: none;
}

.request-detail-step3-info{
	position: relative;
	width:690px;
	min-height: 617px;
	padding:0px;
	margin-left:60px;
	float:left;
}
.request_confirm_swal{
	font-size: 18px;
    color: black;
	font-family: 'Noto Sans KR';
	display: inline-block;
}
.request_confirm_swal.off{
	color: #a6a6a7
}
.request_confirm_swal_num{
    width: 48px;
    height: 48px;
    background-color: #43a6ed;
    color: white;
    display: inline-block;
    border-radius: 25px;
    line-height: 45px;
    font-size: 22px;
    font-family: 'Noto Sans KR';
}
.request_confirm_swal_num.off{
	background-color: #a6a6a7;
}
.request_confirm_tri_group{
    display: inline-block;
    line-height: 48px;
    vertical-align: top;
    margin: 0 0 0 10px;
}
.request_confirm_tri{
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    border-left: 14px solid #43a6ed;
    display: inline-block;
}
.request_confirm_tri.off{
    border-left: 14px solid #a6a6a7;
}
.request_confirm_swal_text{
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #e24185 !important;
    margin: 10px 0px 35px !important;
}
.request_confirm_swal_subtitle{
    width: 190px;
    height: 45px;
    margin: auto;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
    border: 2px solid #43A6ED;
    border-radius: 22.5px;
    line-height: 40px;
    color: #43A6ED;
    background-color: white;
    position: relative;
    z-index: 1;
}
.request_confirm_swal_subtext{
    width: 700Px;
    min-height: 220px;
    border: 1px solid lightgray;
    margin: auto;
    position: relative;
    top: -22px;
    background-color: white;
    z-index: 0;
    padding: 45px 100px 30px;
}
.request_confirm_swal_subtext p{
    font-size: 16px !important;
	font-weight: 500 !important;
	margin: 10px 0px !important;
    text-align: left;
    text-indent: -10px;
}
.request_confirm_swal_subtext_hl{
    font-size: 16px !important;
	font-weight: 500 !important;
	margin: 10px 0px !important;
    color: #e24185 !important;
    text-align: left;
    text-indent: -10px;
}

.req-product-list-group{
	display: inline-block;
	margin-top: 10px;
    width: 100%;
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
    box-shadow: 0px 3px 6px 0px #c7c7c7;
}
.req-product-list-group.unfold-form{
	margin-bottom: 50px;
}
.req-product-result-list-group{
	display: inline-block;
    width: 100%;
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
    /* box-shadow: 0px 0px 6px #c7c7c7; */
}
.req-product-result-list-group.fold-form{
    transition: all 0.5s;
    border-radius: 6px;
	box-shadow: 0px 3px 6px 0px #c7c7c7;
	margin-bottom: 35px;
}
.req-product-result-list-group.unfold-form{
	margin-bottom: 40px;
	border-radius: 8px;
}
.fold-form{
	transition: all 0.5s;
    border-bottom-right-radius: 24px;
	border-bottom-left-radius: 24px;
	box-shadow: none;
}
.unfold-form{
	transition: all 0.5s;
    border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.req-product-list-title{
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
	padding-left: 30px;
	color: black;
}
.req-product-result-list-title{
	width: 100%;
    height: 30px;       
	padding-left: 25px;
	border-radius: 18px; 
	background: #edf0fd;    
	display: flex;
	align-items: center;
}
.req-product-list-title-text{
	width: 93%;
	display: inline-block;
	font-weight: bold;
}
.req-product-result-title-text{
	width: 100%;
	display: inline-block;
	font-family: 'Pretendard';
	font-weight: bold;
    font-size: 14px;
	margin: 0;
}

.online_billing .req-product-result-list-title {
    background-color: #5436ff;
    color: #ffffff;
    width: 100%;
    height: 30px;
    padding-left: 25px;
    border-radius: 18px;
    display: flex;
    align-items: center;
}


.online_billing .req-product-result-list-subtitle {
    width: 100%;
    height: 50px;
    padding: 0 25px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.online_billing .req-product-result-title-subtext {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
	position: relative;
}

.req-product-result-title-subtext img#surtax_info {
    margin-left: 8px;
}

#okcare_tooltip,
#surtax_tooltip {
    position: absolute;
    top: -10px;
    right: -250px;
    width: 230px;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #eee;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 10;
    text-align: left;
    line-height: 1.5;
    font-size: 12px;
    color: #333;
}

#okcare_tooltip p,
#surtax_tooltip p {
    margin: 0 0 15px 0; 
    font-weight: 500;
}

#okcare_tooltip_close,
#surtax_tooltip_close {
    background-color: #afb8ff;
    color: white;
    font-weight: bold;
    font-size: 12px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    width: 70px;
    height: 25px;
    padding: 0;
}


#okcare_tooltip::after,
#surtax_tooltip::after {
	content: '';
	position: absolute;
	top: 20px;
	right: 100%;
	margin-top: -8px;
	border-width: 8px;
	border-style: solid;
	border-color: transparent #ffffff transparent transparent; 
	z-index: 11;
}

#okcare_tooltip::before,
#surtax_tooltip::before {
	content: '';
	position: absolute;
	top: 20px;
	right: 100%;
	margin-top: -9px;
	border-width: 9px;
	border-style: solid;
	border-color: transparent #eee transparent transparent; 
	z-index: 10;
}



.online_billing .billing_cost_area {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
}

.online_billing .req-product-billing-subarea {
    width: 26px;
}
.online_billing .req-product-billing-subarea img{
	cursor: pointer;
}

.online_billing .req-product-result-list-detail-cost {
    padding: 15px 0;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}

.online_billing .detail-cost-row {
    width: 100%;
    height: 30px;
    padding: 0 25px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.online_billing .detail-cost-row-group {
    margin-top: 10px;
}

.online_billing .row-group-title {
    width: 100%;
    height: 40px;
    padding: 0 25px;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    color: #899ef8;
    display: flex;
    align-items: center;
}

.online_billing hr {
    background-color: #5436ff;
    border: 0.5px solid #5436ff;
    margin: 0;
}

.online_billing .req-product-result-list-subinfo {
    width: 100%;
    padding: 15px 25px;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin: 30px 0;
}


.online_billing .req-product-result-list-subinfo .subinfo-title {
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: normal;
}


.online_billing .req-product-result-list-agree p {
    padding: 0 25px;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    margin: 0 0 20px 0;
}

/* .req-product-result-list-agree */

/* 약관 동의 영역 컨테이너 */
.req-product-result-list-agree .agreement-box {
    padding: 0 25px;
}

/* (중요) 실제 체크박스 숨기기 */
.req-product-result-list-agree .agreement-box input[type="checkbox"] {
	display: none;
}

/* 각 동의 항목 스타일 */
.req-product-result-list-agree .agreement-item {
	margin-bottom: 12px;
}

/* 체크박스 + 라벨 텍스트를 감싸는 label 태그 */
.req-product-result-list-agree .agreement-item label {
	display: flex;
	align-items: center; /* 아이콘과 텍스트 수직 정렬 */
	cursor: pointer; /* 마우스 커서를 포인터로 변경 */
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    line-height: normal;
    letter-spacing: normal;
}

/* SVG 아이콘 스타일 */
.req-product-result-list-agree .agreement-item .check-icon {
	width: 24px; /* 아이콘 크기 */
	height: 24px;
	margin-right: 10px; /* 아이콘과 텍스트 사이 여백 */
}

/* '전체 동의하기' 항목 구분선 */
.req-product-result-list-agree .agreement-divider {
	border: 0;
	height: 1px;
	background-color: #eeeeee;
	margin: 15px 0;
}

.online_billing #request_modal1_next_btn5{
    width: max-content;
    padding: 0 40px;
}









.req-fold-section{
	padding: 2%;
	cursor: pointer;
}
.req-select-fold-section {
	cursor: pointer;
    position: absolute;
    right: 50px;
}
.req-product-list-body{
	padding: 5px 40px 11px;
	font-size: 16px;
}
#req-product-list-choice.req-product-list-body{
	padding: 40px 40px 0px;
}
.req-angle{
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
	cursor: pointer;
}
.req-angle.down{
    -moz-transform:rotate(-180deg);
    -webkit-transform:rotate(-180deg);
    transform:rotate(-180deg);
}
/* #req-select-result{
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	margin: 30px 0px;
} */
.req-select-table{
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	border-collapse: inherit;
	width: 100%;
}
.req-select-table tr{
	height: 40px;
}
.req-select-table th{
	width:100px;
	min-width: 100px;
	/* padding:10px;	 */
	background-color: #F8F8F8;
	border-top: 1px solid #dddddd;	
	font-size: 14px;
	color: #000;
	font-family: 'Pretendard';
	font-weight: normal;
	text-align: center;
}

.req-select-table tbody tr:first-child th{
	border-top:none;
}

.req-select-table td{	
	border-top: 1px solid #dddddd;	
	font-size: 14px;
}

.req-select-table tbody tr:first-child td{
	border-top: none;
}

.package_info{
	margin:0;
	padding:0;
	width:100%;
}

.package_info tr:first-child td{
	height: 38px;
	/* background-color: #F5F5F5; */
	border-top: 1px solid #111111;
	color: #111111;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #111;
}
.package_info tr:last-child td{
	border-bottom: 1px solid #111;
}
.package_info tr:first-child td:first-child{
	border-left: none;
	text-align: left;
}
.package_info_td_center{
	text-align: center;
}

.package_info th{
	width:30%;
	padding:10px;
	padding-left: 5px;
	background-color: #EDF9FF;
	border-top: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
    color: #707070;
    font-size: 20px;
	font-weight: bold;
	text-align: center
}

.package_info th div{
	color:#4E88C7;
}

.package_info td{
	height: 19px;
	padding: 0px 10px;
	color: #000;
	font-size: 12px;
	font-weight: 500;
	border: 1px solid #ddd;
	border-left: none;
	border-right: none;
	font-family: 'Pretendard';	
}


.modal-close-btn{
	position: absolute;
	top: -30px;
	right: 0px;
	text-align: right;
}
.package_title_text{
    float: left;
    font-size: 30px;
    font-weight: bold;
}
.package_info_close{
	padding: 0;
	cursor: pointer;
    border: none;
    background-color: transparent;
}
.package_info_close:hover, .package_info_close:focus{
	border: none;
	outline: none;

}
/* 병원 패키지 비교하기 */
.info-print{
	text-align: right;
	/* padding-top: 10px; */
}
/* 병원 패키지 보기 */
.info-print.hospital_pakage_view{
	padding: 0px 40px;
}

.info-print-box{
	height: 24px;
	background-color: #899ef8;
	padding: 3px 10px;
	border-radius: 16px;
}
.info-print-box span{
	vertical-align: top;
	display: inline-block;
	margin-left: 4px;
	padding-top: 1px;
	font-family: 'Pretendard';
	font-weight: bold;
	font-size: 12px;	
	color: white;
	letter-spacing: -0.24px;
}
.info-print-icon{
    display: inline-block;
    position: relative;
    /* background-image: url(/resource/images/ic_info_print.svg); */
    /* width: 48px; */
    /* height: 48px; */
	transition: 0.05s;
}
.info-print-icon:hover{
    display: inline-block;
    /* position: relative; */
    /* background-image: url(/resource/images/ic_info_print_hover_text.svg);
    width: 104px;
	height: 48px; */
	transition: 0.05s;
	cursor: pointer;
}

.info-print-icon img{
	vertical-align: top;
}

.info-print-icon_result{
    display: inline-block;
	position: relative;
	float: right;
	margin-top:74px;
    background-image: url(/asset/img/result_print_ic.svg);
    width: 40px;
    height: 40px;
	transition: 0.05s;
}
.info-print-icon_result:hover{
    display: inline-block;
    position: relative;
    background-image: url(/resource/images/ic_info_print_hover_text.svg);
    width: 104px;
	height: 48px;
	transition: 0.05s;
	cursor: pointer;
}
.info-pdf-box{
	height: 24px;
	background-color: #899ef8;
	padding: 3px 10px;
	border-radius: 16px;
}
.info-pdf-box span{
	vertical-align: top;
    display: inline-block;
    padding-top: 1px;
	margin-left: 4px;
	font-family: 'Pretendard';
	font-weight: bold;
	font-size: 12px;
	color: white;
	letter-spacing: -0.24px;
}
.info-pdf-icon{
    display: inline-block;
    /* position: relative; */
    /* background-image: url(/resource/images/ic_info_pdf.png); */
    /* width: 48px; */
    /* height: 48px; */
	margin-right: 5px;
	transition: 0.05s;
	cursor: pointer;
}
.info-pdf-icon:hover{
    display: inline-block;
    /* position: relative; */
    /* background-image: url(/resource/images/ic_info_pdf_hover_text.svg);
    width: 104px;
	height: 48px; */
	transition: 0.05s;
	cursor: pointer;
}

.info-pdf-icon img{
	vertical-align: top;
}

.compare_form{
	display: flex;
	align-items: center;
	text-align: center;
	float: right;	
	/* margin-bottom: 12px; */
}
.compare_set{
	display: inline-block;
    width: 170px;
    height: 40px;
	background-color: #edf0fd;
    /* border: 1px solid #43A6ED; */
    border-radius: 28px;
	font-family: 'Pretendard';
    font-size: 14px;
    color: #333;
    line-height: 40px;
	font-weight: 500;
	cursor: pointer;
}
.compare_set_on{
	background-color: #43A6ED;
	color: white;
}


.swal-cost{
	width: 600px;
	left: calc( 50% - 50px);
}
.swal-cost p {
    text-align: left;
    padding: 0 40px;
}

.swal-m-cost p {
    text-align: left;
    padding: 0 40px;
}

.option_over_badge {
    display: inline-flex;
    width: max-content;
    color: white;
    background-color: #000000;
    padding: 1px 6px 0;
    border-radius: 10px;
    font-size: 13px;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    height: 19px;
    margin-right: 5px !important;
    flex-wrap: wrap;
}


/* request css end===================================================== */






/* result css start===================================================== */
#users_result_modal_title{
	font-size: 30px;
	margin-bottom: 50px;
}

.result_div1{
	margin:10px 0 30px 0;
}
.result_tbl1{
	margin:0 auto;
	padding:0;
	width:328px;
	border-collapse: collapse;
}

.result_tbl1 th{
	padding:10px 5px 10px 5px;
	text-align: center;
	background-color:#f1f1f1;
	border-top: 2px black solid;
	font-size: 25px;
}

.result_tbl1 thead tr:first-child{
	border-top: 2px solid black;
}

.result_tbl1 thead td:nth-child(2n-1){
	background-color: #ececec;
	font-weight: bold;
	width: 152px;
	padding: 20px;
	font-size: 18px;
}

.result_tbl1 tbody{
	font-size: 20px;
}

.result_tbl1 td{
	padding:10px 5px 10px 5px;
	text-align: center;
	border: 1px solid #dcdcdc;
	font-size: 16px;
}
.result_tbl1 td:first-child{
	padding:10px 5px 10px 5px;
	text-align: center;
	border: 1px solid #dcdcdc;
	border-left: 0;
}
.result_tbl1 td:last-child{
	padding:10px 5px 10px 5px;
	text-align: center;
	border: 1px solid #dcdcdc;
	border-left: 0;
	border-right: 0;
}

.result_tbl1 .title1{
	border:0;
	background-color:#4E88C7;
	color:#fff;
	border-radius: 5px 5px 0 0;
}

.result_tbl1 .title2{
	border:0;
	background-color:#6D6E72;
	color:#fff;
	border-radius: 5px 5px 0 0;
}

/* result_detail css start ============================================================================*/

.result__detail_update_div{
	width:300px;
	margin:0 auto;
}

.result_detail_update_img{
	display:block;
	margin: 90px auto 20px;
	width: 230px;
}

.result_detail_update_ment_p1{
	font-size: 20px;
	font-weight:bold;
	text-align:center;
	letter-spacing:normal;
	margin-bottom:18px;
}

.result_detail_update_ment_p1>span{
	color: #5436ff;
}

.result_detail_update_ment_p2{
	font-size: 18px;
	text-align:center;
	color: #000000;
	margin-bottom: 40px;
}

.result_detail_update_main_btn{
	width: 160px;
	height: 40px;
	background-color: #5436ff;
	font-size: 18px;
	color:#ffffff;
	border-radius: 25px;
	font-weight:bold;
	margin:0 auto;
	cursor:pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.result_detail_update_main_btn>span{
}

.result_detail_update_main_btn>img{
	float:right;
	margin-top:6px;
}

.result_detail_identity_div{
	width:440px;
	border-radius:24px;
	border:1px solid #d5d5d5;
	background-color:white;
	margin:0 auto;
	margin-top:85px;
	margin-bottom:357.5px;
}
.result_detail_identity_div>img{
	display:block;
	margin:0 auto;
	margin-bottom:52px;
}

.result_detail_identity_ment_p1{
	font-size:24px;
	font-weight:bold;
	text-align: center;
	color:#111111;
	margin:55px 0 40px 0;
}

.result_detail_identity_ment_p2{
	font-size:16px;
	text-align: center;
	color: #666666;
	font-weight:500;
	line-height:1.88;
	margin-bottom: 38px;
}

.result_detail_identity_ment_p2>span{
	font-weight:bold;
}

.result_detail_identity_btn{
	width:240px;
	height:64px;
	background-color:#43a6ed;
	border-radius:8px;
	margin:0 auto;
	margin-bottom:40px;
	cursor:pointer;
}

.result_detail_identity_btn>p{
	color:white;
	font-size:24px;
	font-weight:bold;
	line-height:64px;
	text-align:center;
}

.result_list_row_class{
	height: auto;
	margin-top:20px;
	/* margin-bottom:215.5px; */
	/* padding-left:31.5px; */	
}
.clearfix::after {
	content: "";
	display: table;
	clear: both;
}
  
.result_list_div{
	float:left;
	width:456px;
	height:202px;
	border: 1px solid #ddd;
	border-radius:10px;
	/* background-image: url("/asset/img/card_chart_result.svg"); */
	/* background-size:96px 152px; */
	/* background-repeat:no-repeat; */
	/* background-position-x:300.5px; */
	/* background-position-y:39px; */
	/* box-shadow:0 0 6px 0 rgba(17, 17, 17, 0.16); */
	padding:40px 30px 30px 30px;
	margin-right:16px;
	margin-bottom:16px;
}

.result_list_div:nth-child(3n) {
	margin-right: 0;
}

.result_list_row_class .result_list_div:last-child{
	margin-bottom:215.5px;
}
.result_list_date{
	font-family: 'Pretendard';
	color:#666;
	font-size:14px;
	font-weight:400;
	line-height: normal;
	margin-bottom: 0px;
}

.result_list_idx{
	font-family: 'Pretendard';
	color:black;
	font-size:20px;
	font-weight:bold;
	line-height: normal;
}
.result_list_next_btn{	
	width:160px;
	height:40px;
	margin:40px auto 0px;
	display: flex;
	align-items: center;
	justify-content: center;		
	border: 1px solid #5436ff;
	border-radius:20px;
	cursor:pointer;
}
.result_list_next_btn>span{
	color:#5436ff;
	font-family: 'Pretendard';
	font-size:16px;
	font-weight:bold;	
}
.result_list_next_btn>img{
	padding-bottom: 4px;
}

.list_go_btn{
	display:none;
	cursor:pointer;
	font-size:15px;
	width:40px;
	height:40px;
	margin:0 auto;
	float:right;
	margin-top:73px;
	margin-right:12.5px;
	line-height:40px;
	border:1px solid #aaaaaa;
	background-color:white;
	border-radius:14px;
	text-align:center;
}

.list_go_btn:hover{
	background-color:gray;
}
.result_click_div{
	display: none;
	/* display:inline-block; */
	position:relative;
	width:261px;
	font-size:18px;
	margin-top:81px;
	text-decoration:underline;
}

.result_year_text{
	cursor:pointer;
	font-weight:bold;
}

.result_arrow{
	transition:none;
}
#click_year_data{
	display:none;
	border:none;
	outline:0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.result_folded_div{
	width:168px;
	box-shadow:0px 0px 10px rgba(0,0,0, 0.12);
	padding:20px 6.5px 20px 5.5px;
	background-color:white;
	position:absolute;
	z-index:1;
	border-radius:8px;
	right:102px;
}

.result_year_data{
	display:block;
	font-size:14px;
	color: black;
	letter-spacing:-0.42px;
	text-align:center;
	cursor:pointer;
	letter-spacing:-0.42px;
	font-weight:normal;
}

.date_true{
	color:#43a6ed;;
}

.result-arrow{
	cursor:pointer;
}

.data_none{
	color:black;
	pointer-events: none;
}

.result_folded_div:after{
	bottom: 100%;
	left: 90%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #FFFFFF;
	border-width: 10px;
	margin-left: -30px;
}

.hr_result{
	margin-top:13px;
	margin-bottom:12px;
}

.result_none_data{
	display:none;
}

/* result_detail css end ==============================================================*/

.users_info_modal_div1{
	padding:0;
	margin:0;
}

.sts_survey{
	width: 1200px;
}
.ss_survey{
	width: 1400px;
}
.sts-header{
	background-color: #43A6ED;
	height: 374px;
	text-align: center;
	padding: 0px;
	border: none;
}
.ss-header{
	background-color: #43A6ED;
	height: 517px;
	text-align: center;
	padding: 0px;
	border: none;
}
.sts-title{
	width: 1000px;
	position: relative;
	top: 20%;
	height: 80%;
	background-color: white;
	margin: auto;
    border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	padding-top: 30px;
}
.ss-title{
	width: 1200px;
	position: relative;
	top: 20%;
	height: 80%;
	background-color: white;
	margin: auto;
    border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	padding-top: 30px;
}
#sts-title-text, #ss-title-text{
    font-size: 52px;
    color: #43A6ED;
    margin: 60px 0px;
    line-height: 52px;
}
#sts-title-img, #ss-title-img{
	vertical-align: bottom;
}
#sts-subtitle, #ss-subtitle{
	font-size: 24px;
}
.sts-form, .ss-form{
	margin-bottom: 100px;
}
.sts-form-title{
	font-size: 24px;
	margin-left: 10px;
}
.ss-form-title{
	font-size: 24px;
	margin-left: 10px;
	font-weight: bold;
}
.sts-form-subtitle{
	font-size: 30px;
	line-height: 50px;
	vertical-align: top;
	color: #43A6ED;
	margin-right: 20px;
}
.ss-form-subtitle{
	font-size: 30px;
	line-height: 30px;
	vertical-align: top;
	color: #43A6ED;
	margin-right: 20px;
	font-family: 'Montserrat';
	font-weight: bolder;
}
.sts-form-group{
	width: 700px;
	margin: 50px auto;
}
.ss-form-group{
	width: 1060px;
	margin: 50px auto;
}
.sts-opt{
	margin: 30px auto;
	width: 540px;
	font-size: 20px;
}
.ss-opt{
	margin: 30px auto;
	width: 900px;
	font-size: 20px;
}
.sts-opt-img, .ss-opt-img{
	margin: 20px 0 0;
}
.ss-opt-group{
	margin-top: 10px;
}
.sts-opt-group input[type='radio']{
	margin: 0 45px;
}
.sts-opt-group input[type='radio']:nth-child(1){
	margin: 0 40px 0 50px;
}
.sts-form-submit, .ss-form-submit{
	text-align: center;
}
.disable-opt{
	display: none;
}
.survey-input-text{
	border: none;
	border-bottom: 1px solid #707070;
	margin-left: 10px;
}
.survey-input-text::placeholder{
	font-size: 12px;
	color: #707070;
}
.q-disable{
	display: none;
}
.tel-sub{
    text-align: right;
    width: 1000px;
    margin: 40px 0px;
    font-size: 24px;
}

/* 체크박스/라디오버튼 이미지 변경 */
/* The container */
.custombox {
	display: inline-block;
	position: relative;
	padding-left: 35px;
	margin-right: 12px;
	margin-bottom: 15px;
	cursor: pointer;
	font-size: 18px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 23px;
	font-weight: normal;
}
.custombox_small {
	display: inline-block;
	position: relative;
	margin: 0;
	padding-left: 35px;	
	cursor: pointer;
	font-size: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/* line-height: 28px; */
	font-weight: normal;
}
.custombox_small_disactive {
	display: inline-block;
	position: relative;
	padding-left: 35px;
	margin: 10px 0px;
	cursor: not-allowed;
	color: #AAAAAA;
	font-size: 18px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 28px;
	font-weight: normal;
}
  
  /* Hide the browser's default radio button */
.custombox input[type='radio'], .custombox input[type='checkbox'] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.custombox_small input[type='radio'], .custombox_small input[type='checkbox'], .custombox_small_disactive input[type='radio'], .custombox_small_disactive input[type='checkbox'] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
  
  /* Create a custom radio button */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	/* background-color: #eee; */
	border-radius: 10%;
	border: 1px #707070 solid;
}
.checkmark_small {
	position: absolute;
	top: 6px;
	left: 0;
	height: 18px;
	width: 18px;
	/* background-color: #eee; */
	border-radius: 10%;
	border: 1px #707070 solid;
}
.checkmark_small_disactive {
	position: absolute;
	top: 6px;
	left: 0;
	height: 13px;
	width: 13px;
	background-color: #eee;
	border-radius: 10%;
	border: 1px #AAAAAA solid;
}
.checkmark_small {
	position: absolute;
	top: 9px;
	left: 2px;
	height: 13px;
	width: 13px;
	/* background-color: #eee; */
	border-radius: 10%;
	border: 1px #707070 solid;
}
  
  /* On mouse-over, add a grey background color */
.custombox:hover input ~ .checkmark {
	background-color: #ccc;
}
.custombox_small:hover input ~ .checkmark_small {
	background-color: #ccc;
}
.custombox_small:hover input ~ .checkmark_small_disactive {
	/* background-color: #ccc; */
}
  
  /* When the radio button is checked, add a blue background */
.custombox input:checked ~ .checkmark {
	background-color: #2196F3;
	border: none;
}
.custombox_small input:checked ~ .checkmark_small {
	background-color: #2196F3;
	border: none;
}
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
	content: url("/resource/images/ic_check.svg");
	position: absolute;
	display: none;
}
.checkmark_small:after {
	content: url("/resource/images/ic_check_purple.svg");
	position: absolute;
	display: none;
}
  
  /* Show the indicator (dot/circle) when checked */
.custombox input:checked ~ .checkmark:after {
	display: block;
}
.custombox_small input:checked ~ .checkmark_small:after {
	display: block;
}
  
  /* Style the indicator (dot/circle) */
.custombox .checkmark:after {
	top: -2px;
	left: 5px;
	width: 8px;
	height: 8px;
	/* background-image: url("/resource/images/ic_check.svg"); */
}
.custombox_small .checkmark_small:after {
	top: -7px;
	left: 0px;
	width: 13px;
	height: 13px;
	/* background-image: url("/resource/images/ic_check.svg"); */
}

.seoul-textarea{
	margin: 10px 20px;
	width: 640px;
	height: 160px;
	resize: none;
}


.checkuptabs{
	margin: 40px 0;
	padding: 0px;
	width: 1400px;
	height: 40px;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.checkuptabs div{
	background: #f5f5f5;
	width:160px;
	height: 40px;
	margin-right: 5px;
	color: #777;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	text-align: center;
	font-family: 'Pretnedard';
	font-weight: 700;
	font-size: 16px;
	border-radius: 20px;
}
 
.checkuptabs div:last-child{
	margin-right: 0;
}

.checkuptabs div.current{
	background: #5436ff;
	color: white;
}
 
.checkuptabs-content{
 	display: inherit;
}


.checkup-item{
	display: inline-block;
	position: relative;
	width: 456px;
	height: 321px;
	margin: 0px 16px 16px 0px ;
    border-radius: 10px;
	border: 1px solid #ddd;
}

.checkup-item.type-cancel{
	background-color: #aaa;
}

.checkup-item.type-fin{
	background-color: #f5f5f5;
}

.checkup-item:nth-child(3n-2){
	padding-left: 0px;
}
/* .checkup-item:nth-child(3n){
	padding-right: 0px;
	margin-right: 0px;
} */
.checkup-item.r-element{
	padding-right: 0px;
	margin-right: 0px;
}

.type-ing>.checkup-title{
	width: 120px;
    height: 32px;
	padding-left: 10px;
	margin-top: 30px;
	margin-left: 30px;
    background-color: #afb8ff;    
    color: white;
	font-family: 'Pretendard';
	font-weight: bold;
	font-size: 16px;
	letter-spacing: -0.32px;
	border-radius: 16px;
	display: flex;
	align-items: center;		
}

.type-cancel>.checkup-title{
	width: 120px;
    height: 32px;
	padding-left: 10px;
	margin-top: 30px;
	margin-left: 30px;
    background-color: #777777;
    color: #aaa;
	font-family: 'Pretendard';
	font-weight: bold;
	font-size: 16px;
	border-radius: 16px;
	display: flex;
	align-items: center;	
}

.type-complete>.checkup-title{
	width: 120px;
    height: 32px;
	padding-left: 10px;
	margin-top: 30px;
	margin-left: 30px;
    background-color: #5436ff;
    color: white;
	font-family: 'Pretendard';
	font-weight: bold;
    font-size: 16px;	
	border-radius: 16px;
	display: flex;
	align-items: center;	
}

.type-fin>.checkup-title{
    width: 120px;
    height: 32px;
	padding-left: 10px;
	margin-top: 30px;
	margin-left: 30px;
    background-color: #333333;
    color: white;
	font-family: 'Pretendard';
	font-weight: bold;
	font-size: 16px;
	border-radius: 16px;
	display: flex;
	align-items: center;
}

.checkup-title span{
	display: flex;
	align-items: center;
}

.checkup-title img{
	width: 18px;
	height: 18px;
	margin-right: 5px;
}

.type-ing .checkup-title img, .type-complete .checkup-title img{
	margin-right: 15px;
}
.checkup-hospital{
	height: 22px;
    margin: 30px 0px;
    padding: 0 30px;
    font-size: 18px;
	font-family: 'Pretendard';
	font-weight: bold;
	color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.type-cancel .checkup-hospital{
	color: #777;
}

.checkup-detail{
	font-family: 'Pretendard';
	font-weight: 500;
	font-size: 16px;	
	padding-left: 30px;
	color: #000;
}

.type-cancel .checkup-detail{
	color: #777;
}
.checkup-table tr{
	line-height: 20px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
.checkup-table tr:last-child{
	margin-bottom: 0;
}
.checkup-table tr td{
	vertical-align: top;
	width: 42px;
	height: 19px;
}
.checkup-table tr td:nth-child(3n-2){
	text-align: justify;	
}
.checkup-table tr td:nth-child(3n-2):after{
	content: "";
	display: inline-block;
	width: 100%;
}
.type-cancel .checkup-table tr td:nth-child(3n-1){
	background-color: #777;
}
.checkup-table tr td:nth-child(3n-1){
	width: 1px;
	height: 12px;
	background: #000;
	margin: 0px 10px;	
}
.checkup-table tr td:nth-child(3n){
    width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.checkup-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translate(-50%, 0);	
	width: 416px;
	height: 40px;
}
.checkup-btn div{
    display: flex;
	align-items: center;
	justify-content: center;
    border: 1px solid #aaa;
    border-collapse: collapse;
    width: 160px;
    height: 40px;    
    text-align: center;	
	border-radius: 20px;
	cursor: pointer;
}

.checkup-btn div span{
	font-family: 'Pretendard';
	font-weight: 600;
	font-size: 16px;
	color: #777;
}

.type-cancel .checkup-btn span{
	color: #aaa;
}

.type-ing .checkup-btn div{
	border: 1px solid #777777;
	background-color: #fff;
}

.type-cancel .checkup-btn div{
	background-color: #777;		
}
.checkup-btn div span{	
	vertical-align: middle;
}
.checkup-btn .multi-btn{
	width: 100px;
	margin-right: 10px;
}
.checkup-btn .multi-btn:last-child{
	margin-right: 0;
}
.checkup-loading{
	text-align: center;
	padding: 110px 0px 500px;
}
.checkup-empty{
	text-align: center;
	padding: 340px 0px 438px;
}
.checkup-loading p{
	font-size: 24px;
	color: #AAAAAA;
	margin-top: 17px;
}
.checkup-empty p{
	margin-bottom: 0;
	font-family: 'Pretendard';
	font-weight: 500;
	font-size: 18px;
	color: #AAAAAA;
}
.hidden-item{
	display: none;
}
.sweet-alert.cancel{
	width: 400px;
	margin-left: 0;
	padding: 0 0 37px;
	top: 185px;
	transform: translate(-50%, 50%);
	font-family: 'Pretendard';
	border-radius: 10px;	
	animation: none;
	overflow: visible;
}
.sweet-alert.cancel h2{
	font-size: 36px;
	color: #43A6ED;
}
.sweet-alert.cancel p{
	font-family: 'Pretendard';
	font-weight: 500;
	font-size:14px;
	color: #111;
	margin: 90px 0px 40px;
}

.res_swal_close{
	width: 20px;
	height: 20px;
	margin: 0;
	position: absolute;
	top: -25px;
	right: 0;
	cursor: pointer;
}

.sweet-alert.cancel fieldset{
	padding: 0;
}

.sweet-alert.cancel button{
	width: 100px;
	height: 32px;
	padding: 8px 0px 7px;
	font-family: 'Pretendard';
	font-size: 14px;	
	font-weight: bold;
	color: #777;
	line-height: normal;
	border-radius: 25px;
	margin-top: 0;
}

.sweet-alert.cancel button.cancel{
	border: 1px solid #777;
}

.sweet-alert.cancel button.cancel:hover{
	background-color: #fff;
}

.sweet-alert.cancel button.confirm{
	color: #fff;
	border: none;
	box-shadow: none!important;
}

.sweet-alert.cancel button.cancel{
	background-color: #fff;
}

.sweet-alert.request_cancel, .sweet-alert.request_fin{
	width: 960px;
	margin-left: -497px;
	padding: 50px;
	font-family: 'Noto Sans KR';
	border-radius: 8px;
}
.sweet-alert.request_cancel h2{
	font-size: 36px;
	color: #43A6ED;
}
.sweet-alert.request_cancel h2>img{
	margin-bottom:13px;
}

.sweet-alert.request_cancel p{
	font-size:24px;
	color: black;
	margin: 70px;
	font-weight: bold;
}
.sweet-alert.request_cancel button{
	width: 240px;
	font-size: 24px;	
}

.sweet-alert.request_fin p{
	font-size:24px;
	color: black;
	font-weight: bold;
}
.sweet-alert.request_fin button{
	width: 240px;
	height: 64px;
	font-size: 24px;	
}

#users_info_modal .modal-dialog{
	width: 720px;
	margin-top: 180px;
}
#users_info_modal .modal-content{
	border-radius: 8px;
}
#users_info_modal .modal-header{
	height: auto;
    padding: 50px 20px 6px;
    font-family: 'Pretendard';
    font-weight: 700;
    color: #000;
    font-size: 20px;
	border-bottom: none;
}

#users_info_modal .modal-header:before, #users_info_modal .modal-header:after{
	display: none;
}

#users_info_modal .modal-body{
	padding: 0px 20px 30px;
}

.req-check{
	position: absolute;
	top: -30px;
	right: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	background-color: transparent;
}
.req-check:focus{
	outline:none;
}
.req-check-modal{
	display: inline-block;
    width: 100%;
    box-shadow: none !important;
}
.req-check-modal.fold-form{
    transition: all 0.5s;
	box-shadow: none !important;
	margin-bottom: 35px;
}
.fold-form{
	transition: all 0.5s;
	box-shadow: none;
}
.unfold-form{
	transition: all 0.5s;
}
.req-product-list-title-text{
	width: 93%;
	display: inline-block;
	font-weight: 500;
	font-size: 24px;
}
.req-product-list-title-text>span{
	font-size:16px;
	color:#666666;
	margin-left:15px;
	font-weight:500;
	opacity:0.88;
}
.req-check-modal-title-text{
	width: 100%;
	height: 39px;
	display: inline-block;
	font-weight: bold;
    border-bottom: 2px solid #111111;
}
.req-check-modal-body hr{
	margin-top: 20px;
	margin-bottom: 10px;
    background-color: #ddd;
    height: 1px;
}
.req-check{
	border: none;
	background-color: transparent;
}
.req-check:focus{
	outline:none;
}
.req-check-modal{
	display: inline-block;
    width: 100%;
    box-shadow: none !important;
}
.req-check-modal.fold-form{
    transition: all 0.5s;
	box-shadow: none !important;
	margin-bottom: 35px;
}
.req-check-modal.unfold-form{
	margin-bottom: 6px;
}
.req-check-modal.unfold-form:last-child{
	margin-bottom: 40px;
}
.fold-form{
	transition: all 0.5s;
	box-shadow: none;
}
.unfold-form{
	transition: all 0.5s;
}
.req-check-modal-list-title{
    height: 39px;
    line-height: 39px;
    /* margin: 0px 30px; */
    color: #111111;
}
.req-product-list-title-text{
	width: 93%;
	display: inline-block;
	font-weight: 500;
	font-size: 24px;
}
.req-product-list-title-text>span{
	font-size:16px;
	color:#666666;
	margin-left:15px;
	font-weight:500;
	opacity:0.88;
}
.req-check-modal-title-text{
	width: 100%;
	display: inline-block;
	font-size: 14px;
	font-family: 'Pretendard';
	font-weight: bold;
	border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}
.req-check-modal-fold-section {
    position: absolute;
    right: 0px;
}
.req-check-modal-body{
	/* padding: 0 30px; */
}
.req-check-modal-table{
	padding: 0px;
    /* margin: 30px 0px; */
    /* border-bottom: 1px solid #D5D5D5; */
    border-collapse: inherit;
    width: 100%;
}
.req-check-modal-table tr{
	height: 26px;
}

.req-check-modal-table th{
	width: 275px;
	min-width: 275px;
	padding: 5px 0px 5px;
	font-family: 'Pretendard';
	font-weight: 500;
	font-size: 12px;
	color: #000;
	vertical-align: top;
	border-bottom: 1px solid #ddd;
	line-height: 15px;
}

.req-check-modal-table td{
	max-width: 405px;
	padding: 5px 0px 5px;
	font-family: 'Pretendard';
	font-weight: 500;
	font-size: 12px;
	color: #000;
	vertical-align: middle;
	border-bottom: 1px solid #ddd;
	line-height: 15px;
}

.req-check-modal-table td #UIproduct_select1, 
.req-check-modal-table td #UIproduct_select2{
	padding-bottom: 20px;
}

.req-check-modal-hosinfo-loca{
	width: 680px;
	height: 360px;
	margin: 11px 0px 23px;
	border-radius: 12px;
}
.req-check-modal-hosinfo-name{
    text-align: left;
	margin-bottom: 15px;
}
.req-check-modal-hosinfo-detail{
    font-size: 16px;
    display: block;
    text-align: left;
}
.hos-info-link{
	display: flex;
	align-items: center;
	font-family: 'Pretendard';
    font-size: 12px;
    font-weight: 500;
    color: #777;
	cursor: pointer;
}

.hos-info-link:first-child{
	margin-right: 20px;
}

.hos-info-link-icon{
    display: inline-block;
    width: 24px;
    height: 24px;	    
    background-image: url(/resource/images/ic_link_arrow_right15.svg);
    background-repeat: no-repeat;
    background-position: center;
	vertical-align: bottom;
}
/* result css end===================================================== */

/* result_cert css start============================================== */
.cert-form{
    width: 440px;
    height: 653px;
    text-align: center;
    margin: 85px auto 350px;
}
.cert-form-title{
    font-size: 24px;
    font-weight: bold;
    color: #111111;
}
.cert-form-title span{
	color: #5436ff;
}
.cert-form-text{
    font-size: 16px;
    color: #666666;
}
.cert-form-text p{
	margin: -5px;
	color: #000000;
}
.cert-form-icon{
	margin: 20px;
}
.cert-form-btn{
    width: 160px;
    height: 40px;
    background-color: #5436ff;
    border-radius: 25px;
    text-align: center;
    font-size: 18px;
    color: white;
    display: flex;
    justify-content: center;
    margin: 50px auto;
    align-items: center;
}
.cert-form-btn p{
	margin: 0;
}

/* result_cert css end================================================ */



/* survey css start ================================================== */

.survey_div1{
	margin:10px 0 30px 0;
}

.survey_tbl1{
	/* border:1px solid black; */
	margin:0;
	padding:0;
	width:100%;
	border-collapse: collapse;
}

.survey_tbl1 th{
	padding:10px 5px 10px 5px;
	text-align: center;
	background-color:#f1f1f1;
	border-top: 2px black solid;
	border-right: 1px #dcdcdc solid;
	font-size: 18px;
	height: 70px;
	word-break: keep-all;
}

.survey_tbl1 th:last-child{
	border-right: none;
}

.survey_tbl1 tbody{
	font-size: 18px;
}

.survey_tbl1 td{
	padding:10px 5px 10px 5px;
	color: #666666;
	text-align: center;
	border: 1px solid #dcdcdc;
	height: 100px;
}

.survey_tbl1 td:first-child{
	padding:10px 5px 10px 5px;
	text-align: left;
	/* color: #666666; */
	border: 1px solid #dcdcdc;
	border-left: 0;
}

.survey_tbl1 td:last-child{
	padding:10px 5px 10px 5px;
	text-align: center;
	border: 1px solid #dcdcdc;
	border-left: 0;
	border-right: 0;
}

.survey_tbl1 .title1{
	border:0;
	background-color:#4E88C7;
	color:#fff;
	border-radius: 5px 5px 0 0;
}

.survey_tbl1 .title2{
	border:0;
	background-color:#6D6E72;
	color:#fff;
	border-radius: 5px 5px 0 0;
}
#audit_survey_data th{
	min-width: 150px;
}

.customtab-survey{
	margin: 50px 0;
	padding: 0px;
	width: 100vw;
	/* height: 70px; */
	list-style: none;
	display: inline-block;
	text-align: center;
}
.customtab-survey div{
	background: none;
	width: 118px;
	height: 60px;
	color: #222;
	display: inline-block;
	/* float: left; */
	/* padding: 3px 0px; */
	margin: 20px;
	border: 1px solid #d7d7d7;
	border-radius: 30px;
	line-height: 60px;
	cursor: pointer;
	text-align: center;
	font-size: 18px;
}
   
.customtab-survey div.current{
	background: #43a6eb;
	color: white;
}

.customtab-survey-content{
	display: none;
	/*background: #ededed;*/
	width: 1400px;
	margin: auto;
	padding: 15px;
  }
   
.customtab-survey-content.current{
	display: inherit;
}
  
.label-icon{
	position: relative;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	/* background-color: lightblue; */
	top: calc(50% - 15px);
	left: calc(50% - 15px);
	font-weight: normal;
}
.label-text{
	position: relative;
	top: 20%;
}
.label-icon-text{
	position: relative;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	/* background-color: lightblue; */
	top: calc(50% - 30px);
	left: calc(50% - 15px);
	font-weight: normal;
}
.label-icon-selected{
	background-color: #43A6ED;
	color: white;
}
.label-icon-unselected{
	background-color: transparent;
	color: #666666;
}

.survey_tbl1 td input[type="radio"]{
	display: none;
}
.survey_tbl1 label{
	cursor: pointer;
}
.snuh-survey-modal{
	width: 1200px;
	text-align: center;
}
.snuh-survey-modal-header{
	border: none;	
}
.snuh-survey-modal-footer{
	margin: 50px auto 0;
	text-align: center;
	border: none;
	display: inline-block;
}
.snuh-survey-title{
	font-size: 40px;
	margin: 50px 0 30px;
}
.snuh-survey-score{
    width: 400px;
    height: 100px;
    margin: auto;
    font-size: 36px;
    border: 2px solid #43A6ED;
    border-radius: 50px;
    line-height: 100px;
    color: #43A6ED;
    background-color: white;
    position: relative;
    z-index: 1;
}
.snuh-survey-result{
    width: 930px;
    min-height: 480px;
    border: 1px solid lightgray;
    margin: auto;
    position: relative;
    top: -50px;
    background-color: white;
    z-index: 0;
	padding: 100px;
	font-size: 20px;
}
.survey_result_form{
	display: inline-block;
	margin-top: 50px;
    width: 1370px;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    box-shadow: 0px 2px 5px 0px grey;
}
#users_result_data{
	margin-top: 64px;
}
.result_notice{
	display: inline-block;
	font-family: 'Pretendard';
	font-weight: 500;
    font-size: 14px;
	color: #333;	;
	margin: 31px 0px 0px;		
}
.health_result_form{
	display: inline-block;
	margin-top: 10px;
    width: 100%;
	border-radius: 24px;
	cursor: pointer;
    /* box-shadow: 0px 3px 6px 0px #c7c7c7; */
}
.health_result_form.unfold-form{
	margin-bottom: 50px;
}

.fold-form{
	transition: all 0.5s;
    border-bottom-right-radius: 24px;
	border-bottom-left-radius: 24px;
	box-shadow: none;
}
.unfold-form{
	transition: all 0.5s;
    border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.survey_result_title{
    background-color: #43A6ED;
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
    height: 64px;
    line-height: 64px;
    font-size: 24px;
	padding-left: 30px;
	color: white;
}
.health_result_title{
    border-radius: 24px;
    height: 72px;
    line-height: 72px;
    font-size: 20px;
	padding-left: 12px;
	color: black;
}
.health_result_title>img{
	float:left;
	padding-top: 16px;
	margin-right: 20px;;
}
.health_result_form:nth-child(1)>.health_result_title{
	/* 소견 / 판정 */
	background-color: #EDF7FE;
}
.health_result_form:nth-child(2)>.health_result_title{
	/* 기초검사 */
	background-color: #DBEFFA;
}
.health_result_form:nth-child(3)>.health_result_title{
	/* 초음파검사 */
	background-color: #CAE7F8;
}
.health_result_form:nth-child(4)>.health_result_title{
	/* 방사선촬영 / 골밀도검사 */
	background-color: #B7DEF5;
}
.health_result_form:nth-child(5)>.health_result_title{
	/* 위내시경 / 대장내시경 */
	background-color: #A6D6F3;
}
.health_result_form:nth-child(6)>.health_result_title{
	/* CT / MRI / MRA */
	background-color: #93CEF0;
}
.health_result_form:nth-child(7)>.health_result_title{
	/* 면역력검사 / 혈청검사 */
	background-color: #82C6EE;
}
.health_result_form:nth-child(8)>.health_result_title{
	/* 갑상선검사 / 호르몬검사 / 종양표지자검사 */
	background-color: #6FBEEB;
}
.health_result_form:nth-child(9)>.health_result_title{
	/* 혈액학적검사 */
	background-color: #EDEDED;
}
.health_result_form:nth-child(10)>.health_result_title{
	/* 요화학검사 */
	background-color: #D4D4D4;
}
.health_result_form:nth-child(11)>.health_result_title{
	/* 생화학검사 */
	background-color: #BBBBBB;
}
.health_result_form:nth-child(12)>.health_result_title{
	/* 기타혈액검사 */
	background-color: #A2A2A2;
}
.health_result_form:nth-child(13)>.health_result_title{
	/* 기타검사 */
	background-color: #A2A2A2;
}
.health_result_subtitle{
    color: white;
    background-color: #43A6ED;
    width: max-content;
    padding: 5px 20px;
    font-size: 20px;
	border-radius: 18px;
	display: inline-block;
}
.survey_title_text{
	width: 95%;
	display: inline-block;
}

.result_detail_none{
	display:none;
}


.health_title_text{
	width: 221px;
	display: inline-block;
	overflow-x: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size:20px;
	color:black;
	font-weight: 500;
	cursor: pointer;
}
.fold_section{
	padding: 2%;
	cursor: pointer;
}
.survey_result_body{
	padding: 30px;
	padding-left: 30px;

}
.survey_result_score{
	color: #43A6ED;
    font-size: 36px;
    margin: 20px 0px;
}
.health_result_score{
    font-size: 18px;
	margin: 20px 0px;
	display: inline-block;
	color: #707070;
}
.survey_result_text{
	font-size: 20px;
	padding-bottom: 50px;
}
.health_result_text{
	font-size: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	line-height: 30px;
	font-weight: 500;
	color: #333333;
}
.angle{
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.angle.down{
    -moz-transform:rotate(-180deg);
    -webkit-transform:rotate(-180deg);
    transform:rotate(-180deg);
}
#health-top-btn,
#health-bot-btn{
	cursor: pointer;
}

.group-row{
	display: flex;
	margin-bottom: 40px;
}
.group-row:last-child{
	margin-bottom: 0;
}
.result_box{
	width: auto;	
	margin-bottom: 29px;
}
.result_body .group_box{
	margin-bottom: 40px;
}
.result_body .group_box:last-child{
	margin-bottom: 0px;
}
.result_body .group_box .result_box{
	margin-bottom: 20px;
}
.result_body .group_box .result_box:last-child{
	margin-bottom: 0px;
}
.group_box_res_name{
	margin-bottom: 10px;
	display: flex;
    align-items: center;
	font-family: 'Pretendard';
	font-weight: bold;
	font-size: 16px;
	color: #333;
}
.group_box_res_name::before{
	content: '';
	display: inline-block;
	width: 4px;
	height: 16px;
	margin-right: 6px;
	border-radius: 3px;
	background: #333;
}
.group_box .result_subtitle{
	margin-bottom: 10px;
	font-family: 'Pretendard';
	font-weight: bold;
	font-size: 13px;
	color: #000;
}
.group_box .result_subtitle::before{
	display: none;
}
.group_box .result_value{
	padding-left: 0;
	font-family: 'Pretendard';
	font-weight: 500;
	font-size: 13px;
	color: #000;
}
.res_body2 .result_box, .res_body5 .result_box{
	margin-bottom: 0;
}
.result_box:last-child{
	margin-bottom: 0;
}
.res_body3 .result_box{
	margin-bottom: 40px;
}
.res_body3 .result_box:last-child{
	margin-bottom: 0;
}
.result_subtitle{
	margin-bottom: 9px;
	display: flex;
	align-items: center; 
	font-family: 'Pretendard';
	font-weight: bold;
	font-size: 16px;
	color: #333;
	line-height: normal;
}
.result_subtitle::before{
	content: '';
	display: inline-block;
	width: 4px;
	height: 16px;
	margin-right: 6px;
	border-radius: 3px;
	background: #333;
}
.result_value_row{
	margin-top: 10px;
	display: flex;
	align-items: center;
}
.result_value_row:first-child{
	margin-top: 0;
}
.result_number_tit{
	width: 150px;
	margin-right: 20px;
	font-family: 'Pretendard';
	font-weight: 500;
	font-size: 13px;
	color: #777;
}
.result_value{		
	max-width: 980px;
	padding-left: 10px;
	font-family: 'Pretendard';
	font-weight: 500;
	font-size: 13px;
	color: #000;
}
.result_number_value{
	font-family: 'Pretendard';
	font-weight: 500;
	font-size: 13px;
	color: #000;
}

.result_notice_default{
	width: 35px;
    height: 16px;
	margin-left: 20px;
	display: flex;
    align-items: center;
    justify-content: center;
	font-family: 'Pretendard';
	font-weight: 500;
	color: white;
	font-size: 12px;	
	background-color: #aaaaaa;
	border-radius: 8px;
	line-height: normal;
}
.result_notice_normal{	
	width: 35px;
    height: 16px;
	margin-left: 20px;
	display: flex;
    align-items: center;
    justify-content: center;
	font-family: 'Pretendard';
	font-weight: 500;	
	font-size: 12px;
	color: white;	
	background-color: #70d100;
	border-radius: 8px;
	line-height: normal;		
}
.result_notice_abnormal{
	width: 35px;
    height: 16px;
	margin-left: 20px;
	display: flex;
    align-items: center;
    justify-content: center;
	font-family: 'Pretendard';
	font-weight: 500;
	color: white;
	font-size: 12px;	
	background-color: #ffc400;
	border-radius: 8px;
	line-height: normal;	
}
.result_notice_danger{
	width: 35px;
    height: 16px;
	margin-left: 20px;
	display: flex;
    align-items: center;
    justify-content: center;
	font-family: 'Pretendard';
	font-weight: 500;
	color: white;
	font-size: 12px;	
	background-color: #eb455f;
	border-radius: 8px;
	line-height: normal;	
}
.result_ref_range{
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #A09F9F;
}
.option-info{
	display: inline-block;
    width: 20px;
	height: 20px;
	margin-left: 10px;
    text-align: center;
    line-height: 17px;
    border-radius: 8px;
	color: #AAAAAA;
}

.health_result_form .tooltip > .tooltip-inner{
    white-space: pre-wrap;
	background-color: #fff;
	color: black;
	border: 1px solid #43a6ed;
	box-shadow: 0px 3px 6px #c7c7c7;
}
.health_result_form .tooltip > .tooltip-arrow{
	box-shadow: 0px 3px 6px #c7c7c7;
	border-bottom-color: #43a6ed !important;
}

  /* 1 */
  .h-tooltip .h-tooltiptext {
	visibility: hidden;
	background-color: white;
	color: #666666;
	text-align: left;
	border-radius: 6px;
	border: 1px solid #43a6eb;
	padding: 10px 20px;
	margin: -37px 40px;
	font-size: 14px;
	font-weight: lighter;
	word-break: keep-all;  
	position: absolute;
	z-index: 1;
	width: 350px;
	line-height: 24px;
  }
  .h-tooltiptext:after,.h-tooltiptext:before {
	right: 100%;
	top: 35%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
  }

  .h-tooltiptext:after {
	/* border-color: rgba(136, 183, 213, 0); */
	border-right-color: white;
	border-width: 6px;
	top:8px;
	position: absolute;
	border-style: solid;
  }

  .h-tooltiptext:before {
	/* border-color: rgba(194, 225, 245, 0); */
	border-right-color: #43a6eb;
	border-width: 7px;
	top:7px;
	/* margin-top: -12px; */
	border-style: solid;
	position: absolute;
  }
  
  .h-tooltip:hover .h-tooltiptext {
	visibility: visible;
  }


/* survey css end ==================================================== */

/* warning css start================================================== */


.customtabs{
	margin: 50px 0;
	padding: 0px;
	width: 1400px;
	height: 70px;
	list-style: none;
	display: inline-block;
  }
  .customtabs div{
	background: none;
	width: 50%;
	height: 100%;
	color: #838383;
	display: inline-block;
	float: left;
	padding: 3px 0px;
	line-height: 64px;
	cursor: pointer;
	background-color: #f5f5f5;	
	font-family: 'Pretendard';
	font-weight: bold;
	font-size: 16px;
	color: #838383;
  }
   
  .customtabs div.tab-right.current{
	position: absolute;
	right: 0;
	width: 200px;
	padding: 0;
	background: #3a00f4;
	color: white;
	border:none;
	justify-content: center;
  }

  .customtabs div.tab-left.current{
	position: absolute;
	left: 0;	
	width: 200px;
	padding: 0;
	background: #3a00f4;
	color: white;
	border:none;
	justify-content: center;
  }
   
  .customtabs-content{
	display: none;
	/*background: #ededed;*/
	/* padding: 15px; */
  }
   
  .customtabs-content.current{
	display: inherit;
  }
  
  .warning_subtitle{
	  /* border-left: 7px solid #43a6eb;
	  padding-left: 15px; */
	  font-size: 26px;
	  color: #111111;
	  font-weight: bold;
	  margin: 45px 0 18px;;
  }
  .warning_contents{
	  font-size: 24px;
	  letter-spacing: -1px;
  }
  
  .warning_contents.contents2{
	  height:1216px;
  }
  .warning_contents ul{
	  /* margin: 10px 0; */
	  padding-left:0;
  }
  .warning_contents li{
	  list-style-type: none;
	  margin: 18px 0;
	  font-size:18px;
	  color:#707070;
  }
  
  .warning_contents .warning_li{
	  margin-bottom:96px;
  }
  
  .warning_contents .warning_li2{
	  margin-bottom:63px;
  }

  
  /* warning css end================================================== */
  

/* site_policy css start */
.site_policy_header{
	display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ededed;
}
.site_policy_header>img{
	cursor: pointer;
}
.site_policy{
	position: relative;
    width:400px;
	height: 40px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	margin-top: 30px;
}

.site_policy>div{
    width:100%;
    border: 0;
	display: flex;
	align-items: center;
}

.policy-content-container{
	height: 740px;
	padding-block: 40px;
	padding-inline: 40px 20px;
	border-radius: 30px;
	border: solid 1px #d0d1d2;
}

.content_policy{
	height: 660px;
	overflow: scroll;
	overflow-x:hidden;
	font-family: 'Pretendard';
	font-weight: 500;
    font-size:12px;
    color:#000;
	line-height: 16px;
}

/* 지역으로 병원 검색하기 스크롤 커스텀 */
.content_policy::-webkit-scrollbar{
	/* margin-top: 10px; */
    width: 8px;
  }
.content_policy::-webkit-scrollbar-thumb{
	height: 317px;
	border-radius: 4px;
	background-color: #888;
}	

.content_policy::-webkit-scrollbar-track{
	margin: 5px 0 0 10px;
	padding: 0 0 150px;
	border-radius: 5px;
	background-color: #e1e3e6;
  }

.content_policy>ul{
	padding: 0;
}

.content_policy:first-child{
	margin-top: 0px;
}

.site_policy .tab-left{
	padding-left: 40px;
	border-radius: 30px;
	border: solid 1px #d0d1d2;
	justify-content: flex-start;
}

.site_policy .tab-right{
	padding-right: 40px;
	border-radius: 30px;
	border: solid 1px #d0d1d2;
	justify-content: flex-end;
}

.site_policy .tab-link span{
	width: 120px;
	text-align: center;
}

.policy_back{
	display: flex;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 23px;
}
.policy_back>div{
	cursor: pointer;
}
.policy_back>div>img{
	margin-left: 3px;
}

/* site_policy css end============================================== */


/* password_change css start =================================== */
.box.box-solid{
	width:720px;
	margin:80px auto 234px;
	border-radius:24px;
	border:1px solid #D5D5D5;
}

.password_row{
	width:50%;
	margin:0 auto;
}

.password_row>span{
	font-size:24px;
	font-weight:bold;
	color:#111111;
	text-align:center;
	margin-top:29px;
	display:block;
}
.pass_placeholder{
	width:360px;
	padding: 13px 15px;	
	height: 40px;
	margin:0 auto;
	background-color: #f6f7f8;
	border: none;
	border-radius: 20px;	
	background-repeat: no-repeat;
	background-position: 97% 50%;
	font-family: 'Pretendard';
	font-weight: 500;
	font-size:12px;
	color: #000;
}

.pass_placeholder>label{
	color:#707070;
	font-size:14px;
	margin-bottom:6px;
}
.pass_div1{
	margin-top:0px;
}
.pass_div2{
	margin-top:20px;
}
.pass_div3{
	margin-top:20px;
}

.password_cancel{
	width:120px;
	height:40px;
	border: 1px solid #777;
	border-radius: 25px;	
	font-family: 'Pretendard';	
	font-weight:bold;
	font-size:16px;
	color:#777;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align:center;	
	line-height: normal;
	margin:0 10px 0px 0;
}

.password_ok{
	width:120px;
	height:40px;	
	background-color:#5436ff;
	border: none;
	border-radius: 25px;	
	font-family: 'Pretendard';	
	font-weight:bold;
	font-size:16px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align:center;	
	line-height: normal;
	float:left;
}

.password_ok:hover, .password_ok:focus{
	outline: none;
	color: #fff;
}

.btn-primary{
	width:142px;
	height:48px;
	background-color:#43A6ED;
	border-radius:8px;
	border:none;
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	line-height:36px;
	float:left;
}

.form_pass{
	width: fit-content;
	margin:0 auto;
}

.form_pass>label{
	height: 17px;
	margin-bottom: 10px;
	font-family: 'Pretendard';
	font-weight: bold;
	font-size:14px;
	color:#333;
}

.password_btn_div{
	width:285px;
	margin:70px auto 0px;
}


.pass_placeholder::placeholder{
	font-family: 'Pretendard';
	font-weight: 500;
	font-size:12px;
	color:#777;
}

.pw_check_ic{
	position:absolute;
	right:41px;
	bottom:9px; 
	display:none
}
/* password_change css end =================================== */


/* faq css start =========================================== */
/* .faq_search{
	width:400px;
	height:48px;
	float:right;	
	border-radius:8px;
	border:1px solid #D5D5D5;
	padding-left:16px;
	font-size:14px;
	font-family:"NotoSansCJKkr-Regular","Noto Sans CJK KR";
	background-image:url('/asset/img/notice_search.svg');
	background-repeat:no-repeat;
	background-position:357px;
} */

.tbl{
	width:1400px;
	margin:159px auto 229px;
	/* margin-top:159px; */
}
.faq-list{
	border-bottom:1px solid #ccc;
	transition: none;
}
.faq-click-tr{
	cursor:pointer;
	transition: none;
}
.faq-q{
	font-size:22px;
	color:#43A6ED;
	font-weight:bold;
	padding-left:57px;
	line-height:62.5px;
	transition: none;
}
.faq-title{
	height: 15px;
	font-family: 'Pretendard';
	font-weight: 500;
	font-size:12px;
	color:#000;
	/* padding-left:20px; */	
}
.faq-arrow{
	float:right;
	margin:12.5px 56px 0 0;
	transition: none;
}
.faq-list-body{
	display:none;
	background-color:#f8f8f8;	
}
.faq-list-body-text{
	padding-block: 15px;
	padding-inline: 120px 0px;	
	line-height: 20px;		
}
.faq-list-body-text p{
	margin-bottom: 0;
	font-family: 'Pretendard';
	font-weight: 500;
	font-size:12px;
	color: #333;
}
.page-number{
	border:1px solid #D5D5D5;
}
.page-number.active{
	background-color:#43A6ED;
	border:none;
	color:white;
}
/* faq css end ========================================== */

/* one_to_one css start */
.onnnInqr_body_class{
	border-top:1px solid #ccc;
	border-bottom: 1px solid #333;
}


.onnnInqr-list td:nth-child(2){
	text-align: left;	
}
.onnnInqr-list td:nth-child(3){
	width: 94.1px;
}


.common-click-td{
	cursor:pointer;
	transition: none;
	/* text-align: center; */
}

.table-wrap{
	width: 1400px;
	margin: 133px auto 229px;
}
.reg_form{
	/* float: left; */
	width: 1400px;
	margin-bottom: 5px;
	/* padding: 16px 0px; */
	/* display: flex; */
	/* flex-direction: row; */
	/* justify-content: flex-end; */
	/* margin-top: 76px; */
}
.onnnInqr-reg{
	width: 120px;
	height: 36px;
	padding: 9px 20px;
	border-radius: 20px;
	background-color: #5436ff;
	font-family: 'Pretendard';
	font-weight: bold;
	font-size: 14px;
	color: white;
	border: none;
}
.table-top{
	width: 1400px;
	height: 64px;
	padding: 19px 0px 18px 57px;
	background-color: #ededed;
	table-layout: fixed;
	border-top: 2px solid #111;
}

.table-content{
	height: 29px;
	font-family: 'Pretendard';
	font-size: 12px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #000;
	/* padding-top: 22.5px;
	padding-bottom: 21.5px; */
	border-bottom: 1px solid #d5d5d5;
}


.onnnInqr-tit{
	height: 29px;
	font-family: 'Pretendard';
	font-size: 12px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #333;
}

.answer_ready{
	margin: 0;
	font-family: 'Pretendard';
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.44;
	letter-spacing: normal;
	text-align: left;
	color: #333;
}

.onnnInqrAnswer.answer_ok{
	color: #5436ff;
}

/* one_to_one css end */

/* one_to_one view, new css start */
.content_wrap{
	padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
	font-family: Pretendard;
	font-weight:500;
}
.answer_box{
	margin-bottom: 0px;
}
.onnnInqr_content{
	display: flex;
    font-size: 18px;
    color: #414d55;
    font-weight: 500;
    font-family: Pretendard;
}
.onnnInqr_content.hasAnswer p{
	padding-right: 6px;
}
.onnnInqr_content:last-child{
	margin-right:0px;
}

.onnnInqr_content>p{
	width:110px;	
	margin-bottom:0px;
	padding-left: 20px;
	padding-right: 30px;
	font-family: 'Pretendard';
	font-size: 14px;
	color: #333;
	font-weight: bold;		
	display: flex;	
	align-items:flex-start;
	justify-content: center;
}

.content_wrap:last-child .onnnInqr_content>p{	
	align-items: flex-start;
}

.date.onnnInqr_content>p{
	width: 60px;
	padding: 0;
	margin-left: 100px;
	margin-right: 30px;
}

.company.onnnInqr_content>p{
	width: 60px;
	padding: 0;
	margin-left: 220px;
	margin-right: 30px;	
}

.onnnInqr_content>span{
	line-height: 18px;
	font-family: 'Pretendard';
	font-weight: bold;
	font-size: 14px;
	color: #333;
}

.onnnInqr_content>p>span:first-child{
	color: #a9b0b4;
	margin-right: 16px;
}

.name{
	width: 50%;
}
.flex_content_box{
	display: flex;
}

.select{
	width: 50%;
}

.detail_tit{
	width: 1174px;
	font-family: Pretendard;
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #111;
}
.content_data{
	width: 100%;
	min-height: 260px;
	padding: 10px 15px;
	border-radius: 20px;
	border: solid 1px #f1f1f1;
	display: inline-block;
	font-family: 'Pretendard';
	font-weight: 500;
	font-size: 14px;
	color: #333;
}
.onnnInqr-view_home{
	padding: 20px 0px 39px;
}
.onnnInqr-view_home .content_wrap:nth-child(7){
	padding: 0;
	margin: 0;
	border: none;
}
.common_container{
	width: 1400px;
	margin: 0 auto;
}
.answer_contant {
	display: flex;
}

/* 답변 */
.onnnInqr_list_tit{
	vertical-align: top;
}
.answer{
	width: 100%;
	min-height: 260px;
	padding: 10px 15px;
	border-radius: 20px;
	border: solid 1px #f1f1f1;
	background-color: #fff;
	font-family: 'Pretendard';
	font-weight: 500;
	font-size: 14px;
	color: #333;
}

.answer_reg{
	padding: 0;
	margin: 0;
	border: none;
}

/* 첨부파일 */
.file_list{
	padding: 0;
}

.file_list>li{
	max-width: 100%;
	list-style: none;
}

.file_item{
	/* position: relative; */
	width: 377px;
	display: flex;
}

.file_item img{
	width: 18px;
	height: 18px;
	margin-right: 5px;
}

.file_item span {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	font-family: 'Pretendard';
	font-weight: bold;
	font-size: 14px;
	color: #333;
}

.file_item:after {
    content: attr(data-filetype);
	font-family: 'Pretendard';
	font-weight: bold;
	font-size: 14px;
	color: #333;
}

.notice_input_small{
	width: 1290px;
    height: 30px;
    display: inline-block;
	padding-left: 15px;
    border-radius: 20px;    
	background-color: #f6f7f8;
    border: 1px solid #f1f1f1;
	font-family: 'Pretendard';
	font-weight: 500;
	font-size: 14px;
	color: #333;
}

.notice_input_small:focus-visible{
	outline: none;
}

.notice_input_small::placeholder{
	font-size: 12px;
	color: #777;
}

.file_item:hover {
	cursor: pointer;
    width: 100%;
}

.file_item:hover a img{
	width: 18px;
}

/* .file_item:hover:after { //파일명 호버시 확장명 숨김
    display: none;
} */

.file_item>a{
	display: flex;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	color: #111;
}
/* 셀렉트바 */
.onnnInqr_select{
	width: 220px;
	height: 30px;
	border-radius:20px;
	background-color:#fcfcfc;
	border:1px solid #ddd;
	padding-left:15px;
	/* line-height:40px; */
	cursor:pointer;
	font-family: 'Pretendard';
	font-size: 12px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #777;
	text-align:left;
	background-repeat:no-repeat;
	background-image: url('/asset/img/infinitycare/ic_down_24.svg');
    background-position: 186px 55%;
	appearance: none; /* select태그의 기본기호와 ic_down의 겹침으로 기본기호 삭제 */
}

.onnnInqr_select:focus-visible{
	outline: none;
}

/* 버튼 */
.receive_entercs{
	padding-top: 3px;
	text-align: center;
}
.close_btn{
	display:inline-block;
	width: 140px;
	height: 40px;
	line-height:40px;
	border-radius: 25px;
	border: 1px solid #777;
	color: #777;
	background-color:white;
	font-family: 'Pretendard';
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin-right:10px;
	cursor:pointer;
}
.btns{
	text-align: center;
}
.save_btn,.entercs_list_btn{
	display:inline-block;
	width:140px;
	height:40px;	
	line-height:40px;
	border-radius: 25px;
	background: #5436ff;
	color:white;	
	font-family: 'Pretendard';        
	font-weight: bold;
	font-size: 16px;
	cursor:pointer;
	text-align:center;
}
.entercs_list_btn{
	margin-top: 30px;
}
/* one_to_one detail css end */

/* 공통 카테고리 셀렉트 스타일 S*/
.category_filter_input{
	width: 220px;
	height: 40px;
	padding-left: 20px;
	background: #fcfcfc;
	border: 1px solid #ddd;
	border-radius: 20px;
	cursor: pointer;
}
.category_filter_input:focus-visible{
	outline: none;
}
.category_filter_input::placeholder{
	font-family: 'Pretendard';
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.28px;
	color: #777;
}
.down_arrow_ico{
	width: 24px;
	height: 24px;
	position: absolute;
	top: 8px;
	right: 15px;
	cursor: pointer;
}
.category_filter_box{
	position: absolute;
	top: 43px;
	width: 220px;
	height: auto;	
	padding-inline: 5px;
	padding-block: 15px;
	background: #fff;
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.16);
	border-radius: 20px;
	z-index: 1;
}
.category_filter_item{
	height: 19px;
	padding-left: 10px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	border-radius: 8px;
	font-family: 'Pretendard';
	font-weight: 500;
	font-size: 14px;
	color: #000;
	cursor: pointer;
}
.category_filter_item:last-child{
	margin-bottom: 0px;
}

.category_filter_item:hover{
	background: #f5f5f5;
}
/* 공통 카테고리 셀렉트 스타일 E */

/* Margins */
.no-margin {
	margin: 0!important;
}
.mn {
	margin-right: -15px;
	margin-left: -15px;
}
.mrn {
	margin-right: -15px;
}
.mln {
	margin-left: -15px;
}
.mtn {
	margin-top: -15px;
}
.mbn {
	margin-bottom: -15px;
}
.mbn {
	margin-bottom: -15px;
}
.ml0 {
	margin-left: 0;
}
.mr0 {
	margin-right: 0;
}
.mt0 {
	margin-top: 0;
}
.mb0 {
	margin-bottom: 0;
}
.m30 {
	margin: 30px;
}
.mr30 {
	margin-right: 30px;
}
.ml30 {
	margin-left: 30px;
}
.mt30 {
	margin-top: 30px;
}
.mb30 {
	margin-bottom: 30px;
}
.m25 {
	margin: 25px;
}
.mr25 {
	margin-right: 25px;
}
.ml25 {
	margin-left: 25px;
}
.mt25 {
	margin-top: 25px;
}
.mb25 {
	margin-bottom: 25px;
}
.m20 {
	margin: 20px;
}
.mr20 {
	margin-right: 20px;
}
.ml20 {
	margin-left: 20px;
}
.mt20 {
	margin-top: 20px;
}
.mb20 {
	margin-bottom: 20px;
}
.m15 {
	margin: 15px;
}
.mr15 {
	margin-right: 15px;
}
.ml15 {
	margin-left: 15px;
}
.mt15 {
	margin-top: 15px;
}
.mb15 {
	margin-bottom: 15px;
}
.m10 {
	margin: 10px;
}
.mr10 {
	margin-right: 10px;
}
.ml10 {
	margin-left: 10px;
}
.mt10 {
	margin-top: 10px;
}
.mb10 {
	margin-bottom: 10px;
}
.m5 {
	margin: 5px;
}
.mr5 {
	margin-right: 5px;
}
.ml5 {
	margin-left: 5px;
}
.mt5 {
	margin-top: 5px;
}
.mb5 {
	margin-bottom: 5px;
}
.m2 {
	margin: 2px;
}
.mr2 {
	margin-right: 2px;
}
.ml2 {
	margin-left: 2px;
}
.mt2 {
	margin-top: 2px;
}
.mb2 {
	margin-bottom: 2px;
}
/* Padding */
.no-padding:not(.main-content) {
	padding: 0!important;
}
.pl0 {
	padding-left: 0;
}
.pr0 {
	padding-right: 0;
}
.pt0 {
	padding-top: 0!important;
}
.pb0 {
	padding-bottom: 0;
}
.p30 {
	padding: 30px;
}
.pr30 {
	padding-right: 30px;
}
.pl30 {
	padding-left: 30px;
}
.pt30 {
	padding-top: 30px;
}
.pb30 {
	padding-bottom: 30px;
}
.p25 {
	padding: 25px;
}
.pr25 {
	padding-right: 25px;
}
.pl25 {
	padding-left: 25px;
}
.pt25 {
	padding-top: 25px;
}
.pb25 {
	padding-bottom: 25px;
}
.p20 {
	padding: 20px;
}
.pr20 {
	padding-right: 20px;
}
.pl20 {
	padding-left: 20px;
}
.pt20 {
	padding-top: 20px;
}
.pb20 {
	padding-bottom: 20px;
}
.p15 {
	padding: 15px;
}
.pr15 {
	padding-right: 15px;
}
.pl15 {
	padding-left: 15px;
}
.pt15 {
	padding-top: 15px;
}
.pb15 {
	padding-bottom: 15px;
}
.p10 {
	padding: 10px;
}
.pr10 {
	padding-right: 10px;
}
.pl10 {
	padding-left: 10px;
}
.pt10 {
	padding-top: 10px;
}
.pb10 {
	padding-bottom: 10px;
}
.p5 {
	padding: 5px;
}
.pr5 {
	padding-right: 5px;
}
.pl5 {
	padding-left: 5px;
}
.pt5 {
	padding-top: 5px;
}
.pb5 {
	padding-bottom: 5px;
}
.p2 {
	padding: 2px;
}
.pr2 {
	padding-right: 2px;
}
.pl2 {
	padding-left: 2px;
}
.pt2 {
	padding-top: 2px;
}
.pb2 {
	padding-bottom: 2px;
}

/*로딩 이미지 */
@keyframes ldio-zgc07ds84f {
	0% { transform: translate(12px,80px) scale(0); }
   25% { transform: translate(12px,80px) scale(0); }
   50% { transform: translate(12px,80px) scale(1); }
   75% { transform: translate(80px,80px) scale(1); }
  100% { transform: translate(148px,80px) scale(1); }
 }
 @keyframes ldio-zgc07ds84f-r {
	0% { transform: translate(148px,80px) scale(1): }
  100% { transform: translate(148px,80px) scale(0); }
 }
 @keyframes ldio-zgc07ds84f-c {
	0% { background: #4282e0 }
   25% { background: #f8bd83 }
   50% { background: #a583c8 }
   75% { background: #55c6c8 }
  100% { background: #4282e0 }
 }
 .ldio-zgc07ds84f div {
   position: absolute;
   width: 20px;
   height: 20px;
   border-radius: 50%;
   transform: translate(80px,80px) scale(1);
   background: #4282e0;
   animation: ldio-zgc07ds84f 1s infinite cubic-bezier(0,0.5,0.5,1);
 }
 .ldio-zgc07ds84f div:nth-child(1) {
   background: #55c6c8;
   transform: translate(148px,80px) scale(1);
   animation: ldio-zgc07ds84f-r 0.25s infinite cubic-bezier(0,0.5,0.5,1), ldio-zgc07ds84f-c 1s infinite step-start;
 }.ldio-zgc07ds84f div:nth-child(2) {
   animation-delay: -0.25s;
   background: #4282e0;
 }.ldio-zgc07ds84f div:nth-child(3) {
   animation-delay: -0.5s;
   background: #55c6c8;
 }.ldio-zgc07ds84f div:nth-child(4) {
   animation-delay: -0.75s;
   background: #a583c8;
 }.ldio-zgc07ds84f div:nth-child(5) {
   animation-delay: -1s;
   background: #f8bd83;
 }
 .loadingio-spinner-ellipsis-pelzhx9y0ho {
   width: 180px;
   height: 140px;
   display: inline-block;
   overflow: hidden;
   background: none;
 }
 .ldio-zgc07ds84f {
   width: 100%;
   height: 100%;
   position: relative;
   transform: translateZ(0) scale(1);
   backface-visibility: hidden;
   transform-origin: 0 0; /* see note above */
 }
 .ldio-zgc07ds84f div { box-sizing: content-box; }
 /* generated by https://loading.io/ */

 /* 모달창 css */
 .modal_wrap{  
	background-color: rgba(17, 17, 17, 0.6);
	width: 100vw;
	height: 100%;
	z-index: 10;
	position: absolute;
	border: 1px solid #000;
	display: none;
	justify-content: center;
	align-items: center;
}
.modal_window{
	width: 550px;
	height: 250px;
	background-color: #fff;
	position: relative;
	display: none;
	border-radius: 8px;
	box-shadow: 0 1px 8px 0 rgba(20, 46, 110, 0.08);
	font-size: 16px;
	font-weight: 500;
	top: -400px;
}
.modal_window.is_not_regist{
	height: 450px;
}
.modal_window.is_not_regist .text{
	position: absolute;
	width: 350px;
	top: 100px;
	left: 100px;
	text-align: center;
}
.modal_window.is_privacy_policy{	
	height: 550px;
	padding: 20px;
	position: relative;
}
.modal_window.is_privacy_policy h3{
	font-size: 24px;
}
.modal_window.is_privacy_policy h4{
	font-size: 14px;
}
.is_privacy_policy>.privacy_policy_text{
	width: 520px;
	height: 300px;
	position: absolute;
	top: 150px;
	left: 15px;
	font-size: 14px;
	color: #666;
}
.modal_window.active{
	display: block;
}
.modal_window>div{
	width: 25px;
	height: 25px;
	position: absolute;
	top: 25px;
	right: 25px;
	cursor:pointer
}
.modal_window>div>span{
	width: 25px;
	height: 2px;
	background-color: #000;
	position: absolute;
}
.modal_window>div>span:nth-child(1){
	top: 50%;
	transform: rotate(-45deg);
}
.modal_window>div>span:nth-child(2){
	top: 50%;
	transform: rotate(45deg);
}
.modal_window>p{
	position: absolute;
	top: 40%;
	left: 50%;
	width: 350px;
	transform: translate(-50%,-50%);
	text-align: center;
}
.modal_window>button.modal-close{
	width: 150px;
	height: 40px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #3076bc;
	color: #fff;
	border-radius: 10px;
	border: none;
}
.modal_window:nth-child(5)>button.modal-close{
	left: 35%;
}
.modal_window:nth-child(5) label{
	width: 150px;
	height: 40px;
	position: absolute;
	bottom: 20px;
	right: 35%;
	transform: translateX(50%);
	border-radius: 8px;
	border: 1px solid #000;
	display: flex;
	justify-content: center;
	line-height: 40px;
	cursor: pointer;
}

button.logout{
	position: absolute;
	bottom:20px;
	left:50%;
	transform: translateX(-50%);
	width: 150px;
	height: 40px;
	border-radius: 10px;
	background-color: #3076bc;
	color: #fff;
	border: none;
}
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */


/* link_account */
.link_account_area{
	text-align: center;
}
.link_account_title{
	font-family: 'Pretendard';
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.43;
	letter-spacing: normal;
	text-align: center;
	color: #333;
	margin-bottom: 30px;
}

.link_subsidy_info{
	font-family: 'Pretendard';
	font-size: 14px;
	font-weight: bold;
	color: #333;
	width: 245px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto 5px;
}
.link_subsidy_info#hide_element{
	display: none;
}
.link_subsidy_info>#total_subsidy{
	width: 135px;
	height: 26px;
	border-radius: 15px;
	border: none;
	outline: 1px solid #dddddd;
	text-align: right;
	padding-right: 10px;
	font-size: 18px;	
}
.link_subsidy_info>#remain_subsidy{
	width: 135px;
	height: 26px;
	border-radius: 15px;
	border: none;
	outline: 1px solid #dddddd;
	text-align: right;
	padding-right: 10px;
	font-size: 18px;
}
.link_subsidy_text{
	width: 85px;
	text-align: left;
	color: #000;
}


.link_account_btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 40px;
    margin: 25px;
    border-radius: 25px;
    background-color: #5436ff;
    font-family: 'Pretendard';
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    cursor: pointer;
    user-select: none;
}
.la_table{
    display: table;
    width: 760px;
    margin: auto;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}
/* .la_table::before{
    content: '';
    display: block;
    border: 11px #e1e3e6 solid;
    position: absolute;
    width: 1098px;
    height: 56px;
    border-radius: 8px;
} */
.la_header{
    display: table-row;
    height: 27px;
    background-color: #fff;
    font-family: 'Pretendard';
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.5;
    letter-spacing: normal;
    text-align: center;
    color: #333;
}
/* .la_header>div:first-child{
	border-radius: 8px 0 0 0;
}
.la_header>div:last-child{
	border-radius: 0 8px 0 0;
	border-right: none;
}
.la_header>div{
	border-right: 1px solid #ffffff;
} */
.la_header>.la_cell {
    border-bottom: 1px solid #333;
    text-align: center !important;
    padding: 0 !important;
}
.la_row{
	display: table-row;
	height: 25px;
}
.la_row:not(:last-child)>.la_cell{
	border-bottom: 1px #ddd solid;
	overflow: hidden;
	text-wrap: nowrap;
	text-overflow: ellipsis;
}
/* .la_row:last-child>div:first-child{
	border-radius: 0 0 0 8px;
}
.la_row:last-child>div:last-child{
	border-radius: 0 0 8px 0;
} */
.la_row#data_exist{
	display:block;
	height: 37px;
}
.la_cell{
	display: table-cell;
}
.la_cell#not_exist{
	display: inline-block;
	width: 100%;
	height: 37px;
}
.la_cell#not_exist::before{
	height: 37px;
	content: '등록된 지인이 없습니다.';
	display: inline-block;
    position: absolute;
    left: calc( 50% - 85px);
	font-family: 'pretendard';
    font-weight: 500;
    font-size: 14px;
    color: #333;
}
.la_row>.la_cell{
	font-family: 'Pretendard';
	font-size: 14px;
	font-weight: 500;
	line-height: 2.5;
	color: #000;
}

.la_cell:nth-child(1){
	width: 61px;
	font-size: 12px;
}
.la_cell:nth-child(2){
	width: 180px;		
    display: flex;
    align-items: center;
    justify-content: center;
}
.la_cell:nth-child(3){
	width: 180px;
}
.la_cell:nth-child(4){
	width: 120px;
}
.la_cell:nth-child(5){
	width: 180px;
	text-align: right;
	padding-right: 47px;
}
.la_cell:nth-child(6){
	width: 61px;
}

.la_cell>span.change_status{
	display: inline-flex;
	width: 41px;
	height: 21px;
	border-radius: 11px;
	background-color: #899ef8;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	user-select: none;
	cursor: pointer;
}
.la_cell>span.btn_status_Y{
	background-color: #cccccc;
	color: #f5f5f5;
}

.link_disable_modal,
.set_link_modal,
.link_update_modal,
.link_fin_modal,
.link_disable_modal,
.link_account_modal,
.setting_modal_display{
    width: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    z-index: 9999;
}
.normal_package_setting_modal{
    width: 560px;
    position: absolute;
    top: 240px;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    border-radius: 8px;
    padding: 28px 24px 23px 40px;
}

.normal_package_setting_title{
    font-family: 'Pretendard';
    font-size:30px;
    color:#414d55;
    font-weight:bold;
}
.normal_package_setting_close_btn{
    width:142px;
    height:40px;
    text-align:center;
    border:1px solid #3076bc;
    border-radius:8px;
    line-height:40px;
    color:#3076bc;
    font-size:16px;
    font-weight:500;
    font-family: 'Pretendard';
    margin:0 auto;
    margin-top:24px;
    cursor:pointer;
}


.account_link_modal_modal{
    width: 480px;
    position: absolute;
    top: 185px;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    border-radius: 10px;
    padding: 40px 55px 26px 46px;
}
.account_link_modal_modal.more-short{
	width: 400px;
	text-align: center;
	padding: 30px 30px 19px;
}

.account_link_modal_modal.short{
	width: 400px;
	text-align: center;
	padding: 40px 30px 20px;
}

.account_link_modal_modal.long{
	width: 400px;
	text-align: center;
	padding: 50px 30px 25px;
}

.account_link_modal_title{
    display: inline-block;
    width: 100%;
    margin: 0px 0px 40px;
    font-size: 16px;
    font-family: 'Pretendard';
    color: #111111;
    font-weight: bold;
    line-height: 1.43;
    text-align: center;
}
.account_link_modal_close_btn{
    width:142px;
    height:40px;
    text-align:center;
    border:1px solid #3076bc;
    border-radius:8px;
    line-height:40px;
    color:#3076bc;
    font-size:16px;
    font-weight:500;
    font-family: 'Pretendard';
    margin:0 auto;
    margin-top:24px;
    cursor:pointer;
}
.account_link_modal_text_emp{
	height: 17px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-block;
}
.account_link_modal_desc1, .account_link_modal_desc2{
	height: 17px;
}
.account_link_modal_desc1{
	margin-bottom: 5px;
}
.account_link_modal_desc2{
	margin-bottom: 42px;
}
.account_link_modal_title_div{
	font-family: 'Pretendard';
	font-weight: 500;
	font-size: 14px;
	color: #111;
}
.account_link_modal_text{
	height: 17px;
}
#created_username{
	height: 19px;
	font-size: 16px;
	font-weight: bold;
	color: #111;
	margin: 9px 0 20px;
	display: inline-block;
}
#created_notice{
	height: 16px;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.54;
	color: #fd0505;
}

.search_account{
    display: inline-block;
    width: 300px;
    height: 36px;
    margin: 0;
    padding: 0 15px;
    border-radius: 20px;
    border: 1px solid #ededed;
    outline: solid 1px #ededed;
    background-color: #f6f7f8;
}
.search_account:focus{
	border: 1px solid #777777;
}
.search_account::placeholder{
	font-size: 12px;
	color: #777777;
}
.search_account.la_short{
	width: 217px;
}
.search_account_btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 36px;
	margin-left: 3px;
	border-radius: 18px;
	background-color: #333333;
	font-family: 'Pretendard';
	font-size: 12px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #fff;
	border: none;
	cursor: pointer;
}
.search_account_area{
	padding: 0 20px;
}
.sa_result_title{
	display: inline-block;
	margin: 25px 0;
}
.sa_result_title>#name{
    font-family: 'Pretendard';
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #43a6ed;
}
.sa_result_title>#id{
    font-family: 'Pretendard';
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #43a6ed;
}
.sa_result_table{
	display: table;
}
.sa_result_row{
	display: table-row;
	line-height: 35px;
}
.sa_result_cell{
	display: table-cell;
	padding: 0 15px 0 0;
    font-family: 'Pretendard';
    font-size: 14px;
    font-weight: 500;
    color: #414d55;
}

.sa_result_cell>select{
    border: 1px solid #d0d1d2;
    border-radius: 4px;
    height: 24px;
    width: 172px;
	font-size: 12px;
    padding-left: 11px;
    color: #414d55;
    font-family: Pretendard;
    font-weight: 500;
    text-align: left;
    background: white;
    background-repeat: no-repeat;
    background-image: url(/asset/img/infinitycare/ic_down_18.svg);
    background-position: calc(100% - 10px) 50%;
    appearance: none;
	line-height: 15px;
}
p#not_found{
    font-family: 'Pretendard';
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #666;
    margin: 30px;
}

.sa_btn_group{
	text-align: center;
	margin-top: 30px;
}

.sa_btn_group.register{
	text-align: center;
	margin-top: 22px;
}

.sa_btn_group.edit{
	text-align: center;
	margin-top: 32px;
}

.sa_close_btn{
    display: inline-flex;
    width: 100px;
    height: 32px;
    text-align: center;
    border: 1px solid #777;
    border-radius: 25px;
    color: #777;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Pretendard';
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.sa_register_btn{
    display: inline-flex;
    width: 100px;
    height: 32px;
    text-align: center;
	background-color: #aaa;
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Pretendard';
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.sa_register_btn.register.check_fin{
	background-color: #5436ff;
}
.sa_register_btn.edit{
	background-color: #5436ff;
}

.link_edit_row,
.link_account_row{
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row;
}
.link_account_form{
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    width: 300px;
}
.link_edit_form{
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    width: 240px;
    height: 36px;
	font-family: 'Pretendard';
	font-weight: 500;
	font-size: 14px;
	color: #000;
}
.link_edit_form.relation{
	margin-bottom: 11px;
}
.link_account_form.allow .search_account{
	outline: 1px solid #899ef8;
}
.link_account_form.type_form_short.allow::before{
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	right: 150px;
	background-image: url(/asset/img/la_allow_check.svg);
	background-position: 50% 50%;
	background-size: cover;
}
.link_account_form.type_form.allow::before{
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	right: 67px;
	background-image: url(/asset/img/la_allow_check.svg);
	background-position: 50% 50%;
	background-size: cover;
}
.link_account_form.deny .search_account{
	outline: 1px solid #eb455f;
}
.link_account_form.deny::after{
	content: '문구 테스트';
	position: absolute;
	margin-top: 55px;
	margin-left: 15px;
	font-size: 10px;
	font-weight: 500;
	text-align: left;
	color: #fd0505;
}
.link_account_form.form_username.deny::after{
	content: '사용할 수 없는 아이디입니다.';
}
.link_account_form.form_password.deny::after{
	content: '최소 8글자 이상(영문, 숫자, 특수문자 중 최소 두가지 이상) 입력해주세요.';
}
.link_account_form.form_password_re.deny::after{
	content: '비밀번호가 일치하지 않습니다.';
}
.link_account_form.form_email.deny::after{
	content: '이메일주소가 올바르지 않습니다.';
}
.link_account_form.form_name.deny::after{
	content: '최소 2글자 이상 입력해주세요.';
}
.link_account_form.form_gender.deny::after{
	content: '성별을 선택해 주세요.';
}
.link_account_form.form_birth.deny::after{
	content: '생년월일 양식이 맞지 않습니다.';
}
.le_label{
	display: inline-block;
	width: 100px;
	line-height: 36px;
	font-family: 'Pretendard';
	font-size: 14px;
	font-weight: 600;
	color: #000;
	text-align: left;
}
.la_label{
	display: inline-block;
	width: 80px;
	line-height: 36px;
	font-family: 'Pretendard';
	font-size: 12px;
	font-weight: 600;
	text-align: left;
}
.link_account_notice{
	width: 100%;
	display: inline-block;
	/* position: absolute; */
	font-size: 10px;
	font-weight: 500;
	text-align: left;
	color: #fd0505;
	/* top: 0; */
	/* left: 150px; */
	/* visibility: hidden; */
}

.la_gender_btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 145px;
	height: 36px;
	outline: 1px solid #cccccc;
	border-radius: 20px;
	color: #333;
	font-weight: 600;
	font-size: 12px;
	cursor: pointer;
	user-select: none;
}
.la_gender_btn.selected{
	background-color: #333;
	outline: 1px solid #333;
	color: #fff;
}

#la_relation{
	width: 300px;
	height: 36px;
	border: 1px solid #ccc;
	border-radius: 20px;
	text-align: right;
	padding-right: 30px;
	font-size: 14px;
}
#le_relation,
#le_subsidy{
	width: 285px;
	height: 36px;
	border: 1px solid #ccc;
	border-radius: 20px;
	text-align: right;
	padding-right: 30px;
	font-size: 14px;
}
#pseudo_subsidy_text{
	position: absolute;
	right: 45px;
	user-select: none;
	padding-top: 1px;
	font-size: 14px;
	font-weight: 500;
	line-height: 36px;
}
.ui-selectmenu-menu{
	z-index: 10000;
	width: 285px;
	/* margin-top: 5px; */
}
#le_relation-button {
    width: 285px;
    height: 36px;
    border-radius: 20px;
    line-height: 25px;
    color: #000000;
    font-size: 14px;
}
#le_relation-button:hover,
#le_relation-button:active {
	border: none;
	background-color: rgb(246, 246, 246);
	border: 1px solid #ccc;
}
#le_relation-menu {
    width: 100% !important;
    padding: 17px 0;
    border: none;
    border-radius: 20px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
}
#le_relation-menu > .ui-menu-item {}
#le_relation-menu > .ui-menu-item > .ui-menu-item-wrapper{
    padding-left: 15px;
	font-family: 'Pretendard';
	font-weight: 500;
	font-size: 14px;
	color: #000;
}
#le_relation-menu > .ui-menu-item > .ui-menu-item-wrapper.ui-state-active{
	background-color: #edf0fd;
	color: #000;
	border: none;
	margin: 0;
}

span[aria-labelledby="select2-la_relation-container"]{
	border: 1px solid #cccccc;
	border-radius: 20px !important;
	height: 36px !important;
	padding: 5px 0px 0 15px !important;
	display: flex !important;
	align-items: center;
	justify-content: flex-start;
}
span[aria-labelledby="select2-le_relation-container"] ,
span[aria-labelledby="select2-le_subsidy-container"] {
	border: 1px solid #cccccc !important;
	border-radius: 20px !important;
	height: 36px !important;
	padding: 5px 20px 0 0 !important;
	display: flex !important;
	align-items: center;
	justify-content: flex-end;
}
span[aria-labelledby="select2-la_relation-container"] #select2-la_relation-container,
span[aria-labelledby="select2-le_relation-container"] #select2-le_relation-container,
span[aria-labelledby="select2-le_subsidy-container"] #select2-le_subsidy-container{
	text-align: right;
}

span[aria-labelledby="select2-la_relation-container"] .select2-selection__arrow,
span[aria-labelledby="select2-le_relation-container"] .select2-selection__arrow,
span[aria-labelledby="select2-le_subsidy-container"] .select2-selection__arrow{	
    background-image: url('/resource/images/drop_down_ico.png');
    background-size: 24px;
    background-position-x: 0px;
    background-position-y: center;
    height: 100% !important;
    margin-right: 19px;
}
span[aria-labelledby="select2-la_relation-container"] .select2-selection__arrow>b,
span[aria-labelledby="select2-le_relation-container"] .select2-selection__arrow>b,
span[aria-labelledby="select2-le_subsidy-container"] .select2-selection__arrow>b{
	display: none;
}

.select2_custom_deny{
	border: 1px solid #ff310b !important
}
.select2_custom_allow{
	border: 1px solid #5436ff !important
}

.ic_custom_select2 {
    margin-top: 2px;
    padding: 10px 0;
    border: none;
    border-radius: 20px !important;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
    z-index: 10000;
}
.ic_custom_select2 > .select2-search.select2-search--dropdown{
	margin: 0 15px;
	border: none;
	border-bottom: 1px solid #ccc;
}
.ic_custom_select2 > .select2-search.select2-search--dropdown > .select2-search__field{
	border: none;
	background-image: url(/asset/img/ic-search-24.svg);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 24px;
	text-align: right;
	padding-right: 29px;
}

.ic_custom_select2 > .select2-results #select2-la_relation-results li{
	margin: 2px 0;
	/* text-align: ; */
	text-align: left;
	padding-left: 20px;
}

.ic_custom_select2 > .select2-results li{
	margin: 2px 0;
	text-align: right;
	padding-right: 30px;
}

.ic_custom_select2 > .select2-results li.select2-results__option[aria-selected=true]{
	background-color: #fff;

}

.ic_custom_select2 > .select2-results li.select2-results__option--highlighted{
	background-color: #edf0fd;
	font-family: 'Pretendard';
    font-size: 14px;
    font-weight: 500;
	color: #000000;
}


/* .select2-container.select2-container--ic_select2{
	width: 285px;
	height: 36px;
	display: inline-flex;
	justify-content: flex-end;
	align-items: center;
	background-image: url(/asset/img/faq_arrow.svg) !important;
	background-repeat: no-repeat;
	background-position-x: 244px;
	background-position-y: center;
	background-size: 24px;
	border: 1px solid #cccccc;
	border-radius: 20px;
	padding-right: 20px;
}
.select2-container--open.select2-container--ic_select2{
	z-index: 10000;
}
.select2-container--open.select2-container--ic_select2>.select2-dropdown.select2-dropdown--below{
	border-radius: 20px;	
}
.select2-container--open.select2-container--ic_select2 .select2-dropdown.select2-dropdown--below .select2-search.select2-search--dropdown{

} */

.custom-button-ic{
	background-image: url(/asset/img/faq_arrow.svg) !important;
	width: 24px;
	height: 24px;
	background-size: contain;
}

span.ui-selectmenu-icon.ui-icon.custom-button-ic {}


 .datepicker_bottom{
	width: 100%;
    height: 179px;    
	padding: 0px 10px;
	margin-top: 10px;
 }

 .datepicker_bottom_text_box{
	background-color: #f8f8f8;
    width: 100%;
    /* text-align: center; */
    height: 179px;
    margin: 0 auto;
    border-radius: 16px;
    padding: 19px 24px;
 }

 .datepicker_bottom_text_box_sub1{
	width: 100%;
    /* border-top: 1px solid #ededed; */
    height: 50%;
 }

 .datepicker_bottom_text_box_sub2{
	width: 100%;
    /* border-top: 1px solid #ededed; */
	height: 100%;
	/* height: 50%; */
	padding-top:12.5px;
 }

 #datepicker_bottom_text_box_sub_package{
	 padding:16px 0;
	 height: 100%;
	 /* max-height:70px; */
	 overflow-y: scroll;
 }

 #datepicker_bottom_text_box_sub_option{
	padding:16px 0;
	height: 100%;
	/* max-height:70px; */
	overflow-y: scroll;
 }

 #datepicker_bottom_text_box_sub_option::-webkit-scrollbar {
    display: none; /* 웹 키트 기반 브라우저에서 스크롤 바 숨김 */
}

 .datepicker_data_text{
	display: block;
	margin-bottom: 10px;
	font-weight:500;
	font-family: 'Noto Sans KR';
	color:black;
 }

 .datepicker_data_text_none{
	display:none;
	font-size: 20px;
    color: #fd0505;
    font-weight: bold;
    text-align: center;
 }

 .datepicker_bottom_title{
	 color:#fd0505;
	 font-size:16px;
	 font-weight:500;
	 font-family: 'Noto Sans KR';
 }

 .datepicker.-bottom-left-.-from-bottom-{
	width: 600px;
    /* height: 878px; */
 }

 .datepicker--content{
	padding: 23.5px 40px;
 }
 
 .datepicker--days-names{
	margin-bottom: 34px;
 }

 .datepicker--days-names>div:first-child{
	color: red;
 }

 .datepicker--day-name{
	font-size: 14px;
    color: black;
	font-weight: 500;
	font-family: 'Noto Sans KR';
 }

 .datepicker--cells.datepicker--cells-days{
	height: 310px;
 }

 .datepicker--cell.datepicker--cell-day{
	font-size: 20px;
	color:#000;
	font-weight:500;
	border-radius:50%;
	font-family: 'Pretendard';
 }

 .datepicker--cell.-disabled-{
	color:#ecedef;
 }
 .datepicker--cell.-disabled-:hover{
	background-color: #fff !important;
	border: 3px solid #ccc !important;
	color: #ecedef !important;
 }
 .datepicker--cell.datepicker--cell-day.-current-{
	font-size:16px;
	color:#5436ff;
	font-family: Pretendard;
	font-weight:bold;
}

/* 달력-헤더 타이틀 년/월/ */
 nav.datepicker--nav{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height:66px;
	padding: 20px 0px 20px;
 }

 .datepicker--nav-action.-disabled-{
	visibility: visible !important;
	pointer-events: none;
 }

 /* 달력-헤더 prev(<) 아이콘 */
 .datepicker--nav-action:first-child{
	height: 24px;
	position: absolute;
	left: 202px;
	margin: 0;	
	background-image: url('/resource/images/datePicker_left_arrow.svg');
	background-repeat: no-repeat;
	cursor: pointer !important;
}

 /* 달력-헤더 next(>) 아이콘 */
 .datepicker--nav-action:last-child{
	height: 24px;
	position:absolute;
	right:202px;
	background-image: url('/resource/images/datePicker_right_arrow.svg');
	background-repeat: no-repeat;
	cursor: pointer !important;
 }

 /* 달력-헤더 기본 제공 화살표 아이콘 숨기기 */
 .datepicker--nav-action:first-child svg{
	width: 24px !important;
	height: 24px !important;
	opacity: 0;
 }
 .datepicker--nav-action:last-child svg{
	width: 35px !important;
	height: 35px !important;
	opacity: 0;
 }

 .datepicker--nav-title{
	font-size:21px;
	color:black;
	font-weight:bold;
	float:left;
	font-family: 'Noto Sans KR';
 }

 .datepicker--nav-title>i{
	 color:black;
 }

 .datepicker--cell.-selected-{
	background-color: #5436ff !important;
    color: #fff !important;
    /* border: 3px solid #5436ff; */
    border-radius: 50%;
 }

 .datepicker--cell.-selected-:hover{
	background: #5436ff;
 }

 .datepicker--cell.-other-month-:hover{
	border: none !important;
 }

 .datepicker--cell:hover{
	background-color: #fff !important;
	border: 3px solid #5436ff !important;	
	color: #000 !important;
 }

 .datepicker_important{
	 position:absolute !important;
	 left:969px !important;
	 top: 453.203px !important;
	 opacity: 1 !important;
 }

 .datepicker_button{
	width: 130px;
    height: 40px;
    background-color: #f1f1f1;
    border-radius: 20px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    font-family: 'Pretendard';
	margin-top: 20px;
    margin-bottom: 24px;
    font-weight: 700;
    color: #707070;
	line-height: 40px;
	pointer-events: none;
 }


.datepicker_button_important{
	height: 40px !important;
	pointer-events: auto !important;
	background-color:#5436ff !important;
	color:white !important;	
}

.datepicker--cell-day{
	/* width:8.28571% !important; */
	width:9.99% !important;
	margin:0 10.6px;
	height:50px;
}

.datepicker--cells-months{
	height: 233px !important;
}

.datepicker--cell-month{
	width:8.33%;
	margin:0 63px;
	border-radius: 50%;;
	color:#707070;
	height:19%;
}

/* .datepicker--cell-month.-current-{
	background-color: #e2f5ff;
	border:1px solid #43a6ed;
	color:#43a6ed
} */

.datepicker--cell-year{
	width:11%;
	margin:0 38px;
	color:#707070;
}

.datepicker_content_info_div{
	padding: 0 68px 20px;
    padding-bottom: 20px;
	border-bottom: 1px solid #ededed;	
 }

 .datepicker_content_info_text{
	font-size: 11px;
	color: #707070;
	font-family: 'Noto Sans KR';
    font-weight: 500;
    margin-right: 22px;
 }
 .datepicker_content_info_img1{
	display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 6.7px;
    margin-bottom: -5px;
    background-color: #fff;
	border: 3px solid #5436ff;
 }

 .datepicker_content_info_img2{
	display: inline-block;
    width: 16px;
    height: 16px;
	border-radius: 50%;
	margin-right: 6.7px;
    margin-bottom: -5px;
    background-color: #fff;
	border: 3px solid #ccc;
 }

 .datepicker_info_group{
	display: flex;	
 }

 .datepicker_content_info_ment{
	color: #aaaaaa;
	/* text-align: right; */
	font-family: 'Pretendard';
	font-weight:500;
    /* float: right; */
    font-size: 18px;
    letter-spacing: -0.24px;
    color: #f00;
    display: inline-block;
    line-height: 1.4;
    /* text-align: right; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
 }

 .datepicker--nav{	 
	 padding:40px 57px 27.5px 70px;
 }

 .datepicker--nav-action{
	 margin-left:66%;
	 display:inline-block;
 }

 .datepicker--nav-action:last-child{
	 margin-left:0;
 }

 .datepicker.-bottom-left-.-from-bottom-{	
	margin-top: -8px;
	border-radius: 12px;
	border: none;
    box-shadow: 0 1px 8px 0 rgb(0 0 0 / 16%);
 }
 /* 모달창 css */
 .modal_wrap{  
	background-color: rgba(17, 17, 17, 0.6);
	width: 100vw;
	height: 100%;
	z-index: 10;
	position: absolute;
	border: 1px solid #000;
	display: none;
	justify-content: center;
	align-items: center;
}
.modal_window{
	width: 550px;
	height: 250px;
	background-color: #fff;
	position: relative;
	display: none;
	border-radius: 8px;
	box-shadow: 0 1px 8px 0 rgba(20, 46, 110, 0.08);
	font-size: 16px;
	font-weight: 500;
	top: -400px;
}
.modal_window.is_not_regist{
	height: 450px;
}
.modal_window.is_not_regist .text{
	position: absolute;
	width: 350px;
	top: 100px;
	left: 100px;
	text-align: center;
}
.modal_window.is_privacy_policy{
	height: 550px;
	padding: 20px;
	position: relative;
}
.modal_window.is_privacy_policy h3{
	font-size: 24px;
}
.modal_window.is_privacy_policy h4{
	font-size: 14px;
}
.is_privacy_policy>.privacy_policy_text{
	width: 520px;
	height: 300px;
	position: absolute;
	top: 150px;
	left: 15px;
	font-size: 14px;
	color: #666;
}
.modal_window.active{
	display: block;
}
.modal_window>div{
	width: 25px;
	height: 25px;
	position: absolute;
	top: 25px;
	right: 25px;
	cursor:pointer
}
.modal_window>div>span{
	width: 25px;
	height: 2px;
	background-color: #000;
	position: absolute;
}
.modal_window>div>span:nth-child(1){
	top: 50%;
	transform: rotate(-45deg);
}
.modal_window>div>span:nth-child(2){
	top: 50%;
	transform: rotate(45deg);
}
.modal_window>p{
	position: absolute;
	top: 40%;
	left: 50%;
	width: 350px;
	transform: translate(-50%,-50%);
	text-align: center;
}
.modal_window>button.modal-close{
	width: 150px;
	height: 40px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #3076bc;
	color: #fff;
	border-radius: 10px;
	border: none;
}
.modal_window:nth-child(5)>button.modal-close{
	left: 35%;
}
.modal_window:nth-child(5) label{
	width: 150px;
	height: 40px;
	position: absolute;
	bottom: 20px;
	right: 35%;
	transform: translateX(50%);
	border-radius: 8px;
	border: 1px solid #000;
	display: flex;
	justify-content: center;
	line-height: 40px;
	cursor: pointer;
}


/* agree renew */
.agree-header{
    width: 100% !important;
    height: 96.5px !important;
    max-height: 96.5px !important;
    border-bottom: 1px solid #E1E1E1;
    background-color: #FFFFFF;
    margin: 0 auto;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.agree_renew_all{
    margin: 20px 0 0 0;
    padding: 0 15px 0 15px;
    font-weight: bold;
    font-size: 14px;
    width: 1040px;
    display: flex;
    background-color: #ededed;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.agree_renew_all>.ccheck label{
	height: 20px;
	margin: 0;
}
.agree_renew_title>.ccheck input[type="checkbox"] + label .col-xs-1 ,
.agree_renew_all>.ccheck input[type="checkbox"] + label .col-xs-1 {
	/* display: inline-block; */
	padding:0;
	position: relative;
	bottom:-2px;
	margin: 0px;
	/* float: right; */
	float: left;
	width:18px;
	height:18px;
	background:url("/resource/images/renew_check_off.svg")no-repeat;
	vertical-align: top;
	cursor:pointer;
    background-size: contain;
	/* border:1px solid green; */
}
.agree_renew_title>.ccheck input[type="checkbox"]:checked + label .col-xs-1 ,
.agree_renew_all>.ccheck input[type="checkbox"]:checked + label .col-xs-1 {
	background:url("/resource/images/renew_check_on.svg")no-repeat;
}

.agree_renew_title{
    margin: 30px 0 0 0;
    padding: 0;
    font-weight: bold;
}
.agree_renew_title>.label_margin>label{
	margin-bottom: 10px;
}
.agree_span.required{
	color: #ff3939;
}
.agree_renew_content{
	padding: 0px;
}
.agree_renew_content>div.textarea,
.agree_renew_content>textarea{
    width: 1040px;
    height: 200px;
    resize: none;
    background-color: #f6f7f8 !important;
    border: none;
    border-radius: 10px;
    font-size: 12px;
    overflow: scroll;
    padding: 15px;
	letter-spacing: 0.28px;
	overflow-x: hidden;
}
.textarea>p{
	margin-bottom: 0px;
}

.seoul_agree_group{
    display: inline-block;
    border-top: 1px solid #e2e4fc;
    border-bottom: 1px solid #e2e4fc;
    margin: 50px 0 30px;
    padding: 20px 0 10px;
	font-weight: 500;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.28px;
}
.seoul_agree_group p {
    margin-bottom: 20px;
}

.agree_table_seoul th,
.agree_table_seoul td{
	text-align: center;
	border-left: 7.5px solid #f6f7f8;
	border-right: 7.5px solid #f6f7f8;
	padding: 5px;
	vertical-align: top;
	word-break: keep-all;
}
.agree_table_seoul th:first-child,
.agree_table_seoul td:first-child{
	border-left: none;
}
.agree_table_seoul th:last-child,
.agree_table_seoul td:last-child{
	border-right: none;
}
.agree_table_seoul tbody tr td{
	border-top: 1px solid #ededed;
	min-width: 330px;
}
.extra_space_35{
	display: inline-block;
	width: 100%;
	margin-bottom: 35px;
}

.agree_swal{
    text-align: center;
    width: 600px;
    left: calc(50%);
    margin-left: -300px;
	padding: 30px;
}

.agree_swal h2{
	margin: 10px 0 25px;
}

.agree_swal p {
    font-size: 18px;
    width: 420px;
    margin: auto;
	font-weight: 500;
	color: #111111;
}

.agree_swal button {
    width: 180px;
    border-radius: 30px;
    height: 60px;
    font-size: 20px;
	box-shadow: none;
}
.wrapper{
	overflow-x: hidden;
	overflow-y: hidden;
}

.custom-datepicker-loading{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
    cursor: wait;
    border-radius: 12px;
    background-image: url(/resource/images/new_capa_loading.svg);
    background-repeat: no-repeat;
    background-position: center;
	background-size: 70px;
}

.modal_dim_dark{
	background: #000;
	opacity: 70%!important;
}

.modal_dim_grey{
	background: rgba(17,17,17,0.7);
}

.top-title{
	height: 24px;
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
	font-family:'Pretendard';
	font-weight: bold;
	font-size: 20px;
	color: #333;
}