﻿@charset "utf-8";

/*************** 250509 - popup custom ***************/
/*************** popup common ***************/
.ui-widget.ui-widget-content {
    color: #1F2937;
    border-radius: 16px;
    border: 0;    
    padding: 0;
    overflow: hidden;
}

.ui-widget-header {
	background: #1A3C7D;
    color: #FFFFFF;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .6em 1.2em;
    position: relative;
    border-radius: 0;
}

.ui-dialog .ui-dialog-title {
	padding: 0.1em 0;
	font-size: 16px;
}

.ui-dialog .ui-dialog-titlebar-close {
    right: 1.1em;
    border: 0;
    padding: 0;
    background: url("images/ico_close.png") center center no-repeat;
}

.ui-button .ui-icon {
    display: none;
}


/*************** popup body custom ***************/
.pop-view {
	padding: 1.5em 1.75em !important;
}

.pop-view .content {
    margin: 0;
}

.pop-view .content li {
	width: 100%;
    background: none;
    color: #1F2937;
    padding-left: 0;
    margin-bottom: 28px;
}

.pop-view .sub-list {
	padding: 0;
	margin: 0;
}

.pop-view .sub-list li {
	position: relative;
	width: auto;
	padding-left: 14px;
	margin-bottom: 0;
}

.pop-view .sub-list li::before {
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	left: 2px;
	top: 9px;
	background: #6B7280;
	border-radius: 50%;
}

.pop-view .sub-title,
.pop-view .sub-notice {
	font-size: 14px;
	font-weight: bold;
	font-weight: 700;
}

.pop-view .sub-title {
	background: url("images/ico_title.png") no-repeat left -1px;
	padding-left: 22px;	
}

.pop-view .sub-notice {
	background: url("images/ico_notice.png") no-repeat left -1px;
	padding-left: 24px;	
}

.pop-view .sub-content {
	background: #F4FAFF;
    border: 1px solid #D6EAF9;
    border-radius: 8px;
    padding: 1.25em 22px;
    margin-top: .75em;
    line-height: 180%;
}

.pop-view .txt-phone {
	background: url("images/ico_phone.png") no-repeat left 1px;
	padding-left: 18px;	
}

.pop-view .pop-link {
	display: inline-flex;
	background: #FFFFFF url("images/ico_link.png") no-repeat 99% 49%;
	color: #39A6F4;
	border: 1px solid #D1D5DB;
	border-radius: 4px;
	padding: 0 0.25em;
	padding-right: 18px;
	font-weight: 700;
	font-weight: bold;
	outline: 0;
}

.pop-view .pop-link:hover {
	border: 1px solid #39A6F4;
}

.pop-view .pop-link-doc {
	background: url("images/ico_doc.png") no-repeat left -1px;
	color: #39A6F4;
	padding-left: 22px;
	font-weight: 700;
	font-weight: bold;	
}

.pop-view .pop-link-doc:hover {
	text-decoration: underline;
}
